From d98acb5963206dda019e6b6aa403119483405d1f Mon Sep 17 00:00:00 2001 From: louai98 Date: Thu, 25 May 2023 16:13:25 +0200 Subject: [PATCH] creating admin API --- admin_api/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 168 bytes admin_api/__pycache__/admin.cpython-310.pyc | Bin 0 -> 209 bytes admin_api/__pycache__/apps.cpython-310.pyc | Bin 0 -> 452 bytes admin_api/__pycache__/models.cpython-310.pyc | Bin 0 -> 206 bytes admin_api/__pycache__/urls.cpython-310.pyc | Bin 0 -> 567 bytes admin_api/__pycache__/views.cpython-310.pyc | Bin 0 -> 1791 bytes admin_api/admin.py | 3 + admin_api/apps.py | 6 + admin_api/migrations/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 179 bytes admin_api/models.py | 3 + admin_api/serializer.py | 12 + admin_api/tests.py | 3 + admin_api/urls.py | 14 + admin_api/views.py | 50 + .../__pycache__/settings.cpython-310.pyc | Bin 2458 -> 2469 bytes iddrs_api/__pycache__/urls.cpython-310.pyc | Bin 1000 -> 1053 bytes iddrs_api/settings.py | 1 + iddrs_api/urls.py | 3 +- "media/usersResults/\"demobilization\".json" | 3720 --- media/usersResults/Demobilizatio.json | 1 - ...bilization as part of a DDR programme.json | 13774 ---------- media/usersResults/Demobilization.json | 3720 --- ...est supported in their reintegration?.json | 6272 ----- ... ‘DDR process’ and a ‘DDR programme’?.json | 19450 --------------- ...ementation of a viable DDR programme?.json | 9066 ------- .../Who participates in a DDR process?.json | 14566 ----------- .../community violence reductio.json | 662 - media/usersResults/cross-borde.json | 1608 -- media/usersResults/cross-border.json | 1102 - media/usersResults/cv.json | 1 - media/usersResults/cvr.json | 1080 - media/usersResults/demobilizatio.json | 1 - media/usersResults/demobilization.json | 3720 --- .../emobilization of armed grou.json | 1 - .../hat are DDR-related tool.json | 16810 ------------- ...rmed group, in conflict affected area.json | 1 - media/usersResults/violenc.json | 1 - media/usersResults/violence.json | 662 - .../IDDRS-1.10-Introduction-To-The-IDDRS.pdf | Bin 0 -> 159125 bytes .../IDDRSStandards/1/IDDRS-1.20-Glossary.pdf | Bin 0 -> 331131 bytes .../2/IDDRS-2.10-The-UN-Approach-To-DDR.pdf | 17575 +++++++++++++ ...DRS-2.11-The-Legal-Framework-For-UNDDR.pdf | 19032 ++++++++++++++ .../2/IDDRS-2.20-The-Politics-of-DDR.pdf | 15277 ++++++++++++ ...DDRS-2.30-Community-Violence-Reduction.pdf | 20697 ++++++++++++++++ ...ntegration-as-Part-of-Sustaining-Peace.pdf | Bin 0 -> 766000 bytes ...-DDR-Planning-Processes-and-Structures.pdf | Bin 0 -> 297228 bytes .../3/IDDRS-3.20-DDR-Programme-Design.pdf | Bin 0 -> 546225 bytes ...DRS-3.30-National-Institutions-for-DDR.pdf | Bin 0 -> 421148 bytes ...-Mission-and-Programme-Support-for-DDR.pdf | Bin 0 -> 291353 bytes .../3/IDDRS-3.41-Finance-and-Budgeting.pdf | Bin 0 -> 480689 bytes .../3/IDDRS-3.42-Personnel-and-Staffing.pdf | Bin 0 -> 404228 bytes ...oring-and-Evaluation-of-DDR-Programmes.pdf | Bin 0 -> 363508 bytes .../4/IDDRS-4.10-Disarmament.pdf | Bin 0 -> 840907 bytes ...onal-Weapons-and-Ammunition-Management.pdf | 14588 +++++++++++ .../4/IDDRS-4.20-Demobilization.pdf | Bin 0 -> 1818470 bytes .../4/IDDRS-4.30-Reintegration.pdf | Bin 0 -> 2085684 bytes ...UN-Military-Roles-and-Responsibilities.pdf | Bin 0 -> 870912 bytes ...4.50-Police-Roles-and-Responsibilities.pdf | Bin 0 -> 449519 bytes ...nformation-and-Strategic-Communication.pdf | Bin 0 -> 505828 bytes .../5/IDDRS-5.10-Women-Gender-and-DDR.pdf | Bin 0 -> 677080 bytes .../5/IDDRS-5.20-Children-and-DDR.pdf | Bin 0 -> 912934 bytes .../5/IDDRS-5.30-Youth-and-DDR.pdf | Bin 0 -> 436232 bytes ...5.40-Cross-border-Population-Movements.pdf | Bin 0 -> 805215 bytes .../5/IDDRS-5.50-Food-Assistance-in-DDR.pdf | Bin 0 -> 950450 bytes .../5/IDDRS-5.60-HIV-AIDS-and-DDR.pdf | Bin 0 -> 617693 bytes .../5/IDDRS-5.70-Health-and-DDR.pdf | Bin 0 -> 381198 bytes .../5/IDDRS-5.80-Disability-Inclusive-DDR.pdf | Bin 0 -> 800465 bytes .../6/IDDRS-6.10-DDR-and-SSR.pdf | 3076 +++ ...DDRS-6.20-DDR-and-Transitional-Justice.pdf | 1798 ++ .../IDDRS-6.30-DDR-and-Natural-Resources.pdf | Bin 0 -> 583488 bytes .../6/IDDRS-6.40-DDR-and-Organized-Crime.pdf | Bin 0 -> 670292 bytes 73 files changed, 92137 insertions(+), 96219 deletions(-) create mode 100644 admin_api/__init__.py create mode 100644 admin_api/__pycache__/__init__.cpython-310.pyc create mode 100644 admin_api/__pycache__/admin.cpython-310.pyc create mode 100644 admin_api/__pycache__/apps.cpython-310.pyc create mode 100644 admin_api/__pycache__/models.cpython-310.pyc create mode 100644 admin_api/__pycache__/urls.cpython-310.pyc create mode 100644 admin_api/__pycache__/views.cpython-310.pyc create mode 100644 admin_api/admin.py create mode 100644 admin_api/apps.py create mode 100644 admin_api/migrations/__init__.py create mode 100644 admin_api/migrations/__pycache__/__init__.cpython-310.pyc create mode 100644 admin_api/models.py create mode 100644 admin_api/serializer.py create mode 100644 admin_api/tests.py create mode 100644 admin_api/urls.py create mode 100644 admin_api/views.py delete mode 100644 "media/usersResults/\"demobilization\".json" delete mode 100644 media/usersResults/Demobilizatio.json delete mode 100644 media/usersResults/Demobilization as part of a DDR programme.json delete mode 100644 media/usersResults/Demobilization.json delete mode 100644 media/usersResults/How can ex-combatants be best supported in their reintegration?.json delete mode 100644 media/usersResults/What is the difference between a ‘DDR process’ and a ‘DDR programme’?.json delete mode 100644 media/usersResults/Which preconditions are required for the implementation of a viable DDR programme?.json delete mode 100644 media/usersResults/Who participates in a DDR process?.json delete mode 100644 media/usersResults/community violence reductio.json delete mode 100644 media/usersResults/cross-borde.json delete mode 100644 media/usersResults/cross-border.json delete mode 100644 media/usersResults/cv.json delete mode 100644 media/usersResults/cvr.json delete mode 100644 media/usersResults/demobilizatio.json delete mode 100644 media/usersResults/demobilization.json delete mode 100644 media/usersResults/emobilization of armed grou.json delete mode 100644 media/usersResults/hat are DDR-related tool.json delete mode 100644 media/usersResults/ow to deal with young people, who are members of an armed group, in conflict affected area.json delete mode 100644 media/usersResults/violenc.json delete mode 100644 media/usersResults/violence.json create mode 100644 static/IDDRSStandards/1/IDDRS-1.10-Introduction-To-The-IDDRS.pdf create mode 100644 static/IDDRSStandards/1/IDDRS-1.20-Glossary.pdf create mode 100644 static/IDDRSStandards/2/IDDRS-2.10-The-UN-Approach-To-DDR.pdf create mode 100644 static/IDDRSStandards/2/IDDRS-2.11-The-Legal-Framework-For-UNDDR.pdf create mode 100644 static/IDDRSStandards/2/IDDRS-2.20-The-Politics-of-DDR.pdf create mode 100644 static/IDDRSStandards/2/IDDRS-2.30-Community-Violence-Reduction.pdf create mode 100644 static/IDDRSStandards/2/IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace.pdf create mode 100644 static/IDDRSStandards/3/IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures.pdf create mode 100644 static/IDDRSStandards/3/IDDRS-3.20-DDR-Programme-Design.pdf create mode 100644 static/IDDRSStandards/3/IDDRS-3.30-National-Institutions-for-DDR.pdf create mode 100644 static/IDDRSStandards/3/IDDRS-3.40-Mission-and-Programme-Support-for-DDR.pdf create mode 100644 static/IDDRSStandards/3/IDDRS-3.41-Finance-and-Budgeting.pdf create mode 100644 static/IDDRSStandards/3/IDDRS-3.42-Personnel-and-Staffing.pdf create mode 100644 static/IDDRSStandards/3/IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes.pdf create mode 100644 static/IDDRSStandards/4/IDDRS-4.10-Disarmament.pdf create mode 100644 static/IDDRSStandards/4/IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management.pdf create mode 100644 static/IDDRSStandards/4/IDDRS-4.20-Demobilization.pdf create mode 100644 static/IDDRSStandards/4/IDDRS-4.30-Reintegration.pdf create mode 100644 static/IDDRSStandards/4/IDDRS-4.40-UN-Military-Roles-and-Responsibilities.pdf create mode 100644 static/IDDRSStandards/4/IDDRS-4.50-Police-Roles-and-Responsibilities.pdf create mode 100644 static/IDDRSStandards/4/IDDRS-4.60-Public-Information-and-Strategic-Communication.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.10-Women-Gender-and-DDR.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.20-Children-and-DDR.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.30-Youth-and-DDR.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.40-Cross-border-Population-Movements.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.50-Food-Assistance-in-DDR.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.60-HIV-AIDS-and-DDR.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.70-Health-and-DDR.pdf create mode 100644 static/IDDRSStandards/5/IDDRS-5.80-Disability-Inclusive-DDR.pdf create mode 100644 static/IDDRSStandards/6/IDDRS-6.10-DDR-and-SSR.pdf create mode 100644 static/IDDRSStandards/6/IDDRS-6.20-DDR-and-Transitional-Justice.pdf create mode 100644 static/IDDRSStandards/6/IDDRS-6.30-DDR-and-Natural-Resources.pdf create mode 100644 static/IDDRSStandards/6/IDDRS-6.40-DDR-and-Organized-Crime.pdf diff --git a/admin_api/__init__.py b/admin_api/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/admin_api/__pycache__/__init__.cpython-310.pyc b/admin_api/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5334ade2c4dd6f9f676cbd0758111065c3a967b GIT binary patch literal 168 zcmd1j<>g`kf~W5JDIoeWh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o6vTKO;XkRX-=c zG%-`(B|o_|H#M)MSl`Lh*;(Jy#U&_MKQkqzs5rhPKR*Y`Of1OMPfW?p%!>!H;^Q;( dGE3s)^$IF)aoFVMrg`kf~W5JDfU46F^Gc(44TX@fuanW zjJH@5Q*tx&{4|-O_)@YG^V0M6lJoOQiZYXmKnAR2C}IXuVB(jDenx(7s(wy>X=0|n zOMY@`ZfaghvA&b1v$MXZi%U?jer8HaQE_}petr&=nOKmi54Ip4&eAKWyv1RYo1ape PlWNBZG`tvOkpKe#zYa6R literal 0 HcmV?d00001 diff --git a/admin_api/__pycache__/apps.cpython-310.pyc b/admin_api/__pycache__/apps.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..687235b837147ac3322bc317691dbb2b81e283b8 GIT binary patch literal 452 zcmYjNy-ve05VqqKrGE^lD-vs#_yrJZ+KQ@62fAgkOwTPwP8{N7fE8YWhv1d6A_iW8 ziE~;(PrA?d^ZE1n?07sNXkSYU?|6Rtd4uPh57 z+>p5UjVuz=wx5>e+!i~%-}=g_QB0=jZi1jlMuFgMnlT8n5E!b2?Rg5hF49sTG+r*@ zQ5Jifzcxt3Mb}m5e zWMgU}QAF%ImC*M-NaYvO!OxOE*j#aA8>#uiZkt>cwd1qZe9l*k#odN$fXa#5T5}9> z2L3kg`kf~W5JDV9L`F^Gc(44TX@fuanW zjJMcw^HWlDiv2X1ZgHk$CFZ5)>!lX=0|nOMY@` zZfaghvA&b1v$MXZi%U?jer8HaQE_}petr&=nOKmipO})HnHLXYL9Ed$sJz8t17w%x Pq}nk8O)m!7B)|XwF^w|_ literal 0 HcmV?d00001 diff --git a/admin_api/__pycache__/urls.cpython-310.pyc b/admin_api/__pycache__/urls.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e17c263ed58988f9e57b9e2205c27d6350dec16c GIT binary patch literal 567 zcmYjN%W4}j6qRJn!}D;x=udc2&kvMR8bb+$E@H?+8zZb6XIyDyBuzp?cj>nOkSzO4 z+IE#+=pyvWbs-mYIOo2vY}-}@ZMn1R2PNcp60a>s@e!Z@j-ZI5niwjmVS>@5nVuLf zIP!_&Iy1S*O(BY-&U9%qkx>Htar#6=1=VA%a>$>s_Q(q;j-09z7*zY_fj%&xY6{uD zRh6oLPIgSpRI?_F_8B)I3l{l7hMQRQ!&Z+97Bm*ljscv1#sgA9a{;%YuX?y!Lx}Tr zkb{y=`I84LvRe%LnCq12B z?H$9(Zh{bJ4t&^LJIuPX?yKV|QYJ`W>52q3LTp!XEk_+LkITpW-x0BNu*1RNB2S$~ zeVTuP&RC-hugB=%e-ZaKHB0d4b9ZA6blQ%x?^bp@8oa=FpU%(Dy7SfQa^3YxIll?k u>JycRzLU!I!zQsbYkBw<%lF2rQNxGymp=8LlZMV|Lrc~m&iIU$FMk0-6Q42w literal 0 HcmV?d00001 diff --git a/admin_api/__pycache__/views.cpython-310.pyc b/admin_api/__pycache__/views.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..266f47d5b667a3dd2055dc74beeace1bb189cf75 GIT binary patch literal 1791 zcmZ`(OK%%D5GMDfm9&y&$%$ge?I9?N>SCce7eyM&NL{2xVHZ6tP%Jh}%3gUNGD+Eq zu?C9D=l%x!*gw-Bz-v!F=hU1!L&>iKrNGfV`1)qP*|ODY5E%a)m+W_skiXG*I2hZtjJiv7M}z`=OuL!@9BEtdTdvrqR7D$Xj8{ z=(VgJw&AQ=wi2$uzn^vT)o|6s>RC7Mg*{5%5Y}MLOTwDmo~+I7@CkSV)&fs!>3Paq zyvN#ybWYg{>s*pKXknkP@@I2;wSG+|8Cf+5s8#ZU7S*Q0)m`FfKsz zPg8y-xsn4*yKng^&vgAj#RZE6L*I(=9dMDxS$fWe?%hT2op4U@gDi`EE~jN7IoQoa zigCo>^L(oIz;=F$)e+toPtyqROz)Mla1v5RLJPn;SMD_lJzfiaMgfGS z1M{X|;E)3jhu5_qMMa$RDAJ86%1buOP!FQ$WEN+Oh`_q)TKR6m6D74BXPNd-W?Xy# z@B)ZHbVuHyjFK#t@=qe3K){Gk-w%(w+yS+W!9gX%6hACr0 zMyf2cr3z4oG0W2;Ld_(4Yx+U7;7pt!@m8NSs85aWe={NiSO~Z~cd5U}F4_rKEaHy120+}J6<0^;6Dt-V5kpSlwXT43OLZlKqJ#Yf*(1sm&;suxq((HC% zVsIK*e}JOMgkD+jYqm?eKbSrm6e(hd(umh4(d9Y(tS&RLB!n{7IU|!fKFDn~TR@*xdAXh3)hKP44 zHsOuu%?GXddTu>UB0-_@qgO*iP~^0p(TriNyEbLm;MDdR~gVpR&cge z$G12W_{NDZQLSMnvhg`kf~W5JDIoeWh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o10OKO;XkRX-=c zG%-`(B|o_|H#M)MSl`Lh*;(Jy#U&_MKQkqzs5rhPKR*Y`Of1OMPfW?p%!>!Hax>G5 o5=%1k^NRK3<1_OzOXB183My}L*yQG?l;)(`f$S@00un3?0QK`M8-m^5!rxa!;;eI?BbFn39{B7oS*=x!I0ck&TgWassCn E06BpS-v9sr delta 39 tcmZ1~JWH52pO=@50SJ2L`KCl|7zS85kaeILLqv$Z-JTVxNiH)?%qFDeS4NDICp=%}nXc zQ5-3p!3>&Q8w=(!nOAWq=VYelmBc3&Wa?K57N;f_C1=E!q-Cb0>6I4c6jyO2rsQVk pL8STM?8$P>k!&C*6mdfqBv66gBdhAHrC8z z61c@sC0LxASd^R*Uy_!Yk~TSzIg*VVsJe)I@&@K;0UjWeg@K1(fRTrphmqqS0JF;# Ax&QzG diff --git a/iddrs_api/settings.py b/iddrs_api/settings.py index d678a47..72c1c1c 100644 --- a/iddrs_api/settings.py +++ b/iddrs_api/settings.py @@ -46,6 +46,7 @@ INSTALLED_APPS = [ 'rest_framework', 'django_filters', 'search_tfidf', + 'admin_api', 'corsheaders', ] diff --git a/iddrs_api/urls.py b/iddrs_api/urls.py index c1a109e..072bd07 100644 --- a/iddrs_api/urls.py +++ b/iddrs_api/urls.py @@ -18,5 +18,6 @@ from django.urls import path, include urlpatterns = [ path('admin/', admin.site.urls), - path('', include('search_tfidf.urls')), + path('client_api/', include('search_tfidf.urls')), + path('admin_api/', include('admin_api.urls')), ] diff --git "a/media/usersResults/\"demobilization\".json" "b/media/usersResults/\"demobilization\".json" deleted file mode 100644 index e258b29..0000000 --- "a/media/usersResults/\"demobilization\".json" +++ /dev/null @@ -1,3720 +0,0 @@ -[ - { - "index": 1131, - "Score": 0.408248, - "Index": 1131, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 520, - "Score": 0.408248, - "Index": 520, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1483, - "Score": 0.316228, - "Index": 1483, - "Paragraph": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "DEMOBILIZATION", - "Heading4": "", - "Sentence": "The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1484, - "Score": 0.301511, - "Index": 1484, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. Reinsertion is short-term material and/or financial assistance to meet immediate needs and can last up to one year.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "REINSERTION", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1621, - "Score": 0.288675, - "Index": 1621, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1756, - "Score": 0.288675, - "Index": 1756, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1825, - "Score": 0.27735, - "Index": 1825, - "Paragraph": "Planning should consider that the reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process, in some contexts taking several years to be successfully and sustainably completed with family support at the community level. A well-planned reintegration programme shall be based on a comprehensive understanding of the type of armed force and/or group(s) to which the individual belonged, the duration of his or her membership with the armed force and/or armed group(s), as well as the local context and community dynamics. Furthermore, a well-planned reintegration programme requires clear agreement among all stakeholders on the objectives and results of the programme, the establishment of realistic time frames, clear budgetary requirements and human resource needs, and a clearly defined exit strategy.Planning shall be based on existing assessments that include conflict and development analyses, gender analyses, early recovery and/or post-conflict needs assessments, and reintegration-specific assessments. Those involved in the design and negotiation of reintegration support with Government and other relevant stakeholders shall ensure that a results-based monitoring and evaluation framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.A well-planned reintegration programme shall assess and respond to the needs of its participants and beneficiaries through gender-specific planning. Planning shall be done in close collaboration with related programmes and initiatives. Although long-term planning is required, it shall still allow for a degree of flexibility (see section 3.6). Those involved in planning for reintegration support shall work in an integrated manner with those planning disarmament and demobilization in order to ensure smooth transitions. DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 11, - "Heading1": "3. Guiding principles", - "Heading2": "3.11 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1438, - "Score": 0.258199, - "Index": 1438, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1467, - "Score": 0.223607, - "Index": 1467, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1391, - "Score": 0.223607, - "Index": 1391, - "Paragraph": "Disarmament provisions are not always applied evenly to all parties and, most often, armed forces are not disarmed. This can create an imbalance in the process, with one side being asked to hand over more weapons than the other. Even the symbolic disar- mament or control (safe storage as a part of a supervised process) of a number of the armed forces\u2019 weapons can help to create a perception of parity in the process. This could involve the control of the same number of weapons from the armed forces as those handed in by armed groups.Similarly, because it is often argued that armed forces are required to protect the nation and uphold the rule of law, DDR processes may demobilize only the armed opposition. This can create security concerns for the disarmed and demobilized groups whose opponents retain the ability to use force, and perceptions of inequality in the way that armed forces and groups are treated, with one side retaining jobs and salaries while the other is demobilized. In order to create a more equitable process, mediators may allow for the cantonment or barracking of a number of Government troops equivalent to the number of fighters from armed groups that are cantoned, disarmed and demobilized. They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.2 Parity in disarmament and demobilization", - "Heading4": "", - "Sentence": "They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 640, - "Score": 0.218218, - "Index": 640, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1394, - "Score": 0.215666, - "Index": 1394, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1515, - "Score": 0.208514, - "Index": 1515, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1950, - "Score": 0.204124, - "Index": 1950, - "Paragraph": "In the absence of a peace agreement, reintegration support during ongoing conflict may follow amnesty or other legal processes. An amnesty act or special justice law is usually adopted to encourage combatants to lay down weapons and report to authorities; if they do so they usually receive pardon for having joined armed groups or, in the case of common crimes, reduced sentences.These provisions may also encourage dialogue with armed groups, promote return to communities and support reconciliation through transitional justice and reparations at the community level. Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization). To ensure that amnesty processes are successful, they should include reintegration support to those reporting to the \u2018Amnesty Commission\u2019 and/or relevant authorities.Additional Protocol II to the Geneva Conventions encourages States to grant amnesties for mere participation in hostilities as a means of encouraging armed groups to comply with international humanitarian law. It recognizes that amnesties may also help to facilitate peace negotiations or enable a process of reconciliation. However, amnesties should not be granted for war crimes, genocide, crimes against humanity and gross violations of human rights (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on DDR and Transitional Justice).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.4 Amnesty and other special justice measures during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5351, - "Score": 0.5547, - "Index": 5351, - "Paragraph": "Temporary demobilization sites that make use of existing facilities may be used as an alternative to the construction of semi-permanent demobilization sites. In this approach, combatants and persons associated with armed forces and groups are told to meet at a specific location for demobilization within a specific time period. Temporary demobilization sites may be particularly useful if the target group is small, if individuals are likely to report for demobilization in small groups, or if the target group is scattered in multiple, known locations that are logistically accessible. This kind of site allows demobilization teams to carry out their activities in these locations without the need to build permanent structures. This approach may also be more appropriate than semi-permanent cantonment sites when the target group is already based in the community where its members will reintegrate. This is because combatants who are already in their communities should, where possible, remain there rather than be transported to a demobilization centre and back again. For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites? \\n Are both male and female combatants already in the communities where they will reintegrate? \\n Will the demobilization process consist of formed military units reporting with their commanders, or individual combatants leaving active armed groups? \\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site? (See IDDRS 4.10 on Disarmament.) \\n Will cantonment play an important confidence-building role in the peace process? \\n What does the context tell you about the potential security threat to those who demobilize? Are active armed groups likely to retaliate against former members who opt to demobilize? \\n Can reception, disarmament and demobilization take place at the same site? \\n Can existing sites be used? Do they require refurbishment? \\n Will there be enough resources to build semi-permanent demobilization sites? How long will the construction process take? \\n What are the potential risks of cantoning any one of the groups?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 15, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.2 Temporary demobilization sites", - "Heading4": "", - "Sentence": "For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5456, - "Score": 0.5547, - "Index": 5456, - "Paragraph": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs. The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 22, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.7 Demobilization team structure", - "Heading3": "", - "Heading4": "", - "Sentence": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5420, - "Score": 0.547723, - "Index": 5420, - "Paragraph": "A comprehensive risk and security assessment should be conducted to inform the planning of demobilization operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries. The assessment should identify the tolerable risk (the risk accepted by society in a given context based on current values), and then identify the protective measures necessary to achieve a residual risk (the risk remaining after protective measures have been taken). Risks related to women, youth, children, dependants and other specific-needs groups should also be considered. In developing this \u2018safe\u2019 working environment, it must be acknowledged that there can be no absolute safety and that many of the activities carried out during demobilization operations have a high risk associated with them. However, national authorities, international organizations and non-governmental organizations must try to achieve the highest possible levels of safety. Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement. \\n Attacks on demobilized individuals: In some instances, peace agreements may cause armed groups to fracture, with some parts of the group opting to enter DDR while others continue fighting. In these instances, those who favour continued armed conflict may retaliate against individuals who demobilize. In some cases, active armed groups may approach demobilization sites with the aim of retrieving their former members. If demobilized individuals have already returned home, members of active armed groups may attempt to track these individuals down in order to punish or forcibly re-recruit them. The family members of the demobilized may also be subject to threats and attacks, particularly if they reside in areas where members of their family member\u2019s former group are still present. \\n Attacks on women and minority groups: Historically, SGBV against women and minority groups in cantonment sites has been high. It is essential that security and risk assessments take into consideration the specific vulnerabilities of women, identify minority groups who may also be at risk and provide additional security measures to ensure their safety. \\n Attacks on individuals transporting and receiving reinsertion support: Security risks are associated with the transportation of cash and commodities that can be easily seized by armed individuals. If it is known that demobilized individuals will receive cash and/or commodities at a certain time and/or place, it may make them targets for robbery. \\n Unrest and criminality: If armed groups remain in demobilization sites (particularly cantonment sites) for long periods of time, perhaps because of delays in the DDR programme, these sites may become places of unrest, especially if food and water become scarce. Demobilization delays can lead to mutinies by combatants and persons associated with armed forces and groups as they lose trust in the process. This is especially true if demobilizing individuals begin to feel that the State and/or international community is reneging on previous promises. In these circumstances, demobilized individuals may resort to criminality in nearby communities or mount protests against demobilization personnel. \\n Recruitment: Armed forces and groups may use the prospect of demobilization (and associated reinsertion benefits) as an incentive to recruit civilians.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.4 Risk and security assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5224, - "Score": 0.516398, - "Index": 5224, - "Paragraph": "Demobilization occurs when members of armed forces and groups transition from military to civilian life. It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict. Demobilization operations shall be designed for combatants and persons associated with armed forces and groups. Female combatants and women associated with armed forces and groups have traditionally faced obstacles to entering DDR programmes, so particular attention should be given to facilitating their access to reinsertion and reintegration support. Victims, dependants and community members do not participate in demobilization activities. However, where dependants have accompanied armed forces or groups, provisions may be made for them during demobilization, including for their accommodation or transportation to their communities. All demobilization operations shall be gender and age sensitive, nationally and locally owned, context specific and conflict sensitive.Demobilization must be meticulously planned. Demobilization operations should be preceded by an in-depth assessment of the location, number and type of individuals who are expected to demobilize, as well as their immediate needs. A risk and security assessment, to identify threats to the DDR programme, should also be conducted. Under the leadership of national authorities, rigorous, unambiguous and transparent eligibility criteria should be established, and decisions should be made on the number, type (semi-permanent or temporary) and location of demobilization sites.During demobilization, potential DDR participants should be screened to ascertain if they are eligible. Mechanisms to verify eligibility should be led or conducted with the close engagement of the national authorities. Verification can include questions concerning the location of specific battles and military bases, and the names of senior group members. If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme. Once eligibility has been established, basic registration data (name, age, contact information, etc.) should be entered into a case management system.Individuals who demobilize should also be provided with orientation briefings, physical and psychosocial health screenings and information that will support their return to the community. A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization. During demobilization, DDR practitioners should also conduct a profiling exercise to identify obstacles that may prevent those eligible from full participation in the DDR programme, as well as the specific needs and ambitions of the demobilized. This information should be used to inform planning for reinsertion and/or reintegration support.If reinsertion assistance is foreseen as the second stage of the demobilization operation, DDR practitioners should also determine an appropriate transfer modality (cash-based transfers, commodity vouchers, in-kind support and/or public works programmes). As much as possible, reinsertion assistance should be designed to pave the way for subsequent reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5339, - "Score": 0.5, - "Index": 5339, - "Paragraph": "Demobilization activities are carried out at designated sites. Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups. They can be semi-permanent and constructed specifically for this purpose, such as cantonment camps (see Annex B for the generic layout of a cantonment camp). Although cantonment was long considered standard practice in DDR programmes, temporary sites may also be appropriate. The decision concerning which type of demobilization site to use should be guided by the specific country context, the security situation, and the advantages and disadvantages associated with semi-permanent and temporary sites, as outlined in the sections that follow.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 14, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "", - "Heading4": "", - "Sentence": "Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5454, - "Score": 0.474579, - "Index": 5454, - "Paragraph": "Standard operating procedures (SOPs) are mandatory step-by-step instructions designed to guide practitioners through particular activities. The development of SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations. In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in demobilization. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the mission DDR component and signed off on by the head of the UN mission. All staff from the DDR component as well as other relevant stakeholders shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for demobilization. All those engaged in supporting demobilization shall be familiar with the relevant SOPs, which shall also be kept up to date.A single demobilization SOP or a set of SOPs each covering specific procedures related to demobilization activities (see section 6) should be informed by integrated assessments (see IDDRS 3.11 on Integrated Assessments) and the national DDR policy document, and comply with international guidelines and standards as well as national laws and the international obligations of the country where DDR is being implemented. At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.; \\n Gender-aware services and procedures; \\n Reinsertion (e.g., procedures for cash-based transfers, commodity vouchers, in-kind support, public works programmes, vocational training and/or income-generating opportunities); \\n Handling of foreign combatants, associated persons and dependants (if applicable); and \\n Interaction with national authorities and/or other mission components.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 21, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5307, - "Score": 0.452267, - "Index": 5307, - "Paragraph": "To effectively demobilize members of armed forces and groups, meticulous planning is required. At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team. All demobilization operations shall be based on gender- and age-responsive analysis and shall be developed in close cooperation with the national authorities or institutions responsible for the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5269, - "Score": 0.447214, - "Index": 5269, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5271, - "Score": 0.447214, - "Index": 5271, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5273, - "Score": 0.447214, - "Index": 5273, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5275, - "Score": 0.447214, - "Index": 5275, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5277, - "Score": 0.447214, - "Index": 5277, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5279, - "Score": 0.447214, - "Index": 5279, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5281, - "Score": 0.447214, - "Index": 5281, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5283, - "Score": 0.447214, - "Index": 5283, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5285, - "Score": 0.447214, - "Index": 5285, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5287, - "Score": 0.447214, - "Index": 5287, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5289, - "Score": 0.447214, - "Index": 5289, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5291, - "Score": 0.447214, - "Index": 5291, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.2 Accountable and transparent", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5293, - "Score": 0.447214, - "Index": 5293, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5295, - "Score": 0.447214, - "Index": 5295, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5297, - "Score": 0.447214, - "Index": 5297, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5299, - "Score": 0.447214, - "Index": 5299, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5301, - "Score": 0.447214, - "Index": 5301, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5303, - "Score": 0.447214, - "Index": 5303, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5305, - "Score": 0.447214, - "Index": 5305, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.11 Public information and community sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5411, - "Score": 0.447214, - "Index": 5411, - "Paragraph": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin. In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site. Group leaders, including women, should be chosen and given the responsibility of reporting any misbehaviour. A mechanism should also exist between group leaders and staff that will enable arbitration to take place should disputes or complaints arise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.5 Managing demobilization sites", - "Heading4": "", - "Sentence": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5502, - "Score": 0.447214, - "Index": 5502, - "Paragraph": "Combatants and persons associated with armed forces and groups should be provided with clear and simple guidance when they arrive at demobilization sites, taking into consideration their level of literacy. This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe. If a large number of participants are being addressed, it is key to stick to simple concepts, mainly who, what and where. More complex explanations can be provided to smaller groups organized in follow-up to the initial briefing. This can help to prevent unrest and stress within the group. Contingent on the type of demobilization site, introductory briefings should cover, among other things, the following: \\n Site orientation; \\n Outline of activities and processes; \\n Routines and time schedules; \\n The rights and obligations of combatants and persons associated with armed forces and groups throughout the demobilization process; \\n Rules and discipline, including areas that are off limits; \\n Policies concerning freedom of movement in and out of the demobilization site; \\n Policies on SGBV and the consequences of infringement of these policies; \\n Security at the demobilization site; \\n How to report misbehaviour, including specific mechanisms for women; \\n Mechanisms to raise complaints about conditions and treatment at the demobilization site; \\n Procedures for dependants; and \\n Fire precautions and physical safety.Where possible, oral briefings should be supported by written material produced in the local language(s). Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Reception", - "Heading3": "", - "Heading4": "", - "Sentence": "Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5404, - "Score": 0.417029, - "Index": 5404, - "Paragraph": "The size and capacity of demobilization sites should be determined by the number of combatants and persons associated with armed forces and groups to be processed. Typically, demobilization sites with a small number of combatants and associated persons are easier to administer, control and secure. However, if many small demobilization sites are in operation at one time, this can lead to widely dispersed resources and difficult logistical situations. Demobilization sites should not accommodate more than 600 people at one time. When time constraints mean that larger numbers must be dealt with in a short period of time, two demobilization sites may be constructed simultaneously and managed by the same team. In order to optimize the use of demobilization sites and avoid bottlenecks, an operational plan should be developed that contains methods for controlling the number and flow of people to be demobilized at any particular time. Carrying out demobilization in phases is one option to increase efficiency. This process may include a pilot test phase, which makes it possible to learn from mistakes in the early phases and adapt the process so as to improve performance in later phases.Families often accompany combatants to cantonment sites. Where necessary, camps that are close to cantonment sites may be established for family members. Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising). Generally speaking, the demobilization component of a DDR process should be as short as possible. At temporary demobilization sites, it may be possible to process individuals in one or two days. If semi-permanent demobilization sites have been constructed, cantonment should be kept as short as possible \u2013 from one week to a maximum of one month. DDR practitioners should also seek to ensure that the conditions at demobilization sites are equivalent to those in civilian life. If this is the case, then it is less likely that demobilized individuals will be reluctant to leave. Demobilization should not begin until plans for reinsertion (or community violence reduction, as a stop-gap measure) and reintegration are ready to be put into operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 18, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.4 Size, capacity and duration", - "Heading4": "", - "Sentence": "Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5541, - "Score": 0.408248, - "Index": 5541, - "Paragraph": "DDR participants shall be registered and issued a non-transferable identity document (such as a photographic demobilization card) that attests to their eligibility and their official civilian status. Such documents have important symbolic and legal value for demobilized individuals. Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme. To avoid discrimination based on prior factional affiliation, these documents should not include the name of the armed force or group of which the individual was previously a member. Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.6 Documentation", - "Heading3": "", - "Heading4": "", - "Sentence": "Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3335, - "Score": 0.377964, - "Index": 3335, - "Paragraph": "Military components may conduct a wide range of logistical tasks ranging from transportation to the construction of static disarmament and demobilization sites (see IDDRS 4.10 on Disarmament and IDDRS 4.20 on Demobilization). Logistics support provided by a military component must be coordinated with units that provide integrated services support to a mission. Where the military is specifically tasked with providing certain kinds of support, additional military capability may be required by the military component for the duration of the task. A less ideal solution would be to reprioritize or reschedule the activities of military elements carrying out other mandated tasks. This approach can have the disadvantage of degrading wider efforts to provide a secure environment, perhaps even at the expense of the security of the population at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.6 Logistics support", - "Heading4": "", - "Sentence": "Military components may conduct a wide range of logistical tasks ranging from transportation to the construction of static disarmament and demobilization sites (see IDDRS 4.10 on Disarmament and IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4704, - "Score": 0.377964, - "Index": 4704, - "Paragraph": "Many ex-combatants have been trained and socialized to use violence, and have inter- nalized norms that condone violence. Socialization to violence is often the result of an ex-combatant\u2019s exposure to and involvement in violence while with armed forces or groups who may have encouraged, taught, promoted, and/or condoned the use of vio- lence (such as rape, torture or killing) as a mechanism to achieve group objectives. As a result of time spent with armed forces and groups, ex-combatants may associate weapons and/or violence in general with power and see these things as central to their identities as men or women and to fulfilling their personal needs.Systematic data on patterns of violence among ex-combatants is still fragmentary, but evidence from many post-conflict contexts suggests that ex-combatants who have been socialized to use violence often continue these patterns into the peacebuilding period. Violence is carried from the battlefield to the home and the community, where it can take on new forms and expressions. While the majority of ex-combatants are male, and vio- lence among male ex-combatants is more visible, female ex-combatants also appear to be more vulnerable to violent behaviour than civilian women in the general population. Without breaking down these norms, learning alternative behaviors, and coming to terms with the violent acts that they have experienced or committed, ex-combatants can find it difficult to reintegrate into civilian life.In economically challenging and socially complex post-conflict environments, male ex-combatants in particular may find it difficult to fulfill traditional gender and cultural roles associated with masculinity. Many may return home to discover that in their absence women have taken on traditional male responsibilities such as the role of \u2018breadwinner\u2019 or \u2018protector\u2019, challenging men\u2019s place in both the home and community and leading lead- ing to frustration, feelings of helplessness, etc. Equally, the return of men to communities may challenge these new roles, freedoms and authority experienced by women, causing further social disquiet.Ex-combatants\u2019 inability to deal with feelings of frustration, anger or sadness can result in self-directed violence (suicide, drug and alcohol abuse as coping mechanisms), interpersonal violence (GBV, intimate partner violence, child abuse, rape and murder) and group violence against the community (burglary, rape, harassment, beatings and murder), all forms of violence which are found to be common in some post-conflict environments. Integrated approaches work best for facilitating comprehensive change. In order to effectively address socialization to violence, reintegration assistance should target family and community members as well as ex-combatants themselves to address social and psy- chosocial needs and perceptions of these needs holistically. For more information on the concept of \u2018socialization to violence\u2019 see UNDP\u2019s report entitled, Blame It on the War? The Gender Dimensions of Violence in Disarmament, Demobilization and Reintegration (2012).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 41, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.1. Socialization to violence of combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "The Gender Dimensions of Violence in Disarmament, Demobilization and Reintegration (2012).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5458, - "Score": 0.377964, - "Index": 5458, - "Paragraph": "The activities outlined below should be carried out during the demobilization component of a DDR programme. These activities can be conducted at either semi-permanent or temporary demobilization sites.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The activities outlined below should be carried out during the demobilization component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4355, - "Score": 0.353553, - "Index": 4355, - "Paragraph": "The risks posed by enduring command structures should also be taken into account dur- ing reintegration planning and may require specific action. A stated aim of demobilization is the breakdown of armed groups\u2019 command structures. However, experience has shown this is difficult to achieve, quantify, qualify or monitor. Over time hierarchical structures erode, but informal networks and associations based upon loyalties and shared experi- ences may remain long into the post-conflict period.In order to break command structures and prevent mid-level commanders from becoming spoilers in DDR, programmes may have to devise specific assistance strategies that better correspond to the profiles and needs of mid-level commanders. Such support may include preparation for nominations/vetting for public appointments, redundancy payments based on years of service, and guidance on investment options, expanding a family business and creating employment, etc. Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process. Extreme caution should be exercised when requested to support the creation and maintenance of veterans\u2019 associations. Although these associations may arise spontane- ously as representation and self-help groups due to the fact that members face similar challenges, have affinities and have common pasts, prolonged affiliation may perpetu- ate the retention of \u201cex-combatant\u201d identities, preventing ex-combatants from effectively transitioning from military to their new civilian identities and roles.The overriding principle for supporting transformed command structures is that the associations that arise permit individual freedom of choice (i.e. joining is not required or coerced). In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.3. Focus on command structures", - "Heading3": "", - "Heading4": "", - "Sentence": "A stated aim of demobilization is the breakdown of armed groups\u2019 command structures.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5439, - "Score": 0.353553, - "Index": 5439, - "Paragraph": "Action should be taken to ensure that demobilization sites (whether temporary, semi-permanent or otherwise) respond to the different needs of men and women. Gender-sensitive demobilization sites should: \\n Include separate accommodation and sanitation facilities (with locks) for men and women. In some circumstances these separate facilities may be located within the same demobilization site, or separate demobilization sites for men and women may be set up; \\n Feature sanitary facilities designed to ensure women\u2019s privacy and support their hygiene needs (e.g., sanitary napkins), as well as take into consideration cultural norms; \\n Include provisions for childcare; \\n Be safe for women and recognize and deal with the threat of sexual violence within the demobilization site, including ensuring locks in facilities, good lighting, information provided on specific contact within the camp to address women\u2019s security incidents and issues, and, where possible, the presence of female security guards and police (for internal site security). If female security guards are not available, male security guards shall be trained on sexual exploitation and harassment, sexual violence prevention, and gender sensitivity prior to deployment, and there shall exist a clear and gender-responsive system at the demobilization site for handling any complaints by women against security guards, as well as policies that call for the immediate removal of any officer about whom security concerns are raised; \\n Provide for the specific nutritional needs of nursing and pregnant women; \\n Ensure that health care and counselling is available to meet women\u2019s specific needs, including those women who have suffered SGBV; and \\n Take protective measures to ensure women\u2019s safety during transportation to and from the demobilization sites.Where possible, female staff should receive and process women at demobilization sites. Gender balance should be a priority among the staff managing demobilization sites. If men do not see women in positions of authority, they are less likely to take efforts aimed at changing their attitudes towards traditional gender roles and women\u2019s empowerment seriously. Screening and profiling tools should be designed to be responsive to women\u2019s specific needs and experiences. Women should also have the same opportunities to access support as men, and the briefings and information provided should include specific information on the challenges that women may encounter upon reinsertion into their communities.As women formerly associated with armed forces and groups are often stigmatized upon return to their communities, briefings during the demobilization operation should include attention to safety and referrals to support services in civilian life. Irrespective of the type of transfer modality that has been selected for reinsertion support (see section 7), the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers. It is important that the delivery mechanism chosen permits women to access their entitlement safely and confidently, without being exposed to the risks of private service providers abusing their power over recipients, or encountering difficulties in the redemption of their entitlement because of numerical or financial illiteracy. A help desk and complaint mechanism should also be set up, and these should include specific referral pathways for women.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 20, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.5 Gender-sensitive demobilization operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender balance should be a priority among the staff managing demobilization sites.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4175, - "Score": 0.348155, - "Index": 4175, - "Paragraph": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization. These shorter- term aspects may include, but are not limited to, the travel and assembly of combatants, persons associated with armed forces and groups and dependants.In disarmament and demobilization sites (including encampments or cantonments), the gathering of large numbers of ex-combatants and persons formerly associated with armed forces and groups may create security risks. The mere presence of UN police personnel at disarmament and demobilization sites can help to reassure local communities. For example, regular FPU patrols in cantonment sites are a strong confidence-building initiative, providing a highly visible presence to deter crime and criminal activities. This presence also eases the burden on the military component of the mission, which can then concentrate on other threats to security and wider humanitarian support. Importantly, FPU engagement shall always be limited to the regular maintenance of law and order and shall not cross into high-risk matters of weapons security and military security. With that said, the outreach and mediation capabilities of UN police personnel may sometimes be deployed in such situations in order to defuse tensions.In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component (see IDDRS 4.40 on Military Roles and Responsibilities). State police shall proactively act to address criminal activities inside and in the immediate vicinity of disarmament and demobilization sites. However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected. The immediate deployment of an FPU, to operationally engage in crowd control and public order challenges, can serve to contain the situation with minimum use of force. In contrast, direct military engagement in these situations may lead to escalation and consequently to greater numbers of casualties and wider damage. If public order disturbances are foreseen, it may be necessary to plan in advance for the engagement of FPU contingents and place a request for a specific, temporary deployment, particularly if the FPU is not conveniently located in the area of the disarmament and/or demobilization site. If the situation does escalate to involve violence and the use of firearms, military units shall be alerted in order to be ready to support the FPU.In mission settings where an FPU is deployed, the presence of UN police personnel should be requested, as often as possible, when combatants assemble for disarmament and demobilization as part of a DDR programme. Duplicate records of the weapons and ammunition handed over should, wherever possible, be shared with UN police personnel for the purposes of (i) preservation of the records and (ii) weapons tracing. UN police personnel can also be requested to provide dynamic surveillance of weapons and ammunition storage sites, together with a perimeter to secure destruction operations. Furthermore, when weapons and ammunition are temporarily stored, as a form of confidence-building, UN police personnel can oversee the management of the double-key system or be entrusted with custody of one of the keys (see IDDRS 4.10 on Disarmament).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5380, - "Score": 0.333333, - "Index": 5380, - "Paragraph": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short. Finding a location that offers protection is necessary. The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required. Fresh potable water and electricity should be available. If they are not, a water purification system or water supplies and a generator should be brought in. Sanitary facilities must be supplied. Lighting should be installed to ensure security around the perimeter of the camp.When temporary demobilization sites are being used, it is particularly important to agree, in advance, on the distribution of tasks, financial responsibilities and the post-DDR ownership of the location. Where relevant, the following should also be considered: \\n The refurbishment and temporary use of community property: If available in the area where the demobilization site is to be set up, the use of existing hard-walled property should be considered. The decision should be made by weighing the medium- and long-term benefits to the community of repairing local facilities against the overall security and financial implications. These installations may not need rebuilding, and may be made usable by adding plastic sheeting, concertina wire, etc. Possible sites include disused factories, warehouses, hospitals, colleges and farms. Efforts should be made to verify ownership and to avoid legal complications. \\n The refurbishment and temporary use of state/military property: Where regular armed forces or well-organized/disciplined armed groups are to be demobilized, the use of existing military barracks, with the agreement of national authorities, should be considered. Generally speaking, these facilities should offer a degree of security and may have the required infrastructure already in place. The same security and administrative arrangements should apply to these sites as to others.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Temporary demobilization sites", - "Sentence": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5666, - "Score": 0.333333, - "Index": 5666, - "Paragraph": "As a participant in the DDR process, the terms of your benefits are conditional on the following: \\n 1. Your hand over of all weapons and ammunition; \\n 2. Your agreement to renounce military status; \\n 3. Your acceptance of and conformity with all rules and regulations during the full period of your stay at the disarmament and/or demobilization site; \\n 4. Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5. Your refraining from all criminal activity and contributing to your nation\u2019s development; \\n 6. Your cooperation with and participation in programmes designed to facilitate your return to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 37, - "Heading1": "Annex C: Sample terms and conditions form", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3576, - "Score": 0.316228, - "Index": 3576, - "Paragraph": "Depending on the context and the content of the ceasefire and/or peace agreement, eligibility for a DDR programme can include specific weapons/ammunition-related criteria. These criteria should be based on a thorough understanding of the context if effective disarmament is to be achieved. The arsenals of armed forces and groups vary in size, quality and types of weapons. For instance, in conflicts where foreign States actively support armed groups, these groups\u2019 arsenals are often quite large and varied, including not only serviceable SALW but also heavy-weapons systems.Past experience shows that the eligibility criteria related to weapons and ammunition are often not consistent or stringent enough. This can lead to the inclusion of individuals who are not members of armed forces and groups and the collection of poor-quality materiel while illicit serviceable materiel remains in circulation. Accurate information regarding armed forces and groups\u2019 arsenals (see section 5.1) is key in determining relevant and effective weapons-related criteria. These include the type and status (serviceable versus non-serviceable) of weapons or the quantity of ammunition that a combatant should bring along in order to be enrolled in the programme. According to the context, the ratio of arms and ammunition to individual combatants can vary and may include SALW as well as heavy weapons and ammunition.In order to ascertain their eligibility, combatants may also need to take a weapons procedures test, which will identify their familiarity with and ability to handle weapons. Although members of armed groups may not have received formal training to military standards, they should be able to demonstrate an understanding of how to use a weapon. This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization). Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR). All weapons brought by ineligible individuals as part of a disarmament operation shall be collected even if these individuals will not be eligible to enter the DDR programme.To avoid confusion and frustration, it is key that eligibility criteria are communicated clearly and unambiguously to members of armed groups and the wider population (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Legal implications should also be clearly explained \u2014 for example, that the voluntary submission of weapons during the disarmament phase by eligible and ineligible individuals will not result in prosecution for illegal possession.BOX 4: DISARMAMENT AWARENESS ACTIVITIES \\n For weapons to be successfully removed, the early and ongoing information and sensitization of armed forces and groups \u2013 as well as affected communities \u2013 to the planned collection process is essential. Public information and sensitization campaigns will have a strong influence on the success of the entire DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). \\n\\n In addition to direct contact with armed forces and groups and community representatives, a range of media \u2013 including radio, print media, TV and social media \u2013 can be used to: \\n Encourage combatants and persons associated with armed forces and groups to disarm. \\n Inform armed forces and groups about locations and dates of disarmament and explain procedures, including security measures. \\n Explain what will happen to collected arms and ammunition and the absence of legal repercussions, as relevant. \\n Explain the eligibility criteria for entering a DDR programme and provide information about potential alternatives for non-eligible individuals (see IDDRS 2.30 on Community Violence Reduction). \\n Explain legal implications, including amnesties or assurances of non-prosecution (see IDDRS 2.11 on The Legal Framework for UN DDR). \\n Manage expectations. \\n Distinguish between the voluntary disarmament of armed forces and groups as part of a DDR programme and prior forced disarmament and any past or ongoing forced disarmament in the country. \\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins. Awareness-raising campaigns shall take into consideration the findings of gender analysis in the design and implementation of programme activities. DDR practitioners shall ensure representation of all genders and ages in the campaign; engage youth, women and women\u2019s groups; and mitigate against the risk of linking gender identities with weapons, reinforcing violent masculinities and other gender stereotypes. Media and awareness activities are critical channels to counter the socially constructed yet enduring associations between small arms, protection, power and masculinity. \\n It is key that local communities be made aware of ongoing disarmament operations so that the presence or movement of armed individuals does not create confusion. If destruction of ammunition is planned, it is also important to inform communities beforehand to avoid misunderstandings and unnecessary tensions. Finally, during ongoing operations, details on progress towards the objectives of the disarmament programme should be disseminated to help reassure stakeholders and communities that the number of illicit weapons in circulation is being reduced, and that overall security is improving.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 16, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "5.5.1 Weapons-related eligibility criteria", - "Heading4": "", - "Sentence": "This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3980, - "Score": 0.316228, - "Index": 3980, - "Paragraph": "The following normative documents (i.e., documents containing applicable norms, standards and guidelines) contain provisions that apply to the processes dealt with in this module. \\n International Ammunition Technical Guidelines, https://www.un.org/disarmament/ un-saferguard/guide-lines. \\n International Standards Organization, ISO Guide 51: \u2018Safety Aspects: Guidelines for Their Inclusion in Standards\u2019. \\n Modular Small-arms-control Implementation Compendium, https://www.un.org/ disarmament/convarms/mosaic. \\n Small Arms Survey and South Eastern and Eastern Europe Clearinghouse for the Control of Small Arms (SEESAC), SALW Survey Protocols, http://www.seesac.org/ Survey-Protocols. \\n Weapons and Ammunition Management Policy, United Nations Department of Operational Support, Department of Peace Operations, Department of Political and Peacebuilding Affairs, Department of Safety and Security, 2019. http://dag.un.org/ bitstream/handle/11176/400906/Weapons%20and%20Ammunition%20Policy.pdf. \\n UN Department of Political Affairs and UN Department of Peacekeeping Operations, Aide Memoire \u2013 Engaging with Non-State Armed Groups (NSAGs) for Political Purposes: Considerations for UN Mediators and Missions, 2017. \\n UN Development Programme, Blame It on the War? The Gender Dimensions of Violence in DDR, 2012. \\n UN Department of Peacekeeping Operations and UN Office for Disarmament Af- fairs. Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context. Handbook for United Nations DDR practitioners. 2018. Referred as \u2018DDR WAM Handbook\u2019 in this standard. \\n UN Institute for Disarmament Research, Utilizing the International Ammunition Tech- nical Guidelines in Conflict-Affected and Low-Capacity Environments, 2019, http:// www.unidir.org/files/publications/pdfs/utilizing-the-international-ammunition-tech- nical-guidelines-in-conflict-affected-and-low-capacity-environments-en-749.pdf. \\n UN Institute for Disarmament Research, The Role of Weapon and Ammunition Management in Preventing Conflict and Supporting Security Transition, 2019, https://www.unidir.org/publication/role-weapon-and-ammunition-manage- ment-preventing-conflict-and-supporting-security.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 19, - "Heading1": "Annex B: Normative documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4815, - "Score": 0.316228, - "Index": 4815, - "Paragraph": "The conditions that exist during conflict increase risk of infection for HIV and other sexu- ally transmitted infections (STIs), and can have a devastating effect on access to essential information, care and treatment. The lack of a safe blood supply; the shortage of clean equipment for injecting drug users; an insufficient supply of condoms and health care; and the widespread practice of sexual and gender-based violence, both as a weapon of war and as a means to discipline and control people (especially women and girls within armed forces and groups), are just a few examples of the ways conflict can heighten risk of HIV infection (see Module 5.60 on HIV/AIDS and DDR for more information).In addition, a growing body of evidence shows that immediate post-conflict and recovery phases, including the reintegration process, involve heightened risk of HIV trans- mission due to the re-opening of borders and other formerly inaccessible areas, increased mobility, the return of displaced populations, and other factors.Often, regardless of actual HIV status, receptor communities may perceive ex-com- batants as HIV-positive and react with discrimination or stigmatization. In many cases, these negative reactions from communities are a result of fear due to misinformation about HIV and AIDS. Discrimination against or stigmatization of (potentially) HIV-in- fected individuals can be countered with appropriate sensitization campaigns.DDR can provide an opportunity to plan and implement essential HIV/AIDS initi- atives, in close coordination with broader recovery and humanitarian assistance at the community level and the National AIDS Control Programme (see section 9 of Module 5.60 on HIV/AIDS and DDR for more information on planning and implementing HIV/AIDS activities in the reinsertion and reintegration phases). These services can be integrated into existing reintegration packages through the development of joint programming and strategic partnerships. Furthermore, with the right engagement and training, former com- batants have the potential to become agents of change by assisting in their communities with HIV prevention and awareness activities.HIV initiatives need to start in receiving communities before demobilization, and should be linked wherever possible with the broader recovery and humanitarian assis- tance provided at the community level, and to National AIDS Control Programmes. Activities such as peer education training in HIV prevention and awareness can begin prior to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "10.7.1. HIV/AIDS", - "Heading4": "", - "Sentence": "Activities such as peer education training in HIV prevention and awareness can begin prior to demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5511, - "Score": 0.316228, - "Index": 5511, - "Paragraph": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening. Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR). Medical screening facilities shall ensure privacy during physical check-ups. Those who require immediate medical attention of a kind that is not available at the demobilization site shall be taken to hospital. Others shall be treated in situ. Basic specialized attention in the areas of reproductive health and sexually transmitted infections, including voluntary testing and counselling for HIV/AIDS, shall be provided (see IDDRS 5.60 on HIV/AIDS). Reproductive health education and materials shall be provided to both men and women. Possible addictions (such as to drugs and/or alcohol) shall also be assessed and specific provisions provided for follow-up care. Psychosocial screening for mental health issues, including post-traumatic stress, shall be initiated at sites with available counselling support for initial consultation and referral to appropriate services. Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions. This can be done, for example, through an Information, Counselling and Referral System (see section 6.8).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 26, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.4 Health screening", - "Heading3": "", - "Heading4": "", - "Sentence": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5566, - "Score": 0.316228, - "Index": 5566, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5242, - "Score": 0.301511, - "Index": 5242, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5309, - "Score": 0.301511, - "Index": 5309, - "Paragraph": "Planning for demobilization should be based on an in-depth assessment of the location, number and type of individuals who are expected to demobilize. This should include the number of members of armed forces and groups but also the number of dependants who are expected to accompany them. To the extent possible, this assessment should be disaggregated by sex and age, and include data on specific sub-groups such as foreign combatants and persons with disabilities. Armed forces and groups that have signed on to peace agreements are likely to provide reliable information on their memberships and the location of their bases only when there is no strategic advantage to be gained from keeping this information secret. Disclosures at a very early planning stage can therefore be quite unreliable, and should be complemented by information from a variety of (independent) sources (see box 1 on How to Collect Information in IDDRS 4.10 on Disarmament). All assessments should be regularly updated in order to respond to changing circumstances on the ground.In addition to these assessments, planning for reinsertion should be informed by an analysis of the preferences and needs of ex-combatants and persons formerly associated with armed forces and groups. These immediate needs may be wide-ranging and include food, clothes, health care, psychosocial support, children\u2019s education, shelter, agricultural tools and other materials needed to earn a livelihood. The profiling exercises undertaken at demobilization sites (see section 6.3) may allow for the tailoring of reinsertion and reintegration assistance \u2013 i.e., matching individual needs to the reinsertion options on offer. However, profiling undertaken at demobilization sites will likely occur too late for reinsertion planning purposes. For these reasons, the following assessments should be conducted as early as possible, before demobilization gets underway: \\n An analysis of the needs and preferences of ex-combatants and associated persons; \\n Market analysis; \\n A review of the local economy\u2019s capacity to absorb cash inflation (if cash-based transfers are being considered); \\n Gender analysis; \\n Feasibility studies; and \\n Assessments of the capacity of potential implementing partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.1 Information collection", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for demobilization should be based on an in-depth assessment of the location, number and type of individuals who are expected to demobilize.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5567, - "Score": 0.301511, - "Index": 5567, - "Paragraph": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization. It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme. Reinsertion assistance should be planned to pave the way for reintegration support and should consist of time-bound, basic benefits delivered for up to 12 months. In mission settings, reinsertion assistance may be funded from the UN peacekeeping operation\u2019s assessed budget.This kind of transitional assistance may be provided in a number of different ways, including: \\n Cash-based transfers; \\n Commodity vouchers; \\n In-kind support; and \\n Public works programmesCash-based transfers include cash; digital transfers, such as payments made to mobile phones (\u2018mobile money transfers\u2019); and value vouchers. Value vouchers \u2013 also known as gift cards or stamps \u2013 provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. Vouchers may also be commodity-based \u2013 i.e., tied to a predefined quantity of given commodities, for example, food (see IDDRS 5.50 on Food Assistance in DDR). Commodities may also be provided directly as in-kind support. In-kind support may take various forms, including food or \u2018reinsertion kits\u2019. The latter are often composed of materials linked to job training or future employment, such as fishing kits and agricultural tools. Finally, public works programmes create temporary opportunities for demobilized individuals to receive cash, vouchers or food/other commodities as part of a reinsertion package. In some cases, reinsertion support may also be provided in the form of vocational training and/or income-generating opportunities. For guidance on these latter two options, see IDDRS 4.30 on Reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4317, - "Score": 0.288675, - "Index": 4317, - "Paragraph": "In post-conflict settings that require economic revitalization and infrastructure develop- ment, the transition of ex-combatants to reintegration may be facilitated through reinsertion interventions. These short-term interventions are sometimes termed stabilization or \u2018stop gap\u2019 measures and may take on various forms, such as emergency employment, liveli- hood and start-up grants or quick-impact projects (QIPs).Reinsertion assistance should not be confused with or substituted for reintegration programme assistance; reinsertion assistance is meant to assist ex-combatants, associated groups and their families for a limited period of time until the reintegration programme begins, filling the gap in support often present between demobilization and reintegration activities. Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration. In fact, these two phases at times overlap or run almost parallel to each other with different levels of intensity, as seen in the figure below. DPKO budgets will likely cover up to one year of reinsertion assistance. However, in some cases reinsertion may last beyond the one year mark.Reinsertion is often focused on economic aspects of the reintegration process, but does not guarantee sustainable income for ex-combatants and associated groups. Reinte- gration takes place by definition at the community level, should lead to sustainable income, social belonging and political participation. Reintegration aims to tackle the motives that led ex-combatants to join armed forces and groups. Wand when successful, it dissuades ex-combatants and associated groups from re-joining and/or makes re-recruitment efforts useless.If well designed, reinsertion activities can buy the necessary time and/or space to establish better conditions for reintegration programmes to be prepared. Reinsertion train- ing initiatives and emergency employment and quick-impact projects can also serve to demonstrate peace dividends to communities, especially in areas suffering from destroyed infrastructure and lacking in basic services like water, roads and communication. Rein- sertion and reintegration should therefore be jointly planned to maximize opportunities for the latter to meaningfully support the former (see Module 4.20 on Demobilization for more information on reinsertion activities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 7, - "Heading1": "5. Transitioning from reinsertion to reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5536, - "Score": 0.288675, - "Index": 5536, - "Paragraph": "Demobilization operations provide an opportunity to offer individuals information that can practically and psychologically prepare them for the transition from military to civilian life. For example, if demobilized individuals are to receive reinsertion support (cash, vouchers, in-kind support, public works programmes, etc.), then the modalities of this support should be clearly explained. Furthermore, if reinsertion assistance is to be followed by reintegration support, orientation sessions should include information on the opportunities and support services available as part of the reintegration programme and how these can be accessed.Awareness-raising materials and educational sessions should leverage opportunities to promote healthy, non-violent gender identities, including fatherhood, and to showcase men and women in equal roles in the community. Materials shall also be visually representative of different religious, ethnic, and racial compositions of the community and promote social cohesion among all groups and genders. Conversely, misinformation, disinformation and the creation of false expectations can undermine the reinsertion and reintegration efforts of DDR programmes. Accurate information should be provided by the DDR team and partners (also see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).Those about to leave the demobilization site should be provided with counselling on what to expect regarding their changed status and role in society, and what they can do if they are stigmatized or not accepted back by their communities. They should also receive advice on political and legal issues, civic and community responsibilities, reconciliation initiatives and logistics for transportation when they leave the demobilization site. Demobilized individuals and their dependants may be reluctant to return to their home areas if members of their former group (or a different group) remain active in the region. This is because they may fear retaliation against themselves and/or their families. This possibility should be addressed through a security and risk assessment (see section 5.5). When retaliation is a possibility, those affected should be informed of the risks and supported to find alternative accommodation in a different location (if they so choose). Where possible, specialized confidential counselling should be offered, to avoid peer pressure and promote the independence of each demobilized individual.Sensitization sessions can be an essential part of supporting the transition from military to civilian life and preparing DDR participants for their return to families and communities. Core sensitization may include sessions on: \\n Reproductive health, including HIV/AIDS and STI awareness raising; \\n Psychosocial education and awareness raising, including the symptoms associated with post- traumatic stress, destigmatizing experiences, education on managing stress responses, navigating discussions with families and host communities, and when to seek help; \\n Conflict resolution, non-violent communication and anger management; \\n Human rights, including women\u2019s and children\u2019s rights; \\n Parenting, for both fathers and mothers; \\n Gender, for both men and women, including discussion on gender identities and how they may be impacted by the conflict, as well as roles and responsibilities in armed forces and groups and in the community (see IDDRS 5.10 on Women, Gender and DDR); and \\n First aid or other key skills. \\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 27, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.5 Awareness raising and sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4469, - "Score": 0.282843, - "Index": 4469, - "Paragraph": "A management information system (MIS) is vital in order to capture, store, access, and manage information on individual ex-combatants and communities of return/resettle- ment, and data on available opportunities for training, education and employment. It can also provide vital data for monitoring, feedback, and evaluation. DDR planners shall give early consideration to the design and maintenance of an MIS, as it will work to support and better organize all reintegration activities. See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases. The design and construction of the MIS should capture data that can be used to build a profile of the participant caseload. The collection of sex-, age- and disability-dis- aggregated socio-economic data (including information on specific needs, such as for wheelchairs or psychosocial services) is essential to the DDR programme. In addition, the data in the MIS should be easy to aggregate in order to provide regular updates for broad indicators.The development of new technologies, such as fingerprint identification and retina scanning, possess the potential to eradicate \u2018double dipping\u2019 of DDR assistance, particu- larly when cash assistance is provided as part of reinsertion assistance, or as an element of reintegration support.While providing for transparency and accountability, an MIS should also inform ongoing programme decision-making by influencing necessary programme adjustments to improve programme efficiency and effectiveness. DDR managers should therefore establish a concrete plan to incorporate feedback based on information gathered in the MIS.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 21, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.6. Managing data collected in assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5235, - "Score": 0.27735, - "Index": 5235, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n a)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c)\u2018may\u2019 is used to indicate a possible method or course of action; \\n d)\u2018can\u2019 is used to indicate a possibility and capability; \\n e)\u2018must\u2019 is used to indicate an external constraint or obligation.Demobilization as part of a DDR programme is the separation of members of armed forces and groups from military command and control structures and their transition to civilian status. The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites. A peace agreement provides the political, policy and operational framework for demobilization and may be accompanied by a DDR policy document. When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support. Reinsertion assistance is offered to combatants and persons associated with armed forces and groups who have been formally demobilized.Self-demobilization is the term used in this module to refer to situations where individuals leave armed forces or groups to return to civilian life without reporting to national authorities and officially changing their status from military to civilian.Members of armed forces and groups is the term used in the IDDRS to refer both to combatants (armed) and those who belong to an armed force or group but who serve in a supporting role (generally unarmed, providing logistical and other types of support). The latter are referred to in the IDDRS as \u2018persons associated with armed forces and groups\u2019. The IDDRS use the term \u2018combatant\u2019 in its generic meaning, indicating that these persons do not enjoy the protection against attack accorded to civilians. This also does not imply the right to combatant status or prisoner-of-war status, as applicable in international armed conflicts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3269, - "Score": 0.267261, - "Index": 3269, - "Paragraph": "In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component. However, all matters related to law and order shall be undertaken by the UN police component (see IDDRS 4.50 on UN Police Roles and Responsibilities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Well planned", - "Heading3": "4.5.1 Safety and security ", - "Heading4": "", - "Sentence": "In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5367, - "Score": 0.267261, - "Index": 5367, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5589, - "Score": 0.267261, - "Index": 5589, - "Paragraph": "There are many benefits associated with the provision of reinsertion assistance in the form of cash. Not only can the recipients of cash determine their own needs, but the ability to do so is a fundamental step towards empowerment. Cash can also be an efficient way to deliver support because it entails lower transaction and logistics costs than in-kind assistance, particularly in terms of transportation and storage. Less stigma may be attached to cash, which, compared with in-kind assistance or vouchers, is less visible to non-recipients. Providing cash to ex-combatants and persons formerly associated with armed forces and groups can also reduce the burden on the households and communities that receive these individuals. If a banking system is operational, cash can be paid directly into recipients\u2019 bank accounts, thereby reducing the security risks involved in cash distribution and, at the same time, strengthening the local banking system. The provision of cash may also have beneficial knock-on effects for local markets and trade.Prior to the provision of cash payments, DDR practitioners shall conduct a review of the local economy\u2019s capacity to absorb cash inflation. This is because the injection of cash into one locality can cause local prices to rise and adversely affect non-recipients living in the area. DDR practitioners shall also review the goods available on the local market. This is because cash will be of little utility in places where the commodities that people require (such as tools, equipment and food) are unavailable locally. DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization. If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest. One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence. Any potential misuse can be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract can outline how the money is supposed to be spent and would require follow- up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education should be provided alongside cash payments, as this can also help to reduce the risk that cash is misused.Providing cash is sometimes seen as posing security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is especially true for cash payments that are distributed at regular times at publicly known locations. Military commanders may also try to confiscate reinsertion payments from ex- combatants that were formerly under their control. Women and more vulnerable participants such as persons with disabilities, those with chronic illnesses and the elderly are at an increased risk for confiscation of payments and/or intimidation or threats. Cash transfers may also be hampered by the absence of banks in some parts of the country, and banks may be slow to process payments and have strict requirements in terms of identification documents. These requirements may, in some instances, lead to delays.Digital payments, such as over-the-counter and mobile money payments, may help to circumvent these problems by offering new and discreet opportunities to distribute cash. Preliminary evidence indicates that distributing cash through mobile money transfers has a positive impact because it does not require that the recipient has a bank account, and because recipients spend less time traveling to cash pick-up points and waiting for their transfer. Recipients can also cash out small amounts of their payment as and when needed and/or store money on their mobile wallet over the long term.In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone or, at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there are mobile network coverage and accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored to ensure that they adhere to previously agreed-upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy goods in the agent\u2019s store. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.1 Cash", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4521, - "Score": 0.258199, - "Index": 4521, - "Paragraph": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases. Groups associated with armed forces and groups and dependants may not have been eligible to participate in disarmament or demobilization, for instance, but may qualify to participate in reintegration programme activities. It is therefore important to assess eligi- bility on an individual basis using a screening or verification process.DDR planners should develop transparent, easily understood and unambiguous and verifiable eligibility criteria as early as possible, taking into account a balance between security, equity and vulnerability; available resources and funding; and logistical consid- erations. Establishing criteria will therefore depend largely on the size and nature of the caseload and context-specific elements.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.2. Eligibility criteria", - "Heading4": "", - "Sentence": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3432, - "Score": 0.25, - "Index": 3432, - "Paragraph": "Disarmament is generally understood to be the act of reducing or eliminating arms and, as such, is applicable to all weapons systems, ammunition and explosives, including nuclear, chemical, biological, radiological and conventional systems. This module will focus only on conventional weapons systems and ammunition that are typically held by members of armed forces and groups dealt with during DDR programmes.When transitioning out of armed conflict, States may be vulnerable to conflict relapse, particularly if key conflict drivers, including the proliferation of arms and ammunition, remain unaddressed. Inclusive and effective arms control, and disarmament in particular, is critical to prevent and reduce armed conflict and crime and to support recovery and development, as reflected in the 2030 Agenda for Sustainable Development and the Security Council and General Assembly\u2019s 2016 resolutions on sustaining peace. National arms control management systems encompass more than just disarmament. Therefore, disarmament operations should be planned and conducted in coordination with, and in support of, other arms control and reduction measures, including SALW control (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).The disarmament component of any DDR programme should be specifically designed to respond and adapt to the security environment. It should also be planned in coherence with wider peace- making, peacebuilding and recovery efforts. Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy. Depending on the context, DDR phases could be differently sequenced with, for example, demobilization and reintegration paving the way for disarmament.The disarmament component of a DDR programme will usually consist of four main phases: \\n (1) Operational planning; \\n (2) Weapons collection; \\n (3) Stockpile management; \\n (4) Disposal of collected materiel.The cross-cutting activities that should take place throughout these four main phases are data collection, awareness raising, and monitoring and evaluation. Within each phase there are also a number of recommended specific components (see Table 1).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 4, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3565, - "Score": 0.25, - "Index": 3565, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4412, - "Score": 0.25, - "Index": 4412, - "Paragraph": "The registration of ex-combatants during the demobilization phase provides detailed information on each programme participant\u2019s social and economic expectations, as well as his/her capacities, resources, or even the nature of his/her marginalization. How- ever, by the time this registration takes place, it is already too late to begin planning the reintegration programme. As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins. Such a profile can be done through carefully randomized and stratified (to the extent possible) sampled surveys of smaller numbers of representative combatants.In order for these assessments to adequately form the basis for reintegration pro- gramme planning, implementation, and M&E, they should be further supplemented by data on specific needs groups and additional research, particularly in the fields of anthro- pology, history, and area studies. During the assessment process, attention should be paid to specific needs groups, including female combatants, WAAFG, youth, children, and combatants with disabilities. In addition, research on specific countries and peoples, including that of scholars from the country or region will prove useful. Cultural rela- tionships to land and other physical resources should also be noted here to better inform reintegration programme planners.The most important types of ex-combatant focused assessments are: \\n 1. Early profiling and pre-registration surveys; \\n 2. Full profiling and registration of ex-combatants; \\n 3. Identification and assessment of areas of return and resettlement; \\n 4. Community perception surveys; \\n 5. Reintegration opportunity mapping; and \\n 6. Services mapping and institutional capacity assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4134, - "Score": 0.242536, - "Index": 4134, - "Paragraph": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities. Contingent on mandate and/or deployment strength, UN police personnel should aim to build a strong working relationship with different segments of local communities that enables the DDR process to take place. More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members. UN police personnel can monitor disarmament and demobilization sites and regularly liaise with communities and their male and female leaders at critical phases of the DDR process. Experience has shown that neglecting to address the different and shared concerns of the various segments of communities can lead to delays and a loss of the momentum required to push DDR forward. Due to their role in community policing, UN police personnel are often well placed to identify local concerns and coordinate with the parties involved to quickly resolve any problems that may arise.The presence of a dedicated UN police liaison officer within a mission\u2019s DDR component helps in the gathering and processing of intelligence on ex-combatants and persons formerly associated with armed forces and groups, their current situation and their possible future activities/locations. Such a liaison officer provides a valuable link to the operations of the UN police component and State police and law enforcement institutions. In this regard, the liaison officer can also keep the DDR component up to date on the progress of UN police personnel in advising and training the State police service.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "6. DDR processes and policing \u2013 general tasks", - "Heading2": "6.2 Coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5325, - "Score": 0.242536, - "Index": 5325, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4805, - "Score": 0.235702, - "Index": 4805, - "Paragraph": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim. Experience has shown that untreated wounded, ill and terminal ex-combatants constitute the most violent and dis- ruptive elements within any immediate post-conflict environment. Immediate health care assistance should therefore be provided during DDR from the very earliest stage.Planning for such assistance should include issues of sustainability by ensuring that ex-combatants are not a distinct target group for medical assistance, but receive care along with members of their communities of return/choice. Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues. Former combatants are likely to suffer a range of both short- and long- term health problems that can affect both their own reintegration prospects and receptor communities. In addition to basic medical screening and treatment for wounds and dis- eases, particular attention should be directed towards the needs of those with disabilities, those infected with HIV/AIDS, the chronically ill, and those experiencing psychosocial trauma and related illnesses. As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "", - "Heading4": "", - "Sentence": "Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5463, - "Score": 0.235702, - "Index": 5463, - "Paragraph": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme. The objectives of screening are to: \\n Establish the eligibility of the potential DDR participant and register those who meet the criteria; \\n Weed out individuals trying to cheat the system, for example, those attempting to demobilize more than once in the hope of receiving additional benefits, or civilians trying to access demobilization benefits; \\n Identify DDR participants with specific requirements (children, youth, child mobilized\u2013adult demobilized, women, persons with disabilities and persons with chronic illnesses); and \\n Depending on the context, identify foreign combatants that need to be repatriated to their home countries (see IDDRS 5.40 on Cross-Border Population Movements).When combatants and persons associated with armed forces and groups report for a DDR programme, their eligibility should be determined by a specific set of eligibility criteria developed by national authorities, such as membership in a specific armed force or group, possession of a weapon and/or ammunition, and/or proven ability to use a weapon (see IDDRS 4.10 on Disarmament). Whether or not an individual meets these eligibility criteria should be verified. Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams. Questions touching upon the location of specific battles and military bases and the names of senior group members should be asked. Without verification, military commanders may attempt to bring civilians into the DDR programme. They may also attempt to engage in recruitment just prior to the onset of DDR in order to provide benefits to followers of the group or to take a cut of the benefits being offered to these newly recruited individuals. Explicitly stating the maximum number of individuals who may participate in a peace agreement or DDR policy document can limit incentives for commanders to engage in recruitment. So too can a cut-off date for eligibility. Armed forces and groups often prepare lists of their members prior to the onset of a DDR programme. Whenever lists are prepared, DDR practitioners shall ensure that a verification mechanism is in place to ensure that those listed meet the required eligibility criteria. A mechanism should also be in place to resolve disputed cases and to deal with those who are excluded. Clear messaging shall be employed to ensure that armed forces and groups are aware that being named on a list does not automatically confer DDR eligibility.Once the eligibility of a particular individual has been established, his/her basic registration data (name, age, contact information, sex, etc.) should be entered into a case management system. This system can be used to track when and where DDR benefits are disbursed and to whom (see section 6.8). The data recorded in the case management system should include a biometric component where possible. Biometric systems store the unique physical features \u2013 iris, face or fingerprint data \u2013 of individuals for future reference. Biometric registration serves mainly to ensure that DDR participants do not try to \u2018game the system\u2019 by going through the DDR programme more than once to receive multiple benefits. An advantage of all biometric systems is that, if properly implemented, they are completely confidential. A unique string of letters or numbers is assigned to a photograph or fingerprint, and the original photos or prints are then discarded. Different biometric systems have different levels of cost and user friendliness. Facial recognition systems are the most sophisticated but also the most expensive. DDR practitioners using this technology will require appropriate training. Alternatively, fingerprinting is an easy and cheap way to obtain biometric data. Fingerprints can be taken on smart phones or mobile fingerprint scanners, and training requirements are minimal. The context in which registration takes place should be taken into account when considering biometric registration. For example, if the armed conflict was tied to civic and national honour, peer control mechanisms may be sufficient to ensure that individuals do not try to \u2018double dip\u2019. However, in contexts marked by distrust between the warring parties, and combatants who move from one group or conflict to another, more careful biometric monitoring may be required. The biometric registration systems established for demobilization processes can also be linked to processes of security sector integration and reform (see IDDRS 6.10 on DDR and Security Sector Reform).Immediately after eligible individuals have been registered, they should be informed of their rights and obligations during the DDR programme and the terms and conditions of their participation. If they agree to these terms and conditions, DDR participants should be asked to sign a terms and conditions form and be provided with a copy of this form in their chosen language (see Annex C for a sample terms and conditions form).Individuals shall be ineligible for DDR programmes if they have committed, or if there is a clear and reasonable indication that they knowingly committed war crimes, terrorist acts or offences, crimes against humanity and/or genocide (see IDDRS 2.11 on The Legal Framework for UN DDR). As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme. If evidence is found to suggest that a particular participant in the DDR programme has committed crimes, the individuals\u2019 eligibility to participate in DDR shall be revoked. These types of background checks will typically not be conducted by DDR practitioners. Instead, national criminal justice authorities would need to be involved. DDR practitioners should seek support from human rights experts who can undertake a proactive process of collecting background information from a variety of sources. For a more detailed description of this process, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Screening, verification and registration", - "Heading3": "", - "Heading4": "", - "Sentence": "Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4365, - "Score": 0.229416, - "Index": 4365, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4307, - "Score": 0.218218, - "Index": 4307, - "Paragraph": "A well-planned reintegration programme shall assess and respond to the specific needs of its male and female participants (i.e. gender-sensitive planning), who might be children, youth, adults, elders and/or persons with disabilities.Effective and sustainable reintegration depends on early planning that is based on: a comprehensive understanding of the local context, a clear and unambiguous agreement among all stakeholders about objectives and results of the programme, the establishment of realistic timeframes, clear budgeting requirements and human resource needs, and a clearly defined programme exit strategy. Planning shall be based on existing assessments which include conflict and security analyses, gender analyses, early recovery and/or post-conflict needs assessments, in addition to reintegration-specific assessments. Reinte- gration practitioners shall furthermore ensure a results-based monitoring and evaluation (M&E) framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.Those planning the disarmament and demobilization phases shall work in tandem with the reintegration phase planners and experts to ensure a smooth transition, and more specifically that the programme has sufficient resources and capacity to absorb the demo- bilized groups, where applicable. It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum. Planners should therefore carefully consider, and where possible link with, other early recovery and peacebuilding initiatives and processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Well-planned", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4000, - "Score": 0.213201, - "Index": 4000, - "Paragraph": "Police personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on The UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.In mission settings, the mandate granted by the UN Security Council will dictate the type and extent of UN police involvement in a DDR process. Dependent on the situation on the ground, this mandate can range from monitoring and advisory functions to full policing responsibilities. In mission settings with a peacekeeping operation, the UN police component will typically consist of individual police officers, formed police units and specialized police teams. In special political missions, formed police units will typically not be present, and the UN police presence may consist of senior advisers.In non-mission settings there is no UN Security Council mandate. Therefore, the type and extent of UN or international police involvement in a DDR process will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. An international police presence in a non-mission setting (whether UN or otherwise) will typically consist of advisers, mentors, trainers and/or policing experts, complemented where necessary by a specialized police team.When supporting DDR processes, police personnel may conduct several general tasks, including the provision of advice, support to coordination, monitoring and building public confidence. Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway. For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites. Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR). For example, police may support DDR practitioners who are engaged in the mediation of local peace agreements by orienting these individuals, and broader negotiating teams, to entry points in the community. Community-oriented policing practices and community violence reduction (CVR) programmes can also be mutually reinforcing (see IDDRS 2.30 on Community Violence Reduction).Finally, when DDR processes are linked to security sector reform (SSR), UN police personnel have an important role to play in the reform of State police and law enforcement institutions and can positively contribute to the establishment and furtherance of professional standards and codes of conduct of policing.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4727, - "Score": 0.213201, - "Index": 4727, - "Paragraph": "Successful reintegration of ex-combatants is a complex process that depends on a myriad of factors, including satisfying the complex expectations of receiving communities. It is the interplay of a community\u2019s physical and social capital and an ex-combatant\u2019s financial and human capital that determines the ease and success of reintegration.The acceptance of ex-combatants by community members is essential, but relations between ex-combatants and other community members are usually anything but \u2018nor- mal\u2019 at the end of a conflict. Ex-combatants often reintegrate into extremely difficult social environments where they might be seen as additional burdens to communities rather than assets. In some cases, communities may have perceptions that returning combat- ants are HIV positive, regardless of actual HIV status, resulting in discrimination against and stigmatization of returnees and inhibiting effective reintegration. The success of any DDR programme and the effective reintegration of former combatants therefore depend on the extent to which ex-combatants can become (and be perceived as) positive agents for change in receptor communities.The importance of providing civilian life skills training to ex-combatants will prove vital to strengthening their social capital and jumpstarting their integration into com- munities. Ex-combatants who have been socialized to use violence may face difficulties when trying to negotiate everyday situations in the public and private spheres. Those who have been out of their communities for an extended period of time, and who may have committed extreme acts of violence, might feel disconnected from the human compo- nents of home and community life. Reintegration programme managers should therefore regard the provision of civilian life skills as a necessity, not a luxury. Life skills include understanding gender identities and roles, non-violent ways of resolving conflict, and non-violent civilian and social behaviours (such as good parenting skills). See section 9.4.1. for more information on life skills.Public information and sentitization campaigns can also be an extremely effective mech- anism for facilitating social reintegration, including utilizing media to address issues such as returnees, their dependants, stigma, peacebuilding, reconciliation/co-habitation, and socialization to violence. Reintegration programme planners should carry out public information and sensitization campaigns to ensure a broad understanding among stake- holders that DDR is not about rewarding ex-combatants, but rather about turning them into valuable assets to rebuild their communities and ensure that security and peace pre- vail. In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process. The same applies for female ex-combatants and women and girls associated with armed forces and groups who in many cases expe- rienced sexual and gender-based violence, and risk stigmatization and social exclusion. See Module 4.60 on Public Information and Strategic Communication in Support of DDR for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 42, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.3. Strengthening social capital and social acceptance", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3504, - "Score": 0.204124, - "Index": 3504, - "Paragraph": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict. Clear operational objectives should also be developed and agreed. These may include: \\n A reduction in the number of weapons, ammunition and explosives possessed by, or available to, armed forces and groups; \\n A reduction in actual armed violence or the threat of it; \\n Optimally zero, or at the most minimal, casualties during the disarmament component; \\n An improvement in the perception of human security by men, women, boys, girls and youth within communities; \\n A public connection between the availability of weapons and armed violence in society; \\n The development of community awareness of the problem and hence community solidarity; \\n The reduction and disruption of the illicit trade of weapons within the DDR area of operations; \\n A reduction in the open visibility of weapons in the community; \\n A reduction in crimes committed with weapons, such as conflict-related sexual violence; \\n The development of norms against the illegal use of weapons.BOX 2: MONITORING AND EVALUATION OF DISARMAMENT \\n The disarmament objectives listed in section 5.2 could serve as a basis for the identification of performance indicators to track progress and assess the impact of disarmament interventions. Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR). \\n Standardized indicators to monitor and evaluate disarmament operations should be identified early in the DDR programme. Quantitative indicators could be developed in line with specific technical outputs providing clear measures, including the number of weapons and rounds of ammunition collected, the number of items recorded, marked and destroyed, or the number of items lost or stolen in the process. Qualitative indicators might include the evolution of the armed criminality rate in the target area, or perceptions of security in the target population disaggregated by sex and age. Information collection efforts and a weapons survey (see section 5.1) provide useful sources for identifying key indicators and measuring progress. \\n\\n Monitoring and evaluation should also verify that: \\n Gender- and age-specific risks to women and men have been adequately and equitably addressed. \\n Women and men participate in all aspects of the initiative \u2013 design, implementation, monitoring and evaluation. \\n The initiative contributes to gender equality.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2 Objectives of disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5503, - "Score": 0.204124, - "Index": 5503, - "Paragraph": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females. Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation. Profiling should include an emphasis on better understanding the reasons why these individuals joined armed forces or groups, aspirations for reintegration, what is needed for a given individual to become a productive citizen, education and technical/professional skill levels and major gaps, heath-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reinsertion and reintegration support. A standardized questionnaire collecting quantitative and qualitative information from ex-combatants and persons formerly associated with armed forces and groups shall be developed. This questionnaire can be supported by qualitative profiling, such as assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics). DDR practitioners should be aware that profiling may lead to raised expectations, especially if ex- combatants and persons formerly associated with armed forces and groups interpret questions about what they want to do in civilian life as promises of future support. DDR practitioners should therefore clearly explain the purpose of the profiling survey (i.e., to better tailor subsequent support) and inform participants of the limitations of future support. A sample profiling questionnaire can be found in Annex D.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.3 Profiling", - "Heading3": "", - "Heading4": "", - "Sentence": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6563, - "Score": 0.5, - "Index": 6563, - "Paragraph": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization). When reporting to such sites, the time CAAFAG spend at the site shall be as short as possible, and every effort shall be made to rapidly identify them, register them and supply them with their immediate needs. Where possible, children should be identified before arrival at the demobilization site so that the documentation process (identification, verification, registration, medical needs) and other applicable procedures last no longer than 48 hours, after which they shall be transferred to an interim care centre (ICC) for children or to another location under civilian control. If CAAFAG report or are brought to mobile demobilization sites or reception centres, standard operating procedures shall be in place outlining when and how the handover to civilian authorities will take place.At all demobilization sites, semi-permanent or otherwise, particular attention shall be given to the safety and protection of children during their stay, through measures such as proper lighting, regular surveillance and security patrols. Children shall be physically separated from adult combatants, and a security system shall be established to prevent adult access to them. Girl mothers, however, shall not be separated from their children. Separate accommodation must be provided for boys and girls, including separate washing and toilet facilities, with specific health services provided when necessary (e.g., reproductive health services and hygiene kits adapted to specific needs). Female staff shall be provided for locations where girls are staying.Since a number of girls are likely to be mothers, demobilization sites shall also be designed to provide proper food and health care for infants and young children, with childcare assistance provided for mothers unable to care for their children. Demobilization sites must, without exception, provide medical health screening, including sexual health screening to all children, and provide necessary treatment. Efforts shall be made to improve the overall health of CAAFAG through early detection, immunization, treatment of severe conditions (such as malaria and acute respiratory infections), treatment for wounds and injuries, triage and referral of serious cases to secondary/tertiary facilities (see IDDRS 5.70 on Health and DDR).Children shall be informed that they have the right not to be abused or exploited including the right to protection from sexual exploitation and abuse, and child labour, and that they have the right and ability, through adapted and efficient reporting and complaints mechanisms, to report abuse. When children do report abuse or exploitation by adult former combatants, staff or adult caregivers, they shall not be stigmatized or made to feel disloyal in any way. Their complaints must also be acted upon immediately through child-friendly mechanisms designed and put in place to protect them from such exploitation and to punish the offenders to the fullest extent possible. If children reporting abuse request such a service, they shall be given space and time to share their emotions and reflect on their experiences with health workers trained in psychotherapeutic assistance. Mechanisms shall be established to prevent offending staff from working with children in similar situations in the future (see also section 4.10.1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 27, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "8.2.1 Demobilization sites", - "Heading4": "", - "Sentence": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6934, - "Score": 0.447214, - "Index": 6934, - "Paragraph": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work. It focuses on interventions during the demobilization and reintegration phases. A basic assumption is that broader HIV/AIDS programmes at the community level fall outside the planning requirements of DDR officers. Community programmes require a multisectoral approach and should be sustainable after DDR is completed. The need to integrate HIV/ AIDS in community-based demobilization and reintegration efforts, however, can make this distinction unclear, and therefore it is vital that the national and international part- ners responsible for longer-term HIV/AIDS programmes are involved and have a lead role in DDR initiatives from the outset, and that HIV/AIDS is included in national recon- struction. DDR programmes need to integrate HIV concerns and the planning of national HIV strategies need to consider DDR.The importance of HIV/AIDS sensitization and awareness programmes for peace- keepers is acknowledged, and their potential to assist with programmes is briefly discussed. Guidance on this issue can be provided by mission-based HIV/AIDS advisers, the Depart- ment of Peacekeeping Operations and the Joint UN Programme on HIV/AIDS (UNAIDS).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It focuses on interventions during the demobilization and reintegration phases.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5847, - "Score": 0.436436, - "Index": 5847, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7601, - "Score": 0.408248, - "Index": 7601, - "Paragraph": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters? \\n To what extent did the demobilization programme provide gender-sensitive and female-specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC and FS who registered for demobilization programme \\n 2. % of FXC and FS who were demobilized (completed the programme) per camp \\n 3. Number of demobilization facilities created specifically for FXC and FS per camp (e.g., toilets, clinic) \\n 4. % of FXC, FS and FD who were allocated to female-only accommodation facilities \\n 5. Number of female staff in each camp (e.g., female translators, military staff, social workers, gender advisers) \\n 6. Number of gender trainings conducted per camp \\n 5.10 34\u2003Integrated Disarmament, Demobilization and Reintegration Standards 1 August 2006 \\n 7. Average length of time spent in gender training \\n 8. Number of FXC, FS and FD who participated in gender training \\n 9. Number and level of gender-based violence reported in each demobilization camp \\n 10. Average length of stay of FXC and FS at each camp \\n 11. % of FXC, FS and FD who received transitional support to prepare for reintegration (e.g. health care, food, living allowance, etc.) \\n 12. % of FXC, FS and FD who received female-specific assistance and package (e.g., sanitary napkins, female clothes) \\n 13. % of FXC, FS and FD attending female-specific counselling sessions \\n 14. Average length of time spent in counselling for victims of gender-based violence \\n 15. Number of child-care services per camp \\n 16. % of FXC, FS and FD who used child-care services per camp \\n 17. Existence of medical facilities and personnel for childbirth \\n 18. % of FXC, FS and FD who used medical facilities for childbirth", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.2. Monitoring of demobilization", - "Sentence": "Number of FXC and FS who registered for demobilization programme \\n 2.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7375, - "Score": 0.353553, - "Index": 7375, - "Paragraph": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes. The narrow definition of who qualifies as a \u2018combatant\u2019 has been moti- vated to a certain extent by budgetary considerations, and this has meant that DDR planners have often overlooked or inadequately attended to the needs of a large group of people participating in and associated with armed groups and forces. However, these same peo- ple also present potential security concerns that might complicate DDR.If those who do not fit the category of a \u2018male, able-bodied combatant\u2019 are overlooked, DDR activities are not only less efficient, but run the risk of reinforcing existing gender inequalities in local communities and making economic hardship worse for women and girls in armed groups and forces, some of whom may have unresolved trauma and reduced physical capacity as a result of violence experienced during the conflict. Marginalized women with experience of combat are at risk for re-recruitment into armed groups and forces and may ultimately undermine the peace-building potential of DDR processes. The involvement of women is the best way of ensuring their longer-term participation in security sector reform and in the uniformed services more generally, which again will improve long-term security.Box 3 Why are female supporters/FAAFGs eligible for demobilization? \\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living. If the aim of DDR is to provide broad-based community security, it cannot create insecurity for this group of women by ignoring their special needs. Even if the argument is made that women associated with armed forces and groups should be included in more broadly coordinated reintegration and recovery frameworks, it is important to remember that they will then miss out on specifically designed support to help them make the transition from a military to a civilian lifestyle. In addition, many of the programmes aimed at enabling communities to reinforce reintegration will not be in place early enough to deal with the immediate needs of this group of women.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 10, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8083, - "Score": 0.353553, - "Index": 8083, - "Paragraph": "The host country, in collaboration with UN missions and other relevant international agencies, should decide at an early stage what level of demobilization of interned foreign combatants is desirable and within what time\u00adframe. This will depend partly on the profile and motives of internees, and will determine the types of structures, services and level of security in the internment facility. For example, keeping military command and control structures will assist with maintaining discipline through commanders. Lack of demobilization, however, will delay the process of internees becoming civilians, and as a result the possibility of their gaining future refugee status as an exit strategy for foreign combatants who are seeking asylum. On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process. Reuniting family members or putting them in contact with each other and providing skills training, peace education and rehabilitation programmes will also aid demobilization. Mixing different and rival factions from the country of origin, the feasibility of which will depend on the nature of the conflict and the reasons for the fighting, will also make demobilization and reconciliation processes easier.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 13, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.6. Demobilization", - "Heading4": "", - "Sentence": "On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5852, - "Score": 0.333333, - "Index": 5852, - "Paragraph": "During demobilization, individuals shall be directed to a doctor or medical team for health screening. Both general and specific health needs shall be assessed. Given their age and increased risk factors, youth shall be provided with basic specialized attention in the areas of reproductive health and STIs, including voluntary testing and counselling for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR). Female medical personnel shall be made available for women and girls. In addition, screening for mental health and psychosocial support needs should be available. Plans for how to protect personal health information shall also be made.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 14, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.4 Medical health screening", - "Heading4": "", - "Sentence": "During demobilization, individuals shall be directed to a doctor or medical team for health screening.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7180, - "Score": 0.328798, - "Index": 7180, - "Paragraph": "In many settings, key HIV/AIDS implementing partners, such as the International Rescue Committee and Family Health International, may already be working in the country, but not necessarily in all the areas where demobilization and reinsertion/reintegration will take place. To initiate programmes, DDR officers should consider providing seed money to kick-start projects, for example covering the initial costs of establishing a basic VCT centre and training counsellors in a particular area, on the understanding that the implementing partner would assume the costs of running the facility for an agreed period of time. This is because it is often easier for NGOs to raise donor funds to maintain a project that has been shown to work than to set one up. Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.1. Implementing partners", - "Heading3": "", - "Heading4": "", - "Sentence": "Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8462, - "Score": 0.323498, - "Index": 8462, - "Paragraph": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp. 6\u20137; Report of the Secretary\u00adGeneral to the Security Council on Liberia, 11 September 2003, para. 49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para. 1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004. \\n 2 \u201cEvery State has the duty to refrain from organizing or encouraging the organization of irregular forces or armed bands, including mercenaries, for incursion into the territory of another state . . . . Every State has the duty to refrain from organizing, instigating, assisting or participating in acts of civil strife or terrorist acts in another State or acquiescing in organized activities within its territory directed towards the commission of such acts, when the acts referred to in the present paragraph involve a threat or use of force No State shall organize, assist, foment, finance, incite or tolerate subversive, terrorist or armed activities directed towards the violent overthrow of the regime of another State, or interfere in civil strife in another State.\u201d \\n 3 Adopted by UN General Assembly resolution 43/173, 9 December 1988. \\n 4 Adopted by the First UN Congress on the Prevention of Crime and the Treatment of Offenders, Geneva 1955, and approved by the UN Economic and Social Council in resolutions 663 C (XXIV) of 31 July 1957 and 2076 (LXII) of 13 May 1977. \\n 5 Adopted by UN General Assembly resolution 45/111, 14 December 1990. \\n 6 UN General Assembly resolution 56/166, Human Rights and Mass Exoduses, para. 8, 26 February 2002; see also General Assembly resolution 58/169, para. 7. \\n 7 UN General Assembly resolution 58/169, Human Rights and Mass Exoduses, 9 March 2004. \\n 8 UN General Assembly, Report of the Fifty\u00adFifth Session of the Executive Committee of the High Commissioner\u2019s Programme, A/AC.96/1003, 12 October 2004. \\n 9 Information on separation and internment of combatants in sections 7 to 10 draws significantly from papers presented at the Experts\u2019 Roundtable organized by UNHCR on the Civilian and Humanitar\u00ad ian Character of Asylum (June 2004), in particular the background resource paper prepared for the conference, Maintaining the Civilian and Humanitarian Character of Asylum by Rosa da Costa, UNHCR (Legal and Protection Policy Research Series, Department of International Protection, PPLA/2004/02, June 2004), as well as the subsequent UNHCR draft, Operational Guidelines on Maintaining the Civilian Character of Asylum in Mass Refugee Influx Situations. \\n 10 Internment camps for foreign combatants have been established in Sierra Leone (Mapeh and Mafanta camps for combatants from the Liberian war), the Democratic Republic of the Congo (DRC) (Zongo for combatants from Central African Republic), Zambia (Ukwimi camp for combatants from Angola, Burundi, Rwanda and DRC) and Tanzania (Mwisa separation facility for combatants from Burundi and DRC). \\n 11 Da Costa, op. cit. \\n 12 The full definition in the 1989 International Convention Against the Recruitment, Use, Financing and Training of Mercenaries is contained in the glossary of terms in Annex A. In Africa, the 1977 Convention of the OAU for the Elimination of Mercenarism in Africa is also applicable. \\n 13 Universal Declaration of Human Rights, art. 14. The article contains an exception \u201cin the case of prose\u00ad cutions genuinely arising from non\u00adpolitical crimes or from acts contrary to the purposes and principles of the United Nations\u201d. \\n 14 For further information see UNHCR, Handbook for Repatriation and Reintegration Activities, Geneva, May 2004. \\n 15 The UN General Assembly has \u201cemphasiz[ed] the obligation of all States to accept the return of their nationals, call[ed] upon States to facilitate the return of their nationals who have been determined not to be in need of international protection, and affirm[ed] the need for the return of persons to be undertaken in a safe and humane manner and with full respect for their human rights and dignity, irrespective of the status of the persons concerned\u201d (UN General Assembly resolution 57/187, para. 11, 18 December 2002). \\n 16 Refer to UNHCR/DPKO note on cooperation, 2004. \\n 17 For the purpose of this Conclusion, the term \u201carmed elements\u201d is used as a generic term in a refugee context that refers to combatants as well as civilians carrying weapons. Similarly, for the purpose of this Conclusion, the term \u201ccombatants\u201d covers persons taking active part in hostilities in both inter\u00ad national and non\u00adinternational armed conflict who have entered a country of asylum. \\n 18 S/1999/957; S/2001/331 \\n 19 EC/GC/01/8/Rev.1 \\n 20 Workshop on the Potential Role of International Police in Refugee Camp Security (Ottawa, Canada, March 2001); Regional Symposium on Maintaining the Civilian and Humanitarian Character of Refugee Status, Camps and other locations (Pretoria, South Africa, February 2001); International Seminar on Exploring the Role of the Military in Refugee Camp Security (Oxford, UK, July 2001).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 49, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8544, - "Score": 0.316228, - "Index": 8544, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6614, - "Score": 0.288675, - "Index": 6614, - "Paragraph": "CAAFAG face a range of health issues that may impact their reintegration. The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre. However, ongoing health needs shall also be addressed during the reintegration process. This may be via referral to relevant local or national health facilities, medical fee coverage or the direct provision of support. All service and referral provision shall be private and confidential.Reproductive health \\n As soon as possible after their release from an armed force or group, and for as long as necessary, girls and boys who have survived sexual violence, abuse and exploitation shall receive medical care in addition to mental health and psychosocial care (see section 7.9.1). Consideration shall also be given to boys who may have been forced to perpetrate sexual violence. All children who have experienced sexual violence shall receive access to the Minimum Initial Service Package (MISP) for sexual and reproductive health.7 Girl mothers shall be referred to community health services and psychosocial support as a priority. To prevent cycles of violence, girl mothers shall be enabled to learn positive parenting skills so that their children develop in a nurturing household. \\n DDR practitioners should invest in reproductive health awareness-raising initiatives for boys and girls (especially adolescents) covering issues such as safe motherhood, sexual violence, sexually transmitted infections, family planning and the reproductive health of young people. Increasing the awareness of boys will help to reduce the reproductive health burden on girls and enable a gender-transformative approach (see section 4.3). Consideration shall be given to any sensitivities that may arise through the inclusion of boys in these awareness-raising initiatives, and necessary preparations shall be made with families and community leaders to gain their support.HIV/AIDS \\n Children who test positive for HIV/AIDS may experience additional community stigmatization that negatively impacts upon their reintegration. Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential. During reintegration, support for children living with HIV/AIDS should include specialist counselling by personnel with experience of working with children, support to families, targeted referrals to existing medical facilities and linkages to local, national and/or international health programmes. To ease reintegration, community-based HIV/AIDS awareness training and education can be considered (see IDDRS 5.60 on HIV/AIDS and DDR). Children may also prefer to receive treatment in locations that are discreet (i.e., not in public spaces or through discreet entrances at clinics).Drug and alcohol addiction \\n Drugs and alcohol are often used by commanders to establish dependence, manipulate and coerce children into committing violence. Children\u2019s substance use can create obstacles to reintegration such as behavioural issues in the home and community, risk-taking behaviour, poor nutrition and general health, and increased vulnerability to re-recruitment. DDR practitioners should coordinate with child-focused local, national and/or international health organizations to develop or identify for referral drug and alcohol rehabilitation programmes adapted to the needs of CAAFAG. Treatment shall follow the International Standards for the Treatment of Drug Use Disorders.8", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.1 Health", - "Heading4": "", - "Sentence": "Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7126, - "Score": 0.288675, - "Index": 7126, - "Paragraph": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs. A range of contra- ception measures also need to be considered as part of basic reproductive health services to prevent unwanted pregnancies.Many countries may not be familiar with female condoms. Post-conflict settings, how- ever, have proved to be receptive environments for the introduction of female-controlled methods of HIV/STI prevention and contraception. It is important that any introduction of female condoms in DDR programmes be strongly linked to national/local initiatives. UNFPA and Population Services International can provide information on designing and running programmes to promote and supply female condoms. If female condoms are not available locally and there are no existing programmes, it may not be feasible or appropriate for DDR HIV/AIDS programmes to introduce and promote the use of female condoms, as it requires training and specifically tailored information campaigns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.5. Providing condoms", - "Heading3": "", - "Heading4": "", - "Sentence": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7430, - "Score": 0.288675, - "Index": 7430, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8348, - "Score": 0.288675, - "Index": 8348, - "Paragraph": "The giving up of military activities by foreign former combatants is more likely to be genuine if they have been demobilized and they have a real chance of earning a living in civilian life, including through DDR programmes in the host country. Detention in internment camps without demobilization and rehabilitation activities will not automatically lead to combatants becoming civilians. Breaking up military structures; linking up families; and providing vocational skills training, counselling, rehabilitation and peace education programmes for foreign former combatants in the host country will make it easier for them to become civil\u00ad ians and be considered for refugee status some time in the future.It needs to be carefully verified that individuals have given up military activities, includ\u00ad ing in situations where foreign former combatants are interned or where they have some degree of freedom of movement. Verification should include information gathered through\u00ad out the period of identification, separation and internment. For example, it will be easier to understand individual motives and activities if the movements of internees in and out of internment camps are monitored. Actions or attitudes that may prove that an individual has genuinely given up military activities may include expressions of regret for past military ac\u00ad tivities and for the victims of the conflict, signs of weariness with the war and a general feeling of homesickness, and clear signs of dissatisfaction with a military or political organization. Internment camp authorities or other agencies that are closely in contact with internees should share information with UNHCR, unless such information must be kept confidential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 33, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.3. Determining refugee status", - "Heading3": "13.3.3. Genuine and permanent giving up of military activities", - "Heading4": "", - "Sentence": "Detention in internment camps without demobilization and rehabilitation activities will not automatically lead to combatants becoming civilians.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6220, - "Score": 0.27735, - "Index": 6220, - "Paragraph": "Children are entitled to release from armed forces and groups at all times, without pre- condition. Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children. Given their age, vulnerability and child- specific needs, during DDR processes, children shall be separated from armed forces and groups and handed over to child protection actors and supported to demobilize and reintegrate into families and communities in processes that are separate from those for adults, according to their best interests. While it is critical that children be supported, they shall not be pressured to wait for or to participate in release processes. They shall also not be removed from their families or communities to participate in DDR processes unless it has been determined to be in their best interest. Their decision to participate shall voluntary and based on informed consent.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7073, - "Score": 0.274721, - "Index": 7073, - "Paragraph": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins. For example, it may be that troops are being kept in their barracks in the interim period between the signing of a peace accord and the roll-out of DDR; this provides an ideal captive (and restive) audience for awareness programmes and makes use of existing structures.7 In such cases, DDR planners should design joint projects with other actors working on HIV issues in the country. To avoid duplication or over-extending DDR HIV budgets, costs could be shared based on a proportional breakdown of the target group. For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage. Such an approach would be more comprehensive, easier to implement, and have longer-term benefits. It would also complement HIV/AIDS initiatives in broader SSR programmes.Demobilization is often a very short process, in some cases involving only reception and documentation. While cantonment offers an ideal environment to train and raise the awareness of a \u2018captive audience\u2019, there is a general trend to shorten the cantonment period and instead carry out community-based demobilization. Ultimately, most HIV initiatives will take place during the reinsertion phase and the longer process of reintegration. However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization. If the time allowed for a specific phase is changed, for example, if an envisaged cantonment period is shortened, it should be understood that the HIV/AIDS minimum requirements are not dropped but are instead included in the next phase of the DDR programme. Condoms and awareness material/referral information should be available whatever the length of cantonment, and must be included in \u2018transitional packages\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7399, - "Score": 0.274721, - "Index": 7399, - "Paragraph": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites. This assessment should take place as early as possible so that train- ing programmes are ready when ex-combatants and supporters need them.Opportunities for women\u2019s economic independence should be considered and potential problems faced by women entering previously \u2018male\u2019 workplaces and professions should be dealt with as far as possible. Offering demobilized women credit and capital should be viewed as a positive investment in reconstruction, since women have an established record of high rates of return and reinvestment.Demobilization packages for men and boys should be also sensitive to their different gender roles and identities. Demobilization packages might be prepared under the assump- tion that men are the \u2018breadwinner\u2019 in a household, which might pressurize men to be more aggressively hierarchical in their behaviour at home. Men can also feel emasculated when women appear more successful than them, and may express their frustration in increased violence. More careful preparation is needed so that transitional support packages will not reinforce negative gender stereotypes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 13, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "6.4.1. Transitional support: Gender-aware interventions", - "Heading4": "", - "Sentence": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7789, - "Score": 0.274721, - "Index": 7789, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5836, - "Score": 0.267261, - "Index": 5836, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5921, - "Score": 0.267261, - "Index": 5921, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7871, - "Score": 0.267261, - "Index": 7871, - "Paragraph": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs. Depending on location, health activities will normally include some or all of the following: \\n providing medical screening and counselling for combatants and dependants; \\n establishing basic preventive and curative health services. \\n Priority should go to acute and infectious conditions (typically malaria); however, as soon as possible, measures should also be set in place for chronic and non-infectious cases (e.g., tuberculosis and diabetes, or epilepsy) and for voluntary testing and counselling services for sexually transmitted infections (STIs), including HIV/AIDS; \\n establishing a referral system that can cover medical, surgical and obstetric emergencies, as well as laboratory confirmation at least for diseases that could cause epidemics; \\n adopting and adapting national standard protocols for the treatment of the most common diseases;9 \\n establishing systems to monitor potential epidemiological/nutritional problems within assembly areas, barracks, camps for dependants, etc. with the capacity for early warning and outbreak response; \\n providing drugs and equipment including a system for water quality control and bio- logical sample management; \\n organizing public health information campaigns on STIs (including HIV/AIDS), water- borne disease, sanitation issues such as excreta disposal, food conservation and basic hygiene (especially for longer-term cantonment); \\n establishing systems for coordination, communication and logistics in support of the delivery of preventive and curative health care; \\n establishing systems for coordination with other sectors, to ensure that all vital needs and support systems are in place and functioning.Whenever people are grouped together in a temporary facility such as a cantonment site, there will be matters of specific concern to health practitioners. Issues to be aware of include: \\n Chronic communicable diseases: Proper compliance with anti-TB treatment can be difficult to organize and sustain, but it should be considered a priority; \\n HIV/AIDS: Screening of soldiers should be voluntary and carried out after combatants are given enough information about the screening process. The usefulness of screening when the system is not able to respond adequately (by providing anti-retroviral therapy and proper follow-up) should be carefully thought out. Combatants have the right to the confidentiality of the information collected;10 \\n Violence/injury prevention: Cantonment is a strategy for reducing violence, because it aims to contain armed combatants until their weapons can be safely removed. However, there is a strong likelihood of violence within cantonment sites, especially when abducted women or girls are separated from men. Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this. In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders. An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 10, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.1. Dealing with key health concerns during demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7906, - "Score": 0.267261, - "Index": 7906, - "Paragraph": "This section explains how to use the resources allocated to health action in DDR to reinforce and support the national health system in the medium and longer term.It needs to be emphasized that after combatants are discharged, they come under the responsibility of the national health system. It is vital, therefore, for all the health actions carried out during the demobilization phase to be consistent with national protocols and regulation (e.g., the administration of TB drugs). Especially in countries emerging from long-lasting violent conflict, the capacity of the national health system may not be able to meet the needs of population, and more often than not, good health care is expensive. In this case, preferential or subsidized access to health care for former combatants and others associated with armed groups and forces can be provided if possible. It needs to be em- phasized that the decision to create positive discrimination for former combatants is a political one.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 14, - "Heading1": "9. The role of health services in the reintegration process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is vital, therefore, for all the health actions carried out during the demobilization phase to be consistent with national protocols and regulation (e.g., the administration of TB drugs).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7811, - "Score": 0.258199, - "Index": 7811, - "Paragraph": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated. The extent of the contribution of health activities in each phase increases steadily, from assess- ment and planning to the actual delivery of health services. Health services, in turn, will evolve: starting by focusing on immediate, life-threatening conditions, they will at a later stage be required to support ex-combatants and those associated with them when they return to civilian life and take up civilian jobs as a part of reintegration.Figure 1 provides a simplified image of the general direction in which the health sector has to move to best support a DDR process. Clearly, health actions set up to meet the specific needs of the demobilization phase, which will only last for a short period of time, must be planned as only the first steps of a longer-term, open-ended and comprehensive reintegra- tion process. In what follows, some of the factors that will help the achievement of this long-term goal are outlined.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.3. Health and the sequencing of DDR processes", - "Heading3": "", - "Heading4": "", - "Sentence": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.258199, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8147, - "Score": 0.258199, - "Index": 8147, - "Paragraph": "At least at the early stages of setting up and managing an internment camp, it is likely that host governments will lack capacity and resources for the task. International agencies have an important role to play in acquiring and supplying resources in order to assist the host government to provide internees with the \u201crelief required by humanity\u201d (as required under the Hague Convention): \\n In collaboration with the host government, international agencies should assist with awareness\u00adraising and lobbying of donors, which should take place as soon as possible, as donor funding often takes time to be made available. Donors should be informed about the resource needed to separate and intern combatants and the benefits of such policies, e.g., maintaining State security, helping the host government to keep borders open for asylum seekers, etc.; \\n International agencies should favourably consider contributing financial grants, mate\u00ad rial and other assistance to internment programmes, especially in the early phases when the host government will not have donor funding for such programmes. Contributing assistance, even on an ad hoc and temporary basis, will make international agencies\u2019 advocacy and advisory roles more effective. The following are some illustrations of ways in which international agencies can contribute:Food. WFP may assist with providing food. Given the inability of internees to feed themselves because of their restricted freedom of movement, each internee should be entitled to a full food ration of at least 2,100 kilocalories per day. \\n Health care. International agencies\u2019 partners (e.g., local Red Cross societies) may be able to provide mobile health clinics, to supplement hospital treatment for more serious medical matters. Medical care should include reproductive health care for female internees. \\n Non-food items. Items such as plastic sheeting, plates, buckets, blankets, sleeping mats, soap, etc. will be needed for each internee and agency contributions will be essential. Agencies such as UNHCR and ICRC, if they have the resources, may be able to give extra assistance at least temporarily until the government receives regular donor funding for the internment initiative. \\n Registration and documentation. Agencies could help the host government to develop a system for registration and issuing of identity documentation. Agencies will often need the data themselves, e.g., ICRC in order to arrange family tracing and family visits, and UNHCR for the purpose of getting information on the profiles of internees who may later come within their mandate if, at a later stage, internees apply for refugee status. ICRC may issue its own documentation to internees in connection with its detention-monitoring role. \\n Skills training. To combat the problem of idleness and to provide rehabilitation and alternative skills for internees, as well as to maintain order and dignity during internment, agency partners must try to provide/fund vocational skills training programmes as soon as possible. In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated. Social skills training would also be helpful here, such as sensitization in human rights, civic education, peace-building, HIV/AIDS, and sexual and gender-based violence. \\n Recreation. Sufficient space for recreation and sporting equipment should be provided for the purpose of recreation. \\n Re-establishing family links. ICRC, together with national societies, should try to trace family members of internees, both across borders and within the host country, which will allow family links to be re-established and maintained (e.g., through exchange of Red Cross messages). Where civilian family members have also crossed into the host country, arrangements should be made for maintaining family unity. There are various options: families could be accommodated in internment camps, or in a separate nearby facility, or in a refugee camp or settlement. If family members are voluntarily accommodated Level 5 Cross-cutting Issues Cross-border Population Movements 17 5.40 together with or near to internees, this has the advantage of preserving family unity, helping to break down military hierarchies in internment camps, reducing risks of local/refugee community retaliation against the family members on account of their connections to combatants, and minimizing the chances of combatants moving to civilian sites in order to be with their family members. However, the family members may face security risks, including physical violence and sexual harassment, from internees. Where civilian spouses and children are not accommodated with internees, regular and adequate family visits to internment camps must be arranged by ICRC, UNHCR or other relevant agencies. \\n Monitoring. ICRC should be able to carry out regular, confidential monitoring of internment camps, including the treatment of internees and the standards of their internment, in accordance with its mandate for persons deprived of their liberty for reasons related to armed conflict. Reports from monitoring visits will be provided on a confidential basis to the government of the host country. \\n Host communities. The involvement and support of host communities will be vital to the internment process. Therefore, agencies should consider providing host communities with community-based development assistance programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 15, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Assistance by the international community", - "Sentence": "In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6300, - "Score": 0.242536, - "Index": 6300, - "Paragraph": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning. Emphasis is often placed on the need to estimate the numbers of children in armed forces and groups in order to plan actions. While this is important, policymakers and planners should also recognize that it is difficult to obtain accurate figures. Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations. Legitimacy shall not be given to child recruitment through the inclusion of children within DDR processes to inflate numbers, for example. However, as children will require services, for the purposes of planning the budget and the DDR process itself, children shall be included in the count of persons qualifying for demobilization and reintegration support.Many children who are formally or informally released or who have otherwise left armed forces or groups never have the opportunity to participate in child-sensitive DDR processes. This can happen when a child who flees an armed force or group is not aware of their rights or lives in an area where DDR processes are unavailable. Girls, in particular, may be at higher risk of this as they are often \u2018unseen\u2019 or viewed as dependents. DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route. If levels of informal release or separation are believed to be high (through informal knowledge, data collection or situation analysis), during the planning and design phases, in collaboration with child protection actors, DDR practitioners shall establish mechanisms to inform these children of their rights and enable access to reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6700, - "Score": 0.242536, - "Index": 6700, - "Paragraph": "Life skills are those abilities that help to promote psychological well-being and competence in children as they face the realities of life. These are the ten core life skill strategies and techniques: \\n problem-solving; \\n critical thinking; \\n effective communication skills; \\n agency and decision-making; \\n creative thinking; \\n interpersonal relationship skills; \\n self-awareness building skills; \\n empathy; \\n coping with stress; and \\n emotions.Programmes aimed at developing life skills can, among other effects, lessen violent behaviour and increase prosocial behaviour. They can also increase children\u2019s ability to plan ahead and choose effective solutions to problems. CAAFAG often lose the opportunity to develop life skills during armed conflict, and this can adversely affect their reintegration. For this reason, DDR processes for children should explicitly focus on the development of such skills. Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization. The inclusion of all conflict-affected children within a community in such initiatives will have greater impact than focusing solely on CAAFAG.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 37, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.6 Life skills", - "Heading4": "", - "Sentence": "Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7138, - "Score": 0.235702, - "Index": 7138, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8765, - "Score": 0.235702, - "Index": 8765, - "Paragraph": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization). Food assistance can form part of a transitional safety net and support the establishment of medium- term household food security.In this scenario, food assistance can be provided as a take-home package (for those leaving cantonment sites) and/or can be provided in the community. In communities that have access to functional markets, and where there is a reliable financial network, CBTs are likely to be a useful option during the reinsertion phase, as these transfers provide recipients with the flexibility to redeem the entitlement in the location and moment they prefer, according to their needs. When CBTs are dispensed through financial service providers who offer additional financial services, linking the food assistance to a financial inclusion objective can help to facilitate reinsertion. Where CBTs are not possible for contextual or infrastructural reasons, in-kind assistance can be considered for take-home rations.A general guideline is that food assistance in the reinsertion phase of a DDR programme should not be provided for longer than a year; however, benefits should also be appropriate to the particular context. The following factors should be taken into account when deciding on the length of time the transfer should cover: \\n Whether ex-combatants and persons formerly associated with armed forces and groups will be transported by vehicle to the relevant communities or whether they will have to carry the ration (if in-kind) (the latter may require protection mechanisms for women or other vulnerable groups); \\n The level of assistance when they reach the community; \\n The resources available to the food component of the DDR programme; \\n The timing and expected yields/production of the next harvest; \\n The prospects for the re-establishment of employment and other income-generating activities, or the creation of new opportunities; \\n The overall food policy for the area, taking into account the total economic, social and ecological situation and related recovery and development activities.The aim shall always be to encourage the re-establishment of self-reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 24, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.2 Reinsertion", - "Heading4": "", - "Sentence": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5993, - "Score": 0.229416, - "Index": 5993, - "Paragraph": "Public works programmes aim to build or rehabilitate public/community assets and infrastructure that are vital for sustaining the livelihoods of a community. Examples are the rehabilitation of maintenance of roads, improving drainage, water supplies and sanitation, demining or environmental work including the planting of trees (see IDDRS 4.20 on Demobilization). Public works programmes can be easily designed to create job opportunities for youth who are community members and/or former members of armed forces and groups. There is always urgent work to be done in priority sectors \u2014 such as essential public facilities \u2014 and geographical areas, especially those most affected by armed conflict. Job-creation schemes may provide employment and income support and, at the same time, develop physical and social infrastructure. Such schemes should be designed to promote the value-chain, exploring the full range of activities needed to create a product or services, and should make use of locally available resources, whenever possible, to boost the sustainable economic impact.Although these programmes offer only a limited number of long-term jobs, they can provide immediate employment, increase the productivity of low-skilled youth and help young participants gain work experience that can be critical for more sustainable employment. A further key impact is that they can assist in raising the social status of youth former members of armed forces and groups from individuals who may be perceived as \u201cdestroyers\u201d to individuals who are considered \u201cconstructors\u201d. Chosen schemes can be part of special reconstruction projects to directly benefit youth, such as training centres, sports facilities, health facilities, schools, or places where young people can engage in local politics or play and listen to music. Such projects can be developed within the local construction industry and assist groups of youth to become small contractors. Community-based employment provides an ideal opportunity to mix young former members of armed forces and groups with other youth, paving the way for social reintegration, and should be made available equally to young women and men.Where possible, public works programmes shall be implemented immediately after young people transition from military to civilian status. Care must be taken to ensure that safe labour standards are prioritized, and that youth are given options in terms of the type of work available to them, and not forced into physically demanding work. The creation of employment-intensive work for youth should include other components such as flexible on-site training, mentoring, community services and psychosocial care (where necessary) to support their reintegration into society.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 24, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.10 Public works programmes", - "Heading4": "", - "Sentence": "Examples are the rehabilitation of maintenance of roads, improving drainage, water supplies and sanitation, demining or environmental work including the planting of trees (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8183, - "Score": 0.229416, - "Index": 8183, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5871, - "Score": 0.223607, - "Index": 5871, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7852, - "Score": 0.223607, - "Index": 7852, - "Paragraph": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design. International humanitarian standards on camp design should apply, and gender-specific requirements should be taken into account (e.g., security, rape prevention, the provision of female-specific health care assistance). As a general rule, the area must conform with the Sphere standards for water supply and sanitation, drainage, vector control, etc. Locations and routes for medical and obstetric emergency referral must be pre-identi- fied, and there should be sufficient capacity for referral or medical evacuation to cater for any emergencies that might arise, e.g., post-partum bleeding (the distance to the nearest health facility and the time required to get there are important factors to consider here).When combatants are housed in military barracks or public buildings are restored for this purpose, these should also be assessed in terms of public health needs. Issues to con- sider include basic sanitary facilities, the possibility of health referrals in the surrounding area, and so on.If nearby health facilities are to be rehabilitated or new facilities established, the work should fit in with medium- to long-term plans. Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.3. Support in the identification of assembly areas", - "Heading3": "", - "Heading4": "", - "Sentence": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8531, - "Score": 0.223607, - "Index": 8531, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5843, - "Score": 0.218218, - "Index": 5843, - "Paragraph": "During disarmament or demobilisation processes youth should be screened for age, following age assessment guidance found in Annex B of IDDRS 5.20 on Children and DDR. Youth, under the age of 18, should be separated from adults.With the exception of young child dependants who are with their caregivers, female youth participating in DDR programmes should, at a minimum, be accommodated in a female only section and, where possible, housed in female only facilities along with other female ex-combatants and females associated with armed forces or groups. Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.2 Disarmament and demobilization sites", - "Heading4": "", - "Sentence": "Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7914, - "Score": 0.218218, - "Index": 7914, - "Paragraph": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002. \\n 2 Zagaria, N. and G. Arcadu, What Role for Health in a Peace Process? The Case Study of Angola, Rome, October 1997. \\n 3 Eide, E. B., A. T. Kaspersen, R. Kent and K. von Hippel, Report on Integrated Missions: Practical Perspec\u00ad tive and Recommendation, Independent Study for the Expanded UN ECHA (Executive Committee for Humanitarian Affairs) Core Group, May 2005, pp. 3 and 28. \\n 4 In one example, in Angola during UN Verification Angola Mission III, the humanitarian entitlements for UNITA troops were much higher than the ones provided for their dependants. \\n 5 For technical guidance, refer to WHO, Communicable Disease Control in Emergencies: A Field Manual, http://www.who.int/infectious-disease-news/IDdocs/whocds200527/whocds200527chapters/ index.htm. \\n 6 For short health profiles of many countries in crisis, and for guidelines on rapid health assessments, see WHO, http://www.who.int/hac. \\n 7 The Sphere Project provides a wide range of standards that can provide useful points of reference for an assessment of the capacity of a local health system in a poor country (see Sphere Project, Humani\u00ad tarian Charter and Minimum Standards in Disaster Response, 2004, or http://www.sphereproject.org). \\n 8 See Women\u2019s Commission for Refugee Women and Children, Field\u00adfriendly Guide to Integrate Emergency Obstetric Care in Humanitarian Programs, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 9 Case definitions must be developed for each health event/disease/syndrome. Standard WHO case definitions are available, but these may have to be adapted according to the local situation. If pos- sible, the case definitions of the host country\u2019s ministry of health should be used, if they are available. What is important is that all of those reporting to the monitoring/surveillance system, regardless of affiliation, use the same case definitions so that there is consistency in reporting. \\n 10 See Reproductive Health Responses in Conflict Consortium, Emergency Contraception for Conflict Affected Settings: A Reproductive Health Response in Conflict Consortium Distance Learning Module, 2004, http:// www.rhrc.org/resources/general%5Ffieldtools/. \\n 11 See the Sphere Project, op. cit., pp. 291\u2013293. \\n 12 WHO/Emergency and Humanitarian Action, op. cit. \\n 13 Emergency reproductive health (RH) kits were originally developed in 1996 by the members of the Inter-Agency Working Group on Reproductive Health in Refugee Situations to deliver RH services in emergency and refugee situations. To obtain these kits, the DDR practitioners/health experts should contact the WHO/UNFPA field office in that country or relevant implementing partners. \\n 14 http://www.who.int/child-adolescent-health; see also WHO/UN High Commissioner for Refugees, Clinical Management of Rape Survivors: Developing Protocols for Use with Refugees and Internally Displaced Persons, revised edition, 2004, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 15 See resources at the Reproductive Health in Conflict Consortium, http://www.rhrc.org/resources/ general%5Ffieldtools/, especially the Inter\u00adagency Field Manual.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 17, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7324, - "Score": 0.213201, - "Index": 7324, - "Paragraph": "Security Council resolution 1325 marks an important step towards the recognition of women\u2019s contributions to peace and reconstruction, and draws attention to the particular impact of conflict on women and girls. On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d. Since it was passed, the Council has recalled the principles laid down in resolution 1325 when establishing the DDR-related mandates of several peacekeeping missions, such as the UN Missions in Liberia and Sudan and the UN Stabilization Mission in Haiti.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 4, - "Heading1": "5. International mandates", - "Heading2": "5.1. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8496, - "Score": 0.213201, - "Index": 8496, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5892, - "Score": 0.208514, - "Index": 5892, - "Paragraph": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration. These health interventions should be planned as a distinct component of reintegration programming rather than as ad hoc support. For more information, see IDDRS 5.70 Health and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 16, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.2 Health", - "Heading4": "", - "Sentence": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7277, - "Score": 0.208514, - "Index": 7277, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8401, - "Score": 0.208514, - "Index": 8401, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country].", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9094, - "Score": 0.5, - "Index": 9094, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n What does demobilization offer that organized crime does not?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9565, - "Score": 0.426401, - "Index": 9565, - "Paragraph": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization). Transitional assistance may be offered in a number of ways including in-kind support, cash-based transfers, public works programmes or other income-generating activities. In contexts where there has been degradation of natural resources that are important for livelihoods or destruction of key water, sanitation and energy infrastructure, DDR programme participants can be employed in labour-intensive, quick-impact infrastructure or rehabilitation projects during the demobilization phase. When targeting natural resource management sectors, these projects can contribute to restoration and rehabilitation of environmental damages; increased protection of critical ecosystems; improved management of critical natural resources; and reduced vulnerability to natural disasters. Concerted efforts should be made to include women, youth, elderly, disabled, in planning and implementation of reinsertion activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 28, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10259, - "Score": 0.417029, - "Index": 10259, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9997, - "Score": 0.392232, - "Index": 9997, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9755, - "Score": 0.3849, - "Index": 9755, - "Paragraph": "Sample questions for conflict and security analysis: \\n Who in the communities/society/government/armed groups benefits from the natural resources that were implicated in the conflict? How do men, women, boys, girls and people with disabilities benefit specifically? \\n Who has access to and control over natural resources? What is the role of armed groups in this? \\n What trends and changes in natural resources are being affected by climate change, and how is access and control over natural resources impacted by climate change? \\n Who has access to and control over land, water and non-extractive resources disaggregated by sex, age, ethnic and/or religion? What is the role of armed groups in this? \\n What are the implications for those who do not carry arms (e.g., security and access to control over resources)? \\n Who are the most vulnerable people in regard to depletion of natural resources or contamination? \\n Who is vulnerable people in terms of safety and security regarding access to natural resources and what are the specific vulnerabilities of men, women, and minorities? \\n Which groups face constraints in regard to access to and ownership of capital assets?Sample questions for disarmament operations and transitional weapons and ammunition management: \\n Who within the armed groups or in the communities carry arms? Do they use these to control natural resources or specific territories? \\n What are the implications of disarmament and stockpile management sites for local communities\u2019 livelihoods and access to natural resources? Are the implications different for women and men? \\n What are the reasons for male and female members of armed groups to hold arms and ammunition (e.g., lack of alternative livelihoods, lootability of natural resources, status)? \\n What are the reasons for male and female community members to possess arms and ammunition (e.g. access to natural resources, protection, status)?Sample questions for demobilization (including reinsertion): \\n How do cantonments or other demobilization sites affect local communities\u2019 access to natural resources? \\n How are women and men affected differently? \\n What are the infrastructure needs of local communities? \\n What are the differences of women and men\u2019s priorities? \\n In order to act in a manner inclusive of all relevant stakeholders, whose voices should be heard in the process of planning and implementing reinsertion activities with local communities? \\n What are the traditional roles of women and men in labour market participation? What are the differences between different age groups? \\n Do women or men have cultural roles that affect their participation (e.g. child care roles, cultural beliefs, time poverty)? \\n What skills and abilities are required from participants of the planned reinsertion activities? \\n Are there groups that require special support to be able to participate in reinsertion activities?Sample questions for reintegration and community violence reduction programmes: \\n What are the gender roles of women and men of different age groups in the community? \\n What decisions do men and women make in the family and community? \\n Who within the household carries out which tasks (e.g. subsistence/breadwinning, decision making over income spending, child care, household chores)? \\n What are the incentives of economic opportunities for different family members and who receives them? \\n Which expenditures are men and women responsible for? \\n How rigid is the gendered division of labour? \\n What are the daily and seasonal variations in women and men\u2019s labour supply? \\n Who has access to and control over enabling assets for productive resources (e.g., land, finances, credit)? \\n Who has access to and control over human capital resources (e.g., education, knowledge, time, mobility)? \\n What are the implications for those with limited access or control? For those who risk their safety and security to access natural resources? \\n How do constraints under which men and women of different age groups operate differ? \\n Who are the especially vulnerable groups in terms of access to natural resources (e.g., women without male relatives, internally displaced people, female-headed households, youth, persons with disabilities)? \\n What are the support needs of these groups (e.g. legal aid, awareness raising against stigmatization, protection)? How can barriers to the full participation of these groups be mitigated?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 49, - "Heading1": "Annex B: Sample questions for specific needs analysis in regard to natural resources in DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "access to natural resources, protection, status)?Sample questions for demobilization (including reinsertion): \\n How do cantonments or other demobilization sites affect local communities\u2019 access to natural resources?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9592, - "Score": 0.377964, - "Index": 9592, - "Paragraph": "Conflicts often result in a large amount of waste and debris from the destruction of infrastructure, buildings and other resources. Short-term public works programmes can be used to clean up this debris and to provide income for community members and former members of armed forces and groups. Participants can also be engaged in the training, employment and planning aspects of waste and debris management. Attention should be paid to health and safety regulations in such activities, since hazardous materials can be located within building materials and other debris. Expertise on safe disposal options should be sought. Barriers to the participation of specific needs groups should be identified and addressed.Demobilization: Key questions \\n - What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used to further exploit natural resources or engage in criminal activities? \\n - If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups in the realities of the lawful economic and social environment, including as it pertains to natural resources? \\n - What safeguards can be put in place to prevent former members of armed forces and groups from continuing to engage in any illicit or licit exploitation, control over and/or trade in natural resources linked to the conflict? \\n - What does demobilization offer that membership in armed forces and groups that are controlling or exploiting natural resources does not? Conversely, what does such membership in armed forces and groups offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n - How does demobilization address the specific needs of certain groups such as women and children who may have been recruited and used and/or been victims of armed forces and groups involved in natural resource exploitation, control or trafficking in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.3 Disposal and management of waste from conflict", - "Heading4": "", - "Sentence": "Conversely, what does such membership in armed forces and groups offer that demobilization does not?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9950, - "Score": 0.333333, - "Index": 9950, - "Paragraph": "While the data capture at disarmament or demobilization points is designed to be utilised during reintegration, the early provision of relevant data can provide essential support to SSR processes. Sharing information can 1) help avoid multiple payments to ex-combatants registering for integration into more than one security sector institution, or for both inte- gration and reintegration; 2) provide the basis for a security sector census to help national authorities assess the number of ex-combatants that can realistically be accommodated within the security sector; 3) support human resource management by providing relevant information for the reform of security institutions; and 4) where appropriate, inform the vetting process for members of security sector institutions (see IDDRS 6.20 on DDR and Transitional Justice).Extensive data is often collected during the demobilization stage (see Module 4.20 on Demobilization, Para 5.4). A mechanism for collecting and processing this information within the Management Information System (MIS) should capture information require- ments for both DDR and SSR and may also support related activities such as mine action (See Box 2). Relevant information should be used to support human resource and financial management needs for the security sector. (See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.) This may also support the work of those respon- sible for undertaking a census or vetting of security personnel. Guidelines should include confidentiality issues in order to mitigate against inappropriate use of information.Box 2 Examples of DDR information requirements relevant for SSR \\n Sex \\n Age \\n Health Status \\n Rank or command function(s) \\n Length of service \\n Education/Training \\n Literacy (especially for integration into the police) \\n Weapons specialisations \\n Knowledge of location/use of landmines \\n Location/willingness to re-locate \\n Dependents \\n Photo \\n Biometric digital imprint", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.6. Data collection and management", - "Heading3": "", - "Heading4": "", - "Sentence": "(See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.)", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10624, - "Score": 0.316228, - "Index": 10624, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9879, - "Score": 0.308607, - "Index": 9879, - "Paragraph": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation. The con- siderations outlined below suggest ways that different components of DDR and SSR can relate to each other.Disarmament \\n Disarmament is not just a short term security measure designed to collect surplus weapons and ammunition. It is also implicitly part of a broader process of state regulation and con- trol over the transfer, trafficking and use of weapons within a national territory. As with civilian disarmament, disarming former combatants should be based on a level of confi- dence that can be fostered through broader SSR measures (such as police or corrections reform). These can contribute jointly to an increased level of community security and pro- vide the necessary reassurance that these weapons are no longer necessary. There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally. Where decisions affecting force size and structure provide for inefficient, unaffordable or abusive security structures this will undermine long term peace and security. Decisions should therefore be based on a rational, inclusive assess- ment by national actors of the objectives, role and values of the future security sector. One important element of the relationship between demobilization and SSR relates to the impor- tance of avoiding security vacuums. Ensuring that decisions on both the structures estab- lished to house the demobilization process and the return of demobilised ex-combatants are taken in parallel with complementary community law enforcement activities can miti- gate this concern. The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities. By contrast, failed reintegration can undermine SSR efforts by placing exces- sive pressures on police, courts and prisons while harming the security of the state and its citizens. Speed of response and adequate financial support are important since a delayed or underfunded reintegration process may skew options for SSR and limit flexibility. Ex- combatants may find employment in different parts of the formal or informal security sector. In such cases, clear criteria should be established to ensure that individuals with inappropriate backgrounds or training are not re-deployed within the security sector, weakening the effectiveness and legitimacy of relevant bodies. Appropriate re-training of personnel and processes that support vetting within reformed security institutions are therefore two examples where DDR and SSR efforts intersect.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 5, - "Heading1": "5. Rationale for linking DDR and SSR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10502, - "Score": 0.301511, - "Index": 10502, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10907, - "Score": 0.301511, - "Index": 10907, - "Paragraph": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc. E/CN.4/2005/102/Add.1. \\n United Nations Standard Minimum Rules for the Administration of Juvenile Justice (\u201cThe Beijing Rules\u201d), 29 November 1985, UN Doc. A/RES/40/33. \\n Guidelines on Justice Matters involving Child Victims and Witnesses, 22 July 2005, Resolution 2005/20 see UN Doc. E/2005/INF/2/Add.1. \\n Basic Principles and Guidelines on the Right to a Remedy and Reparations for Victims of Gross Violations of International Human Rights Law and International Humanitarian Law, 21 March 2006, UN Doc. A/RES/60/147. \\n Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post- conflict Societies, 3 August 2004, UN Doc. S/2002/616. \\n \u2014, Resolution 1325 on Women, Peace, and Security, 31 October 2000, UN Doc. S/RES/1325. \\n \u2014, Resolution 1820 on Sexual Violence, 19 June 2008, UN Doc. S/RES/1820. Rule of Law Tools \\n Office of the High Commissioner for Human Rights, Rule of Law Tools for Post-Conflict States: Amnesties. United Nations, New York and Geneva, 2009. \\n \u2014, Rule of Law Tools for Post-Conflict States: Maximizing the Legacy of Hybrid Courts. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Reparations Programmes. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Prosecutions Initiatives. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Truth Commissions. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Vetting: An Operational Framework. United Nations, New York and Geneva, 2006.Analysis and Case Studies \\n Baptista-Lundin, Ira\u00ea, \u201cPeace Process in Mozambique\u201d. A case study on DDR and transi- tional justice. New York: International Center for Transitional Justice. \\n de Greiff, Pablo, \u201cContributing to Peace and Justice\u2014Finding a Balance Between DDR and Reparations\u201d, a paper presented at the conference Building a Future on Peace and Justice, Nuremberg, Germany (June 25-27, 2007). Available at http://www.peace-justice-conference.info/documents.asp \\n De Greiff, P. (ed.), The Handbook for Reparations, (Oxford University and The International Center for Transitional Justice, 2006) \\n King, Jamesina, \u201cGender and Reparations in Sierra Leone: The Wounds of War Remain Open\u201d in What Happened to the Women: Gender and Reparations for Human Rights Violations, edited by Ruth Rubio-Marin. New York: Social Science Research Council / International Center for Transitional Justice, pp. 246-283. \\n Mayer-Rieckh, Alexander, \u201cOn Preventing Abuse: Vetting and Other Transitional Re- forms\u201d in Justice as Prevention: Vetting Public Employees in Transitional Societies, edited by Alexander Mayer-Rieckh and Pablo de Greiff. New York: Social Science Research Council / International Center for Transitional Justice, 2007, pp. 482-521. \\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org. \\n Stockholm Initiative on Disarmament Demobilisation Reintegration, Stockholm: Ministry of Foreign Affairs of Sweden, 2006. Final Report and Background Studies available at http://www.sweden.gov.se/sb/d/4890 \\n van der Merwe, Hugo and Guy Lamb, \u201cDDR and Transitional Justice in South Africa\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Waldorf, Lars, \u201cTransitional Justice and DDR in Post-Genocide Rwanda\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Weinstein, Jeremy and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n Alie, J. \u201cReconciliation and transitional justice: Tradition-based practices of the Kpaa Mende in Sierra Leone,\u201d in Huyse, L. and \\n Salter, M. (eds.), Traditional Justice and Reconciliation after Violent Conflict: Learning from African Experiences (Stockholm: International IDEA, 2008), p. 142. \\n Waldorf, L. \u201cMass Justice for Mass Atrocity: Rethinking Local Justice as Transitional Justice\u201d, Temple Law Review 79, no. 1 (2006): pp. 1-87. \\n van der Mere, H. and Lamb, G., \u201cDDR and Transitional Justice in South Africa\u201d, a case study on DDR and transitional justice (New York: International Center for Transitional Justice, forthcoming). \\n \u201cPart 9: Community Reconciliation\u201d, in Commission for Reception, Truth and Reconciliation in East Timor, p. 4, http://www.ictj.org/static/Timor.CAVR.English/09-Community-Reconciliation. pdf (accessed on 12 August 2008).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 34, - "Heading1": "Annex C: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9562, - "Score": 0.288675, - "Index": 9562, - "Paragraph": "Where the exploitation of natural resources is an entrenched part of the war economy and linked to the activities of armed forces and groups, as well as organized criminal groups, natural resources can be leveraged as a means of gaining control over certain territories and accessing weapons and ammunition. The main concern of DDR practitioners will be to support efforts to break the linkages between the flows of natural resources used to finance the acquisition of weapons and ammunition, including by working with actors involved in the implementation and monitoring of sanctions, including the UN Group of Experts, and contributing to strengthening the capacity of the security sector to reduce illicit weapons and ammunition flows. This can be difficult in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such cases, transitional weapons and ammunition management approaches may be needed (see section 8.2).In order to ensure that security objectives are achieved, DDR practitioners should examine the role of natural resources in the acquisition of weapons and ammunition and how weapons and ammunition result in control over natural resources and access to the revenues from their trade. DDR practitioners should collaborate with relevant interagency stakeholders to ensure that natural resources are no longer used to finance the acquisition of weapons and ammunition for armed groups undergoing disarmament and demobilization or by individual combatants being disarmed and demobilized. When planning the destruction of weapons and ammunition, DDR practitioners should consider the environmental impact of the planned destruction. For further guidance on disarmament, see IDDRS 4.10 on Disarmament.Disarmament: Key questions \\n - How are weapons and ammunition being acquired? Are natural resource exploited to finance this? \\n - What steps can be taken to prevent the trade and trafficking of natural resources by armed forces and groups and/or by organized criminal groups? \\n - In conflict settings, what steps can be taken to disrupt the flow of trafficked weapons in order to reduce the capacity of individuals and groups to engage in armed conflict and save lives? \\n - How can DDR programmes highlight the constructive roles of women who may have engaged in the illicit trafficking of weapons and/or conflict? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n - How can DDR programmes address the presence of children associated with armed forces and groups whom may have been used in the exploitation of natural resources? \\n - To what extent would the removal of weapons jeopardize security and economic opportunities for male and female ex-combatants and communities, including land tenure and access to critical livelihoods resources? \\n - When disarmament is currently impossible, can DDR related tools, such as transitional WAM be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons? \\n - Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities? \\n - Is there evidence of armed forces engaging in criminal activities related to natural resources, including illicit trafficking of natural resources, related crimes against humanity, war crimes and serious human rights violations, and what are the risks of incorporating weapons and ammunition collected during disarmament into national stockpiles?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 27, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10524, - "Score": 0.288675, - "Index": 10524, - "Paragraph": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered. The aspect of recogni- tion is what makes reparations distinct from social services that attend to the basic socio- economic rights of all citizens, such as housing, water and education. A comprehensive approach to reparations provides a combination of material and symbolic benefits to victims, such as cash payments or access to health, psycho-social rehabilitation or educational bene- fits, as well as a formal apology or a memorial. Often public acknowledgement is indicated by victims as the most important element of the reparations they seek. Reparations are a means of including victims and victims\u2019 rights firmly on the post-conflict agenda and may contribute to the process of building trust in the government and in its commitment to guaranteeing human rights in the future. Yet victims\u2019 needs are often marginalized in post conflict, peacebuilding contexts.The design of a reparations programme may have positive implications for the entire community and include elements of social healing. Individual measures deliver concrete benefits to individual recipients. In East Timor, the truth commission recommended a process that combined individual benefits with a form of delivery designed to promote collective healing. Single mothers, including war widows and victims of sexual violence, would benefit from scholarship grants for their school-aged children. In picking up their benefits, the mothers would have to travel to a regional service center, where they would, in turn, have access to peer support, skills training, healthcare, and counseling.Collective reparations may deliver reparations either in the context of practical limita- tions or of concerns about drawing too stark a line between classes of victims or between victims and non-victim groups. In this way, a specific village that was particularly affected by various kinds of abuses might, for example, receive a fund for community projects, even though not every individual in the village was affected in the same way and even if some people there contributed to the harms. In Peru, for example, communities hardest hit by the violence were asked to submit community funding proposals up to a $30,000 limit. These projects would benefit the entire community, generally, rather than only serve spe- cific victims and would be implemented regardless of whether some former perpetrators also live there.Generally, programmes for ex-combatants and reparations programmes for victims are developed in isolation of one another. Reinsertion assistance is offered to demobilized com- batants in order to assist with their immediate civilian resettlement\u2014i.e., to get them home and provide them with a start toward establishing a livelihood\u2014prior to longer-term support for reintegration (see IDDRS 4.30 on Social and Economic Reintegration). Support to ex-combatants is motivated by the genuine concern that without such assistance ex- combatants will re-associate themselves with armed groups as a means of supporting them- selves or become frustrated and threaten the peace process. Victims rarely represent the same kinds of threat, and reparations programmes may be politically challenging and expen- sive to design and implement. The result is that ex-combatants participating in DDR often receive aid in the form of cash, counseling, skills training, education opportunities, access to micro-credit loans and/or land, as part of the benefits of DDR programmes, while, in most cases no programmes to redress the vio- lations of the rights of victims are established.Providing benefits to ex-combatants while ignoring the rights of victims may give rise to new grievances and increase their resistance against returning ex-combatants, in this way becoming an obstacle to their reintegration. The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment. For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million. Ex-combatants receive reinsertion, recognition of service, and reintegration benefits in cash from between US$500 to US$1,000 depending on the rank of the ex-combatant.26 Yet as of 2009, the compensation fund for genocide sur- vivors called for in the 1996 Genocide Law has not been established.Such outcomes are not merely inequitable; they may also undermine the possibilities of effective reintegration. The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict. In some cases the reintegration component of DDR programmes includes funding for community development that benefits individuals in the community beyond ex-combatants (see also IDDRS 4.30 on Social and Economic Reintegration). While the objective and nature of reparations programmes for victims are distinct, most importantly in the critical area of acknowledgement of the violations of victims\u2019 rights, these efforts to focus on aiding the communities where ex-combatants live are noteworthy and may contribute to the effective reintegration of ex-combatants, as well as victims and other war-affected populations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 11, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.3. Reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9075, - "Score": 0.27735, - "Index": 9075, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10341, - "Score": 0.267261, - "Index": 10341, - "Paragraph": "1 Boxes included throughout the module provide practical examples and suggestions. Specific case study boxes draw on four field-based case studies conducted in Afghanistan, Burundi, the Central African Republic and the Democratic Republic of Congo in support of this module. \\n 2 See: Statement by the President of the Security Council at the 5632nd meeting of the Security Council, held on 20 February 2007, S/PRST/2007/3/ (21 February 2007); Statement by the President of the Security Council, \u201cThe maintenance of international peace and security: the role of the Security Council in humanitarian crises: challenges, lessons learned and the way ahead,\u201d S/PRST/2005/30, 12 July 2005; United Nations Report of the Secretary-General, \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform,\u201d S/2008/39, 23 January 2008; and, United Nations General Assembly, \u201cReport of the Special Committee on Peacekeeping Opera- tions and its Working Group: 2008 substantive session,\u201d A/62/19, 10 March \u2013 4 April and 3 July 2008. \\n 3 Report of the Secretary General, Securing Peace and development, para 17. \\n 4 All States periodically review and reform their security sectors. While recognising that SSR is not only a post-conflict challenge, this module focuses on these contexts as most relevant to DDR and SSR concerns. \\n 5 Report of the Secretary General, Securing Peace and development. Para 17. \\n 6 Organisation for Economic Co-operation and Development, \u201cSecurity System Reform and Gover- nance; A DAC Reference Document,\u201d 2005; Council of the European Union, \u201cEU Concept for ESDP support to Security Sector Reform (SSR),\u201d Council document 12566/4/05, 13 October 2005; Com- mission of the European Communities, \u201cA Concept for European Community Support for Security Sector Reform,\u201d SEC(2006) 658, 24 May 2006; ECOWAS, \u201cECOWAS Conflict Prevention Framework (ECPF),\u201d enacted by Regulation MSC/REG.1/01/08 of the Mediation and Security Council of ECOWAS, 16 January 2008; and, United Nations Security Council, \u201cAnnex to the letter dated 20 November 2007 from the Permanent Representatives of Slovakia and South Africa to the United Nations addressed to the Secretary-General. Statement of the Co-Chairs of the International Work- shop on Enhancing United Nations Support for Security Sector Reform in Africa: Towards an African Perspective,\u201d S/2007/687, 29 November 2007. \\n 7 For practical guidance on supporting parliamentary and civil society oversight of the security sector see: Born, H., Fluri, P. and Johnsson, A., (eds) Parliamentary Oversight of the Security Sector, DCAF/ Inter-Parliamentary Union: 2003; Cole, E., Eppert, K and Kinzelback, K., (eds) Public Oversight of the Security Sector, DCAF/UNDP: 2008. \\n 8 Muggah, Robert (ed), \u2018Security and Post-Conflict Reconstruction: Dealing with Fighters in the After- math of War\u2019, Routledge: 2009. \\n 9 H\u00e4nggi, H & Scherrer, V. (eds.), 2008, \u2018Security Sector Reform and UN Integrated Missions: Experi- ence from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo\u2019, Lit Verlag, M\u00fcnster. \\n 10 The OECD DAC Handbook on Security System Reform: Supporting Security and Justice provides extensive guidance on both political and technical aspects of SSR through the different phases of the programme cycle. Organization for Economic Co-operation and Development, \u201cOECD DAC Hand- book on Security System Reform: Supporting Security and Justice,\u201d 2007: http://www.oecd.org/ dataoecd/43/25/38406485.pdf. \\n 11 This is recommended in the interim report of the group of experts on the Democratic Republic of the Congo, pursuant to Security Council resolution 1698 (2006), S/2007/40. \\n 12 See: UNDP BCPR, (2006) Vetting Public Employees in Post-Conflict Settings: Operational Guidelines. \\n 13 Bastick, Megan & Valasek, Kristin (eds). Gender & Security Sector Reform Toolkit, DCAF, OSCE/ ODIHR, UN-INSTRAW. 2008. Available at: http://www.dcaf.ch/gender-security-sector-reform/ gssr-toolkit.cfm?navsub1=37&navsub2=3&nav1=3 \\n 14 See: Greene, Owen and Simon Rynn, Linking and Co-ordinating DDR and SSR for Human Security after Conflict: Issues, Experience and Priorities, Centre for International Cooperation and Security, Safer- world and the University of Bradford, July 2008. \\n 15 A recent study by the African Security Sector Network (ASSN) provides valuable insights drawn from analysis of SSR in peace agreements in 8 states from Africa, Asia and Central America (see Annex B for full details). \\n 16 See Laurent Banal and Vincenza Scherrer, \u2018ONUB and the Importance of Local Ownership: The Case of Burundi\u2019 in Security Sector Reform and UN Integrated Missions: Experience from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo, eds. H. H\u00e4nggi & V. Scherrer, Lit Verlag, 2008. \\n 17 UN SSR resources may be available through the UN Inter-Agency Taskforce on SSR. This capacity includes guidance, resources, gap analysis and backstopping to field operations. \\n 18 United Nations Report of the Secretary-General, \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d S/2004/616, 23 August 2004, Para 6. \\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9. \\n 20 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 21 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 22 Report of the Secretary-General, Securing Peace and Development, Page 1. \\n 23 Report of the Secretary-General, Securing Peace and Development, Para 48. \\n 24 Report of the Secretary-General, Securing Peace and Development, Para 50. \\n 25 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008. \\n 26 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 33, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10959, - "Score": 0.267261, - "Index": 10959, - "Paragraph": "1 United Nations Security Council, Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post-Conflict Societies, 3 August 2004, UN Doc. S/2004/616. \\n 2 While not formally defined, it is generally assumed that genocide, slavery and slave trade, extra- judicial, summary or arbitrary executions; enforces disappearances, torture or other cruel, inhuman or degrading treatment or punishment ; prolonged arbitrary detention, deportation or forcible trans- fer of populations, and systematic racial discrimination fall into the category of gross violations of human rights. Deliberate and systematic deprivation of essential foodstuffs, essential primary health care or basic shelter and housing may also amount to gross violations of human rights. \\n 3 Security Council, Resolution 1856, 2 December 2008, UN Doc. S/Res/1856 \\n 4 United Nations Security Council, Report of the Secretary-General. \\n 5 The 1948 Convention on the Prevention and Punishment of the Crime of Genocide; the International Covenant on Civil and Political Rights; the 1984 Convention against Torture and Other Cruel, Inhuman or Degrading Treatment of Punishment; the International Convention for the Protection of All per- sons from Enforced Disappearance; the Geneva Conventions of 1949; the 1977 Protocol Additional (No.I) to the Geneva Conventions of 12 August 1949; and the Protocol Additional (No.II). \\n 6 UN document E/CN.4/2005/102/Add.1. \\n 7 UN document A/RES/60/147. \\n 8 United Nations Commission on Human Rights, Updated Set of principles for the protection and promo- tion of human rights through action to combat impunity (hereafter, Updated Set of Principles), Principle 32, 8 February 2005, UN Doc. E/CN.4/2005/102/Ad.1. \\n 9 UN document S/2004/616. \\n 10 See the Updated Principles, principle 24. \\n 11 UN document S/2004/616 \\n 12 The Rome Statute of the International Criminal Court, see Preamble and article 17. \\n 13 Mary Robinson, \u2018Foreword\u2019, The Princeton Principles on Universal Jurisdiction, Princeton Univer- sity Press, Princeton, 2001, p. 16. \\n 14 United Nations General Assembly, 16 December 2005, UN Doc. A/RES/60/147. \\n 15 Ibid., Principle 15. \\n 16 Ibid., Principle 16. \\n 17 Ibid., Principle 19. \\n 18 See United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also Principle 36 (c) and (e) according to which \u201cCivilian control of military and security forces as well as of intelligence agencies must be ensured and, where necessary, established or restored. To this end, States should establish effective institutions of civilian oversight over military and security forces and intelligence agencies, including legislative oversight bodies; . . . Public officials and employees, in particular those involved in military, security, police, intelligence and judicial sectors, should re- ceive comprehensive and ongoing training in human rights and, where applicable, humanitarian law standards and in implementation of those standards.\u201d \\n 19 Vetting processes that aim to exclude persons with serious integrity deficits from public service have been an important aspect of institutional reform in countries in transition. United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also \\n 20 OHCHR Tool on Vetting, page 4. \\n 21 Updated Set of Principles on Impunity, principle 36. \\n 22 IDDRS, \u201cOperations, Programmes and Support: Social and Economic Reintegration,\u201d (United Nations: New York, August 2006) 4.10. \\n 23 United Nations, \u201cSecretary-General\u2019s Bulletin\u201d, 6 August 1999, UN Doc. ST/SGB/1999/13. \\n 24 Ibid. p. 2 \\n 25 Pigou, Piers, The Community Reconciliation Process of the Commission for Reception, Truth and Reconciliation, UNDP Timor-Leste, Dili, April 2004. \\n 26 Multi-country Demobilization and Reintegration Program, \u201cRwanda\u201d, http://www.mdrp.org/rwanda. htm (accessed 9 July 2008). \\n 27 United Nations Security Council, Report of the Secretary General on Securing peace and development: the role of the United Nations in supporting security sector reform, 23 January 2008, UN Doc. A/62/659\u2014 S/2008/39. \\n 28 United Nations Security Council, Report of the Secretary-General. \\n 29 Paris Principles, 3.6 \\n 30 CRC, article 39 and Optional Protocol to the Convention on the Rights of the Child on involvement of children in armed conflict, article 6 \\n 31 UN Guidelines on Justice Matters Involving Child Victims and Witnesses of Crime. \\n 32 Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), article 6 (5).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 36, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 26 Multi-country Demobilization and Reintegration Program, \u201cRwanda\u201d, http://www.mdrp.org/rwanda.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9470, - "Score": 0.258199, - "Index": 9470, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9047, - "Score": 0.204124, - "Index": 9047, - "Paragraph": "The trafficking of arms and ammunition supports the capacity of armed groups to engage in conflict settings. Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament). Moreover, in many cases, Government stockpiles can be a key source of illicit weapons and ammunition, underlining the need to support the development of national weapons and ammunition management capacity. While arms trafficking in and of itself is a direct factor in the duration and escalation of violence, the possession of weapons also secures the ability to maintain or expand other criminal economies, including human trafficking, environmental crimes and the illicit drug trade.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2193, - "Score": 0.516398, - "Index": 2193, - "Paragraph": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period. (For the remaining text of resolution A/RES/59/296, please see Annex C.)DISARMAMENT \\n Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population. It also includes the development of responsible arms management programmes. \\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may comprise the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion. \\n\\n REINSERTION \\n Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/ or financial assistance to meet immediate needs, and can last up to a year. \\n\\n REINTEGRATION \\n Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. It is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.1. The peacekeeping assessed budget of the UN", - "Heading3": "6.1.1. Elements of budgeting for DDR", - "Heading4": "", - "Sentence": "\\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2422, - "Score": 0.3849, - "Index": 2422, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2742, - "Score": 0.365148, - "Index": 2742, - "Paragraph": "The integrated DDR unit, in general terms, should fulfil the following functions: \\n Political and programme management: The chief and deputy chief of the integrated DDR unit are responsible for the overall political and programme management. Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme. Seconded personnel from UN agencies, funds and programmes will work in this section to contribute to the joint planning and coordination of the DDR programme. Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme. This includes short\u00adterm disarmament activities, such as weapons collection and registration, but also longer\u00adterm disarmament activities that support the establishment of a legal regime for the control of small arms and light weapons, and other community weapons collection initiatives. Where mandated, this component will coordinate with the military to assist in the destruction of weapons, ammunition and unexploded ordnance; \\n Reintegration: This component plans the economic and social reintegration strategies. It also plans the reinsertion programme to ensure consistency and coherence with the overall reintegration strategy. It needs to work closely with other parts of the mission facilitating the return and reintegration of internally displaced persons (IDPs) and refugees; \\n Monitoring and evaluation: This component is responsible for setting up and monitoring indicators to measure the achievements in all phases of the DDR programme. It also conducts DDR\u00adrelated surveys such as small arms baseline surveys, profiling of parti\u00ad cipants and beneficiaries, mapping of economic opportunities, etc.; \\n Public information and sensitization: This component works to develop the public informa\u00ad tion and sensitization strategy for the DDR programme. It draws on the direct support of the public information unit in the peacekeeping mission, but also employs other information dissemination personnel within the mission, such as the military, police and civil affairs officers, as well as local mechanisms such as theatre groups, adminis\u00ad trative structures, etc.; \\n Administrative and financial management: This is a small component of the unit, which may be seconded from an integrating UN entity to support the programme delivery aspect of the DDR unit. Its role is to utilize the administrative and financial capacities of the UN country office; \\n Regional DDR offices: These are the regional implementing components of the DDR unit, which would implement programmes at the local level in close cooperation with the other regionalized components of civil affairs, military, police, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.1. Components of the integrated DDR unit", - "Heading3": "", - "Heading4": "", - "Sentence": "Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2433, - "Score": 0.301511, - "Index": 2433, - "Paragraph": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place). These figures determine the complexity, size and resource requirements for the programme, and must be estimated at the programme design stage.The extent to which a DDR programme directly includes activities that formally belong to other sectors determines its scope or extent (i.e., exactly how much it is going to try and achieve). In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration. Today, most DDR programmes include or take account of activities relating to SSR (such as weapons control and regulation), peace\u00adbuilding and reconciliation, and community recovery and reconstruction (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.1. Scale and scope", - "Sentence": "In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3010, - "Score": 0.288675, - "Index": 3010, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2292, - "Score": 0.283524, - "Index": 2292, - "Paragraph": "Takes note of the note by the Secretary-General (definitions); \\n Notes that reinsertion activities are part of the disarmament and demobilization process, as outlined in the note by the Secretary-General; \\n Emphasizes that disarmament, demobilization and reintegration programmes are a critical part of peace processes and integrated peacekeeping operations, as mandated by the Security Council, and supports strengthening the coordination of those programmes in an integrated approach; \\n Stresses the importance of a clear description of respective roles of peacekeeping missions and all other relevant actors; \\n Also stresses the need for strengthened cooperation and coordination between the various actors within and outside the United Nations system to ensure effective use of resources and coherence on the ground in implementing disarmament, demobilization and reintegra- tion programmes; \\n Requests the Secretary-General, when submitting future budget proposals containing man- dated resource requirements for disarmament, demobilization and reinsertion, to provide clear information on these components and associated post and non-post costs; \\n Notes that the components used by the Secretary-General for budgeting for disarmament, demobilization and reinsertion activities are set out in the note by the Secretary-General, recognizing ongoing discussions on these concepts; \\n Notes also the intention of the Secretary-General to submit integrated disarmament, demo- bilization and reintegration standards to the General Assembly at its sixtieth session;", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 30, - "Heading1": "Annex C: Excerpt from General Assembly resolution A/RES/59/296", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Takes note of the note by the Secretary-General (definitions); \\n Notes that reinsertion activities are part of the disarmament and demobilization process, as outlined in the note by the Secretary-General; \\n Emphasizes that disarmament, demobilization and reintegration programmes are a critical part of peace processes and integrated peacekeeping operations, as mandated by the Security Council, and supports strengthening the coordination of those programmes in an integrated approach; \\n Stresses the importance of a clear description of respective roles of peacekeeping missions and all other relevant actors; \\n Also stresses the need for strengthened cooperation and coordination between the various actors within and outside the United Nations system to ensure effective use of resources and coherence on the ground in implementing disarmament, demobilization and reintegra- tion programmes; \\n Requests the Secretary-General, when submitting future budget proposals containing man- dated resource requirements for disarmament, demobilization and reinsertion, to provide clear information on these components and associated post and non-post costs; \\n Notes that the components used by the Secretary-General for budgeting for disarmament, demobilization and reinsertion activities are set out in the note by the Secretary-General, recognizing ongoing discussions on these concepts; \\n Notes also the intention of the Secretary-General to submit integrated disarmament, demo- bilization and reintegration standards to the General Assembly at its sixtieth session;", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3165, - "Score": 0.27735, - "Index": 3165, - "Paragraph": "A military liaison office will be created to facilitate co-operation with UNMIL and the DD Unit for all security-related aspects of the programme. Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Roles and functions of the military units", - "Heading4": "", - "Sentence": "Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2415, - "Score": 0.27735, - "Index": 2415, - "Paragraph": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented. In other words, although the end objective may be similar, DDR varies from country to country. Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out. Important issues that will guide this are, for example, the nature and organization of armed forces and groups, the socio\u00adeconomic context and national capacities. These need to be defined within the overall strategic approach explaining how DDR is to be put into practice, and how its components will be sequenced and implemented (also see IDDRS 2.10 on the UN Approach to DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "", - "Sentence": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1962, - "Score": 0.267261, - "Index": 1962, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2142, - "Score": 0.267261, - "Index": 2142, - "Paragraph": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors. When the World Bank (with its Multi-Donor Trustfund) plays a leading role in supporting a national DDR programme, funding is normally provided for all demobilization and reintegration activities, while additional World Bank International Development Association (IDA) loans are also provided. In these instances, funding comes from a single source and is largely guaranteed.In instances where the United Nations (UN) takes the lead, several sources of funding may be brought together to support a national DDR programme. Funds may include con- tributions from the peacekeeping assessed budget; core funding from the budgets of UN agencies, funds and programmes; voluntary contributions from donors to a UN-managed trust fund; bilateral support from a Member State to the national programme; and contribu- tions from the World Bank.In a peacekeeping context, funding may come from some or all of the above funding sources. In this situation, a good understanding of the policies and procedures governing the employment and management of financial support from these different sources is vital to the success of the DDR programme.Since several international actors are involved, it is important to be aware of important DDR funding requirements, resource mobilization options, funding mechanisms and finan- cial management structures for DDR programming. Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful. The peacekeeping assessed budget process, which covers military, personnel and operational costs, is vital to DDR programming within the UN peace- keeping context. Both in and outside the UN system, rapid response funds are available. External sources of funding include voluntary donor contributions, the World Bank Post- Conflict Fund, the Multi-Country Demobilization and Reintegration Programme (MDRP), government grants and agency in-kind contributions.Once funds have been committed to DDR programmes, there are different funding mechanisms that can be used and various financial management structures for DDR pro- grammes that can be created. Suitable to an integrated DDR plan is the Consolidated Appeals Process (CAP), which is the normal UN inter-agency planning, coordination and resource mobilization mechanism for the response to a crisis. Transitional appeals, Post-Conflict Needs Assessments (PCNAs) and international donors\u2019 conferences usually involve govern- ments and are applicable to the conflict phase. In the case of RBB, programme budgeting that is defined by clear objectives, indicators of achievement, outputs and influence of external factors helps to make funds more sustainable. Effective financial management structures for DDR programmes are based on a coherent system for ensuring flexible and sustainable financing for DDR activities. Such a coherent structure is guided by, among other factors, a coordinated arrangement for the funding of DDR activities and an agreed framework for joint DDR coordination, monitoring and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2723, - "Score": 0.258199, - "Index": 2723, - "Paragraph": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles. The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices. Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities. Therefore, the selection and maintenance of integrated DDR unit personnel, based on a memorandum of understanding (MoU) between the Department of Peacekeeping Operations (DPKO) and the United Nations Development Programme (UNDP), is defined by the following principles: joint management of the DDR unit (in this case, management by a peacekeeping mission chief and UNDP chief); secondment of an administrative and finance cell by UNDP; second\u00ad ment of staff from other United Nations (UN) entities assisted by project support staff to fulfil the range of needs for an integrated DDR unit; and, finally, continuous links with other parts of the peacekeeping mission for the development of a joint DDR planning and programming approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3051, - "Score": 0.251976, - "Index": 3051, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2527, - "Score": 0.242536, - "Index": 2527, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor. Given the many different actors involved in the various stages of DDR, and the fact that its phases are interdependent, integrated planning, effective coordination and coherent reporting arrangements are essential. Past experiences have highlighted the need for the various actors involved in planning and implementing DDR, and monitoring its impacts, to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources.This module provides guidelines for improving inter-agency cooperation in the planning of DDR programmes and operations. The module shows how successful implementation can be achieved through an inclusive process of assessment and analysis that provides the basis for the formulation of a comprehensive programme framework and operational plan. This mechanism is known as the \u2018planning cycle\u2019, and originates from both the inte- grated mission planning process (IMPP) and post-conflict United Nations (UN) country team planning mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3153, - "Score": 0.235702, - "Index": 3153, - "Paragraph": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003. The NCDDRR will consist of representatives from relevant National Transitional Government of Liberia (NTGL) agencies, the Government of Liberia (GOL), the Liberians United for Reconciliation and Democracy (LURD), the Movement for Democracy in Liberia (MODEL), the Economic Community of West African States (ECOWAS), the United Nations (UN), the African Union (AU) and the International Contact Group on Liberia (ICGL).The NCDDRR will: \\n provide policy guidance to the Joint Implementation Unit (JIU); \\n formulate the strategy and co-ordinate all government institutions in support of the Disarmament, Demobilization, Rehabilitation and Reintegration Programme (DDRRP); \\n identify problems related to programme implementation and impact; and \\n undertake all measures necessary for their quick and effective solution. During start-up, the NCDDRR will hold at least monthly meetings, but extraordinary meetings can be called if necessary.The NCDDRR will be supported by a Secretary, who will be responsible for: \\n reporting to the NCDDRR on the activities of the JIU with regard to the DDRR process; \\n promoting programme activities as well as managing relationships with external key stakeholders; \\n assisting the JIU with necessary support and facilitation required to secure the political commitment of the leadership of the various fighting groups in order to implement the DDRR programme; \\n participating in the various committees of the JIU \u2013 particularly with the Technical Coordination Committee and the Project Approval Committee (PAC); \\n providing general oversight of the DDRR process on behalf of the NCDDRR committee and preparing reports to the committee.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Implementation modalities", - "Heading3": "The national commission", - "Heading4": "", - "Sentence": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2225, - "Score": 0.223607, - "Index": 2225, - "Paragraph": "For some activities in a DDR programme, certain UN agencies might be in a position to provide in-kind contributions, particularly when these activities correspond to or consist of priorities and goals in their general programming and assistance strategy. Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization. The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR. Traditional types of in-kind contributions include: \\n security and protection services (military) \u2014 mainly outside of DDR in peacekeeping missions; \\n construction of basic infrastructure; \\n logistics and transport; \\n food assistance to ex-combatants and dependants; \\n child-specific assistance; \\n shelter, clothes and other basic subsistence needs; \\n health assistance; \\n HIV/AIDS screening and testing; \\n public information services; \\n counselling; \\n employment creation in existing development projects.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.3. Agency in-kind contributions", - "Heading3": "", - "Heading4": "", - "Sentence": "Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2447, - "Score": 0.223607, - "Index": 2447, - "Paragraph": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance. This often involves proving combatant status or membership of an armed force or group. It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract. When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme. In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.4. Eligibility criteria", - "Sentence": "In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3176, - "Score": 0.223607, - "Index": 3176, - "Paragraph": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes. At each phase: \\n the administration of assistance has to be accounted for; \\n weapons collected need to be classified and analysed; \\n beneficiaries of reintegration assistance need to be tracked; and \\n the quality of services provided during the implementation of the programme needs to be assessed.To plan, monitor and evaluate the processes, a management information system (MIS) regarding the discharged ex-combatants is required and will contain the following components: \\n a database on the basic socio-economic profile of ex-combatants; \\n a database on disarmament and weapons classification; \\n a database of tracking benefit administration such as on payments of the settling-in package, training scholarships and employment subsidies to the ex-combatants; and \\n a database on the programme\u2019s financial flows.The MIS depends on the satisfactory performance of all those involved in the collection and processing of information. There is, therefore, a need for extensive training of enumer- ators, country staff and headquarters staff. Particular emphasis will be given to the fact that the MIS is a system not only of control but also of assistance. Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization. In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation. The system serves multiple functions and users. It is also updated from multiple data sources.The MIS may be conceived as comprising several simple databases that are logically linked together using a unique identifier (ID number). An MIS expert will be recruited to design, install and run the programme start-up. To keep the overheads of maintaining the system to a minimum, a self-updating and checking mechanism will be put in place.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 24, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2179, - "Score": 0.218218, - "Index": 2179, - "Paragraph": "DDR practitioners and donors shall recognize the indivisible character of DDR. Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Funding DDR as an indivisible process", - "Heading3": "", - "Heading4": "", - "Sentence": "Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2691, - "Score": 0.204124, - "Index": 2691, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "\\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 88, - "Score": 0.377964, - "Index": 88, - "Paragraph": "A process that contributes to security and stability in a post-conflict recovery context by removing weapons from the hands of combatants, taking the combatants out of military structures and helping them to integrate socially and economically into society by finding civilian livelihoods. also see separate entries for \u2018disarmament\u2019, \u2018demobilization\u2019 and \u2018reintegration\u2019.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Disarmament, demobilization and reintegration (DDR)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "also see separate entries for \u2018disarmament\u2019, \u2018demobilization\u2019 and \u2018reintegration\u2019.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 39, - "Score": 0.333333, - "Index": 39, - "Paragraph": "The term \u2018demobilization\u2019 refers to ending a child\u2019s association with armed forces or groups. The terms \u2018release\u2019 or \u2018exit from an armed force or group\u2019 and \u2018children coming or exiting from armed forces and groups\u2019 rather than \u2018demobilized children\u2019 are preferred.\\nChild demobilization/release is very brief and involves removing a child from a military or armed group as swiftly as possible. This action may require official documentation (e.g., issuing a demobilization card or official registration in a database for ex-combatants) to confirm that the child has no military status, although formal documentation must be used carefully so that it does not stigmatize an already-vulnerable child.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 3, - "Heading1": "Child demobilization, release, exit from an armed force or Group", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The term \u2018demobilization\u2019 refers to ending a child\u2019s association with armed forces or groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 490, - "Score": 0.316228, - "Index": 490, - "Paragraph": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "DEMOBILIZATION", - "Heading3": "", - "Heading4": "", - "Sentence": "The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 315, - "Score": 0.301511, - "Index": 315, - "Paragraph": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is short-term material and/or financial assistance to meet immediate needs, and can last up to one year\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reinsertion", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 491, - "Score": 0.301511, - "Index": 491, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/or financial assistance to meet immediate needs, and can last up to one year.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "REINSERTION", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 75, - "Score": 0.288675, - "Index": 75, - "Paragraph": "\u201cDemobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). the second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Demobilization (see also \u2018Child demobilization\u2019)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cDemobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 279, - "Score": 0.288675, - "Index": 279, - "Paragraph": "Programmes provided at the point of demobilization to former combatants and their families to better equip them for reinsertion to civil society. This process also provides a valuable opportunity to monitor and manage expectations.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Pre-discharge orientation (PDO)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Programmes provided at the point of demobilization to former combatants and their families to better equip them for reinsertion to civil society.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 213, - "Score": 0.258199, - "Index": 213, - "Paragraph": "The co-operative implementation of policies, structures and processes that support effective disarmament, demobilization and reintegration operations within a peacekeeping environment.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 12, - "Heading1": "Integrated disarmament, demobilization and reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The co-operative implementation of policies, structures and processes that support effective disarmament, demobilization and reintegration operations within a peacekeeping environment.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 283, - "Score": 0.242536, - "Index": 283, - "Paragraph": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Prevention of recruitment, and demobilization and reintegration (PDR)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 474, - "Score": 0.229416, - "Index": 474, - "Paragraph": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict. In a peacekeeping context, this trend has been part of a move towards complex operations that seek to deal with a wide variety of issues ranging from security to human rights, rule of law, elections and economic governance, rather than traditional peacekeeping where two warring parties were separated by a ceasefire line patrolled by blue-helmeted soldiers.The changed nature of peacekeeping and post-conflict recovery strategies requires close coordination among UN departments, agencies, funds and programmes. In the past five years alone, DDR has been included in the mandates for multidimensional peacekeeping operations in Burundi, C\u00f4te d\u2019Ivoire, the Democratic Republic of the Congo, Haiti, Liberia and Sudan. Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes. This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/Demobilizatio.json b/media/usersResults/Demobilizatio.json deleted file mode 100644 index 0637a08..0000000 --- a/media/usersResults/Demobilizatio.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/media/usersResults/Demobilization as part of a DDR programme.json b/media/usersResults/Demobilization as part of a DDR programme.json deleted file mode 100644 index f360531..0000000 --- a/media/usersResults/Demobilization as part of a DDR programme.json +++ /dev/null @@ -1,13774 +0,0 @@ -[ - { - "index": 1754, - "Score": 0.534522, - "Index": 1754, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 668, - "Score": 0.533002, - "Index": 668, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1753, - "Score": 0.53033, - "Index": 1753, - "Paragraph": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 646, - "Score": 0.474342, - "Index": 646, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1880, - "Score": 0.452267, - "Index": 1880, - "Paragraph": "Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. DDR programmes are often \u2018collective\u2019 in that they address groups of combatants and persons associated with armed forces and groups through a formal and controlled programme, often as part of the implementation of a CPA.Increasingly, the UN is called upon to address security challenges that arise from situations where comprehensive political settlements are lacking and the preconditions for DDR programmes are not present. When conflict is ongoing, exit from armed groups is often individual and can take different forms. Those who are captured or who voluntarily leave armed groups will likely fall under the custody of authorities, such as the regular armed forces or law enforcement officials. In some contexts, however, those leaving armed groups may find their way back into communities without falling into the custody of authorities. This is often the case for female ex-combatants and women formerly associated with armed forces and groups who escape \u2018invisibly\u2019 and who may be difficult to identify and reach for support. Community-based reintegration programmes aiming to support these groupsshould be based on credible information, verified through an agreed-upon mechanism that includes key actors. Local peace and development committees may play an important role in prioritizing and identifying these women.In addition, in contexts where the preconditions for DDR programmes are not in place, DDR-related tools such as community violence reduction (CVR) and transitional weapons and ammunition management (WAM) have been used along with support to mediation and transitional security measures (see IDDRS 2.20 on The Politics of DDR, IDDRS 2.30 on Community Violence Reduction and IDDRS 4.11 on Transitional Weapons and Ammunition Management). Where appropriate, early elements of reintegration support can be part of CVR programming, such as different types of employment and livelihoods support, improvement of the capacities of vulnerable communities to absorb returning ex-combatants, and investments in public goods designed to strengthen the social cohesion of communities. Reintegration as part of the sustaining peace approach is not only an integral part of DDR programmes. It also follows security sector reform (SSR) where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups designated as terrorist organizations by the United Nations Security Council.The increased complexity of the political and socioeconomic settings in which most reintegration support is provided does not necessarily imply that the support provided must also become more complicated. DDR practitioners and others involved in planning, managing and funding the support programme should be knowledgeable about the context and its dynamics, but also be able to prioritize the critical elements of the response. In addition to prioritization, effective support requires reliable and dedicated funding for these priority activities. It may also be important to lower (often inflated) expectations, and be realistic, about what reintegration support can deliver.Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and all those involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to do no harm and, in fact, do good. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, which demand greater coordination among existing, and planned, programmes to avoid the possibility that they may negatively affect each other.Depending on the context and conflict analysis developed, DDR practitioners and others involved in the planning and implementation of reintegration support may determine that a potential unintended consequence of working with ex-combatants and persons formerly associated with armed forces and groups is the perceived injustice in supporting those who perpetrated violence when others affected by the conflict may feel they are inadequately supported. This should be avoided. One option is community-based approaches. Stigmatization related to programmes that prevent recruitment should also be avoided. Participants in these programmes could be seen as having the potential to become violent perpetrators, a stigma that could be particularly harmful to youth.In addition to programmed support, there are numerous non-programmatic factors that can have a major impact on whether or not reintegration is successful. Some of the key non-programmatic factors are: \\n Acceptance in the community/society; \\n The general security situation/perception of the security situation; \\n The economic environment and associated opportunities; \\n The availability of relevant basic and social services; \\n The protection of land rights and other property rights.In conflict settings these non-programmatic factors may be particularly fluid and difficult to both analyse and adapt to. The security situation may not allow for reintegration support to take place in all areas. The economy may also be severely affected by the ongoing conflict. Receiving communities may also be particularly reluctant to accept returning ex-combatants during ongoing conflict as they can, for example, constitute a security risk to the community. Influencing these non-programmatic factors requires a broad structural approach. Providing an enabling environment and facilitating access to opportunities outside the reintegration programme may be as important for reintegration processes as the reintegration support provided through the programme. In addition, in most instances it is important to establish practical linkages with existing employment creation programmes, business development services, psychosocial and mental health support referral systems, disability support networks and other relevant services. The implications of these non- programmatic factors could be different for men and women, especially in contexts where insecurity is high and the economy is depressed. Social networks and connections between different members and levels of society may provide these groups with the resilience and coping mechanisms necessary to navigate their reintegration process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 15, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration as part of the sustaining peace approach is not only an integral part of DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1571, - "Score": 0.441942, - "Index": 1571, - "Paragraph": "Mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Where peace operations are mandated to manage and re-solve an actual or potential conflict within States, DDR is generally mandated through a UN Security Council resolution, ideally within the framework of a ceasefire and/or a comprehensive peace agreement with specific provisions on DDR. Decision-making and accountability rest with the Special Representative or Special Envoy of the Secretary-General.Missions with a DDR mandate usually include a dedicated DDR component to support the design and implementation of a nationally led DDR programme. When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme. These types of DDR-related tools can also be designed and implemented to contribute to other mandated priorities such as the protection of civilians, stabilization and support to the overall peace process.Integrated disarmament, demobilization (including reinsertion) and other DDR-related tools (except those covering reintegration support) fall under the responsibility of the UN peace operation\u2019s DDR component. The reintegration component will be supported and/or undertaken in an integrated manner very often by relevant agencies, funds and programmes within the United Nations Country Team (UNCT), as well as international financial institutions, under the leadership of the Deputy Special Representative of the Secretary-General (DSRSG)/Humanitarian Coordinator (HC)/Resident Coordinator (RC), who will designate lead agency(ies). The DDR mission component shall therefore work in close coordination with the UNCT. The UN DSRSG/HC/RC should establish a UN DDR Working Group at the country level with co-chairs to be defined, as appropriate, to coordinate the contributions of the UNCT and international financial institutions to integrated DDR.While UN military and police contingents provide a minimum level of security, support from other mission components may include communications, gender equality, women\u2019s empowerment, and youth and child protection. With regard to special political missions and good offices engagements, DDR implementation structures and partnerships may need to be adjusted to the mission\u2019s composition as the mandate evolves. This adjustment can take account of needs at the country level, most notably with regard to the size and capacities of the DDR component, uniformed personnel and other relevant technical expertise.In the case of peace operations, the Security Council mandate also forms the basis for assessed funding for all activities related to disarmament, demobilization (including reinsertion) and DDR-related tools (except those covering reintegration support). Fundraising for reintegration assistance and other activities needs to be conducted by Governments and/or regional organizations with support from United Nations peace operations, agencies, funds and programmes, bilateral donors and relevant international financial institutions. Regarding special political missions and good offices engagements, support to integrated DDR planning and implementation may require extra-budgetary funding in the form of voluntary contributions and the establishment of alternative financial management structures, such as a dedicated multi-donor trust fund.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.1 DDR in mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1458, - "Score": 0.436436, - "Index": 1458, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1659, - "Score": 0.435194, - "Index": 1659, - "Paragraph": "Due to the complex and dynamic nature of integrated DDR processes, flexible and long-term funding arrangements are essential. The multidimensional nature of DDR requires an initial investment of staff and funds for planning and programming, as well as accessible and sustainable sources of funding throughout the different phases of implementation. Funding mechanisms, including trust funds, pooled funding, etc., and the criteria established for the use of funds shall be flexible. Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way. The importance of planning and initiating reinsertion and reintegration support activities at the start of a DDR programme has become increasingly evident, so adequate financing for reintegration needs to be secured in advance. This should help to prevent delays or gaps in implementation that could threaten or undermine the programme\u2019s credibility and viability (see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1414, - "Score": 0.426401, - "Index": 1414, - "Paragraph": "Along with the signature of a peace agreement, elections are often seen as a symbol marking the end of the transition from war to peace. If they are to be truly representative and offer an alternative way of contesting power, politics must be demilitarized (\u201dtake the gun out of politics\u201d or go \u201cfrom bullet to ballot\u201d) and transform armed groups into viable political parties that compete in the political arena. It is also through political parties that citizens, including former combatants, can involve themselves in politics and policymaking, as parties provide them with a structure for political participation and a channel for making their voices heard. Not all armed groups can become viable political parties. In this case, alternatives can be sought, including the establishment of a civil society organization aimed at advancing the cause of the group. However, if the transformation of armed groups into political parties is part of the conflict resolution process, reflected in a peace agreement, then the UN should provide support towards this end.DDR may affect the holding of or influence the outcome of elections in several ways: \\n Armed forces and groups that wield power through weapons and the threat of violence can influence the way people vote, affecting the free and fair nature of the elections. \\n Hybrid political \u2019parties\u2019 that are armed and able to organize violence retain the ability to challenge electoral results through force. \\n Armed groups may not have had the time nor space to transform into political actors. They may feel cheated if they are not able to participate fully in the process and revert to violence, as this is their usual way of challenging institutions or articulating grievances. \\n Women in armed groups may be excluded or marginalized as leadership roles and places in the political ranks are carved out.There is often a push for DDR to happen before elections are held. This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls. Delays in DDR may affect the timing of elections, or elections that are planned too early can result in a rushed DDR process, all of which may compromise the credi- bility of the broader peace process. Conversely, postponing elections until DDR is com- pleted can be difficult, especially given the long timeframes for DDR, and when there are large caseloads of combatants still to be demobilized or non-signatory movements are still active and can become spoilers. For these reasons DDR practitioners should consider the sequencing of DDR and elections and acknowledge that the interplay between them will have knock-on effects.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 21, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.4 Elections and the transformation of armed groups", - "Heading4": "", - "Sentence": "This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 520, - "Score": 0.408248, - "Index": 520, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1131, - "Score": 0.408248, - "Index": 1131, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1939, - "Score": 0.387298, - "Index": 1939, - "Paragraph": "In settings of ongoing conflict, it is possible that armed groups may splinter and multiply. Some of these armed groups may sign peace agreements while others refuse. Reintegration support to individuals who have exited non-signatory armed groups in ongoing conflict needs to be carefully designed; risk mitigation and adherence to principles such as \u2018do no harm\u2019 shall be ensured. A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR). Based on conflict analysis and armed group mapping, DDR practitioners should consider direct engagement with armed groups through political negotiations and other DDR- related activities (see IDDRS 2.20 on The Politics of DDR and IDDRS 2.30 on Community Violence Reduction). The risks of such engagement should, of course, be properly assessed in advance, and along the way.DDR practitioners and others involved in designing or managing reintegration assistance should also be aware that as a result of the risks of supporting reintegration in settings of ongoing conflict, combined with a possible lack of national political will, legitimacy of governance and weak capacity, programme funding may be difficult to mobilize. Reintegration programmes should therefore be designed in a transparent and flexible manner, scaled appropriately to offer viable opportunities to ex-combatants and persons formerly associated with armed groups.In line with the shift to peace rather than conflict as the starting point of analysis, programmes should seek to identify positive entry points for supporting reintegration. In ongoing conflict contexts, these entry points could include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models for other areas to follow. Reintegration support provided as part of a pilot effort would likely set the bar for future assistance and establish expectations for other groups that may need to be met to ensure equity and to avoid negative outcomes.Additional entry points for reintegration support in ongoing conflict may be a particular armed group whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors. Reintegration programmes should consider local champions, known figures to support such efforts from local government, tribal, religious and community leadership, and private and business actors. These actors can be key in generating peace dividends and building the necessary trust and support for the programme.For more detail on entry points and risks regarding reintegration support during armed conflict, see section 9 of IDDRS 4.30 on Reintegration.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.2 Reintegration support for conflict prevention", - "Heading3": "5.2.2. Entry points and risk mitigation", - "Heading4": "", - "Sentence": "A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 672, - "Score": 0.377964, - "Index": 672, - "Paragraph": "CVR may also be used in the absence of a DDR programme. (See Table 3 below.) CVR can be used to build confidence between warring parties and to show the possible dividends of future peace. In turn, this may help to foster an environment that is con- ducive to the signing of a peace agreement.It is possible that DDR processes will not include DDR programmes, either because the preconditions for DDR programmes are not present or because alternative meas- ures are more appropriate. For example, a local-level peace agreement may include provisions for CVR rather than a DDR programme. These local-level agreements can take many different forms, including (but not limited to) local non-aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements (see IDDRS 2.20 on The Political Dimensions of DDR).Alternatively, in certain cases armed groups designated as terrorist organizations by the United Nations Security Council may refuse to sign peace agreements. Individ- uals who voluntarily decide to leave these armed groups may participate in CVR pro- grammes. However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 12, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.2 CVR in the absence of DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may also be used in the absence of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1270, - "Score": 0.377964, - "Index": 1270, - "Paragraph": "The DDR-related clauses included within peace agreements should be realistic and appropriate for the setting. In CPAs, the norm is to include a commitment to under- take a DDR programme. The details, including provisions regarding female combat- ants, WAAFG and CAAFG, are usually developed later in a national DDR programme document. Local-level peace agreements will not necessarily include a DDR programme, but may include a range of DDR-related tools such as CVR and transi- tional WAM (see IDDRS 2.10 on The UN Approach to DDR). Provisions that legitimize entitlements for those who have been members of armed forces and groups should be avoided (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Regardless of the type of peace agreement, mediators and signatories should have a minimum understanding of DDR, including the preconditions and principles of gender- responsive and child-friendly DDR (see IDDRS 2.10 on The UN Approach to DDR). Where necessary they should call upon DDR experts to build capacity and knowledge among all of the actors involved and to advise them on the negotiation of relevant and realistic DDR provisions.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.2 Ensuring adequate provisions for DDR in peace agreements ", - "Heading3": "", - "Heading4": "", - "Sentence": "In CPAs, the norm is to include a commitment to under- take a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 566, - "Score": 0.377964, - "Index": 566, - "Paragraph": "Participation in CVR as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in CVR as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1527, - "Score": 0.377964, - "Index": 1527, - "Paragraph": "The UN\u2019s integrated approach to DDR is applicable to mission and non-mission contexts, and emphasizes the role of DDR programmes, DDR-related tools, and reintegration support, including when complementing DDR-related tools.The unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a range of activities falling under the operational categories of disarmament, demobilization and reintegration. (See definitions above.) These programmes are typically top-down and are designed to implement the terms of a peace agreement between armed groups and the Government.The UN views DDR programmes as an integral part of peacebuilding efforts. DDR programmes focus on the post-conflict security problem that arises when combatants are left without livelihoods and support networks during the vital period stretching from conflict to peace, recovery and development. DDR programmes also help to build national capacity for long-term reintegration and human security, and they recognize the need to contribute to the right to reparation and to guarantees of non-repetition (see IDDRS 6.20 on DDR and Transitional Justice).DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme:DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for \\nDDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.DDR programmes provide a framework for their coordination, management and implementation by national Governments with support from the UN system, international financial institutions, and regional stakeholders. They establish the expected outcomes, outputs and activities required, organize costing requirements into a budget, and set the monitoring and evaluation framework by identifying indicators, targets and milestones.The UN\u2019s integrated approach to DDR acknowledges that planning for DDR programmes shall be initiated as early as possible, even before a ceasefire and/or peace agreement is signed, before sufficient trust is built in the peace process, and before minimum conditions of security are reached that enable the parties to the conflict to engage willingly in DDR (see IDDRS 3.10 on Integrated DDR Planning).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).In recent years, DDR practitioners have increasingly been deployed in settings where the preconditions for DDR programmes are not in place. In some contexts, a peace agreement may have been signed but the armed groups have lost trust in the peace process or reneged on the terms of the deal. In other settings, where there are multiple armed groups, some may sign on to a peace agreement while others do not. In contexts of violent extremism conducive to terrorism, peace agreements are only a remote possibility.It is not solely the lack of ceasefire agreements or peace processes that makes integrated DDR more challenging, but also the proliferation and diversification of armed groups, including some with links to transnational networks and organized crime. The phenomenon of violent extremism, as and when conducive to terrorism, creates legal and operational challenges for integrated DDR and, as a result, requires specific guidance. (For legal guidance pertinent to the UN approach to DDR, see IDDRS 2.11 on The Legal Framework for UN DDR.) Support to programmes for individuals leaving armed groups labelled and/or designated as terrorist organizations, among other things, should be predicated on a comprehensive screening process based on international standards, including international human rights obligations and national justice frameworks. There is no universally agreed upon definition of \u2018terrorism\u2019, nor associated terms such as \u2018violent extremism\u2019. Nevertheless, the 19 international instruments on terrorism agree on definitions of terrorist acts/offenses, which are binding on Member States that are party to these conventions, as well as Security Council resolutions that describe terrorist acts. Practitioners should have a solid grounding in the evolving international counter-terrorism framework as established by the United Nations Global Counter-Terrorism Strategy, relevant General Assembly and Security Council resolutions and mandates, and the Secretary-General\u2019s Plan of Action to Prevent Violent Extremism.In response to these challenges, DDR practitioners may contribute to stabilization initiatives through the use of DDR-related tools. The specific aims of DDR-related tools will vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP), and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN\u2019s integrated approach to DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In line with the sustaining peace approach, this means that the UN should provide long-term support to reintegration that takes place in the absence of DDR programmes during conflict escalation, ongoing conflict and post-conflict reconstruction (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). The first goal of this support should be to facilitate the sustainable reintegration of those leaving armed forces and groups. However, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent future recruitment and sustain peace.In this regard, opportunities should be seized to prevent relapse into conflict (or any form of violence), including by tackling root causes and understanding peace dynamics. Appropriate linkages should also be established with local and national stabilization, recovery and development plans. Reintegration support as part of sustaining peace is not only an integral part of DDR programmes, it also follows SSR where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups labelled and/or designated as terrorist organizations.In sum, in countries in active armed conflict or emerging from armed conflict, DDR programmes, related tools and reintegration support contribute to stabilization efforts, to addressing gender inequalities exacerbated by conflict, and to creating an environment in which a peace process, political and social reconciliation, access to livelihoods and sustainable decent work, and long-term development can take root. When the preconditions for a DDR programme are in place, the DDR of combatants from both armed forces and groups can help to establish a climate of confidence and security, a necessity for recovery activities to begin, which can directly yield tangible benefits for the population. When the preconditions for a DDR programme are not in place, practitioners may choose from a set of DDR-related tools and measures in support of reintegration that can contribute to stabilization, help to make the returns of stability more tangible, and create more conducive environments for national and local peace processes. As such, integrated DDR processes should be seen as integral parts of efforts to consolidate peace and promote stability, and not merely as a set of sequenced technical programmes and activities.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 10, - "Heading1": "4. The UN DDR approach", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This provides the political, policy and operational framework for the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1371, - "Score": 0.375, - "Index": 1371, - "Paragraph": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements. Other DDR-related tools, such as CVR, may be more appropriate, particularly following a local-level peace agreement or even during active conflict (see IDDRS 2.30 on Community Violence Reduction).DDR practitioners must assess the political consequences, if any, of supporting DDR processes in active conflict contexts. In particular, the intended outcomes of such interventions should be clear. For example, is the aim to contribute to local-level sta- bilization or to make the rewards of stability more tangible, perhaps through a CVR project or by supporting the reintegration of those who leave active armed groups? Alternatively, is the purpose to provide impetus to a national-level peace process? If the latter, a clear theory of change, outlining how local interventions are intended to scale up, is required.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.2 DDR-related tools ", - "Heading3": "", - "Heading4": "", - "Sentence": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1561, - "Score": 0.375, - "Index": 1561, - "Paragraph": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations. In countries where there is no United Nations peace operation mandated by the Security Council, UN DDR support will be provided when either a national Government and/or UN RC requests assistance.The disarmament and demobilization components of a DDR programme will be undertaken by national institutions with advice and technical support from relevant UN departments, agencies, programmes and funds, the UNCT, regional organizations and bilateral actors. The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner. When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered. The alignment of CVR initiatives in non-mission contexts with reintegration assistance is essential.Decision-making and accountability for UN-supported DDR rest, in this context, with the UN RC, who will identify one or more UN lead agency(ies) in the UNCT based on in-country capacity and expertise. The UN RC should establish a UN DDR Working Group co-chaired by the lead agency(ies) at the country level to coordinate the contribution of the UNCT to integrated DDR, including on issues related to gender equality, women\u2019s empowerment, youth and child protection, and support to persons with disabilities.DDR programmes, DDR-related tools and reintegration support, where applicable, will require the allocation of national budgets and/or the mobilization of voluntary contributions, including through the establishment of financial management structures, such as a dedicated multi-donor trust fund or catalytic funding provided by the Peacebuilding Fund (PBF)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 12, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.2 DDR in non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1476, - "Score": 0.359211, - "Index": 1476, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1010, - "Score": 0.348155, - "Index": 1010, - "Paragraph": "The Security Council, in establishing a DDR mandate, may address the tension between transitional justice and DDR, by excluding combatants suspected of genocide, war crimes, crimes against humanity or abuses of human rights from participation in DDR processes.Specific guiding principles \\n DDR practitioners should be aware that it is the primary duty of States to prosecute those responsible for international crimes. \\n DDR practitioners should be aware of a parallel UN or national mandate, if any, for transitional justice in the State. \\n DDR practitioners should be aware of ongoing international and/or national accountability and/or transitional justice mechanisms or processes. \\n When planning for and conducting DDR processes, DDR practitioners should consult with UN human rights, accountability and/or transitional justice advisers to ensure coordination, where such mechanisms or processes exist. \\n DDR practitioners should incorporate screening mechanisms and criteria into DDR processes for adults to identify suspected perpetrators of international crimes and exclude them from DDR processes. Suspected perpetrators should be reported to the competent national authorities. Legal advice should be sought, if possible, beforehand. \\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 14, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.5 UN Security Council sanctions regimes", - "Heading4": "", - "Sentence": "\\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1585, - "Score": 0.344124, - "Index": 1585, - "Paragraph": "Violent conflicts do not always completely cease when a political settlement is reached or a peace agreement is signed. There remains a real danger that violence will flare up again during the immediate post-conflict period, because putting right the political, security, social and economic problems and other root causes of war is a long-term project. Furthermore, peace operations are often mandated in contexts where an agreement is yet to be reached or where a peace process is yet to be initiated or is only partially initiated. In non-mission contexts, requests from the Government for the UN to support DDR are made either when ceasefires are reached or when a peace agreement or a comprehensive peace agreement is signed. This is why practitioners should decide whether DDR programmes, DDR-related tools and/or reintegration support constitute the most appropriate response to a particular situation. A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context. These may include: \\nThe disbanding of armed groups: Governments may request assistance to disband armed groups. The establishment of a DDR programme is agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. Trust and commitment by the parties to the implementation of an agreement and minimum conditions of security are essential for the success of a DDR programme. Administratively, there is little difference between DDR programmes for armed forces and armed groups. Both may require the full registration of weapons and personnel, followed by the collection of information, referral and counselling that are needed before effective reintegration programmes can be put in place. \\nThe rightsizing of armed forces or police: Governments may request assistance to downsize or restructure their armies or police and supporting institutional infrastructure (salaries, benefits, basic services, etc.). Such processes contribute to security sector reform (SSR) (see IDDRS 6.10 on DDR and Security Sector Reform). DDR practitioners should work in close collaboration with SSR experts while planning reintegration support to former members of armed forces. \\nThe repatriation of foreign combatants and associated groups: Considering the regional dimensions of conflict, Governments may agree to assistance to repatriation. DDR programmes may need to become involved in repatriating national combatants and their civilian family members, as well as children associated with armed forces and groups who may have crossed an international border. Such repatriation needs to be in accordance with the principle of non-refoulement, as set out in international humanitarian, human rights and refugee law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1715, - "Score": 0.344124, - "Index": 1715, - "Paragraph": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic and political dimensions. It may be influenced by factors such as the choices and capacities of individuals to shape a new life, the security situation and perceptions of security, family and support networks, and the psychological well-being and mental health of ex-combatants and the wider community. Reintegration processes are part of the development of a country. Facilitating reintegration is therefore primarily the responsibility of national Governments and their institutions, with the international community playing a supporting role if requested.Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. During DDR programmes assistance is often given collectively, to large numbers of DDR participants and beneficiaries, as part of the implementation of a Comprehensive Peace Agreement (CPA). However, when the preconditions for a DDR programme are not in place, reintegration support can still play an important role in sustaining peace. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. This renewed UN policy engagement emerges from the need to address ongoing armed conflicts that are often protracted and complex. In these settings, individuals may exit armed forces and groups during all phases of an armed conflict. This type of exit will often be individual and can take different forms, including voluntary exit or capture.In order to support and strengthen the foundation for sustainable peace, the reintegration of ex- combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. Instead, reintegration support should be considered at all times, even in the absence of a DDR programme. This support may include the provision of assistance to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.When reintegration support is provided during ongoing conflict, it should aim to strengthen resilience against re-recruitment and also to prevent additional first-time recruitment. To do this it is important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. The strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.There will be additional challenges when supporting reintegration during ongoing conflict. Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and others involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to \u2018do no harm\u2019 and, in fact, \u2018do good\u2019. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, thereby demanding a higher level of coordination among existing and planned programmes to avoid the possibility that they may negatively affect each other. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 3, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "During DDR programmes assistance is often given collectively, to large numbers of DDR participants and beneficiaries, as part of the implementation of a Comprehensive Peace Agreement (CPA).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 869, - "Score": 0.341882, - "Index": 869, - "Paragraph": "In carrying out DDR processes, UN system actors are governed by their constituent instruments and by the specific mandates given to them by their respective governing bodies. In general, a mandate authorizes and tasks an actor to carry out specific functions. Mandates are the main points of reference for UN-supported DDR processes that will determine the scope of activities that can be undertaken.In the case of the UN and its subsidiary organs, including its funds and programmes, the primary source of all mandates is the Charter of the United Nations (the \u2018Charter\u2019). Specific mandates are further established through the adoption of decisions by the Organization\u2019s principal organs in accordance with their authority under the Charter. Both the General Assembly and the Security Council have the competency to provide DDR mandates as measures related to the maintenance of international peace and security. For the funds and programmes, mandates are further provided by the decisions of their executive boards. Specialized agencies and related organizations of the UN system similarly operate in host States in accordance with the terms of their constituent instruments and the decisions of their deliberative bodies or other competent organs.In addition to mandates, UN system actors are governed by their internal rules, policies and procedures.DDR processes are also undertaken in the context of a broader international legal framework and should be implemented in a manner that ensures that the relevant rights and obligations under that broader legal framework are respected. Peace agreements, where they exist, are also crucial in informing the implementation of DDR practitioners\u2019 mandates by providing a framework for the DDR process. Peace agreements can take a variety of forms, ranging from local-level agreements to national-level ceasefires and Comprehensive Peace Agreements (see IDDRS 2.20 on The Politics of DDR). Following the conclusion of an agreement, a DDR policy document may also be developed by the Government and the signatory armed groups, often with UN support. Where the UN DDR mandate consists of providing support to national DDR efforts and makes reference to the peace agreement, DDR practitioners will typically work within the framework of the peace agreement and the DDR policy document.DDR processes can also be implemented in contexts where there are no peace agreements (see IDDRS 2.10 on The UN Approach to DDR). Therefore, if there is no such framework in place, UN system DDR practitioners will have to rely solely on their own entity\u2019s mandate in order to determine their role and responsibilities, as well as the applicable basic principles.Finally, to facilitate DDR processes, UN system actors conclude project and technical agreements with the States in which they operate, which also provide a framework. They also enter into agreements with the host State to regulate their status, privileges and immunities and those of their personnel.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Where the UN DDR mandate consists of providing support to national DDR efforts and makes reference to the peace agreement, DDR practitioners will typically work within the framework of the peace agreement and the DDR policy document.DDR processes can also be implemented in contexts where there are no peace agreements (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 929, - "Score": 0.338062, - "Index": 929, - "Paragraph": "International humanitarian law (IHL) applies to situations of armed conflict and regulates the conduct of armed forces and non-State armed groups in such situations. It seeks to limit the effects of armed conflict, mainly by protecting persons who are not or are no longer participating in the hostilities and by regulating the means and methods of warfare. Among other things, IHL sets out the obligations of parties to armed conflicts to protect civilians, injured and sick persons, and persons deprived of their liberty for reasons related to armed conflicts.The main sources of IHL are the Geneva Conventions (1949) and the two Additional Protocols (1977).There are two types of armed conflict under IHL: (1) international armed conflict (an armed conflict between States) and (2) non-international armed conflict (an armed conflict between a State\u2019s armed forces and an organized armed group, or between organized armed groups). Each type of armed conflict is governed by a distinct set of rules, though the differences between the two regimes have diminished as the law governing non-international armed conflict has developedArticle 3, which is contained in all four Geneva Conventions (often referred to as \u2018common article 3\u2019), applies to non-international armed conflicts and establishes fundamental rules from which no derogation is permitted (i.e., States cannot suspend the performance of their obligations under common article 3). It requires, among other things, humane treatment for all persons in enemy hands, without any adverse distinction. It also specifically prohibits murder; mutilation; torture; cruel, humiliating and degrading treatment; the taking of hostages and unfair trial.Serious violations of IHL (e.g., murder, rape, torture, arbitrary deprivation of liberty and unlawful confinement) in an international or non-international armed conflict situation may constitute war crimes. Issues relating to the possible commission of such crimes (together with crimes against humanity and genocide), and the prosecution of such criminals, are of particular concern when assisting Member States in the development of eligibility criteria for DDR processes (see section 4.2.4, as well as IDDRS 6.20 on DDR and Transitional Justice).The UN is not a party to the international legal instruments comprising IHL. However, the Secretary-General has confirmed that certain fundamental principles and rules of IHL are applicable to UN forces when, in situations of armed conflict, they are actively engaged as combatants, to the extent and for the duration of their engagement (ST/SGB/1999/13, sect. 1.1)In the context of DDR processes assisted by UN peacekeeping operations, IHL rules regarding deprivation of liberty are normally not applicable to activities undertaken within DDR processes. This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR). They are not deprived of their liberty, and IHL rules concerning detention or internment do not apply. In the event that there are doubts as to whether a person is in fact enrolled in DDR voluntarily, this issue should immediately be brought to the attention of the competent legal office, and advice should be sought. Separately, legal advice should also be sought if the DDR practitioner is of the view that detention is in fact taking place.IHL may nevertheless apply to the wider context within which a DDR process is situated. For example, when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, the UN peacekeeping operation or other UN system actor concerned should take measures to ensure that those national authorities will treat the persons concerned in accordance with their obligations under IHL, and international human rights and refugee laws, where applicable. \\n\\nSpecific guiding principles \\n DDR practitioners should be conscious of the conditions of DDR facilities, particularly with respect to the voluntariness of the presence and involvement of DDR participants and beneficiaries (see IDDRS 3.10 on Participants, Beneficiaries and Partners). \\n DDR practitioners should be conscious of the fact that IHL may apply to the wider context within which DDR processes are situated. Safeguards should be put in place to ensure compliance with IHL and international human rights and refugee laws by the host State authorities. \\n\\n Red lines \\nParticipation in DDR processes shall be voluntary at all times. DDR participants and beneficiaries are not detained, interned or otherwise deprived of their liberty. DDR practitioners should seek legal advice if there are concerns about the voluntariness of involvement in DDR processes", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 6, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.1 International humanitarian law", - "Heading4": "", - "Sentence": "This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1292, - "Score": 0.333333, - "Index": 1292, - "Paragraph": "Donors and UN budgetary bodies should understand that DDR is a long and expen- sive undertaking. While DDR is a crucial process, it is but one part of a broader political and peacebuilding strategy. Hence, the objectives and expectations of DDR must be realistic. A partial commitment to such an undertaking is insufficient to allow for a sustainable DDR process and may cause harm. This support must extend to an understanding of the difficult circumstances in which DDR is implemented and the need to sometimes wait until the conditions are right to start and assure that funding and support is avail- able for a long-term process. However, there is often a push to spend allocated funding even when the conditions for a process are not in place. This financial pressure should be better understood, and budgetary rules and regulations should not precipitate the premature launch of a DDR process, as this will only undermine its success.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.5 Ensuring international support for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While DDR is a crucial process, it is but one part of a broader political and peacebuilding strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1700, - "Score": 0.317999, - "Index": 1700, - "Paragraph": "Integrated DDR processes shall be designed on the basis of detailed quantitative and qualitative data. Supporting information management systems should ensure that this data remains up to date, accurate and accessible. In the planning stages, information is gathered on the location of armed forces and groups, the demographics of their members (grouped according to sex and age), their weapons stocks, and the political and conflict dynamics at national and local levels. Surveys of national and local labour market conditions and reintegration opportunities should be undertaken. Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required. Monitoring and evaluation should be based on an integrated approach to metrics, and produce lessons learned and best practices that will influence the further development of IDDRS policy and practice (see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.2. Planning: assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1361, - "Score": 0.316228, - "Index": 1361, - "Paragraph": "DDR programmes are usually considered to be part of the CPA\u2019s provisions on final security arrangements. These seek to address the final status of signatories to the CPA through DDR, SSR, restructuring of security governance institutions and other related reforms.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.2 Final security arrangements", - "Heading4": "", - "Sentence": "DDR programmes are usually considered to be part of the CPA\u2019s provisions on final security arrangements.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1691, - "Score": 0.316228, - "Index": 1691, - "Paragraph": "From the earliest assessment phase and throughout all stages of strategy development, planning and implementation, it is essential to encourage integration and unity of effort within the UN system and with national players. It is also important to coordinate the participation of international partners so as to achieve common objectives. Joint assess-ments and programming are key to ensuring that DDR programmes in both mission and non-mission contexts are implemented in an integrated manner. DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 25, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.9. Integrated ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 963, - "Score": 0.306186, - "Index": 963, - "Paragraph": "Article 55 of the UN Charter calls on the Organization to promote universal respect for, and observance of, human rights and fundamental freedoms for all, based on the recognition of the dignity, worth and equal rights of all. In their work, all UN personnel have a responsibility to ensure that human rights are promoted, respected, protected and advanced.Accordingly, UN DDR practitioners have a duty in carrying out their work to promote and respect the human rights of all DDR participants and beneficiaries. The main sources of international human rights law are: \\n The Universal Declaration of Human Rights (1948) (UDHR) was proclaimed by the UN General Assembly in Paris on 10 December 1948 as a common standard of achievement for all peoples and all nations. It set out, for the first time, fundamental human rights to be universally protected. \\n The International Covenant on Civil and Political Rights (1966) (ICCPR) establishes a range of civil and political rights, including rights of due process and equality before the law, freedom of movement and association, freedom of religion and political opinion, and the right to liberty and security of person. \\n The International Covenant on Economic, Social and Cultural Rights (1966) (ICESCR) establishes the rights of individuals and duties of States to provide for the basic needs of all persons, including access to employment, education and health care. \\n The Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment (1984) (CAT) establishes that torture is prohibited under all circumstances, including in times of war, internal political instability or other public emergency, and regardless of the orders of superiors or public authorities. \\n The Convention on the Rights of the Child (1989) (CRC) and the Optional Protocol to the CRC on Involvement of Children in Armed Conflict (2000) recognize the special status of children and reconfirm their rights, as well as States\u2019 duty to protect children in a number of specific settings, including during armed conflict. The Optional Protocol is particularly relevant to the DDR context, as it concerns the rights of children involved in armed conflict. \\n The Convention on the Elimination of All Forms of Discrimination against Women (1979) (CEDAW) defines what constitutes discrimination against women and sets up an agenda for national action to end it. CEDAW provides the basis for realizing equality between women and men through ensuring women\u2019s equal access to, and equal opportunities in, political and public life \u2013 including the right to vote and to stand for election \u2013 as well as education, health and employment. States parties agree to take all appropriate measures, including legislation and temporary special measures, so that women can enjoy all their human rights and fundamental freedoms. General recommendation No. 30 on women in conflict prevention, conflict and post-conflict situations, issued by the CEDAW Committee in 2013, specifically recommends that States parties, among others, ensure (a) women\u2019s participation in all stages of DDR processes; (b) that DDR processes specifically target female combatants and women and girls associated with armed groups and that barriers to their equitable participation are addressed; (c) that mental health and psychosocial support as well as other support services are provided to them; and (d) that DDR processes specifically address women\u2019s distinct needs in order to provide age and gender-specific DDR support. \\n The Convention on the Rights of Persons with Disabilities (2006) (CRPD) clarifies and qualifies how all categories of rights apply to persons with disabilities and identifies areas where adaptations have to be made for persons with disabilities to effectively exercise their rights, and where protection of rights must be reinforced. This is also relevant for people with psychosocial, intellectual and cognitive disabilities, and is a key legislative framework addressing their human rights including the right to quality services and the right to community integration. \\n The International Convention for the Protection of All Persons from Enforced Disappearance (2006) (ICPPED) establishes that enforced disappearances are prohibited under all circumstances, including in times of war or a threat of war, internal political instability or other public emergency.The following rights enshrined in these instruments are particularly relevant, as they often arise within the DDR context, especially with regard to the treatment of persons located in DDR facilities (including but not limited to encampments): \\n Right to life (article 3 of UDHR; article 6 of ICCPR; article 6 of CRC; article 10 of CRPD); \\n Right to freedom from torture or other cruel, inhuman or degrading treatment or punishment (article 5 of UDHR; article 7 of ICCPR; article 2 of CAT; article 37(a) of CRC; article 15 of CRPD); \\n Right to liberty and security of person, which includes the prohibition of arbitrary arrest or detention (article 9 of UDHR; article 9(1) of ICCPR; article 37 of CRC); \\n Right to fair trial (article 10 of UDHR; article 9 of ICCPR; article 40(2)(iii) of CRC); \\n Right to be free from discrimination (article 2 of UDHR; articles 2 and 24 of ICCPR; article 2 of CRC; article 2 of CEDAW; article 5 of CRPD); and \\n Rights of the child, including considering the best interests of the child (article 3 of CRC; article 7(2) of CRPD), and protection from all forms of physical or mental violence, injury or abuse, neglect or negligent treatment, maltreatment or exploitation (article 19 of CRC).While the UN is not a party to the above instruments, they provide relevant standards to guide its operations. Accordingly, the above rights should be taken into consideration when developing UN-supported DDR processes, when supporting host State DDR processes and when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, in order to ensure that the rights of DDR participants and beneficiaries are promoted and respected at all times.The application and interpretation of international human rights law must also be viewed in light of the voluntary nature of DDR processes. The participants and beneficiaries of DDR processes shall not be held against their will or subjected to other deprivations of their liberty and security of their persons. They shall be treated at all times in accordance with international human rights law norms and standards.Special protections may also apply with respect to members of particularly vulnerable groups, including women, children and persons with disabilities. Specifically, with regard to women participating in DDR processes, Security Council resolution 1325 (2000) on women and peace and security calls on all actors involved, when negotiating and implementing peace agreements, to adopt a gender perspective, including the special needs of women and girls during repatriation and resettlement and for rehabilitation, reintegration and post-conflict reconstruction (para. 8(a)), and encourages all those involved in the planning for DDR to consider the different needs of female and male ex-combatants and to take into account the needs of their dependents. In all, DDR processes should be gender-responsive, and there should be equal access for and participation of women at all stages (see IDDRS 5.10 on Women, Gender and DDR).Specific guiding principles \\n DDR practitioners should be aware of the international human rights instruments that guide the UN in supporting DDR processes. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken. \\n DDR practitioners shall take the necessary precautions, special measures or actions to protect and ensure the human rights of DDR participants and beneficiaries. \\n DDR practitioners shall report and seek legal advice in the event that they witness any violations of human rights by national authorities within a UN-supported DDR facility.Red lines \\n DDR practitioners shall not facilitate any violations of human rights by national authorities within a UN-supported DDR facility.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 7, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.2 International humanitarian law", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1623, - "Score": 0.304997, - "Index": 1623, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 991, - "Score": 0.301511, - "Index": 991, - "Paragraph": "Relatedly, a body of rules has also been developed with respect to internally displaced persons (IDPs). In addition to relevant human rights law principles, the \u201cGuiding Principles on Internal Displacement\u201d (E/CN.4/1998/53/Add.2) provide a framework for the protection and assistance of IDPs. The Guiding Principles contain practical guidance to the UN in its protection of IDPs, as well as serve as an instrument for public policy education and awareness-raising. Substantively, the Guiding Principles address the specific needs of IDPs worldwide. They identify rights and guarantees relevant to the protection of persons from forced displacement and to their protection and assistance during displacement as well as during return or reintegration.Specific guiding principles \\n DDR practitioners should be aware of international refugee law and how it relates to UN DDR processes. \\n DDR practitioners should be aware of the principle of non-refoulement, which exists under both international human rights law and international refugee law, though with different conditions. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities. In particular, they shall not facilitate any violations of the principle of non-refoulement including for DDR participants and beneficiaries who may not qualify as refugees.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 12, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "iii. Internally displaced persons", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1956, - "Score": 0.3, - "Index": 1956, - "Paragraph": "In summary, the following are key considerations that, in contexts of ongoing conflict, DDR practitioners and others involved in the planning, implementation and evaluation of reintegration programmes should take into account: \\n Conflict and context analysis and assessment will be more challenging to undertake than in post- conflict settings and will need to be frequently updated. \\n There will be increased security risks if ex-combatants and persons formerly associated with armed forces and groups: \\n\\n are perceived as traitors by active members of their former group, particularly if the group is still operating in the country, across a nearby border or in the community in which the individual would like to return; \\n\\n become involved in providing information to military or security agencies for the planning of counter-insurgency operations; \\n\\n return to communities still affected by armed conflict and/or where armed groups operate. \\n Alongside the need for constructive collaboration with military and security agencies, there will be a need to preserve the independence and impartiality of the reintegration programme in order to avoid the perception that the programme is part of the counter-insurgency strategy. \\n The national stakeholders leading reintegration support could have been \u2013 or may still be \u2013 in conflict with the armed groups to which ex-combatants previously belonged. \\n The use of case management is necessary and could include traditional chiefs or religious leaders (imams, bishops, ministers), and trained and supervised providers of mental health services as community supervision officers where appropriate. \\n It is important to work closely with and develop common reintegration strategies with other women, peace and security actors and prevent violence against women and girls. \\n It is important to work closely with and develop common reintegration strategies with programmes aiming to protect children and support the reintegration of children formerly associated with armed forces and groups. More specifically, there is a need to develop common strategies for the prevention of recruitment for youth at risk.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 22, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.5 Common challenges in supporting reintegration during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Alongside the need for constructive collaboration with military and security agencies, there will be a need to preserve the independence and impartiality of the reintegration programme in order to avoid the perception that the programme is part of the counter-insurgency strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1368, - "Score": 0.288675, - "Index": 1368, - "Paragraph": "DDR should not be seen as a purely technical process, but one that requires active political support at all levels. In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section. It should be given the attention and support it deserves by the senior mission leadership, who must be the political champions of such processes. In non-mission settings, DDR will fall under the respon- sibility of the UN RC system and the UNCT.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.1 Recognizing the political dynamics of DDR ", - "Heading3": "", - "Heading4": "", - "Sentence": "In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1397, - "Score": 0.288675, - "Index": 1397, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1229, - "Score": 0.278543, - "Index": 1229, - "Paragraph": "The way a conflict ends can influence the political dynamics of DDR. The following scenarios should be considered: \\n A clear victor: This usually results in a \u2018victor\u2019s peace\u2019, where the winner can \u2018im- pose\u2019 demands on the party that lost the conflict. This may mean that the armed structures of the victor are preserved, while the losing party will be the one tar- geted for DDR. Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination. The victorious group may seek to dominate the new security structures. \\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme). Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support. DDR processes that are the outcome of negotiations (whether local or national) are more likely to be acceptable to warring parties. However, unless expert advice is provided, the DDR-related clauses in such agree- ments can be unrealistic. \\n Partial peace: In some conflicts the multiplicity of armed groups may result in peace processes that are not fully inclusive, since some of the armed groups are excluded from or refuse to sign the agreement. This can be a disincentive for signatory armed groups to disarm and demobilize due to fear for their security and that of the population they represent, concerns over loss of territory to a non- signatory armed group or uncertainty about how their political position might be affected should other armed groups eventually join the peace process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 9, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.3 Conflict outcomes", - "Heading4": "", - "Sentence": "\\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1730, - "Score": 0.277778, - "Index": 1730, - "Paragraph": "This module explains the shift introduced by IDDRS 2.10 on The UN Approach to DDR concerning reintegration support to ex-combatants and persons formerly associated with armed forces and groups. Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place. The aim of this support is to assist the sustainable reintegration of those who have left armed forces and groups even before peace agreements are negotiated and signed, responding to opportunities as well as humanitarian, developmental and security imperatives.The objectives of this module are to: \\n Explain the implications of the UN\u2019s sustaining peace approach for reintegration support. \\n Provide policy guidance on how to address reintegration challenges and realize reintegration opportunities across the peace continuum. \\n Consider the general issues concerning reintegration support in contexts where the preconditions for DDR programmes are not in place.DDR practitioners involved in outlining and negotiating the content of reintegration support with Governments and other stakeholders are invited to consult IDDRS 4.30 on Reintegration for specific programmatic guidance on the various ways to support reintegration. Options and considerations for reintegration support to specific needs groups can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; and IDDRS 5.30 on Youth and DDR. Finally, as reintegration support may involve a broad array of practitioners (including but not limited to \u2018DDR practitioners\u2019), when appropriate, this module refers to DDR practitioners and others involved in the planning, implementation and management of reintegration support.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 740, - "Score": 0.27735, - "Index": 740, - "Paragraph": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution. CVR will therefore be funded through the allocation of assessed contributions.The UNSC and UNGA directives for CVR are often general, with specific pro- gramming details to be worked out by relevant UN entities in partnership with the host government. In mission settings, the DDR/CVR section should align CVR stra- tegic goals and activities with the mandate of the National DDR Commission (if one exists) or an equivalent government-designated body. The National DDR Commission, which typically includes representatives of the executive, the armed forces, police, and relevant line ministries and departments, should be solicited to provide direct inputs into CVR planning and programming. In cases where government capacity and volition exist, the National DDR Commission may manage and resource CVR by setting targets, managing tendering of local partners and administering financial oversight with donor partners. In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission. DDR practitioners shall be in regular contact with representatives of the UNCT as well as international and national partners to ensure alignment of pro- gramming goals, and to leverage the strengths and capacities of relevant UN agencies and avoid duplication. Community outreach and engagement shall be pursued and nurtured at the national, regional, municipal and neighbourhood scale.The DDR/CVR section should typically include senior and mid-level DDR officers. Depending on the budget allocated to CVR, personnel may range from the director and deputy director level to field staff and volunteer officers. A dedicated DDR/CVR team should include a selection of international and national staff forming a unit at headquarters (HQ) as well as small implementation teams at the forward operating base (FOB) level. It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ. Likewise, regular com- munication between DDR field personnel is crucial to share experiences, identify best practices, and understand wider political and economic dynamics. The UN DSRSG shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.The DDR/CVR section, and particularly its field offices, could create a PSC and PAC/PRC. In this event, the PAC/PRC (or equivalent body) should liaise with UNCT partners to align stability priorities with wider development concerns. It may be appro- priate to add an additional support mechanism to oversee and support project partners. This additional support mechanism could be made up of members of the DDR/CVR section who could conduct a variety of tasks, including but not limited to support to the development of project proposals, support to the finalization of project submissions and the identification of possible implementing partners able to work in hotspot sites.Whichever approach is adopted, the DDR/CVR section should ensure transparent and predictable coordination with national institutions and within the mission or UNCT. Where appropriate, DDR/CVR sections may provide supplementary training for implementing partners in selected programming areas. The success or failure of CVR depends in large part on the quality of the partners and partnerships, so it is critical that they are properly vetted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.1 Mission settings", - "Heading4": "", - "Sentence": "It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1600, - "Score": 0.27735, - "Index": 1600, - "Paragraph": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict. Furthermore, practitioners may choose from a menu of DDR-related tools. (See table above.)Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement. Instead, when the preconditions for a DDR-programme are not in place, DDR-related tools may be used in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.1 When the preconditions for a DDR programme are not in place", - "Heading3": "", - "Heading4": "", - "Sentence": ")Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1825, - "Score": 0.27735, - "Index": 1825, - "Paragraph": "Planning should consider that the reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process, in some contexts taking several years to be successfully and sustainably completed with family support at the community level. A well-planned reintegration programme shall be based on a comprehensive understanding of the type of armed force and/or group(s) to which the individual belonged, the duration of his or her membership with the armed force and/or armed group(s), as well as the local context and community dynamics. Furthermore, a well-planned reintegration programme requires clear agreement among all stakeholders on the objectives and results of the programme, the establishment of realistic time frames, clear budgetary requirements and human resource needs, and a clearly defined exit strategy.Planning shall be based on existing assessments that include conflict and development analyses, gender analyses, early recovery and/or post-conflict needs assessments, and reintegration-specific assessments. Those involved in the design and negotiation of reintegration support with Government and other relevant stakeholders shall ensure that a results-based monitoring and evaluation framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.A well-planned reintegration programme shall assess and respond to the needs of its participants and beneficiaries through gender-specific planning. Planning shall be done in close collaboration with related programmes and initiatives. Although long-term planning is required, it shall still allow for a degree of flexibility (see section 3.6). Those involved in planning for reintegration support shall work in an integrated manner with those planning disarmament and demobilization in order to ensure smooth transitions. DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 11, - "Heading1": "3. Guiding principles", - "Heading2": "3.11 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1666, - "Score": 0.275839, - "Index": 1666, - "Paragraph": "In order to build confidence and ensure legitimacy, and to justify financial and technical support by international actors, DDR programmes, DDR-related tools and reintegration support are, from the very beginning, predicated on the principles of accountability and transparency. Post-conflict stabilization and the establishment of immediate security are the overall goals of DDR, but integrated DDR also takes place in a wider recovery and reconstruction framework. While both short-term and long-term strategies should be developed in the planning phase, due to the dynamic and volatile conflict and post-conflict context, interventions must be flexible and adaptable.The UN aims to establish transparent mechanisms for the independent monitoring, oversight and evaluation of integrated DDR and its financing mechanisms. It also attempts to create an environment in which all stakeholders understand and are accountable for achieving broad objectives and implementing the details of integrated DDR processes, even if circumstances change. Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected. Flexibility and contingency planning are therefore needed. It is essential to establish realistic goals and make reasonable promises to those involved, and to explain setbacks to stakeholders and participants in order to maintain their confidence and cooperation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 910, - "Score": 0.274721, - "Index": 910, - "Paragraph": "As noted above, mandates are the main points of reference for UN-supported DDR processes. The mandate will determine what, when and how DDR processes can be supported or implemented. There are various sources of a UN actor\u2019s mandate to assist DDR processes. For UN peace operations, which are subsidiary organs of the Security Council, the mandate is found in the applicable Security Council resolution.Certain UN funds and programmes also have explicit mandates addressing DDR. In the absence of explicit, specific DDR-related provisions within their mandates, these UN funds and programmes should conduct any activity related to DDR processes in accordance with the principles and objectives in their general mandates.In addition, a number of specialized agencies and related organizations are mandated to conduct activities related to DDR processes. These entities often cooperate with UN peace operations, funds and programmes within their respective mandates in order to ensure a common approach to and coherency of their activities.Where a peace agreement exists, it may address the roles and responsibilities of DDR practitioners, both domestic and international, the basic principles applicable to the DDR process, the strategic approach, institutional mechanisms, timeframes and eligibility criteria. The peace agreement would thus provide guidance to DDR practitioners as to the implementation of their DDR mandate, where they are tasked with providing support to national DDR efforts undertaken pursuant to the peace agreement. It is important to remember, however, that while peace agreements may provide a framework for and guide the implementation of the DDR process, they do not provide the actual mandate to undertake such activities for UN system actors. It is the reference to the peace agreement in the practitioner\u2019s DDR mandate that makes the peace agreement (and the accompanying DDR policy document) relevant. As mentioned above, the authority to carry out DDR processes is established in a UN system actor\u2019s constitutive instrument and/or in a decision by the actor\u2019s governing organ.In countries where no peace agreement exists, there may be no overarching framework for the DDR process, which could result in a lack of clarity regarding objectives, activities, coordination and strategy. In such cases, the fall-back for DDR practitioners would be to rely solely on the mandate of their own entity that is applicable in the relevant State to determine their role in the DDR process, how to coordinate with other actors and the activities they may undertake.If a particular mandate includes assistance to the national authorities in the development and implementation of a DDR process, the UN system actor concerned may, in accordance with its mandate, enter into a technical agreement with the host State on logistical and operational coordination and cooperation. The technical agreement may, as necessary, integrate elements from the peace agreement, if one exists.DDR mandates may also include provisions that tie the development and implementation of DDR processes to other ongoing conflict and post-conflict initiatives, including ones concerning transitional justice (TJ).Many UN system entities operating in post-conflict situations have simultaneous DDR and TJ mandates. The overlap of TJ measures with DDR processes can create tension but may also contribute towards achieving the long-term shared objectives of reconciliation and peace. It is thus crucial that UN-supported DDR processes have a clear and coherent relationship with any TJ measures ongoing within the country (see IDDRS 6.20 on DDR and Transitional Justice).Specific guiding principles \\n DDR practitioners should be familiar with the most recent documents establishing the mandate to conduct DDR processes, specifically, the source and scope of that mandate. \\n When starting a new form of activity related to the DDR process, DDR practitioners should seek legal advice if there is doubt as to whether this new form of activity is authorized under the mandate of their particular entity. \\n When starting a new form of activity related to the DDR process, DDR practitioners should ensure coordination with other relevant initiatives. \\n Peace agreements, in themselves, do not provide UN entities with a mandate to support DDR. It is the reference to the peace agreement in the mandate of the DDR practitioner\u2019s particular entity that makes the peace agreement (and the accompanying DDR policy document) relevant. This mandate may set boundaries regarding what DDR practitioners can do or how they go about their jobs.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 4, - "Heading1": "4. General guiding principles", - "Heading2": "4.1 Mandate ", - "Heading3": "", - "Heading4": "", - "Sentence": "It is thus crucial that UN-supported DDR processes have a clear and coherent relationship with any TJ measures ongoing within the country (see IDDRS 6.20 on DDR and Transitional Justice).Specific guiding principles \\n DDR practitioners should be familiar with the most recent documents establishing the mandate to conduct DDR processes, specifically, the source and scope of that mandate.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1459, - "Score": 0.269408, - "Index": 1459, - "Paragraph": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes. The module also defines the UN approach to integrated DDR for both mission and non-mission settings, which is: \\nvoluntary; \\npeople-centred; \\ngender-responsive and inclusive; \\nconflict-sensitive; \\ncontext-specific; \\nflexible, accountable and transparent; \\nnationally and locally owned; \\nregionally supported; \\nintegrated; and \\nwell planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 564, - "Score": 0.267261, - "Index": 564, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to CVR:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 975, - "Score": 0.267261, - "Index": 975, - "Paragraph": "International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).A refugee is a person who is outside his or her country of nationality or habitual residence; has a well-founded fear of being persecuted because of his or her race, religion, nationality, membership of a particular social group or political opinion; and is unable or unwilling to avail himself or herself of the protection of that country, or to return there, for fear of persecution.However, articles 1C to 1F of the 1951 Convention provide for circumstances in which it shall not apply to a person who would otherwise fall within the general definition of a refugee. In the context of situations involving DDR processes, article 1F is of particular relevance, in that it stipulates that the provisions of the 1951 Convention shall not apply to any person with respect to whom there are serious reasons for considering that he or she has: \\n committed a crime against peace, a war crime or a crime against humanity, as defined in relevant international instruments; \\n committed a serious non-political crime outside the country of refuge prior to the person\u2019s admission to that country as a refugee; or \\n been guilty of acts contrary to the purposes and principles of the UN.Asylum means the granting by a State of protection on its territory to individuals fleeing another country owing to persecution, armed conflict or violence. Military activity is incompatible with the concept of asylum. Persons who pursue military activities in a country of asylum cannot be asylum seekers or refugees. It is thus important to ensure that refugee camps/settlements are protected from militarization and the presence of fighters or combatants.During emergency situations, particularly when people are fleeing armed conflict, refugee flows may occur simultaneously or mixed with combatants or fighters. It is thus important that combatants or fighters are identified and separated. Once separated from the refugee population, combatants and fighters may enter into a DDR process, if available.Former combatants or fighters who have been verified to have genuinely and permanently renounced military activities may seek asylum. Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities. Other types of DDR processes may also provide this verification, as long as there is a formal process through which a combatant becomes an ex-combatant (see IDDRS 4.20 on Demobilization).DDR practitioners should also take into consideration that civilian family members of participants in DDR processes may be refugees or asylum seekers, and efforts must be in place to consider family unity during, for example, repatriation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 10, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "i. International refugee law", - "Sentence": "Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1642, - "Score": 0.267261, - "Index": 1642, - "Paragraph": "Like men and boys, women and girls are likely to have played many different roles in armed forces and groups, as fighters, supporters, wives or sex slaves, messengers and cooks. The design and implementation of integrated DDR processes should aim to address the specific needs of women and girls, as well as men and boys, taking into account these different experiences, roles, capacities and responsibilities acquired during and after conflicts. Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes. The eligibility criteria for DDR shall not discriminate against individuals on the basis of sex, age, gender identity, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associations. Furthermore, the opportunities/benefits that eligible ex-combatants have access to when participating in a particular DDR process shall not discriminate against individuals on the basis of their former affiliation with a particular armed force or group.It is likely there will be a need to address potential \u2018spoilers\u2019, e.g., by negotiating \u2018special packages\u2019 for commanders in order to secure their buy-in and to ensure that they allow combatants to participate. This political compromise must be carefully negotiated on a case-by-case basis. Furthermore, the inclusion of youth at risk and other non-combatants should also be seen as a measure helping to prevent future recruitment.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1751, - "Score": 0.267261, - "Index": 1751, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to reintegration:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 687, - "Score": 0.265165, - "Index": 687, - "Paragraph": "CVR may involve activities related to collecting, managing and/or destroying weapons and ammunition. Arms control initiatives and potential CVR arms-related eligibility criteria should be in line with the disarmament component of the DDR programme (if there is one), as well as other arms control initiatives running in the country (see IDDRS 4.10 on Disarmament and 4.11 on Transitional Weapons and Ammunition Management).While not a disarmament program per se, CVR may include measures to pro- mote community or locally led weapons collection and management initiatives, to sup- port national weapons amnesties, and to collect, store and destroy small arms, light weapons, other conventional arms, ammunition and explosives. The collection and destruction of weapons may play an important symbolic and catalytic role in war-torn communities. Although the return of a weapon is not typically a condition of partic- ipation in CVR, voluntary returns may demonstrate the willingness of beneficiaries to engage. Moreover, the removal and/or safe storage of weapons from individuals\u2019 or armed groups\u2019 inventories may help reduce open carrying and home possession of weaponry \u2013 factors that can contribute to violent exchanges and unintentional injuries. Even when weapons are not handed over as part of a CVR programme, it is beneficial to collect information on the weapons still in possession of those participating in CVR. This is because weapons in circulation will continue to represent a risk factor and have the potential to facilitate violence. Expectations should be kept realistic: in settings marked by high levels of insecurity, it is unlikely that voluntary surrenders or amnesties of weapons will meaningfully reduce overall accessibility.DDR practitioners may, in consultation with relevant partners, propose conditions for the submission of weapons as part of a CVR programme. In some instances, modern and artisanal weapons and ammunition have been collected as part of CVR programmes and have later been destroyed in public ceremonies. Weapons and ammunition col- lected as part of CVR programmes should be destroyed, but if the authorities decide to integrate the material into their national stockpiles, this should be done in compliance with the State\u2019s obligations under relevant international instruments and with technical guidelines.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 13, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.3 Relationship between CVR and weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "Expectations should be kept realistic: in settings marked by high levels of insecurity, it is unlikely that voluntary surrenders or amnesties of weapons will meaningfully reduce overall accessibility.DDR practitioners may, in consultation with relevant partners, propose conditions for the submission of weapons as part of a CVR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1023, - "Score": 0.258199, - "Index": 1023, - "Paragraph": "The international counter-terrorism framework is comprised of relevant Security Council resolutions, as well as 19 international counter-terrorism instruments,18 which have been widely ratified by UN Member States. That framework must be implemented in compliance with other relevant international standards, particularly international humanitarian law, international refugee law and international human rights laUnder the Security Council resolutions, Member States are required, among other things, to: \\n Ensure that any person who participates in the preparation or perpetration of terrorist acts or in supporting terrorist acts is brought to justice; \\n Ensure that such terrorist acts are established as serious criminal offences in domestic laws and regulations and that the punishment duly reflects the seriousness of such terrorist acts,19 including with respect to: \\n Financing, planning, preparation or perpetration of terrorist acts or support of these acts and \\n Offences related to the travel of foreign terrorist fighters.20Under the Security Council resolutions, Member States are also exhorted to establish criminal responsibility for: \\n Terrorist acts intended to destroy critical infrastructure21 and \\n Trafficking in persons by terrorist organizations and individuals.22While there is no universally agreed definition of terrorism, several of the 19 international counter-terrorism instruments define certain terrorist acts and/or offences with clarity and precision, including offences related to the financing of terrorism, the taking of hostages and terrorist bombing.23The Member State\u2019s obligation to \u2018bring terrorists to justice\u2019 is triggered and it shall consider whether a prosecution is warranted when there are reasonable grounds to believe that a group or individual has committed a terrorist offence set out in: \\n 1. A Security Council resolution or \\n 2. One of the 19 international counter-terrorism instruments to which a Member State is a partyDDR practitioners should be aware of the fact that their host State has an international legal obligation to comply with relevant Security Council resolutions on counter-terrorism (that is, those that the Security Council has adopted in binding terms) and the international counter-terrorism instruments to which it is a party.Of particular relevance to the DDR practitioner is the fact that under Security Council resolutions, with respect to suspected terrorists (as defined above), Member States are further called upon to: \\n Develop and implement comprehensive and tailored prosecution, rehabilitation, and reintegration strategies and protocols, in line with their obligations under international law, including with respect to returning and relocating foreign terrorist fighters and their spouses and children who accompany them, and to address their suitability for rehabilitation.24There are two main scenarios where DDR processes and the international counter-terrorism legal framework may intersect: \\n 1. In addition to the traditional concerns with regard to screening out for prosecution persons suspected of war crimes, crimes against humanity or genocide, the DDR practitioner, in advising and assisting a Member State, should also be aware of the Member State\u2019s obligations under the international counter-terrorism legal framework, and remind them of those obligations, if need be. Specific criteria, as appropriate and applicable to the context and Member States, should be incorporated into screening for DDR processes to identify and disqualify persons who have committed or are reasonably believed to have committed a terrorist act, or who are identified as clearly associated with a Security Council-designated terrorist organization. \\n 2. Although DDR programmes are not appropriate for persons associated with such organizations (see section below), lessons learned and programming experience from DDR programmes may be very relevant to the design, implementation and support to programmes to prosecute, rehabilitate and reintegrate these persons.As general guidance, for terrorist groups designated by the Security Council, Member States are required to develop prosecution, rehabilitation and reintegration strategies. Terrorist suspects, including foreign terrorist fighters and their family members, and victims should be the subject of such strategies, which should be both tailored to specific categories and comprehensive.25 The initial step is to establish a clear and coherent screening process to determine the main profile of a person who is in the custody of authorities or under the responsibility of authorities, in order to recommend particular treatment, including further investigation or prosecution, or immediate entry into and participation in a rehabilitation and/or reintegration programme. The criteria to be applied during the screening process shall comply with international human rights norms and standards and conform to other applicable regimes, such as international humanitarian law and the international counter-terrorism framework.Not all persons will be prosecuted as a result of this screening, but the screening process shall address the question of whether or not a person should be prosecuted. In this respect, the term \u2018screening\u2019 should be distinguished from usage in the context of a DDR programme, where screening refers to the process of ensuring that a person who met previously agreed eligibility criteria will be registered in the programme.Additional UN guidance with regard to the prosecution, rehabilitation and reintegration of foreign terrorist fighters can be found, inter alia, in the Madrid Guiding Principles and their December 2018 Addendum (S/2018/1177). The Madrid Guiding Principles were adopted by the Security Council (S/2015/939) in December 2015 with the aim of becoming a practical tool for use by Member States in their efforts to combat terrorism and to stem the flow of foreign terrorist fighters in accordance with resolution 2178 (2014)Specific guiding principles \\n DDR practitioners should be aware that the host State has legal obligations under Security Council resolutions and/or international counter-terrorism instruments to ensure that terrorists are brought to justice. \\n DDR practitioners shall incorporate proper screening mechanisms and criteria into DDR processes to identify suspected terrorists. \\n Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in DDR processes. Children associated with such groups should be treated in accordance with the standards set out in IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 15, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.6 International counter-terrorism framework", - "Heading4": "i. The requirement \u2018to bring terrorists to justice\u2019", - "Sentence": "\\n DDR practitioners shall incorporate proper screening mechanisms and criteria into DDR processes to identify suspected terrorists.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1334, - "Score": 0.258199, - "Index": 1334, - "Paragraph": "As members of mediation support teams or mission staff in an advisory role to the Special Representative to the Secretary-General (SRSG) or the Deputy Special Repre- sentative to the Secretary-General (DSRSG), DDR practitioners can provide advice on how to engage with armed forces and groups on DDR issues and contribute to the attainment of agreements. In non-mission settings, the UN peace and development advisors (PDAs) deployed to the office of the UN Resident Coordinator (RC) play a key role in advising the RC and the government on how to engage and address armed groups. DDR practitioners assigned to UN mediation support teams may also draft DDR provisions of ceasefires, local peace agreements and CPAs, and make proposals on the design and implementation of DDR processes.In addition to the various parties to the conflict, the UN should also support the participation of civil society in peace negotiations, in particular women, youth and others traditionally excluded from peace talks. Women\u2019s participation (in mediation and negotiations) can expand the range of domestic constituencies engaged in a peace process, strengthening its legitimacy and credibility. Women\u2019s perspectives also bring a different understanding of the causes and consequences of conflict, generating more comprehensive and potentially targeted proposals for its resolution.Mediators and DDR practitioners should recognize the sensitivities around lan- guage and be flexible and contextual with the terms that are used. The term \u2018reinte- gration\u2019 may be perceived as inappropriate, particularly if members of armed groups never left their communities. Terms such as \u2018rehabilitation\u2019 or \u2018reincorporation\u2019 may be considered instead. Similarly, the term \u2018disarmament\u2019 can include connotations of surrender or of having weapons taken away by a more powerful actor, and its use can prevent warring parties from moving forward with the negotiations (see also IDDRS 4.10 on Disarmament). DDR practitioners and mediators can consider the use of more neutral terms, such as \u2018laying aside of weapons\u2019 or \u2018transitional weapons and ammu- nition management\u2019. The use of transitional WAM activities and terminology may also set the ground for more realistic arms control provisions in a peace agreement while guarantees around security, justice and integration into the security sector are lacking (see also IDDRS 4.11 on Transitional Weapons and Ammunition Management). Medi- ators and other actors supporting the mediation process should have strong DDR and WAM knowledge or have access to expertise that can guide them in designing appro- priate and evidence-based DDR WAM provisions.Within a CPA, the detail of large parts of the final security arrangements, including strategy and programme documents and budgets, is often left until later. However, CPAs should typically establish the principle that DDR will take place and outline the structures responsible for implementation.If contextual analysis reveals that both local and national conflict dynamics are at play (see section 5.1.4) DDR practitioners can support a multilevel approach to mediation. This approach should not be reactive and ad hoc, but part of a well-articulated strategy explicitly connecting the local to the national.Problems may arise if those engaged in negotiations are not well informed about DDR and commit to an unsuitable or unrealistic process. This usually occurs when DDR expertise is not available in negotiations or the organizations that might support a DDR process are not consulted by the mediators or facilitators of a peace process. It is therefore important to ensure that DDR experts are available to advise on peace agree- ments that include provisions for DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 16, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.3 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore important to ensure that DDR experts are available to advise on peace agree- ments that include provisions for DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1348, - "Score": 0.258199, - "Index": 1348, - "Paragraph": "Most CPAs include provisions for transitional (or \u2018interim\u2019) and final security arrange- ments. Transitional security arrangements are typically put in place to support DDR programmes by establishing security structures, often jointly or with a third party such as a UN peace operation, that can provide security before the final post-conflict security structures are established. In situations where UN peace operations are un- likely to be established following the signature of a CPA, joint security mechanisms may be put in place as part of transitional and final security arrangements with or without different forms of international verification. Alternatively, a separate mech- anism driven either by regional economic communities or bilateral players agreed to by the warring parties may be deployed. DDR programmes are usually part of the final security arrangements that establish, among other things, what will happen to the fighting forces post-conflict.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 18, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes are usually part of the final security arrangements that establish, among other things, what will happen to the fighting forces post-conflict.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1607, - "Score": 0.258199, - "Index": 1607, - "Paragraph": "Five categories of people should be taken into consideration, as participants and beneficiaries, in integrated DDR processes. This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees/victims; \\n3. dependents/families; \\n4. civilian returnees/\u2019self-demobilized\u2019; \\n5. community members.Consideration should be given to addressing the specific needs of women, youth, children, persons with disabilities, and persons with chronic illnesses in each of these five categories.National actors, such as Governments, political parties, the military, signatory and non-signatory armed groups, non-governmental organizations, civil society organizations and the media are all stakeholders in integrated DDR processes along with international actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 19, - "Heading1": "7. Who is DDR for?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1647, - "Score": 0.258199, - "Index": 1647, - "Paragraph": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made; and, ultimately, no individual or community should be made less secure by the return of ex-combatants or the presence of UN peacekeeping, police or civilian personnel. The establishment of UN-supported prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection, etc.) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, or any other violation of human rights. It is particularly important to consider \u2018do no harm\u2019 when assessing the reinsertion and reintegration options for female fighters or women and girls associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 883, - "Score": 0.257248, - "Index": 883, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of UN supported DDR processes. In addition to these principles, the following general guiding principles related specifically to the legal framework apply when carrying out DDR processes. \\n Abide by the applicable legal framework. The applicable legal framework should be a core consideration at all stages, when drafting, designing, executing and evaluating DDR processes. Failure to abide by the applicable legal framework may result in consequences for the UN entity involved and the UN more generally, including possible liabilities. It may also lead to personal accountability for the DDR practitioner(s) involved. \\n Know your mandate. DDR practitioners should be familiar with the source and scope of their mandate. To the extent that their involvement in the DDR process requires coordination and/or cooperation with other UN system actors, they should also know the respective roles and responsibilities of those other actors. If a peace agreement exists, it should be one of the first documents that DDR practitioners consult to understand the framework in which they will carry out the DDR process. \\n Develop a concept of operations (CONOPS). DDR practitioners should have a common, agreed approach in order to ensure coherence amongst UN system-supported DDR processes and coordination among the various UN system actors that are conducting DDR in a particular context. This can be achieved through a written CONOPS, developed in consultation, as necessary, with the relevant headquarters. The CONOPS can also be adjusted to include the legal obligations of the UN system actor. \\n Develop operation-specific standard operating procedures (SOPs) or guidelines for DDR. Consistent with the CONOPS, DDR practitioners should consider developing operation-specific SOPs or guidelines. These may address, for instance, standards for cooperation with criminal justice and other accountability processes, measures for controlling access to DDR encampments or other installations, measures for the safe handling and destruction of weapons and ammunition, and other relevant issues. They may also include references to, and explanations of, the applicable legal standards. \\n Include legal considerations in all relevant project documents. In general, legal considerations should be integrated and addressed, as appropriate, in all relevant written project documents, including those agreed with the host State. \\n Seek legal advice. As a general matter, DDR practitioners should seek legal advice when they are in doubt as to whether a situation raises legal concerns. In particular, DDR practitioners should seek advice when they foresee new elements or significant changes in their DDR processes (e.g., when a new type of activity or new partners are involved). It is important to know where, and how, such advice may be requested and obtained. Familiarity with the legal office in-country and having clear channels of communication for seeking expeditious advice from headquarters are critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 3, - "Heading1": "4. General guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should have a common, agreed approach in order to ensure coherence amongst UN system-supported DDR processes and coordination among the various UN system actors that are conducting DDR in a particular context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1166, - "Score": 0.253546, - "Index": 1166, - "Paragraph": "The impact of DDR on the political landscape is influenced by the context, the history of the conflict, and the structures and motivations of the warring parties. Some armed groups may have few political motivations or demands. Others, however, may fight against the State, seeking political power. Armed conflict may also be more localized, linked to local politics and issues such as access to land. There may also be complex interactions between political dynamics and conflict drivers at the local, national and regional levels.In order to support a peaceful resolution to armed conflict, DDR practitioners can support the mediation, oversight and implementation of peace agreements. Local- level peace agreements may take many forms, including (but not limited to) local non- aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements. National-level peace agreements may also vary, ranging from cease- fire agreements to Comprehensive Peace Agreements (CPAs) with provisions for the establishment of a political power-sharing system. In this context, the role of former warring parties in interim political institutions may include participation in the interim administration as well as in other political bodies or movements, such as being repre- sented in national dialogues. DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics. For example, armed groups may refuse to disarm and demobilize until they are sure that their political demands will be met. Having control over DDR processes can constitute a powerful political position, and, as a result, groups or individuals may attempt to manipulate these processes for political gain. Furthermore, during a con- flict armed groups may become politically empowered and can challenge established political systems and structures, create DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influence, and be influenced by, political dynamics. alternative political arrangements or take over functions usually reserved for the State, including as security providers. Measures to disband armed groups can provide space for the restoration of the State in places where it was previously absent, and therefore can have a strong impact upon the security and political environment.The political limitations of DDR should also be considered. Integrated DDR processes can facilitate engagement with armed groups but will have limited impact unless parallel efforts are undertaken to address the reasons why these groups felt it necessary to mobilize in the first place, their current and prospective security concerns, and their expectations for the future. Overcoming these political limitations requires recognition of the strong linkages between DDR and other aspects of a peace process, including broader political arrangements, transitional justice and reconciliation, and peacebuilding activities, without which there will be no sustainable peace. Importantly, national-level peace agreements may not be appropriate to resolve ongoing local-level conflicts or regional conflicts, and it will be necessary for DDR practitioners to develop strategies and select DDR-related tools that are appropriate to each level.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1616, - "Score": 0.253546, - "Index": 1616, - "Paragraph": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants. Groups and individuals shall not be coerced to participate. This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies. Although the UN does not generally engage in detention operations and DDR has traditionally been a voluntary process, the nature of conflict environments and the growing potential for overlap with State-led efforts countering violent extremism and counter-terrorism has increased the likelihood that the UN and other actors engaging in DDR may be faced with detention-related dilemmas. DDR practitioners should therefore pay particular attention to such questions when operating in complex conflict environments and seek legal advice if confronted with surrendered or captured combatants in overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. They should also be aware of requirements contained in Chapter VII resolutions of the Security Council that, among other things, call for Member States to bring terrorists to justice and oblige national authorities to ensure the prosecution of suspected terrorists as appropriate (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 754, - "Score": 0.251976, - "Index": 754, - "Paragraph": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC). These official requests will typically ask for assistance to address particular issues. If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response. However, it is important to note that in non-mission settings, there may already be instances where community-based programming at local levels is used, but not as a DDR-related tool. These latter types of responses are anchored under Agenda 2030 and the United Nations Sustainable Development Cooperation Framework (UNSDCF), and have links to much broader issues of rule of law, community security, crime reduction, armed vio- lence reduction and small arms control. If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.In non-mission settings there may not always be a National DDR Commission to provide direct inputs into CVR planning and programming. However, alternative interlocutors should be sought \u2013 including relevant line ministries and departments \u2013 in order to ensure that the broad strategic direction of the CVR programme is aligned with relevant national and regional stabilization objectives.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.2 Non-mission settings", - "Heading4": "", - "Sentence": "If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1044, - "Score": 0.25, - "Index": 1044, - "Paragraph": "A Member State\u2019s international obligations are usually translated into domestic legislation. A Member State\u2019s domestic legislation has effect within the territory of that Member State.In order to determine a DDR participant\u2019s immediate rights and freedoms in the Member State, and/or to find the domestic basis, within the State, to ensure the protection of the rights of DDR participants and beneficiaries, the DDR practitioner will have to look towards the specific context of the Member State, i.e., the Member State\u2019s international obligations and its domestic legislation. This is despite the fact that the UN DDR practitioner is guided by the international law principles set out above in the conduct of the Organization\u2019s activities, or that the DDR practitioner may wish to engage with Member States to ensure that their treatment of DDR participants and beneficiaries is in line with their international obligations.For example, the following issues would usually be addressed in a Member State\u2019s domestic legislation, in particular its constitution and criminal procedure code: \\n Length of pretrial detention; \\n Due process rights; \\n Protections and procedure with regard to investigations and prosecutions of alleged crimes, and \\n Criminal penaltiesSimilarly, in order to understand how the Member State has decided to implement the above Security Council resolutions on counter-terrorism, as well as relevant resolutions on organized crimes, DDR practitioners will have to look towards domestic legislation, in particular, to understand the acts that would constitute crimes in the Member State in which they work.For the purposes of DDR, it is thus important to have an understanding of the Member State that the UN DDR practitioner is operating in, in particular, 1) the Member State\u2019s international obligations, including the international conventions that the Member State has signed and ratified; and 2) the relevant protections provided for under the Member State\u2019s domestic legislation that the UN DDR practitioner can rely upon to help ensure the protection of DDR participants\u2019 rights and freedomsSpecific guiding principles \\n DDR practitioners should be aware of the international conventions that the Member State, in which they operate, has signed and ratified. \\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation. \\n DDR practitioners may wish to rely on domestic legislation to secure the rights and freedoms of DDR participants and beneficiaries within the Member State, as appropriate and necessaryRed line \\n DDR practitioners shall respect the national laws of the host State. If there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner should seek legal advice.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 19, - "Heading1": "4. General guiding principles", - "Heading2": "4.3 Member States\u2019 international obligations and domestic legal framework ", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1251, - "Score": 0.25, - "Index": 1251, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing. In these contexts, DDR practitioners will need to assess how their interventions may affect local, national, regional and international political dynamics. For example, will the implementation of CVR projects contribute to the restoration and reinvigoration of (dormant) local government (see IDDRS 2.30 on Community Violence Reduction)? Will local-level interventions impact political dynamics only at the local level, or will they also have an impact on national-level dynamics?In conflict settings, DDR practitioners should also assess the political dynamics created by the presence of multiple armed groups. Complex contexts involving multiple armed groups can increase the pressure for a peace agreement to succeed (including through successful DDR and the transformation of armed groups into political parties) if this provides an example and an incentive for other armed groups to enter into a negotiated solution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.5 DDR in conflict contexts or in contexts with multiple armed groups", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1149, - "Score": 0.242536, - "Index": 1149, - "Paragraph": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes. It discusses the role of DDR practitioners in the negotiation of local and na- tional peace agreements, the role of transitional and final security arrangements, and how practitioners may work to generate political will for DDR among warring parties. Finally, this chapter discusses the transformation of armed groups into political parties and the political dynamics of DDR in active conflict settings.1", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1707, - "Score": 0.242536, - "Index": 1707, - "Paragraph": "While DDR programmes last for a specific period of time that includes the immediate post-conflict situation and the transition and early recovery periods, other aspects of DDR may need to be continued, albeit in a different form. DDR-related tools can be initiated after DDR programmes, such as when the disarmament of armed groups is followed by community-based weapons and ammunition management. Reintegration assistance also becomes an integral part of recovery and development. To ensure a smooth transition from one stage to another, an exit strategy should be defined as soon as possible, and should focus on how integrated DDR will seamlessly transform into broader and/or longer-term development strategies, such as security sector reform, violence prevention, socio-economic recovery, national reconciliation, peacebuilding, gender equality and poverty reduction.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 27, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.4. Transition and exit strategies", - "Heading4": "", - "Sentence": "DDR-related tools can be initiated after DDR programmes, such as when the disarmament of armed groups is followed by community-based weapons and ammunition management.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1276, - "Score": 0.237171, - "Index": 1276, - "Paragraph": "In some instances, integrated DDR processes should be closely linked to other parts of a peace process. For example, DDR programmes may be connected to security sector reform and transitional justice (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on Transitional Justice and DDR). Unless these other activities are clear, the signatories cannot decide on their participation in DDR with full knowledge of the options available to them and may block the process. Donors and other partners may also find it difficult to support DDR processes when there are many unknowns. It is therefore important to ensure that stakeholders have a minimum level of under- standing and agreement on other related activities, as this will affect their decisions on whether or how to participate in a DDR process.Information on associated activities is usually included in a CPA; however, in the absence of such provisions, the push to disarm and demobilize forces combined with a lack of certainty on fundamental issues such as justice, security and integration can un- dermine confidence in the process. In such cases an assessment should be made of the opportunities and risks of starting or delaying a DDR process, and the consequences shall be made clear to UN senior leadership, who will take a decision on this. If the de- cision is to postpone a programme, donors and budgeting bodies shall be kept informed. There may also be a need to link local and national conflict resolution and media- tion so that one does not undermine the other.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.3 Building and ensuring integrated DDR processes ", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, DDR programmes may be connected to security sector reform and transitional justice (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on Transitional Justice and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 570, - "Score": 0.235702, - "Index": 570, - "Paragraph": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body. Eligibility criteria shall be developed and communicated in the most transparent man- ner possible. This is because eligibility and ineligibility can become a source of com- munity tension and conflict. Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place. Some frameworks may require the surrender of a weapon as a precondition for partic- ipation in a CVR programme (see IDDRS 4.11 on Transitional Weapons and Ammuni- tion Management). Furthermore, when members of armed groups that are not signa- tory to a peace agreement are being considered for inclusion in CVR programmes, the status of these individuals and armed groups must be analysed and specified in order to mitigate any risks. If the individuals being considered for inclusion in a CVR pro- gramme have voluntarily left an armed group designated as a terrorist organization by the United Nations Security Council, DDR practitioners shall incorporate proper screening mechanisms and criteria to identify suspected terrorists (for further infor- mation on specific requirements for children refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR). Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in CVR programmes (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Criteria for participation/eligibility", - "Heading3": "", - "Heading4": "", - "Sentence": "Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1377, - "Score": 0.235702, - "Index": 1377, - "Paragraph": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage. The following political sensitivities should be taken into account:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1246, - "Score": 0.229416, - "Index": 1246, - "Paragraph": "National-level peace agreements will not always put an end to local-level conflicts. Local agendas \u2013 at the level of the individual, family, clan, municipality, community, district or ethnic group \u2013 can at least partly drive the continuation of violence. Some incidents of localized violence, such as clashes between rivals over positions of tradi- tional authority between two clans, will require primarily local solutions. However, other types of localized armed conflict may be intrinsically linked to the national level, and more amenable to top-down intervention. An example would be competition over political roles at the subfederal or district level. Experience shows that international interventions often neglect local mediation and conflict resolution, focusing instead on national-level cleavages. However, in many instances a combination of local and national conflict or dispute resolution mechanisms, including traditional ones, may be required. For these reasons, local political dynamics should be assessed.In addition to these local- and national-level dynamics, DDR practitioners should also understand and address cross-border/transnational conflict causes and dynamics, including their gender dimensions, as well as the interdependencies of armed groups with regional actors. In some cases, foreign armed groups may receive support from a third country, have bases across a border, or draw recruits and support from commu- nities that straddle a border. These contexts often require approaches to repatriate for- eign combatants and persons associated with foreign armed groups. Such programmes should be accompanied by reintegration support in the former combatant\u2019s country of origin (see also IDDRS 5.40 on Cross-Border Population Movements).Regional dimensions may also involve the presence of regional or international forces operating in the country. Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed. DDR processes are voluntary and shall not be conflated with counter-insurgency operations or used to achieve counter-insurgency objectives.The conflict may also have international links beyond the immediate region. These may include proxy wars, economic interests, and political support to one or several groups, as well as links to organized crime networks. Those involved may have specific inter- ests to protect in the conflict and might favour one side over the other, or a specific out- come. DDR processes will not usually address these factors directly, but their success may be influenced by the need to engage politically or otherwise with these external actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 10, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.4 Local, national, regional and international dynamics", - "Heading4": "", - "Sentence": "Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1655, - "Score": 0.229416, - "Index": 1655, - "Paragraph": "Integrated DDR needs to be flexible and context-specific in order to address national, regional, and global realities. DDR should consider the nature of armed groups, conflict drivers, peace opportunities, gender dynamics, and community dynamics. All UN or UN-supported DDR interventions shall be designed to take local conditions and needs into account. The IDDRS provide DDR practitioners with comprehensive guidance and analytical tools for the planning and design of DDR rather than a standard formula that is applicable to every situation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "The IDDRS provide DDR practitioners with comprehensive guidance and analytical tools for the planning and design of DDR rather than a standard formula that is applicable to every situation.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1842, - "Score": 0.229416, - "Index": 1842, - "Paragraph": "Reintegration support can play an important role in sustaining peace, even when a peace agreement has not yet been negotiated or signed. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. Therefore, in order to support, and strengthen, the foundation for sustainable peace, the reintegration of ex-combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. As individuals may leave armed forces and groups during all phases of armed conflict, the need to support them should be considered at all times, even in the absence of a DDR programme. This may mean providing support to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.As part of the sustaining peace approach, support to reintegration should be designed and carried out to contribute to dynamics that aim to prevent future recruitment. In this regard, opportunities should be seized to prevent relapse into armed conflict, including by tackling root causes and understanding peace dynamics. Armed conflict may be the result of a combination of root causes including exclusion, inequality, discrimination and other violations of human rights, including women\u2019s rights. While these challenges cannot be fully addressed through reintegration support, community-based reintegration support that is well integrated into local and national development efforts is likely to contribute to addressing the root causes of conflict and, as such, contribute to sustaining peace. It is also important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. Sustaining peace seeks to reclaim the concept of peace in its own right, by acknowledging that the existing capacities for peace, i.e., the structures, attitudes and institutions that sustain peace, should be strengthened not only in situations of conflict, but even in peaceful settings. This strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.Inclusion is also an important part of reintegration support as part of the sustaining peace approach. Exclusion and marginalization, including gender inequalities, are key drivers of violent conflict. Community-owned and -led approaches to reintegration support that are inclusive and integrate a gender perspective, specifically addressing the needs of women, youth, disabled persons, ethnic minorities and indigenous groups have a positive impact on a country\u2019s capacity to manage and avoid conflict, and ultimately on the sustainability of peace processes. Empowering the voices and capacities of women and youth in the planning and design of reintegration programmes contributes to addressing conflict drivers, socioeconomic and gender inequalities, and youth disenchantment. Additionally, given that national-level peace processes are not always possible, opportunities to leverage reintegration support, particularly around social cohesion through local peace processesbetween groups and communities, can be sought through local governance initiatives, such as participatory budgeting and planning.The UN\u2019s sustaining peace approach calls for the breaking of operational silos. The joint analysis, planning and management of ongoing programmes helps to ensure the sustainability of collectively defined reintegration outcomes. This process also serves as an entry point for innovative partnerships and the contextually anchored flexible approaches that are needed. For effective reintegration support as part of sustaining peace, it is essential to draw on capacities across and beyond the UN system in support of local and national authorities. DDR practitioners and others involved in developing and managing this support should recognize that community authorities may be the frontline responders who lay the foundation for peace and development. Innovative financing sources and partnerships should be sought, and funding partners should pay particular attention to increasing, restructuring and prioritizing the financing of reintegration support.In light of the above, reintegration support as part of sustaining peace should focus on: \\n The enhancement of capacities for peace. \\n The adoption of a clear definition of reintegration outcomes within the humanitarian- development-peace nexus, recognizing the strong interconnectedness between and among the three pillars. \\n Efforts to actively break out of institutional silos, eliminating fragmentation and contributing to a comprehensive, coordinated and coherent DDR process. \\n The application of a gender lens to all reintegration support. The rationale is that men and women, boys and girls, have differentiated needs, aspirations, capacities and contributions. \\n The importance of strengthening resilience during reintegration support. Individuals, communities, countries and regions lay the foundations for resilience to stresses and shocks associated with insecure environments through the development of local and national development plans, including national action plans on UN Security Council Resolution 1325. \\n The consistent implementation of monitoring and evaluation across all phases of the peace continuum with a focus on cross-sectoral approaches that emphasize collective programming outcomes. \\n The development of innovative partnerships to achieve reintegration as part of sustaining peace, based on whole-of-government and whole-of-society approaches, involving ex-combatants, persons formerly associated with armed forces and groups and their families, as well as receiving communities. \\n The engagement of the private sector in the creation of economic opportunities, fostering capacities of local small and medium-sized enterprises, as well as involving international private- sector investment in reintegration opportunities, where appropriate.For reintegration programmes to play their role in sustaining peace effectively, DDR practitioners and others involved in the planning and implementation of reintegration support should ensure that they: \\n Have a shared understanding of the drivers of a specific conflict, as well as the risks faced by individuals who are reintegrating and their receiving communities and countries; \\n Conduct joint analysis and monitoring and evaluation allowing for the development of strategic approaches that can strengthen peace and resilience; \\n Align with the women, peace and security agenda, ensuring that gender considerations are front and centre in reintegration support; \\n Have a shared understanding of the importance of youth in all efforts towards peace and security; \\\n Foster collective ownership by local authorities and other stakeholders that is anchored in local and national development plans \u2013 the international community shall play a supporting role and avoid creating parallel structures; \\n Create the long-term partnerships necessary for sustaining peace through the development of local institutional capacity, adaptive programming that is responsive to the context, and adequate human and financial resources.Additionally, as part of the conflict prevention and peacebuilding agenda, reintegration processes should be linked more deliberately with development programming. For instance, the 2030 Agenda for Sustainable Development provides a universal, multi-stakeholder, multi-sector set of goals adopted by all UN Member States in 2015. The Agenda includes 17 sustainable development goals (SDGs) covering poverty, food security, education, health care, justice and peace for which strategies, policies and plans should be developed at the national level and against which progress should be measured. The human and economic cost of armed conflict globally requires all stakeholders to work collaboratively in supporting Member States to achieve the SDGs; with all those concerned with development providing support to prevention agendas through targeted and sustained engagement at the national and regional levels.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 13, - "Heading1": "4. Reintegration as part of sustaining peace", - "Heading2": "4.1 The Sustaining Peace Approach", - "Heading3": "", - "Heading4": "", - "Sentence": "As individuals may leave armed forces and groups during all phases of armed conflict, the need to support them should be considered at all times, even in the absence of a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 845, - "Score": 0.228748, - "Index": 845, - "Paragraph": "A variety of actors in the UN system support DDR processes within national contexts. In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks. This framework includes international humanitarian law, international human rights law, international criminal law, and international refugee law, as well as the international counter-terrorism and arms control frameworks. UN system-supported DDR processes should be implemented in a manner that ensures that the relevant rights and obligations under the international legal framework are respected.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1306, - "Score": 0.223607, - "Index": 1306, - "Paragraph": "In some cases, preliminary ceasefires may be agreed to prior to a final agreement. These aim to create a more conducive environment for talks to take place. DDR provi- sions are not included in such agreements.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.1 Preliminary ceasefires", - "Heading4": "", - "Sentence": "DDR provi- sions are not included in such agreements.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1496, - "Score": 0.223607, - "Index": 1496, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1566, - "Score": 0.223607, - "Index": 1566, - "Paragraph": "The UN has been involved in integrated DDR across the peace continuum since the late 1980s. During the past 25 years, the UN has amassed considerable experience and knowledge of the coordination, design, implementation, financing, and monitoring and evaluation of DDR programmes. Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present. Integrated DDR originates from various parts of the UN\u2019s core mandate, as set out in the Charter of the UN, particularly the areas of peace and security, economic and social development, human rights and humanitarian assistance.UN departments, agencies, programmes and funds are uniquely able to support integrated DDR processes both in mission settings, where peace operations are in place, and in non-mission settings, where there is no peace operation present, providing breadth of scope, neutrality, impartiality and capacity-building through the sharing of technical DDR skills.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1629, - "Score": 0.223607, - "Index": 1629, - "Paragraph": "The unconditional and immediate release of children associated with armed forces and groups must be a priority, irrespective of the status of peace negotiations and/ or the development of DDR programmes and DDR-related tools. UN-supported DDR interventions shall not be allowed to encourage the recruitment of children into armed forces and groups in any way, especially by commanders trying to increase the number of combatants entering DDR programmes in order to profit from assistance provided to combatants. When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. Children will then be supported to demobilize and reintegrate into families and communities (see IDDRS 5.30 on Children and DDR). Only child protection practitioners should interview children associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 21, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.2. Unconditional release and protection of children", - "Heading4": "", - "Sentence": "When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1828, - "Score": 0.223607, - "Index": 1828, - "Paragraph": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic, political and security dimensions. It may be influenced by factors such as the choices and capacities of individuals to shape a new life, the security situation and perceptions of security, family and support networks, and the psychological well-being of combatants and the wider community. Reintegration processes are part of the development of a country. Facilitating reintegration is therefore primarily the responsibility of national Governments and their institutions, with the international community playing a supporting role if requested.Supporting ex-combatants and persons formerly associated with armed forces and groups to sustainably reintegrate into civilian life is seen as the most complex part of the DDR process in both mission and non- mission contexts. Ex-combatants and those formerly associated with armed forces and groups find themselves, willingly or not, separated from command structures and support networks. The conflict-affected communities to which these individuals return are often characterized by weakened governance, lack of social cohesion, damaged economies and insecurity. In some instances, individuals may re-enter societies and communities that are unfamiliar to them, and which have been significantly affected by extended periods of conflict. The acceptance of ex-combatants and persons formerly associated with armed forces and groups by receiving communities is essential and is linked to perceptions of fair treatment, including towards victims, ex-combatants and other conflict-affected groups.Reintegration support can be provided to address different elements of the reintegration process, ranging from socioeconomic challenges to the psychosocial aspects of reintegration. Support can also be provided in order to mitigate destabilizing factors, such as social exclusion and stigmatization, the harmful use of alcohol and drugs and other physical and psychosocial trauma, political disenfranchisement and insecurity. A robust and evidence-based theory of change should underpin the contribution of reintegration support to the overall reduction of armed violence sought by Sustainable Development Goal 16. This will allow those working on reintegration support, across different institutions and with different programming approaches, to identify the collective outcomes that reintegration programmes are aiming to achieve. The various types of reintegration support and the different modalities of its provision are outlined in IDDRS 4.30 on Reintegration. It should be noted, however, that the support provided by a reintegration programme should not be expected to match the breadth, depth or duration of individual reintegration processes, nor the longer-term recovery and development process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 12, - "Heading1": "4. Reintegration as part of sustaining peace", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration processes are part of the development of a country.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 849, - "Score": 0.220863, - "Index": 849, - "Paragraph": "This module aims to provide an overview of the international legal framework that may be relevant to UN system-supported DDR processes. Unless otherwise stated, in this module, the term \u201cDDR practitioners\u201d refers only to DDR practitioners within the UN system, namely the United Nations (UN), its subsidiary organs, country offices and field missions, as well as UN specialized agencies and related organizations.This module is intended to sensitize DDR practitioners within the UN system to the legal issues that should be considered, and that may arise, when developing or implementing a DDR process. This sensitization is done so that DDR practitioners will be conscious of when to reach out to an appropriate, competent legal office to seek legal advice. Each section thus contains guiding principles and some red lines, where they exist, to highlight issues that DDR practitioners should be aware of. Guiding principles seek to provide direction, while red lines indicate boundaries that DDR practitioners should not cross. If it is possible that a red line might be crossed, or if a red line has been crossed inadvertently, legal advice should be sought immediately.This module should not be relied upon to the exclusion of legal advice in a specific case or context. In situations of doubt with regard to potential legal issues, or to the application or interpretation of a particular legal rule, advice should always be sought from the competent legal office of the relevant entity, who may, when and as appropriate, refer it to their relevant legal office at headquarters.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Unless otherwise stated, in this module, the term \u201cDDR practitioners\u201d refers only to DDR practitioners within the UN system, namely the United Nations (UN), its subsidiary organs, country offices and field missions, as well as UN specialized agencies and related organizations.This module is intended to sensitize DDR practitioners within the UN system to the legal issues that should be considered, and that may arise, when developing or implementing a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1604, - "Score": 0.218797, - "Index": 1604, - "Paragraph": "When the preconditions are in place, the UN may support the establishment of DDR programmes. Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances. National institutions should be supported to determine the policy on direct benefits and reintegration assistance during a DDR programme.Civilians and civil society groups in communities to which members of the above-mentioned groups will return should be consulted during the planning and design phase of DDR programmes, as well as informed and supported in order to assist them to receive ex-combatants and their dependents/families during the reintegration phase.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.2 When the preconditions for a DDR programme are in place", - "Heading3": "", - "Heading4": "", - "Sentence": "Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1288, - "Score": 0.213201, - "Index": 1288, - "Paragraph": "It is important for the parties to a peace agreement to have a common understanding of what DDR involves, including the gender dimensions and requirements and pro- tections for children. This may not always be the case, especially if the stakeholders have not all had the same opportunity to learn about DDR. This is particularly true for groups that may be difficult to access because of security or geography, or because they are considered \u2018off limits\u2019 due to their ideology. The ability to hold meaningful dis- cussions on DDR may therefore require capacity-building with the parties to balance the levels of knowledge and ensure a common understanding of the process. In con- texts where DDR has been implemented before, this history can affect perceptions of future DDR activities, and there may be a need to review and manage expectations and clarify differences between past and planned processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 13, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.4 Ensuring a common understanding of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "In con- texts where DDR has been implemented before, this history can affect perceptions of future DDR activities, and there may be a need to review and manage expectations and clarify differences between past and planned processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1311, - "Score": 0.213201, - "Index": 1311, - "Paragraph": "DDR programmes are often the result of a CPA that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals.As illustrated in Diagram 1 below, CPAs usually include several chapters or annexes addressing different substantive issues. \\n The first three activities under \u201cCeasefire and Security Arrangements\u201d are typically part of the ceasefire process. The cantonment of forces, especially when cantonment sites are also used for DDR activities, is usually the nexus between the ceasefire and the \u201cfinal security arrangements\u201d that include DDR and SSR (see section 7.5).Ceasefires usually require the parties to provide a declaration of forces for moni- toring purposes, ideally disaggregated by sex and including information regarding the presence of WAAFG, CAAFG, abductees, etc. This declaration can provide important planning information for DDR practitioners and, in some cases, negotiated agreements may stipulate the declared number of people in each movement that are expected to participate in a DDR process. Likewise, the assembly or cantonment of forces may provide the opportunity to launch disarmament and demobilization activities in assembly areas, or, at a minimum, to provide information outreach and a preliminary registra- tion of personnel for planning purposes. Outreach should always include messages about the eligibility of female DDR participants and encourage their registration.Discussions on the disengagement and withdrawal of troops may provide infor- mation as to where the process is likely to take place as well as the number of persons involved and the types and quantities of weapons and ammunition present.In addition to security arrangements, the role of armed groups in interim political institutions is usually laid out in the political chapters of a CPA. If political power-sharing systems are set up straight after a conflict, these are the bodies whose membership will be negotiated during a peace agreement. Transitional governments must deal with critical issues and processes resulting from the conflict, including in many cases DDR. It is also these bodies that may be responsible for laying the foundations of longer-term political structures, often through activities such as the review of constitutions, the holding of national political dialogues and the organization of elections. Where there is also a security role for these actors, this may be established in either the political or security chapters of a CPA.Political roles may include participation in the interim administration at all levels (central Government and regional and local authorities) as well as in other political bodies or movements such as being represented in national dialogues. Security areas of consideration might include the need to provide security for political actors, in many cases by establishing protection units for politicians, often drawn from the ranks of their combatants. It may also include the establishment of interim security systems that will incorporate elements from armed forces and groups (see section 7.5.1)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.2 Comprehensive Peace Agreements", - "Heading4": "", - "Sentence": "This declaration can provide important planning information for DDR practitioners and, in some cases, negotiated agreements may stipulate the declared number of people in each movement that are expected to participate in a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1693, - "Score": 0.208514, - "Index": 1693, - "Paragraph": "Given that DDR is aimed at groups who are a security risk and is implemented in fragile security environments, both risks and operational security and safety protocols should be decided on before the planning and implementation of activities. These should include the security and safety needs of UN and partner agency personnel involved in DDR operations, DDR participants (who will have many different needs) and members of local communities. Security and other services must be provided either by UN military and/or a UN police component or national police and security forces. Security concerns should be included in operational plans, and clear criteria, in line with the UN Programme Criticality Framework, should be established for starting, delaying, suspending or cancelling activities and/or operations, should security risks be too high.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.1. Safety and security", - "Heading4": "", - "Sentence": "These should include the security and safety needs of UN and partner agency personnel involved in DDR operations, DDR participants (who will have many different needs) and members of local communities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1186, - "Score": 0.206041, - "Index": 1186, - "Paragraph": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required. In mission settings, such analyses are undertaken by UN peace operations, special political missions or offices. In non-mission settings, contextual analysis forms an integral part of the United Nations Sustainable Development Cooperation Framework (UNSDCF) process.In both mission and non-mission settings, the analysis of the political dynamics of a DDR process forms just one part of a broader situational analysis. It may therefore be linked to conflict and development analysis (CDA) or other analysis that is requested/ mandatory in the UN system. The sections immediately below focus only on the contex- tual analysis of the political dynamics of DDR processes. This type of analysis should examine the following factors:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "", - "Heading4": "", - "Sentence": "In non-mission settings, contextual analysis forms an integral part of the United Nations Sustainable Development Cooperation Framework (UNSDCF) process.In both mission and non-mission settings, the analysis of the political dynamics of a DDR process forms just one part of a broader situational analysis.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1268, - "Score": 0.204124, - "Index": 1268, - "Paragraph": "Participation in peacetime politics may be a key demand of groups, and the opportu- nity to do so may be used as an incentive for them to enter into a peace agreement. If armed groups, armed forces or wartime Governments are to become part of the political process, they should transform themselves into entities able to operate in a transitional political administration or an electoral system.Leaders may be reluctant to give up their command and therefore lose their political base before they are able to make the shift to a political party that can re- ab- sorb this constituency. At the same time, they may be unwilling to give up their wartime structures until they are sure that the political provisions of an agreement will be implemented.DDR processes should consider the parties\u2019 political motivations. Doing so can reassure armed groups that they can retain the ability to pursue their political agen- das through peaceful means and that they can therefore safely disband their military structures.The post-conflict demilitarization of politics and institutions goes beyond DDR practitioners\u2019 mandates, yet DDR processes should not ignore the political aspirations of armed groups and their members. Such aspirations may include participating in political life by being able to vote, being a member of a political party that represents their ideas and aims, or running for office.For some armed groups, participation in politics may involve transformation into a political party, a merger or alignment with an existing party, or the candidacy of former members in elections.The transformation of an armed group into a political party may appear to be incompatible with the aim of disbanding military structures and breaking their chains of command and control because a political party may seek to build upon wartime com- mand structures. Practitioners and political leaders need to consider the effects of a DDR process that seeks to disband and break the structures of an armed group that aims to become a political party. Attention should be paid as to whether the planned DDR pro- cess could help or hinder this transformation and whether this could support or undermine the wider peace process. DDR processes may need to be adapted accordingly.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.1 The political aspirations of armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes may need to be adapted accordingly.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1355, - "Score": 0.204124, - "Index": 1355, - "Paragraph": "Transitional security arrangements vary in scope depending on the context, levels of trust and what might be acceptable to the parties. Options that might be considered include: \\n Acceptable third-party actor(s) who are able to secure the process. \\n Joint units, patrols or operations involving the parties to a conflict, often alongside a third-party presence (see also IDDRS 4.11 on Transitional Weapons and Ammu- nition Management). \\n Local security actors such as community police who are acceptable to the commu- nities and to the actors, as they are considered neutral and not a force brought in from outside. \\n Deployment of national police. Depending on the situation, this may have to occur with prior consent for any operations within a zone or be done alongside a third-party actor.Transitional security structures may require the parties to act as a security pro- vider during a period of political transition. This may happen prior to or alongside DDR programmes. This transition phase is vital for building confidence at a time when warring parties may be losing their military capacity and their ability to defend them- selves. This transitional period also allows for progress in parallel political, economic or social tracks. There is, however, often a push to proceed as quickly as possible to the final security arrangements and a normalization of the security scene. Consequently, DDR may take place during the transition phase so that when this comes to an end the armed groups have been demobilized. This may mean that DDR proceeds in advance of other parts of the peace process, despite its success being tied to progress in these other areas.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 18, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.1 Transitional security", - "Heading4": "", - "Sentence": "This may happen prior to or alongside DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5567, - "Score": 0.603023, - "Index": 5567, - "Paragraph": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization. It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme. Reinsertion assistance should be planned to pave the way for reintegration support and should consist of time-bound, basic benefits delivered for up to 12 months. In mission settings, reinsertion assistance may be funded from the UN peacekeeping operation\u2019s assessed budget.This kind of transitional assistance may be provided in a number of different ways, including: \\n Cash-based transfers; \\n Commodity vouchers; \\n In-kind support; and \\n Public works programmesCash-based transfers include cash; digital transfers, such as payments made to mobile phones (\u2018mobile money transfers\u2019); and value vouchers. Value vouchers \u2013 also known as gift cards or stamps \u2013 provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. Vouchers may also be commodity-based \u2013 i.e., tied to a predefined quantity of given commodities, for example, food (see IDDRS 5.50 on Food Assistance in DDR). Commodities may also be provided directly as in-kind support. In-kind support may take various forms, including food or \u2018reinsertion kits\u2019. The latter are often composed of materials linked to job training or future employment, such as fishing kits and agricultural tools. Finally, public works programmes create temporary opportunities for demobilized individuals to receive cash, vouchers or food/other commodities as part of a reinsertion package. In some cases, reinsertion support may also be provided in the form of vocational training and/or income-generating opportunities. For guidance on these latter two options, see IDDRS 4.30 on Reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3946, - "Score": 0.566947, - "Index": 3946, - "Paragraph": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). When transitional WAM and rein- tegration support are linked as part of a DDR programme, ex-combatants will have already been disarmed and demobilized. In contexts where there is no DDR programme, combatants may leave armed groups during active conflict and return to their com- munities, taking their weapons and ammunition with them or hiding them in weap- ons caches. In both scenarios, ex-combatants may return to communities where levels of weapons and ammunition possession are high. It may therefore be necessary to coherently combine the transitional WAM measures listed in Table 1 with reintegration support as part of a single programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Transitional WAM and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5458, - "Score": 0.566947, - "Index": 5458, - "Paragraph": "The activities outlined below should be carried out during the demobilization component of a DDR programme. These activities can be conducted at either semi-permanent or temporary demobilization sites.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The activities outlined below should be carried out during the demobilization component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3826, - "Score": 0.533002, - "Index": 3826, - "Paragraph": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool. This sub-module, which should be read as a complement to IDDRS 4.10 on Disarmament, aims to equip DDR practitioners with the basic legal, programmatic and technical knowledge to de- sign and implement safe and effective transitional WAM in both mission and non-mis- sion contexts.This sub-module also provides guidance on how transitional WAM implemented as part of a DDR process should align with and reinforce security sector reform (SSR), as well as national small arms and light weapons (SALW) control strategies.When collecting, registering, storing, transporting, and disposing of weapons, ammunition and explosives during transitional WAM the core guidelines outlined in IDDRS 4.10 on Disarmament apply. As such, DDR-related transitional WAM should always adhere to United Nations standards and guidelines, namely the Modular small- arms-control Implementation Compendium (MOSAIC) and International Ammunition Technical Guidelines (IATG).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5254, - "Score": 0.5, - "Index": 5254, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5566, - "Score": 0.474342, - "Index": 5566, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5210, - "Score": 0.474342, - "Index": 5210, - "Paragraph": "Demobilization occurs when members of armed forces and groups transition from military to civilian life. It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict. Demobilization operations shall be designed for combatants and persons associated with armed forces and groups. Female combatants and women associated with armed forces and groups have traditionally faced obstacles to entering DDR programmes, so particular attention should be given to facilitating their access to reinsertion and reintegration support. Victims, dependants and community members do not participate in demobilization activities. However, where dependants have accompanied armed forces or groups, provisions may be made for them during demobilization, including for their accommodation or transportation to their communities. All demobilization operations shall be gender and age sensitive, nationally and locally owned, context specific and conflict sensitive.Demobilization must be meticulously planned. Demobilization operations should be preceded by an in-depth assessment of the location, number and type of individuals who are expected to demobilize, as well as their immediate needs. A risk and security assessment, to identify threats to the DDR programme, should also be conducted. Under the leadership of national authorities, rigorous, unambiguous and transparent eligibility criteria should be established, and decisions should be made on the number, type (semi-permanent or temporary) and location of demobilization sites.During demobilization, potential DDR participants should be screened to ascertain if they are eligible. Mechanisms to verify eligibility should be led or conducted with the close engagement of the national authorities. Verification can include questions concerning the location of specific battles and military bases, and the names of senior group members. If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme. Once eligibility has been established, basic registration data (name, age, contact information, etc.) should be entered into a case management system.Individuals who demobilize should also be provided with orientation briefings, physical and psychosocial health screenings and information that will support their return to the community. A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization. During demobilization, DDR practitioners should also conduct a profiling exercise to identify obstacles that may prevent those eligible from full participation in the DDR programme, as well as the specific needs and ambitions of the demobilized. This information should be used to inform planning for reinsertion and/or reintegration support.If reinsertion assistance is foreseen as the second stage of the demobilization operation, DDR practitioners should also determine an appropriate transfer modality (cash-based transfers, commodity vouchers, in-kind support and/or public works programmes). As much as possible, reinsertion assistance should be designed to pave the way for subsequent reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3399, - "Score": 0.458831, - "Index": 3399, - "Paragraph": "DDR processes include two main arms control components: (a) disarmament as part of a DDR programme and (b) transitional weapons and ammunition management (WAM). This module provides DDR practitioners with practical standards for the planning and implementation of the disarmament component of a DDR programme in contexts where the preconditions for such programmes are present. These preconditions include a negotiated ceasefire and/or peace agreement, sufficient trust in the peace process, willingness of the parties to the armed conflict to engage in DDR and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR). Transitional WAM in support of DDR processes is covered in IDDRS 4.11 on Transitional Weapons and Ammunition Management. The linkages between disarmament as part of a DDR programme and Security Sector Reform are covered in IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes include two main arms control components: (a) disarmament as part of a DDR programme and (b) transitional weapons and ammunition management (WAM).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3923, - "Score": 0.452911, - "Index": 3923, - "Paragraph": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme. The eligibility criteria for both will therefore be the same and could require individu- als, among other things, to prove that they have combatant status and are in possession of a serviceable manufactured weapon or a certain quantity of ammunition (see IDDRS 4.10 on Disarmament). The eligibility criteria shall be gender-responsive and not dis- criminate against women. Depending on the specific circumstances, individuals who do not meet the eligibility criteria could be enrolled in a CVR programme (see IDDRS 2.30 on Community Violence Reduction).While most materiel should be handed in during the disarmament phase of a DDR programme, pre-DDR offers DDR practitioners the opportunity to better understand the quantity and types of materiel that armed groups possess and to collect, register and manage such materiel.Depending on the context, pre-DDR can include the handing over of weapons and ammunition by members of armed groups and armed forces. In order to avoid confu- sion, this phase could be named \u2018Pre-disarmament\u2019 rather than \u2018Disarmament\u2019, which will take place at a point in the future.Pre-disarmament involves collecting, registering and storing materiel in a safe loca- tion. Depending on the context and agreements in place with armed forces and groups, pre-disarmament could focus on certain types of materiel, including larger crew- operated systems in contexts where warring parties are very well equipped. Hand- overs can be: \\n Temporary: Materiel is registered and stored properly but remains under the joint control of armed forces, armed groups and the United Nations through a dual-key system with well established roles and procedures; \\n Permanent: Materiel is handed over, registered and ultimately disposed of (see IDDRS 4.10 on Disarmament). \\n\\n In both cases, unsafe ammunition shall be destroyed, and all activities must be carried out in full transparency and with respect of safety and security procedures during the destruction process.Pre-disarmament should: \\n Build and strengthen the confidence of armed forces, armed groups and the civilian population in any future disarmament process and the wider DDR programme; \\n Reduce the circulation and visibility of weapons and ammunition; \\n Contribute to improved perceptions of peace and security; \\n Raise awareness about the dangers of illicit weapons and ammunition; \\n Build knowledge of armed groups\u2019 arsenals; \\n Allow DDR practitioners to identify and mitigate risks that may arise during the disarmament component of the future DDR programme, including through the planning and conduct of operational tests (see section 5.3 in IDDRS 4.10 on Disar- mament); \\n Encourage members of armed groups to voluntarily disarm and engage in a full DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 14, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.2 Pre-DDR and transitional WAM", - "Heading4": "", - "Sentence": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3846, - "Score": 0.447214, - "Index": 3846, - "Paragraph": "DDR processes are increasingly launched in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such situations, communities and individuals may take their own security measures, including through increased weapons ownership. Some armed groups may also be characterized as community self-defence forces or \u2018vigilante groups\u2019.The ownership of weapons, ammunition and explosives by individuals and armed groups carries a number of risks. For example, if armed groups store incompatible types of ammunition together then it may lead to explosions and surrounding loss of life. Furthermore, inadequately secured weapons and ammunition can facilitate inter-personal armed violence, including sexual and gender-based violence, as well as theft and diversion to the illicit market.In order to contribute to a more secure environment that is conducive to long-term stability, development and reconciliation, DDR practitioners may consider the use of transitional WAM. Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure. In both contexts, a multifaceted approach is required that addresses both the root causes of armed violence and the means through which that violence is perpetrated.Transitional WAM may therefore also be used in combination with programmes of Community Violence Reduction, particularly when these programmes include for- mer combatants or individuals at-risk of recruitment by armed groups (see IDDRS 2.30 on Community Violence Reduction). Finally, transitional WAM may also be used in combination with activities that support the reintegration of former combatants and persons formerly associated with armed groups (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3319, - "Score": 0.435194, - "Index": 3319, - "Paragraph": "Military components may also assist with transitional weapons and ammunition management (WAM) as part of pre-DDR, as part of community violence reduction, or as part of DDR support to transitional security arrangements. The precise roles and responsibilities to be played by military components in each of these scenarios should be outlined in a set of standard operating procedures for transitional WAM (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 9, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.3 Transitional weapons and ammunition management", - "Heading4": "", - "Sentence": "Military components may also assist with transitional weapons and ammunition management (WAM) as part of pre-DDR, as part of community violence reduction, or as part of DDR support to transitional security arrangements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4175, - "Score": 0.435194, - "Index": 4175, - "Paragraph": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization. These shorter- term aspects may include, but are not limited to, the travel and assembly of combatants, persons associated with armed forces and groups and dependants.In disarmament and demobilization sites (including encampments or cantonments), the gathering of large numbers of ex-combatants and persons formerly associated with armed forces and groups may create security risks. The mere presence of UN police personnel at disarmament and demobilization sites can help to reassure local communities. For example, regular FPU patrols in cantonment sites are a strong confidence-building initiative, providing a highly visible presence to deter crime and criminal activities. This presence also eases the burden on the military component of the mission, which can then concentrate on other threats to security and wider humanitarian support. Importantly, FPU engagement shall always be limited to the regular maintenance of law and order and shall not cross into high-risk matters of weapons security and military security. With that said, the outreach and mediation capabilities of UN police personnel may sometimes be deployed in such situations in order to defuse tensions.In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component (see IDDRS 4.40 on Military Roles and Responsibilities). State police shall proactively act to address criminal activities inside and in the immediate vicinity of disarmament and demobilization sites. However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected. The immediate deployment of an FPU, to operationally engage in crowd control and public order challenges, can serve to contain the situation with minimum use of force. In contrast, direct military engagement in these situations may lead to escalation and consequently to greater numbers of casualties and wider damage. If public order disturbances are foreseen, it may be necessary to plan in advance for the engagement of FPU contingents and place a request for a specific, temporary deployment, particularly if the FPU is not conveniently located in the area of the disarmament and/or demobilization site. If the situation does escalate to involve violence and the use of firearms, military units shall be alerted in order to be ready to support the FPU.In mission settings where an FPU is deployed, the presence of UN police personnel should be requested, as often as possible, when combatants assemble for disarmament and demobilization as part of a DDR programme. Duplicate records of the weapons and ammunition handed over should, wherever possible, be shared with UN police personnel for the purposes of (i) preservation of the records and (ii) weapons tracing. UN police personnel can also be requested to provide dynamic surveillance of weapons and ammunition storage sites, together with a perimeter to secure destruction operations. Furthermore, when weapons and ammunition are temporarily stored, as a form of confidence-building, UN police personnel can oversee the management of the double-key system or be entrusted with custody of one of the keys (see IDDRS 4.10 on Disarmament).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5460, - "Score": 0.433013, - "Index": 5460, - "Paragraph": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme. The objectives of screening are to: \\n Establish the eligibility of the potential DDR participant and register those who meet the criteria; \\n Weed out individuals trying to cheat the system, for example, those attempting to demobilize more than once in the hope of receiving additional benefits, or civilians trying to access demobilization benefits; \\n Identify DDR participants with specific requirements (children, youth, child mobilized\u2013adult demobilized, women, persons with disabilities and persons with chronic illnesses); and \\n Depending on the context, identify foreign combatants that need to be repatriated to their home countries (see IDDRS 5.40 on Cross-Border Population Movements).When combatants and persons associated with armed forces and groups report for a DDR programme, their eligibility should be determined by a specific set of eligibility criteria developed by national authorities, such as membership in a specific armed force or group, possession of a weapon and/or ammunition, and/or proven ability to use a weapon (see IDDRS 4.10 on Disarmament). Whether or not an individual meets these eligibility criteria should be verified. Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams. Questions touching upon the location of specific battles and military bases and the names of senior group members should be asked. Without verification, military commanders may attempt to bring civilians into the DDR programme. They may also attempt to engage in recruitment just prior to the onset of DDR in order to provide benefits to followers of the group or to take a cut of the benefits being offered to these newly recruited individuals. Explicitly stating the maximum number of individuals who may participate in a peace agreement or DDR policy document can limit incentives for commanders to engage in recruitment. So too can a cut-off date for eligibility. Armed forces and groups often prepare lists of their members prior to the onset of a DDR programme. Whenever lists are prepared, DDR practitioners shall ensure that a verification mechanism is in place to ensure that those listed meet the required eligibility criteria. A mechanism should also be in place to resolve disputed cases and to deal with those who are excluded. Clear messaging shall be employed to ensure that armed forces and groups are aware that being named on a list does not automatically confer DDR eligibility.Once the eligibility of a particular individual has been established, his/her basic registration data (name, age, contact information, sex, etc.) should be entered into a case management system. This system can be used to track when and where DDR benefits are disbursed and to whom (see section 6.8). The data recorded in the case management system should include a biometric component where possible. Biometric systems store the unique physical features \u2013 iris, face or fingerprint data \u2013 of individuals for future reference. Biometric registration serves mainly to ensure that DDR participants do not try to \u2018game the system\u2019 by going through the DDR programme more than once to receive multiple benefits. An advantage of all biometric systems is that, if properly implemented, they are completely confidential. A unique string of letters or numbers is assigned to a photograph or fingerprint, and the original photos or prints are then discarded. Different biometric systems have different levels of cost and user friendliness. Facial recognition systems are the most sophisticated but also the most expensive. DDR practitioners using this technology will require appropriate training. Alternatively, fingerprinting is an easy and cheap way to obtain biometric data. Fingerprints can be taken on smart phones or mobile fingerprint scanners, and training requirements are minimal. The context in which registration takes place should be taken into account when considering biometric registration. For example, if the armed conflict was tied to civic and national honour, peer control mechanisms may be sufficient to ensure that individuals do not try to \u2018double dip\u2019. However, in contexts marked by distrust between the warring parties, and combatants who move from one group or conflict to another, more careful biometric monitoring may be required. The biometric registration systems established for demobilization processes can also be linked to processes of security sector integration and reform (see IDDRS 6.10 on DDR and Security Sector Reform).Immediately after eligible individuals have been registered, they should be informed of their rights and obligations during the DDR programme and the terms and conditions of their participation. If they agree to these terms and conditions, DDR participants should be asked to sign a terms and conditions form and be provided with a copy of this form in their chosen language (see Annex C for a sample terms and conditions form).Individuals shall be ineligible for DDR programmes if they have committed, or if there is a clear and reasonable indication that they knowingly committed war crimes, terrorist acts or offences, crimes against humanity and/or genocide (see IDDRS 2.11 on The Legal Framework for UN DDR). As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme. If evidence is found to suggest that a particular participant in the DDR programme has committed crimes, the individuals\u2019 eligibility to participate in DDR shall be revoked. These types of background checks will typically not be conducted by DDR practitioners. Instead, national criminal justice authorities would need to be involved. DDR practitioners should seek support from human rights experts who can undertake a proactive process of collecting background information from a variety of sources. For a more detailed description of this process, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Screening, verification and registration", - "Heading3": "", - "Heading4": "", - "Sentence": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4000, - "Score": 0.426401, - "Index": 4000, - "Paragraph": "Police personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on The UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.In mission settings, the mandate granted by the UN Security Council will dictate the type and extent of UN police involvement in a DDR process. Dependent on the situation on the ground, this mandate can range from monitoring and advisory functions to full policing responsibilities. In mission settings with a peacekeeping operation, the UN police component will typically consist of individual police officers, formed police units and specialized police teams. In special political missions, formed police units will typically not be present, and the UN police presence may consist of senior advisers.In non-mission settings there is no UN Security Council mandate. Therefore, the type and extent of UN or international police involvement in a DDR process will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. An international police presence in a non-mission setting (whether UN or otherwise) will typically consist of advisers, mentors, trainers and/or policing experts, complemented where necessary by a specialized police team.When supporting DDR processes, police personnel may conduct several general tasks, including the provision of advice, support to coordination, monitoring and building public confidence. Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway. For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites. Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR). For example, police may support DDR practitioners who are engaged in the mediation of local peace agreements by orienting these individuals, and broader negotiating teams, to entry points in the community. Community-oriented policing practices and community violence reduction (CVR) programmes can also be mutually reinforcing (see IDDRS 2.30 on Community Violence Reduction).Finally, when DDR processes are linked to security sector reform (SSR), UN police personnel have an important role to play in the reform of State police and law enforcement institutions and can positively contribute to the establishment and furtherance of professional standards and codes of conduct of policing.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5351, - "Score": 0.416025, - "Index": 5351, - "Paragraph": "Temporary demobilization sites that make use of existing facilities may be used as an alternative to the construction of semi-permanent demobilization sites. In this approach, combatants and persons associated with armed forces and groups are told to meet at a specific location for demobilization within a specific time period. Temporary demobilization sites may be particularly useful if the target group is small, if individuals are likely to report for demobilization in small groups, or if the target group is scattered in multiple, known locations that are logistically accessible. This kind of site allows demobilization teams to carry out their activities in these locations without the need to build permanent structures. This approach may also be more appropriate than semi-permanent cantonment sites when the target group is already based in the community where its members will reintegrate. This is because combatants who are already in their communities should, where possible, remain there rather than be transported to a demobilization centre and back again. For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites? \\n Are both male and female combatants already in the communities where they will reintegrate? \\n Will the demobilization process consist of formed military units reporting with their commanders, or individual combatants leaving active armed groups? \\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site? (See IDDRS 4.10 on Disarmament.) \\n Will cantonment play an important confidence-building role in the peace process? \\n What does the context tell you about the potential security threat to those who demobilize? Are active armed groups likely to retaliate against former members who opt to demobilize? \\n Can reception, disarmament and demobilization take place at the same site? \\n Can existing sites be used? Do they require refurbishment? \\n Will there be enough resources to build semi-permanent demobilization sites? How long will the construction process take? \\n What are the potential risks of cantoning any one of the groups?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 15, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.2 Temporary demobilization sites", - "Heading4": "", - "Sentence": "For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3391, - "Score": 0.408248, - "Index": 3391, - "Paragraph": "Disarmament is the act of reducing or eliminating access to weapons. It is usually regarded as the first step in a DDR programme. This voluntary handover of weapons, ammunition and explosives is a highly symbolic act in sealing the end of armed conflict, and in concluding an individual\u2019s active role as a combatant. Disarmament is also essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention.Disarmament operations are increasingly implemented in contexts characterized by acute armed violence, complex and varied armed forces and groups, and the prevalence of a wide range of weaponry and explosives.This module provides the guidance necessary to effectively plan and implement disarmament operations within DDR programmes and to ensure that these operations contribute to the establishment of an environment conducive to inclusive political transition and sustainable peace.The disarmament component of a DDR programme is usually broken down into four main phases: (1) operational planning, (2) weapons collection operations, (3) stockpile management, and (4) disposal of collected materiel. This module provides technical and programmatic guidance for each phase to ensure that activities are evidence-based, coherent, effective, gender-responsive and as safe as possible.The handling of weapons, ammunition and explosives comes with significant risks. Therefore, the guidance provided within this module is based on the Modular Small-Arms Control Implementation Compendium (MOSAIC)1 and the International Ammunition Technical Guidelines (IATG).2 Additional documents containing norms, standards and guidelines relevant to this module can be found in Annex B.Disarmament operations must take the regional and sub-regional context into consideration, as well as applicable legal frameworks. All disarmament operations must also be designed and implemented in an inclusive and gender responsive manner. Disarmament carried out within a DDR programme is only one aspect of broader DDR arms control activities and of the national arms control management system (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). DDR programmes should therefore be designed to reinforce security nationwide and be planned in coordination with wider peacebuilding and recovery efforts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is usually regarded as the first step in a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4231, - "Score": 0.408248, - "Index": 4231, - "Paragraph": "Successful reintegration is a particular complex part of DDR. Ex-combatants and those previously associated with armed forces and groups are finally cut loose from structures and processes that are familiar to them. In some contexts, they re-enter societies that may be equally unfamiliar and that have often been significantly transformed by conflict.A key challenge that faces former combatants and associated groups is that it may be impossible for them to reintegrate in the area of origin. Their limited skills may have more relevance and market-value in urban settings, which are also likely to be unable to absorb them. In the worst cases, places from which ex-combatants came may no longer exist after a war, or ex-combatants may have been with armed forces and groups that committed atrocities in or near their own communities and may not be able to return home.Family and community support is essential for the successful reintegration of ex-com- batants and associated groups, but their presence may make worse the real or perceived vulnerability of local populations, which have neither the capacity nor the desire to assist a \u2018lost generation\u2019 with little education, employment or training, war trauma, and a high militarized view of the world. Unsupported former combatants can be a major threat to the security of communities because of their lack of skills or assets and their tendency to rely on violence to get what they want.Ex-combatants and associated groups will usually need specifically designed, sus- tainable support to help them with their transition from military to civilian life. Yet the United Nations (UN) must also ensure that such support does not mean that other war-af- fected groups are treated unfairly or resentment is caused within the wider community. The reintegration of ex-combatants and associated groups must therefore be part of wider recovery strategies for all war-affected populations. Reintegration programmes should aim to build local and national capacities to manage the process in the long-term, as rein- tegration increasingly turns into reconstruction and development.This module recognizes that reintegration challenges are multidimensional, rang- ing from creating micro-enterprises and providing education and training, through to preparing receiving communities for the return of ex-combatants and associated groups, dealing with the psychosocial effects of war, ensuring ex-combatants also enjoy their civil and political rights, and meeting the specific needs of different groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Successful reintegration is a particular complex part of DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3507, - "Score": 0.405554, - "Index": 3507, - "Paragraph": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict. Clear operational objectives should also be developed and agreed. These may include: \\n A reduction in the number of weapons, ammunition and explosives possessed by, or available to, armed forces and groups; \\n A reduction in actual armed violence or the threat of it; \\n Optimally zero, or at the most minimal, casualties during the disarmament component; \\n An improvement in the perception of human security by men, women, boys, girls and youth within communities; \\n A public connection between the availability of weapons and armed violence in society; \\n The development of community awareness of the problem and hence community solidarity; \\n The reduction and disruption of the illicit trade of weapons within the DDR area of operations; \\n A reduction in the open visibility of weapons in the community; \\n A reduction in crimes committed with weapons, such as conflict-related sexual violence; \\n The development of norms against the illegal use of weapons.BOX 2: MONITORING AND EVALUATION OF DISARMAMENT \\n The disarmament objectives listed in section 5.2 could serve as a basis for the identification of performance indicators to track progress and assess the impact of disarmament interventions. Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR). \\n Standardized indicators to monitor and evaluate disarmament operations should be identified early in the DDR programme. Quantitative indicators could be developed in line with specific technical outputs providing clear measures, including the number of weapons and rounds of ammunition collected, the number of items recorded, marked and destroyed, or the number of items lost or stolen in the process. Qualitative indicators might include the evolution of the armed criminality rate in the target area, or perceptions of security in the target population disaggregated by sex and age. Information collection efforts and a weapons survey (see section 5.1) provide useful sources for identifying key indicators and measuring progress. \\n\\n Monitoring and evaluation should also verify that: \\n Gender- and age-specific risks to women and men have been adequately and equitably addressed. \\n Women and men participate in all aspects of the initiative \u2013 design, implementation, monitoring and evaluation. \\n The initiative contributes to gender equality.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2 Objectives of disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5365, - "Score": 0.387298, - "Index": 5365, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5539, - "Score": 0.387298, - "Index": 5539, - "Paragraph": "DDR participants shall be registered and issued a non-transferable identity document (such as a photographic demobilization card) that attests to their eligibility and their official civilian status. Such documents have important symbolic and legal value for demobilized individuals. Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme. To avoid discrimination based on prior factional affiliation, these documents should not include the name of the armed force or group of which the individual was previously a member. Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.6 Documentation", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4285, - "Score": 0.377964, - "Index": 4285, - "Paragraph": "To respond to contextual changes and remain relevant, reintegration programmes should be designed in such a way that allows for maximum adaptability. While the reintegration programme design will be based on initial assessments, it is important to remember that many contextual factors will change significantly during the course of the programme, such as the wishes and ambitions of ex-combatants, the labour market, the capacity of service providers, the capacity of the different government bodies, in addition to the agen- das of political parties and leaders in power. Furthermore, new or broader recovery plans may be designed during the timeframe of the DDR programme, for which reintegration programmes should be linked.Additionally, flexibility is required on the issue of targeting principles. While in the beginning of the programme exclusive targeted approaches might be appropriate, flexibil- ity to enlarge the target group within the scope of the programme should be considered and may also be part of the programme exit strategy. This means that the total number of combatants might be known at the beginning of a programme, but not necessarily the total number of beneficiaries or people assisted. Furthermore, flexibility of the types of reintegration assistance offered should be applied within the national programme. Fixed packages of individual assistance shall therefore be avoided.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Flexible", - "Heading3": "", - "Heading4": "", - "Sentence": "While in the beginning of the programme exclusive targeted approaches might be appropriate, flexibil- ity to enlarge the target group within the scope of the programme should be considered and may also be part of the programme exit strategy.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3565, - "Score": 0.375, - "Index": 3565, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4412, - "Score": 0.375, - "Index": 4412, - "Paragraph": "The registration of ex-combatants during the demobilization phase provides detailed information on each programme participant\u2019s social and economic expectations, as well as his/her capacities, resources, or even the nature of his/her marginalization. How- ever, by the time this registration takes place, it is already too late to begin planning the reintegration programme. As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins. Such a profile can be done through carefully randomized and stratified (to the extent possible) sampled surveys of smaller numbers of representative combatants.In order for these assessments to adequately form the basis for reintegration pro- gramme planning, implementation, and M&E, they should be further supplemented by data on specific needs groups and additional research, particularly in the fields of anthro- pology, history, and area studies. During the assessment process, attention should be paid to specific needs groups, including female combatants, WAAFG, youth, children, and combatants with disabilities. In addition, research on specific countries and peoples, including that of scholars from the country or region will prove useful. Cultural rela- tionships to land and other physical resources should also be noted here to better inform reintegration programme planners.The most important types of ex-combatant focused assessments are: \\n 1. Early profiling and pre-registration surveys; \\n 2. Full profiling and registration of ex-combatants; \\n 3. Identification and assessment of areas of return and resettlement; \\n 4. Community perception surveys; \\n 5. Reintegration opportunity mapping; and \\n 6. Services mapping and institutional capacity assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3825, - "Score": 0.371391, - "Index": 3825, - "Paragraph": "DDR practitioners increasingly operate in contexts with fragmented but well-equipped armed groups and acute levels of proliferation of illicit weapons, ammunition and ex- plosives. In settings where armed conflict is ongoing and peace agreements have been neither signed nor implemented, disarmament as part of a DDR programme may not be the most suitable approach to control the circulation of weapons, ammunition and explosives because armed groups may be reluctant to disarm without strong security guarantees (see IDDRS 4.10 on Disarmament). Instead, these contexts require the de- sign and implementation of innovative DDR-related tools, such as transitional weapons and ammunition management (WAM).When implemented as part of a DDR process (either with or without a DDR pro- gramme), transitional WAM has two primary aims: to reduce the capacity of individ- uals and groups to engage in armed conflict, and to reduce accidents and save lives by addressing the immediate risks related to the illicit possession of weapons, ammuni- tion and explosives. By supporting better arms control and preventing the diversion of weapons, ammunition and explosives to unauthorized end users, transitional WAM can be a strong component of the sustaining peace approach and contribute to pre- venting the outbreak, escalation, continuation and recurrence of conflict (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5415, - "Score": 0.363803, - "Index": 5415, - "Paragraph": "A comprehensive risk and security assessment should be conducted to inform the planning of demobilization operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries. The assessment should identify the tolerable risk (the risk accepted by society in a given context based on current values), and then identify the protective measures necessary to achieve a residual risk (the risk remaining after protective measures have been taken). Risks related to women, youth, children, dependants and other specific-needs groups should also be considered. In developing this \u2018safe\u2019 working environment, it must be acknowledged that there can be no absolute safety and that many of the activities carried out during demobilization operations have a high risk associated with them. However, national authorities, international organizations and non-governmental organizations must try to achieve the highest possible levels of safety. Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement. \\n Attacks on demobilized individuals: In some instances, peace agreements may cause armed groups to fracture, with some parts of the group opting to enter DDR while others continue fighting. In these instances, those who favour continued armed conflict may retaliate against individuals who demobilize. In some cases, active armed groups may approach demobilization sites with the aim of retrieving their former members. If demobilized individuals have already returned home, members of active armed groups may attempt to track these individuals down in order to punish or forcibly re-recruit them. The family members of the demobilized may also be subject to threats and attacks, particularly if they reside in areas where members of their family member\u2019s former group are still present. \\n Attacks on women and minority groups: Historically, SGBV against women and minority groups in cantonment sites has been high. It is essential that security and risk assessments take into consideration the specific vulnerabilities of women, identify minority groups who may also be at risk and provide additional security measures to ensure their safety. \\n Attacks on individuals transporting and receiving reinsertion support: Security risks are associated with the transportation of cash and commodities that can be easily seized by armed individuals. If it is known that demobilized individuals will receive cash and/or commodities at a certain time and/or place, it may make them targets for robbery. \\n Unrest and criminality: If armed groups remain in demobilization sites (particularly cantonment sites) for long periods of time, perhaps because of delays in the DDR programme, these sites may become places of unrest, especially if food and water become scarce. Demobilization delays can lead to mutinies by combatants and persons associated with armed forces and groups as they lose trust in the process. This is especially true if demobilizing individuals begin to feel that the State and/or international community is reneging on previous promises. In these circumstances, demobilized individuals may resort to criminality in nearby communities or mount protests against demobilization personnel. \\n Recruitment: Armed forces and groups may use the prospect of demobilization (and associated reinsertion benefits) as an incentive to recruit civilians.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.4 Risk and security assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "A comprehensive risk and security assessment should be conducted to inform the planning of demobilization operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5591, - "Score": 0.359211, - "Index": 5591, - "Paragraph": "There are many benefits associated with the provision of reinsertion assistance in the form of cash. Not only can the recipients of cash determine their own needs, but the ability to do so is a fundamental step towards empowerment. Cash can also be an efficient way to deliver support because it entails lower transaction and logistics costs than in-kind assistance, particularly in terms of transportation and storage. Less stigma may be attached to cash, which, compared with in-kind assistance or vouchers, is less visible to non-recipients. Providing cash to ex-combatants and persons formerly associated with armed forces and groups can also reduce the burden on the households and communities that receive these individuals. If a banking system is operational, cash can be paid directly into recipients\u2019 bank accounts, thereby reducing the security risks involved in cash distribution and, at the same time, strengthening the local banking system. The provision of cash may also have beneficial knock-on effects for local markets and trade.Prior to the provision of cash payments, DDR practitioners shall conduct a review of the local economy\u2019s capacity to absorb cash inflation. This is because the injection of cash into one locality can cause local prices to rise and adversely affect non-recipients living in the area. DDR practitioners shall also review the goods available on the local market. This is because cash will be of little utility in places where the commodities that people require (such as tools, equipment and food) are unavailable locally. DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization. If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest. One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence. Any potential misuse can be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract can outline how the money is supposed to be spent and would require follow- up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education should be provided alongside cash payments, as this can also help to reduce the risk that cash is misused.Providing cash is sometimes seen as posing security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is especially true for cash payments that are distributed at regular times at publicly known locations. Military commanders may also try to confiscate reinsertion payments from ex- combatants that were formerly under their control. Women and more vulnerable participants such as persons with disabilities, those with chronic illnesses and the elderly are at an increased risk for confiscation of payments and/or intimidation or threats. Cash transfers may also be hampered by the absence of banks in some parts of the country, and banks may be slow to process payments and have strict requirements in terms of identification documents. These requirements may, in some instances, lead to delays.Digital payments, such as over-the-counter and mobile money payments, may help to circumvent these problems by offering new and discreet opportunities to distribute cash. Preliminary evidence indicates that distributing cash through mobile money transfers has a positive impact because it does not require that the recipient has a bank account, and because recipients spend less time traveling to cash pick-up points and waiting for their transfer. Recipients can also cash out small amounts of their payment as and when needed and/or store money on their mobile wallet over the long term.In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone or, at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there are mobile network coverage and accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored to ensure that they adhere to previously agreed-upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy goods in the agent\u2019s store. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.1 Cash", - "Heading3": "", - "Heading4": "", - "Sentence": "One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4172, - "Score": 0.359211, - "Index": 4172, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support. In addition to the general tasks outlined above, UN police personnel may also perform more specific tasks that are linked to the particular DDR process in place. These tasks may be implemented in both mission and non-mission settings, contingent on mandate and/or deployment strength, and are outlined below:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5229, - "Score": 0.359211, - "Index": 5229, - "Paragraph": "The aim of this module is to provide guidance to DDR practitioners supporting the planning, design and implementation of demobilization operations during DDR programmes within the framework of peace agreements in mission and non-mission settings. Additional guidance related to the demobilization of women, children, youth, foreign combatants and persons with disabilities can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; IDDRS 5.30 on Youth and DDR; IDDRS 5.40 on Cross-Border Population Movements; and IDDRS 5.60 on Disability and DDR.The guidance in this module is also relevant for practitioners supporting demobilization in the context of security sector reform as part of a rightsizing process (see IDDRS 6.10 on DDR and Security Sector Reform). In addition, the guidance may be relevant to contexts where the preconditions for a DDR programme are not in place. For example, in some instances, DDR practitioners may be called upon to support national entities charged with the application of amnesty laws or other pathways for individuals to leave armed groups and return to civilian status Those individuals who take this route \u2013 reporting to amnesty commissions or the national authorities \u2013 also transition from military to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Additional guidance related to the demobilization of women, children, youth, foreign combatants and persons with disabilities can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; IDDRS 5.30 on Youth and DDR; IDDRS 5.40 on Cross-Border Population Movements; and IDDRS 5.60 on Disability and DDR.The guidance in this module is also relevant for practitioners supporting demobilization in the context of security sector reform as part of a rightsizing process (see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4469, - "Score": 0.353553, - "Index": 4469, - "Paragraph": "A management information system (MIS) is vital in order to capture, store, access, and manage information on individual ex-combatants and communities of return/resettle- ment, and data on available opportunities for training, education and employment. It can also provide vital data for monitoring, feedback, and evaluation. DDR planners shall give early consideration to the design and maintenance of an MIS, as it will work to support and better organize all reintegration activities. See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases. The design and construction of the MIS should capture data that can be used to build a profile of the participant caseload. The collection of sex-, age- and disability-dis- aggregated socio-economic data (including information on specific needs, such as for wheelchairs or psychosocial services) is essential to the DDR programme. In addition, the data in the MIS should be easy to aggregate in order to provide regular updates for broad indicators.The development of new technologies, such as fingerprint identification and retina scanning, possess the potential to eradicate \u2018double dipping\u2019 of DDR assistance, particu- larly when cash assistance is provided as part of reinsertion assistance, or as an element of reintegration support.While providing for transparency and accountability, an MIS should also inform ongoing programme decision-making by influencing necessary programme adjustments to improve programme efficiency and effectiveness. DDR managers should therefore establish a concrete plan to incorporate feedback based on information gathered in the MIS.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 21, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.6. Managing data collected in assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5405, - "Score": 0.353553, - "Index": 5405, - "Paragraph": "The size and capacity of demobilization sites should be determined by the number of combatants and persons associated with armed forces and groups to be processed. Typically, demobilization sites with a small number of combatants and associated persons are easier to administer, control and secure. However, if many small demobilization sites are in operation at one time, this can lead to widely dispersed resources and difficult logistical situations. Demobilization sites should not accommodate more than 600 people at one time. When time constraints mean that larger numbers must be dealt with in a short period of time, two demobilization sites may be constructed simultaneously and managed by the same team. In order to optimize the use of demobilization sites and avoid bottlenecks, an operational plan should be developed that contains methods for controlling the number and flow of people to be demobilized at any particular time. Carrying out demobilization in phases is one option to increase efficiency. This process may include a pilot test phase, which makes it possible to learn from mistakes in the early phases and adapt the process so as to improve performance in later phases.Families often accompany combatants to cantonment sites. Where necessary, camps that are close to cantonment sites may be established for family members. Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising). Generally speaking, the demobilization component of a DDR process should be as short as possible. At temporary demobilization sites, it may be possible to process individuals in one or two days. If semi-permanent demobilization sites have been constructed, cantonment should be kept as short as possible \u2013 from one week to a maximum of one month. DDR practitioners should also seek to ensure that the conditions at demobilization sites are equivalent to those in civilian life. If this is the case, then it is less likely that demobilized individuals will be reluctant to leave. Demobilization should not begin until plans for reinsertion (or community violence reduction, as a stop-gap measure) and reintegration are ready to be put into operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 18, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.4 Size, capacity and duration", - "Heading4": "", - "Sentence": "Generally speaking, the demobilization component of a DDR process should be as short as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5324, - "Score": 0.35007, - "Index": 5324, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3210, - "Score": 0.344124, - "Index": 3210, - "Paragraph": "Military personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on the UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.When DDR is implemented in mission settings with a UN peacekeeping operation, the primary role of the military component should be to provide a secure environment and to observe, monitor and report on security-related issues. This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR. In addition to providing security, military components in mission settings may also provide technical support to disarmament, transitional weapons and ammunition management, and the establishment and maintenance of transitional security arrangements (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management, and IDDRS 2.20 on The Politics of DDR).To ensure the successful employment of a military component within a mission setting, DDR tasks must be included in endorsed mission operational requirements, include a gender perspective and be specifically mandated and properly resourced. Without the requisite planning and coordination, military logistical capacity cannot be guaranteed.UN military contingents are often absent from special political missions (SPMs) and non-mission settings. In SPMs, UN military personnel will more often consist of military observers (MILOBs) and military advisers.1 These personnel may be able to provide technical advice on a range of security issues in support of DDR processes. They may also be required to build relationships with non-UN military forces mandated to support DDR processes, including national armed forces and regionally- led peace support operations.In non-mission settings, UN or regionally-led peace operations with military components are absent. Instead, national and international military personnel can be mandated to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation. The roles and responsibilities of these military personnel may be similar to those played by UN military personnel in mission settings.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5053, - "Score": 0.344124, - "Index": 5053, - "Paragraph": "When designing a PI/SC strategy, DDR practitioners should take the following key factors into account: \\n At what stage is the DDR process? \\n Who are the primary and intermediary target audiences? Do these target audiences differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Who may not be eligible to participate in the DDR process? Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Are other, related PI/SC campaigns underway, and should these be aligned/deconflicted with the PI/SC strategy for the DDR process? \\n What are the roles of men, women, boys and girls, and how have each of these groups been impacted by the conflict? \\n What are the existing gender stereotypes and identities, and how can PI/SC strategies support positive change? \\n Is there stigma against women and girls associated with armed forces and groups? Is there stigma against mental health issues such as post-traumatic stress? \\n What are the literacy levels of the men and women intended to receive the information? \\n What behavioural/attitude change is the PI/SC strategy trying to bring about? \\n How can this change be achieved (taking into account literacy rates, the presence of different media, etc.)? \\n What are the various networks involved in the dissemination of information (e.g., interconnections among social networks of ex-combatants, household membership, community ties, military reporting lines, etc.)? Which network members have the greatest influence? \\n Do women and men obtain information by different means? (If so, which channels most effectively reach women?) \\n In what language does the information need to be delivered (also taking into account possible foreign combatants)? \\n What other organizations are involved, and what are their PI/SC strategies? \\n How can the PI/SC strategy be monitored? \\n What is the prevailing information situation? (What are the information needs?) \\n What are the sources of disinformation and misinformation? \\n Who are the key local influencers/amplifiers? \\n What dominant media technologies are in use locally and by which population segments/demographics?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 9, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5097, - "Score": 0.344124, - "Index": 5097, - "Paragraph": "While a PI/SC strategy is being prepared, other public information resources can be activated. In mission settings, ready-made public information material on peacekeeping and the UN\u2019s role can be distributed. However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place. Production of PI/SC material is a lengthy process. The time needed to design and produce printed sensitization tools, develop online content, and establishing dissemination channels (such as radio stations) should be taken into account when planning the schedule for PI/SC activities. Certain PI/SC materials may take less time to produce, such as digital communication; basic pamphlets; DDR radio programmes for broadcasting on non-UN radios; interviews on local and international media; and debates, seminars and public theatre productions. Pre-testing of PI/SC materials must also be included in operational schedules.In addition to these considerations, the strategy should have a coherent timeline, bearing in mind that while some PI/SC activities will continue throughout the DDR process, others will take place at specific times or during specific phases. For instance, particularly during reintegration, SC activities may be oriented towards educating communities to accept DDR participants and to have reasonable expectations of what reintegration will bring, as well as ensuring that survivors of sexual violence and/or those living with HIV/AIDS are not stigmatized and that connections are made with ongoing security sector reform, including arms control, police and judicial reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.3 The preparation of PI/SC material", - "Heading3": "", - "Heading4": "", - "Sentence": "However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5308, - "Score": 0.33541, - "Index": 5308, - "Paragraph": "To effectively demobilize members of armed forces and groups, meticulous planning is required. At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team. All demobilization operations shall be based on gender- and age-responsive analysis and shall be developed in close cooperation with the national authorities or institutions responsible for the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All demobilization operations shall be based on gender- and age-responsive analysis and shall be developed in close cooperation with the national authorities or institutions responsible for the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3234, - "Score": 0.333333, - "Index": 3234, - "Paragraph": "Integrated DDR shall not be conflated with military operations or counter-insurgency strategies. DDR is a voluntary process, and practitioners shall therefore seek legal advice if confronted with combatants who surrender or are captured during overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3834, - "Score": 0.333333, - "Index": 3834, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c. \u2018may\u2019 is used to indicate a possible method or course of action; \\n d. \u2018can\u2019 is used to indicate a possibility and capability; \\n e. \u2018must\u2019 is used to indicate an external constraint or obligation.Weapons and ammunition management (WAM) is the oversight, accountability and management of arms and ammunition throughout their lifecycle, including the estab- lishment of frameworks, processes and practices for safe and secure materiel acquisi- tion, stockpiling, transfers, tracing and disposal.1 WAM does not only focus on small arms and light weapons, but on a broader range of conventional weapons including ammunition and artillery.Transitional WAM is a series of interim arms control measures that can be imple- mented by DDR practitioners before, after and alongside DDR programmes. Transi- tional WAM can also be implemented when the preconditions for a DDR programme are absent. The transitional WAM component of a DDR process is primarily aimed at reducing the capacity of individuals and groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives.Light weapon: Any man-portable lethal weapon designed for use by two or three per- sons serving as a crew (although some may be carried and used by a single person) that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. \\n Note 1: Includes, inter alia, heavy machine guns, hand-held under-barrel and mounted grenade launchers, portable anti-aircraft guns, portable anti-tank guns, re- coilless rifles, portable launchers of anti- tank missile and rocket systems, portable launchers of anti-aircraft missile systems, and mortars of a calibre of less than 100 millimetres, as well as their parts, components and ammunition. \\n Note 2: Excludes antique light weapons and their replicas.Small arm: Any man-portable lethal weapon designed for individual use that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. Note 1: Includes, inter alia, re- volvers and self-loading pistols, rifles and carbines, sub-machine guns, assault rifles and light machine guns, as well as their parts, components and ammunition. Note 2 Excludes antique small arms and their replicas.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Transi- tional WAM can also be implemented when the preconditions for a DDR programme are absent.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4381, - "Score": 0.333333, - "Index": 4381, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "Dedicated structures created by the DDR programme such as an information, counseling and referral service?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4808, - "Score": 0.327327, - "Index": 4808, - "Paragraph": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim. Experience has shown that untreated wounded, ill and terminal ex-combatants constitute the most violent and dis- ruptive elements within any immediate post-conflict environment. Immediate health care assistance should therefore be provided during DDR from the very earliest stage.Planning for such assistance should include issues of sustainability by ensuring that ex-combatants are not a distinct target group for medical assistance, but receive care along with members of their communities of return/choice. Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues. Former combatants are likely to suffer a range of both short- and long- term health problems that can affect both their own reintegration prospects and receptor communities. In addition to basic medical screening and treatment for wounds and dis- eases, particular attention should be directed towards the needs of those with disabilities, those infected with HIV/AIDS, the chronically ill, and those experiencing psychosocial trauma and related illnesses. As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "", - "Heading4": "", - "Sentence": "As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5268, - "Score": 0.327327, - "Index": 5268, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3872, - "Score": 0.325396, - "Index": 3872, - "Paragraph": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). An integrated assessment should contribute to determining whether any disarmament or transitional WAM measures are desirable or feasible in the current context, and the po- tential positive and negative impacts of any such measures (see section 5.1.1 of IDDRS 4.10 on Disarmament for guidance on integrated assessments).In addition, DDR practitioners can commission a weapons survey (the same weap- ons survey outlined in section 5.1.2 and Annex C of IDDRS 4.10 on Disarmament) and draw information from national injury surveillance systems (see section 5.5.2 of MO- SAIC 05.10). Weapons surveys and injury surveillance are essential in order to draw up effective and safe plans for both disarmament and transitional WAM. A weapons survey and injury surveillance system also allow DDR practitioners to scope the extent of the WAM task ahead and to gauge national and local expectations concerning the transitional WAM measures to be carried out. This knowledge helps to ensure tailored programming and results. Data disaggregated by sex and age is a prerequisite for un- derstanding age- and gender-specific attitudes towards weapons, ammunition and ex- plosives, and their age- and gender-specific impacts. This type of data is also necessary to design evidence-based, and age- and gender-sensitive responses.The early collection of data also provides a baseline for DDR monitoring and eval- uation activities. These baseline indicators should be adjusted in line with evolving conflict dynamics. Monitoring and evaluation are crucial to ensure accountability and the effective implementation and management of transitional WAM. For more detailed guidance on monitoring and evaluation, refer to Box 2 of IDDRS 4.10 on Disarmament, IDDRS 3.50 on Monitoring and Evaluation of DDR and section 5.5 of MOSAIC 05.10.Once reliable information has been gathered, collaborative transitional WAM plans can be drawn up by the national DDR commission and the UN DDR component in mission settings and by the national DDR commission and the UN lead agency(ies) in non-mission settings. These plans should outline the intended target populations and requirements for transitional WAM, the type of WAM measures and operations that are planned, a timetable, and logistics, budget and staffing needs.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 6, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.1 Assessments and weapons survey", - "Heading3": "", - "Heading4": "", - "Sentence": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4021, - "Score": 0.324443, - "Index": 4021, - "Paragraph": "In contexts where DDR is linked to SSR, the integration of vetted former members of armed groups into the armed forces, the State police service or other uniformed services as part of DDR processes shall be voluntary (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where DDR is linked to SSR, the integration of vetted former members of armed groups into the armed forces, the State police service or other uniformed services as part of DDR processes shall be voluntary (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5180, - "Score": 0.320256, - "Index": 5180, - "Paragraph": "When compared with other media, the advantage of radio is that it often reaches the largest number of people, particularly in developing countries. This is because radio is less dependent on infrastructural development or the technological sophistication and wealth of the listener. It can also reach those who are illiterate. However, it should not be assumed that women (and children) have the same access to radio as men, especially in rural areas, since they may not have the resources to buy either the radio or batteries.A DDR radio programme can assist in providing updates on the DDR process (e.g., the opening of demobilization sites and inauguration of reintegration projects). It can also be used to disseminate messages targeting women and girls (to encourage their participation in the process), as well as children associated with armed forces and groups (for e.g., on the consequences of enlisting or holding children). Radio messages can also support behavioural change programming, for example, by destigmatizing mental health needs (see IDDRS 5.70 on Health and DDR, IDDRS 5.80 on Disability- Inclusive DDR and IASC Guidelines on Mental Health and Psychosocial Support). Some peacekeeping missions have their own UN Radio stations. In contexts where this is not the case, DDR practitioners should explore partnerships with the private sector and/or civil society.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 18, - "Heading1": "8. Media", - "Heading2": "8.2 Radio: local, national and international stations", - "Heading3": "", - "Heading4": "", - "Sentence": "However, it should not be assumed that women (and children) have the same access to radio as men, especially in rural areas, since they may not have the resources to buy either the radio or batteries.A DDR radio programme can assist in providing updates on the DDR process (e.g., the opening of demobilization sites and inauguration of reintegration projects).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3588, - "Score": 0.319801, - "Index": 3588, - "Paragraph": "Depending on the context and the content of the ceasefire and/or peace agreement, eligibility for a DDR programme can include specific weapons/ammunition-related criteria. These criteria should be based on a thorough understanding of the context if effective disarmament is to be achieved. The arsenals of armed forces and groups vary in size, quality and types of weapons. For instance, in conflicts where foreign States actively support armed groups, these groups\u2019 arsenals are often quite large and varied, including not only serviceable SALW but also heavy-weapons systems.Past experience shows that the eligibility criteria related to weapons and ammunition are often not consistent or stringent enough. This can lead to the inclusion of individuals who are not members of armed forces and groups and the collection of poor-quality materiel while illicit serviceable materiel remains in circulation. Accurate information regarding armed forces and groups\u2019 arsenals (see section 5.1) is key in determining relevant and effective weapons-related criteria. These include the type and status (serviceable versus non-serviceable) of weapons or the quantity of ammunition that a combatant should bring along in order to be enrolled in the programme. According to the context, the ratio of arms and ammunition to individual combatants can vary and may include SALW as well as heavy weapons and ammunition.In order to ascertain their eligibility, combatants may also need to take a weapons procedures test, which will identify their familiarity with and ability to handle weapons. Although members of armed groups may not have received formal training to military standards, they should be able to demonstrate an understanding of how to use a weapon. This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization). Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR). All weapons brought by ineligible individuals as part of a disarmament operation shall be collected even if these individuals will not be eligible to enter the DDR programme.To avoid confusion and frustration, it is key that eligibility criteria are communicated clearly and unambiguously to members of armed groups and the wider population (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Legal implications should also be clearly explained \u2014 for example, that the voluntary submission of weapons during the disarmament phase by eligible and ineligible individuals will not result in prosecution for illegal possession.BOX 4: DISARMAMENT AWARENESS ACTIVITIES \\n For weapons to be successfully removed, the early and ongoing information and sensitization of armed forces and groups \u2013 as well as affected communities \u2013 to the planned collection process is essential. Public information and sensitization campaigns will have a strong influence on the success of the entire DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). \\n\\n In addition to direct contact with armed forces and groups and community representatives, a range of media \u2013 including radio, print media, TV and social media \u2013 can be used to: \\n Encourage combatants and persons associated with armed forces and groups to disarm. \\n Inform armed forces and groups about locations and dates of disarmament and explain procedures, including security measures. \\n Explain what will happen to collected arms and ammunition and the absence of legal repercussions, as relevant. \\n Explain the eligibility criteria for entering a DDR programme and provide information about potential alternatives for non-eligible individuals (see IDDRS 2.30 on Community Violence Reduction). \\n Explain legal implications, including amnesties or assurances of non-prosecution (see IDDRS 2.11 on The Legal Framework for UN DDR). \\n Manage expectations. \\n Distinguish between the voluntary disarmament of armed forces and groups as part of a DDR programme and prior forced disarmament and any past or ongoing forced disarmament in the country. \\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins. Awareness-raising campaigns shall take into consideration the findings of gender analysis in the design and implementation of programme activities. DDR practitioners shall ensure representation of all genders and ages in the campaign; engage youth, women and women\u2019s groups; and mitigate against the risk of linking gender identities with weapons, reinforcing violent masculinities and other gender stereotypes. Media and awareness activities are critical channels to counter the socially constructed yet enduring associations between small arms, protection, power and masculinity. \\n It is key that local communities be made aware of ongoing disarmament operations so that the presence or movement of armed individuals does not create confusion. If destruction of ammunition is planned, it is also important to inform communities beforehand to avoid misunderstandings and unnecessary tensions. Finally, during ongoing operations, details on progress towards the objectives of the disarmament programme should be disseminated to help reassure stakeholders and communities that the number of illicit weapons in circulation is being reduced, and that overall security is improving.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 16, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "5.5.1 Weapons-related eligibility criteria", - "Heading4": "", - "Sentence": "\\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4984, - "Score": 0.319801, - "Index": 4984, - "Paragraph": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver. The PI/SC strategy shall focus on the national (and, where applicable, regional) stakeholders, participants and beneficiaries of the DDR process, i.e., ex-combatants, persons associated with armed forces and groups, dependants, receiving communities, parties to the peace agreement, civil society, local and national authorities, and the media.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5021, - "Score": 0.319801, - "Index": 5021, - "Paragraph": "A PI/SC strategy should outline what the DDR process in the specific context consists of through public information activities and contribute to changing attitudes and behaviour through strategic communication interventions. There are four overall objectives of PI/SC: \\n To inform stakeholders about the DDR process (public information): This includes providing tailored key messages to various stakeholders, such as where to go, when to deposit weapons, who is eligible for DDR and what reintegration options are available. The result is that DDR participants, beneficiaries and other stakeholders are made fully aware of what the DDR process involves. This kind of messaging also serves the purpose of making communities understand how the DDR process will involve them. Most importantly, it serves to manage expectations, clearly defining what falls within and outside the scope of DDR. If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what. Given that, historically, women and girls have not always received the same information as male combatants, as they may be purposely hidden by male commanders or may have \u2018self-demobilized\u2019, it is essential that PI/SC strategies take into consideration the specific information channels required to reach them. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to participate. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so. In such sitatutions, strategic communications may be used to create the conditions for a successful DDR process. \\n To mitigate the negative impact of misinformation and disinformation (strategic communication): It is important to understand how conflict actors such as armed groups and other stakeholders respond, react to and/or provide alternative messages that are disseminated in support of the DDR process. In the volatile conflict and post-conflict contexts in which DDR takes place, those who profit(ed) from war or who believe their political objectives have not been met may not wish to see the DDR process succeed. They may have access to radio stations from which they can make broadcasts or may distribute pamphlets and other materials spreading \u2018hate\u2019 or messages that incite violence and undermine the UN and/or some of the (former) warring parties. These spoilers likely will have access to online platforms, such as blogs and social media, where they can easily reach and influence a large number of people. It is therefore critical that PI/SC extends beyond merely providing information to the public. A comprehensive PI/SC strategy shall be designed to identify and address sources of misinformation and disinformation and to develop tailored strategic communication interventions. Implementation should be iterative, whereby messages are deployed to provide alternative narratives for specific misinformation or disinformation that may hamper the implementation of a DDR process. \\n To sensitize members of armed forces and groups to the DDR process (strategic communication): Strategic communication interventions can be used to sensitize potential DDR participants. That is, beyond informing stakeholders, beneficiaries and participants about the details of the DDR process and beyond mitigating the negative impacts of misinformation and disinformation, strategic communication can be used to influence the decisions of individuals who are considering leaving their armed force or group including providing the necessary information to leave safely. The transformative objective of strategic communication interventions should be context specific and based on a concrete understanding of the political aspects of the conflict, the grievances of members of armed forces and groups, and an analysis of the potential motivations of individuals to join/leave warring parties. Strategic communication interventions may include messages targeting active combatants to encourage their participation in the DDR process, for example, stories and testimonials from ex-combatants and other positive DDR impact stories. They may also include communication campaigns aimed at preventing recruitment. The potential role of the national authorities should also be assessed through analysis and where possible, national authorities should lead the strategic communication. \\n To transform attitudes in communities so as to foster DDR (strategic communication): Reintegration and/or CVR programmes are often crucial elements of DDR processes (see IDDRS 2.30 on Community Violence Reduction and IDDRS 4.30 on Reintegration). Strategic communication interventions can help to create conditions that facilitate peacebuilding and social cohesion and encourage the peaceful return of former members of armed forces and groups to civilian life. Communities are not homogeneous entities, and individuals within a single community may have differing attitudes towards the return of former members of armed forces and groups. For example, those who have been hit hardest by the conflict may be more likely to have negative perceptions of returning combatants. Others may simply be happy to be reunited with family members. The DDR process may also be negatively perceived as rewarding combatants. When necessary, strategic communication can be used as a means to transform the perceptions of communities and to combat stigmatization, hate speech, marginalization and discrimination against former members of armed forces and groups. Women and girls are often stigmatized in receiving communities and PI/SC can play a pivotal role in creating a more supportive environment for them. PI/SC should also be utilized to promote non-violent behaviour, including engaging men and boys as allies in promoting positive masculine norms (see IDDRS 5.10 on Women, Gender and DDR). Finally, PI/SC should also be used to destigmatize the mental health impacts of conflict and raise awareness of psychosocial support services.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 7, - "Heading1": "5. Objectives of PI/SC in support of DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5112, - "Score": 0.319801, - "Index": 5112, - "Paragraph": "Measures must be developed that, in addition to addressing misinformation and disinformation, challenge hate speech and attempt to mitigate its potential impacts on the DDR process. If left unchecked, hate speech and incitement to hatred in the media can lead to atrocities and genocide. In line with the United Nations Strategy and Plan of Action on Hate Speech, there must be intentional efforts to address the root causes and drivers of hate speech and to enable effective responses to the impact of hate speech.Hate speech is any kind of communication in speech, writing, or behaviour that attacks or uses pejorative or discriminatory language with reference to a person or a group on the basis of who they are, in other words, based on their religion, ethnicity, nationality, race, colour, descent, gender or other identifying factor. Hate speech aims to exclude, dehumanize and often legitimize the extinction of \u201cthe Other\u201d. It is supported by stereotypes, enemy images, attributions of blame for national misery and xenophobic discourse, all of which aim to strip the imagined Other of all humanity. This kind of communication often successfully incites violence. Preventing and challenging hate speech is vital to the DDR process and sustainable peace.Depending on the nature of the conflict, former members of armed forces and groups and their dependants may be the targets of hate speech. In some contexts, those who leave armed groups may be perceived, by some segments of the population, as traitors to the cause. They or their families may be targeted by hate speech, rumours, and other means of incitement to violence against them. As part of the planning for a DDR process in contexts where hate speech is occurring, DDR practitioners shall make all necessary efforts to include counter-narratives in the PI/SC strategy. These measures may include the following: \\n Counter hate speech by using accurate and reliable information. \\n Include peaceful counter-narratives in education and communication skills training related to the DDR process (e.g., as part of training provided during reintegration support). \\n Incorporate media and information literacy skills to recognize and critically evaluate hate speech when engaging with communities. \\n Include specific language on hate speech in DDR policy documents and/or related legislation. \\n Include narratives, stories, and other material that rehumanize ex-combatants and persons formerly associated with armed forces and groups in strategic communication interventions in support of DDR processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.4 Hate speech and developing counter-narratives", - "Heading3": "", - "Heading4": "", - "Sentence": "As part of the planning for a DDR process in contexts where hate speech is occurring, DDR practitioners shall make all necessary efforts to include counter-narratives in the PI/SC strategy.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3462, - "Score": 0.316228, - "Index": 3462, - "Paragraph": "In order to effectively implement the disarmament component of a DDR programme, meticulous planning is required. Planning for disarmament operations includes information collection, a risk and security assessment, identification of eligibility criteria, the development of standard operating procedures (SOPs), the identification of the disarmament team structure, and a clear and realistic timetable for operations. All disarmament operations shall be based on gender responsive analysis.The disarmament component is often the first stage of the entire DDR programme, and operational decisions made at this stage will have an impact on subsequent stages. Disarmament, therefore, cannot be designed in isolation from the rest of the DDR programme, and integrated assessment and DDR planning is key (see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures, and IDDRS 3.11 on Integrated Assessments).It is essential to determine the extent of the capability needed to carry out a disarmament component, and then to compare this with a realistic appraisal of the current capacity available to deliver it. Requests for further assistance from the UN mission military and police components shall be made as early as possible in the planning stage (see IDDRS 4.40 on UN Military Roles and Responsibilities and IDDRS 4.50 on UN Police Roles and Responsibilities). In non-mission settings, requests for capacity development assistance for disarmament operations may be directed to relevant UN agency(ies).Key terms and conditions for disarmament should be discussed during the peace negotiations and included in the agreement (see IDDRS 2.20 on The Politics of DDR). This requires that parties and mediators have an in-depth understanding of disarmament and arms control, or access to expertise to guide them and provide a common understanding of the different options available. In some contexts, the handover of weapons from one party to another (for example, from armed groups to State institutions) may be inappropriate, resulting in the need for the involvement of a neutral third party.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 7, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to effectively implement the disarmament component of a DDR programme, meticulous planning is required.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3850, - "Score": 0.316228, - "Index": 3850, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to tran- sitional WAM as part of a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to tran- sitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4842, - "Score": 0.316228, - "Index": 4842, - "Paragraph": "Aiding former armed forces and groups and ex-combatants to form political parties and peaceful civilian movements is essential to ensuring that grievances and visions for soci- ety continue to be expressed in a non-violent manner in the post-conflict period. Group level political reintegration is most evidently seen in transformations of armed groups into political parties that seek to enter or re-enter the political arena as a way to advance their claims and perspectives.While a successful transformation from armed group to political party can yield a plethora of benefits for citizens and the overall democratization process, new political parties in post-conflict societies often lack the capacity, structural organization, resources, political knowledge and legitimacy necessary to successfully compete in the political arena. Moreover, individual ex-combatants and armed groups often face a number of uncertainties concerning how they will fare in the post-conflict period. Without proper guidance and careful monitoring, emerging political parties can likely face failure or even do more harm than good.Given such complexities, when planning and designing political reintegration interventions, DDR practitioners must consider the following key factors influencing the viability and outcome of group level political transformations of armed forces and groups: \\n Nature of the peace (e.g. negotiated peace agreement, military victory, etc.); \\n Post-conflict security situation; \\n Motivation(s) of armed group (keeping in mind that such motivations can change over time); \\n Degree of popular support and perceived legitimacy; \\n Degree of political experience and capacity; \\n Leadership capacities; \\n Organizational structure; \\n Resources, funding and technical support; \\n Criminal prosecutions and transitional justice measures.Notably, group level political reintegration processes largely depend on both the country context and form of the peace settlement established. In the case of a negotiated peace agreement, for instance, political reintegration typically involves the transforma- tion of armed groups (both political and military wings) into political parties, usually in tandem with a mix of DDR processes linked to larger SSR efforts. Political reintegration in cases of military victory, however, involve a different set of considerations that are less-de- fined and require further research and experiential understanding at this point in time. In cases where political reintegration is part and parcel of a CPA, explicit programming in DDR is more evident.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 51, - "Heading1": "11. Political Reintegration", - "Heading2": "11.1. Types of political reintegration", - "Heading3": "11.1.1. Group level political reintegration", - "Heading4": "", - "Sentence": "In cases where political reintegration is part and parcel of a CPA, explicit programming in DDR is more evident.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3300, - "Score": 0.312772, - "Index": 3300, - "Paragraph": "The primary contribution of the military component to a DDR process is to provide security for DDR staff, partners, infrastructure and beneficiaries. Security is essential to ensure former combatants\u2019 confidence in DDR, and to ensure the security of other elements of a mission and the civilian population.If tasked and resourced, a military component may contribute to the creation and maintenance of a stable, secure environment in which DDR can take place. This may include the provision of security to areas in which DDR programmes and DDR-related tools (including pre-DDR and community violence reduction) are being implemented. Military components may also provide security to DDR and child protection practitioners, and to those participating in DDR processes, including children and dependants. This may include the provision of security to routes that participants will use to enter DDR and/or the provision of military escorts. Security is provided primarily by armed UN troops, but could be supplemented by the State\u2019s defence security forces and/or any other security provider.Finally, military components may also secure the collection, transportation and storage of weapons and ammunition handed in as part of a DDR process. They may also monitor and report on security-related issues, including incidents of sexual and gender-based violence. Experience has shown that unarmed MILOBs do not provide security, although in some situations they can assist by contributing to early warning, wider information gathering and information distribution.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.1 Security ", - "Heading4": "", - "Sentence": "This may include the provision of security to areas in which DDR programmes and DDR-related tools (including pre-DDR and community violence reduction) are being implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4931, - "Score": 0.312348, - "Index": 4931, - "Paragraph": "Public information and strategic communication (PI/SC) are key support activities that are instrumental in the overall success of DDR processes. Public information is used to inform DDR participants, beneficiaries and other stakeholders of the process, while strategic communication influences attitudes towards DDR. If successful, PI/SC strategies will secure buy-in to the DDR process by outlining what DDR consists of and encouraging individuals to take part, as well as contribute to changing attitudes and behaviour.A DDR process should always be accompanied by a clearly articulated PI/SC strategy. As DDR does not occur in a vacuum, the design, dissemination and planning of PI/SC interventions should be an iterative process that occurs at all stages of the DDR process. PI/SC interventions should be continuously updated to be relevant to political and operational realities, including public sentiment about DDR and the wider international effort to which DDR contributes. It is crucial that DDR is framed and communicated carefully, taking into account the varying informational requirements of different stakeholders and the various grievances, perceptions, culture, biases and political perspectives of DDR participants, beneficiaries and communities.An effective PI/SC strategy should have clear overall objectives based on a careful assessment of the context in which DDR will take place. There are four principal objectives of PI/SC: (i) to inform by providing accurate information about the DDR process; (ii) to mitigate the potential negative impact of inaccurate and deceptive information that may hamper the success of DDR and wider peace efforts; (iii) to sensitize members of armed forces and groups to the DDR process; and (iv) to transform attitudes in communities in such a way that is conducive to DDR. PI/SC should make an important contribution towards creating a climate of peace and security, as well as promote gender-equitable norms and non-violent forms of masculinities. DDR practitioners should support their national counterparts (national Government and local authorities) to define these objectives so that activities related to PI/SC can be conducted while planning for the wider DDR process is ongoing. PI/SC as part of a DDR process should (i) be based on a sound analysis of the context, conflict and motivations of the many different groups at which these activities are directed; (ii) make use of the best and most trusted local methods of communication; and (iii) ensure that PI/SC materials and messages are pre- tested on a local audience and subsequently closely monitored and evaluated.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If successful, PI/SC strategies will secure buy-in to the DDR process by outlining what DDR consists of and encouraging individuals to take part, as well as contribute to changing attitudes and behaviour.A DDR process should always be accompanied by a clearly articulated PI/SC strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5131, - "Score": 0.304997, - "Index": 5131, - "Paragraph": "The planning and implementation of the PI/SC strategy shall acknowledge the diversity of stakeholders involved in the DDR process and their varied information needs. The PI/SC strategy shall also be based on integrated conflict and security analyses (see IDDRS 3.11 on Integrated Assessments). As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities. The intended audience(s) will also vary according to the phase of the DDR process and, crucially, the changes in people\u2019s attitudes that the PI/SC strategy would like to bring about. What follows is therefore a non-exhaustive list of the types of target audiences most commonly found in a PI/SC strategy for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3342, - "Score": 0.301511, - "Index": 3342, - "Paragraph": "During pre-deployment planning, assessment and advisory visits (AAVs) are conducted to facilitate planning and decision-making processes at the UN Headquarters (UNHQ) level and to improve understanding of the preparedness of Member States wishing to contribute to UN peacekeeping operations. For new and emerging Troop Contributing Countries (TCCs), an AAV provides advice on specific UN operational and performance requirements. If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs. A lead role should be played by the Integrated Training Service, who should include information on the preparation and implementation of DDR, including through a gender-perspective, within the pre-deployment training package. AAVs also support those Member States that are contributing a new capability in UN peace operations with guidance on specific UN requirements and assist them in meeting those requirements. Finally, preparedness for DDR is a responsibility of TCCs with UNHQ guidance. During pre-deployment visits, preparedness for DDR can be evaluated/assessed.For the military component, DDR planning is not very different from planning related to other military tasks in UN peace operations. Clear guidance is necessary on the scope of the military\u2019s involvement.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.4 Pre-deployment planning", - "Heading3": "", - "Heading4": "", - "Sentence": "If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3437, - "Score": 0.301511, - "Index": 3437, - "Paragraph": "In order to lay the foundation for an effective DDR programme and sustainable peace, disarmament shall be voluntary. Forced disarmament can have a negative impact on contexts in transition, including in terms of restoring trust in authorities and efforts towards national reconciliation. In addition, removing weapons forcibly from combatants or persons associated with armed forces and groups risks creating a security vacuum and an imbalance in military capabilities which may generate increased tensions and lead to a resumption of armed violence. Voluntary disarmament should be facilitated through strong sensitization and communication efforts. It should also be underpinned by firm guarantees of security and immunity from prosecution for the illegal possession of weapon(s) handed in.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to lay the foundation for an effective DDR programme and sustainable peace, disarmament shall be voluntary.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3520, - "Score": 0.301511, - "Index": 3520, - "Paragraph": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups. Staff should be conscious not only of the risks associated with handling weapons, ammunition and explosives, but also of the risks of unpredictable behaviour as a result of the significant levels of stress that disarmament activities can generate among combatants and other stakeholders. \\n Avoid supporting weapons buy-back: UN supported DDR programmes shall avoid attaching monetary value to weapons as a means of encouraging their surrender by members of armed forces and groups. Weapons buy-back programmes within and outside DDR have proven to be inefficient and even counter-productive as they tend to fuel national and regional arms flows, which in the end can jeopardize the achievement of disarmament objectives in a DDR programme. Buy-back programmes can also have unintended societal consequences such as economically rewarding combatants and exacerbating existing gender inequalities \\n Disarmament of foreign combatants: Disarmament operations may also need to consider armed foreign combatants. Foreign combatants may be disarmed in the host country or at the border of the country of origin to which they will be returning. DDR programmes should plan for disarmament of foreign combatants within or outside repatriation agreements between the country of origin and the host country (see IDDRS 5.40 on Cross-Border Population Movements). \\n Terrorism and violent extremism threats: DDR programmes are increasingly being conducted in contexts affected by terrorism. Disarmament operations in these contexts require the highest security safeguards and robust on-site WAM expertise to maximize the safety of all involved. DDR practitioners should be aware of the requirements imposed on States by UN Security Council resolutions 2370 (2017) and 2482 (2019) and Council\u2019s 2015 Madrid Guiding Principles and its 2018 Addendum, in terms of, inter alia, ensuring that appropriate legal actions are taken against those who knowingly engage in providing terrorists with weapons.4 \\n Lack of sustainability: Disarmament operations shall not start unless the sustainability of funding and resources is guaranteed. Previous attempts to carry out disarmament operations with insufficient assets and funds have resulted in unconstructive, partial disarmament, a return to armed conflict, and the failure of the entire DDR process. The reconfiguring and closing of UN missions is another crucial moment that should be planned in advance. Such transitions often require handing over responsibility to national authorities or to the United Nations Country Team (UNCT). It is important to ensure these entities have the mandate and capacity to complete the DDR programme even after the withdrawal of UN mission resources.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "5.3.1 Operational risks", - "Heading4": "", - "Sentence": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4476, - "Score": 0.301511, - "Index": 4476, - "Paragraph": "Reintegration planning is more likely to lead to successful programmes when it is based upon rapid and reliable assessments, starts early and is integrated. This requires the various UN agencies, programmes and funds that are likely to be involved in support- ing national reintegration programmess to carry out planning jointly and cooperatively. Moreover, reintegration planning should be an integral part of all five phases of DDR planning. See Module 3.10, section 5 on Integrated DDR Planning: Processes and Struc- tures and Module 3.41 on Finance and Budgeting for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Moreover, reintegration planning should be an integral part of all five phases of DDR planning.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4615, - "Score": 0.3, - "Index": 4615, - "Paragraph": "Young ex-combatants, especially those aged under 15, should be reintegrated into formal education, which may mean extra support for teachers and trainers to manage the special needs of such learners. Some ex-combatants can be offered scholarships to finish their studies. Youth (see IDDRS 5.20 on Youth) should have priority in these cases, and particu- lar attention must be paid to assisting girls to return to school, requiring making available child care facilities for children in their care as well as evening courses.In some countries where the conflict was particularly protracted and ex-combatants have received little or no schooling, emphasis should be placed on \u2018catch-up\u2019 education to ensure that this group does not remain in a disadvantaged position, in relation to their peers. If allowances or school fees are to be funded by the reintegration programme, programme managers should ensure that resources are available for the full duration of ex-combatants\u2019 catch-up or accelerated education, which could be longer than the reinte- gration programme. If resources are not available, there should be a clearly communicated plan for phasing out support.It is clear that the funding available from a DDR programme will not cover all edu- cation costs of the programme participants who wish to continue their studies. This must be acknowledged and expectations managed during counseling for reintegration, so that ex-combatants are able to plan for some way to pay for the rest of their studies. It should also be acknowledged during counseling that in post-conflict economies education does not guarantee employment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 35, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.3. Education and scholarships", - "Heading4": "", - "Sentence": "If resources are not available, there should be a clearly communicated plan for phasing out support.It is clear that the funding available from a DDR programme will not cover all edu- cation costs of the programme participants who wish to continue their studies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5453, - "Score": 0.298807, - "Index": 5453, - "Paragraph": "Standard operating procedures (SOPs) are mandatory step-by-step instructions designed to guide practitioners through particular activities. The development of SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations. In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in demobilization. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the mission DDR component and signed off on by the head of the UN mission. All staff from the DDR component as well as other relevant stakeholders shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for demobilization. All those engaged in supporting demobilization shall be familiar with the relevant SOPs, which shall also be kept up to date.A single demobilization SOP or a set of SOPs each covering specific procedures related to demobilization activities (see section 6) should be informed by integrated assessments (see IDDRS 3.11 on Integrated Assessments) and the national DDR policy document, and comply with international guidelines and standards as well as national laws and the international obligations of the country where DDR is being implemented. At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.; \\n Gender-aware services and procedures; \\n Reinsertion (e.g., procedures for cash-based transfers, commodity vouchers, in-kind support, public works programmes, vocational training and/or income-generating opportunities); \\n Handling of foreign combatants, associated persons and dependants (if applicable); and \\n Interaction with national authorities and/or other mission components.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 21, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "All those engaged in supporting demobilization shall be familiar with the relevant SOPs, which shall also be kept up to date.A single demobilization SOP or a set of SOPs each covering specific procedures related to demobilization activities (see section 6) should be informed by integrated assessments (see IDDRS 3.11 on Integrated Assessments) and the national DDR policy document, and comply with international guidelines and standards as well as national laws and the international obligations of the country where DDR is being implemented.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4959, - "Score": 0.298142, - "Index": 4959, - "Paragraph": "DDR is a process that requires the involvement of multiple actors, including the Government or legitimate authority and other signatories to a peace agreement (if one is in place); combatants and persons associated with armed forces and groups, their dependants, receiving communities and youth at risk of recruitment; and other regional, national and international stakeholders.Attitudes towards the DDR process may vary within and between these groups. Potential spoilers, such as those left out of the peace agreement or former commanders, may wish to sabotage DDR, while others will be adamant that it takes place. These differing attitudes will be at least partly determined by individuals\u2019 levels of knowledge of the DDR and broader peace process, their personal expectations and their motivations. In order to bring the many different stakeholders in a conflict or post-conflict country (and region) together in support of DDR, it is essential to ensure that they are aware of how DDR is meant to take place and that they do not have false expectations about what it can mean for them. Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process. PI/SC plays an important catalytic function in the DDR process, and the conceptualization of and preparation for the PI/SC strategy should start in a timely manner, in parallel with planning for the DDR process.The basic rule for an effective PI/SC strategy is to have clear overall objectives. DDR practitioners should, in close collaboration with PI/SC experts, support their national and local counterparts to define these objectives. These national counterparts may include, but are not limited to, Government; civil society organizations; media partners; and other entities with experience in community sensitization, community engagement, public relations and media relations. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to enter the programme. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so.DDR practitioners should keep in mind that PI/SC should be aimed at a much wider audience than those people who are directly involved in or affected by the DDR process within a particular context. PI/SC strategies can also play an essential role in building regional and international political support for DDR efforts and can help to mobilize resources for parts of the DDR process that are funded through voluntary donor contributions and are crucial for the success of reintegration programmes. PI/SC staff in both mission and non-mission settings should therefore be actively involved in the preparation, design and planning of any events in-country or elsewhere that can be used to highlight the objectives of the DDR process and raise awareness of DDR among relevant regional and international stakeholders. Additionally, PI can play an important role in encouraging a holistic view of the challenges of rebuilding a nation and can serve as a major tool in advocacy for gender equality and inclusiveness, which form part of DDR (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 5.10 on Women, Gender and DDR). The role of national authorities is also critical in public information. DDR must be nationally-led in order to build the foundation of long-term peace. Therefore, DDR practitioners should ensure that relevant messages are approved and transmitted by national authorities.Communication is rarely neutral. This means that DDR practitioners should consider how messages will be received as well as how they are to be delivered. Culture, custom, gender, and other contextual drivers shall form part of the PI/SC strategy design. Information, disinformation and misinformation are all hallmarks of the conflict settings in which DDR takes place. In times of crisis, information becomes a critical need for those affected, and individuals and communities can become vulnerable to misinformation and disinformation. Therefore, one objective of a DDR PI/SC strategy should be to provide information that can address this uncertainty and the fear, mistrust and possible violence that can arise from a lack of reliable information.Merely providing information to ex-combatants, persons formerly associated with armed forces and groups, dependants, victims, youth at risk of recruitment and conflict-affected communities will not in itself transform behaviour. It is therefore important to make a distinction between public information and strategic communication. Public information is reliable, accurate, objective and sincere. For example, if members of armed forces and groups are not provided with such information but, instead, with confusing, inaccurate and misleading information (or promises that cannot be fulfilled), then this will undermine their trust, willingness and ability to participate in DDR. Likewise, the information communicated to communities and other stakeholders about the DDR process must be factually correct. This information shall not, in any case, stigmatize or stereotype former members of armed forces and groups. Here it is particularly important to acknowledge that: (i) no ex-combatant or person formerly associated with an armed force or group should be assumed to have a natural inclination towards violence; (ii) studies have shown that most ex-combatants do not (want to) resort to violence once they have returned to their communities; but (iii) they have to live with preconceptions, distrust and fear of the local communities towards them, which further marginalizes them and makes their return to civilian life more difficult; and (iv) female ex-combatants and women associated with armed forces and groups (WAAFAG) and their children are often stigmatized, and may be survivors of conflict-related sexual violence and other grave rights violations.If public information relates to activities surrounding DDR, strategic communication, on the other hand, needs to be understood as activities that are undertaken in support of DDR objectives. Strategic communication explicitly involves persuading an identified audience to adopt a desired behaviour. In other words, whereas public information seeks to provide relevant and factually accurate information to a specific audience, strategic communication involves complex messaging that may evolve along with the DDR process and the broader strategic objectives of the national authorities or the UN. It is therefore important to systematically assess the impact of the communicated messages. In many cases, armed forces and groups themselves are engaged in similar activities based on their own objectives, perceptions and goals. Therefore, strategic communication is a means to provide alternative narratives in response to rumours and to debunk false information that may be circulating. In addition, strategic communication has the vital purpose of helping communities understand how the DDR process will involve them, for example, in programmes of community violence reduction (CVR) or in the reintegration of ex-combatants and persons formerly associated with armed forces and groups. Strategic communication can directly contribute to the promotion of both peacebuilding and social cohesion, increasing the prospects of peaceful coexistence between community members and returning former members of armed forces and groups. It can also provide alternative narratives about female returnees, mitigating stigma for women as well as the impact of the conflict on mental health for both DDR participants and beneficiaries in the community at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Additionally, PI can play an important role in encouraging a holistic view of the challenges of rebuilding a nation and can serve as a major tool in advocacy for gender equality and inclusiveness, which form part of DDR (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5520, - "Score": 0.294884, - "Index": 5520, - "Paragraph": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening. Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR). Medical screening facilities shall ensure privacy during physical check-ups. Those who require immediate medical attention of a kind that is not available at the demobilization site shall be taken to hospital. Others shall be treated in situ. Basic specialized attention in the areas of reproductive health and sexually transmitted infections, including voluntary testing and counselling for HIV/AIDS, shall be provided (see IDDRS 5.60 on HIV/AIDS). Reproductive health education and materials shall be provided to both men and women. Possible addictions (such as to drugs and/or alcohol) shall also be assessed and specific provisions provided for follow-up care. Psychosocial screening for mental health issues, including post-traumatic stress, shall be initiated at sites with available counselling support for initial consultation and referral to appropriate services. Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions. This can be done, for example, through an Information, Counselling and Referral System (see section 6.8).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 26, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.4 Health screening", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5536, - "Score": 0.288675, - "Index": 5536, - "Paragraph": "Demobilization operations provide an opportunity to offer individuals information that can practically and psychologically prepare them for the transition from military to civilian life. For example, if demobilized individuals are to receive reinsertion support (cash, vouchers, in-kind support, public works programmes, etc.), then the modalities of this support should be clearly explained. Furthermore, if reinsertion assistance is to be followed by reintegration support, orientation sessions should include information on the opportunities and support services available as part of the reintegration programme and how these can be accessed.Awareness-raising materials and educational sessions should leverage opportunities to promote healthy, non-violent gender identities, including fatherhood, and to showcase men and women in equal roles in the community. Materials shall also be visually representative of different religious, ethnic, and racial compositions of the community and promote social cohesion among all groups and genders. Conversely, misinformation, disinformation and the creation of false expectations can undermine the reinsertion and reintegration efforts of DDR programmes. Accurate information should be provided by the DDR team and partners (also see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).Those about to leave the demobilization site should be provided with counselling on what to expect regarding their changed status and role in society, and what they can do if they are stigmatized or not accepted back by their communities. They should also receive advice on political and legal issues, civic and community responsibilities, reconciliation initiatives and logistics for transportation when they leave the demobilization site. Demobilized individuals and their dependants may be reluctant to return to their home areas if members of their former group (or a different group) remain active in the region. This is because they may fear retaliation against themselves and/or their families. This possibility should be addressed through a security and risk assessment (see section 5.5). When retaliation is a possibility, those affected should be informed of the risks and supported to find alternative accommodation in a different location (if they so choose). Where possible, specialized confidential counselling should be offered, to avoid peer pressure and promote the independence of each demobilized individual.Sensitization sessions can be an essential part of supporting the transition from military to civilian life and preparing DDR participants for their return to families and communities. Core sensitization may include sessions on: \\n Reproductive health, including HIV/AIDS and STI awareness raising; \\n Psychosocial education and awareness raising, including the symptoms associated with post- traumatic stress, destigmatizing experiences, education on managing stress responses, navigating discussions with families and host communities, and when to seek help; \\n Conflict resolution, non-violent communication and anger management; \\n Human rights, including women\u2019s and children\u2019s rights; \\n Parenting, for both fathers and mothers; \\n Gender, for both men and women, including discussion on gender identities and how they may be impacted by the conflict, as well as roles and responsibilities in armed forces and groups and in the community (see IDDRS 5.10 on Women, Gender and DDR); and \\n First aid or other key skills. \\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 27, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.5 Awareness raising and sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5542, - "Score": 0.288675, - "Index": 5542, - "Paragraph": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities. The logistical implications of providing transport must be taken into account. It will not be possible for all ex-combatants and persons formerly associated with armed forces and groups to be transported to their final destination. A mixture of transport to certain key locations and funding for onward transport may therefore be required. Cash for transport may be given as part of transitional reinsertion assistance (see section 7). Specific attention shall be paid to the safe transport of women and minorities to their final destination, recognizing the unique security threats they may face.If transport is provided in UN vehicles, authorizations from UN administration and waivers for passengers need to be signed. DDR practitioners should arrange pre-signed authorizations and waivers in order to avoid last-minute blockages and delays. Alternatively, private companies and/or other implementing partners may be subcontracted to provide transport.In cases where it is necessary to repatriate foreign ex-combatants and persons formerly associated with armed forces and groups, transportation arrangements will need to be adjusted to involve national authorities from these individuals\u2019 countries of origin as well as other sub-regional organizations and mechanisms (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.7 Transportation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4317, - "Score": 0.288675, - "Index": 4317, - "Paragraph": "In post-conflict settings that require economic revitalization and infrastructure develop- ment, the transition of ex-combatants to reintegration may be facilitated through reinsertion interventions. These short-term interventions are sometimes termed stabilization or \u2018stop gap\u2019 measures and may take on various forms, such as emergency employment, liveli- hood and start-up grants or quick-impact projects (QIPs).Reinsertion assistance should not be confused with or substituted for reintegration programme assistance; reinsertion assistance is meant to assist ex-combatants, associated groups and their families for a limited period of time until the reintegration programme begins, filling the gap in support often present between demobilization and reintegration activities. Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration. In fact, these two phases at times overlap or run almost parallel to each other with different levels of intensity, as seen in the figure below. DPKO budgets will likely cover up to one year of reinsertion assistance. However, in some cases reinsertion may last beyond the one year mark.Reinsertion is often focused on economic aspects of the reintegration process, but does not guarantee sustainable income for ex-combatants and associated groups. Reinte- gration takes place by definition at the community level, should lead to sustainable income, social belonging and political participation. Reintegration aims to tackle the motives that led ex-combatants to join armed forces and groups. Wand when successful, it dissuades ex-combatants and associated groups from re-joining and/or makes re-recruitment efforts useless.If well designed, reinsertion activities can buy the necessary time and/or space to establish better conditions for reintegration programmes to be prepared. Reinsertion train- ing initiatives and emergency employment and quick-impact projects can also serve to demonstrate peace dividends to communities, especially in areas suffering from destroyed infrastructure and lacking in basic services like water, roads and communication. Rein- sertion and reintegration should therefore be jointly planned to maximize opportunities for the latter to meaningfully support the former (see Module 4.20 on Demobilization for more information on reinsertion activities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 7, - "Heading1": "5. Transitioning from reinsertion to reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5200, - "Score": 0.288675, - "Index": 5200, - "Paragraph": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process. Hotlines should be free of charge and can foster the engagement of the target audience and provide information and clarification on the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 19, - "Heading1": "8. Media", - "Heading2": "8.7 Hotlines", - "Heading3": "", - "Heading4": "", - "Sentence": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5237, - "Score": 0.288675, - "Index": 5237, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n a)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c)\u2018may\u2019 is used to indicate a possible method or course of action; \\n d)\u2018can\u2019 is used to indicate a possibility and capability; \\n e)\u2018must\u2019 is used to indicate an external constraint or obligation.Demobilization as part of a DDR programme is the separation of members of armed forces and groups from military command and control structures and their transition to civilian status. The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites. A peace agreement provides the political, policy and operational framework for demobilization and may be accompanied by a DDR policy document. When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support. Reinsertion assistance is offered to combatants and persons associated with armed forces and groups who have been formally demobilized.Self-demobilization is the term used in this module to refer to situations where individuals leave armed forces or groups to return to civilian life without reporting to national authorities and officially changing their status from military to civilian.Members of armed forces and groups is the term used in the IDDRS to refer both to combatants (armed) and those who belong to an armed force or group but who serve in a supporting role (generally unarmed, providing logistical and other types of support). The latter are referred to in the IDDRS as \u2018persons associated with armed forces and groups\u2019. The IDDRS use the term \u2018combatant\u2019 in its generic meaning, indicating that these persons do not enjoy the protection against attack accorded to civilians. This also does not imply the right to combatant status or prisoner-of-war status, as applicable in international armed conflicts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3306, - "Score": 0.288675, - "Index": 3306, - "Paragraph": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme. Disarmament typically involves the collection, documentation (registration), identification, storage, and disposal (including destruction) of conventional arms and ammunition (see IDDRS 4.10 on Disarmament). Depending on the methods agreed in peace agreements and plans for future national security forces, weapons and ammunition will either be destroyed or safely and securely managed. Military components can therefore assist in performing the following disarmament-related tasks, which should include a gender-perspective in their planning and execution: \\n Monitoring the separation of forces. \\n Monitoring troop withdrawal from agreed-upon areas. \\n Manning reception centres. \\n Undertaking identification and physical checks of weapons. \\n Collection, registration and identification of weapons, ammunition and explosives. \\n Registration of male and female ex-combatants and associated groups.Not all military units possess the requisite capabilities to support the disarmament component of a DDR programme. Early and comprehensive planning should identify whether this is a requirement, and units/capabilities should be generated accordingly. For example, the collection of unused landmines may constitute a component of disarmament and requires military explosive ordnance disposal (EOD) units. The destruction and disposal of ammunition and explosives is also a highly specialized process and shall only be conducted by specially trained EOD military personnel in coordination with the DDR component of the mission. When the military is receiving weapons, it is important that both male and female soldiers participate in the process, particularly if it is necessary to search former combatants and persons formerly associated with armed forces and groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.2 Disarmament", - "Heading4": "", - "Sentence": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3651, - "Score": 0.288675, - "Index": 3651, - "Paragraph": "The role of pick-up points (PUPs) is to concentrate combatants and persons associated with armed forces and groups in a safe location, prior to a controlled and supervised move to designated disarmament sites. Administrative and safety processes begin at the PUP. There are similarities between procedures at the PUP and those carried out during mobile disarmament operations, but the two processes are different and should not be confused. Members of armed forces and groups that report to a PUP will then be moved to a disarmament site, while those who enter through the mobile disarmament route will be directed to make their way to demobilization.PUPs are locations agreed to in advance by the leaders of armed forces and groups and the UN mission military component. They are selected because of their convenience, security and accessibility for all parties. The time, date, place and conditions for entering the disarmament process should be negotiated by commanders, the National DDR Commission and the DDR component in mission settings and the UN lead agency(ies) in non-mission settings.Combatants often need to be moved from rural locations, and since many armed forces and groups will not have adequate transport, PUPs should be situated close to their positions. PUPs shall not be located in or near civilian areas such as villages, towns or cities. Special measures should be considered for children associated with armed forces and groups arriving at PUPs (see IDDRS 5.20 on Children and DDR). Gender-responsive provisions shall also be planned to provide guidance on how to process female combatants and WAAFG, including DDR/UN military staff composed of a mix of genders, separation of men and women during screening and clothing/baggage searches at PUPs, and adequate medical support particularly in the case of pregnant and lactating women (see IDDRS 5.10 on Women, Gender and DDR).Disarmament operations should also include combatants and persons associated with armed forces and groups with disabilities and/or chronically ill and/or wounded who may not be able to access the PUPs. These persons may also qualify for disarmament, while requiring special transportation and assistance by specialists, such as medical staff and psychologists (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disabilities and DDR).Once combatants and persons associated with armed forces and groups have arrived at the designated PUP, they will be met by male and female UN representatives, including military and child protection staff, who shall arrange their transportation to the disarmament site. This first meeting between armed individuals and UN staff shall be considered a high-risk situation, and all members of armed forces and groups shall be considered potentially dangerous until disarmed.At the PUP, combatants and persons associated with armed forces and groups may either be completely disarmed or may keep their weapons during movement to the disarmament site. In the latter case, they should surrender their ammunition. The issue of weapons surrender at the PUP will either be a requirement of the peace agreement, or, more usually, a matter of negotiation between the leadership of armed forces and groups, the national authorities and the UN.The following activities should occur at the PUP: \\n Members of the disarmament team meet combatants and persons associated with armed forces and groups outside the PUP at clearly marked waiting areas; personnel deliver a PUP briefing, explaining what will happen at the sites. \\n Qualified personnel check that weapons are clear of ammunition and made safe, ensuring that magazines are removed; combatants and persons associated with armed forces and groups are screened to identify those carrying ammunition and explosives. These individuals should be immediately moved to the ammunition area in the disarmament site. \\n Qualified personnel conduct a clothing and baggage search of all combatants and persons associated with armed forces and groups; men and women should be searched separately by those of the same sex. \\n Combatants and persons associated with armed forces and groups with eligible weapons and safe ammunition pass through the screening area to the transport area, before moving to the disarmament site. The UN shall be responsible for ensuring the protection and physical security of combatants and persons associated with armed forces and groups during their movement from the PUP. In non-mission settings, the national security forces, joint commissions or teams would be responsible for the above-mentioned tasks with technical support from relevant UN agency (ies), multilateral and bilateral partners.Those individuals who do not meet the eligibility criteria for entry into the DDR programme should leave the PUP after being disarmed and, where needed, transported away from the PUP. Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme. These individuals should be given a receipt that shows full details of the ineligible weapon handed over. This receipt may be used if there is an appeal process at a later date. People who do not meet the eligibility criteria for the DDR programme should be told why and orientated towards different programmes, if available, including CVR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 23, - "Heading1": "6. Monitoring", - "Heading2": "6.1 Disarmament locations", - "Heading3": "6.1.1. Static disarmament ", - "Heading4": "6.1.1.1 Pick-up points", - "Sentence": "Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3330, - "Score": 0.285714, - "Index": 3330, - "Paragraph": "The DDR component of the mission should coordinate and manage information gathering and reporting tasks, with supplementary information provided by the Joint Operations Centre (JOC) and Joint Mission Analysis Centre (JMAC). The military component can seek information on the following: \\n The locations, sex- and age-disaggregated troop strengths, and intentions of former combatants or associated groups, who may or will become part of a DDR process. \\n Estimates of the number/type of weapons and ammunition expected to be collected/stored during a DDR process, including those held by women and children. As accurate estimates may be difficult to achieve, planning for disarmament and broader transitional WAM must include some flexibility. \\n Sex- and age-disaggregated estimates of non-combatants associated with the armed forces, including women, children, and elderly or wounded/disabled people. Their roles and responsibilities should also be identified, particularly if human trafficking, slavery, and/or sexual and gender-based violence is suspected. \\n Information from UN system organizations, NGOs, and women\u2019s and youth groups. \\n\\n The information-gathering process can be a specific task of the military component, but it can also be a by-product of its normal operations, e.g., information gathered by patrols and the activities of MILOBs. Previous experience has shown that the leaders of armed groups often withhold or distort information related to DDR, particularly when communicating with the rank and file. Military components can be used to detect whether this is happening and can assist in dealing with this challenge as part of the public information and sensitization campaigns associated with DDR (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).The military component can assist dedicated mission DDR staff by monitoring and reporting on progress. This work must be managed by the DDR staff in conjunction with the JOC.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 9, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.4 Information gathering and reporting", - "Heading4": "", - "Sentence": "Military components can be used to detect whether this is happening and can assist in dealing with this challenge as part of the public information and sensitization campaigns associated with DDR (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).The military component can assist dedicated mission DDR staff by monitoring and reporting on progress.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4480, - "Score": 0.285365, - "Index": 4480, - "Paragraph": "Lack of local ownership or agency on the part of ex-combatants and receptor communities has contributed to failures in past DDR operations. The participation of a broad range of stakeholders in the development of a DDR strategy is therefore essential to its success. Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.1. Participatory, inclusive and transparent planning", - "Heading4": "", - "Sentence": "Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5456, - "Score": 0.27735, - "Index": 5456, - "Paragraph": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs. The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 22, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.7 Demobilization team structure", - "Heading3": "", - "Heading4": "", - "Sentence": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3387, - "Score": 0.27735, - "Index": 3387, - "Paragraph": "Military components and personnel must be adequately trained. In General Assembly Resolution A/RES/49/37 (1995), Member States recognized their responsibility for the training of uniformed personnel for UN peacekeeping operations and requested the Secretary-General to develop relevant training materials and establish a range of measures to assist Member States. In 2007, the Integrated Training Service was created as the centre responsible for peacekeeping training. The Peacekeeping Resource Hub was also launched in order to disseminate peacekeeping guidance and training materials to Member States, peacekeeping training institutes and other partners. A number of trainings institutions, including peacekeeping training centers, offer annual DDR training courses for both civilian and military personnel. DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 13, - "Heading1": "8. DDR training requirements for military personnel", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3482, - "Score": 0.27735, - "Index": 3482, - "Paragraph": "A DDR integrated assessment should start as early as possible in the peace negotiation process and the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). This assessment should contribute to determining whether disarmament or any transitional arms control initiatives are desirable or feasible in the current context, and the potential positive and negative impacts of any such activities.The collection of information is an ongoing process that requires sufficient resources to ensure that assessments are updated throughout the lifecycle of a DDR programme. Information management systems and data protection measures should be employed from the start by DDR practitioners with support from the UN mission or lead UN agency(ies) Information Technology (IT) unit. The collection of data relating to weapons and those who carry them is a sensitive undertaking and can present significant risks to DDR practitioners and their sources. United Nations security guidelines should be followed at all times, particularly with regards to protecting sources by maintaining their anonymity.Integrated assessments should include information related to the political and security context and the main drivers of armed conflict. In addition, in order to design evidence-based, age-specific and gender-sensitive disarmament operations, the integrated assessment should include: \\n An analysis of the memberships of armed forces and groups (number, origin, age, sex, etc.) and their arsenals (estimates of the number and the type of weapons, ammunition and explosives); \\n An analysis of the patterns of weapons possession among men, women, girls, boys, and youth; \\n A mapping of the locations and access routes to materiel and potential caches (to the extent possible); \\n An understanding of the power imbalances and disparities in weapons possession between communities; \\n An analysis of the use of weapons in the commission of serious human rights violations or abuses and grave breaches of international humanitarian law, as well as crime, including organized crime; \\n An understanding of cultural and gendered attitudes towards weapons and the value of arms and ammunition locally; \\n The identification of sources of illicit weapons and ammunition and possible trafficking routes; \\n Lessons learnt from any past disarmament or weapons collections initiatives; \\n An understanding of the willingness of and incentives for armed forces and groups to participate in DDR. \\n An assessment of the presence of armed groups not involved in DDR and the possible impact these groups can have on the DDR process.Methods to gather data, including desk research, telephone interviews and face-to-face meetings, should be adapted to the resources available, as well as to the security and political context. Information should be centralized and managed by a dedicated focal point.BOX 1: HOW TO COLLECT INFORMATION \\n Use information already available (previous UN reports, publications by specialized research centres, etc.). Research has often already been undertaken in conflict-affected States, particularly if a country has previously implemented a DDR programme. \\n Engage with national authorities. Talk to their experts and obtain available data (e.g., previous SALW survey data, DDR data, national registers of weapons, and records of thefts/looting from storage facilities). \\n Ensure that all data collected on individuals is sex and age disaggregated. \\n If ceasefires have been implemented, warring parties may have provided a declaration of forces for the purpose of monitoring the ceasefire. Such declarations typically include information related to the disengagement and movement of troops and weapons. \\n Obtain data from seizures of weapons or discoveries of caches that provide insight into which armed forces and groups possess which materiel, as well as its origins and the context in which the seizures take place. \\n If the DDR programme is to be implemented with the support of a UN peace operation, organize regular meetings to compare observations and information with other UN agencies collecting data on security issues and armed forces and groups, as well as with other relevant international organizations and diplomatic representations. \\n Develop a network of key informants, including by meeting with ex-combatants and with male and female representatives and members of armed forces and groups. This should be done in line with the policy of the UN mission on engaging with armed forces and groups, if any, and in line with the UN\u2019s guidance on the modalities of engagement with armed forces and groups (see Annex B). \\n Meet with community leaders, women\u2019s organizations, youth groups, human rights organizations and other civil society groups. \\n Search for information and images on social media (e.g., monitor Facebook pages of armed groups and national defence forces).Once sufficient, reliable information has been gathered, collaborative plans can be drawn up by the National DDR Commission and the UN DDR component in mission settings or the National DDR Commission and lead UN agency(ies) in non-mission settings outlining the intended locations and site requirements for disarmament operations, the logistics and staffing required to carry out disarmament, and a timetable for operations.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 8, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.1 Integrated assessment", - "Heading4": "", - "Sentence": "Research has often already been undertaken in conflict-affected States, particularly if a country has previously implemented a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3494, - "Score": 0.27735, - "Index": 3494, - "Paragraph": "An accurate and detailed weapons survey is essential to draw up effective and safe plans for the disarmament component of a DDR programme. Weapons surveys are also important for transitional weapons and ammunition management activities (IDDRS 4.11 on Transitional Weapons and Ammunition Management). Sufficient data on the number and type of weapons, ammunition and explosives that can be expected to be recovered are crucial. A weapons survey enables the accurate definition of the extent of the disarmament task, allowing for planning of the collection and future storage and destruction requirements. The more accurate and verifiable the initial data regarding the specifically identified armed forces and groups participating in the conflict, the better the capacity of the UN to make appropriate plans or provide national authorities with relevant advice to achieve the aims of the disarmament component. Data disaggregated by sex and age is a prerequisite for understanding the age- and gender-specific impacts of arms misuse and for designing evidence-based, gender-responsive disarmament operations to address them. It is important to take into consideration the fact that, while women may be active members of armed groups, they may not actually hold weapons. Evidence has shown that female combatants have been left out of DDR processes as a result of this on multiple occasions in the past. A gender-responsive mapping of armed forces and groups is therefore critical to identify patterns of gender-differentiated roles within armed forces and groups, and to ensure that the design of any approach is appropriately targeted.A weapons survey should be implemented as early as possible in the planning of a DDR programme; however, it requires significant resources, access to sensitive and often unstable parts of the country, buy-in from local authorities and ownership by national authorities, all of which can take considerable time to pull together and secure. A survey should draw on a range of research methods and sources in order to collate, compare and confirm information (see Annex C on the methodology of weapons surveys).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.2 Weapons survey", - "Heading4": "", - "Sentence": "An accurate and detailed weapons survey is essential to draw up effective and safe plans for the disarmament component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4452, - "Score": 0.26968, - "Index": 4452, - "Paragraph": "The post-conflict economic environment can be extremely complex and difficult as armed conflicts invariably damage or destroy human and economic capital, transform social relationships and trust, weaken production and trade systems, and distort the labour mar- ket. In this challenging environment, it is essential that DDR programmes avoid creating unrealistic expectations among stakeholders, especially programme participants and ben- eficiaries. By conducting reintegration opportunity mappings, programme managers will have a clearer understanding of the actual economic opportunities and assets available to those being reintegrated and be better equipped to provide ex-combatants with clear information as to what the reintegration programme will involve.DDR programme planners should prioritize the development of a countrywide sys- tematic mapping that builds upon the PCNA and other assessments conducted by relevant organizations to identify existing and potential employment opportunities. The analysis should include the functioning of: i) markets (labour, capital, goods and services, etc.); ii) input factors (land, energy resources, infrastructure, technology and information, etc.); and iii) supporting factors (institutional capacity in formal and informal economies, finan- cial markets, etc.). It should also capture potential financial service providers or training institutions available to support self-employment opportunities. Successful collaboration with development agencies and their monitoring activities is essential to this process.Opportunity mappings will also assess access to land and other natural resources, education and training possibilities, micro credit services (in contexts where they exist) and other employment and business development services (i.e. technical advisory, information and counseling services). The survey should include other development pro- grammes (both existing and planned) within the national recovery effort, as well as those of international and national development organizations.Attention shall be paid to different groups during opportunity mapping so that the employment, education and training needs and opportunities, as well as other resource needs of women and men, youth, children, and persons with disabilities, are well-un- derstood (also see Module 5.10 on Women, Gender and DDR, Module 5.20 on Youth and DDR, and Module 5.30 on Children and DDR). Social support services, such as support for people living with HIV/AIDS, trauma and drug abuse counseling, and/or disability rehabilitation services, should also be identified.This mapping should take place as early as possible (ideally beginning 9-12 months before the disarmament and demobilization phases begin) to ensure that training and social support programmes are ready when ex-combatants need them. They should reflect local and international laws and standards on gender- and age-appropriate labour, as well as changes in gender roles that may have occurred during conflict.On the basis of these assessments, the DDR programme can select training provid- ers, assess costs and capacity support needs, and develop context-specific programmes designed to meet the needs of diverse programme participants and beneficiaries.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 19, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.5. Reintegration opportunity mapping", - "Heading4": "", - "Sentence": "By conducting reintegration opportunity mappings, programme managers will have a clearer understanding of the actual economic opportunities and assets available to those being reintegrated and be better equipped to provide ex-combatants with clear information as to what the reintegration programme will involve.DDR programme planners should prioritize the development of a countrywide sys- tematic mapping that builds upon the PCNA and other assessments conducted by relevant organizations to identify existing and potential employment opportunities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5138, - "Score": 0.269408, - "Index": 5138, - "Paragraph": "The following stakeholders are often the primary audience of a DDR process: \\n The political leadership: This may include the signatories of ceasefires and peace accords, when they are in place. Political leaderships may or may not represent the military branches of their organizations. \\n The military leadership of armed forces and groups: These leaders may have motivations and interests that differ from the political leaderships of these entities. Likewise, within these military leaderships, mid-level commanders may hold their own views concerning the DDR process. DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life. \\n Rank-and-file of armed forces and groups: It is important to make the distinction between military leaderships, military commanders, mid-level commanders and their rank-and-file, because their motivations and interests may differ. Testimonials from the successfully demobilized and reintegrated rank-and-file have proven to be effective in informing their peers. Ex-combatants and persons formerly associated with armed forces and groups can play an important role in amplifying messages aimed at demonstrating life after war. \\n Women associated with armed groups and forces in non-combat roles: It is important to cater to the information needs of WAAFAG, especially those who have been abducted. Communities, particularly women\u2019s groups, should also be informed about how to further assist women who manage to leave an armed force or group of their own accord. \\n Children associated with armed forces and groups: Individuals in this group need child-friendly, age- and gender-sensitive information to help reassure and safely remove those who are illegally held by an armed force or group. Communities, local authorities and police should also be informed about how to assist children who have exited or been released from armed groups, as well as about protocols to ensure the protection of children and their prompt handover to child protection services. \\n Ex-combatants and persons formerly associated with armed forces and groups with disabilities: Information and sensitization to opportunities to access and participate in DDR should reach this group. Families and communities should also be informed on how to support the reintegration of persons with disabilities. \\n Youth at risk of recruitment: In countries affected by conflict, youth are both a force for positive change and, at the same time, a group that may be vulnerable to being drawn into renewed violence. When PI/SC strategies focus only on children and mature adults, the specific needs and experiences of youth are missed. \\n Local authorities and receiving communities: Enabling the smooth reintegration of DDR participants into their communities is vital to the success of DDR. Communities and their leaders also have an important role to play in other local-level DDR activities, such as CVR programmes and transitional WAM as well as community-based reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 Primary audience (participants and beneficiaries)", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3942, - "Score": 0.269408, - "Index": 3942, - "Paragraph": "There is a strong arms control component to the negotiation of peace, including through the setting of preliminary ceasefires and the design and adoption of comprehensive peace agreements. Transitional WAM in support of peace mediation efforts should con- tribute to weapons control, reduce armed violence, build confidence in the process, generate a better understanding of the weapons arsenals of armed forces and groups, and prepare the ground for the transfer of responsibility for weapons management later in the DDR process, either to the UN or to the national authorities.Disarmament can be associated with defeat and a significant shift in the balance of power, as well as the removal of a key bargaining chip for well-equipped armed groups. Disarmament can also be perceived as the removal of symbols of masculinity, protection and power. Pushing for disarmament while guarantees around security, justice or integration into the security sector are lacking will have limited effectiveness and may undermine the overall DDR process.The use of transitional WAM concepts, measures and terminology provides a solution to this issue and lays the ground for more realistic arms control provisions in peace agreements. Transitional WAM can also be a first step towards more comprehen- sive arms control, paving the way for full disarmament once the context has matured. Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions. Transitional WAM as part of CVR and pre-DDR can also enable relevant parties to engage more confidently in negotiations as they maintain ownership of and access to their materiel. Prolonged CVR and pre-DDR, however, can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution (see IDDRS 2.20 on The Politics of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.4 DDR support to peace mediation efforts and transitional WAM", - "Heading4": "", - "Sentence": "Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4982, - "Score": 0.267261, - "Index": 4982, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to PI/SC strategies for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5270, - "Score": 0.267261, - "Index": 5270, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5272, - "Score": 0.267261, - "Index": 5272, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5274, - "Score": 0.267261, - "Index": 5274, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5276, - "Score": 0.267261, - "Index": 5276, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5278, - "Score": 0.267261, - "Index": 5278, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5280, - "Score": 0.267261, - "Index": 5280, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5282, - "Score": 0.267261, - "Index": 5282, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5284, - "Score": 0.267261, - "Index": 5284, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5286, - "Score": 0.267261, - "Index": 5286, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5288, - "Score": 0.267261, - "Index": 5288, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5290, - "Score": 0.267261, - "Index": 5290, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.2 Accountable and transparent", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5292, - "Score": 0.267261, - "Index": 5292, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5294, - "Score": 0.267261, - "Index": 5294, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5296, - "Score": 0.267261, - "Index": 5296, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5298, - "Score": 0.267261, - "Index": 5298, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5300, - "Score": 0.267261, - "Index": 5300, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5302, - "Score": 0.267261, - "Index": 5302, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5304, - "Score": 0.267261, - "Index": 5304, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.11 Public information and community sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5382, - "Score": 0.267261, - "Index": 5382, - "Paragraph": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short. Finding a location that offers protection is necessary. The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required. Fresh potable water and electricity should be available. If they are not, a water purification system or water supplies and a generator should be brought in. Sanitary facilities must be supplied. Lighting should be installed to ensure security around the perimeter of the camp.When temporary demobilization sites are being used, it is particularly important to agree, in advance, on the distribution of tasks, financial responsibilities and the post-DDR ownership of the location. Where relevant, the following should also be considered: \\n The refurbishment and temporary use of community property: If available in the area where the demobilization site is to be set up, the use of existing hard-walled property should be considered. The decision should be made by weighing the medium- and long-term benefits to the community of repairing local facilities against the overall security and financial implications. These installations may not need rebuilding, and may be made usable by adding plastic sheeting, concertina wire, etc. Possible sites include disused factories, warehouses, hospitals, colleges and farms. Efforts should be made to verify ownership and to avoid legal complications. \\n The refurbishment and temporary use of state/military property: Where regular armed forces or well-organized/disciplined armed groups are to be demobilized, the use of existing military barracks, with the agreement of national authorities, should be considered. Generally speaking, these facilities should offer a degree of security and may have the required infrastructure already in place. The same security and administrative arrangements should apply to these sites as to others.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Temporary demobilization sites", - "Sentence": "The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3230, - "Score": 0.267261, - "Index": 3230, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to military roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3435, - "Score": 0.267261, - "Index": 3435, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the disarmament component of DDR programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3909, - "Score": 0.267261, - "Index": 3909, - "Paragraph": "When part of a DDR process, transitional WAM should be considered when there is a need to respond to the presence of active and/or former members of armed groups. For example, transitional WAM may be appropriate when: \\n Armed groups refuse to disarm as the pre-conditions for a DDR programme are not in place. \\n Former combatants and/or persons formerly associated with armed groups return to their communities with weapons, ammunition and/or explosives, perhaps be- cause of ongoing insecurity or because weapons possession is a cultural practice or tied to notions of power and masculinity. \\n Weapons and ammunition are circulating in communities and pose a security threat, especially where: \\n\\n Civilians, including in certain contexts children, are at-risk of recruitment by armed groups; \\n\\n Civilians, including women, girls, men and boys, are at risk of serious interna- tional crimes, including conflict-related sexual violence. \\n\\n Former combatants and/or persons formerly associated with armed groups are about to return as part of DDR programmes.While transitional WAM should always aim to remove or facilitate the legal regis- tration of all weapons in circulation, the reality of weapons culture and the desire for self-protection and/or empowerment should be recognized, with transitional WAM options and objectives identified accordingly. A generic typology of DDR-related tran- sitional WAM measures is found in Table 1. When reference is made to the collec- tion, registration, storage, transportation and/or disposal, including the destruction, of weapons, ammunition and explosives during transitional WAM, the core guidelines outlined in IDDRS 4.10 on Disarmament apply.In addition to the generic measures outlined above, in some instances DDR practi- tioners may consider supporting the WAM capacity of armed groups. DDR practition- ers should exercise extreme caution when supporting armed groups\u2019 WAM capacity. While transitional WAM may help to build trust with national and international stake- holders and address some of the immediate risks with regard to the proliferation of weapons, ammunition and explosives, building the WAM capacity of armed groups carries certain risks, and may inadvertently reinforce the fighting capacity of armed groups, legitimize their status, and tarnish the UN\u2019s reputation, all of which could threaten wider DDR objectives. As a result, any decision to support armed groups\u2019 WAM capacity shall consider the following: \\n This approach must align with the broader DDR strategy agreed with and approved by national authorities as an integral part of a peace process or an alter- native conflict resolution strategy. \\n This approach must be in line with the overall UN mission mandate and objec- tives of the UN mission (if a UN mission has been established). \\n Engagement with armed groups shall follow UN policy on this matter, i.e. UN mission policy, including SOPs on engagement with armed groups where they have been adopted, the UN\u2019s Aide Memoire on Engaging with Non-State Armed Groups (NSAGs) for Political Purposes (see Annex B) and the UN Human Rights Due Diligence Policy. \\n This approach shall be informed by risk analysis and be accompanied by risk mitigation measures.If all of the above conditions are fulfilled, DDR support to WAM capacity-building for armed groups may include storing ammunition stockpiles away from inhabited areas and in line with the IATG, destroying hazardous ammunition and explosives as identified by armed groups, and providing basic stockpile management advice, support and solutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 9, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When part of a DDR process, transitional WAM should be considered when there is a need to respond to the presence of active and/or former members of armed groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4019, - "Score": 0.267261, - "Index": 4019, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to police roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3368, - "Score": 0.266501, - "Index": 3368, - "Paragraph": "Military capacity used in a DDR process is planned in detail and carried out by the military component of the mission within the limits of its capabilities. Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major). \\n\\n The posts will be designed to meet the specific requirements of the mission.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 12, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.10 DDR component staffing", - "Heading3": "", - "Heading4": "", - "Sentence": "Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4529, - "Score": 0.262613, - "Index": 4529, - "Paragraph": "The return of ex-combatants to communities can create real or perceived security prob- lems. The DDR programme should therefore include a strong, long-term public information campaign to keep communities and ex-combatants informed of the reintegration strategy, timetable and resources available. Communication strategies can also integrate broader peace-building messages as part of support for reconciliation processes.Substantial opportunities exist for disseminating public information and sensitiza- tion around DDR programmes through creative use of media (film, radio, television) as well as through using central meeting places (such as market areas) to provide regular programme information and updates. Bringing film messages via portable screens and equipment to rural areas is also an effective way to disseminate messages about DDR and the peace process in general. Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants. Identifying \u2018areas at-risk\u2019 can also help managers and practitioners prioritize areas in which communication strategies should initially be focused.Particular communication strategies should be developed in receiving communities to provide information support services, including \u2018safe spaces\u2019 for reporting security threats related to sexual and gender-based violence (especially for women and girls). Like- wise, focus groups for women and girls who are being reintegrated into communities should assess socio-economic and security needs of those individual who may face stig- matization and exclusion during reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.3. Public information and sensitization", - "Heading4": "", - "Sentence": "Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4781, - "Score": 0.261116, - "Index": 4781, - "Paragraph": "At a minimum, the psychosocial component of DDR programmes should offer an initial screening of ex-combatants as well as regular basic counseling where needed. A screen- ing procedure can be carried out by trained local staff to identify ex-combatants who are in need of special assistance. Early screening will not only aid psychologically-affected ex-combatants, but it will makes it possible to establish which participants are unlikely to benefit from more standard reintegration options. Providing more specialized options for this group will save valuable resources, and even more importantly, it will spare par- ticipants from the frustrating experience of not being able to fully engage in trainings or make use of economic support in the way healthier participants might.Following the screening process, ex-combatants who show clear signs of mental ill- health should, at a minimum, receive continuous basic counseling. This counseling must take place on a regular basis and allow for continuous contact with the affected ex-com- batants. As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders. These disorders cannot be treated through basic counseling and should be referred to psychological experts. In field settings, using narra- tive exposure therapy may be an option.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 46, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.1. Screening for mental health", - "Sentence": "As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3291, - "Score": 0.261116, - "Index": 3291, - "Paragraph": "The peacekeeping force is commanded by a force commander. It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive. Any military personnel involved in the latter, although remaining under military command and control, will operate under the overall guidance of the chief of the DDR component, senior mission leadership, and the Joint Operations Centre (JOC). For support and logistics tasks, the peacekeeping force will operate under the guidance of the Chief of Mission Support/Director of Mission Support (CMS/DMS).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 7, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.2 Command and control", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3699, - "Score": 0.261116, - "Index": 3699, - "Paragraph": "In smaller disarmament operations or when IMS has not yet been set for the capture of the above information, a separate simple database should be developed to manage weapons, ammunition and explosives collected. For example, the use of a standardized Excel spreadsheet template which would allow for the effective centralization of data. DDR components and UN lead agency(ies) should dedicate appropriate resources to the development and ongoing maintenance of this database and consider the establishment of a more comprehensive and permanent IMS where disarmament operations will clearly involve the collection of thousands of weapons and ammunition. Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate. In instances where the peace agreement does not prevent the formal tracing or investigation of the weapons and ammunition collected, specialized UN entities including Panels of Experts or a Joint Mission Analysis Centre may analyse information and send tracing requests to national authorities, manufacturing countries or other former custodians of weapons regarding the origins of the materiel. These entities should be given access to weapons, ammunition and explosives collected and also check firearms against INTERPOL\u2019s Illicit Arms Records and tracing Management System (iARMS) database. Doing this would shed light on points of diversion, supply chains, and trafficking routes, inter alia, which may contribute to efforts to counter proliferation and illicit trafficking and support the overall objectives of DDR. Forensic analysis may also lead to investigations regarding the licit or illicit origin of the collected weapons and possible linkages to terrorist organizations, in line with UN Security Council resolutions 2370 (2017) and 2482 (2019).In a number of DDR settings, ammunition is generally handed in without its original packaging and will be loose packed and consist of a range of different calibres. Ammunition should be segregated into separate calibres and then accounted for in accordance with IATG 03.10 on Inventory Management.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 27, - "Heading1": "7. Evaluations", - "Heading2": "7.1 Accounting for weapons and ammunition", - "Heading3": "", - "Heading4": "", - "Sentence": "Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4795, - "Score": 0.258199, - "Index": 4795, - "Paragraph": "To adequately assess the existing capacities of local/regional support systems, an inven- tory and analysis of existing gaps is a first priority. Such an inventory should help to identify the existing local means used to address social and psychosocial issues, poten- tial partners, and the need to create or strengthen a network of practitioners. Next, the capacity of the existing social/psychosocial support structures as well as new ones (where needed), can be built to provide adequate services. A standard team consisting of trauma counselors (locally trained lay practitioners), may serve as a first-level of service providers in terms of trauma-related counseling as well as treatment of psycho-somatic condi- tions. They could also serve as mediators in cases of social adversity (e.g. family violence, extreme poverty, abuse and neglect of children). For the set-up of the treatment it has to be ensured that it is culturally acceptable (i.e. cultural acceptable gender and age match of trauma counselor and client).Sensitization and public awareness programmes on mental health and related psycho-social issues should also be developed and informed by the work of the commu- nity-based local staff. The focus of such programms should be sensitizing the community to the symptoms experienced by those who suffer from mental illness and impairment of associated functioning. This will involve strong efforts to de-stigmatize the conditions faced by psychologically-affected individuals. They should also provide information on access to care.Ideally, specialized treatment to address mental health should be offered to both civil- ians and ex-combatants in a community-based structure. Every DDR programme within a post-conflict setting is confronted with the challenge of reintegrating ex-combatants into a society which is itself recovering from trauma. Offering psychosocial care in a commu- nity-based structure for both former ex-combatants and civilians will foster reconciliation and make it possible for both groups to learn about each other\u2019s experiences during the war. In this way, psychosocial care does not only support the individual to heal, but can foster the restoration of the social fabric. Thus, a DDR programme may refer mentally-ill ex-combatants who cannot be treated through basic counseling to a common health ser- vice structure.Most importantly, all interventions have to be carried out within a framework of implementation research, including micro-level analysis. It will be important to con- duct impact evaluations on effectiveness and efficiency of trauma treatment, functioning recovery pre- and post-treatment in selected individuals, impact on social cohesion in the community, recovery of occupational functioning, socio-economic indicators, impact on readiness for reconciliation, etc,., on a continuing basis. Without such evaluations, there is the risk that ineffective and sometimes even harmful programmes are extended to regional services. Parallel to these evaluations, a measure of supervision (by master counselor, clinical practitioners) and peer sharing has to be set in motion between community, district practitioners and researchers at national level.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 47, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.2. Community-based stepped-care system", - "Sentence": "Every DDR programme within a post-conflict setting is confronted with the challenge of reintegrating ex-combatants into a society which is itself recovering from trauma.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5000, - "Score": 0.258199, - "Index": 5000, - "Paragraph": "DDR practitioners shall base any and all strategic communications interventions \u2013 for example, to combat misinformation and disinformation \u2013 on clear conflict analysis. Strategic communications have a direct impact on conflict dynamics and the perceptions of armed forces and groups, and shall therefore be carefully considered. \u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made through the PI/SC strategy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4521, - "Score": 0.258199, - "Index": 4521, - "Paragraph": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases. Groups associated with armed forces and groups and dependants may not have been eligible to participate in disarmament or demobilization, for instance, but may qualify to participate in reintegration programme activities. It is therefore important to assess eligi- bility on an individual basis using a screening or verification process.DDR planners should develop transparent, easily understood and unambiguous and verifiable eligibility criteria as early as possible, taking into account a balance between security, equity and vulnerability; available resources and funding; and logistical consid- erations. Establishing criteria will therefore depend largely on the size and nature of the caseload and context-specific elements.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.2. Eligibility criteria", - "Heading4": "", - "Sentence": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3228, - "Score": 0.257248, - "Index": 3228, - "Paragraph": "Military personnel possess a wide range of skills and capacities that may contribute to DDR processes in the context of UN peacekeeping operations, SPMs, and non-mission settings. In peacekeeping operations, military components may be made up of formed contingents/units, MILOBs, and staff officers (see section 4). In contrast, in SPMs, MILOBs and military advisers may be deployed in the absence of formed military contingents. In non-mission settings, national and international military personnel can be mandated to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation. In these various types of settings, the role of the military will differ depending on the specific mandate and the resources available.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In non-mission settings, national and international military personnel can be mandated to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4406, - "Score": 0.257248, - "Index": 4406, - "Paragraph": "Post-conflict needs assessments (PCNAs) are a tool developed jointly by the UN Develop- ment Group (UNDG), the European Commission (EC), the World Bank (WB) and regional development banks in collaboration with national governments and with the cooperation of donor countries. National and international actors use PCNAs as an entry point for conceptualizing, negotiating and financing a common shared strategy for recovery and development in fragile, post-conflict settings. The PCNA includes both the assessment of needs and the national prioritization and costing of needs in an accompanying transi- tional results matrix.PCNAs are also used to determine baselines on crosscutting issues such as gender, HIV/AIDS, human rights and the environment. To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises. In addition to influencing inclusion of more traditional areas of practice, DDR planners should aim to influence and lobby for the inclusion of more recently identified areas of need, such as psy- chosocial and political reintegration. For more detailed and updated information about PCNAs, see Joint Guidance Note on Integrated Recovery Planning using Post-Conflict Needs Assessments and Transitional Frameworks, www.undg.org. Also see Module 2.20 section 6.1.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.4. Post-conflict needs assessments (PCNAs)", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3433, - "Score": 0.254, - "Index": 3433, - "Paragraph": "Disarmament is generally understood to be the act of reducing or eliminating arms and, as such, is applicable to all weapons systems, ammunition and explosives, including nuclear, chemical, biological, radiological and conventional systems. This module will focus only on conventional weapons systems and ammunition that are typically held by members of armed forces and groups dealt with during DDR programmes.When transitioning out of armed conflict, States may be vulnerable to conflict relapse, particularly if key conflict drivers, including the proliferation of arms and ammunition, remain unaddressed. Inclusive and effective arms control, and disarmament in particular, is critical to prevent and reduce armed conflict and crime and to support recovery and development, as reflected in the 2030 Agenda for Sustainable Development and the Security Council and General Assembly\u2019s 2016 resolutions on sustaining peace. National arms control management systems encompass more than just disarmament. Therefore, disarmament operations should be planned and conducted in coordination with, and in support of, other arms control and reduction measures, including SALW control (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).The disarmament component of any DDR programme should be specifically designed to respond and adapt to the security environment. It should also be planned in coherence with wider peace- making, peacebuilding and recovery efforts. Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy. Depending on the context, DDR phases could be differently sequenced with, for example, demobilization and reintegration paving the way for disarmament.The disarmament component of a DDR programme will usually consist of four main phases: \\n (1) Operational planning; \\n (2) Weapons collection; \\n (3) Stockpile management; \\n (4) Disposal of collected materiel.The cross-cutting activities that should take place throughout these four main phases are data collection, awareness raising, and monitoring and evaluation. Within each phase there are also a number of recommended specific components (see Table 1).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 4, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Depending on the context, DDR phases could be differently sequenced with, for example, demobilization and reintegration paving the way for disarmament.The disarmament component of a DDR programme will usually consist of four main phases: \\n (1) Operational planning; \\n (2) Weapons collection; \\n (3) Stockpile management; \\n (4) Disposal of collected materiel.The cross-cutting activities that should take place throughout these four main phases are data collection, awareness raising, and monitoring and evaluation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5653, - "Score": 0.25, - "Index": 5653, - "Paragraph": "As explained above, cash, vouchers and in-kind support can be provided as part of a public works programme or as stand-alone reinsertion support. DDR practitioners should choose whether to use one of these transfer modalities (e.g., cash), or a mix of cash, vouchers and/or in-kind support. At a minimum, the choice of a particular modality or combination of modalities should be based on: \\n The preference of recipients; \\n The ability of markets to supply goods at an appropriate price and quality; \\n The access of DDR participants to local markets; \\n The predicted effectiveness of different transfers in meeting the desired outcome; \\n The timeliness in which transitional reinsertion assistance can be delivered; \\n Time to delivery; \\n The potential negative impacts of different types of transfers; \\n The potential benefits of different types of transfers; \\n The comparative efficiency and cost of different types of transfers; \\n The risks associated with different types of transfers; \\n The protection risks related to gender; \\n The capacity of different organizations to deliver transfers; \\n The availability of reliable delivery mechanisms; and \\n Potential links to social protection programming.When an appropriate transfer modality has been decided upon, DDR practitioners shall also consider whether reinsertion assistance should be given as one-off support or paid in instalments. One preferred approach is payment by instalments that decrease over time, thereby reducing dependency and clearly establishing that assistance is strictly time limited.DDR practitioners shall also consider whether all demobilized individuals should be provided with the same amount of assistance or whether different amounts should be given to different individuals on the basis of pre-defined criteria such as rank, number of dependants, length of service, reintegration location (urban or rural) and/or level of disability. If differentiating criteria are adopted, they should be transparent, clearly communicated and based on needs identified through careful profiling (see section 6.3).Finally, a non-corruptible identification system must be established during demobilization that will allow former combatants to receive their reinsertion assistance. The payment list needs to be complete and accurate, former combatants should be registered and provided with a non-transferable photographic ID, and benefits should be tracked through a DDR database or case management system. For information on registration and identity documents, see sections 6.2 and 6.6; for information on case management, see section 6.8.As much as possible, the value of reinsertion assistance should be similar to the standard of living of the rest of the population and be in line with assistance provided to other conflict-affected populations such as refugees or internally displaced persons. This is to avoid the perception that ex- combatants and persons formerly associated with armed forces and groups are receiving special treatment. It is also to avoid creating a disincentive to find employment.Irrespective of the type of transfer modality selected, the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers.For guidance on cash, voucher and in-kind assistance to children, as well as the participation of children in public works programmes, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 34, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.4 Determining transfer modality", - "Heading3": "", - "Heading4": "", - "Sentence": "As explained above, cash, vouchers and in-kind support can be provided as part of a public works programme or as stand-alone reinsertion support.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5083, - "Score": 0.25, - "Index": 5083, - "Paragraph": "To ensure that the DDR PI/SC strategy fits local needs, DDR practitioners should understand the social, political and cultural context and identify factors that shape attitudes. It will then be possible to define behavioural objectives and design messages to bring about the required social change. Target audience and issue analysis must be adopted to provide a tailored approach to engage with different audiences based on their concerns, issues and attitudes. During the planning stage, the aim should be to collect the following minimum information to aid practitioners in understanding the local context: \\n Conflict analysis, including an understanding of local ethnic, racial and religious divisions at the national and local levels; \\n Gender analysis, including the role of women, men, girls and boys in society, as well as the gendered power structures in society and in armed forces and groups; \\n Media mapping, including the geographic reach, political slant and cost of different media; \\n Social mapping to identify key influencers and communicators in the society and their constituencies (e.g., academics and intelligentsia, politicians, youth leaders, women leaders, religious leaders, village leaders, commanders, celebrities, etc.); \\n Traditional methods of communication; \\n Cultural perceptions of the disabled, the chronically ill, rape survivors, extra-marital childbirth, mental health issues including post-traumatic stress, etc.; \\n Literacy rates; \\n Prevalence of intimate partner violence and sexual and gender-based violence; and \\n Cultural moments and/or religious holidays that may be used to amplify messages of peace and the benefits of DDR.Partners in the process also need to be identified. Particular emphasis \u2013 especially in the case of information directed at DDR participants, beneficiaries and communities \u2013 should be placed on selecting local theatre troops and animators who can explain concepts such as DDR, reconciliation and acceptance using figurative language. Others who command the respect of communities, such as traditional village leaders, should also be brought into PI/SC efforts and may be asked to distribute DDR messages. DDR practitioners should ensure that partners are able and willing to speak to all DDR participants and beneficiaries and also to all community members, including women and children.Two additional context determinants may fundamentally alter the design and delivery of the PI/SC intervention: \\n The attitudes of community members towards ex-combatants, women and men formerly associated with armed forces and groups, and youth at risk; and \\n The presence of hate speech and/or xenophobic discourse.In this regard, DDR practitioners shall have a full understanding of how the open communication and publicity surrounding a DDR process may negatively impact the safety and security of participants, as well as DDR practitioners themselves. To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process. These measures may include: \\n Removing and/or amending specific designation of sensitive information related to the DDR process, including but not limited to the location of reception centres, the location of disarmament and demobilization sites, details related to the benefits provided to former members of armed forces and groups, and so forth; and \\n Ensuring the protection of the privacy, and rights thereof, of former members of armed forces and groups related to their identity, ensuring at all times that permission is obtained should any identifiable details be used in communication material (such as photo stories, testimonials or ex- combatant profiles).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 10, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.1 Understanding the local context", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5091, - "Score": 0.25, - "Index": 5091, - "Paragraph": "It is very important to pay attention to the language used in reference to DDR. This includes messaging about the process of disarmament and the \u2018surrender\u2019 of weapons, as well as the terms and expressions used to speak about and to ex-combatants and persons formerly associated with armed forces and groups. It is necessary to acknowledge that they are not naturally violent; that they might have left a lot behind in terms of social standing, respect and income in their armed group; and that therefore their return to civilian life may come with great economic and social sacrifices. The self-perception of former members of armed forces and groups (e.g., as revolutionaries or liberty fighters) also needs be understood, taken into consideration and, in some cases, positively reinforced to ensure their buy-in to the DDR process. Taking these sensitives into account may sometimes include the need to reprofile the language used by Government and local or even international media. It is of vital importance, especially when it comes to the prospect of reintegration, that the discourse used to talk about ex- combatants and persons formerly associated with armed forces and groups is not pejorative and does not reinforce existing stereotypes or community fears.Communicating about former members of armed forces and groups is also important in contexts where transitional justice measures are underway. The strategic communication and public information elements of supporting transitional justice as part of a DDR process (including, truth telling, criminal prosecutions and other accountability measures, reparations, and guarantees of non- recurrence) should be carefully planned (see IDDRS 6.20 on DDR and Transitional Justice). PI/SC campaigns should be designed to complement transitional justice interventions, and to manage the expectations of DDR participants, beneficiaries and communities. When transitional justice measures are visibly and publically integrated into DDR processes, this may help to ensure that grievances are addressed and demonstrate that these grievances were heard and taken into account. The visibility of these measures, in turn, contribute to improving the the prospects of social cohesion and receptibility between ex-combatants and communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 11, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.2 Communicating about former members of armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The strategic communication and public information elements of supporting transitional justice as part of a DDR process (including, truth telling, criminal prosecutions and other accountability measures, reparations, and guarantees of non- recurrence) should be carefully planned (see IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5339, - "Score": 0.25, - "Index": 5339, - "Paragraph": "Demobilization activities are carried out at designated sites. Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups. They can be semi-permanent and constructed specifically for this purpose, such as cantonment camps (see Annex B for the generic layout of a cantonment camp). Although cantonment was long considered standard practice in DDR programmes, temporary sites may also be appropriate. The decision concerning which type of demobilization site to use should be guided by the specific country context, the security situation, and the advantages and disadvantages associated with semi-permanent and temporary sites, as outlined in the sections that follow.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 14, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "", - "Heading4": "", - "Sentence": "Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3738, - "Score": 0.25, - "Index": 3738, - "Paragraph": "Destruction reduces the flow of illicit arms and ammunition in circulation and removes the risk of materiel being diverted (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). Arms and ammunition that are surrendered during disarmament operations are in an unknown state and likely hazardous, and their markings may have been altered or removed. The destruction of arms and ammunition during a DDR programme is a highly symbolic gesture and serves as a strong confidence-building measure if performed and verified transparently. Furthermore, destruction is usually less financially burdensome than storing and guarding arms and ammunition in accordance with global guidelines.Obtaining agreement from the appropriate authorities to proceed usually takes time, resulting in delays and related risks of diversion or unplanned explosions. Disposal methods should therefore be decided upon with the national authorities at an early stage and clearly stated in the national DDR programme. Transparency in the disposal of weapons and ammunition collected from former warring parties is key to building trust in DDR and the entire peace process. A clear plan for destruction should be established by the DDR component or the lead UN agency(ies) with the support of WAM advisers, including the most suitable method for destruction (see Annex E), the development of an SOP, the location, as well as options for the processing and monitoring of scrap metal recycling, if relevant, and the associated costs of the destruction process. The plan shall also provide for the monitoring of the destruction by a third party to ensure that the process was efficient and that all materiel is accounted for to avoid diversion. The physical destruction of weapons is much simpler and safer than the physical destruction of ammunition, which requires highly qualified personnel and a thorough risk assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 30, - "Heading1": "8. Disposal phase", - "Heading2": "8.1 Destruction of materiel", - "Heading3": "", - "Heading4": "", - "Sentence": "The destruction of arms and ammunition during a DDR programme is a highly symbolic gesture and serves as a strong confidence-building measure if performed and verified transparently.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4275, - "Score": 0.25, - "Index": 4275, - "Paragraph": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation. All UN DDR programmes shall be: people-centred; flexible; accountable and transparent; nationally and locally owned; inte- grated; and well-planned, in addition to being gender-sensitive. More specifically, when designing and implementing reintegration programmes, planners and practitioners shall take the following guidance into consideration:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4535, - "Score": 0.25, - "Index": 4535, - "Paragraph": "One of the weaknesses of past DDR programmes has been the lack of clearly defined objectives and measurable indicators, which are needed for the monitoring and evalua- tion (M&E) of the programme. The measurement of outcomes is essential to determining the success and effectiveness of inputs and outputs in the programme. Once the decision to implement a DDR programme has been taken, the government and/or national and local stakeholders, together with UN agencies and partners, shall develop a framework for results-based monitoring and evaluation. For more details on M&E see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and the UNDP How-to Guide on Monitor- ing and Evaluation for Disarmament, Demobilization and Reintegration Programmes.The starting point for effective, results-based M&E is for all concerned parties to arrive at a clear and unambiguous agreement about the context-specific objectives and expected results of the reintegration programme. Once expected results are clearly defined, all stakeholders must agree on key indicators for monitoring progress towards and measur- ing the achievement of outputs and outcomes.Reintegration outcomes typically refer to employment rates, changes in income, changes in ex-combatant behaviour, successful interactions with other social groups, and improvement in security both at national and local levels. M&E programmes should be sure to include indicators related to the efficient use of livelihoods resources in order to determine if programme approaches need to be adapted mid-way to increase the likeli- hood of success in the long-term.The programme budget required for M&E will largely depend on the following factors: \\n The number of dedicated M&E staff the programme hires and at what level; \\n The number of planned external evaluations; \\n The number and type of surveys and other primary data collection activities; \\n The costs associated with training; \\n The costs of establishing baselines.A very approximate rule of thumb is that around 3-7 percent of dedicated programme resources will be needed for effective and meaningful M&E.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 27, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.5. Monitoring and evaluation (M&E)", - "Heading4": "", - "Sentence": "One of the weaknesses of past DDR programmes has been the lack of clearly defined objectives and measurable indicators, which are needed for the monitoring and evalua- tion (M&E) of the programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4627, - "Score": 0.25, - "Index": 4627, - "Paragraph": "Since most programme participants will need to rely on the informal economy for employ- ment, a strong focus on self-employment through business training support will offer those with entrepreneurial drive an effective means to succeed independently. While the recovery and expansion of the private sector should be encouraged, it is often necessary to focus on creating new micro enterprises for most ex-combatants.Vocational training needs to be accompanied by the provision of access to micro- finance and start-up grants or tools to facilitate micro business and self-employment activities. If such institutions and mechanisms are already locally available, the reinte- gration programme should establish partnerships with them to ensure accessibility for programme participants. Consistent follow up of such programmes is extremely impor- tant, as many reintegration programme participants may be attempting self-employment for the first time and will need significant coaching and mentoring.The success of microfinance projects involves a significant amount of business skills training, for which provisions must be made for participants to attend (i.e. subsidies for food, transportation, childcare etc). Such assistance should culminate in a business plan. In situations of low literacy or illiteracy, a programme must begin with literacy training or must develop low literacy tools such as pictograms for accounting, stock management, market analysis, how to access micro-credit and other business functions. One of the most important parts of any micro-finance programme is the social benefit. Often the business skills and training are complemented by social education on a range of context-appropri- ate topics including reproductive health, HIV, peace building, conflict resolution, gender equality, and general sessions that work to build self-esteem and self-confidence.Reintegration programmes should also ensure that many different kinds of small businesses are started to avoid distorting the balance of supply and demand in local markets. In addition, these businesses should be based on market surveys that iden- tify businesses and services needed in a particular area. It is also important to ensure that the same businesses do not get support from multiple organizations. Finally, value chain analysis focusing on small and medium enterprises (SMEs) in high demand niche market commodities, and linkage arrangements between micro enterprises as suppliers to medium and larger scale firms, should be sought out, thus helping to guarantee sustaina- bility for SMEs in an otherwise difficult post-conflict market environment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 36, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.5. Micro and small business training and start-ups", - "Heading4": "", - "Sentence": "If such institutions and mechanisms are already locally available, the reinte- gration programme should establish partnerships with them to ensure accessibility for programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4754, - "Score": 0.25, - "Index": 4754, - "Paragraph": "The lack of available land for resettlement has been a major obstacle to successful rein- tegration in several countries, particularly those with high demographic pressure. Land is of critical concern in all components of reintegration ranging from the political to the social and economic spheres (for more information see section 9.5.4. of this module). It is also very closely associated with the definition of one\u2019s identity, and can represent a diffi- cult issue for DDR programme participants in both rural and urban settings. The return of refugees and IDPs along with ex-combatants and associated groups is likely to heighten tensions over land, thereby calling for the need to address these issues early on.Disputes over land and access to natural resources are among the root causes of many conflicts and can prove instrumental in the deterioration of the security situation (see Module 6.30 on DDR and Natural Resource Management). DDR programme planners must take these underlying tensions into account when planning the return, resettlement and reintegration of ex-combatants, as they are often competing with other returnees for access to land. Conducting an early conflict analysis which includes information on his- torical and available dispute mechanisms will assist reintegration planners in identifying the impact, availability and effectiveness of land and property dispute mechanisms. These assessments will also allow DDR programmes to respond to these issues with support to wider initiatives addressing land and access to natural resources and to avoid doing more harm through their interventions.DDR reintegration programmes should seek to support the mediation of housing and land disputes at the local level whenever possible, through support to legal aid groups or other appropriate service providers. Such mechanisms can transform potential conflict scenarios into reconciliation opportunities (e.g. through involving both ex-combatants and community members in finding solutions through mediation and arbitration that are acceptable to all and in line with cultural norms, where appropriate). Women, youth, children and disabled ex-combatants are among the most vulnerable groups with regard to land exclusion and disfranchisement. This not only has direct con- sequences on their livelihoods but also on their social standing within their communities. DDR planners and managers must keep in mind that in rural areas, traditional laws are likely to be those most abided by the population. In these systems, women may not tradi- tionally have access to property rights, but rather to user rights through their husbands and families. Should they find themselves widowed, separated or single for any reason, their livelihoods may be threatened unless recourse to traditional/local authorities is made on their behalf (see also IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 45, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "It is also very closely associated with the definition of one\u2019s identity, and can represent a diffi- cult issue for DDR programme participants in both rural and urban settings.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4443, - "Score": 0.246598, - "Index": 4443, - "Paragraph": "Community perception surveys include background information on socioeconomic and demographic data on all future direct beneficiaries of the reintegration programme including community expectations and perceptions of assistance provided to returning/ resettling ex-combatants. Community perception surveys collect useful data which can be used for qualitative indicators and to monitor changes in community perceptions of the reintegration process over time. DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 18, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.4. Community perception surveys", - "Heading4": "", - "Sentence": "DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4135, - "Score": 0.242536, - "Index": 4135, - "Paragraph": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities. Contingent on mandate and/or deployment strength, UN police personnel should aim to build a strong working relationship with different segments of local communities that enables the DDR process to take place. More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members. UN police personnel can monitor disarmament and demobilization sites and regularly liaise with communities and their male and female leaders at critical phases of the DDR process. Experience has shown that neglecting to address the different and shared concerns of the various segments of communities can lead to delays and a loss of the momentum required to push DDR forward. Due to their role in community policing, UN police personnel are often well placed to identify local concerns and coordinate with the parties involved to quickly resolve any problems that may arise.The presence of a dedicated UN police liaison officer within a mission\u2019s DDR component helps in the gathering and processing of intelligence on ex-combatants and persons formerly associated with armed forces and groups, their current situation and their possible future activities/locations. Such a liaison officer provides a valuable link to the operations of the UN police component and State police and law enforcement institutions. In this regard, the liaison officer can also keep the DDR component up to date on the progress of UN police personnel in advising and training the State police service.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "6. DDR processes and policing \u2013 general tasks", - "Heading2": "6.2 Coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "UN police personnel can monitor disarmament and demobilization sites and regularly liaise with communities and their male and female leaders at critical phases of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4830, - "Score": 0.242536, - "Index": 4830, - "Paragraph": "Political reintegration is the involvement and participation of ex-combatants and people associated with armed forces and groups\u2014and the communities to which they return\u2014in post-conflict decision- and policy-making processes at the national, regional and commu- nity levels. Political reintegration activities include providing ex-combatants and other war-affected individuals with the support, training, technical assitance and knowledge to vote, form political parties and extend their civil and political rights as part of the overar- ching democratic and transitional processes in their communities and countries.It is important to differentiate between political reintegration and the political nature of DDR and other peace-building processes. Almost without exception, DDR processes are part of an overarching political strategy to induce armed actors to exchange violence for dialogue and compromise through power-sharing and electoral participation. In that it aims to reestablish the State as the sole authority over the use of violence, DDR is inherently part of the overall political strategy during peacemaking, peacekeeping and peace-building. While political reintegration is related to this strategy, its goals are far more specific, focusing on integrating programme participants into the political processes of their communities and countries at both the individual and group level.If properly executed, political reintegration will allow for the legitimate grievances and concerns of ex-combatants and former armed groups to be voiced in a socially-con- structive and peaceful manner that addresses root causes of conflict.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 50, - "Heading1": "11. Political Reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In that it aims to reestablish the State as the sole authority over the use of violence, DDR is inherently part of the overall political strategy during peacemaking, peacekeeping and peace-building.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3449, - "Score": 0.242536, - "Index": 3449, - "Paragraph": "Disarmament activities must not introduce distinctions based on sex, race, ethnicity, religion or other arbitrary criteria that may create or exacerbate vulnerabilities and power imbalances. All stages of disarmament or other arms control initiatives must integrate gender and age considerations, including the differing impacts and perceptions of such processes on women, men, boys and girls. Such an approach requires gender expertise, gender analysis, the collection of sex- and age-disaggregated data, and the meaningful participation of women and girls at each stage of the process. A gender- transformative approach actively examines, questions and changes unequal gender norms and imbalances of power. A gender-transformative approach thus helps countries to promote equitable rights and health, and contributes to the prevention of sexual and gender-based violence. A gender- transformative DDR programme should acknowledge, incorporate and address messages on masculinities and violence, including the linkage between masculinities and weapons ownership. Gender-transformative DDR programmes should also ensure that there are both male and female UN military personnel in leadership roles at pick-up points and mobile disarmament sites, and participating in the destruction of weapons. All precautions shall also be taken to avoid reinforcing or generating gender inequalities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender-responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender- transformative DDR programme should acknowledge, incorporate and address messages on masculinities and violence, including the linkage between masculinities and weapons ownership.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3515, - "Score": 0.242536, - "Index": 3515, - "Paragraph": "A comprehensive risk and security assessment should be conducted to inform the planning of disarmament operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries. The assessment should identify the tolerable risk (the risk accepted by society in a given context based on current values), and then identify the protective measures necessary to achieve a residual risk (the risk remaining after protective measures have been taken). Risks related to women, youth, children and other specific-needs groups should also be considered. Operational and technical risks to be assessed when considering which approach to take might relate to the combatants themselves, as well as to the types of weapons, ammunition and explosives being collected, and to external threats.In developing this \u2018safe\u2019 working environment, it must be acknowledged that there can be no absolute safety, and that many of the activities carried out during weapons collection operations have a high risk associated with them. However, national authorities, international organizations and non- governmental organizations (NGOs) must try to achieve the highest possible levels of safety.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 11, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "A comprehensive risk and security assessment should be conducted to inform the planning of disarmament operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3724, - "Score": 0.242536, - "Index": 3724, - "Paragraph": "The storage of weapons is less technical than that of ammunition and explosives, with the primary risks being loss and theft due to poor management. Although options for security measures are often quite limited in the field, in order to prevent or delay theft, containers should be equipped with fixed racks on which weapons can be secured with chains or steel cables affixed with padlocks. Some light weapons that contain explosive components, such as man-portable air- defence systems, will present explosive hazards and should be stored with other explosive materiel, in line with guidance on Compatibility Groups as defined by IATG 01.50 on UN Explosive Hazard Classification Systems and Codes.To allow for effective management and stocktaking, weapons that have been collected should be tagged. Most DDR programmes use handwritten tags, including the serial number and a tag number, which are registered in the DDR database. However, this method is not effective in the long term and, more recently, DDR components have been using purpose-made bar code tags, allowing for electronic reading, including with a smartphone.A physical stock check by number and type of arms should be conducted on a weekly basis in each storage facility, and the serial numbers of no less than 10 per cent of arms should be checked against the DDR weapons and ammunition database. Every six months, a 100 per cent physical stock check by quantity, type and serial number should be conducted, and records of storage checks should be kept for review and audit processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 29, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "7.3.1 Storing weapons", - "Heading4": "", - "Sentence": "Most DDR programmes use handwritten tags, including the serial number and a tag number, which are registered in the DDR database.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4481, - "Score": 0.242536, - "Index": 4481, - "Paragraph": "DDR programme planners should ensure that participatory planning includes representa- tion of the armed forces\u2019 and groups\u2019 leadership and the (ex-) combatants themselves, both women and men. To facilitate the inclusion of younger and less educated (ex-) combatants and associated groups in planning activities, DDR representatives should seek out cred- ible mid-level commanders to encourage and inform about participation. This outreach will help to ensure that the range of expectations (of leaders, mid-level commanders, and the rank and file) are, where possible, met in the programme design or at least managed from an early stage.DDR planners and managers should exercise caution and carefully analyze pros and cons in supporting the creation of veterans\u2019 associations as a way of ensuring adequate representation and social support to ex-combatants in a DDR process. Although these asso- ciations may be useful in some contexts and function as an early warning and response system for identifying dissatisfaction among ex-combatants, and for confidence-building between discontented groups and the rest of the community, they should not become an impediment to the reintegration of ex-combatants in society by perpetuating violent or militaristic identities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.2. Ex-combatant engagement", - "Heading4": "", - "Sentence": "DDR programme planners should ensure that participatory planning includes representa- tion of the armed forces\u2019 and groups\u2019 leadership and the (ex-) combatants themselves, both women and men.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5412, - "Score": 0.235702, - "Index": 5412, - "Paragraph": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin. In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site. Group leaders, including women, should be chosen and given the responsibility of reporting any misbehaviour. A mechanism should also exist between group leaders and staff that will enable arbitration to take place should disputes or complaints arise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.5 Managing demobilization sites", - "Heading4": "", - "Sentence": "In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4061, - "Score": 0.235702, - "Index": 4061, - "Paragraph": "When police support to a DDR process is mandated by the Security Council or requested by a Government, it shall be integrated appropriately into DDR planning and management processes. Additionally, support to police reform cannot be an isolated activity and should take place at the same time as the reform and development of the criminal justice system, including prosecution, judiciary and prison systems, in a comprehensive SSR process (see IDDRS 6.10 on DDR and SSR). All three components of the criminal justice system work together and support one another.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "When police support to a DDR process is mandated by the Security Council or requested by a Government, it shall be integrated appropriately into DDR planning and management processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4430, - "Score": 0.235702, - "Index": 4430, - "Paragraph": "As full profiling and registration of ex-combatants is typically conducting during disar- mament and demobilization, programme planners and managers should ensure that these activities are designed to support reintegration, and that information gathered through profiling forms the basis of reintegration assistance. For more information on profiling and registration during disarmament and demobilization, see Module 4.10 section 7 and Module 4.20 sections 6 and 8.Previous DDR programmes have often experienced a delay between registration and the delivery of assistance, which can lead to frustration among ex-combatants. To deal with this problem, DDR programmes should provide ex-combatants with a clear and realistic timetable of when they will receive reintegration assistance when they first register for DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 16, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.2. Full profiling and registration of ex-combatants", - "Heading4": "", - "Sentence": "To deal with this problem, DDR programmes should provide ex-combatants with a clear and realistic timetable of when they will receive reintegration assistance when they first register for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4514, - "Score": 0.235702, - "Index": 4514, - "Paragraph": "A well-designed DDR programme shall not only enhance basic security but shall also sup- port wider recovery and development efforts. It shall further define strategies to address the following essential elements for progamme success: \\n Reintegration strategy and exit strategy; \\n Eligibility criteria; \\n Public information and sensitization; \\n Information counseling and referral services (ICRS); \\n Monitoring and evaluation (M&E); \\n Capacity development; \\n Resource mobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 25, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "", - "Heading4": "", - "Sentence": "A well-designed DDR programme shall not only enhance basic security but shall also sup- port wider recovery and development efforts.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4885, - "Score": 0.234261, - "Index": 4885, - "Paragraph": "Many DDR programmes have failed in the past due to their narrow focus and short-term approach. To achieve sustainability and meet its goals to improve security, DDR must pave the way for post-conflict recovery and development to take root. Reintegration pro- grammes shall therefore be conceptualized, planned, designed and implemented as part of, or at least in very close cooperation with, wider recovery strategies. Linkages shall include, but not be limited to the areas of post-conflict rehabilitation, resettlement of dis- placed populations, reconciliation efforts, human rights promotion, transitional justice, improved governance and security sector reform. To achieve coherence, when design- ing reintegration programmes, UN practitioners should coordinate, and where possible, jointly plan programmes with actors working in these areas.In the case of reintegration, a number of UN agencies work in parallel to integrate various war-affected peoples including ex-combatants, returnees and IDPs, into the same labour market and communities. Information, such as number and profile of beneficiar- ies, therefore needs to be shared among UN agencies engaged in reintegration assistance. It should be the guiding principle from the earliest pre-mission assessment phase and continue throughout all stages of strategy development, programme planning and imple- mentation. The use of Memoranda of Understanding (MoU) between agencies intervening in the same sector or on the same issue has proven an efficient mechanism for coordination.DDR programme managers will need to ensure close coordination: \\n In the field, where coordination among UN entities, national counterparts, receiving communities, NGOs, donors, governmental aid organizations, and other implementing partners should be established at the earliest stages of mission planning; \\n At Headquarters, through integrated mission planning structures and processes (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures) to ensure that coordinated, coherent and consistent direction and support is provided to field operators; \\n Between the field and Headquarters, to ensure that lessons learned and policy devel- opment on DDR are built into field-level programming, particularly at the start of missions and DDR processes, as well as to ensure the participation of key stakehold- ers at the international level.Programme managers should also focus on building strong local, national and inter- national partnerships from the start. Partnerships are essential, both in direct, short-term programme implementation and in forming links to longer-term recovery, peace-build- ing, governance and development programmes.DDR managers should also ensure that relevant recovery and development frame- works are identified and guide their programmes, with specific attention to national recovery plans and poverty reduction strategy papers (PRSPs), the UN Development Assistance Framework (UNDAF), and the UN Policy for Post-Conflict Employment Crea- tion, Income Generation and Reintegration. This is vital to ensure that DDR programming is linked to peace-building, transition, recovery and reconstruction strategies and that it will facilitate the involvement of the various UN and other international agencies. While all efforts should be made to coordinate closely with other actors implementing related programmes, DDR programme managers should also clearly identify those objectives 3.10 that the reintegration programme can deal with directly, and those in which it can only contribute.Experience has shown that coordination is difficult to achieve, and that post-conflict governments often do not possess the organizational capacity to coordinate all of the pro- gram partners. This must be effectively communicated to donors so that they do not have unrealistic expectations on the ground for DDR programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 57, - "Heading1": "Endnotes", - "Heading2": "12. Linking reintegration to wider recovery and development", - "Heading3": "", - "Heading4": "", - "Sentence": "While all efforts should be made to coordinate closely with other actors implementing related programmes, DDR programme managers should also clearly identify those objectives 3.10 that the reintegration programme can deal with directly, and those in which it can only contribute.Experience has shown that coordination is difficult to achieve, and that post-conflict governments often do not possess the organizational capacity to coordinate all of the pro- gram partners.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5504, - "Score": 0.229416, - "Index": 5504, - "Paragraph": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females. Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation. Profiling should include an emphasis on better understanding the reasons why these individuals joined armed forces or groups, aspirations for reintegration, what is needed for a given individual to become a productive citizen, education and technical/professional skill levels and major gaps, heath-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reinsertion and reintegration support. A standardized questionnaire collecting quantitative and qualitative information from ex-combatants and persons formerly associated with armed forces and groups shall be developed. This questionnaire can be supported by qualitative profiling, such as assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics). DDR practitioners should be aware that profiling may lead to raised expectations, especially if ex- combatants and persons formerly associated with armed forces and groups interpret questions about what they want to do in civilian life as promises of future support. DDR practitioners should therefore clearly explain the purpose of the profiling survey (i.e., to better tailor subsequent support) and inform participants of the limitations of future support. A sample profiling questionnaire can be found in Annex D.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.3 Profiling", - "Heading3": "", - "Heading4": "", - "Sentence": "Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3551, - "Score": 0.229416, - "Index": 3551, - "Paragraph": "If women are not adequately integrated into DDR programmes, and disarmament operations in particular, gender stereotypes of masculinity associated with violence, and femininity dissociated from power and decision-making, may be reinforced. If implemented in a gender-sensitive manner, a DDR programme can actually highlight the constructive roles of women in the transition from conflict to sustainable peace.Disarmament can increase a combatant\u2019s feeling of vulnerability. In addition to providing physical protection, weapons are often seen as important symbols of power and status. Men may experience disarmament as a symbolic loss of manhood and status. Undermined masculinities at all ages can lead to profound feelings of frustration and disempowerment. For women, disarmament can threaten the gender equality and respect that may have been gained through the possession of a weapon while in an armed force or group.DDR programmes should explore ways to promote alternative symbols of power that are relevant to particular cultural contexts and that foster peace dividends. This can be done by removing the gun as a symbol of power, addressing key concerns over safety and protection, and developing strategic engagement with women (particularly female dependants) in disarmament operations.Female combatants and women and girls associated with armed forces and groups are common in armed conflicts across the world. To ensure that men and women have equal rights to participate in the design and implementation of disarmament operations, a gender-inclusive and -responsive approach should be applied at every stage of assessment, planning, implementation, and monitoring and evaluation. Such an approach requires gender expertise, gender analysis, the collection of sex- and age-disaggregated data, and the meaningful participation of women at each stage of the DDR process.Gender-sensitive disarmament operations are proven to be more effective in addressing the impact of the illicit circulation and misuse of weapons than those that do not incorporate a gender perspective (MOSAIC 6.10 on Women, Men and the Gendered Nature of Small Arms and Light Weapons). Therefore, ensuring that gender is adequately integrated into all stages of disarmament and other DDR-related arms control initiatives is essential to the overall success of DDR processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4 Gender-sensitive disarmament operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Therefore, ensuring that gender is adequately integrated into all stages of disarmament and other DDR-related arms control initiatives is essential to the overall success of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3851, - "Score": 0.229416, - "Index": 3851, - "Paragraph": "Transitional WAM as part of a DDR process shall be implemented on a voluntary basis and, where appropriate, through engaging communities and armed forces and groups to identify issues and design solutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM as part of a DDR process shall be implemented on a voluntary basis and, where appropriate, through engaging communities and armed forces and groups to identify issues and design solutions.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3867, - "Score": 0.229416, - "Index": 3867, - "Paragraph": "Meticulous assessments, planning and monitoring are required in order to implement effective, evidence-based, tailored, gender- and age-responsive transitional WAM as part of a DDR process. Such an approach includes a contextual analysis, age and gen- der analysis, a risk and security assessment, the development of standard operating procedures (SOPs), the identification of technical and logistical resources, and a timeta- ble for operations and public awareness activities (see IDDRS 4.10 on Disarmament for guidance on these activities). The planning for transitional WAM should be articulated in the DDR national strategy, arms control strategy and/or broader national security strategy. If the context is a UN mission setting, the planning for transitional WAM should also be articulated in the mission concept, lower-level strategies and vision doc- uments of the UN mission. Importantly, DDR-related transitional WAM must not be designed in isolation from other arms control or related initiatives run by the national authorities and their international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 5, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Meticulous assessments, planning and monitoring are required in order to implement effective, evidence-based, tailored, gender- and age-responsive transitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4519, - "Score": 0.229416, - "Index": 4519, - "Paragraph": "Reintegration programmes are often only able to cover the conflict transition and early recovery periods as the timeframes of externally-supported programmes is limited. Reintegration processes, however, take much longer and become in large part \u2013 if not entirely \u2013 the responsibility of national actors. Due to this timeframe, the reintegration process is inherently linked to long-term recovery and development processes. Many aspects and outcomes of the reintegration programme, therefore, need to be transferred and sustained beyond the lifespan of the DDR operation to support national counterparts in the immense task at hand. To ensure this smooth transition, reintegration programme managers shall clearly define the exit strategy during the planning stage, focusing on the transition between reintegration and broader SSR, violence prevention, wider recovery, peace building and development processes.A capacity development component at the end of the reintegration programme should be planned for from the earliest stage to assure a smooth programme transition and to ensure that the responsibility for reintegration consistently rests with national institutions and government ministries.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 25, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.1. Reintegration strategy and exit strategy", - "Heading4": "", - "Sentence": "Many aspects and outcomes of the reintegration programme, therefore, need to be transferred and sustained beyond the lifespan of the DDR operation to support national counterparts in the immense task at hand.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3365, - "Score": 0.228748, - "Index": 3365, - "Paragraph": "The UN\u2019s Force Generation Service is responsible for interaction with Member States to acquire the military capabilities identified in the operational requirement. Contributions are negotiated on a case- by-case basis. Member States will not start formal negotiations until the Security Council has mandated a mission. For complex missions, i.e., most missions involving DDR, the UN has a target of having troops completely deployed within 90 days.If the military operational requirement specifically identified to support DDR is likely to be concentrated on support to disarmament, transitional WAM, and demobilization, it may be possible to reduce the size of the force once these aspects have been completed, if the security situation allows. In other words, it may be possible to design a force structure that has an element that will be required only for these specific activities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.9 Force generation ", - "Heading3": "", - "Heading4": "", - "Sentence": "For complex missions, i.e., most missions involving DDR, the UN has a target of having troops completely deployed within 90 days.If the military operational requirement specifically identified to support DDR is likely to be concentrated on support to disarmament, transitional WAM, and demobilization, it may be possible to reduce the size of the force once these aspects have been completed, if the security situation allows.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4854, - "Score": 0.226134, - "Index": 4854, - "Paragraph": "It is important to recall that DDR programmes are not vested with the authority or capacity to deliver full-scale political and electoral support. Development of political reintegration programme activities should therefore aim to link closely with relevant organizations and capacities involved specifically in electoral processes and political party development, including national stakeholders, UN agencies, international and regional organizations and NGOs.Within the UN system, the Department of Political Affairs, through its Electoral Assistance Division (EAD), the United Nations Development Programme (UNDP), and existing civil affairs and PI units of UN missions, can be looked to for key guidance on implementing both individual and group political reintegration efforts. Outside the UN system, key multilateral organizations working to provide political party assistance and election observations include the Organization for Security and Co-operation in Europe (OSCE), the Organization of American States (OAS) and the International Institute for Democracy and Electoral Assistance (IDEA).In addition, leading international actors active in providing relevant assistance include: the German and Swedish party foundations, the National Democratic Insti- tute (NDI) and the International Republican Institute (IRI) in the United States, Britain\u2019s Westminster Foundation for Democracy (WFD), the Netherlands Institute for Multiparty Democracy (NIMD) and Australia\u2019s Centre for Democratic Institutions (CDI). It is impor- tant to emphasize that the majority of these party assistance organizations, although mostly funded by bilateral aid agencies and governments, are independent institutes that are relatively autonomous as regards how, with whom and where they execute their pro- grammes. Where applicable and appropriate, DDR managers should aim to partner with such organizations to build capacity within the DDR programme on political reintegra- tion issues and exchange information regarding best practices.For more information on coordination and partnerships in the area of political rein- tegration, see UNDP\u2019s Elections and Conflict Prevention: A Guide to Analysis, Planning, and Programming, 2009.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 54, - "Heading1": "11. Political Reintegration", - "Heading2": "11.3. Establishing partnerships and coordination mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "Where applicable and appropriate, DDR managers should aim to partner with such organizations to build capacity within the DDR programme on political reintegra- tion issues and exchange information regarding best practices.For more information on coordination and partnerships in the area of political rein- tegration, see UNDP\u2019s Elections and Conflict Prevention: A Guide to Analysis, Planning, and Programming, 2009.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3717, - "Score": 0.226134, - "Index": 3717, - "Paragraph": "The safety and security of collected weapons, ammunition and explosives shall be a primary concern. This is because the diversion of materiel or an unplanned storage explosion would have an immediate negative impact on the credibility and the objectives of the whole DDR programme, while also posing a serious safety and security risk. DDR programmes very rarely have appropriate storage infrastructure at their disposal, and most are therefore required to build their own temporary structures, for example, using shipping containers. Conventional arms and ammunition can be stored effectively and safely in these temporary facilities if they comply with international guidelines including IATG 04.10 on Field Storage, IATG 04.20 on Temporary Storage and MOSAIC 5.20 on Stockpile Management.The stockpile management phase shall be as short as possible. The sooner that collected weapons and ammunition are disposed of (see section 8), the better in terms of (1) security and safety risks; (2) improved confidence and trust; and (3) a lower requirement for personnel and funding.Post-collection storage shall be planned before the start of the collection phase with the support of a qualified DDR WAM adviser who will determine the size, location, staff and equipment required based on the findings of the integrated assessment (see section 5.1). The SOP should identify the actors responsible for securing storage sites, and a risk assessment shall be conducted by a WAM adviser in order to determine the optimal locations for storage facilities, including appropriate safety distances. The assessment shall also help identify priorities in terms of security measures to be adopted with regards to physical protection (see DDR WAM Handbook Unit 16).The content of DDR storage sites shall be checked and verified on a regular basis against the DDR weapons and ammunition database (see section 7.3.1). Any suspected loss or theft shall be reported immediately and investigated according to the SOP (see MOSAIC 5.20 for an investigative report template as well as UN SOP Ref.2017.22 on Loss of Weapons and Ammunition in Peace Operations).Weapons and ammunition must be taken from a store only by personnel who are authorized to do so. These personnel and their affiliation should be identified and authenticated before removing the materiel. The details of personnel removing and returning materiel should be recorded in a log, identifying their name, affiliation and signature, dates and times, weapons/ammunition details and the purpose of removal.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 29, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "", - "Heading4": "", - "Sentence": "The assessment shall also help identify priorities in terms of security measures to be adopted with regards to physical protection (see DDR WAM Handbook Unit 16).The content of DDR storage sites shall be checked and verified on a regular basis against the DDR weapons and ammunition database (see section 7.3.1).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5502, - "Score": 0.223607, - "Index": 5502, - "Paragraph": "Combatants and persons associated with armed forces and groups should be provided with clear and simple guidance when they arrive at demobilization sites, taking into consideration their level of literacy. This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe. If a large number of participants are being addressed, it is key to stick to simple concepts, mainly who, what and where. More complex explanations can be provided to smaller groups organized in follow-up to the initial briefing. This can help to prevent unrest and stress within the group. Contingent on the type of demobilization site, introductory briefings should cover, among other things, the following: \\n Site orientation; \\n Outline of activities and processes; \\n Routines and time schedules; \\n The rights and obligations of combatants and persons associated with armed forces and groups throughout the demobilization process; \\n Rules and discipline, including areas that are off limits; \\n Policies concerning freedom of movement in and out of the demobilization site; \\n Policies on SGBV and the consequences of infringement of these policies; \\n Security at the demobilization site; \\n How to report misbehaviour, including specific mechanisms for women; \\n Mechanisms to raise complaints about conditions and treatment at the demobilization site; \\n Procedures for dependants; and \\n Fire precautions and physical safety.Where possible, oral briefings should be supported by written material produced in the local language(s). Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Reception", - "Heading3": "", - "Heading4": "", - "Sentence": "Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3962, - "Score": 0.223607, - "Index": 3962, - "Paragraph": "Although DDR and SALW control are separate areas of engagement, technically they are very closely linked, particularly in DDR settings where transitional WAM overlaps with SALW control objectives, activities and target audiences. SALW remain particu- larly prevalent in many regions where DDR is implemented. Furthermore, the uncon- trolled circulation of SALW can impede the implementation of DDR processes and enable conflict (see the report of the Secretary General on SALW (S/2019/1011)). DDR practitioners should work in close collaboration with both national DDR commissions and SALW control bodies, if they exist, and both areas of work should be closely co- ordinated and strategically sequenced. For instance, the implementation of a weapons survey and the use of mortality and morbidity data from an ongoing injury surveil- lance national system could serve as the basis for the development of both DDR-related transitional WAM activities and SALW control strategy.The term \u2018SALW control\u2019 refers to those activities that together aim to reduce the security, social, economic and environmental impact of uncontrolled SALW proliferation, possession and circulation. These activities largely consist of, but are not limited to: \\n Cross-border control measures; \\n Information management and exchange; \\n Legislative and regulatory measures; \\n SALW awareness and outreach strategies; \\n SALW surveys and assessments; \\n SALW collection and registration, including utilization of relevant regional and international databases for cross-checking \\n SALW destruction; \\n Stockpile management; \\n Marking, recordkeeping and tracing.The international community, recognizing the need to deal with the challenges posed by the illicit trade in SALW, adopted the United Nations Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/Conf.192/15) in 2001 (PoA) (see section 5.2). In this framework, states commit themselves to, among other things, strengthen agreed norms and measures to help prevent and combat the illicit trade in SALW, and mobilize political will and resources in order to prevent the illicit transfer, manufacture, export and import of SALW. Regional agreements, declarations and conventions have built upon and deepened the commitments contained within the PoA. As a result, a number of countries around the world have set up SALW control programmes as well as institutional processes to implement them. SALW control programmes and activities should be designed and implemented in line with MOSAIC (see Annex B), which provides clear, practical and comprehensive guidance to practitioners and policymakers.During DDR, SALW control should be implemented to focus on wider arms con- trol at the national and community levels. It is essential that all weapons are considered during a DDR process, even though the focus may initially be on those weapons held by armed forces and groups. For these reasons, the transitional WAM mechanisms established during DDR processes should be designed to be applicable and sustainable in broader arms control initiatives even after the DDR process has been completed. It is also critical that DDR-related transitional WAM and SALW control activities are strategically sequenced, and that a robust public awareness strategy based on clear messaging accompanies these efforts (see IDDRS 4.10 on Disarmament, MOSAIC 04.30 on Awareness Raising and IMAS 12.10 on Explosive Ordnance Risk Education).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 17, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For these reasons, the transitional WAM mechanisms established during DDR processes should be designed to be applicable and sustainable in broader arms control initiatives even after the DDR process has been completed.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3977, - "Score": 0.223607, - "Index": 3977, - "Paragraph": "The following normative documents (i.e., documents containing applicable norms, standards and guidelines) contain provisions that apply to the processes dealt with in this module. \\n International Ammunition Technical Guidelines, https://www.un.org/disarmament/ un-saferguard/guide-lines. \\n International Standards Organization, ISO Guide 51: \u2018Safety Aspects: Guidelines for Their Inclusion in Standards\u2019. \\n Modular Small-arms-control Implementation Compendium, https://www.un.org/ disarmament/convarms/mosaic. \\n Small Arms Survey and South Eastern and Eastern Europe Clearinghouse for the Control of Small Arms (SEESAC), SALW Survey Protocols, http://www.seesac.org/ Survey-Protocols. \\n Weapons and Ammunition Management Policy, United Nations Department of Operational Support, Department of Peace Operations, Department of Political and Peacebuilding Affairs, Department of Safety and Security, 2019. http://dag.un.org/ bitstream/handle/11176/400906/Weapons%20and%20Ammunition%20Policy.pdf. \\n UN Department of Political Affairs and UN Department of Peacekeeping Operations, Aide Memoire \u2013 Engaging with Non-State Armed Groups (NSAGs) for Political Purposes: Considerations for UN Mediators and Missions, 2017. \\n UN Development Programme, Blame It on the War? The Gender Dimensions of Violence in DDR, 2012. \\n UN Department of Peacekeeping Operations and UN Office for Disarmament Af- fairs. Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context. Handbook for United Nations DDR practitioners. 2018. Referred as \u2018DDR WAM Handbook\u2019 in this standard. \\n UN Institute for Disarmament Research, Utilizing the International Ammunition Tech- nical Guidelines in Conflict-Affected and Low-Capacity Environments, 2019, http:// www.unidir.org/files/publications/pdfs/utilizing-the-international-ammunition-tech- nical-guidelines-in-conflict-affected-and-low-capacity-environments-en-749.pdf. \\n UN Institute for Disarmament Research, The Role of Weapon and Ammunition Management in Preventing Conflict and Supporting Security Transition, 2019, https://www.unidir.org/publication/role-weapon-and-ammunition-manage- ment-preventing-conflict-and-supporting-security.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 19, - "Heading1": "Annex B: Normative documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n UN Development Programme, Blame It on the War?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4273, - "Score": 0.223607, - "Index": 4273, - "Paragraph": "Sustainable reintegration of former combatants and associated groups into their commu- nities of origin or choice is the ultimate objective of DDR. A reintegration programme is designed to address the many destabilizing factors that threaten ex-combatants\u2019 suc- cessful transition to peace, including: economic hardship, social exclusion, psychological and physical trauma, and political disenfranchisement. Failure to successfully reintegrate ex-combatants will undermine the achievements of disarmament and demobilization, furthering the risk of renewal of armed conflict.Reintegration of ex-combatants and associated groups is a long-term process that occurs at the individual, community, national, and at times even regional level, and has economic, social/psychosocial, political and security factors affecting its success. Post-conflict economies have often collapsed, posing significant challenges to creating sustainable livelihoods for former combatants and other conflict-affected groups. Social and psychological issues of identity, trust, and acceptance are crucial to ensure violence prevention and lasting peace. In addition, empowering ex-combatants to take part in the political life of their communities and state can bring forth a range of benefits, such as providing civilians with a voice to address any former or residual grievances in a socially constructive, non-violent manner. Without sustainable and comprehensive reintegration, former combatants may become further marginalized and vulnerable to re-recruitment or engagement in criminal or gang activities.A reintegration programme will attempt to facilitate the longer-term reintegration process by providing time-bound, targeted assistance. A reintegration programme cannot match the breadth, depth or duration of the reintegration process, nor of the long-term recovery and development process; therefore, careful analysis is required in order to design and implement a strategic and pragmatic reintegration programme that best bal- ances timing, sequencing and a mix of programme elements from among the resources available. A strong monitoring system is needed to continuously track if the approach taken is yielding the desired effect. A well-planned exit strategy, with an emphasis on capacity building and ownership by national and local actors who will be engaged in the reintegration process for much longer than the externally assisted reintegration pro- gramme, is therefore crucial from the beginning.A number of key contextual factors should be taken into account when planning and designing the reintegration strategy. These contextual factors include: (i) the nature of the conflict (i.e. ideology-driven, resource-driven, identity-driven, etc.) and duration as determined by a conflict and security analysis; (ii) the nature of the peace (i.e. military victory, principle party negotiation, third party mediation); (iii) the state of the economy (especially demand for skills and labour); (iv) the governance capacity and reach of the state (legitimacy and institutional capacity); and, (v) the character and cohesiveness of combatants and receiving communities (trust and social cohesiveness). These will be dis- cussed in greater detail throughout the module.There are also several risks and challenges that must be carefully assessed, moni- tored and managed in order to successfully implement a reintegration programme. One of the key challenges in designing and implementing DDR programmes is how to ful- fill the specific and essential needs of ex-combatants without turning them into a real or perceived privileged group within the community. The reintegration support for ex-com- batants should therefore be planned in such a manner as to avoid creating resentment and bitterness within wider communities or society or putting a strain on a community\u2019s limited resources. Accordingly, this module seeks to emphasize the importance and ben- efits of approaching reintegration programmes from a community-based perspective in order to more effectively execute programme activities and avoid possible tensions form- ing between ex-combatants and community members.In order to increase the effectiveness of reintegration programmes, it is also essential to recognize and identify their limitations and boundaries. Firstly, the trust of ex-com- batants in the political process is often heavily influenced by the nature of the peace settlement and the trust of the overall population in the process; DDR both influences and is influenced by political processes. Secondly, the presence of economic opportunities is critical. And thirdly, the governance capacity of the state, referring to its perceived legit- imacy and institutional capacity to govern and provide basic services, is essential to the successful implementation of a DDR programme. DDR is fundamentally social, economic and political in character and should be seen as part of a broader integrated approach to recovery, including security, governance, and political and developmental aspects. There- fore, programmes shall be based upon context analyses (see above on contextual factors) that are integrated, comprehensive and coordinated across the UN family with national and other international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is fundamentally social, economic and political in character and should be seen as part of a broader integrated approach to recovery, including security, governance, and political and developmental aspects.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4849, - "Score": 0.221163, - "Index": 4849, - "Paragraph": "In order to determine the role of, relevance of and obstacles to initiating and supporting political reintegration activities, DDR planners should ensure that the assessment and planning phases of DDR programming include questions and analyses that address the context-specific aspects of political reintegration.In preparing and analyzing assessments, DDR planners and reintegration practition- ers should pay close attention to the nature of the peace (e.g. negotiated peace agreement, military victory, etc.) to determine how it might impact DDR participants\u2019 and beneficiar- ies\u2019 ability to form political parties, extend their civil and political rights and take part in the overall democratic transition period.To inform both group level and individual level political reintegration activities, DDR planners should consider asking the following questions, as outlined below:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 53, - "Heading1": "11. Political Reintegration", - "Heading2": "11.2. Context assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "to determine how it might impact DDR participants\u2019 and beneficiar- ies\u2019 ability to form political parties, extend their civil and political rights and take part in the overall democratic transition period.To inform both group level and individual level political reintegration activities, DDR planners should consider asking the following questions, as outlined below:", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4291, - "Score": 0.218797, - "Index": 4291, - "Paragraph": "Reintegration assistance shall be based on the principles of accountability and transpar- ency. Public information and communication strategies shall therefore be drawn up and implemented as early as possible. Public information, awareness-raising and community consultation and sensitization ensure that affected participant and beneficiary groups have a chance to influence and to receive accurate information on DDR programme proce- dures and reintegration assistance.Once expected results are clearly defined by all stakeholders, key indicators for mon- itoring and measuring programme impact shall be agreed upon, based on careful context assessments and analysis. Defining a set of indicators in a participatory manner helps to clarify expectations and leads to a broad agreement on realistic targets. Individuals or organizations responsible for monitoring should also be agreed upon, as well as how often monitoring reports will be drawn up. The data for indicators should be updated at least quarterly and communicated to stakeholders.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "Public information, awareness-raising and community consultation and sensitization ensure that affected participant and beneficiary groups have a chance to influence and to receive accurate information on DDR programme proce- dures and reintegration assistance.Once expected results are clearly defined by all stakeholders, key indicators for mon- itoring and measuring programme impact shall be agreed upon, based on careful context assessments and analysis.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3888, - "Score": 0.218218, - "Index": 3888, - "Paragraph": "Many countries have national legislation regulating all or parts of the life cycle of weap- ons, ammunition and explosives, including manufacture, marking, import, export, re- cord-keeping and civilian possession. Often, if States have ratified/adopted global and regional treaties and instruments, then relevant provisions of these instruments will be reflected in their national legislation. There may, however, be some variation in the extent to which States have developed or updated this legislation.In addition to legislation, national authorities may have developed national weap- ons and ammunition normative frameworks and/or operational guidance documents, including a SALW national action plan and SOPs in accordance with the IATG and MOSAIC. These standards, strategies, national action plans and/or strategic and oper- ational guidance documents should, at an early stage, be taken into consideration when planning and executing transitional WAM as part of a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 7, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 National, regional and international regulatory framework", - "Heading3": "5.2.1 National legislation", - "Heading4": "", - "Sentence": "These standards, strategies, national action plans and/or strategic and oper- ational guidance documents should, at an early stage, be taken into consideration when planning and executing transitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4307, - "Score": 0.218218, - "Index": 4307, - "Paragraph": "A well-planned reintegration programme shall assess and respond to the specific needs of its male and female participants (i.e. gender-sensitive planning), who might be children, youth, adults, elders and/or persons with disabilities.Effective and sustainable reintegration depends on early planning that is based on: a comprehensive understanding of the local context, a clear and unambiguous agreement among all stakeholders about objectives and results of the programme, the establishment of realistic timeframes, clear budgeting requirements and human resource needs, and a clearly defined programme exit strategy. Planning shall be based on existing assessments which include conflict and security analyses, gender analyses, early recovery and/or post-conflict needs assessments, in addition to reintegration-specific assessments. Reinte- gration practitioners shall furthermore ensure a results-based monitoring and evaluation (M&E) framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.Those planning the disarmament and demobilization phases shall work in tandem with the reintegration phase planners and experts to ensure a smooth transition, and more specifically that the programme has sufficient resources and capacity to absorb the demo- bilized groups, where applicable. It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum. Planners should therefore carefully consider, and where possible link with, other early recovery and peacebuilding initiatives and processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Well-planned", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4399, - "Score": 0.218218, - "Index": 4399, - "Paragraph": "The nature of the conflict will determine the nature of the peace process, which in turn will influence the objectives and expected results of DDR and the type of reintegration approach that is required. Conflict and security analyses should be carried out and con- sulted in order to clarify the nature of the conflict and how it was resolved, and to identify the political, economic and social challenges facing a DDR programme. These analyses can provide critical information on the structure of armed groups during the conflict, how ex-combatants are perceived by their communities (e.g. as heroes who defended their communities or as perpetrators of violent acts who should be punished), and what ex-combatants\u2019 expectations will be following a peace agreement.A holistic analysis of conflict and security dynamics should inform the development of the objectives and strategies of the DDR programme. The following table suggests ques- tions for this analysis and assessment.For further information, please also refer to the UNDP Guide on Conflict-related Development Analysis (available online).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 12, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.3. Conflict and security analysis", - "Heading3": "", - "Heading4": "", - "Sentence": "Conflict and security analyses should be carried out and con- sulted in order to clarify the nature of the conflict and how it was resolved, and to identify the political, economic and social challenges facing a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4423, - "Score": 0.218218, - "Index": 4423, - "Paragraph": "Also known as pre-programme assessments, early profiling and pre-registration surveys will establish the nature and size of the group for which a reintegration programme is to be designed. Profiling on a sample basis is typically done as soon as access to combatants is possible. This enables a quick assessment of the combatants to be included in DDR, including information on their demographics, human and material capital, as well as their aspirations. The collection of personal and socio-economic data also provides baseline information needed for the planning, design and formulation of a monitoring and evalu- ation plan.Early profiling, registration, and surveying should take into account gender-sensitive procedures, so that women, men, girls and boys are able to accurately state their involve- ment and needs, and other relevant information.In some cases it can be very difficult to obtain accurate or any information regarding the profiles and number of ex-combatants for the DDR programme. In such cases, DDR experts should rely on information from local civil society and other UN agencies, and plan their programmes as best they can with the available information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 15, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.1. Early profiling and pre-registration surveys", - "Heading4": "", - "Sentence": "Also known as pre-programme assessments, early profiling and pre-registration surveys will establish the nature and size of the group for which a reintegration programme is to be designed.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4594, - "Score": 0.218218, - "Index": 4594, - "Paragraph": "Armed conflict interrupts skills development for many wage-earning and self-employ- ment activities and disrupts the typical institutions and social mechanisms through which people develop social skills. As a result, the immediate post-conflict period may be characterized by a skills and education crisis.Many ex-combatants have missed opportunities for basic and further education, and as a result are disadvantaged in the competition for jobs and other opportunities. Provision of adult literacy classes, adult education, and technical and vocational train- ing is important both to improve the skill sets of adult and young ex-combatants and to provide opportunities for reorientation and demilitarization. While functional literacy programmes may help ex-combatants find employment, utilizing educational training techniques, which are tailored for illiterate beneficiaries, may also be highly effective in teaching marketable skills.As far as possible, education and training for ex-combatants and those associated with armed forces and groups should be supplied as part of the wider provision of edu- cational services to the general population, and not in schools or colleges exclusively for them. Such inclusiveness will play an important facilitative role in the social reintegration of ex-combatants.Reintegration experts should also take into account the multiple skill sets and liveli- hoods possibilities that one individual may have so that training and livelihoods support can reflect the cross-sector realities of individuals\u2019 skills and training. This is especially true in contexts where there appears to be little or no capacity for employable skills; each individual will have some type of skill that she or he is capable of, and the DDR reintegra- tion programme should be designed to capitalize on this in the best way possible.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 33, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "This is especially true in contexts where there appears to be little or no capacity for employable skills; each individual will have some type of skill that she or he is capable of, and the DDR reintegra- tion programme should be designed to capitalize on this in the best way possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4101, - "Score": 0.213201, - "Index": 4101, - "Paragraph": "The UN police structure in an integrated UN peacekeeping operation will be based on the Strategic Guidance Framework for International Police Peacekeeping and will consist of four pillars: UN Police Command, UN Police Operations, UN Police Capacity-Building and Development, and UN Police Administration. Capabilities to prevent serious and organized crime should be activated and coordinated in order to support operations conducted by the State police service and to build the capacity of these forces where necessary. SPTs should also be included in the police contingent to assist in the development of national police capacities in specific technical fields including, but not limited to, forensics, criminal intelligence, investigations, and sexual exploitation and abuse/sexual and gender-based violence.At the strategic level, the UN police deployment will engage with the State\u2019s central police and security authorities and with the UN Country Team. At the operational level, the UN police deployment will develop regional and sector commands with team sites in critical locations. IPOs will work alongside and in close coordination with the national police, while FPUs will be based at the provincial level, in areas sensitive to public order and security disturbances. These FPUs may undertake protection of civilian tasks, secure and reinforce the activities of the IPOs, participate in joint missions with the force and civilian components of the mission, and provide general protection to UN staff, assets and freedom of movement. In this latter regard, FPUs shall be ready to implement evacuation plans if the need arises.Upon deployment to a mission area with a peacekeeping operation, all UN police personnel shall receive induction training which outlines their role in the DDR process. It is essential that all UN police personnel in the mission fully understand the aims and scope of the DDR process and are aware of the responsibilities of the UN police component in relation to DDR. With the deployment of UN police personnel to the mission area, the UN police commissioner will (depending on the size of the UN police component and its mandate) establish a dedicated DDR coordinating unit with a liaison officer who will work very closely with the mission\u2019s DDR command structures to coordinate activity with the military, the State police service and other relevant institutions involved in the DDR process. The DDR coordinating unit should be supported by a police gender adviser/focal point who can advise on gender perspectives related to the work of the police on DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. Deployment of UN police", - "Heading2": "5.1 Mission settings", - "Heading3": "5.1.3 Peacekeeping operations", - "Heading4": "", - "Sentence": "The DDR coordinating unit should be supported by a police gender adviser/focal point who can advise on gender perspectives related to the work of the police on DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3680, - "Score": 0.213201, - "Index": 3680, - "Paragraph": "A disarmament SOP should state the step-by-step procedures for receiving weapons and ammunition, including identifying who has responsibility for each step and the gender-responsive provisions required. The SOP should also include a diagram of the disarmament site(s) (either mobile or static). Combatants and persons associated with armed forces and groups are processed one by one. Procedures, to be adapted to the context, are generally as follows.Before entering the disarmament site perimeter: \\n The individual is identified by his/her commander and physically checked by the designated security officials. Special measures will be required for children (see IDDRS 5.20 on Children and DDR). Men and women will be checked by those of the same sex, which requires having both male and female officers among UN military/DDR staff in mission settings and national security/DDR staff in non-mission settings. \\n If the individual is carrying ammunition or explosives that might present a threat, she/he will be asked to leave it outside the handover area, in a location identified by a WAM/EOD specialist, to be handled separately. \\n The individual is asked to move with the weapon pointing towards the ground, the catch in safety position (if relevant) and her/his finger off the trigger.After entering the perimeter: \\n The individual is directed to the unloading bay, where she/he will proceed with the clearing of his/her weapon under the instruction and supervision of a MILOB or representative of the UN military component in mission settings or designated security official in a non-mission setting. If the individual is under 18 years old, child protection staff shall be present throughout the process. \\n Once the weapon has been cleared, it is handed over to a MILOB or representative of the military component in a mission setting or designated security official in a non-mission setting who will proceed with verification. \\n If the individual is also in possession of ammunition for small arms or machine guns, she/he will be asked to place it in a separate pre-identified location, away from the weapons. \\n The materiel handed in is recorded by a DDR practitioner with guidance on weapons and ammunition identification from specialist UN agency personnel or other arms specialists along with information on the individual concerned. \\n The individual is provided with a receipt that proves she/he has handed in a weapon and/or ammunition. The receipt indicates the name of the individual, the date and location, the type, the status (serviceable or not) and the serial number of the weapon. \\n Weapons are tagged with a code to facilitate storage, management and recordkeeping throughout the disarmament process until disposal (see section 7.1). \\n Weapons and ammunition are stored separately or organized for transportation under the instructions and guidance of a WAM adviser (see section 7.2 and DDR WAM Handbook Unit 11). Ammunition presenting an immediate risk, or deemed unfit for transport, should be destroyed in situ by qualified EOD specialists.BOX 6: PROCESSING HEAVY WEAPONS AND THEIR AMMUNITION \\n An increasing number of armed groups in areas of conflict across the world use light and heavy weapons, including heavy artillery or armoured fighting vehicles. Dealing with heavy weapons presents both logistical and political challenges. In certain settings, heavy weapons could be included in the eligibility criteria for a DDR programme, and the ratio of arms to combatants could be determined based on the number of crew required to operate each specific weapons system. However, while small arms and most light weapons are generally seen as an individual asset, heavy weapons are often considered a group asset, and thus may not be surrendered during disarmament operations that focus on individual combatants and persons associated with armed forces and groups. \\n To ensure comprehensive disarmament and avoid the exploitation of loopholes, peace negotiations and the national DDR programme should determine the procedures related to the arsenals of armed groups, including heavy weapons and/or caches of materiel. Processing heavy weapons and their ammunition requires a high level of technical knowledge. Heavy-weapons systems can be complex and require specialist expertise to ensure that systems are made safe, unloaded and all items of ammunition are safely separated from the platform. Conducting a thorough weapons survey and planning is vital to ensure the correct expertise is made available. The UN DDR component in mission settings or UN lead agency(ies) in non-mission settings should provide advice with regards to the collection, storage and disposal of heavy weapons, and support the development of any related SOPs. Procedures regarding heavy weapons should be clearly communicated to armed forces and groups prior to any disarmament operations to avoid unorganized and unscheduled movements of heavy weapons that might foment further tensions among the population. Destruction of heavy weapons requires significant logistics (see section 8); it is therefore critical to ensure the physical security of these weapons in order to reduce the risk of diversion.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 25, - "Heading1": "6. Monitoring", - "Heading2": "6.2 Procedures for disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n To ensure comprehensive disarmament and avoid the exploitation of loopholes, peace negotiations and the national DDR programme should determine the procedures related to the arsenals of armed groups, including heavy weapons and/or caches of materiel.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3804, - "Score": 0.213201, - "Index": 3804, - "Paragraph": "IATG 10.10 shall serve as the basis for all destruction of ammunition and explosives activities. The following IMAS also cover the stockpile destruction of ammunition and explosives: \\n IMAS 11.10: \u2018Stockpile Destruction\u2019; \\n IMAS 11.20: \u2018Open Burning and Open Detonation (OBOD) Operations\u2019; \\n IMAS 11.30: \u2018National Planning Guidelines\u2019.The EOD expert will select the method according to: \\n Type and quantity of ammunition to be destroyed; \\n Availability of qualified human resources; \\n Location and type of destruction sites available; \\n Distance from storage and destruction sites and accessibility; \\n Financial resources available; \\n Requisite equipment and materials available; \\n Environmental impact.The most commonly used methods in DDR settings are open burning and open detonation. These are regarded as the easiest ways to destroy ammunition and often present the most cost- effective solution; they are also highly symbolic and can serve as effective mechanisms for building confidence in the DDR programme. \\n Open burning is generally used for the destruction of propellants and pyrotechnic compositions and has the potential to cause significant environmental harm. \\n Open detonation uses serviceable explosives as charges to destroy ammunition and requires a large cordon to ensure protection from the blast. This method is labour intensive and may not destroy all ammunition, requiring post-blast EOD clearance.The industrial-level destruction of ammunition and explosives combines the skills of production, mechanical, chemical and explosive engineering. It is a highly specialist occupation, and appropriate independent technical advice shall be taken during the planning phase if stockpile levels suggest that industrial destruction may be the safest, most environmentally friendly or most cost-effective option.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 39, - "Heading1": "Annex E: Destruction methods", - "Heading2": "Destruction of ammunition and explosives", - "Heading3": "", - "Heading4": "", - "Sentence": "These are regarded as the easiest ways to destroy ammunition and often present the most cost- effective solution; they are also highly symbolic and can serve as effective mechanisms for building confidence in the DDR programme.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3372, - "Score": 0.210819, - "Index": 3372, - "Paragraph": "In SPMs, MILOBs and military advisers may be deployed in the absence of formed military contingents. Depending on the particular context, the roles and responsibilities of military personnel in these settings may include the provision of technical advice on disarmament and transitional WAM (see section 5.3.3); and the building of bilateral relationships with non-UN military forces including national armies and regional peace support operations. Importantly, DDR practitioners shall ensure that all UN engagement with non-UN security forces be undertaken in accordance with the United Nations Human Rights Due Diligence Policy on UN Support to Non-UN Security Forces.In non-mission settings, national and international military personnel can be invited to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation. The roles and responsibilities of these military personnel may be similar to those played by UN military personnel in mission settings.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 12, - "Heading1": "6. Special political missions and non-mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Importantly, DDR practitioners shall ensure that all UN engagement with non-UN security forces be undertaken in accordance with the United Nations Human Rights Due Diligence Policy on UN Support to Non-UN Security Forces.In non-mission settings, national and international military personnel can be invited to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4242, - "Score": 0.208514, - "Index": 4242, - "Paragraph": "The objective of this module is to provide DDR planners and practitioners with an over- view of the issues that need to be taken into account when planning, designing and implementing a reintegration programme, in addition to offering practical guidance on how to successfully deal with any challenges that may arise. Given the complexity of reintegration, and the need for context-specific programmes, the guidance offered here is less prescriptive than in some other modules of the IDDRS. Following discussion of the approaches to reintegration and guidance on programme planning and design, the key components of a reintegration programme are outlined and discussed, from economic, social/psychosocial, and political perspectives. Finally, the module identifies linkages between reintegration and the wider recovery/peacebuilding frameworks.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Following discussion of the approaches to reintegration and guidance on programme planning and design, the key components of a reintegration programme are outlined and discussed, from economic, social/psychosocial, and political perspectives.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3687, - "Score": 0.208514, - "Index": 3687, - "Paragraph": "In some contexts, in order to encourage individuals to leave armed groups when there is no DDR programme, a modus operandi for receiving combatants and persons associated with armed groups may be established. This may include the identification of a network of reception points, such as DDR offices or peacekeeping camps, or the deployment of mobile disarmament units. Procedures should be communicated to authorities, members of armed groups and the wider community on a regular basis to ensure all are informed and sensitized (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).In the case peacekeeping camps are designated as reception points, the DDR component \u2013 in coordination with the military component and the battalion commander \u2013 should identify specific focal points within the camp to deal with combatants and persons associated with armed groups. These focal points should be trained in how to handle and disarm new arrivals, including taking gender-sensitive approaches with women and age-sensitive approaches with children, and in how to register and store materiel until DDR practitioners take over. Unsafe items should be stored in a pre-identified or purpose-built area as advised by DDR WAM advisers until specialized UN agency personnel or force EOD specialists can assess the safety of the items and recommend appropriate action.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 26, - "Heading1": "6. Monitoring", - "Heading2": "6.3 Spontaneous disarmament outside of official disarmament operations", - "Heading3": "", - "Heading4": "", - "Sentence": "In some contexts, in order to encourage individuals to leave armed groups when there is no DDR programme, a modus operandi for receiving combatants and persons associated with armed groups may be established.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4336, - "Score": 0.206041, - "Index": 4336, - "Paragraph": "Lessons learned from DDR programmes around the world have shown that reintegration approaches that include elements of community and family participation and assistance, as well as enlarged targeting principles, have higher success rates.Where DDR programmes have delivered individual reintegration to ex-combatants alone, the result has often been hostility or resentment on the part of community members who feel excluded from reintegration benefits. The problems arising from such dynamics have created barriers to the goals of social reintegration and the strengthening of com- munity cohesion, ultimately threatening the sustainability of reintegration programmes. Where community members are included in the planning process and provided access to concrete benefits, however, the result is often enhanced local ownership and acceptance of the reintegration programme. Reintegration programmes should therefore facilitate com- munities coming together to discuss and decide on their own priorities and methods that they believe will help in the reintegration of ex-combatants.While it is not the whole community that will receive reintegration assistance, in community-based reintegration approaches ex-combatants are assisted together with other members of the community. Selection criteria and percentages of ex-combatants to community members can vary. Lessons learned have shown that targeting community members with a similar profile to the ex-combatants can be particularly effective (such as unemployed youth).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 9, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.2. Community-based reintegration (CBR)", - "Heading3": "", - "Heading4": "", - "Sentence": "Lessons learned from DDR programmes around the world have shown that reintegration approaches that include elements of community and family participation and assistance, as well as enlarged targeting principles, have higher success rates.Where DDR programmes have delivered individual reintegration to ex-combatants alone, the result has often been hostility or resentment on the part of community members who feel excluded from reintegration benefits.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4939, - "Score": 0.204124, - "Index": 4939, - "Paragraph": "This module aims to present the range of objectives, target groups and means of communication that DDR practitioners may choose from to formulate a PI/SC strategy in support of DDR, both at the field and headquarters levels. The module includes guidance, applicable to both mission and non-mission settings, on the planning, design, implementation and monitoring of a PI/SC strategy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to present the range of objectives, target groups and means of communication that DDR practitioners may choose from to formulate a PI/SC strategy in support of DDR, both at the field and headquarters levels.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3349, - "Score": 0.204124, - "Index": 3349, - "Paragraph": "Contingency planning for military contributions to DDR processes will typically be carried out by military staff at UNHQ in collaboration with the Force Headquarters of the Mission. Ideally, once it appears likely that a mission will be established, individuals can be identified in Member States to fill specialist DDR military staff officer posts in a DDR component in mission headquarters. These specialists could be called upon to assist at UNHQ if required, ahead of the main deployment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.5 Contingency planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Ideally, once it appears likely that a mission will be established, individuals can be identified in Member States to fill specialist DDR military staff officer posts in a DDR component in mission headquarters.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3355, - "Score": 0.204124, - "Index": 3355, - "Paragraph": "A mission concept of operations is drawn up as part of an integrated activity at UNHQ. As part of this process, a detailed operational requirement will be developed for military capability to meet the proposed tasks in the concept. This will include military capability to support UN DDR. The overall military requirement is the responsibility of the Military Adviser, however, this individual is not responsible for the overall DDR plan. There must be close consultation among all components involved in DDR throughout the planning process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.7 Mission concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "This will include military capability to support UN DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3595, - "Score": 0.204124, - "Index": 3595, - "Paragraph": "Standard operating procedures (SOPs) are a set of mandatory step-by-step instructions designed to guide practitioners within a particular DDR programme in the conduct of disarmament operations and subsequent WAM activities. The development of disarmament SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations.In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in disarmament. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the DDR component, with the support of WAM advisers, and signed off by the head of the UN mission. All staff from the DDR component as well as UN military component members and any other partners supporting disarmament activities shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for the safe, effective and efficient conduct of the disarmament component of the DDR programme. All those engaged in supporting disarmament operations shall also be familiar with the relevant SOPs.A single disarmament SOP, or a set of SOPs each covering specific procedures related to disarmament activities, should be informed by the integrated assessment and the national DDR policy document, and comply with international guidelines and standards (IATG and MOSAIC), as well as with national laws and international obligations of the country where the programme is being implemented (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).SOPs should cover all disarmament-related activities and include two lines of management procedures: one for ammunition and explosives, and one for weapons systems. The SOP(s) should refer to and be consistent with any other WAM SOPs adopted by the mission and/or national authorities.While some missions and/or national authorities have developed a single disarmament SOP, others have preferred a set of SOPs. Regardless, SOPs should cover the following procedures: \\n Reception of arms and/or ammunition and explosives in static or mobile disarmament; \\n Compliance with weapons- and ammunition-related eligibility criteria (e.g., what is considered a serviceable weapon?); \\n Weapons storage management; \\n Ammunition and explosives storage management; \\n Accounting for weapons and ammunition; \\n Transportation of weapons; \\n Transportation of ammunition; \\n Storage checks; \\n Reporting and investigating loss or theft; \\n Destruction of weapons (or other appropriate methods of disposal and potential marking); \\n Destruction of ammunition (or other appropriate methods of disposal). \\n Managing spontaneous disarmament, including in advance of a formal DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 18, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "Standard operating procedures (SOPs) are a set of mandatory step-by-step instructions designed to guide practitioners within a particular DDR programme in the conduct of disarmament operations and subsequent WAM activities.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3812, - "Score": 0.204124, - "Index": 3812, - "Paragraph": "\\n 1 https://www.un.org/disarmament/convarms/mosaic. \\n 2 https://www.un.org/disarmament/convarms/ammunition \\n 3 The seven categories of major conventional arms, as defined by the UN Register of Conventional Arms, can be found at: https://www.un.org/disarmament/convarms/transparency-in -armaments/ \\n 4 See Operative Paragraph 6 of UN Security Council resolution 2370 (2017) and Operative Paragraph 10 of UN Security Council resolution 2482 (2019); and Section VI. Preventing and combating the illicit trafficking of small arms and light weapons and Guiding Principle 52 of Security Council\u2019s 2018 Addendum to the Madrid Guiding Principles (S/2018/1177). \\n 5 See DDR WAM Handbook Unit 11. \\n 6 See ibid., Annex 6. \\n 7 Aside from those containing high explosive (HE) material. \\n 8 See Seesac. Defence Conversion \u2013 The Disposal and Demilitarization of Heavy Weapons Systems. 2006. \\n 9 See OSCE. 2018. Best Practice Guide: Minimum Standards for National Procedures for the Deactivation of SALW.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 40, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 5 See DDR WAM Handbook Unit 11.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3932, - "Score": 0.204124, - "Index": 3932, - "Paragraph": "During a period of political transition, warring parties may be required to act as security providers. This may happen prior to or alongside DDR programmes. This transition phase is vital for building confidence at a time when warring parties may be losing their military capacity and their ability to defend themselves.Transitional security arrangements may include joint units, patrols or operations involving the parties to a conflict, often alongside a third-party presence (see IDDRS 2.20 on The Politics of DDR). The management of the weapons and ammunition used during these types of transitional security arrangements shall be governed by a clear legal framework and will require a robust plan agreed to by all actors. This plan shall also be underpinned by detailed SOPs for conducting activities and identifying precise responsibilities, by which all shall abide (see IDDRS 4.10 on Disarmament). These SOPs should include guidance on how to handle arms and ammunition captured, collected or found by the joint units.4 Depending on the context and the positions of stakeholders, members of armed forces and groups would be demobilized and disarmed, or would retain use of their own small arms and ammunition, which would be registered and stored when not in use.5 In some cases, such measures could facilitate the large-scale integration of ex-combatants into the security sector as part of a peace agreement (see IDDRS 6.10 on DDR and SSR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 15, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.3 DDR support to transitional security arrangements and transitional WAM", - "Heading4": "", - "Sentence": "This may happen prior to or alongside DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3988, - "Score": 0.204124, - "Index": 3988, - "Paragraph": "\\n 1 See https://unidir.org/publication/role-weapon-and-ammunition-management-preventing-con- flict-and-supporting-security \\n 2 See, for instance, Article 7.4 of the Arms Trade Treaty and section II.B.2 in the Report of the Third United Nations Conference to Review Progress Made in the Implementation of the Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/CONF.192/2018/RC/3). \\n 3 A world map including all relevant regional instruments can be consulted in the DDR WAM Hand- book, p. xx, and the texts of the various conventions and protocols can be found via www.un.org/ disarmament. \\n 4 Also see DDR WAM Handbook Unit 5. \\n 5 Ibid., Units 14 and 16. \\n 6 Ibid., Unit 13.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 20, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 4 Also see DDR WAM Handbook Unit 5.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8529, - "Score": 0.7, - "Index": 8529, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8771, - "Score": 0.668153, - "Index": 8771, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place. In both instances, the role of food assistance will depend on the type of reintegration support provided and whether any form of targeting is applied (see IDDRS 4.30 on Reintegration). DDR participants and beneficiaries will often eventually be included in a community-based approach and access food in the same way as members of these communities, rather than receive special entitlements. Ultimately, they should be seen as part of the community and, if in need of assistance, take part in programmes covering broader recovery efforts.In broader operations in post-conflict environments during the recovery phase, where there are pockets of relative security and political stability and greater access to groups in need, general free food distribution is gradually replaced by help directed at particular groups, to develop the ability of affected populations to meet their own food needs and work towards long-term food security. Activities should be closely linked to efforts to restart positive coping mechanisms and methods of households supplying their own food by growing it themselves or earning the money to buy it.The following food assistance activities could be implemented when support to reintegration is provided as part of a DDR process within or outside a DDR programme: \\n Supporting communities through FFA activities that directly benefit the selected populations; \\n Providing support, in particular nutrition interventions, directed at specific vulnerable groups; \\n Providing support to restore production capacity and increase food production by households; \\n Providing support (training, equipment, seeds and agricultural inputs) to selected populations or the wider community to restart agricultural production, enhance post-harvest management, identify market access options, and organise farmers to work and sell collectively; \\n Providing support for local markets through CBTs, buying supplies for DDR processes locally, encouraging private-sector involvement in food transport and delivery, and supporting social market outlets and community-based activities such as small enterprises for both women and men, and linking CBT programmes to a financial inclusion objective; \\n Encouraging participation in education and skills training (school feeding with nutrition education, FFT, education, adult literacy); \\n Maintaining the capacity to respond to emergencies and setbacks; \\n Expanding emergency rehabilitation projects (i.e., projects which rehabilitate local infrastructure) and reintegration projects; \\n Running household food security projects (urban/rural).The link between learning and nutrition is well established, and inter-agency collaboration should ensure that all those who enter training and education programmes in the reintegration period are properly nourished. Different nutritional needs for girls and boys and women and men should be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 25, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.2 Food assistance and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8496, - "Score": 0.639602, - "Index": 8496, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5866, - "Score": 0.612372, - "Index": 5866, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR). For youth 15-17, reintegration support can be provided at any time (see IDDRS 5.20 on Children and DDR) The guidance provided in this section is applicable to both scenarios.Reintegration is a complex mix of economic, social, political and personal factors, all of which work together. While the reintegration of youth ex-combatants and youth formerly associated with armed forces or groups may depend, in part, on their successful transition into the world of work, if youth retain deep-rooted grievances due to political marginalization, or face significant, unaddressed psychosocial distress, or are experiencing ongoing conflict with their family, then they are extremely unlikely to be successful in making such a transition. Additionally, if communities and other stakeholders, including the State, do not recognize or value young people\u2019s contributions, expertise, and opinions it may increase the vulnerability of youth to re-recruitment.Youth-focused reintegration support should be designed and developed in consultation with youth. From the beginning, programme components should address the rights, aspirations, and perspectives of youth, and be as inclusive, multisectoral, and long term as is feasible from the earliest phases.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5921, - "Score": 0.534522, - "Index": 5921, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5728, - "Score": 0.516398, - "Index": 5728, - "Paragraph": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B in IDDRS 5.20 on Children and DDR). For any youth under age 18, child-specific programming and rights shall be the priority, however, when appropriate, DDR practitioners may consider complementary youth-focused approaches to address the risks and needs of youth nearing adulthood.For ex-combatants and persons associated with armed forces or groups aged 18-24, eligibility for DDR will depend on the particular DDR process in place. If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document. If a CVR programme is being implemented, then eligibility criteria shall be developed in consultation with target communities, and, if in existence, a Project Selection Committee (see IDDRS 2.30 on Community Violence Reduction). If the preconditions for a DDR programme are not in place, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8803, - "Score": 0.510527, - "Index": 8803, - "Paragraph": "Mechanisms for monitoring and evaluating (M&E) interventions are essential when food assistance is provided as part of a DDR process, to ensure accountability to all stakeholders and in particular to the affected population.The food assistance component shall be monitored and evaluated as part of a broader M&E plan for the DDR process. In general, arrangements for monitoring the distribution of assistance provided during DDR should be made in advance between all the implementing partners, using existing tools for monitoring and applying international best practices.In terms of food distribution, at a minimum, information shall be gathered on: \\n The receipt and delivery of commodities; \\n The number (disaggregated by sex and age) of people receiving assistance; \\n Food storage, handling and the distribution of commodities; \\n Food assistance availability and unmet needs. There are two main types of monitoring through which this information can be gathered: \\n Distribution: This type of monitoring, which is conducted on the day of distribution, includes several activities, including commodity monitoring, on-site monitoring and food basket monitoring. \\n Post-distribution: This monitoring takes place sometime after the distribution but before the next one. It includes monitoring of the way in which food assistance is used in households and communities, and market surveys.In order to increase the effectiveness of the current and future food assistance component, it is particularly important for data on DDR participants and beneficiaries to be collected so that it can be easily disaggregated. Numerical data should be systematically collected for the following categories: ex-combatants, persons formerly associated with armed forces and groups, and dependants (partners and relatives of ex-combatants). Every effort should be made to disaggregate the data by: \\n Sex and age; \\n Vulnerable group category (CAAFAG, people living with HIV/ AIDS, persons with disabilities, etc.); \\n DDR location(s); \\n Armed force/group affiliation.Also, identifying lessons learned and conducting evaluations of the impacts of food assistance helps to improve the approach to delivering food assistance within DDR processes and the broader inter-agency approach to DDR. The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme). The evaluation should provide an in-depth analysis of early food assistance activities and allow for later food assistance components to be reviewed and, if necessary, redesigned/reoriented. Gender should be taken into consideration in the evaluation to assess if there were any unexpected outcomes of food assistance on women and men, and on gender relations and gender equality. Lessons learned should be recorded and shared with all relevant stakeholders to guide future policies and to improve the effectiveness of future planning and support to operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 28, - "Heading1": "8. Monitoring and evaluation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8765, - "Score": 0.471405, - "Index": 8765, - "Paragraph": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization). Food assistance can form part of a transitional safety net and support the establishment of medium- term household food security.In this scenario, food assistance can be provided as a take-home package (for those leaving cantonment sites) and/or can be provided in the community. In communities that have access to functional markets, and where there is a reliable financial network, CBTs are likely to be a useful option during the reinsertion phase, as these transfers provide recipients with the flexibility to redeem the entitlement in the location and moment they prefer, according to their needs. When CBTs are dispensed through financial service providers who offer additional financial services, linking the food assistance to a financial inclusion objective can help to facilitate reinsertion. Where CBTs are not possible for contextual or infrastructural reasons, in-kind assistance can be considered for take-home rations.A general guideline is that food assistance in the reinsertion phase of a DDR programme should not be provided for longer than a year; however, benefits should also be appropriate to the particular context. The following factors should be taken into account when deciding on the length of time the transfer should cover: \\n Whether ex-combatants and persons formerly associated with armed forces and groups will be transported by vehicle to the relevant communities or whether they will have to carry the ration (if in-kind) (the latter may require protection mechanisms for women or other vulnerable groups); \\n The level of assistance when they reach the community; \\n The resources available to the food component of the DDR programme; \\n The timing and expected yields/production of the next harvest; \\n The prospects for the re-establishment of employment and other income-generating activities, or the creation of new opportunities; \\n The overall food policy for the area, taking into account the total economic, social and ecological situation and related recovery and development activities.The aim shall always be to encourage the re-establishment of self-reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 24, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.2 Reinsertion", - "Heading4": "", - "Sentence": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8300, - "Score": 0.447214, - "Index": 8300, - "Paragraph": "Particular care should be taken with regard to whether, and how, to include foreign children associated with armed forces and groups in DDR programmes in the country of origin, especially if they have been living in refugee camps and communities. Since they are already living in a civilian environment, they will benefit most from DDR rehabilitation and rein\u00ad tegration processes. Their level of integration in refugee camps and communities is likely to be different. Some children may be fully integrated as refugees, and it may no longer be in their best interests to be considered as children associated with armed forces and groups in need of DDR assistance upon their return to the country of origin. Other children may not yet have made the transition to a civilian status, even if they have been living in a civilian environment, and it may be in their best interests to participate in a DDR programme. In all cases, stigmatization should be avoided.It is recommended that foreign children associated with armed forces and groups should be individually assessed by UNHCR, UNICEF and/or child protection partner NGOs to plan for the child\u2019s needs upon repatriation, including possible inclusion in an appropriate DDR programme. Factors to consider should include: the nature of the child\u2019s association with armed forces or groups; the circumstances of arrival in the asylum country; the stability of present care arrangements; the levels of integration into camp/community\u00adbased civilian activities; and the status of family\u00adtracing efforts. All decisions should involve the partici\u00ad pation of the child and reflect his/her best interests. It is recommended that assessments should be carried out in the country of asylum, where the child should already be well known to, and should have a relationship of trust with, relevant agencies in the refugee camp or settlement. The assessment can then be given to relevant agencies in the country of origin when planning the voluntary repatriation of the child, and decisions can be made about whether and how to include the child in a DDR programme. If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 27, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.8. Factors affecting foreign children associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8746, - "Score": 0.417029, - "Index": 8746, - "Paragraph": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8782, - "Score": 0.417029, - "Index": 8782, - "Paragraph": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR). When a DDR programme is delayed, pre-DDR can be conducted with male and female ex-combatants who are in camps, or with ex-combatants who are already in communities. Activities may include cash for work, FFT or FFA. Wherever possible, pre-DDR activities should be linked to the reintegration support that will be provided when the DDR programme is eventually implemented.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.2 Pre-DDR", - "Heading4": "", - "Sentence": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6999, - "Score": 0.416025, - "Index": 6999, - "Paragraph": "Lead to be provided by national beneficiaries/stakeholders. HIV/AIDS initiatives within the DDR process will constitute only a small element of the overall national AIDS strategy (assum- ing there is one). It is essential that local actors are included from the outset to guide the process and implementation, in order to harmonize approaches and ensure that awareness- raising and the provision of voluntary confidential counselling and testing and support, including, wherever possible, treatment, can be sustained. Information gained in focus group discussions with communities and participants, particularly those living with HIV/AIDS, should inform the design of HIV/AIDS initiatives. Interventions must be sensitive to local culture and customs.Inclusive approach. As far as possible, it is important that participants and beneficiaries have access to the same/similar facilities \u2014 for example, voluntary confidential counselling and testing \u2014 so that programmes continue to be effective during reintegration and to reduce stigma. This emphasises the need to link and harmonize DDR initiatives with national programmes. (A lack of national programmes does not mean, however, that HIV/AIDS initiatives should be dropped from the DDR framework.) Men and women, boys and girls should be included in all HIV/AIDS initiatives. Standard definitions of \u2018sexually active age\u2019 often do not apply in conflict settings. Child soldiers, for example, may take on an adult mantle, which can extend to their sexual behaviour, and children of both sexes can also be subject to sexual abuse.Strengthen existing capacity. Successful HIV/AIDS interventions are part of a long-term pro- cess going beyond the DDR programme. It is therefore necessary to strengthen the capacity of communities and local actors in order for projects to be sustainable. Planning should seek to build on existing capacity rather than create new programmes or structures. For example, local health care workers should be included in any training of HIV counsellors, and the capacity of existing testing facilities should be augmented rather than parallel facilities being set up. This also assists in building a referral system for demobilized ex-combatants who may need additional or follow-up care and treatment.Ethical/human rights considerations. The UN supports the principle of VCT. Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme. HIV test should be voluntary and results should be confidential or \u2018medical- in-confidence\u2019 (for the knowledge of a treating physician). A person\u2019s actual or perceived HIV status should not be considered grounds for exclusion from any of the benefits. Planners, however, must be aware of any existing national legislation on HIV testing. For example, in some countries recruitment into the military or civil defence forces includes HIV screen- ing and the exclusion of those found to be HIV-positive.Universal precautions and training for UN personnel. Universal precautions shall be followed by UN personnel at all times. These are a standard set of procedures to be used in the care of all patients or at accident sites in order to minimize the risk of transmission of blood- borne pathogens, including, but not exclusively, HIV. All UN staff should be trained in basic HIV/AIDS awareness in preparation for field duty and as part of initiatives on HIV/ AIDS in the workplace, and peacekeeping personnel should be trained and sensitized in HIV/AIDS awareness and prevention.Using specialized agencies and expertise. Agencies with expertise in HIV/AIDS prevention, care and support, such as UNAIDS, the UN Development Programme, the UN Population Fund (UNFPA), the UN High Commissioner for Refugees, the World Health Organization (WHO), and relevant NGOs and other experts, should be consulted and involved in opera- tions. HIV/AIDS is often wrongly regarded as only a medical issue. While medical guidance is certainly essential when dealing with issues such as testing procedures and treatment, the broader social, human rights and political ramifications of the epidemic must also be considered and are often the most challenging in terms of their impact on reintegration efforts. As a result, the HIV/AIDS programme requires specific expertise in HIV/AIDS train- ing, counselling and communication strategies, in addition to qualified medical personnel. Teams must include both men and women: the HIV/AIDS epidemic has specific gender dimensions and it is important that prevention and care are carried out in close coordination with gender officers (also see IDDRS 5.10 on Women, Gender and DDR).Limitations and obligations of DDR HIV/AIDS initiatives. it is crucial that DDR planners are transparent about the limitations of the HIV/AIDS programme to avoid creating false expectations. It must be clear from the start that it is normally beyond the mandate, capacity and financial limitations of the DDR programme to start any kind of roll-out plan for ARV treatment (beyond, perhaps, the provision of PEP kits and the prevention of mother-to- child transmission (also see IDDRS 5.70 on Health and DDR). The provision of treatment needs to be sustainable beyond the conclusion of the DDR programme in order to avoid the development of resistant strains of the virus, and should be part of national AIDS strategies and health care programmes. DDR programmes can, however, provide the following for target groups: treatment for opportunis- tic infections; information on ARV treatment options available in the country; and referrals to treatment centres and support groups. The roll-out of ARVs is increasing, but in many countries access to treatment is still very limited or non-existent. This means that much of the emphasis still has to be placed on prevention initiatives. HIV/AIDS community initiatives require a long-term commitment and fundamentally form part of humanitarian assistance, reconstruction and development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Successful HIV/AIDS interventions are part of a long-term pro- cess going beyond the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7601, - "Score": 0.408248, - "Index": 7601, - "Paragraph": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters? \\n To what extent did the demobilization programme provide gender-sensitive and female-specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC and FS who registered for demobilization programme \\n 2. % of FXC and FS who were demobilized (completed the programme) per camp \\n 3. Number of demobilization facilities created specifically for FXC and FS per camp (e.g., toilets, clinic) \\n 4. % of FXC, FS and FD who were allocated to female-only accommodation facilities \\n 5. Number of female staff in each camp (e.g., female translators, military staff, social workers, gender advisers) \\n 6. Number of gender trainings conducted per camp \\n 5.10 34\u2003Integrated Disarmament, Demobilization and Reintegration Standards 1 August 2006 \\n 7. Average length of time spent in gender training \\n 8. Number of FXC, FS and FD who participated in gender training \\n 9. Number and level of gender-based violence reported in each demobilization camp \\n 10. Average length of stay of FXC and FS at each camp \\n 11. % of FXC, FS and FD who received transitional support to prepare for reintegration (e.g. health care, food, living allowance, etc.) \\n 12. % of FXC, FS and FD who received female-specific assistance and package (e.g., sanitary napkins, female clothes) \\n 13. % of FXC, FS and FD attending female-specific counselling sessions \\n 14. Average length of time spent in counselling for victims of gender-based violence \\n 15. Number of child-care services per camp \\n 16. % of FXC, FS and FD who used child-care services per camp \\n 17. Existence of medical facilities and personnel for childbirth \\n 18. % of FXC, FS and FD who used medical facilities for childbirth", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.2. Monitoring of demobilization", - "Sentence": "Number of FXC and FS who registered for demobilization programme \\n 2.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.387298, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7714, - "Score": 0.377964, - "Index": 7714, - "Paragraph": "KEY MEASURABLE INDICATORS \\n 1. % of staff who have participated in gender training \\n 2. % of staff who have used gender analysis framework in needs assessment, situational analyses or/and evaluation \\n 3. % of staff who have interviewed girls and women for needs assessment, situational analyses or/and evaluation \\n 4. % of staff who have worked with local women\u2019s organizations \\n 5. % of staff who are in charge of female-specific interventions and/or gender training \\n 6. % of the programme meetings attended by local women\u2019s organizations and female community leaders \\n 7. % of staff who have carried out gender analysis of the DDR programme budget \\n 8. % of indicators and data disaggregated by gender \\n 9. % of indicators and data that reflects female specific status and/or issues \\n 10. Number of gender trainings conducted for DDR programme staff \\n 11. % of staff who are familiar with Security Council resolution 1325 \\n 12. % of staff who are familiar with gender issues associated with conflicts (e.g. gender-based violence, human trafficking) \\n 13. % of training specifically aimed at understanding gender issues and use of gender analysis frame\u00adworks for those who conduct M&E \\n 14. distribution of guidelines or manual for gender analysis and gender mainstreaming for DDR programme management", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "% of staff who have carried out gender analysis of the DDR programme budget \\n 8.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7139, - "Score": 0.353553, - "Index": 7139, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7375, - "Score": 0.353553, - "Index": 7375, - "Paragraph": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes. The narrow definition of who qualifies as a \u2018combatant\u2019 has been moti- vated to a certain extent by budgetary considerations, and this has meant that DDR planners have often overlooked or inadequately attended to the needs of a large group of people participating in and associated with armed groups and forces. However, these same peo- ple also present potential security concerns that might complicate DDR.If those who do not fit the category of a \u2018male, able-bodied combatant\u2019 are overlooked, DDR activities are not only less efficient, but run the risk of reinforcing existing gender inequalities in local communities and making economic hardship worse for women and girls in armed groups and forces, some of whom may have unresolved trauma and reduced physical capacity as a result of violence experienced during the conflict. Marginalized women with experience of combat are at risk for re-recruitment into armed groups and forces and may ultimately undermine the peace-building potential of DDR processes. The involvement of women is the best way of ensuring their longer-term participation in security sector reform and in the uniformed services more generally, which again will improve long-term security.Box 3 Why are female supporters/FAAFGs eligible for demobilization? \\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living. If the aim of DDR is to provide broad-based community security, it cannot create insecurity for this group of women by ignoring their special needs. Even if the argument is made that women associated with armed forces and groups should be included in more broadly coordinated reintegration and recovery frameworks, it is important to remember that they will then miss out on specifically designed support to help them make the transition from a military to a civilian lifestyle. In addition, many of the programmes aimed at enabling communities to reinforce reintegration will not be in place early enough to deal with the immediate needs of this group of women.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 10, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7649, - "Score": 0.353553, - "Index": 7649, - "Paragraph": "Purpose of evaluation: To examine if and to what extent DDR programmes meet the needs of female ex-combatants, supporters and dependants, and to examine the level of participation of women; \\n Process: (1) Reaching the right target population; (2) meeting the needs of stakeholders; (3) the dynamics of participation of stakeholders; \\n Gendered dimensions of process: (1) Reaching female target population; (2) meeting the needs of women and girls; (3) equal participation of women and women\u2019s organi- zations; \\n Data collection frequency: Every three weeks during the implementation of the pro- gramme.\\n To what extent did the DDR programme meet the needs of female ex-combatants, FAAGFs, and dependants? \\n To what extent did the DDR programme encourage and support the participation of women and women\u2019s organizations at each stage of the programme?KEY MEASURABLE INDICATORS \\n 1. Level of satisfaction (ranking) among FXC, FS and FD who received benefits and services from the programmes \\n 2. Level of satisfaction (ranking) among programme staff, including gender advisers \\n 3. Number of and level of complaints that programme staff received from FXC, FS and FD \\n 4. % of female participants at the peace process/negotiation (should be at least 30 percent \u2014 internationally agreed) \\n 5. % of female participants at the risk/need assessment \\n 6. Number of FXC, FS and FD who were interviewed during the risk/need assessment \\n 7. Number of local women and/or women\u2019s organizations that were interviewed by programme staff to collection information on trading routes and hidden small arms and light weapons \\n 8. Number of women\u2019s organizations that participated in monitoring weapons collection and destruction \\n 9. Number of female leaders and women\u2019s organizations that participated in the planning and/or implementation of reintegration programme \\n 10. Number of DDR programme meetings that included female leaders and women\u2019s organizations", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 35, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.2. Gender-responsive monitoring of process", - "Heading4": "", - "Sentence": "\\n To what extent did the DDR programme encourage and support the participation of women and women\u2019s organizations at each stage of the programme?KEY MEASURABLE INDICATORS \\n 1.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7068, - "Score": 0.33541, - "Index": 7068, - "Paragraph": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins. For example, it may be that troops are being kept in their barracks in the interim period between the signing of a peace accord and the roll-out of DDR; this provides an ideal captive (and restive) audience for awareness programmes and makes use of existing structures.7 In such cases, DDR planners should design joint projects with other actors working on HIV issues in the country. To avoid duplication or over-extending DDR HIV budgets, costs could be shared based on a proportional breakdown of the target group. For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage. Such an approach would be more comprehensive, easier to implement, and have longer-term benefits. It would also complement HIV/AIDS initiatives in broader SSR programmes.Demobilization is often a very short process, in some cases involving only reception and documentation. While cantonment offers an ideal environment to train and raise the awareness of a \u2018captive audience\u2019, there is a general trend to shorten the cantonment period and instead carry out community-based demobilization. Ultimately, most HIV initiatives will take place during the reinsertion phase and the longer process of reintegration. However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization. If the time allowed for a specific phase is changed, for example, if an envisaged cantonment period is shortened, it should be understood that the HIV/AIDS minimum requirements are not dropped but are instead included in the next phase of the DDR programme. Condoms and awareness material/referral information should be available whatever the length of cantonment, and must be included in \u2018transitional packages\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6563, - "Score": 0.333333, - "Index": 6563, - "Paragraph": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization). When reporting to such sites, the time CAAFAG spend at the site shall be as short as possible, and every effort shall be made to rapidly identify them, register them and supply them with their immediate needs. Where possible, children should be identified before arrival at the demobilization site so that the documentation process (identification, verification, registration, medical needs) and other applicable procedures last no longer than 48 hours, after which they shall be transferred to an interim care centre (ICC) for children or to another location under civilian control. If CAAFAG report or are brought to mobile demobilization sites or reception centres, standard operating procedures shall be in place outlining when and how the handover to civilian authorities will take place.At all demobilization sites, semi-permanent or otherwise, particular attention shall be given to the safety and protection of children during their stay, through measures such as proper lighting, regular surveillance and security patrols. Children shall be physically separated from adult combatants, and a security system shall be established to prevent adult access to them. Girl mothers, however, shall not be separated from their children. Separate accommodation must be provided for boys and girls, including separate washing and toilet facilities, with specific health services provided when necessary (e.g., reproductive health services and hygiene kits adapted to specific needs). Female staff shall be provided for locations where girls are staying.Since a number of girls are likely to be mothers, demobilization sites shall also be designed to provide proper food and health care for infants and young children, with childcare assistance provided for mothers unable to care for their children. Demobilization sites must, without exception, provide medical health screening, including sexual health screening to all children, and provide necessary treatment. Efforts shall be made to improve the overall health of CAAFAG through early detection, immunization, treatment of severe conditions (such as malaria and acute respiratory infections), treatment for wounds and injuries, triage and referral of serious cases to secondary/tertiary facilities (see IDDRS 5.70 on Health and DDR).Children shall be informed that they have the right not to be abused or exploited including the right to protection from sexual exploitation and abuse, and child labour, and that they have the right and ability, through adapted and efficient reporting and complaints mechanisms, to report abuse. When children do report abuse or exploitation by adult former combatants, staff or adult caregivers, they shall not be stigmatized or made to feel disloyal in any way. Their complaints must also be acted upon immediately through child-friendly mechanisms designed and put in place to protect them from such exploitation and to punish the offenders to the fullest extent possible. If children reporting abuse request such a service, they shall be given space and time to share their emotions and reflect on their experiences with health workers trained in psychotherapeutic assistance. Mechanisms shall be established to prevent offending staff from working with children in similar situations in the future (see also section 4.10.1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 27, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "8.2.1 Demobilization sites", - "Heading4": "", - "Sentence": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6933, - "Score": 0.327327, - "Index": 6933, - "Paragraph": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work. It focuses on interventions during the demobilization and reintegration phases. A basic assumption is that broader HIV/AIDS programmes at the community level fall outside the planning requirements of DDR officers. Community programmes require a multisectoral approach and should be sustainable after DDR is completed. The need to integrate HIV/ AIDS in community-based demobilization and reintegration efforts, however, can make this distinction unclear, and therefore it is vital that the national and international part- ners responsible for longer-term HIV/AIDS programmes are involved and have a lead role in DDR initiatives from the outset, and that HIV/AIDS is included in national recon- struction. DDR programmes need to integrate HIV concerns and the planning of national HIV strategies need to consider DDR.The importance of HIV/AIDS sensitization and awareness programmes for peace- keepers is acknowledged, and their potential to assist with programmes is briefly discussed. Guidance on this issue can be provided by mission-based HIV/AIDS advisers, the Depart- ment of Peacekeeping Operations and the Joint UN Programme on HIV/AIDS (UNAIDS).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7592, - "Score": 0.320256, - "Index": 7592, - "Paragraph": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "", - "Sentence": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7329, - "Score": 0.316228, - "Index": 7329, - "Paragraph": "A gender-responsive approach to DDR should be built into every stage of DDR. This begins with discussions during the peace negotiations on the methods that will be used to carry out DDR. DDR advisers participating in such negotiations should ensure that women\u2019s interests and needs are adequately included. This can be done by insisting on the participation of female representatives at the negotiations, ensuring they understand DDR-related clauses and insisting on their active involvement in the DDR planning phase. Trained female leaders will contribute towards ensuring that women and girls involved in DDR (women and girls who are ex-combatants, women and girls working in support functions for armed groups and forces, wives and dependants of male ex-combatants, and members of the receiving com- munity) understand, support and strengthen the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender-responsive approach to DDR should be built into every stage of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8731, - "Score": 0.316228, - "Index": 8731, - "Paragraph": "CBTs can be paid in cash, in the form of value vouchers, or by bank or digital-money transfers (for example, through mobile phones). They can be one-off or paid in instalments and used instead of or alongside in-kind food assistance.There are many different benefits associated with the provision of food assistance in the form of cash. For example, not only can the recipients of cash determine and meet their individual consumption and nutritional needs more efficiently, the ability to do so is a fundamental step towards empowerment, as it helps restore a sense of normalcy and dignity in the lives of recipients. Cash can also be an efficient way to deliver support because it entails lower transaction and logistical costs than in-kind food assistance, particularly in terms of transportation and storage. The provision of cash may also have beneficial knock-on effects for local markets and trade. It also helps to avoid a scenario in which the recipients of in-kind food assistance simply resell the commodities they receive at a loss in value.Cash will be of little utility in places where the food items that people require are unavailable on the local market. However, the oft-cited concern that cash is often misused, and used to purchase alcohol and drugs, is, in the most part, not borne out by the evidence. Any potential misuse can also be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract could outline how the money is supposed to be spent, and would require follow-up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education can also help to reduce the risk that cash is misused, and basic nutrition education can help to ensure that families are aware of the importance of feeding nutritious foods, especially to young children who rely on caregivers to be fed.Providing cash is sometimes seen as generating security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is particularly true for cash payments that are distributed at regular times at publicly known locations. Digital payments, such as over-the-counter and mobile money payments, may help to circumvent this problem by offering new and discrete opportunities to distribute CBTs. For example, recipients may cash out small amounts of their payment as and when it is needed to buy food, directly transfer money to a bank account, or store money on their mobile wallet over the long- term.Preliminary evidence indicates that distributing cash for food through mobile money transfers has a positive impact on dietary diversity, in part because recipients spend less time traveling to and waiting for their transfer. In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone, or at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there is mobile network coverage and where there are accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored in order to ensure that they adhere to previously agreed upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy other goods in the agent\u2019s store. Adequate sensitization campaigns targeting both recipients and agents should be an integral part of the programme design. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.Irrespective of the type of CBT selected, the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers. It is important that the delivery mechanism chosen permits women to access their entitlement safely and confidently, without being exposed to the risks of private service providers abusing their power over recipients and encountering difficulties in the redemption of their entitlement because of numerical or financial illiteracy. A help desk and complaint mechanism should also be set-up, and these should include specific referral pathways for women. When food assistance is provided through CBTs, humanitarian agencies often work closely with service providers from the private sector (financial service providers, traders, etc.). Where this is the case, all necessary service procurement procedures shall be followed to ensure timely set-up of the operation. Clear Standard Operating Procedures (SOPs) shall be put in place to ensure that all stakeholders have the same understanding of their roles and responsibilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 21, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.7 Cash-based transfers", - "Heading3": "", - "Heading4": "", - "Sentence": "Adequate sensitization campaigns targeting both recipients and agents should be an integral part of the programme design.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8262, - "Score": 0.312772, - "Index": 8262, - "Paragraph": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders. UN peacekeeping missions and regional organizations have a key role to play in carrying out such agreements, particularly in view of the sensitivity of issues concerning foreign combatants.Agreements should contain guarantees for the repatriation in safety and dignity of former combatants, bearing in mind, however, that States have the right to try individuals for criminal offences not covered by amnesties. In the spirit of post\u00adwar reconciliation, guarantees may include an amnesty for desertion or an undertaking that no action will be taken in the case of former combatants from the government forces who laid down their arms upon entry into the host country. Protection from prosecution as mercenaries may also be necessary. However, there shall be no amnesty for breaches of international humanitarian law during the conflict.Agreements should also provide a basis for resolving nationality issues, including meth\u00ad ods of finding out the nationality those involved, deciding on the country in which former combatants will participate in a DDR programme and the country of eventual destination. Family members\u2019 nationalities may have to be taken into account when making long\u00adterm plans for particular families, such as in cases where spouses and children are of different nationalities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.2. Repatriation agreements", - "Heading3": "", - "Heading4": "", - "Sentence": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8401, - "Score": 0.312772, - "Index": 8401, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country].", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7779, - "Score": 0.311876, - "Index": 7779, - "Paragraph": "Health action should always prioritize basic preventive and curative care to manage the entire range of health threats in the geographical area, and deal with the specific risks that threaten the target population. Health action within a DDR process should apply four key principles: \\n Principle 1: Health programmes/actions that are part of DDR should be devised in coordi- nation with plans to rehabilitate the entire health system of the country, and to build local and national capacity; and they should be planned and implemented in cooperation and consultation with the national authorities and other key stakeholders so that resources are equitably shared and the long-term health needs of former combatants, women associated with armed groups and forces, their family members and communities of reintegration are sustainably met; \\n Principle 2: Health programmes/actions that are part of DDR should promote and respect ethical and internationally accepted human rights standards; \\n Principle 3: Health programmes/actions that are part of DDR should be devised after careful analysis of different needs and in consultation with a variety of representatives (male and female, adults, youth and children) of the various fighting factions; and services offered during demobilization should specifically deal with the variety of health needs presented by adult and young combatants and women associated with armed groups and forces; \\n Principle 4: In the reintegration part of DDR, as an essential component of community- based DDR in resource-poor environments, health programmes/actions should be open to all those in need, not only those formerly associated with armed groups and forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Health action within a DDR process should apply four key principles: \\n Principle 1: Health programmes/actions that are part of DDR should be devised in coordi- nation with plans to rehabilitate the entire health system of the country, and to build local and national capacity; and they should be planned and implemented in cooperation and consultation with the national authorities and other key stakeholders so that resources are equitably shared and the long-term health needs of former combatants, women associated with armed groups and forces, their family members and communities of reintegration are sustainably met; \\n Principle 2: Health programmes/actions that are part of DDR should promote and respect ethical and internationally accepted human rights standards; \\n Principle 3: Health programmes/actions that are part of DDR should be devised after careful analysis of different needs and in consultation with a variety of representatives (male and female, adults, youth and children) of the various fighting factions; and services offered during demobilization should specifically deal with the variety of health needs presented by adult and young combatants and women associated with armed groups and forces; \\n Principle 4: In the reintegration part of DDR, as an essential component of community- based DDR in resource-poor environments, health programmes/actions should be open to all those in need, not only those formerly associated with armed groups and forces.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7383, - "Score": 0.309359, - "Index": 7383, - "Paragraph": "In drafting a peace mission\u2019s plan of operations, the Department of Peacekeeping Operations (DPKO) shall reflect the recommendations of the assessment team and produce language that defines a mandate for a gender-sensitive DDR process in compliance with Security Council resolution 1325. Specifically, DDR programme participants shall include those who play support functions essential for the maintenance and cohesion of armed groups and forces, and reflect consideration of the needs of individuals dependent on combatants.When the Security Council establishes a peacekeeping operation with mandated DDR functions, components that will ensure gender equity should be adequately financed through the assessed budget of UN peacekeeping operations and not voluntary contributions alone. From the start, funds should be allocated for gender experts and expertise to help with the planning and implementation of dedicated programmes serving the needs of female ex-com- batants, supporters and dependants. Gender advisers and expertise should be considered essential in the staffing structure of DDR units.The UN should facilitate financial support of the gender components of DDR processes. DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities. Several strategies can be used: (1) ensuring that DDR training programmes that are routinely provided for military and civilian staff reflect gender-related aspects; (2) developing accountability mechanisms to ensure that all staff are committed to gender equity; and (3) integrating gender training into the training programme for the troops involved.Box 4 Gender training in DDR \\n\\n Main topics of training \\n Gender mainstreaming and human rights \\n Sexual and gender-based violence \\n Gender roles and relations (before, during and after the conflict) \\n Gender identities \\n Gender issues in HIV/AIDS and human trafficking \\n\\n Main participants \\n Ex-combatants, supporters, dependants (both male and female) \\n DDR programme staffs \\n Representatives of government \\n Women\u2019s groups and NGOs \\n Community leaders and traditional authorities", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 11, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.1. Demobilization mandates, scope, institutional arrangements: Gender-aware interventions", - "Heading4": "", - "Sentence": "DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8539, - "Score": 0.306186, - "Index": 8539, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7589, - "Score": 0.301511, - "Index": 7589, - "Paragraph": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR. At present, the gender dimensions of DDR are not monitored and evaluated effec- tively in DDR programmes, partly because of poorly allocated resources, and partly because there is a shortage of evaluators who are aware of gender issues and have the skills needed to include gender in their evaluation practices.To overcome these gaps, it is necessary to create a primary framework for gender- responsive M&E. Disaggregating existing data by gender alone is not enough. By identifying a set of specific indicators that measure the gender dimensions of DDR programmes and their impacts, it should be possible to come up with more comprehensive and practical recommendations for future programmes. The following matrixes show a set of gender- related indicators for M&E (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).These matrixes consist of six M&E frameworks: \\n 1.Monitoring programme performance (disarmament; demobilization; reintegration) \\n 2.Monitoring process \\n 3.Evaluation of outcomes/results \\n 4.Evaluation of impact \\n 5.Evaluation of budget (gender-responsive budget analysis) \\n 6.Evaluation of programme management.The following are the primary sources of data, and data collection instruments and techniques: \\n national and municipal government data; \\n health-related data (e.g., data collected at ante-natal clinics); \\n programme/project reports; \\n surveys (e.g., household surveys); \\n interviews (e.g., focus groups, structured and open-ended interviews).Whenever necessary, data should be disaggregated not only by gender (to compare men and women), but also by age, different role(s) during the conflict, location (rural/urban) and ethnic background.Gender advisers in the regional office of DDR programme and general evaluators will be the main coordinators for these gender-responsive M&E activities, but the responsibility will fall to the programme director and chief as well. All information should be shared with donors, programme management staff and programme participants, where relevant. Key findings will be used to improve future programmes and M&E. The following tables offer examples of gender analysis frameworks and gender-responsive budgeting analysis for DDR programmes.Note: Female ex-combatants = FXC; women associated with armed groups and forces = FS; female dependants = FD", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 32, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "All information should be shared with donors, programme management staff and programme participants, where relevant.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7388, - "Score": 0.294884, - "Index": 7388, - "Paragraph": "Definitions of who is a dependant should reflect the varied nature and complexity of the conflict situation, where dependent women and girls may not be legal wives of ex-combatants. Where a male ex-combatant and a woman or girl live as man and wife according to local perceptions and practices, this will guarantee the eligibility of the woman or girl for inclu- sion in the DDR programme. Eligibility criteria should be determined so that they include \u2014 where relevant \u2014 multiple wives (both formal and informal) of a male ex-combatant. The dependants of an ex-combatant should include any person living as part of the ex- combatant\u2019s household under their care.xxIn situations where governments are responsible for all or part of the DDR process, UN representatives should encourage national DDR commissions to work closely with government ministries in charge of women\u2019s affairs, as well as women\u2019s peace-building networks. National DDR commissions should be encouraged to employ women in leader- ship positions and assign gender focal points within the commission.Troop-contributing countries should be encouraged by DPKO to make it an urgent priority to deploy women in peacekeeping operations. Female military personnel with gen- der training should be used as much as possible during the DDR process, in particular during the initial stages of screening and identification. Female military personnel should also play an important role in receiving and transmitting information on gender-based violence and/or sexual exploitation and abuse occurring in DDR sites.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 12, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.2. Demobilization mandates, scope, institutional arrangements: Female-specific interventions", - "Heading4": "", - "Sentence": "The dependants of an ex-combatant should include any person living as part of the ex- combatant\u2019s household under their care.xxIn situations where governments are responsible for all or part of the DDR process, UN representatives should encourage national DDR commissions to work closely with government ministries in charge of women\u2019s affairs, as well as women\u2019s peace-building networks.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5981, - "Score": 0.288675, - "Index": 5981, - "Paragraph": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market. By providing youth with the means to acquire \u2018employable skills,\u2019 vocational training can increase self-esteem and build confidence, while helping young people to (re)gain respect and appreciation from the community.Most armed conflicts result in the disruption of training and economic systems and, because of time spent in armed forces or groups, many young ex-combatants and persons associated with armed forces and groups do not acquire the skills that lead to a job or to sustainable livelihoods. At the same time, the reconstruction and recovery of a conflict-affected country requires large numbers of skilled and unskilled persons. Training provision needs to reflect the balance between demand and supply, as well as the aspirations of youth DDR participants and beneficiaries.DDR practitioners should develop strong networks with local businesses and agriculturalists in their area of operation as early as possible to engage them as key stakeholders in the reintegration process and to enhance employment and livelihood options post-training. Partnerships with the private sector should be established early on to identify specific employment opportunities for youth post-training. This could include the development of apprenticeship programmes (see below), entering into Memoranda of Understanding (MOUs) with local chambers of commerce or orientation events bringing together key business and community leaders, local authorities, service providers, trade unions, and youth participants. DDR practitioners should explore opportunities to collaborate with vocational training institutes to see how they could adapt their programmes to specifically cater for demobilized youth.Employers\u2019, agriculturalists, and trade unions are important partners, as they may identify growth sectors in the economy, and provide assistance and advice to vocational training agencies. They can help to identify a list of national core competencies or curricula and create a system for national recognition of these competencies/curricula. Employers\u2019 organizations can also encourage their members to offer on-the-job training to young employees by explaining the benefits to their businesses such as increased productivity and competitiveness, and reduced job turn-over and recruitment expenses.Systematic data on the labour market and on the quantitative and qualitative capacities of training partners may be unavailable in conflict-affected countries. Engagement with businesses, agriculturalists, and service providers at the national, sub-national and local levels is therefore vital to fill these knowledge gaps in real-time, and to sensitize these actors on the challenges faced by youth ex-combatants and persons formerly associated with armed forces and groups. DDR practitioners should also explore opportunities to collaborate with national and local authorities, other UN agencies/programmes and any other relevant/appropriate actors to promote the restoration of training facilities and institutions, apprenticeship education and training programmes, and the capacity building of trainers.For youth who have little or no experience of decent work, vocational training should include a broad range of training and livelihood options to provide young people with choice and control over decision-making that affects their lives. In rural settings, agricultural and animal husbandry, veterinary, and related skills may be more valuable and more marketable and should not be ignored as options. Specifically, consideration should be given to the type of training that female youth would prefer, rather than limiting them to training for roles that have traditionally been associated with females .The level of training should also match the need of the local economy to increase the probability of employment, so that the skills and expectations of youth match labour market needs, and training modalities should be developed to most appropriately reflect the learning needs of youth deprived of much of their schooling. As youth may have experienced trauma or loss, mental health and psychosocial support should be available during training to those who need it. Vocational training modalities should also specifically consider those with dependants (particularly young women) to enable them sustained access to training programmes. This may include supporting access to social protection measures such as kindergarten or other forms of childcare. In addition, it is important to understand the motivations and interests of young people as part of facilitating a match of training with the local economy needs.Young people require learning strategies that allow them to learn at their own pace. Learning approaches should be interactive and utilize appropriate new technologies, particularly when attempting to extend skills training to hard-to-reach youth. This may include digital resources and eLearning, as well as mobile skills-building facilities. The role of the trainer involved in these programmes should be that of a facilitator who encourages active learning, supports teamwork and provides a positive adult \u2018role model\u2019 for young participants. Traditional supply-driven and instructor-oriented training methods should be avoided.Where possible, and in order to prepare young people with no previous work experience for the highly competitive labour market, vocational training should be paired with apprenticeship and/or on-the-job training opportunities. Trainees can then combine the skills they are learning with practical experience of norms and values, productivity and competition in the world of work. DDR practitioners should also plan staff development activities that aim at training existing or newly recruited vocational trainers in how to address the specific needs and experiences of young DDR participants and beneficiaries.Youth ex-combatants and persons formerly associated with armed forces or groups can experience further frustration and hopelessness if they do not find a job after having been involved in ineffective or poorly targeted training programme. These feelings can make re-recruitment more likely. One of the clearest lessons learned from past DDR programmes is that even after training, young combatants often struggle to succeed in weak economies that have been damaged by war, as do adults. Businesses owned by former members of armed forces and groups regularly fail due to market saturation, competition with highly qualified people already running the same kinds of businesses, limited experience in business start-up, management and development, and because of the very limited cash available to pay for goods and services in post-war societies. Youth may also be in competition for limited job opportunities with more experienced adults.To address these issues, reintegration programmes should more effectively empower youth by combining several skills in one course, e.g., home economics with tailoring, pastry or soap- making. This is because possession of a range of skills greatly improves the employability of young people. Also, providing easy-to-learn skills such as mobile phone repair makes young people less vulnerable and more adaptable to rapidly changing market demands. Together the acquisition of business skills and life skills (see above) can help young people become more effective in the market. Depending on the context, agricultural and animal husbandry, veterinary, and related skills should be considered.Training demobilized youth in trades they might identify as their preference should be avoided if the trades are not required in the labour market. The feeling of frustration and helplessness that might have caused people to take up arms in the first place only increases when they cannot find employment after training and could increase the risk of re-recruitment. Training and apprenticeship programmes should be adapted to young people\u2019s abilities, interests and needs, to enable them to complete the programme, which will both boost their employment prospects and bolster their self- confidence. A commitment to motivating young people to realize their potential is a vital part of successful programming and implementation.This can be achieved through greater involvement of both youth participants and the business community in reintegration programming and design. This can enable a more realistic appreciation of the economic context, the identification of interesting but non-standard alternatives (so long as they can lead to sustainable job prospects or livelihoods), and the development of initial relationships. Effective career or livelihood counselling will be central to this process, and it is therefore necessary to recruit DDR staff with skills not only in vocational and technical training provision, but also in working with youth. Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 20, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.8 Vocational training", - "Heading4": "", - "Sentence": "Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8193, - "Score": 0.288675, - "Index": 8193, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "Do its members have an interest in DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7430, - "Score": 0.288675, - "Index": 7430, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8592, - "Score": 0.288675, - "Index": 8592, - "Paragraph": "DDR processes shall be designed through a conflict-sensitive lens with careful consideration given to how a possible food assistance component could potentially increase tensions and vulnerabilities. Food assistance provided as part of a DDR process shall not create, exacerbate or contribute to gender inequalities or discrimination, including the risk of gender-based violence. Furthermore, it shall not present possibilities for theft or manipulation of assistance, or compromise the legitimacy of organizations and actors providing humanitarian and development aid. The most adequate transfer modalities and delivery mechanisms for food assistance as part of a DDR process shall be identified. Food assistance staff and DDR practitioners shall be highly aware of the potential for their decisions to have unintended negative consequences and shall analyse possible inadvertent contributions to tension/conflict. This analysis shall include: \\n a) Having a sound understanding of the social tensions that already exist; \\n b) Assessing how the DDR process and the food assistance component may interact with those tensions; \\n c) Adapting the DDR process and the food assistance component to avoid contributing to tension/conflict, and to support sustainable peace where possible.DDR processes with a food assistance component shall also leverage opportunities to \u2018do more good\u2019 and contribute to social cohesion and peacebuilding as well as to gender equality and women\u2019s empowerment.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "The most adequate transfer modalities and delivery mechanisms for food assistance as part of a DDR process shall be identified.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7674, - "Score": 0.283473, - "Index": 7674, - "Paragraph": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants? \\n To what extent did the reintegration programme encourage and support the creation of gender-responsive community development?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1. % change in the number of FXC, FS and FD who vote or/and stand for national and local elections in the concerned country \\n 2. % change in the employment rate among FXC, FS and FD (in both formal and informal sectors) Level 5 Cross-cutting Issues Women, Gender and DDR 37 5.10 \\n 3. % change in the literacy rate among FXC, FS and FD, and their children \\n 4. % change in disposable income among FXC, FS and FD, and their household \\n 5. % change in the number of FXC, FS and FD who are the members of any type of association, including women\u2019s NGOs and ex-combatant support networks \\n 6. % change in the number of FXC, FS and FD who are involved in the implementation/management of community development programmes \\n 7. % change in the number of women\u2019s organizations that receive(d) reintegration assistance and implement development-related programme/project(s) \\n 8. % change in the number of female-specific development programmes supported by reintegration assistance to meet the needs of women and girls \\n 9. % change in the number of female participants in development programmes who receive reintegration assistance. \\n 10. % change in the number of communities with a high return rate of ex-combatants receiving reintegration assistance \\n 11. % change in the number of awareness campaigns on women\u2019s human rights and gender-based violence supported by reintegration assistance \\n 12. Community perception of FXC, FS and FD \\n 13. Community perception of women\u2019s human rights and gender-based violence", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 36, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.4. Gender-responsive evaluation of impact", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8257, - "Score": 0.280056, - "Index": 8257, - "Paragraph": "Since lasting peace and stability in a region depend on the ability of DDR programmes to attract the maximum possible number of former combatants, the following principles relat\u00ad ing to regional and cross\u00adborder issues should be taken into account in planning for DDR: \\n DDR programmes should be open to all persons who have taken part in the con\u00ad flict, including foreigners and nationals who have crossed international borders. Extensive sensitization is needed both in countries of origin and host countries to ensure that all persons entitled to par\u00ad ticipate in DDR programmes are aware of their right to do so; DDR programmes should be open to all persons who have taken part in the conflict, including foreigners and nationals who have crossed international borders. \\n close coordination and links among all DDR programmes in a region are essential. There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible. While DDR programmes may be implemented within a regional framework, such programmes must nevertheless take into full consideration the poli\u00ad tical, social and economic contexts of the different countries in which they are to be implemented; \\n in order to have accurate information on foreign combatants who have been involved in a conflict, DDR registration forms should contain a specific question on the national\u00ad ity of the combatant.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.1. Regional dimensions to be taken into account in setting up DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Since lasting peace and stability in a region depend on the ability of DDR programmes to attract the maximum possible number of former combatants, the following principles relat\u00ad ing to regional and cross\u00adborder issues should be taken into account in planning for DDR: \\n DDR programmes should be open to all persons who have taken part in the con\u00ad flict, including foreigners and nationals who have crossed international borders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7706, - "Score": 0.279372, - "Index": 7706, - "Paragraph": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 38, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.6. Evaluation to assess the level of gender mainstreaming in programme management", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6220, - "Score": 0.27735, - "Index": 6220, - "Paragraph": "Children are entitled to release from armed forces and groups at all times, without pre- condition. Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children. Given their age, vulnerability and child- specific needs, during DDR processes, children shall be separated from armed forces and groups and handed over to child protection actors and supported to demobilize and reintegrate into families and communities in processes that are separate from those for adults, according to their best interests. While it is critical that children be supported, they shall not be pressured to wait for or to participate in release processes. They shall also not be removed from their families or communities to participate in DDR processes unless it has been determined to be in their best interest. Their decision to participate shall voluntary and based on informed consent.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5759, - "Score": 0.269408, - "Index": 5759, - "Paragraph": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR). Youth-focused DDR processes for those aged 18 \u2013 24 should also be backed by flexible and long-term funding, that takes into account the importance of creating space for youth (especially the most marginalised) to participate in the planning, design, implementation, monitoring and evaluation of DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8742, - "Score": 0.269408, - "Index": 8742, - "Paragraph": "Food assistance provided to DDR participants and beneficiaries should be balanced against assistance provided to other returnees or conflict-affected populations as part of the wider recovery programme to avoid treating some conflict-affected groups unfairly. The provision of special entitlements to DDR participants should always be seen in the context of the needs and resources of the broader population. If communities perceive that preferential treatment is being given to ex-combatants and persons formerly associated with armed forces and groups, this can cause resentment, and there is the danger that humanitarian food assistance agencies will no longer be perceived as neutral. Every effort to achieve an equal standard of living for ex-combatants, persons formerly associated with armed forces and groups, dependants and other members of the community should be made in order to minimize the risk that benefits given through DDR could fuel tensions among these groups.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.8 Equity with other assistance programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance provided to DDR participants and beneficiaries should be balanced against assistance provided to other returnees or conflict-affected populations as part of the wider recovery programme to avoid treating some conflict-affected groups unfairly.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5731, - "Score": 0.267261, - "Index": 5731, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of CAFFAG, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups for this specific purpose. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or related process, such as Security Sector Reform (SSR), is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and therefore may be excluded from DDR support. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for and take steps to obtain the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, foreign missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems (see IDDRS 5.20 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5768, - "Score": 0.267261, - "Index": 5768, - "Paragraph": "Where appropriate, youth-focused DDR processes shall consider regional initiatives to prevent the (re-)recruitment of youth. DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5836, - "Score": 0.267261, - "Index": 5836, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7758, - "Score": 0.267261, - "Index": 7758, - "Paragraph": "This module is intended to assist operators and managers from other sectors who are involved in disarmament, demobilization and reintegration (DDR), as well as health practitioners, to understand how health partners, like the World Health Organization (WHO), United Nations (UN) Population Fund (UNFPA), Joint UN Programme on AIDS (UNAIDS), Inter- national Committee of the Red Cross (ICRC) and so on, can make their best contribution to the short- and long-term goals of DDR. It provides a framework to support cooperative decision-making for health action rather than technical advice on health care needs. Its intended audiences are generalists who need to be aware of each component of a DDR pro- cess, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contextualize their technical expertise. Because of its close interconnections with these areas, the module should be read in conjunction with IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.50 on Food Aid Programmes in DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module is intended to assist operators and managers from other sectors who are involved in disarmament, demobilization and reintegration (DDR), as well as health practitioners, to understand how health partners, like the World Health Organization (WHO), United Nations (UN) Population Fund (UNFPA), Joint UN Programme on AIDS (UNAIDS), Inter- national Committee of the Red Cross (ICRC) and so on, can make their best contribution to the short- and long-term goals of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7871, - "Score": 0.267261, - "Index": 7871, - "Paragraph": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs. Depending on location, health activities will normally include some or all of the following: \\n providing medical screening and counselling for combatants and dependants; \\n establishing basic preventive and curative health services. \\n Priority should go to acute and infectious conditions (typically malaria); however, as soon as possible, measures should also be set in place for chronic and non-infectious cases (e.g., tuberculosis and diabetes, or epilepsy) and for voluntary testing and counselling services for sexually transmitted infections (STIs), including HIV/AIDS; \\n establishing a referral system that can cover medical, surgical and obstetric emergencies, as well as laboratory confirmation at least for diseases that could cause epidemics; \\n adopting and adapting national standard protocols for the treatment of the most common diseases;9 \\n establishing systems to monitor potential epidemiological/nutritional problems within assembly areas, barracks, camps for dependants, etc. with the capacity for early warning and outbreak response; \\n providing drugs and equipment including a system for water quality control and bio- logical sample management; \\n organizing public health information campaigns on STIs (including HIV/AIDS), water- borne disease, sanitation issues such as excreta disposal, food conservation and basic hygiene (especially for longer-term cantonment); \\n establishing systems for coordination, communication and logistics in support of the delivery of preventive and curative health care; \\n establishing systems for coordination with other sectors, to ensure that all vital needs and support systems are in place and functioning.Whenever people are grouped together in a temporary facility such as a cantonment site, there will be matters of specific concern to health practitioners. Issues to be aware of include: \\n Chronic communicable diseases: Proper compliance with anti-TB treatment can be difficult to organize and sustain, but it should be considered a priority; \\n HIV/AIDS: Screening of soldiers should be voluntary and carried out after combatants are given enough information about the screening process. The usefulness of screening when the system is not able to respond adequately (by providing anti-retroviral therapy and proper follow-up) should be carefully thought out. Combatants have the right to the confidentiality of the information collected;10 \\n Violence/injury prevention: Cantonment is a strategy for reducing violence, because it aims to contain armed combatants until their weapons can be safely removed. However, there is a strong likelihood of violence within cantonment sites, especially when abducted women or girls are separated from men. Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this. In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders. An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 10, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.1. Dealing with key health concerns during demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 6217, - "Score": 0.267261, - "Index": 6217, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to children and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6236, - "Score": 0.267261, - "Index": 6236, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of children associated with armed forces or armed groups, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or security sector reform (SSR) process is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and are therefore excluded from support linked to DDR. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, diplomatic missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7574, - "Score": 0.267261, - "Index": 7574, - "Paragraph": "Field/Needs assessment for female ex-combatants, supporters and dependants should be carried out independently of general need assessment, because of the specific needs and concerns of women. Those assessing the needs of women should be aware of gender needs in conflict situations. The use of gender-analysis frameworks should be strongly encouraged to collect information and data on the following: \\n\\n Social and cultural context \\n Gender roles and gender division of labour (both in public and private spheres) \\n Traditional practices that oppose the human rights of women \\n\\n Political context \\n Political participation of women at the national and community levels \\n Access to education for girls \\n\\n Economic context \\n Socio-economic status of women \\n Women\u2019s access to and control over resources \\n\\n Capacity and vulnerability \\n Capacities and vulnerabilities of women and girls \\n Existing local support networks for women and girls \\n Capacities of local women\u2019s associations and NGOs \\n\\n Security \\n Extent of women\u2019s participation in the security sector (police, military, government) \\n Level of sexual and gender-based violence \\n\\n Specific needs of female ex-combatants, supporters and dependants (economic, social, physical, psychological, cultural, political, etc.)The methodology of data collection should be participatory, and sensitive to gender- related issues. The assessment group should include representatives from local women\u2019s organizations and the local community. This might mean that local female interpreter(s) and translator(s) are needed (also see IDDRS 3.20 on DDR Programme Design).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "1. Gender-responsive field/needs assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "This might mean that local female interpreter(s) and translator(s) are needed (also see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8532, - "Score": 0.267261, - "Index": 8532, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the food assistance provided by humanitarian food assistance agencies during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7319, - "Score": 0.266501, - "Index": 7319, - "Paragraph": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants. This approach fails to deal with the fact that women can also be armed combatants, and that they may have different needs from their male counterparts. Nor does it deal with the fact that women play essential roles in maintaining and enabling armed forces and groups, in both forced and voluntary capacities. A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions. This is particularly important when establishing eligibility criteria for entry into DDR programmes (also see IDDRS 4.10 on Disarmament); \\n Gender equality and women\u2019s participation: Encouraging gender equality as a core principle of UN-supported DDR programmes means recognizing and supporting the equal rights of women and men, and girls and boys in the DDR process. The different experiences, roles and responsibilities of each of them during and after conflict should be recognized and reflected in the design and implementation of DDR programmes; \\n Respect for human rights: DDR programmes should support ways of preventing reprisal or discrimination against, or stigmatization of those who participate. The rights of the community should also be protected and upheld.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6112, - "Score": 0.258199, - "Index": 6112, - "Paragraph": "CVR programmes are bottom-up interventions that focus on the reduction of armed violence at the local level by fostering improved social cohesion and providing incentives to resist recruitment. CVR programmes may include an explicit focus on youth, including youth ex-combatants and youth formerly associated with armed forces and groups. In addition, CVR programmes may explicitly target individuals who are not members of an armed group, but who are at risk of recruitment by such groups. This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. Wherever possible, youth should be represented in CVR Project Selection Committees and youth organizations should be engaged as project partners. In instances where CVR is due to be followed by support to community-based reintegration then CVR and community-based reintegration should, from the outset, be planned as a single and continuous programme.In addition, where safe and appropriate, children may be included in CVR programmes, consistent with relevant national and international legal safeguards, including on the involvement of children in hazardous work, to ensure their rights, needs and well-being are carefully accounted for.If the individuals being considered for inclusion in a CVR programme have left an armed group designated as a terrorist organization by the UN Security Council, then proper screening mechanisms and criteria shall be incorporated to identify (and exclude) individuals who may have committed terrorist acts in compliance with international law (for further information on specific requirements see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.50 on Armed Groups Designated as Terrorist Organizations). For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.4 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7063, - "Score": 0.258199, - "Index": 7063, - "Paragraph": "During planning, core indicators need to be developed to monitor the progress and impact of DDR HIV initiatives. This should include process indicators, such as the provision of condoms and the number of peer educators trained, and outcome indicators, like STI inci- dence by syndrome and the number of people seeking voluntary counselling and testing. DDR planners need to work with national programmes in the design and monitoring of initiatives, as it is important that the indicators used in DDR programmes are harmonised with national indicators. DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed. The IASC guidelines include reference material for developing indicators in emergency settings.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "7. Planning factors", - "Heading2": "7.3. Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7811, - "Score": 0.258199, - "Index": 7811, - "Paragraph": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated. The extent of the contribution of health activities in each phase increases steadily, from assess- ment and planning to the actual delivery of health services. Health services, in turn, will evolve: starting by focusing on immediate, life-threatening conditions, they will at a later stage be required to support ex-combatants and those associated with them when they return to civilian life and take up civilian jobs as a part of reintegration.Figure 1 provides a simplified image of the general direction in which the health sector has to move to best support a DDR process. Clearly, health actions set up to meet the specific needs of the demobilization phase, which will only last for a short period of time, must be planned as only the first steps of a longer-term, open-ended and comprehensive reintegra- tion process. In what follows, some of the factors that will help the achievement of this long-term goal are outlined.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.3. Health and the sequencing of DDR processes", - "Heading3": "", - "Heading4": "", - "Sentence": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8562, - "Score": 0.258199, - "Index": 8562, - "Paragraph": "Any food assistance component that is part of a DDR process shall be designed in accordance with humanitarian principles and the best practices of humanitarian food assistance. Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process. Similarly, the transfer modality to be used for the food assistance shall be based on a careful contextual and feasibility analysis (see section 5.5). Furthermore, when food assistance is provided as part of a DDR process in a mission context, the political requirements of the peacekeeping mission and the guiding principles of humanitarian assistance and development aid shall be kept completely separate.Food assistance as part of a DDR process shall be designed and implemented in a way that contributes to the safety, dignity and integrity of ex-combatants, their dependants, persons formerly associated with armed forces and groups, and community members. In any circumstance where these conditions are not met, humanitarian agencies shall carefully consider the appropriateness of providing food assistance.Humanitarian food assistance agencies shall only be involved in DDR processes when they have sufficient capacity. Support to a DDR process shall not undermine a humanitarian food assistance agency\u2019s capacity to deal with other urgent humanitarian problems/crises, nor shall it affect the process of prioritizing food assistance to conflict-affected populations.In accordance with humanitarian principles, food assistance agencies shall not provide food assistance to armed personnel at any point in a DDR process. All reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups during the pre-disarmament and disarmament phases of a DDR process, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6339, - "Score": 0.253546, - "Index": 6339, - "Paragraph": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d. The resolution also stresses the need to pay particular attention to the treatment of children associated or allegedly associated with all non-state armed groups, including those who commit acts of terrorism, in particular by establishing standard operating procedures for the rapid handover of these children to relevant civilian child protection actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 13, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.4 UN Security Council resolutions: engagement with armed forces and groups", - "Heading3": "5.4.2 Security Council Resolution 3427", - "Heading4": "", - "Sentence": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5844, - "Score": 0.25, - "Index": 5844, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7781, - "Score": 0.25, - "Index": 7781, - "Paragraph": "DDR programmes result from political settlements negotiated to create the political and legal system necessary to bring about a transition from violent conflict to stability and peace. To contribute to these political goals, DDR processes use military, economic and humani- tarian \u2014 including health care delivery \u2014 tools.Thus, humanitarian work carried out within a DDR process is implemented as part of a political framework whose objectives are not specifically humanitarian. In such a situation, tensions can arise between humanitarian principles and the establishment of the overall political\u2013strategic crisis management framework of integrated peace-building missions, which is the goal of the UN system. Offering health services as part of the DDR process can cause a conflict between the \u2018partiality\u2019 involved in supporting a political transition and the \u2018im- partiality\u2019 needed to protect the humanitarian aspects of the process and humanitarian space.3It is not within the scope of this module to explore all the possible features of such tensions. However, it is useful for personnel involved in the delivery of health care as part of DDR processes to be aware that political priorities can affect operations, and can result in tensions with humanitarian principles. For example, this can occur when humanitarian programmes aimed at combatants are used to create an incentive for them to \u2018buy in\u2019 to the peace process.4", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "5. Health and DDR", - "Heading2": "5.1. Tensions between humanitarian and political objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "To contribute to these political goals, DDR processes use military, economic and humani- tarian \u2014 including health care delivery \u2014 tools.Thus, humanitarian work carried out within a DDR process is implemented as part of a political framework whose objectives are not specifically humanitarian.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7965, - "Score": 0.25, - "Index": 7965, - "Paragraph": "International law provides a framework for dealing with cross\u00adborder movements of com\u00ad batants and associated civilians. In particular, neutral States have an obligation to identify, separate and intern foreign combatants who cross into their territory, to prevent the use of their territory as a base from which to engage in hostilities against another State. In con\u00ad sidering how to deal with foreign combatants in a DDR programme, it is important to recognize that they may have many different motives for crossing international borders, and that host States in turn will have their own agendas for either preventing or encour\u00ad aging such movement.No single international agency has a mandate for issues relating to cross\u00adborder movements of combatants, but all have an interest in ensuring that these issues are prop\u00ad erly dealt with, and that States abide by their international obligations. Therefore, DDR\u00adrelated processes such as identification, disarmament, separation, internment, demo\u00ad bilization and reintegration of combatants, as well as building State capacity in host countries and countries of origin, must be carried out within an inter\u00adagency framework. Annex B contains an overview of key inter\u00adnational agencies with relevant mandates that could be expected to assist governments to deal with regional and cross\u00adborder issues relating to combatants in host countries and countries of origin.Foreign combatants are not necessarily \u2018mercenaries\u2019 within the definition of interna\u00ad tional law; and since achieving lasting peace and stability in a region depends on the ability of DDR programmes to attract and retain the maximum possible number of former com\u00ad batants, careful distinctions are necessary between foreign combatants and mercenaries. It is also essential, however, to ensure coherence between DDR processes in adjacent countries in regions engulfed by conflict in order to prevent combatants from moving around from process to process in the hopes of gaining benefits in more than one place.Foreign children associated with armed forces and groups should be treated separately from adult foreign combatants, and should be given special protection and assistance dur\u00ad ing the DDR process, with a particular emphasis on rehabilitation and reintegration. Their social reintegration, recovery and reconciliation with their communities may work better if they are granted protection such as refugee status, following an appropriate process to determine if they deserve that status, while they are in host countries.Civilian family members of foreign combatants should be treated as refugees or asylum seekers, unless there are individual circumstances that suggest they should be treated dif\u00ad ferently. Third\u00adcountry nationals/civilians who are not seeking refugee status \u2014 such as cross\u00adborder abductees \u2014 should be assisted to voluntarily repatriate or find another long\u00ad term course of action to assist them within an applicable framework and in close consultation/ collaboration with the diplomatic representations of their countries of nationality.At the end of an armed conflict, UN missions should support host countries and countries of origin to find long\u00adterm solutions to the problems faced by foreign combatants. The primary solution is to return them in safety and dignity to their country of origin, a process that should be carried out in coordination with the voluntary repatriation of their civilian family members.When designing and implementing DDR programmes, the regional dimensions of the conflict should be taken into account, ensuring that foreign combatants who have parti\u00ad cipated in the war are eligible for such programmes, as well as other individuals who have crossed an international border with an armed force or group and need to be repatriated and included in DDR processes. DDR programmes should therefore be open to all persons who have taken part in the conflict, regardless of their nationality, and close coordination and links should be formed among all DDR programmes in a region to ensure that they are coherently planned and implemented.As a matter of principle and because of the nature of his/her activities, an active foreign combatant cannot be considered as a refugee. However, a former combatant who has gen\u00ad uinely given up military activities and become a civilian may at a later stage be given refugee status, provided that he/she applies for this status after a reasonable period of time and is not \u2018excludable from international protection\u2019 on account of having committed crimes against peace, war crimes, crimes against humanity, serious non\u00adpolitical crimes outside the country of refuge before entering that country, or acts contrary to the purposes and principles of the UN. The UN High Commissioner for Refugees (UNHCR) assists governments in host countries to determine whether demobilized former combatants are eligible for refugee status using special procedures when they ask for asylum.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes should therefore be open to all persons who have taken part in the conflict, regardless of their nationality, and close coordination and links should be formed among all DDR programmes in a region to ensure that they are coherently planned and implemented.As a matter of principle and because of the nature of his/her activities, an active foreign combatant cannot be considered as a refugee.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6364, - "Score": 0.25, - "Index": 6364, - "Paragraph": "A detailed situation analysis should assess broad conflict-related issues (location, political and social dynamics, causes, impacts, etc.) but also the specific impacts on children, including disaggregation by gender, age and location (urban-rural). The situation analysis is critical to identifying obstacles to, and opportunities for, reintegration support. A detailed situation analysis should examine: \\n\u00a7 The objectives, tactics and command structure/management/hierarchy of the armed force or group; \\n\u00a7 The circumstances, patterns, causes, conditions, means and extent of child recruitment by age and gender; \\n\u00a7 The emotional and psychological consequences of children\u2019s living conditions and experiences and their gendered dimensions; \\n\u00a7 Attitudes, beliefs and norms regarding gender identities in armed forces and groups and in the community; \\n\u00a7 The attitudes of families and communities towards the conflict, and the extent of their resilience and capacities; \\n\u00a7 The absorption capacity of and support services necessary in communities of return, in particular families, which play a critical role in successful release and reintegration efforts; \\n\u00a7 The extent of children\u2019s participation in armed forces and groups, including roles played and gender, age or other differences; \\n\u00a7 Children\u2019s needs, expectations, and aspirations; \\n\u00a7 The evident obstacles to, and opportunities for, child and youth reintegration, with consideration of what risks and opportunities may arise in the future; and \\n\u00a7 The needs of, and challenges of working with, special groups (girls, girl mothers, disabled children, foreign children, young children, adolescents, male survivors of sexual violence, 16 severely distressed children, children displaying signs of post-traumatic stress disorder, and unaccompanied and separated children).DDR practitioners should be aware that the act of asking about children\u2019s and communities\u2019 wishes through assessments can raise expectations, which can only be managed by being honest about which services or assistance may or may not ultimately be provided. Under no circumstances should interviewers or practitioners make promises or give assurances that they are not certain they can deliver. Neither should they make promises about actions others may take. Some suggested key questions for context analysis can be found in Box 1 (see also IDDRS 3.11 on Integrated Assessments).BOX 1: KEY QUESTIONS FOR CONTEXT ANALYSIS \\n What is the context? What are the social, political, economic and cultural origins of the conflict? Is it perceived as a struggle for liberation? Is it limited to a particular part of the country? Does it involve particular groups or people, or is it more generalized? What is the demographic composition of the population? What are the direct impacts of the conflict on children? Are the impacts different according to the background of the girls or boys? How are children perceived or described by other stakeholders in the context? \\n What is the ideology of the armed force or group? Do its members have a political ideology? Do they have political, social or other goals? What means does the armed force/group use to pursue its ideology? What are the gender dimensions of their ideology? Who supports the armed force/group? What is the level of perceived legitimacy of the armed force/group? How does age- and gender-based norms and practices feature in the armed force/group\u2019s ideology? \\n How is the armed force or group structured? Where is the locus of power? How many levels of hierarchy exist? Does the leadership have tight control over its forces? What roles are traditionally assigned to children within the force/group? Whom do children associated with armed forces and groups report to? Is reporting the same for boys and girls? How is authority/rank established? Who makes decisions regarding the movements of the armed force/group? Has the armed force/group had foreign sponsors (companies, organizations)? \\n Does the armed force/group focus on particular ethnic, religious, geographic or socioeconomic groups for recruitment? Are children directly targeted for recruitment? Are girls and boys targeted equally? Is there a particular reason why the armed force/group may target the recruitment of girls and boys? Where does the armed force/group do most of its recruiting? Is recruitment \u2018voluntary\u2019, forced or compulsory? Looking back over three, six and twelve months, has recruitment been increasing or decreasing, and does it differ over the course of the year? Are children promised anything when they join up (e.g., protection for their families, money, goods, weapons)? What is the proportion of children in the armed force/group? \\n What conditions did the children live in while in the armed force/group? How do the children feel about their conditions? Was there exploitation or abuse, and if so, for how long and of what kind? How are boys and girls affected differently by their recruitment and use by the armed force/group? What kind of work did children perform in the armed force/group? How has 17 children\u2019s behaviour changed as a result of being recruited? Have their attitudes and values changed? What were the children's perceptions of the armed force/group before recruitment? \\n How do children recruited understand their role in the conflict? Are there any perceived benefits for children to join armed forces/groups (i.e., status recognition, addressing grievances)? What are their expectations and aspirations for the future? How can their experiences be harnessed for productive purposes? \\n What do the communities feel about the impact of the conflict on children? How do communities view the role of children in armed forces and groups? What impact is this likely to have on the children\u2019s reintegration? How has the conflict affected perceptions of the roles of girls and women? What are the community\u2019s perceptions of sexual violence against boys and girls? What is the people\u2019s understanding of children\u2019s responsibility in the conflict? What social, cultural and traditional practices exist to help children\u2019s reintegration into their communities? Do institutions, policies and social groups have specific procedures or services to cater for children\u2019s specific needs? How familiar are children with these practices?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 15, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "Is it limited to a particular part of the country?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6499, - "Score": 0.25, - "Index": 6499, - "Paragraph": "To prevent the (re-)recruitment of children as part of DDR processes, various risk factors should be analysed at the structural, social and individual levels (see Table 1 below). Special focus shall be given to children at the most risk of recruitment.Some children are particularly vulnerable to (re-)recruitment because of inadequate protection, such as children living in conflict zones, child refugees or those who have been internally displaced, unaccompanied children, orphans or those separated from their families, children in child- or female-headed households, and children with very young parents. Girls and boys are at greater risk of being recruited in certain locations, such as zones of intense conflict; areas frequently crossed by troops; and public places with concentrations of children such as markets, schools, refugee camps or camps for internally displaced persons, and places where children go to fetch wood or water.Child recruitment is not always a sudden occurrence, but can take place gradually, progressing from initial contact to formal association. Children may start with occasional visits to the camps of armed forces or groups to look for food, polish shoes or carry out other tasks. Increasingly, they are given more responsibilities, then they may seek shelter at these camps, and eventually they start to take part fully in military life. Preventing this kind of \u2018voluntary\u2019 recruitment is a particular challenge and engagement is needed to sensitize communities on the risks of children having contact and forming associations with an armed force or group, even if it appears harmless.It is also important that the identification and documentation of (re-)recruitment risk considers aspects of child agency that may make children more vulnerable to recruitment. While forcible recruitment remains an issue, most children are recruited through the manipulation of their economic, social, political and/or psychological vulnerability.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 22, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.1 Identification and documentation of risks of (re-)recruitment", - "Heading3": "", - "Heading4": "", - "Sentence": "To prevent the (re-)recruitment of children as part of DDR processes, various risk factors should be analysed at the structural, social and individual levels (see Table 1 below).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7053, - "Score": 0.25, - "Index": 7053, - "Paragraph": "During the planning process, a risk mapping exercise and assessment of local capacities (at the national and community level) needs to be conducted as part of a situation analysis and to profile the country\u2019s epidemic. This will include the collection of qualitative and quantitative data, including attitudes of communities towards those being demobilized and presumed or real HIV infection rates among different groups, and an inventory of both actors on the ground and existing facilities and programmes.There may be very little reliable data about HIV infection rates in conflict and post- conflict environments. In many cases, available statistics only relate to the epidemic before the conflict started and may be years out of date. A lack of data, however, should not prevent HIV/AIDS initiatives from being put in place. Data on rates of STIs from health clinics and NGOs are valuable proxy indicators for levels of risk. It is also useful to consider the epi- demic in its regional context by examining prevalence rates in neighbouring countries and the degree of movement between states. In \u2018younger\u2019 epidemics, HIV infections may not yet have translated into AIDS-related deaths, and the epidemic could still be relatively hidden, especially as AIDS deaths may be recorded by the opportunistic infection and not the pres- ence of the virus. Tuberculosis (TB), for example, is both a common opportunistic infection and a common disease in many low-income countries.A situation analysis for action planning for HIV should include the following important components: \\n Baseline data: What is the national HIV/AIDS prevalence (usually based on sentinel surveillance of pregnant women)? What are the rates of STIs? Are there significant differences in different areas of the country? Is it a generalized epidemic or restricted to high-risk groups? What data are available from blood donors (are donors routinely tested)? What are the high-risk groups? What is driving the epidemic (for example: heterosexual sex; men who have sex with men; poor medical procedures and blood transfusions; mother-to-child transmission; intravenous drug use)? What is the regional status of the epidemic, especially in neighbouring countries that may have provided an external base for ex-combatants? \\n Knowledge, attitudes and vulnerability: Qualitative data can be obtained through key in- formant interviews and focus group discussions that include health and community workers, religious leaders, women and youth groups, government officials, UN agency and NGO/CBOs, as well as ex-combatants and those associated with fighting forces and groups. Sometimes data on knowledge, attitudes and practice regarding HIV/ AIDS are contained in demographic and health surveys that are regularly carried out in many countries (although these may have been interrupted because of the conflict). It is important to identify the factors that may increase vulnerability to HIV \u2014 such as levels of rape and gender-based violence and the extent of \u2018survival sex\u2019. In the planning process, the cultural sensitivities of participants and beneficiaries must be considered so that appropriate services can be designed. Within a given country, for example, the acceptability and trends of condom use or attitudes to sexual relations outside of marriage can vary enormously; the country specific context must inform the design of programmes. Understanding local perceptions is also important in order to prevent problems during the reintegration phase, for example in cases where communities may blame ex-com-batants or women associated with fighting forces for the spread of HIV and therefore stigmatize them. \\n Identify existing capacities: The assessment needs to map existing health care facilities in and around communities where reintegration is going to take place. The exercise should ascertain whether the country has a functioning national AIDS control strategy and programme, and the extent that ministries are engaged (this should go beyond just the health ministry and include, for example, ministries of the interior, defence, education, etc.). Are there prevention and awareness programmes in place? Are these directed at specific groups? Does any capacity for counselling and testing exist? Is there a strategy for the roll-out of ARVs? Is there financial support available or pending from the Global Fund for AIDS, Malaria and TB, the US President\u2019s Emergency Plan for AIDS Relief or the World Bank? Do these assistance frameworks include DDR? What other actors (national and international) are present in the country? Are the UN theme group and technical working group in place ( the standard mechanisms to coordinate the HIV initiatives of UN agencies)?Basic requirements for HIV/AIDS programmes in DDR include: \\n collection of baseline HIV/AIDS data; \\n identification and training of HIV focal points within DDR field offices; \\n development of HIV/AIDS awareness material and provision of basic awareness train- ing, with peer education programmes during extended cantonment and the reinsertion and reintegration phases to build capacity; \\n provision of VCT, both specifically within cantonment sites, where relevant, and through support to community services, and the routine offer of (opt-in) testing with counselling as a standard part of medical screening in countries with an HIV prevalence of 5 per- cent or more; \\n provision of condoms, PEP kits, and awareness material; \\n treatment of STIs and opportunistic infections, and referral to existing services for ARV treatment; \\n public information campaigns and sensitization of receiving communities as part of more general preparations for the return of DDR participants.The number of those being processed through a particular site and the amount of time available would determine what can be offered before or during demobilization, what is part of reinsertion packages and what can be offered during reintegration. The IASC guidelines are a useful tool for planning and implementation (see section 4.4 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 8, - "Heading1": "7. Planning factors", - "Heading2": "7.1. Planning assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "Do these assistance frameworks include DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7804, - "Score": 0.25, - "Index": 7804, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Which phases in the DDR process have been planned?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7180, - "Score": 0.246598, - "Index": 7180, - "Paragraph": "In many settings, key HIV/AIDS implementing partners, such as the International Rescue Committee and Family Health International, may already be working in the country, but not necessarily in all the areas where demobilization and reinsertion/reintegration will take place. To initiate programmes, DDR officers should consider providing seed money to kick-start projects, for example covering the initial costs of establishing a basic VCT centre and training counsellors in a particular area, on the understanding that the implementing partner would assume the costs of running the facility for an agreed period of time. This is because it is often easier for NGOs to raise donor funds to maintain a project that has been shown to work than to set one up. Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.1. Implementing partners", - "Heading3": "", - "Heading4": "", - "Sentence": "Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6300, - "Score": 0.242536, - "Index": 6300, - "Paragraph": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning. Emphasis is often placed on the need to estimate the numbers of children in armed forces and groups in order to plan actions. While this is important, policymakers and planners should also recognize that it is difficult to obtain accurate figures. Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations. Legitimacy shall not be given to child recruitment through the inclusion of children within DDR processes to inflate numbers, for example. However, as children will require services, for the purposes of planning the budget and the DDR process itself, children shall be included in the count of persons qualifying for demobilization and reintegration support.Many children who are formally or informally released or who have otherwise left armed forces or groups never have the opportunity to participate in child-sensitive DDR processes. This can happen when a child who flees an armed force or group is not aware of their rights or lives in an area where DDR processes are unavailable. Girls, in particular, may be at higher risk of this as they are often \u2018unseen\u2019 or viewed as dependents. DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route. If levels of informal release or separation are believed to be high (through informal knowledge, data collection or situation analysis), during the planning and design phases, in collaboration with child protection actors, DDR practitioners shall establish mechanisms to inform these children of their rights and enable access to reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6353, - "Score": 0.242536, - "Index": 6353, - "Paragraph": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services. Joint planning and coordination should be informed by a detailed situation analysis and by a number of Minimum Preparedness Actions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 15, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8627, - "Score": 0.242536, - "Index": 8627, - "Paragraph": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans. Depending on the timeline of the response, security concerns, and difficulties in terms of access, food assistance agencies may have to rely on secondary data provided by Governments and/or the UN mission and the UN peacekeeping DDR component. Nevertheless, sex and age disaggregated data should be sought to ensure that the food assistance component responds to the specific needs of the targeted population.Longer-term food assistance interventions, such as those supporting reintegration, should ideally be based on more accurate food security and vulnerability data and analysis. This is to ensure that the food assistance component is designed according to a comprehensive understanding of food security and nutrition issues in a particular context. The analysis should include a detailed protection, gender and age analysis of the context and populations where the operation will take place. Generally, data collected through assessments carried out by humanitarian agencies to inform other food assistance programmes for the conflict-affected population should be used as the basis for planning reintegration support. In all planning for food assistance, vulnerability and feasibility assessments should be carried out, if possible, at the regional, community and/or household levels to gather data on areas that are particularly vulnerable, as well as communities, households and specific groups (such as single parents with small children, older people) or individuals (women versus men) experiencing food insecurity. To the extent possible, the analysis should also consider individual food security and nutrition needs, as well as the use of food and livelihood coping strategies within households, taking into account intra-household inequalities in access to and the utilization of food.The tools available for assessment and analysis include: \\n Crop and food security assessment mission; \\n Emergency food security assessments; \\n Mobile vulnerability analysis and mapping remote surveys; \\n Essential needs assessments; \\n Integrated food security phase classification exercises including acute malnutrition; \\n Food security monitoring systems; \\n Transfer modality selection guidance; \\n Standardized Monitoring and Assessment of Relief and Transition (SMART) nutrition surveys or joint food security and nutrition assessments; \\n Other types of rapid assessments to identify vulnerable communities and to better understand local food management practices. Rapid assessments use a variety of quick and inexpensive survey techniques. They tend to be qualitative rather than quantitative, and they depend more on the ability and judgement of the person carrying out the survey than do other research methods that are more rigorous, but also slower and costlier.These assessment methods provide the basis for identifying the demographic and socioeconomic characteristics and the needs of communities, households and individuals in specific locations, and provide detailed information on food availability, food markets, economic and physical access to food, food consumption and utilization, food and livelihood-based coping strategies, exposure to shocks, and other root causes of food insecurity, including insecurity or gender inequalities. When possible, such assessments should be carried out through a participatory, gender-sensitive approach to ensure that the needs, interests and capacities of all community members (women, men, old, young) are identified.Community-based organizations such as women\u2019s organizations and village relief committees, including local leaders, can help to identify the people or households most in need of assistance and the local root causes of food insecurity. Engaging local organizations in surveys and assessments as key informants can contribute to the engagement of all members of the community in ensuring that food assistance is effective and that it benefits all those in need equally and does not create protection risks.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.1 Food assistance planning data", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8665, - "Score": 0.240192, - "Index": 8665, - "Paragraph": "Once food assistance requirements have been identified, the lead food agency should take part in the drawing up of budget proposals. The food assistance component of a DDR process is often funded as part of the wider strategy of assistance and recovery, although the costs of a DDR food assistance component will depend largely on the resources and organizational capacity already in place in a given context. In both mission and non-mission contexts, food assistance in support of a DDR process shall not be implemented in the absence of adequate resources and capacity, including human, financial and logistic resources from donor contributions and/or the UN peacekeeping assessed budget. In mission contexts, the UN peacekeeping assessed budget should be available to support food assistance costs and should be designed to take into account unexpected adjustments to the length of the food assistance component, delays, and other changes that require sufficient and flexible funding.Owing to the potential for unexpected changes, maintaining a well-resourced pipeline is essential. DDR processes are often time-sensitive and volatile, and food/CBTs shall be available for pre-positioning, distribution and/or timely disbursement to avoid the risks caused by delays. The pipeline shall have enough resources not only to meet the needs of the present situation, but also to meet the needs of other possible circumstances outlined in contingency plans.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 17, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.4 Resources and funding", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process is often funded as part of the wider strategy of assistance and recovery, although the costs of a DDR food assistance component will depend largely on the resources and organizational capacity already in place in a given context.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8112, - "Score": 0.237171, - "Index": 8112, - "Paragraph": "The Third Geneva Convention of 1949 lays down minimum rights and conditions of intern\u00ad ment to be granted to captured combatants. These rights also apply by analogy to foreign combatants interned in a neutral State.What are the basic standards under the Third Geneva Convention? \\n Internees must be treated humanely at all times and are entitled to respect for their person (art. 3); \\n There must be no harmful discrimination among internees (art. 16); \\n Female internees must be treated in a way that caters for their specific needs and must be given treatment as favourable as that given to men (art. 14); \\n Internees must be provided, free of charge, with the necessary maintenance and medical attention required by their state of health (art. 15); \\n No physical or mental torture, or any other form of coercion, may be inflicted on them to get information of any kind (art. 17); \\n Internees must be provided with an identity card (art. 17); \\n After they are separated from civilians, combatants must be evacuated as soon as possible to camps a safe distance away from the combat zone, and these evacuations must be carried out humanely (i.e., evacuees must be given sufficient food, drinking water and necessary clothing and medical attention) (arts. 19 and 20); \\n Interned combatants must not be accommodated in prisons (art. 22); \\n Places of internment must be hygienic and healthy places to live. Internees\u2019 quarters must be protected from dampness and adequately heated and lighted Level 5 Cross-cutting Issues Cross-border Population Movements 15 5.40 (conditions must not harm their health). Camps must be kept clean, and proper sanitary measures should be taken to prevent epidemics (arts. 22, 25 and 29); \\n Female internees must be accommodated separately from men, and separate dormitories and hygienic supplies should be provided for them (arts. 25 and 29); \\n Daily food rations must be sufficient in quantity, quality and variety to keep internees in good health, and their habitual diet must also be taken into account (art. 26); \\n Internees must enjoy complete freedom in the exercise of their religion and in the practice of sports and intellectual activities (arts. 34\u201338); \\n Internees must be permitted to receive and send letters, as well as individual parcels or collective shipments (e.g., of food, clothing) (arts. 71\u201373); \\n Internees\u2019 working conditions should be properly regulated (arts. 49\u201357); \\n Internees must have the right to make requests to the authorities interning them regarding their conditions of captivity (art. 78).Additional Protocol II relating to Protection of Victims of Non\u00adInternational Armed Conflicts provides in Part II for humane, non\u00addiscriminatory treatment for those who do not take a direct part in, or who have ceased to take part in, hostilities, whether or not their liberty has been restricted. Such persons may include internees.What are applicable standards under Additional Protocol II? \\n Internees must receive similar treatment to the local civilian population regarding provision of food and drinking water, health and hygiene, and protection against the climate and the dangers of the armed conflict (art. 5[1][b]); \\n They must be allowed to receive individual or collective relief (art. 5[1][c]); \\n They must have freedom to practise their religion (art. 5[1][d]); \\n If made to work, they must have the benefit of working conditions and safeguards similar to those enjoyed by the local civilian population (art. 5[1][e]); \\n They should be allowed to send and receive letters and cards (art. 5[2][b]); \\n Places of internment must not be located close to the combat zone (art. 5[2][c]); \\n Internees must be evacuated under conditions of safety if the internment site becomes exposed to danger arising out of the armed conflict (art. 5[2][c]); \\n Internees are entitled to free medical examinations and treatment (art. 5[2][d]); \\n Internees\u2019 physical or mental health and integrity must not be endangered by any unjustified act or omission (art. 5[2][e]); \\n Women must be accommodated in separate quarters and be under the supervision of women, except where they are accommodated with male family members (art. 5[2][a]); \\n If it is decided to release persons deprived of their liberty, necessary measures must be taken to ensure their safety (art. 5[4]).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 14, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Standards of internment", - "Sentence": "78).Additional Protocol II relating to Protection of Victims of Non\u00adInternational Armed Conflicts provides in Part II for humane, non\u00addiscriminatory treatment for those who do not take a direct part in, or who have ceased to take part in, hostilities, whether or not their liberty has been restricted.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8560, - "Score": 0.237171, - "Index": 8560, - "Paragraph": "Children associated with armed forces and armed groups (CAAFAG) are particularly vulnerable to re-recruitment, and, because of this, food assistance can provide valuable support for programmes of education, training, rehabilitation, and family and community reunification. When dealing with CAAFAG, appropriate food assistance benefits should only be selected after careful analysis of the situation and context, and be guided by the principle of \u2018do no harm\u2019. Although food assistance can in some cases offer these children incentives to reintegrate into their communities, food assistance can also motivate children to join or re-join armed forces and groups in order to access this support. Food assistance in the form of cash shall not be provided to children, as cash may easily be taken from children (for e.g., by military commanders). Instead, in-kind food assistance may be offered during child DDR processes. Any food assistance support shall be coordinated with specialized child protection actors. Protection analysis and referral systems to child protection agencies shall be included in the food assistance component of the DDR process (see section 7.1).The diverse and specific needs of CAAFAG, boys and girls, including in relation to nutrition, shall be taken into account in the design and implementation of the food assistance component of a child DDR process. DDR practitioners and food assistance staff shall be aware of the relevant legal conventions and key issues and vulnerabilities that have to be dealt with when assisting CAAFAG and work closely with child protection specialists when developing the food assistance component of a child DDR process. In addition, appropriate reporting mechanisms shall be established in advance with specialized child protection agencies to deal with child protection and other issues that arise during child demobilization (\u2018release\u2019) (see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "In addition, appropriate reporting mechanisms shall be established in advance with specialized child protection agencies to deal with child protection and other issues that arise during child demobilization (\u2018release\u2019) (see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6775, - "Score": 0.235702, - "Index": 6775, - "Paragraph": "After CAAFAG have returned to their families and communities, monitoring and follow-up is essential. It requires careful planning, adequate funding and the collaboration of key governmental bodies, UN agencies and non-governmental organizations.Monitoring activities should occur through regular visits to children\u2019s homes, schools, and communities, including meetings with families, peers, teachers, and community leaders, without creating stigma or risk to the individuals and families involved. The living conditions of the child, the quality of his/her relationship with family members and caregivers, and the level of reintegration in the community should be regularly assessed. Confidential, accessible, and safe feedback mechanisms that allow children to report any concerns should be in place. Challenges should be identified to facilitate problem-solving, referral or programme adaptation where required. Success stories are also important for the generation of positive lessons learned and to present opportunities for replication in other areas or programmes.Monitoring should be conducted by a dedicated monitoring, evaluation and learning team. More staff are likely to be needed when large numbers of children are reunited with their families, because monitoring visits and other support activities become more labour-intensive and time- consuming as children are dispersed from a few central locations to scattered communities. Community-based child protection networks and community leaders, especially women, should be actively involved in monitoring the safety and well-being of reunited children, and should assume increasing responsibility for ongoing monitoring and follow-up to ensure a smooth takeover of this work by the community.Monitoring systems should be developed to use programme-related data gathered during demobilization including verification exercises for children. Effective programme monitoring improves accountability by recording information on programme progress, suitability of selected approaches, and impact of support on children\u2019s well-being. Monitoring should be conducted throughout programming to inform programme adjustments, including how to better reach particularly vulnerable groups of children, such as girls or disabled children. Close, continuous monitoring at the situational level is also essential, as the context will certainly change over time as issues relating to child recruitment and use, verification and release are complex and often unpredictable.Follow-up systems should be established to ensure post-programme support for reintegrating children. The reintegration process takes time and will usually not be completed within the period of the programme. Returning CAAFAG remain vulnerable to re-recruitment, social exclusion and poverty and will require ongoing support for several years. Regular follow-up should be seen as an important element of the continuum of care for children. Therefore, follow-up support is critical to an effective exit strategy, ensuring that programme gains in reintegration are safeguarded.Follow-up systems should be developed in close consultation with children and the community. They should focus on especially vulnerable children (e.g., girl mothers, those not reunited with their family, those with severe psychosocial issues and disabled children). Support measures should be informed by disaggregated monitoring to ensure accurate targeting. Follow- up systems should also be community-based but linked to national systems. This can be achieved, for example, by supporting child well-being assessments.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 42, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.10 Monitoring and follow-up", - "Heading4": "", - "Sentence": "Effective programme monitoring improves accountability by recording information on programme progress, suitability of selected approaches, and impact of support on children\u2019s well-being.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6844, - "Score": 0.235702, - "Index": 6844, - "Paragraph": "Consistent with Article 40 of the CRC, any child suspected, accused, or convicted of having committed a terrorism-related offence or an offence against national security has the right to be treated in a manner consistent with international law and standards, including juvenile justice standards: \u201cProcedures employed should promote the child\u2019s dignity and worth and reinforce the child\u2019s respect for the human rights and fundamental freedoms of others. It should take into account the child\u2019s age and the desirability of promoting the child\u2019s reintegration and the child\u2019s assuming a constructive role in society.\u201d19 In addition, if a state seeks to hold a child accountable for criminal acts alleged to have been committed while under the control of an armed group, courts and service providers should account for the child\u2019s experience and the coercive environment under which the child was living or forced to act when determining both criminal responsibility and the services or support that a child may need. In all decisions, the child\u2019s best interests shall be a primary consideration, \u201ceven when the child\u2019s interests may conflict with the State\u2019s perceived security interests.\u201d20Any child allegedly associated with an armed group should be treated primarily as a victim. In this regard, irrespective of considerations of their legal responsibility with regard to any alleged offence defined as terrorist and/or a threat to national security under national legislation, children shall be afforded the rights set forth by the international legal framework related to child victims. Any child associated with an armed group and who is or has been suspected, charged or convicted of a terrorism related offence or is deprived of his or her liberty as a result, shall be treated in accordance with international law and internationally recognized juvenile justice standards, including the right to legal representation and the right to appeal. In case such a child is released from detention, the child shall be provided with required reintegration assistance and be part of the overall reintegration programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 47, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.4 Children associated with armed groups designated by the UN as terrorist organizations", - "Heading3": "9.4.1 Justice for children allegedly accused of terrorism-related offences", - "Heading4": "", - "Sentence": "In case such a child is released from detention, the child shall be provided with required reintegration assistance and be part of the overall reintegration programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5741, - "Score": 0.229416, - "Index": 5741, - "Paragraph": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting youth, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of all people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.2", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6246, - "Score": 0.229416, - "Index": 6246, - "Paragraph": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting children and families therefore, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6310, - "Score": 0.229416, - "Index": 6310, - "Paragraph": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "5. Normative legal frameworks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6327, - "Score": 0.229416, - "Index": 6327, - "Paragraph": "The CRC and its OPAC constitute the framework for the principles, norms and standards that underpin DDR processes for children. The CRC defines a \u2018child\u2019 as any human being below the age of 18 years unless, under the law applicable to the child, majority is attained earlier. OPAC prohibits recruitment and use in hostilities of anybody under 18 years of age by armed groups. OPAC also obligates States Parties to set the minimum age of voluntary recruitment of persons into their national armed forces as 15 years of age, establishes safeguards for the voluntary recruitment of persons below the age of 18, and asserts that State Parties take all feasible measures to ensure that members of the national armed forces that are under the age of 18 do not take part in direct hostilities.The rights of the child, as espoused through the CRC and its OPAC, further support the reintegration of CAAFAG through requiring States to promote: \\n The child's right to life, survival and development: This right is not limited to ensuring a child\u2019s physical wellbeing but includes the need to ensure full and harmonious development, including at the spiritual, moral and social levels, where education plays a key role. In respect to DDR processes for children, this shall include consideration of how a child\u2019s experience in conflict impacts upon his/her own evolving capacities, as well as recognition of the resilience displayed in surviving and overcoming difficulties. \\n The child\u2019s right to be free from arbitrary detention - No child shall be deprived of his or her liberty unlawfully or arbitrarily. The arrest, detention or imprisonment of a child shall be in conformity with the law and shall be used only as a measure of last resort and for the shortest appropriate period of time. \\n The child\u2019s right to fair justice and fair treatment - States recognize the right of every child alleged as, accused of, or recognized as having infringed the penal law to be treated in a manner consistent with the promotion of the child's sense of dignity and worth, which reinforces the child's respect for the human rights and fundamental freedoms of others and which takes into account the child's age and the desirability of promoting the child's reintegration and the child's assuming a constructive role in society. States shall seek to promote the establishment of laws, procedures, authorities and institutions specifically applicable to children alleged as, accused of, or recognized as having infringed the penal law, and, in particular \\n The physical and psychological recovery and social reintegration of child victims: States shall take all appropriate measures to promote physical and psychological recovery and social reintegration of a child victim of: any form of neglect, exploitation, or abuse; torture or any other form of cruel, inhuman or degrading treatment or punishment; or armed conflicts. DDR practitioners shall work with States to ensure that recovery and reintegration takes place in an environment which fosters the health, self-respect and dignity of the child. Article 7 of the OPAC forms the legal basis for support to CAAFAG through the obligation of signatories to rehabilitate and socially reintegrate CAAFAG. \\n The child\u2019s right to be free from discrimination: States shall ensure respect for the rights of all children within their jurisdiction \u2013 including non-national children \u2013 regardless of race, sex, age, religion, ethnicity, opinions, disability or any other status of the child or the child\u2019s parents or legal guardians. DDR practitioners shall pay particular attention to ensuring the full involvement and inclusion of girls and their children, as well as addressing any stigmatization of CAAFAG. \\n The child\u2019s right to participate: Children shall be allowed to express their opinions freely and participate in making decisions concerning family reunification and career and educational opportunities, and those opinions should be given due weight in accordance with the age and maturity of the child. Children shall be consulted at all stages of the release and reintegration process, and actions that affect them shall be in their best interests, considering their needs and concerns, placement and family. \\n The child\u2019s best interests as a primary consideration: Actions that affect the child should be based on an assessment of whether those actions are in the child\u2019s best interests. As part of DDR processes for children, this shall mean that all measures to assure release, protection, reintegration and prevention of re-recruitment shall be determined by their best interests. A child shall participate in determining what is in his/her best interests.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 11, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.1 International Human Rights Law", - "Heading3": "5.1.1 The convention on the rights of the child and its optional protocols", - "Heading4": "", - "Sentence": "As part of DDR processes for children, this shall mean that all measures to assure release, protection, reintegration and prevention of re-recruitment shall be determined by their best interests.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6469, - "Score": 0.229416, - "Index": 6469, - "Paragraph": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process. Data management shall follow a predetermined and standardized format, including information on roles and responsibilities, procedures and protocols for data collection, processing, storage, sharing, reporting and archiving. Rules on confidentiality and information security shall be established, and all relevant staff shall be trained in these rules, to protect the security of children and their families, and staff. Databases that contain sensitive information related to children shall be encrypted and access to information shall be based on principles of informed consent, \u2018need to know\u2019 basis, \u2018do no harm\u2019 and the best interests of the child so that only those who need to have access to the information shall be granted permissions and the ability to do so.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 19, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "6.3.2 Data management", - "Heading4": "", - "Sentence": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6853, - "Score": 0.226134, - "Index": 6853, - "Paragraph": "Often children do not have civil registration documents showing their birth or age. However, because it is a breach of international humanitarian law, human rights law and international criminal law to recruit children under 15 years old anywhere, and to allow any child to take part in hostilities, and because children are entitled to special protections and support, it may be important to determine whether an individual is below age 18. Reintegration and child DDR generally are designed to ensure appropriate support to children under age 18, with no difference in definition, and regardless of the legal age of recruitment or other definitions or age of a child locally.It is important to manage the identification and separation of children from adults in a coordinated way during demobilization, and throughout DDR. Failure to do so may lead to serious unintended consequences, such as the re-recruitment of children, children claiming to be adults, and adults claiming to be children.To determine a child\u2019s age, the following are general principles: \\n If in doubt, assume the person is below 18. \\n Identification should take place as early as possible to allow them to access age-appropriate services. \\n Identification must occur before disarmament. \\n A child protection actor should be given access to disarmament sites to identify children. \\n Children should be immediately informed that they are entitled to support so that they are less likely to try to identify as adults.Considerations: \\n Interviews should be confidential. \\n Identification of children should take place before any other identification processes. \\n Children should be required to show that they can use a weapon (this is because they may have been used in a non-combat role). \\n During negotiations, children should not be counted in the number of armed forces or group (this is to avoid incentivizing child recruitment to inflate numbers). \\n The role that a person plays in the armed group should have no effect of the determination of whether the person is a child.For practitioners who are handling demobilization, Age Assessment: A Technical Note (2013) gives more detailed information on age determinations and includes the following core standards: \\n 1) An age assessment should only be requested when it is in the best interests of the child. \\n 2) Children should be given relevant information about the age assessment procedure \\n 3) Informed consent must be sought from the person whose age is being assessed before the assessment begins. \\n 4) Age assessments should only be a measure of last resort and be initiated only if a serious doubt about the person\u2019s age exists. \\n 5) Age assessments should be applied without discrimination. \\n 6) An unaccompanied or separated child should have a guardian appointed to support them through the age assessment procedure. \\n 7) Assessments must follow the least intrusive method, which upholds the dignity and physical integrity of the child at all times, and be gender and culturally appropriate \\n 8) Where there is a margin of error, this margin should be applied in favour of the child. \\n 9) Age assessments should take an holistic approach. \\n 10) A means of challenging the age determination should exist if the child wishes to contest the outcome of the assessment. \\n 11) Age assessments should only be undertaken by independent and appropriately skilled practitioners.The checklist to determine the age includes: \\n\\n Pre-procedure: \\n Undertake an age assessment only when relevant actors have serious doubts about the stated age of the child; ensure that the assessment is not being initiated as a routine or standard procedure. Is the procedure really necessary? \\n Plan any physical examination only as a measure of last resort to take place only when all other attempts e.g., the gathering of documentary evidence, interviewing the child, etc., have failed to establish age. Is a physical examination the only method of assessing age? \\n Secure informed consent to conduct the age assessment from the child or the guardian. It is extremely unlikely that genuine informed consent can be forthcoming at a time of \u2018crisis\u2019 and consent should only be sought when a child has had time to recover from traumatic or unsettling episodes \u2013 this may take considerable time in some instances. In circumstances where there is no consent, it cannot be used against the person and the person should be considered a child. Has the child given informed consent to a physical examination? \\n\\n During the Procedure \\n Conduct any age assessment procedure using a multi-disciplinary approach that draws on a range of appropriately skilled professionals and not solely on a physical examination. Is a range of approaches being used in the age assessment? \\n When selecting professionals to conduct an age assessment, select only those without a vested interest in the outcome, and who are independent from any agencies and actors that would provide services or support to the child or who would become responsible for the child if they are assessed as being a child. Are the professionals engaged in the assessment independent? \\n Subject to the wishes of the child, support him or her throughout the process of assessment, including by informing the child in a language he or she understands, and providing a guardian, legal or other representative to accompany them during the entire process. Is the child supported throughout the process? \\n Develop and conduct the age assessment process in a culturally and gender sensitive way using practitioners who are fully familiar with the child\u2019s cultural and ethnic background. Is the assessment sensitive to cultural and gender needs? \\n Protect the child\u2019s bodily integrity and dignity at every stage of the process. Is the process free from humiliation, discrimination, or other affront? \\n Conduct the age assessment in an environment that is safe for children, which supports their needs and is child appropriate. Is the process consistent with child safeguarding principles and child-friendly? \\n\\n Post procedure \\n Provide any services and support relevant to the outcome of the assessment without delay. What services and support are required to address the person\u2019s identified needs? \\n If any doubt remains about the age of the child, ensure that this is applied to the advantage of the child. Has any doubt about the child\u2019s age been resolved in favor of the child? \\n As promptly as is reasonably practical, explain the outcome and the consequences of the outcome to the child. Have the outcome and its consequences been explained? \\n Inform the child of the ways that he or she can challenge a decision which they disagree with. Has the child been informed of his or her rights to challenge the decision?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 48, - "Heading1": "Annex B: Determining a child\u2019s age", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration and child DDR generally are designed to ensure appropriate support to children under age 18, with no difference in definition, and regardless of the legal age of recruitment or other definitions or age of a child locally.It is important to manage the identification and separation of children from adults in a coordinated way during demobilization, and throughout DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6166, - "Score": 0.223607, - "Index": 6166, - "Paragraph": "\\n\\n Basic Information \\n Sex \\n Date of Birth/Age \\n Ethnic Group/Tribe/Clan \\n Place of Origin \\n City and Community of Reintegration \\n Marital Status \\n Number of Children and Dependants \\n Number of school aged children \\n Household Size \\n\\n Income Generation/Economic Situation \\n Do you and your family have a place to live? \\n How do you support your family financially now? \\n What type of work do you do now or in the past? \\n Do any other members of your household earn an income? \\n How much money do you earn per month on average? \\n What is the total earned per month of all working household members? \\n Over the last few months, how often have you had to reduce the quantity or quality of food you eat because of its cost? \\n If necessary, are you able to borrow money from banks, family, friends or other traditional loans systems? If not, why? \\n Do you borrow money? If yes, how frequently? \\n Do you currently work? If yes, what are your sources of income? \\n If you are unemployed, what support/skills do you need to find work? \\n\\n Perceived Challenges/Barriers to Reintegration \\n What are the biggest challenges you face? \\n\\n Perceived strengths \\n What are your strengths? What professional skills do you have? \\n\\n Support System \\n Do you have any trusted persons (from your family, community, etc.) that you can seek help from or talk to if you need support? Who are these persons? \\n\\n Psychosocial wellbeing \\n How often are you invited to participate in social activities (family reunions, family events, weddings, religious events, community events)? \\n Do you feel you are part of the community where you currently live? \\n What safety concerns do you currently have? \\n How frequently do you experience important tensions or conflicts between you and your family since you returned?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 34, - "Heading1": "Annex B: Sample Profiling Questions on Reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Do you feel you are part of the community where you currently live?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7184, - "Score": 0.223607, - "Index": 7184, - "Paragraph": "HIV/AIDS advisers. Peacekeeping missions routinely have HIV/AIDS advisers, assisted by UN volunteers and international/national professionals, as a support function of the mis- sion to provide awareness and prevention programmes for peacekeeping personnel and to integrate HIV/AIDS into mission mandated activities. HIV/AIDS advisers can facilitate the initial training of peer educators, provide guidance on setting up VCT, and assist with the design of information, education and communication materials. They should be involved in the planning of DDR from the outset.Peacekeepers. Peacekeepers are increasingly being trained as HIV/AIDS peer educators, and therefore might be used to help support training. This role would, however, be beyond their agreed duties as defined in troop contributing country memorandums of understanding (MoUs), and would require the agreement of their contingent commander and the force commander. In addition, abilities vary enormously: the mission HIV/AIDS adviser should be consulted to identify those who could take part.Many battalion medical facilities offer basic treatment to host populations, often treating cases of STIs, as part of \u2018hearts and minds\u2019 initiatives. Battalion doctors may be able to assist in training local medical personnel in the syndromic management of STIs, or directly pro- vide treatment to communities. Again, any such assistance provided to host communities is not included in MoUs or self-sustainment agreements, and so would require the authori- zation of contingent commanders and the force commander, and the capability and expertise of any troop-contributing country doctor would have to be assessed in advance.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 18, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.2. HIV-related support for peacekeeping missions", - "Heading3": "", - "Heading4": "", - "Sentence": "They should be involved in the planning of DDR from the outset.Peacekeepers.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7303, - "Score": 0.223607, - "Index": 7303, - "Paragraph": "Generally, it is assumed that armed men are the primary threat to post-conflict security and that they should therefore be the main focus of DDR. The picture is usually more complex than this: although males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females (adults, youth and girls) are also likely to have been involved in violence, and may have participated in every aspect of the conflict. Despite stereotypical beliefs, women and girls are not peacemakers only, but can also contribute to ongoing insecurity and violence during wartime and when wars come to an end.The work carried out by women and girl combatants and other women and girls asso- ciated with armed forces and groups in non-fighting roles may be difficult to measure, but efforts should be made to assess their contribution as accurately as possible when a DDR programme is designed. The involvement of women in the security sector reform (SSR) pro- cesses that accompany and follow DDR should also be deliberately planned from the start. Women take on a variety of roles during wartime. For example, many may fight for brief periods and then return to their communities to carry out other forms of work that contri- bute to the war. These women will have reintegrated and are unlikely to present themselves for DDR. Nor should they be encouraged to do so, since the resources allocated for DDR are limited and intended to create a founda- tion of stability on which longer-term peace and SSR can be built. It is therefore appro- priate, in the reconstruction period, to focus resources on women and men who are still active fighters and potential spoilers. Women who have already rejoined their communities can, however, be an important asset in the rein- tegration period, including through playingexpanded roles in the security sector, and efforts should be made to include their views when designing reintegration processes. Their experiences may significantly help commu- nities with the work of reintegrating former fighters, especially when they are able to help bring about reconciliation and assist in making communities safer.It is important to remember that women are present in every part of a society touched by DDR \u2014 from armed groups and forces to receiving communities. Exclusionary power struc- tures, including a backlash against women entering into political, economic and security structures in a post-conflict period, may make their contributions difficult to assess. It is therefore the responsibility of all DDR planners to work with female representatives and women\u2019s groups, and to make it difficult for male leaders to exclude women from the form- ulation and implementation of DDR processes. Planners of SSR should also pay attention to women as a resource base for improving all aspects of human security in the post-conflict period. It is especially important not to lose the experiences and public standing acquired by those women who played peace-building roles in the conflict period, or who served in an armed group or force, learning skills that can usefully be turned to community service in the reconstruction period.Ultimately, DDR should lead to a sustainable transition from military to civilian rule, and therefore from militarized to civilian structures in the society more broadly. Since women make up at least half the adult population, and in post-conflict situations may head up to 75 percent of all households, the involvement of women in DDR and SSR is the most important factor in achieving effective and sustainable security. Furthermore, as the main caregivers in most cultures, women and girls shoulder more than their fair share of the burden for the social reintegration of male and female ex-combatants, especially the sick, traumatized, injured, HIV-positive and under-aged.Dealing with the needs and harnessing the different capacities and potential of men, women, boy and girl former fighters; their supporters; and their dependants will improve the success of the challenging and long-term transformation process that is DDR, as well as providing a firm foundation for the reconstruction of the security sector to meet peacetime needs. However, even five years since the passing of Security Council resolution 1325 (2000) on Women and Peace and Security, gender is still not fully taken into account in DDR plan- ning and delivery. This module shows policy makers and practitioners how to replace this with a routine consideration of the different needs and capacities of the women and men involved in DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These women will have reintegrated and are unlikely to present themselves for DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7513, - "Score": 0.223607, - "Index": 7513, - "Paragraph": "Empowerment: Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self- reliance. No one can empower another; only the individual can empower herself or himself to make choices or to speak out. However, institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups.3 Empowerment of participants, regardless of their gender, should be a central goal of any DDR interventions, and measures should be taken to ensure that no particular group is disem- powered or excluded through the DDR process.Gender: The social attributes and opportunities associated with being male and female and the relationships between women, men, girls and boys, as well as the relations between women and those between men. These attributes, opportunities and relationships are socially con- structed and are learned through socialization processes. They are context/time-specific and changeable. Gender is part of the broader sociocultural context. Other important criteria for sociocultural analysis include class, race, poverty level, ethnic group and age.4 The concept of gender also includes the expectations held about the characteristics, aptitudes and likely behaviours of both women and men (femininity and masculinity). The concept of gender is vital, because, when it is applied to social analysis, it reveals how women\u2019s sub- ordination (or men\u2019s domination) is socially constructed. As such, the subordination can be changed or ended. It is not biologically predetermined, nor is it fixed forever.5 As with any group, interactions among armed forces and groups, members\u2019 roles and responsibili- ties within the group, and interactions between members of armed forces/groups and policy and decision makers are all heavily influenced by prevailing gender roles and gender rela- tions in society. In fact, gender roles significantly affect the behaviour of individuals even when they are in a sex-segregated environment, such as an all-male cadre.Gender analysis: The collection and analysis of sex-disaggregated information. Men and women perform different roles in societies and in armed groups and forces. This leads to women and men having different experience, knowledge, talents and needs. Gender analysis explores these differences so that policies, programmes and projects can identify and meet the different needs of men and women. Gender analysis also facilitates the strategic use of distinct knowledge and skills possessed by women and men, which can greatly improve the long-term sustainability of interventions.6 In the context of DDR, gender analysis should be used to design policies and interventions that will reflect the different roles, capacity and needs of women, men, girls and boys.Gender balance: The objective of achieving representational numbers of women and men among staff. The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process. Achieving gender balance, or at least improving the representation of women in peace operations, has been defined as a strategy for increasing operational capacity on issues related to women, girls, gender equality and mainstreaming.7Gender equality: The equal rights, responsibilities and opportunities of women and men and girls and boys. Equality does not mean that women and men will become the same, but that women\u2019s and men\u2019s rights, responsibilities and opportunities will not depend on whether they are born male or female. Gender equality implies that the interests, needs and priorities of both women and men are taken into consideration, while recognizing the di- versity of different groups of women and men. Gender equality is not a women\u2019s issue, but should concern and fully engage men as well as women. Equality between women and men is seen both as a human rights issue and as a precondition for, and indicator of, sus- tainable people-centred development.8Gender equity: The process of being fair to men and women. To ensure fairness, measures must often be put in place to compensate for the historical and social disadvantages that prevent women and men from operating on a level playing field. Equity is a means; equality is the result.9Gender mainstreaming: Defined by the 52nd session of the UN Economic and Social Council (ECOSOC) in 1997 as \u201cthe process of assessing the implications for women and men of any planned action, including legislation, policies or programmes, in all areas and at all levels. It is a strategy for making women\u2019s as well as men\u2019s concerns and experiences an integral dimension of the design, implementation, monitoring and evaluation of policies and pro- grammes in all political, economic and societal spheres so that women and men benefit equally and inequality is not perpetrated. The ultimate goal of this strategy is to achieve gender equality.\u201d10 Gender mainstreaming emerged as a major strategy for achieving gen- der equality following the Fourth World Conference on Women held in Beijing in 1995. In the context of DDR, gender mainstreaming is necessary in order to ensure that women and girls receive equitable access to assistance programmes and packages, and it should, there- fore, be an essential component of all DDR-related interventions. In order to maximize the impact of gender mainstreaming efforts, these should be complemented with activities that are directly tailored for marginalized segments of the intended beneficiary group.Gender relations: The social relationship between men, women, girls and boys. Gender relations shape how power is distributed among women, men, girls and boys and how that power is translated into different positions in society. Gender relations are generally fluid and vary depending on other social relations, such as class, race, ethnicity, etc.Gender-aware policies: Policies that utilize gender analysis in their formulation and design, and recognize gender differences in terms of needs, interests, priorities, power and roles. They recognize further that both men and women are active development actors for their community. Gender-aware policies can be further divided into the following three policies: \\n Gender-neutral policies use the knowledge of gender differences in a society to reduce biases in development work in order to enable both women and men to meet their practical gender needs. \\n Gender-specific policies are based on an understanding of the existing gendered division of resources and responsibilities and gender power relations. These policies use knowledge of gender difference to respond to the practical gender needs of women or men. \\n Gender-transformative policies consist of interventions that attempt to transform existing distributions of power and resources to create a more balanced relationship among women, men, girls and boys by responding to their strategic gender needs. These policies can target both sexes together, or separately. Interventions may focus on women\u2019s and/or men\u2019s practical gender needs, but with the objective of creating a conducive environment in which women or men can empower themselves.11Gendered division of labour is the result of how each society divides work between men and women according to what is considered suitable or appropriate to each gender.12 Atten- tion to the gendered division of labour is essential when determining reintegration oppor- tunities for both male and female ex-combatants, including women and girls associated with armed forces and groups in non-combat roles and dependants.Gender-responsive DDR programmes: Programmes that are planned, implemented, moni- tored and evaluated in a gender-responsive manner to meet the different needs of female and male ex-combatants, supporters and dependants.Gender-responsive objectives: Programme and project objectives that are non-discrimina- tory, equally benefit women and men and aim at correcting gender imbalances.13Practical gender needs: What women (or men) perceive as immediate necessities, such as water, shelter, food and security.14 Practical needs vary according to gendered differences in the division of agricultural labour, reproductive work, etc., in any social context.Sex: The biological differences between men and women, which are universal and deter- mined at birth.15Sex-disaggregated data: Data that are collected and presented separately on men and women.16 The availability of sex-disaggregated data, which would describe the proportion of women, men, girls and boys associated with armed forces and groups, is an essential precondition for building gender-responsive policies and interventions.Strategic gender needs: Long-term needs, usually not material, and often related to struc- tural changes in society regarding women\u2019s status and equity. They include legislation for equal rights, reproductive choice and increased participation in decision-making. The notion of \u2018strategic gender needs\u2019, first coined in 1985 by Maxine Molyneux, helped develop gender planning and policy development tools, such as the Moser Framework, which are currently being used by development institutions around the world. Interventions dealing with stra- tegic gender interests focus on fundamental issues related to women\u2019s (or, less often, men\u2019s) subordination and gender inequities.17Violence against women: Defined by the UN General Assembly in the 1993 Declaration on the Elimination of Violence Against Women as \u201cany act of gender-based violence that results in, or is likely to result in physical, sexual or psychological harm or suffering to women, including threats of such acts, coercion or arbitrary deprivation of liberty, whether occurring in public or in private. Violence against women shall be understood to encompass, but not be limited to, the following: \\n Physical, sexual and psychological violence occurring in the family, including batter- ing, sexual abuse of female children in the household, dowry-related violence, marital rape, female genital mutilation and other traditional practices harmful to women, non- spousal violence and violence related to exploitation; \\n Physical, sexual and psychological violence occurring within the general community, including rape, sexual abuse, sexual harassment and intimidation at work, in educa- tional institutions and elsewhere, trafficking in women and forced prostitution; \\n Physical, sexual and psychological violence perpetrated or condoned by the State, wherever it occurs.\u201d18", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 23, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender is part of the broader sociocultural context.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7551, - "Score": 0.223607, - "Index": 7551, - "Paragraph": "\\n How many women and girls are in and associated with the armed forces and groups? What roles have they played? \\n Are there facilities for treatment, counselling and protection to prevent sexualized vio- lence against women combatants, both during the conflict and after it? \\n Who is demobilized and who is retained as part of the restructured force? Do women and men have the same right to choose to be demobilized or retained? \\n Is there sustainable funding to ensure the long-term success of the DDR process? Are special funds allocated to women, and if not, what measures are in place to ensure that their needs will receive proper attention? \\n Has the support of local, regional and national women\u2019s organizations been enlisted to aid reintegration? \\n Has the collaboration of women leaders in assisting ex-combatants and widows returning to civilian life been enlisted? \\n Are existing women\u2019s organizations being trained to understand the needs and experiences of ex-combatants? \\n If cantonment is being planned, will there be separate and secure facilities for women? Will fuel, food and water be provided so women do not have to leave the security of the site? \\n If a social security system exists, can women ex-combatants easily access it? Is it specifically designed to meet their needs and to improve their skills? \\n Can the economy support the kind of training women might ask for during the demobi- lization period? \\n Have obstacles, such as narrow expectations of women\u2019s work, been taken into account? Will childcare be provided to ensure that women have equitable access to training opportunities? \\n Do training packages offered to women reflect local gender norms and standards about gender-appropriate behaviour or does training attempt to change these norms? Does this benefit or hinder women\u2019s economic independence? \\n Are single or widowed female ex-combatants recognized as heads of households and permitted access to housing and land? \\n Are legal measures in place to protect their access to land and water?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 27, - "Heading1": "Annex B: DDR gender checklist for peace operations assessment missions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Who is demobilized and who is retained as part of the restructured force?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7595, - "Score": 0.223607, - "Index": 7595, - "Paragraph": "Key questions to ask: \\n To what extent did the disarmament programme succeed in disarming female ex- combatants? \\n To what extent did the disarmament programme provide gender-sensitive and female- specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC who registered for disarmament programme \\n 2. % of weapons collected from FXC \\n 3. Number of female staff who were at weapons-collection and -registration sites (e.g., female translators, military staff, social workers, gender advisers) \\n 4. Number of information campaigns conducted specifically to inform women and girls about DDR programmes", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.1. Monitoring of disarmament", - "Sentence": "Number of FXC who registered for disarmament programme \\n 2.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5685, - "Score": 0.218218, - "Index": 5685, - "Paragraph": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts. The main objectives of this guidance are: \\n To set out the main principles that guide aspects of DDR processes for Youth. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of youth into armed forces and groups. \\n To provide guidance on youth-focused approaches to DDR and reintegration support highlighting critical personal, social, political, and economic factors.This module is applicable to youth between the ages of 15 and 24. However, the document should be read in conjunction with IDDRS 5.20 on Children and DDR, as youth between the ages of 15 to 17, are also children, and require special considerations and protections in line with legal frameworks for children and may benefit from child sensitive approaches to DDR consistent with the best interests of the child. Children between the ages of 15 to 17 are included in this module in recognition of the reality that children who are nearing the age of 18 are more likely to have employment needs and/or socio- political reintegration demands, requiring additional guidance that is youth-focused. This module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5843, - "Score": 0.218218, - "Index": 5843, - "Paragraph": "During disarmament or demobilisation processes youth should be screened for age, following age assessment guidance found in Annex B of IDDRS 5.20 on Children and DDR. Youth, under the age of 18, should be separated from adults.With the exception of young child dependants who are with their caregivers, female youth participating in DDR programmes should, at a minimum, be accommodated in a female only section and, where possible, housed in female only facilities along with other female ex-combatants and females associated with armed forces or groups. Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.2 Disarmament and demobilization sites", - "Heading4": "", - "Sentence": "Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8777, - "Score": 0.218218, - "Index": 8777, - "Paragraph": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups. As outlined in IDDRS 2.30 on Community Violence Reduction, one way to achieve this may be to involve various groups in the design, implementation and evaluation of an FFA or FFT programme. During these programmes, interaction and dialogue among these groups can build social cohesion and reduce the risk of violence. Food assistance as part of CVR shall be based on food assistance analysis (see section 5) in addition to the assessments that are regularly conducted as part of planning for CVR. These include, among others, a context/conflict analysis, a security and consequence assessment, and a comprehensive and gender-responsive baseline assessment of local violence dynamics (see section 6.3 in IDDRS 2.30 on Community Violence Reduction and IDDRS 3.11 on Integrated Assessments).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.1 Community Violence Reduction", - "Heading4": "", - "Sentence": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8462, - "Score": 0.215666, - "Index": 8462, - "Paragraph": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp. 6\u20137; Report of the Secretary\u00adGeneral to the Security Council on Liberia, 11 September 2003, para. 49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para. 1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004. \\n 2 \u201cEvery State has the duty to refrain from organizing or encouraging the organization of irregular forces or armed bands, including mercenaries, for incursion into the territory of another state . . . . Every State has the duty to refrain from organizing, instigating, assisting or participating in acts of civil strife or terrorist acts in another State or acquiescing in organized activities within its territory directed towards the commission of such acts, when the acts referred to in the present paragraph involve a threat or use of force No State shall organize, assist, foment, finance, incite or tolerate subversive, terrorist or armed activities directed towards the violent overthrow of the regime of another State, or interfere in civil strife in another State.\u201d \\n 3 Adopted by UN General Assembly resolution 43/173, 9 December 1988. \\n 4 Adopted by the First UN Congress on the Prevention of Crime and the Treatment of Offenders, Geneva 1955, and approved by the UN Economic and Social Council in resolutions 663 C (XXIV) of 31 July 1957 and 2076 (LXII) of 13 May 1977. \\n 5 Adopted by UN General Assembly resolution 45/111, 14 December 1990. \\n 6 UN General Assembly resolution 56/166, Human Rights and Mass Exoduses, para. 8, 26 February 2002; see also General Assembly resolution 58/169, para. 7. \\n 7 UN General Assembly resolution 58/169, Human Rights and Mass Exoduses, 9 March 2004. \\n 8 UN General Assembly, Report of the Fifty\u00adFifth Session of the Executive Committee of the High Commissioner\u2019s Programme, A/AC.96/1003, 12 October 2004. \\n 9 Information on separation and internment of combatants in sections 7 to 10 draws significantly from papers presented at the Experts\u2019 Roundtable organized by UNHCR on the Civilian and Humanitar\u00ad ian Character of Asylum (June 2004), in particular the background resource paper prepared for the conference, Maintaining the Civilian and Humanitarian Character of Asylum by Rosa da Costa, UNHCR (Legal and Protection Policy Research Series, Department of International Protection, PPLA/2004/02, June 2004), as well as the subsequent UNHCR draft, Operational Guidelines on Maintaining the Civilian Character of Asylum in Mass Refugee Influx Situations. \\n 10 Internment camps for foreign combatants have been established in Sierra Leone (Mapeh and Mafanta camps for combatants from the Liberian war), the Democratic Republic of the Congo (DRC) (Zongo for combatants from Central African Republic), Zambia (Ukwimi camp for combatants from Angola, Burundi, Rwanda and DRC) and Tanzania (Mwisa separation facility for combatants from Burundi and DRC). \\n 11 Da Costa, op. cit. \\n 12 The full definition in the 1989 International Convention Against the Recruitment, Use, Financing and Training of Mercenaries is contained in the glossary of terms in Annex A. In Africa, the 1977 Convention of the OAU for the Elimination of Mercenarism in Africa is also applicable. \\n 13 Universal Declaration of Human Rights, art. 14. The article contains an exception \u201cin the case of prose\u00ad cutions genuinely arising from non\u00adpolitical crimes or from acts contrary to the purposes and principles of the United Nations\u201d. \\n 14 For further information see UNHCR, Handbook for Repatriation and Reintegration Activities, Geneva, May 2004. \\n 15 The UN General Assembly has \u201cemphasiz[ed] the obligation of all States to accept the return of their nationals, call[ed] upon States to facilitate the return of their nationals who have been determined not to be in need of international protection, and affirm[ed] the need for the return of persons to be undertaken in a safe and humane manner and with full respect for their human rights and dignity, irrespective of the status of the persons concerned\u201d (UN General Assembly resolution 57/187, para. 11, 18 December 2002). \\n 16 Refer to UNHCR/DPKO note on cooperation, 2004. \\n 17 For the purpose of this Conclusion, the term \u201carmed elements\u201d is used as a generic term in a refugee context that refers to combatants as well as civilians carrying weapons. Similarly, for the purpose of this Conclusion, the term \u201ccombatants\u201d covers persons taking active part in hostilities in both inter\u00ad national and non\u00adinternational armed conflict who have entered a country of asylum. \\n 18 S/1999/957; S/2001/331 \\n 19 EC/GC/01/8/Rev.1 \\n 20 Workshop on the Potential Role of International Police in Refugee Camp Security (Ottawa, Canada, March 2001); Regional Symposium on Maintaining the Civilian and Humanitarian Character of Refugee Status, Camps and other locations (Pretoria, South Africa, February 2001); International Seminar on Exploring the Role of the Military in Refugee Camp Security (Oxford, UK, July 2001).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 49, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7776, - "Score": 0.213201, - "Index": 7776, - "Paragraph": "This module consolidates the lessons learned by WHO and its partners, including UNFPA, UNAIDS, ICRC, etc., in supporting DDR processes in a number of countries. UN technical agencies play a supportive role within a DDR framework, and WHO has a specific respon- sibility as far as health is concerned. The exact nature of this role may change in different situations, ranging from standards-setting to direct operational responsibilities such as con- tracting with and supervising non-governmental organizations (NGOs) delivering health care and health-related activities in assembly areas and demobilization sites, negotiating with conflicting parties to implement health programmes, and supporting the provision of health equipment and services in transit/cantonment areas.The priority of public health partners in DDR is: \\n to assess health situations and monitor levels of risk; \\n to co-ordinate the work of health actors and others whose activities contribute to health (e.g., food programmes); \\n to provide \u2014 or to ensure that others provide \u2014 key health services that may be lacking in particular contexts where DDR programmes are operating; \\n to build capacity within national authorities and civil society.Experience shows that, even with the technical support offered by UN and partner agencies, meeting these priorities can be difficult. Both in the initial demobilization phase and afterwards in the reintegration period, combatants, child soldiers, women associated with armed forces and groups, and their dependants may present a range of specific needs to which the national health sector is not always capable of responding. While the basic mech- anisms governing the interaction between individuals and the various threats to their health are very much the same anywhere, what alters is the environment where these interactions take place, e.g., in terms of epidemiological profile, security and political context. In each country where a DDR process is being implemented, even without considering the different features of each process itself, a unique set of health needs will have to be met. Nonetheless, some general lessons can be drawn from the past: \\n In DDR processes, the short-term planning that is part of humanitarian interventions also needs to be built into a medium- to long-term framework. This applies to health as well as to other sectors;1 \\n A clear understanding of the various phases laid out in the peace process in general and specified for DDR in particular is vital for the appropriate timing, delivery and targeting of health activities;2 \\n The capacity to identify and engage key stakeholders and build long-term capacity is essential for coordination, implementation and sustainability.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Nonetheless, some general lessons can be drawn from the past: \\n In DDR processes, the short-term planning that is part of humanitarian interventions also needs to be built into a medium- to long-term framework.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7289, - "Score": 0.213201, - "Index": 7289, - "Paragraph": "This module provides policy guidance on the gender aspects of the various stages in a DDR process, and outlines gender-aware interventions and female-specific actions that should be carried out in order to make sure that DDR programmes are sustainable and equitable. The module is also designed to give guidance on mainstreaming gender into all DDR poli- cies and programmes to create gender-responsive DDR programmes. As gender roles and relations are by definition constructed in a specific cultural, geographic and communal con- text, the guidance offered is intended to be applied with sensitivity to and understanding of the context in which a DDR process is taking place. However, all UN and bilateral policies and programmes should comply with internationally agreed norms and standards, such as Security Council resolution 1325, the Convention on the Elimination of All Forms of Discrim- ination Against Women and the Beijing Platform for Action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The module is also designed to give guidance on mainstreaming gender into all DDR poli- cies and programmes to create gender-responsive DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7324, - "Score": 0.213201, - "Index": 7324, - "Paragraph": "Security Council resolution 1325 marks an important step towards the recognition of women\u2019s contributions to peace and reconstruction, and draws attention to the particular impact of conflict on women and girls. On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d. Since it was passed, the Council has recalled the principles laid down in resolution 1325 when establishing the DDR-related mandates of several peacekeeping missions, such as the UN Missions in Liberia and Sudan and the UN Stabilization Mission in Haiti.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 4, - "Heading1": "5. International mandates", - "Heading2": "5.1. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7347, - "Score": 0.213201, - "Index": 7347, - "Paragraph": "Facilitators, Special Representatives of the Secretary-General (SRSGs) and senior UN person- nel supporting the peace process should receive an explicit mandate to cater for the needs and interests of women and girls, whether combatants, supporters or dependants. Moni- toring and evaluation mechanisms should be set in place to assess the effectiveness of their interventions. (See Annex D for a gender-responsive monitoring and evaluation framework.) Peace process facilitators, SRSGs and envoys should be made aware of the interna- tionally agreed minimum standard of 30 percent female participation in any democratic decision-making forum. Women who are familiar with the needs of female fighters, veterans and other community-based women peace-builders should attend and be allowed to raise concerns in the negotiation process. In circumstances where the participation of women is not possible, DDR planners should hold consultations with women\u2019s groups during the planning and pre-deployment phase and ensure that the latter\u2019s views are represented at negotiation forums.Women in leadership positions at national and local levels, including female local coun- cillors, representatives of women\u2019s non-governmental organizations (NGOs) and female community leaders, all of whom will assist the return of male and female ex-combatants, supporters and dependants to civilian life, are stakeholders in the peace process, and should be enlisted as partners in the DDR process. Furthermore, governmental ministries or depart- ments with gender-related mandates should be included in negotiations and decision-making whenever possible.To facilitate women\u2019s participation, the UN advance team or country team should carry out a risk assessment to evaluate the threat posed to women who take up a public role in the peace process. Adequate protection should be provided by governmental bodies or the UN itself if these women\u2019s security is at risk. Facilitators and other participants in the peace process should attempt to create an inclusive environment so that female representatives feel comfortable to raise their concerns and needs.The release of abducted women and girls from within the ranks of an armed force or group should be made a condition of the peace agreement.The requirement for the representation of women in structures established to manage DDR processes, such as a national DDR commission, should be included in the peace accord. Information about the DDR programme and process should be made available to any sub- sidiary bodies or sub-committees established to facilitate the participation of civil society in the peace process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.2. Negotiating DDR: Female-specific interventions", - "Heading4": "", - "Sentence": "Information about the DDR programme and process should be made available to any sub- sidiary bodies or sub-committees established to facilitate the participation of civil society in the peace process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5877, - "Score": 0.208514, - "Index": 5877, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6185, - "Score": 0.208514, - "Index": 6185, - "Paragraph": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings. The main objectives of this guidance are: \\n To set out the main principles that guide all aspects of DDR processes for children. \\n To outline the normative legal framework that applies to children and must be integrated across DDR processes for children through planning, design, implementation and monitoring and evaluation. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of children into armed forces and groups. \\n To provide guidance on child- and gender-sensitive approaches to DDR highlighting the importance of both individualized and community-based approaches. \\n To highlight international norms and standards around criminal responsibility and accountability in relation to CAAFAG.This module is applicable to all CAAFAG but should be used in conjunction with IDDRS 5.30 on Youth and DDR. IDDRS 5.30 provides guidance on children who are closer to 18 years of age. These children, who are likely to enter into employment and who have socio-political reintegration demands, especially young adults with their own children, require special assistance. The challenge of demobilizing and reintegrating former combatants who were mobilized as children and demobilized as adults is also covered in IDDRS 5.30. In addition, this module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6277, - "Score": 0.208514, - "Index": 6277, - "Paragraph": "DDR processes for children shall link to national and local structures for child protection with efforts to strengthen institutions working on child rights and advocacy. DDR processes for children require a long implementation period and the long-term success of DDR processes depends on and correlates to the capacities of local actors and communities. These capacities shall be strengthened to support community acceptance and local advocacy potential.Participatory and decentralized consultation should be encouraged so that common strategies, responsive to local realities, can be designed. National frameworks, including guiding principles, norms and procedures specific to the local and regional context, shall be established. Clear roles and responsibilities, including engagement and exit strategies, shall be agreed upon by all actors. All such consultation must ensure that the voices of children, both boys and girls, are heard and their views are incorporated into the design of DDR processes. As social norms may influence the ability of children to speak openly and safely, DDR practitioners shall consult with experts on child participation.To ensure long-term sustainability, Government should be a key partner/owner in DDR processes for children. The level of responsibility and national ownership will depend on the context and/or the terms of the peace accord (if one exists). Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children. Where possible, support should be provided to build Government capacity on child protection and other critical social services.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7137, - "Score": 0.208514, - "Index": 7137, - "Paragraph": "Post-exposure prophylaxis (PEP) kits are a short-term antiretroviral treatment that reduces the likelihood of HIV infection after potential exposure to infected body fluids, such as through a needle-stick injury, or as a result of rape. The treatment should only be administered by a qualified health care practitioner. It essentially consists of taking high doses of ARVs for 28 days. To be effective, the treatment must start within 2 to 72 hours of the possible exposure; the earlier the treatment is started, the more effective it is. The patient should be counselled extensively before starting treatment, and advised to follow up with regular check-ups and HIV testing. PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.6. Provision of post-exposure prophylaxis kits", - "Heading3": "", - "Heading4": "", - "Sentence": "PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7277, - "Score": 0.208514, - "Index": 7277, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7348, - "Score": 0.208514, - "Index": 7348, - "Paragraph": "Planners should develop a good understanding of the legal, political, economic, social and security context of the DDR programme and how it affects women, men, girls and boys differently, both in the armed forces and groups and in the receiving communities. In addition, planners should understand the different needs of women, men, girls and boys who participate in DDR processes according to their different roles during the conflict (i.e., armed ex-combatants, supporters, or/and depend- ants). The following should be considered. \\n Different choices: There may be a difference in the life choices made by women and girls, as opposed to men and boys. This is because women, men, girls and boys have different roles before, during and after conflicts, and they face different problems and expectations from society and their family. They may, as a result, have different prefer- ences for reintegration training and support. Some women and girls may wish to return to their original homes, while others may choose to follow male partners to a new loca- tion, including across international boundaries; \\n Different functions: Many women and girls participate in armed conflict in roles other than as armed combatants. These individuals, who may have participated as cooks, mes- sengers, informal health care providers, por- ters, sex slaves, etc., are often overlooked in the DDR process. Women and girls carry out these roles both through choice and, in the case of abductees and slaves, because they are forced to do so.Within receiving communities, in which women already have heavy responsibilities for caregiving, reintegration may place fur- ther burdens of work and care on them that will undermine sustainable reintegration if they are not adequately supported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "Planners should develop a good understanding of the legal, political, economic, social and security context of the DDR programme and how it affects women, men, girls and boys differently, both in the armed forces and groups and in the receiving communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8625, - "Score": 0.208514, - "Index": 8625, - "Paragraph": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC. This request signals the need for the lead food agency to begin inter-agency coordination, in order to ensure that the operational requirements of a food assistance component are fully incorporated into an integrated DDR process framework.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5804, - "Score": 0.204124, - "Index": 5804, - "Paragraph": "DDR processes for female ex-combatants, females formerly associated with armed forces or groups and female dependents shall be gender-responsive and gender-transformative. To ensure that DDR processes reflect the differing needs, capacities, and priorities of young women and girls, it is critical that gender analysis is a key feature of all DDR assessments and is incorporated into in all stages of DDR (see IDDRS 3.11 on Integrated Assessments and IDDRS 5.10 Women, Gender and DDR for more information).Young women and girls are often at great risk of gender-based violence, including conflict related sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery. Women\u2019s specific health needs, including gynaecological care should be planned for, and reproductive health services, and prophylactics against sexually transmitted infections (STI) should be included as essential items in any health care packages (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR).With the exception of identified child dependents, young women and girls shall be kept separately from men during demobilization processes. Young women and girls (and their dependents) should be provided with gender-sensitive legal assistance, as well as support in securing civil documentation (i.e., personal ID, birth certificate, marriage certificate, death certificate, etc.), if and when relevant. An absence of such documentation can create significant barriers to reintegration, access to basic services such as health care and education, and in some cases can leave women and children at risk of statelessness.Young women and girls often face different challenges during the reintegration process, facing increased stigma, discrimination and rejection, which may be exacerbated by the presence of a child that was conceived during their association with the armed force or armed group. Based on gender analysis which considers the level of stigma and risk in communities of return, DDR practitioners should engage with communities, leveraging women\u2019s civil society organizations, to address and navigate the different cultural, political, protection and socioeconomic barriers faced by young women and girls (and their dependents) during reintegration.The inclusion of young women and girls in DDR processes is central to a gender- transformative approach, aimed at shifting social norms and addressing structural inequalities that lead young women and girls to engage in armed conflict and that negatively affect their reintegration. Within DDR processes, a gender-transformative approach shall focus on the following: \\n Agency: Interventions should strengthen the individual and collective capacities (knowledge and skills), attitudes, critical reflection, assets, actions and access to services that support the reintegration of young women and girls. \\n Relations: Interventions should equip young women and girls with the skills to navigate the expectations and cooperative or negotiation dynamics embedded within relationships between people in the home, market, community, and groups and organizations that will influence choice. Interventions should also engage men and boys to challenge gender inequities including through education and dialogue on gender norms, relations, violence and inequality, which can negatively impact women, men, children, families and societies. \\n Structures: Interventions should address the informal and formal institutional rules and practices, social norms and statuses that limit options available to young women and girls and work to create space for their empowerment. This will require engaging both female and male leaders including community and religious leaders.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 10, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "5.1 Gender responsive and transformative", - "Heading3": "", - "Heading4": "", - "Sentence": "To ensure that DDR processes reflect the differing needs, capacities, and priorities of young women and girls, it is critical that gender analysis is a key feature of all DDR assessments and is incorporated into in all stages of DDR (see IDDRS 3.11 on Integrated Assessments and IDDRS 5.10 Women, Gender and DDR for more information).Young women and girls are often at great risk of gender-based violence, including conflict related sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5894, - "Score": 0.204124, - "Index": 5894, - "Paragraph": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration. These health interventions should be planned as a distinct component of reintegration programming rather than as ad hoc support. For more information, see IDDRS 5.70 Health and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 16, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.2 Health", - "Heading4": "", - "Sentence": "For more information, see IDDRS 5.70 Health and DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5941, - "Score": 0.204124, - "Index": 5941, - "Paragraph": "A young person\u2019s level of education will often determine whether he or she makes a successful transition into the world of work. There is also evidence that keeping young people in school slows the transmission of HIV/AIDS and has other mental health and psychosocial benefits for youth affected by armed conflict (see IDDRS 5.60 on HIV/AIDS and DDR). Although a lack of primary education is normally a problem that only affects younger children, in an increasing number of conflict-affected countries, low literacy has become a major problem among youth.Time spent with an armed force or group results in a loss of educational opportunities. This in turn can create barriers to socioeconomic (re)integration, as youth are often faced with pressure to provide for themselves and their families. In contrast, a return to education can help to foster a sense of normalcy, including social interaction with other students, that assists with other elements of reintegration. As explained in detail in IDDRS 5.20 on Children and DDR, when transitioning from military to civilian life, youth may be reluctant to resume formal basic education because they feel embarrassed to attend schools with children of a much younger age, or because their care-giving responsibilities are simply too heavy to allow them the time to study without earning an income. Costs can be prohibitive, and older youth may be pressured into employment. For those youth who do return to education, many experience diminished educational attainment. This may be due to an inability to concentrate because of the trauma they experienced, or due to the absence of teachers with the experience and capacity to deal with the obstacles to learning that they face.Obstacles to the education of youth who are ex-combatants and persons associated with armed forces or groups must be overcome if their reintegration is to be successful. Youth should not feel stigmatized because they lost the opportunity to acquire an education, served in armed forces or groups, became refugees, or were not able to attend school for other reasons. Youth should also not be prevented from attending school due to costs, or because they are parents or hold other responsibilities (e.g., main household earner). The best solution may be to provide youth who have missed out on education with Accelerated Learning Programmes (ALP), which are designed and tailored for older learners and that are compatible with and recognized by the formal system of education (see section 7.9.4 in IDDRS 5.20 on Children and DDR). This may require the development of creative modalities for the provision of catch-up education in order to remain sensitive to the needs of youth, overcome obstacles, and maximize accessibility. For example: //n Begin education (basic literacy, numeracy and primary education) during demobilization and begin youth on a trajectory that will enable easier integration into formal education. //n Develop education programmes for different subsets of youth who are former members of armed forces and groups to best take into account their ability to learn and their level of development and maturity (e.g., through remedial education). //n Provide initial bridging education in separate facilities (for a short time only) to build up to a minimal level of educational attainment before entering mainstream classes. //n Train and mentor teachers in the provision of education to vulnerable, at-risk youth. //n Train teachers to promote peaceful coexistence and adapt curricula accordingly. //n Provide child-care facilities at all schools offering education for youth, to allow young mothers and youth who have responsibilities for dependents to attend. Childcare should be free and include a feeding/nutritional programme. //n Deliver vocational training on a part-time basis, so that it is possible to use the rest of the week for regular catch-up education. The mix of education and vocational training provides former combatants with a broader basis for finding long-term employment than simple vocational training. This system has the additional advantage of increasing the number of places available at training centres, which exist only in a limited number, as trainees will only attend two half-days of training a week, allowing many more people to be trained than if only one group attended full-time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 19, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.7 Education", - "Heading4": "", - "Sentence": "Childcare should be free and include a feeding/nutritional programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6508, - "Score": 0.204124, - "Index": 6508, - "Paragraph": "The most effective way to prevent child (re-)recruitment is the development and ongoing strengthening of a protective environment. Building a protective environment helps all children in the community and supports not only prevention of (re-)recruitment but effective reintegration. To this end, DDR practitioners should jointly coordinate with Government, civil society, and child protection actors involved in providing services during DDR processes to strengthen the protective environment of children in affected communities through:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 23, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, DDR practitioners should jointly coordinate with Government, civil society, and child protection actors involved in providing services during DDR processes to strengthen the protective environment of children in affected communities through:", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6749, - "Score": 0.204124, - "Index": 6749, - "Paragraph": "Being recognized, accepted, respected, and heard in the community is an important part of the reintegration process. However, this is a complex issue for children, as they are generally excluded from community decision-making processes. Children may also lack the self-esteem and skills necessary to engage in community affairs usually reserved for adults. Reintegration support should strive to generate capacities for such participation in civilian life.Although political reintegration is generally a feature of adult DDR processes (see IDDRS 4.30 on Reintegration), children also have political rights and should be heard in decisions that shape their future. Efforts should be made to ensure that children\u2019s voices are heard in local-level decision-making processes that affect them. Not only is this a rights-based issue, but it is also an important way to address some of the grievances that may have led to their recruitment (and potential re-recruitment). For children nearing the age of majority, having a voice in decision- making can be a key factor in reducing intergenerational conflict.CAAFAG may face particular difficulties attaining a role in their community due to their past associations or because they belong to communities that were excluded prior to the conflict. Girls, persons with disabilities, or people living with HIV/AIDS may also be denied full participation in community life. The creation of inclusive societies is an issue bigger than DDR. However, the reintegration process provides an opportunity to make an initial investment in this endeavour through potential interventions in several areas.Civic education \\n To make the transition from military to civilian life, children need to be aware of their political rights and, eventually, responsibilities. They need to understand good citizenship, communication and teamwork, and non-violent conflict resolution methods. Ultimately, it is the child\u2019s behaviour that will facilitate successful reintegration, and preparing a child to engage socially and politically, in a productive manner, will be central to this process. Such activities can prepare them to play a socially useful role that is acknowledged by the community. Special efforts should be made to include girls in civic education training to ensure they are aware of their rights. However, children should not be forced to participate in any activities, nor used by armed or political groups to achieve specific political objectives, and their rights to free speech, opinion and privacy should be prioritized.Ensure child participants in DDR processes have a voice in local and national recovery \\n DDR processes should be aligned with national plans and strategies for recovery, the design of which should be informed by inputs from their participants. The inclusion of conflict-affected children and CAAFAG in these processes enables children to identify and advocate for specific measures of importance with regard to youth and recovery policies. Specific attention should be given to particularly vulnerable groups who may ordinarily be marginalized.Promote the gender transformation agenda \\n Efforts to strengthen the agency of girls will only go so far in addressing gender inequality. It is also important to work with the relationships and structures present that contribute to their (dis)empowerment. It is critical to support the voice and representation of girls within their communities to enable their full reintegration and to contribute to eradication of the structural inequalities that influenced their recruitment. Working with men and boys to address male gender roles and masculine norms that promote violence is required.Build a collective voice \\n An inclusive programme sees community children, particularly those affected by conflict in other ways, participating in programming alongside CAAFAG. This provides an opportunity for children and youth to coordinate and advocate for greater inclusion in decision-making processes.Create children\u2019s committees across the various areas of reintegration programming \\n Children should have the opportunity to put forward their views individually and collectively. Doing so will provide a mechanism to substantively improve programme outcomes and thus ensure the best interests of the child. It also gives greater voice to other vulnerable and marginalized children in the community. Steps should be taken to ensure that girls, and especially girl mothers, are included in these committees.Encourage the participation and visibility of programme beneficiaries in public events \\n Greater participation and visibility of CAAFAG as well as non-CAAFAG will increase the opportunities for children to be involved in community processes. As community members, and community decision makers in particular, have more positive interactions with CAAFAG, they are more likely to open up space for their involvement in community affairs. However, all participation shall be voluntary, and CAAFAG should not be pushed into visible roles unless they feel comfortable occupying them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 40, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.9 Voice, participation and representation", - "Heading4": "", - "Sentence": "The creation of inclusive societies is an issue bigger than DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7105, - "Score": 0.204124, - "Index": 7105, - "Paragraph": "Counselling and testing as a way of allowing people to find out their HIV status is an inte- gral element of prevention activities. Testing can be problematic in countries where ARVs are not yet easily available, and it is therefore important that any test is based on informed consent and that providers are transparent about benefits and options (for example, addi- tional nutritional support for HIV-positive people from the World Food Programme, and treatment for opportunistic infections). The confidentiality of results shall also be assured. Even if treatment is not available, HIV-positive individuals can be provided with nutritional and other health advice to avoid opportunistic infections (also see IDDRS 5.50 on Food Aid Programmes in DDR). Their HIV status may also influence their personal planning, includ- ing vocational choices, etc. According to UNAIDS, the majority of people living with HIV do not even know that they are infected. This emphasizes the importance of providing DDR participants with the option to find out their HIV status. Indeed, it may be that demand for VCT at the local level will have to be generated through awareness and advocacy cam- paigns, as people may either not understand the relevance of, or be reluctant to have, an HIV-test.It is particularly important for pregnant women to know their HIV status, as this may affect the health of their baby. During counselling, information on mother-to-child-trans- mission, including short-course ARV therapy (to reduce the risk of transmission from an HIV-positive mother to the foetus), and guidance on breastfeeding can be provided. Testing technologies have improved significantly, cutting the time required to get a result and reduc- ing the reliance on laboratory facilities. It is therefore more feasible to include testing and counselling in DDR. Testing and counselling for children associated with armed forces and groups should only be carried out in consultation with a child-protection officer with, where possible, the informed consent of the parent (see IDDRS 5.30 on Children and DDR). \\n Training and funding of HIV counsellors: Based on an assessment of existing capacity, counsellors could include local medical personnel, religious leaders, NGOs and CBOs. Counselling capacity needs to be generated (where it does not already exist) and funded to ensure suffi- cient personnel to run VCT and testing being offered as part of routine health checks, either in cantonment sites or during community-based demobilization, and continued during rein- sertion and reintegration (see section 10.1 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore more feasible to include testing and counselling in DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7160, - "Score": 0.204124, - "Index": 7160, - "Paragraph": "Male and female condoms should continue to be provided during the reinsertion and re- integration phases to the DDR target groups. It is imperative, though, that such access to condoms is linked \u2014 and ultimately handed over to \u2014 local HIV initiatives as it would be unmanageable for the DDR programme to maintain the provision of condoms to former combatants, associated groups and their families. Similarly, DDR planners should link with local initiatives for providing PEP kits, especially in instances of rape. (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.4. Condoms and PEP kits", - "Heading3": "", - "Heading4": "", - "Sentence": "It is imperative, though, that such access to condoms is linked \u2014 and ultimately handed over to \u2014 local HIV initiatives as it would be unmanageable for the DDR programme to maintain the provision of condoms to former combatants, associated groups and their families.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7337, - "Score": 0.204124, - "Index": 7337, - "Paragraph": "Negotiation, mediation and facilitation teams should get expert advice on current gender dynamics, gender relations in and around armed groups and forces, and the impact the peace agreement will have on the status quo. All the participants at the negotiation table should have a good understanding of gender issues in the country and be willing to include ideas from female representatives. To ensure this, facilitators of meetings and gender advisers should organize gender workshops for wom- en participants before the start of the formal negotiation. The UN should develop a group of deployment-ready experts in gender and DDR by using a combined strategy of recruit- ment and training, and insist on their full participation in the DDR process through af- firmative action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.1. Negotiating DDR: Gender-aware interventions", - "Heading4": "", - "Sentence": "The UN should develop a group of deployment-ready experts in gender and DDR by using a combined strategy of recruit- ment and training, and insist on their full participation in the DDR process through af- firmative action.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7831, - "Score": 0.204124, - "Index": 7831, - "Paragraph": "Three key questions must be asked in order to create an epidemiological profile: (1) What is the health status of the targeted population? (2) What health risks, if any, will they face when they move during DDR processes? (3) What health threats might they pose, if any, to local communities near transit areas or those in which they reintegrate?Epidemiological data, i.e., at least minimum statistics on the most prevalent causes of illness and death, are usually available from the national health authorities or the WHO country office. These data are usually of poor quality in war-torn countries or those in transi- tion into a post-conflict phase, and are often outdated. However, even a broad overview can provide enough information to start planning.Assess the risks and plan accordingly.5 Information that will be needed includes: \\n the composition of target population (age and sex) and their general health status; \\n the transit sites and the health care situation there; \\n the places to which former combatants and the people associated with them will return and the capacity to supply health services there.ore detailed and updated information may be available from NGOs working in the area or the health services of the armed forces or groups. If possible, it should come from field assessments or rapid surveys.6 The following guiding questions should be asked: \\n What kinds of population movements are expected during the DDR process (not only movements of people associated with armed forces and groups, but also an idea of where populations of refugees and internally displaced persons might intersect/interact with them in some way)? \\n What are the most prevalent health hazards (e.g., endemic diseases, history of epidem- ics) in the areas of origin, transit and destination? \\n What is the size of groups (women combatants and associates, child soldiers, disabled people, etc.) with specific health needs? \\n Are there specific health concerns relating to military personnel, as opposed to the civil- ian population?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.1. Assessing epidemiological profiles", - "Heading3": "", - "Heading4": "", - "Sentence": "(2) What health risks, if any, will they face when they move during DDR processes?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7947, - "Score": 0.203069, - "Index": 7947, - "Paragraph": "This module attempts to answer the following questions: \\n What are the population groups connected with combatants moving across interna\u00ad tional borders? \\n What are the standards and legal frameworks governing their treatment? What are recommendations for action on both sides of the border? \\n What are the roles and responsibilities of international and national agencies on both sides of the border?The module discusses issues relating to foreign adult combatants, foreign women asso\u00ad ciated with armed groups and forces in non\u00adcombat roles, foreign children associated with armed groups and forces, civilian family members/dependants of foreign combatants, and cross\u00adborder abductees. Their status at various phases \u2014 upon crossing into a host country, at the stage of DDR and repatriation planning, and upon return to and reintegration in their country of origin \u2014 is discussed, and ways of dealing with those who do not repatriate are explored.The module\u2019s aims to provide guidance to agencies supporting governments to fulfil their obligations under international law in deciding on the appropriate treatment of the population groups connected with cross\u00adborder combatants.The principles in this module are intended to be applied not only in formal DDR pro\u00ad grammes, but also in situations where there may be no such programme (and perhaps no United Nations [UN] mission), but where activities related to the identification of foreign combatants, disarmament, demobilization, internment, repatriation and reintegration or other processes are nevertheless needed in response to the presence of foreign combatants on a State\u2019s territory.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Their status at various phases \u2014 upon crossing into a host country, at the stage of DDR and repatriation planning, and upon return to and reintegration in their country of origin \u2014 is discussed, and ways of dealing with those who do not repatriate are explored.The module\u2019s aims to provide guidance to agencies supporting governments to fulfil their obligations under international law in deciding on the appropriate treatment of the population groups connected with cross\u00adborder combatants.The principles in this module are intended to be applied not only in formal DDR pro\u00ad grammes, but also in situations where there may be no such programme (and perhaps no United Nations [UN] mission), but where activities related to the identification of foreign combatants, disarmament, demobilization, internment, repatriation and reintegration or other processes are nevertheless needed in response to the presence of foreign combatants on a State\u2019s territory.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6926, - "Score": 0.20226, - "Index": 6926, - "Paragraph": "The United Nations (UN) Security Council and General Assembly have noted that a number of converging factors make conflict and post-conflict settings high risk environments for the spread of HIV, and that there is an elevated risk of infection among uniformed services and ex-combatants. This module outlines the strategies to address HIV/AIDS during disarm- ament, demobilization and reintegration (DDR) processes, in the interests of the individuals concerned, the sustainability of reintegration efforts and general post-conflict recovery.National beneficiaries should provide the lead for HIV/AIDS initiatives, and interven- tions should be as inclusive as possible, while acknowledging the limitations of DDR HIV/ AIDS programmes. A risk-mapping exercise should include the collection of baseline data on knowledge, attitudes and vulnerability, HIV/AIDS prevalence, and identify existing capacity.The basic requirements for HIV/AIDS programmes in DDR are: \\n identification and training of HIV focal points within DDR field offices; \\n the development of HIV/AIDS awareness material and provision of basic awareness training for target groups, with peer education programmes during the reinsertion and reintegration phases to build capacity. Awareness training can start before demobiliza- tion, depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure; \\n the provision of voluntary confidential counselling and testing (VCT) during demobi- lization and reintegration. An HIV test, with counselling, should be routinely offered (opt-in) as a standard part of medical screening in countries with an HIV prevalence of 5 percent or more. VCT should be provided in all settings throughout the DDR process, building on local services. Undergoing an HIV test, however, should not be a condition for participation in the DDR process, although planners should be aware of any national legislation that may exclude HIV-positive personnel from newly formed military or civil defence forces; \\n screening and treatment for sexually transmitted infections (STIs), which should be a standard part of health checks for participants; \\n the provision of condoms and availability of post-exposure prophylaxis (PEP) kits dur- ing demobilization, reinsertion and reintegration; \\n treatment for opportunistic infections and, where feasible, referral for anti-retroviral (ARV) treatment within the national health care system; \\n the implementation of HIV/AIDS public information and awareness campaigns to sensitize \u2018receiving\u2019 communities, to raise general awareness and to reduce possible stigma and discrimination against returning combatants, including women associated with armed forces and groups, which could undermine reintegration efforts. Planning in communities needs to start in advance of demobilization.In instances where the time allotted for a specific phase is very limited or has been re- duced, as when there is a shortened cantonment period, it must be understood that the HIV/ AIDS requirements envisaged are not dropped, but will be included in the next DDR phase.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the strategies to address HIV/AIDS during disarm- ament, demobilization and reintegration (DDR) processes, in the interests of the individuals concerned, the sustainability of reintegration efforts and general post-conflict recovery.National beneficiaries should provide the lead for HIV/AIDS initiatives, and interven- tions should be as inclusive as possible, while acknowledging the limitations of DDR HIV/ AIDS programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9077, - "Score": 0.632456, - "Index": 9077, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10857, - "Score": 0.5, - "Index": 10857, - "Paragraph": "Questions related to the overall human rights situation \\n What crimes involving violations of international human rights law and international humanitarian law were perpetrated by the different protagonists in the armed conflict? In what different ways were women involved in the conflict? Describe any specific forms of abuse to \\n \\n which women and girls were subjected during the conflict. \\n Describe any use of children by combatant groups. Was this abuse part of an orches- trated strategy, i.e. systematic and perpetrated by state and non-state security forces? If so, what were the institutional processes that facilitated such abuse?Questions related to the peace agreement \\n What were the key components of the final peace agreement? \\n Was amnesty offered as part of the peace process? What type of amnesty? And for what abuses (forced recruitment of children, sexual violence etc)? \\n Were there any transitional justice measures mandated in the peace agreement such as a truth commission, prosecutions process, reparations programme for victims, or insti- tutional reform aimed at preventing future human rights violations? \\n Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? \\n How was information about the peace agreement disseminated to the general popu- lation, in particular to vulnerable and marginalized groups?Questions related to DDR \\n Is there any form of conditionality that links DDR and justice measures, for example, amnesty or the promise of reduced sentences for combatants that enter the DDR program? \\n What are the criteria for admittance into the DDR program? Do the criteria take into consideration the varied roles of women and children associated with armed forces and groups? \\n Will there be any stipulated differences between treatment of men, women or children in the DDR programme? \\n What kind of information will be gathered from combatants during the DDR process? Will the information collected be disaggregated by gender? Will it assess whether ex- combatants committed acts of sexual violence? \\n Will demobilized combatants have the opportunity to be reintegrated into a new army or police force? \\n Is the local community involved in the reintegration programme? \\n Will the reintegration programme consider or aim to provide benefits to the commu- nities where demobilized combatants will return?Questions related to transitional justice \\n What office in the United Nations peacekeeping mission and/or what UN agency is the focal point on transitional justice, human rights, and rule of law issues? \\n What government entity is the focal point on transitional justice, human rights and rule of law issues? \\n Is there a national truth commission? Are there any other truth-seeking initiatives, for example at the local or regional level of the country? \\n Are there any investigations and/or prosecutions of perpetrators of crimes involving violations of international human rights law and international humanitarian law that occurred during the conflict? \\n Does the truth commission or prosecutions process have any specific outreach to, or strategy for dealing with, ex-combatants? \\n Does the truth commission or prosecutions process have a public information or out- reach capacity? What kind of information is being disseminated? How are they reaching out to vulnerable, marginalized groups including ex-combatants in communicating mandate and operations? \\n Are there plans to offer reparations to victims or communities ravaged by the conflict? Who are the targeted beneficiaries of the reparations? How are women survivors of sexual violence considered in reparations programmes, female ex-combatants, WAAFG, children? When will reparations be distributed? How will reparations distributed? Who is funding or could fund the reparation programme? \\n Are reparations tied to any other transitional justice measures such as prosecutions, truth-telling, institutional reform and/or local justice initiatives? \\n Is institutional reform, such as vetting, mandated as part of the peace agreement or post-conflict legal framework? Are security sector institutions targeted for such reform? Are there any accountability mechanisms set up to address the integrity of the security sector personnel? \\n Are there any justice or reconciliation efforts at the local/community level? \\n What is the involvement of women and/or children in locally based justice and rec- onciliation initiatives? \\n What is the criterion for determining who could participate in locally based justice and reconciliation initiatives? \\n Are these locally based justice and reconciliation initiatives linked to any other tran- sitional justice measures such as prosecutions, truth-telling and/or reparations?Questions related to possibilities for coordination \\n Will the planned timetable for the DDR programme overlap with planned transitional justice measures? \\n Are there opportunities to coordinate information strategies around DDR and transi- tional justice measures? \\n Will ex-combatants be screened on human rights criteria as part of the DDR programme? Can the DDR programme integrate human rights education and/or information ses- sions that specifically provide information on transitional justice? \\n Can the DDR programme provide incentives for ex-combatants to participate in pros- ecutions processes or truth-seeking initiatives? \\n Will there be any screening on human rights criteria of those ex-combatants interested in staying in or joining the security forces? \\n How can the DDR programme support or coordinate with other initiatives that address justice for women and justice for children? \\n Can any information gathered during the DDR programme be shared with a truth com- mission or prosecutions process? \\n How do the benefits offered to ex-combatants in the DDR programme compare to any reparations offered to victims of the armed conflict? \\n Can the benefits provided to ex-combatants be considered in light of reparations offered to victims? Is coordination between these two mechanisms possible? \\n Are there opportunities to connect the reintegration programme with locally based justice and reconciliation initiatives? For example, can any benefits provided to the community include support for locally based justice and reconciliation initiatives? \\n Can the reintegration programme include a component that involves ex-combatants in efforts to rebuild communities that have been physically destroyed as a result of the armed conflict? \\n Does the monitoring and assessment of the DDR programme include assessment of the impact of the programme on human rights, justice, and rule of law?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 31, - "Heading1": "Annex B: Critical questions for the field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Will ex-combatants be screened on human rights criteria as part of the DDR programme?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9723, - "Score": 0.458831, - "Index": 9723, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration). The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes. In contexts of ongoing armed conflict, reintegration support can focus on resiliency and improving opportunities in natural resource management sectors, picking up on many of the CBNRM approaches discussed in previous sections. In particular, engagement with other efforts to improve the transparency in targeted natural resource supply chains is extremely important, as this can be a source of creating sustainable employment opportunities and reduce the risk that key sectors are re- captured by armed forces and groups. Undertaking these efforts together with other measures to help the recovery of conflict-affected communities can also create opportunities for social reconciliation and cohesion.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "9. Reintegration support and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10116, - "Score": 0.441942, - "Index": 10116, - "Paragraph": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated. Shifting political and security dynamics means that flexibility is an essential design factor. Specific elements of programme design should be integrated within overall strategic objectives that reflect the end state goals that DDR and SSR are seeking to achieve.Detailed field assessments should cover political and security issues as well as identifying key national and international stakeholders in these processes (see Box 6). The programme development and costing phase should result in indicators that reflect the relationship between DDR and SSR. These may include: linking disarmament/demobilization and community security; ensuring integration reflects national security priorities and budgets; or demonstrating that operational DDR activities are combined with support for national management and oversight capacities. Development of the DDR implementation plan should integrate relevant capacities across UN, international community and national stake- holders that support DDR and SSR and reflect the implementation capacity of national authorities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.2. Programme design", - "Heading3": "", - "Heading4": "", - "Sentence": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9565, - "Score": 0.426401, - "Index": 9565, - "Paragraph": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization). Transitional assistance may be offered in a number of ways including in-kind support, cash-based transfers, public works programmes or other income-generating activities. In contexts where there has been degradation of natural resources that are important for livelihoods or destruction of key water, sanitation and energy infrastructure, DDR programme participants can be employed in labour-intensive, quick-impact infrastructure or rehabilitation projects during the demobilization phase. When targeting natural resource management sectors, these projects can contribute to restoration and rehabilitation of environmental damages; increased protection of critical ecosystems; improved management of critical natural resources; and reduced vulnerability to natural disasters. Concerted efforts should be made to include women, youth, elderly, disabled, in planning and implementation of reinsertion activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 28, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10259, - "Score": 0.417029, - "Index": 10259, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9047, - "Score": 0.408248, - "Index": 9047, - "Paragraph": "The trafficking of arms and ammunition supports the capacity of armed groups to engage in conflict settings. Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament). Moreover, in many cases, Government stockpiles can be a key source of illicit weapons and ammunition, underlining the need to support the development of national weapons and ammunition management capacity. While arms trafficking in and of itself is a direct factor in the duration and escalation of violence, the possession of weapons also secures the ability to maintain or expand other criminal economies, including human trafficking, environmental crimes and the illicit drug trade.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9928, - "Score": 0.400892, - "Index": 9928, - "Paragraph": "In cases where combatants are declared part of illegal groups, progress in police reform and relevant judicial functions can project deterrence and help ensure compliance with the DDR process. This role must be based on adequate police capacity to play such a supporting role (see Case Study Box 1).The role of the police in supporting DDR activities should be an element of joint plan- ning. In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme. Where there are synergies to be realised, this should be reflected in resource allocation, training and priority setting for police reform activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.2. Illegal armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 10751, - "Score": 0.4, - "Index": 10751, - "Paragraph": "Even after a ceasefire or peace agreement, DDR is frequently challenged by commanders who refuse for a variety of reasons to disarm and demobilize, and impede their combatants from participating in DDR. In some of these cases, national DDR commissions (or other officials charged with DDR) and prosecutors may collaborate on prosecutorial strategies, for example focused on those most responsible for violations of international human rights and humanitarian law, that may help to remove these spoilers from the situation and allow for the DDR of the combat unit or group. Such an approach requires an accompanying pub- lic information strategy that indicates a clear and transparent criminal policy, indicating what kind of cases will be prosecuted, and avoiding any perception of political influence, arbitrary prosecution, corruption or favoritism. The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.5. Collaborate on strategies to target spoilers", - "Heading4": "", - "Sentence": "The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9582, - "Score": 0.392232, - "Index": 9582, - "Paragraph": "Landmines and explosive remnants of war take a heavy toll on people\u2019s livelihoods, countries\u2019 economic and social development, and peacebuilding efforts. Restoring agricultural lands to a productive state is paramount for supporting livelihoods and improving food security, two of the most important concerns in any conflict-affected setting. Demining fields and potential areas for livestock and agriculture will therefore provide an essential step to restoring safety and access to agricultural lands and to restoring the confidence of local populations in the peace process. To ensure that agricultural land is returned to safety and productivity as quickly as possible, where applicable, DDR programmes should seek specific demining expertise. Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.2 Demining agricultural areas", - "Heading4": "", - "Sentence": "Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9470, - "Score": 0.387298, - "Index": 9470, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10167, - "Score": 0.381246, - "Index": 10167, - "Paragraph": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR). National DDR commissions therefore provide an impoThe ToRs of National DDR commissions may provide an opportunity to link national DDR and SSR capacities. For example, the commission may share information with rele- vant Ministries (beyond the Ministry of Defence) such as Justice and the Interior as well as the legislative and civil society. Depending on the context, national commissions may be- come permanent parts of the national security sector governance architecture. This can help to ensure that capacities developed in support of a DDR programme are retained within the system beyond the lifespan of the DDR process itself.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.5. National commissions", - "Heading4": "", - "Sentence": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9115, - "Score": 0.375, - "Index": 9115, - "Paragraph": "Organized crime often exacerbates and may prolong armed conflict. When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in crime-conflict contexts. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 21, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in crime-conflict contexts.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10075, - "Score": 0.369274, - "Index": 10075, - "Paragraph": "Needs assessments are undertaken periodically in order to help planners and programmers understand progress and undertake appropriate course corrections. During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR. Promoting joint assessments through includ- ing representatives of other relevant bilateral/multilateral actors should also be encouraged to enhance coherence and reduce duplication. In designing DDR assessments, SSR con- siderations should be reflected in ToRs, the composition of assessment teams and in the knowledge gathered during assessment missions (see Box 5).Box 5 Designing SSR-sensitive assessments \\n Developing the terms of reference \u2013 Terms of reference (ToRs) for DDR assessments should include the need to consider potential synergies between DDR and SSR that can be identified and fed into planning processes. Draft ToRs should be shared between relevant DDR and SSR focal points to ensure that all relevant and cross-cutting issues are considered. The ToRs should also set out the composition of the assessment team. \\n Composing the assessment team \u2013 Assessment teams should be multi-sectoral and include experts or focal points from related fields that are linked to the DDR process. The inclusion of SSR expertise represents an important way of creating an informed view on the relationship between DDR and SSR. In providing inputs to more general assessments, broad expertise on the political and integrated nature of an SSR process may be more important than sector-specific knowledge. Where appropriate, experts from relevant bilateral/multilateral actors should also be included. Including host state nationals or experts from the region within assessment teams will improve contextual understanding and awareness of local sensitivities and demonstrate a commitment to national ownership. Inclusion of team members with appropriate local language skills is essential. \\n Information gathering \u2013 Knowledge should be captured on SSR-relevant issues in a given context. It is important to engage with representatives of local communities including non-state and community-based security providers. This will help clarify community perceptions of security provision and vulnerabilities and identify the potential for tensions when ex-combatants are reintegrated into communities, including how this may be tied to weapons availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10070, - "Score": 0.363803, - "Index": 10070, - "Paragraph": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design). This section proposes ways to appropriately integrate SSR concerns into DDR assessments, programme design, monitoring and evaluation (9.1-9.3). To avoid unrealistic and counter-productive approaches, decisions on how to sequence activities should be tailored to context-specific security, political and socio-economic factors. Entry points are therefore identified where DDR/SSR concerns may be usefully considered (9.4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10646, - "Score": 0.363803, - "Index": 10646, - "Paragraph": "Box 5 Action points for mediators, donors, practitioners and national actors \\n\\n Action points for mediators and other participants in peacemaking \\n Include obligations for accountability, truth, reparation and guarantees of non-reoccurrence in peace agreements. \\n Include victims in peace negotiation processes. \\n Reject amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights. \\n\\n Action points for donors \\n Donors for DDR programmes may consider comparative commitments to reparations for victims before or while the DDR process proceeds. \\n\\n Action points for DDR practitioners \\n Integrate human rights and transitional justice components into the training programmes and support materials for UN mediators and DDR practitioners, including of national DDR commissions. \\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme. \\n Ensure that the DDR programme meets national and international obligations concerning account-ability, truth, reparations and guarantees of non-repetition.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10714, - "Score": 0.353553, - "Index": 10714, - "Paragraph": "Box 7 Action points for DDR and TJ practitioners \\n Consider sharing programme information. \\n Consider developing a common approach to gathering information on children who leave armed forces and groups \\n Consider screening of human rights records of ex-combatants. \\n Collaborate on sequencing DDR and TJ efforts. \\n Coordinate on strategies to target spoilers. \\n Encourage ex-combatants to participate in transitional justice measures. \\n Consider how DDR may connect to and support legitimate locally based justice processes. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces. \\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9694, - "Score": 0.344124, - "Index": 9694, - "Paragraph": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9696, - "Score": 0.342997, - "Index": 9696, - "Paragraph": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). Benefit sharing, whether of minerals, land, timber or water resources, can be a make-or-break aspect of peace negotiations. Thus, in conflicts where armed forces and groups use natural resources as a means of financing conflict or where they act as an underlying grievance for recruitment, DDR should advise mediators that, where possible, natural resources (or a future commitment to address natural resources) should also be included in peace agreements. Addressing these grievances directly in mediation processes is extremely difficult, making it extremely important that sound and viable strategies for subsequent peacebuilding processes that seek to prevent the re-emergence of armed conflict related to natural resources are prioritized. It is important to carefully analyse how the conflict ended, to note if it was a military victory, a peace settlement, or otherwise, as this will have implications for how natural resources (especially land) might be distributed after the conflict ends. It is important to ensure that women\u2019s voices are also included, as they will be essential to the implementation of any peace agreement and especially to the success of DDR at the community level. Research shows that women consistently prioritize natural resources as part of peace agreements and therefore their inputs should specifically be sought on this issue.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10111, - "Score": 0.3371, - "Index": 10111, - "Paragraph": "If SSR issues and perspectives are to be integrated at an early stage, assessments and their outputs must reflect a holistic SSR approach and not just partial elements that may be most applicable in terms of early deployment. Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4). This may be done through joint assessment missions combining DDR and SSR com- ponents, or by drawing on SSR expertise throughout the assessment phase. Up to date conflict and security analysis should address the nexus between DDR and SSR in order to support effective engagement (see Box 6). Participatory assessments and institutional capac- ity assessments may be particularly useful for security-related research (see IDDRS 3.20 on DDR Programme Design, Para. 5.3.6).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.2. Detailed field assessments", - "Heading4": "", - "Sentence": "Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10705, - "Score": 0.33541, - "Index": 10705, - "Paragraph": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.9. Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives", - "Heading4": "", - "Sentence": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10722, - "Score": 0.333333, - "Index": 10722, - "Paragraph": "Both DDR and transitional justice initiatives engage in gathering, sharing, and disseminating information. However, rarely is information shared in a systematic or coherent manner between these two programmes. DDR programmes, which are usually established before transitional justice measures may consider sharing information with the latter. This need not necessarily include sharing information relating to particular individuals for purposes of prosecutions, as this may create difficulties in some contexts (although, as illustrated in section 7.1 above, it frequently does not). Information about the more structural dimen- sion of combating forces, none of which needs to be person-specific, may be very useful for transitional justice measures. Socio-economic and background data gathered from ex- combatants through DDR programmes can also be informative. Similarly, transitional justice initiatives may obtain information that is important to DDR programmes, for example on the location or operations of armed groups.DDR programmes may also accommodate procedures that include gathering infor- mation on ex-combatants accused or suspected of gross violations of international human rights law and serious violations of international humanitarian law. This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data. Truth commissions often try to reliably describe broad patterns of past violence. Insights into the size, location, and territory of armed groups, their com- mand structures, type of arms collected, recruitment processes, and other aspects of their mode of operation could assist in reconstructing an historical \u2018memory\u2019 of past patterns of collective violence.Sharing information with a national reparations programme may also be important. Here, details about benefits offered to ex-combatants through DDR programmes may be useful in efforts to secure equity in the treatment of victims through reparations programmes. If communities received benefits through DDR programmes, this will also be relevant to those who are tasked with the responsibility of designing collective reparations programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.1. Consider sharing DDR information with transitional justice measures", - "Heading4": "", - "Sentence": "This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10635, - "Score": 0.328798, - "Index": 10635, - "Paragraph": "Coordination between transitional justice and DDR programmes begins with an understand- ing of how the two processes may interact positively in the short-term in ways that, at the very least, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim to constructively connect these two processes in ways that contribute to a stable, just and long-term peace. In the UN System, the Office of the High Commissioner for Human Rights (OHCHR) has the lead responsibility for transitional justice issues. UN support to DDR programmes may be led by the Department of Peacekeeping (DPKO) or the United Nations Develop- ment Programme (UNDP). In other cases, such support may be led by the International Organization for Migration (IOM) or a combination of the above UN entities. OHCHR representatives can coordinate directly with DDR practitioners on transitional justice. Human rights officers who work as part of UN peacekeeping missions may also be appropriate focal points or liaisons between a DDR programme and transitional justice initiatives.This section presents options for DDR that stress the international obligations stem- ming from the right to accountability, truth, reparation, and guarantees of non-repetition. These options are meant to make DDR compliant with international standards, being mindful of both equity and security considerations. At the very least, they seek to ensure that DDR observes the \u201cdo no harm\u201d principle, and does not foreclose the possibility of achieving accountability in the future. When possible, the options presented in this section seek to go beyond \u201cdo no harm,\u201d establishing more constructive and positive connections between DDR and transi- tional justice. These options are presented with the understanding that diverse contexts will present different opportunities and challenges for connecting DDR and transitional justice. DDR must be designed and implemented with reference to the country context, including the existing justice provisions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 18, - "Heading1": "8. Prospects for coordination", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Human rights officers who work as part of UN peacekeeping missions may also be appropriate focal points or liaisons between a DDR programme and transitional justice initiatives.This section presents options for DDR that stress the international obligations stem- ming from the right to accountability, truth, reparation, and guarantees of non-repetition.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9056, - "Score": 0.316228, - "Index": 9056, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9894, - "Score": 0.316228, - "Index": 9894, - "Paragraph": "While a given DDR programme might generate important returns in terms of performance indicators (e.g. numbers of weapons collected and ex-combatants reintegrated) this may not translate into effective outcomes (e.g. improvements in real and perceived individual or community security). Involving communities and local authorities in planning, implement- ing and monitoring interventions can potentially integrate efforts such as the community reintegration of former combatants with the provision of security at the local level in order to ensure that reintegration and SSR are complementary. Supporting the capacity of national armed and other security forces and line ministries can build morale, demonstrating a \u2018duty of care\u2019 through fair treatment.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While a given DDR programme might generate important returns in terms of performance indicators (e.g.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10676, - "Score": 0.312772, - "Index": 10676, - "Paragraph": "Information about transitional justice measures is an important component of DDR assess- ment and design. Transitional justice measures and their potential for contributing to or hindering DDR objectives should be considered in the integrated DDR planning process, particularly in the detailed field assessment. Are transitional justice measures mandated in the peace agreement? Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? A list of critical questions related to the intersection between transitional justice and DDR is available in Annex C. For more infor- mation on conducting a field assessment see Module 3.20 on DDR Programme Design.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.1. Integrate information on transitional justice measures into the field assessment", - "Heading4": "", - "Sentence": "A list of critical questions related to the intersection between transitional justice and DDR is available in Annex C. For more infor- mation on conducting a field assessment see Module 3.20 on DDR Programme Design.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9019, - "Score": 0.306186, - "Index": 9019, - "Paragraph": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme. The following list of organized crime\u2013related risks is intended to assist DDR practitioners to assess and manage vulnerabilities in such contexts in order to prevent negative consequences. \\n Programmatic risk: In contexts of ongoing conflict, organized crime activities can be used to further both economic and power-seeking gains. The risk that ex-combatants will be re- recruited or (continue to) engage in criminal activity is higher when conflict is ongoing, protracted or financed through organized crime. In the absence of a formal peace agreement, DDR participants may be more reluctant to give up the perceived opportunities that illicit activities offer, particularly when reintegration opportunities are limited, formal and informal economies overlap, and unresolved grievances persist. \\n \u2018Do no harm\u2019 risk: Because DDR processes not only present the risk of reinforcing illicit activities and flows, but may also be vulnerable to corruption and capture, DDR practitioners shall ensure that processes are implemented in a manner that avoids inadvertently contributing to illicit flows and/or retaliation by armed forces and groups that engage in criminal activities. This includes the careful selection of partnering institutions and groups to implement DDR processes. Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance. Practitioners should consider the distribution of payments through the issuance of pre-paid cards, vouchers or digital transfers where possible, to reduce the risk that participants will be extorted by those engaged in criminal activities, including armed forces and groups. \\n Security risk: The possibility of armed groups directly targeting staff/programmes they may perceive as hostile is high in ongoing conflict contexts, particularly if DDR processes are perceived to be associated with the removal of livelihoods and social status. Conversely, DDR practitioners who are perceived to be supporting individuals (formerly) associated with criminal activities, particularly those who engaged in violence against local populations, can also be at risk of reprisals by certain communities or national actors. It is also important that potential risks to communities and civil society groups that may arise as a consequence of their engagement with DDR processes be properly assessed, managed and mitigated. \\n Reputational risk: DDR practitioners should be aware of the risk of being seen as promoting impunity or being lenient towards individuals who may have engaged in schemes of violent governance against communities. DDR practitioners should also be aware of the risk that they may be seen as being complicit in abusive State policies and/or behaviour, particularly if armed forces are known to engage in organized criminal activities and pervasive corruption. Due diligence and appropriate frameworks, safeguards and mechanisms shall be applied to continuously address these complex issues. \\n Legal risks: DDR practitioners who rely on Government donors may face additional challenges if these Governments insert conditions or clauses into their grant agreements in order to comply with Security Council resolutions. As stated in IDDRS 2.11 on The Legal Framework for UN DDR, DDR practitioners should consult with their legal adviser if applicable host State national legislation criminalizes the provision of support, including to suspected terrorists or armed groups designated as terrorist organizations. For more information on legal issues and risks, see section 5.3 of this module.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 15, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.2 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9490, - "Score": 0.306186, - "Index": 9490, - "Paragraph": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments. These considerations should then be mainstreamed throughout design and implementation. Specific needs groups often include women and girls, youth, persons with disabilities and persons with chronic illnesses, and indigenous and tribal peoples and local communities, but other vulnerabilities might also exist in different DDR contexts. Annex B presents a non-exhaustive list of questions that can be incorporated into DDR assessments in regard to specific- needs groups and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8964, - "Score": 0.30317, - "Index": 8964, - "Paragraph": "The crime-conflict nexus shall be considered by DDR practitioners as they contemplate engagement and ultimately determine whether DDR is an appropriate response or whether law enforcement interventions and/or criminal justice mechanisms are better suited to the context.In order to develop successful DDR processes, DDR practitioners should assess whether participants\u2019 involvement in criminal economies came about as a function of war or as part of broader economic or social dynamics. During DDR processes, incentives for combatants to disarm and demobilize may be insufficient if they control access to lucrative resources and have well-established informal taxation regimes that depend upon the continued threat or use of violence.12 Regardless of whether conflict is ongoing or has ended, if these economic motives are not addressed, the risk that former members of armed forces and groups will re-engage in criminal activities increases.Likewise, DDR processes that do not consider social and political motives risk failure. Participation in DDR processes may decrease if members of armed forces and groups feel that they will lose social and political status in their communities by disarming and demobilizing, or if they fear retaliation against themselves and their families for abandoning armed forces and groups who engage in criminal activities. Similarly, communities themselves may be reluctant to accept and trust DDR processes if they feel that such efforts mean losing protection and stability. In such cases, public information can play an important role in supporting DDR processes, by helping to raise awareness of what the DDR process involves and the opportunities available to leave behind illicit economies. For further information, see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR.Moreover, the type of illicit economy can influence local perspectives. For example, labour- intensive illicit economies, such as the cultivation of drug crops or artisanal mining of natural resources including metals and minerals, but also logging and fishing, can easily employ hundreds of thousands to millions of people in a particular locale.13 In these instances, DDR processes that work to remove involvement in what can be \u2018positive\u2019 illicit activities may be unsuccessful if no alternative economic opportunities are offered, and a better route may be to support the formalization and regulation of the relevant sectors.Additionally, the interaction between organized crime and armed conflict is a fundamentally gendered phenomenon, affecting men and women differently in both conflict and post-conflict settings. Although notions of masculinity may be more frequently associated with engagement in organized crime, and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination on the basis of gender from both ex-combatants and communities. Moreover, women are more frequently victims of certain forms of organized crime, particularly human trafficking for sexual exploitation, and can be stigmatized or shamed due to the sexual exploitation they have experienced.14 They may be rejected by their families and communities upon their return, leaving them with few opportunities for social and economic support.At the same time, men and boys who are trafficked, either through sexual exploitation or otherwise, may face a different set of challenges based on perceived emasculation. In addition to economic difficulties, they may face stigma in communities who may not view them as victims at all. DDR processes should therefore follow an intersectional and gender-based approach in providing social, economic and psychological services to former members of armed forces and groups. For example, providing reintegration opportunities specific to female or male DDR participants and beneficiaries that promote equality, independence and a sense of ownership over their futures can have a significant impact on social, psychological and economic well-being.Finally, given that DDR processes are guided by national and local policies, DDR practitioners should bear in mind the role that crime can play in the politics of the countries in which they operate. Even if ex-combatants lay down their arms, they may retain their links to organized crime. In some cases, participation in DDR may be predicated on the condition that ex- combatants engaged in criminal activities are offered positions in the political sphere. This condition risks embedding criminality in the State apparatus. Moreover, for certain types of organized crime, amnesties cannot be granted, as serious human rights violations may have taken place, as in the case of human trafficking. DDR processes must form part of a wider response to strengthening institutions, building resilience towards corruption, strengthening the rule of law, and fostering good governance, which can, in turn, prevent the conditions that may contribute to the recurrence of conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 12, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.4 Implications for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "The crime-conflict nexus shall be considered by DDR practitioners as they contemplate engagement and ultimately determine whether DDR is an appropriate response or whether law enforcement interventions and/or criminal justice mechanisms are better suited to the context.In order to develop successful DDR processes, DDR practitioners should assess whether participants\u2019 involvement in criminal economies came about as a function of war or as part of broader economic or social dynamics.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9137, - "Score": 0.301511, - "Index": 9137, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme. The risk of the re-recruitment of ex-combatants and persons formerly associated with armed forces and groups or their engagement in criminal activity is higher where conflict is ongoing, protracted or financed through organized crime. DDR practitioners should seek to identify positive entry points for supporting reintegration.In contexts of ongoing conflict and organized crime, these entry points may include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models of reintegration support for other areas to follow. Additional entry points may include armed groups whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors.The guidance on supporting reintegration within DDR programmes provided in section 7.3 is also applicable to planning reintegration support in contexts of ongoing conflict. For further information on reintegration more generally, see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.The sub-sections below offer guidance on reintegration support in relation to common forms of organized criminal activity in conflict and post-conflict settings: environmental crime, drug and human trafficking.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10000, - "Score": 0.301511, - "Index": 10000, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "The potential long term use of demobilization sites may also be a factor in DDR planning.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9510, - "Score": 0.3, - "Index": 9510, - "Paragraph": "Women and girls often directly manage communal natural resources for their livelihoods and provide for the food security of their families (e.g., through the direct cultivation of land and the collection of water, fodder, herbs, firewood, etc.). However, they often lack tenure or official rights to the natural resources they rely on, or may have access to communal resources that are not recognized (or upheld if they are recognized) in local or national laws. DDR practitioners should pay special attention to ensuring that women are able to access natural resources especially in situations where this access is restricted due to lack of support from a male relative. In rural areas, this is especially crucial for access to land, which can provide the basis for women\u2019s livelihoods and which often determines their ability to access credit and take-out loans. For example, where DDR processes link to land titling, they should encourage shared titling between male and female heads of households. In addition, DDR practitioners should ensure that employment opportunities and necessary skills training are available for girls and women in natural resource sectors, including non-traditional women\u2019s jobs. Moreover, DDR practitioners should also ensure that women are part of any decision-making processes related to natural resources and that their voices are heard in planning, programmatic decisions and prioritization of policy.In cases where access to natural resources for livelihoods has put women and girls at higher risk of SGBV, special care must be taken to establish safe and secure access to these resources, or a safe and secure alternative. Awareness and training of security forces may be appropriate for this, as well as negotiated safe spaces for women and girls to use to cultivate or gather natural resources that they rely on. DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond. For more guidance, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.2 Women and girls", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9513, - "Score": 0.3, - "Index": 9513, - "Paragraph": "Many DDR participants and beneficiaries will have experienced the onset of one or more physical, sensory, cognitive or psychosocial disabilities during conflict. DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion. Persons with disabilities have many different needs and face different barriers to participation in DDR and in activities involving the natural resources sector. DDR practitioners should identify these barriers and the possibilities for dismantling them when conducting assessments. DDR practitioners should seek expert advice from, and engage in discussions with, organizations of persons with disabilities, relevant NGOs and government line ministries working to promote the rights of persons with disabilities, as outlined in the United Nations Convention on the Rights of Persons with Disabilities (2006) and Standard Rules on the Equalization of Opportunities for Persons with Disabilities (1993).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 22, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.3 Persons with disabilities", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8949, - "Score": 0.294174, - "Index": 8949, - "Paragraph": "In supporting DDR processes, organizations are governed by their respective constituent instruments; specific mandates; and applicable internal rules, policies and procedures. DDR is also supported within the context of a broader international legal framework, which contains rights and obligations that must be adhered to in the implementation of DDR. As such, the applicable legal frameworks should be considered at every stage of the DDR process, from planning to execution and evaluation, and, in some cases, the legal architecture to counter organized crime may supersede DDR policies and frameworks. Failure to abide by the applicable legal framework may result in consequences for the UN, national institutions, the individual DDR practitioners involved and the success of the DDR process as a whole.Within the context of organized crime and armed conflict, DDR practitioners must consider national as well as international legal frameworks that pertain to organized crime, in both conflict and post-conflict settings, in order to understand how they may apply to combatants and persons associated with armed forces and groups who have engaged in criminal activities. While \u2018organized crime\u2019 itself remains undefined, a number of related international instruments that define concepts and specific manifestations of organized crime form the legal framework upon which interventions and obligations are based (refer to Annex B for a list of key instruments).A country\u2019s international obligations put forth by these instruments are usually translated into domestic legislation. While domestic legal frameworks on organized crime may differ in the treatment of organized crime across States, by ratifying international instruments, States are required to align their national legislation with international standards. Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws. For example, participation in criminal activities by certain former members of armed forces and groups may limit their participation in DDR processes, as outlined in a State\u2019s penal code and criminal procedure codes. Moreover, where crimes (such as forms of human trafficking) committed by ex-combatants and persons formerly associated with armed forces and groups are so egregious as to constitute crimes against humanity, war crimes or gross violations of human rights, their participation in DDR processes must be excluded by international humanitarian law.In cases where armed forces have engaged in criminal activities amounting to the most serious crimes under international law, it is the duty of every State to exercise its criminal jurisdiction over those responsible. DDR practitioners shall not facilitate any violations of international human rights law or international humanitarian law by the host State, including arbitrary deprivation of liberty and unlawful confinement, or surveillance/maintaining watchlists of participants. DDR practitioners should be aware of local and international mechanisms for achieving justice and accountability. Moreover, it is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on DDR and Transitional Justice). Therefore, if there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner shall seek legal advice from the competent legal office and human rights office, and DDR processes may need to be adjusted. For further information, see IDDRS 2.11 on The Legal Framework for UN DDR.DDR processes may also be impacted by Security Council sanctions regimes. Targeted sanctions against individuals, groups and entities have been utilized by the UN to address threats to international peace and security, including the threat of organized crime by armed groups. DDR practitioners should be aware of any relevant sanctions regime, particularly arms embargo measures that may restrict the options available during disarmament or transitional weapons and ammunitions management activities, limit eligibility for participation in DDR processes and restrict the provision of financial support to DDR participants. (For more information, refer to IDDRS 4.10 on Disarmament and IDDRS 4.11 on Transitional Weapons and Ammunition Management.) While each sanctions regime is unique, DDR practitioners shall be aware of those applicable to armed groups and seek legal advice about whether listed individuals or groups can indeed be eligible to participate in DDR processes.For example, the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities, established pursuant to Resolutions 1267 (1999), 1989 (2011) and 2253 (2015), is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. DDR practitioners shall be further aware that donor States may also designate groups as terrorists through \u2018national listings\u2019. DDR practitioners should consult their legal adviser on the implications a terrorist listing may have for the planning or implementation of DDR processes, including whether the group was designated by the UN Security Council, a regional organization, the host State or a State supporting the DDR process, as well as whether the host or a donor State criminalizes the provision of support to terrorists, in line with applicable international counter-terrorism requirements. For an overview of the legal framework related to DDR more generally, see IDDRS 2.11 on The Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 10, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.3 Relevant frameworks and approaches to combat organized crime during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10592, - "Score": 0.294174, - "Index": 10592, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10398, - "Score": 0.29173, - "Index": 10398, - "Paragraph": "There are good reasons to anticipate a rise in situations where DDR and transitional justice initiatives will be pursued simultaneously. Transitioning states are increasingly using transitional justice measures to address past violations of international human rights law and humanitarian law, and prevent such violations in the future.At present, formal institutional connections between DDR and transitional justice are rarely considered. In some cases, the different timings of DDR and transitional justice processes constrain the forging of more formal institutional interconnections. Disarmament and demobilization components of DDR are frequently initiated during a cease-fire, or immediately after a peace agreement is signed; while transitional justice initiatives often require the forming of a new government and some kind of legislative approval, which may delay implementation by months or, not uncommonly, years. Additionally, DDR processes and transitional justice initiatives have very different constituencies: DDR pro- grammes are directed primarily at ex-combatants while transitional justice initiatives focus more on victims and on society more generally.The lack of coordination between transitional justice and DDR may lead to unbal- anced outcomes and missed opportunities. One outcome, for example, is that victims receive markedly less attention and resources than ex-combatants. The inequity is most stark when comparing benefits for ex-combatants with reparations for victims. In many cases the latter receive nothing whereas ex-combatants usually receive some sort of DDR package. The im- balance between the benefits provided to ex-combatants and the lack of benefits provided to victims has led to criticism by some that DDR rewards violent behaviour. Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building. UN peacekeeping operations have increasingly been entrusted with mandates to promote and protect human rights and accountability, as well as to assist national authori- ties in strengthening the rule of law. For example, the UN Peacekeeping Operation in the Democratic Republic of the Congo was given a specific mandate \u201cto contribute to the dis- armament portion of the national programme of disarmament, demobilization and reinte- gration (DDR) of Congolese combatants and their dependants, in monitoring the process and providing as appropriate security in some sensitive locations;\u201d as well as \u201cto assist in the promotion and protection of human rights, with particular attention to women, children and vulnerable persons, investigate human rights violations to put an end to impunity, and continue to cooperate with efforts to ensure that those responsible for serious violations of human rights and international humanitarian law are brought to justice\u201d.3Importantly DDR and transitional justice also aim to contribute to peacebuilding and reconciliation (see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks). DDR programmes may contribute to peacemaking and stability, creating environments more conducive to establishing transitional justice measures. Comprehensive approaches to transitional justice may address some of the root causes of conflict, provide accountability for past violations of international human rights and humanitarian law, and inform the institutional reform necessary to prevent the reemergence of violence. To that end they are \u201cmutually reinforcing imperatives\u201d.4Reconciliation remains a difficult concept to define or measure. There is no single model for overcoming divisions and building trust within societies recovering from conflict or totalitarian rule. DDR aims to encourage trust and confidence between ex-combatants, society and the State by presenting a transparent process by which former fighters give up their weapons, renounce their affiliations to armed groups, and commit to respecting the basic norms and laws including in the resolution of conflicts and the struggle for political power (see IDDRS 2.10 on the UN Approach to DDR). Transitional justice initiatives aim to build trust between victims, society, and the state through transitional justice measures that provide some acknowledgement from the State that citizen rights have been violated and that they deserve justice, truth and reparation. Increased consultation with victims\u2019 groups, communities receiving demobilized combatants, municipal governments, faith- based organizations and the demobilized combatants and their families, may inform and strengthen the legitimacy of DDR and transitional justice processes and enhance the pros- pects of reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 3, - "Heading1": "4. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9485, - "Score": 0.288675, - "Index": 9485, - "Paragraph": "At a minimum, assessments focused on natural resources and employment and livelihood opportunities should reflect on the demand for natural resources and any derived products in local, regional, national and international markets. They should also examine existing and planned private sector activity in natural resource sectors. Assessments should also consider whether any areas environmentally degraded or damaged as a result of the conflict can be rehabilitated and strengthened through quick-impact projects (see section 7.2.1). DDR practitioners should seek to incorporate information gathered in Strategic Environmental Assessments and Environmental and Social Impact Assessments where appropriate and possible, to avoid unnecessary duplication of efforts. The data collected can also be used to identify potential reconciliation and conflict resolution activities around natural resources. These activities may, for example, be included in the design of reintegration programmes.Box 2. Sample questions for the profiling of male and female members of armed forces and groups: \\n - Motivations for joining armed forces and groups linked to natural resources? \\n - Potential areas of return and likely livelihoods options to identify potential natural resource sectors to support? Seasonality of these occupations and related migration patterns? Are there communal natural resources in question in the area of return? Will DDR participants have access to these? \\n - The use of natural resources by the members of armed forces and groups to identify potential hot spots? \\n - Possibility to employ job/vocational skills in natural resource management? \\n - Economic activities already undertaken prior to joining or while with armed forces and groups in different natural resource sectors? \\n - Interest to undertake economic activities in natural resource sectors?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 19, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.2 Employment and livelihood opportunities", - "Heading4": "", - "Sentence": "Will DDR participants have access to these?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8871, - "Score": 0.288675, - "Index": 8871, - "Paragraph": "DDR practitioners shall be aware that, in contexts of organized crime, not all DDR participants and beneficiaries have the same needs. For example, the majority of victims of human trafficking, sexual abuse and exploitation are women, girls and boys. Moreover, women may be forcibly recruited for labour by armed groups and used as smuggling agents for weapons and ammunition. Whether they become members of armed groups or are abductees, women have specific needs derived from their human trafficking exploitation including debt bondage; physical, psychological and sexual abuse; and restricted movement. DDR practitioners shall therefore pay particular attention to the specific needs of women and men, boys and girls derived from their condition of having been trafficked and implement DDR processes that offer appropriate, age- and gender- specific psychological, economic and social assistance. For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Gender responsive and inclusive ", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9634, - "Score": 0.288675, - "Index": 9634, - "Paragraph": "Value chains are defined as the full range of interrelated productive activities performed by organizations in different geographical locations to produce a good or service from conception to complete production and delivery to the final consumer. A value chain encompasses more than the production process and also includes the raw materials, networks, flow of information and incentives between people involved at various stages. It is important to note that value chains may involve several products, including waste and by-products.Each step in a value chain process allows for employment and income-generating opportunities. Value chain approaches are especially useful for natural resource management sectors such as forestry, non-timber forest products (such as seeds, bark, resins, fruits, medicinal plants, etc.), fisheries, agriculture, mining, energy, water management and waste management. A value chain approach can aid in strengthening the market opportunities available to support reintegration efforts, including improving clean technology to support production methods, accessing new and growing markets and scaling employment and income-generation activities that are based on natural resources. DDR practitioners may use value chain approaches to enhance reintegration opportunities and to link opportunities across various sectors.22Engaging in different natural resource sectors can be extremely contentious in conflict settings. To reduce any grievances or existing tensions over shared resources, DDR practitioners should undertake careful assessments and community consultations shall be undertaken before including beneficiaries in economic reintegration opportunities in natural resource sectors. As described in the UN Employment Policy, community participation in these issues can help mitigate potential causes of conflict, including access to water, land or other natural resources. Capacity-building within the government will also need to take place to ensure fair and equitable benefit-sharing during local economic recovery.Reintegration programmes can benefit from engagement with private sector entities to identify value chain development opportunities; these can be at the local level or for placement on international markets. In order for the activities undertaken during reintegration to continue successfully beyond the end of reintegration efforts, communities and local authorities need to be placed at the centre of decision-making around the use of natural resources and how those sectors will be developed going forward. It is therefore essential that natural resource-based reintegration programmes be conducted with input from communities and local civil society as well as the government. Moving a step further, community-based natural resource management (CBNRM) approaches, which seek to increase related economic opportunities and support local ownership over natural resource management decisions, including by having women and youth representatives in CBNRM committees or village development committees, provide communities with strong incentives to sustainably manage natural resources themselves. Through an inclusive approach to CBNRM, DDR practitioners may ensure that communities have the technical support they need to manage natural resources to support their economic activities and build social cohesion.Box 5. Considerations to improve reconciliation and dialogue through CBNRM CBNRM can also contribute to social cohesion, dialogue and reconciliation, where these are considered as an explicit outcome of the reintegration programme. To achieve this, DDR practitioners should analyse the following opportunities during the design phase: \\n - Identification of shared natural resources, such as communal lands, water resources, or forests during the assessment phase, including analysis of which groups may be seen as the legitimate authorities and decision-makers over the particular resource. \\n - Establishment of decision-making bodies to manage communal natural resources through participatory and inclusive processes, with the inclusion of women, youth, and 36 marginalized groups. Special attention paid to the safety of women and girls when accessing these resources. \\n - Outreach to indigenous peoples and local communities, or other groups with local knowledge on natural resource management to inform the design of any interventions and integration of these groups for technical assistance or overall support to reintegration efforts. \\n - At the outset of the DDR programme and during the assessment and analysis phases, identify locations or potential \u201chotspots\u201d where natural resources may create tensions between groups, as well as opportunities for environmental cooperation and joint planning to complement and reinforce reconciliation and peacebuilding efforts. \\n - Make dialogue and confidence-building between DDR participants and communities an integral part of environmental projects during reintegration. \\n - Build reintegration options on existing community-based systems and traditions of natural resource management as potential sources for post-conflict peacebuilding, while working to ensure that they are broadly inclusive of different specific needs groups, including women, youth and persons with disabilities.Due to their different roles and gendered divisions of labour, female and male community members may have different natural resource-related knowledge skills and needs that should be considered when planning and implementing CBNRM activities. Education and access to information is an essential component of community empowerment and CBNRM programmes. In terms of natural resources, this means that DDR practitioners should work to ensure that communities and specific needs groups are fully informed of the risks and opportunities related to the natural resources and environment in the areas where they live. Providing communities with the tools and resources to manage natural resources can empower them to take ownership and to seek further engagement and accountability from the Government and private sector regarding natural resource management and governance.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 34, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.1 Value chain approaches and community-based natural resource management", - "Heading4": "", - "Sentence": "\\n - Make dialogue and confidence-building between DDR participants and communities an integral part of environmental projects during reintegration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10524, - "Score": 0.288675, - "Index": 10524, - "Paragraph": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered. The aspect of recogni- tion is what makes reparations distinct from social services that attend to the basic socio- economic rights of all citizens, such as housing, water and education. A comprehensive approach to reparations provides a combination of material and symbolic benefits to victims, such as cash payments or access to health, psycho-social rehabilitation or educational bene- fits, as well as a formal apology or a memorial. Often public acknowledgement is indicated by victims as the most important element of the reparations they seek. Reparations are a means of including victims and victims\u2019 rights firmly on the post-conflict agenda and may contribute to the process of building trust in the government and in its commitment to guaranteeing human rights in the future. Yet victims\u2019 needs are often marginalized in post conflict, peacebuilding contexts.The design of a reparations programme may have positive implications for the entire community and include elements of social healing. Individual measures deliver concrete benefits to individual recipients. In East Timor, the truth commission recommended a process that combined individual benefits with a form of delivery designed to promote collective healing. Single mothers, including war widows and victims of sexual violence, would benefit from scholarship grants for their school-aged children. In picking up their benefits, the mothers would have to travel to a regional service center, where they would, in turn, have access to peer support, skills training, healthcare, and counseling.Collective reparations may deliver reparations either in the context of practical limita- tions or of concerns about drawing too stark a line between classes of victims or between victims and non-victim groups. In this way, a specific village that was particularly affected by various kinds of abuses might, for example, receive a fund for community projects, even though not every individual in the village was affected in the same way and even if some people there contributed to the harms. In Peru, for example, communities hardest hit by the violence were asked to submit community funding proposals up to a $30,000 limit. These projects would benefit the entire community, generally, rather than only serve spe- cific victims and would be implemented regardless of whether some former perpetrators also live there.Generally, programmes for ex-combatants and reparations programmes for victims are developed in isolation of one another. Reinsertion assistance is offered to demobilized com- batants in order to assist with their immediate civilian resettlement\u2014i.e., to get them home and provide them with a start toward establishing a livelihood\u2014prior to longer-term support for reintegration (see IDDRS 4.30 on Social and Economic Reintegration). Support to ex-combatants is motivated by the genuine concern that without such assistance ex- combatants will re-associate themselves with armed groups as a means of supporting them- selves or become frustrated and threaten the peace process. Victims rarely represent the same kinds of threat, and reparations programmes may be politically challenging and expen- sive to design and implement. The result is that ex-combatants participating in DDR often receive aid in the form of cash, counseling, skills training, education opportunities, access to micro-credit loans and/or land, as part of the benefits of DDR programmes, while, in most cases no programmes to redress the vio- lations of the rights of victims are established.Providing benefits to ex-combatants while ignoring the rights of victims may give rise to new grievances and increase their resistance against returning ex-combatants, in this way becoming an obstacle to their reintegration. The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment. For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million. Ex-combatants receive reinsertion, recognition of service, and reintegration benefits in cash from between US$500 to US$1,000 depending on the rank of the ex-combatant.26 Yet as of 2009, the compensation fund for genocide sur- vivors called for in the 1996 Genocide Law has not been established.Such outcomes are not merely inequitable; they may also undermine the possibilities of effective reintegration. The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict. In some cases the reintegration component of DDR programmes includes funding for community development that benefits individuals in the community beyond ex-combatants (see also IDDRS 4.30 on Social and Economic Reintegration). While the objective and nature of reparations programmes for victims are distinct, most importantly in the critical area of acknowledgement of the violations of victims\u2019 rights, these efforts to focus on aiding the communities where ex-combatants live are noteworthy and may contribute to the effective reintegration of ex-combatants, as well as victims and other war-affected populations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 11, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.3. Reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9546, - "Score": 0.27735, - "Index": 9546, - "Paragraph": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question. This may be done through the secondment of experts, providing training on natural resources and through consulting local partners and civil society groups with relevant expertise.During the programme development phase, risks and opportunities identified as part of the assessment and risk management process should be factored into the overall strategy for the programme. This can be accomplished by working closely with government institutions and relevant line ministries responsible for agriculture, land distribution, forestry, fisheries, minerals and water, as well as civil society, relevant NGOs and the local and international private sector, where appropriate. DDR practitioners should ensure that all major risks for health, livelihoods and infrastructure, as well as disaster-related vulnerabilities of local communities, are identified and addressed in programme design and implementation, including for specific-needs groups. This is especially important for extractive industries such as mining, as well as forestry21 and agriculture, where government contracts and concessions that are being negotiated will impact local areas and communities, or where the extraction or production of the resources can result in pollution or contamination of basic life resources (such as soils, air and water). Private sector entities are increasingly pressured to conform to due diligence and transparency standards that seek to uphold human rights, labour rights and sustainable development principles and DDR practitioners can leverage this to increase their cooperation. Local traditional knowledge about natural resource management should also be sought and built into the DDR programme as much as possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 26, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Local traditional knowledge about natural resource management should also be sought and built into the DDR programme as much as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9738, - "Score": 0.27735, - "Index": 9738, - "Paragraph": "Armed forces and groups often fuel their activities by assuming control over resource rich territory. When States lose sovereign control over these resources, DDR and SSR processes are impeded. For example, resource revenues can prove relatively more attractive than the benefits offered through DDR and, as a result, individuals and groups may opt not to participate. Similarly, armed groups that are required by peace agreements to integrate into the national army and redeploy to a different geographical area may refuse to do so if it means losing control over resource rich territory. Where members of the security sector have been controlling natural resource extraction and/ or trade areas or networks, this dynamic is likely to continue until the sector becomes formalized and there are appropriate systems of accountability in place to prevent illegal exploitation or trafficking of resources.Peace agreements that do not effectively address the role of natural resources risk leaving warring parties with the economic means to resume fighting as soon as they decide that peace no longer suits them. In contexts where natural resources fuel conflict, integrated DDR and SSR processes should be planned with this in mind. Where appropriate, DDR practitioners should advise mediation teams on the impact of militarized resource exploitation on DDR and SSR and recommend that provisions regarding the governance of natural resources are included in the peace agreement (if one exists). Care must also be taken not to further militarize natural resource extraction areas. The implementation of DDR in this context can be supported by SSR programmes that address the governance of natural resources. Among other elements, these programmes may focus on ensuring the transparent and accountable allocation of natural resource concessions and transparent management of the revenues derived from their exploitation. This will involve supporting assessments of what natural resources the country has and their best possible usage; assisting in the creation of laws and regulations that require transparency and accountability; and building institutional capacity to manage natural resources wisely and enforce the law effectively. For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "10. DDR, SSR and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9993, - "Score": 0.273861, - "Index": 9993, - "Paragraph": "The absence of women from the security sector is not just discriminatory but can represent a lost opportunity to benefit from the different skill sets and approaches offered by women as security providers.13 Giving women the means and support to enter the DDR process should be linked to encouraging the full representation of women in the security sector and thus to meeting a key goal of Security Council Resolution 1325 (2000) (see IDDRS 5.10 on Women, Gender and DDR, Para 6.3). If female ex-combatants are not given adequate consideration in DDR processes, it is very unlikely they will be able to enter the security forces through the path of integration.Specific measures shall be undertaken to ensure that women are encouraged to enter the DDR process by taking measures to de-stigmatise female combatants, by making avail- able adequate facilities for women during disarmament and demobilization, and by provid- ing specialised reinsertion kits and appropriate reintegration options to women. Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise. Consideration of the specific challenges female ex-combatants face during reintegration (stigma, non-conventional skill sets, trauma) should also be given when considering their integration into the security sector. Related SSR measures should ensure that reformed security institutions provide fair and equal treatment to female personnel including their special security and protection needs.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 12, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.11. Gender-responsive DDR and SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9184, - "Score": 0.267261, - "Index": 9184, - "Paragraph": "Armed conflict amplifies the conditions in which human trafficking occurs. During a conflict, the vulnerability of the affected population increases, due to economic desperation, weak rule of law and unavailability of social services, forcing people to flee for safety. Human trafficking targets the most vulnerable segments of the population. Armed groups \u2018recruit\u2019 their victims in refugee and internally displaced persons camps, as well as among populations affected by the conflict, attracting them with false promises of employment, education or safety. Many trafficked people end up being exploited abroad, but others remain inside the country\u2019s borders filling armed groups, providing forced labour, and becoming \u2018war wives\u2019 and sex slaves.Human trafficking often has a strong transnational component, which, in turn, may affect reintegration efforts. Armed groups and organized criminal groups engage in human trafficking by collaborating with networks active in other countries. Conflict areas can be source, transit or destination countries. Reintegration programmes should exercise extreme caution in sustaining activities that may conceal trafficking links or may be used to launder the proceeds of trafficking. Continuous assessment is key to recognizing and evaluating the risk of human trafficking. DDR practitioners should engage with a wide range of actors in neighbouring countries and regionally to coordinate the repatriation and reintegration of victims of human trafficking, where appropriate.Children are often victims of organized crime, including child trafficking and the worst forms of child labour, being frequent victims of sexual exploitation, forced marriage, forced labour and recruitment into armed forces or groups. Reintegration practitioners should be aware that children who present as dependants may be victims of trafficking. Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR. Family tracing and reunification (if in the best interests of the child) should be started at the earliest possible stage and can be carried out at the same time as other activities.Children who have been trafficked should be considered and treated as victims, including those who may have committed crimes during the period of their exploitation. Any criminal action taken against them should be handled according to child-friendly juvenile justice procedures, consistent with international law and norms regarding children in contact with the law, including the Beijing Rules and Havana Principles, among others. Consistent with the UN Convention on the Rights of the Child, the best interests of the child shall be a primary consideration in all decisions pertaining to a child. For further information, see IDDRS 5.30 on Children and DDR.Women are more likely to become victims of organized crime than men, being subjected to sex exploitation and trade, rape, abuse and murder. The prevailing subcultures of hegemonic masculinity and machismo become detrimental to women in conflict situations where there is a lack of instituted rule of law and security measures. In these situations, since the criminal justice system is rendered ineffective, organized crimes directed against women go unpunished. DDR practitioners, as part of reintegration programming, should develop targeted measures to address the organized crime subculture and correlated machismo. For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 26, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.3 Reintegration support and human trafficking", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners, as part of reintegration programming, should develop targeted measures to address the organized crime subculture and correlated machismo.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9309, - "Score": 0.267261, - "Index": 9309, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8852, - "Score": 0.267261, - "Index": 8852, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and organized crime.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8865, - "Score": 0.267261, - "Index": 8865, - "Paragraph": "The majority of girls and boys associated with armed forces and groups may be victims of human trafficking, and DDR practitioners shall treat all children who have been recruited by armed forces and groups, including children who have otherwise been exploited, as victims of crime and of human rights violations. When DDR processes are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. As victims of crime, children\u2019s cases shall be handled by child protection authorities. Children shall be provided with support for their recovery and reintegration into families and communities, and the specific needs arising from their exploitation shall be addressed. For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "4.1.2 Unconditional release and protection of children ", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10744, - "Score": 0.261116, - "Index": 10744, - "Paragraph": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts. The possibilities for sequencing are numerous; this section merely provides ideas that can facilitate sequencing discussions between DDR and TJ practitioners. Prosecutors, for instance, may inform DDR administrators of the imminent announce- ment of indictments of certain commanders so that there is time to prepare for the possible negative reactions. Alternatively, in some cases prosecutors may take into account the prog- ress of the disarmament and demobilization operations when timing the announcement of their indictments.United Nations Staff working on DDR programmes should encourage their national interlocutors to coordinate on sequencing with truth commissions. Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not. However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements). Assistance offered to ex- combatants is less likely to foster resentment if reparations for victims are provided at a comparative level and within the same relative time period. If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme. Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming. This has the virtue of providing incen- tives for the coordination of programmes without providing incentives for fusing or merging programmes which may result in a dilution of mandates\u2014and effectiveness. Moreover ex-combatants may play a direct role in some reparations, either by providing direct repara- tion when they have individual responsibility for the violations that occurred, or, when appropriate, by contributing to reparations projects that aim to address community needs, such as working on a memorial or rebuilding a school or home that was destroyed in the armed conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.4. Collaborate on sequencing DDR and TJ efforts", - "Heading4": "", - "Sentence": "If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8850, - "Score": 0.258199, - "Index": 8850, - "Paragraph": "Organized crime can impact all stages of conflict, contributing to its onset, perpetuating violence (including through the financing of armed groups) and posing obstacles to lasting peace. Crime and conflict interact cyclically. Conflict creates space and opportunities for organized crime to flourish by weakening States\u2019 capacities to enforce the rule of law and social order. This creates the conditions for those engaging in organized crime (including both armed forces and armed groups) to operate with comparably little risk.4Criminal activities can directly contribute to the intensity and duration of war, as new armed groups emerge that engage in illicit activities (involving both licit and illicit commodities) while \ufb01ghting each other and the State.5 Criminal activities help to supply parties to armed conflict with weapons, ammunition and revenues, augmenting their ability to engage in armed violence, exploit and abuse the most vulnerable, and promote the proliferation of weapons and ammunition in society, therefore undermining prospects for peace.6Armed groups in part derive resources, power and legitimacy from participation in illicit economies that allow them to impose a scheme of violent governance on locals or provide services to the communities where they are based.7 Additionally, extortion schemes may be imposed on communities, whereby payments are made to armed groups in exchange for protection and/or the provision of other services. In the absence of State institutions, such tactics can often become accepted and acknowledged as a form of taxation by armed groups. This means that those engaged in criminal activities can, over time, be perceived as legitimate political actors. This perceived legitimacy can, in turn, translate into popular support, while undermining State authority and complicating conflict resolution.Additionally, the UN Security Council has emphasized that terrorists and terrorist groups can benefit from organized crime, whether domestic or transnational, as a source of financing or logistical support. Recognizing that the nature and scope of the linkages between terrorism and organized crime, whether domestic or transnational, vary by context,8 these ties may include an alliance of opportunities such as the engagement of terrorist groups in criminal activities for profit and/or the receipt of taxes to allow illicit flows to pass through territory under the control of terrorist groups. Overall, the combined presence of terrorism, violent extremism conducive to terrorism and organized crime, whether domestic or transnational, may exacerbate conflicts in affected regions and may contribute to undermining the security, stability, governance, and social and economic development of States.Importantly, in addition to diminishing law and order, armed conflict also makes it more difficult for local populations to meet their basic needs. Communities may turn to the black market for licit goods and services and seek economic opportunities in the illicit economy in order to survive. Since organized crime can underpin livelihoods for local populations before, during and after conflict, the planning for DDR processes must consider the role illicit activities play in communities at large and for specific portions of the population, including women, as well as the linkages between criminal groups and armed forces and groups.The response to organized crime will vary depending on whether the criminal activities at play involve licit or illicit commodities. The legality of commodities may also impact notions of who or what acts as a \u2018spoiler\u2019 to the peace process, community perceptions of DDR and which reintegration options are sought.DDR practitioners should also consider gender dimensions when contemplating how organized crime and armed conflict interact. Organized crime and armed conflict affect and involve women, men, boys and girls differently, irrespective of whether they are combatants, persons associated with armed forces and groups, victims of organized crime or a combination thereof. For example, although notions of masculinity may be more often associated with engagement in organized crime and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination based on gender from both ex-combatants and communities. Moreover, women are more often survivors of certain forms of organized crime, particularly human trafficking, and can be stigmatized or shamed due to the sexual exploitation they have experienced. They may be rejected by their families and communities upon their return leaving them with few opportunities for social and economic support. The experiences and treatment of males and females both during armed conflict and during their return to society may vary based on social, cultural and economic practices and norms. The organized crime\u2013conflict nexus therefore requires a gender- and age-sensitive DDR response.Children are highly vulnerable to trafficking and to the worst forms of child labour. Child victims may also be stigmatized, hidden or identified as dependants of adults. Therefore, within DDR, the identification of child victims and abductees, both girls and boys, requires age-sensitive approaches.Depending on the circumstances, organized crime may have existed prior to armed conflict (and possibly have given rise to it) or may have emerged during conflict. Organized crime may also remain long after peace is negotiated. Given the linkages between organized crime and armed conflict, it is necessary to recognize and understand this nexus as an integral part of the entire DDR process. DDR practitioners shall understand this convergence and implement measures that mitigate against associated risks, such as the reengagement of DDR participants in organized crime or the inadvertent removal of illegal livelihoods without alternatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Given the linkages between organized crime and armed conflict, it is necessary to recognize and understand this nexus as an integral part of the entire DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8887, - "Score": 0.258199, - "Index": 8887, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019. In the absence of most serious crimes under international law, such as crimes against humanity, war crimes and gross violations of human rights, it falls on the State to implement criminal justice measures to tackle individuals\u2019 engagement in organized criminal activities. However, issues arise when the State itself engages in criminal activities or is a party to the conflict (and therefore cannot perform a neutral role in prosecuting members of adversarial groups). For armed groups, DDR processes and other peacebuilding/peacekeeping measures may be perceived as implementing victors\u2019 justice by focusing on engagement in illicit activities that fuel conflict, rather than seeking to understand why the group was fighting in the first place. DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible. For further information, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "4.5.1 Accountable and transparent", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10543, - "Score": 0.258199, - "Index": 10543, - "Paragraph": "DDR can contribute to ending or limiting violence by disarming large numbers of armed actors, disbanding illegal or dysfunctional military organizations, and reintegrating ex- combatants into civilian or legitimate security-related livelihoods. DDR alone, however, cannot build peace, nor can it prevent armed groups from reverting to conflict. DDR needs to be part of a larger system of peacebuilding interventions, including institutional reformInstitutional reform that transforms public institutions that perpetuated human rights violations is critical to peace and reconciliation. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes, or violations of international human rights and humanitarian law, criminalizes this kind of behavior, demonstrates that no one is above the law, and may act as a deterrent and con- tribute to the prevention of future abuse. Truth commissions and other truth-seeking en- deavors can provide critical analysis about the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical informa- tion about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas. Reparations for victims may contribute to trust-building between victims and government, including public institutions. Vetting processes contribute to dismantling abusive structures by excluding from public service those who have com- mitted gross human rights violations and serious violations of international humanitarian law (See Box 3: Vetting.)As security sector institutions are sometimes implicated in past and ongoing viola- tions of human rights and international humanitarian law, there is a particular interest in reforming security sector institutions. Security Sector Reform (SSR) aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law.\u201d27 SSR efforts may sustain the DDR process in multiple ways, for example by providing employment opportunities. Yet DDR programmes are seldom coordinated to SSR. The lack of coordination can lead to further vio- lations, such as the reappointment of human rights abusers into the legitimate security sector. Such cases undermine public faith in security sector institutions, and may also lead to distrust within the armed forces. (See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.)Box 3 Vetting* One important aspect of institutional reform efforts in countries in transition is vetting processes to exclude from public institutions persons who lack integrity. Vetting may be defined as assessing integrity to determine suitability for public employment. Integrity refers to an employee\u2019s adherence to international standards of human rights and professional conduct, including a person\u2019s financial propriety. Public employees who are personally responsible for gross violations of human rights or serious crimes under international law reveal a basic lack of integrity and breach the trust of the citizens they were meant to serve. The citizens, in particular the victims of abuses, are unlikely to trust and rely on a public institution that retains or hires individuals with serious integrity deficits, which would fundamentally impair the institution\u2019s capacity to deliver its mandate. Vetting processes aim at excluding from public service persons with serious integrity deficits in order to (re-establish) civic trust and (re-) legitimize public institutions. \\n In many DDR programmes, ex-combatants are offered the possibility of reintegration in the national armed forces, other security sector positions such as police or border control. In these situations, coordination between DDR programs and institution reform initiatives such as SSR programmes on vetting strategies can be particularly critical. A coordinated strategy shall aim to ensure that individuals who have committed human rights violations are not employed in the public sector. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 12, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.4. Institutional reform", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8817, - "Score": 0.257248, - "Index": 8817, - "Paragraph": "Organized crime and conflict converge in several ways, notably in terms of the actors and motives involved, modes of operating and economic opportunities. Conflict settings \u2013 marked by weakened social, economic and security institutions; the delegitimization or absence of State authority; shortages of goods and services for local populations; and emerging war economies \u2013 provide opportunities for criminal actors to fill these voids. They also offer an opening for illicit activities, including human, drugs and weapons trafficking, to flourish. At the same time, the profits from criminal activities provide conflict parties and individual combatants with economic and often social and political incentives to carry on fighting. For DDR processes to succeed, DDR practitioners should consider these factors.Dealing with the involvement of ex-combatants and persons associated with armed forces and groups in organized crime not only requires the promotion of alternative livelihoods and reconciliation, but also the strengthening of national and local capacities. When DDR processes promote good governance practices, transparent policies and community engagement to find alternatives to illicit economies, they can simultaneously address conflict drivers and the impacts of conflict on organized crime, while supporting sustainable economic and social opportunities. Building stronger State institutions and civil service systems can contribute to better governance and respect for the rule of law. Civil services can be strengthened not only through training, but also by improving the salaries and living conditions of those working in the system. It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes. It aims to contribute to age- and gender-sensitive DDR processes that are based on a more systematic understanding of organized crime in conflict and post-conflict settings, so as to best support the successful transition from conflict to sustainable peace. Through enhanced cooperation, mapping and dialogue among relevant stakeholders, the linkages between DDR and organized crime interventions can be addressed in a manner that supports DDR in the context of wider recovery, peacebuilding and sustainable development.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9033, - "Score": 0.25, - "Index": 9033, - "Paragraph": "Planning for DDR processes should be undertaken with a diverse range of partners. By coordinating with Government institutions, the criminal justice sector, academia, civil society and the private sector, DDR can provide ex-combatants and persons formerly associated with armed forces and groups with a wide range of viable alternatives to criminal activities and violence.While the nature of partnerships in DDR processes may vary, local actors possess in-depth knowledge of the local context. This knowledge should serve as an entry point for joint approaches, particularly in the mapping of actors and local conditions. DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes. Additionally, cooperation with the criminal justice sector can provide a basis for the sharing of criminal intelligence and expertise to inform DDR processes, as well as capacity- building to assist in the integration of former combatants.DDR practitioners should recognize that not only local authorities, but also civil society actors and the private sector, may be the frontline responders who lay the foundation for peace and development and ensure its long-term sustainability. Innovative financing sources and partnerships should be sought. Local partnerships contribute to the collective ownership of DDR processes. DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups. Armed forces and groups may engage in criminal activities that span borders in terms of perpetrators, victims, violence, supply chains and commodities, including arms and ammunition. When armed conflicts affect more than one country, DDR practitioners should engage regional bodies to address issues related to armed groups operating on foreign territory and to coordinate the repatriation of victims of trafficking. Moreover, even when an armed conflict remains in one country, DDR practitioners should be aware that criminal links may transcend borders and should avoid inadvertently reinforcing illicit cross-border flows. For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.3 Opportunities for joint approaches in combatting organized crime", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10049, - "Score": 0.25, - "Index": 10049, - "Paragraph": "While DDR and SALW control initiatives tend to take place separately, they are linked because in practice they both seek to manage, reduce and control the availability of weapons. SALW control measures are also closely linked to SSR because they depend on the enforce- ment capacity of the police, the ability of border management bodies to restrict illicit flows of these weapons across borders as well as security sector oversight and accountability mechanisms to ensure appropriate control over national stocks.SALW control initiatives may provide an entry point for coordinating DDR-SSR efforts. Developing linkages between national SALW Commissions and DDR/SSR Commissions may provide one means to institutionalise coordination. To ensure potential synergies are not lost, SALW control measures should form part of joint assessments and be reflected in the design of DDR/SSR programmes. SALW availability should be a component of conflict and security analysis (see IDDRS 4.30 on Social and Economic Reintegration, Section 5.1.).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 15, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.5. DDR, SSR and SALW", - "Heading3": "", - "Heading4": "", - "Sentence": "To ensure potential synergies are not lost, SALW control measures should form part of joint assessments and be reflected in the design of DDR/SSR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9937, - "Score": 0.25, - "Index": 9937, - "Paragraph": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants. Rebel groups often inflate their numbers before or at the start of a DDR process due to financial incentives as well as to strengthen their negotiating position for terms of entry into the security sector. This practice can result in forced recruitment of individuals, including children, to increase the headcount. Security vacuums may be one further consequence of a disengagement process with the movement of ex-combatants to de- mobilization centres resulting in potential risks to communities. Analysis of context-specific security dynamics linked to the disengagement process should provide a common basis for DDR/SSR decisions. When negotiating with rebel groups, criteria for integration to the security sector should be carefully set and not based simply on the number of people the group can round up (see IDDRS 3.20 on DDR Programme Design, Para 6.5.3.4). The requirement that chil- dren be released prior to negotiations on integration into the armed forces should be stip- ulated and enforced to discourage their forced recruitment (see IDDRS 5.30 on Children and DDR). The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.3. The disengagement process", - "Heading3": "", - "Heading4": "", - "Sentence": "The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10228, - "Score": 0.25, - "Index": 10228, - "Paragraph": "Improved coordination can support more coherent policy making and programming that takes into account the nexus between DDR and SSR. By contrast, parallel or contradictory approaches risk undermining common objectives to support national DDR and SSR proc- esses. While DDR is characterised by a strong UN role, SSR activities (and funding) are predominantly supported by bilateral donors through specific arrangements with national authorities. In some cases there may be a mixed approach, for example, with bilateral partners supporting army reform, whereas UN Police is advising on rebuilding the police sector. Promoting \u2018joint\u2019 assessments and develop- ing in-country coordination mechanisms can provide a clearer basis for developing co- herent international support in these areas.In practice, limited overlap between ac- tors engaged in DDR and SSR indicates a need to establish more effective coordination mechanisms. The UN may in many cases provide a coordinating role for international support in a given context. Mapping the var- ious actors involved in DDR and SSR and their activities provides a structured basis to identify gaps and build synergies across the international community (see Case Study Box 6 below). Agreeing common understandings of \u2018SSR\u2019, consistent with the UN approach and other relevant policy frameworks is an important starting point for coordination. The creation of a joint steering committee or similar coordination mechanism for DDR/SSR may contribute to enhancing coherence throughout programme implementation. However, sufficient political will to implement \u2018joined up\u2019 approaches remains the key enabling fac- tor for improved coordination.Case Study Box 6 Strengthening SSR coordination in Burundi \\n In Burundi, the large number of international actors engaged in supporting SSR led to coordination challenges. In 2006, the DDR/SSR unit of the United Nations Operation in Burundi (ONUB) recognized the need to improve coordination and identified as a first step the importance of gaining an overview of relevant actors and activities. This was done by mapping current and planned SSR support by international actors in order to minimize overlaps and identify gaps. The mapping was divided by categories of support and included applicable implementation timelines. The DDR/SSR unit regularly distributed results to the wider international community. Several bilateral actors recognized the value of this initiative and highlighted that the DDR/SSR unit had a comparative advantage in fulfilling this role because it had the human resources necessary to undertake such efforts.16 While coordination challenges among such a large number of actors is inevitable, ONUB\u2019s efforts has contributed to a more structured dialogue on these issues within the international community in Burundi.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 24, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.1. Coordination", - "Heading4": "", - "Sentence": "The creation of a joint steering committee or similar coordination mechanism for DDR/SSR may contribute to enhancing coherence throughout programme implementation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9924, - "Score": 0.25, - "Index": 9924, - "Paragraph": "Reducing the availability of illegal weapons connects DDR and SSR to related security challenges such as wider civilian arms availability. In particular, there is a danger of \u2018leak- age\u2019 during transportation of weapons and ammunition gathered through disarmament processes or as a result of inadequately managed and controlled storage facilities. Failing to recognise these links may represent a missed opportunity to develop the awareness and capacity of the security sector to address security concerns related to the collection and management of weapon stocks (see IDDRS 2.20 on post-conflict stabilization, peace-building and recovery frameworks).Disarmament programmes should be complemented, where appropriate, by training and other activities to enhance law enforcement capacities and national control over weap- ons and ammunition stocks. The collection of arms through the disarmament component of the DDR programme may in certain cases provide an important source of weapons for reformed security forces. In such cases, disarmament may be considered a potential entry point for coordination between DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.1. Disarmament and longer-term SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "The collection of arms through the disarmament component of the DDR programme may in certain cases provide an important source of weapons for reformed security forces.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10349, - "Score": 0.25, - "Index": 10349, - "Paragraph": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace. It is intended to provide a legal framework, guiding principles and options for policymakers and programme planners who are contributing to strategies that aim to minimize tensions and build on opportunities between transitional justice and DDR. Coordination between transitional justice and DDR programmes begins with an under- standing of how transitional justice and DDR may interact positively in the short-term in ways that, at a minimum, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim beyond that. Efforts should be undertaken to constructively connect these two processes in ways that contribute to a stable, just and long-term peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10776, - "Score": 0.25, - "Index": 10776, - "Paragraph": "DDR and transitional justice represent two types of initiatives among a range of interven- tions that are (at least partly) aimed at reintegrating children associated with armed groups and forces. Given the status of children as a special category of protected persons under international law, both DDR and transitional justice actors should work together on a strat- egy that considers these children primarily as victims.Joint coordination on the reintegration of children is possible in at least three broad areas. First, DDR and transitional justice measures may coordinate on a strategy to iden- tify and hold accountable those who are recruiting children\u2014in order to make sure that the welfare of children is considered as the highest priority in that process. Second, both kinds of measures may work together on approaches to reintegrating children who may be responsible for violations of international humanitarian law or human rights law. Given the focus on CAAGF as victims, such an approach would preferably focus on non-judicial measures such as truth commissions and locally-based processes of truth and reconcilia- tion, which may better contribute to the reintegration of children than prosecution. At a minimum, a clear DDR and TJ policy should be developed as to the criminal responsibil- ity of children that takes adequate account of their protection and social reintegration. In the DRC, for example, the position shared by child protection agencies was for CAAFG accused of serious crimes to go through the juvenile justice system, applying special pro-cedures and reintegration measures. Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls. Gender inequality and cultural perceptions of women and girls may have particularly negative consequences for the reintegration of girl children associated with armed groups and forces. Targeted efforts by DDR and TJ may be necessary to ensure that girls are protected, but also that girls are given the opportunity to participate and benefit from these programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 27, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.9. Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces (CAAGF)", - "Heading4": "", - "Sentence": "Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10238, - "Score": 0.243332, - "Index": 10238, - "Paragraph": "Support to DDR/SSR processes requires the deployment of a range of different capacities.17 Awareness of the potential synergies that may be realised through a coherent approach to these activities is equally important. Appropriate training offers a means to develop such awareness while including the need to consider the relationship between DDR and SSR in the terms of reference (ToRs) of staff members provides a practical means to embed this issue within programmes.Cross-participation by DDR and SSR experts in tailored training programmes that ad- dress the DDR/SSR nexus should be developed to support knowledge transfer and foster common understandings. Where appropriate, coordination with SSR counterparts (and vice versa) should be included in the ToRs of relevant headquarters and field-based personnel. Linking the provision of DDR/SSR capacities to a shared vision of DDR/SSR objectives in a given context and an understanding of comparative advantages in different aspects of DDR/ SSR should be an important component of joint coordination and planning (see 10.2.1.).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.2. Capacities", - "Heading4": "", - "Sentence": "Linking the provision of DDR/SSR capacities to a shared vision of DDR/SSR objectives in a given context and an understanding of comparative advantages in different aspects of DDR/ SSR should be an important component of joint coordination and planning (see 10.2.1.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9206, - "Score": 0.242536, - "Index": 9206, - "Paragraph": "In an organized crime\u2013conflict context, States may decide to adjust the range of criminal acts that preclude members of armed forces and groups from participation in DDR programmes, DDR- related tools and reintegration support. For example, human trafficking encompasses a wide range of forms, from the recruitment of children into armed forces and groups, to forced labour and sexual exploitation. In certain instances, engagement in these crimes may rise to the level of war crimes, crimes against humanity, genocide and/or gross violations of human rights. Therefore, if DDR participants are found to have committed these crimes, they shall immediately be removed from participation.Similarly, the degree of engagement in criminal activities is not the only consideration, and States may also consider who commits specific acts. For example, should a foot soldier who is involved in the sexual exploitation of individuals from specific groups in their controlled territory or who marries a child bride be held accountable to the same degree as a commander who issues orders that the foot soldier do so? Just as international humanitarian law declares that compliance with a superior order does not constitute a defence, but a mitigating factor, DDR practitioners may also advise States as to whether different approaches are needed for different ranks.DDR practitioners inevitably operate within a State-based framework and must therefore abide by the determinations set by the State, identified as the legitimate authority. Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019 as defined under the United Nations Convention against Transnational Organized Crime. In the absence of genocide, crimes against humanity, war crimes or serious human rights violations, it falls on the State to implement criminal justice measures to tackle individuals\u2019 and groups\u2019 engagement in organized criminal activities.However, issues arise when the State itself is a party to the conflict and either weaponizes organized crime in order to prosecute members of adversarial groups or engages in criminal activities itself. Although illicit economies are a major source of financing for armed groups, in many cases they could not be in place without the assistance of the State. Corruption is an important issue that needs to be addressed as much as organized crime. Political actors may be involved with criminal economies at various levels, particularly locally. In addition, the State apparatus may pay lip service to fighting organize crime while at the same time participating in the illegal economy.DDR practitioners should assess the state of corruption in the country in which they are operating. Additionally, reintegration programmes should be conceptualized in close interaction with related anti-corruption and transitional justice efforts focused on \u2018institutional reform\u2019. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes or violations of international human rights and humanitarian law criminalize this kind of behaviour, demonstrate that no one is above the law, and may act as a deterrent and contribute to the prevention of future abuse. Truth commissions and other truth-seeking endeavours can provide critical analysis of the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical information about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas.A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions can foster trust in the reintegration process and enhance the prospects for trust building between former members of armed forces and groups and other citizens by providing communities with some assurance that those they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law.Moreover, while it theoretically falls on the State to implement criminal justice measures, in reality, the State apparatus may be too weak to administer justice fairly, if at all. In order to build confidence and ensure legitimacy, DDR processes must establish transparent mechanisms for independent monitoring, oversight and evaluation, and their financing mechanisms, so as to avoid inadvertently contributing to criminal activities and undermining the overall objective of sustainable peace. Transitional justice and human rights components should be incorporated into DDR processes from the outset. For further information, see IDDRS 6.20 on DDR and Transitional Justice and IDDRS 2.11 on the Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 27, - "Heading1": "10. DDR, transitional justice and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 6.20 on DDR and Transitional Justice and IDDRS 2.11 on the Legal Framework for UN DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9375, - "Score": 0.242536, - "Index": 9375, - "Paragraph": "Once armed conflict is underway, natural resources will often be targeted by armed forces and groups - as well as organized criminal groups - in order to trade them for revenues or for weapons and ammunition. These resources may be used to finance the activities of armed forces and groups, including their ability to compensate recruits, purchase weapons and ammunition, acquire materials necessary for transportation or control of strategic territories, and even their ability to expand territorial control. The exploitation of natural resources in conflict contexts is also closely linked to corruption and weak governance, where government, organized criminal groups, the private sector and armed forces and groups become interdependent through the licit or illicit revenue and trade flows that natural resources provide. In this way, armed groups and organized criminal groups can even capture the role of government and can integrate themselves into political processes by leveraging their influence over trade and access to markets and associated revenues (see IDDRS 6.40 on DDR and Organized Crime).In addition to capturing the market for natural resources, the financing of weapons and ammunition may permit armed forces and groups to coerce or force communities to abandon their lands and territories, depriving them of livelihoods resources such as livestock or crops. Hostile takeovers of land can also target valuable natural resources for the purpose of taxing their local trade routes or gaining access to markets and/or licit or illicit commodity flows associated with those resources.15 This is especially true in contexts of weak governance.Conflict contexts with weak governance are ripe for the proliferation of organized criminal groups and capture of revenues from the exploitation and trade of natural resources. However, this is only possible where there are market actors willing to purchase these resources and to engage in trade with armed forces and groups. This relationship may be further complicated on the ground by the different actors involved in markets and trade, which could include government authorities in customs and border protection, shell companies created to purposely distort the paper trail around this trade and subvert efforts at traceability by markets further downstream (i.e., closer to the end consumer), or direct involvement of other governments surrounding the country experiencing violent conflict to facilitate this trade. In these cases, the private sector at the local and national level, as well as buyers in international markets, may be implicated, whether the resources are legally or illegally traded. The relationship between the private sector and armed forces and groups in conflict is complex and can involve trade, arms and financial flows that may or may not be addressed by sanctions regimes, national and international regulations or other measures.Tracing conflict resources in global supply chains is inherently difficult; these materials may be one of hundreds that are part of a product purchased by an end user and may be traded through dozens of markets and jurisdictions before they end up in a manufacturing process, allowing multiple opportunities for the laundering of resources through fake certificates in the chain of custody.16 Consumer goods companies find the traceability of materials to a point of origin challenging in the best of circumstances; the complexities of a war economy and outbreak of violent conflict makes this even more complicated. However, technologies developed in recent years - including chemical markers, RFID tags and QR codes - are increasingly reliable, and the manufacturers, brands and retailers who sell products that contain conflict resources are increasingly subject to legal regimes that address these issues, depending on where they are domiciled.17 Globally, legal regimes that address conflict resources in global supply chains are still nascent, but awareness of these issues is growing in consumer markets and technological solutions to traceability and company due diligence challenges are emerging at a rapid rate.18There are many groups working to track the trade in conflict resources that DDR practitioners can collaborate with to ensure they are able to identify critical changes and shifts in the activities, tactics and potential resource flows of armed forces and groups. DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 10, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.2 Financing and sustaining conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10450, - "Score": 0.242536, - "Index": 10450, - "Paragraph": "Criminal investigations and DDR have potentially important synergies. In particular, infor- mation gathered through DDR processes may be very useful for criminal investigations. Such information does not need to be person-specific, but might focus on more general issues such as structures and areas of operation.Since criminal justice initiatives in post-conflict situations would often only be able to deal with a relatively small number of suspects, most prosecutions strategies ought to focus on those bearing the greatest degree of responsibility for crimes committed. As such, these objectives must be effectively communicated in a context of DDR processes to ensure that those participating in DDR understand whether or not they are likely to face prosecutions. Prosecutions can make positive contributions to DDR. First, at the most general level, a DDR process stands to gain if the distinction between ex-combatants and perpetrators of human rights violations can be firmly established. Obviously, not all ex-combatants are human rights violators. This is a distinction to which criminal prosecutions can make a contribution: prosecutions may serve to individualize the guilt of specific perpetrators and therefore lessen the public perception that all ex-combatants are guilty of serious crimes under international law. Second, prosecution efforts may remove spoilers and potential spoilers from threatening the DDR process. Prosecutions may remove obstacles to the demo- bilization of vast numbers of combatants that would be ready to cease hostilities but for the presence of recalcitrant commanders. A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions may foster trust in the reintegration process and enhance the prospects for trust building between ex-combatants and other citizens by pro- viding communities with some assurance that those whom they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law. The pursuit of accountability through prosecutions may also create tensions with DDR efforts. When these processes overlap, or when prosecutions are instigated early in a DDR process, some tension between prosecutions and DDR, stemming from the fact that DDR requires the cooperation of ex-combatants and their leaders, while prosecutors seek to hold accountable those responsible for criminal conduct involving violations of international humanitarian law and human rights law, may be hard to avoid. This tension may be dimin- ished by effective communications campaigns. Misinformation or partial information about prosecutions efforts may further contribute to this tension. Ex-combatants are often unin- formed of the mandate of a prosecutions process and are unaware of the basic tenets of international law. In Liberia, for example, confusion about whether or not the mandate of the Special Court for Sierra Leone covered crimes committed in Liberia initially inhibited some fighters from entering the DDR process.While these concerns deserve careful consideration, there have been a number of con- texts in which DDR processes have coexisted with prosecutorial efforts, and the latter have not created an impediment to DDR. In some situations, transitional justice measures and DDR programmes have been connected through some sort of conditionality. For example, there have been cases where combatants who have committed crimes have been offered judicial benefits in exchange for disarming, demobilizing and providing information or collaborating in dismantling the group to which they belong. There are, however, serious concerns about whether such measures comply with the international legal obligations to ensure that perpetrators of serious crimes are subject to appropriate criminal process, that victims\u2019 and societies\u2019 right to the truth is fully realized, and that victims receive an effective remedy and reparation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 8, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.1. Criminal investigations and prosecutions", - "Heading3": "", - "Heading4": "", - "Sentence": "As such, these objectives must be effectively communicated in a context of DDR processes to ensure that those participating in DDR understand whether or not they are likely to face prosecutions.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10734, - "Score": 0.242536, - "Index": 10734, - "Paragraph": "DDR programmes may include a variety of screening procedures, for example screening against eligibility criteria for entry into the programme, and screening for different kinds of skills training. Screening procedures designed to put in place measures that avoid provid- ing benefits to known or suspected violators of human rights or international humanitarian law should also be considered. Integrating a screening procedure based on human rights considerations may be more problematic in some contexts than others because of concern that it will deter combatants from entering the DDR programme. At a minimum, those ex- combatants against whom judicial investigations are pending or against whom credible allegations of perpetrating violations of international human rights law or international humanitarian law have been raised should not receive benefits until these allegations are resolved. The proposed focal point on transitional justice should correspond regularly with national and international authorities in order to develop strategies for dealing with alleged perpetrators among the ex-combatants population.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.3. Consider screening of human rights records of ex-combatants", - "Heading4": "", - "Sentence": "Integrating a screening procedure based on human rights considerations may be more problematic in some contexts than others because of concern that it will deter combatants from entering the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10761, - "Score": 0.242536, - "Index": 10761, - "Paragraph": "Locally based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants. When ex-combatants participate in these processes, they demonstrate their desire to be a part of the community again, and to take steps to repair the damage for which they are responsible. This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reintegrate. Locally based justice processes have particular potential for the reintegration of children associated with armed forces and groups.Creating links between reintegration strategies, particularly community reintegration strategies, for ex-combatants and locally-based justice processes may be one way to bridge the gap between the aims of DDR and the aims of transitional justice. UNICEF\u2019s work with locally based justice processes in support of the reintegration of children in Sierra Leone is one example.Before establishing a link with locally based processes, DDR programmes must ensure that they are legitimate and that they respect international human rights standards, includ- ing that they do not discriminate, particularly against women, and children. The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes. Additionally civil society organizations may be able to provide information and contribute to strategies for connecting DDR programmes to locally based justice processes. Finally, outreach to recipient communities may include discussions about locally based justice processes and their applicability to the situations of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.7. Consider how DDR may connect to and support legitimate locally based justice processes", - "Heading4": "", - "Sentence": "The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8892, - "Score": 0.237171, - "Index": 8892, - "Paragraph": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning. Ultimately, internationally supported DDR processes are finite and constricted by mandates and resources. Therefore, both external and national DDR practitioners shall, to the extent possible, work with (other) national stakeholders to build political will and capacities on organized crime issues. DDR practitioners shall establish relevant and appropriate partnerships to make available technical assistance on organized crime issues through expert consultations, staff training, and resource guides and toolkits.Armed forces may themselves be discharged as part of DDR processes and, at the same time, may have been actively involved in facilitating or gatekeeping illicit activities. To address the challenges posed by the entrenched interests of conflict entrepreneurs, improved law enforcement, border controls, police training and criminal justice reform is required. Where appropriate, DDR practitioners shall seek to partner with entities engaged in this type of broader security sector reform (SSR). For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall establish relevant and appropriate partnerships to make available technical assistance on organized crime issues through expert consultations, staff training, and resource guides and toolkits.Armed forces may themselves be discharged as part of DDR processes and, at the same time, may have been actively involved in facilitating or gatekeeping illicit activities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9317, - "Score": 0.235702, - "Index": 9317, - "Paragraph": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. In the case of natural resources, DDR practitioners shall ensure that they are not implementing or encouraging practices that will threaten the long-term sustainability of natural resources and the livelihoods that depend on them. They should further seek to ensure that they will not contribute to potential environment- related health problems for affected populations; this is particularly important when considering water resources, land allocation and increase in demand for natural resources by development programmes or aid groups (such as increased demand for charcoal, timber, etc. without proper natural resource management measures in place).9Finally, DDR practitioners should approach natural resource issues with conflict sensitivity to ensure that interventions do not exacerbate conflict or grievances around natural resources or other existing community tensions or grievances (such as those based on ethnic, religious, racial or other dimensions), contribute to any environmental damage, and are equipped to deal with potential tensions related to natural resource management. In particular, sectors targeted by reintegration programmes should be carefully analysed to ensure that interventions will not cause further grievances or aggravate existing tensions between communities; this may include encouraging grievance- and dispute-resolution mechanisms to be put in place.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8821, - "Score": 0.235702, - "Index": 8821, - "Paragraph": "This module provides DDR practitioners with information on the linkages between organized crime and DDR and guidance on how to include these linkages in integrated planning and assessment in an age- and gender-sensitive way. The module also aims to help DDR practitioners identify the risks and opportunities associated with incorporating organized crime considerations into DDR processes. The module highlights the role of organized crime across all phases of the peace continuum, from conflict prevention and resolution to peacekeeping, peacebuilding and longer-term development. It addresses the linkages between armed conflict, armed groups and organized crime, and outlines the ways that illicit economies can temporarily support reconciliation and sustainable reintegration. The guidance provided is applicable to mission and non-mission settings and may be relevant for all actors engaged in combating the conflict-crime nexus at local, national and regional levels.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The module also aims to help DDR practitioners identify the risks and opportunities associated with incorporating organized crime considerations into DDR processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9713, - "Score": 0.235702, - "Index": 9713, - "Paragraph": "Community violence reduction programmes have many different uses, including the prevention of recruitment. When natural resources are managed in a way that creates employment opportunities and supports development, they can help prevent or discourage the recruitment of individuals into armed forces and groups. Community-based initiatives and short-term employment opportunities that support good natural resource management, such as in infrastructure, disaster-risk reduction, rehabilitation of water resources, restoration of degraded ecosystems and others can provide needed livelihoods resources and discourage participation in other illicit activities or armed groups.In addition, CVR programmes can also be used as stop-gap reinsertion assistance when the reintegration phase of a DDR programme is delayed. The projects implemented as part of a CVR programme are determined by local priorities and can include, but are not limited to, agriculture, labour-intensive short-term employment, and infrastructure improvement. As CVR and reintegration support may sometimes be designed as one programme, particularly in non-mission settings, DDR practitioners should be aware that the guidance on reinsertion and reintegration in this module also applies to CVR. For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 47, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.3 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "The projects implemented as part of a CVR programme are determined by local priorities and can include, but are not limited to, agriculture, labour-intensive short-term employment, and infrastructure improvement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10243, - "Score": 0.234261, - "Index": 10243, - "Paragraph": "Recognizing that the success of DDR may be linked to progress in SSR, or vice versa, re- quires sensitivity to the need to invest simultaneously in related programmes. Implementation of DDR and SSR programmes is frequently hampered by the non-availability or slow disburse- ment of funds. Delays in one area due to lack of funding can mean that funds earmarked for other key activities can also be blocked. If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding. Increased use of multi-donor trust funds that address both issues represents one potential means to more effectively integrate DDR and SSR through pooled funding. National ownership is a key consideration: funding support for DDR/SSR should reflect the absorptive capacity of the state, including national resource limitations. In particular, the levels of ex-combatants integrated within the reformed security sector should be sus- tainable through national budgets. Supporting measures to enhance management and oversight of security budgeting provide an important means to support the effective use of limited resources for DDR and SSR. Improved transparency and accountability also contributes to building trust at the national level and between national authorities and international partners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.3 Funding", - "Heading4": "", - "Sentence": "If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10704, - "Score": 0.234261, - "Index": 10704, - "Paragraph": "Transitional justice practitioners working on prosecutions processes, truth commissions, reparations programmes and institutional reform initiatives should communicate with the DDR program, identify a focal point for DDR as part of their outreach activities and actively seek opportunities for information exchange and collaboration, including possible coordi- nation on public information strategies as proposed above.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.8. Transitional justice initiatives should designate a focal point for DDR", - "Heading4": "", - "Sentence": "Transitional justice practitioners working on prosecutions processes, truth commissions, reparations programmes and institutional reform initiatives should communicate with the DDR program, identify a focal point for DDR as part of their outreach activities and actively seek opportunities for information exchange and collaboration, including possible coordi- nation on public information strategies as proposed above.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9414, - "Score": 0.231455, - "Index": 9414, - "Paragraph": "During the pre-planning and preparatory assistance phase, DDR practitioners should clarify the role natural resources may have played in contributing to the causes of conflict, if any, and determine whether DDR is an appropriate response or whether there are other types of interventions that could be employed. In line with IDDRS 3.11 on Integrated Assessments, DDR practitioners should factor the linkage between natural resources and armed forces and groups, as well as organized criminal groups, into baseline assessments, programme design and exit strategies. This includes identifying the key natural resources involved in addition to key individuals, armed forces and groups, any known organized criminal groups and/or Governments who may have used (or continue to use) these particular resources to finance or sustain conflict or undermine peace. The analysis should also consider gender, disability and other intersectional considerations by examining the sex- and age- disaggregated impacts of natural resource conflicts or grievances on female ex-combatants and women associated with armed forces and groups.The assessments should seek to achieve two main objectives regarding natural resources and will form the basis for risk management. First, they should determine the role that natural resources have played in contributing to the outbreak of conflict (i.e., through grievances or other factors), how they have been used to finance conflict and how natural resources that are essential for livelihoods may have been degraded or damaged due to the conflict, or become a security factor (especially for women and girls, but also boys and men) at a community level. Secondly, they should seek to anticipate any potential conflicts or relapse into conflict that could occur as a result of unresolved or newly aggravated grievances, competition or disputes over natural resources, continued war economy dynamics, and the risk of former combatants joining ranks with criminal networks to continue exploiting natural resources. This requires working closely with national actors through coordinated interagency processes. Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes. These technical experts should also display expertise in recognizing the social, psychological and economic livelihoods issues connected to natural resources to be able to properly inform programme design. The participation of local civil society organizations and groups with knowledge on natural resources will also aid in the formation of a holistic perspective during the assessment phase. In addition, special attention should be given to gathering any relevant information on issues of access to land (both individually owned and communal), water and other natural resources, especially for women and youth.Land governance and tenure issues - including around sub-surface resource rights - are likely to be an issue in almost every context where DDR processes are implemented. DDR practitioners should identify existing efforts and potential partners working on issues of land governance and tenure and use this as a starting point for assessments to identify the risk and opportunities associated with related natural resources. Land governance will underpin all other natural resource sectors and should be a key element of any assessment carried out when planning DDR. While DDR processes cannot directly overcome challenges related to land governance issues, DDR practitioners should be aware of the risk and opportunities that current land governance issues present and do their best to mitigate these through planning and implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 14, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9879, - "Score": 0.231455, - "Index": 9879, - "Paragraph": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation. The con- siderations outlined below suggest ways that different components of DDR and SSR can relate to each other.Disarmament \\n Disarmament is not just a short term security measure designed to collect surplus weapons and ammunition. It is also implicitly part of a broader process of state regulation and con- trol over the transfer, trafficking and use of weapons within a national territory. As with civilian disarmament, disarming former combatants should be based on a level of confi- dence that can be fostered through broader SSR measures (such as police or corrections reform). These can contribute jointly to an increased level of community security and pro- vide the necessary reassurance that these weapons are no longer necessary. There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally. Where decisions affecting force size and structure provide for inefficient, unaffordable or abusive security structures this will undermine long term peace and security. Decisions should therefore be based on a rational, inclusive assess- ment by national actors of the objectives, role and values of the future security sector. One important element of the relationship between demobilization and SSR relates to the impor- tance of avoiding security vacuums. Ensuring that decisions on both the structures estab- lished to house the demobilization process and the return of demobilised ex-combatants are taken in parallel with complementary community law enforcement activities can miti- gate this concern. The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities. By contrast, failed reintegration can undermine SSR efforts by placing exces- sive pressures on police, courts and prisons while harming the security of the state and its citizens. Speed of response and adequate financial support are important since a delayed or underfunded reintegration process may skew options for SSR and limit flexibility. Ex- combatants may find employment in different parts of the formal or informal security sector. In such cases, clear criteria should be established to ensure that individuals with inappropriate backgrounds or training are not re-deployed within the security sector, weakening the effectiveness and legitimacy of relevant bodies. Appropriate re-training of personnel and processes that support vetting within reformed security institutions are therefore two examples where DDR and SSR efforts intersect.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 5, - "Heading1": "5. Rationale for linking DDR and SSR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10037, - "Score": 0.229416, - "Index": 10037, - "Paragraph": "Community security initiatives can be considered as a mechanism for both encouraging acceptance of ex-combatants and enhancing the status of local police forces in the eyes of communities (see IDDRS 4.50 on UN Police Roles and Responsibilities). Community-policing is increasingly supported as part of SSR programmes. Integrated DDR programme plan- ning may also include community security projects such as youth at risk programmes and community policing and support services (see IDDRS 3.41 on Finance and Budgeting).Community security initiatives provide an entry point for developing synergies be- tween DDR and SSR. DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level. Pooling financial and human resources including joint information campaigns may contribute to improved outreach, cost-savings and increased coherence.Box 4 DDR/SSR action points for supporting community security \\n Identify and include relevant law enforcement considerations in DDR planning. Where appropriate, coordinate reintegration with police authorities to promote coherence. \\n Assess the security dynamics of returning ex-combatants. Consider whether information generated from tracking the reintegration of ex-combatants should be shared with the national police. If so, make provision for data confidentiality. \\n Consider opportunities to support joint community safety initiatives (e.g. weapons collection, community policing). \\n Support work with men and boys in violence reduction initiatives, including GBV.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 15, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.4. Community security initiatives", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9704, - "Score": 0.229416, - "Index": 9704, - "Paragraph": "Transitional weapons and ammunition management is a series of interim arms control measures. When implemented as part of a DDR process, transitional WAM is primarily aimed at reducing the capacity of individuals and armed groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives. As outlined in section 5.2, natural resources may be exploited to finance the acquisition of weapons and ammunition. These weapons and ammunition may then be used armed forces and groups to control territory. If members of armed forces and groups refuse to disarm, for reasons of insecurity, or because they wish to maintain territorial control, DDR practitioners may, in some instances, consider supporting transitional WAM measures focused on safe and secure storage and recordkeeping. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.2 Transitional weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "When implemented as part of a DDR process, transitional WAM is primarily aimed at reducing the capacity of individuals and armed groups to engage in armed violence and conflict.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10683, - "Score": 0.228748, - "Index": 10683, - "Paragraph": "Identification of individuals that may serve as formal focal points within the DDR programme, within the UN country team working on transitional justice, and within relevant national institutions, may facilitate regular communication between DDR and transitional justice measures. DDR administrators and international and national actors working on transitional justice initiatives should plan for regular meetings as opportunities for exchange, to proac- tively deal with any possible tensions, and to explore the possibilities for effective coordination.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.3. Identify a transitional justice focal point in the DDR programme and plan regular briefing and meetings with UN and national authorities working on transitional justice measures", - "Heading4": "", - "Sentence": "Identification of individuals that may serve as formal focal points within the DDR programme, within the UN country team working on transitional justice, and within relevant national institutions, may facilitate regular communication between DDR and transitional justice measures.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9683, - "Score": 0.226134, - "Index": 9683, - "Paragraph": "Water management is a critical sector for livelihoods for use by both households and the agricultural sector as well as a potentially critical issue of grievance, depending on the conflict context. In areas where water resources have been a cause of conflict, DDR practitioners should include a full analysis of the various perspectives of those who claim any grievance over the water resource and seek opportunities to use water management as a means to promote social cohesion. Community-based approaches to water management can be employed to ensure that decision-making authority is distributed amongst key affected parties, with special attention to the inclusion of specific needs groups and vulnerable populations who need access to water for safe consumption and their livelihoods.Water resource management can also be a powerful tool to promote cross-border, inter- regional or local cooperation. In areas where water resources cross political boundaries, this may necessitate transboundary agreements. In more local areas within political boundaries, water resource management can be addressed through locally devised options. Special attention shall be paid to any risk of contamination or diversion of water resources by upstream interventions as part of or outside of DDR programmes; to ensure this, DDR practitioners should consult technical experts to complete full analyses of the risks to any important water resource and integrate local and national actors and other interagency experts into the design of reintegration efforts as necessary. Attention should also be paid to allocation of water resources at the local level, including ensuring that access is equitable and that there are proper systems in place to ensure water quality and quantity. In addition, the current and likely future effects of climate change on water resources \u2013 underground as well as surface level and contributing rainfall patterns \u2013 should be considered when determining any interventions that may affect future water access and availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 43, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.7 Reintegration support and water management", - "Heading4": "", - "Sentence": "Special attention shall be paid to any risk of contamination or diversion of water resources by upstream interventions as part of or outside of DDR programmes; to ensure this, DDR practitioners should consult technical experts to complete full analyses of the risks to any important water resource and integrate local and national actors and other interagency experts into the design of reintegration efforts as necessary.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8981, - "Score": 0.223607, - "Index": 8981, - "Paragraph": "DDR processes shall form part of overall efforts to achieve peace, considering organized crime as an element of the conflict, through a political prism rather than solely an economic one. Illicit economies should be carefully tackled to avoid unintentionally stigmatizing combatants, persons associated with armed forces and groups, and other DDR participants and beneficiaries. Political dynamics and balances of power should also be kept in mind. Given the complexities of organized crime and conflict, there are very few good practices in peace time, let alone during ongoing conflict. Nevertheless, the basis of any DDR processes should centre on a robust analysis of the local context and thorough information gathering on the dynamics of criminality and conflict.The following section provides guidance on integrating organized crime considerations into DDR planning, including in assessments such as conflict, security and political economy analysis.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall form part of overall efforts to achieve peace, considering organized crime as an element of the conflict, through a political prism rather than solely an economic one.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10910, - "Score": 0.223607, - "Index": 10910, - "Paragraph": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc. E/CN.4/2005/102/Add.1. \\n United Nations Standard Minimum Rules for the Administration of Juvenile Justice (\u201cThe Beijing Rules\u201d), 29 November 1985, UN Doc. A/RES/40/33. \\n Guidelines on Justice Matters involving Child Victims and Witnesses, 22 July 2005, Resolution 2005/20 see UN Doc. E/2005/INF/2/Add.1. \\n Basic Principles and Guidelines on the Right to a Remedy and Reparations for Victims of Gross Violations of International Human Rights Law and International Humanitarian Law, 21 March 2006, UN Doc. A/RES/60/147. \\n Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post- conflict Societies, 3 August 2004, UN Doc. S/2002/616. \\n \u2014, Resolution 1325 on Women, Peace, and Security, 31 October 2000, UN Doc. S/RES/1325. \\n \u2014, Resolution 1820 on Sexual Violence, 19 June 2008, UN Doc. S/RES/1820. Rule of Law Tools \\n Office of the High Commissioner for Human Rights, Rule of Law Tools for Post-Conflict States: Amnesties. United Nations, New York and Geneva, 2009. \\n \u2014, Rule of Law Tools for Post-Conflict States: Maximizing the Legacy of Hybrid Courts. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Reparations Programmes. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Prosecutions Initiatives. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Truth Commissions. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Vetting: An Operational Framework. United Nations, New York and Geneva, 2006.Analysis and Case Studies \\n Baptista-Lundin, Ira\u00ea, \u201cPeace Process in Mozambique\u201d. A case study on DDR and transi- tional justice. New York: International Center for Transitional Justice. \\n de Greiff, Pablo, \u201cContributing to Peace and Justice\u2014Finding a Balance Between DDR and Reparations\u201d, a paper presented at the conference Building a Future on Peace and Justice, Nuremberg, Germany (June 25-27, 2007). Available at http://www.peace-justice-conference.info/documents.asp \\n De Greiff, P. (ed.), The Handbook for Reparations, (Oxford University and The International Center for Transitional Justice, 2006) \\n King, Jamesina, \u201cGender and Reparations in Sierra Leone: The Wounds of War Remain Open\u201d in What Happened to the Women: Gender and Reparations for Human Rights Violations, edited by Ruth Rubio-Marin. New York: Social Science Research Council / International Center for Transitional Justice, pp. 246-283. \\n Mayer-Rieckh, Alexander, \u201cOn Preventing Abuse: Vetting and Other Transitional Re- forms\u201d in Justice as Prevention: Vetting Public Employees in Transitional Societies, edited by Alexander Mayer-Rieckh and Pablo de Greiff. New York: Social Science Research Council / International Center for Transitional Justice, 2007, pp. 482-521. \\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org. \\n Stockholm Initiative on Disarmament Demobilisation Reintegration, Stockholm: Ministry of Foreign Affairs of Sweden, 2006. Final Report and Background Studies available at http://www.sweden.gov.se/sb/d/4890 \\n van der Merwe, Hugo and Guy Lamb, \u201cDDR and Transitional Justice in South Africa\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Waldorf, Lars, \u201cTransitional Justice and DDR in Post-Genocide Rwanda\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Weinstein, Jeremy and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n Alie, J. \u201cReconciliation and transitional justice: Tradition-based practices of the Kpaa Mende in Sierra Leone,\u201d in Huyse, L. and \\n Salter, M. (eds.), Traditional Justice and Reconciliation after Violent Conflict: Learning from African Experiences (Stockholm: International IDEA, 2008), p. 142. \\n Waldorf, L. \u201cMass Justice for Mass Atrocity: Rethinking Local Justice as Transitional Justice\u201d, Temple Law Review 79, no. 1 (2006): pp. 1-87. \\n van der Mere, H. and Lamb, G., \u201cDDR and Transitional Justice in South Africa\u201d, a case study on DDR and transitional justice (New York: International Center for Transitional Justice, forthcoming). \\n \u201cPart 9: Community Reconciliation\u201d, in Commission for Reception, Truth and Reconciliation in East Timor, p. 4, http://www.ictj.org/static/Timor.CAVR.English/09-Community-Reconciliation. pdf (accessed on 12 August 2008).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 34, - "Heading1": "Annex C: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A case study on DDR and transitional justice.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9129, - "Score": 0.218218, - "Index": 9129, - "Paragraph": "In an organized crime\u2013conflict context, community violence reduction (CVR) can help foster social cohesion and provide ex-combatants, persons formerly associated with armed forces and groups, and other at-risk individuals with economic and social alternatives to joining armed groups and engaging in criminal activities. Community-based initiatives, such as vocational training and short-term employment opportunities, not only reduce the risk that ex-combatants will return to conflict but also that they will continue participating in illicit activities as a means to survive.CVR can also serve as a complementary measure to other DDR processes. For example, as part of transitional WAM, communities prone to violence can be encouraged to build community storage facilities or hand over a certain quantity of weapons and ammunition as a precondition for benefiting from a CVR programme. Such measures not only disrupt illicit weapons flows but encourage collective and active participation in the security of communities.Additionally, CVR efforts such as mental health and psychosocial support and empowerment initiatives for specific needs groups, including women, children and persons with drug addictions, can both prevent and reduce victimization from conflict-related criminal activities, including sexual exploitation and drug trafficking. For further information, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.3 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, as part of transitional WAM, communities prone to violence can be encouraged to build community storage facilities or hand over a certain quantity of weapons and ammunition as a precondition for benefiting from a CVR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10368, - "Score": 0.218218, - "Index": 10368, - "Paragraph": "Since the mid-1980s, societies emerging from violent conflict or repressive rule have often chosen to address past violations of international human rights law and international humani- tarian law through transitional justice measures.Transitional justice \u201ccomprises the full range of processes and measures associated with a society\u2019s attempts to come to terms with a legacy of large-scale past abuses, in order to ensure accountability, serve justice and achieve reconciliation.\u201d1 (S/2004/616) It is primarily concerned with gross violations of international human rights law2 and seri- ous violations of international humanitarian law. Transitional justice measures may in- clude judicial and non-judicial responses such as prosecutions, truth commissions, reparations programmes for victims and tools for institutional reform such as vetting. Whatever combination is chosen must be in conformity with international legal standards and obligations. This module will also provide information on locally-based processes of justice, justice for women, and justice for children.Transitional justice measures are increasingly part of the political package that is agreed to by the parties to a conflict in a cease-fire or peace agreement. Subsequently, it is not uncommon for DDR programmes and transitional justice measures to coexist in the post- conflict period. The overlap of transitional justice measures with DDR programmes can create tension. Yet the coexistence of these two types of initiatives in the immediate aftermath of conflict\u2014one focused on accountability, truth and redress and the other on security\u2014 may also contribute to achieving the long-term shared objectives of reconciliation and peace. DDR may contribute to the stability necessary to implement transitional justice ini- tiatives; and the implementation of transitional justice measures for accountability, truth, redress and institutional reform can increase the likelihood that DDR programmes will achieve their aims, by strengthening the legitimacy of the programme from the perspec- tive of the victims of violence and their communities, and contributing in this way to their willingness to accept returning ex-combatants.The relationship between DDR programmes and transitional justice measures can vary widely depending on the country context, the manner in which the conflict was fought and how it ended, and the level of involvement by the international community, among many other factors. In situations where DDR programmes and transitional justice meas- ures coexist in the field, both stand to benefit from a better understanding of their respec- tive mandates and ultimate aims. In all DDR processes there is a need to understand how DDR programmes link in with other aspects of a peace consolidation process, be they political, humanitarian, security or justice related, so as to avoid one process impacting negatively on another. UN-supported DDR aims to be people-centred, flexible, accountable and transparent; nationally owned; integrated; and well planned (see IDDRS 2.10 on the UN Approach to DDR). This module therefore further aims to contribute to an accountable DDR that is based on more systematic and improved coordination between DDR and tran- sitional justice processes so as to best facilitate the successful transition from conflict to sustainable peace.Box 1 Primary approaches to transitional justice \\n Prosecutions \u2013 are the conduct of investigations and judicial proceedings against an alleged perpetrator of a crime in accordance with international standards for the administration of justice. For the purposes of this module, the focus is on the prosecution of individuals accused of criminal conduct involving gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Prosecutions initiatives can vary. They can be broad in scope, aiming to try many perpetrators, or they can be narrowly focused on those that bear the most responsibility for the crimes committed. \\n Reparations \u2013 are a set of measures that provides redress for victims of gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Reparations can take the form of restitution, compensation, rehabilitation, satisfaction, and guarantees of non-repetition. Reparations programs have two goals: first, to provide recognition for victims because reparation are explicitly and primarily carried out on behalf of victims; and, second, to encourage trust among citizens, and between citizens and the state, by demonstrating that past abuses are regarded seriously by the new government. \\n Truth commissions \u2013 are non-judicial or quasi-judicial fact-finding bodies. They have the primary purpose of investigating and reporting on past abuses in an attempt to understand the extent and patterns of past violations, as well as their causes and consequences. The work of a commission is to help a society understand and acknowledge a contested or denied history, and bring the voices and stories of victims to the public at large. It also aims at preventing further abuses. Truth commissions can be official, local or national. They can conduct investigations and hearings, and can identify the individuals and institutions responsible for abuse. Truth commissions can also be empowered to make policy and prosecutorial recommendations. \\n Institutional reform \u2013 is changing public institutions, including those that may have perpetuated a conflict or served a repressive regime, and transforming them into institutions that are more effective and accountable and thus better able to support the transition, sustain peace and preserve the rule of law. Following a period of massive human rights abuse, building fair and efficient public institutions play a critical role in preventing future abuses. It also enables public institutions, in particular in the security and justice sectors, to provide criminal accountability for past abuses.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR may contribute to the stability necessary to implement transitional justice ini- tiatives; and the implementation of transitional justice measures for accountability, truth, redress and institutional reform can increase the likelihood that DDR programmes will achieve their aims, by strengthening the legitimacy of the programme from the perspec- tive of the victims of violence and their communities, and contributing in this way to their willingness to accept returning ex-combatants.The relationship between DDR programmes and transitional justice measures can vary widely depending on the country context, the manner in which the conflict was fought and how it ended, and the level of involvement by the international community, among many other factors.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10689, - "Score": 0.216506, - "Index": 10689, - "Paragraph": "The dissemination of public information is a crucial task of both DDR and transitional justice initiatives (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Poor coordination in public outreach may generate conflicting and par- tial messages. DDR and transitional justice should seek ways to coordinate their public information efforts. Increased consultation and coordination concerning what and how information is released to the public may reduce the spread of misinformation and rein- force the objectives of both transitional justice and DDR. The designation of a transitional justice focal point in the DDR programme, and regular meetings with other relevant UN and national actors, may facilitate discussion on how to better coordinate public informa- tion and outreach to support the goals of both DDR and transitional justice.Civil society may also play a role in public information and outreach. Working with relevant civil society organizations may help the DDR programme to reach a wider audi- ence and ensure that information offered to the public is communicated in appropriate ways, for example, in local languages or through local radio.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.4. Coordinate on public information and outreach", - "Heading4": "", - "Sentence": "The designation of a transitional justice focal point in the DDR programme, and regular meetings with other relevant UN and national actors, may facilitate discussion on how to better coordinate public informa- tion and outreach to support the goals of both DDR and transitional justice.Civil society may also play a role in public information and outreach.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9117, - "Score": 0.213201, - "Index": 9117, - "Paragraph": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). In organized crime contexts, DDR practitioners should seek to provide mediators with a contextual analysis of combatants\u2019 motives for engaging in illicit activities. They should also be aware that engaging with armed groups may confer legitimacy that impacts upon the local political economy. DDR practitioners should advise mediators to be wary of entrenching criminal interests in the peace agreement. Where feasible, DDR practitioners may advise mediators to address organized crime activities within the peace agreement, either directly or by putting in place an institutional framework to deal with these issues at a later date. Lessons learned from gang truces can be instructive and should be considered before entering a mediation process with actors involved in criminal activities.16", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9271, - "Score": 0.213201, - "Index": 9271, - "Paragraph": "1 United Nations Convention on Transnational Crime, Article 2(a). \\n 2 United Nations Convention on Transnational Crime, Article 2(b). \\n 3 United Nations Convention on Transnational Crime, Article 2 (c). \\n 4 Christina Steenkamp, \u201cThe Crime-Conflict Nexus and the Civil War in Syria\u201d, Stability, vol. 6, no. 1 (2017). \\n 5 Marina Caparini, \u201cUN Police and the Challenges of Organized Crime\u201d, Discussion Paper (SIPRI, April 2019). \\n 6 Ibid. \\n 7 Steenkamp, \u201cCrime-Conflict Nexus\u201d. \\n 8 See, for instance, UNSC resolution 2482 (2019). \\n 9 Philip Gounev and Tihomir Bezlov, Examining the Links between Organized Crime and Corruption (Centre for the Study of Democracy, 2010). \\n 10 Mark Shaw and Tuesday Reitano, \u201cGlobal Illicit Flows and Local Conflict Dynamics: The Case for Pre-Emptive Analysis and Experimental Policy Options\u201d, Crime-Conflict Nexus Series No. 2 (United Nations University, 2017). \\n 11 Caparini, \u201cUN Police\u201d. \\n 12 Heiko Nitzschke, \u201cTransforming War Economies: Challenges for Peacemaking and Peacebuilding\u201d (New York, International Peace Academy, December 2003). \\n 13 Virginia Comolli, ed., Organized Crime and Illicit Trade: How to Respond to This Strategic Challenge in Old and New Domains (Cham, Switzerland, Springer International, 2018). \\n 14 United Nations Office of Drugs and Crime, \u201cGlobal Report on Trafficking in Persons 2018, Booklet 2: Trafficking in Persons in the Context of Armed Conflict\u201d (New York, 2018). \\n 15 International Alert, \u201cOrganised Crime in Mali: Why It Matters for a Peaceful Transition from Conflict\u201d, Policy Brief (2016). \\n 16 Matt Herbert, \u201cEl Salvador\u2019s Gang Truce: A Durable Model?\u201d (Global Initiative against Transnational Organized Crime, July 2013); Charles M. Katz, E. C. Hedberg and Luis Enrique Amaya, \u201cGang Truce for Violence Prevention, El Salvador\u201d, Bulletin of the World Health Organization (June 2016). \\n 17 United Nations Environmental Programme (UNEP), \u201cThe Rise of Environmental Crime \u2013 A Growing Threat to Natural Resources, Peace, Development and Security\u201d, a UNEP-INTERPOL Rapid Response Assessment (2016); UNEP and United Nations Development Programme, \u201cThe Role of Natural Resources in Disarmament, Demobilization and Reintegration: Addressing Risks and Seizing Opportunities\u201d, (2013). \\n 18 While the Programme of Action on the illicit trade in small arms and light weapons is not a legally binding instrument, it is the only universal political framework on measures to tackle illicit trade, including in the context of organized crime. For more information about the Programme of Action, as well as the related International Tracing Instrument, see https://www.un.org/disarmament/convarms/salw/programme-of-action/.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 32, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For more information about the Programme of Action, as well as the related International Tracing Instrument, see https://www.un.org/disarmament/convarms/salw/programme-of-action/.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10570, - "Score": 0.213201, - "Index": 10570, - "Paragraph": "The IDDRS module 5.10 on Women, Gender and DDR refers to three types of female ben- eficiaries: 1) female ex-combatants, 2) female supporters, and females associated with armed forces and groups and 3) female dependents. The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive. Likewise, practitioners in the field of transitional justice seek to understand and better design means to facilitate the participation of women. Yet there is still a gap between the policy and the implementation of comprehensive approaches.The experience of women in conflict often goes beyond usual notions of victim and perpetrator. Women returning to life as civilians may face greater social barriers and exclusion than men. They may not participate in either DDR or transitional justice measures for a variety of reasons, including because of their exclusion from the agendas of these proc- esses, the refusal of armed forces and groups to release women, fear of further stigmatization, or lack of faith in public institutions to address their particular situations (for a more in-depth analysis, see IDDRS 5.10 on Women, Gender and DDR). Women\u2019s lack of partici- pation may undermine their reintegration, and prevent those among them who have also experienced human rights violations from their rights to justice or reparation, and rein- force gender biases. Yet women may also be agents of change, actively involved in efforts to make and build peace. Women and girl combatants have displayed remarkable commitment to reintegrating into communities and working for peace. In Northern Uganda, former teenage LRA combatants (themselves abducted and abused) run community projects supporting other \u2018girl mothers\u2019, provide counseling for the young abductees and care for their children, and seek reconciliation with communities they were often forced to terrorize. The trauma and victimization they endured is being transformed into a positive force for empowerment and development.Transitional justice measures may facilitate the reintegration of women associated with armed forces and groups. Prosecutions initiatives, for example, may contribute to the re- integration of women by prosecuting those involved in their forcible recruitment, and by recognizing and prosecuting crimes committed against all women, particularly rape and other forms of sexual violence. Women ex-combatants who have committed crimes should also be prosecuted. Excluding women from prosecution denies their role as participants in the armed conflict.Women have been central to the process of truth seeking, exposing hidden truths about the legacy of human rights in conflict. Many female combatants, like their male counter- parts, do not participate in truth commissions because they perceive these processes to be for victims, and they do not identify themselves as victims. Yet their participation may help the community to better understand the many dimensions of women\u2019s involvement in conflict, and in turn, increase the probability of their acceptance. Great care must be taken to ensure that women who choose to participate are well-informed as to the purpose and mandate of the truth commission, that they understand their rights in terms of confidenti- ality, and are protected from any possible harm resulting from their testimony.Women associated with armed forces and groups have frequently endured violations such as abduction, torture, and sexual violations, including rape and other forms of sexual violence, and may be eligible for reparation. Reparations may provide official acknowledge- ment of these violations, access to specialized health care related to the specific violation they have suffered, and material benefits that may facilitate their integration. Yet these women, due to frequent stigmatization, are commonly reluctant to explain what happened to them, particularly when it involves sexual violations, and often do not come forward to claim their due.Women associated with armed forces and groups are potential participants in both DDR and transitional justice measures, and both are faced with the challenge of increasing and supporting their participation. See Module 5.10 for a detailed discussion of Women, Gender, and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 14, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.6. Justice for women associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10666, - "Score": 0.213201, - "Index": 10666, - "Paragraph": "Box 6 Action points for DDR and TJ practitioners \\n Action points for DDR practitioners \\n Integrate information on transitional justice measures into the field assessment. (See Annex B for a list of critical questions.) \\n Incorporate a commitment to international humanitarian and human rights law into the design of DDR programmes. \\n Identify a transitional justice focal point in the DDR programme and plan regular briefings and meetings with UN and national authorities working on transitional justice measures. \\n Coordinate on public information and outreach. \\n Integrate information on transitional justice into the ex-combatant discharge awareness raising process. \\n Involve and prepare recipient communities. \\n Consider community based reintegration approaches. \\n Action points for TJ practitioners \\n Designate a DDR focal point \\n Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Identify a transitional justice focal point in the DDR programme and plan regular briefings and meetings with UN and national authorities working on transitional justice measures.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9214, - "Score": 0.212132, - "Index": 9214, - "Paragraph": "As State actors can be implicated in organized criminal activities in conflict and post-conflict settings, including past and ongoing violations of human rights and international humanitarian law, there may be a need to reform security sector institutions. As IDDRS 6.10 on DDR and Security Sector Reform states, SSR aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law\u201d. DDR processes that fail to coordinate with SSR can lead to further violations, such as the reappointment of human rights abusers or those engaged in other criminal activities into the legitimate security sector. Such cases undermine public faith in security sector institutions.Mistrust between the State, security providers and citizens is a potential contributing factor to the outbreak of a conflict, and one that has the potential to undermine sustainable peace, particularly if the State itself is corrupt or directly engages in criminal activities. Another factor is the integration of ex-combatants who may still have criminal ties into the reformed security sector. To avoid further propagation of criminality, vetting should be conducted prior to integration, with a special focus on any evidence relating to continued links with actors known to engage in criminal activities. Finally, Government security forces, both civilian and military, may themselves be part of rightsizing exercises. The demobilization of excess forces may be particularly difficult if these individuals have been actively involved in facilitating or gatekeeping the illicit economy, and DDR practitioners should take these dynamics into account in the design of reintegration support (see sections 7.3 and 9).SSR that encourages participatory processes that enhance the oversight roles of actors such as parliament and civil society can meet the common goal of DDR and SSR of building trust in post-conflict security governance institutions. Additionally, oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appropriate, cost effective and made in a transparent manner. For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 29, - "Heading1": "11. DDR, security sector reform and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The demobilization of excess forces may be particularly difficult if these individuals have been actively involved in facilitating or gatekeeping the illicit economy, and DDR practitioners should take these dynamics into account in the design of reintegration support (see sections 7.3 and 9).SSR that encourages participatory processes that enhance the oversight roles of actors such as parliament and civil society can meet the common goal of DDR and SSR of building trust in post-conflict security governance institutions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9005, - "Score": 0.208514, - "Index": 9005, - "Paragraph": "Crime in conflict and post-conflict settings means that DDR must be planned with three major overlapping factors in mind: \\n\\n 1. Actors: When organized crime and conflict converge, several actors may be involved, including combatants and criminal groups as well as State actors, each fuelled by particular and often overlapping motives and engagement in similar activities. Moreover, the blurring of motivations, whether they be political, social or economic, means that membership across these groups may be fluid. In this context, the success and sustainability of DDR rests not in treating armed groups as monolithic entities separate from State armed forces, but rather in making alliances with those who benefit from adopting rule-of-law procedures. The labelling of what is legal and illegal, or legitimate and illegitimate, is done by State actors and, as this is a normative decision, the definition privileges the State. Particularly in conflict settings in which State governance is weak, corrupt or contested, the binary choice of good versus bad is arbitrary and often does not reflect the views of the population. In labelling actors as organized criminal groups, potential partners in peace processes may be discouraged from engaging and become spoilers instead. \\n In DDR planning, the economic, social and political motives that persuade individuals to partake in organized criminal activities should be identified and understood. DDR practitioners should also recognize how organized crime and conflict affect particular groups of actors, such as women and children, differently. \\n\\n 2. Criminal activities: The type of criminal activity in a given conflict setting may have implications for the planning of DDR processes. While organized crime encompasses a wide range of activities, certain criminal markets frequently arise in conflict settings, including the illegal exploitation of natural resources, weapons and ammunition trafficking, drug trafficking and the trafficking of human beings. Recent conflicts also show conflict actors profiting from protection and extortion payments, as well as kidnapping for ransom and other exploitation-based crimes. Not all organized crimes are similar in nature. For example, while some organized crimes are guided by personal greed and profit, others receive local legitimacy because they address the needs of the local community amid an infrastructural and political collapse. For instance, the trafficking of licit goods, such as subsidized food products, can form an integral part of economic and livelihoods strategies. In this context, rather than being seen as criminal conduct, the activities of organized criminal networks may be viewed as a way to build parallel informal economies and greater resilience.15 \\n A number of factors relating to any given criminal economy should be considered when planning a DDR process, including the pervasiveness of the criminal economy; whether it evolved before, during or after the conflict; how violence links criminal activities to armed conflict; whether criminal activities carried out reach the threshold of the most serious crimes under international law; linkages between organized crime and terrorists and/or terrorist groups; and the labour intensiveness of criminal activities. \\n\\n 3. Context: How the local context serves as both a driver and spoiler of peacebuilding efforts is central to the planning of DDR processes, particularly reintegration. Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached. Moreover, understanding the broader economic and/or political environment in which armed conflict begins and ends allows DDR practitioners to identify entry points, potential obstacles and projections for sustainability. Although DDR processes deal with members of armed forces and groups rather than criminals, it is important to understand how local circumstances beyond the war context can affect reintegration, and the role that reintegration can play in preventing former combatants and persons formerly associated with armed groups from falling into organized crime. This includes assessing the State\u2019s role in either contributing to or deterring engagement in illicit activities, and the abilities of criminal groups to infiltrate conflict settings by appealing to former combatants. \\n UN peace operations may inadvertently contribute to criminal flows because of misguided interventions or as an indirect consequence of their presence. Interventions should be guided by the \u2018do no harm\u2019 principle, and DDR practitioners should support the formulation of context- specific DDR processes based on a sound analysis of local factors, vulnerabilities and risks, rather than by replicating past experiences. A political analysis of the local context should consider the non-exhaustive list of elements listed in table 1 and, to the extent possible, identify gender dimensions where applicable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9327, - "Score": 0.208514, - "Index": 9327, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Whether in a conflict setting or not, the State and any other regional law enforcement authorities have the responsibility to implement any criminal justice measures related to the illegal exploitation and/or trafficking of natural resources, including instances of scorched-earth policies or other violations of humanitarian or human rights law. DDR practitioners shall also take into account any international or regional sanctions regimes in place against the export of natural resources. At times when the State itself is directly involved in these activities, DDR practitioners must be aware and factor this risk into interventions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 9347, - "Score": 0.208514, - "Index": 9347, - "Paragraph": "In contexts with poor governance, weak diversification and poor sectoral linkages, natural resources may be exploited to sustain the political and military agendas of armed forces and/or other groups.10 This dynamic contributes to a broader war economy that may incentivize unsustainable exploitation, resource grabs and human rights abuses that may be related, although not exhaustively, to the environment and natural resources.11 When captured by armed forces and groups, or organized criminal groups, high-value commodity sectors with significant global demand - such as minerals, oil and gas, timber and other agricultural commodities - represent a serious threat to peace, security and development.12 This may occur with high-value commodities including charcoal, timber, ivory, gems and minerals, as well as agricultural commodities like cocoa and or palm oil. This trade links conflict actors to the global economy and ultimately to the end consumer of the good or service, thereby implicating a multitude of stakeholders from local private sector to regional and global multi-national enterprises and their investors.13The exploitation of natural resources and associated environmental stresses, such as the contamination of soils, air or water during extraction processes, can impact all phases of the conflict cycle, from contributing to the outbreak and perpetuation of violence to undermining prospects for peace. In addition, the environment itself may be damaged through scorched-earth tactics in order to harm specific groups of people or to render land and areas unusable by opposing groups. In extreme cases, land can also be damaged when communities are significantly displaced, where populations may be forced to degrade the natural resource base in order to survive. This environmental damage, coupled with the collapse of institutions and governance practices, can present significant risks that threaten people\u2019s health, livelihoods and undermine security. It may also undermine a country\u2019s capacity to achieve the 2030 Agenda for Sustainable Development, as well as exacerbate vulnerabilities to climate change and natural disasters.Identifying the role of natural resources in armed conflict is a necessary starting point to effectively address the factors that may have caused or sustained conflict, could trigger a relapse into violence, or may impede the process of consolidating sustainable peace. Analyses and assessments on environmental and natural resource issues can help DDR practitioners to identify the ways in which natural resources are intentionally and/or inadvertently utilized, exploited, depleted and destroyed as part of conflict. While the UN has increasingly adopted guidance on integrating natural resource considerations into its peacebuilding assessments and interventions, in practice, natural resources are still too often considered as \u201ctoo hard to fix\u201d and as an issue to be addressed at a later stage in the recovery or peacebuilding process. However, doing so fails to take into account the broad and changing nature of threats to national and international security, as well as opportunities for natural resource management to contribute to sustainable peace.Integrating natural resource management issues into peacebuilding \u2013 and DDR in particular \u2013 should be seen as a security imperative following the strong linkages between natural resources and conflict. Deferred action or uninformed choices made early on often establish unsustainable trajectories of recovery that can undermine long-term peace and stability. At the same time, natural resource management offers important opportunities for sustainable livelihoods recovery, employment creation and reconciliation.The following sections provide a frame of reference to support the improved consideration of natural resources in DDR processes. In order to apply this frame, DDR practitioners should seek the appropriate expertise and work across different national and international agencies to gather the information related to natural resources needed to inform interventions.The relationship between natural resources, the environment and conflict is multidimensional and complex, but three principal pathways can be drawn. These pathways are described in more detail in the following sections:", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 8, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Analyses and assessments on environmental and natural resource issues can help DDR practitioners to identify the ways in which natural resources are intentionally and/or inadvertently utilized, exploited, depleted and destroyed as part of conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9576, - "Score": 0.208514, - "Index": 9576, - "Paragraph": "During reinsertion, DDR participants and beneficiaries can work on labour-intensive but unskilled activities that help them to build their capacity and contribute to natural resource management. Examples of specific activities are included in the box below.Box 4. Sample quick-impact projects Soil conservation and stabilization \\n - the construction of soil conservation structures, including terracing or planting of soil stabilizing vegetation \\n - stabilization of riverbanks and other natural flood control structures through increased vegetation Restoration of degraded or deforested lands \\n - reforestation or afforestation of degraded sites, where determined to be ecologically appropriate, ideally with native species \\n - establishment of renewable wood lots for firewood and charcoal \\n - restoration of riverine vegetation Reparation of critical public infrastructures for sanitation, water and transportation \\n - desilting of irrigation canals and construction of rainwater catchments or earth dams \\n - reparation of roads, drainage canals, groundwater wells, irrigation canals and sanitation infrastructure \\n - development of systems for municipal sanitation, including recycling and creation of designated areas for wasteThese types of activities are especially important in rural areas where many people depend on agriculture for their livelihoods. In urban areas, priority should be given to sanitation and access to water and health-related activities that will ensure that high-density areas are safe to live in. Activities designed to restore specific ecosystem functions, such as the restoration of mangroves to protect coastal communities from hurricanes or typhoons, or the stabilization of hillsides and mountains from heavy rains through reforestation or afforestation, can also improve the resiliency of local communities to the increased frequency of natural disasters that accompany climate change. These efforts can be integrated into broader climate security efforts as well, though interagency coordination.DDR practitioners should prioritize investment in infrastructure projects that strengthen environmental resilience against future crises like climate change and natural disasters. The objective of addressing natural resources during the reinsertion phase of a DDR programme is to improve strengthen environmental resilience and lay the groundwork for sound, sustainable management of natural resources. Where possible, reinsertion activities should be linked to longer-term reintegration support (see Table 4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 29, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.1 Quick-impact projects in natural resource management", - "Heading4": "", - "Sentence": "The objective of addressing natural resources during the reinsertion phase of a DDR programme is to improve strengthen environmental resilience and lay the groundwork for sound, sustainable management of natural resources.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9525, - "Score": 0.204124, - "Index": 9525, - "Paragraph": "Natural resource management can have profound implications on public health. For example, the use of firewood and charcoal for cooking can lead to significant respiratory problems and is a major health concern, particularly for women and children in many countries. Improved access to energy resources, can help to mitigate this (see section 7.3.4). Other key health concerns include waste management and water management, both natural resource management issues that can be addressed through CVR and reintegration programmes. DDR practitioners should include these considerations into assessments and seek to improve health conditions through natural resource management wherever possible. Other areas where health is implicated is related to the deforestation and degradation of land. Pushing the forest frontier can lead to increased exposure of local populations to wildlife that may transmit disease, even leading to the outbreak of pandemics. DDR practitioners should identify areas that have experienced high rates of deforestation and target them for reforestation and other ecosystem rehabilitation activities wherever possible, according to the results of assessments and risk considerations. For further guidance, see IDDRS 5.70 on Health and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.4 Health considerations", - "Heading4": "", - "Sentence": "For further guidance, see IDDRS 5.70 on Health and DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9551, - "Score": 0.204124, - "Index": 9551, - "Paragraph": "Where the exploitation of natural resources is an entrenched part of the war economy and linked to the activities of armed forces and groups, as well as organized criminal groups, natural resources can be leveraged as a means of gaining control over certain territories and accessing weapons and ammunition. The main concern of DDR practitioners will be to support efforts to break the linkages between the flows of natural resources used to finance the acquisition of weapons and ammunition, including by working with actors involved in the implementation and monitoring of sanctions, including the UN Group of Experts, and contributing to strengthening the capacity of the security sector to reduce illicit weapons and ammunition flows. This can be difficult in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such cases, transitional weapons and ammunition management approaches may be needed (see section 8.2).In order to ensure that security objectives are achieved, DDR practitioners should examine the role of natural resources in the acquisition of weapons and ammunition and how weapons and ammunition result in control over natural resources and access to the revenues from their trade. DDR practitioners should collaborate with relevant interagency stakeholders to ensure that natural resources are no longer used to finance the acquisition of weapons and ammunition for armed groups undergoing disarmament and demobilization or by individual combatants being disarmed and demobilized. When planning the destruction of weapons and ammunition, DDR practitioners should consider the environmental impact of the planned destruction. For further guidance on disarmament, see IDDRS 4.10 on Disarmament.Disarmament: Key questions \\n - How are weapons and ammunition being acquired? Are natural resource exploited to finance this? \\n - What steps can be taken to prevent the trade and trafficking of natural resources by armed forces and groups and/or by organized criminal groups? \\n - In conflict settings, what steps can be taken to disrupt the flow of trafficked weapons in order to reduce the capacity of individuals and groups to engage in armed conflict and save lives? \\n - How can DDR programmes highlight the constructive roles of women who may have engaged in the illicit trafficking of weapons and/or conflict? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n - How can DDR programmes address the presence of children associated with armed forces and groups whom may have been used in the exploitation of natural resources? \\n - To what extent would the removal of weapons jeopardize security and economic opportunities for male and female ex-combatants and communities, including land tenure and access to critical livelihoods resources? \\n - When disarmament is currently impossible, can DDR related tools, such as transitional WAM be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons? \\n - Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities? \\n - Is there evidence of armed forces engaging in criminal activities related to natural resources, including illicit trafficking of natural resources, related crimes against humanity, war crimes and serious human rights violations, and what are the risks of incorporating weapons and ammunition collected during disarmament into national stockpiles?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 27, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should collaborate with relevant interagency stakeholders to ensure that natural resources are no longer used to finance the acquisition of weapons and ammunition for armed groups undergoing disarmament and demobilization or by individual combatants being disarmed and demobilized.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9960, - "Score": 0.204124, - "Index": 9960, - "Paragraph": "Vetting is a particularly contentious issue in many post-conflict contexts. However, sensi- tively conducted, it provides a means of enhancing the integrity of security sector institutions through ensuring that personnel have the appropriate background and skills.12 Failure to take into account issues relating to past conduct can undermine the development of effec- tive and accountable security institutions that are trusted by individuals and communities. The introduction of vetting programmes should be carefully considered in relation to minimum political conditions being met. These include sufficient political will and ade- quate national capacity to implement measures. Vetting processes should not single out ex-combatants but apply common criteria to all members of the vetted institution. Minimum requirements should include relevant skills or provision for re-training (particularly im- portant for ex-combatants integrated into reformed law enforcement bodies). Criteria should also include consideration of past conduct to ensure that known criminals, human rights abusers or perpetrators of war crimes are not admitted to the reformed security sector. (See IDDRS 6.20 on DDR and Transitional Justice.)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.7. Vetting", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS 6.20 on DDR and Transitional Justice.)", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10096, - "Score": 0.204124, - "Index": 10096, - "Paragraph": "A first step in the pre-mission planning stage leading to the development of a UN concept of operations is the initial technical assessment (see IDDRS 3.10 on Integrated DDR Planning). In most cases, this is now conducted through a multidimensional technical assessment mission. Multidimensional technical assessment missions represent an entry point to begin en- gaging in discussion with SSR counterparts on potential synergies between DDR and SSR. If these elements are already reflected in the initial assessment report submitted to the Secretary-General, it is more likely that the provisions that subsequently appear in the mis- sion mandate for DDR and SSR will be coherent and mutually supportive.Box 6 Indicative SSR-related questions to include in assessments \\n Is there a strategic policy framework or a process in place to develop a national security and justice strategy that can be used to inform DDR decision-making? \\n Map the security actors that are active at the national level as well as in regions particularly relevant for the DDR process. How do they relate to each other? \\n What are the regional political and security dynamics that may positively or negatively impact on DDR/SSR? \\n Map the international actors active in DDR/SSR. What areas do they support and how do they coordinate? \\n What non-state security providers exist and what gaps do they fill in the formal security sector? A\\n re they supporting or threatening the stability of the State? Are they supporting or threatening the security of individuals and communities? \\n What oversight and accountability mechanisms are in place for the security sector at national, regional and local levels? \\n Do security sector actors play a role or understand their functions in relation to supporting DDR? \\n Is there capacity/political will to play this role? \\n What are existing mandates and policies of formal security sector actors in providing security for vulnerable and marginalised groups? \\n Are plans for the DDR process compatible with Government priorities for the security sector? \\n Do DDR funding decisions take into account the budget available for the SSR process as well as the long-run financial means available so that gaps and delays are avoided? \\n What is the level of national management capacity (including human resource and financial aspects) to support these programmes? \\n Who are the potential champions and spoilers in relation to the DDR and SSR processes? \\n What are public perceptions toward the formal and informal security sector?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.1. Multidimensional technical assessment mission", - "Heading4": "", - "Sentence": "\\n Map the international actors active in DDR/SSR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8874, - "Score": 0.204124, - "Index": 8874, - "Paragraph": "DDR practitioners shall be aware of the way that crime can influence politics in the country in which they operate and avoid inadvertently feeding harmful dynamics. For example, DDR participants may seek to negotiate for political positions in exchange for violence reduction, without necessarily stepping away from their links to organized criminal groups.9 In these scenarios, DDR practitioners shall consider wider strategies to strengthen institutions, fight corruption and foster good governance. DDR practitioners shall be aware that without safeguards, DDR processes may inadvertently legitimize illicit flows of both licit and illicit commodities, and corruption in political and State institutions. The establishment of prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, and any other violation of human rights.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware that without safeguards, DDR processes may inadvertently legitimize illicit flows of both licit and illicit commodities, and corruption in political and State institutions.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9847, - "Score": 0.204124, - "Index": 9847, - "Paragraph": "The UN has recognised in several texts and key documents that inter-linkages exist between DDR and SSR.2 This does not imply a linear relationship between different activities that involve highly distinct challenges depending on the context. It is essential to take into account the specific objectives, timelines, stakeholders and interests that affect these issues. However, understanding the relationship between DDR and SSR can help identify synergies in policy and programming and provide ways of ensuring short to medium term activities associated with DDR are linked to broader efforts to support the development of an effec- tive, well-managed and accountable security sector. Ignoring how DDR and SSR affect each other may result in missed opportunities or unintended consequences that undermine broader security and development goals.The Secretary-General\u2019s report Securing Peace and Development: the Role of the United Nations in Security Sector Reform (S/2008/39) of 23 January 2008 describes SSR as \u201ca process of assessment, review and implementation as well as monitoring and evalu- ation led by national authorities that has as its goal the enhancement of effective and accountable security for the State and its peoples without discrimination and with full respect for human rights and the rule of law.\u201d3 The security sector includes security pro- viders such as defence, law enforcement, intelligence and border management services as well as actors involved in management and oversight, notably government ministries, legislative bodies and relevant civil society actors. Non-state actors also fulfill important security provision, management and oversight functions. SSR therefore draws on a diverse range of stakeholders and may include activities as varied as political dialogue, policy and legal advice, training programmes and technical and financial assistance.While individual activities can involve short term goals, achieving broader SSR objec- tives requires a long term perspective. In contrast, DDR tends to adopt a more narrow focus on ex-combatants and their dependents. Relevant activities and actors are often more clearly defined and limited while timelines generally focus on the short to medium-term period following the end of armed conflict. But the distinctions between DDR and SSR are potentially less important than the convergences. Both sets of activities are preoccupied with enhancing the security of the state and its citizens. They advocate policies and programmes that engage public and private security actors including the military and ex-combatants as well as groups responsible for their management and oversight. Decisions associated with DDR contribute to defining central elements of the size and composition of a country\u2019s security sector while the gains from carefully executed SSR programmes can also generate positive consequences on DDR interventions. SSR may lead to downsizing and the conse- quent need for reintegration. DDR may also free resources for SSR. Most significantly, considering these issues together situates DDR within a developing security governance framework. If conducted sensitively, this can contribute to the legitimacy and sustainability of DDR programmes by helping to ensure that decisions are based on a nationally-driven assessment of applicable capacities, objectives and values.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "3. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR may also free resources for SSR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10159, - "Score": 0.204124, - "Index": 10159, - "Paragraph": "Transitional political arrangements offer clear entry points and opportunities to link DDR and SSR. In particular, transitional arrangements often have a high degree of legitimacy when they are linked to peace agreements and can be used to prepare the ground for longer term reform processes. However, a programmatic approach to SSR that offers opportunities to link DDR to longer term governance objectives may require levels of political will and legiti- mate governance institutions that will most likely only follow the successful completion of national elections that meet minimum democratic standards.During transitional periods prior to national elections, SSR activities should address immediate security needs linked to the DDR process while supporting the development of sustainable national capacities. Building management capacity, promoting an active civil society role and identifying practical measures such as a security sector census or improved payroll system can enhance the long term effectiveness and sustainability of DDR and SSR programmes. In the absence of appropriate oversight mechanisms for the security sector, supporting an ad hoc mechanism to oversee the DDR process, which includes a coordina- tion mechanism for DDR and SSR, should be considered. Such provision should include the subsequent transfer of competencies to formal oversight bodies.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.3. Transitional arrangements", - "Heading4": "", - "Sentence": "In the absence of appropriate oversight mechanisms for the security sector, supporting an ad hoc mechanism to oversee the DDR process, which includes a coordina- tion mechanism for DDR and SSR, should be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10487, - "Score": 0.204124, - "Index": 10487, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10146, - "Score": 0.200446, - "Index": 10146, - "Paragraph": "Peace processes serve as an early opportunity to ensure DDR and SSR concerns are included on the national agenda and linked within a common framework.15 While DDR decisions often form part of agreements, the relationship between these provisions and decisions on the size and nature of post-conflict security forces frequently reflect the immediate priorities and interests of the different parties\u2014such as maintaining a power base and rewarding allies\u2014rather than being determined by the security needs of the state and its citizens. In supporting peace processes, SSR concerns should therefore influence approach and substance.Where feasible, decisions within peace agreements on demobilization and retention of ex-combatants should be informed by the needs of the future security sector. Level 6 Linkages with other Processes DDR and Security Sector Reform 21 6.10 needs of the future security sector. Given that SSR frameworks will evolve long after the conclusion of peace negotiations, flexibility is important to ensure that parties are not tightly bound to decisions (e.g. on force size) that later prove unrealistic. However, agreement on the broad frameworks of subsequent SSR processes, especially commitments to consultative mechanisms, can provide parties with confidence in and commitment to both the initial DDR programme and recognition of the linkages with longer term SSR requirements. The provision of both DDR and SSR expertise within negotiations can ensure coherence between the two processes. In particular, it is important that advisers promote a broad understanding of SSR that links reform of security providers to issues of management, oversight and accountability. Providing expertise drawn from the same region and ensuring a role for regional political organisations in negotiations may provide additional credibility through their contextual awareness and legitimacy.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 20, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.2. Peace agreements", - "Heading4": "", - "Sentence": "Peace processes serve as an early opportunity to ensure DDR and SSR concerns are included on the national agenda and linked within a common framework.15 While DDR decisions often form part of agreements, the relationship between these provisions and decisions on the size and nature of post-conflict security forces frequently reflect the immediate priorities and interests of the different parties\u2014such as maintaining a power base and rewarding allies\u2014rather than being determined by the security needs of the state and its citizens.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2425, - "Score": 0.5547, - "Index": 2425, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2625, - "Score": 0.532414, - "Index": 2625, - "Paragraph": "The aim of the assessment mission is to develop an in-depth understanding of the key DDR-related areas, in order to ensure efficient, effective and timely planning and resource mobilization for the DDR programme. The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Conduct of the DDR assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2589, - "Score": 0.488678, - "Index": 2589, - "Paragraph": "After establishing a strategic objectives and policy framework for UN support for DDR, the UN should start developing a detailed programmatic and operational framework. Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implemen- tation and management of joint activities among actors in the UN system.In general, the programme design cycle should consist of three main phases: \\n Detailed field assessments: A detailed field assessment builds on the initial technical assess- ment described earlier, and is intended to provide a basis for developing the full DDR programme, as well as the implementation and operational plan. The main issues that should be dealt with in a detailed assessment include: \\n\\n the political, social and economic context and background of the armed conflict; \\n\\n the causes, dynamics and consequences of the armed conflict; \\n\\n the identification of participants, potential partners and others involved; \\n\\n the distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n the institutional capacities of national stakeholders in areas related to DDR; \\n\\n a survey of socio-economic conditions and the capacity of local communities to absorb ex-combatants and their dependants; \\n\\n preconditions and other factors influencing prospects for DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation; \\n Detailed programme development and costing of requirements: A DDR \u2018programme\u2019 is a framework that provides an agreed-upon blueprint (i.e., detailed plan) for how DDR will be put into operation in a given context. It also provides the basis for developing operational or implementation plans that provide time-bound information on how individual DDR tasks and activities will be carried out and who will be responsible for doing this. Designing a comprehensive DDR programme is a time- and labour-intensive process that usually takes place after a peacekeeping mission has been authorized and deployment in the field has started. In most cases, the design of a comprehensive UN programme on DDR should be integrated with the design of the national DDR programme and architecture, and linked to the design of programmes in other related sectors as part of the overall transition and recovery plan; \\n Development of an implementation plan: Once a programme has been developed, planning instruments should be developed that will aid practitioners (UN, non-UN and national government) to implement the activities and strategies that have been planned. Depen- ding on the scale and scope of a DDR programme, an implementation or operations plan usually consists of four main elements: implementation methods; time-frame; a detailed work plan; and management arrangements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.4. Phase IV: Development of a programme and operational framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2535, - "Score": 0.485071, - "Index": 2535, - "Paragraph": "This module outlines a general planning process and framework for providing and struc- turing UN support for national DDR efforts in a peacekeeping environment. This planning process covers the actions carried out by DDR practitioners from the time a conflict or crisis is put on the agenda of the Security Council to the time a peacekeeping mission is formally established by a Security Council resolution, with such a resolution assigning the peace- keeping mission a role in DDR. This module also covers the broader institutional requirements for planning post-mission DDR support. (See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.)The planning process and requirements given in this module are intended to serve as a general guide. A number of factors will affect the various planning processes, including: \\n The pace and duration of a peace process: A drawn-out peace process gives the UN, and the international community generally, more time to consult, plan and develop pro- grammes for later implementation (the Sudanese peace process is a good example); \\n Contextual and local realities: The dynamics and consequences of conflict; the attitudes of the actors and other parties associated with it; and post-conflict social, economic and institutional capacities will affect planning for DDR, and have an impact on the strategic orientation of UN support; \\n National capacities for DDR: The extent of pre-existing national and institutional capacities in the conflict-affected country to plan and implement DDR will considerably affect the nature of UN support and, consequently, planning requirements. Planning for DDR in contexts with weak or non-existent national institutions will differ greatly from planning DDR in contexts with stable and effective national institutions; \\n The role of the UN: How the role of the UN is defined in general terms, and for DDR specifically, will depend on the extent of responsibility and direct involvement assumed by national actors, and the UN\u2019s own capacity to complement and support these efforts. This role definition will directly influence the scope and nature of the UN\u2019s engagement in DDR, and hence requirements for planning; \\n Interaction with other international and regional actors: The presence and need to collaborate with international or regional actors (e.g., the European Union, NATO, the African Union, the Economic Community of West African States) with a current or potential role in the management of the conflict will affect the general planning process.In addition, this module provides guidance on: \\n adapting the DDR planning process to the broader framework of mission and UN country team planning in post-conflict contexts; \\n linking the UN planning process to national DDR planning processes; \\n the chronological stages and sequencing (i.e., the ordering of activities over time) of DDR planning activities; \\n the different aspects and products of the planning process, including its political (peace process and Security Council mandate), programmatic/operational and organizational/ institutional dimensions; \\n the institutional capacities required at both Headquarters and country levels to ensure an efficient and integrated UN planning process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2435, - "Score": 0.474342, - "Index": 2435, - "Paragraph": "The identification of DDR participants affects the size and scope of a DDR programme. DDR participants are usually prioritized according to their political status or by the actual or potential threat to security and stability that they represent. They can include regular armed forces, irregular armed groups, militias and paramilitary groups, self\u00addefence groups, members of private security companies, armed street gangs, vigilance brigades and so forth.Among the beneficiaries are communities, who stand to benefit the most from improved security; local and state governments; and State structures, which gain from an improved capacity to regulate law and order. Clearly defining DDR beneficiaries determines both the operational role and the expected impacts of programme implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.2. DDR participants", - "Sentence": "The identification of DDR participants affects the size and scope of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2683, - "Score": 0.464238, - "Index": 2683, - "Paragraph": "The assessment mission should document the relative capacities of the various potential DDR partners (UN family; other international, regional and national actors) in the mission area that can play a role in implementing (or supporting the implementation of) the DDR programme.UN funds, agencies and programmes \\n UN agencies can perform certain functions needed for DDR. The resources available to the UN agencies in the country in question should be assessed and reflected in discussions at Headquarters level amongst the agencies concerned. The United Nations Development Programme may already be running a DDR programme in the mission area. This, along with support from other members of the DDR inter-agency forum, will provide the basis for the integrated DDR unit and the expansion of the DDR operation into the peacekeeping mission, if required.International and regional organizations \\n Other international organizations, such as the World Bank, and other regional actors may be involved in DDR before the arrival of the peacekeeping mission. Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme. The various NGOs contain a wide range of expertise, from child protection and gender issues to small arms, they tend to have a more intimate awareness of local culture and are an integral partner in a DDR programme of a peacekeeping mission. The assessment mission should identify the major NGOs that can work with the UN and the government, and should involve them in the planning process at the earliest opportunity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "DRR planning and implementation partners", - "Sentence": "Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2601, - "Score": 0.458831, - "Index": 2601, - "Paragraph": "A DDR strategy and plan should remain flexible so as to be able to deal with changing circumstances and demands at the country level, and should possess a capacity to adapt in order to deal with shortcomings and new opportunities. Continuation planning involves a process of periodic reviews, monitoring and real-time evaluations to measure performance and impact during implementation of the DDR programme, as well as revisions to programmatic and operational plans to make adjustments to the actual implementation process. A DDR programme does not end with the exit of the peacekeeping mission. While security may be restored, the broader task of linking the DDR programme to overall development, i.e., the sustainable reintegration of ex-com- batants and long-term stability, remains. It is therefore essential that the departure of the peacekeeping mission is planned with the UN country team as early as possible to ensure that capacities are sufficiently built up in the country team for it to assume the full financial, logistic and human resources responsibilities for the continuation of the longer-term aspects of the DDR programme. A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 8, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.5. Phase V: Continuation and transition planning", - "Heading3": "", - "Heading4": "", - "Sentence": "A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2742, - "Score": 0.456435, - "Index": 2742, - "Paragraph": "The integrated DDR unit, in general terms, should fulfil the following functions: \\n Political and programme management: The chief and deputy chief of the integrated DDR unit are responsible for the overall political and programme management. Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme. Seconded personnel from UN agencies, funds and programmes will work in this section to contribute to the joint planning and coordination of the DDR programme. Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme. This includes short\u00adterm disarmament activities, such as weapons collection and registration, but also longer\u00adterm disarmament activities that support the establishment of a legal regime for the control of small arms and light weapons, and other community weapons collection initiatives. Where mandated, this component will coordinate with the military to assist in the destruction of weapons, ammunition and unexploded ordnance; \\n Reintegration: This component plans the economic and social reintegration strategies. It also plans the reinsertion programme to ensure consistency and coherence with the overall reintegration strategy. It needs to work closely with other parts of the mission facilitating the return and reintegration of internally displaced persons (IDPs) and refugees; \\n Monitoring and evaluation: This component is responsible for setting up and monitoring indicators to measure the achievements in all phases of the DDR programme. It also conducts DDR\u00adrelated surveys such as small arms baseline surveys, profiling of parti\u00ad cipants and beneficiaries, mapping of economic opportunities, etc.; \\n Public information and sensitization: This component works to develop the public informa\u00ad tion and sensitization strategy for the DDR programme. It draws on the direct support of the public information unit in the peacekeeping mission, but also employs other information dissemination personnel within the mission, such as the military, police and civil affairs officers, as well as local mechanisms such as theatre groups, adminis\u00ad trative structures, etc.; \\n Administrative and financial management: This is a small component of the unit, which may be seconded from an integrating UN entity to support the programme delivery aspect of the DDR unit. Its role is to utilize the administrative and financial capacities of the UN country office; \\n Regional DDR offices: These are the regional implementing components of the DDR unit, which would implement programmes at the local level in close cooperation with the other regionalized components of civil affairs, military, police, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.1. Components of the integrated DDR unit", - "Heading3": "", - "Heading4": "", - "Sentence": "Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2333, - "Score": 0.449013, - "Index": 2333, - "Paragraph": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implementation and management of joint activities among actors in the UN system.In general, the programme design cycle consists of three main stages: \\n I: Conducting a detailed field assessment; \\n II: Preparing the programme document and budget; \\n III: Developing an implementation plan.Given that the support provided by the UN for DDR forms one part of a larger multi\u00ad stakeholder process, the development of a UN programme and implementation framework should be carried out with national and other counterparts, and, as far as possible, should be combined with the development of a national DDR programme.There are several frameworks that can be used to coordinate programme develop\u00adment efforts. One of the most appropriate frameworks is the post\u00adconflict needs assess\u00adment (PCNA) process, which attempts to define the overall objectives, strategies and activi\u00adties for a number of different interventions in different sectors, including DDR. The PCNA represents an important mechanism to ensure consistency between UN and national objec\u00adtives and approaches to DDR, and defines the specific role and contributions of the UN, which can then be fed into the programme development process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 3, - "Heading1": "4. The programme design cycle", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implementation and management of joint activities among actors in the UN system.In general, the programme design cycle consists of three main stages: \\n I: Conducting a detailed field assessment; \\n II: Preparing the programme document and budget; \\n III: Developing an implementation plan.Given that the support provided by the UN for DDR forms one part of a larger multi\u00ad stakeholder process, the development of a UN programme and implementation framework should be carried out with national and other counterparts, and, as far as possible, should be combined with the development of a national DDR programme.There are several frameworks that can be used to coordinate programme develop\u00adment efforts.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2468, - "Score": 0.442326, - "Index": 2468, - "Paragraph": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.), the main or longer\u00ad term strategic objectives should be clearly defined, together with the outcomes the UN is supporting. These provide a strategic framework for organizing and anchoring relevant activities and outputs; \\n Baseline data: For each specific objective, the initial starting point should be briefly described. In the absence of hard quantitative baseline data, give a qualitative descrip\u00ad tion of the current situation. Defining the baseline is a critical part of monitoring and evaluating the performance and impact of programmes; \\n Indicative activities: For each objective, a list of indicative activities should be provided in order to give a sense of the range and kind of activities that need to be implemented so as to achieve the expected outputs and objectives. For the general results frame\u00ad work, these do not need to be complete or highly detailed, but they must be sufficient to provide a sense of the underlying strategy, scope and range of actions that will be implemented; \\n Intervals: Activities and priority outputs should be have precise time\u00adlines (preferably specific dates). For each of these dates, indicate the expected level of result that should be achieved. This should allow an overview of how each relevant component of the programme is expected to progress over time and what has to be achieved by what date; \\n Targets and monitoring indicators: For each activity there should be an observable target, objectively verifiable and useful as a monitoring indicator. These indicators will vary depending on the activity, and they do not always have to be quantitative. For example, \u2018reduction in perceptions of violence\u2019 is as useful as \u201815 percent of ex\u00adcombatants success\u00ad fully reintegrated\u2019; \\n Inputs: For each activity or output there should be an indication of inputs and their costs. General cost categories should be used to identify the essential requirements, which can include staff, infrastructure, equipment, operating expenses, service contracts, grants, consultancies, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.1. General results framework", - "Heading3": "", - "Heading4": "", - "Sentence": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3100, - "Score": 0.420596, - "Index": 3100, - "Paragraph": "A national technical planning and coordination body, responsible for the design and im- plementation of the DDR programme, should be established. The national coordinator/ director of this body oversees the day-to-day management of the DDR programme and ensures regular reporting to the NCDDR. The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.1. National DDR agency", - "Heading4": "", - "Sentence": "The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2036, - "Score": 0.416025, - "Index": 2036, - "Paragraph": "When developing an M&E strategy as part of the overall process of programme development, several important principles are relevant for DDR: \\n Planners shall ensure that baseline data (data that describes the problem or situation before the intervention and which can be used to later provide a point of comparison) and relevant performance indicators are built into the programme development process itself. Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2116, - "Score": 0.408248, - "Index": 2116, - "Paragraph": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes. A more meaningful approach is to identify the various types of impacts or issues to be analysed, and to construct composite (i.e., a group of) indi\u00ad cators as part of an overall methodological approach to evaluating the programme. The following factors usually form the basis from which an evaluation\u2019s focus is defined: \\n Relevance describes the extent to which the objectives of a programme or project remain valid and pertinent (relevant) as originally planned, or as modified owing to changing circumstances within the immediate context and external environment of that pro\u00ad gramme or project. Relevance can also include the suitability of a particular strategy or approach for dealing with a specific problem or issue. A DDR\u00adspecific evaluation could focus on the relevance of cantonment\u00adbased demobilization strategies, for instance, in comparison with other approaches (e.g., decentralized registration of combatants) that perhaps could have more effectively achieved the same objectives; \\n Sustainability involves the success of a strategy in continuing to achieve its initial objec\u00ad tives even after the end of a programme, i.e., whether it has a long\u00adlasting effect. In a DDR programme, this is most important in determining the long\u00adterm viability and effectiveness of reintegration assistance and the extent to which it ensures that ex\u00ad combatants remain in civilian life and do not return to military or violence\u00adbased livelihoods. Indicators in such a methodology include the viability of alternative eco\u00ad nomic livelihoods, behavioural change among ex\u00adcombatants, and so forth; \\n Impact includes the immediate and long\u00adterm consequences of an intervention on the place in which it is implemented, and on the lives of those who are assisted or who benefit from the programme. Evaluating the impact of DDR includes focusing on the immediate social and economic effects of the return of ex\u00adcombatants and their inte\u00ad gration into social and economic life, and the attitudes of communities and the specific direct or indirect effects of these on the lives of individuals; \\n Effectiveness measures the extent to which a programme has been successful in achieving its key objectives. The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs. This is a different way of focusing on the impact of a pro\u00ad gramme, because it places more emphasis on how economically resources were used to achieve specific outcomes. In certain cases, a DDR programme might have been successful in demobilizing and reintegrating a significant number of ex\u00adcombatants, and improving the welfare of host communities, but used up a disproportionately large share of resources that could have been better used to assist other groups that were not covered by the programme. In such a case, a lack of programme efficiency limited the potential scope of its impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 11, - "Heading1": "7. Evaluations", - "Heading2": "7.3. Selection of results and indicators for evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2316, - "Score": 0.408248, - "Index": 2316, - "Paragraph": "Each programme design cycle, including the disarmament, demobilization and reintegration (DDR) programme design cycle, has three stages: (1) detailed field assessments; (2) detailed programme development and costing of requirements; and (3) development of an implemen\u00ad tation plan. Throughout the programme design cycle, it is of the utmost importance to use a flexible approach. While experiencing each stage of the cycle and moving from one stage to the other, it is important to ensure coordination among all the participants and stakeholders involved, especially national stakeholders. A framework that would probably work for integrated DDR programme design is the post\u00adconflict needs assessment (PCNA), which ensures consistency between United Nations (UN) and national objectives, while consider\u00ad ing differing approaches to DDR.Before the detailed programme design cycle can even begin, a comprehensive field needs assessment should be carried out, focusing on areas such as the country\u2019s social, economic and political context; possible participants, beneficiaries and partners in the DDR programme; the operational environment; and key priority objectives. This assessment helps to establish important aspects such as positive or negative factors that can affect the outcome of the DDR programme, baseline factors for programme design and identification of institutional capacities for carrying out DDR.During the second stage of the cycle, key considerations include identifying DDR participants and beneficiaries, as well as performance indicators, such as reintegration oppor\u00ad tunities, the security situation, size and organization of the armed forces and groups, socio\u00adeconomic baselines, the availability and distribution of weapons, etc. Also, methodolo\u00ad gies for data collection together with analysis of assessment results (quantitative, qualitative, mass surveys, etc.) need to be decided.When developing DDR programme documents, the central content should be informed by strategic objectives and outcomes, key principles of intervention, preconditions and, most importantly, a strategic vision and approach. For example, in determining an overall strategic approach to DDR, the following questions should be asked: (1) How will multiple components of DDR programme design reflect the realities and needs of the situation? (2) How will eligibility criteria for entry in the DDR programme be determined? (3) How will DDR activities be organized into phases and in what order will they take place within the recom\u00ad mended programme time\u00adframe? (4) Which key issues are vital to the implementation of the programme? Defining the overall approach to DDR defines how the DDR programme will, ultimately, be put into operation.When developing the results and budgeting framework, an important consideration should be ensuring that the programme that is designed complies with the peacekeeping results\u00adbased budgeting framework, and establishing a sequence of stages for the implemen\u00ad tation of the programme.The final stage of the DDR programme design cycle should include developing planning instruments to aid practitioners (UN, non\u00adUN and government) to implement the activities and strategies that have been planned. When formulating the sequence of stages for the implementation of the programme, particular attention should be paid to coordinated management arrangements, a detailed work plan, timing and methods of implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "(2) How will eligibility criteria for entry in the DDR programme be determined?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2321, - "Score": 0.408248, - "Index": 2321, - "Paragraph": "This module provides guidance on how to develop a DDR programme. It is therefore the fourth stage of the overall DDR planning cycle, following the assessment of DDR require\u00ad ments (which forms the basis for the DDR mandate) and the development of a strategic and policy framework for UN support to DDR (which covers key objectives, activities, basic insti\u00ad tutional/operational requirements, and links with the joint assessment mission (JAM) and other processes; also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).This module does not deal with the actual content of DDR processes (which is covered in IDDRS Levels 4 and 5), but rather describes the methods, procedures and steps neces\u00ad sary for the development of a programme strategy, results framework and operational plan. Assessments are essential to the success or failure of a programme, and not a mere formality.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides guidance on how to develop a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1983, - "Score": 0.407307, - "Index": 1983, - "Paragraph": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1962, - "Score": 0.400892, - "Index": 1962, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2278, - "Score": 0.400892, - "Index": 2278, - "Paragraph": "A trust fund is a mechanism used to receive and manage donor funds to achieve a broad aim as opposed to carrying out a specific project. As such, it is established as a separate accounting entity with a designated trust fund manager (an AA, in this case), as well as a governance structure that decides on the allocation of received funding, and is responsible for monitoring and evaluating how funds have been used. When located within an overall funding structure, these structures would be linked or merged with the coordination com- mittee and its respective subsidiary organs. In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).A trust fund is a mechanism used to receive and manage donor funds to achieve a broad aim as opposed to carrying out a specific project. As such, it is established as a separate accounting entity with a designated trust fund manager (an AA, in this case), as well as a governance structure that decides on the allocation of received funding, and is responsible for monitoring and evaluating how funds have been used. When located within an overall funding structure, these structures would be linked or merged with the coordination com- mittee and its respective subsidiary organs. In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.4.Trust funds", - "Heading4": "", - "Sentence": "In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2457, - "Score": 0.400892, - "Index": 2457, - "Paragraph": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component. These may be annexed to the original programme document or developed as separate documents. Each strategy should include the following: \\n the objective of the component; \\n the strategic approach and methods adopted for its implementation; \\n an explanation of how key issues and considerations will be dealt with; \\n an overview of the implementation process and key activities necessary to achieve the objective.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.6. DDR strategies", - "Heading3": "", - "Heading4": "", - "Sentence": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2772, - "Score": 0.400892, - "Index": 2772, - "Paragraph": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit. The staff induction plan specifies the recruitment and deployment priorities for the personnel in the DDR unit, who will be hired at different times during the mission start\u00adup period. The plan will assist the mission support compo\u00ad nent to recruit and deploy the appropriate personnel at the required time. The following template may be used in the development of the staff induction plan:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.4. Staff induction plan", - "Heading3": "", - "Heading4": "", - "Sentence": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2282, - "Score": 0.40032, - "Index": 2282, - "Paragraph": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan. For this reason, DDR planning and programme officers should participate at all levels of the fund management structure, and the same information management systems should be used. Changes to programme strat- egy should be immediately reflected in the way in which the funding structure is organized and approved by the key stakeholders involved. With respect to financial monitoring and reporting, the members of the funding facility secretariat should maintain close links with the monitoring and evaluation staff of the integrated DDR section, and use the same metho- dologies, frameworks and mechanisms as much as possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.7. Coordination of planning, monitoring and reporting", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2763, - "Score": 0.396297, - "Index": 2763, - "Paragraph": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme. The list below provides an example of a relatively large mission DDR unit appointment list, which may be adapted to suit mission\u00adspecific needs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.3. Personnel requirements of the DDR unit .", - "Heading3": "", - "Heading4": "", - "Sentence": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2160, - "Score": 0.392232, - "Index": 2160, - "Paragraph": "The aim of this module is to provide DDR practitioners in Headquarters and the field, in peacekeeping missions as well as field-based UN agencies, funds and programmes with a good understanding of: \\n the major DDR activities that need to be considered and their associated cost; \\n the planning and budgetary framework used for DDR programming in a peacekeeping environment; \\n potential sources of funding for DDR programmes, relevant policies guiding their use and the key actors that play an important role in funding DDR programmes; \\n the financial mechanisms and frameworks used for DDR fund and programmes man- agement.Specifically, the module outlines the policies and procedures for the mobilization, man- agement and allocation of funds for DDR programmes, from planning to implementation. It provides substantive information about the budgeting process used in a peacekeeping mission (including the RBB framework) and UN country team. It also discusses the funding mechanisms available to support the launch and implementation of DDR programmes and ensure coordination with other stakeholders involved in the funding of DDR programmes. Finally, it outlines suggestions about how the UN\u2019s financial resources for DDR can be managed as part of the broader framework for DDR, defining national and international responsibilities and roles, and mechanisms for collective decision-making.The module does not deal with the specific policies and procedures of World Bank funding of DDR programmes. It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2652, - "Score": 0.387298, - "Index": 2652, - "Paragraph": "A good understanding of the overall security situation in the country where DDR will take place is essential. Conditions and commitment often vary greatly between the capital and the regions, as well as among regions. This will influence the approach to DDR. The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme. A situation where combatants can be disarmed and demobilized, but their safety when they return to their areas of reintegration cannot be guaranteed will also be problematic.The capacity of local authorities to provide security for commanders and disarmed com- batants to carry out voluntary or coercive disarmament must be carefully assessed. A lack of national capacity in these two areas will seriously affect the resources needed by the peacekeeping force. UN military, civilian police and support capacities may be required to perform this function in the early phase of the peacekeeping mission, while simultaneously developing national capacities to eventually take over from the peacekeeping mission. If this security function is provided by a non-UN multinational force (e.g., an African Union or NATO force), the structure and processes for joint planning and operations must be assessed to ensure that such a force and the peacekeeping mission cooperate and coordinate effec- tively to implement (or support the implementation of) a coherent DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "The security situation", - "Sentence": "The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2431, - "Score": 0.3849, - "Index": 2431, - "Paragraph": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place). These figures determine the complexity, size and resource requirements for the programme, and must be estimated at the programme design stage.The extent to which a DDR programme directly includes activities that formally belong to other sectors determines its scope or extent (i.e., exactly how much it is going to try and achieve). In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration. Today, most DDR programmes include or take account of activities relating to SSR (such as weapons control and regulation), peace\u00adbuilding and reconciliation, and community recovery and reconstruction (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.1. Scale and scope", - "Sentence": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2585, - "Score": 0.377964, - "Index": 2585, - "Paragraph": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development. DDR practitioners shall be required to identify four key elements to create this framework: \\n the overall strategic objectives of UN engagement in DDR in relation to national pri- orities (see Annex C for an example of how DDR aims may be developed); \\n the key DDR tasks of the UN (see Annex C for related DDR tasks that originate from the strategic objectives); \\n an initial organizational and institutional framework (see IDDRS 3.42 on Personnel and Staffing for the establishment of the integrated DDR unit and IDDRS 3.30 on National Institutions for DDR); \\n the identification of other national and international stakeholders on DDR and the areas of engagement of each.The policy and strategy framework for UN support for DDR should ideally be developed after the establishment of the mission, and at the same time as its actual deployment. Several key issues should be kept in mind in developing such a framework: \\n To ensure that this framework adequately reflects country realities and needs with respect to DDR, its development should be a joint effort of mission planners (whether Headquarters- or country-based), DDR staff already deployed and the UN country team; \\n Development of the framework should also involve consultations with relevant national counterparts, to ensure that UN engagement is consistent with national planning and frameworks; \\n The framework should be harmonized \u2014 and integrated \u2014 with other UN and national planning frameworks, notably Department of Peacekeeping Operations (DPKO) results-based budgeting frameworks, UN work plans and transitional appeals, and post-conflict needs assessment processes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.3. Phase III: Development of a strategic and policy framework (strategic planning)", - "Heading3": "", - "Heading4": "", - "Sentence": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2700, - "Score": 0.377964, - "Index": 2700, - "Paragraph": "A detailed, realistic and achievable DDR implementation annex in the comprehensive peace agreement. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing technical support to the parties at the peace talks to support the development of: \\n 1. Clear and sound DDR approaches for the different identified groups, with a focus on social and economic reintegration; \\n 2. An equal emphasis on vulnerable identified groups (children, women and disabled people) in or associated with the armed forces and \\n groups; \\n 3. A detailed description of the disposition and deployment of armed forces and groups (local and foreign) to be included in the DDR programme; \\n 4. A realistic time-line for the commencement and duration of the DDR programme; \\n 5. Unified national political, policy and operational mechanisms to support the implementation of the DDR programme; \\n 6. A clear division of labour among parties (government and party x) and other implementing partners (DPKO [civilian, military]; UN agencies, funds and programmes; international financial organizations [World Bank]; and local and international NGOs).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #1", - "Heading4": "", - "Sentence": "A realistic time-line for the commencement and duration of the DDR programme; \\n 5.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3115, - "Score": 0.377964, - "Index": 3115, - "Paragraph": "Given the size and sensitivities of resource allocation to large DDR operations, an independ- ent financial management, contracts and procurement unit for the national DDR programme should be established. This unit may be housed within the national DDR institution or entrusted to an international partner. A joint national\u2013international management and over- sight system may be established, particularly when donors are contributing significant funds for DDR. This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 11, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.2. Independent financial management unit", - "Heading4": "", - "Sentence": "This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2644, - "Score": 0.376889, - "Index": 2644, - "Paragraph": "Post-conflict political transition processes generally experience many difficulties. Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme. This assessment may mean that the start of any DDR activities may have to be delayed until issues that may prevent the full commitment of all the parties involved in the DDR programme have been sorted out. For this reason, mechanisms must be established in the peace agreement to mediate the inevitable differences that will arise among the parties, in order to prevent them from under- mining or holding up the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Transition problems and mediation mechanisms", - "Sentence": "Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2633, - "Score": 0.375, - "Index": 2633, - "Paragraph": "A genuine commitment of the parties to the process is vital to the success of DDR. Commit- ment on the part of the former warring parties, as well as the government and the community at large, is essential to ensure that there is national ownership of the DDR programme. Often, the fact that parties have signed a peace agreement indicating their willingness to be dis- armed may not always represent actual intent (at all levels of the armed forces and groups) to do so. A thorough understanding of the (potentially different) levels of commitment to the DDR process will be important in determining the methods by which the international community may apply pressure or offer incentives to encourage cooperation. Different incentive (and disincentive) structures are required for senior-, middle- and lower-level members of an armed force or group. It is also important that political and military com- manders (senior- and middle-level) have sufficient command and control over their rank and file to ensure compliance with DDR provisions agreed to and included in the peace agreement.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Political will", - "Sentence": "Commit- ment on the part of the former warring parties, as well as the government and the community at large, is essential to ensure that there is national ownership of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2299, - "Score": 0.365636, - "Index": 2299, - "Paragraph": "DDR objective statement. The DDR objective statement draws its legal foundation from Security Council mission mandates. It is important to note that the DDR objective will not be fully achieved in the lifetime of the peacekeeping mission, although certain specific activities such as the (limited) physical disarmament of combatants may be completed. Other important aspects of DDR such as reintegration, establishment of the legal framework, and the technical and logistic capacity to destroy or make safe small arms and light weapons all extend beyond the duration of a peacekeeping mission. In this regard, the objective statement must reflect the contribution of the peacekeeping mission to the \u2018progress towards\u2019 the DDR objective. \\n SAMPLE DDR OBJECTIVE STATEMENT \\n \u2018Progress towards the disarmament, demobilization and reintegration of members of armed forces and groups, including meeting the specific needs of women and children associated with such groups, as well as weapons control and destruction\u2019Indicators of achievement. The targeted achievement should include the following dimensions: (1) include no more than five clear and measurable indicators; (2) in the first year of a DDR programme, the most important indicators of achievement should relate to the political will of the government to develop and implement the DDR programme; and (3) include baseline information from which increases/decreases are measured.SAMPLE SET OF DDR INDICATORS OF ACHIEVEMENT \\n \u2018Transitional Government of National Unity adopts legislation establishing national and subnational DDR institutions, and related weapons control law\u2019 \\n \u2018Establishment of national and sub-national DDR authorities\u2019 \\n \u2018Development of a national DDR programme\u2019 \\n \u201834,000 members of armed forces and groups participate in disarmament, demobilization and community-based reintegration programmes, including 14,000 children released to return to their families\u2019 \\n \u2018Destroyed 4,000 of an estimated 20,000 weapons established in a small arms baseline survey conducted in January 2005\u2019Outputs. When developing the DDR outputs for an RBB framework, programme managers should bear in mind the following considerations: (1) specific references to the time-frame for implementation should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) the beneficiaries or recipients of the mission\u2019s efforts should be included in the output description; and (4) the verb should precede the output definition (e.g., Destroyed 9,000 weapons; Chaired 10 community sensitization meetings).SAMPLE SET OF DDR OUTPUTS \\n \u2018Provided technical support (advice and programme development support) to the National DDR Coordination Council (NDDRCC), regional DDR commissions and their field structures, in collaboration with international financial institutions, international development organizations, non-governmental organizations and donors, in the development and implementation of a national DDR programme for all armed forces and groups\u2019 \\n \u2018Provided technical support (advice and programme development support) to assist the government in strengthening its capacity (legal, institutional, technical and physical) in the areas of weapons collection, control, management and destruction\u2019 \\n \u2018Conducted 10 training courses on DDR and weapons control for the military and civilian authorities in the first 6 months of the mission mandate\u2019 \\n \u2018Supported the DDR institutions to collect, store, control and destroy (where applicable and necessary) weapons, as part of the DDR programme\u2019 \\n \u2018Conducted with the DDR institutions and in partnership with international research institutions, small arms survey, economic and market surveys, verification of the size of the DDR caseload and eligibility criteria to support the planning of a comprehensive DDR programme in x\u2019 \\n \u2018Developed options (eligibility criteria, encampment options and integration in civil administration) for force reduction process for the government of national unity\u2019 \\n \u2018Disarmed and demobilized 15,000 allied militia forces, including provided related services such as feeding, clothing, civic education, medical profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Disarmed and demobilized 5,000 members of special groups (women, disabled and veterans), including provided related services such as feeding, clothing, civic education, medical, profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Negotiated and secured the release of 14,000 (UNICEF estimate) children associated with the armed forces and groups, and facilitated their return to their families within 12 months of the mission\u2019s mandate\u2019 \\n \u2018Developed, coordinated and implemented reinsertion support at the community level for 34,000 armed individuals, as well as individuals associated with the armed forces and groups (women and children), in collaboration with the national DDR institutions, and other UN funds, programmes and agencies. Community-based DDR projects include: transitional support programmes; labour-intensive public works; microenterprise support; training; and short-term education support\u2019 \\n \u2018Developed, coordinated and implemented community-based weapons for quick-impact projects programmes in 40 communities in x\u2019 \\n \u2018Developed and implemented a DDR and small arms sensitization and community mobilization programme in 6 counties of x, inter alia, to develop consensus and support for the national DDR programme at national, regional and local levels, and in particular to encourage the participation of women in the DDR programme\u2019 \\n \u2018Organized 10 regional workshops on DDR with x\u2019s military and civilian authorities\u2019External factors. When developing the external factors of the DDR RBB framework, pro- gramme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that have been included in the indicators of achievement.SAMPLE SET OF EXTERNAL FACTORS \\n \u2018Political commitment on the part of the parties to the peace agreement to implement the programme\u2019 [rather than \u2018Transitional Government of National Unity adopts legislation establishing national and sub-national DDR institutions, and related weapons control laws\u2019 \u2014 which was stated as an indicator of achievement above] \\n \u2018Commitment of non-signatories to the peace process to support the DDR programme\u2019 \\n \u2018Timely and adequate funding support from voluntary sources\u2019", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 31, - "Heading1": "Annex D.1: Developing an RBB framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The targeted achievement should include the following dimensions: (1) include no more than five clear and measurable indicators; (2) in the first year of a DDR programme, the most important indicators of achievement should relate to the political will of the government to develop and implement the DDR programme; and (3) include baseline information from which increases/decreases are measured.SAMPLE SET OF DDR INDICATORS OF ACHIEVEMENT \\n \u2018Transitional Government of National Unity adopts legislation establishing national and subnational DDR institutions, and related weapons control law\u2019 \\n \u2018Establishment of national and sub-national DDR authorities\u2019 \\n \u2018Development of a national DDR programme\u2019 \\n \u201834,000 members of armed forces and groups participate in disarmament, demobilization and community-based reintegration programmes, including 14,000 children released to return to their families\u2019 \\n \u2018Destroyed 4,000 of an estimated 20,000 weapons established in a small arms baseline survey conducted in January 2005\u2019Outputs.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2338, - "Score": 0.365148, - "Index": 2338, - "Paragraph": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing. The scope and depth of this detailed field assessment will depend on the amount of information gathered in previous assessments, such as the technical assessment mission. The current political and military situation in the country concerned and the amount of access possible to areas where combatants are located should also be carefully considered; \\n Thematic areas of focus: The detailed field assessment should deepen understanding, analysis and assessments conducted in the pre\u00admission period. It therefore builds on information gathered on the following thematic areas: \\n\\n political, social and economic context and background; \\n\\n causes, dynamics and consequences of the armed conflict; \\n\\n identification of specific groups, potential partners and others involved in the discussion process; \\n\\n distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n institutional capacities of national stakeholders in areas related to DDR; \\n\\n survey of socio\u00adeconomic conditions and local capacities to absorb ex\u00adcombatants and their dependants; \\n\\n preconditions and other factors that will influence DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation. \\n\\n (Also see Annex B of IDDRS 3.10 on Integrated DDR Planning: Processes and Structures.); \\n Expertise: The next step is to identify the DDR expertise required. Assessment teams should be composed of specialists in all aspects of DDR (see IDDRS Level 5 for more information on the different needs that have to be met during a DDR mission). To ensure coherence with the political process and overall objectives of the peacekeeping mandate, the assessment should be led by a member of the UN DDR unit; \\n Local participation: Where the political situation allows, national and local participation in the assessment should be emphasized to ensure that local analyses of the situation, the needs and appropriate solutions are reflected and included in the DDR pro\u00ad gramme. There is a need, however, to be aware of local bias, especially in the tense immediate post\u00adconflict environment; \\n Building confidence and managing expectations: Where possible, detailed field assessments should be linked with preparatory assistance projects and initiatives (e.g., community development programmes and quick\u00adimpact projects) to build confidence in and support for the DDR programme. Care must be taken, however, not to raise unrealistic expec\u00ad tations of the DDR programme; \\n Design of the field assessment: Before starting the assessment, DDR practitioners should: \\n\\n identify the research objectives and indicators (what are we assessing?); \\n\\n identify the sources and methods for data collection (where are we going to obtain our information?); \\n\\n develop appropriate analytical tools and techniques (how are we going to make sense of our data?); \\n\\n develop a method for interpreting the findings in a practical way (how are we going to apply the results?); \\n Being flexible: Thinking about and answering these questions are essential to developing a well\u00addesigned approach and work plan that allows for a systematic and well\u00adstructured data collection process. Naturally, the approach will change once data collection begins in the field, but this should not in any way reduce its importance as an initial guiding blueprint.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 4, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.2. Planning for an assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2039, - "Score": 0.364662, - "Index": 2039, - "Paragraph": "M&E is far more than periodic assessments of performance. Particularly with complex processes like DDR, with its diversity of activities and multitude of partners, M&E plays an important role in ensuring constant qual\u00adity control of activities and processes, and it also provides a mechanism for periodic evaluations of performance in order to adapt strategies and deal with the problems and bottlenecks that inevitably arise. Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process. Although strategies will differ a great deal in different contexts, key guiding questions that should be asked when designing an effec\u00ad tive framework for M&E include: \\n What objectives should an M&E strategy and framework measure? \\n What elements should go into a work plan for reporting, monitoring and evaluating performance and results? \\n What key indicators are important in such a framework? \\n What information management systems are necessary to ensure timely capture of appro\u00ad priate data and information? \\n How can the results of M&E be integrated into programme implementation and used to control quality and adapt processes?The following section discusses these and other key elements involved in the develop\u00ad ment of an M&E work plan and strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2466, - "Score": 0.361158, - "Index": 2466, - "Paragraph": "A key part of programme design is the development of a logical framework that clearly defines the hierarchy of outputs, activities and inputs necessary to achieve the objectives and outcomes that are being aimed at. In line with the shift towards results\u00adbased pro\u00ad gramming, such logical frameworks should focus on determining how to achieve the planned outcomes within the time that has been made available. This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process. Naturally, the two are complementary and should con\u00ad tain common elements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2391, - "Score": 0.353553, - "Index": 2391, - "Paragraph": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom. It is different from an implementation plan (which is often more technical), provides time\u00adlines and information on how individual DDR tasks and activities will be carried out, and assigns responsibilities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 10, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2877, - "Score": 0.353553, - "Index": 2877, - "Paragraph": "DDR Programme Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n work with local authorities and civil society organizations to facilitate and implement all aspects of the DDR programme \\n represent the DDR Unit in mission internal regional meetings; \\n work closely with DDR partners at the regional level to facilitate collection, safe storage and accountable collection of small arms and light weapons. Ensure efficient, account\u00ad able and transparent management of all field facilities pertaining to community\u00adspecific DDR projects; \\n plan and support activities at the regional level pertaining to the community arms col\u00ad lection and development including: (1) capacity\u00adbuilding; (2) sensitization and public awareness\u00adraising on the dangers of illicit weapons circulating in the community; (3) implementation of community project; \\n monitor, evaluate and report on all field project activities; monitor and guide field staff working in the project, including the coordination of sensitization and arms col\u00ad lection activities undertaken by Field Assistants at regional level; \\n ensure proper handling of project equipment and accountability of all project resources. \\n\\n Core values are integrity, professionalism and respect for diversity", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 17, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.6: DDR Programme Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2456, - "Score": 0.353553, - "Index": 2456, - "Paragraph": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme. Baseline data and indicators are only useful, however, if their collec\u00ad tion, distribution, analysis and use are systematically managed. DDR programmes should have a good monitoring and information system that is integrated with the entire DDR programme, allowing for information collected in one component to be available in another, and for easy cross\u00adreferencing of information. The early establishment of an information management strategy as part of the overall programme design will ensure that an appro\u00ad priate monitoring and evaluation system can be developed once the programme is finalized (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.6. Monitoring and evaluation", - "Sentence": "The early establishment of an information management strategy as part of the overall programme design will ensure that an appro\u00ad priate monitoring and evaluation system can be developed once the programme is finalized (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2255, - "Score": 0.351763, - "Index": 2255, - "Paragraph": "Given the complexity and scope of DDR interventions, as well as the range of stakeholders involved, parallel initiatives, both UN and non-UN, are inevitable. Links shall be created between the national and UN DDR frameworks to ensure that these do not duplicate or otherwise affect overall coherence. The basic requirement of good coordination between integrated and parallel processes is an agreement on common strategic, planning and policy frameworks, which should be based on national policy priorities, if they exist. Structurally, stakeholders involved in parallel initiatives should participate on the steering and coordi- nation committees of the DDR funding structure, even though the actual administration and management of funds takes place outside this framework. This will avoid duplication of efforts and ensure a link to operational coordination, and enable the development of an aggregated/consolidated overall budget and work plan for DDR. Normal parallel funding mechanisms include the following: \\n Mission financing: Although the UN peacekeeping mission is a key component of the overall UN integrated structure for DDR, its main funding mechanism (assessed contri- butions) is managed directly by the mission itself in coordination with DPKO Head- quarters, and cannot be integrated fully into the DDR funding structure. For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.) might choose to finance programmes that are parallel to integrated efforts, and which are directly implemented by national or sub-national partners. In this context, it is important to ensure that these donors are active participants in DDR and the funding structures involved, and to ensure adequate operational coordination (particularly to ensure that the intended geographic areas and beneficiaries are covered by the programme).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.4. Linking parallel funding mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.)", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2172, - "Score": 0.344124, - "Index": 2172, - "Paragraph": "The primary purpose of DDR is to build the conditions for sustainable reintegration and reconciliation at the community level. Therefore, both early, adequate and sustainable funding and effective and transparent financial management arrangements are vital to the success of DDR programmes. Funding and financial management must be combined with cost-efficient and effective DDR programme strategies that both increase immediate security and contribute to the longer-term reintegration of ex-combatants. Strategies containing poorly conceived eligibility criteria, a focus on individual combatants, up-front cash incentives, weapons buy-back schemes and hastily planned re- integration programmes must be avoided. They are both a financial drain and will not help to achieve the purpose of DDR.Programme managers should be aware that the reliance on multiple sources and mechanisms for funding DDR in a peacekeeping environment has several implications: \\n First, most programmes experience a gap of about a year from the time funds are pledged at a donors\u2019 conference to the time they are received. Payment may be further delayed if there is a lack of donor confidence in the peace process or in the implemen- tation of the peace agreement; \\n Second, the peacekeeping assessed budget is a predictable and reliable source of funding, but a lack of knowledge about what can or cannot be carried out with this source of funding, lack of clarity about the budgetary process and late submissions have all lim- ited the contributions of the peacekeeping assessed budget to the full DDR programme; \\n Third, the multiple funding sources have, on occasion, resulted in poorly planned and unsynchronized resource mobilization activities and unnecessary duplication of administrative structures. This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2493, - "Score": 0.344124, - "Index": 2493, - "Paragraph": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that make up the indicators of achievement.For an example of an RBB framework for DDR in Sudan, see Annex G; also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.4. External factors", - "Sentence": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2724, - "Score": 0.342997, - "Index": 2724, - "Paragraph": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles. The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices. Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities. Therefore, the selection and maintenance of integrated DDR unit personnel, based on a memorandum of understanding (MoU) between the Department of Peacekeeping Operations (DPKO) and the United Nations Development Programme (UNDP), is defined by the following principles: joint management of the DDR unit (in this case, management by a peacekeeping mission chief and UNDP chief); secondment of an administrative and finance cell by UNDP; second\u00ad ment of staff from other United Nations (UN) entities assisted by project support staff to fulfil the range of needs for an integrated DDR unit; and, finally, continuous links with other parts of the peacekeeping mission for the development of a joint DDR planning and programming approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2147, - "Score": 0.340207, - "Index": 2147, - "Paragraph": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors. When the World Bank (with its Multi-Donor Trustfund) plays a leading role in supporting a national DDR programme, funding is normally provided for all demobilization and reintegration activities, while additional World Bank International Development Association (IDA) loans are also provided. In these instances, funding comes from a single source and is largely guaranteed.In instances where the United Nations (UN) takes the lead, several sources of funding may be brought together to support a national DDR programme. Funds may include con- tributions from the peacekeeping assessed budget; core funding from the budgets of UN agencies, funds and programmes; voluntary contributions from donors to a UN-managed trust fund; bilateral support from a Member State to the national programme; and contribu- tions from the World Bank.In a peacekeeping context, funding may come from some or all of the above funding sources. In this situation, a good understanding of the policies and procedures governing the employment and management of financial support from these different sources is vital to the success of the DDR programme.Since several international actors are involved, it is important to be aware of important DDR funding requirements, resource mobilization options, funding mechanisms and finan- cial management structures for DDR programming. Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful. The peacekeeping assessed budget process, which covers military, personnel and operational costs, is vital to DDR programming within the UN peace- keeping context. Both in and outside the UN system, rapid response funds are available. External sources of funding include voluntary donor contributions, the World Bank Post- Conflict Fund, the Multi-Country Demobilization and Reintegration Programme (MDRP), government grants and agency in-kind contributions.Once funds have been committed to DDR programmes, there are different funding mechanisms that can be used and various financial management structures for DDR pro- grammes that can be created. Suitable to an integrated DDR plan is the Consolidated Appeals Process (CAP), which is the normal UN inter-agency planning, coordination and resource mobilization mechanism for the response to a crisis. Transitional appeals, Post-Conflict Needs Assessments (PCNAs) and international donors\u2019 conferences usually involve govern- ments and are applicable to the conflict phase. In the case of RBB, programme budgeting that is defined by clear objectives, indicators of achievement, outputs and influence of external factors helps to make funds more sustainable. Effective financial management structures for DDR programmes are based on a coherent system for ensuring flexible and sustainable financing for DDR activities. Such a coherent structure is guided by, among other factors, a coordinated arrangement for the funding of DDR activities and an agreed framework for joint DDR coordination, monitoring and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2844, - "Score": 0.338062, - "Index": 2844, - "Paragraph": "DDR Field Officer (P4\u2013P3)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Field Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 15, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.4: DDR Field Officer (P4\u2013P3)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2446, - "Score": 0.33541, - "Index": 2446, - "Paragraph": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance. This often involves proving combatant status or membership of an armed force or group. It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract. When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme. In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.4. Eligibility criteria", - "Sentence": "When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2583, - "Score": 0.33541, - "Index": 2583, - "Paragraph": "The report of the Secretary-General to the Security Council sometimes contains proposals for the mandate for peace operation. The following points should be considered when pro- viding inputs to the DDR mandate: \\n It shall be consistent with the UN approach to DDR; \\n While it is important to stress the national aspect of the DDR programme, it is also necessary to recognize the immediate need to provide capacity-building support to increase or bring about national ownership, and to recognize the political difficulties that may complicate national ownership in a transitional situation.Time-lines for planning and implementation should be realistic. The Security Council, when it establishes a multidimensional UN mission, may assign DDR responsibilities to the UN. This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited. What is important to note is that the nature of a DDR mandate, if one is given, may differ from the recommended concept of operations, for political and other reasons.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.2. Mission mandate on DDR", - "Heading4": "", - "Sentence": "This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2451, - "Score": 0.334077, - "Index": 2451, - "Paragraph": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes. Moreover, there may also be risks or stigma attached to obeying such orders (i.e., fear of reprisals), which discour\u00ad ages people from taking part in the programme. In such cases, incentive schemes, e.g., the offering of individual or collective benefits, may be used to overcome the combatants\u2019 concerns and encourage participation. It is important also to note that awareness\u00adraising and public information on the DDR pro\u00adgramme can also help towards overcoming combatants\u2019 concerns about entering a DDR programme.Incentives may be directly linked to the disarmament, demobilization or reintegration components of DDR, although care should be taken to avoid the perception of \u2018cash for weapons\u2019 or weapons buy\u00adback programmes when these are linked to the disarmament component. If used, incentives should be taken into consideration in the design of the overall programme strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.5. Incentive schemes", - "Sentence": "It is important also to note that awareness\u00adraising and public information on the DDR pro\u00adgramme can also help towards overcoming combatants\u2019 concerns about entering a DDR programme.Incentives may be directly linked to the disarmament, demobilization or reintegration components of DDR, although care should be taken to avoid the perception of \u2018cash for weapons\u2019 or weapons buy\u00adback programmes when these are linked to the disarmament component.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2071, - "Score": 0.333333, - "Index": 2071, - "Paragraph": "The balanced scorecard is a useful tool for capturing key indicators for M&E activities. It lists the main indicators used to measure progress in the implementation of different pro\u00ad gramme components, as well as overall effectiveness. Annex B provides an example of a balanced scorecard used in the Afghanistan DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 6, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4. Development of M&E indicators", - "Heading3": "5.4.1. Balanced scorecards", - "Heading4": "", - "Sentence": "Annex B provides an example of a balanced scorecard used in the Afghanistan DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2668, - "Score": 0.333333, - "Index": 2668, - "Paragraph": "The weapons control framework is another key element that affects a DDR programme. Constitutional and legislative guarantees for weapons ownership, the import/export of small arms, and the regulation of the national gun industry and private security firms must be considered in terms of how they support or limit the effective implementation of a DDR programme. Equally important are the national administrative infrastructure and enforcement capacity to implement the weapons control framework.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Weapons control framework", - "Sentence": "The weapons control framework is another key element that affects a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2693, - "Score": 0.331702, - "Index": 2693, - "Paragraph": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "The structure and content of the joint assessment repor", - "Sentence": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2640, - "Score": 0.331295, - "Index": 2640, - "Paragraph": "An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Inclusive national framework", - "Sentence": "However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2430, - "Score": 0.327327, - "Index": 2430, - "Paragraph": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "", - "Sentence": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2627, - "Score": 0.325472, - "Index": 2627, - "Paragraph": "In most post-conflict situations, a peace agreement provides the legal framework for the implementation of a DDR programme. Many of the terms and conditions of the DDR pro- gramme should be specified in the peace agreement: who is to be disarmed; by whom; the time schedule for disarmament; the nature of the programme (disengagement, cantonment, type of reintegration assistance); and institutional arrangements (national and international) to guide and implement the programme.The assessment mission should decide whether the agreed terms and conditions con- tained in the legal framework are sufficient or realistic enough to allow successful imple- mentation of the DDR programme. If an assessment mission is carried out before any legal framework has been established, efforts should be made to ensure that there is clarity and agreement on the key DDR issues. Much of the required information may not be contained within the peace agreement. Therefore, the joint assessment mission is an important tool to gather more information in order to structure a UN approach to support the mission DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Legal framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Many of the terms and conditions of the DDR pro- gramme should be specified in the peace agreement: who is to be disarmed; by whom; the time schedule for disarmament; the nature of the programme (disengagement, cantonment, type of reintegration assistance); and institutional arrangements (national and international) to guide and implement the programme.The assessment mission should decide whether the agreed terms and conditions con- tained in the legal framework are sufficient or realistic enough to allow successful imple- mentation of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2979, - "Score": 0.324532, - "Index": 2979, - "Paragraph": "DDR Gender Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming gender issues in post\u00adconflict peace\u00adbuilding, and is expected to work closely with the Gender Adviser of the peace\u00ad keeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Gender Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 27, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.12: DDR Gender Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2034, - "Score": 0.323381, - "Index": 2034, - "Paragraph": "Traditionally, M&E in DDR programmes has focused on assessing inputs and implemen\u00ad tation processes. Today, the focus is on assessing how various factors contribute to or detract from the achievement of the proposed outcomes and programme objectives, and measur\u00ad ing the effectiveness of outputs, partnerships, policy advice and dialogue, advocacy, and brokering/coordination. The main objectives of results\u00adoriented M&E are to: \\n increase organizational and development learning; \\n ensure informed decision\u00admaking; \\n support genuine accountability and ensure quality control; \\n contribute to the further development of best practice and policy; \\n build country capacities, especially in M&E.In order to enable programme managers to improve strategies, programmes and other activities, M&E aims to generate information in several key areas to allow the measure\u00ad ment of: \\n programme performance, which indicates whether programme implementation is pro\u00ad ceeding in accordance with the programme plan and budget; \\n programme effectiveness, which answers such questions as whether and to what extent the programme has achieved its objectives, and on what external conditions it depends; \\n programme efficiency, which determines whether programme outputs and outcomes were produced in the most economical way, i.e., by maximizing outputs and/or mini\u00ad mizing inputs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The main objectives of results\u00adoriented M&E are to: \\n increase organizational and development learning; \\n ensure informed decision\u00admaking; \\n support genuine accountability and ensure quality control; \\n contribute to the further development of best practice and policy; \\n build country capacities, especially in M&E.In order to enable programme managers to improve strategies, programmes and other activities, M&E aims to generate information in several key areas to allow the measure\u00ad ment of: \\n programme performance, which indicates whether programme implementation is pro\u00ad ceeding in accordance with the programme plan and budget; \\n programme effectiveness, which answers such questions as whether and to what extent the programme has achieved its objectives, and on what external conditions it depends; \\n programme efficiency, which determines whether programme outputs and outcomes were produced in the most economical way, i.e., by maximizing outputs and/or mini\u00ad mizing inputs.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2738, - "Score": 0.319801, - "Index": 2738, - "Paragraph": "The aim of establishing an integrated unit is to ensure joint planning and coordination, and effective and efficient decentralized implementation. The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2674, - "Score": 0.319801, - "Index": 2674, - "Paragraph": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme. In consultation with the parties and other implementing partners on the ground, the assessment mission should develop a detailed picture of: \\n WHO will be disarmed, demobilized and reintegrated; \\n WHAT weapons are to be collected, destroyed and disposed of; \\n WHERE in the country the identified groups are situated, and where those being dis- armed and demobilized will be resettled or repatriated to; \\n WHEN DDR will (or can) take place, and in what sequence for which identified groups, including the priority of action for the different identified groups.It is often difficult to get this information from the former warring parties. Therefore, the UN should find other, independent sources, such as Member States or local or regional agencies, in order to acquire information. Community-based organizations are a particularly useful source of information on armed groups.Potential targets for disarmament include government armed forces, opposition armed groups, civil defence forces, irregular armed groups and armed individuals. These generally include: \\n male and female combatants, and those associated with the fighting groups, such as those performing support roles (voluntarily or because they have been forced to) or who have been abducted; \\n child (boys and girls) soldiers, and those associated with the armed forces and groups; \\n foreign combatants; \\n dependants of combatants.The end product of this part of the assessment of the armed forces and groups should be a detailed listing of the key features of the armed forces/groups.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Defining specific groups for DDR", - "Sentence": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3094, - "Score": 0.318198, - "Index": 3094, - "Paragraph": "A national DDR policy body representing key national and international stakeholders should be set up under a government or transitional authority established through peace accords, or under the authority of the president or prime minister. This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.1. National DDR commission", - "Heading4": "", - "Sentence": "This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2178, - "Score": 0.316228, - "Index": 2178, - "Paragraph": "DDR practitioners and donors shall recognize the indivisible character of DDR. Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Funding DDR as an indivisible process", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners and donors shall recognize the indivisible character of DDR.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2427, - "Score": 0.316228, - "Index": 2427, - "Paragraph": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up. The overall strategy should usually be developed on the basis of operational objectives and targets broken down by time period or programme phase. This enables practitioners to see in broad terms how DDR will be implemented, plan the allocation of resources and other requirements, and coordinate among themselves.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 15, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.2. Sequencing and phasing of DDR", - "Sentence": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2821, - "Score": 0.315063, - "Index": 2821, - "Paragraph": "Senior Military DDR Officer (Lieutenant-Colonel/Colonel)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Senior Military DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.; \\n coordinate and facilitate the use of mission forces for the potential construction or development of DDR facilities \u2014 camps, reception centres, pick\u00adup points, etc. As required, facilitate security of such locations; \\n assist in the coordination and development of DDR Unit mechanisms for receiving and recording group profile information, liaise on this subject with the military information unit; \\n liaise with military operations for the deployment of military observers in support of DDR tasks; \\n be prepared to support security sector reform linkages and activities in future mission planning; \\n undertake such other tasks as may be reasonably requested by the Force Commander and Chief of DDR Unit in relation to DDR activities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2221, - "Score": 0.312772, - "Index": 2221, - "Paragraph": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 13, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.1. The World Bank\u2019s Multi-Country Demobilization and Reintegration Programme (MDRP)", - "Heading3": "", - "Heading4": "", - "Sentence": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2226, - "Score": 0.312772, - "Index": 2226, - "Paragraph": "For some activities in a DDR programme, certain UN agencies might be in a position to provide in-kind contributions, particularly when these activities correspond to or consist of priorities and goals in their general programming and assistance strategy. Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization. The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR. Traditional types of in-kind contributions include: \\n security and protection services (military) \u2014 mainly outside of DDR in peacekeeping missions; \\n construction of basic infrastructure; \\n logistics and transport; \\n food assistance to ex-combatants and dependants; \\n child-specific assistance; \\n shelter, clothes and other basic subsistence needs; \\n health assistance; \\n HIV/AIDS screening and testing; \\n public information services; \\n counselling; \\n employment creation in existing development projects.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.3. Agency in-kind contributions", - "Heading3": "", - "Heading4": "", - "Sentence": "The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2412, - "Score": 0.312772, - "Index": 2412, - "Paragraph": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented. This section is essential in order to: \\n explain how the multiple components of DDR will be designed to reflect realities and needs, thus ensuring efficiency, effectiveness and sustainability of the overall approach; \\n explain how the targets for assisting DDR participants and beneficiaries (number of ex\u00adcombatants assisted, etc.) will be met; \\n explain how the various components and activities of DDR will be divided into phases and sequenced (planned over time) within the programme time\u00adframe; \\n identify issues that are critical to the implementation of the overall programme and provide information on how they will be dealt with.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2439, - "Score": 0.312772, - "Index": 2439, - "Paragraph": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities. In a country with a strong national capacity to implement DDR, the UN\u2019s operational role (i.e. the extent to which it is involved in directly implementing DDR activities) should be focused more on ensuring adequate coordination than on direct imple\u00ad mentation activities. In a country with weak national implementing capacity, the UN\u2019s role in implementation should be broader and more operational.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.3. Operational role", - "Sentence": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2735, - "Score": 0.306186, - "Index": 2735, - "Paragraph": "The design of the personnel structure, and the deployment and management of personnel in the integrated unit and how they relate to others working in DDR are guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The peacekeeping mission, UN agencies, funds and programmes should work together at all stages of the DDR programme \u2014 from planning to implementa\u00ad tion to evaluation \u2014 to ensure that the programme is successful. An appropriate joint planning and coordination mechanism must be established as early as possible to ensure cooperation among all UN partners that may be involved in any aspect of the DDR programme; \\n Integration: Wherever possible, and when consistent with the mandate of the Security Council, the peacekeeping mission and the UN agencies, funds and programmes shall support an integrated DDR unit, which brings together the expertise, planning and coordination capacities of the various UN entities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Of particular importance are: \\n Unity of effort: The peacekeeping mission, UN agencies, funds and programmes should work together at all stages of the DDR programme \u2014 from planning to implementa\u00ad tion to evaluation \u2014 to ensure that the programme is successful.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2187, - "Score": 0.306186, - "Index": 2187, - "Paragraph": "The UN, together with relevant bilateral or multilateral partners, shall establish rigorous oversight mechanisms at the national and international levels to ensure a high degree of accuracy in monitoring and evaluation, transparency, and accountability. These tools ensure that the use of funds meets the programme objectives and conforms to both the financial rules and regulations of the UN (in the case of the assessed budget) and those of donors contributing funds to the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.7. Accountability", - "Heading3": "", - "Heading4": "", - "Sentence": "These tools ensure that the use of funds meets the programme objectives and conforms to both the financial rules and regulations of the UN (in the case of the assessed budget) and those of donors contributing funds to the DDR programme.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2781, - "Score": 0.30202, - "Index": 2781, - "Paragraph": "Chief, DDR Unit (D1\u2013P5)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent normally reports directly to the Deputy SRSG (Resident Coordinator/ Humanitarian Coordinator).Accountabilities: Within limits of delegated authority and under the supervision of the Deputy SRSG (Resident Coordinator/Humanitarian Coordinator), the Chief of the DDR Unit is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 10, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.1: Chief, DDR Unit (D1\u2013P5)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2262, - "Score": 0.301511, - "Index": 2262, - "Paragraph": "Under this option, participating UN organizations pool funds together within one UN organization, chosen jointly by the coordination committee of the DDR financial management structure, which will assume the responsibility of administering the funds. This organization, known as the administrative agent (AA), will support the partners authorized to manage and implement the joint programme of activities identified for these funds. Programme and financial accountability for the UN support to the joint programme will rest with the AA. This fund management option is likely to be the most effective and efficient when participating UN organizations work for the same results with a common national or sub- national partner (e.g., department, provincial office, NGO) and/or in the same geographical area (see Annex D.1).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.1. Pooled funding", - "Heading4": "", - "Sentence": "Programme and financial accountability for the UN support to the joint programme will rest with the AA.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2337, - "Score": 0.300965, - "Index": 2337, - "Paragraph": "A detailed field assessment builds on assessments and planning for DDR that have been carried out in the pre\u00adplanning and technical assessment stages of the planning process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.1. Objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3109, - "Score": 0.3, - "Index": 3109, - "Paragraph": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR. The organization of a JIU will vary depending on the priorities and implementation methods of particular national DDR programmes. It should be organ- ized by a functional unit that is designed to integrate the sectors and cross-cutting compo- nents of a national DDR programme, which may include: \\n disarmament and demobilization; reintegration; \\n child protection, youth, gender, cross-border, food, health and HIV/AIDS advisers; \\n public information and community sensitization; \\n monitoring and evaluation.Other functional units may be established according to the design and needs of parti- cular DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.1. Joint implementation unit", - "Heading4": "", - "Sentence": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3127, - "Score": 0.3, - "Index": 3127, - "Paragraph": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way. It is important to ensure coordination at the following points: \\n in national DDR programme development; \\n in the development of DDR programmes of UN mission and agencies; \\n in technical coordination with bilateral partners and NGOs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.2. Planning and technical levels", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2052, - "Score": 0.299025, - "Index": 2052, - "Paragraph": "Provisions for M&E, and in particular the key elements of a strategy and framework, should be integrated into the programme development and implementation process from the beginning. This should occur in the following ways: \\n Performance indicators relevant for M&E should be identified, together with the devel\u00ad opment of a baseline study and indicators framework for the comprehensive assessment, as well as the results framework for the DDR programme itself (see IDDRS 3.20 on DDR Programme Design for advice on the development of a results framework); \\n Requirements for establishing and implementing an M&E system should be taken into consideration during the identification of programme requirements, including dedicated staff, material and information management systems; \\n Key aspects of the M&E system and activities should be developed and harmonized with the overall programme implementation cycle and included in the corresponding work plans; \\n Programme implementation methods should be designed to permit the analysis and incorporation of M&E results into planning and coordination of activities in order to provide programmes with the capacity to modify the implementation approach based on M&E results and lessons learned.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2. Integrating M&E in programme development and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "This should occur in the following ways: \\n Performance indicators relevant for M&E should be identified, together with the devel\u00ad opment of a baseline study and indicators framework for the comprehensive assessment, as well as the results framework for the DDR programme itself (see IDDRS 3.20 on DDR Programme Design for advice on the development of a results framework); \\n Requirements for establishing and implementing an M&E system should be taken into consideration during the identification of programme requirements, including dedicated staff, material and information management systems; \\n Key aspects of the M&E system and activities should be developed and harmonized with the overall programme implementation cycle and included in the corresponding work plans; \\n Programme implementation methods should be designed to permit the analysis and incorporation of M&E results into planning and coordination of activities in order to provide programmes with the capacity to modify the implementation approach based on M&E results and lessons learned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2578, - "Score": 0.294174, - "Index": 2578, - "Paragraph": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned. This is contained in a report by the Secretary-General to the Security Council, which includes the findings of the technical assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.1. Report of the Secretary-General to the Security Council", - "Heading4": "", - "Sentence": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2617, - "Score": 0.294174, - "Index": 2617, - "Paragraph": "A joint \u2014 as opposed to fully integrated \u2014 approach to DDR operations and implementa- tion should be adopted among all participating UN entities, involving close coordination using a common operational work plan. To maximize coordination, overall authority for coordination and supervision of implementation should be delegated to those UN staff integrated into the DDR programme management structure, while the programme should be implemented by the appropriate agency staff.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 11, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.5. Joint operations and implementation", - "Heading4": "", - "Sentence": "To maximize coordination, overall authority for coordination and supervision of implementation should be delegated to those UN staff integrated into the DDR programme management structure, while the programme should be implemented by the appropriate agency staff.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3195, - "Score": 0.294174, - "Index": 3195, - "Paragraph": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme. This will provide a broad forum for technical and strategic consultation in support of rational programming for all the DDRR activities.The responsibilities of the TCC will be to: \\n identify strategic, operational and technical issues that may have an impact on the dis- armament, demobilisation and reintegration process; \\n develop technical standards, guidelines, and operating principles, which will be adhered to by all involved in the implementation of specific DDRR activities; \\n provide the framework for securing the support of key partners with regard to input to planning and implementing disarmament and demobilization activities as well as the reintegration process; \\n provide the basis for operational planning and consensus on issues relating to disarm- ament, demobilization and reintegration; and \\n on a regular basis identify key policy issues that need to be resolved by the policy com- mittee and provide policy options to the NCDDRR for consideration.The membership of the TCC will be based on invitation by the JIU and consist of rele- vant programme staff from agencies such as UNICEF, UNDP, UNHCR, WFP, WHO, EU, USAID, UNMIL, the Food and Agriculture Organization (FAO), OCHA and other appro- priate agencies. Relevant NTGL agencies could be invited for participation when necessary. The TCC will be constituted on a relevant sector basis such as disarmament and demobiliza- tion and reintegration, and it will meet fortnightly or as and when required. The membership and participation will vary according to the relevant sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 26, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Technical Coordination Committee", - "Heading3": "", - "Heading4": "", - "Sentence": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2011, - "Score": 0.288675, - "Index": 2011, - "Paragraph": "This section outlines the management structure, and the planning and delivery of logistic support in a peacekeeping mission. These structures apply to the components of a DDR programme managed directly by DPKO or funded from the regular mission budget.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "", - "Heading4": "", - "Sentence": "These structures apply to the components of a DDR programme managed directly by DPKO or funded from the regular mission budget.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2330, - "Score": 0.288675, - "Index": 2330, - "Paragraph": "In the past, the quality, consistency and effectiveness of UN support for DDR has sufferred as a result of a number of problems, including a narrowly defined \u2018operational/logistic\u2019 approach, inadequate attention to the national and local context, and poor coordination between UN actors and other partners in the delivery of DDR support services.The IDDRS are intended to solve most of these problems. The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process. The need for an all\u00adinclusive pro\u00adgramme and implementation framework is emphasized by the lengthy time\u00adframe of DDR (which in some cases can go beyond the lifespan of a UN peacekeeping mission, necessitating close cooperation with the UN country team), the multisectoral nature of interventions, the range of sub\u00adprocesses and stakeholders, and the need to ensure close coordination with national and other DDR\u00adrelated efforts.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3010, - "Score": 0.288675, - "Index": 3010, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3038, - "Score": 0.288675, - "Index": 3038, - "Paragraph": "Another core principle in the establishment and support of national institutions is the in- clusion of all stakeholders. National ownership is both broader and deeper than central government leadership: it requires the participation of a range of state and non-state actors at national, provincial and local levels. National DDR institutions should include all parties to the conflict, as well as representa- tives of civil society and the private sector. The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Inclusivity", - "Heading3": "", - "Heading4": "", - "Sentence": "The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3082, - "Score": 0.288675, - "Index": 3082, - "Paragraph": "DDR is generally linked to the restructuring of armed forces and SSR as part of a broader peace-building framework. Agreement between the parties on the new mandate, structures, composition and powers of national security forces is often a condition for their entry into a formal DDR process. As a result, the planning and design of the DDR programme needs to be closely linked to the SSR process to ensure coherence on such issues as vetting of ex- combatants (to establish eligibility for integration into the reformed security forces) and establishing the legal status and entitlements of demobilized ex-combatants, including pensions and health care benefits.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.5. Restructuring of armed forces", - "Heading4": "", - "Sentence": "DDR is generally linked to the restructuring of armed forces and SSR as part of a broader peace-building framework.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2190, - "Score": 0.284826, - "Index": 2190, - "Paragraph": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period. (For the remaining text of resolution A/RES/59/296, please see Annex C.)DISARMAMENT \\n Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population. It also includes the development of responsible arms management programmes. \\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may comprise the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion. \\n\\n REINSERTION \\n Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/ or financial assistance to meet immediate needs, and can last up to a year. \\n\\n REINTEGRATION \\n Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. It is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.1. The peacekeeping assessed budget of the UN", - "Heading3": "6.1.1. Elements of budgeting for DDR", - "Heading4": "", - "Sentence": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2727, - "Score": 0.283473, - "Index": 2727, - "Paragraph": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2862, - "Score": 0.279751, - "Index": 2862, - "Paragraph": "DDR Field Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within the limits of delegated authority and under the supervision of the Regional DDR Officer, the DDR Field Officer (UNV) is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 16, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.5: DDR Field Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2771, - "Score": 0.279448, - "Index": 2771, - "Paragraph": "Below is a list of appointments for which generic job descriptions are available; these can be found in the annexes as shown. \\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.3. Generic job descriptions", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2721, - "Score": 0.278543, - "Index": 2721, - "Paragraph": "\\n 1 A good source for this information is the relevant Small Arms Survey report; see http://www.small- armssurvey.org. \\n 2 In Liberia, the dispute over the allocation of ministerial positions resulted in the walkout of junior members of the three factions in the first meeting of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration in 2003, while uncertainty and disagreement over elections delayed the start of the DDR programme in C\u00f4te d\u2019Ivoire.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 22, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 2 In Liberia, the dispute over the allocation of ministerial positions resulted in the walkout of junior members of the three factions in the first meeting of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration in 2003, while uncertainty and disagreement over elections delayed the start of the DDR programme in C\u00f4te d\u2019Ivoire.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2408, - "Score": 0.27735, - "Index": 2408, - "Paragraph": "This section defines the issues that must be dealt with or included in the design of the DDR programme in order to ensure its effectiveness and viability. These include preconditions (i.e., those factors that must be dealt with or be in place before DDR implementation starts), as well as foundations (i.e., those aspects or factors that must provide the basis for planning and implementing DDR). In general, preconditions and foundations can be divided into those that are vital for the overall viability of DDR and those that can influence the overall efficiency, effectiveness and relevance of the process (but which are not vital in determining whether DDR is possible or not).Example: Preconditions and foundations for DDR in Liberia \\n A government\u00addriven process of post\u00adconflict reconciliation is developed and imple\u00ad mented in order to shape and define the framework for post\u00adconflict rehabilitation and reintegration measures; \\n A National Transitional Government is established to run the affairs of the country up until 2006, when a democratically elected government will take office; \\n Comprehensive measures to stem and control the influx and possible recycling of weapons by all armed forces and groups and their regional network of contacts are put in place; \\n The process of disbandment of armed groups and restructuring of the Liberian security forces is organized and begun; \\n A comprehensive national recovery programme and a programme for community reconstruction, rehabilitation and reintegration are simultaneously developed and implemented by the government, the United Nations Development Programme (UNDP) and other UN agencies as a strategy of pre\u00adpositioning and providing assistance to all war\u00adaffected communities, refugees and internally displaced persons (IDPs). This programme will provide the essential drive and broader framework for the post\u00adwar recovery effort; \\n Other complementary political provisions in the peace agreement are initiated and implemented in support of the overall peace process; \\n A complementary community arms collection programme, supported with legislative process outlawing the possession of arms in Liberia, would be started and enforced following the completion of formal disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.4. Preconditions and foundations for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "This section defines the issues that must be dealt with or included in the design of the DDR programme in order to ensure its effectiveness and viability.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2415, - "Score": 0.27735, - "Index": 2415, - "Paragraph": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented. In other words, although the end objective may be similar, DDR varies from country to country. Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out. Important issues that will guide this are, for example, the nature and organization of armed forces and groups, the socio\u00adeconomic context and national capacities. These need to be defined within the overall strategic approach explaining how DDR is to be put into practice, and how its components will be sequenced and implemented (also see IDDRS 2.10 on the UN Approach to DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "", - "Sentence": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2660, - "Score": 0.27735, - "Index": 2660, - "Paragraph": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented. The level of unemployment, the state of the (formal and informal) economy and the agricultural sector (i.e., access to land, rights and the ability of the country to feed itself), the condition of the country\u2019s infra- structure, and the capacity of state institutions to deliver basic services, combined with the length of the conflict, are all factors that should be taken into account when considering the specifics of any demobilization (length and types of programme) and socio-economic (reconciliation, justice issues and types of economic assistance) reintegration programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Overall socio-economic conditions", - "Sentence": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3053, - "Score": 0.27735, - "Index": 3053, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3133, - "Score": 0.27735, - "Index": 3133, - "Paragraph": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities. Flexibility and a sound analysis of local needs and contexts are the most essential requirements for designing a UN strategy in support of DDR. It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society. The UN should work to encourage genuine, effective and broad national ownership at all phases of the DDR programme, wherever possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "8. The role of international assistance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN should work to encourage genuine, effective and broad national ownership at all phases of the DDR programme, wherever possible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2393, - "Score": 0.274721, - "Index": 2393, - "Paragraph": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.), with a focus on the nature and con\u00ad sequences of the conflict; existing national and local capacities for DDR and SSR; and the broad political, social and economic characteristics of the operating environment; \\n Rationale and justification: Drawing from the situation analysis, this explains the need for DDR: why the approach suggested is an appropriate and viable response to the identified problem, the antecedents to the problem (i.e., what caused the problem in the first place) and degree of political will for its resolution; and any other factors that provide a compelling argument for undertaking DDR. In addition, the engagement and role of the UN should be specified here; \\n Overview of armed forces and groups: This section should provide an overview of all armed forces and groups and their key characteristics, e.g., force/group strength, loca\u00ad tion, organization and structure, political affiliations, type of weaponry, etc. This information should be the basis for developing specifically designed strategies and approaches for the DDR of the armed forces and groups (see Annex D for a sample table of armed forces and groups); \\n Definition of participants and beneficiaries: Drawing on the comprehensive assessments and profiles of armed groups and forces and levels of violence that are normally inclu\u00ad ded in the framework, this section should identify which armed groups and forces should be prioritized for DDR programmes. This prioritization should be based on their involvement in or potential to cause violence, or otherwise affect security and the peace process. In addition, subgroups that should be given special attention (e.g., special needs groups) should be identified; \\n Socio-economic profile in areas of return: A general overview of socio\u00adeconomic conditions in the areas and communities to which ex\u00adcombatants will return is important in order to define both the general context of reintegration and specific strategies to ensure effec\u00ad tive and sustainable support for it. Such an overview can also provide an indication of how much pre\u00adDDR community recovery and reconstruction assistance will be necessary to improve the communities\u2019 capacity to absorb former combatants and other returning populations, and list potential links to other, either ongoing or planned, reconstruction and development initiatives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.1. Contextual analysis and rationale", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1982, - "Score": 0.273861, - "Index": 1982, - "Paragraph": "The effectiveness and responsiveness of a DDR programme relies on the administrative, logistic and financial support it gets from the peacekeeping mission, United Nations (UN) agencies, funds and programmes. DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2174, - "Score": 0.273861, - "Index": 2174, - "Paragraph": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes. The planning process to develop the integrated plan should include the relevant national stakeholders, UN partners, implementing local and international partners (wherever pos- sible), donors and other actors such as the World Bank. The integrated DDR plan shall also define programme and resource management arrangements, and the roles and responsi- bilities of key national and international stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. Integrated DDR plan", - "Heading3": "", - "Heading4": "", - "Sentence": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2406, - "Score": 0.272166, - "Index": 2406, - "Paragraph": "The guiding principles specify those factors, considerations and assumptions that are con\u00ad sidered important for a DDR programme\u2019s overall viability, effectiveness and sustainability. These guiding principles must be taken into account when developing the strategic approach and activities. Universal (general) principles (see IDDRS 2.10 on the UN Approach to DDR) can be included, but principles that are specific to the operating context and associated requirements should receive priority. Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.3. Guiding principles", - "Heading3": "", - "Heading4": "", - "Sentence": "Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2952, - "Score": 0.271563, - "Index": 2952, - "Paragraph": "DDR Field Coordination Officer (National)Under the overall supervision of the Chief of DDR Unit and working closely with the DDR Officer, the Field Coordination Officer carries out the work, information feedback and coordination of field rehabilitation and reintegration activities. The Field Coordination Officer will improve field supervision, sensitization, monitoring and evaluation mechanisms. He/she will also assist in strengthening the working relationships of DDR staff with other peacekeeping mission substantive sections in the field. He/she will also endeavour to strengthen, coordination and collaboration with government offices, the national commis\u00ad sion on DDR (NCDDR), international NGOs, NGOs (implementing partners) and other UN agencies working on reintegration in order to unify reintegration activities. The Field Coordination Officer will liaise closely with the DDR Officer/Reintegration Officer and undertake the following duties: \\n assist and advise DDR Unit in areas within his/her remit; \\n provide direction and support to field staff and activities; \\n carry out monitoring, risk assessment and reporting in relation to the environment and practices that bear on the security of staff in the field (physical security, accommo\u00ad dation, programme fiscal and procurement practices, transport and communications); \\n support the efficient implementation of all DDR coordination projects; \\n develop and sustain optimal information feedback, in both directions, between the field and Headquarters; \\n support the DDR Unit in the collection of programme performance information, pro\u00ad gress and impact assessment; \\n collect the quantitative and qualitative information on programme implementation; \\n carry out follow\u00adup monitoring visits on activities of implementing partners and regional offices; \\n liaise with ex\u00adcombatants, beneficiaries, implementing partners and referral officer for proper sensitization and reinforcement of the programme; \\n create efficient early warning alert system and rapid response mechanisms for \u2018hot spot\u2019 development; \\n ensure DDR coordination programs complement each other and are implemented efficiently; \\n support liaison with the NCDDR and other agencies in relation to the reintegration of ex\u00adcombatants, CAAFG, WAAFG and war\u00adaffected people in the field; \\n provide guidance and on\u00adthe\u00adground support to reintegration officers; \\n liaise with Military Observers, Reintegration Unit and UN Police in accordance with the terms of reference; \\n liaise and coordinate with civil affairs section in matters of mutual interest; \\n carry out any other duties as directed by the DDR Unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 24, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.10: DDR Field Coordination Officer (National)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "The Field Coordination Officer will liaise closely with the DDR Officer/Reintegration Officer and undertake the following duties: \\n assist and advise DDR Unit in areas within his/her remit; \\n provide direction and support to field staff and activities; \\n carry out monitoring, risk assessment and reporting in relation to the environment and practices that bear on the security of staff in the field (physical security, accommo\u00ad dation, programme fiscal and procurement practices, transport and communications); \\n support the efficient implementation of all DDR coordination projects; \\n develop and sustain optimal information feedback, in both directions, between the field and Headquarters; \\n support the DDR Unit in the collection of programme performance information, pro\u00ad gress and impact assessment; \\n collect the quantitative and qualitative information on programme implementation; \\n carry out follow\u00adup monitoring visits on activities of implementing partners and regional offices; \\n liaise with ex\u00adcombatants, beneficiaries, implementing partners and referral officer for proper sensitization and reinforcement of the programme; \\n create efficient early warning alert system and rapid response mechanisms for \u2018hot spot\u2019 development; \\n ensure DDR coordination programs complement each other and are implemented efficiently; \\n support liaison with the NCDDR and other agencies in relation to the reintegration of ex\u00adcombatants, CAAFG, WAAFG and war\u00adaffected people in the field; \\n provide guidance and on\u00adthe\u00adground support to reintegration officers; \\n liaise with Military Observers, Reintegration Unit and UN Police in accordance with the terms of reference; \\n liaise and coordinate with civil affairs section in matters of mutual interest; \\n carry out any other duties as directed by the DDR Unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2733, - "Score": 0.26968, - "Index": 2733, - "Paragraph": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2056, - "Score": 0.267261, - "Index": 2056, - "Paragraph": "Given the potentially large number of reports and documents generated by M&E activities, the development and maintenance of a report\u00adtracking system is essential in order to pro\u00ad vide a \u2018history\u2019 of M&E results and make them accessible to managers. This provides the DDR programme with institutional memory that can be drawn from to monitor progress and ensure that emerging best practices and problems are identified.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3. The M&E work plan", - "Heading3": "5.3.1. M&E tracking systems", - "Heading4": "", - "Sentence": "This provides the DDR programme with institutional memory that can be drawn from to monitor progress and ensure that emerging best practices and problems are identified.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3121, - "Score": 0.267261, - "Index": 3121, - "Paragraph": "National and international DDR structures and processes should, as far as possible, be jointly developed and coordinated at the policy, planning and operational levels, as explained below. The planning of UN missions and national DDR institutions has not always been sufficiently integrated, reducing the efficiency and effectiveness of both. The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes. A key factor in close coordination is the early consultation of national authorities and parties to the DDR process during UN assessment missions and mission planning processes. International DDR expertise, political support and technical assistance should also be available from the earliest point in the peace process through the establishment of national institutions and programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2104, - "Score": 0.264906, - "Index": 2104, - "Paragraph": "In general, evaluations should be carried out at key points in the programme implementation cycle in order to achieve related yet distinct objectives. Four main categories or types of evaluations can be identified: \\n Formative internal evaluations are primarily conducted in the early phase of programme implementation in order to assess early hypotheses and working assumptions, analyse outcomes from pilot interventions and activities, or verify the viability or relevance of a strategy or set of intended outputs. Such evaluations are valuable mechanisms that allow implementation strategies to be corrected early on in the programme implemen\u00ad tation process by identifying potential problems. This type of evaluation is particularly important for DDR processes, given their complex strategic arrangements and the many different sub\u00adprocesses involved. Most formative internal evaluations can be carried out internally by the M&E officer or unit within a DDR section; \\n Mid-term evaluations are similar to formative internal evaluations, but are usually more comprehensive and strategic in their scope and focus, as opposed to the more diag\u00ad nostic function of the formative type. Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context. Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals. Terminal evaluations usually also try to answer a number of key questions regarding the overall strategic approach and focus of the programme, mainly its relevance, efficiency, sustainability and effectiveness; \\n Ex-post evaluations are usually carried out some time (usually several years) after the end of a DDR programme in order to evaluate the long\u00adterm effectiveness of the programme, mainly the sustainability of its activities and positive outcomes (e.g., the extent to which ex\u00adcombatants remain productively engaged in alternatives to violence or mili\u00ad tary activity) or its direct and indirect impacts on security conditions, prospects for peace\u00adbuilding, and consequences for economic productivity and development. Ex\u00adpost evaluations of DDR programmes can also form part of larger impact evaluations to assess the overall effectiveness of a post\u00adconflict recovery strategy. Both terminal and ex\u00adpost evaluations are valuable mechanisms for identifying key lessons learned and best practice for further policy development and the design of future DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 10, - "Heading1": "7. Evaluations", - "Heading2": "7.2. Timing and objectives of evaluations", - "Heading3": "", - "Heading4": "", - "Sentence": "Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2048, - "Score": 0.259238, - "Index": 2048, - "Paragraph": "M&E is an essential part of the results\u00adbased approach to implementing and managing programmes. It allows for the measurement of progress made towards achieving outcomes and outputs, and assesses the overall impact of programme on security and stability. In the context of DDR, M&E is particularly important, because it helps keep track of a complex range of outcomes and outputs in different components of the DDR mission, and assesses how each contributes towards achieving the goal of improved stability and security. M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal. This can include reductions in levels of violence in society, increased stability and security, and consolidation of peace processes. It is difficult, however, to determine the impact of DDR on broader society without isolating it from other processes and initiatives (e.g., peace\u00adbuilding, security sector reform [SSR]) that also have an impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1. M&E and results-based management", - "Heading3": "", - "Heading4": "", - "Sentence": "M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2019, - "Score": 0.259161, - "Index": 2019, - "Paragraph": "The day-to-day planning, analysis, coordination and tasking of all requests for logistic support are handled by the JLOC; see Annex B). The JLOC is also the mission\u2019s single point of contact for the coordination of logistics issues with non-DPKO actors such as NGOs or other UNagencies, fundsandprogrammes. All requests for logistic support should be channelled through the JLOC for appropriate prioritization and tasking.For the JLOC to effectively plan and de- liver logistic support to a DDR programme, it is essential that the DDR management team keeps the JLOC informed of its future support requirements during the planning stage and that it provides the JLOC with the programme operational plan before the DDR operation starts, keeping in view the lead times for design, acquisition, packaging and delivery of logistic services.The DDR operational plan needs to describe what is needed to achieve its planned activities, as follows: \\n physical resources: space, supplies, equipment; \\n human resources: international, national (local, national professional officers), UN volunteers; \\n services; \\n supplies; \\n partnerships/links with implementing partners; \\n time-lines.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "6.6.3. Joint Logistics Operations Centre", - "Heading4": "", - "Sentence": "All requests for logistic support should be channelled through the JLOC for appropriate prioritization and tasking.For the JLOC to effectively plan and de- liver logistic support to a DDR programme, it is essential that the DDR management team keeps the JLOC informed of its future support requirements during the planning stage and that it provides the JLOC with the programme operational plan before the DDR operation starts, keeping in view the lead times for design, acquisition, packaging and delivery of logistic services.The DDR operational plan needs to describe what is needed to achieve its planned activities, as follows: \\n physical resources: space, supplies, equipment; \\n human resources: international, national (local, national professional officers), UN volunteers; \\n services; \\n supplies; \\n partnerships/links with implementing partners; \\n time-lines.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1997, - "Score": 0.258199, - "Index": 1997, - "Paragraph": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners. DDR programme managers need to state the logistic requirements that fall under the direct managerial or financial scope of the peacekeeping mission and DPKO. In addition, the logistic requirements have to be submitted to the Division of Administration as early as possible to ensure timely logistic support. Some of the more important elements are listed below as a guideline: \\n estimated total number of ex-combatants, broken down according to sex, age, dis- ability or illness, parties/groups and locations/sectors; \\n estimated total number of weapons, broken down according to type of weap- on, ammunition, explosives, etc.; \\n time-lineoftheentireprogramme, show- ing start/completion of activities; \\n allocation of resources, materials and services included in the assessed budget; \\n names of all participating UN entities, non-governmental organizations (NGOs) and other implementing partners, with their focal points and telephone numbers/email addresses; \\n forums/meetings and other coordination mechanisms where Joint Logistics Operations Centre (JLOC) participation is requested; \\n requirement of office premises, office furniture, office equipment and related services, with locations; \\n ground transport requirements \u2014 types and quantities; \\n air transport requirements; \\n communications requirements, including identity card machines; \\n medical support requirements; \\n number and location of various disarmament sites, camps, cantonments and other facilities; \\n layout of each site, camp/cantonment with specifications, including: \\n\\n camp/site management structure with designations and responsibilities of officials; \\n\\n number and type of combatants, and their sex and age; \\n\\n number and type of all categories of staff, including NGOs\u2019 staff, expected in the camp; \\n\\n nature of activities to be conducted in the site/camp and special requirements for rations storage, distribution of insertion benefits, etc.; \\n\\n security considerations and requirements; \\n\\n preferred type of construction; \\n\\n services/amenities provided by NGOs; \\n\\n camp services to be provided by the mission, as well as any other specific requirements; \\n\\n dietary restrictions/considerations; \\n\\n fire-fighting equipment; \\n\\n camp evacuation standard operating procedures; \\n\\n policy on employment of ex-combatants as labourers in camp construction.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.3. DDR statement of requirements", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programme managers need to state the logistic requirements that fall under the direct managerial or financial scope of the peacekeeping mission and DPKO.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2184, - "Score": 0.258199, - "Index": 2184, - "Paragraph": "Wherever possible, cost estimates should be based on thorough assessments and surveys. In the absence of concrete information, the UN shall make the assumptions/estimates needed in order to carry out planning and budgeting for a DDR programme. The planning and budgetary process shall take into account realistic worst-case scenarios and build in sufficient financial flexibility to deal with potential identified political and security contin- gencies that may affect DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Flexibility and worst-case planning estimates", - "Heading3": "", - "Heading4": "", - "Sentence": "In the absence of concrete information, the UN shall make the assumptions/estimates needed in order to carry out planning and budgeting for a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3049, - "Score": 0.258199, - "Index": 3049, - "Paragraph": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process. Mandates and basic principles, institutional mechanisms, time-frames and eligi- bility criteria should all be defined. As the programme starts, institutional mechanisms and programme details should be elaborated further through the adoption of national legisla- tion or executive decree(s).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.2. Political frameworks and peace accord provisions", - "Heading3": "", - "Heading4": "", - "Sentence": "As the programme starts, institutional mechanisms and programme details should be elaborated further through the adoption of national legisla- tion or executive decree(s).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3116, - "Score": 0.258199, - "Index": 3116, - "Paragraph": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme. These will vary significantly depending on the presence and capabilities of government agencies, local authorities and community-based organizations; UN agencies; and national and international NGOs located near DDR operations. The activities of implementing partners should be coordinated by regional/field offices that report to the JIU of a national DDR agency(also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.4. Implementing agencies/partners", - "Heading4": "", - "Sentence": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2609, - "Score": 0.257248, - "Index": 2609, - "Paragraph": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations. The DSRSG should chair such a steering group. The steering group should include, at the very least, the DSRSG (political/rule of law), force commander, police commissioner, chief of civil affairs, chief of political affairs, chief of public information, chief of administration and chief of the DDR unit.Given the central role played by the UN country team and Resident Coordinator in coordinating UN activities in the field both before and after peace operations, as well as its continued role after peace operations have come to an end, the UN country team should retain strategic oversight of and responsibility, together with the mission, for putting the integrated DDR approach into operation at the field level.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.2. Mission DDR steering group", - "Heading4": "", - "Sentence": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3041, - "Score": 0.257248, - "Index": 3041, - "Paragraph": "Accountability and transparency are important principles for all national institutions. DDR institutions should adopt and encourage/support these values in order to: \\n build confidence among the parties to the DDR process; \\n establish the legitimacy of the process with the general population and local commu- nities; \\n ensure continued financial and technical support from international actors.Accountability mechanisms should be established for the monitoring, oversight and evaluation of processes through both internal and external review. Transparency should be also supported through a broad communications strategy that raises awareness of the prin- ciples and details of the programme (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). ", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Accountability and transparency", - "Heading3": "", - "Heading4": "", - "Sentence": "Transparency should be also supported through a broad communications strategy that raises awareness of the prin- ciples and details of the programme (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2753, - "Score": 0.253546, - "Index": 2753, - "Paragraph": "DPKO and UNDP are in the process of developing an MoU on the establishment of an integrated DDR unit in a peacekeeping mission. For the time being, the following principles shall guide the establishment of the integrated DDR unit: \\n Joint management of the DDR unit: The chief of the DDR unit shall come from the peace\u00ad keeping mission. His/Her post shall be funded from the peacekeeping assessed budget. The deputy chief of the integrated DDR unit shall be seconded from UNDP, although the peacekeeping mission will provide him/her with administrative and logistic support for him/her to perform his/her function as deputy chief of the DDR unit. Such integration allows the DDR unit to use the particular skills of both the mission and the country office, maximizing existing local knowledge and ensuring a smooth transition on DDR\u00adrelated issues when the mandate of the peacekeeping mission ends; \\n Administrative and finance cell from UNDP: UNDP shall second a small administrative and finance cell from its country office to support the programme delivery aspects of the DDR component. The principles of secondment use for the deputy chief of the DDR unit shall apply; \\n Secondment of staff from other UN entities: In order to maximize coherence and coordina\u00ad tion on DDR between missions and UN agencies, staff members from other agencies may be seconded to specific posts in the integrated DDR unit. Use of this method ensures the active engagement and participation of UN agencies in strategic policy decisions and coordination of UN DDR activities (including both mission operational support and programme implementation). The integration and co\u00adlocation of UN agency staff in this structure are essential, given the complex and highly operational nature of DDR. Decisions on secondment shall be made at the earliest stages of planning to ensure that the proper budgetary support is secure to support the integrated DDR unit and the seconded personnel; \\n Project support units: Core UN agency staff seconded to the integrated DDR unit may be complemented by additional project support staff located in project support units (PSUs) in order to provide capacity (programme, monitoring, operations, finance) for implementing key elements of UN assistance within the national planning and pro\u00ad gramme framework for DDR. The PSU will also be responsible for ensuring links and coordination with other agency programme areas (particularly in rule of law and security sector reform). Additional PSUs managed by other UN agencies can also be established, depending on the implementation/operational role attributed to them; \\n Links with other parts of the peacekeeping mission: The integrated DDR unit shall be closely linked with other parts of the peacekeeping mission, in particular the military and the police, to ensure a \u2018joined\u00adup\u2019 approach to the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.2. Principles of integration .", - "Heading3": "", - "Heading4": "", - "Sentence": "For the time being, the following principles shall guide the establishment of the integrated DDR unit: \\n Joint management of the DDR unit: The chief of the DDR unit shall come from the peace\u00ad keeping mission.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3027, - "Score": 0.253546, - "Index": 3027, - "Paragraph": "UN-supported DDR aims to be people-centred, flexible, accountable and transparent, na- tionally owned, integrated and well planned. Within the UN, integrated DDR is delivered with the cooperation of agencies, programmes, funds and peacekeeping missions.In a country in which it is implemented, there is a focus on capacity-building at both government and local levels to achieve sustainable national ownership of DDR, among other peace-building measures. Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security. This module focuses on how to create and sustain these conditions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3103, - "Score": 0.253546, - "Index": 3103, - "Paragraph": "An international technical coordination committee provides a forum for consultation, co- ordination and joint planning between national and international partners at the technical level of DDR programme development and implementation. This committee should meet regularly to review technical issues related to national DDR programme planning and implementation.Participation in the technical coordination committee will vary a great deal, depending on which international actors are present in a country. The committee should include tech- nical experts from the national DDR agency and from those multilateral and bilateral agen- cies and non-governmental organizations (NGOs) with operations or activities that have a direct or indirect impact on the national DDR programme (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.2. International technical coordination committee", - "Heading4": "", - "Sentence": "The committee should include tech- nical experts from the national DDR agency and from those multilateral and bilateral agen- cies and non-governmental organizations (NGOs) with operations or activities that have a direct or indirect impact on the national DDR programme (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3045, - "Score": 0.25, - "Index": 3045, - "Paragraph": "The national and international mandates for DDR should be clear and coherent. A clear division of responsibilities should be established in the different levels of programme co- ordination and for different programme components. This can be done through: \\n supporting international experts to provide technical advice on DDR to parties to the peace negotiations; \\n incorporating national authorities into inter-agency assessment missions to ensure that national policies and strategies are reflected in the Secretary-General\u2019s report and Secu- rity Council mandates for UN peace-support operations; \\n discussing national and international roles, responsibilities and functions within the framework of an agreed common DDR plan or programme; \\n providing technical advice to national authorities on the design and development of legal frameworks, institutional mechanisms and national programmes for DDR; \\n establishing mechanisms for the joint implementation and coordination of DDR pro- grammes and activities at the policy, planning and operational levels.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.1. Establishing clear and coherent national and international mandates", - "Heading3": "", - "Heading4": "", - "Sentence": "A clear division of responsibilities should be established in the different levels of programme co- ordination and for different programme components.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3158, - "Score": 0.247537, - "Index": 3158, - "Paragraph": "In order to ensure rapid implementation that will protect the credibility of the programme, a Joint Implementation Unit (JIU), headed by a Programme and Policy Adviser, will carry out the planning and implementation of the day-to-day operation and execution of the programme. The JIU will be an interdisciplinary and interdepartmental entity composed of four units dealing with: \\n disarmament and demobilization: staffed with expertise from the UNMIL comprising a disarmament and demobilization expert, demobilization officers and field officers, as well as qualified national staff; \\n rehabilitation and reintegration: staffed with expertise from the UNDP and other relevant agencies consisting of reintegration operation experts and national experts in vocational training and small enterprise development, employment creation and appren- ticeship promotion, agriculture and food production; \\n monitoring and evaluation: staffed by technical assistance from the UNDP including a monitoring and evaluation (M&E) expert, and national staff as systems analyst, pro- grammer and M&E field monitors as well as short-term data entry clerks; and \\n information and sensitization: staffed with expertise from UNMIL and OCHA includ- ing specialists in public information development and dissemination, social adaptation programmes in the area of civic education, psychosocial counselling, community-based reconciliation and peace-building measures.Accountable to the NCDDRR, the JIU will be responsible for ensuring: \\n the planning and implementation of the individual programme components in collabo- ration with other government departments, NGOs and donors; \\n the transparent and accountable administration of the programme (including procure- ment and disbursements); and \\n monitoring and evaluation.The institutional capacity of the JIU will be ensured through rigorous selection of staff, payment consistent with the quality of outputs required, and staff training where appro- priate. Technical assistance will be contracted on the basis of specific terms of reference for providing a management information system (MIS) and financial management as well as the implementation of specific programme components.The various units of the JIU will be assigned with expertise from UN agencies as follows: \\n the UNMIL DDR team will be deployed for the DD Unit in the JIU; \\n programme and policy coordination, MIS and reintegration will be assigned to the team from the UNDP; and \\n UNMIL and OCHA will handle the Information and Sensitization Unit.This arrangement will enhance the capacity of the JIU as well as reducing the overall staffing cost for the programme, while ensuring continuity in programme development in the event of the completion of the mandate of the mission. Each unit will be supported with national staff recruited to understudy the international staff of the JIU.A Programme and Policy Co-ordinator will manage and coordinate an internal manage- ment team comprising the heads of units of the JIU, and will report to the Office of the SRSG or to his or her designate in matters relating to the implementation of the programme.All implementing partners such as bilateral agencies, international and local NGOs will undertake their responsibilities in full compliance with programme guidelines and under the supervision of the JIU in respect of contracts entered into with the JIU of the NCDDRR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 21, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Function", - "Heading4": "", - "Sentence": "Technical assistance will be contracted on the basis of specific terms of reference for providing a management information system (MIS) and financial management as well as the implementation of specific programme components.The various units of the JIU will be assigned with expertise from UN agencies as follows: \\n the UNMIL DDR team will be deployed for the DD Unit in the JIU; \\n programme and policy coordination, MIS and reintegration will be assigned to the team from the UNDP; and \\n UNMIL and OCHA will handle the Information and Sensitization Unit.This arrangement will enhance the capacity of the JIU as well as reducing the overall staffing cost for the programme, while ensuring continuity in programme development in the event of the completion of the mandate of the mission.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2075, - "Score": 0.246598, - "Index": 2075, - "Paragraph": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems. These indicators should aim to measure performance in terms of outcomes and outputs, effectiveness in achieving programme objec\u00ad tives, and the efficiency of the performance by which outcomes and outputs are achieved (i.e., in relation to inputs). (See IDDRS 5.10 on Women, Gender and DDR, Annex D, sec. 4 for gender\u00adrelated and female\u00adspecific monitoring and evaluation indicators.) These indica\u00ad tors can be divided to address the main components of DDR, as follows:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "6.2. Monitoring indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2504, - "Score": 0.246598, - "Index": 2504, - "Paragraph": "Terms and definitions \\n Detailed field assessment: A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. Detailed field assess\u00ad ments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.Implementation plan: \\n Also known as an operations or action plan, an implementation plan describes the detailed steps necessary to implement programme activities, together with a division of labour and overall time\u00adframe.Programme: \\n A generic (general) term for a set of activities designed to achieve a specific objective. In order to ensure that a programme\u2019s results, outputs and overall outcome are reached, activities are often framed by a strategy, key principles and identified targets. Together, these indicate how the activities will be structured and implemented. Programmes also include a description of all aspects necessary to implement the planned activities, includ\u00ad ing inputs and resources (staff, equipment, funding, etc.), management arrangements, legal frameworks, partnerships and other risk analysis.Project: \\n Within each programme there may be several projects, each of which is a separately identified undertaking. A project is an intervention that consists of a set of planned, inter\u00ad related activities aimed at achieving defined objectives over a fixed time. A project\u2019s activities and objectives are normally given in a project document. This legal agreement binds the signatories to carry out the defined activities and to provide specific resources over a fixed period of time in order to reach agreed objectives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Terms and definitions \\n Detailed field assessment: A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2573, - "Score": 0.246598, - "Index": 2573, - "Paragraph": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements. The early identification of potential entry points and strategic options for UN support is essential to ensuring the UN\u2019s capacity to respond efficiently and effectively. Integrated preparatory activities and pre-mission planning are vital to the delivery of that capacity. While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning department and key operational agencies of the UN country team. Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible. These surveys and assessments include: conflict assess- ment; combatant needs assessments; the identification of reintegration opportunities; and labour and goods markets assessments; \\n assessing the in-country DDR planning and delivery capacity to support any DDR programme that might be set up (both UN and national institutional capacities); \\n contacting key donors and other international stakeholders on DDR issues with the aim of defining priorities and methods for information sharing and collaboration; \\n the early identification of potential key DDR personnel for the integrated DDR unit.Once the UN Security Council has requested the UN Secretary-General to present options for possible further UN involvement in supporting peacekeeping and peace-building in a particular country, planning enters a second stage, focusing on an initial technical assess- ment of the UN role and the preparation of a concept of operations for submission to the Security Council.In most cases, this process will be initiated through a multidimensional technical assess- ment mission fielded by the Secretary-General to develop the UN strategy in a conflict area. In this context, DDR is only one of several components such as political affairs, elections, public information, humanitarian assistance, military, security, civilian police, human rights, rule of law, gender equality, child protection, food security, HIV/AIDS and other health matters, cross-border issues, reconstruction, governance, finance and logistic support.These multidisciplinary technical assessment missions shall integrate inputs from all relevant UN entities (in particular the UN country team), resulting in a joint UN concept of operations. Initial assessments by country-level agencies, together with pre-existing efforts or initiatives, should be used to provide information on which to base the technical assessment for DDR, which itself should be closely linked with other inter-agency processes established to assess immediate post-conflict needs.A well-prepared and well-conducted technical assessment should focus on: \\n the conditions and requirements for DDR; its relation to a peace agreement; \\n an assessment of national capacities; \\n the identification of options for UN support, including strategic objectives and the UN\u2019s operational role; \\n the role of DDR within the broader UN peace-building and mission strategy; \\n the role of UN support in relation to that of other national and international stakeholders.This initial technical assessment should be used as a basis for a more in-depth assessment required for programme design (also see IDDRS 3.20 on DDR Programme Design). The results of this assessment should provide inputs to the Secretary-General\u2019s report and any Security Council resolutions and mission mandates that follow (see Annex B for a reference guide on conducting a DDR assessment mission).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 5, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1974, - "Score": 0.242536, - "Index": 1974, - "Paragraph": "This module provides practitioners with an overview of the integrated mission support concept and explains the planning and delivery of logistic support to a DDR programme. A more detailed treatment of the finance and budgeting aspects of DDR programmes are provided in IDDRS 3.41, while IDDRS 3.42 deals with the issue of personnel and staffing in an integrated DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides practitioners with an overview of the integrated mission support concept and explains the planning and delivery of logistic support to a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1987, - "Score": 0.242536, - "Index": 1987, - "Paragraph": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field. The aim of this integrated unit is to facilitate joint planning to ensure the effective and efficient decentralization of the many DDR tasks (also see IDDRS 3.42 on Personnel and Staffing).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "5. DDR lOgistic requirements", - "Heading2": "5.3. Personnel", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1993, - "Score": 0.242536, - "Index": 1993, - "Paragraph": "In a peacekeeping mission, integrated support is provided. This includes civilian staffing, different logistic elements (such as logistics planning, transportation, supply, engineering, communications and information technology, medical services and general services) and finances, which are all considered together to develop the mission support strategy (see figure 1). A peacekeeping mission adopts this general approach for the delivery of logistic support to all mandated programmes, although it also caters to the specific needs of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.1. Integrated mission support .", - "Heading3": "", - "Heading4": "", - "Sentence": "A peacekeeping mission adopts this general approach for the delivery of logistic support to all mandated programmes, although it also caters to the specific needs of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2073, - "Score": 0.242536, - "Index": 2073, - "Paragraph": "Monitoring is the systematic oversight of the implementation of an activity, and establishes the extent to which input deliveries, work schedules, other required actions and targeted outputs are proceeding according to the actual plan, so that timely action can be taken to correct deficiencies. The application of monitoring mechanisms and tools, the reporting of outcomes, and subsequent adjustments in the implementation process are an integral part of the programme cycle and a key management tool.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The application of monitoring mechanisms and tools, the reporting of outcomes, and subsequent adjustments in the implementation process are an integral part of the programme cycle and a key management tool.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2527, - "Score": 0.242536, - "Index": 2527, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor. Given the many different actors involved in the various stages of DDR, and the fact that its phases are interdependent, integrated planning, effective coordination and coherent reporting arrangements are essential. Past experiences have highlighted the need for the various actors involved in planning and implementing DDR, and monitoring its impacts, to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources.This module provides guidelines for improving inter-agency cooperation in the planning of DDR programmes and operations. The module shows how successful implementation can be achieved through an inclusive process of assessment and analysis that provides the basis for the formulation of a comprehensive programme framework and operational plan. This mechanism is known as the \u2018planning cycle\u2019, and originates from both the inte- grated mission planning process (IMPP) and post-conflict United Nations (UN) country team planning mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2550, - "Score": 0.242536, - "Index": 2550, - "Paragraph": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The achievement of unity of effort and integration is only possible with an inclusive and sound mission planning process involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels. DDR planning takes place within this broader integrated mission planning process; \\n Integration: The integrated approach to planning tries to develop, to the extent possible: \\n\\n a common framework (i.e., one that everyone involved uses) for developing, man- aging, funding and implementing a UN DDR strategy within the context of a peace mission; \\n\\n an integrated DDR management structure (unit or section), with the participation of staff from participating UN agencies and primary reporting lines to the Deputy Special Representative of the Secretary-General (DSRSG) for humanitarian and development affairs. Such an approach should include the co-location of staff, infrastructure and resources, as this allows for increased efficiency and reduced overhead costs, and brings about more responsive planning, implementation and coordination; \\n\\n joint programmes that harness UN country team and mission resources into a single process and results-based approach to putting the DDR strategy into operation and achieving shared objectives; \\n\\n a single framework for managing multiple sources of funding, as well as for co- ordinating funding mechanisms, thus ensuring that resources are used to deal with common priorities and needs; Efficient and effective planning: At the planning stage, a common DDR strategy and work plan should be developed on the basis of joint assessments and evaluation. This should establish a set of operational objectives, activities and expected results that all UN entities involved in DDR will use as the basis for their programming and implemen- tation activities. A common resource mobilization strategy involving all participating UN entities should be established within the integrated DDR framework in order to prevent duplication, and ensure coordination with donors and national authorities, and coherent and efficient planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2657, - "Score": 0.242536, - "Index": 2657, - "Paragraph": "Ceasefires, disengagement and voluntary disarmament of forces are important confidence- building measures, which, when carried out by the parties, can have a positive effect on the DDR and wider recovery programme. The international community should, wherever possible, support these initiatives. Also, mechanisms should be put in place to investigate violations of ceasefires, etc., in a transparent manner.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "Building confidence", - "Sentence": "Ceasefires, disengagement and voluntary disarmament of forces are important confidence- building measures, which, when carried out by the parties, can have a positive effect on the DDR and wider recovery programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2692, - "Score": 0.242536, - "Index": 2692, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2777, - "Score": 0.242536, - "Index": 2777, - "Paragraph": "DDR training courses may be found on the UN DDR Resource Centre Web site: http:// www.unddr.org.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 7, - "Heading1": "7. DDR training strategy", - "Heading2": "7.1. Current DDR training courses .", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR training courses may be found on the UN DDR Resource Centre Web site: http:// www.unddr.org.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2503, - "Score": 0.240192, - "Index": 2503, - "Paragraph": "Once a programme has been prepared, planning instruments should be developed that will aid practitioners (UN, non\u00adUN and the national government) to implement the planned activities and strategies. An actions or operations plan usually consists of four main elements: \\n Implementation methods: This consists of a narrative description of how each DDR com\u00ad ponent will be made operational within the framework of the programme, focusing on the precise sequencing of activities, operational requirements, logistic requirements, links with other mission components, key risks and factors that will reduce these risks. This section can be used by practitioners to guide implementation and operations and provide an overall framework for the other components of the operational and action plan; \\n Timing: There should be an overview of the time\u00adframe and schedule for implementation of DDR activities for each component of the programme, which provides an overall picture of the phasing and sequencing of programme implementation. This will provide practitioners with a quick overview of the activities, which is important for defining and planning resource requirements and allocations. An example of a time\u00adframe is included in Annex H; \\n Detailed work plan: A detailed work plan should also be included in the operational plan. It should break all programme activities down into their various tasks, and indi\u00ad cate who is responsible for different operational roles. The main categories of such a work plan should include: \\n\\n the activities to be implemented; \\n\\n a detailed description of individual tasks; \\n\\n the required inputs (human, material, financial); \\n\\n the actor \\n\\n responsible for funding each task; \\n\\n the actor responsible for logistic support; \\n\\n the actor responsible for staffing; \\n\\n the actor responsible for coordination/supervision; \\n\\n the actor responsible for implementation; \\n\\n the expected time\u00adframe for implementation of task. \\n The work plan should be considered a dynamic document that should be updated periodically and used to guide DDR planners and practitioners on programme imple\u00ad mentation on a day\u00adto\u00adday basis. A generic work plan is included in Annex I; \\n Management arrangements: This section should detail the institutional arrangements established to provide strategic guidance, coordination and implementation of the programme (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures and IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 22, - "Heading1": "8. Stage III: Developing an implementation plan", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A generic work plan is included in Annex I; \\n Management arrangements: This section should detail the institutional arrangements established to provide strategic guidance, coordination and implementation of the programme (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures and IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2614, - "Score": 0.240192, - "Index": 2614, - "Paragraph": "To ensure an integrated approach to DDR programme development and management, all UN entities should participate in and contribute to the various processes involved, in parti- cular, conducting comprehensive technical assessments, the design of a programme strategy, the identification of key outputs and results and the development of integrated management arrangements. Participation in these processes is essential to the identification of how each UN entity can best contribute, according to its particular expertise, to both the integrated DDR strategy and the precise methods for ensuring the best possible coordination and a joint overall approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.4. Integrated planning, programming and management", - "Heading4": "", - "Sentence": "To ensure an integrated approach to DDR programme development and management, all UN entities should participate in and contribute to the various processes involved, in parti- cular, conducting comprehensive technical assessments, the design of a programme strategy, the identification of key outputs and results and the development of integrated management arrangements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2484, - "Score": 0.235702, - "Index": 2484, - "Paragraph": "This section is intended to assist DDR programme managers in the field to develop RBB frameworks for submission to the Department of Peacekeeping Operations, which will serve as the basis for cost estimates. Mission budget officers who are specialized in the develop\u00ad ment of RBB frameworks should be able to assist with the development of this tool.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "", - "Sentence": "This section is intended to assist DDR programme managers in the field to develop RBB frameworks for submission to the Department of Peacekeeping Operations, which will serve as the basis for cost estimates.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3153, - "Score": 0.235702, - "Index": 3153, - "Paragraph": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003. The NCDDRR will consist of representatives from relevant National Transitional Government of Liberia (NTGL) agencies, the Government of Liberia (GOL), the Liberians United for Reconciliation and Democracy (LURD), the Movement for Democracy in Liberia (MODEL), the Economic Community of West African States (ECOWAS), the United Nations (UN), the African Union (AU) and the International Contact Group on Liberia (ICGL).The NCDDRR will: \\n provide policy guidance to the Joint Implementation Unit (JIU); \\n formulate the strategy and co-ordinate all government institutions in support of the Disarmament, Demobilization, Rehabilitation and Reintegration Programme (DDRRP); \\n identify problems related to programme implementation and impact; and \\n undertake all measures necessary for their quick and effective solution. During start-up, the NCDDRR will hold at least monthly meetings, but extraordinary meetings can be called if necessary.The NCDDRR will be supported by a Secretary, who will be responsible for: \\n reporting to the NCDDRR on the activities of the JIU with regard to the DDRR process; \\n promoting programme activities as well as managing relationships with external key stakeholders; \\n assisting the JIU with necessary support and facilitation required to secure the political commitment of the leadership of the various fighting groups in order to implement the DDRR programme; \\n participating in the various committees of the JIU \u2013 particularly with the Technical Coordination Committee and the Project Approval Committee (PAC); \\n providing general oversight of the DDRR process on behalf of the NCDDRR committee and preparing reports to the committee.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Implementation modalities", - "Heading3": "The national commission", - "Heading4": "", - "Sentence": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2021, - "Score": 0.234261, - "Index": 2021, - "Paragraph": "Monitoring and evaluation (M&E) has been one of the weakest areas of disarmament, demo\u00ad bilization and reintegration (DDR) programme management in the past, partly due to a lack of proper planning, a standardized M&E framework, and human and financial resources specifically dedicated to M&E. Past experiences have highlighted the need for more effective M&E in order to develop an effective, efficient and sustainable DDR programme that will achieve the objectives of improving stability and security.M&E is an essential management tool and provides a chance to track progress, improve activities, objectively verify the outcomes and impact of a programme, and learn lessons that can be fed into future programmes and policies. This module outlines standards for improving inter\u00adagency cooperation in designing and conducting effective M&E. It further shows how M&E can be planned and implemented effectively through a creation of a DDR\u00ad specific M&E work plan, which consists of a plan for data collection, data analysis and reporting. It also provides some generic M&E indicators within a results\u00admanagement frame\u00ad work, which can be modified and adapted to each programme and project.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Past experiences have highlighted the need for more effective M&E in order to develop an effective, efficient and sustainable DDR programme that will achieve the objectives of improving stability and security.M&E is an essential management tool and provides a chance to track progress, improve activities, objectively verify the outcomes and impact of a programme, and learn lessons that can be fed into future programmes and policies.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2121, - "Score": 0.234082, - "Index": 2121, - "Paragraph": "In general, the results and conclusions of evaluations should be used in several important and strategic ways: \\n A key function of evaluations is to enable practitioners and programme managers to identify, capture and disseminate lessons learned from programme implementation. This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy. This is particularly useful when programmes are designed to be implemented in phases, which allows for the assessment and identification of problems and best practice at the end of each phase, which can then be fed into later phases; \\n Evaluations also contribute to discussions between policy makers and practitioners on the further development of international and regional policies on DDR, by providing them with information and analyses that influence the way key policy issues can be dealt with and decisions reached. Evaluations can provide invaluable support to the elaboration of future policy frameworks for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 12, - "Heading1": "7. Evaluations", - "Heading2": "7.4. Use of evaluation results", - "Heading3": "", - "Heading4": "", - "Sentence": "This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2997, - "Score": 0.232495, - "Index": 2997, - "Paragraph": "DDR HIV/AIDS Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming activities to deal with the HIV/ AIDS issue in post\u00adconflict peace\u00adbuilding and is expected to work closely with the HIV/ AIDS adviser of the peacekeeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR HIV/AIDS Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of activities to address the HIV/AIDS issue through all phases of the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, par\u00ad ticularly offices of HIV/AIDS reintegration; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups; \\n document and disseminate data and issues relating to HIV/AIDS as well as the factors fuelling the epidemic in the armed forces and groups; \\n prepare and provide briefing notes and guidance for relevant actors including national partners, UN agencies, international NGOs, donors and others on gender and HIV/ AIDS in the context of DDR; \\n provide technical support and advice on HIV/AIDS to national partners on policy development related to DDR and human security; \\n develop tools and other practical guides for the implementation of HIV/AIDS strategies within DDR and human security frameworks; \\n generate effective results\u00adoriented partnerships among different partners, civil society and community\u00adbased actors to implement a consolidated response to HIV/AIDS within the framework of the DDR programme. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 28, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.13: DDR HIV/AIDS Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n ensure the full integration of activities to address the HIV/AIDS issue through all phases of the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, par\u00ad ticularly offices of HIV/AIDS reintegration; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups; \\n document and disseminate data and issues relating to HIV/AIDS as well as the factors fuelling the epidemic in the armed forces and groups; \\n prepare and provide briefing notes and guidance for relevant actors including national partners, UN agencies, international NGOs, donors and others on gender and HIV/ AIDS in the context of DDR; \\n provide technical support and advice on HIV/AIDS to national partners on policy development related to DDR and human security; \\n develop tools and other practical guides for the implementation of HIV/AIDS strategies within DDR and human security frameworks; \\n generate effective results\u00adoriented partnerships among different partners, civil society and community\u00adbased actors to implement a consolidated response to HIV/AIDS within the framework of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3165, - "Score": 0.231125, - "Index": 3165, - "Paragraph": "A military liaison office will be created to facilitate co-operation with UNMIL and the DD Unit for all security-related aspects of the programme. Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Roles and functions of the military units", - "Heading4": "", - "Sentence": "Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2461, - "Score": 0.229416, - "Index": 2461, - "Paragraph": "In most cases, the development of DDR programmes happens at the same time as the devel\u00ad opment of programmes in other sectors such as rule of law, SSR, reintegration and recovery, and peace\u00adbuilding. The DDR programmes should be linked, as far as possible, to these other processes so that each process supports and strengthens the others and helps integrate DDR into the broader framework for international assistance. DDR should be viewed as a com\u00ad ponent of a larger strategy to achieve post\u00adconflict objectives and goals. Other processes to which DDR programme could be linked include JAM/PCNA activities, and the development of a common country assessment/UN development assessment framework and poverty reduction strategy paper (also see IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.7. Ensuring cross-programme links with broader transition and recovery frameworks", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR programmes should be linked, as far as possible, to these other processes so that each process supports and strengthens the others and helps integrate DDR into the broader framework for international assistance.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2663, - "Score": 0.229416, - "Index": 2663, - "Paragraph": "The role of the receiving communities is central to the successful reintegration of ex-com- batants. Therefore, close consultation must take place with all levels of the local community about the possible implications of the DDR programme for these communities, and the type of support (economic, reconciliation, etc.) required to reintegrate ex-combatants. This issue of returning ex-combatants to the communities must be assessed together with the overall impact of all the groups of people who will return, including internally displaced persons and refugees.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Local participation", - "Sentence": "Therefore, close consultation must take place with all levels of the local community about the possible implications of the DDR programme for these communities, and the type of support (economic, reconciliation, etc.)", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2483, - "Score": 0.226455, - "Index": 2483, - "Paragraph": "The results\u00adbased budgeting (RBB) framework is the main budgetary planning tool used by the UN Secretariat and peacekeeping missions, and is part of the Secretary\u00adGeneral\u2019s programme of reform and vision of a more results\u00adoriented organization.An important feature of RBB is the definition of expected results at the beginning of the planning and budget cycle, before the programme is implemented. Thus RBB aims to shift focus from output accounting (i.e., activities) to results\u00adbased accountability (i.e., indi\u00ad cators of achievements). RBB is therefore not simply an administrative process, but a strategic planning tool, improving the clarity of programmes, and bringing about a common under\u00ad standing and better communication between Member States and programme managers to improve results. Results\u00adbased management is intended to be a dynamic process, providing feedback throughout the full programme cycle: planning, programming, budgeting, and monitoring and evaluation. Since it was introduced, RBB has continued to evolve in order to better fulfil its role as a strategic planning tool for the UN.RBB has four main components: \\n the DDR objective statement, serving as the basis for developing programme activities and identifying benchmarks for success; \\n indicators of achievement, which measure performance, justify the resource requirements and are linked to outputs; \\n outputs, listing the activities that will be conducted in order to achieve the objective; \\n external factors, identifying factors outside of the programme manger\u2019s control that may have an impact on programme performance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 20, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Since it was introduced, RBB has continued to evolve in order to better fulfil its role as a strategic planning tool for the UN.RBB has four main components: \\n the DDR objective statement, serving as the basis for developing programme activities and identifying benchmarks for success; \\n indicators of achievement, which measure performance, justify the resource requirements and are linked to outputs; \\n outputs, listing the activities that will be conducted in order to achieve the objective; \\n external factors, identifying factors outside of the programme manger\u2019s control that may have an impact on programme performance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2802, - "Score": 0.224309, - "Index": 2802, - "Paragraph": "Deputy Chief, DDR Unit (P5\u2013P4)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent reports directly to the Deputy SRSG (Resident Coordinator/Humani\u00ad tarian Coordinator). In most cases, the staff member filling this post would be seconded and paid for by UNDP. For duration of his/her secondment as Deputy Chief, he/she will receive administrative and logistic support from the peacekeeping mission.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Deputy Chief is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities. Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 11, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.2: Deputy Chief, DDR Unit (P5\u2013P4)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2093, - "Score": 0.223607, - "Index": 2093, - "Paragraph": "The scope or extent of an evaluation, which determines the range and type of indicators or factors that will be measured and analysed, should be directly linked to the objectives and purpose of the evaluation process, and how its results, conclusions and proposals will be used. In general, the scope of an evaluation varies between evaluations that focus primarily on \u2018impacts\u2019 and those that focus on broader \u2018outcomes\u2019: \\n Outcome evaluations: These focus on examining how a set of related projects, programmes and strategies brought about an anticipated outcome. DDR programmes, for instance, contribute to the consolidation of peace and security, but they are not the sole pro\u00ad gramme or factor that explains progress in achieving (or not achieving) this outcome, owing to the role of other programmes (SSR, police training, peace\u00adbuilding activities, etc.). Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome. In this regard, outcome evaluations are primarily designed for broad comparative or strategic policy purposes. Example of an objective: \u201cto contribute to the consolidation of peace, national security, reconciliation and development through the disarmament, demobilization and reintegration of ex\u00adcombatants into civil society\u201d; \\n Impact evaluations: These focus on the overall, longer\u00adterm impact, whether intended or unintended, of a programme. Impact evaluations can focus on the direct impacts of a DDR programme \u2014 e.g., its ability to successfully demobilize entire armies and decrease the potential for a return to conflict \u2014 and its indirect impact in helping to increase economic productivity at the local level, or in attracting ex\u00adcombatants from neighbouring countries where other conflicts are occurring. An example of an objective of a DDR programme is: \u201cto facilitate the development and environment in which ex\u00ad combatants are able to be disarmed, demobilized and reintegrated into their communities of choice and have access to social and economic reintegration opportunities\u201d.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "7. Evaluations", - "Heading2": "7.1. Establishing evaluation scope", - "Heading3": "", - "Heading4": "", - "Sentence": "Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2264, - "Score": 0.223607, - "Index": 2264, - "Paragraph": "If the integrated DDR programme is made operational through an association between activi- ties and projects to be implemented and/or managed by identified UN agencies or other partners, funding can be still be channelled through a central mechanism. If the donor(s) and participating UN organizations agree to channel the funds through one participating UN organization, then the pass-through method is used. In such a case, the AA would be jointly selected by the DDR coordination committee. Programmatic and financial account- ability should then rest with the participating organizations and (sub-)national partners that are managing their respective components of the joint programme. This approach has the advantage of allowing funding of DDR on the basis of an agreed-upon division of labour within the UN system (see Annex D.2).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.2. Pass-through funding", - "Heading4": "", - "Sentence": "If the integrated DDR programme is made operational through an association between activi- ties and projects to be implemented and/or managed by identified UN agencies or other partners, funding can be still be channelled through a central mechanism.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3176, - "Score": 0.223607, - "Index": 3176, - "Paragraph": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes. At each phase: \\n the administration of assistance has to be accounted for; \\n weapons collected need to be classified and analysed; \\n beneficiaries of reintegration assistance need to be tracked; and \\n the quality of services provided during the implementation of the programme needs to be assessed.To plan, monitor and evaluate the processes, a management information system (MIS) regarding the discharged ex-combatants is required and will contain the following components: \\n a database on the basic socio-economic profile of ex-combatants; \\n a database on disarmament and weapons classification; \\n a database of tracking benefit administration such as on payments of the settling-in package, training scholarships and employment subsidies to the ex-combatants; and \\n a database on the programme\u2019s financial flows.The MIS depends on the satisfactory performance of all those involved in the collection and processing of information. There is, therefore, a need for extensive training of enumer- ators, country staff and headquarters staff. Particular emphasis will be given to the fact that the MIS is a system not only of control but also of assistance. Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization. In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation. The system serves multiple functions and users. It is also updated from multiple data sources.The MIS may be conceived as comprising several simple databases that are logically linked together using a unique identifier (ID number). An MIS expert will be recruited to design, install and run the programme start-up. To keep the overheads of maintaining the system to a minimum, a self-updating and checking mechanism will be put in place.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 24, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2400, - "Score": 0.218218, - "Index": 2400, - "Paragraph": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector. While generic (general) objectives exist, they should be adapted to the realities and needs of each context. The set of general and specific objectives outlined in this section make up the overall framework for the DDR programme.Example: Objectives of the national DDR programme in the Democratic Republic of the Congo (DRC) \\n General objective: Contribute to the consolidation of peace, national reconciliation and the socio\u00adeconomic reconstruction of the country, as well as regional stability.Specific objectives: \\n Disarm combatants belonging to the armed groups and forces that will not be integrated into the DRC armed forces or in the police, as foreseen in the DRC peace accords; \\n Demobilize the military elements and armed groups not eligible for integration into the DRC armed forces; \\n Reintegrate demobilized elements into social and economic life within the framework of community productive systems.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.2. DDR programme objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2080, - "Score": 0.216506, - "Index": 2080, - "Paragraph": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget. If results indicate that implementation is \u2018off course\u2019, these results provide DDR management with infor\u00ad mation on what corrective action needs to be taken in order to bring implementation back into conformity with the overall programme implementation strategy and work plan. These results are therefore an important management tool; \\n Revision of programme strategy: Monitoring results can also provide information on the relevance or effectiveness of an existing strategy or course of action to produce specific outcomes or achieve key objectives. In certain cases, such results can demonstrate that a given course of action is not producing the intended outcomes and can provide DDR managers with an opportunity to reformulate or revise specific implementation strategies and approaches, and make the corresponding changes to the programme work plan. Examples include types of reintegration assistance that are not viable or appro\u00ad priate to the local context, and that can be corrected before many other ex\u00adcombatants enter similar schemes; \\n Use of resources: Monitoring results can provide important indications about the effi\u00ad ciency with which resources are used to implement activities and achieve outcomes. Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives. In this regard, accurate and timely monitoring can enable programme managers to develop more cost\u00adeffective or efficient uses and distri\u00ad bution of resources.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "6. Monitoring", - "Heading2": "6.3. Use of monitoring results", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2058, - "Score": 0.213201, - "Index": 2058, - "Paragraph": "Indicators are variables (i.e., factors that can change, e.g., number of weapons collected) that should be measured to reveal progress (or lack thereof) towards the achievement of objectives, outcomes or outputs, and should provide information on what has been achieved in either quantitative or qualitative terms, or changes over time. In order for indicators to be meaningful, measurement must be made against a baseline, or baseline data, both of which are collected either in the context of the pre\u00adprogramme comprehensive assessment or during programme implementation. In general, most indicators should be developed together with the definition of programme activities, outputs, outcomes, objectives and goals. In general, indicators can be classified as follows: \\n Performance indicator: A particular characteristic or dimension used to measure intended changes defined by a programme results framework. Performance indicators are used to observe progress and to measure actual outputs and outcomes compared to those that were expected. They indicate \u2018how, \u2018whether\u2019 or \u2018to what extent\u2019 a unit is pro\u00ad gressing towards its objectives, rather than \u2018why\u2019 or \u2018why not\u2019 such progress is being made. Performance indicators are usually expressed in quantifiable terms, and should be objective and measurable (e.g., numeric values, percentages, scores and indices); \\n Impact indicator: A variable or set of variables used to measure the overall and long\u00ad term impact of an intervention, i.e., overall changes in the environment that DDR aims to influence. Impact indicators often use a composite set (or group) of indicators, each of which provides information on the size, sustainability and consequences of a change brought about by a DDR intervention. Such indicators can include both quan\u00ad titative variables (e.g., change in homicide levels or incidence of violence) or qualitative variables (e.g., behavioural change among reintegrated ex\u00adcombatants, social cohesion, etc.). Impact indicators depend on comprehensive and reliable baseline data, and should be as specific in possible in order to isolate the impact of DDR on complex social and economic dynamics from other factors and processes; \\n Proxy indicators: Cost, complexity and/or the timeliness of data collection may prevent a result from being measured directly. In this case, proxy indicators \u2014 which are variables that substitute for others that are difficult to measure directly \u2014 may reveal performance trends and make managers aware of potential problems or areas of success. This is often the case for outcomes in behavioural change, social cohesion and other results that are difficult to measure.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 6, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4. Development of M&E indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "In order for indicators to be meaningful, measurement must be made against a baseline, or baseline data, both of which are collected either in the context of the pre\u00adprogramme comprehensive assessment or during programme implementation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2673, - "Score": 0.213201, - "Index": 2673, - "Paragraph": "The assessment mission should examine the illicit supply of small arms and light weapons coming into the post-conflict zone. This is often caused by porous borders and weak border- policing capacities. Arms embargoes should be considered as one tool available to deal with illicit trafficking of small arms and light weapons, thus supporting both DDR and the wider national recovery programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Arms embargoes", - "Sentence": "Arms embargoes should be considered as one tool available to deal with illicit trafficking of small arms and light weapons, thus supporting both DDR and the wider national recovery programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2913, - "Score": 0.208514, - "Index": 2913, - "Paragraph": "DDR Officer (P4\u2013P3, International)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the Chief and Deputy Chief of the DDR Unit in operational planning for the disarmament, demobilization and reintegration, including developing the policies and programmes, as well as implementation targets and work plans; \\n undertake negotiations with armed forces and groups in order to create conditions for their entrance into the DDR programme; \\n undertake and organize risk and threat assessments, target group profiles, political fac\u00ad tors, security, and other factors affecting operations; \\n undertake planning of weapons collection activities, in conjunction with the military component of the peacekeeping mission; \\n undertake planning and management of the demobilization phase of the programme, which may include camp management, as well as short\u00adterm transitional support to demobilized combatants; \\n provide support for the development of joint programming frameworks on reintegration with the government and partner organizations, taking advantage of opportunities and synergies with economic recovery and community development programmes; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.; \\n coordinate and facilitate the participation of local communities in the planning and implementation of reintegration assistance, using existing capacities at the local level and in close synergy with economic recovery and local development initiatives; \\n liaise closely with organizations and partners to develop assistance programmes for vulnerable groups, e.g., women and children; \\n facilitate the mobilization and organization of networks of local partners around the goals of socio\u00adeconomic reintegration and economic recovery, involving local NGOs, community\u00adbased organizations, private sector enterprises, and local authorities (com\u00ad munal and municipal); \\n supervise the undertaking of studies to determine reinsertion and reintegration benefits and implementation modalities; \\n ensure good coordination and information sharing with implementation partners and other organizations, as well as with other relevant sections of the mission; \\n ensure that DDR activities are well integrated and coordinated with the activities of other mission components (particularly communication and public information, mis\u00ad sion analysis, political, military and police components); \\n perform a liaison function with other national and international actors in matters related to DDR; \\n support development of appropriate legal frameworks on disarmament and weapons control. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 20, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.8: DDR Officer (P4\u2013P3, International)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3140, - "Score": 0.206041, - "Index": 3140, - "Paragraph": "UN support to national efforts take place in the following areas (the actual degree of UN engagement should be determined on the basis of the considerations outlined above): \\n Political/Strategic support: In order for the international community to provide political support to the DDR process, it is essential to understand the dynamics of both the conflict and the post-conflict period. By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process. The UN system should play an important role in supporting the development of national and local capacities for DDR through providing technical assistance, establishing partnership arrangements with national institutions, and pro- viding training and capacity-building to local implementing partners; \\n Support for the establishment of legal frameworks: A key area in which international exper- tise can support the development of national capacities is in the drawing up of legal frameworks for DDR and related processes of SSR and weapons management. The UN system should draw on experiences from a range of political and legal systems, and assist national authorities in drafting appropriate legislation and legal instruments; \\n Technical assistance for policy and planning: Through the provision of technical assistance, the UN system should provide direct support to the development of national DDR policy and programmes. It is important to ensure, however, that this assistance is provided through partnership or mentoring arrangements that allow for knowledge and skills transfers to national staff, and to avoid situations where international experts take direct responsibility for programme functions within national institutions. When several international institutions are providing technical assistance to national authori- ties, it is important to ensure that this assistance is coordinated and coherent; \\n Direct support for implementation and financial management: The UN system may also be called upon, either by Security Council mandate or at the request of national authorities, to provide direct support for the implementation of certain components of a DDR pro- gramme, including the financial management of resources for DDR. A memorandum of understanding should be established between the UN and national authorities that defines the precise area of responsibility for programme delivery, mechanisms for co- ordination with local partners and clear reporting responsibilities; \\n Material/Logistic support: In the post-conflict period, many national institutions lack both material and human resources. The UN system should provide material and logistic support to national DDR institutions and implementing agencies, particularly in the areas of: information and communications technology and equipment; transportation; rehabilitation, design and management of DDR sites, transit centres and other facilities; the establishment of information management and referral systems; and the procurement of basic goods for reinsertion kits, among others (also see IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization and IDDRS 4.30 on Social and Economic Reintegration); \\n Training programmes for national staff: The UN system should further support capacity development through the provision of training. There are a number of different training methodologies, including the provision of courses or seminars, training of trainers, on- the-job or continuous training, and exchanges with experts from other national DDR institutions. Although shortage of time and money may limit the training options that can be offered, it is important that the approach chosen builds skills through a continuous process of capacity development that transfers skills to local actors; \\n Support to local capacity development and community empowerment: Through local capacity development and community empowerment, the UN system should support local ownership of DDR processes and programmes. Since the success of the DDR process depends largely on the reintegration of individuals at the community level, it is im- portant to ensure that capacity development efforts are not restricted to assisting national authorities, but include direct support to communities in areas of reintegration. In particular, international agencies can help to build local capacities for participation in assessment and planning processes, project and financial management, reporting, and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 14, - "Heading1": "8. The role of international assistance", - "Heading2": "8.2. Areas of UN support", - "Heading3": "", - "Heading4": "", - "Sentence": "By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2716, - "Score": 0.204124, - "Index": 2716, - "Paragraph": "A well-resourced, joint strategic and operational plan for the implementation of DDR in country x. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing planning capacities and physical resources to: \\n 1. Establish all-inclusive joint planning mechanisms; \\n 2. Develop a time-phased concept of the DDR operations; \\n 3. Establish division of labour for key DDR tasks; \\n 4. Estimate the broad resource requirements; \\n 5. Start securing voluntary contributions; \\n 6. Start the procurement of DDR items with long lead times; \\n 7. Start the phased recruitment of personnel required from DPKO and other UN agencies; \\n 8. Raise a military component from the armed forces of Member States for DDR activities; \\n 9. Establish an effective public information campaign; \\n 10. Establish programmatic links between the DDR operation and other areas of the mission\u2019s work: security sector reform; recovery and reconstruction; etc.; \\n 11. Support the implementation of the established DDR strategy/plan.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #2", - "Heading4": "", - "Sentence": "Support the implementation of the established DDR strategy/plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1994, - "Score": 0.204124, - "Index": 1994, - "Paragraph": "DDR is one component of a multidimensional peacekeeping operation. Other components may include: \\n mission civilian substantive staff and the staff of political, humanitarian, human rights, public information, etc., programmes; \\n military and civilian police headquarters staff and their functions; \\n military observers and their activities; \\n military contingents and their operations; \\n civilian police officers and their activities; \\n formed police units and their operations; \\n UN support staffs; \\n other UN agencies, programmes and funds, as mandated.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.2. A multidimensional operation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is one component of a multidimensional peacekeeping operation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2222, - "Score": 0.204124, - "Index": 2222, - "Paragraph": "Although most post-conflict governments lack institutional capacity to carry out DDR, many (such as Sierra Leone) contribute towards the cost of domestic DDR programmes, given their importance as a national priority. Although these funds are not generally used to finance UN-implemented activities and operations, they play a key role in establishing and making operational national DDR institutions and programmes, while helping to generate a mean- ingful sense of national ownership of the process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.2. Government grants", - "Heading3": "", - "Heading4": "", - "Sentence": "Although most post-conflict governments lack institutional capacity to carry out DDR, many (such as Sierra Leone) contribute towards the cost of domestic DDR programmes, given their importance as a national priority.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2631, - "Score": 0.204124, - "Index": 2631, - "Paragraph": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "", - "Heading4": "", - "Sentence": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2895, - "Score": 0.204124, - "Index": 2895, - "Paragraph": "DDR Monitoring and Evaluation Officer (P2\u2013UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\nAccountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Monitoring and Evaluation Officer is responsible for the follow\u00ad ing duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n develop monitoring and evaluation criteria for all aspects of disarmament and reinte\u00ad gration activities, as well as an overall strategy and monitoring calendar; \\n establish baselines for monitoring and evaluation purposes in the areas related to disarmament and reintegration, working in close collaboration with the disarmament and reintegration officers, to allow for effective evaluations of programme impact; \\n undertake periodic reviews of disarmament and reintegration activities to assess effec\u00ad tiveness, efficiency, achievement of results and compliance with procedures; \\n develop a field manual on standards and procedures for use by local partners and executing agencies, and organize training; \\n undertake periodic field visits to inspect the provision of reinsertion benefits and the implementation of reintegration projects, and reporting; \\n develop recommendations on ongoing and future activities, lessons learned, modifica\u00ad tions to implementation strategies and arrangements with partners. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 19, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.7: DDR Monitoring and Evaluation Officer (P2\u2013UNV) Draft generic job profile", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2931, - "Score": 0.204124, - "Index": 2931, - "Paragraph": "Draft generic job profileOrganizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Reintegration Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. There\u00ad fore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the development of the registration, reinsertion and reintegration component of the disarmament and reintegration programme, including overall framework, imple\u00admentation strategy, and operational modalities, respecting national programme priori\u00ad ties and targets; \\n supervise field office personnel on work related to reinsertion and reintegration; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.; \\n coordinate and facilitate the participation of local communities in the planning and implementation of reintegration assistance, using existing capacities at the local level and in close synergy with economic recovery and local development initiatives; \\n liaise closely with organizations and partners to develop assistance programmes for vulnerable groups, e.g., women and children; \\n facilitate the mobilization and organization of networks of local partners around the goals of socio\u00adeconomic reintegration and economic recovery, involving local NGOs, community\u00adbased organizations, private sector enterprises and local authorities (com\u00ad munal and municipal); \\n supervise the undertaking of studies to determine reinsertion and reintegration benefits and implementation modalities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 22, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.9: Reintegration Officer (P4\u2013P3, International)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2954, - "Score": 0.204124, - "Index": 2954, - "Paragraph": "Small Arms and Light Weapons Officer (P4\u2013P3)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Small Arms and Light Weapons Officer is responsible for the follow\u00ad ing duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n formulate and implement, within the DDR programme, a small arms and light weapons (SALW) reduction and control project for the country in support of the peace process; \\n coordinate SALW reduction and control activities taking place in the country and among the parties, the national government, civil society and the donor community; \\n provide substantive technical inputs and advice to the Chief of the DDR Unit and the national authorities for the development of national legal instruments for the control of SALW; \\n undertake broad consultations with relevant stakeholders through inclusive and par\u00ad ticipatory processes through community\u00adbased violence and weapons reduction pro\u00ad gramme; \\n manage the collection of data on SALW stocks during the disengagement and DDR processes; \\n develop targeted training programmes for national institutions on SALW; \\n liaise closely with the gender and HIV/AIDS adviser in the mission or these capacities seconded to the DDR Unit by UN entities to ensure that gender issues are adequately reflected in policy, legislation, programming and resource mobilization, and develop strategies for involvement of women in small arms management and control activities; \\n\\n ensure timely and effective delivery of project inputs and outputs; \\n\\n undertake continuous monitoring of project activities; produce top\u00adlevel progress and briefing reports; \\n support efforts in resource mobilization and development of strategic partnerships with multiple donors and agencies. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 25, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.11: Small Arms and Light Weapons Officer (P3\u2013P4)", - "Heading3": "Draft generic Job Profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2972, - "Score": 0.204124, - "Index": 2972, - "Paragraph": "Education: Advanced university degree in social sciences, management, economics, business administration, international development or other relevant fields. A relevant combination of academic qualifications and experience in related areas may be accepted in lieu of the advanced degree. \\n Work experience: Minimum of five years of substantial experience working on post\u00adconflict, progressive national and international experience and knowledge in development work, with specific focus on disarmament, demobilization, reintegration and small arms control programmes. An understanding of the literature on DDR and security sector reform. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 26, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.11: Small Arms and Light Weapons Officer (P3\u2013P4)", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "An understanding of the literature on DDR and security sector reform.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3042, - "Score": 0.204124, - "Index": 3042, - "Paragraph": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself. All stakeholders should agree to the establishment of the mandate and legal framework (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2243, - "Score": 0.202113, - "Index": 2243, - "Paragraph": "The core elements of a DDR financial and management structure should ideally include the following: \\n a steering committee to provide overall strategic guidance and policy direction on DDR financing; ensure coherence with DDR strategy, priorities and programming framework; and ensure adequate coordination among key stakeholders (national actors, donors, UN agencies, the World Bank and other partners); \\n a coordination committee to coordinate the overall programme of activities to be financed through the funding structure, monitor coherence of programme activities and funding structure objectives, and ensure that the programmes are coordinated with broader frameworks and processes (e.g., recovery and SSR), as well as the overall national pro- gramme and other initiatives taking place at the same time; \\n a technical committee to provide general technical advice, carry out technical review of funding proposals and eligibility, and provide recommendations on the suitability of funding. The technical committee should include UN technical advisers, national rep- resentatives, donors and the chair of the steering committee; \\n a project approval committee to examine and approve eligible funding proposals sub- mitted to the DDR funding structure, provide strategic guidance on the use of funds, and ensure coherence and coordination between the funding structure and national priorities; \\n a secretariat to support the work of the committee through informational, administra- tive and secretarial responsibilities. The secretariat should also ensure adequate and consistent reporting on activities financed by the funding structure, as well as overall financial tracking. In certain cases, the secretariat could also be tasked with management of financial services such as procurement and contracting.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.2. Institutional and management structures", - "Heading3": "", - "Heading4": "", - "Sentence": "The core elements of a DDR financial and management structure should ideally include the following: \\n a steering committee to provide overall strategic guidance and policy direction on DDR financing; ensure coherence with DDR strategy, priorities and programming framework; and ensure adequate coordination among key stakeholders (national actors, donors, UN agencies, the World Bank and other partners); \\n a coordination committee to coordinate the overall programme of activities to be financed through the funding structure, monitor coherence of programme activities and funding structure objectives, and ensure that the programmes are coordinated with broader frameworks and processes (e.g., recovery and SSR), as well as the overall national pro- gramme and other initiatives taking place at the same time; \\n a technical committee to provide general technical advice, carry out technical review of funding proposals and eligibility, and provide recommendations on the suitability of funding.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 17, - "Score": 0.589256, - "Index": 17, - "Paragraph": "Refers to both individuals and groups who receive indirect benefits through a UN-supported DDR operation or programme. This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 1, - "Heading1": "Beneficiary/ies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 99, - "Score": 0.363803, - "Index": 99, - "Paragraph": "Criteria that establish who will benefit from DDR assistance and who will not. there are five categories of people that should be taken into consideration in DDR programmes: (1) male and female adult combatants; (2) children associated with armed forces and groups; (3) those working in non-combat roles (including women); (4) ex-combatants with disabilities and chronic illnesses; and (5) dependants. \\nWhen deciding on who will benefit from DDR assistance, planners should be guided by three principles, which include: (1) focusing on improving security. DDR assistance should target groups that pose the greatest risk to peace, while paying careful attentions to laying the foundation for recovery and development; (2) balancing equity with security. Targeted assistance should be balanced against rewarding violence. Fairness should guide eligibility; and (3) achieving flexibility. \\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Eligibility criteria ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 373, - "Score": 0.33541, - "Index": 373, - "Paragraph": "Sensitization within the DDR context refers to creating awareness, positive understanding and behavioural change towards: (1) specific components that are important to DDR planning, implementation and follow-up; and (2) transitional changes for ex-combatants, their dependants and surrounding communities, both during and post-DDR processes. For those who are planning and implementing DDR, sensitization can entail making sure that specific needs of women and children are included within DDR programme planning. It can consist of taking cultural traditions and values into consideration, depending on where the DDR process is taking place. For ex-combatants, their dependants and surrounding communities who are being sensitized, it means being prepared for and made aware of what will happen to them and their communities after being disarmed and demobilized, e.g., taking on new livelihoods, which will change both their lifestyle and environment. Such sensitization processes can occur with a number of tools: training and issue-specific workshops; media tools such as television, radio, print and poster campaigns; peer counselling, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 22, - "Heading1": "Sensitization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For those who are planning and implementing DDR, sensitization can entail making sure that specific needs of women and children are included within DDR programme planning.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 551, - "Score": 0.331133, - "Index": 551, - "Paragraph": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR). CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure. Specific provisions for CVR may also be included in local-level peace agreements, sometimes instead of DDR programmes (see IDDRS 2.20 on The Politics of DDR).When the preconditions for a DDR programme are absent, CVR may be used to contribute to security and stabilization, to help make the returns of stability more tangible, and to create more conducive environments for national and local peace processes. More specifically, CVR programmes can be used as a means to: \\n De-escalate violence during a preliminary ceasefire and build confidence before the signature of a Comprehensive Peace Agreement (CPA) and the launch of a DDR programme; \\n Prevent at-risk individuals, particularly at-risk youth, from joining armed groups; \\n Stop former members of armed groups from rejoining these groups and from en- gaging in violent crime and destructive social unrest; \\n Provide stop-gap reinsertion assistance for a defined period (6\u201318 months), par- ticularly if demobilization is complete and reintegration support is still at the planning and/or resource mobilization stage; \\n Encourage members of armed groups that have not signed on to peace agreements to move away from armed violence; \\n Reorient members of armed groups away from waging war and towards construc- tive activities; \\n Reduce violence in communities and neighbourhoods that are vulnerable to high rates of armed violence, organized crime and/or sexual or gender-based violence; and \\n Increase the capacity of communities and neighbourhoods to absorb newly rein- serted and reintegrated former combatants.CVR programmes are typically short to medium term and include, but are not limited to, a combination of: \\n Weapons and ammunition management; \\n Labour-intensive short-term employment; \\n Vocational/skills training and job employment; \\n Infrastructure improvement; \\n Community security and police rapprochement; \\n Educational outreach and social mobilization; \\n Mental health and psychosocial support, in both collective and individual formats; \\n Civic education; and \\n Gender transformative projects including education and awareness-raising pro- grammes with community members on gender, women\u2019s empowerment, and con- flict-related sexual and gender-based violence (SGBV) prevention and response.Whether introduced in mission or non-mission settings, CVR priorities and projects should, without exception, be crafted at the local level, with representative participation, and where possible, consultation of community stakeholders, including women, boys, girls and youth.All CVR programmes should be underpinned by a clear theory of change that defines the problem to be solved, surfaces the core assumptions underlying the theory of change, explains the core targets and metrics to be addressed, and describes how the proposed intervention activities will address these issues.Specific theories of change for CVR programmes should be adapted to particular con- texts. However, very often an underlying ex- pectation of CVR is that specific programme activities will provide former combatants and other at-risk individuals with alternatives that are more attractive than joining armed groups or resorting to armed violence and/or provide the mental tools and interpersonal coping strat- egies to resist incitements to violence. Another common underlying expectation is that CVR projects will contribute to social cohesion. In socially cohesive communities, com- munity members feel that they belong to the community, that there is trust between community members, and that community members can work together. Members of socially cohesive communities are more likely to be aware of, and more likely to inter- vene when they see, behaviour that may lead to violence. Therefore, by fostering social cohesion and providing alternatives, communities become active participants in the reduction of armed violence.By promoting peaceful and inclusive societies, CVR has the potential to directly contribute to the Sustainable Development Goals, and particularly SDG 16 on Peace, Justice and Strong Institutions. CVR can also reinforce other SDG targets, including 4.1 and 4.7, on education and promoting cultures of peace, respectively; 5.2 and 5.5, on preventing violence against women and girls and promoting women\u00b4s leadership and participation; and 8.7 and 8.8, related to child soldiers and improving workplace safety. CVR may also contribute to SDG 10.2, on political, social and economic inclusion; 11.1, 11.2 and 11.7, on housing, transport and safe public spaces; and 16.1, 16.2 and 16.4, related to reducing violence, especially against children, and the availability of arms.CVR programmes aim to sustain peace by preventing the (re-)recruitment of former combatants and other individuals at risk of recruitment (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR). Although CVR is essentially a technical intervention, the pro- cess of planning, formulating, negotiating and executing activities may be intensely political. CVR should involve routine engagement and negotiation with government officials, active and/or former members of armed groups, individuals at risk of recruit- ment, business and civic leaders, and communities as a whole; it necessitates a deep understanding of the local context and the common definition/understanding of an overarching CVR strategy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 119, - "Score": 0.316228, - "Index": 119, - "Paragraph": "Programme in which food is supplied on condition that the recipient attends a training programme", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 8, - "Heading1": "Food for training (FFT) ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Programme in which food is supplied on condition that the recipient attends a training programme", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 83, - "Score": 0.306186, - "Index": 83, - "Paragraph": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. detailed field assessments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Detailed field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1175, - "Score": 0.267261, - "Index": 1175, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the political dynamics of DDR:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 120, - "Score": 0.25, - "Index": 120, - "Paragraph": "FFW projects and activities are those in which food is given as full or part payment for work performed in the context of a supervised work programme.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 8, - "Heading1": "Food for work (FFW)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "FFW projects and activities are those in which food is given as full or part payment for work performed in the context of a supervised work programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 283, - "Score": 0.242536, - "Index": 283, - "Paragraph": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Prevention of recruitment, and demobilization and reintegration (PDR)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 453, - "Score": 0.229416, - "Index": 453, - "Paragraph": "Within the DDR context, weapons management refers to the handling, administration and oversight of surrendered weapons, ammunition and unexploded ordnance (UXO) whether received, disposed of, destroyed or kept in long-term storage. An integral part of managing weapons during the DDR process is their registration, which should preferably be managed by international and government agencies, and local police, and monitored by international forces. A good inventory list of weapons\u2019 serial numbers allows for the effective tracing and tracking of weapons\u2019 future usage. During voluntary weapons collections, food or money-related incentives are given in order to encourage registration. \\nAlternately, weapons management refers to a national government\u2019s administration of its own legal weapons stock. Such administration includes registration, according to national legislation, of the type, number, location and condition of weapons. In addition, a national government\u2019s implementation of its transfer controls of weapons, to decrease illicit weapons\u2019 flow, and regulations for weapons\u2019 export and import authorizations (within existing State responsibilities), also fall under this definition.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 26, - "Heading1": "Weapons management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "An integral part of managing weapons during the DDR process is their registration, which should preferably be managed by international and government agencies, and local police, and monitored by international forces.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 474, - "Score": 0.229416, - "Index": 474, - "Paragraph": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict. In a peacekeeping context, this trend has been part of a move towards complex operations that seek to deal with a wide variety of issues ranging from security to human rights, rule of law, elections and economic governance, rather than traditional peacekeeping where two warring parties were separated by a ceasefire line patrolled by blue-helmeted soldiers.The changed nature of peacekeeping and post-conflict recovery strategies requires close coordination among UN departments, agencies, funds and programmes. In the past five years alone, DDR has been included in the mandates for multidimensional peacekeeping operations in Burundi, C\u00f4te d\u2019Ivoire, the Democratic Republic of the Congo, Haiti, Liberia and Sudan. Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes. This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 104, - "Score": 0.223607, - "Index": 104, - "Paragraph": "Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self-reliance. No one can empower another; only the individual can empower herself or himself to make choices or to speak out. However,institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups. Empowerment of recipients, regardless of their gender, should be a central goal of any DDR interventions, and measures must be taken to ensure no particular Group is disempowered or excluded through the DDR process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 7, - "Heading1": "Empowerment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Empowerment of recipients, regardless of their gender, should be a central goal of any DDR interventions, and measures must be taken to ensure no particular Group is disempowered or excluded through the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 131, - "Score": 0.223607, - "Index": 131, - "Paragraph": "The social attributes and opportunities associated with being male and female and the relationships between women, men, girls and boys, as well as the relations between women and those between men. These attributes, opportunities and relationships are socially constructed and are learned through socialization processes. They are context/time-specific and changeable. Gender is part of the broader sociocultural context. Other important criteria for sociocultural analysis include class, race, poverty level, ethnic group and age. The concept of gender also includes the expectations held about the characteristics, aptitudes and likely behaviours of both women and men (femininity and masculinity). The concept of gender is vital, because, when it is applied to social analysis, it reveals how women\u2019s subordination (or men\u2019s domination) is socially constructed. As such, the subordination can be changed or ended. It is not biologically predetermined, nor is it fixed forever. As with any group, interactions among armed forces and groups, members\u2019 roles and responsibilities within the group, and interactions between members of armed forces/groups and policy and decision makers are all heavily influenced by prevailing gender roles and gender relations in society. In fact, gender roles significantly affect the behaviour of individuals even when they are in a sex-segregated environment, such as an all-male cadre.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 8, - "Heading1": "Gender", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender is part of the broader sociocultural context.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 506, - "Score": 0.213201, - "Index": 506, - "Paragraph": "The Inter-Agency Working Group on DDR has published two supplementary publications to the IDDRS: the Operational Guide to the IDDRS and the DDR Briefing Note for Senior Managers. The Operational Guide is intended to help users navigate the IDDRS by briefly outlining the key guidance in each module. The Briefing Note for Senior Managers is intended to facilitate managerial decisions and includes key strategic considerations and their policy implications. Both these publications are available at the UN DDR Resource Centre (http://www.unddr.org), which serves as an online platform on DDR and includes regular updates of both the IDDRS and the Operational Guide, a document database, training tools, a photo library and video clips.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 5, - "Heading1": "3. The integrated DDR standards", - "Heading2": "3.4. Supplementary publications and resources", - "Heading3": "", - "Heading4": "", - "Sentence": "The Inter-Agency Working Group on DDR has published two supplementary publications to the IDDRS: the Operational Guide to the IDDRS and the DDR Briefing Note for Senior Managers.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 159, - "Score": 0.208514, - "Index": 159, - "Paragraph": "Defined by the 52nd Session of ECOSOC in 1997 as \u201cthe process of assessing the implications for women and men of any planned action, including legislation, policies or programmes, in all areas and at all levels. It is a strategy for making women\u2019s as well as men\u2019s concerns and experiences an integral dimension of the design, implementation, monitoring and evaluation of policies and programmes in all political, economic and societal spheres, so that women and men benefit equally and inequality is not perpetrated. The ultimate goal of gender mainstreaming is to achieve gender equality.\u201d Gender mainstreaming emerged as a major strategy for achieving gender equality following the Fourth World Conference on Women held in Beijing in 1995. In the context of DDR, gender mainstreaming is necessary in order to ensure women and girls receive equitable access to assistance programmes and packages, and it should, therefore, be an essential component of all DDR-related interventions. In order to maximize the impact of gender mainstreaming efforts, these should be complemented with activities that are directly tailored for marginalized segments of the intended beneficiary group.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 10, - "Heading1": "Gender mainstreaming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of DDR, gender mainstreaming is necessary in order to ensure women and girls receive equitable access to assistance programmes and packages, and it should, therefore, be an essential component of all DDR-related interventions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/Demobilization.json b/media/usersResults/Demobilization.json deleted file mode 100644 index e258b29..0000000 --- a/media/usersResults/Demobilization.json +++ /dev/null @@ -1,3720 +0,0 @@ -[ - { - "index": 1131, - "Score": 0.408248, - "Index": 1131, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 520, - "Score": 0.408248, - "Index": 520, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1483, - "Score": 0.316228, - "Index": 1483, - "Paragraph": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "DEMOBILIZATION", - "Heading4": "", - "Sentence": "The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1484, - "Score": 0.301511, - "Index": 1484, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. Reinsertion is short-term material and/or financial assistance to meet immediate needs and can last up to one year.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "REINSERTION", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1621, - "Score": 0.288675, - "Index": 1621, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1756, - "Score": 0.288675, - "Index": 1756, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1825, - "Score": 0.27735, - "Index": 1825, - "Paragraph": "Planning should consider that the reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process, in some contexts taking several years to be successfully and sustainably completed with family support at the community level. A well-planned reintegration programme shall be based on a comprehensive understanding of the type of armed force and/or group(s) to which the individual belonged, the duration of his or her membership with the armed force and/or armed group(s), as well as the local context and community dynamics. Furthermore, a well-planned reintegration programme requires clear agreement among all stakeholders on the objectives and results of the programme, the establishment of realistic time frames, clear budgetary requirements and human resource needs, and a clearly defined exit strategy.Planning shall be based on existing assessments that include conflict and development analyses, gender analyses, early recovery and/or post-conflict needs assessments, and reintegration-specific assessments. Those involved in the design and negotiation of reintegration support with Government and other relevant stakeholders shall ensure that a results-based monitoring and evaluation framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.A well-planned reintegration programme shall assess and respond to the needs of its participants and beneficiaries through gender-specific planning. Planning shall be done in close collaboration with related programmes and initiatives. Although long-term planning is required, it shall still allow for a degree of flexibility (see section 3.6). Those involved in planning for reintegration support shall work in an integrated manner with those planning disarmament and demobilization in order to ensure smooth transitions. DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 11, - "Heading1": "3. Guiding principles", - "Heading2": "3.11 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1438, - "Score": 0.258199, - "Index": 1438, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1467, - "Score": 0.223607, - "Index": 1467, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1391, - "Score": 0.223607, - "Index": 1391, - "Paragraph": "Disarmament provisions are not always applied evenly to all parties and, most often, armed forces are not disarmed. This can create an imbalance in the process, with one side being asked to hand over more weapons than the other. Even the symbolic disar- mament or control (safe storage as a part of a supervised process) of a number of the armed forces\u2019 weapons can help to create a perception of parity in the process. This could involve the control of the same number of weapons from the armed forces as those handed in by armed groups.Similarly, because it is often argued that armed forces are required to protect the nation and uphold the rule of law, DDR processes may demobilize only the armed opposition. This can create security concerns for the disarmed and demobilized groups whose opponents retain the ability to use force, and perceptions of inequality in the way that armed forces and groups are treated, with one side retaining jobs and salaries while the other is demobilized. In order to create a more equitable process, mediators may allow for the cantonment or barracking of a number of Government troops equivalent to the number of fighters from armed groups that are cantoned, disarmed and demobilized. They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.2 Parity in disarmament and demobilization", - "Heading4": "", - "Sentence": "They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 640, - "Score": 0.218218, - "Index": 640, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1394, - "Score": 0.215666, - "Index": 1394, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1515, - "Score": 0.208514, - "Index": 1515, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1950, - "Score": 0.204124, - "Index": 1950, - "Paragraph": "In the absence of a peace agreement, reintegration support during ongoing conflict may follow amnesty or other legal processes. An amnesty act or special justice law is usually adopted to encourage combatants to lay down weapons and report to authorities; if they do so they usually receive pardon for having joined armed groups or, in the case of common crimes, reduced sentences.These provisions may also encourage dialogue with armed groups, promote return to communities and support reconciliation through transitional justice and reparations at the community level. Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization). To ensure that amnesty processes are successful, they should include reintegration support to those reporting to the \u2018Amnesty Commission\u2019 and/or relevant authorities.Additional Protocol II to the Geneva Conventions encourages States to grant amnesties for mere participation in hostilities as a means of encouraging armed groups to comply with international humanitarian law. It recognizes that amnesties may also help to facilitate peace negotiations or enable a process of reconciliation. However, amnesties should not be granted for war crimes, genocide, crimes against humanity and gross violations of human rights (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on DDR and Transitional Justice).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.4 Amnesty and other special justice measures during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5351, - "Score": 0.5547, - "Index": 5351, - "Paragraph": "Temporary demobilization sites that make use of existing facilities may be used as an alternative to the construction of semi-permanent demobilization sites. In this approach, combatants and persons associated with armed forces and groups are told to meet at a specific location for demobilization within a specific time period. Temporary demobilization sites may be particularly useful if the target group is small, if individuals are likely to report for demobilization in small groups, or if the target group is scattered in multiple, known locations that are logistically accessible. This kind of site allows demobilization teams to carry out their activities in these locations without the need to build permanent structures. This approach may also be more appropriate than semi-permanent cantonment sites when the target group is already based in the community where its members will reintegrate. This is because combatants who are already in their communities should, where possible, remain there rather than be transported to a demobilization centre and back again. For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites? \\n Are both male and female combatants already in the communities where they will reintegrate? \\n Will the demobilization process consist of formed military units reporting with their commanders, or individual combatants leaving active armed groups? \\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site? (See IDDRS 4.10 on Disarmament.) \\n Will cantonment play an important confidence-building role in the peace process? \\n What does the context tell you about the potential security threat to those who demobilize? Are active armed groups likely to retaliate against former members who opt to demobilize? \\n Can reception, disarmament and demobilization take place at the same site? \\n Can existing sites be used? Do they require refurbishment? \\n Will there be enough resources to build semi-permanent demobilization sites? How long will the construction process take? \\n What are the potential risks of cantoning any one of the groups?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 15, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.2 Temporary demobilization sites", - "Heading4": "", - "Sentence": "For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5456, - "Score": 0.5547, - "Index": 5456, - "Paragraph": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs. The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 22, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.7 Demobilization team structure", - "Heading3": "", - "Heading4": "", - "Sentence": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5420, - "Score": 0.547723, - "Index": 5420, - "Paragraph": "A comprehensive risk and security assessment should be conducted to inform the planning of demobilization operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries. The assessment should identify the tolerable risk (the risk accepted by society in a given context based on current values), and then identify the protective measures necessary to achieve a residual risk (the risk remaining after protective measures have been taken). Risks related to women, youth, children, dependants and other specific-needs groups should also be considered. In developing this \u2018safe\u2019 working environment, it must be acknowledged that there can be no absolute safety and that many of the activities carried out during demobilization operations have a high risk associated with them. However, national authorities, international organizations and non-governmental organizations must try to achieve the highest possible levels of safety. Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement. \\n Attacks on demobilized individuals: In some instances, peace agreements may cause armed groups to fracture, with some parts of the group opting to enter DDR while others continue fighting. In these instances, those who favour continued armed conflict may retaliate against individuals who demobilize. In some cases, active armed groups may approach demobilization sites with the aim of retrieving their former members. If demobilized individuals have already returned home, members of active armed groups may attempt to track these individuals down in order to punish or forcibly re-recruit them. The family members of the demobilized may also be subject to threats and attacks, particularly if they reside in areas where members of their family member\u2019s former group are still present. \\n Attacks on women and minority groups: Historically, SGBV against women and minority groups in cantonment sites has been high. It is essential that security and risk assessments take into consideration the specific vulnerabilities of women, identify minority groups who may also be at risk and provide additional security measures to ensure their safety. \\n Attacks on individuals transporting and receiving reinsertion support: Security risks are associated with the transportation of cash and commodities that can be easily seized by armed individuals. If it is known that demobilized individuals will receive cash and/or commodities at a certain time and/or place, it may make them targets for robbery. \\n Unrest and criminality: If armed groups remain in demobilization sites (particularly cantonment sites) for long periods of time, perhaps because of delays in the DDR programme, these sites may become places of unrest, especially if food and water become scarce. Demobilization delays can lead to mutinies by combatants and persons associated with armed forces and groups as they lose trust in the process. This is especially true if demobilizing individuals begin to feel that the State and/or international community is reneging on previous promises. In these circumstances, demobilized individuals may resort to criminality in nearby communities or mount protests against demobilization personnel. \\n Recruitment: Armed forces and groups may use the prospect of demobilization (and associated reinsertion benefits) as an incentive to recruit civilians.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.4 Risk and security assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5224, - "Score": 0.516398, - "Index": 5224, - "Paragraph": "Demobilization occurs when members of armed forces and groups transition from military to civilian life. It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict. Demobilization operations shall be designed for combatants and persons associated with armed forces and groups. Female combatants and women associated with armed forces and groups have traditionally faced obstacles to entering DDR programmes, so particular attention should be given to facilitating their access to reinsertion and reintegration support. Victims, dependants and community members do not participate in demobilization activities. However, where dependants have accompanied armed forces or groups, provisions may be made for them during demobilization, including for their accommodation or transportation to their communities. All demobilization operations shall be gender and age sensitive, nationally and locally owned, context specific and conflict sensitive.Demobilization must be meticulously planned. Demobilization operations should be preceded by an in-depth assessment of the location, number and type of individuals who are expected to demobilize, as well as their immediate needs. A risk and security assessment, to identify threats to the DDR programme, should also be conducted. Under the leadership of national authorities, rigorous, unambiguous and transparent eligibility criteria should be established, and decisions should be made on the number, type (semi-permanent or temporary) and location of demobilization sites.During demobilization, potential DDR participants should be screened to ascertain if they are eligible. Mechanisms to verify eligibility should be led or conducted with the close engagement of the national authorities. Verification can include questions concerning the location of specific battles and military bases, and the names of senior group members. If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme. Once eligibility has been established, basic registration data (name, age, contact information, etc.) should be entered into a case management system.Individuals who demobilize should also be provided with orientation briefings, physical and psychosocial health screenings and information that will support their return to the community. A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization. During demobilization, DDR practitioners should also conduct a profiling exercise to identify obstacles that may prevent those eligible from full participation in the DDR programme, as well as the specific needs and ambitions of the demobilized. This information should be used to inform planning for reinsertion and/or reintegration support.If reinsertion assistance is foreseen as the second stage of the demobilization operation, DDR practitioners should also determine an appropriate transfer modality (cash-based transfers, commodity vouchers, in-kind support and/or public works programmes). As much as possible, reinsertion assistance should be designed to pave the way for subsequent reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5339, - "Score": 0.5, - "Index": 5339, - "Paragraph": "Demobilization activities are carried out at designated sites. Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups. They can be semi-permanent and constructed specifically for this purpose, such as cantonment camps (see Annex B for the generic layout of a cantonment camp). Although cantonment was long considered standard practice in DDR programmes, temporary sites may also be appropriate. The decision concerning which type of demobilization site to use should be guided by the specific country context, the security situation, and the advantages and disadvantages associated with semi-permanent and temporary sites, as outlined in the sections that follow.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 14, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "", - "Heading4": "", - "Sentence": "Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5454, - "Score": 0.474579, - "Index": 5454, - "Paragraph": "Standard operating procedures (SOPs) are mandatory step-by-step instructions designed to guide practitioners through particular activities. The development of SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations. In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in demobilization. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the mission DDR component and signed off on by the head of the UN mission. All staff from the DDR component as well as other relevant stakeholders shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for demobilization. All those engaged in supporting demobilization shall be familiar with the relevant SOPs, which shall also be kept up to date.A single demobilization SOP or a set of SOPs each covering specific procedures related to demobilization activities (see section 6) should be informed by integrated assessments (see IDDRS 3.11 on Integrated Assessments) and the national DDR policy document, and comply with international guidelines and standards as well as national laws and the international obligations of the country where DDR is being implemented. At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.; \\n Gender-aware services and procedures; \\n Reinsertion (e.g., procedures for cash-based transfers, commodity vouchers, in-kind support, public works programmes, vocational training and/or income-generating opportunities); \\n Handling of foreign combatants, associated persons and dependants (if applicable); and \\n Interaction with national authorities and/or other mission components.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 21, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5307, - "Score": 0.452267, - "Index": 5307, - "Paragraph": "To effectively demobilize members of armed forces and groups, meticulous planning is required. At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team. All demobilization operations shall be based on gender- and age-responsive analysis and shall be developed in close cooperation with the national authorities or institutions responsible for the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5269, - "Score": 0.447214, - "Index": 5269, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5271, - "Score": 0.447214, - "Index": 5271, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5273, - "Score": 0.447214, - "Index": 5273, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5275, - "Score": 0.447214, - "Index": 5275, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5277, - "Score": 0.447214, - "Index": 5277, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5279, - "Score": 0.447214, - "Index": 5279, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5281, - "Score": 0.447214, - "Index": 5281, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5283, - "Score": 0.447214, - "Index": 5283, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5285, - "Score": 0.447214, - "Index": 5285, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5287, - "Score": 0.447214, - "Index": 5287, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5289, - "Score": 0.447214, - "Index": 5289, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5291, - "Score": 0.447214, - "Index": 5291, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.2 Accountable and transparent", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5293, - "Score": 0.447214, - "Index": 5293, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5295, - "Score": 0.447214, - "Index": 5295, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5297, - "Score": 0.447214, - "Index": 5297, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5299, - "Score": 0.447214, - "Index": 5299, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5301, - "Score": 0.447214, - "Index": 5301, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5303, - "Score": 0.447214, - "Index": 5303, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5305, - "Score": 0.447214, - "Index": 5305, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.11 Public information and community sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5411, - "Score": 0.447214, - "Index": 5411, - "Paragraph": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin. In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site. Group leaders, including women, should be chosen and given the responsibility of reporting any misbehaviour. A mechanism should also exist between group leaders and staff that will enable arbitration to take place should disputes or complaints arise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.5 Managing demobilization sites", - "Heading4": "", - "Sentence": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5502, - "Score": 0.447214, - "Index": 5502, - "Paragraph": "Combatants and persons associated with armed forces and groups should be provided with clear and simple guidance when they arrive at demobilization sites, taking into consideration their level of literacy. This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe. If a large number of participants are being addressed, it is key to stick to simple concepts, mainly who, what and where. More complex explanations can be provided to smaller groups organized in follow-up to the initial briefing. This can help to prevent unrest and stress within the group. Contingent on the type of demobilization site, introductory briefings should cover, among other things, the following: \\n Site orientation; \\n Outline of activities and processes; \\n Routines and time schedules; \\n The rights and obligations of combatants and persons associated with armed forces and groups throughout the demobilization process; \\n Rules and discipline, including areas that are off limits; \\n Policies concerning freedom of movement in and out of the demobilization site; \\n Policies on SGBV and the consequences of infringement of these policies; \\n Security at the demobilization site; \\n How to report misbehaviour, including specific mechanisms for women; \\n Mechanisms to raise complaints about conditions and treatment at the demobilization site; \\n Procedures for dependants; and \\n Fire precautions and physical safety.Where possible, oral briefings should be supported by written material produced in the local language(s). Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Reception", - "Heading3": "", - "Heading4": "", - "Sentence": "Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5404, - "Score": 0.417029, - "Index": 5404, - "Paragraph": "The size and capacity of demobilization sites should be determined by the number of combatants and persons associated with armed forces and groups to be processed. Typically, demobilization sites with a small number of combatants and associated persons are easier to administer, control and secure. However, if many small demobilization sites are in operation at one time, this can lead to widely dispersed resources and difficult logistical situations. Demobilization sites should not accommodate more than 600 people at one time. When time constraints mean that larger numbers must be dealt with in a short period of time, two demobilization sites may be constructed simultaneously and managed by the same team. In order to optimize the use of demobilization sites and avoid bottlenecks, an operational plan should be developed that contains methods for controlling the number and flow of people to be demobilized at any particular time. Carrying out demobilization in phases is one option to increase efficiency. This process may include a pilot test phase, which makes it possible to learn from mistakes in the early phases and adapt the process so as to improve performance in later phases.Families often accompany combatants to cantonment sites. Where necessary, camps that are close to cantonment sites may be established for family members. Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising). Generally speaking, the demobilization component of a DDR process should be as short as possible. At temporary demobilization sites, it may be possible to process individuals in one or two days. If semi-permanent demobilization sites have been constructed, cantonment should be kept as short as possible \u2013 from one week to a maximum of one month. DDR practitioners should also seek to ensure that the conditions at demobilization sites are equivalent to those in civilian life. If this is the case, then it is less likely that demobilized individuals will be reluctant to leave. Demobilization should not begin until plans for reinsertion (or community violence reduction, as a stop-gap measure) and reintegration are ready to be put into operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 18, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.4 Size, capacity and duration", - "Heading4": "", - "Sentence": "Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5541, - "Score": 0.408248, - "Index": 5541, - "Paragraph": "DDR participants shall be registered and issued a non-transferable identity document (such as a photographic demobilization card) that attests to their eligibility and their official civilian status. Such documents have important symbolic and legal value for demobilized individuals. Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme. To avoid discrimination based on prior factional affiliation, these documents should not include the name of the armed force or group of which the individual was previously a member. Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.6 Documentation", - "Heading3": "", - "Heading4": "", - "Sentence": "Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3335, - "Score": 0.377964, - "Index": 3335, - "Paragraph": "Military components may conduct a wide range of logistical tasks ranging from transportation to the construction of static disarmament and demobilization sites (see IDDRS 4.10 on Disarmament and IDDRS 4.20 on Demobilization). Logistics support provided by a military component must be coordinated with units that provide integrated services support to a mission. Where the military is specifically tasked with providing certain kinds of support, additional military capability may be required by the military component for the duration of the task. A less ideal solution would be to reprioritize or reschedule the activities of military elements carrying out other mandated tasks. This approach can have the disadvantage of degrading wider efforts to provide a secure environment, perhaps even at the expense of the security of the population at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.6 Logistics support", - "Heading4": "", - "Sentence": "Military components may conduct a wide range of logistical tasks ranging from transportation to the construction of static disarmament and demobilization sites (see IDDRS 4.10 on Disarmament and IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4704, - "Score": 0.377964, - "Index": 4704, - "Paragraph": "Many ex-combatants have been trained and socialized to use violence, and have inter- nalized norms that condone violence. Socialization to violence is often the result of an ex-combatant\u2019s exposure to and involvement in violence while with armed forces or groups who may have encouraged, taught, promoted, and/or condoned the use of vio- lence (such as rape, torture or killing) as a mechanism to achieve group objectives. As a result of time spent with armed forces and groups, ex-combatants may associate weapons and/or violence in general with power and see these things as central to their identities as men or women and to fulfilling their personal needs.Systematic data on patterns of violence among ex-combatants is still fragmentary, but evidence from many post-conflict contexts suggests that ex-combatants who have been socialized to use violence often continue these patterns into the peacebuilding period. Violence is carried from the battlefield to the home and the community, where it can take on new forms and expressions. While the majority of ex-combatants are male, and vio- lence among male ex-combatants is more visible, female ex-combatants also appear to be more vulnerable to violent behaviour than civilian women in the general population. Without breaking down these norms, learning alternative behaviors, and coming to terms with the violent acts that they have experienced or committed, ex-combatants can find it difficult to reintegrate into civilian life.In economically challenging and socially complex post-conflict environments, male ex-combatants in particular may find it difficult to fulfill traditional gender and cultural roles associated with masculinity. Many may return home to discover that in their absence women have taken on traditional male responsibilities such as the role of \u2018breadwinner\u2019 or \u2018protector\u2019, challenging men\u2019s place in both the home and community and leading lead- ing to frustration, feelings of helplessness, etc. Equally, the return of men to communities may challenge these new roles, freedoms and authority experienced by women, causing further social disquiet.Ex-combatants\u2019 inability to deal with feelings of frustration, anger or sadness can result in self-directed violence (suicide, drug and alcohol abuse as coping mechanisms), interpersonal violence (GBV, intimate partner violence, child abuse, rape and murder) and group violence against the community (burglary, rape, harassment, beatings and murder), all forms of violence which are found to be common in some post-conflict environments. Integrated approaches work best for facilitating comprehensive change. In order to effectively address socialization to violence, reintegration assistance should target family and community members as well as ex-combatants themselves to address social and psy- chosocial needs and perceptions of these needs holistically. For more information on the concept of \u2018socialization to violence\u2019 see UNDP\u2019s report entitled, Blame It on the War? The Gender Dimensions of Violence in Disarmament, Demobilization and Reintegration (2012).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 41, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.1. Socialization to violence of combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "The Gender Dimensions of Violence in Disarmament, Demobilization and Reintegration (2012).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5458, - "Score": 0.377964, - "Index": 5458, - "Paragraph": "The activities outlined below should be carried out during the demobilization component of a DDR programme. These activities can be conducted at either semi-permanent or temporary demobilization sites.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The activities outlined below should be carried out during the demobilization component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4355, - "Score": 0.353553, - "Index": 4355, - "Paragraph": "The risks posed by enduring command structures should also be taken into account dur- ing reintegration planning and may require specific action. A stated aim of demobilization is the breakdown of armed groups\u2019 command structures. However, experience has shown this is difficult to achieve, quantify, qualify or monitor. Over time hierarchical structures erode, but informal networks and associations based upon loyalties and shared experi- ences may remain long into the post-conflict period.In order to break command structures and prevent mid-level commanders from becoming spoilers in DDR, programmes may have to devise specific assistance strategies that better correspond to the profiles and needs of mid-level commanders. Such support may include preparation for nominations/vetting for public appointments, redundancy payments based on years of service, and guidance on investment options, expanding a family business and creating employment, etc. Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process. Extreme caution should be exercised when requested to support the creation and maintenance of veterans\u2019 associations. Although these associations may arise spontane- ously as representation and self-help groups due to the fact that members face similar challenges, have affinities and have common pasts, prolonged affiliation may perpetu- ate the retention of \u201cex-combatant\u201d identities, preventing ex-combatants from effectively transitioning from military to their new civilian identities and roles.The overriding principle for supporting transformed command structures is that the associations that arise permit individual freedom of choice (i.e. joining is not required or coerced). In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.3. Focus on command structures", - "Heading3": "", - "Heading4": "", - "Sentence": "A stated aim of demobilization is the breakdown of armed groups\u2019 command structures.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5439, - "Score": 0.353553, - "Index": 5439, - "Paragraph": "Action should be taken to ensure that demobilization sites (whether temporary, semi-permanent or otherwise) respond to the different needs of men and women. Gender-sensitive demobilization sites should: \\n Include separate accommodation and sanitation facilities (with locks) for men and women. In some circumstances these separate facilities may be located within the same demobilization site, or separate demobilization sites for men and women may be set up; \\n Feature sanitary facilities designed to ensure women\u2019s privacy and support their hygiene needs (e.g., sanitary napkins), as well as take into consideration cultural norms; \\n Include provisions for childcare; \\n Be safe for women and recognize and deal with the threat of sexual violence within the demobilization site, including ensuring locks in facilities, good lighting, information provided on specific contact within the camp to address women\u2019s security incidents and issues, and, where possible, the presence of female security guards and police (for internal site security). If female security guards are not available, male security guards shall be trained on sexual exploitation and harassment, sexual violence prevention, and gender sensitivity prior to deployment, and there shall exist a clear and gender-responsive system at the demobilization site for handling any complaints by women against security guards, as well as policies that call for the immediate removal of any officer about whom security concerns are raised; \\n Provide for the specific nutritional needs of nursing and pregnant women; \\n Ensure that health care and counselling is available to meet women\u2019s specific needs, including those women who have suffered SGBV; and \\n Take protective measures to ensure women\u2019s safety during transportation to and from the demobilization sites.Where possible, female staff should receive and process women at demobilization sites. Gender balance should be a priority among the staff managing demobilization sites. If men do not see women in positions of authority, they are less likely to take efforts aimed at changing their attitudes towards traditional gender roles and women\u2019s empowerment seriously. Screening and profiling tools should be designed to be responsive to women\u2019s specific needs and experiences. Women should also have the same opportunities to access support as men, and the briefings and information provided should include specific information on the challenges that women may encounter upon reinsertion into their communities.As women formerly associated with armed forces and groups are often stigmatized upon return to their communities, briefings during the demobilization operation should include attention to safety and referrals to support services in civilian life. Irrespective of the type of transfer modality that has been selected for reinsertion support (see section 7), the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers. It is important that the delivery mechanism chosen permits women to access their entitlement safely and confidently, without being exposed to the risks of private service providers abusing their power over recipients, or encountering difficulties in the redemption of their entitlement because of numerical or financial illiteracy. A help desk and complaint mechanism should also be set up, and these should include specific referral pathways for women.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 20, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.5 Gender-sensitive demobilization operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender balance should be a priority among the staff managing demobilization sites.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4175, - "Score": 0.348155, - "Index": 4175, - "Paragraph": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization. These shorter- term aspects may include, but are not limited to, the travel and assembly of combatants, persons associated with armed forces and groups and dependants.In disarmament and demobilization sites (including encampments or cantonments), the gathering of large numbers of ex-combatants and persons formerly associated with armed forces and groups may create security risks. The mere presence of UN police personnel at disarmament and demobilization sites can help to reassure local communities. For example, regular FPU patrols in cantonment sites are a strong confidence-building initiative, providing a highly visible presence to deter crime and criminal activities. This presence also eases the burden on the military component of the mission, which can then concentrate on other threats to security and wider humanitarian support. Importantly, FPU engagement shall always be limited to the regular maintenance of law and order and shall not cross into high-risk matters of weapons security and military security. With that said, the outreach and mediation capabilities of UN police personnel may sometimes be deployed in such situations in order to defuse tensions.In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component (see IDDRS 4.40 on Military Roles and Responsibilities). State police shall proactively act to address criminal activities inside and in the immediate vicinity of disarmament and demobilization sites. However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected. The immediate deployment of an FPU, to operationally engage in crowd control and public order challenges, can serve to contain the situation with minimum use of force. In contrast, direct military engagement in these situations may lead to escalation and consequently to greater numbers of casualties and wider damage. If public order disturbances are foreseen, it may be necessary to plan in advance for the engagement of FPU contingents and place a request for a specific, temporary deployment, particularly if the FPU is not conveniently located in the area of the disarmament and/or demobilization site. If the situation does escalate to involve violence and the use of firearms, military units shall be alerted in order to be ready to support the FPU.In mission settings where an FPU is deployed, the presence of UN police personnel should be requested, as often as possible, when combatants assemble for disarmament and demobilization as part of a DDR programme. Duplicate records of the weapons and ammunition handed over should, wherever possible, be shared with UN police personnel for the purposes of (i) preservation of the records and (ii) weapons tracing. UN police personnel can also be requested to provide dynamic surveillance of weapons and ammunition storage sites, together with a perimeter to secure destruction operations. Furthermore, when weapons and ammunition are temporarily stored, as a form of confidence-building, UN police personnel can oversee the management of the double-key system or be entrusted with custody of one of the keys (see IDDRS 4.10 on Disarmament).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5380, - "Score": 0.333333, - "Index": 5380, - "Paragraph": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short. Finding a location that offers protection is necessary. The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required. Fresh potable water and electricity should be available. If they are not, a water purification system or water supplies and a generator should be brought in. Sanitary facilities must be supplied. Lighting should be installed to ensure security around the perimeter of the camp.When temporary demobilization sites are being used, it is particularly important to agree, in advance, on the distribution of tasks, financial responsibilities and the post-DDR ownership of the location. Where relevant, the following should also be considered: \\n The refurbishment and temporary use of community property: If available in the area where the demobilization site is to be set up, the use of existing hard-walled property should be considered. The decision should be made by weighing the medium- and long-term benefits to the community of repairing local facilities against the overall security and financial implications. These installations may not need rebuilding, and may be made usable by adding plastic sheeting, concertina wire, etc. Possible sites include disused factories, warehouses, hospitals, colleges and farms. Efforts should be made to verify ownership and to avoid legal complications. \\n The refurbishment and temporary use of state/military property: Where regular armed forces or well-organized/disciplined armed groups are to be demobilized, the use of existing military barracks, with the agreement of national authorities, should be considered. Generally speaking, these facilities should offer a degree of security and may have the required infrastructure already in place. The same security and administrative arrangements should apply to these sites as to others.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Temporary demobilization sites", - "Sentence": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5666, - "Score": 0.333333, - "Index": 5666, - "Paragraph": "As a participant in the DDR process, the terms of your benefits are conditional on the following: \\n 1. Your hand over of all weapons and ammunition; \\n 2. Your agreement to renounce military status; \\n 3. Your acceptance of and conformity with all rules and regulations during the full period of your stay at the disarmament and/or demobilization site; \\n 4. Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5. Your refraining from all criminal activity and contributing to your nation\u2019s development; \\n 6. Your cooperation with and participation in programmes designed to facilitate your return to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 37, - "Heading1": "Annex C: Sample terms and conditions form", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3576, - "Score": 0.316228, - "Index": 3576, - "Paragraph": "Depending on the context and the content of the ceasefire and/or peace agreement, eligibility for a DDR programme can include specific weapons/ammunition-related criteria. These criteria should be based on a thorough understanding of the context if effective disarmament is to be achieved. The arsenals of armed forces and groups vary in size, quality and types of weapons. For instance, in conflicts where foreign States actively support armed groups, these groups\u2019 arsenals are often quite large and varied, including not only serviceable SALW but also heavy-weapons systems.Past experience shows that the eligibility criteria related to weapons and ammunition are often not consistent or stringent enough. This can lead to the inclusion of individuals who are not members of armed forces and groups and the collection of poor-quality materiel while illicit serviceable materiel remains in circulation. Accurate information regarding armed forces and groups\u2019 arsenals (see section 5.1) is key in determining relevant and effective weapons-related criteria. These include the type and status (serviceable versus non-serviceable) of weapons or the quantity of ammunition that a combatant should bring along in order to be enrolled in the programme. According to the context, the ratio of arms and ammunition to individual combatants can vary and may include SALW as well as heavy weapons and ammunition.In order to ascertain their eligibility, combatants may also need to take a weapons procedures test, which will identify their familiarity with and ability to handle weapons. Although members of armed groups may not have received formal training to military standards, they should be able to demonstrate an understanding of how to use a weapon. This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization). Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR). All weapons brought by ineligible individuals as part of a disarmament operation shall be collected even if these individuals will not be eligible to enter the DDR programme.To avoid confusion and frustration, it is key that eligibility criteria are communicated clearly and unambiguously to members of armed groups and the wider population (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Legal implications should also be clearly explained \u2014 for example, that the voluntary submission of weapons during the disarmament phase by eligible and ineligible individuals will not result in prosecution for illegal possession.BOX 4: DISARMAMENT AWARENESS ACTIVITIES \\n For weapons to be successfully removed, the early and ongoing information and sensitization of armed forces and groups \u2013 as well as affected communities \u2013 to the planned collection process is essential. Public information and sensitization campaigns will have a strong influence on the success of the entire DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). \\n\\n In addition to direct contact with armed forces and groups and community representatives, a range of media \u2013 including radio, print media, TV and social media \u2013 can be used to: \\n Encourage combatants and persons associated with armed forces and groups to disarm. \\n Inform armed forces and groups about locations and dates of disarmament and explain procedures, including security measures. \\n Explain what will happen to collected arms and ammunition and the absence of legal repercussions, as relevant. \\n Explain the eligibility criteria for entering a DDR programme and provide information about potential alternatives for non-eligible individuals (see IDDRS 2.30 on Community Violence Reduction). \\n Explain legal implications, including amnesties or assurances of non-prosecution (see IDDRS 2.11 on The Legal Framework for UN DDR). \\n Manage expectations. \\n Distinguish between the voluntary disarmament of armed forces and groups as part of a DDR programme and prior forced disarmament and any past or ongoing forced disarmament in the country. \\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins. Awareness-raising campaigns shall take into consideration the findings of gender analysis in the design and implementation of programme activities. DDR practitioners shall ensure representation of all genders and ages in the campaign; engage youth, women and women\u2019s groups; and mitigate against the risk of linking gender identities with weapons, reinforcing violent masculinities and other gender stereotypes. Media and awareness activities are critical channels to counter the socially constructed yet enduring associations between small arms, protection, power and masculinity. \\n It is key that local communities be made aware of ongoing disarmament operations so that the presence or movement of armed individuals does not create confusion. If destruction of ammunition is planned, it is also important to inform communities beforehand to avoid misunderstandings and unnecessary tensions. Finally, during ongoing operations, details on progress towards the objectives of the disarmament programme should be disseminated to help reassure stakeholders and communities that the number of illicit weapons in circulation is being reduced, and that overall security is improving.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 16, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "5.5.1 Weapons-related eligibility criteria", - "Heading4": "", - "Sentence": "This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3980, - "Score": 0.316228, - "Index": 3980, - "Paragraph": "The following normative documents (i.e., documents containing applicable norms, standards and guidelines) contain provisions that apply to the processes dealt with in this module. \\n International Ammunition Technical Guidelines, https://www.un.org/disarmament/ un-saferguard/guide-lines. \\n International Standards Organization, ISO Guide 51: \u2018Safety Aspects: Guidelines for Their Inclusion in Standards\u2019. \\n Modular Small-arms-control Implementation Compendium, https://www.un.org/ disarmament/convarms/mosaic. \\n Small Arms Survey and South Eastern and Eastern Europe Clearinghouse for the Control of Small Arms (SEESAC), SALW Survey Protocols, http://www.seesac.org/ Survey-Protocols. \\n Weapons and Ammunition Management Policy, United Nations Department of Operational Support, Department of Peace Operations, Department of Political and Peacebuilding Affairs, Department of Safety and Security, 2019. http://dag.un.org/ bitstream/handle/11176/400906/Weapons%20and%20Ammunition%20Policy.pdf. \\n UN Department of Political Affairs and UN Department of Peacekeeping Operations, Aide Memoire \u2013 Engaging with Non-State Armed Groups (NSAGs) for Political Purposes: Considerations for UN Mediators and Missions, 2017. \\n UN Development Programme, Blame It on the War? The Gender Dimensions of Violence in DDR, 2012. \\n UN Department of Peacekeeping Operations and UN Office for Disarmament Af- fairs. Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context. Handbook for United Nations DDR practitioners. 2018. Referred as \u2018DDR WAM Handbook\u2019 in this standard. \\n UN Institute for Disarmament Research, Utilizing the International Ammunition Tech- nical Guidelines in Conflict-Affected and Low-Capacity Environments, 2019, http:// www.unidir.org/files/publications/pdfs/utilizing-the-international-ammunition-tech- nical-guidelines-in-conflict-affected-and-low-capacity-environments-en-749.pdf. \\n UN Institute for Disarmament Research, The Role of Weapon and Ammunition Management in Preventing Conflict and Supporting Security Transition, 2019, https://www.unidir.org/publication/role-weapon-and-ammunition-manage- ment-preventing-conflict-and-supporting-security.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 19, - "Heading1": "Annex B: Normative documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4815, - "Score": 0.316228, - "Index": 4815, - "Paragraph": "The conditions that exist during conflict increase risk of infection for HIV and other sexu- ally transmitted infections (STIs), and can have a devastating effect on access to essential information, care and treatment. The lack of a safe blood supply; the shortage of clean equipment for injecting drug users; an insufficient supply of condoms and health care; and the widespread practice of sexual and gender-based violence, both as a weapon of war and as a means to discipline and control people (especially women and girls within armed forces and groups), are just a few examples of the ways conflict can heighten risk of HIV infection (see Module 5.60 on HIV/AIDS and DDR for more information).In addition, a growing body of evidence shows that immediate post-conflict and recovery phases, including the reintegration process, involve heightened risk of HIV trans- mission due to the re-opening of borders and other formerly inaccessible areas, increased mobility, the return of displaced populations, and other factors.Often, regardless of actual HIV status, receptor communities may perceive ex-com- batants as HIV-positive and react with discrimination or stigmatization. In many cases, these negative reactions from communities are a result of fear due to misinformation about HIV and AIDS. Discrimination against or stigmatization of (potentially) HIV-in- fected individuals can be countered with appropriate sensitization campaigns.DDR can provide an opportunity to plan and implement essential HIV/AIDS initi- atives, in close coordination with broader recovery and humanitarian assistance at the community level and the National AIDS Control Programme (see section 9 of Module 5.60 on HIV/AIDS and DDR for more information on planning and implementing HIV/AIDS activities in the reinsertion and reintegration phases). These services can be integrated into existing reintegration packages through the development of joint programming and strategic partnerships. Furthermore, with the right engagement and training, former com- batants have the potential to become agents of change by assisting in their communities with HIV prevention and awareness activities.HIV initiatives need to start in receiving communities before demobilization, and should be linked wherever possible with the broader recovery and humanitarian assis- tance provided at the community level, and to National AIDS Control Programmes. Activities such as peer education training in HIV prevention and awareness can begin prior to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "10.7.1. HIV/AIDS", - "Heading4": "", - "Sentence": "Activities such as peer education training in HIV prevention and awareness can begin prior to demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5511, - "Score": 0.316228, - "Index": 5511, - "Paragraph": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening. Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR). Medical screening facilities shall ensure privacy during physical check-ups. Those who require immediate medical attention of a kind that is not available at the demobilization site shall be taken to hospital. Others shall be treated in situ. Basic specialized attention in the areas of reproductive health and sexually transmitted infections, including voluntary testing and counselling for HIV/AIDS, shall be provided (see IDDRS 5.60 on HIV/AIDS). Reproductive health education and materials shall be provided to both men and women. Possible addictions (such as to drugs and/or alcohol) shall also be assessed and specific provisions provided for follow-up care. Psychosocial screening for mental health issues, including post-traumatic stress, shall be initiated at sites with available counselling support for initial consultation and referral to appropriate services. Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions. This can be done, for example, through an Information, Counselling and Referral System (see section 6.8).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 26, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.4 Health screening", - "Heading3": "", - "Heading4": "", - "Sentence": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5566, - "Score": 0.316228, - "Index": 5566, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5242, - "Score": 0.301511, - "Index": 5242, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5309, - "Score": 0.301511, - "Index": 5309, - "Paragraph": "Planning for demobilization should be based on an in-depth assessment of the location, number and type of individuals who are expected to demobilize. This should include the number of members of armed forces and groups but also the number of dependants who are expected to accompany them. To the extent possible, this assessment should be disaggregated by sex and age, and include data on specific sub-groups such as foreign combatants and persons with disabilities. Armed forces and groups that have signed on to peace agreements are likely to provide reliable information on their memberships and the location of their bases only when there is no strategic advantage to be gained from keeping this information secret. Disclosures at a very early planning stage can therefore be quite unreliable, and should be complemented by information from a variety of (independent) sources (see box 1 on How to Collect Information in IDDRS 4.10 on Disarmament). All assessments should be regularly updated in order to respond to changing circumstances on the ground.In addition to these assessments, planning for reinsertion should be informed by an analysis of the preferences and needs of ex-combatants and persons formerly associated with armed forces and groups. These immediate needs may be wide-ranging and include food, clothes, health care, psychosocial support, children\u2019s education, shelter, agricultural tools and other materials needed to earn a livelihood. The profiling exercises undertaken at demobilization sites (see section 6.3) may allow for the tailoring of reinsertion and reintegration assistance \u2013 i.e., matching individual needs to the reinsertion options on offer. However, profiling undertaken at demobilization sites will likely occur too late for reinsertion planning purposes. For these reasons, the following assessments should be conducted as early as possible, before demobilization gets underway: \\n An analysis of the needs and preferences of ex-combatants and associated persons; \\n Market analysis; \\n A review of the local economy\u2019s capacity to absorb cash inflation (if cash-based transfers are being considered); \\n Gender analysis; \\n Feasibility studies; and \\n Assessments of the capacity of potential implementing partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.1 Information collection", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for demobilization should be based on an in-depth assessment of the location, number and type of individuals who are expected to demobilize.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5567, - "Score": 0.301511, - "Index": 5567, - "Paragraph": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization. It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme. Reinsertion assistance should be planned to pave the way for reintegration support and should consist of time-bound, basic benefits delivered for up to 12 months. In mission settings, reinsertion assistance may be funded from the UN peacekeeping operation\u2019s assessed budget.This kind of transitional assistance may be provided in a number of different ways, including: \\n Cash-based transfers; \\n Commodity vouchers; \\n In-kind support; and \\n Public works programmesCash-based transfers include cash; digital transfers, such as payments made to mobile phones (\u2018mobile money transfers\u2019); and value vouchers. Value vouchers \u2013 also known as gift cards or stamps \u2013 provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. Vouchers may also be commodity-based \u2013 i.e., tied to a predefined quantity of given commodities, for example, food (see IDDRS 5.50 on Food Assistance in DDR). Commodities may also be provided directly as in-kind support. In-kind support may take various forms, including food or \u2018reinsertion kits\u2019. The latter are often composed of materials linked to job training or future employment, such as fishing kits and agricultural tools. Finally, public works programmes create temporary opportunities for demobilized individuals to receive cash, vouchers or food/other commodities as part of a reinsertion package. In some cases, reinsertion support may also be provided in the form of vocational training and/or income-generating opportunities. For guidance on these latter two options, see IDDRS 4.30 on Reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4317, - "Score": 0.288675, - "Index": 4317, - "Paragraph": "In post-conflict settings that require economic revitalization and infrastructure develop- ment, the transition of ex-combatants to reintegration may be facilitated through reinsertion interventions. These short-term interventions are sometimes termed stabilization or \u2018stop gap\u2019 measures and may take on various forms, such as emergency employment, liveli- hood and start-up grants or quick-impact projects (QIPs).Reinsertion assistance should not be confused with or substituted for reintegration programme assistance; reinsertion assistance is meant to assist ex-combatants, associated groups and their families for a limited period of time until the reintegration programme begins, filling the gap in support often present between demobilization and reintegration activities. Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration. In fact, these two phases at times overlap or run almost parallel to each other with different levels of intensity, as seen in the figure below. DPKO budgets will likely cover up to one year of reinsertion assistance. However, in some cases reinsertion may last beyond the one year mark.Reinsertion is often focused on economic aspects of the reintegration process, but does not guarantee sustainable income for ex-combatants and associated groups. Reinte- gration takes place by definition at the community level, should lead to sustainable income, social belonging and political participation. Reintegration aims to tackle the motives that led ex-combatants to join armed forces and groups. Wand when successful, it dissuades ex-combatants and associated groups from re-joining and/or makes re-recruitment efforts useless.If well designed, reinsertion activities can buy the necessary time and/or space to establish better conditions for reintegration programmes to be prepared. Reinsertion train- ing initiatives and emergency employment and quick-impact projects can also serve to demonstrate peace dividends to communities, especially in areas suffering from destroyed infrastructure and lacking in basic services like water, roads and communication. Rein- sertion and reintegration should therefore be jointly planned to maximize opportunities for the latter to meaningfully support the former (see Module 4.20 on Demobilization for more information on reinsertion activities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 7, - "Heading1": "5. Transitioning from reinsertion to reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5536, - "Score": 0.288675, - "Index": 5536, - "Paragraph": "Demobilization operations provide an opportunity to offer individuals information that can practically and psychologically prepare them for the transition from military to civilian life. For example, if demobilized individuals are to receive reinsertion support (cash, vouchers, in-kind support, public works programmes, etc.), then the modalities of this support should be clearly explained. Furthermore, if reinsertion assistance is to be followed by reintegration support, orientation sessions should include information on the opportunities and support services available as part of the reintegration programme and how these can be accessed.Awareness-raising materials and educational sessions should leverage opportunities to promote healthy, non-violent gender identities, including fatherhood, and to showcase men and women in equal roles in the community. Materials shall also be visually representative of different religious, ethnic, and racial compositions of the community and promote social cohesion among all groups and genders. Conversely, misinformation, disinformation and the creation of false expectations can undermine the reinsertion and reintegration efforts of DDR programmes. Accurate information should be provided by the DDR team and partners (also see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).Those about to leave the demobilization site should be provided with counselling on what to expect regarding their changed status and role in society, and what they can do if they are stigmatized or not accepted back by their communities. They should also receive advice on political and legal issues, civic and community responsibilities, reconciliation initiatives and logistics for transportation when they leave the demobilization site. Demobilized individuals and their dependants may be reluctant to return to their home areas if members of their former group (or a different group) remain active in the region. This is because they may fear retaliation against themselves and/or their families. This possibility should be addressed through a security and risk assessment (see section 5.5). When retaliation is a possibility, those affected should be informed of the risks and supported to find alternative accommodation in a different location (if they so choose). Where possible, specialized confidential counselling should be offered, to avoid peer pressure and promote the independence of each demobilized individual.Sensitization sessions can be an essential part of supporting the transition from military to civilian life and preparing DDR participants for their return to families and communities. Core sensitization may include sessions on: \\n Reproductive health, including HIV/AIDS and STI awareness raising; \\n Psychosocial education and awareness raising, including the symptoms associated with post- traumatic stress, destigmatizing experiences, education on managing stress responses, navigating discussions with families and host communities, and when to seek help; \\n Conflict resolution, non-violent communication and anger management; \\n Human rights, including women\u2019s and children\u2019s rights; \\n Parenting, for both fathers and mothers; \\n Gender, for both men and women, including discussion on gender identities and how they may be impacted by the conflict, as well as roles and responsibilities in armed forces and groups and in the community (see IDDRS 5.10 on Women, Gender and DDR); and \\n First aid or other key skills. \\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 27, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.5 Awareness raising and sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4469, - "Score": 0.282843, - "Index": 4469, - "Paragraph": "A management information system (MIS) is vital in order to capture, store, access, and manage information on individual ex-combatants and communities of return/resettle- ment, and data on available opportunities for training, education and employment. It can also provide vital data for monitoring, feedback, and evaluation. DDR planners shall give early consideration to the design and maintenance of an MIS, as it will work to support and better organize all reintegration activities. See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases. The design and construction of the MIS should capture data that can be used to build a profile of the participant caseload. The collection of sex-, age- and disability-dis- aggregated socio-economic data (including information on specific needs, such as for wheelchairs or psychosocial services) is essential to the DDR programme. In addition, the data in the MIS should be easy to aggregate in order to provide regular updates for broad indicators.The development of new technologies, such as fingerprint identification and retina scanning, possess the potential to eradicate \u2018double dipping\u2019 of DDR assistance, particu- larly when cash assistance is provided as part of reinsertion assistance, or as an element of reintegration support.While providing for transparency and accountability, an MIS should also inform ongoing programme decision-making by influencing necessary programme adjustments to improve programme efficiency and effectiveness. DDR managers should therefore establish a concrete plan to incorporate feedback based on information gathered in the MIS.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 21, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.6. Managing data collected in assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5235, - "Score": 0.27735, - "Index": 5235, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n a)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c)\u2018may\u2019 is used to indicate a possible method or course of action; \\n d)\u2018can\u2019 is used to indicate a possibility and capability; \\n e)\u2018must\u2019 is used to indicate an external constraint or obligation.Demobilization as part of a DDR programme is the separation of members of armed forces and groups from military command and control structures and their transition to civilian status. The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites. A peace agreement provides the political, policy and operational framework for demobilization and may be accompanied by a DDR policy document. When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support. Reinsertion assistance is offered to combatants and persons associated with armed forces and groups who have been formally demobilized.Self-demobilization is the term used in this module to refer to situations where individuals leave armed forces or groups to return to civilian life without reporting to national authorities and officially changing their status from military to civilian.Members of armed forces and groups is the term used in the IDDRS to refer both to combatants (armed) and those who belong to an armed force or group but who serve in a supporting role (generally unarmed, providing logistical and other types of support). The latter are referred to in the IDDRS as \u2018persons associated with armed forces and groups\u2019. The IDDRS use the term \u2018combatant\u2019 in its generic meaning, indicating that these persons do not enjoy the protection against attack accorded to civilians. This also does not imply the right to combatant status or prisoner-of-war status, as applicable in international armed conflicts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3269, - "Score": 0.267261, - "Index": 3269, - "Paragraph": "In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component. However, all matters related to law and order shall be undertaken by the UN police component (see IDDRS 4.50 on UN Police Roles and Responsibilities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Well planned", - "Heading3": "4.5.1 Safety and security ", - "Heading4": "", - "Sentence": "In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5367, - "Score": 0.267261, - "Index": 5367, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5589, - "Score": 0.267261, - "Index": 5589, - "Paragraph": "There are many benefits associated with the provision of reinsertion assistance in the form of cash. Not only can the recipients of cash determine their own needs, but the ability to do so is a fundamental step towards empowerment. Cash can also be an efficient way to deliver support because it entails lower transaction and logistics costs than in-kind assistance, particularly in terms of transportation and storage. Less stigma may be attached to cash, which, compared with in-kind assistance or vouchers, is less visible to non-recipients. Providing cash to ex-combatants and persons formerly associated with armed forces and groups can also reduce the burden on the households and communities that receive these individuals. If a banking system is operational, cash can be paid directly into recipients\u2019 bank accounts, thereby reducing the security risks involved in cash distribution and, at the same time, strengthening the local banking system. The provision of cash may also have beneficial knock-on effects for local markets and trade.Prior to the provision of cash payments, DDR practitioners shall conduct a review of the local economy\u2019s capacity to absorb cash inflation. This is because the injection of cash into one locality can cause local prices to rise and adversely affect non-recipients living in the area. DDR practitioners shall also review the goods available on the local market. This is because cash will be of little utility in places where the commodities that people require (such as tools, equipment and food) are unavailable locally. DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization. If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest. One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence. Any potential misuse can be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract can outline how the money is supposed to be spent and would require follow- up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education should be provided alongside cash payments, as this can also help to reduce the risk that cash is misused.Providing cash is sometimes seen as posing security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is especially true for cash payments that are distributed at regular times at publicly known locations. Military commanders may also try to confiscate reinsertion payments from ex- combatants that were formerly under their control. Women and more vulnerable participants such as persons with disabilities, those with chronic illnesses and the elderly are at an increased risk for confiscation of payments and/or intimidation or threats. Cash transfers may also be hampered by the absence of banks in some parts of the country, and banks may be slow to process payments and have strict requirements in terms of identification documents. These requirements may, in some instances, lead to delays.Digital payments, such as over-the-counter and mobile money payments, may help to circumvent these problems by offering new and discreet opportunities to distribute cash. Preliminary evidence indicates that distributing cash through mobile money transfers has a positive impact because it does not require that the recipient has a bank account, and because recipients spend less time traveling to cash pick-up points and waiting for their transfer. Recipients can also cash out small amounts of their payment as and when needed and/or store money on their mobile wallet over the long term.In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone or, at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there are mobile network coverage and accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored to ensure that they adhere to previously agreed-upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy goods in the agent\u2019s store. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.1 Cash", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4521, - "Score": 0.258199, - "Index": 4521, - "Paragraph": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases. Groups associated with armed forces and groups and dependants may not have been eligible to participate in disarmament or demobilization, for instance, but may qualify to participate in reintegration programme activities. It is therefore important to assess eligi- bility on an individual basis using a screening or verification process.DDR planners should develop transparent, easily understood and unambiguous and verifiable eligibility criteria as early as possible, taking into account a balance between security, equity and vulnerability; available resources and funding; and logistical consid- erations. Establishing criteria will therefore depend largely on the size and nature of the caseload and context-specific elements.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.2. Eligibility criteria", - "Heading4": "", - "Sentence": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3432, - "Score": 0.25, - "Index": 3432, - "Paragraph": "Disarmament is generally understood to be the act of reducing or eliminating arms and, as such, is applicable to all weapons systems, ammunition and explosives, including nuclear, chemical, biological, radiological and conventional systems. This module will focus only on conventional weapons systems and ammunition that are typically held by members of armed forces and groups dealt with during DDR programmes.When transitioning out of armed conflict, States may be vulnerable to conflict relapse, particularly if key conflict drivers, including the proliferation of arms and ammunition, remain unaddressed. Inclusive and effective arms control, and disarmament in particular, is critical to prevent and reduce armed conflict and crime and to support recovery and development, as reflected in the 2030 Agenda for Sustainable Development and the Security Council and General Assembly\u2019s 2016 resolutions on sustaining peace. National arms control management systems encompass more than just disarmament. Therefore, disarmament operations should be planned and conducted in coordination with, and in support of, other arms control and reduction measures, including SALW control (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).The disarmament component of any DDR programme should be specifically designed to respond and adapt to the security environment. It should also be planned in coherence with wider peace- making, peacebuilding and recovery efforts. Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy. Depending on the context, DDR phases could be differently sequenced with, for example, demobilization and reintegration paving the way for disarmament.The disarmament component of a DDR programme will usually consist of four main phases: \\n (1) Operational planning; \\n (2) Weapons collection; \\n (3) Stockpile management; \\n (4) Disposal of collected materiel.The cross-cutting activities that should take place throughout these four main phases are data collection, awareness raising, and monitoring and evaluation. Within each phase there are also a number of recommended specific components (see Table 1).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 4, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3565, - "Score": 0.25, - "Index": 3565, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4412, - "Score": 0.25, - "Index": 4412, - "Paragraph": "The registration of ex-combatants during the demobilization phase provides detailed information on each programme participant\u2019s social and economic expectations, as well as his/her capacities, resources, or even the nature of his/her marginalization. How- ever, by the time this registration takes place, it is already too late to begin planning the reintegration programme. As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins. Such a profile can be done through carefully randomized and stratified (to the extent possible) sampled surveys of smaller numbers of representative combatants.In order for these assessments to adequately form the basis for reintegration pro- gramme planning, implementation, and M&E, they should be further supplemented by data on specific needs groups and additional research, particularly in the fields of anthro- pology, history, and area studies. During the assessment process, attention should be paid to specific needs groups, including female combatants, WAAFG, youth, children, and combatants with disabilities. In addition, research on specific countries and peoples, including that of scholars from the country or region will prove useful. Cultural rela- tionships to land and other physical resources should also be noted here to better inform reintegration programme planners.The most important types of ex-combatant focused assessments are: \\n 1. Early profiling and pre-registration surveys; \\n 2. Full profiling and registration of ex-combatants; \\n 3. Identification and assessment of areas of return and resettlement; \\n 4. Community perception surveys; \\n 5. Reintegration opportunity mapping; and \\n 6. Services mapping and institutional capacity assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4134, - "Score": 0.242536, - "Index": 4134, - "Paragraph": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities. Contingent on mandate and/or deployment strength, UN police personnel should aim to build a strong working relationship with different segments of local communities that enables the DDR process to take place. More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members. UN police personnel can monitor disarmament and demobilization sites and regularly liaise with communities and their male and female leaders at critical phases of the DDR process. Experience has shown that neglecting to address the different and shared concerns of the various segments of communities can lead to delays and a loss of the momentum required to push DDR forward. Due to their role in community policing, UN police personnel are often well placed to identify local concerns and coordinate with the parties involved to quickly resolve any problems that may arise.The presence of a dedicated UN police liaison officer within a mission\u2019s DDR component helps in the gathering and processing of intelligence on ex-combatants and persons formerly associated with armed forces and groups, their current situation and their possible future activities/locations. Such a liaison officer provides a valuable link to the operations of the UN police component and State police and law enforcement institutions. In this regard, the liaison officer can also keep the DDR component up to date on the progress of UN police personnel in advising and training the State police service.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "6. DDR processes and policing \u2013 general tasks", - "Heading2": "6.2 Coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5325, - "Score": 0.242536, - "Index": 5325, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4805, - "Score": 0.235702, - "Index": 4805, - "Paragraph": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim. Experience has shown that untreated wounded, ill and terminal ex-combatants constitute the most violent and dis- ruptive elements within any immediate post-conflict environment. Immediate health care assistance should therefore be provided during DDR from the very earliest stage.Planning for such assistance should include issues of sustainability by ensuring that ex-combatants are not a distinct target group for medical assistance, but receive care along with members of their communities of return/choice. Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues. Former combatants are likely to suffer a range of both short- and long- term health problems that can affect both their own reintegration prospects and receptor communities. In addition to basic medical screening and treatment for wounds and dis- eases, particular attention should be directed towards the needs of those with disabilities, those infected with HIV/AIDS, the chronically ill, and those experiencing psychosocial trauma and related illnesses. As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "", - "Heading4": "", - "Sentence": "Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5463, - "Score": 0.235702, - "Index": 5463, - "Paragraph": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme. The objectives of screening are to: \\n Establish the eligibility of the potential DDR participant and register those who meet the criteria; \\n Weed out individuals trying to cheat the system, for example, those attempting to demobilize more than once in the hope of receiving additional benefits, or civilians trying to access demobilization benefits; \\n Identify DDR participants with specific requirements (children, youth, child mobilized\u2013adult demobilized, women, persons with disabilities and persons with chronic illnesses); and \\n Depending on the context, identify foreign combatants that need to be repatriated to their home countries (see IDDRS 5.40 on Cross-Border Population Movements).When combatants and persons associated with armed forces and groups report for a DDR programme, their eligibility should be determined by a specific set of eligibility criteria developed by national authorities, such as membership in a specific armed force or group, possession of a weapon and/or ammunition, and/or proven ability to use a weapon (see IDDRS 4.10 on Disarmament). Whether or not an individual meets these eligibility criteria should be verified. Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams. Questions touching upon the location of specific battles and military bases and the names of senior group members should be asked. Without verification, military commanders may attempt to bring civilians into the DDR programme. They may also attempt to engage in recruitment just prior to the onset of DDR in order to provide benefits to followers of the group or to take a cut of the benefits being offered to these newly recruited individuals. Explicitly stating the maximum number of individuals who may participate in a peace agreement or DDR policy document can limit incentives for commanders to engage in recruitment. So too can a cut-off date for eligibility. Armed forces and groups often prepare lists of their members prior to the onset of a DDR programme. Whenever lists are prepared, DDR practitioners shall ensure that a verification mechanism is in place to ensure that those listed meet the required eligibility criteria. A mechanism should also be in place to resolve disputed cases and to deal with those who are excluded. Clear messaging shall be employed to ensure that armed forces and groups are aware that being named on a list does not automatically confer DDR eligibility.Once the eligibility of a particular individual has been established, his/her basic registration data (name, age, contact information, sex, etc.) should be entered into a case management system. This system can be used to track when and where DDR benefits are disbursed and to whom (see section 6.8). The data recorded in the case management system should include a biometric component where possible. Biometric systems store the unique physical features \u2013 iris, face or fingerprint data \u2013 of individuals for future reference. Biometric registration serves mainly to ensure that DDR participants do not try to \u2018game the system\u2019 by going through the DDR programme more than once to receive multiple benefits. An advantage of all biometric systems is that, if properly implemented, they are completely confidential. A unique string of letters or numbers is assigned to a photograph or fingerprint, and the original photos or prints are then discarded. Different biometric systems have different levels of cost and user friendliness. Facial recognition systems are the most sophisticated but also the most expensive. DDR practitioners using this technology will require appropriate training. Alternatively, fingerprinting is an easy and cheap way to obtain biometric data. Fingerprints can be taken on smart phones or mobile fingerprint scanners, and training requirements are minimal. The context in which registration takes place should be taken into account when considering biometric registration. For example, if the armed conflict was tied to civic and national honour, peer control mechanisms may be sufficient to ensure that individuals do not try to \u2018double dip\u2019. However, in contexts marked by distrust between the warring parties, and combatants who move from one group or conflict to another, more careful biometric monitoring may be required. The biometric registration systems established for demobilization processes can also be linked to processes of security sector integration and reform (see IDDRS 6.10 on DDR and Security Sector Reform).Immediately after eligible individuals have been registered, they should be informed of their rights and obligations during the DDR programme and the terms and conditions of their participation. If they agree to these terms and conditions, DDR participants should be asked to sign a terms and conditions form and be provided with a copy of this form in their chosen language (see Annex C for a sample terms and conditions form).Individuals shall be ineligible for DDR programmes if they have committed, or if there is a clear and reasonable indication that they knowingly committed war crimes, terrorist acts or offences, crimes against humanity and/or genocide (see IDDRS 2.11 on The Legal Framework for UN DDR). As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme. If evidence is found to suggest that a particular participant in the DDR programme has committed crimes, the individuals\u2019 eligibility to participate in DDR shall be revoked. These types of background checks will typically not be conducted by DDR practitioners. Instead, national criminal justice authorities would need to be involved. DDR practitioners should seek support from human rights experts who can undertake a proactive process of collecting background information from a variety of sources. For a more detailed description of this process, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Screening, verification and registration", - "Heading3": "", - "Heading4": "", - "Sentence": "Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4365, - "Score": 0.229416, - "Index": 4365, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4307, - "Score": 0.218218, - "Index": 4307, - "Paragraph": "A well-planned reintegration programme shall assess and respond to the specific needs of its male and female participants (i.e. gender-sensitive planning), who might be children, youth, adults, elders and/or persons with disabilities.Effective and sustainable reintegration depends on early planning that is based on: a comprehensive understanding of the local context, a clear and unambiguous agreement among all stakeholders about objectives and results of the programme, the establishment of realistic timeframes, clear budgeting requirements and human resource needs, and a clearly defined programme exit strategy. Planning shall be based on existing assessments which include conflict and security analyses, gender analyses, early recovery and/or post-conflict needs assessments, in addition to reintegration-specific assessments. Reinte- gration practitioners shall furthermore ensure a results-based monitoring and evaluation (M&E) framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.Those planning the disarmament and demobilization phases shall work in tandem with the reintegration phase planners and experts to ensure a smooth transition, and more specifically that the programme has sufficient resources and capacity to absorb the demo- bilized groups, where applicable. It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum. Planners should therefore carefully consider, and where possible link with, other early recovery and peacebuilding initiatives and processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Well-planned", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4000, - "Score": 0.213201, - "Index": 4000, - "Paragraph": "Police personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on The UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.In mission settings, the mandate granted by the UN Security Council will dictate the type and extent of UN police involvement in a DDR process. Dependent on the situation on the ground, this mandate can range from monitoring and advisory functions to full policing responsibilities. In mission settings with a peacekeeping operation, the UN police component will typically consist of individual police officers, formed police units and specialized police teams. In special political missions, formed police units will typically not be present, and the UN police presence may consist of senior advisers.In non-mission settings there is no UN Security Council mandate. Therefore, the type and extent of UN or international police involvement in a DDR process will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. An international police presence in a non-mission setting (whether UN or otherwise) will typically consist of advisers, mentors, trainers and/or policing experts, complemented where necessary by a specialized police team.When supporting DDR processes, police personnel may conduct several general tasks, including the provision of advice, support to coordination, monitoring and building public confidence. Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway. For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites. Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR). For example, police may support DDR practitioners who are engaged in the mediation of local peace agreements by orienting these individuals, and broader negotiating teams, to entry points in the community. Community-oriented policing practices and community violence reduction (CVR) programmes can also be mutually reinforcing (see IDDRS 2.30 on Community Violence Reduction).Finally, when DDR processes are linked to security sector reform (SSR), UN police personnel have an important role to play in the reform of State police and law enforcement institutions and can positively contribute to the establishment and furtherance of professional standards and codes of conduct of policing.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4727, - "Score": 0.213201, - "Index": 4727, - "Paragraph": "Successful reintegration of ex-combatants is a complex process that depends on a myriad of factors, including satisfying the complex expectations of receiving communities. It is the interplay of a community\u2019s physical and social capital and an ex-combatant\u2019s financial and human capital that determines the ease and success of reintegration.The acceptance of ex-combatants by community members is essential, but relations between ex-combatants and other community members are usually anything but \u2018nor- mal\u2019 at the end of a conflict. Ex-combatants often reintegrate into extremely difficult social environments where they might be seen as additional burdens to communities rather than assets. In some cases, communities may have perceptions that returning combat- ants are HIV positive, regardless of actual HIV status, resulting in discrimination against and stigmatization of returnees and inhibiting effective reintegration. The success of any DDR programme and the effective reintegration of former combatants therefore depend on the extent to which ex-combatants can become (and be perceived as) positive agents for change in receptor communities.The importance of providing civilian life skills training to ex-combatants will prove vital to strengthening their social capital and jumpstarting their integration into com- munities. Ex-combatants who have been socialized to use violence may face difficulties when trying to negotiate everyday situations in the public and private spheres. Those who have been out of their communities for an extended period of time, and who may have committed extreme acts of violence, might feel disconnected from the human compo- nents of home and community life. Reintegration programme managers should therefore regard the provision of civilian life skills as a necessity, not a luxury. Life skills include understanding gender identities and roles, non-violent ways of resolving conflict, and non-violent civilian and social behaviours (such as good parenting skills). See section 9.4.1. for more information on life skills.Public information and sentitization campaigns can also be an extremely effective mech- anism for facilitating social reintegration, including utilizing media to address issues such as returnees, their dependants, stigma, peacebuilding, reconciliation/co-habitation, and socialization to violence. Reintegration programme planners should carry out public information and sensitization campaigns to ensure a broad understanding among stake- holders that DDR is not about rewarding ex-combatants, but rather about turning them into valuable assets to rebuild their communities and ensure that security and peace pre- vail. In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process. The same applies for female ex-combatants and women and girls associated with armed forces and groups who in many cases expe- rienced sexual and gender-based violence, and risk stigmatization and social exclusion. See Module 4.60 on Public Information and Strategic Communication in Support of DDR for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 42, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.3. Strengthening social capital and social acceptance", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3504, - "Score": 0.204124, - "Index": 3504, - "Paragraph": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict. Clear operational objectives should also be developed and agreed. These may include: \\n A reduction in the number of weapons, ammunition and explosives possessed by, or available to, armed forces and groups; \\n A reduction in actual armed violence or the threat of it; \\n Optimally zero, or at the most minimal, casualties during the disarmament component; \\n An improvement in the perception of human security by men, women, boys, girls and youth within communities; \\n A public connection between the availability of weapons and armed violence in society; \\n The development of community awareness of the problem and hence community solidarity; \\n The reduction and disruption of the illicit trade of weapons within the DDR area of operations; \\n A reduction in the open visibility of weapons in the community; \\n A reduction in crimes committed with weapons, such as conflict-related sexual violence; \\n The development of norms against the illegal use of weapons.BOX 2: MONITORING AND EVALUATION OF DISARMAMENT \\n The disarmament objectives listed in section 5.2 could serve as a basis for the identification of performance indicators to track progress and assess the impact of disarmament interventions. Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR). \\n Standardized indicators to monitor and evaluate disarmament operations should be identified early in the DDR programme. Quantitative indicators could be developed in line with specific technical outputs providing clear measures, including the number of weapons and rounds of ammunition collected, the number of items recorded, marked and destroyed, or the number of items lost or stolen in the process. Qualitative indicators might include the evolution of the armed criminality rate in the target area, or perceptions of security in the target population disaggregated by sex and age. Information collection efforts and a weapons survey (see section 5.1) provide useful sources for identifying key indicators and measuring progress. \\n\\n Monitoring and evaluation should also verify that: \\n Gender- and age-specific risks to women and men have been adequately and equitably addressed. \\n Women and men participate in all aspects of the initiative \u2013 design, implementation, monitoring and evaluation. \\n The initiative contributes to gender equality.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2 Objectives of disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5503, - "Score": 0.204124, - "Index": 5503, - "Paragraph": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females. Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation. Profiling should include an emphasis on better understanding the reasons why these individuals joined armed forces or groups, aspirations for reintegration, what is needed for a given individual to become a productive citizen, education and technical/professional skill levels and major gaps, heath-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reinsertion and reintegration support. A standardized questionnaire collecting quantitative and qualitative information from ex-combatants and persons formerly associated with armed forces and groups shall be developed. This questionnaire can be supported by qualitative profiling, such as assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics). DDR practitioners should be aware that profiling may lead to raised expectations, especially if ex- combatants and persons formerly associated with armed forces and groups interpret questions about what they want to do in civilian life as promises of future support. DDR practitioners should therefore clearly explain the purpose of the profiling survey (i.e., to better tailor subsequent support) and inform participants of the limitations of future support. A sample profiling questionnaire can be found in Annex D.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.3 Profiling", - "Heading3": "", - "Heading4": "", - "Sentence": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6563, - "Score": 0.5, - "Index": 6563, - "Paragraph": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization). When reporting to such sites, the time CAAFAG spend at the site shall be as short as possible, and every effort shall be made to rapidly identify them, register them and supply them with their immediate needs. Where possible, children should be identified before arrival at the demobilization site so that the documentation process (identification, verification, registration, medical needs) and other applicable procedures last no longer than 48 hours, after which they shall be transferred to an interim care centre (ICC) for children or to another location under civilian control. If CAAFAG report or are brought to mobile demobilization sites or reception centres, standard operating procedures shall be in place outlining when and how the handover to civilian authorities will take place.At all demobilization sites, semi-permanent or otherwise, particular attention shall be given to the safety and protection of children during their stay, through measures such as proper lighting, regular surveillance and security patrols. Children shall be physically separated from adult combatants, and a security system shall be established to prevent adult access to them. Girl mothers, however, shall not be separated from their children. Separate accommodation must be provided for boys and girls, including separate washing and toilet facilities, with specific health services provided when necessary (e.g., reproductive health services and hygiene kits adapted to specific needs). Female staff shall be provided for locations where girls are staying.Since a number of girls are likely to be mothers, demobilization sites shall also be designed to provide proper food and health care for infants and young children, with childcare assistance provided for mothers unable to care for their children. Demobilization sites must, without exception, provide medical health screening, including sexual health screening to all children, and provide necessary treatment. Efforts shall be made to improve the overall health of CAAFAG through early detection, immunization, treatment of severe conditions (such as malaria and acute respiratory infections), treatment for wounds and injuries, triage and referral of serious cases to secondary/tertiary facilities (see IDDRS 5.70 on Health and DDR).Children shall be informed that they have the right not to be abused or exploited including the right to protection from sexual exploitation and abuse, and child labour, and that they have the right and ability, through adapted and efficient reporting and complaints mechanisms, to report abuse. When children do report abuse or exploitation by adult former combatants, staff or adult caregivers, they shall not be stigmatized or made to feel disloyal in any way. Their complaints must also be acted upon immediately through child-friendly mechanisms designed and put in place to protect them from such exploitation and to punish the offenders to the fullest extent possible. If children reporting abuse request such a service, they shall be given space and time to share their emotions and reflect on their experiences with health workers trained in psychotherapeutic assistance. Mechanisms shall be established to prevent offending staff from working with children in similar situations in the future (see also section 4.10.1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 27, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "8.2.1 Demobilization sites", - "Heading4": "", - "Sentence": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6934, - "Score": 0.447214, - "Index": 6934, - "Paragraph": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work. It focuses on interventions during the demobilization and reintegration phases. A basic assumption is that broader HIV/AIDS programmes at the community level fall outside the planning requirements of DDR officers. Community programmes require a multisectoral approach and should be sustainable after DDR is completed. The need to integrate HIV/ AIDS in community-based demobilization and reintegration efforts, however, can make this distinction unclear, and therefore it is vital that the national and international part- ners responsible for longer-term HIV/AIDS programmes are involved and have a lead role in DDR initiatives from the outset, and that HIV/AIDS is included in national recon- struction. DDR programmes need to integrate HIV concerns and the planning of national HIV strategies need to consider DDR.The importance of HIV/AIDS sensitization and awareness programmes for peace- keepers is acknowledged, and their potential to assist with programmes is briefly discussed. Guidance on this issue can be provided by mission-based HIV/AIDS advisers, the Depart- ment of Peacekeeping Operations and the Joint UN Programme on HIV/AIDS (UNAIDS).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It focuses on interventions during the demobilization and reintegration phases.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5847, - "Score": 0.436436, - "Index": 5847, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7601, - "Score": 0.408248, - "Index": 7601, - "Paragraph": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters? \\n To what extent did the demobilization programme provide gender-sensitive and female-specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC and FS who registered for demobilization programme \\n 2. % of FXC and FS who were demobilized (completed the programme) per camp \\n 3. Number of demobilization facilities created specifically for FXC and FS per camp (e.g., toilets, clinic) \\n 4. % of FXC, FS and FD who were allocated to female-only accommodation facilities \\n 5. Number of female staff in each camp (e.g., female translators, military staff, social workers, gender advisers) \\n 6. Number of gender trainings conducted per camp \\n 5.10 34\u2003Integrated Disarmament, Demobilization and Reintegration Standards 1 August 2006 \\n 7. Average length of time spent in gender training \\n 8. Number of FXC, FS and FD who participated in gender training \\n 9. Number and level of gender-based violence reported in each demobilization camp \\n 10. Average length of stay of FXC and FS at each camp \\n 11. % of FXC, FS and FD who received transitional support to prepare for reintegration (e.g. health care, food, living allowance, etc.) \\n 12. % of FXC, FS and FD who received female-specific assistance and package (e.g., sanitary napkins, female clothes) \\n 13. % of FXC, FS and FD attending female-specific counselling sessions \\n 14. Average length of time spent in counselling for victims of gender-based violence \\n 15. Number of child-care services per camp \\n 16. % of FXC, FS and FD who used child-care services per camp \\n 17. Existence of medical facilities and personnel for childbirth \\n 18. % of FXC, FS and FD who used medical facilities for childbirth", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.2. Monitoring of demobilization", - "Sentence": "Number of FXC and FS who registered for demobilization programme \\n 2.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7375, - "Score": 0.353553, - "Index": 7375, - "Paragraph": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes. The narrow definition of who qualifies as a \u2018combatant\u2019 has been moti- vated to a certain extent by budgetary considerations, and this has meant that DDR planners have often overlooked or inadequately attended to the needs of a large group of people participating in and associated with armed groups and forces. However, these same peo- ple also present potential security concerns that might complicate DDR.If those who do not fit the category of a \u2018male, able-bodied combatant\u2019 are overlooked, DDR activities are not only less efficient, but run the risk of reinforcing existing gender inequalities in local communities and making economic hardship worse for women and girls in armed groups and forces, some of whom may have unresolved trauma and reduced physical capacity as a result of violence experienced during the conflict. Marginalized women with experience of combat are at risk for re-recruitment into armed groups and forces and may ultimately undermine the peace-building potential of DDR processes. The involvement of women is the best way of ensuring their longer-term participation in security sector reform and in the uniformed services more generally, which again will improve long-term security.Box 3 Why are female supporters/FAAFGs eligible for demobilization? \\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living. If the aim of DDR is to provide broad-based community security, it cannot create insecurity for this group of women by ignoring their special needs. Even if the argument is made that women associated with armed forces and groups should be included in more broadly coordinated reintegration and recovery frameworks, it is important to remember that they will then miss out on specifically designed support to help them make the transition from a military to a civilian lifestyle. In addition, many of the programmes aimed at enabling communities to reinforce reintegration will not be in place early enough to deal with the immediate needs of this group of women.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 10, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8083, - "Score": 0.353553, - "Index": 8083, - "Paragraph": "The host country, in collaboration with UN missions and other relevant international agencies, should decide at an early stage what level of demobilization of interned foreign combatants is desirable and within what time\u00adframe. This will depend partly on the profile and motives of internees, and will determine the types of structures, services and level of security in the internment facility. For example, keeping military command and control structures will assist with maintaining discipline through commanders. Lack of demobilization, however, will delay the process of internees becoming civilians, and as a result the possibility of their gaining future refugee status as an exit strategy for foreign combatants who are seeking asylum. On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process. Reuniting family members or putting them in contact with each other and providing skills training, peace education and rehabilitation programmes will also aid demobilization. Mixing different and rival factions from the country of origin, the feasibility of which will depend on the nature of the conflict and the reasons for the fighting, will also make demobilization and reconciliation processes easier.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 13, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.6. Demobilization", - "Heading4": "", - "Sentence": "On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5852, - "Score": 0.333333, - "Index": 5852, - "Paragraph": "During demobilization, individuals shall be directed to a doctor or medical team for health screening. Both general and specific health needs shall be assessed. Given their age and increased risk factors, youth shall be provided with basic specialized attention in the areas of reproductive health and STIs, including voluntary testing and counselling for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR). Female medical personnel shall be made available for women and girls. In addition, screening for mental health and psychosocial support needs should be available. Plans for how to protect personal health information shall also be made.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 14, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.4 Medical health screening", - "Heading4": "", - "Sentence": "During demobilization, individuals shall be directed to a doctor or medical team for health screening.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7180, - "Score": 0.328798, - "Index": 7180, - "Paragraph": "In many settings, key HIV/AIDS implementing partners, such as the International Rescue Committee and Family Health International, may already be working in the country, but not necessarily in all the areas where demobilization and reinsertion/reintegration will take place. To initiate programmes, DDR officers should consider providing seed money to kick-start projects, for example covering the initial costs of establishing a basic VCT centre and training counsellors in a particular area, on the understanding that the implementing partner would assume the costs of running the facility for an agreed period of time. This is because it is often easier for NGOs to raise donor funds to maintain a project that has been shown to work than to set one up. Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.1. Implementing partners", - "Heading3": "", - "Heading4": "", - "Sentence": "Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8462, - "Score": 0.323498, - "Index": 8462, - "Paragraph": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp. 6\u20137; Report of the Secretary\u00adGeneral to the Security Council on Liberia, 11 September 2003, para. 49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para. 1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004. \\n 2 \u201cEvery State has the duty to refrain from organizing or encouraging the organization of irregular forces or armed bands, including mercenaries, for incursion into the territory of another state . . . . Every State has the duty to refrain from organizing, instigating, assisting or participating in acts of civil strife or terrorist acts in another State or acquiescing in organized activities within its territory directed towards the commission of such acts, when the acts referred to in the present paragraph involve a threat or use of force No State shall organize, assist, foment, finance, incite or tolerate subversive, terrorist or armed activities directed towards the violent overthrow of the regime of another State, or interfere in civil strife in another State.\u201d \\n 3 Adopted by UN General Assembly resolution 43/173, 9 December 1988. \\n 4 Adopted by the First UN Congress on the Prevention of Crime and the Treatment of Offenders, Geneva 1955, and approved by the UN Economic and Social Council in resolutions 663 C (XXIV) of 31 July 1957 and 2076 (LXII) of 13 May 1977. \\n 5 Adopted by UN General Assembly resolution 45/111, 14 December 1990. \\n 6 UN General Assembly resolution 56/166, Human Rights and Mass Exoduses, para. 8, 26 February 2002; see also General Assembly resolution 58/169, para. 7. \\n 7 UN General Assembly resolution 58/169, Human Rights and Mass Exoduses, 9 March 2004. \\n 8 UN General Assembly, Report of the Fifty\u00adFifth Session of the Executive Committee of the High Commissioner\u2019s Programme, A/AC.96/1003, 12 October 2004. \\n 9 Information on separation and internment of combatants in sections 7 to 10 draws significantly from papers presented at the Experts\u2019 Roundtable organized by UNHCR on the Civilian and Humanitar\u00ad ian Character of Asylum (June 2004), in particular the background resource paper prepared for the conference, Maintaining the Civilian and Humanitarian Character of Asylum by Rosa da Costa, UNHCR (Legal and Protection Policy Research Series, Department of International Protection, PPLA/2004/02, June 2004), as well as the subsequent UNHCR draft, Operational Guidelines on Maintaining the Civilian Character of Asylum in Mass Refugee Influx Situations. \\n 10 Internment camps for foreign combatants have been established in Sierra Leone (Mapeh and Mafanta camps for combatants from the Liberian war), the Democratic Republic of the Congo (DRC) (Zongo for combatants from Central African Republic), Zambia (Ukwimi camp for combatants from Angola, Burundi, Rwanda and DRC) and Tanzania (Mwisa separation facility for combatants from Burundi and DRC). \\n 11 Da Costa, op. cit. \\n 12 The full definition in the 1989 International Convention Against the Recruitment, Use, Financing and Training of Mercenaries is contained in the glossary of terms in Annex A. In Africa, the 1977 Convention of the OAU for the Elimination of Mercenarism in Africa is also applicable. \\n 13 Universal Declaration of Human Rights, art. 14. The article contains an exception \u201cin the case of prose\u00ad cutions genuinely arising from non\u00adpolitical crimes or from acts contrary to the purposes and principles of the United Nations\u201d. \\n 14 For further information see UNHCR, Handbook for Repatriation and Reintegration Activities, Geneva, May 2004. \\n 15 The UN General Assembly has \u201cemphasiz[ed] the obligation of all States to accept the return of their nationals, call[ed] upon States to facilitate the return of their nationals who have been determined not to be in need of international protection, and affirm[ed] the need for the return of persons to be undertaken in a safe and humane manner and with full respect for their human rights and dignity, irrespective of the status of the persons concerned\u201d (UN General Assembly resolution 57/187, para. 11, 18 December 2002). \\n 16 Refer to UNHCR/DPKO note on cooperation, 2004. \\n 17 For the purpose of this Conclusion, the term \u201carmed elements\u201d is used as a generic term in a refugee context that refers to combatants as well as civilians carrying weapons. Similarly, for the purpose of this Conclusion, the term \u201ccombatants\u201d covers persons taking active part in hostilities in both inter\u00ad national and non\u00adinternational armed conflict who have entered a country of asylum. \\n 18 S/1999/957; S/2001/331 \\n 19 EC/GC/01/8/Rev.1 \\n 20 Workshop on the Potential Role of International Police in Refugee Camp Security (Ottawa, Canada, March 2001); Regional Symposium on Maintaining the Civilian and Humanitarian Character of Refugee Status, Camps and other locations (Pretoria, South Africa, February 2001); International Seminar on Exploring the Role of the Military in Refugee Camp Security (Oxford, UK, July 2001).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 49, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8544, - "Score": 0.316228, - "Index": 8544, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6614, - "Score": 0.288675, - "Index": 6614, - "Paragraph": "CAAFAG face a range of health issues that may impact their reintegration. The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre. However, ongoing health needs shall also be addressed during the reintegration process. This may be via referral to relevant local or national health facilities, medical fee coverage or the direct provision of support. All service and referral provision shall be private and confidential.Reproductive health \\n As soon as possible after their release from an armed force or group, and for as long as necessary, girls and boys who have survived sexual violence, abuse and exploitation shall receive medical care in addition to mental health and psychosocial care (see section 7.9.1). Consideration shall also be given to boys who may have been forced to perpetrate sexual violence. All children who have experienced sexual violence shall receive access to the Minimum Initial Service Package (MISP) for sexual and reproductive health.7 Girl mothers shall be referred to community health services and psychosocial support as a priority. To prevent cycles of violence, girl mothers shall be enabled to learn positive parenting skills so that their children develop in a nurturing household. \\n DDR practitioners should invest in reproductive health awareness-raising initiatives for boys and girls (especially adolescents) covering issues such as safe motherhood, sexual violence, sexually transmitted infections, family planning and the reproductive health of young people. Increasing the awareness of boys will help to reduce the reproductive health burden on girls and enable a gender-transformative approach (see section 4.3). Consideration shall be given to any sensitivities that may arise through the inclusion of boys in these awareness-raising initiatives, and necessary preparations shall be made with families and community leaders to gain their support.HIV/AIDS \\n Children who test positive for HIV/AIDS may experience additional community stigmatization that negatively impacts upon their reintegration. Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential. During reintegration, support for children living with HIV/AIDS should include specialist counselling by personnel with experience of working with children, support to families, targeted referrals to existing medical facilities and linkages to local, national and/or international health programmes. To ease reintegration, community-based HIV/AIDS awareness training and education can be considered (see IDDRS 5.60 on HIV/AIDS and DDR). Children may also prefer to receive treatment in locations that are discreet (i.e., not in public spaces or through discreet entrances at clinics).Drug and alcohol addiction \\n Drugs and alcohol are often used by commanders to establish dependence, manipulate and coerce children into committing violence. Children\u2019s substance use can create obstacles to reintegration such as behavioural issues in the home and community, risk-taking behaviour, poor nutrition and general health, and increased vulnerability to re-recruitment. DDR practitioners should coordinate with child-focused local, national and/or international health organizations to develop or identify for referral drug and alcohol rehabilitation programmes adapted to the needs of CAAFAG. Treatment shall follow the International Standards for the Treatment of Drug Use Disorders.8", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.1 Health", - "Heading4": "", - "Sentence": "Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7126, - "Score": 0.288675, - "Index": 7126, - "Paragraph": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs. A range of contra- ception measures also need to be considered as part of basic reproductive health services to prevent unwanted pregnancies.Many countries may not be familiar with female condoms. Post-conflict settings, how- ever, have proved to be receptive environments for the introduction of female-controlled methods of HIV/STI prevention and contraception. It is important that any introduction of female condoms in DDR programmes be strongly linked to national/local initiatives. UNFPA and Population Services International can provide information on designing and running programmes to promote and supply female condoms. If female condoms are not available locally and there are no existing programmes, it may not be feasible or appropriate for DDR HIV/AIDS programmes to introduce and promote the use of female condoms, as it requires training and specifically tailored information campaigns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.5. Providing condoms", - "Heading3": "", - "Heading4": "", - "Sentence": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7430, - "Score": 0.288675, - "Index": 7430, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8348, - "Score": 0.288675, - "Index": 8348, - "Paragraph": "The giving up of military activities by foreign former combatants is more likely to be genuine if they have been demobilized and they have a real chance of earning a living in civilian life, including through DDR programmes in the host country. Detention in internment camps without demobilization and rehabilitation activities will not automatically lead to combatants becoming civilians. Breaking up military structures; linking up families; and providing vocational skills training, counselling, rehabilitation and peace education programmes for foreign former combatants in the host country will make it easier for them to become civil\u00ad ians and be considered for refugee status some time in the future.It needs to be carefully verified that individuals have given up military activities, includ\u00ad ing in situations where foreign former combatants are interned or where they have some degree of freedom of movement. Verification should include information gathered through\u00ad out the period of identification, separation and internment. For example, it will be easier to understand individual motives and activities if the movements of internees in and out of internment camps are monitored. Actions or attitudes that may prove that an individual has genuinely given up military activities may include expressions of regret for past military ac\u00ad tivities and for the victims of the conflict, signs of weariness with the war and a general feeling of homesickness, and clear signs of dissatisfaction with a military or political organization. Internment camp authorities or other agencies that are closely in contact with internees should share information with UNHCR, unless such information must be kept confidential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 33, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.3. Determining refugee status", - "Heading3": "13.3.3. Genuine and permanent giving up of military activities", - "Heading4": "", - "Sentence": "Detention in internment camps without demobilization and rehabilitation activities will not automatically lead to combatants becoming civilians.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6220, - "Score": 0.27735, - "Index": 6220, - "Paragraph": "Children are entitled to release from armed forces and groups at all times, without pre- condition. Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children. Given their age, vulnerability and child- specific needs, during DDR processes, children shall be separated from armed forces and groups and handed over to child protection actors and supported to demobilize and reintegrate into families and communities in processes that are separate from those for adults, according to their best interests. While it is critical that children be supported, they shall not be pressured to wait for or to participate in release processes. They shall also not be removed from their families or communities to participate in DDR processes unless it has been determined to be in their best interest. Their decision to participate shall voluntary and based on informed consent.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7073, - "Score": 0.274721, - "Index": 7073, - "Paragraph": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins. For example, it may be that troops are being kept in their barracks in the interim period between the signing of a peace accord and the roll-out of DDR; this provides an ideal captive (and restive) audience for awareness programmes and makes use of existing structures.7 In such cases, DDR planners should design joint projects with other actors working on HIV issues in the country. To avoid duplication or over-extending DDR HIV budgets, costs could be shared based on a proportional breakdown of the target group. For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage. Such an approach would be more comprehensive, easier to implement, and have longer-term benefits. It would also complement HIV/AIDS initiatives in broader SSR programmes.Demobilization is often a very short process, in some cases involving only reception and documentation. While cantonment offers an ideal environment to train and raise the awareness of a \u2018captive audience\u2019, there is a general trend to shorten the cantonment period and instead carry out community-based demobilization. Ultimately, most HIV initiatives will take place during the reinsertion phase and the longer process of reintegration. However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization. If the time allowed for a specific phase is changed, for example, if an envisaged cantonment period is shortened, it should be understood that the HIV/AIDS minimum requirements are not dropped but are instead included in the next phase of the DDR programme. Condoms and awareness material/referral information should be available whatever the length of cantonment, and must be included in \u2018transitional packages\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7399, - "Score": 0.274721, - "Index": 7399, - "Paragraph": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites. This assessment should take place as early as possible so that train- ing programmes are ready when ex-combatants and supporters need them.Opportunities for women\u2019s economic independence should be considered and potential problems faced by women entering previously \u2018male\u2019 workplaces and professions should be dealt with as far as possible. Offering demobilized women credit and capital should be viewed as a positive investment in reconstruction, since women have an established record of high rates of return and reinvestment.Demobilization packages for men and boys should be also sensitive to their different gender roles and identities. Demobilization packages might be prepared under the assump- tion that men are the \u2018breadwinner\u2019 in a household, which might pressurize men to be more aggressively hierarchical in their behaviour at home. Men can also feel emasculated when women appear more successful than them, and may express their frustration in increased violence. More careful preparation is needed so that transitional support packages will not reinforce negative gender stereotypes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 13, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "6.4.1. Transitional support: Gender-aware interventions", - "Heading4": "", - "Sentence": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7789, - "Score": 0.274721, - "Index": 7789, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5836, - "Score": 0.267261, - "Index": 5836, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5921, - "Score": 0.267261, - "Index": 5921, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7871, - "Score": 0.267261, - "Index": 7871, - "Paragraph": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs. Depending on location, health activities will normally include some or all of the following: \\n providing medical screening and counselling for combatants and dependants; \\n establishing basic preventive and curative health services. \\n Priority should go to acute and infectious conditions (typically malaria); however, as soon as possible, measures should also be set in place for chronic and non-infectious cases (e.g., tuberculosis and diabetes, or epilepsy) and for voluntary testing and counselling services for sexually transmitted infections (STIs), including HIV/AIDS; \\n establishing a referral system that can cover medical, surgical and obstetric emergencies, as well as laboratory confirmation at least for diseases that could cause epidemics; \\n adopting and adapting national standard protocols for the treatment of the most common diseases;9 \\n establishing systems to monitor potential epidemiological/nutritional problems within assembly areas, barracks, camps for dependants, etc. with the capacity for early warning and outbreak response; \\n providing drugs and equipment including a system for water quality control and bio- logical sample management; \\n organizing public health information campaigns on STIs (including HIV/AIDS), water- borne disease, sanitation issues such as excreta disposal, food conservation and basic hygiene (especially for longer-term cantonment); \\n establishing systems for coordination, communication and logistics in support of the delivery of preventive and curative health care; \\n establishing systems for coordination with other sectors, to ensure that all vital needs and support systems are in place and functioning.Whenever people are grouped together in a temporary facility such as a cantonment site, there will be matters of specific concern to health practitioners. Issues to be aware of include: \\n Chronic communicable diseases: Proper compliance with anti-TB treatment can be difficult to organize and sustain, but it should be considered a priority; \\n HIV/AIDS: Screening of soldiers should be voluntary and carried out after combatants are given enough information about the screening process. The usefulness of screening when the system is not able to respond adequately (by providing anti-retroviral therapy and proper follow-up) should be carefully thought out. Combatants have the right to the confidentiality of the information collected;10 \\n Violence/injury prevention: Cantonment is a strategy for reducing violence, because it aims to contain armed combatants until their weapons can be safely removed. However, there is a strong likelihood of violence within cantonment sites, especially when abducted women or girls are separated from men. Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this. In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders. An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 10, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.1. Dealing with key health concerns during demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7906, - "Score": 0.267261, - "Index": 7906, - "Paragraph": "This section explains how to use the resources allocated to health action in DDR to reinforce and support the national health system in the medium and longer term.It needs to be emphasized that after combatants are discharged, they come under the responsibility of the national health system. It is vital, therefore, for all the health actions carried out during the demobilization phase to be consistent with national protocols and regulation (e.g., the administration of TB drugs). Especially in countries emerging from long-lasting violent conflict, the capacity of the national health system may not be able to meet the needs of population, and more often than not, good health care is expensive. In this case, preferential or subsidized access to health care for former combatants and others associated with armed groups and forces can be provided if possible. It needs to be em- phasized that the decision to create positive discrimination for former combatants is a political one.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 14, - "Heading1": "9. The role of health services in the reintegration process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is vital, therefore, for all the health actions carried out during the demobilization phase to be consistent with national protocols and regulation (e.g., the administration of TB drugs).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7811, - "Score": 0.258199, - "Index": 7811, - "Paragraph": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated. The extent of the contribution of health activities in each phase increases steadily, from assess- ment and planning to the actual delivery of health services. Health services, in turn, will evolve: starting by focusing on immediate, life-threatening conditions, they will at a later stage be required to support ex-combatants and those associated with them when they return to civilian life and take up civilian jobs as a part of reintegration.Figure 1 provides a simplified image of the general direction in which the health sector has to move to best support a DDR process. Clearly, health actions set up to meet the specific needs of the demobilization phase, which will only last for a short period of time, must be planned as only the first steps of a longer-term, open-ended and comprehensive reintegra- tion process. In what follows, some of the factors that will help the achievement of this long-term goal are outlined.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.3. Health and the sequencing of DDR processes", - "Heading3": "", - "Heading4": "", - "Sentence": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.258199, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8147, - "Score": 0.258199, - "Index": 8147, - "Paragraph": "At least at the early stages of setting up and managing an internment camp, it is likely that host governments will lack capacity and resources for the task. International agencies have an important role to play in acquiring and supplying resources in order to assist the host government to provide internees with the \u201crelief required by humanity\u201d (as required under the Hague Convention): \\n In collaboration with the host government, international agencies should assist with awareness\u00adraising and lobbying of donors, which should take place as soon as possible, as donor funding often takes time to be made available. Donors should be informed about the resource needed to separate and intern combatants and the benefits of such policies, e.g., maintaining State security, helping the host government to keep borders open for asylum seekers, etc.; \\n International agencies should favourably consider contributing financial grants, mate\u00ad rial and other assistance to internment programmes, especially in the early phases when the host government will not have donor funding for such programmes. Contributing assistance, even on an ad hoc and temporary basis, will make international agencies\u2019 advocacy and advisory roles more effective. The following are some illustrations of ways in which international agencies can contribute:Food. WFP may assist with providing food. Given the inability of internees to feed themselves because of their restricted freedom of movement, each internee should be entitled to a full food ration of at least 2,100 kilocalories per day. \\n Health care. International agencies\u2019 partners (e.g., local Red Cross societies) may be able to provide mobile health clinics, to supplement hospital treatment for more serious medical matters. Medical care should include reproductive health care for female internees. \\n Non-food items. Items such as plastic sheeting, plates, buckets, blankets, sleeping mats, soap, etc. will be needed for each internee and agency contributions will be essential. Agencies such as UNHCR and ICRC, if they have the resources, may be able to give extra assistance at least temporarily until the government receives regular donor funding for the internment initiative. \\n Registration and documentation. Agencies could help the host government to develop a system for registration and issuing of identity documentation. Agencies will often need the data themselves, e.g., ICRC in order to arrange family tracing and family visits, and UNHCR for the purpose of getting information on the profiles of internees who may later come within their mandate if, at a later stage, internees apply for refugee status. ICRC may issue its own documentation to internees in connection with its detention-monitoring role. \\n Skills training. To combat the problem of idleness and to provide rehabilitation and alternative skills for internees, as well as to maintain order and dignity during internment, agency partners must try to provide/fund vocational skills training programmes as soon as possible. In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated. Social skills training would also be helpful here, such as sensitization in human rights, civic education, peace-building, HIV/AIDS, and sexual and gender-based violence. \\n Recreation. Sufficient space for recreation and sporting equipment should be provided for the purpose of recreation. \\n Re-establishing family links. ICRC, together with national societies, should try to trace family members of internees, both across borders and within the host country, which will allow family links to be re-established and maintained (e.g., through exchange of Red Cross messages). Where civilian family members have also crossed into the host country, arrangements should be made for maintaining family unity. There are various options: families could be accommodated in internment camps, or in a separate nearby facility, or in a refugee camp or settlement. If family members are voluntarily accommodated Level 5 Cross-cutting Issues Cross-border Population Movements 17 5.40 together with or near to internees, this has the advantage of preserving family unity, helping to break down military hierarchies in internment camps, reducing risks of local/refugee community retaliation against the family members on account of their connections to combatants, and minimizing the chances of combatants moving to civilian sites in order to be with their family members. However, the family members may face security risks, including physical violence and sexual harassment, from internees. Where civilian spouses and children are not accommodated with internees, regular and adequate family visits to internment camps must be arranged by ICRC, UNHCR or other relevant agencies. \\n Monitoring. ICRC should be able to carry out regular, confidential monitoring of internment camps, including the treatment of internees and the standards of their internment, in accordance with its mandate for persons deprived of their liberty for reasons related to armed conflict. Reports from monitoring visits will be provided on a confidential basis to the government of the host country. \\n Host communities. The involvement and support of host communities will be vital to the internment process. Therefore, agencies should consider providing host communities with community-based development assistance programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 15, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Assistance by the international community", - "Sentence": "In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6300, - "Score": 0.242536, - "Index": 6300, - "Paragraph": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning. Emphasis is often placed on the need to estimate the numbers of children in armed forces and groups in order to plan actions. While this is important, policymakers and planners should also recognize that it is difficult to obtain accurate figures. Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations. Legitimacy shall not be given to child recruitment through the inclusion of children within DDR processes to inflate numbers, for example. However, as children will require services, for the purposes of planning the budget and the DDR process itself, children shall be included in the count of persons qualifying for demobilization and reintegration support.Many children who are formally or informally released or who have otherwise left armed forces or groups never have the opportunity to participate in child-sensitive DDR processes. This can happen when a child who flees an armed force or group is not aware of their rights or lives in an area where DDR processes are unavailable. Girls, in particular, may be at higher risk of this as they are often \u2018unseen\u2019 or viewed as dependents. DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route. If levels of informal release or separation are believed to be high (through informal knowledge, data collection or situation analysis), during the planning and design phases, in collaboration with child protection actors, DDR practitioners shall establish mechanisms to inform these children of their rights and enable access to reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6700, - "Score": 0.242536, - "Index": 6700, - "Paragraph": "Life skills are those abilities that help to promote psychological well-being and competence in children as they face the realities of life. These are the ten core life skill strategies and techniques: \\n problem-solving; \\n critical thinking; \\n effective communication skills; \\n agency and decision-making; \\n creative thinking; \\n interpersonal relationship skills; \\n self-awareness building skills; \\n empathy; \\n coping with stress; and \\n emotions.Programmes aimed at developing life skills can, among other effects, lessen violent behaviour and increase prosocial behaviour. They can also increase children\u2019s ability to plan ahead and choose effective solutions to problems. CAAFAG often lose the opportunity to develop life skills during armed conflict, and this can adversely affect their reintegration. For this reason, DDR processes for children should explicitly focus on the development of such skills. Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization. The inclusion of all conflict-affected children within a community in such initiatives will have greater impact than focusing solely on CAAFAG.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 37, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.6 Life skills", - "Heading4": "", - "Sentence": "Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7138, - "Score": 0.235702, - "Index": 7138, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8765, - "Score": 0.235702, - "Index": 8765, - "Paragraph": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization). Food assistance can form part of a transitional safety net and support the establishment of medium- term household food security.In this scenario, food assistance can be provided as a take-home package (for those leaving cantonment sites) and/or can be provided in the community. In communities that have access to functional markets, and where there is a reliable financial network, CBTs are likely to be a useful option during the reinsertion phase, as these transfers provide recipients with the flexibility to redeem the entitlement in the location and moment they prefer, according to their needs. When CBTs are dispensed through financial service providers who offer additional financial services, linking the food assistance to a financial inclusion objective can help to facilitate reinsertion. Where CBTs are not possible for contextual or infrastructural reasons, in-kind assistance can be considered for take-home rations.A general guideline is that food assistance in the reinsertion phase of a DDR programme should not be provided for longer than a year; however, benefits should also be appropriate to the particular context. The following factors should be taken into account when deciding on the length of time the transfer should cover: \\n Whether ex-combatants and persons formerly associated with armed forces and groups will be transported by vehicle to the relevant communities or whether they will have to carry the ration (if in-kind) (the latter may require protection mechanisms for women or other vulnerable groups); \\n The level of assistance when they reach the community; \\n The resources available to the food component of the DDR programme; \\n The timing and expected yields/production of the next harvest; \\n The prospects for the re-establishment of employment and other income-generating activities, or the creation of new opportunities; \\n The overall food policy for the area, taking into account the total economic, social and ecological situation and related recovery and development activities.The aim shall always be to encourage the re-establishment of self-reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 24, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.2 Reinsertion", - "Heading4": "", - "Sentence": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5993, - "Score": 0.229416, - "Index": 5993, - "Paragraph": "Public works programmes aim to build or rehabilitate public/community assets and infrastructure that are vital for sustaining the livelihoods of a community. Examples are the rehabilitation of maintenance of roads, improving drainage, water supplies and sanitation, demining or environmental work including the planting of trees (see IDDRS 4.20 on Demobilization). Public works programmes can be easily designed to create job opportunities for youth who are community members and/or former members of armed forces and groups. There is always urgent work to be done in priority sectors \u2014 such as essential public facilities \u2014 and geographical areas, especially those most affected by armed conflict. Job-creation schemes may provide employment and income support and, at the same time, develop physical and social infrastructure. Such schemes should be designed to promote the value-chain, exploring the full range of activities needed to create a product or services, and should make use of locally available resources, whenever possible, to boost the sustainable economic impact.Although these programmes offer only a limited number of long-term jobs, they can provide immediate employment, increase the productivity of low-skilled youth and help young participants gain work experience that can be critical for more sustainable employment. A further key impact is that they can assist in raising the social status of youth former members of armed forces and groups from individuals who may be perceived as \u201cdestroyers\u201d to individuals who are considered \u201cconstructors\u201d. Chosen schemes can be part of special reconstruction projects to directly benefit youth, such as training centres, sports facilities, health facilities, schools, or places where young people can engage in local politics or play and listen to music. Such projects can be developed within the local construction industry and assist groups of youth to become small contractors. Community-based employment provides an ideal opportunity to mix young former members of armed forces and groups with other youth, paving the way for social reintegration, and should be made available equally to young women and men.Where possible, public works programmes shall be implemented immediately after young people transition from military to civilian status. Care must be taken to ensure that safe labour standards are prioritized, and that youth are given options in terms of the type of work available to them, and not forced into physically demanding work. The creation of employment-intensive work for youth should include other components such as flexible on-site training, mentoring, community services and psychosocial care (where necessary) to support their reintegration into society.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 24, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.10 Public works programmes", - "Heading4": "", - "Sentence": "Examples are the rehabilitation of maintenance of roads, improving drainage, water supplies and sanitation, demining or environmental work including the planting of trees (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8183, - "Score": 0.229416, - "Index": 8183, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5871, - "Score": 0.223607, - "Index": 5871, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7852, - "Score": 0.223607, - "Index": 7852, - "Paragraph": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design. International humanitarian standards on camp design should apply, and gender-specific requirements should be taken into account (e.g., security, rape prevention, the provision of female-specific health care assistance). As a general rule, the area must conform with the Sphere standards for water supply and sanitation, drainage, vector control, etc. Locations and routes for medical and obstetric emergency referral must be pre-identi- fied, and there should be sufficient capacity for referral or medical evacuation to cater for any emergencies that might arise, e.g., post-partum bleeding (the distance to the nearest health facility and the time required to get there are important factors to consider here).When combatants are housed in military barracks or public buildings are restored for this purpose, these should also be assessed in terms of public health needs. Issues to con- sider include basic sanitary facilities, the possibility of health referrals in the surrounding area, and so on.If nearby health facilities are to be rehabilitated or new facilities established, the work should fit in with medium- to long-term plans. Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.3. Support in the identification of assembly areas", - "Heading3": "", - "Heading4": "", - "Sentence": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8531, - "Score": 0.223607, - "Index": 8531, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5843, - "Score": 0.218218, - "Index": 5843, - "Paragraph": "During disarmament or demobilisation processes youth should be screened for age, following age assessment guidance found in Annex B of IDDRS 5.20 on Children and DDR. Youth, under the age of 18, should be separated from adults.With the exception of young child dependants who are with their caregivers, female youth participating in DDR programmes should, at a minimum, be accommodated in a female only section and, where possible, housed in female only facilities along with other female ex-combatants and females associated with armed forces or groups. Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.2 Disarmament and demobilization sites", - "Heading4": "", - "Sentence": "Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7914, - "Score": 0.218218, - "Index": 7914, - "Paragraph": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002. \\n 2 Zagaria, N. and G. Arcadu, What Role for Health in a Peace Process? The Case Study of Angola, Rome, October 1997. \\n 3 Eide, E. B., A. T. Kaspersen, R. Kent and K. von Hippel, Report on Integrated Missions: Practical Perspec\u00ad tive and Recommendation, Independent Study for the Expanded UN ECHA (Executive Committee for Humanitarian Affairs) Core Group, May 2005, pp. 3 and 28. \\n 4 In one example, in Angola during UN Verification Angola Mission III, the humanitarian entitlements for UNITA troops were much higher than the ones provided for their dependants. \\n 5 For technical guidance, refer to WHO, Communicable Disease Control in Emergencies: A Field Manual, http://www.who.int/infectious-disease-news/IDdocs/whocds200527/whocds200527chapters/ index.htm. \\n 6 For short health profiles of many countries in crisis, and for guidelines on rapid health assessments, see WHO, http://www.who.int/hac. \\n 7 The Sphere Project provides a wide range of standards that can provide useful points of reference for an assessment of the capacity of a local health system in a poor country (see Sphere Project, Humani\u00ad tarian Charter and Minimum Standards in Disaster Response, 2004, or http://www.sphereproject.org). \\n 8 See Women\u2019s Commission for Refugee Women and Children, Field\u00adfriendly Guide to Integrate Emergency Obstetric Care in Humanitarian Programs, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 9 Case definitions must be developed for each health event/disease/syndrome. Standard WHO case definitions are available, but these may have to be adapted according to the local situation. If pos- sible, the case definitions of the host country\u2019s ministry of health should be used, if they are available. What is important is that all of those reporting to the monitoring/surveillance system, regardless of affiliation, use the same case definitions so that there is consistency in reporting. \\n 10 See Reproductive Health Responses in Conflict Consortium, Emergency Contraception for Conflict Affected Settings: A Reproductive Health Response in Conflict Consortium Distance Learning Module, 2004, http:// www.rhrc.org/resources/general%5Ffieldtools/. \\n 11 See the Sphere Project, op. cit., pp. 291\u2013293. \\n 12 WHO/Emergency and Humanitarian Action, op. cit. \\n 13 Emergency reproductive health (RH) kits were originally developed in 1996 by the members of the Inter-Agency Working Group on Reproductive Health in Refugee Situations to deliver RH services in emergency and refugee situations. To obtain these kits, the DDR practitioners/health experts should contact the WHO/UNFPA field office in that country or relevant implementing partners. \\n 14 http://www.who.int/child-adolescent-health; see also WHO/UN High Commissioner for Refugees, Clinical Management of Rape Survivors: Developing Protocols for Use with Refugees and Internally Displaced Persons, revised edition, 2004, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 15 See resources at the Reproductive Health in Conflict Consortium, http://www.rhrc.org/resources/ general%5Ffieldtools/, especially the Inter\u00adagency Field Manual.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 17, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7324, - "Score": 0.213201, - "Index": 7324, - "Paragraph": "Security Council resolution 1325 marks an important step towards the recognition of women\u2019s contributions to peace and reconstruction, and draws attention to the particular impact of conflict on women and girls. On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d. Since it was passed, the Council has recalled the principles laid down in resolution 1325 when establishing the DDR-related mandates of several peacekeeping missions, such as the UN Missions in Liberia and Sudan and the UN Stabilization Mission in Haiti.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 4, - "Heading1": "5. International mandates", - "Heading2": "5.1. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8496, - "Score": 0.213201, - "Index": 8496, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5892, - "Score": 0.208514, - "Index": 5892, - "Paragraph": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration. These health interventions should be planned as a distinct component of reintegration programming rather than as ad hoc support. For more information, see IDDRS 5.70 Health and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 16, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.2 Health", - "Heading4": "", - "Sentence": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7277, - "Score": 0.208514, - "Index": 7277, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8401, - "Score": 0.208514, - "Index": 8401, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country].", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9094, - "Score": 0.5, - "Index": 9094, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n What does demobilization offer that organized crime does not?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9565, - "Score": 0.426401, - "Index": 9565, - "Paragraph": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization). Transitional assistance may be offered in a number of ways including in-kind support, cash-based transfers, public works programmes or other income-generating activities. In contexts where there has been degradation of natural resources that are important for livelihoods or destruction of key water, sanitation and energy infrastructure, DDR programme participants can be employed in labour-intensive, quick-impact infrastructure or rehabilitation projects during the demobilization phase. When targeting natural resource management sectors, these projects can contribute to restoration and rehabilitation of environmental damages; increased protection of critical ecosystems; improved management of critical natural resources; and reduced vulnerability to natural disasters. Concerted efforts should be made to include women, youth, elderly, disabled, in planning and implementation of reinsertion activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 28, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10259, - "Score": 0.417029, - "Index": 10259, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9997, - "Score": 0.392232, - "Index": 9997, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9755, - "Score": 0.3849, - "Index": 9755, - "Paragraph": "Sample questions for conflict and security analysis: \\n Who in the communities/society/government/armed groups benefits from the natural resources that were implicated in the conflict? How do men, women, boys, girls and people with disabilities benefit specifically? \\n Who has access to and control over natural resources? What is the role of armed groups in this? \\n What trends and changes in natural resources are being affected by climate change, and how is access and control over natural resources impacted by climate change? \\n Who has access to and control over land, water and non-extractive resources disaggregated by sex, age, ethnic and/or religion? What is the role of armed groups in this? \\n What are the implications for those who do not carry arms (e.g., security and access to control over resources)? \\n Who are the most vulnerable people in regard to depletion of natural resources or contamination? \\n Who is vulnerable people in terms of safety and security regarding access to natural resources and what are the specific vulnerabilities of men, women, and minorities? \\n Which groups face constraints in regard to access to and ownership of capital assets?Sample questions for disarmament operations and transitional weapons and ammunition management: \\n Who within the armed groups or in the communities carry arms? Do they use these to control natural resources or specific territories? \\n What are the implications of disarmament and stockpile management sites for local communities\u2019 livelihoods and access to natural resources? Are the implications different for women and men? \\n What are the reasons for male and female members of armed groups to hold arms and ammunition (e.g., lack of alternative livelihoods, lootability of natural resources, status)? \\n What are the reasons for male and female community members to possess arms and ammunition (e.g. access to natural resources, protection, status)?Sample questions for demobilization (including reinsertion): \\n How do cantonments or other demobilization sites affect local communities\u2019 access to natural resources? \\n How are women and men affected differently? \\n What are the infrastructure needs of local communities? \\n What are the differences of women and men\u2019s priorities? \\n In order to act in a manner inclusive of all relevant stakeholders, whose voices should be heard in the process of planning and implementing reinsertion activities with local communities? \\n What are the traditional roles of women and men in labour market participation? What are the differences between different age groups? \\n Do women or men have cultural roles that affect their participation (e.g. child care roles, cultural beliefs, time poverty)? \\n What skills and abilities are required from participants of the planned reinsertion activities? \\n Are there groups that require special support to be able to participate in reinsertion activities?Sample questions for reintegration and community violence reduction programmes: \\n What are the gender roles of women and men of different age groups in the community? \\n What decisions do men and women make in the family and community? \\n Who within the household carries out which tasks (e.g. subsistence/breadwinning, decision making over income spending, child care, household chores)? \\n What are the incentives of economic opportunities for different family members and who receives them? \\n Which expenditures are men and women responsible for? \\n How rigid is the gendered division of labour? \\n What are the daily and seasonal variations in women and men\u2019s labour supply? \\n Who has access to and control over enabling assets for productive resources (e.g., land, finances, credit)? \\n Who has access to and control over human capital resources (e.g., education, knowledge, time, mobility)? \\n What are the implications for those with limited access or control? For those who risk their safety and security to access natural resources? \\n How do constraints under which men and women of different age groups operate differ? \\n Who are the especially vulnerable groups in terms of access to natural resources (e.g., women without male relatives, internally displaced people, female-headed households, youth, persons with disabilities)? \\n What are the support needs of these groups (e.g. legal aid, awareness raising against stigmatization, protection)? How can barriers to the full participation of these groups be mitigated?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 49, - "Heading1": "Annex B: Sample questions for specific needs analysis in regard to natural resources in DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "access to natural resources, protection, status)?Sample questions for demobilization (including reinsertion): \\n How do cantonments or other demobilization sites affect local communities\u2019 access to natural resources?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9592, - "Score": 0.377964, - "Index": 9592, - "Paragraph": "Conflicts often result in a large amount of waste and debris from the destruction of infrastructure, buildings and other resources. Short-term public works programmes can be used to clean up this debris and to provide income for community members and former members of armed forces and groups. Participants can also be engaged in the training, employment and planning aspects of waste and debris management. Attention should be paid to health and safety regulations in such activities, since hazardous materials can be located within building materials and other debris. Expertise on safe disposal options should be sought. Barriers to the participation of specific needs groups should be identified and addressed.Demobilization: Key questions \\n - What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used to further exploit natural resources or engage in criminal activities? \\n - If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups in the realities of the lawful economic and social environment, including as it pertains to natural resources? \\n - What safeguards can be put in place to prevent former members of armed forces and groups from continuing to engage in any illicit or licit exploitation, control over and/or trade in natural resources linked to the conflict? \\n - What does demobilization offer that membership in armed forces and groups that are controlling or exploiting natural resources does not? Conversely, what does such membership in armed forces and groups offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n - How does demobilization address the specific needs of certain groups such as women and children who may have been recruited and used and/or been victims of armed forces and groups involved in natural resource exploitation, control or trafficking in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.3 Disposal and management of waste from conflict", - "Heading4": "", - "Sentence": "Conversely, what does such membership in armed forces and groups offer that demobilization does not?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9950, - "Score": 0.333333, - "Index": 9950, - "Paragraph": "While the data capture at disarmament or demobilization points is designed to be utilised during reintegration, the early provision of relevant data can provide essential support to SSR processes. Sharing information can 1) help avoid multiple payments to ex-combatants registering for integration into more than one security sector institution, or for both inte- gration and reintegration; 2) provide the basis for a security sector census to help national authorities assess the number of ex-combatants that can realistically be accommodated within the security sector; 3) support human resource management by providing relevant information for the reform of security institutions; and 4) where appropriate, inform the vetting process for members of security sector institutions (see IDDRS 6.20 on DDR and Transitional Justice).Extensive data is often collected during the demobilization stage (see Module 4.20 on Demobilization, Para 5.4). A mechanism for collecting and processing this information within the Management Information System (MIS) should capture information require- ments for both DDR and SSR and may also support related activities such as mine action (See Box 2). Relevant information should be used to support human resource and financial management needs for the security sector. (See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.) This may also support the work of those respon- sible for undertaking a census or vetting of security personnel. Guidelines should include confidentiality issues in order to mitigate against inappropriate use of information.Box 2 Examples of DDR information requirements relevant for SSR \\n Sex \\n Age \\n Health Status \\n Rank or command function(s) \\n Length of service \\n Education/Training \\n Literacy (especially for integration into the police) \\n Weapons specialisations \\n Knowledge of location/use of landmines \\n Location/willingness to re-locate \\n Dependents \\n Photo \\n Biometric digital imprint", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.6. Data collection and management", - "Heading3": "", - "Heading4": "", - "Sentence": "(See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.)", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10624, - "Score": 0.316228, - "Index": 10624, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9879, - "Score": 0.308607, - "Index": 9879, - "Paragraph": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation. The con- siderations outlined below suggest ways that different components of DDR and SSR can relate to each other.Disarmament \\n Disarmament is not just a short term security measure designed to collect surplus weapons and ammunition. It is also implicitly part of a broader process of state regulation and con- trol over the transfer, trafficking and use of weapons within a national territory. As with civilian disarmament, disarming former combatants should be based on a level of confi- dence that can be fostered through broader SSR measures (such as police or corrections reform). These can contribute jointly to an increased level of community security and pro- vide the necessary reassurance that these weapons are no longer necessary. There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally. Where decisions affecting force size and structure provide for inefficient, unaffordable or abusive security structures this will undermine long term peace and security. Decisions should therefore be based on a rational, inclusive assess- ment by national actors of the objectives, role and values of the future security sector. One important element of the relationship between demobilization and SSR relates to the impor- tance of avoiding security vacuums. Ensuring that decisions on both the structures estab- lished to house the demobilization process and the return of demobilised ex-combatants are taken in parallel with complementary community law enforcement activities can miti- gate this concern. The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities. By contrast, failed reintegration can undermine SSR efforts by placing exces- sive pressures on police, courts and prisons while harming the security of the state and its citizens. Speed of response and adequate financial support are important since a delayed or underfunded reintegration process may skew options for SSR and limit flexibility. Ex- combatants may find employment in different parts of the formal or informal security sector. In such cases, clear criteria should be established to ensure that individuals with inappropriate backgrounds or training are not re-deployed within the security sector, weakening the effectiveness and legitimacy of relevant bodies. Appropriate re-training of personnel and processes that support vetting within reformed security institutions are therefore two examples where DDR and SSR efforts intersect.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 5, - "Heading1": "5. Rationale for linking DDR and SSR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10502, - "Score": 0.301511, - "Index": 10502, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10907, - "Score": 0.301511, - "Index": 10907, - "Paragraph": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc. E/CN.4/2005/102/Add.1. \\n United Nations Standard Minimum Rules for the Administration of Juvenile Justice (\u201cThe Beijing Rules\u201d), 29 November 1985, UN Doc. A/RES/40/33. \\n Guidelines on Justice Matters involving Child Victims and Witnesses, 22 July 2005, Resolution 2005/20 see UN Doc. E/2005/INF/2/Add.1. \\n Basic Principles and Guidelines on the Right to a Remedy and Reparations for Victims of Gross Violations of International Human Rights Law and International Humanitarian Law, 21 March 2006, UN Doc. A/RES/60/147. \\n Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post- conflict Societies, 3 August 2004, UN Doc. S/2002/616. \\n \u2014, Resolution 1325 on Women, Peace, and Security, 31 October 2000, UN Doc. S/RES/1325. \\n \u2014, Resolution 1820 on Sexual Violence, 19 June 2008, UN Doc. S/RES/1820. Rule of Law Tools \\n Office of the High Commissioner for Human Rights, Rule of Law Tools for Post-Conflict States: Amnesties. United Nations, New York and Geneva, 2009. \\n \u2014, Rule of Law Tools for Post-Conflict States: Maximizing the Legacy of Hybrid Courts. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Reparations Programmes. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Prosecutions Initiatives. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Truth Commissions. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Vetting: An Operational Framework. United Nations, New York and Geneva, 2006.Analysis and Case Studies \\n Baptista-Lundin, Ira\u00ea, \u201cPeace Process in Mozambique\u201d. A case study on DDR and transi- tional justice. New York: International Center for Transitional Justice. \\n de Greiff, Pablo, \u201cContributing to Peace and Justice\u2014Finding a Balance Between DDR and Reparations\u201d, a paper presented at the conference Building a Future on Peace and Justice, Nuremberg, Germany (June 25-27, 2007). Available at http://www.peace-justice-conference.info/documents.asp \\n De Greiff, P. (ed.), The Handbook for Reparations, (Oxford University and The International Center for Transitional Justice, 2006) \\n King, Jamesina, \u201cGender and Reparations in Sierra Leone: The Wounds of War Remain Open\u201d in What Happened to the Women: Gender and Reparations for Human Rights Violations, edited by Ruth Rubio-Marin. New York: Social Science Research Council / International Center for Transitional Justice, pp. 246-283. \\n Mayer-Rieckh, Alexander, \u201cOn Preventing Abuse: Vetting and Other Transitional Re- forms\u201d in Justice as Prevention: Vetting Public Employees in Transitional Societies, edited by Alexander Mayer-Rieckh and Pablo de Greiff. New York: Social Science Research Council / International Center for Transitional Justice, 2007, pp. 482-521. \\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org. \\n Stockholm Initiative on Disarmament Demobilisation Reintegration, Stockholm: Ministry of Foreign Affairs of Sweden, 2006. Final Report and Background Studies available at http://www.sweden.gov.se/sb/d/4890 \\n van der Merwe, Hugo and Guy Lamb, \u201cDDR and Transitional Justice in South Africa\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Waldorf, Lars, \u201cTransitional Justice and DDR in Post-Genocide Rwanda\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Weinstein, Jeremy and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n Alie, J. \u201cReconciliation and transitional justice: Tradition-based practices of the Kpaa Mende in Sierra Leone,\u201d in Huyse, L. and \\n Salter, M. (eds.), Traditional Justice and Reconciliation after Violent Conflict: Learning from African Experiences (Stockholm: International IDEA, 2008), p. 142. \\n Waldorf, L. \u201cMass Justice for Mass Atrocity: Rethinking Local Justice as Transitional Justice\u201d, Temple Law Review 79, no. 1 (2006): pp. 1-87. \\n van der Mere, H. and Lamb, G., \u201cDDR and Transitional Justice in South Africa\u201d, a case study on DDR and transitional justice (New York: International Center for Transitional Justice, forthcoming). \\n \u201cPart 9: Community Reconciliation\u201d, in Commission for Reception, Truth and Reconciliation in East Timor, p. 4, http://www.ictj.org/static/Timor.CAVR.English/09-Community-Reconciliation. pdf (accessed on 12 August 2008).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 34, - "Heading1": "Annex C: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9562, - "Score": 0.288675, - "Index": 9562, - "Paragraph": "Where the exploitation of natural resources is an entrenched part of the war economy and linked to the activities of armed forces and groups, as well as organized criminal groups, natural resources can be leveraged as a means of gaining control over certain territories and accessing weapons and ammunition. The main concern of DDR practitioners will be to support efforts to break the linkages between the flows of natural resources used to finance the acquisition of weapons and ammunition, including by working with actors involved in the implementation and monitoring of sanctions, including the UN Group of Experts, and contributing to strengthening the capacity of the security sector to reduce illicit weapons and ammunition flows. This can be difficult in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such cases, transitional weapons and ammunition management approaches may be needed (see section 8.2).In order to ensure that security objectives are achieved, DDR practitioners should examine the role of natural resources in the acquisition of weapons and ammunition and how weapons and ammunition result in control over natural resources and access to the revenues from their trade. DDR practitioners should collaborate with relevant interagency stakeholders to ensure that natural resources are no longer used to finance the acquisition of weapons and ammunition for armed groups undergoing disarmament and demobilization or by individual combatants being disarmed and demobilized. When planning the destruction of weapons and ammunition, DDR practitioners should consider the environmental impact of the planned destruction. For further guidance on disarmament, see IDDRS 4.10 on Disarmament.Disarmament: Key questions \\n - How are weapons and ammunition being acquired? Are natural resource exploited to finance this? \\n - What steps can be taken to prevent the trade and trafficking of natural resources by armed forces and groups and/or by organized criminal groups? \\n - In conflict settings, what steps can be taken to disrupt the flow of trafficked weapons in order to reduce the capacity of individuals and groups to engage in armed conflict and save lives? \\n - How can DDR programmes highlight the constructive roles of women who may have engaged in the illicit trafficking of weapons and/or conflict? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n - How can DDR programmes address the presence of children associated with armed forces and groups whom may have been used in the exploitation of natural resources? \\n - To what extent would the removal of weapons jeopardize security and economic opportunities for male and female ex-combatants and communities, including land tenure and access to critical livelihoods resources? \\n - When disarmament is currently impossible, can DDR related tools, such as transitional WAM be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons? \\n - Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities? \\n - Is there evidence of armed forces engaging in criminal activities related to natural resources, including illicit trafficking of natural resources, related crimes against humanity, war crimes and serious human rights violations, and what are the risks of incorporating weapons and ammunition collected during disarmament into national stockpiles?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 27, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10524, - "Score": 0.288675, - "Index": 10524, - "Paragraph": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered. The aspect of recogni- tion is what makes reparations distinct from social services that attend to the basic socio- economic rights of all citizens, such as housing, water and education. A comprehensive approach to reparations provides a combination of material and symbolic benefits to victims, such as cash payments or access to health, psycho-social rehabilitation or educational bene- fits, as well as a formal apology or a memorial. Often public acknowledgement is indicated by victims as the most important element of the reparations they seek. Reparations are a means of including victims and victims\u2019 rights firmly on the post-conflict agenda and may contribute to the process of building trust in the government and in its commitment to guaranteeing human rights in the future. Yet victims\u2019 needs are often marginalized in post conflict, peacebuilding contexts.The design of a reparations programme may have positive implications for the entire community and include elements of social healing. Individual measures deliver concrete benefits to individual recipients. In East Timor, the truth commission recommended a process that combined individual benefits with a form of delivery designed to promote collective healing. Single mothers, including war widows and victims of sexual violence, would benefit from scholarship grants for their school-aged children. In picking up their benefits, the mothers would have to travel to a regional service center, where they would, in turn, have access to peer support, skills training, healthcare, and counseling.Collective reparations may deliver reparations either in the context of practical limita- tions or of concerns about drawing too stark a line between classes of victims or between victims and non-victim groups. In this way, a specific village that was particularly affected by various kinds of abuses might, for example, receive a fund for community projects, even though not every individual in the village was affected in the same way and even if some people there contributed to the harms. In Peru, for example, communities hardest hit by the violence were asked to submit community funding proposals up to a $30,000 limit. These projects would benefit the entire community, generally, rather than only serve spe- cific victims and would be implemented regardless of whether some former perpetrators also live there.Generally, programmes for ex-combatants and reparations programmes for victims are developed in isolation of one another. Reinsertion assistance is offered to demobilized com- batants in order to assist with their immediate civilian resettlement\u2014i.e., to get them home and provide them with a start toward establishing a livelihood\u2014prior to longer-term support for reintegration (see IDDRS 4.30 on Social and Economic Reintegration). Support to ex-combatants is motivated by the genuine concern that without such assistance ex- combatants will re-associate themselves with armed groups as a means of supporting them- selves or become frustrated and threaten the peace process. Victims rarely represent the same kinds of threat, and reparations programmes may be politically challenging and expen- sive to design and implement. The result is that ex-combatants participating in DDR often receive aid in the form of cash, counseling, skills training, education opportunities, access to micro-credit loans and/or land, as part of the benefits of DDR programmes, while, in most cases no programmes to redress the vio- lations of the rights of victims are established.Providing benefits to ex-combatants while ignoring the rights of victims may give rise to new grievances and increase their resistance against returning ex-combatants, in this way becoming an obstacle to their reintegration. The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment. For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million. Ex-combatants receive reinsertion, recognition of service, and reintegration benefits in cash from between US$500 to US$1,000 depending on the rank of the ex-combatant.26 Yet as of 2009, the compensation fund for genocide sur- vivors called for in the 1996 Genocide Law has not been established.Such outcomes are not merely inequitable; they may also undermine the possibilities of effective reintegration. The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict. In some cases the reintegration component of DDR programmes includes funding for community development that benefits individuals in the community beyond ex-combatants (see also IDDRS 4.30 on Social and Economic Reintegration). While the objective and nature of reparations programmes for victims are distinct, most importantly in the critical area of acknowledgement of the violations of victims\u2019 rights, these efforts to focus on aiding the communities where ex-combatants live are noteworthy and may contribute to the effective reintegration of ex-combatants, as well as victims and other war-affected populations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 11, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.3. Reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9075, - "Score": 0.27735, - "Index": 9075, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10341, - "Score": 0.267261, - "Index": 10341, - "Paragraph": "1 Boxes included throughout the module provide practical examples and suggestions. Specific case study boxes draw on four field-based case studies conducted in Afghanistan, Burundi, the Central African Republic and the Democratic Republic of Congo in support of this module. \\n 2 See: Statement by the President of the Security Council at the 5632nd meeting of the Security Council, held on 20 February 2007, S/PRST/2007/3/ (21 February 2007); Statement by the President of the Security Council, \u201cThe maintenance of international peace and security: the role of the Security Council in humanitarian crises: challenges, lessons learned and the way ahead,\u201d S/PRST/2005/30, 12 July 2005; United Nations Report of the Secretary-General, \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform,\u201d S/2008/39, 23 January 2008; and, United Nations General Assembly, \u201cReport of the Special Committee on Peacekeeping Opera- tions and its Working Group: 2008 substantive session,\u201d A/62/19, 10 March \u2013 4 April and 3 July 2008. \\n 3 Report of the Secretary General, Securing Peace and development, para 17. \\n 4 All States periodically review and reform their security sectors. While recognising that SSR is not only a post-conflict challenge, this module focuses on these contexts as most relevant to DDR and SSR concerns. \\n 5 Report of the Secretary General, Securing Peace and development. Para 17. \\n 6 Organisation for Economic Co-operation and Development, \u201cSecurity System Reform and Gover- nance; A DAC Reference Document,\u201d 2005; Council of the European Union, \u201cEU Concept for ESDP support to Security Sector Reform (SSR),\u201d Council document 12566/4/05, 13 October 2005; Com- mission of the European Communities, \u201cA Concept for European Community Support for Security Sector Reform,\u201d SEC(2006) 658, 24 May 2006; ECOWAS, \u201cECOWAS Conflict Prevention Framework (ECPF),\u201d enacted by Regulation MSC/REG.1/01/08 of the Mediation and Security Council of ECOWAS, 16 January 2008; and, United Nations Security Council, \u201cAnnex to the letter dated 20 November 2007 from the Permanent Representatives of Slovakia and South Africa to the United Nations addressed to the Secretary-General. Statement of the Co-Chairs of the International Work- shop on Enhancing United Nations Support for Security Sector Reform in Africa: Towards an African Perspective,\u201d S/2007/687, 29 November 2007. \\n 7 For practical guidance on supporting parliamentary and civil society oversight of the security sector see: Born, H., Fluri, P. and Johnsson, A., (eds) Parliamentary Oversight of the Security Sector, DCAF/ Inter-Parliamentary Union: 2003; Cole, E., Eppert, K and Kinzelback, K., (eds) Public Oversight of the Security Sector, DCAF/UNDP: 2008. \\n 8 Muggah, Robert (ed), \u2018Security and Post-Conflict Reconstruction: Dealing with Fighters in the After- math of War\u2019, Routledge: 2009. \\n 9 H\u00e4nggi, H & Scherrer, V. (eds.), 2008, \u2018Security Sector Reform and UN Integrated Missions: Experi- ence from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo\u2019, Lit Verlag, M\u00fcnster. \\n 10 The OECD DAC Handbook on Security System Reform: Supporting Security and Justice provides extensive guidance on both political and technical aspects of SSR through the different phases of the programme cycle. Organization for Economic Co-operation and Development, \u201cOECD DAC Hand- book on Security System Reform: Supporting Security and Justice,\u201d 2007: http://www.oecd.org/ dataoecd/43/25/38406485.pdf. \\n 11 This is recommended in the interim report of the group of experts on the Democratic Republic of the Congo, pursuant to Security Council resolution 1698 (2006), S/2007/40. \\n 12 See: UNDP BCPR, (2006) Vetting Public Employees in Post-Conflict Settings: Operational Guidelines. \\n 13 Bastick, Megan & Valasek, Kristin (eds). Gender & Security Sector Reform Toolkit, DCAF, OSCE/ ODIHR, UN-INSTRAW. 2008. Available at: http://www.dcaf.ch/gender-security-sector-reform/ gssr-toolkit.cfm?navsub1=37&navsub2=3&nav1=3 \\n 14 See: Greene, Owen and Simon Rynn, Linking and Co-ordinating DDR and SSR for Human Security after Conflict: Issues, Experience and Priorities, Centre for International Cooperation and Security, Safer- world and the University of Bradford, July 2008. \\n 15 A recent study by the African Security Sector Network (ASSN) provides valuable insights drawn from analysis of SSR in peace agreements in 8 states from Africa, Asia and Central America (see Annex B for full details). \\n 16 See Laurent Banal and Vincenza Scherrer, \u2018ONUB and the Importance of Local Ownership: The Case of Burundi\u2019 in Security Sector Reform and UN Integrated Missions: Experience from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo, eds. H. H\u00e4nggi & V. Scherrer, Lit Verlag, 2008. \\n 17 UN SSR resources may be available through the UN Inter-Agency Taskforce on SSR. This capacity includes guidance, resources, gap analysis and backstopping to field operations. \\n 18 United Nations Report of the Secretary-General, \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d S/2004/616, 23 August 2004, Para 6. \\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9. \\n 20 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 21 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 22 Report of the Secretary-General, Securing Peace and Development, Page 1. \\n 23 Report of the Secretary-General, Securing Peace and Development, Para 48. \\n 24 Report of the Secretary-General, Securing Peace and Development, Para 50. \\n 25 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008. \\n 26 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 33, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10959, - "Score": 0.267261, - "Index": 10959, - "Paragraph": "1 United Nations Security Council, Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post-Conflict Societies, 3 August 2004, UN Doc. S/2004/616. \\n 2 While not formally defined, it is generally assumed that genocide, slavery and slave trade, extra- judicial, summary or arbitrary executions; enforces disappearances, torture or other cruel, inhuman or degrading treatment or punishment ; prolonged arbitrary detention, deportation or forcible trans- fer of populations, and systematic racial discrimination fall into the category of gross violations of human rights. Deliberate and systematic deprivation of essential foodstuffs, essential primary health care or basic shelter and housing may also amount to gross violations of human rights. \\n 3 Security Council, Resolution 1856, 2 December 2008, UN Doc. S/Res/1856 \\n 4 United Nations Security Council, Report of the Secretary-General. \\n 5 The 1948 Convention on the Prevention and Punishment of the Crime of Genocide; the International Covenant on Civil and Political Rights; the 1984 Convention against Torture and Other Cruel, Inhuman or Degrading Treatment of Punishment; the International Convention for the Protection of All per- sons from Enforced Disappearance; the Geneva Conventions of 1949; the 1977 Protocol Additional (No.I) to the Geneva Conventions of 12 August 1949; and the Protocol Additional (No.II). \\n 6 UN document E/CN.4/2005/102/Add.1. \\n 7 UN document A/RES/60/147. \\n 8 United Nations Commission on Human Rights, Updated Set of principles for the protection and promo- tion of human rights through action to combat impunity (hereafter, Updated Set of Principles), Principle 32, 8 February 2005, UN Doc. E/CN.4/2005/102/Ad.1. \\n 9 UN document S/2004/616. \\n 10 See the Updated Principles, principle 24. \\n 11 UN document S/2004/616 \\n 12 The Rome Statute of the International Criminal Court, see Preamble and article 17. \\n 13 Mary Robinson, \u2018Foreword\u2019, The Princeton Principles on Universal Jurisdiction, Princeton Univer- sity Press, Princeton, 2001, p. 16. \\n 14 United Nations General Assembly, 16 December 2005, UN Doc. A/RES/60/147. \\n 15 Ibid., Principle 15. \\n 16 Ibid., Principle 16. \\n 17 Ibid., Principle 19. \\n 18 See United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also Principle 36 (c) and (e) according to which \u201cCivilian control of military and security forces as well as of intelligence agencies must be ensured and, where necessary, established or restored. To this end, States should establish effective institutions of civilian oversight over military and security forces and intelligence agencies, including legislative oversight bodies; . . . Public officials and employees, in particular those involved in military, security, police, intelligence and judicial sectors, should re- ceive comprehensive and ongoing training in human rights and, where applicable, humanitarian law standards and in implementation of those standards.\u201d \\n 19 Vetting processes that aim to exclude persons with serious integrity deficits from public service have been an important aspect of institutional reform in countries in transition. United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also \\n 20 OHCHR Tool on Vetting, page 4. \\n 21 Updated Set of Principles on Impunity, principle 36. \\n 22 IDDRS, \u201cOperations, Programmes and Support: Social and Economic Reintegration,\u201d (United Nations: New York, August 2006) 4.10. \\n 23 United Nations, \u201cSecretary-General\u2019s Bulletin\u201d, 6 August 1999, UN Doc. ST/SGB/1999/13. \\n 24 Ibid. p. 2 \\n 25 Pigou, Piers, The Community Reconciliation Process of the Commission for Reception, Truth and Reconciliation, UNDP Timor-Leste, Dili, April 2004. \\n 26 Multi-country Demobilization and Reintegration Program, \u201cRwanda\u201d, http://www.mdrp.org/rwanda. htm (accessed 9 July 2008). \\n 27 United Nations Security Council, Report of the Secretary General on Securing peace and development: the role of the United Nations in supporting security sector reform, 23 January 2008, UN Doc. A/62/659\u2014 S/2008/39. \\n 28 United Nations Security Council, Report of the Secretary-General. \\n 29 Paris Principles, 3.6 \\n 30 CRC, article 39 and Optional Protocol to the Convention on the Rights of the Child on involvement of children in armed conflict, article 6 \\n 31 UN Guidelines on Justice Matters Involving Child Victims and Witnesses of Crime. \\n 32 Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), article 6 (5).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 36, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 26 Multi-country Demobilization and Reintegration Program, \u201cRwanda\u201d, http://www.mdrp.org/rwanda.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9470, - "Score": 0.258199, - "Index": 9470, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9047, - "Score": 0.204124, - "Index": 9047, - "Paragraph": "The trafficking of arms and ammunition supports the capacity of armed groups to engage in conflict settings. Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament). Moreover, in many cases, Government stockpiles can be a key source of illicit weapons and ammunition, underlining the need to support the development of national weapons and ammunition management capacity. While arms trafficking in and of itself is a direct factor in the duration and escalation of violence, the possession of weapons also secures the ability to maintain or expand other criminal economies, including human trafficking, environmental crimes and the illicit drug trade.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2193, - "Score": 0.516398, - "Index": 2193, - "Paragraph": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period. (For the remaining text of resolution A/RES/59/296, please see Annex C.)DISARMAMENT \\n Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population. It also includes the development of responsible arms management programmes. \\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may comprise the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion. \\n\\n REINSERTION \\n Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/ or financial assistance to meet immediate needs, and can last up to a year. \\n\\n REINTEGRATION \\n Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. It is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.1. The peacekeeping assessed budget of the UN", - "Heading3": "6.1.1. Elements of budgeting for DDR", - "Heading4": "", - "Sentence": "\\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2422, - "Score": 0.3849, - "Index": 2422, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2742, - "Score": 0.365148, - "Index": 2742, - "Paragraph": "The integrated DDR unit, in general terms, should fulfil the following functions: \\n Political and programme management: The chief and deputy chief of the integrated DDR unit are responsible for the overall political and programme management. Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme. Seconded personnel from UN agencies, funds and programmes will work in this section to contribute to the joint planning and coordination of the DDR programme. Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme. This includes short\u00adterm disarmament activities, such as weapons collection and registration, but also longer\u00adterm disarmament activities that support the establishment of a legal regime for the control of small arms and light weapons, and other community weapons collection initiatives. Where mandated, this component will coordinate with the military to assist in the destruction of weapons, ammunition and unexploded ordnance; \\n Reintegration: This component plans the economic and social reintegration strategies. It also plans the reinsertion programme to ensure consistency and coherence with the overall reintegration strategy. It needs to work closely with other parts of the mission facilitating the return and reintegration of internally displaced persons (IDPs) and refugees; \\n Monitoring and evaluation: This component is responsible for setting up and monitoring indicators to measure the achievements in all phases of the DDR programme. It also conducts DDR\u00adrelated surveys such as small arms baseline surveys, profiling of parti\u00ad cipants and beneficiaries, mapping of economic opportunities, etc.; \\n Public information and sensitization: This component works to develop the public informa\u00ad tion and sensitization strategy for the DDR programme. It draws on the direct support of the public information unit in the peacekeeping mission, but also employs other information dissemination personnel within the mission, such as the military, police and civil affairs officers, as well as local mechanisms such as theatre groups, adminis\u00ad trative structures, etc.; \\n Administrative and financial management: This is a small component of the unit, which may be seconded from an integrating UN entity to support the programme delivery aspect of the DDR unit. Its role is to utilize the administrative and financial capacities of the UN country office; \\n Regional DDR offices: These are the regional implementing components of the DDR unit, which would implement programmes at the local level in close cooperation with the other regionalized components of civil affairs, military, police, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.1. Components of the integrated DDR unit", - "Heading3": "", - "Heading4": "", - "Sentence": "Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2433, - "Score": 0.301511, - "Index": 2433, - "Paragraph": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place). These figures determine the complexity, size and resource requirements for the programme, and must be estimated at the programme design stage.The extent to which a DDR programme directly includes activities that formally belong to other sectors determines its scope or extent (i.e., exactly how much it is going to try and achieve). In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration. Today, most DDR programmes include or take account of activities relating to SSR (such as weapons control and regulation), peace\u00adbuilding and reconciliation, and community recovery and reconstruction (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.1. Scale and scope", - "Sentence": "In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3010, - "Score": 0.288675, - "Index": 3010, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2292, - "Score": 0.283524, - "Index": 2292, - "Paragraph": "Takes note of the note by the Secretary-General (definitions); \\n Notes that reinsertion activities are part of the disarmament and demobilization process, as outlined in the note by the Secretary-General; \\n Emphasizes that disarmament, demobilization and reintegration programmes are a critical part of peace processes and integrated peacekeeping operations, as mandated by the Security Council, and supports strengthening the coordination of those programmes in an integrated approach; \\n Stresses the importance of a clear description of respective roles of peacekeeping missions and all other relevant actors; \\n Also stresses the need for strengthened cooperation and coordination between the various actors within and outside the United Nations system to ensure effective use of resources and coherence on the ground in implementing disarmament, demobilization and reintegra- tion programmes; \\n Requests the Secretary-General, when submitting future budget proposals containing man- dated resource requirements for disarmament, demobilization and reinsertion, to provide clear information on these components and associated post and non-post costs; \\n Notes that the components used by the Secretary-General for budgeting for disarmament, demobilization and reinsertion activities are set out in the note by the Secretary-General, recognizing ongoing discussions on these concepts; \\n Notes also the intention of the Secretary-General to submit integrated disarmament, demo- bilization and reintegration standards to the General Assembly at its sixtieth session;", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 30, - "Heading1": "Annex C: Excerpt from General Assembly resolution A/RES/59/296", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Takes note of the note by the Secretary-General (definitions); \\n Notes that reinsertion activities are part of the disarmament and demobilization process, as outlined in the note by the Secretary-General; \\n Emphasizes that disarmament, demobilization and reintegration programmes are a critical part of peace processes and integrated peacekeeping operations, as mandated by the Security Council, and supports strengthening the coordination of those programmes in an integrated approach; \\n Stresses the importance of a clear description of respective roles of peacekeeping missions and all other relevant actors; \\n Also stresses the need for strengthened cooperation and coordination between the various actors within and outside the United Nations system to ensure effective use of resources and coherence on the ground in implementing disarmament, demobilization and reintegra- tion programmes; \\n Requests the Secretary-General, when submitting future budget proposals containing man- dated resource requirements for disarmament, demobilization and reinsertion, to provide clear information on these components and associated post and non-post costs; \\n Notes that the components used by the Secretary-General for budgeting for disarmament, demobilization and reinsertion activities are set out in the note by the Secretary-General, recognizing ongoing discussions on these concepts; \\n Notes also the intention of the Secretary-General to submit integrated disarmament, demo- bilization and reintegration standards to the General Assembly at its sixtieth session;", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3165, - "Score": 0.27735, - "Index": 3165, - "Paragraph": "A military liaison office will be created to facilitate co-operation with UNMIL and the DD Unit for all security-related aspects of the programme. Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Roles and functions of the military units", - "Heading4": "", - "Sentence": "Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2415, - "Score": 0.27735, - "Index": 2415, - "Paragraph": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented. In other words, although the end objective may be similar, DDR varies from country to country. Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out. Important issues that will guide this are, for example, the nature and organization of armed forces and groups, the socio\u00adeconomic context and national capacities. These need to be defined within the overall strategic approach explaining how DDR is to be put into practice, and how its components will be sequenced and implemented (also see IDDRS 2.10 on the UN Approach to DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "", - "Sentence": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1962, - "Score": 0.267261, - "Index": 1962, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2142, - "Score": 0.267261, - "Index": 2142, - "Paragraph": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors. When the World Bank (with its Multi-Donor Trustfund) plays a leading role in supporting a national DDR programme, funding is normally provided for all demobilization and reintegration activities, while additional World Bank International Development Association (IDA) loans are also provided. In these instances, funding comes from a single source and is largely guaranteed.In instances where the United Nations (UN) takes the lead, several sources of funding may be brought together to support a national DDR programme. Funds may include con- tributions from the peacekeeping assessed budget; core funding from the budgets of UN agencies, funds and programmes; voluntary contributions from donors to a UN-managed trust fund; bilateral support from a Member State to the national programme; and contribu- tions from the World Bank.In a peacekeeping context, funding may come from some or all of the above funding sources. In this situation, a good understanding of the policies and procedures governing the employment and management of financial support from these different sources is vital to the success of the DDR programme.Since several international actors are involved, it is important to be aware of important DDR funding requirements, resource mobilization options, funding mechanisms and finan- cial management structures for DDR programming. Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful. The peacekeeping assessed budget process, which covers military, personnel and operational costs, is vital to DDR programming within the UN peace- keeping context. Both in and outside the UN system, rapid response funds are available. External sources of funding include voluntary donor contributions, the World Bank Post- Conflict Fund, the Multi-Country Demobilization and Reintegration Programme (MDRP), government grants and agency in-kind contributions.Once funds have been committed to DDR programmes, there are different funding mechanisms that can be used and various financial management structures for DDR pro- grammes that can be created. Suitable to an integrated DDR plan is the Consolidated Appeals Process (CAP), which is the normal UN inter-agency planning, coordination and resource mobilization mechanism for the response to a crisis. Transitional appeals, Post-Conflict Needs Assessments (PCNAs) and international donors\u2019 conferences usually involve govern- ments and are applicable to the conflict phase. In the case of RBB, programme budgeting that is defined by clear objectives, indicators of achievement, outputs and influence of external factors helps to make funds more sustainable. Effective financial management structures for DDR programmes are based on a coherent system for ensuring flexible and sustainable financing for DDR activities. Such a coherent structure is guided by, among other factors, a coordinated arrangement for the funding of DDR activities and an agreed framework for joint DDR coordination, monitoring and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2723, - "Score": 0.258199, - "Index": 2723, - "Paragraph": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles. The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices. Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities. Therefore, the selection and maintenance of integrated DDR unit personnel, based on a memorandum of understanding (MoU) between the Department of Peacekeeping Operations (DPKO) and the United Nations Development Programme (UNDP), is defined by the following principles: joint management of the DDR unit (in this case, management by a peacekeeping mission chief and UNDP chief); secondment of an administrative and finance cell by UNDP; second\u00ad ment of staff from other United Nations (UN) entities assisted by project support staff to fulfil the range of needs for an integrated DDR unit; and, finally, continuous links with other parts of the peacekeeping mission for the development of a joint DDR planning and programming approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3051, - "Score": 0.251976, - "Index": 3051, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2527, - "Score": 0.242536, - "Index": 2527, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor. Given the many different actors involved in the various stages of DDR, and the fact that its phases are interdependent, integrated planning, effective coordination and coherent reporting arrangements are essential. Past experiences have highlighted the need for the various actors involved in planning and implementing DDR, and monitoring its impacts, to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources.This module provides guidelines for improving inter-agency cooperation in the planning of DDR programmes and operations. The module shows how successful implementation can be achieved through an inclusive process of assessment and analysis that provides the basis for the formulation of a comprehensive programme framework and operational plan. This mechanism is known as the \u2018planning cycle\u2019, and originates from both the inte- grated mission planning process (IMPP) and post-conflict United Nations (UN) country team planning mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3153, - "Score": 0.235702, - "Index": 3153, - "Paragraph": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003. The NCDDRR will consist of representatives from relevant National Transitional Government of Liberia (NTGL) agencies, the Government of Liberia (GOL), the Liberians United for Reconciliation and Democracy (LURD), the Movement for Democracy in Liberia (MODEL), the Economic Community of West African States (ECOWAS), the United Nations (UN), the African Union (AU) and the International Contact Group on Liberia (ICGL).The NCDDRR will: \\n provide policy guidance to the Joint Implementation Unit (JIU); \\n formulate the strategy and co-ordinate all government institutions in support of the Disarmament, Demobilization, Rehabilitation and Reintegration Programme (DDRRP); \\n identify problems related to programme implementation and impact; and \\n undertake all measures necessary for their quick and effective solution. During start-up, the NCDDRR will hold at least monthly meetings, but extraordinary meetings can be called if necessary.The NCDDRR will be supported by a Secretary, who will be responsible for: \\n reporting to the NCDDRR on the activities of the JIU with regard to the DDRR process; \\n promoting programme activities as well as managing relationships with external key stakeholders; \\n assisting the JIU with necessary support and facilitation required to secure the political commitment of the leadership of the various fighting groups in order to implement the DDRR programme; \\n participating in the various committees of the JIU \u2013 particularly with the Technical Coordination Committee and the Project Approval Committee (PAC); \\n providing general oversight of the DDRR process on behalf of the NCDDRR committee and preparing reports to the committee.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Implementation modalities", - "Heading3": "The national commission", - "Heading4": "", - "Sentence": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2225, - "Score": 0.223607, - "Index": 2225, - "Paragraph": "For some activities in a DDR programme, certain UN agencies might be in a position to provide in-kind contributions, particularly when these activities correspond to or consist of priorities and goals in their general programming and assistance strategy. Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization. The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR. Traditional types of in-kind contributions include: \\n security and protection services (military) \u2014 mainly outside of DDR in peacekeeping missions; \\n construction of basic infrastructure; \\n logistics and transport; \\n food assistance to ex-combatants and dependants; \\n child-specific assistance; \\n shelter, clothes and other basic subsistence needs; \\n health assistance; \\n HIV/AIDS screening and testing; \\n public information services; \\n counselling; \\n employment creation in existing development projects.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.3. Agency in-kind contributions", - "Heading3": "", - "Heading4": "", - "Sentence": "Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2447, - "Score": 0.223607, - "Index": 2447, - "Paragraph": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance. This often involves proving combatant status or membership of an armed force or group. It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract. When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme. In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.4. Eligibility criteria", - "Sentence": "In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3176, - "Score": 0.223607, - "Index": 3176, - "Paragraph": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes. At each phase: \\n the administration of assistance has to be accounted for; \\n weapons collected need to be classified and analysed; \\n beneficiaries of reintegration assistance need to be tracked; and \\n the quality of services provided during the implementation of the programme needs to be assessed.To plan, monitor and evaluate the processes, a management information system (MIS) regarding the discharged ex-combatants is required and will contain the following components: \\n a database on the basic socio-economic profile of ex-combatants; \\n a database on disarmament and weapons classification; \\n a database of tracking benefit administration such as on payments of the settling-in package, training scholarships and employment subsidies to the ex-combatants; and \\n a database on the programme\u2019s financial flows.The MIS depends on the satisfactory performance of all those involved in the collection and processing of information. There is, therefore, a need for extensive training of enumer- ators, country staff and headquarters staff. Particular emphasis will be given to the fact that the MIS is a system not only of control but also of assistance. Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization. In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation. The system serves multiple functions and users. It is also updated from multiple data sources.The MIS may be conceived as comprising several simple databases that are logically linked together using a unique identifier (ID number). An MIS expert will be recruited to design, install and run the programme start-up. To keep the overheads of maintaining the system to a minimum, a self-updating and checking mechanism will be put in place.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 24, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2179, - "Score": 0.218218, - "Index": 2179, - "Paragraph": "DDR practitioners and donors shall recognize the indivisible character of DDR. Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Funding DDR as an indivisible process", - "Heading3": "", - "Heading4": "", - "Sentence": "Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2691, - "Score": 0.204124, - "Index": 2691, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "\\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 88, - "Score": 0.377964, - "Index": 88, - "Paragraph": "A process that contributes to security and stability in a post-conflict recovery context by removing weapons from the hands of combatants, taking the combatants out of military structures and helping them to integrate socially and economically into society by finding civilian livelihoods. also see separate entries for \u2018disarmament\u2019, \u2018demobilization\u2019 and \u2018reintegration\u2019.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Disarmament, demobilization and reintegration (DDR)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "also see separate entries for \u2018disarmament\u2019, \u2018demobilization\u2019 and \u2018reintegration\u2019.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 39, - "Score": 0.333333, - "Index": 39, - "Paragraph": "The term \u2018demobilization\u2019 refers to ending a child\u2019s association with armed forces or groups. The terms \u2018release\u2019 or \u2018exit from an armed force or group\u2019 and \u2018children coming or exiting from armed forces and groups\u2019 rather than \u2018demobilized children\u2019 are preferred.\\nChild demobilization/release is very brief and involves removing a child from a military or armed group as swiftly as possible. This action may require official documentation (e.g., issuing a demobilization card or official registration in a database for ex-combatants) to confirm that the child has no military status, although formal documentation must be used carefully so that it does not stigmatize an already-vulnerable child.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 3, - "Heading1": "Child demobilization, release, exit from an armed force or Group", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The term \u2018demobilization\u2019 refers to ending a child\u2019s association with armed forces or groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 490, - "Score": 0.316228, - "Index": 490, - "Paragraph": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "DEMOBILIZATION", - "Heading3": "", - "Heading4": "", - "Sentence": "The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 315, - "Score": 0.301511, - "Index": 315, - "Paragraph": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is short-term material and/or financial assistance to meet immediate needs, and can last up to one year\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reinsertion", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 491, - "Score": 0.301511, - "Index": 491, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/or financial assistance to meet immediate needs, and can last up to one year.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "REINSERTION", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 75, - "Score": 0.288675, - "Index": 75, - "Paragraph": "\u201cDemobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). the second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Demobilization (see also \u2018Child demobilization\u2019)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cDemobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 279, - "Score": 0.288675, - "Index": 279, - "Paragraph": "Programmes provided at the point of demobilization to former combatants and their families to better equip them for reinsertion to civil society. This process also provides a valuable opportunity to monitor and manage expectations.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Pre-discharge orientation (PDO)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Programmes provided at the point of demobilization to former combatants and their families to better equip them for reinsertion to civil society.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 213, - "Score": 0.258199, - "Index": 213, - "Paragraph": "The co-operative implementation of policies, structures and processes that support effective disarmament, demobilization and reintegration operations within a peacekeeping environment.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 12, - "Heading1": "Integrated disarmament, demobilization and reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The co-operative implementation of policies, structures and processes that support effective disarmament, demobilization and reintegration operations within a peacekeeping environment.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 283, - "Score": 0.242536, - "Index": 283, - "Paragraph": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Prevention of recruitment, and demobilization and reintegration (PDR)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 474, - "Score": 0.229416, - "Index": 474, - "Paragraph": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict. In a peacekeeping context, this trend has been part of a move towards complex operations that seek to deal with a wide variety of issues ranging from security to human rights, rule of law, elections and economic governance, rather than traditional peacekeeping where two warring parties were separated by a ceasefire line patrolled by blue-helmeted soldiers.The changed nature of peacekeeping and post-conflict recovery strategies requires close coordination among UN departments, agencies, funds and programmes. In the past five years alone, DDR has been included in the mandates for multidimensional peacekeeping operations in Burundi, C\u00f4te d\u2019Ivoire, the Democratic Republic of the Congo, Haiti, Liberia and Sudan. Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes. This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/How can ex-combatants be best supported in their reintegration?.json b/media/usersResults/How can ex-combatants be best supported in their reintegration?.json deleted file mode 100644 index d976832..0000000 --- a/media/usersResults/How can ex-combatants be best supported in their reintegration?.json +++ /dev/null @@ -1,6272 +0,0 @@ -[ - { - "index": 1833, - "Score": 0.442719, - "Index": 1833, - "Paragraph": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic, political and security dimensions. It may be influenced by factors such as the choices and capacities of individuals to shape a new life, the security situation and perceptions of security, family and support networks, and the psychological well-being of combatants and the wider community. Reintegration processes are part of the development of a country. Facilitating reintegration is therefore primarily the responsibility of national Governments and their institutions, with the international community playing a supporting role if requested.Supporting ex-combatants and persons formerly associated with armed forces and groups to sustainably reintegrate into civilian life is seen as the most complex part of the DDR process in both mission and non- mission contexts. Ex-combatants and those formerly associated with armed forces and groups find themselves, willingly or not, separated from command structures and support networks. The conflict-affected communities to which these individuals return are often characterized by weakened governance, lack of social cohesion, damaged economies and insecurity. In some instances, individuals may re-enter societies and communities that are unfamiliar to them, and which have been significantly affected by extended periods of conflict. The acceptance of ex-combatants and persons formerly associated with armed forces and groups by receiving communities is essential and is linked to perceptions of fair treatment, including towards victims, ex-combatants and other conflict-affected groups.Reintegration support can be provided to address different elements of the reintegration process, ranging from socioeconomic challenges to the psychosocial aspects of reintegration. Support can also be provided in order to mitigate destabilizing factors, such as social exclusion and stigmatization, the harmful use of alcohol and drugs and other physical and psychosocial trauma, political disenfranchisement and insecurity. A robust and evidence-based theory of change should underpin the contribution of reintegration support to the overall reduction of armed violence sought by Sustainable Development Goal 16. This will allow those working on reintegration support, across different institutions and with different programming approaches, to identify the collective outcomes that reintegration programmes are aiming to achieve. The various types of reintegration support and the different modalities of its provision are outlined in IDDRS 4.30 on Reintegration. It should be noted, however, that the support provided by a reintegration programme should not be expected to match the breadth, depth or duration of individual reintegration processes, nor the longer-term recovery and development process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 12, - "Heading1": "4. Reintegration as part of sustaining peace", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The acceptance of ex-combatants and persons formerly associated with armed forces and groups by receiving communities is essential and is linked to perceptions of fair treatment, including towards victims, ex-combatants and other conflict-affected groups.Reintegration support can be provided to address different elements of the reintegration process, ranging from socioeconomic challenges to the psychosocial aspects of reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1491, - "Score": 0.424264, - "Index": 1491, - "Paragraph": "Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. Reintegration is essentially a social and economic process with an open time frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance. \\n\\nRecognizing new developments in the reintegration of ex-combatants and associated groups since the release of the 2005 Note, the Third Report of the Secretary-General on DDR (2011) includes revised policy and guidance. It observes that, \u201cin most countries, economic aspects, while central, are not sufficient for the sustainable reintegration of ex-combatants. Serious consideration of the social and political aspects of reintegration \u2026 is [also] crucial for the sustainability and success of reintegration programmes\u201d, including interventions, such as psychosocial support, mental health counseling and clinical treatment and medical health support, as well as reconciliation, access to justice/ transitional justice and participation in political processes. Additionally, it emphasizes that while \u201creintegration programmes supported by the United Nations are time-bound by nature \u2026 the reintegration of ex-combatants and associated groups is a long-term process that takes place at the individual, community, national and regional levels, and is dependent upon wider recovery and development.\u201d \\n\\nNote by the Secretary-General on administrative and budgetary aspects of the financing of UN peacekeeping operations, 24 May 2005 (A/C.5/59/31); Third report of the Secretary-General on disarmament, demobilization and reintegration, 21 March 2011 (A/65/741", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 6, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "REINTEGRATION", - "Heading4": "", - "Sentence": "It observes that, \u201cin most countries, economic aspects, while central, are not sufficient for the sustainable reintegration of ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1741, - "Score": 0.424264, - "Index": 1741, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c)\u2018may\u2019 is used to indicate a possible method or course of action; \\n d)\u2018can\u2019 is used to indicate a possibility and capability; and \\n e)\u2018must\u2019 is used to indicate an external constraint or obligation.Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. Reintegration is essentially a social and economic process with an open time frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance.\\nRecognizing new developments in the reintegration of ex-combatants and associated groups since the release of the 2005 note on administrative and budgetary aspects of the financing of UN peacekeeping operations (A/C.5/59/31), the third report of the Secretary-General on DDR (A/65/741), issued in 2011, includes revised policy and guidance. It observes that, \u201cin most countries, economic aspects, while central, are not sufficient for the sustainable reintegration of ex-combatants. Serious consideration of the social and political aspects of reintegration\u2026is [also] crucial for the sustainability and success of reintegration programmes\u201d, including psychosocial and psychological support, clinical mental health care and medical health support, as well as reconciliation, access to justice/transitional justice and participation in political processes. Additionally, the report emphasizes that while \u201creintegration programmes supported by the United Nations are time-bound by nature\u2026the reintegration of ex-combatants and associated groups is a long-term process that takes place at the individual, community, national and regional levels, and is dependent upon wider recovery and development.\u201dSustaining peace approach: UN General Assembly resolution 70/262 and UN Security Council resolution 2282 on sustaining peace outline a new approach for peacebuilding. These twin resolutions demonstrate the commitment of Member States to strengthening the United Nations\u2019 ability to prevent the \u201coutbreak, escalation, continuation and recurrence of [violent] conflict\u201d, and \u201caddress the root causes and assist parties to conflict to end hostilities\u201d. Sustaining peace should be understood as encompassing not only efforts to prevent relapse into conflict, but also to prevent lapse into conflict in the first place.Humanitarian-development-peace nexus: Humanitarian, development and peace actions are linked. The nexus approach refers to the aim of strengthening collaboration, coherence and complementarity. The approach seeks to capitalize on the comparative advantages of each sector \u2013 to the extent that they are relevant in a specific context \u2013 in order to reduce overall vulnerability and the number of unmet needs, strengthen risk management capacities and address the root causes of conflict.Resilience: Resilience refers to the ability to adapt, rebound, and strengthen functioning in the face of violence, extreme adversity or risk. For the purposes of the IDDRS, with a particular focus on reintegration processes, it refers to the ability of ex-combatants and persons formerly associated with armed forces and groups to withstand, resist and overcome the violence and potentially traumatic events experienced in an armed force or group when coping with the social and environmental pressures typical of conflict and post-conflict settings and beyond. The acquisition of social skills, emotional development, academic achievement, psychological well-being, self-esteem, coping mechanisms and attitudes when faced with stress and recovery from potentially traumatic events are all factors associated with resilience.Vulnerability: In the IDDRS, vulnerability is a result of exposure to risk factors, and of underlying socio-economic processes which reduce the capacity of populations to cope with risks. In the context of reintegration, vulnerability therefore refers to those factors that increase the likelihood that ex- combatants and persons formerly associated with armed forces and groups will be affected by violence, resort to it, or be drawn into groups that perpetrate it.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It observes that, \u201cin most countries, economic aspects, while central, are not sufficient for the sustainable reintegration of ex-combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1484, - "Score": 0.40452, - "Index": 1484, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. Reinsertion is short-term material and/or financial assistance to meet immediate needs and can last up to one year.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "REINSERTION", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1605, - "Score": 0.387298, - "Index": 1605, - "Paragraph": "When the preconditions are in place, the UN may support the establishment of DDR programmes. Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances. National institutions should be supported to determine the policy on direct benefits and reintegration assistance during a DDR programme.Civilians and civil society groups in communities to which members of the above-mentioned groups will return should be consulted during the planning and design phase of DDR programmes, as well as informed and supported in order to assist them to receive ex-combatants and their dependents/families during the reintegration phase.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.2 When the preconditions for a DDR programme are in place", - "Heading3": "", - "Heading4": "", - "Sentence": "National institutions should be supported to determine the policy on direct benefits and reintegration assistance during a DDR programme.Civilians and civil society groups in communities to which members of the above-mentioned groups will return should be consulted during the planning and design phase of DDR programmes, as well as informed and supported in order to assist them to receive ex-combatants and their dependents/families during the reintegration phase.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1841, - "Score": 0.381385, - "Index": 1841, - "Paragraph": "Reintegration support can play an important role in sustaining peace, even when a peace agreement has not yet been negotiated or signed. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. Therefore, in order to support, and strengthen, the foundation for sustainable peace, the reintegration of ex-combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. As individuals may leave armed forces and groups during all phases of armed conflict, the need to support them should be considered at all times, even in the absence of a DDR programme. This may mean providing support to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.As part of the sustaining peace approach, support to reintegration should be designed and carried out to contribute to dynamics that aim to prevent future recruitment. In this regard, opportunities should be seized to prevent relapse into armed conflict, including by tackling root causes and understanding peace dynamics. Armed conflict may be the result of a combination of root causes including exclusion, inequality, discrimination and other violations of human rights, including women\u2019s rights. While these challenges cannot be fully addressed through reintegration support, community-based reintegration support that is well integrated into local and national development efforts is likely to contribute to addressing the root causes of conflict and, as such, contribute to sustaining peace. It is also important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. Sustaining peace seeks to reclaim the concept of peace in its own right, by acknowledging that the existing capacities for peace, i.e., the structures, attitudes and institutions that sustain peace, should be strengthened not only in situations of conflict, but even in peaceful settings. This strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.Inclusion is also an important part of reintegration support as part of the sustaining peace approach. Exclusion and marginalization, including gender inequalities, are key drivers of violent conflict. Community-owned and -led approaches to reintegration support that are inclusive and integrate a gender perspective, specifically addressing the needs of women, youth, disabled persons, ethnic minorities and indigenous groups have a positive impact on a country\u2019s capacity to manage and avoid conflict, and ultimately on the sustainability of peace processes. Empowering the voices and capacities of women and youth in the planning and design of reintegration programmes contributes to addressing conflict drivers, socioeconomic and gender inequalities, and youth disenchantment. Additionally, given that national-level peace processes are not always possible, opportunities to leverage reintegration support, particularly around social cohesion through local peace processesbetween groups and communities, can be sought through local governance initiatives, such as participatory budgeting and planning.The UN\u2019s sustaining peace approach calls for the breaking of operational silos. The joint analysis, planning and management of ongoing programmes helps to ensure the sustainability of collectively defined reintegration outcomes. This process also serves as an entry point for innovative partnerships and the contextually anchored flexible approaches that are needed. For effective reintegration support as part of sustaining peace, it is essential to draw on capacities across and beyond the UN system in support of local and national authorities. DDR practitioners and others involved in developing and managing this support should recognize that community authorities may be the frontline responders who lay the foundation for peace and development. Innovative financing sources and partnerships should be sought, and funding partners should pay particular attention to increasing, restructuring and prioritizing the financing of reintegration support.In light of the above, reintegration support as part of sustaining peace should focus on: \\n The enhancement of capacities for peace. \\n The adoption of a clear definition of reintegration outcomes within the humanitarian- development-peace nexus, recognizing the strong interconnectedness between and among the three pillars. \\n Efforts to actively break out of institutional silos, eliminating fragmentation and contributing to a comprehensive, coordinated and coherent DDR process. \\n The application of a gender lens to all reintegration support. The rationale is that men and women, boys and girls, have differentiated needs, aspirations, capacities and contributions. \\n The importance of strengthening resilience during reintegration support. Individuals, communities, countries and regions lay the foundations for resilience to stresses and shocks associated with insecure environments through the development of local and national development plans, including national action plans on UN Security Council Resolution 1325. \\n The consistent implementation of monitoring and evaluation across all phases of the peace continuum with a focus on cross-sectoral approaches that emphasize collective programming outcomes. \\n The development of innovative partnerships to achieve reintegration as part of sustaining peace, based on whole-of-government and whole-of-society approaches, involving ex-combatants, persons formerly associated with armed forces and groups and their families, as well as receiving communities. \\n The engagement of the private sector in the creation of economic opportunities, fostering capacities of local small and medium-sized enterprises, as well as involving international private- sector investment in reintegration opportunities, where appropriate.For reintegration programmes to play their role in sustaining peace effectively, DDR practitioners and others involved in the planning and implementation of reintegration support should ensure that they: \\n Have a shared understanding of the drivers of a specific conflict, as well as the risks faced by individuals who are reintegrating and their receiving communities and countries; \\n Conduct joint analysis and monitoring and evaluation allowing for the development of strategic approaches that can strengthen peace and resilience; \\n Align with the women, peace and security agenda, ensuring that gender considerations are front and centre in reintegration support; \\n Have a shared understanding of the importance of youth in all efforts towards peace and security; \\\n Foster collective ownership by local authorities and other stakeholders that is anchored in local and national development plans \u2013 the international community shall play a supporting role and avoid creating parallel structures; \\n Create the long-term partnerships necessary for sustaining peace through the development of local institutional capacity, adaptive programming that is responsive to the context, and adequate human and financial resources.Additionally, as part of the conflict prevention and peacebuilding agenda, reintegration processes should be linked more deliberately with development programming. For instance, the 2030 Agenda for Sustainable Development provides a universal, multi-stakeholder, multi-sector set of goals adopted by all UN Member States in 2015. The Agenda includes 17 sustainable development goals (SDGs) covering poverty, food security, education, health care, justice and peace for which strategies, policies and plans should be developed at the national level and against which progress should be measured. The human and economic cost of armed conflict globally requires all stakeholders to work collaboratively in supporting Member States to achieve the SDGs; with all those concerned with development providing support to prevention agendas through targeted and sustained engagement at the national and regional levels.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 13, - "Heading1": "4. Reintegration as part of sustaining peace", - "Heading2": "4.1 The Sustaining Peace Approach", - "Heading3": "", - "Heading4": "", - "Sentence": "Therefore, in order to support, and strengthen, the foundation for sustainable peace, the reintegration of ex-combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1917, - "Score": 0.365148, - "Index": 1917, - "Paragraph": "Reintegration support calls for a twin approach in fostering not only \u2018negative peace\u2019 \u2013 as in mitigation strategies \u2013 but also \u2018positive peace\u2019, by addressing the root causes of armed conflict as they manifest at the local level and strengthening peace capacities at various levels. Understood in this way, reintegration support can contribute to the prevention of armed conflict, helping to address some of the structural issues that create or fuel the risks of conflict escalation and recurrence.For instance, by accounting for aspects related to mental health and psychosocial support, reintegration programmes can assist in building the necessary pillars needed for a \u2018positive peace\u2019 to develop. If these issues are left unaddressed, individuals may turn to negative coping mechanisms. Conflict may also lead to negative social patterns that increase the likelihood of widespread criminality and the victimization of certain groups. These negative patterns may also serve to increase vulnerability to involvement in armed groups and other criminal behaviour. The specific needs of women and girls formerly associated with armed forces and groups also need to be addressed, including preventing and addressing sexual and gender-based violence.Second, while some reintegration support measures focus on education, vocational skills training and income-generating opportunities, they may help to prevent conflict if aligned with and supportive of the absorption capacities of receiving communities. Situated within the humanitarian-development-peace nexus, approaches to reintegration support shall be sensitive to the fact that populations in fragile situations and subjected to protracted conflict experience diverse needs simultaneously \u2013 be they humanitarian, security-related or developmental. As a result, reintegration support may only play an effective role in conflict prevention when these needs are acknowledged and addressed comprehensively. Thus, reintegration programmes can help to prevent conflict only when they account for: \\n The motivations of individuals to engage in and leave armed groups; \\n The criminogenic, or crime-inducing, risks present in the context that may impede sustained reintegration and increase vulnerability to involvement in armed groups and other criminal behaviour; \\n Local needs and existing capacities; \\n The strengthened resilience of individuals, families, communities and institutions to cope with adversity and to withstand violence and conflict-related pressures.Linking reintegration programmes to other elements of the DDR process strengthens their conflict prevention potential. Reintegration programmes should to the extent possible be combined and coordinated with mediation efforts, confidence-building measures and broader conflict resolution and peacebuilding.From a conflict sensitivity angle, it is important to note that reintegration support is sometimes provided later than expected, and that actual levels of support are sometimes lower than foreseen, for example, due to slow political processes, logistical constraints and/or the unavailability (or delay) of financing. It is therefore important to explicitly raise questions about the possible negative impact of waiting for reintegration support on the actual reintegration processes of ex-combatants and persons formerly associated with armed forces and groups. The following questions should be raised as soon as the negotiation and planning of reintegration support begins: \\n Is the reintegration support foreseen realistic? \\n Will the reintegration support be able to meet the various expectations? \\n How will the (expected) reintegration support affect the coping strategies of ex-combatants and persons formerly associated with armed forces and groups? \\n What are potential negative effects of reintegration support on social dynamics, power dynamics and social equity issues? \\n How can expectations and/or misinformation concerning reintegration support be managed by the relevant Government and UN agencies, for example, through appropriate communication and risk management?", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 18, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.2 Reintegration support for conflict prevention", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore important to explicitly raise questions about the possible negative impact of waiting for reintegration support on the actual reintegration processes of ex-combatants and persons formerly associated with armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1957, - "Score": 0.34641, - "Index": 1957, - "Paragraph": "In summary, the following are key considerations that, in contexts of ongoing conflict, DDR practitioners and others involved in the planning, implementation and evaluation of reintegration programmes should take into account: \\n Conflict and context analysis and assessment will be more challenging to undertake than in post- conflict settings and will need to be frequently updated. \\n There will be increased security risks if ex-combatants and persons formerly associated with armed forces and groups: \\n\\n are perceived as traitors by active members of their former group, particularly if the group is still operating in the country, across a nearby border or in the community in which the individual would like to return; \\n\\n become involved in providing information to military or security agencies for the planning of counter-insurgency operations; \\n\\n return to communities still affected by armed conflict and/or where armed groups operate. \\n Alongside the need for constructive collaboration with military and security agencies, there will be a need to preserve the independence and impartiality of the reintegration programme in order to avoid the perception that the programme is part of the counter-insurgency strategy. \\n The national stakeholders leading reintegration support could have been \u2013 or may still be \u2013 in conflict with the armed groups to which ex-combatants previously belonged. \\n The use of case management is necessary and could include traditional chiefs or religious leaders (imams, bishops, ministers), and trained and supervised providers of mental health services as community supervision officers where appropriate. \\n It is important to work closely with and develop common reintegration strategies with other women, peace and security actors and prevent violence against women and girls. \\n It is important to work closely with and develop common reintegration strategies with programmes aiming to protect children and support the reintegration of children formerly associated with armed forces and groups. More specifically, there is a need to develop common strategies for the prevention of recruitment for youth at risk.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 22, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.5 Common challenges in supporting reintegration during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n The national stakeholders leading reintegration support could have been \u2013 or may still be \u2013 in conflict with the armed groups to which ex-combatants previously belonged.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1815, - "Score": 0.344265, - "Index": 1815, - "Paragraph": "Therefore, reintegration programmes shall be designed through an inclusive participatory process involving ex-combatants, persons formerly associated with armed forces and groups, community representatives, local and national authorities, and non-governmental actors in planning and decision-making from the earliest stages. Buy-in from key members of armed forces and groups shall be a priority of the reintegration programme, and shall be achieved in collaboration with the national Government and other key stakeholders in accordance with UN principles and mandates.Reintegration both influences and is affected by wider recovery, peacebuilding and state transformational processes. Therefore, reintegration programmes shall work collaboratively with other programmes and stakeholders in order to achieve policy coherence, sectoral programme integration, and UN inter-agency cooperation and coordination throughout design and implementation. In addition, the use of technical working groups, donor forums, and rapid response modalities shall be used to further integrate efforts in the area of reintegration support. Relevant line ministries shall also receive appropriate support from reintegration programmes to ensure that the reintegration of ex-combatants and persons formerly associated with armed forces and groups will be sustainable and in alignment with other national and local plans.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 10, - "Heading1": "3. Guiding principles", - "Heading2": "3.9 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "Relevant line ministries shall also receive appropriate support from reintegration programmes to ensure that the reintegration of ex-combatants and persons formerly associated with armed forces and groups will be sustainable and in alignment with other national and local plans.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1711, - "Score": 0.33541, - "Index": 1711, - "Paragraph": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic and political dimensions. It may be influenced by factors such as the choices and capacities of individuals to shape a new life, the security situation and perceptions of security, family and support networks, and the psychological well-being and mental health of ex-combatants and the wider community. Reintegration processes are part of the development of a country. Facilitating reintegration is therefore primarily the responsibility of national Governments and their institutions, with the international community playing a supporting role if requested.Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. During DDR programmes assistance is often given collectively, to large numbers of DDR participants and beneficiaries, as part of the implementation of a Comprehensive Peace Agreement (CPA). However, when the preconditions for a DDR programme are not in place, reintegration support can still play an important role in sustaining peace. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. This renewed UN policy engagement emerges from the need to address ongoing armed conflicts that are often protracted and complex. In these settings, individuals may exit armed forces and groups during all phases of an armed conflict. This type of exit will often be individual and can take different forms, including voluntary exit or capture.In order to support and strengthen the foundation for sustainable peace, the reintegration of ex- combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. Instead, reintegration support should be considered at all times, even in the absence of a DDR programme. This support may include the provision of assistance to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.When reintegration support is provided during ongoing conflict, it should aim to strengthen resilience against re-recruitment and also to prevent additional first-time recruitment. To do this it is important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. The strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.There will be additional challenges when supporting reintegration during ongoing conflict. Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and others involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to \u2018do no harm\u2019 and, in fact, \u2018do good\u2019. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, thereby demanding a higher level of coordination among existing and planned programmes to avoid the possibility that they may negatively affect each other. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 3, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic and political dimensions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1451, - "Score": 0.316228, - "Index": 1451, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1778, - "Score": 0.307794, - "Index": 1778, - "Paragraph": "Non-discrimination and fair and equitable treatment of participants and beneficiaries are core principles of the UN\u2019s involvement in reintegration support. Differences exist among the people who benefit from reintegration support \u2013 which include, but are not limited to, sex, age, class, religion, gender identity, and physical, intellectual, psychosocial and social capacities \u2013 all of which require specific responses. Reintegration support shall therefore be based on the thorough profiling of ex- combatants and persons formerly associated with armed forces and groups, as well as assessments of the social, economic, political and cultural contexts into which they are reintegrated, in order to support specific needs. In general, individual reintegration support shall shift focus from uniform entitlements provided to individuals with the status of ex-combatants or persons formerly associated with armed forces and groups. Instead, reintegration support shall aim to fulfil specific needs and harness individual capacities.Gender refers to the socially constructed attributes and opportunities associated with being male or female and the relationships between and among women, men, girls and boys, in a certain sociocultural context (see IDDRS 5.10 on Women, Gender and DDR). Gender-responsive reintegration programmes shall be planned, implemented, monitored and evaluated in a manner that meets the different needs of female and male ex-combatants, supporters and dependents. Understanding and addressing gender always requires careful analysis, looking into the responsibilities, activities, interests and priorities of women and men, and how their experiences of problems may differ. Planning for reintegration support shall therefore be based on sex- disaggregated data so that reintegration programmes can identify the specific needs and potential of women, men, boys and girls. These needs may include, among others, access to land, childcare facilities, property and livelihoods, resources and rehabilitation following sexual violence, and support to overcome socialization to violence and substance abuse.In some cases, women may have \u2018self-demobilized\u2019 or been excluded from DDR programmes by military commanders (see IDDRS 4.20 on Demobilization). When this happens, and if women so choose, efforts should be made to provide them with access to the reintegration programme. Female- specific reintegration programmes may also be created to address these women.In order to implement gender-responsive reintegration programmes, UN and Government programme staff, implementing partners and other stakeholders should receive training in gender- sensitive approaches and good practices, as well as other capacity-building support.Gender-sensitivity requires that the monitoring and evaluation framework for reintegration support shall include gender-related indicators and specific assessments on gender. Reintegration programmes shall ensure specific funding for such initiatives and shall work to monitor and evaluate their gender appropriateness.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 7, - "Heading1": "3. Guiding principles", - "Heading2": "3.3 Gender-responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender-responsive reintegration programmes shall be planned, implemented, monitored and evaluated in a manner that meets the different needs of female and male ex-combatants, supporters and dependents.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1729, - "Score": 0.3, - "Index": 1729, - "Paragraph": "This module explains the shift introduced by IDDRS 2.10 on The UN Approach to DDR concerning reintegration support to ex-combatants and persons formerly associated with armed forces and groups. Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place. The aim of this support is to assist the sustainable reintegration of those who have left armed forces and groups even before peace agreements are negotiated and signed, responding to opportunities as well as humanitarian, developmental and security imperatives.The objectives of this module are to: \\n Explain the implications of the UN\u2019s sustaining peace approach for reintegration support. \\n Provide policy guidance on how to address reintegration challenges and realize reintegration opportunities across the peace continuum. \\n Consider the general issues concerning reintegration support in contexts where the preconditions for DDR programmes are not in place.DDR practitioners involved in outlining and negotiating the content of reintegration support with Governments and other stakeholders are invited to consult IDDRS 4.30 on Reintegration for specific programmatic guidance on the various ways to support reintegration. Options and considerations for reintegration support to specific needs groups can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; and IDDRS 5.30 on Youth and DDR. Finally, as reintegration support may involve a broad array of practitioners (including but not limited to \u2018DDR practitioners\u2019), when appropriate, this module refers to DDR practitioners and others involved in the planning, implementation and management of reintegration support.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module explains the shift introduced by IDDRS 2.10 on The UN Approach to DDR concerning reintegration support to ex-combatants and persons formerly associated with armed forces and groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1788, - "Score": 0.3, - "Index": 1788, - "Paragraph": "Planning for the effective and sustainable reintegration of ex-combatants and persons formerly associated with armed forces and groups shall be based, among other aspects, on a comprehensive understanding of the local context. In settings where there is no ceasefire and/or peace agreement, the ex-combatant status of those who \u2018self-demobilize\u2019 may be unclear. Where feasible, DDR practitioners should work to clarify the status of ex-combatants through the establishment of a clear framework. However, where this is not feasible, the status of ex-combatants must still be analysed, at the programme level, in order to ensure that reintegration support is not provided to individuals who are active members of armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 9, - "Heading1": "3. Guiding principles", - "Heading2": "3.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for the effective and sustainable reintegration of ex-combatants and persons formerly associated with armed forces and groups shall be based, among other aspects, on a comprehensive understanding of the local context.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1816, - "Score": 0.294086, - "Index": 1816, - "Paragraph": "In some contexts there may be regional dimensions to reintegration support, such as cross-border flows of small arms and light weapons (SALW); trafficking in natural resources as a source of revenue; cross-border recruitment, including of children; and the repatriation and reintegration of foreign ex-combatants in their countries of origin. The design of a reintegration programme shall therefore consider the regional level in addition to the individual, community and national levels (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 10, - "Heading1": "3. Guiding principles", - "Heading2": "3.10 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "In some contexts there may be regional dimensions to reintegration support, such as cross-border flows of small arms and light weapons (SALW); trafficking in natural resources as a source of revenue; cross-border recruitment, including of children; and the repatriation and reintegration of foreign ex-combatants in their countries of origin.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1942, - "Score": 0.286446, - "Index": 1942, - "Paragraph": "In settings of ongoing conflict, it is possible that armed groups may splinter and multiply. Some of these armed groups may sign peace agreements while others refuse. Reintegration support to individuals who have exited non-signatory armed groups in ongoing conflict needs to be carefully designed; risk mitigation and adherence to principles such as \u2018do no harm\u2019 shall be ensured. A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR). Based on conflict analysis and armed group mapping, DDR practitioners should consider direct engagement with armed groups through political negotiations and other DDR- related activities (see IDDRS 2.20 on The Politics of DDR and IDDRS 2.30 on Community Violence Reduction). The risks of such engagement should, of course, be properly assessed in advance, and along the way.DDR practitioners and others involved in designing or managing reintegration assistance should also be aware that as a result of the risks of supporting reintegration in settings of ongoing conflict, combined with a possible lack of national political will, legitimacy of governance and weak capacity, programme funding may be difficult to mobilize. Reintegration programmes should therefore be designed in a transparent and flexible manner, scaled appropriately to offer viable opportunities to ex-combatants and persons formerly associated with armed groups.In line with the shift to peace rather than conflict as the starting point of analysis, programmes should seek to identify positive entry points for supporting reintegration. In ongoing conflict contexts, these entry points could include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models for other areas to follow. Reintegration support provided as part of a pilot effort would likely set the bar for future assistance and establish expectations for other groups that may need to be met to ensure equity and to avoid negative outcomes.Additional entry points for reintegration support in ongoing conflict may be a particular armed group whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors. Reintegration programmes should consider local champions, known figures to support such efforts from local government, tribal, religious and community leadership, and private and business actors. These actors can be key in generating peace dividends and building the necessary trust and support for the programme.For more detail on entry points and risks regarding reintegration support during armed conflict, see section 9 of IDDRS 4.30 on Reintegration.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.2 Reintegration support for conflict prevention", - "Heading3": "5.2.2. Entry points and risk mitigation", - "Heading4": "", - "Sentence": "Reintegration programmes should therefore be designed in a transparent and flexible manner, scaled appropriately to offer viable opportunities to ex-combatants and persons formerly associated with armed groups.In line with the shift to peace rather than conflict as the starting point of analysis, programmes should seek to identify positive entry points for supporting reintegration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1757, - "Score": 0.286039, - "Index": 1757, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1515, - "Score": 0.279751, - "Index": 1515, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 664, - "Score": 0.273861, - "Index": 664, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1560, - "Score": 0.26968, - "Index": 1560, - "Paragraph": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations. In countries where there is no United Nations peace operation mandated by the Security Council, UN DDR support will be provided when either a national Government and/or UN RC requests assistance.The disarmament and demobilization components of a DDR programme will be undertaken by national institutions with advice and technical support from relevant UN departments, agencies, programmes and funds, the UNCT, regional organizations and bilateral actors. The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner. When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered. The alignment of CVR initiatives in non-mission contexts with reintegration assistance is essential.Decision-making and accountability for UN-supported DDR rest, in this context, with the UN RC, who will identify one or more UN lead agency(ies) in the UNCT based on in-country capacity and expertise. The UN RC should establish a UN DDR Working Group co-chaired by the lead agency(ies) at the country level to coordinate the contribution of the UNCT to integrated DDR, including on issues related to gender equality, women\u2019s empowerment, youth and child protection, and support to persons with disabilities.DDR programmes, DDR-related tools and reintegration support, where applicable, will require the allocation of national budgets and/or the mobilization of voluntary contributions, including through the establishment of financial management structures, such as a dedicated multi-donor trust fund or catalytic funding provided by the Peacebuilding Fund (PBF)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 12, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.2 DDR in non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1670, - "Score": 0.268328, - "Index": 1670, - "Paragraph": "Ensuring national and local ownership is crucial to the success of integrated DDR. National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members. Even when receiving financial and technical assistance from partners, it is the responsibility of national Governments to ensure coordination between government ministries and local government, between Government and national civil society, and between Government and external partners.In contexts where national capacity is weak, a Government exerts national ownership by building the capacity of its national institutions, by contributing to the integrated DDR process and by creating links to other peacebuilding and development initiatives. This is particularly important in the case of reintegration support, as measures should be designed as part of national development and recovery efforts.National and local capacity must be systematically developed, as follows: \\n Creating national and local institutional capacity: A primary role of the UN is to supply technical assistance, training and financial support to national authorities to establish credible, capable, representative and sustainable national institutions and programmes. Such assistance should be based on an assessment and understanding of the particular context and the type of DDR activities to be implemented, including commitments to gender equality. \\n Finding implementing partners: Besides national institutions, civil society is a key partner in DDR. The technical capacity and expertise of civil society groups will often need to be strengthened, particularly when conflict has diminished human and financial resources. Particular attention should be paid to supporting the capacity development of women\u2019s civil society groups to ensure equal participation as partners in DDR. Doing so will help to create a sustainable environment for DDR and to ensure its long-term success. \\n Employing local communities and authorities: Local communities and authorities play an important role in ensuring the sustainability of DDR, particularly in support of reintegration and the implementation of DDR-related tools. Therefore, their capacities for strategic planning and programme and/or financial management must be strengthened. Local authorities and populations, ex-combatants and their dependents/families, and women and girls formerly associated with armed forces and groups shall all be involved in the planning, implementation and monitoring of integrated DDR processes. This is to ensure that the needs of both individuals and the community are addressed. Increased local ownership builds support for reintegration and reconciliation efforts and supports other local peacebuilding and recovery processes.As the above list shows, national ownership involves more than just central government leadership: it includes the participation of a broad range of State and non-State actors at national, provincial and local levels. Within the IDDRS framework, the UN supports the development of a national DDR strategy, not only by representatives of the various parties to the conflict, but also by civil society; and it encourages the active participation of affected communities and groups, particularly those formerly marginalized in DDR and post-conflict reconstruction processes, such as representatives of women\u2019s groups, children\u2019s advocates, people from minority communities, and persons with disabilities and chronic illness.In supporting national institutions, the UN, along with key international and regional actors, can help to ensure broad national ownership, adherence to international principles, credibility, transparency and accountability (see IDDRS 3.30 on National Institutions for DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 24, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.7. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1818, - "Score": 0.268328, - "Index": 1818, - "Paragraph": "Planning should consider that the reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process, in some contexts taking several years to be successfully and sustainably completed with family support at the community level. A well-planned reintegration programme shall be based on a comprehensive understanding of the type of armed force and/or group(s) to which the individual belonged, the duration of his or her membership with the armed force and/or armed group(s), as well as the local context and community dynamics. Furthermore, a well-planned reintegration programme requires clear agreement among all stakeholders on the objectives and results of the programme, the establishment of realistic time frames, clear budgetary requirements and human resource needs, and a clearly defined exit strategy.Planning shall be based on existing assessments that include conflict and development analyses, gender analyses, early recovery and/or post-conflict needs assessments, and reintegration-specific assessments. Those involved in the design and negotiation of reintegration support with Government and other relevant stakeholders shall ensure that a results-based monitoring and evaluation framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.A well-planned reintegration programme shall assess and respond to the needs of its participants and beneficiaries through gender-specific planning. Planning shall be done in close collaboration with related programmes and initiatives. Although long-term planning is required, it shall still allow for a degree of flexibility (see section 3.6). Those involved in planning for reintegration support shall work in an integrated manner with those planning disarmament and demobilization in order to ensure smooth transitions. DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 11, - "Heading1": "3. Guiding principles", - "Heading2": "3.11 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning should consider that the reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process, in some contexts taking several years to be successfully and sustainably completed with family support at the community level.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1897, - "Score": 0.268328, - "Index": 1897, - "Paragraph": "Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. DDR programmes are often \u2018collective\u2019 in that they address groups of combatants and persons associated with armed forces and groups through a formal and controlled programme, often as part of the implementation of a CPA.Increasingly, the UN is called upon to address security challenges that arise from situations where comprehensive political settlements are lacking and the preconditions for DDR programmes are not present. When conflict is ongoing, exit from armed groups is often individual and can take different forms. Those who are captured or who voluntarily leave armed groups will likely fall under the custody of authorities, such as the regular armed forces or law enforcement officials. In some contexts, however, those leaving armed groups may find their way back into communities without falling into the custody of authorities. This is often the case for female ex-combatants and women formerly associated with armed forces and groups who escape \u2018invisibly\u2019 and who may be difficult to identify and reach for support. Community-based reintegration programmes aiming to support these groupsshould be based on credible information, verified through an agreed-upon mechanism that includes key actors. Local peace and development committees may play an important role in prioritizing and identifying these women.In addition, in contexts where the preconditions for DDR programmes are not in place, DDR-related tools such as community violence reduction (CVR) and transitional weapons and ammunition management (WAM) have been used along with support to mediation and transitional security measures (see IDDRS 2.20 on The Politics of DDR, IDDRS 2.30 on Community Violence Reduction and IDDRS 4.11 on Transitional Weapons and Ammunition Management). Where appropriate, early elements of reintegration support can be part of CVR programming, such as different types of employment and livelihoods support, improvement of the capacities of vulnerable communities to absorb returning ex-combatants, and investments in public goods designed to strengthen the social cohesion of communities. Reintegration as part of the sustaining peace approach is not only an integral part of DDR programmes. It also follows security sector reform (SSR) where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups designated as terrorist organizations by the United Nations Security Council.The increased complexity of the political and socioeconomic settings in which most reintegration support is provided does not necessarily imply that the support provided must also become more complicated. DDR practitioners and others involved in planning, managing and funding the support programme should be knowledgeable about the context and its dynamics, but also be able to prioritize the critical elements of the response. In addition to prioritization, effective support requires reliable and dedicated funding for these priority activities. It may also be important to lower (often inflated) expectations, and be realistic, about what reintegration support can deliver.Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and all those involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to do no harm and, in fact, do good. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, which demand greater coordination among existing, and planned, programmes to avoid the possibility that they may negatively affect each other.Depending on the context and conflict analysis developed, DDR practitioners and others involved in the planning and implementation of reintegration support may determine that a potential unintended consequence of working with ex-combatants and persons formerly associated with armed forces and groups is the perceived injustice in supporting those who perpetrated violence when others affected by the conflict may feel they are inadequately supported. This should be avoided. One option is community-based approaches. Stigmatization related to programmes that prevent recruitment should also be avoided. Participants in these programmes could be seen as having the potential to become violent perpetrators, a stigma that could be particularly harmful to youth.In addition to programmed support, there are numerous non-programmatic factors that can have a major impact on whether or not reintegration is successful. Some of the key non-programmatic factors are: \\n Acceptance in the community/society; \\n The general security situation/perception of the security situation; \\n The economic environment and associated opportunities; \\n The availability of relevant basic and social services; \\n The protection of land rights and other property rights.In conflict settings these non-programmatic factors may be particularly fluid and difficult to both analyse and adapt to. The security situation may not allow for reintegration support to take place in all areas. The economy may also be severely affected by the ongoing conflict. Receiving communities may also be particularly reluctant to accept returning ex-combatants during ongoing conflict as they can, for example, constitute a security risk to the community. Influencing these non-programmatic factors requires a broad structural approach. Providing an enabling environment and facilitating access to opportunities outside the reintegration programme may be as important for reintegration processes as the reintegration support provided through the programme. In addition, in most instances it is important to establish practical linkages with existing employment creation programmes, business development services, psychosocial and mental health support referral systems, disability support networks and other relevant services. The implications of these non- programmatic factors could be different for men and women, especially in contexts where insecurity is high and the economy is depressed. Social networks and connections between different members and levels of society may provide these groups with the resilience and coping mechanisms necessary to navigate their reintegration process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 15, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Providing an enabling environment and facilitating access to opportunities outside the reintegration programme may be as important for reintegration processes as the reintegration support provided through the programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1614, - "Score": 0.258199, - "Index": 1614, - "Paragraph": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants. Groups and individuals shall not be coerced to participate. This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies. Although the UN does not generally engage in detention operations and DDR has traditionally been a voluntary process, the nature of conflict environments and the growing potential for overlap with State-led efforts countering violent extremism and counter-terrorism has increased the likelihood that the UN and other actors engaging in DDR may be faced with detention-related dilemmas. DDR practitioners should therefore pay particular attention to such questions when operating in complex conflict environments and seek legal advice if confronted with surrendered or captured combatants in overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. They should also be aware of requirements contained in Chapter VII resolutions of the Security Council that, among other things, call for Member States to bring terrorists to justice and oblige national authorities to ensure the prosecution of suspected terrorists as appropriate (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1932, - "Score": 0.248069, - "Index": 1932, - "Paragraph": "As part of sustaining peace, reintegration programmes should plan to contribute to dynamics that aim to prevent re-recruitment. The risk of the re-recruitment of ex-combatants and persons formerly associated into armed groups or their engagement in criminal activity is higher where conflict is ongoing, protracted or financed through organized crime, including illicit natural resource exploitation such as mineral mining and poaching. In such war economies, licit and illicit markets may overlap, and criminal networks may constitute an attractive source of income for ex-combatants as well as provide a sense of belonging. Criminal groups could allow ex-combatants and persons formerly associated with armed forces and groups to regain or retain a social status after leaving their armed force or group, and may bridge feelings of social dislocation in receiving communities.The risk of re-recruitment or involvement in criminal activity increases in contexts where reintegration opportunities are limited and where national and local capacity is low. This is the case when ex-combatants and persons formerly associated with armed forces and groups return to areas of high insecurity, where formal and informal economies lack diversity and opportunities are limited to unskilled labour, including agriculture. The conditions in these geographical areas should therefore be considered in the design of reintegration support. Collaborating with actors that are able to influence the non-programmatic factors mentioned above can be a first step in supporting those who have decided to settle in these areas.Rejoining a former armed group or joining a new one may be a result of the real, or perceived, absence of viable alternatives to armed conflict as a means of subsistence and as an avenue for social integration and political change (see IDDRS 2.20 on The Politics of DDR). The reasons why individuals join armed groups are diverse and may include grievances linked to social status, self- defence, a lack of jobs and economic opportunities, exclusion, human rights abuses and other real or perceived injustices. Risk of re-recruitment may therefore be higher in contexts where the causes of the conflict remain unresolved and grievances persist, or where there are no viable alternative livelihoods.Community receptivity to returning ex-combatants and persons formerly associated with armed forces and groups also impacts the likelihood of return to an armed group. Receptivity is likely to be lower in contexts of ongoing conflict, as returning ex-combatants could constitute a risk to the community. Female ex-combatants, women formerly associated with armed forces and groups, and their children potentially face additional challenges related to community receptivity, including potential stigma that can profoundly impact their ability to reintegrate.The length of time an individual has spent in an armed group will also influence his or her ability to adjust to civilian life and the degree to which he or she is able to build social networks and reconnect. In general, the longer an individual spent with an armed group, the more challenging his or her reintegration process is likely to be. Given this reality, the design of reintegration programmes must be based on solid gender analysis and risk management, which could include mentorships, peer learning, institutional learning and relevant institutional and programmatic linkages.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 19, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.2 Reintegration support for conflict prevention", - "Heading3": "5.2.1 Preventing re-recruitment", - "Heading4": "", - "Sentence": "Receptivity is likely to be lower in contexts of ongoing conflict, as returning ex-combatants could constitute a risk to the community.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 638, - "Score": 0.248069, - "Index": 638, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1597, - "Score": 0.244949, - "Index": 1597, - "Paragraph": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict. Furthermore, practitioners may choose from a menu of DDR-related tools. (See table above.)Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement. Instead, when the preconditions for a DDR-programme are not in place, DDR-related tools may be used in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.1 When the preconditions for a DDR programme are not in place", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1628, - "Score": 0.240966, - "Index": 1628, - "Paragraph": "The unconditional and immediate release of children associated with armed forces and groups must be a priority, irrespective of the status of peace negotiations and/ or the development of DDR programmes and DDR-related tools. UN-supported DDR interventions shall not be allowed to encourage the recruitment of children into armed forces and groups in any way, especially by commanders trying to increase the number of combatants entering DDR programmes in order to profit from assistance provided to combatants. When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. Children will then be supported to demobilize and reintegrate into families and communities (see IDDRS 5.30 on Children and DDR). Only child protection practitioners should interview children associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 21, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.2. Unconditional release and protection of children", - "Heading4": "", - "Sentence": "UN-supported DDR interventions shall not be allowed to encourage the recruitment of children into armed forces and groups in any way, especially by commanders trying to increase the number of combatants entering DDR programmes in order to profit from assistance provided to combatants.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1796, - "Score": 0.237171, - "Index": 1796, - "Paragraph": "To respond to contextual changes and remain relevant, reintegration support shall be designed in a way that allows for adaptability. While the design of a reintegration programme is based on initial assessments, it is also important to note that many contextual factors will change significantly during the course of the programme, such as the wishes and ambitions of ex-combatants and persons formerly associated with armed forces and groups, the labour market, the capacities of service providers, the capacities of different Government bodies, and the agendas of political parties and leaders in power. Furthermore, new or broader recovery plans may be designed during the time frame of the reintegration programme, to which the latter should be linked.The need for flexibility will be particularly acute in ongoing conflict settings where the risks of doing harm, including inadvertently fuelling recruitment to active armed groups, must be carefully assessed. A flexible approach should allow for the early identification of these risks and the development of risk mitigation strategies.It is important to note that, despite the benefits of a flexible approach, providing ad hoc reintegration support can be problematic. One of the challenges is to provide clarity to ex-combatants, persons formerly associated with armed forces and groups, and broader communities early on about the reintegration support to be provided and the benefits and eligibility criteria involved, while on the other hand maintaining sufficient flexibility in the programme to be able to respond to changing needs and circumstances.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 9, - "Heading1": "3. Guiding principles", - "Heading2": "3.6 Flexible", - "Heading3": "", - "Heading4": "", - "Sentence": "One of the challenges is to provide clarity to ex-combatants, persons formerly associated with armed forces and groups, and broader communities early on about the reintegration support to be provided and the benefits and eligibility criteria involved, while on the other hand maintaining sufficient flexibility in the programme to be able to respond to changing needs and circumstances.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 961, - "Score": 0.21693, - "Index": 961, - "Paragraph": "Article 55 of the UN Charter calls on the Organization to promote universal respect for, and observance of, human rights and fundamental freedoms for all, based on the recognition of the dignity, worth and equal rights of all. In their work, all UN personnel have a responsibility to ensure that human rights are promoted, respected, protected and advanced.Accordingly, UN DDR practitioners have a duty in carrying out their work to promote and respect the human rights of all DDR participants and beneficiaries. The main sources of international human rights law are: \\n The Universal Declaration of Human Rights (1948) (UDHR) was proclaimed by the UN General Assembly in Paris on 10 December 1948 as a common standard of achievement for all peoples and all nations. It set out, for the first time, fundamental human rights to be universally protected. \\n The International Covenant on Civil and Political Rights (1966) (ICCPR) establishes a range of civil and political rights, including rights of due process and equality before the law, freedom of movement and association, freedom of religion and political opinion, and the right to liberty and security of person. \\n The International Covenant on Economic, Social and Cultural Rights (1966) (ICESCR) establishes the rights of individuals and duties of States to provide for the basic needs of all persons, including access to employment, education and health care. \\n The Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment (1984) (CAT) establishes that torture is prohibited under all circumstances, including in times of war, internal political instability or other public emergency, and regardless of the orders of superiors or public authorities. \\n The Convention on the Rights of the Child (1989) (CRC) and the Optional Protocol to the CRC on Involvement of Children in Armed Conflict (2000) recognize the special status of children and reconfirm their rights, as well as States\u2019 duty to protect children in a number of specific settings, including during armed conflict. The Optional Protocol is particularly relevant to the DDR context, as it concerns the rights of children involved in armed conflict. \\n The Convention on the Elimination of All Forms of Discrimination against Women (1979) (CEDAW) defines what constitutes discrimination against women and sets up an agenda for national action to end it. CEDAW provides the basis for realizing equality between women and men through ensuring women\u2019s equal access to, and equal opportunities in, political and public life \u2013 including the right to vote and to stand for election \u2013 as well as education, health and employment. States parties agree to take all appropriate measures, including legislation and temporary special measures, so that women can enjoy all their human rights and fundamental freedoms. General recommendation No. 30 on women in conflict prevention, conflict and post-conflict situations, issued by the CEDAW Committee in 2013, specifically recommends that States parties, among others, ensure (a) women\u2019s participation in all stages of DDR processes; (b) that DDR processes specifically target female combatants and women and girls associated with armed groups and that barriers to their equitable participation are addressed; (c) that mental health and psychosocial support as well as other support services are provided to them; and (d) that DDR processes specifically address women\u2019s distinct needs in order to provide age and gender-specific DDR support. \\n The Convention on the Rights of Persons with Disabilities (2006) (CRPD) clarifies and qualifies how all categories of rights apply to persons with disabilities and identifies areas where adaptations have to be made for persons with disabilities to effectively exercise their rights, and where protection of rights must be reinforced. This is also relevant for people with psychosocial, intellectual and cognitive disabilities, and is a key legislative framework addressing their human rights including the right to quality services and the right to community integration. \\n The International Convention for the Protection of All Persons from Enforced Disappearance (2006) (ICPPED) establishes that enforced disappearances are prohibited under all circumstances, including in times of war or a threat of war, internal political instability or other public emergency.The following rights enshrined in these instruments are particularly relevant, as they often arise within the DDR context, especially with regard to the treatment of persons located in DDR facilities (including but not limited to encampments): \\n Right to life (article 3 of UDHR; article 6 of ICCPR; article 6 of CRC; article 10 of CRPD); \\n Right to freedom from torture or other cruel, inhuman or degrading treatment or punishment (article 5 of UDHR; article 7 of ICCPR; article 2 of CAT; article 37(a) of CRC; article 15 of CRPD); \\n Right to liberty and security of person, which includes the prohibition of arbitrary arrest or detention (article 9 of UDHR; article 9(1) of ICCPR; article 37 of CRC); \\n Right to fair trial (article 10 of UDHR; article 9 of ICCPR; article 40(2)(iii) of CRC); \\n Right to be free from discrimination (article 2 of UDHR; articles 2 and 24 of ICCPR; article 2 of CRC; article 2 of CEDAW; article 5 of CRPD); and \\n Rights of the child, including considering the best interests of the child (article 3 of CRC; article 7(2) of CRPD), and protection from all forms of physical or mental violence, injury or abuse, neglect or negligent treatment, maltreatment or exploitation (article 19 of CRC).While the UN is not a party to the above instruments, they provide relevant standards to guide its operations. Accordingly, the above rights should be taken into consideration when developing UN-supported DDR processes, when supporting host State DDR processes and when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, in order to ensure that the rights of DDR participants and beneficiaries are promoted and respected at all times.The application and interpretation of international human rights law must also be viewed in light of the voluntary nature of DDR processes. The participants and beneficiaries of DDR processes shall not be held against their will or subjected to other deprivations of their liberty and security of their persons. They shall be treated at all times in accordance with international human rights law norms and standards.Special protections may also apply with respect to members of particularly vulnerable groups, including women, children and persons with disabilities. Specifically, with regard to women participating in DDR processes, Security Council resolution 1325 (2000) on women and peace and security calls on all actors involved, when negotiating and implementing peace agreements, to adopt a gender perspective, including the special needs of women and girls during repatriation and resettlement and for rehabilitation, reintegration and post-conflict reconstruction (para. 8(a)), and encourages all those involved in the planning for DDR to consider the different needs of female and male ex-combatants and to take into account the needs of their dependents. In all, DDR processes should be gender-responsive, and there should be equal access for and participation of women at all stages (see IDDRS 5.10 on Women, Gender and DDR).Specific guiding principles \\n DDR practitioners should be aware of the international human rights instruments that guide the UN in supporting DDR processes. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken. \\n DDR practitioners shall take the necessary precautions, special measures or actions to protect and ensure the human rights of DDR participants and beneficiaries. \\n DDR practitioners shall report and seek legal advice in the event that they witness any violations of human rights by national authorities within a UN-supported DDR facility.Red lines \\n DDR practitioners shall not facilitate any violations of human rights by national authorities within a UN-supported DDR facility.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 7, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.2 International humanitarian law", - "Heading4": "", - "Sentence": "8(a)), and encourages all those involved in the planning for DDR to consider the different needs of female and male ex-combatants and to take into account the needs of their dependents.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1401, - "Score": 0.21693, - "Index": 1401, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1644, - "Score": 0.209529, - "Index": 1644, - "Paragraph": "Like men and boys, women and girls are likely to have played many different roles in armed forces and groups, as fighters, supporters, wives or sex slaves, messengers and cooks. The design and implementation of integrated DDR processes should aim to address the specific needs of women and girls, as well as men and boys, taking into account these different experiences, roles, capacities and responsibilities acquired during and after conflicts. Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes. The eligibility criteria for DDR shall not discriminate against individuals on the basis of sex, age, gender identity, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associations. Furthermore, the opportunities/benefits that eligible ex-combatants have access to when participating in a particular DDR process shall not discriminate against individuals on the basis of their former affiliation with a particular armed force or group.It is likely there will be a need to address potential \u2018spoilers\u2019, e.g., by negotiating \u2018special packages\u2019 for commanders in order to secure their buy-in and to ensure that they allow combatants to participate. This political compromise must be carefully negotiated on a case-by-case basis. Furthermore, the inclusion of youth at risk and other non-combatants should also be seen as a measure helping to prevent future recruitment.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Furthermore, the opportunities/benefits that eligible ex-combatants have access to when participating in a particular DDR process shall not discriminate against individuals on the basis of their former affiliation with a particular armed force or group.It is likely there will be a need to address potential \u2018spoilers\u2019, e.g., by negotiating \u2018special packages\u2019 for commanders in order to secure their buy-in and to ensure that they allow combatants to participate.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1227, - "Score": 0.20702, - "Index": 1227, - "Paragraph": "The way a conflict ends can influence the political dynamics of DDR. The following scenarios should be considered: \\n A clear victor: This usually results in a \u2018victor\u2019s peace\u2019, where the winner can \u2018im- pose\u2019 demands on the party that lost the conflict. This may mean that the armed structures of the victor are preserved, while the losing party will be the one tar- geted for DDR. Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination. The victorious group may seek to dominate the new security structures. \\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme). Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support. DDR processes that are the outcome of negotiations (whether local or national) are more likely to be acceptable to warring parties. However, unless expert advice is provided, the DDR-related clauses in such agree- ments can be unrealistic. \\n Partial peace: In some conflicts the multiplicity of armed groups may result in peace processes that are not fully inclusive, since some of the armed groups are excluded from or refuse to sign the agreement. This can be a disincentive for signatory armed groups to disarm and demobilize due to fear for their security and that of the population they represent, concerns over loss of territory to a non- signatory armed group or uncertainty about how their political position might be affected should other armed groups eventually join the peace process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 9, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.3 Conflict outcomes", - "Heading4": "", - "Sentence": "Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4927, - "Score": 0.547723, - "Index": 4927, - "Paragraph": "\\n 1 United Nations System Chief Executives Board for Coordination (CEB) Toolkit for Mainstreaming Employment and Decent Work, 2007. \\n 2 Taken from the Prevention of child recruitment and reintegration of children associated with armed forces and groups: Strategic framework for addressing the economic gap, ILO (2007). \\n 3 International Labour Organization. 2009. Guidelines for the Socio-economic Reintegration of Ex-combatants. Geneva, Switzerland, pp.23-29.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 63, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Guidelines for the Socio-economic Reintegration of Ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4339, - "Score": 0.478091, - "Index": 4339, - "Paragraph": "Lessons learned from DDR programmes around the world have shown that reintegration approaches that include elements of community and family participation and assistance, as well as enlarged targeting principles, have higher success rates.Where DDR programmes have delivered individual reintegration to ex-combatants alone, the result has often been hostility or resentment on the part of community members who feel excluded from reintegration benefits. The problems arising from such dynamics have created barriers to the goals of social reintegration and the strengthening of com- munity cohesion, ultimately threatening the sustainability of reintegration programmes. Where community members are included in the planning process and provided access to concrete benefits, however, the result is often enhanced local ownership and acceptance of the reintegration programme. Reintegration programmes should therefore facilitate com- munities coming together to discuss and decide on their own priorities and methods that they believe will help in the reintegration of ex-combatants.While it is not the whole community that will receive reintegration assistance, in community-based reintegration approaches ex-combatants are assisted together with other members of the community. Selection criteria and percentages of ex-combatants to community members can vary. Lessons learned have shown that targeting community members with a similar profile to the ex-combatants can be particularly effective (such as unemployed youth).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 9, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.2. Community-based reintegration (CBR)", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration programmes should therefore facilitate com- munities coming together to discuss and decide on their own priorities and methods that they believe will help in the reintegration of ex-combatants.While it is not the whole community that will receive reintegration assistance, in community-based reintegration approaches ex-combatants are assisted together with other members of the community.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5593, - "Score": 0.476731, - "Index": 5593, - "Paragraph": "There are many benefits associated with the provision of reinsertion assistance in the form of cash. Not only can the recipients of cash determine their own needs, but the ability to do so is a fundamental step towards empowerment. Cash can also be an efficient way to deliver support because it entails lower transaction and logistics costs than in-kind assistance, particularly in terms of transportation and storage. Less stigma may be attached to cash, which, compared with in-kind assistance or vouchers, is less visible to non-recipients. Providing cash to ex-combatants and persons formerly associated with armed forces and groups can also reduce the burden on the households and communities that receive these individuals. If a banking system is operational, cash can be paid directly into recipients\u2019 bank accounts, thereby reducing the security risks involved in cash distribution and, at the same time, strengthening the local banking system. The provision of cash may also have beneficial knock-on effects for local markets and trade.Prior to the provision of cash payments, DDR practitioners shall conduct a review of the local economy\u2019s capacity to absorb cash inflation. This is because the injection of cash into one locality can cause local prices to rise and adversely affect non-recipients living in the area. DDR practitioners shall also review the goods available on the local market. This is because cash will be of little utility in places where the commodities that people require (such as tools, equipment and food) are unavailable locally. DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization. If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest. One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence. Any potential misuse can be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract can outline how the money is supposed to be spent and would require follow- up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education should be provided alongside cash payments, as this can also help to reduce the risk that cash is misused.Providing cash is sometimes seen as posing security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is especially true for cash payments that are distributed at regular times at publicly known locations. Military commanders may also try to confiscate reinsertion payments from ex- combatants that were formerly under their control. Women and more vulnerable participants such as persons with disabilities, those with chronic illnesses and the elderly are at an increased risk for confiscation of payments and/or intimidation or threats. Cash transfers may also be hampered by the absence of banks in some parts of the country, and banks may be slow to process payments and have strict requirements in terms of identification documents. These requirements may, in some instances, lead to delays.Digital payments, such as over-the-counter and mobile money payments, may help to circumvent these problems by offering new and discreet opportunities to distribute cash. Preliminary evidence indicates that distributing cash through mobile money transfers has a positive impact because it does not require that the recipient has a bank account, and because recipients spend less time traveling to cash pick-up points and waiting for their transfer. Recipients can also cash out small amounts of their payment as and when needed and/or store money on their mobile wallet over the long term.In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone or, at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there are mobile network coverage and accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored to ensure that they adhere to previously agreed-upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy goods in the agent\u2019s store. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.1 Cash", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4326, - "Score": 0.447214, - "Index": 4326, - "Paragraph": "The approaches to the reintegration of ex-combatants represent the different options avail- able to DDR planners when defining the reintegration strategy. The approaches discussed are not mutually exclusive. Rather, they can be used in an appropriate mix, timing and sequencing in order to support the overall goal of the specific DDR programme.An understanding of the needs and capacities of the ex-combatants, how they were psychosocially affected by the conflict, whether they are marginalized or not, the absorp- tive capacities of the receiving communities\u2019 labour markets, and the functionality of related markets and resources (land, natural resources and capital), including the local political (power dynamics) and institutional realities, should guide programme design and resource allocation. Local knowledge of these dynamics is essential to informing pro- gramme design.Based on the data gathered and its analysis, programme planners and practitioners should build consensus with partners and stakeholders on how to best allocate available resources to provide reintegration support to the identified participants and beneficiaries, deciding on the appropriate approach or mix of approaches.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 8, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The approaches to the reintegration of ex-combatants represent the different options avail- able to DDR planners when defining the reintegration strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4371, - "Score": 0.447214, - "Index": 4371, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4485, - "Score": 0.447214, - "Index": 4485, - "Paragraph": "Ultimately, it is communities who will or who will not accept ex-combatants, and who will foster their reintegration into civilian life. It is therefore important to ensure that com- munities are at the centre of reintegration planning. Through community engagement, reintegration programmes will be better able to identify opportunities for ex-combatants, cope with transitional justice issues affecting ex-combatants and victims, pinpoint poten- tial stressors, and identify priorities for community recovery projects. However, while it is crucial to involve communities in the design and implementation of reintegration programmes, their capacities and commitment to encourage ex-combatants\u2019 reintegration should be carefully assessed.It is good practice to involve or consult families, traditional and religious leaders, women\u2019s, men\u2019s and youth groups, disabled persons\u2019 organizations and other local asso- ciations when planning the return of ex-combatants. These groups should receive support and training to assist in the process. Community women\u2019s groups should be sensitized to support and protect women and girls returning from armed forces and groups, who may struggle to reintegrate (see Module 5.10 on Women, Gender and DDR for more informa- tion). Linkages with existing HIV programmes should also be made, and people living with HIV/AIDS in the community should be consulted and involved in planning for HIV activities from the outset (see Module 5.60 on HIV/AIDS and DDR for more information). Disabled persons\u2019 organizations can be similarly mobilized to participate in planning and as potential implementing partners.When engaging communities, it should be remembered that youth and women have not always benefited from the services or opportunities created in receptor communities, nor have they automatically had a voice in community-driven approaches. To ensure a holistic approach to community engagement, such realities should be carefully considered and addressed so that the whole community \u2013 including specific needs groups \u2013 can ben- efit from reintegration programming.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 23, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.3. Community engagement", - "Heading4": "", - "Sentence": "Ultimately, it is communities who will or who will not accept ex-combatants, and who will foster their reintegration into civilian life.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4748, - "Score": 0.447214, - "Index": 4748, - "Paragraph": "Informal or formal men\u2019s and women\u2019s groups can provide a forum for women and men to discuss social expectations of women, men, violence, and health issues. It can be an extremely effective way to harness their interest and capacities to become agents of change in their community by disseminating information and educating the public.Many times, due to social constraints, men do not have forums to discuss such issues, either because there are social barriers or because there has never been a space or guided assistance in starting one. Support to such activities through reintegration assistance, should allow for a mix of ex-combatants and civilians. Oftentimes women\u2019s and men\u2019s groups are started informally around points of interest for men, such as recreational/ sports associations, cooperatives, coffee houses, or water points, or for women such as beauty salons, water points, schools, in the community. Many times they evolve to be more formal groups, which provide a forum for civic education as well as discussion on issues affecting personal lives, the community and the family. Continued assessments of the effects of reintegration assistance and communities of return may identify such groupings forming, and may provide support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 44, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "10.4.3. Men\u2019s and women\u2019s groups", - "Heading4": "", - "Sentence": "Support to such activities through reintegration assistance, should allow for a mix of ex-combatants and civilians.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5559, - "Score": 0.447214, - "Index": 5559, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4697, - "Score": 0.441129, - "Index": 4697, - "Paragraph": "Many ex-combatants have been trained and socialized to use violence, and have inter- nalized norms that condone violence. Socialization to violence is often the result of an ex-combatant\u2019s exposure to and involvement in violence while with armed forces or groups who may have encouraged, taught, promoted, and/or condoned the use of vio- lence (such as rape, torture or killing) as a mechanism to achieve group objectives. As a result of time spent with armed forces and groups, ex-combatants may associate weapons and/or violence in general with power and see these things as central to their identities as men or women and to fulfilling their personal needs.Systematic data on patterns of violence among ex-combatants is still fragmentary, but evidence from many post-conflict contexts suggests that ex-combatants who have been socialized to use violence often continue these patterns into the peacebuilding period. Violence is carried from the battlefield to the home and the community, where it can take on new forms and expressions. While the majority of ex-combatants are male, and vio- lence among male ex-combatants is more visible, female ex-combatants also appear to be more vulnerable to violent behaviour than civilian women in the general population. Without breaking down these norms, learning alternative behaviors, and coming to terms with the violent acts that they have experienced or committed, ex-combatants can find it difficult to reintegrate into civilian life.In economically challenging and socially complex post-conflict environments, male ex-combatants in particular may find it difficult to fulfill traditional gender and cultural roles associated with masculinity. Many may return home to discover that in their absence women have taken on traditional male responsibilities such as the role of \u2018breadwinner\u2019 or \u2018protector\u2019, challenging men\u2019s place in both the home and community and leading lead- ing to frustration, feelings of helplessness, etc. Equally, the return of men to communities may challenge these new roles, freedoms and authority experienced by women, causing further social disquiet.Ex-combatants\u2019 inability to deal with feelings of frustration, anger or sadness can result in self-directed violence (suicide, drug and alcohol abuse as coping mechanisms), interpersonal violence (GBV, intimate partner violence, child abuse, rape and murder) and group violence against the community (burglary, rape, harassment, beatings and murder), all forms of violence which are found to be common in some post-conflict environments. Integrated approaches work best for facilitating comprehensive change. In order to effectively address socialization to violence, reintegration assistance should target family and community members as well as ex-combatants themselves to address social and psy- chosocial needs and perceptions of these needs holistically. For more information on the concept of \u2018socialization to violence\u2019 see UNDP\u2019s report entitled, Blame It on the War? The Gender Dimensions of Violence in Disarmament, Demobilization and Reintegration (2012).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 41, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.1. Socialization to violence of combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "While the majority of ex-combatants are male, and vio- lence among male ex-combatants is more visible, female ex-combatants also appear to be more vulnerable to violent behaviour than civilian women in the general population.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4819, - "Score": 0.441129, - "Index": 4819, - "Paragraph": "War leaves behind large numbers of injured people, including both civilians and com- batants. Ex-combatants with disabilities should be treated equally to others injured or affected by conflict. This group should be included in general reintegration pro- grammes, not excluded from them, i.e. many ex-combatants with disabilities can and should benefit from the same programmes and services made available to non-disabled ex-combatants.Some ex-combatants with disabilities will require long-term medical care and family support. While some will receive some form of pension and medical assistance (especially if they were part of a government force), most disabled ex-combatants who were part of informal armed groups will not receive long-term assistance.In places where the health infrastructure has been damaged or destroyed, attention must be paid to informal care providers \u2014 often women and girls \u2014 who care for disabled combatants. In addition, support structures must be put into place to lessen the largely unpaid burden of the care that these informal providers carry.DDR programmes must also plan for participants with disabilities by agreeing on and arranging for alternative methods of transport of supplies or kits given to partici- pants. These may include livelihoods kits, food supplies, or other vocational materials. Assistance and special planning for these groups during reintegration should be included in the assessment and planning phases of DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "10.7.2. Persons with disabilities", - "Heading4": "", - "Sentence": "many ex-combatants with disabilities can and should benefit from the same programmes and services made available to non-disabled ex-combatants.Some ex-combatants with disabilities will require long-term medical care and family support.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4620, - "Score": 0.438529, - "Index": 4620, - "Paragraph": "Apprenticeships and other forms of on-the-job training can be particularly effective as they are likely to result in more sustainable employment and fill the large gap in the avail- ability of training providers.Apprenticeships are a form of on-the-job training where employers agree by contract to train individuals (apprentices) in a particular trade for a fixed period of time. A reinte- gration programme can subsidize such learning and training opportunities by paying the trainees an allowance and/or subsidizing the employers directly with equivalent wage support to take on apprentices for a fixed period. These interventions can also be an excel- lent means of social reintegration and reconciliation, as they place ex-combatants into an already existing socio-economic network consisting of non-ex-combatants through the mentor/trainer. Apprenticeships are also a particularly effective form of training for youth employability as they impart technical and business skills and induct young people into a business culture and network of clients.In order to protect existing incentives for master craftspeople and apprentices to par- ticipate, apprenticeships should be carried out according to local traditions and norms regarding access, cost-sharing arrangements, duration and conditions for graduation, when appropriate. Skill certification mechanisms should be established to provide legiti- macy to those with existing skills as well as those acquiring new skills. Such certification is useful for potential future employers and consumers as a form of verification and con- fidence for employment.For trades with no apprenticeship system in place, other forms of on-the-job-training should be considered to support socio-economic reintegration. In addition, since fund- ing is often not sufficient within a reintegration programme to cover all training during apprenticeships, linkages to microfinance programmes should be established in an effort to address this gap.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 35, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.4. Apprenticeships and on-the-job training", - "Heading4": "", - "Sentence": "These interventions can also be an excel- lent means of social reintegration and reconciliation, as they place ex-combatants into an already existing socio-economic network consisting of non-ex-combatants through the mentor/trainer.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4249, - "Score": 0.424264, - "Index": 4249, - "Paragraph": "Annex A contains a list of definitions used in this Reintegration standard. A complete glossary of all the terms, definitions and abbreviations used in the series of Integrated DDR Standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the word \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201da) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201dDEFINING \u2018REINTEGRATION\u2019 \\n In the Note by the Secretary-General dated 24 May 2005, reintegration is defined as, \u201cthe process by which ex-com- batants acquire civilian status and gain sustainable employment and income. Reintegration is essentially a social and economic process with an open timeframe, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility, and often necessitates long-term external assistance.\u201d \\n Recognizing new developments in the reintegration of ex-combatants and associated groups since the release of the 2005 Note, the Third Report of the Secretary-General on DDR (2011) includes revised policy and guidance. It observes that, \u201cin most countries, economic aspects, while central, are not sufficient for the sustainable reintegration of ex-combatants. Serious consideration of the social and political aspects of reintegration\u2026is [also] crucial for the sustainability and success of reintegration programmes,\u201d including interventions, such as psychosocial support, mental health counseling and clinical treatment and medical health support, as well as reconciliation, access to justice/transitional justice, participation in political processes. \\n Additionally, it emphasizes that while \u201creintegration programmes supported by the United Nations are time-bound by nature\u2026the reintegration of ex-combatants and associated groups is a long-term process that takes place at the indi- vidual, community, national and regional levels, and is dependent upon wider recovery and development.\u201d \\n Note by the Secretary-General on administrative and budgetary aspects of the financing of UN peacekeeping operations, 24 May 2005 (A/C.5/59/31); Third report of the Secretary-General on Disarmament, demobilization and reintegration, 21 March 2011 (A/65/741)", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It observes that, \u201cin most countries, economic aspects, while central, are not sufficient for the sustainable reintegration of ex-combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4647, - "Score": 0.424264, - "Index": 4647, - "Paragraph": "Reintegration programmes should ideally aim to place qualified ex-combatants in existing businesses. Nonetheless, this is often difficult since business owners may not be willing (i.e. due to negative perceptions of ex-combatants) or able (i.e. du to stark economic real- ities) to employ them. Reintegration programmes should therefore help to increase the opportunities available to ex-combatants by offering wage, training and equipment subsi- dies. These subsidies, however, should have the following conditions: \\n Wage subsidies should be partial and last for a fixed period of time; \\n In-kind donations of equipment or training to allow for the expansion of existing businesses should be explored in exchange for the employment of reintegration pro- gramme beneficiaries; \\n Newly hired ex-combatants should not take the jobs of workers who are already employed; \\n Employers should use the subsidies to expand their businesses and to provide long- term employment for ex-combatants.Providing business development services (BDS) can help overcome the difficulties faced by ex-combatants, such as lack of education, inadequate technical skills, poor access to markets and lack of information. In many post-conflict societies, government agen- cies lack the capacity to support and deliver services to micro- and small enterprises. Various actors, including businesses, local NGOs with experience in economic projects, governmental institutions and community groups should therefore be encouraged and supported to provide BDS.Governments should also be supported in the creation of a legal framework to ensure that labour rights are respected and that demobilized or other vulnerable groups are not exploited within the private sector. Concessions and contracts created between the private sector and the national, regional or local government must be transparent and conducted in such a way that affected communities are able to make their voices heard. In the case of extraction of natural resources upon which livelihoods and recovery depends, it is espe- cially important to be sure that the terms of the contracts are fair to the communities and local peoples, and that the contracts of private companies address human security. When it comes to job placement, DDR practitioners should also support affirmative action for disadvantaged groups where applicable. See section 8.1.4. on private sector involvement for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 38, - "Heading1": "9. Economic reintegration", - "Heading2": "9.4. Income generating opportunities", - "Heading3": "9.4.1. Private sector employment", - "Heading4": "", - "Sentence": "Reintegration programmes should ideally aim to place qualified ex-combatants in existing businesses.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4322, - "Score": 0.40452, - "Index": 4322, - "Paragraph": "In post-conflict settings that require economic revitalization and infrastructure develop- ment, the transition of ex-combatants to reintegration may be facilitated through reinsertion interventions. These short-term interventions are sometimes termed stabilization or \u2018stop gap\u2019 measures and may take on various forms, such as emergency employment, liveli- hood and start-up grants or quick-impact projects (QIPs).Reinsertion assistance should not be confused with or substituted for reintegration programme assistance; reinsertion assistance is meant to assist ex-combatants, associated groups and their families for a limited period of time until the reintegration programme begins, filling the gap in support often present between demobilization and reintegration activities. Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration. In fact, these two phases at times overlap or run almost parallel to each other with different levels of intensity, as seen in the figure below. DPKO budgets will likely cover up to one year of reinsertion assistance. However, in some cases reinsertion may last beyond the one year mark.Reinsertion is often focused on economic aspects of the reintegration process, but does not guarantee sustainable income for ex-combatants and associated groups. Reinte- gration takes place by definition at the community level, should lead to sustainable income, social belonging and political participation. Reintegration aims to tackle the motives that led ex-combatants to join armed forces and groups. Wand when successful, it dissuades ex-combatants and associated groups from re-joining and/or makes re-recruitment efforts useless.If well designed, reinsertion activities can buy the necessary time and/or space to establish better conditions for reintegration programmes to be prepared. Reinsertion train- ing initiatives and emergency employment and quick-impact projects can also serve to demonstrate peace dividends to communities, especially in areas suffering from destroyed infrastructure and lacking in basic services like water, roads and communication. Rein- sertion and reintegration should therefore be jointly planned to maximize opportunities for the latter to meaningfully support the former (see Module 4.20 on Demobilization for more information on reinsertion activities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 7, - "Heading1": "5. Transitioning from reinsertion to reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration aims to tackle the motives that led ex-combatants to join armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4720, - "Score": 0.40452, - "Index": 4720, - "Paragraph": "Successful reintegration of ex-combatants is a complex process that depends on a myriad of factors, including satisfying the complex expectations of receiving communities. It is the interplay of a community\u2019s physical and social capital and an ex-combatant\u2019s financial and human capital that determines the ease and success of reintegration.The acceptance of ex-combatants by community members is essential, but relations between ex-combatants and other community members are usually anything but \u2018nor- mal\u2019 at the end of a conflict. Ex-combatants often reintegrate into extremely difficult social environments where they might be seen as additional burdens to communities rather than assets. In some cases, communities may have perceptions that returning combat- ants are HIV positive, regardless of actual HIV status, resulting in discrimination against and stigmatization of returnees and inhibiting effective reintegration. The success of any DDR programme and the effective reintegration of former combatants therefore depend on the extent to which ex-combatants can become (and be perceived as) positive agents for change in receptor communities.The importance of providing civilian life skills training to ex-combatants will prove vital to strengthening their social capital and jumpstarting their integration into com- munities. Ex-combatants who have been socialized to use violence may face difficulties when trying to negotiate everyday situations in the public and private spheres. Those who have been out of their communities for an extended period of time, and who may have committed extreme acts of violence, might feel disconnected from the human compo- nents of home and community life. Reintegration programme managers should therefore regard the provision of civilian life skills as a necessity, not a luxury. Life skills include understanding gender identities and roles, non-violent ways of resolving conflict, and non-violent civilian and social behaviours (such as good parenting skills). See section 9.4.1. for more information on life skills.Public information and sentitization campaigns can also be an extremely effective mech- anism for facilitating social reintegration, including utilizing media to address issues such as returnees, their dependants, stigma, peacebuilding, reconciliation/co-habitation, and socialization to violence. Reintegration programme planners should carry out public information and sensitization campaigns to ensure a broad understanding among stake- holders that DDR is not about rewarding ex-combatants, but rather about turning them into valuable assets to rebuild their communities and ensure that security and peace pre- vail. In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process. The same applies for female ex-combatants and women and girls associated with armed forces and groups who in many cases expe- rienced sexual and gender-based violence, and risk stigmatization and social exclusion. See Module 4.60 on Public Information and Strategic Communication in Support of DDR for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 42, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.3. Strengthening social capital and social acceptance", - "Heading3": "", - "Heading4": "", - "Sentence": "The success of any DDR programme and the effective reintegration of former combatants therefore depend on the extent to which ex-combatants can become (and be perceived as) positive agents for change in receptor communities.The importance of providing civilian life skills training to ex-combatants will prove vital to strengthening their social capital and jumpstarting their integration into com- munities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4345, - "Score": 0.4, - "Index": 4345, - "Paragraph": "Ex-combatant-led initiatives are those reintegration activities identified, planned and exe- cuted by the ex-combatants themselves with the aim of directly benefiting communities of return or choice. Through consultation and dialogue with community and civil society leaders, ex-combatants can work to identify those activities best suited to the community at large and their own skill sets. Such activities can provide ex-combatants with a sense of ownership of the reintegration achievements that take place at the community level. In addition, if well-executed and genuinely planned with the best interest of the community in mind, this approach has the potential to build ex-combatants\u2019 rapport with community members and greatly enhance reconciliation.DDR staff shall work closely with ex-combatants in the planning, implementation and monitoring of these initiatives to ensure that the activities chosen are transparent, fea- sible (e.g. sufficient capacity exists to implement the initiative, the activity is cost efficient, the activity can be completed within a reasonable timeframe) and appropriately benefit the community as a whole based on prior assessments and the local context.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 9, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.2. Community-based reintegration (CBR)", - "Heading3": "6.2.2. Ex-combatant-led initiatives", - "Heading4": "", - "Sentence": "Ex-combatant-led initiatives are those reintegration activities identified, planned and exe- cuted by the ex-combatants themselves with the aim of directly benefiting communities of return or choice.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4418, - "Score": 0.4, - "Index": 4418, - "Paragraph": "The registration of ex-combatants during the demobilization phase provides detailed information on each programme participant\u2019s social and economic expectations, as well as his/her capacities, resources, or even the nature of his/her marginalization. How- ever, by the time this registration takes place, it is already too late to begin planning the reintegration programme. As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins. Such a profile can be done through carefully randomized and stratified (to the extent possible) sampled surveys of smaller numbers of representative combatants.In order for these assessments to adequately form the basis for reintegration pro- gramme planning, implementation, and M&E, they should be further supplemented by data on specific needs groups and additional research, particularly in the fields of anthro- pology, history, and area studies. During the assessment process, attention should be paid to specific needs groups, including female combatants, WAAFG, youth, children, and combatants with disabilities. In addition, research on specific countries and peoples, including that of scholars from the country or region will prove useful. Cultural rela- tionships to land and other physical resources should also be noted here to better inform reintegration programme planners.The most important types of ex-combatant focused assessments are: \\n 1. Early profiling and pre-registration surveys; \\n 2. Full profiling and registration of ex-combatants; \\n 3. Identification and assessment of areas of return and resettlement; \\n 4. Community perception surveys; \\n 5. Reintegration opportunity mapping; and \\n 6. Services mapping and institutional capacity assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "Full profiling and registration of ex-combatants; \\n 3.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4217, - "Score": 0.38829, - "Index": 4217, - "Paragraph": "Police can also play an important security role during reintegration. State police services should be supported to discharge community-policing functions during reintegration in accordance with international human rights law and principles. State police can play an important dissuasive role where ex-combatants may be at risk of using violent means to gain access to illegal income and livelihoods. They can also protect ex-combatants and persons formerly associated with armed forces and groups who are reintegrating into society.Law and order disturbances may arise if the reintegration of these groups is inadequately supported, if grievances related to the conflict remain unresolved and in situations where ex- combatants, persons formerly associated with armed forces and groups and their families are not necessarily welcomed by communities (see IDDRS 4.30 on Reintegration). Contingent on mandate and/or deployment strength, UN police personnel can also assist in the monitoring and countering of efforts by armed groups to re-recruit demobilized combatants and/or formerly associated persons.In particular, UN police personnel can disseminate messages discouraging the resort to arms among demobilized combatants and their families and protect these individuals from stigmatization and reprisals by community members or other armed groups yet to adhere to the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 18, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.6 Police support during reintegration into society", - "Heading3": "", - "Heading4": "", - "Sentence": "They can also protect ex-combatants and persons formerly associated with armed forces and groups who are reintegrating into society.Law and order disturbances may arise if the reintegration of these groups is inadequately supported, if grievances related to the conflict remain unresolved and in situations where ex- combatants, persons formerly associated with armed forces and groups and their families are not necessarily welcomed by communities (see IDDRS 4.30 on Reintegration).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4583, - "Score": 0.387298, - "Index": 4583, - "Paragraph": "Early assessment of the opportunities and services open to ex-combatants is vital in the design and planning of a reintegration programme. It should be emphasized that analyses of the labour market need to be regularly updated during the implementation of the rein- tegration programme to ensure relevant responses.Economic reintegration opportunity and mapping surveys should include analy- sis of culturally appropriate professions and/or trades for men and women of varying age groups, abilities, capacities and literacy levels, recognizing how conflict may have changed cultural norms about gender-appropriate work.However, analyses should not just assess what is culturally appropriate for men and women, but also what women and men want to do. At times, such information may contradict what is or was thought to be culturally appropriate. Acting carefully, reintegration assis- tance should aim to avoid reinforcing traditional gender stereotypes which may only permit women to work in lower paying professional activities. National capacity (such as the Min- istry of Employment or Labour), should be strengthened to perform this task at the national and provincial level, while providers of vocational training and employment services should be equipped to complement these efforts with regular assessments at the local level.Mapping surveys should seek to include detailed information concerning the avail- ability of livelihoods resources and desires by beneficiaries to more efficiently transform these resources into productive assets. A realistic assessment of existing employment opportunities and opportunities that could be supported quickly in the short term by either the public or private sector should also be included.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 32, - "Heading1": "9. Economic reintegration", - "Heading2": "9.2. Economic reintegration opportunity and mapping surveys", - "Heading3": "", - "Heading4": "", - "Sentence": "Early assessment of the opportunities and services open to ex-combatants is vital in the design and planning of a reintegration programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4773, - "Score": 0.387298, - "Index": 4773, - "Paragraph": "The widespread presence of psychosocial problems among ex-combatants and those associated with armed forces and groups has only recently been recognized as a serious obstacle to successful reintegration. Research has begun to reveal that reconciliation and peacebuilding is impeded if a critical mass of individuals (including both ex-combatants and civilians) is affected by psychological concerns.Ex-combatants and those associated with armed forces and groups have often been exposed to extreme and repeated traumatic events and stress, especially long-term recruits and children formerly associated with armed forces and groups. Such exposure can have a severe negative impact on the mental health of ex-combatants and is directly related to the development of psychopathology and bodily illness. This can lead to emotional-, social-, occupational- and/or educational-impairment of functioning on several levels.At the individual level, repeated exposure to traumatic events can lead to post-trau- matic stress disorder (PTSD), alcohol and substance abuse, as well as depression (including suicidal tendencies). At the interpersonal level, affected ex-combatants may struggle in their personal relationships, as well as face difficulties adjusting to changes in societal roles and concepts of identity. Persons affected by trauma-spectrum disorders also dis- play an increased vulnerability to contract infectious diseases and have a heightened risk to develop chronic diseases. In studies, individuals suffering from trauma-related symp- toms have shown greater tendencies towards aggression, hostility and acting out against both self and others \u2013 a significant impediment to efforts at reconciliation and peace.Severely psychologically-affected ex-combatants and other vulnerable groups should be identified as early as possible through screening tools within the DDR pro- gramme and referred to psychological services. If these ex-combatants do not receive adequate psychosocial care, they face an extraordinarily high risk of failing in their reintegration. Unfortunately, insufficient availability, adequacy and access to mental health services and social support for ex-combatants, and other vulnerable groups in post-war communities, continues to prove a huge problem during DDR. Given the great risks posed by psychologically-affected participants, reintegration programmes should seek to prioritize psychological and physical health rehabilitation as a key measure to successful reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 46, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.6. Psychosocial services", - "Heading3": "", - "Heading4": "", - "Sentence": "If these ex-combatants do not receive adequate psychosocial care, they face an extraordinarily high risk of failing in their reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4484, - "Score": 0.372678, - "Index": 4484, - "Paragraph": "DDR programme planners should ensure that participatory planning includes representa- tion of the armed forces\u2019 and groups\u2019 leadership and the (ex-) combatants themselves, both women and men. To facilitate the inclusion of younger and less educated (ex-) combatants and associated groups in planning activities, DDR representatives should seek out cred- ible mid-level commanders to encourage and inform about participation. This outreach will help to ensure that the range of expectations (of leaders, mid-level commanders, and the rank and file) are, where possible, met in the programme design or at least managed from an early stage.DDR planners and managers should exercise caution and carefully analyze pros and cons in supporting the creation of veterans\u2019 associations as a way of ensuring adequate representation and social support to ex-combatants in a DDR process. Although these asso- ciations may be useful in some contexts and function as an early warning and response system for identifying dissatisfaction among ex-combatants, and for confidence-building between discontented groups and the rest of the community, they should not become an impediment to the reintegration of ex-combatants in society by perpetuating violent or militaristic identities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.2. Ex-combatant engagement", - "Heading4": "", - "Sentence": "Although these asso- ciations may be useful in some contexts and function as an early warning and response system for identifying dissatisfaction among ex-combatants, and for confidence-building between discontented groups and the rest of the community, they should not become an impediment to the reintegration of ex-combatants in society by perpetuating violent or militaristic identities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4612, - "Score": 0.365148, - "Index": 4612, - "Paragraph": "Young ex-combatants, especially those aged under 15, should be reintegrated into formal education, which may mean extra support for teachers and trainers to manage the special needs of such learners. Some ex-combatants can be offered scholarships to finish their studies. Youth (see IDDRS 5.20 on Youth) should have priority in these cases, and particu- lar attention must be paid to assisting girls to return to school, requiring making available child care facilities for children in their care as well as evening courses.In some countries where the conflict was particularly protracted and ex-combatants have received little or no schooling, emphasis should be placed on \u2018catch-up\u2019 education to ensure that this group does not remain in a disadvantaged position, in relation to their peers. If allowances or school fees are to be funded by the reintegration programme, programme managers should ensure that resources are available for the full duration of ex-combatants\u2019 catch-up or accelerated education, which could be longer than the reinte- gration programme. If resources are not available, there should be a clearly communicated plan for phasing out support.It is clear that the funding available from a DDR programme will not cover all edu- cation costs of the programme participants who wish to continue their studies. This must be acknowledged and expectations managed during counseling for reintegration, so that ex-combatants are able to plan for some way to pay for the rest of their studies. It should also be acknowledged during counseling that in post-conflict economies education does not guarantee employment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 35, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.3. Education and scholarships", - "Heading4": "", - "Sentence": "Some ex-combatants can be offered scholarships to finish their studies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4238, - "Score": 0.358569, - "Index": 4238, - "Paragraph": "Successful reintegration is a particular complex part of DDR. Ex-combatants and those previously associated with armed forces and groups are finally cut loose from structures and processes that are familiar to them. In some contexts, they re-enter societies that may be equally unfamiliar and that have often been significantly transformed by conflict.A key challenge that faces former combatants and associated groups is that it may be impossible for them to reintegrate in the area of origin. Their limited skills may have more relevance and market-value in urban settings, which are also likely to be unable to absorb them. In the worst cases, places from which ex-combatants came may no longer exist after a war, or ex-combatants may have been with armed forces and groups that committed atrocities in or near their own communities and may not be able to return home.Family and community support is essential for the successful reintegration of ex-com- batants and associated groups, but their presence may make worse the real or perceived vulnerability of local populations, which have neither the capacity nor the desire to assist a \u2018lost generation\u2019 with little education, employment or training, war trauma, and a high militarized view of the world. Unsupported former combatants can be a major threat to the security of communities because of their lack of skills or assets and their tendency to rely on violence to get what they want.Ex-combatants and associated groups will usually need specifically designed, sus- tainable support to help them with their transition from military to civilian life. Yet the United Nations (UN) must also ensure that such support does not mean that other war-af- fected groups are treated unfairly or resentment is caused within the wider community. The reintegration of ex-combatants and associated groups must therefore be part of wider recovery strategies for all war-affected populations. Reintegration programmes should aim to build local and national capacities to manage the process in the long-term, as rein- tegration increasingly turns into reconstruction and development.This module recognizes that reintegration challenges are multidimensional, rang- ing from creating micro-enterprises and providing education and training, through to preparing receiving communities for the return of ex-combatants and associated groups, dealing with the psychosocial effects of war, ensuring ex-combatants also enjoy their civil and political rights, and meeting the specific needs of different groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The reintegration of ex-combatants and associated groups must therefore be part of wider recovery strategies for all war-affected populations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4567, - "Score": 0.34641, - "Index": 4567, - "Paragraph": "The end of hostilities does not automatically result in an improvement of economic condi- tions. The war economy may still be in full-force and understanding its effects on labour markets, private security and public sector activities is essential to ensuring successful economic reintegration. Access to those productive assets (such as land, capital, technol- ogy, natural resources and markets) needed for reintegration, for example, may be limited. At the end of a conflict there is often an abrupt release into the labour market of thousands of ex-combatants who compete with ordinary civilians for extremely scarce jobs and live- lihood opportunities. In such circumstances, ex-combatants and vulnerable youth may turn to illicit activities such as organized crime, banditry, illegal exploitation of natural resources and other socially harmful and violent activities. Providing immediate support for the reintegration of ex-combatants is therefore vital to help develop alternatives to vio- lence-based livelihoods and to enhance security.Creating economic opportunities is essential to helping ex-combatants (re-) build their civilian lives and develop alternatives to violence-based livelihoods. Ex-combatants in many contexts have consistently identified an alternative livelihood and the ability to generate income as key factors to their successful reintegration. Many have also indicated that being able to provide for family is particularly important in establishing their sense of identity, the level of respect they receive in communities, and to ensuring a healthy self-esteem.Efforts should be made by reintegration programmes to pave the way for decent and sustainable work. Decent work involves employment opportunities that are productive and deliver a fair income, provide security in the workplace and social protection for workers and their families, offer prospects for personal development and encourage social integra- tion, and give people the freedom to express their concerns, to organize and to participate in decisions that affect their lives. Furthermore, decent work guarantees equal oppor- tunities and equal treatment for all.1 Reintegration programmes should be particularly careful not to lead girls or boys, young women or men, into any forms of hazardous work. In addition, women and girls who choose to self-reintegrate should be offered support mechanisms within their communities, such as vocational training to gain economic live- lihoods and decent work.Support for reintegration should go beyond placing programme participants in survival occupations and trades, although as alluded to earlier it may be necessary to develop interim stabilization programmes during reinsertion, such as labour intensive public works, to buy time and space to establish more sustainable programming. Atten- tion should be paid to the specific needs of the agricultural industry, as this sector is likely to absorb most of those returning to rural areas in the aftermath of conflict. Availability of land, soil conditions, access to water and irrigation infrastructure, availability of seed vari- etals and support for value-added production or processing should be expertly evaluatedProgress towards economic reintegration can typically be monitored using quantitative tools like surveys based on small representative samples. Recovery and sustainable employment creation should be a priority national or regional level effort, and local level reintegration programmes should make all efforts to link to national economic policies.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 30, - "Heading1": "9. Economic reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex-combatants in many contexts have consistently identified an alternative livelihood and the ability to generate income as key factors to their successful reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4745, - "Score": 0.34641, - "Index": 4745, - "Paragraph": "Involving youth in any approach addressing socialization to violence and social reinte- gration is critical to programme success. Oftentimes, youth who were raised in the midst of conflict have become socialized to see violence and weapons as a means to gaining power, prestige and respect (see Module 5.20 on Youth and DDR and Module 5.30 on Children and DDR). If youth interventions are not designed and implemented during the post-conflict stage, DDR programmes risk neglecting a new generation of citizens raised and socialized to take part in a culture of violence.Youth also often tend to be far more vulnerable than adults to political manipulation and (re-) recruitment into armed forces and groups, as well as gangs in the post-conflict environment. Youth who participated in conflict often face considerable struggles to rein- tegrate into communities where they are frequently marginalized, offered few economic opportunities, or taken for mere children despite their wartime experiences. Civic engage- ment of youth has been shown to contribute to the social reintegration of at-risk youth and young ex-combatants.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 44, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "10.4.2. Youth engagement", - "Heading4": "", - "Sentence": "Civic engage- ment of youth has been shown to contribute to the social reintegration of at-risk youth and young ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4802, - "Score": 0.34641, - "Index": 4802, - "Paragraph": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim. Experience has shown that untreated wounded, ill and terminal ex-combatants constitute the most violent and dis- ruptive elements within any immediate post-conflict environment. Immediate health care assistance should therefore be provided during DDR from the very earliest stage.Planning for such assistance should include issues of sustainability by ensuring that ex-combatants are not a distinct target group for medical assistance, but receive care along with members of their communities of return/choice. Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues. Former combatants are likely to suffer a range of both short- and long- term health problems that can affect both their own reintegration prospects and receptor communities. In addition to basic medical screening and treatment for wounds and dis- eases, particular attention should be directed towards the needs of those with disabilities, those infected with HIV/AIDS, the chronically ill, and those experiencing psychosocial trauma and related illnesses. As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "", - "Heading4": "", - "Sentence": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4254, - "Score": 0.345033, - "Index": 4254, - "Paragraph": "Sustainable reintegration of former combatants and associated groups into their commu- nities of origin or choice is the ultimate objective of DDR. A reintegration programme is designed to address the many destabilizing factors that threaten ex-combatants\u2019 suc- cessful transition to peace, including: economic hardship, social exclusion, psychological and physical trauma, and political disenfranchisement. Failure to successfully reintegrate ex-combatants will undermine the achievements of disarmament and demobilization, furthering the risk of renewal of armed conflict.Reintegration of ex-combatants and associated groups is a long-term process that occurs at the individual, community, national, and at times even regional level, and has economic, social/psychosocial, political and security factors affecting its success. Post-conflict economies have often collapsed, posing significant challenges to creating sustainable livelihoods for former combatants and other conflict-affected groups. Social and psychological issues of identity, trust, and acceptance are crucial to ensure violence prevention and lasting peace. In addition, empowering ex-combatants to take part in the political life of their communities and state can bring forth a range of benefits, such as providing civilians with a voice to address any former or residual grievances in a socially constructive, non-violent manner. Without sustainable and comprehensive reintegration, former combatants may become further marginalized and vulnerable to re-recruitment or engagement in criminal or gang activities.A reintegration programme will attempt to facilitate the longer-term reintegration process by providing time-bound, targeted assistance. A reintegration programme cannot match the breadth, depth or duration of the reintegration process, nor of the long-term recovery and development process; therefore, careful analysis is required in order to design and implement a strategic and pragmatic reintegration programme that best bal- ances timing, sequencing and a mix of programme elements from among the resources available. A strong monitoring system is needed to continuously track if the approach taken is yielding the desired effect. A well-planned exit strategy, with an emphasis on capacity building and ownership by national and local actors who will be engaged in the reintegration process for much longer than the externally assisted reintegration pro- gramme, is therefore crucial from the beginning.A number of key contextual factors should be taken into account when planning and designing the reintegration strategy. These contextual factors include: (i) the nature of the conflict (i.e. ideology-driven, resource-driven, identity-driven, etc.) and duration as determined by a conflict and security analysis; (ii) the nature of the peace (i.e. military victory, principle party negotiation, third party mediation); (iii) the state of the economy (especially demand for skills and labour); (iv) the governance capacity and reach of the state (legitimacy and institutional capacity); and, (v) the character and cohesiveness of combatants and receiving communities (trust and social cohesiveness). These will be dis- cussed in greater detail throughout the module.There are also several risks and challenges that must be carefully assessed, moni- tored and managed in order to successfully implement a reintegration programme. One of the key challenges in designing and implementing DDR programmes is how to ful- fill the specific and essential needs of ex-combatants without turning them into a real or perceived privileged group within the community. The reintegration support for ex-com- batants should therefore be planned in such a manner as to avoid creating resentment and bitterness within wider communities or society or putting a strain on a community\u2019s limited resources. Accordingly, this module seeks to emphasize the importance and ben- efits of approaching reintegration programmes from a community-based perspective in order to more effectively execute programme activities and avoid possible tensions form- ing between ex-combatants and community members.In order to increase the effectiveness of reintegration programmes, it is also essential to recognize and identify their limitations and boundaries. Firstly, the trust of ex-com- batants in the political process is often heavily influenced by the nature of the peace settlement and the trust of the overall population in the process; DDR both influences and is influenced by political processes. Secondly, the presence of economic opportunities is critical. And thirdly, the governance capacity of the state, referring to its perceived legit- imacy and institutional capacity to govern and provide basic services, is essential to the successful implementation of a DDR programme. DDR is fundamentally social, economic and political in character and should be seen as part of a broader integrated approach to recovery, including security, governance, and political and developmental aspects. There- fore, programmes shall be based upon context analyses (see above on contextual factors) that are integrated, comprehensive and coordinated across the UN family with national and other international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Failure to successfully reintegrate ex-combatants will undermine the achievements of disarmament and demobilization, furthering the risk of renewal of armed conflict.Reintegration of ex-combatants and associated groups is a long-term process that occurs at the individual, community, national, and at times even regional level, and has economic, social/psychosocial, political and security factors affecting its success.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3791, - "Score": 0.338062, - "Index": 3791, - "Paragraph": "The survey should draw on a variety of research methods and sources in order to collate, compare and confirm information \u2014 e.g., desk research, collection of official quantitative data (including crime and health data related to firearms), and interviews with key informants such as national security and defence forces, community leaders, representatives of civilian groups (including women, youth and professionals) affected by armed violence, armed groups, foreign analysts and diplomats.The main component of the survey should be the perception survey (see above) \u2014 i.e., the administration of a questionnaire. A representative sample is to be determined by an expert according to the target population. The questionnaire should be developed and administered by a research team including male and female nationals, ensuring respect for ethical considerations and gender and cultural sensitivities. The questionnaire should not take more than 30 minutes to administer, and careful thought should be given as to how to frame the questions to ensure maximum impact (see Annex C of MOSAIC 5.10 for a list of sample questions).A survey can help the DDR component to identify interventions related to disarmament of combatants or ex-combatants, but also to CVR and other transitional programming.Among others, the weapons survey will help identify the following: \\n Communities particularly affected by weapons availability and armed violence. \\n Communities particularly affected by violence related to ex-combatants. \\n Communities ready to participate in CVR and the types of programming they would like to see developed. \\n Types of weapons and ammunition in circulation and in demand. \\n Trafficking routes and modus operandi of weapons trafficking. \\n Groups holding weapons and the profiles of combatants. \\n Cultural and monetary values of weapons. \\n Security concerns and other negative impacts linked to potential interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 36, - "Heading1": "Annex C: Weapons survey", - "Heading2": "Methodology", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Communities particularly affected by violence related to ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3946, - "Score": 0.338062, - "Index": 3946, - "Paragraph": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). When transitional WAM and rein- tegration support are linked as part of a DDR programme, ex-combatants will have already been disarmed and demobilized. In contexts where there is no DDR programme, combatants may leave armed groups during active conflict and return to their com- munities, taking their weapons and ammunition with them or hiding them in weap- ons caches. In both scenarios, ex-combatants may return to communities where levels of weapons and ammunition possession are high. It may therefore be necessary to coherently combine the transitional WAM measures listed in Table 1 with reintegration support as part of a single programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Transitional WAM and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4599, - "Score": 0.338062, - "Index": 4599, - "Paragraph": "Reintegration programme managers should regard the provision of life skills as a neces- sity, not a luxury, in reintegration programmes. Life skills include non-violent ways of resolving conflict at the workplace and in civilian life. Life skills also allow individuals to learn socially-acceptable behaviours to use in their personal and professional lives.This type of training requires an understanding of ever-shifting cultural and gen- der identities and roles and should complement the various other forms of educational and/or training services provided. Youth can benefit from acquisition of basic skills for managing a family and other domestic responsibilities. Economic, labour, education and political rights and responsibilities shall be communicated to ex-combatants, especially in countries undergoing major governance reform where it is essential to encourage the participation of ex-combatants in democratic structures and processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 34, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.1. Life skills", - "Heading4": "", - "Sentence": "Economic, labour, education and political rights and responsibilities shall be communicated to ex-combatants, especially in countries undergoing major governance reform where it is essential to encourage the participation of ex-combatants in democratic structures and processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4498, - "Score": 0.33541, - "Index": 4498, - "Paragraph": "Building a close partnership with the private sector is indispensable to creating oppor- tunities to absorb ex-combatants into a labour market. Job referral, training (especially apprenticeship, training voucher, and employment subsidy programmes) and employ- ment creation aspects of reintegration are often reliant on the private sector and existing businesses. Involvement of the private sector in the planning of reintegration programmes maximizes the relevance of reintegration assistance and can ensure that training activities support the skills required within the prevailing employment market.Private sector actors should be sensitized to DDR programme activities and con- sulted from the initial programme design stage so that the reintegration assistance can target actual needs in the labour market. A thorough understanding of the existing pri- vate sector and war economy is also necessary for reintegration planning. The following options can be considered to encourage private sector investment (see ILO Guidelines for the Socio-economic Reintegration of Ex-combatants, pp. 26-27): \\n Create incentives for private companies and employers\u2019 associations to help re-estab- lish small local units (e.g. sub-contracting) to supply services and provide employment. \\n Consider how short-term job creation for ex-combatants can be linked to the private sector. For example, provide private sector actors incentives in primary and second- ary infrastructure contracts, with contractual obligations to take on a fixed number of labourers and apprentices from ex-combatant groups. \\n Upgrade existing enterprises, transfer appropriate technology (especially to the urban informal economy), organize livelihoods and vocational training, and provide access to credit. \\n Stimulate public-private partnerships (PPPs) in areas most suitable to commu- nity reintegration (infrastructure, basic services) that promote social inclusion. \\n\\n Reintegration programmes can seek to facilitate linking the entities to make such partnerships possible.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 24, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.4. Private sector involvement", - "Heading4": "", - "Sentence": "The following options can be considered to encourage private sector investment (see ILO Guidelines for the Socio-economic Reintegration of Ex-combatants, pp.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4778, - "Score": 0.33541, - "Index": 4778, - "Paragraph": "At a minimum, the psychosocial component of DDR programmes should offer an initial screening of ex-combatants as well as regular basic counseling where needed. A screen- ing procedure can be carried out by trained local staff to identify ex-combatants who are in need of special assistance. Early screening will not only aid psychologically-affected ex-combatants, but it will makes it possible to establish which participants are unlikely to benefit from more standard reintegration options. Providing more specialized options for this group will save valuable resources, and even more importantly, it will spare par- ticipants from the frustrating experience of not being able to fully engage in trainings or make use of economic support in the way healthier participants might.Following the screening process, ex-combatants who show clear signs of mental ill- health should, at a minimum, receive continuous basic counseling. This counseling must take place on a regular basis and allow for continuous contact with the affected ex-com- batants. As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders. These disorders cannot be treated through basic counseling and should be referred to psychological experts. In field settings, using narra- tive exposure therapy may be an option.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 46, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.1. Screening for mental health", - "Sentence": "Early screening will not only aid psychologically-affected ex-combatants, but it will makes it possible to establish which participants are unlikely to benefit from more standard reintegration options.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4428, - "Score": 0.332182, - "Index": 4428, - "Paragraph": "As full profiling and registration of ex-combatants is typically conducting during disar- mament and demobilization, programme planners and managers should ensure that these activities are designed to support reintegration, and that information gathered through profiling forms the basis of reintegration assistance. For more information on profiling and registration during disarmament and demobilization, see Module 4.10 section 7 and Module 4.20 sections 6 and 8.Previous DDR programmes have often experienced a delay between registration and the delivery of assistance, which can lead to frustration among ex-combatants. To deal with this problem, DDR programmes should provide ex-combatants with a clear and realistic timetable of when they will receive reintegration assistance when they first register for DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 16, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.2. Full profiling and registration of ex-combatants", - "Heading4": "", - "Sentence": "As full profiling and registration of ex-combatants is typically conducting during disar- mament and demobilization, programme planners and managers should ensure that these activities are designed to support reintegration, and that information gathered through profiling forms the basis of reintegration assistance.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4660, - "Score": 0.325396, - "Index": 4660, - "Paragraph": "If the main way of funding the creation of micro enterprises is decided to be micro- grants, they should be provided to the ex-combatants only after they have drawn up a clear start-up business plan and should be paid in installments with diligent follow-up. As part of information and counseling services, reintegration programmes should ensure that relevant service providers are in place to advise ex-combatants on financial manage- ment. Installments should, when possible, be given in kind (equipment, supplies, training, etc.), avoiding large cash payments, which are difficult to monitor effectively. Training and technical assistance services are also essential to the success of start-ups, together with direct, on-the-ground supervision and monitoring by the reintegration programmeGrant schemes have often been used in reintegration programmes. However, where possible, it is important that reintegration programmes gradually shift aim from small grants to credit access. This shift is needed so as not to create dependencies on grant schemes and to support entrepreneurship. Involving female family members \u2013 such as wives of ex-combatants \u2013 in economic activities and access to credit may further help cre- ate successful outcomes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 38, - "Heading1": "9. Economic reintegration", - "Heading2": "9.4. Income generating opportunities", - "Heading3": "9.4.2. Micro-grants and access to credit", - "Heading4": "", - "Sentence": "As part of information and counseling services, reintegration programmes should ensure that relevant service providers are in place to advise ex-combatants on financial manage- ment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4350, - "Score": 0.316228, - "Index": 4350, - "Paragraph": "Area-based reintegration targets a specifically defined geographic territory containing conflict-affected communities where large clusters of ex-combatants have been identi- fied. It aims to reintegrate conflict-affected groups into the economic and social life of a community through economic projects, such as those that focus on rebuilding public infrastructure, in addition to social reintegration activities that promote reconciliation.The objective of these interventions is to optimize the use of locally-based resources (rural and/or urban) and the synergies arising among local businesses, civil society, busi- ness development service providers, investors, authorities, etc. Rather than focusing on specific target groups, area-based interventions make use of local resources and exter- nal investments in order to offer context-specific solutions to post-war economic recovery. When applying an area-based approach, reintegration planners shall consider all net- works and economic flows that affect (or could affect) the defined territory.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.2. Community-based reintegration (CBR)", - "Heading3": "6.2.3. Area-based interventions", - "Heading4": "", - "Sentence": "Area-based reintegration targets a specifically defined geographic territory containing conflict-affected communities where large clusters of ex-combatants have been identi- fied.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3561, - "Score": 0.316228, - "Index": 3561, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female dependants: Women and girls who are part of ex-combatants\u2019 households.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4513, - "Score": 0.316228, - "Index": 4513, - "Paragraph": "In the programme planning phase, attention must be paid to the inherent differences between urban and rural reintegration. Even though the majority of ex-combatants come from rural areas, experience has shown that they often prefer to be reintegrated in urban settings. This is likely due to a change in lifestyle during time with armed forces and groups, as well as an association of agricultural work with poorer living conditions. Another reason may be that rural reintegration packages are seen as less attractive than urban packages, the latter of which often include vocational training in more appealing professions.A key issue to consider when planning for reintegration is that urban areas generally involve more complex and demand-driven planning than rural areas. Depending on the context and in accordance with national recovery and development policies, it may be necessary to encourage ex-combatants and associated members to return to rural areas through the promotion of agricultural activities. Reintegration programmes should there- fore offer agriculture packages that include high quality farming tools and seeds, as well as financial means (or food) to cover the first pre-harvest period. For ex-combatants with limited or no previous knowledge of farming and/or with limited access to land, cooper- atives may be favorable.Careful attention should also be paid to the question of land acquisition since pro- gramme participants may have lost their access to land due to conflict. Terms must be negotiated that are profitable to both the landowner/community and the ex-combatants.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 25, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.5. Urban vs. rural reintegration planning", - "Heading4": "", - "Sentence": "Terms must be negotiated that are profitable to both the landowner/community and the ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4557, - "Score": 0.316228, - "Index": 4557, - "Paragraph": "Reintegration programmes\u2019 scope, commencement and timeframe are subject to funding availability, meaning implementation can frequently be delayed due to late or absent dis- bursement of funding. Previous reintegration programmes have faced serious funding problems, as outlined below. However, such examples can be readily used to inform and improve future reintegration initiatives.The move towards integration across the UN could help to solve some of these prob- lems. Resolution A/C.5/59/L.53 of the Fifth Committee of the UN General Assembly formally endorsed the financing of staffing and operational costs for disarmament and demobilization (including reinsertion activities), which allows the use of the assessed budget for DDR during peacekeeping activities. The resolution agreed that the demo- bilization process must provide \u201ctransitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools.\u201d However, committed funding for reintegration programming remains a key issue.Due to the challenges faced when mobilizing resources and funding, it is essential that DDR funding arrangements remain flexible. As past experience shows, strict alloca- tion of funds for specific DDR components (e.g. reintegration only) or expenditures (e.g. logistics and equipment) reinforces an artificial distinction between the different phases of DDR. Cooperation with projects and programmes or interventions by bilateral donors may work to fill this gap. For more information on funding and resource mobilization see Module 3.41 on Finance and Budgeting.Finally, ensuring the formulation of gender-responsive budgets and better tracking of spending and resource allocation on gender issues in DDR programmes would be an important accountability tool for the UN system internally, as well as for the host country and population.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 29, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.7. Resource mobilization", - "Heading4": "", - "Sentence": "reintegration only) or expenditures (e.g.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4736, - "Score": 0.316228, - "Index": 4736, - "Paragraph": "Although various forms of family structures exist in different cultural, political and social systems, reference is commonly made to two types of family: the nuclear family and the extended family. Nuclear families comprise the ex-combatant, his/her spouse, companion or permanent companion, dependent children and/or parents and siblings in those cases where the previously mentioned family members do not exist. Extended family includes a 4.60 social unit that contains the nuclear family together with blood relatives, often spanning three or more generations.Family members often need to be assisted to play the supporting, educating and nur- turing roles that will aid ex-combatants in their transitions from military to civilian life and in their reintegration into families and communities. This is especially important for elderly, chronically-ill, and ex-combatants with disabilities. Family members will need to understand the experiences that ex-combatants have gone through, such as socialization to violence and the use of drugs and other substances, in order to help them to overcome trauma and/or inappropriate habits acquired during the time they spent with armed forces and groups. In order to encourage their peaceful transition into civilian life, family members will also need to be particularly attentive to help prevent feelings of isolation, alienation and stigmatization.DDR planners should recognize the vital importance of family reunification and pro- mote its integration into DDR programmes and strategies to ensure protection of the unity of the family, where reunification proves appropriate. Depending on the context, nuclear and/or extended families should be assisted to play a positive supporting role in the social reintegration of ex-combatants and associated groups.DDR programmes should also create opportunities for family members of nuclear and/or extended families to understand and meet their social responsibilities related to the return of ex-combatant relatives. Nuclear and/or extended family members also need to understand the challenges involved in welcoming back ex-combatants and the need to deal with such return in a way that will allow for mutual respect, tolerance and coopera- tion within the family and within communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 43, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "10.4.1. Nuclear and extended families", - "Heading4": "", - "Sentence": "This is especially important for elderly, chronically-ill, and ex-combatants with disabilities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5331, - "Score": 0.316228, - "Index": 5331, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female dependants: Women and girls who are part of ex-combatants\u2019 households.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4756, - "Score": 0.307794, - "Index": 4756, - "Paragraph": "The lack of available land for resettlement has been a major obstacle to successful rein- tegration in several countries, particularly those with high demographic pressure. Land is of critical concern in all components of reintegration ranging from the political to the social and economic spheres (for more information see section 9.5.4. of this module). It is also very closely associated with the definition of one\u2019s identity, and can represent a diffi- cult issue for DDR programme participants in both rural and urban settings. The return of refugees and IDPs along with ex-combatants and associated groups is likely to heighten tensions over land, thereby calling for the need to address these issues early on.Disputes over land and access to natural resources are among the root causes of many conflicts and can prove instrumental in the deterioration of the security situation (see Module 6.30 on DDR and Natural Resource Management). DDR programme planners must take these underlying tensions into account when planning the return, resettlement and reintegration of ex-combatants, as they are often competing with other returnees for access to land. Conducting an early conflict analysis which includes information on his- torical and available dispute mechanisms will assist reintegration planners in identifying the impact, availability and effectiveness of land and property dispute mechanisms. These assessments will also allow DDR programmes to respond to these issues with support to wider initiatives addressing land and access to natural resources and to avoid doing more harm through their interventions.DDR reintegration programmes should seek to support the mediation of housing and land disputes at the local level whenever possible, through support to legal aid groups or other appropriate service providers. Such mechanisms can transform potential conflict scenarios into reconciliation opportunities (e.g. through involving both ex-combatants and community members in finding solutions through mediation and arbitration that are acceptable to all and in line with cultural norms, where appropriate). Women, youth, children and disabled ex-combatants are among the most vulnerable groups with regard to land exclusion and disfranchisement. This not only has direct con- sequences on their livelihoods but also on their social standing within their communities. DDR planners and managers must keep in mind that in rural areas, traditional laws are likely to be those most abided by the population. In these systems, women may not tradi- tionally have access to property rights, but rather to user rights through their husbands and families. Should they find themselves widowed, separated or single for any reason, their livelihoods may be threatened unless recourse to traditional/local authorities is made on their behalf (see also IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 45, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programme planners must take these underlying tensions into account when planning the return, resettlement and reintegration of ex-combatants, as they are often competing with other returnees for access to land.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5568, - "Score": 0.307794, - "Index": 5568, - "Paragraph": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization. It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme. Reinsertion assistance should be planned to pave the way for reintegration support and should consist of time-bound, basic benefits delivered for up to 12 months. In mission settings, reinsertion assistance may be funded from the UN peacekeeping operation\u2019s assessed budget.This kind of transitional assistance may be provided in a number of different ways, including: \\n Cash-based transfers; \\n Commodity vouchers; \\n In-kind support; and \\n Public works programmesCash-based transfers include cash; digital transfers, such as payments made to mobile phones (\u2018mobile money transfers\u2019); and value vouchers. Value vouchers \u2013 also known as gift cards or stamps \u2013 provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. Vouchers may also be commodity-based \u2013 i.e., tied to a predefined quantity of given commodities, for example, food (see IDDRS 5.50 on Food Assistance in DDR). Commodities may also be provided directly as in-kind support. In-kind support may take various forms, including food or \u2018reinsertion kits\u2019. The latter are often composed of materials linked to job training or future employment, such as fishing kits and agricultural tools. Finally, public works programmes create temporary opportunities for demobilized individuals to receive cash, vouchers or food/other commodities as part of a reinsertion package. In some cases, reinsertion support may also be provided in the form of vocational training and/or income-generating opportunities. For guidance on these latter two options, see IDDRS 4.30 on Reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3848, - "Score": 0.302372, - "Index": 3848, - "Paragraph": "DDR processes are increasingly launched in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such situations, communities and individuals may take their own security measures, including through increased weapons ownership. Some armed groups may also be characterized as community self-defence forces or \u2018vigilante groups\u2019.The ownership of weapons, ammunition and explosives by individuals and armed groups carries a number of risks. For example, if armed groups store incompatible types of ammunition together then it may lead to explosions and surrounding loss of life. Furthermore, inadequately secured weapons and ammunition can facilitate inter-personal armed violence, including sexual and gender-based violence, as well as theft and diversion to the illicit market.In order to contribute to a more secure environment that is conducive to long-term stability, development and reconciliation, DDR practitioners may consider the use of transitional WAM. Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure. In both contexts, a multifaceted approach is required that addresses both the root causes of armed violence and the means through which that violence is perpetrated.Transitional WAM may therefore also be used in combination with programmes of Community Violence Reduction, particularly when these programmes include for- mer combatants or individuals at-risk of recruitment by armed groups (see IDDRS 2.30 on Community Violence Reduction). Finally, transitional WAM may also be used in combination with activities that support the reintegration of former combatants and persons formerly associated with armed groups (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Finally, transitional WAM may also be used in combination with activities that support the reintegration of former combatants and persons formerly associated with armed groups (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4526, - "Score": 0.3, - "Index": 4526, - "Paragraph": "The return of ex-combatants to communities can create real or perceived security prob- lems. The DDR programme should therefore include a strong, long-term public information campaign to keep communities and ex-combatants informed of the reintegration strategy, timetable and resources available. Communication strategies can also integrate broader peace-building messages as part of support for reconciliation processes.Substantial opportunities exist for disseminating public information and sensitiza- tion around DDR programmes through creative use of media (film, radio, television) as well as through using central meeting places (such as market areas) to provide regular programme information and updates. Bringing film messages via portable screens and equipment to rural areas is also an effective way to disseminate messages about DDR and the peace process in general. Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants. Identifying \u2018areas at-risk\u2019 can also help managers and practitioners prioritize areas in which communication strategies should initially be focused.Particular communication strategies should be developed in receiving communities to provide information support services, including \u2018safe spaces\u2019 for reporting security threats related to sexual and gender-based violence (especially for women and girls). Like- wise, focus groups for women and girls who are being reintegrated into communities should assess socio-economic and security needs of those individual who may face stig- matization and exclusion during reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.3. Public information and sensitization", - "Heading4": "", - "Sentence": "The DDR programme should therefore include a strong, long-term public information campaign to keep communities and ex-combatants informed of the reintegration strategy, timetable and resources available.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4534, - "Score": 0.3, - "Index": 4534, - "Paragraph": "Information, counseling and referral services (ICRS) should serve as a repository of information concerning all the programmes, training and assistance available through government, international organizations and local organizations. These services should, where possible, build on strengthening existing national and local capacities to deliver reintegration assistance, for example through the Ministries of Labour, Health, Agriculture, Forestry, Fisheries and Aquaculture, Youth and Sports, Education and Planning. In coun- tries where government structures and services are weak or non-existent, the reintegration programme may consider temporary structures for targeting ex-combatants, if necessary.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 25, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.4. Information, counseling and referral services (ICRS)", - "Heading4": "", - "Sentence": "In coun- tries where government structures and services are weak or non-existent, the reintegration programme may consider temporary structures for targeting ex-combatants, if necessary.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4846, - "Score": 0.3, - "Index": 4846, - "Paragraph": "Effective political reintegration at the individual level involves empowering citizens by providing them with the knowledge and tools to voice their opinions, vote and take part in the government of their country without fear of intimidation, discrimination, retalia- tion or violence. Due to the nature and duration of a conflict, many ex-combatants and associated groups, particularly youth, may have little or no past experience in taking part in elections or joining a political party. In some cases, authoritative regimes or widespread conflict may have completely prevented the extension of one\u2019s civil and political rights.The right to vote and take part in the political life of one\u2019s country has become a funda- mental tenant in international law and democratic frameworks as outlined in several key human rights instruments, such as the International Covenant on Civil and Political Rights, the Universal Declaration of Human Rights, the African Charter on Human and Peoples\u2019 Rights, the American Declaration of the Right and Duties of Man and the Asian Human Rights Charter.Engaging individual ex-combatants in the political process has the dual advantage of pre-empting them from becoming spoilers to an electoral process while aiming to vest in them the desire and knowledge to exercise their civil rights. Building the capacities of ex-combatants and community members in the various areas of civic participation and democratic governance is found to be a critical step in enabling the political reintegration of national stakeholders.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 52, - "Heading1": "11. Political Reintegration", - "Heading2": "11.1. Types of political reintegration", - "Heading3": "11.1.2. Individual level political reintegration", - "Heading4": "", - "Sentence": "Building the capacities of ex-combatants and community members in the various areas of civic participation and democratic governance is found to be a critical step in enabling the political reintegration of national stakeholders.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4919, - "Score": 0.3, - "Index": 4919, - "Paragraph": "UN inter-agency policies, guidelines and frameworks \\n i. Policy for Post-conflict Employment Creation, Income Generation and Reintegration (2008) \\n ii. Operational Guidance Note for Post-conflict Employment Creation, Income Generation and Reintegration (2009) \\n iii. CWGER Guidance Note on Early Recovery (2008)UN agency policies, guidelines and frameworks \\n i. ILO Guidebook for Socio-Economic Reintegration of Ex-Combatants (2009) \\n ii. ILO Guidelines for Local Economic Recovery in Post-Conflict (2010) \\n iii. Policy Framework & Implementation Strategy - UNHCR\u2019s Role in Support of the Return & Reintegration of Displaced Populations \\n iv. UNICEF-ILO Technical Note on Economic Reintegration of Children Associated with Armed Forces and Groups (draft under production)", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 62, - "Heading1": "Annex B: UN policies, guidelines and frameworks relevant for reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "CWGER Guidance Note on Early Recovery (2008)UN agency policies, guidelines and frameworks \\n i. ILO Guidebook for Socio-Economic Reintegration of Ex-Combatants (2009) \\n ii.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4689, - "Score": 0.298142, - "Index": 4689, - "Paragraph": "Former combatants face a number of personal challenges during reintegration, including separation from social support networks inherent within armed groups and a subsequent sense of isolation, stigma, and rejection by communities of return and challenges related to renegotiating their societal and gender roles within the public and private spheres. Other challenges faced by ex-combatants include difficulty obtaining employment, psy- chosocial issues, including trauma-spectrum disorders, and physical health issues, such as living with a disability. These challenges may leave former combatants in particularly vulnerable social and/or mental health situations and at risk for developing \u201canti-so- cial\u201d behaviors such as drug and alcohol abuse or engaging in violence against others or themselves.Acceptance of ex-combatants within communities of return, and wider society, is a key indicator of successful reintegration. An ex-combatant who has economic oppor- tunities but who is socially isolated or excluded cannot be considered as successfully reintegrated. Experience has shown that social reintegration is not only as equally impor- tant as economic reintegration, but that it can also be a pre-condition and a catalyst for employment and economic security. Progress towards and the success of social reinte- gration can often be tracked through qualitative tools like focus groups or key informant interviews with communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 40, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These challenges may leave former combatants in particularly vulnerable social and/or mental health situations and at risk for developing \u201canti-so- cial\u201d behaviors such as drug and alcohol abuse or engaging in violence against others or themselves.Acceptance of ex-combatants within communities of return, and wider society, is a key indicator of successful reintegration.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4593, - "Score": 0.294086, - "Index": 4593, - "Paragraph": "Armed conflict interrupts skills development for many wage-earning and self-employ- ment activities and disrupts the typical institutions and social mechanisms through which people develop social skills. As a result, the immediate post-conflict period may be characterized by a skills and education crisis.Many ex-combatants have missed opportunities for basic and further education, and as a result are disadvantaged in the competition for jobs and other opportunities. Provision of adult literacy classes, adult education, and technical and vocational train- ing is important both to improve the skill sets of adult and young ex-combatants and to provide opportunities for reorientation and demilitarization. While functional literacy programmes may help ex-combatants find employment, utilizing educational training techniques, which are tailored for illiterate beneficiaries, may also be highly effective in teaching marketable skills.As far as possible, education and training for ex-combatants and those associated with armed forces and groups should be supplied as part of the wider provision of edu- cational services to the general population, and not in schools or colleges exclusively for them. Such inclusiveness will play an important facilitative role in the social reintegration of ex-combatants.Reintegration experts should also take into account the multiple skill sets and liveli- hoods possibilities that one individual may have so that training and livelihoods support can reflect the cross-sector realities of individuals\u2019 skills and training. This is especially true in contexts where there appears to be little or no capacity for employable skills; each individual will have some type of skill that she or he is capable of, and the DDR reintegra- tion programme should be designed to capitalize on this in the best way possible.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 33, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "Such inclusiveness will play an important facilitative role in the social reintegration of ex-combatants.Reintegration experts should also take into account the multiple skill sets and liveli- hoods possibilities that one individual may have so that training and livelihoods support can reflect the cross-sector realities of individuals\u2019 skills and training.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4278, - "Score": 0.282843, - "Index": 4278, - "Paragraph": "UN-supported reintegration strategies will include diverse people and communities with various needs. Non-discrimination and fair and equitable treatment of participants and beneficiaries are core principles of the UN approach to DDR. A \u2018people-centred\u2019 approach recognizes that differences exist among reintegration participants and beneficiaries \u2013 differences which include, but are not limited to sex, age, class, religion, and physical, intellectual or psycho-social capacities \u2013 all of which require targeted responses. Rein- tegration assistance shall therefore be based on thorough profiling of ex-combatants and assessments of the social, economic, political and cultural contexts into which they are reintegrating in order to support specific needs.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. People-centred", - "Heading3": "", - "Heading4": "", - "Sentence": "UN-supported reintegration strategies will include diverse people and communities with various needs.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4295, - "Score": 0.282843, - "Index": 4295, - "Paragraph": "The success of reintegration programmes depends on the combined efforts of individu- als, families and communities and therefore reintegration programmes shall be designed through an inclusive, participatory process that involves ex-combatants and communities, local and national authorities, and non-governmental actors in planning and deci- sion-making from the earliest stages. Buy-in to the reintegration process by key armed actors and military leaders shall be one of the first priorities of the DDR programme, and should be achieved in collaboration with national government and other key stakeholders in accordance with UN mandates. All parties to the conflict shall commit themselves to accepting an agreed framework, together with a timetable for carrying out activities.The primary responsibility for the successful outcome of DDR programmes rests with national authorities and local stakeholders. Reintegration programmes shall there- fore seek to develop the capacities of receiving communities, as well as local and national authorities. In contexts where national capacity is weak, it is important to ensure that international actors do not act as substitutes for national authorities in programme man- agement and implementation, but rather put forth all efforts to strengthen the national capacities needed to implement the long-term reintegration process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.4. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "The success of reintegration programmes depends on the combined efforts of individu- als, families and communities and therefore reintegration programmes shall be designed through an inclusive, participatory process that involves ex-combatants and communities, local and national authorities, and non-governmental actors in planning and deci- sion-making from the earliest stages.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4547, - "Score": 0.282843, - "Index": 4547, - "Paragraph": "Armed conflict often has devastating effects on educational development, employment and business development, health systems, legal institutions, etc. Qualified individuals have often fled, organizations have lost their capacity and resources, and the systems within which institutions function have been disrupted. Often reintegration programmes and development plans have no alternative but to work towards (re-) building the capacity of those individuals who have remained or returned.A primary role of all international assistance, and specifically UN assistance, is to support the development of national and local capacities. This capacity built as part of rein- tegration programmes will encourage ownership, commitment and successful delivery of services, as well as the long-term sustainability of reintegration processes. Reintegration assistance should include a component on developing the capacity of national actors including line ministries, training institutions and service providers through educa- tion and training in institution building, organizational and financial management, and technical and material assistance. Support should also be given to communities to set up local forums and consultative committees that form the basis of decision-making processes that define and shape the focus of local reintegration assistance, and provide community oversight and ownership. It is particularly important to synchronize the tim- ing of ex-combatants\u2019 reintegration with the period necessary to develop the capacity of local governments.Providing training in planning, management and social skills to reintegration service providers constitutes an important contribution, but capacity building must not be lim- ited to training. On-the-job learning and knowledge transfer is effective as well. In many cases it will prove necessary and beneficial for international staff in key positions to work directly with local counterparts in order to ensure transfer of competences in a timely manner. Since this method is not suitable for the long-term, institution-based and cross-in- stitutional assistance programmes can replace the assistance provided by internationals.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 28, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.6. Capacity development", - "Heading4": "", - "Sentence": "It is particularly important to synchronize the tim- ing of ex-combatants\u2019 reintegration with the period necessary to develop the capacity of local governments.Providing training in planning, management and social skills to reintegration service providers constitutes an important contribution, but capacity building must not be lim- ited to training.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4730, - "Score": 0.282843, - "Index": 4730, - "Paragraph": "Social support networks are key to ex-combatants\u2019 adjustment to a normal civilian life. In addition to family members, having persons to turn to who share one\u2019s background and experiences in times of need and uncertainty is a common feature of many successful adjustment programmes, ranging from Alcoholics Anonymous (AA) to widows support groups. Socially-constructive support networks, such as peer groups in addition to groups formed during vocational and life skills training, should therefore be encouraged and supported with information, training and guidance, where possible and appropriate.As previously stated, DDR practitioners should keep in mind that the creation of vet- erans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 43, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "", - "Heading4": "", - "Sentence": "Social support networks are key to ex-combatants\u2019 adjustment to a normal civilian life.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4601, - "Score": 0.279751, - "Index": 4601, - "Paragraph": "Ex-combatants often need to learn new skills in order to make a living in the civilian economy. Vocational education (formal school-based or informal apprenticeship) plays a vital role in successful reintegration, by increasing the chances of ex-combatants chances to effectively join the labour market. Training can also help break down military attitudes and behaviour, and develop values and norms based on peace and democracy. Vocational training activities should be based upon the outcomes of the opportunity mapping assess- ments and the profiles of the (ex-) combatants.Skills training does not by itself create employment. However, when it matches the real requirements of the labour market, it may enhance a person\u2019s employability and chances of finding a wage-paying job or of becoming self-employed. Training is therefore a natural component of any effective strategy for tackling poverty and social exclusion, as well as for empowering conflict-affected people to fend for themselves, to contribute to the reconstruction of their countries, and to be able to overcome some of the inequalities they suffered before the conflict and to enhance their human security.Typically, training has received inadequate attention in post-conflict contexts. Inertia and resistance often prove to be among the greatest challenges in relation to changing training systems. The focus on employability and more flexible training approaches in post-crisis contexts, however, constitutes an opportunity to revisit the relevance and the efficiency of the training supply systems in close relation to the real market demands. Providing training at later stages of reintegration is also advisable, since beneficiaries will have some experience after returning to their communities and may have a clearer idea of the types of training that they would most benefit from.Additionally, provisions for gender equity, to ensure that all participants can equally access the programme should be considered, including child care for female participants, their other duties (such as household activities which may prevent them from partici- pating at certain times of the day), as well as considerations for transportation. Training locations should be in close proximity to women\u2019s homes so it is more likely they can attend. Training activities can also include other essential components, such as reproduc- tive health and HIV information and care.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 34, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.2. Vocational training", - "Heading4": "", - "Sentence": "Vocational education (formal school-based or informal apprenticeship) plays a vital role in successful reintegration, by increasing the chances of ex-combatants chances to effectively join the labour market.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4879, - "Score": 0.276026, - "Index": 4879, - "Paragraph": "Many DDR programmes have failed in the past due to their narrow focus and short-term approach. To achieve sustainability and meet its goals to improve security, DDR must pave the way for post-conflict recovery and development to take root. Reintegration pro- grammes shall therefore be conceptualized, planned, designed and implemented as part of, or at least in very close cooperation with, wider recovery strategies. Linkages shall include, but not be limited to the areas of post-conflict rehabilitation, resettlement of dis- placed populations, reconciliation efforts, human rights promotion, transitional justice, improved governance and security sector reform. To achieve coherence, when design- ing reintegration programmes, UN practitioners should coordinate, and where possible, jointly plan programmes with actors working in these areas.In the case of reintegration, a number of UN agencies work in parallel to integrate various war-affected peoples including ex-combatants, returnees and IDPs, into the same labour market and communities. Information, such as number and profile of beneficiar- ies, therefore needs to be shared among UN agencies engaged in reintegration assistance. It should be the guiding principle from the earliest pre-mission assessment phase and continue throughout all stages of strategy development, programme planning and imple- mentation. The use of Memoranda of Understanding (MoU) between agencies intervening in the same sector or on the same issue has proven an efficient mechanism for coordination.DDR programme managers will need to ensure close coordination: \\n In the field, where coordination among UN entities, national counterparts, receiving communities, NGOs, donors, governmental aid organizations, and other implementing partners should be established at the earliest stages of mission planning; \\n At Headquarters, through integrated mission planning structures and processes (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures) to ensure that coordinated, coherent and consistent direction and support is provided to field operators; \\n Between the field and Headquarters, to ensure that lessons learned and policy devel- opment on DDR are built into field-level programming, particularly at the start of missions and DDR processes, as well as to ensure the participation of key stakehold- ers at the international level.Programme managers should also focus on building strong local, national and inter- national partnerships from the start. Partnerships are essential, both in direct, short-term programme implementation and in forming links to longer-term recovery, peace-build- ing, governance and development programmes.DDR managers should also ensure that relevant recovery and development frame- works are identified and guide their programmes, with specific attention to national recovery plans and poverty reduction strategy papers (PRSPs), the UN Development Assistance Framework (UNDAF), and the UN Policy for Post-Conflict Employment Crea- tion, Income Generation and Reintegration. This is vital to ensure that DDR programming is linked to peace-building, transition, recovery and reconstruction strategies and that it will facilitate the involvement of the various UN and other international agencies. While all efforts should be made to coordinate closely with other actors implementing related programmes, DDR programme managers should also clearly identify those objectives 3.10 that the reintegration programme can deal with directly, and those in which it can only contribute.Experience has shown that coordination is difficult to achieve, and that post-conflict governments often do not possess the organizational capacity to coordinate all of the pro- gram partners. This must be effectively communicated to donors so that they do not have unrealistic expectations on the ground for DDR programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 57, - "Heading1": "Endnotes", - "Heading2": "12. Linking reintegration to wider recovery and development", - "Heading3": "", - "Heading4": "", - "Sentence": "To achieve coherence, when design- ing reintegration programmes, UN practitioners should coordinate, and where possible, jointly plan programmes with actors working in these areas.In the case of reintegration, a number of UN agencies work in parallel to integrate various war-affected peoples including ex-combatants, returnees and IDPs, into the same labour market and communities.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4827, - "Score": 0.273861, - "Index": 4827, - "Paragraph": "Political reintegration is the involvement and participation of ex-combatants and people associated with armed forces and groups\u2014and the communities to which they return\u2014in post-conflict decision- and policy-making processes at the national, regional and commu- nity levels. Political reintegration activities include providing ex-combatants and other war-affected individuals with the support, training, technical assitance and knowledge to vote, form political parties and extend their civil and political rights as part of the overar- ching democratic and transitional processes in their communities and countries.It is important to differentiate between political reintegration and the political nature of DDR and other peace-building processes. Almost without exception, DDR processes are part of an overarching political strategy to induce armed actors to exchange violence for dialogue and compromise through power-sharing and electoral participation. In that it aims to reestablish the State as the sole authority over the use of violence, DDR is inherently part of the overall political strategy during peacemaking, peacekeeping and peace-building. While political reintegration is related to this strategy, its goals are far more specific, focusing on integrating programme participants into the political processes of their communities and countries at both the individual and group level.If properly executed, political reintegration will allow for the legitimate grievances and concerns of ex-combatants and former armed groups to be voiced in a socially-con- structive and peaceful manner that addresses root causes of conflict.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 50, - "Heading1": "11. Political Reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Political reintegration is the involvement and participation of ex-combatants and people associated with armed forces and groups\u2014and the communities to which they return\u2014in post-conflict decision- and policy-making processes at the national, regional and commu- nity levels.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4334, - "Score": 0.26968, - "Index": 4334, - "Paragraph": "In practice, individual reintegration has aimed to provide long-term assistance to each ex-combatant depending upon his/her specific needs, the nature of the environment of return (urban or rural), and the services available in these locations. Individual reintegra- tion has typically included targeted activities geared towards increasing ex-combatants\u2019 individual employability and enabling their access to productive assets and opportunities. In addition, activities and means that have aimed to facilitate social reintegration \u2013 such as access to land and water, livelihoods assets, life skills training, psychosocial assistance, and activities that stimulate community acceptance \u2013 have been included.The individual reintegration approach has included ongoing technical advice, train- ing and mentoring, and other support services for the individual ex-combatant. Proper and timely advice, adequate monitoring, and follow-up have aimed to keep each ex-combatant focused on his/her plan and to help him/her to adapt to the ever-changing post-con- flict environment. Furthermore, assistance has often been delivered through information, counseling and referral services (ICRS).While individual reintegration has historically been a leading approach in the reinte- gration of ex-combatants, lessons learned from DDR programmes around the world have shown that reintegration approaches that include elements of community and family participation and assistance, as well as enlarged targeting principles, have higher success rates. For more information, see section 6.2. on community-based reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 8, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.1. Individual reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Furthermore, assistance has often been delivered through information, counseling and referral services (ICRS).While individual reintegration has historically been a leading approach in the reinte- gration of ex-combatants, lessons learned from DDR programmes around the world have shown that reintegration approaches that include elements of community and family participation and assistance, as well as enlarged targeting principles, have higher success rates.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4709, - "Score": 0.268328, - "Index": 4709, - "Paragraph": "Reconciliation among all groups is perhaps the most fragile and significant process within a national peace-building strategy, and may include many parallel processes, such as transitional justice measures (i.e. reparations and truth commissions) (see Module 6.20 on DDR and Transitional Justice for more information).A key component of the reintegration is the process of reconciliation. Reconciliation should take place within war-affected communities if long-term security is to be firmly established. Ex-combatants, associated groups and their dependants are one of several groups, including refugees and the internally displaced, who are returning and reinte- grating into post-conflict communities. These groups, and the community itself, have each had different experiences of the conflict and may require different strategies and assis- tance to rebuild their lives and social networks.Reconciliation between ex-combatants and receiving communities is the backbone of the reintegration process. Any reconciliation initiative needs to make sure that the dignity and safety of victims, especially survivors of sexual and gender-based vio- lence, is respected. Furthermore, it must be remembered that conceptions of transitional justice and reconciliation differ in each context. DDR practitioners should therefore explore and consider cultural traditions and indigenous practices that may be effectively used to begin reconciliation processes. Ceremonies that involve a public confrontation between victim and perpetrator should be avoided as they can lead to further trauma and stigmatization.In addition to focused \u2018reconciliation activities\u2019, reintegration programmes should aim to mainstream and encourage reconciliation in all components of reintegration. To achieve this, DDR programmes should benefit the community as a whole and should offer specifically-designed assistance to other war-affected groups (see section 6.2. on commu- nity-based reintegration).Working together in mixed groups of returning combatants, IDPs, refugees, and com- munity members, especially on economically productive activities such as agricultural cooperatives, group micro credit schemes, and labour-intensive community infrastruc- ture rehabilitation, can reduce negative stereotypes and build trust. DDR programmes should also identify \u2013 together with other reintegration and recovery programmes \u2013 ways of supporting reconciliation, peacebuilding and reparation initiatives and mechanisms.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 41, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.2. Reconciliation", - "Heading3": "", - "Heading4": "", - "Sentence": "These groups, and the community itself, have each had different experiences of the conflict and may require different strategies and assis- tance to rebuild their lives and social networks.Reconciliation between ex-combatants and receiving communities is the backbone of the reintegration process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5520, - "Score": 0.263752, - "Index": 5520, - "Paragraph": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening. Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR). Medical screening facilities shall ensure privacy during physical check-ups. Those who require immediate medical attention of a kind that is not available at the demobilization site shall be taken to hospital. Others shall be treated in situ. Basic specialized attention in the areas of reproductive health and sexually transmitted infections, including voluntary testing and counselling for HIV/AIDS, shall be provided (see IDDRS 5.60 on HIV/AIDS). Reproductive health education and materials shall be provided to both men and women. Possible addictions (such as to drugs and/or alcohol) shall also be assessed and specific provisions provided for follow-up care. Psychosocial screening for mental health issues, including post-traumatic stress, shall be initiated at sites with available counselling support for initial consultation and referral to appropriate services. Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions. This can be done, for example, through an Information, Counselling and Referral System (see section 6.8).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 26, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.4 Health screening", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4441, - "Score": 0.263117, - "Index": 4441, - "Paragraph": "Community perception surveys include background information on socioeconomic and demographic data on all future direct beneficiaries of the reintegration programme including community expectations and perceptions of assistance provided to returning/ resettling ex-combatants. Community perception surveys collect useful data which can be used for qualitative indicators and to monitor changes in community perceptions of the reintegration process over time. DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 18, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.4. Community perception surveys", - "Heading4": "", - "Sentence": "Community perception surveys include background information on socioeconomic and demographic data on all future direct beneficiaries of the reintegration programme including community expectations and perceptions of assistance provided to returning/ resettling ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4979, - "Score": 0.263117, - "Index": 4979, - "Paragraph": "DDR is a process that requires the involvement of multiple actors, including the Government or legitimate authority and other signatories to a peace agreement (if one is in place); combatants and persons associated with armed forces and groups, their dependants, receiving communities and youth at risk of recruitment; and other regional, national and international stakeholders.Attitudes towards the DDR process may vary within and between these groups. Potential spoilers, such as those left out of the peace agreement or former commanders, may wish to sabotage DDR, while others will be adamant that it takes place. These differing attitudes will be at least partly determined by individuals\u2019 levels of knowledge of the DDR and broader peace process, their personal expectations and their motivations. In order to bring the many different stakeholders in a conflict or post-conflict country (and region) together in support of DDR, it is essential to ensure that they are aware of how DDR is meant to take place and that they do not have false expectations about what it can mean for them. Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process. PI/SC plays an important catalytic function in the DDR process, and the conceptualization of and preparation for the PI/SC strategy should start in a timely manner, in parallel with planning for the DDR process.The basic rule for an effective PI/SC strategy is to have clear overall objectives. DDR practitioners should, in close collaboration with PI/SC experts, support their national and local counterparts to define these objectives. These national counterparts may include, but are not limited to, Government; civil society organizations; media partners; and other entities with experience in community sensitization, community engagement, public relations and media relations. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to enter the programme. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so.DDR practitioners should keep in mind that PI/SC should be aimed at a much wider audience than those people who are directly involved in or affected by the DDR process within a particular context. PI/SC strategies can also play an essential role in building regional and international political support for DDR efforts and can help to mobilize resources for parts of the DDR process that are funded through voluntary donor contributions and are crucial for the success of reintegration programmes. PI/SC staff in both mission and non-mission settings should therefore be actively involved in the preparation, design and planning of any events in-country or elsewhere that can be used to highlight the objectives of the DDR process and raise awareness of DDR among relevant regional and international stakeholders. Additionally, PI can play an important role in encouraging a holistic view of the challenges of rebuilding a nation and can serve as a major tool in advocacy for gender equality and inclusiveness, which form part of DDR (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 5.10 on Women, Gender and DDR). The role of national authorities is also critical in public information. DDR must be nationally-led in order to build the foundation of long-term peace. Therefore, DDR practitioners should ensure that relevant messages are approved and transmitted by national authorities.Communication is rarely neutral. This means that DDR practitioners should consider how messages will be received as well as how they are to be delivered. Culture, custom, gender, and other contextual drivers shall form part of the PI/SC strategy design. Information, disinformation and misinformation are all hallmarks of the conflict settings in which DDR takes place. In times of crisis, information becomes a critical need for those affected, and individuals and communities can become vulnerable to misinformation and disinformation. Therefore, one objective of a DDR PI/SC strategy should be to provide information that can address this uncertainty and the fear, mistrust and possible violence that can arise from a lack of reliable information.Merely providing information to ex-combatants, persons formerly associated with armed forces and groups, dependants, victims, youth at risk of recruitment and conflict-affected communities will not in itself transform behaviour. It is therefore important to make a distinction between public information and strategic communication. Public information is reliable, accurate, objective and sincere. For example, if members of armed forces and groups are not provided with such information but, instead, with confusing, inaccurate and misleading information (or promises that cannot be fulfilled), then this will undermine their trust, willingness and ability to participate in DDR. Likewise, the information communicated to communities and other stakeholders about the DDR process must be factually correct. This information shall not, in any case, stigmatize or stereotype former members of armed forces and groups. Here it is particularly important to acknowledge that: (i) no ex-combatant or person formerly associated with an armed force or group should be assumed to have a natural inclination towards violence; (ii) studies have shown that most ex-combatants do not (want to) resort to violence once they have returned to their communities; but (iii) they have to live with preconceptions, distrust and fear of the local communities towards them, which further marginalizes them and makes their return to civilian life more difficult; and (iv) female ex-combatants and women associated with armed forces and groups (WAAFAG) and their children are often stigmatized, and may be survivors of conflict-related sexual violence and other grave rights violations.If public information relates to activities surrounding DDR, strategic communication, on the other hand, needs to be understood as activities that are undertaken in support of DDR objectives. Strategic communication explicitly involves persuading an identified audience to adopt a desired behaviour. In other words, whereas public information seeks to provide relevant and factually accurate information to a specific audience, strategic communication involves complex messaging that may evolve along with the DDR process and the broader strategic objectives of the national authorities or the UN. It is therefore important to systematically assess the impact of the communicated messages. In many cases, armed forces and groups themselves are engaged in similar activities based on their own objectives, perceptions and goals. Therefore, strategic communication is a means to provide alternative narratives in response to rumours and to debunk false information that may be circulating. In addition, strategic communication has the vital purpose of helping communities understand how the DDR process will involve them, for example, in programmes of community violence reduction (CVR) or in the reintegration of ex-combatants and persons formerly associated with armed forces and groups. Strategic communication can directly contribute to the promotion of both peacebuilding and social cohesion, increasing the prospects of peaceful coexistence between community members and returning former members of armed forces and groups. It can also provide alternative narratives about female returnees, mitigating stigma for women as well as the impact of the conflict on mental health for both DDR participants and beneficiaries in the community at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In addition, strategic communication has the vital purpose of helping communities understand how the DDR process will involve them, for example, in programmes of community violence reduction (CVR) or in the reintegration of ex-combatants and persons formerly associated with armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5247, - "Score": 0.260931, - "Index": 5247, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4400, - "Score": 0.258199, - "Index": 4400, - "Paragraph": "The nature of the conflict will determine the nature of the peace process, which in turn will influence the objectives and expected results of DDR and the type of reintegration approach that is required. Conflict and security analyses should be carried out and con- sulted in order to clarify the nature of the conflict and how it was resolved, and to identify the political, economic and social challenges facing a DDR programme. These analyses can provide critical information on the structure of armed groups during the conflict, how ex-combatants are perceived by their communities (e.g. as heroes who defended their communities or as perpetrators of violent acts who should be punished), and what ex-combatants\u2019 expectations will be following a peace agreement.A holistic analysis of conflict and security dynamics should inform the development of the objectives and strategies of the DDR programme. The following table suggests ques- tions for this analysis and assessment.For further information, please also refer to the UNDP Guide on Conflict-related Development Analysis (available online).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 12, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.3. Conflict and security analysis", - "Heading3": "", - "Heading4": "", - "Sentence": "These analyses can provide critical information on the structure of armed groups during the conflict, how ex-combatants are perceived by their communities (e.g.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5094, - "Score": 0.258199, - "Index": 5094, - "Paragraph": "It is very important to pay attention to the language used in reference to DDR. This includes messaging about the process of disarmament and the \u2018surrender\u2019 of weapons, as well as the terms and expressions used to speak about and to ex-combatants and persons formerly associated with armed forces and groups. It is necessary to acknowledge that they are not naturally violent; that they might have left a lot behind in terms of social standing, respect and income in their armed group; and that therefore their return to civilian life may come with great economic and social sacrifices. The self-perception of former members of armed forces and groups (e.g., as revolutionaries or liberty fighters) also needs be understood, taken into consideration and, in some cases, positively reinforced to ensure their buy-in to the DDR process. Taking these sensitives into account may sometimes include the need to reprofile the language used by Government and local or even international media. It is of vital importance, especially when it comes to the prospect of reintegration, that the discourse used to talk about ex- combatants and persons formerly associated with armed forces and groups is not pejorative and does not reinforce existing stereotypes or community fears.Communicating about former members of armed forces and groups is also important in contexts where transitional justice measures are underway. The strategic communication and public information elements of supporting transitional justice as part of a DDR process (including, truth telling, criminal prosecutions and other accountability measures, reparations, and guarantees of non- recurrence) should be carefully planned (see IDDRS 6.20 on DDR and Transitional Justice). PI/SC campaigns should be designed to complement transitional justice interventions, and to manage the expectations of DDR participants, beneficiaries and communities. When transitional justice measures are visibly and publically integrated into DDR processes, this may help to ensure that grievances are addressed and demonstrate that these grievances were heard and taken into account. The visibility of these measures, in turn, contribute to improving the the prospects of social cohesion and receptibility between ex-combatants and communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 11, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.2 Communicating about former members of armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The visibility of these measures, in turn, contribute to improving the the prospects of social cohesion and receptibility between ex-combatants and communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5544, - "Score": 0.258199, - "Index": 5544, - "Paragraph": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities. The logistical implications of providing transport must be taken into account. It will not be possible for all ex-combatants and persons formerly associated with armed forces and groups to be transported to their final destination. A mixture of transport to certain key locations and funding for onward transport may therefore be required. Cash for transport may be given as part of transitional reinsertion assistance (see section 7). Specific attention shall be paid to the safe transport of women and minorities to their final destination, recognizing the unique security threats they may face.If transport is provided in UN vehicles, authorizations from UN administration and waivers for passengers need to be signed. DDR practitioners should arrange pre-signed authorizations and waivers in order to avoid last-minute blockages and delays. Alternatively, private companies and/or other implementing partners may be subcontracted to provide transport.In cases where it is necessary to repatriate foreign ex-combatants and persons formerly associated with armed forces and groups, transportation arrangements will need to be adjusted to involve national authorities from these individuals\u2019 countries of origin as well as other sub-regional organizations and mechanisms (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.7 Transportation", - "Heading3": "", - "Heading4": "", - "Sentence": "It will not be possible for all ex-combatants and persons formerly associated with armed forces and groups to be transported to their final destination.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4576, - "Score": 0.257012, - "Index": 4576, - "Paragraph": "Recognizing that employment creation, income generation and reintegration are particu- larly challenging in post-conflict environments, in May 2008 the UN Secretary-General endorsed the UN Policy for Post-Conflict Employment Creation, Income Generation and Reinte- gration. The objective of the Policy is to scale up and maximize the impact, coherence and efficiency of employment and reintegration support provided to post-conflict countries by UN programmes, funds and specialized agencies.These tracks are: \\n Track A, focused on stabilizing income generation and creating emergency employ- ment and targeting specific conflict-affected individuals, including ex-combatants; \\n Track B, focused on local economic recovery (LER) for employment and reintegration, including in communities ex-combatants and displaced persons chose to return to; and \\n Track C, focused on sustainable employment creation and decent work.The implementation of the three programme tracks should start simultaneously dur- ing peace negotiations, with varying intensity and duration depending on the national/ local context. This implies that an enabling environment for employment creation needs to be actively promoted by reintegration programmes within the immediate aftermath of conflict. During the implementation of the Policy, specific attention should be given to conflict-affected groups, such as displaced people, returnees and ex-combatants, with particular focus on women and youth who are often marginalized during these processes. This module focuses on interventions that fall primarily under Track B programmes, whereas most reinsertion activities fall under Track A programmes. Track B is the most critical for reintegration as its success is dependent on the adoption of employment crea- tion and income generation strategies, mainly through local economic recovery. See ILO Guidelines on Local Economic Recovery in Post-Conflict (2010). This approach will allow the economy to absorb the numerous new entrants in the labour market and build the foun- dations for creating decent work.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 31, - "Heading1": "9. Economic reintegration", - "Heading2": "9.1. United Nations Policy for Post-Conflict Employment Creation, Income Generation and Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "The objective of the Policy is to scale up and maximize the impact, coherence and efficiency of employment and reintegration support provided to post-conflict countries by UN programmes, funds and specialized agencies.These tracks are: \\n Track A, focused on stabilizing income generation and creating emergency employ- ment and targeting specific conflict-affected individuals, including ex-combatants; \\n Track B, focused on local economic recovery (LER) for employment and reintegration, including in communities ex-combatants and displaced persons chose to return to; and \\n Track C, focused on sustainable employment creation and decent work.The implementation of the three programme tracks should start simultaneously dur- ing peace negotiations, with varying intensity and duration depending on the national/ local context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5036, - "Score": 0.253546, - "Index": 5036, - "Paragraph": "A PI/SC strategy should outline what the DDR process in the specific context consists of through public information activities and contribute to changing attitudes and behaviour through strategic communication interventions. There are four overall objectives of PI/SC: \\n To inform stakeholders about the DDR process (public information): This includes providing tailored key messages to various stakeholders, such as where to go, when to deposit weapons, who is eligible for DDR and what reintegration options are available. The result is that DDR participants, beneficiaries and other stakeholders are made fully aware of what the DDR process involves. This kind of messaging also serves the purpose of making communities understand how the DDR process will involve them. Most importantly, it serves to manage expectations, clearly defining what falls within and outside the scope of DDR. If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what. Given that, historically, women and girls have not always received the same information as male combatants, as they may be purposely hidden by male commanders or may have \u2018self-demobilized\u2019, it is essential that PI/SC strategies take into consideration the specific information channels required to reach them. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to participate. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so. In such sitatutions, strategic communications may be used to create the conditions for a successful DDR process. \\n To mitigate the negative impact of misinformation and disinformation (strategic communication): It is important to understand how conflict actors such as armed groups and other stakeholders respond, react to and/or provide alternative messages that are disseminated in support of the DDR process. In the volatile conflict and post-conflict contexts in which DDR takes place, those who profit(ed) from war or who believe their political objectives have not been met may not wish to see the DDR process succeed. They may have access to radio stations from which they can make broadcasts or may distribute pamphlets and other materials spreading \u2018hate\u2019 or messages that incite violence and undermine the UN and/or some of the (former) warring parties. These spoilers likely will have access to online platforms, such as blogs and social media, where they can easily reach and influence a large number of people. It is therefore critical that PI/SC extends beyond merely providing information to the public. A comprehensive PI/SC strategy shall be designed to identify and address sources of misinformation and disinformation and to develop tailored strategic communication interventions. Implementation should be iterative, whereby messages are deployed to provide alternative narratives for specific misinformation or disinformation that may hamper the implementation of a DDR process. \\n To sensitize members of armed forces and groups to the DDR process (strategic communication): Strategic communication interventions can be used to sensitize potential DDR participants. That is, beyond informing stakeholders, beneficiaries and participants about the details of the DDR process and beyond mitigating the negative impacts of misinformation and disinformation, strategic communication can be used to influence the decisions of individuals who are considering leaving their armed force or group including providing the necessary information to leave safely. The transformative objective of strategic communication interventions should be context specific and based on a concrete understanding of the political aspects of the conflict, the grievances of members of armed forces and groups, and an analysis of the potential motivations of individuals to join/leave warring parties. Strategic communication interventions may include messages targeting active combatants to encourage their participation in the DDR process, for example, stories and testimonials from ex-combatants and other positive DDR impact stories. They may also include communication campaigns aimed at preventing recruitment. The potential role of the national authorities should also be assessed through analysis and where possible, national authorities should lead the strategic communication. \\n To transform attitudes in communities so as to foster DDR (strategic communication): Reintegration and/or CVR programmes are often crucial elements of DDR processes (see IDDRS 2.30 on Community Violence Reduction and IDDRS 4.30 on Reintegration). Strategic communication interventions can help to create conditions that facilitate peacebuilding and social cohesion and encourage the peaceful return of former members of armed forces and groups to civilian life. Communities are not homogeneous entities, and individuals within a single community may have differing attitudes towards the return of former members of armed forces and groups. For example, those who have been hit hardest by the conflict may be more likely to have negative perceptions of returning combatants. Others may simply be happy to be reunited with family members. The DDR process may also be negatively perceived as rewarding combatants. When necessary, strategic communication can be used as a means to transform the perceptions of communities and to combat stigmatization, hate speech, marginalization and discrimination against former members of armed forces and groups. Women and girls are often stigmatized in receiving communities and PI/SC can play a pivotal role in creating a more supportive environment for them. PI/SC should also be utilized to promote non-violent behaviour, including engaging men and boys as allies in promoting positive masculine norms (see IDDRS 5.10 on Women, Gender and DDR). Finally, PI/SC should also be used to destigmatize the mental health impacts of conflict and raise awareness of psychosocial support services.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 7, - "Heading1": "5. Objectives of PI/SC in support of DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Strategic communication interventions may include messages targeting active combatants to encourage their participation in the DDR process, for example, stories and testimonials from ex-combatants and other positive DDR impact stories.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4640, - "Score": 0.248069, - "Index": 4640, - "Paragraph": "A national enabling environment for job creation and decent work is essential as con- sensus-building and policy development take time. Enabling policies and programmes therefore need to be initiated early and supported by DDR planners. The ILO Guidelines for the Socio-Economic Reintegration of Ex-Combatants identify the following key factors for creating such an environment at the policy level:3 \\n Strongly considering policy choices that ensure that infrastructure production and maintenance rely on local labour, local technical capacity and local materials to the greatest extent possible. \\n Supporting national policies for labour-intensive work that are especially suitable for employing large numbers of ex-combatants. \\n Reviewing and supporting national policies and legislation to create an enabling environment for private sector and small and medium enterprise (SME) development in rural and urban areas. This should include incentives for local companies to hire high-risk groups, often linked to reconstruction and rehabilitation. It should also consider the role of the private sector in supporting conflict-sensitive business devel- opment and in aiding in the transition from a war to peace economy. \\n Recognizing potential limitations within the post-conflict context when supporting particular national policies. \\n Identifying priority economic sectors with potential of rapid expansion and job creation.International assistance should be aligned with national priorities in building capac- ities to support and/or implement these policies. Early support and capacity-building within the NCDDR and line ministries relevant to reintegration should be aligned with an element of wider reintegration assistance and long-term recovery and development.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 37, - "Heading1": "9. Economic reintegration", - "Heading2": "9.4. Income generating opportunities", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Supporting national policies for labour-intensive work that are especially suitable for employing large numbers of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5372, - "Score": 0.248069, - "Index": 5372, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "\\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5660, - "Score": 0.248069, - "Index": 5660, - "Paragraph": "As explained above, cash, vouchers and in-kind support can be provided as part of a public works programme or as stand-alone reinsertion support. DDR practitioners should choose whether to use one of these transfer modalities (e.g., cash), or a mix of cash, vouchers and/or in-kind support. At a minimum, the choice of a particular modality or combination of modalities should be based on: \\n The preference of recipients; \\n The ability of markets to supply goods at an appropriate price and quality; \\n The access of DDR participants to local markets; \\n The predicted effectiveness of different transfers in meeting the desired outcome; \\n The timeliness in which transitional reinsertion assistance can be delivered; \\n Time to delivery; \\n The potential negative impacts of different types of transfers; \\n The potential benefits of different types of transfers; \\n The comparative efficiency and cost of different types of transfers; \\n The risks associated with different types of transfers; \\n The protection risks related to gender; \\n The capacity of different organizations to deliver transfers; \\n The availability of reliable delivery mechanisms; and \\n Potential links to social protection programming.When an appropriate transfer modality has been decided upon, DDR practitioners shall also consider whether reinsertion assistance should be given as one-off support or paid in instalments. One preferred approach is payment by instalments that decrease over time, thereby reducing dependency and clearly establishing that assistance is strictly time limited.DDR practitioners shall also consider whether all demobilized individuals should be provided with the same amount of assistance or whether different amounts should be given to different individuals on the basis of pre-defined criteria such as rank, number of dependants, length of service, reintegration location (urban or rural) and/or level of disability. If differentiating criteria are adopted, they should be transparent, clearly communicated and based on needs identified through careful profiling (see section 6.3).Finally, a non-corruptible identification system must be established during demobilization that will allow former combatants to receive their reinsertion assistance. The payment list needs to be complete and accurate, former combatants should be registered and provided with a non-transferable photographic ID, and benefits should be tracked through a DDR database or case management system. For information on registration and identity documents, see sections 6.2 and 6.6; for information on case management, see section 6.8.As much as possible, the value of reinsertion assistance should be similar to the standard of living of the rest of the population and be in line with assistance provided to other conflict-affected populations such as refugees or internally displaced persons. This is to avoid the perception that ex- combatants and persons formerly associated with armed forces and groups are receiving special treatment. It is also to avoid creating a disincentive to find employment.Irrespective of the type of transfer modality selected, the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers.For guidance on cash, voucher and in-kind assistance to children, as well as the participation of children in public works programmes, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 34, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.4 Determining transfer modality", - "Heading3": "", - "Heading4": "", - "Sentence": "This is to avoid the perception that ex- combatants and persons formerly associated with armed forces and groups are receiving special treatment.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4342, - "Score": 0.244949, - "Index": 4342, - "Paragraph": "Dual targeting \u2013 providing reintegration assistance that simultaneously targets individ- ual ex-combatants and members of their communities of return or choice \u2013 can create a \u201cwin-win\u201d situation, contributing to the achievement of economic and social goals for both individual participants and community beneficiaries. Such assistance typically targets 50% ex-combatants and 50% conflict-affected community members, though pro- portions may vary depending on the context. This approach promotes greater inclusion in the reintegration process and can prove to be a useful way to manage risks and improve community security.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 9, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.2. Community-based reintegration (CBR)", - "Heading3": "6.2.1. Dual targeting", - "Heading4": "", - "Sentence": "Dual targeting \u2013 providing reintegration assistance that simultaneously targets individ- ual ex-combatants and members of their communities of return or choice \u2013 can create a \u201cwin-win\u201d situation, contributing to the achievement of economic and social goals for both individual participants and community beneficiaries.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4452, - "Score": 0.241209, - "Index": 4452, - "Paragraph": "The post-conflict economic environment can be extremely complex and difficult as armed conflicts invariably damage or destroy human and economic capital, transform social relationships and trust, weaken production and trade systems, and distort the labour mar- ket. In this challenging environment, it is essential that DDR programmes avoid creating unrealistic expectations among stakeholders, especially programme participants and ben- eficiaries. By conducting reintegration opportunity mappings, programme managers will have a clearer understanding of the actual economic opportunities and assets available to those being reintegrated and be better equipped to provide ex-combatants with clear information as to what the reintegration programme will involve.DDR programme planners should prioritize the development of a countrywide sys- tematic mapping that builds upon the PCNA and other assessments conducted by relevant organizations to identify existing and potential employment opportunities. The analysis should include the functioning of: i) markets (labour, capital, goods and services, etc.); ii) input factors (land, energy resources, infrastructure, technology and information, etc.); and iii) supporting factors (institutional capacity in formal and informal economies, finan- cial markets, etc.). It should also capture potential financial service providers or training institutions available to support self-employment opportunities. Successful collaboration with development agencies and their monitoring activities is essential to this process.Opportunity mappings will also assess access to land and other natural resources, education and training possibilities, micro credit services (in contexts where they exist) and other employment and business development services (i.e. technical advisory, information and counseling services). The survey should include other development pro- grammes (both existing and planned) within the national recovery effort, as well as those of international and national development organizations.Attention shall be paid to different groups during opportunity mapping so that the employment, education and training needs and opportunities, as well as other resource needs of women and men, youth, children, and persons with disabilities, are well-un- derstood (also see Module 5.10 on Women, Gender and DDR, Module 5.20 on Youth and DDR, and Module 5.30 on Children and DDR). Social support services, such as support for people living with HIV/AIDS, trauma and drug abuse counseling, and/or disability rehabilitation services, should also be identified.This mapping should take place as early as possible (ideally beginning 9-12 months before the disarmament and demobilization phases begin) to ensure that training and social support programmes are ready when ex-combatants need them. They should reflect local and international laws and standards on gender- and age-appropriate labour, as well as changes in gender roles that may have occurred during conflict.On the basis of these assessments, the DDR programme can select training provid- ers, assess costs and capacity support needs, and develop context-specific programmes designed to meet the needs of diverse programme participants and beneficiaries.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 19, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.5. Reintegration opportunity mapping", - "Heading4": "", - "Sentence": "By conducting reintegration opportunity mappings, programme managers will have a clearer understanding of the actual economic opportunities and assets available to those being reintegrated and be better equipped to provide ex-combatants with clear information as to what the reintegration programme will involve.DDR programme planners should prioritize the development of a countrywide sys- tematic mapping that builds upon the PCNA and other assessments conducted by relevant organizations to identify existing and potential employment opportunities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4478, - "Score": 0.239046, - "Index": 4478, - "Paragraph": "Lack of local ownership or agency on the part of ex-combatants and receptor communities has contributed to failures in past DDR operations. The participation of a broad range of stakeholders in the development of a DDR strategy is therefore essential to its success. Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.1. Participatory, inclusive and transparent planning", - "Heading4": "", - "Sentence": "Lack of local ownership or agency on the part of ex-combatants and receptor communities has contributed to failures in past DDR operations.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5614, - "Score": 0.239046, - "Index": 5614, - "Paragraph": "Value and/or commodity vouchers may be used together with or instead of cash. Several factors may prompt this choice, including donor constraints, security concerns surrounding the transportation of large amounts of cash, market weakness and/or a desire to ensure that a particular type of good or commodity is purchased by the recipients.2 Vouchers may be more effective than cash if the objective is not just to transfer income to a household, but to meet a particular goal. For example, if the goal is to improve nutrition, then a commodity voucher may be linked to a specific type of food (see IDDRS 5.50 on Food Assistance in DDR). In some cases, vouchers may also be linked to specific services, such as health care, as part of the reinsertion package. Vouchers can be designed to help ex-combatants and persons formerly associated with armed forces and groups meet their familial responsibilities. For example, vouchers can be designed so that they are redeemable at schools and shops and can be used to cover school fees or to purchase books or uniforms. Voucher systems generally require more planning and preparation than the distribution of cash, including agreements with traders so that vouchers can be exchanged easily. Setting up such a system may be challenging if local trade is mainly informal.Although giving value vouchers or cash may be preferable when local prices are declining, recipients are protected from price increases when they receive commodity vouchers or in-kind support. Many past DDR programmes have provided in-kind support through the provision of reinsertion kits, which often include clothing, eating utensils, sanitary napkins for women, diapers, hygiene materials, basic household goods, seeds and tools. While such kits may be useful if certain items are not easily available on the local market, if not well tailored to the local job market demobilized individuals may simply resell these kits at a lower market value in order to receive the cash that is required to meet more pressing and specific needs. In countries with limited infrastructure, the delivery of in-kind support may be very challenging, particularly during the rainy season. Delays may lead to unrest among demobilized individuals waiting for benefits. Ex-combatants and persons formerly associated with armed forces and groups may also allege that the kits are overpriced and that the items they contain could have been sourced more cheaply from elsewhere if they were instead given cash.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 32, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.2 Vouchers and in-kind support", - "Heading3": "", - "Heading4": "", - "Sentence": "Vouchers can be designed to help ex-combatants and persons formerly associated with armed forces and groups meet their familial responsibilities.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4910, - "Score": 0.237171, - "Index": 4910, - "Paragraph": "Apprenticeship: Refers to any system by which an employer undertakes by contract to employ a young person and to train him or have him trained systematically for a trade for a period of which the duration has been fixed in advance and in the course of which the apprentice is bound to work in the employer\u2019s service. (ILO Apprenticeship Recommendation no. 60, 1939).Business development services: Services that improve the performance of the enterprise, its access to markets, and its ability to compete. The definition of \u201cbusiness development services\u201d includes a wide array of business services, both strategic and operational. Busi- ness development services are designed to serve individual businesses, as opposed to larger business community. (Business Development Services for Small Enterprises: Guiding Principles for Donor Intervention, 2001).Cooperatives: Autonomous association of persons united voluntarily to meet common economic, social and cultural needs and aspirations through a jointly owned and dem- ocratically controlled enterprise. A cooperative is essentially a vehicle for self-help and mutual aid. Many cooperatives throughout the world have a commitment to a distinctive statement of identity formulated by the International Cooperative Alliance (ICA). (Interna- tional Labour Conference, Recommendation 193, Recommendation Concerning the Promotion of Cooperatives,Section 1 Paragraph 2, 2002).Decent work: Involves opportunities for work that is productive and delivers a fair income provide s security in the workplace and social protection for workers and their families; offers better prospects for personal development and encourages social integration; gives people the freedom to express their concerns, to organize and to participate in decisions that affect their lives; and guarantees equal opportunities and equal treatment for all. (United Nations System Chief Executives Board for Coordination (CEB) Toolkit for Main- streaming Employment and Decent Work, 2007).Employment: The employed comprise all persons about a specified age who during the reference period were either (i) at work or (ii) with a job or enterprise but not at work (i.e.) persons temporarily absent from work). Persons at work are defined as persons who during the reference period performed work for a wage or a salary, or for profit or family gain, in cash or in kind, for at least an hour. (The Thirteenth International Conference of Labour Statisticians, 1982).Minimum working age: The Minimum Age Convention defines a range of minimum ages below which no child should be allowed to work and stipulates that: (a) the mini- mum age for employment should normally not be less than 15 years , but exemptions can be made for developing countries which may fix it at 14; (b) the minimum age for permit- ting light work should be not less than 13 years, but developing countries may fix it at 12; c) the minimum age for admission to hazardous work should not be less than 18 years, but under strict conditions may be permitted at 16. (ILO Minimum Age Convention 138, 1973).Sustainable livelihoods approach: Approach that tries to ensure that households can cope with and recover from stresses and shocks, and maintain and improve their capabil- ities and assets now and in the future. (IDDRS, 2006).Vocational (career) guidance: The OECD Career Guidance Policy Review defines it as \u201cser- vices and activities intended to assist individuals, of any age and at any point throughout their lives, to make educational, training and occupational choices and to manage their careers.\u201d This definition includes making information about the labour market and about educational and employment opportunities more accessible by organizing it, systematizing it and having it available when and where people need it. It also includes assisting people to reflect on their aspirations, interests, competencies, personal attributes, qualifications and abilities and to match these with available training and employment opportunities. The term career guidance is replacing the term vocational guidance in high-income coun- tries. Vocational guidance is focused upon the choice of occupation and is distinguished from educational guidance, which focuses upon choices of courses of study. Career guid- ance brings the two together and stresses the interaction between learning and work. (Career Guidance \u2013 A Resource Handbook for Low- and Middle-Income Countries, 2006).Vocational training: The expression vocational training means any form of training by means of which technical or trade knowledge can be acquired or developed, whether the training is given at school or at the place of work. (ILO Recommendation 57, 1939) Training is not an end in itself, but a means of developing a person\u2019s occupational capacities, due account being taken of the employment opportunities, and of enabling him to use his abilities to the greatest advantage of himself and of the community; it should be designed to develop personality, particularly where young persons are concerned. (ILO Recommen- dation 117, 1962) For the purpose of this Recommendation, the qualification of the terms guidance and training by the term vocational means that guidance and training are directed to identify and developing human.Socialization to violence: In the case of combatants and associated groups, this sociali- zation or conditioning process involves the development of violent behaviours that are, or that appear to be, essential for effective participation in the armed force or armed group, or more broadly essential for basic survival in an environment rife with armed violence. During armed conflict, many combatants witness and become victims of violence and severe abuse themselves and may enter into the early recovery period with significant psychosocial support needs. Systematic data on patterns of violence among ex-combatants is still fragmentary, but evidence from many post-conflict contexts suggests that ex-com- batants who have been socialized to use violence often continue these patterns into the peacebuilding period. (UNDP Report, Blame It on the War? The Gender Dimensions of Vio- lence in DDR, 2012).Culture of violence: When socialization to violence reaches a level where it has become an integral part of a particular society and of individuals\u2019 collective response mechanisms.Behaviour change communication (BCC): An interactive process with communities (as integrated with an overall program) to develop tailored messages and approaches using a variety of communication channels (such as drama, music, radio, media, print, etc) to develop positive behaviours; promote and sustain individual, community and societal behaviour change; and maintain appropriate/non-violent behaviours and interactions between individuals and groups.Behaviour change interventions (BCI): A combination of activities/interventions tailored to the needs of a specific group and developed with that group to help reduce violence by creating an enabling environment for individual and collective change.Caregiving: A kind of interaction of a person with the world around him/her, including objects, plants, animals and particularly other human beings. This also includes self-care. In many cultures this \u2018caring\u2019 relationship or attitude can be defined as a \u201cfemale\u201d attrib- ute or characteristic, and from whose domain men, from an early age, are encouraged to exclude themselves.Interim stabilization measures: Stabilization measures that may be used to keep former combatants\u2019 cohesiveness intact within a military or civilian structure for a time-bound period of time, creating space and buying time for a political dialogue and the formation of an environment conducive to social and economic reintegration. Such measures range from military integration to the formation of transitional security forces, to the establish- ment of civilian service corps, among other such arrangements \u2018holding patterns\u2019.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 59, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Systematic data on patterns of violence among ex-combatants is still fragmentary, but evidence from many post-conflict contexts suggests that ex-com- batants who have been socialized to use violence often continue these patterns into the peacebuilding period.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3490, - "Score": 0.23094, - "Index": 3490, - "Paragraph": "A DDR integrated assessment should start as early as possible in the peace negotiation process and the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). This assessment should contribute to determining whether disarmament or any transitional arms control initiatives are desirable or feasible in the current context, and the potential positive and negative impacts of any such activities.The collection of information is an ongoing process that requires sufficient resources to ensure that assessments are updated throughout the lifecycle of a DDR programme. Information management systems and data protection measures should be employed from the start by DDR practitioners with support from the UN mission or lead UN agency(ies) Information Technology (IT) unit. The collection of data relating to weapons and those who carry them is a sensitive undertaking and can present significant risks to DDR practitioners and their sources. United Nations security guidelines should be followed at all times, particularly with regards to protecting sources by maintaining their anonymity.Integrated assessments should include information related to the political and security context and the main drivers of armed conflict. In addition, in order to design evidence-based, age-specific and gender-sensitive disarmament operations, the integrated assessment should include: \\n An analysis of the memberships of armed forces and groups (number, origin, age, sex, etc.) and their arsenals (estimates of the number and the type of weapons, ammunition and explosives); \\n An analysis of the patterns of weapons possession among men, women, girls, boys, and youth; \\n A mapping of the locations and access routes to materiel and potential caches (to the extent possible); \\n An understanding of the power imbalances and disparities in weapons possession between communities; \\n An analysis of the use of weapons in the commission of serious human rights violations or abuses and grave breaches of international humanitarian law, as well as crime, including organized crime; \\n An understanding of cultural and gendered attitudes towards weapons and the value of arms and ammunition locally; \\n The identification of sources of illicit weapons and ammunition and possible trafficking routes; \\n Lessons learnt from any past disarmament or weapons collections initiatives; \\n An understanding of the willingness of and incentives for armed forces and groups to participate in DDR. \\n An assessment of the presence of armed groups not involved in DDR and the possible impact these groups can have on the DDR process.Methods to gather data, including desk research, telephone interviews and face-to-face meetings, should be adapted to the resources available, as well as to the security and political context. Information should be centralized and managed by a dedicated focal point.BOX 1: HOW TO COLLECT INFORMATION \\n Use information already available (previous UN reports, publications by specialized research centres, etc.). Research has often already been undertaken in conflict-affected States, particularly if a country has previously implemented a DDR programme. \\n Engage with national authorities. Talk to their experts and obtain available data (e.g., previous SALW survey data, DDR data, national registers of weapons, and records of thefts/looting from storage facilities). \\n Ensure that all data collected on individuals is sex and age disaggregated. \\n If ceasefires have been implemented, warring parties may have provided a declaration of forces for the purpose of monitoring the ceasefire. Such declarations typically include information related to the disengagement and movement of troops and weapons. \\n Obtain data from seizures of weapons or discoveries of caches that provide insight into which armed forces and groups possess which materiel, as well as its origins and the context in which the seizures take place. \\n If the DDR programme is to be implemented with the support of a UN peace operation, organize regular meetings to compare observations and information with other UN agencies collecting data on security issues and armed forces and groups, as well as with other relevant international organizations and diplomatic representations. \\n Develop a network of key informants, including by meeting with ex-combatants and with male and female representatives and members of armed forces and groups. This should be done in line with the policy of the UN mission on engaging with armed forces and groups, if any, and in line with the UN\u2019s guidance on the modalities of engagement with armed forces and groups (see Annex B). \\n Meet with community leaders, women\u2019s organizations, youth groups, human rights organizations and other civil society groups. \\n Search for information and images on social media (e.g., monitor Facebook pages of armed groups and national defence forces).Once sufficient, reliable information has been gathered, collaborative plans can be drawn up by the National DDR Commission and the UN DDR component in mission settings or the National DDR Commission and lead UN agency(ies) in non-mission settings outlining the intended locations and site requirements for disarmament operations, the logistics and staffing required to carry out disarmament, and a timetable for operations.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 8, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.1 Integrated assessment", - "Heading4": "", - "Sentence": "\\n Develop a network of key informants, including by meeting with ex-combatants and with male and female representatives and members of armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4795, - "Score": 0.23094, - "Index": 4795, - "Paragraph": "To adequately assess the existing capacities of local/regional support systems, an inven- tory and analysis of existing gaps is a first priority. Such an inventory should help to identify the existing local means used to address social and psychosocial issues, poten- tial partners, and the need to create or strengthen a network of practitioners. Next, the capacity of the existing social/psychosocial support structures as well as new ones (where needed), can be built to provide adequate services. A standard team consisting of trauma counselors (locally trained lay practitioners), may serve as a first-level of service providers in terms of trauma-related counseling as well as treatment of psycho-somatic condi- tions. They could also serve as mediators in cases of social adversity (e.g. family violence, extreme poverty, abuse and neglect of children). For the set-up of the treatment it has to be ensured that it is culturally acceptable (i.e. cultural acceptable gender and age match of trauma counselor and client).Sensitization and public awareness programmes on mental health and related psycho-social issues should also be developed and informed by the work of the commu- nity-based local staff. The focus of such programms should be sensitizing the community to the symptoms experienced by those who suffer from mental illness and impairment of associated functioning. This will involve strong efforts to de-stigmatize the conditions faced by psychologically-affected individuals. They should also provide information on access to care.Ideally, specialized treatment to address mental health should be offered to both civil- ians and ex-combatants in a community-based structure. Every DDR programme within a post-conflict setting is confronted with the challenge of reintegrating ex-combatants into a society which is itself recovering from trauma. Offering psychosocial care in a commu- nity-based structure for both former ex-combatants and civilians will foster reconciliation and make it possible for both groups to learn about each other\u2019s experiences during the war. In this way, psychosocial care does not only support the individual to heal, but can foster the restoration of the social fabric. Thus, a DDR programme may refer mentally-ill ex-combatants who cannot be treated through basic counseling to a common health ser- vice structure.Most importantly, all interventions have to be carried out within a framework of implementation research, including micro-level analysis. It will be important to con- duct impact evaluations on effectiveness and efficiency of trauma treatment, functioning recovery pre- and post-treatment in selected individuals, impact on social cohesion in the community, recovery of occupational functioning, socio-economic indicators, impact on readiness for reconciliation, etc,., on a continuing basis. Without such evaluations, there is the risk that ineffective and sometimes even harmful programmes are extended to regional services. Parallel to these evaluations, a measure of supervision (by master counselor, clinical practitioners) and peer sharing has to be set in motion between community, district practitioners and researchers at national level.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 47, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.2. Community-based stepped-care system", - "Sentence": "Every DDR programme within a post-conflict setting is confronted with the challenge of reintegrating ex-combatants into a society which is itself recovering from trauma.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4836, - "Score": 0.23094, - "Index": 4836, - "Paragraph": "Aiding former armed forces and groups and ex-combatants to form political parties and peaceful civilian movements is essential to ensuring that grievances and visions for soci- ety continue to be expressed in a non-violent manner in the post-conflict period. Group level political reintegration is most evidently seen in transformations of armed groups into political parties that seek to enter or re-enter the political arena as a way to advance their claims and perspectives.While a successful transformation from armed group to political party can yield a plethora of benefits for citizens and the overall democratization process, new political parties in post-conflict societies often lack the capacity, structural organization, resources, political knowledge and legitimacy necessary to successfully compete in the political arena. Moreover, individual ex-combatants and armed groups often face a number of uncertainties concerning how they will fare in the post-conflict period. Without proper guidance and careful monitoring, emerging political parties can likely face failure or even do more harm than good.Given such complexities, when planning and designing political reintegration interventions, DDR practitioners must consider the following key factors influencing the viability and outcome of group level political transformations of armed forces and groups: \\n Nature of the peace (e.g. negotiated peace agreement, military victory, etc.); \\n Post-conflict security situation; \\n Motivation(s) of armed group (keeping in mind that such motivations can change over time); \\n Degree of popular support and perceived legitimacy; \\n Degree of political experience and capacity; \\n Leadership capacities; \\n Organizational structure; \\n Resources, funding and technical support; \\n Criminal prosecutions and transitional justice measures.Notably, group level political reintegration processes largely depend on both the country context and form of the peace settlement established. In the case of a negotiated peace agreement, for instance, political reintegration typically involves the transforma- tion of armed groups (both political and military wings) into political parties, usually in tandem with a mix of DDR processes linked to larger SSR efforts. Political reintegration in cases of military victory, however, involve a different set of considerations that are less-de- fined and require further research and experiential understanding at this point in time. In cases where political reintegration is part and parcel of a CPA, explicit programming in DDR is more evident.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 51, - "Heading1": "11. Political Reintegration", - "Heading2": "11.1. Types of political reintegration", - "Heading3": "11.1.1. Group level political reintegration", - "Heading4": "", - "Sentence": "Moreover, individual ex-combatants and armed groups often face a number of uncertainties concerning how they will fare in the post-conflict period.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4993, - "Score": 0.23094, - "Index": 4993, - "Paragraph": "PI/SC messages shall take into consideration the needs and interests of women and girls, who play a central role in peacebuilding at the community level. Female ex-combatants and other WAAFAG must be informed about their eligibility for DDR and any special programmes for them, which may require specific strategies and approaches. PI/SC messages shall also encourage the participation of women and girls in the DDR process. DDR practitioners shall strive to ensure that key messages, communications material and information campaigns are gender responsive, taking into account the need for tailored messaging that addresses the specific needs of women, men, boys and girls. They shall also leverage opportunities to support gender-transformative norms and women\u2019s empowerment. Specific attention should be paid to developing gender-responsive information strategies that can play an important role in the reintegration and return of women by mitigating their stigmatization and contributing to community sensitization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Female ex-combatants and other WAAFAG must be informed about their eligibility for DDR and any special programmes for them, which may require specific strategies and approaches.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5506, - "Score": 0.223607, - "Index": 5506, - "Paragraph": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females. Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation. Profiling should include an emphasis on better understanding the reasons why these individuals joined armed forces or groups, aspirations for reintegration, what is needed for a given individual to become a productive citizen, education and technical/professional skill levels and major gaps, heath-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reinsertion and reintegration support. A standardized questionnaire collecting quantitative and qualitative information from ex-combatants and persons formerly associated with armed forces and groups shall be developed. This questionnaire can be supported by qualitative profiling, such as assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics). DDR practitioners should be aware that profiling may lead to raised expectations, especially if ex- combatants and persons formerly associated with armed forces and groups interpret questions about what they want to do in civilian life as promises of future support. DDR practitioners should therefore clearly explain the purpose of the profiling survey (i.e., to better tailor subsequent support) and inform participants of the limitations of future support. A sample profiling questionnaire can be found in Annex D.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.3 Profiling", - "Heading3": "", - "Heading4": "", - "Sentence": "A standardized questionnaire collecting quantitative and qualitative information from ex-combatants and persons formerly associated with armed forces and groups shall be developed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5629, - "Score": 0.223607, - "Index": 5629, - "Paragraph": "The work that is conducted as part of a public works programme is labour intensive and aims to build or rehabilitate public/community assets and infrastructure that are vital for sustaining the livelihoods of a community and create immediate job opportunities for former members of armed forces and groups and members of the community. Examples are the rehabilitation and maintenance of roads, improving drainage, water supplies and sanitation, demining, or environmental work including the planting of trees.In return for their participation in a public works programme, demobilized individuals and community members receive income in the form of cash, vouchers or in-kind assistance (food or other commodities) and on-the-job training. Public works programmes may be favoured over cash, vouchers or in-kind transfers alone, because the creation or rehabilitation of community assets may provide communities with better protection against future negative shocks, such as rising food prices or drought. In addition, by maintaining ex-combatant support networks for a short period of time, this approach may soften the otherwise abrupt transition from military to civilian life. It ensures that incomes are maintained as demobilized individuals are re-entering their communities. Furthermore, by enabling former members of armed forces and groups to contribute to the rebuilding of their communities, public works programmes provide training opportunities and may encourage reconciliation and community acceptance of demobilized individuals, and may ease the reintegration process.Public works programmes must be preceded by needs and feasibility assessments. The willingness of civilians, ex-combatants and persons formerly associated with armed forces and groups to undertake this kind of work must also be assessed. Public works programmes should only be implemented when markets are functioning (although this is not necessary for food for work programmes); when cash for work activities will not interfere with already-existing livelihood practices; and when the assets and infrastructure to be built or rehabilitated will meet the basic needs of the target population, be useful to the community and can be maintained. Additional key questions for determining the appropriateness of public works programmes include: \\n Is there sufficient useful work available? \\n Is the security situation conducive to public works programmes? \\n What are the risks for demobilized participants? \\n Would public works programmes disrupt traditional community practices that value unpaid collective work for the community? \\n Are both men and women interested in participating in public works programmes? Are there any specific cultural considerations? \\n What is the attitude of the community towards paid labour? \\n Will public works programmes compete with local labour and disrupt seasonal activities? \\n Do work activities vary by season? \\n Do demobilized participants require training and/or equipment to conduct the work?Salaries for participation in public works programmes shall consider what is required in order to meet the basic needs of ex-combatants and persons formerly associated with armed forces and groups. The minimum wage in the programme location shall also be taken into account, together with the total number of days of work to be completed and the benefits being offered by other providers. If demobilized participants assume different tasks \u2013 e.g., some manage small teams \u2013 then differential wage criteria should be considered, corresponding to level of responsibility. DDR practitioners shall also decide whether wages are to be time based (a daily or weekly wage) or output based (tied to the accomplishment of a particular task). Time-based wages require close monitoring to ensure that individuals complete a pre-defined number of hours of work. Output-based wages can help to avoid a situation in which workers deliberately prolong the programme. Wage levels shall be regularly reviewed and shall not be so high as to distort the local economy, for example, by causing a steep increase in local prices.When planning public works programmes, DDR practitioners shall carefully assess the barriers to participation for demobilized individuals who are unable to engage in labour-intensive work because they are elderly, are disabled or suffer from chronic illnesses. In these cases, additional alternative assistance measures, such as the direct provision of cash transfers, vouchers or in-kind support should be considered. DDR practitioners shall also identify obstacles that prevent the participation of women formerly associated with armed forces and groups. For example, in contexts where employment is in short supply and labour-intensive jobs are usually reserved for men, it may be difficult for women to gain access to public works programmes. It may also be difficult for women to take on additional work, particularly if they are already managing households and childcare responsibilities. Measures should be taken to address these obstacles, such as providing flexible work schedules and childcare facilities close to public works sites. While women should be encouraged to participate in public works programmes, if they choose, direct cash transfers, vouchers and in-kind support may be considered instead.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 33, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.3 Public works programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "The willingness of civilians, ex-combatants and persons formerly associated with armed forces and groups to undertake this kind of work must also be assessed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3524, - "Score": 0.217643, - "Index": 3524, - "Paragraph": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups. Staff should be conscious not only of the risks associated with handling weapons, ammunition and explosives, but also of the risks of unpredictable behaviour as a result of the significant levels of stress that disarmament activities can generate among combatants and other stakeholders. \\n Avoid supporting weapons buy-back: UN supported DDR programmes shall avoid attaching monetary value to weapons as a means of encouraging their surrender by members of armed forces and groups. Weapons buy-back programmes within and outside DDR have proven to be inefficient and even counter-productive as they tend to fuel national and regional arms flows, which in the end can jeopardize the achievement of disarmament objectives in a DDR programme. Buy-back programmes can also have unintended societal consequences such as economically rewarding combatants and exacerbating existing gender inequalities \\n Disarmament of foreign combatants: Disarmament operations may also need to consider armed foreign combatants. Foreign combatants may be disarmed in the host country or at the border of the country of origin to which they will be returning. DDR programmes should plan for disarmament of foreign combatants within or outside repatriation agreements between the country of origin and the host country (see IDDRS 5.40 on Cross-Border Population Movements). \\n Terrorism and violent extremism threats: DDR programmes are increasingly being conducted in contexts affected by terrorism. Disarmament operations in these contexts require the highest security safeguards and robust on-site WAM expertise to maximize the safety of all involved. DDR practitioners should be aware of the requirements imposed on States by UN Security Council resolutions 2370 (2017) and 2482 (2019) and Council\u2019s 2015 Madrid Guiding Principles and its 2018 Addendum, in terms of, inter alia, ensuring that appropriate legal actions are taken against those who knowingly engage in providing terrorists with weapons.4 \\n Lack of sustainability: Disarmament operations shall not start unless the sustainability of funding and resources is guaranteed. Previous attempts to carry out disarmament operations with insufficient assets and funds have resulted in unconstructive, partial disarmament, a return to armed conflict, and the failure of the entire DDR process. The reconfiguring and closing of UN missions is another crucial moment that should be planned in advance. Such transitions often require handing over responsibility to national authorities or to the United Nations Country Team (UNCT). It is important to ensure these entities have the mandate and capacity to complete the DDR programme even after the withdrawal of UN mission resources.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "5.3.1 Operational risks", - "Heading4": "", - "Sentence": "Buy-back programmes can also have unintended societal consequences such as economically rewarding combatants and exacerbating existing gender inequalities \\n Disarmament of foreign combatants: Disarmament operations may also need to consider armed foreign combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3314, - "Score": 0.21693, - "Index": 3314, - "Paragraph": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme. Disarmament typically involves the collection, documentation (registration), identification, storage, and disposal (including destruction) of conventional arms and ammunition (see IDDRS 4.10 on Disarmament). Depending on the methods agreed in peace agreements and plans for future national security forces, weapons and ammunition will either be destroyed or safely and securely managed. Military components can therefore assist in performing the following disarmament-related tasks, which should include a gender-perspective in their planning and execution: \\n Monitoring the separation of forces. \\n Monitoring troop withdrawal from agreed-upon areas. \\n Manning reception centres. \\n Undertaking identification and physical checks of weapons. \\n Collection, registration and identification of weapons, ammunition and explosives. \\n Registration of male and female ex-combatants and associated groups.Not all military units possess the requisite capabilities to support the disarmament component of a DDR programme. Early and comprehensive planning should identify whether this is a requirement, and units/capabilities should be generated accordingly. For example, the collection of unused landmines may constitute a component of disarmament and requires military explosive ordnance disposal (EOD) units. The destruction and disposal of ammunition and explosives is also a highly specialized process and shall only be conducted by specially trained EOD military personnel in coordination with the DDR component of the mission. When the military is receiving weapons, it is important that both male and female soldiers participate in the process, particularly if it is necessary to search former combatants and persons formerly associated with armed forces and groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.2 Disarmament", - "Heading4": "", - "Sentence": "\\n Registration of male and female ex-combatants and associated groups.Not all military units possess the requisite capabilities to support the disarmament component of a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4516, - "Score": 0.21693, - "Index": 4516, - "Paragraph": "Reintegration programmes are often only able to cover the conflict transition and early recovery periods as the timeframes of externally-supported programmes is limited. Reintegration processes, however, take much longer and become in large part \u2013 if not entirely \u2013 the responsibility of national actors. Due to this timeframe, the reintegration process is inherently linked to long-term recovery and development processes. Many aspects and outcomes of the reintegration programme, therefore, need to be transferred and sustained beyond the lifespan of the DDR operation to support national counterparts in the immense task at hand. To ensure this smooth transition, reintegration programme managers shall clearly define the exit strategy during the planning stage, focusing on the transition between reintegration and broader SSR, violence prevention, wider recovery, peace building and development processes.A capacity development component at the end of the reintegration programme should be planned for from the earliest stage to assure a smooth programme transition and to ensure that the responsibility for reintegration consistently rests with national institutions and government ministries.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 25, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.1. Reintegration strategy and exit strategy", - "Heading4": "", - "Sentence": "Reintegration programmes are often only able to cover the conflict transition and early recovery periods as the timeframes of externally-supported programmes is limited.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5141, - "Score": 0.21693, - "Index": 5141, - "Paragraph": "The following stakeholders are often the primary audience of a DDR process: \\n The political leadership: This may include the signatories of ceasefires and peace accords, when they are in place. Political leaderships may or may not represent the military branches of their organizations. \\n The military leadership of armed forces and groups: These leaders may have motivations and interests that differ from the political leaderships of these entities. Likewise, within these military leaderships, mid-level commanders may hold their own views concerning the DDR process. DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life. \\n Rank-and-file of armed forces and groups: It is important to make the distinction between military leaderships, military commanders, mid-level commanders and their rank-and-file, because their motivations and interests may differ. Testimonials from the successfully demobilized and reintegrated rank-and-file have proven to be effective in informing their peers. Ex-combatants and persons formerly associated with armed forces and groups can play an important role in amplifying messages aimed at demonstrating life after war. \\n Women associated with armed groups and forces in non-combat roles: It is important to cater to the information needs of WAAFAG, especially those who have been abducted. Communities, particularly women\u2019s groups, should also be informed about how to further assist women who manage to leave an armed force or group of their own accord. \\n Children associated with armed forces and groups: Individuals in this group need child-friendly, age- and gender-sensitive information to help reassure and safely remove those who are illegally held by an armed force or group. Communities, local authorities and police should also be informed about how to assist children who have exited or been released from armed groups, as well as about protocols to ensure the protection of children and their prompt handover to child protection services. \\n Ex-combatants and persons formerly associated with armed forces and groups with disabilities: Information and sensitization to opportunities to access and participate in DDR should reach this group. Families and communities should also be informed on how to support the reintegration of persons with disabilities. \\n Youth at risk of recruitment: In countries affected by conflict, youth are both a force for positive change and, at the same time, a group that may be vulnerable to being drawn into renewed violence. When PI/SC strategies focus only on children and mature adults, the specific needs and experiences of youth are missed. \\n Local authorities and receiving communities: Enabling the smooth reintegration of DDR participants into their communities is vital to the success of DDR. Communities and their leaders also have an important role to play in other local-level DDR activities, such as CVR programmes and transitional WAM as well as community-based reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 Primary audience (participants and beneficiaries)", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex-combatants and persons formerly associated with armed forces and groups can play an important role in amplifying messages aimed at demonstrating life after war.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4283, - "Score": 0.214834, - "Index": 4283, - "Paragraph": "To respond to contextual changes and remain relevant, reintegration programmes should be designed in such a way that allows for maximum adaptability. While the reintegration programme design will be based on initial assessments, it is important to remember that many contextual factors will change significantly during the course of the programme, such as the wishes and ambitions of ex-combatants, the labour market, the capacity of service providers, the capacity of the different government bodies, in addition to the agen- das of political parties and leaders in power. Furthermore, new or broader recovery plans may be designed during the timeframe of the DDR programme, for which reintegration programmes should be linked.Additionally, flexibility is required on the issue of targeting principles. While in the beginning of the programme exclusive targeted approaches might be appropriate, flexibil- ity to enlarge the target group within the scope of the programme should be considered and may also be part of the programme exit strategy. This means that the total number of combatants might be known at the beginning of a programme, but not necessarily the total number of beneficiaries or people assisted. Furthermore, flexibility of the types of reintegration assistance offered should be applied within the national programme. Fixed packages of individual assistance shall therefore be avoided.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Flexible", - "Heading3": "", - "Heading4": "", - "Sentence": "While the reintegration programme design will be based on initial assessments, it is important to remember that many contextual factors will change significantly during the course of the programme, such as the wishes and ambitions of ex-combatants, the labour market, the capacity of service providers, the capacity of the different government bodies, in addition to the agen- das of political parties and leaders in power.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4363, - "Score": 0.205196, - "Index": 4363, - "Paragraph": "The risks posed by enduring command structures should also be taken into account dur- ing reintegration planning and may require specific action. A stated aim of demobilization is the breakdown of armed groups\u2019 command structures. However, experience has shown this is difficult to achieve, quantify, qualify or monitor. Over time hierarchical structures erode, but informal networks and associations based upon loyalties and shared experi- ences may remain long into the post-conflict period.In order to break command structures and prevent mid-level commanders from becoming spoilers in DDR, programmes may have to devise specific assistance strategies that better correspond to the profiles and needs of mid-level commanders. Such support may include preparation for nominations/vetting for public appointments, redundancy payments based on years of service, and guidance on investment options, expanding a family business and creating employment, etc. Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process. Extreme caution should be exercised when requested to support the creation and maintenance of veterans\u2019 associations. Although these associations may arise spontane- ously as representation and self-help groups due to the fact that members face similar challenges, have affinities and have common pasts, prolonged affiliation may perpetu- ate the retention of \u201cex-combatant\u201d identities, preventing ex-combatants from effectively transitioning from military to their new civilian identities and roles.The overriding principle for supporting transformed command structures is that the associations that arise permit individual freedom of choice (i.e. joining is not required or coerced). In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.3. Focus on command structures", - "Heading3": "", - "Heading4": "", - "Sentence": "In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5117, - "Score": 0.205196, - "Index": 5117, - "Paragraph": "Measures must be developed that, in addition to addressing misinformation and disinformation, challenge hate speech and attempt to mitigate its potential impacts on the DDR process. If left unchecked, hate speech and incitement to hatred in the media can lead to atrocities and genocide. In line with the United Nations Strategy and Plan of Action on Hate Speech, there must be intentional efforts to address the root causes and drivers of hate speech and to enable effective responses to the impact of hate speech.Hate speech is any kind of communication in speech, writing, or behaviour that attacks or uses pejorative or discriminatory language with reference to a person or a group on the basis of who they are, in other words, based on their religion, ethnicity, nationality, race, colour, descent, gender or other identifying factor. Hate speech aims to exclude, dehumanize and often legitimize the extinction of \u201cthe Other\u201d. It is supported by stereotypes, enemy images, attributions of blame for national misery and xenophobic discourse, all of which aim to strip the imagined Other of all humanity. This kind of communication often successfully incites violence. Preventing and challenging hate speech is vital to the DDR process and sustainable peace.Depending on the nature of the conflict, former members of armed forces and groups and their dependants may be the targets of hate speech. In some contexts, those who leave armed groups may be perceived, by some segments of the population, as traitors to the cause. They or their families may be targeted by hate speech, rumours, and other means of incitement to violence against them. As part of the planning for a DDR process in contexts where hate speech is occurring, DDR practitioners shall make all necessary efforts to include counter-narratives in the PI/SC strategy. These measures may include the following: \\n Counter hate speech by using accurate and reliable information. \\n Include peaceful counter-narratives in education and communication skills training related to the DDR process (e.g., as part of training provided during reintegration support). \\n Incorporate media and information literacy skills to recognize and critically evaluate hate speech when engaging with communities. \\n Include specific language on hate speech in DDR policy documents and/or related legislation. \\n Include narratives, stories, and other material that rehumanize ex-combatants and persons formerly associated with armed forces and groups in strategic communication interventions in support of DDR processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.4 Hate speech and developing counter-narratives", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Include narratives, stories, and other material that rehumanize ex-combatants and persons formerly associated with armed forces and groups in strategic communication interventions in support of DDR processes.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8718, - "Score": 0.476731, - "Index": 8718, - "Paragraph": "CBTs can be paid in cash, in the form of value vouchers, or by bank or digital-money transfers (for example, through mobile phones). They can be one-off or paid in instalments and used instead of or alongside in-kind food assistance.There are many different benefits associated with the provision of food assistance in the form of cash. For example, not only can the recipients of cash determine and meet their individual consumption and nutritional needs more efficiently, the ability to do so is a fundamental step towards empowerment, as it helps restore a sense of normalcy and dignity in the lives of recipients. Cash can also be an efficient way to deliver support because it entails lower transaction and logistical costs than in-kind food assistance, particularly in terms of transportation and storage. The provision of cash may also have beneficial knock-on effects for local markets and trade. It also helps to avoid a scenario in which the recipients of in-kind food assistance simply resell the commodities they receive at a loss in value.Cash will be of little utility in places where the food items that people require are unavailable on the local market. However, the oft-cited concern that cash is often misused, and used to purchase alcohol and drugs, is, in the most part, not borne out by the evidence. Any potential misuse can also be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract could outline how the money is supposed to be spent, and would require follow-up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education can also help to reduce the risk that cash is misused, and basic nutrition education can help to ensure that families are aware of the importance of feeding nutritious foods, especially to young children who rely on caregivers to be fed.Providing cash is sometimes seen as generating security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is particularly true for cash payments that are distributed at regular times at publicly known locations. Digital payments, such as over-the-counter and mobile money payments, may help to circumvent this problem by offering new and discrete opportunities to distribute CBTs. For example, recipients may cash out small amounts of their payment as and when it is needed to buy food, directly transfer money to a bank account, or store money on their mobile wallet over the long- term.Preliminary evidence indicates that distributing cash for food through mobile money transfers has a positive impact on dietary diversity, in part because recipients spend less time traveling to and waiting for their transfer. In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone, or at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there is mobile network coverage and where there are accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored in order to ensure that they adhere to previously agreed upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy other goods in the agent\u2019s store. Adequate sensitization campaigns targeting both recipients and agents should be an integral part of the programme design. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.Irrespective of the type of CBT selected, the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers. It is important that the delivery mechanism chosen permits women to access their entitlement safely and confidently, without being exposed to the risks of private service providers abusing their power over recipients and encountering difficulties in the redemption of their entitlement because of numerical or financial illiteracy. A help desk and complaint mechanism should also be set-up, and these should include specific referral pathways for women. When food assistance is provided through CBTs, humanitarian agencies often work closely with service providers from the private sector (financial service providers, traders, etc.). Where this is the case, all necessary service procurement procedures shall be followed to ensure timely set-up of the operation. Clear Standard Operating Procedures (SOPs) shall be put in place to ensure that all stakeholders have the same understanding of their roles and responsibilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 21, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.7 Cash-based transfers", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7152, - "Score": 0.40452, - "Index": 7152, - "Paragraph": "Peer education training (including behaviour-change communication strategies) should be initiated during the reinsertion and reintegration phases or, if started during cantonment, continued during the subsequent phases. Based on the feedback from the programmes to improve community capacity, training sessions should be extended to include both DDR participants and communities, in particular local NGOs.During peer education programmes, it may be possible to identify among DDR parti- cipants those who have the necessary skills and personal profile to provide ongoing HIV/ AIDS programmes in the communities and become \u2018change agents\u2019. Planning and funding for vocational training should consider including such HIV/AIDS educators in broader initiatives within national HIV/AIDS strategies and the public health sector. It cannot be assumed, however, that all those trained will be sufficiently equipped to become peer edu- cators. Trainees should be individually evaluated and supported with refresher courses in order to maintain levels of knowledge and tackle any problems that may arise.During the selection of participants for peer education training, it is important to con- sider the different profiles of DDR participants and the different phases of the programme. For example, women associated with fighting forces would probably be demobilized before combatants and peer education programmes need to target them and NGOs working with women specifically. In addition, before using DDR participants as community HIV/AIDS workers, it is essential to identify whether they may be feared within the community because of the nature of the conflict in which they participated. If ex-combatants are highly respected in their communities this can strengthen reintegration and acceptance of HIV- sensitization activities. Conversely, if involving them in HIV/AIDS training could increase stigma, and therefore undermine reintegration efforts, they should not be involved in peer education at the community level. Focus group discussions and local capacity-enhancement programmes that are started before reintegration begins should include an assessment of the community\u2019s receptiveness. An understanding of the community\u2019s views on the subject will help in the selection of people to train as peer educators.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.2. Peer education programme", - "Heading3": "", - "Heading4": "", - "Sentence": "If ex-combatants are highly respected in their communities this can strengthen reintegration and acceptance of HIV- sensitization activities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8783, - "Score": 0.39036, - "Index": 8783, - "Paragraph": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR). When a DDR programme is delayed, pre-DDR can be conducted with male and female ex-combatants who are in camps, or with ex-combatants who are already in communities. Activities may include cash for work, FFT or FFA. Wherever possible, pre-DDR activities should be linked to the reintegration support that will be provided when the DDR programme is eventually implemented.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.2 Pre-DDR", - "Heading4": "", - "Sentence": "When a DDR programme is delayed, pre-DDR can be conducted with male and female ex-combatants who are in camps, or with ex-combatants who are already in communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7156, - "Score": 0.387298, - "Index": 7156, - "Paragraph": "Voluntary counselling and testing (VCT) should be available during the reinsertion and reintegration phases in the communities to which ex-combatants are returning. This is distinct from any routine offer of testing as part of medical checks. VCT can be provided through a variety of mechanisms, including through free-standing sites, VCT services inte- grated with other health services, VCT services provided within already established non- health locations and facilities, and mobile/outreach VCT services.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.3. Voluntary counselling and testing", - "Heading3": "", - "Heading4": "", - "Sentence": "Voluntary counselling and testing (VCT) should be available during the reinsertion and reintegration phases in the communities to which ex-combatants are returning.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7686, - "Score": 0.387298, - "Index": 7686, - "Paragraph": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants? \\n To what extent did the reintegration programme encourage and support the creation of gender-responsive community development?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1. % change in the number of FXC, FS and FD who vote or/and stand for national and local elections in the concerned country \\n 2. % change in the employment rate among FXC, FS and FD (in both formal and informal sectors) Level 5 Cross-cutting Issues Women, Gender and DDR 37 5.10 \\n 3. % change in the literacy rate among FXC, FS and FD, and their children \\n 4. % change in disposable income among FXC, FS and FD, and their household \\n 5. % change in the number of FXC, FS and FD who are the members of any type of association, including women\u2019s NGOs and ex-combatant support networks \\n 6. % change in the number of FXC, FS and FD who are involved in the implementation/management of community development programmes \\n 7. % change in the number of women\u2019s organizations that receive(d) reintegration assistance and implement development-related programme/project(s) \\n 8. % change in the number of female-specific development programmes supported by reintegration assistance to meet the needs of women and girls \\n 9. % change in the number of female participants in development programmes who receive reintegration assistance. \\n 10. % change in the number of communities with a high return rate of ex-combatants receiving reintegration assistance \\n 11. % change in the number of awareness campaigns on women\u2019s human rights and gender-based violence supported by reintegration assistance \\n 12. Community perception of FXC, FS and FD \\n 13. Community perception of women\u2019s human rights and gender-based violence", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 36, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.4. Gender-responsive evaluation of impact", - "Heading4": "", - "Sentence": "% change in the number of communities with a high return rate of ex-combatants receiving reintegration assistance \\n 11.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8800, - "Score": 0.373002, - "Index": 8800, - "Paragraph": "Mechanisms for monitoring and evaluating (M&E) interventions are essential when food assistance is provided as part of a DDR process, to ensure accountability to all stakeholders and in particular to the affected population.The food assistance component shall be monitored and evaluated as part of a broader M&E plan for the DDR process. In general, arrangements for monitoring the distribution of assistance provided during DDR should be made in advance between all the implementing partners, using existing tools for monitoring and applying international best practices.In terms of food distribution, at a minimum, information shall be gathered on: \\n The receipt and delivery of commodities; \\n The number (disaggregated by sex and age) of people receiving assistance; \\n Food storage, handling and the distribution of commodities; \\n Food assistance availability and unmet needs. There are two main types of monitoring through which this information can be gathered: \\n Distribution: This type of monitoring, which is conducted on the day of distribution, includes several activities, including commodity monitoring, on-site monitoring and food basket monitoring. \\n Post-distribution: This monitoring takes place sometime after the distribution but before the next one. It includes monitoring of the way in which food assistance is used in households and communities, and market surveys.In order to increase the effectiveness of the current and future food assistance component, it is particularly important for data on DDR participants and beneficiaries to be collected so that it can be easily disaggregated. Numerical data should be systematically collected for the following categories: ex-combatants, persons formerly associated with armed forces and groups, and dependants (partners and relatives of ex-combatants). Every effort should be made to disaggregate the data by: \\n Sex and age; \\n Vulnerable group category (CAAFAG, people living with HIV/ AIDS, persons with disabilities, etc.); \\n DDR location(s); \\n Armed force/group affiliation.Also, identifying lessons learned and conducting evaluations of the impacts of food assistance helps to improve the approach to delivering food assistance within DDR processes and the broader inter-agency approach to DDR. The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme). The evaluation should provide an in-depth analysis of early food assistance activities and allow for later food assistance components to be reviewed and, if necessary, redesigned/reoriented. Gender should be taken into consideration in the evaluation to assess if there were any unexpected outcomes of food assistance on women and men, and on gender relations and gender equality. Lessons learned should be recorded and shared with all relevant stakeholders to guide future policies and to improve the effectiveness of future planning and support to operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 28, - "Heading1": "8. Monitoring and evaluation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Numerical data should be systematically collected for the following categories: ex-combatants, persons formerly associated with armed forces and groups, and dependants (partners and relatives of ex-combatants).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7621, - "Score": 0.372104, - "Index": 7621, - "Paragraph": "Key questions to ask: \\n To what extent did the reintegration programme succeed in reintegrating female ex- combatants, supporters and dependants? \\n To what extent did the reintegration programme provide gender-sensitive and female- specific services?KEY MEASURABLE INDICATORS \\n 1. Number of information/media campaigns conducted in each community to inform community members of issues associated with FXC, FS and FD \\n 2. Number of information/media campaigns conducted in each community to inform female community members (e.g., wives of male ex-combatants) of benefits \\n 3. Number of FXC, FS and FD who registered for reintegration programme \\n 4. % of FXC, FS and FD who returned to their home community \\n 5. % of FXC, FS and FD who went to new places rather than home community \\n 6. Number of female-specific transportation services available \\n 7. % of FXC, FS and FD who used those transportation services to return to community \\n 8. Number of vocational trainings implemented for FXC, FS and/or FD \\n 9. % of FXC, FS and FD who registered for vocational training \\n 10. Average length of time spent in vocational training \\n 11. % of FXC, FS and FD who completed vocational training \\n 12. % of FXC and FS incorporated into the national army or police \\n 13. % of FXC, FS and FD who gained the ownership of land and/or other property \\n 14. Number of microcredit projects implemented for FXC, FS and/or FD \\n 15. % of FXC, FS and FD who received microcredit \\n 16. % of FXC, FS and FD who started income-generating activities based on microcredit \\n 17. Number of literacy programmes implemented for FXC, FS and/or FD \\n 18. % of FXC, FS and FD who completed the literacy programmes \\n 19. Number of child-care services created for FXC, FS and FD (so that they can attend trainings) \\n 20. % of FXC, FS and FD who use the child-care services \\n 21. Number of community-based reintegration rituals/ceremonies conducted for FXC, FS and FD \\n 22. % of FXC, FS and FD who attended community-based reintegration rituals/ceremonies \\n 23. Number of female staff in each community (e.g., female translators, social workers, gender advisers) \\n 24. Number of support networks created by FXC, FS and FD \\n 25. % of FXC, FS and FD who joined support networks", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 34, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.3. Monitoring of reintegration", - "Sentence": "Key questions to ask: \\n To what extent did the reintegration programme succeed in reintegrating female ex- combatants, supporters and dependants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8425, - "Score": 0.365148, - "Index": 8425, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To meet the [applicable] cost of repatriation and reintegration of the combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7489, - "Score": 0.345033, - "Index": 7489, - "Paragraph": "Women and girls may have acquired skills during the conflict that do not fit in with tradi- tional ideas of appropriate work for women and girls, so female ex-combatants often find it more difficult than male ex-combatants to achieve economic success in the reintegration period, especially if they have not received their full entitlements under the DDR programme. Women often find it more difficult to get access to credit, especially the bigger amounts needed in order to enter the formal sectors of the economy. With few job opportunities, particularly within the formal sector, women and girls have limited options for economic success, which has serious implications if they are the main providers for their dependants. The burden of care that many women and girls shoulder means they are less able to take advantage of training and capacity-building opportunities that could offer them better opportunities for economic self-sufficiency.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 21, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.10. Economic reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Women and girls may have acquired skills during the conflict that do not fit in with tradi- tional ideas of appropriate work for women and girls, so female ex-combatants often find it more difficult than male ex-combatants to achieve economic success in the reintegration period, especially if they have not received their full entitlements under the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7486, - "Score": 0.321224, - "Index": 7486, - "Paragraph": "As part of the broad consultation carried out with a wide variety of social actors, community awareness-raising meetings should be held to prepare the community to receive ex-combat- ants. Inclusion of women and women\u2019s organizations in these processes shall be essential, as women often play a central role in post-conflict reconstruction and the provision of care. Receiving communities should be informed about the intention and use of reintegration programmes and their potential impact on community development and sustainable peace- building. WED projects should recognize the important role of women in development activities, and should organize information campaigns specifically for female community members.Resources should be allocated to train female community members, ex-combatants and supporters to understand and cope with traumatized children, including how to help ab- ducted girls gain demobilization and reintegration support. It is unfair to burden women with the challenges of reintegrating and rehabilitating child soldiers simply because they are usually the primary caregivers of children.Women\u2019s organizations should be supported; and should be trained to participate in healing and reconciliation work in general, and, in particular, to assist in the reconciliation and reintegration of ex-combatants from different factions. Have women in the post-conflict zone already begun the process of reconstruction after war? Is this work recognized and supported?The expertise of female ex-combatants and supporters \u2014 which may be non-traditional expertise \u2014 should be recognized, respected and utilized by other women. Female ex- combatants\u2019 reintegration should be connected to broader strategies aimed at women\u2019s post-conflict development in order to prevent resentment against fighters as a \u2018privileged\u2019 group.Radio networks should include women\u2019s voices and experiences when educating local people about those who are being reintegrated, to prevent potential tensions from developing.Community mental health practices (such as cleansing ceremonies) should be encour- aged to contribute to the long-term psychological rehabilitation of ex-combatants and to address women\u2019s and girls\u2019 specific suffering or trauma (often a result of sexualized violence), as long as they encourage and support rather than undermine women\u2019s and girls\u2019 human rights and well-being.Female ex-combatants should have equal access to legal aid or support to assist them in combating discrimination (in both the private and public spheres).The establishment of formal/informal network groups among female ex-combatants and supporters should be encouraged, with support from women\u2019s NGOs. This will give them an opportunity to support each other and foster leadership. Particularly for those who decide to go to a new place rather than home, such support will be essential.Box 6 Example of factors that may contribute to women\u2019s social reintegration \\n\\n The level of women\u2019s participation in decision-making: \\n in the household \\n at the community level \\n at the national and government levels \\n\\n The public image and self-image of women and men \\n\\n The public and private/domestic roles of women and men* \\n the level of diversity and flexibility in these gender roles \\n inflexible gender roles \\n\\n The public perception of gender-based violence, including rape \\n\\n Organizational and other capacity of women\u2019s NGOs and women\u2019s ministries \\n\\n Social networks of local women\u2019s groups, female community leaders and church leaders \\n\\n Media coverage of women and gender issues \\n * Note: An assessment of gender roles could help women and men to think about: \\n\\n what women and men can and cannot do in their society \\n\\n what kinds of expectations the community has of women and men \\n\\n what barriers women and men face if they want to perform non-traditional roles \\n\\n in what area(s) women and men could transform their gender roles \\n\\n how women\u2019s and men\u2019s roles have changed during conflict", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 20, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.9. Social reintegration", - "Heading3": "6.9.2. Social reintegration: Female-specific interventions", - "Heading4": "", - "Sentence": "Female ex- combatants\u2019 reintegration should be connected to broader strategies aimed at women\u2019s post-conflict development in order to prevent resentment against fighters as a \u2018privileged\u2019 group.Radio networks should include women\u2019s voices and experiences when educating local people about those who are being reintegrated, to prevent potential tensions from developing.Community mental health practices (such as cleansing ceremonies) should be encour- aged to contribute to the long-term psychological rehabilitation of ex-combatants and to address women\u2019s and girls\u2019 specific suffering or trauma (often a result of sexualized violence), as long as they encourage and support rather than undermine women\u2019s and girls\u2019 human rights and well-being.Female ex-combatants should have equal access to legal aid or support to assist them in combating discrimination (in both the private and public spheres).The establishment of formal/informal network groups among female ex-combatants and supporters should be encouraged, with support from women\u2019s NGOs.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6601, - "Score": 0.320713, - "Index": 6601, - "Paragraph": "The purpose of reintegration support is to provide children with assistance that has been tailored to their needs and that provides them with a viable, long-term alternative to military life. Reintegration support provided to children shall take into account differences in age, sex, individual resilience, the capacity of the child to make informed decisions, the length of stay and individual experience with an armed force or group, culture, the reintegration opportunities in an environment that will have changed in the child\u2019s absence and other relevant factors. Reintegration support should be individualized, targeting CAAFAG as well as other at-risk, vulnerable or conflict-affected children, as well as community-based, utilizing strategies and approaches that empower communities to accept and receive CAAFAG and support their reintegration.Because reintegration of adult ex-combatants and persons formerly associated with armed forces and groups should be considered even in the absence of a DDR programme, reintegration programmes of adults and children can mutually reinforce each other and where relevant and safe to do so should be coordinated as much as possible. (see IDDRS 2.40 Reintegration as Part of Sustaining Peace, and IDDRS 4.30 on Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support should be individualized, targeting CAAFAG as well as other at-risk, vulnerable or conflict-affected children, as well as community-based, utilizing strategies and approaches that empower communities to accept and receive CAAFAG and support their reintegration.Because reintegration of adult ex-combatants and persons formerly associated with armed forces and groups should be considered even in the absence of a DDR programme, reintegration programmes of adults and children can mutually reinforce each other and where relevant and safe to do so should be coordinated as much as possible.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7497, - "Score": 0.307794, - "Index": 7497, - "Paragraph": "Measures should be put in place to prevent women ex-combatants, supporters, dependants and war widows from being forced to live on the fringes of the economy. Even excessive reliance on women\u2019s unpaid or low-paid NGO activity might become a substitute for their meaningful participation in the labour market.One of the greatest needs of ex-combatants and their families is access to land and housing. In securing these, specific gender dynamics should be taken into account, particu- larly when traditional practices do not allow female-headed households or women\u2019s land ownership. Legal reform should aim to get rid of this exclusion.In many societies, the production of crops and animal husbandry is divided among household members according to gender and age. This division of labour should be assessed and should be taken into account when providing reintegration assistance that is aimed at reviving the agricultural sector, improving food security and securing livelihoods for ex- combatants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 21, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.10. Economic reintegration", - "Heading3": "6.10.1. Economic reintegration: Gender-aware interventions", - "Heading4": "", - "Sentence": "This division of labour should be assessed and should be taken into account when providing reintegration assistance that is aimed at reviving the agricultural sector, improving food security and securing livelihoods for ex- combatants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7464, - "Score": 0.298142, - "Index": 7464, - "Paragraph": "At the weapons-collection sites, identification of female ex-combatants who return their weapons and female community members who hand in weapons on behalf of ex-combatants is vital in order to collect and distribute different types of information. Female ex-combatants can be a source of information about the number, location and situation of hidden weapons, and can be asked about these, provided there are adequate security measures to protect the identity of the informant. Programme staff should also ask female community members if they know any female ex-combatant, supporter or dependant who has \u2018self-reintegrated\u2019 and ask them to participate in any WED programmes and other disarmament processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 18, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.7. Disarmament", - "Heading3": "6.7.2. Disarmament: Female-specific interventions", - "Heading4": "", - "Sentence": "At the weapons-collection sites, identification of female ex-combatants who return their weapons and female community members who hand in weapons on behalf of ex-combatants is vital in order to collect and distribute different types of information.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7557, - "Score": 0.298142, - "Index": 7557, - "Paragraph": "\\n How many women and girls are in and associated with the armed forces and groups? What roles have they played? \\n Are there facilities for treatment, counselling and protection to prevent sexualized vio- lence against women combatants, both during the conflict and after it? \\n Who is demobilized and who is retained as part of the restructured force? Do women and men have the same right to choose to be demobilized or retained? \\n Is there sustainable funding to ensure the long-term success of the DDR process? Are special funds allocated to women, and if not, what measures are in place to ensure that their needs will receive proper attention? \\n Has the support of local, regional and national women\u2019s organizations been enlisted to aid reintegration? \\n Has the collaboration of women leaders in assisting ex-combatants and widows returning to civilian life been enlisted? \\n Are existing women\u2019s organizations being trained to understand the needs and experiences of ex-combatants? \\n If cantonment is being planned, will there be separate and secure facilities for women? Will fuel, food and water be provided so women do not have to leave the security of the site? \\n If a social security system exists, can women ex-combatants easily access it? Is it specifically designed to meet their needs and to improve their skills? \\n Can the economy support the kind of training women might ask for during the demobi- lization period? \\n Have obstacles, such as narrow expectations of women\u2019s work, been taken into account? Will childcare be provided to ensure that women have equitable access to training opportunities? \\n Do training packages offered to women reflect local gender norms and standards about gender-appropriate behaviour or does training attempt to change these norms? Does this benefit or hinder women\u2019s economic independence? \\n Are single or widowed female ex-combatants recognized as heads of households and permitted access to housing and land? \\n Are legal measures in place to protect their access to land and water?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 27, - "Heading1": "Annex B: DDR gender checklist for peace operations assessment missions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Are existing women\u2019s organizations being trained to understand the needs and experiences of ex-combatants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8540, - "Score": 0.290191, - "Index": 8540, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5900, - "Score": 0.286039, - "Index": 5900, - "Paragraph": "Conflict-related disability can represent a significant barrier to reintegration for youth who are former members of armed forces or groups. As well as having to cope with the pain and difficulty of living with a disability, it can have a disruptive influence on employment and social engagement. Moreover, individuals with disabilities can be extremely hard to access and, as a result, have often been overlooked and excluded from meaningful reintegration support. Support for disabled youth ex- combatants and persons formerly associated with armed forces and groups should be informed by the Convention on the Rights of Persons with Disabilities (CPRD) (see IDDRS 5.80 on Disability- Inclusive DDR). Based on the principles of non-discrimination, inclusion, participation and accessibility, compliance with the CPRD enables DDR programmes to be more inclusive of young former members of armed forces and groups with disabilities and responsive to their specific and unique needs. While young ex-combatants and persons formerly associated with armed forces or groups with disabilities should be supported through innovative employment and social protections initiatives (e.g., pensions, housing, compensation funds, land, etc.), medical and physical rehabilitation support should also be a feature of reintegration, or at the least, effective referral for necessary support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 17, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.3 Disability", - "Heading4": "", - "Sentence": "While young ex-combatants and persons formerly associated with armed forces or groups with disabilities should be supported through innovative employment and social protections initiatives (e.g., pensions, housing, compensation funds, land, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5945, - "Score": 0.286039, - "Index": 5945, - "Paragraph": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market. By providing youth with the means to acquire \u2018employable skills,\u2019 vocational training can increase self-esteem and build confidence, while helping young people to (re)gain respect and appreciation from the community.Most armed conflicts result in the disruption of training and economic systems and, because of time spent in armed forces or groups, many young ex-combatants and persons associated with armed forces and groups do not acquire the skills that lead to a job or to sustainable livelihoods. At the same time, the reconstruction and recovery of a conflict-affected country requires large numbers of skilled and unskilled persons. Training provision needs to reflect the balance between demand and supply, as well as the aspirations of youth DDR participants and beneficiaries.DDR practitioners should develop strong networks with local businesses and agriculturalists in their area of operation as early as possible to engage them as key stakeholders in the reintegration process and to enhance employment and livelihood options post-training. Partnerships with the private sector should be established early on to identify specific employment opportunities for youth post-training. This could include the development of apprenticeship programmes (see below), entering into Memoranda of Understanding (MOUs) with local chambers of commerce or orientation events bringing together key business and community leaders, local authorities, service providers, trade unions, and youth participants. DDR practitioners should explore opportunities to collaborate with vocational training institutes to see how they could adapt their programmes to specifically cater for demobilized youth.Employers\u2019, agriculturalists, and trade unions are important partners, as they may identify growth sectors in the economy, and provide assistance and advice to vocational training agencies. They can help to identify a list of national core competencies or curricula and create a system for national recognition of these competencies/curricula. Employers\u2019 organizations can also encourage their members to offer on-the-job training to young employees by explaining the benefits to their businesses such as increased productivity and competitiveness, and reduced job turn-over and recruitment expenses.Systematic data on the labour market and on the quantitative and qualitative capacities of training partners may be unavailable in conflict-affected countries. Engagement with businesses, agriculturalists, and service providers at the national, sub-national and local levels is therefore vital to fill these knowledge gaps in real-time, and to sensitize these actors on the challenges faced by youth ex-combatants and persons formerly associated with armed forces and groups. DDR practitioners should also explore opportunities to collaborate with national and local authorities, other UN agencies/programmes and any other relevant/appropriate actors to promote the restoration of training facilities and institutions, apprenticeship education and training programmes, and the capacity building of trainers.For youth who have little or no experience of decent work, vocational training should include a broad range of training and livelihood options to provide young people with choice and control over decision-making that affects their lives. In rural settings, agricultural and animal husbandry, veterinary, and related skills may be more valuable and more marketable and should not be ignored as options. Specifically, consideration should be given to the type of training that female youth would prefer, rather than limiting them to training for roles that have traditionally been associated with females .The level of training should also match the need of the local economy to increase the probability of employment, so that the skills and expectations of youth match labour market needs, and training modalities should be developed to most appropriately reflect the learning needs of youth deprived of much of their schooling. As youth may have experienced trauma or loss, mental health and psychosocial support should be available during training to those who need it. Vocational training modalities should also specifically consider those with dependants (particularly young women) to enable them sustained access to training programmes. This may include supporting access to social protection measures such as kindergarten or other forms of childcare. In addition, it is important to understand the motivations and interests of young people as part of facilitating a match of training with the local economy needs.Young people require learning strategies that allow them to learn at their own pace. Learning approaches should be interactive and utilize appropriate new technologies, particularly when attempting to extend skills training to hard-to-reach youth. This may include digital resources and eLearning, as well as mobile skills-building facilities. The role of the trainer involved in these programmes should be that of a facilitator who encourages active learning, supports teamwork and provides a positive adult \u2018role model\u2019 for young participants. Traditional supply-driven and instructor-oriented training methods should be avoided.Where possible, and in order to prepare young people with no previous work experience for the highly competitive labour market, vocational training should be paired with apprenticeship and/or on-the-job training opportunities. Trainees can then combine the skills they are learning with practical experience of norms and values, productivity and competition in the world of work. DDR practitioners should also plan staff development activities that aim at training existing or newly recruited vocational trainers in how to address the specific needs and experiences of young DDR participants and beneficiaries.Youth ex-combatants and persons formerly associated with armed forces or groups can experience further frustration and hopelessness if they do not find a job after having been involved in ineffective or poorly targeted training programme. These feelings can make re-recruitment more likely. One of the clearest lessons learned from past DDR programmes is that even after training, young combatants often struggle to succeed in weak economies that have been damaged by war, as do adults. Businesses owned by former members of armed forces and groups regularly fail due to market saturation, competition with highly qualified people already running the same kinds of businesses, limited experience in business start-up, management and development, and because of the very limited cash available to pay for goods and services in post-war societies. Youth may also be in competition for limited job opportunities with more experienced adults.To address these issues, reintegration programmes should more effectively empower youth by combining several skills in one course, e.g., home economics with tailoring, pastry or soap- making. This is because possession of a range of skills greatly improves the employability of young people. Also, providing easy-to-learn skills such as mobile phone repair makes young people less vulnerable and more adaptable to rapidly changing market demands. Together the acquisition of business skills and life skills (see above) can help young people become more effective in the market. Depending on the context, agricultural and animal husbandry, veterinary, and related skills should be considered.Training demobilized youth in trades they might identify as their preference should be avoided if the trades are not required in the labour market. The feeling of frustration and helplessness that might have caused people to take up arms in the first place only increases when they cannot find employment after training and could increase the risk of re-recruitment. Training and apprenticeship programmes should be adapted to young people\u2019s abilities, interests and needs, to enable them to complete the programme, which will both boost their employment prospects and bolster their self- confidence. A commitment to motivating young people to realize their potential is a vital part of successful programming and implementation.This can be achieved through greater involvement of both youth participants and the business community in reintegration programming and design. This can enable a more realistic appreciation of the economic context, the identification of interesting but non-standard alternatives (so long as they can lead to sustainable job prospects or livelihoods), and the development of initial relationships. Effective career or livelihood counselling will be central to this process, and it is therefore necessary to recruit DDR staff with skills not only in vocational and technical training provision, but also in working with youth. Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 20, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.8 Vocational training", - "Heading4": "", - "Sentence": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6928, - "Score": 0.286039, - "Index": 6928, - "Paragraph": "The United Nations (UN) Security Council and General Assembly have noted that a number of converging factors make conflict and post-conflict settings high risk environments for the spread of HIV, and that there is an elevated risk of infection among uniformed services and ex-combatants. This module outlines the strategies to address HIV/AIDS during disarm- ament, demobilization and reintegration (DDR) processes, in the interests of the individuals concerned, the sustainability of reintegration efforts and general post-conflict recovery.National beneficiaries should provide the lead for HIV/AIDS initiatives, and interven- tions should be as inclusive as possible, while acknowledging the limitations of DDR HIV/ AIDS programmes. A risk-mapping exercise should include the collection of baseline data on knowledge, attitudes and vulnerability, HIV/AIDS prevalence, and identify existing capacity.The basic requirements for HIV/AIDS programmes in DDR are: \\n identification and training of HIV focal points within DDR field offices; \\n the development of HIV/AIDS awareness material and provision of basic awareness training for target groups, with peer education programmes during the reinsertion and reintegration phases to build capacity. Awareness training can start before demobiliza- tion, depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure; \\n the provision of voluntary confidential counselling and testing (VCT) during demobi- lization and reintegration. An HIV test, with counselling, should be routinely offered (opt-in) as a standard part of medical screening in countries with an HIV prevalence of 5 percent or more. VCT should be provided in all settings throughout the DDR process, building on local services. Undergoing an HIV test, however, should not be a condition for participation in the DDR process, although planners should be aware of any national legislation that may exclude HIV-positive personnel from newly formed military or civil defence forces; \\n screening and treatment for sexually transmitted infections (STIs), which should be a standard part of health checks for participants; \\n the provision of condoms and availability of post-exposure prophylaxis (PEP) kits dur- ing demobilization, reinsertion and reintegration; \\n treatment for opportunistic infections and, where feasible, referral for anti-retroviral (ARV) treatment within the national health care system; \\n the implementation of HIV/AIDS public information and awareness campaigns to sensitize \u2018receiving\u2019 communities, to raise general awareness and to reduce possible stigma and discrimination against returning combatants, including women associated with armed forces and groups, which could undermine reintegration efforts. Planning in communities needs to start in advance of demobilization.In instances where the time allotted for a specific phase is very limited or has been re- duced, as when there is a shortened cantonment period, it must be understood that the HIV/ AIDS requirements envisaged are not dropped, but will be included in the next DDR phase.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Awareness training can start before demobiliza- tion, depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure; \\n the provision of voluntary confidential counselling and testing (VCT) during demobi- lization and reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7324, - "Score": 0.286039, - "Index": 7324, - "Paragraph": "Security Council resolution 1325 marks an important step towards the recognition of women\u2019s contributions to peace and reconstruction, and draws attention to the particular impact of conflict on women and girls. On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d. Since it was passed, the Council has recalled the principles laid down in resolution 1325 when establishing the DDR-related mandates of several peacekeeping missions, such as the UN Missions in Liberia and Sudan and the UN Stabilization Mission in Haiti.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 4, - "Heading1": "5. International mandates", - "Heading2": "5.1. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7660, - "Score": 0.280228, - "Index": 7660, - "Paragraph": "Purpose of evaluation: To examine the contribution of DDR programmes to the creation of security for female ex-combatants, FAAGFs and dependants; \\n Outcomes and intermediate results: (1) Capacity-building of ex-combatants and com- munity members; (2) human security; (3) social capital; \\n Gender dimensions of outcomes: (1) Reduction of gender-based violence and dis- crimination against women and girls; (2) human security for women and girls; (3) capacity-building of female ex-combatants, FAAGFs and dependants; \\n Data collection frequency: Every three months upon the completion of programme.Key question to ask: \\n To what extent did the DDR programme increase human security (physical, psycho- logical, economic, social, political, cultural) for female ex-combatants, FAAFGs and dependants?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1. % change in the number of female deaths, injuries, abductions, rapes and domestic violence cases reported among FXC, FS and FD \\n 2. % change in the number of FXC, FS and FD who initiated and are maintaining income-generating activities \\n 3. % change in the number of FXC and FS who joined the police services \\n 4. % change in the number of FXC, FS and FD who are participating in peace-building activities \\n 5. % change in the number of FXC, FS and FD who have access to health services (including counselling, contraceptives, family planning) \\n 6. % change in the number of FXC, FS and FD who are participating in political activities \\n 7. % change in the number of FXC, FS and FD who are participating in cultural activities \\n 8. % change in the number of FXC, FS and FD who are participating in public/community meetings \\n 9. % change in the number of FXC, FS and FD who have a higher level of self-confidence \\n 10. % change in the HIV and other sexually transmitted disease infection rate among FXC, FS and FD \\n 11. % change in the number of FXC, FS and FD who feel safe to live in their community \\n 12. % change in the number of FXC, FS and FD who feel threatened by something or someone \\n 13. % change in the number of FXC, FS and FD who feel a sense of belonging to their community", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 35, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.3. Gender-responsive evaluation of outcomes/results", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine the contribution of DDR programmes to the creation of security for female ex-combatants, FAAGFs and dependants; \\n Outcomes and intermediate results: (1) Capacity-building of ex-combatants and com- munity members; (2) human security; (3) social capital; \\n Gender dimensions of outcomes: (1) Reduction of gender-based violence and dis- crimination against women and girls; (2) human security for women and girls; (3) capacity-building of female ex-combatants, FAAGFs and dependants; \\n Data collection frequency: Every three months upon the completion of programme.Key question to ask: \\n To what extent did the DDR programme increase human security (physical, psycho- logical, economic, social, political, cultural) for female ex-combatants, FAAFGs and dependants?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7272, - "Score": 0.26968, - "Index": 7272, - "Paragraph": "\\n 1 Bazergan, R., Intervention and Intercourse: HIV/AIDS and peacekeepers, Conflict, Security and Develop- ment, vol 3 no 1, April 2003, King\u2019s College, London, pp. 27\u201351. \\n 2 http://www.un.org/docs/sc/. \\n 3 Ibid. \\n 4 Inter-Agency Standing Committee, Guidelines for HIV/AIDS Interventions in Emergency Settings, http://www.humanitarianinfo.org/iasc. \\n 5 HIV risk in militaries is related to specific contexts, with a number of influencing factors, including the context in which troops are deployed. Many AIDS interventions by ministries of defence have been effective, and have reduced HIV infection rates in the uniformed services. \\n 6 In many cases, ex-combatants who are set to join a uniformed service do not go through the DDR process. There would still be a potential benefit, however, in instances where HIV/AIDS awareness has started in the barracks/camps. \\n 7 At the same time planners cannot assume that all fighting forces will have an organised structure in barracks with the associated logistical support. In some cases, combatants may be mixed with the population and hard to distinguish from the general population. \\n 8 See http://www.unaids.org and http://www.fhi.org/en/index.htm.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 27, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 6 In many cases, ex-combatants who are set to join a uniformed service do not go through the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7316, - "Score": 0.26968, - "Index": 7316, - "Paragraph": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants. This approach fails to deal with the fact that women can also be armed combatants, and that they may have different needs from their male counterparts. Nor does it deal with the fact that women play essential roles in maintaining and enabling armed forces and groups, in both forced and voluntary capacities. A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions. This is particularly important when establishing eligibility criteria for entry into DDR programmes (also see IDDRS 4.10 on Disarmament); \\n Gender equality and women\u2019s participation: Encouraging gender equality as a core principle of UN-supported DDR programmes means recognizing and supporting the equal rights of women and men, and girls and boys in the DDR process. The different experiences, roles and responsibilities of each of them during and after conflict should be recognized and reflected in the design and implementation of DDR programmes; \\n Respect for human rights: DDR programmes should support ways of preventing reprisal or discrimination against, or stigmatization of those who participate. The rights of the community should also be protected and upheld.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7418, - "Score": 0.26968, - "Index": 7418, - "Paragraph": "Male and female ex-combatants should be equally able to get access to clear information on their eligibility for participation in DDR programmes, as well as the benefits available to them and how to obtain them. At the same time, information and awareness-raising sessions should be offered to the communities that will receive ex-combatants, especially to women\u2019s groups, to help them understand what DDR is, and what they can and cannot expect to gain from it.Information campaigns though the media (e.g., radio and newspapers) should provide information that encourages ex-combatants, supporters and dependants to join programmes. However, it is important to bear in mind that women do not always have access to these tech- nologies, and word of mouth may be the best way of spreading information aimed at them.Eligibility criteria for the three groups of participants should be clearly provided through the information campaign. This includes informing male ex-combatants that women and girls are participants in DDR and that they (i.e., the men) face punishment if they do not release sex slaves. Women and girls should be informed that separate accommodation facil- ities and services (including registration) will be provided for them. Female staff should be present at all assembly areas to process women who report for DDR.Gender balance shall be a priority among staff in the assembly and cantonment sites. It is especially important that men see women in positions of authority in DDR processes. If there are no female leaders (including field officers), men are unlikely to take seriously education efforts aimed at changing their attitudes and ideas about militarized, masculine power. Therefore, information campaigns should emphasize the importance of female lead- ership and of coordination between local women\u2019s NGOs and other civil society groups.Registration forms and questionnaires should be designed to supply sex-disaggregated data on groups to be demobilized.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 15, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.1. Assembly: Gender-aware interventions", - "Heading4": "", - "Sentence": "At the same time, information and awareness-raising sessions should be offered to the communities that will receive ex-combatants, especially to women\u2019s groups, to help them understand what DDR is, and what they can and cannot expect to gain from it.Information campaigns though the media (e.g., radio and newspapers) should provide information that encourages ex-combatants, supporters and dependants to join programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7471, - "Score": 0.26968, - "Index": 7471, - "Paragraph": "After demobilization, mechanisms should be put in place to allow female ex-combatants and supporters to return to their destination of choice using a safe means of transport that minimizes exposure to gender-based violence, re-recruitment and abduction or human trafficking.Female ex-combatants and supporters should be properly catered for and included in any travel assistance that is offered after encampment. If a journey will take several days, the needs of women and girls and their children should be catered for, with separate vehicles made available if required.Female ex-combatants and supporters should be free to choose where they will live, and can decide to return to a rural area from which they or their partner came, or to move to a semi-urban or urban area where they may have more freedom from traditional gender roles. Those who have been attached to an armed force or group for a long period of time might not know where they want to go, and therefore need more time and special support to help them decide.A transitional safety net should be put in place to help resettled female ex-combatants and supporters with housing, health care and counselling, and offer educational support to get their children (especially girls) into school.Female ex-combatants and supporters should be fully informed about, and able to access, any reintegration support services, e.g., a local demobilization support office, if one is established.Measures should be put in place to help reunify mothers and children.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 19, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.8. Resettlement", - "Heading3": "6.8.1. Resettlement: Female-specific interventions", - "Heading4": "", - "Sentence": "After demobilization, mechanisms should be put in place to allow female ex-combatants and supporters to return to their destination of choice using a safe means of transport that minimizes exposure to gender-based violence, re-recruitment and abduction or human trafficking.Female ex-combatants and supporters should be properly catered for and included in any travel assistance that is offered after encampment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7578, - "Score": 0.26968, - "Index": 7578, - "Paragraph": "The formulation of a project/programme should reflect the results of needs assessments of female ex-combatants and other FAAFGs. Gender dimensions should be included in the following components: \\n programme goals; project objectives; \\n outputs; \\n indicative activities; \\n inputs; \\n indicators (for baseline data and monitoring and evaluation).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 30, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "2. Gender-responsive programme design", - "Heading3": "", - "Heading4": "", - "Sentence": "The formulation of a project/programme should reflect the results of needs assessments of female ex-combatants and other FAAFGs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7593, - "Score": 0.26968, - "Index": 7593, - "Paragraph": "Key questions to ask: \\n To what extent did the disarmament programme succeed in disarming female ex- combatants? \\n To what extent did the disarmament programme provide gender-sensitive and female- specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC who registered for disarmament programme \\n 2. % of weapons collected from FXC \\n 3. Number of female staff who were at weapons-collection and -registration sites (e.g., female translators, military staff, social workers, gender advisers) \\n 4. Number of information campaigns conducted specifically to inform women and girls about DDR programmes", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.1. Monitoring of disarmament", - "Sentence": "Key questions to ask: \\n To what extent did the disarmament programme succeed in disarming female ex- combatants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8311, - "Score": 0.266996, - "Index": 8311, - "Paragraph": "Entitlements under DDR programmes are only a contribution towards the process of rein\u00ad tegration. This process should gradually result in the disappearance of differences in legal rights, duties and opportunities of different population groups who have rejoined society \u2014 whether they were previously displaced persons or demobilized combatants \u2014 so that all are able to contribute to community stabilization and development.Agencies involved in reintegration programming should support the creation of eco\u00ad nomic and social opportunities that assist the recovery of the community as a whole, rather than focusing on former combatants. Every effort shall be made not to increase tensions that could result from differences in the type of assistance received by victims and perpetrators. Community\u00adbased reintegration assistance should therefore be designed in a way that encourages reconciliation through community participation and commitment, including demobilized former combatants, returnees, internally displaced persons (IDPs) and other needy community members (also see IDDRS 4.30 on Social and Economic Reintegration).Efforts should be made to ensure that different types of reintegration programmes work closely together. For example, in countries where the \u20184Rs\u2019 (repatriation, reintegration, re\u00ad habilitation and reconstruction) approach is used to deal with the return and reintegration of displaced populations, it is important to ensure that programme contents, methodologies and approaches support each other and work towards achieving the overall objective of supporting communities affected by conflict (also see IDDRS 2.30 on Participants, Benefici\u00ad aries and Partners).Links between DDR and other reintegration programming activities are especially relevant where there are plans to reintegrate former combatants into communities or areas alongside returnees and IDPs (e.g., former combatants may benefit from UNHCR\u2019s com\u00ad munity\u00adbased reintegration programmes for returnees and war\u00adaffected communities in the main areas of return). Such links will not only contribute to agencies working well together and supporting each other\u2019s activities, but also ensure that all efforts contribute to social and political stability and reconciliation, particularly at the grass\u00adroots level.In accordance with the principle of equity for different categories of persons returning to communities, repatriation/returnee policies and DDR programmes should be coordinated and harmonized as much as possible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 29, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.3. Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, in countries where the \u20184Rs\u2019 (repatriation, reintegration, re\u00ad habilitation and reconstruction) approach is used to deal with the return and reintegration of displaced populations, it is important to ensure that programme contents, methodologies and approaches support each other and work towards achieving the overall objective of supporting communities affected by conflict (also see IDDRS 2.30 on Participants, Benefici\u00ad aries and Partners).Links between DDR and other reintegration programming activities are especially relevant where there are plans to reintegrate former combatants into communities or areas alongside returnees and IDPs (e.g., former combatants may benefit from UNHCR\u2019s com\u00ad munity\u00adbased reintegration programmes for returnees and war\u00adaffected communities in the main areas of return).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7813, - "Score": 0.263752, - "Index": 7813, - "Paragraph": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated. The extent of the contribution of health activities in each phase increases steadily, from assess- ment and planning to the actual delivery of health services. Health services, in turn, will evolve: starting by focusing on immediate, life-threatening conditions, they will at a later stage be required to support ex-combatants and those associated with them when they return to civilian life and take up civilian jobs as a part of reintegration.Figure 1 provides a simplified image of the general direction in which the health sector has to move to best support a DDR process. Clearly, health actions set up to meet the specific needs of the demobilization phase, which will only last for a short period of time, must be planned as only the first steps of a longer-term, open-ended and comprehensive reintegra- tion process. In what follows, some of the factors that will help the achievement of this long-term goal are outlined.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.3. Health and the sequencing of DDR processes", - "Heading3": "", - "Heading4": "", - "Sentence": "Health services, in turn, will evolve: starting by focusing on immediate, life-threatening conditions, they will at a later stage be required to support ex-combatants and those associated with them when they return to civilian life and take up civilian jobs as a part of reintegration.Figure 1 provides a simplified image of the general direction in which the health sector has to move to best support a DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5919, - "Score": 0.258199, - "Index": 5919, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6010, - "Score": 0.258199, - "Index": 6010, - "Paragraph": "Employers may be hesitant to hire youth who are former members of armed forces or groups for a wide range of reasons. These reasons may include distrust, image/perceptions, as well as issues of discrimination linked to ethnicity, sociocultural background, political and/or religious beliefs, gender, etc. To help overcome barriers and create opportunities, employers should be given incentives to hire youth or create apprenticeship places. For example, construction companies could receive certain DDR-related contracts on the condition that their labour force includes a high percentage of youth or even a specific group of youth, such as female youth who are ex-combatants. Wage subsidies and other incentives, such as tax exemptions for a limited period, can also be offered to employers who hire young former members of armed forces and groups. This can, for example, pay for the cost of initial training required for young workers. These subsidies can be particularly useful in enabling certain groups of youth to access the labour market (e.g., ex-combatants with disabilities), or areas of the labour market that may traditionally be off limits (e.g., female ex-combatants with a desire to work in traditionally male dominated areas).There are many schemes for sharing initial hiring costs between employers and government. The main issues to be decided are the length of the period in which young people will be employed; the amount of subsidy or other compensation employers will receive; and the type of contracts that young people will be offered. Employers may, for example, receive the same amount as the wage of each person hired or apprenticed. Other programmes combine subsidized employment with limited-term employment contracts for young people. Work training contracts may provide incentives to employers who recruit young former members of armed forces and groups and provide them with on-the-job training. Care should be taken to make sure that this opportunity includes youth who are former members of armed forces and groups, in order to incentivize employers to work with a group that they may have otherwise been wary of. Furthermore, DDR practitioners should develop an efficient monitoring system to make sure that training, mentoring and employment incentives are used to improve employability, rather than turn youth into a cheap source of labour.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 25, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.11 Wage incentives", - "Heading4": "", - "Sentence": "These subsidies can be particularly useful in enabling certain groups of youth to access the labour market (e.g., ex-combatants with disabilities), or areas of the labour market that may traditionally be off limits (e.g., female ex-combatants with a desire to work in traditionally male dominated areas).There are many schemes for sharing initial hiring costs between employers and government.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7039, - "Score": 0.258199, - "Index": 7039, - "Paragraph": "During the planning process, a risk mapping exercise and assessment of local capacities (at the national and community level) needs to be conducted as part of a situation analysis and to profile the country\u2019s epidemic. This will include the collection of qualitative and quantitative data, including attitudes of communities towards those being demobilized and presumed or real HIV infection rates among different groups, and an inventory of both actors on the ground and existing facilities and programmes.There may be very little reliable data about HIV infection rates in conflict and post- conflict environments. In many cases, available statistics only relate to the epidemic before the conflict started and may be years out of date. A lack of data, however, should not prevent HIV/AIDS initiatives from being put in place. Data on rates of STIs from health clinics and NGOs are valuable proxy indicators for levels of risk. It is also useful to consider the epi- demic in its regional context by examining prevalence rates in neighbouring countries and the degree of movement between states. In \u2018younger\u2019 epidemics, HIV infections may not yet have translated into AIDS-related deaths, and the epidemic could still be relatively hidden, especially as AIDS deaths may be recorded by the opportunistic infection and not the pres- ence of the virus. Tuberculosis (TB), for example, is both a common opportunistic infection and a common disease in many low-income countries.A situation analysis for action planning for HIV should include the following important components: \\n Baseline data: What is the national HIV/AIDS prevalence (usually based on sentinel surveillance of pregnant women)? What are the rates of STIs? Are there significant differences in different areas of the country? Is it a generalized epidemic or restricted to high-risk groups? What data are available from blood donors (are donors routinely tested)? What are the high-risk groups? What is driving the epidemic (for example: heterosexual sex; men who have sex with men; poor medical procedures and blood transfusions; mother-to-child transmission; intravenous drug use)? What is the regional status of the epidemic, especially in neighbouring countries that may have provided an external base for ex-combatants? \\n Knowledge, attitudes and vulnerability: Qualitative data can be obtained through key in- formant interviews and focus group discussions that include health and community workers, religious leaders, women and youth groups, government officials, UN agency and NGO/CBOs, as well as ex-combatants and those associated with fighting forces and groups. Sometimes data on knowledge, attitudes and practice regarding HIV/ AIDS are contained in demographic and health surveys that are regularly carried out in many countries (although these may have been interrupted because of the conflict). It is important to identify the factors that may increase vulnerability to HIV \u2014 such as levels of rape and gender-based violence and the extent of \u2018survival sex\u2019. In the planning process, the cultural sensitivities of participants and beneficiaries must be considered so that appropriate services can be designed. Within a given country, for example, the acceptability and trends of condom use or attitudes to sexual relations outside of marriage can vary enormously; the country specific context must inform the design of programmes. Understanding local perceptions is also important in order to prevent problems during the reintegration phase, for example in cases where communities may blame ex-com-batants or women associated with fighting forces for the spread of HIV and therefore stigmatize them. \\n Identify existing capacities: The assessment needs to map existing health care facilities in and around communities where reintegration is going to take place. The exercise should ascertain whether the country has a functioning national AIDS control strategy and programme, and the extent that ministries are engaged (this should go beyond just the health ministry and include, for example, ministries of the interior, defence, education, etc.). Are there prevention and awareness programmes in place? Are these directed at specific groups? Does any capacity for counselling and testing exist? Is there a strategy for the roll-out of ARVs? Is there financial support available or pending from the Global Fund for AIDS, Malaria and TB, the US President\u2019s Emergency Plan for AIDS Relief or the World Bank? Do these assistance frameworks include DDR? What other actors (national and international) are present in the country? Are the UN theme group and technical working group in place ( the standard mechanisms to coordinate the HIV initiatives of UN agencies)?Basic requirements for HIV/AIDS programmes in DDR include: \\n collection of baseline HIV/AIDS data; \\n identification and training of HIV focal points within DDR field offices; \\n development of HIV/AIDS awareness material and provision of basic awareness train- ing, with peer education programmes during extended cantonment and the reinsertion and reintegration phases to build capacity; \\n provision of VCT, both specifically within cantonment sites, where relevant, and through support to community services, and the routine offer of (opt-in) testing with counselling as a standard part of medical screening in countries with an HIV prevalence of 5 per- cent or more; \\n provision of condoms, PEP kits, and awareness material; \\n treatment of STIs and opportunistic infections, and referral to existing services for ARV treatment; \\n public information campaigns and sensitization of receiving communities as part of more general preparations for the return of DDR participants.The number of those being processed through a particular site and the amount of time available would determine what can be offered before or during demobilization, what is part of reinsertion packages and what can be offered during reintegration. The IASC guidelines are a useful tool for planning and implementation (see section 4.4 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 8, - "Heading1": "7. Planning factors", - "Heading2": "7.1. Planning assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "What is the regional status of the epidemic, especially in neighbouring countries that may have provided an external base for ex-combatants?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7172, - "Score": 0.258199, - "Index": 7172, - "Paragraph": "Caring for people living with AIDS, especially in resource poor settings, can present a number of challenges, particularly the provision of even basic drugs and treatments. It also raises concerns about the extent to which families (some of who may already be affected by the disease) and communities are able or willing to commit themselves to caring for ex-combat- ants who may have been away for some time. Overall, the burden of care tends to fall on women in communities who will already be facing an increased burden of care with the return of ex-combatants. This will make the overall support and absorption of ex-combat- ants into civilian life more complicated. In addition, any differences in the types or levels of AIDS care and support provided to ex-combatants and communities is a very sensitive issue. It is extremely important to provide a balance in services, so that communities do not think that ex-combatants are receiving preferential treatment. Wherever possible, support should be provided to existing medical and hospice facilities, linking up with national and local programmes, with targeted support and referrals for families caring for ex-combatants suffering from AIDS.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.6. Caring for people living with AIDS", - "Heading3": "", - "Heading4": "", - "Sentence": "It is extremely important to provide a balance in services, so that communities do not think that ex-combatants are receiving preferential treatment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7599, - "Score": 0.258199, - "Index": 7599, - "Paragraph": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters? \\n To what extent did the demobilization programme provide gender-sensitive and female-specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC and FS who registered for demobilization programme \\n 2. % of FXC and FS who were demobilized (completed the programme) per camp \\n 3. Number of demobilization facilities created specifically for FXC and FS per camp (e.g., toilets, clinic) \\n 4. % of FXC, FS and FD who were allocated to female-only accommodation facilities \\n 5. Number of female staff in each camp (e.g., female translators, military staff, social workers, gender advisers) \\n 6. Number of gender trainings conducted per camp \\n 5.10 34\u2003Integrated Disarmament, Demobilization and Reintegration Standards 1 August 2006 \\n 7. Average length of time spent in gender training \\n 8. Number of FXC, FS and FD who participated in gender training \\n 9. Number and level of gender-based violence reported in each demobilization camp \\n 10. Average length of stay of FXC and FS at each camp \\n 11. % of FXC, FS and FD who received transitional support to prepare for reintegration (e.g. health care, food, living allowance, etc.) \\n 12. % of FXC, FS and FD who received female-specific assistance and package (e.g., sanitary napkins, female clothes) \\n 13. % of FXC, FS and FD attending female-specific counselling sessions \\n 14. Average length of time spent in counselling for victims of gender-based violence \\n 15. Number of child-care services per camp \\n 16. % of FXC, FS and FD who used child-care services per camp \\n 17. Existence of medical facilities and personnel for childbirth \\n 18. % of FXC, FS and FD who used medical facilities for childbirth", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.2. Monitoring of demobilization", - "Sentence": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7972, - "Score": 0.258199, - "Index": 7972, - "Paragraph": "Forced displacement is mainly caused by the insecurity of armed conflict. Conflicts that cause refugee movements across international borders by definition involve neighbouring States, and thus have regional security implications. As is evident in recent conflicts in Africa in particular, the lines of conflict frequently run across State boundaries, because they are being fought by people with ethnic, cultural, political and military ties that are not confined to one country. The mixed movements of populations that result are very complex and involve not only refugees, but also combatants and civilians associated with armed groups and forces, including family members and other dependants, cross\u00adborder abductees, etc.The often\u00adinterconnected nature of conflicts within a region, recruitment (both forced and voluntary) across borders and the \u2018recycling\u2019 of combatants from conflict to conflict within a region has meant that not only nationals of a country at war, but also foreign com\u00ad batants may be involved in the struggle. When wars come to an end, it is not only refugees who are in need of repatriation and reintegration, but also foreign combatants and associated civilians. DDR programmes need to be regional in scope in order to deal with this reality. Enormous complexities are involved in managing mass influxes and mixed population movements of combatants and civilians. Combatants\u2019 status may not be obvious, as many arrive without weapons and in civilian clothes. At the same time, however, especially in societies where there are large numbers of weapons, not everyone who arrives with a weap\u00ad on is a combatant or can be presumed to be a combatant (refugee influxes usually include young males and females escaping from forced recruitment). The sheer size of population movements can be overwhelming, sometimes making it impossible to carry out any screen\u00ading of arrivals.Whereas refugees by definition flee to seek sanctuary, combatants who cross inter\u00ad national borders may have a range of motives for doing so \u2014 to launch cross\u00adborder attacks, to escape from the heat of battle before re\u00ad grouping to fight, to desert permanently, to seek refuge, to bring family members and other dependants to safety, to find food, etc. Their reasons for moving with civilians may be varied \u2014 not only to protect and assist their dependants, but also sometimes to ex\u00ad ploit civilians as human shields and to prevent voluntary repatriation, to use refugee camps as a place for rest and recuperation between attacks or as a recruiting and/or training ground, and to divert humanitarian assistance for military purposes. Civilians may be supportive of or intimidated by combatants. The presence of combatants and militarized camps close to border areas may provoke cross\u00ad border reprisals and risk a spillover of the conflict. Host countries may also have their own reasons for sheltering foreign combatants, since complete neutrality is probably rare in today\u2019s conflicts, and in addition there may be a lack of political will and capacity to prevent foreign combatants from entering a neighbouring country. In their responses to mixed cross\u00ad border population movements, the international community should take into account these complexities.Experience has shown that DDR processes directed at nationals of a specific country in isolation have failed to adequately deal with the problems of combatants being recycled from conflict to conflict within (and sometimes even outside) a region, and with the spillover effects of such wars. In addition, the failure of host countries to identify, disarm and separate foreign combatants from refugee populations has contributed to endless cycles of security problems, including militarization of and attacks on refugee camps and settlements, xeno\u00ad phobia, and failure to maintain asylum for refugees. These issues compromise the neutrality of aid work and pose a security threat to the host State and surrounding countries.The disarmament, demobilization, rehabilitation, reintegration and repatriation of com\u00ad batants and associated civilians therefore require a stronger and more consistent cross\u00adborder focus, involving both host countries and countries of origin and benefiting both national and foreign combatants. This dimension has increasingly been recognized by the UN in its recent peacekeeping operations.1", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 4, - "Heading1": "5. The context of regional conflicts and cross-border population movements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When wars come to an end, it is not only refugees who are in need of repatriation and reintegration, but also foreign combatants and associated civilians.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7328, - "Score": 0.256788, - "Index": 7328, - "Paragraph": "In his 2002 Study on Women, Peace and Security, the Secretary-General recommended the following actions on DDR: \\n Action 1: Incorporate the needs and priorities of women and girls as ex-combatants, \u2018camp-followers\u201d\u2019 and families of ex-combatants in the design and implementation of DDR programmes, including the design of camps; the distribution of benefits; and access to basic resources and services, including food, water, health care and counsel- ling, in order to ensure the success of such programmes, women and girls\u2019 full partici- pation, and their access to benefits; \\n Action 2: Increase the number of programmes for child soldiers, fully include attention to the specific situation and needs of girl soldiers, and identify means to support child soldiers, including girls, who do not enter DDR programmes; \\n Action 3: Recognize the impact of armed conflict and displacement on family relations, and develop awareness of the risk of increased domestic violence, especially in the fami- lies of ex-combatants; and develop programmes on the prevention of domestic violence that are designed for families and communities, and especially male ex-combatants; \\n Action 4: Recognize and use the contributions of women and girls in encouraging ex- combatants to lay down arms and participate in weapons-collection programmes, and ensure that they benefit from any incentives provided for such activities; \\n Action 5: Ensure full access of women and girls to all resources and benefits provided in reintegration programmes, including skills development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 5, - "Heading1": "5. International mandates", - "Heading2": "5.3. The Secretary-General\u2019s Study on Women, Peace and Security", - "Heading3": "", - "Heading4": "", - "Sentence": "In his 2002 Study on Women, Peace and Security, the Secretary-General recommended the following actions on DDR: \\n Action 1: Incorporate the needs and priorities of women and girls as ex-combatants, \u2018camp-followers\u201d\u2019 and families of ex-combatants in the design and implementation of DDR programmes, including the design of camps; the distribution of benefits; and access to basic resources and services, including food, water, health care and counsel- ling, in order to ensure the success of such programmes, women and girls\u2019 full partici- pation, and their access to benefits; \\n Action 2: Increase the number of programmes for child soldiers, fully include attention to the specific situation and needs of girl soldiers, and identify means to support child soldiers, including girls, who do not enter DDR programmes; \\n Action 3: Recognize the impact of armed conflict and displacement on family relations, and develop awareness of the risk of increased domestic violence, especially in the fami- lies of ex-combatants; and develop programmes on the prevention of domestic violence that are designed for families and communities, and especially male ex-combatants; \\n Action 4: Recognize and use the contributions of women and girls in encouraging ex- combatants to lay down arms and participate in weapons-collection programmes, and ensure that they benefit from any incentives provided for such activities; \\n Action 5: Ensure full access of women and girls to all resources and benefits provided in reintegration programmes, including skills development programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6961, - "Score": 0.249136, - "Index": 6961, - "Paragraph": "Security Council resolution 1325 (2000) \u201con Women, peace and security\u201d3 encourages \u201call involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their dependants\u201d. Consideration of HIV/AIDS interventions and requirements comes under this obligation. Furthermore, the resolution makes specific reference for the need to provide HIV/AIDS training for military, civilian police, and civilian personnel deployed in peace- keeping operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "Security Council resolution 1325 (2000) \u201con Women, peace and security\u201d3 encourages \u201call involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their dependants\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7455, - "Score": 0.248069, - "Index": 7455, - "Paragraph": "If women and girls are to take advantage of training and education opportunities offered in the cantonment phase, child-care provisions cannot be optional or considered as non-essential. In order to safeguard against sexual violence, latrines, ablution areas, and washing and kitchen facilities should be placed in open areas and should be well lit at night. Cooking facilities, fuel and water should be provided so that women and girls do not need to leave the cantonment area.Health care services, which include reproductive and psychosocial health services, are essential. Women and girls may have specific health and psychosocial needs, e.g., relating to maternity or gender-based violence. Cantonment sites should provide birthing kits, suffi- cient clean water, supplemental feeding and medical facilities. Women and girls who have been abducted and/or suffered sexual assault during and after the conflict should be assisted by women who are trained in trauma management and offered counselling services, pro- vided that these are culturally acceptable and appropriate. Such assistance is essential to allow female ex-combatants in particular to participate in training and receive any health care or counselling services required.Opportunities should be provided during cantonment to educate women and girls about their rights, e.g., the right to own land or the right to take legal action against those who have committed crimes against them.In some countries, demobilized soldiers are offered opportunities to be employed in new security structures. Female ex-combatants should be provided with the same opportuni- ties as their male counterparts to join the restructured police and security forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 17, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.6 Cantonment", - "Heading3": "6.6.2. Cantonment: Female-specific interventions", - "Heading4": "", - "Sentence": "Female ex-combatants should be provided with the same opportuni- ties as their male counterparts to join the restructured police and security forces.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8462, - "Score": 0.241121, - "Index": 8462, - "Paragraph": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp. 6\u20137; Report of the Secretary\u00adGeneral to the Security Council on Liberia, 11 September 2003, para. 49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para. 1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004. \\n 2 \u201cEvery State has the duty to refrain from organizing or encouraging the organization of irregular forces or armed bands, including mercenaries, for incursion into the territory of another state . . . . Every State has the duty to refrain from organizing, instigating, assisting or participating in acts of civil strife or terrorist acts in another State or acquiescing in organized activities within its territory directed towards the commission of such acts, when the acts referred to in the present paragraph involve a threat or use of force No State shall organize, assist, foment, finance, incite or tolerate subversive, terrorist or armed activities directed towards the violent overthrow of the regime of another State, or interfere in civil strife in another State.\u201d \\n 3 Adopted by UN General Assembly resolution 43/173, 9 December 1988. \\n 4 Adopted by the First UN Congress on the Prevention of Crime and the Treatment of Offenders, Geneva 1955, and approved by the UN Economic and Social Council in resolutions 663 C (XXIV) of 31 July 1957 and 2076 (LXII) of 13 May 1977. \\n 5 Adopted by UN General Assembly resolution 45/111, 14 December 1990. \\n 6 UN General Assembly resolution 56/166, Human Rights and Mass Exoduses, para. 8, 26 February 2002; see also General Assembly resolution 58/169, para. 7. \\n 7 UN General Assembly resolution 58/169, Human Rights and Mass Exoduses, 9 March 2004. \\n 8 UN General Assembly, Report of the Fifty\u00adFifth Session of the Executive Committee of the High Commissioner\u2019s Programme, A/AC.96/1003, 12 October 2004. \\n 9 Information on separation and internment of combatants in sections 7 to 10 draws significantly from papers presented at the Experts\u2019 Roundtable organized by UNHCR on the Civilian and Humanitar\u00ad ian Character of Asylum (June 2004), in particular the background resource paper prepared for the conference, Maintaining the Civilian and Humanitarian Character of Asylum by Rosa da Costa, UNHCR (Legal and Protection Policy Research Series, Department of International Protection, PPLA/2004/02, June 2004), as well as the subsequent UNHCR draft, Operational Guidelines on Maintaining the Civilian Character of Asylum in Mass Refugee Influx Situations. \\n 10 Internment camps for foreign combatants have been established in Sierra Leone (Mapeh and Mafanta camps for combatants from the Liberian war), the Democratic Republic of the Congo (DRC) (Zongo for combatants from Central African Republic), Zambia (Ukwimi camp for combatants from Angola, Burundi, Rwanda and DRC) and Tanzania (Mwisa separation facility for combatants from Burundi and DRC). \\n 11 Da Costa, op. cit. \\n 12 The full definition in the 1989 International Convention Against the Recruitment, Use, Financing and Training of Mercenaries is contained in the glossary of terms in Annex A. In Africa, the 1977 Convention of the OAU for the Elimination of Mercenarism in Africa is also applicable. \\n 13 Universal Declaration of Human Rights, art. 14. The article contains an exception \u201cin the case of prose\u00ad cutions genuinely arising from non\u00adpolitical crimes or from acts contrary to the purposes and principles of the United Nations\u201d. \\n 14 For further information see UNHCR, Handbook for Repatriation and Reintegration Activities, Geneva, May 2004. \\n 15 The UN General Assembly has \u201cemphasiz[ed] the obligation of all States to accept the return of their nationals, call[ed] upon States to facilitate the return of their nationals who have been determined not to be in need of international protection, and affirm[ed] the need for the return of persons to be undertaken in a safe and humane manner and with full respect for their human rights and dignity, irrespective of the status of the persons concerned\u201d (UN General Assembly resolution 57/187, para. 11, 18 December 2002). \\n 16 Refer to UNHCR/DPKO note on cooperation, 2004. \\n 17 For the purpose of this Conclusion, the term \u201carmed elements\u201d is used as a generic term in a refugee context that refers to combatants as well as civilians carrying weapons. Similarly, for the purpose of this Conclusion, the term \u201ccombatants\u201d covers persons taking active part in hostilities in both inter\u00ad national and non\u00adinternational armed conflict who have entered a country of asylum. \\n 18 S/1999/957; S/2001/331 \\n 19 EC/GC/01/8/Rev.1 \\n 20 Workshop on the Potential Role of International Police in Refugee Camp Security (Ottawa, Canada, March 2001); Regional Symposium on Maintaining the Civilian and Humanitarian Character of Refugee Status, Camps and other locations (Pretoria, South Africa, February 2001); International Seminar on Exploring the Role of the Military in Refugee Camp Security (Oxford, UK, July 2001).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 49, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7333, - "Score": 0.239046, - "Index": 7333, - "Paragraph": "A gender-responsive approach to DDR should be built into every stage of DDR. This begins with discussions during the peace negotiations on the methods that will be used to carry out DDR. DDR advisers participating in such negotiations should ensure that women\u2019s interests and needs are adequately included. This can be done by insisting on the participation of female representatives at the negotiations, ensuring they understand DDR-related clauses and insisting on their active involvement in the DDR planning phase. Trained female leaders will contribute towards ensuring that women and girls involved in DDR (women and girls who are ex-combatants, women and girls working in support functions for armed groups and forces, wives and dependants of male ex-combatants, and members of the receiving com- munity) understand, support and strengthen the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "Trained female leaders will contribute towards ensuring that women and girls involved in DDR (women and girls who are ex-combatants, women and girls working in support functions for armed groups and forces, wives and dependants of male ex-combatants, and members of the receiving com- munity) understand, support and strengthen the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6443, - "Score": 0.239046, - "Index": 6443, - "Paragraph": "In addition to the context analysis, DDR practitioners and child protection actors should take the following Minimum Preparedness Actions into consideration when planning. These actions (outlined below) are informed by the Interagency Standing Committee\u2019s Emergency Response Preparedness Guidelines (2015): \\n Risk monitoring is an activity that should be ongoing throughout implementation, based on initial risk assessments. Plans should be developed detailing how this action will be conducted. For CAAFAG, specific risks might include (re-)recruitment; lack of access to DDR processes; unidentified psychosocial trauma; family or community abuse; stigmatization; and sexual and gender-based violence. Risk monitoring should specifically consider the needs of girls of all ages. \\n Risk monitoring is especially critical when children self-demobilize and return to communities during ongoing conflict. Results should be disaggregated to ensure that girls and other particularly vulnerable groups are considered. \\n Clearly defined coordination and management arrangements are critical to ensuring a child-sensitive approach for DDR processes, particularly given the complexity of the process and the need for transparency and accountability to generate community support. DDR processes for children involve a number of agencies and stakeholders (national and international) and require comprehensive planning regarding how these bodies will coordinate and report. The opportunity for children to be able to report and provide feedback on DDR processes in a safe and confidential manner shall be ensured. Moreover, an exit strategy should feature within a coordinated approach. \\n Needs assessments, information management and response monitoring arrangements must be central to any planning process. The needs of boy and girl CAAFAG are multifaceted and may change over time. A robust needs assessment and ongoing monitoring of the reintegration process for children is essential to minimize risk, identify opportunities for extended support and ensure the effective 18 protection of all children \u2013 especially vulnerable children \u2013 involved in DDR. Effective information management should be a priority and should include disaggregated data (by age, sex, ethnicity, location, or any other valid variable) to enable DDR practitioners and child protection actors to proactively adapt their approaches as needs emerge. It is important to note that all organizations working with children should fully respect the rights and confidentiality of data subjects, and act in accordance with the \u201cdo no harm\u201d principle and the best interests of children. \\n Case management systems should be community-based and, ideally, fit within existing community-based structures. Case management systems should be used to tailor the types of support that each child needs and should link to sexual and/or gender-based violence case management systems that provide specialized support for children who need it. Because reintegration of children is tailored to the individual needs of a child over time, a case management system is best to both address those needs and to build up case management systems in communities for the long term. \\n Reintegration opportunities and services, including market analysis are critical to inform an effective response that supports the sustainable economic reintegration of children. They should be used in conjunction with socioeconomic profiles to enable the development of solutions that meet market demand as well as the expectations of child participants and beneficiaries, taking into account gendered socio-cultural dynamics. See IDDRS 5.30 on Youth and DDR, sections 7 and 8, for more information. \\n Operational capacity and arrangements to deliver reintegration outcomes and ensure protection are essential to DDR processes for children. Plans should be put in place to enhance the institutional capacity of relevant stakeholders (including UN agencies, national and local Governments, civil society and sectors/clusters) where necessary. Negotiation capacity should also be considered in situations where children continue to be retained by armed forces and groups. The capacity of local service providers, businesses and communities, all of which will be directly involved on a daily basis in the reintegration process, should also be supported. \\n Contingency plans, linked to the risk analysis and monitoring system, should be developed to ensure that DDR processes for children retain enough flexibility to adapt to changing circumstances.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 17, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "The capacity of local service providers, businesses and communities, all of which will be directly involved on a daily basis in the reintegration process, should also be supported.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8313, - "Score": 0.237171, - "Index": 8313, - "Paragraph": "The disarmament, demobilization, rehabilitation and reintegration of former combatants should be monitored and reported on by relevant agencies as part of a community\u00adfocused approach (i.e., including monitoring the rights of war\u00adaffected communities, returnees and IDPs, rather than singling out former combatants for preferential treatment). Relevant monitoring agencies include UN missions, UNHCHR, UNICEF and UNHCR. Human rights monitoring partnerships should also be established with relevant NGOs.In the case of an overlap in areas of return, UNHCR will usually have established a field office. As returnee family members of former combatants come within UNHCR\u2019s mandate, the agency should monitor both the rights and welfare of the family unit as a whole, and those of the receiving community. Such monitoring should also help to build confidence.What issues should be monitored? \\n Non-discrimination: Returned former combatants and their families/other dependants should not be targeted for harassment, intimidation, extra-judicial punishment, violence, denial of fair access to public institutions or services, or be discriminated against in the enjoyment of any basic rights or services (e.g., health, education, shelter); \\n Amnesties and guarantees: Returned former combatants and their families should benefit from any amnesties in force for the population generally or for returnees specifically. Amnesties may cover, for example, matters relating to having left the country of origin and having found refuge in another country, draft evasion and desertion, as well as the act of performing military service in unrecognized armed groups. Amnesties for international crimes, such as genocide, crimes against humanity, war crimes and serious violations of international humanitarian law, are not supported by the UN. Former combatants may legitimately be prosecuted for such crimes, but they must receive a fair trial in accordance with judicial procedures; \\n Respect for human rights: In common with all other citizens, the human rights and fundamental freedoms of former combatants and their families must be fully respected; 2.30 Level 5 Cross-cutting Issues Cross-border Population Movements 31 5.40 \\n Access to land: Equitable access to land for settlement and agricultural use should be encouraged; \\n Property recovery: Land or other property that returned former combatants and their families may have lost or left behind should be restored to them. UN missions should support governments in setting up dispute resolution procedures on issues such as property recovery. The specific needs of women, including widows of former combatants, should be taken into account, particularly where traditional practices and laws discriminate against women\u2019s rights to own and inherit property; \\n Protection from landmines and unexploded ordnances: Main areas of return may be at risk from landmines and unexploded ordnances that have not yet been cleared. Awareness-raising, mine clearance and other efforts should therefore include all members of the community; \\n Protection from stigmatization: Survivors of sexual abuse, and girls and women who have had to bear their abusers\u2019 children may be at risk of rejection from their communities and families. There may be a need for specific community sensitization to combat this problem, as well as efforts to empower survivors through inclusion in constructive socio-economic activities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 30, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.4. Monitoring", - "Heading3": "", - "Heading4": "", - "Sentence": "The disarmament, demobilization, rehabilitation and reintegration of former combatants should be monitored and reported on by relevant agencies as part of a community\u00adfocused approach (i.e., including monitoring the rights of war\u00adaffected communities, returnees and IDPs, rather than singling out former combatants for preferential treatment).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5930, - "Score": 0.23355, - "Index": 5930, - "Paragraph": "A young person\u2019s level of education will often determine whether he or she makes a successful transition into the world of work. There is also evidence that keeping young people in school slows the transmission of HIV/AIDS and has other mental health and psychosocial benefits for youth affected by armed conflict (see IDDRS 5.60 on HIV/AIDS and DDR). Although a lack of primary education is normally a problem that only affects younger children, in an increasing number of conflict-affected countries, low literacy has become a major problem among youth.Time spent with an armed force or group results in a loss of educational opportunities. This in turn can create barriers to socioeconomic (re)integration, as youth are often faced with pressure to provide for themselves and their families. In contrast, a return to education can help to foster a sense of normalcy, including social interaction with other students, that assists with other elements of reintegration. As explained in detail in IDDRS 5.20 on Children and DDR, when transitioning from military to civilian life, youth may be reluctant to resume formal basic education because they feel embarrassed to attend schools with children of a much younger age, or because their care-giving responsibilities are simply too heavy to allow them the time to study without earning an income. Costs can be prohibitive, and older youth may be pressured into employment. For those youth who do return to education, many experience diminished educational attainment. This may be due to an inability to concentrate because of the trauma they experienced, or due to the absence of teachers with the experience and capacity to deal with the obstacles to learning that they face.Obstacles to the education of youth who are ex-combatants and persons associated with armed forces or groups must be overcome if their reintegration is to be successful. Youth should not feel stigmatized because they lost the opportunity to acquire an education, served in armed forces or groups, became refugees, or were not able to attend school for other reasons. Youth should also not be prevented from attending school due to costs, or because they are parents or hold other responsibilities (e.g., main household earner). The best solution may be to provide youth who have missed out on education with Accelerated Learning Programmes (ALP), which are designed and tailored for older learners and that are compatible with and recognized by the formal system of education (see section 7.9.4 in IDDRS 5.20 on Children and DDR). This may require the development of creative modalities for the provision of catch-up education in order to remain sensitive to the needs of youth, overcome obstacles, and maximize accessibility. For example: //n Begin education (basic literacy, numeracy and primary education) during demobilization and begin youth on a trajectory that will enable easier integration into formal education. //n Develop education programmes for different subsets of youth who are former members of armed forces and groups to best take into account their ability to learn and their level of development and maturity (e.g., through remedial education). //n Provide initial bridging education in separate facilities (for a short time only) to build up to a minimal level of educational attainment before entering mainstream classes. //n Train and mentor teachers in the provision of education to vulnerable, at-risk youth. //n Train teachers to promote peaceful coexistence and adapt curricula accordingly. //n Provide child-care facilities at all schools offering education for youth, to allow young mothers and youth who have responsibilities for dependents to attend. Childcare should be free and include a feeding/nutritional programme. //n Deliver vocational training on a part-time basis, so that it is possible to use the rest of the week for regular catch-up education. The mix of education and vocational training provides former combatants with a broader basis for finding long-term employment than simple vocational training. This system has the additional advantage of increasing the number of places available at training centres, which exist only in a limited number, as trainees will only attend two half-days of training a week, allowing many more people to be trained than if only one group attended full-time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 19, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.7 Education", - "Heading4": "", - "Sentence": "This may be due to an inability to concentrate because of the trauma they experienced, or due to the absence of teachers with the experience and capacity to deal with the obstacles to learning that they face.Obstacles to the education of youth who are ex-combatants and persons associated with armed forces or groups must be overcome if their reintegration is to be successful.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5858, - "Score": 0.23094, - "Index": 5858, - "Paragraph": "The transition from military to civilian life can be extremely difficult and stressful for youth who are ex-combatants or persons associated with armed forces or groups. These young men and women often lack experience in navigating civilian systems or processes such as finding accommodation, accessing services and engaging in civilian life. Pre-discharge awareness raising can be a critical component in ensuring a smooth initial transition and to begin to prepare youth for civilian life. As such, specialized sensitization programmes should be developed for youth to address the various concerns specific to this group. These programmes should take into account specific gender differences such as addressing societal expectations (e.g., for males to be the primary breadwinner, for females to fulfil traditional gender roles) and risks of stigmatization/rejection. However, they should also be designed to prepare youth for their reintegration, including beginning to raise and where appropriate address issues such as social norms and how to resolve disagreements and disputes non-violently. Given that youth may have been socialized into violence during the period they were associated with an armed force or group, longer-term reintegration support is necessary. Sensitization should therefore focus on helping youth find solutions to the challenges they may face on their return, rather than purely identifying those challenges.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 14, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.5 Pre-Discharge Awareness Raising", - "Heading4": "", - "Sentence": "The transition from military to civilian life can be extremely difficult and stressful for youth who are ex-combatants or persons associated with armed forces or groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5887, - "Score": 0.23094, - "Index": 5887, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7065, - "Score": 0.23094, - "Index": 7065, - "Paragraph": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins. For example, it may be that troops are being kept in their barracks in the interim period between the signing of a peace accord and the roll-out of DDR; this provides an ideal captive (and restive) audience for awareness programmes and makes use of existing structures.7 In such cases, DDR planners should design joint projects with other actors working on HIV issues in the country. To avoid duplication or over-extending DDR HIV budgets, costs could be shared based on a proportional breakdown of the target group. For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage. Such an approach would be more comprehensive, easier to implement, and have longer-term benefits. It would also complement HIV/AIDS initiatives in broader SSR programmes.Demobilization is often a very short process, in some cases involving only reception and documentation. While cantonment offers an ideal environment to train and raise the awareness of a \u2018captive audience\u2019, there is a general trend to shorten the cantonment period and instead carry out community-based demobilization. Ultimately, most HIV initiatives will take place during the reinsertion phase and the longer process of reintegration. However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization. If the time allowed for a specific phase is changed, for example, if an envisaged cantonment period is shortened, it should be understood that the HIV/AIDS minimum requirements are not dropped but are instead included in the next phase of the DDR programme. Condoms and awareness material/referral information should be available whatever the length of cantonment, and must be included in \u2018transitional packages\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7142, - "Score": 0.23094, - "Index": 7142, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7954, - "Score": 0.23094, - "Index": 7954, - "Paragraph": "This module is intended primarily for policy makers and operational staff of agencies deal\u00ad ing with combatants and associated civilians moving across international borders, regardless of whether or not there are DDR programmes on either side of the border. The guidelines offered in it are also aimed at assisting governments to fulfil their international obligations, and at guiding donors in making funding decisions. They are based on relevant provisions of international law, field experience and lessons learned from a number of operations, par\u00ad ticularly in Africa.This module on cross\u00adborder population movements has been included in the integrated DDR standards because of the regional and international dimensions of conflicts and the impact on population movements: wars lead to both combatants and civilians crossing borders; there are regional and international causes and actors; and cross\u00adborder combatants can a pose a threat to regional and international security. At the end of a conflict, repatriation and sustainable reintegration are needed for both combatants and civilians, contributing to the creation of properly functioning communities in the country of origin. For some, local integration in the host country \u2014 or, in exceptional cases, third\u00adcountry resettlement \u2014 will be the appropriate long\u00adterm course of action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "At the end of a conflict, repatriation and sustainable reintegration are needed for both combatants and civilians, contributing to the creation of properly functioning communities in the country of origin.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8037, - "Score": 0.23094, - "Index": 8037, - "Paragraph": "Advocacy by agencies should be coordinated. Agencies should focus on assisting the host government to understand and implement its obligations under international law and show how this would be beneficial to State interests, such as preserving State security, demonstrating neutrality, etc.What key points should be highlighted in advocacy on international obligations? \\n The government must respect the right to seek asylum and the principle of non-refoulement for all persons seeking asylum, including acceptance at the frontier; \\n The government must take measures to identify, disarm and separate combatants from refugees as early as possible, preferably at the border; \\n The government of a neutral State has an obligation to intern identified combatants in a safe location away from the border/conflict zone; \\n An active combatant cannot be considered as a refugee. However, at a later stage, when it is clear that combatants have genuinely and permanently given up military activities, UNHCR would assist the government to determine the refugee status of demobilized former combatants using special procedures if any apply for refugee status; \\n Foreign children associated with armed forces and groups should be dealt with separately from adult foreign combatants and should benefit from special protection and assistance with regard to disarmament, demobilization, rehabilitation and reintegration. They should first be properly identified as persons under the age of 18, separated from adult combatants as soon as possible, and should not be accommodated in internment camps for adult combatants. They may be given the status of refugees or asylum seekers and accommodated in refugee camps or settlements in order to encourage their rehabilitation, reintegration and reconciliation with their communities; \\n Civilian family members of combatants should be treated as prima facie refugees or asylum seekers and may be accommodated in refugee camps or settlements; \\n Special assistance should be offered to women or girls abducted/forcibly married into armed groups and forces and then taken over borders.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 11, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.2. Advocacy", - "Heading4": "", - "Sentence": "However, at a later stage, when it is clear that combatants have genuinely and permanently given up military activities, UNHCR would assist the government to determine the refugee status of demobilized former combatants using special procedures if any apply for refugee status; \\n Foreign children associated with armed forces and groups should be dealt with separately from adult foreign combatants and should benefit from special protection and assistance with regard to disarmament, demobilization, rehabilitation and reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8274, - "Score": 0.23094, - "Index": 8274, - "Paragraph": "Apart from combatants who are confined in internment camps, there are likely to be other former or active combatants living in communities in host countries. Therefore, national security authorities in host countries, in collaboration with UN missions, should identify sites in the host country where combatants can present themselves for voluntary repatria\u00ad tion and incorporation in DDR programmes. In all locations, UNICEF, in collaboration with child protection NGOs, should verify each child\u2019s age and status as a child soldier. In the event that female combatants and women associated with armed forces and groups are identified, their situation should be brought to the attention of the lead agency for women in the DDR process. Where combatants are in possession of armaments, they should be immediately disarmed by security forces in collaboration with the UN mission in the host country.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.4. Identification of foreign combatants and disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Apart from combatants who are confined in internment camps, there are likely to be other former or active combatants living in communities in host countries.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7356, - "Score": 0.230089, - "Index": 7356, - "Paragraph": "Planners should develop a good understanding of the legal, political, economic, social and security context of the DDR programme and how it affects women, men, girls and boys differently, both in the armed forces and groups and in the receiving communities. In addition, planners should understand the different needs of women, men, girls and boys who participate in DDR processes according to their different roles during the conflict (i.e., armed ex-combatants, supporters, or/and depend- ants). The following should be considered. \\n Different choices: There may be a difference in the life choices made by women and girls, as opposed to men and boys. This is because women, men, girls and boys have different roles before, during and after conflicts, and they face different problems and expectations from society and their family. They may, as a result, have different prefer- ences for reintegration training and support. Some women and girls may wish to return to their original homes, while others may choose to follow male partners to a new loca- tion, including across international boundaries; \\n Different functions: Many women and girls participate in armed conflict in roles other than as armed combatants. These individuals, who may have participated as cooks, mes- sengers, informal health care providers, por- ters, sex slaves, etc., are often overlooked in the DDR process. Women and girls carry out these roles both through choice and, in the case of abductees and slaves, because they are forced to do so.Within receiving communities, in which women already have heavy responsibilities for caregiving, reintegration may place fur- ther burdens of work and care on them that will undermine sustainable reintegration if they are not adequately supported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "Women and girls carry out these roles both through choice and, in the case of abductees and slaves, because they are forced to do so.Within receiving communities, in which women already have heavy responsibilities for caregiving, reintegration may place fur- ther burdens of work and care on them that will undermine sustainable reintegration if they are not adequately supported.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7947, - "Score": 0.227038, - "Index": 7947, - "Paragraph": "This module attempts to answer the following questions: \\n What are the population groups connected with combatants moving across interna\u00ad tional borders? \\n What are the standards and legal frameworks governing their treatment? What are recommendations for action on both sides of the border? \\n What are the roles and responsibilities of international and national agencies on both sides of the border?The module discusses issues relating to foreign adult combatants, foreign women asso\u00ad ciated with armed groups and forces in non\u00adcombat roles, foreign children associated with armed groups and forces, civilian family members/dependants of foreign combatants, and cross\u00adborder abductees. Their status at various phases \u2014 upon crossing into a host country, at the stage of DDR and repatriation planning, and upon return to and reintegration in their country of origin \u2014 is discussed, and ways of dealing with those who do not repatriate are explored.The module\u2019s aims to provide guidance to agencies supporting governments to fulfil their obligations under international law in deciding on the appropriate treatment of the population groups connected with cross\u00adborder combatants.The principles in this module are intended to be applied not only in formal DDR pro\u00ad grammes, but also in situations where there may be no such programme (and perhaps no United Nations [UN] mission), but where activities related to the identification of foreign combatants, disarmament, demobilization, internment, repatriation and reintegration or other processes are nevertheless needed in response to the presence of foreign combatants on a State\u2019s territory.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Their status at various phases \u2014 upon crossing into a host country, at the stage of DDR and repatriation planning, and upon return to and reintegration in their country of origin \u2014 is discussed, and ways of dealing with those who do not repatriate are explored.The module\u2019s aims to provide guidance to agencies supporting governments to fulfil their obligations under international law in deciding on the appropriate treatment of the population groups connected with cross\u00adborder combatants.The principles in this module are intended to be applied not only in formal DDR pro\u00ad grammes, but also in situations where there may be no such programme (and perhaps no United Nations [UN] mission), but where activities related to the identification of foreign combatants, disarmament, demobilization, internment, repatriation and reintegration or other processes are nevertheless needed in response to the presence of foreign combatants on a State\u2019s territory.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7870, - "Score": 0.225374, - "Index": 7870, - "Paragraph": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs. Depending on location, health activities will normally include some or all of the following: \\n providing medical screening and counselling for combatants and dependants; \\n establishing basic preventive and curative health services. \\n Priority should go to acute and infectious conditions (typically malaria); however, as soon as possible, measures should also be set in place for chronic and non-infectious cases (e.g., tuberculosis and diabetes, or epilepsy) and for voluntary testing and counselling services for sexually transmitted infections (STIs), including HIV/AIDS; \\n establishing a referral system that can cover medical, surgical and obstetric emergencies, as well as laboratory confirmation at least for diseases that could cause epidemics; \\n adopting and adapting national standard protocols for the treatment of the most common diseases;9 \\n establishing systems to monitor potential epidemiological/nutritional problems within assembly areas, barracks, camps for dependants, etc. with the capacity for early warning and outbreak response; \\n providing drugs and equipment including a system for water quality control and bio- logical sample management; \\n organizing public health information campaigns on STIs (including HIV/AIDS), water- borne disease, sanitation issues such as excreta disposal, food conservation and basic hygiene (especially for longer-term cantonment); \\n establishing systems for coordination, communication and logistics in support of the delivery of preventive and curative health care; \\n establishing systems for coordination with other sectors, to ensure that all vital needs and support systems are in place and functioning.Whenever people are grouped together in a temporary facility such as a cantonment site, there will be matters of specific concern to health practitioners. Issues to be aware of include: \\n Chronic communicable diseases: Proper compliance with anti-TB treatment can be difficult to organize and sustain, but it should be considered a priority; \\n HIV/AIDS: Screening of soldiers should be voluntary and carried out after combatants are given enough information about the screening process. The usefulness of screening when the system is not able to respond adequately (by providing anti-retroviral therapy and proper follow-up) should be carefully thought out. Combatants have the right to the confidentiality of the information collected;10 \\n Violence/injury prevention: Cantonment is a strategy for reducing violence, because it aims to contain armed combatants until their weapons can be safely removed. However, there is a strong likelihood of violence within cantonment sites, especially when abducted women or girls are separated from men. Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this. In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders. An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 10, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.1. Dealing with key health concerns during demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5912, - "Score": 0.223607, - "Index": 5912, - "Paragraph": "Many youths may have habitually taken or been given drugs as combatants. In some war zones, commanders routinely give drugs to youngsters to make them dependent on the group, more obedient, and reduce their resistance to committing violent acts or crimes. At the end of the conflict, some youth may fall into drug and alcohol abuse as a coping mechanism.Reintegration programmes should make a particular effort to deal with the issue of the harmful use of drugs and alcohol by young combatants, including through the provision of drug/alcohol abuse treatment and/or the provision of referral services. In many countries, the use of such substances seriously undermines the effective implementation of youth employment and reintegration programmes. If young combatants are provided with money to start their businesses while they are not fully detoxed and rehabilitated from drugs they were using during combat, their reintegration is less likely to be successful. A fear that ex-combatants are habitual drug users is also an important reason why employers may be unwilling to recruit these individuals (also see IDDRS 5.70 on Health and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.5 Drug and Alcohol Addiction", - "Heading4": "", - "Sentence": "If young combatants are provided with money to start their businesses while they are not fully detoxed and rehabilitated from drugs they were using during combat, their reintegration is less likely to be successful.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6883, - "Score": 0.223607, - "Index": 6883, - "Paragraph": "Often children do not have civil registration documents showing their birth or age. However, because it is a breach of international humanitarian law, human rights law and international criminal law to recruit children under 15 years old anywhere, and to allow any child to take part in hostilities, and because children are entitled to special protections and support, it may be important to determine whether an individual is below age 18. Reintegration and child DDR generally are designed to ensure appropriate support to children under age 18, with no difference in definition, and regardless of the legal age of recruitment or other definitions or age of a child locally.It is important to manage the identification and separation of children from adults in a coordinated way during demobilization, and throughout DDR. Failure to do so may lead to serious unintended consequences, such as the re-recruitment of children, children claiming to be adults, and adults claiming to be children.To determine a child\u2019s age, the following are general principles: \\n If in doubt, assume the person is below 18. \\n Identification should take place as early as possible to allow them to access age-appropriate services. \\n Identification must occur before disarmament. \\n A child protection actor should be given access to disarmament sites to identify children. \\n Children should be immediately informed that they are entitled to support so that they are less likely to try to identify as adults.Considerations: \\n Interviews should be confidential. \\n Identification of children should take place before any other identification processes. \\n Children should be required to show that they can use a weapon (this is because they may have been used in a non-combat role). \\n During negotiations, children should not be counted in the number of armed forces or group (this is to avoid incentivizing child recruitment to inflate numbers). \\n The role that a person plays in the armed group should have no effect of the determination of whether the person is a child.For practitioners who are handling demobilization, Age Assessment: A Technical Note (2013) gives more detailed information on age determinations and includes the following core standards: \\n 1) An age assessment should only be requested when it is in the best interests of the child. \\n 2) Children should be given relevant information about the age assessment procedure \\n 3) Informed consent must be sought from the person whose age is being assessed before the assessment begins. \\n 4) Age assessments should only be a measure of last resort and be initiated only if a serious doubt about the person\u2019s age exists. \\n 5) Age assessments should be applied without discrimination. \\n 6) An unaccompanied or separated child should have a guardian appointed to support them through the age assessment procedure. \\n 7) Assessments must follow the least intrusive method, which upholds the dignity and physical integrity of the child at all times, and be gender and culturally appropriate \\n 8) Where there is a margin of error, this margin should be applied in favour of the child. \\n 9) Age assessments should take an holistic approach. \\n 10) A means of challenging the age determination should exist if the child wishes to contest the outcome of the assessment. \\n 11) Age assessments should only be undertaken by independent and appropriately skilled practitioners.The checklist to determine the age includes: \\n\\n Pre-procedure: \\n Undertake an age assessment only when relevant actors have serious doubts about the stated age of the child; ensure that the assessment is not being initiated as a routine or standard procedure. Is the procedure really necessary? \\n Plan any physical examination only as a measure of last resort to take place only when all other attempts e.g., the gathering of documentary evidence, interviewing the child, etc., have failed to establish age. Is a physical examination the only method of assessing age? \\n Secure informed consent to conduct the age assessment from the child or the guardian. It is extremely unlikely that genuine informed consent can be forthcoming at a time of \u2018crisis\u2019 and consent should only be sought when a child has had time to recover from traumatic or unsettling episodes \u2013 this may take considerable time in some instances. In circumstances where there is no consent, it cannot be used against the person and the person should be considered a child. Has the child given informed consent to a physical examination? \\n\\n During the Procedure \\n Conduct any age assessment procedure using a multi-disciplinary approach that draws on a range of appropriately skilled professionals and not solely on a physical examination. Is a range of approaches being used in the age assessment? \\n When selecting professionals to conduct an age assessment, select only those without a vested interest in the outcome, and who are independent from any agencies and actors that would provide services or support to the child or who would become responsible for the child if they are assessed as being a child. Are the professionals engaged in the assessment independent? \\n Subject to the wishes of the child, support him or her throughout the process of assessment, including by informing the child in a language he or she understands, and providing a guardian, legal or other representative to accompany them during the entire process. Is the child supported throughout the process? \\n Develop and conduct the age assessment process in a culturally and gender sensitive way using practitioners who are fully familiar with the child\u2019s cultural and ethnic background. Is the assessment sensitive to cultural and gender needs? \\n Protect the child\u2019s bodily integrity and dignity at every stage of the process. Is the process free from humiliation, discrimination, or other affront? \\n Conduct the age assessment in an environment that is safe for children, which supports their needs and is child appropriate. Is the process consistent with child safeguarding principles and child-friendly? \\n\\n Post procedure \\n Provide any services and support relevant to the outcome of the assessment without delay. What services and support are required to address the person\u2019s identified needs? \\n If any doubt remains about the age of the child, ensure that this is applied to the advantage of the child. Has any doubt about the child\u2019s age been resolved in favor of the child? \\n As promptly as is reasonably practical, explain the outcome and the consequences of the outcome to the child. Have the outcome and its consequences been explained? \\n Inform the child of the ways that he or she can challenge a decision which they disagree with. Has the child been informed of his or her rights to challenge the decision?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 48, - "Heading1": "Annex B: Determining a child\u2019s age", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Is the child supported throughout the process?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7385, - "Score": 0.223607, - "Index": 7385, - "Paragraph": "Definitions of who is a dependant should reflect the varied nature and complexity of the conflict situation, where dependent women and girls may not be legal wives of ex-combatants. Where a male ex-combatant and a woman or girl live as man and wife according to local perceptions and practices, this will guarantee the eligibility of the woman or girl for inclu- sion in the DDR programme. Eligibility criteria should be determined so that they include \u2014 where relevant \u2014 multiple wives (both formal and informal) of a male ex-combatant. The dependants of an ex-combatant should include any person living as part of the ex- combatant\u2019s household under their care.xxIn situations where governments are responsible for all or part of the DDR process, UN representatives should encourage national DDR commissions to work closely with government ministries in charge of women\u2019s affairs, as well as women\u2019s peace-building networks. National DDR commissions should be encouraged to employ women in leader- ship positions and assign gender focal points within the commission.Troop-contributing countries should be encouraged by DPKO to make it an urgent priority to deploy women in peacekeeping operations. Female military personnel with gen- der training should be used as much as possible during the DDR process, in particular during the initial stages of screening and identification. Female military personnel should also play an important role in receiving and transmitting information on gender-based violence and/or sexual exploitation and abuse occurring in DDR sites.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 12, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.2. Demobilization mandates, scope, institutional arrangements: Female-specific interventions", - "Heading4": "", - "Sentence": "Definitions of who is a dependant should reflect the varied nature and complexity of the conflict situation, where dependent women and girls may not be legal wives of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7414, - "Score": 0.223607, - "Index": 7414, - "Paragraph": "If cash hand-outs are given to DDR participants as part of their transitional support, the needs and spending patterns of women should be taken into account, and accommodated as much as possible (e.g., do women prefer large payments of cash or monthly payments? Does either form of payment subject women and girls to additional security risks?).Women\u2019s traditional forms of money management should be recognized and supported (e.g., through rotational loan and credit schemes or other innovative forms of microcredit), and, where available, women should be given access to banks and encouraged to open private bank accounts to safeguard their money.Education and training efforts should deal with the needs and desires of the women and girls and start as soon as possible during the demobilization phase. Experience has shown that women and girls tend to be overwhelmed by household responsibilities and may be unable to move around freely once they return home, and are therefore less likely to be able to attend training programmes. Women\u2019s access will be greatly improved if efforts are made to provide child-care and other services.In many countries, women and girls have lower educational levels and are skilled in jobs that earn less money than their male peers. This should be taken into account in training programmes through providing additional resources for literacy and training in high-earning skills for women and girls. Skills should be culturally appropriate as far as possible, although efforts should be made not to restrict women to low-paid \u2018traditional\u2019 female work, since the post-conflict period offers the possibility of social transformation, including making use of skills acquired by women in wartime.Educational opportunities should be equally available to female and male children of ex-combatants and widows.The spouse or other female family mem- bers of a male ex-combatant should be brought in to witness the signing of an agreement on how his money will get paid. In this way, the resources may actually get passed on to the family, and from there move into the broader community.Receiving communities and women community leaders should be informed about the intention and use of reintegration packages and their potential impact. It cannot be assumed that the benefits of DDR will automatically enrich the community that they enter; they may in fact cause resentment and violence. Efforts should be made to include communities when deciding how development packages will be provided so that ex-combatants\u2019 access to these resources can be influenced and monitored by the community to which they return.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 14, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "6.4.2. Transitional support: Female-specific interventions", - "Heading4": "", - "Sentence": "Efforts should be made to include communities when deciding how development packages will be provided so that ex-combatants\u2019 access to these resources can be influenced and monitored by the community to which they return.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6411, - "Score": 0.223607, - "Index": 6411, - "Paragraph": "A detailed situation analysis should assess broad conflict-related issues (location, political and social dynamics, causes, impacts, etc.) but also the specific impacts on children, including disaggregation by gender, age and location (urban-rural). The situation analysis is critical to identifying obstacles to, and opportunities for, reintegration support. A detailed situation analysis should examine: \\n\u00a7 The objectives, tactics and command structure/management/hierarchy of the armed force or group; \\n\u00a7 The circumstances, patterns, causes, conditions, means and extent of child recruitment by age and gender; \\n\u00a7 The emotional and psychological consequences of children\u2019s living conditions and experiences and their gendered dimensions; \\n\u00a7 Attitudes, beliefs and norms regarding gender identities in armed forces and groups and in the community; \\n\u00a7 The attitudes of families and communities towards the conflict, and the extent of their resilience and capacities; \\n\u00a7 The absorption capacity of and support services necessary in communities of return, in particular families, which play a critical role in successful release and reintegration efforts; \\n\u00a7 The extent of children\u2019s participation in armed forces and groups, including roles played and gender, age or other differences; \\n\u00a7 Children\u2019s needs, expectations, and aspirations; \\n\u00a7 The evident obstacles to, and opportunities for, child and youth reintegration, with consideration of what risks and opportunities may arise in the future; and \\n\u00a7 The needs of, and challenges of working with, special groups (girls, girl mothers, disabled children, foreign children, young children, adolescents, male survivors of sexual violence, 16 severely distressed children, children displaying signs of post-traumatic stress disorder, and unaccompanied and separated children).DDR practitioners should be aware that the act of asking about children\u2019s and communities\u2019 wishes through assessments can raise expectations, which can only be managed by being honest about which services or assistance may or may not ultimately be provided. Under no circumstances should interviewers or practitioners make promises or give assurances that they are not certain they can deliver. Neither should they make promises about actions others may take. Some suggested key questions for context analysis can be found in Box 1 (see also IDDRS 3.11 on Integrated Assessments).BOX 1: KEY QUESTIONS FOR CONTEXT ANALYSIS \\n What is the context? What are the social, political, economic and cultural origins of the conflict? Is it perceived as a struggle for liberation? Is it limited to a particular part of the country? Does it involve particular groups or people, or is it more generalized? What is the demographic composition of the population? What are the direct impacts of the conflict on children? Are the impacts different according to the background of the girls or boys? How are children perceived or described by other stakeholders in the context? \\n What is the ideology of the armed force or group? Do its members have a political ideology? Do they have political, social or other goals? What means does the armed force/group use to pursue its ideology? What are the gender dimensions of their ideology? Who supports the armed force/group? What is the level of perceived legitimacy of the armed force/group? How does age- and gender-based norms and practices feature in the armed force/group\u2019s ideology? \\n How is the armed force or group structured? Where is the locus of power? How many levels of hierarchy exist? Does the leadership have tight control over its forces? What roles are traditionally assigned to children within the force/group? Whom do children associated with armed forces and groups report to? Is reporting the same for boys and girls? How is authority/rank established? Who makes decisions regarding the movements of the armed force/group? Has the armed force/group had foreign sponsors (companies, organizations)? \\n Does the armed force/group focus on particular ethnic, religious, geographic or socioeconomic groups for recruitment? Are children directly targeted for recruitment? Are girls and boys targeted equally? Is there a particular reason why the armed force/group may target the recruitment of girls and boys? Where does the armed force/group do most of its recruiting? Is recruitment \u2018voluntary\u2019, forced or compulsory? Looking back over three, six and twelve months, has recruitment been increasing or decreasing, and does it differ over the course of the year? Are children promised anything when they join up (e.g., protection for their families, money, goods, weapons)? What is the proportion of children in the armed force/group? \\n What conditions did the children live in while in the armed force/group? How do the children feel about their conditions? Was there exploitation or abuse, and if so, for how long and of what kind? How are boys and girls affected differently by their recruitment and use by the armed force/group? What kind of work did children perform in the armed force/group? How has 17 children\u2019s behaviour changed as a result of being recruited? Have their attitudes and values changed? What were the children's perceptions of the armed force/group before recruitment? \\n How do children recruited understand their role in the conflict? Are there any perceived benefits for children to join armed forces/groups (i.e., status recognition, addressing grievances)? What are their expectations and aspirations for the future? How can their experiences be harnessed for productive purposes? \\n What do the communities feel about the impact of the conflict on children? How do communities view the role of children in armed forces and groups? What impact is this likely to have on the children\u2019s reintegration? How has the conflict affected perceptions of the roles of girls and women? What are the community\u2019s perceptions of sexual violence against boys and girls? What is the people\u2019s understanding of children\u2019s responsibility in the conflict? What social, cultural and traditional practices exist to help children\u2019s reintegration into their communities? Do institutions, policies and social groups have specific procedures or services to cater for children\u2019s specific needs? How familiar are children with these practices?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 15, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "What impact is this likely to have on the children\u2019s reintegration?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6744, - "Score": 0.223607, - "Index": 6744, - "Paragraph": "Being recognized, accepted, respected, and heard in the community is an important part of the reintegration process. However, this is a complex issue for children, as they are generally excluded from community decision-making processes. Children may also lack the self-esteem and skills necessary to engage in community affairs usually reserved for adults. Reintegration support should strive to generate capacities for such participation in civilian life.Although political reintegration is generally a feature of adult DDR processes (see IDDRS 4.30 on Reintegration), children also have political rights and should be heard in decisions that shape their future. Efforts should be made to ensure that children\u2019s voices are heard in local-level decision-making processes that affect them. Not only is this a rights-based issue, but it is also an important way to address some of the grievances that may have led to their recruitment (and potential re-recruitment). For children nearing the age of majority, having a voice in decision- making can be a key factor in reducing intergenerational conflict.CAAFAG may face particular difficulties attaining a role in their community due to their past associations or because they belong to communities that were excluded prior to the conflict. Girls, persons with disabilities, or people living with HIV/AIDS may also be denied full participation in community life. The creation of inclusive societies is an issue bigger than DDR. However, the reintegration process provides an opportunity to make an initial investment in this endeavour through potential interventions in several areas.Civic education \\n To make the transition from military to civilian life, children need to be aware of their political rights and, eventually, responsibilities. They need to understand good citizenship, communication and teamwork, and non-violent conflict resolution methods. Ultimately, it is the child\u2019s behaviour that will facilitate successful reintegration, and preparing a child to engage socially and politically, in a productive manner, will be central to this process. Such activities can prepare them to play a socially useful role that is acknowledged by the community. Special efforts should be made to include girls in civic education training to ensure they are aware of their rights. However, children should not be forced to participate in any activities, nor used by armed or political groups to achieve specific political objectives, and their rights to free speech, opinion and privacy should be prioritized.Ensure child participants in DDR processes have a voice in local and national recovery \\n DDR processes should be aligned with national plans and strategies for recovery, the design of which should be informed by inputs from their participants. The inclusion of conflict-affected children and CAAFAG in these processes enables children to identify and advocate for specific measures of importance with regard to youth and recovery policies. Specific attention should be given to particularly vulnerable groups who may ordinarily be marginalized.Promote the gender transformation agenda \\n Efforts to strengthen the agency of girls will only go so far in addressing gender inequality. It is also important to work with the relationships and structures present that contribute to their (dis)empowerment. It is critical to support the voice and representation of girls within their communities to enable their full reintegration and to contribute to eradication of the structural inequalities that influenced their recruitment. Working with men and boys to address male gender roles and masculine norms that promote violence is required.Build a collective voice \\n An inclusive programme sees community children, particularly those affected by conflict in other ways, participating in programming alongside CAAFAG. This provides an opportunity for children and youth to coordinate and advocate for greater inclusion in decision-making processes.Create children\u2019s committees across the various areas of reintegration programming \\n Children should have the opportunity to put forward their views individually and collectively. Doing so will provide a mechanism to substantively improve programme outcomes and thus ensure the best interests of the child. It also gives greater voice to other vulnerable and marginalized children in the community. Steps should be taken to ensure that girls, and especially girl mothers, are included in these committees.Encourage the participation and visibility of programme beneficiaries in public events \\n Greater participation and visibility of CAAFAG as well as non-CAAFAG will increase the opportunities for children to be involved in community processes. As community members, and community decision makers in particular, have more positive interactions with CAAFAG, they are more likely to open up space for their involvement in community affairs. However, all participation shall be voluntary, and CAAFAG should not be pushed into visible roles unless they feel comfortable occupying them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 40, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.9 Voice, participation and representation", - "Heading4": "", - "Sentence": "Reintegration support should strive to generate capacities for such participation in civilian life.Although political reintegration is generally a feature of adult DDR processes (see IDDRS 4.30 on Reintegration), children also have political rights and should be heard in decisions that shape their future.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8621, - "Score": 0.223607, - "Index": 8621, - "Paragraph": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups. In order to encourage self-reliance and minimize resentment from others in the community who do not have access to similar support, over time, and where appropriate, this focus shall be phased out. Any continuing efforts to address the vulnerabilities of reintegrating former combatants, their dependants, and persons formerly associated with armed forces and groups shall take place through other programmes of assistance dealing with the needs of the broader conflict-affected population, recognizing that the effectiveness of these programmes is often related to available resources. The aim shall always be to encourage the re-establishment of self- reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.3 Transition and exit strategies", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8272, - "Score": 0.220564, - "Index": 8272, - "Paragraph": "UN missions, with the support of agencies such as UNDP, UNICEF and UNHCR, should lead extensive information campaigns in host countries to ensure that foreign combatants are provided with essential information on how to present themselves for DDR programmes. The information should enable them to make free and informed decisions about their repa\u00ad triation and reintegration prospects. It is important to ensure that refugee family members in camps and settlements in the host country also receive relevant information.UN missions should help arrange voluntary contacts between government officials and foreign combatants. This will assist in encouraging voluntary repatriation and planning for the inclusion of such combatants in DDR programmes in their country of origin. However, foreign combatants who do not want to meet with government officials of their country of origin should not be forced to do so.The government of the country of origin, together with the UN mission and relevant agencies, should sensitize receiving communities in areas to which former combatants will be repatriating, in order to encourage reintegration and reconciliation. Receiving com\u00ad munities may plan traditional ceremonies for healing, forgiveness and reconciliation, and these should be encouraged, provided they do not violate human rights standards.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.3. Information and sensitization campaigns", - "Heading3": "", - "Heading4": "", - "Sentence": "However, foreign combatants who do not want to meet with government officials of their country of origin should not be forced to do so.The government of the country of origin, together with the UN mission and relevant agencies, should sensitize receiving communities in areas to which former combatants will be repatriating, in order to encourage reintegration and reconciliation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6234, - "Score": 0.217643, - "Index": 6234, - "Paragraph": "Any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Children can be associated with armed forces and groups in a variety of ways, not only as combatants, so some may not have access to weapons or ammunition. This is especially true for girls who are often used for sexual purposes, as wives or cooks, but may also be used as spies, logisticians, fighters, etc. DDR practitioners shall recognize that all children must be released by the armed forces and groups that recruited them and receive reintegration support. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B). In cases where there is no proof of age, or inconclusive evidence, the child shall have the right to the rule of the benefit of the doubt.A dependent child of an ex-combatant shall not automatically be considered to be associated with an armed force or group. However, armed forces or groups may identify some children, particularly girls, as dependents, including as wives, when the child is an extended family member/relative, or when the child has been abducted, or otherwise recruited or used, including through forced marriage. A safe, child- and gender-sensitive individualized determination shall be undertaken to determine the child\u2019s status and eligibility for participation in a DDR process. DDR practitioners and child protection actors shall be aware that, although not all dependent children may be eligible for DDR, they may be at heightened vulnerability and may have been exposed to conflict-related violence, especially if they were in close proximity to combatants or if their parents are ex-combatants. These children shall therefore be referred for support as part of wider child protection and humanitarian services in their communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "DDR practitioners and child protection actors shall be aware that, although not all dependent children may be eligible for DDR, they may be at heightened vulnerability and may have been exposed to conflict-related violence, especially if they were in close proximity to combatants or if their parents are ex-combatants.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7592, - "Score": 0.214834, - "Index": 7592, - "Paragraph": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "", - "Sentence": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5850, - "Score": 0.210819, - "Index": 5850, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6844, - "Score": 0.210819, - "Index": 6844, - "Paragraph": "Consistent with Article 40 of the CRC, any child suspected, accused, or convicted of having committed a terrorism-related offence or an offence against national security has the right to be treated in a manner consistent with international law and standards, including juvenile justice standards: \u201cProcedures employed should promote the child\u2019s dignity and worth and reinforce the child\u2019s respect for the human rights and fundamental freedoms of others. It should take into account the child\u2019s age and the desirability of promoting the child\u2019s reintegration and the child\u2019s assuming a constructive role in society.\u201d19 In addition, if a state seeks to hold a child accountable for criminal acts alleged to have been committed while under the control of an armed group, courts and service providers should account for the child\u2019s experience and the coercive environment under which the child was living or forced to act when determining both criminal responsibility and the services or support that a child may need. In all decisions, the child\u2019s best interests shall be a primary consideration, \u201ceven when the child\u2019s interests may conflict with the State\u2019s perceived security interests.\u201d20Any child allegedly associated with an armed group should be treated primarily as a victim. In this regard, irrespective of considerations of their legal responsibility with regard to any alleged offence defined as terrorist and/or a threat to national security under national legislation, children shall be afforded the rights set forth by the international legal framework related to child victims. Any child associated with an armed group and who is or has been suspected, charged or convicted of a terrorism related offence or is deprived of his or her liberty as a result, shall be treated in accordance with international law and internationally recognized juvenile justice standards, including the right to legal representation and the right to appeal. In case such a child is released from detention, the child shall be provided with required reintegration assistance and be part of the overall reintegration programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 47, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.4 Children associated with armed groups designated by the UN as terrorist organizations", - "Heading3": "9.4.1 Justice for children allegedly accused of terrorism-related offences", - "Heading4": "", - "Sentence": "In case such a child is released from detention, the child shall be provided with required reintegration assistance and be part of the overall reintegration programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7003, - "Score": 0.210819, - "Index": 7003, - "Paragraph": "Lead to be provided by national beneficiaries/stakeholders. HIV/AIDS initiatives within the DDR process will constitute only a small element of the overall national AIDS strategy (assum- ing there is one). It is essential that local actors are included from the outset to guide the process and implementation, in order to harmonize approaches and ensure that awareness- raising and the provision of voluntary confidential counselling and testing and support, including, wherever possible, treatment, can be sustained. Information gained in focus group discussions with communities and participants, particularly those living with HIV/AIDS, should inform the design of HIV/AIDS initiatives. Interventions must be sensitive to local culture and customs.Inclusive approach. As far as possible, it is important that participants and beneficiaries have access to the same/similar facilities \u2014 for example, voluntary confidential counselling and testing \u2014 so that programmes continue to be effective during reintegration and to reduce stigma. This emphasises the need to link and harmonize DDR initiatives with national programmes. (A lack of national programmes does not mean, however, that HIV/AIDS initiatives should be dropped from the DDR framework.) Men and women, boys and girls should be included in all HIV/AIDS initiatives. Standard definitions of \u2018sexually active age\u2019 often do not apply in conflict settings. Child soldiers, for example, may take on an adult mantle, which can extend to their sexual behaviour, and children of both sexes can also be subject to sexual abuse.Strengthen existing capacity. Successful HIV/AIDS interventions are part of a long-term pro- cess going beyond the DDR programme. It is therefore necessary to strengthen the capacity of communities and local actors in order for projects to be sustainable. Planning should seek to build on existing capacity rather than create new programmes or structures. For example, local health care workers should be included in any training of HIV counsellors, and the capacity of existing testing facilities should be augmented rather than parallel facilities being set up. This also assists in building a referral system for demobilized ex-combatants who may need additional or follow-up care and treatment.Ethical/human rights considerations. The UN supports the principle of VCT. Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme. HIV test should be voluntary and results should be confidential or \u2018medical- in-confidence\u2019 (for the knowledge of a treating physician). A person\u2019s actual or perceived HIV status should not be considered grounds for exclusion from any of the benefits. Planners, however, must be aware of any existing national legislation on HIV testing. For example, in some countries recruitment into the military or civil defence forces includes HIV screen- ing and the exclusion of those found to be HIV-positive.Universal precautions and training for UN personnel. Universal precautions shall be followed by UN personnel at all times. These are a standard set of procedures to be used in the care of all patients or at accident sites in order to minimize the risk of transmission of blood- borne pathogens, including, but not exclusively, HIV. All UN staff should be trained in basic HIV/AIDS awareness in preparation for field duty and as part of initiatives on HIV/ AIDS in the workplace, and peacekeeping personnel should be trained and sensitized in HIV/AIDS awareness and prevention.Using specialized agencies and expertise. Agencies with expertise in HIV/AIDS prevention, care and support, such as UNAIDS, the UN Development Programme, the UN Population Fund (UNFPA), the UN High Commissioner for Refugees, the World Health Organization (WHO), and relevant NGOs and other experts, should be consulted and involved in opera- tions. HIV/AIDS is often wrongly regarded as only a medical issue. While medical guidance is certainly essential when dealing with issues such as testing procedures and treatment, the broader social, human rights and political ramifications of the epidemic must also be considered and are often the most challenging in terms of their impact on reintegration efforts. As a result, the HIV/AIDS programme requires specific expertise in HIV/AIDS train- ing, counselling and communication strategies, in addition to qualified medical personnel. Teams must include both men and women: the HIV/AIDS epidemic has specific gender dimensions and it is important that prevention and care are carried out in close coordination with gender officers (also see IDDRS 5.10 on Women, Gender and DDR).Limitations and obligations of DDR HIV/AIDS initiatives. it is crucial that DDR planners are transparent about the limitations of the HIV/AIDS programme to avoid creating false expectations. It must be clear from the start that it is normally beyond the mandate, capacity and financial limitations of the DDR programme to start any kind of roll-out plan for ARV treatment (beyond, perhaps, the provision of PEP kits and the prevention of mother-to- child transmission (also see IDDRS 5.70 on Health and DDR). The provision of treatment needs to be sustainable beyond the conclusion of the DDR programme in order to avoid the development of resistant strains of the virus, and should be part of national AIDS strategies and health care programmes. DDR programmes can, however, provide the following for target groups: treatment for opportunis- tic infections; information on ARV treatment options available in the country; and referrals to treatment centres and support groups. The roll-out of ARVs is increasing, but in many countries access to treatment is still very limited or non-existent. This means that much of the emphasis still has to be placed on prevention initiatives. HIV/AIDS community initiatives require a long-term commitment and fundamentally form part of humanitarian assistance, reconstruction and development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This also assists in building a referral system for demobilized ex-combatants who may need additional or follow-up care and treatment.Ethical/human rights considerations.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7501, - "Score": 0.210819, - "Index": 7501, - "Paragraph": "Special measures have to be put in place to ensure that female participants have equal training and employment opportunities after leaving the cantonment site. Funding should be allocated for childcare to be provided, and for training to be conducted as close as possible to where the women and girls live. This will also reduce the chances of irregular attendance as a result of problems with transport (e.g., infrequent buses) or mobility (e.g., cultural restric- tions on women\u2019s travel). Barriers such as employers refusing to hire women ex-combatants or narrow expectations of the work women are permitted to do should be taken into account before retraining is offered. Potential employees should be identified for sensitization train- ing to encourage them to employ female ex-combatants.Women and girls should be given a say in determining the types of skills they learn. They should be provided with options that will allow them to build on useful skills acquired during their time with armed groups and forces, including skills that may not usually be considered \u2018women\u2019s work\u2019, such as driving or construction jobs. They should be taught vocational skills in fields for which there is likely to be a long-term demand. Those success- fully completing vocational training should be issued with certificates confirming this.Widows, widowers and dependants of ex-combatants killed in action may need financial and material assistance. They should be assisted in setting up income-generating initiatives. Widows and widowers should be made active participants in reintegration training pro- grammes and should also be able to benefit from credit schemes.Because women\u2019s homes are often the main geographical base for their work, technical and labour support systems should be in place to assist demobilized women in building a house and to support self-employment opportunities.Single or widowed women ex-combatants should be recognized as heads of household and permitted to own and rent existing housing and land.Measures should be taken to protect women ex-combatants or war widows from being forced into casual labour on land that is not their own.Where needed, particularly in rural areas, women should be provided with training in agricultural methods and they should have the right to farm cash crops and own and use livestock, as opposed to engaging in subsistence agriculture.Security should be provided for women on their way to work, or to the marketplace, particularly to protect them from banditry, especially in places with large numbers of small arms.Women should have equal access to communally owned farming tools and water- pumping equipment, and have the right to own such equipment.Greater coordination with development agencies and women\u2019s NGOs that carry out projects to assist women, such as adult literacy courses, microcredit facilities and family planning advice, is essential to make this reintegration programme sustainable and to reach all beneficiaries.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 22, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.10. Economic reintegration", - "Heading3": "6.10.2. Economic reintegration: Female-specific interventions", - "Heading4": "", - "Sentence": "Barriers such as employers refusing to hire women ex-combatants or narrow expectations of the work women are permitted to do should be taken into account before retraining is offered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6047, - "Score": 0.205196, - "Index": 6047, - "Paragraph": "As there is often severe competition in post-conflict labour markets, youth will often have very limited access to existing jobs. The large majority of youth will need to start their own businesses, in groups or individually. To increase their success rate, DDR practitioners should: \\n\\n develop young people\u2019s ability to deal with the problems they will face in the world of work through business development education. They should learn the following sets of skills: \\n being enterprising \u2014 learning to see and respond to opportunities; \\n business development skills \u2014 learning to investigate and develop a business idea; \\n business management skills \u2014 learning how to get a business going and manage it successfully. \\n\\n develop the capacities of young entrepreneurs to manage businesses that positively contribute to sustainable development in their communities and societies and that do no harm. \\n\\n encourage business persons and agricultural leaders to support young (or young potential) entrepreneurs during the vital first years of their new enterprise by transferring their knowledge, experience and contacts to them. They can do this by providing on-the-job learning, mentoring, including them in their networks and associations, and using youth businesses to supply their own businesses. The more support a young entrepreneur receives in the first years of their business, the better their chances of creating a sustainable business or of becoming more employable. \\n\\n ensure business-focused DDR activities align with national priorities and strategies in order to maximise potential access to resources and government support. \\n\\n provide access to business training. Among several business training methods, Start Your Business, for start-ups, and Start and Improve Your Business (SIYB) help train people who train entrepreneurs and through this multiplier effect, reach a large number of unemployed or potential business starters. SIYB is a sustainable and cost- effective method that equips young entrepreneurs with the practical management skills needed in a competitive business environment. If the illiteracy rate among young combatants is very high, other methods are available, such as Grassroots Management Training.4Youth entrepreneurship is more likely to be effective if supported by enabling policies and regulations. For example, efficient and fair regulations for business registration will help young people to start a business in the formal economy. Employers\u2019 organizations can play an important role in providing one-on-one mentoring to young entrepreneurs. Support from a mentor is particularly effective for young entrepreneurs during the first years of business start-up, since this is when youth enterprises tend to have high failure rates. It is important that youth themselves control the mentoring relationships they engage in to ensure these are formed on a voluntary basis and are positive in nature. Some youth may enjoy more formal structures, while for others an informal arrangement is preferable. Group-based youth entrepreneurship, in the form of associations or cooperatives, is another important way of providing decent jobs for youth ex-combatants and youth formerly associated with armed forces and groups. This is because many of the obstacles that young entrepreneurs face can be overcome by working in a team with other people. In recognition of this, DDR practitioners should encourage business start-ups in small groups and where possible there should be a balance between civilians and former members of armed forces and groups. DDR practitioners should empower these youth businesses by monitoring their performance and defending their interests through business advisory services, including them in employers\u2019 and workers\u2019 organizations, providing access to business development services and micro-finance, and creating a favourable environment for business development.A number of issues may also need to be tackled in relation to youth entrepreneurship, including: \\n the need for investment in premises and equipment (a warehouse, marketplace, cooling stores, workplace, equipment); \\n the size and nature of the local market (purchasing power and availability of raw materials); \\n the economic infrastructure (roads, communications, energy); and \\n the safety of the environment and of any new equipment.Given that such issues go beyond the scope of DDR, there should be direct links between DDR and other development initiatives or programmes to encourage national or international investments in these areas. Where possible, reintegration programmes should also source products and services from local suppliers.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 27, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.14 Youth Entrepreneurship", - "Heading4": "", - "Sentence": "If the illiteracy rate among young combatants is very high, other methods are available, such as Grassroots Management Training.4Youth entrepreneurship is more likely to be effective if supported by enabling policies and regulations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7437, - "Score": 0.205196, - "Index": 7437, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "\\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6325, - "Score": 0.205196, - "Index": 6325, - "Paragraph": "The CRC and its OPAC constitute the framework for the principles, norms and standards that underpin DDR processes for children. The CRC defines a \u2018child\u2019 as any human being below the age of 18 years unless, under the law applicable to the child, majority is attained earlier. OPAC prohibits recruitment and use in hostilities of anybody under 18 years of age by armed groups. OPAC also obligates States Parties to set the minimum age of voluntary recruitment of persons into their national armed forces as 15 years of age, establishes safeguards for the voluntary recruitment of persons below the age of 18, and asserts that State Parties take all feasible measures to ensure that members of the national armed forces that are under the age of 18 do not take part in direct hostilities.The rights of the child, as espoused through the CRC and its OPAC, further support the reintegration of CAAFAG through requiring States to promote: \\n The child's right to life, survival and development: This right is not limited to ensuring a child\u2019s physical wellbeing but includes the need to ensure full and harmonious development, including at the spiritual, moral and social levels, where education plays a key role. In respect to DDR processes for children, this shall include consideration of how a child\u2019s experience in conflict impacts upon his/her own evolving capacities, as well as recognition of the resilience displayed in surviving and overcoming difficulties. \\n The child\u2019s right to be free from arbitrary detention - No child shall be deprived of his or her liberty unlawfully or arbitrarily. The arrest, detention or imprisonment of a child shall be in conformity with the law and shall be used only as a measure of last resort and for the shortest appropriate period of time. \\n The child\u2019s right to fair justice and fair treatment - States recognize the right of every child alleged as, accused of, or recognized as having infringed the penal law to be treated in a manner consistent with the promotion of the child's sense of dignity and worth, which reinforces the child's respect for the human rights and fundamental freedoms of others and which takes into account the child's age and the desirability of promoting the child's reintegration and the child's assuming a constructive role in society. States shall seek to promote the establishment of laws, procedures, authorities and institutions specifically applicable to children alleged as, accused of, or recognized as having infringed the penal law, and, in particular \\n The physical and psychological recovery and social reintegration of child victims: States shall take all appropriate measures to promote physical and psychological recovery and social reintegration of a child victim of: any form of neglect, exploitation, or abuse; torture or any other form of cruel, inhuman or degrading treatment or punishment; or armed conflicts. DDR practitioners shall work with States to ensure that recovery and reintegration takes place in an environment which fosters the health, self-respect and dignity of the child. Article 7 of the OPAC forms the legal basis for support to CAAFAG through the obligation of signatories to rehabilitate and socially reintegrate CAAFAG. \\n The child\u2019s right to be free from discrimination: States shall ensure respect for the rights of all children within their jurisdiction \u2013 including non-national children \u2013 regardless of race, sex, age, religion, ethnicity, opinions, disability or any other status of the child or the child\u2019s parents or legal guardians. DDR practitioners shall pay particular attention to ensuring the full involvement and inclusion of girls and their children, as well as addressing any stigmatization of CAAFAG. \\n The child\u2019s right to participate: Children shall be allowed to express their opinions freely and participate in making decisions concerning family reunification and career and educational opportunities, and those opinions should be given due weight in accordance with the age and maturity of the child. Children shall be consulted at all stages of the release and reintegration process, and actions that affect them shall be in their best interests, considering their needs and concerns, placement and family. \\n The child\u2019s best interests as a primary consideration: Actions that affect the child should be based on an assessment of whether those actions are in the child\u2019s best interests. As part of DDR processes for children, this shall mean that all measures to assure release, protection, reintegration and prevention of re-recruitment shall be determined by their best interests. A child shall participate in determining what is in his/her best interests.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 11, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.1 International Human Rights Law", - "Heading3": "5.1.1 The convention on the rights of the child and its optional protocols", - "Heading4": "", - "Sentence": "Children shall be consulted at all stages of the release and reintegration process, and actions that affect them shall be in their best interests, considering their needs and concerns, placement and family.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8049, - "Score": 0.205196, - "Index": 8049, - "Paragraph": "What methods are there for identification? \\n Self-identification. Especially in situations where it is known that the host government has facilities for foreign combatants, some combatants may identify themselves voluntarily, either as part of military structures or individually. Providing information on the availability of internment camp facilities for foreign combatants may encourage self-identification. Groups of combatants from a country at war may negotiate with a host country to cross into its territory before actually doing so, and peacekeepers with a presence at the border may have a role to play in such negotiations. The motivation of those who identify themselves as combatants is usually either to desert on a long-term basis and perhaps to seek asylum or to escape the heat of battle temporarily. \\n Appearance. Military uniforms, weapons and arriving in troop formation are obvious signs of persons being combatants. Even where there are no uniforms or weapons, military and security officials of the host country will often be skilful at recognizing fellow military and security personnel \u2014 from appearance, demeanour, gait, scars and wounds, responses to military language and commands, etc. Combatants\u2019 hands may show signs of having carried guns, while their feet may show marks indicating that they have worn boots. Tattoos may be related to the various fighting factions. Combatants may be healthier and stronger than refugees, especially in situations where food is limited. It is important to avoid arbitrarily identifying all single, able-bodied young men as combatants, as among refugee influxes there are likely to be boys and young men who have been fleeing from forced military recruitment, and they may never have fought. \\n Security screening questions and luggage searches. Questions asked about the background of foreigners entering the host country (place of residence, occupation, circumstances of flight, family situation, etc.) may reveal that the individual has a military background. Luggage searches may reveal military uniforms, insignia or arms. Lack of belongings may also be an indication of combatant status, depending on the circumstances of flight. \\n Identification by refugees and local communities. Some refugees may show fear or wariness of combatants and may point out combatants in their midst, either at entry points or as part of relocation movements to refugee camps. Local communities may report the presence of strangers whom they suspect of being combatants. This should be carefully verified and the individual(s) concerned should have the opportunity to prove that they have been wrongly identified as combatants, if that is the case. \\n Perpetrators of cross-border armed incursions and attacks. Host country authorities may intercept combatants who are launching cross-border attacks and who pose a serious threat to the country. Stricter security and confinement measures would be necessary for such individuals.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 12, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.4. Methods of identifying foreign combatants", - "Heading4": "", - "Sentence": "Especially in situations where it is known that the host government has facilities for foreign combatants, some combatants may identify themselves voluntarily, either as part of military structures or individually.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8772, - "Score": 0.205196, - "Index": 8772, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place. In both instances, the role of food assistance will depend on the type of reintegration support provided and whether any form of targeting is applied (see IDDRS 4.30 on Reintegration). DDR participants and beneficiaries will often eventually be included in a community-based approach and access food in the same way as members of these communities, rather than receive special entitlements. Ultimately, they should be seen as part of the community and, if in need of assistance, take part in programmes covering broader recovery efforts.In broader operations in post-conflict environments during the recovery phase, where there are pockets of relative security and political stability and greater access to groups in need, general free food distribution is gradually replaced by help directed at particular groups, to develop the ability of affected populations to meet their own food needs and work towards long-term food security. Activities should be closely linked to efforts to restart positive coping mechanisms and methods of households supplying their own food by growing it themselves or earning the money to buy it.The following food assistance activities could be implemented when support to reintegration is provided as part of a DDR process within or outside a DDR programme: \\n Supporting communities through FFA activities that directly benefit the selected populations; \\n Providing support, in particular nutrition interventions, directed at specific vulnerable groups; \\n Providing support to restore production capacity and increase food production by households; \\n Providing support (training, equipment, seeds and agricultural inputs) to selected populations or the wider community to restart agricultural production, enhance post-harvest management, identify market access options, and organise farmers to work and sell collectively; \\n Providing support for local markets through CBTs, buying supplies for DDR processes locally, encouraging private-sector involvement in food transport and delivery, and supporting social market outlets and community-based activities such as small enterprises for both women and men, and linking CBT programmes to a financial inclusion objective; \\n Encouraging participation in education and skills training (school feeding with nutrition education, FFT, education, adult literacy); \\n Maintaining the capacity to respond to emergencies and setbacks; \\n Expanding emergency rehabilitation projects (i.e., projects which rehabilitate local infrastructure) and reintegration projects; \\n Running household food security projects (urban/rural).The link between learning and nutrition is well established, and inter-agency collaboration should ensure that all those who enter training and education programmes in the reintegration period are properly nourished. Different nutritional needs for girls and boys and women and men should be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 25, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.2 Food assistance and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "In both instances, the role of food assistance will depend on the type of reintegration support provided and whether any form of targeting is applied (see IDDRS 4.30 on Reintegration).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8045, - "Score": 0.20226, - "Index": 8045, - "Paragraph": "Security screening is vital to the identification and separation of combatants. This screening is the responsibility of the host government\u2019s police or armed forces, which should be present at entry points during population influxes.International personnel/agencies that may be present at border entry points during influxes include: peacekeeping forces; military observers; UN Civilian Police; UNHCR for reception of refugees, as well as reception of foreign children associated with fighting forces, if the latter are to be given refugee status; and the UN Children\u2019s Fund (UNICEF) for gen\u00ad eral issues relating to children. UNHCR\u2019s and/or UNICEF\u2019s child protection partner non\u00ad governmental organizations (NGOs) may also be present to assist with separated refugee children and children associated with armed forces and groups. Child protection agencies may be able to assist the police or army with identifying persons under the age of 18 years among foreign combatants.Training in security screening and identification of foreign combatants could usefully be provided to government authorities by specialist personnel, such as international police, DPKO and military experts. They may also be able to help in making assessments of situa\u00ad tions where there has been an infiltration of combatants, providing advice on preventive and remedial measures, and advocating for responses from the international community. The presence of international agencies as observers in identification, disarmament and separation processes for foreign combatants will make the combatants more confident that the process is transparent and neutral.Identification and disarmament of combatants should be carried out at the earliest possible stage in the host country, preferably at the entry point or at the first reception/ transit centre for new arrivals. Security maintenance at refugee camps and settlements may also lead to identification of combatants.If combatants are identified, they should be disarmed and transported to a secure loca\u00ad tion in the host country for processing for internment, in accordance with the host govern\u00ad ment\u2019s obligations under international humanitarian law.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 12, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.3. Security screening and identification of foreign combatants", - "Heading4": "", - "Sentence": "The presence of international agencies as observers in identification, disarmament and separation processes for foreign combatants will make the combatants more confident that the process is transparent and neutral.Identification and disarmament of combatants should be carried out at the earliest possible stage in the host country, preferably at the entry point or at the first reception/ transit centre for new arrivals.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8018, - "Score": 0.20226, - "Index": 8018, - "Paragraph": "A refugee is defined in the 1951 UN Convention and 1967 Protocol relating to the Status of Refugees as a person who: \\n is outside his/her country of origin; \\n has a well\u00adfounded fear of persecution because of race, religion, nationality, member\u00ad ship of a particular social group or political opinion; \\n is unable or unwilling to avail him\u00ad/herself of the protection of that country, or to return there, owing to the well\u00adfounded fear of persecution.Later regional instruments extended this definition. The 1969 Organization of African Unity (OAU) Convention Governing the Specific Aspects of Refugee Problems in Africa repeats the 1951 Convention\u2019s definition of a refugee, but also covers any person who, \u201cowing to external aggression, occupation, foreign domination or events seriously disturbing public order in either part or the whole of his country of origin or nationality, is compelled to leave his place of habitual residence in order to seek refuge in another place outside his country of origin or nationality\u201d (art. 1[2]). This means that in Africa, persons fleeing civil distur\u00ad bances, widespread violence and war are entitled to refugee status in States parties to the OAU Convention, whether or not they have a well\u00adfounded fear of persecution. In Latin America, the Cartagena Declaration of 1984, although not binding, recommends that the definition of a refugee used in the region should include, in addition to those fitting the 1951 Convention definition, persons who fled their country \u201cbecause their lives, safety or freedom have been threatened by generalized violence, foreign aggression, internal conflicts, massive violations of human rights or other circumstances which have seriously disturbed public order\u201d. Some Latin American States have incorporated this definition into their national legislation.The 1951 Convention \u2014 and also the 1969 OAU Convention \u2014 explicitly defines those who do not deserve international protection as refugees, even if they meet the above defi\u00ad nitions. These exclusion clauses are particularly relevant in the case of former combatants who have committed crimes against humanity, war crimes, etc., and are discussed in more detail in section 13.3.4.The instruments of refugee law set out a range of obligations of States parties, as well as rights and duties of refugees. The fundamental obligation of a country of asylum is not to \u201cexpel or return (\u2018refouler\u2019) a refugee in any manner whatsoever to the frontiers of territories where his life or freedom would be threatened on account of his race, religion, nationality, membership of a particular social group or political opinion\u201d (art.e 33[1] of the 1951 UN Convention). However, there is an exception to this rule, permitting return to the country of origin in the case of \u201ca refugee whom there are reasonable grounds for regarding as a danger to the security of the country in which he is, or who, having been convicted by a final judg\u00ad ment of a particularly serious crime, constitutes a danger to the community of that country\u201d (art. 33[2]).While the humanitarian character of asylum is implicit in the 1951 UN Convention, its definition of a refugee describes a victim of serious human rights violations, and it pro\u00ad vides an obligation for refugees to obey the laws and public order measures of the host country. It does not, however, deal explicitly with issues relating to combatants. Neverthe\u00ad less, principles relating to the humanitarian and civilian character of asylum have been developed in the OAU Refugee Convention and in recommendations of UNHCR\u2019s Executive Committee (the governing body of representatives of States) and have been reaffirmed by the UN General Assembly.The OAU Convention specifies that \u201cthe grant of asylum to refugees is a peaceful and humanitarian act and shall not be regarded as an unfriendly act by any Member State\u201d and highlights the need to make \u201ca distinction between a refugee who seeks a peaceful and normal life and a person fleeing his country for the sole purpose of fomenting subver\u00ad sion from outside\u201d and to be \u201cdetermined that the activities of such subversives should be discouraged, in accordance with the Declaration on the Problem of Subversion and Reso\u00ad lution of the Problem of Refugees adopted in Accra in 1965\u201d. Under article III of the OAU Convention, refugees not only have a duty to obey the laws of the country of asylum, but must also abstain from subversive activities against other countries. Parties to the OAU Convention undertake to prohibit refugees residing in their countries from attacking other countries, by any activities likely to cause tensions with other countries. Under article II, countries of asylum have an obligation \u201cas far as possible [to] settle refugees at a reasonable distance from the frontier of their country of origin\u201d.The UNHCR Executive Committee has formulated a number of conclusions, providing guidance for protection during mixed population movements. Conclusion 94 on preserving the humanitarian and civilian character of asylum is attached as Annex C. It recommends, among other things, that States receiving influxes of refugees and combatants should take measures as early as possible to: \\n disarm armed elements; \\n identify and separate combatants from the refugee population; \\n intern combatants.These recommendations are reaffirmed in various UN General Assembly resolutions. The General Assembly has \u201curge[d] States to uphold the civilian and humanitarian character of refugee camps and settlements, consistent with international law, inter alia, through effec\u00ad tive measures to prevent the infiltration of armed elements, to identify and separate any such armed elements from refugee populations, to settle refugees at safe locations, where possible away from the border, and to ensure prompt and unhindered access to them by humanitarian personnel\u201d.6 The General Assembly has also \u201cwelcom[ed] the increased atten\u00ad tion being given by the United Nations to the problem of refugee camp security, including through the development of operational guidelines on the separation of armed elements from refugee populations\u201d.7 In a report to the General Assembly, the UNHCR Executive Committee has recommended that the international community \u201cmobiliz[e] . . . adequate resources to support and assist host States in maintaining the civilian and humanitarian character of asylum, including in particular through disarmament of armed elements and the identification, separation and internment of combatants\u201d.8The exclusively civilian and humanitarian character of asylum serves several purposes: it reduces potential tensions between countries of asylum and origin; it provides refugees with better protection; it allows the identification and separation of armed elements; and it helps to deal with internal and external security problems. A foreigner planning or carrying out military\u00adrelated activities in the host country is therefore not a refugee, and the host country must prevent foreign armed elements from using its territory to attack another State and prevent genuine refugees from joining them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 8, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "6.5. Refugee law", - "Heading3": "", - "Heading4": "", - "Sentence": "Conclusion 94 on preserving the humanitarian and civilian character of asylum is attached as Annex C. It recommends, among other things, that States receiving influxes of refugees and combatants should take measures as early as possible to: \\n disarm armed elements; \\n identify and separate combatants from the refugee population; \\n intern combatants.These recommendations are reaffirmed in various UN General Assembly resolutions.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 10019, - "Score": 0.447214, - "Index": 10019, - "Paragraph": "There is a need to identify and act on information relating to the return and reintegration of ex-combatants. This can support the DDR process by facilitating reinsertion payments for ex-combatants and monitoring areas where employment opportunities exist. From an SSR perspective, better understanding the dynamics of returning ex-combatants can help identify potential security risks and sequence appropriate SSR support.Conflict and security analysis that takes account of returning ex-combatants is a com- mon DDR/SSR requirement. Comprehensive and reliable data collection and analysis may be developed and shared in order to understand shifting security dynamics and agree security needs linked to the return of ex-combatants. This should provide the basis for coordinated planning and implementation of DDR/SSR activities. Where there is mistrust between security forces and ex-combatants, information security should be an important consideration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.2. Tracking the return of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "There is a need to identify and act on information relating to the return and reintegration of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9387, - "Score": 0.447214, - "Index": 9387, - "Paragraph": "Governance institutions and State authorities, including those critical to accountability and transparency, may have been eroded by conflict or weak to start with. When tensions intensify and lead to armed conflict, rule of law breaks down and the resulting institutional vacuum can lead to a culture of impunity and corruption. This collapse of governance structures contributes directly to widespread institutional failures in all sectors, allowing opportunistic individuals, organized criminal groups, armed groups and/or private entities to establish uncontrolled systems of resource exploitation.19 At the same time, public finances are often diverted for military purposes, resulting in the decay of, or lack of investment in, water, waste management and energy services, with corresponding health and environmental contamination risks.During a DDR process, the success and the long-term sustainability of natural resource-based interventions will largely depend on whether there is a good, functioning governance structure at the local, sub-regional, national or regional level. The effective and inclusive governance of natural resources and the environment should be viewed as an investment in conflict prevention within peacebuilding and development processes. Where past activities violate national laws, it is up to the State to exercise its jurisdiction, but egregious crimes constituting gross violations of human rights, as often seen with scorched earth tactics, oblige DDR processes to exclude any individuals associated with these events from participating in the process (see IDDRS 2.11 on The Legal Framework for UN DDR). However, there may be other jurisdictions where multi-national private entities can be targeted and pressured or prosecuted to cut their ties with armed forces and organized criminal groups in conflict areas. Sanctions set by the UN Security Council may also be brought to bear where they cover natural resources that are trafficked or traded by private sector entities and armed forces and groups.DDR practitioners will not be able to influence, control or focus upon all aspects of natural resource governance. However, through careful attention to risk factors in the planning, design and implementation of natural resource-based activities, DDR processes can play a multifaceted and pivotal role in paving the way for good natural resource governance that supports sustainable peace and development. Moreover, DDR practitioners can ensure that access to grievance- and non-violent dispute-resolution mechanisms are available for participants, beneficiaries and others implicated in the DDR process, in order to mitigate the risks that natural resources pose for conflict relapse.Furthermore, environmental issues and protection of natural resources can serve as effective platforms or catalysts for enhancing dialogue, building confidence, exploiting shared interests and broadening cooperation and reconciliation between ex-combatants and their communities, between communities themselves, between communities and the State, as well as between States themselves.20 People and cultures are closely tied to the environment in which they live and to the natural resources upon which they depend. In addition to their economic benefits, natural resources and ecosystem services can support successful social reintegration and reconciliation. In this sense, the management of natural resources can be used as a tool for engaging community members to work together, to revive and strengthen traditional natural resource management techniques that may have been lost during the conflict, and to encourage cooperation towards a shared goal, between and amongst communities and between communities and the State.In settings where natural resources have played a significant role in the conflict, DDR practitioners should explore opportunities for addressing underlying grievances over such resources by promoting equitable and fair access to natural resources, including for women, youth and participants with disability. Access to natural resources, especially land, often carries significant importance for ex-combatants during reintegration, particularly for female ex-combatants and women associated with armed forces and groups. Whether the communities are their original places of origin or are new to them, ensuring that they have access to land will be important in establishing their social status and in ensuring that they have access to basic resources for livelihoods. In rural areas, it is essential that DDR practitioners recognize the connection between land and social identity, especially for young men, who often have few alternative options for establishing their place in society, and for women, who are often responsible for food security and extremely vulnerable to exclusion from land or lack of access.To further support social reintegration and reconciliation, as well as to enhance peacebuilding, DDR practitioners should seek to support reintegration activities that empower communities affected by natural resource issues, applying community-based natural resource management (CBNRM) approaches where applicable and promoting inclusive approaches to natural resource management. Ensuring that specific needs groups such as women and youth receive equitable access to and opportunities in natural resource sectors is especially important, as they are essential to ensuring that peacebuilding interventions are sustainable in the long-term.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 11, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.3 Contributing to reconciliation and sustaining peace", - "Heading3": "", - "Heading4": "", - "Sentence": "Access to natural resources, especially land, often carries significant importance for ex-combatants during reintegration, particularly for female ex-combatants and women associated with armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10041, - "Score": 0.40452, - "Index": 10041, - "Paragraph": "Community security initiatives can be considered as a mechanism for both encouraging acceptance of ex-combatants and enhancing the status of local police forces in the eyes of communities (see IDDRS 4.50 on UN Police Roles and Responsibilities). Community-policing is increasingly supported as part of SSR programmes. Integrated DDR programme plan- ning may also include community security projects such as youth at risk programmes and community policing and support services (see IDDRS 3.41 on Finance and Budgeting).Community security initiatives provide an entry point for developing synergies be- tween DDR and SSR. DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level. Pooling financial and human resources including joint information campaigns may contribute to improved outreach, cost-savings and increased coherence.Box 4 DDR/SSR action points for supporting community security \\n Identify and include relevant law enforcement considerations in DDR planning. Where appropriate, coordinate reintegration with police authorities to promote coherence. \\n Assess the security dynamics of returning ex-combatants. Consider whether information generated from tracking the reintegration of ex-combatants should be shared with the national police. If so, make provision for data confidentiality. \\n Consider opportunities to support joint community safety initiatives (e.g. weapons collection, community policing). \\n Support work with men and boys in violence reduction initiatives, including GBV.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 15, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.4. Community security initiatives", - "Heading3": "", - "Heading4": "", - "Sentence": "Consider whether information generated from tracking the reintegration of ex-combatants should be shared with the national police.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10691, - "Score": 0.387298, - "Index": 10691, - "Paragraph": "Ex-combatants also need information about provisions for justice, particularly if it could affect their reintegration process. Clearly communicated information may decrease anxiety that ex-combatants may feel about transitional justice measures. The discharge awareness raising process is an opportunity to work with UN colleagues or national authorities to develop a briefing on transitional justice measures ongoing in the country and to discuss how, or if, this will have an impact on ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.5. Integrate information on transitional justice into the ex-combatant pre-discharge sensitization process", - "Heading4": "", - "Sentence": "Ex-combatants also need information about provisions for justice, particularly if it could affect their reintegration process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9985, - "Score": 0.372104, - "Index": 9985, - "Paragraph": "Research has shown that there is a link between (future) crimes committed by security forces and inadequate terms and conditions of service. Poor social conditions within the security sector may also contribute to an unbalanced distribution of ex-combatants between reinte- gration and security sector integration.SSR activities should focus from an early stage on addressing right-financing, man- agement and accountability in security budgeting. An important early measure may be to support the establishment of a chain of payments system to prevent the diversion of sala- ries and ensure prompt payment. These measures may be most effective if combined with a census of the armed and security forces (see Case Study Box 3). In parallel to the DDR process, efforts to enhance the knowledge base of groups responsible for oversight of the security sector should be supported. This may include visits of parliamentarians, repre- sentatives of the Ministry of Labour, the media and civil society organisations to security installations (including barracks).Case Study Box 3 The impact of the census and chain of payments system in the DRC \\n In the DRC, low or non-existent salaries within the army and police was a cause of disproportionate numbers of ex-combatants registering for reintegration as opposed to army integration. This resulted in a large backload in the payment of reinsertion benefits as well as difficulties in identifying reintegration opportunities for these ex-combatants. Two separate measures were taken to improve the overall human and financial management of the armed forces. A census of the army was conducted in 2008 which identified non-existent \u2018ghost soldiers.\u2019 Resulting savings benefited the army as a whole through an increase in overall salary levels. The \u2018chain of payments\u2019 system also had a similar effect of improving confidence in the system. The military chain of command was separated from the financial management process making it more difficult to re-route salary payments from their intended recipients. Resulting savings have led to improved terms and conditions for the soldiers, thus increasing incentives for ex-combatants choosing integration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 11, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.10. Social conditions within the security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "This resulted in a large backload in the payment of reinsertion benefits as well as difficulties in identifying reintegration opportunities for these ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10486, - "Score": 0.372104, - "Index": 10486, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10694, - "Score": 0.372104, - "Index": 10694, - "Paragraph": "Community tension around reintegration processes will be eased if recipient communities are involved and prepared for returning ex-combatants. Recipient communities should be included in the public information and outreach strategy and should have an opportunity to ask questions and discuss the reintegration process before ex-combatants return, including issues related to ex-combatant accountability. In some cases, DDR programmes have encour- aged the organization of community committees to deal with ex-combatant reintegration. These committees may serve as a forum for exploring ex-combatant participation in locally- based justice processes as well as for dispute resolution and problem solving if problems arise between community members and ex-combatants (also see IDDRS 4.30 on Reintegration).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.6. Involve and prepare recipient communities", - "Heading4": "", - "Sentence": "Community tension around reintegration processes will be eased if recipient communities are involved and prepared for returning ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9944, - "Score": 0.365148, - "Index": 9944, - "Paragraph": "Policies establishing a new rank structure for members of the reformed security sector may facilitate integration by supporting the creation of a new command structure. It is particu- larly important to address perceived inequities between different groups in order to avoid resulting security risks.Rank harmonisation processes should be based on clear provisions in a peace agreement or other legal documents and be planned in full consideration of the consequences this may have on security budgets (i.e. if too many high ranks are attributed to ex-combatants). Policies should be based on consideration of appropriate criteria for determining ranks, the need for affirmative action for marginalised groups and an agreed formula for conver- sion from former armed groups to members of the reformed security sector.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.5. Rank harmonisation", - "Heading3": "", - "Heading4": "", - "Sentence": "if too many high ranks are attributed to ex-combatants).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10453, - "Score": 0.365148, - "Index": 10453, - "Paragraph": "Criminal investigations and DDR have potentially important synergies. In particular, infor- mation gathered through DDR processes may be very useful for criminal investigations. Such information does not need to be person-specific, but might focus on more general issues such as structures and areas of operation.Since criminal justice initiatives in post-conflict situations would often only be able to deal with a relatively small number of suspects, most prosecutions strategies ought to focus on those bearing the greatest degree of responsibility for crimes committed. As such, these objectives must be effectively communicated in a context of DDR processes to ensure that those participating in DDR understand whether or not they are likely to face prosecutions. Prosecutions can make positive contributions to DDR. First, at the most general level, a DDR process stands to gain if the distinction between ex-combatants and perpetrators of human rights violations can be firmly established. Obviously, not all ex-combatants are human rights violators. This is a distinction to which criminal prosecutions can make a contribution: prosecutions may serve to individualize the guilt of specific perpetrators and therefore lessen the public perception that all ex-combatants are guilty of serious crimes under international law. Second, prosecution efforts may remove spoilers and potential spoilers from threatening the DDR process. Prosecutions may remove obstacles to the demo- bilization of vast numbers of combatants that would be ready to cease hostilities but for the presence of recalcitrant commanders. A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions may foster trust in the reintegration process and enhance the prospects for trust building between ex-combatants and other citizens by pro- viding communities with some assurance that those whom they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law. The pursuit of accountability through prosecutions may also create tensions with DDR efforts. When these processes overlap, or when prosecutions are instigated early in a DDR process, some tension between prosecutions and DDR, stemming from the fact that DDR requires the cooperation of ex-combatants and their leaders, while prosecutors seek to hold accountable those responsible for criminal conduct involving violations of international humanitarian law and human rights law, may be hard to avoid. This tension may be dimin- ished by effective communications campaigns. Misinformation or partial information about prosecutions efforts may further contribute to this tension. Ex-combatants are often unin- formed of the mandate of a prosecutions process and are unaware of the basic tenets of international law. In Liberia, for example, confusion about whether or not the mandate of the Special Court for Sierra Leone covered crimes committed in Liberia initially inhibited some fighters from entering the DDR process.While these concerns deserve careful consideration, there have been a number of con- texts in which DDR processes have coexisted with prosecutorial efforts, and the latter have not created an impediment to DDR. In some situations, transitional justice measures and DDR programmes have been connected through some sort of conditionality. For example, there have been cases where combatants who have committed crimes have been offered judicial benefits in exchange for disarming, demobilizing and providing information or collaborating in dismantling the group to which they belong. There are, however, serious concerns about whether such measures comply with the international legal obligations to ensure that perpetrators of serious crimes are subject to appropriate criminal process, that victims\u2019 and societies\u2019 right to the truth is fully realized, and that victims receive an effective remedy and reparation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 8, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.1. Criminal investigations and prosecutions", - "Heading3": "", - "Heading4": "", - "Sentence": "Obviously, not all ex-combatants are human rights violators.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10523, - "Score": 0.365148, - "Index": 10523, - "Paragraph": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered. The aspect of recogni- tion is what makes reparations distinct from social services that attend to the basic socio- economic rights of all citizens, such as housing, water and education. A comprehensive approach to reparations provides a combination of material and symbolic benefits to victims, such as cash payments or access to health, psycho-social rehabilitation or educational bene- fits, as well as a formal apology or a memorial. Often public acknowledgement is indicated by victims as the most important element of the reparations they seek. Reparations are a means of including victims and victims\u2019 rights firmly on the post-conflict agenda and may contribute to the process of building trust in the government and in its commitment to guaranteeing human rights in the future. Yet victims\u2019 needs are often marginalized in post conflict, peacebuilding contexts.The design of a reparations programme may have positive implications for the entire community and include elements of social healing. Individual measures deliver concrete benefits to individual recipients. In East Timor, the truth commission recommended a process that combined individual benefits with a form of delivery designed to promote collective healing. Single mothers, including war widows and victims of sexual violence, would benefit from scholarship grants for their school-aged children. In picking up their benefits, the mothers would have to travel to a regional service center, where they would, in turn, have access to peer support, skills training, healthcare, and counseling.Collective reparations may deliver reparations either in the context of practical limita- tions or of concerns about drawing too stark a line between classes of victims or between victims and non-victim groups. In this way, a specific village that was particularly affected by various kinds of abuses might, for example, receive a fund for community projects, even though not every individual in the village was affected in the same way and even if some people there contributed to the harms. In Peru, for example, communities hardest hit by the violence were asked to submit community funding proposals up to a $30,000 limit. These projects would benefit the entire community, generally, rather than only serve spe- cific victims and would be implemented regardless of whether some former perpetrators also live there.Generally, programmes for ex-combatants and reparations programmes for victims are developed in isolation of one another. Reinsertion assistance is offered to demobilized com- batants in order to assist with their immediate civilian resettlement\u2014i.e., to get them home and provide them with a start toward establishing a livelihood\u2014prior to longer-term support for reintegration (see IDDRS 4.30 on Social and Economic Reintegration). Support to ex-combatants is motivated by the genuine concern that without such assistance ex- combatants will re-associate themselves with armed groups as a means of supporting them- selves or become frustrated and threaten the peace process. Victims rarely represent the same kinds of threat, and reparations programmes may be politically challenging and expen- sive to design and implement. The result is that ex-combatants participating in DDR often receive aid in the form of cash, counseling, skills training, education opportunities, access to micro-credit loans and/or land, as part of the benefits of DDR programmes, while, in most cases no programmes to redress the vio- lations of the rights of victims are established.Providing benefits to ex-combatants while ignoring the rights of victims may give rise to new grievances and increase their resistance against returning ex-combatants, in this way becoming an obstacle to their reintegration. The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment. For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million. Ex-combatants receive reinsertion, recognition of service, and reintegration benefits in cash from between US$500 to US$1,000 depending on the rank of the ex-combatant.26 Yet as of 2009, the compensation fund for genocide sur- vivors called for in the 1996 Genocide Law has not been established.Such outcomes are not merely inequitable; they may also undermine the possibilities of effective reintegration. The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict. In some cases the reintegration component of DDR programmes includes funding for community development that benefits individuals in the community beyond ex-combatants (see also IDDRS 4.30 on Social and Economic Reintegration). While the objective and nature of reparations programmes for victims are distinct, most importantly in the critical area of acknowledgement of the violations of victims\u2019 rights, these efforts to focus on aiding the communities where ex-combatants live are noteworthy and may contribute to the effective reintegration of ex-combatants, as well as victims and other war-affected populations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 11, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.3. Reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10018, - "Score": 0.358569, - "Index": 10018, - "Paragraph": "Targeting reintegration options and securing vulnerable communities represents an im- portant area where synergies can be developed between DDR and SSR programmes. The reintegration of ex-combatants into the community provides a unique opportunity for con- fidence building between law enforcement bodies and local residents. The police has a key role to play in ensuring the safety of returning ex-combatants as well as securing communities that may be at greater risk following their return (see IDDRS 4.50 on UN Police Roles and Responsibilities, Para 11). However, police capacities will only be focused on this prior- ity if support to the DDR process is factored into planning, training and resource allocation. The ability of ex-combatants and their receiving communities to communicate their concerns and priorities to local law enforcement agencies, and vice-versa, is a key compo- nent of sustainable reintegration. Reintegration may provide an entry point for the develop- ment of local security plans through constructive dialogue between communities, including vulnerable and marginalised groups, and security providers. Capacity development within the military, police and other community level security providers should be prioritised to ensure police support for DDR objectives. In parallel, mandates and tasking should reflect the critical role of the police in establishing an enabling environment for the successful reintegration of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.1. Securing vulnerable communities", - "Heading3": "", - "Heading4": "", - "Sentence": "In parallel, mandates and tasking should reflect the critical role of the police in establishing an enabling environment for the successful reintegration of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10868, - "Score": 0.34641, - "Index": 10868, - "Paragraph": "Questions related to the overall human rights situation \\n What crimes involving violations of international human rights law and international humanitarian law were perpetrated by the different protagonists in the armed conflict? In what different ways were women involved in the conflict? Describe any specific forms of abuse to \\n \\n which women and girls were subjected during the conflict. \\n Describe any use of children by combatant groups. Was this abuse part of an orches- trated strategy, i.e. systematic and perpetrated by state and non-state security forces? If so, what were the institutional processes that facilitated such abuse?Questions related to the peace agreement \\n What were the key components of the final peace agreement? \\n Was amnesty offered as part of the peace process? What type of amnesty? And for what abuses (forced recruitment of children, sexual violence etc)? \\n Were there any transitional justice measures mandated in the peace agreement such as a truth commission, prosecutions process, reparations programme for victims, or insti- tutional reform aimed at preventing future human rights violations? \\n Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? \\n How was information about the peace agreement disseminated to the general popu- lation, in particular to vulnerable and marginalized groups?Questions related to DDR \\n Is there any form of conditionality that links DDR and justice measures, for example, amnesty or the promise of reduced sentences for combatants that enter the DDR program? \\n What are the criteria for admittance into the DDR program? Do the criteria take into consideration the varied roles of women and children associated with armed forces and groups? \\n Will there be any stipulated differences between treatment of men, women or children in the DDR programme? \\n What kind of information will be gathered from combatants during the DDR process? Will the information collected be disaggregated by gender? Will it assess whether ex- combatants committed acts of sexual violence? \\n Will demobilized combatants have the opportunity to be reintegrated into a new army or police force? \\n Is the local community involved in the reintegration programme? \\n Will the reintegration programme consider or aim to provide benefits to the commu- nities where demobilized combatants will return?Questions related to transitional justice \\n What office in the United Nations peacekeeping mission and/or what UN agency is the focal point on transitional justice, human rights, and rule of law issues? \\n What government entity is the focal point on transitional justice, human rights and rule of law issues? \\n Is there a national truth commission? Are there any other truth-seeking initiatives, for example at the local or regional level of the country? \\n Are there any investigations and/or prosecutions of perpetrators of crimes involving violations of international human rights law and international humanitarian law that occurred during the conflict? \\n Does the truth commission or prosecutions process have any specific outreach to, or strategy for dealing with, ex-combatants? \\n Does the truth commission or prosecutions process have a public information or out- reach capacity? What kind of information is being disseminated? How are they reaching out to vulnerable, marginalized groups including ex-combatants in communicating mandate and operations? \\n Are there plans to offer reparations to victims or communities ravaged by the conflict? Who are the targeted beneficiaries of the reparations? How are women survivors of sexual violence considered in reparations programmes, female ex-combatants, WAAFG, children? When will reparations be distributed? How will reparations distributed? Who is funding or could fund the reparation programme? \\n Are reparations tied to any other transitional justice measures such as prosecutions, truth-telling, institutional reform and/or local justice initiatives? \\n Is institutional reform, such as vetting, mandated as part of the peace agreement or post-conflict legal framework? Are security sector institutions targeted for such reform? Are there any accountability mechanisms set up to address the integrity of the security sector personnel? \\n Are there any justice or reconciliation efforts at the local/community level? \\n What is the involvement of women and/or children in locally based justice and rec- onciliation initiatives? \\n What is the criterion for determining who could participate in locally based justice and reconciliation initiatives? \\n Are these locally based justice and reconciliation initiatives linked to any other tran- sitional justice measures such as prosecutions, truth-telling and/or reparations?Questions related to possibilities for coordination \\n Will the planned timetable for the DDR programme overlap with planned transitional justice measures? \\n Are there opportunities to coordinate information strategies around DDR and transi- tional justice measures? \\n Will ex-combatants be screened on human rights criteria as part of the DDR programme? Can the DDR programme integrate human rights education and/or information ses- sions that specifically provide information on transitional justice? \\n Can the DDR programme provide incentives for ex-combatants to participate in pros- ecutions processes or truth-seeking initiatives? \\n Will there be any screening on human rights criteria of those ex-combatants interested in staying in or joining the security forces? \\n How can the DDR programme support or coordinate with other initiatives that address justice for women and justice for children? \\n Can any information gathered during the DDR programme be shared with a truth com- mission or prosecutions process? \\n How do the benefits offered to ex-combatants in the DDR programme compare to any reparations offered to victims of the armed conflict? \\n Can the benefits provided to ex-combatants be considered in light of reparations offered to victims? Is coordination between these two mechanisms possible? \\n Are there opportunities to connect the reintegration programme with locally based justice and reconciliation initiatives? For example, can any benefits provided to the community include support for locally based justice and reconciliation initiatives? \\n Can the reintegration programme include a component that involves ex-combatants in efforts to rebuild communities that have been physically destroyed as a result of the armed conflict? \\n Does the monitoring and assessment of the DDR programme include assessment of the impact of the programme on human rights, justice, and rule of law?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 31, - "Heading1": "Annex B: Critical questions for the field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Can the reintegration programme include a component that involves ex-combatants in efforts to rebuild communities that have been physically destroyed as a result of the armed conflict?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10581, - "Score": 0.338062, - "Index": 10581, - "Paragraph": "The IDDRS module 5.10 on Women, Gender and DDR refers to three types of female ben- eficiaries: 1) female ex-combatants, 2) female supporters, and females associated with armed forces and groups and 3) female dependents. The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive. Likewise, practitioners in the field of transitional justice seek to understand and better design means to facilitate the participation of women. Yet there is still a gap between the policy and the implementation of comprehensive approaches.The experience of women in conflict often goes beyond usual notions of victim and perpetrator. Women returning to life as civilians may face greater social barriers and exclusion than men. They may not participate in either DDR or transitional justice measures for a variety of reasons, including because of their exclusion from the agendas of these proc- esses, the refusal of armed forces and groups to release women, fear of further stigmatization, or lack of faith in public institutions to address their particular situations (for a more in-depth analysis, see IDDRS 5.10 on Women, Gender and DDR). Women\u2019s lack of partici- pation may undermine their reintegration, and prevent those among them who have also experienced human rights violations from their rights to justice or reparation, and rein- force gender biases. Yet women may also be agents of change, actively involved in efforts to make and build peace. Women and girl combatants have displayed remarkable commitment to reintegrating into communities and working for peace. In Northern Uganda, former teenage LRA combatants (themselves abducted and abused) run community projects supporting other \u2018girl mothers\u2019, provide counseling for the young abductees and care for their children, and seek reconciliation with communities they were often forced to terrorize. The trauma and victimization they endured is being transformed into a positive force for empowerment and development.Transitional justice measures may facilitate the reintegration of women associated with armed forces and groups. Prosecutions initiatives, for example, may contribute to the re- integration of women by prosecuting those involved in their forcible recruitment, and by recognizing and prosecuting crimes committed against all women, particularly rape and other forms of sexual violence. Women ex-combatants who have committed crimes should also be prosecuted. Excluding women from prosecution denies their role as participants in the armed conflict.Women have been central to the process of truth seeking, exposing hidden truths about the legacy of human rights in conflict. Many female combatants, like their male counter- parts, do not participate in truth commissions because they perceive these processes to be for victims, and they do not identify themselves as victims. Yet their participation may help the community to better understand the many dimensions of women\u2019s involvement in conflict, and in turn, increase the probability of their acceptance. Great care must be taken to ensure that women who choose to participate are well-informed as to the purpose and mandate of the truth commission, that they understand their rights in terms of confidenti- ality, and are protected from any possible harm resulting from their testimony.Women associated with armed forces and groups have frequently endured violations such as abduction, torture, and sexual violations, including rape and other forms of sexual violence, and may be eligible for reparation. Reparations may provide official acknowledge- ment of these violations, access to specialized health care related to the specific violation they have suffered, and material benefits that may facilitate their integration. Yet these women, due to frequent stigmatization, are commonly reluctant to explain what happened to them, particularly when it involves sexual violations, and often do not come forward to claim their due.Women associated with armed forces and groups are potential participants in both DDR and transitional justice measures, and both are faced with the challenge of increasing and supporting their participation. See Module 5.10 for a detailed discussion of Women, Gender, and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 14, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.6. Justice for women associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "Women ex-combatants who have committed crimes should also be prosecuted.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10710, - "Score": 0.338062, - "Index": 10710, - "Paragraph": "Box 7 Action points for DDR and TJ practitioners \\n Consider sharing programme information. \\n Consider developing a common approach to gathering information on children who leave armed forces and groups \\n Consider screening of human rights records of ex-combatants. \\n Collaborate on sequencing DDR and TJ efforts. \\n Coordinate on strategies to target spoilers. \\n Encourage ex-combatants to participate in transitional justice measures. \\n Consider how DDR may connect to and support legitimate locally based justice processes. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces. \\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Encourage ex-combatants to participate in transitional justice measures.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9884, - "Score": 0.3371, - "Index": 9884, - "Paragraph": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation. The con- siderations outlined below suggest ways that different components of DDR and SSR can relate to each other.Disarmament \\n Disarmament is not just a short term security measure designed to collect surplus weapons and ammunition. It is also implicitly part of a broader process of state regulation and con- trol over the transfer, trafficking and use of weapons within a national territory. As with civilian disarmament, disarming former combatants should be based on a level of confi- dence that can be fostered through broader SSR measures (such as police or corrections reform). These can contribute jointly to an increased level of community security and pro- vide the necessary reassurance that these weapons are no longer necessary. There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally. Where decisions affecting force size and structure provide for inefficient, unaffordable or abusive security structures this will undermine long term peace and security. Decisions should therefore be based on a rational, inclusive assess- ment by national actors of the objectives, role and values of the future security sector. One important element of the relationship between demobilization and SSR relates to the impor- tance of avoiding security vacuums. Ensuring that decisions on both the structures estab- lished to house the demobilization process and the return of demobilised ex-combatants are taken in parallel with complementary community law enforcement activities can miti- gate this concern. The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities. By contrast, failed reintegration can undermine SSR efforts by placing exces- sive pressures on police, courts and prisons while harming the security of the state and its citizens. Speed of response and adequate financial support are important since a delayed or underfunded reintegration process may skew options for SSR and limit flexibility. Ex- combatants may find employment in different parts of the formal or informal security sector. In such cases, clear criteria should be established to ensure that individuals with inappropriate backgrounds or training are not re-deployed within the security sector, weakening the effectiveness and legitimacy of relevant bodies. Appropriate re-training of personnel and processes that support vetting within reformed security institutions are therefore two examples where DDR and SSR efforts intersect.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 5, - "Heading1": "5. Rationale for linking DDR and SSR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10755, - "Score": 0.33282, - "Index": 10755, - "Paragraph": "Ex-combatants are often simultaneously fighters, witnesses, and victims of an armed con- flict. Their testimonies may be valuable for a prosecutions initiative or a truth commission. Additionally their story or experience may change the way others in the society may view them, by blurring the sharp distinctions between combatants, often seen solely as perpetra- tors, and victims, and exposing the structural roots of the conflict. A more comprehensive understanding of the experience of ex-combatants may ease the reintegration process.DDR programmes may encourage ex-combatant participation in transitional justice measures by offering information sessions on transitional justice during the demobilization process and working collaboratively with national actors working on transitional justice measures in their outreach to ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.6. Encourage ex-combatants to participate in transitional justice measures", - "Heading4": "", - "Sentence": "A more comprehensive understanding of the experience of ex-combatants may ease the reintegration process.DDR programmes may encourage ex-combatant participation in transitional justice measures by offering information sessions on transitional justice during the demobilization process and working collaboratively with national actors working on transitional justice measures in their outreach to ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9993, - "Score": 0.326599, - "Index": 9993, - "Paragraph": "The absence of women from the security sector is not just discriminatory but can represent a lost opportunity to benefit from the different skill sets and approaches offered by women as security providers.13 Giving women the means and support to enter the DDR process should be linked to encouraging the full representation of women in the security sector and thus to meeting a key goal of Security Council Resolution 1325 (2000) (see IDDRS 5.10 on Women, Gender and DDR, Para 6.3). If female ex-combatants are not given adequate consideration in DDR processes, it is very unlikely they will be able to enter the security forces through the path of integration.Specific measures shall be undertaken to ensure that women are encouraged to enter the DDR process by taking measures to de-stigmatise female combatants, by making avail- able adequate facilities for women during disarmament and demobilization, and by provid- ing specialised reinsertion kits and appropriate reintegration options to women. Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise. Consideration of the specific challenges female ex-combatants face during reintegration (stigma, non-conventional skill sets, trauma) should also be given when considering their integration into the security sector. Related SSR measures should ensure that reformed security institutions provide fair and equal treatment to female personnel including their special security and protection needs.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 12, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.11. Gender-responsive DDR and SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10550, - "Score": 0.325396, - "Index": 10550, - "Paragraph": "DDR can contribute to ending or limiting violence by disarming large numbers of armed actors, disbanding illegal or dysfunctional military organizations, and reintegrating ex- combatants into civilian or legitimate security-related livelihoods. DDR alone, however, cannot build peace, nor can it prevent armed groups from reverting to conflict. DDR needs to be part of a larger system of peacebuilding interventions, including institutional reformInstitutional reform that transforms public institutions that perpetuated human rights violations is critical to peace and reconciliation. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes, or violations of international human rights and humanitarian law, criminalizes this kind of behavior, demonstrates that no one is above the law, and may act as a deterrent and con- tribute to the prevention of future abuse. Truth commissions and other truth-seeking en- deavors can provide critical analysis about the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical informa- tion about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas. Reparations for victims may contribute to trust-building between victims and government, including public institutions. Vetting processes contribute to dismantling abusive structures by excluding from public service those who have com- mitted gross human rights violations and serious violations of international humanitarian law (See Box 3: Vetting.)As security sector institutions are sometimes implicated in past and ongoing viola- tions of human rights and international humanitarian law, there is a particular interest in reforming security sector institutions. Security Sector Reform (SSR) aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law.\u201d27 SSR efforts may sustain the DDR process in multiple ways, for example by providing employment opportunities. Yet DDR programmes are seldom coordinated to SSR. The lack of coordination can lead to further vio- lations, such as the reappointment of human rights abusers into the legitimate security sector. Such cases undermine public faith in security sector institutions, and may also lead to distrust within the armed forces. (See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.)Box 3 Vetting* One important aspect of institutional reform efforts in countries in transition is vetting processes to exclude from public institutions persons who lack integrity. Vetting may be defined as assessing integrity to determine suitability for public employment. Integrity refers to an employee\u2019s adherence to international standards of human rights and professional conduct, including a person\u2019s financial propriety. Public employees who are personally responsible for gross violations of human rights or serious crimes under international law reveal a basic lack of integrity and breach the trust of the citizens they were meant to serve. The citizens, in particular the victims of abuses, are unlikely to trust and rely on a public institution that retains or hires individuals with serious integrity deficits, which would fundamentally impair the institution\u2019s capacity to deliver its mandate. Vetting processes aim at excluding from public service persons with serious integrity deficits in order to (re-establish) civic trust and (re-) legitimize public institutions. \\n In many DDR programmes, ex-combatants are offered the possibility of reintegration in the national armed forces, other security sector positions such as police or border control. In these situations, coordination between DDR programs and institution reform initiatives such as SSR programmes on vetting strategies can be particularly critical. A coordinated strategy shall aim to ensure that individuals who have committed human rights violations are not employed in the public sector. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 12, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.4. Institutional reform", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n In many DDR programmes, ex-combatants are offered the possibility of reintegration in the national armed forces, other security sector positions such as police or border control.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10032, - "Score": 0.316228, - "Index": 10032, - "Paragraph": "HLP projects are often developed to support the return of internally displaced persons (IDPs) and other vulnerable groups. While ex-combatants only represent a small segment of this group, they are more likely to resort to intimidation or force in order to attempt to resolve disputes. Moreover, ex-combatants may find that their land has been occupied as a deliberate strategy of intimidation. HLP therefore offers an opportunity to support re-integration while mitigating potential security problems down the line (see IDDRS module 4.30 on Social and Economic Reintegration). Complementary SSR measures that address the return of ex-combatants may focus on supporting dispute resolution mechanisms as well as addressing related security threats. Engagement with local authorities, community security and justice providers on HLP offers a means to link SSR concerns with support for returning ex-combatants. The devel- opment of special mechanisms for ex-combatants may be considered so that the time- sensitivity and stigma associated with their cases is taken into consideration. This should be balanced against the risk of perceived inequalities between ex-combatants and receiving communities. In either case, it is important to provide sensitisation on available support structures and how to access them.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.3. Housing, land and property (HLP) dispute mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "This should be balanced against the risk of perceived inequalities between ex-combatants and receiving communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10395, - "Score": 0.316228, - "Index": 10395, - "Paragraph": "There are good reasons to anticipate a rise in situations where DDR and transitional justice initiatives will be pursued simultaneously. Transitioning states are increasingly using transitional justice measures to address past violations of international human rights law and humanitarian law, and prevent such violations in the future.At present, formal institutional connections between DDR and transitional justice are rarely considered. In some cases, the different timings of DDR and transitional justice processes constrain the forging of more formal institutional interconnections. Disarmament and demobilization components of DDR are frequently initiated during a cease-fire, or immediately after a peace agreement is signed; while transitional justice initiatives often require the forming of a new government and some kind of legislative approval, which may delay implementation by months or, not uncommonly, years. Additionally, DDR processes and transitional justice initiatives have very different constituencies: DDR pro- grammes are directed primarily at ex-combatants while transitional justice initiatives focus more on victims and on society more generally.The lack of coordination between transitional justice and DDR may lead to unbal- anced outcomes and missed opportunities. One outcome, for example, is that victims receive markedly less attention and resources than ex-combatants. The inequity is most stark when comparing benefits for ex-combatants with reparations for victims. In many cases the latter receive nothing whereas ex-combatants usually receive some sort of DDR package. The im- balance between the benefits provided to ex-combatants and the lack of benefits provided to victims has led to criticism by some that DDR rewards violent behaviour. Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building. UN peacekeeping operations have increasingly been entrusted with mandates to promote and protect human rights and accountability, as well as to assist national authori- ties in strengthening the rule of law. For example, the UN Peacekeeping Operation in the Democratic Republic of the Congo was given a specific mandate \u201cto contribute to the dis- armament portion of the national programme of disarmament, demobilization and reinte- gration (DDR) of Congolese combatants and their dependants, in monitoring the process and providing as appropriate security in some sensitive locations;\u201d as well as \u201cto assist in the promotion and protection of human rights, with particular attention to women, children and vulnerable persons, investigate human rights violations to put an end to impunity, and continue to cooperate with efforts to ensure that those responsible for serious violations of human rights and international humanitarian law are brought to justice\u201d.3Importantly DDR and transitional justice also aim to contribute to peacebuilding and reconciliation (see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks). DDR programmes may contribute to peacemaking and stability, creating environments more conducive to establishing transitional justice measures. Comprehensive approaches to transitional justice may address some of the root causes of conflict, provide accountability for past violations of international human rights and humanitarian law, and inform the institutional reform necessary to prevent the reemergence of violence. To that end they are \u201cmutually reinforcing imperatives\u201d.4Reconciliation remains a difficult concept to define or measure. There is no single model for overcoming divisions and building trust within societies recovering from conflict or totalitarian rule. DDR aims to encourage trust and confidence between ex-combatants, society and the State by presenting a transparent process by which former fighters give up their weapons, renounce their affiliations to armed groups, and commit to respecting the basic norms and laws including in the resolution of conflicts and the struggle for political power (see IDDRS 2.10 on the UN Approach to DDR). Transitional justice initiatives aim to build trust between victims, society, and the state through transitional justice measures that provide some acknowledgement from the State that citizen rights have been violated and that they deserve justice, truth and reparation. Increased consultation with victims\u2019 groups, communities receiving demobilized combatants, municipal governments, faith- based organizations and the demobilized combatants and their families, may inform and strengthen the legitimacy of DDR and transitional justice processes and enhance the pros- pects of reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 3, - "Heading1": "4. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The inequity is most stark when comparing benefits for ex-combatants with reparations for victims.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10557, - "Score": 0.30429, - "Index": 10557, - "Paragraph": "In his 2004 report on transitional justice and the rule of law, the Secretary General of the UN wrote that \u201cdue regard must be given to indigenous and informal traditions for admin- istering justice or settling disputes, to help them to continue their often vital role and to do so in conformity with both international standards and local tradition.\u201d28 Locally-based justice processes range from informal courts to local truth-telling exercises, to traditional ceremonies. They may include an approach that directly involves victims and communi- ties in defining the responsibilities and obligations of those who have committed crimes. In some situations, these locally-based processes are used to promote trust between ex- combatants and their communities. In Mozambique, for example, cleansing ceremonies offered ex-combatants a way to reintegrate into communities by renouncing violence, acknowledging wrong-doing and providing victims, or families of victims, with some kind of compensation.Locally-based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants. These locally based processes may contain elements of the four main transitional justice approaches: prosecutions, truth-telling, reparation and institutional reform, and thus offer similar incentives and disincentives for ex-combatants, but they have an additional aim of reintegration. To a large extent the purpose of these processes is to reintegrate community members who have violated the norms of the com- munity and to reconcile them with the victims. When ex-combatants participate in these processes, they demonstrate their desire to be a part of the community again, and to take steps to repair the damage for which they are responsible. This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reinte- grate. These processes may not be as successful in situations where combatants refuse to acknowledge responsibility or continue to perceive themselves as heroes.Locally-based justice processes may, however, be problematic. They may not comply with national and international human rights standards, in particular fair trial guarantees. Unfair treatment of ex-combatants who participate in such processes may hinder reintegra- tion. Additionally, many of these processes are not equipped to handle serious violations of international law, such as war crimes, crimes against humanity or genocide. Locally-based processes also frequently replicate gender or other biases that are present in community life and traditions, for example, by excluding women and children, or by forgiving men for acts of sexual aggression against women.The experience of linking national reintegration strategies with locally-based justice processes is limited, but there are a few positive examples to build on. UNICEF\u2019s work with locally based justice processes supported the reintegration of children in Sierra Leone, for example.Creating connections between reintegration strategies, particularly community reinte- gration strategies, for ex-combatants and locally-based justice processes may be one way to bridge the gap between the aims of DDR and the aims of transitional justice. Such con- nections should be consistent with the broad peacebuilding goals of security, respect for human rights including international standards of child rights and juvenile justice, rule of law, and reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 13, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.5. DDR and locally-based processes of justice", - "Heading3": "", - "Heading4": "", - "Sentence": "In Mozambique, for example, cleansing ceremonies offered ex-combatants a way to reintegrate into communities by renouncing violence, acknowledging wrong-doing and providing victims, or families of victims, with some kind of compensation.Locally-based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9968, - "Score": 0.302372, - "Index": 9968, - "Paragraph": "Offering ex-combatants a voluntary choice between integrating into the security sector and pursuing civilian livelihoods can, in certain cases, be problematic. Resulting challenges may include disproportionate numbers of officers compared to other ranks, or mismatches between national security priorities and the comparative advantages of different security providers. Excessive integration into the security sector may be unrealistic in relation to the absorptive capacity of these institutions as well as financial limitations and perceived security requirements. There is also a risk to community security if large numbers of ex- combatants return without the prospect of meaningful employment.Decisions on the incentives provided to ex-combatants registering for demobilization versus those registering for integration should be carefully considered to avoid unsustain- able outcomes. The financial and social benefits provided to each group should not therefore strongly favour one option over the other. Funding considerations should reflect national financial limitations in order to avoid unwanted course corrections. A communication strategy should be developed to ensure that options are clearly understood. Job counsel- ling\u2014presenting realistic career options\u2014may also reduce the risk of raising expectations among demobilised combatants entering into socio-economic programmes (see IDDRS 4.30 on Social and Economic Reintegration, Section 9.2).Case Study Box 2 Integration followed by rightsizing in Burundi \\n Disproportionate numbers may need to be included in integrated force structures as a transitional measure to \u2018buy the peace\u2019 while \u2018rightsizing\u2019 is left to a later stage. This may be a necessary short-term solution but can heighten tensions if expectations are not managed. In Burundi, a two-step approach was adopted with ex-combatants first integrated into the armed forces with many demobilised in a second round. While it can be argued that the integrated army supported the conduct of peaceful elections in 2005, this double-trigger mechanism has generated uncertainty, frustration and disappointment amongst those demobilised through the subsequent rightsizing: at the beginning of 2008, 900 soldiers refused compulsory demobilization. The process lacked transparency and the criteria used for assessing those to be demobilised (i.e. disciplinary records) have been questioned. Moreover, the fact that previously integrated combatants develop skills within newly integrated security bodies that are subsequently lost undermines longer term SSR goals", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 11, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.9. Balancing demobilisation and security sector integration", - "Heading3": "", - "Heading4": "", - "Sentence": "There is also a risk to community security if large numbers of ex- combatants return without the prospect of meaningful employment.Decisions on the incentives provided to ex-combatants registering for demobilization versus those registering for integration should be carefully considered to avoid unsustain- able outcomes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9098, - "Score": 0.3, - "Index": 9098, - "Paragraph": "Reintegration support should be based on an assessment of the economic, social, psychosocial and political challenges faced by ex-combatants and persons formerly associated with armed forces and groups, their families and communities. In addition to the guidance outlined in IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration, DDR practitioners should also consider the factors that sustain organized criminal networks and activities when planning reintegration support.In communities where engagement in illicit economies is widespread and normalized, certain criminal activities may have no social stigma attached to them. DDR practitioners or may even bring power and prestige. Ex-combatants \u2013 especially those who were previously in high-ranking positions \u2013 often share the same level of status as successful criminals, posing challenges to their long-lasting reintegration into lawful society. DDR practitioners should therefore consider the impact of involvement of ex-combatants\u2019 involvement in organized crime on the design of reintegration support programmes, taking into account the roles they played in illicit activities and crime-conflict dynamics in the society at large.DDR practitioners should examine the types and characteristics of criminal activities. While organized crime can encompass a range of activities, the distinction between violent and non- violent criminal enterprises, or non-labour intensive and labour-intensive criminal economies may help DDR practitioners to prioritize certain reintegration strategies. For example, some criminal market activities may be considered vital to the local economy of communities, particularly when employing most of the local workforce.Economic reintegration can be a challenging process because there may be few available jobs in the formal sector. It becomes imperative that reintegration support not only enable former members of armed forces and groups to earn a living, but that the livelihood is enough to disincentivize the return to illicit activities. In other cases, laissez-faire policies towards labour- intensive criminal economies, such as the exploitation of natural resources, may open windows of opportunity, regardless of their legality, and could be accompanied by a process to formalize and regulate informal and artisanal sectors. Partnerships with multiple stakeholders, including civil society and the private sector, may be useful in devising holistic reintegration assessments and programmatic responses.The box below outlines key questions that DDR practitioners should consider when supporting reintegration in conflict-crime contexts. For further information on reintegration support, and specific guidance on environment crime, drug and human trafficking, see section 9.BOX 3: REINTEGRATION: KEY QUESTIONS \\n What are the risks and benefits involved in disrupting the illicit economies upon which communities depend? \\n How can support be distributed between former members of armed forces and groups, communities and victims in ways that are fair, facilitate reintegration, and avoid re-recruitment by organized criminal actors? \\n What steps can be taken when the reintegration support offered cannot outweigh the benefits offered through illicit activities? \\n What community-based monitoring initiatives can be put in place to ensure the sustained reintegration of former members of armed forces and groups and their continued non-involvement in criminal activities? \\n How can reintegration efforts work to address the motives and incentives of conflict actors through non-violent means, and what are the associated risks? \\n Which actors should contribute to addressing the conflict-crime nexus during reintegration, and in which capacity (including, among others, international agencies, public institutions, civil society and the private sector)?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 20, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.3 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support should be based on an assessment of the economic, social, psychosocial and political challenges faced by ex-combatants and persons formerly associated with armed forces and groups, their families and communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9840, - "Score": 0.298142, - "Index": 9840, - "Paragraph": "The UN has recognised in several texts and key documents that inter-linkages exist between DDR and SSR.2 This does not imply a linear relationship between different activities that involve highly distinct challenges depending on the context. It is essential to take into account the specific objectives, timelines, stakeholders and interests that affect these issues. However, understanding the relationship between DDR and SSR can help identify synergies in policy and programming and provide ways of ensuring short to medium term activities associated with DDR are linked to broader efforts to support the development of an effec- tive, well-managed and accountable security sector. Ignoring how DDR and SSR affect each other may result in missed opportunities or unintended consequences that undermine broader security and development goals.The Secretary-General\u2019s report Securing Peace and Development: the Role of the United Nations in Security Sector Reform (S/2008/39) of 23 January 2008 describes SSR as \u201ca process of assessment, review and implementation as well as monitoring and evalu- ation led by national authorities that has as its goal the enhancement of effective and accountable security for the State and its peoples without discrimination and with full respect for human rights and the rule of law.\u201d3 The security sector includes security pro- viders such as defence, law enforcement, intelligence and border management services as well as actors involved in management and oversight, notably government ministries, legislative bodies and relevant civil society actors. Non-state actors also fulfill important security provision, management and oversight functions. SSR therefore draws on a diverse range of stakeholders and may include activities as varied as political dialogue, policy and legal advice, training programmes and technical and financial assistance.While individual activities can involve short term goals, achieving broader SSR objec- tives requires a long term perspective. In contrast, DDR tends to adopt a more narrow focus on ex-combatants and their dependents. Relevant activities and actors are often more clearly defined and limited while timelines generally focus on the short to medium-term period following the end of armed conflict. But the distinctions between DDR and SSR are potentially less important than the convergences. Both sets of activities are preoccupied with enhancing the security of the state and its citizens. They advocate policies and programmes that engage public and private security actors including the military and ex-combatants as well as groups responsible for their management and oversight. Decisions associated with DDR contribute to defining central elements of the size and composition of a country\u2019s security sector while the gains from carefully executed SSR programmes can also generate positive consequences on DDR interventions. SSR may lead to downsizing and the conse- quent need for reintegration. DDR may also free resources for SSR. Most significantly, considering these issues together situates DDR within a developing security governance framework. If conducted sensitively, this can contribute to the legitimacy and sustainability of DDR programmes by helping to ensure that decisions are based on a nationally-driven assessment of applicable capacities, objectives and values.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "3. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In contrast, DDR tends to adopt a more narrow focus on ex-combatants and their dependents.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9930, - "Score": 0.298142, - "Index": 9930, - "Paragraph": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants. Rebel groups often inflate their numbers before or at the start of a DDR process due to financial incentives as well as to strengthen their negotiating position for terms of entry into the security sector. This practice can result in forced recruitment of individuals, including children, to increase the headcount. Security vacuums may be one further consequence of a disengagement process with the movement of ex-combatants to de- mobilization centres resulting in potential risks to communities. Analysis of context-specific security dynamics linked to the disengagement process should provide a common basis for DDR/SSR decisions. When negotiating with rebel groups, criteria for integration to the security sector should be carefully set and not based simply on the number of people the group can round up (see IDDRS 3.20 on DDR Programme Design, Para 6.5.3.4). The requirement that chil- dren be released prior to negotiations on integration into the armed forces should be stip- ulated and enforced to discourage their forced recruitment (see IDDRS 5.30 on Children and DDR). The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.3. The disengagement process", - "Heading3": "", - "Heading4": "", - "Sentence": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10279, - "Score": 0.298142, - "Index": 10279, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10758, - "Score": 0.298142, - "Index": 10758, - "Paragraph": "Locally based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants. When ex-combatants participate in these processes, they demonstrate their desire to be a part of the community again, and to take steps to repair the damage for which they are responsible. This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reintegrate. Locally based justice processes have particular potential for the reintegration of children associated with armed forces and groups.Creating links between reintegration strategies, particularly community reintegration strategies, for ex-combatants and locally-based justice processes may be one way to bridge the gap between the aims of DDR and the aims of transitional justice. UNICEF\u2019s work with locally based justice processes in support of the reintegration of children in Sierra Leone is one example.Before establishing a link with locally based processes, DDR programmes must ensure that they are legitimate and that they respect international human rights standards, includ- ing that they do not discriminate, particularly against women, and children. The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes. Additionally civil society organizations may be able to provide information and contribute to strategies for connecting DDR programmes to locally based justice processes. Finally, outreach to recipient communities may include discussions about locally based justice processes and their applicability to the situations of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.7. Consider how DDR may connect to and support legitimate locally based justice processes", - "Heading4": "", - "Sentence": "This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reintegrate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9895, - "Score": 0.282843, - "Index": 9895, - "Paragraph": "While a given DDR programme might generate important returns in terms of performance indicators (e.g. numbers of weapons collected and ex-combatants reintegrated) this may not translate into effective outcomes (e.g. improvements in real and perceived individual or community security). Involving communities and local authorities in planning, implement- ing and monitoring interventions can potentially integrate efforts such as the community reintegration of former combatants with the provision of security at the local level in order to ensure that reintegration and SSR are complementary. Supporting the capacity of national armed and other security forces and line ministries can build morale, demonstrating a \u2018duty of care\u2019 through fair treatment.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "numbers of weapons collected and ex-combatants reintegrated) this may not translate into effective outcomes (e.g.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10067, - "Score": 0.282843, - "Index": 10067, - "Paragraph": "Instability is exacerbated by the flow of combatants as well as the trafficking of people, arms and other goods across porous borders. Cross-border trafficking can provide com- batants with the resource base and motivation to resist entering the DDR process. There is also a risk of re-recruitment of ex-combatants into armed groups in adjacent countries, thus undermining regional stability. Developing sustainable border management capacities can therefore enhance the effectiveness of disarmament measures, prevent the re-recruitment of foreign combatants that transit across borders and contribute to the protection of vulner- able communities.Training and capacity building activities should acknowledge linkages between DDR and border security. Where appropriate, conflict and security analysis should address re- gional security considerations including cross-border flows of combatants in order to coor- dinate responses with border security authorities. At the same time, adequate options and opportunities should be open to ex-combatants in case they are intercepted at the border. Lack of logistics and personnel capacity as well as inaccessibility of border areas can pose major challenges that should be addressed through complementary SSR activities. SALW projects may also benefit from coordination with border management programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 16, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.7. DDR and border management", - "Heading3": "", - "Heading4": "", - "Sentence": "At the same time, adequate options and opportunities should be open to ex-combatants in case they are intercepted at the border.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8976, - "Score": 0.282843, - "Index": 8976, - "Paragraph": "The crime-conflict nexus shall be considered by DDR practitioners as they contemplate engagement and ultimately determine whether DDR is an appropriate response or whether law enforcement interventions and/or criminal justice mechanisms are better suited to the context.In order to develop successful DDR processes, DDR practitioners should assess whether participants\u2019 involvement in criminal economies came about as a function of war or as part of broader economic or social dynamics. During DDR processes, incentives for combatants to disarm and demobilize may be insufficient if they control access to lucrative resources and have well-established informal taxation regimes that depend upon the continued threat or use of violence.12 Regardless of whether conflict is ongoing or has ended, if these economic motives are not addressed, the risk that former members of armed forces and groups will re-engage in criminal activities increases.Likewise, DDR processes that do not consider social and political motives risk failure. Participation in DDR processes may decrease if members of armed forces and groups feel that they will lose social and political status in their communities by disarming and demobilizing, or if they fear retaliation against themselves and their families for abandoning armed forces and groups who engage in criminal activities. Similarly, communities themselves may be reluctant to accept and trust DDR processes if they feel that such efforts mean losing protection and stability. In such cases, public information can play an important role in supporting DDR processes, by helping to raise awareness of what the DDR process involves and the opportunities available to leave behind illicit economies. For further information, see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR.Moreover, the type of illicit economy can influence local perspectives. For example, labour- intensive illicit economies, such as the cultivation of drug crops or artisanal mining of natural resources including metals and minerals, but also logging and fishing, can easily employ hundreds of thousands to millions of people in a particular locale.13 In these instances, DDR processes that work to remove involvement in what can be \u2018positive\u2019 illicit activities may be unsuccessful if no alternative economic opportunities are offered, and a better route may be to support the formalization and regulation of the relevant sectors.Additionally, the interaction between organized crime and armed conflict is a fundamentally gendered phenomenon, affecting men and women differently in both conflict and post-conflict settings. Although notions of masculinity may be more frequently associated with engagement in organized crime, and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination on the basis of gender from both ex-combatants and communities. Moreover, women are more frequently victims of certain forms of organized crime, particularly human trafficking for sexual exploitation, and can be stigmatized or shamed due to the sexual exploitation they have experienced.14 They may be rejected by their families and communities upon their return, leaving them with few opportunities for social and economic support.At the same time, men and boys who are trafficked, either through sexual exploitation or otherwise, may face a different set of challenges based on perceived emasculation. In addition to economic difficulties, they may face stigma in communities who may not view them as victims at all. DDR processes should therefore follow an intersectional and gender-based approach in providing social, economic and psychological services to former members of armed forces and groups. For example, providing reintegration opportunities specific to female or male DDR participants and beneficiaries that promote equality, independence and a sense of ownership over their futures can have a significant impact on social, psychological and economic well-being.Finally, given that DDR processes are guided by national and local policies, DDR practitioners should bear in mind the role that crime can play in the politics of the countries in which they operate. Even if ex-combatants lay down their arms, they may retain their links to organized crime. In some cases, participation in DDR may be predicated on the condition that ex- combatants engaged in criminal activities are offered positions in the political sphere. This condition risks embedding criminality in the State apparatus. Moreover, for certain types of organized crime, amnesties cannot be granted, as serious human rights violations may have taken place, as in the case of human trafficking. DDR processes must form part of a wider response to strengthening institutions, building resilience towards corruption, strengthening the rule of law, and fostering good governance, which can, in turn, prevent the conditions that may contribute to the recurrence of conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 12, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.4 Implications for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Even if ex-combatants lay down their arms, they may retain their links to organized crime.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10053, - "Score": 0.282843, - "Index": 10053, - "Paragraph": "There is a need to understand the influence of DDR processes on the role and capacities of the private security sector and how this affects the security of communities and individuals (see Case Study Box 4). Ex-combatants are a natural target group for recruitment by pri- vate security bodies. However, the security implications of DDR activities in this area are unclear due to lack of knowledge concerning the nature, capacity, motives and the general lack of oversight and accountability of the private security sector.The scale and role of private security bodies should form part of evaluations of ex- combatants reintegrating into rural and urban settings in order to inform potential SSR responses. Complementary SSR initiatives may include regulation of commercial entities or practical measures at the community level to align the roles and objectives of state and non-state security providers.Case Study Box 4 PSC regulation as an entry point for coordination \\n In Afghanistan, increasing numbers of private security companies (PSCs) have contributed to a blurring of roles with illegal armed groups. There are concerns that many ex-combatants joined the private security sector without having to give up their weapons. The heavy weapons carried by some PSCs in Afghanistan have also contributed to negative perceptions in the eyes of local populations. Laws covering PSCs have now been enacted as part of the SSR process in order to regulate the groups and their weapons. The PSC regulatory framework is linked to both the Disbandment of Illegal Armed Groups (DIAG) programme and the weapons law. The Joint Secretariat of the DIAG has contributed to the regulation of PSCs by drafting a Government Policy on Private Security Companies. PSC regulation therefore serves as a useful bridge between demilitarization and SSR activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 16, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.6. DDR and the private security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex-combatants are a natural target group for recruitment by pri- vate security bodies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10741, - "Score": 0.279372, - "Index": 10741, - "Paragraph": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts. The possibilities for sequencing are numerous; this section merely provides ideas that can facilitate sequencing discussions between DDR and TJ practitioners. Prosecutors, for instance, may inform DDR administrators of the imminent announce- ment of indictments of certain commanders so that there is time to prepare for the possible negative reactions. Alternatively, in some cases prosecutors may take into account the prog- ress of the disarmament and demobilization operations when timing the announcement of their indictments.United Nations Staff working on DDR programmes should encourage their national interlocutors to coordinate on sequencing with truth commissions. Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not. However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements). Assistance offered to ex- combatants is less likely to foster resentment if reparations for victims are provided at a comparative level and within the same relative time period. If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme. Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming. This has the virtue of providing incen- tives for the coordination of programmes without providing incentives for fusing or merging programmes which may result in a dilution of mandates\u2014and effectiveness. Moreover ex-combatants may play a direct role in some reparations, either by providing direct repara- tion when they have individual responsibility for the violations that occurred, or, when appropriate, by contributing to reparations projects that aim to address community needs, such as working on a memorial or rebuilding a school or home that was destroyed in the armed conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.4. Collaborate on sequencing DDR and TJ efforts", - "Heading4": "", - "Sentence": "Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9086, - "Score": 0.273861, - "Index": 9086, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9919, - "Score": 0.26968, - "Index": 9919, - "Paragraph": "This section begins by identifying certain early areas of SSR support that can reinforce DDR activities (7.1-7.4) while preparing the ground for a more programmatic approach to SSR. An important element of the DDR-SSR nexus is the integration of ex-combatants into the reformed security sector. Particular emphasis is therefore put on issues relating to secu- rity sector integration (7.5-7.12).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "An important element of the DDR-SSR nexus is the integration of ex-combatants into the reformed security sector.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9957, - "Score": 0.26968, - "Index": 9957, - "Paragraph": "Vetting is a particularly contentious issue in many post-conflict contexts. However, sensi- tively conducted, it provides a means of enhancing the integrity of security sector institutions through ensuring that personnel have the appropriate background and skills.12 Failure to take into account issues relating to past conduct can undermine the development of effec- tive and accountable security institutions that are trusted by individuals and communities. The introduction of vetting programmes should be carefully considered in relation to minimum political conditions being met. These include sufficient political will and ade- quate national capacity to implement measures. Vetting processes should not single out ex-combatants but apply common criteria to all members of the vetted institution. Minimum requirements should include relevant skills or provision for re-training (particularly im- portant for ex-combatants integrated into reformed law enforcement bodies). Criteria should also include consideration of past conduct to ensure that known criminals, human rights abusers or perpetrators of war crimes are not admitted to the reformed security sector. (See IDDRS 6.20 on DDR and Transitional Justice.)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.7. Vetting", - "Heading3": "", - "Heading4": "", - "Sentence": "Vetting processes should not single out ex-combatants but apply common criteria to all members of the vetted institution.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10006, - "Score": 0.26968, - "Index": 10006, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10720, - "Score": 0.26968, - "Index": 10720, - "Paragraph": "Both DDR and transitional justice initiatives engage in gathering, sharing, and disseminating information. However, rarely is information shared in a systematic or coherent manner between these two programmes. DDR programmes, which are usually established before transitional justice measures may consider sharing information with the latter. This need not necessarily include sharing information relating to particular individuals for purposes of prosecutions, as this may create difficulties in some contexts (although, as illustrated in section 7.1 above, it frequently does not). Information about the more structural dimen- sion of combating forces, none of which needs to be person-specific, may be very useful for transitional justice measures. Socio-economic and background data gathered from ex- combatants through DDR programmes can also be informative. Similarly, transitional justice initiatives may obtain information that is important to DDR programmes, for example on the location or operations of armed groups.DDR programmes may also accommodate procedures that include gathering infor- mation on ex-combatants accused or suspected of gross violations of international human rights law and serious violations of international humanitarian law. This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data. Truth commissions often try to reliably describe broad patterns of past violence. Insights into the size, location, and territory of armed groups, their com- mand structures, type of arms collected, recruitment processes, and other aspects of their mode of operation could assist in reconstructing an historical \u2018memory\u2019 of past patterns of collective violence.Sharing information with a national reparations programme may also be important. Here, details about benefits offered to ex-combatants through DDR programmes may be useful in efforts to secure equity in the treatment of victims through reparations programmes. If communities received benefits through DDR programmes, this will also be relevant to those who are tasked with the responsibility of designing collective reparations programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.1. Consider sharing DDR information with transitional justice measures", - "Heading4": "", - "Sentence": "Socio-economic and background data gathered from ex- combatants through DDR programmes can also be informative.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10700, - "Score": 0.258199, - "Index": 10700, - "Paragraph": "Compared to targeted assistance programmes for ex-combatants, community-based reinte- gration approaches have advantages that may provide broader benefits within the com- munity. Such approaches have more potential for sustainability as ex-combatants are located in the communities and work together with other community members for local develop- ment. Such an approach may also promote community reconciliation as ex-combatants are not seen as the sole beneficiaries of assistance. Additionally, reintegration activities, apart from community recovery and reintegration, may link into other development programmes. It also promotes closer collaboration with other development actors. Finally, community- based reintegration promotes community empowerment, transparency and accountability as beneficiaries are selected through community-based approaches.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.7. Consider community-based reintegration approaches", - "Heading4": "", - "Sentence": "Such an approach may also promote community reconciliation as ex-combatants are not seen as the sole beneficiaries of assistance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9073, - "Score": 0.258199, - "Index": 9073, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9211, - "Score": 0.258199, - "Index": 9211, - "Paragraph": "As State actors can be implicated in organized criminal activities in conflict and post-conflict settings, including past and ongoing violations of human rights and international humanitarian law, there may be a need to reform security sector institutions. As IDDRS 6.10 on DDR and Security Sector Reform states, SSR aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law\u201d. DDR processes that fail to coordinate with SSR can lead to further violations, such as the reappointment of human rights abusers or those engaged in other criminal activities into the legitimate security sector. Such cases undermine public faith in security sector institutions.Mistrust between the State, security providers and citizens is a potential contributing factor to the outbreak of a conflict, and one that has the potential to undermine sustainable peace, particularly if the State itself is corrupt or directly engages in criminal activities. Another factor is the integration of ex-combatants who may still have criminal ties into the reformed security sector. To avoid further propagation of criminality, vetting should be conducted prior to integration, with a special focus on any evidence relating to continued links with actors known to engage in criminal activities. Finally, Government security forces, both civilian and military, may themselves be part of rightsizing exercises. The demobilization of excess forces may be particularly difficult if these individuals have been actively involved in facilitating or gatekeeping the illicit economy, and DDR practitioners should take these dynamics into account in the design of reintegration support (see sections 7.3 and 9).SSR that encourages participatory processes that enhance the oversight roles of actors such as parliament and civil society can meet the common goal of DDR and SSR of building trust in post-conflict security governance institutions. Additionally, oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appropriate, cost effective and made in a transparent manner. For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 29, - "Heading1": "11. DDR, security sector reform and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Another factor is the integration of ex-combatants who may still have criminal ties into the reformed security sector.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9142, - "Score": 0.252982, - "Index": 9142, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme. The risk of the re-recruitment of ex-combatants and persons formerly associated with armed forces and groups or their engagement in criminal activity is higher where conflict is ongoing, protracted or financed through organized crime. DDR practitioners should seek to identify positive entry points for supporting reintegration.In contexts of ongoing conflict and organized crime, these entry points may include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models of reintegration support for other areas to follow. Additional entry points may include armed groups whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors.The guidance on supporting reintegration within DDR programmes provided in section 7.3 is also applicable to planning reintegration support in contexts of ongoing conflict. For further information on reintegration more generally, see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.The sub-sections below offer guidance on reintegration support in relation to common forms of organized criminal activity in conflict and post-conflict settings: environmental crime, drug and human trafficking.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information on reintegration more generally, see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.The sub-sections below offer guidance on reintegration support in relation to common forms of organized criminal activity in conflict and post-conflict settings: environmental crime, drug and human trafficking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10198, - "Score": 0.248069, - "Index": 10198, - "Paragraph": "Supporting the development of relevant national capacities to develop, manage and imple- ment programmes enhances the effectiveness of DDR and SSR while creating cross-cutting skills that contribute to the long term integrity of security institutions. Given their experi- ence, ex-combatants may play a significant role in these areas at national and community levels. In particular, a focus on security sector management and oversight provides an important means of contributing to sustainable national capacities.Identifying national capacity gaps linked to DDR/SSR should be an important objec- tive of needs assessments (see Box 6). Opportunities to develop cross-cutting skills (e.g. strategic planning, human resources, financial management, including gender budgeting, communications and outreach) should be agreed and prioritised with national authorities. Measures to enhance national capacities for democratic control and civilian oversight and to develop effective checks and balances within a clear legal framework are particularly important. Support for parliaments in fulfilling their oversight function can promote trans- parency and therefore trust in programmes and their use of resources.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 23, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.2. Capacity development", - "Heading4": "", - "Sentence": "Given their experi- ence, ex-combatants may play a significant role in these areas at national and community levels.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10246, - "Score": 0.248069, - "Index": 10246, - "Paragraph": "Recognizing that the success of DDR may be linked to progress in SSR, or vice versa, re- quires sensitivity to the need to invest simultaneously in related programmes. Implementation of DDR and SSR programmes is frequently hampered by the non-availability or slow disburse- ment of funds. Delays in one area due to lack of funding can mean that funds earmarked for other key activities can also be blocked. If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding. Increased use of multi-donor trust funds that address both issues represents one potential means to more effectively integrate DDR and SSR through pooled funding. National ownership is a key consideration: funding support for DDR/SSR should reflect the absorptive capacity of the state, including national resource limitations. In particular, the levels of ex-combatants integrated within the reformed security sector should be sus- tainable through national budgets. Supporting measures to enhance management and oversight of security budgeting provide an important means to support the effective use of limited resources for DDR and SSR. Improved transparency and accountability also contributes to building trust at the national level and between national authorities and international partners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.3 Funding", - "Heading4": "", - "Sentence": "In particular, the levels of ex-combatants integrated within the reformed security sector should be sus- tainable through national budgets.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9722, - "Score": 0.237171, - "Index": 9722, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration). The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes. In contexts of ongoing armed conflict, reintegration support can focus on resiliency and improving opportunities in natural resource management sectors, picking up on many of the CBNRM approaches discussed in previous sections. In particular, engagement with other efforts to improve the transparency in targeted natural resource supply chains is extremely important, as this can be a source of creating sustainable employment opportunities and reduce the risk that key sectors are re- captured by armed forces and groups. Undertaking these efforts together with other measures to help the recovery of conflict-affected communities can also create opportunities for social reconciliation and cohesion.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "9. Reintegration support and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9963, - "Score": 0.23355, - "Index": 9963, - "Paragraph": "Ex-combatants that have been socialized to the use of violence in conflict require proper support and training to assist their transition from armed combatant to security provider. Moreover, high HIV infection rates are common in many uniformed services and can com- promise command structures and combat readiness. Increasingly, there are national policies of screening recruits and excluding those who are HIV-positive.In addition to identifying appropriate selection criteria for combatants eligible for inte- gration, ex-combatants should be provided with sufficient training and sensitization on behaviour change, and access to psychosocial support to enable a successful transition. Engaging in HIV/AIDS prevention at the outset of DDR will help to reduce new infections, thus\u2014where national policies of HIV screening are in place\u2014increasing the pool of potential candidates for recruitment, as well as assisting in planning for alternative occupational support and training for those found to be HIV-positive (see IDDRS Module 5.60 on HIV/ AIDS and DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.8 Support to the integration of ex-combatants within the security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "Increasingly, there are national policies of screening recruits and excluding those who are HIV-positive.In addition to identifying appropriate selection criteria for combatants eligible for inte- gration, ex-combatants should be provided with sufficient training and sensitization on behaviour change, and access to psychosocial support to enable a successful transition.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9015, - "Score": 0.23094, - "Index": 9015, - "Paragraph": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme. The following list of organized crime\u2013related risks is intended to assist DDR practitioners to assess and manage vulnerabilities in such contexts in order to prevent negative consequences. \\n Programmatic risk: In contexts of ongoing conflict, organized crime activities can be used to further both economic and power-seeking gains. The risk that ex-combatants will be re- recruited or (continue to) engage in criminal activity is higher when conflict is ongoing, protracted or financed through organized crime. In the absence of a formal peace agreement, DDR participants may be more reluctant to give up the perceived opportunities that illicit activities offer, particularly when reintegration opportunities are limited, formal and informal economies overlap, and unresolved grievances persist. \\n \u2018Do no harm\u2019 risk: Because DDR processes not only present the risk of reinforcing illicit activities and flows, but may also be vulnerable to corruption and capture, DDR practitioners shall ensure that processes are implemented in a manner that avoids inadvertently contributing to illicit flows and/or retaliation by armed forces and groups that engage in criminal activities. This includes the careful selection of partnering institutions and groups to implement DDR processes. Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance. Practitioners should consider the distribution of payments through the issuance of pre-paid cards, vouchers or digital transfers where possible, to reduce the risk that participants will be extorted by those engaged in criminal activities, including armed forces and groups. \\n Security risk: The possibility of armed groups directly targeting staff/programmes they may perceive as hostile is high in ongoing conflict contexts, particularly if DDR processes are perceived to be associated with the removal of livelihoods and social status. Conversely, DDR practitioners who are perceived to be supporting individuals (formerly) associated with criminal activities, particularly those who engaged in violence against local populations, can also be at risk of reprisals by certain communities or national actors. It is also important that potential risks to communities and civil society groups that may arise as a consequence of their engagement with DDR processes be properly assessed, managed and mitigated. \\n Reputational risk: DDR practitioners should be aware of the risk of being seen as promoting impunity or being lenient towards individuals who may have engaged in schemes of violent governance against communities. DDR practitioners should also be aware of the risk that they may be seen as being complicit in abusive State policies and/or behaviour, particularly if armed forces are known to engage in organized criminal activities and pervasive corruption. Due diligence and appropriate frameworks, safeguards and mechanisms shall be applied to continuously address these complex issues. \\n Legal risks: DDR practitioners who rely on Government donors may face additional challenges if these Governments insert conditions or clauses into their grant agreements in order to comply with Security Council resolutions. As stated in IDDRS 2.11 on The Legal Framework for UN DDR, DDR practitioners should consult with their legal adviser if applicable host State national legislation criminalizes the provision of support, including to suspected terrorists or armed groups designated as terrorist organizations. For more information on legal issues and risks, see section 5.3 of this module.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 15, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.2 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "The risk that ex-combatants will be re- recruited or (continue to) engage in criminal activity is higher when conflict is ongoing, protracted or financed through organized crime.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9149, - "Score": 0.23094, - "Index": 9149, - "Paragraph": "Natural resources have an enormous impact on armed conflict, and they can be used to either support or undermine efforts towards peace. Members of armed forces and groups frequently engage in environmental crime as a low-risk, high-profit source of revenue to fund recruitment or the purchase of weapons, or even to exert de facto control over geographic territories. Environmental crime encompasses a range of different activities in which natural resources are illegally exploited and often trafficked or sold into global supply chains. It can have heavy consequences on communities, including direct environmental degradation, such as the contamination of water or soils, or the destruction of agricultural crops; indirect environmental degradation, such as the loss of biodiversity and other ecosystem services; and/or direct displacement and exposure to violence.At the same time, natural resources hold tremendous potential to support peace and development. In many parts of the world, elements of the natural environment are culturally significant and represent key components of social status and identity. Engaging former members of armed forces and groups in the management of natural resources, including in decision-making, direct environmental rehabilitation and/or community-based natural resource management, helps to consolidate their status as civil citizens, thus reinforcing their political and social reintegration. Additionally, linking reintegration with well-managed natural resources can increase the range of options for economic reintegration support. Given the increase in environmental crime as a transnational organized crime activity and its role in war economies, understanding the links between natural resources, crime and reintegration is key.17 For further information, see IDDRS 6.30 on DDR and Natural Resources.The reintegration of individuals who were previously engaged in environmental organized crime should aim to create sustainable alternatives in the same natural resources sector (to the extent possible, barring illegal trade in endangered species), keeping in mind the principle of \u2018do no harm\u2019. Reintegration in natural resource sectors should be consistent with national laws and legal frameworks and promote environmental protection and restoration of the rule of law.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 24, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.1 Reintegration support and environmental crime", - "Heading3": "", - "Heading4": "", - "Sentence": "Additionally, linking reintegration with well-managed natural resources can increase the range of options for economic reintegration support.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9595, - "Score": 0.223607, - "Index": 9595, - "Paragraph": "The guidance in this section is intended to complement IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.DDR practitioners should seek to design reintegration activities that involve natural resources and support long-term sustainable livelihoods interventions. In conflict contexts, natural resource management is typically already a part of existing livelihoods and employment opportunities, in both formal and informal sectors. By carefully assessing and including natural resource management considerations - including foreseen impacts and potential threats from climate change - into reintegration efforts, DDR practitioners can help improve sustainability and resiliency in these key livelihoods sectors. Together with national stakeholders and interagency coordination, promoting sound natural resource management may also create pathways to support key natural resource sectors to transition from the war economy and come into alignment with national development priorities.Engaging the private sector in the reintegration phase of a DDR programme is also an opportunity to formalize natural resource sectors. This is especially important for sectors that have been part of the root causes of conflict, continue to be exploited to finance conflict, or where ex- combatants may already be engaged in informal employment or other income-generating activities. Changing these sectors helps to move the entire context from conflict towards sustainable peace. This is especially true in countries with significant potential for development of key natural resource sectors, whether in extractives or others. For example, individuals may join armed groups in order to access employment opportunities in the mining sector, but experience has shown that they prefer to work in mines regulated in the formal economy if they have the option. Support for the formalization of natural resource sectors may support both reduced recruitment and the creation of formal employment opportunities that will provide tax revenues for the State and be subject to national laws, including labour regulations.DDR practitioners must also consider both national and international private sector actors as key contributors to economic revitalization. While it can be difficult to get accurate information on the activities of private companies and their agreements with governments before, during and after conflict, DDR programmes offer an opportunity to engage with the private sector to enhance existing employment opportunities and to encourage their support for sustainable peace. DDR practitioners should determine the impacts and dependencies of the private sector on natural resources as part of their assessments and actively engage with local and international private companies to explore opportunities to generate employment and support community development through collaborations. This can help to identify existing and upcoming private sector companies that could be engaged to supply training and employment to DDR programme participants and beneficiaries.In natural resource sectors, private companies can also provide much-needed expertise and support for infrastructure development. While this should be encouraged, DDR practitioners must also be aware that national policies and enforcement capacities also need to be in place in order for this to contribute to sustainable peace. For example, in countries where the government is granting concessions to private entities for the exploitation of extractive or agricultural resources, sufficient due diligence requirements for transparency must be in place. These can include the ability for local communities to monitor company activities and the existence and enforcement of accompanying processes such as Free, Prior and Informed Consent (FPIC) and other principles of international norms included in the UN Guiding Principles on Business and Human Rights.Formalizing sectors that contribute to global supply chains, including minerals, timber, or other high-demand agricultural commodities requires understanding the existing supply chain. This could mean working with existing actors and efforts contributing to improved transparency, traceability and engagement of emerging technologies and systems to support this. For instance, due diligence efforts in mineral supply chains are increasingly being digitized, thereby reducing the risk of fraud present with paper-based systems. Electronic systems also enable clearer tracing to downstream companies implicated in mineral supply chains that are also subject to regulations governing their risk of exposure to conflict in their supply chains. DDR practitioners should engage with these efforts to identify ways to target and improve employment opportunities for those participating in reintegration programmes, as well as to help contribute to the overall stabilization of these sectors and their contribution to sustainable peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 33, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "The guidance in this section is intended to complement IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.DDR practitioners should seek to design reintegration activities that involve natural resources and support long-term sustainable livelihoods interventions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9473, - "Score": 0.223607, - "Index": 9473, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10678, - "Score": 0.21693, - "Index": 10678, - "Paragraph": "DDR programmes supported by the UN are committed to respect, ensure respect for, and implement international humanitarian and human rights law (see Module 2.1, section 5.15). This means protecting the rights of those who participate in DDR programmes, as well as the rights of the members of the communities who are asked to receive and integrate ex-combatants. DDR programmes that uphold humanitarian and human rights law and hold accountable those who violate the law are likely to be perceived as more legitimate processes by both the ex-combatants, who are their immediate beneficiaries, and the society as a whole. Procedures that affirm this commitment may include the following: \\n 1. International and national staff shall be trained as to their obligations under international law; \\n 2. Rules and regulations aimed at protecting human rights and upholding international humanitarian law shall be developed, posted, and communicated to staff and all ex- combatants who participate in DDR. \\n 3.Additionally, an appropriate means of reporting and penalizing those who violate international or national law to the appropriate authorities shall be created and made available to staff, participating ex-combatants, and members of recipient communities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.2. Incorporate a commitment to international humanitarian and human right law into the design of DDR programmes", - "Heading4": "", - "Sentence": "This means protecting the rights of those who participate in DDR programmes, as well as the rights of the members of the communities who are asked to receive and integrate ex-combatants.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9007, - "Score": 0.214834, - "Index": 9007, - "Paragraph": "Crime in conflict and post-conflict settings means that DDR must be planned with three major overlapping factors in mind: \\n\\n 1. Actors: When organized crime and conflict converge, several actors may be involved, including combatants and criminal groups as well as State actors, each fuelled by particular and often overlapping motives and engagement in similar activities. Moreover, the blurring of motivations, whether they be political, social or economic, means that membership across these groups may be fluid. In this context, the success and sustainability of DDR rests not in treating armed groups as monolithic entities separate from State armed forces, but rather in making alliances with those who benefit from adopting rule-of-law procedures. The labelling of what is legal and illegal, or legitimate and illegitimate, is done by State actors and, as this is a normative decision, the definition privileges the State. Particularly in conflict settings in which State governance is weak, corrupt or contested, the binary choice of good versus bad is arbitrary and often does not reflect the views of the population. In labelling actors as organized criminal groups, potential partners in peace processes may be discouraged from engaging and become spoilers instead. \\n In DDR planning, the economic, social and political motives that persuade individuals to partake in organized criminal activities should be identified and understood. DDR practitioners should also recognize how organized crime and conflict affect particular groups of actors, such as women and children, differently. \\n\\n 2. Criminal activities: The type of criminal activity in a given conflict setting may have implications for the planning of DDR processes. While organized crime encompasses a wide range of activities, certain criminal markets frequently arise in conflict settings, including the illegal exploitation of natural resources, weapons and ammunition trafficking, drug trafficking and the trafficking of human beings. Recent conflicts also show conflict actors profiting from protection and extortion payments, as well as kidnapping for ransom and other exploitation-based crimes. Not all organized crimes are similar in nature. For example, while some organized crimes are guided by personal greed and profit, others receive local legitimacy because they address the needs of the local community amid an infrastructural and political collapse. For instance, the trafficking of licit goods, such as subsidized food products, can form an integral part of economic and livelihoods strategies. In this context, rather than being seen as criminal conduct, the activities of organized criminal networks may be viewed as a way to build parallel informal economies and greater resilience.15 \\n A number of factors relating to any given criminal economy should be considered when planning a DDR process, including the pervasiveness of the criminal economy; whether it evolved before, during or after the conflict; how violence links criminal activities to armed conflict; whether criminal activities carried out reach the threshold of the most serious crimes under international law; linkages between organized crime and terrorists and/or terrorist groups; and the labour intensiveness of criminal activities. \\n\\n 3. Context: How the local context serves as both a driver and spoiler of peacebuilding efforts is central to the planning of DDR processes, particularly reintegration. Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached. Moreover, understanding the broader economic and/or political environment in which armed conflict begins and ends allows DDR practitioners to identify entry points, potential obstacles and projections for sustainability. Although DDR processes deal with members of armed forces and groups rather than criminals, it is important to understand how local circumstances beyond the war context can affect reintegration, and the role that reintegration can play in preventing former combatants and persons formerly associated with armed groups from falling into organized crime. This includes assessing the State\u2019s role in either contributing to or deterring engagement in illicit activities, and the abilities of criminal groups to infiltrate conflict settings by appealing to former combatants. \\n UN peace operations may inadvertently contribute to criminal flows because of misguided interventions or as an indirect consequence of their presence. Interventions should be guided by the \u2018do no harm\u2019 principle, and DDR practitioners should support the formulation of context- specific DDR processes based on a sound analysis of local factors, vulnerabilities and risks, rather than by replicating past experiences. A political analysis of the local context should consider the non-exhaustive list of elements listed in table 1 and, to the extent possible, identify gender dimensions where applicable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Although DDR processes deal with members of armed forces and groups rather than criminals, it is important to understand how local circumstances beyond the war context can affect reintegration, and the role that reintegration can play in preventing former combatants and persons formerly associated with armed groups from falling into organized crime.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10651, - "Score": 0.210819, - "Index": 10651, - "Paragraph": "A peace agreement can be considered a reflection of the priorities of the government(s), armed groups, and international organization(s), and other parties involved in a negotia- tion. While political and security issues, including DDR, may dominate the agenda, these issues need to be addressed in ways that observe international legal obligations. UN media- tors and other UN staff involved in advising a peace negotiation shall advise that agree- ments must be based on a commitment to international humanitarian and human rights law, and include specific reference to obligations concerning accountability, truth, repara- tions and guarantees of non-repetition. Inclusion of these obligations demonstrates, at the least, that the violations suffered by war-affected populations other than ex-combatants are acknowledged, and keeps the door open for transitional justice in the future. This kind of acknowledgement may \u201cbuy time\u201d for DDR, reducing the initial resentment that vic- tims and their advocates may feel towards ex-combatants. It signals to victims and their advocates that while the attention of the government and the international community involved in a peace process may be on the armed actors in the immediate post conflict period the obligation to victims will not be disregarded.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.1. Observe obligations concerning accountability, truth, reparation and guarantees of non- repetition in peace agreements", - "Heading4": "", - "Sentence": "Inclusion of these obligations demonstrates, at the least, that the violations suffered by war-affected populations other than ex-combatants are acknowledged, and keeps the door open for transitional justice in the future.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10166, - "Score": 0.210819, - "Index": 10166, - "Paragraph": "Elections should serve as an entry point for discussions on DDR and SSR. While successful elections can provide important legitimacy for DDR and SSR processes, they tend to mono- polise the available political space and thus strongly influence timelines and priorities, including resource allocation for DDR and SSR. Army integration may be prioritised in order to support the provision of effective security forces for election security while SSR measures may be designed around the development of an election security plan which brings together the different actors involved.Election security can provide a useful catalyst for discussion on the roles and respon- sibilities of different security actors. It may also result in a focus on capacity building for police and other bodies with a role in elections. Priority setting and planning around sup- port for elections should be linked to longer term SSR priorities. In particular, criteria for entry and training for ex-combatants integrating within the security sector should be con- sistent with the broader values and approaches that underpin the SSR process.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.4. Elections", - "Heading4": "", - "Sentence": "In particular, criteria for entry and training for ex-combatants integrating within the security sector should be con- sistent with the broader values and approaches that underpin the SSR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9177, - "Score": 0.209529, - "Index": 9177, - "Paragraph": "Armed conflict amplifies the conditions in which human trafficking occurs. During a conflict, the vulnerability of the affected population increases, due to economic desperation, weak rule of law and unavailability of social services, forcing people to flee for safety. Human trafficking targets the most vulnerable segments of the population. Armed groups \u2018recruit\u2019 their victims in refugee and internally displaced persons camps, as well as among populations affected by the conflict, attracting them with false promises of employment, education or safety. Many trafficked people end up being exploited abroad, but others remain inside the country\u2019s borders filling armed groups, providing forced labour, and becoming \u2018war wives\u2019 and sex slaves.Human trafficking often has a strong transnational component, which, in turn, may affect reintegration efforts. Armed groups and organized criminal groups engage in human trafficking by collaborating with networks active in other countries. Conflict areas can be source, transit or destination countries. Reintegration programmes should exercise extreme caution in sustaining activities that may conceal trafficking links or may be used to launder the proceeds of trafficking. Continuous assessment is key to recognizing and evaluating the risk of human trafficking. DDR practitioners should engage with a wide range of actors in neighbouring countries and regionally to coordinate the repatriation and reintegration of victims of human trafficking, where appropriate.Children are often victims of organized crime, including child trafficking and the worst forms of child labour, being frequent victims of sexual exploitation, forced marriage, forced labour and recruitment into armed forces or groups. Reintegration practitioners should be aware that children who present as dependants may be victims of trafficking. Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR. Family tracing and reunification (if in the best interests of the child) should be started at the earliest possible stage and can be carried out at the same time as other activities.Children who have been trafficked should be considered and treated as victims, including those who may have committed crimes during the period of their exploitation. Any criminal action taken against them should be handled according to child-friendly juvenile justice procedures, consistent with international law and norms regarding children in contact with the law, including the Beijing Rules and Havana Principles, among others. Consistent with the UN Convention on the Rights of the Child, the best interests of the child shall be a primary consideration in all decisions pertaining to a child. For further information, see IDDRS 5.30 on Children and DDR.Women are more likely to become victims of organized crime than men, being subjected to sex exploitation and trade, rape, abuse and murder. The prevailing subcultures of hegemonic masculinity and machismo become detrimental to women in conflict situations where there is a lack of instituted rule of law and security measures. In these situations, since the criminal justice system is rendered ineffective, organized crimes directed against women go unpunished. DDR practitioners, as part of reintegration programming, should develop targeted measures to address the organized crime subculture and correlated machismo. For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 26, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.3 Reintegration support and human trafficking", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9947, - "Score": 0.206725, - "Index": 9947, - "Paragraph": "While the data capture at disarmament or demobilization points is designed to be utilised during reintegration, the early provision of relevant data can provide essential support to SSR processes. Sharing information can 1) help avoid multiple payments to ex-combatants registering for integration into more than one security sector institution, or for both inte- gration and reintegration; 2) provide the basis for a security sector census to help national authorities assess the number of ex-combatants that can realistically be accommodated within the security sector; 3) support human resource management by providing relevant information for the reform of security institutions; and 4) where appropriate, inform the vetting process for members of security sector institutions (see IDDRS 6.20 on DDR and Transitional Justice).Extensive data is often collected during the demobilization stage (see Module 4.20 on Demobilization, Para 5.4). A mechanism for collecting and processing this information within the Management Information System (MIS) should capture information require- ments for both DDR and SSR and may also support related activities such as mine action (See Box 2). Relevant information should be used to support human resource and financial management needs for the security sector. (See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.) This may also support the work of those respon- sible for undertaking a census or vetting of security personnel. Guidelines should include confidentiality issues in order to mitigate against inappropriate use of information.Box 2 Examples of DDR information requirements relevant for SSR \\n Sex \\n Age \\n Health Status \\n Rank or command function(s) \\n Length of service \\n Education/Training \\n Literacy (especially for integration into the police) \\n Weapons specialisations \\n Knowledge of location/use of landmines \\n Location/willingness to re-locate \\n Dependents \\n Photo \\n Biometric digital imprint", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.6. Data collection and management", - "Heading3": "", - "Heading4": "", - "Sentence": "Sharing information can 1) help avoid multiple payments to ex-combatants registering for integration into more than one security sector institution, or for both inte- gration and reintegration; 2) provide the basis for a security sector census to help national authorities assess the number of ex-combatants that can realistically be accommodated within the security sector; 3) support human resource management by providing relevant information for the reform of security institutions; and 4) where appropriate, inform the vetting process for members of security sector institutions (see IDDRS 6.20 on DDR and Transitional Justice).Extensive data is often collected during the demobilization stage (see Module 4.20 on Demobilization, Para 5.4).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10088, - "Score": 0.205196, - "Index": 10088, - "Paragraph": "Needs assessments are undertaken periodically in order to help planners and programmers understand progress and undertake appropriate course corrections. During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR. Promoting joint assessments through includ- ing representatives of other relevant bilateral/multilateral actors should also be encouraged to enhance coherence and reduce duplication. In designing DDR assessments, SSR con- siderations should be reflected in ToRs, the composition of assessment teams and in the knowledge gathered during assessment missions (see Box 5).Box 5 Designing SSR-sensitive assessments \\n Developing the terms of reference \u2013 Terms of reference (ToRs) for DDR assessments should include the need to consider potential synergies between DDR and SSR that can be identified and fed into planning processes. Draft ToRs should be shared between relevant DDR and SSR focal points to ensure that all relevant and cross-cutting issues are considered. The ToRs should also set out the composition of the assessment team. \\n Composing the assessment team \u2013 Assessment teams should be multi-sectoral and include experts or focal points from related fields that are linked to the DDR process. The inclusion of SSR expertise represents an important way of creating an informed view on the relationship between DDR and SSR. In providing inputs to more general assessments, broad expertise on the political and integrated nature of an SSR process may be more important than sector-specific knowledge. Where appropriate, experts from relevant bilateral/multilateral actors should also be included. Including host state nationals or experts from the region within assessment teams will improve contextual understanding and awareness of local sensitivities and demonstrate a commitment to national ownership. Inclusion of team members with appropriate local language skills is essential. \\n Information gathering \u2013 Knowledge should be captured on SSR-relevant issues in a given context. It is important to engage with representatives of local communities including non-state and community-based security providers. This will help clarify community perceptions of security provision and vulnerabilities and identify the potential for tensions when ex-combatants are reintegrated into communities, including how this may be tied to weapons availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "This will help clarify community perceptions of security provision and vulnerabilities and identify the potential for tensions when ex-combatants are reintegrated into communities, including how this may be tied to weapons availability.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9037, - "Score": 0.20226, - "Index": 9037, - "Paragraph": "Planning for DDR processes should be undertaken with a diverse range of partners. By coordinating with Government institutions, the criminal justice sector, academia, civil society and the private sector, DDR can provide ex-combatants and persons formerly associated with armed forces and groups with a wide range of viable alternatives to criminal activities and violence.While the nature of partnerships in DDR processes may vary, local actors possess in-depth knowledge of the local context. This knowledge should serve as an entry point for joint approaches, particularly in the mapping of actors and local conditions. DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes. Additionally, cooperation with the criminal justice sector can provide a basis for the sharing of criminal intelligence and expertise to inform DDR processes, as well as capacity- building to assist in the integration of former combatants.DDR practitioners should recognize that not only local authorities, but also civil society actors and the private sector, may be the frontline responders who lay the foundation for peace and development and ensure its long-term sustainability. Innovative financing sources and partnerships should be sought. Local partnerships contribute to the collective ownership of DDR processes. DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups. Armed forces and groups may engage in criminal activities that span borders in terms of perpetrators, victims, violence, supply chains and commodities, including arms and ammunition. When armed conflicts affect more than one country, DDR practitioners should engage regional bodies to address issues related to armed groups operating on foreign territory and to coordinate the repatriation of victims of trafficking. Moreover, even when an armed conflict remains in one country, DDR practitioners should be aware that criminal links may transcend borders and should avoid inadvertently reinforcing illicit cross-border flows. For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.3 Opportunities for joint approaches in combatting organized crime", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2199, - "Score": 0.478091, - "Index": 2199, - "Paragraph": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period. (For the remaining text of resolution A/RES/59/296, please see Annex C.)DISARMAMENT \\n Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population. It also includes the development of responsible arms management programmes. \\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may comprise the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion. \\n\\n REINSERTION \\n Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/ or financial assistance to meet immediate needs, and can last up to a year. \\n\\n REINTEGRATION \\n Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. It is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.1. The peacekeeping assessed budget of the UN", - "Heading3": "6.1.1. Elements of budgeting for DDR", - "Heading4": "", - "Sentence": "\\n\\n REINTEGRATION \\n Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2664, - "Score": 0.447214, - "Index": 2664, - "Paragraph": "The role of the receiving communities is central to the successful reintegration of ex-com- batants. Therefore, close consultation must take place with all levels of the local community about the possible implications of the DDR programme for these communities, and the type of support (economic, reconciliation, etc.) required to reintegrate ex-combatants. This issue of returning ex-combatants to the communities must be assessed together with the overall impact of all the groups of people who will return, including internally displaced persons and refugees.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Local participation", - "Sentence": "required to reintegrate ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3177, - "Score": 0.316228, - "Index": 3177, - "Paragraph": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes. At each phase: \\n the administration of assistance has to be accounted for; \\n weapons collected need to be classified and analysed; \\n beneficiaries of reintegration assistance need to be tracked; and \\n the quality of services provided during the implementation of the programme needs to be assessed.To plan, monitor and evaluate the processes, a management information system (MIS) regarding the discharged ex-combatants is required and will contain the following components: \\n a database on the basic socio-economic profile of ex-combatants; \\n a database on disarmament and weapons classification; \\n a database of tracking benefit administration such as on payments of the settling-in package, training scholarships and employment subsidies to the ex-combatants; and \\n a database on the programme\u2019s financial flows.The MIS depends on the satisfactory performance of all those involved in the collection and processing of information. There is, therefore, a need for extensive training of enumer- ators, country staff and headquarters staff. Particular emphasis will be given to the fact that the MIS is a system not only of control but also of assistance. Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization. In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation. The system serves multiple functions and users. It is also updated from multiple data sources.The MIS may be conceived as comprising several simple databases that are logically linked together using a unique identifier (ID number). An MIS expert will be recruited to design, install and run the programme start-up. To keep the overheads of maintaining the system to a minimum, a self-updating and checking mechanism will be put in place.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 24, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2097, - "Score": 0.3, - "Index": 2097, - "Paragraph": "The scope or extent of an evaluation, which determines the range and type of indicators or factors that will be measured and analysed, should be directly linked to the objectives and purpose of the evaluation process, and how its results, conclusions and proposals will be used. In general, the scope of an evaluation varies between evaluations that focus primarily on \u2018impacts\u2019 and those that focus on broader \u2018outcomes\u2019: \\n Outcome evaluations: These focus on examining how a set of related projects, programmes and strategies brought about an anticipated outcome. DDR programmes, for instance, contribute to the consolidation of peace and security, but they are not the sole pro\u00ad gramme or factor that explains progress in achieving (or not achieving) this outcome, owing to the role of other programmes (SSR, police training, peace\u00adbuilding activities, etc.). Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome. In this regard, outcome evaluations are primarily designed for broad comparative or strategic policy purposes. Example of an objective: \u201cto contribute to the consolidation of peace, national security, reconciliation and development through the disarmament, demobilization and reintegration of ex\u00adcombatants into civil society\u201d; \\n Impact evaluations: These focus on the overall, longer\u00adterm impact, whether intended or unintended, of a programme. Impact evaluations can focus on the direct impacts of a DDR programme \u2014 e.g., its ability to successfully demobilize entire armies and decrease the potential for a return to conflict \u2014 and its indirect impact in helping to increase economic productivity at the local level, or in attracting ex\u00adcombatants from neighbouring countries where other conflicts are occurring. An example of an objective of a DDR programme is: \u201cto facilitate the development and environment in which ex\u00ad combatants are able to be disarmed, demobilized and reintegrated into their communities of choice and have access to social and economic reintegration opportunities\u201d.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "7. Evaluations", - "Heading2": "7.1. Establishing evaluation scope", - "Heading3": "", - "Heading4": "", - "Sentence": "An example of an objective of a DDR programme is: \u201cto facilitate the development and environment in which ex\u00ad combatants are able to be disarmed, demobilized and reintegrated into their communities of choice and have access to social and economic reintegration opportunities\u201d.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2168, - "Score": 0.3, - "Index": 2168, - "Paragraph": "The primary purpose of DDR is to build the conditions for sustainable reintegration and reconciliation at the community level. Therefore, both early, adequate and sustainable funding and effective and transparent financial management arrangements are vital to the success of DDR programmes. Funding and financial management must be combined with cost-efficient and effective DDR programme strategies that both increase immediate security and contribute to the longer-term reintegration of ex-combatants. Strategies containing poorly conceived eligibility criteria, a focus on individual combatants, up-front cash incentives, weapons buy-back schemes and hastily planned re- integration programmes must be avoided. They are both a financial drain and will not help to achieve the purpose of DDR.Programme managers should be aware that the reliance on multiple sources and mechanisms for funding DDR in a peacekeeping environment has several implications: \\n First, most programmes experience a gap of about a year from the time funds are pledged at a donors\u2019 conference to the time they are received. Payment may be further delayed if there is a lack of donor confidence in the peace process or in the implemen- tation of the peace agreement; \\n Second, the peacekeeping assessed budget is a predictable and reliable source of funding, but a lack of knowledge about what can or cannot be carried out with this source of funding, lack of clarity about the budgetary process and late submissions have all lim- ited the contributions of the peacekeeping assessed budget to the full DDR programme; \\n Third, the multiple funding sources have, on occasion, resulted in poorly planned and unsynchronized resource mobilization activities and unnecessary duplication of administrative structures. This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Funding and financial management must be combined with cost-efficient and effective DDR programme strategies that both increase immediate security and contribute to the longer-term reintegration of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3084, - "Score": 0.290191, - "Index": 3084, - "Paragraph": "DDR is generally linked to the restructuring of armed forces and SSR as part of a broader peace-building framework. Agreement between the parties on the new mandate, structures, composition and powers of national security forces is often a condition for their entry into a formal DDR process. As a result, the planning and design of the DDR programme needs to be closely linked to the SSR process to ensure coherence on such issues as vetting of ex- combatants (to establish eligibility for integration into the reformed security forces) and establishing the legal status and entitlements of demobilized ex-combatants, including pensions and health care benefits.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.5. Restructuring of armed forces", - "Heading4": "", - "Sentence": "As a result, the planning and design of the DDR programme needs to be closely linked to the SSR process to ensure coherence on such issues as vetting of ex- combatants (to establish eligibility for integration into the reformed security forces) and establishing the legal status and entitlements of demobilized ex-combatants, including pensions and health care benefits.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2113, - "Score": 0.286039, - "Index": 2113, - "Paragraph": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes. A more meaningful approach is to identify the various types of impacts or issues to be analysed, and to construct composite (i.e., a group of) indi\u00ad cators as part of an overall methodological approach to evaluating the programme. The following factors usually form the basis from which an evaluation\u2019s focus is defined: \\n Relevance describes the extent to which the objectives of a programme or project remain valid and pertinent (relevant) as originally planned, or as modified owing to changing circumstances within the immediate context and external environment of that pro\u00ad gramme or project. Relevance can also include the suitability of a particular strategy or approach for dealing with a specific problem or issue. A DDR\u00adspecific evaluation could focus on the relevance of cantonment\u00adbased demobilization strategies, for instance, in comparison with other approaches (e.g., decentralized registration of combatants) that perhaps could have more effectively achieved the same objectives; \\n Sustainability involves the success of a strategy in continuing to achieve its initial objec\u00ad tives even after the end of a programme, i.e., whether it has a long\u00adlasting effect. In a DDR programme, this is most important in determining the long\u00adterm viability and effectiveness of reintegration assistance and the extent to which it ensures that ex\u00ad combatants remain in civilian life and do not return to military or violence\u00adbased livelihoods. Indicators in such a methodology include the viability of alternative eco\u00ad nomic livelihoods, behavioural change among ex\u00adcombatants, and so forth; \\n Impact includes the immediate and long\u00adterm consequences of an intervention on the place in which it is implemented, and on the lives of those who are assisted or who benefit from the programme. Evaluating the impact of DDR includes focusing on the immediate social and economic effects of the return of ex\u00adcombatants and their inte\u00ad gration into social and economic life, and the attitudes of communities and the specific direct or indirect effects of these on the lives of individuals; \\n Effectiveness measures the extent to which a programme has been successful in achieving its key objectives. The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs. This is a different way of focusing on the impact of a pro\u00ad gramme, because it places more emphasis on how economically resources were used to achieve specific outcomes. In certain cases, a DDR programme might have been successful in demobilizing and reintegrating a significant number of ex\u00adcombatants, and improving the welfare of host communities, but used up a disproportionately large share of resources that could have been better used to assist other groups that were not covered by the programme. In such a case, a lack of programme efficiency limited the potential scope of its impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 11, - "Heading1": "7. Evaluations", - "Heading2": "7.3. Selection of results and indicators for evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "In a DDR programme, this is most important in determining the long\u00adterm viability and effectiveness of reintegration assistance and the extent to which it ensures that ex\u00ad combatants remain in civilian life and do not return to military or violence\u00adbased livelihoods.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2135, - "Score": 0.282843, - "Index": 2135, - "Paragraph": "\\n 1 The term \u2018ex\u00adcombatants\u2019 in each indicator include supporters and those associated with armed forces and groups. Indicators for reintegration also include dependants. \\n 2 Total number of corps: 11. \\n 3 No. of XCs who started the reintegration package (excluding those who are in temporary wage labour and those who chose not to participate). \\n 4 Number of XCs who started but did not finish the reintegration package. \\n 5 Includes deputy commanders and chief of staff of corps and divisions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 18, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 1 The term \u2018ex\u00adcombatants\u2019 in each indicator include supporters and those associated with armed forces and groups.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3130, - "Score": 0.26968, - "Index": 3130, - "Paragraph": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities. Flexibility and a sound analysis of local needs and contexts are the most essential requirements for designing a UN strategy in support of DDR. It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society. The UN should work to encourage genuine, effective and broad national ownership at all phases of the DDR programme, wherever possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "8. The role of international assistance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3163, - "Score": 0.259082, - "Index": 3163, - "Paragraph": "In addition to the central office in Monrovia, the JIU will establish five small DDRR field offices based on where ex-combatants are concentrated. The field offices will be co-located with the UNMIL field offices.Each DDRR field office will comprise a reintegration officer and up to four referral and counselling officers, all familiar with the local socio-political environment. The reinte- gration officers will be UN Volunteers (UNVs) recruited for this purpose and support with national staff. In addition, each DDRR field office will have an administration and account- ing officer, who will report directly to the financial manager of the Direct Execution (DEX) for administering reinsertion and reintegration assistance.In order to reinforce the capacity at the local level, each DDRR field office will have a UNV as the reintegration or DDRR officer working with various local staff.The field offices will be responsible for: \\n information and counselling; \\n administration of reintegration assistance under the different programme components; \\n monitoring and evaluation; \\n co-ordination with traditional/religious leaders, and maintaining linkages and coordi- nation with other community-based reconstruction and rehabilitation interventions; \\n sensitizing the local population; \\n assisting in programme implementation; \\n identifying and solving local problems related to ex-combatant reintegration; and \\n reporting on the progress and impact of the programme to the JIU in Monrovia.On the basis of the settlement pattern of ex-combatants, additional referral and coun- selling officers may be recruited.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 23, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "DDRR field offices", - "Heading4": "", - "Sentence": "In addition, each DDRR field office will have an administration and account- ing officer, who will report directly to the financial manager of the Direct Execution (DEX) for administering reinsertion and reintegration assistance.In order to reinforce the capacity at the local level, each DDRR field office will have a UNV as the reintegration or DDRR officer working with various local staff.The field offices will be responsible for: \\n information and counselling; \\n administration of reintegration assistance under the different programme components; \\n monitoring and evaluation; \\n co-ordination with traditional/religious leaders, and maintaining linkages and coordi- nation with other community-based reconstruction and rehabilitation interventions; \\n sensitizing the local population; \\n assisting in programme implementation; \\n identifying and solving local problems related to ex-combatant reintegration; and \\n reporting on the progress and impact of the programme to the JIU in Monrovia.On the basis of the settlement pattern of ex-combatants, additional referral and coun- selling officers may be recruited.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2048, - "Score": 0.231869, - "Index": 2048, - "Paragraph": "M&E is an essential part of the results\u00adbased approach to implementing and managing programmes. It allows for the measurement of progress made towards achieving outcomes and outputs, and assesses the overall impact of programme on security and stability. In the context of DDR, M&E is particularly important, because it helps keep track of a complex range of outcomes and outputs in different components of the DDR mission, and assesses how each contributes towards achieving the goal of improved stability and security. M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal. This can include reductions in levels of violence in society, increased stability and security, and consolidation of peace processes. It is difficult, however, to determine the impact of DDR on broader society without isolating it from other processes and initiatives (e.g., peace\u00adbuilding, security sector reform [SSR]) that also have an impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1. M&E and results-based management", - "Heading3": "", - "Heading4": "", - "Sentence": "M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2280, - "Score": 0.23094, - "Index": 2280, - "Paragraph": "Funds will be allocated on the basis of a set of criteria dealing with programme objectives, activities and results, among others, which will be used by the technical and project appraisal committees when they consider individual requests for funding by UN agencies and other implementing partners. Criteria can vary depending on the funding mechanism (e.g., a reintegration trust fund will consider only those proposals directly centred on reintegration). Generic categories of criteria can include: \\n links to the general thematic sector and/or programme objective(s); \\n the capacity and demonstrated results of the proposing organization; \\n the strength of the technical proposal; \\n cost-efficiency; \\n the involvement of national and local stakeholders; \\n the results that can be achieved.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.6. Fund allocation criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "Criteria can vary depending on the funding mechanism (e.g., a reintegration trust fund will consider only those proposals directly centred on reintegration).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2084, - "Score": 0.230089, - "Index": 2084, - "Paragraph": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget. If results indicate that implementation is \u2018off course\u2019, these results provide DDR management with infor\u00ad mation on what corrective action needs to be taken in order to bring implementation back into conformity with the overall programme implementation strategy and work plan. These results are therefore an important management tool; \\n Revision of programme strategy: Monitoring results can also provide information on the relevance or effectiveness of an existing strategy or course of action to produce specific outcomes or achieve key objectives. In certain cases, such results can demonstrate that a given course of action is not producing the intended outcomes and can provide DDR managers with an opportunity to reformulate or revise specific implementation strategies and approaches, and make the corresponding changes to the programme work plan. Examples include types of reintegration assistance that are not viable or appro\u00ad priate to the local context, and that can be corrected before many other ex\u00adcombatants enter similar schemes; \\n Use of resources: Monitoring results can provide important indications about the effi\u00ad ciency with which resources are used to implement activities and achieve outcomes. Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives. In this regard, accurate and timely monitoring can enable programme managers to develop more cost\u00adeffective or efficient uses and distri\u00ad bution of resources.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "6. Monitoring", - "Heading2": "6.3. Use of monitoring results", - "Heading3": "", - "Heading4": "", - "Sentence": "Examples include types of reintegration assistance that are not viable or appro\u00ad priate to the local context, and that can be corrected before many other ex\u00adcombatants enter similar schemes; \\n Use of resources: Monitoring results can provide important indications about the effi\u00ad ciency with which resources are used to implement activities and achieve outcomes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2934, - "Score": 0.219823, - "Index": 2934, - "Paragraph": "Draft generic job profileOrganizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Reintegration Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. There\u00ad fore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the development of the registration, reinsertion and reintegration component of the disarmament and reintegration programme, including overall framework, imple\u00admentation strategy, and operational modalities, respecting national programme priori\u00ad ties and targets; \\n supervise field office personnel on work related to reinsertion and reintegration; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.; \\n coordinate and facilitate the participation of local communities in the planning and implementation of reintegration assistance, using existing capacities at the local level and in close synergy with economic recovery and local development initiatives; \\n liaise closely with organizations and partners to develop assistance programmes for vulnerable groups, e.g., women and children; \\n facilitate the mobilization and organization of networks of local partners around the goals of socio\u00adeconomic reintegration and economic recovery, involving local NGOs, community\u00adbased organizations, private sector enterprises and local authorities (com\u00ad munal and municipal); \\n supervise the undertaking of studies to determine reinsertion and reintegration benefits and implementation modalities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 22, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.9: Reintegration Officer (P4\u2013P3, International)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n support the development of the registration, reinsertion and reintegration component of the disarmament and reintegration programme, including overall framework, imple\u00admentation strategy, and operational modalities, respecting national programme priori\u00ad ties and targets; \\n supervise field office personnel on work related to reinsertion and reintegration; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2107, - "Score": 0.210819, - "Index": 2107, - "Paragraph": "In general, evaluations should be carried out at key points in the programme implementation cycle in order to achieve related yet distinct objectives. Four main categories or types of evaluations can be identified: \\n Formative internal evaluations are primarily conducted in the early phase of programme implementation in order to assess early hypotheses and working assumptions, analyse outcomes from pilot interventions and activities, or verify the viability or relevance of a strategy or set of intended outputs. Such evaluations are valuable mechanisms that allow implementation strategies to be corrected early on in the programme implemen\u00ad tation process by identifying potential problems. This type of evaluation is particularly important for DDR processes, given their complex strategic arrangements and the many different sub\u00adprocesses involved. Most formative internal evaluations can be carried out internally by the M&E officer or unit within a DDR section; \\n Mid-term evaluations are similar to formative internal evaluations, but are usually more comprehensive and strategic in their scope and focus, as opposed to the more diag\u00ad nostic function of the formative type. Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context. Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals. Terminal evaluations usually also try to answer a number of key questions regarding the overall strategic approach and focus of the programme, mainly its relevance, efficiency, sustainability and effectiveness; \\n Ex-post evaluations are usually carried out some time (usually several years) after the end of a DDR programme in order to evaluate the long\u00adterm effectiveness of the programme, mainly the sustainability of its activities and positive outcomes (e.g., the extent to which ex\u00adcombatants remain productively engaged in alternatives to violence or mili\u00ad tary activity) or its direct and indirect impacts on security conditions, prospects for peace\u00adbuilding, and consequences for economic productivity and development. Ex\u00adpost evaluations of DDR programmes can also form part of larger impact evaluations to assess the overall effectiveness of a post\u00adconflict recovery strategy. Both terminal and ex\u00adpost evaluations are valuable mechanisms for identifying key lessons learned and best practice for further policy development and the design of future DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 10, - "Heading1": "7. Evaluations", - "Heading2": "7.2. Timing and objectives of evaluations", - "Heading3": "", - "Heading4": "", - "Sentence": "Both terminal and ex\u00adpost evaluations are valuable mechanisms for identifying key lessons learned and best practice for further policy development and the design of future DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2837, - "Score": 0.210819, - "Index": 2837, - "Paragraph": "Education and work experience: Graduate of Military Command and Staff College. A minimum of 15 years of progressive responsibility in military command appointments, preferably to include peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants. Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "A minimum of 15 years of progressive responsibility in military command appointments, preferably to include peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2599, - "Score": 0.205196, - "Index": 2599, - "Paragraph": "A DDR strategy and plan should remain flexible so as to be able to deal with changing circumstances and demands at the country level, and should possess a capacity to adapt in order to deal with shortcomings and new opportunities. Continuation planning involves a process of periodic reviews, monitoring and real-time evaluations to measure performance and impact during implementation of the DDR programme, as well as revisions to programmatic and operational plans to make adjustments to the actual implementation process. A DDR programme does not end with the exit of the peacekeeping mission. While security may be restored, the broader task of linking the DDR programme to overall development, i.e., the sustainable reintegration of ex-com- batants and long-term stability, remains. It is therefore essential that the departure of the peacekeeping mission is planned with the UN country team as early as possible to ensure that capacities are sufficiently built up in the country team for it to assume the full financial, logistic and human resources responsibilities for the continuation of the longer-term aspects of the DDR programme. A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 8, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.5. Phase V: Continuation and transition planning", - "Heading3": "", - "Heading4": "", - "Sentence": "While security may be restored, the broader task of linking the DDR programme to overall development, i.e., the sustainable reintegration of ex-com- batants and long-term stability, remains.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 315, - "Score": 0.40452, - "Index": 315, - "Paragraph": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is short-term material and/or financial assistance to meet immediate needs, and can last up to one year\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reinsertion", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 318, - "Score": 0.40452, - "Index": 318, - "Paragraph": "\u201cReintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. Reintegration is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility, and often necessitates long-term external assistance\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cReintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 491, - "Score": 0.40452, - "Index": 491, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/or financial assistance to meet immediate needs, and can last up to one year.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "REINSERTION", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 494, - "Score": 0.40452, - "Index": 494, - "Paragraph": "Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. Reintegration is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility, and often necessitates long-term external assistance. ", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "REINTEGRATION", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 303, - "Score": 0.365148, - "Index": 303, - "Paragraph": "The communities where the ex-combatants will go, live and work. Within this concept, the social network of a small community is referred to, and also the bordering local economy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 18, - "Heading1": "Receiving communities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The communities where the ex-combatants will go, live and work.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 175, - "Score": 0.273861, - "Index": 175, - "Paragraph": "This is the result of how each society divides work between men and women according to what is considered suitable or appropriate to each gender. Atten\u00adtion to the gendered division of labour is essential when determining reintegration opportunities for both male and female ex-combatants, including women and girls associated with armed forces and groups in non-combat roles and dependants.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 11, - "Heading1": "Gendered division of labour", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Atten\u00adtion to the gendered division of labour is essential when determining reintegration opportunities for both male and female ex-combatants, including women and girls associated with armed forces and groups in non-combat roles and dependants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 0, - "Score": 0.26968, - "Index": 0, - "Paragraph": "The ability of a community, economy and/or country to include ex-combatants as active full members of the society. Absorption capacity is often used in relation to the capacities of local communities, but can also refer to social and political reintegration opportunities.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 1, - "Heading1": "Absorption capacity", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The ability of a community, economy and/or country to include ex-combatants as active full members of the society.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 127, - "Score": 0.258199, - "Index": 127, - "Paragraph": "See \u2018ex-combatant\u2019", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 8, - "Heading1": "Former combatant", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "See \u2018ex-combatant\u2019", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 482, - "Score": 0.258199, - "Index": 482, - "Paragraph": "The objective of the DDR process is to contribute to security and stability in post-conflict environments so that recovery and development can begin. The DDR of ex-combatants is a complex process, with political, military, security, humanitarian and socio-economic dimensions. It aims to deal with the post-conflict security problem that arises when ex-combatants are left without livelihoods or support networks, other than their former comrades, during the vital transition period from conflict to peace and development. Through a process of removing weapons from the hands of combatants, taking the combatants out of military structures and helping them to integrate socially and economically into society, DDR seeks to support ex-combatants so that they can become active participants in the peace process.In this regard, DDR lays the groundwork for safeguarding and sustaining the communities in which these individuals can live as law-abiding citizens, while building national capacity for long-term peace, security and development. It is important to note that DDR alone cannot resolve conflict or prevent violence; it can, however, help establish a secure environment so that other elements of a recovery and peace-building strategy can proceed.The official UN definition of each of the stages of DDR is as follows:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "2. What is DDR?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR of ex-combatants is a complex process, with political, military, security, humanitarian and socio-economic dimensions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 251, - "Score": 0.249136, - "Index": 251, - "Paragraph": "All persons who will receive direct assistance through the DDR process, inclu\u00adding ex-combatants, women and children associated with fighting forces, and others identified during negotiations of the political framework and planning for a UN-supported DDR process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 15, - "Heading1": "Participants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All persons who will receive direct assistance through the DDR process, inclu\u00adding ex-combatants, women and children associated with fighting forces, and others identified during negotiations of the political framework and planning for a UN-supported DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 94, - "Score": 0.244949, - "Index": 94, - "Paragraph": "Criteria that establish who will benefit from DDR assistance and who will not. there are five categories of people that should be taken into consideration in DDR programmes: (1) male and female adult combatants; (2) children associated with armed forces and groups; (3) those working in non-combat roles (including women); (4) ex-combatants with disabilities and chronic illnesses; and (5) dependants. \\nWhen deciding on who will benefit from DDR assistance, planners should be guided by three principles, which include: (1) focusing on improving security. DDR assistance should target groups that pose the greatest risk to peace, while paying careful attentions to laying the foundation for recovery and development; (2) balancing equity with security. Targeted assistance should be balanced against rewarding violence. Fairness should guide eligibility; and (3) achieving flexibility. \\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Eligibility criteria ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "there are five categories of people that should be taken into consideration in DDR programmes: (1) male and female adult combatants; (2) children associated with armed forces and groups; (3) those working in non-combat roles (including women); (4) ex-combatants with disabilities and chronic illnesses; and (5) dependants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 37, - "Score": 0.239046, - "Index": 37, - "Paragraph": "The definition commonly applied to children associated with armed forces andGroups in prevention, demobilization and reintegration programmes derives from the Cape Town Principles and Best Practices (1997), in which the term \u2018child soldier\u2019 refers to: \u201cAny person under 18 years of age who is part of any kind of regular or irregular armed force or armed group in any capacity, including, but not limited to: cooks, porters, messengers and anyone accompanying such groups, other than family members. The definition includes girls recruited for sexual purposes and for forced marriage. It does not, therefore, only refer to a child who is carrying or has carried arms.\u201d\\nIn his February 2000 report to the UN Security Council, the SecretaryGeneral defined a child soldier \u201cas any person under the age 18 years of age who forms part of an armed force in any capacity and those accompanying such groups, other than purely as family members, as well as girls recruited for sexual purposes and forced marriage\u201d. The CRC specifies that a child is every human below the age of 18.\\nThe term \u2018children associated with armed forces and groups\u2019, although more cumbersome, is now used to avoid the perception that the only children of concern are combatant boys. It points out that children eligible for release and reintegration programmes are both those associated with armed forces and groups and those who fled armed forces and groups (often considered as deserters and therefore requiring support and protection), children who were abducted, those forcibly married and those in detention.\\nAccess to demobilization does not depend on a child\u2019s level of involvement in armed forces and groups. No distinction is made between combatants and non-combatants for fear of unfair treatment, oversight or exclusion (mainly of girls). Nevertheless, the child\u2019s personal history and activities in the armed conflict can help decide on the kind of support he/she needs in the reintegration phase.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 3, - "Heading1": "Child associated with fighting forces/armed conflict/armed groups/armed forces", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "No distinction is made between combatants and non-combatants for fear of unfair treatment, oversight or exclusion (mainly of girls).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 43, - "Score": 0.223607, - "Index": 43, - "Paragraph": "According to article 39 of the Convention on the Rights of the Child, \u201cStates parties shall take all appropriate measures to promote . . . social reintegration of a child victim of . . . armed conflicts\u201d.\\nReintegration includes family reunification, mobilizing and enabling the child\u2019s existing care system, medical screening and health care, schooling and/or vocational training, psychosocial support, and social and community-based reintegration. Reintegration programmes need to be sustainable and to take into account children\u2019s aspirations.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 3, - "Heading1": "Child reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": ". . social reintegration of a child victim of .", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 322, - "Score": 0.223607, - "Index": 322, - "Paragraph": "The provision of reintegration support is a right enshrined in article 39 of the CRC: \u201cState Parties shall take all appropriate measures to promote . . . social reintegration of a child victim of . . . armed conflicts\u201d. Child-centred reintegration is multi-layered and focuses on family reunification; mobilizing and enabling care systems in the community; medical screening and health care, including reproductive health services; schooling and/or vocational training; psychosocial support; and social, cultural and economic support. Socio-economic reintegration is often underestimated in DDR programmes, but should be included in all stages of programming and budgeting, and partner organizations should be involved at the start of the reintegration process to establish strong collaboration structures.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reintegration of children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": ". . social reintegration of a child victim of .", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 112, - "Score": 0.21693, - "Index": 112, - "Paragraph": "A person who has assumed any of the responsibilities or carried out any of the activities mentioned in the definition of \u2018combatant\u2019, and has laid down or surrendered his/her arms with a view to entering a DDR process. Former combatant status may be certified through a demobilisation process by a recognised authority. Spontaneously auto-demobilised individuals, such as deserters, may also be considered ex-combatants if proof of non-combatant status over a period of time can be given.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 7, - "Heading1": "Ex-combatan", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Spontaneously auto-demobilised individuals, such as deserters, may also be considered ex-combatants if proof of non-combatant status over a period of time can be given.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 172, - "Score": 0.21693, - "Index": 172, - "Paragraph": "Programmes that are planned, implemented, monitored and evaluated in a gender-responsive manner to meet the different needs of female and male ex-combatants, supporters and dependants.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 10, - "Heading1": "Gender-responsive DDR programmes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Programmes that are planned, implemented, monitored and evaluated in a gender-responsive manner to meet the different needs of female and male ex-combatants, supporters and dependants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 17, - "Score": 0.210819, - "Index": 17, - "Paragraph": "Refers to both individuals and groups who receive indirect benefits through a UN-supported DDR operation or programme. This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 1, - "Heading1": "Beneficiary/ies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/What is the difference between a ‘DDR process’ and a ‘DDR programme’?.json b/media/usersResults/What is the difference between a ‘DDR process’ and a ‘DDR programme’?.json deleted file mode 100644 index c88e453..0000000 --- a/media/usersResults/What is the difference between a ‘DDR process’ and a ‘DDR programme’?.json +++ /dev/null @@ -1,19450 +0,0 @@ -[ - { - "index": 635, - "Score": 0.639688, - "Index": 635, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1754, - "Score": 0.606092, - "Index": 1754, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1458, - "Score": 0.57735, - "Index": 1458, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1476, - "Score": 0.543075, - "Index": 1476, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 963, - "Score": 0.540062, - "Index": 963, - "Paragraph": "Article 55 of the UN Charter calls on the Organization to promote universal respect for, and observance of, human rights and fundamental freedoms for all, based on the recognition of the dignity, worth and equal rights of all. In their work, all UN personnel have a responsibility to ensure that human rights are promoted, respected, protected and advanced.Accordingly, UN DDR practitioners have a duty in carrying out their work to promote and respect the human rights of all DDR participants and beneficiaries. The main sources of international human rights law are: \\n The Universal Declaration of Human Rights (1948) (UDHR) was proclaimed by the UN General Assembly in Paris on 10 December 1948 as a common standard of achievement for all peoples and all nations. It set out, for the first time, fundamental human rights to be universally protected. \\n The International Covenant on Civil and Political Rights (1966) (ICCPR) establishes a range of civil and political rights, including rights of due process and equality before the law, freedom of movement and association, freedom of religion and political opinion, and the right to liberty and security of person. \\n The International Covenant on Economic, Social and Cultural Rights (1966) (ICESCR) establishes the rights of individuals and duties of States to provide for the basic needs of all persons, including access to employment, education and health care. \\n The Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment (1984) (CAT) establishes that torture is prohibited under all circumstances, including in times of war, internal political instability or other public emergency, and regardless of the orders of superiors or public authorities. \\n The Convention on the Rights of the Child (1989) (CRC) and the Optional Protocol to the CRC on Involvement of Children in Armed Conflict (2000) recognize the special status of children and reconfirm their rights, as well as States\u2019 duty to protect children in a number of specific settings, including during armed conflict. The Optional Protocol is particularly relevant to the DDR context, as it concerns the rights of children involved in armed conflict. \\n The Convention on the Elimination of All Forms of Discrimination against Women (1979) (CEDAW) defines what constitutes discrimination against women and sets up an agenda for national action to end it. CEDAW provides the basis for realizing equality between women and men through ensuring women\u2019s equal access to, and equal opportunities in, political and public life \u2013 including the right to vote and to stand for election \u2013 as well as education, health and employment. States parties agree to take all appropriate measures, including legislation and temporary special measures, so that women can enjoy all their human rights and fundamental freedoms. General recommendation No. 30 on women in conflict prevention, conflict and post-conflict situations, issued by the CEDAW Committee in 2013, specifically recommends that States parties, among others, ensure (a) women\u2019s participation in all stages of DDR processes; (b) that DDR processes specifically target female combatants and women and girls associated with armed groups and that barriers to their equitable participation are addressed; (c) that mental health and psychosocial support as well as other support services are provided to them; and (d) that DDR processes specifically address women\u2019s distinct needs in order to provide age and gender-specific DDR support. \\n The Convention on the Rights of Persons with Disabilities (2006) (CRPD) clarifies and qualifies how all categories of rights apply to persons with disabilities and identifies areas where adaptations have to be made for persons with disabilities to effectively exercise their rights, and where protection of rights must be reinforced. This is also relevant for people with psychosocial, intellectual and cognitive disabilities, and is a key legislative framework addressing their human rights including the right to quality services and the right to community integration. \\n The International Convention for the Protection of All Persons from Enforced Disappearance (2006) (ICPPED) establishes that enforced disappearances are prohibited under all circumstances, including in times of war or a threat of war, internal political instability or other public emergency.The following rights enshrined in these instruments are particularly relevant, as they often arise within the DDR context, especially with regard to the treatment of persons located in DDR facilities (including but not limited to encampments): \\n Right to life (article 3 of UDHR; article 6 of ICCPR; article 6 of CRC; article 10 of CRPD); \\n Right to freedom from torture or other cruel, inhuman or degrading treatment or punishment (article 5 of UDHR; article 7 of ICCPR; article 2 of CAT; article 37(a) of CRC; article 15 of CRPD); \\n Right to liberty and security of person, which includes the prohibition of arbitrary arrest or detention (article 9 of UDHR; article 9(1) of ICCPR; article 37 of CRC); \\n Right to fair trial (article 10 of UDHR; article 9 of ICCPR; article 40(2)(iii) of CRC); \\n Right to be free from discrimination (article 2 of UDHR; articles 2 and 24 of ICCPR; article 2 of CRC; article 2 of CEDAW; article 5 of CRPD); and \\n Rights of the child, including considering the best interests of the child (article 3 of CRC; article 7(2) of CRPD), and protection from all forms of physical or mental violence, injury or abuse, neglect or negligent treatment, maltreatment or exploitation (article 19 of CRC).While the UN is not a party to the above instruments, they provide relevant standards to guide its operations. Accordingly, the above rights should be taken into consideration when developing UN-supported DDR processes, when supporting host State DDR processes and when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, in order to ensure that the rights of DDR participants and beneficiaries are promoted and respected at all times.The application and interpretation of international human rights law must also be viewed in light of the voluntary nature of DDR processes. The participants and beneficiaries of DDR processes shall not be held against their will or subjected to other deprivations of their liberty and security of their persons. They shall be treated at all times in accordance with international human rights law norms and standards.Special protections may also apply with respect to members of particularly vulnerable groups, including women, children and persons with disabilities. Specifically, with regard to women participating in DDR processes, Security Council resolution 1325 (2000) on women and peace and security calls on all actors involved, when negotiating and implementing peace agreements, to adopt a gender perspective, including the special needs of women and girls during repatriation and resettlement and for rehabilitation, reintegration and post-conflict reconstruction (para. 8(a)), and encourages all those involved in the planning for DDR to consider the different needs of female and male ex-combatants and to take into account the needs of their dependents. In all, DDR processes should be gender-responsive, and there should be equal access for and participation of women at all stages (see IDDRS 5.10 on Women, Gender and DDR).Specific guiding principles \\n DDR practitioners should be aware of the international human rights instruments that guide the UN in supporting DDR processes. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken. \\n DDR practitioners shall take the necessary precautions, special measures or actions to protect and ensure the human rights of DDR participants and beneficiaries. \\n DDR practitioners shall report and seek legal advice in the event that they witness any violations of human rights by national authorities within a UN-supported DDR facility.Red lines \\n DDR practitioners shall not facilitate any violations of human rights by national authorities within a UN-supported DDR facility.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 7, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.2 International humanitarian law", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1549, - "Score": 0.539949, - "Index": 1549, - "Paragraph": "The UN\u2019s integrated approach to DDR is applicable to mission and non-mission contexts, and emphasizes the role of DDR programmes, DDR-related tools, and reintegration support, including when complementing DDR-related tools.The unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a range of activities falling under the operational categories of disarmament, demobilization and reintegration. (See definitions above.) These programmes are typically top-down and are designed to implement the terms of a peace agreement between armed groups and the Government.The UN views DDR programmes as an integral part of peacebuilding efforts. DDR programmes focus on the post-conflict security problem that arises when combatants are left without livelihoods and support networks during the vital period stretching from conflict to peace, recovery and development. DDR programmes also help to build national capacity for long-term reintegration and human security, and they recognize the need to contribute to the right to reparation and to guarantees of non-repetition (see IDDRS 6.20 on DDR and Transitional Justice).DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme:DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for \\nDDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.DDR programmes provide a framework for their coordination, management and implementation by national Governments with support from the UN system, international financial institutions, and regional stakeholders. They establish the expected outcomes, outputs and activities required, organize costing requirements into a budget, and set the monitoring and evaluation framework by identifying indicators, targets and milestones.The UN\u2019s integrated approach to DDR acknowledges that planning for DDR programmes shall be initiated as early as possible, even before a ceasefire and/or peace agreement is signed, before sufficient trust is built in the peace process, and before minimum conditions of security are reached that enable the parties to the conflict to engage willingly in DDR (see IDDRS 3.10 on Integrated DDR Planning).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).In recent years, DDR practitioners have increasingly been deployed in settings where the preconditions for DDR programmes are not in place. In some contexts, a peace agreement may have been signed but the armed groups have lost trust in the peace process or reneged on the terms of the deal. In other settings, where there are multiple armed groups, some may sign on to a peace agreement while others do not. In contexts of violent extremism conducive to terrorism, peace agreements are only a remote possibility.It is not solely the lack of ceasefire agreements or peace processes that makes integrated DDR more challenging, but also the proliferation and diversification of armed groups, including some with links to transnational networks and organized crime. The phenomenon of violent extremism, as and when conducive to terrorism, creates legal and operational challenges for integrated DDR and, as a result, requires specific guidance. (For legal guidance pertinent to the UN approach to DDR, see IDDRS 2.11 on The Legal Framework for UN DDR.) Support to programmes for individuals leaving armed groups labelled and/or designated as terrorist organizations, among other things, should be predicated on a comprehensive screening process based on international standards, including international human rights obligations and national justice frameworks. There is no universally agreed upon definition of \u2018terrorism\u2019, nor associated terms such as \u2018violent extremism\u2019. Nevertheless, the 19 international instruments on terrorism agree on definitions of terrorist acts/offenses, which are binding on Member States that are party to these conventions, as well as Security Council resolutions that describe terrorist acts. Practitioners should have a solid grounding in the evolving international counter-terrorism framework as established by the United Nations Global Counter-Terrorism Strategy, relevant General Assembly and Security Council resolutions and mandates, and the Secretary-General\u2019s Plan of Action to Prevent Violent Extremism.In response to these challenges, DDR practitioners may contribute to stabilization initiatives through the use of DDR-related tools. The specific aims of DDR-related tools will vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP), and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN\u2019s integrated approach to DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In line with the sustaining peace approach, this means that the UN should provide long-term support to reintegration that takes place in the absence of DDR programmes during conflict escalation, ongoing conflict and post-conflict reconstruction (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). The first goal of this support should be to facilitate the sustainable reintegration of those leaving armed forces and groups. However, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent future recruitment and sustain peace.In this regard, opportunities should be seized to prevent relapse into conflict (or any form of violence), including by tackling root causes and understanding peace dynamics. Appropriate linkages should also be established with local and national stabilization, recovery and development plans. Reintegration support as part of sustaining peace is not only an integral part of DDR programmes, it also follows SSR where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups labelled and/or designated as terrorist organizations.In sum, in countries in active armed conflict or emerging from armed conflict, DDR programmes, related tools and reintegration support contribute to stabilization efforts, to addressing gender inequalities exacerbated by conflict, and to creating an environment in which a peace process, political and social reconciliation, access to livelihoods and sustainable decent work, and long-term development can take root. When the preconditions for a DDR programme are in place, the DDR of combatants from both armed forces and groups can help to establish a climate of confidence and security, a necessity for recovery activities to begin, which can directly yield tangible benefits for the population. When the preconditions for a DDR programme are not in place, practitioners may choose from a set of DDR-related tools and measures in support of reintegration that can contribute to stabilization, help to make the returns of stability more tangible, and create more conducive environments for national and local peace processes. As such, integrated DDR processes should be seen as integral parts of efforts to consolidate peace and promote stability, and not merely as a set of sequenced technical programmes and activities.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 10, - "Heading1": "4. The UN DDR approach", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN\u2019s integrated approach to DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 525, - "Score": 0.534522, - "Index": 525, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1136, - "Score": 0.534522, - "Index": 1136, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1571, - "Score": 0.534522, - "Index": 1571, - "Paragraph": "Mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Where peace operations are mandated to manage and re-solve an actual or potential conflict within States, DDR is generally mandated through a UN Security Council resolution, ideally within the framework of a ceasefire and/or a comprehensive peace agreement with specific provisions on DDR. Decision-making and accountability rest with the Special Representative or Special Envoy of the Secretary-General.Missions with a DDR mandate usually include a dedicated DDR component to support the design and implementation of a nationally led DDR programme. When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme. These types of DDR-related tools can also be designed and implemented to contribute to other mandated priorities such as the protection of civilians, stabilization and support to the overall peace process.Integrated disarmament, demobilization (including reinsertion) and other DDR-related tools (except those covering reintegration support) fall under the responsibility of the UN peace operation\u2019s DDR component. The reintegration component will be supported and/or undertaken in an integrated manner very often by relevant agencies, funds and programmes within the United Nations Country Team (UNCT), as well as international financial institutions, under the leadership of the Deputy Special Representative of the Secretary-General (DSRSG)/Humanitarian Coordinator (HC)/Resident Coordinator (RC), who will designate lead agency(ies). The DDR mission component shall therefore work in close coordination with the UNCT. The UN DSRSG/HC/RC should establish a UN DDR Working Group at the country level with co-chairs to be defined, as appropriate, to coordinate the contributions of the UNCT and international financial institutions to integrated DDR.While UN military and police contingents provide a minimum level of security, support from other mission components may include communications, gender equality, women\u2019s empowerment, and youth and child protection. With regard to special political missions and good offices engagements, DDR implementation structures and partnerships may need to be adjusted to the mission\u2019s composition as the mandate evolves. This adjustment can take account of needs at the country level, most notably with regard to the size and capacities of the DDR component, uniformed personnel and other relevant technical expertise.In the case of peace operations, the Security Council mandate also forms the basis for assessed funding for all activities related to disarmament, demobilization (including reinsertion) and DDR-related tools (except those covering reintegration support). Fundraising for reintegration assistance and other activities needs to be conducted by Governments and/or regional organizations with support from United Nations peace operations, agencies, funds and programmes, bilateral donors and relevant international financial institutions. Regarding special political missions and good offices engagements, support to integrated DDR planning and implementation may require extra-budgetary funding in the form of voluntary contributions and the establishment of alternative financial management structures, such as a dedicated multi-donor trust fund.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.1 DDR in mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1753, - "Score": 0.534522, - "Index": 1753, - "Paragraph": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1010, - "Score": 0.526361, - "Index": 1010, - "Paragraph": "The Security Council, in establishing a DDR mandate, may address the tension between transitional justice and DDR, by excluding combatants suspected of genocide, war crimes, crimes against humanity or abuses of human rights from participation in DDR processes.Specific guiding principles \\n DDR practitioners should be aware that it is the primary duty of States to prosecute those responsible for international crimes. \\n DDR practitioners should be aware of a parallel UN or national mandate, if any, for transitional justice in the State. \\n DDR practitioners should be aware of ongoing international and/or national accountability and/or transitional justice mechanisms or processes. \\n When planning for and conducting DDR processes, DDR practitioners should consult with UN human rights, accountability and/or transitional justice advisers to ensure coordination, where such mechanisms or processes exist. \\n DDR practitioners should incorporate screening mechanisms and criteria into DDR processes for adults to identify suspected perpetrators of international crimes and exclude them from DDR processes. Suspected perpetrators should be reported to the competent national authorities. Legal advice should be sought, if possible, beforehand. \\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 14, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.5 UN Security Council sanctions regimes", - "Heading4": "", - "Sentence": "\\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 869, - "Score": 0.516877, - "Index": 869, - "Paragraph": "In carrying out DDR processes, UN system actors are governed by their constituent instruments and by the specific mandates given to them by their respective governing bodies. In general, a mandate authorizes and tasks an actor to carry out specific functions. Mandates are the main points of reference for UN-supported DDR processes that will determine the scope of activities that can be undertaken.In the case of the UN and its subsidiary organs, including its funds and programmes, the primary source of all mandates is the Charter of the United Nations (the \u2018Charter\u2019). Specific mandates are further established through the adoption of decisions by the Organization\u2019s principal organs in accordance with their authority under the Charter. Both the General Assembly and the Security Council have the competency to provide DDR mandates as measures related to the maintenance of international peace and security. For the funds and programmes, mandates are further provided by the decisions of their executive boards. Specialized agencies and related organizations of the UN system similarly operate in host States in accordance with the terms of their constituent instruments and the decisions of their deliberative bodies or other competent organs.In addition to mandates, UN system actors are governed by their internal rules, policies and procedures.DDR processes are also undertaken in the context of a broader international legal framework and should be implemented in a manner that ensures that the relevant rights and obligations under that broader legal framework are respected. Peace agreements, where they exist, are also crucial in informing the implementation of DDR practitioners\u2019 mandates by providing a framework for the DDR process. Peace agreements can take a variety of forms, ranging from local-level agreements to national-level ceasefires and Comprehensive Peace Agreements (see IDDRS 2.20 on The Politics of DDR). Following the conclusion of an agreement, a DDR policy document may also be developed by the Government and the signatory armed groups, often with UN support. Where the UN DDR mandate consists of providing support to national DDR efforts and makes reference to the peace agreement, DDR practitioners will typically work within the framework of the peace agreement and the DDR policy document.DDR processes can also be implemented in contexts where there are no peace agreements (see IDDRS 2.10 on The UN Approach to DDR). Therefore, if there is no such framework in place, UN system DDR practitioners will have to rely solely on their own entity\u2019s mandate in order to determine their role and responsibilities, as well as the applicable basic principles.Finally, to facilitate DDR processes, UN system actors conclude project and technical agreements with the States in which they operate, which also provide a framework. They also enter into agreements with the host State to regulate their status, privileges and immunities and those of their personnel.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Where the UN DDR mandate consists of providing support to national DDR efforts and makes reference to the peace agreement, DDR practitioners will typically work within the framework of the peace agreement and the DDR policy document.DDR processes can also be implemented in contexts where there are no peace agreements (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 991, - "Score": 0.512823, - "Index": 991, - "Paragraph": "Relatedly, a body of rules has also been developed with respect to internally displaced persons (IDPs). In addition to relevant human rights law principles, the \u201cGuiding Principles on Internal Displacement\u201d (E/CN.4/1998/53/Add.2) provide a framework for the protection and assistance of IDPs. The Guiding Principles contain practical guidance to the UN in its protection of IDPs, as well as serve as an instrument for public policy education and awareness-raising. Substantively, the Guiding Principles address the specific needs of IDPs worldwide. They identify rights and guarantees relevant to the protection of persons from forced displacement and to their protection and assistance during displacement as well as during return or reintegration.Specific guiding principles \\n DDR practitioners should be aware of international refugee law and how it relates to UN DDR processes. \\n DDR practitioners should be aware of the principle of non-refoulement, which exists under both international human rights law and international refugee law, though with different conditions. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities. In particular, they shall not facilitate any violations of the principle of non-refoulement including for DDR participants and beneficiaries who may not qualify as refugees.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 12, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "iii. Internally displaced persons", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1166, - "Score": 0.511101, - "Index": 1166, - "Paragraph": "The impact of DDR on the political landscape is influenced by the context, the history of the conflict, and the structures and motivations of the warring parties. Some armed groups may have few political motivations or demands. Others, however, may fight against the State, seeking political power. Armed conflict may also be more localized, linked to local politics and issues such as access to land. There may also be complex interactions between political dynamics and conflict drivers at the local, national and regional levels.In order to support a peaceful resolution to armed conflict, DDR practitioners can support the mediation, oversight and implementation of peace agreements. Local- level peace agreements may take many forms, including (but not limited to) local non- aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements. National-level peace agreements may also vary, ranging from cease- fire agreements to Comprehensive Peace Agreements (CPAs) with provisions for the establishment of a political power-sharing system. In this context, the role of former warring parties in interim political institutions may include participation in the interim administration as well as in other political bodies or movements, such as being repre- sented in national dialogues. DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics. For example, armed groups may refuse to disarm and demobilize until they are sure that their political demands will be met. Having control over DDR processes can constitute a powerful political position, and, as a result, groups or individuals may attempt to manipulate these processes for political gain. Furthermore, during a con- flict armed groups may become politically empowered and can challenge established political systems and structures, create DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influence, and be influenced by, political dynamics. alternative political arrangements or take over functions usually reserved for the State, including as security providers. Measures to disband armed groups can provide space for the restoration of the State in places where it was previously absent, and therefore can have a strong impact upon the security and political environment.The political limitations of DDR should also be considered. Integrated DDR processes can facilitate engagement with armed groups but will have limited impact unless parallel efforts are undertaken to address the reasons why these groups felt it necessary to mobilize in the first place, their current and prospective security concerns, and their expectations for the future. Overcoming these political limitations requires recognition of the strong linkages between DDR and other aspects of a peace process, including broader political arrangements, transitional justice and reconciliation, and peacebuilding activities, without which there will be no sustainable peace. Importantly, national-level peace agreements may not be appropriate to resolve ongoing local-level conflicts or regional conflicts, and it will be necessary for DDR practitioners to develop strategies and select DDR-related tools that are appropriate to each level.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 929, - "Score": 0.511101, - "Index": 929, - "Paragraph": "International humanitarian law (IHL) applies to situations of armed conflict and regulates the conduct of armed forces and non-State armed groups in such situations. It seeks to limit the effects of armed conflict, mainly by protecting persons who are not or are no longer participating in the hostilities and by regulating the means and methods of warfare. Among other things, IHL sets out the obligations of parties to armed conflicts to protect civilians, injured and sick persons, and persons deprived of their liberty for reasons related to armed conflicts.The main sources of IHL are the Geneva Conventions (1949) and the two Additional Protocols (1977).There are two types of armed conflict under IHL: (1) international armed conflict (an armed conflict between States) and (2) non-international armed conflict (an armed conflict between a State\u2019s armed forces and an organized armed group, or between organized armed groups). Each type of armed conflict is governed by a distinct set of rules, though the differences between the two regimes have diminished as the law governing non-international armed conflict has developedArticle 3, which is contained in all four Geneva Conventions (often referred to as \u2018common article 3\u2019), applies to non-international armed conflicts and establishes fundamental rules from which no derogation is permitted (i.e., States cannot suspend the performance of their obligations under common article 3). It requires, among other things, humane treatment for all persons in enemy hands, without any adverse distinction. It also specifically prohibits murder; mutilation; torture; cruel, humiliating and degrading treatment; the taking of hostages and unfair trial.Serious violations of IHL (e.g., murder, rape, torture, arbitrary deprivation of liberty and unlawful confinement) in an international or non-international armed conflict situation may constitute war crimes. Issues relating to the possible commission of such crimes (together with crimes against humanity and genocide), and the prosecution of such criminals, are of particular concern when assisting Member States in the development of eligibility criteria for DDR processes (see section 4.2.4, as well as IDDRS 6.20 on DDR and Transitional Justice).The UN is not a party to the international legal instruments comprising IHL. However, the Secretary-General has confirmed that certain fundamental principles and rules of IHL are applicable to UN forces when, in situations of armed conflict, they are actively engaged as combatants, to the extent and for the duration of their engagement (ST/SGB/1999/13, sect. 1.1)In the context of DDR processes assisted by UN peacekeeping operations, IHL rules regarding deprivation of liberty are normally not applicable to activities undertaken within DDR processes. This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR). They are not deprived of their liberty, and IHL rules concerning detention or internment do not apply. In the event that there are doubts as to whether a person is in fact enrolled in DDR voluntarily, this issue should immediately be brought to the attention of the competent legal office, and advice should be sought. Separately, legal advice should also be sought if the DDR practitioner is of the view that detention is in fact taking place.IHL may nevertheless apply to the wider context within which a DDR process is situated. For example, when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, the UN peacekeeping operation or other UN system actor concerned should take measures to ensure that those national authorities will treat the persons concerned in accordance with their obligations under IHL, and international human rights and refugee laws, where applicable. \\n\\nSpecific guiding principles \\n DDR practitioners should be conscious of the conditions of DDR facilities, particularly with respect to the voluntariness of the presence and involvement of DDR participants and beneficiaries (see IDDRS 3.10 on Participants, Beneficiaries and Partners). \\n DDR practitioners should be conscious of the fact that IHL may apply to the wider context within which DDR processes are situated. Safeguards should be put in place to ensure compliance with IHL and international human rights and refugee laws by the host State authorities. \\n\\n Red lines \\nParticipation in DDR processes shall be voluntary at all times. DDR participants and beneficiaries are not detained, interned or otherwise deprived of their liberty. DDR practitioners should seek legal advice if there are concerns about the voluntariness of involvement in DDR processes", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 6, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.1 International humanitarian law", - "Heading4": "", - "Sentence": "This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1333, - "Score": 0.507093, - "Index": 1333, - "Paragraph": "As members of mediation support teams or mission staff in an advisory role to the Special Representative to the Secretary-General (SRSG) or the Deputy Special Repre- sentative to the Secretary-General (DSRSG), DDR practitioners can provide advice on how to engage with armed forces and groups on DDR issues and contribute to the attainment of agreements. In non-mission settings, the UN peace and development advisors (PDAs) deployed to the office of the UN Resident Coordinator (RC) play a key role in advising the RC and the government on how to engage and address armed groups. DDR practitioners assigned to UN mediation support teams may also draft DDR provisions of ceasefires, local peace agreements and CPAs, and make proposals on the design and implementation of DDR processes.In addition to the various parties to the conflict, the UN should also support the participation of civil society in peace negotiations, in particular women, youth and others traditionally excluded from peace talks. Women\u2019s participation (in mediation and negotiations) can expand the range of domestic constituencies engaged in a peace process, strengthening its legitimacy and credibility. Women\u2019s perspectives also bring a different understanding of the causes and consequences of conflict, generating more comprehensive and potentially targeted proposals for its resolution.Mediators and DDR practitioners should recognize the sensitivities around lan- guage and be flexible and contextual with the terms that are used. The term \u2018reinte- gration\u2019 may be perceived as inappropriate, particularly if members of armed groups never left their communities. Terms such as \u2018rehabilitation\u2019 or \u2018reincorporation\u2019 may be considered instead. Similarly, the term \u2018disarmament\u2019 can include connotations of surrender or of having weapons taken away by a more powerful actor, and its use can prevent warring parties from moving forward with the negotiations (see also IDDRS 4.10 on Disarmament). DDR practitioners and mediators can consider the use of more neutral terms, such as \u2018laying aside of weapons\u2019 or \u2018transitional weapons and ammu- nition management\u2019. The use of transitional WAM activities and terminology may also set the ground for more realistic arms control provisions in a peace agreement while guarantees around security, justice and integration into the security sector are lacking (see also IDDRS 4.11 on Transitional Weapons and Ammunition Management). Medi- ators and other actors supporting the mediation process should have strong DDR and WAM knowledge or have access to expertise that can guide them in designing appro- priate and evidence-based DDR WAM provisions.Within a CPA, the detail of large parts of the final security arrangements, including strategy and programme documents and budgets, is often left until later. However, CPAs should typically establish the principle that DDR will take place and outline the structures responsible for implementation.If contextual analysis reveals that both local and national conflict dynamics are at play (see section 5.1.4) DDR practitioners can support a multilevel approach to mediation. This approach should not be reactive and ad hoc, but part of a well-articulated strategy explicitly connecting the local to the national.Problems may arise if those engaged in negotiations are not well informed about DDR and commit to an unsuitable or unrealistic process. This usually occurs when DDR expertise is not available in negotiations or the organizations that might support a DDR process are not consulted by the mediators or facilitators of a peace process. It is therefore important to ensure that DDR experts are available to advise on peace agree- ments that include provisions for DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 16, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.3 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "This usually occurs when DDR expertise is not available in negotiations or the organizations that might support a DDR process are not consulted by the mediators or facilitators of a peace process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 912, - "Score": 0.48795, - "Index": 912, - "Paragraph": "As noted above, mandates are the main points of reference for UN-supported DDR processes. The mandate will determine what, when and how DDR processes can be supported or implemented. There are various sources of a UN actor\u2019s mandate to assist DDR processes. For UN peace operations, which are subsidiary organs of the Security Council, the mandate is found in the applicable Security Council resolution.Certain UN funds and programmes also have explicit mandates addressing DDR. In the absence of explicit, specific DDR-related provisions within their mandates, these UN funds and programmes should conduct any activity related to DDR processes in accordance with the principles and objectives in their general mandates.In addition, a number of specialized agencies and related organizations are mandated to conduct activities related to DDR processes. These entities often cooperate with UN peace operations, funds and programmes within their respective mandates in order to ensure a common approach to and coherency of their activities.Where a peace agreement exists, it may address the roles and responsibilities of DDR practitioners, both domestic and international, the basic principles applicable to the DDR process, the strategic approach, institutional mechanisms, timeframes and eligibility criteria. The peace agreement would thus provide guidance to DDR practitioners as to the implementation of their DDR mandate, where they are tasked with providing support to national DDR efforts undertaken pursuant to the peace agreement. It is important to remember, however, that while peace agreements may provide a framework for and guide the implementation of the DDR process, they do not provide the actual mandate to undertake such activities for UN system actors. It is the reference to the peace agreement in the practitioner\u2019s DDR mandate that makes the peace agreement (and the accompanying DDR policy document) relevant. As mentioned above, the authority to carry out DDR processes is established in a UN system actor\u2019s constitutive instrument and/or in a decision by the actor\u2019s governing organ.In countries where no peace agreement exists, there may be no overarching framework for the DDR process, which could result in a lack of clarity regarding objectives, activities, coordination and strategy. In such cases, the fall-back for DDR practitioners would be to rely solely on the mandate of their own entity that is applicable in the relevant State to determine their role in the DDR process, how to coordinate with other actors and the activities they may undertake.If a particular mandate includes assistance to the national authorities in the development and implementation of a DDR process, the UN system actor concerned may, in accordance with its mandate, enter into a technical agreement with the host State on logistical and operational coordination and cooperation. The technical agreement may, as necessary, integrate elements from the peace agreement, if one exists.DDR mandates may also include provisions that tie the development and implementation of DDR processes to other ongoing conflict and post-conflict initiatives, including ones concerning transitional justice (TJ).Many UN system entities operating in post-conflict situations have simultaneous DDR and TJ mandates. The overlap of TJ measures with DDR processes can create tension but may also contribute towards achieving the long-term shared objectives of reconciliation and peace. It is thus crucial that UN-supported DDR processes have a clear and coherent relationship with any TJ measures ongoing within the country (see IDDRS 6.20 on DDR and Transitional Justice).Specific guiding principles \\n DDR practitioners should be familiar with the most recent documents establishing the mandate to conduct DDR processes, specifically, the source and scope of that mandate. \\n When starting a new form of activity related to the DDR process, DDR practitioners should seek legal advice if there is doubt as to whether this new form of activity is authorized under the mandate of their particular entity. \\n When starting a new form of activity related to the DDR process, DDR practitioners should ensure coordination with other relevant initiatives. \\n Peace agreements, in themselves, do not provide UN entities with a mandate to support DDR. It is the reference to the peace agreement in the mandate of the DDR practitioner\u2019s particular entity that makes the peace agreement (and the accompanying DDR policy document) relevant. This mandate may set boundaries regarding what DDR practitioners can do or how they go about their jobs.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 4, - "Heading1": "4. General guiding principles", - "Heading2": "4.1 Mandate ", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n When starting a new form of activity related to the DDR process, DDR practitioners should ensure coordination with other relevant initiatives.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1939, - "Score": 0.48795, - "Index": 1939, - "Paragraph": "In settings of ongoing conflict, it is possible that armed groups may splinter and multiply. Some of these armed groups may sign peace agreements while others refuse. Reintegration support to individuals who have exited non-signatory armed groups in ongoing conflict needs to be carefully designed; risk mitigation and adherence to principles such as \u2018do no harm\u2019 shall be ensured. A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR). Based on conflict analysis and armed group mapping, DDR practitioners should consider direct engagement with armed groups through political negotiations and other DDR- related activities (see IDDRS 2.20 on The Politics of DDR and IDDRS 2.30 on Community Violence Reduction). The risks of such engagement should, of course, be properly assessed in advance, and along the way.DDR practitioners and others involved in designing or managing reintegration assistance should also be aware that as a result of the risks of supporting reintegration in settings of ongoing conflict, combined with a possible lack of national political will, legitimacy of governance and weak capacity, programme funding may be difficult to mobilize. Reintegration programmes should therefore be designed in a transparent and flexible manner, scaled appropriately to offer viable opportunities to ex-combatants and persons formerly associated with armed groups.In line with the shift to peace rather than conflict as the starting point of analysis, programmes should seek to identify positive entry points for supporting reintegration. In ongoing conflict contexts, these entry points could include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models for other areas to follow. Reintegration support provided as part of a pilot effort would likely set the bar for future assistance and establish expectations for other groups that may need to be met to ensure equity and to avoid negative outcomes.Additional entry points for reintegration support in ongoing conflict may be a particular armed group whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors. Reintegration programmes should consider local champions, known figures to support such efforts from local government, tribal, religious and community leadership, and private and business actors. These actors can be key in generating peace dividends and building the necessary trust and support for the programme.For more detail on entry points and risks regarding reintegration support during armed conflict, see section 9 of IDDRS 4.30 on Reintegration.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.2 Reintegration support for conflict prevention", - "Heading3": "5.2.2. Entry points and risk mitigation", - "Heading4": "", - "Sentence": "A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 668, - "Score": 0.483494, - "Index": 668, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1414, - "Score": 0.483494, - "Index": 1414, - "Paragraph": "Along with the signature of a peace agreement, elections are often seen as a symbol marking the end of the transition from war to peace. If they are to be truly representative and offer an alternative way of contesting power, politics must be demilitarized (\u201dtake the gun out of politics\u201d or go \u201cfrom bullet to ballot\u201d) and transform armed groups into viable political parties that compete in the political arena. It is also through political parties that citizens, including former combatants, can involve themselves in politics and policymaking, as parties provide them with a structure for political participation and a channel for making their voices heard. Not all armed groups can become viable political parties. In this case, alternatives can be sought, including the establishment of a civil society organization aimed at advancing the cause of the group. However, if the transformation of armed groups into political parties is part of the conflict resolution process, reflected in a peace agreement, then the UN should provide support towards this end.DDR may affect the holding of or influence the outcome of elections in several ways: \\n Armed forces and groups that wield power through weapons and the threat of violence can influence the way people vote, affecting the free and fair nature of the elections. \\n Hybrid political \u2019parties\u2019 that are armed and able to organize violence retain the ability to challenge electoral results through force. \\n Armed groups may not have had the time nor space to transform into political actors. They may feel cheated if they are not able to participate fully in the process and revert to violence, as this is their usual way of challenging institutions or articulating grievances. \\n Women in armed groups may be excluded or marginalized as leadership roles and places in the political ranks are carved out.There is often a push for DDR to happen before elections are held. This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls. Delays in DDR may affect the timing of elections, or elections that are planned too early can result in a rushed DDR process, all of which may compromise the credi- bility of the broader peace process. Conversely, postponing elections until DDR is com- pleted can be difficult, especially given the long timeframes for DDR, and when there are large caseloads of combatants still to be demobilized or non-signatory movements are still active and can become spoilers. For these reasons DDR practitioners should consider the sequencing of DDR and elections and acknowledge that the interplay between them will have knock-on effects.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 21, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.4 Elections and the transformation of armed groups", - "Heading4": "", - "Sentence": "This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1691, - "Score": 0.478091, - "Index": 1691, - "Paragraph": "From the earliest assessment phase and throughout all stages of strategy development, planning and implementation, it is essential to encourage integration and unity of effort within the UN system and with national players. It is also important to coordinate the participation of international partners so as to achieve common objectives. Joint assess-ments and programming are key to ensuring that DDR programmes in both mission and non-mission contexts are implemented in an integrated manner. DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 25, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.9. Integrated ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 881, - "Score": 0.472456, - "Index": 881, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of UN supported DDR processes. In addition to these principles, the following general guiding principles related specifically to the legal framework apply when carrying out DDR processes. \\n Abide by the applicable legal framework. The applicable legal framework should be a core consideration at all stages, when drafting, designing, executing and evaluating DDR processes. Failure to abide by the applicable legal framework may result in consequences for the UN entity involved and the UN more generally, including possible liabilities. It may also lead to personal accountability for the DDR practitioner(s) involved. \\n Know your mandate. DDR practitioners should be familiar with the source and scope of their mandate. To the extent that their involvement in the DDR process requires coordination and/or cooperation with other UN system actors, they should also know the respective roles and responsibilities of those other actors. If a peace agreement exists, it should be one of the first documents that DDR practitioners consult to understand the framework in which they will carry out the DDR process. \\n Develop a concept of operations (CONOPS). DDR practitioners should have a common, agreed approach in order to ensure coherence amongst UN system-supported DDR processes and coordination among the various UN system actors that are conducting DDR in a particular context. This can be achieved through a written CONOPS, developed in consultation, as necessary, with the relevant headquarters. The CONOPS can also be adjusted to include the legal obligations of the UN system actor. \\n Develop operation-specific standard operating procedures (SOPs) or guidelines for DDR. Consistent with the CONOPS, DDR practitioners should consider developing operation-specific SOPs or guidelines. These may address, for instance, standards for cooperation with criminal justice and other accountability processes, measures for controlling access to DDR encampments or other installations, measures for the safe handling and destruction of weapons and ammunition, and other relevant issues. They may also include references to, and explanations of, the applicable legal standards. \\n Include legal considerations in all relevant project documents. In general, legal considerations should be integrated and addressed, as appropriate, in all relevant written project documents, including those agreed with the host State. \\n Seek legal advice. As a general matter, DDR practitioners should seek legal advice when they are in doubt as to whether a situation raises legal concerns. In particular, DDR practitioners should seek advice when they foresee new elements or significant changes in their DDR processes (e.g., when a new type of activity or new partners are involved). It is important to know where, and how, such advice may be requested and obtained. Familiarity with the legal office in-country and having clear channels of communication for seeking expeditious advice from headquarters are critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 3, - "Heading1": "4. General guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If a peace agreement exists, it should be one of the first documents that DDR practitioners consult to understand the framework in which they will carry out the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1371, - "Score": 0.472456, - "Index": 1371, - "Paragraph": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements. Other DDR-related tools, such as CVR, may be more appropriate, particularly following a local-level peace agreement or even during active conflict (see IDDRS 2.30 on Community Violence Reduction).DDR practitioners must assess the political consequences, if any, of supporting DDR processes in active conflict contexts. In particular, the intended outcomes of such interventions should be clear. For example, is the aim to contribute to local-level sta- bilization or to make the rewards of stability more tangible, perhaps through a CVR project or by supporting the reintegration of those who leave active armed groups? Alternatively, is the purpose to provide impetus to a national-level peace process? If the latter, a clear theory of change, outlining how local interventions are intended to scale up, is required.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.2 DDR-related tools ", - "Heading3": "", - "Heading4": "", - "Sentence": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1561, - "Score": 0.472456, - "Index": 1561, - "Paragraph": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations. In countries where there is no United Nations peace operation mandated by the Security Council, UN DDR support will be provided when either a national Government and/or UN RC requests assistance.The disarmament and demobilization components of a DDR programme will be undertaken by national institutions with advice and technical support from relevant UN departments, agencies, programmes and funds, the UNCT, regional organizations and bilateral actors. The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner. When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered. The alignment of CVR initiatives in non-mission contexts with reintegration assistance is essential.Decision-making and accountability for UN-supported DDR rest, in this context, with the UN RC, who will identify one or more UN lead agency(ies) in the UNCT based on in-country capacity and expertise. The UN RC should establish a UN DDR Working Group co-chaired by the lead agency(ies) at the country level to coordinate the contribution of the UNCT to integrated DDR, including on issues related to gender equality, women\u2019s empowerment, youth and child protection, and support to persons with disabilities.DDR programmes, DDR-related tools and reintegration support, where applicable, will require the allocation of national budgets and/or the mobilization of voluntary contributions, including through the establishment of financial management structures, such as a dedicated multi-donor trust fund or catalytic funding provided by the Peacebuilding Fund (PBF)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 12, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.2 DDR in non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1272, - "Score": 0.467707, - "Index": 1272, - "Paragraph": "The DDR-related clauses included within peace agreements should be realistic and appropriate for the setting. In CPAs, the norm is to include a commitment to under- take a DDR programme. The details, including provisions regarding female combat- ants, WAAFG and CAAFG, are usually developed later in a national DDR programme document. Local-level peace agreements will not necessarily include a DDR programme, but may include a range of DDR-related tools such as CVR and transi- tional WAM (see IDDRS 2.10 on The UN Approach to DDR). Provisions that legitimize entitlements for those who have been members of armed forces and groups should be avoided (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Regardless of the type of peace agreement, mediators and signatories should have a minimum understanding of DDR, including the preconditions and principles of gender- responsive and child-friendly DDR (see IDDRS 2.10 on The UN Approach to DDR). Where necessary they should call upon DDR experts to build capacity and knowledge among all of the actors involved and to advise them on the negotiation of relevant and realistic DDR provisions.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.2 Ensuring adequate provisions for DDR in peace agreements ", - "Heading3": "", - "Heading4": "", - "Sentence": "Local-level peace agreements will not necessarily include a DDR programme, but may include a range of DDR-related tools such as CVR and transi- tional WAM (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1730, - "Score": 0.461957, - "Index": 1730, - "Paragraph": "This module explains the shift introduced by IDDRS 2.10 on The UN Approach to DDR concerning reintegration support to ex-combatants and persons formerly associated with armed forces and groups. Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place. The aim of this support is to assist the sustainable reintegration of those who have left armed forces and groups even before peace agreements are negotiated and signed, responding to opportunities as well as humanitarian, developmental and security imperatives.The objectives of this module are to: \\n Explain the implications of the UN\u2019s sustaining peace approach for reintegration support. \\n Provide policy guidance on how to address reintegration challenges and realize reintegration opportunities across the peace continuum. \\n Consider the general issues concerning reintegration support in contexts where the preconditions for DDR programmes are not in place.DDR practitioners involved in outlining and negotiating the content of reintegration support with Governments and other stakeholders are invited to consult IDDRS 4.30 on Reintegration for specific programmatic guidance on the various ways to support reintegration. Options and considerations for reintegration support to specific needs groups can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; and IDDRS 5.30 on Youth and DDR. Finally, as reintegration support may involve a broad array of practitioners (including but not limited to \u2018DDR practitioners\u2019), when appropriate, this module refers to DDR practitioners and others involved in the planning, implementation and management of reintegration support.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1700, - "Score": 0.440706, - "Index": 1700, - "Paragraph": "Integrated DDR processes shall be designed on the basis of detailed quantitative and qualitative data. Supporting information management systems should ensure that this data remains up to date, accurate and accessible. In the planning stages, information is gathered on the location of armed forces and groups, the demographics of their members (grouped according to sex and age), their weapons stocks, and the political and conflict dynamics at national and local levels. Surveys of national and local labour market conditions and reintegration opportunities should be undertaken. Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required. Monitoring and evaluation should be based on an integrated approach to metrics, and produce lessons learned and best practices that will influence the further development of IDDRS policy and practice (see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.2. Planning: assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1368, - "Score": 0.436436, - "Index": 1368, - "Paragraph": "DDR should not be seen as a purely technical process, but one that requires active political support at all levels. In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section. It should be given the attention and support it deserves by the senior mission leadership, who must be the political champions of such processes. In non-mission settings, DDR will fall under the respon- sibility of the UN RC system and the UNCT.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.1 Recognizing the political dynamics of DDR ", - "Heading3": "", - "Heading4": "", - "Sentence": "In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1585, - "Score": 0.433555, - "Index": 1585, - "Paragraph": "Violent conflicts do not always completely cease when a political settlement is reached or a peace agreement is signed. There remains a real danger that violence will flare up again during the immediate post-conflict period, because putting right the political, security, social and economic problems and other root causes of war is a long-term project. Furthermore, peace operations are often mandated in contexts where an agreement is yet to be reached or where a peace process is yet to be initiated or is only partially initiated. In non-mission contexts, requests from the Government for the UN to support DDR are made either when ceasefires are reached or when a peace agreement or a comprehensive peace agreement is signed. This is why practitioners should decide whether DDR programmes, DDR-related tools and/or reintegration support constitute the most appropriate response to a particular situation. A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context. These may include: \\nThe disbanding of armed groups: Governments may request assistance to disband armed groups. The establishment of a DDR programme is agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. Trust and commitment by the parties to the implementation of an agreement and minimum conditions of security are essential for the success of a DDR programme. Administratively, there is little difference between DDR programmes for armed forces and armed groups. Both may require the full registration of weapons and personnel, followed by the collection of information, referral and counselling that are needed before effective reintegration programmes can be put in place. \\nThe rightsizing of armed forces or police: Governments may request assistance to downsize or restructure their armies or police and supporting institutional infrastructure (salaries, benefits, basic services, etc.). Such processes contribute to security sector reform (SSR) (see IDDRS 6.10 on DDR and Security Sector Reform). DDR practitioners should work in close collaboration with SSR experts while planning reintegration support to former members of armed forces. \\nThe repatriation of foreign combatants and associated groups: Considering the regional dimensions of conflict, Governments may agree to assistance to repatriation. DDR programmes may need to become involved in repatriating national combatants and their civilian family members, as well as children associated with armed forces and groups who may have crossed an international border. Such repatriation needs to be in accordance with the principle of non-refoulement, as set out in international humanitarian, human rights and refugee law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 566, - "Score": 0.428571, - "Index": 566, - "Paragraph": "Participation in CVR as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in CVR as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 672, - "Score": 0.428571, - "Index": 672, - "Paragraph": "CVR may also be used in the absence of a DDR programme. (See Table 3 below.) CVR can be used to build confidence between warring parties and to show the possible dividends of future peace. In turn, this may help to foster an environment that is con- ducive to the signing of a peace agreement.It is possible that DDR processes will not include DDR programmes, either because the preconditions for DDR programmes are not present or because alternative meas- ures are more appropriate. For example, a local-level peace agreement may include provisions for CVR rather than a DDR programme. These local-level agreements can take many different forms, including (but not limited to) local non-aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements (see IDDRS 2.20 on The Political Dimensions of DDR).Alternatively, in certain cases armed groups designated as terrorist organizations by the United Nations Security Council may refuse to sign peace agreements. Individ- uals who voluntarily decide to leave these armed groups may participate in CVR pro- grammes. However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 12, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.2 CVR in the absence of DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may also be used in the absence of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 754, - "Score": 0.428571, - "Index": 754, - "Paragraph": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC). These official requests will typically ask for assistance to address particular issues. If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response. However, it is important to note that in non-mission settings, there may already be instances where community-based programming at local levels is used, but not as a DDR-related tool. These latter types of responses are anchored under Agenda 2030 and the United Nations Sustainable Development Cooperation Framework (UNSDCF), and have links to much broader issues of rule of law, community security, crime reduction, armed vio- lence reduction and small arms control. If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.In non-mission settings there may not always be a National DDR Commission to provide direct inputs into CVR planning and programming. However, alternative interlocutors should be sought \u2013 including relevant line ministries and departments \u2013 in order to ensure that the broad strategic direction of the CVR programme is aligned with relevant national and regional stabilization objectives.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.2 Non-mission settings", - "Heading4": "", - "Sentence": "If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1229, - "Score": 0.421117, - "Index": 1229, - "Paragraph": "The way a conflict ends can influence the political dynamics of DDR. The following scenarios should be considered: \\n A clear victor: This usually results in a \u2018victor\u2019s peace\u2019, where the winner can \u2018im- pose\u2019 demands on the party that lost the conflict. This may mean that the armed structures of the victor are preserved, while the losing party will be the one tar- geted for DDR. Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination. The victorious group may seek to dominate the new security structures. \\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme). Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support. DDR processes that are the outcome of negotiations (whether local or national) are more likely to be acceptable to warring parties. However, unless expert advice is provided, the DDR-related clauses in such agree- ments can be unrealistic. \\n Partial peace: In some conflicts the multiplicity of armed groups may result in peace processes that are not fully inclusive, since some of the armed groups are excluded from or refuse to sign the agreement. This can be a disincentive for signatory armed groups to disarm and demobilize due to fear for their security and that of the population they represent, concerns over loss of territory to a non- signatory armed group or uncertainty about how their political position might be affected should other armed groups eventually join the peace process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 9, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.3 Conflict outcomes", - "Heading4": "", - "Sentence": "\\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 740, - "Score": 0.419314, - "Index": 740, - "Paragraph": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution. CVR will therefore be funded through the allocation of assessed contributions.The UNSC and UNGA directives for CVR are often general, with specific pro- gramming details to be worked out by relevant UN entities in partnership with the host government. In mission settings, the DDR/CVR section should align CVR stra- tegic goals and activities with the mandate of the National DDR Commission (if one exists) or an equivalent government-designated body. The National DDR Commission, which typically includes representatives of the executive, the armed forces, police, and relevant line ministries and departments, should be solicited to provide direct inputs into CVR planning and programming. In cases where government capacity and volition exist, the National DDR Commission may manage and resource CVR by setting targets, managing tendering of local partners and administering financial oversight with donor partners. In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission. DDR practitioners shall be in regular contact with representatives of the UNCT as well as international and national partners to ensure alignment of pro- gramming goals, and to leverage the strengths and capacities of relevant UN agencies and avoid duplication. Community outreach and engagement shall be pursued and nurtured at the national, regional, municipal and neighbourhood scale.The DDR/CVR section should typically include senior and mid-level DDR officers. Depending on the budget allocated to CVR, personnel may range from the director and deputy director level to field staff and volunteer officers. A dedicated DDR/CVR team should include a selection of international and national staff forming a unit at headquarters (HQ) as well as small implementation teams at the forward operating base (FOB) level. It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ. Likewise, regular com- munication between DDR field personnel is crucial to share experiences, identify best practices, and understand wider political and economic dynamics. The UN DSRSG shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.The DDR/CVR section, and particularly its field offices, could create a PSC and PAC/PRC. In this event, the PAC/PRC (or equivalent body) should liaise with UNCT partners to align stability priorities with wider development concerns. It may be appro- priate to add an additional support mechanism to oversee and support project partners. This additional support mechanism could be made up of members of the DDR/CVR section who could conduct a variety of tasks, including but not limited to support to the development of project proposals, support to the finalization of project submissions and the identification of possible implementing partners able to work in hotspot sites.Whichever approach is adopted, the DDR/CVR section should ensure transparent and predictable coordination with national institutions and within the mission or UNCT. Where appropriate, DDR/CVR sections may provide supplementary training for implementing partners in selected programming areas. The success or failure of CVR depends in large part on the quality of the partners and partnerships, so it is critical that they are properly vetted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.1 Mission settings", - "Heading4": "", - "Sentence": "It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1600, - "Score": 0.419314, - "Index": 1600, - "Paragraph": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict. Furthermore, practitioners may choose from a menu of DDR-related tools. (See table above.)Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement. Instead, when the preconditions for a DDR-programme are not in place, DDR-related tools may be used in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.1 When the preconditions for a DDR programme are not in place", - "Heading3": "", - "Heading4": "", - "Sentence": ")Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1666, - "Score": 0.417029, - "Index": 1666, - "Paragraph": "In order to build confidence and ensure legitimacy, and to justify financial and technical support by international actors, DDR programmes, DDR-related tools and reintegration support are, from the very beginning, predicated on the principles of accountability and transparency. Post-conflict stabilization and the establishment of immediate security are the overall goals of DDR, but integrated DDR also takes place in a wider recovery and reconstruction framework. While both short-term and long-term strategies should be developed in the planning phase, due to the dynamic and volatile conflict and post-conflict context, interventions must be flexible and adaptable.The UN aims to establish transparent mechanisms for the independent monitoring, oversight and evaluation of integrated DDR and its financing mechanisms. It also attempts to create an environment in which all stakeholders understand and are accountable for achieving broad objectives and implementing the details of integrated DDR processes, even if circumstances change. Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected. Flexibility and contingency planning are therefore needed. It is essential to establish realistic goals and make reasonable promises to those involved, and to explain setbacks to stakeholders and participants in order to maintain their confidence and cooperation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1459, - "Score": 0.407307, - "Index": 1459, - "Paragraph": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes. The module also defines the UN approach to integrated DDR for both mission and non-mission settings, which is: \\nvoluntary; \\npeople-centred; \\ngender-responsive and inclusive; \\nconflict-sensitive; \\ncontext-specific; \\nflexible, accountable and transparent; \\nnationally and locally owned; \\nregionally supported; \\nintegrated; and \\nwell planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 564, - "Score": 0.404061, - "Index": 564, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to CVR:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 975, - "Score": 0.404061, - "Index": 975, - "Paragraph": "International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).A refugee is a person who is outside his or her country of nationality or habitual residence; has a well-founded fear of being persecuted because of his or her race, religion, nationality, membership of a particular social group or political opinion; and is unable or unwilling to avail himself or herself of the protection of that country, or to return there, for fear of persecution.However, articles 1C to 1F of the 1951 Convention provide for circumstances in which it shall not apply to a person who would otherwise fall within the general definition of a refugee. In the context of situations involving DDR processes, article 1F is of particular relevance, in that it stipulates that the provisions of the 1951 Convention shall not apply to any person with respect to whom there are serious reasons for considering that he or she has: \\n committed a crime against peace, a war crime or a crime against humanity, as defined in relevant international instruments; \\n committed a serious non-political crime outside the country of refuge prior to the person\u2019s admission to that country as a refugee; or \\n been guilty of acts contrary to the purposes and principles of the UN.Asylum means the granting by a State of protection on its territory to individuals fleeing another country owing to persecution, armed conflict or violence. Military activity is incompatible with the concept of asylum. Persons who pursue military activities in a country of asylum cannot be asylum seekers or refugees. It is thus important to ensure that refugee camps/settlements are protected from militarization and the presence of fighters or combatants.During emergency situations, particularly when people are fleeing armed conflict, refugee flows may occur simultaneously or mixed with combatants or fighters. It is thus important that combatants or fighters are identified and separated. Once separated from the refugee population, combatants and fighters may enter into a DDR process, if available.Former combatants or fighters who have been verified to have genuinely and permanently renounced military activities may seek asylum. Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities. Other types of DDR processes may also provide this verification, as long as there is a formal process through which a combatant becomes an ex-combatant (see IDDRS 4.20 on Demobilization).DDR practitioners should also take into consideration that civilian family members of participants in DDR processes may be refugees or asylum seekers, and efforts must be in place to consider family unity during, for example, repatriation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 10, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "i. International refugee law", - "Sentence": "Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1642, - "Score": 0.404061, - "Index": 1642, - "Paragraph": "Like men and boys, women and girls are likely to have played many different roles in armed forces and groups, as fighters, supporters, wives or sex slaves, messengers and cooks. The design and implementation of integrated DDR processes should aim to address the specific needs of women and girls, as well as men and boys, taking into account these different experiences, roles, capacities and responsibilities acquired during and after conflicts. Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes. The eligibility criteria for DDR shall not discriminate against individuals on the basis of sex, age, gender identity, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associations. Furthermore, the opportunities/benefits that eligible ex-combatants have access to when participating in a particular DDR process shall not discriminate against individuals on the basis of their former affiliation with a particular armed force or group.It is likely there will be a need to address potential \u2018spoilers\u2019, e.g., by negotiating \u2018special packages\u2019 for commanders in order to secure their buy-in and to ensure that they allow combatants to participate. This political compromise must be carefully negotiated on a case-by-case basis. Furthermore, the inclusion of youth at risk and other non-combatants should also be seen as a measure helping to prevent future recruitment.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1751, - "Score": 0.404061, - "Index": 1751, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to reintegration:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1623, - "Score": 0.403473, - "Index": 1623, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1311, - "Score": 0.402911, - "Index": 1311, - "Paragraph": "DDR programmes are often the result of a CPA that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals.As illustrated in Diagram 1 below, CPAs usually include several chapters or annexes addressing different substantive issues. \\n The first three activities under \u201cCeasefire and Security Arrangements\u201d are typically part of the ceasefire process. The cantonment of forces, especially when cantonment sites are also used for DDR activities, is usually the nexus between the ceasefire and the \u201cfinal security arrangements\u201d that include DDR and SSR (see section 7.5).Ceasefires usually require the parties to provide a declaration of forces for moni- toring purposes, ideally disaggregated by sex and including information regarding the presence of WAAFG, CAAFG, abductees, etc. This declaration can provide important planning information for DDR practitioners and, in some cases, negotiated agreements may stipulate the declared number of people in each movement that are expected to participate in a DDR process. Likewise, the assembly or cantonment of forces may provide the opportunity to launch disarmament and demobilization activities in assembly areas, or, at a minimum, to provide information outreach and a preliminary registra- tion of personnel for planning purposes. Outreach should always include messages about the eligibility of female DDR participants and encourage their registration.Discussions on the disengagement and withdrawal of troops may provide infor- mation as to where the process is likely to take place as well as the number of persons involved and the types and quantities of weapons and ammunition present.In addition to security arrangements, the role of armed groups in interim political institutions is usually laid out in the political chapters of a CPA. If political power-sharing systems are set up straight after a conflict, these are the bodies whose membership will be negotiated during a peace agreement. Transitional governments must deal with critical issues and processes resulting from the conflict, including in many cases DDR. It is also these bodies that may be responsible for laying the foundations of longer-term political structures, often through activities such as the review of constitutions, the holding of national political dialogues and the organization of elections. Where there is also a security role for these actors, this may be established in either the political or security chapters of a CPA.Political roles may include participation in the interim administration at all levels (central Government and regional and local authorities) as well as in other political bodies or movements such as being represented in national dialogues. Security areas of consideration might include the need to provide security for political actors, in many cases by establishing protection units for politicians, often drawn from the ranks of their combatants. It may also include the establishment of interim security systems that will incorporate elements from armed forces and groups (see section 7.5.1)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.2 Comprehensive Peace Agreements", - "Heading4": "", - "Sentence": "This declaration can provide important planning information for DDR practitioners and, in some cases, negotiated agreements may stipulate the declared number of people in each movement that are expected to participate in a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1659, - "Score": 0.394771, - "Index": 1659, - "Paragraph": "Due to the complex and dynamic nature of integrated DDR processes, flexible and long-term funding arrangements are essential. The multidimensional nature of DDR requires an initial investment of staff and funds for planning and programming, as well as accessible and sustainable sources of funding throughout the different phases of implementation. Funding mechanisms, including trust funds, pooled funding, etc., and the criteria established for the use of funds shall be flexible. Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way. The importance of planning and initiating reinsertion and reintegration support activities at the start of a DDR programme has become increasingly evident, so adequate financing for reintegration needs to be secured in advance. This should help to prevent delays or gaps in implementation that could threaten or undermine the programme\u2019s credibility and viability (see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1023, - "Score": 0.39036, - "Index": 1023, - "Paragraph": "The international counter-terrorism framework is comprised of relevant Security Council resolutions, as well as 19 international counter-terrorism instruments,18 which have been widely ratified by UN Member States. That framework must be implemented in compliance with other relevant international standards, particularly international humanitarian law, international refugee law and international human rights laUnder the Security Council resolutions, Member States are required, among other things, to: \\n Ensure that any person who participates in the preparation or perpetration of terrorist acts or in supporting terrorist acts is brought to justice; \\n Ensure that such terrorist acts are established as serious criminal offences in domestic laws and regulations and that the punishment duly reflects the seriousness of such terrorist acts,19 including with respect to: \\n Financing, planning, preparation or perpetration of terrorist acts or support of these acts and \\n Offences related to the travel of foreign terrorist fighters.20Under the Security Council resolutions, Member States are also exhorted to establish criminal responsibility for: \\n Terrorist acts intended to destroy critical infrastructure21 and \\n Trafficking in persons by terrorist organizations and individuals.22While there is no universally agreed definition of terrorism, several of the 19 international counter-terrorism instruments define certain terrorist acts and/or offences with clarity and precision, including offences related to the financing of terrorism, the taking of hostages and terrorist bombing.23The Member State\u2019s obligation to \u2018bring terrorists to justice\u2019 is triggered and it shall consider whether a prosecution is warranted when there are reasonable grounds to believe that a group or individual has committed a terrorist offence set out in: \\n 1. A Security Council resolution or \\n 2. One of the 19 international counter-terrorism instruments to which a Member State is a partyDDR practitioners should be aware of the fact that their host State has an international legal obligation to comply with relevant Security Council resolutions on counter-terrorism (that is, those that the Security Council has adopted in binding terms) and the international counter-terrorism instruments to which it is a party.Of particular relevance to the DDR practitioner is the fact that under Security Council resolutions, with respect to suspected terrorists (as defined above), Member States are further called upon to: \\n Develop and implement comprehensive and tailored prosecution, rehabilitation, and reintegration strategies and protocols, in line with their obligations under international law, including with respect to returning and relocating foreign terrorist fighters and their spouses and children who accompany them, and to address their suitability for rehabilitation.24There are two main scenarios where DDR processes and the international counter-terrorism legal framework may intersect: \\n 1. In addition to the traditional concerns with regard to screening out for prosecution persons suspected of war crimes, crimes against humanity or genocide, the DDR practitioner, in advising and assisting a Member State, should also be aware of the Member State\u2019s obligations under the international counter-terrorism legal framework, and remind them of those obligations, if need be. Specific criteria, as appropriate and applicable to the context and Member States, should be incorporated into screening for DDR processes to identify and disqualify persons who have committed or are reasonably believed to have committed a terrorist act, or who are identified as clearly associated with a Security Council-designated terrorist organization. \\n 2. Although DDR programmes are not appropriate for persons associated with such organizations (see section below), lessons learned and programming experience from DDR programmes may be very relevant to the design, implementation and support to programmes to prosecute, rehabilitate and reintegrate these persons.As general guidance, for terrorist groups designated by the Security Council, Member States are required to develop prosecution, rehabilitation and reintegration strategies. Terrorist suspects, including foreign terrorist fighters and their family members, and victims should be the subject of such strategies, which should be both tailored to specific categories and comprehensive.25 The initial step is to establish a clear and coherent screening process to determine the main profile of a person who is in the custody of authorities or under the responsibility of authorities, in order to recommend particular treatment, including further investigation or prosecution, or immediate entry into and participation in a rehabilitation and/or reintegration programme. The criteria to be applied during the screening process shall comply with international human rights norms and standards and conform to other applicable regimes, such as international humanitarian law and the international counter-terrorism framework.Not all persons will be prosecuted as a result of this screening, but the screening process shall address the question of whether or not a person should be prosecuted. In this respect, the term \u2018screening\u2019 should be distinguished from usage in the context of a DDR programme, where screening refers to the process of ensuring that a person who met previously agreed eligibility criteria will be registered in the programme.Additional UN guidance with regard to the prosecution, rehabilitation and reintegration of foreign terrorist fighters can be found, inter alia, in the Madrid Guiding Principles and their December 2018 Addendum (S/2018/1177). The Madrid Guiding Principles were adopted by the Security Council (S/2015/939) in December 2015 with the aim of becoming a practical tool for use by Member States in their efforts to combat terrorism and to stem the flow of foreign terrorist fighters in accordance with resolution 2178 (2014)Specific guiding principles \\n DDR practitioners should be aware that the host State has legal obligations under Security Council resolutions and/or international counter-terrorism instruments to ensure that terrorists are brought to justice. \\n DDR practitioners shall incorporate proper screening mechanisms and criteria into DDR processes to identify suspected terrorists. \\n Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in DDR processes. Children associated with such groups should be treated in accordance with the standards set out in IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 15, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.6 International counter-terrorism framework", - "Heading4": "i. The requirement \u2018to bring terrorists to justice\u2019", - "Sentence": "\\n DDR practitioners shall incorporate proper screening mechanisms and criteria into DDR processes to identify suspected terrorists.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1607, - "Score": 0.39036, - "Index": 1607, - "Paragraph": "Five categories of people should be taken into consideration, as participants and beneficiaries, in integrated DDR processes. This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees/victims; \\n3. dependents/families; \\n4. civilian returnees/\u2019self-demobilized\u2019; \\n5. community members.Consideration should be given to addressing the specific needs of women, youth, children, persons with disabilities, and persons with chronic illnesses in each of these five categories.National actors, such as Governments, political parties, the military, signatory and non-signatory armed groups, non-governmental organizations, civil society organizations and the media are all stakeholders in integrated DDR processes along with international actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 19, - "Heading1": "7. Who is DDR for?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1647, - "Score": 0.39036, - "Index": 1647, - "Paragraph": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made; and, ultimately, no individual or community should be made less secure by the return of ex-combatants or the presence of UN peacekeeping, police or civilian personnel. The establishment of UN-supported prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection, etc.) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, or any other violation of human rights. It is particularly important to consider \u2018do no harm\u2019 when assessing the reinsertion and reintegration options for female fighters or women and girls associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1044, - "Score": 0.377964, - "Index": 1044, - "Paragraph": "A Member State\u2019s international obligations are usually translated into domestic legislation. A Member State\u2019s domestic legislation has effect within the territory of that Member State.In order to determine a DDR participant\u2019s immediate rights and freedoms in the Member State, and/or to find the domestic basis, within the State, to ensure the protection of the rights of DDR participants and beneficiaries, the DDR practitioner will have to look towards the specific context of the Member State, i.e., the Member State\u2019s international obligations and its domestic legislation. This is despite the fact that the UN DDR practitioner is guided by the international law principles set out above in the conduct of the Organization\u2019s activities, or that the DDR practitioner may wish to engage with Member States to ensure that their treatment of DDR participants and beneficiaries is in line with their international obligations.For example, the following issues would usually be addressed in a Member State\u2019s domestic legislation, in particular its constitution and criminal procedure code: \\n Length of pretrial detention; \\n Due process rights; \\n Protections and procedure with regard to investigations and prosecutions of alleged crimes, and \\n Criminal penaltiesSimilarly, in order to understand how the Member State has decided to implement the above Security Council resolutions on counter-terrorism, as well as relevant resolutions on organized crimes, DDR practitioners will have to look towards domestic legislation, in particular, to understand the acts that would constitute crimes in the Member State in which they work.For the purposes of DDR, it is thus important to have an understanding of the Member State that the UN DDR practitioner is operating in, in particular, 1) the Member State\u2019s international obligations, including the international conventions that the Member State has signed and ratified; and 2) the relevant protections provided for under the Member State\u2019s domestic legislation that the UN DDR practitioner can rely upon to help ensure the protection of DDR participants\u2019 rights and freedomsSpecific guiding principles \\n DDR practitioners should be aware of the international conventions that the Member State, in which they operate, has signed and ratified. \\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation. \\n DDR practitioners may wish to rely on domestic legislation to secure the rights and freedoms of DDR participants and beneficiaries within the Member State, as appropriate and necessaryRed line \\n DDR practitioners shall respect the national laws of the host State. If there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner should seek legal advice.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 19, - "Heading1": "4. General guiding principles", - "Heading2": "4.3 Member States\u2019 international obligations and domestic legal framework ", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1196, - "Score": 0.377964, - "Index": 1196, - "Paragraph": "The structures and motivations of armed forces and groups should be assessed. \\n It should be kept in mind, however, that these structures and motivations may vary over time and at the individual and collective levels. For example, certain individuals may have been motivated to join armed groups for reasons of opportunism rather than political goals. Some opportunist individuals may become progressively politicized or, alternatively, those with political motives may become more opportunist. Crafting an effective DDR process requires an understanding of these different and changing motivations. Furthermore, the stated motives of warring parties and their members may differ significantly from their actual motives or be against international law and principles.As explained in more detail in Annex B, potential motives may include one or several of the following: \\nPolitical \u2013 seeking to impose or protect a political system, ideology or party. \\nSocial \u2013 seeking to bring about changes in social status, roles or balances of power, discrimination and marginalization. \\nEconomic \u2013 seeking a redistribution or accumulation of wealth, often coupled with joining to escape poverty and to provide for the family. \\nSecurity driven \u2013 seeking to protect a community or group from a real or per- ceived threat. \\nCultural/spiritual \u2013 seeking to protect or impose values, ideas or principles. \\nReligious \u2013 seeking to advance religious values, customs and ideas. \\nMaterial \u2013 seeking to protect material resources. \\nOpportunistic \u2013 seeking to leverage a situation to achieve any of the above.It is important to undertake a thorough analysis of armed forces and groups so as to better understand the DDR target groups and to design DDR processes that maximize political buy-in. Analysis of armed forces and groups should include the following: \\n Leadership: Including associated political leaders or structures (see below) and other persons who may have influence over the warring parties. The analysis should take into account external actors, including possible foreign supporters but also exiled leaders or others who may have some control over armed groups. It should also consider how much control the leadership has over the combatants and to what extent the leadership is representative of its members. Both control and representativeness can change over time. \\n Internal group dynamics: Including the balance between an organization\u2019s po- litical and military wings, interactions between prominent members or factions within an armed force or group and how they influence the behaviour of the or- ganization, internal conflict patterns and potential fragmentation, the presence of female fighters or women associated with armed forces and groups (WAAFG), gender norms in the group, and the existence and pervasiveness of sexual violence. \\n Associated political leaders and structures: Including whether warring parties have a separate political branch or are integrated politico-military movements and how this shapes their agenda. Are women involved in political structures, and if so to what extent? Armed groups with separate political structures or a history of political engagement prior to the conflict have sometimes been more successful at transforming themselves into political parties, although this potential may erode during a prolonged conflict. \\n Associated religious leaders: Are religious leaders or personalities associated with the armed groups? What role could they play in peace negotiations? Do they have influence on the warring parties, and how can they help to shape the outcome of peace efforts? \\n Linkages with their base: Is a given armed group close to a political base or a popu- lation, and how do these linkages influence the group? Has this support been weak- ened by the use of certain tactics or actions (e.g., mass atrocities), or will repression of its base influence the armed group? Will efforts to demobilize combatants affect the armed group\u2019s relations with its base or otherwise push it to change tactics \u2013 for instance eschewing violence so as to mobilize a political base that would otherwise reject violence. \\n Linkages with local, national and regional elites: Including influential indi- viduals or groups who hold sway over the armed forces and groups. These could include business people or communities, religious or traditional leaders or insti- tutions such as trade unions or cultural groupings. The diaspora may also be an important actor, providing political and economic support to communities and/or armed groups. \\n External support: Are there regional and/or broader international actors or net- works that provide political and financial support to armed groups, including on the basis of geopolitical interests? This might include State sponsors, diaspora or political exiles, transnational criminal networks or ideological affiliation and \u2018franchising\u2019 with foreign, often extremist, armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 5, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.2. The structures and motivations of armed forces and groups", - "Heading4": "", - "Sentence": "Crafting an effective DDR process requires an understanding of these different and changing motivations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1251, - "Score": 0.377964, - "Index": 1251, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing. In these contexts, DDR practitioners will need to assess how their interventions may affect local, national, regional and international political dynamics. For example, will the implementation of CVR projects contribute to the restoration and reinvigoration of (dormant) local government (see IDDRS 2.30 on Community Violence Reduction)? Will local-level interventions impact political dynamics only at the local level, or will they also have an impact on national-level dynamics?In conflict settings, DDR practitioners should also assess the political dynamics created by the presence of multiple armed groups. Complex contexts involving multiple armed groups can increase the pressure for a peace agreement to succeed (including through successful DDR and the transformation of armed groups into political parties) if this provides an example and an incentive for other armed groups to enter into a negotiated solution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.5 DDR in conflict contexts or in contexts with multiple armed groups", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1275, - "Score": 0.377964, - "Index": 1275, - "Paragraph": "In some instances, integrated DDR processes should be closely linked to other parts of a peace process. For example, DDR programmes may be connected to security sector reform and transitional justice (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on Transitional Justice and DDR). Unless these other activities are clear, the signatories cannot decide on their participation in DDR with full knowledge of the options available to them and may block the process. Donors and other partners may also find it difficult to support DDR processes when there are many unknowns. It is therefore important to ensure that stakeholders have a minimum level of under- standing and agreement on other related activities, as this will affect their decisions on whether or how to participate in a DDR process.Information on associated activities is usually included in a CPA; however, in the absence of such provisions, the push to disarm and demobilize forces combined with a lack of certainty on fundamental issues such as justice, security and integration can un- dermine confidence in the process. In such cases an assessment should be made of the opportunities and risks of starting or delaying a DDR process, and the consequences shall be made clear to UN senior leadership, who will take a decision on this. If the de- cision is to postpone a programme, donors and budgeting bodies shall be kept informed. There may also be a need to link local and national conflict resolution and media- tion so that one does not undermine the other.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.3 Building and ensuring integrated DDR processes ", - "Heading3": "", - "Heading4": "", - "Sentence": "In some instances, integrated DDR processes should be closely linked to other parts of a peace process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1292, - "Score": 0.377964, - "Index": 1292, - "Paragraph": "Donors and UN budgetary bodies should understand that DDR is a long and expen- sive undertaking. While DDR is a crucial process, it is but one part of a broader political and peacebuilding strategy. Hence, the objectives and expectations of DDR must be realistic. A partial commitment to such an undertaking is insufficient to allow for a sustainable DDR process and may cause harm. This support must extend to an understanding of the difficult circumstances in which DDR is implemented and the need to sometimes wait until the conditions are right to start and assure that funding and support is avail- able for a long-term process. However, there is often a push to spend allocated funding even when the conditions for a process are not in place. This financial pressure should be better understood, and budgetary rules and regulations should not precipitate the premature launch of a DDR process, as this will only undermine its success.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.5 Ensuring international support for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While DDR is a crucial process, it is but one part of a broader political and peacebuilding strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1399, - "Score": 0.377964, - "Index": 1399, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1721, - "Score": 0.377964, - "Index": 1721, - "Paragraph": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic and political dimensions. It may be influenced by factors such as the choices and capacities of individuals to shape a new life, the security situation and perceptions of security, family and support networks, and the psychological well-being and mental health of ex-combatants and the wider community. Reintegration processes are part of the development of a country. Facilitating reintegration is therefore primarily the responsibility of national Governments and their institutions, with the international community playing a supporting role if requested.Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. During DDR programmes assistance is often given collectively, to large numbers of DDR participants and beneficiaries, as part of the implementation of a Comprehensive Peace Agreement (CPA). However, when the preconditions for a DDR programme are not in place, reintegration support can still play an important role in sustaining peace. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. This renewed UN policy engagement emerges from the need to address ongoing armed conflicts that are often protracted and complex. In these settings, individuals may exit armed forces and groups during all phases of an armed conflict. This type of exit will often be individual and can take different forms, including voluntary exit or capture.In order to support and strengthen the foundation for sustainable peace, the reintegration of ex- combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. Instead, reintegration support should be considered at all times, even in the absence of a DDR programme. This support may include the provision of assistance to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.When reintegration support is provided during ongoing conflict, it should aim to strengthen resilience against re-recruitment and also to prevent additional first-time recruitment. To do this it is important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. The strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.There will be additional challenges when supporting reintegration during ongoing conflict. Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and others involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to \u2018do no harm\u2019 and, in fact, \u2018do good\u2019. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, thereby demanding a higher level of coordination among existing and planned programmes to avoid the possibility that they may negatively affect each other. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 3, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Instead, reintegration support should be considered at all times, even in the absence of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 849, - "Score": 0.375653, - "Index": 849, - "Paragraph": "This module aims to provide an overview of the international legal framework that may be relevant to UN system-supported DDR processes. Unless otherwise stated, in this module, the term \u201cDDR practitioners\u201d refers only to DDR practitioners within the UN system, namely the United Nations (UN), its subsidiary organs, country offices and field missions, as well as UN specialized agencies and related organizations.This module is intended to sensitize DDR practitioners within the UN system to the legal issues that should be considered, and that may arise, when developing or implementing a DDR process. This sensitization is done so that DDR practitioners will be conscious of when to reach out to an appropriate, competent legal office to seek legal advice. Each section thus contains guiding principles and some red lines, where they exist, to highlight issues that DDR practitioners should be aware of. Guiding principles seek to provide direction, while red lines indicate boundaries that DDR practitioners should not cross. If it is possible that a red line might be crossed, or if a red line has been crossed inadvertently, legal advice should be sought immediately.This module should not be relied upon to the exclusion of legal advice in a specific case or context. In situations of doubt with regard to potential legal issues, or to the application or interpretation of a particular legal rule, advice should always be sought from the competent legal office of the relevant entity, who may, when and as appropriate, refer it to their relevant legal office at headquarters.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Unless otherwise stated, in this module, the term \u201cDDR practitioners\u201d refers only to DDR practitioners within the UN system, namely the United Nations (UN), its subsidiary organs, country offices and field missions, as well as UN specialized agencies and related organizations.This module is intended to sensitize DDR practitioners within the UN system to the legal issues that should be considered, and that may arise, when developing or implementing a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1056, - "Score": 0.370625, - "Index": 1056, - "Paragraph": "The UN has adopted a number of internal rules, policies and procedures. Other actors in the broader UN system also have similar rules, policies and procedures.Such rules, policies and procedures are binding internally. They typically also serve to signal to external parties the UN system\u2019s expectations regarding the behaviour of those to whom it provides assistance.The general guide for UN-supported DDR processes is the UN IDDRS. Other internal documents that may be relevant to DDR processes include the following: \\n The UN Human Rights Due Diligence Policy (HRDDP) (A/67/775-S/2013/110) governs the UN\u2019s provision of support to non-UN security forces, which could include the provision of support to national DDR processes if such processes or their programmes are being implemented by security forces, or if there is any repatriation of DDR participants and beneficiaries by security forces. The HRDDP requires UN entities that are contemplating providing support to non-UN security forces to take certain due diligence, compliance and monitoring measures with the aim of ensuring that receiving entities do not commit grave violations of international humanitarian law, international human rights law or refugee law. Where there are substantial grounds for believing that grave violations are occurring or have occurred, involving security forces to which support is being provided by the UN, the UN shall intercede with the competent authorities to bring such violations to an end and/or seek accountability in respect of them. For further information, please refer to the Guidance Note for the implementation of the HRDDP.28 \\n The Secretary-General issued a bulletin on special measures for protection from sexual exploitation and sexual abuse (ST/SGB/2003/13), which applies to the staff of all UN departments, programmes, funds and agencies, prohibiting them from committing acts of sexual exploitation and sexual abuse. In line with the UN Staff Regulations and Rules, sexual exploitation and sexual abuse constitute acts of serious misconduct and are therefore grounds for disciplinary measures, including dismissal. Further, UN staff are obliged to create and maintain an environment that prevents sexual exploitation and sexual abuse. Managers at all levels have a particular responsibility to support and develop systems that maintain this environment.Specific guiding principles \\n DDR practitioners should be aware of and follow relevant internal rules, policies and procedures at all stages of the DDR process. \\n DDR practitioners in management positions shall ensure that team members are kept up to date on the most recent developments in the internal rules, policies and procedures, and that managers and team members complete all necessary training and coursesRed line \\n Violation of the UN internal rules, policies and procedures could lead to harm to the UN, and may lead to disciplinary measures for DDR practitioners.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 20, - "Heading1": "4. General guiding principles", - "Heading2": "4.4 Internal rules, policies and procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "Managers at all levels have a particular responsibility to support and develop systems that maintain this environment.Specific guiding principles \\n DDR practitioners should be aware of and follow relevant internal rules, policies and procedures at all stages of the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1149, - "Score": 0.366679, - "Index": 1149, - "Paragraph": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes. It discusses the role of DDR practitioners in the negotiation of local and na- tional peace agreements, the role of transitional and final security arrangements, and how practitioners may work to generate political will for DDR among warring parties. Finally, this chapter discusses the transformation of armed groups into political parties and the political dynamics of DDR in active conflict settings.1", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1707, - "Score": 0.366679, - "Index": 1707, - "Paragraph": "While DDR programmes last for a specific period of time that includes the immediate post-conflict situation and the transition and early recovery periods, other aspects of DDR may need to be continued, albeit in a different form. DDR-related tools can be initiated after DDR programmes, such as when the disarmament of armed groups is followed by community-based weapons and ammunition management. Reintegration assistance also becomes an integral part of recovery and development. To ensure a smooth transition from one stage to another, an exit strategy should be defined as soon as possible, and should focus on how integrated DDR will seamlessly transform into broader and/or longer-term development strategies, such as security sector reform, violence prevention, socio-economic recovery, national reconciliation, peacebuilding, gender equality and poverty reduction.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 27, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.4. Transition and exit strategies", - "Heading4": "", - "Sentence": "DDR-related tools can be initiated after DDR programmes, such as when the disarmament of armed groups is followed by community-based weapons and ammunition management.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1366, - "Score": 0.357143, - "Index": 1366, - "Paragraph": "Verification measures are used to ensure that the parties comply with an agreement. Veri- fication is usually carried out by inclusive, neutral or joint bodies. The latter often include the parties and an impartial actor (such as the UN or local parties acceptable to all sides) that can help resolve disagreements. Verification mechanisms for disarmament may be separate from the bodies established to implement DDR (usually a DDR commission) and may also verify other parts of a peace process in both mission and non-mission settings.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.3 Verification", - "Heading4": "", - "Sentence": "Verification mechanisms for disarmament may be separate from the bodies established to implement DDR (usually a DDR commission) and may also verify other parts of a peace process in both mission and non-mission settings.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1377, - "Score": 0.356348, - "Index": 1377, - "Paragraph": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage. The following political sensitivities should be taken into account:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1246, - "Score": 0.346844, - "Index": 1246, - "Paragraph": "National-level peace agreements will not always put an end to local-level conflicts. Local agendas \u2013 at the level of the individual, family, clan, municipality, community, district or ethnic group \u2013 can at least partly drive the continuation of violence. Some incidents of localized violence, such as clashes between rivals over positions of tradi- tional authority between two clans, will require primarily local solutions. However, other types of localized armed conflict may be intrinsically linked to the national level, and more amenable to top-down intervention. An example would be competition over political roles at the subfederal or district level. Experience shows that international interventions often neglect local mediation and conflict resolution, focusing instead on national-level cleavages. However, in many instances a combination of local and national conflict or dispute resolution mechanisms, including traditional ones, may be required. For these reasons, local political dynamics should be assessed.In addition to these local- and national-level dynamics, DDR practitioners should also understand and address cross-border/transnational conflict causes and dynamics, including their gender dimensions, as well as the interdependencies of armed groups with regional actors. In some cases, foreign armed groups may receive support from a third country, have bases across a border, or draw recruits and support from commu- nities that straddle a border. These contexts often require approaches to repatriate for- eign combatants and persons associated with foreign armed groups. Such programmes should be accompanied by reintegration support in the former combatant\u2019s country of origin (see also IDDRS 5.40 on Cross-Border Population Movements).Regional dimensions may also involve the presence of regional or international forces operating in the country. Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed. DDR processes are voluntary and shall not be conflated with counter-insurgency operations or used to achieve counter-insurgency objectives.The conflict may also have international links beyond the immediate region. These may include proxy wars, economic interests, and political support to one or several groups, as well as links to organized crime networks. Those involved may have specific inter- ests to protect in the conflict and might favour one side over the other, or a specific out- come. DDR processes will not usually address these factors directly, but their success may be influenced by the need to engage politically or otherwise with these external actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 10, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.4 Local, national, regional and international dynamics", - "Heading4": "", - "Sentence": "Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1655, - "Score": 0.346844, - "Index": 1655, - "Paragraph": "Integrated DDR needs to be flexible and context-specific in order to address national, regional, and global realities. DDR should consider the nature of armed groups, conflict drivers, peace opportunities, gender dynamics, and community dynamics. All UN or UN-supported DDR interventions shall be designed to take local conditions and needs into account. The IDDRS provide DDR practitioners with comprehensive guidance and analytical tools for the planning and design of DDR rather than a standard formula that is applicable to every situation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "The IDDRS provide DDR practitioners with comprehensive guidance and analytical tools for the planning and design of DDR rather than a standard formula that is applicable to every situation.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 845, - "Score": 0.345834, - "Index": 845, - "Paragraph": "A variety of actors in the UN system support DDR processes within national contexts. In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks. This framework includes international humanitarian law, international human rights law, international criminal law, and international refugee law, as well as the international counter-terrorism and arms control frameworks. UN system-supported DDR processes should be implemented in a manner that ensures that the relevant rights and obligations under the international legal framework are respected.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 783, - "Score": 0.341882, - "Index": 783, - "Paragraph": "The selection of CVR target groups and intervention sites is a political decision that should be taken on the basis of assessments (see section 6.3), and in consultation with national and/or local government authorities. The identification of target groups and locations for CVR should also be informed through: \\n The priorities of the host government and, if in a mission context, the mandate of the mission; and \\n Consultations with UN senior management.DDR practitioners can, where appropriate, adopt broad categories for target groups that can be applied nationally. In some cases, the selection of target groups is made pragmatically based on a list prepared by a PSC (or equivalent body) and/ or implementing partners. Prospective participants should be vetted locally according to pre-set eligibility criteria. For example, these eligibility criteria may require former affiliation to specific armed groups and/or possession of modern or artisanal weapons (see section 4.2).Clear criteria for who is included and excluded from CVR programmes should be carefully communicated in order to avoid unnecessarily inflating expectations and generating tension. One means of doing this is to prepare a glossary with specific selection criteria that can be shared with implementing partners and PSCs. In all cases, DDR practitioners shall ensure that women and girls are adequately represented in the iden- tification of priorities and implementation strategies, by making sure that: \\n Assessments include separate focus group discussions for women, led by female facilitators. \\n Women\u2019s groups are engaged in the consultative process and as implementing partners. \\n The PAC/PRC (or equivalent entity) is 30% female. \\n A minimum of 30% of CVR projects within the broader CVR programme directly benefit women\u2019s safety and security issues. \\n The entire CVR programme integrates and leverages opportunities for women\u2019s leadership and gender equality. \\n Staffing of CVR projects includes female employees.Additional target groups, assessed as having the potential to either amplify or undermine broader security and stability efforts in general, or DDR in particular, may be identified on a case-by-case basis. For example, CVR may be expanded to include newly displaced populations \u2013 refugees and internally displaced people (IDPs) \u2013 that are at risk of mobilization into armed groups or that may unintentionally generate flashpoints for community violence. There may also be possibilities to extend CVR programmes to particular geographic areas and population groups susceptible to out- breaks of violence and/or experiencing concentrated disadvantage. The flexibility to adapt CVR to target groups that may disrupt and impede the DDR process is critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 21, - "Heading1": "6. CVR programming", - "Heading2": "6.4 Target groups and locations", - "Heading3": "", - "Heading4": "", - "Sentence": "The flexibility to adapt CVR to target groups that may disrupt and impede the DDR process is critical.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1306, - "Score": 0.338062, - "Index": 1306, - "Paragraph": "In some cases, preliminary ceasefires may be agreed to prior to a final agreement. These aim to create a more conducive environment for talks to take place. DDR provi- sions are not included in such agreements.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.1 Preliminary ceasefires", - "Heading4": "", - "Sentence": "DDR provi- sions are not included in such agreements.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1566, - "Score": 0.338062, - "Index": 1566, - "Paragraph": "The UN has been involved in integrated DDR across the peace continuum since the late 1980s. During the past 25 years, the UN has amassed considerable experience and knowledge of the coordination, design, implementation, financing, and monitoring and evaluation of DDR programmes. Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present. Integrated DDR originates from various parts of the UN\u2019s core mandate, as set out in the Charter of the UN, particularly the areas of peace and security, economic and social development, human rights and humanitarian assistance.UN departments, agencies, programmes and funds are uniquely able to support integrated DDR processes both in mission settings, where peace operations are in place, and in non-mission settings, where there is no peace operation present, providing breadth of scope, neutrality, impartiality and capacity-building through the sharing of technical DDR skills.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1629, - "Score": 0.338062, - "Index": 1629, - "Paragraph": "The unconditional and immediate release of children associated with armed forces and groups must be a priority, irrespective of the status of peace negotiations and/ or the development of DDR programmes and DDR-related tools. UN-supported DDR interventions shall not be allowed to encourage the recruitment of children into armed forces and groups in any way, especially by commanders trying to increase the number of combatants entering DDR programmes in order to profit from assistance provided to combatants. When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. Children will then be supported to demobilize and reintegrate into families and communities (see IDDRS 5.30 on Children and DDR). Only child protection practitioners should interview children associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 21, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.2. Unconditional release and protection of children", - "Heading4": "", - "Sentence": "When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1604, - "Score": 0.330791, - "Index": 1604, - "Paragraph": "When the preconditions are in place, the UN may support the establishment of DDR programmes. Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances. National institutions should be supported to determine the policy on direct benefits and reintegration assistance during a DDR programme.Civilians and civil society groups in communities to which members of the above-mentioned groups will return should be consulted during the planning and design phase of DDR programmes, as well as informed and supported in order to assist them to receive ex-combatants and their dependents/families during the reintegration phase.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.2 When the preconditions for a DDR programme are in place", - "Heading3": "", - "Heading4": "", - "Sentence": "Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1614, - "Score": 0.327327, - "Index": 1614, - "Paragraph": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants. Groups and individuals shall not be coerced to participate. This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies. Although the UN does not generally engage in detention operations and DDR has traditionally been a voluntary process, the nature of conflict environments and the growing potential for overlap with State-led efforts countering violent extremism and counter-terrorism has increased the likelihood that the UN and other actors engaging in DDR may be faced with detention-related dilemmas. DDR practitioners should therefore pay particular attention to such questions when operating in complex conflict environments and seek legal advice if confronted with surrendered or captured combatants in overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. They should also be aware of requirements contained in Chapter VII resolutions of the Security Council that, among other things, call for Member States to bring terrorists to justice and oblige national authorities to ensure the prosecution of suspected terrorists as appropriate (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1288, - "Score": 0.322329, - "Index": 1288, - "Paragraph": "It is important for the parties to a peace agreement to have a common understanding of what DDR involves, including the gender dimensions and requirements and pro- tections for children. This may not always be the case, especially if the stakeholders have not all had the same opportunity to learn about DDR. This is particularly true for groups that may be difficult to access because of security or geography, or because they are considered \u2018off limits\u2019 due to their ideology. The ability to hold meaningful dis- cussions on DDR may therefore require capacity-building with the parties to balance the levels of knowledge and ensure a common understanding of the process. In con- texts where DDR has been implemented before, this history can affect perceptions of future DDR activities, and there may be a need to review and manage expectations and clarify differences between past and planned processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 13, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.4 Ensuring a common understanding of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "In con- texts where DDR has been implemented before, this history can affect perceptions of future DDR activities, and there may be a need to review and manage expectations and clarify differences between past and planned processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1693, - "Score": 0.315244, - "Index": 1693, - "Paragraph": "Given that DDR is aimed at groups who are a security risk and is implemented in fragile security environments, both risks and operational security and safety protocols should be decided on before the planning and implementation of activities. These should include the security and safety needs of UN and partner agency personnel involved in DDR operations, DDR participants (who will have many different needs) and members of local communities. Security and other services must be provided either by UN military and/or a UN police component or national police and security forces. Security concerns should be included in operational plans, and clear criteria, in line with the UN Programme Criticality Framework, should be established for starting, delaying, suspending or cancelling activities and/or operations, should security risks be too high.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.1. Safety and security", - "Heading4": "", - "Sentence": "These should include the security and safety needs of UN and partner agency personnel involved in DDR operations, DDR participants (who will have many different needs) and members of local communities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 573, - "Score": 0.314485, - "Index": 573, - "Paragraph": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body. Eligibility criteria shall be developed and communicated in the most transparent man- ner possible. This is because eligibility and ineligibility can become a source of com- munity tension and conflict. Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place. Some frameworks may require the surrender of a weapon as a precondition for partic- ipation in a CVR programme (see IDDRS 4.11 on Transitional Weapons and Ammuni- tion Management). Furthermore, when members of armed groups that are not signa- tory to a peace agreement are being considered for inclusion in CVR programmes, the status of these individuals and armed groups must be analysed and specified in order to mitigate any risks. If the individuals being considered for inclusion in a CVR pro- gramme have voluntarily left an armed group designated as a terrorist organization by the United Nations Security Council, DDR practitioners shall incorporate proper screening mechanisms and criteria to identify suspected terrorists (for further infor- mation on specific requirements for children refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR). Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in CVR programmes (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Criteria for participation/eligibility", - "Heading3": "", - "Heading4": "", - "Sentence": "If the individuals being considered for inclusion in a CVR pro- gramme have voluntarily left an armed group designated as a terrorist organization by the United Nations Security Council, DDR practitioners shall incorporate proper screening mechanisms and criteria to identify suspected terrorists (for further infor- mation on specific requirements for children refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1257, - "Score": 0.314485, - "Index": 1257, - "Paragraph": "Governments and armed groups are key stakeholders in peace processes. Despite this, the commitment of these parties cannot be taken for granted and steps should be tak- en to build their support for the DDR process. It will be important to consider various options and approaches at each stage of the DDR process so as to ensure that next steps are politically acceptable and therefore more likely to be attractive to the parties. If there is insufficient political support for DDR, its efficacy may be undermined. In order to foster political will for DDR, the following factors should be taken into account:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Despite this, the commitment of these parties cannot be taken for granted and steps should be tak- en to build their support for the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1360, - "Score": 0.314485, - "Index": 1360, - "Paragraph": "Transitional security arrangements vary in scope depending on the context, levels of trust and what might be acceptable to the parties. Options that might be considered include: \\n Acceptable third-party actor(s) who are able to secure the process. \\n Joint units, patrols or operations involving the parties to a conflict, often alongside a third-party presence (see also IDDRS 4.11 on Transitional Weapons and Ammu- nition Management). \\n Local security actors such as community police who are acceptable to the commu- nities and to the actors, as they are considered neutral and not a force brought in from outside. \\n Deployment of national police. Depending on the situation, this may have to occur with prior consent for any operations within a zone or be done alongside a third-party actor.Transitional security structures may require the parties to act as a security pro- vider during a period of political transition. This may happen prior to or alongside DDR programmes. This transition phase is vital for building confidence at a time when warring parties may be losing their military capacity and their ability to defend them- selves. This transitional period also allows for progress in parallel political, economic or social tracks. There is, however, often a push to proceed as quickly as possible to the final security arrangements and a normalization of the security scene. Consequently, DDR may take place during the transition phase so that when this comes to an end the armed groups have been demobilized. This may mean that DDR proceeds in advance of other parts of the peace process, despite its success being tied to progress in these other areas.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 18, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.1 Transitional security", - "Heading4": "", - "Sentence": "This may mean that DDR proceeds in advance of other parts of the peace process, despite its success being tied to progress in these other areas.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1860, - "Score": 0.314485, - "Index": 1860, - "Paragraph": "Reintegration support can play an important role in sustaining peace, even when a peace agreement has not yet been negotiated or signed. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. Therefore, in order to support, and strengthen, the foundation for sustainable peace, the reintegration of ex-combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. As individuals may leave armed forces and groups during all phases of armed conflict, the need to support them should be considered at all times, even in the absence of a DDR programme. This may mean providing support to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.As part of the sustaining peace approach, support to reintegration should be designed and carried out to contribute to dynamics that aim to prevent future recruitment. In this regard, opportunities should be seized to prevent relapse into armed conflict, including by tackling root causes and understanding peace dynamics. Armed conflict may be the result of a combination of root causes including exclusion, inequality, discrimination and other violations of human rights, including women\u2019s rights. While these challenges cannot be fully addressed through reintegration support, community-based reintegration support that is well integrated into local and national development efforts is likely to contribute to addressing the root causes of conflict and, as such, contribute to sustaining peace. It is also important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. Sustaining peace seeks to reclaim the concept of peace in its own right, by acknowledging that the existing capacities for peace, i.e., the structures, attitudes and institutions that sustain peace, should be strengthened not only in situations of conflict, but even in peaceful settings. This strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.Inclusion is also an important part of reintegration support as part of the sustaining peace approach. Exclusion and marginalization, including gender inequalities, are key drivers of violent conflict. Community-owned and -led approaches to reintegration support that are inclusive and integrate a gender perspective, specifically addressing the needs of women, youth, disabled persons, ethnic minorities and indigenous groups have a positive impact on a country\u2019s capacity to manage and avoid conflict, and ultimately on the sustainability of peace processes. Empowering the voices and capacities of women and youth in the planning and design of reintegration programmes contributes to addressing conflict drivers, socioeconomic and gender inequalities, and youth disenchantment. Additionally, given that national-level peace processes are not always possible, opportunities to leverage reintegration support, particularly around social cohesion through local peace processesbetween groups and communities, can be sought through local governance initiatives, such as participatory budgeting and planning.The UN\u2019s sustaining peace approach calls for the breaking of operational silos. The joint analysis, planning and management of ongoing programmes helps to ensure the sustainability of collectively defined reintegration outcomes. This process also serves as an entry point for innovative partnerships and the contextually anchored flexible approaches that are needed. For effective reintegration support as part of sustaining peace, it is essential to draw on capacities across and beyond the UN system in support of local and national authorities. DDR practitioners and others involved in developing and managing this support should recognize that community authorities may be the frontline responders who lay the foundation for peace and development. Innovative financing sources and partnerships should be sought, and funding partners should pay particular attention to increasing, restructuring and prioritizing the financing of reintegration support.In light of the above, reintegration support as part of sustaining peace should focus on: \\n The enhancement of capacities for peace. \\n The adoption of a clear definition of reintegration outcomes within the humanitarian- development-peace nexus, recognizing the strong interconnectedness between and among the three pillars. \\n Efforts to actively break out of institutional silos, eliminating fragmentation and contributing to a comprehensive, coordinated and coherent DDR process. \\n The application of a gender lens to all reintegration support. The rationale is that men and women, boys and girls, have differentiated needs, aspirations, capacities and contributions. \\n The importance of strengthening resilience during reintegration support. Individuals, communities, countries and regions lay the foundations for resilience to stresses and shocks associated with insecure environments through the development of local and national development plans, including national action plans on UN Security Council Resolution 1325. \\n The consistent implementation of monitoring and evaluation across all phases of the peace continuum with a focus on cross-sectoral approaches that emphasize collective programming outcomes. \\n The development of innovative partnerships to achieve reintegration as part of sustaining peace, based on whole-of-government and whole-of-society approaches, involving ex-combatants, persons formerly associated with armed forces and groups and their families, as well as receiving communities. \\n The engagement of the private sector in the creation of economic opportunities, fostering capacities of local small and medium-sized enterprises, as well as involving international private- sector investment in reintegration opportunities, where appropriate.For reintegration programmes to play their role in sustaining peace effectively, DDR practitioners and others involved in the planning and implementation of reintegration support should ensure that they: \\n Have a shared understanding of the drivers of a specific conflict, as well as the risks faced by individuals who are reintegrating and their receiving communities and countries; \\n Conduct joint analysis and monitoring and evaluation allowing for the development of strategic approaches that can strengthen peace and resilience; \\n Align with the women, peace and security agenda, ensuring that gender considerations are front and centre in reintegration support; \\n Have a shared understanding of the importance of youth in all efforts towards peace and security; \\\n Foster collective ownership by local authorities and other stakeholders that is anchored in local and national development plans \u2013 the international community shall play a supporting role and avoid creating parallel structures; \\n Create the long-term partnerships necessary for sustaining peace through the development of local institutional capacity, adaptive programming that is responsive to the context, and adequate human and financial resources.Additionally, as part of the conflict prevention and peacebuilding agenda, reintegration processes should be linked more deliberately with development programming. For instance, the 2030 Agenda for Sustainable Development provides a universal, multi-stakeholder, multi-sector set of goals adopted by all UN Member States in 2015. The Agenda includes 17 sustainable development goals (SDGs) covering poverty, food security, education, health care, justice and peace for which strategies, policies and plans should be developed at the national level and against which progress should be measured. The human and economic cost of armed conflict globally requires all stakeholders to work collaboratively in supporting Member States to achieve the SDGs; with all those concerned with development providing support to prevention agendas through targeted and sustained engagement at the national and regional levels.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 13, - "Heading1": "4. Reintegration as part of sustaining peace", - "Heading2": "4.1 The Sustaining Peace Approach", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Efforts to actively break out of institutional silos, eliminating fragmentation and contributing to a comprehensive, coordinated and coherent DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1268, - "Score": 0.308607, - "Index": 1268, - "Paragraph": "Participation in peacetime politics may be a key demand of groups, and the opportu- nity to do so may be used as an incentive for them to enter into a peace agreement. If armed groups, armed forces or wartime Governments are to become part of the political process, they should transform themselves into entities able to operate in a transitional political administration or an electoral system.Leaders may be reluctant to give up their command and therefore lose their political base before they are able to make the shift to a political party that can re- ab- sorb this constituency. At the same time, they may be unwilling to give up their wartime structures until they are sure that the political provisions of an agreement will be implemented.DDR processes should consider the parties\u2019 political motivations. Doing so can reassure armed groups that they can retain the ability to pursue their political agen- das through peaceful means and that they can therefore safely disband their military structures.The post-conflict demilitarization of politics and institutions goes beyond DDR practitioners\u2019 mandates, yet DDR processes should not ignore the political aspirations of armed groups and their members. Such aspirations may include participating in political life by being able to vote, being a member of a political party that represents their ideas and aims, or running for office.For some armed groups, participation in politics may involve transformation into a political party, a merger or alignment with an existing party, or the candidacy of former members in elections.The transformation of an armed group into a political party may appear to be incompatible with the aim of disbanding military structures and breaking their chains of command and control because a political party may seek to build upon wartime com- mand structures. Practitioners and political leaders need to consider the effects of a DDR process that seeks to disband and break the structures of an armed group that aims to become a political party. Attention should be paid as to whether the planned DDR pro- cess could help or hinder this transformation and whether this could support or undermine the wider peace process. DDR processes may need to be adapted accordingly.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.1 The political aspirations of armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes may need to be adapted accordingly.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1670, - "Score": 0.302372, - "Index": 1670, - "Paragraph": "Ensuring national and local ownership is crucial to the success of integrated DDR. National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members. Even when receiving financial and technical assistance from partners, it is the responsibility of national Governments to ensure coordination between government ministries and local government, between Government and national civil society, and between Government and external partners.In contexts where national capacity is weak, a Government exerts national ownership by building the capacity of its national institutions, by contributing to the integrated DDR process and by creating links to other peacebuilding and development initiatives. This is particularly important in the case of reintegration support, as measures should be designed as part of national development and recovery efforts.National and local capacity must be systematically developed, as follows: \\n Creating national and local institutional capacity: A primary role of the UN is to supply technical assistance, training and financial support to national authorities to establish credible, capable, representative and sustainable national institutions and programmes. Such assistance should be based on an assessment and understanding of the particular context and the type of DDR activities to be implemented, including commitments to gender equality. \\n Finding implementing partners: Besides national institutions, civil society is a key partner in DDR. The technical capacity and expertise of civil society groups will often need to be strengthened, particularly when conflict has diminished human and financial resources. Particular attention should be paid to supporting the capacity development of women\u2019s civil society groups to ensure equal participation as partners in DDR. Doing so will help to create a sustainable environment for DDR and to ensure its long-term success. \\n Employing local communities and authorities: Local communities and authorities play an important role in ensuring the sustainability of DDR, particularly in support of reintegration and the implementation of DDR-related tools. Therefore, their capacities for strategic planning and programme and/or financial management must be strengthened. Local authorities and populations, ex-combatants and their dependents/families, and women and girls formerly associated with armed forces and groups shall all be involved in the planning, implementation and monitoring of integrated DDR processes. This is to ensure that the needs of both individuals and the community are addressed. Increased local ownership builds support for reintegration and reconciliation efforts and supports other local peacebuilding and recovery processes.As the above list shows, national ownership involves more than just central government leadership: it includes the participation of a broad range of State and non-State actors at national, provincial and local levels. Within the IDDRS framework, the UN supports the development of a national DDR strategy, not only by representatives of the various parties to the conflict, but also by civil society; and it encourages the active participation of affected communities and groups, particularly those formerly marginalized in DDR and post-conflict reconstruction processes, such as representatives of women\u2019s groups, children\u2019s advocates, people from minority communities, and persons with disabilities and chronic illness.In supporting national institutions, the UN, along with key international and regional actors, can help to ensure broad national ownership, adherence to international principles, credibility, transparency and accountability (see IDDRS 3.30 on National Institutions for DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 24, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.7. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1032, - "Score": 0.2965, - "Index": 1032, - "Paragraph": "The Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities was established pursuant to Resolution 1267 (1999), 1989 (2011) and 2253 (2015). It is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. In addition, the Security Council may list individuals or groups for other reasons26 and impose sanctions on them. These individuals or groups may also be described as \u2018terrorist groups\u2019 in separate Council resolutions.27In this regard, a specific set of issues arises vis-\u00e0-vis engaging groups or individuals in a DDR process when the group(s) or individual(s) are (a) listed as a terrorist group, individual or organization by the Security Council (either via the Da\u2019esh-Al Qaida Committee or another relevant Committee); and/or (b) listed as a terrorist group, individual or organization by a Member State for that Member State, by way of domestic legislation.DDR practitioners should be aware that donor states may also designate groups as terrorists through such \u2018national listings\u2019.Moreover, as a consequence of Security Council, regional or national listings, donor states in particular may have constraints placed upon them as a result of their national legislation that could impact what support (financial or otherwise) they can provide.Specific guiding principles \\n DDR practitioners should be aware of whether or not a group, entity or individual has been listed by the Security Council Committee pursuant to resolutions 1267 (1999), 1989 (2011) and 2253 (2015) and should consult their legal adviser on the implications this may have for planning or implementation of DDR processes. \\n DDR practitioners should be aware of whether or not a group, entity or individual has been designated a terrorist organization or individual by a regional organization or Member State (including the host State or donor country) and should consult their legal adviser on the implications this may have on the planning and implementation of DDR processes. \\n DDR practitioners should consult with their legal adviser upon applicable host State national legislation targeting the provision of support to listed terrorist groups, including its possible criminalization.Red line \\n Groups or individuals listed by the Security Council, as well as perpetrators or suspected perpetrators of terrorist acts cannot be participants in DDR programmes. However, in compliance with relevant international standards and within the proper framework, support may be provided by DDR practitioners, using DDR-related tools, to persons associated to Security Council\u2013designated terrorist organizations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 17, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.6 International counter-terrorism framework", - "Heading4": "ii. Sanctions relating to terrorism, including from Security Council committees ", - "Sentence": "However, in compliance with relevant international standards and within the proper framework, support may be provided by DDR practitioners, using DDR-related tools, to persons associated to Security Council\u2013designated terrorist organizations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1872, - "Score": 0.278639, - "Index": 1872, - "Paragraph": "Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. DDR programmes are often \u2018collective\u2019 in that they address groups of combatants and persons associated with armed forces and groups through a formal and controlled programme, often as part of the implementation of a CPA.Increasingly, the UN is called upon to address security challenges that arise from situations where comprehensive political settlements are lacking and the preconditions for DDR programmes are not present. When conflict is ongoing, exit from armed groups is often individual and can take different forms. Those who are captured or who voluntarily leave armed groups will likely fall under the custody of authorities, such as the regular armed forces or law enforcement officials. In some contexts, however, those leaving armed groups may find their way back into communities without falling into the custody of authorities. This is often the case for female ex-combatants and women formerly associated with armed forces and groups who escape \u2018invisibly\u2019 and who may be difficult to identify and reach for support. Community-based reintegration programmes aiming to support these groupsshould be based on credible information, verified through an agreed-upon mechanism that includes key actors. Local peace and development committees may play an important role in prioritizing and identifying these women.In addition, in contexts where the preconditions for DDR programmes are not in place, DDR-related tools such as community violence reduction (CVR) and transitional weapons and ammunition management (WAM) have been used along with support to mediation and transitional security measures (see IDDRS 2.20 on The Politics of DDR, IDDRS 2.30 on Community Violence Reduction and IDDRS 4.11 on Transitional Weapons and Ammunition Management). Where appropriate, early elements of reintegration support can be part of CVR programming, such as different types of employment and livelihoods support, improvement of the capacities of vulnerable communities to absorb returning ex-combatants, and investments in public goods designed to strengthen the social cohesion of communities. Reintegration as part of the sustaining peace approach is not only an integral part of DDR programmes. It also follows security sector reform (SSR) where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups designated as terrorist organizations by the United Nations Security Council.The increased complexity of the political and socioeconomic settings in which most reintegration support is provided does not necessarily imply that the support provided must also become more complicated. DDR practitioners and others involved in planning, managing and funding the support programme should be knowledgeable about the context and its dynamics, but also be able to prioritize the critical elements of the response. In addition to prioritization, effective support requires reliable and dedicated funding for these priority activities. It may also be important to lower (often inflated) expectations, and be realistic, about what reintegration support can deliver.Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and all those involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to do no harm and, in fact, do good. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, which demand greater coordination among existing, and planned, programmes to avoid the possibility that they may negatively affect each other.Depending on the context and conflict analysis developed, DDR practitioners and others involved in the planning and implementation of reintegration support may determine that a potential unintended consequence of working with ex-combatants and persons formerly associated with armed forces and groups is the perceived injustice in supporting those who perpetrated violence when others affected by the conflict may feel they are inadequately supported. This should be avoided. One option is community-based approaches. Stigmatization related to programmes that prevent recruitment should also be avoided. Participants in these programmes could be seen as having the potential to become violent perpetrators, a stigma that could be particularly harmful to youth.In addition to programmed support, there are numerous non-programmatic factors that can have a major impact on whether or not reintegration is successful. Some of the key non-programmatic factors are: \\n Acceptance in the community/society; \\n The general security situation/perception of the security situation; \\n The economic environment and associated opportunities; \\n The availability of relevant basic and social services; \\n The protection of land rights and other property rights.In conflict settings these non-programmatic factors may be particularly fluid and difficult to both analyse and adapt to. The security situation may not allow for reintegration support to take place in all areas. The economy may also be severely affected by the ongoing conflict. Receiving communities may also be particularly reluctant to accept returning ex-combatants during ongoing conflict as they can, for example, constitute a security risk to the community. Influencing these non-programmatic factors requires a broad structural approach. Providing an enabling environment and facilitating access to opportunities outside the reintegration programme may be as important for reintegration processes as the reintegration support provided through the programme. In addition, in most instances it is important to establish practical linkages with existing employment creation programmes, business development services, psychosocial and mental health support referral systems, disability support networks and other relevant services. The implications of these non- programmatic factors could be different for men and women, especially in contexts where insecurity is high and the economy is depressed. Social networks and connections between different members and levels of society may provide these groups with the resilience and coping mechanisms necessary to navigate their reintegration process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 15, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes are often \u2018collective\u2019 in that they address groups of combatants and persons associated with armed forces and groups through a formal and controlled programme, often as part of the implementation of a CPA.Increasingly, the UN is called upon to address security challenges that arise from situations where comprehensive political settlements are lacking and the preconditions for DDR programmes are not present.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1953, - "Score": 0.276026, - "Index": 1953, - "Paragraph": "In the absence of a peace agreement, reintegration support during ongoing conflict may follow amnesty or other legal processes. An amnesty act or special justice law is usually adopted to encourage combatants to lay down weapons and report to authorities; if they do so they usually receive pardon for having joined armed groups or, in the case of common crimes, reduced sentences.These provisions may also encourage dialogue with armed groups, promote return to communities and support reconciliation through transitional justice and reparations at the community level. Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization). To ensure that amnesty processes are successful, they should include reintegration support to those reporting to the \u2018Amnesty Commission\u2019 and/or relevant authorities.Additional Protocol II to the Geneva Conventions encourages States to grant amnesties for mere participation in hostilities as a means of encouraging armed groups to comply with international humanitarian law. It recognizes that amnesties may also help to facilitate peace negotiations or enable a process of reconciliation. However, amnesties should not be granted for war crimes, genocide, crimes against humanity and gross violations of human rights (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on DDR and Transitional Justice).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.4 Amnesty and other special justice measures during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "However, amnesties should not be granted for war crimes, genocide, crimes against humanity and gross violations of human rights (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1613, - "Score": 0.267261, - "Index": 1613, - "Paragraph": "All UN DDR programmes, DDR-related tools, and reintegration support shall be voluntary, people-centred, gender-responsive and inclusive, conflict sensitive, context specific, flexible, accountable and transparent, nationally and locally owned, regionally supported, integrated and well planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All UN DDR programmes, DDR-related tools, and reintegration support shall be voluntary, people-centred, gender-responsive and inclusive, conflict sensitive, context specific, flexible, accountable and transparent, nationally and locally owned, regionally supported, integrated and well planned.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1508, - "Score": 0.255551, - "Index": 1508, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1184, - "Score": 0.251976, - "Index": 1184, - "Paragraph": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required. In mission settings, such analyses are undertaken by UN peace operations, special political missions or offices. In non-mission settings, contextual analysis forms an integral part of the United Nations Sustainable Development Cooperation Framework (UNSDCF) process.In both mission and non-mission settings, the analysis of the political dynamics of a DDR process forms just one part of a broader situational analysis. It may therefore be linked to conflict and development analysis (CDA) or other analysis that is requested/ mandatory in the UN system. The sections immediately below focus only on the contex- tual analysis of the political dynamics of DDR processes. This type of analysis should examine the following factors:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "", - "Heading4": "", - "Sentence": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1298, - "Score": 0.251976, - "Index": 1298, - "Paragraph": "DDR processes are often preceded by a period of negotiation and the establishment of a peace agreement.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are often preceded by a period of negotiation and the establishment of a peace agreement.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1336, - "Score": 0.251976, - "Index": 1336, - "Paragraph": "DDR processes often contend with a lack of trust between the signatories to peace agreements. Previous experience with DDR programmes indicates two common delay tactics: the inflation of numbers of fighters to increase a party\u2019s importance and weight in the peace negotiations, and the withholding of combatants and arms until there is greater trust in the peace process. Some peace agreements have linked progress in DDR to progress in the political track so as to overcome fears that, once disarmed, the movement will lose influence and its political claims may not be fully met.Confidence-building measures (CBMs) are often used to reduce or eliminate the causes of mistrust and tensions during negotiations or to reinforce confidence where it already exists. Certain DDR activities and related tools can also be considered CBMs and could be instituted in support of peace negotiations. For example, CVR programmes can also be used as a means to de-escalate violence during a preliminary ceasefire and to build confidence before the signature of a CPA and the launch of a DDR programme (see also IDDRS 2.30 on Community Violence Reduction). Furthermore, pre-DDR may be used to try to reduce tensions on the ground while negotiations are ongoing.Pre-DDR and CVR can provide combatants with alternatives to waging war at a time when negotiating parties may be cut off or prohibited from accessing their usual funding sources (e.g., if a preliminary agreement forbids their participation in resource exploitation, taxation or other income-generating activities). However, in the absence of a CPA, prolonged CVR and pre-DDR can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 17, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.4 DDR support to confidence-building measures .", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes often contend with a lack of trust between the signatories to peace agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1001, - "Score": 0.250313, - "Index": 1001, - "Paragraph": "In general, it is the duty of every State to exercise its criminal jurisdiction over those responsible for international crimes.DDR practitioners should be aware of local and international mechanisms for achieving justice and accountability for international crimes. These include any judicial or non-judicial mechanisms that may be established with respect to international crimes committed in the host State. These can take various forms, depending on the specificities of local context.National courts usually have jurisdiction over all crimes committed within the State\u2019s territory, even when there are international criminal accountability mechanisms with complementary or concurrent jurisdiction over the same crimes.In terms of international criminal law, the Rome Statute of the International Criminal Court (ICC) establishes individual and command responsibility under international law for (1) genocide;8 (2) crimes against humanity, which include, inter alia, murder, enslavement, deportation or forcible transfer of population, imprisonment, torture, rape, sexual slavery, enforced prostitution, forced pregnancy, enforced sterilization or \u201cany other form of sexual violence of comparable gravity\u201d, when committed as part of a widespread or systematic attack against the civilian population;9 (3) war crimes, which similarly include sexual violence;10 and (4) the crime of aggression.11 The law governing international crimes is also developed further by other sources of international law (e.g., treaties12 and customary international law13 ).Separately, there have been a number of international criminal tribunals14 and \u2018hybrid\u2019 international tribunals15 addressing crimes committed in specific situations. These tribunals have contributed to the extensive development of substantive and procedural international criminal law.Recently, there have also been a number of initiatives to provide degrees of international support to domestic courts or tribunals that are established in States to try international law crimes.16 Various other transitional justice initiatives may also apply, depending on the context.The UN opposes the application of the death penalty, including with respect to persons convicted of international crimes. The UN also discourages the extradition or deportation of a person where there is genuine risk that the death penalty may be imposed unless credible and reliable assurances are obtained that the death penalty will not be sought or imposed and, if imposed, will not be carried out but commuted. The UN\u2019s own criminal tribunals, UN-assisted criminal tribunals and the ICC are not empowered to impose capital punishment on any convicted person, regardless of the seriousness of the crime(s) of which he or she has been convicted. UN investigative mechanisms mandated to share information with national courts and tribunals should only do so with jurisdictions that respect international human rights law and standards, including the right to a fair trial, and shall only do so for use in criminal proceedings in which capital punishment will not be sought, imposed or carried out.Accountability mechanisms, together with DDR processes, form part of the toolkit for advancing peace processes. However, there is often tension, whether real or perceived, between peace, on the one hand, and justice and accountability, on the other. A prominent example is the issuance of amnesties or assurances of non-prosecution in exchange for participation in DDR processes, which could hinder the achievement of justice-related aims.It is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.20 on DDR and Transitional Justice). With regard to the issue of terrorist offences, see section 4.2.6.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 12, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.4 Accountability mechanisms at the national and international levels", - "Heading4": "", - "Sentence": "A prominent example is the issuance of amnesties or assurances of non-prosecution in exchange for participation in DDR processes, which could hinder the achievement of justice-related aims.It is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1073, - "Score": 0.239046, - "Index": 1073, - "Paragraph": "Under the Charter, the Organization enjoys \u201cin the territory of each of its Members such privileges and immunities as are necessary for the fulfilment of its purposes\u201d. Similarly, UN officials \u201cenjoy such privileges as are necessary for the independent exercise of their functions in connexion with the Organization\u201d.29 These Charter provisions have been implemented in a detailed manner by the Convention on the Privileges and Immunities of the United Nations (the \u2018General Convention\u2019). The privileges and immunities of the specialized agencies are separately set out in the Convention on the Privileges and Immunities of the Specialized Agencies (\u2018Specialized Agencies Convention\u2019).Furthermore, privileges and immunities of the UN and its personnel may be incorporated in mission-specific Status-of-Forces Agreements (SOFAs) and Status-of-Mission Agreements (SOMAs), Standard Basic Assistance Agreements (SBAAs), host country agreements and other similar agreements concluded between the Organization and host States to allow for the secure and effective implementation of mandated activities. It is thus essential for each DDR practitioner to refer to the relevant agreement to determine the privileges and immunities of any relevant UN system actor, as well as its personnel.As regards military personnel of national contingents assigned to a UN peace-keeping operation\u2019s military component, the SOFA addresses the legal status and obligations of the military component in the host country, including with respect to privileges and immunities and criminal jurisdiction. Unlike other categories of UN personnel, military members of military contingents are subject to the exclusive jurisdiction of their sending States in respect of any criminal offences they may commit in the host country.Under the SOFA or SOMA, the UN peacekeeping operation or mission, as well as its members, shall respect all local laws and regulations. Similarly, under the model host country agreement for the establishment of an office, it is the duty of all persons enjoying the privileges and immunities accorded by the agreement to respect the laws and regulations of the host country.Specifically, the General Convention provides certain privileges and immunities to the UN, as well as its officials, for the fulfilment of the Organization\u2019s purposes and to allow its personnel to conduct their official duties without interference. The Specialized Agencies Convention similarly provides for specialized agencies and their personnel.With the exception of certain high-ranking officials, who enjoy privileges and immunities similar to those accorded to diplomatic envoys by international law, UN officials and experts on mission, as well as officials of specialized agencies, enjoy immunity from legal process in the host State only in respect of official functions (\u2018functional immunity\u2019). This means that they are immune from legal proceedings only with respect to acts done in their official capacity. They do not enjoy immunity in respect of private acts.Immunity is granted to UN and specialized agencies personnel in the interests of their organization and not for the personal benefit of the individuals concerned. The Secretary-General has the right and the duty to waive the immunity of any UN personnel where, in the opinion of the Secretary-General, the immunity would impede the course of justice and can be waived without prejudice to the interests of the UN.30 Each specialized agency shall have the right and the duty to waive the immunity of their officials on the same grounds.31The General Convention and the Specialized Agencies Convention also provide that the premises of the UN and the specialized agencies are inviolable, and that the property, assets and archives of the UN and the specialized agencies, wherever located and by whomsoever held, shall be immune from search, requisition, confiscation, expropriation and any other form of interference, whether by executive, administrative, judicial or legislative action. The archives of the UN and the specialized agencies, and in general all documents belonging to it or held by it, shall be inviolable wherever located.Any request for the production or disclosure of UN documents that are not in the public domain should be by way of an official request from the Member State Government to the UN. The sharing of information is regulated by the Secretary-General\u2019s bulletin on information sensitivity, classification, and handling (ST/SGB/2007/6). Pursuant to this bulletin, documents that are responsive to a request shall be reviewed to verify that they do not contain any sensitive information. \u2018Sensitive\u2019 information means: \\n Information received from third parties under an expectation of confidentiality; \\n Information whose disclosure would endanger the safety or security of any individual; \\n Information whose disclosure would violate any individual\u2019s rights or invade his or her privacy; \\n Information whose disclosure is likely to endanger the security of a Member State; \\n Information whose disclosure would prejudice the security or proper conduct of any operation or activity of the UN; \\n Information covered by legal privilege or relating to internal investigations; \\n Information whose disclosure would undermine the Organization\u2019s free and independent decision-making process; \\n Commercial information whose disclosure would harm either the financial interests of the UN or those of other parties involved; or \\n Other kinds of information, which because of their content or the circumstances of their creation or communication shall be deemed confidential.Documents that contain sensitive information should be redacted to prevent the disclosure of their information or, when this is not practically possible, not disclosed.In accordance with the applicable legal framework, the UN is required to cooperate, at all times, with the appropriate authorities of host States to facilitate the proper administration of justice, secure the observance of police regulations and prevent the occurrence of any abuse in connection with the privileges, immunities and facilities.32In the event of uncertainty with respect to privileges and immunities or individuals, all queries should be directed to the relevant legal adviser of the mission or field presence, who may then refer the matter to the Legal Counsel. For specialized agencies, all queries should be directed to the legal adviser of the specialized agency.Specific guiding principles \\n DDR practitioners should seek legal advice from the relevant legal adviser of the mission or field presence if there are requests for the production or disclosure of documents or information produced by or in the possession of the UN. \\n DDR practitioners should seek legal advice if asked to provide testimony or participate in an interview or interrogation by national authorities.Red lines \\n DDR practitioners shall not produce or disclose any documents or information produced by or in the possession of the UN that are not in the public domain without first seeking legal advice. \\n DDR practitioners shall not provide testimony to or participate in any interview or interrogation by the State authorities without first seeking legal advice and receiving authorization to do so (which may require a waiver of immunity", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 21, - "Heading1": "4. General guiding principles", - "Heading2": "4.5 Status, privileges and immunities", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n DDR practitioners should seek legal advice if asked to provide testimony or participate in an interview or interrogation by national authorities.Red lines \\n DDR practitioners shall not produce or disclose any documents or information produced by or in the possession of the UN that are not in the public domain without first seeking legal advice.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1361, - "Score": 0.239046, - "Index": 1361, - "Paragraph": "DDR programmes are usually considered to be part of the CPA\u2019s provisions on final security arrangements. These seek to address the final status of signatories to the CPA through DDR, SSR, restructuring of security governance institutions and other related reforms.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.2 Final security arrangements", - "Heading4": "", - "Sentence": "DDR programmes are usually considered to be part of the CPA\u2019s provisions on final security arrangements.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1380, - "Score": 0.239046, - "Index": 1380, - "Paragraph": "The handover of weapons from one party to another (e.g., from an armed group to a Government) may be inappropriate, as it could be viewed as one side surrendering to the other (see also IDDRS 4.10 on Disarmament). To address this issue, DDR practitioners can consider: \\n The handover of weapons to a neutral third party. \\n The design of disarmament sites, as well as who is present there. The design should seek to minimize negative perceptions linked to the handover of weapons. This may also mean that the sites are under the control of a neutral party.Demobilizing selected elements (e.g., war wounded, veterans, child soldiers) from an armed force or group can be a strong signal of the movement\u2019s willingness to move forward with peace while allowing the bulk of their forces to remain intact until political goals or benchmarks have been met. This can be a controversial approach, as in some cases it can allow warring parties to get rid of members who are less combat capable, thus leaving them with smaller but more effective forces.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.1 Political optics", - "Heading4": "", - "Sentence": "To address this issue, DDR practitioners can consider: \\n The handover of weapons to a neutral third party.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 708, - "Score": 0.227921, - "Index": 708, - "Paragraph": "In both mission and non-mission settings, CVR programmes should be based on a clear, predictable and agile CVR strategy. The strategy shall clearly specify core goals, targets, indicators, and the theory of change and overall rationale for CVR. The strate- gic plan should spell out the division of labour, rules and responsibilities of partners, and their performance targets.CVR programmes are not static and, when political and security dynamics change, shall be regularly adjusted to reflect the new set of circumstances. All updates should be informed by comprehensive conflict and security analysis, consultations with national and international counterparts, and internal mission and United Nations Country Team (UNCT) priorities. Changes in CVR programmes should also ensure that revised tar- gets meet basic results-based practices, are aligned within budgetary constraints, and are informed by high-quality data collection and monitoring systems.While CVR shall be a short-to-medium-term measure, longer-range planning is essential to ensure linkages with broader security, rights-related, gender and develop- ment priorities. These future-looking priorities \u2013 together with potential and actual bridges to relevant UN and non-UN agencies \u2013 should be clearly articulated in the CVR strategy. CVR programme and project documents should highlight partnerships to facilitate sus- tainability. The longer-term potential of CVR should also be noted in the mandate of the National DDR Commission (if one exists) or an equivalent body as well as relevant in- ternational and national development frameworks. Preparing for the end of CVR early on \u2013 and including national government and international donor representatives in the planning process \u2013 is essential for a smooth and sustainable exit strategy.Strategically embedding CVR in national and subnational development frame- works may also generate positive effects. While CVR is not a development activity, in- tegrating CVR into a UN Sustainable Development Cooperation Framework (UNSDCF) and/or national development strategy can provide stronger impetus for coordinated and ad- equately resourced activities. DDR practitioners should therefore be exposed to national, regional and municipal development strategies and pri- orities. At the subnational level, selected CVR projects should be strongly aligned with state, municipal and neighbourhood development pri- orities where possible. Representation of line ministries, secretaries and departments in relevant planning and coordination bodies is strongly encouraged.A number of different coordination mechanisms may guide CVR project selection, implementation, and monitoring and evaluation. Two possible mechanisms are high- lighted below. However, if alternate representative institutions already exist (such as village development committees), then they could be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.Two commonly utilized CVR coordination mechanisms are: \\n Project Selection Committees (PSCs): Community-based PSCs are established in selected areas, include a representative sample of stakeholders, and are responsi- ble for selecting projects that are vetted by the PAC/PRC (see below). All project selection shall comply with gender quotas of a minimum of 30% of projects bene- fitting women, and women\u2019s involvement in 30% of leadership and management positions. \\n A Project Approval/Review Committee (PAC/PRC): A PAC/PRC sets the over- all strategic direction for CVR and vets and approves projects selected by PSCs. The PAC/PRC should exhibit a high degree of clarity on its roles and functions. Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration. The PAC/PRC may request changes to project proposals or ask for additional information to be provided. The PAC/PRC shall ensure all proposals comply with gender quotas.When the two aforementioned coordination mechanisms exist, individual CVR projects will typically be developed by the PSC, reviewed by the PAC/PRC, and then sent back to the PSC for revision and sign-off. PSCs should also proactively ensure alignment between project activities and (actual or planned) regional and municipal plans and priorities. While a short-to-medium-term focus is paramount, CVR projects that directly and indirectly stimulate development dividends (alongside violence reduc- tion) should be favourably considered.PSCs (or equivalent bodies) may conduct a number of different tasks: identifying prospective partners, developing projects, communicating tender processes, vetting project submissions, monitoring beneficiary performance and quality controls, and trouble-shooting problems as and when they arise. PSCs are typically composed of local community members and local leaders and should ensure representation of minority groups, women and youth. Subnational government, private-sector and civil society representatives may also be included, as may representatives of armed groups. PSCs should meet on a regular prescribed basis and serve as the primary interlocutor with the UN mission (mission settings) or UNCT (non-mission settings), and where relevant (such as in refugee settings) the Humanitarian Country Team (HCT). Representatives of DDR/CVR sections (in mission settings) and of the UNCT (in non-mission settings), should, where practical and appropriate, participate in the PSC.PAC/PRCs (or equivalent bodies) are often responsible for reviewing and approv- ing CVR project submissions, and for asking for changes/further information from the PSC when necessary. PAC/PRCs may be composed of senior representatives from the DSRSG (in mission settings) or senior representatives of the UNCT (in non-mission set- tings), alongside government officials and other representatives from relevant UN en- tities.These two aforementioned coordination entities are intended to properly vet pro- ject partners and ensure a high degree of quality control in project execution. In all cases, Standard Operating Procedures (SOPs) shall be developed to help clarify overall goals, structure and approaches for CVR, particularly the nature of PAC/PRCs, PSCs, target groups and criteria for projects. These SOPs shall be regularly adapted and up- dated in line with realities on the ground and the priorities of the mission or the UNCT in non-mission settings.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 15, - "Heading1": "6. CVR programming", - "Heading2": "6.1 CVR strategy and coordination mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should therefore be exposed to national, regional and municipal development strategies and pri- orities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 830, - "Score": 0.227921, - "Index": 830, - "Paragraph": "DDR practitioners should design a robust communications and sensitization plan to reach prospective and actual beneficiaries. The plan should be informed by the baseline assessment (see section 6.3) and by an assessment of how people take up information and what outlets and means are considered most legitimate. These assessments should be adjusted as conditions change on the ground. Outreach can be facilitated by UN rep- resentatives, implementing partners, PSCs (or equivalent entities) and project benefi- ciaries themselves. Public information and sensitization campaigns shall explain CVR objectives, project selection criteria and the timelines involved. The goal is to strengthen the self-selection of prospective participants while also shaping the expectations of in- dividuals and communities. All communications, education and outreach campaigns and activities should be gender-responsive so as to reach women and girls and men and boys. Communications should also be gender-transformative and inclusive. This entails having a balance of voices and visual representations of men, women, boys, girls, minorities and other vulnerable groups, and their active involvement in leader- ship and implementation of outreach and education activities.The communications plan for a CVR programme should have clearly identified objectives, core stakeholder groups and expected results. Such plans can be delivered through television, radio, print outlets, social media, direct SMS outreach and other platforms. Ensuring a minimum level of transparency in CVR measures is critical in order to manage stakeholder expectations, be they government counterparts, international and national partners, or beneficiaries. CVR communications activities in mission and non-mission settings should be aligned to wider UN security, stability and devel- opment priorities.The communications plan can be administered in mission and country office settings through, where appropriate, a public sensitization and outreach (PSO) unit or equivalent body. All plans shall be clear about the intended primary and intermediate audiences, the languages being used, the underlying behavioural shifts that are expected (theory of change), the particular approaches to addressing the needs of women and girls as well as the protection of children, the most appropriate methods and modes for delivering sensitization material, the training measures for staff and communicators, and the expected indicators to track outputs and outcomes. Communications strate- gies should support positive gender norms and the positive roles played by men and women.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 25, - "Heading1": "6. CVR programming", - "Heading2": "6.8 Communication", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should design a robust communications and sensitization plan to reach prospective and actual beneficiaries.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1790, - "Score": 0.227921, - "Index": 1790, - "Paragraph": "Planning for the effective and sustainable reintegration of ex-combatants and persons formerly associated with armed forces and groups shall be based, among other aspects, on a comprehensive understanding of the local context. In settings where there is no ceasefire and/or peace agreement, the ex-combatant status of those who \u2018self-demobilize\u2019 may be unclear. Where feasible, DDR practitioners should work to clarify the status of ex-combatants through the establishment of a clear framework. However, where this is not feasible, the status of ex-combatants must still be analysed, at the programme level, in order to ensure that reintegration support is not provided to individuals who are active members of armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 9, - "Heading1": "3. Guiding principles", - "Heading2": "3.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "Where feasible, DDR practitioners should work to clarify the status of ex-combatants through the establishment of a clear framework.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 601, - "Score": 0.218218, - "Index": 601, - "Paragraph": "In all cases, CVR shall do no harm. When projects and implementing partners are not adequately monitored and evaluated, CVR support can be channeled to one group at the expense of others. Moreover, communities in resource scarce and inaccessible areas that are not included in CVR may resent being left out. Some population groups may feel legitimately abandoned and resort to crime and banditry. In some cases, this may result in increases in interpersonal violence in the home, including domestic and child abuse, or increases in sexual or gender-based violence. Communities that are included in CVR programmes may also have unrealistic expectations and cre- ate problems if they feel they are not ade- quately benefiting from them. CVR should have a whole of community and equity focus, as the privileging of some geographic areas for CVR over others may result in disputes. Negative perceptions of exclusion and potential additional grievances should be anticipated and accounted for in DDR practitioners\u2019 conflict assessments.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "Negative perceptions of exclusion and potential additional grievances should be anticipated and accounted for in DDR practitioners\u2019 conflict assessments.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 610, - "Score": 0.218218, - "Index": 610, - "Paragraph": "CVR programmes are ultimately the responsibility of local, national and subnational governments and non-government partners. Yet in many settings, public and civil soci- ety capacities may be exceedingly weak. Where possible and appropriate, CVR should aim to reinforce the legitimacy, credibility and capacity of state and non-governmental partners. While guided by violence reduction imperatives, implementing partners and projects should also be selected on the basis of promoting local and national ownership. Leadership is required from government entities including, as appropriate, a national DDR commission (if one exists) or equivalent entity. In cases where government delivery of CVR is not feasible, DDR practitioners should seek to foster institutional capacities and representation. The goal in all cases must be to strengthen, not replace, state and non-state capacities.Although typically short to medium term, CVR programmes shall be strongly aligned with national and community security priorities, based on needs assessment and tailored to local capacities. Defining what security means for a particular com- munity should be part of the initial first steps. CVR should allow for direct dialogue, technical engagement, implementation and outreach with a wide array of stakeholders from the national to the community level. By working directly with affected commu- nities and local governments, CVR can help lay the foundation for stabilization and allow for recovery and reconstruction. The sustainability of CVR projects during and after they are launched requires the formation of a strong partnership with public, pri- vate and non-governmental authorities. Strategies to embed state partners and private- sector and civil society groups in CVR project design, planning, implementation and monitoring are pathways to facilitate handovers.CVR is bottom-up in orientation and should devolve decision-making, project design, implementation, and monitoring and evaluation to the local level. While the strategic direction of CVR programmes should be set by government personnel with support from the UN, decisions related to project selection and execution, and monitor- ing and evaluation, should be delegated to PSCs and local project implementers. PSCs are typically composed of local community members and leaders and should ensure representation of minority groups, women and youth. Subnational government, pri- vate-sector and civil society representatives may also be included. If alternate institu- tions already exist (such as local peace and development committees), then they should be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.DDR practitioners should ensure that once selected, CVR projects are mediated, to the extent possible, by local counterparts \u2013 at the communal, county, municipal or neighbourhood level. CVR may build trust and confidence \u2013 and stimulate local eco- nomic activity \u2013 by recruiting implementing partners and engineering support locally. When drawing on local pools of talent and expertise, it is important to explore ways that CVR projects can continue after funding ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "In cases where government delivery of CVR is not feasible, DDR practitioners should seek to foster institutional capacities and representation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1770, - "Score": 0.218218, - "Index": 1770, - "Paragraph": "Efforts shall be made to ensure that serious violations of human rights and humanitarian law by ex- combatants and persons formerly associated with armed forces and groups are dealt with through appropriate national and international legal and/or transitional justice mechanisms (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on Transitional Justice and DDR). Mechanisms shall also be designed and included in reintegration programmes to prevent those who have committed violations of human rights from going unpunished. In addition, where appropriate, community-based reintegration programmes shall explore opportunities to contribute to reparations for victims.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 7, - "Heading1": "3. Guiding principles", - "Heading2": "3.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading3": "", - "Heading4": "", - "Sentence": "Efforts shall be made to ensure that serious violations of human rights and humanitarian law by ex- combatants and persons formerly associated with armed forces and groups are dealt with through appropriate national and international legal and/or transitional justice mechanisms (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on Transitional Justice and DDR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1805, - "Score": 0.21598, - "Index": 1805, - "Paragraph": "Reintegration support provided by the UN system shall be based on a partnership with the national authorities and other stakeholders. The primary responsibility for the reintegration strategy and policy, as well as the successful outcome of the programme, rests with national authorities and their local institutions. UN support to reintegration programmes shall include efforts to develop the capacities of receiving communities and local and national authorities.UN-supported DDR processes may take place when a recently established Government is still finding a political balance between (remnants of) the previously combating parties, which could include members of the Government itself (see IDDRS 2.20 on The Politics of DDR). The national institutions in charge of reintegration support may operate in a fluid political environment, which may include regular changes in institutional set-up and personnel. In these settings, international actors shall not act as substitutes for national authorities in programme management and implementation, but rather, shall put forth all efforts to strengthen those national institutions that are managing reintegration support.The success of reintegration programmes depends on the combined efforts of individuals, families and supporting communities to identify and work towards their own solutions. Reintegration should be led and implemented by community members themselves \u2013 with support from external actors where needed. The community-based approach begins with community sensitization during the earliest phases of the reintegration programme, to gain community inputs and consider the dynamics of the conflict. To the extent possible, all reintegration support should be linked to existing social services and protection networks, while bolstering the capacities of existing systems.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 10, - "Heading1": "3. Guiding principles", - "Heading2": "3.8 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "UN support to reintegration programmes shall include efforts to develop the capacities of receiving communities and local and national authorities.UN-supported DDR processes may take place when a recently established Government is still finding a political balance between (remnants of) the previously combating parties, which could include members of the Government itself (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 858, - "Score": 0.209657, - "Index": 858, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\na) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\nb) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\nc) \u2018may\u2019 is used to indicate a possible method or course of action; \\nd) \u2018can\u2019 is used to indicate a possibility and capability; \\ne) \u2018must\u2019 is used to indicate an external constraint or obligation.This Module does not adopt the terminology of \u2018must\u2019. For the purposes of this Module, the word \u2018shall\u2019 is used to indicate an obligation, arising from a variety of sources1 , which has to be complied with by the DDR practitioner.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For the purposes of this Module, the word \u2018shall\u2019 is used to indicate an obligation, arising from a variety of sources1 , which has to be complied with by the DDR practitioner.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 919, - "Score": 0.209657, - "Index": 919, - "Paragraph": "DDR processes are also undertaken within the context of a broader international legal framework of rights and obligations that may be relevant to their implementation. This includes, in particular, international humanitarian law, international human rights law, international criminal law, international refugee law, and the international counter-terrorism and arms control frameworks. For the purpose of this module, this international legal framework is referred to as the \u2018normative legal framework\u2019. UN-supported DDR processes should be implemented so as to ensure that the relevant rights and obligations under that normative legal framework are respected.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 6, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "", - "Heading4": "", - "Sentence": "UN-supported DDR processes should be implemented so as to ensure that the relevant rights and obligations under that normative legal framework are respected.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1825, - "Score": 0.209657, - "Index": 1825, - "Paragraph": "Planning should consider that the reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process, in some contexts taking several years to be successfully and sustainably completed with family support at the community level. A well-planned reintegration programme shall be based on a comprehensive understanding of the type of armed force and/or group(s) to which the individual belonged, the duration of his or her membership with the armed force and/or armed group(s), as well as the local context and community dynamics. Furthermore, a well-planned reintegration programme requires clear agreement among all stakeholders on the objectives and results of the programme, the establishment of realistic time frames, clear budgetary requirements and human resource needs, and a clearly defined exit strategy.Planning shall be based on existing assessments that include conflict and development analyses, gender analyses, early recovery and/or post-conflict needs assessments, and reintegration-specific assessments. Those involved in the design and negotiation of reintegration support with Government and other relevant stakeholders shall ensure that a results-based monitoring and evaluation framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.A well-planned reintegration programme shall assess and respond to the needs of its participants and beneficiaries through gender-specific planning. Planning shall be done in close collaboration with related programmes and initiatives. Although long-term planning is required, it shall still allow for a degree of flexibility (see section 3.6). Those involved in planning for reintegration support shall work in an integrated manner with those planning disarmament and demobilization in order to ensure smooth transitions. DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 11, - "Heading1": "3. Guiding principles", - "Heading2": "3.11 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1190, - "Score": 0.202031, - "Index": 1190, - "Paragraph": "Understanding the political dynamics that influence DDR processes requires knowl- edge of the historical and political context. A summary of relevant factors to consider can be found in Table 1 below.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 5, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.1. The political and historical context", - "Heading4": "", - "Sentence": "Understanding the political dynamics that influence DDR processes requires knowl- edge of the historical and political context.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 687, - "Score": 0.200446, - "Index": 687, - "Paragraph": "CVR may involve activities related to collecting, managing and/or destroying weapons and ammunition. Arms control initiatives and potential CVR arms-related eligibility criteria should be in line with the disarmament component of the DDR programme (if there is one), as well as other arms control initiatives running in the country (see IDDRS 4.10 on Disarmament and 4.11 on Transitional Weapons and Ammunition Management).While not a disarmament program per se, CVR may include measures to pro- mote community or locally led weapons collection and management initiatives, to sup- port national weapons amnesties, and to collect, store and destroy small arms, light weapons, other conventional arms, ammunition and explosives. The collection and destruction of weapons may play an important symbolic and catalytic role in war-torn communities. Although the return of a weapon is not typically a condition of partic- ipation in CVR, voluntary returns may demonstrate the willingness of beneficiaries to engage. Moreover, the removal and/or safe storage of weapons from individuals\u2019 or armed groups\u2019 inventories may help reduce open carrying and home possession of weaponry \u2013 factors that can contribute to violent exchanges and unintentional injuries. Even when weapons are not handed over as part of a CVR programme, it is beneficial to collect information on the weapons still in possession of those participating in CVR. This is because weapons in circulation will continue to represent a risk factor and have the potential to facilitate violence. Expectations should be kept realistic: in settings marked by high levels of insecurity, it is unlikely that voluntary surrenders or amnesties of weapons will meaningfully reduce overall accessibility.DDR practitioners may, in consultation with relevant partners, propose conditions for the submission of weapons as part of a CVR programme. In some instances, modern and artisanal weapons and ammunition have been collected as part of CVR programmes and have later been destroyed in public ceremonies. Weapons and ammunition col- lected as part of CVR programmes should be destroyed, but if the authorities decide to integrate the material into their national stockpiles, this should be done in compliance with the State\u2019s obligations under relevant international instruments and with technical guidelines.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 13, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.3 Relationship between CVR and weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "Expectations should be kept realistic: in settings marked by high levels of insecurity, it is unlikely that voluntary surrenders or amnesties of weapons will meaningfully reduce overall accessibility.DDR practitioners may, in consultation with relevant partners, propose conditions for the submission of weapons as part of a CVR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5053, - "Score": 0.606977, - "Index": 5053, - "Paragraph": "When designing a PI/SC strategy, DDR practitioners should take the following key factors into account: \\n At what stage is the DDR process? \\n Who are the primary and intermediary target audiences? Do these target audiences differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Who may not be eligible to participate in the DDR process? Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Are other, related PI/SC campaigns underway, and should these be aligned/deconflicted with the PI/SC strategy for the DDR process? \\n What are the roles of men, women, boys and girls, and how have each of these groups been impacted by the conflict? \\n What are the existing gender stereotypes and identities, and how can PI/SC strategies support positive change? \\n Is there stigma against women and girls associated with armed forces and groups? Is there stigma against mental health issues such as post-traumatic stress? \\n What are the literacy levels of the men and women intended to receive the information? \\n What behavioural/attitude change is the PI/SC strategy trying to bring about? \\n How can this change be achieved (taking into account literacy rates, the presence of different media, etc.)? \\n What are the various networks involved in the dissemination of information (e.g., interconnections among social networks of ex-combatants, household membership, community ties, military reporting lines, etc.)? Which network members have the greatest influence? \\n Do women and men obtain information by different means? (If so, which channels most effectively reach women?) \\n In what language does the information need to be delivered (also taking into account possible foreign combatants)? \\n What other organizations are involved, and what are their PI/SC strategies? \\n How can the PI/SC strategy be monitored? \\n What is the prevailing information situation? (What are the information needs?) \\n What are the sources of disinformation and misinformation? \\n Who are the key local influencers/amplifiers? \\n What dominant media technologies are in use locally and by which population segments/demographics?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 9, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3923, - "Score": 0.599145, - "Index": 3923, - "Paragraph": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme. The eligibility criteria for both will therefore be the same and could require individu- als, among other things, to prove that they have combatant status and are in possession of a serviceable manufactured weapon or a certain quantity of ammunition (see IDDRS 4.10 on Disarmament). The eligibility criteria shall be gender-responsive and not dis- criminate against women. Depending on the specific circumstances, individuals who do not meet the eligibility criteria could be enrolled in a CVR programme (see IDDRS 2.30 on Community Violence Reduction).While most materiel should be handed in during the disarmament phase of a DDR programme, pre-DDR offers DDR practitioners the opportunity to better understand the quantity and types of materiel that armed groups possess and to collect, register and manage such materiel.Depending on the context, pre-DDR can include the handing over of weapons and ammunition by members of armed groups and armed forces. In order to avoid confu- sion, this phase could be named \u2018Pre-disarmament\u2019 rather than \u2018Disarmament\u2019, which will take place at a point in the future.Pre-disarmament involves collecting, registering and storing materiel in a safe loca- tion. Depending on the context and agreements in place with armed forces and groups, pre-disarmament could focus on certain types of materiel, including larger crew- operated systems in contexts where warring parties are very well equipped. Hand- overs can be: \\n Temporary: Materiel is registered and stored properly but remains under the joint control of armed forces, armed groups and the United Nations through a dual-key system with well established roles and procedures; \\n Permanent: Materiel is handed over, registered and ultimately disposed of (see IDDRS 4.10 on Disarmament). \\n\\n In both cases, unsafe ammunition shall be destroyed, and all activities must be carried out in full transparency and with respect of safety and security procedures during the destruction process.Pre-disarmament should: \\n Build and strengthen the confidence of armed forces, armed groups and the civilian population in any future disarmament process and the wider DDR programme; \\n Reduce the circulation and visibility of weapons and ammunition; \\n Contribute to improved perceptions of peace and security; \\n Raise awareness about the dangers of illicit weapons and ammunition; \\n Build knowledge of armed groups\u2019 arsenals; \\n Allow DDR practitioners to identify and mitigate risks that may arise during the disarmament component of the future DDR programme, including through the planning and conduct of operational tests (see section 5.3 in IDDRS 4.10 on Disar- mament); \\n Encourage members of armed groups to voluntarily disarm and engage in a full DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 14, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.2 Pre-DDR and transitional WAM", - "Heading4": "", - "Sentence": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5131, - "Score": 0.57639, - "Index": 5131, - "Paragraph": "The planning and implementation of the PI/SC strategy shall acknowledge the diversity of stakeholders involved in the DDR process and their varied information needs. The PI/SC strategy shall also be based on integrated conflict and security analyses (see IDDRS 3.11 on Integrated Assessments). As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities. The intended audience(s) will also vary according to the phase of the DDR process and, crucially, the changes in people\u2019s attitudes that the PI/SC strategy would like to bring about. What follows is therefore a non-exhaustive list of the types of target audiences most commonly found in a PI/SC strategy for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3826, - "Score": 0.564076, - "Index": 3826, - "Paragraph": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool. This sub-module, which should be read as a complement to IDDRS 4.10 on Disarmament, aims to equip DDR practitioners with the basic legal, programmatic and technical knowledge to de- sign and implement safe and effective transitional WAM in both mission and non-mis- sion contexts.This sub-module also provides guidance on how transitional WAM implemented as part of a DDR process should align with and reinforce security sector reform (SSR), as well as national small arms and light weapons (SALW) control strategies.When collecting, registering, storing, transporting, and disposing of weapons, ammunition and explosives during transitional WAM the core guidelines outlined in IDDRS 4.10 on Disarmament apply. As such, DDR-related transitional WAM should always adhere to United Nations standards and guidelines, namely the Modular small- arms-control Implementation Compendium (MOSAIC) and International Ammunition Technical Guidelines (IATG).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4984, - "Score": 0.564076, - "Index": 4984, - "Paragraph": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver. The PI/SC strategy shall focus on the national (and, where applicable, regional) stakeholders, participants and beneficiaries of the DDR process, i.e., ex-combatants, persons associated with armed forces and groups, dependants, receiving communities, parties to the peace agreement, civil society, local and national authorities, and the media.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5021, - "Score": 0.564076, - "Index": 5021, - "Paragraph": "A PI/SC strategy should outline what the DDR process in the specific context consists of through public information activities and contribute to changing attitudes and behaviour through strategic communication interventions. There are four overall objectives of PI/SC: \\n To inform stakeholders about the DDR process (public information): This includes providing tailored key messages to various stakeholders, such as where to go, when to deposit weapons, who is eligible for DDR and what reintegration options are available. The result is that DDR participants, beneficiaries and other stakeholders are made fully aware of what the DDR process involves. This kind of messaging also serves the purpose of making communities understand how the DDR process will involve them. Most importantly, it serves to manage expectations, clearly defining what falls within and outside the scope of DDR. If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what. Given that, historically, women and girls have not always received the same information as male combatants, as they may be purposely hidden by male commanders or may have \u2018self-demobilized\u2019, it is essential that PI/SC strategies take into consideration the specific information channels required to reach them. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to participate. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so. In such sitatutions, strategic communications may be used to create the conditions for a successful DDR process. \\n To mitigate the negative impact of misinformation and disinformation (strategic communication): It is important to understand how conflict actors such as armed groups and other stakeholders respond, react to and/or provide alternative messages that are disseminated in support of the DDR process. In the volatile conflict and post-conflict contexts in which DDR takes place, those who profit(ed) from war or who believe their political objectives have not been met may not wish to see the DDR process succeed. They may have access to radio stations from which they can make broadcasts or may distribute pamphlets and other materials spreading \u2018hate\u2019 or messages that incite violence and undermine the UN and/or some of the (former) warring parties. These spoilers likely will have access to online platforms, such as blogs and social media, where they can easily reach and influence a large number of people. It is therefore critical that PI/SC extends beyond merely providing information to the public. A comprehensive PI/SC strategy shall be designed to identify and address sources of misinformation and disinformation and to develop tailored strategic communication interventions. Implementation should be iterative, whereby messages are deployed to provide alternative narratives for specific misinformation or disinformation that may hamper the implementation of a DDR process. \\n To sensitize members of armed forces and groups to the DDR process (strategic communication): Strategic communication interventions can be used to sensitize potential DDR participants. That is, beyond informing stakeholders, beneficiaries and participants about the details of the DDR process and beyond mitigating the negative impacts of misinformation and disinformation, strategic communication can be used to influence the decisions of individuals who are considering leaving their armed force or group including providing the necessary information to leave safely. The transformative objective of strategic communication interventions should be context specific and based on a concrete understanding of the political aspects of the conflict, the grievances of members of armed forces and groups, and an analysis of the potential motivations of individuals to join/leave warring parties. Strategic communication interventions may include messages targeting active combatants to encourage their participation in the DDR process, for example, stories and testimonials from ex-combatants and other positive DDR impact stories. They may also include communication campaigns aimed at preventing recruitment. The potential role of the national authorities should also be assessed through analysis and where possible, national authorities should lead the strategic communication. \\n To transform attitudes in communities so as to foster DDR (strategic communication): Reintegration and/or CVR programmes are often crucial elements of DDR processes (see IDDRS 2.30 on Community Violence Reduction and IDDRS 4.30 on Reintegration). Strategic communication interventions can help to create conditions that facilitate peacebuilding and social cohesion and encourage the peaceful return of former members of armed forces and groups to civilian life. Communities are not homogeneous entities, and individuals within a single community may have differing attitudes towards the return of former members of armed forces and groups. For example, those who have been hit hardest by the conflict may be more likely to have negative perceptions of returning combatants. Others may simply be happy to be reunited with family members. The DDR process may also be negatively perceived as rewarding combatants. When necessary, strategic communication can be used as a means to transform the perceptions of communities and to combat stigmatization, hate speech, marginalization and discrimination against former members of armed forces and groups. Women and girls are often stigmatized in receiving communities and PI/SC can play a pivotal role in creating a more supportive environment for them. PI/SC should also be utilized to promote non-violent behaviour, including engaging men and boys as allies in promoting positive masculine norms (see IDDRS 5.10 on Women, Gender and DDR). Finally, PI/SC should also be used to destigmatize the mental health impacts of conflict and raise awareness of psychosocial support services.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 7, - "Heading1": "5. Objectives of PI/SC in support of DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5490, - "Score": 0.563436, - "Index": 5490, - "Paragraph": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme. The objectives of screening are to: \\n Establish the eligibility of the potential DDR participant and register those who meet the criteria; \\n Weed out individuals trying to cheat the system, for example, those attempting to demobilize more than once in the hope of receiving additional benefits, or civilians trying to access demobilization benefits; \\n Identify DDR participants with specific requirements (children, youth, child mobilized\u2013adult demobilized, women, persons with disabilities and persons with chronic illnesses); and \\n Depending on the context, identify foreign combatants that need to be repatriated to their home countries (see IDDRS 5.40 on Cross-Border Population Movements).When combatants and persons associated with armed forces and groups report for a DDR programme, their eligibility should be determined by a specific set of eligibility criteria developed by national authorities, such as membership in a specific armed force or group, possession of a weapon and/or ammunition, and/or proven ability to use a weapon (see IDDRS 4.10 on Disarmament). Whether or not an individual meets these eligibility criteria should be verified. Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams. Questions touching upon the location of specific battles and military bases and the names of senior group members should be asked. Without verification, military commanders may attempt to bring civilians into the DDR programme. They may also attempt to engage in recruitment just prior to the onset of DDR in order to provide benefits to followers of the group or to take a cut of the benefits being offered to these newly recruited individuals. Explicitly stating the maximum number of individuals who may participate in a peace agreement or DDR policy document can limit incentives for commanders to engage in recruitment. So too can a cut-off date for eligibility. Armed forces and groups often prepare lists of their members prior to the onset of a DDR programme. Whenever lists are prepared, DDR practitioners shall ensure that a verification mechanism is in place to ensure that those listed meet the required eligibility criteria. A mechanism should also be in place to resolve disputed cases and to deal with those who are excluded. Clear messaging shall be employed to ensure that armed forces and groups are aware that being named on a list does not automatically confer DDR eligibility.Once the eligibility of a particular individual has been established, his/her basic registration data (name, age, contact information, sex, etc.) should be entered into a case management system. This system can be used to track when and where DDR benefits are disbursed and to whom (see section 6.8). The data recorded in the case management system should include a biometric component where possible. Biometric systems store the unique physical features \u2013 iris, face or fingerprint data \u2013 of individuals for future reference. Biometric registration serves mainly to ensure that DDR participants do not try to \u2018game the system\u2019 by going through the DDR programme more than once to receive multiple benefits. An advantage of all biometric systems is that, if properly implemented, they are completely confidential. A unique string of letters or numbers is assigned to a photograph or fingerprint, and the original photos or prints are then discarded. Different biometric systems have different levels of cost and user friendliness. Facial recognition systems are the most sophisticated but also the most expensive. DDR practitioners using this technology will require appropriate training. Alternatively, fingerprinting is an easy and cheap way to obtain biometric data. Fingerprints can be taken on smart phones or mobile fingerprint scanners, and training requirements are minimal. The context in which registration takes place should be taken into account when considering biometric registration. For example, if the armed conflict was tied to civic and national honour, peer control mechanisms may be sufficient to ensure that individuals do not try to \u2018double dip\u2019. However, in contexts marked by distrust between the warring parties, and combatants who move from one group or conflict to another, more careful biometric monitoring may be required. The biometric registration systems established for demobilization processes can also be linked to processes of security sector integration and reform (see IDDRS 6.10 on DDR and Security Sector Reform).Immediately after eligible individuals have been registered, they should be informed of their rights and obligations during the DDR programme and the terms and conditions of their participation. If they agree to these terms and conditions, DDR participants should be asked to sign a terms and conditions form and be provided with a copy of this form in their chosen language (see Annex C for a sample terms and conditions form).Individuals shall be ineligible for DDR programmes if they have committed, or if there is a clear and reasonable indication that they knowingly committed war crimes, terrorist acts or offences, crimes against humanity and/or genocide (see IDDRS 2.11 on The Legal Framework for UN DDR). As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme. If evidence is found to suggest that a particular participant in the DDR programme has committed crimes, the individuals\u2019 eligibility to participate in DDR shall be revoked. These types of background checks will typically not be conducted by DDR practitioners. Instead, national criminal justice authorities would need to be involved. DDR practitioners should seek support from human rights experts who can undertake a proactive process of collecting background information from a variety of sources. For a more detailed description of this process, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Screening, verification and registration", - "Heading3": "", - "Heading4": "", - "Sentence": "As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5200, - "Score": 0.545545, - "Index": 5200, - "Paragraph": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process. Hotlines should be free of charge and can foster the engagement of the target audience and provide information and clarification on the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 19, - "Heading1": "8. Media", - "Heading2": "8.7 Hotlines", - "Heading3": "", - "Heading4": "", - "Sentence": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4172, - "Score": 0.543075, - "Index": 4172, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support. In addition to the general tasks outlined above, UN police personnel may also perform more specific tasks that are linked to the particular DDR process in place. These tasks may be implemented in both mission and non-mission settings, contingent on mandate and/or deployment strength, and are outlined below:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5324, - "Score": 0.529256, - "Index": 5324, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3210, - "Score": 0.520266, - "Index": 3210, - "Paragraph": "Military personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on the UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.When DDR is implemented in mission settings with a UN peacekeeping operation, the primary role of the military component should be to provide a secure environment and to observe, monitor and report on security-related issues. This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR. In addition to providing security, military components in mission settings may also provide technical support to disarmament, transitional weapons and ammunition management, and the establishment and maintenance of transitional security arrangements (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management, and IDDRS 2.20 on The Politics of DDR).To ensure the successful employment of a military component within a mission setting, DDR tasks must be included in endorsed mission operational requirements, include a gender perspective and be specifically mandated and properly resourced. Without the requisite planning and coordination, military logistical capacity cannot be guaranteed.UN military contingents are often absent from special political missions (SPMs) and non-mission settings. In SPMs, UN military personnel will more often consist of military observers (MILOBs) and military advisers.1 These personnel may be able to provide technical advice on a range of security issues in support of DDR processes. They may also be required to build relationships with non-UN military forces mandated to support DDR processes, including national armed forces and regionally- led peace support operations.In non-mission settings, UN or regionally-led peace operations with military components are absent. Instead, national and international military personnel can be mandated to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation. The roles and responsibilities of these military personnel may be similar to those played by UN military personnel in mission settings.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4932, - "Score": 0.520266, - "Index": 4932, - "Paragraph": "Public information and strategic communication (PI/SC) are key support activities that are instrumental in the overall success of DDR processes. Public information is used to inform DDR participants, beneficiaries and other stakeholders of the process, while strategic communication influences attitudes towards DDR. If successful, PI/SC strategies will secure buy-in to the DDR process by outlining what DDR consists of and encouraging individuals to take part, as well as contribute to changing attitudes and behaviour.A DDR process should always be accompanied by a clearly articulated PI/SC strategy. As DDR does not occur in a vacuum, the design, dissemination and planning of PI/SC interventions should be an iterative process that occurs at all stages of the DDR process. PI/SC interventions should be continuously updated to be relevant to political and operational realities, including public sentiment about DDR and the wider international effort to which DDR contributes. It is crucial that DDR is framed and communicated carefully, taking into account the varying informational requirements of different stakeholders and the various grievances, perceptions, culture, biases and political perspectives of DDR participants, beneficiaries and communities.An effective PI/SC strategy should have clear overall objectives based on a careful assessment of the context in which DDR will take place. There are four principal objectives of PI/SC: (i) to inform by providing accurate information about the DDR process; (ii) to mitigate the potential negative impact of inaccurate and deceptive information that may hamper the success of DDR and wider peace efforts; (iii) to sensitize members of armed forces and groups to the DDR process; and (iv) to transform attitudes in communities in such a way that is conducive to DDR. PI/SC should make an important contribution towards creating a climate of peace and security, as well as promote gender-equitable norms and non-violent forms of masculinities. DDR practitioners should support their national counterparts (national Government and local authorities) to define these objectives so that activities related to PI/SC can be conducted while planning for the wider DDR process is ongoing. PI/SC as part of a DDR process should (i) be based on a sound analysis of the context, conflict and motivations of the many different groups at which these activities are directed; (ii) make use of the best and most trusted local methods of communication; and (iii) ensure that PI/SC materials and messages are pre- tested on a local audience and subsequently closely monitored and evaluated.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As DDR does not occur in a vacuum, the design, dissemination and planning of PI/SC interventions should be an iterative process that occurs at all stages of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5097, - "Score": 0.520266, - "Index": 5097, - "Paragraph": "While a PI/SC strategy is being prepared, other public information resources can be activated. In mission settings, ready-made public information material on peacekeeping and the UN\u2019s role can be distributed. However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place. Production of PI/SC material is a lengthy process. The time needed to design and produce printed sensitization tools, develop online content, and establishing dissemination channels (such as radio stations) should be taken into account when planning the schedule for PI/SC activities. Certain PI/SC materials may take less time to produce, such as digital communication; basic pamphlets; DDR radio programmes for broadcasting on non-UN radios; interviews on local and international media; and debates, seminars and public theatre productions. Pre-testing of PI/SC materials must also be included in operational schedules.In addition to these considerations, the strategy should have a coherent timeline, bearing in mind that while some PI/SC activities will continue throughout the DDR process, others will take place at specific times or during specific phases. For instance, particularly during reintegration, SC activities may be oriented towards educating communities to accept DDR participants and to have reasonable expectations of what reintegration will bring, as well as ensuring that survivors of sexual violence and/or those living with HIV/AIDS are not stigmatized and that connections are made with ongoing security sector reform, including arms control, police and judicial reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.3 The preparation of PI/SC material", - "Heading3": "", - "Heading4": "", - "Sentence": "However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3825, - "Score": 0.491304, - "Index": 3825, - "Paragraph": "DDR practitioners increasingly operate in contexts with fragmented but well-equipped armed groups and acute levels of proliferation of illicit weapons, ammunition and ex- plosives. In settings where armed conflict is ongoing and peace agreements have been neither signed nor implemented, disarmament as part of a DDR programme may not be the most suitable approach to control the circulation of weapons, ammunition and explosives because armed groups may be reluctant to disarm without strong security guarantees (see IDDRS 4.10 on Disarmament). Instead, these contexts require the de- sign and implementation of innovative DDR-related tools, such as transitional weapons and ammunition management (WAM).When implemented as part of a DDR process (either with or without a DDR pro- gramme), transitional WAM has two primary aims: to reduce the capacity of individ- uals and groups to engage in armed conflict, and to reduce accidents and save lives by addressing the immediate risks related to the illicit possession of weapons, ammuni- tion and explosives. By supporting better arms control and preventing the diversion of weapons, ammunition and explosives to unauthorized end users, transitional WAM can be a strong component of the sustaining peace approach and contribute to pre- venting the outbreak, escalation, continuation and recurrence of conflict (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3507, - "Score": 0.490511, - "Index": 3507, - "Paragraph": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict. Clear operational objectives should also be developed and agreed. These may include: \\n A reduction in the number of weapons, ammunition and explosives possessed by, or available to, armed forces and groups; \\n A reduction in actual armed violence or the threat of it; \\n Optimally zero, or at the most minimal, casualties during the disarmament component; \\n An improvement in the perception of human security by men, women, boys, girls and youth within communities; \\n A public connection between the availability of weapons and armed violence in society; \\n The development of community awareness of the problem and hence community solidarity; \\n The reduction and disruption of the illicit trade of weapons within the DDR area of operations; \\n A reduction in the open visibility of weapons in the community; \\n A reduction in crimes committed with weapons, such as conflict-related sexual violence; \\n The development of norms against the illegal use of weapons.BOX 2: MONITORING AND EVALUATION OF DISARMAMENT \\n The disarmament objectives listed in section 5.2 could serve as a basis for the identification of performance indicators to track progress and assess the impact of disarmament interventions. Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR). \\n Standardized indicators to monitor and evaluate disarmament operations should be identified early in the DDR programme. Quantitative indicators could be developed in line with specific technical outputs providing clear measures, including the number of weapons and rounds of ammunition collected, the number of items recorded, marked and destroyed, or the number of items lost or stolen in the process. Qualitative indicators might include the evolution of the armed criminality rate in the target area, or perceptions of security in the target population disaggregated by sex and age. Information collection efforts and a weapons survey (see section 5.1) provide useful sources for identifying key indicators and measuring progress. \\n\\n Monitoring and evaluation should also verify that: \\n Gender- and age-specific risks to women and men have been adequately and equitably addressed. \\n Women and men participate in all aspects of the initiative \u2013 design, implementation, monitoring and evaluation. \\n The initiative contributes to gender equality.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2 Objectives of disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3298, - "Score": 0.48795, - "Index": 3298, - "Paragraph": "The primary contribution of the military component to a DDR process is to provide security for DDR staff, partners, infrastructure and beneficiaries. Security is essential to ensure former combatants\u2019 confidence in DDR, and to ensure the security of other elements of a mission and the civilian population.If tasked and resourced, a military component may contribute to the creation and maintenance of a stable, secure environment in which DDR can take place. This may include the provision of security to areas in which DDR programmes and DDR-related tools (including pre-DDR and community violence reduction) are being implemented. Military components may also provide security to DDR and child protection practitioners, and to those participating in DDR processes, including children and dependants. This may include the provision of security to routes that participants will use to enter DDR and/or the provision of military escorts. Security is provided primarily by armed UN troops, but could be supplemented by the State\u2019s defence security forces and/or any other security provider.Finally, military components may also secure the collection, transportation and storage of weapons and ammunition handed in as part of a DDR process. They may also monitor and report on security-related issues, including incidents of sexual and gender-based violence. Experience has shown that unarmed MILOBs do not provide security, although in some situations they can assist by contributing to early warning, wider information gathering and information distribution.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.1 Security ", - "Heading4": "", - "Sentence": "The primary contribution of the military component to a DDR process is to provide security for DDR staff, partners, infrastructure and beneficiaries.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5539, - "Score": 0.48795, - "Index": 5539, - "Paragraph": "DDR participants shall be registered and issued a non-transferable identity document (such as a photographic demobilization card) that attests to their eligibility and their official civilian status. Such documents have important symbolic and legal value for demobilized individuals. Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme. To avoid discrimination based on prior factional affiliation, these documents should not include the name of the armed force or group of which the individual was previously a member. Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.6 Documentation", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3942, - "Score": 0.475191, - "Index": 3942, - "Paragraph": "There is a strong arms control component to the negotiation of peace, including through the setting of preliminary ceasefires and the design and adoption of comprehensive peace agreements. Transitional WAM in support of peace mediation efforts should con- tribute to weapons control, reduce armed violence, build confidence in the process, generate a better understanding of the weapons arsenals of armed forces and groups, and prepare the ground for the transfer of responsibility for weapons management later in the DDR process, either to the UN or to the national authorities.Disarmament can be associated with defeat and a significant shift in the balance of power, as well as the removal of a key bargaining chip for well-equipped armed groups. Disarmament can also be perceived as the removal of symbols of masculinity, protection and power. Pushing for disarmament while guarantees around security, justice or integration into the security sector are lacking will have limited effectiveness and may undermine the overall DDR process.The use of transitional WAM concepts, measures and terminology provides a solution to this issue and lays the ground for more realistic arms control provisions in peace agreements. Transitional WAM can also be a first step towards more comprehen- sive arms control, paving the way for full disarmament once the context has matured. Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions. Transitional WAM as part of CVR and pre-DDR can also enable relevant parties to engage more confidently in negotiations as they maintain ownership of and access to their materiel. Prolonged CVR and pre-DDR, however, can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution (see IDDRS 2.20 on The Politics of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.4 DDR support to peace mediation efforts and transitional WAM", - "Heading4": "", - "Sentence": "Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5083, - "Score": 0.472456, - "Index": 5083, - "Paragraph": "To ensure that the DDR PI/SC strategy fits local needs, DDR practitioners should understand the social, political and cultural context and identify factors that shape attitudes. It will then be possible to define behavioural objectives and design messages to bring about the required social change. Target audience and issue analysis must be adopted to provide a tailored approach to engage with different audiences based on their concerns, issues and attitudes. During the planning stage, the aim should be to collect the following minimum information to aid practitioners in understanding the local context: \\n Conflict analysis, including an understanding of local ethnic, racial and religious divisions at the national and local levels; \\n Gender analysis, including the role of women, men, girls and boys in society, as well as the gendered power structures in society and in armed forces and groups; \\n Media mapping, including the geographic reach, political slant and cost of different media; \\n Social mapping to identify key influencers and communicators in the society and their constituencies (e.g., academics and intelligentsia, politicians, youth leaders, women leaders, religious leaders, village leaders, commanders, celebrities, etc.); \\n Traditional methods of communication; \\n Cultural perceptions of the disabled, the chronically ill, rape survivors, extra-marital childbirth, mental health issues including post-traumatic stress, etc.; \\n Literacy rates; \\n Prevalence of intimate partner violence and sexual and gender-based violence; and \\n Cultural moments and/or religious holidays that may be used to amplify messages of peace and the benefits of DDR.Partners in the process also need to be identified. Particular emphasis \u2013 especially in the case of information directed at DDR participants, beneficiaries and communities \u2013 should be placed on selecting local theatre troops and animators who can explain concepts such as DDR, reconciliation and acceptance using figurative language. Others who command the respect of communities, such as traditional village leaders, should also be brought into PI/SC efforts and may be asked to distribute DDR messages. DDR practitioners should ensure that partners are able and willing to speak to all DDR participants and beneficiaries and also to all community members, including women and children.Two additional context determinants may fundamentally alter the design and delivery of the PI/SC intervention: \\n The attitudes of community members towards ex-combatants, women and men formerly associated with armed forces and groups, and youth at risk; and \\n The presence of hate speech and/or xenophobic discourse.In this regard, DDR practitioners shall have a full understanding of how the open communication and publicity surrounding a DDR process may negatively impact the safety and security of participants, as well as DDR practitioners themselves. To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process. These measures may include: \\n Removing and/or amending specific designation of sensitive information related to the DDR process, including but not limited to the location of reception centres, the location of disarmament and demobilization sites, details related to the benefits provided to former members of armed forces and groups, and so forth; and \\n Ensuring the protection of the privacy, and rights thereof, of former members of armed forces and groups related to their identity, ensuring at all times that permission is obtained should any identifiable details be used in communication material (such as photo stories, testimonials or ex- combatant profiles).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 10, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.1 Understanding the local context", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3391, - "Score": 0.46291, - "Index": 3391, - "Paragraph": "Disarmament is the act of reducing or eliminating access to weapons. It is usually regarded as the first step in a DDR programme. This voluntary handover of weapons, ammunition and explosives is a highly symbolic act in sealing the end of armed conflict, and in concluding an individual\u2019s active role as a combatant. Disarmament is also essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention.Disarmament operations are increasingly implemented in contexts characterized by acute armed violence, complex and varied armed forces and groups, and the prevalence of a wide range of weaponry and explosives.This module provides the guidance necessary to effectively plan and implement disarmament operations within DDR programmes and to ensure that these operations contribute to the establishment of an environment conducive to inclusive political transition and sustainable peace.The disarmament component of a DDR programme is usually broken down into four main phases: (1) operational planning, (2) weapons collection operations, (3) stockpile management, and (4) disposal of collected materiel. This module provides technical and programmatic guidance for each phase to ensure that activities are evidence-based, coherent, effective, gender-responsive and as safe as possible.The handling of weapons, ammunition and explosives comes with significant risks. Therefore, the guidance provided within this module is based on the Modular Small-Arms Control Implementation Compendium (MOSAIC)1 and the International Ammunition Technical Guidelines (IATG).2 Additional documents containing norms, standards and guidelines relevant to this module can be found in Annex B.Disarmament operations must take the regional and sub-regional context into consideration, as well as applicable legal frameworks. All disarmament operations must also be designed and implemented in an inclusive and gender responsive manner. Disarmament carried out within a DDR programme is only one aspect of broader DDR arms control activities and of the national arms control management system (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). DDR programmes should therefore be designed to reinforce security nationwide and be planned in coordination with wider peacebuilding and recovery efforts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is usually regarded as the first step in a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3291, - "Score": 0.460566, - "Index": 3291, - "Paragraph": "The peacekeeping force is commanded by a force commander. It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive. Any military personnel involved in the latter, although remaining under military command and control, will operate under the overall guidance of the chief of the DDR component, senior mission leadership, and the Joint Operations Centre (JOC). For support and logistics tasks, the peacekeeping force will operate under the guidance of the Chief of Mission Support/Director of Mission Support (CMS/DMS).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 7, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.2 Command and control", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5221, - "Score": 0.460566, - "Index": 5221, - "Paragraph": "Demobilization occurs when members of armed forces and groups transition from military to civilian life. It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict. Demobilization operations shall be designed for combatants and persons associated with armed forces and groups. Female combatants and women associated with armed forces and groups have traditionally faced obstacles to entering DDR programmes, so particular attention should be given to facilitating their access to reinsertion and reintegration support. Victims, dependants and community members do not participate in demobilization activities. However, where dependants have accompanied armed forces or groups, provisions may be made for them during demobilization, including for their accommodation or transportation to their communities. All demobilization operations shall be gender and age sensitive, nationally and locally owned, context specific and conflict sensitive.Demobilization must be meticulously planned. Demobilization operations should be preceded by an in-depth assessment of the location, number and type of individuals who are expected to demobilize, as well as their immediate needs. A risk and security assessment, to identify threats to the DDR programme, should also be conducted. Under the leadership of national authorities, rigorous, unambiguous and transparent eligibility criteria should be established, and decisions should be made on the number, type (semi-permanent or temporary) and location of demobilization sites.During demobilization, potential DDR participants should be screened to ascertain if they are eligible. Mechanisms to verify eligibility should be led or conducted with the close engagement of the national authorities. Verification can include questions concerning the location of specific battles and military bases, and the names of senior group members. If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme. Once eligibility has been established, basic registration data (name, age, contact information, etc.) should be entered into a case management system.Individuals who demobilize should also be provided with orientation briefings, physical and psychosocial health screenings and information that will support their return to the community. A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization. During demobilization, DDR practitioners should also conduct a profiling exercise to identify obstacles that may prevent those eligible from full participation in the DDR programme, as well as the specific needs and ambitions of the demobilized. This information should be used to inform planning for reinsertion and/or reintegration support.If reinsertion assistance is foreseen as the second stage of the demobilization operation, DDR practitioners should also determine an appropriate transfer modality (cash-based transfers, commodity vouchers, in-kind support and/or public works programmes). As much as possible, reinsertion assistance should be designed to pave the way for subsequent reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3342, - "Score": 0.455842, - "Index": 3342, - "Paragraph": "During pre-deployment planning, assessment and advisory visits (AAVs) are conducted to facilitate planning and decision-making processes at the UN Headquarters (UNHQ) level and to improve understanding of the preparedness of Member States wishing to contribute to UN peacekeeping operations. For new and emerging Troop Contributing Countries (TCCs), an AAV provides advice on specific UN operational and performance requirements. If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs. A lead role should be played by the Integrated Training Service, who should include information on the preparation and implementation of DDR, including through a gender-perspective, within the pre-deployment training package. AAVs also support those Member States that are contributing a new capability in UN peace operations with guidance on specific UN requirements and assist them in meeting those requirements. Finally, preparedness for DDR is a responsibility of TCCs with UNHQ guidance. During pre-deployment visits, preparedness for DDR can be evaluated/assessed.For the military component, DDR planning is not very different from planning related to other military tasks in UN peace operations. Clear guidance is necessary on the scope of the military\u2019s involvement.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.4 Pre-deployment planning", - "Heading3": "", - "Heading4": "", - "Sentence": "If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4406, - "Score": 0.453743, - "Index": 4406, - "Paragraph": "Post-conflict needs assessments (PCNAs) are a tool developed jointly by the UN Develop- ment Group (UNDG), the European Commission (EC), the World Bank (WB) and regional development banks in collaboration with national governments and with the cooperation of donor countries. National and international actors use PCNAs as an entry point for conceptualizing, negotiating and financing a common shared strategy for recovery and development in fragile, post-conflict settings. The PCNA includes both the assessment of needs and the national prioritization and costing of needs in an accompanying transi- tional results matrix.PCNAs are also used to determine baselines on crosscutting issues such as gender, HIV/AIDS, human rights and the environment. To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises. In addition to influencing inclusion of more traditional areas of practice, DDR planners should aim to influence and lobby for the inclusion of more recently identified areas of need, such as psy- chosocial and political reintegration. For more detailed and updated information about PCNAs, see Joint Guidance Note on Integrated Recovery Planning using Post-Conflict Needs Assessments and Transitional Frameworks, www.undg.org. Also see Module 2.20 section 6.1.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.4. Post-conflict needs assessments (PCNAs)", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3872, - "Score": 0.450956, - "Index": 3872, - "Paragraph": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). An integrated assessment should contribute to determining whether any disarmament or transitional WAM measures are desirable or feasible in the current context, and the po- tential positive and negative impacts of any such measures (see section 5.1.1 of IDDRS 4.10 on Disarmament for guidance on integrated assessments).In addition, DDR practitioners can commission a weapons survey (the same weap- ons survey outlined in section 5.1.2 and Annex C of IDDRS 4.10 on Disarmament) and draw information from national injury surveillance systems (see section 5.5.2 of MO- SAIC 05.10). Weapons surveys and injury surveillance are essential in order to draw up effective and safe plans for both disarmament and transitional WAM. A weapons survey and injury surveillance system also allow DDR practitioners to scope the extent of the WAM task ahead and to gauge national and local expectations concerning the transitional WAM measures to be carried out. This knowledge helps to ensure tailored programming and results. Data disaggregated by sex and age is a prerequisite for un- derstanding age- and gender-specific attitudes towards weapons, ammunition and ex- plosives, and their age- and gender-specific impacts. This type of data is also necessary to design evidence-based, and age- and gender-sensitive responses.The early collection of data also provides a baseline for DDR monitoring and eval- uation activities. These baseline indicators should be adjusted in line with evolving conflict dynamics. Monitoring and evaluation are crucial to ensure accountability and the effective implementation and management of transitional WAM. For more detailed guidance on monitoring and evaluation, refer to Box 2 of IDDRS 4.10 on Disarmament, IDDRS 3.50 on Monitoring and Evaluation of DDR and section 5.5 of MOSAIC 05.10.Once reliable information has been gathered, collaborative transitional WAM plans can be drawn up by the national DDR commission and the UN DDR component in mission settings and by the national DDR commission and the UN lead agency(ies) in non-mission settings. These plans should outline the intended target populations and requirements for transitional WAM, the type of WAM measures and operations that are planned, a timetable, and logistics, budget and staffing needs.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 6, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.1 Assessments and weapons survey", - "Heading3": "", - "Heading4": "", - "Sentence": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3400, - "Score": 0.445435, - "Index": 3400, - "Paragraph": "DDR processes include two main arms control components: (a) disarmament as part of a DDR programme and (b) transitional weapons and ammunition management (WAM). This module provides DDR practitioners with practical standards for the planning and implementation of the disarmament component of a DDR programme in contexts where the preconditions for such programmes are present. These preconditions include a negotiated ceasefire and/or peace agreement, sufficient trust in the peace process, willingness of the parties to the armed conflict to engage in DDR and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR). Transitional WAM in support of DDR processes is covered in IDDRS 4.11 on Transitional Weapons and Ammunition Management. The linkages between disarmament as part of a DDR programme and Security Sector Reform are covered in IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides DDR practitioners with practical standards for the planning and implementation of the disarmament component of a DDR programme in contexts where the preconditions for such programmes are present.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4061, - "Score": 0.445435, - "Index": 4061, - "Paragraph": "When police support to a DDR process is mandated by the Security Council or requested by a Government, it shall be integrated appropriately into DDR planning and management processes. Additionally, support to police reform cannot be an isolated activity and should take place at the same time as the reform and development of the criminal justice system, including prosecution, judiciary and prison systems, in a comprehensive SSR process (see IDDRS 6.10 on DDR and SSR). All three components of the criminal justice system work together and support one another.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "When police support to a DDR process is mandated by the Security Council or requested by a Government, it shall be integrated appropriately into DDR planning and management processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5246, - "Score": 0.44475, - "Index": 5246, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3234, - "Score": 0.440959, - "Index": 3234, - "Paragraph": "Integrated DDR shall not be conflated with military operations or counter-insurgency strategies. DDR is a voluntary process, and practitioners shall therefore seek legal advice if confronted with combatants who surrender or are captured during overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5542, - "Score": 0.436436, - "Index": 5542, - "Paragraph": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities. The logistical implications of providing transport must be taken into account. It will not be possible for all ex-combatants and persons formerly associated with armed forces and groups to be transported to their final destination. A mixture of transport to certain key locations and funding for onward transport may therefore be required. Cash for transport may be given as part of transitional reinsertion assistance (see section 7). Specific attention shall be paid to the safe transport of women and minorities to their final destination, recognizing the unique security threats they may face.If transport is provided in UN vehicles, authorizations from UN administration and waivers for passengers need to be signed. DDR practitioners should arrange pre-signed authorizations and waivers in order to avoid last-minute blockages and delays. Alternatively, private companies and/or other implementing partners may be subcontracted to provide transport.In cases where it is necessary to repatriate foreign ex-combatants and persons formerly associated with armed forces and groups, transportation arrangements will need to be adjusted to involve national authorities from these individuals\u2019 countries of origin as well as other sub-regional organizations and mechanisms (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.7 Transportation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5458, - "Score": 0.428571, - "Index": 5458, - "Paragraph": "The activities outlined below should be carried out during the demobilization component of a DDR programme. These activities can be conducted at either semi-permanent or temporary demobilization sites.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The activities outlined below should be carried out during the demobilization component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5662, - "Score": 0.428571, - "Index": 5662, - "Paragraph": "As a participant in the DDR process, the terms of your benefits are conditional on the following: \\n 1. Your hand over of all weapons and ammunition; \\n 2. Your agreement to renounce military status; \\n 3. Your acceptance of and conformity with all rules and regulations during the full period of your stay at the disarmament and/or demobilization site; \\n 4. Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5. Your refraining from all criminal activity and contributing to your nation\u2019s development; \\n 6. Your cooperation with and participation in programmes designed to facilitate your return to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 37, - "Heading1": "Annex C: Sample terms and conditions form", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As a participant in the DDR process, the terms of your benefits are conditional on the following: \\n 1.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3946, - "Score": 0.428571, - "Index": 3946, - "Paragraph": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). When transitional WAM and rein- tegration support are linked as part of a DDR programme, ex-combatants will have already been disarmed and demobilized. In contexts where there is no DDR programme, combatants may leave armed groups during active conflict and return to their com- munities, taking their weapons and ammunition with them or hiding them in weap- ons caches. In both scenarios, ex-combatants may return to communities where levels of weapons and ammunition possession are high. It may therefore be necessary to coherently combine the transitional WAM measures listed in Table 1 with reintegration support as part of a single programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Transitional WAM and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3846, - "Score": 0.422577, - "Index": 3846, - "Paragraph": "DDR processes are increasingly launched in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such situations, communities and individuals may take their own security measures, including through increased weapons ownership. Some armed groups may also be characterized as community self-defence forces or \u2018vigilante groups\u2019.The ownership of weapons, ammunition and explosives by individuals and armed groups carries a number of risks. For example, if armed groups store incompatible types of ammunition together then it may lead to explosions and surrounding loss of life. Furthermore, inadequately secured weapons and ammunition can facilitate inter-personal armed violence, including sexual and gender-based violence, as well as theft and diversion to the illicit market.In order to contribute to a more secure environment that is conducive to long-term stability, development and reconciliation, DDR practitioners may consider the use of transitional WAM. Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure. In both contexts, a multifaceted approach is required that addresses both the root causes of armed violence and the means through which that violence is perpetrated.Transitional WAM may therefore also be used in combination with programmes of Community Violence Reduction, particularly when these programmes include for- mer combatants or individuals at-risk of recruitment by armed groups (see IDDRS 2.30 on Community Violence Reduction). Finally, transitional WAM may also be used in combination with activities that support the reintegration of former combatants and persons formerly associated with armed groups (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3962, - "Score": 0.422577, - "Index": 3962, - "Paragraph": "Although DDR and SALW control are separate areas of engagement, technically they are very closely linked, particularly in DDR settings where transitional WAM overlaps with SALW control objectives, activities and target audiences. SALW remain particu- larly prevalent in many regions where DDR is implemented. Furthermore, the uncon- trolled circulation of SALW can impede the implementation of DDR processes and enable conflict (see the report of the Secretary General on SALW (S/2019/1011)). DDR practitioners should work in close collaboration with both national DDR commissions and SALW control bodies, if they exist, and both areas of work should be closely co- ordinated and strategically sequenced. For instance, the implementation of a weapons survey and the use of mortality and morbidity data from an ongoing injury surveil- lance national system could serve as the basis for the development of both DDR-related transitional WAM activities and SALW control strategy.The term \u2018SALW control\u2019 refers to those activities that together aim to reduce the security, social, economic and environmental impact of uncontrolled SALW proliferation, possession and circulation. These activities largely consist of, but are not limited to: \\n Cross-border control measures; \\n Information management and exchange; \\n Legislative and regulatory measures; \\n SALW awareness and outreach strategies; \\n SALW surveys and assessments; \\n SALW collection and registration, including utilization of relevant regional and international databases for cross-checking \\n SALW destruction; \\n Stockpile management; \\n Marking, recordkeeping and tracing.The international community, recognizing the need to deal with the challenges posed by the illicit trade in SALW, adopted the United Nations Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/Conf.192/15) in 2001 (PoA) (see section 5.2). In this framework, states commit themselves to, among other things, strengthen agreed norms and measures to help prevent and combat the illicit trade in SALW, and mobilize political will and resources in order to prevent the illicit transfer, manufacture, export and import of SALW. Regional agreements, declarations and conventions have built upon and deepened the commitments contained within the PoA. As a result, a number of countries around the world have set up SALW control programmes as well as institutional processes to implement them. SALW control programmes and activities should be designed and implemented in line with MOSAIC (see Annex B), which provides clear, practical and comprehensive guidance to practitioners and policymakers.During DDR, SALW control should be implemented to focus on wider arms con- trol at the national and community levels. It is essential that all weapons are considered during a DDR process, even though the focus may initially be on those weapons held by armed forces and groups. For these reasons, the transitional WAM mechanisms established during DDR processes should be designed to be applicable and sustainable in broader arms control initiatives even after the DDR process has been completed. It is also critical that DDR-related transitional WAM and SALW control activities are strategically sequenced, and that a robust public awareness strategy based on clear messaging accompanies these efforts (see IDDRS 4.10 on Disarmament, MOSAIC 04.30 on Awareness Raising and IMAS 12.10 on Explosive Ordnance Risk Education).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 17, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For these reasons, the transitional WAM mechanisms established during DDR processes should be designed to be applicable and sustainable in broader arms control initiatives even after the DDR process has been completed.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3387, - "Score": 0.419314, - "Index": 3387, - "Paragraph": "Military components and personnel must be adequately trained. In General Assembly Resolution A/RES/49/37 (1995), Member States recognized their responsibility for the training of uniformed personnel for UN peacekeeping operations and requested the Secretary-General to develop relevant training materials and establish a range of measures to assist Member States. In 2007, the Integrated Training Service was created as the centre responsible for peacekeeping training. The Peacekeeping Resource Hub was also launched in order to disseminate peacekeeping guidance and training materials to Member States, peacekeeping training institutes and other partners. A number of trainings institutions, including peacekeeping training centers, offer annual DDR training courses for both civilian and military personnel. DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 13, - "Heading1": "8. DDR training requirements for military personnel", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 5138, - "Score": 0.407307, - "Index": 5138, - "Paragraph": "The following stakeholders are often the primary audience of a DDR process: \\n The political leadership: This may include the signatories of ceasefires and peace accords, when they are in place. Political leaderships may or may not represent the military branches of their organizations. \\n The military leadership of armed forces and groups: These leaders may have motivations and interests that differ from the political leaderships of these entities. Likewise, within these military leaderships, mid-level commanders may hold their own views concerning the DDR process. DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life. \\n Rank-and-file of armed forces and groups: It is important to make the distinction between military leaderships, military commanders, mid-level commanders and their rank-and-file, because their motivations and interests may differ. Testimonials from the successfully demobilized and reintegrated rank-and-file have proven to be effective in informing their peers. Ex-combatants and persons formerly associated with armed forces and groups can play an important role in amplifying messages aimed at demonstrating life after war. \\n Women associated with armed groups and forces in non-combat roles: It is important to cater to the information needs of WAAFAG, especially those who have been abducted. Communities, particularly women\u2019s groups, should also be informed about how to further assist women who manage to leave an armed force or group of their own accord. \\n Children associated with armed forces and groups: Individuals in this group need child-friendly, age- and gender-sensitive information to help reassure and safely remove those who are illegally held by an armed force or group. Communities, local authorities and police should also be informed about how to assist children who have exited or been released from armed groups, as well as about protocols to ensure the protection of children and their prompt handover to child protection services. \\n Ex-combatants and persons formerly associated with armed forces and groups with disabilities: Information and sensitization to opportunities to access and participate in DDR should reach this group. Families and communities should also be informed on how to support the reintegration of persons with disabilities. \\n Youth at risk of recruitment: In countries affected by conflict, youth are both a force for positive change and, at the same time, a group that may be vulnerable to being drawn into renewed violence. When PI/SC strategies focus only on children and mature adults, the specific needs and experiences of youth are missed. \\n Local authorities and receiving communities: Enabling the smooth reintegration of DDR participants into their communities is vital to the success of DDR. Communities and their leaders also have an important role to play in other local-level DDR activities, such as CVR programmes and transitional WAM as well as community-based reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 Primary audience (participants and beneficiaries)", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3230, - "Score": 0.404061, - "Index": 3230, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to military roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3435, - "Score": 0.404061, - "Index": 3435, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the disarmament component of DDR programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3849, - "Score": 0.404061, - "Index": 3849, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to tran- sitional WAM as part of a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4019, - "Score": 0.404061, - "Index": 4019, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to police roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4982, - "Score": 0.404061, - "Index": 4982, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to PI/SC strategies for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5267, - "Score": 0.404061, - "Index": 5267, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5270, - "Score": 0.404061, - "Index": 5270, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5272, - "Score": 0.404061, - "Index": 5272, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5274, - "Score": 0.404061, - "Index": 5274, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5276, - "Score": 0.404061, - "Index": 5276, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5278, - "Score": 0.404061, - "Index": 5278, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5280, - "Score": 0.404061, - "Index": 5280, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5282, - "Score": 0.404061, - "Index": 5282, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5284, - "Score": 0.404061, - "Index": 5284, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5286, - "Score": 0.404061, - "Index": 5286, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5288, - "Score": 0.404061, - "Index": 5288, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5290, - "Score": 0.404061, - "Index": 5290, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.2 Accountable and transparent", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5292, - "Score": 0.404061, - "Index": 5292, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5294, - "Score": 0.404061, - "Index": 5294, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5296, - "Score": 0.404061, - "Index": 5296, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5298, - "Score": 0.404061, - "Index": 5298, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5300, - "Score": 0.404061, - "Index": 5300, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5302, - "Score": 0.404061, - "Index": 5302, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5304, - "Score": 0.404061, - "Index": 5304, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.11 Public information and community sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5556, - "Score": 0.402911, - "Index": 5556, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3368, - "Score": 0.402911, - "Index": 3368, - "Paragraph": "Military capacity used in a DDR process is planned in detail and carried out by the military component of the mission within the limits of its capabilities. Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major). \\n\\n The posts will be designed to meet the specific requirements of the mission.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 12, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.10 DDR component staffing", - "Heading3": "", - "Heading4": "", - "Sentence": "Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3588, - "Score": 0.402911, - "Index": 3588, - "Paragraph": "Depending on the context and the content of the ceasefire and/or peace agreement, eligibility for a DDR programme can include specific weapons/ammunition-related criteria. These criteria should be based on a thorough understanding of the context if effective disarmament is to be achieved. The arsenals of armed forces and groups vary in size, quality and types of weapons. For instance, in conflicts where foreign States actively support armed groups, these groups\u2019 arsenals are often quite large and varied, including not only serviceable SALW but also heavy-weapons systems.Past experience shows that the eligibility criteria related to weapons and ammunition are often not consistent or stringent enough. This can lead to the inclusion of individuals who are not members of armed forces and groups and the collection of poor-quality materiel while illicit serviceable materiel remains in circulation. Accurate information regarding armed forces and groups\u2019 arsenals (see section 5.1) is key in determining relevant and effective weapons-related criteria. These include the type and status (serviceable versus non-serviceable) of weapons or the quantity of ammunition that a combatant should bring along in order to be enrolled in the programme. According to the context, the ratio of arms and ammunition to individual combatants can vary and may include SALW as well as heavy weapons and ammunition.In order to ascertain their eligibility, combatants may also need to take a weapons procedures test, which will identify their familiarity with and ability to handle weapons. Although members of armed groups may not have received formal training to military standards, they should be able to demonstrate an understanding of how to use a weapon. This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization). Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR). All weapons brought by ineligible individuals as part of a disarmament operation shall be collected even if these individuals will not be eligible to enter the DDR programme.To avoid confusion and frustration, it is key that eligibility criteria are communicated clearly and unambiguously to members of armed groups and the wider population (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Legal implications should also be clearly explained \u2014 for example, that the voluntary submission of weapons during the disarmament phase by eligible and ineligible individuals will not result in prosecution for illegal possession.BOX 4: DISARMAMENT AWARENESS ACTIVITIES \\n For weapons to be successfully removed, the early and ongoing information and sensitization of armed forces and groups \u2013 as well as affected communities \u2013 to the planned collection process is essential. Public information and sensitization campaigns will have a strong influence on the success of the entire DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). \\n\\n In addition to direct contact with armed forces and groups and community representatives, a range of media \u2013 including radio, print media, TV and social media \u2013 can be used to: \\n Encourage combatants and persons associated with armed forces and groups to disarm. \\n Inform armed forces and groups about locations and dates of disarmament and explain procedures, including security measures. \\n Explain what will happen to collected arms and ammunition and the absence of legal repercussions, as relevant. \\n Explain the eligibility criteria for entering a DDR programme and provide information about potential alternatives for non-eligible individuals (see IDDRS 2.30 on Community Violence Reduction). \\n Explain legal implications, including amnesties or assurances of non-prosecution (see IDDRS 2.11 on The Legal Framework for UN DDR). \\n Manage expectations. \\n Distinguish between the voluntary disarmament of armed forces and groups as part of a DDR programme and prior forced disarmament and any past or ongoing forced disarmament in the country. \\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins. Awareness-raising campaigns shall take into consideration the findings of gender analysis in the design and implementation of programme activities. DDR practitioners shall ensure representation of all genders and ages in the campaign; engage youth, women and women\u2019s groups; and mitigate against the risk of linking gender identities with weapons, reinforcing violent masculinities and other gender stereotypes. Media and awareness activities are critical channels to counter the socially constructed yet enduring associations between small arms, protection, power and masculinity. \\n It is key that local communities be made aware of ongoing disarmament operations so that the presence or movement of armed individuals does not create confusion. If destruction of ammunition is planned, it is also important to inform communities beforehand to avoid misunderstandings and unnecessary tensions. Finally, during ongoing operations, details on progress towards the objectives of the disarmament programme should be disseminated to help reassure stakeholders and communities that the number of illicit weapons in circulation is being reduced, and that overall security is improving.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 16, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "5.5.1 Weapons-related eligibility criteria", - "Heading4": "", - "Sentence": "\\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4951, - "Score": 0.402911, - "Index": 4951, - "Paragraph": "DDR is a process that requires the involvement of multiple actors, including the Government or legitimate authority and other signatories to a peace agreement (if one is in place); combatants and persons associated with armed forces and groups, their dependants, receiving communities and youth at risk of recruitment; and other regional, national and international stakeholders.Attitudes towards the DDR process may vary within and between these groups. Potential spoilers, such as those left out of the peace agreement or former commanders, may wish to sabotage DDR, while others will be adamant that it takes place. These differing attitudes will be at least partly determined by individuals\u2019 levels of knowledge of the DDR and broader peace process, their personal expectations and their motivations. In order to bring the many different stakeholders in a conflict or post-conflict country (and region) together in support of DDR, it is essential to ensure that they are aware of how DDR is meant to take place and that they do not have false expectations about what it can mean for them. Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process. PI/SC plays an important catalytic function in the DDR process, and the conceptualization of and preparation for the PI/SC strategy should start in a timely manner, in parallel with planning for the DDR process.The basic rule for an effective PI/SC strategy is to have clear overall objectives. DDR practitioners should, in close collaboration with PI/SC experts, support their national and local counterparts to define these objectives. These national counterparts may include, but are not limited to, Government; civil society organizations; media partners; and other entities with experience in community sensitization, community engagement, public relations and media relations. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to enter the programme. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so.DDR practitioners should keep in mind that PI/SC should be aimed at a much wider audience than those people who are directly involved in or affected by the DDR process within a particular context. PI/SC strategies can also play an essential role in building regional and international political support for DDR efforts and can help to mobilize resources for parts of the DDR process that are funded through voluntary donor contributions and are crucial for the success of reintegration programmes. PI/SC staff in both mission and non-mission settings should therefore be actively involved in the preparation, design and planning of any events in-country or elsewhere that can be used to highlight the objectives of the DDR process and raise awareness of DDR among relevant regional and international stakeholders. Additionally, PI can play an important role in encouraging a holistic view of the challenges of rebuilding a nation and can serve as a major tool in advocacy for gender equality and inclusiveness, which form part of DDR (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 5.10 on Women, Gender and DDR). The role of national authorities is also critical in public information. DDR must be nationally-led in order to build the foundation of long-term peace. Therefore, DDR practitioners should ensure that relevant messages are approved and transmitted by national authorities.Communication is rarely neutral. This means that DDR practitioners should consider how messages will be received as well as how they are to be delivered. Culture, custom, gender, and other contextual drivers shall form part of the PI/SC strategy design. Information, disinformation and misinformation are all hallmarks of the conflict settings in which DDR takes place. In times of crisis, information becomes a critical need for those affected, and individuals and communities can become vulnerable to misinformation and disinformation. Therefore, one objective of a DDR PI/SC strategy should be to provide information that can address this uncertainty and the fear, mistrust and possible violence that can arise from a lack of reliable information.Merely providing information to ex-combatants, persons formerly associated with armed forces and groups, dependants, victims, youth at risk of recruitment and conflict-affected communities will not in itself transform behaviour. It is therefore important to make a distinction between public information and strategic communication. Public information is reliable, accurate, objective and sincere. For example, if members of armed forces and groups are not provided with such information but, instead, with confusing, inaccurate and misleading information (or promises that cannot be fulfilled), then this will undermine their trust, willingness and ability to participate in DDR. Likewise, the information communicated to communities and other stakeholders about the DDR process must be factually correct. This information shall not, in any case, stigmatize or stereotype former members of armed forces and groups. Here it is particularly important to acknowledge that: (i) no ex-combatant or person formerly associated with an armed force or group should be assumed to have a natural inclination towards violence; (ii) studies have shown that most ex-combatants do not (want to) resort to violence once they have returned to their communities; but (iii) they have to live with preconceptions, distrust and fear of the local communities towards them, which further marginalizes them and makes their return to civilian life more difficult; and (iv) female ex-combatants and women associated with armed forces and groups (WAAFAG) and their children are often stigmatized, and may be survivors of conflict-related sexual violence and other grave rights violations.If public information relates to activities surrounding DDR, strategic communication, on the other hand, needs to be understood as activities that are undertaken in support of DDR objectives. Strategic communication explicitly involves persuading an identified audience to adopt a desired behaviour. In other words, whereas public information seeks to provide relevant and factually accurate information to a specific audience, strategic communication involves complex messaging that may evolve along with the DDR process and the broader strategic objectives of the national authorities or the UN. It is therefore important to systematically assess the impact of the communicated messages. In many cases, armed forces and groups themselves are engaged in similar activities based on their own objectives, perceptions and goals. Therefore, strategic communication is a means to provide alternative narratives in response to rumours and to debunk false information that may be circulating. In addition, strategic communication has the vital purpose of helping communities understand how the DDR process will involve them, for example, in programmes of community violence reduction (CVR) or in the reintegration of ex-combatants and persons formerly associated with armed forces and groups. Strategic communication can directly contribute to the promotion of both peacebuilding and social cohesion, increasing the prospects of peaceful coexistence between community members and returning former members of armed forces and groups. It can also provide alternative narratives about female returnees, mitigating stigma for women as well as the impact of the conflict on mental health for both DDR participants and beneficiaries in the community at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5112, - "Score": 0.402911, - "Index": 5112, - "Paragraph": "Measures must be developed that, in addition to addressing misinformation and disinformation, challenge hate speech and attempt to mitigate its potential impacts on the DDR process. If left unchecked, hate speech and incitement to hatred in the media can lead to atrocities and genocide. In line with the United Nations Strategy and Plan of Action on Hate Speech, there must be intentional efforts to address the root causes and drivers of hate speech and to enable effective responses to the impact of hate speech.Hate speech is any kind of communication in speech, writing, or behaviour that attacks or uses pejorative or discriminatory language with reference to a person or a group on the basis of who they are, in other words, based on their religion, ethnicity, nationality, race, colour, descent, gender or other identifying factor. Hate speech aims to exclude, dehumanize and often legitimize the extinction of \u201cthe Other\u201d. It is supported by stereotypes, enemy images, attributions of blame for national misery and xenophobic discourse, all of which aim to strip the imagined Other of all humanity. This kind of communication often successfully incites violence. Preventing and challenging hate speech is vital to the DDR process and sustainable peace.Depending on the nature of the conflict, former members of armed forces and groups and their dependants may be the targets of hate speech. In some contexts, those who leave armed groups may be perceived, by some segments of the population, as traitors to the cause. They or their families may be targeted by hate speech, rumours, and other means of incitement to violence against them. As part of the planning for a DDR process in contexts where hate speech is occurring, DDR practitioners shall make all necessary efforts to include counter-narratives in the PI/SC strategy. These measures may include the following: \\n Counter hate speech by using accurate and reliable information. \\n Include peaceful counter-narratives in education and communication skills training related to the DDR process (e.g., as part of training provided during reintegration support). \\n Incorporate media and information literacy skills to recognize and critically evaluate hate speech when engaging with communities. \\n Include specific language on hate speech in DDR policy documents and/or related legislation. \\n Include narratives, stories, and other material that rehumanize ex-combatants and persons formerly associated with armed forces and groups in strategic communication interventions in support of DDR processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.4 Hate speech and developing counter-narratives", - "Heading3": "", - "Heading4": "", - "Sentence": "As part of the planning for a DDR process in contexts where hate speech is occurring, DDR practitioners shall make all necessary efforts to include counter-narratives in the PI/SC strategy.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3605, - "Score": 0.400892, - "Index": 3605, - "Paragraph": "Standard operating procedures (SOPs) are a set of mandatory step-by-step instructions designed to guide practitioners within a particular DDR programme in the conduct of disarmament operations and subsequent WAM activities. The development of disarmament SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations.In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in disarmament. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the DDR component, with the support of WAM advisers, and signed off by the head of the UN mission. All staff from the DDR component as well as UN military component members and any other partners supporting disarmament activities shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for the safe, effective and efficient conduct of the disarmament component of the DDR programme. All those engaged in supporting disarmament operations shall also be familiar with the relevant SOPs.A single disarmament SOP, or a set of SOPs each covering specific procedures related to disarmament activities, should be informed by the integrated assessment and the national DDR policy document, and comply with international guidelines and standards (IATG and MOSAIC), as well as with national laws and international obligations of the country where the programme is being implemented (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).SOPs should cover all disarmament-related activities and include two lines of management procedures: one for ammunition and explosives, and one for weapons systems. The SOP(s) should refer to and be consistent with any other WAM SOPs adopted by the mission and/or national authorities.While some missions and/or national authorities have developed a single disarmament SOP, others have preferred a set of SOPs. Regardless, SOPs should cover the following procedures: \\n Reception of arms and/or ammunition and explosives in static or mobile disarmament; \\n Compliance with weapons- and ammunition-related eligibility criteria (e.g., what is considered a serviceable weapon?); \\n Weapons storage management; \\n Ammunition and explosives storage management; \\n Accounting for weapons and ammunition; \\n Transportation of weapons; \\n Transportation of ammunition; \\n Storage checks; \\n Reporting and investigating loss or theft; \\n Destruction of weapons (or other appropriate methods of disposal and potential marking); \\n Destruction of ammunition (or other appropriate methods of disposal). \\n Managing spontaneous disarmament, including in advance of a formal DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 18, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Managing spontaneous disarmament, including in advance of a formal DDR process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5405, - "Score": 0.400892, - "Index": 5405, - "Paragraph": "The size and capacity of demobilization sites should be determined by the number of combatants and persons associated with armed forces and groups to be processed. Typically, demobilization sites with a small number of combatants and associated persons are easier to administer, control and secure. However, if many small demobilization sites are in operation at one time, this can lead to widely dispersed resources and difficult logistical situations. Demobilization sites should not accommodate more than 600 people at one time. When time constraints mean that larger numbers must be dealt with in a short period of time, two demobilization sites may be constructed simultaneously and managed by the same team. In order to optimize the use of demobilization sites and avoid bottlenecks, an operational plan should be developed that contains methods for controlling the number and flow of people to be demobilized at any particular time. Carrying out demobilization in phases is one option to increase efficiency. This process may include a pilot test phase, which makes it possible to learn from mistakes in the early phases and adapt the process so as to improve performance in later phases.Families often accompany combatants to cantonment sites. Where necessary, camps that are close to cantonment sites may be established for family members. Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising). Generally speaking, the demobilization component of a DDR process should be as short as possible. At temporary demobilization sites, it may be possible to process individuals in one or two days. If semi-permanent demobilization sites have been constructed, cantonment should be kept as short as possible \u2013 from one week to a maximum of one month. DDR practitioners should also seek to ensure that the conditions at demobilization sites are equivalent to those in civilian life. If this is the case, then it is less likely that demobilized individuals will be reluctant to leave. Demobilization should not begin until plans for reinsertion (or community violence reduction, as a stop-gap measure) and reintegration are ready to be put into operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 18, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.4 Size, capacity and duration", - "Heading4": "", - "Sentence": "Generally speaking, the demobilization component of a DDR process should be as short as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5000, - "Score": 0.39036, - "Index": 5000, - "Paragraph": "DDR practitioners shall base any and all strategic communications interventions \u2013 for example, to combat misinformation and disinformation \u2013 on clear conflict analysis. Strategic communications have a direct impact on conflict dynamics and the perceptions of armed forces and groups, and shall therefore be carefully considered. \u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made through the PI/SC strategy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4480, - "Score": 0.388288, - "Index": 4480, - "Paragraph": "Lack of local ownership or agency on the part of ex-combatants and receptor communities has contributed to failures in past DDR operations. The participation of a broad range of stakeholders in the development of a DDR strategy is therefore essential to its success. Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.1. Participatory, inclusive and transparent planning", - "Heading4": "", - "Sentence": "Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4099, - "Score": 0.385758, - "Index": 4099, - "Paragraph": "The UN police structure in an integrated UN peacekeeping operation will be based on the Strategic Guidance Framework for International Police Peacekeeping and will consist of four pillars: UN Police Command, UN Police Operations, UN Police Capacity-Building and Development, and UN Police Administration. Capabilities to prevent serious and organized crime should be activated and coordinated in order to support operations conducted by the State police service and to build the capacity of these forces where necessary. SPTs should also be included in the police contingent to assist in the development of national police capacities in specific technical fields including, but not limited to, forensics, criminal intelligence, investigations, and sexual exploitation and abuse/sexual and gender-based violence.At the strategic level, the UN police deployment will engage with the State\u2019s central police and security authorities and with the UN Country Team. At the operational level, the UN police deployment will develop regional and sector commands with team sites in critical locations. IPOs will work alongside and in close coordination with the national police, while FPUs will be based at the provincial level, in areas sensitive to public order and security disturbances. These FPUs may undertake protection of civilian tasks, secure and reinforce the activities of the IPOs, participate in joint missions with the force and civilian components of the mission, and provide general protection to UN staff, assets and freedom of movement. In this latter regard, FPUs shall be ready to implement evacuation plans if the need arises.Upon deployment to a mission area with a peacekeeping operation, all UN police personnel shall receive induction training which outlines their role in the DDR process. It is essential that all UN police personnel in the mission fully understand the aims and scope of the DDR process and are aware of the responsibilities of the UN police component in relation to DDR. With the deployment of UN police personnel to the mission area, the UN police commissioner will (depending on the size of the UN police component and its mandate) establish a dedicated DDR coordinating unit with a liaison officer who will work very closely with the mission\u2019s DDR command structures to coordinate activity with the military, the State police service and other relevant institutions involved in the DDR process. The DDR coordinating unit should be supported by a police gender adviser/focal point who can advise on gender perspectives related to the work of the police on DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. Deployment of UN police", - "Heading2": "5.1 Mission settings", - "Heading3": "5.1.3 Peacekeeping operations", - "Heading4": "", - "Sentence": "It is essential that all UN police personnel in the mission fully understand the aims and scope of the DDR process and are aware of the responsibilities of the UN police component in relation to DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3552, - "Score": 0.377964, - "Index": 3552, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3834, - "Score": 0.377964, - "Index": 3834, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c. \u2018may\u2019 is used to indicate a possible method or course of action; \\n d. \u2018can\u2019 is used to indicate a possibility and capability; \\n e. \u2018must\u2019 is used to indicate an external constraint or obligation.Weapons and ammunition management (WAM) is the oversight, accountability and management of arms and ammunition throughout their lifecycle, including the estab- lishment of frameworks, processes and practices for safe and secure materiel acquisi- tion, stockpiling, transfers, tracing and disposal.1 WAM does not only focus on small arms and light weapons, but on a broader range of conventional weapons including ammunition and artillery.Transitional WAM is a series of interim arms control measures that can be imple- mented by DDR practitioners before, after and alongside DDR programmes. Transi- tional WAM can also be implemented when the preconditions for a DDR programme are absent. The transitional WAM component of a DDR process is primarily aimed at reducing the capacity of individuals and groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives.Light weapon: Any man-portable lethal weapon designed for use by two or three per- sons serving as a crew (although some may be carried and used by a single person) that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. \\n Note 1: Includes, inter alia, heavy machine guns, hand-held under-barrel and mounted grenade launchers, portable anti-aircraft guns, portable anti-tank guns, re- coilless rifles, portable launchers of anti- tank missile and rocket systems, portable launchers of anti-aircraft missile systems, and mortars of a calibre of less than 100 millimetres, as well as their parts, components and ammunition. \\n Note 2: Excludes antique light weapons and their replicas.Small arm: Any man-portable lethal weapon designed for individual use that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. Note 1: Includes, inter alia, re- volvers and self-loading pistols, rifles and carbines, sub-machine guns, assault rifles and light machine guns, as well as their parts, components and ammunition. Note 2 Excludes antique small arms and their replicas.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Transi- tional WAM can also be implemented when the preconditions for a DDR programme are absent.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4275, - "Score": 0.377964, - "Index": 4275, - "Paragraph": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation. All UN DDR programmes shall be: people-centred; flexible; accountable and transparent; nationally and locally owned; inte- grated; and well-planned, in addition to being gender-sensitive. More specifically, when designing and implementing reintegration programmes, planners and practitioners shall take the following guidance into consideration:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5230, - "Score": 0.377964, - "Index": 5230, - "Paragraph": "The aim of this module is to provide guidance to DDR practitioners supporting the planning, design and implementation of demobilization operations during DDR programmes within the framework of peace agreements in mission and non-mission settings. Additional guidance related to the demobilization of women, children, youth, foreign combatants and persons with disabilities can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; IDDRS 5.30 on Youth and DDR; IDDRS 5.40 on Cross-Border Population Movements; and IDDRS 5.60 on Disability and DDR.The guidance in this module is also relevant for practitioners supporting demobilization in the context of security sector reform as part of a rightsizing process (see IDDRS 6.10 on DDR and Security Sector Reform). In addition, the guidance may be relevant to contexts where the preconditions for a DDR programme are not in place. For example, in some instances, DDR practitioners may be called upon to support national entities charged with the application of amnesty laws or other pathways for individuals to leave armed groups and return to civilian status Those individuals who take this route \u2013 reporting to amnesty commissions or the national authorities \u2013 also transition from military to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In addition, the guidance may be relevant to contexts where the preconditions for a DDR programme are not in place.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4443, - "Score": 0.372822, - "Index": 4443, - "Paragraph": "Community perception surveys include background information on socioeconomic and demographic data on all future direct beneficiaries of the reintegration programme including community expectations and perceptions of assistance provided to returning/ resettling ex-combatants. Community perception surveys collect useful data which can be used for qualitative indicators and to monitor changes in community perceptions of the reintegration process over time. DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 18, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.4. Community perception surveys", - "Heading4": "", - "Sentence": "DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4021, - "Score": 0.367884, - "Index": 4021, - "Paragraph": "In contexts where DDR is linked to SSR, the integration of vetted former members of armed groups into the armed forces, the State police service or other uniformed services as part of DDR processes shall be voluntary (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where DDR is linked to SSR, the integration of vetted former members of armed groups into the armed forces, the State police service or other uniformed services as part of DDR processes shall be voluntary (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3724, - "Score": 0.366679, - "Index": 3724, - "Paragraph": "The storage of weapons is less technical than that of ammunition and explosives, with the primary risks being loss and theft due to poor management. Although options for security measures are often quite limited in the field, in order to prevent or delay theft, containers should be equipped with fixed racks on which weapons can be secured with chains or steel cables affixed with padlocks. Some light weapons that contain explosive components, such as man-portable air- defence systems, will present explosive hazards and should be stored with other explosive materiel, in line with guidance on Compatibility Groups as defined by IATG 01.50 on UN Explosive Hazard Classification Systems and Codes.To allow for effective management and stocktaking, weapons that have been collected should be tagged. Most DDR programmes use handwritten tags, including the serial number and a tag number, which are registered in the DDR database. However, this method is not effective in the long term and, more recently, DDR components have been using purpose-made bar code tags, allowing for electronic reading, including with a smartphone.A physical stock check by number and type of arms should be conducted on a weekly basis in each storage facility, and the serial numbers of no less than 10 per cent of arms should be checked against the DDR weapons and ammunition database. Every six months, a 100 per cent physical stock check by quantity, type and serial number should be conducted, and records of storage checks should be kept for review and audit processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 29, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "7.3.1 Storing weapons", - "Heading4": "", - "Sentence": "Most DDR programmes use handwritten tags, including the serial number and a tag number, which are registered in the DDR database.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3523, - "Score": 0.363696, - "Index": 3523, - "Paragraph": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups. Staff should be conscious not only of the risks associated with handling weapons, ammunition and explosives, but also of the risks of unpredictable behaviour as a result of the significant levels of stress that disarmament activities can generate among combatants and other stakeholders. \\n Avoid supporting weapons buy-back: UN supported DDR programmes shall avoid attaching monetary value to weapons as a means of encouraging their surrender by members of armed forces and groups. Weapons buy-back programmes within and outside DDR have proven to be inefficient and even counter-productive as they tend to fuel national and regional arms flows, which in the end can jeopardize the achievement of disarmament objectives in a DDR programme. Buy-back programmes can also have unintended societal consequences such as economically rewarding combatants and exacerbating existing gender inequalities \\n Disarmament of foreign combatants: Disarmament operations may also need to consider armed foreign combatants. Foreign combatants may be disarmed in the host country or at the border of the country of origin to which they will be returning. DDR programmes should plan for disarmament of foreign combatants within or outside repatriation agreements between the country of origin and the host country (see IDDRS 5.40 on Cross-Border Population Movements). \\n Terrorism and violent extremism threats: DDR programmes are increasingly being conducted in contexts affected by terrorism. Disarmament operations in these contexts require the highest security safeguards and robust on-site WAM expertise to maximize the safety of all involved. DDR practitioners should be aware of the requirements imposed on States by UN Security Council resolutions 2370 (2017) and 2482 (2019) and Council\u2019s 2015 Madrid Guiding Principles and its 2018 Addendum, in terms of, inter alia, ensuring that appropriate legal actions are taken against those who knowingly engage in providing terrorists with weapons.4 \\n Lack of sustainability: Disarmament operations shall not start unless the sustainability of funding and resources is guaranteed. Previous attempts to carry out disarmament operations with insufficient assets and funds have resulted in unconstructive, partial disarmament, a return to armed conflict, and the failure of the entire DDR process. The reconfiguring and closing of UN missions is another crucial moment that should be planned in advance. Such transitions often require handing over responsibility to national authorities or to the United Nations Country Team (UNCT). It is important to ensure these entities have the mandate and capacity to complete the DDR programme even after the withdrawal of UN mission resources.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "5.3.1 Operational risks", - "Heading4": "", - "Sentence": "Weapons buy-back programmes within and outside DDR have proven to be inefficient and even counter-productive as they tend to fuel national and regional arms flows, which in the end can jeopardize the achievement of disarmament objectives in a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5180, - "Score": 0.363137, - "Index": 5180, - "Paragraph": "When compared with other media, the advantage of radio is that it often reaches the largest number of people, particularly in developing countries. This is because radio is less dependent on infrastructural development or the technological sophistication and wealth of the listener. It can also reach those who are illiterate. However, it should not be assumed that women (and children) have the same access to radio as men, especially in rural areas, since they may not have the resources to buy either the radio or batteries.A DDR radio programme can assist in providing updates on the DDR process (e.g., the opening of demobilization sites and inauguration of reintegration projects). It can also be used to disseminate messages targeting women and girls (to encourage their participation in the process), as well as children associated with armed forces and groups (for e.g., on the consequences of enlisting or holding children). Radio messages can also support behavioural change programming, for example, by destigmatizing mental health needs (see IDDRS 5.70 on Health and DDR, IDDRS 5.80 on Disability- Inclusive DDR and IASC Guidelines on Mental Health and Psychosocial Support). Some peacekeeping missions have their own UN Radio stations. In contexts where this is not the case, DDR practitioners should explore partnerships with the private sector and/or civil society.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 18, - "Heading1": "8. Media", - "Heading2": "8.2 Radio: local, national and international stations", - "Heading3": "", - "Heading4": "", - "Sentence": "However, it should not be assumed that women (and children) have the same access to radio as men, especially in rural areas, since they may not have the resources to buy either the radio or batteries.A DDR radio programme can assist in providing updates on the DDR process (e.g., the opening of demobilization sites and inauguration of reintegration projects).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3357, - "Score": 0.358569, - "Index": 3357, - "Paragraph": "A mission concept of operations is drawn up as part of an integrated activity at UNHQ. As part of this process, a detailed operational requirement will be developed for military capability to meet the proposed tasks in the concept. This will include military capability to support UN DDR. The overall military requirement is the responsibility of the Military Adviser, however, this individual is not responsible for the overall DDR plan. There must be close consultation among all components involved in DDR throughout the planning process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.7 Mission concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "There must be close consultation among all components involved in DDR throughout the planning process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3462, - "Score": 0.358569, - "Index": 3462, - "Paragraph": "In order to effectively implement the disarmament component of a DDR programme, meticulous planning is required. Planning for disarmament operations includes information collection, a risk and security assessment, identification of eligibility criteria, the development of standard operating procedures (SOPs), the identification of the disarmament team structure, and a clear and realistic timetable for operations. All disarmament operations shall be based on gender responsive analysis.The disarmament component is often the first stage of the entire DDR programme, and operational decisions made at this stage will have an impact on subsequent stages. Disarmament, therefore, cannot be designed in isolation from the rest of the DDR programme, and integrated assessment and DDR planning is key (see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures, and IDDRS 3.11 on Integrated Assessments).It is essential to determine the extent of the capability needed to carry out a disarmament component, and then to compare this with a realistic appraisal of the current capacity available to deliver it. Requests for further assistance from the UN mission military and police components shall be made as early as possible in the planning stage (see IDDRS 4.40 on UN Military Roles and Responsibilities and IDDRS 4.50 on UN Police Roles and Responsibilities). In non-mission settings, requests for capacity development assistance for disarmament operations may be directed to relevant UN agency(ies).Key terms and conditions for disarmament should be discussed during the peace negotiations and included in the agreement (see IDDRS 2.20 on The Politics of DDR). This requires that parties and mediators have an in-depth understanding of disarmament and arms control, or access to expertise to guide them and provide a common understanding of the different options available. In some contexts, the handover of weapons from one party to another (for example, from armed groups to State institutions) may be inappropriate, resulting in the need for the involvement of a neutral third party.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 7, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to effectively implement the disarmament component of a DDR programme, meticulous planning is required.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4227, - "Score": 0.358569, - "Index": 4227, - "Paragraph": "The establishment of an effective and professional police service is essential to the transformation of militarized societies into civilian ones. Often, the police service that existed previously will have been reduced in both its size and powers during the period of armed conflict, and many of its functions will have been taken over by a military apparatus with far greater resources. This serves to militarize the police, which is then comprised of personnel who may not have a specific police background and may operate without professional police capacities and attitudes. When States use the military in police functions, the distinction between maintaining internal order and external security becomes blurred, particularly because policing and public order control tend to be conducted with military techniques. At the same time, the general population will increasingly come to identify military forces as the primary security and order responder/provider.As countries transition from war to peace, the State police service should be reformed and restructured and its role as the security service responsible for maintaining internal security and public order should be (re)established. The period during which the police assume overall responsibility for internal security can be challenging. There may, for example, be a lack of accountability for acts committed during the prior conflict and rivalry between the different institutions involved. In this context, the withdrawal of international peacekeeping forces \u2013 including the UN police component \u2013 should be carefully planned, and the speed and phasing of the withdrawal should be based on the ability of State security institutions to assume responsibility for the maintenance of security and public order.During the period of transition from war to peace, DDR processes are sometimes linked to the reform of the State police services, particularly through the integration of former members of armed groups into the police and other law enforcement institutions. For further information on this integration process, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 18, - "Heading1": "8. Police reform and restructuring", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information on this integration process, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4001, - "Score": 0.356348, - "Index": 4001, - "Paragraph": "Police personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on The UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.In mission settings, the mandate granted by the UN Security Council will dictate the type and extent of UN police involvement in a DDR process. Dependent on the situation on the ground, this mandate can range from monitoring and advisory functions to full policing responsibilities. In mission settings with a peacekeeping operation, the UN police component will typically consist of individual police officers, formed police units and specialized police teams. In special political missions, formed police units will typically not be present, and the UN police presence may consist of senior advisers.In non-mission settings there is no UN Security Council mandate. Therefore, the type and extent of UN or international police involvement in a DDR process will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. An international police presence in a non-mission setting (whether UN or otherwise) will typically consist of advisers, mentors, trainers and/or policing experts, complemented where necessary by a specialized police team.When supporting DDR processes, police personnel may conduct several general tasks, including the provision of advice, support to coordination, monitoring and building public confidence. Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway. For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites. Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR). For example, police may support DDR practitioners who are engaged in the mediation of local peace agreements by orienting these individuals, and broader negotiating teams, to entry points in the community. Community-oriented policing practices and community violence reduction (CVR) programmes can also be mutually reinforcing (see IDDRS 2.30 on Community Violence Reduction).Finally, when DDR processes are linked to security sector reform (SSR), UN police personnel have an important role to play in the reform of State police and law enforcement institutions and can positively contribute to the establishment and furtherance of professional standards and codes of conduct of policing.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5412, - "Score": 0.356348, - "Index": 5412, - "Paragraph": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin. In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site. Group leaders, including women, should be chosen and given the responsibility of reporting any misbehaviour. A mechanism should also exist between group leaders and staff that will enable arbitration to take place should disputes or complaints arise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.5 Managing demobilization sites", - "Heading4": "", - "Sentence": "In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4430, - "Score": 0.356348, - "Index": 4430, - "Paragraph": "As full profiling and registration of ex-combatants is typically conducting during disar- mament and demobilization, programme planners and managers should ensure that these activities are designed to support reintegration, and that information gathered through profiling forms the basis of reintegration assistance. For more information on profiling and registration during disarmament and demobilization, see Module 4.10 section 7 and Module 4.20 sections 6 and 8.Previous DDR programmes have often experienced a delay between registration and the delivery of assistance, which can lead to frustration among ex-combatants. To deal with this problem, DDR programmes should provide ex-combatants with a clear and realistic timetable of when they will receive reintegration assistance when they first register for DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 16, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.2. Full profiling and registration of ex-combatants", - "Heading4": "", - "Sentence": "To deal with this problem, DDR programmes should provide ex-combatants with a clear and realistic timetable of when they will receive reintegration assistance when they first register for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5202, - "Score": 0.350931, - "Index": 5202, - "Paragraph": "Augmented and virtual reality techniques can allow partners, donors and members of the general public who are unfamiliar with DDR to immerse themselves in a real-life setting \u2013 for example, walking the path of an ex-combatant as he/she leaves an armed group and participates in a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 19, - "Heading1": "8. Media", - "Heading2": "8.8 Augmented and virtual reality", - "Heading3": "", - "Heading4": "", - "Sentence": "Augmented and virtual reality techniques can allow partners, donors and members of the general public who are unfamiliar with DDR to immerse themselves in a real-life setting \u2013 for example, walking the path of an ex-combatant as he/she leaves an armed group and participates in a DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4529, - "Score": 0.347404, - "Index": 4529, - "Paragraph": "The return of ex-combatants to communities can create real or perceived security prob- lems. The DDR programme should therefore include a strong, long-term public information campaign to keep communities and ex-combatants informed of the reintegration strategy, timetable and resources available. Communication strategies can also integrate broader peace-building messages as part of support for reconciliation processes.Substantial opportunities exist for disseminating public information and sensitiza- tion around DDR programmes through creative use of media (film, radio, television) as well as through using central meeting places (such as market areas) to provide regular programme information and updates. Bringing film messages via portable screens and equipment to rural areas is also an effective way to disseminate messages about DDR and the peace process in general. Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants. Identifying \u2018areas at-risk\u2019 can also help managers and practitioners prioritize areas in which communication strategies should initially be focused.Particular communication strategies should be developed in receiving communities to provide information support services, including \u2018safe spaces\u2019 for reporting security threats related to sexual and gender-based violence (especially for women and girls). Like- wise, focus groups for women and girls who are being reintegrated into communities should assess socio-economic and security needs of those individual who may face stig- matization and exclusion during reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.3. Public information and sensitization", - "Heading4": "", - "Sentence": "Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3551, - "Score": 0.346844, - "Index": 3551, - "Paragraph": "If women are not adequately integrated into DDR programmes, and disarmament operations in particular, gender stereotypes of masculinity associated with violence, and femininity dissociated from power and decision-making, may be reinforced. If implemented in a gender-sensitive manner, a DDR programme can actually highlight the constructive roles of women in the transition from conflict to sustainable peace.Disarmament can increase a combatant\u2019s feeling of vulnerability. In addition to providing physical protection, weapons are often seen as important symbols of power and status. Men may experience disarmament as a symbolic loss of manhood and status. Undermined masculinities at all ages can lead to profound feelings of frustration and disempowerment. For women, disarmament can threaten the gender equality and respect that may have been gained through the possession of a weapon while in an armed force or group.DDR programmes should explore ways to promote alternative symbols of power that are relevant to particular cultural contexts and that foster peace dividends. This can be done by removing the gun as a symbol of power, addressing key concerns over safety and protection, and developing strategic engagement with women (particularly female dependants) in disarmament operations.Female combatants and women and girls associated with armed forces and groups are common in armed conflicts across the world. To ensure that men and women have equal rights to participate in the design and implementation of disarmament operations, a gender-inclusive and -responsive approach should be applied at every stage of assessment, planning, implementation, and monitoring and evaluation. Such an approach requires gender expertise, gender analysis, the collection of sex- and age-disaggregated data, and the meaningful participation of women at each stage of the DDR process.Gender-sensitive disarmament operations are proven to be more effective in addressing the impact of the illicit circulation and misuse of weapons than those that do not incorporate a gender perspective (MOSAIC 6.10 on Women, Men and the Gendered Nature of Small Arms and Light Weapons). Therefore, ensuring that gender is adequately integrated into all stages of disarmament and other DDR-related arms control initiatives is essential to the overall success of DDR processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4 Gender-sensitive disarmament operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Therefore, ensuring that gender is adequately integrated into all stages of disarmament and other DDR-related arms control initiatives is essential to the overall success of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5567, - "Score": 0.341882, - "Index": 5567, - "Paragraph": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization. It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme. Reinsertion assistance should be planned to pave the way for reintegration support and should consist of time-bound, basic benefits delivered for up to 12 months. In mission settings, reinsertion assistance may be funded from the UN peacekeeping operation\u2019s assessed budget.This kind of transitional assistance may be provided in a number of different ways, including: \\n Cash-based transfers; \\n Commodity vouchers; \\n In-kind support; and \\n Public works programmesCash-based transfers include cash; digital transfers, such as payments made to mobile phones (\u2018mobile money transfers\u2019); and value vouchers. Value vouchers \u2013 also known as gift cards or stamps \u2013 provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. Vouchers may also be commodity-based \u2013 i.e., tied to a predefined quantity of given commodities, for example, food (see IDDRS 5.50 on Food Assistance in DDR). Commodities may also be provided directly as in-kind support. In-kind support may take various forms, including food or \u2018reinsertion kits\u2019. The latter are often composed of materials linked to job training or future employment, such as fishing kits and agricultural tools. Finally, public works programmes create temporary opportunities for demobilized individuals to receive cash, vouchers or food/other commodities as part of a reinsertion package. In some cases, reinsertion support may also be provided in the form of vocational training and/or income-generating opportunities. For guidance on these latter two options, see IDDRS 4.30 on Reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3352, - "Score": 0.341882, - "Index": 3352, - "Paragraph": "Military staff officers, either from UNHQ or, ideally, individuals specifically allocated as DDR staff for peace operations, will participate, when required and available, in joint assessment missions to assist in determining the military operational requirement specifically needed to support DDR. These officers can advise on technical issues that will be relevant to the particular DDR process and should possess gender expertise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.6 Joint assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "These officers can advise on technical issues that will be relevant to the particular DDR process and should possess gender expertise.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3437, - "Score": 0.341882, - "Index": 3437, - "Paragraph": "In order to lay the foundation for an effective DDR programme and sustainable peace, disarmament shall be voluntary. Forced disarmament can have a negative impact on contexts in transition, including in terms of restoring trust in authorities and efforts towards national reconciliation. In addition, removing weapons forcibly from combatants or persons associated with armed forces and groups risks creating a security vacuum and an imbalance in military capabilities which may generate increased tensions and lead to a resumption of armed violence. Voluntary disarmament should be facilitated through strong sensitization and communication efforts. It should also be underpinned by firm guarantees of security and immunity from prosecution for the illegal possession of weapon(s) handed in.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to lay the foundation for an effective DDR programme and sustainable peace, disarmament shall be voluntary.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3717, - "Score": 0.341882, - "Index": 3717, - "Paragraph": "The safety and security of collected weapons, ammunition and explosives shall be a primary concern. This is because the diversion of materiel or an unplanned storage explosion would have an immediate negative impact on the credibility and the objectives of the whole DDR programme, while also posing a serious safety and security risk. DDR programmes very rarely have appropriate storage infrastructure at their disposal, and most are therefore required to build their own temporary structures, for example, using shipping containers. Conventional arms and ammunition can be stored effectively and safely in these temporary facilities if they comply with international guidelines including IATG 04.10 on Field Storage, IATG 04.20 on Temporary Storage and MOSAIC 5.20 on Stockpile Management.The stockpile management phase shall be as short as possible. The sooner that collected weapons and ammunition are disposed of (see section 8), the better in terms of (1) security and safety risks; (2) improved confidence and trust; and (3) a lower requirement for personnel and funding.Post-collection storage shall be planned before the start of the collection phase with the support of a qualified DDR WAM adviser who will determine the size, location, staff and equipment required based on the findings of the integrated assessment (see section 5.1). The SOP should identify the actors responsible for securing storage sites, and a risk assessment shall be conducted by a WAM adviser in order to determine the optimal locations for storage facilities, including appropriate safety distances. The assessment shall also help identify priorities in terms of security measures to be adopted with regards to physical protection (see DDR WAM Handbook Unit 16).The content of DDR storage sites shall be checked and verified on a regular basis against the DDR weapons and ammunition database (see section 7.3.1). Any suspected loss or theft shall be reported immediately and investigated according to the SOP (see MOSAIC 5.20 for an investigative report template as well as UN SOP Ref.2017.22 on Loss of Weapons and Ammunition in Peace Operations).Weapons and ammunition must be taken from a store only by personnel who are authorized to do so. These personnel and their affiliation should be identified and authenticated before removing the materiel. The details of personnel removing and returning materiel should be recorded in a log, identifying their name, affiliation and signature, dates and times, weapons/ammunition details and the purpose of removal.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 29, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "", - "Heading4": "", - "Sentence": "The assessment shall also help identify priorities in terms of security measures to be adopted with regards to physical protection (see DDR WAM Handbook Unit 16).The content of DDR storage sites shall be checked and verified on a regular basis against the DDR weapons and ammunition database (see section 7.3.1).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4132, - "Score": 0.341882, - "Index": 4132, - "Paragraph": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities. Contingent on mandate and/or deployment strength, UN police personnel should aim to build a strong working relationship with different segments of local communities that enables the DDR process to take place. More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members. UN police personnel can monitor disarmament and demobilization sites and regularly liaise with communities and their male and female leaders at critical phases of the DDR process. Experience has shown that neglecting to address the different and shared concerns of the various segments of communities can lead to delays and a loss of the momentum required to push DDR forward. Due to their role in community policing, UN police personnel are often well placed to identify local concerns and coordinate with the parties involved to quickly resolve any problems that may arise.The presence of a dedicated UN police liaison officer within a mission\u2019s DDR component helps in the gathering and processing of intelligence on ex-combatants and persons formerly associated with armed forces and groups, their current situation and their possible future activities/locations. Such a liaison officer provides a valuable link to the operations of the UN police component and State police and law enforcement institutions. In this regard, the liaison officer can also keep the DDR component up to date on the progress of UN police personnel in advising and training the State police service.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "6. DDR processes and policing \u2013 general tasks", - "Heading2": "6.2 Coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4994, - "Score": 0.341882, - "Index": 4994, - "Paragraph": "PI/SC messages shall take into consideration the needs and interests of women and girls, who play a central role in peacebuilding at the community level. Female ex-combatants and other WAAFAG must be informed about their eligibility for DDR and any special programmes for them, which may require specific strategies and approaches. PI/SC messages shall also encourage the participation of women and girls in the DDR process. DDR practitioners shall strive to ensure that key messages, communications material and information campaigns are gender responsive, taking into account the need for tailored messaging that addresses the specific needs of women, men, boys and girls. They shall also leverage opportunities to support gender-transformative norms and women\u2019s empowerment. Specific attention should be paid to developing gender-responsive information strategies that can play an important role in the reintegration and return of women by mitigating their stigmatization and contributing to community sensitization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "PI/SC messages shall also encourage the participation of women and girls in the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5354, - "Score": 0.341882, - "Index": 5354, - "Paragraph": "Temporary demobilization sites that make use of existing facilities may be used as an alternative to the construction of semi-permanent demobilization sites. In this approach, combatants and persons associated with armed forces and groups are told to meet at a specific location for demobilization within a specific time period. Temporary demobilization sites may be particularly useful if the target group is small, if individuals are likely to report for demobilization in small groups, or if the target group is scattered in multiple, known locations that are logistically accessible. This kind of site allows demobilization teams to carry out their activities in these locations without the need to build permanent structures. This approach may also be more appropriate than semi-permanent cantonment sites when the target group is already based in the community where its members will reintegrate. This is because combatants who are already in their communities should, where possible, remain there rather than be transported to a demobilization centre and back again. For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites? \\n Are both male and female combatants already in the communities where they will reintegrate? \\n Will the demobilization process consist of formed military units reporting with their commanders, or individual combatants leaving active armed groups? \\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site? (See IDDRS 4.10 on Disarmament.) \\n Will cantonment play an important confidence-building role in the peace process? \\n What does the context tell you about the potential security threat to those who demobilize? Are active armed groups likely to retaliate against former members who opt to demobilize? \\n Can reception, disarmament and demobilization take place at the same site? \\n Can existing sites be used? Do they require refurbishment? \\n Will there be enough resources to build semi-permanent demobilization sites? How long will the construction process take? \\n What are the potential risks of cantoning any one of the groups?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 15, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.2 Temporary demobilization sites", - "Heading4": "", - "Sentence": "\\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4483, - "Score": 0.341882, - "Index": 4483, - "Paragraph": "DDR programme planners should ensure that participatory planning includes representa- tion of the armed forces\u2019 and groups\u2019 leadership and the (ex-) combatants themselves, both women and men. To facilitate the inclusion of younger and less educated (ex-) combatants and associated groups in planning activities, DDR representatives should seek out cred- ible mid-level commanders to encourage and inform about participation. This outreach will help to ensure that the range of expectations (of leaders, mid-level commanders, and the rank and file) are, where possible, met in the programme design or at least managed from an early stage.DDR planners and managers should exercise caution and carefully analyze pros and cons in supporting the creation of veterans\u2019 associations as a way of ensuring adequate representation and social support to ex-combatants in a DDR process. Although these asso- ciations may be useful in some contexts and function as an early warning and response system for identifying dissatisfaction among ex-combatants, and for confidence-building between discontented groups and the rest of the community, they should not become an impediment to the reintegration of ex-combatants in society by perpetuating violent or militaristic identities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.2. Ex-combatant engagement", - "Heading4": "", - "Sentence": "This outreach will help to ensure that the range of expectations (of leaders, mid-level commanders, and the rank and file) are, where possible, met in the programme design or at least managed from an early stage.DDR planners and managers should exercise caution and carefully analyze pros and cons in supporting the creation of veterans\u2019 associations as a way of ensuring adequate representation and social support to ex-combatants in a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3978, - "Score": 0.338062, - "Index": 3978, - "Paragraph": "The following normative documents (i.e., documents containing applicable norms, standards and guidelines) contain provisions that apply to the processes dealt with in this module. \\n International Ammunition Technical Guidelines, https://www.un.org/disarmament/ un-saferguard/guide-lines. \\n International Standards Organization, ISO Guide 51: \u2018Safety Aspects: Guidelines for Their Inclusion in Standards\u2019. \\n Modular Small-arms-control Implementation Compendium, https://www.un.org/ disarmament/convarms/mosaic. \\n Small Arms Survey and South Eastern and Eastern Europe Clearinghouse for the Control of Small Arms (SEESAC), SALW Survey Protocols, http://www.seesac.org/ Survey-Protocols. \\n Weapons and Ammunition Management Policy, United Nations Department of Operational Support, Department of Peace Operations, Department of Political and Peacebuilding Affairs, Department of Safety and Security, 2019. http://dag.un.org/ bitstream/handle/11176/400906/Weapons%20and%20Ammunition%20Policy.pdf. \\n UN Department of Political Affairs and UN Department of Peacekeeping Operations, Aide Memoire \u2013 Engaging with Non-State Armed Groups (NSAGs) for Political Purposes: Considerations for UN Mediators and Missions, 2017. \\n UN Development Programme, Blame It on the War? The Gender Dimensions of Violence in DDR, 2012. \\n UN Department of Peacekeeping Operations and UN Office for Disarmament Af- fairs. Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context. Handbook for United Nations DDR practitioners. 2018. Referred as \u2018DDR WAM Handbook\u2019 in this standard. \\n UN Institute for Disarmament Research, Utilizing the International Ammunition Tech- nical Guidelines in Conflict-Affected and Low-Capacity Environments, 2019, http:// www.unidir.org/files/publications/pdfs/utilizing-the-international-ammunition-tech- nical-guidelines-in-conflict-affected-and-low-capacity-environments-en-749.pdf. \\n UN Institute for Disarmament Research, The Role of Weapon and Ammunition Management in Preventing Conflict and Supporting Security Transition, 2019, https://www.unidir.org/publication/role-weapon-and-ammunition-manage- ment-preventing-conflict-and-supporting-security.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 19, - "Heading1": "Annex B: Normative documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The Gender Dimensions of Violence in DDR, 2012.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5512, - "Score": 0.329914, - "Index": 5512, - "Paragraph": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening. Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR). Medical screening facilities shall ensure privacy during physical check-ups. Those who require immediate medical attention of a kind that is not available at the demobilization site shall be taken to hospital. Others shall be treated in situ. Basic specialized attention in the areas of reproductive health and sexually transmitted infections, including voluntary testing and counselling for HIV/AIDS, shall be provided (see IDDRS 5.60 on HIV/AIDS). Reproductive health education and materials shall be provided to both men and women. Possible addictions (such as to drugs and/or alcohol) shall also be assessed and specific provisions provided for follow-up care. Psychosocial screening for mental health issues, including post-traumatic stress, shall be initiated at sites with available counselling support for initial consultation and referral to appropriate services. Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions. This can be done, for example, through an Information, Counselling and Referral System (see section 6.8).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 26, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.4 Health screening", - "Heading3": "", - "Heading4": "", - "Sentence": "Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4808, - "Score": 0.329914, - "Index": 4808, - "Paragraph": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim. Experience has shown that untreated wounded, ill and terminal ex-combatants constitute the most violent and dis- ruptive elements within any immediate post-conflict environment. Immediate health care assistance should therefore be provided during DDR from the very earliest stage.Planning for such assistance should include issues of sustainability by ensuring that ex-combatants are not a distinct target group for medical assistance, but receive care along with members of their communities of return/choice. Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues. Former combatants are likely to suffer a range of both short- and long- term health problems that can affect both their own reintegration prospects and receptor communities. In addition to basic medical screening and treatment for wounds and dis- eases, particular attention should be directed towards the needs of those with disabilities, those infected with HIV/AIDS, the chronically ill, and those experiencing psychosocial trauma and related illnesses. As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "", - "Heading4": "", - "Sentence": "As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3699, - "Score": 0.328976, - "Index": 3699, - "Paragraph": "In smaller disarmament operations or when IMS has not yet been set for the capture of the above information, a separate simple database should be developed to manage weapons, ammunition and explosives collected. For example, the use of a standardized Excel spreadsheet template which would allow for the effective centralization of data. DDR components and UN lead agency(ies) should dedicate appropriate resources to the development and ongoing maintenance of this database and consider the establishment of a more comprehensive and permanent IMS where disarmament operations will clearly involve the collection of thousands of weapons and ammunition. Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate. In instances where the peace agreement does not prevent the formal tracing or investigation of the weapons and ammunition collected, specialized UN entities including Panels of Experts or a Joint Mission Analysis Centre may analyse information and send tracing requests to national authorities, manufacturing countries or other former custodians of weapons regarding the origins of the materiel. These entities should be given access to weapons, ammunition and explosives collected and also check firearms against INTERPOL\u2019s Illicit Arms Records and tracing Management System (iARMS) database. Doing this would shed light on points of diversion, supply chains, and trafficking routes, inter alia, which may contribute to efforts to counter proliferation and illicit trafficking and support the overall objectives of DDR. Forensic analysis may also lead to investigations regarding the licit or illicit origin of the collected weapons and possible linkages to terrorist organizations, in line with UN Security Council resolutions 2370 (2017) and 2482 (2019).In a number of DDR settings, ammunition is generally handed in without its original packaging and will be loose packed and consist of a range of different calibres. Ammunition should be segregated into separate calibres and then accounted for in accordance with IATG 03.10 on Inventory Management.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 27, - "Heading1": "7. Evaluations", - "Heading2": "7.1 Accounting for weapons and ammunition", - "Heading3": "", - "Heading4": "", - "Sentence": "Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4781, - "Score": 0.328976, - "Index": 4781, - "Paragraph": "At a minimum, the psychosocial component of DDR programmes should offer an initial screening of ex-combatants as well as regular basic counseling where needed. A screen- ing procedure can be carried out by trained local staff to identify ex-combatants who are in need of special assistance. Early screening will not only aid psychologically-affected ex-combatants, but it will makes it possible to establish which participants are unlikely to benefit from more standard reintegration options. Providing more specialized options for this group will save valuable resources, and even more importantly, it will spare par- ticipants from the frustrating experience of not being able to fully engage in trainings or make use of economic support in the way healthier participants might.Following the screening process, ex-combatants who show clear signs of mental ill- health should, at a minimum, receive continuous basic counseling. This counseling must take place on a regular basis and allow for continuous contact with the affected ex-com- batants. As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders. These disorders cannot be treated through basic counseling and should be referred to psychological experts. In field settings, using narra- tive exposure therapy may be an option.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 46, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.1. Screening for mental health", - "Sentence": "As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3306, - "Score": 0.327327, - "Index": 3306, - "Paragraph": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme. Disarmament typically involves the collection, documentation (registration), identification, storage, and disposal (including destruction) of conventional arms and ammunition (see IDDRS 4.10 on Disarmament). Depending on the methods agreed in peace agreements and plans for future national security forces, weapons and ammunition will either be destroyed or safely and securely managed. Military components can therefore assist in performing the following disarmament-related tasks, which should include a gender-perspective in their planning and execution: \\n Monitoring the separation of forces. \\n Monitoring troop withdrawal from agreed-upon areas. \\n Manning reception centres. \\n Undertaking identification and physical checks of weapons. \\n Collection, registration and identification of weapons, ammunition and explosives. \\n Registration of male and female ex-combatants and associated groups.Not all military units possess the requisite capabilities to support the disarmament component of a DDR programme. Early and comprehensive planning should identify whether this is a requirement, and units/capabilities should be generated accordingly. For example, the collection of unused landmines may constitute a component of disarmament and requires military explosive ordnance disposal (EOD) units. The destruction and disposal of ammunition and explosives is also a highly specialized process and shall only be conducted by specially trained EOD military personnel in coordination with the DDR component of the mission. When the military is receiving weapons, it is important that both male and female soldiers participate in the process, particularly if it is necessary to search former combatants and persons formerly associated with armed forces and groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.2 Disarmament", - "Heading4": "", - "Sentence": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3651, - "Score": 0.327327, - "Index": 3651, - "Paragraph": "The role of pick-up points (PUPs) is to concentrate combatants and persons associated with armed forces and groups in a safe location, prior to a controlled and supervised move to designated disarmament sites. Administrative and safety processes begin at the PUP. There are similarities between procedures at the PUP and those carried out during mobile disarmament operations, but the two processes are different and should not be confused. Members of armed forces and groups that report to a PUP will then be moved to a disarmament site, while those who enter through the mobile disarmament route will be directed to make their way to demobilization.PUPs are locations agreed to in advance by the leaders of armed forces and groups and the UN mission military component. They are selected because of their convenience, security and accessibility for all parties. The time, date, place and conditions for entering the disarmament process should be negotiated by commanders, the National DDR Commission and the DDR component in mission settings and the UN lead agency(ies) in non-mission settings.Combatants often need to be moved from rural locations, and since many armed forces and groups will not have adequate transport, PUPs should be situated close to their positions. PUPs shall not be located in or near civilian areas such as villages, towns or cities. Special measures should be considered for children associated with armed forces and groups arriving at PUPs (see IDDRS 5.20 on Children and DDR). Gender-responsive provisions shall also be planned to provide guidance on how to process female combatants and WAAFG, including DDR/UN military staff composed of a mix of genders, separation of men and women during screening and clothing/baggage searches at PUPs, and adequate medical support particularly in the case of pregnant and lactating women (see IDDRS 5.10 on Women, Gender and DDR).Disarmament operations should also include combatants and persons associated with armed forces and groups with disabilities and/or chronically ill and/or wounded who may not be able to access the PUPs. These persons may also qualify for disarmament, while requiring special transportation and assistance by specialists, such as medical staff and psychologists (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disabilities and DDR).Once combatants and persons associated with armed forces and groups have arrived at the designated PUP, they will be met by male and female UN representatives, including military and child protection staff, who shall arrange their transportation to the disarmament site. This first meeting between armed individuals and UN staff shall be considered a high-risk situation, and all members of armed forces and groups shall be considered potentially dangerous until disarmed.At the PUP, combatants and persons associated with armed forces and groups may either be completely disarmed or may keep their weapons during movement to the disarmament site. In the latter case, they should surrender their ammunition. The issue of weapons surrender at the PUP will either be a requirement of the peace agreement, or, more usually, a matter of negotiation between the leadership of armed forces and groups, the national authorities and the UN.The following activities should occur at the PUP: \\n Members of the disarmament team meet combatants and persons associated with armed forces and groups outside the PUP at clearly marked waiting areas; personnel deliver a PUP briefing, explaining what will happen at the sites. \\n Qualified personnel check that weapons are clear of ammunition and made safe, ensuring that magazines are removed; combatants and persons associated with armed forces and groups are screened to identify those carrying ammunition and explosives. These individuals should be immediately moved to the ammunition area in the disarmament site. \\n Qualified personnel conduct a clothing and baggage search of all combatants and persons associated with armed forces and groups; men and women should be searched separately by those of the same sex. \\n Combatants and persons associated with armed forces and groups with eligible weapons and safe ammunition pass through the screening area to the transport area, before moving to the disarmament site. The UN shall be responsible for ensuring the protection and physical security of combatants and persons associated with armed forces and groups during their movement from the PUP. In non-mission settings, the national security forces, joint commissions or teams would be responsible for the above-mentioned tasks with technical support from relevant UN agency (ies), multilateral and bilateral partners.Those individuals who do not meet the eligibility criteria for entry into the DDR programme should leave the PUP after being disarmed and, where needed, transported away from the PUP. Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme. These individuals should be given a receipt that shows full details of the ineligible weapon handed over. This receipt may be used if there is an appeal process at a later date. People who do not meet the eligibility criteria for the DDR programme should be told why and orientated towards different programmes, if available, including CVR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 23, - "Heading1": "6. Monitoring", - "Heading2": "6.1 Disarmament locations", - "Heading3": "6.1.1. Static disarmament ", - "Heading4": "6.1.1.1 Pick-up points", - "Sentence": "Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3330, - "Score": 0.32397, - "Index": 3330, - "Paragraph": "The DDR component of the mission should coordinate and manage information gathering and reporting tasks, with supplementary information provided by the Joint Operations Centre (JOC) and Joint Mission Analysis Centre (JMAC). The military component can seek information on the following: \\n The locations, sex- and age-disaggregated troop strengths, and intentions of former combatants or associated groups, who may or will become part of a DDR process. \\n Estimates of the number/type of weapons and ammunition expected to be collected/stored during a DDR process, including those held by women and children. As accurate estimates may be difficult to achieve, planning for disarmament and broader transitional WAM must include some flexibility. \\n Sex- and age-disaggregated estimates of non-combatants associated with the armed forces, including women, children, and elderly or wounded/disabled people. Their roles and responsibilities should also be identified, particularly if human trafficking, slavery, and/or sexual and gender-based violence is suspected. \\n Information from UN system organizations, NGOs, and women\u2019s and youth groups. \\n\\n The information-gathering process can be a specific task of the military component, but it can also be a by-product of its normal operations, e.g., information gathered by patrols and the activities of MILOBs. Previous experience has shown that the leaders of armed groups often withhold or distort information related to DDR, particularly when communicating with the rank and file. Military components can be used to detect whether this is happening and can assist in dealing with this challenge as part of the public information and sensitization campaigns associated with DDR (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).The military component can assist dedicated mission DDR staff by monitoring and reporting on progress. This work must be managed by the DDR staff in conjunction with the JOC.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 9, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.4 Information gathering and reporting", - "Heading4": "", - "Sentence": "Military components can be used to detect whether this is happening and can assist in dealing with this challenge as part of the public information and sensitization campaigns associated with DDR (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).The military component can assist dedicated mission DDR staff by monitoring and reporting on progress.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3480, - "Score": 0.319438, - "Index": 3480, - "Paragraph": "A DDR integrated assessment should start as early as possible in the peace negotiation process and the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). This assessment should contribute to determining whether disarmament or any transitional arms control initiatives are desirable or feasible in the current context, and the potential positive and negative impacts of any such activities.The collection of information is an ongoing process that requires sufficient resources to ensure that assessments are updated throughout the lifecycle of a DDR programme. Information management systems and data protection measures should be employed from the start by DDR practitioners with support from the UN mission or lead UN agency(ies) Information Technology (IT) unit. The collection of data relating to weapons and those who carry them is a sensitive undertaking and can present significant risks to DDR practitioners and their sources. United Nations security guidelines should be followed at all times, particularly with regards to protecting sources by maintaining their anonymity.Integrated assessments should include information related to the political and security context and the main drivers of armed conflict. In addition, in order to design evidence-based, age-specific and gender-sensitive disarmament operations, the integrated assessment should include: \\n An analysis of the memberships of armed forces and groups (number, origin, age, sex, etc.) and their arsenals (estimates of the number and the type of weapons, ammunition and explosives); \\n An analysis of the patterns of weapons possession among men, women, girls, boys, and youth; \\n A mapping of the locations and access routes to materiel and potential caches (to the extent possible); \\n An understanding of the power imbalances and disparities in weapons possession between communities; \\n An analysis of the use of weapons in the commission of serious human rights violations or abuses and grave breaches of international humanitarian law, as well as crime, including organized crime; \\n An understanding of cultural and gendered attitudes towards weapons and the value of arms and ammunition locally; \\n The identification of sources of illicit weapons and ammunition and possible trafficking routes; \\n Lessons learnt from any past disarmament or weapons collections initiatives; \\n An understanding of the willingness of and incentives for armed forces and groups to participate in DDR. \\n An assessment of the presence of armed groups not involved in DDR and the possible impact these groups can have on the DDR process.Methods to gather data, including desk research, telephone interviews and face-to-face meetings, should be adapted to the resources available, as well as to the security and political context. Information should be centralized and managed by a dedicated focal point.BOX 1: HOW TO COLLECT INFORMATION \\n Use information already available (previous UN reports, publications by specialized research centres, etc.). Research has often already been undertaken in conflict-affected States, particularly if a country has previously implemented a DDR programme. \\n Engage with national authorities. Talk to their experts and obtain available data (e.g., previous SALW survey data, DDR data, national registers of weapons, and records of thefts/looting from storage facilities). \\n Ensure that all data collected on individuals is sex and age disaggregated. \\n If ceasefires have been implemented, warring parties may have provided a declaration of forces for the purpose of monitoring the ceasefire. Such declarations typically include information related to the disengagement and movement of troops and weapons. \\n Obtain data from seizures of weapons or discoveries of caches that provide insight into which armed forces and groups possess which materiel, as well as its origins and the context in which the seizures take place. \\n If the DDR programme is to be implemented with the support of a UN peace operation, organize regular meetings to compare observations and information with other UN agencies collecting data on security issues and armed forces and groups, as well as with other relevant international organizations and diplomatic representations. \\n Develop a network of key informants, including by meeting with ex-combatants and with male and female representatives and members of armed forces and groups. This should be done in line with the policy of the UN mission on engaging with armed forces and groups, if any, and in line with the UN\u2019s guidance on the modalities of engagement with armed forces and groups (see Annex B). \\n Meet with community leaders, women\u2019s organizations, youth groups, human rights organizations and other civil society groups. \\n Search for information and images on social media (e.g., monitor Facebook pages of armed groups and national defence forces).Once sufficient, reliable information has been gathered, collaborative plans can be drawn up by the National DDR Commission and the UN DDR component in mission settings or the National DDR Commission and lead UN agency(ies) in non-mission settings outlining the intended locations and site requirements for disarmament operations, the logistics and staffing required to carry out disarmament, and a timetable for operations.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 8, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.1 Integrated assessment", - "Heading4": "", - "Sentence": "\\n An assessment of the presence of armed groups not involved in DDR and the possible impact these groups can have on the DDR process.Methods to gather data, including desk research, telephone interviews and face-to-face meetings, should be adapted to the resources available, as well as to the security and political context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5091, - "Score": 0.31497, - "Index": 5091, - "Paragraph": "It is very important to pay attention to the language used in reference to DDR. This includes messaging about the process of disarmament and the \u2018surrender\u2019 of weapons, as well as the terms and expressions used to speak about and to ex-combatants and persons formerly associated with armed forces and groups. It is necessary to acknowledge that they are not naturally violent; that they might have left a lot behind in terms of social standing, respect and income in their armed group; and that therefore their return to civilian life may come with great economic and social sacrifices. The self-perception of former members of armed forces and groups (e.g., as revolutionaries or liberty fighters) also needs be understood, taken into consideration and, in some cases, positively reinforced to ensure their buy-in to the DDR process. Taking these sensitives into account may sometimes include the need to reprofile the language used by Government and local or even international media. It is of vital importance, especially when it comes to the prospect of reintegration, that the discourse used to talk about ex- combatants and persons formerly associated with armed forces and groups is not pejorative and does not reinforce existing stereotypes or community fears.Communicating about former members of armed forces and groups is also important in contexts where transitional justice measures are underway. The strategic communication and public information elements of supporting transitional justice as part of a DDR process (including, truth telling, criminal prosecutions and other accountability measures, reparations, and guarantees of non- recurrence) should be carefully planned (see IDDRS 6.20 on DDR and Transitional Justice). PI/SC campaigns should be designed to complement transitional justice interventions, and to manage the expectations of DDR participants, beneficiaries and communities. When transitional justice measures are visibly and publically integrated into DDR processes, this may help to ensure that grievances are addressed and demonstrate that these grievances were heard and taken into account. The visibility of these measures, in turn, contribute to improving the the prospects of social cohesion and receptibility between ex-combatants and communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 11, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.2 Communicating about former members of armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The strategic communication and public information elements of supporting transitional justice as part of a DDR process (including, truth telling, criminal prosecutions and other accountability measures, reparations, and guarantees of non- recurrence) should be carefully planned (see IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3494, - "Score": 0.314485, - "Index": 3494, - "Paragraph": "An accurate and detailed weapons survey is essential to draw up effective and safe plans for the disarmament component of a DDR programme. Weapons surveys are also important for transitional weapons and ammunition management activities (IDDRS 4.11 on Transitional Weapons and Ammunition Management). Sufficient data on the number and type of weapons, ammunition and explosives that can be expected to be recovered are crucial. A weapons survey enables the accurate definition of the extent of the disarmament task, allowing for planning of the collection and future storage and destruction requirements. The more accurate and verifiable the initial data regarding the specifically identified armed forces and groups participating in the conflict, the better the capacity of the UN to make appropriate plans or provide national authorities with relevant advice to achieve the aims of the disarmament component. Data disaggregated by sex and age is a prerequisite for understanding the age- and gender-specific impacts of arms misuse and for designing evidence-based, gender-responsive disarmament operations to address them. It is important to take into consideration the fact that, while women may be active members of armed groups, they may not actually hold weapons. Evidence has shown that female combatants have been left out of DDR processes as a result of this on multiple occasions in the past. A gender-responsive mapping of armed forces and groups is therefore critical to identify patterns of gender-differentiated roles within armed forces and groups, and to ensure that the design of any approach is appropriately targeted.A weapons survey should be implemented as early as possible in the planning of a DDR programme; however, it requires significant resources, access to sensitive and often unstable parts of the country, buy-in from local authorities and ownership by national authorities, all of which can take considerable time to pull together and secure. A survey should draw on a range of research methods and sources in order to collate, compare and confirm information (see Annex C on the methodology of weapons surveys).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.2 Weapons survey", - "Heading4": "", - "Sentence": "An accurate and detailed weapons survey is essential to draw up effective and safe plans for the disarmament component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4016, - "Score": 0.314485, - "Index": 4016, - "Paragraph": "Police personnel possess a wide range of skills and capacities that may contribute to DDR processes in the context of UN peacekeeping operations, SPMs and non-mission settings. In peacekeeping operations, UN police components will typically consist of IPOs, FPUs and SPTs. In special political missions, FPUs will typically not be present, and the UN police presence may consist of IPOs who work as senior advisers. In non-mission contexts, the UN or international police presence will typically consist of advisers, mentors, trainers and/or policing experts complemented, where necessary, by a SPT.The type and extent of UN or international police involvement in a DDR process in a non- mission setting will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. In mission settings, the mandate given to a UN police component will dictate the level and extent of its involvement in a DDR process. Dependent on the situation on the ground, the Security Council can grant mandates to UN police that range from monitoring and advisory functions to full policing responsibilities. In both mission and non-mission settings, police-related tasks may also include support for the reform, restructuring and development of the State police service and other law enforcement institutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In mission settings, the mandate given to a UN police component will dictate the level and extent of its involvement in a DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4859, - "Score": 0.314485, - "Index": 4859, - "Paragraph": "In order to build capacity and enhance participation in the democratic process, DDR programmes should support civic and voter education. This may include providing edu- cation or referrals to education opportunities on the nature and functioning of democratic institutions at the national, regional and/or local levels. Civic education on the country\u2019s comprehensive peace agreement (where applicable) or peace process should be consid- ered. At the local level, approaches to human rights education that draw from \u201cstreet law\u201d may be particularly effective, such as the practical application of citizens\u2019 rights, such as freedom of expression, the right to dissent, and the right to vote in secrecy in electoral processes that are free of coercion or intimidation, may be particularly effective.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 55, - "Heading1": "11. Political Reintegration", - "Heading2": "11.4. Entry points for political reintegration", - "Heading3": "11.4.3. Civic and voter education", - "Heading4": "", - "Sentence": "In order to build capacity and enhance participation in the democratic process, DDR programmes should support civic and voter education.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5206, - "Score": 0.31053, - "Index": 5206, - "Paragraph": "From the start, it is important to identify measurable indicators (the pieces of information that will show whether objectives are being met) as well as how this information will be gathered (sources and techniques) in order to monitor and evaluate the impact of the PI/SC strategy. Any aspects of the PI/SC strategy that do not have the effect they were designed to achieve shall be adapted. Indicators may include: \\n The number, sex, age and location (e.g, rural or urban) of people listening to radio programmes and consulting other media, including websites and social media, that convey messages regarding DDR; \\n The number of participants and beneficiaries engaging in the DDR process as a result of PI/SC activities; \\n The extent of the involvement of the local civilian population in reintegration programmes as a result of PI/SC efforts; and \\n The change in expectations and knowledge about the process among target audiences before and after PI/SC activities.This information can be gathered through surveys and interviews conducted throughout the implementation of the DDR process and also from the activity reports of other organizations, media reports, staff at the demobilization sites, local civil society actors in the communities, etc. Findings should be used to guide and shape ongoing activities and contribute to improving future efforts. For further information, refer to IDDRS 3.50 on Monitoring and Evaluation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 20, - "Heading1": "9. Economic reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Indicators may include: \\n The number, sex, age and location (e.g, rural or urban) of people listening to radio programmes and consulting other media, including websites and social media, that convey messages regarding DDR; \\n The number of participants and beneficiaries engaging in the DDR process as a result of PI/SC activities; \\n The extent of the involvement of the local civilian population in reintegration programmes as a result of PI/SC efforts; and \\n The change in expectations and knowledge about the process among target audiences before and after PI/SC activities.This information can be gathered through surveys and interviews conducted throughout the implementation of the DDR process and also from the activity reports of other organizations, media reports, staff at the demobilization sites, local civil society actors in the communities, etc.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3349, - "Score": 0.308607, - "Index": 3349, - "Paragraph": "Contingency planning for military contributions to DDR processes will typically be carried out by military staff at UNHQ in collaboration with the Force Headquarters of the Mission. Ideally, once it appears likely that a mission will be established, individuals can be identified in Member States to fill specialist DDR military staff officer posts in a DDR component in mission headquarters. These specialists could be called upon to assist at UNHQ if required, ahead of the main deployment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.5 Contingency planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Ideally, once it appears likely that a mission will be established, individuals can be identified in Member States to fill specialist DDR military staff officer posts in a DDR component in mission headquarters.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3812, - "Score": 0.308607, - "Index": 3812, - "Paragraph": "\\n 1 https://www.un.org/disarmament/convarms/mosaic. \\n 2 https://www.un.org/disarmament/convarms/ammunition \\n 3 The seven categories of major conventional arms, as defined by the UN Register of Conventional Arms, can be found at: https://www.un.org/disarmament/convarms/transparency-in -armaments/ \\n 4 See Operative Paragraph 6 of UN Security Council resolution 2370 (2017) and Operative Paragraph 10 of UN Security Council resolution 2482 (2019); and Section VI. Preventing and combating the illicit trafficking of small arms and light weapons and Guiding Principle 52 of Security Council\u2019s 2018 Addendum to the Madrid Guiding Principles (S/2018/1177). \\n 5 See DDR WAM Handbook Unit 11. \\n 6 See ibid., Annex 6. \\n 7 Aside from those containing high explosive (HE) material. \\n 8 See Seesac. Defence Conversion \u2013 The Disposal and Demilitarization of Heavy Weapons Systems. 2006. \\n 9 See OSCE. 2018. Best Practice Guide: Minimum Standards for National Procedures for the Deactivation of SALW.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 40, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 5 See DDR WAM Handbook Unit 11.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3932, - "Score": 0.308607, - "Index": 3932, - "Paragraph": "During a period of political transition, warring parties may be required to act as security providers. This may happen prior to or alongside DDR programmes. This transition phase is vital for building confidence at a time when warring parties may be losing their military capacity and their ability to defend themselves.Transitional security arrangements may include joint units, patrols or operations involving the parties to a conflict, often alongside a third-party presence (see IDDRS 2.20 on The Politics of DDR). The management of the weapons and ammunition used during these types of transitional security arrangements shall be governed by a clear legal framework and will require a robust plan agreed to by all actors. This plan shall also be underpinned by detailed SOPs for conducting activities and identifying precise responsibilities, by which all shall abide (see IDDRS 4.10 on Disarmament). These SOPs should include guidance on how to handle arms and ammunition captured, collected or found by the joint units.4 Depending on the context and the positions of stakeholders, members of armed forces and groups would be demobilized and disarmed, or would retain use of their own small arms and ammunition, which would be registered and stored when not in use.5 In some cases, such measures could facilitate the large-scale integration of ex-combatants into the security sector as part of a peace agreement (see IDDRS 6.10 on DDR and SSR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 15, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.3 DDR support to transitional security arrangements and transitional WAM", - "Heading4": "", - "Sentence": "This may happen prior to or alongside DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3988, - "Score": 0.308607, - "Index": 3988, - "Paragraph": "\\n 1 See https://unidir.org/publication/role-weapon-and-ammunition-management-preventing-con- flict-and-supporting-security \\n 2 See, for instance, Article 7.4 of the Arms Trade Treaty and section II.B.2 in the Report of the Third United Nations Conference to Review Progress Made in the Implementation of the Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/CONF.192/2018/RC/3). \\n 3 A world map including all relevant regional instruments can be consulted in the DDR WAM Hand- book, p. xx, and the texts of the various conventions and protocols can be found via www.un.org/ disarmament. \\n 4 Also see DDR WAM Handbook Unit 5. \\n 5 Ibid., Units 14 and 16. \\n 6 Ibid., Unit 13.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 20, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 4 Also see DDR WAM Handbook Unit 5.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4231, - "Score": 0.308607, - "Index": 4231, - "Paragraph": "Successful reintegration is a particular complex part of DDR. Ex-combatants and those previously associated with armed forces and groups are finally cut loose from structures and processes that are familiar to them. In some contexts, they re-enter societies that may be equally unfamiliar and that have often been significantly transformed by conflict.A key challenge that faces former combatants and associated groups is that it may be impossible for them to reintegrate in the area of origin. Their limited skills may have more relevance and market-value in urban settings, which are also likely to be unable to absorb them. In the worst cases, places from which ex-combatants came may no longer exist after a war, or ex-combatants may have been with armed forces and groups that committed atrocities in or near their own communities and may not be able to return home.Family and community support is essential for the successful reintegration of ex-com- batants and associated groups, but their presence may make worse the real or perceived vulnerability of local populations, which have neither the capacity nor the desire to assist a \u2018lost generation\u2019 with little education, employment or training, war trauma, and a high militarized view of the world. Unsupported former combatants can be a major threat to the security of communities because of their lack of skills or assets and their tendency to rely on violence to get what they want.Ex-combatants and associated groups will usually need specifically designed, sus- tainable support to help them with their transition from military to civilian life. Yet the United Nations (UN) must also ensure that such support does not mean that other war-af- fected groups are treated unfairly or resentment is caused within the wider community. The reintegration of ex-combatants and associated groups must therefore be part of wider recovery strategies for all war-affected populations. Reintegration programmes should aim to build local and national capacities to manage the process in the long-term, as rein- tegration increasingly turns into reconstruction and development.This module recognizes that reintegration challenges are multidimensional, rang- ing from creating micro-enterprises and providing education and training, through to preparing receiving communities for the return of ex-combatants and associated groups, dealing with the psychosocial effects of war, ensuring ex-combatants also enjoy their civil and political rights, and meeting the specific needs of different groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Successful reintegration is a particular complex part of DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4939, - "Score": 0.308607, - "Index": 4939, - "Paragraph": "This module aims to present the range of objectives, target groups and means of communication that DDR practitioners may choose from to formulate a PI/SC strategy in support of DDR, both at the field and headquarters levels. The module includes guidance, applicable to both mission and non-mission settings, on the planning, design, implementation and monitoring of a PI/SC strategy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to present the range of objectives, target groups and means of communication that DDR practitioners may choose from to formulate a PI/SC strategy in support of DDR, both at the field and headquarters levels.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3909, - "Score": 0.303046, - "Index": 3909, - "Paragraph": "When part of a DDR process, transitional WAM should be considered when there is a need to respond to the presence of active and/or former members of armed groups. For example, transitional WAM may be appropriate when: \\n Armed groups refuse to disarm as the pre-conditions for a DDR programme are not in place. \\n Former combatants and/or persons formerly associated with armed groups return to their communities with weapons, ammunition and/or explosives, perhaps be- cause of ongoing insecurity or because weapons possession is a cultural practice or tied to notions of power and masculinity. \\n Weapons and ammunition are circulating in communities and pose a security threat, especially where: \\n\\n Civilians, including in certain contexts children, are at-risk of recruitment by armed groups; \\n\\n Civilians, including women, girls, men and boys, are at risk of serious interna- tional crimes, including conflict-related sexual violence. \\n\\n Former combatants and/or persons formerly associated with armed groups are about to return as part of DDR programmes.While transitional WAM should always aim to remove or facilitate the legal regis- tration of all weapons in circulation, the reality of weapons culture and the desire for self-protection and/or empowerment should be recognized, with transitional WAM options and objectives identified accordingly. A generic typology of DDR-related tran- sitional WAM measures is found in Table 1. When reference is made to the collec- tion, registration, storage, transportation and/or disposal, including the destruction, of weapons, ammunition and explosives during transitional WAM, the core guidelines outlined in IDDRS 4.10 on Disarmament apply.In addition to the generic measures outlined above, in some instances DDR practi- tioners may consider supporting the WAM capacity of armed groups. DDR practition- ers should exercise extreme caution when supporting armed groups\u2019 WAM capacity. While transitional WAM may help to build trust with national and international stake- holders and address some of the immediate risks with regard to the proliferation of weapons, ammunition and explosives, building the WAM capacity of armed groups carries certain risks, and may inadvertently reinforce the fighting capacity of armed groups, legitimize their status, and tarnish the UN\u2019s reputation, all of which could threaten wider DDR objectives. As a result, any decision to support armed groups\u2019 WAM capacity shall consider the following: \\n This approach must align with the broader DDR strategy agreed with and approved by national authorities as an integral part of a peace process or an alter- native conflict resolution strategy. \\n This approach must be in line with the overall UN mission mandate and objec- tives of the UN mission (if a UN mission has been established). \\n Engagement with armed groups shall follow UN policy on this matter, i.e. UN mission policy, including SOPs on engagement with armed groups where they have been adopted, the UN\u2019s Aide Memoire on Engaging with Non-State Armed Groups (NSAGs) for Political Purposes (see Annex B) and the UN Human Rights Due Diligence Policy. \\n This approach shall be informed by risk analysis and be accompanied by risk mitigation measures.If all of the above conditions are fulfilled, DDR support to WAM capacity-building for armed groups may include storing ammunition stockpiles away from inhabited areas and in line with the IATG, destroying hazardous ammunition and explosives as identified by armed groups, and providing basic stockpile management advice, support and solutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 9, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When part of a DDR process, transitional WAM should be considered when there is a need to respond to the presence of active and/or former members of armed groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4047, - "Score": 0.303046, - "Index": 4047, - "Paragraph": "There is no one-size-fits all policing policy and, as a result, there can be no standardized approach to determining police support to a particular DDR process. Instead, police support to DDR processes shall be context specific and in accordance with country plans and strategies.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no one-size-fits all policing policy and, as a result, there can be no standardized approach to determining police support to a particular DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4847, - "Score": 0.303046, - "Index": 4847, - "Paragraph": "In order to determine the role of, relevance of and obstacles to initiating and supporting political reintegration activities, DDR planners should ensure that the assessment and planning phases of DDR programming include questions and analyses that address the context-specific aspects of political reintegration.In preparing and analyzing assessments, DDR planners and reintegration practition- ers should pay close attention to the nature of the peace (e.g. negotiated peace agreement, military victory, etc.) to determine how it might impact DDR participants\u2019 and beneficiar- ies\u2019 ability to form political parties, extend their civil and political rights and take part in the overall democratic transition period.To inform both group level and individual level political reintegration activities, DDR planners should consider asking the following questions, as outlined below:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 53, - "Heading1": "11. Political Reintegration", - "Heading2": "11.2. Context assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to determine the role of, relevance of and obstacles to initiating and supporting political reintegration activities, DDR planners should ensure that the assessment and planning phases of DDR programming include questions and analyses that address the context-specific aspects of political reintegration.In preparing and analyzing assessments, DDR planners and reintegration practition- ers should pay close attention to the nature of the peace (e.g.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5382, - "Score": 0.303046, - "Index": 5382, - "Paragraph": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short. Finding a location that offers protection is necessary. The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required. Fresh potable water and electricity should be available. If they are not, a water purification system or water supplies and a generator should be brought in. Sanitary facilities must be supplied. Lighting should be installed to ensure security around the perimeter of the camp.When temporary demobilization sites are being used, it is particularly important to agree, in advance, on the distribution of tasks, financial responsibilities and the post-DDR ownership of the location. Where relevant, the following should also be considered: \\n The refurbishment and temporary use of community property: If available in the area where the demobilization site is to be set up, the use of existing hard-walled property should be considered. The decision should be made by weighing the medium- and long-term benefits to the community of repairing local facilities against the overall security and financial implications. These installations may not need rebuilding, and may be made usable by adding plastic sheeting, concertina wire, etc. Possible sites include disused factories, warehouses, hospitals, colleges and farms. Efforts should be made to verify ownership and to avoid legal complications. \\n The refurbishment and temporary use of state/military property: Where regular armed forces or well-organized/disciplined armed groups are to be demobilized, the use of existing military barracks, with the agreement of national authorities, should be considered. Generally speaking, these facilities should offer a degree of security and may have the required infrastructure already in place. The same security and administrative arrangements should apply to these sites as to others.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Temporary demobilization sites", - "Sentence": "The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3276, - "Score": 0.302372, - "Index": 3276, - "Paragraph": "Most UN peacekeeping operations, particularly those with a DDR mandate, rely on contingent troops and MILOBS that are collectively referred to as the peacekeeping force. The primary function of the military component is to provide security and to observe and report on security-related issues. Military contingents vary in their capabilities, structures, policies and procedures. Each peacekeeping operation has a military component specifically designed to fulfil the mandate and operational requirement of the mission.Early and comprehensive DDR planning will ensure that appropriately trained and equipped units are available to support DDR. As military resources and assets for peace operations are limited, and often provided for multiple purposes, it is important to identify specific DDR tasks that are to be carried out by the military at an early stage in the mission-planning process. These tasks will be different from the generic tasks usually captured in Statement of Unit Requirements. If any specific DDR-related tasks are identified during the planning phase, they must be specified in the Statement of Unit Requirements of the concerned unit(s).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 6, - "Heading1": "5. The military component in mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Each peacekeeping operation has a military component specifically designed to fulfil the mandate and operational requirement of the mission.Early and comprehensive DDR planning will ensure that appropriately trained and equipped units are available to support DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4090, - "Score": 0.302372, - "Index": 4090, - "Paragraph": "Before the establishment of any UN mission, the prospective mission mandate will be examined in order to jumpstart work on the UN police concept of operations. This is the document that will translate the political intent of the mission mandate into UN police strategies and operational directives, and will contain references to all UN police structures, locations, assets, capabilities and indicators of achievement. The necessary course of action for UN police personnel in relation to the DDR process should be outlined, taking into account the broad aims of the integrated mission, the integrated assessment, and consultations with other UN agencies, funds and programmes. The outlined course of action will also depend on the realities on the ground, the expectations of the parties concerned and the DDR structures to be deployed (see IDDRS 3.10 on Integrated DDR Planning: Structures and Processes). As soon as a Security Council Resolution is issued, a UN police deployment plan is drawn up.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. Deployment of UN police", - "Heading2": "5.1 Mission settings", - "Heading3": "5.1.2 Pre-deployment planning ", - "Heading4": "", - "Sentence": "The outlined course of action will also depend on the realities on the ground, the expectations of the parties concerned and the DDR structures to be deployed (see IDDRS 3.10 on Integrated DDR Planning: Structures and Processes).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4296, - "Score": 0.302372, - "Index": 4296, - "Paragraph": "The success of reintegration programmes depends on the combined efforts of individu- als, families and communities and therefore reintegration programmes shall be designed through an inclusive, participatory process that involves ex-combatants and communities, local and national authorities, and non-governmental actors in planning and deci- sion-making from the earliest stages. Buy-in to the reintegration process by key armed actors and military leaders shall be one of the first priorities of the DDR programme, and should be achieved in collaboration with national government and other key stakeholders in accordance with UN mandates. All parties to the conflict shall commit themselves to accepting an agreed framework, together with a timetable for carrying out activities.The primary responsibility for the successful outcome of DDR programmes rests with national authorities and local stakeholders. Reintegration programmes shall there- fore seek to develop the capacities of receiving communities, as well as local and national authorities. In contexts where national capacity is weak, it is important to ensure that international actors do not act as substitutes for national authorities in programme man- agement and implementation, but rather put forth all efforts to strengthen the national capacities needed to implement the long-term reintegration process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.4. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Buy-in to the reintegration process by key armed actors and military leaders shall be one of the first priorities of the DDR programme, and should be achieved in collaboration with national government and other key stakeholders in accordance with UN mandates.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4615, - "Score": 0.302372, - "Index": 4615, - "Paragraph": "Young ex-combatants, especially those aged under 15, should be reintegrated into formal education, which may mean extra support for teachers and trainers to manage the special needs of such learners. Some ex-combatants can be offered scholarships to finish their studies. Youth (see IDDRS 5.20 on Youth) should have priority in these cases, and particu- lar attention must be paid to assisting girls to return to school, requiring making available child care facilities for children in their care as well as evening courses.In some countries where the conflict was particularly protracted and ex-combatants have received little or no schooling, emphasis should be placed on \u2018catch-up\u2019 education to ensure that this group does not remain in a disadvantaged position, in relation to their peers. If allowances or school fees are to be funded by the reintegration programme, programme managers should ensure that resources are available for the full duration of ex-combatants\u2019 catch-up or accelerated education, which could be longer than the reinte- gration programme. If resources are not available, there should be a clearly communicated plan for phasing out support.It is clear that the funding available from a DDR programme will not cover all edu- cation costs of the programme participants who wish to continue their studies. This must be acknowledged and expectations managed during counseling for reintegration, so that ex-combatants are able to plan for some way to pay for the rest of their studies. It should also be acknowledged during counseling that in post-conflict economies education does not guarantee employment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 35, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.3. Education and scholarships", - "Heading4": "", - "Sentence": "If resources are not available, there should be a clearly communicated plan for phasing out support.It is clear that the funding available from a DDR programme will not cover all edu- cation costs of the programme participants who wish to continue their studies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5153, - "Score": 0.300376, - "Index": 5153, - "Paragraph": "In many cases, partnerships with other stakeholders are required to support the design, planning and implementation of the PI/SC strategy. The following partners are often the secondary audience of a DDR process; however, depending on the context, they may also be the primary audience (e.g., the international community in a regionalized armed conflict): \\n Civil society: This includes women\u2019s groups, youth groups, local associations and non- governmental organizations that play a role in the DDR process, including those working as implementing partners of national and international governmental institutions. \\n Religious leaders and institutions: The voices of moderate religious leaders can be amplified and coordinated with educators to foster coordination and promote messages of peace and tolerance. \\n Legislative and policy-setting authorities: The legal framework in the country regulating the media can be reviewed and laws put in place to prevent the distribution of messages inciting hate or spreading misinformation. If this approach is used, care must be taken to ensure that civil and political rights are not affected. \\n International and local media: International and local media are often the main source of information on progress in the peace process. Keeping both media segments supplied with accurate and up-to-date information on the planning and implementation of DDR is important in order to increase support for the process and avoid bad press. The media are also key whistleblowers that can identify, expose and denounce potential spoilers of the peace process. \\n Private sector: Companies in the private sector can also be important amplifiers and partners, for example, by generating specific recruitment advertisements in support of reintegration opportunities. Local telecommunication companies and internet service providers can also offer avenues to further disseminate key messages. \\n Opinion leaders/influencers: In many contexts, opinion leaders are public personalities who actively produce and interpret multiple sources of information to form an opinion. With the advent of social media, these actors generate viewership and large followings through regular programming and online presence. \\n Regional stakeholders: These include Governments, regional organizations, military and political parties of neighbouring countries, civil society in neighboring States, businesses and potential spoilers. \\n The international community: This includes donors, their constituencies (including, if applicable, the diaspora who can influence the direction of DDR), troop-contributing countries, the UN system, international financial institutions, non-governmental organizations and think tanks.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 16, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.2 Secondary audience (partners)", - "Heading3": "", - "Heading4": "", - "Sentence": "The following partners are often the secondary audience of a DDR process; however, depending on the context, they may also be the primary audience (e.g., the international community in a regionalized armed conflict): \\n Civil society: This includes women\u2019s groups, youth groups, local associations and non- governmental organizations that play a role in the DDR process, including those working as implementing partners of national and international governmental institutions.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3381, - "Score": 0.295241, - "Index": 3381, - "Paragraph": "DDR may be closely linked to security sector reform (SSR) in a peace agreement. This agreement may stipulate that vetted former members of armed forces and groups are to be integrated into the national armed forces, police, gendarmerie or other uniformed services. In some DDR-SSR processes, the reform of the security sector may also lead to the discharge of members of the armed forces for reintegration into civilian life. Dependant on the DDR-SSR agreement in place, these individuals can be given the option of benefiting from reintegration support.The modalities of integration into the security sector can be outlined in technical agreements and/or in protocols on defence and security. National legislation regulating the security sector may also need to be adjusted through the passage of laws and decrees in line with the peace agreement. At a minimum, the institutional and legal framework for SSR shall provide: \\n An agreement on the number of former members of armed groups for integration into the security sector; \\n Clear vetting criteria, in particular a process shall be in place to ensure that individuals who have committed war crimes, crimes against humanity, genocide, terrorist offences or human rights violations are not eligible for integration; in addition, due diligence measures shall be taken to ensure that children are not recruited into the military; \\n A clear framework to establish a policy and ensure implementation of appropriate training on relevant legal and regulatory instruments applicable to the security sector, including a code of conduct; \\n A clear and transparent policy for rank harmonization.DDR planning and management should be closely linked to SSR planning and management. Although international engagement with SSR is often provided through bilateral cooperation agreements, between the State carrying out SSR and the State(s) providing support, UN entities may provide SSR support upon request of the parties concerned, including by participating in reviews that lead to the rightsizing of the security sector in conflict-affected countries. Military personnel supporting DDR processes may also engage with external actors in order to contribute to coherent and interconnected DDR and SSR efforts, and may provide tactical, strategic and operational advice on the reform of the armed forces.For further information on vetting and the integration of armed forces and groups in the security sector, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 12, - "Heading1": "7. DDR and security sector reform", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Military personnel supporting DDR processes may also engage with external actors in order to contribute to coherent and interconnected DDR and SSR efforts, and may provide tactical, strategic and operational advice on the reform of the armed forces.For further information on vetting and the integration of armed forces and groups in the security sector, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5590, - "Score": 0.29277, - "Index": 5590, - "Paragraph": "There are many benefits associated with the provision of reinsertion assistance in the form of cash. Not only can the recipients of cash determine their own needs, but the ability to do so is a fundamental step towards empowerment. Cash can also be an efficient way to deliver support because it entails lower transaction and logistics costs than in-kind assistance, particularly in terms of transportation and storage. Less stigma may be attached to cash, which, compared with in-kind assistance or vouchers, is less visible to non-recipients. Providing cash to ex-combatants and persons formerly associated with armed forces and groups can also reduce the burden on the households and communities that receive these individuals. If a banking system is operational, cash can be paid directly into recipients\u2019 bank accounts, thereby reducing the security risks involved in cash distribution and, at the same time, strengthening the local banking system. The provision of cash may also have beneficial knock-on effects for local markets and trade.Prior to the provision of cash payments, DDR practitioners shall conduct a review of the local economy\u2019s capacity to absorb cash inflation. This is because the injection of cash into one locality can cause local prices to rise and adversely affect non-recipients living in the area. DDR practitioners shall also review the goods available on the local market. This is because cash will be of little utility in places where the commodities that people require (such as tools, equipment and food) are unavailable locally. DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization. If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest. One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence. Any potential misuse can be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract can outline how the money is supposed to be spent and would require follow- up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education should be provided alongside cash payments, as this can also help to reduce the risk that cash is misused.Providing cash is sometimes seen as posing security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is especially true for cash payments that are distributed at regular times at publicly known locations. Military commanders may also try to confiscate reinsertion payments from ex- combatants that were formerly under their control. Women and more vulnerable participants such as persons with disabilities, those with chronic illnesses and the elderly are at an increased risk for confiscation of payments and/or intimidation or threats. Cash transfers may also be hampered by the absence of banks in some parts of the country, and banks may be slow to process payments and have strict requirements in terms of identification documents. These requirements may, in some instances, lead to delays.Digital payments, such as over-the-counter and mobile money payments, may help to circumvent these problems by offering new and discreet opportunities to distribute cash. Preliminary evidence indicates that distributing cash through mobile money transfers has a positive impact because it does not require that the recipient has a bank account, and because recipients spend less time traveling to cash pick-up points and waiting for their transfer. Recipients can also cash out small amounts of their payment as and when needed and/or store money on their mobile wallet over the long term.In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone or, at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there are mobile network coverage and accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored to ensure that they adhere to previously agreed-upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy goods in the agent\u2019s store. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.1 Cash", - "Heading3": "", - "Heading4": "", - "Sentence": "If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3741, - "Score": 0.29277, - "Index": 3741, - "Paragraph": "Destruction reduces the flow of illicit arms and ammunition in circulation and removes the risk of materiel being diverted (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). Arms and ammunition that are surrendered during disarmament operations are in an unknown state and likely hazardous, and their markings may have been altered or removed. The destruction of arms and ammunition during a DDR programme is a highly symbolic gesture and serves as a strong confidence-building measure if performed and verified transparently. Furthermore, destruction is usually less financially burdensome than storing and guarding arms and ammunition in accordance with global guidelines.Obtaining agreement from the appropriate authorities to proceed usually takes time, resulting in delays and related risks of diversion or unplanned explosions. Disposal methods should therefore be decided upon with the national authorities at an early stage and clearly stated in the national DDR programme. Transparency in the disposal of weapons and ammunition collected from former warring parties is key to building trust in DDR and the entire peace process. A clear plan for destruction should be established by the DDR component or the lead UN agency(ies) with the support of WAM advisers, including the most suitable method for destruction (see Annex E), the development of an SOP, the location, as well as options for the processing and monitoring of scrap metal recycling, if relevant, and the associated costs of the destruction process. The plan shall also provide for the monitoring of the destruction by a third party to ensure that the process was efficient and that all materiel is accounted for to avoid diversion. The physical destruction of weapons is much simpler and safer than the physical destruction of ammunition, which requires highly qualified personnel and a thorough risk assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 30, - "Heading1": "8. Disposal phase", - "Heading2": "8.1 Destruction of materiel", - "Heading3": "", - "Heading4": "", - "Sentence": "Transparency in the disposal of weapons and ammunition collected from former warring parties is key to building trust in DDR and the entire peace process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4106, - "Score": 0.29277, - "Index": 4106, - "Paragraph": "In non-mission settings, UN policing experts may be deployed to support a DDR process in response to a request from a national Government. The deployment may be part of a technical assistance programme agreed between a UN entity and the Government, or may be defined by the Global Focal Point for Police, Justice and Corrections Areas in the Rule of Law in Post-Conflict and Other Crisis Situations (GFP). Advisers, mentors, trainers and/or policing experts may be deployed complemented, where necessary, by the deployment of a SPT. International police deployments of non-UN personnel can also take place on the basis of bilateral cooperation agreements.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. Deployment of UN police", - "Heading2": "5.2 Non-mission settings ", - "Heading3": "", - "Heading4": "", - "Sentence": "In non-mission settings, UN policing experts may be deployed to support a DDR process in response to a request from a national Government.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4795, - "Score": 0.29277, - "Index": 4795, - "Paragraph": "To adequately assess the existing capacities of local/regional support systems, an inven- tory and analysis of existing gaps is a first priority. Such an inventory should help to identify the existing local means used to address social and psychosocial issues, poten- tial partners, and the need to create or strengthen a network of practitioners. Next, the capacity of the existing social/psychosocial support structures as well as new ones (where needed), can be built to provide adequate services. A standard team consisting of trauma counselors (locally trained lay practitioners), may serve as a first-level of service providers in terms of trauma-related counseling as well as treatment of psycho-somatic condi- tions. They could also serve as mediators in cases of social adversity (e.g. family violence, extreme poverty, abuse and neglect of children). For the set-up of the treatment it has to be ensured that it is culturally acceptable (i.e. cultural acceptable gender and age match of trauma counselor and client).Sensitization and public awareness programmes on mental health and related psycho-social issues should also be developed and informed by the work of the commu- nity-based local staff. The focus of such programms should be sensitizing the community to the symptoms experienced by those who suffer from mental illness and impairment of associated functioning. This will involve strong efforts to de-stigmatize the conditions faced by psychologically-affected individuals. They should also provide information on access to care.Ideally, specialized treatment to address mental health should be offered to both civil- ians and ex-combatants in a community-based structure. Every DDR programme within a post-conflict setting is confronted with the challenge of reintegrating ex-combatants into a society which is itself recovering from trauma. Offering psychosocial care in a commu- nity-based structure for both former ex-combatants and civilians will foster reconciliation and make it possible for both groups to learn about each other\u2019s experiences during the war. In this way, psychosocial care does not only support the individual to heal, but can foster the restoration of the social fabric. Thus, a DDR programme may refer mentally-ill ex-combatants who cannot be treated through basic counseling to a common health ser- vice structure.Most importantly, all interventions have to be carried out within a framework of implementation research, including micro-level analysis. It will be important to con- duct impact evaluations on effectiveness and efficiency of trauma treatment, functioning recovery pre- and post-treatment in selected individuals, impact on social cohesion in the community, recovery of occupational functioning, socio-economic indicators, impact on readiness for reconciliation, etc,., on a continuing basis. Without such evaluations, there is the risk that ineffective and sometimes even harmful programmes are extended to regional services. Parallel to these evaluations, a measure of supervision (by master counselor, clinical practitioners) and peer sharing has to be set in motion between community, district practitioners and researchers at national level.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 47, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.2. Community-based stepped-care system", - "Sentence": "Every DDR programme within a post-conflict setting is confronted with the challenge of reintegrating ex-combatants into a society which is itself recovering from trauma.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5365, - "Score": 0.29277, - "Index": 5365, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4706, - "Score": 0.29277, - "Index": 4706, - "Paragraph": "Reconciliation among all groups is perhaps the most fragile and significant process within a national peace-building strategy, and may include many parallel processes, such as transitional justice measures (i.e. reparations and truth commissions) (see Module 6.20 on DDR and Transitional Justice for more information).A key component of the reintegration is the process of reconciliation. Reconciliation should take place within war-affected communities if long-term security is to be firmly established. Ex-combatants, associated groups and their dependants are one of several groups, including refugees and the internally displaced, who are returning and reinte- grating into post-conflict communities. These groups, and the community itself, have each had different experiences of the conflict and may require different strategies and assis- tance to rebuild their lives and social networks.Reconciliation between ex-combatants and receiving communities is the backbone of the reintegration process. Any reconciliation initiative needs to make sure that the dignity and safety of victims, especially survivors of sexual and gender-based vio- lence, is respected. Furthermore, it must be remembered that conceptions of transitional justice and reconciliation differ in each context. DDR practitioners should therefore explore and consider cultural traditions and indigenous practices that may be effectively used to begin reconciliation processes. Ceremonies that involve a public confrontation between victim and perpetrator should be avoided as they can lead to further trauma and stigmatization.In addition to focused \u2018reconciliation activities\u2019, reintegration programmes should aim to mainstream and encourage reconciliation in all components of reintegration. To achieve this, DDR programmes should benefit the community as a whole and should offer specifically-designed assistance to other war-affected groups (see section 6.2. on commu- nity-based reintegration).Working together in mixed groups of returning combatants, IDPs, refugees, and com- munity members, especially on economically productive activities such as agricultural cooperatives, group micro credit schemes, and labour-intensive community infrastruc- ture rehabilitation, can reduce negative stereotypes and build trust. DDR programmes should also identify \u2013 together with other reintegration and recovery programmes \u2013 ways of supporting reconciliation, peacebuilding and reparation initiatives and mechanisms.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 41, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.2. Reconciliation", - "Heading3": "", - "Heading4": "", - "Sentence": "reparations and truth commissions) (see Module 6.20 on DDR and Transitional Justice for more information).A key component of the reintegration is the process of reconciliation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4359, - "Score": 0.288195, - "Index": 4359, - "Paragraph": "The risks posed by enduring command structures should also be taken into account dur- ing reintegration planning and may require specific action. A stated aim of demobilization is the breakdown of armed groups\u2019 command structures. However, experience has shown this is difficult to achieve, quantify, qualify or monitor. Over time hierarchical structures erode, but informal networks and associations based upon loyalties and shared experi- ences may remain long into the post-conflict period.In order to break command structures and prevent mid-level commanders from becoming spoilers in DDR, programmes may have to devise specific assistance strategies that better correspond to the profiles and needs of mid-level commanders. Such support may include preparation for nominations/vetting for public appointments, redundancy payments based on years of service, and guidance on investment options, expanding a family business and creating employment, etc. Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process. Extreme caution should be exercised when requested to support the creation and maintenance of veterans\u2019 associations. Although these associations may arise spontane- ously as representation and self-help groups due to the fact that members face similar challenges, have affinities and have common pasts, prolonged affiliation may perpetu- ate the retention of \u201cex-combatant\u201d identities, preventing ex-combatants from effectively transitioning from military to their new civilian identities and roles.The overriding principle for supporting transformed command structures is that the associations that arise permit individual freedom of choice (i.e. joining is not required or coerced). In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.3. Focus on command structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4854, - "Score": 0.284901, - "Index": 4854, - "Paragraph": "It is important to recall that DDR programmes are not vested with the authority or capacity to deliver full-scale political and electoral support. Development of political reintegration programme activities should therefore aim to link closely with relevant organizations and capacities involved specifically in electoral processes and political party development, including national stakeholders, UN agencies, international and regional organizations and NGOs.Within the UN system, the Department of Political Affairs, through its Electoral Assistance Division (EAD), the United Nations Development Programme (UNDP), and existing civil affairs and PI units of UN missions, can be looked to for key guidance on implementing both individual and group political reintegration efforts. Outside the UN system, key multilateral organizations working to provide political party assistance and election observations include the Organization for Security and Co-operation in Europe (OSCE), the Organization of American States (OAS) and the International Institute for Democracy and Electoral Assistance (IDEA).In addition, leading international actors active in providing relevant assistance include: the German and Swedish party foundations, the National Democratic Insti- tute (NDI) and the International Republican Institute (IRI) in the United States, Britain\u2019s Westminster Foundation for Democracy (WFD), the Netherlands Institute for Multiparty Democracy (NIMD) and Australia\u2019s Centre for Democratic Institutions (CDI). It is impor- tant to emphasize that the majority of these party assistance organizations, although mostly funded by bilateral aid agencies and governments, are independent institutes that are relatively autonomous as regards how, with whom and where they execute their pro- grammes. Where applicable and appropriate, DDR managers should aim to partner with such organizations to build capacity within the DDR programme on political reintegra- tion issues and exchange information regarding best practices.For more information on coordination and partnerships in the area of political rein- tegration, see UNDP\u2019s Elections and Conflict Prevention: A Guide to Analysis, Planning, and Programming, 2009.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 54, - "Heading1": "11. Political Reintegration", - "Heading2": "11.3. Establishing partnerships and coordination mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "Where applicable and appropriate, DDR managers should aim to partner with such organizations to build capacity within the DDR programme on political reintegra- tion issues and exchange information regarding best practices.For more information on coordination and partnerships in the area of political rein- tegration, see UNDP\u2019s Elections and Conflict Prevention: A Guide to Analysis, Planning, and Programming, 2009.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3268, - "Score": 0.283473, - "Index": 3268, - "Paragraph": "There is no one-size-fits-all military policy and, as a result, there can be no standardized approach to determining military support to a particular DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no one-size-fits-all military policy and, as a result, there can be no standardized approach to determining military support to a particular DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5003, - "Score": 0.283473, - "Index": 5003, - "Paragraph": "To increase the effectiveness of a PI/SC strategy, DDR practitioners shall consider cultural factors and levels of trust in different types of media. PI/SC strategies shall be responsive to new political, social and/or technological developments, as well as changes within the DDR process as it evolves. DDR practitioners shall also take into account the accessibility of the information provided. This includes considerations related to both the selection of media and choice of language. All communications methods shall be designed with an understanding of potential context-specific barriers, including, for example, the remoteness of combatants and persons associated with armed forces and groups. Messages should be tested before dissemination to ensure that they meet the above mentioned criteria.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "PI/SC strategies shall be responsive to new political, social and/or technological developments, as well as changes within the DDR process as it evolves.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5015, - "Score": 0.283473, - "Index": 5015, - "Paragraph": "DDR practitioners shall ensure that PI/SC strategies are nationally and locally owned. National authorities should lead the implementation of PI/SC strategies. National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between community members and former members of armed forces and groups. National ownership also ensures that PI/SC strategies are culturally and contextually relevant, especially with regard to the PI/SC messages and communication tools used. In both mission and non-mission contexts, UN practitioners should coordinate closely with, and provide support to, national actors as part of the larger national PI/SC strategy. When combined with UN support (e.g. technical, logistical), national ownership encourages national authorities to assume leadership in the overall transition process. Additionally, PI/SC capacities must be kept close to central decision-making processes, in order to be responsive to the perogatives of the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Additionally, PI/SC capacities must be kept close to central decision-making processes, in order to be responsive to the perogatives of the DDR process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4412, - "Score": 0.283473, - "Index": 4412, - "Paragraph": "The registration of ex-combatants during the demobilization phase provides detailed information on each programme participant\u2019s social and economic expectations, as well as his/her capacities, resources, or even the nature of his/her marginalization. How- ever, by the time this registration takes place, it is already too late to begin planning the reintegration programme. As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins. Such a profile can be done through carefully randomized and stratified (to the extent possible) sampled surveys of smaller numbers of representative combatants.In order for these assessments to adequately form the basis for reintegration pro- gramme planning, implementation, and M&E, they should be further supplemented by data on specific needs groups and additional research, particularly in the fields of anthro- pology, history, and area studies. During the assessment process, attention should be paid to specific needs groups, including female combatants, WAAFG, youth, children, and combatants with disabilities. In addition, research on specific countries and peoples, including that of scholars from the country or region will prove useful. Cultural rela- tionships to land and other physical resources should also be noted here to better inform reintegration programme planners.The most important types of ex-combatant focused assessments are: \\n 1. Early profiling and pre-registration surveys; \\n 2. Full profiling and registration of ex-combatants; \\n 3. Identification and assessment of areas of return and resettlement; \\n 4. Community perception surveys; \\n 5. Reintegration opportunity mapping; and \\n 6. Services mapping and institutional capacity assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4451, - "Score": 0.283473, - "Index": 4451, - "Paragraph": "The post-conflict economic environment can be extremely complex and difficult as armed conflicts invariably damage or destroy human and economic capital, transform social relationships and trust, weaken production and trade systems, and distort the labour mar- ket. In this challenging environment, it is essential that DDR programmes avoid creating unrealistic expectations among stakeholders, especially programme participants and ben- eficiaries. By conducting reintegration opportunity mappings, programme managers will have a clearer understanding of the actual economic opportunities and assets available to those being reintegrated and be better equipped to provide ex-combatants with clear information as to what the reintegration programme will involve.DDR programme planners should prioritize the development of a countrywide sys- tematic mapping that builds upon the PCNA and other assessments conducted by relevant organizations to identify existing and potential employment opportunities. The analysis should include the functioning of: i) markets (labour, capital, goods and services, etc.); ii) input factors (land, energy resources, infrastructure, technology and information, etc.); and iii) supporting factors (institutional capacity in formal and informal economies, finan- cial markets, etc.). It should also capture potential financial service providers or training institutions available to support self-employment opportunities. Successful collaboration with development agencies and their monitoring activities is essential to this process.Opportunity mappings will also assess access to land and other natural resources, education and training possibilities, micro credit services (in contexts where they exist) and other employment and business development services (i.e. technical advisory, information and counseling services). The survey should include other development pro- grammes (both existing and planned) within the national recovery effort, as well as those of international and national development organizations.Attention shall be paid to different groups during opportunity mapping so that the employment, education and training needs and opportunities, as well as other resource needs of women and men, youth, children, and persons with disabilities, are well-un- derstood (also see Module 5.10 on Women, Gender and DDR, Module 5.20 on Youth and DDR, and Module 5.30 on Children and DDR). Social support services, such as support for people living with HIV/AIDS, trauma and drug abuse counseling, and/or disability rehabilitation services, should also be identified.This mapping should take place as early as possible (ideally beginning 9-12 months before the disarmament and demobilization phases begin) to ensure that training and social support programmes are ready when ex-combatants need them. They should reflect local and international laws and standards on gender- and age-appropriate labour, as well as changes in gender roles that may have occurred during conflict.On the basis of these assessments, the DDR programme can select training provid- ers, assess costs and capacity support needs, and develop context-specific programmes designed to meet the needs of diverse programme participants and beneficiaries.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 19, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.5. Reintegration opportunity mapping", - "Heading4": "", - "Sentence": "In this challenging environment, it is essential that DDR programmes avoid creating unrealistic expectations among stakeholders, especially programme participants and ben- eficiaries.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4535, - "Score": 0.283473, - "Index": 4535, - "Paragraph": "One of the weaknesses of past DDR programmes has been the lack of clearly defined objectives and measurable indicators, which are needed for the monitoring and evalua- tion (M&E) of the programme. The measurement of outcomes is essential to determining the success and effectiveness of inputs and outputs in the programme. Once the decision to implement a DDR programme has been taken, the government and/or national and local stakeholders, together with UN agencies and partners, shall develop a framework for results-based monitoring and evaluation. For more details on M&E see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and the UNDP How-to Guide on Monitor- ing and Evaluation for Disarmament, Demobilization and Reintegration Programmes.The starting point for effective, results-based M&E is for all concerned parties to arrive at a clear and unambiguous agreement about the context-specific objectives and expected results of the reintegration programme. Once expected results are clearly defined, all stakeholders must agree on key indicators for monitoring progress towards and measur- ing the achievement of outputs and outcomes.Reintegration outcomes typically refer to employment rates, changes in income, changes in ex-combatant behaviour, successful interactions with other social groups, and improvement in security both at national and local levels. M&E programmes should be sure to include indicators related to the efficient use of livelihoods resources in order to determine if programme approaches need to be adapted mid-way to increase the likeli- hood of success in the long-term.The programme budget required for M&E will largely depend on the following factors: \\n The number of dedicated M&E staff the programme hires and at what level; \\n The number of planned external evaluations; \\n The number and type of surveys and other primary data collection activities; \\n The costs associated with training; \\n The costs of establishing baselines.A very approximate rule of thumb is that around 3-7 percent of dedicated programme resources will be needed for effective and meaningful M&E.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 27, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.5. Monitoring and evaluation (M&E)", - "Heading4": "", - "Sentence": "One of the weaknesses of past DDR programmes has been the lack of clearly defined objectives and measurable indicators, which are needed for the monitoring and evalua- tion (M&E) of the programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4754, - "Score": 0.283473, - "Index": 4754, - "Paragraph": "The lack of available land for resettlement has been a major obstacle to successful rein- tegration in several countries, particularly those with high demographic pressure. Land is of critical concern in all components of reintegration ranging from the political to the social and economic spheres (for more information see section 9.5.4. of this module). It is also very closely associated with the definition of one\u2019s identity, and can represent a diffi- cult issue for DDR programme participants in both rural and urban settings. The return of refugees and IDPs along with ex-combatants and associated groups is likely to heighten tensions over land, thereby calling for the need to address these issues early on.Disputes over land and access to natural resources are among the root causes of many conflicts and can prove instrumental in the deterioration of the security situation (see Module 6.30 on DDR and Natural Resource Management). DDR programme planners must take these underlying tensions into account when planning the return, resettlement and reintegration of ex-combatants, as they are often competing with other returnees for access to land. Conducting an early conflict analysis which includes information on his- torical and available dispute mechanisms will assist reintegration planners in identifying the impact, availability and effectiveness of land and property dispute mechanisms. These assessments will also allow DDR programmes to respond to these issues with support to wider initiatives addressing land and access to natural resources and to avoid doing more harm through their interventions.DDR reintegration programmes should seek to support the mediation of housing and land disputes at the local level whenever possible, through support to legal aid groups or other appropriate service providers. Such mechanisms can transform potential conflict scenarios into reconciliation opportunities (e.g. through involving both ex-combatants and community members in finding solutions through mediation and arbitration that are acceptable to all and in line with cultural norms, where appropriate). Women, youth, children and disabled ex-combatants are among the most vulnerable groups with regard to land exclusion and disfranchisement. This not only has direct con- sequences on their livelihoods but also on their social standing within their communities. DDR planners and managers must keep in mind that in rural areas, traditional laws are likely to be those most abided by the population. In these systems, women may not tradi- tionally have access to property rights, but rather to user rights through their husbands and families. Should they find themselves widowed, separated or single for any reason, their livelihoods may be threatened unless recourse to traditional/local authorities is made on their behalf (see also IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 45, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "It is also very closely associated with the definition of one\u2019s identity, and can represent a diffi- cult issue for DDR programme participants in both rural and urban settings.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4882, - "Score": 0.281718, - "Index": 4882, - "Paragraph": "Many DDR programmes have failed in the past due to their narrow focus and short-term approach. To achieve sustainability and meet its goals to improve security, DDR must pave the way for post-conflict recovery and development to take root. Reintegration pro- grammes shall therefore be conceptualized, planned, designed and implemented as part of, or at least in very close cooperation with, wider recovery strategies. Linkages shall include, but not be limited to the areas of post-conflict rehabilitation, resettlement of dis- placed populations, reconciliation efforts, human rights promotion, transitional justice, improved governance and security sector reform. To achieve coherence, when design- ing reintegration programmes, UN practitioners should coordinate, and where possible, jointly plan programmes with actors working in these areas.In the case of reintegration, a number of UN agencies work in parallel to integrate various war-affected peoples including ex-combatants, returnees and IDPs, into the same labour market and communities. Information, such as number and profile of beneficiar- ies, therefore needs to be shared among UN agencies engaged in reintegration assistance. It should be the guiding principle from the earliest pre-mission assessment phase and continue throughout all stages of strategy development, programme planning and imple- mentation. The use of Memoranda of Understanding (MoU) between agencies intervening in the same sector or on the same issue has proven an efficient mechanism for coordination.DDR programme managers will need to ensure close coordination: \\n In the field, where coordination among UN entities, national counterparts, receiving communities, NGOs, donors, governmental aid organizations, and other implementing partners should be established at the earliest stages of mission planning; \\n At Headquarters, through integrated mission planning structures and processes (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures) to ensure that coordinated, coherent and consistent direction and support is provided to field operators; \\n Between the field and Headquarters, to ensure that lessons learned and policy devel- opment on DDR are built into field-level programming, particularly at the start of missions and DDR processes, as well as to ensure the participation of key stakehold- ers at the international level.Programme managers should also focus on building strong local, national and inter- national partnerships from the start. Partnerships are essential, both in direct, short-term programme implementation and in forming links to longer-term recovery, peace-build- ing, governance and development programmes.DDR managers should also ensure that relevant recovery and development frame- works are identified and guide their programmes, with specific attention to national recovery plans and poverty reduction strategy papers (PRSPs), the UN Development Assistance Framework (UNDAF), and the UN Policy for Post-Conflict Employment Crea- tion, Income Generation and Reintegration. This is vital to ensure that DDR programming is linked to peace-building, transition, recovery and reconstruction strategies and that it will facilitate the involvement of the various UN and other international agencies. While all efforts should be made to coordinate closely with other actors implementing related programmes, DDR programme managers should also clearly identify those objectives 3.10 that the reintegration programme can deal with directly, and those in which it can only contribute.Experience has shown that coordination is difficult to achieve, and that post-conflict governments often do not possess the organizational capacity to coordinate all of the pro- gram partners. This must be effectively communicated to donors so that they do not have unrealistic expectations on the ground for DDR programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 57, - "Heading1": "Endnotes", - "Heading2": "12. Linking reintegration to wider recovery and development", - "Heading3": "", - "Heading4": "", - "Sentence": "The use of Memoranda of Understanding (MoU) between agencies intervening in the same sector or on the same issue has proven an efficient mechanism for coordination.DDR programme managers will need to ensure close coordination: \\n In the field, where coordination among UN entities, national counterparts, receiving communities, NGOs, donors, governmental aid organizations, and other implementing partners should be established at the earliest stages of mission planning; \\n At Headquarters, through integrated mission planning structures and processes (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures) to ensure that coordinated, coherent and consistent direction and support is provided to field operators; \\n Between the field and Headquarters, to ensure that lessons learned and policy devel- opment on DDR are built into field-level programming, particularly at the start of missions and DDR processes, as well as to ensure the participation of key stakehold- ers at the international level.Programme managers should also focus on building strong local, national and inter- national partnerships from the start.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3903, - "Score": 0.280745, - "Index": 3903, - "Paragraph": "Women, men, children, adolescents and youth play an instrumental role in the imple- mentation of transitional WAM as part of a DDR process, including through encourag- ing family, community members and members of armed forces and groups to partic- ipate. Gender- and age-responsive transitional WAM is proven to be more effective in addressing the impacts of the illicit circulation and misuse of weapons, ammunition and explosives than transitional WAM that is gender or age blind. Gender and age mainstreaming is essential to assuring the overall success of DDR processes.DDR practitioners should involve women, children, adolescents and youth from affected communities in the planning, design, implementation, and monitoring and eval- uation phases of transitional WAM. Women can, for example, contribute to raising aware- ness of the risks associated with weapons ownership and ensure that rules adopted by the community, in terms of weapons control, are effective and enforced. As the owners and users of weapons, ammunition and explosives are predominantly men, including youth, communication and outreach efforts should focus on dissociating arms ownership from notions of power, protection, status and masculinity. For this type of gender- and age-transformative transitional WAM to be effective, it should be linked to other DDR- related tools, such as CVR, pre-DDR, and DDR support to mediation (see section 6).To ensure that transitional WAM is gender- and age-responsive, DDR practitioners should focus on the following areas of strategic importance: (a) the involvement of both men and women at all stages of transitional WAM, as well as children, adolescents and youth where appropriate; (b) the collection of sex- and age-disaggregated data and gender and age analysis as a baseline for understanding challenges and needs; (c) the measurement of progress through the development of age- and gender-sensitive in- dicators; (d) the enhancement of the gender competence and commitment to gender equality among programme staff and national partners, including the national DDR commission and other relevant bodies; (e) ensuring organizational structures, work- flows and knowledge management are responsive to different environments; (f) work- ing with partners to strengthen age- and gender-responsiveness, including women\u2019s, men\u2019s and youth networks and organizations; and (g) gender- and age-sensitive pro- gramme monitoring and evaluation exercises. Specific guidance can be found in ID- DRS 5.10 on Women, Gender and DDR, as well as in MOSAIC Module 06.10 on Women, Men and the Gendered Nature of SALW and MOSAIC Module 06.20 on Children, Ad- olescents, Youth and SALW. (See Annex B for other normative references.)", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 9, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Gender-sensitive transitional WAM", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender and age mainstreaming is essential to assuring the overall success of DDR processes.DDR practitioners should involve women, children, adolescents and youth from affected communities in the planning, design, implementation, and monitoring and eval- uation phases of transitional WAM.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4395, - "Score": 0.280745, - "Index": 4395, - "Paragraph": "The planning and design of reintegration programmes should be based on the collection of sex and age disaggregated data in order to analyze and identify the specific needs of both male and female programme participants. Sex and age disaggregated data should be captured in all types of pre-programme and programme assessments, starting with the conflict and security analysis, moving into post-conflict needs assessments and in all DDR-specific assessments.The gathering of gender-sensitive data from the start will help make visible the unique and varying needs, capacities, interests, priorities, power relations and roles of women, men, girls and boys. At this early stage, conflict and security analysis and rein- tegration assessments should also identify any variations among certain subgroups (i.e. children, youth, elderly, dependants, disabled, foreign combatants, abducted and so on) within male and female DDR beneficiaries and participants.The overall objective of integrating gender into conflict and security analysis and DDR assessments is to build efficiency into reintegration programmes. By taking a more gender-sensitive approach from the start, DDR programmes can make more informed decisions and take appropriate action to ensure that women, men, boys and girls equally benefit from reintegration opportunities that are designed to meet their specific needs. For more information on gender-sensitive programming, see Module 5.10 on Women, Gender and DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 12, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.2. Mainstreaming gender into analyses and assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "children, youth, elderly, dependants, disabled, foreign combatants, abducted and so on) within male and female DDR beneficiaries and participants.The overall objective of integrating gender into conflict and security analysis and DDR assessments is to build efficiency into reintegration programmes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5457, - "Score": 0.276026, - "Index": 5457, - "Paragraph": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs. The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 22, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.7 Demobilization team structure", - "Heading3": "", - "Heading4": "", - "Sentence": "The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3333, - "Score": 0.276026, - "Index": 3333, - "Paragraph": "Military components are typically widely spread across the conflict-affected country/region and can therefore assist by distributing information on DDR to potential participants and beneficiaries. Any information campaign should be planned and monitored by the DDR component and wider mission public information staff (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). MILOBs and the infantry battalion can assist in the dissemination of public information and in sensitization campaigns.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.5 Information dissemination and sensitization", - "Heading4": "", - "Sentence": "Any information campaign should be planned and monitored by the DDR component and wider mission public information staff (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3665, - "Score": 0.276026, - "Index": 3665, - "Paragraph": "A disarmament SOP should state the step-by-step procedures for receiving weapons and ammunition, including identifying who has responsibility for each step and the gender-responsive provisions required. The SOP should also include a diagram of the disarmament site(s) (either mobile or static). Combatants and persons associated with armed forces and groups are processed one by one. Procedures, to be adapted to the context, are generally as follows.Before entering the disarmament site perimeter: \\n The individual is identified by his/her commander and physically checked by the designated security officials. Special measures will be required for children (see IDDRS 5.20 on Children and DDR). Men and women will be checked by those of the same sex, which requires having both male and female officers among UN military/DDR staff in mission settings and national security/DDR staff in non-mission settings. \\n If the individual is carrying ammunition or explosives that might present a threat, she/he will be asked to leave it outside the handover area, in a location identified by a WAM/EOD specialist, to be handled separately. \\n The individual is asked to move with the weapon pointing towards the ground, the catch in safety position (if relevant) and her/his finger off the trigger.After entering the perimeter: \\n The individual is directed to the unloading bay, where she/he will proceed with the clearing of his/her weapon under the instruction and supervision of a MILOB or representative of the UN military component in mission settings or designated security official in a non-mission setting. If the individual is under 18 years old, child protection staff shall be present throughout the process. \\n Once the weapon has been cleared, it is handed over to a MILOB or representative of the military component in a mission setting or designated security official in a non-mission setting who will proceed with verification. \\n If the individual is also in possession of ammunition for small arms or machine guns, she/he will be asked to place it in a separate pre-identified location, away from the weapons. \\n The materiel handed in is recorded by a DDR practitioner with guidance on weapons and ammunition identification from specialist UN agency personnel or other arms specialists along with information on the individual concerned. \\n The individual is provided with a receipt that proves she/he has handed in a weapon and/or ammunition. The receipt indicates the name of the individual, the date and location, the type, the status (serviceable or not) and the serial number of the weapon. \\n Weapons are tagged with a code to facilitate storage, management and recordkeeping throughout the disarmament process until disposal (see section 7.1). \\n Weapons and ammunition are stored separately or organized for transportation under the instructions and guidance of a WAM adviser (see section 7.2 and DDR WAM Handbook Unit 11). Ammunition presenting an immediate risk, or deemed unfit for transport, should be destroyed in situ by qualified EOD specialists.BOX 6: PROCESSING HEAVY WEAPONS AND THEIR AMMUNITION \\n An increasing number of armed groups in areas of conflict across the world use light and heavy weapons, including heavy artillery or armoured fighting vehicles. Dealing with heavy weapons presents both logistical and political challenges. In certain settings, heavy weapons could be included in the eligibility criteria for a DDR programme, and the ratio of arms to combatants could be determined based on the number of crew required to operate each specific weapons system. However, while small arms and most light weapons are generally seen as an individual asset, heavy weapons are often considered a group asset, and thus may not be surrendered during disarmament operations that focus on individual combatants and persons associated with armed forces and groups. \\n To ensure comprehensive disarmament and avoid the exploitation of loopholes, peace negotiations and the national DDR programme should determine the procedures related to the arsenals of armed groups, including heavy weapons and/or caches of materiel. Processing heavy weapons and their ammunition requires a high level of technical knowledge. Heavy-weapons systems can be complex and require specialist expertise to ensure that systems are made safe, unloaded and all items of ammunition are safely separated from the platform. Conducting a thorough weapons survey and planning is vital to ensure the correct expertise is made available. The UN DDR component in mission settings or UN lead agency(ies) in non-mission settings should provide advice with regards to the collection, storage and disposal of heavy weapons, and support the development of any related SOPs. Procedures regarding heavy weapons should be clearly communicated to armed forces and groups prior to any disarmament operations to avoid unorganized and unscheduled movements of heavy weapons that might foment further tensions among the population. Destruction of heavy weapons requires significant logistics (see section 8); it is therefore critical to ensure the physical security of these weapons in order to reduce the risk of diversion.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 25, - "Heading1": "6. Monitoring", - "Heading2": "6.2 Procedures for disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Men and women will be checked by those of the same sex, which requires having both male and female officers among UN military/DDR staff in mission settings and national security/DDR staff in non-mission settings.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4270, - "Score": 0.276026, - "Index": 4270, - "Paragraph": "Sustainable reintegration of former combatants and associated groups into their commu- nities of origin or choice is the ultimate objective of DDR. A reintegration programme is designed to address the many destabilizing factors that threaten ex-combatants\u2019 suc- cessful transition to peace, including: economic hardship, social exclusion, psychological and physical trauma, and political disenfranchisement. Failure to successfully reintegrate ex-combatants will undermine the achievements of disarmament and demobilization, furthering the risk of renewal of armed conflict.Reintegration of ex-combatants and associated groups is a long-term process that occurs at the individual, community, national, and at times even regional level, and has economic, social/psychosocial, political and security factors affecting its success. Post-conflict economies have often collapsed, posing significant challenges to creating sustainable livelihoods for former combatants and other conflict-affected groups. Social and psychological issues of identity, trust, and acceptance are crucial to ensure violence prevention and lasting peace. In addition, empowering ex-combatants to take part in the political life of their communities and state can bring forth a range of benefits, such as providing civilians with a voice to address any former or residual grievances in a socially constructive, non-violent manner. Without sustainable and comprehensive reintegration, former combatants may become further marginalized and vulnerable to re-recruitment or engagement in criminal or gang activities.A reintegration programme will attempt to facilitate the longer-term reintegration process by providing time-bound, targeted assistance. A reintegration programme cannot match the breadth, depth or duration of the reintegration process, nor of the long-term recovery and development process; therefore, careful analysis is required in order to design and implement a strategic and pragmatic reintegration programme that best bal- ances timing, sequencing and a mix of programme elements from among the resources available. A strong monitoring system is needed to continuously track if the approach taken is yielding the desired effect. A well-planned exit strategy, with an emphasis on capacity building and ownership by national and local actors who will be engaged in the reintegration process for much longer than the externally assisted reintegration pro- gramme, is therefore crucial from the beginning.A number of key contextual factors should be taken into account when planning and designing the reintegration strategy. These contextual factors include: (i) the nature of the conflict (i.e. ideology-driven, resource-driven, identity-driven, etc.) and duration as determined by a conflict and security analysis; (ii) the nature of the peace (i.e. military victory, principle party negotiation, third party mediation); (iii) the state of the economy (especially demand for skills and labour); (iv) the governance capacity and reach of the state (legitimacy and institutional capacity); and, (v) the character and cohesiveness of combatants and receiving communities (trust and social cohesiveness). These will be dis- cussed in greater detail throughout the module.There are also several risks and challenges that must be carefully assessed, moni- tored and managed in order to successfully implement a reintegration programme. One of the key challenges in designing and implementing DDR programmes is how to ful- fill the specific and essential needs of ex-combatants without turning them into a real or perceived privileged group within the community. The reintegration support for ex-com- batants should therefore be planned in such a manner as to avoid creating resentment and bitterness within wider communities or society or putting a strain on a community\u2019s limited resources. Accordingly, this module seeks to emphasize the importance and ben- efits of approaching reintegration programmes from a community-based perspective in order to more effectively execute programme activities and avoid possible tensions form- ing between ex-combatants and community members.In order to increase the effectiveness of reintegration programmes, it is also essential to recognize and identify their limitations and boundaries. Firstly, the trust of ex-com- batants in the political process is often heavily influenced by the nature of the peace settlement and the trust of the overall population in the process; DDR both influences and is influenced by political processes. Secondly, the presence of economic opportunities is critical. And thirdly, the governance capacity of the state, referring to its perceived legit- imacy and institutional capacity to govern and provide basic services, is essential to the successful implementation of a DDR programme. DDR is fundamentally social, economic and political in character and should be seen as part of a broader integrated approach to recovery, including security, governance, and political and developmental aspects. There- fore, programmes shall be based upon context analyses (see above on contextual factors) that are integrated, comprehensive and coordinated across the UN family with national and other international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Firstly, the trust of ex-com- batants in the political process is often heavily influenced by the nature of the peace settlement and the trust of the overall population in the process; DDR both influences and is influenced by political processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3449, - "Score": 0.27501, - "Index": 3449, - "Paragraph": "Disarmament activities must not introduce distinctions based on sex, race, ethnicity, religion or other arbitrary criteria that may create or exacerbate vulnerabilities and power imbalances. All stages of disarmament or other arms control initiatives must integrate gender and age considerations, including the differing impacts and perceptions of such processes on women, men, boys and girls. Such an approach requires gender expertise, gender analysis, the collection of sex- and age-disaggregated data, and the meaningful participation of women and girls at each stage of the process. A gender- transformative approach actively examines, questions and changes unequal gender norms and imbalances of power. A gender-transformative approach thus helps countries to promote equitable rights and health, and contributes to the prevention of sexual and gender-based violence. A gender- transformative DDR programme should acknowledge, incorporate and address messages on masculinities and violence, including the linkage between masculinities and weapons ownership. Gender-transformative DDR programmes should also ensure that there are both male and female UN military personnel in leadership roles at pick-up points and mobile disarmament sites, and participating in the destruction of weapons. All precautions shall also be taken to avoid reinforcing or generating gender inequalities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender-responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender- transformative DDR programme should acknowledge, incorporate and address messages on masculinities and violence, including the linkage between masculinities and weapons ownership.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3515, - "Score": 0.27501, - "Index": 3515, - "Paragraph": "A comprehensive risk and security assessment should be conducted to inform the planning of disarmament operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries. The assessment should identify the tolerable risk (the risk accepted by society in a given context based on current values), and then identify the protective measures necessary to achieve a residual risk (the risk remaining after protective measures have been taken). Risks related to women, youth, children and other specific-needs groups should also be considered. Operational and technical risks to be assessed when considering which approach to take might relate to the combatants themselves, as well as to the types of weapons, ammunition and explosives being collected, and to external threats.In developing this \u2018safe\u2019 working environment, it must be acknowledged that there can be no absolute safety, and that many of the activities carried out during weapons collection operations have a high risk associated with them. However, national authorities, international organizations and non- governmental organizations (NGOs) must try to achieve the highest possible levels of safety.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 11, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "A comprehensive risk and security assessment should be conducted to inform the planning of disarmament operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5415, - "Score": 0.27501, - "Index": 5415, - "Paragraph": "A comprehensive risk and security assessment should be conducted to inform the planning of demobilization operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries. The assessment should identify the tolerable risk (the risk accepted by society in a given context based on current values), and then identify the protective measures necessary to achieve a residual risk (the risk remaining after protective measures have been taken). Risks related to women, youth, children, dependants and other specific-needs groups should also be considered. In developing this \u2018safe\u2019 working environment, it must be acknowledged that there can be no absolute safety and that many of the activities carried out during demobilization operations have a high risk associated with them. However, national authorities, international organizations and non-governmental organizations must try to achieve the highest possible levels of safety. Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement. \\n Attacks on demobilized individuals: In some instances, peace agreements may cause armed groups to fracture, with some parts of the group opting to enter DDR while others continue fighting. In these instances, those who favour continued armed conflict may retaliate against individuals who demobilize. In some cases, active armed groups may approach demobilization sites with the aim of retrieving their former members. If demobilized individuals have already returned home, members of active armed groups may attempt to track these individuals down in order to punish or forcibly re-recruit them. The family members of the demobilized may also be subject to threats and attacks, particularly if they reside in areas where members of their family member\u2019s former group are still present. \\n Attacks on women and minority groups: Historically, SGBV against women and minority groups in cantonment sites has been high. It is essential that security and risk assessments take into consideration the specific vulnerabilities of women, identify minority groups who may also be at risk and provide additional security measures to ensure their safety. \\n Attacks on individuals transporting and receiving reinsertion support: Security risks are associated with the transportation of cash and commodities that can be easily seized by armed individuals. If it is known that demobilized individuals will receive cash and/or commodities at a certain time and/or place, it may make them targets for robbery. \\n Unrest and criminality: If armed groups remain in demobilization sites (particularly cantonment sites) for long periods of time, perhaps because of delays in the DDR programme, these sites may become places of unrest, especially if food and water become scarce. Demobilization delays can lead to mutinies by combatants and persons associated with armed forces and groups as they lose trust in the process. This is especially true if demobilizing individuals begin to feel that the State and/or international community is reneging on previous promises. In these circumstances, demobilized individuals may resort to criminality in nearby communities or mount protests against demobilization personnel. \\n Recruitment: Armed forces and groups may use the prospect of demobilization (and associated reinsertion benefits) as an incentive to recruit civilians.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.4 Risk and security assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "A comprehensive risk and security assessment should be conducted to inform the planning of demobilization operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3733, - "Score": 0.267261, - "Index": 3733, - "Paragraph": "Destruction shall be the preferred method of disposal of materiel collected through DDR. However, other options may be possible, including the transfer of materiel to national stockpiles and the deactivation of weapons. Operations should be safe, cost-effective and environmentally benign.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 30, - "Heading1": "8. Disposal phase", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Destruction shall be the preferred method of disposal of materiel collected through DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4869, - "Score": 0.267261, - "Index": 4869, - "Paragraph": "Research into comparative peace processes suggests that the political roles and associ- ated livelihoods futures of mid-level commanders are critical in post-conflict contexts. Given mid-level commanders\u2019 ranks and level of responsibility and authority while with armed forces or groups, they often seek commensurate positions in post-conflict settings. Many seek an explicitly political role in post-conflict governance. Where DDR programmes have determined that commander incentive programmes will be required, a resource mobilization strategy should be planned and implemented in addition to a dedicated vetting process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 55, - "Heading1": "11. Political Reintegration", - "Heading2": "11.4. Entry points for political reintegration", - "Heading3": "11.4.5. Lobbying for mid-level commanders", - "Heading4": "", - "Sentence": "Where DDR programmes have determined that commander incentive programmes will be required, a resource mobilization strategy should be planned and implemented in addition to a dedicated vetting process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4398, - "Score": 0.267261, - "Index": 4398, - "Paragraph": "The nature of the conflict will determine the nature of the peace process, which in turn will influence the objectives and expected results of DDR and the type of reintegration approach that is required. Conflict and security analyses should be carried out and con- sulted in order to clarify the nature of the conflict and how it was resolved, and to identify the political, economic and social challenges facing a DDR programme. These analyses can provide critical information on the structure of armed groups during the conflict, how ex-combatants are perceived by their communities (e.g. as heroes who defended their communities or as perpetrators of violent acts who should be punished), and what ex-combatants\u2019 expectations will be following a peace agreement.A holistic analysis of conflict and security dynamics should inform the development of the objectives and strategies of the DDR programme. The following table suggests ques- tions for this analysis and assessment.For further information, please also refer to the UNDP Guide on Conflict-related Development Analysis (available online).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 12, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.3. Conflict and security analysis", - "Heading3": "", - "Heading4": "", - "Sentence": "The nature of the conflict will determine the nature of the peace process, which in turn will influence the objectives and expected results of DDR and the type of reintegration approach that is required.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4469, - "Score": 0.267261, - "Index": 4469, - "Paragraph": "A management information system (MIS) is vital in order to capture, store, access, and manage information on individual ex-combatants and communities of return/resettle- ment, and data on available opportunities for training, education and employment. It can also provide vital data for monitoring, feedback, and evaluation. DDR planners shall give early consideration to the design and maintenance of an MIS, as it will work to support and better organize all reintegration activities. See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases. The design and construction of the MIS should capture data that can be used to build a profile of the participant caseload. The collection of sex-, age- and disability-dis- aggregated socio-economic data (including information on specific needs, such as for wheelchairs or psychosocial services) is essential to the DDR programme. In addition, the data in the MIS should be easy to aggregate in order to provide regular updates for broad indicators.The development of new technologies, such as fingerprint identification and retina scanning, possess the potential to eradicate \u2018double dipping\u2019 of DDR assistance, particu- larly when cash assistance is provided as part of reinsertion assistance, or as an element of reintegration support.While providing for transparency and accountability, an MIS should also inform ongoing programme decision-making by influencing necessary programme adjustments to improve programme efficiency and effectiveness. DDR managers should therefore establish a concrete plan to incorporate feedback based on information gathered in the MIS.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 21, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.6. Managing data collected in assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4514, - "Score": 0.267261, - "Index": 4514, - "Paragraph": "A well-designed DDR programme shall not only enhance basic security but shall also sup- port wider recovery and development efforts. It shall further define strategies to address the following essential elements for progamme success: \\n Reintegration strategy and exit strategy; \\n Eligibility criteria; \\n Public information and sensitization; \\n Information counseling and referral services (ICRS); \\n Monitoring and evaluation (M&E); \\n Capacity development; \\n Resource mobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 25, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "", - "Heading4": "", - "Sentence": "A well-designed DDR programme shall not only enhance basic security but shall also sup- port wider recovery and development efforts.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4558, - "Score": 0.267261, - "Index": 4558, - "Paragraph": "Reintegration programmes\u2019 scope, commencement and timeframe are subject to funding availability, meaning implementation can frequently be delayed due to late or absent dis- bursement of funding. Previous reintegration programmes have faced serious funding problems, as outlined below. However, such examples can be readily used to inform and improve future reintegration initiatives.The move towards integration across the UN could help to solve some of these prob- lems. Resolution A/C.5/59/L.53 of the Fifth Committee of the UN General Assembly formally endorsed the financing of staffing and operational costs for disarmament and demobilization (including reinsertion activities), which allows the use of the assessed budget for DDR during peacekeeping activities. The resolution agreed that the demo- bilization process must provide \u201ctransitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools.\u201d However, committed funding for reintegration programming remains a key issue.Due to the challenges faced when mobilizing resources and funding, it is essential that DDR funding arrangements remain flexible. As past experience shows, strict alloca- tion of funds for specific DDR components (e.g. reintegration only) or expenditures (e.g. logistics and equipment) reinforces an artificial distinction between the different phases of DDR. Cooperation with projects and programmes or interventions by bilateral donors may work to fill this gap. For more information on funding and resource mobilization see Module 3.41 on Finance and Budgeting.Finally, ensuring the formulation of gender-responsive budgets and better tracking of spending and resource allocation on gender issues in DDR programmes would be an important accountability tool for the UN system internally, as well as for the host country and population.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 29, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.7. Resource mobilization", - "Heading4": "", - "Sentence": "logistics and equipment) reinforces an artificial distinction between the different phases of DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4742, - "Score": 0.267261, - "Index": 4742, - "Paragraph": "Involving youth in any approach addressing socialization to violence and social reinte- gration is critical to programme success. Oftentimes, youth who were raised in the midst of conflict have become socialized to see violence and weapons as a means to gaining power, prestige and respect (see Module 5.20 on Youth and DDR and Module 5.30 on Children and DDR). If youth interventions are not designed and implemented during the post-conflict stage, DDR programmes risk neglecting a new generation of citizens raised and socialized to take part in a culture of violence.Youth also often tend to be far more vulnerable than adults to political manipulation and (re-) recruitment into armed forces and groups, as well as gangs in the post-conflict environment. Youth who participated in conflict often face considerable struggles to rein- tegrate into communities where they are frequently marginalized, offered few economic opportunities, or taken for mere children despite their wartime experiences. Civic engage- ment of youth has been shown to contribute to the social reintegration of at-risk youth and young ex-combatants.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 44, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "10.4.2. Youth engagement", - "Heading4": "", - "Sentence": "Oftentimes, youth who were raised in the midst of conflict have become socialized to see violence and weapons as a means to gaining power, prestige and respect (see Module 5.20 on Youth and DDR and Module 5.30 on Children and DDR).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3319, - "Score": 0.263181, - "Index": 3319, - "Paragraph": "Military components may also assist with transitional weapons and ammunition management (WAM) as part of pre-DDR, as part of community violence reduction, or as part of DDR support to transitional security arrangements. The precise roles and responsibilities to be played by military components in each of these scenarios should be outlined in a set of standard operating procedures for transitional WAM (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 9, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.3 Transitional weapons and ammunition management", - "Heading4": "", - "Sentence": "Military components may also assist with transitional weapons and ammunition management (WAM) as part of pre-DDR, as part of community violence reduction, or as part of DDR support to transitional security arrangements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5504, - "Score": 0.260133, - "Index": 5504, - "Paragraph": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females. Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation. Profiling should include an emphasis on better understanding the reasons why these individuals joined armed forces or groups, aspirations for reintegration, what is needed for a given individual to become a productive citizen, education and technical/professional skill levels and major gaps, heath-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reinsertion and reintegration support. A standardized questionnaire collecting quantitative and qualitative information from ex-combatants and persons formerly associated with armed forces and groups shall be developed. This questionnaire can be supported by qualitative profiling, such as assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics). DDR practitioners should be aware that profiling may lead to raised expectations, especially if ex- combatants and persons formerly associated with armed forces and groups interpret questions about what they want to do in civilian life as promises of future support. DDR practitioners should therefore clearly explain the purpose of the profiling survey (i.e., to better tailor subsequent support) and inform participants of the limitations of future support. A sample profiling questionnaire can be found in Annex D.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.3 Profiling", - "Heading3": "", - "Heading4": "", - "Sentence": "Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3297, - "Score": 0.260133, - "Index": 3297, - "Paragraph": "Specialized military capacities such as communications, aviation, engineering, medical and logistics support are often in short supply, and hence may be used only when uniquely able to fulfil the task at hand. Where civilian sources can meet an approved operational requirement and the military component of a mission is fully engaged with other tasks, civilian resources should be used. If mandated, resourced and appropriately equipped, the military should be able to contribute to DDR in the ways described below. Furthermore, if the mandate and the concept of operations specify military support to a DDR process, then this should be factored into the force structure when the concept of operations is drawn up.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 7, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "", - "Heading4": "", - "Sentence": "Furthermore, if the mandate and the concept of operations specify military support to a DDR process, then this should be factored into the force structure when the concept of operations is drawn up.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3851, - "Score": 0.260133, - "Index": 3851, - "Paragraph": "Transitional WAM as part of a DDR process shall be implemented on a voluntary basis and, where appropriate, through engaging communities and armed forces and groups to identify issues and design solutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM as part of a DDR process shall be implemented on a voluntary basis and, where appropriate, through engaging communities and armed forces and groups to identify issues and design solutions.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3867, - "Score": 0.260133, - "Index": 3867, - "Paragraph": "Meticulous assessments, planning and monitoring are required in order to implement effective, evidence-based, tailored, gender- and age-responsive transitional WAM as part of a DDR process. Such an approach includes a contextual analysis, age and gen- der analysis, a risk and security assessment, the development of standard operating procedures (SOPs), the identification of technical and logistical resources, and a timeta- ble for operations and public awareness activities (see IDDRS 4.10 on Disarmament for guidance on these activities). The planning for transitional WAM should be articulated in the DDR national strategy, arms control strategy and/or broader national security strategy. If the context is a UN mission setting, the planning for transitional WAM should also be articulated in the mission concept, lower-level strategies and vision doc- uments of the UN mission. Importantly, DDR-related transitional WAM must not be designed in isolation from other arms control or related initiatives run by the national authorities and their international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 5, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Meticulous assessments, planning and monitoring are required in order to implement effective, evidence-based, tailored, gender- and age-responsive transitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4284, - "Score": 0.260133, - "Index": 4284, - "Paragraph": "To respond to contextual changes and remain relevant, reintegration programmes should be designed in such a way that allows for maximum adaptability. While the reintegration programme design will be based on initial assessments, it is important to remember that many contextual factors will change significantly during the course of the programme, such as the wishes and ambitions of ex-combatants, the labour market, the capacity of service providers, the capacity of the different government bodies, in addition to the agen- das of political parties and leaders in power. Furthermore, new or broader recovery plans may be designed during the timeframe of the DDR programme, for which reintegration programmes should be linked.Additionally, flexibility is required on the issue of targeting principles. While in the beginning of the programme exclusive targeted approaches might be appropriate, flexibil- ity to enlarge the target group within the scope of the programme should be considered and may also be part of the programme exit strategy. This means that the total number of combatants might be known at the beginning of a programme, but not necessarily the total number of beneficiaries or people assisted. Furthermore, flexibility of the types of reintegration assistance offered should be applied within the national programme. Fixed packages of individual assistance shall therefore be avoided.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Flexible", - "Heading3": "", - "Heading4": "", - "Sentence": "Furthermore, new or broader recovery plans may be designed during the timeframe of the DDR programme, for which reintegration programmes should be linked.Additionally, flexibility is required on the issue of targeting principles.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4519, - "Score": 0.260133, - "Index": 4519, - "Paragraph": "Reintegration programmes are often only able to cover the conflict transition and early recovery periods as the timeframes of externally-supported programmes is limited. Reintegration processes, however, take much longer and become in large part \u2013 if not entirely \u2013 the responsibility of national actors. Due to this timeframe, the reintegration process is inherently linked to long-term recovery and development processes. Many aspects and outcomes of the reintegration programme, therefore, need to be transferred and sustained beyond the lifespan of the DDR operation to support national counterparts in the immense task at hand. To ensure this smooth transition, reintegration programme managers shall clearly define the exit strategy during the planning stage, focusing on the transition between reintegration and broader SSR, violence prevention, wider recovery, peace building and development processes.A capacity development component at the end of the reintegration programme should be planned for from the earliest stage to assure a smooth programme transition and to ensure that the responsibility for reintegration consistently rests with national institutions and government ministries.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 25, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.1. Reintegration strategy and exit strategy", - "Heading4": "", - "Sentence": "Many aspects and outcomes of the reintegration programme, therefore, need to be transferred and sustained beyond the lifespan of the DDR operation to support national counterparts in the immense task at hand.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4732, - "Score": 0.259587, - "Index": 4732, - "Paragraph": "Social support networks are key to ex-combatants\u2019 adjustment to a normal civilian life. In addition to family members, having persons to turn to who share one\u2019s background and experiences in times of need and uncertainty is a common feature of many successful adjustment programmes, ranging from Alcoholics Anonymous (AA) to widows support groups. Socially-constructive support networks, such as peer groups in addition to groups formed during vocational and life skills training, should therefore be encouraged and supported with information, training and guidance, where possible and appropriate.As previously stated, DDR practitioners should keep in mind that the creation of vet- erans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 43, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "", - "Heading4": "", - "Sentence": "Socially-constructive support networks, such as peer groups in addition to groups formed during vocational and life skills training, should therefore be encouraged and supported with information, training and guidance, where possible and appropriate.As previously stated, DDR practitioners should keep in mind that the creation of vet- erans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4302, - "Score": 0.255551, - "Index": 4302, - "Paragraph": "DDR processes both influence and are affected by wider recovery, peacebuilding and state transformational processes. It is therefore essential that reintegration programmes work collaboratively with other programmes and stakeholders to achieve policy coherence, sec- toral programme integration, inter-agency cooperation and coordination from the start.UN integrated units should be used wherever possible to support the implementation of DDR programmes. In addition, the use of technical working groups, donor forums, and rapid response/surge modalities should be used to further integrate efforts in the area of DDR.It is also particularly relevant that line ministries receive appropriate support from DDR programmes to ensure that reintegration will be sustainable and in accordance with other national policies and plans.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5. Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "In addition, the use of technical working groups, donor forums, and rapid response/surge modalities should be used to further integrate efforts in the area of DDR.It is also particularly relevant that line ministries receive appropriate support from DDR programmes to ensure that reintegration will be sustainable and in accordance with other national policies and plans.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5308, - "Score": 0.253546, - "Index": 5308, - "Paragraph": "To effectively demobilize members of armed forces and groups, meticulous planning is required. At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team. All demobilization operations shall be based on gender- and age-responsive analysis and shall be developed in close cooperation with the national authorities or institutions responsible for the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All demobilization operations shall be based on gender- and age-responsive analysis and shall be developed in close cooperation with the national authorities or institutions responsible for the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3220, - "Score": 0.251976, - "Index": 3220, - "Paragraph": "The objective of this module is to outline possible military contributions to DDR processes in the context of UN peacekeeping operations, special political missions (SPMs) and non-mission settings. Although the guidance in this module is based on the experience of UN military components, it is designed for all military personnel who contribute to DDR processes, irrespective of whether these personnel are affiliated to the UN, regional organizations, joint military teams or national armed forces. The guidance is also designed for civilian DDR practitioners who are interested in the ways that military personnel may be able to support their work. The module discusses the factors to be considered when employing military capacity in support of DDR. Routine military tasks that are carried out according to national security policies and strategies are beyond the scope of this module.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The module discusses the factors to be considered when employing military capacity in support of DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3622, - "Score": 0.251976, - "Index": 3622, - "Paragraph": "Timelines for the implementation of the disarmament component of a DDR programme should be developed by taking the following factors into account: \\n The provisions of the peace agreement or the ceasefire agreement; \\n The availability of accurate information about demographics, including sex and age, as well as the size of the armed forces and groups to be disarmed; \\n The location of the armed forces\u2019 and groups\u2019 units and the number, type and location of their weapons; \\n The nature, processing capacity and location of mobile and static disarmament sites; \\n The time it takes to process each ex-combatant or person formerly associated with an armed force or group (this could be anywhere from 15 to 20 minutes per person). The simulation exercise will help to determine how long individual weapons collection and accounting will take.Depending on the nature of the conflict and other political and social conditions, a well- planned and well-implemented disarmament component may see large numbers of combatants and persons associated with armed forces and groups arriving for disarmament during the early stages of the DDR programme. The number of individuals reporting for disarmament may drop in the middle of the process, but it is prudent to plan for a rush towards the end. Late arrivals may report for disarmament because of improved confidence in the peace process or because some combatants and weapons have been held back until the final stages of disarmament as a self- protection measure.The minimum possible time should be taken to safely process combatants and persons associated with armed forces and groups through the disarmament and demobilization phases, and then back into the community. This swiftness is necessary to avoid a loss of momentum and to prevent former combatants and persons formerly associated with armed forces and groups from settling in temporary camps away from their communities.Depending on the context, individuals may leave armed groups and engage in spontaneous disarmament outside of official DDR programme and disarmament operations (see section 6.3). In such situations, DDR practitioners should ensure adherence to this disarmament standard as much as possible. To facilitate this spontaneous disarmament process, procedures and timelines should be clearly communicated to authorities, members of armed groups and the wider community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 20, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.8 Timelines for disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "In such situations, DDR practitioners should ensure adherence to this disarmament standard as much as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4211, - "Score": 0.251976, - "Index": 4211, - "Paragraph": "When DDR practitioners support the creation of TSAs, UN police personnel can contribute to analyses of the overall security situation in the area of interest, the activities undertaken by criminal and armed groups (including any trends in these activities), and what type of TSA may be most useful and where (see IDDRS 2.20 on The Politics of DDR). Where required, UN police personnel can engage male and female community leaders to ensure that their expectations and experience are taken into account when tailoring particular TSAs. In addition, UN police personnel can oversee the general security and protection tasks undertaken by the armed forces and groups that are participating in TSAs in order to ensure that these activities are not being used as a cover for illicit activities or harassment of the population.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 17, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.5 DDR support to transitional security arrangements ", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR practitioners support the creation of TSAs, UN police personnel can contribute to analyses of the overall security situation in the area of interest, the activities undertaken by criminal and armed groups (including any trends in these activities), and what type of TSA may be most useful and where (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5528, - "Score": 0.248548, - "Index": 5528, - "Paragraph": "Demobilization operations provide an opportunity to offer individuals information that can practically and psychologically prepare them for the transition from military to civilian life. For example, if demobilized individuals are to receive reinsertion support (cash, vouchers, in-kind support, public works programmes, etc.), then the modalities of this support should be clearly explained. Furthermore, if reinsertion assistance is to be followed by reintegration support, orientation sessions should include information on the opportunities and support services available as part of the reintegration programme and how these can be accessed.Awareness-raising materials and educational sessions should leverage opportunities to promote healthy, non-violent gender identities, including fatherhood, and to showcase men and women in equal roles in the community. Materials shall also be visually representative of different religious, ethnic, and racial compositions of the community and promote social cohesion among all groups and genders. Conversely, misinformation, disinformation and the creation of false expectations can undermine the reinsertion and reintegration efforts of DDR programmes. Accurate information should be provided by the DDR team and partners (also see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).Those about to leave the demobilization site should be provided with counselling on what to expect regarding their changed status and role in society, and what they can do if they are stigmatized or not accepted back by their communities. They should also receive advice on political and legal issues, civic and community responsibilities, reconciliation initiatives and logistics for transportation when they leave the demobilization site. Demobilized individuals and their dependants may be reluctant to return to their home areas if members of their former group (or a different group) remain active in the region. This is because they may fear retaliation against themselves and/or their families. This possibility should be addressed through a security and risk assessment (see section 5.5). When retaliation is a possibility, those affected should be informed of the risks and supported to find alternative accommodation in a different location (if they so choose). Where possible, specialized confidential counselling should be offered, to avoid peer pressure and promote the independence of each demobilized individual.Sensitization sessions can be an essential part of supporting the transition from military to civilian life and preparing DDR participants for their return to families and communities. Core sensitization may include sessions on: \\n Reproductive health, including HIV/AIDS and STI awareness raising; \\n Psychosocial education and awareness raising, including the symptoms associated with post- traumatic stress, destigmatizing experiences, education on managing stress responses, navigating discussions with families and host communities, and when to seek help; \\n Conflict resolution, non-violent communication and anger management; \\n Human rights, including women\u2019s and children\u2019s rights; \\n Parenting, for both fathers and mothers; \\n Gender, for both men and women, including discussion on gender identities and how they may be impacted by the conflict, as well as roles and responsibilities in armed forces and groups and in the community (see IDDRS 5.10 on Women, Gender and DDR); and \\n First aid or other key skills. \\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 27, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.5 Awareness raising and sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "Accurate information should be provided by the DDR team and partners (also see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).Those about to leave the demobilization site should be provided with counselling on what to expect regarding their changed status and role in society, and what they can do if they are stigmatized or not accepted back by their communities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3888, - "Score": 0.247436, - "Index": 3888, - "Paragraph": "Many countries have national legislation regulating all or parts of the life cycle of weap- ons, ammunition and explosives, including manufacture, marking, import, export, re- cord-keeping and civilian possession. Often, if States have ratified/adopted global and regional treaties and instruments, then relevant provisions of these instruments will be reflected in their national legislation. There may, however, be some variation in the extent to which States have developed or updated this legislation.In addition to legislation, national authorities may have developed national weap- ons and ammunition normative frameworks and/or operational guidance documents, including a SALW national action plan and SOPs in accordance with the IATG and MOSAIC. These standards, strategies, national action plans and/or strategic and oper- ational guidance documents should, at an early stage, be taken into consideration when planning and executing transitional WAM as part of a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 7, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 National, regional and international regulatory framework", - "Heading3": "5.2.1 National legislation", - "Heading4": "", - "Sentence": "These standards, strategies, national action plans and/or strategic and oper- ational guidance documents should, at an early stage, be taken into consideration when planning and executing transitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4855, - "Score": 0.247436, - "Index": 4855, - "Paragraph": "Offering information services and capacity development in the area of civic and political participation is central to creating an enabling environment for the political reintegra- tion of all stakeholders in a DDR process. This may include community sensitization campaigns, education on the nature and functioning of democratic institutions (at the national, regional and/or local levels), leadership training, and initiatives to foster wom- en\u2019s participation.Focusing on particular subject areas, such as human rights (especially those rights reflected in the International Covenant on Civil and Political Rights) and in the devel- opment of political parties in the methods and processes of democracy, constituency relations, community organizing and participation in dialogue processes that involve other stakeholders and political opponents, is recommended.Specific entry points to build capacity and enhance participation in political processes include, but are not limited to, the following: ", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 55, - "Heading1": "11. Political Reintegration", - "Heading2": "11.4. Entry points for political reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Offering information services and capacity development in the area of civic and political participation is central to creating an enabling environment for the political reintegra- tion of all stakeholders in a DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4594, - "Score": 0.247436, - "Index": 4594, - "Paragraph": "Armed conflict interrupts skills development for many wage-earning and self-employ- ment activities and disrupts the typical institutions and social mechanisms through which people develop social skills. As a result, the immediate post-conflict period may be characterized by a skills and education crisis.Many ex-combatants have missed opportunities for basic and further education, and as a result are disadvantaged in the competition for jobs and other opportunities. Provision of adult literacy classes, adult education, and technical and vocational train- ing is important both to improve the skill sets of adult and young ex-combatants and to provide opportunities for reorientation and demilitarization. While functional literacy programmes may help ex-combatants find employment, utilizing educational training techniques, which are tailored for illiterate beneficiaries, may also be highly effective in teaching marketable skills.As far as possible, education and training for ex-combatants and those associated with armed forces and groups should be supplied as part of the wider provision of edu- cational services to the general population, and not in schools or colleges exclusively for them. Such inclusiveness will play an important facilitative role in the social reintegration of ex-combatants.Reintegration experts should also take into account the multiple skill sets and liveli- hoods possibilities that one individual may have so that training and livelihoods support can reflect the cross-sector realities of individuals\u2019 skills and training. This is especially true in contexts where there appears to be little or no capacity for employable skills; each individual will have some type of skill that she or he is capable of, and the DDR reintegra- tion programme should be designed to capitalize on this in the best way possible.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 33, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "This is especially true in contexts where there appears to be little or no capacity for employable skills; each individual will have some type of skill that she or he is capable of, and the DDR reintegra- tion programme should be designed to capitalize on this in the best way possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3756, - "Score": 0.246034, - "Index": 3756, - "Paragraph": "The safe destruction of recovered ammunition and explosives presents a variety of technical challenges, and the demolition of a large number of explosive items requires a significant degree of training. Risks inherent in destruction are significant if the procedure does not comply with strict technical guidelines (see IATG 10.10), including casualties and contamination. During the disarmament phase of a DDR programme, ammunition may need to be destroyed either at the collection point (PUP, disarmament site) because it is unsafe, or after being transferred to a secure DDR storage facility.Ammunition destruction requires a strict planning phase by WAM/EOD advisers or engineers who should identify priorities, obtain authorization from the national authorities, select the most appropriate method (see Annex E) and location for destruction, and develop a risk assessment and security plan for the operation. The following types of ammunition should be destroyed as a priority: (a) ammunition that poses the greatest risk in terms of explosive safety, (b) ammunition that is attractive to criminals or armed groups, (c) ammunition that must be destroyed in order to comply with international obligations (for instance, anti-personnel mines for States that are party to the Mine Ban Treaty) and (d) small arms and machine gun ammunition less than 20 mm.After destruction, decontamination operations at demolition sites and demilitarization facilities should be undertaken to ensure that all recovered materials and other generated residues, including unexploded items, are appropriately treated, and that scrap and empty packaging are free from explosives.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 31, - "Heading1": "8. Disposal phase", - "Heading2": "8.1 Destruction of materiel", - "Heading3": "8.1.2 Destruction of ammunition", - "Heading4": "", - "Sentence": "During the disarmament phase of a DDR programme, ammunition may need to be destroyed either at the collection point (PUP, disarmament site) because it is unsafe, or after being transferred to a secure DDR storage facility.Ammunition destruction requires a strict planning phase by WAM/EOD advisers or engineers who should identify priorities, obtain authorization from the national authorities, select the most appropriate method (see Annex E) and location for destruction, and develop a risk assessment and security plan for the operation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4669, - "Score": 0.246034, - "Index": 4669, - "Paragraph": "Technology and information which can lead to better information concerning agricultural growing techniques, commodities markets, and fluctuations in food prices is essential to sustainable reintegration programmes which incorporate agricultural livelihoods and agriculturally-derived livelihoods. DDR experts must address issues of access to such assets in the reintegration phase through coordination with relevant national ministries, government counterparts, rule of law and early recovery partners, and in line with appro- priate cultural norms.Access to technology and information can be further promoted through the use of low tech and appropriate means, such as cellular phones, SMS market information ser- vices, radios, personal digital assistants (PDAs), internet kiosks, and any other means of transmitting information about commodity market changes, changes in the supply or demand for goods, shifting weather patterns, or other potential impacts. Where access is not possible through the DDR programme, DDR experts should make every effort to link with NGOs, other UN agencies, or private sector actors who can support such access to technology and information.Access to technology, information and capital is also essential to build value chains for products derived from the agricultural or other rural livelihood sectors, to diversify such sectors and to ensure the sustainability of the activities in question in terms of use of natural and other resources. Capital used to provide essential equipment to scale-up processing, manufacturing and marketing of goods derived from agricultural products or other natural resources should be sought through networks and other implementing partners working with the DDR programme and in the early recovery context. This capital should be supplied along with proper training programmes and business education skills. It should not be given in the form of cash payments.DDR programmes should seek to address the access of women, youth, disabled, indig- enous and other marginalized groups to technology, information and capital through coordination with national and local government and rule of law programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 39, - "Heading1": "9. Economic reintegration", - "Heading2": "9.4. Income generating opportunities", - "Heading3": "9.4.3. Access to technology, information and capital", - "Heading4": "", - "Sentence": "Where access is not possible through the DDR programme, DDR experts should make every effort to link with NGOs, other UN agencies, or private sector actors who can support such access to technology and information.Access to technology, information and capital is also essential to build value chains for products derived from the agricultural or other rural livelihood sectors, to diversify such sectors and to ensure the sustainability of the activities in question in terms of use of natural and other resources.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4675, - "Score": 0.245256, - "Index": 4675, - "Paragraph": "Many comprehensive peace agreements (CPAs) do not contain specific provisions to resolve land ownership issues and disputes. However, property rights, land tenure and access to land are all extremely important to economic reintegration in both rural and urban contexts. Land distribution, for example, can inform DDR practitioners of potential tensions and grievances that may (re-) emerge and lead to further disputes or conflict.While DDR programmes cannot produce land reform mechanisms, they can incorpo- rate awareness of the linkages between land and livelihoods into reintegration planning and implementation. Land becomes an asset when it is coupled with access to agricultural tools and inputs, technology, and information regarding markets and services. Access to land and security of land tenure are also essential to the development of land as an asset.Access to land cannot be granted and legitimized without capacity for land manage- ment at the local and national government levels, which involve land policies, laws and land administrations. Most DDR contexts are likely to be faced with a myriad of land ten- ure systems and legal procedures involving traditional, indigenous, religious, colonial or other legacies. Support for legal aid services to aid those undergoing land disputes should be coordinated with relevant international and national actors to compliment reintegra- tion programmes. Special attention should be paid to access to land by women, widows, child-headed households, disabled individuals and other groups with specific needs. For more information on housing, land and property dispute mechanisms see section 10.6.The roles of women and their relationship to land and property should be addressed by the DDR programme through community-based reintegration whenever possible. In many cases, women suffer the most discrimination when it comes to access to land. DDR programmes should aim to support women\u2019s access to land and tenure security to promote gender equality and women\u2019s civil and human rights, but also because their productivity in the agricultural sector is extremely important for increased food security and overall GDP growth, as shown in several studies conducted in post-conflict settings. While it is important to encourage land management and tenure policies that are consistent with cultural norms, the reform of such administrative sectors also provides an opportunity to pave the way for women\u2019s rights in terms of property and land tenure.DDR programmes should seek to make land as profitable an asset as possible, by providing incentives for the sustainable use of natural resources, helping to develop the capacity for land and property rights through local and national institutions. These efforts can be augmented by linking up with early recovery and rule of law institutions wherever possible as well. In addition, land tenure security to protect those who are invested in land and who depend on it for livelihoods, such as in agricultural sectors, should be addressed through other partners at the national and international level.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 39, - "Heading1": "9. Economic reintegration", - "Heading2": "9.4. Income generating opportunities", - "Heading3": "9.4.4. Land tenure and access to land", - "Heading4": "", - "Sentence": "Land distribution, for example, can inform DDR practitioners of potential tensions and grievances that may (re-) emerge and lead to further disputes or conflict.While DDR programmes cannot produce land reform mechanisms, they can incorpo- rate awareness of the linkages between land and livelihoods into reintegration planning and implementation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3804, - "Score": 0.241747, - "Index": 3804, - "Paragraph": "IATG 10.10 shall serve as the basis for all destruction of ammunition and explosives activities. The following IMAS also cover the stockpile destruction of ammunition and explosives: \\n IMAS 11.10: \u2018Stockpile Destruction\u2019; \\n IMAS 11.20: \u2018Open Burning and Open Detonation (OBOD) Operations\u2019; \\n IMAS 11.30: \u2018National Planning Guidelines\u2019.The EOD expert will select the method according to: \\n Type and quantity of ammunition to be destroyed; \\n Availability of qualified human resources; \\n Location and type of destruction sites available; \\n Distance from storage and destruction sites and accessibility; \\n Financial resources available; \\n Requisite equipment and materials available; \\n Environmental impact.The most commonly used methods in DDR settings are open burning and open detonation. These are regarded as the easiest ways to destroy ammunition and often present the most cost- effective solution; they are also highly symbolic and can serve as effective mechanisms for building confidence in the DDR programme. \\n Open burning is generally used for the destruction of propellants and pyrotechnic compositions and has the potential to cause significant environmental harm. \\n Open detonation uses serviceable explosives as charges to destroy ammunition and requires a large cordon to ensure protection from the blast. This method is labour intensive and may not destroy all ammunition, requiring post-blast EOD clearance.The industrial-level destruction of ammunition and explosives combines the skills of production, mechanical, chemical and explosive engineering. It is a highly specialist occupation, and appropriate independent technical advice shall be taken during the planning phase if stockpile levels suggest that industrial destruction may be the safest, most environmentally friendly or most cost-effective option.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 39, - "Heading1": "Annex E: Destruction methods", - "Heading2": "Destruction of ammunition and explosives", - "Heading3": "", - "Heading4": "", - "Sentence": "These are regarded as the easiest ways to destroy ammunition and often present the most cost- effective solution; they are also highly symbolic and can serve as effective mechanisms for building confidence in the DDR programme.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4183, - "Score": 0.241747, - "Index": 4183, - "Paragraph": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization. These shorter- term aspects may include, but are not limited to, the travel and assembly of combatants, persons associated with armed forces and groups and dependants.In disarmament and demobilization sites (including encampments or cantonments), the gathering of large numbers of ex-combatants and persons formerly associated with armed forces and groups may create security risks. The mere presence of UN police personnel at disarmament and demobilization sites can help to reassure local communities. For example, regular FPU patrols in cantonment sites are a strong confidence-building initiative, providing a highly visible presence to deter crime and criminal activities. This presence also eases the burden on the military component of the mission, which can then concentrate on other threats to security and wider humanitarian support. Importantly, FPU engagement shall always be limited to the regular maintenance of law and order and shall not cross into high-risk matters of weapons security and military security. With that said, the outreach and mediation capabilities of UN police personnel may sometimes be deployed in such situations in order to defuse tensions.In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component (see IDDRS 4.40 on Military Roles and Responsibilities). State police shall proactively act to address criminal activities inside and in the immediate vicinity of disarmament and demobilization sites. However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected. The immediate deployment of an FPU, to operationally engage in crowd control and public order challenges, can serve to contain the situation with minimum use of force. In contrast, direct military engagement in these situations may lead to escalation and consequently to greater numbers of casualties and wider damage. If public order disturbances are foreseen, it may be necessary to plan in advance for the engagement of FPU contingents and place a request for a specific, temporary deployment, particularly if the FPU is not conveniently located in the area of the disarmament and/or demobilization site. If the situation does escalate to involve violence and the use of firearms, military units shall be alerted in order to be ready to support the FPU.In mission settings where an FPU is deployed, the presence of UN police personnel should be requested, as often as possible, when combatants assemble for disarmament and demobilization as part of a DDR programme. Duplicate records of the weapons and ammunition handed over should, wherever possible, be shared with UN police personnel for the purposes of (i) preservation of the records and (ii) weapons tracing. UN police personnel can also be requested to provide dynamic surveillance of weapons and ammunition storage sites, together with a perimeter to secure destruction operations. Furthermore, when weapons and ammunition are temporarily stored, as a form of confidence-building, UN police personnel can oversee the management of the double-key system or be entrusted with custody of one of the keys (see IDDRS 4.10 on Disarmament).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3433, - "Score": 0.240008, - "Index": 3433, - "Paragraph": "Disarmament is generally understood to be the act of reducing or eliminating arms and, as such, is applicable to all weapons systems, ammunition and explosives, including nuclear, chemical, biological, radiological and conventional systems. This module will focus only on conventional weapons systems and ammunition that are typically held by members of armed forces and groups dealt with during DDR programmes.When transitioning out of armed conflict, States may be vulnerable to conflict relapse, particularly if key conflict drivers, including the proliferation of arms and ammunition, remain unaddressed. Inclusive and effective arms control, and disarmament in particular, is critical to prevent and reduce armed conflict and crime and to support recovery and development, as reflected in the 2030 Agenda for Sustainable Development and the Security Council and General Assembly\u2019s 2016 resolutions on sustaining peace. National arms control management systems encompass more than just disarmament. Therefore, disarmament operations should be planned and conducted in coordination with, and in support of, other arms control and reduction measures, including SALW control (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).The disarmament component of any DDR programme should be specifically designed to respond and adapt to the security environment. It should also be planned in coherence with wider peace- making, peacebuilding and recovery efforts. Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy. Depending on the context, DDR phases could be differently sequenced with, for example, demobilization and reintegration paving the way for disarmament.The disarmament component of a DDR programme will usually consist of four main phases: \\n (1) Operational planning; \\n (2) Weapons collection; \\n (3) Stockpile management; \\n (4) Disposal of collected materiel.The cross-cutting activities that should take place throughout these four main phases are data collection, awareness raising, and monitoring and evaluation. Within each phase there are also a number of recommended specific components (see Table 1).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 4, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Depending on the context, DDR phases could be differently sequenced with, for example, demobilization and reintegration paving the way for disarmament.The disarmament component of a DDR programme will usually consist of four main phases: \\n (1) Operational planning; \\n (2) Weapons collection; \\n (3) Stockpile management; \\n (4) Disposal of collected materiel.The cross-cutting activities that should take place throughout these four main phases are data collection, awareness raising, and monitoring and evaluation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4065, - "Score": 0.239046, - "Index": 4065, - "Paragraph": "In DDR processes in mission settings, the protection of civilians and of UN personnel, their assets and freedom of movement can be provided by UN police personnel, either in the form of IPOs or FPUs. The support of IPOs and FPUs shall be sought if and when DDR personnel, sites and activities are endangered. FPU engagement shall always be limited to the regular maintenance of law and order and shall not cross into high-risk matters of weapons security and military security. If the situation does escalate to involve violence and the use of firearms, military units shall be alerted in order to be ready to support the FPU (see IDDRS 4.40 on UN Military Roles and Responsibilities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "The support of IPOs and FPUs shall be sought if and when DDR personnel, sites and activities are endangered.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4842, - "Score": 0.239046, - "Index": 4842, - "Paragraph": "Aiding former armed forces and groups and ex-combatants to form political parties and peaceful civilian movements is essential to ensuring that grievances and visions for soci- ety continue to be expressed in a non-violent manner in the post-conflict period. Group level political reintegration is most evidently seen in transformations of armed groups into political parties that seek to enter or re-enter the political arena as a way to advance their claims and perspectives.While a successful transformation from armed group to political party can yield a plethora of benefits for citizens and the overall democratization process, new political parties in post-conflict societies often lack the capacity, structural organization, resources, political knowledge and legitimacy necessary to successfully compete in the political arena. Moreover, individual ex-combatants and armed groups often face a number of uncertainties concerning how they will fare in the post-conflict period. Without proper guidance and careful monitoring, emerging political parties can likely face failure or even do more harm than good.Given such complexities, when planning and designing political reintegration interventions, DDR practitioners must consider the following key factors influencing the viability and outcome of group level political transformations of armed forces and groups: \\n Nature of the peace (e.g. negotiated peace agreement, military victory, etc.); \\n Post-conflict security situation; \\n Motivation(s) of armed group (keeping in mind that such motivations can change over time); \\n Degree of popular support and perceived legitimacy; \\n Degree of political experience and capacity; \\n Leadership capacities; \\n Organizational structure; \\n Resources, funding and technical support; \\n Criminal prosecutions and transitional justice measures.Notably, group level political reintegration processes largely depend on both the country context and form of the peace settlement established. In the case of a negotiated peace agreement, for instance, political reintegration typically involves the transforma- tion of armed groups (both political and military wings) into political parties, usually in tandem with a mix of DDR processes linked to larger SSR efforts. Political reintegration in cases of military victory, however, involve a different set of considerations that are less-de- fined and require further research and experiential understanding at this point in time. In cases where political reintegration is part and parcel of a CPA, explicit programming in DDR is more evident.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 51, - "Heading1": "11. Political Reintegration", - "Heading2": "11.1. Types of political reintegration", - "Heading3": "11.1.1. Group level political reintegration", - "Heading4": "", - "Sentence": "In cases where political reintegration is part and parcel of a CPA, explicit programming in DDR is more evident.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4638, - "Score": 0.239046, - "Index": 4638, - "Paragraph": "A national enabling environment for job creation and decent work is essential as con- sensus-building and policy development take time. Enabling policies and programmes therefore need to be initiated early and supported by DDR planners. The ILO Guidelines for the Socio-Economic Reintegration of Ex-Combatants identify the following key factors for creating such an environment at the policy level:3 \\n Strongly considering policy choices that ensure that infrastructure production and maintenance rely on local labour, local technical capacity and local materials to the greatest extent possible. \\n Supporting national policies for labour-intensive work that are especially suitable for employing large numbers of ex-combatants. \\n Reviewing and supporting national policies and legislation to create an enabling environment for private sector and small and medium enterprise (SME) development in rural and urban areas. This should include incentives for local companies to hire high-risk groups, often linked to reconstruction and rehabilitation. It should also consider the role of the private sector in supporting conflict-sensitive business devel- opment and in aiding in the transition from a war to peace economy. \\n Recognizing potential limitations within the post-conflict context when supporting particular national policies. \\n Identifying priority economic sectors with potential of rapid expansion and job creation.International assistance should be aligned with national priorities in building capac- ities to support and/or implement these policies. Early support and capacity-building within the NCDDR and line ministries relevant to reintegration should be aligned with an element of wider reintegration assistance and long-term recovery and development.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 37, - "Heading1": "9. Economic reintegration", - "Heading2": "9.4. Income generating opportunities", - "Heading3": "", - "Heading4": "", - "Sentence": "Enabling policies and programmes therefore need to be initiated early and supported by DDR planners.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3687, - "Score": 0.236433, - "Index": 3687, - "Paragraph": "In some contexts, in order to encourage individuals to leave armed groups when there is no DDR programme, a modus operandi for receiving combatants and persons associated with armed groups may be established. This may include the identification of a network of reception points, such as DDR offices or peacekeeping camps, or the deployment of mobile disarmament units. Procedures should be communicated to authorities, members of armed groups and the wider community on a regular basis to ensure all are informed and sensitized (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).In the case peacekeeping camps are designated as reception points, the DDR component \u2013 in coordination with the military component and the battalion commander \u2013 should identify specific focal points within the camp to deal with combatants and persons associated with armed groups. These focal points should be trained in how to handle and disarm new arrivals, including taking gender-sensitive approaches with women and age-sensitive approaches with children, and in how to register and store materiel until DDR practitioners take over. Unsafe items should be stored in a pre-identified or purpose-built area as advised by DDR WAM advisers until specialized UN agency personnel or force EOD specialists can assess the safety of the items and recommend appropriate action.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 26, - "Heading1": "6. Monitoring", - "Heading2": "6.3 Spontaneous disarmament outside of official disarmament operations", - "Heading3": "", - "Heading4": "", - "Sentence": "In some contexts, in order to encourage individuals to leave armed groups when there is no DDR programme, a modus operandi for receiving combatants and persons associated with armed groups may be established.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3863, - "Score": 0.236113, - "Index": 3863, - "Paragraph": "Transitional WAM shall be coordinated with all other aspects of an integrated DDR process as well as with other components of the broader peace process, including, ceasefires and arms control measures associated with transitional security arrange- ments, arms embargo measures where existent and applicable, SSR and SALW control.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM shall be coordinated with all other aspects of an integrated DDR process as well as with other components of the broader peace process, including, ceasefires and arms control measures associated with transitional security arrange- ments, arms embargo measures where existent and applicable, SSR and SALW control.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3365, - "Score": 0.230556, - "Index": 3365, - "Paragraph": "The UN\u2019s Force Generation Service is responsible for interaction with Member States to acquire the military capabilities identified in the operational requirement. Contributions are negotiated on a case- by-case basis. Member States will not start formal negotiations until the Security Council has mandated a mission. For complex missions, i.e., most missions involving DDR, the UN has a target of having troops completely deployed within 90 days.If the military operational requirement specifically identified to support DDR is likely to be concentrated on support to disarmament, transitional WAM, and demobilization, it may be possible to reduce the size of the force once these aspects have been completed, if the security situation allows. In other words, it may be possible to design a force structure that has an element that will be required only for these specific activities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.9 Force generation ", - "Heading3": "", - "Heading4": "", - "Sentence": "For complex missions, i.e., most missions involving DDR, the UN has a target of having troops completely deployed within 90 days.If the military operational requirement specifically identified to support DDR is likely to be concentrated on support to disarmament, transitional WAM, and demobilization, it may be possible to reduce the size of the force once these aspects have been completed, if the security situation allows.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3773, - "Score": 0.227921, - "Index": 3773, - "Paragraph": "A weapons survey can take more than a year from the time resources are allocated and mobilized to completion and the publication of results and recommendations. The survey must be designed, implemented and the results applied in a gender responsive manner.Who should implement the weapons survey? \\n While the DDR component and specialized UN agencies can secure funding and coordinate the process, it is critical to ensure that ownership of the project sits at the national level due to the sensitivities involved, and so that the results have greater legitimacy in informing any future national policymaking on the subject. This could be through the National Coordinating Mechanism on SALW, for example, or the National DDR Commission. Buy-in must also be secured from local authorities on the ground where research is to be conducted. Such authorities must also be kept informed of developments for political and security reasons. \\n Weapons surveys are often sub-contracted out by UN agencies and national authorities to independent and impartial research organizations and/or an expert consultant to design and coordinate the survey components. The survey team should include independent experts and surveyors who are nationals of the country in which the DDR component or the UN lead agency(ies) is operating and who speak the local language(s). The implementation of weapons surveys should always serve as an opportunity to develop national research capacity.What information should be gathered during a weapons survey? \\n Weapons surveys can support the design of multiple types of activities related to SALW control in various contexts, including those related to DDR. The information collected during this process can inform a wide range of initiatives, and it is therefore important to identify other UN stakeholders with whom to engage when designing the survey to avoid duplication of effort. \\n\\n Components \\n Contextual analysis: conflict analysis; mapping of armed actors; political, economic, social, environmental, cultural factors. \\n Weapons distribution assessment: types; quantities; possession by men, women and children; movements of SALW; illicit sources of weapons and ammunition; potential locations of materiel and caches. \\n Impact survey: impact of weapons on children, women, men, vulnerable groups, DDR beneficiaries etc.; social and economic developments; number of acts of armed violence and victims. \\n Perception survey: attitudes of various groups towards weapons; reasons for armed groups holding weapons; alternatives to weapons possession etc. \\n Capacity assessment: community, local, national coping mechanism; legal tools; security and non-security responses.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 35, - "Heading1": "Annex C: Weapons survey", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This could be through the National Coordinating Mechanism on SALW, for example, or the National DDR Commission.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3964, - "Score": 0.227921, - "Index": 3964, - "Paragraph": "DDR-related transitional WAM may be implemented at the same time as the UN is providing support to SSR. The UN may support national authorities in the rightsizing of their armed forces (see IDDRS 6.10 on DDR and SSR). Such reforms include the need to adapt national arsenals to the size, needs and objectives of the security sector of the country in question. This requires an effective needs assessment, strategic planning, and the technical capacity and support to identify surplus or obsolete materiel and destroy it.When SSR is ongoing, DDR-related transitional WAM may be used as an entry point to align national WAM capacity with international WAM guidance and inter- national and regional legal frameworks. For instance, storage facilities built or refur- bished to store DDR materiel could then be used to house stockpiles for security insti- tutions, and as a proof of concept for upgrading of facilities. All WAM activities shall be designed and implemented in line with international technical guidance, including MOSAIC Module 02.20 Small Arms and Light Weapons Control in the Context of SSR and the IATG.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 18, - "Heading1": "8. SSR and transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR-related transitional WAM may be implemented at the same time as the UN is providing support to SSR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5120, - "Score": 0.227921, - "Index": 5120, - "Paragraph": "PI officers and gender officers shall work closely together in the formulation of PI/SC strategies for DDR processes, drawing on existing gender analysis, and conducting additional gender assessments as required. Doing so allows the PI/SC strategy to support gender-equitable norms, to promote women\u2018s empowerment and non-violent versions of masculinities, and to combat stigma and socialization to violence (see IDDRS 5.10 on Women, Gender and DDR).One of the most critical PI/SC objectives in DDR is reaching WAAFAG and informing them of their eligibility. Ensuring that women are well represented in all PI materials helps prevent their exclusion from DDR processes. Engaging women early in the development and testing of PI messaging is essential to ensuring that communication materials and approaches respond to the specific needs and capacities of women and girls. Recognizing women\u2019s roles in peacebuilding and social cohesion, and utilizing opportunities to actively engage them in disseminating PI messages, is essential. Sensitization activities can provide an important entry point to address the gender dimensions of violence early in the DDR process.PI activities should capitalize on lessons already learned about how to implement gender- responsive PI campaigns geared towards men. For example, showing male leaders and male youth as strong and non-violent, and men as engaged fathers and partners with females in the community, can help to support both men and boys as well as women and girls.Through these approaches, PI/SC can support broader gender equality work in the country, ensuring that campaign messages, visuals, and awareness raising activities incorporate gender transformative messages including supporting women\u2019s empowerment, men\u2019s role as fathers, and non-violent, demilitarized forms of masculinities.PI/SC interventions and tools should include messaging on: \\n Women\u2019s and men\u2019s roles as leaders working in partnership; \\n Demilitarization of masculinities; \\n Positive gender norms, including men\u2019s roles in communities as fathers; \\n Destigmatization of psychosocial support services and individuals dealing with post-traumatic stress; \\n Promotion of non-violent behaviour; \\n Destigmatization of female combatants, females associated with armed forces and groups and their children, and male combatants; \\n Men\u2019s and women\u2019s mutual responsibility and awareness around reproductive health and HIV/AIDS; \\n Women\u2019s empowerment; and \\n Destigmatization of victims/survivors of sexual violence and their children.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 13, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.5 Gender-sensitive PI/SC for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Ensuring that women are well represented in all PI materials helps prevent their exclusion from DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4476, - "Score": 0.227921, - "Index": 4476, - "Paragraph": "Reintegration planning is more likely to lead to successful programmes when it is based upon rapid and reliable assessments, starts early and is integrated. This requires the various UN agencies, programmes and funds that are likely to be involved in support- ing national reintegration programmess to carry out planning jointly and cooperatively. Moreover, reintegration planning should be an integral part of all five phases of DDR planning. See Module 3.10, section 5 on Integrated DDR Planning: Processes and Struc- tures and Module 3.41 on Finance and Budgeting for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Moreover, reintegration planning should be an integral part of all five phases of DDR planning.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4209, - "Score": 0.226779, - "Index": 4209, - "Paragraph": "When DDR practitioners provide support to the mediation of local-level peace agreements, UN police personnel can orient these practitioners, and broader negotiating teams, to the most suitable entry channels in the community. To build confidence, UN police personnel can then assist and facilitate the introduction of negotiating teams and provide them with security that allows freedom of movement. UN police personnel can also be deployed to ensure that delegates on both sides of the negotiations are not subject to hostile actions during the discussions or when en route to the chosen venue for the negotiations. UN police personnel can also be used to obtain the commitment of community and religious leaders, representatives of women\u2019s and youth groups, and other relevant stakeholders in order to support the settlement of local disputes and encourage acceptance of a DDR process. When requested, UN police personnel can also give advice concerning the security portion of the agreement being discussed.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 17, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.4 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "UN police personnel can also be used to obtain the commitment of community and religious leaders, representatives of women\u2019s and youth groups, and other relevant stakeholders in order to support the settlement of local disputes and encourage acceptance of a DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4240, - "Score": 0.226779, - "Index": 4240, - "Paragraph": "The objective of this module is to provide DDR planners and practitioners with an over- view of the issues that need to be taken into account when planning, designing and implementing a reintegration programme, in addition to offering practical guidance on how to successfully deal with any challenges that may arise. Given the complexity of reintegration, and the need for context-specific programmes, the guidance offered here is less prescriptive than in some other modules of the IDDRS. Following discussion of the approaches to reintegration and guidance on programme planning and design, the key components of a reintegration programme are outlined and discussed, from economic, social/psychosocial, and political perspectives. Finally, the module identifies linkages between reintegration and the wider recovery/peacebuilding frameworks.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The objective of this module is to provide DDR planners and practitioners with an over- view of the issues that need to be taken into account when planning, designing and implementing a reintegration programme, in addition to offering practical guidance on how to successfully deal with any challenges that may arise.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3262, - "Score": 0.222375, - "Index": 3262, - "Paragraph": "Since the adoption in 2000 of Security Council Resolution 1325 on women, peace, and security, there have been numerous resolutions and calls for more women in peacekeeping. Under the 2018 Action for Peace (A4P) initiative, Member States commit themselves to ensure the full, equal and meaningful participation of women in all stages of the peace process by systematically integrating a gender perspective into all stages of analysis, planning, implementation and reporting. They further commit to increase the number of civilian and uniformed women in peacekeeping at all levels and in key positions. The Uniformed Gender Parity Strategy 2018\u20142028 calls for 15 % female representation in the contingent unit and 25% in individual positions.The meaningful participation of women as peacekeepers, MILOBs, and staff officers has a number of benefits to the DDR process. Female military personnel can access populations and venues that are closed to men. They can search women when necessary and can help to make peacekeeping forces more approachable to local communities, particularly to women and girls who may have suffered acts of sexual violence. Lastly, female military personnel are role models in the communities in which they serve and in their respective countries. For these reasons, the planning phase of any operation must include a gender perspective, and the gender composition of incoming forces should reflect the community it is mandated to protect.UNSCR 1325 stipulates that all peacekeeping personnel shall receive training on \u201cthe protection, rights and the particular needs of women, as well as on the importance of involving women in all peacekeeping and peacebuilding measures\u201d. All incoming forces shall also receive training on gender and Sexual Exploitation and Abuse, particularly the UN\u2019s Zero Tolerance Policy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "The Uniformed Gender Parity Strategy 2018\u20142028 calls for 15 % female representation in the contingent unit and 25% in individual positions.The meaningful participation of women as peacekeepers, MILOBs, and staff officers has a number of benefits to the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3729, - "Score": 0.222375, - "Index": 3729, - "Paragraph": "The storage of ammunition and explosives, other than for small arms and machine guns (1.4 UN Hazard Division), requires highly qualified personnel, as the risks related to this materiel are substantial. Technical guidance to minimize the risk of accidents and their effects is very specific with regards to storing ammunition and explosives in line with Compatibility Groups (see IATG 01.50) and distances (see IATG 2.20). Ammunition collected during the disarmament phase of a DDR programme is often of unknown status and may have been stored in non-optimal environmental conditions (e.g., high temperature/high humidity) that render ammunition unsafe. A thorough risk assessment of ammunition storage facilities shall be carried out by the WAM adviser. A range of quantitative and qualitative methods for this assessment are available in IATG 2.10.In accordance with the IATG, all ammunition storage facilities should be at a minimum of Risk-Reduction Process Level 1 compliance (see IATG 12.20) in order to mitigate the risk of explosions and diversion. A physical stock check by quantity and type of ammunition should be conducted on a weekly basis.An accessible demolition area that can be used for the destruction of ammunition deemed unsafe and at risk of detonation or deflagration should be identified.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 30, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "7.3.2 Storing ammunition and explosives", - "Heading4": "", - "Sentence": "Ammunition collected during the disarmament phase of a DDR programme is often of unknown status and may have been stored in non-optimal environmental conditions (e.g., high temperature/high humidity) that render ammunition unsafe.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4291, - "Score": 0.220527, - "Index": 4291, - "Paragraph": "Reintegration assistance shall be based on the principles of accountability and transpar- ency. Public information and communication strategies shall therefore be drawn up and implemented as early as possible. Public information, awareness-raising and community consultation and sensitization ensure that affected participant and beneficiary groups have a chance to influence and to receive accurate information on DDR programme proce- dures and reintegration assistance.Once expected results are clearly defined by all stakeholders, key indicators for mon- itoring and measuring programme impact shall be agreed upon, based on careful context assessments and analysis. Defining a set of indicators in a participatory manner helps to clarify expectations and leads to a broad agreement on realistic targets. Individuals or organizations responsible for monitoring should also be agreed upon, as well as how often monitoring reports will be drawn up. The data for indicators should be updated at least quarterly and communicated to stakeholders.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "Public information, awareness-raising and community consultation and sensitization ensure that affected participant and beneficiary groups have a chance to influence and to receive accurate information on DDR programme proce- dures and reintegration assistance.Once expected results are clearly defined by all stakeholders, key indicators for mon- itoring and measuring programme impact shall be agreed upon, based on careful context assessments and analysis.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4812, - "Score": 0.219687, - "Index": 4812, - "Paragraph": "The conditions that exist during conflict increase risk of infection for HIV and other sexu- ally transmitted infections (STIs), and can have a devastating effect on access to essential information, care and treatment. The lack of a safe blood supply; the shortage of clean equipment for injecting drug users; an insufficient supply of condoms and health care; and the widespread practice of sexual and gender-based violence, both as a weapon of war and as a means to discipline and control people (especially women and girls within armed forces and groups), are just a few examples of the ways conflict can heighten risk of HIV infection (see Module 5.60 on HIV/AIDS and DDR for more information).In addition, a growing body of evidence shows that immediate post-conflict and recovery phases, including the reintegration process, involve heightened risk of HIV trans- mission due to the re-opening of borders and other formerly inaccessible areas, increased mobility, the return of displaced populations, and other factors.Often, regardless of actual HIV status, receptor communities may perceive ex-com- batants as HIV-positive and react with discrimination or stigmatization. In many cases, these negative reactions from communities are a result of fear due to misinformation about HIV and AIDS. Discrimination against or stigmatization of (potentially) HIV-in- fected individuals can be countered with appropriate sensitization campaigns.DDR can provide an opportunity to plan and implement essential HIV/AIDS initi- atives, in close coordination with broader recovery and humanitarian assistance at the community level and the National AIDS Control Programme (see section 9 of Module 5.60 on HIV/AIDS and DDR for more information on planning and implementing HIV/AIDS activities in the reinsertion and reintegration phases). These services can be integrated into existing reintegration packages through the development of joint programming and strategic partnerships. Furthermore, with the right engagement and training, former com- batants have the potential to become agents of change by assisting in their communities with HIV prevention and awareness activities.HIV initiatives need to start in receiving communities before demobilization, and should be linked wherever possible with the broader recovery and humanitarian assis- tance provided at the community level, and to National AIDS Control Programmes. Activities such as peer education training in HIV prevention and awareness can begin prior to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "10.7.1. HIV/AIDS", - "Heading4": "", - "Sentence": "Discrimination against or stigmatization of (potentially) HIV-in- fected individuals can be countered with appropriate sensitization campaigns.DDR can provide an opportunity to plan and implement essential HIV/AIDS initi- atives, in close coordination with broader recovery and humanitarian assistance at the community level and the National AIDS Control Programme (see section 9 of Module 5.60 on HIV/AIDS and DDR for more information on planning and implementing HIV/AIDS activities in the reinsertion and reintegration phases).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5497, - "Score": 0.218218, - "Index": 5497, - "Paragraph": "Combatants and persons associated with armed forces and groups should be provided with clear and simple guidance when they arrive at demobilization sites, taking into consideration their level of literacy. This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe. If a large number of participants are being addressed, it is key to stick to simple concepts, mainly who, what and where. More complex explanations can be provided to smaller groups organized in follow-up to the initial briefing. This can help to prevent unrest and stress within the group. Contingent on the type of demobilization site, introductory briefings should cover, among other things, the following: \\n Site orientation; \\n Outline of activities and processes; \\n Routines and time schedules; \\n The rights and obligations of combatants and persons associated with armed forces and groups throughout the demobilization process; \\n Rules and discipline, including areas that are off limits; \\n Policies concerning freedom of movement in and out of the demobilization site; \\n Policies on SGBV and the consequences of infringement of these policies; \\n Security at the demobilization site; \\n How to report misbehaviour, including specific mechanisms for women; \\n Mechanisms to raise complaints about conditions and treatment at the demobilization site; \\n Procedures for dependants; and \\n Fire precautions and physical safety.Where possible, oral briefings should be supported by written material produced in the local language(s). Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Reception", - "Heading3": "", - "Heading4": "", - "Sentence": "This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3457, - "Score": 0.218218, - "Index": 3457, - "Paragraph": "National Governments have the right and responsibility to apply their own national standards to all disarmament operations on their territory and shall act in compliance with international arms control instruments and applicable legal frameworks. The primary responsibility for disarmament and weapons collection lies with the Government of the affected State. The support and specialist knowledge of the UN is placed at the disposal of a national Government to ensure that disarmament planning and implementation are conducted in accordance with international arms control instruments, standards and guidance, including those of the IDDRS, the IATG and MOSAIC. Strong national ownership is important, including where the UN is supporting DDR programmes in non- mission settings. Building national and local institutional and technical capacity is essential to the effective, successful, sustainable continuation of disarmament and other arms control efforts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Strong national ownership is important, including where the UN is supporting DDR programmes in non- mission settings.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4191, - "Score": 0.218218, - "Index": 4191, - "Paragraph": "The role of CVR programmes within DDR processes is explained in IDDRS 2.30 on Community Violence Reduction. CVR programmes can contribute to the ability of UN and State police personnel to improve local security conditions, especially outside capital cities, by exploring synergies between CVR and community-oriented policing. These possible synergies include: \\n The involvement of UN and/or local State police representatives in the project advisory/review committee or local selection committees. In particular, UN police personnel may be able to provide advice on sources of community violence that need to be addressed. \\n The development of CVR projects that reinforce State policing capacities. \\n Quick Impact Projects (QIPs) implemented by UN police personnel, such as the rehabilitation of local police infrastructure or the training of female police personnel, could also, where appropriate, become part of a CVR programme. \\n If the eligibility criteria for a CVR programme require the handover of weapons and/or ammunition, UN police personnel can provide support in a variety of ways including the preliminary assessment of weapons collected, the choice of temporary storage facilities for weapons and ammunition, the registration of weapons and ammunition, and the collection of photographic records. \\n UN police personnel can also provide support to CVR programmes by diffusing key messages related to the programme. When relevant to the project at hand, UN police personnel can also provide lectures on civic education, multicultural tolerance, gender equality and respect for the rule of law.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.2 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "The role of CVR programmes within DDR processes is explained in IDDRS 2.30 on Community Violence Reduction.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4372, - "Score": 0.218218, - "Index": 4372, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n What will be the geographical coverage of the programme?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4823, - "Score": 0.218218, - "Index": 4823, - "Paragraph": "War leaves behind large numbers of injured people, including both civilians and com- batants. Ex-combatants with disabilities should be treated equally to others injured or affected by conflict. This group should be included in general reintegration pro- grammes, not excluded from them, i.e. many ex-combatants with disabilities can and should benefit from the same programmes and services made available to non-disabled ex-combatants.Some ex-combatants with disabilities will require long-term medical care and family support. While some will receive some form of pension and medical assistance (especially if they were part of a government force), most disabled ex-combatants who were part of informal armed groups will not receive long-term assistance.In places where the health infrastructure has been damaged or destroyed, attention must be paid to informal care providers \u2014 often women and girls \u2014 who care for disabled combatants. In addition, support structures must be put into place to lessen the largely unpaid burden of the care that these informal providers carry.DDR programmes must also plan for participants with disabilities by agreeing on and arranging for alternative methods of transport of supplies or kits given to partici- pants. These may include livelihoods kits, food supplies, or other vocational materials. Assistance and special planning for these groups during reintegration should be included in the assessment and planning phases of DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "10.7.2. Persons with disabilities", - "Heading4": "", - "Sentence": "Assistance and special planning for these groups during reintegration should be included in the assessment and planning phases of DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4865, - "Score": 0.218218, - "Index": 4865, - "Paragraph": "Senior DDR managers can serve in an advisory capacity to senior government and military officials on issues concerning political reintegration. Through implementing leadership training, DDR programmes will aim to facilitate and increase the legitimacy and support received by newly-established political leaders. DDR managers should consider undergo- ing targeted training in leadership and political negotiation that is IDDRS compliant.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 55, - "Heading1": "11. Political Reintegration", - "Heading2": "11.4. Entry points for political reintegration", - "Heading3": "11.4.4. Leadership training", - "Heading4": "", - "Sentence": "DDR managers should consider undergo- ing targeted training in leadership and political negotiation that is IDDRS compliant.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5237, - "Score": 0.218218, - "Index": 5237, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n a)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c)\u2018may\u2019 is used to indicate a possible method or course of action; \\n d)\u2018can\u2019 is used to indicate a possibility and capability; \\n e)\u2018must\u2019 is used to indicate an external constraint or obligation.Demobilization as part of a DDR programme is the separation of members of armed forces and groups from military command and control structures and their transition to civilian status. The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites. A peace agreement provides the political, policy and operational framework for demobilization and may be accompanied by a DDR policy document. When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support. Reinsertion assistance is offered to combatants and persons associated with armed forces and groups who have been formally demobilized.Self-demobilization is the term used in this module to refer to situations where individuals leave armed forces or groups to return to civilian life without reporting to national authorities and officially changing their status from military to civilian.Members of armed forces and groups is the term used in the IDDRS to refer both to combatants (armed) and those who belong to an armed force or group but who serve in a supporting role (generally unarmed, providing logistical and other types of support). The latter are referred to in the IDDRS as \u2018persons associated with armed forces and groups\u2019. The IDDRS use the term \u2018combatant\u2019 in its generic meaning, indicating that these persons do not enjoy the protection against attack accorded to civilians. This also does not imply the right to combatant status or prisoner-of-war status, as applicable in international armed conflicts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5450, - "Score": 0.218218, - "Index": 5450, - "Paragraph": "Standard operating procedures (SOPs) are mandatory step-by-step instructions designed to guide practitioners through particular activities. The development of SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations. In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in demobilization. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the mission DDR component and signed off on by the head of the UN mission. All staff from the DDR component as well as other relevant stakeholders shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for demobilization. All those engaged in supporting demobilization shall be familiar with the relevant SOPs, which shall also be kept up to date.A single demobilization SOP or a set of SOPs each covering specific procedures related to demobilization activities (see section 6) should be informed by integrated assessments (see IDDRS 3.11 on Integrated Assessments) and the national DDR policy document, and comply with international guidelines and standards as well as national laws and the international obligations of the country where DDR is being implemented. At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.; \\n Gender-aware services and procedures; \\n Reinsertion (e.g., procedures for cash-based transfers, commodity vouchers, in-kind support, public works programmes, vocational training and/or income-generating opportunities); \\n Handling of foreign combatants, associated persons and dependants (if applicable); and \\n Interaction with national authorities and/or other mission components.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 21, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "The development of SOPs is led by the mission DDR component and signed off on by the head of the UN mission.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4279, - "Score": 0.218218, - "Index": 4279, - "Paragraph": "UN-supported reintegration strategies will include diverse people and communities with various needs. Non-discrimination and fair and equitable treatment of participants and beneficiaries are core principles of the UN approach to DDR. A \u2018people-centred\u2019 approach recognizes that differences exist among reintegration participants and beneficiaries \u2013 differences which include, but are not limited to sex, age, class, religion, and physical, intellectual or psycho-social capacities \u2013 all of which require targeted responses. Rein- tegration assistance shall therefore be based on thorough profiling of ex-combatants and assessments of the social, economic, political and cultural contexts into which they are reintegrating in order to support specific needs.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. People-centred", - "Heading3": "", - "Heading4": "", - "Sentence": "Non-discrimination and fair and equitable treatment of participants and beneficiaries are core principles of the UN approach to DDR.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4657, - "Score": 0.218218, - "Index": 4657, - "Paragraph": "Reintegration programmes should ideally aim to place qualified ex-combatants in existing businesses. Nonetheless, this is often difficult since business owners may not be willing (i.e. due to negative perceptions of ex-combatants) or able (i.e. du to stark economic real- ities) to employ them. Reintegration programmes should therefore help to increase the opportunities available to ex-combatants by offering wage, training and equipment subsi- dies. These subsidies, however, should have the following conditions: \\n Wage subsidies should be partial and last for a fixed period of time; \\n In-kind donations of equipment or training to allow for the expansion of existing businesses should be explored in exchange for the employment of reintegration pro- gramme beneficiaries; \\n Newly hired ex-combatants should not take the jobs of workers who are already employed; \\n Employers should use the subsidies to expand their businesses and to provide long- term employment for ex-combatants.Providing business development services (BDS) can help overcome the difficulties faced by ex-combatants, such as lack of education, inadequate technical skills, poor access to markets and lack of information. In many post-conflict societies, government agen- cies lack the capacity to support and deliver services to micro- and small enterprises. Various actors, including businesses, local NGOs with experience in economic projects, governmental institutions and community groups should therefore be encouraged and supported to provide BDS.Governments should also be supported in the creation of a legal framework to ensure that labour rights are respected and that demobilized or other vulnerable groups are not exploited within the private sector. Concessions and contracts created between the private sector and the national, regional or local government must be transparent and conducted in such a way that affected communities are able to make their voices heard. In the case of extraction of natural resources upon which livelihoods and recovery depends, it is espe- cially important to be sure that the terms of the contracts are fair to the communities and local peoples, and that the contracts of private companies address human security. When it comes to job placement, DDR practitioners should also support affirmative action for disadvantaged groups where applicable. See section 8.1.4. on private sector involvement for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 38, - "Heading1": "9. Economic reintegration", - "Heading2": "9.4. Income generating opportunities", - "Heading3": "9.4.1. Private sector employment", - "Heading4": "", - "Sentence": "When it comes to job placement, DDR practitioners should also support affirmative action for disadvantaged groups where applicable.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4729, - "Score": 0.218218, - "Index": 4729, - "Paragraph": "Successful reintegration of ex-combatants is a complex process that depends on a myriad of factors, including satisfying the complex expectations of receiving communities. It is the interplay of a community\u2019s physical and social capital and an ex-combatant\u2019s financial and human capital that determines the ease and success of reintegration.The acceptance of ex-combatants by community members is essential, but relations between ex-combatants and other community members are usually anything but \u2018nor- mal\u2019 at the end of a conflict. Ex-combatants often reintegrate into extremely difficult social environments where they might be seen as additional burdens to communities rather than assets. In some cases, communities may have perceptions that returning combat- ants are HIV positive, regardless of actual HIV status, resulting in discrimination against and stigmatization of returnees and inhibiting effective reintegration. The success of any DDR programme and the effective reintegration of former combatants therefore depend on the extent to which ex-combatants can become (and be perceived as) positive agents for change in receptor communities.The importance of providing civilian life skills training to ex-combatants will prove vital to strengthening their social capital and jumpstarting their integration into com- munities. Ex-combatants who have been socialized to use violence may face difficulties when trying to negotiate everyday situations in the public and private spheres. Those who have been out of their communities for an extended period of time, and who may have committed extreme acts of violence, might feel disconnected from the human compo- nents of home and community life. Reintegration programme managers should therefore regard the provision of civilian life skills as a necessity, not a luxury. Life skills include understanding gender identities and roles, non-violent ways of resolving conflict, and non-violent civilian and social behaviours (such as good parenting skills). See section 9.4.1. for more information on life skills.Public information and sentitization campaigns can also be an extremely effective mech- anism for facilitating social reintegration, including utilizing media to address issues such as returnees, their dependants, stigma, peacebuilding, reconciliation/co-habitation, and socialization to violence. Reintegration programme planners should carry out public information and sensitization campaigns to ensure a broad understanding among stake- holders that DDR is not about rewarding ex-combatants, but rather about turning them into valuable assets to rebuild their communities and ensure that security and peace pre- vail. In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process. The same applies for female ex-combatants and women and girls associated with armed forces and groups who in many cases expe- rienced sexual and gender-based violence, and risk stigmatization and social exclusion. See Module 4.60 on Public Information and Strategic Communication in Support of DDR for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 42, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.3. Strengthening social capital and social acceptance", - "Heading3": "", - "Heading4": "", - "Sentence": "See Module 4.60 on Public Information and Strategic Communication in Support of DDR for more information.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4738, - "Score": 0.218218, - "Index": 4738, - "Paragraph": "Although various forms of family structures exist in different cultural, political and social systems, reference is commonly made to two types of family: the nuclear family and the extended family. Nuclear families comprise the ex-combatant, his/her spouse, companion or permanent companion, dependent children and/or parents and siblings in those cases where the previously mentioned family members do not exist. Extended family includes a 4.60 social unit that contains the nuclear family together with blood relatives, often spanning three or more generations.Family members often need to be assisted to play the supporting, educating and nur- turing roles that will aid ex-combatants in their transitions from military to civilian life and in their reintegration into families and communities. This is especially important for elderly, chronically-ill, and ex-combatants with disabilities. Family members will need to understand the experiences that ex-combatants have gone through, such as socialization to violence and the use of drugs and other substances, in order to help them to overcome trauma and/or inappropriate habits acquired during the time they spent with armed forces and groups. In order to encourage their peaceful transition into civilian life, family members will also need to be particularly attentive to help prevent feelings of isolation, alienation and stigmatization.DDR planners should recognize the vital importance of family reunification and pro- mote its integration into DDR programmes and strategies to ensure protection of the unity of the family, where reunification proves appropriate. Depending on the context, nuclear and/or extended families should be assisted to play a positive supporting role in the social reintegration of ex-combatants and associated groups.DDR programmes should also create opportunities for family members of nuclear and/or extended families to understand and meet their social responsibilities related to the return of ex-combatant relatives. Nuclear and/or extended family members also need to understand the challenges involved in welcoming back ex-combatants and the need to deal with such return in a way that will allow for mutual respect, tolerance and coopera- tion within the family and within communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 43, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "10.4.1. Nuclear and extended families", - "Heading4": "", - "Sentence": "In order to encourage their peaceful transition into civilian life, family members will also need to be particularly attentive to help prevent feelings of isolation, alienation and stigmatization.DDR planners should recognize the vital importance of family reunification and pro- mote its integration into DDR programmes and strategies to ensure protection of the unity of the family, where reunification proves appropriate.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4312, - "Score": 0.211702, - "Index": 4312, - "Paragraph": "Reintegration programmes shall be designed, implemented and evaluated in a gen- der-sensitive manner. Gender-sensitive reintegration includes planning based upon sex-disaggregated data so that programmes can identify the specific needs and potentials of women, men, boys and girls. Women\u2019s and young girls\u2019 needs may include availability of child care facilities, access to land, property and livelihoods resources and rehabil- itation from sexual violence, whereas men and young boys may need more support to overcome socialization to violence and substance abuse, for example.In cases where women have self-demobilized or were excluded from DDR prog- ammes by commanders, efforts should be made to provide them with access to the formal or official reintegration programme, if they so choose. Female-specific reintegration pro- grammes may also be devised to address those women who will not access reintegration opportunities in official DDR programmes to avoid further stigmatization.In order to implement gender-responsive reintegration programmes, DDR staff, local stakeholders and implementing parterns may need to receive gender training and other capacity development. Public information and sensitization may also benefit from collab- oration with women\u2019s and men\u2019s organizations to address gender-specific needs.Gender-sensitive monitoring and evaluation requires that the DDR M&E framework includes gender-related indicators and specific assessments on gender. Reintegration pro- grammes should seek specific funding for such initiatives, and should work to monitor and evaluate the gender appropriateness of programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.7. Gender-sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "Female-specific reintegration pro- grammes may also be devised to address those women who will not access reintegration opportunities in official DDR programmes to avoid further stigmatization.In order to implement gender-responsive reintegration programmes, DDR staff, local stakeholders and implementing parterns may need to receive gender training and other capacity development.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3443, - "Score": 0.209657, - "Index": 3443, - "Paragraph": "Agreeing on child-specific disarmament procedures avoids further possible abuse and exploitation of children, especially for political or tactical gain; and, prepares children for separate and specific child- related demobilization and reintegration processes (see IDDRS 5.20 on Children and DDR). Specific attention should also be given to the disarmament of youth (see IDDRS 5.30 on Youth and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People-centred", - "Heading3": "4.2.1 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "Specific attention should also be given to the disarmament of youth (see IDDRS 5.30 on Youth and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3609, - "Score": 0.209657, - "Index": 3609, - "Paragraph": "The disarmament team is responsible for implementing all operational procedures for disarmament: physical verification of arms and ammunition, recording of materiel, issuance of disarmament receipts/certificates, storage of materiel, and the destruction of unsafe ammunition and explosives.WAM advisers (see Box 5) should be duly incorporated from the planning stage throughout the implementation of the disarmament phase. As per the IATG, force commanders (military component) should designate a force explosives safety officer responsible for advising on all arms, ammunition and explosives safety matters, including with regards to DDR activities (see Annex L of IATG 01.90).BOX 5: WAM ADVISERS \\n In both mission and non-mission settings, the involvement of UN WAM advisers in the planning and implementation of disarmament operations and WAM is critical to the success of the programme. Depending on the type of activities involved, WAM advisers shall have extensive formal training and operational field experience in ammunition and weapons storage, inspection, transportation and destruction/disposal, including in fragile settings, as well as experience in the development and administration of new storage facilities. If the DDR component does not include such profiles among its staff, it may rely on support from other specialist UN agencies or NGOs. The WAM adviser shall, among other things, advise on explosive safety, certify that ammunition and explosives are safe to move, identify a nearby demolition site for unsafe ammunition, conduct render-safe procedures on unsafe ammunition, and determine safety distances during collection processes.A disarmament team should include a gender-balanced composition of: \\n DDR practitioners; \\n A representative of the national DDR commission (and potentially other national institutions); \\n An adequately sized technical support team from a specialized UN agency or NGO, including a team leader/WAM adviser (IMAS EOD level 3), two weapons inspectors to identify weapons and assess safety of items, registration officers, storemen/women and a medic; \\n Military observers (MILOBs) and representatives from the protection force; \\n National security forces armament specialists (police, army and/or gendarmerie); \\n A representative from the mission\u2019s department for child protection; \\n A national gender specialist. \\n A national youth specialist.Depending on the provisions of the ceasefire and/or peace agreement and the national DDR policy document, commanders of armed groups may also be part of the disarmament team.Disarmament teams should receive training on the disarmament SOPs (see section 5.6), the chain of procedures involved in conducting disarmament operations, entering data into the registration database, and the types of arms and ammunition they are likely to deal with and their safe handling. Training should be designed by the DDR component with the support of WAM/EOD-qualified force representatives or a specialized UN agency or NGO. DDR practitioners and other personnel who are not arms and ammunition specialists should also attend the training to ensure that they fully understand the chain of operations and security procedures involved; however, unless qualified to do so, staff shall not handle weapons or ammunition at any stage. Before the launch of operations, a simulation exercise should be organized to test the planning phase, and to support each stakeholder in understanding his or her role and responsibilities. The mission DDR component, specialized UN agencies, and the military component should identify liaison officers to facilitate the implementation of disarmament operationsIn non-mission settings, the conduct and security of disarmament operations may rely on national security forces, joint commissions or teams and on national specialists with technical support from relevant UN agency (ies), multilateral and bilateral partners. The UN and partners should support the organization of training for national disarmament teams to develop capacity.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 19, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.7 Disarmament team structure", - "Heading3": "", - "Heading4": "", - "Sentence": "If the DDR component does not include such profiles among its staff, it may rely on support from other specialist UN agencies or NGOs.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5341, - "Score": 0.209657, - "Index": 5341, - "Paragraph": "Demobilization activities are carried out at designated sites. Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups. They can be semi-permanent and constructed specifically for this purpose, such as cantonment camps (see Annex B for the generic layout of a cantonment camp). Although cantonment was long considered standard practice in DDR programmes, temporary sites may also be appropriate. The decision concerning which type of demobilization site to use should be guided by the specific country context, the security situation, and the advantages and disadvantages associated with semi-permanent and temporary sites, as outlined in the sections that follow.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 14, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "", - "Heading4": "", - "Sentence": "Although cantonment was long considered standard practice in DDR programmes, temporary sites may also be appropriate.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4336, - "Score": 0.20767, - "Index": 4336, - "Paragraph": "Lessons learned from DDR programmes around the world have shown that reintegration approaches that include elements of community and family participation and assistance, as well as enlarged targeting principles, have higher success rates.Where DDR programmes have delivered individual reintegration to ex-combatants alone, the result has often been hostility or resentment on the part of community members who feel excluded from reintegration benefits. The problems arising from such dynamics have created barriers to the goals of social reintegration and the strengthening of com- munity cohesion, ultimately threatening the sustainability of reintegration programmes. Where community members are included in the planning process and provided access to concrete benefits, however, the result is often enhanced local ownership and acceptance of the reintegration programme. Reintegration programmes should therefore facilitate com- munities coming together to discuss and decide on their own priorities and methods that they believe will help in the reintegration of ex-combatants.While it is not the whole community that will receive reintegration assistance, in community-based reintegration approaches ex-combatants are assisted together with other members of the community. Selection criteria and percentages of ex-combatants to community members can vary. Lessons learned have shown that targeting community members with a similar profile to the ex-combatants can be particularly effective (such as unemployed youth).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 9, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.2. Community-based reintegration (CBR)", - "Heading3": "", - "Heading4": "", - "Sentence": "Lessons learned from DDR programmes around the world have shown that reintegration approaches that include elements of community and family participation and assistance, as well as enlarged targeting principles, have higher success rates.Where DDR programmes have delivered individual reintegration to ex-combatants alone, the result has often been hostility or resentment on the part of community members who feel excluded from reintegration benefits.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5648, - "Score": 0.202031, - "Index": 5648, - "Paragraph": "The work that is conducted as part of a public works programme is labour intensive and aims to build or rehabilitate public/community assets and infrastructure that are vital for sustaining the livelihoods of a community and create immediate job opportunities for former members of armed forces and groups and members of the community. Examples are the rehabilitation and maintenance of roads, improving drainage, water supplies and sanitation, demining, or environmental work including the planting of trees.In return for their participation in a public works programme, demobilized individuals and community members receive income in the form of cash, vouchers or in-kind assistance (food or other commodities) and on-the-job training. Public works programmes may be favoured over cash, vouchers or in-kind transfers alone, because the creation or rehabilitation of community assets may provide communities with better protection against future negative shocks, such as rising food prices or drought. In addition, by maintaining ex-combatant support networks for a short period of time, this approach may soften the otherwise abrupt transition from military to civilian life. It ensures that incomes are maintained as demobilized individuals are re-entering their communities. Furthermore, by enabling former members of armed forces and groups to contribute to the rebuilding of their communities, public works programmes provide training opportunities and may encourage reconciliation and community acceptance of demobilized individuals, and may ease the reintegration process.Public works programmes must be preceded by needs and feasibility assessments. The willingness of civilians, ex-combatants and persons formerly associated with armed forces and groups to undertake this kind of work must also be assessed. Public works programmes should only be implemented when markets are functioning (although this is not necessary for food for work programmes); when cash for work activities will not interfere with already-existing livelihood practices; and when the assets and infrastructure to be built or rehabilitated will meet the basic needs of the target population, be useful to the community and can be maintained. Additional key questions for determining the appropriateness of public works programmes include: \\n Is there sufficient useful work available? \\n Is the security situation conducive to public works programmes? \\n What are the risks for demobilized participants? \\n Would public works programmes disrupt traditional community practices that value unpaid collective work for the community? \\n Are both men and women interested in participating in public works programmes? Are there any specific cultural considerations? \\n What is the attitude of the community towards paid labour? \\n Will public works programmes compete with local labour and disrupt seasonal activities? \\n Do work activities vary by season? \\n Do demobilized participants require training and/or equipment to conduct the work?Salaries for participation in public works programmes shall consider what is required in order to meet the basic needs of ex-combatants and persons formerly associated with armed forces and groups. The minimum wage in the programme location shall also be taken into account, together with the total number of days of work to be completed and the benefits being offered by other providers. If demobilized participants assume different tasks \u2013 e.g., some manage small teams \u2013 then differential wage criteria should be considered, corresponding to level of responsibility. DDR practitioners shall also decide whether wages are to be time based (a daily or weekly wage) or output based (tied to the accomplishment of a particular task). Time-based wages require close monitoring to ensure that individuals complete a pre-defined number of hours of work. Output-based wages can help to avoid a situation in which workers deliberately prolong the programme. Wage levels shall be regularly reviewed and shall not be so high as to distort the local economy, for example, by causing a steep increase in local prices.When planning public works programmes, DDR practitioners shall carefully assess the barriers to participation for demobilized individuals who are unable to engage in labour-intensive work because they are elderly, are disabled or suffer from chronic illnesses. In these cases, additional alternative assistance measures, such as the direct provision of cash transfers, vouchers or in-kind support should be considered. DDR practitioners shall also identify obstacles that prevent the participation of women formerly associated with armed forces and groups. For example, in contexts where employment is in short supply and labour-intensive jobs are usually reserved for men, it may be difficult for women to gain access to public works programmes. It may also be difficult for women to take on additional work, particularly if they are already managing households and childcare responsibilities. Measures should be taken to address these obstacles, such as providing flexible work schedules and childcare facilities close to public works sites. While women should be encouraged to participate in public works programmes, if they choose, direct cash transfers, vouchers and in-kind support may be considered instead.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 33, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.3 Public works programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall also identify obstacles that prevent the participation of women formerly associated with armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3359, - "Score": 0.202031, - "Index": 3359, - "Paragraph": "Ideally, detailed mission plans will be drawn up by individuals who will fill planning and management positions in the proposed new mission. If this is not possible, initial plans will be drawn up by UNHQ staff, then reviewed and adjusted by mission staff as DDR progresses. Mission plans and concepts of operations will also need to be reviewed, should the Security Council not approve all identified and proposed operational requirements. In addition, as DDR processes should be owned by Governments or transitional Governments, mission plans should be flexible and allow for adjustments.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.8 Mission plan", - "Heading3": "", - "Heading4": "", - "Sentence": "If this is not possible, initial plans will be drawn up by UNHQ staff, then reviewed and adjusted by mission staff as DDR progresses.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4110, - "Score": 0.202031, - "Index": 4110, - "Paragraph": "The general tasks that police personnel undertake in relation to DDR processes are advice, coordination, monitoring and building public confidence. The capacity of UN police personnel to carry out these functions will differ in different settings \u2013 mission and non-mission \u2013 contingent on mandated tasks and whether FPUs, IPOs and SPTs are present or absent. For example, building public confidence and strong relationships with local communities will not be realistically achievable in a non-mission setting if only one police adviser is deployed.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 10, - "Heading1": "6. DDR processes and policing \u2013 general tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The general tasks that police personnel undertake in relation to DDR processes are advice, coordination, monitoring and building public confidence.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4200, - "Score": 0.202031, - "Index": 4200, - "Paragraph": "The role of transitional WAM in DDR processes is explained in IDDRS 4.11 on Transitional WAM. UN police personnel can contribute to transitional WAM activities in a variety of ways, including by supporting and advising State police on the control of civilian-held weapons, and encouraging registration and handover procedures with the aim of establishing weapons-free zones and enhancing security. These measures can help to limit the recirculation of weapons diverted or illicitly retained by former combatants.Community-based policing can play an important role in strengthening weapons control initiatives. If community members have a certain degree of trust in police and security institutions, they may feel more comfortable engaging in activities related to transitional WAM. Similarly, if there is a good working relationship between the police and the community, the police will more easily obtain information about weapons caches.In addition, UN police personnel may also provide support to the development of longer-term laws and procedures to manage the legitimate possession of weapons. UN police personnel can then contribute to the verification, registration and tracing of the weapons held by citizens, offering advice on the security, handling and custody of these weapons, as well as encouraging civilians to hand these weapons over to the authorities as a means of building confidence in the State police and security institutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 16, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.3 Transitional weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "The role of transitional WAM in DDR processes is explained in IDDRS 4.11 on Transitional WAM.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5192, - "Score": 0.202031, - "Index": 5192, - "Paragraph": "In countries where television is the most popular way of distributing information, it is essential that this medium is used, even if in a limited way. Some peacekeeping missions have established their own UN TV stations on a dedicated broadcasting frequency, while others have made arrangements to broadcast films, documentaries or other programming on existing public or private stations. The scheduling and frequency of broadcasts must be carefully planned to respond to the needs of the widest possible audience. Where cultural restrictions prevent women from watching films in public, alternatives, such as a women-only screening, should be negotiated. Billboards should not be overlooked as an effective tool for advertising DDR activities and/or achievements, as, when strategically positioned, they can reach a significant number of people.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 18, - "Heading1": "8. Media", - "Heading2": "8.4 Visual media: TV, film and billboards", - "Heading3": "", - "Heading4": "", - "Sentence": "Billboards should not be overlooked as an effective tool for advertising DDR activities and/or achievements, as, when strategically positioned, they can reach a significant number of people.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4425, - "Score": 0.202031, - "Index": 4425, - "Paragraph": "Also known as pre-programme assessments, early profiling and pre-registration surveys will establish the nature and size of the group for which a reintegration programme is to be designed. Profiling on a sample basis is typically done as soon as access to combatants is possible. This enables a quick assessment of the combatants to be included in DDR, including information on their demographics, human and material capital, as well as their aspirations. The collection of personal and socio-economic data also provides baseline information needed for the planning, design and formulation of a monitoring and evalu- ation plan.Early profiling, registration, and surveying should take into account gender-sensitive procedures, so that women, men, girls and boys are able to accurately state their involve- ment and needs, and other relevant information.In some cases it can be very difficult to obtain accurate or any information regarding the profiles and number of ex-combatants for the DDR programme. In such cases, DDR experts should rely on information from local civil society and other UN agencies, and plan their programmes as best they can with the available information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 15, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.1. Early profiling and pre-registration surveys", - "Heading4": "", - "Sentence": "This enables a quick assessment of the combatants to be included in DDR, including information on their demographics, human and material capital, as well as their aspirations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8803, - "Score": 0.661581, - "Index": 8803, - "Paragraph": "Mechanisms for monitoring and evaluating (M&E) interventions are essential when food assistance is provided as part of a DDR process, to ensure accountability to all stakeholders and in particular to the affected population.The food assistance component shall be monitored and evaluated as part of a broader M&E plan for the DDR process. In general, arrangements for monitoring the distribution of assistance provided during DDR should be made in advance between all the implementing partners, using existing tools for monitoring and applying international best practices.In terms of food distribution, at a minimum, information shall be gathered on: \\n The receipt and delivery of commodities; \\n The number (disaggregated by sex and age) of people receiving assistance; \\n Food storage, handling and the distribution of commodities; \\n Food assistance availability and unmet needs. There are two main types of monitoring through which this information can be gathered: \\n Distribution: This type of monitoring, which is conducted on the day of distribution, includes several activities, including commodity monitoring, on-site monitoring and food basket monitoring. \\n Post-distribution: This monitoring takes place sometime after the distribution but before the next one. It includes monitoring of the way in which food assistance is used in households and communities, and market surveys.In order to increase the effectiveness of the current and future food assistance component, it is particularly important for data on DDR participants and beneficiaries to be collected so that it can be easily disaggregated. Numerical data should be systematically collected for the following categories: ex-combatants, persons formerly associated with armed forces and groups, and dependants (partners and relatives of ex-combatants). Every effort should be made to disaggregate the data by: \\n Sex and age; \\n Vulnerable group category (CAAFAG, people living with HIV/ AIDS, persons with disabilities, etc.); \\n DDR location(s); \\n Armed force/group affiliation.Also, identifying lessons learned and conducting evaluations of the impacts of food assistance helps to improve the approach to delivering food assistance within DDR processes and the broader inter-agency approach to DDR. The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme). The evaluation should provide an in-depth analysis of early food assistance activities and allow for later food assistance components to be reviewed and, if necessary, redesigned/reoriented. Gender should be taken into consideration in the evaluation to assess if there were any unexpected outcomes of food assistance on women and men, and on gender relations and gender equality. Lessons learned should be recorded and shared with all relevant stakeholders to guide future policies and to improve the effectiveness of future planning and support to operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 28, - "Heading1": "8. Monitoring and evaluation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5866, - "Score": 0.617213, - "Index": 5866, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR). For youth 15-17, reintegration support can be provided at any time (see IDDRS 5.20 on Children and DDR) The guidance provided in this section is applicable to both scenarios.Reintegration is a complex mix of economic, social, political and personal factors, all of which work together. While the reintegration of youth ex-combatants and youth formerly associated with armed forces or groups may depend, in part, on their successful transition into the world of work, if youth retain deep-rooted grievances due to political marginalization, or face significant, unaddressed psychosocial distress, or are experiencing ongoing conflict with their family, then they are extremely unlikely to be successful in making such a transition. Additionally, if communities and other stakeholders, including the State, do not recognize or value young people\u2019s contributions, expertise, and opinions it may increase the vulnerability of youth to re-recruitment.Youth-focused reintegration support should be designed and developed in consultation with youth. From the beginning, programme components should address the rights, aspirations, and perspectives of youth, and be as inclusive, multisectoral, and long term as is feasible from the earliest phases.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8771, - "Score": 0.606092, - "Index": 8771, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place. In both instances, the role of food assistance will depend on the type of reintegration support provided and whether any form of targeting is applied (see IDDRS 4.30 on Reintegration). DDR participants and beneficiaries will often eventually be included in a community-based approach and access food in the same way as members of these communities, rather than receive special entitlements. Ultimately, they should be seen as part of the community and, if in need of assistance, take part in programmes covering broader recovery efforts.In broader operations in post-conflict environments during the recovery phase, where there are pockets of relative security and political stability and greater access to groups in need, general free food distribution is gradually replaced by help directed at particular groups, to develop the ability of affected populations to meet their own food needs and work towards long-term food security. Activities should be closely linked to efforts to restart positive coping mechanisms and methods of households supplying their own food by growing it themselves or earning the money to buy it.The following food assistance activities could be implemented when support to reintegration is provided as part of a DDR process within or outside a DDR programme: \\n Supporting communities through FFA activities that directly benefit the selected populations; \\n Providing support, in particular nutrition interventions, directed at specific vulnerable groups; \\n Providing support to restore production capacity and increase food production by households; \\n Providing support (training, equipment, seeds and agricultural inputs) to selected populations or the wider community to restart agricultural production, enhance post-harvest management, identify market access options, and organise farmers to work and sell collectively; \\n Providing support for local markets through CBTs, buying supplies for DDR processes locally, encouraging private-sector involvement in food transport and delivery, and supporting social market outlets and community-based activities such as small enterprises for both women and men, and linking CBT programmes to a financial inclusion objective; \\n Encouraging participation in education and skills training (school feeding with nutrition education, FFT, education, adult literacy); \\n Maintaining the capacity to respond to emergencies and setbacks; \\n Expanding emergency rehabilitation projects (i.e., projects which rehabilitate local infrastructure) and reintegration projects; \\n Running household food security projects (urban/rural).The link between learning and nutrition is well established, and inter-agency collaboration should ensure that all those who enter training and education programmes in the reintegration period are properly nourished. Different nutritional needs for girls and boys and women and men should be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 25, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.2 Food assistance and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5728, - "Score": 0.58554, - "Index": 5728, - "Paragraph": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B in IDDRS 5.20 on Children and DDR). For any youth under age 18, child-specific programming and rights shall be the priority, however, when appropriate, DDR practitioners may consider complementary youth-focused approaches to address the risks and needs of youth nearing adulthood.For ex-combatants and persons associated with armed forces or groups aged 18-24, eligibility for DDR will depend on the particular DDR process in place. If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document. If a CVR programme is being implemented, then eligibility criteria shall be developed in consultation with target communities, and, if in existence, a Project Selection Committee (see IDDRS 2.30 on Community Violence Reduction). If the preconditions for a DDR programme are not in place, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8746, - "Score": 0.551677, - "Index": 8746, - "Paragraph": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8782, - "Score": 0.551677, - "Index": 8782, - "Paragraph": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR). When a DDR programme is delayed, pre-DDR can be conducted with male and female ex-combatants who are in camps, or with ex-combatants who are already in communities. Activities may include cash for work, FFT or FFA. Wherever possible, pre-DDR activities should be linked to the reintegration support that will be provided when the DDR programme is eventually implemented.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.2 Pre-DDR", - "Heading4": "", - "Sentence": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8526, - "Score": 0.550689, - "Index": 8526, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8300, - "Score": 0.507093, - "Index": 8300, - "Paragraph": "Particular care should be taken with regard to whether, and how, to include foreign children associated with armed forces and groups in DDR programmes in the country of origin, especially if they have been living in refugee camps and communities. Since they are already living in a civilian environment, they will benefit most from DDR rehabilitation and rein\u00ad tegration processes. Their level of integration in refugee camps and communities is likely to be different. Some children may be fully integrated as refugees, and it may no longer be in their best interests to be considered as children associated with armed forces and groups in need of DDR assistance upon their return to the country of origin. Other children may not yet have made the transition to a civilian status, even if they have been living in a civilian environment, and it may be in their best interests to participate in a DDR programme. In all cases, stigmatization should be avoided.It is recommended that foreign children associated with armed forces and groups should be individually assessed by UNHCR, UNICEF and/or child protection partner NGOs to plan for the child\u2019s needs upon repatriation, including possible inclusion in an appropriate DDR programme. Factors to consider should include: the nature of the child\u2019s association with armed forces or groups; the circumstances of arrival in the asylum country; the stability of present care arrangements; the levels of integration into camp/community\u00adbased civilian activities; and the status of family\u00adtracing efforts. All decisions should involve the partici\u00ad pation of the child and reflect his/her best interests. It is recommended that assessments should be carried out in the country of asylum, where the child should already be well known to, and should have a relationship of trust with, relevant agencies in the refugee camp or settlement. The assessment can then be given to relevant agencies in the country of origin when planning the voluntary repatriation of the child, and decisions can be made about whether and how to include the child in a DDR programme. If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 27, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.8. Factors affecting foreign children associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5768, - "Score": 0.505076, - "Index": 5768, - "Paragraph": "Where appropriate, youth-focused DDR processes shall consider regional initiatives to prevent the (re-)recruitment of youth. DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7005, - "Score": 0.503953, - "Index": 7005, - "Paragraph": "Lead to be provided by national beneficiaries/stakeholders. HIV/AIDS initiatives within the DDR process will constitute only a small element of the overall national AIDS strategy (assum- ing there is one). It is essential that local actors are included from the outset to guide the process and implementation, in order to harmonize approaches and ensure that awareness- raising and the provision of voluntary confidential counselling and testing and support, including, wherever possible, treatment, can be sustained. Information gained in focus group discussions with communities and participants, particularly those living with HIV/AIDS, should inform the design of HIV/AIDS initiatives. Interventions must be sensitive to local culture and customs.Inclusive approach. As far as possible, it is important that participants and beneficiaries have access to the same/similar facilities \u2014 for example, voluntary confidential counselling and testing \u2014 so that programmes continue to be effective during reintegration and to reduce stigma. This emphasises the need to link and harmonize DDR initiatives with national programmes. (A lack of national programmes does not mean, however, that HIV/AIDS initiatives should be dropped from the DDR framework.) Men and women, boys and girls should be included in all HIV/AIDS initiatives. Standard definitions of \u2018sexually active age\u2019 often do not apply in conflict settings. Child soldiers, for example, may take on an adult mantle, which can extend to their sexual behaviour, and children of both sexes can also be subject to sexual abuse.Strengthen existing capacity. Successful HIV/AIDS interventions are part of a long-term pro- cess going beyond the DDR programme. It is therefore necessary to strengthen the capacity of communities and local actors in order for projects to be sustainable. Planning should seek to build on existing capacity rather than create new programmes or structures. For example, local health care workers should be included in any training of HIV counsellors, and the capacity of existing testing facilities should be augmented rather than parallel facilities being set up. This also assists in building a referral system for demobilized ex-combatants who may need additional or follow-up care and treatment.Ethical/human rights considerations. The UN supports the principle of VCT. Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme. HIV test should be voluntary and results should be confidential or \u2018medical- in-confidence\u2019 (for the knowledge of a treating physician). A person\u2019s actual or perceived HIV status should not be considered grounds for exclusion from any of the benefits. Planners, however, must be aware of any existing national legislation on HIV testing. For example, in some countries recruitment into the military or civil defence forces includes HIV screen- ing and the exclusion of those found to be HIV-positive.Universal precautions and training for UN personnel. Universal precautions shall be followed by UN personnel at all times. These are a standard set of procedures to be used in the care of all patients or at accident sites in order to minimize the risk of transmission of blood- borne pathogens, including, but not exclusively, HIV. All UN staff should be trained in basic HIV/AIDS awareness in preparation for field duty and as part of initiatives on HIV/ AIDS in the workplace, and peacekeeping personnel should be trained and sensitized in HIV/AIDS awareness and prevention.Using specialized agencies and expertise. Agencies with expertise in HIV/AIDS prevention, care and support, such as UNAIDS, the UN Development Programme, the UN Population Fund (UNFPA), the UN High Commissioner for Refugees, the World Health Organization (WHO), and relevant NGOs and other experts, should be consulted and involved in opera- tions. HIV/AIDS is often wrongly regarded as only a medical issue. While medical guidance is certainly essential when dealing with issues such as testing procedures and treatment, the broader social, human rights and political ramifications of the epidemic must also be considered and are often the most challenging in terms of their impact on reintegration efforts. As a result, the HIV/AIDS programme requires specific expertise in HIV/AIDS train- ing, counselling and communication strategies, in addition to qualified medical personnel. Teams must include both men and women: the HIV/AIDS epidemic has specific gender dimensions and it is important that prevention and care are carried out in close coordination with gender officers (also see IDDRS 5.10 on Women, Gender and DDR).Limitations and obligations of DDR HIV/AIDS initiatives. it is crucial that DDR planners are transparent about the limitations of the HIV/AIDS programme to avoid creating false expectations. It must be clear from the start that it is normally beyond the mandate, capacity and financial limitations of the DDR programme to start any kind of roll-out plan for ARV treatment (beyond, perhaps, the provision of PEP kits and the prevention of mother-to- child transmission (also see IDDRS 5.70 on Health and DDR). The provision of treatment needs to be sustainable beyond the conclusion of the DDR programme in order to avoid the development of resistant strains of the virus, and should be part of national AIDS strategies and health care programmes. DDR programmes can, however, provide the following for target groups: treatment for opportunis- tic infections; information on ARV treatment options available in the country; and referrals to treatment centres and support groups. The roll-out of ARVs is increasing, but in many countries access to treatment is still very limited or non-existent. This means that much of the emphasis still has to be placed on prevention initiatives. HIV/AIDS community initiatives require a long-term commitment and fundamentally form part of humanitarian assistance, reconstruction and development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8496, - "Score": 0.483494, - "Index": 8496, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7329, - "Score": 0.478091, - "Index": 7329, - "Paragraph": "A gender-responsive approach to DDR should be built into every stage of DDR. This begins with discussions during the peace negotiations on the methods that will be used to carry out DDR. DDR advisers participating in such negotiations should ensure that women\u2019s interests and needs are adequately included. This can be done by insisting on the participation of female representatives at the negotiations, ensuring they understand DDR-related clauses and insisting on their active involvement in the DDR planning phase. Trained female leaders will contribute towards ensuring that women and girls involved in DDR (women and girls who are ex-combatants, women and girls working in support functions for armed groups and forces, wives and dependants of male ex-combatants, and members of the receiving com- munity) understand, support and strengthen the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender-responsive approach to DDR should be built into every stage of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8193, - "Score": 0.436436, - "Index": 8193, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "Do its members have an interest in DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7383, - "Score": 0.4343, - "Index": 7383, - "Paragraph": "In drafting a peace mission\u2019s plan of operations, the Department of Peacekeeping Operations (DPKO) shall reflect the recommendations of the assessment team and produce language that defines a mandate for a gender-sensitive DDR process in compliance with Security Council resolution 1325. Specifically, DDR programme participants shall include those who play support functions essential for the maintenance and cohesion of armed groups and forces, and reflect consideration of the needs of individuals dependent on combatants.When the Security Council establishes a peacekeeping operation with mandated DDR functions, components that will ensure gender equity should be adequately financed through the assessed budget of UN peacekeeping operations and not voluntary contributions alone. From the start, funds should be allocated for gender experts and expertise to help with the planning and implementation of dedicated programmes serving the needs of female ex-com- batants, supporters and dependants. Gender advisers and expertise should be considered essential in the staffing structure of DDR units.The UN should facilitate financial support of the gender components of DDR processes. DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities. Several strategies can be used: (1) ensuring that DDR training programmes that are routinely provided for military and civilian staff reflect gender-related aspects; (2) developing accountability mechanisms to ensure that all staff are committed to gender equity; and (3) integrating gender training into the training programme for the troops involved.Box 4 Gender training in DDR \\n\\n Main topics of training \\n Gender mainstreaming and human rights \\n Sexual and gender-based violence \\n Gender roles and relations (before, during and after the conflict) \\n Gender identities \\n Gender issues in HIV/AIDS and human trafficking \\n\\n Main participants \\n Ex-combatants, supporters, dependants (both male and female) \\n DDR programme staffs \\n Representatives of government \\n Women\u2019s groups and NGOs \\n Community leaders and traditional authorities", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 11, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.1. Demobilization mandates, scope, institutional arrangements: Gender-aware interventions", - "Heading4": "", - "Sentence": "DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6469, - "Score": 0.433555, - "Index": 6469, - "Paragraph": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process. Data management shall follow a predetermined and standardized format, including information on roles and responsibilities, procedures and protocols for data collection, processing, storage, sharing, reporting and archiving. Rules on confidentiality and information security shall be established, and all relevant staff shall be trained in these rules, to protect the security of children and their families, and staff. Databases that contain sensitive information related to children shall be encrypted and access to information shall be based on principles of informed consent, \u2018need to know\u2019 basis, \u2018do no harm\u2019 and the best interests of the child so that only those who need to have access to the information shall be granted permissions and the ability to do so.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 19, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "6.3.2 Data management", - "Heading4": "", - "Sentence": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7714, - "Score": 0.428571, - "Index": 7714, - "Paragraph": "KEY MEASURABLE INDICATORS \\n 1. % of staff who have participated in gender training \\n 2. % of staff who have used gender analysis framework in needs assessment, situational analyses or/and evaluation \\n 3. % of staff who have interviewed girls and women for needs assessment, situational analyses or/and evaluation \\n 4. % of staff who have worked with local women\u2019s organizations \\n 5. % of staff who are in charge of female-specific interventions and/or gender training \\n 6. % of the programme meetings attended by local women\u2019s organizations and female community leaders \\n 7. % of staff who have carried out gender analysis of the DDR programme budget \\n 8. % of indicators and data disaggregated by gender \\n 9. % of indicators and data that reflects female specific status and/or issues \\n 10. Number of gender trainings conducted for DDR programme staff \\n 11. % of staff who are familiar with Security Council resolution 1325 \\n 12. % of staff who are familiar with gender issues associated with conflicts (e.g. gender-based violence, human trafficking) \\n 13. % of training specifically aimed at understanding gender issues and use of gender analysis frame\u00adworks for those who conduct M&E \\n 14. distribution of guidelines or manual for gender analysis and gender mainstreaming for DDR programme management", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "% of staff who have carried out gender analysis of the DDR programme budget \\n 8.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7878, - "Score": 0.428571, - "Index": 7878, - "Paragraph": "Training of local health personnel is vital in order to implement the complex health response needed during DDR processes. In many cases, the warring parties will have their own mili- tary medical staff who have had different training, roles, experiences and expectations. However, these personnel can all play a vital role in the DDR process. Their skills and knowl- edge will need to be updated and refreshed, since the health priorities likely to emerge in assembly areas or cantonment sites \u2014 or neighbouring villages \u2014 are different from those of the battlefield.An analysis of the skills of the different armed forces\u2019 and groups\u2019 health workers is needed during the planning of the health programme, both to identify the areas in need of in-service training and to compare the medical knowledge and practices of different armed groups and forces. This analysis will not only be important for standardizing care during the demobilization phase, but will give a basic understanding of the capacities of military health workers, which will assist in their reintegration into civilian life, for example, as employees of the ministry of health.The following questions can guide this assessment process: \\n What kinds of capacity are needed for each health service delivery point (tent-to-tent active case finding and/or specific health promotion messages, health posts within camps, referral health centre/hospital)? \\n Which mix of health workers and how many are needed at each of these delivery points? (The WHO recommended standard is 60 health workers for each 10,000 members of the target population.) \\n Are there national standard case definitions and case management protocols available, and is there any need to adapt these to the specific circumstances of DDR? \\n Is there a need to define or agree to specific public health intervention(s) at national level to respond to or prevent any public health threats (e.g., sleeping sickness mass screening to prevent the spread of the diseases during the quartering process)?It is important to assume that no sophisticated tools will be available in assembly or transit areas. Therefore, training should be based on syndrome-based case definitions, indi- vidual treatment protocols and the implementation of mass treatment interventions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 12, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.3. Training of personnel", - "Heading3": "", - "Heading4": "", - "Sentence": "However, these personnel can all play a vital role in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5759, - "Score": 0.407307, - "Index": 5759, - "Paragraph": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR). Youth-focused DDR processes for those aged 18 \u2013 24 should also be backed by flexible and long-term funding, that takes into account the importance of creating space for youth (especially the most marginalised) to participate in the planning, design, implementation, monitoring and evaluation of DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5731, - "Score": 0.404061, - "Index": 5731, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of CAFFAG, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups for this specific purpose. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or related process, such as Security Sector Reform (SSR), is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and therefore may be excluded from DDR support. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for and take steps to obtain the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, foreign missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems (see IDDRS 5.20 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6217, - "Score": 0.404061, - "Index": 6217, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to children and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6236, - "Score": 0.404061, - "Index": 6236, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of children associated with armed forces or armed groups, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or security sector reform (SSR) process is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and are therefore excluded from support linked to DDR. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, diplomatic missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8532, - "Score": 0.404061, - "Index": 8532, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the food assistance provided by humanitarian food assistance agencies during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7319, - "Score": 0.402911, - "Index": 7319, - "Paragraph": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants. This approach fails to deal with the fact that women can also be armed combatants, and that they may have different needs from their male counterparts. Nor does it deal with the fact that women play essential roles in maintaining and enabling armed forces and groups, in both forced and voluntary capacities. A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions. This is particularly important when establishing eligibility criteria for entry into DDR programmes (also see IDDRS 4.10 on Disarmament); \\n Gender equality and women\u2019s participation: Encouraging gender equality as a core principle of UN-supported DDR programmes means recognizing and supporting the equal rights of women and men, and girls and boys in the DDR process. The different experiences, roles and responsibilities of each of them during and after conflict should be recognized and reflected in the design and implementation of DDR programmes; \\n Respect for human rights: DDR programmes should support ways of preventing reprisal or discrimination against, or stigmatization of those who participate. The rights of the community should also be protected and upheld.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7347, - "Score": 0.402911, - "Index": 7347, - "Paragraph": "Facilitators, Special Representatives of the Secretary-General (SRSGs) and senior UN person- nel supporting the peace process should receive an explicit mandate to cater for the needs and interests of women and girls, whether combatants, supporters or dependants. Moni- toring and evaluation mechanisms should be set in place to assess the effectiveness of their interventions. (See Annex D for a gender-responsive monitoring and evaluation framework.) Peace process facilitators, SRSGs and envoys should be made aware of the interna- tionally agreed minimum standard of 30 percent female participation in any democratic decision-making forum. Women who are familiar with the needs of female fighters, veterans and other community-based women peace-builders should attend and be allowed to raise concerns in the negotiation process. In circumstances where the participation of women is not possible, DDR planners should hold consultations with women\u2019s groups during the planning and pre-deployment phase and ensure that the latter\u2019s views are represented at negotiation forums.Women in leadership positions at national and local levels, including female local coun- cillors, representatives of women\u2019s non-governmental organizations (NGOs) and female community leaders, all of whom will assist the return of male and female ex-combatants, supporters and dependants to civilian life, are stakeholders in the peace process, and should be enlisted as partners in the DDR process. Furthermore, governmental ministries or depart- ments with gender-related mandates should be included in negotiations and decision-making whenever possible.To facilitate women\u2019s participation, the UN advance team or country team should carry out a risk assessment to evaluate the threat posed to women who take up a public role in the peace process. Adequate protection should be provided by governmental bodies or the UN itself if these women\u2019s security is at risk. Facilitators and other participants in the peace process should attempt to create an inclusive environment so that female representatives feel comfortable to raise their concerns and needs.The release of abducted women and girls from within the ranks of an armed force or group should be made a condition of the peace agreement.The requirement for the representation of women in structures established to manage DDR processes, such as a national DDR commission, should be included in the peace accord. Information about the DDR programme and process should be made available to any sub- sidiary bodies or sub-committees established to facilitate the participation of civil society in the peace process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.2. Negotiating DDR: Female-specific interventions", - "Heading4": "", - "Sentence": "Information about the DDR programme and process should be made available to any sub- sidiary bodies or sub-committees established to facilitate the participation of civil society in the peace process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7553, - "Score": 0.400892, - "Index": 7553, - "Paragraph": "\\n How many women and girls are in and associated with the armed forces and groups? What roles have they played? \\n Are there facilities for treatment, counselling and protection to prevent sexualized vio- lence against women combatants, both during the conflict and after it? \\n Who is demobilized and who is retained as part of the restructured force? Do women and men have the same right to choose to be demobilized or retained? \\n Is there sustainable funding to ensure the long-term success of the DDR process? Are special funds allocated to women, and if not, what measures are in place to ensure that their needs will receive proper attention? \\n Has the support of local, regional and national women\u2019s organizations been enlisted to aid reintegration? \\n Has the collaboration of women leaders in assisting ex-combatants and widows returning to civilian life been enlisted? \\n Are existing women\u2019s organizations being trained to understand the needs and experiences of ex-combatants? \\n If cantonment is being planned, will there be separate and secure facilities for women? Will fuel, food and water be provided so women do not have to leave the security of the site? \\n If a social security system exists, can women ex-combatants easily access it? Is it specifically designed to meet their needs and to improve their skills? \\n Can the economy support the kind of training women might ask for during the demobi- lization period? \\n Have obstacles, such as narrow expectations of women\u2019s work, been taken into account? Will childcare be provided to ensure that women have equitable access to training opportunities? \\n Do training packages offered to women reflect local gender norms and standards about gender-appropriate behaviour or does training attempt to change these norms? Does this benefit or hinder women\u2019s economic independence? \\n Are single or widowed female ex-combatants recognized as heads of households and permitted access to housing and land? \\n Are legal measures in place to protect their access to land and water?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 27, - "Heading1": "Annex B: DDR gender checklist for peace operations assessment missions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Is there sustainable funding to ensure the long-term success of the DDR process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8307, - "Score": 0.400892, - "Index": 8307, - "Paragraph": "Entitlements under DDR programmes are only a contribution towards the process of rein\u00ad tegration. This process should gradually result in the disappearance of differences in legal rights, duties and opportunities of different population groups who have rejoined society \u2014 whether they were previously displaced persons or demobilized combatants \u2014 so that all are able to contribute to community stabilization and development.Agencies involved in reintegration programming should support the creation of eco\u00ad nomic and social opportunities that assist the recovery of the community as a whole, rather than focusing on former combatants. Every effort shall be made not to increase tensions that could result from differences in the type of assistance received by victims and perpetrators. Community\u00adbased reintegration assistance should therefore be designed in a way that encourages reconciliation through community participation and commitment, including demobilized former combatants, returnees, internally displaced persons (IDPs) and other needy community members (also see IDDRS 4.30 on Social and Economic Reintegration).Efforts should be made to ensure that different types of reintegration programmes work closely together. For example, in countries where the \u20184Rs\u2019 (repatriation, reintegration, re\u00ad habilitation and reconstruction) approach is used to deal with the return and reintegration of displaced populations, it is important to ensure that programme contents, methodologies and approaches support each other and work towards achieving the overall objective of supporting communities affected by conflict (also see IDDRS 2.30 on Participants, Benefici\u00ad aries and Partners).Links between DDR and other reintegration programming activities are especially relevant where there are plans to reintegrate former combatants into communities or areas alongside returnees and IDPs (e.g., former combatants may benefit from UNHCR\u2019s com\u00ad munity\u00adbased reintegration programmes for returnees and war\u00adaffected communities in the main areas of return). Such links will not only contribute to agencies working well together and supporting each other\u2019s activities, but also ensure that all efforts contribute to social and political stability and reconciliation, particularly at the grass\u00adroots level.In accordance with the principle of equity for different categories of persons returning to communities, repatriation/returnee policies and DDR programmes should be coordinated and harmonized as much as possible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 29, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.3. Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Entitlements under DDR programmes are only a contribution towards the process of rein\u00ad tegration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8534, - "Score": 0.400892, - "Index": 8534, - "Paragraph": "Participation in the food assistance component of a DDR process shall be voluntary.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in the food assistance component of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.39036, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7063, - "Score": 0.39036, - "Index": 7063, - "Paragraph": "During planning, core indicators need to be developed to monitor the progress and impact of DDR HIV initiatives. This should include process indicators, such as the provision of condoms and the number of peer educators trained, and outcome indicators, like STI inci- dence by syndrome and the number of people seeking voluntary counselling and testing. DDR planners need to work with national programmes in the design and monitoring of initiatives, as it is important that the indicators used in DDR programmes are harmonised with national indicators. DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed. The IASC guidelines include reference material for developing indicators in emergency settings.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "7. Planning factors", - "Heading2": "7.3. Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7337, - "Score": 0.385758, - "Index": 7337, - "Paragraph": "Negotiation, mediation and facilitation teams should get expert advice on current gender dynamics, gender relations in and around armed groups and forces, and the impact the peace agreement will have on the status quo. All the participants at the negotiation table should have a good understanding of gender issues in the country and be willing to include ideas from female representatives. To ensure this, facilitators of meetings and gender advisers should organize gender workshops for wom- en participants before the start of the formal negotiation. The UN should develop a group of deployment-ready experts in gender and DDR by using a combined strategy of recruit- ment and training, and insist on their full participation in the DDR process through af- firmative action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.1. Negotiating DDR: Gender-aware interventions", - "Heading4": "", - "Sentence": "The UN should develop a group of deployment-ready experts in gender and DDR by using a combined strategy of recruit- ment and training, and insist on their full participation in the DDR process through af- firmative action.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8416, - "Score": 0.385758, - "Index": 8416, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5723, - "Score": 0.377964, - "Index": 5723, - "Paragraph": "A young person\u2019s decision to participate in a DDR process shall be informed and voluntary.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "A young person\u2019s decision to participate in a DDR process shall be informed and voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6930, - "Score": 0.377964, - "Index": 6930, - "Paragraph": "The United Nations (UN) Security Council and General Assembly have noted that a number of converging factors make conflict and post-conflict settings high risk environments for the spread of HIV, and that there is an elevated risk of infection among uniformed services and ex-combatants. This module outlines the strategies to address HIV/AIDS during disarm- ament, demobilization and reintegration (DDR) processes, in the interests of the individuals concerned, the sustainability of reintegration efforts and general post-conflict recovery.National beneficiaries should provide the lead for HIV/AIDS initiatives, and interven- tions should be as inclusive as possible, while acknowledging the limitations of DDR HIV/ AIDS programmes. A risk-mapping exercise should include the collection of baseline data on knowledge, attitudes and vulnerability, HIV/AIDS prevalence, and identify existing capacity.The basic requirements for HIV/AIDS programmes in DDR are: \\n identification and training of HIV focal points within DDR field offices; \\n the development of HIV/AIDS awareness material and provision of basic awareness training for target groups, with peer education programmes during the reinsertion and reintegration phases to build capacity. Awareness training can start before demobiliza- tion, depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure; \\n the provision of voluntary confidential counselling and testing (VCT) during demobi- lization and reintegration. An HIV test, with counselling, should be routinely offered (opt-in) as a standard part of medical screening in countries with an HIV prevalence of 5 percent or more. VCT should be provided in all settings throughout the DDR process, building on local services. Undergoing an HIV test, however, should not be a condition for participation in the DDR process, although planners should be aware of any national legislation that may exclude HIV-positive personnel from newly formed military or civil defence forces; \\n screening and treatment for sexually transmitted infections (STIs), which should be a standard part of health checks for participants; \\n the provision of condoms and availability of post-exposure prophylaxis (PEP) kits dur- ing demobilization, reinsertion and reintegration; \\n treatment for opportunistic infections and, where feasible, referral for anti-retroviral (ARV) treatment within the national health care system; \\n the implementation of HIV/AIDS public information and awareness campaigns to sensitize \u2018receiving\u2019 communities, to raise general awareness and to reduce possible stigma and discrimination against returning combatants, including women associated with armed forces and groups, which could undermine reintegration efforts. Planning in communities needs to start in advance of demobilization.In instances where the time allotted for a specific phase is very limited or has been re- duced, as when there is a shortened cantonment period, it must be understood that the HIV/ AIDS requirements envisaged are not dropped, but will be included in the next DDR phase.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "VCT should be provided in all settings throughout the DDR process, building on local services.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7053, - "Score": 0.377964, - "Index": 7053, - "Paragraph": "During the planning process, a risk mapping exercise and assessment of local capacities (at the national and community level) needs to be conducted as part of a situation analysis and to profile the country\u2019s epidemic. This will include the collection of qualitative and quantitative data, including attitudes of communities towards those being demobilized and presumed or real HIV infection rates among different groups, and an inventory of both actors on the ground and existing facilities and programmes.There may be very little reliable data about HIV infection rates in conflict and post- conflict environments. In many cases, available statistics only relate to the epidemic before the conflict started and may be years out of date. A lack of data, however, should not prevent HIV/AIDS initiatives from being put in place. Data on rates of STIs from health clinics and NGOs are valuable proxy indicators for levels of risk. It is also useful to consider the epi- demic in its regional context by examining prevalence rates in neighbouring countries and the degree of movement between states. In \u2018younger\u2019 epidemics, HIV infections may not yet have translated into AIDS-related deaths, and the epidemic could still be relatively hidden, especially as AIDS deaths may be recorded by the opportunistic infection and not the pres- ence of the virus. Tuberculosis (TB), for example, is both a common opportunistic infection and a common disease in many low-income countries.A situation analysis for action planning for HIV should include the following important components: \\n Baseline data: What is the national HIV/AIDS prevalence (usually based on sentinel surveillance of pregnant women)? What are the rates of STIs? Are there significant differences in different areas of the country? Is it a generalized epidemic or restricted to high-risk groups? What data are available from blood donors (are donors routinely tested)? What are the high-risk groups? What is driving the epidemic (for example: heterosexual sex; men who have sex with men; poor medical procedures and blood transfusions; mother-to-child transmission; intravenous drug use)? What is the regional status of the epidemic, especially in neighbouring countries that may have provided an external base for ex-combatants? \\n Knowledge, attitudes and vulnerability: Qualitative data can be obtained through key in- formant interviews and focus group discussions that include health and community workers, religious leaders, women and youth groups, government officials, UN agency and NGO/CBOs, as well as ex-combatants and those associated with fighting forces and groups. Sometimes data on knowledge, attitudes and practice regarding HIV/ AIDS are contained in demographic and health surveys that are regularly carried out in many countries (although these may have been interrupted because of the conflict). It is important to identify the factors that may increase vulnerability to HIV \u2014 such as levels of rape and gender-based violence and the extent of \u2018survival sex\u2019. In the planning process, the cultural sensitivities of participants and beneficiaries must be considered so that appropriate services can be designed. Within a given country, for example, the acceptability and trends of condom use or attitudes to sexual relations outside of marriage can vary enormously; the country specific context must inform the design of programmes. Understanding local perceptions is also important in order to prevent problems during the reintegration phase, for example in cases where communities may blame ex-com-batants or women associated with fighting forces for the spread of HIV and therefore stigmatize them. \\n Identify existing capacities: The assessment needs to map existing health care facilities in and around communities where reintegration is going to take place. The exercise should ascertain whether the country has a functioning national AIDS control strategy and programme, and the extent that ministries are engaged (this should go beyond just the health ministry and include, for example, ministries of the interior, defence, education, etc.). Are there prevention and awareness programmes in place? Are these directed at specific groups? Does any capacity for counselling and testing exist? Is there a strategy for the roll-out of ARVs? Is there financial support available or pending from the Global Fund for AIDS, Malaria and TB, the US President\u2019s Emergency Plan for AIDS Relief or the World Bank? Do these assistance frameworks include DDR? What other actors (national and international) are present in the country? Are the UN theme group and technical working group in place ( the standard mechanisms to coordinate the HIV initiatives of UN agencies)?Basic requirements for HIV/AIDS programmes in DDR include: \\n collection of baseline HIV/AIDS data; \\n identification and training of HIV focal points within DDR field offices; \\n development of HIV/AIDS awareness material and provision of basic awareness train- ing, with peer education programmes during extended cantonment and the reinsertion and reintegration phases to build capacity; \\n provision of VCT, both specifically within cantonment sites, where relevant, and through support to community services, and the routine offer of (opt-in) testing with counselling as a standard part of medical screening in countries with an HIV prevalence of 5 per- cent or more; \\n provision of condoms, PEP kits, and awareness material; \\n treatment of STIs and opportunistic infections, and referral to existing services for ARV treatment; \\n public information campaigns and sensitization of receiving communities as part of more general preparations for the return of DDR participants.The number of those being processed through a particular site and the amount of time available would determine what can be offered before or during demobilization, what is part of reinsertion packages and what can be offered during reintegration. The IASC guidelines are a useful tool for planning and implementation (see section 4.4 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 8, - "Heading1": "7. Planning factors", - "Heading2": "7.1. Planning assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "Do these assistance frameworks include DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7659, - "Score": 0.377964, - "Index": 7659, - "Paragraph": "Purpose of evaluation: To examine if and to what extent DDR programmes meet the needs of female ex-combatants, supporters and dependants, and to examine the level of participation of women; \\n Process: (1) Reaching the right target population; (2) meeting the needs of stakeholders; (3) the dynamics of participation of stakeholders; \\n Gendered dimensions of process: (1) Reaching female target population; (2) meeting the needs of women and girls; (3) equal participation of women and women\u2019s organi- zations; \\n Data collection frequency: Every three weeks during the implementation of the pro- gramme.\\n To what extent did the DDR programme meet the needs of female ex-combatants, FAAGFs, and dependants? \\n To what extent did the DDR programme encourage and support the participation of women and women\u2019s organizations at each stage of the programme?KEY MEASURABLE INDICATORS \\n 1. Level of satisfaction (ranking) among FXC, FS and FD who received benefits and services from the programmes \\n 2. Level of satisfaction (ranking) among programme staff, including gender advisers \\n 3. Number of and level of complaints that programme staff received from FXC, FS and FD \\n 4. % of female participants at the peace process/negotiation (should be at least 30 percent \u2014 internationally agreed) \\n 5. % of female participants at the risk/need assessment \\n 6. Number of FXC, FS and FD who were interviewed during the risk/need assessment \\n 7. Number of local women and/or women\u2019s organizations that were interviewed by programme staff to collection information on trading routes and hidden small arms and light weapons \\n 8. Number of women\u2019s organizations that participated in monitoring weapons collection and destruction \\n 9. Number of female leaders and women\u2019s organizations that participated in the planning and/or implementation of reintegration programme \\n 10. Number of DDR programme meetings that included female leaders and women\u2019s organizations", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 35, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.2. Gender-responsive monitoring of process", - "Heading4": "", - "Sentence": "Number of DDR programme meetings that included female leaders and women\u2019s organizations", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5771, - "Score": 0.370625, - "Index": 5771, - "Paragraph": "Many of the problems confronting youth are complex, interrelated and require integrated solutions. However, national youth policies are often drawn up by different institutions with little coordination between them. The setting up of a national commission on DDR (NCDDR) that prioritizes inclusion of youth perspectives, allows the process of coordination and integration to take place, creates synergies and can help to ensure continuity in strategies from DDR to reconstruction and development. To meet the needs of young people in a sustainable way, when applicable, DDR practitioners shall support the NCDDR to make sure that a wide range of people and institutions take part, including representatives from the ministries of youth, gender, family, labour, education and sports, and encourage local governments and community-based youth organizations to play an important part in the identification of specific youth priorities, in order to promote bottom-up approaches that encourage the inclusion and participation of young people.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "The setting up of a national commission on DDR (NCDDR) that prioritizes inclusion of youth perspectives, allows the process of coordination and integration to take place, creates synergies and can help to ensure continuity in strategies from DDR to reconstruction and development.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5800, - "Score": 0.370625, - "Index": 5800, - "Paragraph": "For CAAFAG between the ages of 15 to 17, the situation analysis and minimum preparedness actions outlined in IDDRS 5.20 on Children and DDR shall be undertaken. For youth between the ages of 18 and 24, who are members of armed forces or groups, planning should follow similar processes for that of adult combatants, integrating specific considerations for youth. Specific focus shall be given to the following:Assessments shall include data disaggregated by age and gender. For example, prior to a CVR programme, baseline assessments of local violence dynamics should explicitly unpack the threats and risks to the security of male and female youth (see section 6.3 in IDDRS 2.30 on Community Violence Reduction). If the DDR process involves reintegration support, assessments of local market conditions should take into account the skills that youth acquired before and during their engagement in armed forces or groups (see section 7.5.5 in IDDRS 4.30 on Reintegration). Weapons surveys for disarmament and/or T-WAM activities should also include youth and youth organizations as sources of information, analyse the patterns of weapons possession among youth, map risk and protective factors in relation to youth, and identify youth-specific entry points for programming (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management and MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons). It is also important for intergenerational issues to be included in the conflict/context assessments that are undertaken prior to a youth-focused DDR process. This will elucidate whether it is necessary to include reconciliation measures to reduce inter-generational conflict in the DDR process. Gender analysis including age specific considerations should also be conducted. For more information on DDR-related assessments, see IDDRS 3.11 on Integrated Assessments.Planning should also take into account different possible types of youth participation \u2013 from consultative participation to collaborative participation, to participation that is youth-led. In certain instances, for example CVR programmes and reintegration support, there may be space for youth to assume an active, leading role. In other instances, such as when a Comprehensive Peace Agreement is being negotiated, the UN should, at a minimum, ensure that youth representatives are consulted (see IDDRS 2.20 on The Politics of DDR). More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence. Principles on how to involve youth in planning processes in a non-tokenistic way can be found in section 7.4 of MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons. No matter how youth are involved, safety of youth and do no harm principles should always be considered when engaging them on sensitive topics such as association with armed actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 9, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5837, - "Score": 0.366679, - "Index": 5837, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6353, - "Score": 0.366679, - "Index": 6353, - "Paragraph": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services. Joint planning and coordination should be informed by a detailed situation analysis and by a number of Minimum Preparedness Actions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 15, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7775, - "Score": 0.366679, - "Index": 7775, - "Paragraph": "This module consolidates the lessons learned by WHO and its partners, including UNFPA, UNAIDS, ICRC, etc., in supporting DDR processes in a number of countries. UN technical agencies play a supportive role within a DDR framework, and WHO has a specific respon- sibility as far as health is concerned. The exact nature of this role may change in different situations, ranging from standards-setting to direct operational responsibilities such as con- tracting with and supervising non-governmental organizations (NGOs) delivering health care and health-related activities in assembly areas and demobilization sites, negotiating with conflicting parties to implement health programmes, and supporting the provision of health equipment and services in transit/cantonment areas.The priority of public health partners in DDR is: \\n to assess health situations and monitor levels of risk; \\n to co-ordinate the work of health actors and others whose activities contribute to health (e.g., food programmes); \\n to provide \u2014 or to ensure that others provide \u2014 key health services that may be lacking in particular contexts where DDR programmes are operating; \\n to build capacity within national authorities and civil society.Experience shows that, even with the technical support offered by UN and partner agencies, meeting these priorities can be difficult. Both in the initial demobilization phase and afterwards in the reintegration period, combatants, child soldiers, women associated with armed forces and groups, and their dependants may present a range of specific needs to which the national health sector is not always capable of responding. While the basic mech- anisms governing the interaction between individuals and the various threats to their health are very much the same anywhere, what alters is the environment where these interactions take place, e.g., in terms of epidemiological profile, security and political context. In each country where a DDR process is being implemented, even without considering the different features of each process itself, a unique set of health needs will have to be met. Nonetheless, some general lessons can be drawn from the past: \\n In DDR processes, the short-term planning that is part of humanitarian interventions also needs to be built into a medium- to long-term framework. This applies to health as well as to other sectors;1 \\n A clear understanding of the various phases laid out in the peace process in general and specified for DDR in particular is vital for the appropriate timing, delivery and targeting of health activities;2 \\n The capacity to identify and engage key stakeholders and build long-term capacity is essential for coordination, implementation and sustainability.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In each country where a DDR process is being implemented, even without considering the different features of each process itself, a unique set of health needs will have to be met.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8574, - "Score": 0.357143, - "Index": 8574, - "Paragraph": "In each context in which a DDR process takes place, women, men, girls and boys will have different needs, interests and capacities. Food assistance in support of DDR shall be designed and implemented to take this into account. In particular, DDR practitioners shall be aware of the nutritional needs of women, adolescent girls and girls and boys. They shall also assess in advance and monitor whether food assistance provides equal benefit to women/girls and men/boys, and whether the assistance exacerbates gender inequality or promotes gender equality.The food assistance component of a DDR process shall ensure that women and girls have control over the assistance they receive and that they are empowered to make their own choices about their lives. In order to achieve this, it is essential that women and girls and women\u2019s groups, as well as child advocacy groups, be closely and meaningfully involved in DDR planning and implementation.The food assistance component of a DDR process shall also consider gender analysis and power dynamics in household resource distribution, as it may be necessary to create specific benefit tracks for women. As with all food assistance programmes, those established in support of a DDR process shall be gender-responsive and appropriate to the rights and specific needs of women and girls (see IDDRS 5.10 on Women, Gender and DDR). A gender-transformative approach to food assistance shall be applied, promoting women\u2019s roles in decision-making, leadership, distribution, and monitoring and evaluation. More specifically: \\n A gender-transformative lens shall be integrated into the design and delivery of food assistance components, leveraging opportunities to support gender-equitable engagement by men, women, boys and girls, including ensuring equal representation of women in leadership roles. \\n The women and men who are to be recipients of food assistance shall determine the selection of the transfer modality and delivery mechanism (time, date, place, quantity of food, separate queues, etc.). The transfer type and delivery mechanism shall not reinforce discriminatory and restrictive gender roles. \\n The provision of food assistance shall be monitored, and gender and gender-equality considerations shall be integrated into the tools, procedures and reporting of on-site, post- distribution and market monitoring. \\n Changes in food security, nutrition situation, decision-making authority and empowerment, equitable participation and access, protection and safety issues, and satisfaction with assistance received shall be monitored for individual women, men, girls and boys, households and community groups. \\n Food assistance staff shall receive training on protection from sexual exploitation and abuse (PSEA), including regular refresher trainings. \\n Confidential complaints and feedback mechanisms related to food assistance that are accessible to women, men, girls and boys shall be designed, established and managed. These mechanisms shall ensure that women have a safe space to report protection issues and incidents of sexual and gender-based violence. An accountability system should be designed, established and managed to ensure appropriate follow up. \\n Possible violations of women\u2019s and girls\u2019 rights shall be identified, addressed and responded to when supporting the food assistance component of a DDR process. Opportunities for women to take a more active role in designing and implementing food assistance programmes shall also be promoted. \\n The equal representation of women and men in peace mediation and decision-making at all levels and stages of humanitarian assistance shall be ensured, including in food management committees and at distribution points. \\n The participation of women\u2019s organizations in capacity-building for humanitarian response, rehabilitation and recovery shall be ensured.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "As with all food assistance programmes, those established in support of a DDR process shall be gender-responsive and appropriate to the rights and specific needs of women and girls (see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7288, - "Score": 0.350931, - "Index": 7288, - "Paragraph": "This module provides policy guidance on the gender aspects of the various stages in a DDR process, and outlines gender-aware interventions and female-specific actions that should be carried out in order to make sure that DDR programmes are sustainable and equitable. The module is also designed to give guidance on mainstreaming gender into all DDR poli- cies and programmes to create gender-responsive DDR programmes. As gender roles and relations are by definition constructed in a specific cultural, geographic and communal con- text, the guidance offered is intended to be applied with sensitivity to and understanding of the context in which a DDR process is taking place. However, all UN and bilateral policies and programmes should comply with internationally agreed norms and standards, such as Security Council resolution 1325, the Convention on the Elimination of All Forms of Discrim- ination Against Women and the Beijing Platform for Action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides policy guidance on the gender aspects of the various stages in a DDR process, and outlines gender-aware interventions and female-specific actions that should be carried out in order to make sure that DDR programmes are sustainable and equitable.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5741, - "Score": 0.346844, - "Index": 5741, - "Paragraph": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting youth, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of all people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.2", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6246, - "Score": 0.346844, - "Index": 6246, - "Paragraph": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting children and families therefore, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6310, - "Score": 0.346844, - "Index": 6310, - "Paragraph": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "5. Normative legal frameworks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7584, - "Score": 0.346844, - "Index": 7584, - "Paragraph": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR. At present, the gender dimensions of DDR are not monitored and evaluated effec- tively in DDR programmes, partly because of poorly allocated resources, and partly because there is a shortage of evaluators who are aware of gender issues and have the skills needed to include gender in their evaluation practices.To overcome these gaps, it is necessary to create a primary framework for gender- responsive M&E. Disaggregating existing data by gender alone is not enough. By identifying a set of specific indicators that measure the gender dimensions of DDR programmes and their impacts, it should be possible to come up with more comprehensive and practical recommendations for future programmes. The following matrixes show a set of gender- related indicators for M&E (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).These matrixes consist of six M&E frameworks: \\n 1.Monitoring programme performance (disarmament; demobilization; reintegration) \\n 2.Monitoring process \\n 3.Evaluation of outcomes/results \\n 4.Evaluation of impact \\n 5.Evaluation of budget (gender-responsive budget analysis) \\n 6.Evaluation of programme management.The following are the primary sources of data, and data collection instruments and techniques: \\n national and municipal government data; \\n health-related data (e.g., data collected at ante-natal clinics); \\n programme/project reports; \\n surveys (e.g., household surveys); \\n interviews (e.g., focus groups, structured and open-ended interviews).Whenever necessary, data should be disaggregated not only by gender (to compare men and women), but also by age, different role(s) during the conflict, location (rural/urban) and ethnic background.Gender advisers in the regional office of DDR programme and general evaluators will be the main coordinators for these gender-responsive M&E activities, but the responsibility will fall to the programme director and chief as well. All information should be shared with donors, programme management staff and programme participants, where relevant. Key findings will be used to improve future programmes and M&E. The following tables offer examples of gender analysis frameworks and gender-responsive budgeting analysis for DDR programmes.Note: Female ex-combatants = FXC; women associated with armed groups and forces = FS; female dependants = FD", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 32, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7961, - "Score": 0.344447, - "Index": 7961, - "Paragraph": "International law provides a framework for dealing with cross\u00adborder movements of com\u00ad batants and associated civilians. In particular, neutral States have an obligation to identify, separate and intern foreign combatants who cross into their territory, to prevent the use of their territory as a base from which to engage in hostilities against another State. In con\u00ad sidering how to deal with foreign combatants in a DDR programme, it is important to recognize that they may have many different motives for crossing international borders, and that host States in turn will have their own agendas for either preventing or encour\u00ad aging such movement.No single international agency has a mandate for issues relating to cross\u00adborder movements of combatants, but all have an interest in ensuring that these issues are prop\u00ad erly dealt with, and that States abide by their international obligations. Therefore, DDR\u00adrelated processes such as identification, disarmament, separation, internment, demo\u00ad bilization and reintegration of combatants, as well as building State capacity in host countries and countries of origin, must be carried out within an inter\u00adagency framework. Annex B contains an overview of key inter\u00adnational agencies with relevant mandates that could be expected to assist governments to deal with regional and cross\u00adborder issues relating to combatants in host countries and countries of origin.Foreign combatants are not necessarily \u2018mercenaries\u2019 within the definition of interna\u00ad tional law; and since achieving lasting peace and stability in a region depends on the ability of DDR programmes to attract and retain the maximum possible number of former com\u00ad batants, careful distinctions are necessary between foreign combatants and mercenaries. It is also essential, however, to ensure coherence between DDR processes in adjacent countries in regions engulfed by conflict in order to prevent combatants from moving around from process to process in the hopes of gaining benefits in more than one place.Foreign children associated with armed forces and groups should be treated separately from adult foreign combatants, and should be given special protection and assistance dur\u00ad ing the DDR process, with a particular emphasis on rehabilitation and reintegration. Their social reintegration, recovery and reconciliation with their communities may work better if they are granted protection such as refugee status, following an appropriate process to determine if they deserve that status, while they are in host countries.Civilian family members of foreign combatants should be treated as refugees or asylum seekers, unless there are individual circumstances that suggest they should be treated dif\u00ad ferently. Third\u00adcountry nationals/civilians who are not seeking refugee status \u2014 such as cross\u00adborder abductees \u2014 should be assisted to voluntarily repatriate or find another long\u00ad term course of action to assist them within an applicable framework and in close consultation/ collaboration with the diplomatic representations of their countries of nationality.At the end of an armed conflict, UN missions should support host countries and countries of origin to find long\u00adterm solutions to the problems faced by foreign combatants. The primary solution is to return them in safety and dignity to their country of origin, a process that should be carried out in coordination with the voluntary repatriation of their civilian family members.When designing and implementing DDR programmes, the regional dimensions of the conflict should be taken into account, ensuring that foreign combatants who have parti\u00ad cipated in the war are eligible for such programmes, as well as other individuals who have crossed an international border with an armed force or group and need to be repatriated and included in DDR processes. DDR programmes should therefore be open to all persons who have taken part in the conflict, regardless of their nationality, and close coordination and links should be formed among all DDR programmes in a region to ensure that they are coherently planned and implemented.As a matter of principle and because of the nature of his/her activities, an active foreign combatant cannot be considered as a refugee. However, a former combatant who has gen\u00ad uinely given up military activities and become a civilian may at a later stage be given refugee status, provided that he/she applies for this status after a reasonable period of time and is not \u2018excludable from international protection\u2019 on account of having committed crimes against peace, war crimes, crimes against humanity, serious non\u00adpolitical crimes outside the country of refuge before entering that country, or acts contrary to the purposes and principles of the UN. The UN High Commissioner for Refugees (UNHCR) assists governments in host countries to determine whether demobilized former combatants are eligible for refugee status using special procedures when they ask for asylum.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is also essential, however, to ensure coherence between DDR processes in adjacent countries in regions engulfed by conflict in order to prevent combatants from moving around from process to process in the hopes of gaining benefits in more than one place.Foreign children associated with armed forces and groups should be treated separately from adult foreign combatants, and should be given special protection and assistance dur\u00ad ing the DDR process, with a particular emphasis on rehabilitation and reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7272, - "Score": 0.341882, - "Index": 7272, - "Paragraph": "\\n 1 Bazergan, R., Intervention and Intercourse: HIV/AIDS and peacekeepers, Conflict, Security and Develop- ment, vol 3 no 1, April 2003, King\u2019s College, London, pp. 27\u201351. \\n 2 http://www.un.org/docs/sc/. \\n 3 Ibid. \\n 4 Inter-Agency Standing Committee, Guidelines for HIV/AIDS Interventions in Emergency Settings, http://www.humanitarianinfo.org/iasc. \\n 5 HIV risk in militaries is related to specific contexts, with a number of influencing factors, including the context in which troops are deployed. Many AIDS interventions by ministries of defence have been effective, and have reduced HIV infection rates in the uniformed services. \\n 6 In many cases, ex-combatants who are set to join a uniformed service do not go through the DDR process. There would still be a potential benefit, however, in instances where HIV/AIDS awareness has started in the barracks/camps. \\n 7 At the same time planners cannot assume that all fighting forces will have an organised structure in barracks with the associated logistical support. In some cases, combatants may be mixed with the population and hard to distinguish from the general population. \\n 8 See http://www.unaids.org and http://www.fhi.org/en/index.htm.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 27, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 6 In many cases, ex-combatants who are set to join a uniformed service do not go through the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7184, - "Score": 0.338062, - "Index": 7184, - "Paragraph": "HIV/AIDS advisers. Peacekeeping missions routinely have HIV/AIDS advisers, assisted by UN volunteers and international/national professionals, as a support function of the mis- sion to provide awareness and prevention programmes for peacekeeping personnel and to integrate HIV/AIDS into mission mandated activities. HIV/AIDS advisers can facilitate the initial training of peer educators, provide guidance on setting up VCT, and assist with the design of information, education and communication materials. They should be involved in the planning of DDR from the outset.Peacekeepers. Peacekeepers are increasingly being trained as HIV/AIDS peer educators, and therefore might be used to help support training. This role would, however, be beyond their agreed duties as defined in troop contributing country memorandums of understanding (MoUs), and would require the agreement of their contingent commander and the force commander. In addition, abilities vary enormously: the mission HIV/AIDS adviser should be consulted to identify those who could take part.Many battalion medical facilities offer basic treatment to host populations, often treating cases of STIs, as part of \u2018hearts and minds\u2019 initiatives. Battalion doctors may be able to assist in training local medical personnel in the syndromic management of STIs, or directly pro- vide treatment to communities. Again, any such assistance provided to host communities is not included in MoUs or self-sustainment agreements, and so would require the authori- zation of contingent commanders and the force commander, and the capability and expertise of any troop-contributing country doctor would have to be assessed in advance.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 18, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.2. HIV-related support for peacekeeping missions", - "Heading3": "", - "Heading4": "", - "Sentence": "They should be involved in the planning of DDR from the outset.Peacekeepers.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7303, - "Score": 0.338062, - "Index": 7303, - "Paragraph": "Generally, it is assumed that armed men are the primary threat to post-conflict security and that they should therefore be the main focus of DDR. The picture is usually more complex than this: although males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females (adults, youth and girls) are also likely to have been involved in violence, and may have participated in every aspect of the conflict. Despite stereotypical beliefs, women and girls are not peacemakers only, but can also contribute to ongoing insecurity and violence during wartime and when wars come to an end.The work carried out by women and girl combatants and other women and girls asso- ciated with armed forces and groups in non-fighting roles may be difficult to measure, but efforts should be made to assess their contribution as accurately as possible when a DDR programme is designed. The involvement of women in the security sector reform (SSR) pro- cesses that accompany and follow DDR should also be deliberately planned from the start. Women take on a variety of roles during wartime. For example, many may fight for brief periods and then return to their communities to carry out other forms of work that contri- bute to the war. These women will have reintegrated and are unlikely to present themselves for DDR. Nor should they be encouraged to do so, since the resources allocated for DDR are limited and intended to create a founda- tion of stability on which longer-term peace and SSR can be built. It is therefore appro- priate, in the reconstruction period, to focus resources on women and men who are still active fighters and potential spoilers. Women who have already rejoined their communities can, however, be an important asset in the rein- tegration period, including through playingexpanded roles in the security sector, and efforts should be made to include their views when designing reintegration processes. Their experiences may significantly help commu- nities with the work of reintegrating former fighters, especially when they are able to help bring about reconciliation and assist in making communities safer.It is important to remember that women are present in every part of a society touched by DDR \u2014 from armed groups and forces to receiving communities. Exclusionary power struc- tures, including a backlash against women entering into political, economic and security structures in a post-conflict period, may make their contributions difficult to assess. It is therefore the responsibility of all DDR planners to work with female representatives and women\u2019s groups, and to make it difficult for male leaders to exclude women from the form- ulation and implementation of DDR processes. Planners of SSR should also pay attention to women as a resource base for improving all aspects of human security in the post-conflict period. It is especially important not to lose the experiences and public standing acquired by those women who played peace-building roles in the conflict period, or who served in an armed group or force, learning skills that can usefully be turned to community service in the reconstruction period.Ultimately, DDR should lead to a sustainable transition from military to civilian rule, and therefore from militarized to civilian structures in the society more broadly. Since women make up at least half the adult population, and in post-conflict situations may head up to 75 percent of all households, the involvement of women in DDR and SSR is the most important factor in achieving effective and sustainable security. Furthermore, as the main caregivers in most cultures, women and girls shoulder more than their fair share of the burden for the social reintegration of male and female ex-combatants, especially the sick, traumatized, injured, HIV-positive and under-aged.Dealing with the needs and harnessing the different capacities and potential of men, women, boy and girl former fighters; their supporters; and their dependants will improve the success of the challenging and long-term transformation process that is DDR, as well as providing a firm foundation for the reconstruction of the security sector to meet peacetime needs. However, even five years since the passing of Security Council resolution 1325 (2000) on Women and Peace and Security, gender is still not fully taken into account in DDR plan- ning and delivery. This module shows policy makers and practitioners how to replace this with a routine consideration of the different needs and capacities of the women and men involved in DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These women will have reintegrated and are unlikely to present themselves for DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7375, - "Score": 0.334077, - "Index": 7375, - "Paragraph": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes. The narrow definition of who qualifies as a \u2018combatant\u2019 has been moti- vated to a certain extent by budgetary considerations, and this has meant that DDR planners have often overlooked or inadequately attended to the needs of a large group of people participating in and associated with armed groups and forces. However, these same peo- ple also present potential security concerns that might complicate DDR.If those who do not fit the category of a \u2018male, able-bodied combatant\u2019 are overlooked, DDR activities are not only less efficient, but run the risk of reinforcing existing gender inequalities in local communities and making economic hardship worse for women and girls in armed groups and forces, some of whom may have unresolved trauma and reduced physical capacity as a result of violence experienced during the conflict. Marginalized women with experience of combat are at risk for re-recruitment into armed groups and forces and may ultimately undermine the peace-building potential of DDR processes. The involvement of women is the best way of ensuring their longer-term participation in security sector reform and in the uniformed services more generally, which again will improve long-term security.Box 3 Why are female supporters/FAAFGs eligible for demobilization? \\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living. If the aim of DDR is to provide broad-based community security, it cannot create insecurity for this group of women by ignoring their special needs. Even if the argument is made that women associated with armed forces and groups should be included in more broadly coordinated reintegration and recovery frameworks, it is important to remember that they will then miss out on specifically designed support to help them make the transition from a military to a civilian lifestyle. In addition, many of the programmes aimed at enabling communities to reinforce reintegration will not be in place early enough to deal with the immediate needs of this group of women.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 10, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8594, - "Score": 0.331896, - "Index": 8594, - "Paragraph": "DDR processes shall be designed through a conflict-sensitive lens with careful consideration given to how a possible food assistance component could potentially increase tensions and vulnerabilities. Food assistance provided as part of a DDR process shall not create, exacerbate or contribute to gender inequalities or discrimination, including the risk of gender-based violence. Furthermore, it shall not present possibilities for theft or manipulation of assistance, or compromise the legitimacy of organizations and actors providing humanitarian and development aid. The most adequate transfer modalities and delivery mechanisms for food assistance as part of a DDR process shall be identified. Food assistance staff and DDR practitioners shall be highly aware of the potential for their decisions to have unintended negative consequences and shall analyse possible inadvertent contributions to tension/conflict. This analysis shall include: \\n a) Having a sound understanding of the social tensions that already exist; \\n b) Assessing how the DDR process and the food assistance component may interact with those tensions; \\n c) Adapting the DDR process and the food assistance component to avoid contributing to tension/conflict, and to support sustainable peace where possible.DDR processes with a food assistance component shall also leverage opportunities to \u2018do more good\u2019 and contribute to social cohesion and peacebuilding as well as to gender equality and women\u2019s empowerment.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "This analysis shall include: \\n a) Having a sound understanding of the social tensions that already exist; \\n b) Assessing how the DDR process and the food assistance component may interact with those tensions; \\n c) Adapting the DDR process and the food assistance component to avoid contributing to tension/conflict, and to support sustainable peace where possible.DDR processes with a food assistance component shall also leverage opportunities to \u2018do more good\u2019 and contribute to social cohesion and peacebuilding as well as to gender equality and women\u2019s empowerment.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5685, - "Score": 0.329914, - "Index": 5685, - "Paragraph": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts. The main objectives of this guidance are: \\n To set out the main principles that guide aspects of DDR processes for Youth. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of youth into armed forces and groups. \\n To provide guidance on youth-focused approaches to DDR and reintegration support highlighting critical personal, social, political, and economic factors.This module is applicable to youth between the ages of 15 and 24. However, the document should be read in conjunction with IDDRS 5.20 on Children and DDR, as youth between the ages of 15 to 17, are also children, and require special considerations and protections in line with legal frameworks for children and may benefit from child sensitive approaches to DDR consistent with the best interests of the child. Children between the ages of 15 to 17 are included in this module in recognition of the reality that children who are nearing the age of 18 are more likely to have employment needs and/or socio- political reintegration demands, requiring additional guidance that is youth-focused. This module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6933, - "Score": 0.329914, - "Index": 6933, - "Paragraph": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work. It focuses on interventions during the demobilization and reintegration phases. A basic assumption is that broader HIV/AIDS programmes at the community level fall outside the planning requirements of DDR officers. Community programmes require a multisectoral approach and should be sustainable after DDR is completed. The need to integrate HIV/ AIDS in community-based demobilization and reintegration efforts, however, can make this distinction unclear, and therefore it is vital that the national and international part- ners responsible for longer-term HIV/AIDS programmes are involved and have a lead role in DDR initiatives from the outset, and that HIV/AIDS is included in national recon- struction. DDR programmes need to integrate HIV concerns and the planning of national HIV strategies need to consider DDR.The importance of HIV/AIDS sensitization and awareness programmes for peace- keepers is acknowledged, and their potential to assist with programmes is briefly discussed. Guidance on this issue can be provided by mission-based HIV/AIDS advisers, the Depart- ment of Peacekeeping Operations and the Joint UN Programme on HIV/AIDS (UNAIDS).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7761, - "Score": 0.329914, - "Index": 7761, - "Paragraph": "This module is intended to assist operators and managers from other sectors who are involved in disarmament, demobilization and reintegration (DDR), as well as health practitioners, to understand how health partners, like the World Health Organization (WHO), United Nations (UN) Population Fund (UNFPA), Joint UN Programme on AIDS (UNAIDS), Inter- national Committee of the Red Cross (ICRC) and so on, can make their best contribution to the short- and long-term goals of DDR. It provides a framework to support cooperative decision-making for health action rather than technical advice on health care needs. Its intended audiences are generalists who need to be aware of each component of a DDR pro- cess, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contextualize their technical expertise. Because of its close interconnections with these areas, the module should be read in conjunction with IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.50 on Food Aid Programmes in DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Because of its close interconnections with these areas, the module should be read in conjunction with IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.50 on Food Aid Programmes in DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5761, - "Score": 0.327327, - "Index": 5761, - "Paragraph": "Youth shall be provided information about the DDR process so that they can make an informed decision about whether and how they may participate. DDR practitioners shall also solicit and take the views of youth seriously and act upon them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Youth shall be provided information about the DDR process so that they can make an informed decision about whether and how they may participate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5981, - "Score": 0.327327, - "Index": 5981, - "Paragraph": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market. By providing youth with the means to acquire \u2018employable skills,\u2019 vocational training can increase self-esteem and build confidence, while helping young people to (re)gain respect and appreciation from the community.Most armed conflicts result in the disruption of training and economic systems and, because of time spent in armed forces or groups, many young ex-combatants and persons associated with armed forces and groups do not acquire the skills that lead to a job or to sustainable livelihoods. At the same time, the reconstruction and recovery of a conflict-affected country requires large numbers of skilled and unskilled persons. Training provision needs to reflect the balance between demand and supply, as well as the aspirations of youth DDR participants and beneficiaries.DDR practitioners should develop strong networks with local businesses and agriculturalists in their area of operation as early as possible to engage them as key stakeholders in the reintegration process and to enhance employment and livelihood options post-training. Partnerships with the private sector should be established early on to identify specific employment opportunities for youth post-training. This could include the development of apprenticeship programmes (see below), entering into Memoranda of Understanding (MOUs) with local chambers of commerce or orientation events bringing together key business and community leaders, local authorities, service providers, trade unions, and youth participants. DDR practitioners should explore opportunities to collaborate with vocational training institutes to see how they could adapt their programmes to specifically cater for demobilized youth.Employers\u2019, agriculturalists, and trade unions are important partners, as they may identify growth sectors in the economy, and provide assistance and advice to vocational training agencies. They can help to identify a list of national core competencies or curricula and create a system for national recognition of these competencies/curricula. Employers\u2019 organizations can also encourage their members to offer on-the-job training to young employees by explaining the benefits to their businesses such as increased productivity and competitiveness, and reduced job turn-over and recruitment expenses.Systematic data on the labour market and on the quantitative and qualitative capacities of training partners may be unavailable in conflict-affected countries. Engagement with businesses, agriculturalists, and service providers at the national, sub-national and local levels is therefore vital to fill these knowledge gaps in real-time, and to sensitize these actors on the challenges faced by youth ex-combatants and persons formerly associated with armed forces and groups. DDR practitioners should also explore opportunities to collaborate with national and local authorities, other UN agencies/programmes and any other relevant/appropriate actors to promote the restoration of training facilities and institutions, apprenticeship education and training programmes, and the capacity building of trainers.For youth who have little or no experience of decent work, vocational training should include a broad range of training and livelihood options to provide young people with choice and control over decision-making that affects their lives. In rural settings, agricultural and animal husbandry, veterinary, and related skills may be more valuable and more marketable and should not be ignored as options. Specifically, consideration should be given to the type of training that female youth would prefer, rather than limiting them to training for roles that have traditionally been associated with females .The level of training should also match the need of the local economy to increase the probability of employment, so that the skills and expectations of youth match labour market needs, and training modalities should be developed to most appropriately reflect the learning needs of youth deprived of much of their schooling. As youth may have experienced trauma or loss, mental health and psychosocial support should be available during training to those who need it. Vocational training modalities should also specifically consider those with dependants (particularly young women) to enable them sustained access to training programmes. This may include supporting access to social protection measures such as kindergarten or other forms of childcare. In addition, it is important to understand the motivations and interests of young people as part of facilitating a match of training with the local economy needs.Young people require learning strategies that allow them to learn at their own pace. Learning approaches should be interactive and utilize appropriate new technologies, particularly when attempting to extend skills training to hard-to-reach youth. This may include digital resources and eLearning, as well as mobile skills-building facilities. The role of the trainer involved in these programmes should be that of a facilitator who encourages active learning, supports teamwork and provides a positive adult \u2018role model\u2019 for young participants. Traditional supply-driven and instructor-oriented training methods should be avoided.Where possible, and in order to prepare young people with no previous work experience for the highly competitive labour market, vocational training should be paired with apprenticeship and/or on-the-job training opportunities. Trainees can then combine the skills they are learning with practical experience of norms and values, productivity and competition in the world of work. DDR practitioners should also plan staff development activities that aim at training existing or newly recruited vocational trainers in how to address the specific needs and experiences of young DDR participants and beneficiaries.Youth ex-combatants and persons formerly associated with armed forces or groups can experience further frustration and hopelessness if they do not find a job after having been involved in ineffective or poorly targeted training programme. These feelings can make re-recruitment more likely. One of the clearest lessons learned from past DDR programmes is that even after training, young combatants often struggle to succeed in weak economies that have been damaged by war, as do adults. Businesses owned by former members of armed forces and groups regularly fail due to market saturation, competition with highly qualified people already running the same kinds of businesses, limited experience in business start-up, management and development, and because of the very limited cash available to pay for goods and services in post-war societies. Youth may also be in competition for limited job opportunities with more experienced adults.To address these issues, reintegration programmes should more effectively empower youth by combining several skills in one course, e.g., home economics with tailoring, pastry or soap- making. This is because possession of a range of skills greatly improves the employability of young people. Also, providing easy-to-learn skills such as mobile phone repair makes young people less vulnerable and more adaptable to rapidly changing market demands. Together the acquisition of business skills and life skills (see above) can help young people become more effective in the market. Depending on the context, agricultural and animal husbandry, veterinary, and related skills should be considered.Training demobilized youth in trades they might identify as their preference should be avoided if the trades are not required in the labour market. The feeling of frustration and helplessness that might have caused people to take up arms in the first place only increases when they cannot find employment after training and could increase the risk of re-recruitment. Training and apprenticeship programmes should be adapted to young people\u2019s abilities, interests and needs, to enable them to complete the programme, which will both boost their employment prospects and bolster their self- confidence. A commitment to motivating young people to realize their potential is a vital part of successful programming and implementation.This can be achieved through greater involvement of both youth participants and the business community in reintegration programming and design. This can enable a more realistic appreciation of the economic context, the identification of interesting but non-standard alternatives (so long as they can lead to sustainable job prospects or livelihoods), and the development of initial relationships. Effective career or livelihood counselling will be central to this process, and it is therefore necessary to recruit DDR staff with skills not only in vocational and technical training provision, but also in working with youth. Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 20, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.8 Vocational training", - "Heading4": "", - "Sentence": "Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7430, - "Score": 0.327327, - "Index": 7430, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7829, - "Score": 0.327327, - "Index": 7829, - "Paragraph": "The health sector has three main areas of responsibility during the planning phase: (1) to assess the epidemiological profile in the areas and populations of interest; (2) to assess exist- ing health resources; and (3) to advise on public health concerns in choosing the sites where combatants, women associated with armed groups and forces and/or dependants will be assembled. Planning to meet health needs should start as early as possible and should be constantly updated as the DDR process develops.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning to meet health needs should start as early as possible and should be constantly updated as the DDR process develops.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7895, - "Score": 0.327327, - "Index": 7895, - "Paragraph": "Boy and girl child and adolescent soldiers can range in age from 6 to 18. It is very likely that they have been exposed to a variety of physical and psychological traumas, including mental and sexual abuse, and that they have had very limited access to clinical and public health services. Child and adolescent soldiers, who are often brutally recruited from very poor communities, or orphaned, are already in a poor state of health before they face the additional hardship of life with an armed group or force. Their vulnerability remains high during the DDR process, and health services should therefore deal with their specific needs as a priority. Special attention should be given to problems that may cause the child fear, embarrassment or stigmatization, e.g.: \\n child and adolescent care and support services should offer a special focus on trauma- related stress disorders, depression and anxiety; \\n treatment should be provided for drug and alcohol addiction; \\n there should be services for the prevention, early detection and clinical management of STIs and HIV/AIDS; \\n special assistance should be offered to girls and boys for the treatment and clinical management of the consequences of sexual abuse, and every effort should be made to prevent sexual abuse taking place, with due respect for confidentiality.14To decrease the risk of stigma, these services should be provided as a part of general medical care. Ideally, all health care providers should have training in basic counselling, with some having the capacity to deal with the most serious cases (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 13, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.4. Responding to the needs of vulnerable groups", - "Heading3": "8.4.1. Children and adolescents associated with armed groups and forces", - "Heading4": "", - "Sentence": "Their vulnerability remains high during the DDR process, and health services should therefore deal with their specific needs as a priority.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8597, - "Score": 0.327327, - "Index": 8597, - "Paragraph": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required. In a mission context, contributions from the UN peacekeeping assessed budget, supplemented by voluntary donations, must be available. Security provisions and the presence of adequate numbers of peacekeepers are also required. The lead food assistance agency shall support the UN mission administration in defining scenarios and predicting operational costs. In a non-mission context, voluntary donations are required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8608, - "Score": 0.327327, - "Index": 8608, - "Paragraph": "The food assistance component of a DDR process shall be linked to the broader recovery strategy of the country concerned. This linkage shall be included in the earliest stages of inter-agency DDR planning and negotiations, so that eligibility criteria and the necessary processes for receiving assistance are clearly communicated to all concerned. It is also essential to work with humanitarian coordinating structures, including the UN Humanitarian Coordinator (UN HC).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 11, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process shall be linked to the broader recovery strategy of the country concerned.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6295, - "Score": 0.324102, - "Index": 6295, - "Paragraph": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning. Emphasis is often placed on the need to estimate the numbers of children in armed forces and groups in order to plan actions. While this is important, policymakers and planners should also recognize that it is difficult to obtain accurate figures. Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations. Legitimacy shall not be given to child recruitment through the inclusion of children within DDR processes to inflate numbers, for example. However, as children will require services, for the purposes of planning the budget and the DDR process itself, children shall be included in the count of persons qualifying for demobilization and reintegration support.Many children who are formally or informally released or who have otherwise left armed forces or groups never have the opportunity to participate in child-sensitive DDR processes. This can happen when a child who flees an armed force or group is not aware of their rights or lives in an area where DDR processes are unavailable. Girls, in particular, may be at higher risk of this as they are often \u2018unseen\u2019 or viewed as dependents. DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route. If levels of informal release or separation are believed to be high (through informal knowledge, data collection or situation analysis), during the planning and design phases, in collaboration with child protection actors, DDR practitioners shall establish mechanisms to inform these children of their rights and enable access to reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8260, - "Score": 0.32397, - "Index": 8260, - "Paragraph": "Since lasting peace and stability in a region depend on the ability of DDR programmes to attract the maximum possible number of former combatants, the following principles relat\u00ad ing to regional and cross\u00adborder issues should be taken into account in planning for DDR: \\n DDR programmes should be open to all persons who have taken part in the con\u00ad flict, including foreigners and nationals who have crossed international borders. Extensive sensitization is needed both in countries of origin and host countries to ensure that all persons entitled to par\u00ad ticipate in DDR programmes are aware of their right to do so; DDR programmes should be open to all persons who have taken part in the conflict, including foreigners and nationals who have crossed international borders. \\n close coordination and links among all DDR programmes in a region are essential. There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible. While DDR programmes may be implemented within a regional framework, such programmes must nevertheless take into full consideration the poli\u00ad tical, social and economic contexts of the different countries in which they are to be implemented; \\n in order to have accurate information on foreign combatants who have been involved in a conflict, DDR registration forms should contain a specific question on the national\u00ad ity of the combatant.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.1. Regional dimensions to be taken into account in setting up DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7799, - "Score": 0.322329, - "Index": 7799, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7674, - "Score": 0.321429, - "Index": 7674, - "Paragraph": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants? \\n To what extent did the reintegration programme encourage and support the creation of gender-responsive community development?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1. % change in the number of FXC, FS and FD who vote or/and stand for national and local elections in the concerned country \\n 2. % change in the employment rate among FXC, FS and FD (in both formal and informal sectors) Level 5 Cross-cutting Issues Women, Gender and DDR 37 5.10 \\n 3. % change in the literacy rate among FXC, FS and FD, and their children \\n 4. % change in disposable income among FXC, FS and FD, and their household \\n 5. % change in the number of FXC, FS and FD who are the members of any type of association, including women\u2019s NGOs and ex-combatant support networks \\n 6. % change in the number of FXC, FS and FD who are involved in the implementation/management of community development programmes \\n 7. % change in the number of women\u2019s organizations that receive(d) reintegration assistance and implement development-related programme/project(s) \\n 8. % change in the number of female-specific development programmes supported by reintegration assistance to meet the needs of women and girls \\n 9. % change in the number of female participants in development programmes who receive reintegration assistance. \\n 10. % change in the number of communities with a high return rate of ex-combatants receiving reintegration assistance \\n 11. % change in the number of awareness campaigns on women\u2019s human rights and gender-based violence supported by reintegration assistance \\n 12. Community perception of FXC, FS and FD \\n 13. Community perception of women\u2019s human rights and gender-based violence", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 36, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.4. Gender-responsive evaluation of impact", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6339, - "Score": 0.319438, - "Index": 6339, - "Paragraph": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d. The resolution also stresses the need to pay particular attention to the treatment of children associated or allegedly associated with all non-state armed groups, including those who commit acts of terrorism, in particular by establishing standard operating procedures for the rapid handover of these children to relevant civilian child protection actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 13, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.4 UN Security Council resolutions: engagement with armed forces and groups", - "Heading3": "5.4.2 Security Council Resolution 3427", - "Heading4": "", - "Sentence": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6185, - "Score": 0.315244, - "Index": 6185, - "Paragraph": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings. The main objectives of this guidance are: \\n To set out the main principles that guide all aspects of DDR processes for children. \\n To outline the normative legal framework that applies to children and must be integrated across DDR processes for children through planning, design, implementation and monitoring and evaluation. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of children into armed forces and groups. \\n To provide guidance on child- and gender-sensitive approaches to DDR highlighting the importance of both individualized and community-based approaches. \\n To highlight international norms and standards around criminal responsibility and accountability in relation to CAAFAG.This module is applicable to all CAAFAG but should be used in conjunction with IDDRS 5.30 on Youth and DDR. IDDRS 5.30 provides guidance on children who are closer to 18 years of age. These children, who are likely to enter into employment and who have socio-political reintegration demands, especially young adults with their own children, require special assistance. The challenge of demobilizing and reintegrating former combatants who were mobilized as children and demobilized as adults is also covered in IDDRS 5.30. In addition, this module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6277, - "Score": 0.315244, - "Index": 6277, - "Paragraph": "DDR processes for children shall link to national and local structures for child protection with efforts to strengthen institutions working on child rights and advocacy. DDR processes for children require a long implementation period and the long-term success of DDR processes depends on and correlates to the capacities of local actors and communities. These capacities shall be strengthened to support community acceptance and local advocacy potential.Participatory and decentralized consultation should be encouraged so that common strategies, responsive to local realities, can be designed. National frameworks, including guiding principles, norms and procedures specific to the local and regional context, shall be established. Clear roles and responsibilities, including engagement and exit strategies, shall be agreed upon by all actors. All such consultation must ensure that the voices of children, both boys and girls, are heard and their views are incorporated into the design of DDR processes. As social norms may influence the ability of children to speak openly and safely, DDR practitioners shall consult with experts on child participation.To ensure long-term sustainability, Government should be a key partner/owner in DDR processes for children. The level of responsibility and national ownership will depend on the context and/or the terms of the peace accord (if one exists). Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children. Where possible, support should be provided to build Government capacity on child protection and other critical social services.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7137, - "Score": 0.315244, - "Index": 7137, - "Paragraph": "Post-exposure prophylaxis (PEP) kits are a short-term antiretroviral treatment that reduces the likelihood of HIV infection after potential exposure to infected body fluids, such as through a needle-stick injury, or as a result of rape. The treatment should only be administered by a qualified health care practitioner. It essentially consists of taking high doses of ARVs for 28 days. To be effective, the treatment must start within 2 to 72 hours of the possible exposure; the earlier the treatment is started, the more effective it is. The patient should be counselled extensively before starting treatment, and advised to follow up with regular check-ups and HIV testing. PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.6. Provision of post-exposure prophylaxis kits", - "Heading3": "", - "Heading4": "", - "Sentence": "PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7533, - "Score": 0.315244, - "Index": 7533, - "Paragraph": "Empowerment: Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self- reliance. No one can empower another; only the individual can empower herself or himself to make choices or to speak out. However, institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups.3 Empowerment of participants, regardless of their gender, should be a central goal of any DDR interventions, and measures should be taken to ensure that no particular group is disem- powered or excluded through the DDR process.Gender: The social attributes and opportunities associated with being male and female and the relationships between women, men, girls and boys, as well as the relations between women and those between men. These attributes, opportunities and relationships are socially con- structed and are learned through socialization processes. They are context/time-specific and changeable. Gender is part of the broader sociocultural context. Other important criteria for sociocultural analysis include class, race, poverty level, ethnic group and age.4 The concept of gender also includes the expectations held about the characteristics, aptitudes and likely behaviours of both women and men (femininity and masculinity). The concept of gender is vital, because, when it is applied to social analysis, it reveals how women\u2019s sub- ordination (or men\u2019s domination) is socially constructed. As such, the subordination can be changed or ended. It is not biologically predetermined, nor is it fixed forever.5 As with any group, interactions among armed forces and groups, members\u2019 roles and responsibili- ties within the group, and interactions between members of armed forces/groups and policy and decision makers are all heavily influenced by prevailing gender roles and gender rela- tions in society. In fact, gender roles significantly affect the behaviour of individuals even when they are in a sex-segregated environment, such as an all-male cadre.Gender analysis: The collection and analysis of sex-disaggregated information. Men and women perform different roles in societies and in armed groups and forces. This leads to women and men having different experience, knowledge, talents and needs. Gender analysis explores these differences so that policies, programmes and projects can identify and meet the different needs of men and women. Gender analysis also facilitates the strategic use of distinct knowledge and skills possessed by women and men, which can greatly improve the long-term sustainability of interventions.6 In the context of DDR, gender analysis should be used to design policies and interventions that will reflect the different roles, capacity and needs of women, men, girls and boys.Gender balance: The objective of achieving representational numbers of women and men among staff. The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process. Achieving gender balance, or at least improving the representation of women in peace operations, has been defined as a strategy for increasing operational capacity on issues related to women, girls, gender equality and mainstreaming.7Gender equality: The equal rights, responsibilities and opportunities of women and men and girls and boys. Equality does not mean that women and men will become the same, but that women\u2019s and men\u2019s rights, responsibilities and opportunities will not depend on whether they are born male or female. Gender equality implies that the interests, needs and priorities of both women and men are taken into consideration, while recognizing the di- versity of different groups of women and men. Gender equality is not a women\u2019s issue, but should concern and fully engage men as well as women. Equality between women and men is seen both as a human rights issue and as a precondition for, and indicator of, sus- tainable people-centred development.8Gender equity: The process of being fair to men and women. To ensure fairness, measures must often be put in place to compensate for the historical and social disadvantages that prevent women and men from operating on a level playing field. Equity is a means; equality is the result.9Gender mainstreaming: Defined by the 52nd session of the UN Economic and Social Council (ECOSOC) in 1997 as \u201cthe process of assessing the implications for women and men of any planned action, including legislation, policies or programmes, in all areas and at all levels. It is a strategy for making women\u2019s as well as men\u2019s concerns and experiences an integral dimension of the design, implementation, monitoring and evaluation of policies and pro- grammes in all political, economic and societal spheres so that women and men benefit equally and inequality is not perpetrated. The ultimate goal of this strategy is to achieve gender equality.\u201d10 Gender mainstreaming emerged as a major strategy for achieving gen- der equality following the Fourth World Conference on Women held in Beijing in 1995. In the context of DDR, gender mainstreaming is necessary in order to ensure that women and girls receive equitable access to assistance programmes and packages, and it should, there- fore, be an essential component of all DDR-related interventions. In order to maximize the impact of gender mainstreaming efforts, these should be complemented with activities that are directly tailored for marginalized segments of the intended beneficiary group.Gender relations: The social relationship between men, women, girls and boys. Gender relations shape how power is distributed among women, men, girls and boys and how that power is translated into different positions in society. Gender relations are generally fluid and vary depending on other social relations, such as class, race, ethnicity, etc.Gender-aware policies: Policies that utilize gender analysis in their formulation and design, and recognize gender differences in terms of needs, interests, priorities, power and roles. They recognize further that both men and women are active development actors for their community. Gender-aware policies can be further divided into the following three policies: \\n Gender-neutral policies use the knowledge of gender differences in a society to reduce biases in development work in order to enable both women and men to meet their practical gender needs. \\n Gender-specific policies are based on an understanding of the existing gendered division of resources and responsibilities and gender power relations. These policies use knowledge of gender difference to respond to the practical gender needs of women or men. \\n Gender-transformative policies consist of interventions that attempt to transform existing distributions of power and resources to create a more balanced relationship among women, men, girls and boys by responding to their strategic gender needs. These policies can target both sexes together, or separately. Interventions may focus on women\u2019s and/or men\u2019s practical gender needs, but with the objective of creating a conducive environment in which women or men can empower themselves.11Gendered division of labour is the result of how each society divides work between men and women according to what is considered suitable or appropriate to each gender.12 Atten- tion to the gendered division of labour is essential when determining reintegration oppor- tunities for both male and female ex-combatants, including women and girls associated with armed forces and groups in non-combat roles and dependants.Gender-responsive DDR programmes: Programmes that are planned, implemented, moni- tored and evaluated in a gender-responsive manner to meet the different needs of female and male ex-combatants, supporters and dependants.Gender-responsive objectives: Programme and project objectives that are non-discrimina- tory, equally benefit women and men and aim at correcting gender imbalances.13Practical gender needs: What women (or men) perceive as immediate necessities, such as water, shelter, food and security.14 Practical needs vary according to gendered differences in the division of agricultural labour, reproductive work, etc., in any social context.Sex: The biological differences between men and women, which are universal and deter- mined at birth.15Sex-disaggregated data: Data that are collected and presented separately on men and women.16 The availability of sex-disaggregated data, which would describe the proportion of women, men, girls and boys associated with armed forces and groups, is an essential precondition for building gender-responsive policies and interventions.Strategic gender needs: Long-term needs, usually not material, and often related to struc- tural changes in society regarding women\u2019s status and equity. They include legislation for equal rights, reproductive choice and increased participation in decision-making. The notion of \u2018strategic gender needs\u2019, first coined in 1985 by Maxine Molyneux, helped develop gender planning and policy development tools, such as the Moser Framework, which are currently being used by development institutions around the world. Interventions dealing with stra- tegic gender interests focus on fundamental issues related to women\u2019s (or, less often, men\u2019s) subordination and gender inequities.17Violence against women: Defined by the UN General Assembly in the 1993 Declaration on the Elimination of Violence Against Women as \u201cany act of gender-based violence that results in, or is likely to result in physical, sexual or psychological harm or suffering to women, including threats of such acts, coercion or arbitrary deprivation of liberty, whether occurring in public or in private. Violence against women shall be understood to encompass, but not be limited to, the following: \\n Physical, sexual and psychological violence occurring in the family, including batter- ing, sexual abuse of female children in the household, dowry-related violence, marital rape, female genital mutilation and other traditional practices harmful to women, non- spousal violence and violence related to exploitation; \\n Physical, sexual and psychological violence occurring within the general community, including rape, sexual abuse, sexual harassment and intimidation at work, in educa- tional institutions and elsewhere, trafficking in women and forced prostitution; \\n Physical, sexual and psychological violence perpetrated or condoned by the State, wherever it occurs.\u201d18", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 23, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of DDR, gender mainstreaming is necessary in order to ensure that women and girls receive equitable access to assistance programmes and packages, and it should, there- fore, be an essential component of all DDR-related interventions.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8262, - "Score": 0.315244, - "Index": 8262, - "Paragraph": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders. UN peacekeeping missions and regional organizations have a key role to play in carrying out such agreements, particularly in view of the sensitivity of issues concerning foreign combatants.Agreements should contain guarantees for the repatriation in safety and dignity of former combatants, bearing in mind, however, that States have the right to try individuals for criminal offences not covered by amnesties. In the spirit of post\u00adwar reconciliation, guarantees may include an amnesty for desertion or an undertaking that no action will be taken in the case of former combatants from the government forces who laid down their arms upon entry into the host country. Protection from prosecution as mercenaries may also be necessary. However, there shall be no amnesty for breaches of international humanitarian law during the conflict.Agreements should also provide a basis for resolving nationality issues, including meth\u00ad ods of finding out the nationality those involved, deciding on the country in which former combatants will participate in a DDR programme and the country of eventual destination. Family members\u2019 nationalities may have to be taken into account when making long\u00adterm plans for particular families, such as in cases where spouses and children are of different nationalities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.2. Repatriation agreements", - "Heading3": "", - "Heading4": "", - "Sentence": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7781, - "Score": 0.31497, - "Index": 7781, - "Paragraph": "DDR programmes result from political settlements negotiated to create the political and legal system necessary to bring about a transition from violent conflict to stability and peace. To contribute to these political goals, DDR processes use military, economic and humani- tarian \u2014 including health care delivery \u2014 tools.Thus, humanitarian work carried out within a DDR process is implemented as part of a political framework whose objectives are not specifically humanitarian. In such a situation, tensions can arise between humanitarian principles and the establishment of the overall political\u2013strategic crisis management framework of integrated peace-building missions, which is the goal of the UN system. Offering health services as part of the DDR process can cause a conflict between the \u2018partiality\u2019 involved in supporting a political transition and the \u2018im- partiality\u2019 needed to protect the humanitarian aspects of the process and humanitarian space.3It is not within the scope of this module to explore all the possible features of such tensions. However, it is useful for personnel involved in the delivery of health care as part of DDR processes to be aware that political priorities can affect operations, and can result in tensions with humanitarian principles. For example, this can occur when humanitarian programmes aimed at combatants are used to create an incentive for them to \u2018buy in\u2019 to the peace process.4", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "5. Health and DDR", - "Heading2": "5.1. Tensions between humanitarian and political objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "To contribute to these political goals, DDR processes use military, economic and humani- tarian \u2014 including health care delivery \u2014 tools.Thus, humanitarian work carried out within a DDR process is implemented as part of a political framework whose objectives are not specifically humanitarian.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8559, - "Score": 0.31497, - "Index": 8559, - "Paragraph": "Children associated with armed forces and armed groups (CAAFAG) are particularly vulnerable to re-recruitment, and, because of this, food assistance can provide valuable support for programmes of education, training, rehabilitation, and family and community reunification. When dealing with CAAFAG, appropriate food assistance benefits should only be selected after careful analysis of the situation and context, and be guided by the principle of \u2018do no harm\u2019. Although food assistance can in some cases offer these children incentives to reintegrate into their communities, food assistance can also motivate children to join or re-join armed forces and groups in order to access this support. Food assistance in the form of cash shall not be provided to children, as cash may easily be taken from children (for e.g., by military commanders). Instead, in-kind food assistance may be offered during child DDR processes. Any food assistance support shall be coordinated with specialized child protection actors. Protection analysis and referral systems to child protection agencies shall be included in the food assistance component of the DDR process (see section 7.1).The diverse and specific needs of CAAFAG, boys and girls, including in relation to nutrition, shall be taken into account in the design and implementation of the food assistance component of a child DDR process. DDR practitioners and food assistance staff shall be aware of the relevant legal conventions and key issues and vulnerabilities that have to be dealt with when assisting CAAFAG and work closely with child protection specialists when developing the food assistance component of a child DDR process. In addition, appropriate reporting mechanisms shall be established in advance with specialized child protection agencies to deal with child protection and other issues that arise during child demobilization (\u2018release\u2019) (see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR practitioners and food assistance staff shall be aware of the relevant legal conventions and key issues and vulnerabilities that have to be dealt with when assisting CAAFAG and work closely with child protection specialists when developing the food assistance component of a child DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5779, - "Score": 0.314485, - "Index": 5779, - "Paragraph": "The planning, assessment, design, monitoring and evaluation of youth-focused DDR processes shall, at a minimum, involve youth representatives (ex-combatants, persons associated with armed forces or groups, and community members), including both male and female youth. This helps to ensure that youth immediately begin to act as agents of their own future, fosters trust between the generations, and ensures that both male and female youth priorities are given adequate consideration. Preventing the (re-) recruitment of youth into armed groups shall be a stated goal of DDR processes and included in the planning process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Preventing the (re-) recruitment of youth into armed groups shall be a stated goal of DDR processes and included in the planning process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8537, - "Score": 0.314485, - "Index": 8537, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8605, - "Score": 0.314485, - "Index": 8605, - "Paragraph": "Accountability to affected populations is essential to ensure that the design, implementation, and monitoring and evaluation of the food assistance component of a DDR process is informed by and reflects the views of affected people. As part of accountability to affected populations, information about food assistance shall be provided to affected populations in an accurate, timely and accessible way. The information provided shall be clearly understandable to all, irrespective of age, gender, ability, literacy level or other characteristics. In addition, the views of the affected population shall be sought throughout each stage of the food assistance component of a DDR process. This requires separate consultations with women, men, youth and elders to ensure that their views and concerns are heard and accounted for. In particular, separate consultations with men and women shall be required in order to provide opportunities for confidential feedback and to report protection or sexual exploitation and abuse (SEA) issues related to food assistance (see Box 1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "In addition, the views of the affected population shall be sought throughout each stage of the food assistance component of a DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5804, - "Score": 0.308607, - "Index": 5804, - "Paragraph": "DDR processes for female ex-combatants, females formerly associated with armed forces or groups and female dependents shall be gender-responsive and gender-transformative. To ensure that DDR processes reflect the differing needs, capacities, and priorities of young women and girls, it is critical that gender analysis is a key feature of all DDR assessments and is incorporated into in all stages of DDR (see IDDRS 3.11 on Integrated Assessments and IDDRS 5.10 Women, Gender and DDR for more information).Young women and girls are often at great risk of gender-based violence, including conflict related sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery. Women\u2019s specific health needs, including gynaecological care should be planned for, and reproductive health services, and prophylactics against sexually transmitted infections (STI) should be included as essential items in any health care packages (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR).With the exception of identified child dependents, young women and girls shall be kept separately from men during demobilization processes. Young women and girls (and their dependents) should be provided with gender-sensitive legal assistance, as well as support in securing civil documentation (i.e., personal ID, birth certificate, marriage certificate, death certificate, etc.), if and when relevant. An absence of such documentation can create significant barriers to reintegration, access to basic services such as health care and education, and in some cases can leave women and children at risk of statelessness.Young women and girls often face different challenges during the reintegration process, facing increased stigma, discrimination and rejection, which may be exacerbated by the presence of a child that was conceived during their association with the armed force or armed group. Based on gender analysis which considers the level of stigma and risk in communities of return, DDR practitioners should engage with communities, leveraging women\u2019s civil society organizations, to address and navigate the different cultural, political, protection and socioeconomic barriers faced by young women and girls (and their dependents) during reintegration.The inclusion of young women and girls in DDR processes is central to a gender- transformative approach, aimed at shifting social norms and addressing structural inequalities that lead young women and girls to engage in armed conflict and that negatively affect their reintegration. Within DDR processes, a gender-transformative approach shall focus on the following: \\n Agency: Interventions should strengthen the individual and collective capacities (knowledge and skills), attitudes, critical reflection, assets, actions and access to services that support the reintegration of young women and girls. \\n Relations: Interventions should equip young women and girls with the skills to navigate the expectations and cooperative or negotiation dynamics embedded within relationships between people in the home, market, community, and groups and organizations that will influence choice. Interventions should also engage men and boys to challenge gender inequities including through education and dialogue on gender norms, relations, violence and inequality, which can negatively impact women, men, children, families and societies. \\n Structures: Interventions should address the informal and formal institutional rules and practices, social norms and statuses that limit options available to young women and girls and work to create space for their empowerment. This will require engaging both female and male leaders including community and religious leaders.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 10, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "5.1 Gender responsive and transformative", - "Heading3": "", - "Heading4": "", - "Sentence": "To ensure that DDR processes reflect the differing needs, capacities, and priorities of young women and girls, it is critical that gender analysis is a key feature of all DDR assessments and is incorporated into in all stages of DDR (see IDDRS 3.11 on Integrated Assessments and IDDRS 5.10 Women, Gender and DDR for more information).Young women and girls are often at great risk of gender-based violence, including conflict related sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5894, - "Score": 0.308607, - "Index": 5894, - "Paragraph": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration. These health interventions should be planned as a distinct component of reintegration programming rather than as ad hoc support. For more information, see IDDRS 5.70 Health and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 16, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.2 Health", - "Heading4": "", - "Sentence": "For more information, see IDDRS 5.70 Health and DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6508, - "Score": 0.308607, - "Index": 6508, - "Paragraph": "The most effective way to prevent child (re-)recruitment is the development and ongoing strengthening of a protective environment. Building a protective environment helps all children in the community and supports not only prevention of (re-)recruitment but effective reintegration. To this end, DDR practitioners should jointly coordinate with Government, civil society, and child protection actors involved in providing services during DDR processes to strengthen the protective environment of children in affected communities through:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 23, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, DDR practitioners should jointly coordinate with Government, civil society, and child protection actors involved in providing services during DDR processes to strengthen the protective environment of children in affected communities through:", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6749, - "Score": 0.308607, - "Index": 6749, - "Paragraph": "Being recognized, accepted, respected, and heard in the community is an important part of the reintegration process. However, this is a complex issue for children, as they are generally excluded from community decision-making processes. Children may also lack the self-esteem and skills necessary to engage in community affairs usually reserved for adults. Reintegration support should strive to generate capacities for such participation in civilian life.Although political reintegration is generally a feature of adult DDR processes (see IDDRS 4.30 on Reintegration), children also have political rights and should be heard in decisions that shape their future. Efforts should be made to ensure that children\u2019s voices are heard in local-level decision-making processes that affect them. Not only is this a rights-based issue, but it is also an important way to address some of the grievances that may have led to their recruitment (and potential re-recruitment). For children nearing the age of majority, having a voice in decision- making can be a key factor in reducing intergenerational conflict.CAAFAG may face particular difficulties attaining a role in their community due to their past associations or because they belong to communities that were excluded prior to the conflict. Girls, persons with disabilities, or people living with HIV/AIDS may also be denied full participation in community life. The creation of inclusive societies is an issue bigger than DDR. However, the reintegration process provides an opportunity to make an initial investment in this endeavour through potential interventions in several areas.Civic education \\n To make the transition from military to civilian life, children need to be aware of their political rights and, eventually, responsibilities. They need to understand good citizenship, communication and teamwork, and non-violent conflict resolution methods. Ultimately, it is the child\u2019s behaviour that will facilitate successful reintegration, and preparing a child to engage socially and politically, in a productive manner, will be central to this process. Such activities can prepare them to play a socially useful role that is acknowledged by the community. Special efforts should be made to include girls in civic education training to ensure they are aware of their rights. However, children should not be forced to participate in any activities, nor used by armed or political groups to achieve specific political objectives, and their rights to free speech, opinion and privacy should be prioritized.Ensure child participants in DDR processes have a voice in local and national recovery \\n DDR processes should be aligned with national plans and strategies for recovery, the design of which should be informed by inputs from their participants. The inclusion of conflict-affected children and CAAFAG in these processes enables children to identify and advocate for specific measures of importance with regard to youth and recovery policies. Specific attention should be given to particularly vulnerable groups who may ordinarily be marginalized.Promote the gender transformation agenda \\n Efforts to strengthen the agency of girls will only go so far in addressing gender inequality. It is also important to work with the relationships and structures present that contribute to their (dis)empowerment. It is critical to support the voice and representation of girls within their communities to enable their full reintegration and to contribute to eradication of the structural inequalities that influenced their recruitment. Working with men and boys to address male gender roles and masculine norms that promote violence is required.Build a collective voice \\n An inclusive programme sees community children, particularly those affected by conflict in other ways, participating in programming alongside CAAFAG. This provides an opportunity for children and youth to coordinate and advocate for greater inclusion in decision-making processes.Create children\u2019s committees across the various areas of reintegration programming \\n Children should have the opportunity to put forward their views individually and collectively. Doing so will provide a mechanism to substantively improve programme outcomes and thus ensure the best interests of the child. It also gives greater voice to other vulnerable and marginalized children in the community. Steps should be taken to ensure that girls, and especially girl mothers, are included in these committees.Encourage the participation and visibility of programme beneficiaries in public events \\n Greater participation and visibility of CAAFAG as well as non-CAAFAG will increase the opportunities for children to be involved in community processes. As community members, and community decision makers in particular, have more positive interactions with CAAFAG, they are more likely to open up space for their involvement in community affairs. However, all participation shall be voluntary, and CAAFAG should not be pushed into visible roles unless they feel comfortable occupying them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 40, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.9 Voice, participation and representation", - "Heading4": "", - "Sentence": "The creation of inclusive societies is an issue bigger than DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7105, - "Score": 0.308607, - "Index": 7105, - "Paragraph": "Counselling and testing as a way of allowing people to find out their HIV status is an inte- gral element of prevention activities. Testing can be problematic in countries where ARVs are not yet easily available, and it is therefore important that any test is based on informed consent and that providers are transparent about benefits and options (for example, addi- tional nutritional support for HIV-positive people from the World Food Programme, and treatment for opportunistic infections). The confidentiality of results shall also be assured. Even if treatment is not available, HIV-positive individuals can be provided with nutritional and other health advice to avoid opportunistic infections (also see IDDRS 5.50 on Food Aid Programmes in DDR). Their HIV status may also influence their personal planning, includ- ing vocational choices, etc. According to UNAIDS, the majority of people living with HIV do not even know that they are infected. This emphasizes the importance of providing DDR participants with the option to find out their HIV status. Indeed, it may be that demand for VCT at the local level will have to be generated through awareness and advocacy cam- paigns, as people may either not understand the relevance of, or be reluctant to have, an HIV-test.It is particularly important for pregnant women to know their HIV status, as this may affect the health of their baby. During counselling, information on mother-to-child-trans- mission, including short-course ARV therapy (to reduce the risk of transmission from an HIV-positive mother to the foetus), and guidance on breastfeeding can be provided. Testing technologies have improved significantly, cutting the time required to get a result and reduc- ing the reliance on laboratory facilities. It is therefore more feasible to include testing and counselling in DDR. Testing and counselling for children associated with armed forces and groups should only be carried out in consultation with a child-protection officer with, where possible, the informed consent of the parent (see IDDRS 5.30 on Children and DDR). \\n Training and funding of HIV counsellors: Based on an assessment of existing capacity, counsellors could include local medical personnel, religious leaders, NGOs and CBOs. Counselling capacity needs to be generated (where it does not already exist) and funded to ensure suffi- cient personnel to run VCT and testing being offered as part of routine health checks, either in cantonment sites or during community-based demobilization, and continued during rein- sertion and reintegration (see section 10.1 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore more feasible to include testing and counselling in DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7831, - "Score": 0.308607, - "Index": 7831, - "Paragraph": "Three key questions must be asked in order to create an epidemiological profile: (1) What is the health status of the targeted population? (2) What health risks, if any, will they face when they move during DDR processes? (3) What health threats might they pose, if any, to local communities near transit areas or those in which they reintegrate?Epidemiological data, i.e., at least minimum statistics on the most prevalent causes of illness and death, are usually available from the national health authorities or the WHO country office. These data are usually of poor quality in war-torn countries or those in transi- tion into a post-conflict phase, and are often outdated. However, even a broad overview can provide enough information to start planning.Assess the risks and plan accordingly.5 Information that will be needed includes: \\n the composition of target population (age and sex) and their general health status; \\n the transit sites and the health care situation there; \\n the places to which former combatants and the people associated with them will return and the capacity to supply health services there.ore detailed and updated information may be available from NGOs working in the area or the health services of the armed forces or groups. If possible, it should come from field assessments or rapid surveys.6 The following guiding questions should be asked: \\n What kinds of population movements are expected during the DDR process (not only movements of people associated with armed forces and groups, but also an idea of where populations of refugees and internally displaced persons might intersect/interact with them in some way)? \\n What are the most prevalent health hazards (e.g., endemic diseases, history of epidem- ics) in the areas of origin, transit and destination? \\n What is the size of groups (women combatants and associates, child soldiers, disabled people, etc.) with specific health needs? \\n Are there specific health concerns relating to military personnel, as opposed to the civil- ian population?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.1. Assessing epidemiological profiles", - "Heading3": "", - "Heading4": "", - "Sentence": "(2) What health risks, if any, will they face when they move during DDR processes?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8647, - "Score": 0.308607, - "Index": 8647, - "Paragraph": "Early in the integrated planning process, food assistance agencies should provide details of the data that they require to the lead coordinating actors in the DDR process so that information can be collected in the early phases of preparing for the food assistance component. The transfer modality that is chosen to provide food assistance will have implications for the types of data required, and this should be taken into account. Agencies should also be careful to ask for data about less visible groups (e.g., abducted girls, breastfeeding mothers) so that these groups can be included in the estimates. It should be noted, however, that acquiring certain data (e.g., accurate numbers and descriptions of members of armed forces and groups) is not always possible, because of the tendency of parties to hide children, ignore (leave out) women who were not in combat positions, and increase or reduce figures for political, financial or strategic reasons. Therefore, plans will often be made according to a best estimate that can only be verified when the food assistance component is in progress. For this reason, DDR practitioners and food assistance staff should be prepared for unexpected or unplanned events/circumstances.The following data are essential for food assistance planning as part of a DDR process, and shall be provided to, or collected by, the lead agency at the earliest possible stages of planning, ensuring that data protection standards are respected: \\n Numbers of ex-combatants and persons formerly associated with armed forces and groups (disaggregated by sex and age, and with specific assessments of the numbers and characteristics of vulnerable groups); \\n Numbers of dependants (partners, children, relatives, disaggregated by sex and age) and their expenditure on food and food intake; \\n Profiles of participants and beneficiaries (i.e., who they are, what their special needs are); \\n Basic nutritional data, by sex and age; \\n Logistics corridors/supply routes; \\n Roads and infrastructure information; \\n Information on market capacity and functionality; \\n Information on financial service provider networks; \\n Basic information on beneficiary expenditure/consumption behaviour; \\n Information regarding demining; \\n Other security-related information.Qualitative data, that will be especially useful in planning reintegration assistance, should also be collected, including through ad hoc surveys carried out among ex-combatants, persons formerly associated with armed forces and groups, and dependants on the initiative of the UN humanitarian coordinating body and partner UN agencies. This process should be carried out in consultation with the national Government and third parties. These surveys identify the main features of the social profile of the intended participants and beneficiaries and provide useful information about the different needs, interests and capacities of the women, men and children of various ages that will be eligible for assistance. Preliminary data gathered through surveys can be checked and verified at a later stage, for e.g., during an identification and registration process.Data on food habits and preliminary information on nutritional requirements may also be collected by food agencies through ad hoc surveys before, or immediately following, the start of the DDR process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 14, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.1 Food assistance planning data", - "Heading3": "5.1.1 Data needed for planning", - "Heading4": "", - "Sentence": "Preliminary data gathered through surveys can be checked and verified at a later stage, for e.g., during an identification and registration process.Data on food habits and preliminary information on nutritional requirements may also be collected by food agencies through ad hoc surveys before, or immediately following, the start of the DDR process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5921, - "Score": 0.303046, - "Index": 5921, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7574, - "Score": 0.303046, - "Index": 7574, - "Paragraph": "Field/Needs assessment for female ex-combatants, supporters and dependants should be carried out independently of general need assessment, because of the specific needs and concerns of women. Those assessing the needs of women should be aware of gender needs in conflict situations. The use of gender-analysis frameworks should be strongly encouraged to collect information and data on the following: \\n\\n Social and cultural context \\n Gender roles and gender division of labour (both in public and private spheres) \\n Traditional practices that oppose the human rights of women \\n\\n Political context \\n Political participation of women at the national and community levels \\n Access to education for girls \\n\\n Economic context \\n Socio-economic status of women \\n Women\u2019s access to and control over resources \\n\\n Capacity and vulnerability \\n Capacities and vulnerabilities of women and girls \\n Existing local support networks for women and girls \\n Capacities of local women\u2019s associations and NGOs \\n\\n Security \\n Extent of women\u2019s participation in the security sector (police, military, government) \\n Level of sexual and gender-based violence \\n\\n Specific needs of female ex-combatants, supporters and dependants (economic, social, physical, psychological, cultural, political, etc.)The methodology of data collection should be participatory, and sensitive to gender- related issues. The assessment group should include representatives from local women\u2019s organizations and the local community. This might mean that local female interpreter(s) and translator(s) are needed (also see IDDRS 3.20 on DDR Programme Design).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "1. Gender-responsive field/needs assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "This might mean that local female interpreter(s) and translator(s) are needed (also see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8665, - "Score": 0.302614, - "Index": 8665, - "Paragraph": "Once food assistance requirements have been identified, the lead food agency should take part in the drawing up of budget proposals. The food assistance component of a DDR process is often funded as part of the wider strategy of assistance and recovery, although the costs of a DDR food assistance component will depend largely on the resources and organizational capacity already in place in a given context. In both mission and non-mission contexts, food assistance in support of a DDR process shall not be implemented in the absence of adequate resources and capacity, including human, financial and logistic resources from donor contributions and/or the UN peacekeeping assessed budget. In mission contexts, the UN peacekeeping assessed budget should be available to support food assistance costs and should be designed to take into account unexpected adjustments to the length of the food assistance component, delays, and other changes that require sufficient and flexible funding.Owing to the potential for unexpected changes, maintaining a well-resourced pipeline is essential. DDR processes are often time-sensitive and volatile, and food/CBTs shall be available for pre-positioning, distribution and/or timely disbursement to avoid the risks caused by delays. The pipeline shall have enough resources not only to meet the needs of the present situation, but also to meet the needs of other possible circumstances outlined in contingency plans.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 17, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.4 Resources and funding", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process is often funded as part of the wider strategy of assistance and recovery, although the costs of a DDR food assistance component will depend largely on the resources and organizational capacity already in place in a given context.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5675, - "Score": 0.302372, - "Index": 5675, - "Paragraph": "DDR processes are often conducted in contexts where the majority of combatants and fighters are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age. If DDR processes cater only to younger children and mature adults, the specific needs and experiences of youth may be missed. DDR practitioners shall promote the participation, recovery and sustainable reintegration of youth, as failure to consider their needs and opinions can undermine their rights, their agency and, ultimately, peace processes.In countries affected by conflict, youth are a force for positive change, while at the same time, some young people may be vulnerable to being drawn into conflict. To provide a safe and inclusive space for youth, manage the expectations of youth in DDR processes and direct their energies positively, DDR practitioners shall support youth in developing the necessary knowledge and skills to thrive and promote an enabling environment where young people can more systematically have influence upon their own lives and societies. The reintegration of youth is particularly complex due to a mix of underlying economic, social, political, and/or personal factors often driving the recruitment of youth into armed forces or groups. This may include social and political marginalization, protracted displacement, other forms of social exclusion, or grievances against the State. DDR practitioners shall therefore pay special attention to promoting significant participation and representation of youth in all DDR processes, so that reintegration support is sensitive to the rights, aspirations, and perspectives of youth. Their reintegration may also be more complex, as they may have become associated with an armed forces or group during formative years of brain development and social conditioning. Whenever possible, reintegration planning for youth should be linked to national reconciliation strategies, socioeconomic reconstruction plans, and youth development policies.The specific needs of youth transitioning to civilian life are diverse, as youth often require gender responsive services to address social, acute and/or chronic medical and psychosocial support needs resulting from the conflict. Youth may face greater levels of societal pressure and responsibility, and as such, be expected to work, support family, and take on leadership roles in their communities. Recognizing this, as well as the need for youth to have the ability to resolve conflict in non-violent ways, DDR practitioners shall invest in and mainstream life skills development across all components of reintegration programming.As youth may have missed out on education or may have limited employable skills to enable them to provide for their families and contribute to their communities, complementary programming is required to promote educational and employment opportunities that are sensitive to their needs and challenges. This may include support to access formal education, accelerated learning curricula, or market-driven vocational training coupled with apprenticeships or \u2018on-the-job\u2019 (OTJ) training to develop employable skills. Youth should also be supported with employment services ranging from employment counselling, career guidance and information on the labour market to help youth identify opportunities for learning and work and navigate the complex barriers they may face when entering the labour market. Given the severe competition often seen in post-conflict labour markets, DDR processes should support opportunities for youth entrepreneurship, business training, and access to microfinance to equip youth with practical skills and capital to start and manage small businesses or cooperatives and should consider the long-term impact of educational deprivation on their employment opportunities.It is critical that youth have a structured platform to have their voices heard by decision- makers, often comprised of the elder generation. Where possible DDR practitioners should look for opportunities to include the perspective of youth in local and national peace processes. DDR practitioners should ensure that youth play a central role in the planning, design, implementation and monitoring and evaluation of Community Violence Reduction (CVR) programmes and transitional Weapons and Ammunition Management (WAM) measures.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall therefore pay special attention to promoting significant participation and representation of youth in all DDR processes, so that reintegration support is sensitive to the rights, aspirations, and perspectives of youth.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6289, - "Score": 0.302372, - "Index": 6289, - "Paragraph": "Prevention and release require considerations related to safety of children, families, communities, DDR practitioners and other staff delivering services for children. DDR processes for children may be implemented in locations where conflict is ongoing or escalating, or in fragile environments. Such contexts present many potential risks and DDR practitioners shall therefore conduct risk assessments and put in place measures to mitigate identified risks before initiating DDR processes. Particular consideration shall be given to the needs of girls and protection of all children from sexual exploitation and abuse. All staff of UN organizations delivering child protection services and organizing DDR processes shall adhere to the requirements of the Secretary-General\u2019s Bulletin on the Special Measures for Protection from Sexual Exploitation and Sexual Abuse (for UN entities) and the Interagency Standing Committee\u2019s Six Core Principles Relating to Sexual Exploitation and Abuse.DDR processes shall establish an organizational child protection policy and/or safeguarding policy and an individual code of conduct that have clear, strong, and positive commitments to safeguard children and that outline appropriate standards of conduct, preventive measures, reporting, monitoring, investigation and corrective measures the Organization will take to protect participants and beneficiaries from sexual exploitation and abuse.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "Such contexts present many potential risks and DDR practitioners shall therefore conduct risk assessments and put in place measures to mitigate identified risks before initiating DDR processes.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5721, - "Score": 0.2965, - "Index": 5721, - "Paragraph": "This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities. The guidance recognizes the unique needs and challenges facing youth during their transition to civilian life, as well as the critical role they play in armed conflict and peace processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5758, - "Score": 0.2965, - "Index": 5758, - "Paragraph": "There is no simple formula for youth-focused DDR that can be routinely applied in all circumstances. DDR processes shall be contextualized as much as possible in order to take into account the different needs and capacities of youth DDR participants and beneficiaries based on conflict dynamics, cultural, socio-economic, gender and other factors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall be contextualized as much as possible in order to take into account the different needs and capacities of youth DDR participants and beneficiaries based on conflict dynamics, cultural, socio-economic, gender and other factors.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5991, - "Score": 0.2965, - "Index": 5991, - "Paragraph": "Vocational training should be accompanied by high quality employment counselling and livelihood or career guidance. Young people who have been engaged with an armed force or armed group may have no experience of looking for employment, no professional contacts, and may not know what they can do or even want to do. Employment counselling, career guidance and labour market information that is grounded in the realities of the context can help youth ex-combatants and youth formerly associated with an armed force or group to: \\n manage the change from the military to civilian life and from childhood to adulthood; \\n understand the labour market; \\n identify opportunities for work and learning; \\n build important attitudes and life skills; \\n make decisions; \\n plan their career and life.Employment counselling and career and livelihood guidance should match the skills and aspirations of youth who have transitioned to civilian status with employment or education and training opportunities. Counselling and guidance should be offered as early as possible (and at an early stage of the DDR programme if one exists), so that they can play a key role in designing employment programmes, identifying education and training opportunities, and helping young ex- combatants and persons formerly associated with armed forces or groups make realistic choices. Female youth and youth with disabilities should receive tailored support to make choices that appropriately reflect their wishes rather than being pressured into following a career path that fits with social norms. This will require significant work with service providers, employers, family and the wider community to sensitize on these issues, and may necessitate additional training, capacity building and orientation of DDR staff to ensure that this is done effectively.Employment counsellors should work closely with the business community and youth both before and during vocational training. Employment services including counselling, career guidance, and directing young people to the appropriate jobs and educational institutions should also be offered to all young people seeking employment, not only those previously engaged with armed forces or groups. Such a community-based approach will demonstrate the benefit of accepting returning former members of armed forces and groups into the community. Employment and livelihood services must build on existing national structures and are normally under the control of the ministry of labour and/or youth. DDR practitioners should be aware of fair recruitment principles and guidelines 3 and how they may apply to a DDR context when seeking to promote employment through both public employment services and private recruitment agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 23, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.9 Employment Services", - "Heading4": "", - "Sentence": "DDR practitioners should be aware of fair recruitment principles and guidelines 3 and how they may apply to a DDR context when seeking to promote employment through both public employment services and private recruitment agencies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6307, - "Score": 0.2965, - "Index": 6307, - "Paragraph": "Families and communities shall be sensitized on the experiences their children may have had during their association with an armed force or group and the changes they may see, without stigmatizing them. CAAFAG, both girls and boys, often experience high levels of abuse (sexual, physical, and emotional), neglect and distressing and events (e.g., exposure to and perpetration of violence, psychological and physical injury, etc.). They will require significant support from their families and communities to overcome these challenges, and it is therefore important that appropriate sensitization initiatives are in place to ensure that this support is understood and forthcoming.To increase children\u2019s awareness of their rights and the services available, DDR practitioners should use targeted gender- and age-sensitive public communication strategies such as public service announcement campaigns (radio, social media and print), child-friendly leaflet drops in strategic locations, peer messaging and coordination with grassroots service providers to reach children. It is critical for DDR practitioners to maintain regular communication with CAAFAG regarding release and reintegration processes and support, including services offered and eligibility criteria, any changes to the support provided (delays or alternative modes of service delivery), and the availability of other services and referrals. A lack of proper communication may lead to misunderstandings and frustration among children and community members and further conflict.Communications strategies should be highly flexible and responsive to changing situations and needs. Strategies should include providing opportunities for people to ask questions about DDR processes for children and involve credible and legitimate local actors (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). A well-designed communications strategy creates trust within the community and among the key actors involved in the response and facilitates maximum participation. In all communications, children\u2019s confidentiality shall be maintained, and their privacy protected.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.3 Public information and community sensitization", - "Heading4": "", - "Sentence": "Strategies should include providing opportunities for people to ask questions about DDR processes for children and involve credible and legitimate local actors (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7762, - "Score": 0.2965, - "Index": 7762, - "Paragraph": "This module is intended to assist operators and managers from other sectors who are involved in DDR, as well as health practitioners, to understand how health partners can make their best contribution to the short- and long-term goals of DDR. It provides a framework to support decision-making for health actions. The module highlights key areas that deserve attention and details the specific challenges that are likely to emerge when operating within a DDR framework. It cannot provide a response to all technical problems, but it provides technical references when these are relevant and appropriate, and it assumes that managers, generalists and experienced health staff will consult with each other and coordinate their efforts when planning and implementing health programmes.As the objective of this module is to provide a platform for dialogue in support of the design and implementation of health programmes within a DDR framework, there are two intended audiences: generalists who need to be aware of each component of a DDR process, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contex- tualize their technical expertise.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module is intended to assist operators and managers from other sectors who are involved in DDR, as well as health practitioners, to understand how health partners can make their best contribution to the short- and long-term goals of DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8228, - "Score": 0.2965, - "Index": 8228, - "Paragraph": "In many conflicts, there is a significant level of war\u00adrelated sexual violence against girls. (NB: Boys may also be affected by sexual abuse, and it is necessary to identify survivors, although this may be difficult.) Girls who have been associated with armed groups and forces may have been subjected to sexual slavery, exploitation and other abuses and may have babies of their own. Once removed from the armed group or force, they may continue to be at risk of exploitation in a refugee camp or settlement, especially if they are separated from their families. Adequate and culturally appropriate sexual and gender\u00adbased violence pro\u00ad grammes should be provided in refugee camps and communities to help protect girls, and community mobilization is needed to raise awareness and help prevent exploitation and abuse. Special efforts should be made to allow girls access to basic services in order to prevent exploitation (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 21, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.6. Specific needs of girls", - "Heading4": "", - "Sentence": "Special efforts should be made to allow girls access to basic services in order to prevent exploitation (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6112, - "Score": 0.29277, - "Index": 6112, - "Paragraph": "CVR programmes are bottom-up interventions that focus on the reduction of armed violence at the local level by fostering improved social cohesion and providing incentives to resist recruitment. CVR programmes may include an explicit focus on youth, including youth ex-combatants and youth formerly associated with armed forces and groups. In addition, CVR programmes may explicitly target individuals who are not members of an armed group, but who are at risk of recruitment by such groups. This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. Wherever possible, youth should be represented in CVR Project Selection Committees and youth organizations should be engaged as project partners. In instances where CVR is due to be followed by support to community-based reintegration then CVR and community-based reintegration should, from the outset, be planned as a single and continuous programme.In addition, where safe and appropriate, children may be included in CVR programmes, consistent with relevant national and international legal safeguards, including on the involvement of children in hazardous work, to ensure their rights, needs and well-being are carefully accounted for.If the individuals being considered for inclusion in a CVR programme have left an armed group designated as a terrorist organization by the UN Security Council, then proper screening mechanisms and criteria shall be incorporated to identify (and exclude) individuals who may have committed terrorist acts in compliance with international law (for further information on specific requirements see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.50 on Armed Groups Designated as Terrorist Organizations). For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.4 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8562, - "Score": 0.29277, - "Index": 8562, - "Paragraph": "Any food assistance component that is part of a DDR process shall be designed in accordance with humanitarian principles and the best practices of humanitarian food assistance. Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process. Similarly, the transfer modality to be used for the food assistance shall be based on a careful contextual and feasibility analysis (see section 5.5). Furthermore, when food assistance is provided as part of a DDR process in a mission context, the political requirements of the peacekeeping mission and the guiding principles of humanitarian assistance and development aid shall be kept completely separate.Food assistance as part of a DDR process shall be designed and implemented in a way that contributes to the safety, dignity and integrity of ex-combatants, their dependants, persons formerly associated with armed forces and groups, and community members. In any circumstance where these conditions are not met, humanitarian agencies shall carefully consider the appropriateness of providing food assistance.Humanitarian food assistance agencies shall only be involved in DDR processes when they have sufficient capacity. Support to a DDR process shall not undermine a humanitarian food assistance agency\u2019s capacity to deal with other urgent humanitarian problems/crises, nor shall it affect the process of prioritizing food assistance to conflict-affected populations.In accordance with humanitarian principles, food assistance agencies shall not provide food assistance to armed personnel at any point in a DDR process. All reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups during the pre-disarmament and disarmament phases of a DDR process, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8656, - "Score": 0.29277, - "Index": 8656, - "Paragraph": "As with all parts of an integrated DDR process, the planning process for a food assistance component should involve, as far as possible, the participation of leaders of stakeholder groups (local Government; leaders of armed forces and groups; and representatives of civil society, communities, women\u2019s groups and vulnerable groups). This participatory approach enables a better understanding of the sociopolitical, gender and economic contexts in which the food assistance component of a DDR process will operate. It also allows for the identification of any possible protection risks to individuals or communities, and the risks of becoming caught up in conflict. Finally, a participatory approach can increase trust and social cohesion among groups and create consensus and raise awareness of the benefits offered and the procedures for receiving benefits. Representatives of communities, women\u2019s leaders and women\u2019s organizations, associations or informal groups should be meaningfully and equitably consulted.Although the extent to which any group participates should be decided on a case-by-case basis, even limited consultations, as long as they involve a variety of stakeholders, can improve the security of the food assistance component of a DDR process and increase the appropriateness of the assistance, distribution and monitoring. Such participation builds confidence among ex-combatant groups, improves the ability to meet the needs of vulnerable groups and helps strengthen links with the receiving community. Participants in the planning process should be specified in advance, as well as how these groups/individuals will work together and what factors will aid or hinder the process.Food/cash/voucher distribution arrangements shall also be designed in consultation with women to avoid putting them at risk. In cases where rations are to be collected from distribution points, a participatory assessment shall take place to identify the best place, date and time for distribution in order to allow women and girls to collect the rations themselves and to avoid difficult and unsafe travel, for example in the dark. It shall also be determined whether special packaging is needed to make the collection and carrying of food rations by women easier.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 16, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.3 Participatory planning", - "Heading3": "", - "Heading4": "", - "Sentence": "This participatory approach enables a better understanding of the sociopolitical, gender and economic contexts in which the food assistance component of a DDR process will operate.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6786, - "Score": 0.290957, - "Index": 6786, - "Paragraph": "When DDR programmes are linked to security sector reform (SSR), the composition of the new national army may be tied to the number of members of each armed force and group (see IDDRS 6.10 on DDR and SSR). Children are often included in these figures. Negotiations on SSR and force reduction must include the release of all children. CAAFAG shall not be included in troop numbers because the presence of children is illegal and including them may encourage more recruitment of children in the period before negotiations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 43, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.6 Security sector reform", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR programmes are linked to security sector reform (SSR), the composition of the new national army may be tied to the number of members of each armed force and group (see IDDRS 6.10 on DDR and SSR).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5773, - "Score": 0.285714, - "Index": 5773, - "Paragraph": "Youth shall not be put in harm\u2019s way during DDR processes. Youth shall be kept safe and shall be provided information about where to go for help if they feel unsafe while participating in a DDR process. Risks to youth shall be identified, and efforts shall be made to mitigate such risks. DDR practitioners shall promote decent work conditions to avoid creating further grievances, with a focus on equal conditions for all regardless of their past engagement in armed conflicts, ethnic or other sociocultural background, political or religious beliefs, gender or other considerations to avoid prejudice and discrimination.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "Youth shall not be put in harm\u2019s way during DDR processes.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6129, - "Score": 0.285714, - "Index": 6129, - "Paragraph": "It is vital to monitor and follow-up with youth DDR participants and beneficiaries. For children under the age of 18 the guidance in IDDRS 5.20 should be followed. In developing follow-up monitoring and support services for older youth, it is critical to provide a platform for feedback on the impact of DDR (positive and negative) to promote participation and representation and give youth a voice on their rights, aspirations, and perspectives which are critical for sustainable outcomes. Youth should also be sensitized on how to seek follow-up support from DDR practitioners, or relevant government or civil society actors, linked to service provision as well as how to address protection issues or other barriers to reintegration that they may face.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.6 Monitoring and follow up", - "Heading3": "", - "Heading4": "", - "Sentence": "It is vital to monitor and follow-up with youth DDR participants and beneficiaries.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6439, - "Score": 0.285714, - "Index": 6439, - "Paragraph": "In addition to the context analysis, DDR practitioners and child protection actors should take the following Minimum Preparedness Actions into consideration when planning. These actions (outlined below) are informed by the Interagency Standing Committee\u2019s Emergency Response Preparedness Guidelines (2015): \\n Risk monitoring is an activity that should be ongoing throughout implementation, based on initial risk assessments. Plans should be developed detailing how this action will be conducted. For CAAFAG, specific risks might include (re-)recruitment; lack of access to DDR processes; unidentified psychosocial trauma; family or community abuse; stigmatization; and sexual and gender-based violence. Risk monitoring should specifically consider the needs of girls of all ages. \\n Risk monitoring is especially critical when children self-demobilize and return to communities during ongoing conflict. Results should be disaggregated to ensure that girls and other particularly vulnerable groups are considered. \\n Clearly defined coordination and management arrangements are critical to ensuring a child-sensitive approach for DDR processes, particularly given the complexity of the process and the need for transparency and accountability to generate community support. DDR processes for children involve a number of agencies and stakeholders (national and international) and require comprehensive planning regarding how these bodies will coordinate and report. The opportunity for children to be able to report and provide feedback on DDR processes in a safe and confidential manner shall be ensured. Moreover, an exit strategy should feature within a coordinated approach. \\n Needs assessments, information management and response monitoring arrangements must be central to any planning process. The needs of boy and girl CAAFAG are multifaceted and may change over time. A robust needs assessment and ongoing monitoring of the reintegration process for children is essential to minimize risk, identify opportunities for extended support and ensure the effective 18 protection of all children \u2013 especially vulnerable children \u2013 involved in DDR. Effective information management should be a priority and should include disaggregated data (by age, sex, ethnicity, location, or any other valid variable) to enable DDR practitioners and child protection actors to proactively adapt their approaches as needs emerge. It is important to note that all organizations working with children should fully respect the rights and confidentiality of data subjects, and act in accordance with the \u201cdo no harm\u201d principle and the best interests of children. \\n Case management systems should be community-based and, ideally, fit within existing community-based structures. Case management systems should be used to tailor the types of support that each child needs and should link to sexual and/or gender-based violence case management systems that provide specialized support for children who need it. Because reintegration of children is tailored to the individual needs of a child over time, a case management system is best to both address those needs and to build up case management systems in communities for the long term. \\n Reintegration opportunities and services, including market analysis are critical to inform an effective response that supports the sustainable economic reintegration of children. They should be used in conjunction with socioeconomic profiles to enable the development of solutions that meet market demand as well as the expectations of child participants and beneficiaries, taking into account gendered socio-cultural dynamics. See IDDRS 5.30 on Youth and DDR, sections 7 and 8, for more information. \\n Operational capacity and arrangements to deliver reintegration outcomes and ensure protection are essential to DDR processes for children. Plans should be put in place to enhance the institutional capacity of relevant stakeholders (including UN agencies, national and local Governments, civil society and sectors/clusters) where necessary. Negotiation capacity should also be considered in situations where children continue to be retained by armed forces and groups. The capacity of local service providers, businesses and communities, all of which will be directly involved on a daily basis in the reintegration process, should also be supported. \\n Contingency plans, linked to the risk analysis and monitoring system, should be developed to ensure that DDR processes for children retain enough flexibility to adapt to changing circumstances.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 17, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "See IDDRS 5.30 on Youth and DDR, sections 7 and 8, for more information.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6445, - "Score": 0.285714, - "Index": 6445, - "Paragraph": "Data is critical to the design and implementation of DDR processes for children. Information on a child\u2019s identity, family, the history of their recruitment and experience in their armed force or group, and their additional needs shall be collected by trained child protection personnel as early as possible and safely stored. All data shall be sex-disaggregated to ensure that DDR processes are able to effectively respond to gendered concerns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 18, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "", - "Heading4": "", - "Sentence": "Data is critical to the design and implementation of DDR processes for children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7162, - "Score": 0.285714, - "Index": 7162, - "Paragraph": "Male and female condoms should continue to be provided during the reinsertion and re- integration phases to the DDR target groups. It is imperative, though, that such access to condoms is linked \u2014 and ultimately handed over to \u2014 local HIV initiatives as it would be unmanageable for the DDR programme to maintain the provision of condoms to former combatants, associated groups and their families. Similarly, DDR planners should link with local initiatives for providing PEP kits, especially in instances of rape. (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.4. Condoms and PEP kits", - "Heading3": "", - "Heading4": "", - "Sentence": "(also see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7278, - "Score": 0.285714, - "Index": 7278, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Yet they are almost never included in the planning or implementation of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7456, - "Score": 0.285714, - "Index": 7456, - "Paragraph": "Weapons possession has traditionally been a criterion for eligibility in DDR programmes. Because women and girls are often less likely to possess weapons even when they are actively engaged in armed forces and groups, and because commanders have been known to remove weapons from the possession of women and girls before assembly, this criterion often leads to the exclusion of women and girls from DDR processes (also see IDDRS 4.10 on Disarmament).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 17, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.7. Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Weapons possession has traditionally been a criterion for eligibility in DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6853, - "Score": 0.284901, - "Index": 6853, - "Paragraph": "Often children do not have civil registration documents showing their birth or age. However, because it is a breach of international humanitarian law, human rights law and international criminal law to recruit children under 15 years old anywhere, and to allow any child to take part in hostilities, and because children are entitled to special protections and support, it may be important to determine whether an individual is below age 18. Reintegration and child DDR generally are designed to ensure appropriate support to children under age 18, with no difference in definition, and regardless of the legal age of recruitment or other definitions or age of a child locally.It is important to manage the identification and separation of children from adults in a coordinated way during demobilization, and throughout DDR. Failure to do so may lead to serious unintended consequences, such as the re-recruitment of children, children claiming to be adults, and adults claiming to be children.To determine a child\u2019s age, the following are general principles: \\n If in doubt, assume the person is below 18. \\n Identification should take place as early as possible to allow them to access age-appropriate services. \\n Identification must occur before disarmament. \\n A child protection actor should be given access to disarmament sites to identify children. \\n Children should be immediately informed that they are entitled to support so that they are less likely to try to identify as adults.Considerations: \\n Interviews should be confidential. \\n Identification of children should take place before any other identification processes. \\n Children should be required to show that they can use a weapon (this is because they may have been used in a non-combat role). \\n During negotiations, children should not be counted in the number of armed forces or group (this is to avoid incentivizing child recruitment to inflate numbers). \\n The role that a person plays in the armed group should have no effect of the determination of whether the person is a child.For practitioners who are handling demobilization, Age Assessment: A Technical Note (2013) gives more detailed information on age determinations and includes the following core standards: \\n 1) An age assessment should only be requested when it is in the best interests of the child. \\n 2) Children should be given relevant information about the age assessment procedure \\n 3) Informed consent must be sought from the person whose age is being assessed before the assessment begins. \\n 4) Age assessments should only be a measure of last resort and be initiated only if a serious doubt about the person\u2019s age exists. \\n 5) Age assessments should be applied without discrimination. \\n 6) An unaccompanied or separated child should have a guardian appointed to support them through the age assessment procedure. \\n 7) Assessments must follow the least intrusive method, which upholds the dignity and physical integrity of the child at all times, and be gender and culturally appropriate \\n 8) Where there is a margin of error, this margin should be applied in favour of the child. \\n 9) Age assessments should take an holistic approach. \\n 10) A means of challenging the age determination should exist if the child wishes to contest the outcome of the assessment. \\n 11) Age assessments should only be undertaken by independent and appropriately skilled practitioners.The checklist to determine the age includes: \\n\\n Pre-procedure: \\n Undertake an age assessment only when relevant actors have serious doubts about the stated age of the child; ensure that the assessment is not being initiated as a routine or standard procedure. Is the procedure really necessary? \\n Plan any physical examination only as a measure of last resort to take place only when all other attempts e.g., the gathering of documentary evidence, interviewing the child, etc., have failed to establish age. Is a physical examination the only method of assessing age? \\n Secure informed consent to conduct the age assessment from the child or the guardian. It is extremely unlikely that genuine informed consent can be forthcoming at a time of \u2018crisis\u2019 and consent should only be sought when a child has had time to recover from traumatic or unsettling episodes \u2013 this may take considerable time in some instances. In circumstances where there is no consent, it cannot be used against the person and the person should be considered a child. Has the child given informed consent to a physical examination? \\n\\n During the Procedure \\n Conduct any age assessment procedure using a multi-disciplinary approach that draws on a range of appropriately skilled professionals and not solely on a physical examination. Is a range of approaches being used in the age assessment? \\n When selecting professionals to conduct an age assessment, select only those without a vested interest in the outcome, and who are independent from any agencies and actors that would provide services or support to the child or who would become responsible for the child if they are assessed as being a child. Are the professionals engaged in the assessment independent? \\n Subject to the wishes of the child, support him or her throughout the process of assessment, including by informing the child in a language he or she understands, and providing a guardian, legal or other representative to accompany them during the entire process. Is the child supported throughout the process? \\n Develop and conduct the age assessment process in a culturally and gender sensitive way using practitioners who are fully familiar with the child\u2019s cultural and ethnic background. Is the assessment sensitive to cultural and gender needs? \\n Protect the child\u2019s bodily integrity and dignity at every stage of the process. Is the process free from humiliation, discrimination, or other affront? \\n Conduct the age assessment in an environment that is safe for children, which supports their needs and is child appropriate. Is the process consistent with child safeguarding principles and child-friendly? \\n\\n Post procedure \\n Provide any services and support relevant to the outcome of the assessment without delay. What services and support are required to address the person\u2019s identified needs? \\n If any doubt remains about the age of the child, ensure that this is applied to the advantage of the child. Has any doubt about the child\u2019s age been resolved in favor of the child? \\n As promptly as is reasonably practical, explain the outcome and the consequences of the outcome to the child. Have the outcome and its consequences been explained? \\n Inform the child of the ways that he or she can challenge a decision which they disagree with. Has the child been informed of his or her rights to challenge the decision?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 48, - "Heading1": "Annex B: Determining a child\u2019s age", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration and child DDR generally are designed to ensure appropriate support to children under age 18, with no difference in definition, and regardless of the legal age of recruitment or other definitions or age of a child locally.It is important to manage the identification and separation of children from adults in a coordinated way during demobilization, and throughout DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5844, - "Score": 0.283473, - "Index": 5844, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6225, - "Score": 0.283473, - "Index": 6225, - "Paragraph": "Any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Children can be associated with armed forces and groups in a variety of ways, not only as combatants, so some may not have access to weapons or ammunition. This is especially true for girls who are often used for sexual purposes, as wives or cooks, but may also be used as spies, logisticians, fighters, etc. DDR practitioners shall recognize that all children must be released by the armed forces and groups that recruited them and receive reintegration support. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B). In cases where there is no proof of age, or inconclusive evidence, the child shall have the right to the rule of the benefit of the doubt.A dependent child of an ex-combatant shall not automatically be considered to be associated with an armed force or group. However, armed forces or groups may identify some children, particularly girls, as dependents, including as wives, when the child is an extended family member/relative, or when the child has been abducted, or otherwise recruited or used, including through forced marriage. A safe, child- and gender-sensitive individualized determination shall be undertaken to determine the child\u2019s status and eligibility for participation in a DDR process. DDR practitioners and child protection actors shall be aware that, although not all dependent children may be eligible for DDR, they may be at heightened vulnerability and may have been exposed to conflict-related violence, especially if they were in close proximity to combatants or if their parents are ex-combatants. These children shall therefore be referred for support as part of wider child protection and humanitarian services in their communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7057, - "Score": 0.283473, - "Index": 7057, - "Paragraph": "The design of DDR field offices responsible for the registration and reintegration process must take into account the need for capacity to address HIV/AIDS. Possible options include a central dedicated (but mobile) unit to coordinate HIV issues; the establishment of focal points in each region; and the secondment of experts to field offices from relevant UN agencies and NGOs or, in the case of national DDR field offices, from the national ministry of health, National AIDS Control Programme and local NGOs. In many cases, field offices will play a key role in basic briefings to DDR participants and referrals to VCT, so it is essential that all personnel are trained in HIV awareness strategies and are fully aware of on available facilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 9, - "Heading1": "7. Planning factors", - "Heading2": "7.2. Design of DDR field offices", - "Heading3": "", - "Heading4": "", - "Sentence": "The design of DDR field offices responsible for the registration and reintegration process must take into account the need for capacity to address HIV/AIDS.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7390, - "Score": 0.283473, - "Index": 7390, - "Paragraph": "Definitions of who is a dependant should reflect the varied nature and complexity of the conflict situation, where dependent women and girls may not be legal wives of ex-combatants. Where a male ex-combatant and a woman or girl live as man and wife according to local perceptions and practices, this will guarantee the eligibility of the woman or girl for inclu- sion in the DDR programme. Eligibility criteria should be determined so that they include \u2014 where relevant \u2014 multiple wives (both formal and informal) of a male ex-combatant. The dependants of an ex-combatant should include any person living as part of the ex- combatant\u2019s household under their care.xxIn situations where governments are responsible for all or part of the DDR process, UN representatives should encourage national DDR commissions to work closely with government ministries in charge of women\u2019s affairs, as well as women\u2019s peace-building networks. National DDR commissions should be encouraged to employ women in leader- ship positions and assign gender focal points within the commission.Troop-contributing countries should be encouraged by DPKO to make it an urgent priority to deploy women in peacekeeping operations. Female military personnel with gen- der training should be used as much as possible during the DDR process, in particular during the initial stages of screening and identification. Female military personnel should also play an important role in receiving and transmitting information on gender-based violence and/or sexual exploitation and abuse occurring in DDR sites.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 12, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.2. Demobilization mandates, scope, institutional arrangements: Female-specific interventions", - "Heading4": "", - "Sentence": "Female military personnel with gen- der training should be used as much as possible during the DDR process, in particular during the initial stages of screening and identification.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8595, - "Score": 0.283473, - "Index": 8595, - "Paragraph": "The food assistance component of a DDR process, and the modality through which food assistance is provided, will be highly context-specific. The appropriate local, country and/or regional approach to assistance shall be adopted and be based on good-quality data and analysis of the social, political and economic context, taking into account gender and age inequalities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process, and the modality through which food assistance is provided, will be highly context-specific.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8621, - "Score": 0.283473, - "Index": 8621, - "Paragraph": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups. In order to encourage self-reliance and minimize resentment from others in the community who do not have access to similar support, over time, and where appropriate, this focus shall be phased out. Any continuing efforts to address the vulnerabilities of reintegrating former combatants, their dependants, and persons formerly associated with armed forces and groups shall take place through other programmes of assistance dealing with the needs of the broader conflict-affected population, recognizing that the effectiveness of these programmes is often related to available resources. The aim shall always be to encourage the re-establishment of self- reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.3 Transition and exit strategies", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7779, - "Score": 0.278621, - "Index": 7779, - "Paragraph": "Health action should always prioritize basic preventive and curative care to manage the entire range of health threats in the geographical area, and deal with the specific risks that threaten the target population. Health action within a DDR process should apply four key principles: \\n Principle 1: Health programmes/actions that are part of DDR should be devised in coordi- nation with plans to rehabilitate the entire health system of the country, and to build local and national capacity; and they should be planned and implemented in cooperation and consultation with the national authorities and other key stakeholders so that resources are equitably shared and the long-term health needs of former combatants, women associated with armed groups and forces, their family members and communities of reintegration are sustainably met; \\n Principle 2: Health programmes/actions that are part of DDR should promote and respect ethical and internationally accepted human rights standards; \\n Principle 3: Health programmes/actions that are part of DDR should be devised after careful analysis of different needs and in consultation with a variety of representatives (male and female, adults, youth and children) of the various fighting factions; and services offered during demobilization should specifically deal with the variety of health needs presented by adult and young combatants and women associated with armed groups and forces; \\n Principle 4: In the reintegration part of DDR, as an essential component of community- based DDR in resource-poor environments, health programmes/actions should be open to all those in need, not only those formerly associated with armed groups and forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Health action within a DDR process should apply four key principles: \\n Principle 1: Health programmes/actions that are part of DDR should be devised in coordi- nation with plans to rehabilitate the entire health system of the country, and to build local and national capacity; and they should be planned and implemented in cooperation and consultation with the national authorities and other key stakeholders so that resources are equitably shared and the long-term health needs of former combatants, women associated with armed groups and forces, their family members and communities of reintegration are sustainably met; \\n Principle 2: Health programmes/actions that are part of DDR should promote and respect ethical and internationally accepted human rights standards; \\n Principle 3: Health programmes/actions that are part of DDR should be devised after careful analysis of different needs and in consultation with a variety of representatives (male and female, adults, youth and children) of the various fighting factions; and services offered during demobilization should specifically deal with the variety of health needs presented by adult and young combatants and women associated with armed groups and forces; \\n Principle 4: In the reintegration part of DDR, as an essential component of community- based DDR in resource-poor environments, health programmes/actions should be open to all those in need, not only those formerly associated with armed groups and forces.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5781, - "Score": 0.27501, - "Index": 5781, - "Paragraph": "Effective communication is a critical aspect of successful DDR (see IDDRS 4.60 on Public Information and Strategic Communication). A specific communication strategy involving, and where safe and possible, led by youth, shall be developed while planning for a youth-focused DDR process. At a minimum, this communication strategy shall include actions to ensure that youth participants and beneficiaries (and their families) are aware of their eligibility and the opportunities on offer, as well as alternative support available for those that are ineligible. Youth can help to identify how best to communicate this information to other youth and to reach youth in a variety of locations. Youth participants and beneficiaries shall be partners in the communications approach, rather than passive recipients.Public information and awareness raising campaigns shall be designed to specifically address the challenges faced by male and female youth transitioning to civilian status and to provide gender responsive information. Specific efforts shall be made to address societal gender norms that may create stigmatization based on gender and hinder reintegration. For example, female youth who were combatants or associated with armed forces or groups may be particularly affected due to societal perceptions surrounding traditional roles. Male youth may also be similarly affected due to community expectations surrounding masculinity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.3 Public information and community sensitization", - "Heading4": "", - "Sentence": "A specific communication strategy involving, and where safe and possible, led by youth, shall be developed while planning for a youth-focused DDR process.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8250, - "Score": 0.27501, - "Index": 8250, - "Paragraph": "Cross\u00adborder abductees should be considered as eligible to participate in reintegration pro\u00ad grammes in the host country or country of origin together with other persons associated with the armed forces and groups, regardless of whether or not they are in possession of weapons. Although linked to the main DDR process, such programmes should be separate from those dealing with persons who have fought/carried weapons, and should carefully screen refugees to identify those who are eligible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.2. Eligibility for DDR", - "Heading4": "", - "Sentence": "Although linked to the main DDR process, such programmes should be separate from those dealing with persons who have fought/carried weapons, and should carefully screen refugees to identify those who are eligible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7076, - "Score": 0.271052, - "Index": 7076, - "Paragraph": "The safety and protection of women, girls and boys must be taken into account in the plan- ning for cantonment sites and interim care centres (ICCs), to reduce the possibility of sexual exploitation and abuse (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).Medical screening facilities should ensure privacy during physical check-ups, and shall ensure that universal precautions are respected.An enclosed space is required for testing and counselling. This can be a tent, as long as the privacy of conversations can be maintained. Laboratory facilities are not required on site.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 11, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.1. Planning for cantonment sites", - "Heading3": "", - "Heading4": "", - "Sentence": "The safety and protection of women, girls and boys must be taken into account in the plan- ning for cantonment sites and interim care centres (ICCs), to reduce the possibility of sexual exploitation and abuse (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).Medical screening facilities should ensure privacy during physical check-ups, and shall ensure that universal precautions are respected.An enclosed space is required for testing and counselling.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5748, - "Score": 0.267261, - "Index": 5748, - "Paragraph": "Non-discrimination and fair and equitable treatment are core principles of integrated DDR processes. Youth who are ex-combatants or persons formerly associated with armed forces or groups shall not be discriminated against due to age, gender, sex, race, religion, nationality, ethnicity, disability or other personal characteristics or associations. The specific needs of male and female youth shall be fully taken into account in all stages of planning and implementation of youth-focused DDR processes. A gender transformative approach to youth-focused DDR should also be pursued. This is because overcoming gender inequality is particularly important when dealing with young people in their formative years.DDR processes shall also foster connections between youth who are (and are not) former members of armed forces or groups and the wider community. Community-based approaches to DDR expose young people who are former members of armed forces or groups to non-military rules and behaviour and encourage their inclusion in the community and society at large. This exposure also provides opportunities for joint economic activities and supports broader reconciliation efforts.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender transformative approach to youth-focused DDR should also be pursued.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5880, - "Score": 0.267261, - "Index": 5880, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "DDR practitioners should be aware that the cultural sector can also provide employment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6699, - "Score": 0.267261, - "Index": 6699, - "Paragraph": "Life skills are those abilities that help to promote psychological well-being and competence in children as they face the realities of life. These are the ten core life skill strategies and techniques: \\n problem-solving; \\n critical thinking; \\n effective communication skills; \\n agency and decision-making; \\n creative thinking; \\n interpersonal relationship skills; \\n self-awareness building skills; \\n empathy; \\n coping with stress; and \\n emotions.Programmes aimed at developing life skills can, among other effects, lessen violent behaviour and increase prosocial behaviour. They can also increase children\u2019s ability to plan ahead and choose effective solutions to problems. CAAFAG often lose the opportunity to develop life skills during armed conflict, and this can adversely affect their reintegration. For this reason, DDR processes for children should explicitly focus on the development of such skills. Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization. The inclusion of all conflict-affected children within a community in such initiatives will have greater impact than focusing solely on CAAFAG.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 37, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.6 Life skills", - "Heading4": "", - "Sentence": "For this reason, DDR processes for children should explicitly focus on the development of such skills.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6838, - "Score": 0.267261, - "Index": 6838, - "Paragraph": "DDR practitioners shall encourage the release and reintegration of CAAFAG at all times and without precondition. There is no exception to this rule for children associated with armed groups that have been designated as terrorist by the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities established pursuant to resolution 1267 (1999), 1989 (2011) and 2253 (2015) or by any other state or regional body.No matter the armed group involved and no matter the age, status or conduct of the child, all relevant provisions of international law, including human rights, humanitarian, and refugee law. This includes all provisions and standards previously discussed, including the Convention on the Rights of the Child and its Optional Protocols, all standards for justice for children, the Paris Principles and Guidelines, where applicable, and the Geneva Conventions. As with all CAAFAG, children associated with designated terrorist groups shall be treated primarily as victims and be afforded their right to be released and provide them with the reintegration and other support described in this module without discrimination (Optional Protocol to the Convention on the Rights of the Child, Articles 6(3) and 7(1) and the Paris Principles and Guidelines on Children Associated with Armed Forces and Armed Groups (Articles 3.11-3.13).Security Council resolution 2427 (2018) \u201c[s]trongly condemns all violations of applicable international law involving the recruitment and use of children by parties to armed conflict as well as their re-recruitment\u2026\u201d and \u201c\u2026all other violations of international law, including international humanitarian law, human rights law and refugee law, committed against children in situations of armed conflict and demands that all relevant parties immediately put an end to such practices and take special measures to protect children.\u201d (OP1) The Security Council also emphasizes the responsibility of states to end impunity \u201cfor genocide, crimes against humanity, war crimes and other egregious crimes perpetrated against children\u201d including their recruitment and use.17Children who have been recruited and used by terrorist groups are victims of violations of international law and have the same rights and protections as all children. Some children may also have committed crimes during their period of association. While children above the minimum age of criminal responsibility may be held accountable consistent with international law (see section 9.3), as victims of crime, these children should not face criminal charges for the mere fact of their association with a designated terrorist group or for activities that would not otherwise be criminal such as cooking, cleaning, or driving.18 Children whose parents, caregivers or family members are alleged to be associated with a designated terrorist group, also shall not be held accountable for the actions of their relatives nor shall they be excluded from measures or services that promote their physical and psychosocial recovery or reintegration.Security Council resolution 2427 (2018) stresses the need for States \u201cto pay particular attention to the treatment of children associated or allegedly associated with all non-state armed groups, including those who commit actors of terrorism, in particular by establishing standard operating procedures for the rapid handover of children to relevant civilian child protection actors\u201d (OP 19). It also urges Member States to mainstream child protection in all stages of DDR (OP24) and in security sector reforms (OP25), including through gender- and age-sensitive DDR processes, the establishment of child protection units in national security forces, and the strengthening of effective age assessment mechanisms to prevent underage recruitment. It stresses the importance of long-term sustainable reintegration for all boys and girls affected by armed conflict and working with communities to avoid stigmatization of children while facilitating their return in a way that enhances their wellbeing (OP 26).Children formerly under the control of UN designated terrorist groups, may be able to access refugee and asylum procedures depending on their individual situation and status (e.g., if they were forcibly recruited and trafficked across borders). All children and asylum seekers have a right to individual determinations to assess any claims they may have. For any child who asks for refugee or asylum status, the practitioner shall refer the child to the relevant UN entity or to a legal services provider. DDR practitioners shall not determine eligibility for asylum or refugee status.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 46, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.4 Children associated with armed groups designated by the UN as terrorist organizations", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall not determine eligibility for asylum or refugee status.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7139, - "Score": 0.267261, - "Index": 7139, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7973, - "Score": 0.267261, - "Index": 7973, - "Paragraph": "Forced displacement is mainly caused by the insecurity of armed conflict. Conflicts that cause refugee movements across international borders by definition involve neighbouring States, and thus have regional security implications. As is evident in recent conflicts in Africa in particular, the lines of conflict frequently run across State boundaries, because they are being fought by people with ethnic, cultural, political and military ties that are not confined to one country. The mixed movements of populations that result are very complex and involve not only refugees, but also combatants and civilians associated with armed groups and forces, including family members and other dependants, cross\u00adborder abductees, etc.The often\u00adinterconnected nature of conflicts within a region, recruitment (both forced and voluntary) across borders and the \u2018recycling\u2019 of combatants from conflict to conflict within a region has meant that not only nationals of a country at war, but also foreign com\u00ad batants may be involved in the struggle. When wars come to an end, it is not only refugees who are in need of repatriation and reintegration, but also foreign combatants and associated civilians. DDR programmes need to be regional in scope in order to deal with this reality. Enormous complexities are involved in managing mass influxes and mixed population movements of combatants and civilians. Combatants\u2019 status may not be obvious, as many arrive without weapons and in civilian clothes. At the same time, however, especially in societies where there are large numbers of weapons, not everyone who arrives with a weap\u00ad on is a combatant or can be presumed to be a combatant (refugee influxes usually include young males and females escaping from forced recruitment). The sheer size of population movements can be overwhelming, sometimes making it impossible to carry out any screen\u00ading of arrivals.Whereas refugees by definition flee to seek sanctuary, combatants who cross inter\u00ad national borders may have a range of motives for doing so \u2014 to launch cross\u00adborder attacks, to escape from the heat of battle before re\u00ad grouping to fight, to desert permanently, to seek refuge, to bring family members and other dependants to safety, to find food, etc. Their reasons for moving with civilians may be varied \u2014 not only to protect and assist their dependants, but also sometimes to ex\u00ad ploit civilians as human shields and to prevent voluntary repatriation, to use refugee camps as a place for rest and recuperation between attacks or as a recruiting and/or training ground, and to divert humanitarian assistance for military purposes. Civilians may be supportive of or intimidated by combatants. The presence of combatants and militarized camps close to border areas may provoke cross\u00ad border reprisals and risk a spillover of the conflict. Host countries may also have their own reasons for sheltering foreign combatants, since complete neutrality is probably rare in today\u2019s conflicts, and in addition there may be a lack of political will and capacity to prevent foreign combatants from entering a neighbouring country. In their responses to mixed cross\u00ad border population movements, the international community should take into account these complexities.Experience has shown that DDR processes directed at nationals of a specific country in isolation have failed to adequately deal with the problems of combatants being recycled from conflict to conflict within (and sometimes even outside) a region, and with the spillover effects of such wars. In addition, the failure of host countries to identify, disarm and separate foreign combatants from refugee populations has contributed to endless cycles of security problems, including militarization of and attacks on refugee camps and settlements, xeno\u00ad phobia, and failure to maintain asylum for refugees. These issues compromise the neutrality of aid work and pose a security threat to the host State and surrounding countries.The disarmament, demobilization, rehabilitation, reintegration and repatriation of com\u00ad batants and associated civilians therefore require a stronger and more consistent cross\u00adborder focus, involving both host countries and countries of origin and benefiting both national and foreign combatants. This dimension has increasingly been recognized by the UN in its recent peacekeeping operations.1", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 4, - "Heading1": "5. The context of regional conflicts and cross-border population movements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes need to be regional in scope in order to deal with this reality.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8505, - "Score": 0.267261, - "Index": 8505, - "Paragraph": "This module outlines the operational requirements for the planning, design and implementation of the food assistance component of a DDR process in both mission and non-mission settings. It focuses on instances where food assistance is provided by humanitarian food assistance agencies as part of a DDR process to ex-combatants, persons formerly associated with armed forces and groups, dependants and community members.1 It also examines the different modalities through which food assistance can be provided, including in-kind support, cash-based transfers, vouchers and digital payments (such as mobile money transfers). Although not the focus of this module, the guidance provided herein may also be of use to Government and peacekeeping actors engaged in the provision of food assistance during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the operational requirements for the planning, design and implementation of the food assistance component of a DDR process in both mission and non-mission settings.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8765, - "Score": 0.267261, - "Index": 8765, - "Paragraph": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization). Food assistance can form part of a transitional safety net and support the establishment of medium- term household food security.In this scenario, food assistance can be provided as a take-home package (for those leaving cantonment sites) and/or can be provided in the community. In communities that have access to functional markets, and where there is a reliable financial network, CBTs are likely to be a useful option during the reinsertion phase, as these transfers provide recipients with the flexibility to redeem the entitlement in the location and moment they prefer, according to their needs. When CBTs are dispensed through financial service providers who offer additional financial services, linking the food assistance to a financial inclusion objective can help to facilitate reinsertion. Where CBTs are not possible for contextual or infrastructural reasons, in-kind assistance can be considered for take-home rations.A general guideline is that food assistance in the reinsertion phase of a DDR programme should not be provided for longer than a year; however, benefits should also be appropriate to the particular context. The following factors should be taken into account when deciding on the length of time the transfer should cover: \\n Whether ex-combatants and persons formerly associated with armed forces and groups will be transported by vehicle to the relevant communities or whether they will have to carry the ration (if in-kind) (the latter may require protection mechanisms for women or other vulnerable groups); \\n The level of assistance when they reach the community; \\n The resources available to the food component of the DDR programme; \\n The timing and expected yields/production of the next harvest; \\n The prospects for the re-establishment of employment and other income-generating activities, or the creation of new opportunities; \\n The overall food policy for the area, taking into account the total economic, social and ecological situation and related recovery and development activities.The aim shall always be to encourage the re-establishment of self-reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 24, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.2 Reinsertion", - "Heading4": "", - "Sentence": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7706, - "Score": 0.263982, - "Index": 7706, - "Paragraph": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 38, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.6. Evaluation to assess the level of gender mainstreaming in programme management", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7355, - "Score": 0.260133, - "Index": 7355, - "Paragraph": "Planners should develop a good understanding of the legal, political, economic, social and security context of the DDR programme and how it affects women, men, girls and boys differently, both in the armed forces and groups and in the receiving communities. In addition, planners should understand the different needs of women, men, girls and boys who participate in DDR processes according to their different roles during the conflict (i.e., armed ex-combatants, supporters, or/and depend- ants). The following should be considered. \\n Different choices: There may be a difference in the life choices made by women and girls, as opposed to men and boys. This is because women, men, girls and boys have different roles before, during and after conflicts, and they face different problems and expectations from society and their family. They may, as a result, have different prefer- ences for reintegration training and support. Some women and girls may wish to return to their original homes, while others may choose to follow male partners to a new loca- tion, including across international boundaries; \\n Different functions: Many women and girls participate in armed conflict in roles other than as armed combatants. These individuals, who may have participated as cooks, mes- sengers, informal health care providers, por- ters, sex slaves, etc., are often overlooked in the DDR process. Women and girls carry out these roles both through choice and, in the case of abductees and slaves, because they are forced to do so.Within receiving communities, in which women already have heavy responsibilities for caregiving, reintegration may place fur- ther burdens of work and care on them that will undermine sustainable reintegration if they are not adequately supported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "These individuals, who may have participated as cooks, mes- sengers, informal health care providers, por- ters, sex slaves, etc., are often overlooked in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8212, - "Score": 0.260133, - "Index": 8212, - "Paragraph": "When agreement is reached with the host country government about the definition of a child and the methods for providing children with separate treatment from adults, this informa\u00ad tion should be provided to all those involved in the process of identifying and separating combatants (i.e., army, police, peacekeepers, international police, etc.).It is often difficult to decide whether a combatant is under the age of 18, for a range of reasons. The children themselves may not know their own ages. They are likely to be under the influence of commanders who may not want to lose them, or they may be afraid to separate from commanders. Questioning children in the presence of commanders may not, therefore, always provide accurate information, and should be avoided. On the other hand, young adult combatants who do not want to be interned may try to falsify their age. Child protection agencies present at border entry points may be able to help army and police personnel with determining the ages of persons who may be children. It is therefore rec\u00ad ommended that agreement be reached with the government of the host country on the involvement of such agencies as advisers in the identification process (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 20, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.2. Identification of children among foreign combatants", - "Heading4": "", - "Sentence": "It is therefore rec\u00ad ommended that agreement be reached with the government of the host country on the involvement of such agencies as advisers in the identification process (also see IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8277, - "Score": 0.260133, - "Index": 8277, - "Paragraph": "Apart from combatants who are confined in internment camps, there are likely to be other former or active combatants living in communities in host countries. Therefore, national security authorities in host countries, in collaboration with UN missions, should identify sites in the host country where combatants can present themselves for voluntary repatria\u00ad tion and incorporation in DDR programmes. In all locations, UNICEF, in collaboration with child protection NGOs, should verify each child\u2019s age and status as a child soldier. In the event that female combatants and women associated with armed forces and groups are identified, their situation should be brought to the attention of the lead agency for women in the DDR process. Where combatants are in possession of armaments, they should be immediately disarmed by security forces in collaboration with the UN mission in the host country.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.4. Identification of foreign combatants and disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "In the event that female combatants and women associated with armed forces and groups are identified, their situation should be brought to the attention of the lead agency for women in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6558, - "Score": 0.253546, - "Index": 6558, - "Paragraph": "Transition from military to civilian life may be difficult for CAAFAG because, in spite of the hardships they may have experienced during their association, they may also have found a defined role, responsibility, purpose, status and power in an armed force or group. For children who have been in an armed force or group for many years, it may at first seem impossible to conceive of a new life; this is particularly true of younger children or CAAFAG who have been indoctrinated to believe that military life is best for them and who know nothing else.DDR practitioners must work together with child protection actors to prioritize physically removing CAAFAG from contact with adult combatants. Removing CAAFAG from armed forces and groups should be done in a responsible but efficient way. Symbolic actions \u2013 such as replacing military clothing with civilian clothing \u2013 can aid this adjustment; however, such actions must be clearly explained, and the child\u2019s welfare must be paramount. Providing civilian documentation such as identity papers may be symbolic but also practical as it may allow the child to access certain services and therefore ease the child\u2019s reintegration. Children need immediate reassurance that there are fair and realistic alternatives to military life and should receive information that they can understand about the benefits of participating in DDR processes as well as the different steps of the process. However, under no circumstances should interviewers or practitioners make promises or give assurances that they are not absolutely certain they can deliver.Official documentation marking demobilization may help to protect children from abuse by authorities or armed forces and groups that are still active. However, staff should establish that such documents cannot be seen and will not be used as an admission of guilt or wrongdoing. Official identification documents certifying that a child has demobilized can be provided when this protects children from re-recruitment and assures their access to reintegration support. Civilian documents proving the identity of the child with no mention of his/her participation in an armed force or group should be made available as soon as possible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 26, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Children need immediate reassurance that there are fair and realistic alternatives to military life and should receive information that they can understand about the benefits of participating in DDR processes as well as the different steps of the process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7068, - "Score": 0.253546, - "Index": 7068, - "Paragraph": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins. For example, it may be that troops are being kept in their barracks in the interim period between the signing of a peace accord and the roll-out of DDR; this provides an ideal captive (and restive) audience for awareness programmes and makes use of existing structures.7 In such cases, DDR planners should design joint projects with other actors working on HIV issues in the country. To avoid duplication or over-extending DDR HIV budgets, costs could be shared based on a proportional breakdown of the target group. For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage. Such an approach would be more comprehensive, easier to implement, and have longer-term benefits. It would also complement HIV/AIDS initiatives in broader SSR programmes.Demobilization is often a very short process, in some cases involving only reception and documentation. While cantonment offers an ideal environment to train and raise the awareness of a \u2018captive audience\u2019, there is a general trend to shorten the cantonment period and instead carry out community-based demobilization. Ultimately, most HIV initiatives will take place during the reinsertion phase and the longer process of reintegration. However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization. If the time allowed for a specific phase is changed, for example, if an envisaged cantonment period is shortened, it should be understood that the HIV/AIDS minimum requirements are not dropped but are instead included in the next phase of the DDR programme. Condoms and awareness material/referral information should be available whatever the length of cantonment, and must be included in \u2018transitional packages\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7841, - "Score": 0.253546, - "Index": 7841, - "Paragraph": "After the completion of an assessment of the health needs to be met in a crisis, the capacity of the system to meet these needs should be examined. It is necessary to identify the system\u2019s main weaknesses and to make improvements so that they do not endanger the success of the DDR process.7The following information is needed: \\n What is the location and state of existing health infrastructure? What can be done to upgrade it quickly, if necessary? \\n Do adequate storage facilities for health supplies exist nearby? \\n Is there an adequate communications infrastructure/system with a good flow of information? \\n What human resources are there (numbers, qualification and experience levels, and geographical distribution)? \\n Where is the closest humanitarian and/or health organization? Is it ready to participate or offer support? Who will coordinate efforts? \\n What material resources, including supplies, equipment and finances, have been established? \\n What is the state of support systems, including transport, energy, logistics and admin- istration?After answering these questions and assessing the situation, it is possible to identify important gaps in the health system and to start taking steps to support the DDR process (e.g., rehabilitating a health centre in an area where troops will be assembled), and to identify stakeholders \u2014 national and international \u2014 who can form partnerships with the health sector.When relevant and possible, the level of health expertise within armed groups and forces should be assessed to start identifying people who can be trained during the demo- bilization phase. Health expertise should be understood in a wide sense to include, when this is relevant and appropriate, traditional practitioners, and combatants and associates who have experience of health work, even without formal education and training, provided that appropriate supervision is guaranteed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 8, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.2. Assessment of health resources", - "Heading3": "", - "Heading4": "", - "Sentence": "It is necessary to identify the system\u2019s main weaknesses and to make improvements so that they do not endanger the success of the DDR process.7The following information is needed: \\n What is the location and state of existing health infrastructure?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6253, - "Score": 0.251976, - "Index": 6253, - "Paragraph": "Conflict harms all children, whether they have been recruited or not. An inclusive approach that provides support to all conflict-affected children, including girls, particularly those with vulnerabilities that place them at risk of recruitment and use, shall be adopted to address children\u2019s needs and to avoid the perception that CAAFAG are being rewarded for association with an armed force or group. Gender-responsive approaches recognize the unique and specific needs of boys and girls, including the need for both to have access to sexual violence recovery services, emotional skill development and mental health and psychosocial support. Non- discrimination and fair and equitable treatment are core principles of DDR processes. Children shall not be discriminated against due to age, sex, race, religion, nationality, ethnicity, disability or other personal characteristics or associations they or their families may hold. Based on their needs, CAAFAG shall have access to the same opportunities irrespective of the armed force or group with which they were associated. Non-discrimination also requires the establishment of mechanisms to enable those CAAFAG who informally leave armed forces or groups to access child-sensitive DDR processes (see section 4.1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Non- discrimination and fair and equitable treatment are core principles of DDR processes.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6778, - "Score": 0.251976, - "Index": 6778, - "Paragraph": "After CAAFAG have returned to their families and communities, monitoring and follow-up is essential. It requires careful planning, adequate funding and the collaboration of key governmental bodies, UN agencies and non-governmental organizations.Monitoring activities should occur through regular visits to children\u2019s homes, schools, and communities, including meetings with families, peers, teachers, and community leaders, without creating stigma or risk to the individuals and families involved. The living conditions of the child, the quality of his/her relationship with family members and caregivers, and the level of reintegration in the community should be regularly assessed. Confidential, accessible, and safe feedback mechanisms that allow children to report any concerns should be in place. Challenges should be identified to facilitate problem-solving, referral or programme adaptation where required. Success stories are also important for the generation of positive lessons learned and to present opportunities for replication in other areas or programmes.Monitoring should be conducted by a dedicated monitoring, evaluation and learning team. More staff are likely to be needed when large numbers of children are reunited with their families, because monitoring visits and other support activities become more labour-intensive and time- consuming as children are dispersed from a few central locations to scattered communities. Community-based child protection networks and community leaders, especially women, should be actively involved in monitoring the safety and well-being of reunited children, and should assume increasing responsibility for ongoing monitoring and follow-up to ensure a smooth takeover of this work by the community.Monitoring systems should be developed to use programme-related data gathered during demobilization including verification exercises for children. Effective programme monitoring improves accountability by recording information on programme progress, suitability of selected approaches, and impact of support on children\u2019s well-being. Monitoring should be conducted throughout programming to inform programme adjustments, including how to better reach particularly vulnerable groups of children, such as girls or disabled children. Close, continuous monitoring at the situational level is also essential, as the context will certainly change over time as issues relating to child recruitment and use, verification and release are complex and often unpredictable.Follow-up systems should be established to ensure post-programme support for reintegrating children. The reintegration process takes time and will usually not be completed within the period of the programme. Returning CAAFAG remain vulnerable to re-recruitment, social exclusion and poverty and will require ongoing support for several years. Regular follow-up should be seen as an important element of the continuum of care for children. Therefore, follow-up support is critical to an effective exit strategy, ensuring that programme gains in reintegration are safeguarded.Follow-up systems should be developed in close consultation with children and the community. They should focus on especially vulnerable children (e.g., girl mothers, those not reunited with their family, those with severe psychosocial issues and disabled children). Support measures should be informed by disaggregated monitoring to ensure accurate targeting. Follow- up systems should also be community-based but linked to national systems. This can be achieved, for example, by supporting child well-being assessments.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 42, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.10 Monitoring and follow-up", - "Heading4": "", - "Sentence": "The reintegration process takes time and will usually not be completed within the period of the programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7083, - "Score": 0.251976, - "Index": 7083, - "Paragraph": "Initial HIV awareness training should be provided to DDR participants, covering the basic facts of HIV transmission and prevention methods, and debunking common myths (2-hour sessions). On the basis of the qualitative data gathered during the planning stages, infor- mation, education and communication materials should be developed that are sensitive to the local culture and customs. Written materials in local languages are useful, but alternative materials using pictures should also be provided to account for different literacy rates and specifically to target children. Separate training for men and women should be available to encourage individuals to speak openly and ask questions. Children should receive special training in ICCs, in collaboration with child-protection officers (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.30 on Children and DDR).Peer education programmes can be initiated during more extended cantonment periods of four weeks or more, and during reinsertion. Peer education typically involves training and supporting a small group with the same background, experience and values to share knowledge and change behaviour patterns among their peers. Peer education is often used to bring about changes in the knowledge, attitudes, beliefs and behaviours at the indivi- dual level. However, the approach can also be used as part of efforts to create change at the group level or in society as a whole by modifying norms and stimulating collective action, both of which contribute to changes in policies and programmes. Globally, peer education is one of the most widely used strategies to address the HIV/AIDS pandemic. It increases the capacity and sustainability of HIV/AIDS awareness and sensitization efforts. HIV/AIDS peer education kits for uniformed services and additional material for awareness sessions for women and children are available from UNAIDS and Family Health International.8 (See section 9.2 of this module.)", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 11, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.2. HIV/AIDS awareness training", - "Heading3": "", - "Heading4": "", - "Sentence": "Children should receive special training in ICCs, in collaboration with child-protection officers (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.30 on Children and DDR).Peer education programmes can be initiated during more extended cantonment periods of four weeks or more, and during reinsertion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7396, - "Score": 0.251976, - "Index": 7396, - "Paragraph": "Transitional support can include one or more of the following: financial resources; material resources; and basic training. The overall aim should be to ensure that the distribution of benefits enables women and girls to have the same economic choices as men and boys, regardless of the roles they performed during the war, and that women and men, and girls and boys are able to engage constructively in reintegration activities that contribute to overall security in their communities.A good understanding of women\u2019s rights and social attitudes relating to women\u2019s access to economic resources is needed when designing the benefits package. This will assist planners in designing the package in a way that will allow women to keep control over benefits, especially financial reinsertion packages, after leaving the cantonment site. For example, providing land as part of the benefits package may not be appropriate in a country where women cannot legally own land.Although DDR planners have assumed that financial packages given to male ex-com- batants will be used for the benefit of family members, anecdotal evidence from the field suggests that demobilized men use their start- up cash irresponsibly, rather than to the benefit of family and community. This com- promises the success of DDR programmes and undermines security and community recovery. On the other hand, much empirical evidence from the field indicates that women use the resources they are given for family sustenance and community development. For reintegration to be sustainable, gendered strategies must be developed that will equally benefit women and men, and ensure the equitable distribution of aid and resources within the family unit.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 13, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "", - "Heading4": "", - "Sentence": "This com- promises the success of DDR programmes and undermines security and community recovery.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7423, - "Score": 0.251976, - "Index": 7423, - "Paragraph": "Male and female ex-combatants should be equally able to get access to clear information on their eligibility for participation in DDR programmes, as well as the benefits available to them and how to obtain them. At the same time, information and awareness-raising sessions should be offered to the communities that will receive ex-combatants, especially to women\u2019s groups, to help them understand what DDR is, and what they can and cannot expect to gain from it.Information campaigns though the media (e.g., radio and newspapers) should provide information that encourages ex-combatants, supporters and dependants to join programmes. However, it is important to bear in mind that women do not always have access to these tech- nologies, and word of mouth may be the best way of spreading information aimed at them.Eligibility criteria for the three groups of participants should be clearly provided through the information campaign. This includes informing male ex-combatants that women and girls are participants in DDR and that they (i.e., the men) face punishment if they do not release sex slaves. Women and girls should be informed that separate accommodation facil- ities and services (including registration) will be provided for them. Female staff should be present at all assembly areas to process women who report for DDR.Gender balance shall be a priority among staff in the assembly and cantonment sites. It is especially important that men see women in positions of authority in DDR processes. If there are no female leaders (including field officers), men are unlikely to take seriously education efforts aimed at changing their attitudes and ideas about militarized, masculine power. Therefore, information campaigns should emphasize the importance of female lead- ership and of coordination between local women\u2019s NGOs and other civil society groups.Registration forms and questionnaires should be designed to supply sex-disaggregated data on groups to be demobilized.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 15, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.1. Assembly: Gender-aware interventions", - "Heading4": "", - "Sentence": "It is especially important that men see women in positions of authority in DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7872, - "Score": 0.251976, - "Index": 7872, - "Paragraph": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs. Depending on location, health activities will normally include some or all of the following: \\n providing medical screening and counselling for combatants and dependants; \\n establishing basic preventive and curative health services. \\n Priority should go to acute and infectious conditions (typically malaria); however, as soon as possible, measures should also be set in place for chronic and non-infectious cases (e.g., tuberculosis and diabetes, or epilepsy) and for voluntary testing and counselling services for sexually transmitted infections (STIs), including HIV/AIDS; \\n establishing a referral system that can cover medical, surgical and obstetric emergencies, as well as laboratory confirmation at least for diseases that could cause epidemics; \\n adopting and adapting national standard protocols for the treatment of the most common diseases;9 \\n establishing systems to monitor potential epidemiological/nutritional problems within assembly areas, barracks, camps for dependants, etc. with the capacity for early warning and outbreak response; \\n providing drugs and equipment including a system for water quality control and bio- logical sample management; \\n organizing public health information campaigns on STIs (including HIV/AIDS), water- borne disease, sanitation issues such as excreta disposal, food conservation and basic hygiene (especially for longer-term cantonment); \\n establishing systems for coordination, communication and logistics in support of the delivery of preventive and curative health care; \\n establishing systems for coordination with other sectors, to ensure that all vital needs and support systems are in place and functioning.Whenever people are grouped together in a temporary facility such as a cantonment site, there will be matters of specific concern to health practitioners. Issues to be aware of include: \\n Chronic communicable diseases: Proper compliance with anti-TB treatment can be difficult to organize and sustain, but it should be considered a priority; \\n HIV/AIDS: Screening of soldiers should be voluntary and carried out after combatants are given enough information about the screening process. The usefulness of screening when the system is not able to respond adequately (by providing anti-retroviral therapy and proper follow-up) should be carefully thought out. Combatants have the right to the confidentiality of the information collected;10 \\n Violence/injury prevention: Cantonment is a strategy for reducing violence, because it aims to contain armed combatants until their weapons can be safely removed. However, there is a strong likelihood of violence within cantonment sites, especially when abducted women or girls are separated from men. Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this. In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders. An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 10, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.1. Dealing with key health concerns during demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 8248, - "Score": 0.251976, - "Index": 8248, - "Paragraph": "The main ways in which agencies can protect and assist cross\u00adborder abductees are for them to: (1) identify those who have been abducted (they may often be \u2018invisible\u2019, particularly in view of their vulnerability and their marginalization from the local community because of their foreign nationality, although it may be possible to get access to them by working through local, especially women\u2019s organizations); (2) arrange for their release if necessary; and (3) arrange for their voluntary repatriation or find another long\u00adterm way to help them. Foreign abductees should be included in inter\u00adagency efforts to help national abductees, such as advocacy with and sensitization of combatants to release abductees under their control (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.1. Identification, release, finding long-lasting solutions", - "Heading4": "", - "Sentence": "Foreign abductees should be included in inter\u00adagency efforts to help national abductees, such as advocacy with and sensitization of combatants to release abductees under their control (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7912, - "Score": 0.250435, - "Index": 7912, - "Paragraph": "The diagram in figure 3 (to be read from the top) shows how it is possible to systematize the various components, levels and executive lines of the health programme in a country emerging from conflict. Whatever the overall institutional setting in which DDR takes place, WHO, in consultation with the other agencies contributing to health service deliv- ery, will be represented as member of the UN/Inter-Agency Standing Committee country team. The WHO country representatives will be in a position to: (1) ensure that the neces- sary lines of liaison and coordination with the national health authorities are set up and managed; and (2) provide health information to other sectors and agencies, in order to ensure cooperation among the different actors involved in different components of the DDR process.In administering a DDR programme, the health sector is expected to supply both the technical guidance and the resources \u2014 personnel, supplies, funds, and administrative and logistic support \u2014 that are necessary for various partners to deliver coordinated and effective health preventive and curative care at the local level, i.e., in the assembly camps, etc., and beyond into the reintegration phase. In some instances, the military will be the main implementing partners at local level, with the support, in most cases, of medical NGOs and possibly the health units of peacekeeping forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 14, - "Heading1": "10. Systems for programme implementation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The WHO country representatives will be in a position to: (1) ensure that the neces- sary lines of liaison and coordination with the national health authorities are set up and managed; and (2) provide health information to other sectors and agencies, in order to ensure cooperation among the different actors involved in different components of the DDR process.In administering a DDR programme, the health sector is expected to supply both the technical guidance and the resources \u2014 personnel, supplies, funds, and administrative and logistic support \u2014 that are necessary for various partners to deliver coordinated and effective health preventive and curative care at the local level, i.e., in the assembly camps, etc., and beyond into the reintegration phase.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6604, - "Score": 0.247436, - "Index": 6604, - "Paragraph": "CAAFAG face a range of health issues that may impact their reintegration. The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre. However, ongoing health needs shall also be addressed during the reintegration process. This may be via referral to relevant local or national health facilities, medical fee coverage or the direct provision of support. All service and referral provision shall be private and confidential.Reproductive health \\n As soon as possible after their release from an armed force or group, and for as long as necessary, girls and boys who have survived sexual violence, abuse and exploitation shall receive medical care in addition to mental health and psychosocial care (see section 7.9.1). Consideration shall also be given to boys who may have been forced to perpetrate sexual violence. All children who have experienced sexual violence shall receive access to the Minimum Initial Service Package (MISP) for sexual and reproductive health.7 Girl mothers shall be referred to community health services and psychosocial support as a priority. To prevent cycles of violence, girl mothers shall be enabled to learn positive parenting skills so that their children develop in a nurturing household. \\n DDR practitioners should invest in reproductive health awareness-raising initiatives for boys and girls (especially adolescents) covering issues such as safe motherhood, sexual violence, sexually transmitted infections, family planning and the reproductive health of young people. Increasing the awareness of boys will help to reduce the reproductive health burden on girls and enable a gender-transformative approach (see section 4.3). Consideration shall be given to any sensitivities that may arise through the inclusion of boys in these awareness-raising initiatives, and necessary preparations shall be made with families and community leaders to gain their support.HIV/AIDS \\n Children who test positive for HIV/AIDS may experience additional community stigmatization that negatively impacts upon their reintegration. Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential. During reintegration, support for children living with HIV/AIDS should include specialist counselling by personnel with experience of working with children, support to families, targeted referrals to existing medical facilities and linkages to local, national and/or international health programmes. To ease reintegration, community-based HIV/AIDS awareness training and education can be considered (see IDDRS 5.60 on HIV/AIDS and DDR). Children may also prefer to receive treatment in locations that are discreet (i.e., not in public spaces or through discreet entrances at clinics).Drug and alcohol addiction \\n Drugs and alcohol are often used by commanders to establish dependence, manipulate and coerce children into committing violence. Children\u2019s substance use can create obstacles to reintegration such as behavioural issues in the home and community, risk-taking behaviour, poor nutrition and general health, and increased vulnerability to re-recruitment. DDR practitioners should coordinate with child-focused local, national and/or international health organizations to develop or identify for referral drug and alcohol rehabilitation programmes adapted to the needs of CAAFAG. Treatment shall follow the International Standards for the Treatment of Drug Use Disorders.8", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.1 Health", - "Heading4": "", - "Sentence": "The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8777, - "Score": 0.247436, - "Index": 8777, - "Paragraph": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups. As outlined in IDDRS 2.30 on Community Violence Reduction, one way to achieve this may be to involve various groups in the design, implementation and evaluation of an FFA or FFT programme. During these programmes, interaction and dialogue among these groups can build social cohesion and reduce the risk of violence. Food assistance as part of CVR shall be based on food assistance analysis (see section 5) in addition to the assessments that are regularly conducted as part of planning for CVR. These include, among others, a context/conflict analysis, a security and consequence assessment, and a comprehensive and gender-responsive baseline assessment of local violence dynamics (see section 6.3 in IDDRS 2.30 on Community Violence Reduction and IDDRS 3.11 on Integrated Assessments).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.1 Community Violence Reduction", - "Heading4": "", - "Sentence": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6529, - "Score": 0.245256, - "Index": 6529, - "Paragraph": "Adult members of armed forces and groups shall be sensitized regarding child rights, including rights of girls. Taking this action contributes to a protective environment, as it removes justifications for recruitment of children.Advocacy shall also be directed towards national decision makers, as this can raise awareness of the recruitment and use of children in armed conflict and can lead to the introduction of new laws. Advocacy may include measures towards the ratification and implementation of international legal instruments on child protection, or the reinforcement of these legal instruments; the adaptation of laws related to the recruitment and use of children in armed conflict; and the end of impunity for those who recruit and/or use children in armed conflict. It should also include laws and policies that protect children against forms of child abuse, including gender-based violence, that are sometimes among the factors that prompt children to join armed forces and groups. After enactment, appropriate sanctions can be implemented and enforced against people who continue to recruit children.A strong awareness of the existing legal framework is considered central to prevention strategies, but international norms and procedures alone do not restrain armed groups. Awareness campaigns should be followed up with accountability measures against the perpetrators. However, it should also be recognized that punitive approaches intended to strengthen prevention down the line can also have unintended consequences, including armed groups actively hiding information about children in their ranks, which may make military commanders more reluctant to enter DDR processes (see IDDRS 6.20 on DDR and Transitional Justice).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 22, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "7.2.5 Child protection advocacy", - "Heading4": "", - "Sentence": "However, it should also be recognized that punitive approaches intended to strengthen prevention down the line can also have unintended consequences, including armed groups actively hiding information about children in their ranks, which may make military commanders more reluctant to enter DDR processes (see IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7592, - "Score": 0.242091, - "Index": 7592, - "Paragraph": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "", - "Sentence": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8677, - "Score": 0.241967, - "Index": 8677, - "Paragraph": "Some transfer modalities will more effectively contribute to food assistance objectives than others, depending on the specific circumstances of each intervention. CBTs provide people with money while in-kind food transfers include the distribution of commodities. Vouchers \u2013 also known as gift cards or stamps - can be used in predetermined locations, including selected shops. Vouchers can be value- based i.e., provide access to commodities for a given monetary amount. They may also be commodity- based i.e., tied to a predefined quantity of given foods. In some situations, combinations of transfer modalities may also prove most effective. For example, half of the transfer could be delivered in cash and the other half in-kind. Another alternative is the distribution of cash and food transfers by season, with food provided in the lean season and cash immediately after the harvest.Before deciding on the transfer modality for the food assistance component of a DDR process, an analysis shall be conducted to determine the appropriate transfer modality in a given context, and how this food component complements other transitional DDR support. At a minimum, the analysis should take into account factors linked to context, feasibility, market functioning, targeting, conditionality, women\u2019s preferences, duration, effectiveness towards objectives and cost-efficiency, as well as \u2018safety and dignity\u2019 (see Figure 1). This can be done for the food assistance component alone or for a multipurpose transfer to meet the essential needs of the targeted population. Particular care shall be taken to select an appropriate transfer modality when food assistance is provided during ongoing conflict. This is because armed groups can attempt to steal cash and food during the time that this assistance is being transported or stored.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 17, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.5 Transfer modality selection", - "Heading3": "", - "Heading4": "", - "Sentence": "Another alternative is the distribution of cash and food transfers by season, with food provided in the lean season and cash immediately after the harvest.Before deciding on the transfer modality for the food assistance component of a DDR process, an analysis shall be conducted to determine the appropriate transfer modality in a given context, and how this food component complements other transitional DDR support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5753, - "Score": 0.239046, - "Index": 5753, - "Paragraph": "A youth-focused approach to DDR shall ensure that no harm is done to youth. Rather, DDR processes shall seek to maximize the benefit to youth, while minimizing any harm. This shall be done through: \\n Assessing and monitoring both positive and negative impacts for youth, and disaggregating data by age, gender and vulnerabilities of young people (while protecting youth\u2019s privacy) and where safe to do so, other social identities. \\n Listening to and taking account of the voices and views of youth in the planning, design, implementation and review of youth-focused DDR processes. \\n Leveraging opportunities for youth to promote peacebuilding and social cohesion through DDR including by building and fortifying stronger connections between youth, irrespective of the armed group or force they may have been traveling or associated with, including those in receiving communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "Rather, DDR processes shall seek to maximize the benefit to youth, while minimizing any harm.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5833, - "Score": 0.239046, - "Index": 5833, - "Paragraph": "It is neither possible nor advisable to design and implement DDR processes for all young people in the same way. For youth between the ages of 15 to 17, the guidance outlined in section 7 of IDDRS 5.20 on Children and DDR shall be followed. However, elements of the guidance in this section, which focuses on youth aged 18 to 24, may also be applicable.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is neither possible nor advisable to design and implement DDR processes for all young people in the same way.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6473, - "Score": 0.239046, - "Index": 6473, - "Paragraph": "The specific needs of girls and boys shall be fully considered in all stages of DDR processes. A gender-transformative approach should be pursued, aiming to shift social norms and address structural inequalities that lead girls and boys to engage in armed conflict and that negatively affect their reintegration. Within DDR processes, a gender-transformative approach shall focus on the following: \\n Agency: Interventions should strengthen the individual and collective capacities (knowledge and skills), attitudes, critical reflection, assets, actions and access to services that support the reintegration of girls. \\n Relations: Interventions should equip girls with the skills to navigate the expectations and cooperative or negotiation dynamics embedded within relationships between people in the home, market, community, and groups and organizations that will influence choice. \\n Structures: Interventions should address the informal and formal institutional rules and practices, social norms and statuses that limit options available to girls and work to create space for their empowerment.The inclusion of girls in DDR processes is central to a gender-transformative approach. CAAFAG are often at great risk of gender-based violence, including sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery. Children, especially girls, are often not identified during DDR processes as they are not always considered to be full members of an armed force or group or may be treated as dependents or wives. Furthermore, DDR practitioners are not always properly trained to identify girls associated with or formerly associated with armed forces and groups and cater to their needs. Often, girls who informally leave armed forces or groups do so to avoid stigmatization or reprisal, or because they are unaware that they have the right to benefit from any kind of support. For these reasons, specific mechanisms should be developed to identify girls formerly associated with armed forces and groups and inform them about the benefits they may be entitled to through child-sensitive DDR processes. In order not to put girls at risk, this must be done in a sensitive manner, for example, through organizations and groups with which girls are already involved, such as health care facilities (particularly those dealing with reproductive health), religious centres and organizations that assist survivors of sexual violence (see IDDRS 5.10 on Women, Gender and DDR).As a key element, a gender-transformative approach should also engage boys, young men, and the wider community so that girls may be viewed and treated more equally by the whole community. It should also recognize that boys and men may also become associated with armed forces and groups due to expectations about the gender roles they should perform, including roles as protector and bread winner even at young ages, particularly where a father has died or is missing, and about social norms that promote violence and/or taking up arms as acceptable or preferred measures to resolve problems. This community-based approach is necessary to help promote the empowerment of girls by educating traditional patriarchal communities on gender equality and thus work towards countering harmful gender norms that enable violence to flourish. Other gender transformative approaches critical for boys include: \\n Non-violent forms of masculinities: Often through socialization into violence or through witnessing the use of violence while with armed forces and groups, boys may develop an association of violence through social norms surrounding masculinity and social recognition. Such associations may in turn lead to the development of anti-social behaviour towards themselves, to girls or vulnerable groups, or to community. Supporting boys in deconstructing violent or militarized norms about masculinity is an essential part of breaking the cycle of violence and supporting successful reintegration. This may also involve supporting emotional skill development, including understanding and working with anger in a healthy way. \\n Gender-Equitable Relations and Structures: The ideology, structure and treatment of women or girls in armed forces and groups may have led to the development of non-equitable views regarding gender norms, which may affect notions of what \u2018consent\u2019 is. Supporting equitable norms, views, and approaches to being in relationship with girls, and cultivating respect for agency and choice of girls and women, is critical to supporting boys formulate healthy norms and relationships in adulthood.A gender-transformative approach should also ensure that gender is a key feature of all DDR assessments and is incorporated into all elements of release and reintegration (see IDDRS 3.10 on Integrated Assessments).The factors that lead to children associating with armed forces and groups are complex, and usually involve a number of push and pull factors specific to each child and their wider environment. Understanding the recruitment pathways of children into armed forces and groups is important for development of effective (re-)recruitment prevention strategies and can influence reintegration programming. For example, in some instances of forcible recruitment, new members are required to engage in violence against their family and community to reduce the incentive to escape. This can make their reintegration and community acceptance particularly difficult.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 20, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "6.3.3 Gender responsive and transformative", - "Heading4": "", - "Sentence": "The specific needs of girls and boys shall be fully considered in all stages of DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7598, - "Score": 0.239046, - "Index": 7598, - "Paragraph": "Key questions to ask: \\n To what extent did the disarmament programme succeed in disarming female ex- combatants? \\n To what extent did the disarmament programme provide gender-sensitive and female- specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC who registered for disarmament programme \\n 2. % of weapons collected from FXC \\n 3. Number of female staff who were at weapons-collection and -registration sites (e.g., female translators, military staff, social workers, gender advisers) \\n 4. Number of information campaigns conducted specifically to inform women and girls about DDR programmes", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.1. Monitoring of disarmament", - "Sentence": "Number of information campaigns conducted specifically to inform women and girls about DDR programmes", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8625, - "Score": 0.236433, - "Index": 8625, - "Paragraph": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC. This request signals the need for the lead food agency to begin inter-agency coordination, in order to ensure that the operational requirements of a food assistance component are fully incorporated into an integrated DDR process framework.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8682, - "Score": 0.236433, - "Index": 8682, - "Paragraph": "The primary logistical goal of the food assistance component of a DDR process is to deliver food supplies to the right place, at the right time and cost, in good condition and with no loss. The main elements of a logistics strategy should include: \\n Port(s) of entry \u2013 identifying the most appropriate unloading port with the best location, capacity and costs; \\n Identifying the location for/of the warehouses in transit and recipient countries; \\n Identifying logistics corridors/routes and means of transport. The logistics strategy should plan for the following: \\n Organizing transport; \\n Setting up and managing warehouses; \\n Identifying additional needs; \\n Special operations; \\n Recommended logistic arrangements; \\n Cost analysis.The logistics strategy should be based on the logistics capacity assessment, which gives a detailed overview of the logistics infrastructure in the relevant country. Once the agencies and partners in the DDR process have been identified, an assessment of their logistics capacity is prepared through consultations, in order to develop the logistics strategy.Agreements signed by all the organizations and agencies concerned provide the basis for logistics planning. All partners shall formally define their logistics roles and responsibilities, including the reporting and financial obligations of each. Every agreement must deal with logistics issues and clearly define the logistics responsibilities of all participating partners. The assessments of partners\u2019 capacities and structures carried out during the preparation phase shall provide the basis for agreements and eventually be reflected in them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 18, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.1 Logistics strategy", - "Heading4": "", - "Sentence": "The primary logistical goal of the food assistance component of a DDR process is to deliver food supplies to the right place, at the right time and cost, in good condition and with no loss.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 5854, - "Score": 0.236113, - "Index": 5854, - "Paragraph": "During demobilization, individuals shall be directed to a doctor or medical team for health screening. Both general and specific health needs shall be assessed. Given their age and increased risk factors, youth shall be provided with basic specialized attention in the areas of reproductive health and STIs, including voluntary testing and counselling for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR). Female medical personnel shall be made available for women and girls. In addition, screening for mental health and psychosocial support needs should be available. Plans for how to protect personal health information shall also be made.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 14, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.4 Medical health screening", - "Heading4": "", - "Sentence": "Given their age and increased risk factors, youth shall be provided with basic specialized attention in the areas of reproductive health and STIs, including voluntary testing and counselling for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8614, - "Score": 0.231455, - "Index": 8614, - "Paragraph": "The lead food assistance agency shall participate in all negotiation and planning processes that may have a direct or indirect effect on the design and implementation of the food assistance component of a DDR process. All cooperating and implementing partners in the food assistance component shall be consulted during the planning process in order to establish the appropriate and necessary measures for exchanging information and coordinating activities. Assessments shall involve and inform local communities and, where possible, consultation on the design of a food assistance component shall include these communities and a feedback mechanism to support continual refinement.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.1 Assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "The lead food assistance agency shall participate in all negotiation and planning processes that may have a direct or indirect effect on the design and implementation of the food assistance component of a DDR process.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5719, - "Score": 0.230556, - "Index": 5719, - "Paragraph": "DDR processes are often implemented in contexts where the majority of former combatants are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age. Individuals within this age bracket have a unique set of needs and do not easily fit into pre-determined categories. Those under 18 are regarded as children associated with armed forces or armed groups (CAAFAG) and shall be treated as children. Legally, children and youth up to the age of 18 are covered under the UN Convention on the Rights of the Child and other protective frameworks (see section 5 of IDDRS 5.20 on Children and DDR) and all have the same rights and protections.Youth above the age of 18 are treated as adults in DDR processes despite that, if recruited as children, their emotional, social and educational development may have been severely disrupted. Regardless of whether or not they were recruited as children, youth who demobilize when they are over the age of 18 generally fall under the same legal frameworks as adults. However, in terms of criminal responsibility and accountability, any criminal process applicable to youth regarding acts they may have committed as a child should be subject to the criminal procedure relevant for juveniles in the jurisdiction and should consider their status as a child at the time of the alleged offense and the coercive environment under which they lived or were forced to act as mitigating factors.Youth in countries that are affected by armed conflict may be forced to \u2018grow up quickly\u2019 and take on adult roles and responsibilities. As with children associated with armed forces or armed groups, engagement in armed conflict negatively affects the stages of social and emotional development as well as educational outcomes of young people. Conflict may create barriers to youth building basic literacy and numeracy skills, and gaps in key social, cognitive and emotional development phases such as skill building in critical thinking, problem solving, emotional self- regulation, and sense of self-identity within their community and the world. When schools close due to conflict or insecurity, and there are few opportunities for decent work, many young people lose their sense of pride, trust and place in the community, as well as their hope for the future. Compounding this, youth are often ignored by authorities after conflict, excluded from decision- making structures and, in many cases, their needs and opinions are not taken into account. Health care services, especially reproductive health care services, are often unavailable to them. The accumulation of these factors, particularly where insecurity exists, may push young people into a cycle of poverty and social exclusion, and expose them to criminality, violence and (re-)recruitment into armed forces or groups. These disruptions also reduce the ability of communities and States to benefit from and harness the positive resilience, energy and endeavour of youth.Youth can provide leadership and inspiration to their societies. UN Security Council resolution 2250 explicitly recognises \u201cthe important and positive contribution of youth in efforts for the maintenance and promotion of peace and security\u2026[and affirms]\u2026 the important role youth can play in the prevention and resolution of conflicts and as a key aspect of the sustainability, inclusiveness and success of peacekeeping and peacebuilding efforts.\u201d Youth should have a stake in the post-conflict social order so that they support it. Their exposure to violence and risky behaviour, as well as their disadvantages in the labour market, are specific. Youth are at a critical stage in their life cycle and may be permanently disadvantaged if they do not receive appropriate assistance.This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities. The guidance recognizes the unique needs and challenges facing youth during their transition to civilian life, as well as the critical role they play in armed conflict and peace processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Youth are at a critical stage in their life cycle and may be permanently disadvantaged if they do not receive appropriate assistance.This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6213, - "Score": 0.230556, - "Index": 6213, - "Paragraph": "All child recruitment or use by armed groups is illegal under international law (OPAC Article 4), as is all use of children in hostilities (OPAC Article 1), conscription by state armed forces (OPAC Article 2, International Convention on the Worst Forms of Child Labour (ILO Convention (No. 182)), or enlistment of children without appropriate safeguards (OPAC Article 3). All child recruitment and use into armed forces is also illegal for those State parties to the Operational Protocol to the Convention Against Torture. The recruitment and use of children under 15 by armed forces and groups may amount to a war crime. There is significant international consensus that the recruitment of children under 18 years old is inconsistent with international standards on child protection. DDR processes, including release and reintegration support for children, shall therefore prioritize prevention, separation of children from armed forces or groups, and redress of this human rights violation.DDR processes shall be specific to the needs of children and apply child- and gender-sensitive approaches. This module provides critical guidance for DDR practitioners and child protection actors on how to work together to plan, design and implement services and interventions that aim to prevent children\u2019s recruitment and re-recruitment, as well as help children to recover and reintegrate children into their families and communities. The guidance recognizes that the needs of children formerly associated with armed forces and groups during reintegration are multisectoral and different than those of adults. Child-sensitive approaches require DDR practitioners and child protection actors to tailor interventions to meet the specific needs of individual boys and girls, but also to target other conflict-affected or at-risk children within the broader community in which children are reintegrating.Finally, the module recognizes that children, as victims of recruitment and use, should not be prosecuted, punished or threatened with prosecution or punishment solely for their membership in armed forces or groups, and notes that children who have reached the MACR and who may have committed criminal acts shall be afforded the protections to which they are entitled, including their rights to child-specific due process and minimum standards based on their age, needs and specific vulnerabilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes, including release and reintegration support for children, shall therefore prioritize prevention, separation of children from armed forces or groups, and redress of this human rights violation.DDR processes shall be specific to the needs of children and apply child- and gender-sensitive approaches.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8627, - "Score": 0.229175, - "Index": 8627, - "Paragraph": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans. Depending on the timeline of the response, security concerns, and difficulties in terms of access, food assistance agencies may have to rely on secondary data provided by Governments and/or the UN mission and the UN peacekeeping DDR component. Nevertheless, sex and age disaggregated data should be sought to ensure that the food assistance component responds to the specific needs of the targeted population.Longer-term food assistance interventions, such as those supporting reintegration, should ideally be based on more accurate food security and vulnerability data and analysis. This is to ensure that the food assistance component is designed according to a comprehensive understanding of food security and nutrition issues in a particular context. The analysis should include a detailed protection, gender and age analysis of the context and populations where the operation will take place. Generally, data collected through assessments carried out by humanitarian agencies to inform other food assistance programmes for the conflict-affected population should be used as the basis for planning reintegration support. In all planning for food assistance, vulnerability and feasibility assessments should be carried out, if possible, at the regional, community and/or household levels to gather data on areas that are particularly vulnerable, as well as communities, households and specific groups (such as single parents with small children, older people) or individuals (women versus men) experiencing food insecurity. To the extent possible, the analysis should also consider individual food security and nutrition needs, as well as the use of food and livelihood coping strategies within households, taking into account intra-household inequalities in access to and the utilization of food.The tools available for assessment and analysis include: \\n Crop and food security assessment mission; \\n Emergency food security assessments; \\n Mobile vulnerability analysis and mapping remote surveys; \\n Essential needs assessments; \\n Integrated food security phase classification exercises including acute malnutrition; \\n Food security monitoring systems; \\n Transfer modality selection guidance; \\n Standardized Monitoring and Assessment of Relief and Transition (SMART) nutrition surveys or joint food security and nutrition assessments; \\n Other types of rapid assessments to identify vulnerable communities and to better understand local food management practices. Rapid assessments use a variety of quick and inexpensive survey techniques. They tend to be qualitative rather than quantitative, and they depend more on the ability and judgement of the person carrying out the survey than do other research methods that are more rigorous, but also slower and costlier.These assessment methods provide the basis for identifying the demographic and socioeconomic characteristics and the needs of communities, households and individuals in specific locations, and provide detailed information on food availability, food markets, economic and physical access to food, food consumption and utilization, food and livelihood-based coping strategies, exposure to shocks, and other root causes of food insecurity, including insecurity or gender inequalities. When possible, such assessments should be carried out through a participatory, gender-sensitive approach to ensure that the needs, interests and capacities of all community members (women, men, old, young) are identified.Community-based organizations such as women\u2019s organizations and village relief committees, including local leaders, can help to identify the people or households most in need of assistance and the local root causes of food insecurity. Engaging local organizations in surveys and assessments as key informants can contribute to the engagement of all members of the community in ensuring that food assistance is effective and that it benefits all those in need equally and does not create protection risks.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.1 Food assistance planning data", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6171, - "Score": 0.227921, - "Index": 6171, - "Paragraph": "The recruitment of children \u2013 girls and boys under the age of 18 \u2013 and their use in hostilities or for other purposes by armed forces and groups is illegal. It is also one of the worst forms of child labour and exploitation. Efforts to prevent the recruitment of children into armed forces and groups should be a primary consideration during all DDR processes. Prevention efforts should start early\u2014when possible, they should commence prior to armed conflict\u2014and they should take place continuously throughout the conflict, with careful consideration given to the structural, social and individual factors associated with the risk of recruitment and re-recruitment.Irrespective of how children were recruited, the unconditional and immediate release of children associated with armed forces and groups (CAAFAG) shall be required. Any person under 18 years old must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR processes. Nonetheless, where relevant, peace processes, including peace agreements and DDR policy documents, offer an opportunity to highlight the needs of children affected by armed conflict and to ensure that actions and funding streams to support child-specific processes are included. The commitment to stop the recruitment and use of children and to release children from armed forces and groups shall be explicit within peace agreements.DRR processes shall be specific to the needs of children and apply child-sensitive and gender- transformative approaches to planning, implementation, and monitoring. As such, children shall be separated from armed forces and groups, handed over to child protection actors and supported to demobilize and reintegrate into families and communities. DDR practitioners and relevant child protection actors shall work together to design and implement services and interventions that aim to prevent children\u2019s recruitment and re-recruitment, that help children to recover and reintegrate into their communities, and that take into account differences in age and gender needs. DDR practitioners should promote agency of children, enabling their right to participate in decision- making and shape DDR processes in line with their concerns/needs.The specific needs of children formerly associated with armed forces and groups during reintegration are multisectoral, as boys and girls often require support in (re)accessing education, an alternative livelihood, medical and mental health services, including reproductive health services and sexual violence recovery services, as well as other services that promote life skills and help them establish a meaningful role in society. Child-sensitive approaches to reintegration support should be focused on long-term and sustainable opportunities for children formerly associated with armed forces and groups that are gender- and age-sensitive. For sustainability, and to avoid tension, stigmatization or envy when a child is returned, DDR practitioners should ensure that broader community development processes are also consideredDDR practitioners should also be aware that no child below the minimum age of criminal responsibility (MACR) should be investigated, prosecuted, or deprived of their liberty for any offence, including security and terrorism-related offences, in line with the provisions of the Convention on the Rights of the Child. The Committee on the Rights of the Child encourages States to increase the MACR where possible, and not to lower it below 14 years of age, commending States that set a higher MACR such as 15 or 16 years of age. Children, above the age of criminal responsibility, who are suspected of committing a serious crime, shall be handed over to civilian actors, and justice should be provided within juvenile justice frameworks. During all processes they shall be treated primarily as victims and as survivors of grave violations of their rights. Any investigation or determination of culpability shall be handled by trained civilian actors, including, where relevant, trained juvenile justice actors and made based on processes consistent with applicable international child rights standards, including the Convention on the Rights of the Child, and internationally recognized juvenile justice standards and principles, due process and fair trial standards, prioritizing the child\u2019s recovery, reintegration, and best interests in all decisions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Efforts to prevent the recruitment of children into armed forces and groups should be a primary consideration during all DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6264, - "Score": 0.227921, - "Index": 6264, - "Paragraph": "Sufficient long-term funding is required to implement effective child-sensitive DDR processes. Funding should be made available through a funding mechanism that is independent of, and managed separately from, DDR processes for adults. This funding should be planned for at the outset. DDR practitioners and specialized child protection actors shall be called upon for the necessary political, technical and operational leadership within the Government and within the framework of the UN mission or the UN Country Team.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding is required to implement effective child-sensitive DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6311, - "Score": 0.227921, - "Index": 6311, - "Paragraph": "The CRC and its OPAC constitute the framework for the principles, norms and standards that underpin DDR processes for children. The CRC defines a \u2018child\u2019 as any human being below the age of 18 years unless, under the law applicable to the child, majority is attained earlier. OPAC prohibits recruitment and use in hostilities of anybody under 18 years of age by armed groups. OPAC also obligates States Parties to set the minimum age of voluntary recruitment of persons into their national armed forces as 15 years of age, establishes safeguards for the voluntary recruitment of persons below the age of 18, and asserts that State Parties take all feasible measures to ensure that members of the national armed forces that are under the age of 18 do not take part in direct hostilities.The rights of the child, as espoused through the CRC and its OPAC, further support the reintegration of CAAFAG through requiring States to promote: \\n The child's right to life, survival and development: This right is not limited to ensuring a child\u2019s physical wellbeing but includes the need to ensure full and harmonious development, including at the spiritual, moral and social levels, where education plays a key role. In respect to DDR processes for children, this shall include consideration of how a child\u2019s experience in conflict impacts upon his/her own evolving capacities, as well as recognition of the resilience displayed in surviving and overcoming difficulties. \\n The child\u2019s right to be free from arbitrary detention - No child shall be deprived of his or her liberty unlawfully or arbitrarily. The arrest, detention or imprisonment of a child shall be in conformity with the law and shall be used only as a measure of last resort and for the shortest appropriate period of time. \\n The child\u2019s right to fair justice and fair treatment - States recognize the right of every child alleged as, accused of, or recognized as having infringed the penal law to be treated in a manner consistent with the promotion of the child's sense of dignity and worth, which reinforces the child's respect for the human rights and fundamental freedoms of others and which takes into account the child's age and the desirability of promoting the child's reintegration and the child's assuming a constructive role in society. States shall seek to promote the establishment of laws, procedures, authorities and institutions specifically applicable to children alleged as, accused of, or recognized as having infringed the penal law, and, in particular \\n The physical and psychological recovery and social reintegration of child victims: States shall take all appropriate measures to promote physical and psychological recovery and social reintegration of a child victim of: any form of neglect, exploitation, or abuse; torture or any other form of cruel, inhuman or degrading treatment or punishment; or armed conflicts. DDR practitioners shall work with States to ensure that recovery and reintegration takes place in an environment which fosters the health, self-respect and dignity of the child. Article 7 of the OPAC forms the legal basis for support to CAAFAG through the obligation of signatories to rehabilitate and socially reintegrate CAAFAG. \\n The child\u2019s right to be free from discrimination: States shall ensure respect for the rights of all children within their jurisdiction \u2013 including non-national children \u2013 regardless of race, sex, age, religion, ethnicity, opinions, disability or any other status of the child or the child\u2019s parents or legal guardians. DDR practitioners shall pay particular attention to ensuring the full involvement and inclusion of girls and their children, as well as addressing any stigmatization of CAAFAG. \\n The child\u2019s right to participate: Children shall be allowed to express their opinions freely and participate in making decisions concerning family reunification and career and educational opportunities, and those opinions should be given due weight in accordance with the age and maturity of the child. Children shall be consulted at all stages of the release and reintegration process, and actions that affect them shall be in their best interests, considering their needs and concerns, placement and family. \\n The child\u2019s best interests as a primary consideration: Actions that affect the child should be based on an assessment of whether those actions are in the child\u2019s best interests. As part of DDR processes for children, this shall mean that all measures to assure release, protection, reintegration and prevention of re-recruitment shall be determined by their best interests. A child shall participate in determining what is in his/her best interests.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 11, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.1 International Human Rights Law", - "Heading3": "5.1.1 The convention on the rights of the child and its optional protocols", - "Heading4": "", - "Sentence": "The CRC and its OPAC constitute the framework for the principles, norms and standards that underpin DDR processes for children.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6968, - "Score": 0.227921, - "Index": 6968, - "Paragraph": "The UN General Assembly Special Session on HIV/AIDS Declaration of Commitment (June 2001), endorsed by resolution A/RES/S-26/2 and reiterated in 2006 by resolution A/RES/ 60/262, established a common set of targets and agreed strategies to reduce the spread of HIV and mitigate its impact. It called for HIV/AIDS components to be included in interna- tional assistance programmes in crisis situations. More specifically, in addition to training for personnel involved in peacekeeping operations, the Declaration called on Member States \u201cby 2003 to have in place national strategies to address the spread of HIV among national uniformed services, where this is required, including armed forces and civil defence forces\u201d (para. 77). The obligation to include strategies to address HIV/AIDS in DDR programmes is clear for two reasons. First, national uniformed (government) forces, directly referred to in the Declaration, and non-State combatants face HIV risks. Second, by extension, there is a need to consider HIV in broader security sector reform (SSR) initiatives and efforts to establish newly integrated national armed service and civil defence forces in post-conflict settings, as DDR is often closely linked to SSR. The Declaration also points to national uniformed services as being a possible resource in themselves for HIV/AIDS initiatives, calling on Member States to \u201cconsider ways of using personnel from these services who are educated and trained in HIV/AIDS awareness and prevention to assist with HIV/AIDS awareness and prevention activities, including participation in emergency, humanitarian, disaster relief and rehabilitation assistance\u201d (para. 77).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. General Assembly Declaration of Commitment on HIV/AIDS and General Assembly resolutions A/RES/S-26/2 and A/RES/60/262", - "Heading3": "", - "Heading4": "", - "Sentence": "The obligation to include strategies to address HIV/AIDS in DDR programmes is clear for two reasons.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7124, - "Score": 0.227921, - "Index": 7124, - "Paragraph": "In countries with an estimated HIV prevalence of 5 percent or more, an HIV test (opt-in), with counselling and informed consent, should be routinely offered as part of standard health checks for ex-combatants, but this must be linked to provisions for treatment and/or other benefits. In opt-in testing, individuals in a defined group (in this case, DDR participants) are given counselling and are offered the option of having an HIV test. It must be explained that they have the right to decide whether or not they wish to undergo an HIV test, without any personal repercussions. Routinely offering a test respects human rights guidelines, while also reaching a larger population. In general, such an approach results in greater numbers of people finding out their HIV status.Routine opt-in testing is suggested on the basis that DDR participants are a distinct and potentially high-risk group. However, VCT services for participants and beneficiaries should also be provided alongside any offer of testing as part of medicals. Voluntary testing is a client initiated process, whereby an individual chooses to go to a testing facility/provider to find out his/her HIV status.Advances in testing technology mean that rapid tests can provide a test result within approximately 30 minutes and do not require blood to be drawn or laboratory facilities. HIV-positive results need to be confirmed to rule out \u2018false positives\u2019. If local laboratory facilities do not exist, a combination of two further different rapid tests should be used to confirm an HIV-positive result. The mapping exercise will have identified national capacities (also see IDDRS 5.70 on Health and DDR). Planners also need to consult national legislation regarding which HIV tests are ac- cepted, particularly with regard to rapid tests.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "8.4.2. Testing", - "Heading4": "", - "Sentence": "The mapping exercise will have identified national capacities (also see IDDRS 5.70 on Health and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7129, - "Score": 0.227921, - "Index": 7129, - "Paragraph": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs. A range of contra- ception measures also need to be considered as part of basic reproductive health services to prevent unwanted pregnancies.Many countries may not be familiar with female condoms. Post-conflict settings, how- ever, have proved to be receptive environments for the introduction of female-controlled methods of HIV/STI prevention and contraception. It is important that any introduction of female condoms in DDR programmes be strongly linked to national/local initiatives. UNFPA and Population Services International can provide information on designing and running programmes to promote and supply female condoms. If female condoms are not available locally and there are no existing programmes, it may not be feasible or appropriate for DDR HIV/AIDS programmes to introduce and promote the use of female condoms, as it requires training and specifically tailored information campaigns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.5. Providing condoms", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important that any introduction of female condoms in DDR programmes be strongly linked to national/local initiatives.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7575, - "Score": 0.227921, - "Index": 7575, - "Paragraph": "The Capacities and Vulnerabilities Framework21 can be used to plan and measure the out- come of gender-responsive DDR programmes. This framework is also useful for assessing needs by mapping the strengths and weaknesses of the target population.The matrix below is an example of how the framework can be used. A similar approach can be created in the field, based on collective interviews and/or focus groups with women\u2019s NGOs, community leaders, female ex-combatants and supporters: \\n Capacities refer to the existing strengths of individuals and groups to cope with a crisis and to improve the quality of their lives; \\n Vulnerabilities refer to factors that weaken the people\u2019s ability to create positive changes in their lives and community.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "1. Gender-responsive field/needs assessment", - "Heading3": "1.1. Matrix to assess capacities and vulnerabilities", - "Heading4": "", - "Sentence": "The Capacities and Vulnerabilities Framework21 can be used to plan and measure the out- come of gender-responsive DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8271, - "Score": 0.227921, - "Index": 8271, - "Paragraph": "UN missions, with the support of agencies such as UNDP, UNICEF and UNHCR, should lead extensive information campaigns in host countries to ensure that foreign combatants are provided with essential information on how to present themselves for DDR programmes. The information should enable them to make free and informed decisions about their repa\u00ad triation and reintegration prospects. It is important to ensure that refugee family members in camps and settlements in the host country also receive relevant information.UN missions should help arrange voluntary contacts between government officials and foreign combatants. This will assist in encouraging voluntary repatriation and planning for the inclusion of such combatants in DDR programmes in their country of origin. However, foreign combatants who do not want to meet with government officials of their country of origin should not be forced to do so.The government of the country of origin, together with the UN mission and relevant agencies, should sensitize receiving communities in areas to which former combatants will be repatriating, in order to encourage reintegration and reconciliation. Receiving com\u00ad munities may plan traditional ceremonies for healing, forgiveness and reconciliation, and these should be encouraged, provided they do not violate human rights standards.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.3. Information and sensitization campaigns", - "Heading3": "", - "Heading4": "", - "Sentence": "This will assist in encouraging voluntary repatriation and planning for the inclusion of such combatants in DDR programmes in their country of origin.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7904, - "Score": 0.220527, - "Index": 7904, - "Paragraph": "Women combatants and other women associated with armed forces and groups in non- combat roles require special measures to protect them throughout the cantonment or assembly phase, in transit camps and while travelling to their reintegration locations. Camps must be designed to offer women security, privacy and protection. Women who are pregnant, lac- tating or caring for young children will require health services that cater for their specific needs. Those who have survived rape or other gender-based violence should receive access to the Minimal Initial Service Package for reproductive health.15 Particular care should be taken to include women in the health team at assembly areas or cantonment sites (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.60 on HIV/AIDS and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 13, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.4. Responding to the needs of vulnerable groups", - "Heading3": "8.4.3. Women", - "Heading4": "", - "Sentence": "Those who have survived rape or other gender-based violence should receive access to the Minimal Initial Service Package for reproductive health.15 Particular care should be taken to include women in the health team at assembly areas or cantonment sites (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.60 on HIV/AIDS and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 5818, - "Score": 0.218218, - "Index": 5818, - "Paragraph": "Understanding the recruitment pathways of youth into armed forces and groups is essential for the development of effective (re-)recruitment prevention strategies. Prevention efforts should start early and take place continuously throughout armed conflict. Prevention efforts should be based on an analysis of the dynamics of recruitment and its underlying causes and include advocacy strategies that are directed at all levels of governance, both formal and informal.In recognition that youth are often recruited as children, and/or face similar \u2018push\u2019 and \u2018pull\u2019 risk factors, DDR practitioners should analyse the structural, social, and individual-level risk factors outlined in section 8 of IDDRS 5.20 on Children and DDR when designing and implementing strategies to prevent the (re-)recruitment of youth. DDR practitioners should also be aware that: \\n Youth participation in armed conflict is not always driven by negative motivations. Volunteerism into armed groups can be driven by a desire to change the social and political landscape in positive ways and to participate in something bigger than oneself. \\n Gender must be considered when considering reasons for youth engagement. Although an increasing number of young women and girls are involved in conflicts, particularly the longer conflicts continue, young men and boys are over-represented in armed forces and groups. This pattern is most often a result of societal gender expectations that value aggressive masculinity and peaceable femininity. While young women and girls often serve armed forces and groups in non- fighting roles and their contributions can be difficult to measure, their participation, reintegration and recovery is critical to peace building processes as marginalized women and girls remain at higher risk of (re)recruitment. Societal expectations may have implications for the roles of young women and men in conflict, as well as how they reintegrate following conflict (see IDDRS Module 5.10 Gender and DDR). It is important to understand the drivers for recruitment and re- recruitment, including the different challenges that male and female youth may experience.; \\n CVR and community-based reintegration programmes can be useful in preventing the (re-) recruitment of youth (see section 7.4 and IDDRS 2.30 on Community Violence Reduction and IDDRS 4.30 on Reintegration); \\n Young people can play a crucial role in preventing the spread of rumours that may fuel recruitment and armed conflict, particularly through social media. Different youth networks and organizations may use their connections to fact-check rumours and then spread corrected information to their communities; \\n \u2018Safe spaces\u2019 that may take the form of youth centres or other contextually appropriate and gender sensitive form are recommended to be created as a place for young people to interact with each other. Centres that allow youth to meet off the streets and experience non-violent excitement and social connection can provide alternatives to joining armed forces or groups, offer marginalized youth a space where they feel included, and provide spaces to educate youth about the realities of life in armed groups. These centres can also help with training and employment efforts by, for example, organizing job information fairs and providing referrals to employment services and counselling. Informal youth drop-in centres may also attract young former combatants who are vulnerable to re-recruitment, and who did not go through DDR because of fear or misinformation, or because they managed to escape and are looking for help by themselves. Well-trained mentors who act as role models should manage these centres; \\\u203a Interaction between different youth organizations, networks and movements as well as youth centres, platforms and councils or others similar entitiescan provide opportunities to build trust between members of different communities. DDR practitioners should support programmes that encourage young people to initiate spaces that form bridges across conflict lines at community and state levels.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 11, - "Heading1": "6. Prevention of recruitment and re-recruitment of youth", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should also be aware that: \\n Youth participation in armed conflict is not always driven by negative motivations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6223, - "Score": 0.218218, - "Index": 6223, - "Paragraph": "Children are entitled to release from armed forces and groups at all times, without pre- condition. Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children. Given their age, vulnerability and child- specific needs, during DDR processes, children shall be separated from armed forces and groups and handed over to child protection actors and supported to demobilize and reintegrate into families and communities in processes that are separate from those for adults, according to their best interests. While it is critical that children be supported, they shall not be pressured to wait for or to participate in release processes. They shall also not be removed from their families or communities to participate in DDR processes unless it has been determined to be in their best interest. Their decision to participate shall voluntary and based on informed consent.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "They shall also not be removed from their families or communities to participate in DDR processes unless it has been determined to be in their best interest.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6279, - "Score": 0.218218, - "Index": 6279, - "Paragraph": "Where appropriate, DDR practitioners shall consider regional initiatives prohibiting and responding to the recruitment and use of CAAFAG. Furthermore, regional organizations and arrangements to undertake efforts to obtain the release of children from armed forces and groups and their family reunification shall be supported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "Where appropriate, DDR practitioners shall consider regional initiatives prohibiting and responding to the recruitment and use of CAAFAG.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6983, - "Score": 0.218218, - "Index": 6983, - "Paragraph": "As noted in the introduction, a number of factors make conflict and post-conflict settings high-risk environments for the spread of HIV. The age range, mobility and risk taking ethos of armed forces and groups can make them high-risk to HIV \u2014 with some national mili- taries reporting higher rates of HIV than their civilian counterparts \u2014 and \u2018core transmitters\u2019 to the wider population.5 Child soldiers are often (though not always) sexually active at a much earlier age and are therefore potentially exposed to HIV. Female combatants, women associated with fighting forces, abductees and dependants are frequently at high risk, given widespread sexual violence and abuse and because, in situations of insecurity and destitu- tion, sex is often exchanged for basic goods or protection. In some conflicts, drugs have been used to induce in combatants a fighting spirit and a belief in their own invincibility. This not only increases risk behaviour but also, in the case of intravenous drug users, can directly result in HIV infection as the virus can be transmitted through the sharing of in- fected needles.Integrating HIV/AIDS into DDR initiatives is necessary to meet the immediate health and social needs of the participant and the interests of the wider community, and it is impor- tant for the long-term recovery of the country. The impact of HIV/AIDS at every level of society undermines development and makes it more difficult for a country to emerge from conflict and achieve social and economic stability. The sustainability of reintegration efforts requires that HIV/AIDS awareness and prevention strategies be directed at DDR partici- pants, beneficiaries and stakeholders in order to prevent increases in HIV rates or more generalized epidemics developing in countries where HIV infection may be mainly limited to particular high-risk groups.Negative community responses to returning former combatants may also arise and make HIV a community security issue. To assist reintegration into communities, it is necessary to counter discrimination against, and stigmatization of, those who are (or are perceived to be) HIV-positive. In some instances, communities have reacted with threats of violence; such responses are largely based on fear because of misinformation about the disease.In cases where SSR follows a DDR process, former combatants may enter into reintegrated/ reformed military, police and civil defence forces. In many developing countries, ministries of defence and of the interior are reporting high HIV infection rates in the uniformed services, which are compromising command structures and combat readiness. Increasingly, there are national policies of screening recruits and excluding those who are HIV-positive. Engaging in HIV/AIDS prevention at the outset of DDR will help to reduce new in- fections, thus \u2014 where national policies of HIV screening are in place \u2014 increasing the pool of potential candidates for recruitment, and will assist in planning for alternative occu- pational support and training for those found to be HIV-positive.6DDR programmes offer a unique opportunity to target high-risk groups for sensitization. In addition, with the right engagement and training, former combatants have the potential to become \u2018change agents\u2019, assisting in their communities with HIV/AIDS prevention activi- ties, and so becoming part of the solution rather than being perceived as part of the problem.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 5, - "Heading1": "5. Rationale for HIV/AIDS integration into DDR programming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In some instances, communities have reacted with threats of violence; such responses are largely based on fear because of misinformation about the disease.In cases where SSR follows a DDR process, former combatants may enter into reintegrated/ reformed military, police and civil defence forces.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7114, - "Score": 0.218218, - "Index": 7114, - "Paragraph": "Counselling is generally offered before and after an HIV test in order to help individuals make an informed decision about whether they want a test and to understand their risk behaviour and cope with a possible positive result (including information on how to stay as healthy as possible and how to minimize the risk of transmission to others) and provide referrals to options for treatment, care and support within the national system. Counselling also helps those who are not infected to stay HIV-negative. Counselling on an individual basis is ideal but it can also be offered in group settings with individual follow up.Individuals shall always be informed of their test result and post-test counselling should be provided for both an HIV-positive and an HIV-negative result, especially given the \u2018window period\u2019, the possibility for \u2018false negatives\u2019 and the need to impact on behav- iour. HIV-positive individuals should be strongly encouraged to bring their partner(s) for testing. In all instances, participants should be provided with referrals to further services in their communities. (For psychological, medical and legal support to rape victims see IDDRS 5.10 on Women, Gender and DDR.)", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "8.4.1. Counselling", - "Heading4": "", - "Sentence": "(For psychological, medical and legal support to rape victims see IDDRS 5.10 on Women, Gender and DDR.)", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8743, - "Score": 0.218218, - "Index": 8743, - "Paragraph": "Food assistance provided to DDR participants and beneficiaries should be balanced against assistance provided to other returnees or conflict-affected populations as part of the wider recovery programme to avoid treating some conflict-affected groups unfairly. The provision of special entitlements to DDR participants should always be seen in the context of the needs and resources of the broader population. If communities perceive that preferential treatment is being given to ex-combatants and persons formerly associated with armed forces and groups, this can cause resentment, and there is the danger that humanitarian food assistance agencies will no longer be perceived as neutral. Every effort to achieve an equal standard of living for ex-combatants, persons formerly associated with armed forces and groups, dependants and other members of the community should be made in order to minimize the risk that benefits given through DDR could fuel tensions among these groups.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.8 Equity with other assistance programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "The provision of special entitlements to DDR participants should always be seen in the context of the needs and resources of the broader population.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7146, - "Score": 0.21598, - "Index": 7146, - "Paragraph": "Peer education training (including behaviour-change communication strategies) should be initiated during the reinsertion and reintegration phases or, if started during cantonment, continued during the subsequent phases. Based on the feedback from the programmes to improve community capacity, training sessions should be extended to include both DDR participants and communities, in particular local NGOs.During peer education programmes, it may be possible to identify among DDR parti- cipants those who have the necessary skills and personal profile to provide ongoing HIV/ AIDS programmes in the communities and become \u2018change agents\u2019. Planning and funding for vocational training should consider including such HIV/AIDS educators in broader initiatives within national HIV/AIDS strategies and the public health sector. It cannot be assumed, however, that all those trained will be sufficiently equipped to become peer edu- cators. Trainees should be individually evaluated and supported with refresher courses in order to maintain levels of knowledge and tackle any problems that may arise.During the selection of participants for peer education training, it is important to con- sider the different profiles of DDR participants and the different phases of the programme. For example, women associated with fighting forces would probably be demobilized before combatants and peer education programmes need to target them and NGOs working with women specifically. In addition, before using DDR participants as community HIV/AIDS workers, it is essential to identify whether they may be feared within the community because of the nature of the conflict in which they participated. If ex-combatants are highly respected in their communities this can strengthen reintegration and acceptance of HIV- sensitization activities. Conversely, if involving them in HIV/AIDS training could increase stigma, and therefore undermine reintegration efforts, they should not be involved in peer education at the community level. Focus group discussions and local capacity-enhancement programmes that are started before reintegration begins should include an assessment of the community\u2019s receptiveness. An understanding of the community\u2019s views on the subject will help in the selection of people to train as peer educators.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.2. Peer education programme", - "Heading3": "", - "Heading4": "", - "Sentence": "Based on the feedback from the programmes to improve community capacity, training sessions should be extended to include both DDR participants and communities, in particular local NGOs.During peer education programmes, it may be possible to identify among DDR parti- cipants those who have the necessary skills and personal profile to provide ongoing HIV/ AIDS programmes in the communities and become \u2018change agents\u2019.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7820, - "Score": 0.214286, - "Index": 7820, - "Paragraph": "The geography of the country/region in which the DDR operation takes place should be taken into account when planning the health-related parts of the operation, as this will help in the difficult task of identifying the stakeholders and the possible partners that will be involved, and to plan the network of fixed structures and outreach circuits designed to cater for first health contact and/or referral, health logistics, etc., all of which have to be organized at local, district, national or even international (i.e., possibly cross-border) levels.Health activities in support of DDR processes must take into account the movements of populations within countries and across borders. From an epidemiological point of view, the mass movements of people displaced by conflict may bring some communicable diseases into areas where they are not yet endemic, and also speed up the spread of outbreaks of diseases that can easily turn into epidemics. Thus, health actors need to develop appropriate strategies to prevent or minimize the risk that these diseases will propagate and to allow for the early detection and containment of any possible epidemic resulting from the popula- tion movements. Those whom health actors will be dealing with include former combatants, associates and dependants, as well as the hosting communities in the transit areas and at the final destinations.In cases where foreign combatants will be repatriated, cross-border health strategies should be devised in collaboration with the local health authorities and partner organizations in both the sending and receiving countries (also see IDDRS 5.40 on Cross-border Popula- tion Movements).Figure 2 shows the likely movements of combatants and associates (and often their dependants) during a DDR process. It should be noted that the assembly/cantonment/ transit area is the most important place (and probably the only place) where adult combat- ants come into contact with health programmes designed in support of the DDR process, because both before and after they assemble here, they are dispersed over a wide area. Chil- dren should receive health assistance at interim care centres (ICCs) after being released from armed groups and forces. Before and after the cantonment/transit period, combatants, associates and their dependants are mainly the responsibility of the national health system, which is likely to be degraded and in need of systematic, long-term support in order to do its work.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.4. Health and the geographical dimensions of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "It should be noted that the assembly/cantonment/ transit area is the most important place (and probably the only place) where adult combat- ants come into contact with health programmes designed in support of the DDR process, because both before and after they assemble here, they are dispersed over a wide area.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7413, - "Score": 0.209657, - "Index": 7413, - "Paragraph": "If cash hand-outs are given to DDR participants as part of their transitional support, the needs and spending patterns of women should be taken into account, and accommodated as much as possible (e.g., do women prefer large payments of cash or monthly payments? Does either form of payment subject women and girls to additional security risks?).Women\u2019s traditional forms of money management should be recognized and supported (e.g., through rotational loan and credit schemes or other innovative forms of microcredit), and, where available, women should be given access to banks and encouraged to open private bank accounts to safeguard their money.Education and training efforts should deal with the needs and desires of the women and girls and start as soon as possible during the demobilization phase. Experience has shown that women and girls tend to be overwhelmed by household responsibilities and may be unable to move around freely once they return home, and are therefore less likely to be able to attend training programmes. Women\u2019s access will be greatly improved if efforts are made to provide child-care and other services.In many countries, women and girls have lower educational levels and are skilled in jobs that earn less money than their male peers. This should be taken into account in training programmes through providing additional resources for literacy and training in high-earning skills for women and girls. Skills should be culturally appropriate as far as possible, although efforts should be made not to restrict women to low-paid \u2018traditional\u2019 female work, since the post-conflict period offers the possibility of social transformation, including making use of skills acquired by women in wartime.Educational opportunities should be equally available to female and male children of ex-combatants and widows.The spouse or other female family mem- bers of a male ex-combatant should be brought in to witness the signing of an agreement on how his money will get paid. In this way, the resources may actually get passed on to the family, and from there move into the broader community.Receiving communities and women community leaders should be informed about the intention and use of reintegration packages and their potential impact. It cannot be assumed that the benefits of DDR will automatically enrich the community that they enter; they may in fact cause resentment and violence. Efforts should be made to include communities when deciding how development packages will be provided so that ex-combatants\u2019 access to these resources can be influenced and monitored by the community to which they return.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 14, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "6.4.2. Transitional support: Female-specific interventions", - "Heading4": "", - "Sentence": "It cannot be assumed that the benefits of DDR will automatically enrich the community that they enter; they may in fact cause resentment and violence.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8172, - "Score": 0.209657, - "Index": 8172, - "Paragraph": "Internment camps should provide gender\u00adappropriate facilities, including separate accom\u00ad modation, washing and toilet facilities, as well as sex\u00adspecific health services, including reproductive health care. This must include sanitary kits and clean birthing kits for women. Women with babies should be given the means to care for their own children. With the ex\u00ad ception of young babies, accommodating children in internment camps should be avoided and alternative accommodation should be found for them and their mothers. When intern\u00ad ees are transported, sufficient vehicles should be provided to offer women the option of being transported separately from men, if their personal safety is threatened. Protection from sexual harassment and other violence should be ensured at all times (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 17, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Special requirements of female combatants", - "Sentence": "Protection from sexual harassment and other violence should be ensured at all times (also see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7824, - "Score": 0.208696, - "Index": 7824, - "Paragraph": "The overall goal of health action is to reduce avoidable illness and death. In the context of DDR, this requires that the health programmes focus on providing: \\n basic, preventive and curative, specifically designed and good-quality health care that is easily accessible at every stage of the process \u2014 in any transit stations, in demobili- zation/cantonment/assembly camps if they are used, in ICCs for children, and in the communities where combatants will live once they are demobilized; \\n basic health care, including reproductive health care and psychosocial care, that is appropriate to the different needs of men, women, youth, girls and boys going through DDR. This service needs to be supported by effective referral systems and emergency back-up systems, e.g., to control outbreaks of infectious diseases or deal with immediate, life-threatening mental trauma. Health information and advice must be made available in language that can be understood by the different groups for which the health care is designed; \\n training of camp managers on health-related matters, e.g., on the construction of appro- priate areas for the registration and protection of vulnerable groups, the provision of food appropriate to different needs (e.g., for the sick, and for nursing mothers, infants and small children), problems with drug and alcohol addiction, water, shelter, sanita- tion, supplies of items needed for hygiene (soap, buckets), and fuel. Women and girls will need specific assistance to meet their hygiene needs, including menstrual supplies and clean birthing kits.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "6. Operational objectives for the health sector in the DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of DDR, this requires that the health programmes focus on providing: \\n basic, preventive and curative, specifically designed and good-quality health care that is easily accessible at every stage of the process \u2014 in any transit stations, in demobili- zation/cantonment/assembly camps if they are used, in ICCs for children, and in the communities where combatants will live once they are demobilized; \\n basic health care, including reproductive health care and psychosocial care, that is appropriate to the different needs of men, women, youth, girls and boys going through DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 6056, - "Score": 0.207888, - "Index": 6056, - "Paragraph": "As there is often severe competition in post-conflict labour markets, youth will often have very limited access to existing jobs. The large majority of youth will need to start their own businesses, in groups or individually. To increase their success rate, DDR practitioners should: \\n\\n develop young people\u2019s ability to deal with the problems they will face in the world of work through business development education. They should learn the following sets of skills: \\n being enterprising \u2014 learning to see and respond to opportunities; \\n business development skills \u2014 learning to investigate and develop a business idea; \\n business management skills \u2014 learning how to get a business going and manage it successfully. \\n\\n develop the capacities of young entrepreneurs to manage businesses that positively contribute to sustainable development in their communities and societies and that do no harm. \\n\\n encourage business persons and agricultural leaders to support young (or young potential) entrepreneurs during the vital first years of their new enterprise by transferring their knowledge, experience and contacts to them. They can do this by providing on-the-job learning, mentoring, including them in their networks and associations, and using youth businesses to supply their own businesses. The more support a young entrepreneur receives in the first years of their business, the better their chances of creating a sustainable business or of becoming more employable. \\n\\n ensure business-focused DDR activities align with national priorities and strategies in order to maximise potential access to resources and government support. \\n\\n provide access to business training. Among several business training methods, Start Your Business, for start-ups, and Start and Improve Your Business (SIYB) help train people who train entrepreneurs and through this multiplier effect, reach a large number of unemployed or potential business starters. SIYB is a sustainable and cost- effective method that equips young entrepreneurs with the practical management skills needed in a competitive business environment. If the illiteracy rate among young combatants is very high, other methods are available, such as Grassroots Management Training.4Youth entrepreneurship is more likely to be effective if supported by enabling policies and regulations. For example, efficient and fair regulations for business registration will help young people to start a business in the formal economy. Employers\u2019 organizations can play an important role in providing one-on-one mentoring to young entrepreneurs. Support from a mentor is particularly effective for young entrepreneurs during the first years of business start-up, since this is when youth enterprises tend to have high failure rates. It is important that youth themselves control the mentoring relationships they engage in to ensure these are formed on a voluntary basis and are positive in nature. Some youth may enjoy more formal structures, while for others an informal arrangement is preferable. Group-based youth entrepreneurship, in the form of associations or cooperatives, is another important way of providing decent jobs for youth ex-combatants and youth formerly associated with armed forces and groups. This is because many of the obstacles that young entrepreneurs face can be overcome by working in a team with other people. In recognition of this, DDR practitioners should encourage business start-ups in small groups and where possible there should be a balance between civilians and former members of armed forces and groups. DDR practitioners should empower these youth businesses by monitoring their performance and defending their interests through business advisory services, including them in employers\u2019 and workers\u2019 organizations, providing access to business development services and micro-finance, and creating a favourable environment for business development.A number of issues may also need to be tackled in relation to youth entrepreneurship, including: \\n the need for investment in premises and equipment (a warehouse, marketplace, cooling stores, workplace, equipment); \\n the size and nature of the local market (purchasing power and availability of raw materials); \\n the economic infrastructure (roads, communications, energy); and \\n the safety of the environment and of any new equipment.Given that such issues go beyond the scope of DDR, there should be direct links between DDR and other development initiatives or programmes to encourage national or international investments in these areas. Where possible, reintegration programmes should also source products and services from local suppliers.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 27, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.14 Youth Entrepreneurship", - "Heading4": "", - "Sentence": "DDR practitioners should empower these youth businesses by monitoring their performance and defending their interests through business advisory services, including them in employers\u2019 and workers\u2019 organizations, providing access to business development services and micro-finance, and creating a favourable environment for business development.A number of issues may also need to be tackled in relation to youth entrepreneurship, including: \\n the need for investment in premises and equipment (a warehouse, marketplace, cooling stores, workplace, equipment); \\n the size and nature of the local market (purchasing power and availability of raw materials); \\n the economic infrastructure (roads, communications, energy); and \\n the safety of the environment and of any new equipment.Given that such issues go beyond the scope of DDR, there should be direct links between DDR and other development initiatives or programmes to encourage national or international investments in these areas.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8165, - "Score": 0.20702, - "Index": 8165, - "Paragraph": "In view of the chaotic conditions usually found in conflict situations and the difficulties in setting up an adequate identification programme that could be operational immediately, combatants may be admitted to separation, disarmament and internment processes re\u00ad gardless of their nationality. Hence, it would be more practical to deal with problems of nationality at the end of internment, in order to decide, in consultation with the former combatants, the country in which they would undergo a DDR programme and the country to which they would finally return. This will require liaison between the governments in\u00ad volved, and should be closely monitored/supervised by the relevant agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 14, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Nationality issues", - "Sentence": "Hence, it would be more practical to deal with problems of nationality at the end of internment, in order to decide, in consultation with the former combatants, the country in which they would undergo a DDR programme and the country to which they would finally return.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8755, - "Score": 0.20702, - "Index": 8755, - "Paragraph": "When DDR participants are grouped at specific locations, such as disarmament and/or cantonment sites, in-kind food assistance is distributed in a way that is similar to a typical encampment relief situation. In this context, demobilizing combatants and persons associated with armed forces and groups have limited buying power and their access to alternative sources of income and food security is restricted. In addition, their health may be poor after the prolonged isolation they have experienced and the poor food they may have eaten during wartime (see IDDRS 5.70 on Health and DDR). Ex- combatants and persons formerly associated with armed forces and groups may see the regular provision of food assistance as proof of the commitment by the Government and the international community to support the transition to peace. Insufficient, irregular or substandard food assistance can become a source of friction and protest. Every reasonable measure should be taken to ensure that, at the very minimum, standard rations or transfers are distributed when DDR participants are grouped together at disarmament and/or cantonment sites.If ex-combatants and persons formerly associated with armed forces and groups are present at disarmament and/or cantonment sites, the type of food supplied should normally be more varied than in standard food assistance emergency operations. Table 2 provides an example of a recommended food basket.Inclusion of fortified blended flour such as Super Cereal is essential to cover basic micronutrients and protein needs. Up to 20g of sugar can be added to meet local preferences. Fresh vegetables and fruit or other foods to increase the nutritional value of the food basket should be supplied when alternative sources can be found and if they can be stored and distributed.Standard emergency food baskets can be supplied to family dependants if they are included as beneficiaries of the DDR programme. In this context, food assistance for dependants may often be implemented in one of two possible ways. The first involves dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second involves dependants being taken or directed to their communities. These two approaches would require different methods for distributing food assistance. Although food assistance should not encourage ex-combatants, persons formerly associated with armed forces and groups and/or dependants to stay for long periods at cantonment sites, prepared foods may be served when doing so is more appropriate than creating cooking spaces and/or providing equipment for participants to prepare their own food.DDR practitioners and food assistance staff shall be aware of problems concerning protection and human rights that are especially relevant to women and girls at disarmament and demobilization sites. Codes of conduct and appropriate reporting and referral mechanisms shall be established in advance among UN agencies and human rights and child protection actors to deal with gender-based violence, sexual exploitation and abuse, and human rights abuses. There shall also be strict procedures in place to protect women and girls from sexual exploitation by those who control access to food assistance. Staff and the recipients of food assistance alike shall be aware of the proper channels available to them for reporting cases of abuse or attempted abuse linked to food distribution. Women, men, girls and boys shall be consulted from the outset in order to identify protection issues that need to be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 23, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.1 Disarmament and Demobilization", - "Heading4": "", - "Sentence": "Fresh vegetables and fruit or other foods to increase the nutritional value of the food basket should be supplied when alternative sources can be found and if they can be stored and distributed.Standard emergency food baskets can be supplied to family dependants if they are included as beneficiaries of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8305, - "Score": 0.203653, - "Index": 8305, - "Paragraph": "In accordance with agreements reached between the country of asylum and the country of origin during the planning for repatriation of former combatants, they should be included in appropriate DDR programmes in their country of origin. Entitlements should be syn\u00ad chronized with DDR assistance received in the host country, e.g., if disarmament and demo\u00ad bilization has been carried out in the host country, then reintegration is likely to be the most important process for repatriated former combatants in the country of origin. Lack of rein\u00ad tegration may contribute to future cross\u00adborder movements of combatants and mercenaries.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 28, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.2. Inclusion in DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Entitlements should be syn\u00ad chronized with DDR assistance received in the host country, e.g., if disarmament and demo\u00ad bilization has been carried out in the host country, then reintegration is likely to be the most important process for repatriated former combatants in the country of origin.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6661, - "Score": 0.202031, - "Index": 6661, - "Paragraph": "Families and communities have a critical role to play in the successful reintegration of CAAFAG. After their release, many CAAFAG return to some form of family relationship \u2013 be it with parents or extended family. Others, however, do not return to their family due to fear or rejection, or because their families may have been killed or cannot be traced. Family rejection often disproportionately affects girls, as they are presumed to have engaged in sexual relations with men or to have performed roles not regarded as suitable for girls according to traditional norms.With family acceptance and support, reintegration is more likely to be successful. The process of family reintegration, however, is not always simple. Residual conflict may remain, or new conflicts may emerge due to various stressors. Intergenerational conflict, often a feature of societies in conflict, may be an issue and, as returning children push for voice and recognition, can intensify. Assisting families in the creation of a supportive environment for returning CAAFAG can be achieved through a variety of means and should be considered in all DDR processes for children. This support may take a number of different forms: \\n Psychosocial support to the extended family can help to address broader psychosocial well-being concerns, overcome initial tensions and strengthen the resilience of the family as a whole. \\n Positive parenting programmes can increase awareness of the rights (and needs) of the child and help to develop parenting skills to better support returning CAAFAG (e.g., recognizing symptoms of trauma, parent-child communication, productively addressing negative behaviours in the child). \\n Promotion of parent-teacher associations (development or membership of) can provide ways for parents to support their children in school and highlight parents\u2019 needs (e.g., help with fees, uniforms, food). \\n Income-generating activities that involve or support the whole family rather than only the child can alleviate financial concerns and promote working together. \\n Establishment of community-based child protection networks involving parents can assist in the delivery of early warnings related to recruitment risk, children\u2019s engagement in risk-taking behaviours (e.g., drug or alcohol abuse, unsafe sex) or conflicts among children and youth in the community. \\n Support to associations of families of conflict-affected children beyond CAAFAG can help build awareness in the community of their specific needs, address stigma and provide support in a range of areas including health, income generation, community voice and participation.When supporting families to take a stronger role in the reintegration of their children, it is important that the wider community does not feel that children are rewarded for their involvement with armed forces or groups, or that broader community needs are being neglected. Community acceptance is essential for a child\u2019s reintegration, but preconceived ideas about children coming out of armed forces and groups, or the scars of violence committed against families and/or communities, can severely limit community support. To prevent reprisals, stigmatization and community rejection, communities shall be prepared for returning CAAFAG through sensitization. This sensitization process shall begin as early as possible. Additional activities to help prepare the community include the strengthening of local child protection networks, peace and reconciliation education, and events aimed at encouraging the lasting reintegration of children.Cultural, religious and traditional rituals can play an important role in the protection and reintegration of girls and boys into their communities. These may include traditional healing, cleansing and forgiveness rituals, where they are considered not to be harmful; the development of solidarity mechanisms based on tradition; and the use of proverbs and sayings in sensitization and mediation activities. Care should be taken to ensure that religious beliefs serve the best interests of the child, especially in areas where religion or cultural values may have played a role in recruitment.Reconciliation ceremonies can offer forgiveness for acts committed, allow children to be \u2018cleansed\u2019 of the violence they have suffered or contributed to, restore cultural links and demonstrate children\u2019s involvement in civilian life. Such ceremonies can increase the commitment of communities to a child\u2019s reintegration process. Children should contribute to the creation of appropriate reintegration mechanisms to improve their sense of belonging and capacity. However, it is also essential to understand and neutralize community traditions that are physically or mentally harmful to a child. In addition, such rituals may not be suitable in all contexts.Particular attention should be paid to the information that circulates among communities about returning boys and girls, so that harmful rumours (e.g., about real or presumed rates of HIV/AIDS among them and the alleged sexual behaviour of girls) can be effectively countered. Girls are at highest risk of rejection by their communities, and it is important for programme staff to engage on a continual basis with the community to educate them about the experience girls have had and the challenges they face without fostering pity or stigma. Programme staff should consult with affected girls and include them in the planning and implementation of initiatives, including how their experiences are portrayed, where possible.Specific focus should be given to addressing issues of gender-based violence, including sexual violence. Girls who experience gender-based violence during their time associated with an armed force or group will often face stigmatization on their return, while boys will often never discuss it due to societal taboos.Specific engagement with communities to aid the reintegration of CAAFAG may include: \\n Community sensitization and awareness-raising to educate communities on the rights of the child, the challenges CAAFAG face in their reintegration and the role that the community plays in this process; \\n Community-based psychosocial support addressing the needs of conflict-affected community members as well as CAAFAG and their families; \\n Community-wide parenting programmes that include the parents of CAAFAG and non-CAAFAG and help improve awareness and foster social inclusion and cohesion; \\n Support to community-based child protection structures that benefits the whole community, including those that reduce the risk of recruitment; \\n Investment in child-focused infrastructure rehabilitation (e.g., schools, health centres, child/youth centres) that provide benefit to all children in the community; \\n Community-wide income-generation and employment programmes that bring older children as well as the parents of CAAFAG and non-CAAFAG together and provide much-needed livelihood opportunities; \\n Creation of community child committees that bring together community leaders, parents and child representatives (selected from children in the community, including CAAFAG and non- CAAFAG) to provide children with a platform to ensure their voice and participation, especially in the reconstruction process, is guaranteed; and \\n Advocacy support (including training, resources and/or linkages) to increase the role and voice of communities and children/youth in the development/revision of national child and youth policies, as well as interventions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 34, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.4 Supporting families and communities", - "Heading4": "", - "Sentence": "Assisting families in the creation of a supportive environment for returning CAAFAG can be achieved through a variety of means and should be considered in all DDR processes for children.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6898, - "Score": 0.202031, - "Index": 6898, - "Paragraph": "Interim care centres (ICCs), sometimes referred to as transit centres, are not a necessary step in all DDR situations. Indeed, in the view of many protection agencies, an ICC may delay the reunification of children with their families and communities, which should happen as soon as possible. Nevertheless, while in some circumstances immediate reunification and support can occur, in others a centre can provide a protected temporary environment before family reunification.Other advantages to ICCs include that they provide the necessary space and time to carry out family tracing and verification; they provide a secure space in an otherwise insecure context before reunification, and gradual reunification when necessary; they allow medical support, including psychosocial support, to be provided; they provide additional time to children to cut their links with the military; and they provide an opportunity for pre-discharge awareness- raising/sensitization.Guiding principles and implementation strategies \\n The decision to open a centre should be based on the following conditions: The level of insecurity in community of origin; \\n The level of success in tracing the child\u2019s family or primary caregiver; \\n The level of medical assistance and follow-up required before integration; and \\n The level of immediate psychosocial support required before reintegration.Management guidelines for Interim Care Centres \\n\\n The following management guidelines apply: \\n Child protection specialists, not military or other actors should manage the centres. \\n Children should only stay a limited amount of time in ICCs, and documentation and monitoring systems should be established to ensure that the length of stay is brief (weeks not months). \\n At the end of their stay, if family reunification is not feasible, provision should be made for children to be cared for in other ways (in foster families, extended family networks, etc.). Systems should be established to protect children from abuse, and a code of conduct should be drawn up and applied. An adequate number of male and female staff should be available to deal with the differing needs of boys and girls. \\n Staff should be trained in prevention of and response to gender-based violence and exploitation involving children, norms of confidentiality, child psychosocial development, tracing and reunification. \\n ICCs should only accommodate children under 18. Some flexibility can be considered, based on the best interests of the child, e.g., in relation to girl mothers with infants and children or on medical grounds, on a case-by-case basis. In addition, young children (under 14) should be separated from adolescents in order to avoid any risk of older children abusing younger ones. \\n Sanitation and accommodation facilities should separate girls from boys and be sensitive to the needs of infants and girl mothers. \\n ICCs should be located at a safe distance from conflict and recruitment areas; external access to the centre should be controlled. (For example, entry of adult combatants and fighters and the media can be disruptive, and can expose children to additional risks.) Security should be provided by peacekeepers or neutral forces.Activity guidelines \\n\\n Tracing, verification, reunification and monitoring should be carried out. \\nTemporary care should take place within a community-based tracing and reintegration programme to assist the return of children to their communities (including community outreach), and to encourage the protection and development of war-affected children in general. Experience has showed that when only care is offered, centres present a risk of children becoming \u2018institutionalized\u2019 and dependent. \\nHealth check-ups and specialized health services should be provided when necessary (e.g., reproductive health and antenatal services, diagnosis of sexually transmitted infections, voluntary and confidential HIV testing with appropriate psychosocial support, and health care for nutritional deficiencies and war-related injuries). \\nBasic psychosocial counselling should be provided, including help to overcome trauma and develop self-esteem and life skills. \\nInformation and guidance should be provided on the reintegration opportunities available. \\nActivities should focus on restoring the social norms and routines of civilian life; age- and gender-appropriate sports, cultural and recreational activities should be provided. \\nCommunity sensitization should be carried out before the child\u2019s arrival. \\nFormal education or training activities should not be provided at the ICC; however, literacy testing can be conducted. \\nCommunities near the ICC should be sensitized about the ICC\u2019s role. Children in the centres should be encouraged to participate in community activities to encourage trust. During temporary care, peace education should be part of everyday life as well as the formal programmes, and cover key principles, objectives, and values related to the non-violent resolution of conflict.Additional Resources: \\n United Nations Guidelines for Alternative Care, A/Res/64/142 (24 Feb 2010) \\n Care in Emergencies Toolkit, Interagency Working Group on Unaccompanied and Separated Children (2013). \\n Field Handbook on Unaccompanied and Separated Children, Alliance for Child Protection in Humanitarian Action (2016) \\n Toolkit on Unaccompanied and Separated Children, Alliance for Child Protection in Humanitarian Action (2017) \\n Child Safeguarding Standards and How to Implement Them, Keeping Children Safe (2014) \\n Protection from Sexual Exploitation and Abuse Task Force online resources \\n Guidelines for Justice in Matters involving Child Victims and Witnesses of Crime (2009).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 51, - "Heading1": "Annex C: Management guidelines for interim care centres", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Interim care centres (ICCs), sometimes referred to as transit centres, are not a necessary step in all DDR situations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6974, - "Score": 0.202031, - "Index": 6974, - "Paragraph": "The Inter-Agency Standing Committee, which is the primary mechanism for facilitating inter-agency decision-making in response to complex emergencies and natural disasters, issued guidelines in 2004 for HIV/AIDS interventions in emergency settings. The guide- lines are a practical handbook and planning tool to enable governments and cooperating organizations, including UN agencies and non-governmental organizations (NGOs), to make the minimum required multisectoral response to HIV/AIDS during the early phase of emergency situations, as well as during the stabilization phase.4 Most of the recommended actions for vulnerable groups are also valid for DDR and addressing HIV/AIDS among DDR participants (see Annex B).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.4. Inter-Agency Standing Committee guidelines on HIV/AIDS interventions in emergency settings", - "Heading3": "", - "Heading4": "", - "Sentence": "The guide- lines are a practical handbook and planning tool to enable governments and cooperating organizations, including UN agencies and non-governmental organizations (NGOs), to make the minimum required multisectoral response to HIV/AIDS during the early phase of emergency situations, as well as during the stabilization phase.4 Most of the recommended actions for vulnerable groups are also valid for DDR and addressing HIV/AIDS among DDR participants (see Annex B).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7935, - "Score": 0.202031, - "Index": 7935, - "Paragraph": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002. \\n 2 Zagaria, N. and G. Arcadu, What Role for Health in a Peace Process? The Case Study of Angola, Rome, October 1997. \\n 3 Eide, E. B., A. T. Kaspersen, R. Kent and K. von Hippel, Report on Integrated Missions: Practical Perspec\u00ad tive and Recommendation, Independent Study for the Expanded UN ECHA (Executive Committee for Humanitarian Affairs) Core Group, May 2005, pp. 3 and 28. \\n 4 In one example, in Angola during UN Verification Angola Mission III, the humanitarian entitlements for UNITA troops were much higher than the ones provided for their dependants. \\n 5 For technical guidance, refer to WHO, Communicable Disease Control in Emergencies: A Field Manual, http://www.who.int/infectious-disease-news/IDdocs/whocds200527/whocds200527chapters/ index.htm. \\n 6 For short health profiles of many countries in crisis, and for guidelines on rapid health assessments, see WHO, http://www.who.int/hac. \\n 7 The Sphere Project provides a wide range of standards that can provide useful points of reference for an assessment of the capacity of a local health system in a poor country (see Sphere Project, Humani\u00ad tarian Charter and Minimum Standards in Disaster Response, 2004, or http://www.sphereproject.org). \\n 8 See Women\u2019s Commission for Refugee Women and Children, Field\u00adfriendly Guide to Integrate Emergency Obstetric Care in Humanitarian Programs, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 9 Case definitions must be developed for each health event/disease/syndrome. Standard WHO case definitions are available, but these may have to be adapted according to the local situation. If pos- sible, the case definitions of the host country\u2019s ministry of health should be used, if they are available. What is important is that all of those reporting to the monitoring/surveillance system, regardless of affiliation, use the same case definitions so that there is consistency in reporting. \\n 10 See Reproductive Health Responses in Conflict Consortium, Emergency Contraception for Conflict Affected Settings: A Reproductive Health Response in Conflict Consortium Distance Learning Module, 2004, http:// www.rhrc.org/resources/general%5Ffieldtools/. \\n 11 See the Sphere Project, op. cit., pp. 291\u2013293. \\n 12 WHO/Emergency and Humanitarian Action, op. cit. \\n 13 Emergency reproductive health (RH) kits were originally developed in 1996 by the members of the Inter-Agency Working Group on Reproductive Health in Refugee Situations to deliver RH services in emergency and refugee situations. To obtain these kits, the DDR practitioners/health experts should contact the WHO/UNFPA field office in that country or relevant implementing partners. \\n 14 http://www.who.int/child-adolescent-health; see also WHO/UN High Commissioner for Refugees, Clinical Management of Rape Survivors: Developing Protocols for Use with Refugees and Internally Displaced Persons, revised edition, 2004, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 15 See resources at the Reproductive Health in Conflict Consortium, http://www.rhrc.org/resources/ general%5Ffieldtools/, especially the Inter\u00adagency Field Manual.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 17, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To obtain these kits, the DDR practitioners/health experts should contact the WHO/UNFPA field office in that country or relevant implementing partners.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8786, - "Score": 0.202031, - "Index": 8786, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context. \\n members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n abductees/victims; \\n dependants/families; \\n civilian returnees/\u2019self-demobilized\u2019; \\n community members.Within these five categories, consideration should be given to addressing the specific needs of nutritionally vulnerable groups. These groups have specific nutrient requirements and include: \\n women of childbearing age; \\n pregnant and breastfeeding women and girls; \\n children 6\u201323 months old; \\n preschool children (2\u20135 years); \\n school-age children (6\u201310 years); \\n adolescents (10\u201319 years), especially girls; \\n older people; \\n persons with disabilities; and \\n persons with chronic illnesses including people leaving with HIV and TB.Analysis of the particular nutritional needs of vulnerable groups is a prerequisite of programming for the food assistance component of a DDR process. The Fill the Nutrient Gap tool in countries where this analysis has been completed is an invaluable resource to understand the key barriers to adequate nutrient intake in a specific context for different target groups.3A key opportunity to make food assistance components of DDR processes more nutrition sensitive is to deliver them within a multi-sectoral package of interventions that aim to improve food security, nutrition, health, and water, sanitation and hygiene (WASH). Social and behaviour change communication (SBCC) is likely to enhance the nutritional impact of the transfer. Gender equality and ensuring a gender lens in analysis and design also make nutrition programmes more effective.As far as possible, the food assistance component of a DDR process should try to ensure that the nutritionally vulnerable receive assistance that meets their energy and nutrient intake needs. Although not all women are nutritionally vulnerable, the nutrition of women who are single heads of households or sole caregivers of children often suffers when there is a scarcity of food. Special attention should therefore be paid to food assistance for households where women are the only adult (see IDDRS 5.10 on Women, Gender and DDR). Referral mechanisms and procedures should also be established to ensure that vulnerable individuals in need of specialized services \u2013 for example, those related to health \u2013 have timely and confidential access to these services (see IDDRS 5.70 on Health and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7857, - "Score": 0.200446, - "Index": 7857, - "Paragraph": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design. International humanitarian standards on camp design should apply, and gender-specific requirements should be taken into account (e.g., security, rape prevention, the provision of female-specific health care assistance). As a general rule, the area must conform with the Sphere standards for water supply and sanitation, drainage, vector control, etc. Locations and routes for medical and obstetric emergency referral must be pre-identi- fied, and there should be sufficient capacity for referral or medical evacuation to cater for any emergencies that might arise, e.g., post-partum bleeding (the distance to the nearest health facility and the time required to get there are important factors to consider here).When combatants are housed in military barracks or public buildings are restored for this purpose, these should also be assessed in terms of public health needs. Issues to con- sider include basic sanitary facilities, the possibility of health referrals in the surrounding area, and so on.If nearby health facilities are to be rehabilitated or new facilities established, the work should fit in with medium- to long-term plans. Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.3. Support in the identification of assembly areas", - "Heading3": "", - "Heading4": "", - "Sentence": "Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8649, - "Score": 0.200446, - "Index": 8649, - "Paragraph": "The following parts of the food assistance component should be finalized in a food assistance plan and made part of the inter-agency approach to the DDR process: \\n Context/conflict analysis, including protection and gender analysis; \\n Agreement on ration/food basket/transfer value for assembly and reinsertion periods, taking into account the diverse needs of recipients; \\n Agreement on the most appropriate modality (i.e., in-kind food, cash, or voucher/e-voucher); \\n The identification of programme resources; \\n The establishment of viable distribution/disbursement/voucher redemption mechanisms, taking into consideration gender and protection issues; \\n Putting plans and resources in place for special feeding programmes (e.g., school/interim care centre feeding, take home rations, malnutrition and prevention treatment programmes; integrating nutrition awareness education); \\n Preparations for special project activities (e.g., FFA, FFT, etc.); \\n The development of a logistics plan; \\n The establishment of monitoring and reporting systems; \\n The development of contingency plans; \\n The establishment of security measures.Having one lead food assistance agency as part of the DDR process will permit a more cost- effective operation and minimize coordination problems. In some cases, to improve the quality and variety of the food that is provided, extra supplies may be contributed by donors and other agencies. These actors can also provide non-food items required for the preparation and distribution of food (e.g., cooking pots, charcoal, paper plates, condiments, etc.).Experience has shown that the sharing of responsibilities between humanitarian and Government actors in the provision of food assistance must be done with caution. In countries emerging from conflict situations, Governments may have limited capacity and/or resources to ensure timely and regular food assistance supplies. In such situations, upon a request from a national Government, a peace operation or a UN RC, humanitarian actors may step in appealing for donor funds to cover gaps in the provision of food assistance.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 15, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.2 The food assistance plan", - "Heading3": "", - "Heading4": "", - "Sentence": "); \\n The development of a logistics plan; \\n The establishment of monitoring and reporting systems; \\n The development of contingency plans; \\n The establishment of security measures.Having one lead food assistance agency as part of the DDR process will permit a more cost- effective operation and minimize coordination problems.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9089, - "Score": 0.597614, - "Index": 9089, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "As such, it is important for DDR practitioners to ensure the safety of DDR programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10171, - "Score": 0.566947, - "Index": 10171, - "Paragraph": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR). National DDR commissions therefore provide an impoThe ToRs of National DDR commissions may provide an opportunity to link national DDR and SSR capacities. For example, the commission may share information with rele- vant Ministries (beyond the Ministry of Defence) such as Justice and the Interior as well as the legislative and civil society. Depending on the context, national commissions may be- come permanent parts of the national security sector governance architecture. This can help to ensure that capacities developed in support of a DDR programme are retained within the system beyond the lifespan of the DDR process itself.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.5. National commissions", - "Heading4": "", - "Sentence": "This can help to ensure that capacities developed in support of a DDR programme are retained within the system beyond the lifespan of the DDR process itself.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10116, - "Score": 0.534522, - "Index": 10116, - "Paragraph": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated. Shifting political and security dynamics means that flexibility is an essential design factor. Specific elements of programme design should be integrated within overall strategic objectives that reflect the end state goals that DDR and SSR are seeking to achieve.Detailed field assessments should cover political and security issues as well as identifying key national and international stakeholders in these processes (see Box 6). The programme development and costing phase should result in indicators that reflect the relationship between DDR and SSR. These may include: linking disarmament/demobilization and community security; ensuring integration reflects national security priorities and budgets; or demonstrating that operational DDR activities are combined with support for national management and oversight capacities. Development of the DDR implementation plan should integrate relevant capacities across UN, international community and national stake- holders that support DDR and SSR and reflect the implementation capacity of national authorities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.2. Programme design", - "Heading3": "", - "Heading4": "", - "Sentence": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9510, - "Score": 0.52915, - "Index": 9510, - "Paragraph": "Women and girls often directly manage communal natural resources for their livelihoods and provide for the food security of their families (e.g., through the direct cultivation of land and the collection of water, fodder, herbs, firewood, etc.). However, they often lack tenure or official rights to the natural resources they rely on, or may have access to communal resources that are not recognized (or upheld if they are recognized) in local or national laws. DDR practitioners should pay special attention to ensuring that women are able to access natural resources especially in situations where this access is restricted due to lack of support from a male relative. In rural areas, this is especially crucial for access to land, which can provide the basis for women\u2019s livelihoods and which often determines their ability to access credit and take-out loans. For example, where DDR processes link to land titling, they should encourage shared titling between male and female heads of households. In addition, DDR practitioners should ensure that employment opportunities and necessary skills training are available for girls and women in natural resource sectors, including non-traditional women\u2019s jobs. Moreover, DDR practitioners should also ensure that women are part of any decision-making processes related to natural resources and that their voices are heard in planning, programmatic decisions and prioritization of policy.In cases where access to natural resources for livelihoods has put women and girls at higher risk of SGBV, special care must be taken to establish safe and secure access to these resources, or a safe and secure alternative. Awareness and training of security forces may be appropriate for this, as well as negotiated safe spaces for women and girls to use to cultivate or gather natural resources that they rely on. DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond. For more guidance, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.2 Women and girls", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9513, - "Score": 0.52915, - "Index": 9513, - "Paragraph": "Many DDR participants and beneficiaries will have experienced the onset of one or more physical, sensory, cognitive or psychosocial disabilities during conflict. DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion. Persons with disabilities have many different needs and face different barriers to participation in DDR and in activities involving the natural resources sector. DDR practitioners should identify these barriers and the possibilities for dismantling them when conducting assessments. DDR practitioners should seek expert advice from, and engage in discussions with, organizations of persons with disabilities, relevant NGOs and government line ministries working to promote the rights of persons with disabilities, as outlined in the United Nations Convention on the Rights of Persons with Disabilities (2006) and Standard Rules on the Equalization of Opportunities for Persons with Disabilities (1993).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 22, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.3 Persons with disabilities", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9696, - "Score": 0.518563, - "Index": 9696, - "Paragraph": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). Benefit sharing, whether of minerals, land, timber or water resources, can be a make-or-break aspect of peace negotiations. Thus, in conflicts where armed forces and groups use natural resources as a means of financing conflict or where they act as an underlying grievance for recruitment, DDR should advise mediators that, where possible, natural resources (or a future commitment to address natural resources) should also be included in peace agreements. Addressing these grievances directly in mediation processes is extremely difficult, making it extremely important that sound and viable strategies for subsequent peacebuilding processes that seek to prevent the re-emergence of armed conflict related to natural resources are prioritized. It is important to carefully analyse how the conflict ended, to note if it was a military victory, a peace settlement, or otherwise, as this will have implications for how natural resources (especially land) might be distributed after the conflict ends. It is important to ensure that women\u2019s voices are also included, as they will be essential to the implementation of any peace agreement and especially to the success of DDR at the community level. Research shows that women consistently prioritize natural resources as part of peace agreements and therefore their inputs should specifically be sought on this issue.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10075, - "Score": 0.511766, - "Index": 10075, - "Paragraph": "Needs assessments are undertaken periodically in order to help planners and programmers understand progress and undertake appropriate course corrections. During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR. Promoting joint assessments through includ- ing representatives of other relevant bilateral/multilateral actors should also be encouraged to enhance coherence and reduce duplication. In designing DDR assessments, SSR con- siderations should be reflected in ToRs, the composition of assessment teams and in the knowledge gathered during assessment missions (see Box 5).Box 5 Designing SSR-sensitive assessments \\n Developing the terms of reference \u2013 Terms of reference (ToRs) for DDR assessments should include the need to consider potential synergies between DDR and SSR that can be identified and fed into planning processes. Draft ToRs should be shared between relevant DDR and SSR focal points to ensure that all relevant and cross-cutting issues are considered. The ToRs should also set out the composition of the assessment team. \\n Composing the assessment team \u2013 Assessment teams should be multi-sectoral and include experts or focal points from related fields that are linked to the DDR process. The inclusion of SSR expertise represents an important way of creating an informed view on the relationship between DDR and SSR. In providing inputs to more general assessments, broad expertise on the political and integrated nature of an SSR process may be more important than sector-specific knowledge. Where appropriate, experts from relevant bilateral/multilateral actors should also be included. Including host state nationals or experts from the region within assessment teams will improve contextual understanding and awareness of local sensitivities and demonstrate a commitment to national ownership. Inclusion of team members with appropriate local language skills is essential. \\n Information gathering \u2013 Knowledge should be captured on SSR-relevant issues in a given context. It is important to engage with representatives of local communities including non-state and community-based security providers. This will help clarify community perceptions of security provision and vulnerabilities and identify the potential for tensions when ex-combatants are reintegrated into communities, including how this may be tied to weapons availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9928, - "Score": 0.505076, - "Index": 9928, - "Paragraph": "In cases where combatants are declared part of illegal groups, progress in police reform and relevant judicial functions can project deterrence and help ensure compliance with the DDR process. This role must be based on adequate police capacity to play such a supporting role (see Case Study Box 1).The role of the police in supporting DDR activities should be an element of joint plan- ning. In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme. Where there are synergies to be realised, this should be reflected in resource allocation, training and priority setting for police reform activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.2. Illegal armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 10862, - "Score": 0.478091, - "Index": 10862, - "Paragraph": "Questions related to the overall human rights situation \\n What crimes involving violations of international human rights law and international humanitarian law were perpetrated by the different protagonists in the armed conflict? In what different ways were women involved in the conflict? Describe any specific forms of abuse to \\n \\n which women and girls were subjected during the conflict. \\n Describe any use of children by combatant groups. Was this abuse part of an orches- trated strategy, i.e. systematic and perpetrated by state and non-state security forces? If so, what were the institutional processes that facilitated such abuse?Questions related to the peace agreement \\n What were the key components of the final peace agreement? \\n Was amnesty offered as part of the peace process? What type of amnesty? And for what abuses (forced recruitment of children, sexual violence etc)? \\n Were there any transitional justice measures mandated in the peace agreement such as a truth commission, prosecutions process, reparations programme for victims, or insti- tutional reform aimed at preventing future human rights violations? \\n Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? \\n How was information about the peace agreement disseminated to the general popu- lation, in particular to vulnerable and marginalized groups?Questions related to DDR \\n Is there any form of conditionality that links DDR and justice measures, for example, amnesty or the promise of reduced sentences for combatants that enter the DDR program? \\n What are the criteria for admittance into the DDR program? Do the criteria take into consideration the varied roles of women and children associated with armed forces and groups? \\n Will there be any stipulated differences between treatment of men, women or children in the DDR programme? \\n What kind of information will be gathered from combatants during the DDR process? Will the information collected be disaggregated by gender? Will it assess whether ex- combatants committed acts of sexual violence? \\n Will demobilized combatants have the opportunity to be reintegrated into a new army or police force? \\n Is the local community involved in the reintegration programme? \\n Will the reintegration programme consider or aim to provide benefits to the commu- nities where demobilized combatants will return?Questions related to transitional justice \\n What office in the United Nations peacekeeping mission and/or what UN agency is the focal point on transitional justice, human rights, and rule of law issues? \\n What government entity is the focal point on transitional justice, human rights and rule of law issues? \\n Is there a national truth commission? Are there any other truth-seeking initiatives, for example at the local or regional level of the country? \\n Are there any investigations and/or prosecutions of perpetrators of crimes involving violations of international human rights law and international humanitarian law that occurred during the conflict? \\n Does the truth commission or prosecutions process have any specific outreach to, or strategy for dealing with, ex-combatants? \\n Does the truth commission or prosecutions process have a public information or out- reach capacity? What kind of information is being disseminated? How are they reaching out to vulnerable, marginalized groups including ex-combatants in communicating mandate and operations? \\n Are there plans to offer reparations to victims or communities ravaged by the conflict? Who are the targeted beneficiaries of the reparations? How are women survivors of sexual violence considered in reparations programmes, female ex-combatants, WAAFG, children? When will reparations be distributed? How will reparations distributed? Who is funding or could fund the reparation programme? \\n Are reparations tied to any other transitional justice measures such as prosecutions, truth-telling, institutional reform and/or local justice initiatives? \\n Is institutional reform, such as vetting, mandated as part of the peace agreement or post-conflict legal framework? Are security sector institutions targeted for such reform? Are there any accountability mechanisms set up to address the integrity of the security sector personnel? \\n Are there any justice or reconciliation efforts at the local/community level? \\n What is the involvement of women and/or children in locally based justice and rec- onciliation initiatives? \\n What is the criterion for determining who could participate in locally based justice and reconciliation initiatives? \\n Are these locally based justice and reconciliation initiatives linked to any other tran- sitional justice measures such as prosecutions, truth-telling and/or reparations?Questions related to possibilities for coordination \\n Will the planned timetable for the DDR programme overlap with planned transitional justice measures? \\n Are there opportunities to coordinate information strategies around DDR and transi- tional justice measures? \\n Will ex-combatants be screened on human rights criteria as part of the DDR programme? Can the DDR programme integrate human rights education and/or information ses- sions that specifically provide information on transitional justice? \\n Can the DDR programme provide incentives for ex-combatants to participate in pros- ecutions processes or truth-seeking initiatives? \\n Will there be any screening on human rights criteria of those ex-combatants interested in staying in or joining the security forces? \\n How can the DDR programme support or coordinate with other initiatives that address justice for women and justice for children? \\n Can any information gathered during the DDR programme be shared with a truth com- mission or prosecutions process? \\n How do the benefits offered to ex-combatants in the DDR programme compare to any reparations offered to victims of the armed conflict? \\n Can the benefits provided to ex-combatants be considered in light of reparations offered to victims? Is coordination between these two mechanisms possible? \\n Are there opportunities to connect the reintegration programme with locally based justice and reconciliation initiatives? For example, can any benefits provided to the community include support for locally based justice and reconciliation initiatives? \\n Can the reintegration programme include a component that involves ex-combatants in efforts to rebuild communities that have been physically destroyed as a result of the armed conflict? \\n Does the monitoring and assessment of the DDR programme include assessment of the impact of the programme on human rights, justice, and rule of law?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 31, - "Heading1": "Annex B: Critical questions for the field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Can any information gathered during the DDR programme be shared with a truth com- mission or prosecutions process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9116, - "Score": 0.472866, - "Index": 9116, - "Paragraph": "Organized crime often exacerbates and may prolong armed conflict. When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in crime-conflict contexts. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 21, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9695, - "Score": 0.472866, - "Index": 9695, - "Paragraph": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9937, - "Score": 0.472456, - "Index": 9937, - "Paragraph": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants. Rebel groups often inflate their numbers before or at the start of a DDR process due to financial incentives as well as to strengthen their negotiating position for terms of entry into the security sector. This practice can result in forced recruitment of individuals, including children, to increase the headcount. Security vacuums may be one further consequence of a disengagement process with the movement of ex-combatants to de- mobilization centres resulting in potential risks to communities. Analysis of context-specific security dynamics linked to the disengagement process should provide a common basis for DDR/SSR decisions. When negotiating with rebel groups, criteria for integration to the security sector should be carefully set and not based simply on the number of people the group can round up (see IDDRS 3.20 on DDR Programme Design, Para 6.5.3.4). The requirement that chil- dren be released prior to negotiations on integration into the armed forces should be stip- ulated and enforced to discourage their forced recruitment (see IDDRS 5.30 on Children and DDR). The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.3. The disengagement process", - "Heading3": "", - "Heading4": "", - "Sentence": "The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10243, - "Score": 0.472225, - "Index": 10243, - "Paragraph": "Recognizing that the success of DDR may be linked to progress in SSR, or vice versa, re- quires sensitivity to the need to invest simultaneously in related programmes. Implementation of DDR and SSR programmes is frequently hampered by the non-availability or slow disburse- ment of funds. Delays in one area due to lack of funding can mean that funds earmarked for other key activities can also be blocked. If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding. Increased use of multi-donor trust funds that address both issues represents one potential means to more effectively integrate DDR and SSR through pooled funding. National ownership is a key consideration: funding support for DDR/SSR should reflect the absorptive capacity of the state, including national resource limitations. In particular, the levels of ex-combatants integrated within the reformed security sector should be sus- tainable through national budgets. Supporting measures to enhance management and oversight of security budgeting provide an important means to support the effective use of limited resources for DDR and SSR. Improved transparency and accountability also contributes to building trust at the national level and between national authorities and international partners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.3 Funding", - "Heading4": "", - "Sentence": "If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10070, - "Score": 0.458349, - "Index": 10070, - "Paragraph": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design). This section proposes ways to appropriately integrate SSR concerns into DDR assessments, programme design, monitoring and evaluation (9.1-9.3). To avoid unrealistic and counter-productive approaches, decisions on how to sequence activities should be tailored to context-specific security, political and socio-economic factors. Entry points are therefore identified where DDR/SSR concerns may be usefully considered (9.4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10646, - "Score": 0.458349, - "Index": 10646, - "Paragraph": "Box 5 Action points for mediators, donors, practitioners and national actors \\n\\n Action points for mediators and other participants in peacemaking \\n Include obligations for accountability, truth, reparation and guarantees of non-reoccurrence in peace agreements. \\n Include victims in peace negotiation processes. \\n Reject amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights. \\n\\n Action points for donors \\n Donors for DDR programmes may consider comparative commitments to reparations for victims before or while the DDR process proceeds. \\n\\n Action points for DDR practitioners \\n Integrate human rights and transitional justice components into the training programmes and support materials for UN mediators and DDR practitioners, including of national DDR commissions. \\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme. \\n Ensure that the DDR programme meets national and international obligations concerning account-ability, truth, reparations and guarantees of non-repetition.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10751, - "Score": 0.453557, - "Index": 10751, - "Paragraph": "Even after a ceasefire or peace agreement, DDR is frequently challenged by commanders who refuse for a variety of reasons to disarm and demobilize, and impede their combatants from participating in DDR. In some of these cases, national DDR commissions (or other officials charged with DDR) and prosecutors may collaborate on prosecutorial strategies, for example focused on those most responsible for violations of international human rights and humanitarian law, that may help to remove these spoilers from the situation and allow for the DDR of the combat unit or group. Such an approach requires an accompanying pub- lic information strategy that indicates a clear and transparent criminal policy, indicating what kind of cases will be prosecuted, and avoiding any perception of political influence, arbitrary prosecution, corruption or favoritism. The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.5. Collaborate on strategies to target spoilers", - "Heading4": "", - "Sentence": "The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8949, - "Score": 0.44475, - "Index": 8949, - "Paragraph": "In supporting DDR processes, organizations are governed by their respective constituent instruments; specific mandates; and applicable internal rules, policies and procedures. DDR is also supported within the context of a broader international legal framework, which contains rights and obligations that must be adhered to in the implementation of DDR. As such, the applicable legal frameworks should be considered at every stage of the DDR process, from planning to execution and evaluation, and, in some cases, the legal architecture to counter organized crime may supersede DDR policies and frameworks. Failure to abide by the applicable legal framework may result in consequences for the UN, national institutions, the individual DDR practitioners involved and the success of the DDR process as a whole.Within the context of organized crime and armed conflict, DDR practitioners must consider national as well as international legal frameworks that pertain to organized crime, in both conflict and post-conflict settings, in order to understand how they may apply to combatants and persons associated with armed forces and groups who have engaged in criminal activities. While \u2018organized crime\u2019 itself remains undefined, a number of related international instruments that define concepts and specific manifestations of organized crime form the legal framework upon which interventions and obligations are based (refer to Annex B for a list of key instruments).A country\u2019s international obligations put forth by these instruments are usually translated into domestic legislation. While domestic legal frameworks on organized crime may differ in the treatment of organized crime across States, by ratifying international instruments, States are required to align their national legislation with international standards. Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws. For example, participation in criminal activities by certain former members of armed forces and groups may limit their participation in DDR processes, as outlined in a State\u2019s penal code and criminal procedure codes. Moreover, where crimes (such as forms of human trafficking) committed by ex-combatants and persons formerly associated with armed forces and groups are so egregious as to constitute crimes against humanity, war crimes or gross violations of human rights, their participation in DDR processes must be excluded by international humanitarian law.In cases where armed forces have engaged in criminal activities amounting to the most serious crimes under international law, it is the duty of every State to exercise its criminal jurisdiction over those responsible. DDR practitioners shall not facilitate any violations of international human rights law or international humanitarian law by the host State, including arbitrary deprivation of liberty and unlawful confinement, or surveillance/maintaining watchlists of participants. DDR practitioners should be aware of local and international mechanisms for achieving justice and accountability. Moreover, it is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on DDR and Transitional Justice). Therefore, if there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner shall seek legal advice from the competent legal office and human rights office, and DDR processes may need to be adjusted. For further information, see IDDRS 2.11 on The Legal Framework for UN DDR.DDR processes may also be impacted by Security Council sanctions regimes. Targeted sanctions against individuals, groups and entities have been utilized by the UN to address threats to international peace and security, including the threat of organized crime by armed groups. DDR practitioners should be aware of any relevant sanctions regime, particularly arms embargo measures that may restrict the options available during disarmament or transitional weapons and ammunitions management activities, limit eligibility for participation in DDR processes and restrict the provision of financial support to DDR participants. (For more information, refer to IDDRS 4.10 on Disarmament and IDDRS 4.11 on Transitional Weapons and Ammunition Management.) While each sanctions regime is unique, DDR practitioners shall be aware of those applicable to armed groups and seek legal advice about whether listed individuals or groups can indeed be eligible to participate in DDR processes.For example, the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities, established pursuant to Resolutions 1267 (1999), 1989 (2011) and 2253 (2015), is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. DDR practitioners shall be further aware that donor States may also designate groups as terrorists through \u2018national listings\u2019. DDR practitioners should consult their legal adviser on the implications a terrorist listing may have for the planning or implementation of DDR processes, including whether the group was designated by the UN Security Council, a regional organization, the host State or a State supporting the DDR process, as well as whether the host or a donor State criminalizes the provision of support to terrorists, in line with applicable international counter-terrorism requirements. For an overview of the legal framework related to DDR more generally, see IDDRS 2.11 on The Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 10, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.3 Relevant frameworks and approaches to combat organized crime during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10370, - "Score": 0.44475, - "Index": 10370, - "Paragraph": "Since the mid-1980s, societies emerging from violent conflict or repressive rule have often chosen to address past violations of international human rights law and international humani- tarian law through transitional justice measures.Transitional justice \u201ccomprises the full range of processes and measures associated with a society\u2019s attempts to come to terms with a legacy of large-scale past abuses, in order to ensure accountability, serve justice and achieve reconciliation.\u201d1 (S/2004/616) It is primarily concerned with gross violations of international human rights law2 and seri- ous violations of international humanitarian law. Transitional justice measures may in- clude judicial and non-judicial responses such as prosecutions, truth commissions, reparations programmes for victims and tools for institutional reform such as vetting. Whatever combination is chosen must be in conformity with international legal standards and obligations. This module will also provide information on locally-based processes of justice, justice for women, and justice for children.Transitional justice measures are increasingly part of the political package that is agreed to by the parties to a conflict in a cease-fire or peace agreement. Subsequently, it is not uncommon for DDR programmes and transitional justice measures to coexist in the post- conflict period. The overlap of transitional justice measures with DDR programmes can create tension. Yet the coexistence of these two types of initiatives in the immediate aftermath of conflict\u2014one focused on accountability, truth and redress and the other on security\u2014 may also contribute to achieving the long-term shared objectives of reconciliation and peace. DDR may contribute to the stability necessary to implement transitional justice ini- tiatives; and the implementation of transitional justice measures for accountability, truth, redress and institutional reform can increase the likelihood that DDR programmes will achieve their aims, by strengthening the legitimacy of the programme from the perspec- tive of the victims of violence and their communities, and contributing in this way to their willingness to accept returning ex-combatants.The relationship between DDR programmes and transitional justice measures can vary widely depending on the country context, the manner in which the conflict was fought and how it ended, and the level of involvement by the international community, among many other factors. In situations where DDR programmes and transitional justice meas- ures coexist in the field, both stand to benefit from a better understanding of their respec- tive mandates and ultimate aims. In all DDR processes there is a need to understand how DDR programmes link in with other aspects of a peace consolidation process, be they political, humanitarian, security or justice related, so as to avoid one process impacting negatively on another. UN-supported DDR aims to be people-centred, flexible, accountable and transparent; nationally owned; integrated; and well planned (see IDDRS 2.10 on the UN Approach to DDR). This module therefore further aims to contribute to an accountable DDR that is based on more systematic and improved coordination between DDR and tran- sitional justice processes so as to best facilitate the successful transition from conflict to sustainable peace.Box 1 Primary approaches to transitional justice \\n Prosecutions \u2013 are the conduct of investigations and judicial proceedings against an alleged perpetrator of a crime in accordance with international standards for the administration of justice. For the purposes of this module, the focus is on the prosecution of individuals accused of criminal conduct involving gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Prosecutions initiatives can vary. They can be broad in scope, aiming to try many perpetrators, or they can be narrowly focused on those that bear the most responsibility for the crimes committed. \\n Reparations \u2013 are a set of measures that provides redress for victims of gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Reparations can take the form of restitution, compensation, rehabilitation, satisfaction, and guarantees of non-repetition. Reparations programs have two goals: first, to provide recognition for victims because reparation are explicitly and primarily carried out on behalf of victims; and, second, to encourage trust among citizens, and between citizens and the state, by demonstrating that past abuses are regarded seriously by the new government. \\n Truth commissions \u2013 are non-judicial or quasi-judicial fact-finding bodies. They have the primary purpose of investigating and reporting on past abuses in an attempt to understand the extent and patterns of past violations, as well as their causes and consequences. The work of a commission is to help a society understand and acknowledge a contested or denied history, and bring the voices and stories of victims to the public at large. It also aims at preventing further abuses. Truth commissions can be official, local or national. They can conduct investigations and hearings, and can identify the individuals and institutions responsible for abuse. Truth commissions can also be empowered to make policy and prosecutorial recommendations. \\n Institutional reform \u2013 is changing public institutions, including those that may have perpetuated a conflict or served a repressive regime, and transforming them into institutions that are more effective and accountable and thus better able to support the transition, sustain peace and preserve the rule of law. Following a period of massive human rights abuse, building fair and efficient public institutions play a critical role in preventing future abuses. It also enables public institutions, in particular in the security and justice sectors, to provide criminal accountability for past abuses.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In all DDR processes there is a need to understand how DDR programmes link in with other aspects of a peace consolidation process, be they political, humanitarian, security or justice related, so as to avoid one process impacting negatively on another.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9582, - "Score": 0.44475, - "Index": 9582, - "Paragraph": "Landmines and explosive remnants of war take a heavy toll on people\u2019s livelihoods, countries\u2019 economic and social development, and peacebuilding efforts. Restoring agricultural lands to a productive state is paramount for supporting livelihoods and improving food security, two of the most important concerns in any conflict-affected setting. Demining fields and potential areas for livestock and agriculture will therefore provide an essential step to restoring safety and access to agricultural lands and to restoring the confidence of local populations in the peace process. To ensure that agricultural land is returned to safety and productivity as quickly as possible, where applicable, DDR programmes should seek specific demining expertise. Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.2 Demining agricultural areas", - "Heading4": "", - "Sentence": "Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10722, - "Score": 0.440959, - "Index": 10722, - "Paragraph": "Both DDR and transitional justice initiatives engage in gathering, sharing, and disseminating information. However, rarely is information shared in a systematic or coherent manner between these two programmes. DDR programmes, which are usually established before transitional justice measures may consider sharing information with the latter. This need not necessarily include sharing information relating to particular individuals for purposes of prosecutions, as this may create difficulties in some contexts (although, as illustrated in section 7.1 above, it frequently does not). Information about the more structural dimen- sion of combating forces, none of which needs to be person-specific, may be very useful for transitional justice measures. Socio-economic and background data gathered from ex- combatants through DDR programmes can also be informative. Similarly, transitional justice initiatives may obtain information that is important to DDR programmes, for example on the location or operations of armed groups.DDR programmes may also accommodate procedures that include gathering infor- mation on ex-combatants accused or suspected of gross violations of international human rights law and serious violations of international humanitarian law. This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data. Truth commissions often try to reliably describe broad patterns of past violence. Insights into the size, location, and territory of armed groups, their com- mand structures, type of arms collected, recruitment processes, and other aspects of their mode of operation could assist in reconstructing an historical \u2018memory\u2019 of past patterns of collective violence.Sharing information with a national reparations programme may also be important. Here, details about benefits offered to ex-combatants through DDR programmes may be useful in efforts to secure equity in the treatment of victims through reparations programmes. If communities received benefits through DDR programmes, this will also be relevant to those who are tasked with the responsibility of designing collective reparations programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.1. Consider sharing DDR information with transitional justice measures", - "Heading4": "", - "Sentence": "This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8871, - "Score": 0.436436, - "Index": 8871, - "Paragraph": "DDR practitioners shall be aware that, in contexts of organized crime, not all DDR participants and beneficiaries have the same needs. For example, the majority of victims of human trafficking, sexual abuse and exploitation are women, girls and boys. Moreover, women may be forcibly recruited for labour by armed groups and used as smuggling agents for weapons and ammunition. Whether they become members of armed groups or are abductees, women have specific needs derived from their human trafficking exploitation including debt bondage; physical, psychological and sexual abuse; and restricted movement. DDR practitioners shall therefore pay particular attention to the specific needs of women and men, boys and girls derived from their condition of having been trafficked and implement DDR processes that offer appropriate, age- and gender- specific psychological, economic and social assistance. For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Gender responsive and inclusive ", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9485, - "Score": 0.436436, - "Index": 9485, - "Paragraph": "At a minimum, assessments focused on natural resources and employment and livelihood opportunities should reflect on the demand for natural resources and any derived products in local, regional, national and international markets. They should also examine existing and planned private sector activity in natural resource sectors. Assessments should also consider whether any areas environmentally degraded or damaged as a result of the conflict can be rehabilitated and strengthened through quick-impact projects (see section 7.2.1). DDR practitioners should seek to incorporate information gathered in Strategic Environmental Assessments and Environmental and Social Impact Assessments where appropriate and possible, to avoid unnecessary duplication of efforts. The data collected can also be used to identify potential reconciliation and conflict resolution activities around natural resources. These activities may, for example, be included in the design of reintegration programmes.Box 2. Sample questions for the profiling of male and female members of armed forces and groups: \\n - Motivations for joining armed forces and groups linked to natural resources? \\n - Potential areas of return and likely livelihoods options to identify potential natural resource sectors to support? Seasonality of these occupations and related migration patterns? Are there communal natural resources in question in the area of return? Will DDR participants have access to these? \\n - The use of natural resources by the members of armed forces and groups to identify potential hot spots? \\n - Possibility to employ job/vocational skills in natural resource management? \\n - Economic activities already undertaken prior to joining or while with armed forces and groups in different natural resource sectors? \\n - Interest to undertake economic activities in natural resource sectors?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 19, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.2 Employment and livelihood opportunities", - "Heading4": "", - "Sentence": "Will DDR participants have access to these?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10037, - "Score": 0.433555, - "Index": 10037, - "Paragraph": "Community security initiatives can be considered as a mechanism for both encouraging acceptance of ex-combatants and enhancing the status of local police forces in the eyes of communities (see IDDRS 4.50 on UN Police Roles and Responsibilities). Community-policing is increasingly supported as part of SSR programmes. Integrated DDR programme plan- ning may also include community security projects such as youth at risk programmes and community policing and support services (see IDDRS 3.41 on Finance and Budgeting).Community security initiatives provide an entry point for developing synergies be- tween DDR and SSR. DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level. Pooling financial and human resources including joint information campaigns may contribute to improved outreach, cost-savings and increased coherence.Box 4 DDR/SSR action points for supporting community security \\n Identify and include relevant law enforcement considerations in DDR planning. Where appropriate, coordinate reintegration with police authorities to promote coherence. \\n Assess the security dynamics of returning ex-combatants. Consider whether information generated from tracking the reintegration of ex-combatants should be shared with the national police. If so, make provision for data confidentiality. \\n Consider opportunities to support joint community safety initiatives (e.g. weapons collection, community policing). \\n Support work with men and boys in violence reduction initiatives, including GBV.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 15, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.4. Community security initiatives", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10673, - "Score": 0.433555, - "Index": 10673, - "Paragraph": "Information about transitional justice measures is an important component of DDR assess- ment and design. Transitional justice measures and their potential for contributing to or hindering DDR objectives should be considered in the integrated DDR planning process, particularly in the detailed field assessment. Are transitional justice measures mandated in the peace agreement? Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? A list of critical questions related to the intersection between transitional justice and DDR is available in Annex C. For more infor- mation on conducting a field assessment see Module 3.20 on DDR Programme Design.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.1. Integrate information on transitional justice measures into the field assessment", - "Heading4": "", - "Sentence": "Transitional justice measures and their potential for contributing to or hindering DDR objectives should be considered in the integrated DDR planning process, particularly in the detailed field assessment.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9723, - "Score": 0.433555, - "Index": 9723, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration). The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes. In contexts of ongoing armed conflict, reintegration support can focus on resiliency and improving opportunities in natural resource management sectors, picking up on many of the CBNRM approaches discussed in previous sections. In particular, engagement with other efforts to improve the transparency in targeted natural resource supply chains is extremely important, as this can be a source of creating sustainable employment opportunities and reduce the risk that key sectors are re- captured by armed forces and groups. Undertaking these efforts together with other measures to help the recovery of conflict-affected communities can also create opportunities for social reconciliation and cohesion.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "9. Reintegration support and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10705, - "Score": 0.422577, - "Index": 10705, - "Paragraph": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.9. Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives", - "Heading4": "", - "Sentence": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9738, - "Score": 0.419314, - "Index": 9738, - "Paragraph": "Armed forces and groups often fuel their activities by assuming control over resource rich territory. When States lose sovereign control over these resources, DDR and SSR processes are impeded. For example, resource revenues can prove relatively more attractive than the benefits offered through DDR and, as a result, individuals and groups may opt not to participate. Similarly, armed groups that are required by peace agreements to integrate into the national army and redeploy to a different geographical area may refuse to do so if it means losing control over resource rich territory. Where members of the security sector have been controlling natural resource extraction and/ or trade areas or networks, this dynamic is likely to continue until the sector becomes formalized and there are appropriate systems of accountability in place to prevent illegal exploitation or trafficking of resources.Peace agreements that do not effectively address the role of natural resources risk leaving warring parties with the economic means to resume fighting as soon as they decide that peace no longer suits them. In contexts where natural resources fuel conflict, integrated DDR and SSR processes should be planned with this in mind. Where appropriate, DDR practitioners should advise mediation teams on the impact of militarized resource exploitation on DDR and SSR and recommend that provisions regarding the governance of natural resources are included in the peace agreement (if one exists). Care must also be taken not to further militarize natural resource extraction areas. The implementation of DDR in this context can be supported by SSR programmes that address the governance of natural resources. Among other elements, these programmes may focus on ensuring the transparent and accountable allocation of natural resource concessions and transparent management of the revenues derived from their exploitation. This will involve supporting assessments of what natural resources the country has and their best possible usage; assisting in the creation of laws and regulations that require transparency and accountability; and building institutional capacity to manage natural resources wisely and enforce the law effectively. For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "10. DDR, SSR and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9540, - "Score": 0.40996, - "Index": 9540, - "Paragraph": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question. This may be done through the secondment of experts, providing training on natural resources and through consulting local partners and civil society groups with relevant expertise.During the programme development phase, risks and opportunities identified as part of the assessment and risk management process should be factored into the overall strategy for the programme. This can be accomplished by working closely with government institutions and relevant line ministries responsible for agriculture, land distribution, forestry, fisheries, minerals and water, as well as civil society, relevant NGOs and the local and international private sector, where appropriate. DDR practitioners should ensure that all major risks for health, livelihoods and infrastructure, as well as disaster-related vulnerabilities of local communities, are identified and addressed in programme design and implementation, including for specific-needs groups. This is especially important for extractive industries such as mining, as well as forestry21 and agriculture, where government contracts and concessions that are being negotiated will impact local areas and communities, or where the extraction or production of the resources can result in pollution or contamination of basic life resources (such as soils, air and water). Private sector entities are increasingly pressured to conform to due diligence and transparency standards that seek to uphold human rights, labour rights and sustainable development principles and DDR practitioners can leverage this to increase their cooperation. Local traditional knowledge about natural resource management should also be sought and built into the DDR programme as much as possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 26, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10111, - "Score": 0.407718, - "Index": 10111, - "Paragraph": "If SSR issues and perspectives are to be integrated at an early stage, assessments and their outputs must reflect a holistic SSR approach and not just partial elements that may be most applicable in terms of early deployment. Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4). This may be done through joint assessment missions combining DDR and SSR com- ponents, or by drawing on SSR expertise throughout the assessment phase. Up to date conflict and security analysis should address the nexus between DDR and SSR in order to support effective engagement (see Box 6). Participatory assessments and institutional capac- ity assessments may be particularly useful for security-related research (see IDDRS 3.20 on DDR Programme Design, Para. 5.3.6).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.2. Detailed field assessments", - "Heading4": "", - "Sentence": "Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8852, - "Score": 0.404061, - "Index": 8852, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and organized crime.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8865, - "Score": 0.404061, - "Index": 8865, - "Paragraph": "The majority of girls and boys associated with armed forces and groups may be victims of human trafficking, and DDR practitioners shall treat all children who have been recruited by armed forces and groups, including children who have otherwise been exploited, as victims of crime and of human rights violations. When DDR processes are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. As victims of crime, children\u2019s cases shall be handled by child protection authorities. Children shall be provided with support for their recovery and reintegration into families and communities, and the specific needs arising from their exploitation shall be addressed. For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "4.1.2 Unconditional release and protection of children ", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9309, - "Score": 0.404061, - "Index": 9309, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10464, - "Score": 0.403473, - "Index": 10464, - "Paragraph": "Criminal investigations and DDR have potentially important synergies. In particular, infor- mation gathered through DDR processes may be very useful for criminal investigations. Such information does not need to be person-specific, but might focus on more general issues such as structures and areas of operation.Since criminal justice initiatives in post-conflict situations would often only be able to deal with a relatively small number of suspects, most prosecutions strategies ought to focus on those bearing the greatest degree of responsibility for crimes committed. As such, these objectives must be effectively communicated in a context of DDR processes to ensure that those participating in DDR understand whether or not they are likely to face prosecutions. Prosecutions can make positive contributions to DDR. First, at the most general level, a DDR process stands to gain if the distinction between ex-combatants and perpetrators of human rights violations can be firmly established. Obviously, not all ex-combatants are human rights violators. This is a distinction to which criminal prosecutions can make a contribution: prosecutions may serve to individualize the guilt of specific perpetrators and therefore lessen the public perception that all ex-combatants are guilty of serious crimes under international law. Second, prosecution efforts may remove spoilers and potential spoilers from threatening the DDR process. Prosecutions may remove obstacles to the demo- bilization of vast numbers of combatants that would be ready to cease hostilities but for the presence of recalcitrant commanders. A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions may foster trust in the reintegration process and enhance the prospects for trust building between ex-combatants and other citizens by pro- viding communities with some assurance that those whom they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law. The pursuit of accountability through prosecutions may also create tensions with DDR efforts. When these processes overlap, or when prosecutions are instigated early in a DDR process, some tension between prosecutions and DDR, stemming from the fact that DDR requires the cooperation of ex-combatants and their leaders, while prosecutors seek to hold accountable those responsible for criminal conduct involving violations of international humanitarian law and human rights law, may be hard to avoid. This tension may be dimin- ished by effective communications campaigns. Misinformation or partial information about prosecutions efforts may further contribute to this tension. Ex-combatants are often unin- formed of the mandate of a prosecutions process and are unaware of the basic tenets of international law. In Liberia, for example, confusion about whether or not the mandate of the Special Court for Sierra Leone covered crimes committed in Liberia initially inhibited some fighters from entering the DDR process.While these concerns deserve careful consideration, there have been a number of con- texts in which DDR processes have coexisted with prosecutorial efforts, and the latter have not created an impediment to DDR. In some situations, transitional justice measures and DDR programmes have been connected through some sort of conditionality. For example, there have been cases where combatants who have committed crimes have been offered judicial benefits in exchange for disarming, demobilizing and providing information or collaborating in dismantling the group to which they belong. There are, however, serious concerns about whether such measures comply with the international legal obligations to ensure that perpetrators of serious crimes are subject to appropriate criminal process, that victims\u2019 and societies\u2019 right to the truth is fully realized, and that victims receive an effective remedy and reparation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 8, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.1. Criminal investigations and prosecutions", - "Heading3": "", - "Heading4": "", - "Sentence": "In Liberia, for example, confusion about whether or not the mandate of the Special Court for Sierra Leone covered crimes committed in Liberia initially inhibited some fighters from entering the DDR process.While these concerns deserve careful consideration, there have been a number of con- texts in which DDR processes have coexisted with prosecutorial efforts, and the latter have not created an impediment to DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10105, - "Score": 0.400892, - "Index": 10105, - "Paragraph": "A first step in the pre-mission planning stage leading to the development of a UN concept of operations is the initial technical assessment (see IDDRS 3.10 on Integrated DDR Planning). In most cases, this is now conducted through a multidimensional technical assessment mission. Multidimensional technical assessment missions represent an entry point to begin en- gaging in discussion with SSR counterparts on potential synergies between DDR and SSR. If these elements are already reflected in the initial assessment report submitted to the Secretary-General, it is more likely that the provisions that subsequently appear in the mis- sion mandate for DDR and SSR will be coherent and mutually supportive.Box 6 Indicative SSR-related questions to include in assessments \\n Is there a strategic policy framework or a process in place to develop a national security and justice strategy that can be used to inform DDR decision-making? \\n Map the security actors that are active at the national level as well as in regions particularly relevant for the DDR process. How do they relate to each other? \\n What are the regional political and security dynamics that may positively or negatively impact on DDR/SSR? \\n Map the international actors active in DDR/SSR. What areas do they support and how do they coordinate? \\n What non-state security providers exist and what gaps do they fill in the formal security sector? A\\n re they supporting or threatening the stability of the State? Are they supporting or threatening the security of individuals and communities? \\n What oversight and accountability mechanisms are in place for the security sector at national, regional and local levels? \\n Do security sector actors play a role or understand their functions in relation to supporting DDR? \\n Is there capacity/political will to play this role? \\n What are existing mandates and policies of formal security sector actors in providing security for vulnerable and marginalised groups? \\n Are plans for the DDR process compatible with Government priorities for the security sector? \\n Do DDR funding decisions take into account the budget available for the SSR process as well as the long-run financial means available so that gaps and delays are avoided? \\n What is the level of national management capacity (including human resource and financial aspects) to support these programmes? \\n Who are the potential champions and spoilers in relation to the DDR and SSR processes? \\n What are public perceptions toward the formal and informal security sector?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.1. Multidimensional technical assessment mission", - "Heading4": "", - "Sentence": "\\n Are plans for the DDR process compatible with Government priorities for the security sector?", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10714, - "Score": 0.400892, - "Index": 10714, - "Paragraph": "Box 7 Action points for DDR and TJ practitioners \\n Consider sharing programme information. \\n Consider developing a common approach to gathering information on children who leave armed forces and groups \\n Consider screening of human rights records of ex-combatants. \\n Collaborate on sequencing DDR and TJ efforts. \\n Coordinate on strategies to target spoilers. \\n Encourage ex-combatants to participate in transitional justice measures. \\n Consider how DDR may connect to and support legitimate locally based justice processes. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces. \\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8968, - "Score": 0.394055, - "Index": 8968, - "Paragraph": "The crime-conflict nexus shall be considered by DDR practitioners as they contemplate engagement and ultimately determine whether DDR is an appropriate response or whether law enforcement interventions and/or criminal justice mechanisms are better suited to the context.In order to develop successful DDR processes, DDR practitioners should assess whether participants\u2019 involvement in criminal economies came about as a function of war or as part of broader economic or social dynamics. During DDR processes, incentives for combatants to disarm and demobilize may be insufficient if they control access to lucrative resources and have well-established informal taxation regimes that depend upon the continued threat or use of violence.12 Regardless of whether conflict is ongoing or has ended, if these economic motives are not addressed, the risk that former members of armed forces and groups will re-engage in criminal activities increases.Likewise, DDR processes that do not consider social and political motives risk failure. Participation in DDR processes may decrease if members of armed forces and groups feel that they will lose social and political status in their communities by disarming and demobilizing, or if they fear retaliation against themselves and their families for abandoning armed forces and groups who engage in criminal activities. Similarly, communities themselves may be reluctant to accept and trust DDR processes if they feel that such efforts mean losing protection and stability. In such cases, public information can play an important role in supporting DDR processes, by helping to raise awareness of what the DDR process involves and the opportunities available to leave behind illicit economies. For further information, see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR.Moreover, the type of illicit economy can influence local perspectives. For example, labour- intensive illicit economies, such as the cultivation of drug crops or artisanal mining of natural resources including metals and minerals, but also logging and fishing, can easily employ hundreds of thousands to millions of people in a particular locale.13 In these instances, DDR processes that work to remove involvement in what can be \u2018positive\u2019 illicit activities may be unsuccessful if no alternative economic opportunities are offered, and a better route may be to support the formalization and regulation of the relevant sectors.Additionally, the interaction between organized crime and armed conflict is a fundamentally gendered phenomenon, affecting men and women differently in both conflict and post-conflict settings. Although notions of masculinity may be more frequently associated with engagement in organized crime, and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination on the basis of gender from both ex-combatants and communities. Moreover, women are more frequently victims of certain forms of organized crime, particularly human trafficking for sexual exploitation, and can be stigmatized or shamed due to the sexual exploitation they have experienced.14 They may be rejected by their families and communities upon their return, leaving them with few opportunities for social and economic support.At the same time, men and boys who are trafficked, either through sexual exploitation or otherwise, may face a different set of challenges based on perceived emasculation. In addition to economic difficulties, they may face stigma in communities who may not view them as victims at all. DDR processes should therefore follow an intersectional and gender-based approach in providing social, economic and psychological services to former members of armed forces and groups. For example, providing reintegration opportunities specific to female or male DDR participants and beneficiaries that promote equality, independence and a sense of ownership over their futures can have a significant impact on social, psychological and economic well-being.Finally, given that DDR processes are guided by national and local policies, DDR practitioners should bear in mind the role that crime can play in the politics of the countries in which they operate. Even if ex-combatants lay down their arms, they may retain their links to organized crime. In some cases, participation in DDR may be predicated on the condition that ex- combatants engaged in criminal activities are offered positions in the political sphere. This condition risks embedding criminality in the State apparatus. Moreover, for certain types of organized crime, amnesties cannot be granted, as serious human rights violations may have taken place, as in the case of human trafficking. DDR processes must form part of a wider response to strengthening institutions, building resilience towards corruption, strengthening the rule of law, and fostering good governance, which can, in turn, prevent the conditions that may contribute to the recurrence of conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 12, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.4 Implications for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "In such cases, public information can play an important role in supporting DDR processes, by helping to raise awareness of what the DDR process involves and the opportunities available to leave behind illicit economies.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10543, - "Score": 0.39036, - "Index": 10543, - "Paragraph": "DDR can contribute to ending or limiting violence by disarming large numbers of armed actors, disbanding illegal or dysfunctional military organizations, and reintegrating ex- combatants into civilian or legitimate security-related livelihoods. DDR alone, however, cannot build peace, nor can it prevent armed groups from reverting to conflict. DDR needs to be part of a larger system of peacebuilding interventions, including institutional reformInstitutional reform that transforms public institutions that perpetuated human rights violations is critical to peace and reconciliation. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes, or violations of international human rights and humanitarian law, criminalizes this kind of behavior, demonstrates that no one is above the law, and may act as a deterrent and con- tribute to the prevention of future abuse. Truth commissions and other truth-seeking en- deavors can provide critical analysis about the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical informa- tion about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas. Reparations for victims may contribute to trust-building between victims and government, including public institutions. Vetting processes contribute to dismantling abusive structures by excluding from public service those who have com- mitted gross human rights violations and serious violations of international humanitarian law (See Box 3: Vetting.)As security sector institutions are sometimes implicated in past and ongoing viola- tions of human rights and international humanitarian law, there is a particular interest in reforming security sector institutions. Security Sector Reform (SSR) aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law.\u201d27 SSR efforts may sustain the DDR process in multiple ways, for example by providing employment opportunities. Yet DDR programmes are seldom coordinated to SSR. The lack of coordination can lead to further vio- lations, such as the reappointment of human rights abusers into the legitimate security sector. Such cases undermine public faith in security sector institutions, and may also lead to distrust within the armed forces. (See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.)Box 3 Vetting* One important aspect of institutional reform efforts in countries in transition is vetting processes to exclude from public institutions persons who lack integrity. Vetting may be defined as assessing integrity to determine suitability for public employment. Integrity refers to an employee\u2019s adherence to international standards of human rights and professional conduct, including a person\u2019s financial propriety. Public employees who are personally responsible for gross violations of human rights or serious crimes under international law reveal a basic lack of integrity and breach the trust of the citizens they were meant to serve. The citizens, in particular the victims of abuses, are unlikely to trust and rely on a public institution that retains or hires individuals with serious integrity deficits, which would fundamentally impair the institution\u2019s capacity to deliver its mandate. Vetting processes aim at excluding from public service persons with serious integrity deficits in order to (re-establish) civic trust and (re-) legitimize public institutions. \\n In many DDR programmes, ex-combatants are offered the possibility of reintegration in the national armed forces, other security sector positions such as police or border control. In these situations, coordination between DDR programs and institution reform initiatives such as SSR programmes on vetting strategies can be particularly critical. A coordinated strategy shall aim to ensure that individuals who have committed human rights violations are not employed in the public sector. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 12, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.4. Institutional reform", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8887, - "Score": 0.39036, - "Index": 8887, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019. In the absence of most serious crimes under international law, such as crimes against humanity, war crimes and gross violations of human rights, it falls on the State to implement criminal justice measures to tackle individuals\u2019 engagement in organized criminal activities. However, issues arise when the State itself engages in criminal activities or is a party to the conflict (and therefore cannot perform a neutral role in prosecuting members of adversarial groups). For armed groups, DDR processes and other peacebuilding/peacekeeping measures may be perceived as implementing victors\u2019 justice by focusing on engagement in illicit activities that fuel conflict, rather than seeking to understand why the group was fighting in the first place. DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible. For further information, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "4.5.1 Accountable and transparent", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8817, - "Score": 0.388922, - "Index": 8817, - "Paragraph": "Organized crime and conflict converge in several ways, notably in terms of the actors and motives involved, modes of operating and economic opportunities. Conflict settings \u2013 marked by weakened social, economic and security institutions; the delegitimization or absence of State authority; shortages of goods and services for local populations; and emerging war economies \u2013 provide opportunities for criminal actors to fill these voids. They also offer an opening for illicit activities, including human, drugs and weapons trafficking, to flourish. At the same time, the profits from criminal activities provide conflict parties and individual combatants with economic and often social and political incentives to carry on fighting. For DDR processes to succeed, DDR practitioners should consider these factors.Dealing with the involvement of ex-combatants and persons associated with armed forces and groups in organized crime not only requires the promotion of alternative livelihoods and reconciliation, but also the strengthening of national and local capacities. When DDR processes promote good governance practices, transparent policies and community engagement to find alternatives to illicit economies, they can simultaneously address conflict drivers and the impacts of conflict on organized crime, while supporting sustainable economic and social opportunities. Building stronger State institutions and civil service systems can contribute to better governance and respect for the rule of law. Civil services can be strengthened not only through training, but also by improving the salaries and living conditions of those working in the system. It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes. It aims to contribute to age- and gender-sensitive DDR processes that are based on a more systematic understanding of organized crime in conflict and post-conflict settings, so as to best support the successful transition from conflict to sustainable peace. Through enhanced cooperation, mapping and dialogue among relevant stakeholders, the linkages between DDR and organized crime interventions can be addressed in a manner that supports DDR in the context of wider recovery, peacebuilding and sustainable development.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10398, - "Score": 0.385922, - "Index": 10398, - "Paragraph": "There are good reasons to anticipate a rise in situations where DDR and transitional justice initiatives will be pursued simultaneously. Transitioning states are increasingly using transitional justice measures to address past violations of international human rights law and humanitarian law, and prevent such violations in the future.At present, formal institutional connections between DDR and transitional justice are rarely considered. In some cases, the different timings of DDR and transitional justice processes constrain the forging of more formal institutional interconnections. Disarmament and demobilization components of DDR are frequently initiated during a cease-fire, or immediately after a peace agreement is signed; while transitional justice initiatives often require the forming of a new government and some kind of legislative approval, which may delay implementation by months or, not uncommonly, years. Additionally, DDR processes and transitional justice initiatives have very different constituencies: DDR pro- grammes are directed primarily at ex-combatants while transitional justice initiatives focus more on victims and on society more generally.The lack of coordination between transitional justice and DDR may lead to unbal- anced outcomes and missed opportunities. One outcome, for example, is that victims receive markedly less attention and resources than ex-combatants. The inequity is most stark when comparing benefits for ex-combatants with reparations for victims. In many cases the latter receive nothing whereas ex-combatants usually receive some sort of DDR package. The im- balance between the benefits provided to ex-combatants and the lack of benefits provided to victims has led to criticism by some that DDR rewards violent behaviour. Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building. UN peacekeeping operations have increasingly been entrusted with mandates to promote and protect human rights and accountability, as well as to assist national authori- ties in strengthening the rule of law. For example, the UN Peacekeeping Operation in the Democratic Republic of the Congo was given a specific mandate \u201cto contribute to the dis- armament portion of the national programme of disarmament, demobilization and reinte- gration (DDR) of Congolese combatants and their dependants, in monitoring the process and providing as appropriate security in some sensitive locations;\u201d as well as \u201cto assist in the promotion and protection of human rights, with particular attention to women, children and vulnerable persons, investigate human rights violations to put an end to impunity, and continue to cooperate with efforts to ensure that those responsible for serious violations of human rights and international humanitarian law are brought to justice\u201d.3Importantly DDR and transitional justice also aim to contribute to peacebuilding and reconciliation (see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks). DDR programmes may contribute to peacemaking and stability, creating environments more conducive to establishing transitional justice measures. Comprehensive approaches to transitional justice may address some of the root causes of conflict, provide accountability for past violations of international human rights and humanitarian law, and inform the institutional reform necessary to prevent the reemergence of violence. To that end they are \u201cmutually reinforcing imperatives\u201d.4Reconciliation remains a difficult concept to define or measure. There is no single model for overcoming divisions and building trust within societies recovering from conflict or totalitarian rule. DDR aims to encourage trust and confidence between ex-combatants, society and the State by presenting a transparent process by which former fighters give up their weapons, renounce their affiliations to armed groups, and commit to respecting the basic norms and laws including in the resolution of conflicts and the struggle for political power (see IDDRS 2.10 on the UN Approach to DDR). Transitional justice initiatives aim to build trust between victims, society, and the state through transitional justice measures that provide some acknowledgement from the State that citizen rights have been violated and that they deserve justice, truth and reparation. Increased consultation with victims\u2019 groups, communities receiving demobilized combatants, municipal governments, faith- based organizations and the demobilized combatants and their families, may inform and strengthen the legitimacy of DDR and transitional justice processes and enhance the pros- pects of reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 3, - "Heading1": "4. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10159, - "Score": 0.385758, - "Index": 10159, - "Paragraph": "Transitional political arrangements offer clear entry points and opportunities to link DDR and SSR. In particular, transitional arrangements often have a high degree of legitimacy when they are linked to peace agreements and can be used to prepare the ground for longer term reform processes. However, a programmatic approach to SSR that offers opportunities to link DDR to longer term governance objectives may require levels of political will and legiti- mate governance institutions that will most likely only follow the successful completion of national elections that meet minimum democratic standards.During transitional periods prior to national elections, SSR activities should address immediate security needs linked to the DDR process while supporting the development of sustainable national capacities. Building management capacity, promoting an active civil society role and identifying practical measures such as a security sector census or improved payroll system can enhance the long term effectiveness and sustainability of DDR and SSR programmes. In the absence of appropriate oversight mechanisms for the security sector, supporting an ad hoc mechanism to oversee the DDR process, which includes a coordina- tion mechanism for DDR and SSR, should be considered. Such provision should include the subsequent transfer of competencies to formal oversight bodies.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.3. Transitional arrangements", - "Heading4": "", - "Sentence": "In the absence of appropriate oversight mechanisms for the security sector, supporting an ad hoc mechanism to oversee the DDR process, which includes a coordina- tion mechanism for DDR and SSR, should be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9033, - "Score": 0.377964, - "Index": 9033, - "Paragraph": "Planning for DDR processes should be undertaken with a diverse range of partners. By coordinating with Government institutions, the criminal justice sector, academia, civil society and the private sector, DDR can provide ex-combatants and persons formerly associated with armed forces and groups with a wide range of viable alternatives to criminal activities and violence.While the nature of partnerships in DDR processes may vary, local actors possess in-depth knowledge of the local context. This knowledge should serve as an entry point for joint approaches, particularly in the mapping of actors and local conditions. DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes. Additionally, cooperation with the criminal justice sector can provide a basis for the sharing of criminal intelligence and expertise to inform DDR processes, as well as capacity- building to assist in the integration of former combatants.DDR practitioners should recognize that not only local authorities, but also civil society actors and the private sector, may be the frontline responders who lay the foundation for peace and development and ensure its long-term sustainability. Innovative financing sources and partnerships should be sought. Local partnerships contribute to the collective ownership of DDR processes. DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups. Armed forces and groups may engage in criminal activities that span borders in terms of perpetrators, victims, violence, supply chains and commodities, including arms and ammunition. When armed conflicts affect more than one country, DDR practitioners should engage regional bodies to address issues related to armed groups operating on foreign territory and to coordinate the repatriation of victims of trafficking. Moreover, even when an armed conflict remains in one country, DDR practitioners should be aware that criminal links may transcend borders and should avoid inadvertently reinforcing illicit cross-border flows. For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.3 Opportunities for joint approaches in combatting organized crime", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10349, - "Score": 0.377964, - "Index": 10349, - "Paragraph": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace. It is intended to provide a legal framework, guiding principles and options for policymakers and programme planners who are contributing to strategies that aim to minimize tensions and build on opportunities between transitional justice and DDR. Coordination between transitional justice and DDR programmes begins with an under- standing of how transitional justice and DDR may interact positively in the short-term in ways that, at a minimum, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim beyond that. Efforts should be undertaken to constructively connect these two processes in ways that contribute to a stable, just and long-term peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10776, - "Score": 0.377964, - "Index": 10776, - "Paragraph": "DDR and transitional justice represent two types of initiatives among a range of interven- tions that are (at least partly) aimed at reintegrating children associated with armed groups and forces. Given the status of children as a special category of protected persons under international law, both DDR and transitional justice actors should work together on a strat- egy that considers these children primarily as victims.Joint coordination on the reintegration of children is possible in at least three broad areas. First, DDR and transitional justice measures may coordinate on a strategy to iden- tify and hold accountable those who are recruiting children\u2014in order to make sure that the welfare of children is considered as the highest priority in that process. Second, both kinds of measures may work together on approaches to reintegrating children who may be responsible for violations of international humanitarian law or human rights law. Given the focus on CAAGF as victims, such an approach would preferably focus on non-judicial measures such as truth commissions and locally-based processes of truth and reconcilia- tion, which may better contribute to the reintegration of children than prosecution. At a minimum, a clear DDR and TJ policy should be developed as to the criminal responsibil- ity of children that takes adequate account of their protection and social reintegration. In the DRC, for example, the position shared by child protection agencies was for CAAFG accused of serious crimes to go through the juvenile justice system, applying special pro-cedures and reintegration measures. Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls. Gender inequality and cultural perceptions of women and girls may have particularly negative consequences for the reintegration of girl children associated with armed groups and forces. Targeted efforts by DDR and TJ may be necessary to ensure that girls are protected, but also that girls are given the opportunity to participate and benefit from these programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 27, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.9. Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces (CAAGF)", - "Heading4": "", - "Sentence": "Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10779, - "Score": 0.377964, - "Index": 10779, - "Paragraph": "Consideration should be given to how the design of the DDR process relates to institutional reform efforts. For example, DDR programmes may coordinate with vetting procedures, providing information to ensure that ex-combatants who are responsible for gross viola- tions of human rights or serious crimes under international law are not reintegrated into public institutions, particularly the armed forces or other national security institutions (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 28, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.10. Consider how the design of the DDR programme contributes to the aims of institutional reform, including vetting processes", - "Heading4": "", - "Sentence": "Consideration should be given to how the design of the DDR process relates to institutional reform efforts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10592, - "Score": 0.370625, - "Index": 10592, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10238, - "Score": 0.367884, - "Index": 10238, - "Paragraph": "Support to DDR/SSR processes requires the deployment of a range of different capacities.17 Awareness of the potential synergies that may be realised through a coherent approach to these activities is equally important. Appropriate training offers a means to develop such awareness while including the need to consider the relationship between DDR and SSR in the terms of reference (ToRs) of staff members provides a practical means to embed this issue within programmes.Cross-participation by DDR and SSR experts in tailored training programmes that ad- dress the DDR/SSR nexus should be developed to support knowledge transfer and foster common understandings. Where appropriate, coordination with SSR counterparts (and vice versa) should be included in the ToRs of relevant headquarters and field-based personnel. Linking the provision of DDR/SSR capacities to a shared vision of DDR/SSR objectives in a given context and an understanding of comparative advantages in different aspects of DDR/ SSR should be an important component of joint coordination and planning (see 10.2.1.).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.2. Capacities", - "Heading4": "", - "Sentence": "Linking the provision of DDR/SSR capacities to a shared vision of DDR/SSR objectives in a given context and an understanding of comparative advantages in different aspects of DDR/ SSR should be an important component of joint coordination and planning (see 10.2.1.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9206, - "Score": 0.366679, - "Index": 9206, - "Paragraph": "In an organized crime\u2013conflict context, States may decide to adjust the range of criminal acts that preclude members of armed forces and groups from participation in DDR programmes, DDR- related tools and reintegration support. For example, human trafficking encompasses a wide range of forms, from the recruitment of children into armed forces and groups, to forced labour and sexual exploitation. In certain instances, engagement in these crimes may rise to the level of war crimes, crimes against humanity, genocide and/or gross violations of human rights. Therefore, if DDR participants are found to have committed these crimes, they shall immediately be removed from participation.Similarly, the degree of engagement in criminal activities is not the only consideration, and States may also consider who commits specific acts. For example, should a foot soldier who is involved in the sexual exploitation of individuals from specific groups in their controlled territory or who marries a child bride be held accountable to the same degree as a commander who issues orders that the foot soldier do so? Just as international humanitarian law declares that compliance with a superior order does not constitute a defence, but a mitigating factor, DDR practitioners may also advise States as to whether different approaches are needed for different ranks.DDR practitioners inevitably operate within a State-based framework and must therefore abide by the determinations set by the State, identified as the legitimate authority. Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019 as defined under the United Nations Convention against Transnational Organized Crime. In the absence of genocide, crimes against humanity, war crimes or serious human rights violations, it falls on the State to implement criminal justice measures to tackle individuals\u2019 and groups\u2019 engagement in organized criminal activities.However, issues arise when the State itself is a party to the conflict and either weaponizes organized crime in order to prosecute members of adversarial groups or engages in criminal activities itself. Although illicit economies are a major source of financing for armed groups, in many cases they could not be in place without the assistance of the State. Corruption is an important issue that needs to be addressed as much as organized crime. Political actors may be involved with criminal economies at various levels, particularly locally. In addition, the State apparatus may pay lip service to fighting organize crime while at the same time participating in the illegal economy.DDR practitioners should assess the state of corruption in the country in which they are operating. Additionally, reintegration programmes should be conceptualized in close interaction with related anti-corruption and transitional justice efforts focused on \u2018institutional reform\u2019. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes or violations of international human rights and humanitarian law criminalize this kind of behaviour, demonstrate that no one is above the law, and may act as a deterrent and contribute to the prevention of future abuse. Truth commissions and other truth-seeking endeavours can provide critical analysis of the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical information about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas.A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions can foster trust in the reintegration process and enhance the prospects for trust building between former members of armed forces and groups and other citizens by providing communities with some assurance that those they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law.Moreover, while it theoretically falls on the State to implement criminal justice measures, in reality, the State apparatus may be too weak to administer justice fairly, if at all. In order to build confidence and ensure legitimacy, DDR processes must establish transparent mechanisms for independent monitoring, oversight and evaluation, and their financing mechanisms, so as to avoid inadvertently contributing to criminal activities and undermining the overall objective of sustainable peace. Transitional justice and human rights components should be incorporated into DDR processes from the outset. For further information, see IDDRS 6.20 on DDR and Transitional Justice and IDDRS 2.11 on the Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 27, - "Heading1": "10. DDR, transitional justice and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 6.20 on DDR and Transitional Justice and IDDRS 2.11 on the Legal Framework for UN DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9375, - "Score": 0.366679, - "Index": 9375, - "Paragraph": "Once armed conflict is underway, natural resources will often be targeted by armed forces and groups - as well as organized criminal groups - in order to trade them for revenues or for weapons and ammunition. These resources may be used to finance the activities of armed forces and groups, including their ability to compensate recruits, purchase weapons and ammunition, acquire materials necessary for transportation or control of strategic territories, and even their ability to expand territorial control. The exploitation of natural resources in conflict contexts is also closely linked to corruption and weak governance, where government, organized criminal groups, the private sector and armed forces and groups become interdependent through the licit or illicit revenue and trade flows that natural resources provide. In this way, armed groups and organized criminal groups can even capture the role of government and can integrate themselves into political processes by leveraging their influence over trade and access to markets and associated revenues (see IDDRS 6.40 on DDR and Organized Crime).In addition to capturing the market for natural resources, the financing of weapons and ammunition may permit armed forces and groups to coerce or force communities to abandon their lands and territories, depriving them of livelihoods resources such as livestock or crops. Hostile takeovers of land can also target valuable natural resources for the purpose of taxing their local trade routes or gaining access to markets and/or licit or illicit commodity flows associated with those resources.15 This is especially true in contexts of weak governance.Conflict contexts with weak governance are ripe for the proliferation of organized criminal groups and capture of revenues from the exploitation and trade of natural resources. However, this is only possible where there are market actors willing to purchase these resources and to engage in trade with armed forces and groups. This relationship may be further complicated on the ground by the different actors involved in markets and trade, which could include government authorities in customs and border protection, shell companies created to purposely distort the paper trail around this trade and subvert efforts at traceability by markets further downstream (i.e., closer to the end consumer), or direct involvement of other governments surrounding the country experiencing violent conflict to facilitate this trade. In these cases, the private sector at the local and national level, as well as buyers in international markets, may be implicated, whether the resources are legally or illegally traded. The relationship between the private sector and armed forces and groups in conflict is complex and can involve trade, arms and financial flows that may or may not be addressed by sanctions regimes, national and international regulations or other measures.Tracing conflict resources in global supply chains is inherently difficult; these materials may be one of hundreds that are part of a product purchased by an end user and may be traded through dozens of markets and jurisdictions before they end up in a manufacturing process, allowing multiple opportunities for the laundering of resources through fake certificates in the chain of custody.16 Consumer goods companies find the traceability of materials to a point of origin challenging in the best of circumstances; the complexities of a war economy and outbreak of violent conflict makes this even more complicated. However, technologies developed in recent years - including chemical markers, RFID tags and QR codes - are increasingly reliable, and the manufacturers, brands and retailers who sell products that contain conflict resources are increasingly subject to legal regimes that address these issues, depending on where they are domiciled.17 Globally, legal regimes that address conflict resources in global supply chains are still nascent, but awareness of these issues is growing in consumer markets and technological solutions to traceability and company due diligence challenges are emerging at a rapid rate.18There are many groups working to track the trade in conflict resources that DDR practitioners can collaborate with to ensure they are able to identify critical changes and shifts in the activities, tactics and potential resource flows of armed forces and groups. DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 10, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.2 Financing and sustaining conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10761, - "Score": 0.366679, - "Index": 10761, - "Paragraph": "Locally based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants. When ex-combatants participate in these processes, they demonstrate their desire to be a part of the community again, and to take steps to repair the damage for which they are responsible. This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reintegrate. Locally based justice processes have particular potential for the reintegration of children associated with armed forces and groups.Creating links between reintegration strategies, particularly community reintegration strategies, for ex-combatants and locally-based justice processes may be one way to bridge the gap between the aims of DDR and the aims of transitional justice. UNICEF\u2019s work with locally based justice processes in support of the reintegration of children in Sierra Leone is one example.Before establishing a link with locally based processes, DDR programmes must ensure that they are legitimate and that they respect international human rights standards, includ- ing that they do not discriminate, particularly against women, and children. The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes. Additionally civil society organizations may be able to provide information and contribute to strategies for connecting DDR programmes to locally based justice processes. Finally, outreach to recipient communities may include discussions about locally based justice processes and their applicability to the situations of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.7. Consider how DDR may connect to and support legitimate locally based justice processes", - "Heading4": "", - "Sentence": "The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9056, - "Score": 0.358569, - "Index": 9056, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9894, - "Score": 0.358569, - "Index": 9894, - "Paragraph": "While a given DDR programme might generate important returns in terms of performance indicators (e.g. numbers of weapons collected and ex-combatants reintegrated) this may not translate into effective outcomes (e.g. improvements in real and perceived individual or community security). Involving communities and local authorities in planning, implement- ing and monitoring interventions can potentially integrate efforts such as the community reintegration of former combatants with the provision of security at the local level in order to ensure that reintegration and SSR are complementary. Supporting the capacity of national armed and other security forces and line ministries can build morale, demonstrating a \u2018duty of care\u2019 through fair treatment.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While a given DDR programme might generate important returns in terms of performance indicators (e.g.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10271, - "Score": 0.358569, - "Index": 10271, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8821, - "Score": 0.356348, - "Index": 8821, - "Paragraph": "This module provides DDR practitioners with information on the linkages between organized crime and DDR and guidance on how to include these linkages in integrated planning and assessment in an age- and gender-sensitive way. The module also aims to help DDR practitioners identify the risks and opportunities associated with incorporating organized crime considerations into DDR processes. The module highlights the role of organized crime across all phases of the peace continuum, from conflict prevention and resolution to peacekeeping, peacebuilding and longer-term development. It addresses the linkages between armed conflict, armed groups and organized crime, and outlines the ways that illicit economies can temporarily support reconciliation and sustainable reintegration. The guidance provided is applicable to mission and non-mission settings and may be relevant for all actors engaged in combating the conflict-crime nexus at local, national and regional levels.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The module also aims to help DDR practitioners identify the risks and opportunities associated with incorporating organized crime considerations into DDR processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9317, - "Score": 0.356348, - "Index": 9317, - "Paragraph": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. In the case of natural resources, DDR practitioners shall ensure that they are not implementing or encouraging practices that will threaten the long-term sustainability of natural resources and the livelihoods that depend on them. They should further seek to ensure that they will not contribute to potential environment- related health problems for affected populations; this is particularly important when considering water resources, land allocation and increase in demand for natural resources by development programmes or aid groups (such as increased demand for charcoal, timber, etc. without proper natural resource management measures in place).9Finally, DDR practitioners should approach natural resource issues with conflict sensitivity to ensure that interventions do not exacerbate conflict or grievances around natural resources or other existing community tensions or grievances (such as those based on ethnic, religious, racial or other dimensions), contribute to any environmental damage, and are equipped to deal with potential tensions related to natural resource management. In particular, sectors targeted by reintegration programmes should be carefully analysed to ensure that interventions will not cause further grievances or aggravate existing tensions between communities; this may include encouraging grievance- and dispute-resolution mechanisms to be put in place.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9414, - "Score": 0.349927, - "Index": 9414, - "Paragraph": "During the pre-planning and preparatory assistance phase, DDR practitioners should clarify the role natural resources may have played in contributing to the causes of conflict, if any, and determine whether DDR is an appropriate response or whether there are other types of interventions that could be employed. In line with IDDRS 3.11 on Integrated Assessments, DDR practitioners should factor the linkage between natural resources and armed forces and groups, as well as organized criminal groups, into baseline assessments, programme design and exit strategies. This includes identifying the key natural resources involved in addition to key individuals, armed forces and groups, any known organized criminal groups and/or Governments who may have used (or continue to use) these particular resources to finance or sustain conflict or undermine peace. The analysis should also consider gender, disability and other intersectional considerations by examining the sex- and age- disaggregated impacts of natural resource conflicts or grievances on female ex-combatants and women associated with armed forces and groups.The assessments should seek to achieve two main objectives regarding natural resources and will form the basis for risk management. First, they should determine the role that natural resources have played in contributing to the outbreak of conflict (i.e., through grievances or other factors), how they have been used to finance conflict and how natural resources that are essential for livelihoods may have been degraded or damaged due to the conflict, or become a security factor (especially for women and girls, but also boys and men) at a community level. Secondly, they should seek to anticipate any potential conflicts or relapse into conflict that could occur as a result of unresolved or newly aggravated grievances, competition or disputes over natural resources, continued war economy dynamics, and the risk of former combatants joining ranks with criminal networks to continue exploiting natural resources. This requires working closely with national actors through coordinated interagency processes. Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes. These technical experts should also display expertise in recognizing the social, psychological and economic livelihoods issues connected to natural resources to be able to properly inform programme design. The participation of local civil society organizations and groups with knowledge on natural resources will also aid in the formation of a holistic perspective during the assessment phase. In addition, special attention should be given to gathering any relevant information on issues of access to land (both individually owned and communal), water and other natural resources, especially for women and youth.Land governance and tenure issues - including around sub-surface resource rights - are likely to be an issue in almost every context where DDR processes are implemented. DDR practitioners should identify existing efforts and potential partners working on issues of land governance and tenure and use this as a starting point for assessments to identify the risk and opportunities associated with related natural resources. Land governance will underpin all other natural resource sectors and should be a key element of any assessment carried out when planning DDR. While DDR processes cannot directly overcome challenges related to land governance issues, DDR practitioners should be aware of the risk and opportunities that current land governance issues present and do their best to mitigate these through planning and implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 14, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9993, - "Score": 0.345033, - "Index": 9993, - "Paragraph": "The absence of women from the security sector is not just discriminatory but can represent a lost opportunity to benefit from the different skill sets and approaches offered by women as security providers.13 Giving women the means and support to enter the DDR process should be linked to encouraging the full representation of women in the security sector and thus to meeting a key goal of Security Council Resolution 1325 (2000) (see IDDRS 5.10 on Women, Gender and DDR, Para 6.3). If female ex-combatants are not given adequate consideration in DDR processes, it is very unlikely they will be able to enter the security forces through the path of integration.Specific measures shall be undertaken to ensure that women are encouraged to enter the DDR process by taking measures to de-stigmatise female combatants, by making avail- able adequate facilities for women during disarmament and demobilization, and by provid- ing specialised reinsertion kits and appropriate reintegration options to women. Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise. Consideration of the specific challenges female ex-combatants face during reintegration (stigma, non-conventional skill sets, trauma) should also be given when considering their integration into the security sector. Related SSR measures should ensure that reformed security institutions provide fair and equal treatment to female personnel including their special security and protection needs.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 12, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.11. Gender-responsive DDR and SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9137, - "Score": 0.341882, - "Index": 9137, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme. The risk of the re-recruitment of ex-combatants and persons formerly associated with armed forces and groups or their engagement in criminal activity is higher where conflict is ongoing, protracted or financed through organized crime. DDR practitioners should seek to identify positive entry points for supporting reintegration.In contexts of ongoing conflict and organized crime, these entry points may include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models of reintegration support for other areas to follow. Additional entry points may include armed groups whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors.The guidance on supporting reintegration within DDR programmes provided in section 7.3 is also applicable to planning reintegration support in contexts of ongoing conflict. For further information on reintegration more generally, see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.The sub-sections below offer guidance on reintegration support in relation to common forms of organized criminal activity in conflict and post-conflict settings: environmental crime, drug and human trafficking.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10178, - "Score": 0.341882, - "Index": 10178, - "Paragraph": "National ownership extends beyond central government to include a wide range of actors with a role in security provision, management and oversight. An important component of the DDR assessment phase should therefore be to identify national stakeholders that can contribute to the process. Supporting the meaningful involvement of parliament, civil soci- ety as well as local authorities and communities in DDR and SSR decision-making can help ensure that programmes are realistic and respond to local needs. The development of a comprehensive national security strategy (NSS) or narrower, sector specific strategies can (and should) be a lengthy process that continues after DDR is underway. However, insights drawn from discussions at national and local levels should be reflected in the de- sign, implementation and sequencing of DDR and SSR programmes.A process of national dialogue (see 9.4.1.) can help shape DDR/SSR frameworks that are underpinned by context-specific political and security considerations. Processes enacted to develop national or sector-specific security strategies should inform priorities and har- monise the roles of actors involved in both DDR and SSR (see Box 7). Participation should be encouraged from relevant government ministries (e.g. interior, finance, defence, intelli- gence, police, justice, immigration, health, education, labour, social welfare, gender, national HIV/AIDS Programme Councils), as well as legislative committees and financial manage- ment bodies. Civil society represents a key target group in helping to build trust, fostering \u2018buy in\u2019 and avoiding perceptions that the security sector is de-linked from the needs of citizens. Community consultations and communications strategies should be developed with national and local media to enhance dialogue processes in support of DDR and SSR programmes.Box 7 Constructing a national vision of security \\n Key questions: \\n Is there sufficient trust between national stakeholders to support the development of a national vision of security? If not, what enabling steps can be taken to build confidence in this process? \\n What are the most important current and future threats and challenges (both internal and external) to national security? \\n What is the role of the security sector and what values should underpin its work? \\n What are the security needs of communities and individuals, including the special needs of women, girls and vulnerable groups? \\n What areas should be granted priority in order to address these threats? \\n How should available resources be divided between competing public needs? \\n Do current mandates, capacities, resources and division of responsibilities reflect these threats? \\n What can be done to ensure that the objectives identified will be implemented? Who is responsible for and how effective is oversight and accountability of the security sector?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.1. Participation and consultation", - "Heading4": "", - "Sentence": "An important component of the DDR assessment phase should therefore be to identify national stakeholders that can contribute to the process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9463, - "Score": 0.338062, - "Index": 9463, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "Are there opportunities to address these risks through DDR processes?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10910, - "Score": 0.338062, - "Index": 10910, - "Paragraph": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc. E/CN.4/2005/102/Add.1. \\n United Nations Standard Minimum Rules for the Administration of Juvenile Justice (\u201cThe Beijing Rules\u201d), 29 November 1985, UN Doc. A/RES/40/33. \\n Guidelines on Justice Matters involving Child Victims and Witnesses, 22 July 2005, Resolution 2005/20 see UN Doc. E/2005/INF/2/Add.1. \\n Basic Principles and Guidelines on the Right to a Remedy and Reparations for Victims of Gross Violations of International Human Rights Law and International Humanitarian Law, 21 March 2006, UN Doc. A/RES/60/147. \\n Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post- conflict Societies, 3 August 2004, UN Doc. S/2002/616. \\n \u2014, Resolution 1325 on Women, Peace, and Security, 31 October 2000, UN Doc. S/RES/1325. \\n \u2014, Resolution 1820 on Sexual Violence, 19 June 2008, UN Doc. S/RES/1820. Rule of Law Tools \\n Office of the High Commissioner for Human Rights, Rule of Law Tools for Post-Conflict States: Amnesties. United Nations, New York and Geneva, 2009. \\n \u2014, Rule of Law Tools for Post-Conflict States: Maximizing the Legacy of Hybrid Courts. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Reparations Programmes. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Prosecutions Initiatives. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Truth Commissions. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Vetting: An Operational Framework. United Nations, New York and Geneva, 2006.Analysis and Case Studies \\n Baptista-Lundin, Ira\u00ea, \u201cPeace Process in Mozambique\u201d. A case study on DDR and transi- tional justice. New York: International Center for Transitional Justice. \\n de Greiff, Pablo, \u201cContributing to Peace and Justice\u2014Finding a Balance Between DDR and Reparations\u201d, a paper presented at the conference Building a Future on Peace and Justice, Nuremberg, Germany (June 25-27, 2007). Available at http://www.peace-justice-conference.info/documents.asp \\n De Greiff, P. (ed.), The Handbook for Reparations, (Oxford University and The International Center for Transitional Justice, 2006) \\n King, Jamesina, \u201cGender and Reparations in Sierra Leone: The Wounds of War Remain Open\u201d in What Happened to the Women: Gender and Reparations for Human Rights Violations, edited by Ruth Rubio-Marin. New York: Social Science Research Council / International Center for Transitional Justice, pp. 246-283. \\n Mayer-Rieckh, Alexander, \u201cOn Preventing Abuse: Vetting and Other Transitional Re- forms\u201d in Justice as Prevention: Vetting Public Employees in Transitional Societies, edited by Alexander Mayer-Rieckh and Pablo de Greiff. New York: Social Science Research Council / International Center for Transitional Justice, 2007, pp. 482-521. \\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org. \\n Stockholm Initiative on Disarmament Demobilisation Reintegration, Stockholm: Ministry of Foreign Affairs of Sweden, 2006. Final Report and Background Studies available at http://www.sweden.gov.se/sb/d/4890 \\n van der Merwe, Hugo and Guy Lamb, \u201cDDR and Transitional Justice in South Africa\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Waldorf, Lars, \u201cTransitional Justice and DDR in Post-Genocide Rwanda\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Weinstein, Jeremy and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n Alie, J. \u201cReconciliation and transitional justice: Tradition-based practices of the Kpaa Mende in Sierra Leone,\u201d in Huyse, L. and \\n Salter, M. (eds.), Traditional Justice and Reconciliation after Violent Conflict: Learning from African Experiences (Stockholm: International IDEA, 2008), p. 142. \\n Waldorf, L. \u201cMass Justice for Mass Atrocity: Rethinking Local Justice as Transitional Justice\u201d, Temple Law Review 79, no. 1 (2006): pp. 1-87. \\n van der Mere, H. and Lamb, G., \u201cDDR and Transitional Justice in South Africa\u201d, a case study on DDR and transitional justice (New York: International Center for Transitional Justice, forthcoming). \\n \u201cPart 9: Community Reconciliation\u201d, in Commission for Reception, Truth and Reconciliation in East Timor, p. 4, http://www.ictj.org/static/Timor.CAVR.English/09-Community-Reconciliation. pdf (accessed on 12 August 2008).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 34, - "Heading1": "Annex C: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A case study on DDR and transitional justice.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10745, - "Score": 0.334367, - "Index": 10745, - "Paragraph": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts. The possibilities for sequencing are numerous; this section merely provides ideas that can facilitate sequencing discussions between DDR and TJ practitioners. Prosecutors, for instance, may inform DDR administrators of the imminent announce- ment of indictments of certain commanders so that there is time to prepare for the possible negative reactions. Alternatively, in some cases prosecutors may take into account the prog- ress of the disarmament and demobilization operations when timing the announcement of their indictments.United Nations Staff working on DDR programmes should encourage their national interlocutors to coordinate on sequencing with truth commissions. Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not. However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements). Assistance offered to ex- combatants is less likely to foster resentment if reparations for victims are provided at a comparative level and within the same relative time period. If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme. Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming. This has the virtue of providing incen- tives for the coordination of programmes without providing incentives for fusing or merging programmes which may result in a dilution of mandates\u2014and effectiveness. Moreover ex-combatants may play a direct role in some reparations, either by providing direct repara- tion when they have individual responsibility for the violations that occurred, or, when appropriate, by contributing to reparations projects that aim to address community needs, such as working on a memorial or rebuilding a school or home that was destroyed in the armed conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.4. Collaborate on sequencing DDR and TJ efforts", - "Heading4": "", - "Sentence": "Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8840, - "Score": 0.334077, - "Index": 8840, - "Paragraph": "Organized crime can impact all stages of conflict, contributing to its onset, perpetuating violence (including through the financing of armed groups) and posing obstacles to lasting peace. Crime and conflict interact cyclically. Conflict creates space and opportunities for organized crime to flourish by weakening States\u2019 capacities to enforce the rule of law and social order. This creates the conditions for those engaging in organized crime (including both armed forces and armed groups) to operate with comparably little risk.4Criminal activities can directly contribute to the intensity and duration of war, as new armed groups emerge that engage in illicit activities (involving both licit and illicit commodities) while \ufb01ghting each other and the State.5 Criminal activities help to supply parties to armed conflict with weapons, ammunition and revenues, augmenting their ability to engage in armed violence, exploit and abuse the most vulnerable, and promote the proliferation of weapons and ammunition in society, therefore undermining prospects for peace.6Armed groups in part derive resources, power and legitimacy from participation in illicit economies that allow them to impose a scheme of violent governance on locals or provide services to the communities where they are based.7 Additionally, extortion schemes may be imposed on communities, whereby payments are made to armed groups in exchange for protection and/or the provision of other services. In the absence of State institutions, such tactics can often become accepted and acknowledged as a form of taxation by armed groups. This means that those engaged in criminal activities can, over time, be perceived as legitimate political actors. This perceived legitimacy can, in turn, translate into popular support, while undermining State authority and complicating conflict resolution.Additionally, the UN Security Council has emphasized that terrorists and terrorist groups can benefit from organized crime, whether domestic or transnational, as a source of financing or logistical support. Recognizing that the nature and scope of the linkages between terrorism and organized crime, whether domestic or transnational, vary by context,8 these ties may include an alliance of opportunities such as the engagement of terrorist groups in criminal activities for profit and/or the receipt of taxes to allow illicit flows to pass through territory under the control of terrorist groups. Overall, the combined presence of terrorism, violent extremism conducive to terrorism and organized crime, whether domestic or transnational, may exacerbate conflicts in affected regions and may contribute to undermining the security, stability, governance, and social and economic development of States.Importantly, in addition to diminishing law and order, armed conflict also makes it more difficult for local populations to meet their basic needs. Communities may turn to the black market for licit goods and services and seek economic opportunities in the illicit economy in order to survive. Since organized crime can underpin livelihoods for local populations before, during and after conflict, the planning for DDR processes must consider the role illicit activities play in communities at large and for specific portions of the population, including women, as well as the linkages between criminal groups and armed forces and groups.The response to organized crime will vary depending on whether the criminal activities at play involve licit or illicit commodities. The legality of commodities may also impact notions of who or what acts as a \u2018spoiler\u2019 to the peace process, community perceptions of DDR and which reintegration options are sought.DDR practitioners should also consider gender dimensions when contemplating how organized crime and armed conflict interact. Organized crime and armed conflict affect and involve women, men, boys and girls differently, irrespective of whether they are combatants, persons associated with armed forces and groups, victims of organized crime or a combination thereof. For example, although notions of masculinity may be more often associated with engagement in organized crime and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination based on gender from both ex-combatants and communities. Moreover, women are more often survivors of certain forms of organized crime, particularly human trafficking, and can be stigmatized or shamed due to the sexual exploitation they have experienced. They may be rejected by their families and communities upon their return leaving them with few opportunities for social and economic support. The experiences and treatment of males and females both during armed conflict and during their return to society may vary based on social, cultural and economic practices and norms. The organized crime\u2013conflict nexus therefore requires a gender- and age-sensitive DDR response.Children are highly vulnerable to trafficking and to the worst forms of child labour. Child victims may also be stigmatized, hidden or identified as dependants of adults. Therefore, within DDR, the identification of child victims and abductees, both girls and boys, requires age-sensitive approaches.Depending on the circumstances, organized crime may have existed prior to armed conflict (and possibly have given rise to it) or may have emerged during conflict. Organized crime may also remain long after peace is negotiated. Given the linkages between organized crime and armed conflict, it is necessary to recognize and understand this nexus as an integral part of the entire DDR process. DDR practitioners shall understand this convergence and implement measures that mitigate against associated risks, such as the reengagement of DDR participants in organized crime or the inadvertent removal of illegal livelihoods without alternatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The legality of commodities may also impact notions of who or what acts as a \u2018spoiler\u2019 to the peace process, community perceptions of DDR and which reintegration options are sought.DDR practitioners should also consider gender dimensions when contemplating how organized crime and armed conflict interact.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10002, - "Score": 0.325669, - "Index": 10002, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9117, - "Score": 0.322329, - "Index": 9117, - "Paragraph": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). In organized crime contexts, DDR practitioners should seek to provide mediators with a contextual analysis of combatants\u2019 motives for engaging in illicit activities. They should also be aware that engaging with armed groups may confer legitimacy that impacts upon the local political economy. DDR practitioners should advise mediators to be wary of entrenching criminal interests in the peace agreement. Where feasible, DDR practitioners may advise mediators to address organized crime activities within the peace agreement, either directly or by putting in place an institutional framework to deal with these issues at a later date. Lessons learned from gang truces can be instructive and should be considered before entering a mediation process with actors involved in criminal activities.16", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10570, - "Score": 0.322329, - "Index": 10570, - "Paragraph": "The IDDRS module 5.10 on Women, Gender and DDR refers to three types of female ben- eficiaries: 1) female ex-combatants, 2) female supporters, and females associated with armed forces and groups and 3) female dependents. The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive. Likewise, practitioners in the field of transitional justice seek to understand and better design means to facilitate the participation of women. Yet there is still a gap between the policy and the implementation of comprehensive approaches.The experience of women in conflict often goes beyond usual notions of victim and perpetrator. Women returning to life as civilians may face greater social barriers and exclusion than men. They may not participate in either DDR or transitional justice measures for a variety of reasons, including because of their exclusion from the agendas of these proc- esses, the refusal of armed forces and groups to release women, fear of further stigmatization, or lack of faith in public institutions to address their particular situations (for a more in-depth analysis, see IDDRS 5.10 on Women, Gender and DDR). Women\u2019s lack of partici- pation may undermine their reintegration, and prevent those among them who have also experienced human rights violations from their rights to justice or reparation, and rein- force gender biases. Yet women may also be agents of change, actively involved in efforts to make and build peace. Women and girl combatants have displayed remarkable commitment to reintegrating into communities and working for peace. In Northern Uganda, former teenage LRA combatants (themselves abducted and abused) run community projects supporting other \u2018girl mothers\u2019, provide counseling for the young abductees and care for their children, and seek reconciliation with communities they were often forced to terrorize. The trauma and victimization they endured is being transformed into a positive force for empowerment and development.Transitional justice measures may facilitate the reintegration of women associated with armed forces and groups. Prosecutions initiatives, for example, may contribute to the re- integration of women by prosecuting those involved in their forcible recruitment, and by recognizing and prosecuting crimes committed against all women, particularly rape and other forms of sexual violence. Women ex-combatants who have committed crimes should also be prosecuted. Excluding women from prosecution denies their role as participants in the armed conflict.Women have been central to the process of truth seeking, exposing hidden truths about the legacy of human rights in conflict. Many female combatants, like their male counter- parts, do not participate in truth commissions because they perceive these processes to be for victims, and they do not identify themselves as victims. Yet their participation may help the community to better understand the many dimensions of women\u2019s involvement in conflict, and in turn, increase the probability of their acceptance. Great care must be taken to ensure that women who choose to participate are well-informed as to the purpose and mandate of the truth commission, that they understand their rights in terms of confidenti- ality, and are protected from any possible harm resulting from their testimony.Women associated with armed forces and groups have frequently endured violations such as abduction, torture, and sexual violations, including rape and other forms of sexual violence, and may be eligible for reparation. Reparations may provide official acknowledge- ment of these violations, access to specialized health care related to the specific violation they have suffered, and material benefits that may facilitate their integration. Yet these women, due to frequent stigmatization, are commonly reluctant to explain what happened to them, particularly when it involves sexual violations, and often do not come forward to claim their due.Women associated with armed forces and groups are potential participants in both DDR and transitional justice measures, and both are faced with the challenge of increasing and supporting their participation. See Module 5.10 for a detailed discussion of Women, Gender, and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 14, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.6. Justice for women associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9005, - "Score": 0.315244, - "Index": 9005, - "Paragraph": "Crime in conflict and post-conflict settings means that DDR must be planned with three major overlapping factors in mind: \\n\\n 1. Actors: When organized crime and conflict converge, several actors may be involved, including combatants and criminal groups as well as State actors, each fuelled by particular and often overlapping motives and engagement in similar activities. Moreover, the blurring of motivations, whether they be political, social or economic, means that membership across these groups may be fluid. In this context, the success and sustainability of DDR rests not in treating armed groups as monolithic entities separate from State armed forces, but rather in making alliances with those who benefit from adopting rule-of-law procedures. The labelling of what is legal and illegal, or legitimate and illegitimate, is done by State actors and, as this is a normative decision, the definition privileges the State. Particularly in conflict settings in which State governance is weak, corrupt or contested, the binary choice of good versus bad is arbitrary and often does not reflect the views of the population. In labelling actors as organized criminal groups, potential partners in peace processes may be discouraged from engaging and become spoilers instead. \\n In DDR planning, the economic, social and political motives that persuade individuals to partake in organized criminal activities should be identified and understood. DDR practitioners should also recognize how organized crime and conflict affect particular groups of actors, such as women and children, differently. \\n\\n 2. Criminal activities: The type of criminal activity in a given conflict setting may have implications for the planning of DDR processes. While organized crime encompasses a wide range of activities, certain criminal markets frequently arise in conflict settings, including the illegal exploitation of natural resources, weapons and ammunition trafficking, drug trafficking and the trafficking of human beings. Recent conflicts also show conflict actors profiting from protection and extortion payments, as well as kidnapping for ransom and other exploitation-based crimes. Not all organized crimes are similar in nature. For example, while some organized crimes are guided by personal greed and profit, others receive local legitimacy because they address the needs of the local community amid an infrastructural and political collapse. For instance, the trafficking of licit goods, such as subsidized food products, can form an integral part of economic and livelihoods strategies. In this context, rather than being seen as criminal conduct, the activities of organized criminal networks may be viewed as a way to build parallel informal economies and greater resilience.15 \\n A number of factors relating to any given criminal economy should be considered when planning a DDR process, including the pervasiveness of the criminal economy; whether it evolved before, during or after the conflict; how violence links criminal activities to armed conflict; whether criminal activities carried out reach the threshold of the most serious crimes under international law; linkages between organized crime and terrorists and/or terrorist groups; and the labour intensiveness of criminal activities. \\n\\n 3. Context: How the local context serves as both a driver and spoiler of peacebuilding efforts is central to the planning of DDR processes, particularly reintegration. Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached. Moreover, understanding the broader economic and/or political environment in which armed conflict begins and ends allows DDR practitioners to identify entry points, potential obstacles and projections for sustainability. Although DDR processes deal with members of armed forces and groups rather than criminals, it is important to understand how local circumstances beyond the war context can affect reintegration, and the role that reintegration can play in preventing former combatants and persons formerly associated with armed groups from falling into organized crime. This includes assessing the State\u2019s role in either contributing to or deterring engagement in illicit activities, and the abilities of criminal groups to infiltrate conflict settings by appealing to former combatants. \\n UN peace operations may inadvertently contribute to criminal flows because of misguided interventions or as an indirect consequence of their presence. Interventions should be guided by the \u2018do no harm\u2019 principle, and DDR practitioners should support the formulation of context- specific DDR processes based on a sound analysis of local factors, vulnerabilities and risks, rather than by replicating past experiences. A political analysis of the local context should consider the non-exhaustive list of elements listed in table 1 and, to the extent possible, identify gender dimensions where applicable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9327, - "Score": 0.315244, - "Index": 9327, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Whether in a conflict setting or not, the State and any other regional law enforcement authorities have the responsibility to implement any criminal justice measures related to the illegal exploitation and/or trafficking of natural resources, including instances of scorched-earth policies or other violations of humanitarian or human rights law. DDR practitioners shall also take into account any international or regional sanctions regimes in place against the export of natural resources. At times when the State itself is directly involved in these activities, DDR practitioners must be aware and factor this risk into interventions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 10671, - "Score": 0.315244, - "Index": 10671, - "Paragraph": "Box 6 Action points for DDR and TJ practitioners \\n Action points for DDR practitioners \\n Integrate information on transitional justice measures into the field assessment. (See Annex B for a list of critical questions.) \\n Incorporate a commitment to international humanitarian and human rights law into the design of DDR programmes. \\n Identify a transitional justice focal point in the DDR programme and plan regular briefings and meetings with UN and national authorities working on transitional justice measures. \\n Coordinate on public information and outreach. \\n Integrate information on transitional justice into the ex-combatant discharge awareness raising process. \\n Involve and prepare recipient communities. \\n Consider community based reintegration approaches. \\n Action points for TJ practitioners \\n Designate a DDR focal point \\n Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Action points for TJ practitioners \\n Designate a DDR focal point \\n Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9983, - "Score": 0.314485, - "Index": 9983, - "Paragraph": "Research has shown that there is a link between (future) crimes committed by security forces and inadequate terms and conditions of service. Poor social conditions within the security sector may also contribute to an unbalanced distribution of ex-combatants between reinte- gration and security sector integration.SSR activities should focus from an early stage on addressing right-financing, man- agement and accountability in security budgeting. An important early measure may be to support the establishment of a chain of payments system to prevent the diversion of sala- ries and ensure prompt payment. These measures may be most effective if combined with a census of the armed and security forces (see Case Study Box 3). In parallel to the DDR process, efforts to enhance the knowledge base of groups responsible for oversight of the security sector should be supported. This may include visits of parliamentarians, repre- sentatives of the Ministry of Labour, the media and civil society organisations to security installations (including barracks).Case Study Box 3 The impact of the census and chain of payments system in the DRC \\n In the DRC, low or non-existent salaries within the army and police was a cause of disproportionate numbers of ex-combatants registering for reintegration as opposed to army integration. This resulted in a large backload in the payment of reinsertion benefits as well as difficulties in identifying reintegration opportunities for these ex-combatants. Two separate measures were taken to improve the overall human and financial management of the armed forces. A census of the army was conducted in 2008 which identified non-existent \u2018ghost soldiers.\u2019 Resulting savings benefited the army as a whole through an increase in overall salary levels. The \u2018chain of payments\u2019 system also had a similar effect of improving confidence in the system. The military chain of command was separated from the financial management process making it more difficult to re-route salary payments from their intended recipients. Resulting savings have led to improved terms and conditions for the soldiers, thus increasing incentives for ex-combatants choosing integration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 11, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.10. Social conditions within the security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "In parallel to the DDR process, efforts to enhance the knowledge base of groups responsible for oversight of the security sector should be supported.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10020, - "Score": 0.314485, - "Index": 10020, - "Paragraph": "There is a need to identify and act on information relating to the return and reintegration of ex-combatants. This can support the DDR process by facilitating reinsertion payments for ex-combatants and monitoring areas where employment opportunities exist. From an SSR perspective, better understanding the dynamics of returning ex-combatants can help identify potential security risks and sequence appropriate SSR support.Conflict and security analysis that takes account of returning ex-combatants is a com- mon DDR/SSR requirement. Comprehensive and reliable data collection and analysis may be developed and shared in order to understand shifting security dynamics and agree security needs linked to the return of ex-combatants. This should provide the basis for coordinated planning and implementation of DDR/SSR activities. Where there is mistrust between security forces and ex-combatants, information security should be an important consideration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.2. Tracking the return of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "This can support the DDR process by facilitating reinsertion payments for ex-combatants and monitoring areas where employment opportunities exist.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10063, - "Score": 0.314485, - "Index": 10063, - "Paragraph": "Instability is exacerbated by the flow of combatants as well as the trafficking of people, arms and other goods across porous borders. Cross-border trafficking can provide com- batants with the resource base and motivation to resist entering the DDR process. There is also a risk of re-recruitment of ex-combatants into armed groups in adjacent countries, thus undermining regional stability. Developing sustainable border management capacities can therefore enhance the effectiveness of disarmament measures, prevent the re-recruitment of foreign combatants that transit across borders and contribute to the protection of vulner- able communities.Training and capacity building activities should acknowledge linkages between DDR and border security. Where appropriate, conflict and security analysis should address re- gional security considerations including cross-border flows of combatants in order to coor- dinate responses with border security authorities. At the same time, adequate options and opportunities should be open to ex-combatants in case they are intercepted at the border. Lack of logistics and personnel capacity as well as inaccessibility of border areas can pose major challenges that should be addressed through complementary SSR activities. SALW projects may also benefit from coordination with border management programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 16, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.7. DDR and border management", - "Heading3": "", - "Heading4": "", - "Sentence": "Cross-border trafficking can provide com- batants with the resource base and motivation to resist entering the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10635, - "Score": 0.310685, - "Index": 10635, - "Paragraph": "Coordination between transitional justice and DDR programmes begins with an understand- ing of how the two processes may interact positively in the short-term in ways that, at the very least, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim to constructively connect these two processes in ways that contribute to a stable, just and long-term peace. In the UN System, the Office of the High Commissioner for Human Rights (OHCHR) has the lead responsibility for transitional justice issues. UN support to DDR programmes may be led by the Department of Peacekeeping (DPKO) or the United Nations Develop- ment Programme (UNDP). In other cases, such support may be led by the International Organization for Migration (IOM) or a combination of the above UN entities. OHCHR representatives can coordinate directly with DDR practitioners on transitional justice. Human rights officers who work as part of UN peacekeeping missions may also be appropriate focal points or liaisons between a DDR programme and transitional justice initiatives.This section presents options for DDR that stress the international obligations stem- ming from the right to accountability, truth, reparation, and guarantees of non-repetition. These options are meant to make DDR compliant with international standards, being mindful of both equity and security considerations. At the very least, they seek to ensure that DDR observes the \u201cdo no harm\u201d principle, and does not foreclose the possibility of achieving accountability in the future. When possible, the options presented in this section seek to go beyond \u201cdo no harm,\u201d establishing more constructive and positive connections between DDR and transi- tional justice. These options are presented with the understanding that diverse contexts will present different opportunities and challenges for connecting DDR and transitional justice. DDR must be designed and implemented with reference to the country context, including the existing justice provisions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 18, - "Heading1": "8. Prospects for coordination", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Human rights officers who work as part of UN peacekeeping missions may also be appropriate focal points or liaisons between a DDR programme and transitional justice initiatives.This section presents options for DDR that stress the international obligations stem- ming from the right to accountability, truth, reparation, and guarantees of non-repetition.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9019, - "Score": 0.308607, - "Index": 9019, - "Paragraph": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme. The following list of organized crime\u2013related risks is intended to assist DDR practitioners to assess and manage vulnerabilities in such contexts in order to prevent negative consequences. \\n Programmatic risk: In contexts of ongoing conflict, organized crime activities can be used to further both economic and power-seeking gains. The risk that ex-combatants will be re- recruited or (continue to) engage in criminal activity is higher when conflict is ongoing, protracted or financed through organized crime. In the absence of a formal peace agreement, DDR participants may be more reluctant to give up the perceived opportunities that illicit activities offer, particularly when reintegration opportunities are limited, formal and informal economies overlap, and unresolved grievances persist. \\n \u2018Do no harm\u2019 risk: Because DDR processes not only present the risk of reinforcing illicit activities and flows, but may also be vulnerable to corruption and capture, DDR practitioners shall ensure that processes are implemented in a manner that avoids inadvertently contributing to illicit flows and/or retaliation by armed forces and groups that engage in criminal activities. This includes the careful selection of partnering institutions and groups to implement DDR processes. Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance. Practitioners should consider the distribution of payments through the issuance of pre-paid cards, vouchers or digital transfers where possible, to reduce the risk that participants will be extorted by those engaged in criminal activities, including armed forces and groups. \\n Security risk: The possibility of armed groups directly targeting staff/programmes they may perceive as hostile is high in ongoing conflict contexts, particularly if DDR processes are perceived to be associated with the removal of livelihoods and social status. Conversely, DDR practitioners who are perceived to be supporting individuals (formerly) associated with criminal activities, particularly those who engaged in violence against local populations, can also be at risk of reprisals by certain communities or national actors. It is also important that potential risks to communities and civil society groups that may arise as a consequence of their engagement with DDR processes be properly assessed, managed and mitigated. \\n Reputational risk: DDR practitioners should be aware of the risk of being seen as promoting impunity or being lenient towards individuals who may have engaged in schemes of violent governance against communities. DDR practitioners should also be aware of the risk that they may be seen as being complicit in abusive State policies and/or behaviour, particularly if armed forces are known to engage in organized criminal activities and pervasive corruption. Due diligence and appropriate frameworks, safeguards and mechanisms shall be applied to continuously address these complex issues. \\n Legal risks: DDR practitioners who rely on Government donors may face additional challenges if these Governments insert conditions or clauses into their grant agreements in order to comply with Security Council resolutions. As stated in IDDRS 2.11 on The Legal Framework for UN DDR, DDR practitioners should consult with their legal adviser if applicable host State national legislation criminalizes the provision of support, including to suspected terrorists or armed groups designated as terrorist organizations. For more information on legal issues and risks, see section 5.3 of this module.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 15, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.2 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9960, - "Score": 0.308607, - "Index": 9960, - "Paragraph": "Vetting is a particularly contentious issue in many post-conflict contexts. However, sensi- tively conducted, it provides a means of enhancing the integrity of security sector institutions through ensuring that personnel have the appropriate background and skills.12 Failure to take into account issues relating to past conduct can undermine the development of effec- tive and accountable security institutions that are trusted by individuals and communities. The introduction of vetting programmes should be carefully considered in relation to minimum political conditions being met. These include sufficient political will and ade- quate national capacity to implement measures. Vetting processes should not single out ex-combatants but apply common criteria to all members of the vetted institution. Minimum requirements should include relevant skills or provision for re-training (particularly im- portant for ex-combatants integrated into reformed law enforcement bodies). Criteria should also include consideration of past conduct to ensure that known criminals, human rights abusers or perpetrators of war crimes are not admitted to the reformed security sector. (See IDDRS 6.20 on DDR and Transitional Justice.)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.7. Vetting", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS 6.20 on DDR and Transitional Justice.)", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10487, - "Score": 0.308607, - "Index": 10487, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8874, - "Score": 0.308607, - "Index": 8874, - "Paragraph": "DDR practitioners shall be aware of the way that crime can influence politics in the country in which they operate and avoid inadvertently feeding harmful dynamics. For example, DDR participants may seek to negotiate for political positions in exchange for violence reduction, without necessarily stepping away from their links to organized criminal groups.9 In these scenarios, DDR practitioners shall consider wider strategies to strengthen institutions, fight corruption and foster good governance. DDR practitioners shall be aware that without safeguards, DDR processes may inadvertently legitimize illicit flows of both licit and illicit commodities, and corruption in political and State institutions. The establishment of prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, and any other violation of human rights.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware that without safeguards, DDR processes may inadvertently legitimize illicit flows of both licit and illicit commodities, and corruption in political and State institutions.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8889, - "Score": 0.308607, - "Index": 8889, - "Paragraph": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning. Ultimately, internationally supported DDR processes are finite and constricted by mandates and resources. Therefore, both external and national DDR practitioners shall, to the extent possible, work with (other) national stakeholders to build political will and capacities on organized crime issues. DDR practitioners shall establish relevant and appropriate partnerships to make available technical assistance on organized crime issues through expert consultations, staff training, and resource guides and toolkits.Armed forces may themselves be discharged as part of DDR processes and, at the same time, may have been actively involved in facilitating or gatekeeping illicit activities. To address the challenges posed by the entrenched interests of conflict entrepreneurs, improved law enforcement, border controls, police training and criminal justice reform is required. Where appropriate, DDR practitioners shall seek to partner with entities engaged in this type of broader security sector reform (SSR). For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9490, - "Score": 0.308607, - "Index": 9490, - "Paragraph": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments. These considerations should then be mainstreamed throughout design and implementation. Specific needs groups often include women and girls, youth, persons with disabilities and persons with chronic illnesses, and indigenous and tribal peoples and local communities, but other vulnerabilities might also exist in different DDR contexts. Annex B presents a non-exhaustive list of questions that can be incorporated into DDR assessments in regard to specific- needs groups and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9525, - "Score": 0.308607, - "Index": 9525, - "Paragraph": "Natural resource management can have profound implications on public health. For example, the use of firewood and charcoal for cooking can lead to significant respiratory problems and is a major health concern, particularly for women and children in many countries. Improved access to energy resources, can help to mitigate this (see section 7.3.4). Other key health concerns include waste management and water management, both natural resource management issues that can be addressed through CVR and reintegration programmes. DDR practitioners should include these considerations into assessments and seek to improve health conditions through natural resource management wherever possible. Other areas where health is implicated is related to the deforestation and degradation of land. Pushing the forest frontier can lead to increased exposure of local populations to wildlife that may transmit disease, even leading to the outbreak of pandemics. DDR practitioners should identify areas that have experienced high rates of deforestation and target them for reforestation and other ecosystem rehabilitation activities wherever possible, according to the results of assessments and risk considerations. For further guidance, see IDDRS 5.70 on Health and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.4 Health considerations", - "Heading4": "", - "Sentence": "For further guidance, see IDDRS 5.70 on Health and DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10685, - "Score": 0.308607, - "Index": 10685, - "Paragraph": "The dissemination of public information is a crucial task of both DDR and transitional justice initiatives (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Poor coordination in public outreach may generate conflicting and par- tial messages. DDR and transitional justice should seek ways to coordinate their public information efforts. Increased consultation and coordination concerning what and how information is released to the public may reduce the spread of misinformation and rein- force the objectives of both transitional justice and DDR. The designation of a transitional justice focal point in the DDR programme, and regular meetings with other relevant UN and national actors, may facilitate discussion on how to better coordinate public informa- tion and outreach to support the goals of both DDR and transitional justice.Civil society may also play a role in public information and outreach. Working with relevant civil society organizations may help the DDR programme to reach a wider audi- ence and ensure that information offered to the public is communicated in appropriate ways, for example, in local languages or through local radio.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.4. Coordinate on public information and outreach", - "Heading4": "", - "Sentence": "The dissemination of public information is a crucial task of both DDR and transitional justice initiatives (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9847, - "Score": 0.308607, - "Index": 9847, - "Paragraph": "The UN has recognised in several texts and key documents that inter-linkages exist between DDR and SSR.2 This does not imply a linear relationship between different activities that involve highly distinct challenges depending on the context. It is essential to take into account the specific objectives, timelines, stakeholders and interests that affect these issues. However, understanding the relationship between DDR and SSR can help identify synergies in policy and programming and provide ways of ensuring short to medium term activities associated with DDR are linked to broader efforts to support the development of an effec- tive, well-managed and accountable security sector. Ignoring how DDR and SSR affect each other may result in missed opportunities or unintended consequences that undermine broader security and development goals.The Secretary-General\u2019s report Securing Peace and Development: the Role of the United Nations in Security Sector Reform (S/2008/39) of 23 January 2008 describes SSR as \u201ca process of assessment, review and implementation as well as monitoring and evalu- ation led by national authorities that has as its goal the enhancement of effective and accountable security for the State and its peoples without discrimination and with full respect for human rights and the rule of law.\u201d3 The security sector includes security pro- viders such as defence, law enforcement, intelligence and border management services as well as actors involved in management and oversight, notably government ministries, legislative bodies and relevant civil society actors. Non-state actors also fulfill important security provision, management and oversight functions. SSR therefore draws on a diverse range of stakeholders and may include activities as varied as political dialogue, policy and legal advice, training programmes and technical and financial assistance.While individual activities can involve short term goals, achieving broader SSR objec- tives requires a long term perspective. In contrast, DDR tends to adopt a more narrow focus on ex-combatants and their dependents. Relevant activities and actors are often more clearly defined and limited while timelines generally focus on the short to medium-term period following the end of armed conflict. But the distinctions between DDR and SSR are potentially less important than the convergences. Both sets of activities are preoccupied with enhancing the security of the state and its citizens. They advocate policies and programmes that engage public and private security actors including the military and ex-combatants as well as groups responsible for their management and oversight. Decisions associated with DDR contribute to defining central elements of the size and composition of a country\u2019s security sector while the gains from carefully executed SSR programmes can also generate positive consequences on DDR interventions. SSR may lead to downsizing and the conse- quent need for reintegration. DDR may also free resources for SSR. Most significantly, considering these issues together situates DDR within a developing security governance framework. If conducted sensitively, this can contribute to the legitimacy and sustainability of DDR programmes by helping to ensure that decisions are based on a nationally-driven assessment of applicable capacities, objectives and values.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "3. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR may also free resources for SSR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9380, - "Score": 0.30657, - "Index": 9380, - "Paragraph": "Governance institutions and State authorities, including those critical to accountability and transparency, may have been eroded by conflict or weak to start with. When tensions intensify and lead to armed conflict, rule of law breaks down and the resulting institutional vacuum can lead to a culture of impunity and corruption. This collapse of governance structures contributes directly to widespread institutional failures in all sectors, allowing opportunistic individuals, organized criminal groups, armed groups and/or private entities to establish uncontrolled systems of resource exploitation.19 At the same time, public finances are often diverted for military purposes, resulting in the decay of, or lack of investment in, water, waste management and energy services, with corresponding health and environmental contamination risks.During a DDR process, the success and the long-term sustainability of natural resource-based interventions will largely depend on whether there is a good, functioning governance structure at the local, sub-regional, national or regional level. The effective and inclusive governance of natural resources and the environment should be viewed as an investment in conflict prevention within peacebuilding and development processes. Where past activities violate national laws, it is up to the State to exercise its jurisdiction, but egregious crimes constituting gross violations of human rights, as often seen with scorched earth tactics, oblige DDR processes to exclude any individuals associated with these events from participating in the process (see IDDRS 2.11 on The Legal Framework for UN DDR). However, there may be other jurisdictions where multi-national private entities can be targeted and pressured or prosecuted to cut their ties with armed forces and organized criminal groups in conflict areas. Sanctions set by the UN Security Council may also be brought to bear where they cover natural resources that are trafficked or traded by private sector entities and armed forces and groups.DDR practitioners will not be able to influence, control or focus upon all aspects of natural resource governance. However, through careful attention to risk factors in the planning, design and implementation of natural resource-based activities, DDR processes can play a multifaceted and pivotal role in paving the way for good natural resource governance that supports sustainable peace and development. Moreover, DDR practitioners can ensure that access to grievance- and non-violent dispute-resolution mechanisms are available for participants, beneficiaries and others implicated in the DDR process, in order to mitigate the risks that natural resources pose for conflict relapse.Furthermore, environmental issues and protection of natural resources can serve as effective platforms or catalysts for enhancing dialogue, building confidence, exploiting shared interests and broadening cooperation and reconciliation between ex-combatants and their communities, between communities themselves, between communities and the State, as well as between States themselves.20 People and cultures are closely tied to the environment in which they live and to the natural resources upon which they depend. In addition to their economic benefits, natural resources and ecosystem services can support successful social reintegration and reconciliation. In this sense, the management of natural resources can be used as a tool for engaging community members to work together, to revive and strengthen traditional natural resource management techniques that may have been lost during the conflict, and to encourage cooperation towards a shared goal, between and amongst communities and between communities and the State.In settings where natural resources have played a significant role in the conflict, DDR practitioners should explore opportunities for addressing underlying grievances over such resources by promoting equitable and fair access to natural resources, including for women, youth and participants with disability. Access to natural resources, especially land, often carries significant importance for ex-combatants during reintegration, particularly for female ex-combatants and women associated with armed forces and groups. Whether the communities are their original places of origin or are new to them, ensuring that they have access to land will be important in establishing their social status and in ensuring that they have access to basic resources for livelihoods. In rural areas, it is essential that DDR practitioners recognize the connection between land and social identity, especially for young men, who often have few alternative options for establishing their place in society, and for women, who are often responsible for food security and extremely vulnerable to exclusion from land or lack of access.To further support social reintegration and reconciliation, as well as to enhance peacebuilding, DDR practitioners should seek to support reintegration activities that empower communities affected by natural resource issues, applying community-based natural resource management (CBNRM) approaches where applicable and promoting inclusive approaches to natural resource management. Ensuring that specific needs groups such as women and youth receive equitable access to and opportunities in natural resource sectors is especially important, as they are essential to ensuring that peacebuilding interventions are sustainable in the long-term.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 11, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.3 Contributing to reconciliation and sustaining peace", - "Heading3": "", - "Heading4": "", - "Sentence": "Where past activities violate national laws, it is up to the State to exercise its jurisdiction, but egregious crimes constituting gross violations of human rights, as often seen with scorched earth tactics, oblige DDR processes to exclude any individuals associated with these events from participating in the process (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10014, - "Score": 0.303046, - "Index": 10014, - "Paragraph": "Targeting reintegration options and securing vulnerable communities represents an im- portant area where synergies can be developed between DDR and SSR programmes. The reintegration of ex-combatants into the community provides a unique opportunity for con- fidence building between law enforcement bodies and local residents. The police has a key role to play in ensuring the safety of returning ex-combatants as well as securing communities that may be at greater risk following their return (see IDDRS 4.50 on UN Police Roles and Responsibilities, Para 11). However, police capacities will only be focused on this prior- ity if support to the DDR process is factored into planning, training and resource allocation. The ability of ex-combatants and their receiving communities to communicate their concerns and priorities to local law enforcement agencies, and vice-versa, is a key compo- nent of sustainable reintegration. Reintegration may provide an entry point for the develop- ment of local security plans through constructive dialogue between communities, including vulnerable and marginalised groups, and security providers. Capacity development within the military, police and other community level security providers should be prioritised to ensure police support for DDR objectives. In parallel, mandates and tasking should reflect the critical role of the police in establishing an enabling environment for the successful reintegration of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.1. Securing vulnerable communities", - "Heading3": "", - "Heading4": "", - "Sentence": "However, police capacities will only be focused on this prior- ity if support to the DDR process is factored into planning, training and resource allocation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9286, - "Score": 0.302372, - "Index": 9286, - "Paragraph": "This module provides DDR practitioners - in mission and non-mission settings - with necessary information on the linkages between natural resource management and integrated DDR processes during the various stages of the peace continuum. The guidance provided highlights the role of natural resources in all phases of the conflict cycle, focusing especially on the linkages with armed groups, the war economy, and how natural resource management can support successful DDR processes. It also emphasizes the ways that natural resource management can support the additional goals of gender-responsive reconciliation, resiliency to climate change, and sustainable reintegration through livelihoods and employment creation.The module highlights the risks and opportunities presented by natural resource management in an effort to improve the overall effectiveness and sustainability of DDR processes. It also seeks to support DDR practitioners in understanding the associated risks that threaten people\u2019s health, livelihoods, security and the opportunities to build economic and environmental resilience against future crises.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides DDR practitioners - in mission and non-mission settings - with necessary information on the linkages between natural resource management and integrated DDR processes during the various stages of the peace continuum.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9136, - "Score": 0.2965, - "Index": 9136, - "Paragraph": "Although they may vary depending on the context, transitional security arrangements can support DDR processes by establishing security structures either jointly between State forces, armed groups, and communities or with a third party (see IDDRS 2.20 on The Politics of DDR). Members of armed groups may be reluctant to participate in the DDR process for fear that they may lose their capacity to defend themselves against those who continue to engage in conflict and illicit activities. Through joint efforts, transitional security arrangements can be vital for building trust and confidence and encourage collective ownership of the steps towards peace. DDR practitioners should be aware that engagement in illicit activities can complicate efforts to create transitional security arrangements, particularly if certain members of armed forces and groups are required to redeploy away from areas that are rich in natural resources. In this scenario, it may be appropriate for DDR practitioners to advise mediating teams that provisions regarding the governance of natural resources be included in the peace agreement (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.4 Transitional security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "In this scenario, it may be appropriate for DDR practitioners to advise mediating teams that provisions regarding the governance of natural resources be included in the peace agreement (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10128, - "Score": 0.29277, - "Index": 10128, - "Paragraph": "Linking international support to a broad based, nationally owned process provides an important basis for coherent DDR and SSR programming. As discussed below, national dialogue, peace processes and national security or sector-specific policy reviews all repre- sent entry points to link DDR and SSR within a broader national governance framework.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "", - "Heading4": "", - "Sentence": "Linking international support to a broad based, nationally owned process provides an important basis for coherent DDR and SSR programming.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10731, - "Score": 0.290957, - "Index": 10731, - "Paragraph": "DDR programmes, UNICEF, child protection NGOs and the relevant child DDR agency in the Government often develop common individual child date forms, and even shared data- bases, for consistent gathering of information on children who leave the armed forces or groups. Various child protection agencies do not systematically record in their individual child forms the identity of the commanders who recruited the children. Yet, this informa- tion could be used later on for justice or vetting purposes regarding perpetrators of child recruitment. While the agencies indicate that such omission is done intentionally to protect the individual children released and CAAGF more generally, in some cases a thorough discussion on the value of recording certain data and the links of DDR with ongoing/poten- tial transitional justice initiatives had not taken place amongst these actors. Child DDR and child protection actors may examine DDR information management databases, with appropriate consideration for issues of confidentiality, disclosure and consent, with a view on their potential value for justice and TJ purposes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.2. Consider developing a common approach to gathering information on children who leave armed forces and groups", - "Heading4": "", - "Sentence": "Child DDR and child protection actors may examine DDR information management databases, with appropriate consideration for issues of confidentiality, disclosure and consent, with a view on their potential value for justice and TJ purposes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9720, - "Score": 0.290957, - "Index": 9720, - "Paragraph": "Many comprehensive peace agreements include provisions for transitional security arrangements (see IDDRS 2.20 on The Politics of DDR). Depending on the context, these arrangements may include the deployment of the national police, community police, or the creation of joint units, patrols or operations involving the different parties to a conflict. Joint efforts can help to increase scrutiny on the illicit trade in natural resources. However, these efforts may be compromised in areas where organized criminal groups are present or where natural resources are being exploited by armed forces or groups. In this type of context, DDR practitioners may be better off working with mediators and other actors to help increase provisions for natural resources in peace agreements or cease-fires (see section 8.1 and IDDRS 6.40 on DDR and Organized Crime). Where transitional security arrangements exist, education and training for security units on how to secure natural resources will ensure greater transparency and oversight which can reduce opportunities for misappropriation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 47, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.4 Transitional security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "In this type of context, DDR practitioners may be better off working with mediators and other actors to help increase provisions for natural resources in peace agreements or cease-fires (see section 8.1 and IDDRS 6.40 on DDR and Organized Crime).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10683, - "Score": 0.288195, - "Index": 10683, - "Paragraph": "Identification of individuals that may serve as formal focal points within the DDR programme, within the UN country team working on transitional justice, and within relevant national institutions, may facilitate regular communication between DDR and transitional justice measures. DDR administrators and international and national actors working on transitional justice initiatives should plan for regular meetings as opportunities for exchange, to proac- tively deal with any possible tensions, and to explore the possibilities for effective coordination.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.3. Identify a transitional justice focal point in the DDR programme and plan regular briefing and meetings with UN and national authorities working on transitional justice measures", - "Heading4": "", - "Sentence": "Identification of individuals that may serve as formal focal points within the DDR programme, within the UN country team working on transitional justice, and within relevant national institutions, may facilitate regular communication between DDR and transitional justice measures.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9100, - "Score": 0.285714, - "Index": 9100, - "Paragraph": "Reintegration support should be based on an assessment of the economic, social, psychosocial and political challenges faced by ex-combatants and persons formerly associated with armed forces and groups, their families and communities. In addition to the guidance outlined in IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration, DDR practitioners should also consider the factors that sustain organized criminal networks and activities when planning reintegration support.In communities where engagement in illicit economies is widespread and normalized, certain criminal activities may have no social stigma attached to them. DDR practitioners or may even bring power and prestige. Ex-combatants \u2013 especially those who were previously in high-ranking positions \u2013 often share the same level of status as successful criminals, posing challenges to their long-lasting reintegration into lawful society. DDR practitioners should therefore consider the impact of involvement of ex-combatants\u2019 involvement in organized crime on the design of reintegration support programmes, taking into account the roles they played in illicit activities and crime-conflict dynamics in the society at large.DDR practitioners should examine the types and characteristics of criminal activities. While organized crime can encompass a range of activities, the distinction between violent and non- violent criminal enterprises, or non-labour intensive and labour-intensive criminal economies may help DDR practitioners to prioritize certain reintegration strategies. For example, some criminal market activities may be considered vital to the local economy of communities, particularly when employing most of the local workforce.Economic reintegration can be a challenging process because there may be few available jobs in the formal sector. It becomes imperative that reintegration support not only enable former members of armed forces and groups to earn a living, but that the livelihood is enough to disincentivize the return to illicit activities. In other cases, laissez-faire policies towards labour- intensive criminal economies, such as the exploitation of natural resources, may open windows of opportunity, regardless of their legality, and could be accompanied by a process to formalize and regulate informal and artisanal sectors. Partnerships with multiple stakeholders, including civil society and the private sector, may be useful in devising holistic reintegration assessments and programmatic responses.The box below outlines key questions that DDR practitioners should consider when supporting reintegration in conflict-crime contexts. For further information on reintegration support, and specific guidance on environment crime, drug and human trafficking, see section 9.BOX 3: REINTEGRATION: KEY QUESTIONS \\n What are the risks and benefits involved in disrupting the illicit economies upon which communities depend? \\n How can support be distributed between former members of armed forces and groups, communities and victims in ways that are fair, facilitate reintegration, and avoid re-recruitment by organized criminal actors? \\n What steps can be taken when the reintegration support offered cannot outweigh the benefits offered through illicit activities? \\n What community-based monitoring initiatives can be put in place to ensure the sustained reintegration of former members of armed forces and groups and their continued non-involvement in criminal activities? \\n How can reintegration efforts work to address the motives and incentives of conflict actors through non-violent means, and what are the associated risks? \\n Which actors should contribute to addressing the conflict-crime nexus during reintegration, and in which capacity (including, among others, international agencies, public institutions, civil society and the private sector)?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 20, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.3 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners or may even bring power and prestige.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9185, - "Score": 0.285714, - "Index": 9185, - "Paragraph": "Armed conflict amplifies the conditions in which human trafficking occurs. During a conflict, the vulnerability of the affected population increases, due to economic desperation, weak rule of law and unavailability of social services, forcing people to flee for safety. Human trafficking targets the most vulnerable segments of the population. Armed groups \u2018recruit\u2019 their victims in refugee and internally displaced persons camps, as well as among populations affected by the conflict, attracting them with false promises of employment, education or safety. Many trafficked people end up being exploited abroad, but others remain inside the country\u2019s borders filling armed groups, providing forced labour, and becoming \u2018war wives\u2019 and sex slaves.Human trafficking often has a strong transnational component, which, in turn, may affect reintegration efforts. Armed groups and organized criminal groups engage in human trafficking by collaborating with networks active in other countries. Conflict areas can be source, transit or destination countries. Reintegration programmes should exercise extreme caution in sustaining activities that may conceal trafficking links or may be used to launder the proceeds of trafficking. Continuous assessment is key to recognizing and evaluating the risk of human trafficking. DDR practitioners should engage with a wide range of actors in neighbouring countries and regionally to coordinate the repatriation and reintegration of victims of human trafficking, where appropriate.Children are often victims of organized crime, including child trafficking and the worst forms of child labour, being frequent victims of sexual exploitation, forced marriage, forced labour and recruitment into armed forces or groups. Reintegration practitioners should be aware that children who present as dependants may be victims of trafficking. Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR. Family tracing and reunification (if in the best interests of the child) should be started at the earliest possible stage and can be carried out at the same time as other activities.Children who have been trafficked should be considered and treated as victims, including those who may have committed crimes during the period of their exploitation. Any criminal action taken against them should be handled according to child-friendly juvenile justice procedures, consistent with international law and norms regarding children in contact with the law, including the Beijing Rules and Havana Principles, among others. Consistent with the UN Convention on the Rights of the Child, the best interests of the child shall be a primary consideration in all decisions pertaining to a child. For further information, see IDDRS 5.30 on Children and DDR.Women are more likely to become victims of organized crime than men, being subjected to sex exploitation and trade, rape, abuse and murder. The prevailing subcultures of hegemonic masculinity and machismo become detrimental to women in conflict situations where there is a lack of instituted rule of law and security measures. In these situations, since the criminal justice system is rendered ineffective, organized crimes directed against women go unpunished. DDR practitioners, as part of reintegration programming, should develop targeted measures to address the organized crime subculture and correlated machismo. For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 26, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.3 Reintegration support and human trafficking", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9333, - "Score": 0.285714, - "Index": 9333, - "Paragraph": "Every context is unique when it comes to natural resource management, depending on the characteristics of local ecosystems and existing socio-cultural relationships to land and other natural resources. Strong or weak local and national governance can also impact how natural resources may be treated by DDR processes, specifically where a weak state can lead to more incentives for illicit exploitation and trafficking of natural resources in ways that may fuel or exacerbate armed conflict. DDR practitioners should ensure they thoroughly understand these dynamics through assessments and risk management efforts when designing interventions.For DDR processes, local communities and national institutions - including relevant line ministries - are sources of critical knowledge and information. For this reason, DDR processes shall explicitly incorporate national and local civil society organizations, academic institutions, private sector and other stakeholders into intervention planning and implementation where appropriate. Since international mandates and resources for DDR processes are limited, DDR practitioners shall seek to build local capacities around natural resource management whenever possible and shall establish relevant local partnerships to ensure coordination and technical capacities are available for the implementation of any interventions incorporating natural resource management.In some cases, natural resource management can be used as a platform for reconciliation and trust building between communities and even regional actors. DDR practitioners should seek to identify these opportunities where they exist and integrate them into interventions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should ensure they thoroughly understand these dynamics through assessments and risk management efforts when designing interventions.For DDR processes, local communities and national institutions - including relevant line ministries - are sources of critical knowledge and information.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9501, - "Score": 0.285714, - "Index": 9501, - "Paragraph": "Many conflict-affected countries have substantial numbers of youth \u2013 individuals between 15 and 24 years of age - relative to the rest of the population. Natural resources can offer specific opportunities for this group. For example, when following a value chain approach (see section 7.3.1) with agricultural products, non-timber forest products or fisheries, DDR practitioners should seek to identify processing stages that can be completed by youth with little work experience or skills. Habitat and ecosystem services restoration can also offer opportunities for young people. Youth can also be targeted as leaders through training-of-trainers programmes to further disseminate best practices and skills for improving the use of natural resources. When embarking on youth-focused DDR processes, efforts should be made to ensure that both male and female youth are engaged. While male youth are often the more visible group in conflict-affected countries, there are proven peace dividends in providing support to female youth. For additional guidance, see IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.1 Youth", - "Heading4": "", - "Sentence": "For additional guidance, see IDDRS 5.30 on Youth and DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10285, - "Score": 0.285714, - "Index": 10285, - "Paragraph": "Communication and coordination Coordination \\n Have opportunities been taken to engage with national security sector management and oversight bodies on how they can support the DDR process? \\n Is there a mechanism that supports national dialogue and coordination across DDR and SSR? If not, could the national commission on DDR fulfil this role by inviting representatives of other ministries to selected meetings? \\n Are the specific objectives of DDR and SSR clearly set out and understood (e.g. in a \u2018letter of commitment\u2019)? Is this understanding shared by national actors and interna- tional partners as the basis for a mutually supportive approach? \\n\\n Knowledge management \\n When developing information management systems, are efforts made to also collect data that will be useful for SSR? Is there a mechanism in place to share this data? \\n Is there provision for up to date conflict and security analysis as a common basis for DDR/SSR decision-making? \\n Have efforts been made to share information with border management authorities on high risk areas for foreign combatants transiting borders? \\n Has regular information sharing taken place with relevant security sector institutions as a basis for planning to ensure appropriate support to DDR objectives? \\n Are adequate mechanisms in place to ensure institutional memory and avoid over reliance on key individuals? Are assessment reports and other key documents retained and easily accessible in order to support lessons learned processes for DDR/SSR?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 27, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.3. Communication and coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Are the specific objectives of DDR and SSR clearly set out and understood (e.g.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10297, - "Score": 0.285714, - "Index": 10297, - "Paragraph": "Funding \\n Does resource planning seek to identify gaps, increase coherence and mitigate compe- tition between DDR and SSR? \\n Have the financial resource implications of DDR for the security sector been considered, and vice versa? \\n Are DDR and SSR programmes realistic and compatible with national budgets?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 28, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.4. Funding", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Are DDR and SSR programmes realistic and compatible with national budgets?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10161, - "Score": 0.285714, - "Index": 10161, - "Paragraph": "Elections should serve as an entry point for discussions on DDR and SSR. While successful elections can provide important legitimacy for DDR and SSR processes, they tend to mono- polise the available political space and thus strongly influence timelines and priorities, including resource allocation for DDR and SSR. Army integration may be prioritised in order to support the provision of effective security forces for election security while SSR measures may be designed around the development of an election security plan which brings together the different actors involved.Election security can provide a useful catalyst for discussion on the roles and respon- sibilities of different security actors. It may also result in a focus on capacity building for police and other bodies with a role in elections. Priority setting and planning around sup- port for elections should be linked to longer term SSR priorities. In particular, criteria for entry and training for ex-combatants integrating within the security sector should be con- sistent with the broader values and approaches that underpin the SSR process.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.4. Elections", - "Heading4": "", - "Sentence": "Elections should serve as an entry point for discussions on DDR and SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10173, - "Score": 0.285714, - "Index": 10173, - "Paragraph": "This section addresses the common challenge of operationalising national ownership in DDR and SSR programmes. It then considers how to enhance synergies in international support for DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It then considers how to enhance synergies in international support for DDR and SSR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10249, - "Score": 0.285714, - "Index": 10249, - "Paragraph": "The following is an indicative checklist for considering DDR-SSR linkages. Without being exhaustive, it summarises key points emerging from the module relevant for policy mak- ers and practitioners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The following is an indicative checklist for considering DDR-SSR linkages.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10139, - "Score": 0.283473, - "Index": 10139, - "Paragraph": "Holding a national seminar does not mean that a common vision of necessary reform measures will (or should) be the outcome. Rather, it can mark the start of a participatory process of dialogue intended to clarify national needs and values and thus link short term security goals to longer term objectives. How national dialogue processes are designed and implemented may be more important than concrete outputs. Broad participation, including the transitional or elected authorities as well as representatives of the security sector, oversight bodies and civil society is important to enhance legitimacy and relevance. They can occur before or after the signing of a peace agreement. Equally, they can take place during transitional periods or following national elections to provide impetus to the peacebuilding process.National dialogue processes should be supported as a means to foster common understandings of DDR and SSR challenges (See Case Study Box 5). Depending on the circumstances, specific sectoral presentations at national seminars may be useful to share developments in different parts of the security sector, foster national ownership and better understand the expectations and perspectives of different stakeholder groups. A sub-group on DDR-SSR linkages or specific sub-groups on issues such as political good governance may be established in order to develop knowledge and raise awareness on this nexus. Support to national dialogue processes should include provision of follow-up mechanisms to enhance sustainability.Case Study Box 5 DDR & the national dialogue on SSR in the CAR \\n In the Central African Republic, a dysfunctional and poorly governed security sector has been identified as one of the root causes of conflict. Discussions on DDR were therefore couched in the broader framework of SSR and encouraging a national dialogue process was identified as a first step in addressing this issue. As part of this process, a national seminar was held from 14\u201317 April 2008. The seminar was prepared by a national Security Sector Reform Committee consisting of government officials, rep-resentatives of CAR\u2019s security and justice services, and members of civil society. The seminar resulted in a roadmap for SSR implementation and also set up an evaluation mechanism to review progress. It provided a framework for many of the decisions in subsequent discussions and agreements. The seminar was held at an opportune moment as it was able to guide discussions on other critical aspects of the peace process. A working group session on DDR/SSR linkages contributed to crystallizing in the minds of the various stakeholders the need to avoid thinking about these issues separately.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 20, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.1. National dialogue", - "Heading4": "", - "Sentence": "Discussions on DDR were therefore couched in the broader framework of SSR and encouraging a national dialogue process was identified as a first step in addressing this issue.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10228, - "Score": 0.283473, - "Index": 10228, - "Paragraph": "Improved coordination can support more coherent policy making and programming that takes into account the nexus between DDR and SSR. By contrast, parallel or contradictory approaches risk undermining common objectives to support national DDR and SSR proc- esses. While DDR is characterised by a strong UN role, SSR activities (and funding) are predominantly supported by bilateral donors through specific arrangements with national authorities. In some cases there may be a mixed approach, for example, with bilateral partners supporting army reform, whereas UN Police is advising on rebuilding the police sector. Promoting \u2018joint\u2019 assessments and develop- ing in-country coordination mechanisms can provide a clearer basis for developing co- herent international support in these areas.In practice, limited overlap between ac- tors engaged in DDR and SSR indicates a need to establish more effective coordination mechanisms. The UN may in many cases provide a coordinating role for international support in a given context. Mapping the var- ious actors involved in DDR and SSR and their activities provides a structured basis to identify gaps and build synergies across the international community (see Case Study Box 6 below). Agreeing common understandings of \u2018SSR\u2019, consistent with the UN approach and other relevant policy frameworks is an important starting point for coordination. The creation of a joint steering committee or similar coordination mechanism for DDR/SSR may contribute to enhancing coherence throughout programme implementation. However, sufficient political will to implement \u2018joined up\u2019 approaches remains the key enabling fac- tor for improved coordination.Case Study Box 6 Strengthening SSR coordination in Burundi \\n In Burundi, the large number of international actors engaged in supporting SSR led to coordination challenges. In 2006, the DDR/SSR unit of the United Nations Operation in Burundi (ONUB) recognized the need to improve coordination and identified as a first step the importance of gaining an overview of relevant actors and activities. This was done by mapping current and planned SSR support by international actors in order to minimize overlaps and identify gaps. The mapping was divided by categories of support and included applicable implementation timelines. The DDR/SSR unit regularly distributed results to the wider international community. Several bilateral actors recognized the value of this initiative and highlighted that the DDR/SSR unit had a comparative advantage in fulfilling this role because it had the human resources necessary to undertake such efforts.16 While coordination challenges among such a large number of actors is inevitable, ONUB\u2019s efforts has contributed to a more structured dialogue on these issues within the international community in Burundi.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 24, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.1. Coordination", - "Heading4": "", - "Sentence": "The creation of a joint steering committee or similar coordination mechanism for DDR/SSR may contribute to enhancing coherence throughout programme implementation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9924, - "Score": 0.283473, - "Index": 9924, - "Paragraph": "Reducing the availability of illegal weapons connects DDR and SSR to related security challenges such as wider civilian arms availability. In particular, there is a danger of \u2018leak- age\u2019 during transportation of weapons and ammunition gathered through disarmament processes or as a result of inadequately managed and controlled storage facilities. Failing to recognise these links may represent a missed opportunity to develop the awareness and capacity of the security sector to address security concerns related to the collection and management of weapon stocks (see IDDRS 2.20 on post-conflict stabilization, peace-building and recovery frameworks).Disarmament programmes should be complemented, where appropriate, by training and other activities to enhance law enforcement capacities and national control over weap- ons and ammunition stocks. The collection of arms through the disarmament component of the DDR programme may in certain cases provide an important source of weapons for reformed security forces. In such cases, disarmament may be considered a potential entry point for coordination between DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.1. Disarmament and longer-term SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "The collection of arms through the disarmament component of the DDR programme may in certain cases provide an important source of weapons for reformed security forces.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9856, - "Score": 0.279675, - "Index": 9856, - "Paragraph": "DDR and SSR play an important role in post-conflict efforts to prevent the resurgence of armed conflict and to create the conditions necessary for sustainable peace and longer term development.4 They form part of a broader post-conflict peacebuilding agenda that may include measures to address small arms and light weapons (SALW), mine action activi- ties or efforts to redress past crimes and promote reconciliation through transitional justice (see IDDRS 6.20 on DDR and Transitional Justice). The security challenges that these meas- ures seek to address are often the result of a state\u2019s loss of control over the legitimate use of force. DDR and SSR should therefore be understood as closely linked to processes of post- conflict statebuilding that enhance the ability of the state to deliver security and reinforce the rule of law. The complex, interrelated nature of these challenges has been reflected by the development of whole of system (e.g. \u2018one UN\u2019 or \u2018whole of government\u2019) approaches to supporting states emerging from conflict. The increasing drive towards such integrated approaches reflects a clear need to bridge early areas of post-conflict engagement with support to the consolidation of reconstruction and longer term development.An important point of departure for this module is the inherently political nature of DDR and SSR. DDR and SSR processes will only be successful if they acknowledge the need to develop sufficient political will to drive and build synergies between them.Box 1 DDR/SSR dynamics \\n DDR shapes the terrain for SSR by influencing the size and nature of the security sector \\n Successful DDR can free up resources for SSR activities that in turn may support the development of efficient, affordable security structures \\n A national vision of the security sector should provide the basis for decisions on force size and structure \\n SSR considerations should help determine criteria for the integration of ex-combatants in different parts of the formal/informal security sector \\n DDR and SSR offer complementary approaches that can link reintegration of ex-combatants to enhancing community security \\n Capacity-building for security management and oversight bodies provide a means to enhance the sustainability and legitimacy of DDR and SSRThis reflects the sensitivity of issues that touch directly on internal power relations, sover- eignty and national security as well as the fact that decisions in both areas create \u2018winners\u2019 and \u2018losers.\u2019 In order to avoid doing more harm than good, related policies and programmes must be grounded in a close understanding of context-specific political, socio-economic and security factors. Understanding \u2018what the market will bear\u2019 and ensuring that activities and how they are sequenced incorporate practical constraints are crucial considerations for assessments, programme design, implementation, monitoring and evaluation.The core objective of SSR is \u201cthe enhancement of effective and accountable security for the state and its peoples.\u201d5 This underlines an emerging consensus that insists on the need to link effective and efficient provision of security to a framework of democratic gov- ernance and the rule of law.6 If one legacy of conflict is mistrust between the state, security providers and citizens, supporting participative processes that enhance the oversight roles of actors such as parliament and civil society7 can meet a common DDR/SSR goal of build- ing trust in post-conflict security governance institutions. Oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appro- priate, cost effective and made in a transparent manner.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 2, - "Heading1": "3. Background", - "Heading2": "3.1. Why are DDR-SSR dynamics important?", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and SSR processes will only be successful if they acknowledge the need to develop sufficient political will to drive and build synergies between them.Box 1 DDR/SSR dynamics \\n DDR shapes the terrain for SSR by influencing the size and nature of the security sector \\n Successful DDR can free up resources for SSR activities that in turn may support the development of efficient, affordable security structures \\n A national vision of the security sector should provide the basis for decisions on force size and structure \\n SSR considerations should help determine criteria for the integration of ex-combatants in different parts of the formal/informal security sector \\n DDR and SSR offer complementary approaches that can link reintegration of ex-combatants to enhancing community security \\n Capacity-building for security management and oversight bodies provide a means to enhance the sustainability and legitimacy of DDR and SSRThis reflects the sensitivity of issues that touch directly on internal power relations, sover- eignty and national security as well as the fact that decisions in both areas create \u2018winners\u2019 and \u2018losers.\u2019 In order to avoid doing more harm than good, related policies and programmes must be grounded in a close understanding of context-specific political, socio-economic and security factors.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10356, - "Score": 0.276026, - "Index": 10356, - "Paragraph": "This module will explore the linkages between DDR programmes and transitional justice measures that seek prosecutions, truth-seeking, reparation for victims and institutional reform to address mass atrocities that occurred in the past. It is based on the principle that DDR programmes that are informed by international humanitarian law and international human rights law are more likely to achieve the long term objectives of the programme and be better supported by the international community. It aims to contribute to DDR programmes that comply with international standards and promote transitional justice objectives by pro- viding a relevant legal framework and set of guidelines and options for practitioners to consider when designing, implementing, and evaluating DDR programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It aims to contribute to DDR programmes that comply with international standards and promote transitional justice objectives by pro- viding a relevant legal framework and set of guidelines and options for practitioners to consider when designing, implementing, and evaluating DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10438, - "Score": 0.276026, - "Index": 10438, - "Paragraph": "Do no harm: A first step in creating a constructive relationship between DDR and transitional justice is to understand how transitional justice and DDR can interact in ways that, at a minimum, do not obstruct their respective objectives of accountability and reconciliation and maintenance of peace and security. \\n Balanced approaches: While the imperative to maintain peace and security often de- mands a specific focus on ex-combatants in the short-term, long-term strategies should aim to provide reintegration opportunities to all war-affected populations, including victims.22 \\n Respect for international human rights law: DDR programmes shall respect and promote international human rights law. This includes supporting ways of preventing reprisal or discrimination against, or stigmatization of those who participate in DDR programmes as well as to protect the rights of the communities that are asked to receive ex-combatants, and members of the society at large. DDR processes shall provide for a commitment to gender, age and disability specific principles and shall comply with principles of non-discrimination. \\n Respect for international humanitarian law: DDR programmes shall respect and promote international humanitarian law, including the humane treatment of persons no longer actively engaged in combat. United Nations Peacekeeping Forces, includ- ing military members involved in administrative DDR programmes, are also subject to the fundamental principles and rules of international humanitarian law, and in cases of violation, are subject to prosecution in their national courts.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 7, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Do no harm: A first step in creating a constructive relationship between DDR and transitional justice is to understand how transitional justice and DDR can interact in ways that, at a minimum, do not obstruct their respective objectives of accountability and reconciliation and maintenance of peace and security.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9863, - "Score": 0.276026, - "Index": 9863, - "Paragraph": "A number of DDR and SSR activities have been challenged for their lack of context-specificity and flexibility, leading to questions concerning their effectiveness when weighed against the major investments such activities entail.8 The lack of coordination between bilateral and multilateral partners that support these activities is widely acknowledged as a contrib- uting factor: stovepiped or contradictory approaches each present major obstacles to pro- viding mutually reinforcing support to DDR and SSR. The UN\u2019s legitimacy, early presence on the ground and scope of its activities points to an important coordinating role that can help to address challenges of coordination and coherence within the international commu- nity in these areas.A lack of conceptual clarity on \u2018SSR\u2019 has had negative consequences for the division of responsibilities, prioritisation of tasks and allocation of resources.9 Understandings of the constituent activities within DDR are relatively well-established. On the other hand, while common definitions of SSR may be emerging at a policy level, these are often not reflected in programming. This situation is further complicated by the absence of clear indicators for success in both areas. Providing clarity on the scope of activities and linking these to a desired end state provide an important starting point to better understanding the relationship between DDR and SSR.Both DDR and SSR should be nationally owned and designed to fit the circumstances of each particular country. However, the engagement by the international community in these areas is routinely criticised for failing to apply these key principles in practice. SSR in particular is viewed by some as a vehicle for imposing externally driven objectives and approaches. In part, this reflects the particular challenges of post-conflict environments, including weak or illegitimate institutions, shortage of capacity amongst national actors, a lack of political will and the marginalisation of civil society. There is a need to recognise these context-specific sensitivities and ensure that approaches are built around the contributions of a broad cross-section of national stakeholders. Prioritising support for the development of national capacities to develop effective, legitimate and sustainable security institutions is essential to meeting common DDR/SSR goals.Following a summary of applicable UN institutional mandates and responsibilities (Section 4), this module outlines a rationale for the appropriate linkage of DDR and SSR (Section 5) and sets out a number of guiding principles common to the UN approach to both sets of activities (Section 6). Important DDR-SSR dynamics before and during demo- bilization (Section 7) and before and during repatriation and reintegration (Section 8) are then considered. Operationalising the DDR-SSR nexus in different elements of the pro- gramme cycle and consideration of potential entry points (Section 9) is followed by a focus on national and international capacities in these areas (Section 10). The module concludes with a checklist that is intended as a point of departure for the development of context- specific policies and programmes that take into account the relationship between DDR and SSR (Section 11).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 3, - "Heading1": "3. Background", - "Heading2": "3.2. Challenges of operationalising the DDR/SSR nexus", - "Heading3": "", - "Heading4": "", - "Sentence": "Providing clarity on the scope of activities and linking these to a desired end state provide an important starting point to better understanding the relationship between DDR and SSR.Both DDR and SSR should be nationally owned and designed to fit the circumstances of each particular country.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10734, - "Score": 0.27501, - "Index": 10734, - "Paragraph": "DDR programmes may include a variety of screening procedures, for example screening against eligibility criteria for entry into the programme, and screening for different kinds of skills training. Screening procedures designed to put in place measures that avoid provid- ing benefits to known or suspected violators of human rights or international humanitarian law should also be considered. Integrating a screening procedure based on human rights considerations may be more problematic in some contexts than others because of concern that it will deter combatants from entering the DDR programme. At a minimum, those ex- combatants against whom judicial investigations are pending or against whom credible allegations of perpetrating violations of international human rights law or international humanitarian law have been raised should not receive benefits until these allegations are resolved. The proposed focal point on transitional justice should correspond regularly with national and international authorities in order to develop strategies for dealing with alleged perpetrators among the ex-combatants population.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.3. Consider screening of human rights records of ex-combatants", - "Heading4": "", - "Sentence": "Integrating a screening procedure based on human rights considerations may be more problematic in some contexts than others because of concern that it will deter combatants from entering the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10209, - "Score": 0.27501, - "Index": 10209, - "Paragraph": "The politically sensitive nature of decisions relating to DDR and SSR means that external actors must pay particular attention to both the form and substance of their engagement. Close understanding of context, including identification of key stakeholders, is essential to ensure that support to national actors is realistic, culturally sensitive and sustainable. Externally- driven pressure to move forward on programming priorities will be counter-productive if this is de-linked from necessary political will and implementation capacity to develop policy and implement programmes at the national level.The design, implementation and timing of external support for DDR and SSR should be closely aligned with national priorities and capacities (see Boxes 6, 7 and 8). Given that activities may raise concerns over interference in areas of national sovereignty, design and approach should be carefully framed. In certain cases, \u201cdevelopment\u201d or \u201cprofessionalisation\u201d rather than \u201creform\u201d may represent more acceptable terminology. Setting out DDR/SSR commitments in a joint letter of agreement and regularly monitoring implementation pro- vides a transparent means to set out agreed commitments between national authorities and the international community.Box 8 Supporting national ownership and capacities \\n Jointly establish capacity-development strategies with national authorities (see IDDRS 3.30 on National Institutions for DDR) that support common DDR and SSR objectives. \\n Support training to develop cross-cutting skills that will be useful in the long term (human resources, financial management, building gender capacity). \\n Identify and empower national reform \u2018champions\u2019 that can support DDR/SSR. This should be developed through actor mapping during the needs assessment phase. \\n Support the capacity of oversight and coordination bodies to lead and harmonise DDR and SSR activities. Identify gaps in the national legal framework to support oversight and accountability. \\n Consider twinning international experts with national counterparts within security institutions to support skills transfer. \\n Evaluate the potential role of national committees as a mechanism to establish permanent bodies to coordinate DDR/SSR. \\n Set down commitments in a joint letter of agreement that includes provision for regular evaluation of implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 23, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.3. Sustainability", - "Heading4": "", - "Sentence": "Setting out DDR/SSR commitments in a joint letter of agreement and regularly monitoring implementation pro- vides a transparent means to set out agreed commitments between national authorities and the international community.Box 8 Supporting national ownership and capacities \\n Jointly establish capacity-development strategies with national authorities (see IDDRS 3.30 on National Institutions for DDR) that support common DDR and SSR objectives.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9216, - "Score": 0.267261, - "Index": 9216, - "Paragraph": "As State actors can be implicated in organized criminal activities in conflict and post-conflict settings, including past and ongoing violations of human rights and international humanitarian law, there may be a need to reform security sector institutions. As IDDRS 6.10 on DDR and Security Sector Reform states, SSR aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law\u201d. DDR processes that fail to coordinate with SSR can lead to further violations, such as the reappointment of human rights abusers or those engaged in other criminal activities into the legitimate security sector. Such cases undermine public faith in security sector institutions.Mistrust between the State, security providers and citizens is a potential contributing factor to the outbreak of a conflict, and one that has the potential to undermine sustainable peace, particularly if the State itself is corrupt or directly engages in criminal activities. Another factor is the integration of ex-combatants who may still have criminal ties into the reformed security sector. To avoid further propagation of criminality, vetting should be conducted prior to integration, with a special focus on any evidence relating to continued links with actors known to engage in criminal activities. Finally, Government security forces, both civilian and military, may themselves be part of rightsizing exercises. The demobilization of excess forces may be particularly difficult if these individuals have been actively involved in facilitating or gatekeeping the illicit economy, and DDR practitioners should take these dynamics into account in the design of reintegration support (see sections 7.3 and 9).SSR that encourages participatory processes that enhance the oversight roles of actors such as parliament and civil society can meet the common goal of DDR and SSR of building trust in post-conflict security governance institutions. Additionally, oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appropriate, cost effective and made in a transparent manner. For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 29, - "Heading1": "11. DDR, security sector reform and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9284, - "Score": 0.267261, - "Index": 9284, - "Paragraph": "The relationship between natural resources and armed conflict is well known and documented, evidenced by numerous examples from all over the world.1 Natural resources may be implicated all along the peace continuum, from contributing to grievances, to financing armed groups, to supporting livelihoods and recovery via the sound management of natural resources. Furthermore, the economies of countries suffering from armed conflict are often marked by unsustainable or illicit trade in natural resources, thereby tying conflict areas to the rest of the world through global supply chains. For DDR processes to be effective, practitioners should consider both the risks and opportunities that natural resource management may pose to their efforts.As part of the war economy, natural resources may be exploited and traded directly by, or through local communities under the auspices of, armed groups, organized criminal groups or members of the security sector, and eventually be placed on national and international markets through trade with multinational companies. This not only reinforces the actors directly implicated in the conflict, but it also undermines the good governance of natural resources needed to support development and sustainable peace. Once conflict is underway, natural resources may be exploited to finance the acquisition of weapons and ammunition and to reinforce the war economy, linking armed groups and even the security sector to international markets and organized criminal groups.These dynamics are challenging to address through DDR processes, but are necessary to contend with if sustainable peace is to be achieved. When DDR processes promote good governance practices, transparent policies and community engagement around natural resource management, they can also simultaneously address conflict drivers and the impacts of armed conflict on the environment and host communities. Issues of land rights, equal access to natural resources for livelihoods, equitable distribution of their benefits, and sociocultural disparities may all underpin the drivers of conflict that motivate individuals and groups to take up arms. It is critical that DDR practitioners take these linkages into account to avoid exacerbating existing grievances or creating new conflicts, as well as to effectively use natural resource management to contribute to sustainable peace.This module aims to contribute to DDR processes that are grounded in a clear understanding of how natural resource management can contribute to sustainable peace and reduce the likelihood of a resurgence of conflict. It considers how DDR practitioners can integrate youth, women, persons with disabilities and other key specific needs groups when addressing natural resource management in reintegration. It also includes guidance on relevant natural resource management related issues like public health, disaster-risk reduction, resiliency and climate change. With enhanced interagency cooperation, coordination and dialogue among relevant stakeholders working in DDR, natural resource management and governance sectors - especially national actors - these linkages can be addressed in a more conscious and deliberate manner for sustainable peace.Lastly, this module recognizes that the degree to which natural resources are incorporated into DDR processes will vary based on the political economy of a given context, size, resource availability, partners and capacity. While some contexts may have different agencies or stakeholders with expertise in natural resource management to inform context analyses, assessment processes and subsequent programme design and implementation, DDR processes may also need to rely primarily on external experts and partners. However, limited natural resource management capacities within a DDR process should not discourage practitioners from capitalizing on the opportunities or guidance available, or to seek collaboration and possible programme synergies with other partners that can offer natural resource management expertise. For example, in settings where the UN has no mission presence, such capacity and expertise may also be found within the UN country team, civil society, and/or academia.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, limited natural resource management capacities within a DDR process should not discourage practitioners from capitalizing on the opportunities or guidance available, or to seek collaboration and possible programme synergies with other partners that can offer natural resource management expertise.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9535, - "Score": 0.267261, - "Index": 9535, - "Paragraph": "Following the abovementioned assessments, DDR practitioners shall develop an inclusive and gender-responsive risk management approach to implementation. The table below includes a comprehensive set of risk factors related to natural resources to assist DDR practitioners when navigating and mitigating risks.In some cases, there may be systems in place to mitigate against the risk of the exploitation of natural resources by armed forces and groups as well as organized criminal groups. These measures are often implemented by the UN (e.g., sanctions) but will implicate other actors as well, especially when the natural resources in question are traded in global markets and end up in products placed in consumer markets with protections in place against trade in conflict resources. DDR practitioners shall avoid being seen as supporting individuals or armed forces and groups that are targeted by sanctions or other regimes and work closely with national and international authorities.Depending on the context, different types of natural resources will be a risk factors for DDR practitioners. In almost all cases, land will be a risk factor that can drive grievances, while also being essential to kick-starting rural economies and for the agricultural sector. Other natural resources, including agricultural commodities (\u201csoft commodities\u201d) or extractive resources (\u201chard commodities\u201d) will come into play based on the nature of the context. Once identified through assessments, DDR practitioners should further analyse the nature of the risk based on the natural resource sectors present in the particular context, as well as the opportunities to create employment through the sector. For each of the sectors identified in the table below, DDR practitioners should note the particular risk and seek expertise to implement mitigating factors.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.3 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall avoid being seen as supporting individuals or armed forces and groups that are targeted by sanctions or other regimes and work closely with national and international authorities.Depending on the context, different types of natural resources will be a risk factors for DDR practitioners.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10254, - "Score": 0.267261, - "Index": 10254, - "Paragraph": "Have measures been taken to engage both DDR and SSR experts in the negotiation of peace agreements so that provisions for the two are mutually supportive? \\n Are a broad range of stakeholders involved in discussions on DDR and SSR in peace negotiations including civil society and relevant regional organisations? \\n Do decisions reflect a nationally-driven vision of the role, objective and values for the security forces? \\n Have SSR considerations been introduced into DDR decision-making and vice versa? Do assessments include the concerns of all stakeholders, including national and inter- national partners? \\n Have SSR experts commented on the terms of reference of the assess- ment and participated in the assessment mission? \\n Is monitoring and evaluation carried out systematically and are efforts made to link it with SSR? Is M&E used as an entry-point for linking DDR and SSR concerns in planning?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.1. General", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Have SSR considerations been introduced into DDR decision-making and vice versa?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9704, - "Score": 0.260133, - "Index": 9704, - "Paragraph": "Transitional weapons and ammunition management is a series of interim arms control measures. When implemented as part of a DDR process, transitional WAM is primarily aimed at reducing the capacity of individuals and armed groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives. As outlined in section 5.2, natural resources may be exploited to finance the acquisition of weapons and ammunition. These weapons and ammunition may then be used armed forces and groups to control territory. If members of armed forces and groups refuse to disarm, for reasons of insecurity, or because they wish to maintain territorial control, DDR practitioners may, in some instances, consider supporting transitional WAM measures focused on safe and secure storage and recordkeeping. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.2 Transitional weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "When implemented as part of a DDR process, transitional WAM is primarily aimed at reducing the capacity of individuals and armed groups to engage in armed violence and conflict.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8929, - "Score": 0.251976, - "Index": 8929, - "Paragraph": "As a preliminary consideration, DDR practitioners should first distinguish between organized crime as an entity and organized crime as an activity. Labelling groups as \u2018organized criminal groups\u2019 (entity) has become increasingly irrelevant in conflict settings where armed groups (and occasionally armed forces) are engaged in organized crime, often rendering organized criminal groups and armed groups indistinguishable. The progressive blurring of lines between organized criminal groups and armed groups necessitates an understanding of the motivations for engaging in organized crime (as an activity) and armed conflict. This awareness is particularly important for DDR practitioners when determining whom to involve as participants in DDR processes and when determining the types of measures to implement in order to minimize continued involvement (and/or re-engagement) in illicit activities.Where crime and armed conflict converge, two general motives emerge: economic and social/political. Economic motivations arise in conflict when the State is absent or weak and actors can monopolize a market or carry out a lucrative illicit activity with impunity. Social/political motives can also arise in the absence of the State apparatus, leading actors to take the State\u2019s place through the pursuit of legitimacy or exercise of power through violent governance. While organized criminal groups have largely been described as carrying out their activities for a financial or material benefit, recent evidence indicates that motives exist beyond profits. Similarly, where armed groups have traditionally fought for a political or ideological reason, economic opportunities presented by organized crime may expand their objectives.While these considerations are most frequently applied to armed groups, armed forces may also directly engage in organized crime. For example, poor working conditions coupled with low wages may be insufficient for individual members of armed forces to survive, leading some to sell weapons to armed groups and communities for financial gain. More broadly, in some cases, challenges to State strongholds mean that State actors must struggle to maintain their power, joining armed groups in competing for resources and territorial control, and often also engaging in organized crime activities for economic profit.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 9, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.2 The relationship between organized crime and armed forces and groups ", - "Heading3": "", - "Heading4": "", - "Sentence": "This awareness is particularly important for DDR practitioners when determining whom to involve as participants in DDR processes and when determining the types of measures to implement in order to minimize continued involvement (and/or re-engagement) in illicit activities.Where crime and armed conflict converge, two general motives emerge: economic and social/political.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9561, - "Score": 0.251976, - "Index": 9561, - "Paragraph": "Where the exploitation of natural resources is an entrenched part of the war economy and linked to the activities of armed forces and groups, as well as organized criminal groups, natural resources can be leveraged as a means of gaining control over certain territories and accessing weapons and ammunition. The main concern of DDR practitioners will be to support efforts to break the linkages between the flows of natural resources used to finance the acquisition of weapons and ammunition, including by working with actors involved in the implementation and monitoring of sanctions, including the UN Group of Experts, and contributing to strengthening the capacity of the security sector to reduce illicit weapons and ammunition flows. This can be difficult in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such cases, transitional weapons and ammunition management approaches may be needed (see section 8.2).In order to ensure that security objectives are achieved, DDR practitioners should examine the role of natural resources in the acquisition of weapons and ammunition and how weapons and ammunition result in control over natural resources and access to the revenues from their trade. DDR practitioners should collaborate with relevant interagency stakeholders to ensure that natural resources are no longer used to finance the acquisition of weapons and ammunition for armed groups undergoing disarmament and demobilization or by individual combatants being disarmed and demobilized. When planning the destruction of weapons and ammunition, DDR practitioners should consider the environmental impact of the planned destruction. For further guidance on disarmament, see IDDRS 4.10 on Disarmament.Disarmament: Key questions \\n - How are weapons and ammunition being acquired? Are natural resource exploited to finance this? \\n - What steps can be taken to prevent the trade and trafficking of natural resources by armed forces and groups and/or by organized criminal groups? \\n - In conflict settings, what steps can be taken to disrupt the flow of trafficked weapons in order to reduce the capacity of individuals and groups to engage in armed conflict and save lives? \\n - How can DDR programmes highlight the constructive roles of women who may have engaged in the illicit trafficking of weapons and/or conflict? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n - How can DDR programmes address the presence of children associated with armed forces and groups whom may have been used in the exploitation of natural resources? \\n - To what extent would the removal of weapons jeopardize security and economic opportunities for male and female ex-combatants and communities, including land tenure and access to critical livelihoods resources? \\n - When disarmament is currently impossible, can DDR related tools, such as transitional WAM be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons? \\n - Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities? \\n - Is there evidence of armed forces engaging in criminal activities related to natural resources, including illicit trafficking of natural resources, related crimes against humanity, war crimes and serious human rights violations, and what are the risks of incorporating weapons and ammunition collected during disarmament into national stockpiles?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 27, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n - When disarmament is currently impossible, can DDR related tools, such as transitional WAM be implemented?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9899, - "Score": 0.251976, - "Index": 9899, - "Paragraph": "DDR and SSR interventions need to be flexible and responsive to changing conditions on the ground. Policy guidance must build in the need to understand contextual factors and adjust to changing realities. Mapping relevant actors and understanding the opportunities and constraints posed by specific political, security and socio-economic factors are common requirements for DDR and SSR. Addressing these issues in assessments, ensuring that such knowledge informs both mediation support and negotiating processes, integrating it into the design of DDR and SSR programmes will help to ensure a common appreciation of what is realistic in a given context. Regular monitoring and evaluation should inform the sequencing of activities while avoiding inappropriate or insensitive approaches.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "6.2. Flexibility: the importance of context and sequencing", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and SSR interventions need to be flexible and responsive to changing conditions on the ground.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 9906, - "Score": 0.247436, - "Index": 9906, - "Paragraph": "DDR and SSR conceived narrowly as technical support for military or other security bodies may fail to take sufficient account of the dynamic political environment within which these actors are situated. Emphasising the need to build or enhance the respective roles of the executive, legislative, judiciary as well as civil society will help to ensure that programmes are realistic, transparent and widely understood. Developing a nationally-driven picture of security needs in order to determine the scope and objectives of DDR is a lengthy and challenging process that may be too sensitive to address in the early post-conflict period. Avoiding rigid prescriptions is therefore important while identifying and applying mini- mum standards that should be non-negotiable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "6.3. Transparency and accountability: a good governance approach to DDR/SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Developing a nationally-driven picture of security needs in order to determine the scope and objectives of DDR is a lengthy and challenging process that may be too sensitive to address in the early post-conflict period.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8985, - "Score": 0.245256, - "Index": 8985, - "Paragraph": "DDR processes shall form part of overall efforts to achieve peace, considering organized crime as an element of the conflict, through a political prism rather than solely an economic one. Illicit economies should be carefully tackled to avoid unintentionally stigmatizing combatants, persons associated with armed forces and groups, and other DDR participants and beneficiaries. Political dynamics and balances of power should also be kept in mind. Given the complexities of organized crime and conflict, there are very few good practices in peace time, let alone during ongoing conflict. Nevertheless, the basis of any DDR processes should centre on a robust analysis of the local context and thorough information gathering on the dynamics of criminality and conflict.The following section provides guidance on integrating organized crime considerations into DDR planning, including in assessments such as conflict, security and political economy analysis.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Nevertheless, the basis of any DDR processes should centre on a robust analysis of the local context and thorough information gathering on the dynamics of criminality and conflict.The following section provides guidance on integrating organized crime considerations into DDR planning, including in assessments such as conflict, security and political economy analysis.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9565, - "Score": 0.241747, - "Index": 9565, - "Paragraph": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization). Transitional assistance may be offered in a number of ways including in-kind support, cash-based transfers, public works programmes or other income-generating activities. In contexts where there has been degradation of natural resources that are important for livelihoods or destruction of key water, sanitation and energy infrastructure, DDR programme participants can be employed in labour-intensive, quick-impact infrastructure or rehabilitation projects during the demobilization phase. When targeting natural resource management sectors, these projects can contribute to restoration and rehabilitation of environmental damages; increased protection of critical ecosystems; improved management of critical natural resources; and reduced vulnerability to natural disasters. Concerted efforts should be made to include women, youth, elderly, disabled, in planning and implementation of reinsertion activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 28, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10308, - "Score": 0.240535, - "Index": 10308, - "Paragraph": "Report of the Secretary-General on \u201cThe rule of law and transitional justice in conflict and post-conflict societies\u201d (2004) \\n The Secretary-General\u2019s Report \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d defines the rule of law as \u201ca principle of governance in which all persons, institutions and entities, public and private, including the State itself, are account- able to laws that are publicly promulgated, equally enforced and independently adjudicated, and which are consistent with international human rights norms and standards\u201d.18 DDR is identified as one key element of \u201ctransitioning out of conflict and back to normalcy.\u201d Report of the Secretary-General on \u201cDisarmament, demobilization and reintegration\u201d (2006) \\n The Secretary-General\u2019s report on \u201cDisarmament, demobilization and reintegration\u201d dis- cusses the increased engagement of the United Nations in DDR from 2000-2005 in peace- keeping and non-peacekeeping contexts. Some important \u201clessons learned\u201d from this work include: 1) DDR cannot be implemented without coordinating with the wider peacebuild- ing and recovery process; 2) DDR work should continue beyond the life of a traditional peacekeeping operation thus national capacities must be developed to ensure sustainability; 3) a fragmented approach to DDR is counterproductive; and 4) DDR \u201cmust also be planned in close coordination with transitional processes to review and reform the rule of law and security sectors, as well as efforts to control and reduce small arms proliferation.\u201d19Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (21 February 2007) \\n The Presidential Statement of 21 February 2007 emphasises that \u201creforming the security sector in post-conflict environments is critical to the consolidation of peace and stability, promoting poverty reduction, rule of law and good governance, extending legitimate state authority, and preventing countries from relapsing into conflict.\u201d20 The importance of a \u201cprofessional\u201d and \u201caccountable\u201d security sector as well as an \u201cimpartial\u201d justice sector are critical to sustainable peace and development. The fundamental role of the United Nations in \u201cpromoting comprehensive, coherent, and co-ordinated international support to nationally- owned security sector reform programmes, implemented with the consent of the country concerned\u201d is stressed, as is the need for a balanced approach to SSR that considers institu- tional capacity, affordability and sustainability of SSR programmes. Inter-linkages between SSR and \u201ctransitional justice, disarmament, demobilization and repatriation, reintegration and rehabilitation of former combatants, small arms and light weapons control, as well as gender equality, children and armed conflict and human rights issues\u201d are emphasised.21Report of the Secretary-General on \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d (2008) \\n The Secretary-General\u2019s report \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d, notes that \u201cthe development of effective and accountable security institutions on the basis of non-discrimination, full respect for human rights and the rule of law is essential\u201d.22 As part of a holistic strategy, the United Nations can play a normative as well as operational role in SSR. Normatively, the United Nations can \u201c[elaborate] policies and guidelines for the implementation of security sector reform plans and programmes and ensure that peacekeeping operations and United Nations country teams engaged in reform receive practical guidance and assistance in the estab- lishment of benchmarks and other evaluation processes\u201d.23 Operationally, the United Nations can: 1) provide a minimum level of security from which to launch SSR activities; 2) support needs assessments and strategic planning efforts; 3) facilitate dialogue among the many actors and stakeholders involved in a country\u2019s SSR process; 4) provide technical advice on defence and law enforcement institutions, border management, crime prevention and customs, among others; 5) coordinate and mobilize resources; 6) support the development of oversight mechanisms; and 7) support monitoring, evaluation and review efforts.24Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (12 May 2008) \\n The Presidential Statement of 12 May 2008 on supporting security sector reform highlights that SSR is a long-term process and that \u201cit is the sovereign right and primary responsibil- ity of the country concerned to determine its national approach and priorities for security sector reform\u201d.25 The statement also reiterates that a holistic and coherent UN approach is needed and underlines the important role the Peacebuilding Commission \u201ccan play in ensuring continuous international support to countries emerging from conflict.\u201d26", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 30, - "Heading1": "Annex B: Key UN documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Some important \u201clessons learned\u201d from this work include: 1) DDR cannot be implemented without coordinating with the wider peacebuild- ing and recovery process; 2) DDR work should continue beyond the life of a traditional peacekeeping operation thus national capacities must be developed to ensure sustainability; 3) a fragmented approach to DDR is counterproductive; and 4) DDR \u201cmust also be planned in close coordination with transitional processes to review and reform the rule of law and security sectors, as well as efforts to control and reduce small arms proliferation.\u201d19Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (21 February 2007) \\n The Presidential Statement of 21 February 2007 emphasises that \u201creforming the security sector in post-conflict environments is critical to the consolidation of peace and stability, promoting poverty reduction, rule of law and good governance, extending legitimate state authority, and preventing countries from relapsing into conflict.\u201d20 The importance of a \u201cprofessional\u201d and \u201caccountable\u201d security sector as well as an \u201cimpartial\u201d justice sector are critical to sustainable peace and development.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8859, - "Score": 0.239046, - "Index": 8859, - "Paragraph": "In contexts in which organized crime and armed conflict converge, members of armed forces and groups under consideration to participate in DDR may be (or may have been) engaged in criminal activities. Ultimately, States have the prerogative to legislate on crimes and determine applicable sanctions, including judicial and non-judicial measures. International humanitarian law encourages the granting of amnesties at the end of hostilities to persons who have participated in armed conflict as a measure of clemency favouring national reconciliation and a return to peace. DDR practitioners shall therefore seek advice from human rights officers or rule-of-law or other legal experts to assess the types of crimes committed in a particular context, whether amnesties have been issued in accordance with international humanitarian and human rights law, and for which types of crimes those amnesties have been issued, as their commission may make those involved ineligible for DDR. Engagement in organized criminal activities may sometimes rise to the level of war crimes, crimes against humanity and genocide, and/or gross violations of human rights. Therefore, if DDR participants are found to have committed these crimes, they shall immediately be removed from participation. For additional guidance on armed groups and individuals listed by the Security Council as terrorists, as well as perpetrators or suspected perpetrators of terrorist acts, see IDDRS 2.11 on The Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "4.1.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Therefore, if DDR participants are found to have committed these crimes, they shall immediately be removed from participation.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8878, - "Score": 0.239046, - "Index": 8878, - "Paragraph": "DDR processes shall be context specific in order to address local, national, regional and global circumstances. Organized crime takes on very different shapes and forms from one place to another and can evolve over time to adapt to changing realities. The evolution of organized crime may outpace DDR processes that require time to adapt. DDR processes that address organized crime through risk prevention and mitigation measures in one particular context cannot necessarily be replicated in another. Thus, in the planning of DDR processes, practitioners shall incorporate organized crime considerations into integrated assessments, by including an examination of organized crime as well as the local political economy, potential risks, mitigating factors and opportunities for local collaboration. For further information, see IDDRS 3.11 on Integrated Assessments.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "The evolution of organized crime may outpace DDR processes that require time to adapt.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9872, - "Score": 0.239046, - "Index": 9872, - "Paragraph": "A number of UN documents address the interrelated issues of DDR, SSR and rule of law. Short summaries of some of the following key documents are included in Annex \u2018A\u2019 to this module: \\n Report of the Secretary-General on \u201cThe role of United Nations Peacekeeping in disarm- ament, demobilization and reintegration\u201d of 11 February 2000 (S/2000/101) \\n Report of the Secretary-General on \u201cThe rule of law and transitional justice in conflict and post-conflict societies\u201d of 3 August 2004 (S/2004/616) \\n Report of the Secretary-General on \u201cDisarmament, demobilization and reintegration\u201d of 2 March 2006 (A/60/705) \\n Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d of 21 February 2007 (S/PRST/ 2007/3); \\n Report of the Secretary-General on \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d of 23 January 2008 (S/2008/39); \\n Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d of 12 May 2008 (S/PRST/ 2008/14).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 4, - "Heading1": "4. UN institutional mandates and responsibilities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A number of UN documents address the interrelated issues of DDR, SSR and rule of law.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10152, - "Score": 0.239046, - "Index": 10152, - "Paragraph": "Peace processes serve as an early opportunity to ensure DDR and SSR concerns are included on the national agenda and linked within a common framework.15 While DDR decisions often form part of agreements, the relationship between these provisions and decisions on the size and nature of post-conflict security forces frequently reflect the immediate priorities and interests of the different parties\u2014such as maintaining a power base and rewarding allies\u2014rather than being determined by the security needs of the state and its citizens. In supporting peace processes, SSR concerns should therefore influence approach and substance.Where feasible, decisions within peace agreements on demobilization and retention of ex-combatants should be informed by the needs of the future security sector. Level 6 Linkages with other Processes DDR and Security Sector Reform 21 6.10 needs of the future security sector. Given that SSR frameworks will evolve long after the conclusion of peace negotiations, flexibility is important to ensure that parties are not tightly bound to decisions (e.g. on force size) that later prove unrealistic. However, agreement on the broad frameworks of subsequent SSR processes, especially commitments to consultative mechanisms, can provide parties with confidence in and commitment to both the initial DDR programme and recognition of the linkages with longer term SSR requirements. The provision of both DDR and SSR expertise within negotiations can ensure coherence between the two processes. In particular, it is important that advisers promote a broad understanding of SSR that links reform of security providers to issues of management, oversight and accountability. Providing expertise drawn from the same region and ensuring a role for regional political organisations in negotiations may provide additional credibility through their contextual awareness and legitimacy.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 20, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.2. Peace agreements", - "Heading4": "", - "Sentence": "The provision of both DDR and SSR expertise within negotiations can ensure coherence between the two processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9576, - "Score": 0.236433, - "Index": 9576, - "Paragraph": "During reinsertion, DDR participants and beneficiaries can work on labour-intensive but unskilled activities that help them to build their capacity and contribute to natural resource management. Examples of specific activities are included in the box below.Box 4. Sample quick-impact projects Soil conservation and stabilization \\n - the construction of soil conservation structures, including terracing or planting of soil stabilizing vegetation \\n - stabilization of riverbanks and other natural flood control structures through increased vegetation Restoration of degraded or deforested lands \\n - reforestation or afforestation of degraded sites, where determined to be ecologically appropriate, ideally with native species \\n - establishment of renewable wood lots for firewood and charcoal \\n - restoration of riverine vegetation Reparation of critical public infrastructures for sanitation, water and transportation \\n - desilting of irrigation canals and construction of rainwater catchments or earth dams \\n - reparation of roads, drainage canals, groundwater wells, irrigation canals and sanitation infrastructure \\n - development of systems for municipal sanitation, including recycling and creation of designated areas for wasteThese types of activities are especially important in rural areas where many people depend on agriculture for their livelihoods. In urban areas, priority should be given to sanitation and access to water and health-related activities that will ensure that high-density areas are safe to live in. Activities designed to restore specific ecosystem functions, such as the restoration of mangroves to protect coastal communities from hurricanes or typhoons, or the stabilization of hillsides and mountains from heavy rains through reforestation or afforestation, can also improve the resiliency of local communities to the increased frequency of natural disasters that accompany climate change. These efforts can be integrated into broader climate security efforts as well, though interagency coordination.DDR practitioners should prioritize investment in infrastructure projects that strengthen environmental resilience against future crises like climate change and natural disasters. The objective of addressing natural resources during the reinsertion phase of a DDR programme is to improve strengthen environmental resilience and lay the groundwork for sound, sustainable management of natural resources. Where possible, reinsertion activities should be linked to longer-term reintegration support (see Table 4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 29, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.1 Quick-impact projects in natural resource management", - "Heading4": "", - "Sentence": "The objective of addressing natural resources during the reinsertion phase of a DDR programme is to improve strengthen environmental resilience and lay the groundwork for sound, sustainable management of natural resources.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10704, - "Score": 0.236113, - "Index": 10704, - "Paragraph": "Transitional justice practitioners working on prosecutions processes, truth commissions, reparations programmes and institutional reform initiatives should communicate with the DDR program, identify a focal point for DDR as part of their outreach activities and actively seek opportunities for information exchange and collaboration, including possible coordi- nation on public information strategies as proposed above.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.8. Transitional justice initiatives should designate a focal point for DDR", - "Heading4": "", - "Sentence": "Transitional justice practitioners working on prosecutions processes, truth commissions, reparations programmes and institutional reform initiatives should communicate with the DDR program, identify a focal point for DDR as part of their outreach activities and actively seek opportunities for information exchange and collaboration, including possible coordi- nation on public information strategies as proposed above.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8902, - "Score": 0.23267, - "Index": 8902, - "Paragraph": "Identifying the role of organized crime in armed conflict is integral to effectively addressing the factors that may give rise to conflict, sustain it or pose obstacles to sustainable peace. Broader analysis of organized crime in local contexts and the role it plays in local economies and in social and political frameworks can help DDR practitioners develop processes that minimize risks, including the risk of a relapse in violence, the risk that former members of armed forces and groups will re-engage in illicit activities, the risk that DDR processes will remove livelihoods, and the risk of impunity. By integrating organized crime considerations throughout DDR processes and in overall peacebuilding efforts, practitioners can provide ex-combatants, persons associated with armed forces and groups, and local communities with holistic recovery assistance that promotes long-term peace and stability.The following sections seek to clarify the relationship between DDR processes, organized crime and armed conflict by looking at the role that criminal activities play in armed conflict, how and why armed forces and groups engage in organized crime, and the implications for DDR planning and implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 7, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "By integrating organized crime considerations throughout DDR processes and in overall peacebuilding efforts, practitioners can provide ex-combatants, persons associated with armed forces and groups, and local communities with holistic recovery assistance that promotes long-term peace and stability.The following sections seek to clarify the relationship between DDR processes, organized crime and armed conflict by looking at the role that criminal activities play in armed conflict, how and why armed forces and groups engage in organized crime, and the implications for DDR planning and implementation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9047, - "Score": 0.231455, - "Index": 9047, - "Paragraph": "The trafficking of arms and ammunition supports the capacity of armed groups to engage in conflict settings. Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament). Moreover, in many cases, Government stockpiles can be a key source of illicit weapons and ammunition, underlining the need to support the development of national weapons and ammunition management capacity. While arms trafficking in and of itself is a direct factor in the duration and escalation of violence, the possession of weapons also secures the ability to maintain or expand other criminal economies, including human trafficking, environmental crimes and the illicit drug trade.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10661, - "Score": 0.230556, - "Index": 10661, - "Paragraph": "Important elements of both DDR and transitional justice are shaped during peace negotia- tions in the preparation of the legal framework regulating post-conflict situations. When both DDR and transitional justice initiatives are included in a peace agreement, a connection is de facto created. UN mediators and other advisors to peace negotiations should be aware of the impact DDR and transitional justice measures may have on one another and con- sider how features of the peace agreement or a newly established legal framework may sustain the objectives of accountability and stability sought by transitional justice and DDR initiatives. Integrating transitional justice into the training programmes and support materials for UN mediators and officials and staff working in UN peacekeeping missions will provide UN professionals with a basic knowledge of different transitional justice measures, the relationship between transitional justice and DDR, and a sense of how these issues have been approached in other country contexts.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.6. Integrate transitional justice into the training programmes and support materials for DDR practitioners", - "Heading4": "", - "Sentence": "UN mediators and other advisors to peace negotiations should be aware of the impact DDR and transitional justice measures may have on one another and con- sider how features of the peace agreement or a newly established legal framework may sustain the objectives of accountability and stability sought by transitional justice and DDR initiatives.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10300, - "Score": 0.227921, - "Index": 10300, - "Paragraph": "Capacity development, pooling resources and training H\\n ave efforts been made to sensitise staff on the DDR/SSR nexus through training or other activities? \\n Has the need for personnel to link DDR and SSR concerns been clearly agreed at Head- quarters and included in the ToRs of relevant personnel? \\n Has cross-participation in DDR or SSR training been implemented to foster knowledge transfer and build relationships? \\n Have key skills sets been identified and provision made for the availability of a multi- disciplinary resource pool? Are linguistic and \u2018knowledge transfer\u2019 skills adequately represented in order to support national capacity development? \\n In the area of national capacity-building, has the development of cross-cutting skills such as human resources and financial management (common requirements for both DDR and SSR) been encouraged? \\n Has pooling financial and physical resources for DDR and SSR been considered, for example, in the area of community security initiatives or SALW initiatives? \\n Are UN personnel aware of available SSR Resources, including through the UN Inter- Agency SSR Task Force (e.g. policy guidance, resources, gap analysis, backstopping)?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 28, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.5. Capacity development, pooling resources and training", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Has cross-participation in DDR or SSR training been implemented to foster knowledge transfer and build relationships?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9683, - "Score": 0.227921, - "Index": 9683, - "Paragraph": "Water management is a critical sector for livelihoods for use by both households and the agricultural sector as well as a potentially critical issue of grievance, depending on the conflict context. In areas where water resources have been a cause of conflict, DDR practitioners should include a full analysis of the various perspectives of those who claim any grievance over the water resource and seek opportunities to use water management as a means to promote social cohesion. Community-based approaches to water management can be employed to ensure that decision-making authority is distributed amongst key affected parties, with special attention to the inclusion of specific needs groups and vulnerable populations who need access to water for safe consumption and their livelihoods.Water resource management can also be a powerful tool to promote cross-border, inter- regional or local cooperation. In areas where water resources cross political boundaries, this may necessitate transboundary agreements. In more local areas within political boundaries, water resource management can be addressed through locally devised options. Special attention shall be paid to any risk of contamination or diversion of water resources by upstream interventions as part of or outside of DDR programmes; to ensure this, DDR practitioners should consult technical experts to complete full analyses of the risks to any important water resource and integrate local and national actors and other interagency experts into the design of reintegration efforts as necessary. Attention should also be paid to allocation of water resources at the local level, including ensuring that access is equitable and that there are proper systems in place to ensure water quality and quantity. In addition, the current and likely future effects of climate change on water resources \u2013 underground as well as surface level and contributing rainfall patterns \u2013 should be considered when determining any interventions that may affect future water access and availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 43, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.7 Reintegration support and water management", - "Heading4": "", - "Sentence": "Special attention shall be paid to any risk of contamination or diversion of water resources by upstream interventions as part of or outside of DDR programmes; to ensure this, DDR practitioners should consult technical experts to complete full analyses of the risks to any important water resource and integrate local and national actors and other interagency experts into the design of reintegration efforts as necessary.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9692, - "Score": 0.227921, - "Index": 9692, - "Paragraph": "Waste management can be a productive sector that contributes to economic reintegration and also needs to be considered for potential risks that could contaminate other natural resources. Any opportunities to improve sanitation and upcycle water materials can be integrated into reintegration efforts; DDR practitioners should engage technical experts to support analysis for this sector to mitigate any potential risks and create employment opportunities where possible.Reintegration: Key questions \\n- Has data been collected and analysed on natural resource management, including formal and informal, licit and illicit activities, through relevant assessments, to inform reintegration options? \\n- What opportunities exist for reintegration activities in natural resource management to address the root causes and grievances that led to conflict? \\n- Have the risks and opportunities associated with natural resource management as relevant to armed forces and groups or organized criminal groups been analysed (through conflict analysis) when determining effective approaches to reintegration that will avoid the risk of future conflict? \\n- Have the cultural and social dimensions of natural resources in livelihoods and employment, including the gender dimensions of resource access and use, been addressed? \\n- Have all relevant actors in the government, civil society, NGOs, international organizations and local and international private sector entities been engaged and consulted? \\n- Have a selection of environmental and natural resource indicators to monitor DDR and any potential destabilizing trends been included? \\n- Have the impact of government proposals and concession negotiations for extractive industries and any risks for security and durable peace been analysed and considered?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 44, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.8 Reintegration support and waste management", - "Heading4": "", - "Sentence": "\\n- Have a selection of environmental and natural resource indicators to monitor DDR and any potential destabilizing trends been included?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9913, - "Score": 0.227921, - "Index": 9913, - "Paragraph": "The range of objectives and actors involved in DDR and SSR place particular emphasis on coordination issues. Failures to align activities may result in incoherent and potentially destructive outcomes. It is important to coordinate DDR and SSR and relate them to other post-conflict peacebuilding activities such as small arms and light weapons (SALW), transi- tional justice or mine action programmes. Due attention to context-specific issues of timing and sequencing is essential to ensure that the different activities do not become incompat- ible. The absence of adequate, timely and well-targeted funding provides a particularly acute challenge to sustainable, coherent DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "6. Guiding principles", - "Heading2": "6.5. Integration and planning: the importance of coordination & coherence .", - "Heading3": "", - "Heading4": "", - "Sentence": "The range of objectives and actors involved in DDR and SSR place particular emphasis on coordination issues.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9919, - "Score": 0.227921, - "Index": 9919, - "Paragraph": "This section begins by identifying certain early areas of SSR support that can reinforce DDR activities (7.1-7.4) while preparing the ground for a more programmatic approach to SSR. An important element of the DDR-SSR nexus is the integration of ex-combatants into the reformed security sector. Particular emphasis is therefore put on issues relating to secu- rity sector integration (7.5-7.12).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "An important element of the DDR-SSR nexus is the integration of ex-combatants into the reformed security sector.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10122, - "Score": 0.227921, - "Index": 10122, - "Paragraph": "Monitoring and evaluation can provide for a structured approach to recognising and opera- tionalising the linkages between DDR and SSR. It also serves as a mechanism for enhancing knowledge management and transfer. A common challenge results from information gaps due to rapidly changing political and security dynamics. While the MIS provides a structured means of collecting information, baseline data should be established and continuously mon- itored to adjust to changing conditions.In outcome evaluations, effective monitoring and evaluation should provide an entry point for reviewing DDR and SSR programmes to ensure that they are planned in a mutually supportive manner (see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes). Reports of impact evaluations may provide a useful basis for analysing the intended impact of DDR/SSR programmes, identifying their unintended consequences as well as adjusting programming objectives and priorities as appropriate. Mid-term reviews should be used as an opportunity to assess effectiveness and make necessary changes to programmes.14", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.3. Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring and evaluation can provide for a structured approach to recognising and opera- tionalising the linkages between DDR and SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10526, - "Score": 0.226779, - "Index": 10526, - "Paragraph": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered. The aspect of recogni- tion is what makes reparations distinct from social services that attend to the basic socio- economic rights of all citizens, such as housing, water and education. A comprehensive approach to reparations provides a combination of material and symbolic benefits to victims, such as cash payments or access to health, psycho-social rehabilitation or educational bene- fits, as well as a formal apology or a memorial. Often public acknowledgement is indicated by victims as the most important element of the reparations they seek. Reparations are a means of including victims and victims\u2019 rights firmly on the post-conflict agenda and may contribute to the process of building trust in the government and in its commitment to guaranteeing human rights in the future. Yet victims\u2019 needs are often marginalized in post conflict, peacebuilding contexts.The design of a reparations programme may have positive implications for the entire community and include elements of social healing. Individual measures deliver concrete benefits to individual recipients. In East Timor, the truth commission recommended a process that combined individual benefits with a form of delivery designed to promote collective healing. Single mothers, including war widows and victims of sexual violence, would benefit from scholarship grants for their school-aged children. In picking up their benefits, the mothers would have to travel to a regional service center, where they would, in turn, have access to peer support, skills training, healthcare, and counseling.Collective reparations may deliver reparations either in the context of practical limita- tions or of concerns about drawing too stark a line between classes of victims or between victims and non-victim groups. In this way, a specific village that was particularly affected by various kinds of abuses might, for example, receive a fund for community projects, even though not every individual in the village was affected in the same way and even if some people there contributed to the harms. In Peru, for example, communities hardest hit by the violence were asked to submit community funding proposals up to a $30,000 limit. These projects would benefit the entire community, generally, rather than only serve spe- cific victims and would be implemented regardless of whether some former perpetrators also live there.Generally, programmes for ex-combatants and reparations programmes for victims are developed in isolation of one another. Reinsertion assistance is offered to demobilized com- batants in order to assist with their immediate civilian resettlement\u2014i.e., to get them home and provide them with a start toward establishing a livelihood\u2014prior to longer-term support for reintegration (see IDDRS 4.30 on Social and Economic Reintegration). Support to ex-combatants is motivated by the genuine concern that without such assistance ex- combatants will re-associate themselves with armed groups as a means of supporting them- selves or become frustrated and threaten the peace process. Victims rarely represent the same kinds of threat, and reparations programmes may be politically challenging and expen- sive to design and implement. The result is that ex-combatants participating in DDR often receive aid in the form of cash, counseling, skills training, education opportunities, access to micro-credit loans and/or land, as part of the benefits of DDR programmes, while, in most cases no programmes to redress the vio- lations of the rights of victims are established.Providing benefits to ex-combatants while ignoring the rights of victims may give rise to new grievances and increase their resistance against returning ex-combatants, in this way becoming an obstacle to their reintegration. The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment. For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million. Ex-combatants receive reinsertion, recognition of service, and reintegration benefits in cash from between US$500 to US$1,000 depending on the rank of the ex-combatant.26 Yet as of 2009, the compensation fund for genocide sur- vivors called for in the 1996 Genocide Law has not been established.Such outcomes are not merely inequitable; they may also undermine the possibilities of effective reintegration. The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict. In some cases the reintegration component of DDR programmes includes funding for community development that benefits individuals in the community beyond ex-combatants (see also IDDRS 4.30 on Social and Economic Reintegration). While the objective and nature of reparations programmes for victims are distinct, most importantly in the critical area of acknowledgement of the violations of victims\u2019 rights, these efforts to focus on aiding the communities where ex-combatants live are noteworthy and may contribute to the effective reintegration of ex-combatants, as well as victims and other war-affected populations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 11, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.3. Reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10768, - "Score": 0.226779, - "Index": 10768, - "Paragraph": "Women associated with armed groups and forces are potential participants in both DDR programmes and transitional justice measures, and both are faced with the challenge of increasing and supporting the participation of women. Both DDR and transitional justice should work towards a better understanding of the motivations, roles and needs of women ex-combatants and other women associated with armed forces and groups by directly engaging women in planning for both programmes and ensuring they are adequately rep- resented in decision-making bodies, in line with UNSC Resolution1325 on women, peace and security (also see IDDRS 5.10 on Women, Gender, and DDR). Sharing information on their respective lessons learned in terms of facilitating the participation of women may be a first step. The ways in which women victims articulate their need for reparations, for example, might be considered in developing specific reintegration strategies for women. Additionally, DDR programme managers may coordinate with transitional justice meas- ures on community approaches that include women, such as strengthening women\u2019s role in locally based justice processes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 27, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.8. Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces", - "Heading4": "", - "Sentence": "Additionally, DDR programme managers may coordinate with transitional justice meas- ures on community approaches that include women, such as strengthening women\u2019s role in locally based justice processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9315, - "Score": 0.223452, - "Index": 9315, - "Paragraph": "Equitable participation and access to natural resource-related opportunities and benefits shall be ensured for women, men, girls and boys, regardless of their ethnicity, sexual orientation and other intersecting factors. For DDR practitioners, a special emphasis should be placed on helping to secure tenure and access to land and other resources within existing or proposed frameworks for women and girls, since this is shown to be key to their successful reintegration, as well as to providing both male and female DDR participants and beneficiaries with equitable access to economic reintegration opportunities in natural resource management sectors.8 As part of DDR assessments, a specific gender analysis - carried out in consultation with both female and male participants and community members in their preferred language - should be undertaken in order to map the gender-specific roles and responsibilities in natural resource management and gender division of labour as well as associated risks and protection concerns. Based on the analysis, DDR practitioners shall promote the equal participation and decision-making opportunities of female and male participants and beneficiaries in natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "For DDR practitioners, a special emphasis should be placed on helping to secure tenure and access to land and other resources within existing or proposed frameworks for women and girls, since this is shown to be key to their successful reintegration, as well as to providing both male and female DDR participants and beneficiaries with equitable access to economic reintegration opportunities in natural resource management sectors.8 As part of DDR assessments, a specific gender analysis - carried out in consultation with both female and male participants and community members in their preferred language - should be undertaken in order to map the gender-specific roles and responsibilities in natural resource management and gender division of labour as well as associated risks and protection concerns.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9714, - "Score": 0.222375, - "Index": 9714, - "Paragraph": "Community violence reduction programmes have many different uses, including the prevention of recruitment. When natural resources are managed in a way that creates employment opportunities and supports development, they can help prevent or discourage the recruitment of individuals into armed forces and groups. Community-based initiatives and short-term employment opportunities that support good natural resource management, such as in infrastructure, disaster-risk reduction, rehabilitation of water resources, restoration of degraded ecosystems and others can provide needed livelihoods resources and discourage participation in other illicit activities or armed groups.In addition, CVR programmes can also be used as stop-gap reinsertion assistance when the reintegration phase of a DDR programme is delayed. The projects implemented as part of a CVR programme are determined by local priorities and can include, but are not limited to, agriculture, labour-intensive short-term employment, and infrastructure improvement. As CVR and reintegration support may sometimes be designed as one programme, particularly in non-mission settings, DDR practitioners should be aware that the guidance on reinsertion and reintegration in this module also applies to CVR. For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 47, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.3 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "As CVR and reintegration support may sometimes be designed as one programme, particularly in non-mission settings, DDR practitioners should be aware that the guidance on reinsertion and reintegration in this module also applies to CVR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9672, - "Score": 0.220527, - "Index": 9672, - "Paragraph": "The extractive sector - which can include hydrocarbons as well as minerals, gems and precious metals - is often implicated in conflicts. The lootable nature of some of these resources, as well as the fact that they are in high demand and are highly valuable in international markets, makes them critical sources of potential financing for armed forces and groups, as well as organized criminal groups. Alternatively, these sectors have significant potential to contribute to livelihoods, employment and development if well-managed. DDR practitioners shall include these sectors in their analysis and identify opportunities and potential partnerships to contribute to the formalization and management of these sectors as part of reintegration efforts.Critical sources of information include entities working on improved transparency and traceability in these supply chains (including certification systems) who can provide DDR practitioners with critical information on operations that may be good candidates for reintegration opportunities in the mining and extractives sector. Likewise, DDR practitioners can provide these entities with information on risks related to armed forces and groups, creating a flow of information to ensure that efforts to improve conflict-free operations and employment opportunities in the mining and extractives sector are well coordinated.Other critical actors to consider include male and female members of organized criminal groups who may already be involved in the extraction and trade of these resources. Where organized criminal groups, or armed forces and groups, or even national security sector actors are implicated in the extraction and trade of these resources, DDR practitioners must ensure that they do not perpetuate this illicit capture of the extractive sector. Close collaboration with national and international stakeholders to help improve governance and enforcement of regulations in these sectors overall may be necessary before reintegration programmes can begin. DDR practitioners should look to engage with entities contributing to improving the transparency of these supply chains and to formalizing and strengthening employment opportunities.Once these sectors and actors have been identified, national actors and other technical expertise via interagency partnerships can be called upon by DDR practitioners to help support employment creation and formalization of the identified sectors. There are significant civil society resources at the international, regional and national levels that may be brought to bear here as well. In addition, DDR practitioners should seek to establish clear collaborations with private sector entities engaged in these sectors in order to promote their adherence to national laws and international norms for the extractive sector, including around land rights, labour rights, and human rights, including the FPIC of any potentially affected communities. This might include efforts to register the miners, traders and other actors along the supply chain and to encourage purchasing from mines that are certified or that have due diligence traceability measures in place.Finally, DDR practitioners should identify any potential environmental harms that may have resulted or could result from interventions in these sectors. Where environmental harms already exist, DDR practitioners may design reintegration programmes to mitigate and repair these damages. Where development of the extractives sector could potentially contribute to future harms, DDR practitioners shall identify the appropriate mitigating measures necessary to protect both the health and labour rights of workers, as well as any potential environmental harms", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 41, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.6 Reintegration support and extractives", - "Heading4": "", - "Sentence": "DDR practitioners should look to engage with entities contributing to improving the transparency of these supply chains and to formalizing and strengthening employment opportunities.Once these sectors and actors have been identified, national actors and other technical expertise via interagency partnerships can be called upon by DDR practitioners to help support employment creation and formalization of the identified sectors.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9045, - "Score": 0.218218, - "Index": 9045, - "Paragraph": "Based on a local mapping of the conflict and its ties to criminal activities, DDR practitioners should set out their primary objectives, taking into account risk factors while managing expectations. It may be useful to outline priorities sequentially, in terms of short-, medium-, and long-term goals, followed by how to achieve them and a baseline of areas for bargaining and concessions. For example, recognizing that some criminal market types are beneficial to local communities in terms of employment, DDR practitioners may negotiate with ex-combatants to continue their involvement in informal economies temporarily, rather than providing training for employment opportunities that do not yet exist. When setting out these objectives, DDR practitioners should be thorough and organized but flexible enough to adapt to changes in the conflict landscape.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.4 DDR prioritization in organized crime-conflict settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When setting out these objectives, DDR practitioners should be thorough and organized but flexible enough to adapt to changes in the conflict landscape.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9938, - "Score": 0.218218, - "Index": 9938, - "Paragraph": "The illegal exploitation of natural resources creates an obstacle to effective DDR and under- mines prospects for economic recovery. Control over natural resources provides a resource base for continued recruitment of combatants and the prolonging of violence. Rebel groups are unlikely to agree to disarmament/demobilization if that means losing control of valu- able land.SSR activities should address relevant training requirements necessary for targeting armed groups in control of natural resources. Mandates and resource allocation for national security forces should be elaborated and allocated, where appropriate, to focus on this priority.11 Shared conflict and security analysis that focuses on this issue should inform DDR/SSR planning processes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.4. Natural resource exploitation", - "Heading3": "", - "Heading4": "", - "Sentence": "The illegal exploitation of natural resources creates an obstacle to effective DDR and under- mines prospects for economic recovery.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10696, - "Score": 0.218218, - "Index": 10696, - "Paragraph": "Community tension around reintegration processes will be eased if recipient communities are involved and prepared for returning ex-combatants. Recipient communities should be included in the public information and outreach strategy and should have an opportunity to ask questions and discuss the reintegration process before ex-combatants return, including issues related to ex-combatant accountability. In some cases, DDR programmes have encour- aged the organization of community committees to deal with ex-combatant reintegration. These committees may serve as a forum for exploring ex-combatant participation in locally- based justice processes as well as for dispute resolution and problem solving if problems arise between community members and ex-combatants (also see IDDRS 4.30 on Reintegration).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.6. Involve and prepare recipient communities", - "Heading4": "", - "Sentence": "In some cases, DDR programmes have encour- aged the organization of community committees to deal with ex-combatant reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9633, - "Score": 0.218218, - "Index": 9633, - "Paragraph": "Value chains are defined as the full range of interrelated productive activities performed by organizations in different geographical locations to produce a good or service from conception to complete production and delivery to the final consumer. A value chain encompasses more than the production process and also includes the raw materials, networks, flow of information and incentives between people involved at various stages. It is important to note that value chains may involve several products, including waste and by-products.Each step in a value chain process allows for employment and income-generating opportunities. Value chain approaches are especially useful for natural resource management sectors such as forestry, non-timber forest products (such as seeds, bark, resins, fruits, medicinal plants, etc.), fisheries, agriculture, mining, energy, water management and waste management. A value chain approach can aid in strengthening the market opportunities available to support reintegration efforts, including improving clean technology to support production methods, accessing new and growing markets and scaling employment and income-generation activities that are based on natural resources. DDR practitioners may use value chain approaches to enhance reintegration opportunities and to link opportunities across various sectors.22Engaging in different natural resource sectors can be extremely contentious in conflict settings. To reduce any grievances or existing tensions over shared resources, DDR practitioners should undertake careful assessments and community consultations shall be undertaken before including beneficiaries in economic reintegration opportunities in natural resource sectors. As described in the UN Employment Policy, community participation in these issues can help mitigate potential causes of conflict, including access to water, land or other natural resources. Capacity-building within the government will also need to take place to ensure fair and equitable benefit-sharing during local economic recovery.Reintegration programmes can benefit from engagement with private sector entities to identify value chain development opportunities; these can be at the local level or for placement on international markets. In order for the activities undertaken during reintegration to continue successfully beyond the end of reintegration efforts, communities and local authorities need to be placed at the centre of decision-making around the use of natural resources and how those sectors will be developed going forward. It is therefore essential that natural resource-based reintegration programmes be conducted with input from communities and local civil society as well as the government. Moving a step further, community-based natural resource management (CBNRM) approaches, which seek to increase related economic opportunities and support local ownership over natural resource management decisions, including by having women and youth representatives in CBNRM committees or village development committees, provide communities with strong incentives to sustainably manage natural resources themselves. Through an inclusive approach to CBNRM, DDR practitioners may ensure that communities have the technical support they need to manage natural resources to support their economic activities and build social cohesion.Box 5. Considerations to improve reconciliation and dialogue through CBNRM CBNRM can also contribute to social cohesion, dialogue and reconciliation, where these are considered as an explicit outcome of the reintegration programme. To achieve this, DDR practitioners should analyse the following opportunities during the design phase: \\n - Identification of shared natural resources, such as communal lands, water resources, or forests during the assessment phase, including analysis of which groups may be seen as the legitimate authorities and decision-makers over the particular resource. \\n - Establishment of decision-making bodies to manage communal natural resources through participatory and inclusive processes, with the inclusion of women, youth, and 36 marginalized groups. Special attention paid to the safety of women and girls when accessing these resources. \\n - Outreach to indigenous peoples and local communities, or other groups with local knowledge on natural resource management to inform the design of any interventions and integration of these groups for technical assistance or overall support to reintegration efforts. \\n - At the outset of the DDR programme and during the assessment and analysis phases, identify locations or potential \u201chotspots\u201d where natural resources may create tensions between groups, as well as opportunities for environmental cooperation and joint planning to complement and reinforce reconciliation and peacebuilding efforts. \\n - Make dialogue and confidence-building between DDR participants and communities an integral part of environmental projects during reintegration. \\n - Build reintegration options on existing community-based systems and traditions of natural resource management as potential sources for post-conflict peacebuilding, while working to ensure that they are broadly inclusive of different specific needs groups, including women, youth and persons with disabilities.Due to their different roles and gendered divisions of labour, female and male community members may have different natural resource-related knowledge skills and needs that should be considered when planning and implementing CBNRM activities. Education and access to information is an essential component of community empowerment and CBNRM programmes. In terms of natural resources, this means that DDR practitioners should work to ensure that communities and specific needs groups are fully informed of the risks and opportunities related to the natural resources and environment in the areas where they live. Providing communities with the tools and resources to manage natural resources can empower them to take ownership and to seek further engagement and accountability from the Government and private sector regarding natural resource management and governance.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 34, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.1 Value chain approaches and community-based natural resource management", - "Heading4": "", - "Sentence": "\\n - At the outset of the DDR programme and during the assessment and analysis phases, identify locations or potential \u201chotspots\u201d where natural resources may create tensions between groups, as well as opportunities for environmental cooperation and joint planning to complement and reinforce reconciliation and peacebuilding efforts.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9643, - "Score": 0.218218, - "Index": 9643, - "Paragraph": "In both rural and urban contexts, property rights, land tenure and access to land may underpin grievances and lead to further disputes or conflicts that undermine reintegration and sustainable peace. Land issues can be particularly complicated in countries where land governance frameworks and accompanying laws are not fully in place, where tenure systems do not exist or are contested, and where there are not due processes to resolve conflicts over land rights. In many cases, the State may claim rights to land that communities claim historical rights to and grant these lands to companies as concessions for extractive resources or to develop agricultural resources for trade in domestic and international markets.In these cases, DDR practitioners should carefully analyse the existing state of land tenure and related grievances to understand how they relate to the conflict context and may contribute to or undermine sustainable peace. Interagency cooperation and collaboration with national authorities will be essential for this, especially close collaboration with civil society and representatives of local communities. Where possible, addressing land-related grievances should be a priority for DDR practitioners, with support from experts and other agencies with mandates and resources to undertake the necessary efforts to improve the land tenure system of a particular context.DDR practitioners shall follow international guidelines for land tenure in the assessment, design and implementation phase of reintegration programmes. Since land tenure issues are a long- term development challenge, it is essential that DDR practitioners work with other specialized agencies to address this and ensure that land tenure reform efforts continue after the reintegration programme has come to an end.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 36, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.2 Reintegration support and land rights", - "Heading4": "", - "Sentence": "Where possible, addressing land-related grievances should be a priority for DDR practitioners, with support from experts and other agencies with mandates and resources to undertake the necessary efforts to improve the land tenure system of a particular context.DDR practitioners shall follow international guidelines for land tenure in the assessment, design and implementation phase of reintegration programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9391, - "Score": 0.209657, - "Index": 9391, - "Paragraph": "At the outset, there are several key risk factors to consider when looking to leverage natural resources to support DDR processes. Depending on where DDR practitioners are working along the peace continuum, the following are three key areas where risks and opportunities should be considered: \\n Supporting economic recovery: When natural resources are properly governed and carefully managed, \u201chigh-value\u201d resources (such as hydrocarbons, minerals, metals, stones and export timber) can form an important basis for employment creation and budget revenue for development. With close attention to whether a robust framework is in place with respect to land rights, and sub-surface natural resource rights as a pre-cursor, engagement with private sector entities can help to facilitate these types of opportunities, whether for high-value natural resources or agricultural commodities with significant market value such as coffee, cocoa, grains or other soft commodities. The risk, however, is that the pressure to kick-start development and earn foreign exchange can lead to rapid, uncontrolled exploitation of such resources at sub-optimal prices, without due attention to land and sub-surface resource rights, environmental sustainability, employment creation and the equitable distribution of revenues. When the benefits are not shared, or when environmental degradation occurs as a consequence of exploitation, there could be serious potential for conflict to resume. \\n Developing sustainable livelihoods for peace: Sustainable peace fundamentally hinges on the development of sustainable livelihoods, the provision of basic services, and on the recovery and sound management (including equitable distribution of related benefits) of the natural resource base. Environmental damage caused by conflicts, coping strategies and chronic environmental problems (including climate change impacts) that undermine livelihoods must therefore be addressed from the outset. Minimizing vulnerability to natural hazards and climate change through the management of key natural resources and the introduction of appropriate technologies may also be addressed. Women and children are often disproportionally affected by environmental contamination economically, socially as well as in terms of their health and well-being. DDR practitioners should therefore seek to address the specific needs of women and children in relation to their dependence on natural resources and risks involved. Careful coordination and attention to issues of land access, tenure and the availability of agricultural inputs and access to financing are critical elements for ensuring success and sustainability. Women, and especially unmarried women and women who are not closely associated with a male relative, or those who face stigma or discrimination due to various other circumstances (i.e., sexual violence survivors, single mothers, unmarried women, etc.) are often disadvantaged in regard to access to capital assets as women\u2019s ownership rights are often based on de facto agreements through male community members and traditional gender roles may prevent women and girls from accessing education and capacity building. \\n Contributing to dialogue, reconciliation and confidence building: Natural resources can be a neutral entry point or catalyst for enhancing dialogue, building confidence, exploring shared interests and broadening cooperation between divided communities as well as within and between states. Such actions should aim to use an inclusive approach that seeks to consider and respond to the needs of the entire population, especially women and youth. Bringing communities together to discuss and resolve common challenges and concerns, such as access to water points and grazing lands, can be a powerful peacebuilding tool and can help to mitigate the risk of further conflict between competing natural resource user groups.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 13, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "At the outset, there are several key risk factors to consider when looking to leverage natural resources to support DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10176, - "Score": 0.209657, - "Index": 10176, - "Paragraph": "Weak institutions and limited capacities are frequently cited as impediments to national ownership in post-conflict contexts. However, this points to the need for a dual focus on supporting transparent, inclusive national decision-making combined with the develop- ment of sustainable national capacities. Due attention to national ownership is therefore critical to addressing challenges of legitimacy and sustainability that are common to DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "", - "Heading4": "", - "Sentence": "Due attention to national ownership is therefore critical to addressing challenges of legitimacy and sustainability that are common to DDR and SSR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9964, - "Score": 0.205738, - "Index": 9964, - "Paragraph": "Ex-combatants that have been socialized to the use of violence in conflict require proper support and training to assist their transition from armed combatant to security provider. Moreover, high HIV infection rates are common in many uniformed services and can com- promise command structures and combat readiness. Increasingly, there are national policies of screening recruits and excluding those who are HIV-positive.In addition to identifying appropriate selection criteria for combatants eligible for inte- gration, ex-combatants should be provided with sufficient training and sensitization on behaviour change, and access to psychosocial support to enable a successful transition. Engaging in HIV/AIDS prevention at the outset of DDR will help to reduce new infections, thus\u2014where national policies of HIV screening are in place\u2014increasing the pool of potential candidates for recruitment, as well as assisting in planning for alternative occupational support and training for those found to be HIV-positive (see IDDRS Module 5.60 on HIV/ AIDS and DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.8 Support to the integration of ex-combatants within the security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "Engaging in HIV/AIDS prevention at the outset of DDR will help to reduce new infections, thus\u2014where national policies of HIV screening are in place\u2014increasing the pool of potential candidates for recruitment, as well as assisting in planning for alternative occupational support and training for those found to be HIV-positive (see IDDRS Module 5.60 on HIV/ AIDS and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10317, - "Score": 0.202031, - "Index": 10317, - "Paragraph": "1 Boxes included throughout the module provide practical examples and suggestions. Specific case study boxes draw on four field-based case studies conducted in Afghanistan, Burundi, the Central African Republic and the Democratic Republic of Congo in support of this module. \\n 2 See: Statement by the President of the Security Council at the 5632nd meeting of the Security Council, held on 20 February 2007, S/PRST/2007/3/ (21 February 2007); Statement by the President of the Security Council, \u201cThe maintenance of international peace and security: the role of the Security Council in humanitarian crises: challenges, lessons learned and the way ahead,\u201d S/PRST/2005/30, 12 July 2005; United Nations Report of the Secretary-General, \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform,\u201d S/2008/39, 23 January 2008; and, United Nations General Assembly, \u201cReport of the Special Committee on Peacekeeping Opera- tions and its Working Group: 2008 substantive session,\u201d A/62/19, 10 March \u2013 4 April and 3 July 2008. \\n 3 Report of the Secretary General, Securing Peace and development, para 17. \\n 4 All States periodically review and reform their security sectors. While recognising that SSR is not only a post-conflict challenge, this module focuses on these contexts as most relevant to DDR and SSR concerns. \\n 5 Report of the Secretary General, Securing Peace and development. Para 17. \\n 6 Organisation for Economic Co-operation and Development, \u201cSecurity System Reform and Gover- nance; A DAC Reference Document,\u201d 2005; Council of the European Union, \u201cEU Concept for ESDP support to Security Sector Reform (SSR),\u201d Council document 12566/4/05, 13 October 2005; Com- mission of the European Communities, \u201cA Concept for European Community Support for Security Sector Reform,\u201d SEC(2006) 658, 24 May 2006; ECOWAS, \u201cECOWAS Conflict Prevention Framework (ECPF),\u201d enacted by Regulation MSC/REG.1/01/08 of the Mediation and Security Council of ECOWAS, 16 January 2008; and, United Nations Security Council, \u201cAnnex to the letter dated 20 November 2007 from the Permanent Representatives of Slovakia and South Africa to the United Nations addressed to the Secretary-General. Statement of the Co-Chairs of the International Work- shop on Enhancing United Nations Support for Security Sector Reform in Africa: Towards an African Perspective,\u201d S/2007/687, 29 November 2007. \\n 7 For practical guidance on supporting parliamentary and civil society oversight of the security sector see: Born, H., Fluri, P. and Johnsson, A., (eds) Parliamentary Oversight of the Security Sector, DCAF/ Inter-Parliamentary Union: 2003; Cole, E., Eppert, K and Kinzelback, K., (eds) Public Oversight of the Security Sector, DCAF/UNDP: 2008. \\n 8 Muggah, Robert (ed), \u2018Security and Post-Conflict Reconstruction: Dealing with Fighters in the After- math of War\u2019, Routledge: 2009. \\n 9 H\u00e4nggi, H & Scherrer, V. (eds.), 2008, \u2018Security Sector Reform and UN Integrated Missions: Experi- ence from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo\u2019, Lit Verlag, M\u00fcnster. \\n 10 The OECD DAC Handbook on Security System Reform: Supporting Security and Justice provides extensive guidance on both political and technical aspects of SSR through the different phases of the programme cycle. Organization for Economic Co-operation and Development, \u201cOECD DAC Hand- book on Security System Reform: Supporting Security and Justice,\u201d 2007: http://www.oecd.org/ dataoecd/43/25/38406485.pdf. \\n 11 This is recommended in the interim report of the group of experts on the Democratic Republic of the Congo, pursuant to Security Council resolution 1698 (2006), S/2007/40. \\n 12 See: UNDP BCPR, (2006) Vetting Public Employees in Post-Conflict Settings: Operational Guidelines. \\n 13 Bastick, Megan & Valasek, Kristin (eds). Gender & Security Sector Reform Toolkit, DCAF, OSCE/ ODIHR, UN-INSTRAW. 2008. Available at: http://www.dcaf.ch/gender-security-sector-reform/ gssr-toolkit.cfm?navsub1=37&navsub2=3&nav1=3 \\n 14 See: Greene, Owen and Simon Rynn, Linking and Co-ordinating DDR and SSR for Human Security after Conflict: Issues, Experience and Priorities, Centre for International Cooperation and Security, Safer- world and the University of Bradford, July 2008. \\n 15 A recent study by the African Security Sector Network (ASSN) provides valuable insights drawn from analysis of SSR in peace agreements in 8 states from Africa, Asia and Central America (see Annex B for full details). \\n 16 See Laurent Banal and Vincenza Scherrer, \u2018ONUB and the Importance of Local Ownership: The Case of Burundi\u2019 in Security Sector Reform and UN Integrated Missions: Experience from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo, eds. H. H\u00e4nggi & V. Scherrer, Lit Verlag, 2008. \\n 17 UN SSR resources may be available through the UN Inter-Agency Taskforce on SSR. This capacity includes guidance, resources, gap analysis and backstopping to field operations. \\n 18 United Nations Report of the Secretary-General, \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d S/2004/616, 23 August 2004, Para 6. \\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9. \\n 20 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 21 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 22 Report of the Secretary-General, Securing Peace and Development, Page 1. \\n 23 Report of the Secretary-General, Securing Peace and Development, Para 48. \\n 24 Report of the Secretary-General, Securing Peace and Development, Para 50. \\n 25 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008. \\n 26 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 33, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While recognising that SSR is not only a post-conflict challenge, this module focuses on these contexts as most relevant to DDR and SSR concerns.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9829, - "Score": 0.20025, - "Index": 9829, - "Paragraph": "The purpose of this module is to provide policy makers, operational planners and officers at field level with background information and guidance on related but distinct sets of activi- ties associated with disarmament, demobilization and reintegration (DDR) and security sector reform (SSR).1 The intention is not to set out a blueprint but to build from common principles in order to provide insights that will support the development of synergies as well as preventing harmful contradictions in the design, implementation and sequencing of different elements of DDR and SSR programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The purpose of this module is to provide policy makers, operational planners and officers at field level with background information and guidance on related but distinct sets of activi- ties associated with disarmament, demobilization and reintegration (DDR) and security sector reform (SSR).1 The intention is not to set out a blueprint but to build from common principles in order to provide insights that will support the development of synergies as well as preventing harmful contradictions in the design, implementation and sequencing of different elements of DDR and SSR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2625, - "Score": 0.670778, - "Index": 2625, - "Paragraph": "The aim of the assessment mission is to develop an in-depth understanding of the key DDR-related areas, in order to ensure efficient, effective and timely planning and resource mobilization for the DDR programme. The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Conduct of the DDR assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2589, - "Score": 0.64646, - "Index": 2589, - "Paragraph": "After establishing a strategic objectives and policy framework for UN support for DDR, the UN should start developing a detailed programmatic and operational framework. Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implemen- tation and management of joint activities among actors in the UN system.In general, the programme design cycle should consist of three main phases: \\n Detailed field assessments: A detailed field assessment builds on the initial technical assess- ment described earlier, and is intended to provide a basis for developing the full DDR programme, as well as the implementation and operational plan. The main issues that should be dealt with in a detailed assessment include: \\n\\n the political, social and economic context and background of the armed conflict; \\n\\n the causes, dynamics and consequences of the armed conflict; \\n\\n the identification of participants, potential partners and others involved; \\n\\n the distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n the institutional capacities of national stakeholders in areas related to DDR; \\n\\n a survey of socio-economic conditions and the capacity of local communities to absorb ex-combatants and their dependants; \\n\\n preconditions and other factors influencing prospects for DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation; \\n Detailed programme development and costing of requirements: A DDR \u2018programme\u2019 is a framework that provides an agreed-upon blueprint (i.e., detailed plan) for how DDR will be put into operation in a given context. It also provides the basis for developing operational or implementation plans that provide time-bound information on how individual DDR tasks and activities will be carried out and who will be responsible for doing this. Designing a comprehensive DDR programme is a time- and labour-intensive process that usually takes place after a peacekeeping mission has been authorized and deployment in the field has started. In most cases, the design of a comprehensive UN programme on DDR should be integrated with the design of the national DDR programme and architecture, and linked to the design of programmes in other related sectors as part of the overall transition and recovery plan; \\n Development of an implementation plan: Once a programme has been developed, planning instruments should be developed that will aid practitioners (UN, non-UN and national government) to implement the activities and strategies that have been planned. Depen- ding on the scale and scope of a DDR programme, an implementation or operations plan usually consists of four main elements: implementation methods; time-frame; a detailed work plan; and management arrangements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.4. Phase IV: Development of a programme and operational framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2435, - "Score": 0.597614, - "Index": 2435, - "Paragraph": "The identification of DDR participants affects the size and scope of a DDR programme. DDR participants are usually prioritized according to their political status or by the actual or potential threat to security and stability that they represent. They can include regular armed forces, irregular armed groups, militias and paramilitary groups, self\u00addefence groups, members of private security companies, armed street gangs, vigilance brigades and so forth.Among the beneficiaries are communities, who stand to benefit the most from improved security; local and state governments; and State structures, which gain from an improved capacity to regulate law and order. Clearly defining DDR beneficiaries determines both the operational role and the expected impacts of programme implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.2. DDR participants", - "Sentence": "The identification of DDR participants affects the size and scope of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2644, - "Score": 0.569803, - "Index": 2644, - "Paragraph": "Post-conflict political transition processes generally experience many difficulties. Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme. This assessment may mean that the start of any DDR activities may have to be delayed until issues that may prevent the full commitment of all the parties involved in the DDR programme have been sorted out. For this reason, mechanisms must be established in the peace agreement to mediate the inevitable differences that will arise among the parties, in order to prevent them from under- mining or holding up the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Transition problems and mediation mechanisms", - "Sentence": "Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2036, - "Score": 0.566074, - "Index": 2036, - "Paragraph": "When developing an M&E strategy as part of the overall process of programme development, several important principles are relevant for DDR: \\n Planners shall ensure that baseline data (data that describes the problem or situation before the intervention and which can be used to later provide a point of comparison) and relevant performance indicators are built into the programme development process itself. Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2535, - "Score": 0.550019, - "Index": 2535, - "Paragraph": "This module outlines a general planning process and framework for providing and struc- turing UN support for national DDR efforts in a peacekeeping environment. This planning process covers the actions carried out by DDR practitioners from the time a conflict or crisis is put on the agenda of the Security Council to the time a peacekeeping mission is formally established by a Security Council resolution, with such a resolution assigning the peace- keeping mission a role in DDR. This module also covers the broader institutional requirements for planning post-mission DDR support. (See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.)The planning process and requirements given in this module are intended to serve as a general guide. A number of factors will affect the various planning processes, including: \\n The pace and duration of a peace process: A drawn-out peace process gives the UN, and the international community generally, more time to consult, plan and develop pro- grammes for later implementation (the Sudanese peace process is a good example); \\n Contextual and local realities: The dynamics and consequences of conflict; the attitudes of the actors and other parties associated with it; and post-conflict social, economic and institutional capacities will affect planning for DDR, and have an impact on the strategic orientation of UN support; \\n National capacities for DDR: The extent of pre-existing national and institutional capacities in the conflict-affected country to plan and implement DDR will considerably affect the nature of UN support and, consequently, planning requirements. Planning for DDR in contexts with weak or non-existent national institutions will differ greatly from planning DDR in contexts with stable and effective national institutions; \\n The role of the UN: How the role of the UN is defined in general terms, and for DDR specifically, will depend on the extent of responsibility and direct involvement assumed by national actors, and the UN\u2019s own capacity to complement and support these efforts. This role definition will directly influence the scope and nature of the UN\u2019s engagement in DDR, and hence requirements for planning; \\n Interaction with other international and regional actors: The presence and need to collaborate with international or regional actors (e.g., the European Union, NATO, the African Union, the Economic Community of West African States) with a current or potential role in the management of the conflict will affect the general planning process.In addition, this module provides guidance on: \\n adapting the DDR planning process to the broader framework of mission and UN country team planning in post-conflict contexts; \\n linking the UN planning process to national DDR planning processes; \\n the chronological stages and sequencing (i.e., the ordering of activities over time) of DDR planning activities; \\n the different aspects and products of the planning process, including its political (peace process and Security Council mandate), programmatic/operational and organizational/ institutional dimensions; \\n the institutional capacities required at both Headquarters and country levels to ensure an efficient and integrated UN planning process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2425, - "Score": 0.524142, - "Index": 2425, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2740, - "Score": 0.52381, - "Index": 2740, - "Paragraph": "The integrated DDR unit, in general terms, should fulfil the following functions: \\n Political and programme management: The chief and deputy chief of the integrated DDR unit are responsible for the overall political and programme management. Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme. Seconded personnel from UN agencies, funds and programmes will work in this section to contribute to the joint planning and coordination of the DDR programme. Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme. This includes short\u00adterm disarmament activities, such as weapons collection and registration, but also longer\u00adterm disarmament activities that support the establishment of a legal regime for the control of small arms and light weapons, and other community weapons collection initiatives. Where mandated, this component will coordinate with the military to assist in the destruction of weapons, ammunition and unexploded ordnance; \\n Reintegration: This component plans the economic and social reintegration strategies. It also plans the reinsertion programme to ensure consistency and coherence with the overall reintegration strategy. It needs to work closely with other parts of the mission facilitating the return and reintegration of internally displaced persons (IDPs) and refugees; \\n Monitoring and evaluation: This component is responsible for setting up and monitoring indicators to measure the achievements in all phases of the DDR programme. It also conducts DDR\u00adrelated surveys such as small arms baseline surveys, profiling of parti\u00ad cipants and beneficiaries, mapping of economic opportunities, etc.; \\n Public information and sensitization: This component works to develop the public informa\u00ad tion and sensitization strategy for the DDR programme. It draws on the direct support of the public information unit in the peacekeeping mission, but also employs other information dissemination personnel within the mission, such as the military, police and civil affairs officers, as well as local mechanisms such as theatre groups, adminis\u00ad trative structures, etc.; \\n Administrative and financial management: This is a small component of the unit, which may be seconded from an integrating UN entity to support the programme delivery aspect of the DDR unit. Its role is to utilize the administrative and financial capacities of the UN country office; \\n Regional DDR offices: These are the regional implementing components of the DDR unit, which would implement programmes at the local level in close cooperation with the other regionalized components of civil affairs, military, police, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.1. Components of the integrated DDR unit", - "Heading3": "", - "Heading4": "", - "Sentence": "Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3100, - "Score": 0.520266, - "Index": 3100, - "Paragraph": "A national technical planning and coordination body, responsible for the design and im- plementation of the DDR programme, should be established. The national coordinator/ director of this body oversees the day-to-day management of the DDR programme and ensures regular reporting to the NCDDR. The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.1. National DDR agency", - "Heading4": "", - "Sentence": "The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2601, - "Score": 0.520266, - "Index": 2601, - "Paragraph": "A DDR strategy and plan should remain flexible so as to be able to deal with changing circumstances and demands at the country level, and should possess a capacity to adapt in order to deal with shortcomings and new opportunities. Continuation planning involves a process of periodic reviews, monitoring and real-time evaluations to measure performance and impact during implementation of the DDR programme, as well as revisions to programmatic and operational plans to make adjustments to the actual implementation process. A DDR programme does not end with the exit of the peacekeeping mission. While security may be restored, the broader task of linking the DDR programme to overall development, i.e., the sustainable reintegration of ex-com- batants and long-term stability, remains. It is therefore essential that the departure of the peacekeeping mission is planned with the UN country team as early as possible to ensure that capacities are sufficiently built up in the country team for it to assume the full financial, logistic and human resources responsibilities for the continuation of the longer-term aspects of the DDR programme. A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 8, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.5. Phase V: Continuation and transition planning", - "Heading3": "", - "Heading4": "", - "Sentence": "A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2160, - "Score": 0.518875, - "Index": 2160, - "Paragraph": "The aim of this module is to provide DDR practitioners in Headquarters and the field, in peacekeeping missions as well as field-based UN agencies, funds and programmes with a good understanding of: \\n the major DDR activities that need to be considered and their associated cost; \\n the planning and budgetary framework used for DDR programming in a peacekeeping environment; \\n potential sources of funding for DDR programmes, relevant policies guiding their use and the key actors that play an important role in funding DDR programmes; \\n the financial mechanisms and frameworks used for DDR fund and programmes man- agement.Specifically, the module outlines the policies and procedures for the mobilization, man- agement and allocation of funds for DDR programmes, from planning to implementation. It provides substantive information about the budgeting process used in a peacekeeping mission (including the RBB framework) and UN country team. It also discusses the funding mechanisms available to support the launch and implementation of DDR programmes and ensure coordination with other stakeholders involved in the funding of DDR programmes. Finally, it outlines suggestions about how the UN\u2019s financial resources for DDR can be managed as part of the broader framework for DDR, defining national and international responsibilities and roles, and mechanisms for collective decision-making.The module does not deal with the specific policies and procedures of World Bank funding of DDR programmes. It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2332, - "Score": 0.518875, - "Index": 2332, - "Paragraph": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implementation and management of joint activities among actors in the UN system.In general, the programme design cycle consists of three main stages: \\n I: Conducting a detailed field assessment; \\n II: Preparing the programme document and budget; \\n III: Developing an implementation plan.Given that the support provided by the UN for DDR forms one part of a larger multi\u00ad stakeholder process, the development of a UN programme and implementation framework should be carried out with national and other counterparts, and, as far as possible, should be combined with the development of a national DDR programme.There are several frameworks that can be used to coordinate programme develop\u00adment efforts. One of the most appropriate frameworks is the post\u00adconflict needs assess\u00adment (PCNA) process, which attempts to define the overall objectives, strategies and activi\u00adties for a number of different interventions in different sectors, including DDR. The PCNA represents an important mechanism to ensure consistency between UN and national objec\u00adtives and approaches to DDR, and defines the specific role and contributions of the UN, which can then be fed into the programme development process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 3, - "Heading1": "4. The programme design cycle", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2147, - "Score": 0.514344, - "Index": 2147, - "Paragraph": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors. When the World Bank (with its Multi-Donor Trustfund) plays a leading role in supporting a national DDR programme, funding is normally provided for all demobilization and reintegration activities, while additional World Bank International Development Association (IDA) loans are also provided. In these instances, funding comes from a single source and is largely guaranteed.In instances where the United Nations (UN) takes the lead, several sources of funding may be brought together to support a national DDR programme. Funds may include con- tributions from the peacekeeping assessed budget; core funding from the budgets of UN agencies, funds and programmes; voluntary contributions from donors to a UN-managed trust fund; bilateral support from a Member State to the national programme; and contribu- tions from the World Bank.In a peacekeeping context, funding may come from some or all of the above funding sources. In this situation, a good understanding of the policies and procedures governing the employment and management of financial support from these different sources is vital to the success of the DDR programme.Since several international actors are involved, it is important to be aware of important DDR funding requirements, resource mobilization options, funding mechanisms and finan- cial management structures for DDR programming. Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful. The peacekeeping assessed budget process, which covers military, personnel and operational costs, is vital to DDR programming within the UN peace- keeping context. Both in and outside the UN system, rapid response funds are available. External sources of funding include voluntary donor contributions, the World Bank Post- Conflict Fund, the Multi-Country Demobilization and Reintegration Programme (MDRP), government grants and agency in-kind contributions.Once funds have been committed to DDR programmes, there are different funding mechanisms that can be used and various financial management structures for DDR pro- grammes that can be created. Suitable to an integrated DDR plan is the Consolidated Appeals Process (CAP), which is the normal UN inter-agency planning, coordination and resource mobilization mechanism for the response to a crisis. Transitional appeals, Post-Conflict Needs Assessments (PCNAs) and international donors\u2019 conferences usually involve govern- ments and are applicable to the conflict phase. In the case of RBB, programme budgeting that is defined by clear objectives, indicators of achievement, outputs and influence of external factors helps to make funds more sustainable. Effective financial management structures for DDR programmes are based on a coherent system for ensuring flexible and sustainable financing for DDR activities. Such a coherent structure is guided by, among other factors, a coordinated arrangement for the funding of DDR activities and an agreed framework for joint DDR coordination, monitoring and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2763, - "Score": 0.513553, - "Index": 2763, - "Paragraph": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme. The list below provides an example of a relatively large mission DDR unit appointment list, which may be adapted to suit mission\u00adspecific needs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.3. Personnel requirements of the DDR unit .", - "Heading3": "", - "Heading4": "", - "Sentence": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1983, - "Score": 0.513158, - "Index": 1983, - "Paragraph": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2772, - "Score": 0.505076, - "Index": 2772, - "Paragraph": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit. The staff induction plan specifies the recruitment and deployment priorities for the personnel in the DDR unit, who will be hired at different times during the mission start\u00adup period. The plan will assist the mission support compo\u00ad nent to recruit and deploy the appropriate personnel at the required time. The following template may be used in the development of the staff induction plan:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.4. Staff induction plan", - "Heading3": "", - "Heading4": "", - "Sentence": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2727, - "Score": 0.5, - "Index": 2727, - "Paragraph": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2586, - "Score": 0.492274, - "Index": 2586, - "Paragraph": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development. DDR practitioners shall be required to identify four key elements to create this framework: \\n the overall strategic objectives of UN engagement in DDR in relation to national pri- orities (see Annex C for an example of how DDR aims may be developed); \\n the key DDR tasks of the UN (see Annex C for related DDR tasks that originate from the strategic objectives); \\n an initial organizational and institutional framework (see IDDRS 3.42 on Personnel and Staffing for the establishment of the integrated DDR unit and IDDRS 3.30 on National Institutions for DDR); \\n the identification of other national and international stakeholders on DDR and the areas of engagement of each.The policy and strategy framework for UN support for DDR should ideally be developed after the establishment of the mission, and at the same time as its actual deployment. Several key issues should be kept in mind in developing such a framework: \\n To ensure that this framework adequately reflects country realities and needs with respect to DDR, its development should be a joint effort of mission planners (whether Headquarters- or country-based), DDR staff already deployed and the UN country team; \\n Development of the framework should also involve consultations with relevant national counterparts, to ensure that UN engagement is consistent with national planning and frameworks; \\n The framework should be harmonized \u2014 and integrated \u2014 with other UN and national planning frameworks, notably Department of Peacekeeping Operations (DPKO) results-based budgeting frameworks, UN work plans and transitional appeals, and post-conflict needs assessment processes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.3. Phase III: Development of a strategic and policy framework (strategic planning)", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall be required to identify four key elements to create this framework: \\n the overall strategic objectives of UN engagement in DDR in relation to national pri- orities (see Annex C for an example of how DDR aims may be developed); \\n the key DDR tasks of the UN (see Annex C for related DDR tasks that originate from the strategic objectives); \\n an initial organizational and institutional framework (see IDDRS 3.42 on Personnel and Staffing for the establishment of the integrated DDR unit and IDDRS 3.30 on National Institutions for DDR); \\n the identification of other national and international stakeholders on DDR and the areas of engagement of each.The policy and strategy framework for UN support for DDR should ideally be developed after the establishment of the mission, and at the same time as its actual deployment.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2652, - "Score": 0.48795, - "Index": 2652, - "Paragraph": "A good understanding of the overall security situation in the country where DDR will take place is essential. Conditions and commitment often vary greatly between the capital and the regions, as well as among regions. This will influence the approach to DDR. The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme. A situation where combatants can be disarmed and demobilized, but their safety when they return to their areas of reintegration cannot be guaranteed will also be problematic.The capacity of local authorities to provide security for commanders and disarmed com- batants to carry out voluntary or coercive disarmament must be carefully assessed. A lack of national capacity in these two areas will seriously affect the resources needed by the peacekeeping force. UN military, civilian police and support capacities may be required to perform this function in the early phase of the peacekeeping mission, while simultaneously developing national capacities to eventually take over from the peacekeeping mission. If this security function is provided by a non-UN multinational force (e.g., an African Union or NATO force), the structure and processes for joint planning and operations must be assessed to ensure that such a force and the peacekeeping mission cooperate and coordinate effec- tively to implement (or support the implementation of) a coherent DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "The security situation", - "Sentence": "The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2282, - "Score": 0.484182, - "Index": 2282, - "Paragraph": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan. For this reason, DDR planning and programme officers should participate at all levels of the fund management structure, and the same information management systems should be used. Changes to programme strat- egy should be immediately reflected in the way in which the funding structure is organized and approved by the key stakeholders involved. With respect to financial monitoring and reporting, the members of the funding facility secretariat should maintain close links with the monitoring and evaluation staff of the integrated DDR section, and use the same metho- dologies, frameworks and mechanisms as much as possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.7. Coordination of planning, monitoring and reporting", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2178, - "Score": 0.478091, - "Index": 2178, - "Paragraph": "DDR practitioners and donors shall recognize the indivisible character of DDR. Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Funding DDR as an indivisible process", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners and donors shall recognize the indivisible character of DDR.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2979, - "Score": 0.476215, - "Index": 2979, - "Paragraph": "DDR Gender Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming gender issues in post\u00adconflict peace\u00adbuilding, and is expected to work closely with the Gender Adviser of the peace\u00ad keeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Gender Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 27, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.12: DDR Gender Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2391, - "Score": 0.467707, - "Index": 2391, - "Paragraph": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom. It is different from an implementation plan (which is often more technical), provides time\u00adlines and information on how individual DDR tasks and activities will be carried out, and assigns responsibilities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 10, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2877, - "Score": 0.467707, - "Index": 2877, - "Paragraph": "DDR Programme Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n work with local authorities and civil society organizations to facilitate and implement all aspects of the DDR programme \\n represent the DDR Unit in mission internal regional meetings; \\n work closely with DDR partners at the regional level to facilitate collection, safe storage and accountable collection of small arms and light weapons. Ensure efficient, account\u00ad able and transparent management of all field facilities pertaining to community\u00adspecific DDR projects; \\n plan and support activities at the regional level pertaining to the community arms col\u00ad lection and development including: (1) capacity\u00adbuilding; (2) sensitization and public awareness\u00adraising on the dangers of illicit weapons circulating in the community; (3) implementation of community project; \\n monitor, evaluate and report on all field project activities; monitor and guide field staff working in the project, including the coordination of sensitization and arms col\u00ad lection activities undertaken by Field Assistants at regional level; \\n ensure proper handling of project equipment and accountability of all project resources. \\n\\n Core values are integrity, professionalism and respect for diversity", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 17, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.6: DDR Programme Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2116, - "Score": 0.46291, - "Index": 2116, - "Paragraph": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes. A more meaningful approach is to identify the various types of impacts or issues to be analysed, and to construct composite (i.e., a group of) indi\u00ad cators as part of an overall methodological approach to evaluating the programme. The following factors usually form the basis from which an evaluation\u2019s focus is defined: \\n Relevance describes the extent to which the objectives of a programme or project remain valid and pertinent (relevant) as originally planned, or as modified owing to changing circumstances within the immediate context and external environment of that pro\u00ad gramme or project. Relevance can also include the suitability of a particular strategy or approach for dealing with a specific problem or issue. A DDR\u00adspecific evaluation could focus on the relevance of cantonment\u00adbased demobilization strategies, for instance, in comparison with other approaches (e.g., decentralized registration of combatants) that perhaps could have more effectively achieved the same objectives; \\n Sustainability involves the success of a strategy in continuing to achieve its initial objec\u00ad tives even after the end of a programme, i.e., whether it has a long\u00adlasting effect. In a DDR programme, this is most important in determining the long\u00adterm viability and effectiveness of reintegration assistance and the extent to which it ensures that ex\u00ad combatants remain in civilian life and do not return to military or violence\u00adbased livelihoods. Indicators in such a methodology include the viability of alternative eco\u00ad nomic livelihoods, behavioural change among ex\u00adcombatants, and so forth; \\n Impact includes the immediate and long\u00adterm consequences of an intervention on the place in which it is implemented, and on the lives of those who are assisted or who benefit from the programme. Evaluating the impact of DDR includes focusing on the immediate social and economic effects of the return of ex\u00adcombatants and their inte\u00ad gration into social and economic life, and the attitudes of communities and the specific direct or indirect effects of these on the lives of individuals; \\n Effectiveness measures the extent to which a programme has been successful in achieving its key objectives. The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs. This is a different way of focusing on the impact of a pro\u00ad gramme, because it places more emphasis on how economically resources were used to achieve specific outcomes. In certain cases, a DDR programme might have been successful in demobilizing and reintegrating a significant number of ex\u00adcombatants, and improving the welfare of host communities, but used up a disproportionately large share of resources that could have been better used to assist other groups that were not covered by the programme. In such a case, a lack of programme efficiency limited the potential scope of its impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 11, - "Heading1": "7. Evaluations", - "Heading2": "7.3. Selection of results and indicators for evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2316, - "Score": 0.46291, - "Index": 2316, - "Paragraph": "Each programme design cycle, including the disarmament, demobilization and reintegration (DDR) programme design cycle, has three stages: (1) detailed field assessments; (2) detailed programme development and costing of requirements; and (3) development of an implemen\u00ad tation plan. Throughout the programme design cycle, it is of the utmost importance to use a flexible approach. While experiencing each stage of the cycle and moving from one stage to the other, it is important to ensure coordination among all the participants and stakeholders involved, especially national stakeholders. A framework that would probably work for integrated DDR programme design is the post\u00adconflict needs assessment (PCNA), which ensures consistency between United Nations (UN) and national objectives, while consider\u00ad ing differing approaches to DDR.Before the detailed programme design cycle can even begin, a comprehensive field needs assessment should be carried out, focusing on areas such as the country\u2019s social, economic and political context; possible participants, beneficiaries and partners in the DDR programme; the operational environment; and key priority objectives. This assessment helps to establish important aspects such as positive or negative factors that can affect the outcome of the DDR programme, baseline factors for programme design and identification of institutional capacities for carrying out DDR.During the second stage of the cycle, key considerations include identifying DDR participants and beneficiaries, as well as performance indicators, such as reintegration oppor\u00ad tunities, the security situation, size and organization of the armed forces and groups, socio\u00adeconomic baselines, the availability and distribution of weapons, etc. Also, methodolo\u00ad gies for data collection together with analysis of assessment results (quantitative, qualitative, mass surveys, etc.) need to be decided.When developing DDR programme documents, the central content should be informed by strategic objectives and outcomes, key principles of intervention, preconditions and, most importantly, a strategic vision and approach. For example, in determining an overall strategic approach to DDR, the following questions should be asked: (1) How will multiple components of DDR programme design reflect the realities and needs of the situation? (2) How will eligibility criteria for entry in the DDR programme be determined? (3) How will DDR activities be organized into phases and in what order will they take place within the recom\u00ad mended programme time\u00adframe? (4) Which key issues are vital to the implementation of the programme? Defining the overall approach to DDR defines how the DDR programme will, ultimately, be put into operation.When developing the results and budgeting framework, an important consideration should be ensuring that the programme that is designed complies with the peacekeeping results\u00adbased budgeting framework, and establishing a sequence of stages for the implemen\u00ad tation of the programme.The final stage of the DDR programme design cycle should include developing planning instruments to aid practitioners (UN, non\u00adUN and government) to implement the activities and strategies that have been planned. When formulating the sequence of stages for the implementation of the programme, particular attention should be paid to coordinated management arrangements, a detailed work plan, timing and methods of implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "(2) How will eligibility criteria for entry in the DDR programme be determined?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2321, - "Score": 0.46291, - "Index": 2321, - "Paragraph": "This module provides guidance on how to develop a DDR programme. It is therefore the fourth stage of the overall DDR planning cycle, following the assessment of DDR require\u00ad ments (which forms the basis for the DDR mandate) and the development of a strategic and policy framework for UN support to DDR (which covers key objectives, activities, basic insti\u00ad tutional/operational requirements, and links with the joint assessment mission (JAM) and other processes; also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).This module does not deal with the actual content of DDR processes (which is covered in IDDRS Levels 4 and 5), but rather describes the methods, procedures and steps neces\u00ad sary for the development of a programme strategy, results framework and operational plan. Assessments are essential to the success or failure of a programme, and not a mere formality.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides guidance on how to develop a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2550, - "Score": 0.458349, - "Index": 2550, - "Paragraph": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The achievement of unity of effort and integration is only possible with an inclusive and sound mission planning process involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels. DDR planning takes place within this broader integrated mission planning process; \\n Integration: The integrated approach to planning tries to develop, to the extent possible: \\n\\n a common framework (i.e., one that everyone involved uses) for developing, man- aging, funding and implementing a UN DDR strategy within the context of a peace mission; \\n\\n an integrated DDR management structure (unit or section), with the participation of staff from participating UN agencies and primary reporting lines to the Deputy Special Representative of the Secretary-General (DSRSG) for humanitarian and development affairs. Such an approach should include the co-location of staff, infrastructure and resources, as this allows for increased efficiency and reduced overhead costs, and brings about more responsive planning, implementation and coordination; \\n\\n joint programmes that harness UN country team and mission resources into a single process and results-based approach to putting the DDR strategy into operation and achieving shared objectives; \\n\\n a single framework for managing multiple sources of funding, as well as for co- ordinating funding mechanisms, thus ensuring that resources are used to deal with common priorities and needs; Efficient and effective planning: At the planning stage, a common DDR strategy and work plan should be developed on the basis of joint assessments and evaluation. This should establish a set of operational objectives, activities and expected results that all UN entities involved in DDR will use as the basis for their programming and implemen- tation activities. A common resource mobilization strategy involving all participating UN entities should be established within the integrated DDR framework in order to prevent duplication, and ensure coordination with donors and national authorities, and coherent and efficient planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2781, - "Score": 0.456612, - "Index": 2781, - "Paragraph": "Chief, DDR Unit (D1\u2013P5)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent normally reports directly to the Deputy SRSG (Resident Coordinator/ Humanitarian Coordinator).Accountabilities: Within limits of delegated authority and under the supervision of the Deputy SRSG (Resident Coordinator/Humanitarian Coordinator), the Chief of the DDR Unit is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 10, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.1: Chief, DDR Unit (D1\u2013P5)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2724, - "Score": 0.453743, - "Index": 2724, - "Paragraph": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles. The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices. Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities. Therefore, the selection and maintenance of integrated DDR unit personnel, based on a memorandum of understanding (MoU) between the Department of Peacekeeping Operations (DPKO) and the United Nations Development Programme (UNDP), is defined by the following principles: joint management of the DDR unit (in this case, management by a peacekeeping mission chief and UNDP chief); secondment of an administrative and finance cell by UNDP; second\u00ad ment of staff from other United Nations (UN) entities assisted by project support staff to fulfil the range of needs for an integrated DDR unit; and, finally, continuous links with other parts of the peacekeeping mission for the development of a joint DDR planning and programming approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2844, - "Score": 0.447214, - "Index": 2844, - "Paragraph": "DDR Field Officer (P4\u2013P3)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Field Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 15, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.4: DDR Field Officer (P4\u2013P3)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3027, - "Score": 0.447214, - "Index": 3027, - "Paragraph": "UN-supported DDR aims to be people-centred, flexible, accountable and transparent, na- tionally owned, integrated and well planned. Within the UN, integrated DDR is delivered with the cooperation of agencies, programmes, funds and peacekeeping missions.In a country in which it is implemented, there is a focus on capacity-building at both government and local levels to achieve sustainable national ownership of DDR, among other peace-building measures. Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security. This module focuses on how to create and sustain these conditions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2300, - "Score": 0.446885, - "Index": 2300, - "Paragraph": "DDR objective statement. The DDR objective statement draws its legal foundation from Security Council mission mandates. It is important to note that the DDR objective will not be fully achieved in the lifetime of the peacekeeping mission, although certain specific activities such as the (limited) physical disarmament of combatants may be completed. Other important aspects of DDR such as reintegration, establishment of the legal framework, and the technical and logistic capacity to destroy or make safe small arms and light weapons all extend beyond the duration of a peacekeeping mission. In this regard, the objective statement must reflect the contribution of the peacekeeping mission to the \u2018progress towards\u2019 the DDR objective. \\n SAMPLE DDR OBJECTIVE STATEMENT \\n \u2018Progress towards the disarmament, demobilization and reintegration of members of armed forces and groups, including meeting the specific needs of women and children associated with such groups, as well as weapons control and destruction\u2019Indicators of achievement. The targeted achievement should include the following dimensions: (1) include no more than five clear and measurable indicators; (2) in the first year of a DDR programme, the most important indicators of achievement should relate to the political will of the government to develop and implement the DDR programme; and (3) include baseline information from which increases/decreases are measured.SAMPLE SET OF DDR INDICATORS OF ACHIEVEMENT \\n \u2018Transitional Government of National Unity adopts legislation establishing national and subnational DDR institutions, and related weapons control law\u2019 \\n \u2018Establishment of national and sub-national DDR authorities\u2019 \\n \u2018Development of a national DDR programme\u2019 \\n \u201834,000 members of armed forces and groups participate in disarmament, demobilization and community-based reintegration programmes, including 14,000 children released to return to their families\u2019 \\n \u2018Destroyed 4,000 of an estimated 20,000 weapons established in a small arms baseline survey conducted in January 2005\u2019Outputs. When developing the DDR outputs for an RBB framework, programme managers should bear in mind the following considerations: (1) specific references to the time-frame for implementation should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) the beneficiaries or recipients of the mission\u2019s efforts should be included in the output description; and (4) the verb should precede the output definition (e.g., Destroyed 9,000 weapons; Chaired 10 community sensitization meetings).SAMPLE SET OF DDR OUTPUTS \\n \u2018Provided technical support (advice and programme development support) to the National DDR Coordination Council (NDDRCC), regional DDR commissions and their field structures, in collaboration with international financial institutions, international development organizations, non-governmental organizations and donors, in the development and implementation of a national DDR programme for all armed forces and groups\u2019 \\n \u2018Provided technical support (advice and programme development support) to assist the government in strengthening its capacity (legal, institutional, technical and physical) in the areas of weapons collection, control, management and destruction\u2019 \\n \u2018Conducted 10 training courses on DDR and weapons control for the military and civilian authorities in the first 6 months of the mission mandate\u2019 \\n \u2018Supported the DDR institutions to collect, store, control and destroy (where applicable and necessary) weapons, as part of the DDR programme\u2019 \\n \u2018Conducted with the DDR institutions and in partnership with international research institutions, small arms survey, economic and market surveys, verification of the size of the DDR caseload and eligibility criteria to support the planning of a comprehensive DDR programme in x\u2019 \\n \u2018Developed options (eligibility criteria, encampment options and integration in civil administration) for force reduction process for the government of national unity\u2019 \\n \u2018Disarmed and demobilized 15,000 allied militia forces, including provided related services such as feeding, clothing, civic education, medical profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Disarmed and demobilized 5,000 members of special groups (women, disabled and veterans), including provided related services such as feeding, clothing, civic education, medical, profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Negotiated and secured the release of 14,000 (UNICEF estimate) children associated with the armed forces and groups, and facilitated their return to their families within 12 months of the mission\u2019s mandate\u2019 \\n \u2018Developed, coordinated and implemented reinsertion support at the community level for 34,000 armed individuals, as well as individuals associated with the armed forces and groups (women and children), in collaboration with the national DDR institutions, and other UN funds, programmes and agencies. Community-based DDR projects include: transitional support programmes; labour-intensive public works; microenterprise support; training; and short-term education support\u2019 \\n \u2018Developed, coordinated and implemented community-based weapons for quick-impact projects programmes in 40 communities in x\u2019 \\n \u2018Developed and implemented a DDR and small arms sensitization and community mobilization programme in 6 counties of x, inter alia, to develop consensus and support for the national DDR programme at national, regional and local levels, and in particular to encourage the participation of women in the DDR programme\u2019 \\n \u2018Organized 10 regional workshops on DDR with x\u2019s military and civilian authorities\u2019External factors. When developing the external factors of the DDR RBB framework, pro- gramme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that have been included in the indicators of achievement.SAMPLE SET OF EXTERNAL FACTORS \\n \u2018Political commitment on the part of the parties to the peace agreement to implement the programme\u2019 [rather than \u2018Transitional Government of National Unity adopts legislation establishing national and sub-national DDR institutions, and related weapons control laws\u2019 \u2014 which was stated as an indicator of achievement above] \\n \u2018Commitment of non-signatories to the peace process to support the DDR programme\u2019 \\n \u2018Timely and adequate funding support from voluntary sources\u2019", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 31, - "Heading1": "Annex D.1: Developing an RBB framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When developing the DDR outputs for an RBB framework, programme managers should bear in mind the following considerations: (1) specific references to the time-frame for implementation should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) the beneficiaries or recipients of the mission\u2019s efforts should be included in the output description; and (4) the verb should precede the output definition (e.g., Destroyed 9,000 weapons; Chaired 10 community sensitization meetings).SAMPLE SET OF DDR OUTPUTS \\n \u2018Provided technical support (advice and programme development support) to the National DDR Coordination Council (NDDRCC), regional DDR commissions and their field structures, in collaboration with international financial institutions, international development organizations, non-governmental organizations and donors, in the development and implementation of a national DDR programme for all armed forces and groups\u2019 \\n \u2018Provided technical support (advice and programme development support) to assist the government in strengthening its capacity (legal, institutional, technical and physical) in the areas of weapons collection, control, management and destruction\u2019 \\n \u2018Conducted 10 training courses on DDR and weapons control for the military and civilian authorities in the first 6 months of the mission mandate\u2019 \\n \u2018Supported the DDR institutions to collect, store, control and destroy (where applicable and necessary) weapons, as part of the DDR programme\u2019 \\n \u2018Conducted with the DDR institutions and in partnership with international research institutions, small arms survey, economic and market surveys, verification of the size of the DDR caseload and eligibility criteria to support the planning of a comprehensive DDR programme in x\u2019 \\n \u2018Developed options (eligibility criteria, encampment options and integration in civil administration) for force reduction process for the government of national unity\u2019 \\n \u2018Disarmed and demobilized 15,000 allied militia forces, including provided related services such as feeding, clothing, civic education, medical profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Disarmed and demobilized 5,000 members of special groups (women, disabled and veterans), including provided related services such as feeding, clothing, civic education, medical, profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Negotiated and secured the release of 14,000 (UNICEF estimate) children associated with the armed forces and groups, and facilitated their return to their families within 12 months of the mission\u2019s mandate\u2019 \\n \u2018Developed, coordinated and implemented reinsertion support at the community level for 34,000 armed individuals, as well as individuals associated with the armed forces and groups (women and children), in collaboration with the national DDR institutions, and other UN funds, programmes and agencies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2468, - "Score": 0.445823, - "Index": 2468, - "Paragraph": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.), the main or longer\u00ad term strategic objectives should be clearly defined, together with the outcomes the UN is supporting. These provide a strategic framework for organizing and anchoring relevant activities and outputs; \\n Baseline data: For each specific objective, the initial starting point should be briefly described. In the absence of hard quantitative baseline data, give a qualitative descrip\u00ad tion of the current situation. Defining the baseline is a critical part of monitoring and evaluating the performance and impact of programmes; \\n Indicative activities: For each objective, a list of indicative activities should be provided in order to give a sense of the range and kind of activities that need to be implemented so as to achieve the expected outputs and objectives. For the general results frame\u00ad work, these do not need to be complete or highly detailed, but they must be sufficient to provide a sense of the underlying strategy, scope and range of actions that will be implemented; \\n Intervals: Activities and priority outputs should be have precise time\u00adlines (preferably specific dates). For each of these dates, indicate the expected level of result that should be achieved. This should allow an overview of how each relevant component of the programme is expected to progress over time and what has to be achieved by what date; \\n Targets and monitoring indicators: For each activity there should be an observable target, objectively verifiable and useful as a monitoring indicator. These indicators will vary depending on the activity, and they do not always have to be quantitative. For example, \u2018reduction in perceptions of violence\u2019 is as useful as \u201815 percent of ex\u00adcombatants success\u00ad fully reintegrated\u2019; \\n Inputs: For each activity or output there should be an indication of inputs and their costs. General cost categories should be used to identify the essential requirements, which can include staff, infrastructure, equipment, operating expenses, service contracts, grants, consultancies, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.1. General results framework", - "Heading3": "", - "Heading4": "", - "Sentence": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1971, - "Score": 0.44475, - "Index": 1971, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2578, - "Score": 0.44475, - "Index": 2578, - "Paragraph": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned. This is contained in a report by the Secretary-General to the Security Council, which includes the findings of the technical assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.1. Report of the Secretary-General to the Security Council", - "Heading4": "", - "Sentence": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2039, - "Score": 0.441054, - "Index": 2039, - "Paragraph": "M&E is far more than periodic assessments of performance. Particularly with complex processes like DDR, with its diversity of activities and multitude of partners, M&E plays an important role in ensuring constant qual\u00adity control of activities and processes, and it also provides a mechanism for periodic evaluations of performance in order to adapt strategies and deal with the problems and bottlenecks that inevitably arise. Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process. Although strategies will differ a great deal in different contexts, key guiding questions that should be asked when designing an effec\u00ad tive framework for M&E include: \\n What objectives should an M&E strategy and framework measure? \\n What elements should go into a work plan for reporting, monitoring and evaluating performance and results? \\n What key indicators are important in such a framework? \\n What information management systems are necessary to ensure timely capture of appro\u00ad priate data and information? \\n How can the results of M&E be integrated into programme implementation and used to control quality and adapt processes?The following section discusses these and other key elements involved in the develop\u00ad ment of an M&E work plan and strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2330, - "Score": 0.436436, - "Index": 2330, - "Paragraph": "In the past, the quality, consistency and effectiveness of UN support for DDR has sufferred as a result of a number of problems, including a narrowly defined \u2018operational/logistic\u2019 approach, inadequate attention to the national and local context, and poor coordination between UN actors and other partners in the delivery of DDR support services.The IDDRS are intended to solve most of these problems. The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process. The need for an all\u00adinclusive pro\u00adgramme and implementation framework is emphasized by the lengthy time\u00adframe of DDR (which in some cases can go beyond the lifespan of a UN peacekeeping mission, necessitating close cooperation with the UN country team), the multisectoral nature of interventions, the range of sub\u00adprocesses and stakeholders, and the need to ensure close coordination with national and other DDR\u00adrelated efforts.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3038, - "Score": 0.436436, - "Index": 3038, - "Paragraph": "Another core principle in the establishment and support of national institutions is the in- clusion of all stakeholders. National ownership is both broader and deeper than central government leadership: it requires the participation of a range of state and non-state actors at national, provincial and local levels. National DDR institutions should include all parties to the conflict, as well as representa- tives of civil society and the private sector. The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Inclusivity", - "Heading3": "", - "Heading4": "", - "Sentence": "The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2172, - "Score": 0.433555, - "Index": 2172, - "Paragraph": "The primary purpose of DDR is to build the conditions for sustainable reintegration and reconciliation at the community level. Therefore, both early, adequate and sustainable funding and effective and transparent financial management arrangements are vital to the success of DDR programmes. Funding and financial management must be combined with cost-efficient and effective DDR programme strategies that both increase immediate security and contribute to the longer-term reintegration of ex-combatants. Strategies containing poorly conceived eligibility criteria, a focus on individual combatants, up-front cash incentives, weapons buy-back schemes and hastily planned re- integration programmes must be avoided. They are both a financial drain and will not help to achieve the purpose of DDR.Programme managers should be aware that the reliance on multiple sources and mechanisms for funding DDR in a peacekeeping environment has several implications: \\n First, most programmes experience a gap of about a year from the time funds are pledged at a donors\u2019 conference to the time they are received. Payment may be further delayed if there is a lack of donor confidence in the peace process or in the implemen- tation of the peace agreement; \\n Second, the peacekeeping assessed budget is a predictable and reliable source of funding, but a lack of knowledge about what can or cannot be carried out with this source of funding, lack of clarity about the budgetary process and late submissions have all lim- ited the contributions of the peacekeeping assessed budget to the full DDR programme; \\n Third, the multiple funding sources have, on occasion, resulted in poorly planned and unsynchronized resource mobilization activities and unnecessary duplication of administrative structures. This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2461, - "Score": 0.433555, - "Index": 2461, - "Paragraph": "In most cases, the development of DDR programmes happens at the same time as the devel\u00ad opment of programmes in other sectors such as rule of law, SSR, reintegration and recovery, and peace\u00adbuilding. The DDR programmes should be linked, as far as possible, to these other processes so that each process supports and strengthens the others and helps integrate DDR into the broader framework for international assistance. DDR should be viewed as a com\u00ad ponent of a larger strategy to achieve post\u00adconflict objectives and goals. Other processes to which DDR programme could be linked include JAM/PCNA activities, and the development of a common country assessment/UN development assessment framework and poverty reduction strategy paper (also see IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.7. Ensuring cross-programme links with broader transition and recovery frameworks", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR programmes should be linked, as far as possible, to these other processes so that each process supports and strengthens the others and helps integrate DDR into the broader framework for international assistance.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2493, - "Score": 0.433555, - "Index": 2493, - "Paragraph": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that make up the indicators of achievement.For an example of an RBB framework for DDR in Sudan, see Annex G; also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.4. External factors", - "Sentence": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2632, - "Score": 0.428571, - "Index": 2632, - "Paragraph": "A genuine commitment of the parties to the process is vital to the success of DDR. Commit- ment on the part of the former warring parties, as well as the government and the community at large, is essential to ensure that there is national ownership of the DDR programme. Often, the fact that parties have signed a peace agreement indicating their willingness to be dis- armed may not always represent actual intent (at all levels of the armed forces and groups) to do so. A thorough understanding of the (potentially different) levels of commitment to the DDR process will be important in determining the methods by which the international community may apply pressure or offer incentives to encourage cooperation. Different incentive (and disincentive) structures are required for senior-, middle- and lower-level members of an armed force or group. It is also important that political and military com- manders (senior- and middle-level) have sufficient command and control over their rank and file to ensure compliance with DDR provisions agreed to and included in the peace agreement.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Political will", - "Sentence": "A genuine commitment of the parties to the process is vital to the success of DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2700, - "Score": 0.428571, - "Index": 2700, - "Paragraph": "A detailed, realistic and achievable DDR implementation annex in the comprehensive peace agreement. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing technical support to the parties at the peace talks to support the development of: \\n 1. Clear and sound DDR approaches for the different identified groups, with a focus on social and economic reintegration; \\n 2. An equal emphasis on vulnerable identified groups (children, women and disabled people) in or associated with the armed forces and \\n groups; \\n 3. A detailed description of the disposition and deployment of armed forces and groups (local and foreign) to be included in the DDR programme; \\n 4. A realistic time-line for the commencement and duration of the DDR programme; \\n 5. Unified national political, policy and operational mechanisms to support the implementation of the DDR programme; \\n 6. A clear division of labour among parties (government and party x) and other implementing partners (DPKO [civilian, military]; UN agencies, funds and programmes; international financial organizations [World Bank]; and local and international NGOs).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #1", - "Heading4": "", - "Sentence": "A realistic time-line for the commencement and duration of the DDR programme; \\n 5.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3072, - "Score": 0.428571, - "Index": 3072, - "Paragraph": "Through the establishment of amnesties and transitional justice programmes, as part of the broader peace-building process, parties attempt to deal with crimes and violations in the conflict period, while promoting reconciliation and drawing a line between the period of conflict and a more peaceful future. Transitional justice processes vary widely from place to place, depending on the historical circumstances and root causes of the conflict. They try to balance justice and truth with national reconciliation, and may include amnesty provisions for those involved in political and armed struggles. Generally, truth commissions are tem- porary fact-finding bodies that investigate human rights abuses within a certain period, and they present findings and recommendations to the government. They assist post-conflict communities to establish facts about what went on during the conflict period. Some truth commissions include a reconciliation component to support dialogue between factions within the community.In addition to national efforts, international criminal tribunals may be established to prosecute and hold accountable people who committed serious crimes. While national justice systems may also wish to prosecute wrongdoers, they may not be capable of doing so, owing to lack of capacity or will.During the negotiation of peace accords and political agreements, parties may make their involvement in DDR programmes conditional on the provision of amnesties for carry- ing weapons or less serious crimes. These amnesties will generally absolve (pardon) parti- cipants who conducted a political and armed struggle, and free them from prosecution. While amnesties may be agreed for violations of national law, the UN system is obliged to uphold the principles of international law, and shall therefore not support DDR processes that do not properly deal with serious violations such as genocide, war crimes or crimes against humanity.1 However, the UN should support the establishment of transitional justice processes to properly deal with such violations. Proper links should be created with DDR and the broader SSR process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 5, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.1. Transitional justice and amnesty provisions", - "Heading4": "", - "Sentence": "Proper links should be created with DDR and the broader SSR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3115, - "Score": 0.428571, - "Index": 3115, - "Paragraph": "Given the size and sensitivities of resource allocation to large DDR operations, an independ- ent financial management, contracts and procurement unit for the national DDR programme should be established. This unit may be housed within the national DDR institution or entrusted to an international partner. A joint national\u2013international management and over- sight system may be established, particularly when donors are contributing significant funds for DDR. This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 11, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.2. Independent financial management unit", - "Heading4": "", - "Sentence": "This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2821, - "Score": 0.423405, - "Index": 2821, - "Paragraph": "Senior Military DDR Officer (Lieutenant-Colonel/Colonel)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Senior Military DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.; \\n coordinate and facilitate the use of mission forces for the potential construction or development of DDR facilities \u2014 camps, reception centres, pick\u00adup points, etc. As required, facilitate security of such locations; \\n assist in the coordination and development of DDR Unit mechanisms for receiving and recording group profile information, liaise on this subject with the military information unit; \\n liaise with military operations for the deployment of military observers in support of DDR tasks; \\n be prepared to support security sector reform linkages and activities in future mission planning; \\n undertake such other tasks as may be reasonably requested by the Force Commander and Chief of DDR Unit in relation to DDR activities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3132, - "Score": 0.423405, - "Index": 3132, - "Paragraph": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities. Flexibility and a sound analysis of local needs and contexts are the most essential requirements for designing a UN strategy in support of DDR. It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society. The UN should work to encourage genuine, effective and broad national ownership at all phases of the DDR programme, wherever possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "8. The role of international assistance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2583, - "Score": 0.422577, - "Index": 2583, - "Paragraph": "The report of the Secretary-General to the Security Council sometimes contains proposals for the mandate for peace operation. The following points should be considered when pro- viding inputs to the DDR mandate: \\n It shall be consistent with the UN approach to DDR; \\n While it is important to stress the national aspect of the DDR programme, it is also necessary to recognize the immediate need to provide capacity-building support to increase or bring about national ownership, and to recognize the political difficulties that may complicate national ownership in a transitional situation.Time-lines for planning and implementation should be realistic. The Security Council, when it establishes a multidimensional UN mission, may assign DDR responsibilities to the UN. This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited. What is important to note is that the nature of a DDR mandate, if one is given, may differ from the recommended concept of operations, for political and other reasons.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.2. Mission mandate on DDR", - "Heading4": "", - "Sentence": "This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2683, - "Score": 0.421117, - "Index": 2683, - "Paragraph": "The assessment mission should document the relative capacities of the various potential DDR partners (UN family; other international, regional and national actors) in the mission area that can play a role in implementing (or supporting the implementation of) the DDR programme.UN funds, agencies and programmes \\n UN agencies can perform certain functions needed for DDR. The resources available to the UN agencies in the country in question should be assessed and reflected in discussions at Headquarters level amongst the agencies concerned. The United Nations Development Programme may already be running a DDR programme in the mission area. This, along with support from other members of the DDR inter-agency forum, will provide the basis for the integrated DDR unit and the expansion of the DDR operation into the peacekeeping mission, if required.International and regional organizations \\n Other international organizations, such as the World Bank, and other regional actors may be involved in DDR before the arrival of the peacekeeping mission. Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme. The various NGOs contain a wide range of expertise, from child protection and gender issues to small arms, they tend to have a more intimate awareness of local culture and are an integral partner in a DDR programme of a peacekeeping mission. The assessment mission should identify the major NGOs that can work with the UN and the government, and should involve them in the planning process at the earliest opportunity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "DRR planning and implementation partners", - "Sentence": "Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2794, - "Score": 0.419314, - "Index": 2794, - "Paragraph": "Education: Advanced university degree (Masters or equivalent) in social sciences, manage\u00ad ment, economics, business administration, international development or other relevant fields. \\n Experience: Minimum of 10 years of progressively responsible professional experience in peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants, including extensive experience in working on small arms reduction programmes. Detailed knowledge of development process and post\u00adconflict related issues particularly on the DDR process. Additional experience in developing support strategies for IDPs, refugees, disaffected popu\u00ad lations, children and women in post\u00adconflict situations will be valuable. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 11, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.1: Chief, DDR Unit (D1\u2013P5)", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "Detailed knowledge of development process and post\u00adconflict related issues particularly on the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2815, - "Score": 0.419314, - "Index": 2815, - "Paragraph": "Education: Advanced university degree (Masters or equivalent) in social sciences, manage\u00ad ment, economics, business administration, international development or other relevant fields. \\n Experience: Minimum of 10 years of progressively responsible professional experience in peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants, including extensive experience in working on small arms reduction programmes. Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process. Additional experience in developing support strategies for IDPs, refugees, disaffected popu\u00ad lations, children and women in post\u00adconflict situations will be valuable. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 12, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.2: Deputy Chief, DDR Unit (P5\u2013P4)", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2838, - "Score": 0.419314, - "Index": 2838, - "Paragraph": "Education and work experience: Graduate of Military Command and Staff College. A minimum of 15 years of progressive responsibility in military command appointments, preferably to include peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants. Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2640, - "Score": 0.417392, - "Index": 2640, - "Paragraph": "An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Inclusive national framework", - "Sentence": "However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2338, - "Score": 0.414039, - "Index": 2338, - "Paragraph": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing. The scope and depth of this detailed field assessment will depend on the amount of information gathered in previous assessments, such as the technical assessment mission. The current political and military situation in the country concerned and the amount of access possible to areas where combatants are located should also be carefully considered; \\n Thematic areas of focus: The detailed field assessment should deepen understanding, analysis and assessments conducted in the pre\u00admission period. It therefore builds on information gathered on the following thematic areas: \\n\\n political, social and economic context and background; \\n\\n causes, dynamics and consequences of the armed conflict; \\n\\n identification of specific groups, potential partners and others involved in the discussion process; \\n\\n distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n institutional capacities of national stakeholders in areas related to DDR; \\n\\n survey of socio\u00adeconomic conditions and local capacities to absorb ex\u00adcombatants and their dependants; \\n\\n preconditions and other factors that will influence DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation. \\n\\n (Also see Annex B of IDDRS 3.10 on Integrated DDR Planning: Processes and Structures.); \\n Expertise: The next step is to identify the DDR expertise required. Assessment teams should be composed of specialists in all aspects of DDR (see IDDRS Level 5 for more information on the different needs that have to be met during a DDR mission). To ensure coherence with the political process and overall objectives of the peacekeeping mandate, the assessment should be led by a member of the UN DDR unit; \\n Local participation: Where the political situation allows, national and local participation in the assessment should be emphasized to ensure that local analyses of the situation, the needs and appropriate solutions are reflected and included in the DDR pro\u00ad gramme. There is a need, however, to be aware of local bias, especially in the tense immediate post\u00adconflict environment; \\n Building confidence and managing expectations: Where possible, detailed field assessments should be linked with preparatory assistance projects and initiatives (e.g., community development programmes and quick\u00adimpact projects) to build confidence in and support for the DDR programme. Care must be taken, however, not to raise unrealistic expec\u00ad tations of the DDR programme; \\n Design of the field assessment: Before starting the assessment, DDR practitioners should: \\n\\n identify the research objectives and indicators (what are we assessing?); \\n\\n identify the sources and methods for data collection (where are we going to obtain our information?); \\n\\n develop appropriate analytical tools and techniques (how are we going to make sense of our data?); \\n\\n develop a method for interpreting the findings in a practical way (how are we going to apply the results?); \\n Being flexible: Thinking about and answering these questions are essential to developing a well\u00addesigned approach and work plan that allows for a systematic and well\u00adstructured data collection process. Naturally, the approach will change once data collection begins in the field, but this should not in any way reduce its importance as an initial guiding blueprint.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 4, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.2. Planning for an assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2337, - "Score": 0.409514, - "Index": 2337, - "Paragraph": "A detailed field assessment builds on assessments and planning for DDR that have been carried out in the pre\u00adplanning and technical assessment stages of the planning process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.1. Objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2466, - "Score": 0.409514, - "Index": 2466, - "Paragraph": "A key part of programme design is the development of a logical framework that clearly defines the hierarchy of outputs, activities and inputs necessary to achieve the objectives and outcomes that are being aimed at. In line with the shift towards results\u00adbased pro\u00ad gramming, such logical frameworks should focus on determining how to achieve the planned outcomes within the time that has been made available. This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process. Naturally, the two are complementary and should con\u00ad tain common elements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2733, - "Score": 0.407718, - "Index": 2733, - "Paragraph": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2771, - "Score": 0.404882, - "Index": 2771, - "Paragraph": "Below is a list of appointments for which generic job descriptions are available; these can be found in the annexes as shown. \\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.3. Generic job descriptions", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2457, - "Score": 0.404061, - "Index": 2457, - "Paragraph": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component. These may be annexed to the original programme document or developed as separate documents. Each strategy should include the following: \\n the objective of the component; \\n the strategic approach and methods adopted for its implementation; \\n an explanation of how key issues and considerations will be dealt with; \\n an overview of the implementation process and key activities necessary to achieve the objective.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.6. DDR strategies", - "Heading3": "", - "Heading4": "", - "Sentence": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2573, - "Score": 0.40389, - "Index": 2573, - "Paragraph": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements. The early identification of potential entry points and strategic options for UN support is essential to ensuring the UN\u2019s capacity to respond efficiently and effectively. Integrated preparatory activities and pre-mission planning are vital to the delivery of that capacity. While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning department and key operational agencies of the UN country team. Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible. These surveys and assessments include: conflict assess- ment; combatant needs assessments; the identification of reintegration opportunities; and labour and goods markets assessments; \\n assessing the in-country DDR planning and delivery capacity to support any DDR programme that might be set up (both UN and national institutional capacities); \\n contacting key donors and other international stakeholders on DDR issues with the aim of defining priorities and methods for information sharing and collaboration; \\n the early identification of potential key DDR personnel for the integrated DDR unit.Once the UN Security Council has requested the UN Secretary-General to present options for possible further UN involvement in supporting peacekeeping and peace-building in a particular country, planning enters a second stage, focusing on an initial technical assess- ment of the UN role and the preparation of a concept of operations for submission to the Security Council.In most cases, this process will be initiated through a multidimensional technical assess- ment mission fielded by the Secretary-General to develop the UN strategy in a conflict area. In this context, DDR is only one of several components such as political affairs, elections, public information, humanitarian assistance, military, security, civilian police, human rights, rule of law, gender equality, child protection, food security, HIV/AIDS and other health matters, cross-border issues, reconstruction, governance, finance and logistic support.These multidisciplinary technical assessment missions shall integrate inputs from all relevant UN entities (in particular the UN country team), resulting in a joint UN concept of operations. Initial assessments by country-level agencies, together with pre-existing efforts or initiatives, should be used to provide information on which to base the technical assessment for DDR, which itself should be closely linked with other inter-agency processes established to assess immediate post-conflict needs.A well-prepared and well-conducted technical assessment should focus on: \\n the conditions and requirements for DDR; its relation to a peace agreement; \\n an assessment of national capacities; \\n the identification of options for UN support, including strategic objectives and the UN\u2019s operational role; \\n the role of DDR within the broader UN peace-building and mission strategy; \\n the role of UN support in relation to that of other national and international stakeholders.This initial technical assessment should be used as a basis for a more in-depth assessment required for programme design (also see IDDRS 3.20 on DDR Programme Design). The results of this assessment should provide inputs to the Secretary-General\u2019s report and any Security Council resolutions and mission mandates that follow (see Annex B for a reference guide on conducting a DDR assessment mission).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 5, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2674, - "Score": 0.402911, - "Index": 2674, - "Paragraph": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme. In consultation with the parties and other implementing partners on the ground, the assessment mission should develop a detailed picture of: \\n WHO will be disarmed, demobilized and reintegrated; \\n WHAT weapons are to be collected, destroyed and disposed of; \\n WHERE in the country the identified groups are situated, and where those being dis- armed and demobilized will be resettled or repatriated to; \\n WHEN DDR will (or can) take place, and in what sequence for which identified groups, including the priority of action for the different identified groups.It is often difficult to get this information from the former warring parties. Therefore, the UN should find other, independent sources, such as Member States or local or regional agencies, in order to acquire information. Community-based organizations are a particularly useful source of information on armed groups.Potential targets for disarmament include government armed forces, opposition armed groups, civil defence forces, irregular armed groups and armed individuals. These generally include: \\n male and female combatants, and those associated with the fighting groups, such as those performing support roles (voluntarily or because they have been forced to) or who have been abducted; \\n child (boys and girls) soldiers, and those associated with the armed forces and groups; \\n foreign combatants; \\n dependants of combatants.The end product of this part of the assessment of the armed forces and groups should be a detailed listing of the key features of the armed forces/groups.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Defining specific groups for DDR", - "Sentence": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2738, - "Score": 0.402911, - "Index": 2738, - "Paragraph": "The aim of establishing an integrated unit is to ensure joint planning and coordination, and effective and efficient decentralized implementation. The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3094, - "Score": 0.400892, - "Index": 3094, - "Paragraph": "A national DDR policy body representing key national and international stakeholders should be set up under a government or transitional authority established through peace accords, or under the authority of the president or prime minister. This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.1. National DDR commission", - "Heading4": "", - "Sentence": "This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2221, - "Score": 0.394055, - "Index": 2221, - "Paragraph": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 13, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.1. The World Bank\u2019s Multi-Country Demobilization and Reintegration Programme (MDRP)", - "Heading3": "", - "Heading4": "", - "Sentence": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2226, - "Score": 0.394055, - "Index": 2226, - "Paragraph": "For some activities in a DDR programme, certain UN agencies might be in a position to provide in-kind contributions, particularly when these activities correspond to or consist of priorities and goals in their general programming and assistance strategy. Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization. The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR. Traditional types of in-kind contributions include: \\n security and protection services (military) \u2014 mainly outside of DDR in peacekeeping missions; \\n construction of basic infrastructure; \\n logistics and transport; \\n food assistance to ex-combatants and dependants; \\n child-specific assistance; \\n shelter, clothes and other basic subsistence needs; \\n health assistance; \\n HIV/AIDS screening and testing; \\n public information services; \\n counselling; \\n employment creation in existing development projects.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.3. Agency in-kind contributions", - "Heading3": "", - "Heading4": "", - "Sentence": "The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2412, - "Score": 0.394055, - "Index": 2412, - "Paragraph": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented. This section is essential in order to: \\n explain how the multiple components of DDR will be designed to reflect realities and needs, thus ensuring efficiency, effectiveness and sustainability of the overall approach; \\n explain how the targets for assisting DDR participants and beneficiaries (number of ex\u00adcombatants assisted, etc.) will be met; \\n explain how the various components and activities of DDR will be divided into phases and sequenced (planned over time) within the programme time\u00adframe; \\n identify issues that are critical to the implementation of the overall programme and provide information on how they will be dealt with.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2439, - "Score": 0.394055, - "Index": 2439, - "Paragraph": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities. In a country with a strong national capacity to implement DDR, the UN\u2019s operational role (i.e. the extent to which it is involved in directly implementing DDR activities) should be focused more on ensuring adequate coordination than on direct imple\u00ad mentation activities. In a country with weak national implementing capacity, the UN\u2019s role in implementation should be broader and more operational.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.3. Operational role", - "Sentence": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2448, - "Score": 0.394055, - "Index": 2448, - "Paragraph": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes. Moreover, there may also be risks or stigma attached to obeying such orders (i.e., fear of reprisals), which discour\u00ad ages people from taking part in the programme. In such cases, incentive schemes, e.g., the offering of individual or collective benefits, may be used to overcome the combatants\u2019 concerns and encourage participation. It is important also to note that awareness\u00adraising and public information on the DDR pro\u00adgramme can also help towards overcoming combatants\u2019 concerns about entering a DDR programme.Incentives may be directly linked to the disarmament, demobilization or reintegration components of DDR, although care should be taken to avoid the perception of \u2018cash for weapons\u2019 or weapons buy\u00adback programmes when these are linked to the disarmament component. If used, incentives should be taken into consideration in the design of the overall programme strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.5. Incentive schemes", - "Sentence": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2609, - "Score": 0.388922, - "Index": 2609, - "Paragraph": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations. The DSRSG should chair such a steering group. The steering group should include, at the very least, the DSRSG (political/rule of law), force commander, police commissioner, chief of civil affairs, chief of political affairs, chief of public information, chief of administration and chief of the DDR unit.Given the central role played by the UN country team and Resident Coordinator in coordinating UN activities in the field both before and after peace operations, as well as its continued role after peace operations have come to an end, the UN country team should retain strategic oversight of and responsibility, together with the mission, for putting the integrated DDR approach into operation at the field level.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.2. Mission DDR steering group", - "Heading4": "", - "Sentence": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2862, - "Score": 0.387699, - "Index": 2862, - "Paragraph": "DDR Field Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within the limits of delegated authority and under the supervision of the Regional DDR Officer, the DDR Field Officer (UNV) is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 16, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.5: DDR Field Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3042, - "Score": 0.385758, - "Index": 3042, - "Paragraph": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself. All stakeholders should agree to the establishment of the mandate and legal framework (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2753, - "Score": 0.383326, - "Index": 2753, - "Paragraph": "DPKO and UNDP are in the process of developing an MoU on the establishment of an integrated DDR unit in a peacekeeping mission. For the time being, the following principles shall guide the establishment of the integrated DDR unit: \\n Joint management of the DDR unit: The chief of the DDR unit shall come from the peace\u00ad keeping mission. His/Her post shall be funded from the peacekeeping assessed budget. The deputy chief of the integrated DDR unit shall be seconded from UNDP, although the peacekeeping mission will provide him/her with administrative and logistic support for him/her to perform his/her function as deputy chief of the DDR unit. Such integration allows the DDR unit to use the particular skills of both the mission and the country office, maximizing existing local knowledge and ensuring a smooth transition on DDR\u00adrelated issues when the mandate of the peacekeeping mission ends; \\n Administrative and finance cell from UNDP: UNDP shall second a small administrative and finance cell from its country office to support the programme delivery aspects of the DDR component. The principles of secondment use for the deputy chief of the DDR unit shall apply; \\n Secondment of staff from other UN entities: In order to maximize coherence and coordina\u00ad tion on DDR between missions and UN agencies, staff members from other agencies may be seconded to specific posts in the integrated DDR unit. Use of this method ensures the active engagement and participation of UN agencies in strategic policy decisions and coordination of UN DDR activities (including both mission operational support and programme implementation). The integration and co\u00adlocation of UN agency staff in this structure are essential, given the complex and highly operational nature of DDR. Decisions on secondment shall be made at the earliest stages of planning to ensure that the proper budgetary support is secure to support the integrated DDR unit and the seconded personnel; \\n Project support units: Core UN agency staff seconded to the integrated DDR unit may be complemented by additional project support staff located in project support units (PSUs) in order to provide capacity (programme, monitoring, operations, finance) for implementing key elements of UN assistance within the national planning and pro\u00ad gramme framework for DDR. The PSU will also be responsible for ensuring links and coordination with other agency programme areas (particularly in rule of law and security sector reform). Additional PSUs managed by other UN agencies can also be established, depending on the implementation/operational role attributed to them; \\n Links with other parts of the peacekeeping mission: The integrated DDR unit shall be closely linked with other parts of the peacekeeping mission, in particular the military and the police, to ensure a \u2018joined\u00adup\u2019 approach to the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.2. Principles of integration .", - "Heading3": "", - "Heading4": "", - "Sentence": "For the time being, the following principles shall guide the establishment of the integrated DDR unit: \\n Joint management of the DDR unit: The chief of the DDR unit shall come from the peace\u00ad keeping mission.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2255, - "Score": 0.379869, - "Index": 2255, - "Paragraph": "Given the complexity and scope of DDR interventions, as well as the range of stakeholders involved, parallel initiatives, both UN and non-UN, are inevitable. Links shall be created between the national and UN DDR frameworks to ensure that these do not duplicate or otherwise affect overall coherence. The basic requirement of good coordination between integrated and parallel processes is an agreement on common strategic, planning and policy frameworks, which should be based on national policy priorities, if they exist. Structurally, stakeholders involved in parallel initiatives should participate on the steering and coordi- nation committees of the DDR funding structure, even though the actual administration and management of funds takes place outside this framework. This will avoid duplication of efforts and ensure a link to operational coordination, and enable the development of an aggregated/consolidated overall budget and work plan for DDR. Normal parallel funding mechanisms include the following: \\n Mission financing: Although the UN peacekeeping mission is a key component of the overall UN integrated structure for DDR, its main funding mechanism (assessed contri- butions) is managed directly by the mission itself in coordination with DPKO Head- quarters, and cannot be integrated fully into the DDR funding structure. For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.) might choose to finance programmes that are parallel to integrated efforts, and which are directly implemented by national or sub-national partners. In this context, it is important to ensure that these donors are active participants in DDR and the funding structures involved, and to ensure adequate operational coordination (particularly to ensure that the intended geographic areas and beneficiaries are covered by the programme).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.4. Linking parallel funding mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.)", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2071, - "Score": 0.377964, - "Index": 2071, - "Paragraph": "The balanced scorecard is a useful tool for capturing key indicators for M&E activities. It lists the main indicators used to measure progress in the implementation of different pro\u00ad gramme components, as well as overall effectiveness. Annex B provides an example of a balanced scorecard used in the Afghanistan DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 6, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4. Development of M&E indicators", - "Heading3": "5.4.1. Balanced scorecards", - "Heading4": "", - "Sentence": "Annex B provides an example of a balanced scorecard used in the Afghanistan DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2241, - "Score": 0.377964, - "Index": 2241, - "Paragraph": "The establishment of a financial and management structure for funding DDR should clearly reflect the primacy of national ownership and responsibility, the extent of direct national implementation and fund management, and the nature of UN support. In this sense, a DDR funding structure should not be exclusively oriented towards UN management and imple- mentation, but rather be planned as an \u2018open\u2019 architecture to enable national and other international actors to meaningfully participate in the DDR process. As a part of the process of ensuring national participation, meaningful national ownership should be reflected in the leadership role that national stakeholders should play in the coordination mechanisms established within the overall financial and management structure.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.1. National role and coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "In this sense, a DDR funding structure should not be exclusively oriented towards UN management and imple- mentation, but rather be planned as an \u2018open\u2019 architecture to enable national and other international actors to meaningfully participate in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2668, - "Score": 0.377964, - "Index": 2668, - "Paragraph": "The weapons control framework is another key element that affects a DDR programme. Constitutional and legislative guarantees for weapons ownership, the import/export of small arms, and the regulation of the national gun industry and private security firms must be considered in terms of how they support or limit the effective implementation of a DDR programme. Equally important are the national administrative infrastructure and enforcement capacity to implement the weapons control framework.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Weapons control framework", - "Sentence": "The weapons control framework is another key element that affects a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3109, - "Score": 0.377964, - "Index": 3109, - "Paragraph": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR. The organization of a JIU will vary depending on the priorities and implementation methods of particular national DDR programmes. It should be organ- ized by a functional unit that is designed to integrate the sectors and cross-cutting compo- nents of a national DDR programme, which may include: \\n disarmament and demobilization; reintegration; \\n child protection, youth, gender, cross-border, food, health and HIV/AIDS advisers; \\n public information and community sensitization; \\n monitoring and evaluation.Other functional units may be established according to the design and needs of parti- cular DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.1. Joint implementation unit", - "Heading4": "", - "Sentence": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3127, - "Score": 0.377964, - "Index": 3127, - "Paragraph": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way. It is important to ensure coordination at the following points: \\n in national DDR programme development; \\n in the development of DDR programmes of UN mission and agencies; \\n in technical coordination with bilateral partners and NGOs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.2. Planning and technical levels", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2075, - "Score": 0.372822, - "Index": 2075, - "Paragraph": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems. These indicators should aim to measure performance in terms of outcomes and outputs, effectiveness in achieving programme objec\u00ad tives, and the efficiency of the performance by which outcomes and outputs are achieved (i.e., in relation to inputs). (See IDDRS 5.10 on Women, Gender and DDR, Annex D, sec. 4 for gender\u00adrelated and female\u00adspecific monitoring and evaluation indicators.) These indica\u00ad tors can be divided to address the main components of DDR, as follows:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "6.2. Monitoring indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1987, - "Score": 0.366679, - "Index": 1987, - "Paragraph": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field. The aim of this integrated unit is to facilitate joint planning to ensure the effective and efficient decentralization of the many DDR tasks (also see IDDRS 3.42 on Personnel and Staffing).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "5. DDR lOgistic requirements", - "Heading2": "5.3. Personnel", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2777, - "Score": 0.366679, - "Index": 2777, - "Paragraph": "DDR training courses may be found on the UN DDR Resource Centre Web site: http:// www.unddr.org.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 7, - "Heading1": "7. DDR training strategy", - "Heading2": "7.1. Current DDR training courses .", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR training courses may be found on the UN DDR Resource Centre Web site: http:// www.unddr.org.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2431, - "Score": 0.363696, - "Index": 2431, - "Paragraph": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place). These figures determine the complexity, size and resource requirements for the programme, and must be estimated at the programme design stage.The extent to which a DDR programme directly includes activities that formally belong to other sectors determines its scope or extent (i.e., exactly how much it is going to try and achieve). In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration. Today, most DDR programmes include or take account of activities relating to SSR (such as weapons control and regulation), peace\u00adbuilding and reconciliation, and community recovery and reconstruction (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.1. Scale and scope", - "Sentence": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2406, - "Score": 0.360041, - "Index": 2406, - "Paragraph": "The guiding principles specify those factors, considerations and assumptions that are con\u00ad sidered important for a DDR programme\u2019s overall viability, effectiveness and sustainability. These guiding principles must be taken into account when developing the strategic approach and activities. Universal (general) principles (see IDDRS 2.10 on the UN Approach to DDR) can be included, but principles that are specific to the operating context and associated requirements should receive priority. Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.3. Guiding principles", - "Heading3": "", - "Heading4": "", - "Sentence": "Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2417, - "Score": 0.358569, - "Index": 2417, - "Paragraph": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented. In other words, although the end objective may be similar, DDR varies from country to country. Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out. Important issues that will guide this are, for example, the nature and organization of armed forces and groups, the socio\u00adeconomic context and national capacities. These need to be defined within the overall strategic approach explaining how DDR is to be put into practice, and how its components will be sequenced and implemented (also see IDDRS 2.10 on the UN Approach to DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "", - "Sentence": "Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2427, - "Score": 0.358569, - "Index": 2427, - "Paragraph": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up. The overall strategy should usually be developed on the basis of operational objectives and targets broken down by time period or programme phase. This enables practitioners to see in broad terms how DDR will be implemented, plan the allocation of resources and other requirements, and coordinate among themselves.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 15, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.2. Sequencing and phasing of DDR", - "Sentence": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2453, - "Score": 0.358569, - "Index": 2453, - "Paragraph": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme. Baseline data and indicators are only useful, however, if their collec\u00ad tion, distribution, analysis and use are systematically managed. DDR programmes should have a good monitoring and information system that is integrated with the entire DDR programme, allowing for information collected in one component to be available in another, and for easy cross\u00adreferencing of information. The early establishment of an information management strategy as part of the overall programme design will ensure that an appro\u00ad priate monitoring and evaluation system can be developed once the programme is finalized (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.6. Monitoring and evaluation", - "Sentence": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3089, - "Score": 0.358569, - "Index": 3089, - "Paragraph": "Integration is not only a principle for UN support to DDR, but also for the establishment of national institutions. The form of national institutions should reflect the security, economic and social dimensions of the DDR process. To achieve this, national institutions should include broad representation across a number of government ministries. Although the composition of national institutions for DDR will vary according to the particular govern- ment structures of different countries, the following institutions are generally represented at the level of policy and planning of national DDR institutions: \\n the executive (the presidency and/or prime minister\u2019s office); \\n the ministries of defence and interior (national security); \\n the ministries of planning and finance; \\n the ministries of labour, employment and industry; \\n the ministries of agriculture and natural resources; \\n the ministries of social welfare, status of women and protection of children; \\n human rights and national reconciliation agencies; \\n electoral authorities.As well as representation of the various agencies and ministries of government, it is important to include representatives of civil society and the private sector in DDR policy and strategic coordination mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.1. Integrated approach", - "Heading3": "", - "Heading4": "", - "Sentence": "The form of national institutions should reflect the security, economic and social dimensions of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2103, - "Score": 0.357143, - "Index": 2103, - "Paragraph": "In general, evaluations should be carried out at key points in the programme implementation cycle in order to achieve related yet distinct objectives. Four main categories or types of evaluations can be identified: \\n Formative internal evaluations are primarily conducted in the early phase of programme implementation in order to assess early hypotheses and working assumptions, analyse outcomes from pilot interventions and activities, or verify the viability or relevance of a strategy or set of intended outputs. Such evaluations are valuable mechanisms that allow implementation strategies to be corrected early on in the programme implemen\u00ad tation process by identifying potential problems. This type of evaluation is particularly important for DDR processes, given their complex strategic arrangements and the many different sub\u00adprocesses involved. Most formative internal evaluations can be carried out internally by the M&E officer or unit within a DDR section; \\n Mid-term evaluations are similar to formative internal evaluations, but are usually more comprehensive and strategic in their scope and focus, as opposed to the more diag\u00ad nostic function of the formative type. Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context. Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals. Terminal evaluations usually also try to answer a number of key questions regarding the overall strategic approach and focus of the programme, mainly its relevance, efficiency, sustainability and effectiveness; \\n Ex-post evaluations are usually carried out some time (usually several years) after the end of a DDR programme in order to evaluate the long\u00adterm effectiveness of the programme, mainly the sustainability of its activities and positive outcomes (e.g., the extent to which ex\u00adcombatants remain productively engaged in alternatives to violence or mili\u00ad tary activity) or its direct and indirect impacts on security conditions, prospects for peace\u00adbuilding, and consequences for economic productivity and development. Ex\u00adpost evaluations of DDR programmes can also form part of larger impact evaluations to assess the overall effectiveness of a post\u00adconflict recovery strategy. Both terminal and ex\u00adpost evaluations are valuable mechanisms for identifying key lessons learned and best practice for further policy development and the design of future DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 10, - "Heading1": "7. Evaluations", - "Heading2": "7.2. Timing and objectives of evaluations", - "Heading3": "", - "Heading4": "", - "Sentence": "Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2548, - "Score": 0.354169, - "Index": 2548, - "Paragraph": "The ability of the UN to comprehensively and collectively plan its joint response to crisis has evolved considerably over the last decade. Nonetheless, the expansion of complex peacemaking, peacekeeping, humanitarian and peace-building tasks in complex internal conflicts, which often have regional repercussions, continues to demand an even earlier, closer and more structured process of planning among UN entities and partners.Meeting this demand for more structured planning is essential to delivering better DDR programmes, because DDR is a multisectoral, multi-stakeholder and multi-phase process requiring coordination and adequate links among various post-conflict planning mechanisms. The implementation of DDR programmes often requires difficult compromises and trade-offs among various political, security and development considerations. It also relies very much on establishing an appropriate balance between international involvement and national ownership.DDR programmes have a better chance of success when the DDR planning process starts early (preferably from the beginning of the peace process), builds on the accumulated experience and expertise of local actors, is based on a solid understanding of the conflict (causes, perpetrators, etc.), and deliberately encourages greater unity of effort among UN agencies and their community of partners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It also relies very much on establishing an appropriate balance between international involvement and national ownership.DDR programmes have a better chance of success when the DDR planning process starts early (preferably from the beginning of the peace process), builds on the accumulated experience and expertise of local actors, is based on a solid understanding of the conflict (causes, perpetrators, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2278, - "Score": 0.353553, - "Index": 2278, - "Paragraph": "A trust fund is a mechanism used to receive and manage donor funds to achieve a broad aim as opposed to carrying out a specific project. As such, it is established as a separate accounting entity with a designated trust fund manager (an AA, in this case), as well as a governance structure that decides on the allocation of received funding, and is responsible for monitoring and evaluating how funds have been used. When located within an overall funding structure, these structures would be linked or merged with the coordination com- mittee and its respective subsidiary organs. In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).A trust fund is a mechanism used to receive and manage donor funds to achieve a broad aim as opposed to carrying out a specific project. As such, it is established as a separate accounting entity with a designated trust fund manager (an AA, in this case), as well as a governance structure that decides on the allocation of received funding, and is responsible for monitoring and evaluating how funds have been used. When located within an overall funding structure, these structures would be linked or merged with the coordination com- mittee and its respective subsidiary organs. In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.4.Trust funds", - "Heading4": "", - "Sentence": "In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2693, - "Score": 0.347183, - "Index": 2693, - "Paragraph": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "The structure and content of the joint assessment repor", - "Sentence": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1982, - "Score": 0.345033, - "Index": 1982, - "Paragraph": "The effectiveness and responsiveness of a DDR programme relies on the administrative, logistic and financial support it gets from the peacekeeping mission, United Nations (UN) agencies, funds and programmes. DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2174, - "Score": 0.345033, - "Index": 2174, - "Paragraph": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes. The planning process to develop the integrated plan should include the relevant national stakeholders, UN partners, implementing local and international partners (wherever pos- sible), donors and other actors such as the World Bank. The integrated DDR plan shall also define programme and resource management arrangements, and the roles and responsi- bilities of key national and international stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. Integrated DDR plan", - "Heading3": "", - "Heading4": "", - "Sentence": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2627, - "Score": 0.344447, - "Index": 2627, - "Paragraph": "In most post-conflict situations, a peace agreement provides the legal framework for the implementation of a DDR programme. Many of the terms and conditions of the DDR pro- gramme should be specified in the peace agreement: who is to be disarmed; by whom; the time schedule for disarmament; the nature of the programme (disengagement, cantonment, type of reintegration assistance); and institutional arrangements (national and international) to guide and implement the programme.The assessment mission should decide whether the agreed terms and conditions con- tained in the legal framework are sufficient or realistic enough to allow successful imple- mentation of the DDR programme. If an assessment mission is carried out before any legal framework has been established, efforts should be made to ensure that there is clarity and agreement on the key DDR issues. Much of the required information may not be contained within the peace agreement. Therefore, the joint assessment mission is an important tool to gather more information in order to structure a UN approach to support the mission DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Legal framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Many of the terms and conditions of the DDR pro- gramme should be specified in the peace agreement: who is to be disarmed; by whom; the time schedule for disarmament; the nature of the programme (disengagement, cantonment, type of reintegration assistance); and institutional arrangements (national and international) to guide and implement the programme.The assessment mission should decide whether the agreed terms and conditions con- tained in the legal framework are sufficient or realistic enough to allow successful imple- mentation of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2410, - "Score": 0.341882, - "Index": 2410, - "Paragraph": "This section defines the issues that must be dealt with or included in the design of the DDR programme in order to ensure its effectiveness and viability. These include preconditions (i.e., those factors that must be dealt with or be in place before DDR implementation starts), as well as foundations (i.e., those aspects or factors that must provide the basis for planning and implementing DDR). In general, preconditions and foundations can be divided into those that are vital for the overall viability of DDR and those that can influence the overall efficiency, effectiveness and relevance of the process (but which are not vital in determining whether DDR is possible or not).Example: Preconditions and foundations for DDR in Liberia \\n A government\u00addriven process of post\u00adconflict reconciliation is developed and imple\u00ad mented in order to shape and define the framework for post\u00adconflict rehabilitation and reintegration measures; \\n A National Transitional Government is established to run the affairs of the country up until 2006, when a democratically elected government will take office; \\n Comprehensive measures to stem and control the influx and possible recycling of weapons by all armed forces and groups and their regional network of contacts are put in place; \\n The process of disbandment of armed groups and restructuring of the Liberian security forces is organized and begun; \\n A comprehensive national recovery programme and a programme for community reconstruction, rehabilitation and reintegration are simultaneously developed and implemented by the government, the United Nations Development Programme (UNDP) and other UN agencies as a strategy of pre\u00adpositioning and providing assistance to all war\u00adaffected communities, refugees and internally displaced persons (IDPs). This programme will provide the essential drive and broader framework for the post\u00adwar recovery effort; \\n Other complementary political provisions in the peace agreement are initiated and implemented in support of the overall peace process; \\n A complementary community arms collection programme, supported with legislative process outlawing the possession of arms in Liberia, would be started and enforced following the completion of formal disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.4. Preconditions and foundations for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, preconditions and foundations can be divided into those that are vital for the overall viability of DDR and those that can influence the overall efficiency, effectiveness and relevance of the process (but which are not vital in determining whether DDR is possible or not).Example: Preconditions and foundations for DDR in Liberia \\n A government\u00addriven process of post\u00adconflict reconciliation is developed and imple\u00ad mented in order to shape and define the framework for post\u00adconflict rehabilitation and reintegration measures; \\n A National Transitional Government is established to run the affairs of the country up until 2006, when a democratically elected government will take office; \\n Comprehensive measures to stem and control the influx and possible recycling of weapons by all armed forces and groups and their regional network of contacts are put in place; \\n The process of disbandment of armed groups and restructuring of the Liberian security forces is organized and begun; \\n A comprehensive national recovery programme and a programme for community reconstruction, rehabilitation and reintegration are simultaneously developed and implemented by the government, the United Nations Development Programme (UNDP) and other UN agencies as a strategy of pre\u00adpositioning and providing assistance to all war\u00adaffected communities, refugees and internally displaced persons (IDPs).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3040, - "Score": 0.341882, - "Index": 3040, - "Paragraph": "Accountability and transparency are important principles for all national institutions. DDR institutions should adopt and encourage/support these values in order to: \\n build confidence among the parties to the DDR process; \\n establish the legitimacy of the process with the general population and local commu- nities; \\n ensure continued financial and technical support from international actors.Accountability mechanisms should be established for the monitoring, oversight and evaluation of processes through both internal and external review. Transparency should be also supported through a broad communications strategy that raises awareness of the prin- ciples and details of the programme (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). ", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Accountability and transparency", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR institutions should adopt and encourage/support these values in order to: \\n build confidence among the parties to the DDR process; \\n establish the legitimacy of the process with the general population and local commu- nities; \\n ensure continued financial and technical support from international actors.Accountability mechanisms should be established for the monitoring, oversight and evaluation of processes through both internal and external review.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2093, - "Score": 0.338062, - "Index": 2093, - "Paragraph": "The scope or extent of an evaluation, which determines the range and type of indicators or factors that will be measured and analysed, should be directly linked to the objectives and purpose of the evaluation process, and how its results, conclusions and proposals will be used. In general, the scope of an evaluation varies between evaluations that focus primarily on \u2018impacts\u2019 and those that focus on broader \u2018outcomes\u2019: \\n Outcome evaluations: These focus on examining how a set of related projects, programmes and strategies brought about an anticipated outcome. DDR programmes, for instance, contribute to the consolidation of peace and security, but they are not the sole pro\u00ad gramme or factor that explains progress in achieving (or not achieving) this outcome, owing to the role of other programmes (SSR, police training, peace\u00adbuilding activities, etc.). Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome. In this regard, outcome evaluations are primarily designed for broad comparative or strategic policy purposes. Example of an objective: \u201cto contribute to the consolidation of peace, national security, reconciliation and development through the disarmament, demobilization and reintegration of ex\u00adcombatants into civil society\u201d; \\n Impact evaluations: These focus on the overall, longer\u00adterm impact, whether intended or unintended, of a programme. Impact evaluations can focus on the direct impacts of a DDR programme \u2014 e.g., its ability to successfully demobilize entire armies and decrease the potential for a return to conflict \u2014 and its indirect impact in helping to increase economic productivity at the local level, or in attracting ex\u00adcombatants from neighbouring countries where other conflicts are occurring. An example of an objective of a DDR programme is: \u201cto facilitate the development and environment in which ex\u00ad combatants are able to be disarmed, demobilized and reintegrated into their communities of choice and have access to social and economic reintegration opportunities\u201d.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "7. Evaluations", - "Heading2": "7.1. Establishing evaluation scope", - "Heading3": "", - "Heading4": "", - "Sentence": "Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2400, - "Score": 0.329914, - "Index": 2400, - "Paragraph": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector. While generic (general) objectives exist, they should be adapted to the realities and needs of each context. The set of general and specific objectives outlined in this section make up the overall framework for the DDR programme.Example: Objectives of the national DDR programme in the Democratic Republic of the Congo (DRC) \\n General objective: Contribute to the consolidation of peace, national reconciliation and the socio\u00adeconomic reconstruction of the country, as well as regional stability.Specific objectives: \\n Disarm combatants belonging to the armed groups and forces that will not be integrated into the DRC armed forces or in the police, as foreseen in the DRC peace accords; \\n Demobilize the military elements and armed groups not eligible for integration into the DRC armed forces; \\n Reintegrate demobilized elements into social and economic life within the framework of community productive systems.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.2. DDR programme objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2430, - "Score": 0.329914, - "Index": 2430, - "Paragraph": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "", - "Sentence": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3023, - "Score": 0.328976, - "Index": 3023, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201dThe term \u2018a national framework for DDR\u2019 describes the political, legal, programmatic/ policy and institutional framework, resources and capacities established to structure and guide national engagement with a DDR process. The implementation of DDR requires mul- tiple stakeholders; therefore, participants in the establishment and implementation of a national DDR framework include not only the government, but also all parties to the peace agreement, civil society, and all other national and local stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201dThe term \u2018a national framework for DDR\u2019 describes the political, legal, programmatic/ policy and institutional framework, resources and capacities established to structure and guide national engagement with a DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2952, - "Score": 0.328451, - "Index": 2952, - "Paragraph": "DDR Field Coordination Officer (National)Under the overall supervision of the Chief of DDR Unit and working closely with the DDR Officer, the Field Coordination Officer carries out the work, information feedback and coordination of field rehabilitation and reintegration activities. The Field Coordination Officer will improve field supervision, sensitization, monitoring and evaluation mechanisms. He/she will also assist in strengthening the working relationships of DDR staff with other peacekeeping mission substantive sections in the field. He/she will also endeavour to strengthen, coordination and collaboration with government offices, the national commis\u00ad sion on DDR (NCDDR), international NGOs, NGOs (implementing partners) and other UN agencies working on reintegration in order to unify reintegration activities. The Field Coordination Officer will liaise closely with the DDR Officer/Reintegration Officer and undertake the following duties: \\n assist and advise DDR Unit in areas within his/her remit; \\n provide direction and support to field staff and activities; \\n carry out monitoring, risk assessment and reporting in relation to the environment and practices that bear on the security of staff in the field (physical security, accommo\u00ad dation, programme fiscal and procurement practices, transport and communications); \\n support the efficient implementation of all DDR coordination projects; \\n develop and sustain optimal information feedback, in both directions, between the field and Headquarters; \\n support the DDR Unit in the collection of programme performance information, pro\u00ad gress and impact assessment; \\n collect the quantitative and qualitative information on programme implementation; \\n carry out follow\u00adup monitoring visits on activities of implementing partners and regional offices; \\n liaise with ex\u00adcombatants, beneficiaries, implementing partners and referral officer for proper sensitization and reinforcement of the programme; \\n create efficient early warning alert system and rapid response mechanisms for \u2018hot spot\u2019 development; \\n ensure DDR coordination programs complement each other and are implemented efficiently; \\n support liaison with the NCDDR and other agencies in relation to the reintegration of ex\u00adcombatants, CAAFG, WAAFG and war\u00adaffected people in the field; \\n provide guidance and on\u00adthe\u00adground support to reintegration officers; \\n liaise with Military Observers, Reintegration Unit and UN Police in accordance with the terms of reference; \\n liaise and coordinate with civil affairs section in matters of mutual interest; \\n carry out any other duties as directed by the DDR Unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 24, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.10: DDR Field Coordination Officer (National)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "The Field Coordination Officer will liaise closely with the DDR Officer/Reintegration Officer and undertake the following duties: \\n assist and advise DDR Unit in areas within his/her remit; \\n provide direction and support to field staff and activities; \\n carry out monitoring, risk assessment and reporting in relation to the environment and practices that bear on the security of staff in the field (physical security, accommo\u00ad dation, programme fiscal and procurement practices, transport and communications); \\n support the efficient implementation of all DDR coordination projects; \\n develop and sustain optimal information feedback, in both directions, between the field and Headquarters; \\n support the DDR Unit in the collection of programme performance information, pro\u00ad gress and impact assessment; \\n collect the quantitative and qualitative information on programme implementation; \\n carry out follow\u00adup monitoring visits on activities of implementing partners and regional offices; \\n liaise with ex\u00adcombatants, beneficiaries, implementing partners and referral officer for proper sensitization and reinforcement of the programme; \\n create efficient early warning alert system and rapid response mechanisms for \u2018hot spot\u2019 development; \\n ensure DDR coordination programs complement each other and are implemented efficiently; \\n support liaison with the NCDDR and other agencies in relation to the reintegration of ex\u00adcombatants, CAAFG, WAAFG and war\u00adaffected people in the field; \\n provide guidance and on\u00adthe\u00adground support to reintegration officers; \\n liaise with Military Observers, Reintegration Unit and UN Police in accordance with the terms of reference; \\n liaise and coordinate with civil affairs section in matters of mutual interest; \\n carry out any other duties as directed by the DDR Unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2011, - "Score": 0.327327, - "Index": 2011, - "Paragraph": "This section outlines the management structure, and the planning and delivery of logistic support in a peacekeeping mission. These structures apply to the components of a DDR programme managed directly by DPKO or funded from the regular mission budget.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "", - "Heading4": "", - "Sentence": "These structures apply to the components of a DDR programme managed directly by DPKO or funded from the regular mission budget.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2019, - "Score": 0.326512, - "Index": 2019, - "Paragraph": "The day-to-day planning, analysis, coordination and tasking of all requests for logistic support are handled by the JLOC; see Annex B). The JLOC is also the mission\u2019s single point of contact for the coordination of logistics issues with non-DPKO actors such as NGOs or other UNagencies, fundsandprogrammes. All requests for logistic support should be channelled through the JLOC for appropriate prioritization and tasking.For the JLOC to effectively plan and de- liver logistic support to a DDR programme, it is essential that the DDR management team keeps the JLOC informed of its future support requirements during the planning stage and that it provides the JLOC with the programme operational plan before the DDR operation starts, keeping in view the lead times for design, acquisition, packaging and delivery of logistic services.The DDR operational plan needs to describe what is needed to achieve its planned activities, as follows: \\n physical resources: space, supplies, equipment; \\n human resources: international, national (local, national professional officers), UN volunteers; \\n services; \\n supplies; \\n partnerships/links with implementing partners; \\n time-lines.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "6.6.3. Joint Logistics Operations Centre", - "Heading4": "", - "Sentence": "All requests for logistic support should be channelled through the JLOC for appropriate prioritization and tasking.For the JLOC to effectively plan and de- liver logistic support to a DDR programme, it is essential that the DDR management team keeps the JLOC informed of its future support requirements during the planning stage and that it provides the JLOC with the programme operational plan before the DDR operation starts, keeping in view the lead times for design, acquisition, packaging and delivery of logistic services.The DDR operational plan needs to describe what is needed to achieve its planned activities, as follows: \\n physical resources: space, supplies, equipment; \\n human resources: international, national (local, national professional officers), UN volunteers; \\n services; \\n supplies; \\n partnerships/links with implementing partners; \\n time-lines.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2689, - "Score": 0.322329, - "Index": 2689, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3014, - "Score": 0.320585, - "Index": 3014, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3103, - "Score": 0.319438, - "Index": 3103, - "Paragraph": "An international technical coordination committee provides a forum for consultation, co- ordination and joint planning between national and international partners at the technical level of DDR programme development and implementation. This committee should meet regularly to review technical issues related to national DDR programme planning and implementation.Participation in the technical coordination committee will vary a great deal, depending on which international actors are present in a country. The committee should include tech- nical experts from the national DDR agency and from those multilateral and bilateral agen- cies and non-governmental organizations (NGOs) with operations or activities that have a direct or indirect impact on the national DDR programme (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.2. International technical coordination committee", - "Heading4": "", - "Sentence": "The committee should include tech- nical experts from the national DDR agency and from those multilateral and bilateral agen- cies and non-governmental organizations (NGOs) with operations or activities that have a direct or indirect impact on the national DDR programme (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2802, - "Score": 0.317928, - "Index": 2802, - "Paragraph": "Deputy Chief, DDR Unit (P5\u2013P4)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent reports directly to the Deputy SRSG (Resident Coordinator/Humani\u00ad tarian Coordinator). In most cases, the staff member filling this post would be seconded and paid for by UNDP. For duration of his/her secondment as Deputy Chief, he/she will receive administrative and logistic support from the peacekeeping mission.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Deputy Chief is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities. Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 11, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.2: Deputy Chief, DDR Unit (P5\u2013P4)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1975, - "Score": 0.315244, - "Index": 1975, - "Paragraph": "This module provides practitioners with an overview of the integrated mission support concept and explains the planning and delivery of logistic support to a DDR programme. A more detailed treatment of the finance and budgeting aspects of DDR programmes are provided in IDDRS 3.41, while IDDRS 3.42 deals with the issue of personnel and staffing in an integrated DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A more detailed treatment of the finance and budgeting aspects of DDR programmes are provided in IDDRS 3.41, while IDDRS 3.42 deals with the issue of personnel and staffing in an integrated DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2913, - "Score": 0.315244, - "Index": 2913, - "Paragraph": "DDR Officer (P4\u2013P3, International)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the Chief and Deputy Chief of the DDR Unit in operational planning for the disarmament, demobilization and reintegration, including developing the policies and programmes, as well as implementation targets and work plans; \\n undertake negotiations with armed forces and groups in order to create conditions for their entrance into the DDR programme; \\n undertake and organize risk and threat assessments, target group profiles, political fac\u00ad tors, security, and other factors affecting operations; \\n undertake planning of weapons collection activities, in conjunction with the military component of the peacekeeping mission; \\n undertake planning and management of the demobilization phase of the programme, which may include camp management, as well as short\u00adterm transitional support to demobilized combatants; \\n provide support for the development of joint programming frameworks on reintegration with the government and partner organizations, taking advantage of opportunities and synergies with economic recovery and community development programmes; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.; \\n coordinate and facilitate the participation of local communities in the planning and implementation of reintegration assistance, using existing capacities at the local level and in close synergy with economic recovery and local development initiatives; \\n liaise closely with organizations and partners to develop assistance programmes for vulnerable groups, e.g., women and children; \\n facilitate the mobilization and organization of networks of local partners around the goals of socio\u00adeconomic reintegration and economic recovery, involving local NGOs, community\u00adbased organizations, private sector enterprises, and local authorities (com\u00ad munal and municipal); \\n supervise the undertaking of studies to determine reinsertion and reintegration benefits and implementation modalities; \\n ensure good coordination and information sharing with implementation partners and other organizations, as well as with other relevant sections of the mission; \\n ensure that DDR activities are well integrated and coordinated with the activities of other mission components (particularly communication and public information, mis\u00ad sion analysis, political, military and police components); \\n perform a liaison function with other national and international actors in matters related to DDR; \\n support development of appropriate legal frameworks on disarmament and weapons control. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 20, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.8: DDR Officer (P4\u2013P3, International)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2660, - "Score": 0.314485, - "Index": 2660, - "Paragraph": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented. The level of unemployment, the state of the (formal and informal) economy and the agricultural sector (i.e., access to land, rights and the ability of the country to feed itself), the condition of the country\u2019s infra- structure, and the capacity of state institutions to deliver basic services, combined with the length of the conflict, are all factors that should be taken into account when considering the specifics of any demobilization (length and types of programme) and socio-economic (reconciliation, justice issues and types of economic assistance) reintegration programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Overall socio-economic conditions", - "Sentence": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3053, - "Score": 0.314485, - "Index": 3053, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2048, - "Score": 0.313545, - "Index": 2048, - "Paragraph": "M&E is an essential part of the results\u00adbased approach to implementing and managing programmes. It allows for the measurement of progress made towards achieving outcomes and outputs, and assesses the overall impact of programme on security and stability. In the context of DDR, M&E is particularly important, because it helps keep track of a complex range of outcomes and outputs in different components of the DDR mission, and assesses how each contributes towards achieving the goal of improved stability and security. M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal. This can include reductions in levels of violence in society, increased stability and security, and consolidation of peace processes. It is difficult, however, to determine the impact of DDR on broader society without isolating it from other processes and initiatives (e.g., peace\u00adbuilding, security sector reform [SSR]) that also have an impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1. M&E and results-based management", - "Heading3": "", - "Heading4": "", - "Sentence": "M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3046, - "Score": 0.31315, - "Index": 3046, - "Paragraph": "The national and international mandates for DDR should be clear and coherent. A clear division of responsibilities should be established in the different levels of programme co- ordination and for different programme components. This can be done through: \\n supporting international experts to provide technical advice on DDR to parties to the peace negotiations; \\n incorporating national authorities into inter-agency assessment missions to ensure that national policies and strategies are reflected in the Secretary-General\u2019s report and Secu- rity Council mandates for UN peace-support operations; \\n discussing national and international roles, responsibilities and functions within the framework of an agreed common DDR plan or programme; \\n providing technical advice to national authorities on the design and development of legal frameworks, institutional mechanisms and national programmes for DDR; \\n establishing mechanisms for the joint implementation and coordination of DDR pro- grammes and activities at the policy, planning and operational levels.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.1. Establishing clear and coherent national and international mandates", - "Heading3": "", - "Heading4": "", - "Sentence": "This can be done through: \\n supporting international experts to provide technical advice on DDR to parties to the peace negotiations; \\n incorporating national authorities into inter-agency assessment missions to ensure that national policies and strategies are reflected in the Secretary-General\u2019s report and Secu- rity Council mandates for UN peace-support operations; \\n discussing national and international roles, responsibilities and functions within the framework of an agreed common DDR plan or programme; \\n providing technical advice to national authorities on the design and development of legal frameworks, institutional mechanisms and national programmes for DDR; \\n establishing mechanisms for the joint implementation and coordination of DDR pro- grammes and activities at the policy, planning and operational levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2393, - "Score": 0.311504, - "Index": 2393, - "Paragraph": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.), with a focus on the nature and con\u00ad sequences of the conflict; existing national and local capacities for DDR and SSR; and the broad political, social and economic characteristics of the operating environment; \\n Rationale and justification: Drawing from the situation analysis, this explains the need for DDR: why the approach suggested is an appropriate and viable response to the identified problem, the antecedents to the problem (i.e., what caused the problem in the first place) and degree of political will for its resolution; and any other factors that provide a compelling argument for undertaking DDR. In addition, the engagement and role of the UN should be specified here; \\n Overview of armed forces and groups: This section should provide an overview of all armed forces and groups and their key characteristics, e.g., force/group strength, loca\u00ad tion, organization and structure, political affiliations, type of weaponry, etc. This information should be the basis for developing specifically designed strategies and approaches for the DDR of the armed forces and groups (see Annex D for a sample table of armed forces and groups); \\n Definition of participants and beneficiaries: Drawing on the comprehensive assessments and profiles of armed groups and forces and levels of violence that are normally inclu\u00ad ded in the framework, this section should identify which armed groups and forces should be prioritized for DDR programmes. This prioritization should be based on their involvement in or potential to cause violence, or otherwise affect security and the peace process. In addition, subgroups that should be given special attention (e.g., special needs groups) should be identified; \\n Socio-economic profile in areas of return: A general overview of socio\u00adeconomic conditions in the areas and communities to which ex\u00adcombatants will return is important in order to define both the general context of reintegration and specific strategies to ensure effec\u00ad tive and sustainable support for it. Such an overview can also provide an indication of how much pre\u00adDDR community recovery and reconstruction assistance will be necessary to improve the communities\u2019 capacity to absorb former combatants and other returning populations, and list potential links to other, either ongoing or planned, reconstruction and development initiatives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.1. Contextual analysis and rationale", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3140, - "Score": 0.311504, - "Index": 3140, - "Paragraph": "UN support to national efforts take place in the following areas (the actual degree of UN engagement should be determined on the basis of the considerations outlined above): \\n Political/Strategic support: In order for the international community to provide political support to the DDR process, it is essential to understand the dynamics of both the conflict and the post-conflict period. By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process. The UN system should play an important role in supporting the development of national and local capacities for DDR through providing technical assistance, establishing partnership arrangements with national institutions, and pro- viding training and capacity-building to local implementing partners; \\n Support for the establishment of legal frameworks: A key area in which international exper- tise can support the development of national capacities is in the drawing up of legal frameworks for DDR and related processes of SSR and weapons management. The UN system should draw on experiences from a range of political and legal systems, and assist national authorities in drafting appropriate legislation and legal instruments; \\n Technical assistance for policy and planning: Through the provision of technical assistance, the UN system should provide direct support to the development of national DDR policy and programmes. It is important to ensure, however, that this assistance is provided through partnership or mentoring arrangements that allow for knowledge and skills transfers to national staff, and to avoid situations where international experts take direct responsibility for programme functions within national institutions. When several international institutions are providing technical assistance to national authori- ties, it is important to ensure that this assistance is coordinated and coherent; \\n Direct support for implementation and financial management: The UN system may also be called upon, either by Security Council mandate or at the request of national authorities, to provide direct support for the implementation of certain components of a DDR pro- gramme, including the financial management of resources for DDR. A memorandum of understanding should be established between the UN and national authorities that defines the precise area of responsibility for programme delivery, mechanisms for co- ordination with local partners and clear reporting responsibilities; \\n Material/Logistic support: In the post-conflict period, many national institutions lack both material and human resources. The UN system should provide material and logistic support to national DDR institutions and implementing agencies, particularly in the areas of: information and communications technology and equipment; transportation; rehabilitation, design and management of DDR sites, transit centres and other facilities; the establishment of information management and referral systems; and the procurement of basic goods for reinsertion kits, among others (also see IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization and IDDRS 4.30 on Social and Economic Reintegration); \\n Training programmes for national staff: The UN system should further support capacity development through the provision of training. There are a number of different training methodologies, including the provision of courses or seminars, training of trainers, on- the-job or continuous training, and exchanges with experts from other national DDR institutions. Although shortage of time and money may limit the training options that can be offered, it is important that the approach chosen builds skills through a continuous process of capacity development that transfers skills to local actors; \\n Support to local capacity development and community empowerment: Through local capacity development and community empowerment, the UN system should support local ownership of DDR processes and programmes. Since the success of the DDR process depends largely on the reintegration of individuals at the community level, it is im- portant to ensure that capacity development efforts are not restricted to assisting national authorities, but include direct support to communities in areas of reintegration. In particular, international agencies can help to build local capacities for participation in assessment and planning processes, project and financial management, reporting, and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 14, - "Heading1": "8. The role of international assistance", - "Heading2": "8.2. Areas of UN support", - "Heading3": "", - "Heading4": "", - "Sentence": "By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2504, - "Score": 0.310685, - "Index": 2504, - "Paragraph": "Terms and definitions \\n Detailed field assessment: A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. Detailed field assess\u00ad ments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.Implementation plan: \\n Also known as an operations or action plan, an implementation plan describes the detailed steps necessary to implement programme activities, together with a division of labour and overall time\u00adframe.Programme: \\n A generic (general) term for a set of activities designed to achieve a specific objective. In order to ensure that a programme\u2019s results, outputs and overall outcome are reached, activities are often framed by a strategy, key principles and identified targets. Together, these indicate how the activities will be structured and implemented. Programmes also include a description of all aspects necessary to implement the planned activities, includ\u00ad ing inputs and resources (staff, equipment, funding, etc.), management arrangements, legal frameworks, partnerships and other risk analysis.Project: \\n Within each programme there may be several projects, each of which is a separately identified undertaking. A project is an intervention that consists of a set of planned, inter\u00ad related activities aimed at achieving defined objectives over a fixed time. A project\u2019s activities and objectives are normally given in a project document. This legal agreement binds the signatories to carry out the defined activities and to provide specific resources over a fixed period of time in order to reach agreed objectives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Terms and definitions \\n Detailed field assessment: A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3034, - "Score": 0.310685, - "Index": 3034, - "Paragraph": "National ownership is essential for the success and sustainability of DDR programmes, and supporting national institutions is a core principle of the UN. However, in the past, too many DDR programmes were overly controlled by external actors who did not make enough effort to establish true partnership with national institutions and local authorities, producing programmes that were insufficiently adapted to the dynamics of local conflicts, unsuppor- tive of the capacities of local institutions and unresponsive to the needs of local populations. While the UN system may be called upon to provide strategic, technical, operational and financial support to DDR, national and local actors \u2014 who are ultimately responsible for the peace, security and development of their own communities and nations \u2014 should lead the process. When the UN supports DDR, it also aims to increase the capacities of govern- ments, implementing partners, communities and participants, and to assist them as they take ownership of the process: the promotion of national ownership is therefore a principle that guides both policy and the operational design of DDR programmes carried out with UN support.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. National ownership", - "Heading3": "", - "Heading4": "", - "Sentence": "When the UN supports DDR, it also aims to increase the capacities of govern- ments, implementing partners, communities and participants, and to assist them as they take ownership of the process: the promotion of national ownership is therefore a principle that guides both policy and the operational design of DDR programmes carried out with UN support.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2121, - "Score": 0.309662, - "Index": 2121, - "Paragraph": "In general, the results and conclusions of evaluations should be used in several important and strategic ways: \\n A key function of evaluations is to enable practitioners and programme managers to identify, capture and disseminate lessons learned from programme implementation. This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy. This is particularly useful when programmes are designed to be implemented in phases, which allows for the assessment and identification of problems and best practice at the end of each phase, which can then be fed into later phases; \\n Evaluations also contribute to discussions between policy makers and practitioners on the further development of international and regional policies on DDR, by providing them with information and analyses that influence the way key policy issues can be dealt with and decisions reached. Evaluations can provide invaluable support to the elaboration of future policy frameworks for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 12, - "Heading1": "7. Evaluations", - "Heading2": "7.4. Use of evaluation results", - "Heading3": "", - "Heading4": "", - "Sentence": "This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1994, - "Score": 0.308607, - "Index": 1994, - "Paragraph": "DDR is one component of a multidimensional peacekeeping operation. Other components may include: \\n mission civilian substantive staff and the staff of political, humanitarian, human rights, public information, etc., programmes; \\n military and civilian police headquarters staff and their functions; \\n military observers and their activities; \\n military contingents and their operations; \\n civilian police officers and their activities; \\n formed police units and their operations; \\n UN support staffs; \\n other UN agencies, programmes and funds, as mandated.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.2. A multidimensional operation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is one component of a multidimensional peacekeeping operation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2085, - "Score": 0.308607, - "Index": 2085, - "Paragraph": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget. If results indicate that implementation is \u2018off course\u2019, these results provide DDR management with infor\u00ad mation on what corrective action needs to be taken in order to bring implementation back into conformity with the overall programme implementation strategy and work plan. These results are therefore an important management tool; \\n Revision of programme strategy: Monitoring results can also provide information on the relevance or effectiveness of an existing strategy or course of action to produce specific outcomes or achieve key objectives. In certain cases, such results can demonstrate that a given course of action is not producing the intended outcomes and can provide DDR managers with an opportunity to reformulate or revise specific implementation strategies and approaches, and make the corresponding changes to the programme work plan. Examples include types of reintegration assistance that are not viable or appro\u00ad priate to the local context, and that can be corrected before many other ex\u00adcombatants enter similar schemes; \\n Use of resources: Monitoring results can provide important indications about the effi\u00ad ciency with which resources are used to implement activities and achieve outcomes. Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives. In this regard, accurate and timely monitoring can enable programme managers to develop more cost\u00adeffective or efficient uses and distri\u00ad bution of resources.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "6. Monitoring", - "Heading2": "6.3. Use of monitoring results", - "Heading3": "", - "Heading4": "", - "Sentence": "Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2187, - "Score": 0.308607, - "Index": 2187, - "Paragraph": "The UN, together with relevant bilateral or multilateral partners, shall establish rigorous oversight mechanisms at the national and international levels to ensure a high degree of accuracy in monitoring and evaluation, transparency, and accountability. These tools ensure that the use of funds meets the programme objectives and conforms to both the financial rules and regulations of the UN (in the case of the assessed budget) and those of donors contributing funds to the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.7. Accountability", - "Heading3": "", - "Heading4": "", - "Sentence": "These tools ensure that the use of funds meets the programme objectives and conforms to both the financial rules and regulations of the UN (in the case of the assessed budget) and those of donors contributing funds to the DDR programme.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2222, - "Score": 0.308607, - "Index": 2222, - "Paragraph": "Although most post-conflict governments lack institutional capacity to carry out DDR, many (such as Sierra Leone) contribute towards the cost of domestic DDR programmes, given their importance as a national priority. Although these funds are not generally used to finance UN-implemented activities and operations, they play a key role in establishing and making operational national DDR institutions and programmes, while helping to generate a mean- ingful sense of national ownership of the process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.2. Government grants", - "Heading3": "", - "Heading4": "", - "Sentence": "Although most post-conflict governments lack institutional capacity to carry out DDR, many (such as Sierra Leone) contribute towards the cost of domestic DDR programmes, given their importance as a national priority.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2706, - "Score": 0.308607, - "Index": 2706, - "Paragraph": "A well-resourced, joint strategic and operational plan for the implementation of DDR in country x. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing planning capacities and physical resources to: \\n 1. Establish all-inclusive joint planning mechanisms; \\n 2. Develop a time-phased concept of the DDR operations; \\n 3. Establish division of labour for key DDR tasks; \\n 4. Estimate the broad resource requirements; \\n 5. Start securing voluntary contributions; \\n 6. Start the procurement of DDR items with long lead times; \\n 7. Start the phased recruitment of personnel required from DPKO and other UN agencies; \\n 8. Raise a military component from the armed forces of Member States for DDR activities; \\n 9. Establish an effective public information campaign; \\n 10. Establish programmatic links between the DDR operation and other areas of the mission\u2019s work: security sector reform; recovery and reconstruction; etc.; \\n 11. Support the implementation of the established DDR strategy/plan.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #2", - "Heading4": "", - "Sentence": "Develop a time-phased concept of the DDR operations; \\n 3.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2735, - "Score": 0.308607, - "Index": 2735, - "Paragraph": "The design of the personnel structure, and the deployment and management of personnel in the integrated unit and how they relate to others working in DDR are guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The peacekeeping mission, UN agencies, funds and programmes should work together at all stages of the DDR programme \u2014 from planning to implementa\u00ad tion to evaluation \u2014 to ensure that the programme is successful. An appropriate joint planning and coordination mechanism must be established as early as possible to ensure cooperation among all UN partners that may be involved in any aspect of the DDR programme; \\n Integration: Wherever possible, and when consistent with the mandate of the Security Council, the peacekeeping mission and the UN agencies, funds and programmes shall support an integrated DDR unit, which brings together the expertise, planning and coordination capacities of the various UN entities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Of particular importance are: \\n Unity of effort: The peacekeeping mission, UN agencies, funds and programmes should work together at all stages of the DDR programme \u2014 from planning to implementa\u00ad tion to evaluation \u2014 to ensure that the programme is successful.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2895, - "Score": 0.308607, - "Index": 2895, - "Paragraph": "DDR Monitoring and Evaluation Officer (P2\u2013UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\nAccountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Monitoring and Evaluation Officer is responsible for the follow\u00ad ing duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n develop monitoring and evaluation criteria for all aspects of disarmament and reinte\u00ad gration activities, as well as an overall strategy and monitoring calendar; \\n establish baselines for monitoring and evaluation purposes in the areas related to disarmament and reintegration, working in close collaboration with the disarmament and reintegration officers, to allow for effective evaluations of programme impact; \\n undertake periodic reviews of disarmament and reintegration activities to assess effec\u00ad tiveness, efficiency, achievement of results and compliance with procedures; \\n develop a field manual on standards and procedures for use by local partners and executing agencies, and organize training; \\n undertake periodic field visits to inspect the provision of reinsertion benefits and the implementation of reintegration projects, and reporting; \\n develop recommendations on ongoing and future activities, lessons learned, modifica\u00ad tions to implementation strategies and arrangements with partners. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 19, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.7: DDR Monitoring and Evaluation Officer (P2\u2013UNV) Draft generic job profile", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2931, - "Score": 0.308607, - "Index": 2931, - "Paragraph": "Draft generic job profileOrganizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Reintegration Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. There\u00ad fore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the development of the registration, reinsertion and reintegration component of the disarmament and reintegration programme, including overall framework, imple\u00admentation strategy, and operational modalities, respecting national programme priori\u00ad ties and targets; \\n supervise field office personnel on work related to reinsertion and reintegration; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.; \\n coordinate and facilitate the participation of local communities in the planning and implementation of reintegration assistance, using existing capacities at the local level and in close synergy with economic recovery and local development initiatives; \\n liaise closely with organizations and partners to develop assistance programmes for vulnerable groups, e.g., women and children; \\n facilitate the mobilization and organization of networks of local partners around the goals of socio\u00adeconomic reintegration and economic recovery, involving local NGOs, community\u00adbased organizations, private sector enterprises and local authorities (com\u00ad munal and municipal); \\n supervise the undertaking of studies to determine reinsertion and reintegration benefits and implementation modalities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 22, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.9: Reintegration Officer (P4\u2013P3, International)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2954, - "Score": 0.308607, - "Index": 2954, - "Paragraph": "Small Arms and Light Weapons Officer (P4\u2013P3)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Small Arms and Light Weapons Officer is responsible for the follow\u00ad ing duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n formulate and implement, within the DDR programme, a small arms and light weapons (SALW) reduction and control project for the country in support of the peace process; \\n coordinate SALW reduction and control activities taking place in the country and among the parties, the national government, civil society and the donor community; \\n provide substantive technical inputs and advice to the Chief of the DDR Unit and the national authorities for the development of national legal instruments for the control of SALW; \\n undertake broad consultations with relevant stakeholders through inclusive and par\u00ad ticipatory processes through community\u00adbased violence and weapons reduction pro\u00ad gramme; \\n manage the collection of data on SALW stocks during the disengagement and DDR processes; \\n develop targeted training programmes for national institutions on SALW; \\n liaise closely with the gender and HIV/AIDS adviser in the mission or these capacities seconded to the DDR Unit by UN entities to ensure that gender issues are adequately reflected in policy, legislation, programming and resource mobilization, and develop strategies for involvement of women in small arms management and control activities; \\n\\n ensure timely and effective delivery of project inputs and outputs; \\n\\n undertake continuous monitoring of project activities; produce top\u00adlevel progress and briefing reports; \\n support efforts in resource mobilization and development of strategic partnerships with multiple donors and agencies. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 25, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.11: Small Arms and Light Weapons Officer (P3\u2013P4)", - "Heading3": "Draft generic Job Profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2972, - "Score": 0.308607, - "Index": 2972, - "Paragraph": "Education: Advanced university degree in social sciences, management, economics, business administration, international development or other relevant fields. A relevant combination of academic qualifications and experience in related areas may be accepted in lieu of the advanced degree. \\n Work experience: Minimum of five years of substantial experience working on post\u00adconflict, progressive national and international experience and knowledge in development work, with specific focus on disarmament, demobilization, reintegration and small arms control programmes. An understanding of the literature on DDR and security sector reform. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 26, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.11: Small Arms and Light Weapons Officer (P3\u2013P4)", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "An understanding of the literature on DDR and security sector reform.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2993, - "Score": 0.308607, - "Index": 2993, - "Paragraph": "DDR HIV/AIDS Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming activities to deal with the HIV/ AIDS issue in post\u00adconflict peace\u00adbuilding and is expected to work closely with the HIV/ AIDS adviser of the peacekeeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR HIV/AIDS Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of activities to address the HIV/AIDS issue through all phases of the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, par\u00ad ticularly offices of HIV/AIDS reintegration; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups; \\n document and disseminate data and issues relating to HIV/AIDS as well as the factors fuelling the epidemic in the armed forces and groups; \\n prepare and provide briefing notes and guidance for relevant actors including national partners, UN agencies, international NGOs, donors and others on gender and HIV/ AIDS in the context of DDR; \\n provide technical support and advice on HIV/AIDS to national partners on policy development related to DDR and human security; \\n develop tools and other practical guides for the implementation of HIV/AIDS strategies within DDR and human security frameworks; \\n generate effective results\u00adoriented partnerships among different partners, civil society and community\u00adbased actors to implement a consolidated response to HIV/AIDS within the framework of the DDR programme. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 28, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.13: DDR HIV/AIDS Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2056, - "Score": 0.303046, - "Index": 2056, - "Paragraph": "Given the potentially large number of reports and documents generated by M&E activities, the development and maintenance of a report\u00adtracking system is essential in order to pro\u00ad vide a \u2018history\u2019 of M&E results and make them accessible to managers. This provides the DDR programme with institutional memory that can be drawn from to monitor progress and ensure that emerging best practices and problems are identified.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3. The M&E work plan", - "Heading3": "5.3.1. M&E tracking systems", - "Heading4": "", - "Sentence": "This provides the DDR programme with institutional memory that can be drawn from to monitor progress and ensure that emerging best practices and problems are identified.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3047, - "Score": 0.303046, - "Index": 3047, - "Paragraph": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process. Mandates and basic principles, institutional mechanisms, time-frames and eligi- bility criteria should all be defined. As the programme starts, institutional mechanisms and programme details should be elaborated further through the adoption of national legisla- tion or executive decree(s).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.2. Political frameworks and peace accord provisions", - "Heading3": "", - "Heading4": "", - "Sentence": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3121, - "Score": 0.303046, - "Index": 3121, - "Paragraph": "National and international DDR structures and processes should, as far as possible, be jointly developed and coordinated at the policy, planning and operational levels, as explained below. The planning of UN missions and national DDR institutions has not always been sufficiently integrated, reducing the efficiency and effectiveness of both. The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes. A key factor in close coordination is the early consultation of national authorities and parties to the DDR process during UN assessment missions and mission planning processes. International DDR expertise, political support and technical assistance should also be available from the earliest point in the peace process through the establishment of national institutions and programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2503, - "Score": 0.302614, - "Index": 2503, - "Paragraph": "Once a programme has been prepared, planning instruments should be developed that will aid practitioners (UN, non\u00adUN and the national government) to implement the planned activities and strategies. An actions or operations plan usually consists of four main elements: \\n Implementation methods: This consists of a narrative description of how each DDR com\u00ad ponent will be made operational within the framework of the programme, focusing on the precise sequencing of activities, operational requirements, logistic requirements, links with other mission components, key risks and factors that will reduce these risks. This section can be used by practitioners to guide implementation and operations and provide an overall framework for the other components of the operational and action plan; \\n Timing: There should be an overview of the time\u00adframe and schedule for implementation of DDR activities for each component of the programme, which provides an overall picture of the phasing and sequencing of programme implementation. This will provide practitioners with a quick overview of the activities, which is important for defining and planning resource requirements and allocations. An example of a time\u00adframe is included in Annex H; \\n Detailed work plan: A detailed work plan should also be included in the operational plan. It should break all programme activities down into their various tasks, and indi\u00ad cate who is responsible for different operational roles. The main categories of such a work plan should include: \\n\\n the activities to be implemented; \\n\\n a detailed description of individual tasks; \\n\\n the required inputs (human, material, financial); \\n\\n the actor \\n\\n responsible for funding each task; \\n\\n the actor responsible for logistic support; \\n\\n the actor responsible for staffing; \\n\\n the actor responsible for coordination/supervision; \\n\\n the actor responsible for implementation; \\n\\n the expected time\u00adframe for implementation of task. \\n The work plan should be considered a dynamic document that should be updated periodically and used to guide DDR planners and practitioners on programme imple\u00ad mentation on a day\u00adto\u00adday basis. A generic work plan is included in Annex I; \\n Management arrangements: This section should detail the institutional arrangements established to provide strategic guidance, coordination and implementation of the programme (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures and IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 22, - "Heading1": "8. Stage III: Developing an implementation plan", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A generic work plan is included in Annex I; \\n Management arrangements: This section should detail the institutional arrangements established to provide strategic guidance, coordination and implementation of the programme (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures and IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1996, - "Score": 0.302372, - "Index": 1996, - "Paragraph": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners. DDR programme managers need to state the logistic requirements that fall under the direct managerial or financial scope of the peacekeeping mission and DPKO. In addition, the logistic requirements have to be submitted to the Division of Administration as early as possible to ensure timely logistic support. Some of the more important elements are listed below as a guideline: \\n estimated total number of ex-combatants, broken down according to sex, age, dis- ability or illness, parties/groups and locations/sectors; \\n estimated total number of weapons, broken down according to type of weap- on, ammunition, explosives, etc.; \\n time-lineoftheentireprogramme, show- ing start/completion of activities; \\n allocation of resources, materials and services included in the assessed budget; \\n names of all participating UN entities, non-governmental organizations (NGOs) and other implementing partners, with their focal points and telephone numbers/email addresses; \\n forums/meetings and other coordination mechanisms where Joint Logistics Operations Centre (JLOC) participation is requested; \\n requirement of office premises, office furniture, office equipment and related services, with locations; \\n ground transport requirements \u2014 types and quantities; \\n air transport requirements; \\n communications requirements, including identity card machines; \\n medical support requirements; \\n number and location of various disarmament sites, camps, cantonments and other facilities; \\n layout of each site, camp/cantonment with specifications, including: \\n\\n camp/site management structure with designations and responsibilities of officials; \\n\\n number and type of combatants, and their sex and age; \\n\\n number and type of all categories of staff, including NGOs\u2019 staff, expected in the camp; \\n\\n nature of activities to be conducted in the site/camp and special requirements for rations storage, distribution of insertion benefits, etc.; \\n\\n security considerations and requirements; \\n\\n preferred type of construction; \\n\\n services/amenities provided by NGOs; \\n\\n camp services to be provided by the mission, as well as any other specific requirements; \\n\\n dietary restrictions/considerations; \\n\\n fire-fighting equipment; \\n\\n camp evacuation standard operating procedures; \\n\\n policy on employment of ex-combatants as labourers in camp construction.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.3. DDR statement of requirements", - "Heading3": "", - "Heading4": "", - "Sentence": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3105, - "Score": 0.302372, - "Index": 3105, - "Paragraph": "A project approval committee (PAC) can be established to ensure transparency in the use of donor resources for DDR by implementing partners, i.e., to review and approve applications by national and international NGOs or agencies for funding for projects. Its role does not include oversight of either the regular operating budget for national DDR institutions or programmes (monitored by the independent financial management unit), or the activities of the UN mission\u2019s DDR unit. The PAC will generally include representatives of donors, the national DDR agency and the UN mission/agencies (also see IDDRS 2.30 on Participants, Beneficiaries and Partners and IDDRS 3.41 on Finance and Budgeting.)", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.3. Project approval committee", - "Heading4": "", - "Sentence": "Its role does not include oversight of either the regular operating budget for national DDR institutions or programmes (monitored by the independent financial management unit), or the activities of the UN mission\u2019s DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2617, - "Score": 0.2965, - "Index": 2617, - "Paragraph": "A joint \u2014 as opposed to fully integrated \u2014 approach to DDR operations and implementa- tion should be adopted among all participating UN entities, involving close coordination using a common operational work plan. To maximize coordination, overall authority for coordination and supervision of implementation should be delegated to those UN staff integrated into the DDR programme management structure, while the programme should be implemented by the appropriate agency staff.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 11, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.5. Joint operations and implementation", - "Heading4": "", - "Sentence": "To maximize coordination, overall authority for coordination and supervision of implementation should be delegated to those UN staff integrated into the DDR programme management structure, while the programme should be implemented by the appropriate agency staff.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2694, - "Score": 0.2965, - "Index": 2694, - "Paragraph": "The UN DDR strategic framework consists of three interrelated strategic policy objectives, and supports the overall UN aim of a stable and peaceful country x, and the accompanying DDR tasks.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN DDR strategic framework consists of three interrelated strategic policy objectives, and supports the overall UN aim of a stable and peaceful country x, and the accompanying DDR tasks.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3017, - "Score": 0.2965, - "Index": 3017, - "Paragraph": "This module provides United Nations (UN) DDR policy makers and practitioners with guidance on the structures, roles and responsibilities of national counterparts for DDR, their relationships with the UN and the legal frameworks within which they operate. It also provides guidance on how the UN should define its role, the scope of support it should offer to national structures and institutions, and capacity development.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides United Nations (UN) DDR policy makers and practitioners with guidance on the structures, roles and responsibilities of national counterparts for DDR, their relationships with the UN and the legal frameworks within which they operate.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2184, - "Score": 0.29277, - "Index": 2184, - "Paragraph": "Wherever possible, cost estimates should be based on thorough assessments and surveys. In the absence of concrete information, the UN shall make the assumptions/estimates needed in order to carry out planning and budgeting for a DDR programme. The planning and budgetary process shall take into account realistic worst-case scenarios and build in sufficient financial flexibility to deal with potential identified political and security contin- gencies that may affect DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Flexibility and worst-case planning estimates", - "Heading3": "", - "Heading4": "", - "Sentence": "In the absence of concrete information, the UN shall make the assumptions/estimates needed in order to carry out planning and budgeting for a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2445, - "Score": 0.29277, - "Index": 2445, - "Paragraph": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance. This often involves proving combatant status or membership of an armed force or group. It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract. When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme. In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.4. Eligibility criteria", - "Sentence": "It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3096, - "Score": 0.29277, - "Index": 3096, - "Paragraph": "Depending on whether a UN mission has been established, support is provided for the development of national policies and strategies through the offices of the UN Resident Co- ordinator, or upon appointment of the Special Representative of the Secretary-General (SRSG)/ Deputy SRSG (DSRSG). When there is a UN Security Council mandate, the SRSG will be responsible for the coordination of international support to the peace-building and transition process, including DDR. When the UN has a mandate to support national DDR institutions, the SRSG/DSRSG may be invited to chair or co-chair the national commission on DDR (NCDDR), particularly if there is a need for neutral arbitration.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.2. International coordination and assistance", - "Heading4": "", - "Sentence": "When there is a UN Security Council mandate, the SRSG will be responsible for the coordination of international support to the peace-building and transition process, including DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3116, - "Score": 0.29277, - "Index": 3116, - "Paragraph": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme. These will vary significantly depending on the presence and capabilities of government agencies, local authorities and community-based organizations; UN agencies; and national and international NGOs located near DDR operations. The activities of implementing partners should be coordinated by regional/field offices that report to the JIU of a national DDR agency(also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.4. Implementing agencies/partners", - "Heading4": "", - "Sentence": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2188, - "Score": 0.290957, - "Index": 2188, - "Paragraph": "The matrix below identifies the main DDR activities from the negotiation of the peace proc- ess to the implementation of the programme, the main activities that may take place in each phase of the process, and possible resource requirements and sources of funding. This list provides a general example of the processes involved, and other issues may have to be included, depending on the requirements of a particular DDR mission", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 5, - "Heading1": "5. DDR logistic requirements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The matrix below identifies the main DDR activities from the negotiation of the peace proc- ess to the implementation of the programme, the main activities that may take place in each phase of the process, and possible resource requirements and sources of funding.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3029, - "Score": 0.290957, - "Index": 3029, - "Paragraph": "The principles guiding the development of national DDR frameworks, as well as the princi- ples of UN engagement with, and support to, national institutions and stakeholders, are outlined in IDDRS 2.10 on the UN Approach to DDR. Here, they are discussed in more detail.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The principles guiding the development of national DDR frameworks, as well as the princi- ples of UN engagement with, and support to, national institutions and stakeholders, are outlined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2239, - "Score": 0.290742, - "Index": 2239, - "Paragraph": "Integrated DDR programmes should develop, to the extent possible, a single structure for managing and coordinating: \\n the receipt of funds from various funding sources and mechanisms; \\n the allocation of funds to specific projects, activities and implementing partners; \\n adequate monitoring, oversight and reporting on the use of funds.In order to achieve these goals, the structure should ideally: \\n include a coordinated arrangement for the funding of DDR activities that would be administered by either the UN or jointly with another organization such as the World Bank, with an agreed structure for joint coordination, monitoring and evaluation; \\n establish a direct link with integrated DDR planning and programming frameworks; \\n include all key stakeholders on DDR, while ensuring the primacy of national ownership; \\n bring together within one framework all available sources of funding, as well as related methods (including trust funds and pass-through arrangements, for instance), in order to establish a well-coordinated and coherent system for ensuring flexible and sustain- able financing of DDR activities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR programmes should develop, to the extent possible, a single structure for managing and coordinating: \\n the receipt of funds from various funding sources and mechanisms; \\n the allocation of funds to specific projects, activities and implementing partners; \\n adequate monitoring, oversight and reporting on the use of funds.In order to achieve these goals, the structure should ideally: \\n include a coordinated arrangement for the funding of DDR activities that would be administered by either the UN or jointly with another organization such as the World Bank, with an agreed structure for joint coordination, monitoring and evaluation; \\n establish a direct link with integrated DDR planning and programming frameworks; \\n include all key stakeholders on DDR, while ensuring the primacy of national ownership; \\n bring together within one framework all available sources of funding, as well as related methods (including trust funds and pass-through arrangements, for instance), in order to establish a well-coordinated and coherent system for ensuring flexible and sustain- able financing of DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2052, - "Score": 0.290625, - "Index": 2052, - "Paragraph": "Provisions for M&E, and in particular the key elements of a strategy and framework, should be integrated into the programme development and implementation process from the beginning. This should occur in the following ways: \\n Performance indicators relevant for M&E should be identified, together with the devel\u00ad opment of a baseline study and indicators framework for the comprehensive assessment, as well as the results framework for the DDR programme itself (see IDDRS 3.20 on DDR Programme Design for advice on the development of a results framework); \\n Requirements for establishing and implementing an M&E system should be taken into consideration during the identification of programme requirements, including dedicated staff, material and information management systems; \\n Key aspects of the M&E system and activities should be developed and harmonized with the overall programme implementation cycle and included in the corresponding work plans; \\n Programme implementation methods should be designed to permit the analysis and incorporation of M&E results into planning and coordination of activities in order to provide programmes with the capacity to modify the implementation approach based on M&E results and lessons learned.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2. Integrating M&E in programme development and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "This should occur in the following ways: \\n Performance indicators relevant for M&E should be identified, together with the devel\u00ad opment of a baseline study and indicators framework for the comprehensive assessment, as well as the results framework for the DDR programme itself (see IDDRS 3.20 on DDR Programme Design for advice on the development of a results framework); \\n Requirements for establishing and implementing an M&E system should be taken into consideration during the identification of programme requirements, including dedicated staff, material and information management systems; \\n Key aspects of the M&E system and activities should be developed and harmonized with the overall programme implementation cycle and included in the corresponding work plans; \\n Programme implementation methods should be designed to permit the analysis and incorporation of M&E results into planning and coordination of activities in order to provide programmes with the capacity to modify the implementation approach based on M&E results and lessons learned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2365, - "Score": 0.288009, - "Index": 2365, - "Paragraph": "Interviews and focus groups are essential to obtain information on, for example, com\u00ad mand structures, numbers and types of people associated with the group, weaponry, etc., through direct testimony and group discussions. Vital information, e.g., numbers, types and distribution of weapons, as well as on weapons trafficking, children and abductees being held by armed forces and groups and foreign fighters (which some groups may try to conceal), can often be obtained directly from ex\u00adcombatants, local authorities or civilians. Although the information given may not be quantitatively precise or reliable, important qualitative conclusions can be drawn from it. Corroboration by multiple sources is a tried and tested method of ensuring the validity of the data (also see IDDRS 4.10 on Disarma\u00ad ment, IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR, IDDRS 5.30 on Children and DDR and IDDRS 5.40 on Cross\u00adborder Population Movements).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 8, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.2. Key informant interviews and focus groups", - "Sentence": "Corroboration by multiple sources is a tried and tested method of ensuring the validity of the data (also see IDDRS 4.10 on Disarma\u00ad ment, IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR, IDDRS 5.30 on Children and DDR and IDDRS 5.40 on Cross\u00adborder Population Movements).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2025, - "Score": 0.285714, - "Index": 2025, - "Paragraph": "These guidelines cover the basic M&E procedures for integrated DDR programmes. The purpose of these guidelines is to establish standards for managing the implementation of integrated DDR projects and to provide guidance on how to perform M&E in a way that will make project management more effective, lead to follow\u00adup and make reporting more consistent.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These guidelines cover the basic M&E procedures for integrated DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2231, - "Score": 0.285714, - "Index": 2231, - "Paragraph": "The UN system uses a number of different funding mechanisms and frameworks to mobilize financial resources in crisis and post-conflict contexts, covering all stages of the relief-to- development continuum, and including the mission period. For the purposes of financing DDR, the following mechanisms and instruments should be considered:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 15, - "Heading1": "12. Standard funding mechanisms", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For the purposes of financing DDR, the following mechanisms and instruments should be considered:", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2722, - "Score": 0.285714, - "Index": 2722, - "Paragraph": "TEST various stages of DDR, and the fact that its phases are interdependent", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 900, - "Heading1": "TESTSummary", - "Heading2": "TESTSummary", - "Heading3": "TESTSummary", - "Heading4": "TESTSummary", - "Sentence": "TEST various stages of DDR, and the fact that its phases are interdependent", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3061, - "Score": 0.285714, - "Index": 3061, - "Paragraph": "DDR is a component of larger peace-building and recovery strategies. For this reason, na- tional DDR efforts should be linked with other national initiatives and processes, including SSR, transitional justice mechanisms, the electoral process, economic reconstruction and recovery (also see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks and IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 5, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is a component of larger peace-building and recovery strategies.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2558, - "Score": 0.283473, - "Index": 2558, - "Paragraph": "This section discusses integrated DDR planning in the context of planning for integrated UN peace operations, as well as broader peace-building efforts. These processes are currently under review by the UN system. While references are made to the existing integrated mission planning process (IMPP), the various steps that make up the process of integrated DDR planning (from the start of the crisis to the Security Council mandate) apply to whatever planning process the UN system eventually decides upon to guide its mission planning and peace-building support process. Where possible (and before the establishment of the Peace-building Support Office and the review of the IMPP), specific DDR planning issues are linked to the main phases or stages of mission and UN country team planning, to lay the foundations for integrated DDR planning in the UN system.At the moment, the planning cycle for integrated peace support missions is centred on the interdepartmental mission task force (IMTF) that is established for each mission. This forum includes representatives from all UN departments, agencies, funds and programmes. The IMTF provides an important link between the activities taking place on the ground and the planning cycle at Headquarters.Because planning time-frames will differ from mission to mission, it is not possible to say how long each phase will take. What is important is the sequence of planning stages, as well as how they correspond to the main stages of transitions from conflict to peace and sustainable development. The diagram below illustrates this:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 4, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While references are made to the existing integrated mission planning process (IMPP), the various steps that make up the process of integrated DDR planning (from the start of the crisis to the Security Council mandate) apply to whatever planning process the UN system eventually decides upon to guide its mission planning and peace-building support process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3083, - "Score": 0.283473, - "Index": 3083, - "Paragraph": "DDR is generally linked to the restructuring of armed forces and SSR as part of a broader peace-building framework. Agreement between the parties on the new mandate, structures, composition and powers of national security forces is often a condition for their entry into a formal DDR process. As a result, the planning and design of the DDR programme needs to be closely linked to the SSR process to ensure coherence on such issues as vetting of ex- combatants (to establish eligibility for integration into the reformed security forces) and establishing the legal status and entitlements of demobilized ex-combatants, including pensions and health care benefits.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.5. Restructuring of armed forces", - "Heading4": "", - "Sentence": "Agreement between the parties on the new mandate, structures, composition and powers of national security forces is often a condition for their entry into a formal DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2190, - "Score": 0.276825, - "Index": 2190, - "Paragraph": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period. (For the remaining text of resolution A/RES/59/296, please see Annex C.)DISARMAMENT \\n Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population. It also includes the development of responsible arms management programmes. \\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may comprise the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion. \\n\\n REINSERTION \\n Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/ or financial assistance to meet immediate needs, and can last up to a year. \\n\\n REINTEGRATION \\n Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. It is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.1. The peacekeeping assessed budget of the UN", - "Heading3": "6.1.1. Elements of budgeting for DDR", - "Heading4": "", - "Sentence": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1993, - "Score": 0.27501, - "Index": 1993, - "Paragraph": "In a peacekeeping mission, integrated support is provided. This includes civilian staffing, different logistic elements (such as logistics planning, transportation, supply, engineering, communications and information technology, medical services and general services) and finances, which are all considered together to develop the mission support strategy (see figure 1). A peacekeeping mission adopts this general approach for the delivery of logistic support to all mandated programmes, although it also caters to the specific needs of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.1. Integrated mission support .", - "Heading3": "", - "Heading4": "", - "Sentence": "A peacekeeping mission adopts this general approach for the delivery of logistic support to all mandated programmes, although it also caters to the specific needs of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2657, - "Score": 0.27501, - "Index": 2657, - "Paragraph": "Ceasefires, disengagement and voluntary disarmament of forces are important confidence- building measures, which, when carried out by the parties, can have a positive effect on the DDR and wider recovery programme. The international community should, wherever possible, support these initiatives. Also, mechanisms should be put in place to investigate violations of ceasefires, etc., in a transparent manner.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "Building confidence", - "Sentence": "Ceasefires, disengagement and voluntary disarmament of forces are important confidence- building measures, which, when carried out by the parties, can have a positive effect on the DDR and wider recovery programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2207, - "Score": 0.267261, - "Index": 2207, - "Paragraph": "In general, five funding sources are used to finance DDR activities. These are: \\n the peacekeeping assessed budget of the UN; \\n rapid response (emergency) funds; voluntary contributions from donors; \\n government grants, government loans and credits; \\n agency cost-sharing.An outline of the peacekeeping assessed budget process of the UN is given at the end of Section I. Next to the peacekeeping assessed budget, rapid response funds are another vital source of funding for DDR programming.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 10, - "Heading1": "8. Sources of funding", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, five funding sources are used to finance DDR activities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2266, - "Score": 0.267261, - "Index": 2266, - "Paragraph": "If the integrated DDR programme is made operational through an association between activi- ties and projects to be implemented and/or managed by identified UN agencies or other partners, funding can be still be channelled through a central mechanism. If the donor(s) and participating UN organizations agree to channel the funds through one participating UN organization, then the pass-through method is used. In such a case, the AA would be jointly selected by the DDR coordination committee. Programmatic and financial account- ability should then rest with the participating organizations and (sub-)national partners that are managing their respective components of the joint programme. This approach has the advantage of allowing funding of DDR on the basis of an agreed-upon division of labour within the UN system (see Annex D.2).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.2. Pass-through funding", - "Heading4": "", - "Sentence": "In such a case, the AA would be jointly selected by the DDR coordination committee.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2484, - "Score": 0.267261, - "Index": 2484, - "Paragraph": "This section is intended to assist DDR programme managers in the field to develop RBB frameworks for submission to the Department of Peacekeeping Operations, which will serve as the basis for cost estimates. Mission budget officers who are specialized in the develop\u00ad ment of RBB frameworks should be able to assist with the development of this tool.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "", - "Sentence": "This section is intended to assist DDR programme managers in the field to develop RBB frameworks for submission to the Department of Peacekeeping Operations, which will serve as the basis for cost estimates.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2492, - "Score": 0.267261, - "Index": 2492, - "Paragraph": "When developing the DDR outputs for an RBB framework, programmer managers should take the following into account: (1) specific references to the implementation time\u00adframe should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) participants in DDR programmes or recipients of the mission\u2019s efforts should be included in the output description; and (4) when describing these outputs, the verb should be placed before the output definition (e.g., \u2018Destroyed 9,000 weapons\u2019; \u2018Chaired 10 community sensitization meetings\u2019).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.3. Outputs", - "Sentence": "When developing the DDR outputs for an RBB framework, programmer managers should take the following into account: (1) specific references to the implementation time\u00adframe should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) participants in DDR programmes or recipients of the mission\u2019s efforts should be included in the output description; and (4) when describing these outputs, the verb should be placed before the output definition (e.g., \u2018Destroyed 9,000 weapons\u2019; \u2018Chaired 10 community sensitization meetings\u2019).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2517, - "Score": 0.267261, - "Index": 2517, - "Paragraph": "1 PRA uses group animation and exercises to obtain information. Using PRA methods, local people carry out the data collection and analysis, with outsiders assisting with the process rather than control\u00ad ling it. This approach brings about shared learning between local people and outsiders; emphasizes local knowledge; and enables local people to make their own appraisal, analysis and plans. PRA was originally developed so as to enable development practitioners, government officials and local people to work together to plan context\u00adappropriate programmes. PRA\u00adtype exercises can also be used in other contexts such as in planning for DDR. \\n 2 LCA \u2013 Lusaka Ceasefire Accords, 1999; SCA \u2013 Sun City Accord, April 2002; DRA \u2013 DRC/Rwanda Accords, July 2002. \\n 3 UNDP D3 report, 2001. \\n 4 DRC authorities. \\n 5 Privileged source. \\n 6 Unverified information. \\n 7 UNDP/IOM registration records. \\n 8 UNDP D3 report, 2001. \\n 9 Government of Uganda sources, United Nations Organization Mission in the Democratic Republic of Congo (MONUC). \\n 10 FNL estimated at 3,000 men (UNDP D3 report), located mainly in Burundi.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "PRA\u00adtype exercises can also be used in other contexts such as in planning for DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2618, - "Score": 0.267261, - "Index": 2618, - "Paragraph": "This annex provides a guide to the preparation and carrying out of a DDR assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This annex provides a guide to the preparation and carrying out of a DDR assessment mission.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2603, - "Score": 0.262071, - "Index": 2603, - "Paragraph": "The objective of an integrated UN approach to DDR in the context of peace operations is to combine the different experiences, competencies and resources of UN funds, programmes, departments and agencies within a common approach and framework for planning and developing DDR programming, and to ensure a consistent and decentralized approach to implementation.Achieving the above objective requires sound mission planning involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels. The planning of integrated DDR programmes should be coordinated closely with the broader integrated mission planning and design process, and, ideally, should start before the mandate for the mission is adopted.Within this framework, the following Headquarters- and country-level institutional requirements are needed to ensure an overall integrated approach to developing, implemen- ting and evaluating DDR programming in the country in which is has been implemented.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 9, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning of integrated DDR programmes should be coordinated closely with the broader integrated mission planning and design process, and, ideally, should start before the mandate for the mission is adopted.Within this framework, the following Headquarters- and country-level institutional requirements are needed to ensure an overall integrated approach to developing, implemen- ting and evaluating DDR programming in the country in which is has been implemented.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2663, - "Score": 0.260133, - "Index": 2663, - "Paragraph": "The role of the receiving communities is central to the successful reintegration of ex-com- batants. Therefore, close consultation must take place with all levels of the local community about the possible implications of the DDR programme for these communities, and the type of support (economic, reconciliation, etc.) required to reintegrate ex-combatants. This issue of returning ex-combatants to the communities must be assessed together with the overall impact of all the groups of people who will return, including internally displaced persons and refugees.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Local participation", - "Sentence": "Therefore, close consultation must take place with all levels of the local community about the possible implications of the DDR programme for these communities, and the type of support (economic, reconciliation, etc.)", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2228, - "Score": 0.254588, - "Index": 2228, - "Paragraph": "A key element of a resource mobilization strategy is to focus on different donors and fund- ing sources, depending on what range of activities they can fund at different phases in the DDR programme cycle.Some types of funding (particularly emergency response funding) are particularly useful in the initial planning and launch phase of DDR programmes, owing to their imme- diate availability, quick disbursal and flexibility, while other types of funding (voluntary contributions or loans) are more applicable for financing long-term reintegration assistance, owing to their slower disbursement, often of larger amounts, and their ability to finance multi-year arrangements.Annex E illustrates how different sources and kinds of funds could be utilized within an overall phased approach to implementing DDR programmes. This type of planning could form a vital component of a resource mobilization strategy and allow the establishment of clear goals.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "11. Overview of phased DDR funding requirements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A key element of a resource mobilization strategy is to focus on different donors and fund- ing sources, depending on what range of activities they can fund at different phases in the DDR programme cycle.Some types of funding (particularly emergency response funding) are particularly useful in the initial planning and launch phase of DDR programmes, owing to their imme- diate availability, quick disbursal and flexibility, while other types of funding (voluntary contributions or loans) are more applicable for financing long-term reintegration assistance, owing to their slower disbursement, often of larger amounts, and their ability to finance multi-year arrangements.Annex E illustrates how different sources and kinds of funds could be utilized within an overall phased approach to implementing DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2032, - "Score": 0.251976, - "Index": 2032, - "Paragraph": "Traditionally, M&E in DDR programmes has focused on assessing inputs and implemen\u00ad tation processes. Today, the focus is on assessing how various factors contribute to or detract from the achievement of the proposed outcomes and programme objectives, and measur\u00ad ing the effectiveness of outputs, partnerships, policy advice and dialogue, advocacy, and brokering/coordination. The main objectives of results\u00adoriented M&E are to: \\n increase organizational and development learning; \\n ensure informed decision\u00admaking; \\n support genuine accountability and ensure quality control; \\n contribute to the further development of best practice and policy; \\n build country capacities, especially in M&E.In order to enable programme managers to improve strategies, programmes and other activities, M&E aims to generate information in several key areas to allow the measure\u00ad ment of: \\n programme performance, which indicates whether programme implementation is pro\u00ad ceeding in accordance with the programme plan and budget; \\n programme effectiveness, which answers such questions as whether and to what extent the programme has achieved its objectives, and on what external conditions it depends; \\n programme efficiency, which determines whether programme outputs and outcomes were produced in the most economical way, i.e., by maximizing outputs and/or mini\u00ad mizing inputs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Traditionally, M&E in DDR programmes has focused on assessing inputs and implemen\u00ad tation processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2089, - "Score": 0.251976, - "Index": 2089, - "Paragraph": "As described earlier, evaluations are a method of systematically and objectively assessing the relevance, efficiency, sustainability, effectiveness and impact of ongoing and completed programmes and projects. Evaluation is carried out selectively to answer questions that will guide decision makers and/or programme managers. It is a valuable strategic manage\u00ad ment tool enabling DDR managers and policy makers to assess the overall role and impact of DDR in a post\u00adconflict setting, make strategic decisions, generate important lessons for future programmes and contribute to the refinement of international policy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "7. Evaluations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is a valuable strategic manage\u00ad ment tool enabling DDR managers and policy makers to assess the overall role and impact of DDR in a post\u00adconflict setting, make strategic decisions, generate important lessons for future programmes and contribute to the refinement of international policy.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2173, - "Score": 0.251976, - "Index": 2173, - "Paragraph": "The following principles should guide the resource mobilization and financial management of DDR programmes:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The following principles should guide the resource mobilization and financial management of DDR programmes:", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2826, - "Score": 0.251976, - "Index": 2826, - "Paragraph": "Professionalism: Should be formally staff trained and command qualified. Ideally experi\u00ad enced in other peacekeeping operations, specifically in relation to DDR activities. The selected candidate should be well acquainted with regional and subregional conflict/political issues and ideally have knowledge of the specific mission background. \\n Managing performance: Proven effective command and supervisory skills; ability to mentor staff and provide guidance and support. Must be capable of working within a multi\u00adagency integrated team. The candidate would benefit from CIMIC experience and should have an understanding of the nature, capacities and limitations of non\u00adUN agencies, NGOs, etc. \\n Planning and organizing: Proven ability to establish priorities and to plan, organize, co\u00ad ordinate and monitor own work plan and provide advice and guidance to others; in\u00addepth understanding of division\u2019s strategic direction; resourcefulness, sound judgement and decision\u00admaking skills. \\n Judgement/Decision-making: Demonstrated sound judgement in resolving issues/problems; ability to proactively seek and recommend sound policy initiatives. \\n Creativity: Ability to actively seek to improve programmes/services, offer new and different options to solve problems/meet client needs. \\n Communications: Excellent and effective communication (verbal and written) skills, includ\u00ad ing ability to prepare reports and conduct presentations by clearly formulating positions on issues, articulating options concisely conveying maximum necessary information, making and defending recommendations; diplomacy and tact; ability to convey difficult issues and positions to senior officials. \\n Teamwork: Excellent interpersonal skills; ability to establish and maintain effective work\u00ad ing relations with people in a multicultural, multi\u00adethnic environment with sensitivity and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Competencies", - "Heading4": "", - "Sentence": "Ideally experi\u00ad enced in other peacekeeping operations, specifically in relation to DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2529, - "Score": 0.245256, - "Index": 2529, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor. Given the many different actors involved in the various stages of DDR, and the fact that its phases are interdependent, integrated planning, effective coordination and coherent reporting arrangements are essential. Past experiences have highlighted the need for the various actors involved in planning and implementing DDR, and monitoring its impacts, to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources.This module provides guidelines for improving inter-agency cooperation in the planning of DDR programmes and operations. The module shows how successful implementation can be achieved through an inclusive process of assessment and analysis that provides the basis for the formulation of a comprehensive programme framework and operational plan. This mechanism is known as the \u2018planning cycle\u2019, and originates from both the inte- grated mission planning process (IMPP) and post-conflict United Nations (UN) country team planning mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Past experiences have highlighted the need for the various actors involved in planning and implementing DDR, and monitoring its impacts, to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources.This module provides guidelines for improving inter-agency cooperation in the planning of DDR programmes and operations.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2567, - "Score": 0.245256, - "Index": 2567, - "Paragraph": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements. The early identification of potential entry points and strategic options for UN support is essential to ensuring the UN\u2019s capacity to respond efficiently and effectively. Integrated preparatory activities and pre-mission planning are vital to the delivery of that capacity. While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning depart- ment and key operational agencies of the UN country team. Activities that should be included in a preparatory assistance or pre- planning framework include:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 5, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.1. Phase I: Pre-planning and preparatory assistance", - "Heading3": "", - "Heading4": "", - "Sentence": "While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning depart- ment and key operational agencies of the UN country team.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2776, - "Score": 0.245256, - "Index": 2776, - "Paragraph": "A training strategy will be developed as soon as possible to assist staff members at every level in the DDR unit to advance their professional knowledge of DDR, and assist them to gain access to the more general leadership and management training available through the civilian training and development section.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 7, - "Heading1": "7. DDR training strategy", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A training strategy will be developed as soon as possible to assist staff members at every level in the DDR unit to advance their professional knowledge of DDR, and assist them to gain access to the more general leadership and management training available through the civilian training and development section.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2243, - "Score": 0.244453, - "Index": 2243, - "Paragraph": "The core elements of a DDR financial and management structure should ideally include the following: \\n a steering committee to provide overall strategic guidance and policy direction on DDR financing; ensure coherence with DDR strategy, priorities and programming framework; and ensure adequate coordination among key stakeholders (national actors, donors, UN agencies, the World Bank and other partners); \\n a coordination committee to coordinate the overall programme of activities to be financed through the funding structure, monitor coherence of programme activities and funding structure objectives, and ensure that the programmes are coordinated with broader frameworks and processes (e.g., recovery and SSR), as well as the overall national pro- gramme and other initiatives taking place at the same time; \\n a technical committee to provide general technical advice, carry out technical review of funding proposals and eligibility, and provide recommendations on the suitability of funding. The technical committee should include UN technical advisers, national rep- resentatives, donors and the chair of the steering committee; \\n a project approval committee to examine and approve eligible funding proposals sub- mitted to the DDR funding structure, provide strategic guidance on the use of funds, and ensure coherence and coordination between the funding structure and national priorities; \\n a secretariat to support the work of the committee through informational, administra- tive and secretarial responsibilities. The secretariat should also ensure adequate and consistent reporting on activities financed by the funding structure, as well as overall financial tracking. In certain cases, the secretariat could also be tasked with management of financial services such as procurement and contracting.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.2. Institutional and management structures", - "Heading3": "", - "Heading4": "", - "Sentence": "The core elements of a DDR financial and management structure should ideally include the following: \\n a steering committee to provide overall strategic guidance and policy direction on DDR financing; ensure coherence with DDR strategy, priorities and programming framework; and ensure adequate coordination among key stakeholders (national actors, donors, UN agencies, the World Bank and other partners); \\n a coordination committee to coordinate the overall programme of activities to be financed through the funding structure, monitor coherence of programme activities and funding structure objectives, and ensure that the programmes are coordinated with broader frameworks and processes (e.g., recovery and SSR), as well as the overall national pro- gramme and other initiatives taking place at the same time; \\n a technical committee to provide general technical advice, carry out technical review of funding proposals and eligibility, and provide recommendations on the suitability of funding.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2614, - "Score": 0.242091, - "Index": 2614, - "Paragraph": "To ensure an integrated approach to DDR programme development and management, all UN entities should participate in and contribute to the various processes involved, in parti- cular, conducting comprehensive technical assessments, the design of a programme strategy, the identification of key outputs and results and the development of integrated management arrangements. Participation in these processes is essential to the identification of how each UN entity can best contribute, according to its particular expertise, to both the integrated DDR strategy and the precise methods for ensuring the best possible coordination and a joint overall approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.4. Integrated planning, programming and management", - "Heading4": "", - "Sentence": "To ensure an integrated approach to DDR programme development and management, all UN entities should participate in and contribute to the various processes involved, in parti- cular, conducting comprehensive technical assessments, the design of a programme strategy, the identification of key outputs and results and the development of integrated management arrangements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2673, - "Score": 0.241747, - "Index": 2673, - "Paragraph": "The assessment mission should examine the illicit supply of small arms and light weapons coming into the post-conflict zone. This is often caused by porous borders and weak border- policing capacities. Arms embargoes should be considered as one tool available to deal with illicit trafficking of small arms and light weapons, thus supporting both DDR and the wider national recovery programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Arms embargoes", - "Sentence": "Arms embargoes should be considered as one tool available to deal with illicit trafficking of small arms and light weapons, thus supporting both DDR and the wider national recovery programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2486, - "Score": 0.239046, - "Index": 2486, - "Paragraph": "The DDR objective statement draws its legal foundation from Security Council mission mandates. It is important to note that the DDR objective will not be fully achieved in the lifetime of the peacekeeping mission, although certain activities such as the (limited) phys\u00ad ical disarmament of combatants may be completed. Other important aspects of DDR such as reintegration, the establishment of the legal framework, and the technical and logistic capacity to deal with small arms and light weapons often extend beyond the duration of a peacekeeping mission. In this regard, the objective statement must reflect the contribution of the peacekeeping mission to the \u2018progress towards\u2019 the DDR objective. An example of a DDR objective statement is as follows: \\n \u201cProgress towards the disarmament, demobilization and reintegration of members of armed forces and groups, including meeting the specific needs of women and children associated with such groups, as well as weapons control and destruction.\u201d", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.1. The DDR objective statement", - "Sentence": "The DDR objective statement draws its legal foundation from Security Council mission mandates.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3085, - "Score": 0.239046, - "Index": 3085, - "Paragraph": "The architecture of national DDR institutions will vary depending on the political and institutional context in which they are created. The following generic (general) model repre- sents a basic outline of structures and functions for a national DDR institutional framework, and lays out the structure of relationships with UN integrated missions and international coordination mechanisms. While the basic functions of national DDR institutions will be similar in most cases, the organization of institutional structures and their relation to inter- national actors will vary widely from country to country.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The architecture of national DDR institutions will vary depending on the political and institutional context in which they are created.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2021, - "Score": 0.236113, - "Index": 2021, - "Paragraph": "Monitoring and evaluation (M&E) has been one of the weakest areas of disarmament, demo\u00ad bilization and reintegration (DDR) programme management in the past, partly due to a lack of proper planning, a standardized M&E framework, and human and financial resources specifically dedicated to M&E. Past experiences have highlighted the need for more effective M&E in order to develop an effective, efficient and sustainable DDR programme that will achieve the objectives of improving stability and security.M&E is an essential management tool and provides a chance to track progress, improve activities, objectively verify the outcomes and impact of a programme, and learn lessons that can be fed into future programmes and policies. This module outlines standards for improving inter\u00adagency cooperation in designing and conducting effective M&E. It further shows how M&E can be planned and implemented effectively through a creation of a DDR\u00ad specific M&E work plan, which consists of a plan for data collection, data analysis and reporting. It also provides some generic M&E indicators within a results\u00admanagement frame\u00ad work, which can be modified and adapted to each programme and project.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Past experiences have highlighted the need for more effective M&E in order to develop an effective, efficient and sustainable DDR programme that will achieve the objectives of improving stability and security.M&E is an essential management tool and provides a chance to track progress, improve activities, objectively verify the outcomes and impact of a programme, and learn lessons that can be fed into future programmes and policies.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2631, - "Score": 0.231455, - "Index": 2631, - "Paragraph": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "", - "Heading4": "", - "Sentence": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3126, - "Score": 0.230556, - "Index": 3126, - "Paragraph": "Coordination of national and international efforts at the policy/strategic level will vary a great deal, depending on the dynamics of the conflict, the parties to the peace process and the role/mandate of the UN in support of peace-building and recovery, including DDR. However, coordination (and where possible, integration) of national and international efforts will be essential at the following points: \\n ensuring national and local stakeholder participation in UN assessment and mission planning exercises (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). National stakeholders should be consulted and, where possible, participate fully in the initial planning phases of international support for DDR; \\n providing international support for the establishment of an NCDDR or political over- sight mechanisms; \\n coordinating bilateral and multilateral actors to ensure a coherent message on DDR and to support national institutions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.1. Policy/Strategic level", - "Heading3": "", - "Heading4": "", - "Sentence": "National stakeholders should be consulted and, where possible, participate fully in the initial planning phases of international support for DDR; \\n providing international support for the establishment of an NCDDR or political over- sight mechanisms; \\n coordinating bilateral and multilateral actors to ensure a coherent message on DDR and to support national institutions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2262, - "Score": 0.227921, - "Index": 2262, - "Paragraph": "Under this option, participating UN organizations pool funds together within one UN organization, chosen jointly by the coordination committee of the DDR financial management structure, which will assume the responsibility of administering the funds. This organization, known as the administrative agent (AA), will support the partners authorized to manage and implement the joint programme of activities identified for these funds. Programme and financial accountability for the UN support to the joint programme will rest with the AA. This fund management option is likely to be the most effective and efficient when participating UN organizations work for the same results with a common national or sub- national partner (e.g., department, provincial office, NGO) and/or in the same geographical area (see Annex D.1).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.1. Pooled funding", - "Heading4": "", - "Sentence": "Programme and financial accountability for the UN support to the joint programme will rest with the AA.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2003, - "Score": 0.226779, - "Index": 2003, - "Paragraph": "For procurement funded from the mission budget (assessed contributions), DDR manag- ers must recognize and build into their planning estimates of the lead times for the acqui- sition of services and materials. Typical lead times for common equipment/commodities, exclusive of processing and shipping time, are given below: \\n In principle, programme managers should attempt to get all logistic requirements for UN support to DDR funded out of the regular mission budget. Also, they should identify a (small) number of priority pieces of equipment and services that could be funded from voluntary contributions (which often have the ability to procure locally and with shorter lead times) on a reimbursable basis. The procurement of equipment and services in this way should be carried out according to the rules and regulations of individual agencies.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 5, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.4. Long lead time items .", - "Heading3": "", - "Heading4": "", - "Sentence": "Typical lead times for common equipment/commodities, exclusive of processing and shipping time, are given below: \\n In principle, programme managers should attempt to get all logistic requirements for UN support to DDR funded out of the regular mission budget.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3158, - "Score": 0.224544, - "Index": 3158, - "Paragraph": "In order to ensure rapid implementation that will protect the credibility of the programme, a Joint Implementation Unit (JIU), headed by a Programme and Policy Adviser, will carry out the planning and implementation of the day-to-day operation and execution of the programme. The JIU will be an interdisciplinary and interdepartmental entity composed of four units dealing with: \\n disarmament and demobilization: staffed with expertise from the UNMIL comprising a disarmament and demobilization expert, demobilization officers and field officers, as well as qualified national staff; \\n rehabilitation and reintegration: staffed with expertise from the UNDP and other relevant agencies consisting of reintegration operation experts and national experts in vocational training and small enterprise development, employment creation and appren- ticeship promotion, agriculture and food production; \\n monitoring and evaluation: staffed by technical assistance from the UNDP including a monitoring and evaluation (M&E) expert, and national staff as systems analyst, pro- grammer and M&E field monitors as well as short-term data entry clerks; and \\n information and sensitization: staffed with expertise from UNMIL and OCHA includ- ing specialists in public information development and dissemination, social adaptation programmes in the area of civic education, psychosocial counselling, community-based reconciliation and peace-building measures.Accountable to the NCDDRR, the JIU will be responsible for ensuring: \\n the planning and implementation of the individual programme components in collabo- ration with other government departments, NGOs and donors; \\n the transparent and accountable administration of the programme (including procure- ment and disbursements); and \\n monitoring and evaluation.The institutional capacity of the JIU will be ensured through rigorous selection of staff, payment consistent with the quality of outputs required, and staff training where appro- priate. Technical assistance will be contracted on the basis of specific terms of reference for providing a management information system (MIS) and financial management as well as the implementation of specific programme components.The various units of the JIU will be assigned with expertise from UN agencies as follows: \\n the UNMIL DDR team will be deployed for the DD Unit in the JIU; \\n programme and policy coordination, MIS and reintegration will be assigned to the team from the UNDP; and \\n UNMIL and OCHA will handle the Information and Sensitization Unit.This arrangement will enhance the capacity of the JIU as well as reducing the overall staffing cost for the programme, while ensuring continuity in programme development in the event of the completion of the mandate of the mission. Each unit will be supported with national staff recruited to understudy the international staff of the JIU.A Programme and Policy Co-ordinator will manage and coordinate an internal manage- ment team comprising the heads of units of the JIU, and will report to the Office of the SRSG or to his or her designate in matters relating to the implementation of the programme.All implementing partners such as bilateral agencies, international and local NGOs will undertake their responsibilities in full compliance with programme guidelines and under the supervision of the JIU in respect of contracts entered into with the JIU of the NCDDRR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 21, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Function", - "Heading4": "", - "Sentence": "Technical assistance will be contracted on the basis of specific terms of reference for providing a management information system (MIS) and financial management as well as the implementation of specific programme components.The various units of the JIU will be assigned with expertise from UN agencies as follows: \\n the UNMIL DDR team will be deployed for the DD Unit in the JIU; \\n programme and policy coordination, MIS and reintegration will be assigned to the team from the UNDP; and \\n UNMIL and OCHA will handle the Information and Sensitization Unit.This arrangement will enhance the capacity of the JIU as well as reducing the overall staffing cost for the programme, while ensuring continuity in programme development in the event of the completion of the mandate of the mission.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3195, - "Score": 0.222375, - "Index": 3195, - "Paragraph": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme. This will provide a broad forum for technical and strategic consultation in support of rational programming for all the DDRR activities.The responsibilities of the TCC will be to: \\n identify strategic, operational and technical issues that may have an impact on the dis- armament, demobilisation and reintegration process; \\n develop technical standards, guidelines, and operating principles, which will be adhered to by all involved in the implementation of specific DDRR activities; \\n provide the framework for securing the support of key partners with regard to input to planning and implementing disarmament and demobilization activities as well as the reintegration process; \\n provide the basis for operational planning and consensus on issues relating to disarm- ament, demobilization and reintegration; and \\n on a regular basis identify key policy issues that need to be resolved by the policy com- mittee and provide policy options to the NCDDRR for consideration.The membership of the TCC will be based on invitation by the JIU and consist of rele- vant programme staff from agencies such as UNICEF, UNDP, UNHCR, WFP, WHO, EU, USAID, UNMIL, the Food and Agriculture Organization (FAO), OCHA and other appro- priate agencies. Relevant NTGL agencies could be invited for participation when necessary. The TCC will be constituted on a relevant sector basis such as disarmament and demobiliza- tion and reintegration, and it will meet fortnightly or as and when required. The membership and participation will vary according to the relevant sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 26, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Technical Coordination Committee", - "Heading3": "", - "Heading4": "", - "Sentence": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2205, - "Score": 0.218218, - "Index": 2205, - "Paragraph": "This section provides an overview of the main sources of funding used for DDR, as well as the types of activities they can finance. The section also illustrates how different funds and funding sources can be used within an overall phased plan for funding DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 10, - "Heading1": "Section II: Resource mobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section provides an overview of the main sources of funding used for DDR, as well as the types of activities they can finance.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3079, - "Score": 0.218218, - "Index": 3079, - "Paragraph": "According to the Secretary-General\u2019s report on The Rule of Law and Transitional Justice in Con\u00ad flict and Post\u00adConflict Societies, \u2018rule of law\u2019 refers to a \u201cprinciple of governance in which all persons, institutions and entities, public and private, including the State itself, are accountable to laws that are publicly promulgated, equally enforced and independently adjudicated, and which are consistent with international human rights norms and standards. It requires, as well, measures to ensure adherence to the principles of supremacy of law, equality before the law, accountability to the law, fairness in the application of the law, separation of powers, participation in decision-making, legal certainty, avoidance of arbitrariness and procedural and legal transparency\u201d.However, the rule of law often breaks down during long periods of conflict; or a lack of justice, or manipulation of the justice system by authorities or political groups may be one of the causes of conflict. Some parties may be reluctant to participate in DDR when the rule of law has broken down and where their personal safety is not properly protected. Re-establishing the rule of law and carrying out justice reform are often essential aspects of a larger peace-building strategy. DDR should contribute to strengthening the rule of law by disarming armed forces and groups, who afterwards become subject to regular criminal justice systems.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 6, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.4. Citizenship and nationality laws", - "Heading4": "", - "Sentence": "Some parties may be reluctant to participate in DDR when the rule of law has broken down and where their personal safety is not properly protected.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2483, - "Score": 0.21398, - "Index": 2483, - "Paragraph": "The results\u00adbased budgeting (RBB) framework is the main budgetary planning tool used by the UN Secretariat and peacekeeping missions, and is part of the Secretary\u00adGeneral\u2019s programme of reform and vision of a more results\u00adoriented organization.An important feature of RBB is the definition of expected results at the beginning of the planning and budget cycle, before the programme is implemented. Thus RBB aims to shift focus from output accounting (i.e., activities) to results\u00adbased accountability (i.e., indi\u00ad cators of achievements). RBB is therefore not simply an administrative process, but a strategic planning tool, improving the clarity of programmes, and bringing about a common under\u00ad standing and better communication between Member States and programme managers to improve results. Results\u00adbased management is intended to be a dynamic process, providing feedback throughout the full programme cycle: planning, programming, budgeting, and monitoring and evaluation. Since it was introduced, RBB has continued to evolve in order to better fulfil its role as a strategic planning tool for the UN.RBB has four main components: \\n the DDR objective statement, serving as the basis for developing programme activities and identifying benchmarks for success; \\n indicators of achievement, which measure performance, justify the resource requirements and are linked to outputs; \\n outputs, listing the activities that will be conducted in order to achieve the objective; \\n external factors, identifying factors outside of the programme manger\u2019s control that may have an impact on programme performance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 20, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Since it was introduced, RBB has continued to evolve in order to better fulfil its role as a strategic planning tool for the UN.RBB has four main components: \\n the DDR objective statement, serving as the basis for developing programme activities and identifying benchmarks for success; \\n indicators of achievement, which measure performance, justify the resource requirements and are linked to outputs; \\n outputs, listing the activities that will be conducted in order to achieve the objective; \\n external factors, identifying factors outside of the programme manger\u2019s control that may have an impact on programme performance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2605, - "Score": 0.213809, - "Index": 2605, - "Paragraph": "The establishment of an interdepartmental mission task force (IMTF) provides a framework within which various UN entities should contribute to the coordination and planning of peace operations, and ensures that institutional and field-level capacities and resources work closely and effectively together to achieve the objectives of a particular mission.An IMTF subgroup on DDR should be established within this framework to ensure an integrated approach to pre-deployment planning at the Headquarters level (i.e., before a field presence has been established). The key planning functions to be covered by the IMTF DDR subgroup should include the design and planning of integrated staffing struc- tures (as far as possible); agreement on common lines of authority for DDR planning, operations and implementation; institutional division of responsibilities; integrated task management organization; the drawing up of an overall budget; and the inclusion of best practices learned from earlier missions. In the pre-deployment phase, the IMTF subgroups should also act as the institutional focal points and links between Headquarters and field operations.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 9, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.1. Planning structures: Headquarters", - "Heading3": "", - "Heading4": "", - "Sentence": "The key planning functions to be covered by the IMTF DDR subgroup should include the design and planning of integrated staffing struc- tures (as far as possible); agreement on common lines of authority for DDR planning, operations and implementation; institutional division of responsibilities; integrated task management organization; the drawing up of an overall budget; and the inclusion of best practices learned from earlier missions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2621, - "Score": 0.211702, - "Index": 2621, - "Paragraph": "This will include developing a good understanding of the following: \\n the UN approach to DDR issues; \\n an overview of the regional conflict map; neighbouring States\u2019 political, commercial and security interests, etc.; \\n the country situation, including the number and availability of small arms and light weapons;1 \\n existing work being performed by the UN country team and other partners, such as the World Bank and non-governmental organizations (NGOs); \\n existing provisions for DDR within current security arrangements or peace agreements signed between parties to the conflict; \\n the experience of previous DDR operations (if any) and the role of regional organiza- tions and interested Member States.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Preparation", - "Heading3": "Background information", - "Heading4": "", - "Sentence": "; \\n the country situation, including the number and availability of small arms and light weapons;1 \\n existing work being performed by the UN country team and other partners, such as the World Bank and non-governmental organizations (NGOs); \\n existing provisions for DDR within current security arrangements or peace agreements signed between parties to the conflict; \\n the experience of previous DDR operations (if any) and the role of regional organiza- tions and interested Member States.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2721, - "Score": 0.210559, - "Index": 2721, - "Paragraph": "\\n 1 A good source for this information is the relevant Small Arms Survey report; see http://www.small- armssurvey.org. \\n 2 In Liberia, the dispute over the allocation of ministerial positions resulted in the walkout of junior members of the three factions in the first meeting of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration in 2003, while uncertainty and disagreement over elections delayed the start of the DDR programme in C\u00f4te d\u2019Ivoire.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 22, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 2 In Liberia, the dispute over the allocation of ministerial positions resulted in the walkout of junior members of the three factions in the first meeting of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration in 2003, while uncertainty and disagreement over elections delayed the start of the DDR programme in C\u00f4te d\u2019Ivoire.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2218, - "Score": 0.209657, - "Index": 2218, - "Paragraph": "Voluntary contributions from UN Member States are the main source of financing for DDR programmes, and in particular reintegration activities. Contributions can originate from various sources, including foreign affairs ministries, overseas development assistance funds and defence ministries, among others. Key donors that usually provide financing for DDR, as well as security sector reform (SSR) and post-conflict recovery initiatives, include the following countries, together with their respective bilateral aid agencies and specialized mechanisms for funding post-conflict and transition priorities:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 12, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Voluntary contributions from UN Member States are the main source of financing for DDR programmes, and in particular reintegration activities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2607, - "Score": 0.20767, - "Index": 2607, - "Paragraph": "To ensure effective and sustainable involvement of the UN country team in integrated DDR programming, a UN country team DDR task force (headed by the DSRSG) and technical working group should be established to manage and supervise the integrated approach, including providing the resources and staff that have been agreed upon, being involved in key strategic decisions, and ensuring adequate liaison with Headquarters-level bodies and processes. Individual members of the UN country team shall be responsible for ensuring that their respective agencies, funds or programmes fulfil the responsibilities and carry out the roles defined in the integrated DDR strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.1. UN country team DDR task force", - "Heading4": "", - "Sentence": "To ensure effective and sustainable involvement of the UN country team in integrated DDR programming, a UN country team DDR task force (headed by the DSRSG) and technical working group should be established to manage and supervise the integrated approach, including providing the resources and staff that have been agreed upon, being involved in key strategic decisions, and ensuring adequate liaison with Headquarters-level bodies and processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2384, - "Score": 0.202031, - "Index": 2384, - "Paragraph": "Although not a method for collecting or analysing information, sampling is a useful tool for determining the scope, focus and precision of data collection activities, and should be used together with all of the methods described above. Through sampling, general insight on specific DDR issues can be obtained from civilian populations and subgroups (especially armed forces and groups). The key to obtaining valid assumptions through sampling is to ensure that the population sampled is representative, i.e., has characteristics broadly similar", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 9, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.7. Sampling", - "Sentence": "Through sampling, general insight on specific DDR issues can be obtained from civilian populations and subgroups (especially armed forces and groups).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 99, - "Score": 0.550019, - "Index": 99, - "Paragraph": "Criteria that establish who will benefit from DDR assistance and who will not. there are five categories of people that should be taken into consideration in DDR programmes: (1) male and female adult combatants; (2) children associated with armed forces and groups; (3) those working in non-combat roles (including women); (4) ex-combatants with disabilities and chronic illnesses; and (5) dependants. \\nWhen deciding on who will benefit from DDR assistance, planners should be guided by three principles, which include: (1) focusing on improving security. DDR assistance should target groups that pose the greatest risk to peace, while paying careful attentions to laying the foundation for recovery and development; (2) balancing equity with security. Targeted assistance should be balanced against rewarding violence. Fairness should guide eligibility; and (3) achieving flexibility. \\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Eligibility criteria ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 17, - "Score": 0.534522, - "Index": 17, - "Paragraph": "Refers to both individuals and groups who receive indirect benefits through a UN-supported DDR operation or programme. This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 1, - "Heading1": "Beneficiary/ies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 551, - "Score": 0.450564, - "Index": 551, - "Paragraph": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR). CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure. Specific provisions for CVR may also be included in local-level peace agreements, sometimes instead of DDR programmes (see IDDRS 2.20 on The Politics of DDR).When the preconditions for a DDR programme are absent, CVR may be used to contribute to security and stabilization, to help make the returns of stability more tangible, and to create more conducive environments for national and local peace processes. More specifically, CVR programmes can be used as a means to: \\n De-escalate violence during a preliminary ceasefire and build confidence before the signature of a Comprehensive Peace Agreement (CPA) and the launch of a DDR programme; \\n Prevent at-risk individuals, particularly at-risk youth, from joining armed groups; \\n Stop former members of armed groups from rejoining these groups and from en- gaging in violent crime and destructive social unrest; \\n Provide stop-gap reinsertion assistance for a defined period (6\u201318 months), par- ticularly if demobilization is complete and reintegration support is still at the planning and/or resource mobilization stage; \\n Encourage members of armed groups that have not signed on to peace agreements to move away from armed violence; \\n Reorient members of armed groups away from waging war and towards construc- tive activities; \\n Reduce violence in communities and neighbourhoods that are vulnerable to high rates of armed violence, organized crime and/or sexual or gender-based violence; and \\n Increase the capacity of communities and neighbourhoods to absorb newly rein- serted and reintegrated former combatants.CVR programmes are typically short to medium term and include, but are not limited to, a combination of: \\n Weapons and ammunition management; \\n Labour-intensive short-term employment; \\n Vocational/skills training and job employment; \\n Infrastructure improvement; \\n Community security and police rapprochement; \\n Educational outreach and social mobilization; \\n Mental health and psychosocial support, in both collective and individual formats; \\n Civic education; and \\n Gender transformative projects including education and awareness-raising pro- grammes with community members on gender, women\u2019s empowerment, and con- flict-related sexual and gender-based violence (SGBV) prevention and response.Whether introduced in mission or non-mission settings, CVR priorities and projects should, without exception, be crafted at the local level, with representative participation, and where possible, consultation of community stakeholders, including women, boys, girls and youth.All CVR programmes should be underpinned by a clear theory of change that defines the problem to be solved, surfaces the core assumptions underlying the theory of change, explains the core targets and metrics to be addressed, and describes how the proposed intervention activities will address these issues.Specific theories of change for CVR programmes should be adapted to particular con- texts. However, very often an underlying ex- pectation of CVR is that specific programme activities will provide former combatants and other at-risk individuals with alternatives that are more attractive than joining armed groups or resorting to armed violence and/or provide the mental tools and interpersonal coping strat- egies to resist incitements to violence. Another common underlying expectation is that CVR projects will contribute to social cohesion. In socially cohesive communities, com- munity members feel that they belong to the community, that there is trust between community members, and that community members can work together. Members of socially cohesive communities are more likely to be aware of, and more likely to inter- vene when they see, behaviour that may lead to violence. Therefore, by fostering social cohesion and providing alternatives, communities become active participants in the reduction of armed violence.By promoting peaceful and inclusive societies, CVR has the potential to directly contribute to the Sustainable Development Goals, and particularly SDG 16 on Peace, Justice and Strong Institutions. CVR can also reinforce other SDG targets, including 4.1 and 4.7, on education and promoting cultures of peace, respectively; 5.2 and 5.5, on preventing violence against women and girls and promoting women\u00b4s leadership and participation; and 8.7 and 8.8, related to child soldiers and improving workplace safety. CVR may also contribute to SDG 10.2, on political, social and economic inclusion; 11.1, 11.2 and 11.7, on housing, transport and safe public spaces; and 16.1, 16.2 and 16.4, related to reducing violence, especially against children, and the availability of arms.CVR programmes aim to sustain peace by preventing the (re-)recruitment of former combatants and other individuals at risk of recruitment (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR). Although CVR is essentially a technical intervention, the pro- cess of planning, formulating, negotiating and executing activities may be intensely political. CVR should involve routine engagement and negotiation with government officials, active and/or former members of armed groups, individuals at risk of recruit- ment, business and civic leaders, and communities as a whole; it necessitates a deep understanding of the local context and the common definition/understanding of an overarching CVR strategy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1283, - "Score": 0.446663, - "Index": 1283, - "Paragraph": "Although the negotiating parties may not need to know the details of a DDR process when they sign a peace agreement, they should have a shared understanding of the principles and outcomes of the DDR process and how this will be implemented.The capacity-building and provision of expertise extends to the mediation teams and international supporters of the peace process (envoys, mediators, facilitators, spon- sors and donors) who must have access to experts who can guide them in designing appropriate DDR provisions.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 13, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.4 Ensuring a common understanding of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the negotiating parties may not need to know the details of a DDR process when they sign a peace agreement, they should have a shared understanding of the principles and outcomes of the DDR process and how this will be implemented.The capacity-building and provision of expertise extends to the mediation teams and international supporters of the peace process (envoys, mediators, facilitators, spon- sors and donors) who must have access to experts who can guide them in designing appropriate DDR provisions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 104, - "Score": 0.422577, - "Index": 104, - "Paragraph": "Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self-reliance. No one can empower another; only the individual can empower herself or himself to make choices or to speak out. However,institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups. Empowerment of recipients, regardless of their gender, should be a central goal of any DDR interventions, and measures must be taken to ensure no particular Group is disempowered or excluded through the DDR process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 7, - "Heading1": "Empowerment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Empowerment of recipients, regardless of their gender, should be a central goal of any DDR interventions, and measures must be taken to ensure no particular Group is disempowered or excluded through the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 373, - "Score": 0.422577, - "Index": 373, - "Paragraph": "Sensitization within the DDR context refers to creating awareness, positive understanding and behavioural change towards: (1) specific components that are important to DDR planning, implementation and follow-up; and (2) transitional changes for ex-combatants, their dependants and surrounding communities, both during and post-DDR processes. For those who are planning and implementing DDR, sensitization can entail making sure that specific needs of women and children are included within DDR programme planning. It can consist of taking cultural traditions and values into consideration, depending on where the DDR process is taking place. For ex-combatants, their dependants and surrounding communities who are being sensitized, it means being prepared for and made aware of what will happen to them and their communities after being disarmed and demobilized, e.g., taking on new livelihoods, which will change both their lifestyle and environment. Such sensitization processes can occur with a number of tools: training and issue-specific workshops; media tools such as television, radio, print and poster campaigns; peer counselling, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 22, - "Heading1": "Sensitization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For those who are planning and implementing DDR, sensitization can entail making sure that specific needs of women and children are included within DDR programme planning.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 58, - "Score": 0.421117, - "Index": 58, - "Paragraph": "Sensitizing a community before, during and after the DDR process is essentiallythe process of making community members (whether they are ex-combatantor not) aware of the effects and changes DDR creates within the community. for example, it will be important for the community to know that reintegrationcan be a long-term, challenging process before it leads to stability; that excombatants might not readily take on their new livelihoods; that local capacity building will be an important emphasis for community building, etc. Such messages to the community can be dispersed with media tools, such as television; radio, print and poster campaigns; community town halls, etc., ensuring that a community\u2019s specific needs are addressed throughout the DDR process. See also \u2018sensitization\u2019.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 5, - "Heading1": "Community sensitization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Sensitizing a community before, during and after the DDR process is essentiallythe process of making community members (whether they are ex-combatantor not) aware of the effects and changes DDR creates within the community.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 251, - "Score": 0.421117, - "Index": 251, - "Paragraph": "All persons who will receive direct assistance through the DDR process, inclu\u00adding ex-combatants, women and children associated with fighting forces, and others identified during negotiations of the political framework and planning for a UN-supported DDR process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 15, - "Heading1": "Participants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All persons who will receive direct assistance through the DDR process, inclu\u00adding ex-combatants, women and children associated with fighting forces, and others identified during negotiations of the political framework and planning for a UN-supported DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1175, - "Score": 0.404061, - "Index": 1175, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the political dynamics of DDR:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 83, - "Score": 0.385758, - "Index": 83, - "Paragraph": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. detailed field assessments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Detailed field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 481, - "Score": 0.327327, - "Index": 481, - "Paragraph": "The objective of the DDR process is to contribute to security and stability in post-conflict environments so that recovery and development can begin. The DDR of ex-combatants is a complex process, with political, military, security, humanitarian and socio-economic dimensions. It aims to deal with the post-conflict security problem that arises when ex-combatants are left without livelihoods or support networks, other than their former comrades, during the vital transition period from conflict to peace and development. Through a process of removing weapons from the hands of combatants, taking the combatants out of military structures and helping them to integrate socially and economically into society, DDR seeks to support ex-combatants so that they can become active participants in the peace process.In this regard, DDR lays the groundwork for safeguarding and sustaining the communities in which these individuals can live as law-abiding citizens, while building national capacity for long-term peace, security and development. It is important to note that DDR alone cannot resolve conflict or prevent violence; it can, however, help establish a secure environment so that other elements of a recovery and peace-building strategy can proceed.The official UN definition of each of the stages of DDR is as follows:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "2. What is DDR?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The objective of the DDR process is to contribute to security and stability in post-conflict environments so that recovery and development can begin.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 506, - "Score": 0.322329, - "Index": 506, - "Paragraph": "The Inter-Agency Working Group on DDR has published two supplementary publications to the IDDRS: the Operational Guide to the IDDRS and the DDR Briefing Note for Senior Managers. The Operational Guide is intended to help users navigate the IDDRS by briefly outlining the key guidance in each module. The Briefing Note for Senior Managers is intended to facilitate managerial decisions and includes key strategic considerations and their policy implications. Both these publications are available at the UN DDR Resource Centre (http://www.unddr.org), which serves as an online platform on DDR and includes regular updates of both the IDDRS and the Operational Guide, a document database, training tools, a photo library and video clips.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 5, - "Heading1": "3. The integrated DDR standards", - "Heading2": "3.4. Supplementary publications and resources", - "Heading3": "", - "Heading4": "", - "Sentence": "The Inter-Agency Working Group on DDR has published two supplementary publications to the IDDRS: the Operational Guide to the IDDRS and the DDR Briefing Note for Senior Managers.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 159, - "Score": 0.315244, - "Index": 159, - "Paragraph": "Defined by the 52nd Session of ECOSOC in 1997 as \u201cthe process of assessing the implications for women and men of any planned action, including legislation, policies or programmes, in all areas and at all levels. It is a strategy for making women\u2019s as well as men\u2019s concerns and experiences an integral dimension of the design, implementation, monitoring and evaluation of policies and programmes in all political, economic and societal spheres, so that women and men benefit equally and inequality is not perpetrated. The ultimate goal of gender mainstreaming is to achieve gender equality.\u201d Gender mainstreaming emerged as a major strategy for achieving gender equality following the Fourth World Conference on Women held in Beijing in 1995. In the context of DDR, gender mainstreaming is necessary in order to ensure women and girls receive equitable access to assistance programmes and packages, and it should, therefore, be an essential component of all DDR-related interventions. In order to maximize the impact of gender mainstreaming efforts, these should be complemented with activities that are directly tailored for marginalized segments of the intended beneficiary group.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 10, - "Heading1": "Gender mainstreaming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of DDR, gender mainstreaming is necessary in order to ensure women and girls receive equitable access to assistance programmes and packages, and it should, therefore, be an essential component of all DDR-related interventions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 397, - "Score": 0.314485, - "Index": 397, - "Paragraph": "A broad term used to denote all local, national and international actors who have an interest in the outcome of any particular DDR process. This includes participants and beneficiaries, parties to peace accords/political frameworks, national authorities, all UN and partner implementing agencies, bilateral and multilateral donors, and regional actors and international political guarantors of the peace process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 23, - "Heading1": "Stakeholders", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A broad term used to denote all local, national and international actors who have an interest in the outcome of any particular DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 110, - "Score": 0.29277, - "Index": 110, - "Paragraph": "A person who has assumed any of the responsibilities or carried out any of the activities mentioned in the definition of \u2018combatant\u2019, and has laid down or surrendered his/her arms with a view to entering a DDR process. Former combatant status may be certified through a demobilisation process by a recognised authority. Spontaneously auto-demobilised individuals, such as deserters, may also be considered ex-combatants if proof of non-combatant status over a period of time can be given.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 7, - "Heading1": "Ex-combatan", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A person who has assumed any of the responsibilities or carried out any of the activities mentioned in the definition of \u2018combatant\u2019, and has laid down or surrendered his/her arms with a view to entering a DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 477, - "Score": 0.29277, - "Index": 477, - "Paragraph": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict. In a peacekeeping context, this trend has been part of a move towards complex operations that seek to deal with a wide variety of issues ranging from security to human rights, rule of law, elections and economic governance, rather than traditional peacekeeping where two warring parties were separated by a ceasefire line patrolled by blue-helmeted soldiers.The changed nature of peacekeeping and post-conflict recovery strategies requires close coordination among UN departments, agencies, funds and programmes. In the past five years alone, DDR has been included in the mandates for multidimensional peacekeeping operations in Burundi, C\u00f4te d\u2019Ivoire, the Democratic Republic of the Congo, Haiti, Liberia and Sudan. Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes. This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 81, - "Score": 0.267261, - "Index": 81, - "Paragraph": "A civilian who depends upon a combatant for his/her livelihood. This can include friends and relatives of the combatant, such as aged men and women, non-mobilized children, and women and girls. Some dependants may also be active members of a fighting force. For the purposes of DDR programming, such persons shall be considered combatants, not dependants.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Dependant", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For the purposes of DDR programming, such persons shall be considered combatants, not dependants.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 498, - "Score": 0.263625, - "Index": 498, - "Paragraph": "The IDDRS have been drafted on the basis of lessons and best practices drawn from the experience of all the departments, agencies, funds and programmes involved to provide the UN system with a set of policies, guidelines and procedures for the planning, implementation and monitoring of DDR programmes in a peacekeeping context. While the IDDRS were designed with peacekeeping contexts in mind, much of the guidance contained within these standards will also be applicable for non-peacekeeping contexts.The three main aims of the IDDRS are:\\nto give DDR practitioners the opportunity to make informed decisions based on a clear, flexible and in-depth body of guidance across the range of DDR activities;\\nto serve as a common foundation for the commencement of integrated operational planning in Headquarters and at the country level; \\nto function as a resource for the training of DDR specialists.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "3. The integrated DDR standards", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While the IDDRS were designed with peacekeeping contexts in mind, much of the guidance contained within these standards will also be applicable for non-peacekeeping contexts.The three main aims of the IDDRS are:\\nto give DDR practitioners the opportunity to make informed decisions based on a clear, flexible and in-depth body of guidance across the range of DDR activities;\\nto serve as a common foundation for the commencement of integrated operational planning in Headquarters and at the country level; \\nto function as a resource for the training of DDR specialists.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 453, - "Score": 0.260133, - "Index": 453, - "Paragraph": "Within the DDR context, weapons management refers to the handling, administration and oversight of surrendered weapons, ammunition and unexploded ordnance (UXO) whether received, disposed of, destroyed or kept in long-term storage. An integral part of managing weapons during the DDR process is their registration, which should preferably be managed by international and government agencies, and local police, and monitored by international forces. A good inventory list of weapons\u2019 serial numbers allows for the effective tracing and tracking of weapons\u2019 future usage. During voluntary weapons collections, food or money-related incentives are given in order to encourage registration. \\nAlternately, weapons management refers to a national government\u2019s administration of its own legal weapons stock. Such administration includes registration, according to national legislation, of the type, number, location and condition of weapons. In addition, a national government\u2019s implementation of its transfer controls of weapons, to decrease illicit weapons\u2019 flow, and regulations for weapons\u2019 export and import authorizations (within existing State responsibilities), also fall under this definition.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 26, - "Heading1": "Weapons management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "An integral part of managing weapons during the DDR process is their registration, which should preferably be managed by international and government agencies, and local police, and monitored by international forces.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 479, - "Score": 0.259281, - "Index": 479, - "Paragraph": "In response to this fragmented approach, six UN agencies, departments, funds and programmes came together in 2004 to draft a series of integrated DDR standards (IDDRS), i.e., a set of policies, guidelines and procedures for UN-supported DDR programmes in a peacekeeping context. Following workshop discussions and extensive consultations with country-level practitioners from the UN, member states, regional organizations, non-governmental organizations and the World Bank, the IDDRS were further developed and a second draft was tested in 2005.The Inter-Agency Working Group on DDR, which was formally established by the Executive Committee on Peace and Security in March 2005 with a mandate to improve the UN performance in DDR, now counts 15 UN departments, agencies, funds and programmes as its members.1 This first edition of the IDDRS has been jointly developed and approved by all 15 Working Group members.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "1. Towards a common UN approach to DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In response to this fragmented approach, six UN agencies, departments, funds and programmes came together in 2004 to draft a series of integrated DDR standards (IDDRS), i.e., a set of policies, guidelines and procedures for UN-supported DDR programmes in a peacekeeping context.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1183, - "Score": 0.241747, - "Index": 1183, - "Paragraph": "It is essential to encourage unity of effort in the analysis, design and implementation of politically sensitive DDR processes. This emphasis must start with ensuring that those negotiating a peace agreement are properly advised so as to reach technically sound agreements and to integrate DDR processes with other relevant parts of the peace process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles ", - "Heading2": "4.4 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "This emphasis must start with ensuring that those negotiating a peace agreement are properly advised so as to reach technically sound agreements and to integrate DDR processes with other relevant parts of the peace process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 119, - "Score": 0.239046, - "Index": 119, - "Paragraph": "Programme in which food is supplied on condition that the recipient attends a training programme", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 8, - "Heading1": "Food for training (FFT) ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Programme in which food is supplied on condition that the recipient attends a training programme", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 202, - "Score": 0.239046, - "Index": 202, - "Paragraph": "Organizations and agencies that execute programmes and services within UN-supported DDR operations. The presence and capacity of implementing partners varies significantly in different countries and may include national authorities, UN missions and agencies, national and international NGOs, community-based organizations and local businesses.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 12, - "Heading1": "Implementing partner", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Organizations and agencies that execute programmes and services within UN-supported DDR operations.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 404, - "Score": 0.239046, - "Index": 404, - "Paragraph": "In the context of DDR, the term refers to a large accumulated stock of weapons and explosive ordnance.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 23, - "Heading1": "Stockpile", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of DDR, the term refers to a large accumulated stock of weapons and explosive ordnance.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 325, - "Score": 0.236433, - "Index": 325, - "Paragraph": "The provision of reintegration support is a right enshrined in article 39 of the CRC: \u201cState Parties shall take all appropriate measures to promote . . . social reintegration of a child victim of . . . armed conflicts\u201d. Child-centred reintegration is multi-layered and focuses on family reunification; mobilizing and enabling care systems in the community; medical screening and health care, including reproductive health services; schooling and/or vocational training; psychosocial support; and social, cultural and economic support. Socio-economic reintegration is often underestimated in DDR programmes, but should be included in all stages of programming and budgeting, and partner organizations should be involved at the start of the reintegration process to establish strong collaboration structures.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reintegration of children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Socio-economic reintegration is often underestimated in DDR programmes, but should be included in all stages of programming and budgeting, and partner organizations should be involved at the start of the reintegration process to establish strong collaboration structures.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 242, - "Score": 0.227921, - "Index": 242, - "Paragraph": "The government department(s), organization(s) or institution(s) in a country responsible for the regulation, management and coordination of DDR activities.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 15, - "Heading1": "National authority", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The government department(s), organization(s) or institution(s) in a country responsible for the regulation, management and coordination of DDR activities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 511, - "Score": 0.225374, - "Index": 511, - "Paragraph": "Each IDDRS module is current with effect from the date shown on the cover page. As the IDDRS are periodically reviewed, users should consult the UN DDR Resource Centre web site for updates: http://www.unddr.org.\\nFeedback and comments on the IDDRS are actively encouraged and should be sent to the Secretariat of the Inter-Agency Working Group via the DDR Resource Centre web site.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 5, - "Heading1": "3. The integrated DDR standards", - "Heading2": "3.5. Updates and feedback", - "Heading3": "", - "Heading4": "", - "Sentence": "As the IDDRS are periodically reviewed, users should consult the UN DDR Resource Centre web site for updates: http://www.unddr.org.\\nFeedback and comments on the IDDRS are actively encouraged and should be sent to the Secretariat of the Inter-Agency Working Group via the DDR Resource Centre web site.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 499, - "Score": 0.223452, - "Index": 499, - "Paragraph": "The standards consist of 23 modules and three submodules divided into five levels:\\nLevel one consists of the introduction and a glossary to the full IDDRS; \\nLevel two sets out the strategic concepts of an integrated approach to DDR in a peacekeeping context; \\nLevel three elaborates on the structures and processes for planning and implementation of DDR at Headquarters and in the field; \\nLevel four provides considerations, options and tools for carrying out DDR operations;\\nLevel five covers the UN approach to essential cross-cutting issues, such as gender, youth and children associated with the armed forces and groups, cross-border movements, food assistance, HIV/AIDS and health.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 3, - "Heading1": "3. The integrated DDR standards", - "Heading2": "3.1. IDDRS levels and modules", - "Heading3": "", - "Heading4": "", - "Sentence": "The standards consist of 23 modules and three submodules divided into five levels:\\nLevel one consists of the introduction and a glossary to the full IDDRS; \\nLevel two sets out the strategic concepts of an integrated approach to DDR in a peacekeeping context; \\nLevel three elaborates on the structures and processes for planning and implementation of DDR at Headquarters and in the field; \\nLevel four provides considerations, options and tools for carrying out DDR operations;\\nLevel five covers the UN approach to essential cross-cutting issues, such as gender, youth and children associated with the armed forces and groups, cross-border movements, food assistance, HIV/AIDS and health.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 146, - "Score": 0.222375, - "Index": 146, - "Paragraph": "The objective of achieving representational numbers of women and men among staff. The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process. Achieving gender balance, or at least improving the representation of women in peace operations, has been defined as a strategy for increasing operational capacity on issues related to women, girls, gender equality and mainstreaming.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 9, - "Heading1": "Gender balance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 538, - "Score": 0.218218, - "Index": 538, - "Paragraph": "This module sets out the basic conceptual and strategic parameters of CVR and its place within integrated DDR processes. It also outlines the principles and programmatic con- siderations that should guide the design, planning and implementation of CVR.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module sets out the basic conceptual and strategic parameters of CVR and its place within integrated DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1290, - "Score": 0.202031, - "Index": 1290, - "Paragraph": "International actors, including the UN, Member States and other concerned stakehold- ers must understand the need to politically support DDR processes. They must also ensure that the agreements reached are responsive to the parties\u2019 demands, fair and implementable, and create a supportive environment for DDR.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.5 Ensuring international support for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "They must also ensure that the agreements reached are responsive to the parties\u2019 demands, fair and implementable, and create a supportive environment for DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/Which preconditions are required for the implementation of a viable DDR programme?.json b/media/usersResults/Which preconditions are required for the implementation of a viable DDR programme?.json deleted file mode 100644 index 645e6e2..0000000 --- a/media/usersResults/Which preconditions are required for the implementation of a viable DDR programme?.json +++ /dev/null @@ -1,9066 +0,0 @@ -[ - { - "index": 1528, - "Score": 0.583333, - "Index": 1528, - "Paragraph": "The UN\u2019s integrated approach to DDR is applicable to mission and non-mission contexts, and emphasizes the role of DDR programmes, DDR-related tools, and reintegration support, including when complementing DDR-related tools.The unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a range of activities falling under the operational categories of disarmament, demobilization and reintegration. (See definitions above.) These programmes are typically top-down and are designed to implement the terms of a peace agreement between armed groups and the Government.The UN views DDR programmes as an integral part of peacebuilding efforts. DDR programmes focus on the post-conflict security problem that arises when combatants are left without livelihoods and support networks during the vital period stretching from conflict to peace, recovery and development. DDR programmes also help to build national capacity for long-term reintegration and human security, and they recognize the need to contribute to the right to reparation and to guarantees of non-repetition (see IDDRS 6.20 on DDR and Transitional Justice).DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme:DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for \\nDDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.DDR programmes provide a framework for their coordination, management and implementation by national Governments with support from the UN system, international financial institutions, and regional stakeholders. They establish the expected outcomes, outputs and activities required, organize costing requirements into a budget, and set the monitoring and evaluation framework by identifying indicators, targets and milestones.The UN\u2019s integrated approach to DDR acknowledges that planning for DDR programmes shall be initiated as early as possible, even before a ceasefire and/or peace agreement is signed, before sufficient trust is built in the peace process, and before minimum conditions of security are reached that enable the parties to the conflict to engage willingly in DDR (see IDDRS 3.10 on Integrated DDR Planning).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).In recent years, DDR practitioners have increasingly been deployed in settings where the preconditions for DDR programmes are not in place. In some contexts, a peace agreement may have been signed but the armed groups have lost trust in the peace process or reneged on the terms of the deal. In other settings, where there are multiple armed groups, some may sign on to a peace agreement while others do not. In contexts of violent extremism conducive to terrorism, peace agreements are only a remote possibility.It is not solely the lack of ceasefire agreements or peace processes that makes integrated DDR more challenging, but also the proliferation and diversification of armed groups, including some with links to transnational networks and organized crime. The phenomenon of violent extremism, as and when conducive to terrorism, creates legal and operational challenges for integrated DDR and, as a result, requires specific guidance. (For legal guidance pertinent to the UN approach to DDR, see IDDRS 2.11 on The Legal Framework for UN DDR.) Support to programmes for individuals leaving armed groups labelled and/or designated as terrorist organizations, among other things, should be predicated on a comprehensive screening process based on international standards, including international human rights obligations and national justice frameworks. There is no universally agreed upon definition of \u2018terrorism\u2019, nor associated terms such as \u2018violent extremism\u2019. Nevertheless, the 19 international instruments on terrorism agree on definitions of terrorist acts/offenses, which are binding on Member States that are party to these conventions, as well as Security Council resolutions that describe terrorist acts. Practitioners should have a solid grounding in the evolving international counter-terrorism framework as established by the United Nations Global Counter-Terrorism Strategy, relevant General Assembly and Security Council resolutions and mandates, and the Secretary-General\u2019s Plan of Action to Prevent Violent Extremism.In response to these challenges, DDR practitioners may contribute to stabilization initiatives through the use of DDR-related tools. The specific aims of DDR-related tools will vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP), and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN\u2019s integrated approach to DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In line with the sustaining peace approach, this means that the UN should provide long-term support to reintegration that takes place in the absence of DDR programmes during conflict escalation, ongoing conflict and post-conflict reconstruction (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). The first goal of this support should be to facilitate the sustainable reintegration of those leaving armed forces and groups. However, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent future recruitment and sustain peace.In this regard, opportunities should be seized to prevent relapse into conflict (or any form of violence), including by tackling root causes and understanding peace dynamics. Appropriate linkages should also be established with local and national stabilization, recovery and development plans. Reintegration support as part of sustaining peace is not only an integral part of DDR programmes, it also follows SSR where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups labelled and/or designated as terrorist organizations.In sum, in countries in active armed conflict or emerging from armed conflict, DDR programmes, related tools and reintegration support contribute to stabilization efforts, to addressing gender inequalities exacerbated by conflict, and to creating an environment in which a peace process, political and social reconciliation, access to livelihoods and sustainable decent work, and long-term development can take root. When the preconditions for a DDR programme are in place, the DDR of combatants from both armed forces and groups can help to establish a climate of confidence and security, a necessity for recovery activities to begin, which can directly yield tangible benefits for the population. When the preconditions for a DDR programme are not in place, practitioners may choose from a set of DDR-related tools and measures in support of reintegration that can contribute to stabilization, help to make the returns of stability more tangible, and create more conducive environments for national and local peace processes. As such, integrated DDR processes should be seen as integral parts of efforts to consolidate peace and promote stability, and not merely as a set of sequenced technical programmes and activities.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 10, - "Heading1": "4. The UN DDR approach", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme:DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1439, - "Score": 0.530669, - "Index": 1439, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1561, - "Score": 0.51031, - "Index": 1561, - "Paragraph": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations. In countries where there is no United Nations peace operation mandated by the Security Council, UN DDR support will be provided when either a national Government and/or UN RC requests assistance.The disarmament and demobilization components of a DDR programme will be undertaken by national institutions with advice and technical support from relevant UN departments, agencies, programmes and funds, the UNCT, regional organizations and bilateral actors. The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner. When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered. The alignment of CVR initiatives in non-mission contexts with reintegration assistance is essential.Decision-making and accountability for UN-supported DDR rest, in this context, with the UN RC, who will identify one or more UN lead agency(ies) in the UNCT based on in-country capacity and expertise. The UN RC should establish a UN DDR Working Group co-chaired by the lead agency(ies) at the country level to coordinate the contribution of the UNCT to integrated DDR, including on issues related to gender equality, women\u2019s empowerment, youth and child protection, and support to persons with disabilities.DDR programmes, DDR-related tools and reintegration support, where applicable, will require the allocation of national budgets and/or the mobilization of voluntary contributions, including through the establishment of financial management structures, such as a dedicated multi-donor trust fund or catalytic funding provided by the Peacebuilding Fund (PBF)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 12, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.2 DDR in non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1754, - "Score": 0.436436, - "Index": 1754, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1571, - "Score": 0.433013, - "Index": 1571, - "Paragraph": "Mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Where peace operations are mandated to manage and re-solve an actual or potential conflict within States, DDR is generally mandated through a UN Security Council resolution, ideally within the framework of a ceasefire and/or a comprehensive peace agreement with specific provisions on DDR. Decision-making and accountability rest with the Special Representative or Special Envoy of the Secretary-General.Missions with a DDR mandate usually include a dedicated DDR component to support the design and implementation of a nationally led DDR programme. When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme. These types of DDR-related tools can also be designed and implemented to contribute to other mandated priorities such as the protection of civilians, stabilization and support to the overall peace process.Integrated disarmament, demobilization (including reinsertion) and other DDR-related tools (except those covering reintegration support) fall under the responsibility of the UN peace operation\u2019s DDR component. The reintegration component will be supported and/or undertaken in an integrated manner very often by relevant agencies, funds and programmes within the United Nations Country Team (UNCT), as well as international financial institutions, under the leadership of the Deputy Special Representative of the Secretary-General (DSRSG)/Humanitarian Coordinator (HC)/Resident Coordinator (RC), who will designate lead agency(ies). The DDR mission component shall therefore work in close coordination with the UNCT. The UN DSRSG/HC/RC should establish a UN DDR Working Group at the country level with co-chairs to be defined, as appropriate, to coordinate the contributions of the UNCT and international financial institutions to integrated DDR.While UN military and police contingents provide a minimum level of security, support from other mission components may include communications, gender equality, women\u2019s empowerment, and youth and child protection. With regard to special political missions and good offices engagements, DDR implementation structures and partnerships may need to be adjusted to the mission\u2019s composition as the mandate evolves. This adjustment can take account of needs at the country level, most notably with regard to the size and capacities of the DDR component, uniformed personnel and other relevant technical expertise.In the case of peace operations, the Security Council mandate also forms the basis for assessed funding for all activities related to disarmament, demobilization (including reinsertion) and DDR-related tools (except those covering reintegration support). Fundraising for reintegration assistance and other activities needs to be conducted by Governments and/or regional organizations with support from United Nations peace operations, agencies, funds and programmes, bilateral donors and relevant international financial institutions. Regarding special political missions and good offices engagements, support to integrated DDR planning and implementation may require extra-budgetary funding in the form of voluntary contributions and the establishment of alternative financial management structures, such as a dedicated multi-donor trust fund.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.1 DDR in mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1585, - "Score": 0.374634, - "Index": 1585, - "Paragraph": "Violent conflicts do not always completely cease when a political settlement is reached or a peace agreement is signed. There remains a real danger that violence will flare up again during the immediate post-conflict period, because putting right the political, security, social and economic problems and other root causes of war is a long-term project. Furthermore, peace operations are often mandated in contexts where an agreement is yet to be reached or where a peace process is yet to be initiated or is only partially initiated. In non-mission contexts, requests from the Government for the UN to support DDR are made either when ceasefires are reached or when a peace agreement or a comprehensive peace agreement is signed. This is why practitioners should decide whether DDR programmes, DDR-related tools and/or reintegration support constitute the most appropriate response to a particular situation. A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context. These may include: \\nThe disbanding of armed groups: Governments may request assistance to disband armed groups. The establishment of a DDR programme is agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. Trust and commitment by the parties to the implementation of an agreement and minimum conditions of security are essential for the success of a DDR programme. Administratively, there is little difference between DDR programmes for armed forces and armed groups. Both may require the full registration of weapons and personnel, followed by the collection of information, referral and counselling that are needed before effective reintegration programmes can be put in place. \\nThe rightsizing of armed forces or police: Governments may request assistance to downsize or restructure their armies or police and supporting institutional infrastructure (salaries, benefits, basic services, etc.). Such processes contribute to security sector reform (SSR) (see IDDRS 6.10 on DDR and Security Sector Reform). DDR practitioners should work in close collaboration with SSR experts while planning reintegration support to former members of armed forces. \\nThe repatriation of foreign combatants and associated groups: Considering the regional dimensions of conflict, Governments may agree to assistance to repatriation. DDR programmes may need to become involved in repatriating national combatants and their civilian family members, as well as children associated with armed forces and groups who may have crossed an international border. Such repatriation needs to be in accordance with the principle of non-refoulement, as set out in international humanitarian, human rights and refugee law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 635, - "Score": 0.372046, - "Index": 635, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 668, - "Score": 0.348155, - "Index": 668, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1700, - "Score": 0.346194, - "Index": 1700, - "Paragraph": "Integrated DDR processes shall be designed on the basis of detailed quantitative and qualitative data. Supporting information management systems should ensure that this data remains up to date, accurate and accessible. In the planning stages, information is gathered on the location of armed forces and groups, the demographics of their members (grouped according to sex and age), their weapons stocks, and the political and conflict dynamics at national and local levels. Surveys of national and local labour market conditions and reintegration opportunities should be undertaken. Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required. Monitoring and evaluation should be based on an integrated approach to metrics, and produce lessons learned and best practices that will influence the further development of IDDRS policy and practice (see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.2. Planning: assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1716, - "Score": 0.339683, - "Index": 1716, - "Paragraph": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic and political dimensions. It may be influenced by factors such as the choices and capacities of individuals to shape a new life, the security situation and perceptions of security, family and support networks, and the psychological well-being and mental health of ex-combatants and the wider community. Reintegration processes are part of the development of a country. Facilitating reintegration is therefore primarily the responsibility of national Governments and their institutions, with the international community playing a supporting role if requested.Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. During DDR programmes assistance is often given collectively, to large numbers of DDR participants and beneficiaries, as part of the implementation of a Comprehensive Peace Agreement (CPA). However, when the preconditions for a DDR programme are not in place, reintegration support can still play an important role in sustaining peace. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. This renewed UN policy engagement emerges from the need to address ongoing armed conflicts that are often protracted and complex. In these settings, individuals may exit armed forces and groups during all phases of an armed conflict. This type of exit will often be individual and can take different forms, including voluntary exit or capture.In order to support and strengthen the foundation for sustainable peace, the reintegration of ex- combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. Instead, reintegration support should be considered at all times, even in the absence of a DDR programme. This support may include the provision of assistance to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.When reintegration support is provided during ongoing conflict, it should aim to strengthen resilience against re-recruitment and also to prevent additional first-time recruitment. To do this it is important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. The strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.There will be additional challenges when supporting reintegration during ongoing conflict. Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and others involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to \u2018do no harm\u2019 and, in fact, \u2018do good\u2019. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, thereby demanding a higher level of coordination among existing and planned programmes to avoid the possibility that they may negatively affect each other. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 3, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, when the preconditions for a DDR programme are not in place, reintegration support can still play an important role in sustaining peace.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1691, - "Score": 0.322749, - "Index": 1691, - "Paragraph": "From the earliest assessment phase and throughout all stages of strategy development, planning and implementation, it is essential to encourage integration and unity of effort within the UN system and with national players. It is also important to coordinate the participation of international partners so as to achieve common objectives. Joint assess-ments and programming are key to ensuring that DDR programmes in both mission and non-mission contexts are implemented in an integrated manner. DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 25, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.9. Integrated ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1730, - "Score": 0.317526, - "Index": 1730, - "Paragraph": "This module explains the shift introduced by IDDRS 2.10 on The UN Approach to DDR concerning reintegration support to ex-combatants and persons formerly associated with armed forces and groups. Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place. The aim of this support is to assist the sustainable reintegration of those who have left armed forces and groups even before peace agreements are negotiated and signed, responding to opportunities as well as humanitarian, developmental and security imperatives.The objectives of this module are to: \\n Explain the implications of the UN\u2019s sustaining peace approach for reintegration support. \\n Provide policy guidance on how to address reintegration challenges and realize reintegration opportunities across the peace continuum. \\n Consider the general issues concerning reintegration support in contexts where the preconditions for DDR programmes are not in place.DDR practitioners involved in outlining and negotiating the content of reintegration support with Governments and other stakeholders are invited to consult IDDRS 4.30 on Reintegration for specific programmatic guidance on the various ways to support reintegration. Options and considerations for reintegration support to specific needs groups can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; and IDDRS 5.30 on Youth and DDR. Finally, as reintegration support may involve a broad array of practitioners (including but not limited to \u2018DDR practitioners\u2019), when appropriate, this module refers to DDR practitioners and others involved in the planning, implementation and management of reintegration support.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1939, - "Score": 0.316228, - "Index": 1939, - "Paragraph": "In settings of ongoing conflict, it is possible that armed groups may splinter and multiply. Some of these armed groups may sign peace agreements while others refuse. Reintegration support to individuals who have exited non-signatory armed groups in ongoing conflict needs to be carefully designed; risk mitigation and adherence to principles such as \u2018do no harm\u2019 shall be ensured. A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR). Based on conflict analysis and armed group mapping, DDR practitioners should consider direct engagement with armed groups through political negotiations and other DDR- related activities (see IDDRS 2.20 on The Politics of DDR and IDDRS 2.30 on Community Violence Reduction). The risks of such engagement should, of course, be properly assessed in advance, and along the way.DDR practitioners and others involved in designing or managing reintegration assistance should also be aware that as a result of the risks of supporting reintegration in settings of ongoing conflict, combined with a possible lack of national political will, legitimacy of governance and weak capacity, programme funding may be difficult to mobilize. Reintegration programmes should therefore be designed in a transparent and flexible manner, scaled appropriately to offer viable opportunities to ex-combatants and persons formerly associated with armed groups.In line with the shift to peace rather than conflict as the starting point of analysis, programmes should seek to identify positive entry points for supporting reintegration. In ongoing conflict contexts, these entry points could include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models for other areas to follow. Reintegration support provided as part of a pilot effort would likely set the bar for future assistance and establish expectations for other groups that may need to be met to ensure equity and to avoid negative outcomes.Additional entry points for reintegration support in ongoing conflict may be a particular armed group whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors. Reintegration programmes should consider local champions, known figures to support such efforts from local government, tribal, religious and community leadership, and private and business actors. These actors can be key in generating peace dividends and building the necessary trust and support for the programme.For more detail on entry points and risks regarding reintegration support during armed conflict, see section 9 of IDDRS 4.30 on Reintegration.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.2 Reintegration support for conflict prevention", - "Heading3": "5.2.2. Entry points and risk mitigation", - "Heading4": "", - "Sentence": "A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1623, - "Score": 0.311286, - "Index": 1623, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 672, - "Score": 0.308607, - "Index": 672, - "Paragraph": "CVR may also be used in the absence of a DDR programme. (See Table 3 below.) CVR can be used to build confidence between warring parties and to show the possible dividends of future peace. In turn, this may help to foster an environment that is con- ducive to the signing of a peace agreement.It is possible that DDR processes will not include DDR programmes, either because the preconditions for DDR programmes are not present or because alternative meas- ures are more appropriate. For example, a local-level peace agreement may include provisions for CVR rather than a DDR programme. These local-level agreements can take many different forms, including (but not limited to) local non-aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements (see IDDRS 2.20 on The Political Dimensions of DDR).Alternatively, in certain cases armed groups designated as terrorist organizations by the United Nations Security Council may refuse to sign peace agreements. Individ- uals who voluntarily decide to leave these armed groups may participate in CVR pro- grammes. However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 12, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.2 CVR in the absence of DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may also be used in the absence of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1270, - "Score": 0.308607, - "Index": 1270, - "Paragraph": "The DDR-related clauses included within peace agreements should be realistic and appropriate for the setting. In CPAs, the norm is to include a commitment to under- take a DDR programme. The details, including provisions regarding female combat- ants, WAAFG and CAAFG, are usually developed later in a national DDR programme document. Local-level peace agreements will not necessarily include a DDR programme, but may include a range of DDR-related tools such as CVR and transi- tional WAM (see IDDRS 2.10 on The UN Approach to DDR). Provisions that legitimize entitlements for those who have been members of armed forces and groups should be avoided (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Regardless of the type of peace agreement, mediators and signatories should have a minimum understanding of DDR, including the preconditions and principles of gender- responsive and child-friendly DDR (see IDDRS 2.10 on The UN Approach to DDR). Where necessary they should call upon DDR experts to build capacity and knowledge among all of the actors involved and to advise them on the negotiation of relevant and realistic DDR provisions.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.2 Ensuring adequate provisions for DDR in peace agreements ", - "Heading3": "", - "Heading4": "", - "Sentence": "In CPAs, the norm is to include a commitment to under- take a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 866, - "Score": 0.306186, - "Index": 866, - "Paragraph": "In carrying out DDR processes, UN system actors are governed by their constituent instruments and by the specific mandates given to them by their respective governing bodies. In general, a mandate authorizes and tasks an actor to carry out specific functions. Mandates are the main points of reference for UN-supported DDR processes that will determine the scope of activities that can be undertaken.In the case of the UN and its subsidiary organs, including its funds and programmes, the primary source of all mandates is the Charter of the United Nations (the \u2018Charter\u2019). Specific mandates are further established through the adoption of decisions by the Organization\u2019s principal organs in accordance with their authority under the Charter. Both the General Assembly and the Security Council have the competency to provide DDR mandates as measures related to the maintenance of international peace and security. For the funds and programmes, mandates are further provided by the decisions of their executive boards. Specialized agencies and related organizations of the UN system similarly operate in host States in accordance with the terms of their constituent instruments and the decisions of their deliberative bodies or other competent organs.In addition to mandates, UN system actors are governed by their internal rules, policies and procedures.DDR processes are also undertaken in the context of a broader international legal framework and should be implemented in a manner that ensures that the relevant rights and obligations under that broader legal framework are respected. Peace agreements, where they exist, are also crucial in informing the implementation of DDR practitioners\u2019 mandates by providing a framework for the DDR process. Peace agreements can take a variety of forms, ranging from local-level agreements to national-level ceasefires and Comprehensive Peace Agreements (see IDDRS 2.20 on The Politics of DDR). Following the conclusion of an agreement, a DDR policy document may also be developed by the Government and the signatory armed groups, often with UN support. Where the UN DDR mandate consists of providing support to national DDR efforts and makes reference to the peace agreement, DDR practitioners will typically work within the framework of the peace agreement and the DDR policy document.DDR processes can also be implemented in contexts where there are no peace agreements (see IDDRS 2.10 on The UN Approach to DDR). Therefore, if there is no such framework in place, UN system DDR practitioners will have to rely solely on their own entity\u2019s mandate in order to determine their role and responsibilities, as well as the applicable basic principles.Finally, to facilitate DDR processes, UN system actors conclude project and technical agreements with the States in which they operate, which also provide a framework. They also enter into agreements with the host State to regulate their status, privileges and immunities and those of their personnel.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Peace agreements, where they exist, are also crucial in informing the implementation of DDR practitioners\u2019 mandates by providing a framework for the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1371, - "Score": 0.306186, - "Index": 1371, - "Paragraph": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements. Other DDR-related tools, such as CVR, may be more appropriate, particularly following a local-level peace agreement or even during active conflict (see IDDRS 2.30 on Community Violence Reduction).DDR practitioners must assess the political consequences, if any, of supporting DDR processes in active conflict contexts. In particular, the intended outcomes of such interventions should be clear. For example, is the aim to contribute to local-level sta- bilization or to make the rewards of stability more tangible, perhaps through a CVR project or by supporting the reintegration of those who leave active armed groups? Alternatively, is the purpose to provide impetus to a national-level peace process? If the latter, a clear theory of change, outlining how local interventions are intended to scale up, is required.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.2 DDR-related tools ", - "Heading3": "", - "Heading4": "", - "Sentence": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1872, - "Score": 0.300965, - "Index": 1872, - "Paragraph": "Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. DDR programmes are often \u2018collective\u2019 in that they address groups of combatants and persons associated with armed forces and groups through a formal and controlled programme, often as part of the implementation of a CPA.Increasingly, the UN is called upon to address security challenges that arise from situations where comprehensive political settlements are lacking and the preconditions for DDR programmes are not present. When conflict is ongoing, exit from armed groups is often individual and can take different forms. Those who are captured or who voluntarily leave armed groups will likely fall under the custody of authorities, such as the regular armed forces or law enforcement officials. In some contexts, however, those leaving armed groups may find their way back into communities without falling into the custody of authorities. This is often the case for female ex-combatants and women formerly associated with armed forces and groups who escape \u2018invisibly\u2019 and who may be difficult to identify and reach for support. Community-based reintegration programmes aiming to support these groupsshould be based on credible information, verified through an agreed-upon mechanism that includes key actors. Local peace and development committees may play an important role in prioritizing and identifying these women.In addition, in contexts where the preconditions for DDR programmes are not in place, DDR-related tools such as community violence reduction (CVR) and transitional weapons and ammunition management (WAM) have been used along with support to mediation and transitional security measures (see IDDRS 2.20 on The Politics of DDR, IDDRS 2.30 on Community Violence Reduction and IDDRS 4.11 on Transitional Weapons and Ammunition Management). Where appropriate, early elements of reintegration support can be part of CVR programming, such as different types of employment and livelihoods support, improvement of the capacities of vulnerable communities to absorb returning ex-combatants, and investments in public goods designed to strengthen the social cohesion of communities. Reintegration as part of the sustaining peace approach is not only an integral part of DDR programmes. It also follows security sector reform (SSR) where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups designated as terrorist organizations by the United Nations Security Council.The increased complexity of the political and socioeconomic settings in which most reintegration support is provided does not necessarily imply that the support provided must also become more complicated. DDR practitioners and others involved in planning, managing and funding the support programme should be knowledgeable about the context and its dynamics, but also be able to prioritize the critical elements of the response. In addition to prioritization, effective support requires reliable and dedicated funding for these priority activities. It may also be important to lower (often inflated) expectations, and be realistic, about what reintegration support can deliver.Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and all those involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to do no harm and, in fact, do good. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, which demand greater coordination among existing, and planned, programmes to avoid the possibility that they may negatively affect each other.Depending on the context and conflict analysis developed, DDR practitioners and others involved in the planning and implementation of reintegration support may determine that a potential unintended consequence of working with ex-combatants and persons formerly associated with armed forces and groups is the perceived injustice in supporting those who perpetrated violence when others affected by the conflict may feel they are inadequately supported. This should be avoided. One option is community-based approaches. Stigmatization related to programmes that prevent recruitment should also be avoided. Participants in these programmes could be seen as having the potential to become violent perpetrators, a stigma that could be particularly harmful to youth.In addition to programmed support, there are numerous non-programmatic factors that can have a major impact on whether or not reintegration is successful. Some of the key non-programmatic factors are: \\n Acceptance in the community/society; \\n The general security situation/perception of the security situation; \\n The economic environment and associated opportunities; \\n The availability of relevant basic and social services; \\n The protection of land rights and other property rights.In conflict settings these non-programmatic factors may be particularly fluid and difficult to both analyse and adapt to. The security situation may not allow for reintegration support to take place in all areas. The economy may also be severely affected by the ongoing conflict. Receiving communities may also be particularly reluctant to accept returning ex-combatants during ongoing conflict as they can, for example, constitute a security risk to the community. Influencing these non-programmatic factors requires a broad structural approach. Providing an enabling environment and facilitating access to opportunities outside the reintegration programme may be as important for reintegration processes as the reintegration support provided through the programme. In addition, in most instances it is important to establish practical linkages with existing employment creation programmes, business development services, psychosocial and mental health support referral systems, disability support networks and other relevant services. The implications of these non- programmatic factors could be different for men and women, especially in contexts where insecurity is high and the economy is depressed. Social networks and connections between different members and levels of society may provide these groups with the resilience and coping mechanisms necessary to navigate their reintegration process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 15, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes are often \u2018collective\u2019 in that they address groups of combatants and persons associated with armed forces and groups through a formal and controlled programme, often as part of the implementation of a CPA.Increasingly, the UN is called upon to address security challenges that arise from situations where comprehensive political settlements are lacking and the preconditions for DDR programmes are not present.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 903, - "Score": 0.293294, - "Index": 903, - "Paragraph": "As noted above, mandates are the main points of reference for UN-supported DDR processes. The mandate will determine what, when and how DDR processes can be supported or implemented. There are various sources of a UN actor\u2019s mandate to assist DDR processes. For UN peace operations, which are subsidiary organs of the Security Council, the mandate is found in the applicable Security Council resolution.Certain UN funds and programmes also have explicit mandates addressing DDR. In the absence of explicit, specific DDR-related provisions within their mandates, these UN funds and programmes should conduct any activity related to DDR processes in accordance with the principles and objectives in their general mandates.In addition, a number of specialized agencies and related organizations are mandated to conduct activities related to DDR processes. These entities often cooperate with UN peace operations, funds and programmes within their respective mandates in order to ensure a common approach to and coherency of their activities.Where a peace agreement exists, it may address the roles and responsibilities of DDR practitioners, both domestic and international, the basic principles applicable to the DDR process, the strategic approach, institutional mechanisms, timeframes and eligibility criteria. The peace agreement would thus provide guidance to DDR practitioners as to the implementation of their DDR mandate, where they are tasked with providing support to national DDR efforts undertaken pursuant to the peace agreement. It is important to remember, however, that while peace agreements may provide a framework for and guide the implementation of the DDR process, they do not provide the actual mandate to undertake such activities for UN system actors. It is the reference to the peace agreement in the practitioner\u2019s DDR mandate that makes the peace agreement (and the accompanying DDR policy document) relevant. As mentioned above, the authority to carry out DDR processes is established in a UN system actor\u2019s constitutive instrument and/or in a decision by the actor\u2019s governing organ.In countries where no peace agreement exists, there may be no overarching framework for the DDR process, which could result in a lack of clarity regarding objectives, activities, coordination and strategy. In such cases, the fall-back for DDR practitioners would be to rely solely on the mandate of their own entity that is applicable in the relevant State to determine their role in the DDR process, how to coordinate with other actors and the activities they may undertake.If a particular mandate includes assistance to the national authorities in the development and implementation of a DDR process, the UN system actor concerned may, in accordance with its mandate, enter into a technical agreement with the host State on logistical and operational coordination and cooperation. The technical agreement may, as necessary, integrate elements from the peace agreement, if one exists.DDR mandates may also include provisions that tie the development and implementation of DDR processes to other ongoing conflict and post-conflict initiatives, including ones concerning transitional justice (TJ).Many UN system entities operating in post-conflict situations have simultaneous DDR and TJ mandates. The overlap of TJ measures with DDR processes can create tension but may also contribute towards achieving the long-term shared objectives of reconciliation and peace. It is thus crucial that UN-supported DDR processes have a clear and coherent relationship with any TJ measures ongoing within the country (see IDDRS 6.20 on DDR and Transitional Justice).Specific guiding principles \\n DDR practitioners should be familiar with the most recent documents establishing the mandate to conduct DDR processes, specifically, the source and scope of that mandate. \\n When starting a new form of activity related to the DDR process, DDR practitioners should seek legal advice if there is doubt as to whether this new form of activity is authorized under the mandate of their particular entity. \\n When starting a new form of activity related to the DDR process, DDR practitioners should ensure coordination with other relevant initiatives. \\n Peace agreements, in themselves, do not provide UN entities with a mandate to support DDR. It is the reference to the peace agreement in the mandate of the DDR practitioner\u2019s particular entity that makes the peace agreement (and the accompanying DDR policy document) relevant. This mandate may set boundaries regarding what DDR practitioners can do or how they go about their jobs.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 4, - "Heading1": "4. General guiding principles", - "Heading2": "4.1 Mandate ", - "Heading3": "", - "Heading4": "", - "Sentence": "The peace agreement would thus provide guidance to DDR practitioners as to the implementation of their DDR mandate, where they are tasked with providing support to national DDR efforts undertaken pursuant to the peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1476, - "Score": 0.293294, - "Index": 1476, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1603, - "Score": 0.288675, - "Index": 1603, - "Paragraph": "When the preconditions are in place, the UN may support the establishment of DDR programmes. Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances. National institutions should be supported to determine the policy on direct benefits and reintegration assistance during a DDR programme.Civilians and civil society groups in communities to which members of the above-mentioned groups will return should be consulted during the planning and design phase of DDR programmes, as well as informed and supported in order to assist them to receive ex-combatants and their dependents/families during the reintegration phase.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.2 When the preconditions for a DDR programme are in place", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions are in place, the UN may support the establishment of DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1753, - "Score": 0.288675, - "Index": 1753, - "Paragraph": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1010, - "Score": 0.284268, - "Index": 1010, - "Paragraph": "The Security Council, in establishing a DDR mandate, may address the tension between transitional justice and DDR, by excluding combatants suspected of genocide, war crimes, crimes against humanity or abuses of human rights from participation in DDR processes.Specific guiding principles \\n DDR practitioners should be aware that it is the primary duty of States to prosecute those responsible for international crimes. \\n DDR practitioners should be aware of a parallel UN or national mandate, if any, for transitional justice in the State. \\n DDR practitioners should be aware of ongoing international and/or national accountability and/or transitional justice mechanisms or processes. \\n When planning for and conducting DDR processes, DDR practitioners should consult with UN human rights, accountability and/or transitional justice advisers to ensure coordination, where such mechanisms or processes exist. \\n DDR practitioners should incorporate screening mechanisms and criteria into DDR processes for adults to identify suspected perpetrators of international crimes and exclude them from DDR processes. Suspected perpetrators should be reported to the competent national authorities. Legal advice should be sought, if possible, beforehand. \\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 14, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.5 UN Security Council sanctions regimes", - "Heading4": "", - "Sentence": "\\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1659, - "Score": 0.284268, - "Index": 1659, - "Paragraph": "Due to the complex and dynamic nature of integrated DDR processes, flexible and long-term funding arrangements are essential. The multidimensional nature of DDR requires an initial investment of staff and funds for planning and programming, as well as accessible and sustainable sources of funding throughout the different phases of implementation. Funding mechanisms, including trust funds, pooled funding, etc., and the criteria established for the use of funds shall be flexible. Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way. The importance of planning and initiating reinsertion and reintegration support activities at the start of a DDR programme has become increasingly evident, so adequate financing for reintegration needs to be secured in advance. This should help to prevent delays or gaps in implementation that could threaten or undermine the programme\u2019s credibility and viability (see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 929, - "Score": 0.276026, - "Index": 929, - "Paragraph": "International humanitarian law (IHL) applies to situations of armed conflict and regulates the conduct of armed forces and non-State armed groups in such situations. It seeks to limit the effects of armed conflict, mainly by protecting persons who are not or are no longer participating in the hostilities and by regulating the means and methods of warfare. Among other things, IHL sets out the obligations of parties to armed conflicts to protect civilians, injured and sick persons, and persons deprived of their liberty for reasons related to armed conflicts.The main sources of IHL are the Geneva Conventions (1949) and the two Additional Protocols (1977).There are two types of armed conflict under IHL: (1) international armed conflict (an armed conflict between States) and (2) non-international armed conflict (an armed conflict between a State\u2019s armed forces and an organized armed group, or between organized armed groups). Each type of armed conflict is governed by a distinct set of rules, though the differences between the two regimes have diminished as the law governing non-international armed conflict has developedArticle 3, which is contained in all four Geneva Conventions (often referred to as \u2018common article 3\u2019), applies to non-international armed conflicts and establishes fundamental rules from which no derogation is permitted (i.e., States cannot suspend the performance of their obligations under common article 3). It requires, among other things, humane treatment for all persons in enemy hands, without any adverse distinction. It also specifically prohibits murder; mutilation; torture; cruel, humiliating and degrading treatment; the taking of hostages and unfair trial.Serious violations of IHL (e.g., murder, rape, torture, arbitrary deprivation of liberty and unlawful confinement) in an international or non-international armed conflict situation may constitute war crimes. Issues relating to the possible commission of such crimes (together with crimes against humanity and genocide), and the prosecution of such criminals, are of particular concern when assisting Member States in the development of eligibility criteria for DDR processes (see section 4.2.4, as well as IDDRS 6.20 on DDR and Transitional Justice).The UN is not a party to the international legal instruments comprising IHL. However, the Secretary-General has confirmed that certain fundamental principles and rules of IHL are applicable to UN forces when, in situations of armed conflict, they are actively engaged as combatants, to the extent and for the duration of their engagement (ST/SGB/1999/13, sect. 1.1)In the context of DDR processes assisted by UN peacekeeping operations, IHL rules regarding deprivation of liberty are normally not applicable to activities undertaken within DDR processes. This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR). They are not deprived of their liberty, and IHL rules concerning detention or internment do not apply. In the event that there are doubts as to whether a person is in fact enrolled in DDR voluntarily, this issue should immediately be brought to the attention of the competent legal office, and advice should be sought. Separately, legal advice should also be sought if the DDR practitioner is of the view that detention is in fact taking place.IHL may nevertheless apply to the wider context within which a DDR process is situated. For example, when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, the UN peacekeeping operation or other UN system actor concerned should take measures to ensure that those national authorities will treat the persons concerned in accordance with their obligations under IHL, and international human rights and refugee laws, where applicable. \\n\\nSpecific guiding principles \\n DDR practitioners should be conscious of the conditions of DDR facilities, particularly with respect to the voluntariness of the presence and involvement of DDR participants and beneficiaries (see IDDRS 3.10 on Participants, Beneficiaries and Partners). \\n DDR practitioners should be conscious of the fact that IHL may apply to the wider context within which DDR processes are situated. Safeguards should be put in place to ensure compliance with IHL and international human rights and refugee laws by the host State authorities. \\n\\n Red lines \\nParticipation in DDR processes shall be voluntary at all times. DDR participants and beneficiaries are not detained, interned or otherwise deprived of their liberty. DDR practitioners should seek legal advice if there are concerns about the voluntariness of involvement in DDR processes", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 6, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.1 International humanitarian law", - "Heading4": "", - "Sentence": "This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1566, - "Score": 0.273861, - "Index": 1566, - "Paragraph": "The UN has been involved in integrated DDR across the peace continuum since the late 1980s. During the past 25 years, the UN has amassed considerable experience and knowledge of the coordination, design, implementation, financing, and monitoring and evaluation of DDR programmes. Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present. Integrated DDR originates from various parts of the UN\u2019s core mandate, as set out in the Charter of the UN, particularly the areas of peace and security, economic and social development, human rights and humanitarian assistance.UN departments, agencies, programmes and funds are uniquely able to support integrated DDR processes both in mission settings, where peace operations are in place, and in non-mission settings, where there is no peace operation present, providing breadth of scope, neutrality, impartiality and capacity-building through the sharing of technical DDR skills.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1642, - "Score": 0.272772, - "Index": 1642, - "Paragraph": "Like men and boys, women and girls are likely to have played many different roles in armed forces and groups, as fighters, supporters, wives or sex slaves, messengers and cooks. The design and implementation of integrated DDR processes should aim to address the specific needs of women and girls, as well as men and boys, taking into account these different experiences, roles, capacities and responsibilities acquired during and after conflicts. Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes. The eligibility criteria for DDR shall not discriminate against individuals on the basis of sex, age, gender identity, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associations. Furthermore, the opportunities/benefits that eligible ex-combatants have access to when participating in a particular DDR process shall not discriminate against individuals on the basis of their former affiliation with a particular armed force or group.It is likely there will be a need to address potential \u2018spoilers\u2019, e.g., by negotiating \u2018special packages\u2019 for commanders in order to secure their buy-in and to ensure that they allow combatants to participate. This political compromise must be carefully negotiated on a case-by-case basis. Furthermore, the inclusion of youth at risk and other non-combatants should also be seen as a measure helping to prevent future recruitment.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1184, - "Score": 0.272166, - "Index": 1184, - "Paragraph": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required. In mission settings, such analyses are undertaken by UN peace operations, special political missions or offices. In non-mission settings, contextual analysis forms an integral part of the United Nations Sustainable Development Cooperation Framework (UNSDCF) process.In both mission and non-mission settings, the analysis of the political dynamics of a DDR process forms just one part of a broader situational analysis. It may therefore be linked to conflict and development analysis (CDA) or other analysis that is requested/ mandatory in the UN system. The sections immediately below focus only on the contex- tual analysis of the political dynamics of DDR processes. This type of analysis should examine the following factors:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "", - "Heading4": "", - "Sentence": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1414, - "Score": 0.261116, - "Index": 1414, - "Paragraph": "Along with the signature of a peace agreement, elections are often seen as a symbol marking the end of the transition from war to peace. If they are to be truly representative and offer an alternative way of contesting power, politics must be demilitarized (\u201dtake the gun out of politics\u201d or go \u201cfrom bullet to ballot\u201d) and transform armed groups into viable political parties that compete in the political arena. It is also through political parties that citizens, including former combatants, can involve themselves in politics and policymaking, as parties provide them with a structure for political participation and a channel for making their voices heard. Not all armed groups can become viable political parties. In this case, alternatives can be sought, including the establishment of a civil society organization aimed at advancing the cause of the group. However, if the transformation of armed groups into political parties is part of the conflict resolution process, reflected in a peace agreement, then the UN should provide support towards this end.DDR may affect the holding of or influence the outcome of elections in several ways: \\n Armed forces and groups that wield power through weapons and the threat of violence can influence the way people vote, affecting the free and fair nature of the elections. \\n Hybrid political \u2019parties\u2019 that are armed and able to organize violence retain the ability to challenge electoral results through force. \\n Armed groups may not have had the time nor space to transform into political actors. They may feel cheated if they are not able to participate fully in the process and revert to violence, as this is their usual way of challenging institutions or articulating grievances. \\n Women in armed groups may be excluded or marginalized as leadership roles and places in the political ranks are carved out.There is often a push for DDR to happen before elections are held. This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls. Delays in DDR may affect the timing of elections, or elections that are planned too early can result in a rushed DDR process, all of which may compromise the credi- bility of the broader peace process. Conversely, postponing elections until DDR is com- pleted can be difficult, especially given the long timeframes for DDR, and when there are large caseloads of combatants still to be demobilized or non-signatory movements are still active and can become spoilers. For these reasons DDR practitioners should consider the sequencing of DDR and elections and acknowledge that the interplay between them will have knock-on effects.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 21, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.4 Elections and the transformation of armed groups", - "Heading4": "", - "Sentence": "This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1666, - "Score": 0.257396, - "Index": 1666, - "Paragraph": "In order to build confidence and ensure legitimacy, and to justify financial and technical support by international actors, DDR programmes, DDR-related tools and reintegration support are, from the very beginning, predicated on the principles of accountability and transparency. Post-conflict stabilization and the establishment of immediate security are the overall goals of DDR, but integrated DDR also takes place in a wider recovery and reconstruction framework. While both short-term and long-term strategies should be developed in the planning phase, due to the dynamic and volatile conflict and post-conflict context, interventions must be flexible and adaptable.The UN aims to establish transparent mechanisms for the independent monitoring, oversight and evaluation of integrated DDR and its financing mechanisms. It also attempts to create an environment in which all stakeholders understand and are accountable for achieving broad objectives and implementing the details of integrated DDR processes, even if circumstances change. Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected. Flexibility and contingency planning are therefore needed. It is essential to establish realistic goals and make reasonable promises to those involved, and to explain setbacks to stakeholders and participants in order to maintain their confidence and cooperation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 963, - "Score": 0.25, - "Index": 963, - "Paragraph": "Article 55 of the UN Charter calls on the Organization to promote universal respect for, and observance of, human rights and fundamental freedoms for all, based on the recognition of the dignity, worth and equal rights of all. In their work, all UN personnel have a responsibility to ensure that human rights are promoted, respected, protected and advanced.Accordingly, UN DDR practitioners have a duty in carrying out their work to promote and respect the human rights of all DDR participants and beneficiaries. The main sources of international human rights law are: \\n The Universal Declaration of Human Rights (1948) (UDHR) was proclaimed by the UN General Assembly in Paris on 10 December 1948 as a common standard of achievement for all peoples and all nations. It set out, for the first time, fundamental human rights to be universally protected. \\n The International Covenant on Civil and Political Rights (1966) (ICCPR) establishes a range of civil and political rights, including rights of due process and equality before the law, freedom of movement and association, freedom of religion and political opinion, and the right to liberty and security of person. \\n The International Covenant on Economic, Social and Cultural Rights (1966) (ICESCR) establishes the rights of individuals and duties of States to provide for the basic needs of all persons, including access to employment, education and health care. \\n The Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment (1984) (CAT) establishes that torture is prohibited under all circumstances, including in times of war, internal political instability or other public emergency, and regardless of the orders of superiors or public authorities. \\n The Convention on the Rights of the Child (1989) (CRC) and the Optional Protocol to the CRC on Involvement of Children in Armed Conflict (2000) recognize the special status of children and reconfirm their rights, as well as States\u2019 duty to protect children in a number of specific settings, including during armed conflict. The Optional Protocol is particularly relevant to the DDR context, as it concerns the rights of children involved in armed conflict. \\n The Convention on the Elimination of All Forms of Discrimination against Women (1979) (CEDAW) defines what constitutes discrimination against women and sets up an agenda for national action to end it. CEDAW provides the basis for realizing equality between women and men through ensuring women\u2019s equal access to, and equal opportunities in, political and public life \u2013 including the right to vote and to stand for election \u2013 as well as education, health and employment. States parties agree to take all appropriate measures, including legislation and temporary special measures, so that women can enjoy all their human rights and fundamental freedoms. General recommendation No. 30 on women in conflict prevention, conflict and post-conflict situations, issued by the CEDAW Committee in 2013, specifically recommends that States parties, among others, ensure (a) women\u2019s participation in all stages of DDR processes; (b) that DDR processes specifically target female combatants and women and girls associated with armed groups and that barriers to their equitable participation are addressed; (c) that mental health and psychosocial support as well as other support services are provided to them; and (d) that DDR processes specifically address women\u2019s distinct needs in order to provide age and gender-specific DDR support. \\n The Convention on the Rights of Persons with Disabilities (2006) (CRPD) clarifies and qualifies how all categories of rights apply to persons with disabilities and identifies areas where adaptations have to be made for persons with disabilities to effectively exercise their rights, and where protection of rights must be reinforced. This is also relevant for people with psychosocial, intellectual and cognitive disabilities, and is a key legislative framework addressing their human rights including the right to quality services and the right to community integration. \\n The International Convention for the Protection of All Persons from Enforced Disappearance (2006) (ICPPED) establishes that enforced disappearances are prohibited under all circumstances, including in times of war or a threat of war, internal political instability or other public emergency.The following rights enshrined in these instruments are particularly relevant, as they often arise within the DDR context, especially with regard to the treatment of persons located in DDR facilities (including but not limited to encampments): \\n Right to life (article 3 of UDHR; article 6 of ICCPR; article 6 of CRC; article 10 of CRPD); \\n Right to freedom from torture or other cruel, inhuman or degrading treatment or punishment (article 5 of UDHR; article 7 of ICCPR; article 2 of CAT; article 37(a) of CRC; article 15 of CRPD); \\n Right to liberty and security of person, which includes the prohibition of arbitrary arrest or detention (article 9 of UDHR; article 9(1) of ICCPR; article 37 of CRC); \\n Right to fair trial (article 10 of UDHR; article 9 of ICCPR; article 40(2)(iii) of CRC); \\n Right to be free from discrimination (article 2 of UDHR; articles 2 and 24 of ICCPR; article 2 of CRC; article 2 of CEDAW; article 5 of CRPD); and \\n Rights of the child, including considering the best interests of the child (article 3 of CRC; article 7(2) of CRPD), and protection from all forms of physical or mental violence, injury or abuse, neglect or negligent treatment, maltreatment or exploitation (article 19 of CRC).While the UN is not a party to the above instruments, they provide relevant standards to guide its operations. Accordingly, the above rights should be taken into consideration when developing UN-supported DDR processes, when supporting host State DDR processes and when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, in order to ensure that the rights of DDR participants and beneficiaries are promoted and respected at all times.The application and interpretation of international human rights law must also be viewed in light of the voluntary nature of DDR processes. The participants and beneficiaries of DDR processes shall not be held against their will or subjected to other deprivations of their liberty and security of their persons. They shall be treated at all times in accordance with international human rights law norms and standards.Special protections may also apply with respect to members of particularly vulnerable groups, including women, children and persons with disabilities. Specifically, with regard to women participating in DDR processes, Security Council resolution 1325 (2000) on women and peace and security calls on all actors involved, when negotiating and implementing peace agreements, to adopt a gender perspective, including the special needs of women and girls during repatriation and resettlement and for rehabilitation, reintegration and post-conflict reconstruction (para. 8(a)), and encourages all those involved in the planning for DDR to consider the different needs of female and male ex-combatants and to take into account the needs of their dependents. In all, DDR processes should be gender-responsive, and there should be equal access for and participation of women at all stages (see IDDRS 5.10 on Women, Gender and DDR).Specific guiding principles \\n DDR practitioners should be aware of the international human rights instruments that guide the UN in supporting DDR processes. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken. \\n DDR practitioners shall take the necessary precautions, special measures or actions to protect and ensure the human rights of DDR participants and beneficiaries. \\n DDR practitioners shall report and seek legal advice in the event that they witness any violations of human rights by national authorities within a UN-supported DDR facility.Red lines \\n DDR practitioners shall not facilitate any violations of human rights by national authorities within a UN-supported DDR facility.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 7, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.2 International humanitarian law", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 845, - "Score": 0.249029, - "Index": 845, - "Paragraph": "A variety of actors in the UN system support DDR processes within national contexts. In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks. This framework includes international humanitarian law, international human rights law, international criminal law, and international refugee law, as well as the international counter-terrorism and arms control frameworks. UN system-supported DDR processes should be implemented in a manner that ensures that the relevant rights and obligations under the international legal framework are respected.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 991, - "Score": 0.246183, - "Index": 991, - "Paragraph": "Relatedly, a body of rules has also been developed with respect to internally displaced persons (IDPs). In addition to relevant human rights law principles, the \u201cGuiding Principles on Internal Displacement\u201d (E/CN.4/1998/53/Add.2) provide a framework for the protection and assistance of IDPs. The Guiding Principles contain practical guidance to the UN in its protection of IDPs, as well as serve as an instrument for public policy education and awareness-raising. Substantively, the Guiding Principles address the specific needs of IDPs worldwide. They identify rights and guarantees relevant to the protection of persons from forced displacement and to their protection and assistance during displacement as well as during return or reintegration.Specific guiding principles \\n DDR practitioners should be aware of international refugee law and how it relates to UN DDR processes. \\n DDR practitioners should be aware of the principle of non-refoulement, which exists under both international human rights law and international refugee law, though with different conditions. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities. In particular, they shall not facilitate any violations of the principle of non-refoulement including for DDR participants and beneficiaries who may not qualify as refugees.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 12, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "iii. Internally displaced persons", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1602, - "Score": 0.246183, - "Index": 1602, - "Paragraph": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict. Furthermore, practitioners may choose from a menu of DDR-related tools. (See table above.)Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement. Instead, when the preconditions for a DDR-programme are not in place, DDR-related tools may be used in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.1 When the preconditions for a DDR programme are not in place", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1368, - "Score": 0.235702, - "Index": 1368, - "Paragraph": "DDR should not be seen as a purely technical process, but one that requires active political support at all levels. In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section. It should be given the attention and support it deserves by the senior mission leadership, who must be the political champions of such processes. In non-mission settings, DDR will fall under the respon- sibility of the UN RC system and the UNCT.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.1 Recognizing the political dynamics of DDR ", - "Heading3": "", - "Heading4": "", - "Sentence": "In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1397, - "Score": 0.235702, - "Index": 1397, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1678, - "Score": 0.231455, - "Index": 1678, - "Paragraph": "Ensuring national and local ownership is crucial to the success of integrated DDR. National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members. Even when receiving financial and technical assistance from partners, it is the responsibility of national Governments to ensure coordination between government ministries and local government, between Government and national civil society, and between Government and external partners.In contexts where national capacity is weak, a Government exerts national ownership by building the capacity of its national institutions, by contributing to the integrated DDR process and by creating links to other peacebuilding and development initiatives. This is particularly important in the case of reintegration support, as measures should be designed as part of national development and recovery efforts.National and local capacity must be systematically developed, as follows: \\n Creating national and local institutional capacity: A primary role of the UN is to supply technical assistance, training and financial support to national authorities to establish credible, capable, representative and sustainable national institutions and programmes. Such assistance should be based on an assessment and understanding of the particular context and the type of DDR activities to be implemented, including commitments to gender equality. \\n Finding implementing partners: Besides national institutions, civil society is a key partner in DDR. The technical capacity and expertise of civil society groups will often need to be strengthened, particularly when conflict has diminished human and financial resources. Particular attention should be paid to supporting the capacity development of women\u2019s civil society groups to ensure equal participation as partners in DDR. Doing so will help to create a sustainable environment for DDR and to ensure its long-term success. \\n Employing local communities and authorities: Local communities and authorities play an important role in ensuring the sustainability of DDR, particularly in support of reintegration and the implementation of DDR-related tools. Therefore, their capacities for strategic planning and programme and/or financial management must be strengthened. Local authorities and populations, ex-combatants and their dependents/families, and women and girls formerly associated with armed forces and groups shall all be involved in the planning, implementation and monitoring of integrated DDR processes. This is to ensure that the needs of both individuals and the community are addressed. Increased local ownership builds support for reintegration and reconciliation efforts and supports other local peacebuilding and recovery processes.As the above list shows, national ownership involves more than just central government leadership: it includes the participation of a broad range of State and non-State actors at national, provincial and local levels. Within the IDDRS framework, the UN supports the development of a national DDR strategy, not only by representatives of the various parties to the conflict, but also by civil society; and it encourages the active participation of affected communities and groups, particularly those formerly marginalized in DDR and post-conflict reconstruction processes, such as representatives of women\u2019s groups, children\u2019s advocates, people from minority communities, and persons with disabilities and chronic illness.In supporting national institutions, the UN, along with key international and regional actors, can help to ensure broad national ownership, adherence to international principles, credibility, transparency and accountability (see IDDRS 3.30 on National Institutions for DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 24, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.7. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Employing local communities and authorities: Local communities and authorities play an important role in ensuring the sustainability of DDR, particularly in support of reintegration and the implementation of DDR-related tools.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1018, - "Score": 0.23094, - "Index": 1018, - "Paragraph": "The international counter-terrorism framework is comprised of relevant Security Council resolutions, as well as 19 international counter-terrorism instruments,18 which have been widely ratified by UN Member States. That framework must be implemented in compliance with other relevant international standards, particularly international humanitarian law, international refugee law and international human rights laUnder the Security Council resolutions, Member States are required, among other things, to: \\n Ensure that any person who participates in the preparation or perpetration of terrorist acts or in supporting terrorist acts is brought to justice; \\n Ensure that such terrorist acts are established as serious criminal offences in domestic laws and regulations and that the punishment duly reflects the seriousness of such terrorist acts,19 including with respect to: \\n Financing, planning, preparation or perpetration of terrorist acts or support of these acts and \\n Offences related to the travel of foreign terrorist fighters.20Under the Security Council resolutions, Member States are also exhorted to establish criminal responsibility for: \\n Terrorist acts intended to destroy critical infrastructure21 and \\n Trafficking in persons by terrorist organizations and individuals.22While there is no universally agreed definition of terrorism, several of the 19 international counter-terrorism instruments define certain terrorist acts and/or offences with clarity and precision, including offences related to the financing of terrorism, the taking of hostages and terrorist bombing.23The Member State\u2019s obligation to \u2018bring terrorists to justice\u2019 is triggered and it shall consider whether a prosecution is warranted when there are reasonable grounds to believe that a group or individual has committed a terrorist offence set out in: \\n 1. A Security Council resolution or \\n 2. One of the 19 international counter-terrorism instruments to which a Member State is a partyDDR practitioners should be aware of the fact that their host State has an international legal obligation to comply with relevant Security Council resolutions on counter-terrorism (that is, those that the Security Council has adopted in binding terms) and the international counter-terrorism instruments to which it is a party.Of particular relevance to the DDR practitioner is the fact that under Security Council resolutions, with respect to suspected terrorists (as defined above), Member States are further called upon to: \\n Develop and implement comprehensive and tailored prosecution, rehabilitation, and reintegration strategies and protocols, in line with their obligations under international law, including with respect to returning and relocating foreign terrorist fighters and their spouses and children who accompany them, and to address their suitability for rehabilitation.24There are two main scenarios where DDR processes and the international counter-terrorism legal framework may intersect: \\n 1. In addition to the traditional concerns with regard to screening out for prosecution persons suspected of war crimes, crimes against humanity or genocide, the DDR practitioner, in advising and assisting a Member State, should also be aware of the Member State\u2019s obligations under the international counter-terrorism legal framework, and remind them of those obligations, if need be. Specific criteria, as appropriate and applicable to the context and Member States, should be incorporated into screening for DDR processes to identify and disqualify persons who have committed or are reasonably believed to have committed a terrorist act, or who are identified as clearly associated with a Security Council-designated terrorist organization. \\n 2. Although DDR programmes are not appropriate for persons associated with such organizations (see section below), lessons learned and programming experience from DDR programmes may be very relevant to the design, implementation and support to programmes to prosecute, rehabilitate and reintegrate these persons.As general guidance, for terrorist groups designated by the Security Council, Member States are required to develop prosecution, rehabilitation and reintegration strategies. Terrorist suspects, including foreign terrorist fighters and their family members, and victims should be the subject of such strategies, which should be both tailored to specific categories and comprehensive.25 The initial step is to establish a clear and coherent screening process to determine the main profile of a person who is in the custody of authorities or under the responsibility of authorities, in order to recommend particular treatment, including further investigation or prosecution, or immediate entry into and participation in a rehabilitation and/or reintegration programme. The criteria to be applied during the screening process shall comply with international human rights norms and standards and conform to other applicable regimes, such as international humanitarian law and the international counter-terrorism framework.Not all persons will be prosecuted as a result of this screening, but the screening process shall address the question of whether or not a person should be prosecuted. In this respect, the term \u2018screening\u2019 should be distinguished from usage in the context of a DDR programme, where screening refers to the process of ensuring that a person who met previously agreed eligibility criteria will be registered in the programme.Additional UN guidance with regard to the prosecution, rehabilitation and reintegration of foreign terrorist fighters can be found, inter alia, in the Madrid Guiding Principles and their December 2018 Addendum (S/2018/1177). The Madrid Guiding Principles were adopted by the Security Council (S/2015/939) in December 2015 with the aim of becoming a practical tool for use by Member States in their efforts to combat terrorism and to stem the flow of foreign terrorist fighters in accordance with resolution 2178 (2014)Specific guiding principles \\n DDR practitioners should be aware that the host State has legal obligations under Security Council resolutions and/or international counter-terrorism instruments to ensure that terrorists are brought to justice. \\n DDR practitioners shall incorporate proper screening mechanisms and criteria into DDR processes to identify suspected terrorists. \\n Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in DDR processes. Children associated with such groups should be treated in accordance with the standards set out in IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 15, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.6 International counter-terrorism framework", - "Heading4": "i. The requirement \u2018to bring terrorists to justice\u2019", - "Sentence": "Although DDR programmes are not appropriate for persons associated with such organizations (see section below), lessons learned and programming experience from DDR programmes may be very relevant to the design, implementation and support to programmes to prosecute, rehabilitate and reintegrate these persons.As general guidance, for terrorist groups designated by the Security Council, Member States are required to develop prosecution, rehabilitation and reintegration strategies.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 525, - "Score": 0.23094, - "Index": 525, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1136, - "Score": 0.23094, - "Index": 1136, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1229, - "Score": 0.227429, - "Index": 1229, - "Paragraph": "The way a conflict ends can influence the political dynamics of DDR. The following scenarios should be considered: \\n A clear victor: This usually results in a \u2018victor\u2019s peace\u2019, where the winner can \u2018im- pose\u2019 demands on the party that lost the conflict. This may mean that the armed structures of the victor are preserved, while the losing party will be the one tar- geted for DDR. Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination. The victorious group may seek to dominate the new security structures. \\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme). Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support. DDR processes that are the outcome of negotiations (whether local or national) are more likely to be acceptable to warring parties. However, unless expert advice is provided, the DDR-related clauses in such agree- ments can be unrealistic. \\n Partial peace: In some conflicts the multiplicity of armed groups may result in peace processes that are not fully inclusive, since some of the armed groups are excluded from or refuse to sign the agreement. This can be a disincentive for signatory armed groups to disarm and demobilize due to fear for their security and that of the population they represent, concerns over loss of territory to a non- signatory armed group or uncertainty about how their political position might be affected should other armed groups eventually join the peace process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 9, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.3 Conflict outcomes", - "Heading4": "", - "Sentence": "\\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 609, - "Score": 0.226455, - "Index": 609, - "Paragraph": "CVR programmes are ultimately the responsibility of local, national and subnational governments and non-government partners. Yet in many settings, public and civil soci- ety capacities may be exceedingly weak. Where possible and appropriate, CVR should aim to reinforce the legitimacy, credibility and capacity of state and non-governmental partners. While guided by violence reduction imperatives, implementing partners and projects should also be selected on the basis of promoting local and national ownership. Leadership is required from government entities including, as appropriate, a national DDR commission (if one exists) or equivalent entity. In cases where government delivery of CVR is not feasible, DDR practitioners should seek to foster institutional capacities and representation. The goal in all cases must be to strengthen, not replace, state and non-state capacities.Although typically short to medium term, CVR programmes shall be strongly aligned with national and community security priorities, based on needs assessment and tailored to local capacities. Defining what security means for a particular com- munity should be part of the initial first steps. CVR should allow for direct dialogue, technical engagement, implementation and outreach with a wide array of stakeholders from the national to the community level. By working directly with affected commu- nities and local governments, CVR can help lay the foundation for stabilization and allow for recovery and reconstruction. The sustainability of CVR projects during and after they are launched requires the formation of a strong partnership with public, pri- vate and non-governmental authorities. Strategies to embed state partners and private- sector and civil society groups in CVR project design, planning, implementation and monitoring are pathways to facilitate handovers.CVR is bottom-up in orientation and should devolve decision-making, project design, implementation, and monitoring and evaluation to the local level. While the strategic direction of CVR programmes should be set by government personnel with support from the UN, decisions related to project selection and execution, and monitor- ing and evaluation, should be delegated to PSCs and local project implementers. PSCs are typically composed of local community members and leaders and should ensure representation of minority groups, women and youth. Subnational government, pri- vate-sector and civil society representatives may also be included. If alternate institu- tions already exist (such as local peace and development committees), then they should be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.DDR practitioners should ensure that once selected, CVR projects are mediated, to the extent possible, by local counterparts \u2013 at the communal, county, municipal or neighbourhood level. CVR may build trust and confidence \u2013 and stimulate local eco- nomic activity \u2013 by recruiting implementing partners and engineering support locally. When drawing on local pools of talent and expertise, it is important to explore ways that CVR projects can continue after funding ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Leadership is required from government entities including, as appropriate, a national DDR commission (if one exists) or equivalent entity.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 740, - "Score": 0.226455, - "Index": 740, - "Paragraph": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution. CVR will therefore be funded through the allocation of assessed contributions.The UNSC and UNGA directives for CVR are often general, with specific pro- gramming details to be worked out by relevant UN entities in partnership with the host government. In mission settings, the DDR/CVR section should align CVR stra- tegic goals and activities with the mandate of the National DDR Commission (if one exists) or an equivalent government-designated body. The National DDR Commission, which typically includes representatives of the executive, the armed forces, police, and relevant line ministries and departments, should be solicited to provide direct inputs into CVR planning and programming. In cases where government capacity and volition exist, the National DDR Commission may manage and resource CVR by setting targets, managing tendering of local partners and administering financial oversight with donor partners. In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission. DDR practitioners shall be in regular contact with representatives of the UNCT as well as international and national partners to ensure alignment of pro- gramming goals, and to leverage the strengths and capacities of relevant UN agencies and avoid duplication. Community outreach and engagement shall be pursued and nurtured at the national, regional, municipal and neighbourhood scale.The DDR/CVR section should typically include senior and mid-level DDR officers. Depending on the budget allocated to CVR, personnel may range from the director and deputy director level to field staff and volunteer officers. A dedicated DDR/CVR team should include a selection of international and national staff forming a unit at headquarters (HQ) as well as small implementation teams at the forward operating base (FOB) level. It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ. Likewise, regular com- munication between DDR field personnel is crucial to share experiences, identify best practices, and understand wider political and economic dynamics. The UN DSRSG shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.The DDR/CVR section, and particularly its field offices, could create a PSC and PAC/PRC. In this event, the PAC/PRC (or equivalent body) should liaise with UNCT partners to align stability priorities with wider development concerns. It may be appro- priate to add an additional support mechanism to oversee and support project partners. This additional support mechanism could be made up of members of the DDR/CVR section who could conduct a variety of tasks, including but not limited to support to the development of project proposals, support to the finalization of project submissions and the identification of possible implementing partners able to work in hotspot sites.Whichever approach is adopted, the DDR/CVR section should ensure transparent and predictable coordination with national institutions and within the mission or UNCT. Where appropriate, DDR/CVR sections may provide supplementary training for implementing partners in selected programming areas. The success or failure of CVR depends in large part on the quality of the partners and partnerships, so it is critical that they are properly vetted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.1 Mission settings", - "Heading4": "", - "Sentence": "It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1498, - "Score": 0.226455, - "Index": 1498, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1331, - "Score": 0.223607, - "Index": 1331, - "Paragraph": "As members of mediation support teams or mission staff in an advisory role to the Special Representative to the Secretary-General (SRSG) or the Deputy Special Repre- sentative to the Secretary-General (DSRSG), DDR practitioners can provide advice on how to engage with armed forces and groups on DDR issues and contribute to the attainment of agreements. In non-mission settings, the UN peace and development advisors (PDAs) deployed to the office of the UN Resident Coordinator (RC) play a key role in advising the RC and the government on how to engage and address armed groups. DDR practitioners assigned to UN mediation support teams may also draft DDR provisions of ceasefires, local peace agreements and CPAs, and make proposals on the design and implementation of DDR processes.In addition to the various parties to the conflict, the UN should also support the participation of civil society in peace negotiations, in particular women, youth and others traditionally excluded from peace talks. Women\u2019s participation (in mediation and negotiations) can expand the range of domestic constituencies engaged in a peace process, strengthening its legitimacy and credibility. Women\u2019s perspectives also bring a different understanding of the causes and consequences of conflict, generating more comprehensive and potentially targeted proposals for its resolution.Mediators and DDR practitioners should recognize the sensitivities around lan- guage and be flexible and contextual with the terms that are used. The term \u2018reinte- gration\u2019 may be perceived as inappropriate, particularly if members of armed groups never left their communities. Terms such as \u2018rehabilitation\u2019 or \u2018reincorporation\u2019 may be considered instead. Similarly, the term \u2018disarmament\u2019 can include connotations of surrender or of having weapons taken away by a more powerful actor, and its use can prevent warring parties from moving forward with the negotiations (see also IDDRS 4.10 on Disarmament). DDR practitioners and mediators can consider the use of more neutral terms, such as \u2018laying aside of weapons\u2019 or \u2018transitional weapons and ammu- nition management\u2019. The use of transitional WAM activities and terminology may also set the ground for more realistic arms control provisions in a peace agreement while guarantees around security, justice and integration into the security sector are lacking (see also IDDRS 4.11 on Transitional Weapons and Ammunition Management). Medi- ators and other actors supporting the mediation process should have strong DDR and WAM knowledge or have access to expertise that can guide them in designing appro- priate and evidence-based DDR WAM provisions.Within a CPA, the detail of large parts of the final security arrangements, including strategy and programme documents and budgets, is often left until later. However, CPAs should typically establish the principle that DDR will take place and outline the structures responsible for implementation.If contextual analysis reveals that both local and national conflict dynamics are at play (see section 5.1.4) DDR practitioners can support a multilevel approach to mediation. This approach should not be reactive and ad hoc, but part of a well-articulated strategy explicitly connecting the local to the national.Problems may arise if those engaged in negotiations are not well informed about DDR and commit to an unsuitable or unrealistic process. This usually occurs when DDR expertise is not available in negotiations or the organizations that might support a DDR process are not consulted by the mediators or facilitators of a peace process. It is therefore important to ensure that DDR experts are available to advise on peace agree- ments that include provisions for DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 16, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.3 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "However, CPAs should typically establish the principle that DDR will take place and outline the structures responsible for implementation.If contextual analysis reveals that both local and national conflict dynamics are at play (see section 5.1.4) DDR practitioners can support a multilevel approach to mediation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1459, - "Score": 0.219971, - "Index": 1459, - "Paragraph": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes. The module also defines the UN approach to integrated DDR for both mission and non-mission settings, which is: \\nvoluntary; \\npeople-centred; \\ngender-responsive and inclusive; \\nconflict-sensitive; \\ncontext-specific; \\nflexible, accountable and transparent; \\nnationally and locally owned; \\nregionally supported; \\nintegrated; and \\nwell planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 564, - "Score": 0.218218, - "Index": 564, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to CVR:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 975, - "Score": 0.218218, - "Index": 975, - "Paragraph": "International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).A refugee is a person who is outside his or her country of nationality or habitual residence; has a well-founded fear of being persecuted because of his or her race, religion, nationality, membership of a particular social group or political opinion; and is unable or unwilling to avail himself or herself of the protection of that country, or to return there, for fear of persecution.However, articles 1C to 1F of the 1951 Convention provide for circumstances in which it shall not apply to a person who would otherwise fall within the general definition of a refugee. In the context of situations involving DDR processes, article 1F is of particular relevance, in that it stipulates that the provisions of the 1951 Convention shall not apply to any person with respect to whom there are serious reasons for considering that he or she has: \\n committed a crime against peace, a war crime or a crime against humanity, as defined in relevant international instruments; \\n committed a serious non-political crime outside the country of refuge prior to the person\u2019s admission to that country as a refugee; or \\n been guilty of acts contrary to the purposes and principles of the UN.Asylum means the granting by a State of protection on its territory to individuals fleeing another country owing to persecution, armed conflict or violence. Military activity is incompatible with the concept of asylum. Persons who pursue military activities in a country of asylum cannot be asylum seekers or refugees. It is thus important to ensure that refugee camps/settlements are protected from militarization and the presence of fighters or combatants.During emergency situations, particularly when people are fleeing armed conflict, refugee flows may occur simultaneously or mixed with combatants or fighters. It is thus important that combatants or fighters are identified and separated. Once separated from the refugee population, combatants and fighters may enter into a DDR process, if available.Former combatants or fighters who have been verified to have genuinely and permanently renounced military activities may seek asylum. Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities. Other types of DDR processes may also provide this verification, as long as there is a formal process through which a combatant becomes an ex-combatant (see IDDRS 4.20 on Demobilization).DDR practitioners should also take into consideration that civilian family members of participants in DDR processes may be refugees or asylum seekers, and efforts must be in place to consider family unity during, for example, repatriation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 10, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "i. International refugee law", - "Sentence": "Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1751, - "Score": 0.218218, - "Index": 1751, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to reintegration:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 916, - "Score": 0.210819, - "Index": 916, - "Paragraph": "DDR processes are also undertaken within the context of a broader international legal framework of rights and obligations that may be relevant to their implementation. This includes, in particular, international humanitarian law, international human rights law, international criminal law, international refugee law, and the international counter-terrorism and arms control frameworks. For the purpose of this module, this international legal framework is referred to as the \u2018normative legal framework\u2019. UN-supported DDR processes should be implemented so as to ensure that the relevant rights and obligations under that normative legal framework are respected.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 6, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are also undertaken within the context of a broader international legal framework of rights and obligations that may be relevant to their implementation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1607, - "Score": 0.210819, - "Index": 1607, - "Paragraph": "Five categories of people should be taken into consideration, as participants and beneficiaries, in integrated DDR processes. This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees/victims; \\n3. dependents/families; \\n4. civilian returnees/\u2019self-demobilized\u2019; \\n5. community members.Consideration should be given to addressing the specific needs of women, youth, children, persons with disabilities, and persons with chronic illnesses in each of these five categories.National actors, such as Governments, political parties, the military, signatory and non-signatory armed groups, non-governmental organizations, civil society organizations and the media are all stakeholders in integrated DDR processes along with international actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 19, - "Heading1": "7. Who is DDR for?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1647, - "Score": 0.210819, - "Index": 1647, - "Paragraph": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made; and, ultimately, no individual or community should be made less secure by the return of ex-combatants or the presence of UN peacekeeping, police or civilian personnel. The establishment of UN-supported prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection, etc.) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, or any other violation of human rights. It is particularly important to consider \u2018do no harm\u2019 when assessing the reinsertion and reintegration options for female fighters or women and girls associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 883, - "Score": 0.210042, - "Index": 883, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of UN supported DDR processes. In addition to these principles, the following general guiding principles related specifically to the legal framework apply when carrying out DDR processes. \\n Abide by the applicable legal framework. The applicable legal framework should be a core consideration at all stages, when drafting, designing, executing and evaluating DDR processes. Failure to abide by the applicable legal framework may result in consequences for the UN entity involved and the UN more generally, including possible liabilities. It may also lead to personal accountability for the DDR practitioner(s) involved. \\n Know your mandate. DDR practitioners should be familiar with the source and scope of their mandate. To the extent that their involvement in the DDR process requires coordination and/or cooperation with other UN system actors, they should also know the respective roles and responsibilities of those other actors. If a peace agreement exists, it should be one of the first documents that DDR practitioners consult to understand the framework in which they will carry out the DDR process. \\n Develop a concept of operations (CONOPS). DDR practitioners should have a common, agreed approach in order to ensure coherence amongst UN system-supported DDR processes and coordination among the various UN system actors that are conducting DDR in a particular context. This can be achieved through a written CONOPS, developed in consultation, as necessary, with the relevant headquarters. The CONOPS can also be adjusted to include the legal obligations of the UN system actor. \\n Develop operation-specific standard operating procedures (SOPs) or guidelines for DDR. Consistent with the CONOPS, DDR practitioners should consider developing operation-specific SOPs or guidelines. These may address, for instance, standards for cooperation with criminal justice and other accountability processes, measures for controlling access to DDR encampments or other installations, measures for the safe handling and destruction of weapons and ammunition, and other relevant issues. They may also include references to, and explanations of, the applicable legal standards. \\n Include legal considerations in all relevant project documents. In general, legal considerations should be integrated and addressed, as appropriate, in all relevant written project documents, including those agreed with the host State. \\n Seek legal advice. As a general matter, DDR practitioners should seek legal advice when they are in doubt as to whether a situation raises legal concerns. In particular, DDR practitioners should seek advice when they foresee new elements or significant changes in their DDR processes (e.g., when a new type of activity or new partners are involved). It is important to know where, and how, such advice may be requested and obtained. Familiarity with the legal office in-country and having clear channels of communication for seeking expeditious advice from headquarters are critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 3, - "Heading1": "4. General guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should have a common, agreed approach in order to ensure coherence amongst UN system-supported DDR processes and coordination among the various UN system actors that are conducting DDR in a particular context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1166, - "Score": 0.20702, - "Index": 1166, - "Paragraph": "The impact of DDR on the political landscape is influenced by the context, the history of the conflict, and the structures and motivations of the warring parties. Some armed groups may have few political motivations or demands. Others, however, may fight against the State, seeking political power. Armed conflict may also be more localized, linked to local politics and issues such as access to land. There may also be complex interactions between political dynamics and conflict drivers at the local, national and regional levels.In order to support a peaceful resolution to armed conflict, DDR practitioners can support the mediation, oversight and implementation of peace agreements. Local- level peace agreements may take many forms, including (but not limited to) local non- aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements. National-level peace agreements may also vary, ranging from cease- fire agreements to Comprehensive Peace Agreements (CPAs) with provisions for the establishment of a political power-sharing system. In this context, the role of former warring parties in interim political institutions may include participation in the interim administration as well as in other political bodies or movements, such as being repre- sented in national dialogues. DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics. For example, armed groups may refuse to disarm and demobilize until they are sure that their political demands will be met. Having control over DDR processes can constitute a powerful political position, and, as a result, groups or individuals may attempt to manipulate these processes for political gain. Furthermore, during a con- flict armed groups may become politically empowered and can challenge established political systems and structures, create DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influence, and be influenced by, political dynamics. alternative political arrangements or take over functions usually reserved for the State, including as security providers. Measures to disband armed groups can provide space for the restoration of the State in places where it was previously absent, and therefore can have a strong impact upon the security and political environment.The political limitations of DDR should also be considered. Integrated DDR processes can facilitate engagement with armed groups but will have limited impact unless parallel efforts are undertaken to address the reasons why these groups felt it necessary to mobilize in the first place, their current and prospective security concerns, and their expectations for the future. Overcoming these political limitations requires recognition of the strong linkages between DDR and other aspects of a peace process, including broader political arrangements, transitional justice and reconciliation, and peacebuilding activities, without which there will be no sustainable peace. Importantly, national-level peace agreements may not be appropriate to resolve ongoing local-level conflicts or regional conflicts, and it will be necessary for DDR practitioners to develop strategies and select DDR-related tools that are appropriate to each level.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1616, - "Score": 0.20702, - "Index": 1616, - "Paragraph": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants. Groups and individuals shall not be coerced to participate. This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies. Although the UN does not generally engage in detention operations and DDR has traditionally been a voluntary process, the nature of conflict environments and the growing potential for overlap with State-led efforts countering violent extremism and counter-terrorism has increased the likelihood that the UN and other actors engaging in DDR may be faced with detention-related dilemmas. DDR practitioners should therefore pay particular attention to such questions when operating in complex conflict environments and seek legal advice if confronted with surrendered or captured combatants in overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. They should also be aware of requirements contained in Chapter VII resolutions of the Security Council that, among other things, call for Member States to bring terrorists to justice and oblige national authorities to ensure the prosecution of suspected terrorists as appropriate (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 754, - "Score": 0.205738, - "Index": 754, - "Paragraph": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC). These official requests will typically ask for assistance to address particular issues. If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response. However, it is important to note that in non-mission settings, there may already be instances where community-based programming at local levels is used, but not as a DDR-related tool. These latter types of responses are anchored under Agenda 2030 and the United Nations Sustainable Development Cooperation Framework (UNSDCF), and have links to much broader issues of rule of law, community security, crime reduction, armed vio- lence reduction and small arms control. If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.In non-mission settings there may not always be a National DDR Commission to provide direct inputs into CVR planning and programming. However, alternative interlocutors should be sought \u2013 including relevant line ministries and departments \u2013 in order to ensure that the broad strategic direction of the CVR programme is aligned with relevant national and regional stabilization objectives.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.2 Non-mission settings", - "Heading4": "", - "Sentence": "If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1044, - "Score": 0.204124, - "Index": 1044, - "Paragraph": "A Member State\u2019s international obligations are usually translated into domestic legislation. A Member State\u2019s domestic legislation has effect within the territory of that Member State.In order to determine a DDR participant\u2019s immediate rights and freedoms in the Member State, and/or to find the domestic basis, within the State, to ensure the protection of the rights of DDR participants and beneficiaries, the DDR practitioner will have to look towards the specific context of the Member State, i.e., the Member State\u2019s international obligations and its domestic legislation. This is despite the fact that the UN DDR practitioner is guided by the international law principles set out above in the conduct of the Organization\u2019s activities, or that the DDR practitioner may wish to engage with Member States to ensure that their treatment of DDR participants and beneficiaries is in line with their international obligations.For example, the following issues would usually be addressed in a Member State\u2019s domestic legislation, in particular its constitution and criminal procedure code: \\n Length of pretrial detention; \\n Due process rights; \\n Protections and procedure with regard to investigations and prosecutions of alleged crimes, and \\n Criminal penaltiesSimilarly, in order to understand how the Member State has decided to implement the above Security Council resolutions on counter-terrorism, as well as relevant resolutions on organized crimes, DDR practitioners will have to look towards domestic legislation, in particular, to understand the acts that would constitute crimes in the Member State in which they work.For the purposes of DDR, it is thus important to have an understanding of the Member State that the UN DDR practitioner is operating in, in particular, 1) the Member State\u2019s international obligations, including the international conventions that the Member State has signed and ratified; and 2) the relevant protections provided for under the Member State\u2019s domestic legislation that the UN DDR practitioner can rely upon to help ensure the protection of DDR participants\u2019 rights and freedomsSpecific guiding principles \\n DDR practitioners should be aware of the international conventions that the Member State, in which they operate, has signed and ratified. \\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation. \\n DDR practitioners may wish to rely on domestic legislation to secure the rights and freedoms of DDR participants and beneficiaries within the Member State, as appropriate and necessaryRed line \\n DDR practitioners shall respect the national laws of the host State. If there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner should seek legal advice.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 19, - "Heading1": "4. General guiding principles", - "Heading2": "4.3 Member States\u2019 international obligations and domestic legal framework ", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1251, - "Score": 0.204124, - "Index": 1251, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing. In these contexts, DDR practitioners will need to assess how their interventions may affect local, national, regional and international political dynamics. For example, will the implementation of CVR projects contribute to the restoration and reinvigoration of (dormant) local government (see IDDRS 2.30 on Community Violence Reduction)? Will local-level interventions impact political dynamics only at the local level, or will they also have an impact on national-level dynamics?In conflict settings, DDR practitioners should also assess the political dynamics created by the presence of multiple armed groups. Complex contexts involving multiple armed groups can increase the pressure for a peace agreement to succeed (including through successful DDR and the transformation of armed groups into political parties) if this provides an example and an incentive for other armed groups to enter into a negotiated solution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.5 DDR in conflict contexts or in contexts with multiple armed groups", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1030, - "Score": 0.201347, - "Index": 1030, - "Paragraph": "The Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities was established pursuant to Resolution 1267 (1999), 1989 (2011) and 2253 (2015). It is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. In addition, the Security Council may list individuals or groups for other reasons26 and impose sanctions on them. These individuals or groups may also be described as \u2018terrorist groups\u2019 in separate Council resolutions.27In this regard, a specific set of issues arises vis-\u00e0-vis engaging groups or individuals in a DDR process when the group(s) or individual(s) are (a) listed as a terrorist group, individual or organization by the Security Council (either via the Da\u2019esh-Al Qaida Committee or another relevant Committee); and/or (b) listed as a terrorist group, individual or organization by a Member State for that Member State, by way of domestic legislation.DDR practitioners should be aware that donor states may also designate groups as terrorists through such \u2018national listings\u2019.Moreover, as a consequence of Security Council, regional or national listings, donor states in particular may have constraints placed upon them as a result of their national legislation that could impact what support (financial or otherwise) they can provide.Specific guiding principles \\n DDR practitioners should be aware of whether or not a group, entity or individual has been listed by the Security Council Committee pursuant to resolutions 1267 (1999), 1989 (2011) and 2253 (2015) and should consult their legal adviser on the implications this may have for planning or implementation of DDR processes. \\n DDR practitioners should be aware of whether or not a group, entity or individual has been designated a terrorist organization or individual by a regional organization or Member State (including the host State or donor country) and should consult their legal adviser on the implications this may have on the planning and implementation of DDR processes. \\n DDR practitioners should consult with their legal adviser upon applicable host State national legislation targeting the provision of support to listed terrorist groups, including its possible criminalization.Red line \\n Groups or individuals listed by the Security Council, as well as perpetrators or suspected perpetrators of terrorist acts cannot be participants in DDR programmes. However, in compliance with relevant international standards and within the proper framework, support may be provided by DDR practitioners, using DDR-related tools, to persons associated to Security Council\u2013designated terrorist organizations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 17, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.6 International counter-terrorism framework", - "Heading4": "ii. Sanctions relating to terrorism, including from Security Council committees ", - "Sentence": "\\n DDR practitioners should be aware of whether or not a group, entity or individual has been designated a terrorist organization or individual by a regional organization or Member State (including the host State or donor country) and should consult their legal adviser on the implications this may have on the planning and implementation of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3400, - "Score": 0.481125, - "Index": 3400, - "Paragraph": "DDR processes include two main arms control components: (a) disarmament as part of a DDR programme and (b) transitional weapons and ammunition management (WAM). This module provides DDR practitioners with practical standards for the planning and implementation of the disarmament component of a DDR programme in contexts where the preconditions for such programmes are present. These preconditions include a negotiated ceasefire and/or peace agreement, sufficient trust in the peace process, willingness of the parties to the armed conflict to engage in DDR and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR). Transitional WAM in support of DDR processes is covered in IDDRS 4.11 on Transitional Weapons and Ammunition Management. The linkages between disarmament as part of a DDR programme and Security Sector Reform are covered in IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides DDR practitioners with practical standards for the planning and implementation of the disarmament component of a DDR programme in contexts where the preconditions for such programmes are present.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5539, - "Score": 0.421637, - "Index": 5539, - "Paragraph": "DDR participants shall be registered and issued a non-transferable identity document (such as a photographic demobilization card) that attests to their eligibility and their official civilian status. Such documents have important symbolic and legal value for demobilized individuals. Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme. To avoid discrimination based on prior factional affiliation, these documents should not include the name of the armed force or group of which the individual was previously a member. Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.6 Documentation", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5230, - "Score": 0.408248, - "Index": 5230, - "Paragraph": "The aim of this module is to provide guidance to DDR practitioners supporting the planning, design and implementation of demobilization operations during DDR programmes within the framework of peace agreements in mission and non-mission settings. Additional guidance related to the demobilization of women, children, youth, foreign combatants and persons with disabilities can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; IDDRS 5.30 on Youth and DDR; IDDRS 5.40 on Cross-Border Population Movements; and IDDRS 5.60 on Disability and DDR.The guidance in this module is also relevant for practitioners supporting demobilization in the context of security sector reform as part of a rightsizing process (see IDDRS 6.10 on DDR and Security Sector Reform). In addition, the guidance may be relevant to contexts where the preconditions for a DDR programme are not in place. For example, in some instances, DDR practitioners may be called upon to support national entities charged with the application of amnesty laws or other pathways for individuals to leave armed groups and return to civilian status Those individuals who take this route \u2013 reporting to amnesty commissions or the national authorities \u2013 also transition from military to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In addition, the guidance may be relevant to contexts where the preconditions for a DDR programme are not in place.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3834, - "Score": 0.408248, - "Index": 3834, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c. \u2018may\u2019 is used to indicate a possible method or course of action; \\n d. \u2018can\u2019 is used to indicate a possibility and capability; \\n e. \u2018must\u2019 is used to indicate an external constraint or obligation.Weapons and ammunition management (WAM) is the oversight, accountability and management of arms and ammunition throughout their lifecycle, including the estab- lishment of frameworks, processes and practices for safe and secure materiel acquisi- tion, stockpiling, transfers, tracing and disposal.1 WAM does not only focus on small arms and light weapons, but on a broader range of conventional weapons including ammunition and artillery.Transitional WAM is a series of interim arms control measures that can be imple- mented by DDR practitioners before, after and alongside DDR programmes. Transi- tional WAM can also be implemented when the preconditions for a DDR programme are absent. The transitional WAM component of a DDR process is primarily aimed at reducing the capacity of individuals and groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives.Light weapon: Any man-portable lethal weapon designed for use by two or three per- sons serving as a crew (although some may be carried and used by a single person) that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. \\n Note 1: Includes, inter alia, heavy machine guns, hand-held under-barrel and mounted grenade launchers, portable anti-aircraft guns, portable anti-tank guns, re- coilless rifles, portable launchers of anti- tank missile and rocket systems, portable launchers of anti-aircraft missile systems, and mortars of a calibre of less than 100 millimetres, as well as their parts, components and ammunition. \\n Note 2: Excludes antique light weapons and their replicas.Small arm: Any man-portable lethal weapon designed for individual use that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. Note 1: Includes, inter alia, re- volvers and self-loading pistols, rifles and carbines, sub-machine guns, assault rifles and light machine guns, as well as their parts, components and ammunition. Note 2 Excludes antique small arms and their replicas.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Transi- tional WAM can also be implemented when the preconditions for a DDR programme are absent.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3462, - "Score": 0.387298, - "Index": 3462, - "Paragraph": "In order to effectively implement the disarmament component of a DDR programme, meticulous planning is required. Planning for disarmament operations includes information collection, a risk and security assessment, identification of eligibility criteria, the development of standard operating procedures (SOPs), the identification of the disarmament team structure, and a clear and realistic timetable for operations. All disarmament operations shall be based on gender responsive analysis.The disarmament component is often the first stage of the entire DDR programme, and operational decisions made at this stage will have an impact on subsequent stages. Disarmament, therefore, cannot be designed in isolation from the rest of the DDR programme, and integrated assessment and DDR planning is key (see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures, and IDDRS 3.11 on Integrated Assessments).It is essential to determine the extent of the capability needed to carry out a disarmament component, and then to compare this with a realistic appraisal of the current capacity available to deliver it. Requests for further assistance from the UN mission military and police components shall be made as early as possible in the planning stage (see IDDRS 4.40 on UN Military Roles and Responsibilities and IDDRS 4.50 on UN Police Roles and Responsibilities). In non-mission settings, requests for capacity development assistance for disarmament operations may be directed to relevant UN agency(ies).Key terms and conditions for disarmament should be discussed during the peace negotiations and included in the agreement (see IDDRS 2.20 on The Politics of DDR). This requires that parties and mediators have an in-depth understanding of disarmament and arms control, or access to expertise to guide them and provide a common understanding of the different options available. In some contexts, the handover of weapons from one party to another (for example, from armed groups to State institutions) may be inappropriate, resulting in the need for the involvement of a neutral third party.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 7, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to effectively implement the disarmament component of a DDR programme, meticulous planning is required.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3946, - "Score": 0.385758, - "Index": 3946, - "Paragraph": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). When transitional WAM and rein- tegration support are linked as part of a DDR programme, ex-combatants will have already been disarmed and demobilized. In contexts where there is no DDR programme, combatants may leave armed groups during active conflict and return to their com- munities, taking their weapons and ammunition with them or hiding them in weap- ons caches. In both scenarios, ex-combatants may return to communities where levels of weapons and ammunition possession are high. It may therefore be necessary to coherently combine the transitional WAM measures listed in Table 1 with reintegration support as part of a single programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Transitional WAM and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3825, - "Score": 0.379049, - "Index": 3825, - "Paragraph": "DDR practitioners increasingly operate in contexts with fragmented but well-equipped armed groups and acute levels of proliferation of illicit weapons, ammunition and ex- plosives. In settings where armed conflict is ongoing and peace agreements have been neither signed nor implemented, disarmament as part of a DDR programme may not be the most suitable approach to control the circulation of weapons, ammunition and explosives because armed groups may be reluctant to disarm without strong security guarantees (see IDDRS 4.10 on Disarmament). Instead, these contexts require the de- sign and implementation of innovative DDR-related tools, such as transitional weapons and ammunition management (WAM).When implemented as part of a DDR process (either with or without a DDR pro- gramme), transitional WAM has two primary aims: to reduce the capacity of individ- uals and groups to engage in armed conflict, and to reduce accidents and save lives by addressing the immediate risks related to the illicit possession of weapons, ammuni- tion and explosives. By supporting better arms control and preventing the diversion of weapons, ammunition and explosives to unauthorized end users, transitional WAM can be a strong component of the sustaining peace approach and contribute to pre- venting the outbreak, escalation, continuation and recurrence of conflict (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3923, - "Score": 0.3698, - "Index": 3923, - "Paragraph": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme. The eligibility criteria for both will therefore be the same and could require individu- als, among other things, to prove that they have combatant status and are in possession of a serviceable manufactured weapon or a certain quantity of ammunition (see IDDRS 4.10 on Disarmament). The eligibility criteria shall be gender-responsive and not dis- criminate against women. Depending on the specific circumstances, individuals who do not meet the eligibility criteria could be enrolled in a CVR programme (see IDDRS 2.30 on Community Violence Reduction).While most materiel should be handed in during the disarmament phase of a DDR programme, pre-DDR offers DDR practitioners the opportunity to better understand the quantity and types of materiel that armed groups possess and to collect, register and manage such materiel.Depending on the context, pre-DDR can include the handing over of weapons and ammunition by members of armed groups and armed forces. In order to avoid confu- sion, this phase could be named \u2018Pre-disarmament\u2019 rather than \u2018Disarmament\u2019, which will take place at a point in the future.Pre-disarmament involves collecting, registering and storing materiel in a safe loca- tion. Depending on the context and agreements in place with armed forces and groups, pre-disarmament could focus on certain types of materiel, including larger crew- operated systems in contexts where warring parties are very well equipped. Hand- overs can be: \\n Temporary: Materiel is registered and stored properly but remains under the joint control of armed forces, armed groups and the United Nations through a dual-key system with well established roles and procedures; \\n Permanent: Materiel is handed over, registered and ultimately disposed of (see IDDRS 4.10 on Disarmament). \\n\\n In both cases, unsafe ammunition shall be destroyed, and all activities must be carried out in full transparency and with respect of safety and security procedures during the destruction process.Pre-disarmament should: \\n Build and strengthen the confidence of armed forces, armed groups and the civilian population in any future disarmament process and the wider DDR programme; \\n Reduce the circulation and visibility of weapons and ammunition; \\n Contribute to improved perceptions of peace and security; \\n Raise awareness about the dangers of illicit weapons and ammunition; \\n Build knowledge of armed groups\u2019 arsenals; \\n Allow DDR practitioners to identify and mitigate risks that may arise during the disarmament component of the future DDR programme, including through the planning and conduct of operational tests (see section 5.3 in IDDRS 4.10 on Disar- mament); \\n Encourage members of armed groups to voluntarily disarm and engage in a full DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 14, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.2 Pre-DDR and transitional WAM", - "Heading4": "", - "Sentence": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3342, - "Score": 0.369274, - "Index": 3342, - "Paragraph": "During pre-deployment planning, assessment and advisory visits (AAVs) are conducted to facilitate planning and decision-making processes at the UN Headquarters (UNHQ) level and to improve understanding of the preparedness of Member States wishing to contribute to UN peacekeeping operations. For new and emerging Troop Contributing Countries (TCCs), an AAV provides advice on specific UN operational and performance requirements. If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs. A lead role should be played by the Integrated Training Service, who should include information on the preparation and implementation of DDR, including through a gender-perspective, within the pre-deployment training package. AAVs also support those Member States that are contributing a new capability in UN peace operations with guidance on specific UN requirements and assist them in meeting those requirements. Finally, preparedness for DDR is a responsibility of TCCs with UNHQ guidance. During pre-deployment visits, preparedness for DDR can be evaluated/assessed.For the military component, DDR planning is not very different from planning related to other military tasks in UN peace operations. Clear guidance is necessary on the scope of the military\u2019s involvement.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.4 Pre-deployment planning", - "Heading3": "", - "Heading4": "", - "Sentence": "If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5460, - "Score": 0.353553, - "Index": 5460, - "Paragraph": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme. The objectives of screening are to: \\n Establish the eligibility of the potential DDR participant and register those who meet the criteria; \\n Weed out individuals trying to cheat the system, for example, those attempting to demobilize more than once in the hope of receiving additional benefits, or civilians trying to access demobilization benefits; \\n Identify DDR participants with specific requirements (children, youth, child mobilized\u2013adult demobilized, women, persons with disabilities and persons with chronic illnesses); and \\n Depending on the context, identify foreign combatants that need to be repatriated to their home countries (see IDDRS 5.40 on Cross-Border Population Movements).When combatants and persons associated with armed forces and groups report for a DDR programme, their eligibility should be determined by a specific set of eligibility criteria developed by national authorities, such as membership in a specific armed force or group, possession of a weapon and/or ammunition, and/or proven ability to use a weapon (see IDDRS 4.10 on Disarmament). Whether or not an individual meets these eligibility criteria should be verified. Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams. Questions touching upon the location of specific battles and military bases and the names of senior group members should be asked. Without verification, military commanders may attempt to bring civilians into the DDR programme. They may also attempt to engage in recruitment just prior to the onset of DDR in order to provide benefits to followers of the group or to take a cut of the benefits being offered to these newly recruited individuals. Explicitly stating the maximum number of individuals who may participate in a peace agreement or DDR policy document can limit incentives for commanders to engage in recruitment. So too can a cut-off date for eligibility. Armed forces and groups often prepare lists of their members prior to the onset of a DDR programme. Whenever lists are prepared, DDR practitioners shall ensure that a verification mechanism is in place to ensure that those listed meet the required eligibility criteria. A mechanism should also be in place to resolve disputed cases and to deal with those who are excluded. Clear messaging shall be employed to ensure that armed forces and groups are aware that being named on a list does not automatically confer DDR eligibility.Once the eligibility of a particular individual has been established, his/her basic registration data (name, age, contact information, sex, etc.) should be entered into a case management system. This system can be used to track when and where DDR benefits are disbursed and to whom (see section 6.8). The data recorded in the case management system should include a biometric component where possible. Biometric systems store the unique physical features \u2013 iris, face or fingerprint data \u2013 of individuals for future reference. Biometric registration serves mainly to ensure that DDR participants do not try to \u2018game the system\u2019 by going through the DDR programme more than once to receive multiple benefits. An advantage of all biometric systems is that, if properly implemented, they are completely confidential. A unique string of letters or numbers is assigned to a photograph or fingerprint, and the original photos or prints are then discarded. Different biometric systems have different levels of cost and user friendliness. Facial recognition systems are the most sophisticated but also the most expensive. DDR practitioners using this technology will require appropriate training. Alternatively, fingerprinting is an easy and cheap way to obtain biometric data. Fingerprints can be taken on smart phones or mobile fingerprint scanners, and training requirements are minimal. The context in which registration takes place should be taken into account when considering biometric registration. For example, if the armed conflict was tied to civic and national honour, peer control mechanisms may be sufficient to ensure that individuals do not try to \u2018double dip\u2019. However, in contexts marked by distrust between the warring parties, and combatants who move from one group or conflict to another, more careful biometric monitoring may be required. The biometric registration systems established for demobilization processes can also be linked to processes of security sector integration and reform (see IDDRS 6.10 on DDR and Security Sector Reform).Immediately after eligible individuals have been registered, they should be informed of their rights and obligations during the DDR programme and the terms and conditions of their participation. If they agree to these terms and conditions, DDR participants should be asked to sign a terms and conditions form and be provided with a copy of this form in their chosen language (see Annex C for a sample terms and conditions form).Individuals shall be ineligible for DDR programmes if they have committed, or if there is a clear and reasonable indication that they knowingly committed war crimes, terrorist acts or offences, crimes against humanity and/or genocide (see IDDRS 2.11 on The Legal Framework for UN DDR). As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme. If evidence is found to suggest that a particular participant in the DDR programme has committed crimes, the individuals\u2019 eligibility to participate in DDR shall be revoked. These types of background checks will typically not be conducted by DDR practitioners. Instead, national criminal justice authorities would need to be involved. DDR practitioners should seek support from human rights experts who can undertake a proactive process of collecting background information from a variety of sources. For a more detailed description of this process, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Screening, verification and registration", - "Heading3": "", - "Heading4": "", - "Sentence": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3826, - "Score": 0.348155, - "Index": 3826, - "Paragraph": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool. This sub-module, which should be read as a complement to IDDRS 4.10 on Disarmament, aims to equip DDR practitioners with the basic legal, programmatic and technical knowledge to de- sign and implement safe and effective transitional WAM in both mission and non-mis- sion contexts.This sub-module also provides guidance on how transitional WAM implemented as part of a DDR process should align with and reinforce security sector reform (SSR), as well as national small arms and light weapons (SALW) control strategies.When collecting, registering, storing, transporting, and disposing of weapons, ammunition and explosives during transitional WAM the core guidelines outlined in IDDRS 4.10 on Disarmament apply. As such, DDR-related transitional WAM should always adhere to United Nations standards and guidelines, namely the Modular small- arms-control Implementation Compendium (MOSAIC) and International Ammunition Technical Guidelines (IATG).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3577, - "Score": 0.340503, - "Index": 3577, - "Paragraph": "Depending on the context and the content of the ceasefire and/or peace agreement, eligibility for a DDR programme can include specific weapons/ammunition-related criteria. These criteria should be based on a thorough understanding of the context if effective disarmament is to be achieved. The arsenals of armed forces and groups vary in size, quality and types of weapons. For instance, in conflicts where foreign States actively support armed groups, these groups\u2019 arsenals are often quite large and varied, including not only serviceable SALW but also heavy-weapons systems.Past experience shows that the eligibility criteria related to weapons and ammunition are often not consistent or stringent enough. This can lead to the inclusion of individuals who are not members of armed forces and groups and the collection of poor-quality materiel while illicit serviceable materiel remains in circulation. Accurate information regarding armed forces and groups\u2019 arsenals (see section 5.1) is key in determining relevant and effective weapons-related criteria. These include the type and status (serviceable versus non-serviceable) of weapons or the quantity of ammunition that a combatant should bring along in order to be enrolled in the programme. According to the context, the ratio of arms and ammunition to individual combatants can vary and may include SALW as well as heavy weapons and ammunition.In order to ascertain their eligibility, combatants may also need to take a weapons procedures test, which will identify their familiarity with and ability to handle weapons. Although members of armed groups may not have received formal training to military standards, they should be able to demonstrate an understanding of how to use a weapon. This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization). Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR). All weapons brought by ineligible individuals as part of a disarmament operation shall be collected even if these individuals will not be eligible to enter the DDR programme.To avoid confusion and frustration, it is key that eligibility criteria are communicated clearly and unambiguously to members of armed groups and the wider population (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Legal implications should also be clearly explained \u2014 for example, that the voluntary submission of weapons during the disarmament phase by eligible and ineligible individuals will not result in prosecution for illegal possession.BOX 4: DISARMAMENT AWARENESS ACTIVITIES \\n For weapons to be successfully removed, the early and ongoing information and sensitization of armed forces and groups \u2013 as well as affected communities \u2013 to the planned collection process is essential. Public information and sensitization campaigns will have a strong influence on the success of the entire DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). \\n\\n In addition to direct contact with armed forces and groups and community representatives, a range of media \u2013 including radio, print media, TV and social media \u2013 can be used to: \\n Encourage combatants and persons associated with armed forces and groups to disarm. \\n Inform armed forces and groups about locations and dates of disarmament and explain procedures, including security measures. \\n Explain what will happen to collected arms and ammunition and the absence of legal repercussions, as relevant. \\n Explain the eligibility criteria for entering a DDR programme and provide information about potential alternatives for non-eligible individuals (see IDDRS 2.30 on Community Violence Reduction). \\n Explain legal implications, including amnesties or assurances of non-prosecution (see IDDRS 2.11 on The Legal Framework for UN DDR). \\n Manage expectations. \\n Distinguish between the voluntary disarmament of armed forces and groups as part of a DDR programme and prior forced disarmament and any past or ongoing forced disarmament in the country. \\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins. Awareness-raising campaigns shall take into consideration the findings of gender analysis in the design and implementation of programme activities. DDR practitioners shall ensure representation of all genders and ages in the campaign; engage youth, women and women\u2019s groups; and mitigate against the risk of linking gender identities with weapons, reinforcing violent masculinities and other gender stereotypes. Media and awareness activities are critical channels to counter the socially constructed yet enduring associations between small arms, protection, power and masculinity. \\n It is key that local communities be made aware of ongoing disarmament operations so that the presence or movement of armed individuals does not create confusion. If destruction of ammunition is planned, it is also important to inform communities beforehand to avoid misunderstandings and unnecessary tensions. Finally, during ongoing operations, details on progress towards the objectives of the disarmament programme should be disseminated to help reassure stakeholders and communities that the number of illicit weapons in circulation is being reduced, and that overall security is improving.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 16, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "5.5.1 Weapons-related eligibility criteria", - "Heading4": "", - "Sentence": "Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3391, - "Score": 0.333333, - "Index": 3391, - "Paragraph": "Disarmament is the act of reducing or eliminating access to weapons. It is usually regarded as the first step in a DDR programme. This voluntary handover of weapons, ammunition and explosives is a highly symbolic act in sealing the end of armed conflict, and in concluding an individual\u2019s active role as a combatant. Disarmament is also essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention.Disarmament operations are increasingly implemented in contexts characterized by acute armed violence, complex and varied armed forces and groups, and the prevalence of a wide range of weaponry and explosives.This module provides the guidance necessary to effectively plan and implement disarmament operations within DDR programmes and to ensure that these operations contribute to the establishment of an environment conducive to inclusive political transition and sustainable peace.The disarmament component of a DDR programme is usually broken down into four main phases: (1) operational planning, (2) weapons collection operations, (3) stockpile management, and (4) disposal of collected materiel. This module provides technical and programmatic guidance for each phase to ensure that activities are evidence-based, coherent, effective, gender-responsive and as safe as possible.The handling of weapons, ammunition and explosives comes with significant risks. Therefore, the guidance provided within this module is based on the Modular Small-Arms Control Implementation Compendium (MOSAIC)1 and the International Ammunition Technical Guidelines (IATG).2 Additional documents containing norms, standards and guidelines relevant to this module can be found in Annex B.Disarmament operations must take the regional and sub-regional context into consideration, as well as applicable legal frameworks. All disarmament operations must also be designed and implemented in an inclusive and gender responsive manner. Disarmament carried out within a DDR programme is only one aspect of broader DDR arms control activities and of the national arms control management system (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). DDR programmes should therefore be designed to reinforce security nationwide and be planned in coordination with wider peacebuilding and recovery efforts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is usually regarded as the first step in a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5258, - "Score": 0.330289, - "Index": 5258, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5382, - "Score": 0.327327, - "Index": 5382, - "Paragraph": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short. Finding a location that offers protection is necessary. The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required. Fresh potable water and electricity should be available. If they are not, a water purification system or water supplies and a generator should be brought in. Sanitary facilities must be supplied. Lighting should be installed to ensure security around the perimeter of the camp.When temporary demobilization sites are being used, it is particularly important to agree, in advance, on the distribution of tasks, financial responsibilities and the post-DDR ownership of the location. Where relevant, the following should also be considered: \\n The refurbishment and temporary use of community property: If available in the area where the demobilization site is to be set up, the use of existing hard-walled property should be considered. The decision should be made by weighing the medium- and long-term benefits to the community of repairing local facilities against the overall security and financial implications. These installations may not need rebuilding, and may be made usable by adding plastic sheeting, concertina wire, etc. Possible sites include disused factories, warehouses, hospitals, colleges and farms. Efforts should be made to verify ownership and to avoid legal complications. \\n The refurbishment and temporary use of state/military property: Where regular armed forces or well-organized/disciplined armed groups are to be demobilized, the use of existing military barracks, with the agreement of national authorities, should be considered. Generally speaking, these facilities should offer a degree of security and may have the required infrastructure already in place. The same security and administrative arrangements should apply to these sites as to others.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Temporary demobilization sites", - "Sentence": "The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5458, - "Score": 0.308607, - "Index": 5458, - "Paragraph": "The activities outlined below should be carried out during the demobilization component of a DDR programme. These activities can be conducted at either semi-permanent or temporary demobilization sites.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The activities outlined below should be carried out during the demobilization component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4275, - "Score": 0.306186, - "Index": 4275, - "Paragraph": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation. All UN DDR programmes shall be: people-centred; flexible; accountable and transparent; nationally and locally owned; inte- grated; and well-planned, in addition to being gender-sensitive. More specifically, when designing and implementing reintegration programmes, planners and practitioners shall take the following guidance into consideration:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4172, - "Score": 0.293294, - "Index": 4172, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support. In addition to the general tasks outlined above, UN police personnel may also perform more specific tasks that are linked to the particular DDR process in place. These tasks may be implemented in both mission and non-mission settings, contingent on mandate and/or deployment strength, and are outlined below:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4001, - "Score": 0.288675, - "Index": 4001, - "Paragraph": "Police personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on The UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.In mission settings, the mandate granted by the UN Security Council will dictate the type and extent of UN police involvement in a DDR process. Dependent on the situation on the ground, this mandate can range from monitoring and advisory functions to full policing responsibilities. In mission settings with a peacekeeping operation, the UN police component will typically consist of individual police officers, formed police units and specialized police teams. In special political missions, formed police units will typically not be present, and the UN police presence may consist of senior advisers.In non-mission settings there is no UN Security Council mandate. Therefore, the type and extent of UN or international police involvement in a DDR process will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. An international police presence in a non-mission setting (whether UN or otherwise) will typically consist of advisers, mentors, trainers and/or policing experts, complemented where necessary by a specialized police team.When supporting DDR processes, police personnel may conduct several general tasks, including the provision of advice, support to coordination, monitoring and building public confidence. Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway. For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites. Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR). For example, police may support DDR practitioners who are engaged in the mediation of local peace agreements by orienting these individuals, and broader negotiating teams, to entry points in the community. Community-oriented policing practices and community violence reduction (CVR) programmes can also be mutually reinforcing (see IDDRS 2.30 on Community Violence Reduction).Finally, when DDR processes are linked to security sector reform (SSR), UN police personnel have an important role to play in the reform of State police and law enforcement institutions and can positively contribute to the establishment and furtherance of professional standards and codes of conduct of policing.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5032, - "Score": 0.288675, - "Index": 5032, - "Paragraph": "A PI/SC strategy should outline what the DDR process in the specific context consists of through public information activities and contribute to changing attitudes and behaviour through strategic communication interventions. There are four overall objectives of PI/SC: \\n To inform stakeholders about the DDR process (public information): This includes providing tailored key messages to various stakeholders, such as where to go, when to deposit weapons, who is eligible for DDR and what reintegration options are available. The result is that DDR participants, beneficiaries and other stakeholders are made fully aware of what the DDR process involves. This kind of messaging also serves the purpose of making communities understand how the DDR process will involve them. Most importantly, it serves to manage expectations, clearly defining what falls within and outside the scope of DDR. If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what. Given that, historically, women and girls have not always received the same information as male combatants, as they may be purposely hidden by male commanders or may have \u2018self-demobilized\u2019, it is essential that PI/SC strategies take into consideration the specific information channels required to reach them. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to participate. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so. In such sitatutions, strategic communications may be used to create the conditions for a successful DDR process. \\n To mitigate the negative impact of misinformation and disinformation (strategic communication): It is important to understand how conflict actors such as armed groups and other stakeholders respond, react to and/or provide alternative messages that are disseminated in support of the DDR process. In the volatile conflict and post-conflict contexts in which DDR takes place, those who profit(ed) from war or who believe their political objectives have not been met may not wish to see the DDR process succeed. They may have access to radio stations from which they can make broadcasts or may distribute pamphlets and other materials spreading \u2018hate\u2019 or messages that incite violence and undermine the UN and/or some of the (former) warring parties. These spoilers likely will have access to online platforms, such as blogs and social media, where they can easily reach and influence a large number of people. It is therefore critical that PI/SC extends beyond merely providing information to the public. A comprehensive PI/SC strategy shall be designed to identify and address sources of misinformation and disinformation and to develop tailored strategic communication interventions. Implementation should be iterative, whereby messages are deployed to provide alternative narratives for specific misinformation or disinformation that may hamper the implementation of a DDR process. \\n To sensitize members of armed forces and groups to the DDR process (strategic communication): Strategic communication interventions can be used to sensitize potential DDR participants. That is, beyond informing stakeholders, beneficiaries and participants about the details of the DDR process and beyond mitigating the negative impacts of misinformation and disinformation, strategic communication can be used to influence the decisions of individuals who are considering leaving their armed force or group including providing the necessary information to leave safely. The transformative objective of strategic communication interventions should be context specific and based on a concrete understanding of the political aspects of the conflict, the grievances of members of armed forces and groups, and an analysis of the potential motivations of individuals to join/leave warring parties. Strategic communication interventions may include messages targeting active combatants to encourage their participation in the DDR process, for example, stories and testimonials from ex-combatants and other positive DDR impact stories. They may also include communication campaigns aimed at preventing recruitment. The potential role of the national authorities should also be assessed through analysis and where possible, national authorities should lead the strategic communication. \\n To transform attitudes in communities so as to foster DDR (strategic communication): Reintegration and/or CVR programmes are often crucial elements of DDR processes (see IDDRS 2.30 on Community Violence Reduction and IDDRS 4.30 on Reintegration). Strategic communication interventions can help to create conditions that facilitate peacebuilding and social cohesion and encourage the peaceful return of former members of armed forces and groups to civilian life. Communities are not homogeneous entities, and individuals within a single community may have differing attitudes towards the return of former members of armed forces and groups. For example, those who have been hit hardest by the conflict may be more likely to have negative perceptions of returning combatants. Others may simply be happy to be reunited with family members. The DDR process may also be negatively perceived as rewarding combatants. When necessary, strategic communication can be used as a means to transform the perceptions of communities and to combat stigmatization, hate speech, marginalization and discrimination against former members of armed forces and groups. Women and girls are often stigmatized in receiving communities and PI/SC can play a pivotal role in creating a more supportive environment for them. PI/SC should also be utilized to promote non-violent behaviour, including engaging men and boys as allies in promoting positive masculine norms (see IDDRS 5.10 on Women, Gender and DDR). Finally, PI/SC should also be used to destigmatize the mental health impacts of conflict and raise awareness of psychosocial support services.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 7, - "Heading1": "5. Objectives of PI/SC in support of DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Implementation should be iterative, whereby messages are deployed to provide alternative narratives for specific misinformation or disinformation that may hamper the implementation of a DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5324, - "Score": 0.285831, - "Index": 5324, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5221, - "Score": 0.284268, - "Index": 5221, - "Paragraph": "Demobilization occurs when members of armed forces and groups transition from military to civilian life. It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict. Demobilization operations shall be designed for combatants and persons associated with armed forces and groups. Female combatants and women associated with armed forces and groups have traditionally faced obstacles to entering DDR programmes, so particular attention should be given to facilitating their access to reinsertion and reintegration support. Victims, dependants and community members do not participate in demobilization activities. However, where dependants have accompanied armed forces or groups, provisions may be made for them during demobilization, including for their accommodation or transportation to their communities. All demobilization operations shall be gender and age sensitive, nationally and locally owned, context specific and conflict sensitive.Demobilization must be meticulously planned. Demobilization operations should be preceded by an in-depth assessment of the location, number and type of individuals who are expected to demobilize, as well as their immediate needs. A risk and security assessment, to identify threats to the DDR programme, should also be conducted. Under the leadership of national authorities, rigorous, unambiguous and transparent eligibility criteria should be established, and decisions should be made on the number, type (semi-permanent or temporary) and location of demobilization sites.During demobilization, potential DDR participants should be screened to ascertain if they are eligible. Mechanisms to verify eligibility should be led or conducted with the close engagement of the national authorities. Verification can include questions concerning the location of specific battles and military bases, and the names of senior group members. If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme. Once eligibility has been established, basic registration data (name, age, contact information, etc.) should be entered into a case management system.Individuals who demobilize should also be provided with orientation briefings, physical and psychosocial health screenings and information that will support their return to the community. A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization. During demobilization, DDR practitioners should also conduct a profiling exercise to identify obstacles that may prevent those eligible from full participation in the DDR programme, as well as the specific needs and ambitions of the demobilized. This information should be used to inform planning for reinsertion and/or reintegration support.If reinsertion assistance is foreseen as the second stage of the demobilization operation, DDR practitioners should also determine an appropriate transfer modality (cash-based transfers, commodity vouchers, in-kind support and/or public works programmes). As much as possible, reinsertion assistance should be designed to pave the way for subsequent reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4284, - "Score": 0.280976, - "Index": 4284, - "Paragraph": "To respond to contextual changes and remain relevant, reintegration programmes should be designed in such a way that allows for maximum adaptability. While the reintegration programme design will be based on initial assessments, it is important to remember that many contextual factors will change significantly during the course of the programme, such as the wishes and ambitions of ex-combatants, the labour market, the capacity of service providers, the capacity of the different government bodies, in addition to the agen- das of political parties and leaders in power. Furthermore, new or broader recovery plans may be designed during the timeframe of the DDR programme, for which reintegration programmes should be linked.Additionally, flexibility is required on the issue of targeting principles. While in the beginning of the programme exclusive targeted approaches might be appropriate, flexibil- ity to enlarge the target group within the scope of the programme should be considered and may also be part of the programme exit strategy. This means that the total number of combatants might be known at the beginning of a programme, but not necessarily the total number of beneficiaries or people assisted. Furthermore, flexibility of the types of reintegration assistance offered should be applied within the national programme. Fixed packages of individual assistance shall therefore be avoided.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Flexible", - "Heading3": "", - "Heading4": "", - "Sentence": "Furthermore, new or broader recovery plans may be designed during the timeframe of the DDR programme, for which reintegration programmes should be linked.Additionally, flexibility is required on the issue of targeting principles.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3210, - "Score": 0.280976, - "Index": 3210, - "Paragraph": "Military personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on the UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.When DDR is implemented in mission settings with a UN peacekeeping operation, the primary role of the military component should be to provide a secure environment and to observe, monitor and report on security-related issues. This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR. In addition to providing security, military components in mission settings may also provide technical support to disarmament, transitional weapons and ammunition management, and the establishment and maintenance of transitional security arrangements (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management, and IDDRS 2.20 on The Politics of DDR).To ensure the successful employment of a military component within a mission setting, DDR tasks must be included in endorsed mission operational requirements, include a gender perspective and be specifically mandated and properly resourced. Without the requisite planning and coordination, military logistical capacity cannot be guaranteed.UN military contingents are often absent from special political missions (SPMs) and non-mission settings. In SPMs, UN military personnel will more often consist of military observers (MILOBs) and military advisers.1 These personnel may be able to provide technical advice on a range of security issues in support of DDR processes. They may also be required to build relationships with non-UN military forces mandated to support DDR processes, including national armed forces and regionally- led peace support operations.In non-mission settings, UN or regionally-led peace operations with military components are absent. Instead, national and international military personnel can be mandated to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation. The roles and responsibilities of these military personnel may be similar to those played by UN military personnel in mission settings.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5053, - "Score": 0.280976, - "Index": 5053, - "Paragraph": "When designing a PI/SC strategy, DDR practitioners should take the following key factors into account: \\n At what stage is the DDR process? \\n Who are the primary and intermediary target audiences? Do these target audiences differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Who may not be eligible to participate in the DDR process? Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Are other, related PI/SC campaigns underway, and should these be aligned/deconflicted with the PI/SC strategy for the DDR process? \\n What are the roles of men, women, boys and girls, and how have each of these groups been impacted by the conflict? \\n What are the existing gender stereotypes and identities, and how can PI/SC strategies support positive change? \\n Is there stigma against women and girls associated with armed forces and groups? Is there stigma against mental health issues such as post-traumatic stress? \\n What are the literacy levels of the men and women intended to receive the information? \\n What behavioural/attitude change is the PI/SC strategy trying to bring about? \\n How can this change be achieved (taking into account literacy rates, the presence of different media, etc.)? \\n What are the various networks involved in the dissemination of information (e.g., interconnections among social networks of ex-combatants, household membership, community ties, military reporting lines, etc.)? Which network members have the greatest influence? \\n Do women and men obtain information by different means? (If so, which channels most effectively reach women?) \\n In what language does the information need to be delivered (also taking into account possible foreign combatants)? \\n What other organizations are involved, and what are their PI/SC strategies? \\n How can the PI/SC strategy be monitored? \\n What is the prevailing information situation? (What are the information needs?) \\n What are the sources of disinformation and misinformation? \\n Who are the key local influencers/amplifiers? \\n What dominant media technologies are in use locally and by which population segments/demographics?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 9, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5097, - "Score": 0.280976, - "Index": 5097, - "Paragraph": "While a PI/SC strategy is being prepared, other public information resources can be activated. In mission settings, ready-made public information material on peacekeeping and the UN\u2019s role can be distributed. However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place. Production of PI/SC material is a lengthy process. The time needed to design and produce printed sensitization tools, develop online content, and establishing dissemination channels (such as radio stations) should be taken into account when planning the schedule for PI/SC activities. Certain PI/SC materials may take less time to produce, such as digital communication; basic pamphlets; DDR radio programmes for broadcasting on non-UN radios; interviews on local and international media; and debates, seminars and public theatre productions. Pre-testing of PI/SC materials must also be included in operational schedules.In addition to these considerations, the strategy should have a coherent timeline, bearing in mind that while some PI/SC activities will continue throughout the DDR process, others will take place at specific times or during specific phases. For instance, particularly during reintegration, SC activities may be oriented towards educating communities to accept DDR participants and to have reasonable expectations of what reintegration will bring, as well as ensuring that survivors of sexual violence and/or those living with HIV/AIDS are not stigmatized and that connections are made with ongoing security sector reform, including arms control, police and judicial reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.3 The preparation of PI/SC material", - "Heading3": "", - "Heading4": "", - "Sentence": "However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3846, - "Score": 0.273861, - "Index": 3846, - "Paragraph": "DDR processes are increasingly launched in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such situations, communities and individuals may take their own security measures, including through increased weapons ownership. Some armed groups may also be characterized as community self-defence forces or \u2018vigilante groups\u2019.The ownership of weapons, ammunition and explosives by individuals and armed groups carries a number of risks. For example, if armed groups store incompatible types of ammunition together then it may lead to explosions and surrounding loss of life. Furthermore, inadequately secured weapons and ammunition can facilitate inter-personal armed violence, including sexual and gender-based violence, as well as theft and diversion to the illicit market.In order to contribute to a more secure environment that is conducive to long-term stability, development and reconciliation, DDR practitioners may consider the use of transitional WAM. Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure. In both contexts, a multifaceted approach is required that addresses both the root causes of armed violence and the means through which that violence is perpetrated.Transitional WAM may therefore also be used in combination with programmes of Community Violence Reduction, particularly when these programmes include for- mer combatants or individuals at-risk of recruitment by armed groups (see IDDRS 2.30 on Community Violence Reduction). Finally, transitional WAM may also be used in combination with activities that support the reintegration of former combatants and persons formerly associated with armed groups (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4381, - "Score": 0.272166, - "Index": 4381, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "Dedicated structures created by the DDR programme such as an information, counseling and referral service?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3563, - "Score": 0.272166, - "Index": 3563, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "The prospect of a DDR programme and the associated benefits can present an enticement to many individuals.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4272, - "Score": 0.267261, - "Index": 4272, - "Paragraph": "Sustainable reintegration of former combatants and associated groups into their commu- nities of origin or choice is the ultimate objective of DDR. A reintegration programme is designed to address the many destabilizing factors that threaten ex-combatants\u2019 suc- cessful transition to peace, including: economic hardship, social exclusion, psychological and physical trauma, and political disenfranchisement. Failure to successfully reintegrate ex-combatants will undermine the achievements of disarmament and demobilization, furthering the risk of renewal of armed conflict.Reintegration of ex-combatants and associated groups is a long-term process that occurs at the individual, community, national, and at times even regional level, and has economic, social/psychosocial, political and security factors affecting its success. Post-conflict economies have often collapsed, posing significant challenges to creating sustainable livelihoods for former combatants and other conflict-affected groups. Social and psychological issues of identity, trust, and acceptance are crucial to ensure violence prevention and lasting peace. In addition, empowering ex-combatants to take part in the political life of their communities and state can bring forth a range of benefits, such as providing civilians with a voice to address any former or residual grievances in a socially constructive, non-violent manner. Without sustainable and comprehensive reintegration, former combatants may become further marginalized and vulnerable to re-recruitment or engagement in criminal or gang activities.A reintegration programme will attempt to facilitate the longer-term reintegration process by providing time-bound, targeted assistance. A reintegration programme cannot match the breadth, depth or duration of the reintegration process, nor of the long-term recovery and development process; therefore, careful analysis is required in order to design and implement a strategic and pragmatic reintegration programme that best bal- ances timing, sequencing and a mix of programme elements from among the resources available. A strong monitoring system is needed to continuously track if the approach taken is yielding the desired effect. A well-planned exit strategy, with an emphasis on capacity building and ownership by national and local actors who will be engaged in the reintegration process for much longer than the externally assisted reintegration pro- gramme, is therefore crucial from the beginning.A number of key contextual factors should be taken into account when planning and designing the reintegration strategy. These contextual factors include: (i) the nature of the conflict (i.e. ideology-driven, resource-driven, identity-driven, etc.) and duration as determined by a conflict and security analysis; (ii) the nature of the peace (i.e. military victory, principle party negotiation, third party mediation); (iii) the state of the economy (especially demand for skills and labour); (iv) the governance capacity and reach of the state (legitimacy and institutional capacity); and, (v) the character and cohesiveness of combatants and receiving communities (trust and social cohesiveness). These will be dis- cussed in greater detail throughout the module.There are also several risks and challenges that must be carefully assessed, moni- tored and managed in order to successfully implement a reintegration programme. One of the key challenges in designing and implementing DDR programmes is how to ful- fill the specific and essential needs of ex-combatants without turning them into a real or perceived privileged group within the community. The reintegration support for ex-com- batants should therefore be planned in such a manner as to avoid creating resentment and bitterness within wider communities or society or putting a strain on a community\u2019s limited resources. Accordingly, this module seeks to emphasize the importance and ben- efits of approaching reintegration programmes from a community-based perspective in order to more effectively execute programme activities and avoid possible tensions form- ing between ex-combatants and community members.In order to increase the effectiveness of reintegration programmes, it is also essential to recognize and identify their limitations and boundaries. Firstly, the trust of ex-com- batants in the political process is often heavily influenced by the nature of the peace settlement and the trust of the overall population in the process; DDR both influences and is influenced by political processes. Secondly, the presence of economic opportunities is critical. And thirdly, the governance capacity of the state, referring to its perceived legit- imacy and institutional capacity to govern and provide basic services, is essential to the successful implementation of a DDR programme. DDR is fundamentally social, economic and political in character and should be seen as part of a broader integrated approach to recovery, including security, governance, and political and developmental aspects. There- fore, programmes shall be based upon context analyses (see above on contextual factors) that are integrated, comprehensive and coordinated across the UN family with national and other international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "And thirdly, the governance capacity of the state, referring to its perceived legit- imacy and institutional capacity to govern and provide basic services, is essential to the successful implementation of a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3507, - "Score": 0.264906, - "Index": 3507, - "Paragraph": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict. Clear operational objectives should also be developed and agreed. These may include: \\n A reduction in the number of weapons, ammunition and explosives possessed by, or available to, armed forces and groups; \\n A reduction in actual armed violence or the threat of it; \\n Optimally zero, or at the most minimal, casualties during the disarmament component; \\n An improvement in the perception of human security by men, women, boys, girls and youth within communities; \\n A public connection between the availability of weapons and armed violence in society; \\n The development of community awareness of the problem and hence community solidarity; \\n The reduction and disruption of the illicit trade of weapons within the DDR area of operations; \\n A reduction in the open visibility of weapons in the community; \\n A reduction in crimes committed with weapons, such as conflict-related sexual violence; \\n The development of norms against the illegal use of weapons.BOX 2: MONITORING AND EVALUATION OF DISARMAMENT \\n The disarmament objectives listed in section 5.2 could serve as a basis for the identification of performance indicators to track progress and assess the impact of disarmament interventions. Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR). \\n Standardized indicators to monitor and evaluate disarmament operations should be identified early in the DDR programme. Quantitative indicators could be developed in line with specific technical outputs providing clear measures, including the number of weapons and rounds of ammunition collected, the number of items recorded, marked and destroyed, or the number of items lost or stolen in the process. Qualitative indicators might include the evolution of the armed criminality rate in the target area, or perceptions of security in the target population disaggregated by sex and age. Information collection efforts and a weapons survey (see section 5.1) provide useful sources for identifying key indicators and measuring progress. \\n\\n Monitoring and evaluation should also verify that: \\n Gender- and age-specific risks to women and men have been adequately and equitably addressed. \\n Women and men participate in all aspects of the initiative \u2013 design, implementation, monitoring and evaluation. \\n The initiative contributes to gender equality.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2 Objectives of disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5556, - "Score": 0.261116, - "Index": 5556, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4951, - "Score": 0.261116, - "Index": 4951, - "Paragraph": "DDR is a process that requires the involvement of multiple actors, including the Government or legitimate authority and other signatories to a peace agreement (if one is in place); combatants and persons associated with armed forces and groups, their dependants, receiving communities and youth at risk of recruitment; and other regional, national and international stakeholders.Attitudes towards the DDR process may vary within and between these groups. Potential spoilers, such as those left out of the peace agreement or former commanders, may wish to sabotage DDR, while others will be adamant that it takes place. These differing attitudes will be at least partly determined by individuals\u2019 levels of knowledge of the DDR and broader peace process, their personal expectations and their motivations. In order to bring the many different stakeholders in a conflict or post-conflict country (and region) together in support of DDR, it is essential to ensure that they are aware of how DDR is meant to take place and that they do not have false expectations about what it can mean for them. Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process. PI/SC plays an important catalytic function in the DDR process, and the conceptualization of and preparation for the PI/SC strategy should start in a timely manner, in parallel with planning for the DDR process.The basic rule for an effective PI/SC strategy is to have clear overall objectives. DDR practitioners should, in close collaboration with PI/SC experts, support their national and local counterparts to define these objectives. These national counterparts may include, but are not limited to, Government; civil society organizations; media partners; and other entities with experience in community sensitization, community engagement, public relations and media relations. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to enter the programme. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so.DDR practitioners should keep in mind that PI/SC should be aimed at a much wider audience than those people who are directly involved in or affected by the DDR process within a particular context. PI/SC strategies can also play an essential role in building regional and international political support for DDR efforts and can help to mobilize resources for parts of the DDR process that are funded through voluntary donor contributions and are crucial for the success of reintegration programmes. PI/SC staff in both mission and non-mission settings should therefore be actively involved in the preparation, design and planning of any events in-country or elsewhere that can be used to highlight the objectives of the DDR process and raise awareness of DDR among relevant regional and international stakeholders. Additionally, PI can play an important role in encouraging a holistic view of the challenges of rebuilding a nation and can serve as a major tool in advocacy for gender equality and inclusiveness, which form part of DDR (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 5.10 on Women, Gender and DDR). The role of national authorities is also critical in public information. DDR must be nationally-led in order to build the foundation of long-term peace. Therefore, DDR practitioners should ensure that relevant messages are approved and transmitted by national authorities.Communication is rarely neutral. This means that DDR practitioners should consider how messages will be received as well as how they are to be delivered. Culture, custom, gender, and other contextual drivers shall form part of the PI/SC strategy design. Information, disinformation and misinformation are all hallmarks of the conflict settings in which DDR takes place. In times of crisis, information becomes a critical need for those affected, and individuals and communities can become vulnerable to misinformation and disinformation. Therefore, one objective of a DDR PI/SC strategy should be to provide information that can address this uncertainty and the fear, mistrust and possible violence that can arise from a lack of reliable information.Merely providing information to ex-combatants, persons formerly associated with armed forces and groups, dependants, victims, youth at risk of recruitment and conflict-affected communities will not in itself transform behaviour. It is therefore important to make a distinction between public information and strategic communication. Public information is reliable, accurate, objective and sincere. For example, if members of armed forces and groups are not provided with such information but, instead, with confusing, inaccurate and misleading information (or promises that cannot be fulfilled), then this will undermine their trust, willingness and ability to participate in DDR. Likewise, the information communicated to communities and other stakeholders about the DDR process must be factually correct. This information shall not, in any case, stigmatize or stereotype former members of armed forces and groups. Here it is particularly important to acknowledge that: (i) no ex-combatant or person formerly associated with an armed force or group should be assumed to have a natural inclination towards violence; (ii) studies have shown that most ex-combatants do not (want to) resort to violence once they have returned to their communities; but (iii) they have to live with preconceptions, distrust and fear of the local communities towards them, which further marginalizes them and makes their return to civilian life more difficult; and (iv) female ex-combatants and women associated with armed forces and groups (WAAFAG) and their children are often stigmatized, and may be survivors of conflict-related sexual violence and other grave rights violations.If public information relates to activities surrounding DDR, strategic communication, on the other hand, needs to be understood as activities that are undertaken in support of DDR objectives. Strategic communication explicitly involves persuading an identified audience to adopt a desired behaviour. In other words, whereas public information seeks to provide relevant and factually accurate information to a specific audience, strategic communication involves complex messaging that may evolve along with the DDR process and the broader strategic objectives of the national authorities or the UN. It is therefore important to systematically assess the impact of the communicated messages. In many cases, armed forces and groups themselves are engaged in similar activities based on their own objectives, perceptions and goals. Therefore, strategic communication is a means to provide alternative narratives in response to rumours and to debunk false information that may be circulating. In addition, strategic communication has the vital purpose of helping communities understand how the DDR process will involve them, for example, in programmes of community violence reduction (CVR) or in the reintegration of ex-combatants and persons formerly associated with armed forces and groups. Strategic communication can directly contribute to the promotion of both peacebuilding and social cohesion, increasing the prospects of peaceful coexistence between community members and returning former members of armed forces and groups. It can also provide alternative narratives about female returnees, mitigating stigma for women as well as the impact of the conflict on mental health for both DDR participants and beneficiaries in the community at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4984, - "Score": 0.261116, - "Index": 4984, - "Paragraph": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver. The PI/SC strategy shall focus on the national (and, where applicable, regional) stakeholders, participants and beneficiaries of the DDR process, i.e., ex-combatants, persons associated with armed forces and groups, dependants, receiving communities, parties to the peace agreement, civil society, local and national authorities, and the media.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3300, - "Score": 0.255377, - "Index": 3300, - "Paragraph": "The primary contribution of the military component to a DDR process is to provide security for DDR staff, partners, infrastructure and beneficiaries. Security is essential to ensure former combatants\u2019 confidence in DDR, and to ensure the security of other elements of a mission and the civilian population.If tasked and resourced, a military component may contribute to the creation and maintenance of a stable, secure environment in which DDR can take place. This may include the provision of security to areas in which DDR programmes and DDR-related tools (including pre-DDR and community violence reduction) are being implemented. Military components may also provide security to DDR and child protection practitioners, and to those participating in DDR processes, including children and dependants. This may include the provision of security to routes that participants will use to enter DDR and/or the provision of military escorts. Security is provided primarily by armed UN troops, but could be supplemented by the State\u2019s defence security forces and/or any other security provider.Finally, military components may also secure the collection, transportation and storage of weapons and ammunition handed in as part of a DDR process. They may also monitor and report on security-related issues, including incidents of sexual and gender-based violence. Experience has shown that unarmed MILOBs do not provide security, although in some situations they can assist by contributing to early warning, wider information gathering and information distribution.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.1 Security ", - "Heading4": "", - "Sentence": "This may include the provision of security to areas in which DDR programmes and DDR-related tools (including pre-DDR and community violence reduction) are being implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5131, - "Score": 0.249029, - "Index": 5131, - "Paragraph": "The planning and implementation of the PI/SC strategy shall acknowledge the diversity of stakeholders involved in the DDR process and their varied information needs. The PI/SC strategy shall also be based on integrated conflict and security analyses (see IDDRS 3.11 on Integrated Assessments). As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities. The intended audience(s) will also vary according to the phase of the DDR process and, crucially, the changes in people\u2019s attitudes that the PI/SC strategy would like to bring about. What follows is therefore a non-exhaustive list of the types of target audiences most commonly found in a PI/SC strategy for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5567, - "Score": 0.246183, - "Index": 5567, - "Paragraph": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization. It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme. Reinsertion assistance should be planned to pave the way for reintegration support and should consist of time-bound, basic benefits delivered for up to 12 months. In mission settings, reinsertion assistance may be funded from the UN peacekeeping operation\u2019s assessed budget.This kind of transitional assistance may be provided in a number of different ways, including: \\n Cash-based transfers; \\n Commodity vouchers; \\n In-kind support; and \\n Public works programmesCash-based transfers include cash; digital transfers, such as payments made to mobile phones (\u2018mobile money transfers\u2019); and value vouchers. Value vouchers \u2013 also known as gift cards or stamps \u2013 provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. Vouchers may also be commodity-based \u2013 i.e., tied to a predefined quantity of given commodities, for example, food (see IDDRS 5.50 on Food Assistance in DDR). Commodities may also be provided directly as in-kind support. In-kind support may take various forms, including food or \u2018reinsertion kits\u2019. The latter are often composed of materials linked to job training or future employment, such as fishing kits and agricultural tools. Finally, public works programmes create temporary opportunities for demobilized individuals to receive cash, vouchers or food/other commodities as part of a reinsertion package. In some cases, reinsertion support may also be provided in the form of vocational training and/or income-generating opportunities. For guidance on these latter two options, see IDDRS 4.30 on Reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3437, - "Score": 0.246183, - "Index": 3437, - "Paragraph": "In order to lay the foundation for an effective DDR programme and sustainable peace, disarmament shall be voluntary. Forced disarmament can have a negative impact on contexts in transition, including in terms of restoring trust in authorities and efforts towards national reconciliation. In addition, removing weapons forcibly from combatants or persons associated with armed forces and groups risks creating a security vacuum and an imbalance in military capabilities which may generate increased tensions and lead to a resumption of armed violence. Voluntary disarmament should be facilitated through strong sensitization and communication efforts. It should also be underpinned by firm guarantees of security and immunity from prosecution for the illegal possession of weapon(s) handed in.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to lay the foundation for an effective DDR programme and sustainable peace, disarmament shall be voluntary.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3520, - "Score": 0.246183, - "Index": 3520, - "Paragraph": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups. Staff should be conscious not only of the risks associated with handling weapons, ammunition and explosives, but also of the risks of unpredictable behaviour as a result of the significant levels of stress that disarmament activities can generate among combatants and other stakeholders. \\n Avoid supporting weapons buy-back: UN supported DDR programmes shall avoid attaching monetary value to weapons as a means of encouraging their surrender by members of armed forces and groups. Weapons buy-back programmes within and outside DDR have proven to be inefficient and even counter-productive as they tend to fuel national and regional arms flows, which in the end can jeopardize the achievement of disarmament objectives in a DDR programme. Buy-back programmes can also have unintended societal consequences such as economically rewarding combatants and exacerbating existing gender inequalities \\n Disarmament of foreign combatants: Disarmament operations may also need to consider armed foreign combatants. Foreign combatants may be disarmed in the host country or at the border of the country of origin to which they will be returning. DDR programmes should plan for disarmament of foreign combatants within or outside repatriation agreements between the country of origin and the host country (see IDDRS 5.40 on Cross-Border Population Movements). \\n Terrorism and violent extremism threats: DDR programmes are increasingly being conducted in contexts affected by terrorism. Disarmament operations in these contexts require the highest security safeguards and robust on-site WAM expertise to maximize the safety of all involved. DDR practitioners should be aware of the requirements imposed on States by UN Security Council resolutions 2370 (2017) and 2482 (2019) and Council\u2019s 2015 Madrid Guiding Principles and its 2018 Addendum, in terms of, inter alia, ensuring that appropriate legal actions are taken against those who knowingly engage in providing terrorists with weapons.4 \\n Lack of sustainability: Disarmament operations shall not start unless the sustainability of funding and resources is guaranteed. Previous attempts to carry out disarmament operations with insufficient assets and funds have resulted in unconstructive, partial disarmament, a return to armed conflict, and the failure of the entire DDR process. The reconfiguring and closing of UN missions is another crucial moment that should be planned in advance. Such transitions often require handing over responsibility to national authorities or to the United Nations Country Team (UNCT). It is important to ensure these entities have the mandate and capacity to complete the DDR programme even after the withdrawal of UN mission resources.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "5.3.1 Operational risks", - "Heading4": "", - "Sentence": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3664, - "Score": 0.246183, - "Index": 3664, - "Paragraph": "A disarmament SOP should state the step-by-step procedures for receiving weapons and ammunition, including identifying who has responsibility for each step and the gender-responsive provisions required. The SOP should also include a diagram of the disarmament site(s) (either mobile or static). Combatants and persons associated with armed forces and groups are processed one by one. Procedures, to be adapted to the context, are generally as follows.Before entering the disarmament site perimeter: \\n The individual is identified by his/her commander and physically checked by the designated security officials. Special measures will be required for children (see IDDRS 5.20 on Children and DDR). Men and women will be checked by those of the same sex, which requires having both male and female officers among UN military/DDR staff in mission settings and national security/DDR staff in non-mission settings. \\n If the individual is carrying ammunition or explosives that might present a threat, she/he will be asked to leave it outside the handover area, in a location identified by a WAM/EOD specialist, to be handled separately. \\n The individual is asked to move with the weapon pointing towards the ground, the catch in safety position (if relevant) and her/his finger off the trigger.After entering the perimeter: \\n The individual is directed to the unloading bay, where she/he will proceed with the clearing of his/her weapon under the instruction and supervision of a MILOB or representative of the UN military component in mission settings or designated security official in a non-mission setting. If the individual is under 18 years old, child protection staff shall be present throughout the process. \\n Once the weapon has been cleared, it is handed over to a MILOB or representative of the military component in a mission setting or designated security official in a non-mission setting who will proceed with verification. \\n If the individual is also in possession of ammunition for small arms or machine guns, she/he will be asked to place it in a separate pre-identified location, away from the weapons. \\n The materiel handed in is recorded by a DDR practitioner with guidance on weapons and ammunition identification from specialist UN agency personnel or other arms specialists along with information on the individual concerned. \\n The individual is provided with a receipt that proves she/he has handed in a weapon and/or ammunition. The receipt indicates the name of the individual, the date and location, the type, the status (serviceable or not) and the serial number of the weapon. \\n Weapons are tagged with a code to facilitate storage, management and recordkeeping throughout the disarmament process until disposal (see section 7.1). \\n Weapons and ammunition are stored separately or organized for transportation under the instructions and guidance of a WAM adviser (see section 7.2 and DDR WAM Handbook Unit 11). Ammunition presenting an immediate risk, or deemed unfit for transport, should be destroyed in situ by qualified EOD specialists.BOX 6: PROCESSING HEAVY WEAPONS AND THEIR AMMUNITION \\n An increasing number of armed groups in areas of conflict across the world use light and heavy weapons, including heavy artillery or armoured fighting vehicles. Dealing with heavy weapons presents both logistical and political challenges. In certain settings, heavy weapons could be included in the eligibility criteria for a DDR programme, and the ratio of arms to combatants could be determined based on the number of crew required to operate each specific weapons system. However, while small arms and most light weapons are generally seen as an individual asset, heavy weapons are often considered a group asset, and thus may not be surrendered during disarmament operations that focus on individual combatants and persons associated with armed forces and groups. \\n To ensure comprehensive disarmament and avoid the exploitation of loopholes, peace negotiations and the national DDR programme should determine the procedures related to the arsenals of armed groups, including heavy weapons and/or caches of materiel. Processing heavy weapons and their ammunition requires a high level of technical knowledge. Heavy-weapons systems can be complex and require specialist expertise to ensure that systems are made safe, unloaded and all items of ammunition are safely separated from the platform. Conducting a thorough weapons survey and planning is vital to ensure the correct expertise is made available. The UN DDR component in mission settings or UN lead agency(ies) in non-mission settings should provide advice with regards to the collection, storage and disposal of heavy weapons, and support the development of any related SOPs. Procedures regarding heavy weapons should be clearly communicated to armed forces and groups prior to any disarmament operations to avoid unorganized and unscheduled movements of heavy weapons that might foment further tensions among the population. Destruction of heavy weapons requires significant logistics (see section 8); it is therefore critical to ensure the physical security of these weapons in order to reduce the risk of diversion.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 25, - "Heading1": "6. Monitoring", - "Heading2": "6.2 Procedures for disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Special measures will be required for children (see IDDRS 5.20 on Children and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4615, - "Score": 0.244949, - "Index": 4615, - "Paragraph": "Young ex-combatants, especially those aged under 15, should be reintegrated into formal education, which may mean extra support for teachers and trainers to manage the special needs of such learners. Some ex-combatants can be offered scholarships to finish their studies. Youth (see IDDRS 5.20 on Youth) should have priority in these cases, and particu- lar attention must be paid to assisting girls to return to school, requiring making available child care facilities for children in their care as well as evening courses.In some countries where the conflict was particularly protracted and ex-combatants have received little or no schooling, emphasis should be placed on \u2018catch-up\u2019 education to ensure that this group does not remain in a disadvantaged position, in relation to their peers. If allowances or school fees are to be funded by the reintegration programme, programme managers should ensure that resources are available for the full duration of ex-combatants\u2019 catch-up or accelerated education, which could be longer than the reinte- gration programme. If resources are not available, there should be a clearly communicated plan for phasing out support.It is clear that the funding available from a DDR programme will not cover all edu- cation costs of the programme participants who wish to continue their studies. This must be acknowledged and expectations managed during counseling for reintegration, so that ex-combatants are able to plan for some way to pay for the rest of their studies. It should also be acknowledged during counseling that in post-conflict economies education does not guarantee employment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 35, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.3. Education and scholarships", - "Heading4": "", - "Sentence": "If resources are not available, there should be a clearly communicated plan for phasing out support.It is clear that the funding available from a DDR programme will not cover all edu- cation costs of the programme participants who wish to continue their studies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4362, - "Score": 0.235702, - "Index": 4362, - "Paragraph": "The risks posed by enduring command structures should also be taken into account dur- ing reintegration planning and may require specific action. A stated aim of demobilization is the breakdown of armed groups\u2019 command structures. However, experience has shown this is difficult to achieve, quantify, qualify or monitor. Over time hierarchical structures erode, but informal networks and associations based upon loyalties and shared experi- ences may remain long into the post-conflict period.In order to break command structures and prevent mid-level commanders from becoming spoilers in DDR, programmes may have to devise specific assistance strategies that better correspond to the profiles and needs of mid-level commanders. Such support may include preparation for nominations/vetting for public appointments, redundancy payments based on years of service, and guidance on investment options, expanding a family business and creating employment, etc. Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process. Extreme caution should be exercised when requested to support the creation and maintenance of veterans\u2019 associations. Although these associations may arise spontane- ously as representation and self-help groups due to the fact that members face similar challenges, have affinities and have common pasts, prolonged affiliation may perpetu- ate the retention of \u201cex-combatant\u201d identities, preventing ex-combatants from effectively transitioning from military to their new civilian identities and roles.The overriding principle for supporting transformed command structures is that the associations that arise permit individual freedom of choice (i.e. joining is not required or coerced). In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.3. Focus on command structures", - "Heading3": "", - "Heading4": "", - "Sentence": "joining is not required or coerced).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5542, - "Score": 0.235702, - "Index": 5542, - "Paragraph": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities. The logistical implications of providing transport must be taken into account. It will not be possible for all ex-combatants and persons formerly associated with armed forces and groups to be transported to their final destination. A mixture of transport to certain key locations and funding for onward transport may therefore be required. Cash for transport may be given as part of transitional reinsertion assistance (see section 7). Specific attention shall be paid to the safe transport of women and minorities to their final destination, recognizing the unique security threats they may face.If transport is provided in UN vehicles, authorizations from UN administration and waivers for passengers need to be signed. DDR practitioners should arrange pre-signed authorizations and waivers in order to avoid last-minute blockages and delays. Alternatively, private companies and/or other implementing partners may be subcontracted to provide transport.In cases where it is necessary to repatriate foreign ex-combatants and persons formerly associated with armed forces and groups, transportation arrangements will need to be adjusted to involve national authorities from these individuals\u2019 countries of origin as well as other sub-regional organizations and mechanisms (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.7 Transportation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3306, - "Score": 0.235702, - "Index": 3306, - "Paragraph": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme. Disarmament typically involves the collection, documentation (registration), identification, storage, and disposal (including destruction) of conventional arms and ammunition (see IDDRS 4.10 on Disarmament). Depending on the methods agreed in peace agreements and plans for future national security forces, weapons and ammunition will either be destroyed or safely and securely managed. Military components can therefore assist in performing the following disarmament-related tasks, which should include a gender-perspective in their planning and execution: \\n Monitoring the separation of forces. \\n Monitoring troop withdrawal from agreed-upon areas. \\n Manning reception centres. \\n Undertaking identification and physical checks of weapons. \\n Collection, registration and identification of weapons, ammunition and explosives. \\n Registration of male and female ex-combatants and associated groups.Not all military units possess the requisite capabilities to support the disarmament component of a DDR programme. Early and comprehensive planning should identify whether this is a requirement, and units/capabilities should be generated accordingly. For example, the collection of unused landmines may constitute a component of disarmament and requires military explosive ordnance disposal (EOD) units. The destruction and disposal of ammunition and explosives is also a highly specialized process and shall only be conducted by specially trained EOD military personnel in coordination with the DDR component of the mission. When the military is receiving weapons, it is important that both male and female soldiers participate in the process, particularly if it is necessary to search former combatants and persons formerly associated with armed forces and groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.2 Disarmament", - "Heading4": "", - "Sentence": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3651, - "Score": 0.235702, - "Index": 3651, - "Paragraph": "The role of pick-up points (PUPs) is to concentrate combatants and persons associated with armed forces and groups in a safe location, prior to a controlled and supervised move to designated disarmament sites. Administrative and safety processes begin at the PUP. There are similarities between procedures at the PUP and those carried out during mobile disarmament operations, but the two processes are different and should not be confused. Members of armed forces and groups that report to a PUP will then be moved to a disarmament site, while those who enter through the mobile disarmament route will be directed to make their way to demobilization.PUPs are locations agreed to in advance by the leaders of armed forces and groups and the UN mission military component. They are selected because of their convenience, security and accessibility for all parties. The time, date, place and conditions for entering the disarmament process should be negotiated by commanders, the National DDR Commission and the DDR component in mission settings and the UN lead agency(ies) in non-mission settings.Combatants often need to be moved from rural locations, and since many armed forces and groups will not have adequate transport, PUPs should be situated close to their positions. PUPs shall not be located in or near civilian areas such as villages, towns or cities. Special measures should be considered for children associated with armed forces and groups arriving at PUPs (see IDDRS 5.20 on Children and DDR). Gender-responsive provisions shall also be planned to provide guidance on how to process female combatants and WAAFG, including DDR/UN military staff composed of a mix of genders, separation of men and women during screening and clothing/baggage searches at PUPs, and adequate medical support particularly in the case of pregnant and lactating women (see IDDRS 5.10 on Women, Gender and DDR).Disarmament operations should also include combatants and persons associated with armed forces and groups with disabilities and/or chronically ill and/or wounded who may not be able to access the PUPs. These persons may also qualify for disarmament, while requiring special transportation and assistance by specialists, such as medical staff and psychologists (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disabilities and DDR).Once combatants and persons associated with armed forces and groups have arrived at the designated PUP, they will be met by male and female UN representatives, including military and child protection staff, who shall arrange their transportation to the disarmament site. This first meeting between armed individuals and UN staff shall be considered a high-risk situation, and all members of armed forces and groups shall be considered potentially dangerous until disarmed.At the PUP, combatants and persons associated with armed forces and groups may either be completely disarmed or may keep their weapons during movement to the disarmament site. In the latter case, they should surrender their ammunition. The issue of weapons surrender at the PUP will either be a requirement of the peace agreement, or, more usually, a matter of negotiation between the leadership of armed forces and groups, the national authorities and the UN.The following activities should occur at the PUP: \\n Members of the disarmament team meet combatants and persons associated with armed forces and groups outside the PUP at clearly marked waiting areas; personnel deliver a PUP briefing, explaining what will happen at the sites. \\n Qualified personnel check that weapons are clear of ammunition and made safe, ensuring that magazines are removed; combatants and persons associated with armed forces and groups are screened to identify those carrying ammunition and explosives. These individuals should be immediately moved to the ammunition area in the disarmament site. \\n Qualified personnel conduct a clothing and baggage search of all combatants and persons associated with armed forces and groups; men and women should be searched separately by those of the same sex. \\n Combatants and persons associated with armed forces and groups with eligible weapons and safe ammunition pass through the screening area to the transport area, before moving to the disarmament site. The UN shall be responsible for ensuring the protection and physical security of combatants and persons associated with armed forces and groups during their movement from the PUP. In non-mission settings, the national security forces, joint commissions or teams would be responsible for the above-mentioned tasks with technical support from relevant UN agency (ies), multilateral and bilateral partners.Those individuals who do not meet the eligibility criteria for entry into the DDR programme should leave the PUP after being disarmed and, where needed, transported away from the PUP. Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme. These individuals should be given a receipt that shows full details of the ineligible weapon handed over. This receipt may be used if there is an appeal process at a later date. People who do not meet the eligibility criteria for the DDR programme should be told why and orientated towards different programmes, if available, including CVR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 23, - "Heading1": "6. Monitoring", - "Heading2": "6.1 Disarmament locations", - "Heading3": "6.1.1. Static disarmament ", - "Heading4": "6.1.1.1 Pick-up points", - "Sentence": "Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5152, - "Score": 0.235702, - "Index": 5152, - "Paragraph": "In many cases, partnerships with other stakeholders are required to support the design, planning and implementation of the PI/SC strategy. The following partners are often the secondary audience of a DDR process; however, depending on the context, they may also be the primary audience (e.g., the international community in a regionalized armed conflict): \\n Civil society: This includes women\u2019s groups, youth groups, local associations and non- governmental organizations that play a role in the DDR process, including those working as implementing partners of national and international governmental institutions. \\n Religious leaders and institutions: The voices of moderate religious leaders can be amplified and coordinated with educators to foster coordination and promote messages of peace and tolerance. \\n Legislative and policy-setting authorities: The legal framework in the country regulating the media can be reviewed and laws put in place to prevent the distribution of messages inciting hate or spreading misinformation. If this approach is used, care must be taken to ensure that civil and political rights are not affected. \\n International and local media: International and local media are often the main source of information on progress in the peace process. Keeping both media segments supplied with accurate and up-to-date information on the planning and implementation of DDR is important in order to increase support for the process and avoid bad press. The media are also key whistleblowers that can identify, expose and denounce potential spoilers of the peace process. \\n Private sector: Companies in the private sector can also be important amplifiers and partners, for example, by generating specific recruitment advertisements in support of reintegration opportunities. Local telecommunication companies and internet service providers can also offer avenues to further disseminate key messages. \\n Opinion leaders/influencers: In many contexts, opinion leaders are public personalities who actively produce and interpret multiple sources of information to form an opinion. With the advent of social media, these actors generate viewership and large followings through regular programming and online presence. \\n Regional stakeholders: These include Governments, regional organizations, military and political parties of neighbouring countries, civil society in neighboring States, businesses and potential spoilers. \\n The international community: This includes donors, their constituencies (including, if applicable, the diaspora who can influence the direction of DDR), troop-contributing countries, the UN system, international financial institutions, non-governmental organizations and think tanks.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 16, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.2 Secondary audience (partners)", - "Heading3": "", - "Heading4": "", - "Sentence": "In many cases, partnerships with other stakeholders are required to support the design, planning and implementation of the PI/SC strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5200, - "Score": 0.235702, - "Index": 5200, - "Paragraph": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process. Hotlines should be free of charge and can foster the engagement of the target audience and provide information and clarification on the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 19, - "Heading1": "8. Media", - "Heading2": "8.7 Hotlines", - "Heading3": "", - "Heading4": "", - "Sentence": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5237, - "Score": 0.235702, - "Index": 5237, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n a)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c)\u2018may\u2019 is used to indicate a possible method or course of action; \\n d)\u2018can\u2019 is used to indicate a possibility and capability; \\n e)\u2018must\u2019 is used to indicate an external constraint or obligation.Demobilization as part of a DDR programme is the separation of members of armed forces and groups from military command and control structures and their transition to civilian status. The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites. A peace agreement provides the political, policy and operational framework for demobilization and may be accompanied by a DDR policy document. When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support. Reinsertion assistance is offered to combatants and persons associated with armed forces and groups who have been formally demobilized.Self-demobilization is the term used in this module to refer to situations where individuals leave armed forces or groups to return to civilian life without reporting to national authorities and officially changing their status from military to civilian.Members of armed forces and groups is the term used in the IDDRS to refer both to combatants (armed) and those who belong to an armed force or group but who serve in a supporting role (generally unarmed, providing logistical and other types of support). The latter are referred to in the IDDRS as \u2018persons associated with armed forces and groups\u2019. The IDDRS use the term \u2018combatant\u2019 in its generic meaning, indicating that these persons do not enjoy the protection against attack accorded to civilians. This also does not imply the right to combatant status or prisoner-of-war status, as applicable in international armed conflicts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4480, - "Score": 0.233, - "Index": 4480, - "Paragraph": "Lack of local ownership or agency on the part of ex-combatants and receptor communities has contributed to failures in past DDR operations. The participation of a broad range of stakeholders in the development of a DDR strategy is therefore essential to its success. Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.1. Participatory, inclusive and transparent planning", - "Heading4": "", - "Sentence": "Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4469, - "Score": 0.23094, - "Index": 4469, - "Paragraph": "A management information system (MIS) is vital in order to capture, store, access, and manage information on individual ex-combatants and communities of return/resettle- ment, and data on available opportunities for training, education and employment. It can also provide vital data for monitoring, feedback, and evaluation. DDR planners shall give early consideration to the design and maintenance of an MIS, as it will work to support and better organize all reintegration activities. See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases. The design and construction of the MIS should capture data that can be used to build a profile of the participant caseload. The collection of sex-, age- and disability-dis- aggregated socio-economic data (including information on specific needs, such as for wheelchairs or psychosocial services) is essential to the DDR programme. In addition, the data in the MIS should be easy to aggregate in order to provide regular updates for broad indicators.The development of new technologies, such as fingerprint identification and retina scanning, possess the potential to eradicate \u2018double dipping\u2019 of DDR assistance, particu- larly when cash assistance is provided as part of reinsertion assistance, or as an element of reintegration support.While providing for transparency and accountability, an MIS should also inform ongoing programme decision-making by influencing necessary programme adjustments to improve programme efficiency and effectiveness. DDR managers should therefore establish a concrete plan to incorporate feedback based on information gathered in the MIS.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 21, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.6. Managing data collected in assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3903, - "Score": 0.227429, - "Index": 3903, - "Paragraph": "Women, men, children, adolescents and youth play an instrumental role in the imple- mentation of transitional WAM as part of a DDR process, including through encourag- ing family, community members and members of armed forces and groups to partic- ipate. Gender- and age-responsive transitional WAM is proven to be more effective in addressing the impacts of the illicit circulation and misuse of weapons, ammunition and explosives than transitional WAM that is gender or age blind. Gender and age mainstreaming is essential to assuring the overall success of DDR processes.DDR practitioners should involve women, children, adolescents and youth from affected communities in the planning, design, implementation, and monitoring and eval- uation phases of transitional WAM. Women can, for example, contribute to raising aware- ness of the risks associated with weapons ownership and ensure that rules adopted by the community, in terms of weapons control, are effective and enforced. As the owners and users of weapons, ammunition and explosives are predominantly men, including youth, communication and outreach efforts should focus on dissociating arms ownership from notions of power, protection, status and masculinity. For this type of gender- and age-transformative transitional WAM to be effective, it should be linked to other DDR- related tools, such as CVR, pre-DDR, and DDR support to mediation (see section 6).To ensure that transitional WAM is gender- and age-responsive, DDR practitioners should focus on the following areas of strategic importance: (a) the involvement of both men and women at all stages of transitional WAM, as well as children, adolescents and youth where appropriate; (b) the collection of sex- and age-disaggregated data and gender and age analysis as a baseline for understanding challenges and needs; (c) the measurement of progress through the development of age- and gender-sensitive in- dicators; (d) the enhancement of the gender competence and commitment to gender equality among programme staff and national partners, including the national DDR commission and other relevant bodies; (e) ensuring organizational structures, work- flows and knowledge management are responsive to different environments; (f) work- ing with partners to strengthen age- and gender-responsiveness, including women\u2019s, men\u2019s and youth networks and organizations; and (g) gender- and age-sensitive pro- gramme monitoring and evaluation exercises. Specific guidance can be found in ID- DRS 5.10 on Women, Gender and DDR, as well as in MOSAIC Module 06.10 on Women, Men and the Gendered Nature of SALW and MOSAIC Module 06.20 on Children, Ad- olescents, Youth and SALW. (See Annex B for other normative references.)", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 9, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Gender-sensitive transitional WAM", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender and age mainstreaming is essential to assuring the overall success of DDR processes.DDR practitioners should involve women, children, adolescents and youth from affected communities in the planning, design, implementation, and monitoring and eval- uation phases of transitional WAM.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4798, - "Score": 0.227429, - "Index": 4798, - "Paragraph": "To adequately assess the existing capacities of local/regional support systems, an inven- tory and analysis of existing gaps is a first priority. Such an inventory should help to identify the existing local means used to address social and psychosocial issues, poten- tial partners, and the need to create or strengthen a network of practitioners. Next, the capacity of the existing social/psychosocial support structures as well as new ones (where needed), can be built to provide adequate services. A standard team consisting of trauma counselors (locally trained lay practitioners), may serve as a first-level of service providers in terms of trauma-related counseling as well as treatment of psycho-somatic condi- tions. They could also serve as mediators in cases of social adversity (e.g. family violence, extreme poverty, abuse and neglect of children). For the set-up of the treatment it has to be ensured that it is culturally acceptable (i.e. cultural acceptable gender and age match of trauma counselor and client).Sensitization and public awareness programmes on mental health and related psycho-social issues should also be developed and informed by the work of the commu- nity-based local staff. The focus of such programms should be sensitizing the community to the symptoms experienced by those who suffer from mental illness and impairment of associated functioning. This will involve strong efforts to de-stigmatize the conditions faced by psychologically-affected individuals. They should also provide information on access to care.Ideally, specialized treatment to address mental health should be offered to both civil- ians and ex-combatants in a community-based structure. Every DDR programme within a post-conflict setting is confronted with the challenge of reintegrating ex-combatants into a society which is itself recovering from trauma. Offering psychosocial care in a commu- nity-based structure for both former ex-combatants and civilians will foster reconciliation and make it possible for both groups to learn about each other\u2019s experiences during the war. In this way, psychosocial care does not only support the individual to heal, but can foster the restoration of the social fabric. Thus, a DDR programme may refer mentally-ill ex-combatants who cannot be treated through basic counseling to a common health ser- vice structure.Most importantly, all interventions have to be carried out within a framework of implementation research, including micro-level analysis. It will be important to con- duct impact evaluations on effectiveness and efficiency of trauma treatment, functioning recovery pre- and post-treatment in selected individuals, impact on social cohesion in the community, recovery of occupational functioning, socio-economic indicators, impact on readiness for reconciliation, etc,., on a continuing basis. Without such evaluations, there is the risk that ineffective and sometimes even harmful programmes are extended to regional services. Parallel to these evaluations, a measure of supervision (by master counselor, clinical practitioners) and peer sharing has to be set in motion between community, district practitioners and researchers at national level.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 47, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.2. Community-based stepped-care system", - "Sentence": "Thus, a DDR programme may refer mentally-ill ex-combatants who cannot be treated through basic counseling to a common health ser- vice structure.Most importantly, all interventions have to be carried out within a framework of implementation research, including micro-level analysis.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3387, - "Score": 0.226455, - "Index": 3387, - "Paragraph": "Military components and personnel must be adequately trained. In General Assembly Resolution A/RES/49/37 (1995), Member States recognized their responsibility for the training of uniformed personnel for UN peacekeeping operations and requested the Secretary-General to develop relevant training materials and establish a range of measures to assist Member States. In 2007, the Integrated Training Service was created as the centre responsible for peacekeeping training. The Peacekeeping Resource Hub was also launched in order to disseminate peacekeeping guidance and training materials to Member States, peacekeeping training institutes and other partners. A number of trainings institutions, including peacekeeping training centers, offer annual DDR training courses for both civilian and military personnel. DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 13, - "Heading1": "8. DDR training requirements for military personnel", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3482, - "Score": 0.226455, - "Index": 3482, - "Paragraph": "A DDR integrated assessment should start as early as possible in the peace negotiation process and the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). This assessment should contribute to determining whether disarmament or any transitional arms control initiatives are desirable or feasible in the current context, and the potential positive and negative impacts of any such activities.The collection of information is an ongoing process that requires sufficient resources to ensure that assessments are updated throughout the lifecycle of a DDR programme. Information management systems and data protection measures should be employed from the start by DDR practitioners with support from the UN mission or lead UN agency(ies) Information Technology (IT) unit. The collection of data relating to weapons and those who carry them is a sensitive undertaking and can present significant risks to DDR practitioners and their sources. United Nations security guidelines should be followed at all times, particularly with regards to protecting sources by maintaining their anonymity.Integrated assessments should include information related to the political and security context and the main drivers of armed conflict. In addition, in order to design evidence-based, age-specific and gender-sensitive disarmament operations, the integrated assessment should include: \\n An analysis of the memberships of armed forces and groups (number, origin, age, sex, etc.) and their arsenals (estimates of the number and the type of weapons, ammunition and explosives); \\n An analysis of the patterns of weapons possession among men, women, girls, boys, and youth; \\n A mapping of the locations and access routes to materiel and potential caches (to the extent possible); \\n An understanding of the power imbalances and disparities in weapons possession between communities; \\n An analysis of the use of weapons in the commission of serious human rights violations or abuses and grave breaches of international humanitarian law, as well as crime, including organized crime; \\n An understanding of cultural and gendered attitudes towards weapons and the value of arms and ammunition locally; \\n The identification of sources of illicit weapons and ammunition and possible trafficking routes; \\n Lessons learnt from any past disarmament or weapons collections initiatives; \\n An understanding of the willingness of and incentives for armed forces and groups to participate in DDR. \\n An assessment of the presence of armed groups not involved in DDR and the possible impact these groups can have on the DDR process.Methods to gather data, including desk research, telephone interviews and face-to-face meetings, should be adapted to the resources available, as well as to the security and political context. Information should be centralized and managed by a dedicated focal point.BOX 1: HOW TO COLLECT INFORMATION \\n Use information already available (previous UN reports, publications by specialized research centres, etc.). Research has often already been undertaken in conflict-affected States, particularly if a country has previously implemented a DDR programme. \\n Engage with national authorities. Talk to their experts and obtain available data (e.g., previous SALW survey data, DDR data, national registers of weapons, and records of thefts/looting from storage facilities). \\n Ensure that all data collected on individuals is sex and age disaggregated. \\n If ceasefires have been implemented, warring parties may have provided a declaration of forces for the purpose of monitoring the ceasefire. Such declarations typically include information related to the disengagement and movement of troops and weapons. \\n Obtain data from seizures of weapons or discoveries of caches that provide insight into which armed forces and groups possess which materiel, as well as its origins and the context in which the seizures take place. \\n If the DDR programme is to be implemented with the support of a UN peace operation, organize regular meetings to compare observations and information with other UN agencies collecting data on security issues and armed forces and groups, as well as with other relevant international organizations and diplomatic representations. \\n Develop a network of key informants, including by meeting with ex-combatants and with male and female representatives and members of armed forces and groups. This should be done in line with the policy of the UN mission on engaging with armed forces and groups, if any, and in line with the UN\u2019s guidance on the modalities of engagement with armed forces and groups (see Annex B). \\n Meet with community leaders, women\u2019s organizations, youth groups, human rights organizations and other civil society groups. \\n Search for information and images on social media (e.g., monitor Facebook pages of armed groups and national defence forces).Once sufficient, reliable information has been gathered, collaborative plans can be drawn up by the National DDR Commission and the UN DDR component in mission settings or the National DDR Commission and lead UN agency(ies) in non-mission settings outlining the intended locations and site requirements for disarmament operations, the logistics and staffing required to carry out disarmament, and a timetable for operations.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 8, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.1 Integrated assessment", - "Heading4": "", - "Sentence": "Research has often already been undertaken in conflict-affected States, particularly if a country has previously implemented a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3494, - "Score": 0.226455, - "Index": 3494, - "Paragraph": "An accurate and detailed weapons survey is essential to draw up effective and safe plans for the disarmament component of a DDR programme. Weapons surveys are also important for transitional weapons and ammunition management activities (IDDRS 4.11 on Transitional Weapons and Ammunition Management). Sufficient data on the number and type of weapons, ammunition and explosives that can be expected to be recovered are crucial. A weapons survey enables the accurate definition of the extent of the disarmament task, allowing for planning of the collection and future storage and destruction requirements. The more accurate and verifiable the initial data regarding the specifically identified armed forces and groups participating in the conflict, the better the capacity of the UN to make appropriate plans or provide national authorities with relevant advice to achieve the aims of the disarmament component. Data disaggregated by sex and age is a prerequisite for understanding the age- and gender-specific impacts of arms misuse and for designing evidence-based, gender-responsive disarmament operations to address them. It is important to take into consideration the fact that, while women may be active members of armed groups, they may not actually hold weapons. Evidence has shown that female combatants have been left out of DDR processes as a result of this on multiple occasions in the past. A gender-responsive mapping of armed forces and groups is therefore critical to identify patterns of gender-differentiated roles within armed forces and groups, and to ensure that the design of any approach is appropriately targeted.A weapons survey should be implemented as early as possible in the planning of a DDR programme; however, it requires significant resources, access to sensitive and often unstable parts of the country, buy-in from local authorities and ownership by national authorities, all of which can take considerable time to pull together and secure. A survey should draw on a range of research methods and sources in order to collate, compare and confirm information (see Annex C on the methodology of weapons surveys).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.2 Weapons survey", - "Heading4": "", - "Sentence": "An accurate and detailed weapons survey is essential to draw up effective and safe plans for the disarmament component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3872, - "Score": 0.221404, - "Index": 3872, - "Paragraph": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). An integrated assessment should contribute to determining whether any disarmament or transitional WAM measures are desirable or feasible in the current context, and the po- tential positive and negative impacts of any such measures (see section 5.1.1 of IDDRS 4.10 on Disarmament for guidance on integrated assessments).In addition, DDR practitioners can commission a weapons survey (the same weap- ons survey outlined in section 5.1.2 and Annex C of IDDRS 4.10 on Disarmament) and draw information from national injury surveillance systems (see section 5.5.2 of MO- SAIC 05.10). Weapons surveys and injury surveillance are essential in order to draw up effective and safe plans for both disarmament and transitional WAM. A weapons survey and injury surveillance system also allow DDR practitioners to scope the extent of the WAM task ahead and to gauge national and local expectations concerning the transitional WAM measures to be carried out. This knowledge helps to ensure tailored programming and results. Data disaggregated by sex and age is a prerequisite for un- derstanding age- and gender-specific attitudes towards weapons, ammunition and ex- plosives, and their age- and gender-specific impacts. This type of data is also necessary to design evidence-based, and age- and gender-sensitive responses.The early collection of data also provides a baseline for DDR monitoring and eval- uation activities. These baseline indicators should be adjusted in line with evolving conflict dynamics. Monitoring and evaluation are crucial to ensure accountability and the effective implementation and management of transitional WAM. For more detailed guidance on monitoring and evaluation, refer to Box 2 of IDDRS 4.10 on Disarmament, IDDRS 3.50 on Monitoring and Evaluation of DDR and section 5.5 of MOSAIC 05.10.Once reliable information has been gathered, collaborative transitional WAM plans can be drawn up by the national DDR commission and the UN DDR component in mission settings and by the national DDR commission and the UN lead agency(ies) in non-mission settings. These plans should outline the intended target populations and requirements for transitional WAM, the type of WAM measures and operations that are planned, a timetable, and logistics, budget and staffing needs.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 6, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.1 Assessments and weapons survey", - "Heading3": "", - "Heading4": "", - "Sentence": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4452, - "Score": 0.220193, - "Index": 4452, - "Paragraph": "The post-conflict economic environment can be extremely complex and difficult as armed conflicts invariably damage or destroy human and economic capital, transform social relationships and trust, weaken production and trade systems, and distort the labour mar- ket. In this challenging environment, it is essential that DDR programmes avoid creating unrealistic expectations among stakeholders, especially programme participants and ben- eficiaries. By conducting reintegration opportunity mappings, programme managers will have a clearer understanding of the actual economic opportunities and assets available to those being reintegrated and be better equipped to provide ex-combatants with clear information as to what the reintegration programme will involve.DDR programme planners should prioritize the development of a countrywide sys- tematic mapping that builds upon the PCNA and other assessments conducted by relevant organizations to identify existing and potential employment opportunities. The analysis should include the functioning of: i) markets (labour, capital, goods and services, etc.); ii) input factors (land, energy resources, infrastructure, technology and information, etc.); and iii) supporting factors (institutional capacity in formal and informal economies, finan- cial markets, etc.). It should also capture potential financial service providers or training institutions available to support self-employment opportunities. Successful collaboration with development agencies and their monitoring activities is essential to this process.Opportunity mappings will also assess access to land and other natural resources, education and training possibilities, micro credit services (in contexts where they exist) and other employment and business development services (i.e. technical advisory, information and counseling services). The survey should include other development pro- grammes (both existing and planned) within the national recovery effort, as well as those of international and national development organizations.Attention shall be paid to different groups during opportunity mapping so that the employment, education and training needs and opportunities, as well as other resource needs of women and men, youth, children, and persons with disabilities, are well-un- derstood (also see Module 5.10 on Women, Gender and DDR, Module 5.20 on Youth and DDR, and Module 5.30 on Children and DDR). Social support services, such as support for people living with HIV/AIDS, trauma and drug abuse counseling, and/or disability rehabilitation services, should also be identified.This mapping should take place as early as possible (ideally beginning 9-12 months before the disarmament and demobilization phases begin) to ensure that training and social support programmes are ready when ex-combatants need them. They should reflect local and international laws and standards on gender- and age-appropriate labour, as well as changes in gender roles that may have occurred during conflict.On the basis of these assessments, the DDR programme can select training provid- ers, assess costs and capacity support needs, and develop context-specific programmes designed to meet the needs of diverse programme participants and beneficiaries.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 19, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.5. Reintegration opportunity mapping", - "Heading4": "", - "Sentence": "By conducting reintegration opportunity mappings, programme managers will have a clearer understanding of the actual economic opportunities and assets available to those being reintegrated and be better equipped to provide ex-combatants with clear information as to what the reintegration programme will involve.DDR programme planners should prioritize the development of a countrywide sys- tematic mapping that builds upon the PCNA and other assessments conducted by relevant organizations to identify existing and potential employment opportunities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3942, - "Score": 0.219971, - "Index": 3942, - "Paragraph": "There is a strong arms control component to the negotiation of peace, including through the setting of preliminary ceasefires and the design and adoption of comprehensive peace agreements. Transitional WAM in support of peace mediation efforts should con- tribute to weapons control, reduce armed violence, build confidence in the process, generate a better understanding of the weapons arsenals of armed forces and groups, and prepare the ground for the transfer of responsibility for weapons management later in the DDR process, either to the UN or to the national authorities.Disarmament can be associated with defeat and a significant shift in the balance of power, as well as the removal of a key bargaining chip for well-equipped armed groups. Disarmament can also be perceived as the removal of symbols of masculinity, protection and power. Pushing for disarmament while guarantees around security, justice or integration into the security sector are lacking will have limited effectiveness and may undermine the overall DDR process.The use of transitional WAM concepts, measures and terminology provides a solution to this issue and lays the ground for more realistic arms control provisions in peace agreements. Transitional WAM can also be a first step towards more comprehen- sive arms control, paving the way for full disarmament once the context has matured. Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions. Transitional WAM as part of CVR and pre-DDR can also enable relevant parties to engage more confidently in negotiations as they maintain ownership of and access to their materiel. Prolonged CVR and pre-DDR, however, can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution (see IDDRS 2.20 on The Politics of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.4 DDR support to peace mediation efforts and transitional WAM", - "Heading4": "", - "Sentence": "Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5138, - "Score": 0.219971, - "Index": 5138, - "Paragraph": "The following stakeholders are often the primary audience of a DDR process: \\n The political leadership: This may include the signatories of ceasefires and peace accords, when they are in place. Political leaderships may or may not represent the military branches of their organizations. \\n The military leadership of armed forces and groups: These leaders may have motivations and interests that differ from the political leaderships of these entities. Likewise, within these military leaderships, mid-level commanders may hold their own views concerning the DDR process. DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life. \\n Rank-and-file of armed forces and groups: It is important to make the distinction between military leaderships, military commanders, mid-level commanders and their rank-and-file, because their motivations and interests may differ. Testimonials from the successfully demobilized and reintegrated rank-and-file have proven to be effective in informing their peers. Ex-combatants and persons formerly associated with armed forces and groups can play an important role in amplifying messages aimed at demonstrating life after war. \\n Women associated with armed groups and forces in non-combat roles: It is important to cater to the information needs of WAAFAG, especially those who have been abducted. Communities, particularly women\u2019s groups, should also be informed about how to further assist women who manage to leave an armed force or group of their own accord. \\n Children associated with armed forces and groups: Individuals in this group need child-friendly, age- and gender-sensitive information to help reassure and safely remove those who are illegally held by an armed force or group. Communities, local authorities and police should also be informed about how to assist children who have exited or been released from armed groups, as well as about protocols to ensure the protection of children and their prompt handover to child protection services. \\n Ex-combatants and persons formerly associated with armed forces and groups with disabilities: Information and sensitization to opportunities to access and participate in DDR should reach this group. Families and communities should also be informed on how to support the reintegration of persons with disabilities. \\n Youth at risk of recruitment: In countries affected by conflict, youth are both a force for positive change and, at the same time, a group that may be vulnerable to being drawn into renewed violence. When PI/SC strategies focus only on children and mature adults, the specific needs and experiences of youth are missed. \\n Local authorities and receiving communities: Enabling the smooth reintegration of DDR participants into their communities is vital to the success of DDR. Communities and their leaders also have an important role to play in other local-level DDR activities, such as CVR programmes and transitional WAM as well as community-based reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 Primary audience (participants and beneficiaries)", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3230, - "Score": 0.218218, - "Index": 3230, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to military roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3435, - "Score": 0.218218, - "Index": 3435, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the disarmament component of DDR programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3849, - "Score": 0.218218, - "Index": 3849, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to tran- sitional WAM as part of a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3910, - "Score": 0.218218, - "Index": 3910, - "Paragraph": "When part of a DDR process, transitional WAM should be considered when there is a need to respond to the presence of active and/or former members of armed groups. For example, transitional WAM may be appropriate when: \\n Armed groups refuse to disarm as the pre-conditions for a DDR programme are not in place. \\n Former combatants and/or persons formerly associated with armed groups return to their communities with weapons, ammunition and/or explosives, perhaps be- cause of ongoing insecurity or because weapons possession is a cultural practice or tied to notions of power and masculinity. \\n Weapons and ammunition are circulating in communities and pose a security threat, especially where: \\n\\n Civilians, including in certain contexts children, are at-risk of recruitment by armed groups; \\n\\n Civilians, including women, girls, men and boys, are at risk of serious interna- tional crimes, including conflict-related sexual violence. \\n\\n Former combatants and/or persons formerly associated with armed groups are about to return as part of DDR programmes.While transitional WAM should always aim to remove or facilitate the legal regis- tration of all weapons in circulation, the reality of weapons culture and the desire for self-protection and/or empowerment should be recognized, with transitional WAM options and objectives identified accordingly. A generic typology of DDR-related tran- sitional WAM measures is found in Table 1. When reference is made to the collec- tion, registration, storage, transportation and/or disposal, including the destruction, of weapons, ammunition and explosives during transitional WAM, the core guidelines outlined in IDDRS 4.10 on Disarmament apply.In addition to the generic measures outlined above, in some instances DDR practi- tioners may consider supporting the WAM capacity of armed groups. DDR practition- ers should exercise extreme caution when supporting armed groups\u2019 WAM capacity. While transitional WAM may help to build trust with national and international stake- holders and address some of the immediate risks with regard to the proliferation of weapons, ammunition and explosives, building the WAM capacity of armed groups carries certain risks, and may inadvertently reinforce the fighting capacity of armed groups, legitimize their status, and tarnish the UN\u2019s reputation, all of which could threaten wider DDR objectives. As a result, any decision to support armed groups\u2019 WAM capacity shall consider the following: \\n This approach must align with the broader DDR strategy agreed with and approved by national authorities as an integral part of a peace process or an alter- native conflict resolution strategy. \\n This approach must be in line with the overall UN mission mandate and objec- tives of the UN mission (if a UN mission has been established). \\n Engagement with armed groups shall follow UN policy on this matter, i.e. UN mission policy, including SOPs on engagement with armed groups where they have been adopted, the UN\u2019s Aide Memoire on Engaging with Non-State Armed Groups (NSAGs) for Political Purposes (see Annex B) and the UN Human Rights Due Diligence Policy. \\n This approach shall be informed by risk analysis and be accompanied by risk mitigation measures.If all of the above conditions are fulfilled, DDR support to WAM capacity-building for armed groups may include storing ammunition stockpiles away from inhabited areas and in line with the IATG, destroying hazardous ammunition and explosives as identified by armed groups, and providing basic stockpile management advice, support and solutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 9, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, transitional WAM may be appropriate when: \\n Armed groups refuse to disarm as the pre-conditions for a DDR programme are not in place.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4019, - "Score": 0.218218, - "Index": 4019, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to police roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4982, - "Score": 0.218218, - "Index": 4982, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to PI/SC strategies for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5267, - "Score": 0.218218, - "Index": 5267, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5270, - "Score": 0.218218, - "Index": 5270, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5272, - "Score": 0.218218, - "Index": 5272, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5274, - "Score": 0.218218, - "Index": 5274, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5276, - "Score": 0.218218, - "Index": 5276, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5278, - "Score": 0.218218, - "Index": 5278, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5280, - "Score": 0.218218, - "Index": 5280, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5282, - "Score": 0.218218, - "Index": 5282, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5284, - "Score": 0.218218, - "Index": 5284, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5286, - "Score": 0.218218, - "Index": 5286, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5288, - "Score": 0.218218, - "Index": 5288, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5290, - "Score": 0.218218, - "Index": 5290, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.2 Accountable and transparent", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5292, - "Score": 0.218218, - "Index": 5292, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5294, - "Score": 0.218218, - "Index": 5294, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5296, - "Score": 0.218218, - "Index": 5296, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5298, - "Score": 0.218218, - "Index": 5298, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5300, - "Score": 0.218218, - "Index": 5300, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5302, - "Score": 0.218218, - "Index": 5302, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5304, - "Score": 0.218218, - "Index": 5304, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.11 Public information and community sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3368, - "Score": 0.217597, - "Index": 3368, - "Paragraph": "Military capacity used in a DDR process is planned in detail and carried out by the military component of the mission within the limits of its capabilities. Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major). \\n\\n The posts will be designed to meet the specific requirements of the mission.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 12, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.10 DDR component staffing", - "Heading3": "", - "Heading4": "", - "Sentence": "Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4540, - "Score": 0.217597, - "Index": 4540, - "Paragraph": "One of the weaknesses of past DDR programmes has been the lack of clearly defined objectives and measurable indicators, which are needed for the monitoring and evalua- tion (M&E) of the programme. The measurement of outcomes is essential to determining the success and effectiveness of inputs and outputs in the programme. Once the decision to implement a DDR programme has been taken, the government and/or national and local stakeholders, together with UN agencies and partners, shall develop a framework for results-based monitoring and evaluation. For more details on M&E see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and the UNDP How-to Guide on Monitor- ing and Evaluation for Disarmament, Demobilization and Reintegration Programmes.The starting point for effective, results-based M&E is for all concerned parties to arrive at a clear and unambiguous agreement about the context-specific objectives and expected results of the reintegration programme. Once expected results are clearly defined, all stakeholders must agree on key indicators for monitoring progress towards and measur- ing the achievement of outputs and outcomes.Reintegration outcomes typically refer to employment rates, changes in income, changes in ex-combatant behaviour, successful interactions with other social groups, and improvement in security both at national and local levels. M&E programmes should be sure to include indicators related to the efficient use of livelihoods resources in order to determine if programme approaches need to be adapted mid-way to increase the likeli- hood of success in the long-term.The programme budget required for M&E will largely depend on the following factors: \\n The number of dedicated M&E staff the programme hires and at what level; \\n The number of planned external evaluations; \\n The number and type of surveys and other primary data collection activities; \\n The costs associated with training; \\n The costs of establishing baselines.A very approximate rule of thumb is that around 3-7 percent of dedicated programme resources will be needed for effective and meaningful M&E.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 27, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.5. Monitoring and evaluation (M&E)", - "Heading4": "", - "Sentence": "M&E programmes should be sure to include indicators related to the efficient use of livelihoods resources in order to determine if programme approaches need to be adapted mid-way to increase the likeli- hood of success in the long-term.The programme budget required for M&E will largely depend on the following factors: \\n The number of dedicated M&E staff the programme hires and at what level; \\n The number of planned external evaluations; \\n The number and type of surveys and other primary data collection activities; \\n The costs associated with training; \\n The costs of establishing baselines.A very approximate rule of thumb is that around 3-7 percent of dedicated programme resources will be needed for effective and meaningful M&E.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4935, - "Score": 0.216295, - "Index": 4935, - "Paragraph": "Public information and strategic communication (PI/SC) are key support activities that are instrumental in the overall success of DDR processes. Public information is used to inform DDR participants, beneficiaries and other stakeholders of the process, while strategic communication influences attitudes towards DDR. If successful, PI/SC strategies will secure buy-in to the DDR process by outlining what DDR consists of and encouraging individuals to take part, as well as contribute to changing attitudes and behaviour.A DDR process should always be accompanied by a clearly articulated PI/SC strategy. As DDR does not occur in a vacuum, the design, dissemination and planning of PI/SC interventions should be an iterative process that occurs at all stages of the DDR process. PI/SC interventions should be continuously updated to be relevant to political and operational realities, including public sentiment about DDR and the wider international effort to which DDR contributes. It is crucial that DDR is framed and communicated carefully, taking into account the varying informational requirements of different stakeholders and the various grievances, perceptions, culture, biases and political perspectives of DDR participants, beneficiaries and communities.An effective PI/SC strategy should have clear overall objectives based on a careful assessment of the context in which DDR will take place. There are four principal objectives of PI/SC: (i) to inform by providing accurate information about the DDR process; (ii) to mitigate the potential negative impact of inaccurate and deceptive information that may hamper the success of DDR and wider peace efforts; (iii) to sensitize members of armed forces and groups to the DDR process; and (iv) to transform attitudes in communities in such a way that is conducive to DDR. PI/SC should make an important contribution towards creating a climate of peace and security, as well as promote gender-equitable norms and non-violent forms of masculinities. DDR practitioners should support their national counterparts (national Government and local authorities) to define these objectives so that activities related to PI/SC can be conducted while planning for the wider DDR process is ongoing. PI/SC as part of a DDR process should (i) be based on a sound analysis of the context, conflict and motivations of the many different groups at which these activities are directed; (ii) make use of the best and most trusted local methods of communication; and (iii) ensure that PI/SC materials and messages are pre- tested on a local audience and subsequently closely monitored and evaluated.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "There are four principal objectives of PI/SC: (i) to inform by providing accurate information about the DDR process; (ii) to mitigate the potential negative impact of inaccurate and deceptive information that may hamper the success of DDR and wider peace efforts; (iii) to sensitize members of armed forces and groups to the DDR process; and (iv) to transform attitudes in communities in such a way that is conducive to DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4496, - "Score": 0.214423, - "Index": 4496, - "Paragraph": "Building a close partnership with the private sector is indispensable to creating oppor- tunities to absorb ex-combatants into a labour market. Job referral, training (especially apprenticeship, training voucher, and employment subsidy programmes) and employ- ment creation aspects of reintegration are often reliant on the private sector and existing businesses. Involvement of the private sector in the planning of reintegration programmes maximizes the relevance of reintegration assistance and can ensure that training activities support the skills required within the prevailing employment market.Private sector actors should be sensitized to DDR programme activities and con- sulted from the initial programme design stage so that the reintegration assistance can target actual needs in the labour market. A thorough understanding of the existing pri- vate sector and war economy is also necessary for reintegration planning. The following options can be considered to encourage private sector investment (see ILO Guidelines for the Socio-economic Reintegration of Ex-combatants, pp. 26-27): \\n Create incentives for private companies and employers\u2019 associations to help re-estab- lish small local units (e.g. sub-contracting) to supply services and provide employment. \\n Consider how short-term job creation for ex-combatants can be linked to the private sector. For example, provide private sector actors incentives in primary and second- ary infrastructure contracts, with contractual obligations to take on a fixed number of labourers and apprentices from ex-combatant groups. \\n Upgrade existing enterprises, transfer appropriate technology (especially to the urban informal economy), organize livelihoods and vocational training, and provide access to credit. \\n Stimulate public-private partnerships (PPPs) in areas most suitable to commu- nity reintegration (infrastructure, basic services) that promote social inclusion. \\n\\n Reintegration programmes can seek to facilitate linking the entities to make such partnerships possible.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 24, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.4. Private sector involvement", - "Heading4": "", - "Sentence": "Involvement of the private sector in the planning of reintegration programmes maximizes the relevance of reintegration assistance and can ensure that training activities support the skills required within the prevailing employment market.Private sector actors should be sensitized to DDR programme activities and con- sulted from the initial programme design stage so that the reintegration assistance can target actual needs in the labour market.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4529, - "Score": 0.214423, - "Index": 4529, - "Paragraph": "The return of ex-combatants to communities can create real or perceived security prob- lems. The DDR programme should therefore include a strong, long-term public information campaign to keep communities and ex-combatants informed of the reintegration strategy, timetable and resources available. Communication strategies can also integrate broader peace-building messages as part of support for reconciliation processes.Substantial opportunities exist for disseminating public information and sensitiza- tion around DDR programmes through creative use of media (film, radio, television) as well as through using central meeting places (such as market areas) to provide regular programme information and updates. Bringing film messages via portable screens and equipment to rural areas is also an effective way to disseminate messages about DDR and the peace process in general. Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants. Identifying \u2018areas at-risk\u2019 can also help managers and practitioners prioritize areas in which communication strategies should initially be focused.Particular communication strategies should be developed in receiving communities to provide information support services, including \u2018safe spaces\u2019 for reporting security threats related to sexual and gender-based violence (especially for women and girls). Like- wise, focus groups for women and girls who are being reintegrated into communities should assess socio-economic and security needs of those individual who may face stig- matization and exclusion during reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.3. Public information and sensitization", - "Heading4": "", - "Sentence": "Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3291, - "Score": 0.213201, - "Index": 3291, - "Paragraph": "The peacekeeping force is commanded by a force commander. It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive. Any military personnel involved in the latter, although remaining under military command and control, will operate under the overall guidance of the chief of the DDR component, senior mission leadership, and the Joint Operations Centre (JOC). For support and logistics tasks, the peacekeeping force will operate under the guidance of the Chief of Mission Support/Director of Mission Support (CMS/DMS).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 7, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.2 Command and control", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3699, - "Score": 0.213201, - "Index": 3699, - "Paragraph": "In smaller disarmament operations or when IMS has not yet been set for the capture of the above information, a separate simple database should be developed to manage weapons, ammunition and explosives collected. For example, the use of a standardized Excel spreadsheet template which would allow for the effective centralization of data. DDR components and UN lead agency(ies) should dedicate appropriate resources to the development and ongoing maintenance of this database and consider the establishment of a more comprehensive and permanent IMS where disarmament operations will clearly involve the collection of thousands of weapons and ammunition. Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate. In instances where the peace agreement does not prevent the formal tracing or investigation of the weapons and ammunition collected, specialized UN entities including Panels of Experts or a Joint Mission Analysis Centre may analyse information and send tracing requests to national authorities, manufacturing countries or other former custodians of weapons regarding the origins of the materiel. These entities should be given access to weapons, ammunition and explosives collected and also check firearms against INTERPOL\u2019s Illicit Arms Records and tracing Management System (iARMS) database. Doing this would shed light on points of diversion, supply chains, and trafficking routes, inter alia, which may contribute to efforts to counter proliferation and illicit trafficking and support the overall objectives of DDR. Forensic analysis may also lead to investigations regarding the licit or illicit origin of the collected weapons and possible linkages to terrorist organizations, in line with UN Security Council resolutions 2370 (2017) and 2482 (2019).In a number of DDR settings, ammunition is generally handed in without its original packaging and will be loose packed and consist of a range of different calibres. Ammunition should be segregated into separate calibres and then accounted for in accordance with IATG 03.10 on Inventory Management.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 27, - "Heading1": "7. Evaluations", - "Heading2": "7.1 Accounting for weapons and ammunition", - "Heading3": "", - "Heading4": "", - "Sentence": "Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4781, - "Score": 0.213201, - "Index": 4781, - "Paragraph": "At a minimum, the psychosocial component of DDR programmes should offer an initial screening of ex-combatants as well as regular basic counseling where needed. A screen- ing procedure can be carried out by trained local staff to identify ex-combatants who are in need of special assistance. Early screening will not only aid psychologically-affected ex-combatants, but it will makes it possible to establish which participants are unlikely to benefit from more standard reintegration options. Providing more specialized options for this group will save valuable resources, and even more importantly, it will spare par- ticipants from the frustrating experience of not being able to fully engage in trainings or make use of economic support in the way healthier participants might.Following the screening process, ex-combatants who show clear signs of mental ill- health should, at a minimum, receive continuous basic counseling. This counseling must take place on a regular basis and allow for continuous contact with the affected ex-com- batants. As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders. These disorders cannot be treated through basic counseling and should be referred to psychological experts. In field settings, using narra- tive exposure therapy may be an option.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 46, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.1. Screening for mental health", - "Sentence": "As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5590, - "Score": 0.210819, - "Index": 5590, - "Paragraph": "There are many benefits associated with the provision of reinsertion assistance in the form of cash. Not only can the recipients of cash determine their own needs, but the ability to do so is a fundamental step towards empowerment. Cash can also be an efficient way to deliver support because it entails lower transaction and logistics costs than in-kind assistance, particularly in terms of transportation and storage. Less stigma may be attached to cash, which, compared with in-kind assistance or vouchers, is less visible to non-recipients. Providing cash to ex-combatants and persons formerly associated with armed forces and groups can also reduce the burden on the households and communities that receive these individuals. If a banking system is operational, cash can be paid directly into recipients\u2019 bank accounts, thereby reducing the security risks involved in cash distribution and, at the same time, strengthening the local banking system. The provision of cash may also have beneficial knock-on effects for local markets and trade.Prior to the provision of cash payments, DDR practitioners shall conduct a review of the local economy\u2019s capacity to absorb cash inflation. This is because the injection of cash into one locality can cause local prices to rise and adversely affect non-recipients living in the area. DDR practitioners shall also review the goods available on the local market. This is because cash will be of little utility in places where the commodities that people require (such as tools, equipment and food) are unavailable locally. DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization. If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest. One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence. Any potential misuse can be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract can outline how the money is supposed to be spent and would require follow- up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education should be provided alongside cash payments, as this can also help to reduce the risk that cash is misused.Providing cash is sometimes seen as posing security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is especially true for cash payments that are distributed at regular times at publicly known locations. Military commanders may also try to confiscate reinsertion payments from ex- combatants that were formerly under their control. Women and more vulnerable participants such as persons with disabilities, those with chronic illnesses and the elderly are at an increased risk for confiscation of payments and/or intimidation or threats. Cash transfers may also be hampered by the absence of banks in some parts of the country, and banks may be slow to process payments and have strict requirements in terms of identification documents. These requirements may, in some instances, lead to delays.Digital payments, such as over-the-counter and mobile money payments, may help to circumvent these problems by offering new and discreet opportunities to distribute cash. Preliminary evidence indicates that distributing cash through mobile money transfers has a positive impact because it does not require that the recipient has a bank account, and because recipients spend less time traveling to cash pick-up points and waiting for their transfer. Recipients can also cash out small amounts of their payment as and when needed and/or store money on their mobile wallet over the long term.In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone or, at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there are mobile network coverage and accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored to ensure that they adhere to previously agreed-upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy goods in the agent\u2019s store. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.1 Cash", - "Heading3": "", - "Heading4": "", - "Sentence": "If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5000, - "Score": 0.210819, - "Index": 5000, - "Paragraph": "DDR practitioners shall base any and all strategic communications interventions \u2013 for example, to combat misinformation and disinformation \u2013 on clear conflict analysis. Strategic communications have a direct impact on conflict dynamics and the perceptions of armed forces and groups, and shall therefore be carefully considered. \u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made through the PI/SC strategy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5365, - "Score": 0.210819, - "Index": 5365, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4406, - "Score": 0.210042, - "Index": 4406, - "Paragraph": "Post-conflict needs assessments (PCNAs) are a tool developed jointly by the UN Develop- ment Group (UNDG), the European Commission (EC), the World Bank (WB) and regional development banks in collaboration with national governments and with the cooperation of donor countries. National and international actors use PCNAs as an entry point for conceptualizing, negotiating and financing a common shared strategy for recovery and development in fragile, post-conflict settings. The PCNA includes both the assessment of needs and the national prioritization and costing of needs in an accompanying transi- tional results matrix.PCNAs are also used to determine baselines on crosscutting issues such as gender, HIV/AIDS, human rights and the environment. To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises. In addition to influencing inclusion of more traditional areas of practice, DDR planners should aim to influence and lobby for the inclusion of more recently identified areas of need, such as psy- chosocial and political reintegration. For more detailed and updated information about PCNAs, see Joint Guidance Note on Integrated Recovery Planning using Post-Conflict Needs Assessments and Transitional Frameworks, www.undg.org. Also see Module 2.20 section 6.1.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.4. Post-conflict needs assessments (PCNAs)", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3234, - "Score": 0.204124, - "Index": 3234, - "Paragraph": "Integrated DDR shall not be conflated with military operations or counter-insurgency strategies. DDR is a voluntary process, and practitioners shall therefore seek legal advice if confronted with combatants who surrender or are captured during overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3351, - "Score": 0.204124, - "Index": 3351, - "Paragraph": "Military staff officers, either from UNHQ or, ideally, individuals specifically allocated as DDR staff for peace operations, will participate, when required and available, in joint assessment missions to assist in determining the military operational requirement specifically needed to support DDR. These officers can advise on technical issues that will be relevant to the particular DDR process and should possess gender expertise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.6 Joint assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "Military staff officers, either from UNHQ or, ideally, individuals specifically allocated as DDR staff for peace operations, will participate, when required and available, in joint assessment missions to assist in determining the military operational requirement specifically needed to support DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3713, - "Score": 0.204124, - "Index": 3713, - "Paragraph": "The safety and security of collected weapons, ammunition and explosives shall be a primary concern. This is because the diversion of materiel or an unplanned storage explosion would have an immediate negative impact on the credibility and the objectives of the whole DDR programme, while also posing a serious safety and security risk. DDR programmes very rarely have appropriate storage infrastructure at their disposal, and most are therefore required to build their own temporary structures, for example, using shipping containers. Conventional arms and ammunition can be stored effectively and safely in these temporary facilities if they comply with international guidelines including IATG 04.10 on Field Storage, IATG 04.20 on Temporary Storage and MOSAIC 5.20 on Stockpile Management.The stockpile management phase shall be as short as possible. The sooner that collected weapons and ammunition are disposed of (see section 8), the better in terms of (1) security and safety risks; (2) improved confidence and trust; and (3) a lower requirement for personnel and funding.Post-collection storage shall be planned before the start of the collection phase with the support of a qualified DDR WAM adviser who will determine the size, location, staff and equipment required based on the findings of the integrated assessment (see section 5.1). The SOP should identify the actors responsible for securing storage sites, and a risk assessment shall be conducted by a WAM adviser in order to determine the optimal locations for storage facilities, including appropriate safety distances. The assessment shall also help identify priorities in terms of security measures to be adopted with regards to physical protection (see DDR WAM Handbook Unit 16).The content of DDR storage sites shall be checked and verified on a regular basis against the DDR weapons and ammunition database (see section 7.3.1). Any suspected loss or theft shall be reported immediately and investigated according to the SOP (see MOSAIC 5.20 for an investigative report template as well as UN SOP Ref.2017.22 on Loss of Weapons and Ammunition in Peace Operations).Weapons and ammunition must be taken from a store only by personnel who are authorized to do so. These personnel and their affiliation should be identified and authenticated before removing the materiel. The details of personnel removing and returning materiel should be recorded in a log, identifying their name, affiliation and signature, dates and times, weapons/ammunition details and the purpose of removal.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 29, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes very rarely have appropriate storage infrastructure at their disposal, and most are therefore required to build their own temporary structures, for example, using shipping containers.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3738, - "Score": 0.204124, - "Index": 3738, - "Paragraph": "Destruction reduces the flow of illicit arms and ammunition in circulation and removes the risk of materiel being diverted (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). Arms and ammunition that are surrendered during disarmament operations are in an unknown state and likely hazardous, and their markings may have been altered or removed. The destruction of arms and ammunition during a DDR programme is a highly symbolic gesture and serves as a strong confidence-building measure if performed and verified transparently. Furthermore, destruction is usually less financially burdensome than storing and guarding arms and ammunition in accordance with global guidelines.Obtaining agreement from the appropriate authorities to proceed usually takes time, resulting in delays and related risks of diversion or unplanned explosions. Disposal methods should therefore be decided upon with the national authorities at an early stage and clearly stated in the national DDR programme. Transparency in the disposal of weapons and ammunition collected from former warring parties is key to building trust in DDR and the entire peace process. A clear plan for destruction should be established by the DDR component or the lead UN agency(ies) with the support of WAM advisers, including the most suitable method for destruction (see Annex E), the development of an SOP, the location, as well as options for the processing and monitoring of scrap metal recycling, if relevant, and the associated costs of the destruction process. The plan shall also provide for the monitoring of the destruction by a third party to ensure that the process was efficient and that all materiel is accounted for to avoid diversion. The physical destruction of weapons is much simpler and safer than the physical destruction of ammunition, which requires highly qualified personnel and a thorough risk assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 30, - "Heading1": "8. Disposal phase", - "Heading2": "8.1 Destruction of materiel", - "Heading3": "", - "Heading4": "", - "Sentence": "The destruction of arms and ammunition during a DDR programme is a highly symbolic gesture and serves as a strong confidence-building measure if performed and verified transparently.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4301, - "Score": 0.204124, - "Index": 4301, - "Paragraph": "DDR processes both influence and are affected by wider recovery, peacebuilding and state transformational processes. It is therefore essential that reintegration programmes work collaboratively with other programmes and stakeholders to achieve policy coherence, sec- toral programme integration, inter-agency cooperation and coordination from the start.UN integrated units should be used wherever possible to support the implementation of DDR programmes. In addition, the use of technical working groups, donor forums, and rapid response/surge modalities should be used to further integrate efforts in the area of DDR.It is also particularly relevant that line ministries receive appropriate support from DDR programmes to ensure that reintegration will be sustainable and in accordance with other national policies and plans.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5. Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore essential that reintegration programmes work collaboratively with other programmes and stakeholders to achieve policy coherence, sec- toral programme integration, inter-agency cooperation and coordination from the start.UN integrated units should be used wherever possible to support the implementation of DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4412, - "Score": 0.204124, - "Index": 4412, - "Paragraph": "The registration of ex-combatants during the demobilization phase provides detailed information on each programme participant\u2019s social and economic expectations, as well as his/her capacities, resources, or even the nature of his/her marginalization. How- ever, by the time this registration takes place, it is already too late to begin planning the reintegration programme. As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins. Such a profile can be done through carefully randomized and stratified (to the extent possible) sampled surveys of smaller numbers of representative combatants.In order for these assessments to adequately form the basis for reintegration pro- gramme planning, implementation, and M&E, they should be further supplemented by data on specific needs groups and additional research, particularly in the fields of anthro- pology, history, and area studies. During the assessment process, attention should be paid to specific needs groups, including female combatants, WAAFG, youth, children, and combatants with disabilities. In addition, research on specific countries and peoples, including that of scholars from the country or region will prove useful. Cultural rela- tionships to land and other physical resources should also be noted here to better inform reintegration programme planners.The most important types of ex-combatant focused assessments are: \\n 1. Early profiling and pre-registration surveys; \\n 2. Full profiling and registration of ex-combatants; \\n 3. Identification and assessment of areas of return and resettlement; \\n 4. Community perception surveys; \\n 5. Reintegration opportunity mapping; and \\n 6. Services mapping and institutional capacity assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4627, - "Score": 0.204124, - "Index": 4627, - "Paragraph": "Since most programme participants will need to rely on the informal economy for employ- ment, a strong focus on self-employment through business training support will offer those with entrepreneurial drive an effective means to succeed independently. While the recovery and expansion of the private sector should be encouraged, it is often necessary to focus on creating new micro enterprises for most ex-combatants.Vocational training needs to be accompanied by the provision of access to micro- finance and start-up grants or tools to facilitate micro business and self-employment activities. If such institutions and mechanisms are already locally available, the reinte- gration programme should establish partnerships with them to ensure accessibility for programme participants. Consistent follow up of such programmes is extremely impor- tant, as many reintegration programme participants may be attempting self-employment for the first time and will need significant coaching and mentoring.The success of microfinance projects involves a significant amount of business skills training, for which provisions must be made for participants to attend (i.e. subsidies for food, transportation, childcare etc). Such assistance should culminate in a business plan. In situations of low literacy or illiteracy, a programme must begin with literacy training or must develop low literacy tools such as pictograms for accounting, stock management, market analysis, how to access micro-credit and other business functions. One of the most important parts of any micro-finance programme is the social benefit. Often the business skills and training are complemented by social education on a range of context-appropri- ate topics including reproductive health, HIV, peace building, conflict resolution, gender equality, and general sessions that work to build self-esteem and self-confidence.Reintegration programmes should also ensure that many different kinds of small businesses are started to avoid distorting the balance of supply and demand in local markets. In addition, these businesses should be based on market surveys that iden- tify businesses and services needed in a particular area. It is also important to ensure that the same businesses do not get support from multiple organizations. Finally, value chain analysis focusing on small and medium enterprises (SMEs) in high demand niche market commodities, and linkage arrangements between micro enterprises as suppliers to medium and larger scale firms, should be sought out, thus helping to guarantee sustaina- bility for SMEs in an otherwise difficult post-conflict market environment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 36, - "Heading1": "9. Economic reintegration", - "Heading2": "9.3. Employability of ex-combatants", - "Heading3": "9.3.5. Micro and small business training and start-ups", - "Heading4": "", - "Sentence": "If such institutions and mechanisms are already locally available, the reinte- gration programme should establish partnerships with them to ensure accessibility for programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4754, - "Score": 0.204124, - "Index": 4754, - "Paragraph": "The lack of available land for resettlement has been a major obstacle to successful rein- tegration in several countries, particularly those with high demographic pressure. Land is of critical concern in all components of reintegration ranging from the political to the social and economic spheres (for more information see section 9.5.4. of this module). It is also very closely associated with the definition of one\u2019s identity, and can represent a diffi- cult issue for DDR programme participants in both rural and urban settings. The return of refugees and IDPs along with ex-combatants and associated groups is likely to heighten tensions over land, thereby calling for the need to address these issues early on.Disputes over land and access to natural resources are among the root causes of many conflicts and can prove instrumental in the deterioration of the security situation (see Module 6.30 on DDR and Natural Resource Management). DDR programme planners must take these underlying tensions into account when planning the return, resettlement and reintegration of ex-combatants, as they are often competing with other returnees for access to land. Conducting an early conflict analysis which includes information on his- torical and available dispute mechanisms will assist reintegration planners in identifying the impact, availability and effectiveness of land and property dispute mechanisms. These assessments will also allow DDR programmes to respond to these issues with support to wider initiatives addressing land and access to natural resources and to avoid doing more harm through their interventions.DDR reintegration programmes should seek to support the mediation of housing and land disputes at the local level whenever possible, through support to legal aid groups or other appropriate service providers. Such mechanisms can transform potential conflict scenarios into reconciliation opportunities (e.g. through involving both ex-combatants and community members in finding solutions through mediation and arbitration that are acceptable to all and in line with cultural norms, where appropriate). Women, youth, children and disabled ex-combatants are among the most vulnerable groups with regard to land exclusion and disfranchisement. This not only has direct con- sequences on their livelihoods but also on their social standing within their communities. DDR planners and managers must keep in mind that in rural areas, traditional laws are likely to be those most abided by the population. In these systems, women may not tradi- tionally have access to property rights, but rather to user rights through their husbands and families. Should they find themselves widowed, separated or single for any reason, their livelihoods may be threatened unless recourse to traditional/local authorities is made on their behalf (see also IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 45, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "It is also very closely associated with the definition of one\u2019s identity, and can represent a diffi- cult issue for DDR programme participants in both rural and urban settings.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5083, - "Score": 0.204124, - "Index": 5083, - "Paragraph": "To ensure that the DDR PI/SC strategy fits local needs, DDR practitioners should understand the social, political and cultural context and identify factors that shape attitudes. It will then be possible to define behavioural objectives and design messages to bring about the required social change. Target audience and issue analysis must be adopted to provide a tailored approach to engage with different audiences based on their concerns, issues and attitudes. During the planning stage, the aim should be to collect the following minimum information to aid practitioners in understanding the local context: \\n Conflict analysis, including an understanding of local ethnic, racial and religious divisions at the national and local levels; \\n Gender analysis, including the role of women, men, girls and boys in society, as well as the gendered power structures in society and in armed forces and groups; \\n Media mapping, including the geographic reach, political slant and cost of different media; \\n Social mapping to identify key influencers and communicators in the society and their constituencies (e.g., academics and intelligentsia, politicians, youth leaders, women leaders, religious leaders, village leaders, commanders, celebrities, etc.); \\n Traditional methods of communication; \\n Cultural perceptions of the disabled, the chronically ill, rape survivors, extra-marital childbirth, mental health issues including post-traumatic stress, etc.; \\n Literacy rates; \\n Prevalence of intimate partner violence and sexual and gender-based violence; and \\n Cultural moments and/or religious holidays that may be used to amplify messages of peace and the benefits of DDR.Partners in the process also need to be identified. Particular emphasis \u2013 especially in the case of information directed at DDR participants, beneficiaries and communities \u2013 should be placed on selecting local theatre troops and animators who can explain concepts such as DDR, reconciliation and acceptance using figurative language. Others who command the respect of communities, such as traditional village leaders, should also be brought into PI/SC efforts and may be asked to distribute DDR messages. DDR practitioners should ensure that partners are able and willing to speak to all DDR participants and beneficiaries and also to all community members, including women and children.Two additional context determinants may fundamentally alter the design and delivery of the PI/SC intervention: \\n The attitudes of community members towards ex-combatants, women and men formerly associated with armed forces and groups, and youth at risk; and \\n The presence of hate speech and/or xenophobic discourse.In this regard, DDR practitioners shall have a full understanding of how the open communication and publicity surrounding a DDR process may negatively impact the safety and security of participants, as well as DDR practitioners themselves. To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process. These measures may include: \\n Removing and/or amending specific designation of sensitive information related to the DDR process, including but not limited to the location of reception centres, the location of disarmament and demobilization sites, details related to the benefits provided to former members of armed forces and groups, and so forth; and \\n Ensuring the protection of the privacy, and rights thereof, of former members of armed forces and groups related to their identity, ensuring at all times that permission is obtained should any identifiable details be used in communication material (such as photo stories, testimonials or ex- combatant profiles).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 10, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.1 Understanding the local context", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4443, - "Score": 0.201347, - "Index": 4443, - "Paragraph": "Community perception surveys include background information on socioeconomic and demographic data on all future direct beneficiaries of the reintegration programme including community expectations and perceptions of assistance provided to returning/ resettling ex-combatants. Community perception surveys collect useful data which can be used for qualitative indicators and to monitor changes in community perceptions of the reintegration process over time. DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 18, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.4. Community perception surveys", - "Heading4": "", - "Sentence": "DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8771, - "Score": 0.545545, - "Index": 8771, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place. In both instances, the role of food assistance will depend on the type of reintegration support provided and whether any form of targeting is applied (see IDDRS 4.30 on Reintegration). DDR participants and beneficiaries will often eventually be included in a community-based approach and access food in the same way as members of these communities, rather than receive special entitlements. Ultimately, they should be seen as part of the community and, if in need of assistance, take part in programmes covering broader recovery efforts.In broader operations in post-conflict environments during the recovery phase, where there are pockets of relative security and political stability and greater access to groups in need, general free food distribution is gradually replaced by help directed at particular groups, to develop the ability of affected populations to meet their own food needs and work towards long-term food security. Activities should be closely linked to efforts to restart positive coping mechanisms and methods of households supplying their own food by growing it themselves or earning the money to buy it.The following food assistance activities could be implemented when support to reintegration is provided as part of a DDR process within or outside a DDR programme: \\n Supporting communities through FFA activities that directly benefit the selected populations; \\n Providing support, in particular nutrition interventions, directed at specific vulnerable groups; \\n Providing support to restore production capacity and increase food production by households; \\n Providing support (training, equipment, seeds and agricultural inputs) to selected populations or the wider community to restart agricultural production, enhance post-harvest management, identify market access options, and organise farmers to work and sell collectively; \\n Providing support for local markets through CBTs, buying supplies for DDR processes locally, encouraging private-sector involvement in food transport and delivery, and supporting social market outlets and community-based activities such as small enterprises for both women and men, and linking CBT programmes to a financial inclusion objective; \\n Encouraging participation in education and skills training (school feeding with nutrition education, FFT, education, adult literacy); \\n Maintaining the capacity to respond to emergencies and setbacks; \\n Expanding emergency rehabilitation projects (i.e., projects which rehabilitate local infrastructure) and reintegration projects; \\n Running household food security projects (urban/rural).The link between learning and nutrition is well established, and inter-agency collaboration should ensure that all those who enter training and education programmes in the reintegration period are properly nourished. Different nutritional needs for girls and boys and women and men should be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 25, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.2 Food assistance and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5866, - "Score": 0.5, - "Index": 5866, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR). For youth 15-17, reintegration support can be provided at any time (see IDDRS 5.20 on Children and DDR) The guidance provided in this section is applicable to both scenarios.Reintegration is a complex mix of economic, social, political and personal factors, all of which work together. While the reintegration of youth ex-combatants and youth formerly associated with armed forces or groups may depend, in part, on their successful transition into the world of work, if youth retain deep-rooted grievances due to political marginalization, or face significant, unaddressed psychosocial distress, or are experiencing ongoing conflict with their family, then they are extremely unlikely to be successful in making such a transition. Additionally, if communities and other stakeholders, including the State, do not recognize or value young people\u2019s contributions, expertise, and opinions it may increase the vulnerability of youth to re-recruitment.Youth-focused reintegration support should be designed and developed in consultation with youth. From the beginning, programme components should address the rights, aspirations, and perspectives of youth, and be as inclusive, multisectoral, and long term as is feasible from the earliest phases.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8496, - "Score": 0.435194, - "Index": 8496, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5728, - "Score": 0.421637, - "Index": 5728, - "Paragraph": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B in IDDRS 5.20 on Children and DDR). For any youth under age 18, child-specific programming and rights shall be the priority, however, when appropriate, DDR practitioners may consider complementary youth-focused approaches to address the risks and needs of youth nearing adulthood.For ex-combatants and persons associated with armed forces or groups aged 18-24, eligibility for DDR will depend on the particular DDR process in place. If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document. If a CVR programme is being implemented, then eligibility criteria shall be developed in consultation with target communities, and, if in existence, a Project Selection Committee (see IDDRS 2.30 on Community Violence Reduction). If the preconditions for a DDR programme are not in place, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8529, - "Score": 0.408248, - "Index": 8529, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5837, - "Score": 0.396059, - "Index": 5837, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8300, - "Score": 0.365148, - "Index": 8300, - "Paragraph": "Particular care should be taken with regard to whether, and how, to include foreign children associated with armed forces and groups in DDR programmes in the country of origin, especially if they have been living in refugee camps and communities. Since they are already living in a civilian environment, they will benefit most from DDR rehabilitation and rein\u00ad tegration processes. Their level of integration in refugee camps and communities is likely to be different. Some children may be fully integrated as refugees, and it may no longer be in their best interests to be considered as children associated with armed forces and groups in need of DDR assistance upon their return to the country of origin. Other children may not yet have made the transition to a civilian status, even if they have been living in a civilian environment, and it may be in their best interests to participate in a DDR programme. In all cases, stigmatization should be avoided.It is recommended that foreign children associated with armed forces and groups should be individually assessed by UNHCR, UNICEF and/or child protection partner NGOs to plan for the child\u2019s needs upon repatriation, including possible inclusion in an appropriate DDR programme. Factors to consider should include: the nature of the child\u2019s association with armed forces or groups; the circumstances of arrival in the asylum country; the stability of present care arrangements; the levels of integration into camp/community\u00adbased civilian activities; and the status of family\u00adtracing efforts. All decisions should involve the partici\u00ad pation of the child and reflect his/her best interests. It is recommended that assessments should be carried out in the country of asylum, where the child should already be well known to, and should have a relationship of trust with, relevant agencies in the refugee camp or settlement. The assessment can then be given to relevant agencies in the country of origin when planning the voluntary repatriation of the child, and decisions can be made about whether and how to include the child in a DDR programme. If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 27, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.8. Factors affecting foreign children associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8803, - "Score": 0.357295, - "Index": 8803, - "Paragraph": "Mechanisms for monitoring and evaluating (M&E) interventions are essential when food assistance is provided as part of a DDR process, to ensure accountability to all stakeholders and in particular to the affected population.The food assistance component shall be monitored and evaluated as part of a broader M&E plan for the DDR process. In general, arrangements for monitoring the distribution of assistance provided during DDR should be made in advance between all the implementing partners, using existing tools for monitoring and applying international best practices.In terms of food distribution, at a minimum, information shall be gathered on: \\n The receipt and delivery of commodities; \\n The number (disaggregated by sex and age) of people receiving assistance; \\n Food storage, handling and the distribution of commodities; \\n Food assistance availability and unmet needs. There are two main types of monitoring through which this information can be gathered: \\n Distribution: This type of monitoring, which is conducted on the day of distribution, includes several activities, including commodity monitoring, on-site monitoring and food basket monitoring. \\n Post-distribution: This monitoring takes place sometime after the distribution but before the next one. It includes monitoring of the way in which food assistance is used in households and communities, and market surveys.In order to increase the effectiveness of the current and future food assistance component, it is particularly important for data on DDR participants and beneficiaries to be collected so that it can be easily disaggregated. Numerical data should be systematically collected for the following categories: ex-combatants, persons formerly associated with armed forces and groups, and dependants (partners and relatives of ex-combatants). Every effort should be made to disaggregate the data by: \\n Sex and age; \\n Vulnerable group category (CAAFAG, people living with HIV/ AIDS, persons with disabilities, etc.); \\n DDR location(s); \\n Armed force/group affiliation.Also, identifying lessons learned and conducting evaluations of the impacts of food assistance helps to improve the approach to delivering food assistance within DDR processes and the broader inter-agency approach to DDR. The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme). The evaluation should provide an in-depth analysis of early food assistance activities and allow for later food assistance components to be reviewed and, if necessary, redesigned/reoriented. Gender should be taken into consideration in the evaluation to assess if there were any unexpected outcomes of food assistance on women and men, and on gender relations and gender equality. Lessons learned should be recorded and shared with all relevant stakeholders to guide future policies and to improve the effectiveness of future planning and support to operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 28, - "Heading1": "8. Monitoring and evaluation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7706, - "Score": 0.34216, - "Index": 7706, - "Paragraph": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 38, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.6. Evaluation to assess the level of gender mainstreaming in programme management", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8782, - "Score": 0.340503, - "Index": 8782, - "Paragraph": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR). When a DDR programme is delayed, pre-DDR can be conducted with male and female ex-combatants who are in camps, or with ex-combatants who are already in communities. Activities may include cash for work, FFT or FFA. Wherever possible, pre-DDR activities should be linked to the reintegration support that will be provided when the DDR programme is eventually implemented.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.2 Pre-DDR", - "Heading4": "", - "Sentence": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7278, - "Score": 0.308607, - "Index": 7278, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Yet they are almost never included in the planning or implementation of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7714, - "Score": 0.308607, - "Index": 7714, - "Paragraph": "KEY MEASURABLE INDICATORS \\n 1. % of staff who have participated in gender training \\n 2. % of staff who have used gender analysis framework in needs assessment, situational analyses or/and evaluation \\n 3. % of staff who have interviewed girls and women for needs assessment, situational analyses or/and evaluation \\n 4. % of staff who have worked with local women\u2019s organizations \\n 5. % of staff who are in charge of female-specific interventions and/or gender training \\n 6. % of the programme meetings attended by local women\u2019s organizations and female community leaders \\n 7. % of staff who have carried out gender analysis of the DDR programme budget \\n 8. % of indicators and data disaggregated by gender \\n 9. % of indicators and data that reflects female specific status and/or issues \\n 10. Number of gender trainings conducted for DDR programme staff \\n 11. % of staff who are familiar with Security Council resolution 1325 \\n 12. % of staff who are familiar with gender issues associated with conflicts (e.g. gender-based violence, human trafficking) \\n 13. % of training specifically aimed at understanding gender issues and use of gender analysis frame\u00adworks for those who conduct M&E \\n 14. distribution of guidelines or manual for gender analysis and gender mainstreaming for DDR programme management", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "% of staff who have carried out gender analysis of the DDR programme budget \\n 8.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6445, - "Score": 0.308607, - "Index": 6445, - "Paragraph": "Data is critical to the design and implementation of DDR processes for children. Information on a child\u2019s identity, family, the history of their recruitment and experience in their armed force or group, and their additional needs shall be collected by trained child protection personnel as early as possible and safely stored. All data shall be sex-disaggregated to ensure that DDR processes are able to effectively respond to gendered concerns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 18, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "", - "Heading4": "", - "Sentence": "Data is critical to the design and implementation of DDR processes for children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7649, - "Score": 0.288675, - "Index": 7649, - "Paragraph": "Purpose of evaluation: To examine if and to what extent DDR programmes meet the needs of female ex-combatants, supporters and dependants, and to examine the level of participation of women; \\n Process: (1) Reaching the right target population; (2) meeting the needs of stakeholders; (3) the dynamics of participation of stakeholders; \\n Gendered dimensions of process: (1) Reaching female target population; (2) meeting the needs of women and girls; (3) equal participation of women and women\u2019s organi- zations; \\n Data collection frequency: Every three weeks during the implementation of the pro- gramme.\\n To what extent did the DDR programme meet the needs of female ex-combatants, FAAGFs, and dependants? \\n To what extent did the DDR programme encourage and support the participation of women and women\u2019s organizations at each stage of the programme?KEY MEASURABLE INDICATORS \\n 1. Level of satisfaction (ranking) among FXC, FS and FD who received benefits and services from the programmes \\n 2. Level of satisfaction (ranking) among programme staff, including gender advisers \\n 3. Number of and level of complaints that programme staff received from FXC, FS and FD \\n 4. % of female participants at the peace process/negotiation (should be at least 30 percent \u2014 internationally agreed) \\n 5. % of female participants at the risk/need assessment \\n 6. Number of FXC, FS and FD who were interviewed during the risk/need assessment \\n 7. Number of local women and/or women\u2019s organizations that were interviewed by programme staff to collection information on trading routes and hidden small arms and light weapons \\n 8. Number of women\u2019s organizations that participated in monitoring weapons collection and destruction \\n 9. Number of female leaders and women\u2019s organizations that participated in the planning and/or implementation of reintegration programme \\n 10. Number of DDR programme meetings that included female leaders and women\u2019s organizations", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 35, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.2. Gender-responsive monitoring of process", - "Heading4": "", - "Sentence": "\\n To what extent did the DDR programme encourage and support the participation of women and women\u2019s organizations at each stage of the programme?KEY MEASURABLE INDICATORS \\n 1.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6310, - "Score": 0.280976, - "Index": 6310, - "Paragraph": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "5. Normative legal frameworks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7005, - "Score": 0.272166, - "Index": 7005, - "Paragraph": "Lead to be provided by national beneficiaries/stakeholders. HIV/AIDS initiatives within the DDR process will constitute only a small element of the overall national AIDS strategy (assum- ing there is one). It is essential that local actors are included from the outset to guide the process and implementation, in order to harmonize approaches and ensure that awareness- raising and the provision of voluntary confidential counselling and testing and support, including, wherever possible, treatment, can be sustained. Information gained in focus group discussions with communities and participants, particularly those living with HIV/AIDS, should inform the design of HIV/AIDS initiatives. Interventions must be sensitive to local culture and customs.Inclusive approach. As far as possible, it is important that participants and beneficiaries have access to the same/similar facilities \u2014 for example, voluntary confidential counselling and testing \u2014 so that programmes continue to be effective during reintegration and to reduce stigma. This emphasises the need to link and harmonize DDR initiatives with national programmes. (A lack of national programmes does not mean, however, that HIV/AIDS initiatives should be dropped from the DDR framework.) Men and women, boys and girls should be included in all HIV/AIDS initiatives. Standard definitions of \u2018sexually active age\u2019 often do not apply in conflict settings. Child soldiers, for example, may take on an adult mantle, which can extend to their sexual behaviour, and children of both sexes can also be subject to sexual abuse.Strengthen existing capacity. Successful HIV/AIDS interventions are part of a long-term pro- cess going beyond the DDR programme. It is therefore necessary to strengthen the capacity of communities and local actors in order for projects to be sustainable. Planning should seek to build on existing capacity rather than create new programmes or structures. For example, local health care workers should be included in any training of HIV counsellors, and the capacity of existing testing facilities should be augmented rather than parallel facilities being set up. This also assists in building a referral system for demobilized ex-combatants who may need additional or follow-up care and treatment.Ethical/human rights considerations. The UN supports the principle of VCT. Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme. HIV test should be voluntary and results should be confidential or \u2018medical- in-confidence\u2019 (for the knowledge of a treating physician). A person\u2019s actual or perceived HIV status should not be considered grounds for exclusion from any of the benefits. Planners, however, must be aware of any existing national legislation on HIV testing. For example, in some countries recruitment into the military or civil defence forces includes HIV screen- ing and the exclusion of those found to be HIV-positive.Universal precautions and training for UN personnel. Universal precautions shall be followed by UN personnel at all times. These are a standard set of procedures to be used in the care of all patients or at accident sites in order to minimize the risk of transmission of blood- borne pathogens, including, but not exclusively, HIV. All UN staff should be trained in basic HIV/AIDS awareness in preparation for field duty and as part of initiatives on HIV/ AIDS in the workplace, and peacekeeping personnel should be trained and sensitized in HIV/AIDS awareness and prevention.Using specialized agencies and expertise. Agencies with expertise in HIV/AIDS prevention, care and support, such as UNAIDS, the UN Development Programme, the UN Population Fund (UNFPA), the UN High Commissioner for Refugees, the World Health Organization (WHO), and relevant NGOs and other experts, should be consulted and involved in opera- tions. HIV/AIDS is often wrongly regarded as only a medical issue. While medical guidance is certainly essential when dealing with issues such as testing procedures and treatment, the broader social, human rights and political ramifications of the epidemic must also be considered and are often the most challenging in terms of their impact on reintegration efforts. As a result, the HIV/AIDS programme requires specific expertise in HIV/AIDS train- ing, counselling and communication strategies, in addition to qualified medical personnel. Teams must include both men and women: the HIV/AIDS epidemic has specific gender dimensions and it is important that prevention and care are carried out in close coordination with gender officers (also see IDDRS 5.10 on Women, Gender and DDR).Limitations and obligations of DDR HIV/AIDS initiatives. it is crucial that DDR planners are transparent about the limitations of the HIV/AIDS programme to avoid creating false expectations. It must be clear from the start that it is normally beyond the mandate, capacity and financial limitations of the DDR programme to start any kind of roll-out plan for ARV treatment (beyond, perhaps, the provision of PEP kits and the prevention of mother-to- child transmission (also see IDDRS 5.70 on Health and DDR). The provision of treatment needs to be sustainable beyond the conclusion of the DDR programme in order to avoid the development of resistant strains of the virus, and should be part of national AIDS strategies and health care programmes. DDR programmes can, however, provide the following for target groups: treatment for opportunis- tic infections; information on ARV treatment options available in the country; and referrals to treatment centres and support groups. The roll-out of ARVs is increasing, but in many countries access to treatment is still very limited or non-existent. This means that much of the emphasis still has to be placed on prevention initiatives. HIV/AIDS community initiatives require a long-term commitment and fundamentally form part of humanitarian assistance, reconstruction and development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6771, - "Score": 0.272166, - "Index": 6771, - "Paragraph": "After CAAFAG have returned to their families and communities, monitoring and follow-up is essential. It requires careful planning, adequate funding and the collaboration of key governmental bodies, UN agencies and non-governmental organizations.Monitoring activities should occur through regular visits to children\u2019s homes, schools, and communities, including meetings with families, peers, teachers, and community leaders, without creating stigma or risk to the individuals and families involved. The living conditions of the child, the quality of his/her relationship with family members and caregivers, and the level of reintegration in the community should be regularly assessed. Confidential, accessible, and safe feedback mechanisms that allow children to report any concerns should be in place. Challenges should be identified to facilitate problem-solving, referral or programme adaptation where required. Success stories are also important for the generation of positive lessons learned and to present opportunities for replication in other areas or programmes.Monitoring should be conducted by a dedicated monitoring, evaluation and learning team. More staff are likely to be needed when large numbers of children are reunited with their families, because monitoring visits and other support activities become more labour-intensive and time- consuming as children are dispersed from a few central locations to scattered communities. Community-based child protection networks and community leaders, especially women, should be actively involved in monitoring the safety and well-being of reunited children, and should assume increasing responsibility for ongoing monitoring and follow-up to ensure a smooth takeover of this work by the community.Monitoring systems should be developed to use programme-related data gathered during demobilization including verification exercises for children. Effective programme monitoring improves accountability by recording information on programme progress, suitability of selected approaches, and impact of support on children\u2019s well-being. Monitoring should be conducted throughout programming to inform programme adjustments, including how to better reach particularly vulnerable groups of children, such as girls or disabled children. Close, continuous monitoring at the situational level is also essential, as the context will certainly change over time as issues relating to child recruitment and use, verification and release are complex and often unpredictable.Follow-up systems should be established to ensure post-programme support for reintegrating children. The reintegration process takes time and will usually not be completed within the period of the programme. Returning CAAFAG remain vulnerable to re-recruitment, social exclusion and poverty and will require ongoing support for several years. Regular follow-up should be seen as an important element of the continuum of care for children. Therefore, follow-up support is critical to an effective exit strategy, ensuring that programme gains in reintegration are safeguarded.Follow-up systems should be developed in close consultation with children and the community. They should focus on especially vulnerable children (e.g., girl mothers, those not reunited with their family, those with severe psychosocial issues and disabled children). Support measures should be informed by disaggregated monitoring to ensure accurate targeting. Follow- up systems should also be community-based but linked to national systems. This can be achieved, for example, by supporting child well-being assessments.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 42, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.10 Monitoring and follow-up", - "Heading4": "", - "Sentence": "Challenges should be identified to facilitate problem-solving, referral or programme adaptation where required.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5685, - "Score": 0.267261, - "Index": 5685, - "Paragraph": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts. The main objectives of this guidance are: \\n To set out the main principles that guide aspects of DDR processes for Youth. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of youth into armed forces and groups. \\n To provide guidance on youth-focused approaches to DDR and reintegration support highlighting critical personal, social, political, and economic factors.This module is applicable to youth between the ages of 15 and 24. However, the document should be read in conjunction with IDDRS 5.20 on Children and DDR, as youth between the ages of 15 to 17, are also children, and require special considerations and protections in line with legal frameworks for children and may benefit from child sensitive approaches to DDR consistent with the best interests of the child. Children between the ages of 15 to 17 are included in this module in recognition of the reality that children who are nearing the age of 18 are more likely to have employment needs and/or socio- political reintegration demands, requiring additional guidance that is youth-focused. This module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7592, - "Score": 0.261488, - "Index": 7592, - "Paragraph": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "", - "Sentence": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7329, - "Score": 0.258199, - "Index": 7329, - "Paragraph": "A gender-responsive approach to DDR should be built into every stage of DDR. This begins with discussions during the peace negotiations on the methods that will be used to carry out DDR. DDR advisers participating in such negotiations should ensure that women\u2019s interests and needs are adequately included. This can be done by insisting on the participation of female representatives at the negotiations, ensuring they understand DDR-related clauses and insisting on their active involvement in the DDR planning phase. Trained female leaders will contribute towards ensuring that women and girls involved in DDR (women and girls who are ex-combatants, women and girls working in support functions for armed groups and forces, wives and dependants of male ex-combatants, and members of the receiving com- munity) understand, support and strengthen the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender-responsive approach to DDR should be built into every stage of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7137, - "Score": 0.255377, - "Index": 7137, - "Paragraph": "Post-exposure prophylaxis (PEP) kits are a short-term antiretroviral treatment that reduces the likelihood of HIV infection after potential exposure to infected body fluids, such as through a needle-stick injury, or as a result of rape. The treatment should only be administered by a qualified health care practitioner. It essentially consists of taking high doses of ARVs for 28 days. To be effective, the treatment must start within 2 to 72 hours of the possible exposure; the earlier the treatment is started, the more effective it is. The patient should be counselled extensively before starting treatment, and advised to follow up with regular check-ups and HIV testing. PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.6. Provision of post-exposure prophylaxis kits", - "Heading3": "", - "Heading4": "", - "Sentence": "PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6185, - "Score": 0.255377, - "Index": 6185, - "Paragraph": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings. The main objectives of this guidance are: \\n To set out the main principles that guide all aspects of DDR processes for children. \\n To outline the normative legal framework that applies to children and must be integrated across DDR processes for children through planning, design, implementation and monitoring and evaluation. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of children into armed forces and groups. \\n To provide guidance on child- and gender-sensitive approaches to DDR highlighting the importance of both individualized and community-based approaches. \\n To highlight international norms and standards around criminal responsibility and accountability in relation to CAAFAG.This module is applicable to all CAAFAG but should be used in conjunction with IDDRS 5.30 on Youth and DDR. IDDRS 5.30 provides guidance on children who are closer to 18 years of age. These children, who are likely to enter into employment and who have socio-political reintegration demands, especially young adults with their own children, require special assistance. The challenge of demobilizing and reintegrating former combatants who were mobilized as children and demobilized as adults is also covered in IDDRS 5.30. In addition, this module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8746, - "Score": 0.255377, - "Index": 8746, - "Paragraph": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7383, - "Score": 0.252591, - "Index": 7383, - "Paragraph": "In drafting a peace mission\u2019s plan of operations, the Department of Peacekeeping Operations (DPKO) shall reflect the recommendations of the assessment team and produce language that defines a mandate for a gender-sensitive DDR process in compliance with Security Council resolution 1325. Specifically, DDR programme participants shall include those who play support functions essential for the maintenance and cohesion of armed groups and forces, and reflect consideration of the needs of individuals dependent on combatants.When the Security Council establishes a peacekeeping operation with mandated DDR functions, components that will ensure gender equity should be adequately financed through the assessed budget of UN peacekeeping operations and not voluntary contributions alone. From the start, funds should be allocated for gender experts and expertise to help with the planning and implementation of dedicated programmes serving the needs of female ex-com- batants, supporters and dependants. Gender advisers and expertise should be considered essential in the staffing structure of DDR units.The UN should facilitate financial support of the gender components of DDR processes. DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities. Several strategies can be used: (1) ensuring that DDR training programmes that are routinely provided for military and civilian staff reflect gender-related aspects; (2) developing accountability mechanisms to ensure that all staff are committed to gender equity; and (3) integrating gender training into the training programme for the troops involved.Box 4 Gender training in DDR \\n\\n Main topics of training \\n Gender mainstreaming and human rights \\n Sexual and gender-based violence \\n Gender roles and relations (before, during and after the conflict) \\n Gender identities \\n Gender issues in HIV/AIDS and human trafficking \\n\\n Main participants \\n Ex-combatants, supporters, dependants (both male and female) \\n DDR programme staffs \\n Representatives of government \\n Women\u2019s groups and NGOs \\n Community leaders and traditional authorities", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 11, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.1. Demobilization mandates, scope, institutional arrangements: Gender-aware interventions", - "Heading4": "", - "Sentence": "DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7309, - "Score": 0.25, - "Index": 7309, - "Paragraph": "Generally, it is assumed that armed men are the primary threat to post-conflict security and that they should therefore be the main focus of DDR. The picture is usually more complex than this: although males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females (adults, youth and girls) are also likely to have been involved in violence, and may have participated in every aspect of the conflict. Despite stereotypical beliefs, women and girls are not peacemakers only, but can also contribute to ongoing insecurity and violence during wartime and when wars come to an end.The work carried out by women and girl combatants and other women and girls asso- ciated with armed forces and groups in non-fighting roles may be difficult to measure, but efforts should be made to assess their contribution as accurately as possible when a DDR programme is designed. The involvement of women in the security sector reform (SSR) pro- cesses that accompany and follow DDR should also be deliberately planned from the start. Women take on a variety of roles during wartime. For example, many may fight for brief periods and then return to their communities to carry out other forms of work that contri- bute to the war. These women will have reintegrated and are unlikely to present themselves for DDR. Nor should they be encouraged to do so, since the resources allocated for DDR are limited and intended to create a founda- tion of stability on which longer-term peace and SSR can be built. It is therefore appro- priate, in the reconstruction period, to focus resources on women and men who are still active fighters and potential spoilers. Women who have already rejoined their communities can, however, be an important asset in the rein- tegration period, including through playingexpanded roles in the security sector, and efforts should be made to include their views when designing reintegration processes. Their experiences may significantly help commu- nities with the work of reintegrating former fighters, especially when they are able to help bring about reconciliation and assist in making communities safer.It is important to remember that women are present in every part of a society touched by DDR \u2014 from armed groups and forces to receiving communities. Exclusionary power struc- tures, including a backlash against women entering into political, economic and security structures in a post-conflict period, may make their contributions difficult to assess. It is therefore the responsibility of all DDR planners to work with female representatives and women\u2019s groups, and to make it difficult for male leaders to exclude women from the form- ulation and implementation of DDR processes. Planners of SSR should also pay attention to women as a resource base for improving all aspects of human security in the post-conflict period. It is especially important not to lose the experiences and public standing acquired by those women who played peace-building roles in the conflict period, or who served in an armed group or force, learning skills that can usefully be turned to community service in the reconstruction period.Ultimately, DDR should lead to a sustainable transition from military to civilian rule, and therefore from militarized to civilian structures in the society more broadly. Since women make up at least half the adult population, and in post-conflict situations may head up to 75 percent of all households, the involvement of women in DDR and SSR is the most important factor in achieving effective and sustainable security. Furthermore, as the main caregivers in most cultures, women and girls shoulder more than their fair share of the burden for the social reintegration of male and female ex-combatants, especially the sick, traumatized, injured, HIV-positive and under-aged.Dealing with the needs and harnessing the different capacities and potential of men, women, boy and girl former fighters; their supporters; and their dependants will improve the success of the challenging and long-term transformation process that is DDR, as well as providing a firm foundation for the reconstruction of the security sector to meet peacetime needs. However, even five years since the passing of Security Council resolution 1325 (2000) on Women and Peace and Security, gender is still not fully taken into account in DDR plan- ning and delivery. This module shows policy makers and practitioners how to replace this with a routine consideration of the different needs and capacities of the women and men involved in DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore the responsibility of all DDR planners to work with female representatives and women\u2019s groups, and to make it difficult for male leaders to exclude women from the form- ulation and implementation of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6270, - "Score": 0.25, - "Index": 6270, - "Paragraph": "DDR processes for children shall link to national and local structures for child protection with efforts to strengthen institutions working on child rights and advocacy. DDR processes for children require a long implementation period and the long-term success of DDR processes depends on and correlates to the capacities of local actors and communities. These capacities shall be strengthened to support community acceptance and local advocacy potential.Participatory and decentralized consultation should be encouraged so that common strategies, responsive to local realities, can be designed. National frameworks, including guiding principles, norms and procedures specific to the local and regional context, shall be established. Clear roles and responsibilities, including engagement and exit strategies, shall be agreed upon by all actors. All such consultation must ensure that the voices of children, both boys and girls, are heard and their views are incorporated into the design of DDR processes. As social norms may influence the ability of children to speak openly and safely, DDR practitioners shall consult with experts on child participation.To ensure long-term sustainability, Government should be a key partner/owner in DDR processes for children. The level of responsibility and national ownership will depend on the context and/or the terms of the peace accord (if one exists). Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children. Where possible, support should be provided to build Government capacity on child protection and other critical social services.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes for children require a long implementation period and the long-term success of DDR processes depends on and correlates to the capacities of local actors and communities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8416, - "Score": 0.25, - "Index": 8416, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7589, - "Score": 0.246183, - "Index": 7589, - "Paragraph": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR. At present, the gender dimensions of DDR are not monitored and evaluated effec- tively in DDR programmes, partly because of poorly allocated resources, and partly because there is a shortage of evaluators who are aware of gender issues and have the skills needed to include gender in their evaluation practices.To overcome these gaps, it is necessary to create a primary framework for gender- responsive M&E. Disaggregating existing data by gender alone is not enough. By identifying a set of specific indicators that measure the gender dimensions of DDR programmes and their impacts, it should be possible to come up with more comprehensive and practical recommendations for future programmes. The following matrixes show a set of gender- related indicators for M&E (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).These matrixes consist of six M&E frameworks: \\n 1.Monitoring programme performance (disarmament; demobilization; reintegration) \\n 2.Monitoring process \\n 3.Evaluation of outcomes/results \\n 4.Evaluation of impact \\n 5.Evaluation of budget (gender-responsive budget analysis) \\n 6.Evaluation of programme management.The following are the primary sources of data, and data collection instruments and techniques: \\n national and municipal government data; \\n health-related data (e.g., data collected at ante-natal clinics); \\n programme/project reports; \\n surveys (e.g., household surveys); \\n interviews (e.g., focus groups, structured and open-ended interviews).Whenever necessary, data should be disaggregated not only by gender (to compare men and women), but also by age, different role(s) during the conflict, location (rural/urban) and ethnic background.Gender advisers in the regional office of DDR programme and general evaluators will be the main coordinators for these gender-responsive M&E activities, but the responsibility will fall to the programme director and chief as well. All information should be shared with donors, programme management staff and programme participants, where relevant. Key findings will be used to improve future programmes and M&E. The following tables offer examples of gender analysis frameworks and gender-responsive budgeting analysis for DDR programmes.Note: Female ex-combatants = FXC; women associated with armed groups and forces = FS; female dependants = FD", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 32, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "All information should be shared with donors, programme management staff and programme participants, where relevant.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6264, - "Score": 0.246183, - "Index": 6264, - "Paragraph": "Sufficient long-term funding is required to implement effective child-sensitive DDR processes. Funding should be made available through a funding mechanism that is independent of, and managed separately from, DDR processes for adults. This funding should be planned for at the outset. DDR practitioners and specialized child protection actors shall be called upon for the necessary political, technical and operational leadership within the Government and within the framework of the UN mission or the UN Country Team.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding is required to implement effective child-sensitive DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5800, - "Score": 0.240192, - "Index": 5800, - "Paragraph": "For CAAFAG between the ages of 15 to 17, the situation analysis and minimum preparedness actions outlined in IDDRS 5.20 on Children and DDR shall be undertaken. For youth between the ages of 18 and 24, who are members of armed forces or groups, planning should follow similar processes for that of adult combatants, integrating specific considerations for youth. Specific focus shall be given to the following:Assessments shall include data disaggregated by age and gender. For example, prior to a CVR programme, baseline assessments of local violence dynamics should explicitly unpack the threats and risks to the security of male and female youth (see section 6.3 in IDDRS 2.30 on Community Violence Reduction). If the DDR process involves reintegration support, assessments of local market conditions should take into account the skills that youth acquired before and during their engagement in armed forces or groups (see section 7.5.5 in IDDRS 4.30 on Reintegration). Weapons surveys for disarmament and/or T-WAM activities should also include youth and youth organizations as sources of information, analyse the patterns of weapons possession among youth, map risk and protective factors in relation to youth, and identify youth-specific entry points for programming (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management and MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons). It is also important for intergenerational issues to be included in the conflict/context assessments that are undertaken prior to a youth-focused DDR process. This will elucidate whether it is necessary to include reconciliation measures to reduce inter-generational conflict in the DDR process. Gender analysis including age specific considerations should also be conducted. For more information on DDR-related assessments, see IDDRS 3.11 on Integrated Assessments.Planning should also take into account different possible types of youth participation \u2013 from consultative participation to collaborative participation, to participation that is youth-led. In certain instances, for example CVR programmes and reintegration support, there may be space for youth to assume an active, leading role. In other instances, such as when a Comprehensive Peace Agreement is being negotiated, the UN should, at a minimum, ensure that youth representatives are consulted (see IDDRS 2.20 on The Politics of DDR). More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence. Principles on how to involve youth in planning processes in a non-tokenistic way can be found in section 7.4 of MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons. No matter how youth are involved, safety of youth and do no harm principles should always be considered when engaging them on sensitive topics such as association with armed actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 9, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5981, - "Score": 0.235702, - "Index": 5981, - "Paragraph": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market. By providing youth with the means to acquire \u2018employable skills,\u2019 vocational training can increase self-esteem and build confidence, while helping young people to (re)gain respect and appreciation from the community.Most armed conflicts result in the disruption of training and economic systems and, because of time spent in armed forces or groups, many young ex-combatants and persons associated with armed forces and groups do not acquire the skills that lead to a job or to sustainable livelihoods. At the same time, the reconstruction and recovery of a conflict-affected country requires large numbers of skilled and unskilled persons. Training provision needs to reflect the balance between demand and supply, as well as the aspirations of youth DDR participants and beneficiaries.DDR practitioners should develop strong networks with local businesses and agriculturalists in their area of operation as early as possible to engage them as key stakeholders in the reintegration process and to enhance employment and livelihood options post-training. Partnerships with the private sector should be established early on to identify specific employment opportunities for youth post-training. This could include the development of apprenticeship programmes (see below), entering into Memoranda of Understanding (MOUs) with local chambers of commerce or orientation events bringing together key business and community leaders, local authorities, service providers, trade unions, and youth participants. DDR practitioners should explore opportunities to collaborate with vocational training institutes to see how they could adapt their programmes to specifically cater for demobilized youth.Employers\u2019, agriculturalists, and trade unions are important partners, as they may identify growth sectors in the economy, and provide assistance and advice to vocational training agencies. They can help to identify a list of national core competencies or curricula and create a system for national recognition of these competencies/curricula. Employers\u2019 organizations can also encourage their members to offer on-the-job training to young employees by explaining the benefits to their businesses such as increased productivity and competitiveness, and reduced job turn-over and recruitment expenses.Systematic data on the labour market and on the quantitative and qualitative capacities of training partners may be unavailable in conflict-affected countries. Engagement with businesses, agriculturalists, and service providers at the national, sub-national and local levels is therefore vital to fill these knowledge gaps in real-time, and to sensitize these actors on the challenges faced by youth ex-combatants and persons formerly associated with armed forces and groups. DDR practitioners should also explore opportunities to collaborate with national and local authorities, other UN agencies/programmes and any other relevant/appropriate actors to promote the restoration of training facilities and institutions, apprenticeship education and training programmes, and the capacity building of trainers.For youth who have little or no experience of decent work, vocational training should include a broad range of training and livelihood options to provide young people with choice and control over decision-making that affects their lives. In rural settings, agricultural and animal husbandry, veterinary, and related skills may be more valuable and more marketable and should not be ignored as options. Specifically, consideration should be given to the type of training that female youth would prefer, rather than limiting them to training for roles that have traditionally been associated with females .The level of training should also match the need of the local economy to increase the probability of employment, so that the skills and expectations of youth match labour market needs, and training modalities should be developed to most appropriately reflect the learning needs of youth deprived of much of their schooling. As youth may have experienced trauma or loss, mental health and psychosocial support should be available during training to those who need it. Vocational training modalities should also specifically consider those with dependants (particularly young women) to enable them sustained access to training programmes. This may include supporting access to social protection measures such as kindergarten or other forms of childcare. In addition, it is important to understand the motivations and interests of young people as part of facilitating a match of training with the local economy needs.Young people require learning strategies that allow them to learn at their own pace. Learning approaches should be interactive and utilize appropriate new technologies, particularly when attempting to extend skills training to hard-to-reach youth. This may include digital resources and eLearning, as well as mobile skills-building facilities. The role of the trainer involved in these programmes should be that of a facilitator who encourages active learning, supports teamwork and provides a positive adult \u2018role model\u2019 for young participants. Traditional supply-driven and instructor-oriented training methods should be avoided.Where possible, and in order to prepare young people with no previous work experience for the highly competitive labour market, vocational training should be paired with apprenticeship and/or on-the-job training opportunities. Trainees can then combine the skills they are learning with practical experience of norms and values, productivity and competition in the world of work. DDR practitioners should also plan staff development activities that aim at training existing or newly recruited vocational trainers in how to address the specific needs and experiences of young DDR participants and beneficiaries.Youth ex-combatants and persons formerly associated with armed forces or groups can experience further frustration and hopelessness if they do not find a job after having been involved in ineffective or poorly targeted training programme. These feelings can make re-recruitment more likely. One of the clearest lessons learned from past DDR programmes is that even after training, young combatants often struggle to succeed in weak economies that have been damaged by war, as do adults. Businesses owned by former members of armed forces and groups regularly fail due to market saturation, competition with highly qualified people already running the same kinds of businesses, limited experience in business start-up, management and development, and because of the very limited cash available to pay for goods and services in post-war societies. Youth may also be in competition for limited job opportunities with more experienced adults.To address these issues, reintegration programmes should more effectively empower youth by combining several skills in one course, e.g., home economics with tailoring, pastry or soap- making. This is because possession of a range of skills greatly improves the employability of young people. Also, providing easy-to-learn skills such as mobile phone repair makes young people less vulnerable and more adaptable to rapidly changing market demands. Together the acquisition of business skills and life skills (see above) can help young people become more effective in the market. Depending on the context, agricultural and animal husbandry, veterinary, and related skills should be considered.Training demobilized youth in trades they might identify as their preference should be avoided if the trades are not required in the labour market. The feeling of frustration and helplessness that might have caused people to take up arms in the first place only increases when they cannot find employment after training and could increase the risk of re-recruitment. Training and apprenticeship programmes should be adapted to young people\u2019s abilities, interests and needs, to enable them to complete the programme, which will both boost their employment prospects and bolster their self- confidence. A commitment to motivating young people to realize their potential is a vital part of successful programming and implementation.This can be achieved through greater involvement of both youth participants and the business community in reintegration programming and design. This can enable a more realistic appreciation of the economic context, the identification of interesting but non-standard alternatives (so long as they can lead to sustainable job prospects or livelihoods), and the development of initial relationships. Effective career or livelihood counselling will be central to this process, and it is therefore necessary to recruit DDR staff with skills not only in vocational and technical training provision, but also in working with youth. Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 20, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.8 Vocational training", - "Heading4": "", - "Sentence": "Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7321, - "Score": 0.235702, - "Index": 7321, - "Paragraph": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants. This approach fails to deal with the fact that women can also be armed combatants, and that they may have different needs from their male counterparts. Nor does it deal with the fact that women play essential roles in maintaining and enabling armed forces and groups, in both forced and voluntary capacities. A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions. This is particularly important when establishing eligibility criteria for entry into DDR programmes (also see IDDRS 4.10 on Disarmament); \\n Gender equality and women\u2019s participation: Encouraging gender equality as a core principle of UN-supported DDR programmes means recognizing and supporting the equal rights of women and men, and girls and boys in the DDR process. The different experiences, roles and responsibilities of each of them during and after conflict should be recognized and reflected in the design and implementation of DDR programmes; \\n Respect for human rights: DDR programmes should support ways of preventing reprisal or discrimination against, or stigmatization of those who participate. The rights of the community should also be protected and upheld.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The different experiences, roles and responsibilities of each of them during and after conflict should be recognized and reflected in the design and implementation of DDR programmes; \\n Respect for human rights: DDR programmes should support ways of preventing reprisal or discrimination against, or stigmatization of those who participate.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8193, - "Score": 0.235702, - "Index": 8193, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "Do its members have an interest in DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8597, - "Score": 0.235702, - "Index": 8597, - "Paragraph": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required. In a mission context, contributions from the UN peacekeeping assessed budget, supplemented by voluntary donations, must be available. Security provisions and the presence of adequate numbers of peacekeepers are also required. The lead food assistance agency shall support the UN mission administration in defining scenarios and predicting operational costs. In a non-mission context, voluntary donations are required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7674, - "Score": 0.231455, - "Index": 7674, - "Paragraph": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants? \\n To what extent did the reintegration programme encourage and support the creation of gender-responsive community development?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1. % change in the number of FXC, FS and FD who vote or/and stand for national and local elections in the concerned country \\n 2. % change in the employment rate among FXC, FS and FD (in both formal and informal sectors) Level 5 Cross-cutting Issues Women, Gender and DDR 37 5.10 \\n 3. % change in the literacy rate among FXC, FS and FD, and their children \\n 4. % change in disposable income among FXC, FS and FD, and their household \\n 5. % change in the number of FXC, FS and FD who are the members of any type of association, including women\u2019s NGOs and ex-combatant support networks \\n 6. % change in the number of FXC, FS and FD who are involved in the implementation/management of community development programmes \\n 7. % change in the number of women\u2019s organizations that receive(d) reintegration assistance and implement development-related programme/project(s) \\n 8. % change in the number of female-specific development programmes supported by reintegration assistance to meet the needs of women and girls \\n 9. % change in the number of female participants in development programmes who receive reintegration assistance. \\n 10. % change in the number of communities with a high return rate of ex-combatants receiving reintegration assistance \\n 11. % change in the number of awareness campaigns on women\u2019s human rights and gender-based violence supported by reintegration assistance \\n 12. Community perception of FXC, FS and FD \\n 13. Community perception of women\u2019s human rights and gender-based violence", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 36, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.4. Gender-responsive evaluation of impact", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7429, - "Score": 0.226455, - "Index": 7429, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5759, - "Score": 0.219971, - "Index": 5759, - "Paragraph": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR). Youth-focused DDR processes for those aged 18 \u2013 24 should also be backed by flexible and long-term funding, that takes into account the importance of creating space for youth (especially the most marginalised) to participate in the planning, design, implementation, monitoring and evaluation of DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5731, - "Score": 0.218218, - "Index": 5731, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of CAFFAG, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups for this specific purpose. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or related process, such as Security Sector Reform (SSR), is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and therefore may be excluded from DDR support. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for and take steps to obtain the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, foreign missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems (see IDDRS 5.20 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5768, - "Score": 0.218218, - "Index": 5768, - "Paragraph": "Where appropriate, youth-focused DDR processes shall consider regional initiatives to prevent the (re-)recruitment of youth. DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5921, - "Score": 0.218218, - "Index": 5921, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7574, - "Score": 0.218218, - "Index": 7574, - "Paragraph": "Field/Needs assessment for female ex-combatants, supporters and dependants should be carried out independently of general need assessment, because of the specific needs and concerns of women. Those assessing the needs of women should be aware of gender needs in conflict situations. The use of gender-analysis frameworks should be strongly encouraged to collect information and data on the following: \\n\\n Social and cultural context \\n Gender roles and gender division of labour (both in public and private spheres) \\n Traditional practices that oppose the human rights of women \\n\\n Political context \\n Political participation of women at the national and community levels \\n Access to education for girls \\n\\n Economic context \\n Socio-economic status of women \\n Women\u2019s access to and control over resources \\n\\n Capacity and vulnerability \\n Capacities and vulnerabilities of women and girls \\n Existing local support networks for women and girls \\n Capacities of local women\u2019s associations and NGOs \\n\\n Security \\n Extent of women\u2019s participation in the security sector (police, military, government) \\n Level of sexual and gender-based violence \\n\\n Specific needs of female ex-combatants, supporters and dependants (economic, social, physical, psychological, cultural, political, etc.)The methodology of data collection should be participatory, and sensitive to gender- related issues. The assessment group should include representatives from local women\u2019s organizations and the local community. This might mean that local female interpreter(s) and translator(s) are needed (also see IDDRS 3.20 on DDR Programme Design).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "1. Gender-responsive field/needs assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "This might mean that local female interpreter(s) and translator(s) are needed (also see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6217, - "Score": 0.218218, - "Index": 6217, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to children and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6236, - "Score": 0.218218, - "Index": 6236, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of children associated with armed forces or armed groups, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or security sector reform (SSR) process is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and are therefore excluded from support linked to DDR. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, diplomatic missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8532, - "Score": 0.218218, - "Index": 8532, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the food assistance provided by humanitarian food assistance agencies during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6096, - "Score": 0.210819, - "Index": 6096, - "Paragraph": "Political marginalization is a significant driving factor behind youth (re-)recruitment into armed forces and groups. Ensuring that youth have necessary and appropriate levels of voice and representation in their communities and nationally is a critical element of successful reintegration.Reintegration support should aim to create opportunities for young people\u2019s civic and political engagement at the local level, including strategies for ensuring the inclusion of youth former combatants and youth formerly associated with armed forces and groups in local decision-making processes. Programmatic collaboration with community-based organizations and NGOs engaging in political development initiatives (for e.g., political party capacity development and the establishment of youth parliaments) to identify and promote opportunities for youth engagement can be a useful way to develop this stream of work. At the national level, DDR practitioners should coordinate and collaborate with national youth organisations to help facilitate social relations with peers and opportunities to engage in youth-led political initiatives. This should be accompanied by the aforementioned life-skills, including civic education, which could be jointly attended by civilian youth, to ensure a conflict sensitive approach.Youth ex-combatants and youth formerly associated with armed forces and groups have the potential to play a significant, positive role in peace building. Reintegration programmes should therefore make significant resources available to promote youth as agents of change. Programmatic interventions seeking to promote the role of youth as peaceful agents of change might include: \\n a training programme for youth (former members of armed forces and groups and otherwise) in political mediation, grassroots organization and advocacy. \\n a youth-led community peace education programme utilising creative platforms (e.g. sport, music, visual arts, theatre and dance) to promote a culture of non-violence and peace \\n a youth managed peer education and mentoring programme promoting equality, trust and thought-provoking learning on issues such as SGBV, social inclusion, violence prevention, climate change and sustainable development, among others. \\n an activity reusing scrapped weapons for artistic and symbolic purposes could be included as a reintegration activity involving community youth in an effort to build confidence and connections between youth, as well as leave lasting messages for peace in communities. \\n a small grants facility for youth (both former members of armed forces and groups and otherwise) supporting youth designed and implemented social programmes that have an articulated community benefit. \\n a community-driven development facility that brings youth (both former members of armed forces and groups and otherwise) together with community leaders to identify, design and implement small infrastructure projects benefiting the community (and providing employment). \\n a local-level political forum that enables youth to engagement in local decision-making processes and provides referral services for access to resources. \\n a national dialogue process, coordinating with other relevant youth actors, to lobby for greater youth participation in the formal political process and give youth a seat at the table at local, sub- national and national levels.Such an approach should promote the inclusion of all youth, male and female, whether former members of armed forces or groups or not. However, it is critical that such interventions are youth owned and that it is the youth themselves who drive these initiatives forward. DDR practitioners and community leaders can work with local and national authorities, formal and informal, to help open up space for youth to pursue these activities. This might be by first engaging in joint activities that benefit the community and demonstrate the positive effect youth can have on the reconstruction process. This is important as Governments should be convinced of the \u2018added value\u2019 of youth involvement in reconstruction activities and of the positive reasons for investing in youth.After leaving armed forces and groups, youth may wish to retain some linkage with the political entity of the armed group to which they were previously affiliated. Every person has the legal right to freedom of political expression, which should be considered and supported at all stages of the planning and implementation of youth-focused DDR. DRR practitioners shall ensure that youth are not inadvertently prevented from freely expressing their rights.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 30, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.17 Voice, participation and representation", - "Heading4": "", - "Sentence": "Every person has the legal right to freedom of political expression, which should be considered and supported at all stages of the planning and implementation of youth-focused DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6112, - "Score": 0.210819, - "Index": 6112, - "Paragraph": "CVR programmes are bottom-up interventions that focus on the reduction of armed violence at the local level by fostering improved social cohesion and providing incentives to resist recruitment. CVR programmes may include an explicit focus on youth, including youth ex-combatants and youth formerly associated with armed forces and groups. In addition, CVR programmes may explicitly target individuals who are not members of an armed group, but who are at risk of recruitment by such groups. This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. Wherever possible, youth should be represented in CVR Project Selection Committees and youth organizations should be engaged as project partners. In instances where CVR is due to be followed by support to community-based reintegration then CVR and community-based reintegration should, from the outset, be planned as a single and continuous programme.In addition, where safe and appropriate, children may be included in CVR programmes, consistent with relevant national and international legal safeguards, including on the involvement of children in hazardous work, to ensure their rights, needs and well-being are carefully accounted for.If the individuals being considered for inclusion in a CVR programme have left an armed group designated as a terrorist organization by the UN Security Council, then proper screening mechanisms and criteria shall be incorporated to identify (and exclude) individuals who may have committed terrorist acts in compliance with international law (for further information on specific requirements see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.50 on Armed Groups Designated as Terrorist Organizations). For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.4 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7063, - "Score": 0.210819, - "Index": 7063, - "Paragraph": "During planning, core indicators need to be developed to monitor the progress and impact of DDR HIV initiatives. This should include process indicators, such as the provision of condoms and the number of peer educators trained, and outcome indicators, like STI inci- dence by syndrome and the number of people seeking voluntary counselling and testing. DDR planners need to work with national programmes in the design and monitoring of initiatives, as it is important that the indicators used in DDR programmes are harmonised with national indicators. DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed. The IASC guidelines include reference material for developing indicators in emergency settings.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "7. Planning factors", - "Heading2": "7.3. Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.210819, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8562, - "Score": 0.210819, - "Index": 8562, - "Paragraph": "Any food assistance component that is part of a DDR process shall be designed in accordance with humanitarian principles and the best practices of humanitarian food assistance. Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process. Similarly, the transfer modality to be used for the food assistance shall be based on a careful contextual and feasibility analysis (see section 5.5). Furthermore, when food assistance is provided as part of a DDR process in a mission context, the political requirements of the peacekeeping mission and the guiding principles of humanitarian assistance and development aid shall be kept completely separate.Food assistance as part of a DDR process shall be designed and implemented in a way that contributes to the safety, dignity and integrity of ex-combatants, their dependants, persons formerly associated with armed forces and groups, and community members. In any circumstance where these conditions are not met, humanitarian agencies shall carefully consider the appropriateness of providing food assistance.Humanitarian food assistance agencies shall only be involved in DDR processes when they have sufficient capacity. Support to a DDR process shall not undermine a humanitarian food assistance agency\u2019s capacity to deal with other urgent humanitarian problems/crises, nor shall it affect the process of prioritizing food assistance to conflict-affected populations.In accordance with humanitarian principles, food assistance agencies shall not provide food assistance to armed personnel at any point in a DDR process. All reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups during the pre-disarmament and disarmament phases of a DDR process, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5755, - "Score": 0.204124, - "Index": 5755, - "Paragraph": "A youth-focused approach to DDR shall ensure that no harm is done to youth. Rather, DDR processes shall seek to maximize the benefit to youth, while minimizing any harm. This shall be done through: \\n Assessing and monitoring both positive and negative impacts for youth, and disaggregating data by age, gender and vulnerabilities of young people (while protecting youth\u2019s privacy) and where safe to do so, other social identities. \\n Listening to and taking account of the voices and views of youth in the planning, design, implementation and review of youth-focused DDR processes. \\n Leveraging opportunities for youth to promote peacebuilding and social cohesion through DDR including by building and fortifying stronger connections between youth, irrespective of the armed group or force they may have been traveling or associated with, including those in receiving communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Listening to and taking account of the voices and views of youth in the planning, design, implementation and review of youth-focused DDR processes.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5844, - "Score": 0.204124, - "Index": 5844, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7053, - "Score": 0.204124, - "Index": 7053, - "Paragraph": "During the planning process, a risk mapping exercise and assessment of local capacities (at the national and community level) needs to be conducted as part of a situation analysis and to profile the country\u2019s epidemic. This will include the collection of qualitative and quantitative data, including attitudes of communities towards those being demobilized and presumed or real HIV infection rates among different groups, and an inventory of both actors on the ground and existing facilities and programmes.There may be very little reliable data about HIV infection rates in conflict and post- conflict environments. In many cases, available statistics only relate to the epidemic before the conflict started and may be years out of date. A lack of data, however, should not prevent HIV/AIDS initiatives from being put in place. Data on rates of STIs from health clinics and NGOs are valuable proxy indicators for levels of risk. It is also useful to consider the epi- demic in its regional context by examining prevalence rates in neighbouring countries and the degree of movement between states. In \u2018younger\u2019 epidemics, HIV infections may not yet have translated into AIDS-related deaths, and the epidemic could still be relatively hidden, especially as AIDS deaths may be recorded by the opportunistic infection and not the pres- ence of the virus. Tuberculosis (TB), for example, is both a common opportunistic infection and a common disease in many low-income countries.A situation analysis for action planning for HIV should include the following important components: \\n Baseline data: What is the national HIV/AIDS prevalence (usually based on sentinel surveillance of pregnant women)? What are the rates of STIs? Are there significant differences in different areas of the country? Is it a generalized epidemic or restricted to high-risk groups? What data are available from blood donors (are donors routinely tested)? What are the high-risk groups? What is driving the epidemic (for example: heterosexual sex; men who have sex with men; poor medical procedures and blood transfusions; mother-to-child transmission; intravenous drug use)? What is the regional status of the epidemic, especially in neighbouring countries that may have provided an external base for ex-combatants? \\n Knowledge, attitudes and vulnerability: Qualitative data can be obtained through key in- formant interviews and focus group discussions that include health and community workers, religious leaders, women and youth groups, government officials, UN agency and NGO/CBOs, as well as ex-combatants and those associated with fighting forces and groups. Sometimes data on knowledge, attitudes and practice regarding HIV/ AIDS are contained in demographic and health surveys that are regularly carried out in many countries (although these may have been interrupted because of the conflict). It is important to identify the factors that may increase vulnerability to HIV \u2014 such as levels of rape and gender-based violence and the extent of \u2018survival sex\u2019. In the planning process, the cultural sensitivities of participants and beneficiaries must be considered so that appropriate services can be designed. Within a given country, for example, the acceptability and trends of condom use or attitudes to sexual relations outside of marriage can vary enormously; the country specific context must inform the design of programmes. Understanding local perceptions is also important in order to prevent problems during the reintegration phase, for example in cases where communities may blame ex-com-batants or women associated with fighting forces for the spread of HIV and therefore stigmatize them. \\n Identify existing capacities: The assessment needs to map existing health care facilities in and around communities where reintegration is going to take place. The exercise should ascertain whether the country has a functioning national AIDS control strategy and programme, and the extent that ministries are engaged (this should go beyond just the health ministry and include, for example, ministries of the interior, defence, education, etc.). Are there prevention and awareness programmes in place? Are these directed at specific groups? Does any capacity for counselling and testing exist? Is there a strategy for the roll-out of ARVs? Is there financial support available or pending from the Global Fund for AIDS, Malaria and TB, the US President\u2019s Emergency Plan for AIDS Relief or the World Bank? Do these assistance frameworks include DDR? What other actors (national and international) are present in the country? Are the UN theme group and technical working group in place ( the standard mechanisms to coordinate the HIV initiatives of UN agencies)?Basic requirements for HIV/AIDS programmes in DDR include: \\n collection of baseline HIV/AIDS data; \\n identification and training of HIV focal points within DDR field offices; \\n development of HIV/AIDS awareness material and provision of basic awareness train- ing, with peer education programmes during extended cantonment and the reinsertion and reintegration phases to build capacity; \\n provision of VCT, both specifically within cantonment sites, where relevant, and through support to community services, and the routine offer of (opt-in) testing with counselling as a standard part of medical screening in countries with an HIV prevalence of 5 per- cent or more; \\n provision of condoms, PEP kits, and awareness material; \\n treatment of STIs and opportunistic infections, and referral to existing services for ARV treatment; \\n public information campaigns and sensitization of receiving communities as part of more general preparations for the return of DDR participants.The number of those being processed through a particular site and the amount of time available would determine what can be offered before or during demobilization, what is part of reinsertion packages and what can be offered during reintegration. The IASC guidelines are a useful tool for planning and implementation (see section 4.4 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 8, - "Heading1": "7. Planning factors", - "Heading2": "7.1. Planning assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "Do these assistance frameworks include DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7078, - "Score": 0.204124, - "Index": 7078, - "Paragraph": "The safety and protection of women, girls and boys must be taken into account in the plan- ning for cantonment sites and interim care centres (ICCs), to reduce the possibility of sexual exploitation and abuse (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).Medical screening facilities should ensure privacy during physical check-ups, and shall ensure that universal precautions are respected.An enclosed space is required for testing and counselling. This can be a tent, as long as the privacy of conversations can be maintained. Laboratory facilities are not required on site.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 11, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.1. Planning for cantonment sites", - "Heading3": "", - "Heading4": "", - "Sentence": "Laboratory facilities are not required on site.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7804, - "Score": 0.204124, - "Index": 7804, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Which phases in the DDR process have been planned?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 9115, - "Score": 0.408248, - "Index": 9115, - "Paragraph": "Organized crime often exacerbates and may prolong armed conflict. When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in crime-conflict contexts. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 21, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in crime-conflict contexts.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9089, - "Score": 0.387298, - "Index": 9089, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "As such, it is important for DDR practitioners to ensure the safety of DDR programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9694, - "Score": 0.374634, - "Index": 9694, - "Paragraph": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10116, - "Score": 0.360844, - "Index": 10116, - "Paragraph": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated. Shifting political and security dynamics means that flexibility is an essential design factor. Specific elements of programme design should be integrated within overall strategic objectives that reflect the end state goals that DDR and SSR are seeking to achieve.Detailed field assessments should cover political and security issues as well as identifying key national and international stakeholders in these processes (see Box 6). The programme development and costing phase should result in indicators that reflect the relationship between DDR and SSR. These may include: linking disarmament/demobilization and community security; ensuring integration reflects national security priorities and budgets; or demonstrating that operational DDR activities are combined with support for national management and oversight capacities. Development of the DDR implementation plan should integrate relevant capacities across UN, international community and national stake- holders that support DDR and SSR and reflect the implementation capacity of national authorities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.2. Programme design", - "Heading3": "", - "Heading4": "", - "Sentence": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9465, - "Score": 0.327327, - "Index": 9465, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9928, - "Score": 0.327327, - "Index": 9928, - "Paragraph": "In cases where combatants are declared part of illegal groups, progress in police reform and relevant judicial functions can project deterrence and help ensure compliance with the DDR process. This role must be based on adequate police capacity to play such a supporting role (see Case Study Box 1).The role of the police in supporting DDR activities should be an element of joint plan- ning. In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme. Where there are synergies to be realised, this should be reflected in resource allocation, training and priority setting for police reform activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.2. Illegal armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 10751, - "Score": 0.326599, - "Index": 10751, - "Paragraph": "Even after a ceasefire or peace agreement, DDR is frequently challenged by commanders who refuse for a variety of reasons to disarm and demobilize, and impede their combatants from participating in DDR. In some of these cases, national DDR commissions (or other officials charged with DDR) and prosecutors may collaborate on prosecutorial strategies, for example focused on those most responsible for violations of international human rights and humanitarian law, that may help to remove these spoilers from the situation and allow for the DDR of the combat unit or group. Such an approach requires an accompanying pub- lic information strategy that indicates a clear and transparent criminal policy, indicating what kind of cases will be prosecuted, and avoiding any perception of political influence, arbitrary prosecution, corruption or favoritism. The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.5. Collaborate on strategies to target spoilers", - "Heading4": "", - "Sentence": "The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9582, - "Score": 0.320256, - "Index": 9582, - "Paragraph": "Landmines and explosive remnants of war take a heavy toll on people\u2019s livelihoods, countries\u2019 economic and social development, and peacebuilding efforts. Restoring agricultural lands to a productive state is paramount for supporting livelihoods and improving food security, two of the most important concerns in any conflict-affected setting. Demining fields and potential areas for livestock and agriculture will therefore provide an essential step to restoring safety and access to agricultural lands and to restoring the confidence of local populations in the peace process. To ensure that agricultural land is returned to safety and productivity as quickly as possible, where applicable, DDR programmes should seek specific demining expertise. Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.2 Demining agricultural areas", - "Heading4": "", - "Sentence": "Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10167, - "Score": 0.311286, - "Index": 10167, - "Paragraph": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR). National DDR commissions therefore provide an impoThe ToRs of National DDR commissions may provide an opportunity to link national DDR and SSR capacities. For example, the commission may share information with rele- vant Ministries (beyond the Ministry of Defence) such as Justice and the Interior as well as the legislative and civil society. Depending on the context, national commissions may be- come permanent parts of the national security sector governance architecture. This can help to ensure that capacities developed in support of a DDR programme are retained within the system beyond the lifespan of the DDR process itself.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.5. National commissions", - "Heading4": "", - "Sentence": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10228, - "Score": 0.306186, - "Index": 10228, - "Paragraph": "Improved coordination can support more coherent policy making and programming that takes into account the nexus between DDR and SSR. By contrast, parallel or contradictory approaches risk undermining common objectives to support national DDR and SSR proc- esses. While DDR is characterised by a strong UN role, SSR activities (and funding) are predominantly supported by bilateral donors through specific arrangements with national authorities. In some cases there may be a mixed approach, for example, with bilateral partners supporting army reform, whereas UN Police is advising on rebuilding the police sector. Promoting \u2018joint\u2019 assessments and develop- ing in-country coordination mechanisms can provide a clearer basis for developing co- herent international support in these areas.In practice, limited overlap between ac- tors engaged in DDR and SSR indicates a need to establish more effective coordination mechanisms. The UN may in many cases provide a coordinating role for international support in a given context. Mapping the var- ious actors involved in DDR and SSR and their activities provides a structured basis to identify gaps and build synergies across the international community (see Case Study Box 6 below). Agreeing common understandings of \u2018SSR\u2019, consistent with the UN approach and other relevant policy frameworks is an important starting point for coordination. The creation of a joint steering committee or similar coordination mechanism for DDR/SSR may contribute to enhancing coherence throughout programme implementation. However, sufficient political will to implement \u2018joined up\u2019 approaches remains the key enabling fac- tor for improved coordination.Case Study Box 6 Strengthening SSR coordination in Burundi \\n In Burundi, the large number of international actors engaged in supporting SSR led to coordination challenges. In 2006, the DDR/SSR unit of the United Nations Operation in Burundi (ONUB) recognized the need to improve coordination and identified as a first step the importance of gaining an overview of relevant actors and activities. This was done by mapping current and planned SSR support by international actors in order to minimize overlaps and identify gaps. The mapping was divided by categories of support and included applicable implementation timelines. The DDR/SSR unit regularly distributed results to the wider international community. Several bilateral actors recognized the value of this initiative and highlighted that the DDR/SSR unit had a comparative advantage in fulfilling this role because it had the human resources necessary to undertake such efforts.16 While coordination challenges among such a large number of actors is inevitable, ONUB\u2019s efforts has contributed to a more structured dialogue on these issues within the international community in Burundi.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 24, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.1. Coordination", - "Heading4": "", - "Sentence": "The creation of a joint steering committee or similar coordination mechanism for DDR/SSR may contribute to enhancing coherence throughout programme implementation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10075, - "Score": 0.301511, - "Index": 10075, - "Paragraph": "Needs assessments are undertaken periodically in order to help planners and programmers understand progress and undertake appropriate course corrections. During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR. Promoting joint assessments through includ- ing representatives of other relevant bilateral/multilateral actors should also be encouraged to enhance coherence and reduce duplication. In designing DDR assessments, SSR con- siderations should be reflected in ToRs, the composition of assessment teams and in the knowledge gathered during assessment missions (see Box 5).Box 5 Designing SSR-sensitive assessments \\n Developing the terms of reference \u2013 Terms of reference (ToRs) for DDR assessments should include the need to consider potential synergies between DDR and SSR that can be identified and fed into planning processes. Draft ToRs should be shared between relevant DDR and SSR focal points to ensure that all relevant and cross-cutting issues are considered. The ToRs should also set out the composition of the assessment team. \\n Composing the assessment team \u2013 Assessment teams should be multi-sectoral and include experts or focal points from related fields that are linked to the DDR process. The inclusion of SSR expertise represents an important way of creating an informed view on the relationship between DDR and SSR. In providing inputs to more general assessments, broad expertise on the political and integrated nature of an SSR process may be more important than sector-specific knowledge. Where appropriate, experts from relevant bilateral/multilateral actors should also be included. Including host state nationals or experts from the region within assessment teams will improve contextual understanding and awareness of local sensitivities and demonstrate a commitment to national ownership. Inclusion of team members with appropriate local language skills is essential. \\n Information gathering \u2013 Knowledge should be captured on SSR-relevant issues in a given context. It is important to engage with representatives of local communities including non-state and community-based security providers. This will help clarify community perceptions of security provision and vulnerabilities and identify the potential for tensions when ex-combatants are reintegrated into communities, including how this may be tied to weapons availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9375, - "Score": 0.297044, - "Index": 9375, - "Paragraph": "Once armed conflict is underway, natural resources will often be targeted by armed forces and groups - as well as organized criminal groups - in order to trade them for revenues or for weapons and ammunition. These resources may be used to finance the activities of armed forces and groups, including their ability to compensate recruits, purchase weapons and ammunition, acquire materials necessary for transportation or control of strategic territories, and even their ability to expand territorial control. The exploitation of natural resources in conflict contexts is also closely linked to corruption and weak governance, where government, organized criminal groups, the private sector and armed forces and groups become interdependent through the licit or illicit revenue and trade flows that natural resources provide. In this way, armed groups and organized criminal groups can even capture the role of government and can integrate themselves into political processes by leveraging their influence over trade and access to markets and associated revenues (see IDDRS 6.40 on DDR and Organized Crime).In addition to capturing the market for natural resources, the financing of weapons and ammunition may permit armed forces and groups to coerce or force communities to abandon their lands and territories, depriving them of livelihoods resources such as livestock or crops. Hostile takeovers of land can also target valuable natural resources for the purpose of taxing their local trade routes or gaining access to markets and/or licit or illicit commodity flows associated with those resources.15 This is especially true in contexts of weak governance.Conflict contexts with weak governance are ripe for the proliferation of organized criminal groups and capture of revenues from the exploitation and trade of natural resources. However, this is only possible where there are market actors willing to purchase these resources and to engage in trade with armed forces and groups. This relationship may be further complicated on the ground by the different actors involved in markets and trade, which could include government authorities in customs and border protection, shell companies created to purposely distort the paper trail around this trade and subvert efforts at traceability by markets further downstream (i.e., closer to the end consumer), or direct involvement of other governments surrounding the country experiencing violent conflict to facilitate this trade. In these cases, the private sector at the local and national level, as well as buyers in international markets, may be implicated, whether the resources are legally or illegally traded. The relationship between the private sector and armed forces and groups in conflict is complex and can involve trade, arms and financial flows that may or may not be addressed by sanctions regimes, national and international regulations or other measures.Tracing conflict resources in global supply chains is inherently difficult; these materials may be one of hundreds that are part of a product purchased by an end user and may be traded through dozens of markets and jurisdictions before they end up in a manufacturing process, allowing multiple opportunities for the laundering of resources through fake certificates in the chain of custody.16 Consumer goods companies find the traceability of materials to a point of origin challenging in the best of circumstances; the complexities of a war economy and outbreak of violent conflict makes this even more complicated. However, technologies developed in recent years - including chemical markers, RFID tags and QR codes - are increasingly reliable, and the manufacturers, brands and retailers who sell products that contain conflict resources are increasingly subject to legal regimes that address these issues, depending on where they are domiciled.17 Globally, legal regimes that address conflict resources in global supply chains are still nascent, but awareness of these issues is growing in consumer markets and technological solutions to traceability and company due diligence challenges are emerging at a rapid rate.18There are many groups working to track the trade in conflict resources that DDR practitioners can collaborate with to ensure they are able to identify critical changes and shifts in the activities, tactics and potential resource flows of armed forces and groups. DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 10, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.2 Financing and sustaining conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10070, - "Score": 0.297044, - "Index": 10070, - "Paragraph": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design). This section proposes ways to appropriately integrate SSR concerns into DDR assessments, programme design, monitoring and evaluation (9.1-9.3). To avoid unrealistic and counter-productive approaches, decisions on how to sequence activities should be tailored to context-specific security, political and socio-economic factors. Entry points are therefore identified where DDR/SSR concerns may be usefully considered (9.4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10646, - "Score": 0.297044, - "Index": 10646, - "Paragraph": "Box 5 Action points for mediators, donors, practitioners and national actors \\n\\n Action points for mediators and other participants in peacemaking \\n Include obligations for accountability, truth, reparation and guarantees of non-reoccurrence in peace agreements. \\n Include victims in peace negotiation processes. \\n Reject amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights. \\n\\n Action points for donors \\n Donors for DDR programmes may consider comparative commitments to reparations for victims before or while the DDR process proceeds. \\n\\n Action points for DDR practitioners \\n Integrate human rights and transitional justice components into the training programmes and support materials for UN mediators and DDR practitioners, including of national DDR commissions. \\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme. \\n Ensure that the DDR programme meets national and international obligations concerning account-ability, truth, reparations and guarantees of non-repetition.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10869, - "Score": 0.297044, - "Index": 10869, - "Paragraph": "Questions related to the overall human rights situation \\n What crimes involving violations of international human rights law and international humanitarian law were perpetrated by the different protagonists in the armed conflict? In what different ways were women involved in the conflict? Describe any specific forms of abuse to \\n \\n which women and girls were subjected during the conflict. \\n Describe any use of children by combatant groups. Was this abuse part of an orches- trated strategy, i.e. systematic and perpetrated by state and non-state security forces? If so, what were the institutional processes that facilitated such abuse?Questions related to the peace agreement \\n What were the key components of the final peace agreement? \\n Was amnesty offered as part of the peace process? What type of amnesty? And for what abuses (forced recruitment of children, sexual violence etc)? \\n Were there any transitional justice measures mandated in the peace agreement such as a truth commission, prosecutions process, reparations programme for victims, or insti- tutional reform aimed at preventing future human rights violations? \\n Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? \\n How was information about the peace agreement disseminated to the general popu- lation, in particular to vulnerable and marginalized groups?Questions related to DDR \\n Is there any form of conditionality that links DDR and justice measures, for example, amnesty or the promise of reduced sentences for combatants that enter the DDR program? \\n What are the criteria for admittance into the DDR program? Do the criteria take into consideration the varied roles of women and children associated with armed forces and groups? \\n Will there be any stipulated differences between treatment of men, women or children in the DDR programme? \\n What kind of information will be gathered from combatants during the DDR process? Will the information collected be disaggregated by gender? Will it assess whether ex- combatants committed acts of sexual violence? \\n Will demobilized combatants have the opportunity to be reintegrated into a new army or police force? \\n Is the local community involved in the reintegration programme? \\n Will the reintegration programme consider or aim to provide benefits to the commu- nities where demobilized combatants will return?Questions related to transitional justice \\n What office in the United Nations peacekeeping mission and/or what UN agency is the focal point on transitional justice, human rights, and rule of law issues? \\n What government entity is the focal point on transitional justice, human rights and rule of law issues? \\n Is there a national truth commission? Are there any other truth-seeking initiatives, for example at the local or regional level of the country? \\n Are there any investigations and/or prosecutions of perpetrators of crimes involving violations of international human rights law and international humanitarian law that occurred during the conflict? \\n Does the truth commission or prosecutions process have any specific outreach to, or strategy for dealing with, ex-combatants? \\n Does the truth commission or prosecutions process have a public information or out- reach capacity? What kind of information is being disseminated? How are they reaching out to vulnerable, marginalized groups including ex-combatants in communicating mandate and operations? \\n Are there plans to offer reparations to victims or communities ravaged by the conflict? Who are the targeted beneficiaries of the reparations? How are women survivors of sexual violence considered in reparations programmes, female ex-combatants, WAAFG, children? When will reparations be distributed? How will reparations distributed? Who is funding or could fund the reparation programme? \\n Are reparations tied to any other transitional justice measures such as prosecutions, truth-telling, institutional reform and/or local justice initiatives? \\n Is institutional reform, such as vetting, mandated as part of the peace agreement or post-conflict legal framework? Are security sector institutions targeted for such reform? Are there any accountability mechanisms set up to address the integrity of the security sector personnel? \\n Are there any justice or reconciliation efforts at the local/community level? \\n What is the involvement of women and/or children in locally based justice and rec- onciliation initiatives? \\n What is the criterion for determining who could participate in locally based justice and reconciliation initiatives? \\n Are these locally based justice and reconciliation initiatives linked to any other tran- sitional justice measures such as prosecutions, truth-telling and/or reparations?Questions related to possibilities for coordination \\n Will the planned timetable for the DDR programme overlap with planned transitional justice measures? \\n Are there opportunities to coordinate information strategies around DDR and transi- tional justice measures? \\n Will ex-combatants be screened on human rights criteria as part of the DDR programme? Can the DDR programme integrate human rights education and/or information ses- sions that specifically provide information on transitional justice? \\n Can the DDR programme provide incentives for ex-combatants to participate in pros- ecutions processes or truth-seeking initiatives? \\n Will there be any screening on human rights criteria of those ex-combatants interested in staying in or joining the security forces? \\n How can the DDR programme support or coordinate with other initiatives that address justice for women and justice for children? \\n Can any information gathered during the DDR programme be shared with a truth com- mission or prosecutions process? \\n How do the benefits offered to ex-combatants in the DDR programme compare to any reparations offered to victims of the armed conflict? \\n Can the benefits provided to ex-combatants be considered in light of reparations offered to victims? Is coordination between these two mechanisms possible? \\n Are there opportunities to connect the reintegration programme with locally based justice and reconciliation initiatives? For example, can any benefits provided to the community include support for locally based justice and reconciliation initiatives? \\n Can the reintegration programme include a component that involves ex-combatants in efforts to rebuild communities that have been physically destroyed as a result of the armed conflict? \\n Does the monitoring and assessment of the DDR programme include assessment of the impact of the programme on human rights, justice, and rule of law?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 31, - "Heading1": "Annex B: Critical questions for the field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Does the monitoring and assessment of the DDR programme include assessment of the impact of the programme on human rights, justice, and rule of law?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8944, - "Score": 0.288675, - "Index": 8944, - "Paragraph": "In supporting DDR processes, organizations are governed by their respective constituent instruments; specific mandates; and applicable internal rules, policies and procedures. DDR is also supported within the context of a broader international legal framework, which contains rights and obligations that must be adhered to in the implementation of DDR. As such, the applicable legal frameworks should be considered at every stage of the DDR process, from planning to execution and evaluation, and, in some cases, the legal architecture to counter organized crime may supersede DDR policies and frameworks. Failure to abide by the applicable legal framework may result in consequences for the UN, national institutions, the individual DDR practitioners involved and the success of the DDR process as a whole.Within the context of organized crime and armed conflict, DDR practitioners must consider national as well as international legal frameworks that pertain to organized crime, in both conflict and post-conflict settings, in order to understand how they may apply to combatants and persons associated with armed forces and groups who have engaged in criminal activities. While \u2018organized crime\u2019 itself remains undefined, a number of related international instruments that define concepts and specific manifestations of organized crime form the legal framework upon which interventions and obligations are based (refer to Annex B for a list of key instruments).A country\u2019s international obligations put forth by these instruments are usually translated into domestic legislation. While domestic legal frameworks on organized crime may differ in the treatment of organized crime across States, by ratifying international instruments, States are required to align their national legislation with international standards. Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws. For example, participation in criminal activities by certain former members of armed forces and groups may limit their participation in DDR processes, as outlined in a State\u2019s penal code and criminal procedure codes. Moreover, where crimes (such as forms of human trafficking) committed by ex-combatants and persons formerly associated with armed forces and groups are so egregious as to constitute crimes against humanity, war crimes or gross violations of human rights, their participation in DDR processes must be excluded by international humanitarian law.In cases where armed forces have engaged in criminal activities amounting to the most serious crimes under international law, it is the duty of every State to exercise its criminal jurisdiction over those responsible. DDR practitioners shall not facilitate any violations of international human rights law or international humanitarian law by the host State, including arbitrary deprivation of liberty and unlawful confinement, or surveillance/maintaining watchlists of participants. DDR practitioners should be aware of local and international mechanisms for achieving justice and accountability. Moreover, it is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on DDR and Transitional Justice). Therefore, if there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner shall seek legal advice from the competent legal office and human rights office, and DDR processes may need to be adjusted. For further information, see IDDRS 2.11 on The Legal Framework for UN DDR.DDR processes may also be impacted by Security Council sanctions regimes. Targeted sanctions against individuals, groups and entities have been utilized by the UN to address threats to international peace and security, including the threat of organized crime by armed groups. DDR practitioners should be aware of any relevant sanctions regime, particularly arms embargo measures that may restrict the options available during disarmament or transitional weapons and ammunitions management activities, limit eligibility for participation in DDR processes and restrict the provision of financial support to DDR participants. (For more information, refer to IDDRS 4.10 on Disarmament and IDDRS 4.11 on Transitional Weapons and Ammunition Management.) While each sanctions regime is unique, DDR practitioners shall be aware of those applicable to armed groups and seek legal advice about whether listed individuals or groups can indeed be eligible to participate in DDR processes.For example, the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities, established pursuant to Resolutions 1267 (1999), 1989 (2011) and 2253 (2015), is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. DDR practitioners shall be further aware that donor States may also designate groups as terrorists through \u2018national listings\u2019. DDR practitioners should consult their legal adviser on the implications a terrorist listing may have for the planning or implementation of DDR processes, including whether the group was designated by the UN Security Council, a regional organization, the host State or a State supporting the DDR process, as well as whether the host or a donor State criminalizes the provision of support to terrorists, in line with applicable international counter-terrorism requirements. For an overview of the legal framework related to DDR more generally, see IDDRS 2.11 on The Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 10, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.3 Relevant frameworks and approaches to combat organized crime during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is also supported within the context of a broader international legal framework, which contains rights and obligations that must be adhered to in the implementation of DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10023, - "Score": 0.288675, - "Index": 10023, - "Paragraph": "There is a need to identify and act on information relating to the return and reintegration of ex-combatants. This can support the DDR process by facilitating reinsertion payments for ex-combatants and monitoring areas where employment opportunities exist. From an SSR perspective, better understanding the dynamics of returning ex-combatants can help identify potential security risks and sequence appropriate SSR support.Conflict and security analysis that takes account of returning ex-combatants is a com- mon DDR/SSR requirement. Comprehensive and reliable data collection and analysis may be developed and shared in order to understand shifting security dynamics and agree security needs linked to the return of ex-combatants. This should provide the basis for coordinated planning and implementation of DDR/SSR activities. Where there is mistrust between security forces and ex-combatants, information security should be an important consideration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.2. Tracking the return of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "This should provide the basis for coordinated planning and implementation of DDR/SSR activities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10714, - "Score": 0.288675, - "Index": 10714, - "Paragraph": "Box 7 Action points for DDR and TJ practitioners \\n Consider sharing programme information. \\n Consider developing a common approach to gathering information on children who leave armed forces and groups \\n Consider screening of human rights records of ex-combatants. \\n Collaborate on sequencing DDR and TJ efforts. \\n Coordinate on strategies to target spoilers. \\n Encourage ex-combatants to participate in transitional justice measures. \\n Consider how DDR may connect to and support legitimate locally based justice processes. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces. \\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9723, - "Score": 0.280976, - "Index": 9723, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration). The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes. In contexts of ongoing armed conflict, reintegration support can focus on resiliency and improving opportunities in natural resource management sectors, picking up on many of the CBNRM approaches discussed in previous sections. In particular, engagement with other efforts to improve the transparency in targeted natural resource supply chains is extremely important, as this can be a source of creating sustainable employment opportunities and reduce the risk that key sectors are re- captured by armed forces and groups. Undertaking these efforts together with other measures to help the recovery of conflict-affected communities can also create opportunities for social reconciliation and cohesion.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "9. Reintegration support and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9696, - "Score": 0.280056, - "Index": 9696, - "Paragraph": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). Benefit sharing, whether of minerals, land, timber or water resources, can be a make-or-break aspect of peace negotiations. Thus, in conflicts where armed forces and groups use natural resources as a means of financing conflict or where they act as an underlying grievance for recruitment, DDR should advise mediators that, where possible, natural resources (or a future commitment to address natural resources) should also be included in peace agreements. Addressing these grievances directly in mediation processes is extremely difficult, making it extremely important that sound and viable strategies for subsequent peacebuilding processes that seek to prevent the re-emergence of armed conflict related to natural resources are prioritized. It is important to carefully analyse how the conflict ended, to note if it was a military victory, a peace settlement, or otherwise, as this will have implications for how natural resources (especially land) might be distributed after the conflict ends. It is important to ensure that women\u2019s voices are also included, as they will be essential to the implementation of any peace agreement and especially to the success of DDR at the community level. Research shows that women consistently prioritize natural resources as part of peace agreements and therefore their inputs should specifically be sought on this issue.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8817, - "Score": 0.280056, - "Index": 8817, - "Paragraph": "Organized crime and conflict converge in several ways, notably in terms of the actors and motives involved, modes of operating and economic opportunities. Conflict settings \u2013 marked by weakened social, economic and security institutions; the delegitimization or absence of State authority; shortages of goods and services for local populations; and emerging war economies \u2013 provide opportunities for criminal actors to fill these voids. They also offer an opening for illicit activities, including human, drugs and weapons trafficking, to flourish. At the same time, the profits from criminal activities provide conflict parties and individual combatants with economic and often social and political incentives to carry on fighting. For DDR processes to succeed, DDR practitioners should consider these factors.Dealing with the involvement of ex-combatants and persons associated with armed forces and groups in organized crime not only requires the promotion of alternative livelihoods and reconciliation, but also the strengthening of national and local capacities. When DDR processes promote good governance practices, transparent policies and community engagement to find alternatives to illicit economies, they can simultaneously address conflict drivers and the impacts of conflict on organized crime, while supporting sustainable economic and social opportunities. Building stronger State institutions and civil service systems can contribute to better governance and respect for the rule of law. Civil services can be strengthened not only through training, but also by improving the salaries and living conditions of those working in the system. It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes. It aims to contribute to age- and gender-sensitive DDR processes that are based on a more systematic understanding of organized crime in conflict and post-conflict settings, so as to best support the successful transition from conflict to sustainable peace. Through enhanced cooperation, mapping and dialogue among relevant stakeholders, the linkages between DDR and organized crime interventions can be addressed in a manner that supports DDR in the context of wider recovery, peacebuilding and sustainable development.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10111, - "Score": 0.275241, - "Index": 10111, - "Paragraph": "If SSR issues and perspectives are to be integrated at an early stage, assessments and their outputs must reflect a holistic SSR approach and not just partial elements that may be most applicable in terms of early deployment. Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4). This may be done through joint assessment missions combining DDR and SSR com- ponents, or by drawing on SSR expertise throughout the assessment phase. Up to date conflict and security analysis should address the nexus between DDR and SSR in order to support effective engagement (see Box 6). Participatory assessments and institutional capac- ity assessments may be particularly useful for security-related research (see IDDRS 3.20 on DDR Programme Design, Para. 5.3.6).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.2. Detailed field assessments", - "Heading4": "", - "Sentence": "Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10705, - "Score": 0.273861, - "Index": 10705, - "Paragraph": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.9. Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives", - "Heading4": "", - "Sentence": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9540, - "Score": 0.265684, - "Index": 9540, - "Paragraph": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question. This may be done through the secondment of experts, providing training on natural resources and through consulting local partners and civil society groups with relevant expertise.During the programme development phase, risks and opportunities identified as part of the assessment and risk management process should be factored into the overall strategy for the programme. This can be accomplished by working closely with government institutions and relevant line ministries responsible for agriculture, land distribution, forestry, fisheries, minerals and water, as well as civil society, relevant NGOs and the local and international private sector, where appropriate. DDR practitioners should ensure that all major risks for health, livelihoods and infrastructure, as well as disaster-related vulnerabilities of local communities, are identified and addressed in programme design and implementation, including for specific-needs groups. This is especially important for extractive industries such as mining, as well as forestry21 and agriculture, where government contracts and concessions that are being negotiated will impact local areas and communities, or where the extraction or production of the resources can result in pollution or contamination of basic life resources (such as soils, air and water). Private sector entities are increasingly pressured to conform to due diligence and transparency standards that seek to uphold human rights, labour rights and sustainable development principles and DDR practitioners can leverage this to increase their cooperation. Local traditional knowledge about natural resource management should also be sought and built into the DDR programme as much as possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 26, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9056, - "Score": 0.258199, - "Index": 9056, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9735, - "Score": 0.258199, - "Index": 9735, - "Paragraph": "Armed forces and groups often fuel their activities by assuming control over resource rich territory. When States lose sovereign control over these resources, DDR and SSR processes are impeded. For example, resource revenues can prove relatively more attractive than the benefits offered through DDR and, as a result, individuals and groups may opt not to participate. Similarly, armed groups that are required by peace agreements to integrate into the national army and redeploy to a different geographical area may refuse to do so if it means losing control over resource rich territory. Where members of the security sector have been controlling natural resource extraction and/ or trade areas or networks, this dynamic is likely to continue until the sector becomes formalized and there are appropriate systems of accountability in place to prevent illegal exploitation or trafficking of resources.Peace agreements that do not effectively address the role of natural resources risk leaving warring parties with the economic means to resume fighting as soon as they decide that peace no longer suits them. In contexts where natural resources fuel conflict, integrated DDR and SSR processes should be planned with this in mind. Where appropriate, DDR practitioners should advise mediation teams on the impact of militarized resource exploitation on DDR and SSR and recommend that provisions regarding the governance of natural resources are included in the peace agreement (if one exists). Care must also be taken not to further militarize natural resource extraction areas. The implementation of DDR in this context can be supported by SSR programmes that address the governance of natural resources. Among other elements, these programmes may focus on ensuring the transparent and accountable allocation of natural resource concessions and transparent management of the revenues derived from their exploitation. This will involve supporting assessments of what natural resources the country has and their best possible usage; assisting in the creation of laws and regulations that require transparency and accountability; and building institutional capacity to manage natural resources wisely and enforce the law effectively. For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "10. DDR, SSR and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The implementation of DDR in this context can be supported by SSR programmes that address the governance of natural resources.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9894, - "Score": 0.258199, - "Index": 9894, - "Paragraph": "While a given DDR programme might generate important returns in terms of performance indicators (e.g. numbers of weapons collected and ex-combatants reintegrated) this may not translate into effective outcomes (e.g. improvements in real and perceived individual or community security). Involving communities and local authorities in planning, implement- ing and monitoring interventions can potentially integrate efforts such as the community reintegration of former combatants with the provision of security at the local level in order to ensure that reintegration and SSR are complementary. Supporting the capacity of national armed and other security forces and line ministries can build morale, demonstrating a \u2018duty of care\u2019 through fair treatment.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While a given DDR programme might generate important returns in terms of performance indicators (e.g.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10676, - "Score": 0.255377, - "Index": 10676, - "Paragraph": "Information about transitional justice measures is an important component of DDR assess- ment and design. Transitional justice measures and their potential for contributing to or hindering DDR objectives should be considered in the integrated DDR planning process, particularly in the detailed field assessment. Are transitional justice measures mandated in the peace agreement? Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? A list of critical questions related to the intersection between transitional justice and DDR is available in Annex C. For more infor- mation on conducting a field assessment see Module 3.20 on DDR Programme Design.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.1. Integrate information on transitional justice measures into the field assessment", - "Heading4": "", - "Sentence": "A list of critical questions related to the intersection between transitional justice and DDR is available in Annex C. For more infor- mation on conducting a field assessment see Module 3.20 on DDR Programme Design.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8889, - "Score": 0.25, - "Index": 8889, - "Paragraph": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning. Ultimately, internationally supported DDR processes are finite and constricted by mandates and resources. Therefore, both external and national DDR practitioners shall, to the extent possible, work with (other) national stakeholders to build political will and capacities on organized crime issues. DDR practitioners shall establish relevant and appropriate partnerships to make available technical assistance on organized crime issues through expert consultations, staff training, and resource guides and toolkits.Armed forces may themselves be discharged as part of DDR processes and, at the same time, may have been actively involved in facilitating or gatekeeping illicit activities. To address the challenges posed by the entrenched interests of conflict entrepreneurs, improved law enforcement, border controls, police training and criminal justice reform is required. Where appropriate, DDR practitioners shall seek to partner with entities engaged in this type of broader security sector reform (SSR). For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9137, - "Score": 0.246183, - "Index": 9137, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme. The risk of the re-recruitment of ex-combatants and persons formerly associated with armed forces and groups or their engagement in criminal activity is higher where conflict is ongoing, protracted or financed through organized crime. DDR practitioners should seek to identify positive entry points for supporting reintegration.In contexts of ongoing conflict and organized crime, these entry points may include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models of reintegration support for other areas to follow. Additional entry points may include armed groups whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors.The guidance on supporting reintegration within DDR programmes provided in section 7.3 is also applicable to planning reintegration support in contexts of ongoing conflict. For further information on reintegration more generally, see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.The sub-sections below offer guidance on reintegration support in relation to common forms of organized criminal activity in conflict and post-conflict settings: environmental crime, drug and human trafficking.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9510, - "Score": 0.244949, - "Index": 9510, - "Paragraph": "Women and girls often directly manage communal natural resources for their livelihoods and provide for the food security of their families (e.g., through the direct cultivation of land and the collection of water, fodder, herbs, firewood, etc.). However, they often lack tenure or official rights to the natural resources they rely on, or may have access to communal resources that are not recognized (or upheld if they are recognized) in local or national laws. DDR practitioners should pay special attention to ensuring that women are able to access natural resources especially in situations where this access is restricted due to lack of support from a male relative. In rural areas, this is especially crucial for access to land, which can provide the basis for women\u2019s livelihoods and which often determines their ability to access credit and take-out loans. For example, where DDR processes link to land titling, they should encourage shared titling between male and female heads of households. In addition, DDR practitioners should ensure that employment opportunities and necessary skills training are available for girls and women in natural resource sectors, including non-traditional women\u2019s jobs. Moreover, DDR practitioners should also ensure that women are part of any decision-making processes related to natural resources and that their voices are heard in planning, programmatic decisions and prioritization of policy.In cases where access to natural resources for livelihoods has put women and girls at higher risk of SGBV, special care must be taken to establish safe and secure access to these resources, or a safe and secure alternative. Awareness and training of security forces may be appropriate for this, as well as negotiated safe spaces for women and girls to use to cultivate or gather natural resources that they rely on. DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond. For more guidance, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.2 Women and girls", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9513, - "Score": 0.244949, - "Index": 9513, - "Paragraph": "Many DDR participants and beneficiaries will have experienced the onset of one or more physical, sensory, cognitive or psychosocial disabilities during conflict. DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion. Persons with disabilities have many different needs and face different barriers to participation in DDR and in activities involving the natural resources sector. DDR practitioners should identify these barriers and the possibilities for dismantling them when conducting assessments. DDR practitioners should seek expert advice from, and engage in discussions with, organizations of persons with disabilities, relevant NGOs and government line ministries working to promote the rights of persons with disabilities, as outlined in the United Nations Convention on the Rights of Persons with Disabilities (2006) and Standard Rules on the Equalization of Opportunities for Persons with Disabilities (1993).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 22, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.3 Persons with disabilities", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10398, - "Score": 0.238197, - "Index": 10398, - "Paragraph": "There are good reasons to anticipate a rise in situations where DDR and transitional justice initiatives will be pursued simultaneously. Transitioning states are increasingly using transitional justice measures to address past violations of international human rights law and humanitarian law, and prevent such violations in the future.At present, formal institutional connections between DDR and transitional justice are rarely considered. In some cases, the different timings of DDR and transitional justice processes constrain the forging of more formal institutional interconnections. Disarmament and demobilization components of DDR are frequently initiated during a cease-fire, or immediately after a peace agreement is signed; while transitional justice initiatives often require the forming of a new government and some kind of legislative approval, which may delay implementation by months or, not uncommonly, years. Additionally, DDR processes and transitional justice initiatives have very different constituencies: DDR pro- grammes are directed primarily at ex-combatants while transitional justice initiatives focus more on victims and on society more generally.The lack of coordination between transitional justice and DDR may lead to unbal- anced outcomes and missed opportunities. One outcome, for example, is that victims receive markedly less attention and resources than ex-combatants. The inequity is most stark when comparing benefits for ex-combatants with reparations for victims. In many cases the latter receive nothing whereas ex-combatants usually receive some sort of DDR package. The im- balance between the benefits provided to ex-combatants and the lack of benefits provided to victims has led to criticism by some that DDR rewards violent behaviour. Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building. UN peacekeeping operations have increasingly been entrusted with mandates to promote and protect human rights and accountability, as well as to assist national authori- ties in strengthening the rule of law. For example, the UN Peacekeeping Operation in the Democratic Republic of the Congo was given a specific mandate \u201cto contribute to the dis- armament portion of the national programme of disarmament, demobilization and reinte- gration (DDR) of Congolese combatants and their dependants, in monitoring the process and providing as appropriate security in some sensitive locations;\u201d as well as \u201cto assist in the promotion and protection of human rights, with particular attention to women, children and vulnerable persons, investigate human rights violations to put an end to impunity, and continue to cooperate with efforts to ensure that those responsible for serious violations of human rights and international humanitarian law are brought to justice\u201d.3Importantly DDR and transitional justice also aim to contribute to peacebuilding and reconciliation (see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks). DDR programmes may contribute to peacemaking and stability, creating environments more conducive to establishing transitional justice measures. Comprehensive approaches to transitional justice may address some of the root causes of conflict, provide accountability for past violations of international human rights and humanitarian law, and inform the institutional reform necessary to prevent the reemergence of violence. To that end they are \u201cmutually reinforcing imperatives\u201d.4Reconciliation remains a difficult concept to define or measure. There is no single model for overcoming divisions and building trust within societies recovering from conflict or totalitarian rule. DDR aims to encourage trust and confidence between ex-combatants, society and the State by presenting a transparent process by which former fighters give up their weapons, renounce their affiliations to armed groups, and commit to respecting the basic norms and laws including in the resolution of conflicts and the struggle for political power (see IDDRS 2.10 on the UN Approach to DDR). Transitional justice initiatives aim to build trust between victims, society, and the state through transitional justice measures that provide some acknowledgement from the State that citizen rights have been violated and that they deserve justice, truth and reparation. Increased consultation with victims\u2019 groups, communities receiving demobilized combatants, municipal governments, faith- based organizations and the demobilized combatants and their families, may inform and strengthen the legitimacy of DDR and transitional justice processes and enhance the pros- pects of reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 3, - "Heading1": "4. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9485, - "Score": 0.235702, - "Index": 9485, - "Paragraph": "At a minimum, assessments focused on natural resources and employment and livelihood opportunities should reflect on the demand for natural resources and any derived products in local, regional, national and international markets. They should also examine existing and planned private sector activity in natural resource sectors. Assessments should also consider whether any areas environmentally degraded or damaged as a result of the conflict can be rehabilitated and strengthened through quick-impact projects (see section 7.2.1). DDR practitioners should seek to incorporate information gathered in Strategic Environmental Assessments and Environmental and Social Impact Assessments where appropriate and possible, to avoid unnecessary duplication of efforts. The data collected can also be used to identify potential reconciliation and conflict resolution activities around natural resources. These activities may, for example, be included in the design of reintegration programmes.Box 2. Sample questions for the profiling of male and female members of armed forces and groups: \\n - Motivations for joining armed forces and groups linked to natural resources? \\n - Potential areas of return and likely livelihoods options to identify potential natural resource sectors to support? Seasonality of these occupations and related migration patterns? Are there communal natural resources in question in the area of return? Will DDR participants have access to these? \\n - The use of natural resources by the members of armed forces and groups to identify potential hot spots? \\n - Possibility to employ job/vocational skills in natural resource management? \\n - Economic activities already undertaken prior to joining or while with armed forces and groups in different natural resource sectors? \\n - Interest to undertake economic activities in natural resource sectors?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 19, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.2 Employment and livelihood opportunities", - "Heading4": "", - "Sentence": "Will DDR participants have access to these?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8871, - "Score": 0.235702, - "Index": 8871, - "Paragraph": "DDR practitioners shall be aware that, in contexts of organized crime, not all DDR participants and beneficiaries have the same needs. For example, the majority of victims of human trafficking, sexual abuse and exploitation are women, girls and boys. Moreover, women may be forcibly recruited for labour by armed groups and used as smuggling agents for weapons and ammunition. Whether they become members of armed groups or are abductees, women have specific needs derived from their human trafficking exploitation including debt bondage; physical, psychological and sexual abuse; and restricted movement. DDR practitioners shall therefore pay particular attention to the specific needs of women and men, boys and girls derived from their condition of having been trafficked and implement DDR processes that offer appropriate, age- and gender- specific psychological, economic and social assistance. For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Gender responsive and inclusive ", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10241, - "Score": 0.235702, - "Index": 10241, - "Paragraph": "Recognizing that the success of DDR may be linked to progress in SSR, or vice versa, re- quires sensitivity to the need to invest simultaneously in related programmes. Implementation of DDR and SSR programmes is frequently hampered by the non-availability or slow disburse- ment of funds. Delays in one area due to lack of funding can mean that funds earmarked for other key activities can also be blocked. If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding. Increased use of multi-donor trust funds that address both issues represents one potential means to more effectively integrate DDR and SSR through pooled funding. National ownership is a key consideration: funding support for DDR/SSR should reflect the absorptive capacity of the state, including national resource limitations. In particular, the levels of ex-combatants integrated within the reformed security sector should be sus- tainable through national budgets. Supporting measures to enhance management and oversight of security budgeting provide an important means to support the effective use of limited resources for DDR and SSR. Improved transparency and accountability also contributes to building trust at the national level and between national authorities and international partners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.3 Funding", - "Heading4": "", - "Sentence": "Implementation of DDR and SSR programmes is frequently hampered by the non-availability or slow disburse- ment of funds.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9993, - "Score": 0.223607, - "Index": 9993, - "Paragraph": "The absence of women from the security sector is not just discriminatory but can represent a lost opportunity to benefit from the different skill sets and approaches offered by women as security providers.13 Giving women the means and support to enter the DDR process should be linked to encouraging the full representation of women in the security sector and thus to meeting a key goal of Security Council Resolution 1325 (2000) (see IDDRS 5.10 on Women, Gender and DDR, Para 6.3). If female ex-combatants are not given adequate consideration in DDR processes, it is very unlikely they will be able to enter the security forces through the path of integration.Specific measures shall be undertaken to ensure that women are encouraged to enter the DDR process by taking measures to de-stigmatise female combatants, by making avail- able adequate facilities for women during disarmament and demobilization, and by provid- ing specialised reinsertion kits and appropriate reintegration options to women. Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise. Consideration of the specific challenges female ex-combatants face during reintegration (stigma, non-conventional skill sets, trauma) should also be given when considering their integration into the security sector. Related SSR measures should ensure that reformed security institutions provide fair and equal treatment to female personnel including their special security and protection needs.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 12, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.11. Gender-responsive DDR and SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10368, - "Score": 0.222718, - "Index": 10368, - "Paragraph": "Since the mid-1980s, societies emerging from violent conflict or repressive rule have often chosen to address past violations of international human rights law and international humani- tarian law through transitional justice measures.Transitional justice \u201ccomprises the full range of processes and measures associated with a society\u2019s attempts to come to terms with a legacy of large-scale past abuses, in order to ensure accountability, serve justice and achieve reconciliation.\u201d1 (S/2004/616) It is primarily concerned with gross violations of international human rights law2 and seri- ous violations of international humanitarian law. Transitional justice measures may in- clude judicial and non-judicial responses such as prosecutions, truth commissions, reparations programmes for victims and tools for institutional reform such as vetting. Whatever combination is chosen must be in conformity with international legal standards and obligations. This module will also provide information on locally-based processes of justice, justice for women, and justice for children.Transitional justice measures are increasingly part of the political package that is agreed to by the parties to a conflict in a cease-fire or peace agreement. Subsequently, it is not uncommon for DDR programmes and transitional justice measures to coexist in the post- conflict period. The overlap of transitional justice measures with DDR programmes can create tension. Yet the coexistence of these two types of initiatives in the immediate aftermath of conflict\u2014one focused on accountability, truth and redress and the other on security\u2014 may also contribute to achieving the long-term shared objectives of reconciliation and peace. DDR may contribute to the stability necessary to implement transitional justice ini- tiatives; and the implementation of transitional justice measures for accountability, truth, redress and institutional reform can increase the likelihood that DDR programmes will achieve their aims, by strengthening the legitimacy of the programme from the perspec- tive of the victims of violence and their communities, and contributing in this way to their willingness to accept returning ex-combatants.The relationship between DDR programmes and transitional justice measures can vary widely depending on the country context, the manner in which the conflict was fought and how it ended, and the level of involvement by the international community, among many other factors. In situations where DDR programmes and transitional justice meas- ures coexist in the field, both stand to benefit from a better understanding of their respec- tive mandates and ultimate aims. In all DDR processes there is a need to understand how DDR programmes link in with other aspects of a peace consolidation process, be they political, humanitarian, security or justice related, so as to avoid one process impacting negatively on another. UN-supported DDR aims to be people-centred, flexible, accountable and transparent; nationally owned; integrated; and well planned (see IDDRS 2.10 on the UN Approach to DDR). This module therefore further aims to contribute to an accountable DDR that is based on more systematic and improved coordination between DDR and tran- sitional justice processes so as to best facilitate the successful transition from conflict to sustainable peace.Box 1 Primary approaches to transitional justice \\n Prosecutions \u2013 are the conduct of investigations and judicial proceedings against an alleged perpetrator of a crime in accordance with international standards for the administration of justice. For the purposes of this module, the focus is on the prosecution of individuals accused of criminal conduct involving gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Prosecutions initiatives can vary. They can be broad in scope, aiming to try many perpetrators, or they can be narrowly focused on those that bear the most responsibility for the crimes committed. \\n Reparations \u2013 are a set of measures that provides redress for victims of gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Reparations can take the form of restitution, compensation, rehabilitation, satisfaction, and guarantees of non-repetition. Reparations programs have two goals: first, to provide recognition for victims because reparation are explicitly and primarily carried out on behalf of victims; and, second, to encourage trust among citizens, and between citizens and the state, by demonstrating that past abuses are regarded seriously by the new government. \\n Truth commissions \u2013 are non-judicial or quasi-judicial fact-finding bodies. They have the primary purpose of investigating and reporting on past abuses in an attempt to understand the extent and patterns of past violations, as well as their causes and consequences. The work of a commission is to help a society understand and acknowledge a contested or denied history, and bring the voices and stories of victims to the public at large. It also aims at preventing further abuses. Truth commissions can be official, local or national. They can conduct investigations and hearings, and can identify the individuals and institutions responsible for abuse. Truth commissions can also be empowered to make policy and prosecutorial recommendations. \\n Institutional reform \u2013 is changing public institutions, including those that may have perpetuated a conflict or served a repressive regime, and transforming them into institutions that are more effective and accountable and thus better able to support the transition, sustain peace and preserve the rule of law. Following a period of massive human rights abuse, building fair and efficient public institutions play a critical role in preventing future abuses. It also enables public institutions, in particular in the security and justice sectors, to provide criminal accountability for past abuses.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR may contribute to the stability necessary to implement transitional justice ini- tiatives; and the implementation of transitional justice measures for accountability, truth, redress and institutional reform can increase the likelihood that DDR programmes will achieve their aims, by strengthening the legitimacy of the programme from the perspec- tive of the victims of violence and their communities, and contributing in this way to their willingness to accept returning ex-combatants.The relationship between DDR programmes and transitional justice measures can vary widely depending on the country context, the manner in which the conflict was fought and how it ended, and the level of involvement by the international community, among many other factors.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9309, - "Score": 0.218218, - "Index": 9309, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9532, - "Score": 0.218218, - "Index": 9532, - "Paragraph": "Following the abovementioned assessments, DDR practitioners shall develop an inclusive and gender-responsive risk management approach to implementation. The table below includes a comprehensive set of risk factors related to natural resources to assist DDR practitioners when navigating and mitigating risks.In some cases, there may be systems in place to mitigate against the risk of the exploitation of natural resources by armed forces and groups as well as organized criminal groups. These measures are often implemented by the UN (e.g., sanctions) but will implicate other actors as well, especially when the natural resources in question are traded in global markets and end up in products placed in consumer markets with protections in place against trade in conflict resources. DDR practitioners shall avoid being seen as supporting individuals or armed forces and groups that are targeted by sanctions or other regimes and work closely with national and international authorities.Depending on the context, different types of natural resources will be a risk factors for DDR practitioners. In almost all cases, land will be a risk factor that can drive grievances, while also being essential to kick-starting rural economies and for the agricultural sector. Other natural resources, including agricultural commodities (\u201csoft commodities\u201d) or extractive resources (\u201chard commodities\u201d) will come into play based on the nature of the context. Once identified through assessments, DDR practitioners should further analyse the nature of the risk based on the natural resource sectors present in the particular context, as well as the opportunities to create employment through the sector. For each of the sectors identified in the table below, DDR practitioners should note the particular risk and seek expertise to implement mitigating factors.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.3 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "Following the abovementioned assessments, DDR practitioners shall develop an inclusive and gender-responsive risk management approach to implementation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8852, - "Score": 0.218218, - "Index": 8852, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and organized crime.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8865, - "Score": 0.218218, - "Index": 8865, - "Paragraph": "The majority of girls and boys associated with armed forces and groups may be victims of human trafficking, and DDR practitioners shall treat all children who have been recruited by armed forces and groups, including children who have otherwise been exploited, as victims of crime and of human rights violations. When DDR processes are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. As victims of crime, children\u2019s cases shall be handled by child protection authorities. Children shall be provided with support for their recovery and reintegration into families and communities, and the specific needs arising from their exploitation shall be addressed. For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "4.1.2 Unconditional release and protection of children ", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9283, - "Score": 0.216506, - "Index": 9283, - "Paragraph": "The relationship between natural resources and armed conflict is well known and documented, evidenced by numerous examples from all over the world.1 Natural resources may be implicated all along the peace continuum, from contributing to grievances, to financing armed groups, to supporting livelihoods and recovery via the sound management of natural resources. Furthermore, the economies of countries suffering from armed conflict are often marked by unsustainable or illicit trade in natural resources, thereby tying conflict areas to the rest of the world through global supply chains. For DDR processes to be effective, practitioners should consider both the risks and opportunities that natural resource management may pose to their efforts.As part of the war economy, natural resources may be exploited and traded directly by, or through local communities under the auspices of, armed groups, organized criminal groups or members of the security sector, and eventually be placed on national and international markets through trade with multinational companies. This not only reinforces the actors directly implicated in the conflict, but it also undermines the good governance of natural resources needed to support development and sustainable peace. Once conflict is underway, natural resources may be exploited to finance the acquisition of weapons and ammunition and to reinforce the war economy, linking armed groups and even the security sector to international markets and organized criminal groups.These dynamics are challenging to address through DDR processes, but are necessary to contend with if sustainable peace is to be achieved. When DDR processes promote good governance practices, transparent policies and community engagement around natural resource management, they can also simultaneously address conflict drivers and the impacts of armed conflict on the environment and host communities. Issues of land rights, equal access to natural resources for livelihoods, equitable distribution of their benefits, and sociocultural disparities may all underpin the drivers of conflict that motivate individuals and groups to take up arms. It is critical that DDR practitioners take these linkages into account to avoid exacerbating existing grievances or creating new conflicts, as well as to effectively use natural resource management to contribute to sustainable peace.This module aims to contribute to DDR processes that are grounded in a clear understanding of how natural resource management can contribute to sustainable peace and reduce the likelihood of a resurgence of conflict. It considers how DDR practitioners can integrate youth, women, persons with disabilities and other key specific needs groups when addressing natural resource management in reintegration. It also includes guidance on relevant natural resource management related issues like public health, disaster-risk reduction, resiliency and climate change. With enhanced interagency cooperation, coordination and dialogue among relevant stakeholders working in DDR, natural resource management and governance sectors - especially national actors - these linkages can be addressed in a more conscious and deliberate manner for sustainable peace.Lastly, this module recognizes that the degree to which natural resources are incorporated into DDR processes will vary based on the political economy of a given context, size, resource availability, partners and capacity. While some contexts may have different agencies or stakeholders with expertise in natural resource management to inform context analyses, assessment processes and subsequent programme design and implementation, DDR processes may also need to rely primarily on external experts and partners. However, limited natural resource management capacities within a DDR process should not discourage practitioners from capitalizing on the opportunities or guidance available, or to seek collaboration and possible programme synergies with other partners that can offer natural resource management expertise. For example, in settings where the UN has no mission presence, such capacity and expertise may also be found within the UN country team, civil society, and/or academia.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While some contexts may have different agencies or stakeholders with expertise in natural resource management to inform context analyses, assessment processes and subsequent programme design and implementation, DDR processes may also need to rely primarily on external experts and partners.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9420, - "Score": 0.216506, - "Index": 9420, - "Paragraph": "During the pre-planning and preparatory assistance phase, DDR practitioners should clarify the role natural resources may have played in contributing to the causes of conflict, if any, and determine whether DDR is an appropriate response or whether there are other types of interventions that could be employed. In line with IDDRS 3.11 on Integrated Assessments, DDR practitioners should factor the linkage between natural resources and armed forces and groups, as well as organized criminal groups, into baseline assessments, programme design and exit strategies. This includes identifying the key natural resources involved in addition to key individuals, armed forces and groups, any known organized criminal groups and/or Governments who may have used (or continue to use) these particular resources to finance or sustain conflict or undermine peace. The analysis should also consider gender, disability and other intersectional considerations by examining the sex- and age- disaggregated impacts of natural resource conflicts or grievances on female ex-combatants and women associated with armed forces and groups.The assessments should seek to achieve two main objectives regarding natural resources and will form the basis for risk management. First, they should determine the role that natural resources have played in contributing to the outbreak of conflict (i.e., through grievances or other factors), how they have been used to finance conflict and how natural resources that are essential for livelihoods may have been degraded or damaged due to the conflict, or become a security factor (especially for women and girls, but also boys and men) at a community level. Secondly, they should seek to anticipate any potential conflicts or relapse into conflict that could occur as a result of unresolved or newly aggravated grievances, competition or disputes over natural resources, continued war economy dynamics, and the risk of former combatants joining ranks with criminal networks to continue exploiting natural resources. This requires working closely with national actors through coordinated interagency processes. Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes. These technical experts should also display expertise in recognizing the social, psychological and economic livelihoods issues connected to natural resources to be able to properly inform programme design. The participation of local civil society organizations and groups with knowledge on natural resources will also aid in the formation of a holistic perspective during the assessment phase. In addition, special attention should be given to gathering any relevant information on issues of access to land (both individually owned and communal), water and other natural resources, especially for women and youth.Land governance and tenure issues - including around sub-surface resource rights - are likely to be an issue in almost every context where DDR processes are implemented. DDR practitioners should identify existing efforts and potential partners working on issues of land governance and tenure and use this as a starting point for assessments to identify the risk and opportunities associated with related natural resources. Land governance will underpin all other natural resource sectors and should be a key element of any assessment carried out when planning DDR. While DDR processes cannot directly overcome challenges related to land governance issues, DDR practitioners should be aware of the risk and opportunities that current land governance issues present and do their best to mitigate these through planning and implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 14, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "While DDR processes cannot directly overcome challenges related to land governance issues, DDR practitioners should be aware of the risk and opportunities that current land governance issues present and do their best to mitigate these through planning and implementation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10744, - "Score": 0.213201, - "Index": 10744, - "Paragraph": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts. The possibilities for sequencing are numerous; this section merely provides ideas that can facilitate sequencing discussions between DDR and TJ practitioners. Prosecutors, for instance, may inform DDR administrators of the imminent announce- ment of indictments of certain commanders so that there is time to prepare for the possible negative reactions. Alternatively, in some cases prosecutors may take into account the prog- ress of the disarmament and demobilization operations when timing the announcement of their indictments.United Nations Staff working on DDR programmes should encourage their national interlocutors to coordinate on sequencing with truth commissions. Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not. However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements). Assistance offered to ex- combatants is less likely to foster resentment if reparations for victims are provided at a comparative level and within the same relative time period. If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme. Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming. This has the virtue of providing incen- tives for the coordination of programmes without providing incentives for fusing or merging programmes which may result in a dilution of mandates\u2014and effectiveness. Moreover ex-combatants may play a direct role in some reparations, either by providing direct repara- tion when they have individual responsibility for the violations that occurred, or, when appropriate, by contributing to reparations projects that aim to address community needs, such as working on a memorial or rebuilding a school or home that was destroyed in the armed conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.4. Collaborate on sequencing DDR and TJ efforts", - "Heading4": "", - "Sentence": "If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10543, - "Score": 0.210819, - "Index": 10543, - "Paragraph": "DDR can contribute to ending or limiting violence by disarming large numbers of armed actors, disbanding illegal or dysfunctional military organizations, and reintegrating ex- combatants into civilian or legitimate security-related livelihoods. DDR alone, however, cannot build peace, nor can it prevent armed groups from reverting to conflict. DDR needs to be part of a larger system of peacebuilding interventions, including institutional reformInstitutional reform that transforms public institutions that perpetuated human rights violations is critical to peace and reconciliation. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes, or violations of international human rights and humanitarian law, criminalizes this kind of behavior, demonstrates that no one is above the law, and may act as a deterrent and con- tribute to the prevention of future abuse. Truth commissions and other truth-seeking en- deavors can provide critical analysis about the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical informa- tion about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas. Reparations for victims may contribute to trust-building between victims and government, including public institutions. Vetting processes contribute to dismantling abusive structures by excluding from public service those who have com- mitted gross human rights violations and serious violations of international humanitarian law (See Box 3: Vetting.)As security sector institutions are sometimes implicated in past and ongoing viola- tions of human rights and international humanitarian law, there is a particular interest in reforming security sector institutions. Security Sector Reform (SSR) aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law.\u201d27 SSR efforts may sustain the DDR process in multiple ways, for example by providing employment opportunities. Yet DDR programmes are seldom coordinated to SSR. The lack of coordination can lead to further vio- lations, such as the reappointment of human rights abusers into the legitimate security sector. Such cases undermine public faith in security sector institutions, and may also lead to distrust within the armed forces. (See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.)Box 3 Vetting* One important aspect of institutional reform efforts in countries in transition is vetting processes to exclude from public institutions persons who lack integrity. Vetting may be defined as assessing integrity to determine suitability for public employment. Integrity refers to an employee\u2019s adherence to international standards of human rights and professional conduct, including a person\u2019s financial propriety. Public employees who are personally responsible for gross violations of human rights or serious crimes under international law reveal a basic lack of integrity and breach the trust of the citizens they were meant to serve. The citizens, in particular the victims of abuses, are unlikely to trust and rely on a public institution that retains or hires individuals with serious integrity deficits, which would fundamentally impair the institution\u2019s capacity to deliver its mandate. Vetting processes aim at excluding from public service persons with serious integrity deficits in order to (re-establish) civic trust and (re-) legitimize public institutions. \\n In many DDR programmes, ex-combatants are offered the possibility of reintegration in the national armed forces, other security sector positions such as police or border control. In these situations, coordination between DDR programs and institution reform initiatives such as SSR programmes on vetting strategies can be particularly critical. A coordinated strategy shall aim to ensure that individuals who have committed human rights violations are not employed in the public sector. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 12, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.4. Institutional reform", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8887, - "Score": 0.210819, - "Index": 8887, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019. In the absence of most serious crimes under international law, such as crimes against humanity, war crimes and gross violations of human rights, it falls on the State to implement criminal justice measures to tackle individuals\u2019 engagement in organized criminal activities. However, issues arise when the State itself engages in criminal activities or is a party to the conflict (and therefore cannot perform a neutral role in prosecuting members of adversarial groups). For armed groups, DDR processes and other peacebuilding/peacekeeping measures may be perceived as implementing victors\u2019 justice by focusing on engagement in illicit activities that fuel conflict, rather than seeking to understand why the group was fighting in the first place. DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible. For further information, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "4.5.1 Accountable and transparent", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10613, - "Score": 0.210819, - "Index": 10613, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10632, - "Score": 0.210819, - "Index": 10632, - "Paragraph": "Coordination between transitional justice and DDR programmes begins with an understand- ing of how the two processes may interact positively in the short-term in ways that, at the very least, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim to constructively connect these two processes in ways that contribute to a stable, just and long-term peace. In the UN System, the Office of the High Commissioner for Human Rights (OHCHR) has the lead responsibility for transitional justice issues. UN support to DDR programmes may be led by the Department of Peacekeeping (DPKO) or the United Nations Develop- ment Programme (UNDP). In other cases, such support may be led by the International Organization for Migration (IOM) or a combination of the above UN entities. OHCHR representatives can coordinate directly with DDR practitioners on transitional justice. Human rights officers who work as part of UN peacekeeping missions may also be appropriate focal points or liaisons between a DDR programme and transitional justice initiatives.This section presents options for DDR that stress the international obligations stem- ming from the right to accountability, truth, reparation, and guarantees of non-repetition. These options are meant to make DDR compliant with international standards, being mindful of both equity and security considerations. At the very least, they seek to ensure that DDR observes the \u201cdo no harm\u201d principle, and does not foreclose the possibility of achieving accountability in the future. When possible, the options presented in this section seek to go beyond \u201cdo no harm,\u201d establishing more constructive and positive connections between DDR and transi- tional justice. These options are presented with the understanding that diverse contexts will present different opportunities and challenges for connecting DDR and transitional justice. DDR must be designed and implemented with reference to the country context, including the existing justice provisions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 18, - "Heading1": "8. Prospects for coordination", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "UN support to DDR programmes may be led by the Department of Peacekeeping (DPKO) or the United Nations Develop- ment Programme (UNDP).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9012, - "Score": 0.204124, - "Index": 9012, - "Paragraph": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme. The following list of organized crime\u2013related risks is intended to assist DDR practitioners to assess and manage vulnerabilities in such contexts in order to prevent negative consequences. \\n Programmatic risk: In contexts of ongoing conflict, organized crime activities can be used to further both economic and power-seeking gains. The risk that ex-combatants will be re- recruited or (continue to) engage in criminal activity is higher when conflict is ongoing, protracted or financed through organized crime. In the absence of a formal peace agreement, DDR participants may be more reluctant to give up the perceived opportunities that illicit activities offer, particularly when reintegration opportunities are limited, formal and informal economies overlap, and unresolved grievances persist. \\n \u2018Do no harm\u2019 risk: Because DDR processes not only present the risk of reinforcing illicit activities and flows, but may also be vulnerable to corruption and capture, DDR practitioners shall ensure that processes are implemented in a manner that avoids inadvertently contributing to illicit flows and/or retaliation by armed forces and groups that engage in criminal activities. This includes the careful selection of partnering institutions and groups to implement DDR processes. Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance. Practitioners should consider the distribution of payments through the issuance of pre-paid cards, vouchers or digital transfers where possible, to reduce the risk that participants will be extorted by those engaged in criminal activities, including armed forces and groups. \\n Security risk: The possibility of armed groups directly targeting staff/programmes they may perceive as hostile is high in ongoing conflict contexts, particularly if DDR processes are perceived to be associated with the removal of livelihoods and social status. Conversely, DDR practitioners who are perceived to be supporting individuals (formerly) associated with criminal activities, particularly those who engaged in violence against local populations, can also be at risk of reprisals by certain communities or national actors. It is also important that potential risks to communities and civil society groups that may arise as a consequence of their engagement with DDR processes be properly assessed, managed and mitigated. \\n Reputational risk: DDR practitioners should be aware of the risk of being seen as promoting impunity or being lenient towards individuals who may have engaged in schemes of violent governance against communities. DDR practitioners should also be aware of the risk that they may be seen as being complicit in abusive State policies and/or behaviour, particularly if armed forces are known to engage in organized criminal activities and pervasive corruption. Due diligence and appropriate frameworks, safeguards and mechanisms shall be applied to continuously address these complex issues. \\n Legal risks: DDR practitioners who rely on Government donors may face additional challenges if these Governments insert conditions or clauses into their grant agreements in order to comply with Security Council resolutions. As stated in IDDRS 2.11 on The Legal Framework for UN DDR, DDR practitioners should consult with their legal adviser if applicable host State national legislation criminalizes the provision of support, including to suspected terrorists or armed groups designated as terrorist organizations. For more information on legal issues and risks, see section 5.3 of this module.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 15, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.2 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9033, - "Score": 0.204124, - "Index": 9033, - "Paragraph": "Planning for DDR processes should be undertaken with a diverse range of partners. By coordinating with Government institutions, the criminal justice sector, academia, civil society and the private sector, DDR can provide ex-combatants and persons formerly associated with armed forces and groups with a wide range of viable alternatives to criminal activities and violence.While the nature of partnerships in DDR processes may vary, local actors possess in-depth knowledge of the local context. This knowledge should serve as an entry point for joint approaches, particularly in the mapping of actors and local conditions. DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes. Additionally, cooperation with the criminal justice sector can provide a basis for the sharing of criminal intelligence and expertise to inform DDR processes, as well as capacity- building to assist in the integration of former combatants.DDR practitioners should recognize that not only local authorities, but also civil society actors and the private sector, may be the frontline responders who lay the foundation for peace and development and ensure its long-term sustainability. Innovative financing sources and partnerships should be sought. Local partnerships contribute to the collective ownership of DDR processes. DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups. Armed forces and groups may engage in criminal activities that span borders in terms of perpetrators, victims, violence, supply chains and commodities, including arms and ammunition. When armed conflicts affect more than one country, DDR practitioners should engage regional bodies to address issues related to armed groups operating on foreign territory and to coordinate the repatriation of victims of trafficking. Moreover, even when an armed conflict remains in one country, DDR practitioners should be aware that criminal links may transcend borders and should avoid inadvertently reinforcing illicit cross-border flows. For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.3 Opportunities for joint approaches in combatting organized crime", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9937, - "Score": 0.204124, - "Index": 9937, - "Paragraph": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants. Rebel groups often inflate their numbers before or at the start of a DDR process due to financial incentives as well as to strengthen their negotiating position for terms of entry into the security sector. This practice can result in forced recruitment of individuals, including children, to increase the headcount. Security vacuums may be one further consequence of a disengagement process with the movement of ex-combatants to de- mobilization centres resulting in potential risks to communities. Analysis of context-specific security dynamics linked to the disengagement process should provide a common basis for DDR/SSR decisions. When negotiating with rebel groups, criteria for integration to the security sector should be carefully set and not based simply on the number of people the group can round up (see IDDRS 3.20 on DDR Programme Design, Para 6.5.3.4). The requirement that chil- dren be released prior to negotiations on integration into the armed forces should be stip- ulated and enforced to discourage their forced recruitment (see IDDRS 5.30 on Children and DDR). The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.3. The disengagement process", - "Heading3": "", - "Heading4": "", - "Sentence": "The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10349, - "Score": 0.204124, - "Index": 10349, - "Paragraph": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace. It is intended to provide a legal framework, guiding principles and options for policymakers and programme planners who are contributing to strategies that aim to minimize tensions and build on opportunities between transitional justice and DDR. Coordination between transitional justice and DDR programmes begins with an under- standing of how transitional justice and DDR may interact positively in the short-term in ways that, at a minimum, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim beyond that. Efforts should be undertaken to constructively connect these two processes in ways that contribute to a stable, just and long-term peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10722, - "Score": 0.204124, - "Index": 10722, - "Paragraph": "Both DDR and transitional justice initiatives engage in gathering, sharing, and disseminating information. However, rarely is information shared in a systematic or coherent manner between these two programmes. DDR programmes, which are usually established before transitional justice measures may consider sharing information with the latter. This need not necessarily include sharing information relating to particular individuals for purposes of prosecutions, as this may create difficulties in some contexts (although, as illustrated in section 7.1 above, it frequently does not). Information about the more structural dimen- sion of combating forces, none of which needs to be person-specific, may be very useful for transitional justice measures. Socio-economic and background data gathered from ex- combatants through DDR programmes can also be informative. Similarly, transitional justice initiatives may obtain information that is important to DDR programmes, for example on the location or operations of armed groups.DDR programmes may also accommodate procedures that include gathering infor- mation on ex-combatants accused or suspected of gross violations of international human rights law and serious violations of international humanitarian law. This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data. Truth commissions often try to reliably describe broad patterns of past violence. Insights into the size, location, and territory of armed groups, their com- mand structures, type of arms collected, recruitment processes, and other aspects of their mode of operation could assist in reconstructing an historical \u2018memory\u2019 of past patterns of collective violence.Sharing information with a national reparations programme may also be important. Here, details about benefits offered to ex-combatants through DDR programmes may be useful in efforts to secure equity in the treatment of victims through reparations programmes. If communities received benefits through DDR programmes, this will also be relevant to those who are tasked with the responsibility of designing collective reparations programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.1. Consider sharing DDR information with transitional justice measures", - "Heading4": "", - "Sentence": "This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10776, - "Score": 0.204124, - "Index": 10776, - "Paragraph": "DDR and transitional justice represent two types of initiatives among a range of interven- tions that are (at least partly) aimed at reintegrating children associated with armed groups and forces. Given the status of children as a special category of protected persons under international law, both DDR and transitional justice actors should work together on a strat- egy that considers these children primarily as victims.Joint coordination on the reintegration of children is possible in at least three broad areas. First, DDR and transitional justice measures may coordinate on a strategy to iden- tify and hold accountable those who are recruiting children\u2014in order to make sure that the welfare of children is considered as the highest priority in that process. Second, both kinds of measures may work together on approaches to reintegrating children who may be responsible for violations of international humanitarian law or human rights law. Given the focus on CAAGF as victims, such an approach would preferably focus on non-judicial measures such as truth commissions and locally-based processes of truth and reconcilia- tion, which may better contribute to the reintegration of children than prosecution. At a minimum, a clear DDR and TJ policy should be developed as to the criminal responsibil- ity of children that takes adequate account of their protection and social reintegration. In the DRC, for example, the position shared by child protection agencies was for CAAFG accused of serious crimes to go through the juvenile justice system, applying special pro-cedures and reintegration measures. Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls. Gender inequality and cultural perceptions of women and girls may have particularly negative consequences for the reintegration of girl children associated with armed groups and forces. Targeted efforts by DDR and TJ may be necessary to ensure that girls are protected, but also that girls are given the opportunity to participate and benefit from these programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 27, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.9. Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces (CAAGF)", - "Heading4": "", - "Sentence": "Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9924, - "Score": 0.204124, - "Index": 9924, - "Paragraph": "Reducing the availability of illegal weapons connects DDR and SSR to related security challenges such as wider civilian arms availability. In particular, there is a danger of \u2018leak- age\u2019 during transportation of weapons and ammunition gathered through disarmament processes or as a result of inadequately managed and controlled storage facilities. Failing to recognise these links may represent a missed opportunity to develop the awareness and capacity of the security sector to address security concerns related to the collection and management of weapon stocks (see IDDRS 2.20 on post-conflict stabilization, peace-building and recovery frameworks).Disarmament programmes should be complemented, where appropriate, by training and other activities to enhance law enforcement capacities and national control over weap- ons and ammunition stocks. The collection of arms through the disarmament component of the DDR programme may in certain cases provide an important source of weapons for reformed security forces. In such cases, disarmament may be considered a potential entry point for coordination between DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.1. Disarmament and longer-term SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "The collection of arms through the disarmament component of the DDR programme may in certain cases provide an important source of weapons for reformed security forces.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10002, - "Score": 0.201008, - "Index": 10002, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2535, - "Score": 0.495074, - "Index": 2535, - "Paragraph": "This module outlines a general planning process and framework for providing and struc- turing UN support for national DDR efforts in a peacekeeping environment. This planning process covers the actions carried out by DDR practitioners from the time a conflict or crisis is put on the agenda of the Security Council to the time a peacekeeping mission is formally established by a Security Council resolution, with such a resolution assigning the peace- keeping mission a role in DDR. This module also covers the broader institutional requirements for planning post-mission DDR support. (See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.)The planning process and requirements given in this module are intended to serve as a general guide. A number of factors will affect the various planning processes, including: \\n The pace and duration of a peace process: A drawn-out peace process gives the UN, and the international community generally, more time to consult, plan and develop pro- grammes for later implementation (the Sudanese peace process is a good example); \\n Contextual and local realities: The dynamics and consequences of conflict; the attitudes of the actors and other parties associated with it; and post-conflict social, economic and institutional capacities will affect planning for DDR, and have an impact on the strategic orientation of UN support; \\n National capacities for DDR: The extent of pre-existing national and institutional capacities in the conflict-affected country to plan and implement DDR will considerably affect the nature of UN support and, consequently, planning requirements. Planning for DDR in contexts with weak or non-existent national institutions will differ greatly from planning DDR in contexts with stable and effective national institutions; \\n The role of the UN: How the role of the UN is defined in general terms, and for DDR specifically, will depend on the extent of responsibility and direct involvement assumed by national actors, and the UN\u2019s own capacity to complement and support these efforts. This role definition will directly influence the scope and nature of the UN\u2019s engagement in DDR, and hence requirements for planning; \\n Interaction with other international and regional actors: The presence and need to collaborate with international or regional actors (e.g., the European Union, NATO, the African Union, the Economic Community of West African States) with a current or potential role in the management of the conflict will affect the general planning process.In addition, this module provides guidance on: \\n adapting the DDR planning process to the broader framework of mission and UN country team planning in post-conflict contexts; \\n linking the UN planning process to national DDR planning processes; \\n the chronological stages and sequencing (i.e., the ordering of activities over time) of DDR planning activities; \\n the different aspects and products of the planning process, including its political (peace process and Security Council mandate), programmatic/operational and organizational/ institutional dimensions; \\n the institutional capacities required at both Headquarters and country levels to ensure an efficient and integrated UN planning process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2625, - "Score": 0.47094, - "Index": 2625, - "Paragraph": "The aim of the assessment mission is to develop an in-depth understanding of the key DDR-related areas, in order to ensure efficient, effective and timely planning and resource mobilization for the DDR programme. The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Conduct of the DDR assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2589, - "Score": 0.448879, - "Index": 2589, - "Paragraph": "After establishing a strategic objectives and policy framework for UN support for DDR, the UN should start developing a detailed programmatic and operational framework. Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implemen- tation and management of joint activities among actors in the UN system.In general, the programme design cycle should consist of three main phases: \\n Detailed field assessments: A detailed field assessment builds on the initial technical assess- ment described earlier, and is intended to provide a basis for developing the full DDR programme, as well as the implementation and operational plan. The main issues that should be dealt with in a detailed assessment include: \\n\\n the political, social and economic context and background of the armed conflict; \\n\\n the causes, dynamics and consequences of the armed conflict; \\n\\n the identification of participants, potential partners and others involved; \\n\\n the distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n the institutional capacities of national stakeholders in areas related to DDR; \\n\\n a survey of socio-economic conditions and the capacity of local communities to absorb ex-combatants and their dependants; \\n\\n preconditions and other factors influencing prospects for DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation; \\n Detailed programme development and costing of requirements: A DDR \u2018programme\u2019 is a framework that provides an agreed-upon blueprint (i.e., detailed plan) for how DDR will be put into operation in a given context. It also provides the basis for developing operational or implementation plans that provide time-bound information on how individual DDR tasks and activities will be carried out and who will be responsible for doing this. Designing a comprehensive DDR programme is a time- and labour-intensive process that usually takes place after a peacekeeping mission has been authorized and deployment in the field has started. In most cases, the design of a comprehensive UN programme on DDR should be integrated with the design of the national DDR programme and architecture, and linked to the design of programmes in other related sectors as part of the overall transition and recovery plan; \\n Development of an implementation plan: Once a programme has been developed, planning instruments should be developed that will aid practitioners (UN, non-UN and national government) to implement the activities and strategies that have been planned. Depen- ding on the scale and scope of a DDR programme, an implementation or operations plan usually consists of four main elements: implementation methods; time-frame; a detailed work plan; and management arrangements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.4. Phase IV: Development of a programme and operational framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2333, - "Score": 0.439941, - "Index": 2333, - "Paragraph": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implementation and management of joint activities among actors in the UN system.In general, the programme design cycle consists of three main stages: \\n I: Conducting a detailed field assessment; \\n II: Preparing the programme document and budget; \\n III: Developing an implementation plan.Given that the support provided by the UN for DDR forms one part of a larger multi\u00ad stakeholder process, the development of a UN programme and implementation framework should be carried out with national and other counterparts, and, as far as possible, should be combined with the development of a national DDR programme.There are several frameworks that can be used to coordinate programme develop\u00adment efforts. One of the most appropriate frameworks is the post\u00adconflict needs assess\u00adment (PCNA) process, which attempts to define the overall objectives, strategies and activi\u00adties for a number of different interventions in different sectors, including DDR. The PCNA represents an important mechanism to ensure consistency between UN and national objec\u00adtives and approaches to DDR, and defines the specific role and contributions of the UN, which can then be fed into the programme development process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 3, - "Heading1": "4. The programme design cycle", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implementation and management of joint activities among actors in the UN system.In general, the programme design cycle consists of three main stages: \\n I: Conducting a detailed field assessment; \\n II: Preparing the programme document and budget; \\n III: Developing an implementation plan.Given that the support provided by the UN for DDR forms one part of a larger multi\u00ad stakeholder process, the development of a UN programme and implementation framework should be carried out with national and other counterparts, and, as far as possible, should be combined with the development of a national DDR programme.There are several frameworks that can be used to coordinate programme develop\u00adment efforts.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2674, - "Score": 0.435194, - "Index": 2674, - "Paragraph": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme. In consultation with the parties and other implementing partners on the ground, the assessment mission should develop a detailed picture of: \\n WHO will be disarmed, demobilized and reintegrated; \\n WHAT weapons are to be collected, destroyed and disposed of; \\n WHERE in the country the identified groups are situated, and where those being dis- armed and demobilized will be resettled or repatriated to; \\n WHEN DDR will (or can) take place, and in what sequence for which identified groups, including the priority of action for the different identified groups.It is often difficult to get this information from the former warring parties. Therefore, the UN should find other, independent sources, such as Member States or local or regional agencies, in order to acquire information. Community-based organizations are a particularly useful source of information on armed groups.Potential targets for disarmament include government armed forces, opposition armed groups, civil defence forces, irregular armed groups and armed individuals. These generally include: \\n male and female combatants, and those associated with the fighting groups, such as those performing support roles (voluntarily or because they have been forced to) or who have been abducted; \\n child (boys and girls) soldiers, and those associated with the armed forces and groups; \\n foreign combatants; \\n dependants of combatants.The end product of this part of the assessment of the armed forces and groups should be a detailed listing of the key features of the armed forces/groups.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Defining specific groups for DDR", - "Sentence": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3100, - "Score": 0.405854, - "Index": 3100, - "Paragraph": "A national technical planning and coordination body, responsible for the design and im- plementation of the DDR programme, should be established. The national coordinator/ director of this body oversees the day-to-day management of the DDR programme and ensures regular reporting to the NCDDR. The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.1. National DDR agency", - "Heading4": "", - "Sentence": "The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3156, - "Score": 0.402694, - "Index": 3156, - "Paragraph": "In order to ensure rapid implementation that will protect the credibility of the programme, a Joint Implementation Unit (JIU), headed by a Programme and Policy Adviser, will carry out the planning and implementation of the day-to-day operation and execution of the programme. The JIU will be an interdisciplinary and interdepartmental entity composed of four units dealing with: \\n disarmament and demobilization: staffed with expertise from the UNMIL comprising a disarmament and demobilization expert, demobilization officers and field officers, as well as qualified national staff; \\n rehabilitation and reintegration: staffed with expertise from the UNDP and other relevant agencies consisting of reintegration operation experts and national experts in vocational training and small enterprise development, employment creation and appren- ticeship promotion, agriculture and food production; \\n monitoring and evaluation: staffed by technical assistance from the UNDP including a monitoring and evaluation (M&E) expert, and national staff as systems analyst, pro- grammer and M&E field monitors as well as short-term data entry clerks; and \\n information and sensitization: staffed with expertise from UNMIL and OCHA includ- ing specialists in public information development and dissemination, social adaptation programmes in the area of civic education, psychosocial counselling, community-based reconciliation and peace-building measures.Accountable to the NCDDRR, the JIU will be responsible for ensuring: \\n the planning and implementation of the individual programme components in collabo- ration with other government departments, NGOs and donors; \\n the transparent and accountable administration of the programme (including procure- ment and disbursements); and \\n monitoring and evaluation.The institutional capacity of the JIU will be ensured through rigorous selection of staff, payment consistent with the quality of outputs required, and staff training where appro- priate. Technical assistance will be contracted on the basis of specific terms of reference for providing a management information system (MIS) and financial management as well as the implementation of specific programme components.The various units of the JIU will be assigned with expertise from UN agencies as follows: \\n the UNMIL DDR team will be deployed for the DD Unit in the JIU; \\n programme and policy coordination, MIS and reintegration will be assigned to the team from the UNDP; and \\n UNMIL and OCHA will handle the Information and Sensitization Unit.This arrangement will enhance the capacity of the JIU as well as reducing the overall staffing cost for the programme, while ensuring continuity in programme development in the event of the completion of the mandate of the mission. Each unit will be supported with national staff recruited to understudy the international staff of the JIU.A Programme and Policy Co-ordinator will manage and coordinate an internal manage- ment team comprising the heads of units of the JIU, and will report to the Office of the SRSG or to his or her designate in matters relating to the implementation of the programme.All implementing partners such as bilateral agencies, international and local NGOs will undertake their responsibilities in full compliance with programme guidelines and under the supervision of the JIU in respect of contracts entered into with the JIU of the NCDDRR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 21, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Function", - "Heading4": "", - "Sentence": "In order to ensure rapid implementation that will protect the credibility of the programme, a Joint Implementation Unit (JIU), headed by a Programme and Policy Adviser, will carry out the planning and implementation of the day-to-day operation and execution of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2497, - "Score": 0.387298, - "Index": 2497, - "Paragraph": "Once a programme has been prepared, planning instruments should be developed that will aid practitioners (UN, non\u00adUN and the national government) to implement the planned activities and strategies. An actions or operations plan usually consists of four main elements: \\n Implementation methods: This consists of a narrative description of how each DDR com\u00ad ponent will be made operational within the framework of the programme, focusing on the precise sequencing of activities, operational requirements, logistic requirements, links with other mission components, key risks and factors that will reduce these risks. This section can be used by practitioners to guide implementation and operations and provide an overall framework for the other components of the operational and action plan; \\n Timing: There should be an overview of the time\u00adframe and schedule for implementation of DDR activities for each component of the programme, which provides an overall picture of the phasing and sequencing of programme implementation. This will provide practitioners with a quick overview of the activities, which is important for defining and planning resource requirements and allocations. An example of a time\u00adframe is included in Annex H; \\n Detailed work plan: A detailed work plan should also be included in the operational plan. It should break all programme activities down into their various tasks, and indi\u00ad cate who is responsible for different operational roles. The main categories of such a work plan should include: \\n\\n the activities to be implemented; \\n\\n a detailed description of individual tasks; \\n\\n the required inputs (human, material, financial); \\n\\n the actor \\n\\n responsible for funding each task; \\n\\n the actor responsible for logistic support; \\n\\n the actor responsible for staffing; \\n\\n the actor responsible for coordination/supervision; \\n\\n the actor responsible for implementation; \\n\\n the expected time\u00adframe for implementation of task. \\n The work plan should be considered a dynamic document that should be updated periodically and used to guide DDR planners and practitioners on programme imple\u00ad mentation on a day\u00adto\u00adday basis. A generic work plan is included in Annex I; \\n Management arrangements: This section should detail the institutional arrangements established to provide strategic guidance, coordination and implementation of the programme (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures and IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 22, - "Heading1": "8. Stage III: Developing an implementation plan", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section can be used by practitioners to guide implementation and operations and provide an overall framework for the other components of the operational and action plan; \\n Timing: There should be an overview of the time\u00adframe and schedule for implementation of DDR activities for each component of the programme, which provides an overall picture of the phasing and sequencing of programme implementation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2427, - "Score": 0.387298, - "Index": 2427, - "Paragraph": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up. The overall strategy should usually be developed on the basis of operational objectives and targets broken down by time period or programme phase. This enables practitioners to see in broad terms how DDR will be implemented, plan the allocation of resources and other requirements, and coordinate among themselves.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 15, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.2. Sequencing and phasing of DDR", - "Sentence": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2435, - "Score": 0.387298, - "Index": 2435, - "Paragraph": "The identification of DDR participants affects the size and scope of a DDR programme. DDR participants are usually prioritized according to their political status or by the actual or potential threat to security and stability that they represent. They can include regular armed forces, irregular armed groups, militias and paramilitary groups, self\u00addefence groups, members of private security companies, armed street gangs, vigilance brigades and so forth.Among the beneficiaries are communities, who stand to benefit the most from improved security; local and state governments; and State structures, which gain from an improved capacity to regulate law and order. Clearly defining DDR beneficiaries determines both the operational role and the expected impacts of programme implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.2. DDR participants", - "Sentence": "The identification of DDR participants affects the size and scope of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2701, - "Score": 0.387298, - "Index": 2701, - "Paragraph": "A detailed, realistic and achievable DDR implementation annex in the comprehensive peace agreement. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing technical support to the parties at the peace talks to support the development of: \\n 1. Clear and sound DDR approaches for the different identified groups, with a focus on social and economic reintegration; \\n 2. An equal emphasis on vulnerable identified groups (children, women and disabled people) in or associated with the armed forces and \\n groups; \\n 3. A detailed description of the disposition and deployment of armed forces and groups (local and foreign) to be included in the DDR programme; \\n 4. A realistic time-line for the commencement and duration of the DDR programme; \\n 5. Unified national political, policy and operational mechanisms to support the implementation of the DDR programme; \\n 6. A clear division of labour among parties (government and party x) and other implementing partners (DPKO [civilian, military]; UN agencies, funds and programmes; international financial organizations [World Bank]; and local and international NGOs).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #1", - "Heading4": "", - "Sentence": "Unified national political, policy and operational mechanisms to support the implementation of the DDR programme; \\n 6.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2683, - "Score": 0.379049, - "Index": 2683, - "Paragraph": "The assessment mission should document the relative capacities of the various potential DDR partners (UN family; other international, regional and national actors) in the mission area that can play a role in implementing (or supporting the implementation of) the DDR programme.UN funds, agencies and programmes \\n UN agencies can perform certain functions needed for DDR. The resources available to the UN agencies in the country in question should be assessed and reflected in discussions at Headquarters level amongst the agencies concerned. The United Nations Development Programme may already be running a DDR programme in the mission area. This, along with support from other members of the DDR inter-agency forum, will provide the basis for the integrated DDR unit and the expansion of the DDR operation into the peacekeeping mission, if required.International and regional organizations \\n Other international organizations, such as the World Bank, and other regional actors may be involved in DDR before the arrival of the peacekeeping mission. Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme. The various NGOs contain a wide range of expertise, from child protection and gender issues to small arms, they tend to have a more intimate awareness of local culture and are an integral partner in a DDR programme of a peacekeeping mission. The assessment mission should identify the major NGOs that can work with the UN and the government, and should involve them in the planning process at the earliest opportunity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "DRR planning and implementation partners", - "Sentence": "Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2172, - "Score": 0.374634, - "Index": 2172, - "Paragraph": "The primary purpose of DDR is to build the conditions for sustainable reintegration and reconciliation at the community level. Therefore, both early, adequate and sustainable funding and effective and transparent financial management arrangements are vital to the success of DDR programmes. Funding and financial management must be combined with cost-efficient and effective DDR programme strategies that both increase immediate security and contribute to the longer-term reintegration of ex-combatants. Strategies containing poorly conceived eligibility criteria, a focus on individual combatants, up-front cash incentives, weapons buy-back schemes and hastily planned re- integration programmes must be avoided. They are both a financial drain and will not help to achieve the purpose of DDR.Programme managers should be aware that the reliance on multiple sources and mechanisms for funding DDR in a peacekeeping environment has several implications: \\n First, most programmes experience a gap of about a year from the time funds are pledged at a donors\u2019 conference to the time they are received. Payment may be further delayed if there is a lack of donor confidence in the peace process or in the implemen- tation of the peace agreement; \\n Second, the peacekeeping assessed budget is a predictable and reliable source of funding, but a lack of knowledge about what can or cannot be carried out with this source of funding, lack of clarity about the budgetary process and late submissions have all lim- ited the contributions of the peacekeeping assessed budget to the full DDR programme; \\n Third, the multiple funding sources have, on occasion, resulted in poorly planned and unsynchronized resource mobilization activities and unnecessary duplication of administrative structures. This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2601, - "Score": 0.374634, - "Index": 2601, - "Paragraph": "A DDR strategy and plan should remain flexible so as to be able to deal with changing circumstances and demands at the country level, and should possess a capacity to adapt in order to deal with shortcomings and new opportunities. Continuation planning involves a process of periodic reviews, monitoring and real-time evaluations to measure performance and impact during implementation of the DDR programme, as well as revisions to programmatic and operational plans to make adjustments to the actual implementation process. A DDR programme does not end with the exit of the peacekeeping mission. While security may be restored, the broader task of linking the DDR programme to overall development, i.e., the sustainable reintegration of ex-com- batants and long-term stability, remains. It is therefore essential that the departure of the peacekeeping mission is planned with the UN country team as early as possible to ensure that capacities are sufficiently built up in the country team for it to assume the full financial, logistic and human resources responsibilities for the continuation of the longer-term aspects of the DDR programme. A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 8, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.5. Phase V: Continuation and transition planning", - "Heading3": "", - "Heading4": "", - "Sentence": "A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2626, - "Score": 0.369274, - "Index": 2626, - "Paragraph": "In most post-conflict situations, a peace agreement provides the legal framework for the implementation of a DDR programme. Many of the terms and conditions of the DDR pro- gramme should be specified in the peace agreement: who is to be disarmed; by whom; the time schedule for disarmament; the nature of the programme (disengagement, cantonment, type of reintegration assistance); and institutional arrangements (national and international) to guide and implement the programme.The assessment mission should decide whether the agreed terms and conditions con- tained in the legal framework are sufficient or realistic enough to allow successful imple- mentation of the DDR programme. If an assessment mission is carried out before any legal framework has been established, efforts should be made to ensure that there is clarity and agreement on the key DDR issues. Much of the required information may not be contained within the peace agreement. Therefore, the joint assessment mission is an important tool to gather more information in order to structure a UN approach to support the mission DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Legal framework", - "Heading3": "", - "Heading4": "", - "Sentence": "In most post-conflict situations, a peace agreement provides the legal framework for the implementation of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2644, - "Score": 0.369274, - "Index": 2644, - "Paragraph": "Post-conflict political transition processes generally experience many difficulties. Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme. This assessment may mean that the start of any DDR activities may have to be delayed until issues that may prevent the full commitment of all the parties involved in the DDR programme have been sorted out. For this reason, mechanisms must be established in the peace agreement to mediate the inevitable differences that will arise among the parties, in order to prevent them from under- mining or holding up the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Transition problems and mediation mechanisms", - "Sentence": "Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2318, - "Score": 0.365148, - "Index": 2318, - "Paragraph": "Each programme design cycle, including the disarmament, demobilization and reintegration (DDR) programme design cycle, has three stages: (1) detailed field assessments; (2) detailed programme development and costing of requirements; and (3) development of an implemen\u00ad tation plan. Throughout the programme design cycle, it is of the utmost importance to use a flexible approach. While experiencing each stage of the cycle and moving from one stage to the other, it is important to ensure coordination among all the participants and stakeholders involved, especially national stakeholders. A framework that would probably work for integrated DDR programme design is the post\u00adconflict needs assessment (PCNA), which ensures consistency between United Nations (UN) and national objectives, while consider\u00ad ing differing approaches to DDR.Before the detailed programme design cycle can even begin, a comprehensive field needs assessment should be carried out, focusing on areas such as the country\u2019s social, economic and political context; possible participants, beneficiaries and partners in the DDR programme; the operational environment; and key priority objectives. This assessment helps to establish important aspects such as positive or negative factors that can affect the outcome of the DDR programme, baseline factors for programme design and identification of institutional capacities for carrying out DDR.During the second stage of the cycle, key considerations include identifying DDR participants and beneficiaries, as well as performance indicators, such as reintegration oppor\u00ad tunities, the security situation, size and organization of the armed forces and groups, socio\u00adeconomic baselines, the availability and distribution of weapons, etc. Also, methodolo\u00ad gies for data collection together with analysis of assessment results (quantitative, qualitative, mass surveys, etc.) need to be decided.When developing DDR programme documents, the central content should be informed by strategic objectives and outcomes, key principles of intervention, preconditions and, most importantly, a strategic vision and approach. For example, in determining an overall strategic approach to DDR, the following questions should be asked: (1) How will multiple components of DDR programme design reflect the realities and needs of the situation? (2) How will eligibility criteria for entry in the DDR programme be determined? (3) How will DDR activities be organized into phases and in what order will they take place within the recom\u00ad mended programme time\u00adframe? (4) Which key issues are vital to the implementation of the programme? Defining the overall approach to DDR defines how the DDR programme will, ultimately, be put into operation.When developing the results and budgeting framework, an important consideration should be ensuring that the programme that is designed complies with the peacekeeping results\u00adbased budgeting framework, and establishing a sequence of stages for the implemen\u00ad tation of the programme.The final stage of the DDR programme design cycle should include developing planning instruments to aid practitioners (UN, non\u00adUN and government) to implement the activities and strategies that have been planned. When formulating the sequence of stages for the implementation of the programme, particular attention should be paid to coordinated management arrangements, a detailed work plan, timing and methods of implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "(4) Which key issues are vital to the implementation of the programme?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1983, - "Score": 0.360278, - "Index": 1983, - "Paragraph": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3115, - "Score": 0.360041, - "Index": 3115, - "Paragraph": "Given the size and sensitivities of resource allocation to large DDR operations, an independ- ent financial management, contracts and procurement unit for the national DDR programme should be established. This unit may be housed within the national DDR institution or entrusted to an international partner. A joint national\u2013international management and over- sight system may be established, particularly when donors are contributing significant funds for DDR. This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 11, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.2. Independent financial management unit", - "Heading4": "", - "Sentence": "This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2081, - "Score": 0.355335, - "Index": 2081, - "Paragraph": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget. If results indicate that implementation is \u2018off course\u2019, these results provide DDR management with infor\u00ad mation on what corrective action needs to be taken in order to bring implementation back into conformity with the overall programme implementation strategy and work plan. These results are therefore an important management tool; \\n Revision of programme strategy: Monitoring results can also provide information on the relevance or effectiveness of an existing strategy or course of action to produce specific outcomes or achieve key objectives. In certain cases, such results can demonstrate that a given course of action is not producing the intended outcomes and can provide DDR managers with an opportunity to reformulate or revise specific implementation strategies and approaches, and make the corresponding changes to the programme work plan. Examples include types of reintegration assistance that are not viable or appro\u00ad priate to the local context, and that can be corrected before many other ex\u00adcombatants enter similar schemes; \\n Use of resources: Monitoring results can provide important indications about the effi\u00ad ciency with which resources are used to implement activities and achieve outcomes. Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives. In this regard, accurate and timely monitoring can enable programme managers to develop more cost\u00adeffective or efficient uses and distri\u00ad bution of resources.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "6. Monitoring", - "Heading2": "6.3. Use of monitoring results", - "Heading3": "", - "Heading4": "", - "Sentence": "If results indicate that implementation is \u2018off course\u2019, these results provide DDR management with infor\u00ad mation on what corrective action needs to be taken in order to bring implementation back into conformity with the overall programme implementation strategy and work plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2052, - "Score": 0.34879, - "Index": 2052, - "Paragraph": "Provisions for M&E, and in particular the key elements of a strategy and framework, should be integrated into the programme development and implementation process from the beginning. This should occur in the following ways: \\n Performance indicators relevant for M&E should be identified, together with the devel\u00ad opment of a baseline study and indicators framework for the comprehensive assessment, as well as the results framework for the DDR programme itself (see IDDRS 3.20 on DDR Programme Design for advice on the development of a results framework); \\n Requirements for establishing and implementing an M&E system should be taken into consideration during the identification of programme requirements, including dedicated staff, material and information management systems; \\n Key aspects of the M&E system and activities should be developed and harmonized with the overall programme implementation cycle and included in the corresponding work plans; \\n Programme implementation methods should be designed to permit the analysis and incorporation of M&E results into planning and coordination of activities in order to provide programmes with the capacity to modify the implementation approach based on M&E results and lessons learned.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2. Integrating M&E in programme development and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "This should occur in the following ways: \\n Performance indicators relevant for M&E should be identified, together with the devel\u00ad opment of a baseline study and indicators framework for the comprehensive assessment, as well as the results framework for the DDR programme itself (see IDDRS 3.20 on DDR Programme Design for advice on the development of a results framework); \\n Requirements for establishing and implementing an M&E system should be taken into consideration during the identification of programme requirements, including dedicated staff, material and information management systems; \\n Key aspects of the M&E system and activities should be developed and harmonized with the overall programme implementation cycle and included in the corresponding work plans; \\n Programme implementation methods should be designed to permit the analysis and incorporation of M&E results into planning and coordination of activities in order to provide programmes with the capacity to modify the implementation approach based on M&E results and lessons learned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2844, - "Score": 0.345033, - "Index": 2844, - "Paragraph": "DDR Field Officer (P4\u2013P3)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Field Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 15, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.4: DDR Field Officer (P4\u2013P3)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2412, - "Score": 0.340503, - "Index": 2412, - "Paragraph": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented. This section is essential in order to: \\n explain how the multiple components of DDR will be designed to reflect realities and needs, thus ensuring efficiency, effectiveness and sustainability of the overall approach; \\n explain how the targets for assisting DDR participants and beneficiaries (number of ex\u00adcombatants assisted, etc.) will be met; \\n explain how the various components and activities of DDR will be divided into phases and sequenced (planned over time) within the programme time\u00adframe; \\n identify issues that are critical to the implementation of the overall programme and provide information on how they will be dealt with.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2420, - "Score": 0.340503, - "Index": 2420, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2116, - "Score": 0.333333, - "Index": 2116, - "Paragraph": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes. A more meaningful approach is to identify the various types of impacts or issues to be analysed, and to construct composite (i.e., a group of) indi\u00ad cators as part of an overall methodological approach to evaluating the programme. The following factors usually form the basis from which an evaluation\u2019s focus is defined: \\n Relevance describes the extent to which the objectives of a programme or project remain valid and pertinent (relevant) as originally planned, or as modified owing to changing circumstances within the immediate context and external environment of that pro\u00ad gramme or project. Relevance can also include the suitability of a particular strategy or approach for dealing with a specific problem or issue. A DDR\u00adspecific evaluation could focus on the relevance of cantonment\u00adbased demobilization strategies, for instance, in comparison with other approaches (e.g., decentralized registration of combatants) that perhaps could have more effectively achieved the same objectives; \\n Sustainability involves the success of a strategy in continuing to achieve its initial objec\u00ad tives even after the end of a programme, i.e., whether it has a long\u00adlasting effect. In a DDR programme, this is most important in determining the long\u00adterm viability and effectiveness of reintegration assistance and the extent to which it ensures that ex\u00ad combatants remain in civilian life and do not return to military or violence\u00adbased livelihoods. Indicators in such a methodology include the viability of alternative eco\u00ad nomic livelihoods, behavioural change among ex\u00adcombatants, and so forth; \\n Impact includes the immediate and long\u00adterm consequences of an intervention on the place in which it is implemented, and on the lives of those who are assisted or who benefit from the programme. Evaluating the impact of DDR includes focusing on the immediate social and economic effects of the return of ex\u00adcombatants and their inte\u00ad gration into social and economic life, and the attitudes of communities and the specific direct or indirect effects of these on the lives of individuals; \\n Effectiveness measures the extent to which a programme has been successful in achieving its key objectives. The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs. This is a different way of focusing on the impact of a pro\u00ad gramme, because it places more emphasis on how economically resources were used to achieve specific outcomes. In certain cases, a DDR programme might have been successful in demobilizing and reintegrating a significant number of ex\u00adcombatants, and improving the welfare of host communities, but used up a disproportionately large share of resources that could have been better used to assist other groups that were not covered by the programme. In such a case, a lack of programme efficiency limited the potential scope of its impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 11, - "Heading1": "7. Evaluations", - "Heading2": "7.3. Selection of results and indicators for evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2716, - "Score": 0.333333, - "Index": 2716, - "Paragraph": "A well-resourced, joint strategic and operational plan for the implementation of DDR in country x. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing planning capacities and physical resources to: \\n 1. Establish all-inclusive joint planning mechanisms; \\n 2. Develop a time-phased concept of the DDR operations; \\n 3. Establish division of labour for key DDR tasks; \\n 4. Estimate the broad resource requirements; \\n 5. Start securing voluntary contributions; \\n 6. Start the procurement of DDR items with long lead times; \\n 7. Start the phased recruitment of personnel required from DPKO and other UN agencies; \\n 8. Raise a military component from the armed forces of Member States for DDR activities; \\n 9. Establish an effective public information campaign; \\n 10. Establish programmatic links between the DDR operation and other areas of the mission\u2019s work: security sector reform; recovery and reconstruction; etc.; \\n 11. Support the implementation of the established DDR strategy/plan.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #2", - "Heading4": "", - "Sentence": "Support the implementation of the established DDR strategy/plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2321, - "Score": 0.333333, - "Index": 2321, - "Paragraph": "This module provides guidance on how to develop a DDR programme. It is therefore the fourth stage of the overall DDR planning cycle, following the assessment of DDR require\u00ad ments (which forms the basis for the DDR mandate) and the development of a strategic and policy framework for UN support to DDR (which covers key objectives, activities, basic insti\u00ad tutional/operational requirements, and links with the joint assessment mission (JAM) and other processes; also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).This module does not deal with the actual content of DDR processes (which is covered in IDDRS Levels 4 and 5), but rather describes the methods, procedures and steps neces\u00ad sary for the development of a programme strategy, results framework and operational plan. Assessments are essential to the success or failure of a programme, and not a mere formality.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides guidance on how to develop a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2457, - "Score": 0.327327, - "Index": 2457, - "Paragraph": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component. These may be annexed to the original programme document or developed as separate documents. Each strategy should include the following: \\n the objective of the component; \\n the strategic approach and methods adopted for its implementation; \\n an explanation of how key issues and considerations will be dealt with; \\n an overview of the implementation process and key activities necessary to achieve the objective.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.6. DDR strategies", - "Heading3": "", - "Heading4": "", - "Sentence": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2772, - "Score": 0.327327, - "Index": 2772, - "Paragraph": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit. The staff induction plan specifies the recruitment and deployment priorities for the personnel in the DDR unit, who will be hired at different times during the mission start\u00adup period. The plan will assist the mission support compo\u00ad nent to recruit and deploy the appropriate personnel at the required time. The following template may be used in the development of the staff induction plan:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.4. Staff induction plan", - "Heading3": "", - "Heading4": "", - "Sentence": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2282, - "Score": 0.32686, - "Index": 2282, - "Paragraph": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan. For this reason, DDR planning and programme officers should participate at all levels of the fund management structure, and the same information management systems should be used. Changes to programme strat- egy should be immediately reflected in the way in which the funding structure is organized and approved by the key stakeholders involved. With respect to financial monitoring and reporting, the members of the funding facility secretariat should maintain close links with the monitoring and evaluation staff of the integrated DDR section, and use the same metho- dologies, frameworks and mechanisms as much as possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.7. Coordination of planning, monitoring and reporting", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2409, - "Score": 0.326599, - "Index": 2409, - "Paragraph": "This section defines the issues that must be dealt with or included in the design of the DDR programme in order to ensure its effectiveness and viability. These include preconditions (i.e., those factors that must be dealt with or be in place before DDR implementation starts), as well as foundations (i.e., those aspects or factors that must provide the basis for planning and implementing DDR). In general, preconditions and foundations can be divided into those that are vital for the overall viability of DDR and those that can influence the overall efficiency, effectiveness and relevance of the process (but which are not vital in determining whether DDR is possible or not).Example: Preconditions and foundations for DDR in Liberia \\n A government\u00addriven process of post\u00adconflict reconciliation is developed and imple\u00ad mented in order to shape and define the framework for post\u00adconflict rehabilitation and reintegration measures; \\n A National Transitional Government is established to run the affairs of the country up until 2006, when a democratically elected government will take office; \\n Comprehensive measures to stem and control the influx and possible recycling of weapons by all armed forces and groups and their regional network of contacts are put in place; \\n The process of disbandment of armed groups and restructuring of the Liberian security forces is organized and begun; \\n A comprehensive national recovery programme and a programme for community reconstruction, rehabilitation and reintegration are simultaneously developed and implemented by the government, the United Nations Development Programme (UNDP) and other UN agencies as a strategy of pre\u00adpositioning and providing assistance to all war\u00adaffected communities, refugees and internally displaced persons (IDPs). This programme will provide the essential drive and broader framework for the post\u00adwar recovery effort; \\n Other complementary political provisions in the peace agreement are initiated and implemented in support of the overall peace process; \\n A complementary community arms collection programme, supported with legislative process outlawing the possession of arms in Liberia, would be started and enforced following the completion of formal disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.4. Preconditions and foundations for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "These include preconditions (i.e., those factors that must be dealt with or be in place before DDR implementation starts), as well as foundations (i.e., those aspects or factors that must provide the basis for planning and implementing DDR).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3109, - "Score": 0.326599, - "Index": 3109, - "Paragraph": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR. The organization of a JIU will vary depending on the priorities and implementation methods of particular national DDR programmes. It should be organ- ized by a functional unit that is designed to integrate the sectors and cross-cutting compo- nents of a national DDR programme, which may include: \\n disarmament and demobilization; reintegration; \\n child protection, youth, gender, cross-border, food, health and HIV/AIDS advisers; \\n public information and community sensitization; \\n monitoring and evaluation.Other functional units may be established according to the design and needs of parti- cular DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.1. Joint implementation unit", - "Heading4": "", - "Sentence": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2763, - "Score": 0.323575, - "Index": 2763, - "Paragraph": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme. The list below provides an example of a relatively large mission DDR unit appointment list, which may be adapted to suit mission\u00adspecific needs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.3. Personnel requirements of the DDR unit .", - "Heading3": "", - "Heading4": "", - "Sentence": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2160, - "Score": 0.320256, - "Index": 2160, - "Paragraph": "The aim of this module is to provide DDR practitioners in Headquarters and the field, in peacekeeping missions as well as field-based UN agencies, funds and programmes with a good understanding of: \\n the major DDR activities that need to be considered and their associated cost; \\n the planning and budgetary framework used for DDR programming in a peacekeeping environment; \\n potential sources of funding for DDR programmes, relevant policies guiding their use and the key actors that play an important role in funding DDR programmes; \\n the financial mechanisms and frameworks used for DDR fund and programmes man- agement.Specifically, the module outlines the policies and procedures for the mobilization, man- agement and allocation of funds for DDR programmes, from planning to implementation. It provides substantive information about the budgeting process used in a peacekeeping mission (including the RBB framework) and UN country team. It also discusses the funding mechanisms available to support the launch and implementation of DDR programmes and ensure coordination with other stakeholders involved in the funding of DDR programmes. Finally, it outlines suggestions about how the UN\u2019s financial resources for DDR can be managed as part of the broader framework for DDR, defining national and international responsibilities and roles, and mechanisms for collective decision-making.The module does not deal with the specific policies and procedures of World Bank funding of DDR programmes. It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2617, - "Score": 0.320256, - "Index": 2617, - "Paragraph": "A joint \u2014 as opposed to fully integrated \u2014 approach to DDR operations and implementa- tion should be adopted among all participating UN entities, involving close coordination using a common operational work plan. To maximize coordination, overall authority for coordination and supervision of implementation should be delegated to those UN staff integrated into the DDR programme management structure, while the programme should be implemented by the appropriate agency staff.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 11, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.5. Joint operations and implementation", - "Heading4": "", - "Sentence": "To maximize coordination, overall authority for coordination and supervision of implementation should be delegated to those UN staff integrated into the DDR programme management structure, while the programme should be implemented by the appropriate agency staff.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2036, - "Score": 0.317038, - "Index": 2036, - "Paragraph": "When developing an M&E strategy as part of the overall process of programme development, several important principles are relevant for DDR: \\n Planners shall ensure that baseline data (data that describes the problem or situation before the intervention and which can be used to later provide a point of comparison) and relevant performance indicators are built into the programme development process itself. Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2652, - "Score": 0.316228, - "Index": 2652, - "Paragraph": "A good understanding of the overall security situation in the country where DDR will take place is essential. Conditions and commitment often vary greatly between the capital and the regions, as well as among regions. This will influence the approach to DDR. The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme. A situation where combatants can be disarmed and demobilized, but their safety when they return to their areas of reintegration cannot be guaranteed will also be problematic.The capacity of local authorities to provide security for commanders and disarmed com- batants to carry out voluntary or coercive disarmament must be carefully assessed. A lack of national capacity in these two areas will seriously affect the resources needed by the peacekeeping force. UN military, civilian police and support capacities may be required to perform this function in the early phase of the peacekeeping mission, while simultaneously developing national capacities to eventually take over from the peacekeeping mission. If this security function is provided by a non-UN multinational force (e.g., an African Union or NATO force), the structure and processes for joint planning and operations must be assessed to ensure that such a force and the peacekeeping mission cooperate and coordinate effec- tively to implement (or support the implementation of) a coherent DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "The security situation", - "Sentence": "The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2431, - "Score": 0.31427, - "Index": 2431, - "Paragraph": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place). These figures determine the complexity, size and resource requirements for the programme, and must be estimated at the programme design stage.The extent to which a DDR programme directly includes activities that formally belong to other sectors determines its scope or extent (i.e., exactly how much it is going to try and achieve). In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration. Today, most DDR programmes include or take account of activities relating to SSR (such as weapons control and regulation), peace\u00adbuilding and reconciliation, and community recovery and reconstruction (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.1. Scale and scope", - "Sentence": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2585, - "Score": 0.308607, - "Index": 2585, - "Paragraph": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development. DDR practitioners shall be required to identify four key elements to create this framework: \\n the overall strategic objectives of UN engagement in DDR in relation to national pri- orities (see Annex C for an example of how DDR aims may be developed); \\n the key DDR tasks of the UN (see Annex C for related DDR tasks that originate from the strategic objectives); \\n an initial organizational and institutional framework (see IDDRS 3.42 on Personnel and Staffing for the establishment of the integrated DDR unit and IDDRS 3.30 on National Institutions for DDR); \\n the identification of other national and international stakeholders on DDR and the areas of engagement of each.The policy and strategy framework for UN support for DDR should ideally be developed after the establishment of the mission, and at the same time as its actual deployment. Several key issues should be kept in mind in developing such a framework: \\n To ensure that this framework adequately reflects country realities and needs with respect to DDR, its development should be a joint effort of mission planners (whether Headquarters- or country-based), DDR staff already deployed and the UN country team; \\n Development of the framework should also involve consultations with relevant national counterparts, to ensure that UN engagement is consistent with national planning and frameworks; \\n The framework should be harmonized \u2014 and integrated \u2014 with other UN and national planning frameworks, notably Department of Peacekeeping Operations (DPKO) results-based budgeting frameworks, UN work plans and transitional appeals, and post-conflict needs assessment processes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.3. Phase III: Development of a strategic and policy framework (strategic planning)", - "Heading3": "", - "Heading4": "", - "Sentence": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2740, - "Score": 0.308607, - "Index": 2740, - "Paragraph": "The integrated DDR unit, in general terms, should fulfil the following functions: \\n Political and programme management: The chief and deputy chief of the integrated DDR unit are responsible for the overall political and programme management. Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme. Seconded personnel from UN agencies, funds and programmes will work in this section to contribute to the joint planning and coordination of the DDR programme. Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme. This includes short\u00adterm disarmament activities, such as weapons collection and registration, but also longer\u00adterm disarmament activities that support the establishment of a legal regime for the control of small arms and light weapons, and other community weapons collection initiatives. Where mandated, this component will coordinate with the military to assist in the destruction of weapons, ammunition and unexploded ordnance; \\n Reintegration: This component plans the economic and social reintegration strategies. It also plans the reinsertion programme to ensure consistency and coherence with the overall reintegration strategy. It needs to work closely with other parts of the mission facilitating the return and reintegration of internally displaced persons (IDPs) and refugees; \\n Monitoring and evaluation: This component is responsible for setting up and monitoring indicators to measure the achievements in all phases of the DDR programme. It also conducts DDR\u00adrelated surveys such as small arms baseline surveys, profiling of parti\u00ad cipants and beneficiaries, mapping of economic opportunities, etc.; \\n Public information and sensitization: This component works to develop the public informa\u00ad tion and sensitization strategy for the DDR programme. It draws on the direct support of the public information unit in the peacekeeping mission, but also employs other information dissemination personnel within the mission, such as the military, police and civil affairs officers, as well as local mechanisms such as theatre groups, adminis\u00ad trative structures, etc.; \\n Administrative and financial management: This is a small component of the unit, which may be seconded from an integrating UN entity to support the programme delivery aspect of the DDR unit. Its role is to utilize the administrative and financial capacities of the UN country office; \\n Regional DDR offices: These are the regional implementing components of the DDR unit, which would implement programmes at the local level in close cooperation with the other regionalized components of civil affairs, military, police, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.1. Components of the integrated DDR unit", - "Heading3": "", - "Heading4": "", - "Sentence": "Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2300, - "Score": 0.307167, - "Index": 2300, - "Paragraph": "DDR objective statement. The DDR objective statement draws its legal foundation from Security Council mission mandates. It is important to note that the DDR objective will not be fully achieved in the lifetime of the peacekeeping mission, although certain specific activities such as the (limited) physical disarmament of combatants may be completed. Other important aspects of DDR such as reintegration, establishment of the legal framework, and the technical and logistic capacity to destroy or make safe small arms and light weapons all extend beyond the duration of a peacekeeping mission. In this regard, the objective statement must reflect the contribution of the peacekeeping mission to the \u2018progress towards\u2019 the DDR objective. \\n SAMPLE DDR OBJECTIVE STATEMENT \\n \u2018Progress towards the disarmament, demobilization and reintegration of members of armed forces and groups, including meeting the specific needs of women and children associated with such groups, as well as weapons control and destruction\u2019Indicators of achievement. The targeted achievement should include the following dimensions: (1) include no more than five clear and measurable indicators; (2) in the first year of a DDR programme, the most important indicators of achievement should relate to the political will of the government to develop and implement the DDR programme; and (3) include baseline information from which increases/decreases are measured.SAMPLE SET OF DDR INDICATORS OF ACHIEVEMENT \\n \u2018Transitional Government of National Unity adopts legislation establishing national and subnational DDR institutions, and related weapons control law\u2019 \\n \u2018Establishment of national and sub-national DDR authorities\u2019 \\n \u2018Development of a national DDR programme\u2019 \\n \u201834,000 members of armed forces and groups participate in disarmament, demobilization and community-based reintegration programmes, including 14,000 children released to return to their families\u2019 \\n \u2018Destroyed 4,000 of an estimated 20,000 weapons established in a small arms baseline survey conducted in January 2005\u2019Outputs. When developing the DDR outputs for an RBB framework, programme managers should bear in mind the following considerations: (1) specific references to the time-frame for implementation should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) the beneficiaries or recipients of the mission\u2019s efforts should be included in the output description; and (4) the verb should precede the output definition (e.g., Destroyed 9,000 weapons; Chaired 10 community sensitization meetings).SAMPLE SET OF DDR OUTPUTS \\n \u2018Provided technical support (advice and programme development support) to the National DDR Coordination Council (NDDRCC), regional DDR commissions and their field structures, in collaboration with international financial institutions, international development organizations, non-governmental organizations and donors, in the development and implementation of a national DDR programme for all armed forces and groups\u2019 \\n \u2018Provided technical support (advice and programme development support) to assist the government in strengthening its capacity (legal, institutional, technical and physical) in the areas of weapons collection, control, management and destruction\u2019 \\n \u2018Conducted 10 training courses on DDR and weapons control for the military and civilian authorities in the first 6 months of the mission mandate\u2019 \\n \u2018Supported the DDR institutions to collect, store, control and destroy (where applicable and necessary) weapons, as part of the DDR programme\u2019 \\n \u2018Conducted with the DDR institutions and in partnership with international research institutions, small arms survey, economic and market surveys, verification of the size of the DDR caseload and eligibility criteria to support the planning of a comprehensive DDR programme in x\u2019 \\n \u2018Developed options (eligibility criteria, encampment options and integration in civil administration) for force reduction process for the government of national unity\u2019 \\n \u2018Disarmed and demobilized 15,000 allied militia forces, including provided related services such as feeding, clothing, civic education, medical profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Disarmed and demobilized 5,000 members of special groups (women, disabled and veterans), including provided related services such as feeding, clothing, civic education, medical, profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Negotiated and secured the release of 14,000 (UNICEF estimate) children associated with the armed forces and groups, and facilitated their return to their families within 12 months of the mission\u2019s mandate\u2019 \\n \u2018Developed, coordinated and implemented reinsertion support at the community level for 34,000 armed individuals, as well as individuals associated with the armed forces and groups (women and children), in collaboration with the national DDR institutions, and other UN funds, programmes and agencies. Community-based DDR projects include: transitional support programmes; labour-intensive public works; microenterprise support; training; and short-term education support\u2019 \\n \u2018Developed, coordinated and implemented community-based weapons for quick-impact projects programmes in 40 communities in x\u2019 \\n \u2018Developed and implemented a DDR and small arms sensitization and community mobilization programme in 6 counties of x, inter alia, to develop consensus and support for the national DDR programme at national, regional and local levels, and in particular to encourage the participation of women in the DDR programme\u2019 \\n \u2018Organized 10 regional workshops on DDR with x\u2019s military and civilian authorities\u2019External factors. When developing the external factors of the DDR RBB framework, pro- gramme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that have been included in the indicators of achievement.SAMPLE SET OF EXTERNAL FACTORS \\n \u2018Political commitment on the part of the parties to the peace agreement to implement the programme\u2019 [rather than \u2018Transitional Government of National Unity adopts legislation establishing national and sub-national DDR institutions, and related weapons control laws\u2019 \u2014 which was stated as an indicator of achievement above] \\n \u2018Commitment of non-signatories to the peace process to support the DDR programme\u2019 \\n \u2018Timely and adequate funding support from voluntary sources\u2019", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 31, - "Heading1": "Annex D.1: Developing an RBB framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When developing the DDR outputs for an RBB framework, programme managers should bear in mind the following considerations: (1) specific references to the time-frame for implementation should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) the beneficiaries or recipients of the mission\u2019s efforts should be included in the output description; and (4) the verb should precede the output definition (e.g., Destroyed 9,000 weapons; Chaired 10 community sensitization meetings).SAMPLE SET OF DDR OUTPUTS \\n \u2018Provided technical support (advice and programme development support) to the National DDR Coordination Council (NDDRCC), regional DDR commissions and their field structures, in collaboration with international financial institutions, international development organizations, non-governmental organizations and donors, in the development and implementation of a national DDR programme for all armed forces and groups\u2019 \\n \u2018Provided technical support (advice and programme development support) to assist the government in strengthening its capacity (legal, institutional, technical and physical) in the areas of weapons collection, control, management and destruction\u2019 \\n \u2018Conducted 10 training courses on DDR and weapons control for the military and civilian authorities in the first 6 months of the mission mandate\u2019 \\n \u2018Supported the DDR institutions to collect, store, control and destroy (where applicable and necessary) weapons, as part of the DDR programme\u2019 \\n \u2018Conducted with the DDR institutions and in partnership with international research institutions, small arms survey, economic and market surveys, verification of the size of the DDR caseload and eligibility criteria to support the planning of a comprehensive DDR programme in x\u2019 \\n \u2018Developed options (eligibility criteria, encampment options and integration in civil administration) for force reduction process for the government of national unity\u2019 \\n \u2018Disarmed and demobilized 15,000 allied militia forces, including provided related services such as feeding, clothing, civic education, medical profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Disarmed and demobilized 5,000 members of special groups (women, disabled and veterans), including provided related services such as feeding, clothing, civic education, medical, profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Negotiated and secured the release of 14,000 (UNICEF estimate) children associated with the armed forces and groups, and facilitated their return to their families within 12 months of the mission\u2019s mandate\u2019 \\n \u2018Developed, coordinated and implemented reinsertion support at the community level for 34,000 armed individuals, as well as individuals associated with the armed forces and groups (women and children), in collaboration with the national DDR institutions, and other UN funds, programmes and agencies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2862, - "Score": 0.304555, - "Index": 2862, - "Paragraph": "DDR Field Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within the limits of delegated authority and under the supervision of the Regional DDR Officer, the DDR Field Officer (UNV) is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 16, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.5: DDR Field Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2468, - "Score": 0.300965, - "Index": 2468, - "Paragraph": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.), the main or longer\u00ad term strategic objectives should be clearly defined, together with the outcomes the UN is supporting. These provide a strategic framework for organizing and anchoring relevant activities and outputs; \\n Baseline data: For each specific objective, the initial starting point should be briefly described. In the absence of hard quantitative baseline data, give a qualitative descrip\u00ad tion of the current situation. Defining the baseline is a critical part of monitoring and evaluating the performance and impact of programmes; \\n Indicative activities: For each objective, a list of indicative activities should be provided in order to give a sense of the range and kind of activities that need to be implemented so as to achieve the expected outputs and objectives. For the general results frame\u00ad work, these do not need to be complete or highly detailed, but they must be sufficient to provide a sense of the underlying strategy, scope and range of actions that will be implemented; \\n Intervals: Activities and priority outputs should be have precise time\u00adlines (preferably specific dates). For each of these dates, indicate the expected level of result that should be achieved. This should allow an overview of how each relevant component of the programme is expected to progress over time and what has to be achieved by what date; \\n Targets and monitoring indicators: For each activity there should be an observable target, objectively verifiable and useful as a monitoring indicator. These indicators will vary depending on the activity, and they do not always have to be quantitative. For example, \u2018reduction in perceptions of violence\u2019 is as useful as \u201815 percent of ex\u00adcombatants success\u00ad fully reintegrated\u2019; \\n Inputs: For each activity or output there should be an indication of inputs and their costs. General cost categories should be used to identify the essential requirements, which can include staff, infrastructure, equipment, operating expenses, service contracts, grants, consultancies, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.1. General results framework", - "Heading3": "", - "Heading4": "", - "Sentence": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1982, - "Score": 0.298142, - "Index": 1982, - "Paragraph": "The effectiveness and responsiveness of a DDR programme relies on the administrative, logistic and financial support it gets from the peacekeeping mission, United Nations (UN) agencies, funds and programmes. DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2338, - "Score": 0.298142, - "Index": 2338, - "Paragraph": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing. The scope and depth of this detailed field assessment will depend on the amount of information gathered in previous assessments, such as the technical assessment mission. The current political and military situation in the country concerned and the amount of access possible to areas where combatants are located should also be carefully considered; \\n Thematic areas of focus: The detailed field assessment should deepen understanding, analysis and assessments conducted in the pre\u00admission period. It therefore builds on information gathered on the following thematic areas: \\n\\n political, social and economic context and background; \\n\\n causes, dynamics and consequences of the armed conflict; \\n\\n identification of specific groups, potential partners and others involved in the discussion process; \\n\\n distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n institutional capacities of national stakeholders in areas related to DDR; \\n\\n survey of socio\u00adeconomic conditions and local capacities to absorb ex\u00adcombatants and their dependants; \\n\\n preconditions and other factors that will influence DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation. \\n\\n (Also see Annex B of IDDRS 3.10 on Integrated DDR Planning: Processes and Structures.); \\n Expertise: The next step is to identify the DDR expertise required. Assessment teams should be composed of specialists in all aspects of DDR (see IDDRS Level 5 for more information on the different needs that have to be met during a DDR mission). To ensure coherence with the political process and overall objectives of the peacekeeping mandate, the assessment should be led by a member of the UN DDR unit; \\n Local participation: Where the political situation allows, national and local participation in the assessment should be emphasized to ensure that local analyses of the situation, the needs and appropriate solutions are reflected and included in the DDR pro\u00ad gramme. There is a need, however, to be aware of local bias, especially in the tense immediate post\u00adconflict environment; \\n Building confidence and managing expectations: Where possible, detailed field assessments should be linked with preparatory assistance projects and initiatives (e.g., community development programmes and quick\u00adimpact projects) to build confidence in and support for the DDR programme. Care must be taken, however, not to raise unrealistic expec\u00ad tations of the DDR programme; \\n Design of the field assessment: Before starting the assessment, DDR practitioners should: \\n\\n identify the research objectives and indicators (what are we assessing?); \\n\\n identify the sources and methods for data collection (where are we going to obtain our information?); \\n\\n develop appropriate analytical tools and techniques (how are we going to make sense of our data?); \\n\\n develop a method for interpreting the findings in a practical way (how are we going to apply the results?); \\n Being flexible: Thinking about and answering these questions are essential to developing a well\u00addesigned approach and work plan that allows for a systematic and well\u00adstructured data collection process. Naturally, the approach will change once data collection begins in the field, but this should not in any way reduce its importance as an initial guiding blueprint.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 4, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.2. Planning for an assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2039, - "Score": 0.297746, - "Index": 2039, - "Paragraph": "M&E is far more than periodic assessments of performance. Particularly with complex processes like DDR, with its diversity of activities and multitude of partners, M&E plays an important role in ensuring constant qual\u00adity control of activities and processes, and it also provides a mechanism for periodic evaluations of performance in order to adapt strategies and deal with the problems and bottlenecks that inevitably arise. Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process. Although strategies will differ a great deal in different contexts, key guiding questions that should be asked when designing an effec\u00ad tive framework for M&E include: \\n What objectives should an M&E strategy and framework measure? \\n What elements should go into a work plan for reporting, monitoring and evaluating performance and results? \\n What key indicators are important in such a framework? \\n What information management systems are necessary to ensure timely capture of appro\u00ad priate data and information? \\n How can the results of M&E be integrated into programme implementation and used to control quality and adapt processes?The following section discusses these and other key elements involved in the develop\u00ad ment of an M&E work plan and strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2034, - "Score": 0.297044, - "Index": 2034, - "Paragraph": "Traditionally, M&E in DDR programmes has focused on assessing inputs and implemen\u00ad tation processes. Today, the focus is on assessing how various factors contribute to or detract from the achievement of the proposed outcomes and programme objectives, and measur\u00ad ing the effectiveness of outputs, partnerships, policy advice and dialogue, advocacy, and brokering/coordination. The main objectives of results\u00adoriented M&E are to: \\n increase organizational and development learning; \\n ensure informed decision\u00admaking; \\n support genuine accountability and ensure quality control; \\n contribute to the further development of best practice and policy; \\n build country capacities, especially in M&E.In order to enable programme managers to improve strategies, programmes and other activities, M&E aims to generate information in several key areas to allow the measure\u00ad ment of: \\n programme performance, which indicates whether programme implementation is pro\u00ad ceeding in accordance with the programme plan and budget; \\n programme effectiveness, which answers such questions as whether and to what extent the programme has achieved its objectives, and on what external conditions it depends; \\n programme efficiency, which determines whether programme outputs and outcomes were produced in the most economical way, i.e., by maximizing outputs and/or mini\u00ad mizing inputs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The main objectives of results\u00adoriented M&E are to: \\n increase organizational and development learning; \\n ensure informed decision\u00admaking; \\n support genuine accountability and ensure quality control; \\n contribute to the further development of best practice and policy; \\n build country capacities, especially in M&E.In order to enable programme managers to improve strategies, programmes and other activities, M&E aims to generate information in several key areas to allow the measure\u00ad ment of: \\n programme performance, which indicates whether programme implementation is pro\u00ad ceeding in accordance with the programme plan and budget; \\n programme effectiveness, which answers such questions as whether and to what extent the programme has achieved its objectives, and on what external conditions it depends; \\n programme efficiency, which determines whether programme outputs and outcomes were produced in the most economical way, i.e., by maximizing outputs and/or mini\u00ad mizing inputs.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2466, - "Score": 0.294884, - "Index": 2466, - "Paragraph": "A key part of programme design is the development of a logical framework that clearly defines the hierarchy of outputs, activities and inputs necessary to achieve the objectives and outcomes that are being aimed at. In line with the shift towards results\u00adbased pro\u00ad gramming, such logical frameworks should focus on determining how to achieve the planned outcomes within the time that has been made available. This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process. Naturally, the two are complementary and should con\u00ad tain common elements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2330, - "Score": 0.294628, - "Index": 2330, - "Paragraph": "In the past, the quality, consistency and effectiveness of UN support for DDR has sufferred as a result of a number of problems, including a narrowly defined \u2018operational/logistic\u2019 approach, inadequate attention to the national and local context, and poor coordination between UN actors and other partners in the delivery of DDR support services.The IDDRS are intended to solve most of these problems. The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process. The need for an all\u00adinclusive pro\u00adgramme and implementation framework is emphasized by the lengthy time\u00adframe of DDR (which in some cases can go beyond the lifespan of a UN peacekeeping mission, necessitating close cooperation with the UN country team), the multisectoral nature of interventions, the range of sub\u00adprocesses and stakeholders, and the need to ensure close coordination with national and other DDR\u00adrelated efforts.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2505, - "Score": 0.29277, - "Index": 2505, - "Paragraph": "Terms and definitions \\n Detailed field assessment: A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. Detailed field assess\u00ad ments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.Implementation plan: \\n Also known as an operations or action plan, an implementation plan describes the detailed steps necessary to implement programme activities, together with a division of labour and overall time\u00adframe.Programme: \\n A generic (general) term for a set of activities designed to achieve a specific objective. In order to ensure that a programme\u2019s results, outputs and overall outcome are reached, activities are often framed by a strategy, key principles and identified targets. Together, these indicate how the activities will be structured and implemented. Programmes also include a description of all aspects necessary to implement the planned activities, includ\u00ad ing inputs and resources (staff, equipment, funding, etc.), management arrangements, legal frameworks, partnerships and other risk analysis.Project: \\n Within each programme there may be several projects, each of which is a separately identified undertaking. A project is an intervention that consists of a set of planned, inter\u00ad related activities aimed at achieving defined objectives over a fixed time. A project\u2019s activities and objectives are normally given in a project document. This legal agreement binds the signatories to carry out the defined activities and to provide specific resources over a fixed period of time in order to reach agreed objectives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Detailed field assess\u00ad ments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.Implementation plan: \\n Also known as an operations or action plan, an implementation plan describes the detailed steps necessary to implement programme activities, together with a division of labour and overall time\u00adframe.Programme: \\n A generic (general) term for a set of activities designed to achieve a specific objective.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2391, - "Score": 0.288675, - "Index": 2391, - "Paragraph": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom. It is different from an implementation plan (which is often more technical), provides time\u00adlines and information on how individual DDR tasks and activities will be carried out, and assigns responsibilities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 10, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2686, - "Score": 0.288675, - "Index": 2686, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2877, - "Score": 0.288675, - "Index": 2877, - "Paragraph": "DDR Programme Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n work with local authorities and civil society organizations to facilitate and implement all aspects of the DDR programme \\n represent the DDR Unit in mission internal regional meetings; \\n work closely with DDR partners at the regional level to facilitate collection, safe storage and accountable collection of small arms and light weapons. Ensure efficient, account\u00ad able and transparent management of all field facilities pertaining to community\u00adspecific DDR projects; \\n plan and support activities at the regional level pertaining to the community arms col\u00ad lection and development including: (1) capacity\u00adbuilding; (2) sensitization and public awareness\u00adraising on the dangers of illicit weapons circulating in the community; (3) implementation of community project; \\n monitor, evaluate and report on all field project activities; monitor and guide field staff working in the project, including the coordination of sensitization and arms col\u00ad lection activities undertaken by Field Assistants at regional level; \\n ensure proper handling of project equipment and accountability of all project resources. \\n\\n Core values are integrity, professionalism and respect for diversity", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 17, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.6: DDR Programme Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3024, - "Score": 0.288675, - "Index": 3024, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201dThe term \u2018a national framework for DDR\u2019 describes the political, legal, programmatic/ policy and institutional framework, resources and capacities established to structure and guide national engagement with a DDR process. The implementation of DDR requires mul- tiple stakeholders; therefore, participants in the establishment and implementation of a national DDR framework include not only the government, but also all parties to the peace agreement, civil society, and all other national and local stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The implementation of DDR requires mul- tiple stakeholders; therefore, participants in the establishment and implementation of a national DDR framework include not only the government, but also all parties to the peace agreement, civil society, and all other national and local stakeholders.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3094, - "Score": 0.288675, - "Index": 3094, - "Paragraph": "A national DDR policy body representing key national and international stakeholders should be set up under a government or transitional authority established through peace accords, or under the authority of the president or prime minister. This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.1. National DDR commission", - "Heading4": "", - "Sentence": "This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2493, - "Score": 0.280976, - "Index": 2493, - "Paragraph": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that make up the indicators of achievement.For an example of an RBB framework for DDR in Sudan, see Annex G; also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.4. External factors", - "Sentence": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2979, - "Score": 0.280566, - "Index": 2979, - "Paragraph": "DDR Gender Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming gender issues in post\u00adconflict peace\u00adbuilding, and is expected to work closely with the Gender Adviser of the peace\u00ad keeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Gender Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 27, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.12: DDR Gender Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2724, - "Score": 0.280056, - "Index": 2724, - "Paragraph": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles. The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices. Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities. Therefore, the selection and maintenance of integrated DDR unit personnel, based on a memorandum of understanding (MoU) between the Department of Peacekeeping Operations (DPKO) and the United Nations Development Programme (UNDP), is defined by the following principles: joint management of the DDR unit (in this case, management by a peacekeeping mission chief and UNDP chief); secondment of an administrative and finance cell by UNDP; second\u00ad ment of staff from other United Nations (UN) entities assisted by project support staff to fulfil the range of needs for an integrated DDR unit; and, finally, continuous links with other parts of the peacekeeping mission for the development of a joint DDR planning and programming approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2147, - "Score": 0.277778, - "Index": 2147, - "Paragraph": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors. When the World Bank (with its Multi-Donor Trustfund) plays a leading role in supporting a national DDR programme, funding is normally provided for all demobilization and reintegration activities, while additional World Bank International Development Association (IDA) loans are also provided. In these instances, funding comes from a single source and is largely guaranteed.In instances where the United Nations (UN) takes the lead, several sources of funding may be brought together to support a national DDR programme. Funds may include con- tributions from the peacekeeping assessed budget; core funding from the budgets of UN agencies, funds and programmes; voluntary contributions from donors to a UN-managed trust fund; bilateral support from a Member State to the national programme; and contribu- tions from the World Bank.In a peacekeeping context, funding may come from some or all of the above funding sources. In this situation, a good understanding of the policies and procedures governing the employment and management of financial support from these different sources is vital to the success of the DDR programme.Since several international actors are involved, it is important to be aware of important DDR funding requirements, resource mobilization options, funding mechanisms and finan- cial management structures for DDR programming. Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful. The peacekeeping assessed budget process, which covers military, personnel and operational costs, is vital to DDR programming within the UN peace- keeping context. Both in and outside the UN system, rapid response funds are available. External sources of funding include voluntary donor contributions, the World Bank Post- Conflict Fund, the Multi-Country Demobilization and Reintegration Programme (MDRP), government grants and agency in-kind contributions.Once funds have been committed to DDR programmes, there are different funding mechanisms that can be used and various financial management structures for DDR pro- grammes that can be created. Suitable to an integrated DDR plan is the Consolidated Appeals Process (CAP), which is the normal UN inter-agency planning, coordination and resource mobilization mechanism for the response to a crisis. Transitional appeals, Post-Conflict Needs Assessments (PCNAs) and international donors\u2019 conferences usually involve govern- ments and are applicable to the conflict phase. In the case of RBB, programme budgeting that is defined by clear objectives, indicators of achievement, outputs and influence of external factors helps to make funds more sustainable. Effective financial management structures for DDR programmes are based on a coherent system for ensuring flexible and sustainable financing for DDR activities. Such a coherent structure is guided by, among other factors, a coordinated arrangement for the funding of DDR activities and an agreed framework for joint DDR coordination, monitoring and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2406, - "Score": 0.277778, - "Index": 2406, - "Paragraph": "The guiding principles specify those factors, considerations and assumptions that are con\u00ad sidered important for a DDR programme\u2019s overall viability, effectiveness and sustainability. These guiding principles must be taken into account when developing the strategic approach and activities. Universal (general) principles (see IDDRS 2.10 on the UN Approach to DDR) can be included, but principles that are specific to the operating context and associated requirements should receive priority. Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.3. Guiding principles", - "Heading3": "", - "Heading4": "", - "Sentence": "Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2781, - "Score": 0.273998, - "Index": 2781, - "Paragraph": "Chief, DDR Unit (D1\u2013P5)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent normally reports directly to the Deputy SRSG (Resident Coordinator/ Humanitarian Coordinator).Accountabilities: Within limits of delegated authority and under the supervision of the Deputy SRSG (Resident Coordinator/Humanitarian Coordinator), the Chief of the DDR Unit is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 10, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.1: Chief, DDR Unit (D1\u2013P5)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2583, - "Score": 0.273861, - "Index": 2583, - "Paragraph": "The report of the Secretary-General to the Security Council sometimes contains proposals for the mandate for peace operation. The following points should be considered when pro- viding inputs to the DDR mandate: \\n It shall be consistent with the UN approach to DDR; \\n While it is important to stress the national aspect of the DDR programme, it is also necessary to recognize the immediate need to provide capacity-building support to increase or bring about national ownership, and to recognize the political difficulties that may complicate national ownership in a transitional situation.Time-lines for planning and implementation should be realistic. The Security Council, when it establishes a multidimensional UN mission, may assign DDR responsibilities to the UN. This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited. What is important to note is that the nature of a DDR mandate, if one is given, may differ from the recommended concept of operations, for political and other reasons.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.2. Mission mandate on DDR", - "Heading4": "", - "Sentence": "This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2278, - "Score": 0.272772, - "Index": 2278, - "Paragraph": "A trust fund is a mechanism used to receive and manage donor funds to achieve a broad aim as opposed to carrying out a specific project. As such, it is established as a separate accounting entity with a designated trust fund manager (an AA, in this case), as well as a governance structure that decides on the allocation of received funding, and is responsible for monitoring and evaluating how funds have been used. When located within an overall funding structure, these structures would be linked or merged with the coordination com- mittee and its respective subsidiary organs. In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).A trust fund is a mechanism used to receive and manage donor funds to achieve a broad aim as opposed to carrying out a specific project. As such, it is established as a separate accounting entity with a designated trust fund manager (an AA, in this case), as well as a governance structure that decides on the allocation of received funding, and is responsible for monitoring and evaluating how funds have been used. When located within an overall funding structure, these structures would be linked or merged with the coordination com- mittee and its respective subsidiary organs. In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.4.Trust funds", - "Heading4": "", - "Sentence": "In general, funds channeled through a trust fund are not initially allocated to a particular project and can therefore later be allocated to spe- cific projects or activities working to achieve the broad aim of the programme, based on the discretion of the DDR funding structure and the programme of work the trust fund is supposed to support, which can be a part of the overall DDR programme (e.g., covering reintegration activities specifically).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2071, - "Score": 0.272166, - "Index": 2071, - "Paragraph": "The balanced scorecard is a useful tool for capturing key indicators for M&E activities. It lists the main indicators used to measure progress in the implementation of different pro\u00ad gramme components, as well as overall effectiveness. Annex B provides an example of a balanced scorecard used in the Afghanistan DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 6, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4. Development of M&E indicators", - "Heading3": "5.4.1. Balanced scorecards", - "Heading4": "", - "Sentence": "Annex B provides an example of a balanced scorecard used in the Afghanistan DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2668, - "Score": 0.272166, - "Index": 2668, - "Paragraph": "The weapons control framework is another key element that affects a DDR programme. Constitutional and legislative guarantees for weapons ownership, the import/export of small arms, and the regulation of the national gun industry and private security firms must be considered in terms of how they support or limit the effective implementation of a DDR programme. Equally important are the national administrative infrastructure and enforcement capacity to implement the weapons control framework.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Weapons control framework", - "Sentence": "The weapons control framework is another key element that affects a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2640, - "Score": 0.270501, - "Index": 2640, - "Paragraph": "An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Inclusive national framework", - "Sentence": "However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2430, - "Score": 0.267261, - "Index": 2430, - "Paragraph": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "", - "Sentence": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2952, - "Score": 0.266076, - "Index": 2952, - "Paragraph": "DDR Field Coordination Officer (National)Under the overall supervision of the Chief of DDR Unit and working closely with the DDR Officer, the Field Coordination Officer carries out the work, information feedback and coordination of field rehabilitation and reintegration activities. The Field Coordination Officer will improve field supervision, sensitization, monitoring and evaluation mechanisms. He/she will also assist in strengthening the working relationships of DDR staff with other peacekeeping mission substantive sections in the field. He/she will also endeavour to strengthen, coordination and collaboration with government offices, the national commis\u00ad sion on DDR (NCDDR), international NGOs, NGOs (implementing partners) and other UN agencies working on reintegration in order to unify reintegration activities. The Field Coordination Officer will liaise closely with the DDR Officer/Reintegration Officer and undertake the following duties: \\n assist and advise DDR Unit in areas within his/her remit; \\n provide direction and support to field staff and activities; \\n carry out monitoring, risk assessment and reporting in relation to the environment and practices that bear on the security of staff in the field (physical security, accommo\u00ad dation, programme fiscal and procurement practices, transport and communications); \\n support the efficient implementation of all DDR coordination projects; \\n develop and sustain optimal information feedback, in both directions, between the field and Headquarters; \\n support the DDR Unit in the collection of programme performance information, pro\u00ad gress and impact assessment; \\n collect the quantitative and qualitative information on programme implementation; \\n carry out follow\u00adup monitoring visits on activities of implementing partners and regional offices; \\n liaise with ex\u00adcombatants, beneficiaries, implementing partners and referral officer for proper sensitization and reinforcement of the programme; \\n create efficient early warning alert system and rapid response mechanisms for \u2018hot spot\u2019 development; \\n ensure DDR coordination programs complement each other and are implemented efficiently; \\n support liaison with the NCDDR and other agencies in relation to the reintegration of ex\u00adcombatants, CAAFG, WAAFG and war\u00adaffected people in the field; \\n provide guidance and on\u00adthe\u00adground support to reintegration officers; \\n liaise with Military Observers, Reintegration Unit and UN Police in accordance with the terms of reference; \\n liaise and coordinate with civil affairs section in matters of mutual interest; \\n carry out any other duties as directed by the DDR Unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 24, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.10: DDR Field Coordination Officer (National)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "The Field Coordination Officer will liaise closely with the DDR Officer/Reintegration Officer and undertake the following duties: \\n assist and advise DDR Unit in areas within his/her remit; \\n provide direction and support to field staff and activities; \\n carry out monitoring, risk assessment and reporting in relation to the environment and practices that bear on the security of staff in the field (physical security, accommo\u00ad dation, programme fiscal and procurement practices, transport and communications); \\n support the efficient implementation of all DDR coordination projects; \\n develop and sustain optimal information feedback, in both directions, between the field and Headquarters; \\n support the DDR Unit in the collection of programme performance information, pro\u00ad gress and impact assessment; \\n collect the quantitative and qualitative information on programme implementation; \\n carry out follow\u00adup monitoring visits on activities of implementing partners and regional offices; \\n liaise with ex\u00adcombatants, beneficiaries, implementing partners and referral officer for proper sensitization and reinforcement of the programme; \\n create efficient early warning alert system and rapid response mechanisms for \u2018hot spot\u2019 development; \\n ensure DDR coordination programs complement each other and are implemented efficiently; \\n support liaison with the NCDDR and other agencies in relation to the reintegration of ex\u00adcombatants, CAAFG, WAAFG and war\u00adaffected people in the field; \\n provide guidance and on\u00adthe\u00adground support to reintegration officers; \\n liaise with Military Observers, Reintegration Unit and UN Police in accordance with the terms of reference; \\n liaise and coordinate with civil affairs section in matters of mutual interest; \\n carry out any other duties as directed by the DDR Unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2058, - "Score": 0.261116, - "Index": 2058, - "Paragraph": "Indicators are variables (i.e., factors that can change, e.g., number of weapons collected) that should be measured to reveal progress (or lack thereof) towards the achievement of objectives, outcomes or outputs, and should provide information on what has been achieved in either quantitative or qualitative terms, or changes over time. In order for indicators to be meaningful, measurement must be made against a baseline, or baseline data, both of which are collected either in the context of the pre\u00adprogramme comprehensive assessment or during programme implementation. In general, most indicators should be developed together with the definition of programme activities, outputs, outcomes, objectives and goals. In general, indicators can be classified as follows: \\n Performance indicator: A particular characteristic or dimension used to measure intended changes defined by a programme results framework. Performance indicators are used to observe progress and to measure actual outputs and outcomes compared to those that were expected. They indicate \u2018how, \u2018whether\u2019 or \u2018to what extent\u2019 a unit is pro\u00ad gressing towards its objectives, rather than \u2018why\u2019 or \u2018why not\u2019 such progress is being made. Performance indicators are usually expressed in quantifiable terms, and should be objective and measurable (e.g., numeric values, percentages, scores and indices); \\n Impact indicator: A variable or set of variables used to measure the overall and long\u00ad term impact of an intervention, i.e., overall changes in the environment that DDR aims to influence. Impact indicators often use a composite set (or group) of indicators, each of which provides information on the size, sustainability and consequences of a change brought about by a DDR intervention. Such indicators can include both quan\u00ad titative variables (e.g., change in homicide levels or incidence of violence) or qualitative variables (e.g., behavioural change among reintegrated ex\u00adcombatants, social cohesion, etc.). Impact indicators depend on comprehensive and reliable baseline data, and should be as specific in possible in order to isolate the impact of DDR on complex social and economic dynamics from other factors and processes; \\n Proxy indicators: Cost, complexity and/or the timeliness of data collection may prevent a result from being measured directly. In this case, proxy indicators \u2014 which are variables that substitute for others that are difficult to measure directly \u2014 may reveal performance trends and make managers aware of potential problems or areas of success. This is often the case for outcomes in behavioural change, social cohesion and other results that are difficult to measure.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 6, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4. Development of M&E indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "In order for indicators to be meaningful, measurement must be made against a baseline, or baseline data, both of which are collected either in the context of the pre\u00adprogramme comprehensive assessment or during programme implementation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2738, - "Score": 0.261116, - "Index": 2738, - "Paragraph": "The aim of establishing an integrated unit is to ensure joint planning and coordination, and effective and efficient decentralized implementation. The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2178, - "Score": 0.258199, - "Index": 2178, - "Paragraph": "DDR practitioners and donors shall recognize the indivisible character of DDR. Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Funding DDR as an indivisible process", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners and donors shall recognize the indivisible character of DDR.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2453, - "Score": 0.258199, - "Index": 2453, - "Paragraph": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme. Baseline data and indicators are only useful, however, if their collec\u00ad tion, distribution, analysis and use are systematically managed. DDR programmes should have a good monitoring and information system that is integrated with the entire DDR programme, allowing for information collected in one component to be available in another, and for easy cross\u00adreferencing of information. The early establishment of an information management strategy as part of the overall programme design will ensure that an appro\u00ad priate monitoring and evaluation system can be developed once the programme is finalized (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.6. Monitoring and evaluation", - "Sentence": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2221, - "Score": 0.255377, - "Index": 2221, - "Paragraph": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 13, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.1. The World Bank\u2019s Multi-Country Demobilization and Reintegration Programme (MDRP)", - "Heading3": "", - "Heading4": "", - "Sentence": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2226, - "Score": 0.255377, - "Index": 2226, - "Paragraph": "For some activities in a DDR programme, certain UN agencies might be in a position to provide in-kind contributions, particularly when these activities correspond to or consist of priorities and goals in their general programming and assistance strategy. Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization. The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR. Traditional types of in-kind contributions include: \\n security and protection services (military) \u2014 mainly outside of DDR in peacekeeping missions; \\n construction of basic infrastructure; \\n logistics and transport; \\n food assistance to ex-combatants and dependants; \\n child-specific assistance; \\n shelter, clothes and other basic subsistence needs; \\n health assistance; \\n HIV/AIDS screening and testing; \\n public information services; \\n counselling; \\n employment creation in existing development projects.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.3. Agency in-kind contributions", - "Heading3": "", - "Heading4": "", - "Sentence": "The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2439, - "Score": 0.255377, - "Index": 2439, - "Paragraph": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities. In a country with a strong national capacity to implement DDR, the UN\u2019s operational role (i.e. the extent to which it is involved in directly implementing DDR activities) should be focused more on ensuring adequate coordination than on direct imple\u00ad mentation activities. In a country with weak national implementing capacity, the UN\u2019s role in implementation should be broader and more operational.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.3. Operational role", - "Sentence": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2448, - "Score": 0.255377, - "Index": 2448, - "Paragraph": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes. Moreover, there may also be risks or stigma attached to obeying such orders (i.e., fear of reprisals), which discour\u00ad ages people from taking part in the programme. In such cases, incentive schemes, e.g., the offering of individual or collective benefits, may be used to overcome the combatants\u2019 concerns and encourage participation. It is important also to note that awareness\u00adraising and public information on the DDR pro\u00adgramme can also help towards overcoming combatants\u2019 concerns about entering a DDR programme.Incentives may be directly linked to the disarmament, demobilization or reintegration components of DDR, although care should be taken to avoid the perception of \u2018cash for weapons\u2019 or weapons buy\u00adback programmes when these are linked to the disarmament component. If used, incentives should be taken into consideration in the design of the overall programme strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.5. Incentive schemes", - "Sentence": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2758, - "Score": 0.255377, - "Index": 2758, - "Paragraph": "DPKO and UNDP are in the process of developing an MoU on the establishment of an integrated DDR unit in a peacekeeping mission. For the time being, the following principles shall guide the establishment of the integrated DDR unit: \\n Joint management of the DDR unit: The chief of the DDR unit shall come from the peace\u00ad keeping mission. His/Her post shall be funded from the peacekeeping assessed budget. The deputy chief of the integrated DDR unit shall be seconded from UNDP, although the peacekeeping mission will provide him/her with administrative and logistic support for him/her to perform his/her function as deputy chief of the DDR unit. Such integration allows the DDR unit to use the particular skills of both the mission and the country office, maximizing existing local knowledge and ensuring a smooth transition on DDR\u00adrelated issues when the mandate of the peacekeeping mission ends; \\n Administrative and finance cell from UNDP: UNDP shall second a small administrative and finance cell from its country office to support the programme delivery aspects of the DDR component. The principles of secondment use for the deputy chief of the DDR unit shall apply; \\n Secondment of staff from other UN entities: In order to maximize coherence and coordina\u00ad tion on DDR between missions and UN agencies, staff members from other agencies may be seconded to specific posts in the integrated DDR unit. Use of this method ensures the active engagement and participation of UN agencies in strategic policy decisions and coordination of UN DDR activities (including both mission operational support and programme implementation). The integration and co\u00adlocation of UN agency staff in this structure are essential, given the complex and highly operational nature of DDR. Decisions on secondment shall be made at the earliest stages of planning to ensure that the proper budgetary support is secure to support the integrated DDR unit and the seconded personnel; \\n Project support units: Core UN agency staff seconded to the integrated DDR unit may be complemented by additional project support staff located in project support units (PSUs) in order to provide capacity (programme, monitoring, operations, finance) for implementing key elements of UN assistance within the national planning and pro\u00ad gramme framework for DDR. The PSU will also be responsible for ensuring links and coordination with other agency programme areas (particularly in rule of law and security sector reform). Additional PSUs managed by other UN agencies can also be established, depending on the implementation/operational role attributed to them; \\n Links with other parts of the peacekeeping mission: The integrated DDR unit shall be closely linked with other parts of the peacekeeping mission, in particular the military and the police, to ensure a \u2018joined\u00adup\u2019 approach to the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.2. Principles of integration .", - "Heading3": "", - "Heading4": "", - "Sentence": "Use of this method ensures the active engagement and participation of UN agencies in strategic policy decisions and coordination of UN DDR activities (including both mission operational support and programme implementation).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2802, - "Score": 0.251828, - "Index": 2802, - "Paragraph": "Deputy Chief, DDR Unit (P5\u2013P4)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent reports directly to the Deputy SRSG (Resident Coordinator/Humani\u00ad tarian Coordinator). In most cases, the staff member filling this post would be seconded and paid for by UNDP. For duration of his/her secondment as Deputy Chief, he/she will receive administrative and logistic support from the peacekeeping mission.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Deputy Chief is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities. Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 11, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.2: Deputy Chief, DDR Unit (P5\u2013P4)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2187, - "Score": 0.25, - "Index": 2187, - "Paragraph": "The UN, together with relevant bilateral or multilateral partners, shall establish rigorous oversight mechanisms at the national and international levels to ensure a high degree of accuracy in monitoring and evaluation, transparency, and accountability. These tools ensure that the use of funds meets the programme objectives and conforms to both the financial rules and regulations of the UN (in the case of the assessed budget) and those of donors contributing funds to the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.7. Accountability", - "Heading3": "", - "Heading4": "", - "Sentence": "These tools ensure that the use of funds meets the programme objectives and conforms to both the financial rules and regulations of the UN (in the case of the assessed budget) and those of donors contributing funds to the DDR programme.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2631, - "Score": 0.25, - "Index": 2631, - "Paragraph": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "", - "Heading4": "", - "Sentence": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2735, - "Score": 0.25, - "Index": 2735, - "Paragraph": "The design of the personnel structure, and the deployment and management of personnel in the integrated unit and how they relate to others working in DDR are guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The peacekeeping mission, UN agencies, funds and programmes should work together at all stages of the DDR programme \u2014 from planning to implementa\u00ad tion to evaluation \u2014 to ensure that the programme is successful. An appropriate joint planning and coordination mechanism must be established as early as possible to ensure cooperation among all UN partners that may be involved in any aspect of the DDR programme; \\n Integration: Wherever possible, and when consistent with the mandate of the Security Council, the peacekeeping mission and the UN agencies, funds and programmes shall support an integrated DDR unit, which brings together the expertise, planning and coordination capacities of the various UN entities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Of particular importance are: \\n Unity of effort: The peacekeeping mission, UN agencies, funds and programmes should work together at all stages of the DDR programme \u2014 from planning to implementa\u00ad tion to evaluation \u2014 to ensure that the programme is successful.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3101, - "Score": 0.25, - "Index": 3101, - "Paragraph": "An international technical coordination committee provides a forum for consultation, co- ordination and joint planning between national and international partners at the technical level of DDR programme development and implementation. This committee should meet regularly to review technical issues related to national DDR programme planning and implementation.Participation in the technical coordination committee will vary a great deal, depending on which international actors are present in a country. The committee should include tech- nical experts from the national DDR agency and from those multilateral and bilateral agen- cies and non-governmental organizations (NGOs) with operations or activities that have a direct or indirect impact on the national DDR programme (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.2. International technical coordination committee", - "Heading4": "", - "Sentence": "An international technical coordination committee provides a forum for consultation, co- ordination and joint planning between national and international partners at the technical level of DDR programme development and implementation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2255, - "Score": 0.246183, - "Index": 2255, - "Paragraph": "Given the complexity and scope of DDR interventions, as well as the range of stakeholders involved, parallel initiatives, both UN and non-UN, are inevitable. Links shall be created between the national and UN DDR frameworks to ensure that these do not duplicate or otherwise affect overall coherence. The basic requirement of good coordination between integrated and parallel processes is an agreement on common strategic, planning and policy frameworks, which should be based on national policy priorities, if they exist. Structurally, stakeholders involved in parallel initiatives should participate on the steering and coordi- nation committees of the DDR funding structure, even though the actual administration and management of funds takes place outside this framework. This will avoid duplication of efforts and ensure a link to operational coordination, and enable the development of an aggregated/consolidated overall budget and work plan for DDR. Normal parallel funding mechanisms include the following: \\n Mission financing: Although the UN peacekeeping mission is a key component of the overall UN integrated structure for DDR, its main funding mechanism (assessed contri- butions) is managed directly by the mission itself in coordination with DPKO Head- quarters, and cannot be integrated fully into the DDR funding structure. For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.) might choose to finance programmes that are parallel to integrated efforts, and which are directly implemented by national or sub-national partners. In this context, it is important to ensure that these donors are active participants in DDR and the funding structures involved, and to ensure adequate operational coordination (particularly to ensure that the intended geographic areas and beneficiaries are covered by the programme).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.4. Linking parallel funding mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.)", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2262, - "Score": 0.246183, - "Index": 2262, - "Paragraph": "Under this option, participating UN organizations pool funds together within one UN organization, chosen jointly by the coordination committee of the DDR financial management structure, which will assume the responsibility of administering the funds. This organization, known as the administrative agent (AA), will support the partners authorized to manage and implement the joint programme of activities identified for these funds. Programme and financial accountability for the UN support to the joint programme will rest with the AA. This fund management option is likely to be the most effective and efficient when participating UN organizations work for the same results with a common national or sub- national partner (e.g., department, provincial office, NGO) and/or in the same geographical area (see Annex D.1).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.1. Pooled funding", - "Heading4": "", - "Sentence": "Programme and financial accountability for the UN support to the joint programme will rest with the AA.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2337, - "Score": 0.245737, - "Index": 2337, - "Paragraph": "A detailed field assessment builds on assessments and planning for DDR that have been carried out in the pre\u00adplanning and technical assessment stages of the planning process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.1. Objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3127, - "Score": 0.244949, - "Index": 3127, - "Paragraph": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way. It is important to ensure coordination at the following points: \\n in national DDR programme development; \\n in the development of DDR programmes of UN mission and agencies; \\n in technical coordination with bilateral partners and NGOs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.2. Planning and technical levels", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3014, - "Score": 0.24239, - "Index": 3014, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1971, - "Score": 0.240192, - "Index": 1971, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2578, - "Score": 0.240192, - "Index": 2578, - "Paragraph": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned. This is contained in a report by the Secretary-General to the Security Council, which includes the findings of the technical assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.1. Report of the Secretary-General to the Security Council", - "Heading4": "", - "Sentence": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3195, - "Score": 0.240192, - "Index": 3195, - "Paragraph": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme. This will provide a broad forum for technical and strategic consultation in support of rational programming for all the DDRR activities.The responsibilities of the TCC will be to: \\n identify strategic, operational and technical issues that may have an impact on the dis- armament, demobilisation and reintegration process; \\n develop technical standards, guidelines, and operating principles, which will be adhered to by all involved in the implementation of specific DDRR activities; \\n provide the framework for securing the support of key partners with regard to input to planning and implementing disarmament and demobilization activities as well as the reintegration process; \\n provide the basis for operational planning and consensus on issues relating to disarm- ament, demobilization and reintegration; and \\n on a regular basis identify key policy issues that need to be resolved by the policy com- mittee and provide policy options to the NCDDRR for consideration.The membership of the TCC will be based on invitation by the JIU and consist of rele- vant programme staff from agencies such as UNICEF, UNDP, UNHCR, WFP, WHO, EU, USAID, UNMIL, the Food and Agriculture Organization (FAO), OCHA and other appro- priate agencies. Relevant NTGL agencies could be invited for participation when necessary. The TCC will be constituted on a relevant sector basis such as disarmament and demobiliza- tion and reintegration, and it will meet fortnightly or as and when required. The membership and participation will vary according to the relevant sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 26, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Technical Coordination Committee", - "Heading3": "", - "Heading4": "", - "Sentence": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2121, - "Score": 0.238909, - "Index": 2121, - "Paragraph": "In general, the results and conclusions of evaluations should be used in several important and strategic ways: \\n A key function of evaluations is to enable practitioners and programme managers to identify, capture and disseminate lessons learned from programme implementation. This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy. This is particularly useful when programmes are designed to be implemented in phases, which allows for the assessment and identification of problems and best practice at the end of each phase, which can then be fed into later phases; \\n Evaluations also contribute to discussions between policy makers and practitioners on the further development of international and regional policies on DDR, by providing them with information and analyses that influence the way key policy issues can be dealt with and decisions reached. Evaluations can provide invaluable support to the elaboration of future policy frameworks for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 12, - "Heading1": "7. Evaluations", - "Heading2": "7.4. Use of evaluation results", - "Heading3": "", - "Heading4": "", - "Sentence": "This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2011, - "Score": 0.235702, - "Index": 2011, - "Paragraph": "This section outlines the management structure, and the planning and delivery of logistic support in a peacekeeping mission. These structures apply to the components of a DDR programme managed directly by DPKO or funded from the regular mission budget.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "", - "Heading4": "", - "Sentence": "These structures apply to the components of a DDR programme managed directly by DPKO or funded from the regular mission budget.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2188, - "Score": 0.235702, - "Index": 2188, - "Paragraph": "The matrix below identifies the main DDR activities from the negotiation of the peace proc- ess to the implementation of the programme, the main activities that may take place in each phase of the process, and possible resource requirements and sources of funding. This list provides a general example of the processes involved, and other issues may have to be included, depending on the requirements of a particular DDR mission", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 5, - "Heading1": "5. DDR logistic requirements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The matrix below identifies the main DDR activities from the negotiation of the peace proc- ess to the implementation of the programme, the main activities that may take place in each phase of the process, and possible resource requirements and sources of funding.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3038, - "Score": 0.235702, - "Index": 3038, - "Paragraph": "Another core principle in the establishment and support of national institutions is the in- clusion of all stakeholders. National ownership is both broader and deeper than central government leadership: it requires the participation of a range of state and non-state actors at national, provincial and local levels. National DDR institutions should include all parties to the conflict, as well as representa- tives of civil society and the private sector. The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Inclusivity", - "Heading3": "", - "Heading4": "", - "Sentence": "The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2727, - "Score": 0.231455, - "Index": 2727, - "Paragraph": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2693, - "Score": 0.229167, - "Index": 2693, - "Paragraph": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "The structure and content of the joint assessment repor", - "Sentence": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2821, - "Score": 0.228665, - "Index": 2821, - "Paragraph": "Senior Military DDR Officer (Lieutenant-Colonel/Colonel)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Senior Military DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.; \\n coordinate and facilitate the use of mission forces for the potential construction or development of DDR facilities \u2014 camps, reception centres, pick\u00adup points, etc. As required, facilitate security of such locations; \\n assist in the coordination and development of DDR Unit mechanisms for receiving and recording group profile information, liaise on this subject with the military information unit; \\n liaise with military operations for the deployment of military observers in support of DDR tasks; \\n be prepared to support security sector reform linkages and activities in future mission planning; \\n undertake such other tasks as may be reasonably requested by the Force Commander and Chief of DDR Unit in relation to DDR activities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3132, - "Score": 0.228665, - "Index": 3132, - "Paragraph": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities. Flexibility and a sound analysis of local needs and contexts are the most essential requirements for designing a UN strategy in support of DDR. It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society. The UN should work to encourage genuine, effective and broad national ownership at all phases of the DDR programme, wherever possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "8. The role of international assistance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2771, - "Score": 0.228168, - "Index": 2771, - "Paragraph": "Below is a list of appointments for which generic job descriptions are available; these can be found in the annexes as shown. \\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.3. Generic job descriptions", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2053, - "Score": 0.226455, - "Index": 2053, - "Paragraph": "An M&E work plan can be integrated into general or specific programme implementation work plans, or can be designed separately. In general, implementing and supervising the implementation of such a work plan is the basic responsibility of the M&E officer respon\u00ad sible for this process.Key elements of an M&E work plan include the following, which are usually arranged in the form of a matrix:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3. The M&E work plan", - "Heading3": "", - "Heading4": "", - "Sentence": "An M&E work plan can be integrated into general or specific programme implementation work plans, or can be designed separately.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2660, - "Score": 0.226455, - "Index": 2660, - "Paragraph": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented. The level of unemployment, the state of the (formal and informal) economy and the agricultural sector (i.e., access to land, rights and the ability of the country to feed itself), the condition of the country\u2019s infra- structure, and the capacity of state institutions to deliver basic services, combined with the length of the conflict, are all factors that should be taken into account when considering the specifics of any demobilization (length and types of programme) and socio-economic (reconciliation, justice issues and types of economic assistance) reintegration programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Overall socio-economic conditions", - "Sentence": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3053, - "Score": 0.226455, - "Index": 3053, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3046, - "Score": 0.225494, - "Index": 3046, - "Paragraph": "The national and international mandates for DDR should be clear and coherent. A clear division of responsibilities should be established in the different levels of programme co- ordination and for different programme components. This can be done through: \\n supporting international experts to provide technical advice on DDR to parties to the peace negotiations; \\n incorporating national authorities into inter-agency assessment missions to ensure that national policies and strategies are reflected in the Secretary-General\u2019s report and Secu- rity Council mandates for UN peace-support operations; \\n discussing national and international roles, responsibilities and functions within the framework of an agreed common DDR plan or programme; \\n providing technical advice to national authorities on the design and development of legal frameworks, institutional mechanisms and national programmes for DDR; \\n establishing mechanisms for the joint implementation and coordination of DDR pro- grammes and activities at the policy, planning and operational levels.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.1. Establishing clear and coherent national and international mandates", - "Heading3": "", - "Heading4": "", - "Sentence": "This can be done through: \\n supporting international experts to provide technical advice on DDR to parties to the peace negotiations; \\n incorporating national authorities into inter-agency assessment missions to ensure that national policies and strategies are reflected in the Secretary-General\u2019s report and Secu- rity Council mandates for UN peace-support operations; \\n discussing national and international roles, responsibilities and functions within the framework of an agreed common DDR plan or programme; \\n providing technical advice to national authorities on the design and development of legal frameworks, institutional mechanisms and national programmes for DDR; \\n establishing mechanisms for the joint implementation and coordination of DDR pro- grammes and activities at the policy, planning and operational levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2576, - "Score": 0.225221, - "Index": 2576, - "Paragraph": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements. The early identification of potential entry points and strategic options for UN support is essential to ensuring the UN\u2019s capacity to respond efficiently and effectively. Integrated preparatory activities and pre-mission planning are vital to the delivery of that capacity. While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning department and key operational agencies of the UN country team. Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible. These surveys and assessments include: conflict assess- ment; combatant needs assessments; the identification of reintegration opportunities; and labour and goods markets assessments; \\n assessing the in-country DDR planning and delivery capacity to support any DDR programme that might be set up (both UN and national institutional capacities); \\n contacting key donors and other international stakeholders on DDR issues with the aim of defining priorities and methods for information sharing and collaboration; \\n the early identification of potential key DDR personnel for the integrated DDR unit.Once the UN Security Council has requested the UN Secretary-General to present options for possible further UN involvement in supporting peacekeeping and peace-building in a particular country, planning enters a second stage, focusing on an initial technical assess- ment of the UN role and the preparation of a concept of operations for submission to the Security Council.In most cases, this process will be initiated through a multidimensional technical assess- ment mission fielded by the Secretary-General to develop the UN strategy in a conflict area. In this context, DDR is only one of several components such as political affairs, elections, public information, humanitarian assistance, military, security, civilian police, human rights, rule of law, gender equality, child protection, food security, HIV/AIDS and other health matters, cross-border issues, reconstruction, governance, finance and logistic support.These multidisciplinary technical assessment missions shall integrate inputs from all relevant UN entities (in particular the UN country team), resulting in a joint UN concept of operations. Initial assessments by country-level agencies, together with pre-existing efforts or initiatives, should be used to provide information on which to base the technical assessment for DDR, which itself should be closely linked with other inter-agency processes established to assess immediate post-conflict needs.A well-prepared and well-conducted technical assessment should focus on: \\n the conditions and requirements for DDR; its relation to a peace agreement; \\n an assessment of national capacities; \\n the identification of options for UN support, including strategic objectives and the UN\u2019s operational role; \\n the role of DDR within the broader UN peace-building and mission strategy; \\n the role of UN support in relation to that of other national and international stakeholders.This initial technical assessment should be used as a basis for a more in-depth assessment required for programme design (also see IDDRS 3.20 on DDR Programme Design). The results of this assessment should provide inputs to the Secretary-General\u2019s report and any Security Council resolutions and mission mandates that follow (see Annex B for a reference guide on conducting a DDR assessment mission).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 5, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Initial assessments by country-level agencies, together with pre-existing efforts or initiatives, should be used to provide information on which to base the technical assessment for DDR, which itself should be closely linked with other inter-agency processes established to assess immediate post-conflict needs.A well-prepared and well-conducted technical assessment should focus on: \\n the conditions and requirements for DDR; its relation to a peace agreement; \\n an assessment of national capacities; \\n the identification of options for UN support, including strategic objectives and the UN\u2019s operational role; \\n the role of DDR within the broader UN peace-building and mission strategy; \\n the role of UN support in relation to that of other national and international stakeholders.This initial technical assessment should be used as a basis for a more in-depth assessment required for programme design (also see IDDRS 3.20 on DDR Programme Design).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2393, - "Score": 0.224309, - "Index": 2393, - "Paragraph": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.), with a focus on the nature and con\u00ad sequences of the conflict; existing national and local capacities for DDR and SSR; and the broad political, social and economic characteristics of the operating environment; \\n Rationale and justification: Drawing from the situation analysis, this explains the need for DDR: why the approach suggested is an appropriate and viable response to the identified problem, the antecedents to the problem (i.e., what caused the problem in the first place) and degree of political will for its resolution; and any other factors that provide a compelling argument for undertaking DDR. In addition, the engagement and role of the UN should be specified here; \\n Overview of armed forces and groups: This section should provide an overview of all armed forces and groups and their key characteristics, e.g., force/group strength, loca\u00ad tion, organization and structure, political affiliations, type of weaponry, etc. This information should be the basis for developing specifically designed strategies and approaches for the DDR of the armed forces and groups (see Annex D for a sample table of armed forces and groups); \\n Definition of participants and beneficiaries: Drawing on the comprehensive assessments and profiles of armed groups and forces and levels of violence that are normally inclu\u00ad ded in the framework, this section should identify which armed groups and forces should be prioritized for DDR programmes. This prioritization should be based on their involvement in or potential to cause violence, or otherwise affect security and the peace process. In addition, subgroups that should be given special attention (e.g., special needs groups) should be identified; \\n Socio-economic profile in areas of return: A general overview of socio\u00adeconomic conditions in the areas and communities to which ex\u00adcombatants will return is important in order to define both the general context of reintegration and specific strategies to ensure effec\u00ad tive and sustainable support for it. Such an overview can also provide an indication of how much pre\u00adDDR community recovery and reconstruction assistance will be necessary to improve the communities\u2019 capacity to absorb former combatants and other returning populations, and list potential links to other, either ongoing or planned, reconstruction and development initiatives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.1. Contextual analysis and rationale", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2174, - "Score": 0.223607, - "Index": 2174, - "Paragraph": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes. The planning process to develop the integrated plan should include the relevant national stakeholders, UN partners, implementing local and international partners (wherever pos- sible), donors and other actors such as the World Bank. The integrated DDR plan shall also define programme and resource management arrangements, and the roles and responsi- bilities of key national and international stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. Integrated DDR plan", - "Heading3": "", - "Heading4": "", - "Sentence": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2733, - "Score": 0.220193, - "Index": 2733, - "Paragraph": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2056, - "Score": 0.218218, - "Index": 2056, - "Paragraph": "Given the potentially large number of reports and documents generated by M&E activities, the development and maintenance of a report\u00adtracking system is essential in order to pro\u00ad vide a \u2018history\u2019 of M&E results and make them accessible to managers. This provides the DDR programme with institutional memory that can be drawn from to monitor progress and ensure that emerging best practices and problems are identified.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3. The M&E work plan", - "Heading3": "5.3.1. M&E tracking systems", - "Heading4": "", - "Sentence": "This provides the DDR programme with institutional memory that can be drawn from to monitor progress and ensure that emerging best practices and problems are identified.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3121, - "Score": 0.218218, - "Index": 3121, - "Paragraph": "National and international DDR structures and processes should, as far as possible, be jointly developed and coordinated at the policy, planning and operational levels, as explained below. The planning of UN missions and national DDR institutions has not always been sufficiently integrated, reducing the efficiency and effectiveness of both. The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes. A key factor in close coordination is the early consultation of national authorities and parties to the DDR process during UN assessment missions and mission planning processes. International DDR expertise, political support and technical assistance should also be available from the earliest point in the peace process through the establishment of national institutions and programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2104, - "Score": 0.216295, - "Index": 2104, - "Paragraph": "In general, evaluations should be carried out at key points in the programme implementation cycle in order to achieve related yet distinct objectives. Four main categories or types of evaluations can be identified: \\n Formative internal evaluations are primarily conducted in the early phase of programme implementation in order to assess early hypotheses and working assumptions, analyse outcomes from pilot interventions and activities, or verify the viability or relevance of a strategy or set of intended outputs. Such evaluations are valuable mechanisms that allow implementation strategies to be corrected early on in the programme implemen\u00ad tation process by identifying potential problems. This type of evaluation is particularly important for DDR processes, given their complex strategic arrangements and the many different sub\u00adprocesses involved. Most formative internal evaluations can be carried out internally by the M&E officer or unit within a DDR section; \\n Mid-term evaluations are similar to formative internal evaluations, but are usually more comprehensive and strategic in their scope and focus, as opposed to the more diag\u00ad nostic function of the formative type. Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context. Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals. Terminal evaluations usually also try to answer a number of key questions regarding the overall strategic approach and focus of the programme, mainly its relevance, efficiency, sustainability and effectiveness; \\n Ex-post evaluations are usually carried out some time (usually several years) after the end of a DDR programme in order to evaluate the long\u00adterm effectiveness of the programme, mainly the sustainability of its activities and positive outcomes (e.g., the extent to which ex\u00adcombatants remain productively engaged in alternatives to violence or mili\u00ad tary activity) or its direct and indirect impacts on security conditions, prospects for peace\u00adbuilding, and consequences for economic productivity and development. Ex\u00adpost evaluations of DDR programmes can also form part of larger impact evaluations to assess the overall effectiveness of a post\u00adconflict recovery strategy. Both terminal and ex\u00adpost evaluations are valuable mechanisms for identifying key lessons learned and best practice for further policy development and the design of future DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 10, - "Heading1": "7. Evaluations", - "Heading2": "7.2. Timing and objectives of evaluations", - "Heading3": "", - "Heading4": "", - "Sentence": "Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2997, - "Score": 0.213561, - "Index": 2997, - "Paragraph": "DDR HIV/AIDS Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming activities to deal with the HIV/ AIDS issue in post\u00adconflict peace\u00adbuilding and is expected to work closely with the HIV/ AIDS adviser of the peacekeeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR HIV/AIDS Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of activities to address the HIV/AIDS issue through all phases of the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, par\u00ad ticularly offices of HIV/AIDS reintegration; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups; \\n document and disseminate data and issues relating to HIV/AIDS as well as the factors fuelling the epidemic in the armed forces and groups; \\n prepare and provide briefing notes and guidance for relevant actors including national partners, UN agencies, international NGOs, donors and others on gender and HIV/ AIDS in the context of DDR; \\n provide technical support and advice on HIV/AIDS to national partners on policy development related to DDR and human security; \\n develop tools and other practical guides for the implementation of HIV/AIDS strategies within DDR and human security frameworks; \\n generate effective results\u00adoriented partnerships among different partners, civil society and community\u00adbased actors to implement a consolidated response to HIV/AIDS within the framework of the DDR programme. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 28, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.13: DDR HIV/AIDS Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n ensure the full integration of activities to address the HIV/AIDS issue through all phases of the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, par\u00ad ticularly offices of HIV/AIDS reintegration; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups; \\n document and disseminate data and issues relating to HIV/AIDS as well as the factors fuelling the epidemic in the armed forces and groups; \\n prepare and provide briefing notes and guidance for relevant actors including national partners, UN agencies, international NGOs, donors and others on gender and HIV/ AIDS in the context of DDR; \\n provide technical support and advice on HIV/AIDS to national partners on policy development related to DDR and human security; \\n develop tools and other practical guides for the implementation of HIV/AIDS strategies within DDR and human security frameworks; \\n generate effective results\u00adoriented partnerships among different partners, civil society and community\u00adbased actors to implement a consolidated response to HIV/AIDS within the framework of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2019, - "Score": 0.211604, - "Index": 2019, - "Paragraph": "The day-to-day planning, analysis, coordination and tasking of all requests for logistic support are handled by the JLOC; see Annex B). The JLOC is also the mission\u2019s single point of contact for the coordination of logistics issues with non-DPKO actors such as NGOs or other UNagencies, fundsandprogrammes. All requests for logistic support should be channelled through the JLOC for appropriate prioritization and tasking.For the JLOC to effectively plan and de- liver logistic support to a DDR programme, it is essential that the DDR management team keeps the JLOC informed of its future support requirements during the planning stage and that it provides the JLOC with the programme operational plan before the DDR operation starts, keeping in view the lead times for design, acquisition, packaging and delivery of logistic services.The DDR operational plan needs to describe what is needed to achieve its planned activities, as follows: \\n physical resources: space, supplies, equipment; \\n human resources: international, national (local, national professional officers), UN volunteers; \\n services; \\n supplies; \\n partnerships/links with implementing partners; \\n time-lines.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "6.6.3. Joint Logistics Operations Centre", - "Heading4": "", - "Sentence": "All requests for logistic support should be channelled through the JLOC for appropriate prioritization and tasking.For the JLOC to effectively plan and de- liver logistic support to a DDR programme, it is essential that the DDR management team keeps the JLOC informed of its future support requirements during the planning stage and that it provides the JLOC with the programme operational plan before the DDR operation starts, keeping in view the lead times for design, acquisition, packaging and delivery of logistic services.The DDR operational plan needs to describe what is needed to achieve its planned activities, as follows: \\n physical resources: space, supplies, equipment; \\n human resources: international, national (local, national professional officers), UN volunteers; \\n services; \\n supplies; \\n partnerships/links with implementing partners; \\n time-lines.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1997, - "Score": 0.210819, - "Index": 1997, - "Paragraph": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners. DDR programme managers need to state the logistic requirements that fall under the direct managerial or financial scope of the peacekeeping mission and DPKO. In addition, the logistic requirements have to be submitted to the Division of Administration as early as possible to ensure timely logistic support. Some of the more important elements are listed below as a guideline: \\n estimated total number of ex-combatants, broken down according to sex, age, dis- ability or illness, parties/groups and locations/sectors; \\n estimated total number of weapons, broken down according to type of weap- on, ammunition, explosives, etc.; \\n time-lineoftheentireprogramme, show- ing start/completion of activities; \\n allocation of resources, materials and services included in the assessed budget; \\n names of all participating UN entities, non-governmental organizations (NGOs) and other implementing partners, with their focal points and telephone numbers/email addresses; \\n forums/meetings and other coordination mechanisms where Joint Logistics Operations Centre (JLOC) participation is requested; \\n requirement of office premises, office furniture, office equipment and related services, with locations; \\n ground transport requirements \u2014 types and quantities; \\n air transport requirements; \\n communications requirements, including identity card machines; \\n medical support requirements; \\n number and location of various disarmament sites, camps, cantonments and other facilities; \\n layout of each site, camp/cantonment with specifications, including: \\n\\n camp/site management structure with designations and responsibilities of officials; \\n\\n number and type of combatants, and their sex and age; \\n\\n number and type of all categories of staff, including NGOs\u2019 staff, expected in the camp; \\n\\n nature of activities to be conducted in the site/camp and special requirements for rations storage, distribution of insertion benefits, etc.; \\n\\n security considerations and requirements; \\n\\n preferred type of construction; \\n\\n services/amenities provided by NGOs; \\n\\n camp services to be provided by the mission, as well as any other specific requirements; \\n\\n dietary restrictions/considerations; \\n\\n fire-fighting equipment; \\n\\n camp evacuation standard operating procedures; \\n\\n policy on employment of ex-combatants as labourers in camp construction.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.3. DDR statement of requirements", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programme managers need to state the logistic requirements that fall under the direct managerial or financial scope of the peacekeeping mission and DPKO.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2184, - "Score": 0.210819, - "Index": 2184, - "Paragraph": "Wherever possible, cost estimates should be based on thorough assessments and surveys. In the absence of concrete information, the UN shall make the assumptions/estimates needed in order to carry out planning and budgeting for a DDR programme. The planning and budgetary process shall take into account realistic worst-case scenarios and build in sufficient financial flexibility to deal with potential identified political and security contin- gencies that may affect DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Flexibility and worst-case planning estimates", - "Heading3": "", - "Heading4": "", - "Sentence": "In the absence of concrete information, the UN shall make the assumptions/estimates needed in order to carry out planning and budgeting for a DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2445, - "Score": 0.210819, - "Index": 2445, - "Paragraph": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance. This often involves proving combatant status or membership of an armed force or group. It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract. When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme. In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.4. Eligibility criteria", - "Sentence": "It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2547, - "Score": 0.210819, - "Index": 2547, - "Paragraph": "The ability of the UN to comprehensively and collectively plan its joint response to crisis has evolved considerably over the last decade. Nonetheless, the expansion of complex peacemaking, peacekeeping, humanitarian and peace-building tasks in complex internal conflicts, which often have regional repercussions, continues to demand an even earlier, closer and more structured process of planning among UN entities and partners.Meeting this demand for more structured planning is essential to delivering better DDR programmes, because DDR is a multisectoral, multi-stakeholder and multi-phase process requiring coordination and adequate links among various post-conflict planning mechanisms. The implementation of DDR programmes often requires difficult compromises and trade-offs among various political, security and development considerations. It also relies very much on establishing an appropriate balance between international involvement and national ownership.DDR programmes have a better chance of success when the DDR planning process starts early (preferably from the beginning of the peace process), builds on the accumulated experience and expertise of local actors, is based on a solid understanding of the conflict (causes, perpetrators, etc.), and deliberately encourages greater unity of effort among UN agencies and their community of partners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The implementation of DDR programmes often requires difficult compromises and trade-offs among various political, security and development considerations.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3049, - "Score": 0.210819, - "Index": 3049, - "Paragraph": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process. Mandates and basic principles, institutional mechanisms, time-frames and eligi- bility criteria should all be defined. As the programme starts, institutional mechanisms and programme details should be elaborated further through the adoption of national legisla- tion or executive decree(s).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.2. Political frameworks and peace accord provisions", - "Heading3": "", - "Heading4": "", - "Sentence": "As the programme starts, institutional mechanisms and programme details should be elaborated further through the adoption of national legisla- tion or executive decree(s).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3116, - "Score": 0.210819, - "Index": 3116, - "Paragraph": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme. These will vary significantly depending on the presence and capabilities of government agencies, local authorities and community-based organizations; UN agencies; and national and international NGOs located near DDR operations. The activities of implementing partners should be coordinated by regional/field offices that report to the JIU of a national DDR agency(also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.4. Implementing agencies/partners", - "Heading4": "", - "Sentence": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2609, - "Score": 0.210042, - "Index": 2609, - "Paragraph": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations. The DSRSG should chair such a steering group. The steering group should include, at the very least, the DSRSG (political/rule of law), force commander, police commissioner, chief of civil affairs, chief of political affairs, chief of public information, chief of administration and chief of the DDR unit.Given the central role played by the UN country team and Resident Coordinator in coordinating UN activities in the field both before and after peace operations, as well as its continued role after peace operations have come to an end, the UN country team should retain strategic oversight of and responsibility, together with the mission, for putting the integrated DDR approach into operation at the field level.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.2. Mission DDR steering group", - "Heading4": "", - "Sentence": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3041, - "Score": 0.210042, - "Index": 3041, - "Paragraph": "Accountability and transparency are important principles for all national institutions. DDR institutions should adopt and encourage/support these values in order to: \\n build confidence among the parties to the DDR process; \\n establish the legitimacy of the process with the general population and local commu- nities; \\n ensure continued financial and technical support from international actors.Accountability mechanisms should be established for the monitoring, oversight and evaluation of processes through both internal and external review. Transparency should be also supported through a broad communications strategy that raises awareness of the prin- ciples and details of the programme (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). ", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Accountability and transparency", - "Heading3": "", - "Heading4": "", - "Sentence": "Transparency should be also supported through a broad communications strategy that raises awareness of the prin- ciples and details of the programme (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3144, - "Score": 0.20739, - "Index": 3144, - "Paragraph": "UN support to national efforts take place in the following areas (the actual degree of UN engagement should be determined on the basis of the considerations outlined above): \\n Political/Strategic support: In order for the international community to provide political support to the DDR process, it is essential to understand the dynamics of both the conflict and the post-conflict period. By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process. The UN system should play an important role in supporting the development of national and local capacities for DDR through providing technical assistance, establishing partnership arrangements with national institutions, and pro- viding training and capacity-building to local implementing partners; \\n Support for the establishment of legal frameworks: A key area in which international exper- tise can support the development of national capacities is in the drawing up of legal frameworks for DDR and related processes of SSR and weapons management. The UN system should draw on experiences from a range of political and legal systems, and assist national authorities in drafting appropriate legislation and legal instruments; \\n Technical assistance for policy and planning: Through the provision of technical assistance, the UN system should provide direct support to the development of national DDR policy and programmes. It is important to ensure, however, that this assistance is provided through partnership or mentoring arrangements that allow for knowledge and skills transfers to national staff, and to avoid situations where international experts take direct responsibility for programme functions within national institutions. When several international institutions are providing technical assistance to national authori- ties, it is important to ensure that this assistance is coordinated and coherent; \\n Direct support for implementation and financial management: The UN system may also be called upon, either by Security Council mandate or at the request of national authorities, to provide direct support for the implementation of certain components of a DDR pro- gramme, including the financial management of resources for DDR. A memorandum of understanding should be established between the UN and national authorities that defines the precise area of responsibility for programme delivery, mechanisms for co- ordination with local partners and clear reporting responsibilities; \\n Material/Logistic support: In the post-conflict period, many national institutions lack both material and human resources. The UN system should provide material and logistic support to national DDR institutions and implementing agencies, particularly in the areas of: information and communications technology and equipment; transportation; rehabilitation, design and management of DDR sites, transit centres and other facilities; the establishment of information management and referral systems; and the procurement of basic goods for reinsertion kits, among others (also see IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization and IDDRS 4.30 on Social and Economic Reintegration); \\n Training programmes for national staff: The UN system should further support capacity development through the provision of training. There are a number of different training methodologies, including the provision of courses or seminars, training of trainers, on- the-job or continuous training, and exchanges with experts from other national DDR institutions. Although shortage of time and money may limit the training options that can be offered, it is important that the approach chosen builds skills through a continuous process of capacity development that transfers skills to local actors; \\n Support to local capacity development and community empowerment: Through local capacity development and community empowerment, the UN system should support local ownership of DDR processes and programmes. Since the success of the DDR process depends largely on the reintegration of individuals at the community level, it is im- portant to ensure that capacity development efforts are not restricted to assisting national authorities, but include direct support to communities in areas of reintegration. In particular, international agencies can help to build local capacities for participation in assessment and planning processes, project and financial management, reporting, and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 14, - "Heading1": "8. The role of international assistance", - "Heading2": "8.2. Areas of UN support", - "Heading3": "", - "Heading4": "", - "Sentence": "When several international institutions are providing technical assistance to national authori- ties, it is important to ensure that this assistance is coordinated and coherent; \\n Direct support for implementation and financial management: The UN system may also be called upon, either by Security Council mandate or at the request of national authorities, to provide direct support for the implementation of certain components of a DDR pro- gramme, including the financial management of resources for DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3027, - "Score": 0.20702, - "Index": 3027, - "Paragraph": "UN-supported DDR aims to be people-centred, flexible, accountable and transparent, na- tionally owned, integrated and well planned. Within the UN, integrated DDR is delivered with the cooperation of agencies, programmes, funds and peacekeeping missions.In a country in which it is implemented, there is a focus on capacity-building at both government and local levels to achieve sustainable national ownership of DDR, among other peace-building measures. Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security. This module focuses on how to create and sustain these conditions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2633, - "Score": 0.204124, - "Index": 2633, - "Paragraph": "A genuine commitment of the parties to the process is vital to the success of DDR. Commit- ment on the part of the former warring parties, as well as the government and the community at large, is essential to ensure that there is national ownership of the DDR programme. Often, the fact that parties have signed a peace agreement indicating their willingness to be dis- armed may not always represent actual intent (at all levels of the armed forces and groups) to do so. A thorough understanding of the (potentially different) levels of commitment to the DDR process will be important in determining the methods by which the international community may apply pressure or offer incentives to encourage cooperation. Different incentive (and disincentive) structures are required for senior-, middle- and lower-level members of an armed force or group. It is also important that political and military com- manders (senior- and middle-level) have sufficient command and control over their rank and file to ensure compliance with DDR provisions agreed to and included in the peace agreement.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Political will", - "Sentence": "Commit- ment on the part of the former warring parties, as well as the government and the community at large, is essential to ensure that there is national ownership of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2664, - "Score": 0.204124, - "Index": 2664, - "Paragraph": "The role of the receiving communities is central to the successful reintegration of ex-com- batants. Therefore, close consultation must take place with all levels of the local community about the possible implications of the DDR programme for these communities, and the type of support (economic, reconciliation, etc.) required to reintegrate ex-combatants. This issue of returning ex-combatants to the communities must be assessed together with the overall impact of all the groups of people who will return, including internally displaced persons and refugees.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Local participation", - "Sentence": "required to reintegrate ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2075, - "Score": 0.201347, - "Index": 2075, - "Paragraph": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems. These indicators should aim to measure performance in terms of outcomes and outputs, effectiveness in achieving programme objec\u00ad tives, and the efficiency of the performance by which outcomes and outputs are achieved (i.e., in relation to inputs). (See IDDRS 5.10 on Women, Gender and DDR, Annex D, sec. 4 for gender\u00adrelated and female\u00adspecific monitoring and evaluation indicators.) These indica\u00ad tors can be divided to address the main components of DDR, as follows:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "6.2. Monitoring indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2612, - "Score": 0.201008, - "Index": 2612, - "Paragraph": "An integrated DDR unit should be established within the peacekeeping mission in order to ensure that planning and implementation of the DDR strategy and programmes is com- prehensive and coordinated, and includes all the necessary elements, within the missionand among partners in the field (see Annex C and IDDRS 3.42 on Personnel and Staffing).Given the important differences among the administrative and financial procedures of different UN Agencies, Departments, Funds and Programmes, as well as their various implementation methods, it is not possible to achieve complete operational/administrative integration. Instead, the goal should be complete integration at the planning level and in the methods of the various entities involved in the mission to ensure efficient and timely coordination of operations within this framework.An integrated and centralized mechanism for reporting on DDR programme results should be established to compile, consolidate and distribute information and monitor results from the activities of all the UN entities involved.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.3. Integrated UN DDR unit", - "Heading4": "", - "Sentence": "An integrated DDR unit should be established within the peacekeeping mission in order to ensure that planning and implementation of the DDR strategy and programmes is com- prehensive and coordinated, and includes all the necessary elements, within the missionand among partners in the field (see Annex C and IDDRS 3.42 on Personnel and Staffing).Given the important differences among the administrative and financial procedures of different UN Agencies, Departments, Funds and Programmes, as well as their various implementation methods, it is not possible to achieve complete operational/administrative integration.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 17, - "Score": 0.3849, - "Index": 17, - "Paragraph": "Refers to both individuals and groups who receive indirect benefits through a UN-supported DDR operation or programme. This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 1, - "Heading1": "Beneficiary/ies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 551, - "Score": 0.324443, - "Index": 551, - "Paragraph": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR). CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure. Specific provisions for CVR may also be included in local-level peace agreements, sometimes instead of DDR programmes (see IDDRS 2.20 on The Politics of DDR).When the preconditions for a DDR programme are absent, CVR may be used to contribute to security and stabilization, to help make the returns of stability more tangible, and to create more conducive environments for national and local peace processes. More specifically, CVR programmes can be used as a means to: \\n De-escalate violence during a preliminary ceasefire and build confidence before the signature of a Comprehensive Peace Agreement (CPA) and the launch of a DDR programme; \\n Prevent at-risk individuals, particularly at-risk youth, from joining armed groups; \\n Stop former members of armed groups from rejoining these groups and from en- gaging in violent crime and destructive social unrest; \\n Provide stop-gap reinsertion assistance for a defined period (6\u201318 months), par- ticularly if demobilization is complete and reintegration support is still at the planning and/or resource mobilization stage; \\n Encourage members of armed groups that have not signed on to peace agreements to move away from armed violence; \\n Reorient members of armed groups away from waging war and towards construc- tive activities; \\n Reduce violence in communities and neighbourhoods that are vulnerable to high rates of armed violence, organized crime and/or sexual or gender-based violence; and \\n Increase the capacity of communities and neighbourhoods to absorb newly rein- serted and reintegrated former combatants.CVR programmes are typically short to medium term and include, but are not limited to, a combination of: \\n Weapons and ammunition management; \\n Labour-intensive short-term employment; \\n Vocational/skills training and job employment; \\n Infrastructure improvement; \\n Community security and police rapprochement; \\n Educational outreach and social mobilization; \\n Mental health and psychosocial support, in both collective and individual formats; \\n Civic education; and \\n Gender transformative projects including education and awareness-raising pro- grammes with community members on gender, women\u2019s empowerment, and con- flict-related sexual and gender-based violence (SGBV) prevention and response.Whether introduced in mission or non-mission settings, CVR priorities and projects should, without exception, be crafted at the local level, with representative participation, and where possible, consultation of community stakeholders, including women, boys, girls and youth.All CVR programmes should be underpinned by a clear theory of change that defines the problem to be solved, surfaces the core assumptions underlying the theory of change, explains the core targets and metrics to be addressed, and describes how the proposed intervention activities will address these issues.Specific theories of change for CVR programmes should be adapted to particular con- texts. However, very often an underlying ex- pectation of CVR is that specific programme activities will provide former combatants and other at-risk individuals with alternatives that are more attractive than joining armed groups or resorting to armed violence and/or provide the mental tools and interpersonal coping strat- egies to resist incitements to violence. Another common underlying expectation is that CVR projects will contribute to social cohesion. In socially cohesive communities, com- munity members feel that they belong to the community, that there is trust between community members, and that community members can work together. Members of socially cohesive communities are more likely to be aware of, and more likely to inter- vene when they see, behaviour that may lead to violence. Therefore, by fostering social cohesion and providing alternatives, communities become active participants in the reduction of armed violence.By promoting peaceful and inclusive societies, CVR has the potential to directly contribute to the Sustainable Development Goals, and particularly SDG 16 on Peace, Justice and Strong Institutions. CVR can also reinforce other SDG targets, including 4.1 and 4.7, on education and promoting cultures of peace, respectively; 5.2 and 5.5, on preventing violence against women and girls and promoting women\u00b4s leadership and participation; and 8.7 and 8.8, related to child soldiers and improving workplace safety. CVR may also contribute to SDG 10.2, on political, social and economic inclusion; 11.1, 11.2 and 11.7, on housing, transport and safe public spaces; and 16.1, 16.2 and 16.4, related to reducing violence, especially against children, and the availability of arms.CVR programmes aim to sustain peace by preventing the (re-)recruitment of former combatants and other individuals at risk of recruitment (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR). Although CVR is essentially a technical intervention, the pro- cess of planning, formulating, negotiating and executing activities may be intensely political. CVR should involve routine engagement and negotiation with government officials, active and/or former members of armed groups, individuals at risk of recruit- ment, business and civic leaders, and communities as a whole; it necessitates a deep understanding of the local context and the common definition/understanding of an overarching CVR strategy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 99, - "Score": 0.297044, - "Index": 99, - "Paragraph": "Criteria that establish who will benefit from DDR assistance and who will not. there are five categories of people that should be taken into consideration in DDR programmes: (1) male and female adult combatants; (2) children associated with armed forces and groups; (3) those working in non-combat roles (including women); (4) ex-combatants with disabilities and chronic illnesses; and (5) dependants. \\nWhen deciding on who will benefit from DDR assistance, planners should be guided by three principles, which include: (1) focusing on improving security. DDR assistance should target groups that pose the greatest risk to peace, while paying careful attentions to laying the foundation for recovery and development; (2) balancing equity with security. Targeted assistance should be balanced against rewarding violence. Fairness should guide eligibility; and (3) achieving flexibility. \\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Eligibility criteria ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 478, - "Score": 0.288675, - "Index": 478, - "Paragraph": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict. In a peacekeeping context, this trend has been part of a move towards complex operations that seek to deal with a wide variety of issues ranging from security to human rights, rule of law, elections and economic governance, rather than traditional peacekeeping where two warring parties were separated by a ceasefire line patrolled by blue-helmeted soldiers.The changed nature of peacekeeping and post-conflict recovery strategies requires close coordination among UN departments, agencies, funds and programmes. In the past five years alone, DDR has been included in the mandates for multidimensional peacekeeping operations in Burundi, C\u00f4te d\u2019Ivoire, the Democratic Republic of the Congo, Haiti, Liberia and Sudan. Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes. This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 372, - "Score": 0.276026, - "Index": 372, - "Paragraph": "Sensitization within the DDR context refers to creating awareness, positive understanding and behavioural change towards: (1) specific components that are important to DDR planning, implementation and follow-up; and (2) transitional changes for ex-combatants, their dependants and surrounding communities, both during and post-DDR processes. For those who are planning and implementing DDR, sensitization can entail making sure that specific needs of women and children are included within DDR programme planning. It can consist of taking cultural traditions and values into consideration, depending on where the DDR process is taking place. For ex-combatants, their dependants and surrounding communities who are being sensitized, it means being prepared for and made aware of what will happen to them and their communities after being disarmed and demobilized, e.g., taking on new livelihoods, which will change both their lifestyle and environment. Such sensitization processes can occur with a number of tools: training and issue-specific workshops; media tools such as television, radio, print and poster campaigns; peer counselling, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 22, - "Heading1": "Sensitization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Sensitization within the DDR context refers to creating awareness, positive understanding and behavioural change towards: (1) specific components that are important to DDR planning, implementation and follow-up; and (2) transitional changes for ex-combatants, their dependants and surrounding communities, both during and post-DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 119, - "Score": 0.258199, - "Index": 119, - "Paragraph": "Programme in which food is supplied on condition that the recipient attends a training programme", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 8, - "Heading1": "Food for training (FFT) ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Programme in which food is supplied on condition that the recipient attends a training programme", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 83, - "Score": 0.25, - "Index": 83, - "Paragraph": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. detailed field assessments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Detailed field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1182, - "Score": 0.246183, - "Index": 1182, - "Paragraph": "It is essential to encourage unity of effort in the analysis, design and implementation of politically sensitive DDR processes. This emphasis must start with ensuring that those negotiating a peace agreement are properly advised so as to reach technically sound agreements and to integrate DDR processes with other relevant parts of the peace process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles ", - "Heading2": "4.4 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "It is essential to encourage unity of effort in the analysis, design and implementation of politically sensitive DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1175, - "Score": 0.218218, - "Index": 1175, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the political dynamics of DDR:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/Who participates in a DDR process?.json b/media/usersResults/Who participates in a DDR process?.json deleted file mode 100644 index 4e61b91..0000000 --- a/media/usersResults/Who participates in a DDR process?.json +++ /dev/null @@ -1,14566 +0,0 @@ -[ - { - "index": 1333, - "Score": 0.516398, - "Index": 1333, - "Paragraph": "As members of mediation support teams or mission staff in an advisory role to the Special Representative to the Secretary-General (SRSG) or the Deputy Special Repre- sentative to the Secretary-General (DSRSG), DDR practitioners can provide advice on how to engage with armed forces and groups on DDR issues and contribute to the attainment of agreements. In non-mission settings, the UN peace and development advisors (PDAs) deployed to the office of the UN Resident Coordinator (RC) play a key role in advising the RC and the government on how to engage and address armed groups. DDR practitioners assigned to UN mediation support teams may also draft DDR provisions of ceasefires, local peace agreements and CPAs, and make proposals on the design and implementation of DDR processes.In addition to the various parties to the conflict, the UN should also support the participation of civil society in peace negotiations, in particular women, youth and others traditionally excluded from peace talks. Women\u2019s participation (in mediation and negotiations) can expand the range of domestic constituencies engaged in a peace process, strengthening its legitimacy and credibility. Women\u2019s perspectives also bring a different understanding of the causes and consequences of conflict, generating more comprehensive and potentially targeted proposals for its resolution.Mediators and DDR practitioners should recognize the sensitivities around lan- guage and be flexible and contextual with the terms that are used. The term \u2018reinte- gration\u2019 may be perceived as inappropriate, particularly if members of armed groups never left their communities. Terms such as \u2018rehabilitation\u2019 or \u2018reincorporation\u2019 may be considered instead. Similarly, the term \u2018disarmament\u2019 can include connotations of surrender or of having weapons taken away by a more powerful actor, and its use can prevent warring parties from moving forward with the negotiations (see also IDDRS 4.10 on Disarmament). DDR practitioners and mediators can consider the use of more neutral terms, such as \u2018laying aside of weapons\u2019 or \u2018transitional weapons and ammu- nition management\u2019. The use of transitional WAM activities and terminology may also set the ground for more realistic arms control provisions in a peace agreement while guarantees around security, justice and integration into the security sector are lacking (see also IDDRS 4.11 on Transitional Weapons and Ammunition Management). Medi- ators and other actors supporting the mediation process should have strong DDR and WAM knowledge or have access to expertise that can guide them in designing appro- priate and evidence-based DDR WAM provisions.Within a CPA, the detail of large parts of the final security arrangements, including strategy and programme documents and budgets, is often left until later. However, CPAs should typically establish the principle that DDR will take place and outline the structures responsible for implementation.If contextual analysis reveals that both local and national conflict dynamics are at play (see section 5.1.4) DDR practitioners can support a multilevel approach to mediation. This approach should not be reactive and ad hoc, but part of a well-articulated strategy explicitly connecting the local to the national.Problems may arise if those engaged in negotiations are not well informed about DDR and commit to an unsuitable or unrealistic process. This usually occurs when DDR expertise is not available in negotiations or the organizations that might support a DDR process are not consulted by the mediators or facilitators of a peace process. It is therefore important to ensure that DDR experts are available to advise on peace agree- ments that include provisions for DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 16, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.3 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "This usually occurs when DDR expertise is not available in negotiations or the organizations that might support a DDR process are not consulted by the mediators or facilitators of a peace process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 525, - "Score": 0.489898, - "Index": 525, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1136, - "Score": 0.489898, - "Index": 1136, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1166, - "Score": 0.48795, - "Index": 1166, - "Paragraph": "The impact of DDR on the political landscape is influenced by the context, the history of the conflict, and the structures and motivations of the warring parties. Some armed groups may have few political motivations or demands. Others, however, may fight against the State, seeking political power. Armed conflict may also be more localized, linked to local politics and issues such as access to land. There may also be complex interactions between political dynamics and conflict drivers at the local, national and regional levels.In order to support a peaceful resolution to armed conflict, DDR practitioners can support the mediation, oversight and implementation of peace agreements. Local- level peace agreements may take many forms, including (but not limited to) local non- aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements. National-level peace agreements may also vary, ranging from cease- fire agreements to Comprehensive Peace Agreements (CPAs) with provisions for the establishment of a political power-sharing system. In this context, the role of former warring parties in interim political institutions may include participation in the interim administration as well as in other political bodies or movements, such as being repre- sented in national dialogues. DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics. For example, armed groups may refuse to disarm and demobilize until they are sure that their political demands will be met. Having control over DDR processes can constitute a powerful political position, and, as a result, groups or individuals may attempt to manipulate these processes for political gain. Furthermore, during a con- flict armed groups may become politically empowered and can challenge established political systems and structures, create DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influence, and be influenced by, political dynamics. alternative political arrangements or take over functions usually reserved for the State, including as security providers. Measures to disband armed groups can provide space for the restoration of the State in places where it was previously absent, and therefore can have a strong impact upon the security and political environment.The political limitations of DDR should also be considered. Integrated DDR processes can facilitate engagement with armed groups but will have limited impact unless parallel efforts are undertaken to address the reasons why these groups felt it necessary to mobilize in the first place, their current and prospective security concerns, and their expectations for the future. Overcoming these political limitations requires recognition of the strong linkages between DDR and other aspects of a peace process, including broader political arrangements, transitional justice and reconciliation, and peacebuilding activities, without which there will be no sustainable peace. Importantly, national-level peace agreements may not be appropriate to resolve ongoing local-level conflicts or regional conflicts, and it will be necessary for DDR practitioners to develop strategies and select DDR-related tools that are appropriate to each level.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 963, - "Score": 0.471405, - "Index": 963, - "Paragraph": "Article 55 of the UN Charter calls on the Organization to promote universal respect for, and observance of, human rights and fundamental freedoms for all, based on the recognition of the dignity, worth and equal rights of all. In their work, all UN personnel have a responsibility to ensure that human rights are promoted, respected, protected and advanced.Accordingly, UN DDR practitioners have a duty in carrying out their work to promote and respect the human rights of all DDR participants and beneficiaries. The main sources of international human rights law are: \\n The Universal Declaration of Human Rights (1948) (UDHR) was proclaimed by the UN General Assembly in Paris on 10 December 1948 as a common standard of achievement for all peoples and all nations. It set out, for the first time, fundamental human rights to be universally protected. \\n The International Covenant on Civil and Political Rights (1966) (ICCPR) establishes a range of civil and political rights, including rights of due process and equality before the law, freedom of movement and association, freedom of religion and political opinion, and the right to liberty and security of person. \\n The International Covenant on Economic, Social and Cultural Rights (1966) (ICESCR) establishes the rights of individuals and duties of States to provide for the basic needs of all persons, including access to employment, education and health care. \\n The Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment (1984) (CAT) establishes that torture is prohibited under all circumstances, including in times of war, internal political instability or other public emergency, and regardless of the orders of superiors or public authorities. \\n The Convention on the Rights of the Child (1989) (CRC) and the Optional Protocol to the CRC on Involvement of Children in Armed Conflict (2000) recognize the special status of children and reconfirm their rights, as well as States\u2019 duty to protect children in a number of specific settings, including during armed conflict. The Optional Protocol is particularly relevant to the DDR context, as it concerns the rights of children involved in armed conflict. \\n The Convention on the Elimination of All Forms of Discrimination against Women (1979) (CEDAW) defines what constitutes discrimination against women and sets up an agenda for national action to end it. CEDAW provides the basis for realizing equality between women and men through ensuring women\u2019s equal access to, and equal opportunities in, political and public life \u2013 including the right to vote and to stand for election \u2013 as well as education, health and employment. States parties agree to take all appropriate measures, including legislation and temporary special measures, so that women can enjoy all their human rights and fundamental freedoms. General recommendation No. 30 on women in conflict prevention, conflict and post-conflict situations, issued by the CEDAW Committee in 2013, specifically recommends that States parties, among others, ensure (a) women\u2019s participation in all stages of DDR processes; (b) that DDR processes specifically target female combatants and women and girls associated with armed groups and that barriers to their equitable participation are addressed; (c) that mental health and psychosocial support as well as other support services are provided to them; and (d) that DDR processes specifically address women\u2019s distinct needs in order to provide age and gender-specific DDR support. \\n The Convention on the Rights of Persons with Disabilities (2006) (CRPD) clarifies and qualifies how all categories of rights apply to persons with disabilities and identifies areas where adaptations have to be made for persons with disabilities to effectively exercise their rights, and where protection of rights must be reinforced. This is also relevant for people with psychosocial, intellectual and cognitive disabilities, and is a key legislative framework addressing their human rights including the right to quality services and the right to community integration. \\n The International Convention for the Protection of All Persons from Enforced Disappearance (2006) (ICPPED) establishes that enforced disappearances are prohibited under all circumstances, including in times of war or a threat of war, internal political instability or other public emergency.The following rights enshrined in these instruments are particularly relevant, as they often arise within the DDR context, especially with regard to the treatment of persons located in DDR facilities (including but not limited to encampments): \\n Right to life (article 3 of UDHR; article 6 of ICCPR; article 6 of CRC; article 10 of CRPD); \\n Right to freedom from torture or other cruel, inhuman or degrading treatment or punishment (article 5 of UDHR; article 7 of ICCPR; article 2 of CAT; article 37(a) of CRC; article 15 of CRPD); \\n Right to liberty and security of person, which includes the prohibition of arbitrary arrest or detention (article 9 of UDHR; article 9(1) of ICCPR; article 37 of CRC); \\n Right to fair trial (article 10 of UDHR; article 9 of ICCPR; article 40(2)(iii) of CRC); \\n Right to be free from discrimination (article 2 of UDHR; articles 2 and 24 of ICCPR; article 2 of CRC; article 2 of CEDAW; article 5 of CRPD); and \\n Rights of the child, including considering the best interests of the child (article 3 of CRC; article 7(2) of CRPD), and protection from all forms of physical or mental violence, injury or abuse, neglect or negligent treatment, maltreatment or exploitation (article 19 of CRC).While the UN is not a party to the above instruments, they provide relevant standards to guide its operations. Accordingly, the above rights should be taken into consideration when developing UN-supported DDR processes, when supporting host State DDR processes and when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, in order to ensure that the rights of DDR participants and beneficiaries are promoted and respected at all times.The application and interpretation of international human rights law must also be viewed in light of the voluntary nature of DDR processes. The participants and beneficiaries of DDR processes shall not be held against their will or subjected to other deprivations of their liberty and security of their persons. They shall be treated at all times in accordance with international human rights law norms and standards.Special protections may also apply with respect to members of particularly vulnerable groups, including women, children and persons with disabilities. Specifically, with regard to women participating in DDR processes, Security Council resolution 1325 (2000) on women and peace and security calls on all actors involved, when negotiating and implementing peace agreements, to adopt a gender perspective, including the special needs of women and girls during repatriation and resettlement and for rehabilitation, reintegration and post-conflict reconstruction (para. 8(a)), and encourages all those involved in the planning for DDR to consider the different needs of female and male ex-combatants and to take into account the needs of their dependents. In all, DDR processes should be gender-responsive, and there should be equal access for and participation of women at all stages (see IDDRS 5.10 on Women, Gender and DDR).Specific guiding principles \\n DDR practitioners should be aware of the international human rights instruments that guide the UN in supporting DDR processes. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken. \\n DDR practitioners shall take the necessary precautions, special measures or actions to protect and ensure the human rights of DDR participants and beneficiaries. \\n DDR practitioners shall report and seek legal advice in the event that they witness any violations of human rights by national authorities within a UN-supported DDR facility.Red lines \\n DDR practitioners shall not facilitate any violations of human rights by national authorities within a UN-supported DDR facility.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 7, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.2 International humanitarian law", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is being undertaken.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 635, - "Score": 0.450988, - "Index": 635, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 912, - "Score": 0.447214, - "Index": 912, - "Paragraph": "As noted above, mandates are the main points of reference for UN-supported DDR processes. The mandate will determine what, when and how DDR processes can be supported or implemented. There are various sources of a UN actor\u2019s mandate to assist DDR processes. For UN peace operations, which are subsidiary organs of the Security Council, the mandate is found in the applicable Security Council resolution.Certain UN funds and programmes also have explicit mandates addressing DDR. In the absence of explicit, specific DDR-related provisions within their mandates, these UN funds and programmes should conduct any activity related to DDR processes in accordance with the principles and objectives in their general mandates.In addition, a number of specialized agencies and related organizations are mandated to conduct activities related to DDR processes. These entities often cooperate with UN peace operations, funds and programmes within their respective mandates in order to ensure a common approach to and coherency of their activities.Where a peace agreement exists, it may address the roles and responsibilities of DDR practitioners, both domestic and international, the basic principles applicable to the DDR process, the strategic approach, institutional mechanisms, timeframes and eligibility criteria. The peace agreement would thus provide guidance to DDR practitioners as to the implementation of their DDR mandate, where they are tasked with providing support to national DDR efforts undertaken pursuant to the peace agreement. It is important to remember, however, that while peace agreements may provide a framework for and guide the implementation of the DDR process, they do not provide the actual mandate to undertake such activities for UN system actors. It is the reference to the peace agreement in the practitioner\u2019s DDR mandate that makes the peace agreement (and the accompanying DDR policy document) relevant. As mentioned above, the authority to carry out DDR processes is established in a UN system actor\u2019s constitutive instrument and/or in a decision by the actor\u2019s governing organ.In countries where no peace agreement exists, there may be no overarching framework for the DDR process, which could result in a lack of clarity regarding objectives, activities, coordination and strategy. In such cases, the fall-back for DDR practitioners would be to rely solely on the mandate of their own entity that is applicable in the relevant State to determine their role in the DDR process, how to coordinate with other actors and the activities they may undertake.If a particular mandate includes assistance to the national authorities in the development and implementation of a DDR process, the UN system actor concerned may, in accordance with its mandate, enter into a technical agreement with the host State on logistical and operational coordination and cooperation. The technical agreement may, as necessary, integrate elements from the peace agreement, if one exists.DDR mandates may also include provisions that tie the development and implementation of DDR processes to other ongoing conflict and post-conflict initiatives, including ones concerning transitional justice (TJ).Many UN system entities operating in post-conflict situations have simultaneous DDR and TJ mandates. The overlap of TJ measures with DDR processes can create tension but may also contribute towards achieving the long-term shared objectives of reconciliation and peace. It is thus crucial that UN-supported DDR processes have a clear and coherent relationship with any TJ measures ongoing within the country (see IDDRS 6.20 on DDR and Transitional Justice).Specific guiding principles \\n DDR practitioners should be familiar with the most recent documents establishing the mandate to conduct DDR processes, specifically, the source and scope of that mandate. \\n When starting a new form of activity related to the DDR process, DDR practitioners should seek legal advice if there is doubt as to whether this new form of activity is authorized under the mandate of their particular entity. \\n When starting a new form of activity related to the DDR process, DDR practitioners should ensure coordination with other relevant initiatives. \\n Peace agreements, in themselves, do not provide UN entities with a mandate to support DDR. It is the reference to the peace agreement in the mandate of the DDR practitioner\u2019s particular entity that makes the peace agreement (and the accompanying DDR policy document) relevant. This mandate may set boundaries regarding what DDR practitioners can do or how they go about their jobs.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 4, - "Heading1": "4. General guiding principles", - "Heading2": "4.1 Mandate ", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n When starting a new form of activity related to the DDR process, DDR practitioners should ensure coordination with other relevant initiatives.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1415, - "Score": 0.436436, - "Index": 1415, - "Paragraph": "Along with the signature of a peace agreement, elections are often seen as a symbol marking the end of the transition from war to peace. If they are to be truly representative and offer an alternative way of contesting power, politics must be demilitarized (\u201dtake the gun out of politics\u201d or go \u201cfrom bullet to ballot\u201d) and transform armed groups into viable political parties that compete in the political arena. It is also through political parties that citizens, including former combatants, can involve themselves in politics and policymaking, as parties provide them with a structure for political participation and a channel for making their voices heard. Not all armed groups can become viable political parties. In this case, alternatives can be sought, including the establishment of a civil society organization aimed at advancing the cause of the group. However, if the transformation of armed groups into political parties is part of the conflict resolution process, reflected in a peace agreement, then the UN should provide support towards this end.DDR may affect the holding of or influence the outcome of elections in several ways: \\n Armed forces and groups that wield power through weapons and the threat of violence can influence the way people vote, affecting the free and fair nature of the elections. \\n Hybrid political \u2019parties\u2019 that are armed and able to organize violence retain the ability to challenge electoral results through force. \\n Armed groups may not have had the time nor space to transform into political actors. They may feel cheated if they are not able to participate fully in the process and revert to violence, as this is their usual way of challenging institutions or articulating grievances. \\n Women in armed groups may be excluded or marginalized as leadership roles and places in the political ranks are carved out.There is often a push for DDR to happen before elections are held. This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls. Delays in DDR may affect the timing of elections, or elections that are planned too early can result in a rushed DDR process, all of which may compromise the credi- bility of the broader peace process. Conversely, postponing elections until DDR is com- pleted can be difficult, especially given the long timeframes for DDR, and when there are large caseloads of combatants still to be demobilized or non-signatory movements are still active and can become spoilers. For these reasons DDR practitioners should consider the sequencing of DDR and elections and acknowledge that the interplay between them will have knock-on effects.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 21, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.4 Elections and the transformation of armed groups", - "Heading4": "", - "Sentence": "Delays in DDR may affect the timing of elections, or elections that are planned too early can result in a rushed DDR process, all of which may compromise the credi- bility of the broader peace process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 566, - "Score": 0.436436, - "Index": 566, - "Paragraph": "Participation in CVR as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in CVR as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 991, - "Score": 0.435194, - "Index": 991, - "Paragraph": "Relatedly, a body of rules has also been developed with respect to internally displaced persons (IDPs). In addition to relevant human rights law principles, the \u201cGuiding Principles on Internal Displacement\u201d (E/CN.4/1998/53/Add.2) provide a framework for the protection and assistance of IDPs. The Guiding Principles contain practical guidance to the UN in its protection of IDPs, as well as serve as an instrument for public policy education and awareness-raising. Substantively, the Guiding Principles address the specific needs of IDPs worldwide. They identify rights and guarantees relevant to the protection of persons from forced displacement and to their protection and assistance during displacement as well as during return or reintegration.Specific guiding principles \\n DDR practitioners should be aware of international refugee law and how it relates to UN DDR processes. \\n DDR practitioners should be aware of the principle of non-refoulement, which exists under both international human rights law and international refugee law, though with different conditions. \\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities. In particular, they shall not facilitate any violations of the principle of non-refoulement including for DDR participants and beneficiaries who may not qualify as refugees.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 12, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "iii. Internally displaced persons", - "Sentence": "\\n DDR practitioners should be aware of the relevant domestic legislation that provides for the rights and freedoms of DDR participants and beneficiaries within the Member State where the DDR process is carried out.Red lines \\n DDR practitioners shall not facilitate any violations of international refugee law by national authorities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 866, - "Score": 0.433013, - "Index": 866, - "Paragraph": "In carrying out DDR processes, UN system actors are governed by their constituent instruments and by the specific mandates given to them by their respective governing bodies. In general, a mandate authorizes and tasks an actor to carry out specific functions. Mandates are the main points of reference for UN-supported DDR processes that will determine the scope of activities that can be undertaken.In the case of the UN and its subsidiary organs, including its funds and programmes, the primary source of all mandates is the Charter of the United Nations (the \u2018Charter\u2019). Specific mandates are further established through the adoption of decisions by the Organization\u2019s principal organs in accordance with their authority under the Charter. Both the General Assembly and the Security Council have the competency to provide DDR mandates as measures related to the maintenance of international peace and security. For the funds and programmes, mandates are further provided by the decisions of their executive boards. Specialized agencies and related organizations of the UN system similarly operate in host States in accordance with the terms of their constituent instruments and the decisions of their deliberative bodies or other competent organs.In addition to mandates, UN system actors are governed by their internal rules, policies and procedures.DDR processes are also undertaken in the context of a broader international legal framework and should be implemented in a manner that ensures that the relevant rights and obligations under that broader legal framework are respected. Peace agreements, where they exist, are also crucial in informing the implementation of DDR practitioners\u2019 mandates by providing a framework for the DDR process. Peace agreements can take a variety of forms, ranging from local-level agreements to national-level ceasefires and Comprehensive Peace Agreements (see IDDRS 2.20 on The Politics of DDR). Following the conclusion of an agreement, a DDR policy document may also be developed by the Government and the signatory armed groups, often with UN support. Where the UN DDR mandate consists of providing support to national DDR efforts and makes reference to the peace agreement, DDR practitioners will typically work within the framework of the peace agreement and the DDR policy document.DDR processes can also be implemented in contexts where there are no peace agreements (see IDDRS 2.10 on The UN Approach to DDR). Therefore, if there is no such framework in place, UN system DDR practitioners will have to rely solely on their own entity\u2019s mandate in order to determine their role and responsibilities, as well as the applicable basic principles.Finally, to facilitate DDR processes, UN system actors conclude project and technical agreements with the States in which they operate, which also provide a framework. They also enter into agreements with the host State to regulate their status, privileges and immunities and those of their personnel.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Peace agreements, where they exist, are also crucial in informing the implementation of DDR practitioners\u2019 mandates by providing a framework for the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 881, - "Score": 0.433013, - "Index": 881, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of UN supported DDR processes. In addition to these principles, the following general guiding principles related specifically to the legal framework apply when carrying out DDR processes. \\n Abide by the applicable legal framework. The applicable legal framework should be a core consideration at all stages, when drafting, designing, executing and evaluating DDR processes. Failure to abide by the applicable legal framework may result in consequences for the UN entity involved and the UN more generally, including possible liabilities. It may also lead to personal accountability for the DDR practitioner(s) involved. \\n Know your mandate. DDR practitioners should be familiar with the source and scope of their mandate. To the extent that their involvement in the DDR process requires coordination and/or cooperation with other UN system actors, they should also know the respective roles and responsibilities of those other actors. If a peace agreement exists, it should be one of the first documents that DDR practitioners consult to understand the framework in which they will carry out the DDR process. \\n Develop a concept of operations (CONOPS). DDR practitioners should have a common, agreed approach in order to ensure coherence amongst UN system-supported DDR processes and coordination among the various UN system actors that are conducting DDR in a particular context. This can be achieved through a written CONOPS, developed in consultation, as necessary, with the relevant headquarters. The CONOPS can also be adjusted to include the legal obligations of the UN system actor. \\n Develop operation-specific standard operating procedures (SOPs) or guidelines for DDR. Consistent with the CONOPS, DDR practitioners should consider developing operation-specific SOPs or guidelines. These may address, for instance, standards for cooperation with criminal justice and other accountability processes, measures for controlling access to DDR encampments or other installations, measures for the safe handling and destruction of weapons and ammunition, and other relevant issues. They may also include references to, and explanations of, the applicable legal standards. \\n Include legal considerations in all relevant project documents. In general, legal considerations should be integrated and addressed, as appropriate, in all relevant written project documents, including those agreed with the host State. \\n Seek legal advice. As a general matter, DDR practitioners should seek legal advice when they are in doubt as to whether a situation raises legal concerns. In particular, DDR practitioners should seek advice when they foresee new elements or significant changes in their DDR processes (e.g., when a new type of activity or new partners are involved). It is important to know where, and how, such advice may be requested and obtained. Familiarity with the legal office in-country and having clear channels of communication for seeking expeditious advice from headquarters are critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 3, - "Heading1": "4. General guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If a peace agreement exists, it should be one of the first documents that DDR practitioners consult to understand the framework in which they will carry out the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1476, - "Score": 0.414781, - "Index": 1476, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1447, - "Score": 0.412393, - "Index": 1447, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1549, - "Score": 0.412393, - "Index": 1549, - "Paragraph": "The UN\u2019s integrated approach to DDR is applicable to mission and non-mission contexts, and emphasizes the role of DDR programmes, DDR-related tools, and reintegration support, including when complementing DDR-related tools.The unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a range of activities falling under the operational categories of disarmament, demobilization and reintegration. (See definitions above.) These programmes are typically top-down and are designed to implement the terms of a peace agreement between armed groups and the Government.The UN views DDR programmes as an integral part of peacebuilding efforts. DDR programmes focus on the post-conflict security problem that arises when combatants are left without livelihoods and support networks during the vital period stretching from conflict to peace, recovery and development. DDR programmes also help to build national capacity for long-term reintegration and human security, and they recognize the need to contribute to the right to reparation and to guarantees of non-repetition (see IDDRS 6.20 on DDR and Transitional Justice).DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme:DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for \\nDDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.DDR programmes provide a framework for their coordination, management and implementation by national Governments with support from the UN system, international financial institutions, and regional stakeholders. They establish the expected outcomes, outputs and activities required, organize costing requirements into a budget, and set the monitoring and evaluation framework by identifying indicators, targets and milestones.The UN\u2019s integrated approach to DDR acknowledges that planning for DDR programmes shall be initiated as early as possible, even before a ceasefire and/or peace agreement is signed, before sufficient trust is built in the peace process, and before minimum conditions of security are reached that enable the parties to the conflict to engage willingly in DDR (see IDDRS 3.10 on Integrated DDR Planning).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).In recent years, DDR practitioners have increasingly been deployed in settings where the preconditions for DDR programmes are not in place. In some contexts, a peace agreement may have been signed but the armed groups have lost trust in the peace process or reneged on the terms of the deal. In other settings, where there are multiple armed groups, some may sign on to a peace agreement while others do not. In contexts of violent extremism conducive to terrorism, peace agreements are only a remote possibility.It is not solely the lack of ceasefire agreements or peace processes that makes integrated DDR more challenging, but also the proliferation and diversification of armed groups, including some with links to transnational networks and organized crime. The phenomenon of violent extremism, as and when conducive to terrorism, creates legal and operational challenges for integrated DDR and, as a result, requires specific guidance. (For legal guidance pertinent to the UN approach to DDR, see IDDRS 2.11 on The Legal Framework for UN DDR.) Support to programmes for individuals leaving armed groups labelled and/or designated as terrorist organizations, among other things, should be predicated on a comprehensive screening process based on international standards, including international human rights obligations and national justice frameworks. There is no universally agreed upon definition of \u2018terrorism\u2019, nor associated terms such as \u2018violent extremism\u2019. Nevertheless, the 19 international instruments on terrorism agree on definitions of terrorist acts/offenses, which are binding on Member States that are party to these conventions, as well as Security Council resolutions that describe terrorist acts. Practitioners should have a solid grounding in the evolving international counter-terrorism framework as established by the United Nations Global Counter-Terrorism Strategy, relevant General Assembly and Security Council resolutions and mandates, and the Secretary-General\u2019s Plan of Action to Prevent Violent Extremism.In response to these challenges, DDR practitioners may contribute to stabilization initiatives through the use of DDR-related tools. The specific aims of DDR-related tools will vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP), and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN\u2019s integrated approach to DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In line with the sustaining peace approach, this means that the UN should provide long-term support to reintegration that takes place in the absence of DDR programmes during conflict escalation, ongoing conflict and post-conflict reconstruction (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). The first goal of this support should be to facilitate the sustainable reintegration of those leaving armed forces and groups. However, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent future recruitment and sustain peace.In this regard, opportunities should be seized to prevent relapse into conflict (or any form of violence), including by tackling root causes and understanding peace dynamics. Appropriate linkages should also be established with local and national stabilization, recovery and development plans. Reintegration support as part of sustaining peace is not only an integral part of DDR programmes, it also follows SSR where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups labelled and/or designated as terrorist organizations.In sum, in countries in active armed conflict or emerging from armed conflict, DDR programmes, related tools and reintegration support contribute to stabilization efforts, to addressing gender inequalities exacerbated by conflict, and to creating an environment in which a peace process, political and social reconciliation, access to livelihoods and sustainable decent work, and long-term development can take root. When the preconditions for a DDR programme are in place, the DDR of combatants from both armed forces and groups can help to establish a climate of confidence and security, a necessity for recovery activities to begin, which can directly yield tangible benefits for the population. When the preconditions for a DDR programme are not in place, practitioners may choose from a set of DDR-related tools and measures in support of reintegration that can contribute to stabilization, help to make the returns of stability more tangible, and create more conducive environments for national and local peace processes. As such, integrated DDR processes should be seen as integral parts of efforts to consolidate peace and promote stability, and not merely as a set of sequenced technical programmes and activities.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 10, - "Heading1": "4. The UN DDR approach", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN\u2019s integrated approach to DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1753, - "Score": 0.408248, - "Index": 1753, - "Paragraph": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in a reintegration programme as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1010, - "Score": 0.402015, - "Index": 1010, - "Paragraph": "The Security Council, in establishing a DDR mandate, may address the tension between transitional justice and DDR, by excluding combatants suspected of genocide, war crimes, crimes against humanity or abuses of human rights from participation in DDR processes.Specific guiding principles \\n DDR practitioners should be aware that it is the primary duty of States to prosecute those responsible for international crimes. \\n DDR practitioners should be aware of a parallel UN or national mandate, if any, for transitional justice in the State. \\n DDR practitioners should be aware of ongoing international and/or national accountability and/or transitional justice mechanisms or processes. \\n When planning for and conducting DDR processes, DDR practitioners should consult with UN human rights, accountability and/or transitional justice advisers to ensure coordination, where such mechanisms or processes exist. \\n DDR practitioners should incorporate screening mechanisms and criteria into DDR processes for adults to identify suspected perpetrators of international crimes and exclude them from DDR processes. Suspected perpetrators should be reported to the competent national authorities. Legal advice should be sought, if possible, beforehand. \\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 14, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.5 UN Security Council sanctions regimes", - "Heading4": "", - "Sentence": "\\n If the potential DDR participant is under 18 years old, DDR practitioners should refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR for additional guidance.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 929, - "Score": 0.39036, - "Index": 929, - "Paragraph": "International humanitarian law (IHL) applies to situations of armed conflict and regulates the conduct of armed forces and non-State armed groups in such situations. It seeks to limit the effects of armed conflict, mainly by protecting persons who are not or are no longer participating in the hostilities and by regulating the means and methods of warfare. Among other things, IHL sets out the obligations of parties to armed conflicts to protect civilians, injured and sick persons, and persons deprived of their liberty for reasons related to armed conflicts.The main sources of IHL are the Geneva Conventions (1949) and the two Additional Protocols (1977).There are two types of armed conflict under IHL: (1) international armed conflict (an armed conflict between States) and (2) non-international armed conflict (an armed conflict between a State\u2019s armed forces and an organized armed group, or between organized armed groups). Each type of armed conflict is governed by a distinct set of rules, though the differences between the two regimes have diminished as the law governing non-international armed conflict has developedArticle 3, which is contained in all four Geneva Conventions (often referred to as \u2018common article 3\u2019), applies to non-international armed conflicts and establishes fundamental rules from which no derogation is permitted (i.e., States cannot suspend the performance of their obligations under common article 3). It requires, among other things, humane treatment for all persons in enemy hands, without any adverse distinction. It also specifically prohibits murder; mutilation; torture; cruel, humiliating and degrading treatment; the taking of hostages and unfair trial.Serious violations of IHL (e.g., murder, rape, torture, arbitrary deprivation of liberty and unlawful confinement) in an international or non-international armed conflict situation may constitute war crimes. Issues relating to the possible commission of such crimes (together with crimes against humanity and genocide), and the prosecution of such criminals, are of particular concern when assisting Member States in the development of eligibility criteria for DDR processes (see section 4.2.4, as well as IDDRS 6.20 on DDR and Transitional Justice).The UN is not a party to the international legal instruments comprising IHL. However, the Secretary-General has confirmed that certain fundamental principles and rules of IHL are applicable to UN forces when, in situations of armed conflict, they are actively engaged as combatants, to the extent and for the duration of their engagement (ST/SGB/1999/13, sect. 1.1)In the context of DDR processes assisted by UN peacekeeping operations, IHL rules regarding deprivation of liberty are normally not applicable to activities undertaken within DDR processes. This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR). They are not deprived of their liberty, and IHL rules concerning detention or internment do not apply. In the event that there are doubts as to whether a person is in fact enrolled in DDR voluntarily, this issue should immediately be brought to the attention of the competent legal office, and advice should be sought. Separately, legal advice should also be sought if the DDR practitioner is of the view that detention is in fact taking place.IHL may nevertheless apply to the wider context within which a DDR process is situated. For example, when national authorities, for whatever purpose, wish to take into custody persons enrolled in DDR processes, the UN peacekeeping operation or other UN system actor concerned should take measures to ensure that those national authorities will treat the persons concerned in accordance with their obligations under IHL, and international human rights and refugee laws, where applicable. \\n\\nSpecific guiding principles \\n DDR practitioners should be conscious of the conditions of DDR facilities, particularly with respect to the voluntariness of the presence and involvement of DDR participants and beneficiaries (see IDDRS 3.10 on Participants, Beneficiaries and Partners). \\n DDR practitioners should be conscious of the fact that IHL may apply to the wider context within which DDR processes are situated. Safeguards should be put in place to ensure compliance with IHL and international human rights and refugee laws by the host State authorities. \\n\\n Red lines \\nParticipation in DDR processes shall be voluntary at all times. DDR participants and beneficiaries are not detained, interned or otherwise deprived of their liberty. DDR practitioners should seek legal advice if there are concerns about the voluntariness of involvement in DDR processes", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 6, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.1 International humanitarian law", - "Heading4": "", - "Sentence": "This is based on the fact that participation in DDR is voluntary \u2014 in other words, persons enrol in DDR processes of their own accord and stay in DDR processes voluntarily (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1730, - "Score": 0.3849, - "Index": 1730, - "Paragraph": "This module explains the shift introduced by IDDRS 2.10 on The UN Approach to DDR concerning reintegration support to ex-combatants and persons formerly associated with armed forces and groups. Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place. The aim of this support is to assist the sustainable reintegration of those who have left armed forces and groups even before peace agreements are negotiated and signed, responding to opportunities as well as humanitarian, developmental and security imperatives.The objectives of this module are to: \\n Explain the implications of the UN\u2019s sustaining peace approach for reintegration support. \\n Provide policy guidance on how to address reintegration challenges and realize reintegration opportunities across the peace continuum. \\n Consider the general issues concerning reintegration support in contexts where the preconditions for DDR programmes are not in place.DDR practitioners involved in outlining and negotiating the content of reintegration support with Governments and other stakeholders are invited to consult IDDRS 4.30 on Reintegration for specific programmatic guidance on the various ways to support reintegration. Options and considerations for reintegration support to specific needs groups can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; and IDDRS 5.30 on Youth and DDR. Finally, as reintegration support may involve a broad array of practitioners (including but not limited to \u2018DDR practitioners\u2019), when appropriate, this module refers to DDR practitioners and others involved in the planning, implementation and management of reintegration support.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support has long been presented as a component of post-conflict DDR programmes, i.e., DDR programmes supported when the following preconditions are in place: \\n The signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\n Trust in the peace process; \\n Willingness of the parties to the armed conflict to engage in DDR; and \\n A minimum guarantee of security.The revised UN Approach to DDR recognizes the need to provide reintegration support even when the above preconditions are not in place.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1196, - "Score": 0.3849, - "Index": 1196, - "Paragraph": "The structures and motivations of armed forces and groups should be assessed. \\n It should be kept in mind, however, that these structures and motivations may vary over time and at the individual and collective levels. For example, certain individuals may have been motivated to join armed groups for reasons of opportunism rather than political goals. Some opportunist individuals may become progressively politicized or, alternatively, those with political motives may become more opportunist. Crafting an effective DDR process requires an understanding of these different and changing motivations. Furthermore, the stated motives of warring parties and their members may differ significantly from their actual motives or be against international law and principles.As explained in more detail in Annex B, potential motives may include one or several of the following: \\nPolitical \u2013 seeking to impose or protect a political system, ideology or party. \\nSocial \u2013 seeking to bring about changes in social status, roles or balances of power, discrimination and marginalization. \\nEconomic \u2013 seeking a redistribution or accumulation of wealth, often coupled with joining to escape poverty and to provide for the family. \\nSecurity driven \u2013 seeking to protect a community or group from a real or per- ceived threat. \\nCultural/spiritual \u2013 seeking to protect or impose values, ideas or principles. \\nReligious \u2013 seeking to advance religious values, customs and ideas. \\nMaterial \u2013 seeking to protect material resources. \\nOpportunistic \u2013 seeking to leverage a situation to achieve any of the above.It is important to undertake a thorough analysis of armed forces and groups so as to better understand the DDR target groups and to design DDR processes that maximize political buy-in. Analysis of armed forces and groups should include the following: \\n Leadership: Including associated political leaders or structures (see below) and other persons who may have influence over the warring parties. The analysis should take into account external actors, including possible foreign supporters but also exiled leaders or others who may have some control over armed groups. It should also consider how much control the leadership has over the combatants and to what extent the leadership is representative of its members. Both control and representativeness can change over time. \\n Internal group dynamics: Including the balance between an organization\u2019s po- litical and military wings, interactions between prominent members or factions within an armed force or group and how they influence the behaviour of the or- ganization, internal conflict patterns and potential fragmentation, the presence of female fighters or women associated with armed forces and groups (WAAFG), gender norms in the group, and the existence and pervasiveness of sexual violence. \\n Associated political leaders and structures: Including whether warring parties have a separate political branch or are integrated politico-military movements and how this shapes their agenda. Are women involved in political structures, and if so to what extent? Armed groups with separate political structures or a history of political engagement prior to the conflict have sometimes been more successful at transforming themselves into political parties, although this potential may erode during a prolonged conflict. \\n Associated religious leaders: Are religious leaders or personalities associated with the armed groups? What role could they play in peace negotiations? Do they have influence on the warring parties, and how can they help to shape the outcome of peace efforts? \\n Linkages with their base: Is a given armed group close to a political base or a popu- lation, and how do these linkages influence the group? Has this support been weak- ened by the use of certain tactics or actions (e.g., mass atrocities), or will repression of its base influence the armed group? Will efforts to demobilize combatants affect the armed group\u2019s relations with its base or otherwise push it to change tactics \u2013 for instance eschewing violence so as to mobilize a political base that would otherwise reject violence. \\n Linkages with local, national and regional elites: Including influential indi- viduals or groups who hold sway over the armed forces and groups. These could include business people or communities, religious or traditional leaders or insti- tutions such as trade unions or cultural groupings. The diaspora may also be an important actor, providing political and economic support to communities and/or armed groups. \\n External support: Are there regional and/or broader international actors or net- works that provide political and financial support to armed groups, including on the basis of geopolitical interests? This might include State sponsors, diaspora or political exiles, transnational criminal networks or ideological affiliation and \u2018franchising\u2019 with foreign, often extremist, armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 5, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.2. The structures and motivations of armed forces and groups", - "Heading4": "", - "Sentence": "Crafting an effective DDR process requires an understanding of these different and changing motivations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1275, - "Score": 0.3849, - "Index": 1275, - "Paragraph": "In some instances, integrated DDR processes should be closely linked to other parts of a peace process. For example, DDR programmes may be connected to security sector reform and transitional justice (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on Transitional Justice and DDR). Unless these other activities are clear, the signatories cannot decide on their participation in DDR with full knowledge of the options available to them and may block the process. Donors and other partners may also find it difficult to support DDR processes when there are many unknowns. It is therefore important to ensure that stakeholders have a minimum level of under- standing and agreement on other related activities, as this will affect their decisions on whether or how to participate in a DDR process.Information on associated activities is usually included in a CPA; however, in the absence of such provisions, the push to disarm and demobilize forces combined with a lack of certainty on fundamental issues such as justice, security and integration can un- dermine confidence in the process. In such cases an assessment should be made of the opportunities and risks of starting or delaying a DDR process, and the consequences shall be made clear to UN senior leadership, who will take a decision on this. If the de- cision is to postpone a programme, donors and budgeting bodies shall be kept informed. There may also be a need to link local and national conflict resolution and media- tion so that one does not undermine the other.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.3 Building and ensuring integrated DDR processes ", - "Heading3": "", - "Heading4": "", - "Sentence": "In some instances, integrated DDR processes should be closely linked to other parts of a peace process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1292, - "Score": 0.3849, - "Index": 1292, - "Paragraph": "Donors and UN budgetary bodies should understand that DDR is a long and expen- sive undertaking. While DDR is a crucial process, it is but one part of a broader political and peacebuilding strategy. Hence, the objectives and expectations of DDR must be realistic. A partial commitment to such an undertaking is insufficient to allow for a sustainable DDR process and may cause harm. This support must extend to an understanding of the difficult circumstances in which DDR is implemented and the need to sometimes wait until the conditions are right to start and assure that funding and support is avail- able for a long-term process. However, there is often a push to spend allocated funding even when the conditions for a process are not in place. This financial pressure should be better understood, and budgetary rules and regulations should not precipitate the premature launch of a DDR process, as this will only undermine its success.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.5 Ensuring international support for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While DDR is a crucial process, it is but one part of a broader political and peacebuilding strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1311, - "Score": 0.369274, - "Index": 1311, - "Paragraph": "DDR programmes are often the result of a CPA that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals.As illustrated in Diagram 1 below, CPAs usually include several chapters or annexes addressing different substantive issues. \\n The first three activities under \u201cCeasefire and Security Arrangements\u201d are typically part of the ceasefire process. The cantonment of forces, especially when cantonment sites are also used for DDR activities, is usually the nexus between the ceasefire and the \u201cfinal security arrangements\u201d that include DDR and SSR (see section 7.5).Ceasefires usually require the parties to provide a declaration of forces for moni- toring purposes, ideally disaggregated by sex and including information regarding the presence of WAAFG, CAAFG, abductees, etc. This declaration can provide important planning information for DDR practitioners and, in some cases, negotiated agreements may stipulate the declared number of people in each movement that are expected to participate in a DDR process. Likewise, the assembly or cantonment of forces may provide the opportunity to launch disarmament and demobilization activities in assembly areas, or, at a minimum, to provide information outreach and a preliminary registra- tion of personnel for planning purposes. Outreach should always include messages about the eligibility of female DDR participants and encourage their registration.Discussions on the disengagement and withdrawal of troops may provide infor- mation as to where the process is likely to take place as well as the number of persons involved and the types and quantities of weapons and ammunition present.In addition to security arrangements, the role of armed groups in interim political institutions is usually laid out in the political chapters of a CPA. If political power-sharing systems are set up straight after a conflict, these are the bodies whose membership will be negotiated during a peace agreement. Transitional governments must deal with critical issues and processes resulting from the conflict, including in many cases DDR. It is also these bodies that may be responsible for laying the foundations of longer-term political structures, often through activities such as the review of constitutions, the holding of national political dialogues and the organization of elections. Where there is also a security role for these actors, this may be established in either the political or security chapters of a CPA.Political roles may include participation in the interim administration at all levels (central Government and regional and local authorities) as well as in other political bodies or movements such as being represented in national dialogues. Security areas of consideration might include the need to provide security for political actors, in many cases by establishing protection units for politicians, often drawn from the ranks of their combatants. It may also include the establishment of interim security systems that will incorporate elements from armed forces and groups (see section 7.5.1)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.2 Comprehensive Peace Agreements", - "Heading4": "", - "Sentence": "This declaration can provide important planning information for DDR practitioners and, in some cases, negotiated agreements may stipulate the declared number of people in each movement that are expected to participate in a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1691, - "Score": 0.365148, - "Index": 1691, - "Paragraph": "From the earliest assessment phase and throughout all stages of strategy development, planning and implementation, it is essential to encourage integration and unity of effort within the UN system and with national players. It is also important to coordinate the participation of international partners so as to achieve common objectives. Joint assess-ments and programming are key to ensuring that DDR programmes in both mission and non-mission contexts are implemented in an integrated manner. DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 25, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.9. Integrated ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 754, - "Score": 0.363696, - "Index": 754, - "Paragraph": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC). These official requests will typically ask for assistance to address particular issues. If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response. However, it is important to note that in non-mission settings, there may already be instances where community-based programming at local levels is used, but not as a DDR-related tool. These latter types of responses are anchored under Agenda 2030 and the United Nations Sustainable Development Cooperation Framework (UNSDCF), and have links to much broader issues of rule of law, community security, crime reduction, armed vio- lence reduction and small arms control. If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.In non-mission settings there may not always be a National DDR Commission to provide direct inputs into CVR planning and programming. However, alternative interlocutors should be sought \u2013 including relevant line ministries and departments \u2013 in order to ensure that the broad strategic direction of the CVR programme is aligned with relevant national and regional stabilization objectives.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.2 Non-mission settings", - "Heading4": "", - "Sentence": "If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1367, - "Score": 0.348155, - "Index": 1367, - "Paragraph": "DDR should not be seen as a purely technical process, but one that requires active political support at all levels. In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section. It should be given the attention and support it deserves by the senior mission leadership, who must be the political champions of such processes. In non-mission settings, DDR will fall under the respon- sibility of the UN RC system and the UNCT.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.1 Recognizing the political dynamics of DDR ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR should not be seen as a purely technical process, but one that requires active political support at all levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 783, - "Score": 0.348155, - "Index": 783, - "Paragraph": "The selection of CVR target groups and intervention sites is a political decision that should be taken on the basis of assessments (see section 6.3), and in consultation with national and/or local government authorities. The identification of target groups and locations for CVR should also be informed through: \\n The priorities of the host government and, if in a mission context, the mandate of the mission; and \\n Consultations with UN senior management.DDR practitioners can, where appropriate, adopt broad categories for target groups that can be applied nationally. In some cases, the selection of target groups is made pragmatically based on a list prepared by a PSC (or equivalent body) and/ or implementing partners. Prospective participants should be vetted locally according to pre-set eligibility criteria. For example, these eligibility criteria may require former affiliation to specific armed groups and/or possession of modern or artisanal weapons (see section 4.2).Clear criteria for who is included and excluded from CVR programmes should be carefully communicated in order to avoid unnecessarily inflating expectations and generating tension. One means of doing this is to prepare a glossary with specific selection criteria that can be shared with implementing partners and PSCs. In all cases, DDR practitioners shall ensure that women and girls are adequately represented in the iden- tification of priorities and implementation strategies, by making sure that: \\n Assessments include separate focus group discussions for women, led by female facilitators. \\n Women\u2019s groups are engaged in the consultative process and as implementing partners. \\n The PAC/PRC (or equivalent entity) is 30% female. \\n A minimum of 30% of CVR projects within the broader CVR programme directly benefit women\u2019s safety and security issues. \\n The entire CVR programme integrates and leverages opportunities for women\u2019s leadership and gender equality. \\n Staffing of CVR projects includes female employees.Additional target groups, assessed as having the potential to either amplify or undermine broader security and stability efforts in general, or DDR in particular, may be identified on a case-by-case basis. For example, CVR may be expanded to include newly displaced populations \u2013 refugees and internally displaced people (IDPs) \u2013 that are at risk of mobilization into armed groups or that may unintentionally generate flashpoints for community violence. There may also be possibilities to extend CVR programmes to particular geographic areas and population groups susceptible to out- breaks of violence and/or experiencing concentrated disadvantage. The flexibility to adapt CVR to target groups that may disrupt and impede the DDR process is critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 21, - "Heading1": "6. CVR programming", - "Heading2": "6.4 Target groups and locations", - "Heading3": "", - "Heading4": "", - "Sentence": "The flexibility to adapt CVR to target groups that may disrupt and impede the DDR process is critical.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1056, - "Score": 0.339683, - "Index": 1056, - "Paragraph": "The UN has adopted a number of internal rules, policies and procedures. Other actors in the broader UN system also have similar rules, policies and procedures.Such rules, policies and procedures are binding internally. They typically also serve to signal to external parties the UN system\u2019s expectations regarding the behaviour of those to whom it provides assistance.The general guide for UN-supported DDR processes is the UN IDDRS. Other internal documents that may be relevant to DDR processes include the following: \\n The UN Human Rights Due Diligence Policy (HRDDP) (A/67/775-S/2013/110) governs the UN\u2019s provision of support to non-UN security forces, which could include the provision of support to national DDR processes if such processes or their programmes are being implemented by security forces, or if there is any repatriation of DDR participants and beneficiaries by security forces. The HRDDP requires UN entities that are contemplating providing support to non-UN security forces to take certain due diligence, compliance and monitoring measures with the aim of ensuring that receiving entities do not commit grave violations of international humanitarian law, international human rights law or refugee law. Where there are substantial grounds for believing that grave violations are occurring or have occurred, involving security forces to which support is being provided by the UN, the UN shall intercede with the competent authorities to bring such violations to an end and/or seek accountability in respect of them. For further information, please refer to the Guidance Note for the implementation of the HRDDP.28 \\n The Secretary-General issued a bulletin on special measures for protection from sexual exploitation and sexual abuse (ST/SGB/2003/13), which applies to the staff of all UN departments, programmes, funds and agencies, prohibiting them from committing acts of sexual exploitation and sexual abuse. In line with the UN Staff Regulations and Rules, sexual exploitation and sexual abuse constitute acts of serious misconduct and are therefore grounds for disciplinary measures, including dismissal. Further, UN staff are obliged to create and maintain an environment that prevents sexual exploitation and sexual abuse. Managers at all levels have a particular responsibility to support and develop systems that maintain this environment.Specific guiding principles \\n DDR practitioners should be aware of and follow relevant internal rules, policies and procedures at all stages of the DDR process. \\n DDR practitioners in management positions shall ensure that team members are kept up to date on the most recent developments in the internal rules, policies and procedures, and that managers and team members complete all necessary training and coursesRed line \\n Violation of the UN internal rules, policies and procedures could lead to harm to the UN, and may lead to disciplinary measures for DDR practitioners.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 20, - "Heading1": "4. General guiding principles", - "Heading2": "4.4 Internal rules, policies and procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "Managers at all levels have a particular responsibility to support and develop systems that maintain this environment.Specific guiding principles \\n DDR practitioners should be aware of and follow relevant internal rules, policies and procedures at all stages of the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1614, - "Score": 0.333333, - "Index": 1614, - "Paragraph": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants. Groups and individuals shall not be coerced to participate. This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies. Although the UN does not generally engage in detention operations and DDR has traditionally been a voluntary process, the nature of conflict environments and the growing potential for overlap with State-led efforts countering violent extremism and counter-terrorism has increased the likelihood that the UN and other actors engaging in DDR may be faced with detention-related dilemmas. DDR practitioners should therefore pay particular attention to such questions when operating in complex conflict environments and seek legal advice if confronted with surrendered or captured combatants in overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. They should also be aware of requirements contained in Chapter VII resolutions of the Security Council that, among other things, call for Member States to bring terrorists to justice and oblige national authorities to ensure the prosecution of suspected terrorists as appropriate (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 659, - "Score": 0.333333, - "Index": 659, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 679, - "Score": 0.333333, - "Index": 679, - "Paragraph": "CVR may also be used in the absence of a DDR programme. (See Table 3 below.) CVR can be used to build confidence between warring parties and to show the possible dividends of future peace. In turn, this may help to foster an environment that is con- ducive to the signing of a peace agreement.It is possible that DDR processes will not include DDR programmes, either because the preconditions for DDR programmes are not present or because alternative meas- ures are more appropriate. For example, a local-level peace agreement may include provisions for CVR rather than a DDR programme. These local-level agreements can take many different forms, including (but not limited to) local non-aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements (see IDDRS 2.20 on The Political Dimensions of DDR).Alternatively, in certain cases armed groups designated as terrorist organizations by the United Nations Security Council may refuse to sign peace agreements. Individ- uals who voluntarily decide to leave these armed groups may participate in CVR pro- grammes. However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 12, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.2 CVR in the absence of DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1366, - "Score": 0.327327, - "Index": 1366, - "Paragraph": "Verification measures are used to ensure that the parties comply with an agreement. Veri- fication is usually carried out by inclusive, neutral or joint bodies. The latter often include the parties and an impartial actor (such as the UN or local parties acceptable to all sides) that can help resolve disagreements. Verification mechanisms for disarmament may be separate from the bodies established to implement DDR (usually a DDR commission) and may also verify other parts of a peace process in both mission and non-mission settings.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.3 Verification", - "Heading4": "", - "Sentence": "Verification mechanisms for disarmament may be separate from the bodies established to implement DDR (usually a DDR commission) and may also verify other parts of a peace process in both mission and non-mission settings.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1572, - "Score": 0.326599, - "Index": 1572, - "Paragraph": "Mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Where peace operations are mandated to manage and re-solve an actual or potential conflict within States, DDR is generally mandated through a UN Security Council resolution, ideally within the framework of a ceasefire and/or a comprehensive peace agreement with specific provisions on DDR. Decision-making and accountability rest with the Special Representative or Special Envoy of the Secretary-General.Missions with a DDR mandate usually include a dedicated DDR component to support the design and implementation of a nationally led DDR programme. When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme. These types of DDR-related tools can also be designed and implemented to contribute to other mandated priorities such as the protection of civilians, stabilization and support to the overall peace process.Integrated disarmament, demobilization (including reinsertion) and other DDR-related tools (except those covering reintegration support) fall under the responsibility of the UN peace operation\u2019s DDR component. The reintegration component will be supported and/or undertaken in an integrated manner very often by relevant agencies, funds and programmes within the United Nations Country Team (UNCT), as well as international financial institutions, under the leadership of the Deputy Special Representative of the Secretary-General (DSRSG)/Humanitarian Coordinator (HC)/Resident Coordinator (RC), who will designate lead agency(ies). The DDR mission component shall therefore work in close coordination with the UNCT. The UN DSRSG/HC/RC should establish a UN DDR Working Group at the country level with co-chairs to be defined, as appropriate, to coordinate the contributions of the UNCT and international financial institutions to integrated DDR.While UN military and police contingents provide a minimum level of security, support from other mission components may include communications, gender equality, women\u2019s empowerment, and youth and child protection. With regard to special political missions and good offices engagements, DDR implementation structures and partnerships may need to be adjusted to the mission\u2019s composition as the mandate evolves. This adjustment can take account of needs at the country level, most notably with regard to the size and capacities of the DDR component, uniformed personnel and other relevant technical expertise.In the case of peace operations, the Security Council mandate also forms the basis for assessed funding for all activities related to disarmament, demobilization (including reinsertion) and DDR-related tools (except those covering reintegration support). Fundraising for reintegration assistance and other activities needs to be conducted by Governments and/or regional organizations with support from United Nations peace operations, agencies, funds and programmes, bilateral donors and relevant international financial institutions. Regarding special political missions and good offices engagements, support to integrated DDR planning and implementation may require extra-budgetary funding in the form of voluntary contributions and the establishment of alternative financial management structures, such as a dedicated multi-donor trust fund.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.1 DDR in mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "These types of DDR-related tools can also be designed and implemented to contribute to other mandated priorities such as the protection of civilians, stabilization and support to the overall peace process.Integrated disarmament, demobilization (including reinsertion) and other DDR-related tools (except those covering reintegration support) fall under the responsibility of the UN peace operation\u2019s DDR component.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1229, - "Score": 0.321634, - "Index": 1229, - "Paragraph": "The way a conflict ends can influence the political dynamics of DDR. The following scenarios should be considered: \\n A clear victor: This usually results in a \u2018victor\u2019s peace\u2019, where the winner can \u2018im- pose\u2019 demands on the party that lost the conflict. This may mean that the armed structures of the victor are preserved, while the losing party will be the one tar- geted for DDR. Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination. The victorious group may seek to dominate the new security structures. \\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme). Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support. DDR processes that are the outcome of negotiations (whether local or national) are more likely to be acceptable to warring parties. However, unless expert advice is provided, the DDR-related clauses in such agree- ments can be unrealistic. \\n Partial peace: In some conflicts the multiplicity of armed groups may result in peace processes that are not fully inclusive, since some of the armed groups are excluded from or refuse to sign the agreement. This can be a disincentive for signatory armed groups to disarm and demobilize due to fear for their security and that of the population they represent, concerns over loss of territory to a non- signatory armed group or uncertainty about how their political position might be affected should other armed groups eventually join the peace process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 9, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.3 Conflict outcomes", - "Heading4": "", - "Sentence": "\\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1360, - "Score": 0.320256, - "Index": 1360, - "Paragraph": "Transitional security arrangements vary in scope depending on the context, levels of trust and what might be acceptable to the parties. Options that might be considered include: \\n Acceptable third-party actor(s) who are able to secure the process. \\n Joint units, patrols or operations involving the parties to a conflict, often alongside a third-party presence (see also IDDRS 4.11 on Transitional Weapons and Ammu- nition Management). \\n Local security actors such as community police who are acceptable to the commu- nities and to the actors, as they are considered neutral and not a force brought in from outside. \\n Deployment of national police. Depending on the situation, this may have to occur with prior consent for any operations within a zone or be done alongside a third-party actor.Transitional security structures may require the parties to act as a security pro- vider during a period of political transition. This may happen prior to or alongside DDR programmes. This transition phase is vital for building confidence at a time when warring parties may be losing their military capacity and their ability to defend them- selves. This transitional period also allows for progress in parallel political, economic or social tracks. There is, however, often a push to proceed as quickly as possible to the final security arrangements and a normalization of the security scene. Consequently, DDR may take place during the transition phase so that when this comes to an end the armed groups have been demobilized. This may mean that DDR proceeds in advance of other parts of the peace process, despite its success being tied to progress in these other areas.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 18, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.1 Transitional security", - "Heading4": "", - "Sentence": "This may mean that DDR proceeds in advance of other parts of the peace process, despite its success being tied to progress in these other areas.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1600, - "Score": 0.320256, - "Index": 1600, - "Paragraph": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict. Furthermore, practitioners may choose from a menu of DDR-related tools. (See table above.)Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement. Instead, when the preconditions for a DDR-programme are not in place, DDR-related tools may be used in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.1 When the preconditions for a DDR programme are not in place", - "Heading3": "", - "Heading4": "", - "Sentence": ")Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1860, - "Score": 0.320256, - "Index": 1860, - "Paragraph": "Reintegration support can play an important role in sustaining peace, even when a peace agreement has not yet been negotiated or signed. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. Therefore, in order to support, and strengthen, the foundation for sustainable peace, the reintegration of ex-combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. As individuals may leave armed forces and groups during all phases of armed conflict, the need to support them should be considered at all times, even in the absence of a DDR programme. This may mean providing support to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.As part of the sustaining peace approach, support to reintegration should be designed and carried out to contribute to dynamics that aim to prevent future recruitment. In this regard, opportunities should be seized to prevent relapse into armed conflict, including by tackling root causes and understanding peace dynamics. Armed conflict may be the result of a combination of root causes including exclusion, inequality, discrimination and other violations of human rights, including women\u2019s rights. While these challenges cannot be fully addressed through reintegration support, community-based reintegration support that is well integrated into local and national development efforts is likely to contribute to addressing the root causes of conflict and, as such, contribute to sustaining peace. It is also important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. Sustaining peace seeks to reclaim the concept of peace in its own right, by acknowledging that the existing capacities for peace, i.e., the structures, attitudes and institutions that sustain peace, should be strengthened not only in situations of conflict, but even in peaceful settings. This strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.Inclusion is also an important part of reintegration support as part of the sustaining peace approach. Exclusion and marginalization, including gender inequalities, are key drivers of violent conflict. Community-owned and -led approaches to reintegration support that are inclusive and integrate a gender perspective, specifically addressing the needs of women, youth, disabled persons, ethnic minorities and indigenous groups have a positive impact on a country\u2019s capacity to manage and avoid conflict, and ultimately on the sustainability of peace processes. Empowering the voices and capacities of women and youth in the planning and design of reintegration programmes contributes to addressing conflict drivers, socioeconomic and gender inequalities, and youth disenchantment. Additionally, given that national-level peace processes are not always possible, opportunities to leverage reintegration support, particularly around social cohesion through local peace processesbetween groups and communities, can be sought through local governance initiatives, such as participatory budgeting and planning.The UN\u2019s sustaining peace approach calls for the breaking of operational silos. The joint analysis, planning and management of ongoing programmes helps to ensure the sustainability of collectively defined reintegration outcomes. This process also serves as an entry point for innovative partnerships and the contextually anchored flexible approaches that are needed. For effective reintegration support as part of sustaining peace, it is essential to draw on capacities across and beyond the UN system in support of local and national authorities. DDR practitioners and others involved in developing and managing this support should recognize that community authorities may be the frontline responders who lay the foundation for peace and development. Innovative financing sources and partnerships should be sought, and funding partners should pay particular attention to increasing, restructuring and prioritizing the financing of reintegration support.In light of the above, reintegration support as part of sustaining peace should focus on: \\n The enhancement of capacities for peace. \\n The adoption of a clear definition of reintegration outcomes within the humanitarian- development-peace nexus, recognizing the strong interconnectedness between and among the three pillars. \\n Efforts to actively break out of institutional silos, eliminating fragmentation and contributing to a comprehensive, coordinated and coherent DDR process. \\n The application of a gender lens to all reintegration support. The rationale is that men and women, boys and girls, have differentiated needs, aspirations, capacities and contributions. \\n The importance of strengthening resilience during reintegration support. Individuals, communities, countries and regions lay the foundations for resilience to stresses and shocks associated with insecure environments through the development of local and national development plans, including national action plans on UN Security Council Resolution 1325. \\n The consistent implementation of monitoring and evaluation across all phases of the peace continuum with a focus on cross-sectoral approaches that emphasize collective programming outcomes. \\n The development of innovative partnerships to achieve reintegration as part of sustaining peace, based on whole-of-government and whole-of-society approaches, involving ex-combatants, persons formerly associated with armed forces and groups and their families, as well as receiving communities. \\n The engagement of the private sector in the creation of economic opportunities, fostering capacities of local small and medium-sized enterprises, as well as involving international private- sector investment in reintegration opportunities, where appropriate.For reintegration programmes to play their role in sustaining peace effectively, DDR practitioners and others involved in the planning and implementation of reintegration support should ensure that they: \\n Have a shared understanding of the drivers of a specific conflict, as well as the risks faced by individuals who are reintegrating and their receiving communities and countries; \\n Conduct joint analysis and monitoring and evaluation allowing for the development of strategic approaches that can strengthen peace and resilience; \\n Align with the women, peace and security agenda, ensuring that gender considerations are front and centre in reintegration support; \\n Have a shared understanding of the importance of youth in all efforts towards peace and security; \\\n Foster collective ownership by local authorities and other stakeholders that is anchored in local and national development plans \u2013 the international community shall play a supporting role and avoid creating parallel structures; \\n Create the long-term partnerships necessary for sustaining peace through the development of local institutional capacity, adaptive programming that is responsive to the context, and adequate human and financial resources.Additionally, as part of the conflict prevention and peacebuilding agenda, reintegration processes should be linked more deliberately with development programming. For instance, the 2030 Agenda for Sustainable Development provides a universal, multi-stakeholder, multi-sector set of goals adopted by all UN Member States in 2015. The Agenda includes 17 sustainable development goals (SDGs) covering poverty, food security, education, health care, justice and peace for which strategies, policies and plans should be developed at the national level and against which progress should be measured. The human and economic cost of armed conflict globally requires all stakeholders to work collaboratively in supporting Member States to achieve the SDGs; with all those concerned with development providing support to prevention agendas through targeted and sustained engagement at the national and regional levels.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 13, - "Heading1": "4. Reintegration as part of sustaining peace", - "Heading2": "4.1 The Sustaining Peace Approach", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Efforts to actively break out of institutional silos, eliminating fragmentation and contributing to a comprehensive, coordinated and coherent DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 740, - "Score": 0.320256, - "Index": 740, - "Paragraph": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution. CVR will therefore be funded through the allocation of assessed contributions.The UNSC and UNGA directives for CVR are often general, with specific pro- gramming details to be worked out by relevant UN entities in partnership with the host government. In mission settings, the DDR/CVR section should align CVR stra- tegic goals and activities with the mandate of the National DDR Commission (if one exists) or an equivalent government-designated body. The National DDR Commission, which typically includes representatives of the executive, the armed forces, police, and relevant line ministries and departments, should be solicited to provide direct inputs into CVR planning and programming. In cases where government capacity and volition exist, the National DDR Commission may manage and resource CVR by setting targets, managing tendering of local partners and administering financial oversight with donor partners. In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission. DDR practitioners shall be in regular contact with representatives of the UNCT as well as international and national partners to ensure alignment of pro- gramming goals, and to leverage the strengths and capacities of relevant UN agencies and avoid duplication. Community outreach and engagement shall be pursued and nurtured at the national, regional, municipal and neighbourhood scale.The DDR/CVR section should typically include senior and mid-level DDR officers. Depending on the budget allocated to CVR, personnel may range from the director and deputy director level to field staff and volunteer officers. A dedicated DDR/CVR team should include a selection of international and national staff forming a unit at headquarters (HQ) as well as small implementation teams at the forward operating base (FOB) level. It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ. Likewise, regular com- munication between DDR field personnel is crucial to share experiences, identify best practices, and understand wider political and economic dynamics. The UN DSRSG shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.The DDR/CVR section, and particularly its field offices, could create a PSC and PAC/PRC. In this event, the PAC/PRC (or equivalent body) should liaise with UNCT partners to align stability priorities with wider development concerns. It may be appro- priate to add an additional support mechanism to oversee and support project partners. This additional support mechanism could be made up of members of the DDR/CVR section who could conduct a variety of tasks, including but not limited to support to the development of project proposals, support to the finalization of project submissions and the identification of possible implementing partners able to work in hotspot sites.Whichever approach is adopted, the DDR/CVR section should ensure transparent and predictable coordination with national institutions and within the mission or UNCT. Where appropriate, DDR/CVR sections may provide supplementary training for implementing partners in selected programming areas. The success or failure of CVR depends in large part on the quality of the partners and partnerships, so it is critical that they are properly vetted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.1 Mission settings", - "Heading4": "", - "Sentence": "It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1257, - "Score": 0.320256, - "Index": 1257, - "Paragraph": "Governments and armed groups are key stakeholders in peace processes. Despite this, the commitment of these parties cannot be taken for granted and steps should be tak- en to build their support for the DDR process. It will be important to consider various options and approaches at each stage of the DDR process so as to ensure that next steps are politically acceptable and therefore more likely to be attractive to the parties. If there is insufficient political support for DDR, its efficacy may be undermined. In order to foster political will for DDR, the following factors should be taken into account:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Despite this, the commitment of these parties cannot be taken for granted and steps should be tak- en to build their support for the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 849, - "Score": 0.318788, - "Index": 849, - "Paragraph": "This module aims to provide an overview of the international legal framework that may be relevant to UN system-supported DDR processes. Unless otherwise stated, in this module, the term \u201cDDR practitioners\u201d refers only to DDR practitioners within the UN system, namely the United Nations (UN), its subsidiary organs, country offices and field missions, as well as UN specialized agencies and related organizations.This module is intended to sensitize DDR practitioners within the UN system to the legal issues that should be considered, and that may arise, when developing or implementing a DDR process. This sensitization is done so that DDR practitioners will be conscious of when to reach out to an appropriate, competent legal office to seek legal advice. Each section thus contains guiding principles and some red lines, where they exist, to highlight issues that DDR practitioners should be aware of. Guiding principles seek to provide direction, while red lines indicate boundaries that DDR practitioners should not cross. If it is possible that a red line might be crossed, or if a red line has been crossed inadvertently, legal advice should be sought immediately.This module should not be relied upon to the exclusion of legal advice in a specific case or context. In situations of doubt with regard to potential legal issues, or to the application or interpretation of a particular legal rule, advice should always be sought from the competent legal office of the relevant entity, who may, when and as appropriate, refer it to their relevant legal office at headquarters.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Unless otherwise stated, in this module, the term \u201cDDR practitioners\u201d refers only to DDR practitioners within the UN system, namely the United Nations (UN), its subsidiary organs, country offices and field missions, as well as UN specialized agencies and related organizations.This module is intended to sensitize DDR practitioners within the UN system to the legal issues that should be considered, and that may arise, when developing or implementing a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1666, - "Score": 0.318511, - "Index": 1666, - "Paragraph": "In order to build confidence and ensure legitimacy, and to justify financial and technical support by international actors, DDR programmes, DDR-related tools and reintegration support are, from the very beginning, predicated on the principles of accountability and transparency. Post-conflict stabilization and the establishment of immediate security are the overall goals of DDR, but integrated DDR also takes place in a wider recovery and reconstruction framework. While both short-term and long-term strategies should be developed in the planning phase, due to the dynamic and volatile conflict and post-conflict context, interventions must be flexible and adaptable.The UN aims to establish transparent mechanisms for the independent monitoring, oversight and evaluation of integrated DDR and its financing mechanisms. It also attempts to create an environment in which all stakeholders understand and are accountable for achieving broad objectives and implementing the details of integrated DDR processes, even if circumstances change. Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected. Flexibility and contingency planning are therefore needed. It is essential to establish realistic goals and make reasonable promises to those involved, and to explain setbacks to stakeholders and participants in order to maintain their confidence and cooperation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1459, - "Score": 0.311086, - "Index": 1459, - "Paragraph": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes. The module also defines the UN approach to integrated DDR for both mission and non-mission settings, which is: \\nvoluntary; \\npeople-centred; \\ngender-responsive and inclusive; \\nconflict-sensitive; \\ncontext-specific; \\nflexible, accountable and transparent; \\nnationally and locally owned; \\nregionally supported; \\nintegrated; and \\nwell planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1642, - "Score": 0.308607, - "Index": 1642, - "Paragraph": "Like men and boys, women and girls are likely to have played many different roles in armed forces and groups, as fighters, supporters, wives or sex slaves, messengers and cooks. The design and implementation of integrated DDR processes should aim to address the specific needs of women and girls, as well as men and boys, taking into account these different experiences, roles, capacities and responsibilities acquired during and after conflicts. Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes. The eligibility criteria for DDR shall not discriminate against individuals on the basis of sex, age, gender identity, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associations. Furthermore, the opportunities/benefits that eligible ex-combatants have access to when participating in a particular DDR process shall not discriminate against individuals on the basis of their former affiliation with a particular armed force or group.It is likely there will be a need to address potential \u2018spoilers\u2019, e.g., by negotiating \u2018special packages\u2019 for commanders in order to secure their buy-in and to ensure that they allow combatants to participate. This political compromise must be carefully negotiated on a case-by-case basis. Furthermore, the inclusion of youth at risk and other non-combatants should also be seen as a measure helping to prevent future recruitment.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1751, - "Score": 0.308607, - "Index": 1751, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to reintegration:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1754, - "Score": 0.308607, - "Index": 1754, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 975, - "Score": 0.308607, - "Index": 975, - "Paragraph": "International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).A refugee is a person who is outside his or her country of nationality or habitual residence; has a well-founded fear of being persecuted because of his or her race, religion, nationality, membership of a particular social group or political opinion; and is unable or unwilling to avail himself or herself of the protection of that country, or to return there, for fear of persecution.However, articles 1C to 1F of the 1951 Convention provide for circumstances in which it shall not apply to a person who would otherwise fall within the general definition of a refugee. In the context of situations involving DDR processes, article 1F is of particular relevance, in that it stipulates that the provisions of the 1951 Convention shall not apply to any person with respect to whom there are serious reasons for considering that he or she has: \\n committed a crime against peace, a war crime or a crime against humanity, as defined in relevant international instruments; \\n committed a serious non-political crime outside the country of refuge prior to the person\u2019s admission to that country as a refugee; or \\n been guilty of acts contrary to the purposes and principles of the UN.Asylum means the granting by a State of protection on its territory to individuals fleeing another country owing to persecution, armed conflict or violence. Military activity is incompatible with the concept of asylum. Persons who pursue military activities in a country of asylum cannot be asylum seekers or refugees. It is thus important to ensure that refugee camps/settlements are protected from militarization and the presence of fighters or combatants.During emergency situations, particularly when people are fleeing armed conflict, refugee flows may occur simultaneously or mixed with combatants or fighters. It is thus important that combatants or fighters are identified and separated. Once separated from the refugee population, combatants and fighters may enter into a DDR process, if available.Former combatants or fighters who have been verified to have genuinely and permanently renounced military activities may seek asylum. Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities. Other types of DDR processes may also provide this verification, as long as there is a formal process through which a combatant becomes an ex-combatant (see IDDRS 4.20 on Demobilization).DDR practitioners should also take into consideration that civilian family members of participants in DDR processes may be refugees or asylum seekers, and efforts must be in place to consider family unity during, for example, repatriation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 10, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "i. International refugee law", - "Sentence": "Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 564, - "Score": 0.308607, - "Index": 564, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to CVR:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1272, - "Score": 0.306186, - "Index": 1272, - "Paragraph": "The DDR-related clauses included within peace agreements should be realistic and appropriate for the setting. In CPAs, the norm is to include a commitment to under- take a DDR programme. The details, including provisions regarding female combat- ants, WAAFG and CAAFG, are usually developed later in a national DDR programme document. Local-level peace agreements will not necessarily include a DDR programme, but may include a range of DDR-related tools such as CVR and transi- tional WAM (see IDDRS 2.10 on The UN Approach to DDR). Provisions that legitimize entitlements for those who have been members of armed forces and groups should be avoided (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Regardless of the type of peace agreement, mediators and signatories should have a minimum understanding of DDR, including the preconditions and principles of gender- responsive and child-friendly DDR (see IDDRS 2.10 on The UN Approach to DDR). Where necessary they should call upon DDR experts to build capacity and knowledge among all of the actors involved and to advise them on the negotiation of relevant and realistic DDR provisions.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.2 Ensuring adequate provisions for DDR in peace agreements ", - "Heading3": "", - "Heading4": "", - "Sentence": "Local-level peace agreements will not necessarily include a DDR programme, but may include a range of DDR-related tools such as CVR and transi- tional WAM (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1700, - "Score": 0.305995, - "Index": 1700, - "Paragraph": "Integrated DDR processes shall be designed on the basis of detailed quantitative and qualitative data. Supporting information management systems should ensure that this data remains up to date, accurate and accessible. In the planning stages, information is gathered on the location of armed forces and groups, the demographics of their members (grouped according to sex and age), their weapons stocks, and the political and conflict dynamics at national and local levels. Surveys of national and local labour market conditions and reintegration opportunities should be undertaken. Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required. Monitoring and evaluation should be based on an integrated approach to metrics, and produce lessons learned and best practices that will influence the further development of IDDRS policy and practice (see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.2. Planning: assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1607, - "Score": 0.298142, - "Index": 1607, - "Paragraph": "Five categories of people should be taken into consideration, as participants and beneficiaries, in integrated DDR processes. This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees/victims; \\n3. dependents/families; \\n4. civilian returnees/\u2019self-demobilized\u2019; \\n5. community members.Consideration should be given to addressing the specific needs of women, youth, children, persons with disabilities, and persons with chronic illnesses in each of these five categories.National actors, such as Governments, political parties, the military, signatory and non-signatory armed groups, non-governmental organizations, civil society organizations and the media are all stakeholders in integrated DDR processes along with international actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 19, - "Heading1": "7. Who is DDR for?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1647, - "Score": 0.298142, - "Index": 1647, - "Paragraph": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made; and, ultimately, no individual or community should be made less secure by the return of ex-combatants or the presence of UN peacekeeping, police or civilian personnel. The establishment of UN-supported prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection, etc.) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, or any other violation of human rights. It is particularly important to consider \u2018do no harm\u2019 when assessing the reinsertion and reintegration options for female fighters or women and girls associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1939, - "Score": 0.298142, - "Index": 1939, - "Paragraph": "In settings of ongoing conflict, it is possible that armed groups may splinter and multiply. Some of these armed groups may sign peace agreements while others refuse. Reintegration support to individuals who have exited non-signatory armed groups in ongoing conflict needs to be carefully designed; risk mitigation and adherence to principles such as \u2018do no harm\u2019 shall be ensured. A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR). Based on conflict analysis and armed group mapping, DDR practitioners should consider direct engagement with armed groups through political negotiations and other DDR- related activities (see IDDRS 2.20 on The Politics of DDR and IDDRS 2.30 on Community Violence Reduction). The risks of such engagement should, of course, be properly assessed in advance, and along the way.DDR practitioners and others involved in designing or managing reintegration assistance should also be aware that as a result of the risks of supporting reintegration in settings of ongoing conflict, combined with a possible lack of national political will, legitimacy of governance and weak capacity, programme funding may be difficult to mobilize. Reintegration programmes should therefore be designed in a transparent and flexible manner, scaled appropriately to offer viable opportunities to ex-combatants and persons formerly associated with armed groups.In line with the shift to peace rather than conflict as the starting point of analysis, programmes should seek to identify positive entry points for supporting reintegration. In ongoing conflict contexts, these entry points could include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models for other areas to follow. Reintegration support provided as part of a pilot effort would likely set the bar for future assistance and establish expectations for other groups that may need to be met to ensure equity and to avoid negative outcomes.Additional entry points for reintegration support in ongoing conflict may be a particular armed group whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors. Reintegration programmes should consider local champions, known figures to support such efforts from local government, tribal, religious and community leadership, and private and business actors. These actors can be key in generating peace dividends and building the necessary trust and support for the programme.For more detail on entry points and risks regarding reintegration support during armed conflict, see section 9 of IDDRS 4.30 on Reintegration.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.2 Reintegration support for conflict prevention", - "Heading3": "5.2.2. Entry points and risk mitigation", - "Heading4": "", - "Sentence": "A full DDR programme may in such cases not be the most appropriate response (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1023, - "Score": 0.298142, - "Index": 1023, - "Paragraph": "The international counter-terrorism framework is comprised of relevant Security Council resolutions, as well as 19 international counter-terrorism instruments,18 which have been widely ratified by UN Member States. That framework must be implemented in compliance with other relevant international standards, particularly international humanitarian law, international refugee law and international human rights laUnder the Security Council resolutions, Member States are required, among other things, to: \\n Ensure that any person who participates in the preparation or perpetration of terrorist acts or in supporting terrorist acts is brought to justice; \\n Ensure that such terrorist acts are established as serious criminal offences in domestic laws and regulations and that the punishment duly reflects the seriousness of such terrorist acts,19 including with respect to: \\n Financing, planning, preparation or perpetration of terrorist acts or support of these acts and \\n Offences related to the travel of foreign terrorist fighters.20Under the Security Council resolutions, Member States are also exhorted to establish criminal responsibility for: \\n Terrorist acts intended to destroy critical infrastructure21 and \\n Trafficking in persons by terrorist organizations and individuals.22While there is no universally agreed definition of terrorism, several of the 19 international counter-terrorism instruments define certain terrorist acts and/or offences with clarity and precision, including offences related to the financing of terrorism, the taking of hostages and terrorist bombing.23The Member State\u2019s obligation to \u2018bring terrorists to justice\u2019 is triggered and it shall consider whether a prosecution is warranted when there are reasonable grounds to believe that a group or individual has committed a terrorist offence set out in: \\n 1. A Security Council resolution or \\n 2. One of the 19 international counter-terrorism instruments to which a Member State is a partyDDR practitioners should be aware of the fact that their host State has an international legal obligation to comply with relevant Security Council resolutions on counter-terrorism (that is, those that the Security Council has adopted in binding terms) and the international counter-terrorism instruments to which it is a party.Of particular relevance to the DDR practitioner is the fact that under Security Council resolutions, with respect to suspected terrorists (as defined above), Member States are further called upon to: \\n Develop and implement comprehensive and tailored prosecution, rehabilitation, and reintegration strategies and protocols, in line with their obligations under international law, including with respect to returning and relocating foreign terrorist fighters and their spouses and children who accompany them, and to address their suitability for rehabilitation.24There are two main scenarios where DDR processes and the international counter-terrorism legal framework may intersect: \\n 1. In addition to the traditional concerns with regard to screening out for prosecution persons suspected of war crimes, crimes against humanity or genocide, the DDR practitioner, in advising and assisting a Member State, should also be aware of the Member State\u2019s obligations under the international counter-terrorism legal framework, and remind them of those obligations, if need be. Specific criteria, as appropriate and applicable to the context and Member States, should be incorporated into screening for DDR processes to identify and disqualify persons who have committed or are reasonably believed to have committed a terrorist act, or who are identified as clearly associated with a Security Council-designated terrorist organization. \\n 2. Although DDR programmes are not appropriate for persons associated with such organizations (see section below), lessons learned and programming experience from DDR programmes may be very relevant to the design, implementation and support to programmes to prosecute, rehabilitate and reintegrate these persons.As general guidance, for terrorist groups designated by the Security Council, Member States are required to develop prosecution, rehabilitation and reintegration strategies. Terrorist suspects, including foreign terrorist fighters and their family members, and victims should be the subject of such strategies, which should be both tailored to specific categories and comprehensive.25 The initial step is to establish a clear and coherent screening process to determine the main profile of a person who is in the custody of authorities or under the responsibility of authorities, in order to recommend particular treatment, including further investigation or prosecution, or immediate entry into and participation in a rehabilitation and/or reintegration programme. The criteria to be applied during the screening process shall comply with international human rights norms and standards and conform to other applicable regimes, such as international humanitarian law and the international counter-terrorism framework.Not all persons will be prosecuted as a result of this screening, but the screening process shall address the question of whether or not a person should be prosecuted. In this respect, the term \u2018screening\u2019 should be distinguished from usage in the context of a DDR programme, where screening refers to the process of ensuring that a person who met previously agreed eligibility criteria will be registered in the programme.Additional UN guidance with regard to the prosecution, rehabilitation and reintegration of foreign terrorist fighters can be found, inter alia, in the Madrid Guiding Principles and their December 2018 Addendum (S/2018/1177). The Madrid Guiding Principles were adopted by the Security Council (S/2015/939) in December 2015 with the aim of becoming a practical tool for use by Member States in their efforts to combat terrorism and to stem the flow of foreign terrorist fighters in accordance with resolution 2178 (2014)Specific guiding principles \\n DDR practitioners should be aware that the host State has legal obligations under Security Council resolutions and/or international counter-terrorism instruments to ensure that terrorists are brought to justice. \\n DDR practitioners shall incorporate proper screening mechanisms and criteria into DDR processes to identify suspected terrorists. \\n Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in DDR processes. Children associated with such groups should be treated in accordance with the standards set out in IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 15, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.6 International counter-terrorism framework", - "Heading4": "i. The requirement \u2018to bring terrorists to justice\u2019", - "Sentence": "\\n DDR practitioners shall incorporate proper screening mechanisms and criteria into DDR processes to identify suspected terrorists.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1371, - "Score": 0.288675, - "Index": 1371, - "Paragraph": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements. Other DDR-related tools, such as CVR, may be more appropriate, particularly following a local-level peace agreement or even during active conflict (see IDDRS 2.30 on Community Violence Reduction).DDR practitioners must assess the political consequences, if any, of supporting DDR processes in active conflict contexts. In particular, the intended outcomes of such interventions should be clear. For example, is the aim to contribute to local-level sta- bilization or to make the rewards of stability more tangible, perhaps through a CVR project or by supporting the reintegration of those who leave active armed groups? Alternatively, is the purpose to provide impetus to a national-level peace process? If the latter, a clear theory of change, outlining how local interventions are intended to scale up, is required.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.2 DDR-related tools ", - "Heading3": "", - "Heading4": "", - "Sentence": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1399, - "Score": 0.288675, - "Index": 1399, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1561, - "Score": 0.288675, - "Index": 1561, - "Paragraph": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations. In countries where there is no United Nations peace operation mandated by the Security Council, UN DDR support will be provided when either a national Government and/or UN RC requests assistance.The disarmament and demobilization components of a DDR programme will be undertaken by national institutions with advice and technical support from relevant UN departments, agencies, programmes and funds, the UNCT, regional organizations and bilateral actors. The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner. When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered. The alignment of CVR initiatives in non-mission contexts with reintegration assistance is essential.Decision-making and accountability for UN-supported DDR rest, in this context, with the UN RC, who will identify one or more UN lead agency(ies) in the UNCT based on in-country capacity and expertise. The UN RC should establish a UN DDR Working Group co-chaired by the lead agency(ies) at the country level to coordinate the contribution of the UNCT to integrated DDR, including on issues related to gender equality, women\u2019s empowerment, youth and child protection, and support to persons with disabilities.DDR programmes, DDR-related tools and reintegration support, where applicable, will require the allocation of national budgets and/or the mobilization of voluntary contributions, including through the establishment of financial management structures, such as a dedicated multi-donor trust fund or catalytic funding provided by the Peacebuilding Fund (PBF)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 12, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.2 DDR in non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1044, - "Score": 0.288675, - "Index": 1044, - "Paragraph": "A Member State\u2019s international obligations are usually translated into domestic legislation. A Member State\u2019s domestic legislation has effect within the territory of that Member State.In order to determine a DDR participant\u2019s immediate rights and freedoms in the Member State, and/or to find the domestic basis, within the State, to ensure the protection of the rights of DDR participants and beneficiaries, the DDR practitioner will have to look towards the specific context of the Member State, i.e., the Member State\u2019s international obligations and its domestic legislation. This is despite the fact that the UN DDR practitioner is guided by the international law principles set out above in the conduct of the Organization\u2019s activities, or that the DDR practitioner may wish to engage with Member States to ensure that their treatment of DDR participants and beneficiaries is in line with their international obligations.For example, the following issues would usually be addressed in a Member State\u2019s domestic legislation, in particular its constitution and criminal procedure code: \\n Length of pretrial detention; \\n Due process rights; \\n Protections and procedure with regard to investigations and prosecutions of alleged crimes, and \\n Criminal penaltiesSimilarly, in order to understand how the Member State has decided to implement the above Security Council resolutions on counter-terrorism, as well as relevant resolutions on organized crimes, DDR practitioners will have to look towards domestic legislation, in particular, to understand the acts that would constitute crimes in the Member State in which they work.For the purposes of DDR, it is thus important to have an understanding of the Member State that the UN DDR practitioner is operating in, in particular, 1) the Member State\u2019s international obligations, including the international conventions that the Member State has signed and ratified; and 2) the relevant protections provided for under the Member State\u2019s domestic legislation that the UN DDR practitioner can rely upon to help ensure the protection of DDR participants\u2019 rights and freedomsSpecific guiding principles \\n DDR practitioners should be aware of the international conventions that the Member State, in which they operate, has signed and ratified. \\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation. \\n DDR practitioners may wish to rely on domestic legislation to secure the rights and freedoms of DDR participants and beneficiaries within the Member State, as appropriate and necessaryRed line \\n DDR practitioners shall respect the national laws of the host State. If there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner should seek legal advice.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 19, - "Heading1": "4. General guiding principles", - "Heading2": "4.3 Member States\u2019 international obligations and domestic legal framework ", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n DDR practitioners should be aware of domestic legislation that may address the rights and freedoms of DDR participants and beneficiaries, as well as limit their participation in DDR processes, in particular the penal code, criminal procedure code and counter-terrorism legislation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1251, - "Score": 0.288675, - "Index": 1251, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing. In these contexts, DDR practitioners will need to assess how their interventions may affect local, national, regional and international political dynamics. For example, will the implementation of CVR projects contribute to the restoration and reinvigoration of (dormant) local government (see IDDRS 2.30 on Community Violence Reduction)? Will local-level interventions impact political dynamics only at the local level, or will they also have an impact on national-level dynamics?In conflict settings, DDR practitioners should also assess the political dynamics created by the presence of multiple armed groups. Complex contexts involving multiple armed groups can increase the pressure for a peace agreement to succeed (including through successful DDR and the transformation of armed groups into political parties) if this provides an example and an incentive for other armed groups to enter into a negotiated solution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.5 DDR in conflict contexts or in contexts with multiple armed groups", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1584, - "Score": 0.280056, - "Index": 1584, - "Paragraph": "Violent conflicts do not always completely cease when a political settlement is reached or a peace agreement is signed. There remains a real danger that violence will flare up again during the immediate post-conflict period, because putting right the political, security, social and economic problems and other root causes of war is a long-term project. Furthermore, peace operations are often mandated in contexts where an agreement is yet to be reached or where a peace process is yet to be initiated or is only partially initiated. In non-mission contexts, requests from the Government for the UN to support DDR are made either when ceasefires are reached or when a peace agreement or a comprehensive peace agreement is signed. This is why practitioners should decide whether DDR programmes, DDR-related tools and/or reintegration support constitute the most appropriate response to a particular situation. A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context. These may include: \\nThe disbanding of armed groups: Governments may request assistance to disband armed groups. The establishment of a DDR programme is agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. Trust and commitment by the parties to the implementation of an agreement and minimum conditions of security are essential for the success of a DDR programme. Administratively, there is little difference between DDR programmes for armed forces and armed groups. Both may require the full registration of weapons and personnel, followed by the collection of information, referral and counselling that are needed before effective reintegration programmes can be put in place. \\nThe rightsizing of armed forces or police: Governments may request assistance to downsize or restructure their armies or police and supporting institutional infrastructure (salaries, benefits, basic services, etc.). Such processes contribute to security sector reform (SSR) (see IDDRS 6.10 on DDR and Security Sector Reform). DDR practitioners should work in close collaboration with SSR experts while planning reintegration support to former members of armed forces. \\nThe repatriation of foreign combatants and associated groups: Considering the regional dimensions of conflict, Governments may agree to assistance to repatriation. DDR programmes may need to become involved in repatriating national combatants and their civilian family members, as well as children associated with armed forces and groups who may have crossed an international border. Such repatriation needs to be in accordance with the principle of non-refoulement, as set out in international humanitarian, human rights and refugee law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This is why practitioners should decide whether DDR programmes, DDR-related tools and/or reintegration support constitute the most appropriate response to a particular situation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1707, - "Score": 0.280056, - "Index": 1707, - "Paragraph": "While DDR programmes last for a specific period of time that includes the immediate post-conflict situation and the transition and early recovery periods, other aspects of DDR may need to be continued, albeit in a different form. DDR-related tools can be initiated after DDR programmes, such as when the disarmament of armed groups is followed by community-based weapons and ammunition management. Reintegration assistance also becomes an integral part of recovery and development. To ensure a smooth transition from one stage to another, an exit strategy should be defined as soon as possible, and should focus on how integrated DDR will seamlessly transform into broader and/or longer-term development strategies, such as security sector reform, violence prevention, socio-economic recovery, national reconciliation, peacebuilding, gender equality and poverty reduction.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 27, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.4. Transition and exit strategies", - "Heading4": "", - "Sentence": "DDR-related tools can be initiated after DDR programmes, such as when the disarmament of armed groups is followed by community-based weapons and ammunition management.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1149, - "Score": 0.280056, - "Index": 1149, - "Paragraph": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes. It discusses the role of DDR practitioners in the negotiation of local and na- tional peace agreements, the role of transitional and final security arrangements, and how practitioners may work to generate political will for DDR among warring parties. Finally, this chapter discusses the transformation of armed groups into political parties and the political dynamics of DDR in active conflict settings.1", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1377, - "Score": 0.272166, - "Index": 1377, - "Paragraph": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage. The following political sensitivities should be taken into account:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 570, - "Score": 0.272166, - "Index": 570, - "Paragraph": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body. Eligibility criteria shall be developed and communicated in the most transparent man- ner possible. This is because eligibility and ineligibility can become a source of com- munity tension and conflict. Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place. Some frameworks may require the surrender of a weapon as a precondition for partic- ipation in a CVR programme (see IDDRS 4.11 on Transitional Weapons and Ammuni- tion Management). Furthermore, when members of armed groups that are not signa- tory to a peace agreement are being considered for inclusion in CVR programmes, the status of these individuals and armed groups must be analysed and specified in order to mitigate any risks. If the individuals being considered for inclusion in a CVR pro- gramme have voluntarily left an armed group designated as a terrorist organization by the United Nations Security Council, DDR practitioners shall incorporate proper screening mechanisms and criteria to identify suspected terrorists (for further infor- mation on specific requirements for children refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR). Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in CVR programmes (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Criteria for participation/eligibility", - "Heading3": "", - "Heading4": "", - "Sentence": "Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1655, - "Score": 0.264906, - "Index": 1655, - "Paragraph": "Integrated DDR needs to be flexible and context-specific in order to address national, regional, and global realities. DDR should consider the nature of armed groups, conflict drivers, peace opportunities, gender dynamics, and community dynamics. All UN or UN-supported DDR interventions shall be designed to take local conditions and needs into account. The IDDRS provide DDR practitioners with comprehensive guidance and analytical tools for the planning and design of DDR rather than a standard formula that is applicable to every situation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "The IDDRS provide DDR practitioners with comprehensive guidance and analytical tools for the planning and design of DDR rather than a standard formula that is applicable to every situation.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1715, - "Score": 0.264906, - "Index": 1715, - "Paragraph": "The reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process with social, economic and political dimensions. It may be influenced by factors such as the choices and capacities of individuals to shape a new life, the security situation and perceptions of security, family and support networks, and the psychological well-being and mental health of ex-combatants and the wider community. Reintegration processes are part of the development of a country. Facilitating reintegration is therefore primarily the responsibility of national Governments and their institutions, with the international community playing a supporting role if requested.Efforts to support the transition of ex-combatants and persons formerly associated with armed forces and groups into civilian life have typically taken place as part of post-conflict DDR programmes. During DDR programmes assistance is often given collectively, to large numbers of DDR participants and beneficiaries, as part of the implementation of a Comprehensive Peace Agreement (CPA). However, when the preconditions for a DDR programme are not in place, reintegration support can still play an important role in sustaining peace. The twin UN resolutions on the 2015 peacebuilding architecture review, General Assembly resolution 70/262 and Security Council resolution 2282, recognize that efforts to sustain peace are necessary at all stages of conflict. This renewed UN policy engagement emerges from the need to address ongoing armed conflicts that are often protracted and complex. In these settings, individuals may exit armed forces and groups during all phases of an armed conflict. This type of exit will often be individual and can take different forms, including voluntary exit or capture.In order to support and strengthen the foundation for sustainable peace, the reintegration of ex- combatants and persons formerly associated with armed forces and groups should not only be supported after an armed conflict has ended. Instead, reintegration support should be considered at all times, even in the absence of a DDR programme. This support may include the provision of assistance to those who return to peaceful areas of the conflict-affected country, and to those who return to peaceful countries of origin, in the case of foreign fighters.When reintegration support is provided during ongoing conflict, it should aim to strengthen resilience against re-recruitment and also to prevent additional first-time recruitment. To do this it is important to strengthen what still works, including the residual capacities for peace that people and communities draw on in times of conflict. The strengthening of peace capacities can be based on the identification of the reasons why some individuals do not join armed groups, and why some combatants leave armed groups and turn away from armed violence.There will be additional challenges when supporting reintegration during ongoing conflict. Support to reintegration as part of sustaining peace requires analysis of the intended and unintended outcomes precipitated by engagement in dynamic, conflict-affected environments. DDR practitioners and others involved in the provision of reintegration support should understand how engagement in such contexts has implications for social relations/dynamics \u2013 positive and negative \u2013 so as to \u2018do no harm\u2019 and, in fact, \u2018do good\u2019. It should also be recognized that the risk of doing harm is greater in ongoing conflict contexts, thereby demanding a higher level of coordination among existing and planned programmes to avoid the possibility that they may negatively affect each other. In order to support the humanitarian-development-peace nexus, reintegration programme coordination should extend to broader programmes and actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 3, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "During DDR programmes assistance is often given collectively, to large numbers of DDR participants and beneficiaries, as part of the implementation of a Comprehensive Peace Agreement (CPA).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1246, - "Score": 0.264906, - "Index": 1246, - "Paragraph": "National-level peace agreements will not always put an end to local-level conflicts. Local agendas \u2013 at the level of the individual, family, clan, municipality, community, district or ethnic group \u2013 can at least partly drive the continuation of violence. Some incidents of localized violence, such as clashes between rivals over positions of tradi- tional authority between two clans, will require primarily local solutions. However, other types of localized armed conflict may be intrinsically linked to the national level, and more amenable to top-down intervention. An example would be competition over political roles at the subfederal or district level. Experience shows that international interventions often neglect local mediation and conflict resolution, focusing instead on national-level cleavages. However, in many instances a combination of local and national conflict or dispute resolution mechanisms, including traditional ones, may be required. For these reasons, local political dynamics should be assessed.In addition to these local- and national-level dynamics, DDR practitioners should also understand and address cross-border/transnational conflict causes and dynamics, including their gender dimensions, as well as the interdependencies of armed groups with regional actors. In some cases, foreign armed groups may receive support from a third country, have bases across a border, or draw recruits and support from commu- nities that straddle a border. These contexts often require approaches to repatriate for- eign combatants and persons associated with foreign armed groups. Such programmes should be accompanied by reintegration support in the former combatant\u2019s country of origin (see also IDDRS 5.40 on Cross-Border Population Movements).Regional dimensions may also involve the presence of regional or international forces operating in the country. Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed. DDR processes are voluntary and shall not be conflated with counter-insurgency operations or used to achieve counter-insurgency objectives.The conflict may also have international links beyond the immediate region. These may include proxy wars, economic interests, and political support to one or several groups, as well as links to organized crime networks. Those involved may have specific inter- ests to protect in the conflict and might favour one side over the other, or a specific out- come. DDR processes will not usually address these factors directly, but their success may be influenced by the need to engage politically or otherwise with these external actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 10, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.4 Local, national, regional and international dynamics", - "Heading4": "", - "Sentence": "Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1287, - "Score": 0.264906, - "Index": 1287, - "Paragraph": "It is important for the parties to a peace agreement to have a common understanding of what DDR involves, including the gender dimensions and requirements and pro- tections for children. This may not always be the case, especially if the stakeholders have not all had the same opportunity to learn about DDR. This is particularly true for groups that may be difficult to access because of security or geography, or because they are considered \u2018off limits\u2019 due to their ideology. The ability to hold meaningful dis- cussions on DDR may therefore require capacity-building with the parties to balance the levels of knowledge and ensure a common understanding of the process. In con- texts where DDR has been implemented before, this history can affect perceptions of future DDR activities, and there may be a need to review and manage expectations and clarify differences between past and planned processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 13, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.4 Ensuring a common understanding of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "The ability to hold meaningful dis- cussions on DDR may therefore require capacity-building with the parties to balance the levels of knowledge and ensure a common understanding of the process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1623, - "Score": 0.264135, - "Index": 1623, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 845, - "Score": 0.264135, - "Index": 845, - "Paragraph": "A variety of actors in the UN system support DDR processes within national contexts. In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks. This framework includes international humanitarian law, international human rights law, international criminal law, and international refugee law, as well as the international counter-terrorism and arms control frameworks. UN system-supported DDR processes should be implemented in a manner that ensures that the relevant rights and obligations under the international legal framework are respected.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In carrying out DDR, these actors are governed by their respective constituent instruments, by the specific mandates provided by their respective governing bodies, and by applicable internal rules, policies and procedures.DDR is also undertaken within the context of a broader international legal framework, which contains rights and obligations that may be of relevance for the implementation of DDR tasks.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1306, - "Score": 0.258199, - "Index": 1306, - "Paragraph": "In some cases, preliminary ceasefires may be agreed to prior to a final agreement. These aim to create a more conducive environment for talks to take place. DDR provi- sions are not included in such agreements.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.1 Preliminary ceasefires", - "Heading4": "", - "Sentence": "DDR provi- sions are not included in such agreements.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1566, - "Score": 0.258199, - "Index": 1566, - "Paragraph": "The UN has been involved in integrated DDR across the peace continuum since the late 1980s. During the past 25 years, the UN has amassed considerable experience and knowledge of the coordination, design, implementation, financing, and monitoring and evaluation of DDR programmes. Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present. Integrated DDR originates from various parts of the UN\u2019s core mandate, as set out in the Charter of the UN, particularly the areas of peace and security, economic and social development, human rights and humanitarian assistance.UN departments, agencies, programmes and funds are uniquely able to support integrated DDR processes both in mission settings, where peace operations are in place, and in non-mission settings, where there is no peace operation present, providing breadth of scope, neutrality, impartiality and capacity-building through the sharing of technical DDR skills.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1629, - "Score": 0.258199, - "Index": 1629, - "Paragraph": "The unconditional and immediate release of children associated with armed forces and groups must be a priority, irrespective of the status of peace negotiations and/ or the development of DDR programmes and DDR-related tools. UN-supported DDR interventions shall not be allowed to encourage the recruitment of children into armed forces and groups in any way, especially by commanders trying to increase the number of combatants entering DDR programmes in order to profit from assistance provided to combatants. When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. Children will then be supported to demobilize and reintegrate into families and communities (see IDDRS 5.30 on Children and DDR). Only child protection practitioners should interview children associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 21, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.2. Unconditional release and protection of children", - "Heading4": "", - "Sentence": "When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1266, - "Score": 0.258199, - "Index": 1266, - "Paragraph": "Participation in peacetime politics may be a key demand of groups, and the opportu- nity to do so may be used as an incentive for them to enter into a peace agreement. If armed groups, armed forces or wartime Governments are to become part of the political process, they should transform themselves into entities able to operate in a transitional political administration or an electoral system.Leaders may be reluctant to give up their command and therefore lose their political base before they are able to make the shift to a political party that can re- ab- sorb this constituency. At the same time, they may be unwilling to give up their wartime structures until they are sure that the political provisions of an agreement will be implemented.DDR processes should consider the parties\u2019 political motivations. Doing so can reassure armed groups that they can retain the ability to pursue their political agen- das through peaceful means and that they can therefore safely disband their military structures.The post-conflict demilitarization of politics and institutions goes beyond DDR practitioners\u2019 mandates, yet DDR processes should not ignore the political aspirations of armed groups and their members. Such aspirations may include participating in political life by being able to vote, being a member of a political party that represents their ideas and aims, or running for office.For some armed groups, participation in politics may involve transformation into a political party, a merger or alignment with an existing party, or the candidacy of former members in elections.The transformation of an armed group into a political party may appear to be incompatible with the aim of disbanding military structures and breaking their chains of command and control because a political party may seek to build upon wartime com- mand structures. Practitioners and political leaders need to consider the effects of a DDR process that seeks to disband and break the structures of an armed group that aims to become a political party. Attention should be paid as to whether the planned DDR pro- cess could help or hinder this transformation and whether this could support or undermine the wider peace process. DDR processes may need to be adapted accordingly.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.1 The political aspirations of armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "Practitioners and political leaders need to consider the effects of a DDR process that seeks to disband and break the structures of an armed group that aims to become a political party.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1604, - "Score": 0.252646, - "Index": 1604, - "Paragraph": "When the preconditions are in place, the UN may support the establishment of DDR programmes. Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances. National institutions should be supported to determine the policy on direct benefits and reintegration assistance during a DDR programme.Civilians and civil society groups in communities to which members of the above-mentioned groups will return should be consulted during the planning and design phase of DDR programmes, as well as informed and supported in order to assist them to receive ex-combatants and their dependents/families during the reintegration phase.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.2 When the preconditions for a DDR programme are in place", - "Heading3": "", - "Heading4": "", - "Sentence": "Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1387, - "Score": 0.251976, - "Index": 1387, - "Paragraph": "Disarmament provisions are not always applied evenly to all parties and, most often, armed forces are not disarmed. This can create an imbalance in the process, with one side being asked to hand over more weapons than the other. Even the symbolic disar- mament or control (safe storage as a part of a supervised process) of a number of the armed forces\u2019 weapons can help to create a perception of parity in the process. This could involve the control of the same number of weapons from the armed forces as those handed in by armed groups.Similarly, because it is often argued that armed forces are required to protect the nation and uphold the rule of law, DDR processes may demobilize only the armed opposition. This can create security concerns for the disarmed and demobilized groups whose opponents retain the ability to use force, and perceptions of inequality in the way that armed forces and groups are treated, with one side retaining jobs and salaries while the other is demobilized. In order to create a more equitable process, mediators may allow for the cantonment or barracking of a number of Government troops equivalent to the number of fighters from armed groups that are cantoned, disarmed and demobilized. They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.2 Parity in disarmament and demobilization", - "Heading4": "", - "Sentence": "Even the symbolic disar- mament or control (safe storage as a part of a supervised process) of a number of the armed forces\u2019 weapons can help to create a perception of parity in the process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1693, - "Score": 0.240772, - "Index": 1693, - "Paragraph": "Given that DDR is aimed at groups who are a security risk and is implemented in fragile security environments, both risks and operational security and safety protocols should be decided on before the planning and implementation of activities. These should include the security and safety needs of UN and partner agency personnel involved in DDR operations, DDR participants (who will have many different needs) and members of local communities. Security and other services must be provided either by UN military and/or a UN police component or national police and security forces. Security concerns should be included in operational plans, and clear criteria, in line with the UN Programme Criticality Framework, should be established for starting, delaying, suspending or cancelling activities and/or operations, should security risks be too high.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.1. Safety and security", - "Heading4": "", - "Sentence": "These should include the security and safety needs of UN and partner agency personnel involved in DDR operations, DDR participants (who will have many different needs) and members of local communities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1186, - "Score": 0.237915, - "Index": 1186, - "Paragraph": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required. In mission settings, such analyses are undertaken by UN peace operations, special political missions or offices. In non-mission settings, contextual analysis forms an integral part of the United Nations Sustainable Development Cooperation Framework (UNSDCF) process.In both mission and non-mission settings, the analysis of the political dynamics of a DDR process forms just one part of a broader situational analysis. It may therefore be linked to conflict and development analysis (CDA) or other analysis that is requested/ mandatory in the UN system. The sections immediately below focus only on the contex- tual analysis of the political dynamics of DDR processes. This type of analysis should examine the following factors:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "", - "Heading4": "", - "Sentence": "In non-mission settings, contextual analysis forms an integral part of the United Nations Sustainable Development Cooperation Framework (UNSDCF) process.In both mission and non-mission settings, the analysis of the political dynamics of a DDR process forms just one part of a broader situational analysis.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1670, - "Score": 0.23094, - "Index": 1670, - "Paragraph": "Ensuring national and local ownership is crucial to the success of integrated DDR. National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members. Even when receiving financial and technical assistance from partners, it is the responsibility of national Governments to ensure coordination between government ministries and local government, between Government and national civil society, and between Government and external partners.In contexts where national capacity is weak, a Government exerts national ownership by building the capacity of its national institutions, by contributing to the integrated DDR process and by creating links to other peacebuilding and development initiatives. This is particularly important in the case of reintegration support, as measures should be designed as part of national development and recovery efforts.National and local capacity must be systematically developed, as follows: \\n Creating national and local institutional capacity: A primary role of the UN is to supply technical assistance, training and financial support to national authorities to establish credible, capable, representative and sustainable national institutions and programmes. Such assistance should be based on an assessment and understanding of the particular context and the type of DDR activities to be implemented, including commitments to gender equality. \\n Finding implementing partners: Besides national institutions, civil society is a key partner in DDR. The technical capacity and expertise of civil society groups will often need to be strengthened, particularly when conflict has diminished human and financial resources. Particular attention should be paid to supporting the capacity development of women\u2019s civil society groups to ensure equal participation as partners in DDR. Doing so will help to create a sustainable environment for DDR and to ensure its long-term success. \\n Employing local communities and authorities: Local communities and authorities play an important role in ensuring the sustainability of DDR, particularly in support of reintegration and the implementation of DDR-related tools. Therefore, their capacities for strategic planning and programme and/or financial management must be strengthened. Local authorities and populations, ex-combatants and their dependents/families, and women and girls formerly associated with armed forces and groups shall all be involved in the planning, implementation and monitoring of integrated DDR processes. This is to ensure that the needs of both individuals and the community are addressed. Increased local ownership builds support for reintegration and reconciliation efforts and supports other local peacebuilding and recovery processes.As the above list shows, national ownership involves more than just central government leadership: it includes the participation of a broad range of State and non-State actors at national, provincial and local levels. Within the IDDRS framework, the UN supports the development of a national DDR strategy, not only by representatives of the various parties to the conflict, but also by civil society; and it encourages the active participation of affected communities and groups, particularly those formerly marginalized in DDR and post-conflict reconstruction processes, such as representatives of women\u2019s groups, children\u2019s advocates, people from minority communities, and persons with disabilities and chronic illness.In supporting national institutions, the UN, along with key international and regional actors, can help to ensure broad national ownership, adherence to international principles, credibility, transparency and accountability (see IDDRS 3.30 on National Institutions for DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 24, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.7. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1001, - "Score": 0.229416, - "Index": 1001, - "Paragraph": "In general, it is the duty of every State to exercise its criminal jurisdiction over those responsible for international crimes.DDR practitioners should be aware of local and international mechanisms for achieving justice and accountability for international crimes. These include any judicial or non-judicial mechanisms that may be established with respect to international crimes committed in the host State. These can take various forms, depending on the specificities of local context.National courts usually have jurisdiction over all crimes committed within the State\u2019s territory, even when there are international criminal accountability mechanisms with complementary or concurrent jurisdiction over the same crimes.In terms of international criminal law, the Rome Statute of the International Criminal Court (ICC) establishes individual and command responsibility under international law for (1) genocide;8 (2) crimes against humanity, which include, inter alia, murder, enslavement, deportation or forcible transfer of population, imprisonment, torture, rape, sexual slavery, enforced prostitution, forced pregnancy, enforced sterilization or \u201cany other form of sexual violence of comparable gravity\u201d, when committed as part of a widespread or systematic attack against the civilian population;9 (3) war crimes, which similarly include sexual violence;10 and (4) the crime of aggression.11 The law governing international crimes is also developed further by other sources of international law (e.g., treaties12 and customary international law13 ).Separately, there have been a number of international criminal tribunals14 and \u2018hybrid\u2019 international tribunals15 addressing crimes committed in specific situations. These tribunals have contributed to the extensive development of substantive and procedural international criminal law.Recently, there have also been a number of initiatives to provide degrees of international support to domestic courts or tribunals that are established in States to try international law crimes.16 Various other transitional justice initiatives may also apply, depending on the context.The UN opposes the application of the death penalty, including with respect to persons convicted of international crimes. The UN also discourages the extradition or deportation of a person where there is genuine risk that the death penalty may be imposed unless credible and reliable assurances are obtained that the death penalty will not be sought or imposed and, if imposed, will not be carried out but commuted. The UN\u2019s own criminal tribunals, UN-assisted criminal tribunals and the ICC are not empowered to impose capital punishment on any convicted person, regardless of the seriousness of the crime(s) of which he or she has been convicted. UN investigative mechanisms mandated to share information with national courts and tribunals should only do so with jurisdictions that respect international human rights law and standards, including the right to a fair trial, and shall only do so for use in criminal proceedings in which capital punishment will not be sought, imposed or carried out.Accountability mechanisms, together with DDR processes, form part of the toolkit for advancing peace processes. However, there is often tension, whether real or perceived, between peace, on the one hand, and justice and accountability, on the other. A prominent example is the issuance of amnesties or assurances of non-prosecution in exchange for participation in DDR processes, which could hinder the achievement of justice-related aims.It is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.20 on DDR and Transitional Justice). With regard to the issue of terrorist offences, see section 4.2.6.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 12, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.4 Accountability mechanisms at the national and international levels", - "Heading4": "", - "Sentence": "A prominent example is the issuance of amnesties or assurances of non-prosecution in exchange for participation in DDR processes, which could hinder the achievement of justice-related aims.It is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1032, - "Score": 0.226455, - "Index": 1032, - "Paragraph": "The Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities was established pursuant to Resolution 1267 (1999), 1989 (2011) and 2253 (2015). It is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. In addition, the Security Council may list individuals or groups for other reasons26 and impose sanctions on them. These individuals or groups may also be described as \u2018terrorist groups\u2019 in separate Council resolutions.27In this regard, a specific set of issues arises vis-\u00e0-vis engaging groups or individuals in a DDR process when the group(s) or individual(s) are (a) listed as a terrorist group, individual or organization by the Security Council (either via the Da\u2019esh-Al Qaida Committee or another relevant Committee); and/or (b) listed as a terrorist group, individual or organization by a Member State for that Member State, by way of domestic legislation.DDR practitioners should be aware that donor states may also designate groups as terrorists through such \u2018national listings\u2019.Moreover, as a consequence of Security Council, regional or national listings, donor states in particular may have constraints placed upon them as a result of their national legislation that could impact what support (financial or otherwise) they can provide.Specific guiding principles \\n DDR practitioners should be aware of whether or not a group, entity or individual has been listed by the Security Council Committee pursuant to resolutions 1267 (1999), 1989 (2011) and 2253 (2015) and should consult their legal adviser on the implications this may have for planning or implementation of DDR processes. \\n DDR practitioners should be aware of whether or not a group, entity or individual has been designated a terrorist organization or individual by a regional organization or Member State (including the host State or donor country) and should consult their legal adviser on the implications this may have on the planning and implementation of DDR processes. \\n DDR practitioners should consult with their legal adviser upon applicable host State national legislation targeting the provision of support to listed terrorist groups, including its possible criminalization.Red line \\n Groups or individuals listed by the Security Council, as well as perpetrators or suspected perpetrators of terrorist acts cannot be participants in DDR programmes. However, in compliance with relevant international standards and within the proper framework, support may be provided by DDR practitioners, using DDR-related tools, to persons associated to Security Council\u2013designated terrorist organizations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 17, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.6 International counter-terrorism framework", - "Heading4": "ii. Sanctions relating to terrorism, including from Security Council committees ", - "Sentence": "However, in compliance with relevant international standards and within the proper framework, support may be provided by DDR practitioners, using DDR-related tools, to persons associated to Security Council\u2013designated terrorist organizations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1337, - "Score": 0.222222, - "Index": 1337, - "Paragraph": "DDR processes often contend with a lack of trust between the signatories to peace agreements. Previous experience with DDR programmes indicates two common delay tactics: the inflation of numbers of fighters to increase a party\u2019s importance and weight in the peace negotiations, and the withholding of combatants and arms until there is greater trust in the peace process. Some peace agreements have linked progress in DDR to progress in the political track so as to overcome fears that, once disarmed, the movement will lose influence and its political claims may not be fully met.Confidence-building measures (CBMs) are often used to reduce or eliminate the causes of mistrust and tensions during negotiations or to reinforce confidence where it already exists. Certain DDR activities and related tools can also be considered CBMs and could be instituted in support of peace negotiations. For example, CVR programmes can also be used as a means to de-escalate violence during a preliminary ceasefire and to build confidence before the signature of a CPA and the launch of a DDR programme (see also IDDRS 2.30 on Community Violence Reduction). Furthermore, pre-DDR may be used to try to reduce tensions on the ground while negotiations are ongoing.Pre-DDR and CVR can provide combatants with alternatives to waging war at a time when negotiating parties may be cut off or prohibited from accessing their usual funding sources (e.g., if a preliminary agreement forbids their participation in resource exploitation, taxation or other income-generating activities). However, in the absence of a CPA, prolonged CVR and pre-DDR can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 17, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.4 DDR support to confidence-building measures .", - "Heading3": "", - "Heading4": "", - "Sentence": "Previous experience with DDR programmes indicates two common delay tactics: the inflation of numbers of fighters to increase a party\u2019s importance and weight in the peace negotiations, and the withholding of combatants and arms until there is greater trust in the peace process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1953, - "Score": 0.210819, - "Index": 1953, - "Paragraph": "In the absence of a peace agreement, reintegration support during ongoing conflict may follow amnesty or other legal processes. An amnesty act or special justice law is usually adopted to encourage combatants to lay down weapons and report to authorities; if they do so they usually receive pardon for having joined armed groups or, in the case of common crimes, reduced sentences.These provisions may also encourage dialogue with armed groups, promote return to communities and support reconciliation through transitional justice and reparations at the community level. Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization). To ensure that amnesty processes are successful, they should include reintegration support to those reporting to the \u2018Amnesty Commission\u2019 and/or relevant authorities.Additional Protocol II to the Geneva Conventions encourages States to grant amnesties for mere participation in hostilities as a means of encouraging armed groups to comply with international humanitarian law. It recognizes that amnesties may also help to facilitate peace negotiations or enable a process of reconciliation. However, amnesties should not be granted for war crimes, genocide, crimes against humanity and gross violations of human rights (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on DDR and Transitional Justice).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.4 Amnesty and other special justice measures during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "However, amnesties should not be granted for war crimes, genocide, crimes against humanity and gross violations of human rights (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1613, - "Score": 0.204124, - "Index": 1613, - "Paragraph": "All UN DDR programmes, DDR-related tools, and reintegration support shall be voluntary, people-centred, gender-responsive and inclusive, conflict sensitive, context specific, flexible, accountable and transparent, nationally and locally owned, regionally supported, integrated and well planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All UN DDR programmes, DDR-related tools, and reintegration support shall be voluntary, people-centred, gender-responsive and inclusive, conflict sensitive, context specific, flexible, accountable and transparent, nationally and locally owned, regionally supported, integrated and well planned.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1659, - "Score": 0.201008, - "Index": 1659, - "Paragraph": "Due to the complex and dynamic nature of integrated DDR processes, flexible and long-term funding arrangements are essential. The multidimensional nature of DDR requires an initial investment of staff and funds for planning and programming, as well as accessible and sustainable sources of funding throughout the different phases of implementation. Funding mechanisms, including trust funds, pooled funding, etc., and the criteria established for the use of funds shall be flexible. Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way. The importance of planning and initiating reinsertion and reintegration support activities at the start of a DDR programme has become increasingly evident, so adequate financing for reintegration needs to be secured in advance. This should help to prevent delays or gaps in implementation that could threaten or undermine the programme\u2019s credibility and viability (see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4932, - "Score": 0.529813, - "Index": 4932, - "Paragraph": "Public information and strategic communication (PI/SC) are key support activities that are instrumental in the overall success of DDR processes. Public information is used to inform DDR participants, beneficiaries and other stakeholders of the process, while strategic communication influences attitudes towards DDR. If successful, PI/SC strategies will secure buy-in to the DDR process by outlining what DDR consists of and encouraging individuals to take part, as well as contribute to changing attitudes and behaviour.A DDR process should always be accompanied by a clearly articulated PI/SC strategy. As DDR does not occur in a vacuum, the design, dissemination and planning of PI/SC interventions should be an iterative process that occurs at all stages of the DDR process. PI/SC interventions should be continuously updated to be relevant to political and operational realities, including public sentiment about DDR and the wider international effort to which DDR contributes. It is crucial that DDR is framed and communicated carefully, taking into account the varying informational requirements of different stakeholders and the various grievances, perceptions, culture, biases and political perspectives of DDR participants, beneficiaries and communities.An effective PI/SC strategy should have clear overall objectives based on a careful assessment of the context in which DDR will take place. There are four principal objectives of PI/SC: (i) to inform by providing accurate information about the DDR process; (ii) to mitigate the potential negative impact of inaccurate and deceptive information that may hamper the success of DDR and wider peace efforts; (iii) to sensitize members of armed forces and groups to the DDR process; and (iv) to transform attitudes in communities in such a way that is conducive to DDR. PI/SC should make an important contribution towards creating a climate of peace and security, as well as promote gender-equitable norms and non-violent forms of masculinities. DDR practitioners should support their national counterparts (national Government and local authorities) to define these objectives so that activities related to PI/SC can be conducted while planning for the wider DDR process is ongoing. PI/SC as part of a DDR process should (i) be based on a sound analysis of the context, conflict and motivations of the many different groups at which these activities are directed; (ii) make use of the best and most trusted local methods of communication; and (iii) ensure that PI/SC materials and messages are pre- tested on a local audience and subsequently closely monitored and evaluated.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As DDR does not occur in a vacuum, the design, dissemination and planning of PI/SC interventions should be an iterative process that occurs at all stages of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5053, - "Score": 0.529813, - "Index": 5053, - "Paragraph": "When designing a PI/SC strategy, DDR practitioners should take the following key factors into account: \\n At what stage is the DDR process? \\n Who are the primary and intermediary target audiences? Do these target audiences differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Who may not be eligible to participate in the DDR process? Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)? \\n Are other, related PI/SC campaigns underway, and should these be aligned/deconflicted with the PI/SC strategy for the DDR process? \\n What are the roles of men, women, boys and girls, and how have each of these groups been impacted by the conflict? \\n What are the existing gender stereotypes and identities, and how can PI/SC strategies support positive change? \\n Is there stigma against women and girls associated with armed forces and groups? Is there stigma against mental health issues such as post-traumatic stress? \\n What are the literacy levels of the men and women intended to receive the information? \\n What behavioural/attitude change is the PI/SC strategy trying to bring about? \\n How can this change be achieved (taking into account literacy rates, the presence of different media, etc.)? \\n What are the various networks involved in the dissemination of information (e.g., interconnections among social networks of ex-combatants, household membership, community ties, military reporting lines, etc.)? Which network members have the greatest influence? \\n Do women and men obtain information by different means? (If so, which channels most effectively reach women?) \\n In what language does the information need to be delivered (also taking into account possible foreign combatants)? \\n What other organizations are involved, and what are their PI/SC strategies? \\n How can the PI/SC strategy be monitored? \\n What is the prevailing information situation? (What are the information needs?) \\n What are the sources of disinformation and misinformation? \\n Who are the key local influencers/amplifiers? \\n What dominant media technologies are in use locally and by which population segments/demographics?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 9, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Does eligibility differ for different components of the DDR process (DDR programmes, DDR-related tools, reintegration support)?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5131, - "Score": 0.528271, - "Index": 5131, - "Paragraph": "The planning and implementation of the PI/SC strategy shall acknowledge the diversity of stakeholders involved in the DDR process and their varied information needs. The PI/SC strategy shall also be based on integrated conflict and security analyses (see IDDRS 3.11 on Integrated Assessments). As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities. The intended audience(s) will also vary according to the phase of the DDR process and, crucially, the changes in people\u2019s attitudes that the PI/SC strategy would like to bring about. What follows is therefore a non-exhaustive list of the types of target audiences most commonly found in a PI/SC strategy for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As each DDR process may contain different combinations of DDR programmes, DDR-related tools and reintegration support, the type of DDR process under way will influence the stakeholders involved and the primary and secondary audiences, and will shape the nature and content of PI/SC activities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5200, - "Score": 0.5, - "Index": 5200, - "Paragraph": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process. Hotlines should be free of charge and can foster the engagement of the target audience and provide information and clarification on the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 19, - "Heading1": "8. Media", - "Heading2": "8.7 Hotlines", - "Heading3": "", - "Heading4": "", - "Sentence": "Hotlines can be a useful tool to inform DDR participants and beneficiaries about the development of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4984, - "Score": 0.492366, - "Index": 4984, - "Paragraph": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver. The PI/SC strategy shall focus on the national (and, where applicable, regional) stakeholders, participants and beneficiaries of the DDR process, i.e., ex-combatants, persons associated with armed forces and groups, dependants, receiving communities, parties to the peace agreement, civil society, local and national authorities, and the media.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall manage expectations concerning the DDR process by being clear, realistic, honest, communicative and consistent about what DDR can and cannot deliver.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5021, - "Score": 0.492366, - "Index": 5021, - "Paragraph": "A PI/SC strategy should outline what the DDR process in the specific context consists of through public information activities and contribute to changing attitudes and behaviour through strategic communication interventions. There are four overall objectives of PI/SC: \\n To inform stakeholders about the DDR process (public information): This includes providing tailored key messages to various stakeholders, such as where to go, when to deposit weapons, who is eligible for DDR and what reintegration options are available. The result is that DDR participants, beneficiaries and other stakeholders are made fully aware of what the DDR process involves. This kind of messaging also serves the purpose of making communities understand how the DDR process will involve them. Most importantly, it serves to manage expectations, clearly defining what falls within and outside the scope of DDR. If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what. Given that, historically, women and girls have not always received the same information as male combatants, as they may be purposely hidden by male commanders or may have \u2018self-demobilized\u2019, it is essential that PI/SC strategies take into consideration the specific information channels required to reach them. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to participate. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so. In such sitatutions, strategic communications may be used to create the conditions for a successful DDR process. \\n To mitigate the negative impact of misinformation and disinformation (strategic communication): It is important to understand how conflict actors such as armed groups and other stakeholders respond, react to and/or provide alternative messages that are disseminated in support of the DDR process. In the volatile conflict and post-conflict contexts in which DDR takes place, those who profit(ed) from war or who believe their political objectives have not been met may not wish to see the DDR process succeed. They may have access to radio stations from which they can make broadcasts or may distribute pamphlets and other materials spreading \u2018hate\u2019 or messages that incite violence and undermine the UN and/or some of the (former) warring parties. These spoilers likely will have access to online platforms, such as blogs and social media, where they can easily reach and influence a large number of people. It is therefore critical that PI/SC extends beyond merely providing information to the public. A comprehensive PI/SC strategy shall be designed to identify and address sources of misinformation and disinformation and to develop tailored strategic communication interventions. Implementation should be iterative, whereby messages are deployed to provide alternative narratives for specific misinformation or disinformation that may hamper the implementation of a DDR process. \\n To sensitize members of armed forces and groups to the DDR process (strategic communication): Strategic communication interventions can be used to sensitize potential DDR participants. That is, beyond informing stakeholders, beneficiaries and participants about the details of the DDR process and beyond mitigating the negative impacts of misinformation and disinformation, strategic communication can be used to influence the decisions of individuals who are considering leaving their armed force or group including providing the necessary information to leave safely. The transformative objective of strategic communication interventions should be context specific and based on a concrete understanding of the political aspects of the conflict, the grievances of members of armed forces and groups, and an analysis of the potential motivations of individuals to join/leave warring parties. Strategic communication interventions may include messages targeting active combatants to encourage their participation in the DDR process, for example, stories and testimonials from ex-combatants and other positive DDR impact stories. They may also include communication campaigns aimed at preventing recruitment. The potential role of the national authorities should also be assessed through analysis and where possible, national authorities should lead the strategic communication. \\n To transform attitudes in communities so as to foster DDR (strategic communication): Reintegration and/or CVR programmes are often crucial elements of DDR processes (see IDDRS 2.30 on Community Violence Reduction and IDDRS 4.30 on Reintegration). Strategic communication interventions can help to create conditions that facilitate peacebuilding and social cohesion and encourage the peaceful return of former members of armed forces and groups to civilian life. Communities are not homogeneous entities, and individuals within a single community may have differing attitudes towards the return of former members of armed forces and groups. For example, those who have been hit hardest by the conflict may be more likely to have negative perceptions of returning combatants. Others may simply be happy to be reunited with family members. The DDR process may also be negatively perceived as rewarding combatants. When necessary, strategic communication can be used as a means to transform the perceptions of communities and to combat stigmatization, hate speech, marginalization and discrimination against former members of armed forces and groups. Women and girls are often stigmatized in receiving communities and PI/SC can play a pivotal role in creating a more supportive environment for them. PI/SC should also be utilized to promote non-violent behaviour, including engaging men and boys as allies in promoting positive masculine norms (see IDDRS 5.10 on Women, Gender and DDR). Finally, PI/SC should also be used to destigmatize the mental health impacts of conflict and raise awareness of psychosocial support services.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 7, - "Heading1": "5. Objectives of PI/SC in support of DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If the DDR process is made up of different combinations of DDR programmes, DDR-related tools or reintegration support, messages should clearly define who is eligible for what.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3298, - "Score": 0.447214, - "Index": 3298, - "Paragraph": "The primary contribution of the military component to a DDR process is to provide security for DDR staff, partners, infrastructure and beneficiaries. Security is essential to ensure former combatants\u2019 confidence in DDR, and to ensure the security of other elements of a mission and the civilian population.If tasked and resourced, a military component may contribute to the creation and maintenance of a stable, secure environment in which DDR can take place. This may include the provision of security to areas in which DDR programmes and DDR-related tools (including pre-DDR and community violence reduction) are being implemented. Military components may also provide security to DDR and child protection practitioners, and to those participating in DDR processes, including children and dependants. This may include the provision of security to routes that participants will use to enter DDR and/or the provision of military escorts. Security is provided primarily by armed UN troops, but could be supplemented by the State\u2019s defence security forces and/or any other security provider.Finally, military components may also secure the collection, transportation and storage of weapons and ammunition handed in as part of a DDR process. They may also monitor and report on security-related issues, including incidents of sexual and gender-based violence. Experience has shown that unarmed MILOBs do not provide security, although in some situations they can assist by contributing to early warning, wider information gathering and information distribution.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.1 Security ", - "Heading4": "", - "Sentence": "The primary contribution of the military component to a DDR process is to provide security for DDR staff, partners, infrastructure and beneficiaries.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5662, - "Score": 0.436436, - "Index": 5662, - "Paragraph": "As a participant in the DDR process, the terms of your benefits are conditional on the following: \\n 1. Your hand over of all weapons and ammunition; \\n 2. Your agreement to renounce military status; \\n 3. Your acceptance of and conformity with all rules and regulations during the full period of your stay at the disarmament and/or demobilization site; \\n 4. Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5. Your refraining from all criminal activity and contributing to your nation\u2019s development; \\n 6. Your cooperation with and participation in programmes designed to facilitate your return to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 37, - "Heading1": "Annex C: Sample terms and conditions form", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As a participant in the DDR process, the terms of your benefits are conditional on the following: \\n 1.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5083, - "Score": 0.433013, - "Index": 5083, - "Paragraph": "To ensure that the DDR PI/SC strategy fits local needs, DDR practitioners should understand the social, political and cultural context and identify factors that shape attitudes. It will then be possible to define behavioural objectives and design messages to bring about the required social change. Target audience and issue analysis must be adopted to provide a tailored approach to engage with different audiences based on their concerns, issues and attitudes. During the planning stage, the aim should be to collect the following minimum information to aid practitioners in understanding the local context: \\n Conflict analysis, including an understanding of local ethnic, racial and religious divisions at the national and local levels; \\n Gender analysis, including the role of women, men, girls and boys in society, as well as the gendered power structures in society and in armed forces and groups; \\n Media mapping, including the geographic reach, political slant and cost of different media; \\n Social mapping to identify key influencers and communicators in the society and their constituencies (e.g., academics and intelligentsia, politicians, youth leaders, women leaders, religious leaders, village leaders, commanders, celebrities, etc.); \\n Traditional methods of communication; \\n Cultural perceptions of the disabled, the chronically ill, rape survivors, extra-marital childbirth, mental health issues including post-traumatic stress, etc.; \\n Literacy rates; \\n Prevalence of intimate partner violence and sexual and gender-based violence; and \\n Cultural moments and/or religious holidays that may be used to amplify messages of peace and the benefits of DDR.Partners in the process also need to be identified. Particular emphasis \u2013 especially in the case of information directed at DDR participants, beneficiaries and communities \u2013 should be placed on selecting local theatre troops and animators who can explain concepts such as DDR, reconciliation and acceptance using figurative language. Others who command the respect of communities, such as traditional village leaders, should also be brought into PI/SC efforts and may be asked to distribute DDR messages. DDR practitioners should ensure that partners are able and willing to speak to all DDR participants and beneficiaries and also to all community members, including women and children.Two additional context determinants may fundamentally alter the design and delivery of the PI/SC intervention: \\n The attitudes of community members towards ex-combatants, women and men formerly associated with armed forces and groups, and youth at risk; and \\n The presence of hate speech and/or xenophobic discourse.In this regard, DDR practitioners shall have a full understanding of how the open communication and publicity surrounding a DDR process may negatively impact the safety and security of participants, as well as DDR practitioners themselves. To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process. These measures may include: \\n Removing and/or amending specific designation of sensitive information related to the DDR process, including but not limited to the location of reception centres, the location of disarmament and demobilization sites, details related to the benefits provided to former members of armed forces and groups, and so forth; and \\n Ensuring the protection of the privacy, and rights thereof, of former members of armed forces and groups related to their identity, ensuring at all times that permission is obtained should any identifiable details be used in communication material (such as photo stories, testimonials or ex- combatant profiles).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 10, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.1 Understanding the local context", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, DDR practitioners should continuously assess and determine measures that need to be taken to adjust information related to the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5490, - "Score": 0.430331, - "Index": 5490, - "Paragraph": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme. The objectives of screening are to: \\n Establish the eligibility of the potential DDR participant and register those who meet the criteria; \\n Weed out individuals trying to cheat the system, for example, those attempting to demobilize more than once in the hope of receiving additional benefits, or civilians trying to access demobilization benefits; \\n Identify DDR participants with specific requirements (children, youth, child mobilized\u2013adult demobilized, women, persons with disabilities and persons with chronic illnesses); and \\n Depending on the context, identify foreign combatants that need to be repatriated to their home countries (see IDDRS 5.40 on Cross-Border Population Movements).When combatants and persons associated with armed forces and groups report for a DDR programme, their eligibility should be determined by a specific set of eligibility criteria developed by national authorities, such as membership in a specific armed force or group, possession of a weapon and/or ammunition, and/or proven ability to use a weapon (see IDDRS 4.10 on Disarmament). Whether or not an individual meets these eligibility criteria should be verified. Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams. Questions touching upon the location of specific battles and military bases and the names of senior group members should be asked. Without verification, military commanders may attempt to bring civilians into the DDR programme. They may also attempt to engage in recruitment just prior to the onset of DDR in order to provide benefits to followers of the group or to take a cut of the benefits being offered to these newly recruited individuals. Explicitly stating the maximum number of individuals who may participate in a peace agreement or DDR policy document can limit incentives for commanders to engage in recruitment. So too can a cut-off date for eligibility. Armed forces and groups often prepare lists of their members prior to the onset of a DDR programme. Whenever lists are prepared, DDR practitioners shall ensure that a verification mechanism is in place to ensure that those listed meet the required eligibility criteria. A mechanism should also be in place to resolve disputed cases and to deal with those who are excluded. Clear messaging shall be employed to ensure that armed forces and groups are aware that being named on a list does not automatically confer DDR eligibility.Once the eligibility of a particular individual has been established, his/her basic registration data (name, age, contact information, sex, etc.) should be entered into a case management system. This system can be used to track when and where DDR benefits are disbursed and to whom (see section 6.8). The data recorded in the case management system should include a biometric component where possible. Biometric systems store the unique physical features \u2013 iris, face or fingerprint data \u2013 of individuals for future reference. Biometric registration serves mainly to ensure that DDR participants do not try to \u2018game the system\u2019 by going through the DDR programme more than once to receive multiple benefits. An advantage of all biometric systems is that, if properly implemented, they are completely confidential. A unique string of letters or numbers is assigned to a photograph or fingerprint, and the original photos or prints are then discarded. Different biometric systems have different levels of cost and user friendliness. Facial recognition systems are the most sophisticated but also the most expensive. DDR practitioners using this technology will require appropriate training. Alternatively, fingerprinting is an easy and cheap way to obtain biometric data. Fingerprints can be taken on smart phones or mobile fingerprint scanners, and training requirements are minimal. The context in which registration takes place should be taken into account when considering biometric registration. For example, if the armed conflict was tied to civic and national honour, peer control mechanisms may be sufficient to ensure that individuals do not try to \u2018double dip\u2019. However, in contexts marked by distrust between the warring parties, and combatants who move from one group or conflict to another, more careful biometric monitoring may be required. The biometric registration systems established for demobilization processes can also be linked to processes of security sector integration and reform (see IDDRS 6.10 on DDR and Security Sector Reform).Immediately after eligible individuals have been registered, they should be informed of their rights and obligations during the DDR programme and the terms and conditions of their participation. If they agree to these terms and conditions, DDR participants should be asked to sign a terms and conditions form and be provided with a copy of this form in their chosen language (see Annex C for a sample terms and conditions form).Individuals shall be ineligible for DDR programmes if they have committed, or if there is a clear and reasonable indication that they knowingly committed war crimes, terrorist acts or offences, crimes against humanity and/or genocide (see IDDRS 2.11 on The Legal Framework for UN DDR). As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme. If evidence is found to suggest that a particular participant in the DDR programme has committed crimes, the individuals\u2019 eligibility to participate in DDR shall be revoked. These types of background checks will typically not be conducted by DDR practitioners. Instead, national criminal justice authorities would need to be involved. DDR practitioners should seek support from human rights experts who can undertake a proactive process of collecting background information from a variety of sources. For a more detailed description of this process, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Screening, verification and registration", - "Heading3": "", - "Heading4": "", - "Sentence": "As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5202, - "Score": 0.428845, - "Index": 5202, - "Paragraph": "Augmented and virtual reality techniques can allow partners, donors and members of the general public who are unfamiliar with DDR to immerse themselves in a real-life setting \u2013 for example, walking the path of an ex-combatant as he/she leaves an armed group and participates in a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 19, - "Heading1": "8. Media", - "Heading2": "8.8 Augmented and virtual reality", - "Heading3": "", - "Heading4": "", - "Sentence": "Augmented and virtual reality techniques can allow partners, donors and members of the general public who are unfamiliar with DDR to immerse themselves in a real-life setting \u2013 for example, walking the path of an ex-combatant as he/she leaves an armed group and participates in a DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3942, - "Score": 0.414781, - "Index": 3942, - "Paragraph": "There is a strong arms control component to the negotiation of peace, including through the setting of preliminary ceasefires and the design and adoption of comprehensive peace agreements. Transitional WAM in support of peace mediation efforts should con- tribute to weapons control, reduce armed violence, build confidence in the process, generate a better understanding of the weapons arsenals of armed forces and groups, and prepare the ground for the transfer of responsibility for weapons management later in the DDR process, either to the UN or to the national authorities.Disarmament can be associated with defeat and a significant shift in the balance of power, as well as the removal of a key bargaining chip for well-equipped armed groups. Disarmament can also be perceived as the removal of symbols of masculinity, protection and power. Pushing for disarmament while guarantees around security, justice or integration into the security sector are lacking will have limited effectiveness and may undermine the overall DDR process.The use of transitional WAM concepts, measures and terminology provides a solution to this issue and lays the ground for more realistic arms control provisions in peace agreements. Transitional WAM can also be a first step towards more comprehen- sive arms control, paving the way for full disarmament once the context has matured. Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions. Transitional WAM as part of CVR and pre-DDR can also enable relevant parties to engage more confidently in negotiations as they maintain ownership of and access to their materiel. Prolonged CVR and pre-DDR, however, can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution (see IDDRS 2.20 on The Politics of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.4 DDR support to peace mediation efforts and transitional WAM", - "Heading4": "", - "Sentence": "Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4172, - "Score": 0.414781, - "Index": 4172, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support. In addition to the general tasks outlined above, UN police personnel may also perform more specific tasks that are linked to the particular DDR process in place. These tasks may be implemented in both mission and non-mission settings, contingent on mandate and/or deployment strength, and are outlined below:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes are made up of various combinations of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3605, - "Score": 0.408248, - "Index": 3605, - "Paragraph": "Standard operating procedures (SOPs) are a set of mandatory step-by-step instructions designed to guide practitioners within a particular DDR programme in the conduct of disarmament operations and subsequent WAM activities. The development of disarmament SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations.In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in disarmament. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the DDR component, with the support of WAM advisers, and signed off by the head of the UN mission. All staff from the DDR component as well as UN military component members and any other partners supporting disarmament activities shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for the safe, effective and efficient conduct of the disarmament component of the DDR programme. All those engaged in supporting disarmament operations shall also be familiar with the relevant SOPs.A single disarmament SOP, or a set of SOPs each covering specific procedures related to disarmament activities, should be informed by the integrated assessment and the national DDR policy document, and comply with international guidelines and standards (IATG and MOSAIC), as well as with national laws and international obligations of the country where the programme is being implemented (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).SOPs should cover all disarmament-related activities and include two lines of management procedures: one for ammunition and explosives, and one for weapons systems. The SOP(s) should refer to and be consistent with any other WAM SOPs adopted by the mission and/or national authorities.While some missions and/or national authorities have developed a single disarmament SOP, others have preferred a set of SOPs. Regardless, SOPs should cover the following procedures: \\n Reception of arms and/or ammunition and explosives in static or mobile disarmament; \\n Compliance with weapons- and ammunition-related eligibility criteria (e.g., what is considered a serviceable weapon?); \\n Weapons storage management; \\n Ammunition and explosives storage management; \\n Accounting for weapons and ammunition; \\n Transportation of weapons; \\n Transportation of ammunition; \\n Storage checks; \\n Reporting and investigating loss or theft; \\n Destruction of weapons (or other appropriate methods of disposal and potential marking); \\n Destruction of ammunition (or other appropriate methods of disposal). \\n Managing spontaneous disarmament, including in advance of a formal DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 18, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Managing spontaneous disarmament, including in advance of a formal DDR process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4061, - "Score": 0.408248, - "Index": 4061, - "Paragraph": "When police support to a DDR process is mandated by the Security Council or requested by a Government, it shall be integrated appropriately into DDR planning and management processes. Additionally, support to police reform cannot be an isolated activity and should take place at the same time as the reform and development of the criminal justice system, including prosecution, judiciary and prison systems, in a comprehensive SSR process (see IDDRS 6.10 on DDR and SSR). All three components of the criminal justice system work together and support one another.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "When police support to a DDR process is mandated by the Security Council or requested by a Government, it shall be integrated appropriately into DDR planning and management processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5405, - "Score": 0.408248, - "Index": 5405, - "Paragraph": "The size and capacity of demobilization sites should be determined by the number of combatants and persons associated with armed forces and groups to be processed. Typically, demobilization sites with a small number of combatants and associated persons are easier to administer, control and secure. However, if many small demobilization sites are in operation at one time, this can lead to widely dispersed resources and difficult logistical situations. Demobilization sites should not accommodate more than 600 people at one time. When time constraints mean that larger numbers must be dealt with in a short period of time, two demobilization sites may be constructed simultaneously and managed by the same team. In order to optimize the use of demobilization sites and avoid bottlenecks, an operational plan should be developed that contains methods for controlling the number and flow of people to be demobilized at any particular time. Carrying out demobilization in phases is one option to increase efficiency. This process may include a pilot test phase, which makes it possible to learn from mistakes in the early phases and adapt the process so as to improve performance in later phases.Families often accompany combatants to cantonment sites. Where necessary, camps that are close to cantonment sites may be established for family members. Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising). Generally speaking, the demobilization component of a DDR process should be as short as possible. At temporary demobilization sites, it may be possible to process individuals in one or two days. If semi-permanent demobilization sites have been constructed, cantonment should be kept as short as possible \u2013 from one week to a maximum of one month. DDR practitioners should also seek to ensure that the conditions at demobilization sites are equivalent to those in civilian life. If this is the case, then it is less likely that demobilized individuals will be reluctant to leave. Demobilization should not begin until plans for reinsertion (or community violence reduction, as a stop-gap measure) and reintegration are ready to be put into operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 18, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.4 Size, capacity and duration", - "Heading4": "", - "Sentence": "Generally speaking, the demobilization component of a DDR process should be as short as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5324, - "Score": 0.404226, - "Index": 5324, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3291, - "Score": 0.402015, - "Index": 3291, - "Paragraph": "The peacekeeping force is commanded by a force commander. It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive. Any military personnel involved in the latter, although remaining under military command and control, will operate under the overall guidance of the chief of the DDR component, senior mission leadership, and the Joint Operations Centre (JOC). For support and logistics tasks, the peacekeeping force will operate under the guidance of the Chief of Mission Support/Director of Mission Support (CMS/DMS).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 7, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.2 Command and control", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important to distinguish between operational military tasks in support of DDR processes, which are directed by the military chain of command in close coordination with the DDR component of the mission, and engagement in the DDR planning and policymaking process, which is often politically sensitive.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3210, - "Score": 0.39736, - "Index": 3210, - "Paragraph": "Military personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on the UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.When DDR is implemented in mission settings with a UN peacekeeping operation, the primary role of the military component should be to provide a secure environment and to observe, monitor and report on security-related issues. This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR. In addition to providing security, military components in mission settings may also provide technical support to disarmament, transitional weapons and ammunition management, and the establishment and maintenance of transitional security arrangements (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management, and IDDRS 2.20 on The Politics of DDR).To ensure the successful employment of a military component within a mission setting, DDR tasks must be included in endorsed mission operational requirements, include a gender perspective and be specifically mandated and properly resourced. Without the requisite planning and coordination, military logistical capacity cannot be guaranteed.UN military contingents are often absent from special political missions (SPMs) and non-mission settings. In SPMs, UN military personnel will more often consist of military observers (MILOBs) and military advisers.1 These personnel may be able to provide technical advice on a range of security issues in support of DDR processes. They may also be required to build relationships with non-UN military forces mandated to support DDR processes, including national armed forces and regionally- led peace support operations.In non-mission settings, UN or regionally-led peace operations with military components are absent. Instead, national and international military personnel can be mandated to support DDR processes either as part of national armed forces or as part of joint military teams formed through bilateral military cooperation. The roles and responsibilities of these military personnel may be similar to those played by UN military personnel in mission settings.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This role may include the provision of security to DDR programmes and to DDR-related tools, including pre-DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5097, - "Score": 0.39736, - "Index": 5097, - "Paragraph": "While a PI/SC strategy is being prepared, other public information resources can be activated. In mission settings, ready-made public information material on peacekeeping and the UN\u2019s role can be distributed. However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place. Production of PI/SC material is a lengthy process. The time needed to design and produce printed sensitization tools, develop online content, and establishing dissemination channels (such as radio stations) should be taken into account when planning the schedule for PI/SC activities. Certain PI/SC materials may take less time to produce, such as digital communication; basic pamphlets; DDR radio programmes for broadcasting on non-UN radios; interviews on local and international media; and debates, seminars and public theatre productions. Pre-testing of PI/SC materials must also be included in operational schedules.In addition to these considerations, the strategy should have a coherent timeline, bearing in mind that while some PI/SC activities will continue throughout the DDR process, others will take place at specific times or during specific phases. For instance, particularly during reintegration, SC activities may be oriented towards educating communities to accept DDR participants and to have reasonable expectations of what reintegration will bring, as well as ensuring that survivors of sexual violence and/or those living with HIV/AIDS are not stigmatized and that connections are made with ongoing security sector reform, including arms control, police and judicial reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.3 The preparation of PI/SC material", - "Heading3": "", - "Heading4": "", - "Sentence": "However, DDR practitioners should be aware that most DDR-specific material will be created for the particular country where DDR will take place.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5246, - "Score": 0.396297, - "Index": 5246, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4406, - "Score": 0.396059, - "Index": 4406, - "Paragraph": "Post-conflict needs assessments (PCNAs) are a tool developed jointly by the UN Develop- ment Group (UNDG), the European Commission (EC), the World Bank (WB) and regional development banks in collaboration with national governments and with the cooperation of donor countries. National and international actors use PCNAs as an entry point for conceptualizing, negotiating and financing a common shared strategy for recovery and development in fragile, post-conflict settings. The PCNA includes both the assessment of needs and the national prioritization and costing of needs in an accompanying transi- tional results matrix.PCNAs are also used to determine baselines on crosscutting issues such as gender, HIV/AIDS, human rights and the environment. To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises. In addition to influencing inclusion of more traditional areas of practice, DDR planners should aim to influence and lobby for the inclusion of more recently identified areas of need, such as psy- chosocial and political reintegration. For more detailed and updated information about PCNAs, see Joint Guidance Note on Integrated Recovery Planning using Post-Conflict Needs Assessments and Transitional Frameworks, www.undg.org. Also see Module 2.20 section 6.1.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.4. Post-conflict needs assessments (PCNAs)", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, the results of completed PCNAs represent a valuable tool that should be used by DDR experts during reintegration programming.In countries where PCNAs are in the process of being completed, DDR managers and planners should integrate as much as possible DDR into these exercises.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3923, - "Score": 0.392232, - "Index": 3923, - "Paragraph": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme. The eligibility criteria for both will therefore be the same and could require individu- als, among other things, to prove that they have combatant status and are in possession of a serviceable manufactured weapon or a certain quantity of ammunition (see IDDRS 4.10 on Disarmament). The eligibility criteria shall be gender-responsive and not dis- criminate against women. Depending on the specific circumstances, individuals who do not meet the eligibility criteria could be enrolled in a CVR programme (see IDDRS 2.30 on Community Violence Reduction).While most materiel should be handed in during the disarmament phase of a DDR programme, pre-DDR offers DDR practitioners the opportunity to better understand the quantity and types of materiel that armed groups possess and to collect, register and manage such materiel.Depending on the context, pre-DDR can include the handing over of weapons and ammunition by members of armed groups and armed forces. In order to avoid confu- sion, this phase could be named \u2018Pre-disarmament\u2019 rather than \u2018Disarmament\u2019, which will take place at a point in the future.Pre-disarmament involves collecting, registering and storing materiel in a safe loca- tion. Depending on the context and agreements in place with armed forces and groups, pre-disarmament could focus on certain types of materiel, including larger crew- operated systems in contexts where warring parties are very well equipped. Hand- overs can be: \\n Temporary: Materiel is registered and stored properly but remains under the joint control of armed forces, armed groups and the United Nations through a dual-key system with well established roles and procedures; \\n Permanent: Materiel is handed over, registered and ultimately disposed of (see IDDRS 4.10 on Disarmament). \\n\\n In both cases, unsafe ammunition shall be destroyed, and all activities must be carried out in full transparency and with respect of safety and security procedures during the destruction process.Pre-disarmament should: \\n Build and strengthen the confidence of armed forces, armed groups and the civilian population in any future disarmament process and the wider DDR programme; \\n Reduce the circulation and visibility of weapons and ammunition; \\n Contribute to improved perceptions of peace and security; \\n Raise awareness about the dangers of illicit weapons and ammunition; \\n Build knowledge of armed groups\u2019 arsenals; \\n Allow DDR practitioners to identify and mitigate risks that may arise during the disarmament component of the future DDR programme, including through the planning and conduct of operational tests (see section 5.3 in IDDRS 4.10 on Disar- mament); \\n Encourage members of armed groups to voluntarily disarm and engage in a full DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 14, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.2 Pre-DDR and transitional WAM", - "Heading4": "", - "Sentence": "Pre-DDR is an interim, time-limited stabilization mechanism aimed at creating the necessary political and security conditions to facilitate the negotiation and/or imple- mentation of peace agreements and pave the way towards a full DDR programme (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 2.20 on The Politics of DDR).Pre-DDR is designed for those who are eligible for a national DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3962, - "Score": 0.387298, - "Index": 3962, - "Paragraph": "Although DDR and SALW control are separate areas of engagement, technically they are very closely linked, particularly in DDR settings where transitional WAM overlaps with SALW control objectives, activities and target audiences. SALW remain particu- larly prevalent in many regions where DDR is implemented. Furthermore, the uncon- trolled circulation of SALW can impede the implementation of DDR processes and enable conflict (see the report of the Secretary General on SALW (S/2019/1011)). DDR practitioners should work in close collaboration with both national DDR commissions and SALW control bodies, if they exist, and both areas of work should be closely co- ordinated and strategically sequenced. For instance, the implementation of a weapons survey and the use of mortality and morbidity data from an ongoing injury surveil- lance national system could serve as the basis for the development of both DDR-related transitional WAM activities and SALW control strategy.The term \u2018SALW control\u2019 refers to those activities that together aim to reduce the security, social, economic and environmental impact of uncontrolled SALW proliferation, possession and circulation. These activities largely consist of, but are not limited to: \\n Cross-border control measures; \\n Information management and exchange; \\n Legislative and regulatory measures; \\n SALW awareness and outreach strategies; \\n SALW surveys and assessments; \\n SALW collection and registration, including utilization of relevant regional and international databases for cross-checking \\n SALW destruction; \\n Stockpile management; \\n Marking, recordkeeping and tracing.The international community, recognizing the need to deal with the challenges posed by the illicit trade in SALW, adopted the United Nations Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/Conf.192/15) in 2001 (PoA) (see section 5.2). In this framework, states commit themselves to, among other things, strengthen agreed norms and measures to help prevent and combat the illicit trade in SALW, and mobilize political will and resources in order to prevent the illicit transfer, manufacture, export and import of SALW. Regional agreements, declarations and conventions have built upon and deepened the commitments contained within the PoA. As a result, a number of countries around the world have set up SALW control programmes as well as institutional processes to implement them. SALW control programmes and activities should be designed and implemented in line with MOSAIC (see Annex B), which provides clear, practical and comprehensive guidance to practitioners and policymakers.During DDR, SALW control should be implemented to focus on wider arms con- trol at the national and community levels. It is essential that all weapons are considered during a DDR process, even though the focus may initially be on those weapons held by armed forces and groups. For these reasons, the transitional WAM mechanisms established during DDR processes should be designed to be applicable and sustainable in broader arms control initiatives even after the DDR process has been completed. It is also critical that DDR-related transitional WAM and SALW control activities are strategically sequenced, and that a robust public awareness strategy based on clear messaging accompanies these efforts (see IDDRS 4.10 on Disarmament, MOSAIC 04.30 on Awareness Raising and IMAS 12.10 on Explosive Ordnance Risk Education).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 17, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For these reasons, the transitional WAM mechanisms established during DDR processes should be designed to be applicable and sustainable in broader arms control initiatives even after the DDR process has been completed.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3234, - "Score": 0.3849, - "Index": 3234, - "Paragraph": "Integrated DDR shall not be conflated with military operations or counter-insurgency strategies. DDR is a voluntary process, and practitioners shall therefore seek legal advice if confronted with combatants who surrender or are captured during overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where DDR is linked to Security Sector Reform, the integration of vetted former members of armed groups into national armed forces, the police or other uniformed services as part of a DDR process shall be voluntary (see IDDRS 6.10 on DDR and SSR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3872, - "Score": 0.375735, - "Index": 3872, - "Paragraph": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). An integrated assessment should contribute to determining whether any disarmament or transitional WAM measures are desirable or feasible in the current context, and the po- tential positive and negative impacts of any such measures (see section 5.1.1 of IDDRS 4.10 on Disarmament for guidance on integrated assessments).In addition, DDR practitioners can commission a weapons survey (the same weap- ons survey outlined in section 5.1.2 and Annex C of IDDRS 4.10 on Disarmament) and draw information from national injury surveillance systems (see section 5.5.2 of MO- SAIC 05.10). Weapons surveys and injury surveillance are essential in order to draw up effective and safe plans for both disarmament and transitional WAM. A weapons survey and injury surveillance system also allow DDR practitioners to scope the extent of the WAM task ahead and to gauge national and local expectations concerning the transitional WAM measures to be carried out. This knowledge helps to ensure tailored programming and results. Data disaggregated by sex and age is a prerequisite for un- derstanding age- and gender-specific attitudes towards weapons, ammunition and ex- plosives, and their age- and gender-specific impacts. This type of data is also necessary to design evidence-based, and age- and gender-sensitive responses.The early collection of data also provides a baseline for DDR monitoring and eval- uation activities. These baseline indicators should be adjusted in line with evolving conflict dynamics. Monitoring and evaluation are crucial to ensure accountability and the effective implementation and management of transitional WAM. For more detailed guidance on monitoring and evaluation, refer to Box 2 of IDDRS 4.10 on Disarmament, IDDRS 3.50 on Monitoring and Evaluation of DDR and section 5.5 of MOSAIC 05.10.Once reliable information has been gathered, collaborative transitional WAM plans can be drawn up by the national DDR commission and the UN DDR component in mission settings and by the national DDR commission and the UN lead agency(ies) in non-mission settings. These plans should outline the intended target populations and requirements for transitional WAM, the type of WAM measures and operations that are planned, a timetable, and logistics, budget and staffing needs.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 6, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.1 Assessments and weapons survey", - "Heading3": "", - "Heading4": "", - "Sentence": "The design, modalities and objectives of transitional WAM as part of a DDR process vary according to the political and security context, the level of proliferation of weap- ons, ammunition and explosives, the weapons culture and societal perspectives, gen- dered experiences of WAM, and the timing and sequencing of other initiatives (which may include a DDR programme, DDR-related tools, and/or reintegration support) (see IDDRS 2.10 on The UN Approach to DDR).Integrated assessments should start as early as possible in the peace negotiation process and in the pre-planning phase (see IDDRS 3.11 on Integrated Assessments).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3507, - "Score": 0.374634, - "Index": 3507, - "Paragraph": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict. Clear operational objectives should also be developed and agreed. These may include: \\n A reduction in the number of weapons, ammunition and explosives possessed by, or available to, armed forces and groups; \\n A reduction in actual armed violence or the threat of it; \\n Optimally zero, or at the most minimal, casualties during the disarmament component; \\n An improvement in the perception of human security by men, women, boys, girls and youth within communities; \\n A public connection between the availability of weapons and armed violence in society; \\n The development of community awareness of the problem and hence community solidarity; \\n The reduction and disruption of the illicit trade of weapons within the DDR area of operations; \\n A reduction in the open visibility of weapons in the community; \\n A reduction in crimes committed with weapons, such as conflict-related sexual violence; \\n The development of norms against the illegal use of weapons.BOX 2: MONITORING AND EVALUATION OF DISARMAMENT \\n The disarmament objectives listed in section 5.2 could serve as a basis for the identification of performance indicators to track progress and assess the impact of disarmament interventions. Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR). \\n Standardized indicators to monitor and evaluate disarmament operations should be identified early in the DDR programme. Quantitative indicators could be developed in line with specific technical outputs providing clear measures, including the number of weapons and rounds of ammunition collected, the number of items recorded, marked and destroyed, or the number of items lost or stolen in the process. Qualitative indicators might include the evolution of the armed criminality rate in the target area, or perceptions of security in the target population disaggregated by sex and age. Information collection efforts and a weapons survey (see section 5.1) provide useful sources for identifying key indicators and measuring progress. \\n\\n Monitoring and evaluation should also verify that: \\n Gender- and age-specific risks to women and men have been adequately and equitably addressed. \\n Women and men participate in all aspects of the initiative \u2013 design, implementation, monitoring and evaluation. \\n The initiative contributes to gender equality.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2 Objectives of disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3826, - "Score": 0.369274, - "Index": 3826, - "Paragraph": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool. This sub-module, which should be read as a complement to IDDRS 4.10 on Disarmament, aims to equip DDR practitioners with the basic legal, programmatic and technical knowledge to de- sign and implement safe and effective transitional WAM in both mission and non-mis- sion contexts.This sub-module also provides guidance on how transitional WAM implemented as part of a DDR process should align with and reinforce security sector reform (SSR), as well as national small arms and light weapons (SALW) control strategies.When collecting, registering, storing, transporting, and disposing of weapons, ammunition and explosives during transitional WAM the core guidelines outlined in IDDRS 4.10 on Disarmament apply. As such, DDR-related transitional WAM should always adhere to United Nations standards and guidelines, namely the Modular small- arms-control Implementation Compendium (MOSAIC) and International Ammunition Technical Guidelines (IATG).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As shown in Figure 1, DDR arms control activities include: (1) disarmament as part of a DDR programme and (2) transitional WAM as a DDR-related tool.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4951, - "Score": 0.369274, - "Index": 4951, - "Paragraph": "DDR is a process that requires the involvement of multiple actors, including the Government or legitimate authority and other signatories to a peace agreement (if one is in place); combatants and persons associated with armed forces and groups, their dependants, receiving communities and youth at risk of recruitment; and other regional, national and international stakeholders.Attitudes towards the DDR process may vary within and between these groups. Potential spoilers, such as those left out of the peace agreement or former commanders, may wish to sabotage DDR, while others will be adamant that it takes place. These differing attitudes will be at least partly determined by individuals\u2019 levels of knowledge of the DDR and broader peace process, their personal expectations and their motivations. In order to bring the many different stakeholders in a conflict or post-conflict country (and region) together in support of DDR, it is essential to ensure that they are aware of how DDR is meant to take place and that they do not have false expectations about what it can mean for them. Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process. PI/SC plays an important catalytic function in the DDR process, and the conceptualization of and preparation for the PI/SC strategy should start in a timely manner, in parallel with planning for the DDR process.The basic rule for an effective PI/SC strategy is to have clear overall objectives. DDR practitioners should, in close collaboration with PI/SC experts, support their national and local counterparts to define these objectives. These national counterparts may include, but are not limited to, Government; civil society organizations; media partners; and other entities with experience in community sensitization, community engagement, public relations and media relations. It is important to note, however, that PI activities cannot compensate for a faulty DDR process, or on their own convince people that it is safe to enter the programme. If combatants are not willing to disarm, for whatever reason, PI alone will not persuade them to do so.DDR practitioners should keep in mind that PI/SC should be aimed at a much wider audience than those people who are directly involved in or affected by the DDR process within a particular context. PI/SC strategies can also play an essential role in building regional and international political support for DDR efforts and can help to mobilize resources for parts of the DDR process that are funded through voluntary donor contributions and are crucial for the success of reintegration programmes. PI/SC staff in both mission and non-mission settings should therefore be actively involved in the preparation, design and planning of any events in-country or elsewhere that can be used to highlight the objectives of the DDR process and raise awareness of DDR among relevant regional and international stakeholders. Additionally, PI can play an important role in encouraging a holistic view of the challenges of rebuilding a nation and can serve as a major tool in advocacy for gender equality and inclusiveness, which form part of DDR (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 5.10 on Women, Gender and DDR). The role of national authorities is also critical in public information. DDR must be nationally-led in order to build the foundation of long-term peace. Therefore, DDR practitioners should ensure that relevant messages are approved and transmitted by national authorities.Communication is rarely neutral. This means that DDR practitioners should consider how messages will be received as well as how they are to be delivered. Culture, custom, gender, and other contextual drivers shall form part of the PI/SC strategy design. Information, disinformation and misinformation are all hallmarks of the conflict settings in which DDR takes place. In times of crisis, information becomes a critical need for those affected, and individuals and communities can become vulnerable to misinformation and disinformation. Therefore, one objective of a DDR PI/SC strategy should be to provide information that can address this uncertainty and the fear, mistrust and possible violence that can arise from a lack of reliable information.Merely providing information to ex-combatants, persons formerly associated with armed forces and groups, dependants, victims, youth at risk of recruitment and conflict-affected communities will not in itself transform behaviour. It is therefore important to make a distinction between public information and strategic communication. Public information is reliable, accurate, objective and sincere. For example, if members of armed forces and groups are not provided with such information but, instead, with confusing, inaccurate and misleading information (or promises that cannot be fulfilled), then this will undermine their trust, willingness and ability to participate in DDR. Likewise, the information communicated to communities and other stakeholders about the DDR process must be factually correct. This information shall not, in any case, stigmatize or stereotype former members of armed forces and groups. Here it is particularly important to acknowledge that: (i) no ex-combatant or person formerly associated with an armed force or group should be assumed to have a natural inclination towards violence; (ii) studies have shown that most ex-combatants do not (want to) resort to violence once they have returned to their communities; but (iii) they have to live with preconceptions, distrust and fear of the local communities towards them, which further marginalizes them and makes their return to civilian life more difficult; and (iv) female ex-combatants and women associated with armed forces and groups (WAAFAG) and their children are often stigmatized, and may be survivors of conflict-related sexual violence and other grave rights violations.If public information relates to activities surrounding DDR, strategic communication, on the other hand, needs to be understood as activities that are undertaken in support of DDR objectives. Strategic communication explicitly involves persuading an identified audience to adopt a desired behaviour. In other words, whereas public information seeks to provide relevant and factually accurate information to a specific audience, strategic communication involves complex messaging that may evolve along with the DDR process and the broader strategic objectives of the national authorities or the UN. It is therefore important to systematically assess the impact of the communicated messages. In many cases, armed forces and groups themselves are engaged in similar activities based on their own objectives, perceptions and goals. Therefore, strategic communication is a means to provide alternative narratives in response to rumours and to debunk false information that may be circulating. In addition, strategic communication has the vital purpose of helping communities understand how the DDR process will involve them, for example, in programmes of community violence reduction (CVR) or in the reintegration of ex-combatants and persons formerly associated with armed forces and groups. Strategic communication can directly contribute to the promotion of both peacebuilding and social cohesion, increasing the prospects of peaceful coexistence between community members and returning former members of armed forces and groups. It can also provide alternative narratives about female returnees, mitigating stigma for women as well as the impact of the conflict on mental health for both DDR participants and beneficiaries in the community at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Changing and managing attitudes and behaviour \u2013 whether in support of or in opposition to DDR \u2013 through information dissemination and strategic communication are therefore essential parts of the planning, design and implementation of a DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5112, - "Score": 0.369274, - "Index": 5112, - "Paragraph": "Measures must be developed that, in addition to addressing misinformation and disinformation, challenge hate speech and attempt to mitigate its potential impacts on the DDR process. If left unchecked, hate speech and incitement to hatred in the media can lead to atrocities and genocide. In line with the United Nations Strategy and Plan of Action on Hate Speech, there must be intentional efforts to address the root causes and drivers of hate speech and to enable effective responses to the impact of hate speech.Hate speech is any kind of communication in speech, writing, or behaviour that attacks or uses pejorative or discriminatory language with reference to a person or a group on the basis of who they are, in other words, based on their religion, ethnicity, nationality, race, colour, descent, gender or other identifying factor. Hate speech aims to exclude, dehumanize and often legitimize the extinction of \u201cthe Other\u201d. It is supported by stereotypes, enemy images, attributions of blame for national misery and xenophobic discourse, all of which aim to strip the imagined Other of all humanity. This kind of communication often successfully incites violence. Preventing and challenging hate speech is vital to the DDR process and sustainable peace.Depending on the nature of the conflict, former members of armed forces and groups and their dependants may be the targets of hate speech. In some contexts, those who leave armed groups may be perceived, by some segments of the population, as traitors to the cause. They or their families may be targeted by hate speech, rumours, and other means of incitement to violence against them. As part of the planning for a DDR process in contexts where hate speech is occurring, DDR practitioners shall make all necessary efforts to include counter-narratives in the PI/SC strategy. These measures may include the following: \\n Counter hate speech by using accurate and reliable information. \\n Include peaceful counter-narratives in education and communication skills training related to the DDR process (e.g., as part of training provided during reintegration support). \\n Incorporate media and information literacy skills to recognize and critically evaluate hate speech when engaging with communities. \\n Include specific language on hate speech in DDR policy documents and/or related legislation. \\n Include narratives, stories, and other material that rehumanize ex-combatants and persons formerly associated with armed forces and groups in strategic communication interventions in support of DDR processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 12, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.4 Hate speech and developing counter-narratives", - "Heading3": "", - "Heading4": "", - "Sentence": "As part of the planning for a DDR process in contexts where hate speech is occurring, DDR practitioners shall make all necessary efforts to include counter-narratives in the PI/SC strategy.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3357, - "Score": 0.365148, - "Index": 3357, - "Paragraph": "A mission concept of operations is drawn up as part of an integrated activity at UNHQ. As part of this process, a detailed operational requirement will be developed for military capability to meet the proposed tasks in the concept. This will include military capability to support UN DDR. The overall military requirement is the responsibility of the Military Adviser, however, this individual is not responsible for the overall DDR plan. There must be close consultation among all components involved in DDR throughout the planning process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.7 Mission concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "There must be close consultation among all components involved in DDR throughout the planning process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3850, - "Score": 0.365148, - "Index": 3850, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to tran- sitional WAM as part of a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to tran- sitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4227, - "Score": 0.365148, - "Index": 4227, - "Paragraph": "The establishment of an effective and professional police service is essential to the transformation of militarized societies into civilian ones. Often, the police service that existed previously will have been reduced in both its size and powers during the period of armed conflict, and many of its functions will have been taken over by a military apparatus with far greater resources. This serves to militarize the police, which is then comprised of personnel who may not have a specific police background and may operate without professional police capacities and attitudes. When States use the military in police functions, the distinction between maintaining internal order and external security becomes blurred, particularly because policing and public order control tend to be conducted with military techniques. At the same time, the general population will increasingly come to identify military forces as the primary security and order responder/provider.As countries transition from war to peace, the State police service should be reformed and restructured and its role as the security service responsible for maintaining internal security and public order should be (re)established. The period during which the police assume overall responsibility for internal security can be challenging. There may, for example, be a lack of accountability for acts committed during the prior conflict and rivalry between the different institutions involved. In this context, the withdrawal of international peacekeeping forces \u2013 including the UN police component \u2013 should be carefully planned, and the speed and phasing of the withdrawal should be based on the ability of State security institutions to assume responsibility for the maintenance of security and public order.During the period of transition from war to peace, DDR processes are sometimes linked to the reform of the State police services, particularly through the integration of former members of armed groups into the police and other law enforcement institutions. For further information on this integration process, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 18, - "Heading1": "8. Police reform and restructuring", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information on this integration process, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4099, - "Score": 0.353553, - "Index": 4099, - "Paragraph": "The UN police structure in an integrated UN peacekeeping operation will be based on the Strategic Guidance Framework for International Police Peacekeeping and will consist of four pillars: UN Police Command, UN Police Operations, UN Police Capacity-Building and Development, and UN Police Administration. Capabilities to prevent serious and organized crime should be activated and coordinated in order to support operations conducted by the State police service and to build the capacity of these forces where necessary. SPTs should also be included in the police contingent to assist in the development of national police capacities in specific technical fields including, but not limited to, forensics, criminal intelligence, investigations, and sexual exploitation and abuse/sexual and gender-based violence.At the strategic level, the UN police deployment will engage with the State\u2019s central police and security authorities and with the UN Country Team. At the operational level, the UN police deployment will develop regional and sector commands with team sites in critical locations. IPOs will work alongside and in close coordination with the national police, while FPUs will be based at the provincial level, in areas sensitive to public order and security disturbances. These FPUs may undertake protection of civilian tasks, secure and reinforce the activities of the IPOs, participate in joint missions with the force and civilian components of the mission, and provide general protection to UN staff, assets and freedom of movement. In this latter regard, FPUs shall be ready to implement evacuation plans if the need arises.Upon deployment to a mission area with a peacekeeping operation, all UN police personnel shall receive induction training which outlines their role in the DDR process. It is essential that all UN police personnel in the mission fully understand the aims and scope of the DDR process and are aware of the responsibilities of the UN police component in relation to DDR. With the deployment of UN police personnel to the mission area, the UN police commissioner will (depending on the size of the UN police component and its mandate) establish a dedicated DDR coordinating unit with a liaison officer who will work very closely with the mission\u2019s DDR command structures to coordinate activity with the military, the State police service and other relevant institutions involved in the DDR process. The DDR coordinating unit should be supported by a police gender adviser/focal point who can advise on gender perspectives related to the work of the police on DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. Deployment of UN police", - "Heading2": "5.1 Mission settings", - "Heading3": "5.1.3 Peacekeeping operations", - "Heading4": "", - "Sentence": "It is essential that all UN police personnel in the mission fully understand the aims and scope of the DDR process and are aware of the responsibilities of the UN police component in relation to DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3342, - "Score": 0.348155, - "Index": 3342, - "Paragraph": "During pre-deployment planning, assessment and advisory visits (AAVs) are conducted to facilitate planning and decision-making processes at the UN Headquarters (UNHQ) level and to improve understanding of the preparedness of Member States wishing to contribute to UN peacekeeping operations. For new and emerging Troop Contributing Countries (TCCs), an AAV provides advice on specific UN operational and performance requirements. If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs. A lead role should be played by the Integrated Training Service, who should include information on the preparation and implementation of DDR, including through a gender-perspective, within the pre-deployment training package. AAVs also support those Member States that are contributing a new capability in UN peace operations with guidance on specific UN requirements and assist them in meeting those requirements. Finally, preparedness for DDR is a responsibility of TCCs with UNHQ guidance. During pre-deployment visits, preparedness for DDR can be evaluated/assessed.For the military component, DDR planning is not very different from planning related to other military tasks in UN peace operations. Clear guidance is necessary on the scope of the military\u2019s involvement.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.4 Pre-deployment planning", - "Heading3": "", - "Heading4": "", - "Sentence": "If DDR is required, TCCs can be provided with advice on the preparation of DDR activities during AAVs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3352, - "Score": 0.348155, - "Index": 3352, - "Paragraph": "Military staff officers, either from UNHQ or, ideally, individuals specifically allocated as DDR staff for peace operations, will participate, when required and available, in joint assessment missions to assist in determining the military operational requirement specifically needed to support DDR. These officers can advise on technical issues that will be relevant to the particular DDR process and should possess gender expertise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.6 Joint assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "These officers can advise on technical issues that will be relevant to the particular DDR process and should possess gender expertise.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4132, - "Score": 0.348155, - "Index": 4132, - "Paragraph": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities. Contingent on mandate and/or deployment strength, UN police personnel should aim to build a strong working relationship with different segments of local communities that enables the DDR process to take place. More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members. UN police personnel can monitor disarmament and demobilization sites and regularly liaise with communities and their male and female leaders at critical phases of the DDR process. Experience has shown that neglecting to address the different and shared concerns of the various segments of communities can lead to delays and a loss of the momentum required to push DDR forward. Due to their role in community policing, UN police personnel are often well placed to identify local concerns and coordinate with the parties involved to quickly resolve any problems that may arise.The presence of a dedicated UN police liaison officer within a mission\u2019s DDR component helps in the gathering and processing of intelligence on ex-combatants and persons formerly associated with armed forces and groups, their current situation and their possible future activities/locations. Such a liaison officer provides a valuable link to the operations of the UN police component and State police and law enforcement institutions. In this regard, the liaison officer can also keep the DDR component up to date on the progress of UN police personnel in advising and training the State police service.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "6. DDR processes and policing \u2013 general tasks", - "Heading2": "6.2 Coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4994, - "Score": 0.348155, - "Index": 4994, - "Paragraph": "PI/SC messages shall take into consideration the needs and interests of women and girls, who play a central role in peacebuilding at the community level. Female ex-combatants and other WAAFAG must be informed about their eligibility for DDR and any special programmes for them, which may require specific strategies and approaches. PI/SC messages shall also encourage the participation of women and girls in the DDR process. DDR practitioners shall strive to ensure that key messages, communications material and information campaigns are gender responsive, taking into account the need for tailored messaging that addresses the specific needs of women, men, boys and girls. They shall also leverage opportunities to support gender-transformative norms and women\u2019s empowerment. Specific attention should be paid to developing gender-responsive information strategies that can play an important role in the reintegration and return of women by mitigating their stigmatization and contributing to community sensitization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "PI/SC messages shall also encourage the participation of women and girls in the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5354, - "Score": 0.348155, - "Index": 5354, - "Paragraph": "Temporary demobilization sites that make use of existing facilities may be used as an alternative to the construction of semi-permanent demobilization sites. In this approach, combatants and persons associated with armed forces and groups are told to meet at a specific location for demobilization within a specific time period. Temporary demobilization sites may be particularly useful if the target group is small, if individuals are likely to report for demobilization in small groups, or if the target group is scattered in multiple, known locations that are logistically accessible. This kind of site allows demobilization teams to carry out their activities in these locations without the need to build permanent structures. This approach may also be more appropriate than semi-permanent cantonment sites when the target group is already based in the community where its members will reintegrate. This is because combatants who are already in their communities should, where possible, remain there rather than be transported to a demobilization centre and back again. For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites? \\n Are both male and female combatants already in the communities where they will reintegrate? \\n Will the demobilization process consist of formed military units reporting with their commanders, or individual combatants leaving active armed groups? \\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site? (See IDDRS 4.10 on Disarmament.) \\n Will cantonment play an important confidence-building role in the peace process? \\n What does the context tell you about the potential security threat to those who demobilize? Are active armed groups likely to retaliate against former members who opt to demobilize? \\n Can reception, disarmament and demobilization take place at the same site? \\n Can existing sites be used? Do they require refurbishment? \\n Will there be enough resources to build semi-permanent demobilization sites? How long will the construction process take? \\n What are the potential risks of cantoning any one of the groups?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 15, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.2 Temporary demobilization sites", - "Heading4": "", - "Sentence": "\\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5552, - "Score": 0.340207, - "Index": 5552, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5497, - "Score": 0.333333, - "Index": 5497, - "Paragraph": "Combatants and persons associated with armed forces and groups should be provided with clear and simple guidance when they arrive at demobilization sites, taking into consideration their level of literacy. This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe. If a large number of participants are being addressed, it is key to stick to simple concepts, mainly who, what and where. More complex explanations can be provided to smaller groups organized in follow-up to the initial briefing. This can help to prevent unrest and stress within the group. Contingent on the type of demobilization site, introductory briefings should cover, among other things, the following: \\n Site orientation; \\n Outline of activities and processes; \\n Routines and time schedules; \\n The rights and obligations of combatants and persons associated with armed forces and groups throughout the demobilization process; \\n Rules and discipline, including areas that are off limits; \\n Policies concerning freedom of movement in and out of the demobilization site; \\n Policies on SGBV and the consequences of infringement of these policies; \\n Security at the demobilization site; \\n How to report misbehaviour, including specific mechanisms for women; \\n Mechanisms to raise complaints about conditions and treatment at the demobilization site; \\n Procedures for dependants; and \\n Fire precautions and physical safety.Where possible, oral briefings should be supported by written material produced in the local language(s). Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Reception", - "Heading3": "", - "Heading4": "", - "Sentence": "This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5542, - "Score": 0.333333, - "Index": 5542, - "Paragraph": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities. The logistical implications of providing transport must be taken into account. It will not be possible for all ex-combatants and persons formerly associated with armed forces and groups to be transported to their final destination. A mixture of transport to certain key locations and funding for onward transport may therefore be required. Cash for transport may be given as part of transitional reinsertion assistance (see section 7). Specific attention shall be paid to the safe transport of women and minorities to their final destination, recognizing the unique security threats they may face.If transport is provided in UN vehicles, authorizations from UN administration and waivers for passengers need to be signed. DDR practitioners should arrange pre-signed authorizations and waivers in order to avoid last-minute blockages and delays. Alternatively, private companies and/or other implementing partners may be subcontracted to provide transport.In cases where it is necessary to repatriate foreign ex-combatants and persons formerly associated with armed forces and groups, transportation arrangements will need to be adjusted to involve national authorities from these individuals\u2019 countries of origin as well as other sub-regional organizations and mechanisms (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.7 Transportation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3401, - "Score": 0.321634, - "Index": 3401, - "Paragraph": "DDR processes include two main arms control components: (a) disarmament as part of a DDR programme and (b) transitional weapons and ammunition management (WAM). This module provides DDR practitioners with practical standards for the planning and implementation of the disarmament component of a DDR programme in contexts where the preconditions for such programmes are present. These preconditions include a negotiated ceasefire and/or peace agreement, sufficient trust in the peace process, willingness of the parties to the armed conflict to engage in DDR and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR). Transitional WAM in support of DDR processes is covered in IDDRS 4.11 on Transitional Weapons and Ammunition Management. The linkages between disarmament as part of a DDR programme and Security Sector Reform are covered in IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These preconditions include a negotiated ceasefire and/or peace agreement, sufficient trust in the peace process, willingness of the parties to the armed conflict to engage in DDR and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3825, - "Score": 0.321634, - "Index": 3825, - "Paragraph": "DDR practitioners increasingly operate in contexts with fragmented but well-equipped armed groups and acute levels of proliferation of illicit weapons, ammunition and ex- plosives. In settings where armed conflict is ongoing and peace agreements have been neither signed nor implemented, disarmament as part of a DDR programme may not be the most suitable approach to control the circulation of weapons, ammunition and explosives because armed groups may be reluctant to disarm without strong security guarantees (see IDDRS 4.10 on Disarmament). Instead, these contexts require the de- sign and implementation of innovative DDR-related tools, such as transitional weapons and ammunition management (WAM).When implemented as part of a DDR process (either with or without a DDR pro- gramme), transitional WAM has two primary aims: to reduce the capacity of individ- uals and groups to engage in armed conflict, and to reduce accidents and save lives by addressing the immediate risks related to the illicit possession of weapons, ammuni- tion and explosives. By supporting better arms control and preventing the diversion of weapons, ammunition and explosives to unauthorized end users, transitional WAM can be a strong component of the sustaining peace approach and contribute to pre- venting the outbreak, escalation, continuation and recurrence of conflict (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In settings where a peace agreement has been signed and the necessary preconditions for a DDR programme are in place, transitional WAM can also be used before, during and after DDR programmes as a complementary measure (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3387, - "Score": 0.320256, - "Index": 3387, - "Paragraph": "Military components and personnel must be adequately trained. In General Assembly Resolution A/RES/49/37 (1995), Member States recognized their responsibility for the training of uniformed personnel for UN peacekeeping operations and requested the Secretary-General to develop relevant training materials and establish a range of measures to assist Member States. In 2007, the Integrated Training Service was created as the centre responsible for peacekeeping training. The Peacekeeping Resource Hub was also launched in order to disseminate peacekeeping guidance and training materials to Member States, peacekeeping training institutes and other partners. A number of trainings institutions, including peacekeeping training centers, offer annual DDR training courses for both civilian and military personnel. DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 13, - "Heading1": "8. DDR training requirements for military personnel", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should plan and budget for the participation of civilian and military personnel in DDR training courses.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3999, - "Score": 0.320256, - "Index": 3999, - "Paragraph": "Police personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on The UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.In mission settings, the mandate granted by the UN Security Council will dictate the type and extent of UN police involvement in a DDR process. Dependent on the situation on the ground, this mandate can range from monitoring and advisory functions to full policing responsibilities. In mission settings with a peacekeeping operation, the UN police component will typically consist of individual police officers, formed police units and specialized police teams. In special political missions, formed police units will typically not be present, and the UN police presence may consist of senior advisers.In non-mission settings there is no UN Security Council mandate. Therefore, the type and extent of UN or international police involvement in a DDR process will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. An international police presence in a non-mission setting (whether UN or otherwise) will typically consist of advisers, mentors, trainers and/or policing experts, complemented where necessary by a specialized police team.When supporting DDR processes, police personnel may conduct several general tasks, including the provision of advice, support to coordination, monitoring and building public confidence. Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway. For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites. Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR). For example, police may support DDR practitioners who are engaged in the mediation of local peace agreements by orienting these individuals, and broader negotiating teams, to entry points in the community. Community-oriented policing practices and community violence reduction (CVR) programmes can also be mutually reinforcing (see IDDRS 2.30 on Community Violence Reduction).Finally, when DDR processes are linked to security sector reform (SSR), UN police personnel have an important role to play in the reform of State police and law enforcement institutions and can positively contribute to the establishment and furtherance of professional standards and codes of conduct of policing.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4016, - "Score": 0.320256, - "Index": 4016, - "Paragraph": "Police personnel possess a wide range of skills and capacities that may contribute to DDR processes in the context of UN peacekeeping operations, SPMs and non-mission settings. In peacekeeping operations, UN police components will typically consist of IPOs, FPUs and SPTs. In special political missions, FPUs will typically not be present, and the UN police presence may consist of IPOs who work as senior advisers. In non-mission contexts, the UN or international police presence will typically consist of advisers, mentors, trainers and/or policing experts complemented, where necessary, by a SPT.The type and extent of UN or international police involvement in a DDR process in a non- mission setting will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. In mission settings, the mandate given to a UN police component will dictate the level and extent of its involvement in a DDR process. Dependent on the situation on the ground, the Security Council can grant mandates to UN police that range from monitoring and advisory functions to full policing responsibilities. In both mission and non-mission settings, police-related tasks may also include support for the reform, restructuring and development of the State police service and other law enforcement institutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In mission settings, the mandate given to a UN police component will dictate the level and extent of its involvement in a DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4859, - "Score": 0.320256, - "Index": 4859, - "Paragraph": "In order to build capacity and enhance participation in the democratic process, DDR programmes should support civic and voter education. This may include providing edu- cation or referrals to education opportunities on the nature and functioning of democratic institutions at the national, regional and/or local levels. Civic education on the country\u2019s comprehensive peace agreement (where applicable) or peace process should be consid- ered. At the local level, approaches to human rights education that draw from \u201cstreet law\u201d may be particularly effective, such as the practical application of citizens\u2019 rights, such as freedom of expression, the right to dissent, and the right to vote in secrecy in electoral processes that are free of coercion or intimidation, may be particularly effective.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 55, - "Heading1": "11. Political Reintegration", - "Heading2": "11.4. Entry points for political reintegration", - "Heading3": "11.4.3. Civic and voter education", - "Heading4": "", - "Sentence": "In order to build capacity and enhance participation in the democratic process, DDR programmes should support civic and voter education.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5137, - "Score": 0.320256, - "Index": 5137, - "Paragraph": "The following stakeholders are often the primary audience of a DDR process: \\n The political leadership: This may include the signatories of ceasefires and peace accords, when they are in place. Political leaderships may or may not represent the military branches of their organizations. \\n The military leadership of armed forces and groups: These leaders may have motivations and interests that differ from the political leaderships of these entities. Likewise, within these military leaderships, mid-level commanders may hold their own views concerning the DDR process. DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life. \\n Rank-and-file of armed forces and groups: It is important to make the distinction between military leaderships, military commanders, mid-level commanders and their rank-and-file, because their motivations and interests may differ. Testimonials from the successfully demobilized and reintegrated rank-and-file have proven to be effective in informing their peers. Ex-combatants and persons formerly associated with armed forces and groups can play an important role in amplifying messages aimed at demonstrating life after war. \\n Women associated with armed groups and forces in non-combat roles: It is important to cater to the information needs of WAAFAG, especially those who have been abducted. Communities, particularly women\u2019s groups, should also be informed about how to further assist women who manage to leave an armed force or group of their own accord. \\n Children associated with armed forces and groups: Individuals in this group need child-friendly, age- and gender-sensitive information to help reassure and safely remove those who are illegally held by an armed force or group. Communities, local authorities and police should also be informed about how to assist children who have exited or been released from armed groups, as well as about protocols to ensure the protection of children and their prompt handover to child protection services. \\n Ex-combatants and persons formerly associated with armed forces and groups with disabilities: Information and sensitization to opportunities to access and participate in DDR should reach this group. Families and communities should also be informed on how to support the reintegration of persons with disabilities. \\n Youth at risk of recruitment: In countries affected by conflict, youth are both a force for positive change and, at the same time, a group that may be vulnerable to being drawn into renewed violence. When PI/SC strategies focus only on children and mature adults, the specific needs and experiences of youth are missed. \\n Local authorities and receiving communities: Enabling the smooth reintegration of DDR participants into their communities is vital to the success of DDR. Communities and their leaders also have an important role to play in other local-level DDR activities, such as CVR programmes and transitional WAM as well as community-based reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 Primary audience (participants and beneficiaries)", - "Heading3": "", - "Heading4": "", - "Sentence": "Likewise, within these military leaderships, mid-level commanders may hold their own views concerning the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4270, - "Score": 0.316228, - "Index": 4270, - "Paragraph": "Sustainable reintegration of former combatants and associated groups into their commu- nities of origin or choice is the ultimate objective of DDR. A reintegration programme is designed to address the many destabilizing factors that threaten ex-combatants\u2019 suc- cessful transition to peace, including: economic hardship, social exclusion, psychological and physical trauma, and political disenfranchisement. Failure to successfully reintegrate ex-combatants will undermine the achievements of disarmament and demobilization, furthering the risk of renewal of armed conflict.Reintegration of ex-combatants and associated groups is a long-term process that occurs at the individual, community, national, and at times even regional level, and has economic, social/psychosocial, political and security factors affecting its success. Post-conflict economies have often collapsed, posing significant challenges to creating sustainable livelihoods for former combatants and other conflict-affected groups. Social and psychological issues of identity, trust, and acceptance are crucial to ensure violence prevention and lasting peace. In addition, empowering ex-combatants to take part in the political life of their communities and state can bring forth a range of benefits, such as providing civilians with a voice to address any former or residual grievances in a socially constructive, non-violent manner. Without sustainable and comprehensive reintegration, former combatants may become further marginalized and vulnerable to re-recruitment or engagement in criminal or gang activities.A reintegration programme will attempt to facilitate the longer-term reintegration process by providing time-bound, targeted assistance. A reintegration programme cannot match the breadth, depth or duration of the reintegration process, nor of the long-term recovery and development process; therefore, careful analysis is required in order to design and implement a strategic and pragmatic reintegration programme that best bal- ances timing, sequencing and a mix of programme elements from among the resources available. A strong monitoring system is needed to continuously track if the approach taken is yielding the desired effect. A well-planned exit strategy, with an emphasis on capacity building and ownership by national and local actors who will be engaged in the reintegration process for much longer than the externally assisted reintegration pro- gramme, is therefore crucial from the beginning.A number of key contextual factors should be taken into account when planning and designing the reintegration strategy. These contextual factors include: (i) the nature of the conflict (i.e. ideology-driven, resource-driven, identity-driven, etc.) and duration as determined by a conflict and security analysis; (ii) the nature of the peace (i.e. military victory, principle party negotiation, third party mediation); (iii) the state of the economy (especially demand for skills and labour); (iv) the governance capacity and reach of the state (legitimacy and institutional capacity); and, (v) the character and cohesiveness of combatants and receiving communities (trust and social cohesiveness). These will be dis- cussed in greater detail throughout the module.There are also several risks and challenges that must be carefully assessed, moni- tored and managed in order to successfully implement a reintegration programme. One of the key challenges in designing and implementing DDR programmes is how to ful- fill the specific and essential needs of ex-combatants without turning them into a real or perceived privileged group within the community. The reintegration support for ex-com- batants should therefore be planned in such a manner as to avoid creating resentment and bitterness within wider communities or society or putting a strain on a community\u2019s limited resources. Accordingly, this module seeks to emphasize the importance and ben- efits of approaching reintegration programmes from a community-based perspective in order to more effectively execute programme activities and avoid possible tensions form- ing between ex-combatants and community members.In order to increase the effectiveness of reintegration programmes, it is also essential to recognize and identify their limitations and boundaries. Firstly, the trust of ex-com- batants in the political process is often heavily influenced by the nature of the peace settlement and the trust of the overall population in the process; DDR both influences and is influenced by political processes. Secondly, the presence of economic opportunities is critical. And thirdly, the governance capacity of the state, referring to its perceived legit- imacy and institutional capacity to govern and provide basic services, is essential to the successful implementation of a DDR programme. DDR is fundamentally social, economic and political in character and should be seen as part of a broader integrated approach to recovery, including security, governance, and political and developmental aspects. There- fore, programmes shall be based upon context analyses (see above on contextual factors) that are integrated, comprehensive and coordinated across the UN family with national and other international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Firstly, the trust of ex-com- batants in the political process is often heavily influenced by the nature of the peace settlement and the trust of the overall population in the process; DDR both influences and is influenced by political processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5206, - "Score": 0.316228, - "Index": 5206, - "Paragraph": "From the start, it is important to identify measurable indicators (the pieces of information that will show whether objectives are being met) as well as how this information will be gathered (sources and techniques) in order to monitor and evaluate the impact of the PI/SC strategy. Any aspects of the PI/SC strategy that do not have the effect they were designed to achieve shall be adapted. Indicators may include: \\n The number, sex, age and location (e.g, rural or urban) of people listening to radio programmes and consulting other media, including websites and social media, that convey messages regarding DDR; \\n The number of participants and beneficiaries engaging in the DDR process as a result of PI/SC activities; \\n The extent of the involvement of the local civilian population in reintegration programmes as a result of PI/SC efforts; and \\n The change in expectations and knowledge about the process among target audiences before and after PI/SC activities.This information can be gathered through surveys and interviews conducted throughout the implementation of the DDR process and also from the activity reports of other organizations, media reports, staff at the demobilization sites, local civil society actors in the communities, etc. Findings should be used to guide and shape ongoing activities and contribute to improving future efforts. For further information, refer to IDDRS 3.50 on Monitoring and Evaluation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 20, - "Heading1": "9. Economic reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Indicators may include: \\n The number, sex, age and location (e.g, rural or urban) of people listening to radio programmes and consulting other media, including websites and social media, that convey messages regarding DDR; \\n The number of participants and beneficiaries engaging in the DDR process as a result of PI/SC activities; \\n The extent of the involvement of the local civilian population in reintegration programmes as a result of PI/SC efforts; and \\n The change in expectations and knowledge about the process among target audiences before and after PI/SC activities.This information can be gathered through surveys and interviews conducted throughout the implementation of the DDR process and also from the activity reports of other organizations, media reports, staff at the demobilization sites, local civil society actors in the communities, etc.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5229, - "Score": 0.311086, - "Index": 5229, - "Paragraph": "The aim of this module is to provide guidance to DDR practitioners supporting the planning, design and implementation of demobilization operations during DDR programmes within the framework of peace agreements in mission and non-mission settings. Additional guidance related to the demobilization of women, children, youth, foreign combatants and persons with disabilities can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; IDDRS 5.30 on Youth and DDR; IDDRS 5.40 on Cross-Border Population Movements; and IDDRS 5.60 on Disability and DDR.The guidance in this module is also relevant for practitioners supporting demobilization in the context of security sector reform as part of a rightsizing process (see IDDRS 6.10 on DDR and Security Sector Reform). In addition, the guidance may be relevant to contexts where the preconditions for a DDR programme are not in place. For example, in some instances, DDR practitioners may be called upon to support national entities charged with the application of amnesty laws or other pathways for individuals to leave armed groups and return to civilian status Those individuals who take this route \u2013 reporting to amnesty commissions or the national authorities \u2013 also transition from military to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Additional guidance related to the demobilization of women, children, youth, foreign combatants and persons with disabilities can be found in IDDRS 5.10 on Women, Gender and DDR; IDDRS 5.20 on Children and DDR; IDDRS 5.30 on Youth and DDR; IDDRS 5.40 on Cross-Border Population Movements; and IDDRS 5.60 on Disability and DDR.The guidance in this module is also relevant for practitioners supporting demobilization in the context of security sector reform as part of a rightsizing process (see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3230, - "Score": 0.308607, - "Index": 3230, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to military roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3323, - "Score": 0.308607, - "Index": 3323, - "Paragraph": "The DDR component of the mission should coordinate and manage information gathering and reporting tasks, with supplementary information provided by the Joint Operations Centre (JOC) and Joint Mission Analysis Centre (JMAC). The military component can seek information on the following: \\n The locations, sex- and age-disaggregated troop strengths, and intentions of former combatants or associated groups, who may or will become part of a DDR process. \\n Estimates of the number/type of weapons and ammunition expected to be collected/stored during a DDR process, including those held by women and children. As accurate estimates may be difficult to achieve, planning for disarmament and broader transitional WAM must include some flexibility. \\n Sex- and age-disaggregated estimates of non-combatants associated with the armed forces, including women, children, and elderly or wounded/disabled people. Their roles and responsibilities should also be identified, particularly if human trafficking, slavery, and/or sexual and gender-based violence is suspected. \\n Information from UN system organizations, NGOs, and women\u2019s and youth groups. \\n\\n The information-gathering process can be a specific task of the military component, but it can also be a by-product of its normal operations, e.g., information gathered by patrols and the activities of MILOBs. Previous experience has shown that the leaders of armed groups often withhold or distort information related to DDR, particularly when communicating with the rank and file. Military components can be used to detect whether this is happening and can assist in dealing with this challenge as part of the public information and sensitization campaigns associated with DDR (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).The military component can assist dedicated mission DDR staff by monitoring and reporting on progress. This work must be managed by the DDR staff in conjunction with the JOC.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 9, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.4 Information gathering and reporting", - "Heading4": "", - "Sentence": "\\n Estimates of the number/type of weapons and ammunition expected to be collected/stored during a DDR process, including those held by women and children.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3435, - "Score": 0.308607, - "Index": 3435, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the disarmament component of DDR programmes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3909, - "Score": 0.308607, - "Index": 3909, - "Paragraph": "When part of a DDR process, transitional WAM should be considered when there is a need to respond to the presence of active and/or former members of armed groups. For example, transitional WAM may be appropriate when: \\n Armed groups refuse to disarm as the pre-conditions for a DDR programme are not in place. \\n Former combatants and/or persons formerly associated with armed groups return to their communities with weapons, ammunition and/or explosives, perhaps be- cause of ongoing insecurity or because weapons possession is a cultural practice or tied to notions of power and masculinity. \\n Weapons and ammunition are circulating in communities and pose a security threat, especially where: \\n\\n Civilians, including in certain contexts children, are at-risk of recruitment by armed groups; \\n\\n Civilians, including women, girls, men and boys, are at risk of serious interna- tional crimes, including conflict-related sexual violence. \\n\\n Former combatants and/or persons formerly associated with armed groups are about to return as part of DDR programmes.While transitional WAM should always aim to remove or facilitate the legal regis- tration of all weapons in circulation, the reality of weapons culture and the desire for self-protection and/or empowerment should be recognized, with transitional WAM options and objectives identified accordingly. A generic typology of DDR-related tran- sitional WAM measures is found in Table 1. When reference is made to the collec- tion, registration, storage, transportation and/or disposal, including the destruction, of weapons, ammunition and explosives during transitional WAM, the core guidelines outlined in IDDRS 4.10 on Disarmament apply.In addition to the generic measures outlined above, in some instances DDR practi- tioners may consider supporting the WAM capacity of armed groups. DDR practition- ers should exercise extreme caution when supporting armed groups\u2019 WAM capacity. While transitional WAM may help to build trust with national and international stake- holders and address some of the immediate risks with regard to the proliferation of weapons, ammunition and explosives, building the WAM capacity of armed groups carries certain risks, and may inadvertently reinforce the fighting capacity of armed groups, legitimize their status, and tarnish the UN\u2019s reputation, all of which could threaten wider DDR objectives. As a result, any decision to support armed groups\u2019 WAM capacity shall consider the following: \\n This approach must align with the broader DDR strategy agreed with and approved by national authorities as an integral part of a peace process or an alter- native conflict resolution strategy. \\n This approach must be in line with the overall UN mission mandate and objec- tives of the UN mission (if a UN mission has been established). \\n Engagement with armed groups shall follow UN policy on this matter, i.e. UN mission policy, including SOPs on engagement with armed groups where they have been adopted, the UN\u2019s Aide Memoire on Engaging with Non-State Armed Groups (NSAGs) for Political Purposes (see Annex B) and the UN Human Rights Due Diligence Policy. \\n This approach shall be informed by risk analysis and be accompanied by risk mitigation measures.If all of the above conditions are fulfilled, DDR support to WAM capacity-building for armed groups may include storing ammunition stockpiles away from inhabited areas and in line with the IATG, destroying hazardous ammunition and explosives as identified by armed groups, and providing basic stockpile management advice, support and solutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 9, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When part of a DDR process, transitional WAM should be considered when there is a need to respond to the presence of active and/or former members of armed groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 4019, - "Score": 0.308607, - "Index": 4019, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to police roles and responsibilities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4047, - "Score": 0.308607, - "Index": 4047, - "Paragraph": "There is no one-size-fits all policing policy and, as a result, there can be no standardized approach to determining police support to a particular DDR process. Instead, police support to DDR processes shall be context specific and in accordance with country plans and strategies.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no one-size-fits all policing policy and, as a result, there can be no standardized approach to determining police support to a particular DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4982, - "Score": 0.308607, - "Index": 4982, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to PI/SC strategies for DDR:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5267, - "Score": 0.308607, - "Index": 5267, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5270, - "Score": 0.308607, - "Index": 5270, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5272, - "Score": 0.308607, - "Index": 5272, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5274, - "Score": 0.308607, - "Index": 5274, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5276, - "Score": 0.308607, - "Index": 5276, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5278, - "Score": 0.308607, - "Index": 5278, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5280, - "Score": 0.308607, - "Index": 5280, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5282, - "Score": 0.308607, - "Index": 5282, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5284, - "Score": 0.308607, - "Index": 5284, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5286, - "Score": 0.308607, - "Index": 5286, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5288, - "Score": 0.308607, - "Index": 5288, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5290, - "Score": 0.308607, - "Index": 5290, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.2 Accountable and transparent", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5292, - "Score": 0.308607, - "Index": 5292, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5294, - "Score": 0.308607, - "Index": 5294, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5296, - "Score": 0.308607, - "Index": 5296, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5298, - "Score": 0.308607, - "Index": 5298, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5300, - "Score": 0.308607, - "Index": 5300, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5302, - "Score": 0.308607, - "Index": 5302, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5304, - "Score": 0.308607, - "Index": 5304, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.11 Public information and community sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3368, - "Score": 0.307729, - "Index": 3368, - "Paragraph": "Military capacity used in a DDR process is planned in detail and carried out by the military component of the mission within the limits of its capabilities. Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major). \\n\\n The posts will be designed to meet the specific requirements of the mission.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 12, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.10 DDR component staffing", - "Heading3": "", - "Heading4": "", - "Sentence": "Military staff officers could fill posts in a DDR component as follows: \\n Mil SO1 DDR \u2013 military liaison (Lieutenant Colonel); \\n Mil SO2 DDR \u2013 military liaison (Major); \\n Mil SO2 DDR \u2013 disarmament and weapons control (Major); \\n Mil SO2 DDR \u2013 gender and protection issues (Major).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5153, - "Score": 0.305888, - "Index": 5153, - "Paragraph": "In many cases, partnerships with other stakeholders are required to support the design, planning and implementation of the PI/SC strategy. The following partners are often the secondary audience of a DDR process; however, depending on the context, they may also be the primary audience (e.g., the international community in a regionalized armed conflict): \\n Civil society: This includes women\u2019s groups, youth groups, local associations and non- governmental organizations that play a role in the DDR process, including those working as implementing partners of national and international governmental institutions. \\n Religious leaders and institutions: The voices of moderate religious leaders can be amplified and coordinated with educators to foster coordination and promote messages of peace and tolerance. \\n Legislative and policy-setting authorities: The legal framework in the country regulating the media can be reviewed and laws put in place to prevent the distribution of messages inciting hate or spreading misinformation. If this approach is used, care must be taken to ensure that civil and political rights are not affected. \\n International and local media: International and local media are often the main source of information on progress in the peace process. Keeping both media segments supplied with accurate and up-to-date information on the planning and implementation of DDR is important in order to increase support for the process and avoid bad press. The media are also key whistleblowers that can identify, expose and denounce potential spoilers of the peace process. \\n Private sector: Companies in the private sector can also be important amplifiers and partners, for example, by generating specific recruitment advertisements in support of reintegration opportunities. Local telecommunication companies and internet service providers can also offer avenues to further disseminate key messages. \\n Opinion leaders/influencers: In many contexts, opinion leaders are public personalities who actively produce and interpret multiple sources of information to form an opinion. With the advent of social media, these actors generate viewership and large followings through regular programming and online presence. \\n Regional stakeholders: These include Governments, regional organizations, military and political parties of neighbouring countries, civil society in neighboring States, businesses and potential spoilers. \\n The international community: This includes donors, their constituencies (including, if applicable, the diaspora who can influence the direction of DDR), troop-contributing countries, the UN system, international financial institutions, non-governmental organizations and think tanks.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 16, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.2 Secondary audience (partners)", - "Heading3": "", - "Heading4": "", - "Sentence": "The following partners are often the secondary audience of a DDR process; however, depending on the context, they may also be the primary audience (e.g., the international community in a regionalized armed conflict): \\n Civil society: This includes women\u2019s groups, youth groups, local associations and non- governmental organizations that play a role in the DDR process, including those working as implementing partners of national and international governmental institutions.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5221, - "Score": 0.301511, - "Index": 5221, - "Paragraph": "Demobilization occurs when members of armed forces and groups transition from military to civilian life. It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict. Demobilization operations shall be designed for combatants and persons associated with armed forces and groups. Female combatants and women associated with armed forces and groups have traditionally faced obstacles to entering DDR programmes, so particular attention should be given to facilitating their access to reinsertion and reintegration support. Victims, dependants and community members do not participate in demobilization activities. However, where dependants have accompanied armed forces or groups, provisions may be made for them during demobilization, including for their accommodation or transportation to their communities. All demobilization operations shall be gender and age sensitive, nationally and locally owned, context specific and conflict sensitive.Demobilization must be meticulously planned. Demobilization operations should be preceded by an in-depth assessment of the location, number and type of individuals who are expected to demobilize, as well as their immediate needs. A risk and security assessment, to identify threats to the DDR programme, should also be conducted. Under the leadership of national authorities, rigorous, unambiguous and transparent eligibility criteria should be established, and decisions should be made on the number, type (semi-permanent or temporary) and location of demobilization sites.During demobilization, potential DDR participants should be screened to ascertain if they are eligible. Mechanisms to verify eligibility should be led or conducted with the close engagement of the national authorities. Verification can include questions concerning the location of specific battles and military bases, and the names of senior group members. If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme. Once eligibility has been established, basic registration data (name, age, contact information, etc.) should be entered into a case management system.Individuals who demobilize should also be provided with orientation briefings, physical and psychosocial health screenings and information that will support their return to the community. A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization. During demobilization, DDR practitioners should also conduct a profiling exercise to identify obstacles that may prevent those eligible from full participation in the DDR programme, as well as the specific needs and ambitions of the demobilized. This information should be used to inform planning for reinsertion and/or reintegration support.If reinsertion assistance is foreseen as the second stage of the demobilization operation, DDR practitioners should also determine an appropriate transfer modality (cash-based transfers, commodity vouchers, in-kind support and/or public works programmes). As much as possible, reinsertion assistance should be designed to pave the way for subsequent reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3741, - "Score": 0.298142, - "Index": 3741, - "Paragraph": "Destruction reduces the flow of illicit arms and ammunition in circulation and removes the risk of materiel being diverted (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). Arms and ammunition that are surrendered during disarmament operations are in an unknown state and likely hazardous, and their markings may have been altered or removed. The destruction of arms and ammunition during a DDR programme is a highly symbolic gesture and serves as a strong confidence-building measure if performed and verified transparently. Furthermore, destruction is usually less financially burdensome than storing and guarding arms and ammunition in accordance with global guidelines.Obtaining agreement from the appropriate authorities to proceed usually takes time, resulting in delays and related risks of diversion or unplanned explosions. Disposal methods should therefore be decided upon with the national authorities at an early stage and clearly stated in the national DDR programme. Transparency in the disposal of weapons and ammunition collected from former warring parties is key to building trust in DDR and the entire peace process. A clear plan for destruction should be established by the DDR component or the lead UN agency(ies) with the support of WAM advisers, including the most suitable method for destruction (see Annex E), the development of an SOP, the location, as well as options for the processing and monitoring of scrap metal recycling, if relevant, and the associated costs of the destruction process. The plan shall also provide for the monitoring of the destruction by a third party to ensure that the process was efficient and that all materiel is accounted for to avoid diversion. The physical destruction of weapons is much simpler and safer than the physical destruction of ammunition, which requires highly qualified personnel and a thorough risk assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 30, - "Heading1": "8. Disposal phase", - "Heading2": "8.1 Destruction of materiel", - "Heading3": "", - "Heading4": "", - "Sentence": "Transparency in the disposal of weapons and ammunition collected from former warring parties is key to building trust in DDR and the entire peace process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3835, - "Score": 0.298142, - "Index": 3835, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c. \u2018may\u2019 is used to indicate a possible method or course of action; \\n d. \u2018can\u2019 is used to indicate a possibility and capability; \\n e. \u2018must\u2019 is used to indicate an external constraint or obligation.Weapons and ammunition management (WAM) is the oversight, accountability and management of arms and ammunition throughout their lifecycle, including the estab- lishment of frameworks, processes and practices for safe and secure materiel acquisi- tion, stockpiling, transfers, tracing and disposal.1 WAM does not only focus on small arms and light weapons, but on a broader range of conventional weapons including ammunition and artillery.Transitional WAM is a series of interim arms control measures that can be imple- mented by DDR practitioners before, after and alongside DDR programmes. Transi- tional WAM can also be implemented when the preconditions for a DDR programme are absent. The transitional WAM component of a DDR process is primarily aimed at reducing the capacity of individuals and groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives.Light weapon: Any man-portable lethal weapon designed for use by two or three per- sons serving as a crew (although some may be carried and used by a single person) that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. \\n Note 1: Includes, inter alia, heavy machine guns, hand-held under-barrel and mounted grenade launchers, portable anti-aircraft guns, portable anti-tank guns, re- coilless rifles, portable launchers of anti- tank missile and rocket systems, portable launchers of anti-aircraft missile systems, and mortars of a calibre of less than 100 millimetres, as well as their parts, components and ammunition. \\n Note 2: Excludes antique light weapons and their replicas.Small arm: Any man-portable lethal weapon designed for individual use that expels or launches, is designed to expel or launch, or may be readily converted to expel or launch a shot, bullet or projectile by the action of an explosive. Note 1: Includes, inter alia, re- volvers and self-loading pistols, rifles and carbines, sub-machine guns, assault rifles and light machine guns, as well as their parts, components and ammunition. Note 2 Excludes antique small arms and their replicas.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The transitional WAM component of a DDR process is primarily aimed at reducing the capacity of individuals and groups to engage in armed violence and conflict.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4106, - "Score": 0.298142, - "Index": 4106, - "Paragraph": "In non-mission settings, UN policing experts may be deployed to support a DDR process in response to a request from a national Government. The deployment may be part of a technical assistance programme agreed between a UN entity and the Government, or may be defined by the Global Focal Point for Police, Justice and Corrections Areas in the Rule of Law in Post-Conflict and Other Crisis Situations (GFP). Advisers, mentors, trainers and/or policing experts may be deployed complemented, where necessary, by the deployment of a SPT. International police deployments of non-UN personnel can also take place on the basis of bilateral cooperation agreements.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. Deployment of UN police", - "Heading2": "5.2 Non-mission settings ", - "Heading3": "", - "Heading4": "", - "Sentence": "In non-mission settings, UN policing experts may be deployed to support a DDR process in response to a request from a national Government.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5000, - "Score": 0.298142, - "Index": 5000, - "Paragraph": "DDR practitioners shall base any and all strategic communications interventions \u2013 for example, to combat misinformation and disinformation \u2013 on clear conflict analysis. Strategic communications have a direct impact on conflict dynamics and the perceptions of armed forces and groups, and shall therefore be carefully considered. \u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made through the PI/SC strategy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5539, - "Score": 0.298142, - "Index": 5539, - "Paragraph": "DDR participants shall be registered and issued a non-transferable identity document (such as a photographic demobilization card) that attests to their eligibility and their official civilian status. Such documents have important symbolic and legal value for demobilized individuals. Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme. To avoid discrimination based on prior factional affiliation, these documents should not include the name of the armed force or group of which the individual was previously a member. Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.6 Documentation", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4706, - "Score": 0.298142, - "Index": 4706, - "Paragraph": "Reconciliation among all groups is perhaps the most fragile and significant process within a national peace-building strategy, and may include many parallel processes, such as transitional justice measures (i.e. reparations and truth commissions) (see Module 6.20 on DDR and Transitional Justice for more information).A key component of the reintegration is the process of reconciliation. Reconciliation should take place within war-affected communities if long-term security is to be firmly established. Ex-combatants, associated groups and their dependants are one of several groups, including refugees and the internally displaced, who are returning and reinte- grating into post-conflict communities. These groups, and the community itself, have each had different experiences of the conflict and may require different strategies and assis- tance to rebuild their lives and social networks.Reconciliation between ex-combatants and receiving communities is the backbone of the reintegration process. Any reconciliation initiative needs to make sure that the dignity and safety of victims, especially survivors of sexual and gender-based vio- lence, is respected. Furthermore, it must be remembered that conceptions of transitional justice and reconciliation differ in each context. DDR practitioners should therefore explore and consider cultural traditions and indigenous practices that may be effectively used to begin reconciliation processes. Ceremonies that involve a public confrontation between victim and perpetrator should be avoided as they can lead to further trauma and stigmatization.In addition to focused \u2018reconciliation activities\u2019, reintegration programmes should aim to mainstream and encourage reconciliation in all components of reintegration. To achieve this, DDR programmes should benefit the community as a whole and should offer specifically-designed assistance to other war-affected groups (see section 6.2. on commu- nity-based reintegration).Working together in mixed groups of returning combatants, IDPs, refugees, and com- munity members, especially on economically productive activities such as agricultural cooperatives, group micro credit schemes, and labour-intensive community infrastruc- ture rehabilitation, can reduce negative stereotypes and build trust. DDR programmes should also identify \u2013 together with other reintegration and recovery programmes \u2013 ways of supporting reconciliation, peacebuilding and reparation initiatives and mechanisms.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 41, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.2. Reconciliation", - "Heading3": "", - "Heading4": "", - "Sentence": "reparations and truth commissions) (see Module 6.20 on DDR and Transitional Justice for more information).A key component of the reintegration is the process of reconciliation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3480, - "Score": 0.29277, - "Index": 3480, - "Paragraph": "A DDR integrated assessment should start as early as possible in the peace negotiation process and the pre-planning phase (see IDDRS 3.11 on Integrated Assessments). This assessment should contribute to determining whether disarmament or any transitional arms control initiatives are desirable or feasible in the current context, and the potential positive and negative impacts of any such activities.The collection of information is an ongoing process that requires sufficient resources to ensure that assessments are updated throughout the lifecycle of a DDR programme. Information management systems and data protection measures should be employed from the start by DDR practitioners with support from the UN mission or lead UN agency(ies) Information Technology (IT) unit. The collection of data relating to weapons and those who carry them is a sensitive undertaking and can present significant risks to DDR practitioners and their sources. United Nations security guidelines should be followed at all times, particularly with regards to protecting sources by maintaining their anonymity.Integrated assessments should include information related to the political and security context and the main drivers of armed conflict. In addition, in order to design evidence-based, age-specific and gender-sensitive disarmament operations, the integrated assessment should include: \\n An analysis of the memberships of armed forces and groups (number, origin, age, sex, etc.) and their arsenals (estimates of the number and the type of weapons, ammunition and explosives); \\n An analysis of the patterns of weapons possession among men, women, girls, boys, and youth; \\n A mapping of the locations and access routes to materiel and potential caches (to the extent possible); \\n An understanding of the power imbalances and disparities in weapons possession between communities; \\n An analysis of the use of weapons in the commission of serious human rights violations or abuses and grave breaches of international humanitarian law, as well as crime, including organized crime; \\n An understanding of cultural and gendered attitudes towards weapons and the value of arms and ammunition locally; \\n The identification of sources of illicit weapons and ammunition and possible trafficking routes; \\n Lessons learnt from any past disarmament or weapons collections initiatives; \\n An understanding of the willingness of and incentives for armed forces and groups to participate in DDR. \\n An assessment of the presence of armed groups not involved in DDR and the possible impact these groups can have on the DDR process.Methods to gather data, including desk research, telephone interviews and face-to-face meetings, should be adapted to the resources available, as well as to the security and political context. Information should be centralized and managed by a dedicated focal point.BOX 1: HOW TO COLLECT INFORMATION \\n Use information already available (previous UN reports, publications by specialized research centres, etc.). Research has often already been undertaken in conflict-affected States, particularly if a country has previously implemented a DDR programme. \\n Engage with national authorities. Talk to their experts and obtain available data (e.g., previous SALW survey data, DDR data, national registers of weapons, and records of thefts/looting from storage facilities). \\n Ensure that all data collected on individuals is sex and age disaggregated. \\n If ceasefires have been implemented, warring parties may have provided a declaration of forces for the purpose of monitoring the ceasefire. Such declarations typically include information related to the disengagement and movement of troops and weapons. \\n Obtain data from seizures of weapons or discoveries of caches that provide insight into which armed forces and groups possess which materiel, as well as its origins and the context in which the seizures take place. \\n If the DDR programme is to be implemented with the support of a UN peace operation, organize regular meetings to compare observations and information with other UN agencies collecting data on security issues and armed forces and groups, as well as with other relevant international organizations and diplomatic representations. \\n Develop a network of key informants, including by meeting with ex-combatants and with male and female representatives and members of armed forces and groups. This should be done in line with the policy of the UN mission on engaging with armed forces and groups, if any, and in line with the UN\u2019s guidance on the modalities of engagement with armed forces and groups (see Annex B). \\n Meet with community leaders, women\u2019s organizations, youth groups, human rights organizations and other civil society groups. \\n Search for information and images on social media (e.g., monitor Facebook pages of armed groups and national defence forces).Once sufficient, reliable information has been gathered, collaborative plans can be drawn up by the National DDR Commission and the UN DDR component in mission settings or the National DDR Commission and lead UN agency(ies) in non-mission settings outlining the intended locations and site requirements for disarmament operations, the logistics and staffing required to carry out disarmament, and a timetable for operations.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 8, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1 Information collection", - "Heading3": "5.1.1 Integrated assessment", - "Heading4": "", - "Sentence": "\\n An assessment of the presence of armed groups not involved in DDR and the possible impact these groups can have on the DDR process.Methods to gather data, including desk research, telephone interviews and face-to-face meetings, should be adapted to the resources available, as well as to the security and political context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3268, - "Score": 0.288675, - "Index": 3268, - "Paragraph": "There is no one-size-fits-all military policy and, as a result, there can be no standardized approach to determining military support to a particular DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no one-size-fits-all military policy and, as a result, there can be no standardized approach to determining military support to a particular DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3552, - "Score": 0.288675, - "Index": 3552, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4275, - "Score": 0.288675, - "Index": 4275, - "Paragraph": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation. All UN DDR programmes shall be: people-centred; flexible; accountable and transparent; nationally and locally owned; inte- grated; and well-planned, in addition to being gender-sensitive. More specifically, when designing and implementing reintegration programmes, planners and practitioners shall take the following guidance into consideration:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on the UN Approach to DDR sets out the main principles that shall guide all aspects of DDR planning and implementation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5003, - "Score": 0.288675, - "Index": 5003, - "Paragraph": "To increase the effectiveness of a PI/SC strategy, DDR practitioners shall consider cultural factors and levels of trust in different types of media. PI/SC strategies shall be responsive to new political, social and/or technological developments, as well as changes within the DDR process as it evolves. DDR practitioners shall also take into account the accessibility of the information provided. This includes considerations related to both the selection of media and choice of language. All communications methods shall be designed with an understanding of potential context-specific barriers, including, for example, the remoteness of combatants and persons associated with armed forces and groups. Messages should be tested before dissemination to ensure that they meet the above mentioned criteria.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "PI/SC strategies shall be responsive to new political, social and/or technological developments, as well as changes within the DDR process as it evolves.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5015, - "Score": 0.288675, - "Index": 5015, - "Paragraph": "DDR practitioners shall ensure that PI/SC strategies are nationally and locally owned. National authorities should lead the implementation of PI/SC strategies. National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between community members and former members of armed forces and groups. National ownership also ensures that PI/SC strategies are culturally and contextually relevant, especially with regard to the PI/SC messages and communication tools used. In both mission and non-mission contexts, UN practitioners should coordinate closely with, and provide support to, national actors as part of the larger national PI/SC strategy. When combined with UN support (e.g. technical, logistical), national ownership encourages national authorities to assume leadership in the overall transition process. Additionally, PI/SC capacities must be kept close to central decision-making processes, in order to be responsive to the perogatives of the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Additionally, PI/SC capacities must be kept close to central decision-making processes, in order to be responsive to the perogatives of the DDR process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 5091, - "Score": 0.288675, - "Index": 5091, - "Paragraph": "It is very important to pay attention to the language used in reference to DDR. This includes messaging about the process of disarmament and the \u2018surrender\u2019 of weapons, as well as the terms and expressions used to speak about and to ex-combatants and persons formerly associated with armed forces and groups. It is necessary to acknowledge that they are not naturally violent; that they might have left a lot behind in terms of social standing, respect and income in their armed group; and that therefore their return to civilian life may come with great economic and social sacrifices. The self-perception of former members of armed forces and groups (e.g., as revolutionaries or liberty fighters) also needs be understood, taken into consideration and, in some cases, positively reinforced to ensure their buy-in to the DDR process. Taking these sensitives into account may sometimes include the need to reprofile the language used by Government and local or even international media. It is of vital importance, especially when it comes to the prospect of reintegration, that the discourse used to talk about ex- combatants and persons formerly associated with armed forces and groups is not pejorative and does not reinforce existing stereotypes or community fears.Communicating about former members of armed forces and groups is also important in contexts where transitional justice measures are underway. The strategic communication and public information elements of supporting transitional justice as part of a DDR process (including, truth telling, criminal prosecutions and other accountability measures, reparations, and guarantees of non- recurrence) should be carefully planned (see IDDRS 6.20 on DDR and Transitional Justice). PI/SC campaigns should be designed to complement transitional justice interventions, and to manage the expectations of DDR participants, beneficiaries and communities. When transitional justice measures are visibly and publically integrated into DDR processes, this may help to ensure that grievances are addressed and demonstrate that these grievances were heard and taken into account. The visibility of these measures, in turn, contribute to improving the the prospects of social cohesion and receptibility between ex-combatants and communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 11, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.2 Communicating about former members of armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The strategic communication and public information elements of supporting transitional justice as part of a DDR process (including, truth telling, criminal prosecutions and other accountability measures, reparations, and guarantees of non- recurrence) should be carefully planned (see IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4443, - "Score": 0.284747, - "Index": 4443, - "Paragraph": "Community perception surveys include background information on socioeconomic and demographic data on all future direct beneficiaries of the reintegration programme including community expectations and perceptions of assistance provided to returning/ resettling ex-combatants. Community perception surveys collect useful data which can be used for qualitative indicators and to monitor changes in community perceptions of the reintegration process over time. DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible. These can be conducted as interviews or focus groups, depending on appropriateness and context. Communities should have the opportunity to express their opinions and preferences freely in terms of activities that best support the reintegration process and the community as a whole. Surveyors should also be careful not to raise expectations here as well, since the reintegration programme will not be able to meet all desires in terms of economic opportunities and social support to communities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 18, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.4. Community perception surveys", - "Heading4": "", - "Sentence": "DDR programmes should assess the strength of support for the reintegration process from these surveys and try their best to produce activities and programming that match the needs and desires of both programme participants and beneficiaries.DDR programmes should rely on local institutions and civil society to carry out such surveys whenever and wherever possible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4021, - "Score": 0.280976, - "Index": 4021, - "Paragraph": "In contexts where DDR is linked to SSR, the integration of vetted former members of armed groups into the armed forces, the State police service or other uniformed services as part of DDR processes shall be voluntary (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts where DDR is linked to SSR, the integration of vetted former members of armed groups into the armed forces, the State police service or other uniformed services as part of DDR processes shall be voluntary (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3724, - "Score": 0.280056, - "Index": 3724, - "Paragraph": "The storage of weapons is less technical than that of ammunition and explosives, with the primary risks being loss and theft due to poor management. Although options for security measures are often quite limited in the field, in order to prevent or delay theft, containers should be equipped with fixed racks on which weapons can be secured with chains or steel cables affixed with padlocks. Some light weapons that contain explosive components, such as man-portable air- defence systems, will present explosive hazards and should be stored with other explosive materiel, in line with guidance on Compatibility Groups as defined by IATG 01.50 on UN Explosive Hazard Classification Systems and Codes.To allow for effective management and stocktaking, weapons that have been collected should be tagged. Most DDR programmes use handwritten tags, including the serial number and a tag number, which are registered in the DDR database. However, this method is not effective in the long term and, more recently, DDR components have been using purpose-made bar code tags, allowing for electronic reading, including with a smartphone.A physical stock check by number and type of arms should be conducted on a weekly basis in each storage facility, and the serial numbers of no less than 10 per cent of arms should be checked against the DDR weapons and ammunition database. Every six months, a 100 per cent physical stock check by quantity, type and serial number should be conducted, and records of storage checks should be kept for review and audit processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 29, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "7.3.1 Storing weapons", - "Heading4": "", - "Sentence": "Most DDR programmes use handwritten tags, including the serial number and a tag number, which are registered in the DDR database.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5180, - "Score": 0.27735, - "Index": 5180, - "Paragraph": "When compared with other media, the advantage of radio is that it often reaches the largest number of people, particularly in developing countries. This is because radio is less dependent on infrastructural development or the technological sophistication and wealth of the listener. It can also reach those who are illiterate. However, it should not be assumed that women (and children) have the same access to radio as men, especially in rural areas, since they may not have the resources to buy either the radio or batteries.A DDR radio programme can assist in providing updates on the DDR process (e.g., the opening of demobilization sites and inauguration of reintegration projects). It can also be used to disseminate messages targeting women and girls (to encourage their participation in the process), as well as children associated with armed forces and groups (for e.g., on the consequences of enlisting or holding children). Radio messages can also support behavioural change programming, for example, by destigmatizing mental health needs (see IDDRS 5.70 on Health and DDR, IDDRS 5.80 on Disability- Inclusive DDR and IASC Guidelines on Mental Health and Psychosocial Support). Some peacekeeping missions have their own UN Radio stations. In contexts where this is not the case, DDR practitioners should explore partnerships with the private sector and/or civil society.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 18, - "Heading1": "8. Media", - "Heading2": "8.2 Radio: local, national and international stations", - "Heading3": "", - "Heading4": "", - "Sentence": "However, it should not be assumed that women (and children) have the same access to radio as men, especially in rural areas, since they may not have the resources to buy either the radio or batteries.A DDR radio programme can assist in providing updates on the DDR process (e.g., the opening of demobilization sites and inauguration of reintegration projects).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4869, - "Score": 0.272166, - "Index": 4869, - "Paragraph": "Research into comparative peace processes suggests that the political roles and associ- ated livelihoods futures of mid-level commanders are critical in post-conflict contexts. Given mid-level commanders\u2019 ranks and level of responsibility and authority while with armed forces or groups, they often seek commensurate positions in post-conflict settings. Many seek an explicitly political role in post-conflict governance. Where DDR programmes have determined that commander incentive programmes will be required, a resource mobilization strategy should be planned and implemented in addition to a dedicated vetting process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 55, - "Heading1": "11. Political Reintegration", - "Heading2": "11.4. Entry points for political reintegration", - "Heading3": "11.4.5. Lobbying for mid-level commanders", - "Heading4": "", - "Sentence": "Where DDR programmes have determined that commander incentive programmes will be required, a resource mobilization strategy should be planned and implemented in addition to a dedicated vetting process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5412, - "Score": 0.272166, - "Index": 5412, - "Paragraph": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin. In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site. Group leaders, including women, should be chosen and given the responsibility of reporting any misbehaviour. A mechanism should also exist between group leaders and staff that will enable arbitration to take place should disputes or complaints arise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.5 Managing demobilization sites", - "Heading4": "", - "Sentence": "In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4398, - "Score": 0.272166, - "Index": 4398, - "Paragraph": "The nature of the conflict will determine the nature of the peace process, which in turn will influence the objectives and expected results of DDR and the type of reintegration approach that is required. Conflict and security analyses should be carried out and con- sulted in order to clarify the nature of the conflict and how it was resolved, and to identify the political, economic and social challenges facing a DDR programme. These analyses can provide critical information on the structure of armed groups during the conflict, how ex-combatants are perceived by their communities (e.g. as heroes who defended their communities or as perpetrators of violent acts who should be punished), and what ex-combatants\u2019 expectations will be following a peace agreement.A holistic analysis of conflict and security dynamics should inform the development of the objectives and strategies of the DDR programme. The following table suggests ques- tions for this analysis and assessment.For further information, please also refer to the UNDP Guide on Conflict-related Development Analysis (available online).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 12, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.3. Conflict and security analysis", - "Heading3": "", - "Heading4": "", - "Sentence": "The nature of the conflict will determine the nature of the peace process, which in turn will influence the objectives and expected results of DDR and the type of reintegration approach that is required.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4430, - "Score": 0.272166, - "Index": 4430, - "Paragraph": "As full profiling and registration of ex-combatants is typically conducting during disar- mament and demobilization, programme planners and managers should ensure that these activities are designed to support reintegration, and that information gathered through profiling forms the basis of reintegration assistance. For more information on profiling and registration during disarmament and demobilization, see Module 4.10 section 7 and Module 4.20 sections 6 and 8.Previous DDR programmes have often experienced a delay between registration and the delivery of assistance, which can lead to frustration among ex-combatants. To deal with this problem, DDR programmes should provide ex-combatants with a clear and realistic timetable of when they will receive reintegration assistance when they first register for DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 16, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "7.5.2. Full profiling and registration of ex-combatants", - "Heading4": "", - "Sentence": "To deal with this problem, DDR programmes should provide ex-combatants with a clear and realistic timetable of when they will receive reintegration assistance when they first register for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3863, - "Score": 0.270501, - "Index": 3863, - "Paragraph": "Transitional WAM shall be coordinated with all other aspects of an integrated DDR process as well as with other components of the broader peace process, including, ceasefires and arms control measures associated with transitional security arrange- ments, arms embargo measures where existent and applicable, SSR and SALW control.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM shall be coordinated with all other aspects of an integrated DDR process as well as with other components of the broader peace process, including, ceasefires and arms control measures associated with transitional security arrange- ments, arms embargo measures where existent and applicable, SSR and SALW control.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3297, - "Score": 0.264906, - "Index": 3297, - "Paragraph": "Specialized military capacities such as communications, aviation, engineering, medical and logistics support are often in short supply, and hence may be used only when uniquely able to fulfil the task at hand. Where civilian sources can meet an approved operational requirement and the military component of a mission is fully engaged with other tasks, civilian resources should be used. If mandated, resourced and appropriately equipped, the military should be able to contribute to DDR in the ways described below. Furthermore, if the mandate and the concept of operations specify military support to a DDR process, then this should be factored into the force structure when the concept of operations is drawn up.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 7, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "", - "Heading4": "", - "Sentence": "Furthermore, if the mandate and the concept of operations specify military support to a DDR process, then this should be factored into the force structure when the concept of operations is drawn up.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3317, - "Score": 0.264906, - "Index": 3317, - "Paragraph": "Military components may possess ammunition and weapons expertise useful for the disarmament phase of a DDR programme. Disarmament typically involves the collection, documentation (registration), identification, storage, and disposal (including destruction) of conventional arms and ammunition (see IDDRS 4.10 on Disarmament). Depending on the methods agreed in peace agreements and plans for future national security forces, weapons and ammunition will either be destroyed or safely and securely managed. Military components can therefore assist in performing the following disarmament-related tasks, which should include a gender-perspective in their planning and execution: \\n Monitoring the separation of forces. \\n Monitoring troop withdrawal from agreed-upon areas. \\n Manning reception centres. \\n Undertaking identification and physical checks of weapons. \\n Collection, registration and identification of weapons, ammunition and explosives. \\n Registration of male and female ex-combatants and associated groups.Not all military units possess the requisite capabilities to support the disarmament component of a DDR programme. Early and comprehensive planning should identify whether this is a requirement, and units/capabilities should be generated accordingly. For example, the collection of unused landmines may constitute a component of disarmament and requires military explosive ordnance disposal (EOD) units. The destruction and disposal of ammunition and explosives is also a highly specialized process and shall only be conducted by specially trained EOD military personnel in coordination with the DDR component of the mission. When the military is receiving weapons, it is important that both male and female soldiers participate in the process, particularly if it is necessary to search former combatants and persons formerly associated with armed forces and groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.2 Disarmament", - "Heading4": "", - "Sentence": "The destruction and disposal of ammunition and explosives is also a highly specialized process and shall only be conducted by specially trained EOD military personnel in coordination with the DDR component of the mission.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3551, - "Score": 0.264906, - "Index": 3551, - "Paragraph": "If women are not adequately integrated into DDR programmes, and disarmament operations in particular, gender stereotypes of masculinity associated with violence, and femininity dissociated from power and decision-making, may be reinforced. If implemented in a gender-sensitive manner, a DDR programme can actually highlight the constructive roles of women in the transition from conflict to sustainable peace.Disarmament can increase a combatant\u2019s feeling of vulnerability. In addition to providing physical protection, weapons are often seen as important symbols of power and status. Men may experience disarmament as a symbolic loss of manhood and status. Undermined masculinities at all ages can lead to profound feelings of frustration and disempowerment. For women, disarmament can threaten the gender equality and respect that may have been gained through the possession of a weapon while in an armed force or group.DDR programmes should explore ways to promote alternative symbols of power that are relevant to particular cultural contexts and that foster peace dividends. This can be done by removing the gun as a symbol of power, addressing key concerns over safety and protection, and developing strategic engagement with women (particularly female dependants) in disarmament operations.Female combatants and women and girls associated with armed forces and groups are common in armed conflicts across the world. To ensure that men and women have equal rights to participate in the design and implementation of disarmament operations, a gender-inclusive and -responsive approach should be applied at every stage of assessment, planning, implementation, and monitoring and evaluation. Such an approach requires gender expertise, gender analysis, the collection of sex- and age-disaggregated data, and the meaningful participation of women at each stage of the DDR process.Gender-sensitive disarmament operations are proven to be more effective in addressing the impact of the illicit circulation and misuse of weapons than those that do not incorporate a gender perspective (MOSAIC 6.10 on Women, Men and the Gendered Nature of Small Arms and Light Weapons). Therefore, ensuring that gender is adequately integrated into all stages of disarmament and other DDR-related arms control initiatives is essential to the overall success of DDR processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4 Gender-sensitive disarmament operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Therefore, ensuring that gender is adequately integrated into all stages of disarmament and other DDR-related arms control initiatives is essential to the overall success of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3851, - "Score": 0.264906, - "Index": 3851, - "Paragraph": "Transitional WAM as part of a DDR process shall be implemented on a voluntary basis and, where appropriate, through engaging communities and armed forces and groups to identify issues and design solutions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM as part of a DDR process shall be implemented on a voluntary basis and, where appropriate, through engaging communities and armed forces and groups to identify issues and design solutions.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3867, - "Score": 0.264906, - "Index": 3867, - "Paragraph": "Meticulous assessments, planning and monitoring are required in order to implement effective, evidence-based, tailored, gender- and age-responsive transitional WAM as part of a DDR process. Such an approach includes a contextual analysis, age and gen- der analysis, a risk and security assessment, the development of standard operating procedures (SOPs), the identification of technical and logistical resources, and a timeta- ble for operations and public awareness activities (see IDDRS 4.10 on Disarmament for guidance on these activities). The planning for transitional WAM should be articulated in the DDR national strategy, arms control strategy and/or broader national security strategy. If the context is a UN mission setting, the planning for transitional WAM should also be articulated in the mission concept, lower-level strategies and vision doc- uments of the UN mission. Importantly, DDR-related transitional WAM must not be designed in isolation from other arms control or related initiatives run by the national authorities and their international partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 5, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Meticulous assessments, planning and monitoring are required in order to implement effective, evidence-based, tailored, gender- and age-responsive transitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 4390, - "Score": 0.264906, - "Index": 4390, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4359, - "Score": 0.264135, - "Index": 4359, - "Paragraph": "The risks posed by enduring command structures should also be taken into account dur- ing reintegration planning and may require specific action. A stated aim of demobilization is the breakdown of armed groups\u2019 command structures. However, experience has shown this is difficult to achieve, quantify, qualify or monitor. Over time hierarchical structures erode, but informal networks and associations based upon loyalties and shared experi- ences may remain long into the post-conflict period.In order to break command structures and prevent mid-level commanders from becoming spoilers in DDR, programmes may have to devise specific assistance strategies that better correspond to the profiles and needs of mid-level commanders. Such support may include preparation for nominations/vetting for public appointments, redundancy payments based on years of service, and guidance on investment options, expanding a family business and creating employment, etc. Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process. Extreme caution should be exercised when requested to support the creation and maintenance of veterans\u2019 associations. Although these associations may arise spontane- ously as representation and self-help groups due to the fact that members face similar challenges, have affinities and have common pasts, prolonged affiliation may perpetu- ate the retention of \u201cex-combatant\u201d identities, preventing ex-combatants from effectively transitioning from military to their new civilian identities and roles.The overriding principle for supporting transformed command structures is that the associations that arise permit individual freedom of choice (i.e. joining is not required or coerced). In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.3. Focus on command structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4480, - "Score": 0.263609, - "Index": 4480, - "Paragraph": "Lack of local ownership or agency on the part of ex-combatants and receptor communities has contributed to failures in past DDR operations. The participation of a broad range of stakeholders in the development of a DDR strategy is therefore essential to its success. Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.1. Participatory, inclusive and transparent planning", - "Heading4": "", - "Sentence": "Par- ticipatory, inclusive and transparent planning will provide a basis for effective dialogue among national and local authorities, community leaders, and former combatants, helping to define a role for all parties in the decision-making process.A participatory approach will significantly improve the DDR programme by: \\n providing a forum for testing ideas that could improve programme design; \\n enabling the development of strategies that respond to local realities and needs; \\n providing a sense of empowerment or agency; \\n providing a forum for impartial information in the case of disputes or misperceptions about the programme; \\n ensuring local ownership; \\n encouraging DDR and other local processes such as peace-building or recovery to work together and support each other; \\n encouraging communication and negotiation among the main actors to reduce levels of tension and fear and to enhance reconciliation and human security; \\n recognizing and supporting the capacity and voices of youth, women and persons (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.20 on Youth and DDR); \\n recognizing new and evolving roles for women in society, especially in non-tradi- tional areas such as security-related matters (also see IDDRS 5.10 on Women, Gender and DDR); \\n building respect for the rights of marginalized and specific needs groups (also see IDDRS 5.10 on Women, Gender and DDR and 5.30 on Children and DDR); and \\n helping to ensure the sustainability of reintegration by developing community capac- ity to provide services and establishing community monitoring, management and oversight structures and systems.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3717, - "Score": 0.261116, - "Index": 3717, - "Paragraph": "The safety and security of collected weapons, ammunition and explosives shall be a primary concern. This is because the diversion of materiel or an unplanned storage explosion would have an immediate negative impact on the credibility and the objectives of the whole DDR programme, while also posing a serious safety and security risk. DDR programmes very rarely have appropriate storage infrastructure at their disposal, and most are therefore required to build their own temporary structures, for example, using shipping containers. Conventional arms and ammunition can be stored effectively and safely in these temporary facilities if they comply with international guidelines including IATG 04.10 on Field Storage, IATG 04.20 on Temporary Storage and MOSAIC 5.20 on Stockpile Management.The stockpile management phase shall be as short as possible. The sooner that collected weapons and ammunition are disposed of (see section 8), the better in terms of (1) security and safety risks; (2) improved confidence and trust; and (3) a lower requirement for personnel and funding.Post-collection storage shall be planned before the start of the collection phase with the support of a qualified DDR WAM adviser who will determine the size, location, staff and equipment required based on the findings of the integrated assessment (see section 5.1). The SOP should identify the actors responsible for securing storage sites, and a risk assessment shall be conducted by a WAM adviser in order to determine the optimal locations for storage facilities, including appropriate safety distances. The assessment shall also help identify priorities in terms of security measures to be adopted with regards to physical protection (see DDR WAM Handbook Unit 16).The content of DDR storage sites shall be checked and verified on a regular basis against the DDR weapons and ammunition database (see section 7.3.1). Any suspected loss or theft shall be reported immediately and investigated according to the SOP (see MOSAIC 5.20 for an investigative report template as well as UN SOP Ref.2017.22 on Loss of Weapons and Ammunition in Peace Operations).Weapons and ammunition must be taken from a store only by personnel who are authorized to do so. These personnel and their affiliation should be identified and authenticated before removing the materiel. The details of personnel removing and returning materiel should be recorded in a log, identifying their name, affiliation and signature, dates and times, weapons/ammunition details and the purpose of removal.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 29, - "Heading1": "7. Evaluations", - "Heading2": "7.3 Storage", - "Heading3": "", - "Heading4": "", - "Sentence": "The assessment shall also help identify priorities in terms of security measures to be adopted with regards to physical protection (see DDR WAM Handbook Unit 16).The content of DDR storage sites shall be checked and verified on a regular basis against the DDR weapons and ammunition database (see section 7.3.1).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 4483, - "Score": 0.261116, - "Index": 4483, - "Paragraph": "DDR programme planners should ensure that participatory planning includes representa- tion of the armed forces\u2019 and groups\u2019 leadership and the (ex-) combatants themselves, both women and men. To facilitate the inclusion of younger and less educated (ex-) combatants and associated groups in planning activities, DDR representatives should seek out cred- ible mid-level commanders to encourage and inform about participation. This outreach will help to ensure that the range of expectations (of leaders, mid-level commanders, and the rank and file) are, where possible, met in the programme design or at least managed from an early stage.DDR planners and managers should exercise caution and carefully analyze pros and cons in supporting the creation of veterans\u2019 associations as a way of ensuring adequate representation and social support to ex-combatants in a DDR process. Although these asso- ciations may be useful in some contexts and function as an early warning and response system for identifying dissatisfaction among ex-combatants, and for confidence-building between discontented groups and the rest of the community, they should not become an impediment to the reintegration of ex-combatants in society by perpetuating violent or militaristic identities.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 22, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.2. Ex-combatant engagement", - "Heading4": "", - "Sentence": "This outreach will help to ensure that the range of expectations (of leaders, mid-level commanders, and the rank and file) are, where possible, met in the programme design or at least managed from an early stage.DDR planners and managers should exercise caution and carefully analyze pros and cons in supporting the creation of veterans\u2019 associations as a way of ensuring adequate representation and social support to ex-combatants in a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3846, - "Score": 0.258199, - "Index": 3846, - "Paragraph": "DDR processes are increasingly launched in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such situations, communities and individuals may take their own security measures, including through increased weapons ownership. Some armed groups may also be characterized as community self-defence forces or \u2018vigilante groups\u2019.The ownership of weapons, ammunition and explosives by individuals and armed groups carries a number of risks. For example, if armed groups store incompatible types of ammunition together then it may lead to explosions and surrounding loss of life. Furthermore, inadequately secured weapons and ammunition can facilitate inter-personal armed violence, including sexual and gender-based violence, as well as theft and diversion to the illicit market.In order to contribute to a more secure environment that is conducive to long-term stability, development and reconciliation, DDR practitioners may consider the use of transitional WAM. Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure. In both contexts, a multifaceted approach is required that addresses both the root causes of armed violence and the means through which that violence is perpetrated.Transitional WAM may therefore also be used in combination with programmes of Community Violence Reduction, particularly when these programmes include for- mer combatants or individuals at-risk of recruitment by armed groups (see IDDRS 2.30 on Community Violence Reduction). Finally, transitional WAM may also be used in combination with activities that support the reintegration of former combatants and persons formerly associated with armed groups (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM may be used as an alternative to disarmament as part of a DDR programme or it can also be used before, during or after a DDR pro- gramme as a complementary measure.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3978, - "Score": 0.258199, - "Index": 3978, - "Paragraph": "The following normative documents (i.e., documents containing applicable norms, standards and guidelines) contain provisions that apply to the processes dealt with in this module. \\n International Ammunition Technical Guidelines, https://www.un.org/disarmament/ un-saferguard/guide-lines. \\n International Standards Organization, ISO Guide 51: \u2018Safety Aspects: Guidelines for Their Inclusion in Standards\u2019. \\n Modular Small-arms-control Implementation Compendium, https://www.un.org/ disarmament/convarms/mosaic. \\n Small Arms Survey and South Eastern and Eastern Europe Clearinghouse for the Control of Small Arms (SEESAC), SALW Survey Protocols, http://www.seesac.org/ Survey-Protocols. \\n Weapons and Ammunition Management Policy, United Nations Department of Operational Support, Department of Peace Operations, Department of Political and Peacebuilding Affairs, Department of Safety and Security, 2019. http://dag.un.org/ bitstream/handle/11176/400906/Weapons%20and%20Ammunition%20Policy.pdf. \\n UN Department of Political Affairs and UN Department of Peacekeeping Operations, Aide Memoire \u2013 Engaging with Non-State Armed Groups (NSAGs) for Political Purposes: Considerations for UN Mediators and Missions, 2017. \\n UN Development Programme, Blame It on the War? The Gender Dimensions of Violence in DDR, 2012. \\n UN Department of Peacekeeping Operations and UN Office for Disarmament Af- fairs. Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context. Handbook for United Nations DDR practitioners. 2018. Referred as \u2018DDR WAM Handbook\u2019 in this standard. \\n UN Institute for Disarmament Research, Utilizing the International Ammunition Tech- nical Guidelines in Conflict-Affected and Low-Capacity Environments, 2019, http:// www.unidir.org/files/publications/pdfs/utilizing-the-international-ammunition-tech- nical-guidelines-in-conflict-affected-and-low-capacity-environments-en-749.pdf. \\n UN Institute for Disarmament Research, The Role of Weapon and Ammunition Management in Preventing Conflict and Supporting Security Transition, 2019, https://www.unidir.org/publication/role-weapon-and-ammunition-manage- ment-preventing-conflict-and-supporting-security.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 19, - "Heading1": "Annex B: Normative documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The Gender Dimensions of Violence in DDR, 2012.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4528, - "Score": 0.258199, - "Index": 4528, - "Paragraph": "The return of ex-combatants to communities can create real or perceived security prob- lems. The DDR programme should therefore include a strong, long-term public information campaign to keep communities and ex-combatants informed of the reintegration strategy, timetable and resources available. Communication strategies can also integrate broader peace-building messages as part of support for reconciliation processes.Substantial opportunities exist for disseminating public information and sensitiza- tion around DDR programmes through creative use of media (film, radio, television) as well as through using central meeting places (such as market areas) to provide regular programme information and updates. Bringing film messages via portable screens and equipment to rural areas is also an effective way to disseminate messages about DDR and the peace process in general. Lessons learned from previous DDR programmes suggest that radio programmes in which ex-combatants have spoken about their experiences can be a powerful tool for reconciliation (also see IDDRS 4.60 on Public Information and Stra- tegic Communication in Support of DDR).Focus-group interviews with a wide range of people in sample communities can pro- vide DDR programme managers with a sense of the difficulties and issues that should be dealt with before the return of the ex-combatants. Identifying \u2018areas at-risk\u2019 can also help managers and practitioners prioritize areas in which communication strategies should initially be focused.Particular communication strategies should be developed in receiving communities to provide information support services, including \u2018safe spaces\u2019 for reporting security threats related to sexual and gender-based violence (especially for women and girls). Like- wise, focus groups for women and girls who are being reintegrated into communities should assess socio-economic and security needs of those individual who may face stig- matization and exclusion during reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.3. Public information and sensitization", - "Heading4": "", - "Sentence": "Bringing film messages via portable screens and equipment to rural areas is also an effective way to disseminate messages about DDR and the peace process in general.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3637, - "Score": 0.255377, - "Index": 3637, - "Paragraph": "The role of pick-up points (PUPs) is to concentrate combatants and persons associated with armed forces and groups in a safe location, prior to a controlled and supervised move to designated disarmament sites. Administrative and safety processes begin at the PUP. There are similarities between procedures at the PUP and those carried out during mobile disarmament operations, but the two processes are different and should not be confused. Members of armed forces and groups that report to a PUP will then be moved to a disarmament site, while those who enter through the mobile disarmament route will be directed to make their way to demobilization.PUPs are locations agreed to in advance by the leaders of armed forces and groups and the UN mission military component. They are selected because of their convenience, security and accessibility for all parties. The time, date, place and conditions for entering the disarmament process should be negotiated by commanders, the National DDR Commission and the DDR component in mission settings and the UN lead agency(ies) in non-mission settings.Combatants often need to be moved from rural locations, and since many armed forces and groups will not have adequate transport, PUPs should be situated close to their positions. PUPs shall not be located in or near civilian areas such as villages, towns or cities. Special measures should be considered for children associated with armed forces and groups arriving at PUPs (see IDDRS 5.20 on Children and DDR). Gender-responsive provisions shall also be planned to provide guidance on how to process female combatants and WAAFG, including DDR/UN military staff composed of a mix of genders, separation of men and women during screening and clothing/baggage searches at PUPs, and adequate medical support particularly in the case of pregnant and lactating women (see IDDRS 5.10 on Women, Gender and DDR).Disarmament operations should also include combatants and persons associated with armed forces and groups with disabilities and/or chronically ill and/or wounded who may not be able to access the PUPs. These persons may also qualify for disarmament, while requiring special transportation and assistance by specialists, such as medical staff and psychologists (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disabilities and DDR).Once combatants and persons associated with armed forces and groups have arrived at the designated PUP, they will be met by male and female UN representatives, including military and child protection staff, who shall arrange their transportation to the disarmament site. This first meeting between armed individuals and UN staff shall be considered a high-risk situation, and all members of armed forces and groups shall be considered potentially dangerous until disarmed.At the PUP, combatants and persons associated with armed forces and groups may either be completely disarmed or may keep their weapons during movement to the disarmament site. In the latter case, they should surrender their ammunition. The issue of weapons surrender at the PUP will either be a requirement of the peace agreement, or, more usually, a matter of negotiation between the leadership of armed forces and groups, the national authorities and the UN.The following activities should occur at the PUP: \\n Members of the disarmament team meet combatants and persons associated with armed forces and groups outside the PUP at clearly marked waiting areas; personnel deliver a PUP briefing, explaining what will happen at the sites. \\n Qualified personnel check that weapons are clear of ammunition and made safe, ensuring that magazines are removed; combatants and persons associated with armed forces and groups are screened to identify those carrying ammunition and explosives. These individuals should be immediately moved to the ammunition area in the disarmament site. \\n Qualified personnel conduct a clothing and baggage search of all combatants and persons associated with armed forces and groups; men and women should be searched separately by those of the same sex. \\n Combatants and persons associated with armed forces and groups with eligible weapons and safe ammunition pass through the screening area to the transport area, before moving to the disarmament site. The UN shall be responsible for ensuring the protection and physical security of combatants and persons associated with armed forces and groups during their movement from the PUP. In non-mission settings, the national security forces, joint commissions or teams would be responsible for the above-mentioned tasks with technical support from relevant UN agency (ies), multilateral and bilateral partners.Those individuals who do not meet the eligibility criteria for entry into the DDR programme should leave the PUP after being disarmed and, where needed, transported away from the PUP. Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme. These individuals should be given a receipt that shows full details of the ineligible weapon handed over. This receipt may be used if there is an appeal process at a later date. People who do not meet the eligibility criteria for the DDR programme should be told why and orientated towards different programmes, if available, including CVR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 23, - "Heading1": "6. Monitoring", - "Heading2": "6.1 Disarmament locations", - "Heading3": "6.1.1. Static disarmament ", - "Heading4": "6.1.1.1 Pick-up points", - "Sentence": "The time, date, place and conditions for entering the disarmament process should be negotiated by commanders, the National DDR Commission and the DDR component in mission settings and the UN lead agency(ies) in non-mission settings.Combatants often need to be moved from rural locations, and since many armed forces and groups will not have adequate transport, PUPs should be situated close to their positions.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3530, - "Score": 0.251976, - "Index": 3530, - "Paragraph": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups. Staff should be conscious not only of the risks associated with handling weapons, ammunition and explosives, but also of the risks of unpredictable behaviour as a result of the significant levels of stress that disarmament activities can generate among combatants and other stakeholders. \\n Avoid supporting weapons buy-back: UN supported DDR programmes shall avoid attaching monetary value to weapons as a means of encouraging their surrender by members of armed forces and groups. Weapons buy-back programmes within and outside DDR have proven to be inefficient and even counter-productive as they tend to fuel national and regional arms flows, which in the end can jeopardize the achievement of disarmament objectives in a DDR programme. Buy-back programmes can also have unintended societal consequences such as economically rewarding combatants and exacerbating existing gender inequalities \\n Disarmament of foreign combatants: Disarmament operations may also need to consider armed foreign combatants. Foreign combatants may be disarmed in the host country or at the border of the country of origin to which they will be returning. DDR programmes should plan for disarmament of foreign combatants within or outside repatriation agreements between the country of origin and the host country (see IDDRS 5.40 on Cross-Border Population Movements). \\n Terrorism and violent extremism threats: DDR programmes are increasingly being conducted in contexts affected by terrorism. Disarmament operations in these contexts require the highest security safeguards and robust on-site WAM expertise to maximize the safety of all involved. DDR practitioners should be aware of the requirements imposed on States by UN Security Council resolutions 2370 (2017) and 2482 (2019) and Council\u2019s 2015 Madrid Guiding Principles and its 2018 Addendum, in terms of, inter alia, ensuring that appropriate legal actions are taken against those who knowingly engage in providing terrorists with weapons.4 \\n Lack of sustainability: Disarmament operations shall not start unless the sustainability of funding and resources is guaranteed. Previous attempts to carry out disarmament operations with insufficient assets and funds have resulted in unconstructive, partial disarmament, a return to armed conflict, and the failure of the entire DDR process. The reconfiguring and closing of UN missions is another crucial moment that should be planned in advance. Such transitions often require handing over responsibility to national authorities or to the United Nations Country Team (UNCT). It is important to ensure these entities have the mandate and capacity to complete the DDR programme even after the withdrawal of UN mission resources.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "5.3.1 Operational risks", - "Heading4": "", - "Sentence": "Previous attempts to carry out disarmament operations with insufficient assets and funds have resulted in unconstructive, partial disarmament, a return to armed conflict, and the failure of the entire DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3888, - "Score": 0.251976, - "Index": 3888, - "Paragraph": "Many countries have national legislation regulating all or parts of the life cycle of weap- ons, ammunition and explosives, including manufacture, marking, import, export, re- cord-keeping and civilian possession. Often, if States have ratified/adopted global and regional treaties and instruments, then relevant provisions of these instruments will be reflected in their national legislation. There may, however, be some variation in the extent to which States have developed or updated this legislation.In addition to legislation, national authorities may have developed national weap- ons and ammunition normative frameworks and/or operational guidance documents, including a SALW national action plan and SOPs in accordance with the IATG and MOSAIC. These standards, strategies, national action plans and/or strategic and oper- ational guidance documents should, at an early stage, be taken into consideration when planning and executing transitional WAM as part of a DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 7, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 National, regional and international regulatory framework", - "Heading3": "5.2.1 National legislation", - "Heading4": "", - "Sentence": "These standards, strategies, national action plans and/or strategic and oper- ational guidance documents should, at an early stage, be taken into consideration when planning and executing transitional WAM as part of a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4808, - "Score": 0.251976, - "Index": 4808, - "Paragraph": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim. Experience has shown that untreated wounded, ill and terminal ex-combatants constitute the most violent and dis- ruptive elements within any immediate post-conflict environment. Immediate health care assistance should therefore be provided during DDR from the very earliest stage.Planning for such assistance should include issues of sustainability by ensuring that ex-combatants are not a distinct target group for medical assistance, but receive care along with members of their communities of return/choice. Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues. Former combatants are likely to suffer a range of both short- and long- term health problems that can affect both their own reintegration prospects and receptor communities. In addition to basic medical screening and treatment for wounds and dis- eases, particular attention should be directed towards the needs of those with disabilities, those infected with HIV/AIDS, the chronically ill, and those experiencing psychosocial trauma and related illnesses. As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "", - "Heading4": "", - "Sentence": "As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4855, - "Score": 0.251976, - "Index": 4855, - "Paragraph": "Offering information services and capacity development in the area of civic and political participation is central to creating an enabling environment for the political reintegra- tion of all stakeholders in a DDR process. This may include community sensitization campaigns, education on the nature and functioning of democratic institutions (at the national, regional and/or local levels), leadership training, and initiatives to foster wom- en\u2019s participation.Focusing on particular subject areas, such as human rights (especially those rights reflected in the International Covenant on Civil and Political Rights) and in the devel- opment of political parties in the methods and processes of democracy, constituency relations, community organizing and participation in dialogue processes that involve other stakeholders and political opponents, is recommended.Specific entry points to build capacity and enhance participation in political processes include, but are not limited to, the following: ", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 55, - "Heading1": "11. Political Reintegration", - "Heading2": "11.4. Entry points for political reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Offering information services and capacity development in the area of civic and political participation is central to creating an enabling environment for the political reintegra- tion of all stakeholders in a DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5512, - "Score": 0.251976, - "Index": 5512, - "Paragraph": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening. Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR). Medical screening facilities shall ensure privacy during physical check-ups. Those who require immediate medical attention of a kind that is not available at the demobilization site shall be taken to hospital. Others shall be treated in situ. Basic specialized attention in the areas of reproductive health and sexually transmitted infections, including voluntary testing and counselling for HIV/AIDS, shall be provided (see IDDRS 5.60 on HIV/AIDS). Reproductive health education and materials shall be provided to both men and women. Possible addictions (such as to drugs and/or alcohol) shall also be assessed and specific provisions provided for follow-up care. Psychosocial screening for mental health issues, including post-traumatic stress, shall be initiated at sites with available counselling support for initial consultation and referral to appropriate services. Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions. This can be done, for example, through an Information, Counselling and Referral System (see section 6.8).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 26, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.4 Health screening", - "Heading3": "", - "Heading4": "", - "Sentence": "Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3588, - "Score": 0.246183, - "Index": 3588, - "Paragraph": "Depending on the context and the content of the ceasefire and/or peace agreement, eligibility for a DDR programme can include specific weapons/ammunition-related criteria. These criteria should be based on a thorough understanding of the context if effective disarmament is to be achieved. The arsenals of armed forces and groups vary in size, quality and types of weapons. For instance, in conflicts where foreign States actively support armed groups, these groups\u2019 arsenals are often quite large and varied, including not only serviceable SALW but also heavy-weapons systems.Past experience shows that the eligibility criteria related to weapons and ammunition are often not consistent or stringent enough. This can lead to the inclusion of individuals who are not members of armed forces and groups and the collection of poor-quality materiel while illicit serviceable materiel remains in circulation. Accurate information regarding armed forces and groups\u2019 arsenals (see section 5.1) is key in determining relevant and effective weapons-related criteria. These include the type and status (serviceable versus non-serviceable) of weapons or the quantity of ammunition that a combatant should bring along in order to be enrolled in the programme. According to the context, the ratio of arms and ammunition to individual combatants can vary and may include SALW as well as heavy weapons and ammunition.In order to ascertain their eligibility, combatants may also need to take a weapons procedures test, which will identify their familiarity with and ability to handle weapons. Although members of armed groups may not have received formal training to military standards, they should be able to demonstrate an understanding of how to use a weapon. This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization). Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR). All weapons brought by ineligible individuals as part of a disarmament operation shall be collected even if these individuals will not be eligible to enter the DDR programme.To avoid confusion and frustration, it is key that eligibility criteria are communicated clearly and unambiguously to members of armed groups and the wider population (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Legal implications should also be clearly explained \u2014 for example, that the voluntary submission of weapons during the disarmament phase by eligible and ineligible individuals will not result in prosecution for illegal possession.BOX 4: DISARMAMENT AWARENESS ACTIVITIES \\n For weapons to be successfully removed, the early and ongoing information and sensitization of armed forces and groups \u2013 as well as affected communities \u2013 to the planned collection process is essential. Public information and sensitization campaigns will have a strong influence on the success of the entire DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). \\n\\n In addition to direct contact with armed forces and groups and community representatives, a range of media \u2013 including radio, print media, TV and social media \u2013 can be used to: \\n Encourage combatants and persons associated with armed forces and groups to disarm. \\n Inform armed forces and groups about locations and dates of disarmament and explain procedures, including security measures. \\n Explain what will happen to collected arms and ammunition and the absence of legal repercussions, as relevant. \\n Explain the eligibility criteria for entering a DDR programme and provide information about potential alternatives for non-eligible individuals (see IDDRS 2.30 on Community Violence Reduction). \\n Explain legal implications, including amnesties or assurances of non-prosecution (see IDDRS 2.11 on The Legal Framework for UN DDR). \\n Manage expectations. \\n Distinguish between the voluntary disarmament of armed forces and groups as part of a DDR programme and prior forced disarmament and any past or ongoing forced disarmament in the country. \\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins. Awareness-raising campaigns shall take into consideration the findings of gender analysis in the design and implementation of programme activities. DDR practitioners shall ensure representation of all genders and ages in the campaign; engage youth, women and women\u2019s groups; and mitigate against the risk of linking gender identities with weapons, reinforcing violent masculinities and other gender stereotypes. Media and awareness activities are critical channels to counter the socially constructed yet enduring associations between small arms, protection, power and masculinity. \\n It is key that local communities be made aware of ongoing disarmament operations so that the presence or movement of armed individuals does not create confusion. If destruction of ammunition is planned, it is also important to inform communities beforehand to avoid misunderstandings and unnecessary tensions. Finally, during ongoing operations, details on progress towards the objectives of the disarmament programme should be disseminated to help reassure stakeholders and communities that the number of illicit weapons in circulation is being reduced, and that overall security is improving.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 16, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "5.5.1 Weapons-related eligibility criteria", - "Heading4": "", - "Sentence": "\\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4183, - "Score": 0.246183, - "Index": 4183, - "Paragraph": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization. These shorter- term aspects may include, but are not limited to, the travel and assembly of combatants, persons associated with armed forces and groups and dependants.In disarmament and demobilization sites (including encampments or cantonments), the gathering of large numbers of ex-combatants and persons formerly associated with armed forces and groups may create security risks. The mere presence of UN police personnel at disarmament and demobilization sites can help to reassure local communities. For example, regular FPU patrols in cantonment sites are a strong confidence-building initiative, providing a highly visible presence to deter crime and criminal activities. This presence also eases the burden on the military component of the mission, which can then concentrate on other threats to security and wider humanitarian support. Importantly, FPU engagement shall always be limited to the regular maintenance of law and order and shall not cross into high-risk matters of weapons security and military security. With that said, the outreach and mediation capabilities of UN police personnel may sometimes be deployed in such situations in order to defuse tensions.In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component (see IDDRS 4.40 on Military Roles and Responsibilities). State police shall proactively act to address criminal activities inside and in the immediate vicinity of disarmament and demobilization sites. However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected. The immediate deployment of an FPU, to operationally engage in crowd control and public order challenges, can serve to contain the situation with minimum use of force. In contrast, direct military engagement in these situations may lead to escalation and consequently to greater numbers of casualties and wider damage. If public order disturbances are foreseen, it may be necessary to plan in advance for the engagement of FPU contingents and place a request for a specific, temporary deployment, particularly if the FPU is not conveniently located in the area of the disarmament and/or demobilization site. If the situation does escalate to involve violence and the use of firearms, military units shall be alerted in order to be ready to support the FPU.In mission settings where an FPU is deployed, the presence of UN police personnel should be requested, as often as possible, when combatants assemble for disarmament and demobilization as part of a DDR programme. Duplicate records of the weapons and ammunition handed over should, wherever possible, be shared with UN police personnel for the purposes of (i) preservation of the records and (ii) weapons tracing. UN police personnel can also be requested to provide dynamic surveillance of weapons and ammunition storage sites, together with a perimeter to secure destruction operations. Furthermore, when weapons and ammunition are temporarily stored, as a form of confidence-building, UN police personnel can oversee the management of the double-key system or be entrusted with custody of one of the keys (see IDDRS 4.10 on Disarmament).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4732, - "Score": 0.237915, - "Index": 4732, - "Paragraph": "Social support networks are key to ex-combatants\u2019 adjustment to a normal civilian life. In addition to family members, having persons to turn to who share one\u2019s background and experiences in times of need and uncertainty is a common feature of many successful adjustment programmes, ranging from Alcoholics Anonymous (AA) to widows support groups. Socially-constructive support networks, such as peer groups in addition to groups formed during vocational and life skills training, should therefore be encouraged and supported with information, training and guidance, where possible and appropriate.As previously stated, DDR practitioners should keep in mind that the creation of vet- erans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 43, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "", - "Heading4": "", - "Sentence": "Socially-constructive support networks, such as peer groups in addition to groups formed during vocational and life skills training, should therefore be encouraged and supported with information, training and guidance, where possible and appropriate.As previously stated, DDR practitioners should keep in mind that the creation of vet- erans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3277, - "Score": 0.235702, - "Index": 3277, - "Paragraph": "Most UN peacekeeping operations, particularly those with a DDR mandate, rely on contingent troops and MILOBS that are collectively referred to as the peacekeeping force. The primary function of the military component is to provide security and to observe and report on security-related issues. Military contingents vary in their capabilities, structures, policies and procedures. Each peacekeeping operation has a military component specifically designed to fulfil the mandate and operational requirement of the mission.Early and comprehensive DDR planning will ensure that appropriately trained and equipped units are available to support DDR. As military resources and assets for peace operations are limited, and often provided for multiple purposes, it is important to identify specific DDR tasks that are to be carried out by the military at an early stage in the mission-planning process. These tasks will be different from the generic tasks usually captured in Statement of Unit Requirements. If any specific DDR-related tasks are identified during the planning phase, they must be specified in the Statement of Unit Requirements of the concerned unit(s).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 6, - "Heading1": "5. The military component in mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As military resources and assets for peace operations are limited, and often provided for multiple purposes, it is important to identify specific DDR tasks that are to be carried out by the military at an early stage in the mission-planning process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3349, - "Score": 0.235702, - "Index": 3349, - "Paragraph": "Contingency planning for military contributions to DDR processes will typically be carried out by military staff at UNHQ in collaboration with the Force Headquarters of the Mission. Ideally, once it appears likely that a mission will be established, individuals can be identified in Member States to fill specialist DDR military staff officer posts in a DDR component in mission headquarters. These specialists could be called upon to assist at UNHQ if required, ahead of the main deployment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 11, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.5 Contingency planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Ideally, once it appears likely that a mission will be established, individuals can be identified in Member States to fill specialist DDR military staff officer posts in a DDR component in mission headquarters.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3391, - "Score": 0.235702, - "Index": 3391, - "Paragraph": "Disarmament is the act of reducing or eliminating access to weapons. It is usually regarded as the first step in a DDR programme. This voluntary handover of weapons, ammunition and explosives is a highly symbolic act in sealing the end of armed conflict, and in concluding an individual\u2019s active role as a combatant. Disarmament is also essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention.Disarmament operations are increasingly implemented in contexts characterized by acute armed violence, complex and varied armed forces and groups, and the prevalence of a wide range of weaponry and explosives.This module provides the guidance necessary to effectively plan and implement disarmament operations within DDR programmes and to ensure that these operations contribute to the establishment of an environment conducive to inclusive political transition and sustainable peace.The disarmament component of a DDR programme is usually broken down into four main phases: (1) operational planning, (2) weapons collection operations, (3) stockpile management, and (4) disposal of collected materiel. This module provides technical and programmatic guidance for each phase to ensure that activities are evidence-based, coherent, effective, gender-responsive and as safe as possible.The handling of weapons, ammunition and explosives comes with significant risks. Therefore, the guidance provided within this module is based on the Modular Small-Arms Control Implementation Compendium (MOSAIC)1 and the International Ammunition Technical Guidelines (IATG).2 Additional documents containing norms, standards and guidelines relevant to this module can be found in Annex B.Disarmament operations must take the regional and sub-regional context into consideration, as well as applicable legal frameworks. All disarmament operations must also be designed and implemented in an inclusive and gender responsive manner. Disarmament carried out within a DDR programme is only one aspect of broader DDR arms control activities and of the national arms control management system (see IDDRS 4.11 on Transitional Weapons and Ammunition Management). DDR programmes should therefore be designed to reinforce security nationwide and be planned in coordination with wider peacebuilding and recovery efforts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is usually regarded as the first step in a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3812, - "Score": 0.235702, - "Index": 3812, - "Paragraph": "\\n 1 https://www.un.org/disarmament/convarms/mosaic. \\n 2 https://www.un.org/disarmament/convarms/ammunition \\n 3 The seven categories of major conventional arms, as defined by the UN Register of Conventional Arms, can be found at: https://www.un.org/disarmament/convarms/transparency-in -armaments/ \\n 4 See Operative Paragraph 6 of UN Security Council resolution 2370 (2017) and Operative Paragraph 10 of UN Security Council resolution 2482 (2019); and Section VI. Preventing and combating the illicit trafficking of small arms and light weapons and Guiding Principle 52 of Security Council\u2019s 2018 Addendum to the Madrid Guiding Principles (S/2018/1177). \\n 5 See DDR WAM Handbook Unit 11. \\n 6 See ibid., Annex 6. \\n 7 Aside from those containing high explosive (HE) material. \\n 8 See Seesac. Defence Conversion \u2013 The Disposal and Demilitarization of Heavy Weapons Systems. 2006. \\n 9 See OSCE. 2018. Best Practice Guide: Minimum Standards for National Procedures for the Deactivation of SALW.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 40, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 5 See DDR WAM Handbook Unit 11.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3932, - "Score": 0.235702, - "Index": 3932, - "Paragraph": "During a period of political transition, warring parties may be required to act as security providers. This may happen prior to or alongside DDR programmes. This transition phase is vital for building confidence at a time when warring parties may be losing their military capacity and their ability to defend themselves.Transitional security arrangements may include joint units, patrols or operations involving the parties to a conflict, often alongside a third-party presence (see IDDRS 2.20 on The Politics of DDR). The management of the weapons and ammunition used during these types of transitional security arrangements shall be governed by a clear legal framework and will require a robust plan agreed to by all actors. This plan shall also be underpinned by detailed SOPs for conducting activities and identifying precise responsibilities, by which all shall abide (see IDDRS 4.10 on Disarmament). These SOPs should include guidance on how to handle arms and ammunition captured, collected or found by the joint units.4 Depending on the context and the positions of stakeholders, members of armed forces and groups would be demobilized and disarmed, or would retain use of their own small arms and ammunition, which would be registered and stored when not in use.5 In some cases, such measures could facilitate the large-scale integration of ex-combatants into the security sector as part of a peace agreement (see IDDRS 6.10 on DDR and SSR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 15, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.3 DDR support to transitional security arrangements and transitional WAM", - "Heading4": "", - "Sentence": "This may happen prior to or alongside DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3988, - "Score": 0.235702, - "Index": 3988, - "Paragraph": "\\n 1 See https://unidir.org/publication/role-weapon-and-ammunition-management-preventing-con- flict-and-supporting-security \\n 2 See, for instance, Article 7.4 of the Arms Trade Treaty and section II.B.2 in the Report of the Third United Nations Conference to Review Progress Made in the Implementation of the Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/CONF.192/2018/RC/3). \\n 3 A world map including all relevant regional instruments can be consulted in the DDR WAM Hand- book, p. xx, and the texts of the various conventions and protocols can be found via www.un.org/ disarmament. \\n 4 Also see DDR WAM Handbook Unit 5. \\n 5 Ibid., Units 14 and 16. \\n 6 Ibid., Unit 13.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 20, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 4 Also see DDR WAM Handbook Unit 5.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4231, - "Score": 0.235702, - "Index": 4231, - "Paragraph": "Successful reintegration is a particular complex part of DDR. Ex-combatants and those previously associated with armed forces and groups are finally cut loose from structures and processes that are familiar to them. In some contexts, they re-enter societies that may be equally unfamiliar and that have often been significantly transformed by conflict.A key challenge that faces former combatants and associated groups is that it may be impossible for them to reintegrate in the area of origin. Their limited skills may have more relevance and market-value in urban settings, which are also likely to be unable to absorb them. In the worst cases, places from which ex-combatants came may no longer exist after a war, or ex-combatants may have been with armed forces and groups that committed atrocities in or near their own communities and may not be able to return home.Family and community support is essential for the successful reintegration of ex-com- batants and associated groups, but their presence may make worse the real or perceived vulnerability of local populations, which have neither the capacity nor the desire to assist a \u2018lost generation\u2019 with little education, employment or training, war trauma, and a high militarized view of the world. Unsupported former combatants can be a major threat to the security of communities because of their lack of skills or assets and their tendency to rely on violence to get what they want.Ex-combatants and associated groups will usually need specifically designed, sus- tainable support to help them with their transition from military to civilian life. Yet the United Nations (UN) must also ensure that such support does not mean that other war-af- fected groups are treated unfairly or resentment is caused within the wider community. The reintegration of ex-combatants and associated groups must therefore be part of wider recovery strategies for all war-affected populations. Reintegration programmes should aim to build local and national capacities to manage the process in the long-term, as rein- tegration increasingly turns into reconstruction and development.This module recognizes that reintegration challenges are multidimensional, rang- ing from creating micro-enterprises and providing education and training, through to preparing receiving communities for the return of ex-combatants and associated groups, dealing with the psychosocial effects of war, ensuring ex-combatants also enjoy their civil and political rights, and meeting the specific needs of different groups.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Successful reintegration is a particular complex part of DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4939, - "Score": 0.235702, - "Index": 4939, - "Paragraph": "This module aims to present the range of objectives, target groups and means of communication that DDR practitioners may choose from to formulate a PI/SC strategy in support of DDR, both at the field and headquarters levels. The module includes guidance, applicable to both mission and non-mission settings, on the planning, design, implementation and monitoring of a PI/SC strategy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to present the range of objectives, target groups and means of communication that DDR practitioners may choose from to formulate a PI/SC strategy in support of DDR, both at the field and headquarters levels.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4489, - "Score": 0.235702, - "Index": 4489, - "Paragraph": "Ultimately, it is communities who will or who will not accept ex-combatants, and who will foster their reintegration into civilian life. It is therefore important to ensure that com- munities are at the centre of reintegration planning. Through community engagement, reintegration programmes will be better able to identify opportunities for ex-combatants, cope with transitional justice issues affecting ex-combatants and victims, pinpoint poten- tial stressors, and identify priorities for community recovery projects. However, while it is crucial to involve communities in the design and implementation of reintegration programmes, their capacities and commitment to encourage ex-combatants\u2019 reintegration should be carefully assessed.It is good practice to involve or consult families, traditional and religious leaders, women\u2019s, men\u2019s and youth groups, disabled persons\u2019 organizations and other local asso- ciations when planning the return of ex-combatants. These groups should receive support and training to assist in the process. Community women\u2019s groups should be sensitized to support and protect women and girls returning from armed forces and groups, who may struggle to reintegrate (see Module 5.10 on Women, Gender and DDR for more informa- tion). Linkages with existing HIV programmes should also be made, and people living with HIV/AIDS in the community should be consulted and involved in planning for HIV activities from the outset (see Module 5.60 on HIV/AIDS and DDR for more information). Disabled persons\u2019 organizations can be similarly mobilized to participate in planning and as potential implementing partners.When engaging communities, it should be remembered that youth and women have not always benefited from the services or opportunities created in receptor communities, nor have they automatically had a voice in community-driven approaches. To ensure a holistic approach to community engagement, such realities should be carefully considered and addressed so that the whole community \u2013 including specific needs groups \u2013 can ben- efit from reintegration programming.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 23, - "Heading1": "8. Programme planning and design", - "Heading2": "8.1. Reintegration Planning", - "Heading3": "8.1.3. Community engagement", - "Heading4": "", - "Sentence": "These groups should receive support and training to assist in the process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4847, - "Score": 0.231455, - "Index": 4847, - "Paragraph": "In order to determine the role of, relevance of and obstacles to initiating and supporting political reintegration activities, DDR planners should ensure that the assessment and planning phases of DDR programming include questions and analyses that address the context-specific aspects of political reintegration.In preparing and analyzing assessments, DDR planners and reintegration practition- ers should pay close attention to the nature of the peace (e.g. negotiated peace agreement, military victory, etc.) to determine how it might impact DDR participants\u2019 and beneficiar- ies\u2019 ability to form political parties, extend their civil and political rights and take part in the overall democratic transition period.To inform both group level and individual level political reintegration activities, DDR planners should consider asking the following questions, as outlined below:", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 53, - "Heading1": "11. Political Reintegration", - "Heading2": "11.2. Context assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to determine the role of, relevance of and obstacles to initiating and supporting political reintegration activities, DDR planners should ensure that the assessment and planning phases of DDR programming include questions and analyses that address the context-specific aspects of political reintegration.In preparing and analyzing assessments, DDR planners and reintegration practition- ers should pay close attention to the nature of the peace (e.g.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4090, - "Score": 0.23094, - "Index": 4090, - "Paragraph": "Before the establishment of any UN mission, the prospective mission mandate will be examined in order to jumpstart work on the UN police concept of operations. This is the document that will translate the political intent of the mission mandate into UN police strategies and operational directives, and will contain references to all UN police structures, locations, assets, capabilities and indicators of achievement. The necessary course of action for UN police personnel in relation to the DDR process should be outlined, taking into account the broad aims of the integrated mission, the integrated assessment, and consultations with other UN agencies, funds and programmes. The outlined course of action will also depend on the realities on the ground, the expectations of the parties concerned and the DDR structures to be deployed (see IDDRS 3.10 on Integrated DDR Planning: Structures and Processes). As soon as a Security Council Resolution is issued, a UN police deployment plan is drawn up.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 8, - "Heading1": "5. Deployment of UN police", - "Heading2": "5.1 Mission settings", - "Heading3": "5.1.2 Pre-deployment planning ", - "Heading4": "", - "Sentence": "The outlined course of action will also depend on the realities on the ground, the expectations of the parties concerned and the DDR structures to be deployed (see IDDRS 3.10 on Integrated DDR Planning: Structures and Processes).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4209, - "Score": 0.23094, - "Index": 4209, - "Paragraph": "When DDR practitioners provide support to the mediation of local-level peace agreements, UN police personnel can orient these practitioners, and broader negotiating teams, to the most suitable entry channels in the community. To build confidence, UN police personnel can then assist and facilitate the introduction of negotiating teams and provide them with security that allows freedom of movement. UN police personnel can also be deployed to ensure that delegates on both sides of the negotiations are not subject to hostile actions during the discussions or when en route to the chosen venue for the negotiations. UN police personnel can also be used to obtain the commitment of community and religious leaders, representatives of women\u2019s and youth groups, and other relevant stakeholders in order to support the settlement of local disputes and encourage acceptance of a DDR process. When requested, UN police personnel can also give advice concerning the security portion of the agreement being discussed.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 17, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.4 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "UN police personnel can also be used to obtain the commitment of community and religious leaders, representatives of women\u2019s and youth groups, and other relevant stakeholders in order to support the settlement of local disputes and encourage acceptance of a DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4296, - "Score": 0.23094, - "Index": 4296, - "Paragraph": "The success of reintegration programmes depends on the combined efforts of individu- als, families and communities and therefore reintegration programmes shall be designed through an inclusive, participatory process that involves ex-combatants and communities, local and national authorities, and non-governmental actors in planning and deci- sion-making from the earliest stages. Buy-in to the reintegration process by key armed actors and military leaders shall be one of the first priorities of the DDR programme, and should be achieved in collaboration with national government and other key stakeholders in accordance with UN mandates. All parties to the conflict shall commit themselves to accepting an agreed framework, together with a timetable for carrying out activities.The primary responsibility for the successful outcome of DDR programmes rests with national authorities and local stakeholders. Reintegration programmes shall there- fore seek to develop the capacities of receiving communities, as well as local and national authorities. In contexts where national capacity is weak, it is important to ensure that international actors do not act as substitutes for national authorities in programme man- agement and implementation, but rather put forth all efforts to strengthen the national capacities needed to implement the long-term reintegration process.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.4. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Buy-in to the reintegration process by key armed actors and military leaders shall be one of the first priorities of the DDR programme, and should be achieved in collaboration with national government and other key stakeholders in accordance with UN mandates.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3465, - "Score": 0.227429, - "Index": 3465, - "Paragraph": "In order to effectively implement the disarmament component of a DDR programme, meticulous planning is required. Planning for disarmament operations includes information collection, a risk and security assessment, identification of eligibility criteria, the development of standard operating procedures (SOPs), the identification of the disarmament team structure, and a clear and realistic timetable for operations. All disarmament operations shall be based on gender responsive analysis.The disarmament component is often the first stage of the entire DDR programme, and operational decisions made at this stage will have an impact on subsequent stages. Disarmament, therefore, cannot be designed in isolation from the rest of the DDR programme, and integrated assessment and DDR planning is key (see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures, and IDDRS 3.11 on Integrated Assessments).It is essential to determine the extent of the capability needed to carry out a disarmament component, and then to compare this with a realistic appraisal of the current capacity available to deliver it. Requests for further assistance from the UN mission military and police components shall be made as early as possible in the planning stage (see IDDRS 4.40 on UN Military Roles and Responsibilities and IDDRS 4.50 on UN Police Roles and Responsibilities). In non-mission settings, requests for capacity development assistance for disarmament operations may be directed to relevant UN agency(ies).Key terms and conditions for disarmament should be discussed during the peace negotiations and included in the agreement (see IDDRS 2.20 on The Politics of DDR). This requires that parties and mediators have an in-depth understanding of disarmament and arms control, or access to expertise to guide them and provide a common understanding of the different options available. In some contexts, the handover of weapons from one party to another (for example, from armed groups to State institutions) may be inappropriate, resulting in the need for the involvement of a neutral third party.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 7, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, therefore, cannot be designed in isolation from the rest of the DDR programme, and integrated assessment and DDR planning is key (see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures, and IDDRS 3.11 on Integrated Assessments).It is essential to determine the extent of the capability needed to carry out a disarmament component, and then to compare this with a realistic appraisal of the current capacity available to deliver it.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3262, - "Score": 0.226455, - "Index": 3262, - "Paragraph": "Since the adoption in 2000 of Security Council Resolution 1325 on women, peace, and security, there have been numerous resolutions and calls for more women in peacekeeping. Under the 2018 Action for Peace (A4P) initiative, Member States commit themselves to ensure the full, equal and meaningful participation of women in all stages of the peace process by systematically integrating a gender perspective into all stages of analysis, planning, implementation and reporting. They further commit to increase the number of civilian and uniformed women in peacekeeping at all levels and in key positions. The Uniformed Gender Parity Strategy 2018\u20142028 calls for 15 % female representation in the contingent unit and 25% in individual positions.The meaningful participation of women as peacekeepers, MILOBs, and staff officers has a number of benefits to the DDR process. Female military personnel can access populations and venues that are closed to men. They can search women when necessary and can help to make peacekeeping forces more approachable to local communities, particularly to women and girls who may have suffered acts of sexual violence. Lastly, female military personnel are role models in the communities in which they serve and in their respective countries. For these reasons, the planning phase of any operation must include a gender perspective, and the gender composition of incoming forces should reflect the community it is mandated to protect.UNSCR 1325 stipulates that all peacekeeping personnel shall receive training on \u201cthe protection, rights and the particular needs of women, as well as on the importance of involving women in all peacekeeping and peacebuilding measures\u201d. All incoming forces shall also receive training on gender and Sexual Exploitation and Abuse, particularly the UN\u2019s Zero Tolerance Policy.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "The Uniformed Gender Parity Strategy 2018\u20142028 calls for 15 % female representation in the contingent unit and 25% in individual positions.The meaningful participation of women as peacekeepers, MILOBs, and staff officers has a number of benefits to the DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3381, - "Score": 0.225494, - "Index": 3381, - "Paragraph": "DDR may be closely linked to security sector reform (SSR) in a peace agreement. This agreement may stipulate that vetted former members of armed forces and groups are to be integrated into the national armed forces, police, gendarmerie or other uniformed services. In some DDR-SSR processes, the reform of the security sector may also lead to the discharge of members of the armed forces for reintegration into civilian life. Dependant on the DDR-SSR agreement in place, these individuals can be given the option of benefiting from reintegration support.The modalities of integration into the security sector can be outlined in technical agreements and/or in protocols on defence and security. National legislation regulating the security sector may also need to be adjusted through the passage of laws and decrees in line with the peace agreement. At a minimum, the institutional and legal framework for SSR shall provide: \\n An agreement on the number of former members of armed groups for integration into the security sector; \\n Clear vetting criteria, in particular a process shall be in place to ensure that individuals who have committed war crimes, crimes against humanity, genocide, terrorist offences or human rights violations are not eligible for integration; in addition, due diligence measures shall be taken to ensure that children are not recruited into the military; \\n A clear framework to establish a policy and ensure implementation of appropriate training on relevant legal and regulatory instruments applicable to the security sector, including a code of conduct; \\n A clear and transparent policy for rank harmonization.DDR planning and management should be closely linked to SSR planning and management. Although international engagement with SSR is often provided through bilateral cooperation agreements, between the State carrying out SSR and the State(s) providing support, UN entities may provide SSR support upon request of the parties concerned, including by participating in reviews that lead to the rightsizing of the security sector in conflict-affected countries. Military personnel supporting DDR processes may also engage with external actors in order to contribute to coherent and interconnected DDR and SSR efforts, and may provide tactical, strategic and operational advice on the reform of the armed forces.For further information on vetting and the integration of armed forces and groups in the security sector, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 12, - "Heading1": "7. DDR and security sector reform", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Military personnel supporting DDR processes may also engage with external actors in order to contribute to coherent and interconnected DDR and SSR efforts, and may provide tactical, strategic and operational advice on the reform of the armed forces.For further information on vetting and the integration of armed forces and groups in the security sector, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3946, - "Score": 0.218218, - "Index": 3946, - "Paragraph": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). When transitional WAM and rein- tegration support are linked as part of a DDR programme, ex-combatants will have already been disarmed and demobilized. In contexts where there is no DDR programme, combatants may leave armed groups during active conflict and return to their com- munities, taking their weapons and ammunition with them or hiding them in weap- ons caches. In both scenarios, ex-combatants may return to communities where levels of weapons and ammunition possession are high. It may therefore be necessary to coherently combine the transitional WAM measures listed in Table 1 with reintegration support as part of a single programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Transitional WAM and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided to ex-combatants as part of a DDR programme and also when the preconditions for a DDR programme are not in place (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5458, - "Score": 0.218218, - "Index": 5458, - "Paragraph": "The activities outlined below should be carried out during the demobilization component of a DDR programme. These activities can be conducted at either semi-permanent or temporary demobilization sites.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The activities outlined below should be carried out during the demobilization component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3772, - "Score": 0.214423, - "Index": 3772, - "Paragraph": "A weapons survey can take more than a year from the time resources are allocated and mobilized to completion and the publication of results and recommendations. The survey must be designed, implemented and the results applied in a gender responsive manner.Who should implement the weapons survey? \\n While the DDR component and specialized UN agencies can secure funding and coordinate the process, it is critical to ensure that ownership of the project sits at the national level due to the sensitivities involved, and so that the results have greater legitimacy in informing any future national policymaking on the subject. This could be through the National Coordinating Mechanism on SALW, for example, or the National DDR Commission. Buy-in must also be secured from local authorities on the ground where research is to be conducted. Such authorities must also be kept informed of developments for political and security reasons. \\n Weapons surveys are often sub-contracted out by UN agencies and national authorities to independent and impartial research organizations and/or an expert consultant to design and coordinate the survey components. The survey team should include independent experts and surveyors who are nationals of the country in which the DDR component or the UN lead agency(ies) is operating and who speak the local language(s). The implementation of weapons surveys should always serve as an opportunity to develop national research capacity.What information should be gathered during a weapons survey? \\n Weapons surveys can support the design of multiple types of activities related to SALW control in various contexts, including those related to DDR. The information collected during this process can inform a wide range of initiatives, and it is therefore important to identify other UN stakeholders with whom to engage when designing the survey to avoid duplication of effort. \\n\\n Components \\n Contextual analysis: conflict analysis; mapping of armed actors; political, economic, social, environmental, cultural factors. \\n Weapons distribution assessment: types; quantities; possession by men, women and children; movements of SALW; illicit sources of weapons and ammunition; potential locations of materiel and caches. \\n Impact survey: impact of weapons on children, women, men, vulnerable groups, DDR beneficiaries etc.; social and economic developments; number of acts of armed violence and victims. \\n Perception survey: attitudes of various groups towards weapons; reasons for armed groups holding weapons; alternatives to weapons possession etc. \\n Capacity assessment: community, local, national coping mechanism; legal tools; security and non-security responses.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 35, - "Heading1": "Annex C: Weapons survey", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n While the DDR component and specialized UN agencies can secure funding and coordinate the process, it is critical to ensure that ownership of the project sits at the national level due to the sensitivities involved, and so that the results have greater legitimacy in informing any future national policymaking on the subject.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3901, - "Score": 0.214423, - "Index": 3901, - "Paragraph": "Women, men, children, adolescents and youth play an instrumental role in the imple- mentation of transitional WAM as part of a DDR process, including through encourag- ing family, community members and members of armed forces and groups to partic- ipate. Gender- and age-responsive transitional WAM is proven to be more effective in addressing the impacts of the illicit circulation and misuse of weapons, ammunition and explosives than transitional WAM that is gender or age blind. Gender and age mainstreaming is essential to assuring the overall success of DDR processes.DDR practitioners should involve women, children, adolescents and youth from affected communities in the planning, design, implementation, and monitoring and eval- uation phases of transitional WAM. Women can, for example, contribute to raising aware- ness of the risks associated with weapons ownership and ensure that rules adopted by the community, in terms of weapons control, are effective and enforced. As the owners and users of weapons, ammunition and explosives are predominantly men, including youth, communication and outreach efforts should focus on dissociating arms ownership from notions of power, protection, status and masculinity. For this type of gender- and age-transformative transitional WAM to be effective, it should be linked to other DDR- related tools, such as CVR, pre-DDR, and DDR support to mediation (see section 6).To ensure that transitional WAM is gender- and age-responsive, DDR practitioners should focus on the following areas of strategic importance: (a) the involvement of both men and women at all stages of transitional WAM, as well as children, adolescents and youth where appropriate; (b) the collection of sex- and age-disaggregated data and gender and age analysis as a baseline for understanding challenges and needs; (c) the measurement of progress through the development of age- and gender-sensitive in- dicators; (d) the enhancement of the gender competence and commitment to gender equality among programme staff and national partners, including the national DDR commission and other relevant bodies; (e) ensuring organizational structures, work- flows and knowledge management are responsive to different environments; (f) work- ing with partners to strengthen age- and gender-responsiveness, including women\u2019s, men\u2019s and youth networks and organizations; and (g) gender- and age-sensitive pro- gramme monitoring and evaluation exercises. Specific guidance can be found in ID- DRS 5.10 on Women, Gender and DDR, as well as in MOSAIC Module 06.10 on Women, Men and the Gendered Nature of SALW and MOSAIC Module 06.20 on Children, Ad- olescents, Youth and SALW. (See Annex B for other normative references.)", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 9, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Gender-sensitive transitional WAM", - "Heading3": "", - "Heading4": "", - "Sentence": "Women, men, children, adolescents and youth play an instrumental role in the imple- mentation of transitional WAM as part of a DDR process, including through encourag- ing family, community members and members of armed forces and groups to partic- ipate.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4395, - "Score": 0.214423, - "Index": 4395, - "Paragraph": "The planning and design of reintegration programmes should be based on the collection of sex and age disaggregated data in order to analyze and identify the specific needs of both male and female programme participants. Sex and age disaggregated data should be captured in all types of pre-programme and programme assessments, starting with the conflict and security analysis, moving into post-conflict needs assessments and in all DDR-specific assessments.The gathering of gender-sensitive data from the start will help make visible the unique and varying needs, capacities, interests, priorities, power relations and roles of women, men, girls and boys. At this early stage, conflict and security analysis and rein- tegration assessments should also identify any variations among certain subgroups (i.e. children, youth, elderly, dependants, disabled, foreign combatants, abducted and so on) within male and female DDR beneficiaries and participants.The overall objective of integrating gender into conflict and security analysis and DDR assessments is to build efficiency into reintegration programmes. By taking a more gender-sensitive approach from the start, DDR programmes can make more informed decisions and take appropriate action to ensure that women, men, boys and girls equally benefit from reintegration opportunities that are designed to meet their specific needs. For more information on gender-sensitive programming, see Module 5.10 on Women, Gender and DDR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 12, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.2. Mainstreaming gender into analyses and assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "children, youth, elderly, dependants, disabled, foreign combatants, abducted and so on) within male and female DDR beneficiaries and participants.The overall objective of integrating gender into conflict and security analysis and DDR assessments is to build efficiency into reintegration programmes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3333, - "Score": 0.210819, - "Index": 3333, - "Paragraph": "Military components are typically widely spread across the conflict-affected country/region and can therefore assist by distributing information on DDR to potential participants and beneficiaries. Any information campaign should be planned and monitored by the DDR component and wider mission public information staff (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). MILOBs and the infantry battalion can assist in the dissemination of public information and in sensitization campaigns.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.5 Information dissemination and sensitization", - "Heading4": "", - "Sentence": "Any information campaign should be planned and monitored by the DDR component and wider mission public information staff (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3665, - "Score": 0.210819, - "Index": 3665, - "Paragraph": "A disarmament SOP should state the step-by-step procedures for receiving weapons and ammunition, including identifying who has responsibility for each step and the gender-responsive provisions required. The SOP should also include a diagram of the disarmament site(s) (either mobile or static). Combatants and persons associated with armed forces and groups are processed one by one. Procedures, to be adapted to the context, are generally as follows.Before entering the disarmament site perimeter: \\n The individual is identified by his/her commander and physically checked by the designated security officials. Special measures will be required for children (see IDDRS 5.20 on Children and DDR). Men and women will be checked by those of the same sex, which requires having both male and female officers among UN military/DDR staff in mission settings and national security/DDR staff in non-mission settings. \\n If the individual is carrying ammunition or explosives that might present a threat, she/he will be asked to leave it outside the handover area, in a location identified by a WAM/EOD specialist, to be handled separately. \\n The individual is asked to move with the weapon pointing towards the ground, the catch in safety position (if relevant) and her/his finger off the trigger.After entering the perimeter: \\n The individual is directed to the unloading bay, where she/he will proceed with the clearing of his/her weapon under the instruction and supervision of a MILOB or representative of the UN military component in mission settings or designated security official in a non-mission setting. If the individual is under 18 years old, child protection staff shall be present throughout the process. \\n Once the weapon has been cleared, it is handed over to a MILOB or representative of the military component in a mission setting or designated security official in a non-mission setting who will proceed with verification. \\n If the individual is also in possession of ammunition for small arms or machine guns, she/he will be asked to place it in a separate pre-identified location, away from the weapons. \\n The materiel handed in is recorded by a DDR practitioner with guidance on weapons and ammunition identification from specialist UN agency personnel or other arms specialists along with information on the individual concerned. \\n The individual is provided with a receipt that proves she/he has handed in a weapon and/or ammunition. The receipt indicates the name of the individual, the date and location, the type, the status (serviceable or not) and the serial number of the weapon. \\n Weapons are tagged with a code to facilitate storage, management and recordkeeping throughout the disarmament process until disposal (see section 7.1). \\n Weapons and ammunition are stored separately or organized for transportation under the instructions and guidance of a WAM adviser (see section 7.2 and DDR WAM Handbook Unit 11). Ammunition presenting an immediate risk, or deemed unfit for transport, should be destroyed in situ by qualified EOD specialists.BOX 6: PROCESSING HEAVY WEAPONS AND THEIR AMMUNITION \\n An increasing number of armed groups in areas of conflict across the world use light and heavy weapons, including heavy artillery or armoured fighting vehicles. Dealing with heavy weapons presents both logistical and political challenges. In certain settings, heavy weapons could be included in the eligibility criteria for a DDR programme, and the ratio of arms to combatants could be determined based on the number of crew required to operate each specific weapons system. However, while small arms and most light weapons are generally seen as an individual asset, heavy weapons are often considered a group asset, and thus may not be surrendered during disarmament operations that focus on individual combatants and persons associated with armed forces and groups. \\n To ensure comprehensive disarmament and avoid the exploitation of loopholes, peace negotiations and the national DDR programme should determine the procedures related to the arsenals of armed groups, including heavy weapons and/or caches of materiel. Processing heavy weapons and their ammunition requires a high level of technical knowledge. Heavy-weapons systems can be complex and require specialist expertise to ensure that systems are made safe, unloaded and all items of ammunition are safely separated from the platform. Conducting a thorough weapons survey and planning is vital to ensure the correct expertise is made available. The UN DDR component in mission settings or UN lead agency(ies) in non-mission settings should provide advice with regards to the collection, storage and disposal of heavy weapons, and support the development of any related SOPs. Procedures regarding heavy weapons should be clearly communicated to armed forces and groups prior to any disarmament operations to avoid unorganized and unscheduled movements of heavy weapons that might foment further tensions among the population. Destruction of heavy weapons requires significant logistics (see section 8); it is therefore critical to ensure the physical security of these weapons in order to reduce the risk of diversion.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 25, - "Heading1": "6. Monitoring", - "Heading2": "6.2 Procedures for disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Men and women will be checked by those of the same sex, which requires having both male and female officers among UN military/DDR staff in mission settings and national security/DDR staff in non-mission settings.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5457, - "Score": 0.210819, - "Index": 5457, - "Paragraph": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs. The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 22, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.7 Demobilization team structure", - "Heading3": "", - "Heading4": "", - "Sentence": "The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3733, - "Score": 0.204124, - "Index": 3733, - "Paragraph": "Destruction shall be the preferred method of disposal of materiel collected through DDR. However, other options may be possible, including the transfer of materiel to national stockpiles and the deactivation of weapons. Operations should be safe, cost-effective and environmentally benign.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 30, - "Heading1": "8. Disposal phase", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Destruction shall be the preferred method of disposal of materiel collected through DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4742, - "Score": 0.204124, - "Index": 4742, - "Paragraph": "Involving youth in any approach addressing socialization to violence and social reinte- gration is critical to programme success. Oftentimes, youth who were raised in the midst of conflict have become socialized to see violence and weapons as a means to gaining power, prestige and respect (see Module 5.20 on Youth and DDR and Module 5.30 on Children and DDR). If youth interventions are not designed and implemented during the post-conflict stage, DDR programmes risk neglecting a new generation of citizens raised and socialized to take part in a culture of violence.Youth also often tend to be far more vulnerable than adults to political manipulation and (re-) recruitment into armed forces and groups, as well as gangs in the post-conflict environment. Youth who participated in conflict often face considerable struggles to rein- tegrate into communities where they are frequently marginalized, offered few economic opportunities, or taken for mere children despite their wartime experiences. Civic engage- ment of youth has been shown to contribute to the social reintegration of at-risk youth and young ex-combatants.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 44, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.4. Social support networks", - "Heading3": "10.4.2. Youth engagement", - "Heading4": "", - "Sentence": "Oftentimes, youth who were raised in the midst of conflict have become socialized to see violence and weapons as a means to gaining power, prestige and respect (see Module 5.20 on Youth and DDR and Module 5.30 on Children and DDR).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4558, - "Score": 0.204124, - "Index": 4558, - "Paragraph": "Reintegration programmes\u2019 scope, commencement and timeframe are subject to funding availability, meaning implementation can frequently be delayed due to late or absent dis- bursement of funding. Previous reintegration programmes have faced serious funding problems, as outlined below. However, such examples can be readily used to inform and improve future reintegration initiatives.The move towards integration across the UN could help to solve some of these prob- lems. Resolution A/C.5/59/L.53 of the Fifth Committee of the UN General Assembly formally endorsed the financing of staffing and operational costs for disarmament and demobilization (including reinsertion activities), which allows the use of the assessed budget for DDR during peacekeeping activities. The resolution agreed that the demo- bilization process must provide \u201ctransitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools.\u201d However, committed funding for reintegration programming remains a key issue.Due to the challenges faced when mobilizing resources and funding, it is essential that DDR funding arrangements remain flexible. As past experience shows, strict alloca- tion of funds for specific DDR components (e.g. reintegration only) or expenditures (e.g. logistics and equipment) reinforces an artificial distinction between the different phases of DDR. Cooperation with projects and programmes or interventions by bilateral donors may work to fill this gap. For more information on funding and resource mobilization see Module 3.41 on Finance and Budgeting.Finally, ensuring the formulation of gender-responsive budgets and better tracking of spending and resource allocation on gender issues in DDR programmes would be an important accountability tool for the UN system internally, as well as for the host country and population.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 29, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.7. Resource mobilization", - "Heading4": "", - "Sentence": "logistics and equipment) reinforces an artificial distinction between the different phases of DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3319, - "Score": 0.201008, - "Index": 3319, - "Paragraph": "Military components may also assist with transitional weapons and ammunition management (WAM) as part of pre-DDR, as part of community violence reduction, or as part of DDR support to transitional security arrangements. The precise roles and responsibilities to be played by military components in each of these scenarios should be outlined in a set of standard operating procedures for transitional WAM (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 9, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.3 Transitional weapons and ammunition management", - "Heading4": "", - "Sentence": "Military components may also assist with transitional weapons and ammunition management (WAM) as part of pre-DDR, as part of community violence reduction, or as part of DDR support to transitional security arrangements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3699, - "Score": 0.201008, - "Index": 3699, - "Paragraph": "In smaller disarmament operations or when IMS has not yet been set for the capture of the above information, a separate simple database should be developed to manage weapons, ammunition and explosives collected. For example, the use of a standardized Excel spreadsheet template which would allow for the effective centralization of data. DDR components and UN lead agency(ies) should dedicate appropriate resources to the development and ongoing maintenance of this database and consider the establishment of a more comprehensive and permanent IMS where disarmament operations will clearly involve the collection of thousands of weapons and ammunition. Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate. In instances where the peace agreement does not prevent the formal tracing or investigation of the weapons and ammunition collected, specialized UN entities including Panels of Experts or a Joint Mission Analysis Centre may analyse information and send tracing requests to national authorities, manufacturing countries or other former custodians of weapons regarding the origins of the materiel. These entities should be given access to weapons, ammunition and explosives collected and also check firearms against INTERPOL\u2019s Illicit Arms Records and tracing Management System (iARMS) database. Doing this would shed light on points of diversion, supply chains, and trafficking routes, inter alia, which may contribute to efforts to counter proliferation and illicit trafficking and support the overall objectives of DDR. Forensic analysis may also lead to investigations regarding the licit or illicit origin of the collected weapons and possible linkages to terrorist organizations, in line with UN Security Council resolutions 2370 (2017) and 2482 (2019).In a number of DDR settings, ammunition is generally handed in without its original packaging and will be loose packed and consist of a range of different calibres. Ammunition should be segregated into separate calibres and then accounted for in accordance with IATG 03.10 on Inventory Management.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 27, - "Heading1": "7. Evaluations", - "Heading2": "7.1 Accounting for weapons and ammunition", - "Heading3": "", - "Heading4": "", - "Sentence": "Ownership of data by the UN, the national authorities or both should be decided ahead of the launch of the DDR programme.Data should be protected in order to ensure the security of DDR participants and stockpiles but could be shared with relevant UN entities for analysis and tracing purposes, as appropriate.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4781, - "Score": 0.201008, - "Index": 4781, - "Paragraph": "At a minimum, the psychosocial component of DDR programmes should offer an initial screening of ex-combatants as well as regular basic counseling where needed. A screen- ing procedure can be carried out by trained local staff to identify ex-combatants who are in need of special assistance. Early screening will not only aid psychologically-affected ex-combatants, but it will makes it possible to establish which participants are unlikely to benefit from more standard reintegration options. Providing more specialized options for this group will save valuable resources, and even more importantly, it will spare par- ticipants from the frustrating experience of not being able to fully engage in trainings or make use of economic support in the way healthier participants might.Following the screening process, ex-combatants who show clear signs of mental ill- health should, at a minimum, receive continuous basic counseling. This counseling must take place on a regular basis and allow for continuous contact with the affected ex-com- batants. As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders. These disorders cannot be treated through basic counseling and should be referred to psychological experts. In field settings, using narra- tive exposure therapy may be an option.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 46, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.5. Housing, land and property dispute mechanisms", - "Heading3": "10.6. Psychosocial services", - "Heading4": "10.6.1. Screening for mental health", - "Sentence": "As with screening, this basic counseling can be carried out by locally-trained DDR programme staff, and/or trained community professionals such as social workers, teachers or nurses.DDR programmes will likely encounter a number of ex-combatants suffering from full-blown trauma-spectrum disorders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5123, - "Score": 0.201008, - "Index": 5123, - "Paragraph": "PI officers and gender officers shall work closely together in the formulation of PI/SC strategies for DDR processes, drawing on existing gender analysis, and conducting additional gender assessments as required. Doing so allows the PI/SC strategy to support gender-equitable norms, to promote women\u2018s empowerment and non-violent versions of masculinities, and to combat stigma and socialization to violence (see IDDRS 5.10 on Women, Gender and DDR).One of the most critical PI/SC objectives in DDR is reaching WAAFAG and informing them of their eligibility. Ensuring that women are well represented in all PI materials helps prevent their exclusion from DDR processes. Engaging women early in the development and testing of PI messaging is essential to ensuring that communication materials and approaches respond to the specific needs and capacities of women and girls. Recognizing women\u2019s roles in peacebuilding and social cohesion, and utilizing opportunities to actively engage them in disseminating PI messages, is essential. Sensitization activities can provide an important entry point to address the gender dimensions of violence early in the DDR process.PI activities should capitalize on lessons already learned about how to implement gender- responsive PI campaigns geared towards men. For example, showing male leaders and male youth as strong and non-violent, and men as engaged fathers and partners with females in the community, can help to support both men and boys as well as women and girls.Through these approaches, PI/SC can support broader gender equality work in the country, ensuring that campaign messages, visuals, and awareness raising activities incorporate gender transformative messages including supporting women\u2019s empowerment, men\u2019s role as fathers, and non-violent, demilitarized forms of masculinities.PI/SC interventions and tools should include messaging on: \\n Women\u2019s and men\u2019s roles as leaders working in partnership; \\n Demilitarization of masculinities; \\n Positive gender norms, including men\u2019s roles in communities as fathers; \\n Destigmatization of psychosocial support services and individuals dealing with post-traumatic stress; \\n Promotion of non-violent behaviour; \\n Destigmatization of female combatants, females associated with armed forces and groups and their children, and male combatants; \\n Men\u2019s and women\u2019s mutual responsibility and awareness around reproductive health and HIV/AIDS; \\n Women\u2019s empowerment; and \\n Destigmatization of victims/survivors of sexual violence and their children.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 13, - "Heading1": "6. Planning and designing PI/SC strategies", - "Heading2": "6.5 Gender-sensitive PI/SC for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Sensitization activities can provide an important entry point to address the gender dimensions of violence early in the DDR process.PI activities should capitalize on lessons already learned about how to implement gender- responsive PI campaigns geared towards men.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5166, - "Score": 0.201008, - "Index": 5166, - "Paragraph": "This section outlines the various media that can be used in PI/SC strategies and the advantages and disadvantages associated with each.In both mission and non-mission settings, DDR practitioners should proactively identify PI/SC capacities to support national counterparts that are leading the process. Most peacekeeping operations include a PI/SC office with the following work streams and skill sets: media relations, multimedia and content production, radio content or station, and an outreach and campaigns unit. It is important for DDR practitioners to keep in mind that former members of armed forces and groups are not usually a standard target audience within a mission\u2019s PI/SC strategy. They may therefore need to engage with the PI/SC office in order for this group to be considered. In non-mission settings, DDR practitioners may seek out partnerships with relevant organizations or explore the possibility of bringing on board or working with existing PI/SC personnel. For example, most agencies, funds and programmes within the UN country team maintain communications officers or individuals with similar job profiles. In all contexts, local advisers shall be consulted.Once created, PI/SC messages and activities can be channeled using the various media outlined below. The selection of media type should be based on a thorough analysis of the geographic availability of that media, as well as which form of media best suits the content to be disseminated.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 17, - "Heading1": "8. Media", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines the various media that can be used in PI/SC strategies and the advantages and disadvantages associated with each.In both mission and non-mission settings, DDR practitioners should proactively identify PI/SC capacities to support national counterparts that are leading the process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7804, - "Score": 0.57735, - "Index": 7804, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Which phases in the DDR process have been planned?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 8803, - "Score": 0.505291, - "Index": 8803, - "Paragraph": "Mechanisms for monitoring and evaluating (M&E) interventions are essential when food assistance is provided as part of a DDR process, to ensure accountability to all stakeholders and in particular to the affected population.The food assistance component shall be monitored and evaluated as part of a broader M&E plan for the DDR process. In general, arrangements for monitoring the distribution of assistance provided during DDR should be made in advance between all the implementing partners, using existing tools for monitoring and applying international best practices.In terms of food distribution, at a minimum, information shall be gathered on: \\n The receipt and delivery of commodities; \\n The number (disaggregated by sex and age) of people receiving assistance; \\n Food storage, handling and the distribution of commodities; \\n Food assistance availability and unmet needs. There are two main types of monitoring through which this information can be gathered: \\n Distribution: This type of monitoring, which is conducted on the day of distribution, includes several activities, including commodity monitoring, on-site monitoring and food basket monitoring. \\n Post-distribution: This monitoring takes place sometime after the distribution but before the next one. It includes monitoring of the way in which food assistance is used in households and communities, and market surveys.In order to increase the effectiveness of the current and future food assistance component, it is particularly important for data on DDR participants and beneficiaries to be collected so that it can be easily disaggregated. Numerical data should be systematically collected for the following categories: ex-combatants, persons formerly associated with armed forces and groups, and dependants (partners and relatives of ex-combatants). Every effort should be made to disaggregate the data by: \\n Sex and age; \\n Vulnerable group category (CAAFAG, people living with HIV/ AIDS, persons with disabilities, etc.); \\n DDR location(s); \\n Armed force/group affiliation.Also, identifying lessons learned and conducting evaluations of the impacts of food assistance helps to improve the approach to delivering food assistance within DDR processes and the broader inter-agency approach to DDR. The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme). The evaluation should provide an in-depth analysis of early food assistance activities and allow for later food assistance components to be reviewed and, if necessary, redesigned/reoriented. Gender should be taken into consideration in the evaluation to assess if there were any unexpected outcomes of food assistance on women and men, and on gender relations and gender equality. Lessons learned should be recorded and shared with all relevant stakeholders to guide future policies and to improve the effectiveness of future planning and support to operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 28, - "Heading1": "8. Monitoring and evaluation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8746, - "Score": 0.481543, - "Index": 8746, - "Paragraph": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5768, - "Score": 0.46291, - "Index": 5768, - "Paragraph": "Where appropriate, youth-focused DDR processes shall consider regional initiatives to prevent the (re-)recruitment of youth. DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8526, - "Score": 0.458831, - "Index": 8526, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7878, - "Score": 0.436436, - "Index": 7878, - "Paragraph": "Training of local health personnel is vital in order to implement the complex health response needed during DDR processes. In many cases, the warring parties will have their own mili- tary medical staff who have had different training, roles, experiences and expectations. However, these personnel can all play a vital role in the DDR process. Their skills and knowl- edge will need to be updated and refreshed, since the health priorities likely to emerge in assembly areas or cantonment sites \u2014 or neighbouring villages \u2014 are different from those of the battlefield.An analysis of the skills of the different armed forces\u2019 and groups\u2019 health workers is needed during the planning of the health programme, both to identify the areas in need of in-service training and to compare the medical knowledge and practices of different armed groups and forces. This analysis will not only be important for standardizing care during the demobilization phase, but will give a basic understanding of the capacities of military health workers, which will assist in their reintegration into civilian life, for example, as employees of the ministry of health.The following questions can guide this assessment process: \\n What kinds of capacity are needed for each health service delivery point (tent-to-tent active case finding and/or specific health promotion messages, health posts within camps, referral health centre/hospital)? \\n Which mix of health workers and how many are needed at each of these delivery points? (The WHO recommended standard is 60 health workers for each 10,000 members of the target population.) \\n Are there national standard case definitions and case management protocols available, and is there any need to adapt these to the specific circumstances of DDR? \\n Is there a need to define or agree to specific public health intervention(s) at national level to respond to or prevent any public health threats (e.g., sleeping sickness mass screening to prevent the spread of the diseases during the quartering process)?It is important to assume that no sophisticated tools will be available in assembly or transit areas. Therefore, training should be based on syndrome-based case definitions, indi- vidual treatment protocols and the implementation of mass treatment interventions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 12, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.3. Training of personnel", - "Heading3": "", - "Heading4": "", - "Sentence": "However, these personnel can all play a vital role in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7775, - "Score": 0.420084, - "Index": 7775, - "Paragraph": "This module consolidates the lessons learned by WHO and its partners, including UNFPA, UNAIDS, ICRC, etc., in supporting DDR processes in a number of countries. UN technical agencies play a supportive role within a DDR framework, and WHO has a specific respon- sibility as far as health is concerned. The exact nature of this role may change in different situations, ranging from standards-setting to direct operational responsibilities such as con- tracting with and supervising non-governmental organizations (NGOs) delivering health care and health-related activities in assembly areas and demobilization sites, negotiating with conflicting parties to implement health programmes, and supporting the provision of health equipment and services in transit/cantonment areas.The priority of public health partners in DDR is: \\n to assess health situations and monitor levels of risk; \\n to co-ordinate the work of health actors and others whose activities contribute to health (e.g., food programmes); \\n to provide \u2014 or to ensure that others provide \u2014 key health services that may be lacking in particular contexts where DDR programmes are operating; \\n to build capacity within national authorities and civil society.Experience shows that, even with the technical support offered by UN and partner agencies, meeting these priorities can be difficult. Both in the initial demobilization phase and afterwards in the reintegration period, combatants, child soldiers, women associated with armed forces and groups, and their dependants may present a range of specific needs to which the national health sector is not always capable of responding. While the basic mech- anisms governing the interaction between individuals and the various threats to their health are very much the same anywhere, what alters is the environment where these interactions take place, e.g., in terms of epidemiological profile, security and political context. In each country where a DDR process is being implemented, even without considering the different features of each process itself, a unique set of health needs will have to be met. Nonetheless, some general lessons can be drawn from the past: \\n In DDR processes, the short-term planning that is part of humanitarian interventions also needs to be built into a medium- to long-term framework. This applies to health as well as to other sectors;1 \\n A clear understanding of the various phases laid out in the peace process in general and specified for DDR in particular is vital for the appropriate timing, delivery and targeting of health activities;2 \\n The capacity to identify and engage key stakeholders and build long-term capacity is essential for coordination, implementation and sustainability.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In each country where a DDR process is being implemented, even without considering the different features of each process itself, a unique set of health needs will have to be met.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7553, - "Score": 0.408248, - "Index": 7553, - "Paragraph": "\\n How many women and girls are in and associated with the armed forces and groups? What roles have they played? \\n Are there facilities for treatment, counselling and protection to prevent sexualized vio- lence against women combatants, both during the conflict and after it? \\n Who is demobilized and who is retained as part of the restructured force? Do women and men have the same right to choose to be demobilized or retained? \\n Is there sustainable funding to ensure the long-term success of the DDR process? Are special funds allocated to women, and if not, what measures are in place to ensure that their needs will receive proper attention? \\n Has the support of local, regional and national women\u2019s organizations been enlisted to aid reintegration? \\n Has the collaboration of women leaders in assisting ex-combatants and widows returning to civilian life been enlisted? \\n Are existing women\u2019s organizations being trained to understand the needs and experiences of ex-combatants? \\n If cantonment is being planned, will there be separate and secure facilities for women? Will fuel, food and water be provided so women do not have to leave the security of the site? \\n If a social security system exists, can women ex-combatants easily access it? Is it specifically designed to meet their needs and to improve their skills? \\n Can the economy support the kind of training women might ask for during the demobi- lization period? \\n Have obstacles, such as narrow expectations of women\u2019s work, been taken into account? Will childcare be provided to ensure that women have equitable access to training opportunities? \\n Do training packages offered to women reflect local gender norms and standards about gender-appropriate behaviour or does training attempt to change these norms? Does this benefit or hinder women\u2019s economic independence? \\n Are single or widowed female ex-combatants recognized as heads of households and permitted access to housing and land? \\n Are legal measures in place to protect their access to land and water?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 27, - "Heading1": "Annex B: DDR gender checklist for peace operations assessment missions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Is there sustainable funding to ensure the long-term success of the DDR process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8307, - "Score": 0.408248, - "Index": 8307, - "Paragraph": "Entitlements under DDR programmes are only a contribution towards the process of rein\u00ad tegration. This process should gradually result in the disappearance of differences in legal rights, duties and opportunities of different population groups who have rejoined society \u2014 whether they were previously displaced persons or demobilized combatants \u2014 so that all are able to contribute to community stabilization and development.Agencies involved in reintegration programming should support the creation of eco\u00ad nomic and social opportunities that assist the recovery of the community as a whole, rather than focusing on former combatants. Every effort shall be made not to increase tensions that could result from differences in the type of assistance received by victims and perpetrators. Community\u00adbased reintegration assistance should therefore be designed in a way that encourages reconciliation through community participation and commitment, including demobilized former combatants, returnees, internally displaced persons (IDPs) and other needy community members (also see IDDRS 4.30 on Social and Economic Reintegration).Efforts should be made to ensure that different types of reintegration programmes work closely together. For example, in countries where the \u20184Rs\u2019 (repatriation, reintegration, re\u00ad habilitation and reconstruction) approach is used to deal with the return and reintegration of displaced populations, it is important to ensure that programme contents, methodologies and approaches support each other and work towards achieving the overall objective of supporting communities affected by conflict (also see IDDRS 2.30 on Participants, Benefici\u00ad aries and Partners).Links between DDR and other reintegration programming activities are especially relevant where there are plans to reintegrate former combatants into communities or areas alongside returnees and IDPs (e.g., former combatants may benefit from UNHCR\u2019s com\u00ad munity\u00adbased reintegration programmes for returnees and war\u00adaffected communities in the main areas of return). Such links will not only contribute to agencies working well together and supporting each other\u2019s activities, but also ensure that all efforts contribute to social and political stability and reconciliation, particularly at the grass\u00adroots level.In accordance with the principle of equity for different categories of persons returning to communities, repatriation/returnee policies and DDR programmes should be coordinated and harmonized as much as possible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 29, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.3. Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Entitlements under DDR programmes are only a contribution towards the process of rein\u00ad tegration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8534, - "Score": 0.408248, - "Index": 8534, - "Paragraph": "Participation in the food assistance component of a DDR process shall be voluntary.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in the food assistance component of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6469, - "Score": 0.39736, - "Index": 6469, - "Paragraph": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process. Data management shall follow a predetermined and standardized format, including information on roles and responsibilities, procedures and protocols for data collection, processing, storage, sharing, reporting and archiving. Rules on confidentiality and information security shall be established, and all relevant staff shall be trained in these rules, to protect the security of children and their families, and staff. Databases that contain sensitive information related to children shall be encrypted and access to information shall be based on principles of informed consent, \u2018need to know\u2019 basis, \u2018do no harm\u2019 and the best interests of the child so that only those who need to have access to the information shall be granted permissions and the ability to do so.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 19, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "6.3.2 Data management", - "Heading4": "", - "Sentence": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8493, - "Score": 0.396526, - "Index": 8493, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5723, - "Score": 0.3849, - "Index": 5723, - "Paragraph": "A young person\u2019s decision to participate in a DDR process shall be informed and voluntary.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "A young person\u2019s decision to participate in a DDR process shall be informed and voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6930, - "Score": 0.3849, - "Index": 6930, - "Paragraph": "The United Nations (UN) Security Council and General Assembly have noted that a number of converging factors make conflict and post-conflict settings high risk environments for the spread of HIV, and that there is an elevated risk of infection among uniformed services and ex-combatants. This module outlines the strategies to address HIV/AIDS during disarm- ament, demobilization and reintegration (DDR) processes, in the interests of the individuals concerned, the sustainability of reintegration efforts and general post-conflict recovery.National beneficiaries should provide the lead for HIV/AIDS initiatives, and interven- tions should be as inclusive as possible, while acknowledging the limitations of DDR HIV/ AIDS programmes. A risk-mapping exercise should include the collection of baseline data on knowledge, attitudes and vulnerability, HIV/AIDS prevalence, and identify existing capacity.The basic requirements for HIV/AIDS programmes in DDR are: \\n identification and training of HIV focal points within DDR field offices; \\n the development of HIV/AIDS awareness material and provision of basic awareness training for target groups, with peer education programmes during the reinsertion and reintegration phases to build capacity. Awareness training can start before demobiliza- tion, depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure; \\n the provision of voluntary confidential counselling and testing (VCT) during demobi- lization and reintegration. An HIV test, with counselling, should be routinely offered (opt-in) as a standard part of medical screening in countries with an HIV prevalence of 5 percent or more. VCT should be provided in all settings throughout the DDR process, building on local services. Undergoing an HIV test, however, should not be a condition for participation in the DDR process, although planners should be aware of any national legislation that may exclude HIV-positive personnel from newly formed military or civil defence forces; \\n screening and treatment for sexually transmitted infections (STIs), which should be a standard part of health checks for participants; \\n the provision of condoms and availability of post-exposure prophylaxis (PEP) kits dur- ing demobilization, reinsertion and reintegration; \\n treatment for opportunistic infections and, where feasible, referral for anti-retroviral (ARV) treatment within the national health care system; \\n the implementation of HIV/AIDS public information and awareness campaigns to sensitize \u2018receiving\u2019 communities, to raise general awareness and to reduce possible stigma and discrimination against returning combatants, including women associated with armed forces and groups, which could undermine reintegration efforts. Planning in communities needs to start in advance of demobilization.In instances where the time allotted for a specific phase is very limited or has been re- duced, as when there is a shortened cantonment period, it must be understood that the HIV/ AIDS requirements envisaged are not dropped, but will be included in the next DDR phase.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "VCT should be provided in all settings throughout the DDR process, building on local services.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7005, - "Score": 0.3849, - "Index": 7005, - "Paragraph": "Lead to be provided by national beneficiaries/stakeholders. HIV/AIDS initiatives within the DDR process will constitute only a small element of the overall national AIDS strategy (assum- ing there is one). It is essential that local actors are included from the outset to guide the process and implementation, in order to harmonize approaches and ensure that awareness- raising and the provision of voluntary confidential counselling and testing and support, including, wherever possible, treatment, can be sustained. Information gained in focus group discussions with communities and participants, particularly those living with HIV/AIDS, should inform the design of HIV/AIDS initiatives. Interventions must be sensitive to local culture and customs.Inclusive approach. As far as possible, it is important that participants and beneficiaries have access to the same/similar facilities \u2014 for example, voluntary confidential counselling and testing \u2014 so that programmes continue to be effective during reintegration and to reduce stigma. This emphasises the need to link and harmonize DDR initiatives with national programmes. (A lack of national programmes does not mean, however, that HIV/AIDS initiatives should be dropped from the DDR framework.) Men and women, boys and girls should be included in all HIV/AIDS initiatives. Standard definitions of \u2018sexually active age\u2019 often do not apply in conflict settings. Child soldiers, for example, may take on an adult mantle, which can extend to their sexual behaviour, and children of both sexes can also be subject to sexual abuse.Strengthen existing capacity. Successful HIV/AIDS interventions are part of a long-term pro- cess going beyond the DDR programme. It is therefore necessary to strengthen the capacity of communities and local actors in order for projects to be sustainable. Planning should seek to build on existing capacity rather than create new programmes or structures. For example, local health care workers should be included in any training of HIV counsellors, and the capacity of existing testing facilities should be augmented rather than parallel facilities being set up. This also assists in building a referral system for demobilized ex-combatants who may need additional or follow-up care and treatment.Ethical/human rights considerations. The UN supports the principle of VCT. Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme. HIV test should be voluntary and results should be confidential or \u2018medical- in-confidence\u2019 (for the knowledge of a treating physician). A person\u2019s actual or perceived HIV status should not be considered grounds for exclusion from any of the benefits. Planners, however, must be aware of any existing national legislation on HIV testing. For example, in some countries recruitment into the military or civil defence forces includes HIV screen- ing and the exclusion of those found to be HIV-positive.Universal precautions and training for UN personnel. Universal precautions shall be followed by UN personnel at all times. These are a standard set of procedures to be used in the care of all patients or at accident sites in order to minimize the risk of transmission of blood- borne pathogens, including, but not exclusively, HIV. All UN staff should be trained in basic HIV/AIDS awareness in preparation for field duty and as part of initiatives on HIV/ AIDS in the workplace, and peacekeeping personnel should be trained and sensitized in HIV/AIDS awareness and prevention.Using specialized agencies and expertise. Agencies with expertise in HIV/AIDS prevention, care and support, such as UNAIDS, the UN Development Programme, the UN Population Fund (UNFPA), the UN High Commissioner for Refugees, the World Health Organization (WHO), and relevant NGOs and other experts, should be consulted and involved in opera- tions. HIV/AIDS is often wrongly regarded as only a medical issue. While medical guidance is certainly essential when dealing with issues such as testing procedures and treatment, the broader social, human rights and political ramifications of the epidemic must also be considered and are often the most challenging in terms of their impact on reintegration efforts. As a result, the HIV/AIDS programme requires specific expertise in HIV/AIDS train- ing, counselling and communication strategies, in addition to qualified medical personnel. Teams must include both men and women: the HIV/AIDS epidemic has specific gender dimensions and it is important that prevention and care are carried out in close coordination with gender officers (also see IDDRS 5.10 on Women, Gender and DDR).Limitations and obligations of DDR HIV/AIDS initiatives. it is crucial that DDR planners are transparent about the limitations of the HIV/AIDS programme to avoid creating false expectations. It must be clear from the start that it is normally beyond the mandate, capacity and financial limitations of the DDR programme to start any kind of roll-out plan for ARV treatment (beyond, perhaps, the provision of PEP kits and the prevention of mother-to- child transmission (also see IDDRS 5.70 on Health and DDR). The provision of treatment needs to be sustainable beyond the conclusion of the DDR programme in order to avoid the development of resistant strains of the virus, and should be part of national AIDS strategies and health care programmes. DDR programmes can, however, provide the following for target groups: treatment for opportunis- tic infections; information on ARV treatment options available in the country; and referrals to treatment centres and support groups. The roll-out of ARVs is increasing, but in many countries access to treatment is still very limited or non-existent. This means that much of the emphasis still has to be placed on prevention initiatives. HIV/AIDS community initiatives require a long-term commitment and fundamentally form part of humanitarian assistance, reconstruction and development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7961, - "Score": 0.375823, - "Index": 7961, - "Paragraph": "International law provides a framework for dealing with cross\u00adborder movements of com\u00ad batants and associated civilians. In particular, neutral States have an obligation to identify, separate and intern foreign combatants who cross into their territory, to prevent the use of their territory as a base from which to engage in hostilities against another State. In con\u00ad sidering how to deal with foreign combatants in a DDR programme, it is important to recognize that they may have many different motives for crossing international borders, and that host States in turn will have their own agendas for either preventing or encour\u00ad aging such movement.No single international agency has a mandate for issues relating to cross\u00adborder movements of combatants, but all have an interest in ensuring that these issues are prop\u00ad erly dealt with, and that States abide by their international obligations. Therefore, DDR\u00adrelated processes such as identification, disarmament, separation, internment, demo\u00ad bilization and reintegration of combatants, as well as building State capacity in host countries and countries of origin, must be carried out within an inter\u00adagency framework. Annex B contains an overview of key inter\u00adnational agencies with relevant mandates that could be expected to assist governments to deal with regional and cross\u00adborder issues relating to combatants in host countries and countries of origin.Foreign combatants are not necessarily \u2018mercenaries\u2019 within the definition of interna\u00ad tional law; and since achieving lasting peace and stability in a region depends on the ability of DDR programmes to attract and retain the maximum possible number of former com\u00ad batants, careful distinctions are necessary between foreign combatants and mercenaries. It is also essential, however, to ensure coherence between DDR processes in adjacent countries in regions engulfed by conflict in order to prevent combatants from moving around from process to process in the hopes of gaining benefits in more than one place.Foreign children associated with armed forces and groups should be treated separately from adult foreign combatants, and should be given special protection and assistance dur\u00ad ing the DDR process, with a particular emphasis on rehabilitation and reintegration. Their social reintegration, recovery and reconciliation with their communities may work better if they are granted protection such as refugee status, following an appropriate process to determine if they deserve that status, while they are in host countries.Civilian family members of foreign combatants should be treated as refugees or asylum seekers, unless there are individual circumstances that suggest they should be treated dif\u00ad ferently. Third\u00adcountry nationals/civilians who are not seeking refugee status \u2014 such as cross\u00adborder abductees \u2014 should be assisted to voluntarily repatriate or find another long\u00ad term course of action to assist them within an applicable framework and in close consultation/ collaboration with the diplomatic representations of their countries of nationality.At the end of an armed conflict, UN missions should support host countries and countries of origin to find long\u00adterm solutions to the problems faced by foreign combatants. The primary solution is to return them in safety and dignity to their country of origin, a process that should be carried out in coordination with the voluntary repatriation of their civilian family members.When designing and implementing DDR programmes, the regional dimensions of the conflict should be taken into account, ensuring that foreign combatants who have parti\u00ad cipated in the war are eligible for such programmes, as well as other individuals who have crossed an international border with an armed force or group and need to be repatriated and included in DDR processes. DDR programmes should therefore be open to all persons who have taken part in the conflict, regardless of their nationality, and close coordination and links should be formed among all DDR programmes in a region to ensure that they are coherently planned and implemented.As a matter of principle and because of the nature of his/her activities, an active foreign combatant cannot be considered as a refugee. However, a former combatant who has gen\u00ad uinely given up military activities and become a civilian may at a later stage be given refugee status, provided that he/she applies for this status after a reasonable period of time and is not \u2018excludable from international protection\u2019 on account of having committed crimes against peace, war crimes, crimes against humanity, serious non\u00adpolitical crimes outside the country of refuge before entering that country, or acts contrary to the purposes and principles of the UN. The UN High Commissioner for Refugees (UNHCR) assists governments in host countries to determine whether demobilized former combatants are eligible for refugee status using special procedures when they ask for asylum.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is also essential, however, to ensure coherence between DDR processes in adjacent countries in regions engulfed by conflict in order to prevent combatants from moving around from process to process in the hopes of gaining benefits in more than one place.Foreign children associated with armed forces and groups should be treated separately from adult foreign combatants, and should be given special protection and assistance dur\u00ad ing the DDR process, with a particular emphasis on rehabilitation and reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7347, - "Score": 0.369274, - "Index": 7347, - "Paragraph": "Facilitators, Special Representatives of the Secretary-General (SRSGs) and senior UN person- nel supporting the peace process should receive an explicit mandate to cater for the needs and interests of women and girls, whether combatants, supporters or dependants. Moni- toring and evaluation mechanisms should be set in place to assess the effectiveness of their interventions. (See Annex D for a gender-responsive monitoring and evaluation framework.) Peace process facilitators, SRSGs and envoys should be made aware of the interna- tionally agreed minimum standard of 30 percent female participation in any democratic decision-making forum. Women who are familiar with the needs of female fighters, veterans and other community-based women peace-builders should attend and be allowed to raise concerns in the negotiation process. In circumstances where the participation of women is not possible, DDR planners should hold consultations with women\u2019s groups during the planning and pre-deployment phase and ensure that the latter\u2019s views are represented at negotiation forums.Women in leadership positions at national and local levels, including female local coun- cillors, representatives of women\u2019s non-governmental organizations (NGOs) and female community leaders, all of whom will assist the return of male and female ex-combatants, supporters and dependants to civilian life, are stakeholders in the peace process, and should be enlisted as partners in the DDR process. Furthermore, governmental ministries or depart- ments with gender-related mandates should be included in negotiations and decision-making whenever possible.To facilitate women\u2019s participation, the UN advance team or country team should carry out a risk assessment to evaluate the threat posed to women who take up a public role in the peace process. Adequate protection should be provided by governmental bodies or the UN itself if these women\u2019s security is at risk. Facilitators and other participants in the peace process should attempt to create an inclusive environment so that female representatives feel comfortable to raise their concerns and needs.The release of abducted women and girls from within the ranks of an armed force or group should be made a condition of the peace agreement.The requirement for the representation of women in structures established to manage DDR processes, such as a national DDR commission, should be included in the peace accord. Information about the DDR programme and process should be made available to any sub- sidiary bodies or sub-committees established to facilitate the participation of civil society in the peace process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.2. Negotiating DDR: Female-specific interventions", - "Heading4": "", - "Sentence": "Information about the DDR programme and process should be made available to any sub- sidiary bodies or sub-committees established to facilitate the participation of civil society in the peace process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7329, - "Score": 0.365148, - "Index": 7329, - "Paragraph": "A gender-responsive approach to DDR should be built into every stage of DDR. This begins with discussions during the peace negotiations on the methods that will be used to carry out DDR. DDR advisers participating in such negotiations should ensure that women\u2019s interests and needs are adequately included. This can be done by insisting on the participation of female representatives at the negotiations, ensuring they understand DDR-related clauses and insisting on their active involvement in the DDR planning phase. Trained female leaders will contribute towards ensuring that women and girls involved in DDR (women and girls who are ex-combatants, women and girls working in support functions for armed groups and forces, wives and dependants of male ex-combatants, and members of the receiving com- munity) understand, support and strengthen the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender-responsive approach to DDR should be built into every stage of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8782, - "Score": 0.361158, - "Index": 8782, - "Paragraph": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR). When a DDR programme is delayed, pre-DDR can be conducted with male and female ex-combatants who are in camps, or with ex-combatants who are already in communities. Activities may include cash for work, FFT or FFA. Wherever possible, pre-DDR activities should be linked to the reintegration support that will be provided when the DDR programme is eventually implemented.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.2 Pre-DDR", - "Heading4": "", - "Sentence": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5866, - "Score": 0.353553, - "Index": 5866, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR). For youth 15-17, reintegration support can be provided at any time (see IDDRS 5.20 on Children and DDR) The guidance provided in this section is applicable to both scenarios.Reintegration is a complex mix of economic, social, political and personal factors, all of which work together. While the reintegration of youth ex-combatants and youth formerly associated with armed forces or groups may depend, in part, on their successful transition into the world of work, if youth retain deep-rooted grievances due to political marginalization, or face significant, unaddressed psychosocial distress, or are experiencing ongoing conflict with their family, then they are extremely unlikely to be successful in making such a transition. Additionally, if communities and other stakeholders, including the State, do not recognize or value young people\u2019s contributions, expertise, and opinions it may increase the vulnerability of youth to re-recruitment.Youth-focused reintegration support should be designed and developed in consultation with youth. From the beginning, programme components should address the rights, aspirations, and perspectives of youth, and be as inclusive, multisectoral, and long term as is feasible from the earliest phases.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7337, - "Score": 0.353553, - "Index": 7337, - "Paragraph": "Negotiation, mediation and facilitation teams should get expert advice on current gender dynamics, gender relations in and around armed groups and forces, and the impact the peace agreement will have on the status quo. All the participants at the negotiation table should have a good understanding of gender issues in the country and be willing to include ideas from female representatives. To ensure this, facilitators of meetings and gender advisers should organize gender workshops for wom- en participants before the start of the formal negotiation. The UN should develop a group of deployment-ready experts in gender and DDR by using a combined strategy of recruit- ment and training, and insist on their full participation in the DDR process through af- firmative action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.1. Negotiating DDR: Gender-aware interventions", - "Heading4": "", - "Sentence": "The UN should develop a group of deployment-ready experts in gender and DDR by using a combined strategy of recruit- ment and training, and insist on their full participation in the DDR process through af- firmative action.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7272, - "Score": 0.348155, - "Index": 7272, - "Paragraph": "\\n 1 Bazergan, R., Intervention and Intercourse: HIV/AIDS and peacekeepers, Conflict, Security and Develop- ment, vol 3 no 1, April 2003, King\u2019s College, London, pp. 27\u201351. \\n 2 http://www.un.org/docs/sc/. \\n 3 Ibid. \\n 4 Inter-Agency Standing Committee, Guidelines for HIV/AIDS Interventions in Emergency Settings, http://www.humanitarianinfo.org/iasc. \\n 5 HIV risk in militaries is related to specific contexts, with a number of influencing factors, including the context in which troops are deployed. Many AIDS interventions by ministries of defence have been effective, and have reduced HIV infection rates in the uniformed services. \\n 6 In many cases, ex-combatants who are set to join a uniformed service do not go through the DDR process. There would still be a potential benefit, however, in instances where HIV/AIDS awareness has started in the barracks/camps. \\n 7 At the same time planners cannot assume that all fighting forces will have an organised structure in barracks with the associated logistical support. In some cases, combatants may be mixed with the population and hard to distinguish from the general population. \\n 8 See http://www.unaids.org and http://www.fhi.org/en/index.htm.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 27, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 6 In many cases, ex-combatants who are set to join a uniformed service do not go through the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5724, - "Score": 0.34641, - "Index": 5724, - "Paragraph": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B in IDDRS 5.20 on Children and DDR). For any youth under age 18, child-specific programming and rights shall be the priority, however, when appropriate, DDR practitioners may consider complementary youth-focused approaches to address the risks and needs of youth nearing adulthood.For ex-combatants and persons associated with armed forces or groups aged 18-24, eligibility for DDR will depend on the particular DDR process in place. If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document. If a CVR programme is being implemented, then eligibility criteria shall be developed in consultation with target communities, and, if in existence, a Project Selection Committee (see IDDRS 2.30 on Community Violence Reduction). If the preconditions for a DDR programme are not in place, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5771, - "Score": 0.339683, - "Index": 5771, - "Paragraph": "Many of the problems confronting youth are complex, interrelated and require integrated solutions. However, national youth policies are often drawn up by different institutions with little coordination between them. The setting up of a national commission on DDR (NCDDR) that prioritizes inclusion of youth perspectives, allows the process of coordination and integration to take place, creates synergies and can help to ensure continuity in strategies from DDR to reconstruction and development. To meet the needs of young people in a sustainable way, when applicable, DDR practitioners shall support the NCDDR to make sure that a wide range of people and institutions take part, including representatives from the ministries of youth, gender, family, labour, education and sports, and encourage local governments and community-based youth organizations to play an important part in the identification of specific youth priorities, in order to promote bottom-up approaches that encourage the inclusion and participation of young people.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "The setting up of a national commission on DDR (NCDDR) that prioritizes inclusion of youth perspectives, allows the process of coordination and integration to take place, creates synergies and can help to ensure continuity in strategies from DDR to reconstruction and development.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5800, - "Score": 0.339683, - "Index": 5800, - "Paragraph": "For CAAFAG between the ages of 15 to 17, the situation analysis and minimum preparedness actions outlined in IDDRS 5.20 on Children and DDR shall be undertaken. For youth between the ages of 18 and 24, who are members of armed forces or groups, planning should follow similar processes for that of adult combatants, integrating specific considerations for youth. Specific focus shall be given to the following:Assessments shall include data disaggregated by age and gender. For example, prior to a CVR programme, baseline assessments of local violence dynamics should explicitly unpack the threats and risks to the security of male and female youth (see section 6.3 in IDDRS 2.30 on Community Violence Reduction). If the DDR process involves reintegration support, assessments of local market conditions should take into account the skills that youth acquired before and during their engagement in armed forces or groups (see section 7.5.5 in IDDRS 4.30 on Reintegration). Weapons surveys for disarmament and/or T-WAM activities should also include youth and youth organizations as sources of information, analyse the patterns of weapons possession among youth, map risk and protective factors in relation to youth, and identify youth-specific entry points for programming (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management and MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons). It is also important for intergenerational issues to be included in the conflict/context assessments that are undertaken prior to a youth-focused DDR process. This will elucidate whether it is necessary to include reconciliation measures to reduce inter-generational conflict in the DDR process. Gender analysis including age specific considerations should also be conducted. For more information on DDR-related assessments, see IDDRS 3.11 on Integrated Assessments.Planning should also take into account different possible types of youth participation \u2013 from consultative participation to collaborative participation, to participation that is youth-led. In certain instances, for example CVR programmes and reintegration support, there may be space for youth to assume an active, leading role. In other instances, such as when a Comprehensive Peace Agreement is being negotiated, the UN should, at a minimum, ensure that youth representatives are consulted (see IDDRS 2.20 on The Politics of DDR). More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence. Principles on how to involve youth in planning processes in a non-tokenistic way can be found in section 7.4 of MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons. No matter how youth are involved, safety of youth and do no harm principles should always be considered when engaging them on sensitive topics such as association with armed actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 9, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5761, - "Score": 0.333333, - "Index": 5761, - "Paragraph": "Youth shall be provided information about the DDR process so that they can make an informed decision about whether and how they may participate. DDR practitioners shall also solicit and take the views of youth seriously and act upon them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Youth shall be provided information about the DDR process so that they can make an informed decision about whether and how they may participate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7430, - "Score": 0.333333, - "Index": 7430, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7895, - "Score": 0.333333, - "Index": 7895, - "Paragraph": "Boy and girl child and adolescent soldiers can range in age from 6 to 18. It is very likely that they have been exposed to a variety of physical and psychological traumas, including mental and sexual abuse, and that they have had very limited access to clinical and public health services. Child and adolescent soldiers, who are often brutally recruited from very poor communities, or orphaned, are already in a poor state of health before they face the additional hardship of life with an armed group or force. Their vulnerability remains high during the DDR process, and health services should therefore deal with their specific needs as a priority. Special attention should be given to problems that may cause the child fear, embarrassment or stigmatization, e.g.: \\n child and adolescent care and support services should offer a special focus on trauma- related stress disorders, depression and anxiety; \\n treatment should be provided for drug and alcohol addiction; \\n there should be services for the prevention, early detection and clinical management of STIs and HIV/AIDS; \\n special assistance should be offered to girls and boys for the treatment and clinical management of the consequences of sexual abuse, and every effort should be made to prevent sexual abuse taking place, with due respect for confidentiality.14To decrease the risk of stigma, these services should be provided as a part of general medical care. Ideally, all health care providers should have training in basic counselling, with some having the capacity to deal with the most serious cases (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 13, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.4. Responding to the needs of vulnerable groups", - "Heading3": "8.4.1. Children and adolescents associated with armed groups and forces", - "Heading4": "", - "Sentence": "Their vulnerability remains high during the DDR process, and health services should therefore deal with their specific needs as a priority.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7829, - "Score": 0.333333, - "Index": 7829, - "Paragraph": "The health sector has three main areas of responsibility during the planning phase: (1) to assess the epidemiological profile in the areas and populations of interest; (2) to assess exist- ing health resources; and (3) to advise on public health concerns in choosing the sites where combatants, women associated with armed groups and forces and/or dependants will be assembled. Planning to meet health needs should start as early as possible and should be constantly updated as the DDR process develops.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning to meet health needs should start as early as possible and should be constantly updated as the DDR process develops.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8193, - "Score": 0.333333, - "Index": 8193, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "Do its members have an interest in DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8592, - "Score": 0.333333, - "Index": 8592, - "Paragraph": "DDR processes shall be designed through a conflict-sensitive lens with careful consideration given to how a possible food assistance component could potentially increase tensions and vulnerabilities. Food assistance provided as part of a DDR process shall not create, exacerbate or contribute to gender inequalities or discrimination, including the risk of gender-based violence. Furthermore, it shall not present possibilities for theft or manipulation of assistance, or compromise the legitimacy of organizations and actors providing humanitarian and development aid. The most adequate transfer modalities and delivery mechanisms for food assistance as part of a DDR process shall be identified. Food assistance staff and DDR practitioners shall be highly aware of the potential for their decisions to have unintended negative consequences and shall analyse possible inadvertent contributions to tension/conflict. This analysis shall include: \\n a) Having a sound understanding of the social tensions that already exist; \\n b) Assessing how the DDR process and the food assistance component may interact with those tensions; \\n c) Adapting the DDR process and the food assistance component to avoid contributing to tension/conflict, and to support sustainable peace where possible.DDR processes with a food assistance component shall also leverage opportunities to \u2018do more good\u2019 and contribute to social cohesion and peacebuilding as well as to gender equality and women\u2019s empowerment.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "The most adequate transfer modalities and delivery mechanisms for food assistance as part of a DDR process shall be identified.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8597, - "Score": 0.333333, - "Index": 8597, - "Paragraph": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required. In a mission context, contributions from the UN peacekeeping assessed budget, supplemented by voluntary donations, must be available. Security provisions and the presence of adequate numbers of peacekeepers are also required. The lead food assistance agency shall support the UN mission administration in defining scenarios and predicting operational costs. In a non-mission context, voluntary donations are required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8608, - "Score": 0.333333, - "Index": 8608, - "Paragraph": "The food assistance component of a DDR process shall be linked to the broader recovery strategy of the country concerned. This linkage shall be included in the earliest stages of inter-agency DDR planning and negotiations, so that eligibility criteria and the necessary processes for receiving assistance are clearly communicated to all concerned. It is also essential to work with humanitarian coordinating structures, including the UN Humanitarian Coordinator (UN HC).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 11, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process shall be linked to the broader recovery strategy of the country concerned.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8574, - "Score": 0.327327, - "Index": 8574, - "Paragraph": "In each context in which a DDR process takes place, women, men, girls and boys will have different needs, interests and capacities. Food assistance in support of DDR shall be designed and implemented to take this into account. In particular, DDR practitioners shall be aware of the nutritional needs of women, adolescent girls and girls and boys. They shall also assess in advance and monitor whether food assistance provides equal benefit to women/girls and men/boys, and whether the assistance exacerbates gender inequality or promotes gender equality.The food assistance component of a DDR process shall ensure that women and girls have control over the assistance they receive and that they are empowered to make their own choices about their lives. In order to achieve this, it is essential that women and girls and women\u2019s groups, as well as child advocacy groups, be closely and meaningfully involved in DDR planning and implementation.The food assistance component of a DDR process shall also consider gender analysis and power dynamics in household resource distribution, as it may be necessary to create specific benefit tracks for women. As with all food assistance programmes, those established in support of a DDR process shall be gender-responsive and appropriate to the rights and specific needs of women and girls (see IDDRS 5.10 on Women, Gender and DDR). A gender-transformative approach to food assistance shall be applied, promoting women\u2019s roles in decision-making, leadership, distribution, and monitoring and evaluation. More specifically: \\n A gender-transformative lens shall be integrated into the design and delivery of food assistance components, leveraging opportunities to support gender-equitable engagement by men, women, boys and girls, including ensuring equal representation of women in leadership roles. \\n The women and men who are to be recipients of food assistance shall determine the selection of the transfer modality and delivery mechanism (time, date, place, quantity of food, separate queues, etc.). The transfer type and delivery mechanism shall not reinforce discriminatory and restrictive gender roles. \\n The provision of food assistance shall be monitored, and gender and gender-equality considerations shall be integrated into the tools, procedures and reporting of on-site, post- distribution and market monitoring. \\n Changes in food security, nutrition situation, decision-making authority and empowerment, equitable participation and access, protection and safety issues, and satisfaction with assistance received shall be monitored for individual women, men, girls and boys, households and community groups. \\n Food assistance staff shall receive training on protection from sexual exploitation and abuse (PSEA), including regular refresher trainings. \\n Confidential complaints and feedback mechanisms related to food assistance that are accessible to women, men, girls and boys shall be designed, established and managed. These mechanisms shall ensure that women have a safe space to report protection issues and incidents of sexual and gender-based violence. An accountability system should be designed, established and managed to ensure appropriate follow up. \\n Possible violations of women\u2019s and girls\u2019 rights shall be identified, addressed and responded to when supporting the food assistance component of a DDR process. Opportunities for women to take a more active role in designing and implementing food assistance programmes shall also be promoted. \\n The equal representation of women and men in peace mediation and decision-making at all levels and stages of humanitarian assistance shall be ensured, including in food management committees and at distribution points. \\n The participation of women\u2019s organizations in capacity-building for humanitarian response, rehabilitation and recovery shall be ensured.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "As with all food assistance programmes, those established in support of a DDR process shall be gender-responsive and appropriate to the rights and specific needs of women and girls (see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7320, - "Score": 0.323381, - "Index": 7320, - "Paragraph": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants. This approach fails to deal with the fact that women can also be armed combatants, and that they may have different needs from their male counterparts. Nor does it deal with the fact that women play essential roles in maintaining and enabling armed forces and groups, in both forced and voluntary capacities. A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions. This is particularly important when establishing eligibility criteria for entry into DDR programmes (also see IDDRS 4.10 on Disarmament); \\n Gender equality and women\u2019s participation: Encouraging gender equality as a core principle of UN-supported DDR programmes means recognizing and supporting the equal rights of women and men, and girls and boys in the DDR process. The different experiences, roles and responsibilities of each of them during and after conflict should be recognized and reflected in the design and implementation of DDR programmes; \\n Respect for human rights: DDR programmes should support ways of preventing reprisal or discrimination against, or stigmatization of those who participate. The rights of the community should also be protected and upheld.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This is particularly important when establishing eligibility criteria for entry into DDR programmes (also see IDDRS 4.10 on Disarmament); \\n Gender equality and women\u2019s participation: Encouraging gender equality as a core principle of UN-supported DDR programmes means recognizing and supporting the equal rights of women and men, and girls and boys in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7288, - "Score": 0.321634, - "Index": 7288, - "Paragraph": "This module provides policy guidance on the gender aspects of the various stages in a DDR process, and outlines gender-aware interventions and female-specific actions that should be carried out in order to make sure that DDR programmes are sustainable and equitable. The module is also designed to give guidance on mainstreaming gender into all DDR poli- cies and programmes to create gender-responsive DDR programmes. As gender roles and relations are by definition constructed in a specific cultural, geographic and communal con- text, the guidance offered is intended to be applied with sensitivity to and understanding of the context in which a DDR process is taking place. However, all UN and bilateral policies and programmes should comply with internationally agreed norms and standards, such as Security Council resolution 1325, the Convention on the Elimination of All Forms of Discrim- ination Against Women and the Beijing Platform for Action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides policy guidance on the gender aspects of the various stages in a DDR process, and outlines gender-aware interventions and female-specific actions that should be carried out in order to make sure that DDR programmes are sustainable and equitable.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5779, - "Score": 0.320256, - "Index": 5779, - "Paragraph": "The planning, assessment, design, monitoring and evaluation of youth-focused DDR processes shall, at a minimum, involve youth representatives (ex-combatants, persons associated with armed forces or groups, and community members), including both male and female youth. This helps to ensure that youth immediately begin to act as agents of their own future, fosters trust between the generations, and ensures that both male and female youth priorities are given adequate consideration. Preventing the (re-) recruitment of youth into armed groups shall be a stated goal of DDR processes and included in the planning process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Preventing the (re-) recruitment of youth into armed groups shall be a stated goal of DDR processes and included in the planning process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8537, - "Score": 0.320256, - "Index": 8537, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8558, - "Score": 0.320256, - "Index": 8558, - "Paragraph": "Children associated with armed forces and armed groups (CAAFAG) are particularly vulnerable to re-recruitment, and, because of this, food assistance can provide valuable support for programmes of education, training, rehabilitation, and family and community reunification. When dealing with CAAFAG, appropriate food assistance benefits should only be selected after careful analysis of the situation and context, and be guided by the principle of \u2018do no harm\u2019. Although food assistance can in some cases offer these children incentives to reintegrate into their communities, food assistance can also motivate children to join or re-join armed forces and groups in order to access this support. Food assistance in the form of cash shall not be provided to children, as cash may easily be taken from children (for e.g., by military commanders). Instead, in-kind food assistance may be offered during child DDR processes. Any food assistance support shall be coordinated with specialized child protection actors. Protection analysis and referral systems to child protection agencies shall be included in the food assistance component of the DDR process (see section 7.1).The diverse and specific needs of CAAFAG, boys and girls, including in relation to nutrition, shall be taken into account in the design and implementation of the food assistance component of a child DDR process. DDR practitioners and food assistance staff shall be aware of the relevant legal conventions and key issues and vulnerabilities that have to be dealt with when assisting CAAFAG and work closely with child protection specialists when developing the food assistance component of a child DDR process. In addition, appropriate reporting mechanisms shall be established in advance with specialized child protection agencies to deal with child protection and other issues that arise during child demobilization (\u2018release\u2019) (see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "Protection analysis and referral systems to child protection agencies shall be included in the food assistance component of the DDR process (see section 7.1).The diverse and specific needs of CAAFAG, boys and girls, including in relation to nutrition, shall be taken into account in the design and implementation of the food assistance component of a child DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8605, - "Score": 0.320256, - "Index": 8605, - "Paragraph": "Accountability to affected populations is essential to ensure that the design, implementation, and monitoring and evaluation of the food assistance component of a DDR process is informed by and reflects the views of affected people. As part of accountability to affected populations, information about food assistance shall be provided to affected populations in an accurate, timely and accessible way. The information provided shall be clearly understandable to all, irrespective of age, gender, ability, literacy level or other characteristics. In addition, the views of the affected population shall be sought throughout each stage of the food assistance component of a DDR process. This requires separate consultations with women, men, youth and elders to ensure that their views and concerns are heard and accounted for. In particular, separate consultations with men and women shall be required in order to provide opportunities for confidential feedback and to report protection or sexual exploitation and abuse (SEA) issues related to food assistance (see Box 1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "In addition, the views of the affected population shall be sought throughout each stage of the food assistance component of a DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8566, - "Score": 0.316862, - "Index": 8566, - "Paragraph": "Any food assistance component that is part of a DDR process shall be designed in accordance with humanitarian principles and the best practices of humanitarian food assistance. Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process. Similarly, the transfer modality to be used for the food assistance shall be based on a careful contextual and feasibility analysis (see section 5.5). Furthermore, when food assistance is provided as part of a DDR process in a mission context, the political requirements of the peacekeeping mission and the guiding principles of humanitarian assistance and development aid shall be kept completely separate.Food assistance as part of a DDR process shall be designed and implemented in a way that contributes to the safety, dignity and integrity of ex-combatants, their dependants, persons formerly associated with armed forces and groups, and community members. In any circumstance where these conditions are not met, humanitarian agencies shall carefully consider the appropriateness of providing food assistance.Humanitarian food assistance agencies shall only be involved in DDR processes when they have sufficient capacity. Support to a DDR process shall not undermine a humanitarian food assistance agency\u2019s capacity to deal with other urgent humanitarian problems/crises, nor shall it affect the process of prioritizing food assistance to conflict-affected populations.In accordance with humanitarian principles, food assistance agencies shall not provide food assistance to armed personnel at any point in a DDR process. All reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups during the pre-disarmament and disarmament phases of a DDR process, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Support to a DDR process shall not undermine a humanitarian food assistance agency\u2019s capacity to deal with other urgent humanitarian problems/crises, nor shall it affect the process of prioritizing food assistance to conflict-affected populations.In accordance with humanitarian principles, food assistance agencies shall not provide food assistance to armed personnel at any point in a DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8647, - "Score": 0.31427, - "Index": 8647, - "Paragraph": "Early in the integrated planning process, food assistance agencies should provide details of the data that they require to the lead coordinating actors in the DDR process so that information can be collected in the early phases of preparing for the food assistance component. The transfer modality that is chosen to provide food assistance will have implications for the types of data required, and this should be taken into account. Agencies should also be careful to ask for data about less visible groups (e.g., abducted girls, breastfeeding mothers) so that these groups can be included in the estimates. It should be noted, however, that acquiring certain data (e.g., accurate numbers and descriptions of members of armed forces and groups) is not always possible, because of the tendency of parties to hide children, ignore (leave out) women who were not in combat positions, and increase or reduce figures for political, financial or strategic reasons. Therefore, plans will often be made according to a best estimate that can only be verified when the food assistance component is in progress. For this reason, DDR practitioners and food assistance staff should be prepared for unexpected or unplanned events/circumstances.The following data are essential for food assistance planning as part of a DDR process, and shall be provided to, or collected by, the lead agency at the earliest possible stages of planning, ensuring that data protection standards are respected: \\n Numbers of ex-combatants and persons formerly associated with armed forces and groups (disaggregated by sex and age, and with specific assessments of the numbers and characteristics of vulnerable groups); \\n Numbers of dependants (partners, children, relatives, disaggregated by sex and age) and their expenditure on food and food intake; \\n Profiles of participants and beneficiaries (i.e., who they are, what their special needs are); \\n Basic nutritional data, by sex and age; \\n Logistics corridors/supply routes; \\n Roads and infrastructure information; \\n Information on market capacity and functionality; \\n Information on financial service provider networks; \\n Basic information on beneficiary expenditure/consumption behaviour; \\n Information regarding demining; \\n Other security-related information.Qualitative data, that will be especially useful in planning reintegration assistance, should also be collected, including through ad hoc surveys carried out among ex-combatants, persons formerly associated with armed forces and groups, and dependants on the initiative of the UN humanitarian coordinating body and partner UN agencies. This process should be carried out in consultation with the national Government and third parties. These surveys identify the main features of the social profile of the intended participants and beneficiaries and provide useful information about the different needs, interests and capacities of the women, men and children of various ages that will be eligible for assistance. Preliminary data gathered through surveys can be checked and verified at a later stage, for e.g., during an identification and registration process.Data on food habits and preliminary information on nutritional requirements may also be collected by food agencies through ad hoc surveys before, or immediately following, the start of the DDR process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 14, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.1 Food assistance planning data", - "Heading3": "5.1.1 Data needed for planning", - "Heading4": "", - "Sentence": "Preliminary data gathered through surveys can be checked and verified at a later stage, for e.g., during an identification and registration process.Data on food habits and preliminary information on nutritional requirements may also be collected by food agencies through ad hoc surveys before, or immediately following, the start of the DDR process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5759, - "Score": 0.311086, - "Index": 5759, - "Paragraph": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR). Youth-focused DDR processes for those aged 18 \u2013 24 should also be backed by flexible and long-term funding, that takes into account the importance of creating space for youth (especially the most marginalised) to participate in the planning, design, implementation, monitoring and evaluation of DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5731, - "Score": 0.308607, - "Index": 5731, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of CAFFAG, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups for this specific purpose. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or related process, such as Security Sector Reform (SSR), is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and therefore may be excluded from DDR support. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for and take steps to obtain the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, foreign missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems (see IDDRS 5.20 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6217, - "Score": 0.308607, - "Index": 6217, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to children and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6236, - "Score": 0.308607, - "Index": 6236, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of children associated with armed forces or armed groups, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or security sector reform (SSR) process is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and are therefore excluded from support linked to DDR. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, diplomatic missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8532, - "Score": 0.308607, - "Index": 8532, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the food assistance provided by humanitarian food assistance agencies during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8771, - "Score": 0.308607, - "Index": 8771, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place. In both instances, the role of food assistance will depend on the type of reintegration support provided and whether any form of targeting is applied (see IDDRS 4.30 on Reintegration). DDR participants and beneficiaries will often eventually be included in a community-based approach and access food in the same way as members of these communities, rather than receive special entitlements. Ultimately, they should be seen as part of the community and, if in need of assistance, take part in programmes covering broader recovery efforts.In broader operations in post-conflict environments during the recovery phase, where there are pockets of relative security and political stability and greater access to groups in need, general free food distribution is gradually replaced by help directed at particular groups, to develop the ability of affected populations to meet their own food needs and work towards long-term food security. Activities should be closely linked to efforts to restart positive coping mechanisms and methods of households supplying their own food by growing it themselves or earning the money to buy it.The following food assistance activities could be implemented when support to reintegration is provided as part of a DDR process within or outside a DDR programme: \\n Supporting communities through FFA activities that directly benefit the selected populations; \\n Providing support, in particular nutrition interventions, directed at specific vulnerable groups; \\n Providing support to restore production capacity and increase food production by households; \\n Providing support (training, equipment, seeds and agricultural inputs) to selected populations or the wider community to restart agricultural production, enhance post-harvest management, identify market access options, and organise farmers to work and sell collectively; \\n Providing support for local markets through CBTs, buying supplies for DDR processes locally, encouraging private-sector involvement in food transport and delivery, and supporting social market outlets and community-based activities such as small enterprises for both women and men, and linking CBT programmes to a financial inclusion objective; \\n Encouraging participation in education and skills training (school feeding with nutrition education, FFT, education, adult literacy); \\n Maintaining the capacity to respond to emergencies and setbacks; \\n Expanding emergency rehabilitation projects (i.e., projects which rehabilitate local infrastructure) and reintegration projects; \\n Running household food security projects (urban/rural).The link between learning and nutrition is well established, and inter-agency collaboration should ensure that all those who enter training and education programmes in the reintegration period are properly nourished. Different nutritional needs for girls and boys and women and men should be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 25, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.2 Food assistance and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7375, - "Score": 0.306186, - "Index": 7375, - "Paragraph": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes. The narrow definition of who qualifies as a \u2018combatant\u2019 has been moti- vated to a certain extent by budgetary considerations, and this has meant that DDR planners have often overlooked or inadequately attended to the needs of a large group of people participating in and associated with armed groups and forces. However, these same peo- ple also present potential security concerns that might complicate DDR.If those who do not fit the category of a \u2018male, able-bodied combatant\u2019 are overlooked, DDR activities are not only less efficient, but run the risk of reinforcing existing gender inequalities in local communities and making economic hardship worse for women and girls in armed groups and forces, some of whom may have unresolved trauma and reduced physical capacity as a result of violence experienced during the conflict. Marginalized women with experience of combat are at risk for re-recruitment into armed groups and forces and may ultimately undermine the peace-building potential of DDR processes. The involvement of women is the best way of ensuring their longer-term participation in security sector reform and in the uniformed services more generally, which again will improve long-term security.Box 3 Why are female supporters/FAAFGs eligible for demobilization? \\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living. If the aim of DDR is to provide broad-based community security, it cannot create insecurity for this group of women by ignoring their special needs. Even if the argument is made that women associated with armed forces and groups should be included in more broadly coordinated reintegration and recovery frameworks, it is important to remember that they will then miss out on specifically designed support to help them make the transition from a military to a civilian lifestyle. In addition, many of the programmes aimed at enabling communities to reinforce reintegration will not be in place early enough to deal with the immediate needs of this group of women.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 10, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7383, - "Score": 0.306186, - "Index": 7383, - "Paragraph": "In drafting a peace mission\u2019s plan of operations, the Department of Peacekeeping Operations (DPKO) shall reflect the recommendations of the assessment team and produce language that defines a mandate for a gender-sensitive DDR process in compliance with Security Council resolution 1325. Specifically, DDR programme participants shall include those who play support functions essential for the maintenance and cohesion of armed groups and forces, and reflect consideration of the needs of individuals dependent on combatants.When the Security Council establishes a peacekeeping operation with mandated DDR functions, components that will ensure gender equity should be adequately financed through the assessed budget of UN peacekeeping operations and not voluntary contributions alone. From the start, funds should be allocated for gender experts and expertise to help with the planning and implementation of dedicated programmes serving the needs of female ex-com- batants, supporters and dependants. Gender advisers and expertise should be considered essential in the staffing structure of DDR units.The UN should facilitate financial support of the gender components of DDR processes. DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities. Several strategies can be used: (1) ensuring that DDR training programmes that are routinely provided for military and civilian staff reflect gender-related aspects; (2) developing accountability mechanisms to ensure that all staff are committed to gender equity; and (3) integrating gender training into the training programme for the troops involved.Box 4 Gender training in DDR \\n\\n Main topics of training \\n Gender mainstreaming and human rights \\n Sexual and gender-based violence \\n Gender roles and relations (before, during and after the conflict) \\n Gender identities \\n Gender issues in HIV/AIDS and human trafficking \\n\\n Main participants \\n Ex-combatants, supporters, dependants (both male and female) \\n DDR programme staffs \\n Representatives of government \\n Women\u2019s groups and NGOs \\n Community leaders and traditional authorities", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 11, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.1. Demobilization mandates, scope, institutional arrangements: Gender-aware interventions", - "Heading4": "", - "Sentence": "DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7063, - "Score": 0.298142, - "Index": 7063, - "Paragraph": "During planning, core indicators need to be developed to monitor the progress and impact of DDR HIV initiatives. This should include process indicators, such as the provision of condoms and the number of peer educators trained, and outcome indicators, like STI inci- dence by syndrome and the number of people seeking voluntary counselling and testing. DDR planners need to work with national programmes in the design and monitoring of initiatives, as it is important that the indicators used in DDR programmes are harmonised with national indicators. DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed. The IASC guidelines include reference material for developing indicators in emergency settings.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "7. Planning factors", - "Heading2": "7.3. Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.298142, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8656, - "Score": 0.298142, - "Index": 8656, - "Paragraph": "As with all parts of an integrated DDR process, the planning process for a food assistance component should involve, as far as possible, the participation of leaders of stakeholder groups (local Government; leaders of armed forces and groups; and representatives of civil society, communities, women\u2019s groups and vulnerable groups). This participatory approach enables a better understanding of the sociopolitical, gender and economic contexts in which the food assistance component of a DDR process will operate. It also allows for the identification of any possible protection risks to individuals or communities, and the risks of becoming caught up in conflict. Finally, a participatory approach can increase trust and social cohesion among groups and create consensus and raise awareness of the benefits offered and the procedures for receiving benefits. Representatives of communities, women\u2019s leaders and women\u2019s organizations, associations or informal groups should be meaningfully and equitably consulted.Although the extent to which any group participates should be decided on a case-by-case basis, even limited consultations, as long as they involve a variety of stakeholders, can improve the security of the food assistance component of a DDR process and increase the appropriateness of the assistance, distribution and monitoring. Such participation builds confidence among ex-combatant groups, improves the ability to meet the needs of vulnerable groups and helps strengthen links with the receiving community. Participants in the planning process should be specified in advance, as well as how these groups/individuals will work together and what factors will aid or hinder the process.Food/cash/voucher distribution arrangements shall also be designed in consultation with women to avoid putting them at risk. In cases where rations are to be collected from distribution points, a participatory assessment shall take place to identify the best place, date and time for distribution in order to allow women and girls to collect the rations themselves and to avoid difficult and unsafe travel, for example in the dark. It shall also be determined whether special packaging is needed to make the collection and carrying of food rations by women easier.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 16, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.3 Participatory planning", - "Heading3": "", - "Heading4": "", - "Sentence": "This participatory approach enables a better understanding of the sociopolitical, gender and economic contexts in which the food assistance component of a DDR process will operate.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6295, - "Score": 0.297044, - "Index": 6295, - "Paragraph": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning. Emphasis is often placed on the need to estimate the numbers of children in armed forces and groups in order to plan actions. While this is important, policymakers and planners should also recognize that it is difficult to obtain accurate figures. Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations. Legitimacy shall not be given to child recruitment through the inclusion of children within DDR processes to inflate numbers, for example. However, as children will require services, for the purposes of planning the budget and the DDR process itself, children shall be included in the count of persons qualifying for demobilization and reintegration support.Many children who are formally or informally released or who have otherwise left armed forces or groups never have the opportunity to participate in child-sensitive DDR processes. This can happen when a child who flees an armed force or group is not aware of their rights or lives in an area where DDR processes are unavailable. Girls, in particular, may be at higher risk of this as they are often \u2018unseen\u2019 or viewed as dependents. DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route. If levels of informal release or separation are believed to be high (through informal knowledge, data collection or situation analysis), during the planning and design phases, in collaboration with child protection actors, DDR practitioners shall establish mechanisms to inform these children of their rights and enable access to reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6339, - "Score": 0.29277, - "Index": 6339, - "Paragraph": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d. The resolution also stresses the need to pay particular attention to the treatment of children associated or allegedly associated with all non-state armed groups, including those who commit acts of terrorism, in particular by establishing standard operating procedures for the rapid handover of these children to relevant civilian child protection actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 13, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.4 UN Security Council resolutions: engagement with armed forces and groups", - "Heading3": "5.4.2 Security Council Resolution 3427", - "Heading4": "", - "Sentence": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7760, - "Score": 0.29277, - "Index": 7760, - "Paragraph": "This module is intended to assist operators and managers from other sectors who are involved in disarmament, demobilization and reintegration (DDR), as well as health practitioners, to understand how health partners, like the World Health Organization (WHO), United Nations (UN) Population Fund (UNFPA), Joint UN Programme on AIDS (UNAIDS), Inter- national Committee of the Red Cross (ICRC) and so on, can make their best contribution to the short- and long-term goals of DDR. It provides a framework to support cooperative decision-making for health action rather than technical advice on health care needs. Its intended audiences are generalists who need to be aware of each component of a DDR pro- cess, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contextualize their technical expertise. Because of its close interconnections with these areas, the module should be read in conjunction with IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.50 on Food Aid Programmes in DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Its intended audiences are generalists who need to be aware of each component of a DDR pro- cess, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contextualize their technical expertise.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5774, - "Score": 0.288675, - "Index": 5774, - "Paragraph": "Youth shall not be put in harm\u2019s way during DDR processes. Youth shall be kept safe and shall be provided information about where to go for help if they feel unsafe while participating in a DDR process. Risks to youth shall be identified, and efforts shall be made to mitigate such risks. DDR practitioners shall promote decent work conditions to avoid creating further grievances, with a focus on equal conditions for all regardless of their past engagement in armed conflicts, ethnic or other sociocultural background, political or religious beliefs, gender or other considerations to avoid prejudice and discrimination.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "Youth shall be kept safe and shall be provided information about where to go for help if they feel unsafe while participating in a DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6225, - "Score": 0.288675, - "Index": 6225, - "Paragraph": "Any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Children can be associated with armed forces and groups in a variety of ways, not only as combatants, so some may not have access to weapons or ammunition. This is especially true for girls who are often used for sexual purposes, as wives or cooks, but may also be used as spies, logisticians, fighters, etc. DDR practitioners shall recognize that all children must be released by the armed forces and groups that recruited them and receive reintegration support. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B). In cases where there is no proof of age, or inconclusive evidence, the child shall have the right to the rule of the benefit of the doubt.A dependent child of an ex-combatant shall not automatically be considered to be associated with an armed force or group. However, armed forces or groups may identify some children, particularly girls, as dependents, including as wives, when the child is an extended family member/relative, or when the child has been abducted, or otherwise recruited or used, including through forced marriage. A safe, child- and gender-sensitive individualized determination shall be undertaken to determine the child\u2019s status and eligibility for participation in a DDR process. DDR practitioners and child protection actors shall be aware that, although not all dependent children may be eligible for DDR, they may be at heightened vulnerability and may have been exposed to conflict-related violence, especially if they were in close proximity to combatants or if their parents are ex-combatants. These children shall therefore be referred for support as part of wider child protection and humanitarian services in their communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6883, - "Score": 0.288675, - "Index": 6883, - "Paragraph": "Often children do not have civil registration documents showing their birth or age. However, because it is a breach of international humanitarian law, human rights law and international criminal law to recruit children under 15 years old anywhere, and to allow any child to take part in hostilities, and because children are entitled to special protections and support, it may be important to determine whether an individual is below age 18. Reintegration and child DDR generally are designed to ensure appropriate support to children under age 18, with no difference in definition, and regardless of the legal age of recruitment or other definitions or age of a child locally.It is important to manage the identification and separation of children from adults in a coordinated way during demobilization, and throughout DDR. Failure to do so may lead to serious unintended consequences, such as the re-recruitment of children, children claiming to be adults, and adults claiming to be children.To determine a child\u2019s age, the following are general principles: \\n If in doubt, assume the person is below 18. \\n Identification should take place as early as possible to allow them to access age-appropriate services. \\n Identification must occur before disarmament. \\n A child protection actor should be given access to disarmament sites to identify children. \\n Children should be immediately informed that they are entitled to support so that they are less likely to try to identify as adults.Considerations: \\n Interviews should be confidential. \\n Identification of children should take place before any other identification processes. \\n Children should be required to show that they can use a weapon (this is because they may have been used in a non-combat role). \\n During negotiations, children should not be counted in the number of armed forces or group (this is to avoid incentivizing child recruitment to inflate numbers). \\n The role that a person plays in the armed group should have no effect of the determination of whether the person is a child.For practitioners who are handling demobilization, Age Assessment: A Technical Note (2013) gives more detailed information on age determinations and includes the following core standards: \\n 1) An age assessment should only be requested when it is in the best interests of the child. \\n 2) Children should be given relevant information about the age assessment procedure \\n 3) Informed consent must be sought from the person whose age is being assessed before the assessment begins. \\n 4) Age assessments should only be a measure of last resort and be initiated only if a serious doubt about the person\u2019s age exists. \\n 5) Age assessments should be applied without discrimination. \\n 6) An unaccompanied or separated child should have a guardian appointed to support them through the age assessment procedure. \\n 7) Assessments must follow the least intrusive method, which upholds the dignity and physical integrity of the child at all times, and be gender and culturally appropriate \\n 8) Where there is a margin of error, this margin should be applied in favour of the child. \\n 9) Age assessments should take an holistic approach. \\n 10) A means of challenging the age determination should exist if the child wishes to contest the outcome of the assessment. \\n 11) Age assessments should only be undertaken by independent and appropriately skilled practitioners.The checklist to determine the age includes: \\n\\n Pre-procedure: \\n Undertake an age assessment only when relevant actors have serious doubts about the stated age of the child; ensure that the assessment is not being initiated as a routine or standard procedure. Is the procedure really necessary? \\n Plan any physical examination only as a measure of last resort to take place only when all other attempts e.g., the gathering of documentary evidence, interviewing the child, etc., have failed to establish age. Is a physical examination the only method of assessing age? \\n Secure informed consent to conduct the age assessment from the child or the guardian. It is extremely unlikely that genuine informed consent can be forthcoming at a time of \u2018crisis\u2019 and consent should only be sought when a child has had time to recover from traumatic or unsettling episodes \u2013 this may take considerable time in some instances. In circumstances where there is no consent, it cannot be used against the person and the person should be considered a child. Has the child given informed consent to a physical examination? \\n\\n During the Procedure \\n Conduct any age assessment procedure using a multi-disciplinary approach that draws on a range of appropriately skilled professionals and not solely on a physical examination. Is a range of approaches being used in the age assessment? \\n When selecting professionals to conduct an age assessment, select only those without a vested interest in the outcome, and who are independent from any agencies and actors that would provide services or support to the child or who would become responsible for the child if they are assessed as being a child. Are the professionals engaged in the assessment independent? \\n Subject to the wishes of the child, support him or her throughout the process of assessment, including by informing the child in a language he or she understands, and providing a guardian, legal or other representative to accompany them during the entire process. Is the child supported throughout the process? \\n Develop and conduct the age assessment process in a culturally and gender sensitive way using practitioners who are fully familiar with the child\u2019s cultural and ethnic background. Is the assessment sensitive to cultural and gender needs? \\n Protect the child\u2019s bodily integrity and dignity at every stage of the process. Is the process free from humiliation, discrimination, or other affront? \\n Conduct the age assessment in an environment that is safe for children, which supports their needs and is child appropriate. Is the process consistent with child safeguarding principles and child-friendly? \\n\\n Post procedure \\n Provide any services and support relevant to the outcome of the assessment without delay. What services and support are required to address the person\u2019s identified needs? \\n If any doubt remains about the age of the child, ensure that this is applied to the advantage of the child. Has any doubt about the child\u2019s age been resolved in favor of the child? \\n As promptly as is reasonably practical, explain the outcome and the consequences of the outcome to the child. Have the outcome and its consequences been explained? \\n Inform the child of the ways that he or she can challenge a decision which they disagree with. Has the child been informed of his or her rights to challenge the decision?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 48, - "Heading1": "Annex B: Determining a child\u2019s age", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Is the child supported throughout the process?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7053, - "Score": 0.288675, - "Index": 7053, - "Paragraph": "During the planning process, a risk mapping exercise and assessment of local capacities (at the national and community level) needs to be conducted as part of a situation analysis and to profile the country\u2019s epidemic. This will include the collection of qualitative and quantitative data, including attitudes of communities towards those being demobilized and presumed or real HIV infection rates among different groups, and an inventory of both actors on the ground and existing facilities and programmes.There may be very little reliable data about HIV infection rates in conflict and post- conflict environments. In many cases, available statistics only relate to the epidemic before the conflict started and may be years out of date. A lack of data, however, should not prevent HIV/AIDS initiatives from being put in place. Data on rates of STIs from health clinics and NGOs are valuable proxy indicators for levels of risk. It is also useful to consider the epi- demic in its regional context by examining prevalence rates in neighbouring countries and the degree of movement between states. In \u2018younger\u2019 epidemics, HIV infections may not yet have translated into AIDS-related deaths, and the epidemic could still be relatively hidden, especially as AIDS deaths may be recorded by the opportunistic infection and not the pres- ence of the virus. Tuberculosis (TB), for example, is both a common opportunistic infection and a common disease in many low-income countries.A situation analysis for action planning for HIV should include the following important components: \\n Baseline data: What is the national HIV/AIDS prevalence (usually based on sentinel surveillance of pregnant women)? What are the rates of STIs? Are there significant differences in different areas of the country? Is it a generalized epidemic or restricted to high-risk groups? What data are available from blood donors (are donors routinely tested)? What are the high-risk groups? What is driving the epidemic (for example: heterosexual sex; men who have sex with men; poor medical procedures and blood transfusions; mother-to-child transmission; intravenous drug use)? What is the regional status of the epidemic, especially in neighbouring countries that may have provided an external base for ex-combatants? \\n Knowledge, attitudes and vulnerability: Qualitative data can be obtained through key in- formant interviews and focus group discussions that include health and community workers, religious leaders, women and youth groups, government officials, UN agency and NGO/CBOs, as well as ex-combatants and those associated with fighting forces and groups. Sometimes data on knowledge, attitudes and practice regarding HIV/ AIDS are contained in demographic and health surveys that are regularly carried out in many countries (although these may have been interrupted because of the conflict). It is important to identify the factors that may increase vulnerability to HIV \u2014 such as levels of rape and gender-based violence and the extent of \u2018survival sex\u2019. In the planning process, the cultural sensitivities of participants and beneficiaries must be considered so that appropriate services can be designed. Within a given country, for example, the acceptability and trends of condom use or attitudes to sexual relations outside of marriage can vary enormously; the country specific context must inform the design of programmes. Understanding local perceptions is also important in order to prevent problems during the reintegration phase, for example in cases where communities may blame ex-com-batants or women associated with fighting forces for the spread of HIV and therefore stigmatize them. \\n Identify existing capacities: The assessment needs to map existing health care facilities in and around communities where reintegration is going to take place. The exercise should ascertain whether the country has a functioning national AIDS control strategy and programme, and the extent that ministries are engaged (this should go beyond just the health ministry and include, for example, ministries of the interior, defence, education, etc.). Are there prevention and awareness programmes in place? Are these directed at specific groups? Does any capacity for counselling and testing exist? Is there a strategy for the roll-out of ARVs? Is there financial support available or pending from the Global Fund for AIDS, Malaria and TB, the US President\u2019s Emergency Plan for AIDS Relief or the World Bank? Do these assistance frameworks include DDR? What other actors (national and international) are present in the country? Are the UN theme group and technical working group in place ( the standard mechanisms to coordinate the HIV initiatives of UN agencies)?Basic requirements for HIV/AIDS programmes in DDR include: \\n collection of baseline HIV/AIDS data; \\n identification and training of HIV focal points within DDR field offices; \\n development of HIV/AIDS awareness material and provision of basic awareness train- ing, with peer education programmes during extended cantonment and the reinsertion and reintegration phases to build capacity; \\n provision of VCT, both specifically within cantonment sites, where relevant, and through support to community services, and the routine offer of (opt-in) testing with counselling as a standard part of medical screening in countries with an HIV prevalence of 5 per- cent or more; \\n provision of condoms, PEP kits, and awareness material; \\n treatment of STIs and opportunistic infections, and referral to existing services for ARV treatment; \\n public information campaigns and sensitization of receiving communities as part of more general preparations for the return of DDR participants.The number of those being processed through a particular site and the amount of time available would determine what can be offered before or during demobilization, what is part of reinsertion packages and what can be offered during reintegration. The IASC guidelines are a useful tool for planning and implementation (see section 4.4 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 8, - "Heading1": "7. Planning factors", - "Heading2": "7.1. Planning assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "Do these assistance frameworks include DDR?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7057, - "Score": 0.288675, - "Index": 7057, - "Paragraph": "The design of DDR field offices responsible for the registration and reintegration process must take into account the need for capacity to address HIV/AIDS. Possible options include a central dedicated (but mobile) unit to coordinate HIV issues; the establishment of focal points in each region; and the secondment of experts to field offices from relevant UN agencies and NGOs or, in the case of national DDR field offices, from the national ministry of health, National AIDS Control Programme and local NGOs. In many cases, field offices will play a key role in basic briefings to DDR participants and referrals to VCT, so it is essential that all personnel are trained in HIV awareness strategies and are fully aware of on available facilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 9, - "Heading1": "7. Planning factors", - "Heading2": "7.2. Design of DDR field offices", - "Heading3": "", - "Heading4": "", - "Sentence": "The design of DDR field offices responsible for the registration and reintegration process must take into account the need for capacity to address HIV/AIDS.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7390, - "Score": 0.288675, - "Index": 7390, - "Paragraph": "Definitions of who is a dependant should reflect the varied nature and complexity of the conflict situation, where dependent women and girls may not be legal wives of ex-combatants. Where a male ex-combatant and a woman or girl live as man and wife according to local perceptions and practices, this will guarantee the eligibility of the woman or girl for inclu- sion in the DDR programme. Eligibility criteria should be determined so that they include \u2014 where relevant \u2014 multiple wives (both formal and informal) of a male ex-combatant. The dependants of an ex-combatant should include any person living as part of the ex- combatant\u2019s household under their care.xxIn situations where governments are responsible for all or part of the DDR process, UN representatives should encourage national DDR commissions to work closely with government ministries in charge of women\u2019s affairs, as well as women\u2019s peace-building networks. National DDR commissions should be encouraged to employ women in leader- ship positions and assign gender focal points within the commission.Troop-contributing countries should be encouraged by DPKO to make it an urgent priority to deploy women in peacekeeping operations. Female military personnel with gen- der training should be used as much as possible during the DDR process, in particular during the initial stages of screening and identification. Female military personnel should also play an important role in receiving and transmitting information on gender-based violence and/or sexual exploitation and abuse occurring in DDR sites.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 12, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.2. Demobilization mandates, scope, institutional arrangements: Female-specific interventions", - "Heading4": "", - "Sentence": "Female military personnel with gen- der training should be used as much as possible during the DDR process, in particular during the initial stages of screening and identification.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7781, - "Score": 0.288675, - "Index": 7781, - "Paragraph": "DDR programmes result from political settlements negotiated to create the political and legal system necessary to bring about a transition from violent conflict to stability and peace. To contribute to these political goals, DDR processes use military, economic and humani- tarian \u2014 including health care delivery \u2014 tools.Thus, humanitarian work carried out within a DDR process is implemented as part of a political framework whose objectives are not specifically humanitarian. In such a situation, tensions can arise between humanitarian principles and the establishment of the overall political\u2013strategic crisis management framework of integrated peace-building missions, which is the goal of the UN system. Offering health services as part of the DDR process can cause a conflict between the \u2018partiality\u2019 involved in supporting a political transition and the \u2018im- partiality\u2019 needed to protect the humanitarian aspects of the process and humanitarian space.3It is not within the scope of this module to explore all the possible features of such tensions. However, it is useful for personnel involved in the delivery of health care as part of DDR processes to be aware that political priorities can affect operations, and can result in tensions with humanitarian principles. For example, this can occur when humanitarian programmes aimed at combatants are used to create an incentive for them to \u2018buy in\u2019 to the peace process.4", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "5. Health and DDR", - "Heading2": "5.1. Tensions between humanitarian and political objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "To contribute to these political goals, DDR processes use military, economic and humani- tarian \u2014 including health care delivery \u2014 tools.Thus, humanitarian work carried out within a DDR process is implemented as part of a political framework whose objectives are not specifically humanitarian.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8595, - "Score": 0.288675, - "Index": 8595, - "Paragraph": "The food assistance component of a DDR process, and the modality through which food assistance is provided, will be highly context-specific. The appropriate local, country and/or regional approach to assistance shall be adopted and be based on good-quality data and analysis of the social, political and economic context, taking into account gender and age inequalities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process, and the modality through which food assistance is provided, will be highly context-specific.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8621, - "Score": 0.288675, - "Index": 8621, - "Paragraph": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups. In order to encourage self-reliance and minimize resentment from others in the community who do not have access to similar support, over time, and where appropriate, this focus shall be phased out. Any continuing efforts to address the vulnerabilities of reintegrating former combatants, their dependants, and persons formerly associated with armed forces and groups shall take place through other programmes of assistance dealing with the needs of the broader conflict-affected population, recognizing that the effectiveness of these programmes is often related to available resources. The aim shall always be to encourage the re-establishment of self- reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.3 Transition and exit strategies", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6353, - "Score": 0.280056, - "Index": 6353, - "Paragraph": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services. Joint planning and coordination should be informed by a detailed situation analysis and by a number of Minimum Preparedness Actions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 15, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5781, - "Score": 0.280056, - "Index": 5781, - "Paragraph": "Effective communication is a critical aspect of successful DDR (see IDDRS 4.60 on Public Information and Strategic Communication). A specific communication strategy involving, and where safe and possible, led by youth, shall be developed while planning for a youth-focused DDR process. At a minimum, this communication strategy shall include actions to ensure that youth participants and beneficiaries (and their families) are aware of their eligibility and the opportunities on offer, as well as alternative support available for those that are ineligible. Youth can help to identify how best to communicate this information to other youth and to reach youth in a variety of locations. Youth participants and beneficiaries shall be partners in the communications approach, rather than passive recipients.Public information and awareness raising campaigns shall be designed to specifically address the challenges faced by male and female youth transitioning to civilian status and to provide gender responsive information. Specific efforts shall be made to address societal gender norms that may create stigmatization based on gender and hinder reintegration. For example, female youth who were combatants or associated with armed forces or groups may be particularly affected due to societal perceptions surrounding traditional roles. Male youth may also be similarly affected due to community expectations surrounding masculinity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.3 Public information and community sensitization", - "Heading4": "", - "Sentence": "A specific communication strategy involving, and where safe and possible, led by youth, shall be developed while planning for a youth-focused DDR process.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5837, - "Score": 0.280056, - "Index": 5837, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8250, - "Score": 0.280056, - "Index": 8250, - "Paragraph": "Cross\u00adborder abductees should be considered as eligible to participate in reintegration pro\u00ad grammes in the host country or country of origin together with other persons associated with the armed forces and groups, regardless of whether or not they are in possession of weapons. Although linked to the main DDR process, such programmes should be separate from those dealing with persons who have fought/carried weapons, and should carefully screen refugees to identify those who are eligible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.2. Eligibility for DDR", - "Heading4": "", - "Sentence": "Although linked to the main DDR process, such programmes should be separate from those dealing with persons who have fought/carried weapons, and should carefully screen refugees to identify those who are eligible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8665, - "Score": 0.27735, - "Index": 8665, - "Paragraph": "Once food assistance requirements have been identified, the lead food agency should take part in the drawing up of budget proposals. The food assistance component of a DDR process is often funded as part of the wider strategy of assistance and recovery, although the costs of a DDR food assistance component will depend largely on the resources and organizational capacity already in place in a given context. In both mission and non-mission contexts, food assistance in support of a DDR process shall not be implemented in the absence of adequate resources and capacity, including human, financial and logistic resources from donor contributions and/or the UN peacekeeping assessed budget. In mission contexts, the UN peacekeeping assessed budget should be available to support food assistance costs and should be designed to take into account unexpected adjustments to the length of the food assistance component, delays, and other changes that require sufficient and flexible funding.Owing to the potential for unexpected changes, maintaining a well-resourced pipeline is essential. DDR processes are often time-sensitive and volatile, and food/CBTs shall be available for pre-positioning, distribution and/or timely disbursement to avoid the risks caused by delays. The pipeline shall have enough resources not only to meet the needs of the present situation, but also to meet the needs of other possible circumstances outlined in contingency plans.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 17, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.4 Resources and funding", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process is often funded as part of the wider strategy of assistance and recovery, although the costs of a DDR food assistance component will depend largely on the resources and organizational capacity already in place in a given context.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7765, - "Score": 0.275241, - "Index": 7765, - "Paragraph": "This module is intended to assist operators and managers from other sectors who are involved in DDR, as well as health practitioners, to understand how health partners can make their best contribution to the short- and long-term goals of DDR. It provides a framework to support decision-making for health actions. The module highlights key areas that deserve attention and details the specific challenges that are likely to emerge when operating within a DDR framework. It cannot provide a response to all technical problems, but it provides technical references when these are relevant and appropriate, and it assumes that managers, generalists and experienced health staff will consult with each other and coordinate their efforts when planning and implementing health programmes.As the objective of this module is to provide a platform for dialogue in support of the design and implementation of health programmes within a DDR framework, there are two intended audiences: generalists who need to be aware of each component of a DDR process, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contex- tualize their technical expertise.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It cannot provide a response to all technical problems, but it provides technical references when these are relevant and appropriate, and it assumes that managers, generalists and experienced health staff will consult with each other and coordinate their efforts when planning and implementing health programmes.As the objective of this module is to provide a platform for dialogue in support of the design and implementation of health programmes within a DDR framework, there are two intended audiences: generalists who need to be aware of each component of a DDR process, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contex- tualize their technical expertise.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5948, - "Score": 0.273861, - "Index": 5948, - "Paragraph": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market. By providing youth with the means to acquire \u2018employable skills,\u2019 vocational training can increase self-esteem and build confidence, while helping young people to (re)gain respect and appreciation from the community.Most armed conflicts result in the disruption of training and economic systems and, because of time spent in armed forces or groups, many young ex-combatants and persons associated with armed forces and groups do not acquire the skills that lead to a job or to sustainable livelihoods. At the same time, the reconstruction and recovery of a conflict-affected country requires large numbers of skilled and unskilled persons. Training provision needs to reflect the balance between demand and supply, as well as the aspirations of youth DDR participants and beneficiaries.DDR practitioners should develop strong networks with local businesses and agriculturalists in their area of operation as early as possible to engage them as key stakeholders in the reintegration process and to enhance employment and livelihood options post-training. Partnerships with the private sector should be established early on to identify specific employment opportunities for youth post-training. This could include the development of apprenticeship programmes (see below), entering into Memoranda of Understanding (MOUs) with local chambers of commerce or orientation events bringing together key business and community leaders, local authorities, service providers, trade unions, and youth participants. DDR practitioners should explore opportunities to collaborate with vocational training institutes to see how they could adapt their programmes to specifically cater for demobilized youth.Employers\u2019, agriculturalists, and trade unions are important partners, as they may identify growth sectors in the economy, and provide assistance and advice to vocational training agencies. They can help to identify a list of national core competencies or curricula and create a system for national recognition of these competencies/curricula. Employers\u2019 organizations can also encourage their members to offer on-the-job training to young employees by explaining the benefits to their businesses such as increased productivity and competitiveness, and reduced job turn-over and recruitment expenses.Systematic data on the labour market and on the quantitative and qualitative capacities of training partners may be unavailable in conflict-affected countries. Engagement with businesses, agriculturalists, and service providers at the national, sub-national and local levels is therefore vital to fill these knowledge gaps in real-time, and to sensitize these actors on the challenges faced by youth ex-combatants and persons formerly associated with armed forces and groups. DDR practitioners should also explore opportunities to collaborate with national and local authorities, other UN agencies/programmes and any other relevant/appropriate actors to promote the restoration of training facilities and institutions, apprenticeship education and training programmes, and the capacity building of trainers.For youth who have little or no experience of decent work, vocational training should include a broad range of training and livelihood options to provide young people with choice and control over decision-making that affects their lives. In rural settings, agricultural and animal husbandry, veterinary, and related skills may be more valuable and more marketable and should not be ignored as options. Specifically, consideration should be given to the type of training that female youth would prefer, rather than limiting them to training for roles that have traditionally been associated with females .The level of training should also match the need of the local economy to increase the probability of employment, so that the skills and expectations of youth match labour market needs, and training modalities should be developed to most appropriately reflect the learning needs of youth deprived of much of their schooling. As youth may have experienced trauma or loss, mental health and psychosocial support should be available during training to those who need it. Vocational training modalities should also specifically consider those with dependants (particularly young women) to enable them sustained access to training programmes. This may include supporting access to social protection measures such as kindergarten or other forms of childcare. In addition, it is important to understand the motivations and interests of young people as part of facilitating a match of training with the local economy needs.Young people require learning strategies that allow them to learn at their own pace. Learning approaches should be interactive and utilize appropriate new technologies, particularly when attempting to extend skills training to hard-to-reach youth. This may include digital resources and eLearning, as well as mobile skills-building facilities. The role of the trainer involved in these programmes should be that of a facilitator who encourages active learning, supports teamwork and provides a positive adult \u2018role model\u2019 for young participants. Traditional supply-driven and instructor-oriented training methods should be avoided.Where possible, and in order to prepare young people with no previous work experience for the highly competitive labour market, vocational training should be paired with apprenticeship and/or on-the-job training opportunities. Trainees can then combine the skills they are learning with practical experience of norms and values, productivity and competition in the world of work. DDR practitioners should also plan staff development activities that aim at training existing or newly recruited vocational trainers in how to address the specific needs and experiences of young DDR participants and beneficiaries.Youth ex-combatants and persons formerly associated with armed forces or groups can experience further frustration and hopelessness if they do not find a job after having been involved in ineffective or poorly targeted training programme. These feelings can make re-recruitment more likely. One of the clearest lessons learned from past DDR programmes is that even after training, young combatants often struggle to succeed in weak economies that have been damaged by war, as do adults. Businesses owned by former members of armed forces and groups regularly fail due to market saturation, competition with highly qualified people already running the same kinds of businesses, limited experience in business start-up, management and development, and because of the very limited cash available to pay for goods and services in post-war societies. Youth may also be in competition for limited job opportunities with more experienced adults.To address these issues, reintegration programmes should more effectively empower youth by combining several skills in one course, e.g., home economics with tailoring, pastry or soap- making. This is because possession of a range of skills greatly improves the employability of young people. Also, providing easy-to-learn skills such as mobile phone repair makes young people less vulnerable and more adaptable to rapidly changing market demands. Together the acquisition of business skills and life skills (see above) can help young people become more effective in the market. Depending on the context, agricultural and animal husbandry, veterinary, and related skills should be considered.Training demobilized youth in trades they might identify as their preference should be avoided if the trades are not required in the labour market. The feeling of frustration and helplessness that might have caused people to take up arms in the first place only increases when they cannot find employment after training and could increase the risk of re-recruitment. Training and apprenticeship programmes should be adapted to young people\u2019s abilities, interests and needs, to enable them to complete the programme, which will both boost their employment prospects and bolster their self- confidence. A commitment to motivating young people to realize their potential is a vital part of successful programming and implementation.This can be achieved through greater involvement of both youth participants and the business community in reintegration programming and design. This can enable a more realistic appreciation of the economic context, the identification of interesting but non-standard alternatives (so long as they can lead to sustainable job prospects or livelihoods), and the development of initial relationships. Effective career or livelihood counselling will be central to this process, and it is therefore necessary to recruit DDR staff with skills not only in vocational and technical training provision, but also in working with youth. Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 20, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.8 Vocational training", - "Heading4": "", - "Sentence": "Training provision needs to reflect the balance between demand and supply, as well as the aspirations of youth DDR participants and beneficiaries.DDR practitioners should develop strong networks with local businesses and agriculturalists in their area of operation as early as possible to engage them as key stakeholders in the reintegration process and to enhance employment and livelihood options post-training.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8505, - "Score": 0.272166, - "Index": 8505, - "Paragraph": "This module outlines the operational requirements for the planning, design and implementation of the food assistance component of a DDR process in both mission and non-mission settings. It focuses on instances where food assistance is provided by humanitarian food assistance agencies as part of a DDR process to ex-combatants, persons formerly associated with armed forces and groups, dependants and community members.1 It also examines the different modalities through which food assistance can be provided, including in-kind support, cash-based transfers, vouchers and digital payments (such as mobile money transfers). Although not the focus of this module, the guidance provided herein may also be of use to Government and peacekeeping actors engaged in the provision of food assistance during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the operational requirements for the planning, design and implementation of the food assistance component of a DDR process in both mission and non-mission settings.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6310, - "Score": 0.264906, - "Index": 6310, - "Paragraph": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "5. Normative legal frameworks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5741, - "Score": 0.264906, - "Index": 5741, - "Paragraph": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting youth, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of all people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.2", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6246, - "Score": 0.264906, - "Index": 6246, - "Paragraph": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting children and families therefore, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7355, - "Score": 0.264906, - "Index": 7355, - "Paragraph": "Planners should develop a good understanding of the legal, political, economic, social and security context of the DDR programme and how it affects women, men, girls and boys differently, both in the armed forces and groups and in the receiving communities. In addition, planners should understand the different needs of women, men, girls and boys who participate in DDR processes according to their different roles during the conflict (i.e., armed ex-combatants, supporters, or/and depend- ants). The following should be considered. \\n Different choices: There may be a difference in the life choices made by women and girls, as opposed to men and boys. This is because women, men, girls and boys have different roles before, during and after conflicts, and they face different problems and expectations from society and their family. They may, as a result, have different prefer- ences for reintegration training and support. Some women and girls may wish to return to their original homes, while others may choose to follow male partners to a new loca- tion, including across international boundaries; \\n Different functions: Many women and girls participate in armed conflict in roles other than as armed combatants. These individuals, who may have participated as cooks, mes- sengers, informal health care providers, por- ters, sex slaves, etc., are often overlooked in the DDR process. Women and girls carry out these roles both through choice and, in the case of abductees and slaves, because they are forced to do so.Within receiving communities, in which women already have heavy responsibilities for caregiving, reintegration may place fur- ther burdens of work and care on them that will undermine sustainable reintegration if they are not adequately supported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "These individuals, who may have participated as cooks, mes- sengers, informal health care providers, por- ters, sex slaves, etc., are often overlooked in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7584, - "Score": 0.264906, - "Index": 7584, - "Paragraph": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR. At present, the gender dimensions of DDR are not monitored and evaluated effec- tively in DDR programmes, partly because of poorly allocated resources, and partly because there is a shortage of evaluators who are aware of gender issues and have the skills needed to include gender in their evaluation practices.To overcome these gaps, it is necessary to create a primary framework for gender- responsive M&E. Disaggregating existing data by gender alone is not enough. By identifying a set of specific indicators that measure the gender dimensions of DDR programmes and their impacts, it should be possible to come up with more comprehensive and practical recommendations for future programmes. The following matrixes show a set of gender- related indicators for M&E (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).These matrixes consist of six M&E frameworks: \\n 1.Monitoring programme performance (disarmament; demobilization; reintegration) \\n 2.Monitoring process \\n 3.Evaluation of outcomes/results \\n 4.Evaluation of impact \\n 5.Evaluation of budget (gender-responsive budget analysis) \\n 6.Evaluation of programme management.The following are the primary sources of data, and data collection instruments and techniques: \\n national and municipal government data; \\n health-related data (e.g., data collected at ante-natal clinics); \\n programme/project reports; \\n surveys (e.g., household surveys); \\n interviews (e.g., focus groups, structured and open-ended interviews).Whenever necessary, data should be disaggregated not only by gender (to compare men and women), but also by age, different role(s) during the conflict, location (rural/urban) and ethnic background.Gender advisers in the regional office of DDR programme and general evaluators will be the main coordinators for these gender-responsive M&E activities, but the responsibility will fall to the programme director and chief as well. All information should be shared with donors, programme management staff and programme participants, where relevant. Key findings will be used to improve future programmes and M&E. The following tables offer examples of gender analysis frameworks and gender-responsive budgeting analysis for DDR programmes.Note: Female ex-combatants = FXC; women associated with armed groups and forces = FS; female dependants = FD", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 32, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8212, - "Score": 0.264906, - "Index": 8212, - "Paragraph": "When agreement is reached with the host country government about the definition of a child and the methods for providing children with separate treatment from adults, this informa\u00ad tion should be provided to all those involved in the process of identifying and separating combatants (i.e., army, police, peacekeepers, international police, etc.).It is often difficult to decide whether a combatant is under the age of 18, for a range of reasons. The children themselves may not know their own ages. They are likely to be under the influence of commanders who may not want to lose them, or they may be afraid to separate from commanders. Questioning children in the presence of commanders may not, therefore, always provide accurate information, and should be avoided. On the other hand, young adult combatants who do not want to be interned may try to falsify their age. Child protection agencies present at border entry points may be able to help army and police personnel with determining the ages of persons who may be children. It is therefore rec\u00ad ommended that agreement be reached with the government of the host country on the involvement of such agencies as advisers in the identification process (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 20, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.2. Identification of children among foreign combatants", - "Heading4": "", - "Sentence": "It is therefore rec\u00ad ommended that agreement be reached with the government of the host country on the involvement of such agencies as advisers in the identification process (also see IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8277, - "Score": 0.264906, - "Index": 8277, - "Paragraph": "Apart from combatants who are confined in internment camps, there are likely to be other former or active combatants living in communities in host countries. Therefore, national security authorities in host countries, in collaboration with UN missions, should identify sites in the host country where combatants can present themselves for voluntary repatria\u00ad tion and incorporation in DDR programmes. In all locations, UNICEF, in collaboration with child protection NGOs, should verify each child\u2019s age and status as a child soldier. In the event that female combatants and women associated with armed forces and groups are identified, their situation should be brought to the attention of the lead agency for women in the DDR process. Where combatants are in possession of armaments, they should be immediately disarmed by security forces in collaboration with the UN mission in the host country.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.4. Identification of foreign combatants and disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "In the event that female combatants and women associated with armed forces and groups are identified, their situation should be brought to the attention of the lead agency for women in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6558, - "Score": 0.258199, - "Index": 6558, - "Paragraph": "Transition from military to civilian life may be difficult for CAAFAG because, in spite of the hardships they may have experienced during their association, they may also have found a defined role, responsibility, purpose, status and power in an armed force or group. For children who have been in an armed force or group for many years, it may at first seem impossible to conceive of a new life; this is particularly true of younger children or CAAFAG who have been indoctrinated to believe that military life is best for them and who know nothing else.DDR practitioners must work together with child protection actors to prioritize physically removing CAAFAG from contact with adult combatants. Removing CAAFAG from armed forces and groups should be done in a responsible but efficient way. Symbolic actions \u2013 such as replacing military clothing with civilian clothing \u2013 can aid this adjustment; however, such actions must be clearly explained, and the child\u2019s welfare must be paramount. Providing civilian documentation such as identity papers may be symbolic but also practical as it may allow the child to access certain services and therefore ease the child\u2019s reintegration. Children need immediate reassurance that there are fair and realistic alternatives to military life and should receive information that they can understand about the benefits of participating in DDR processes as well as the different steps of the process. However, under no circumstances should interviewers or practitioners make promises or give assurances that they are not absolutely certain they can deliver.Official documentation marking demobilization may help to protect children from abuse by authorities or armed forces and groups that are still active. However, staff should establish that such documents cannot be seen and will not be used as an admission of guilt or wrongdoing. Official identification documents certifying that a child has demobilized can be provided when this protects children from re-recruitment and assures their access to reintegration support. Civilian documents proving the identity of the child with no mention of his/her participation in an armed force or group should be made available as soon as possible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 26, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Children need immediate reassurance that there are fair and realistic alternatives to military life and should receive information that they can understand about the benefits of participating in DDR processes as well as the different steps of the process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7184, - "Score": 0.258199, - "Index": 7184, - "Paragraph": "HIV/AIDS advisers. Peacekeeping missions routinely have HIV/AIDS advisers, assisted by UN volunteers and international/national professionals, as a support function of the mis- sion to provide awareness and prevention programmes for peacekeeping personnel and to integrate HIV/AIDS into mission mandated activities. HIV/AIDS advisers can facilitate the initial training of peer educators, provide guidance on setting up VCT, and assist with the design of information, education and communication materials. They should be involved in the planning of DDR from the outset.Peacekeepers. Peacekeepers are increasingly being trained as HIV/AIDS peer educators, and therefore might be used to help support training. This role would, however, be beyond their agreed duties as defined in troop contributing country memorandums of understanding (MoUs), and would require the agreement of their contingent commander and the force commander. In addition, abilities vary enormously: the mission HIV/AIDS adviser should be consulted to identify those who could take part.Many battalion medical facilities offer basic treatment to host populations, often treating cases of STIs, as part of \u2018hearts and minds\u2019 initiatives. Battalion doctors may be able to assist in training local medical personnel in the syndromic management of STIs, or directly pro- vide treatment to communities. Again, any such assistance provided to host communities is not included in MoUs or self-sustainment agreements, and so would require the authori- zation of contingent commanders and the force commander, and the capability and expertise of any troop-contributing country doctor would have to be assessed in advance.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 18, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.2. HIV-related support for peacekeeping missions", - "Heading3": "", - "Heading4": "", - "Sentence": "They should be involved in the planning of DDR from the outset.Peacekeepers.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7303, - "Score": 0.258199, - "Index": 7303, - "Paragraph": "Generally, it is assumed that armed men are the primary threat to post-conflict security and that they should therefore be the main focus of DDR. The picture is usually more complex than this: although males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females (adults, youth and girls) are also likely to have been involved in violence, and may have participated in every aspect of the conflict. Despite stereotypical beliefs, women and girls are not peacemakers only, but can also contribute to ongoing insecurity and violence during wartime and when wars come to an end.The work carried out by women and girl combatants and other women and girls asso- ciated with armed forces and groups in non-fighting roles may be difficult to measure, but efforts should be made to assess their contribution as accurately as possible when a DDR programme is designed. The involvement of women in the security sector reform (SSR) pro- cesses that accompany and follow DDR should also be deliberately planned from the start. Women take on a variety of roles during wartime. For example, many may fight for brief periods and then return to their communities to carry out other forms of work that contri- bute to the war. These women will have reintegrated and are unlikely to present themselves for DDR. Nor should they be encouraged to do so, since the resources allocated for DDR are limited and intended to create a founda- tion of stability on which longer-term peace and SSR can be built. It is therefore appro- priate, in the reconstruction period, to focus resources on women and men who are still active fighters and potential spoilers. Women who have already rejoined their communities can, however, be an important asset in the rein- tegration period, including through playingexpanded roles in the security sector, and efforts should be made to include their views when designing reintegration processes. Their experiences may significantly help commu- nities with the work of reintegrating former fighters, especially when they are able to help bring about reconciliation and assist in making communities safer.It is important to remember that women are present in every part of a society touched by DDR \u2014 from armed groups and forces to receiving communities. Exclusionary power struc- tures, including a backlash against women entering into political, economic and security structures in a post-conflict period, may make their contributions difficult to assess. It is therefore the responsibility of all DDR planners to work with female representatives and women\u2019s groups, and to make it difficult for male leaders to exclude women from the form- ulation and implementation of DDR processes. Planners of SSR should also pay attention to women as a resource base for improving all aspects of human security in the post-conflict period. It is especially important not to lose the experiences and public standing acquired by those women who played peace-building roles in the conflict period, or who served in an armed group or force, learning skills that can usefully be turned to community service in the reconstruction period.Ultimately, DDR should lead to a sustainable transition from military to civilian rule, and therefore from militarized to civilian structures in the society more broadly. Since women make up at least half the adult population, and in post-conflict situations may head up to 75 percent of all households, the involvement of women in DDR and SSR is the most important factor in achieving effective and sustainable security. Furthermore, as the main caregivers in most cultures, women and girls shoulder more than their fair share of the burden for the social reintegration of male and female ex-combatants, especially the sick, traumatized, injured, HIV-positive and under-aged.Dealing with the needs and harnessing the different capacities and potential of men, women, boy and girl former fighters; their supporters; and their dependants will improve the success of the challenging and long-term transformation process that is DDR, as well as providing a firm foundation for the reconstruction of the security sector to meet peacetime needs. However, even five years since the passing of Security Council resolution 1325 (2000) on Women and Peace and Security, gender is still not fully taken into account in DDR plan- ning and delivery. This module shows policy makers and practitioners how to replace this with a routine consideration of the different needs and capacities of the women and men involved in DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These women will have reintegrated and are unlikely to present themselves for DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7841, - "Score": 0.258199, - "Index": 7841, - "Paragraph": "After the completion of an assessment of the health needs to be met in a crisis, the capacity of the system to meet these needs should be examined. It is necessary to identify the system\u2019s main weaknesses and to make improvements so that they do not endanger the success of the DDR process.7The following information is needed: \\n What is the location and state of existing health infrastructure? What can be done to upgrade it quickly, if necessary? \\n Do adequate storage facilities for health supplies exist nearby? \\n Is there an adequate communications infrastructure/system with a good flow of information? \\n What human resources are there (numbers, qualification and experience levels, and geographical distribution)? \\n Where is the closest humanitarian and/or health organization? Is it ready to participate or offer support? Who will coordinate efforts? \\n What material resources, including supplies, equipment and finances, have been established? \\n What is the state of support systems, including transport, energy, logistics and admin- istration?After answering these questions and assessing the situation, it is possible to identify important gaps in the health system and to start taking steps to support the DDR process (e.g., rehabilitating a health centre in an area where troops will be assembled), and to identify stakeholders \u2014 national and international \u2014 who can form partnerships with the health sector.When relevant and possible, the level of health expertise within armed groups and forces should be assessed to start identifying people who can be trained during the demo- bilization phase. Health expertise should be understood in a wide sense to include, when this is relevant and appropriate, traditional practitioners, and combatants and associates who have experience of health work, even without formal education and training, provided that appropriate supervision is guaranteed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 8, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.2. Assessment of health resources", - "Heading3": "", - "Heading4": "", - "Sentence": "It is necessary to identify the system\u2019s main weaknesses and to make improvements so that they do not endanger the success of the DDR process.7The following information is needed: \\n What is the location and state of existing health infrastructure?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8300, - "Score": 0.258199, - "Index": 8300, - "Paragraph": "Particular care should be taken with regard to whether, and how, to include foreign children associated with armed forces and groups in DDR programmes in the country of origin, especially if they have been living in refugee camps and communities. Since they are already living in a civilian environment, they will benefit most from DDR rehabilitation and rein\u00ad tegration processes. Their level of integration in refugee camps and communities is likely to be different. Some children may be fully integrated as refugees, and it may no longer be in their best interests to be considered as children associated with armed forces and groups in need of DDR assistance upon their return to the country of origin. Other children may not yet have made the transition to a civilian status, even if they have been living in a civilian environment, and it may be in their best interests to participate in a DDR programme. In all cases, stigmatization should be avoided.It is recommended that foreign children associated with armed forces and groups should be individually assessed by UNHCR, UNICEF and/or child protection partner NGOs to plan for the child\u2019s needs upon repatriation, including possible inclusion in an appropriate DDR programme. Factors to consider should include: the nature of the child\u2019s association with armed forces or groups; the circumstances of arrival in the asylum country; the stability of present care arrangements; the levels of integration into camp/community\u00adbased civilian activities; and the status of family\u00adtracing efforts. All decisions should involve the partici\u00ad pation of the child and reflect his/her best interests. It is recommended that assessments should be carried out in the country of asylum, where the child should already be well known to, and should have a relationship of trust with, relevant agencies in the refugee camp or settlement. The assessment can then be given to relevant agencies in the country of origin when planning the voluntary repatriation of the child, and decisions can be made about whether and how to include the child in a DDR programme. If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 27, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.8. Factors affecting foreign children associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5685, - "Score": 0.251976, - "Index": 5685, - "Paragraph": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts. The main objectives of this guidance are: \\n To set out the main principles that guide aspects of DDR processes for Youth. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of youth into armed forces and groups. \\n To provide guidance on youth-focused approaches to DDR and reintegration support highlighting critical personal, social, political, and economic factors.This module is applicable to youth between the ages of 15 and 24. However, the document should be read in conjunction with IDDRS 5.20 on Children and DDR, as youth between the ages of 15 to 17, are also children, and require special considerations and protections in line with legal frameworks for children and may benefit from child sensitive approaches to DDR consistent with the best interests of the child. Children between the ages of 15 to 17 are included in this module in recognition of the reality that children who are nearing the age of 18 are more likely to have employment needs and/or socio- political reintegration demands, requiring additional guidance that is youth-focused. This module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6604, - "Score": 0.251976, - "Index": 6604, - "Paragraph": "CAAFAG face a range of health issues that may impact their reintegration. The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre. However, ongoing health needs shall also be addressed during the reintegration process. This may be via referral to relevant local or national health facilities, medical fee coverage or the direct provision of support. All service and referral provision shall be private and confidential.Reproductive health \\n As soon as possible after their release from an armed force or group, and for as long as necessary, girls and boys who have survived sexual violence, abuse and exploitation shall receive medical care in addition to mental health and psychosocial care (see section 7.9.1). Consideration shall also be given to boys who may have been forced to perpetrate sexual violence. All children who have experienced sexual violence shall receive access to the Minimum Initial Service Package (MISP) for sexual and reproductive health.7 Girl mothers shall be referred to community health services and psychosocial support as a priority. To prevent cycles of violence, girl mothers shall be enabled to learn positive parenting skills so that their children develop in a nurturing household. \\n DDR practitioners should invest in reproductive health awareness-raising initiatives for boys and girls (especially adolescents) covering issues such as safe motherhood, sexual violence, sexually transmitted infections, family planning and the reproductive health of young people. Increasing the awareness of boys will help to reduce the reproductive health burden on girls and enable a gender-transformative approach (see section 4.3). Consideration shall be given to any sensitivities that may arise through the inclusion of boys in these awareness-raising initiatives, and necessary preparations shall be made with families and community leaders to gain their support.HIV/AIDS \\n Children who test positive for HIV/AIDS may experience additional community stigmatization that negatively impacts upon their reintegration. Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential. During reintegration, support for children living with HIV/AIDS should include specialist counselling by personnel with experience of working with children, support to families, targeted referrals to existing medical facilities and linkages to local, national and/or international health programmes. To ease reintegration, community-based HIV/AIDS awareness training and education can be considered (see IDDRS 5.60 on HIV/AIDS and DDR). Children may also prefer to receive treatment in locations that are discreet (i.e., not in public spaces or through discreet entrances at clinics).Drug and alcohol addiction \\n Drugs and alcohol are often used by commanders to establish dependence, manipulate and coerce children into committing violence. Children\u2019s substance use can create obstacles to reintegration such as behavioural issues in the home and community, risk-taking behaviour, poor nutrition and general health, and increased vulnerability to re-recruitment. DDR practitioners should coordinate with child-focused local, national and/or international health organizations to develop or identify for referral drug and alcohol rehabilitation programmes adapted to the needs of CAAFAG. Treatment shall follow the International Standards for the Treatment of Drug Use Disorders.8", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.1 Health", - "Heading4": "", - "Sentence": "The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6933, - "Score": 0.251976, - "Index": 6933, - "Paragraph": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work. It focuses on interventions during the demobilization and reintegration phases. A basic assumption is that broader HIV/AIDS programmes at the community level fall outside the planning requirements of DDR officers. Community programmes require a multisectoral approach and should be sustainable after DDR is completed. The need to integrate HIV/ AIDS in community-based demobilization and reintegration efforts, however, can make this distinction unclear, and therefore it is vital that the national and international part- ners responsible for longer-term HIV/AIDS programmes are involved and have a lead role in DDR initiatives from the outset, and that HIV/AIDS is included in national recon- struction. DDR programmes need to integrate HIV concerns and the planning of national HIV strategies need to consider DDR.The importance of HIV/AIDS sensitization and awareness programmes for peace- keepers is acknowledged, and their potential to assist with programmes is briefly discussed. Guidance on this issue can be provided by mission-based HIV/AIDS advisers, the Depart- ment of Peacekeeping Operations and the Joint UN Programme on HIV/AIDS (UNAIDS).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8777, - "Score": 0.251976, - "Index": 8777, - "Paragraph": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups. As outlined in IDDRS 2.30 on Community Violence Reduction, one way to achieve this may be to involve various groups in the design, implementation and evaluation of an FFA or FFT programme. During these programmes, interaction and dialogue among these groups can build social cohesion and reduce the risk of violence. Food assistance as part of CVR shall be based on food assistance analysis (see section 5) in addition to the assessments that are regularly conducted as part of planning for CVR. These include, among others, a context/conflict analysis, a security and consequence assessment, and a comprehensive and gender-responsive baseline assessment of local violence dynamics (see section 6.3 in IDDRS 2.30 on Community Violence Reduction and IDDRS 3.11 on Integrated Assessments).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.1 Community Violence Reduction", - "Heading4": "", - "Sentence": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8260, - "Score": 0.247436, - "Index": 8260, - "Paragraph": "Since lasting peace and stability in a region depend on the ability of DDR programmes to attract the maximum possible number of former combatants, the following principles relat\u00ad ing to regional and cross\u00adborder issues should be taken into account in planning for DDR: \\n DDR programmes should be open to all persons who have taken part in the con\u00ad flict, including foreigners and nationals who have crossed international borders. Extensive sensitization is needed both in countries of origin and host countries to ensure that all persons entitled to par\u00ad ticipate in DDR programmes are aware of their right to do so; DDR programmes should be open to all persons who have taken part in the conflict, including foreigners and nationals who have crossed international borders. \\n close coordination and links among all DDR programmes in a region are essential. There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible. While DDR programmes may be implemented within a regional framework, such programmes must nevertheless take into full consideration the poli\u00ad tical, social and economic contexts of the different countries in which they are to be implemented; \\n in order to have accurate information on foreign combatants who have been involved in a conflict, DDR registration forms should contain a specific question on the national\u00ad ity of the combatant.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.1. Regional dimensions to be taken into account in setting up DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6425, - "Score": 0.246183, - "Index": 6425, - "Paragraph": "In addition to the context analysis, DDR practitioners and child protection actors should take the following Minimum Preparedness Actions into consideration when planning. These actions (outlined below) are informed by the Interagency Standing Committee\u2019s Emergency Response Preparedness Guidelines (2015): \\n Risk monitoring is an activity that should be ongoing throughout implementation, based on initial risk assessments. Plans should be developed detailing how this action will be conducted. For CAAFAG, specific risks might include (re-)recruitment; lack of access to DDR processes; unidentified psychosocial trauma; family or community abuse; stigmatization; and sexual and gender-based violence. Risk monitoring should specifically consider the needs of girls of all ages. \\n Risk monitoring is especially critical when children self-demobilize and return to communities during ongoing conflict. Results should be disaggregated to ensure that girls and other particularly vulnerable groups are considered. \\n Clearly defined coordination and management arrangements are critical to ensuring a child-sensitive approach for DDR processes, particularly given the complexity of the process and the need for transparency and accountability to generate community support. DDR processes for children involve a number of agencies and stakeholders (national and international) and require comprehensive planning regarding how these bodies will coordinate and report. The opportunity for children to be able to report and provide feedback on DDR processes in a safe and confidential manner shall be ensured. Moreover, an exit strategy should feature within a coordinated approach. \\n Needs assessments, information management and response monitoring arrangements must be central to any planning process. The needs of boy and girl CAAFAG are multifaceted and may change over time. A robust needs assessment and ongoing monitoring of the reintegration process for children is essential to minimize risk, identify opportunities for extended support and ensure the effective 18 protection of all children \u2013 especially vulnerable children \u2013 involved in DDR. Effective information management should be a priority and should include disaggregated data (by age, sex, ethnicity, location, or any other valid variable) to enable DDR practitioners and child protection actors to proactively adapt their approaches as needs emerge. It is important to note that all organizations working with children should fully respect the rights and confidentiality of data subjects, and act in accordance with the \u201cdo no harm\u201d principle and the best interests of children. \\n Case management systems should be community-based and, ideally, fit within existing community-based structures. Case management systems should be used to tailor the types of support that each child needs and should link to sexual and/or gender-based violence case management systems that provide specialized support for children who need it. Because reintegration of children is tailored to the individual needs of a child over time, a case management system is best to both address those needs and to build up case management systems in communities for the long term. \\n Reintegration opportunities and services, including market analysis are critical to inform an effective response that supports the sustainable economic reintegration of children. They should be used in conjunction with socioeconomic profiles to enable the development of solutions that meet market demand as well as the expectations of child participants and beneficiaries, taking into account gendered socio-cultural dynamics. See IDDRS 5.30 on Youth and DDR, sections 7 and 8, for more information. \\n Operational capacity and arrangements to deliver reintegration outcomes and ensure protection are essential to DDR processes for children. Plans should be put in place to enhance the institutional capacity of relevant stakeholders (including UN agencies, national and local Governments, civil society and sectors/clusters) where necessary. Negotiation capacity should also be considered in situations where children continue to be retained by armed forces and groups. The capacity of local service providers, businesses and communities, all of which will be directly involved on a daily basis in the reintegration process, should also be supported. \\n Contingency plans, linked to the risk analysis and monitoring system, should be developed to ensure that DDR processes for children retain enough flexibility to adapt to changing circumstances.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 17, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Clearly defined coordination and management arrangements are critical to ensuring a child-sensitive approach for DDR processes, particularly given the complexity of the process and the need for transparency and accountability to generate community support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7422, - "Score": 0.246183, - "Index": 7422, - "Paragraph": "Male and female ex-combatants should be equally able to get access to clear information on their eligibility for participation in DDR programmes, as well as the benefits available to them and how to obtain them. At the same time, information and awareness-raising sessions should be offered to the communities that will receive ex-combatants, especially to women\u2019s groups, to help them understand what DDR is, and what they can and cannot expect to gain from it.Information campaigns though the media (e.g., radio and newspapers) should provide information that encourages ex-combatants, supporters and dependants to join programmes. However, it is important to bear in mind that women do not always have access to these tech- nologies, and word of mouth may be the best way of spreading information aimed at them.Eligibility criteria for the three groups of participants should be clearly provided through the information campaign. This includes informing male ex-combatants that women and girls are participants in DDR and that they (i.e., the men) face punishment if they do not release sex slaves. Women and girls should be informed that separate accommodation facil- ities and services (including registration) will be provided for them. Female staff should be present at all assembly areas to process women who report for DDR.Gender balance shall be a priority among staff in the assembly and cantonment sites. It is especially important that men see women in positions of authority in DDR processes. If there are no female leaders (including field officers), men are unlikely to take seriously education efforts aimed at changing their attitudes and ideas about militarized, masculine power. Therefore, information campaigns should emphasize the importance of female lead- ership and of coordination between local women\u2019s NGOs and other civil society groups.Registration forms and questionnaires should be designed to supply sex-disaggregated data on groups to be demobilized.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 15, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.1. Assembly: Gender-aware interventions", - "Heading4": "", - "Sentence": "Female staff should be present at all assembly areas to process women who report for DDR.Gender balance shall be a priority among staff in the assembly and cantonment sites.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6185, - "Score": 0.240772, - "Index": 6185, - "Paragraph": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings. The main objectives of this guidance are: \\n To set out the main principles that guide all aspects of DDR processes for children. \\n To outline the normative legal framework that applies to children and must be integrated across DDR processes for children through planning, design, implementation and monitoring and evaluation. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of children into armed forces and groups. \\n To provide guidance on child- and gender-sensitive approaches to DDR highlighting the importance of both individualized and community-based approaches. \\n To highlight international norms and standards around criminal responsibility and accountability in relation to CAAFAG.This module is applicable to all CAAFAG but should be used in conjunction with IDDRS 5.30 on Youth and DDR. IDDRS 5.30 provides guidance on children who are closer to 18 years of age. These children, who are likely to enter into employment and who have socio-political reintegration demands, especially young adults with their own children, require special assistance. The challenge of demobilizing and reintegrating former combatants who were mobilized as children and demobilized as adults is also covered in IDDRS 5.30. In addition, this module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6277, - "Score": 0.240772, - "Index": 6277, - "Paragraph": "DDR processes for children shall link to national and local structures for child protection with efforts to strengthen institutions working on child rights and advocacy. DDR processes for children require a long implementation period and the long-term success of DDR processes depends on and correlates to the capacities of local actors and communities. These capacities shall be strengthened to support community acceptance and local advocacy potential.Participatory and decentralized consultation should be encouraged so that common strategies, responsive to local realities, can be designed. National frameworks, including guiding principles, norms and procedures specific to the local and regional context, shall be established. Clear roles and responsibilities, including engagement and exit strategies, shall be agreed upon by all actors. All such consultation must ensure that the voices of children, both boys and girls, are heard and their views are incorporated into the design of DDR processes. As social norms may influence the ability of children to speak openly and safely, DDR practitioners shall consult with experts on child participation.To ensure long-term sustainability, Government should be a key partner/owner in DDR processes for children. The level of responsibility and national ownership will depend on the context and/or the terms of the peace accord (if one exists). Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children. Where possible, support should be provided to build Government capacity on child protection and other critical social services.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7137, - "Score": 0.240772, - "Index": 7137, - "Paragraph": "Post-exposure prophylaxis (PEP) kits are a short-term antiretroviral treatment that reduces the likelihood of HIV infection after potential exposure to infected body fluids, such as through a needle-stick injury, or as a result of rape. The treatment should only be administered by a qualified health care practitioner. It essentially consists of taking high doses of ARVs for 28 days. To be effective, the treatment must start within 2 to 72 hours of the possible exposure; the earlier the treatment is started, the more effective it is. The patient should be counselled extensively before starting treatment, and advised to follow up with regular check-ups and HIV testing. PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.6. Provision of post-exposure prophylaxis kits", - "Heading3": "", - "Heading4": "", - "Sentence": "PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8262, - "Score": 0.240772, - "Index": 8262, - "Paragraph": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders. UN peacekeeping missions and regional organizations have a key role to play in carrying out such agreements, particularly in view of the sensitivity of issues concerning foreign combatants.Agreements should contain guarantees for the repatriation in safety and dignity of former combatants, bearing in mind, however, that States have the right to try individuals for criminal offences not covered by amnesties. In the spirit of post\u00adwar reconciliation, guarantees may include an amnesty for desertion or an undertaking that no action will be taken in the case of former combatants from the government forces who laid down their arms upon entry into the host country. Protection from prosecution as mercenaries may also be necessary. However, there shall be no amnesty for breaches of international humanitarian law during the conflict.Agreements should also provide a basis for resolving nationality issues, including meth\u00ad ods of finding out the nationality those involved, deciding on the country in which former combatants will participate in a DDR programme and the country of eventual destination. Family members\u2019 nationalities may have to be taken into account when making long\u00adterm plans for particular families, such as in cases where spouses and children are of different nationalities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.2. Repatriation agreements", - "Heading3": "", - "Heading4": "", - "Sentence": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8625, - "Score": 0.240772, - "Index": 8625, - "Paragraph": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC. This request signals the need for the lead food agency to begin inter-agency coordination, in order to ensure that the operational requirements of a food assistance component are fully incorporated into an integrated DDR process framework.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8682, - "Score": 0.240772, - "Index": 8682, - "Paragraph": "The primary logistical goal of the food assistance component of a DDR process is to deliver food supplies to the right place, at the right time and cost, in good condition and with no loss. The main elements of a logistics strategy should include: \\n Port(s) of entry \u2013 identifying the most appropriate unloading port with the best location, capacity and costs; \\n Identifying the location for/of the warehouses in transit and recipient countries; \\n Identifying logistics corridors/routes and means of transport. The logistics strategy should plan for the following: \\n Organizing transport; \\n Setting up and managing warehouses; \\n Identifying additional needs; \\n Special operations; \\n Recommended logistic arrangements; \\n Cost analysis.The logistics strategy should be based on the logistics capacity assessment, which gives a detailed overview of the logistics infrastructure in the relevant country. Once the agencies and partners in the DDR process have been identified, an assessment of their logistics capacity is prepared through consultations, in order to develop the logistics strategy.Agreements signed by all the organizations and agencies concerned provide the basis for logistics planning. All partners shall formally define their logistics roles and responsibilities, including the reporting and financial obligations of each. Every agreement must deal with logistics issues and clearly define the logistics responsibilities of all participating partners. The assessments of partners\u2019 capacities and structures carried out during the preparation phase shall provide the basis for agreements and eventually be reflected in them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 18, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.1 Logistics strategy", - "Heading4": "", - "Sentence": "The primary logistical goal of the food assistance component of a DDR process is to deliver food supplies to the right place, at the right time and cost, in good condition and with no loss.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 5804, - "Score": 0.235702, - "Index": 5804, - "Paragraph": "DDR processes for female ex-combatants, females formerly associated with armed forces or groups and female dependents shall be gender-responsive and gender-transformative. To ensure that DDR processes reflect the differing needs, capacities, and priorities of young women and girls, it is critical that gender analysis is a key feature of all DDR assessments and is incorporated into in all stages of DDR (see IDDRS 3.11 on Integrated Assessments and IDDRS 5.10 Women, Gender and DDR for more information).Young women and girls are often at great risk of gender-based violence, including conflict related sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery. Women\u2019s specific health needs, including gynaecological care should be planned for, and reproductive health services, and prophylactics against sexually transmitted infections (STI) should be included as essential items in any health care packages (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR).With the exception of identified child dependents, young women and girls shall be kept separately from men during demobilization processes. Young women and girls (and their dependents) should be provided with gender-sensitive legal assistance, as well as support in securing civil documentation (i.e., personal ID, birth certificate, marriage certificate, death certificate, etc.), if and when relevant. An absence of such documentation can create significant barriers to reintegration, access to basic services such as health care and education, and in some cases can leave women and children at risk of statelessness.Young women and girls often face different challenges during the reintegration process, facing increased stigma, discrimination and rejection, which may be exacerbated by the presence of a child that was conceived during their association with the armed force or armed group. Based on gender analysis which considers the level of stigma and risk in communities of return, DDR practitioners should engage with communities, leveraging women\u2019s civil society organizations, to address and navigate the different cultural, political, protection and socioeconomic barriers faced by young women and girls (and their dependents) during reintegration.The inclusion of young women and girls in DDR processes is central to a gender- transformative approach, aimed at shifting social norms and addressing structural inequalities that lead young women and girls to engage in armed conflict and that negatively affect their reintegration. Within DDR processes, a gender-transformative approach shall focus on the following: \\n Agency: Interventions should strengthen the individual and collective capacities (knowledge and skills), attitudes, critical reflection, assets, actions and access to services that support the reintegration of young women and girls. \\n Relations: Interventions should equip young women and girls with the skills to navigate the expectations and cooperative or negotiation dynamics embedded within relationships between people in the home, market, community, and groups and organizations that will influence choice. Interventions should also engage men and boys to challenge gender inequities including through education and dialogue on gender norms, relations, violence and inequality, which can negatively impact women, men, children, families and societies. \\n Structures: Interventions should address the informal and formal institutional rules and practices, social norms and statuses that limit options available to young women and girls and work to create space for their empowerment. This will require engaging both female and male leaders including community and religious leaders.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 10, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "5.1 Gender responsive and transformative", - "Heading3": "", - "Heading4": "", - "Sentence": "To ensure that DDR processes reflect the differing needs, capacities, and priorities of young women and girls, it is critical that gender analysis is a key feature of all DDR assessments and is incorporated into in all stages of DDR (see IDDRS 3.11 on Integrated Assessments and IDDRS 5.10 Women, Gender and DDR for more information).Young women and girls are often at great risk of gender-based violence, including conflict related sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5894, - "Score": 0.235702, - "Index": 5894, - "Paragraph": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration. These health interventions should be planned as a distinct component of reintegration programming rather than as ad hoc support. For more information, see IDDRS 5.70 Health and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 16, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.2 Health", - "Heading4": "", - "Sentence": "For more information, see IDDRS 5.70 Health and DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6508, - "Score": 0.235702, - "Index": 6508, - "Paragraph": "The most effective way to prevent child (re-)recruitment is the development and ongoing strengthening of a protective environment. Building a protective environment helps all children in the community and supports not only prevention of (re-)recruitment but effective reintegration. To this end, DDR practitioners should jointly coordinate with Government, civil society, and child protection actors involved in providing services during DDR processes to strengthen the protective environment of children in affected communities through:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 23, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "", - "Heading4": "", - "Sentence": "To this end, DDR practitioners should jointly coordinate with Government, civil society, and child protection actors involved in providing services during DDR processes to strengthen the protective environment of children in affected communities through:", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6658, - "Score": 0.235702, - "Index": 6658, - "Paragraph": "Families and communities have a critical role to play in the successful reintegration of CAAFAG. After their release, many CAAFAG return to some form of family relationship \u2013 be it with parents or extended family. Others, however, do not return to their family due to fear or rejection, or because their families may have been killed or cannot be traced. Family rejection often disproportionately affects girls, as they are presumed to have engaged in sexual relations with men or to have performed roles not regarded as suitable for girls according to traditional norms.With family acceptance and support, reintegration is more likely to be successful. The process of family reintegration, however, is not always simple. Residual conflict may remain, or new conflicts may emerge due to various stressors. Intergenerational conflict, often a feature of societies in conflict, may be an issue and, as returning children push for voice and recognition, can intensify. Assisting families in the creation of a supportive environment for returning CAAFAG can be achieved through a variety of means and should be considered in all DDR processes for children. This support may take a number of different forms: \\n Psychosocial support to the extended family can help to address broader psychosocial well-being concerns, overcome initial tensions and strengthen the resilience of the family as a whole. \\n Positive parenting programmes can increase awareness of the rights (and needs) of the child and help to develop parenting skills to better support returning CAAFAG (e.g., recognizing symptoms of trauma, parent-child communication, productively addressing negative behaviours in the child). \\n Promotion of parent-teacher associations (development or membership of) can provide ways for parents to support their children in school and highlight parents\u2019 needs (e.g., help with fees, uniforms, food). \\n Income-generating activities that involve or support the whole family rather than only the child can alleviate financial concerns and promote working together. \\n Establishment of community-based child protection networks involving parents can assist in the delivery of early warnings related to recruitment risk, children\u2019s engagement in risk-taking behaviours (e.g., drug or alcohol abuse, unsafe sex) or conflicts among children and youth in the community. \\n Support to associations of families of conflict-affected children beyond CAAFAG can help build awareness in the community of their specific needs, address stigma and provide support in a range of areas including health, income generation, community voice and participation.When supporting families to take a stronger role in the reintegration of their children, it is important that the wider community does not feel that children are rewarded for their involvement with armed forces or groups, or that broader community needs are being neglected. Community acceptance is essential for a child\u2019s reintegration, but preconceived ideas about children coming out of armed forces and groups, or the scars of violence committed against families and/or communities, can severely limit community support. To prevent reprisals, stigmatization and community rejection, communities shall be prepared for returning CAAFAG through sensitization. This sensitization process shall begin as early as possible. Additional activities to help prepare the community include the strengthening of local child protection networks, peace and reconciliation education, and events aimed at encouraging the lasting reintegration of children.Cultural, religious and traditional rituals can play an important role in the protection and reintegration of girls and boys into their communities. These may include traditional healing, cleansing and forgiveness rituals, where they are considered not to be harmful; the development of solidarity mechanisms based on tradition; and the use of proverbs and sayings in sensitization and mediation activities. Care should be taken to ensure that religious beliefs serve the best interests of the child, especially in areas where religion or cultural values may have played a role in recruitment.Reconciliation ceremonies can offer forgiveness for acts committed, allow children to be \u2018cleansed\u2019 of the violence they have suffered or contributed to, restore cultural links and demonstrate children\u2019s involvement in civilian life. Such ceremonies can increase the commitment of communities to a child\u2019s reintegration process. Children should contribute to the creation of appropriate reintegration mechanisms to improve their sense of belonging and capacity. However, it is also essential to understand and neutralize community traditions that are physically or mentally harmful to a child. In addition, such rituals may not be suitable in all contexts.Particular attention should be paid to the information that circulates among communities about returning boys and girls, so that harmful rumours (e.g., about real or presumed rates of HIV/AIDS among them and the alleged sexual behaviour of girls) can be effectively countered. Girls are at highest risk of rejection by their communities, and it is important for programme staff to engage on a continual basis with the community to educate them about the experience girls have had and the challenges they face without fostering pity or stigma. Programme staff should consult with affected girls and include them in the planning and implementation of initiatives, including how their experiences are portrayed, where possible.Specific focus should be given to addressing issues of gender-based violence, including sexual violence. Girls who experience gender-based violence during their time associated with an armed force or group will often face stigmatization on their return, while boys will often never discuss it due to societal taboos.Specific engagement with communities to aid the reintegration of CAAFAG may include: \\n Community sensitization and awareness-raising to educate communities on the rights of the child, the challenges CAAFAG face in their reintegration and the role that the community plays in this process; \\n Community-based psychosocial support addressing the needs of conflict-affected community members as well as CAAFAG and their families; \\n Community-wide parenting programmes that include the parents of CAAFAG and non-CAAFAG and help improve awareness and foster social inclusion and cohesion; \\n Support to community-based child protection structures that benefits the whole community, including those that reduce the risk of recruitment; \\n Investment in child-focused infrastructure rehabilitation (e.g., schools, health centres, child/youth centres) that provide benefit to all children in the community; \\n Community-wide income-generation and employment programmes that bring older children as well as the parents of CAAFAG and non-CAAFAG together and provide much-needed livelihood opportunities; \\n Creation of community child committees that bring together community leaders, parents and child representatives (selected from children in the community, including CAAFAG and non- CAAFAG) to provide children with a platform to ensure their voice and participation, especially in the reconstruction process, is guaranteed; and \\n Advocacy support (including training, resources and/or linkages) to increase the role and voice of communities and children/youth in the development/revision of national child and youth policies, as well as interventions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 34, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.4 Supporting families and communities", - "Heading4": "", - "Sentence": "The process of family reintegration, however, is not always simple.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6749, - "Score": 0.235702, - "Index": 6749, - "Paragraph": "Being recognized, accepted, respected, and heard in the community is an important part of the reintegration process. However, this is a complex issue for children, as they are generally excluded from community decision-making processes. Children may also lack the self-esteem and skills necessary to engage in community affairs usually reserved for adults. Reintegration support should strive to generate capacities for such participation in civilian life.Although political reintegration is generally a feature of adult DDR processes (see IDDRS 4.30 on Reintegration), children also have political rights and should be heard in decisions that shape their future. Efforts should be made to ensure that children\u2019s voices are heard in local-level decision-making processes that affect them. Not only is this a rights-based issue, but it is also an important way to address some of the grievances that may have led to their recruitment (and potential re-recruitment). For children nearing the age of majority, having a voice in decision- making can be a key factor in reducing intergenerational conflict.CAAFAG may face particular difficulties attaining a role in their community due to their past associations or because they belong to communities that were excluded prior to the conflict. Girls, persons with disabilities, or people living with HIV/AIDS may also be denied full participation in community life. The creation of inclusive societies is an issue bigger than DDR. However, the reintegration process provides an opportunity to make an initial investment in this endeavour through potential interventions in several areas.Civic education \\n To make the transition from military to civilian life, children need to be aware of their political rights and, eventually, responsibilities. They need to understand good citizenship, communication and teamwork, and non-violent conflict resolution methods. Ultimately, it is the child\u2019s behaviour that will facilitate successful reintegration, and preparing a child to engage socially and politically, in a productive manner, will be central to this process. Such activities can prepare them to play a socially useful role that is acknowledged by the community. Special efforts should be made to include girls in civic education training to ensure they are aware of their rights. However, children should not be forced to participate in any activities, nor used by armed or political groups to achieve specific political objectives, and their rights to free speech, opinion and privacy should be prioritized.Ensure child participants in DDR processes have a voice in local and national recovery \\n DDR processes should be aligned with national plans and strategies for recovery, the design of which should be informed by inputs from their participants. The inclusion of conflict-affected children and CAAFAG in these processes enables children to identify and advocate for specific measures of importance with regard to youth and recovery policies. Specific attention should be given to particularly vulnerable groups who may ordinarily be marginalized.Promote the gender transformation agenda \\n Efforts to strengthen the agency of girls will only go so far in addressing gender inequality. It is also important to work with the relationships and structures present that contribute to their (dis)empowerment. It is critical to support the voice and representation of girls within their communities to enable their full reintegration and to contribute to eradication of the structural inequalities that influenced their recruitment. Working with men and boys to address male gender roles and masculine norms that promote violence is required.Build a collective voice \\n An inclusive programme sees community children, particularly those affected by conflict in other ways, participating in programming alongside CAAFAG. This provides an opportunity for children and youth to coordinate and advocate for greater inclusion in decision-making processes.Create children\u2019s committees across the various areas of reintegration programming \\n Children should have the opportunity to put forward their views individually and collectively. Doing so will provide a mechanism to substantively improve programme outcomes and thus ensure the best interests of the child. It also gives greater voice to other vulnerable and marginalized children in the community. Steps should be taken to ensure that girls, and especially girl mothers, are included in these committees.Encourage the participation and visibility of programme beneficiaries in public events \\n Greater participation and visibility of CAAFAG as well as non-CAAFAG will increase the opportunities for children to be involved in community processes. As community members, and community decision makers in particular, have more positive interactions with CAAFAG, they are more likely to open up space for their involvement in community affairs. However, all participation shall be voluntary, and CAAFAG should not be pushed into visible roles unless they feel comfortable occupying them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 40, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.9 Voice, participation and representation", - "Heading4": "", - "Sentence": "The creation of inclusive societies is an issue bigger than DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7105, - "Score": 0.235702, - "Index": 7105, - "Paragraph": "Counselling and testing as a way of allowing people to find out their HIV status is an inte- gral element of prevention activities. Testing can be problematic in countries where ARVs are not yet easily available, and it is therefore important that any test is based on informed consent and that providers are transparent about benefits and options (for example, addi- tional nutritional support for HIV-positive people from the World Food Programme, and treatment for opportunistic infections). The confidentiality of results shall also be assured. Even if treatment is not available, HIV-positive individuals can be provided with nutritional and other health advice to avoid opportunistic infections (also see IDDRS 5.50 on Food Aid Programmes in DDR). Their HIV status may also influence their personal planning, includ- ing vocational choices, etc. According to UNAIDS, the majority of people living with HIV do not even know that they are infected. This emphasizes the importance of providing DDR participants with the option to find out their HIV status. Indeed, it may be that demand for VCT at the local level will have to be generated through awareness and advocacy cam- paigns, as people may either not understand the relevance of, or be reluctant to have, an HIV-test.It is particularly important for pregnant women to know their HIV status, as this may affect the health of their baby. During counselling, information on mother-to-child-trans- mission, including short-course ARV therapy (to reduce the risk of transmission from an HIV-positive mother to the foetus), and guidance on breastfeeding can be provided. Testing technologies have improved significantly, cutting the time required to get a result and reduc- ing the reliance on laboratory facilities. It is therefore more feasible to include testing and counselling in DDR. Testing and counselling for children associated with armed forces and groups should only be carried out in consultation with a child-protection officer with, where possible, the informed consent of the parent (see IDDRS 5.30 on Children and DDR). \\n Training and funding of HIV counsellors: Based on an assessment of existing capacity, counsellors could include local medical personnel, religious leaders, NGOs and CBOs. Counselling capacity needs to be generated (where it does not already exist) and funded to ensure suffi- cient personnel to run VCT and testing being offered as part of routine health checks, either in cantonment sites or during community-based demobilization, and continued during rein- sertion and reintegration (see section 10.1 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore more feasible to include testing and counselling in DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7915, - "Score": 0.235702, - "Index": 7915, - "Paragraph": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002. \\n 2 Zagaria, N. and G. Arcadu, What Role for Health in a Peace Process? The Case Study of Angola, Rome, October 1997. \\n 3 Eide, E. B., A. T. Kaspersen, R. Kent and K. von Hippel, Report on Integrated Missions: Practical Perspec\u00ad tive and Recommendation, Independent Study for the Expanded UN ECHA (Executive Committee for Humanitarian Affairs) Core Group, May 2005, pp. 3 and 28. \\n 4 In one example, in Angola during UN Verification Angola Mission III, the humanitarian entitlements for UNITA troops were much higher than the ones provided for their dependants. \\n 5 For technical guidance, refer to WHO, Communicable Disease Control in Emergencies: A Field Manual, http://www.who.int/infectious-disease-news/IDdocs/whocds200527/whocds200527chapters/ index.htm. \\n 6 For short health profiles of many countries in crisis, and for guidelines on rapid health assessments, see WHO, http://www.who.int/hac. \\n 7 The Sphere Project provides a wide range of standards that can provide useful points of reference for an assessment of the capacity of a local health system in a poor country (see Sphere Project, Humani\u00ad tarian Charter and Minimum Standards in Disaster Response, 2004, or http://www.sphereproject.org). \\n 8 See Women\u2019s Commission for Refugee Women and Children, Field\u00adfriendly Guide to Integrate Emergency Obstetric Care in Humanitarian Programs, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 9 Case definitions must be developed for each health event/disease/syndrome. Standard WHO case definitions are available, but these may have to be adapted according to the local situation. If pos- sible, the case definitions of the host country\u2019s ministry of health should be used, if they are available. What is important is that all of those reporting to the monitoring/surveillance system, regardless of affiliation, use the same case definitions so that there is consistency in reporting. \\n 10 See Reproductive Health Responses in Conflict Consortium, Emergency Contraception for Conflict Affected Settings: A Reproductive Health Response in Conflict Consortium Distance Learning Module, 2004, http:// www.rhrc.org/resources/general%5Ffieldtools/. \\n 11 See the Sphere Project, op. cit., pp. 291\u2013293. \\n 12 WHO/Emergency and Humanitarian Action, op. cit. \\n 13 Emergency reproductive health (RH) kits were originally developed in 1996 by the members of the Inter-Agency Working Group on Reproductive Health in Refugee Situations to deliver RH services in emergency and refugee situations. To obtain these kits, the DDR practitioners/health experts should contact the WHO/UNFPA field office in that country or relevant implementing partners. \\n 14 http://www.who.int/child-adolescent-health; see also WHO/UN High Commissioner for Refugees, Clinical Management of Rape Survivors: Developing Protocols for Use with Refugees and Internally Displaced Persons, revised edition, 2004, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 15 See resources at the Reproductive Health in Conflict Consortium, http://www.rhrc.org/resources/ general%5Ffieldtools/, especially the Inter\u00adagency Field Manual.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 17, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 2 Zagaria, N. and G. Arcadu, What Role for Health in a Peace Process?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7831, - "Score": 0.235702, - "Index": 7831, - "Paragraph": "Three key questions must be asked in order to create an epidemiological profile: (1) What is the health status of the targeted population? (2) What health risks, if any, will they face when they move during DDR processes? (3) What health threats might they pose, if any, to local communities near transit areas or those in which they reintegrate?Epidemiological data, i.e., at least minimum statistics on the most prevalent causes of illness and death, are usually available from the national health authorities or the WHO country office. These data are usually of poor quality in war-torn countries or those in transi- tion into a post-conflict phase, and are often outdated. However, even a broad overview can provide enough information to start planning.Assess the risks and plan accordingly.5 Information that will be needed includes: \\n the composition of target population (age and sex) and their general health status; \\n the transit sites and the health care situation there; \\n the places to which former combatants and the people associated with them will return and the capacity to supply health services there.ore detailed and updated information may be available from NGOs working in the area or the health services of the armed forces or groups. If possible, it should come from field assessments or rapid surveys.6 The following guiding questions should be asked: \\n What kinds of population movements are expected during the DDR process (not only movements of people associated with armed forces and groups, but also an idea of where populations of refugees and internally displaced persons might intersect/interact with them in some way)? \\n What are the most prevalent health hazards (e.g., endemic diseases, history of epidem- ics) in the areas of origin, transit and destination? \\n What is the size of groups (women combatants and associates, child soldiers, disabled people, etc.) with specific health needs? \\n Are there specific health concerns relating to military personnel, as opposed to the civil- ian population?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.1. Assessing epidemiological profiles", - "Heading3": "", - "Heading4": "", - "Sentence": "(2) What health risks, if any, will they face when they move during DDR processes?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8416, - "Score": 0.235702, - "Index": 8416, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8614, - "Score": 0.235702, - "Index": 8614, - "Paragraph": "The lead food assistance agency shall participate in all negotiation and planning processes that may have a direct or indirect effect on the design and implementation of the food assistance component of a DDR process. All cooperating and implementing partners in the food assistance component shall be consulted during the planning process in order to establish the appropriate and necessary measures for exchanging information and coordinating activities. Assessments shall involve and inform local communities and, where possible, consultation on the design of a food assistance component shall include these communities and a feedback mechanism to support continual refinement.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.1 Assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "The lead food assistance agency shall participate in all negotiation and planning processes that may have a direct or indirect effect on the design and implementation of the food assistance component of a DDR process.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5675, - "Score": 0.23094, - "Index": 5675, - "Paragraph": "DDR processes are often conducted in contexts where the majority of combatants and fighters are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age. If DDR processes cater only to younger children and mature adults, the specific needs and experiences of youth may be missed. DDR practitioners shall promote the participation, recovery and sustainable reintegration of youth, as failure to consider their needs and opinions can undermine their rights, their agency and, ultimately, peace processes.In countries affected by conflict, youth are a force for positive change, while at the same time, some young people may be vulnerable to being drawn into conflict. To provide a safe and inclusive space for youth, manage the expectations of youth in DDR processes and direct their energies positively, DDR practitioners shall support youth in developing the necessary knowledge and skills to thrive and promote an enabling environment where young people can more systematically have influence upon their own lives and societies. The reintegration of youth is particularly complex due to a mix of underlying economic, social, political, and/or personal factors often driving the recruitment of youth into armed forces or groups. This may include social and political marginalization, protracted displacement, other forms of social exclusion, or grievances against the State. DDR practitioners shall therefore pay special attention to promoting significant participation and representation of youth in all DDR processes, so that reintegration support is sensitive to the rights, aspirations, and perspectives of youth. Their reintegration may also be more complex, as they may have become associated with an armed forces or group during formative years of brain development and social conditioning. Whenever possible, reintegration planning for youth should be linked to national reconciliation strategies, socioeconomic reconstruction plans, and youth development policies.The specific needs of youth transitioning to civilian life are diverse, as youth often require gender responsive services to address social, acute and/or chronic medical and psychosocial support needs resulting from the conflict. Youth may face greater levels of societal pressure and responsibility, and as such, be expected to work, support family, and take on leadership roles in their communities. Recognizing this, as well as the need for youth to have the ability to resolve conflict in non-violent ways, DDR practitioners shall invest in and mainstream life skills development across all components of reintegration programming.As youth may have missed out on education or may have limited employable skills to enable them to provide for their families and contribute to their communities, complementary programming is required to promote educational and employment opportunities that are sensitive to their needs and challenges. This may include support to access formal education, accelerated learning curricula, or market-driven vocational training coupled with apprenticeships or \u2018on-the-job\u2019 (OTJ) training to develop employable skills. Youth should also be supported with employment services ranging from employment counselling, career guidance and information on the labour market to help youth identify opportunities for learning and work and navigate the complex barriers they may face when entering the labour market. Given the severe competition often seen in post-conflict labour markets, DDR processes should support opportunities for youth entrepreneurship, business training, and access to microfinance to equip youth with practical skills and capital to start and manage small businesses or cooperatives and should consider the long-term impact of educational deprivation on their employment opportunities.It is critical that youth have a structured platform to have their voices heard by decision- makers, often comprised of the elder generation. Where possible DDR practitioners should look for opportunities to include the perspective of youth in local and national peace processes. DDR practitioners should ensure that youth play a central role in the planning, design, implementation and monitoring and evaluation of Community Violence Reduction (CVR) programmes and transitional Weapons and Ammunition Management (WAM) measures.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall therefore pay special attention to promoting significant participation and representation of youth in all DDR processes, so that reintegration support is sensitive to the rights, aspirations, and perspectives of youth.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6289, - "Score": 0.23094, - "Index": 6289, - "Paragraph": "Prevention and release require considerations related to safety of children, families, communities, DDR practitioners and other staff delivering services for children. DDR processes for children may be implemented in locations where conflict is ongoing or escalating, or in fragile environments. Such contexts present many potential risks and DDR practitioners shall therefore conduct risk assessments and put in place measures to mitigate identified risks before initiating DDR processes. Particular consideration shall be given to the needs of girls and protection of all children from sexual exploitation and abuse. All staff of UN organizations delivering child protection services and organizing DDR processes shall adhere to the requirements of the Secretary-General\u2019s Bulletin on the Special Measures for Protection from Sexual Exploitation and Sexual Abuse (for UN entities) and the Interagency Standing Committee\u2019s Six Core Principles Relating to Sexual Exploitation and Abuse.DDR processes shall establish an organizational child protection policy and/or safeguarding policy and an individual code of conduct that have clear, strong, and positive commitments to safeguard children and that outline appropriate standards of conduct, preventive measures, reporting, monitoring, investigation and corrective measures the Organization will take to protect participants and beneficiaries from sexual exploitation and abuse.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "Such contexts present many potential risks and DDR practitioners shall therefore conduct risk assessments and put in place measures to mitigate identified risks before initiating DDR processes.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7510, - "Score": 0.229416, - "Index": 7510, - "Paragraph": "Empowerment: Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self- reliance. No one can empower another; only the individual can empower herself or himself to make choices or to speak out. However, institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups.3 Empowerment of participants, regardless of their gender, should be a central goal of any DDR interventions, and measures should be taken to ensure that no particular group is disem- powered or excluded through the DDR process.Gender: The social attributes and opportunities associated with being male and female and the relationships between women, men, girls and boys, as well as the relations between women and those between men. These attributes, opportunities and relationships are socially con- structed and are learned through socialization processes. They are context/time-specific and changeable. Gender is part of the broader sociocultural context. Other important criteria for sociocultural analysis include class, race, poverty level, ethnic group and age.4 The concept of gender also includes the expectations held about the characteristics, aptitudes and likely behaviours of both women and men (femininity and masculinity). The concept of gender is vital, because, when it is applied to social analysis, it reveals how women\u2019s sub- ordination (or men\u2019s domination) is socially constructed. As such, the subordination can be changed or ended. It is not biologically predetermined, nor is it fixed forever.5 As with any group, interactions among armed forces and groups, members\u2019 roles and responsibili- ties within the group, and interactions between members of armed forces/groups and policy and decision makers are all heavily influenced by prevailing gender roles and gender rela- tions in society. In fact, gender roles significantly affect the behaviour of individuals even when they are in a sex-segregated environment, such as an all-male cadre.Gender analysis: The collection and analysis of sex-disaggregated information. Men and women perform different roles in societies and in armed groups and forces. This leads to women and men having different experience, knowledge, talents and needs. Gender analysis explores these differences so that policies, programmes and projects can identify and meet the different needs of men and women. Gender analysis also facilitates the strategic use of distinct knowledge and skills possessed by women and men, which can greatly improve the long-term sustainability of interventions.6 In the context of DDR, gender analysis should be used to design policies and interventions that will reflect the different roles, capacity and needs of women, men, girls and boys.Gender balance: The objective of achieving representational numbers of women and men among staff. The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process. Achieving gender balance, or at least improving the representation of women in peace operations, has been defined as a strategy for increasing operational capacity on issues related to women, girls, gender equality and mainstreaming.7Gender equality: The equal rights, responsibilities and opportunities of women and men and girls and boys. Equality does not mean that women and men will become the same, but that women\u2019s and men\u2019s rights, responsibilities and opportunities will not depend on whether they are born male or female. Gender equality implies that the interests, needs and priorities of both women and men are taken into consideration, while recognizing the di- versity of different groups of women and men. Gender equality is not a women\u2019s issue, but should concern and fully engage men as well as women. Equality between women and men is seen both as a human rights issue and as a precondition for, and indicator of, sus- tainable people-centred development.8Gender equity: The process of being fair to men and women. To ensure fairness, measures must often be put in place to compensate for the historical and social disadvantages that prevent women and men from operating on a level playing field. Equity is a means; equality is the result.9Gender mainstreaming: Defined by the 52nd session of the UN Economic and Social Council (ECOSOC) in 1997 as \u201cthe process of assessing the implications for women and men of any planned action, including legislation, policies or programmes, in all areas and at all levels. It is a strategy for making women\u2019s as well as men\u2019s concerns and experiences an integral dimension of the design, implementation, monitoring and evaluation of policies and pro- grammes in all political, economic and societal spheres so that women and men benefit equally and inequality is not perpetrated. The ultimate goal of this strategy is to achieve gender equality.\u201d10 Gender mainstreaming emerged as a major strategy for achieving gen- der equality following the Fourth World Conference on Women held in Beijing in 1995. In the context of DDR, gender mainstreaming is necessary in order to ensure that women and girls receive equitable access to assistance programmes and packages, and it should, there- fore, be an essential component of all DDR-related interventions. In order to maximize the impact of gender mainstreaming efforts, these should be complemented with activities that are directly tailored for marginalized segments of the intended beneficiary group.Gender relations: The social relationship between men, women, girls and boys. Gender relations shape how power is distributed among women, men, girls and boys and how that power is translated into different positions in society. Gender relations are generally fluid and vary depending on other social relations, such as class, race, ethnicity, etc.Gender-aware policies: Policies that utilize gender analysis in their formulation and design, and recognize gender differences in terms of needs, interests, priorities, power and roles. They recognize further that both men and women are active development actors for their community. Gender-aware policies can be further divided into the following three policies: \\n Gender-neutral policies use the knowledge of gender differences in a society to reduce biases in development work in order to enable both women and men to meet their practical gender needs. \\n Gender-specific policies are based on an understanding of the existing gendered division of resources and responsibilities and gender power relations. These policies use knowledge of gender difference to respond to the practical gender needs of women or men. \\n Gender-transformative policies consist of interventions that attempt to transform existing distributions of power and resources to create a more balanced relationship among women, men, girls and boys by responding to their strategic gender needs. These policies can target both sexes together, or separately. Interventions may focus on women\u2019s and/or men\u2019s practical gender needs, but with the objective of creating a conducive environment in which women or men can empower themselves.11Gendered division of labour is the result of how each society divides work between men and women according to what is considered suitable or appropriate to each gender.12 Atten- tion to the gendered division of labour is essential when determining reintegration oppor- tunities for both male and female ex-combatants, including women and girls associated with armed forces and groups in non-combat roles and dependants.Gender-responsive DDR programmes: Programmes that are planned, implemented, moni- tored and evaluated in a gender-responsive manner to meet the different needs of female and male ex-combatants, supporters and dependants.Gender-responsive objectives: Programme and project objectives that are non-discrimina- tory, equally benefit women and men and aim at correcting gender imbalances.13Practical gender needs: What women (or men) perceive as immediate necessities, such as water, shelter, food and security.14 Practical needs vary according to gendered differences in the division of agricultural labour, reproductive work, etc., in any social context.Sex: The biological differences between men and women, which are universal and deter- mined at birth.15Sex-disaggregated data: Data that are collected and presented separately on men and women.16 The availability of sex-disaggregated data, which would describe the proportion of women, men, girls and boys associated with armed forces and groups, is an essential precondition for building gender-responsive policies and interventions.Strategic gender needs: Long-term needs, usually not material, and often related to struc- tural changes in society regarding women\u2019s status and equity. They include legislation for equal rights, reproductive choice and increased participation in decision-making. The notion of \u2018strategic gender needs\u2019, first coined in 1985 by Maxine Molyneux, helped develop gender planning and policy development tools, such as the Moser Framework, which are currently being used by development institutions around the world. Interventions dealing with stra- tegic gender interests focus on fundamental issues related to women\u2019s (or, less often, men\u2019s) subordination and gender inequities.17Violence against women: Defined by the UN General Assembly in the 1993 Declaration on the Elimination of Violence Against Women as \u201cany act of gender-based violence that results in, or is likely to result in physical, sexual or psychological harm or suffering to women, including threats of such acts, coercion or arbitrary deprivation of liberty, whether occurring in public or in private. Violence against women shall be understood to encompass, but not be limited to, the following: \\n Physical, sexual and psychological violence occurring in the family, including batter- ing, sexual abuse of female children in the household, dowry-related violence, marital rape, female genital mutilation and other traditional practices harmful to women, non- spousal violence and violence related to exploitation; \\n Physical, sexual and psychological violence occurring within the general community, including rape, sexual abuse, sexual harassment and intimidation at work, in educa- tional institutions and elsewhere, trafficking in women and forced prostitution; \\n Physical, sexual and psychological violence perpetrated or condoned by the State, wherever it occurs.\u201d18", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 23, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups.3 Empowerment of participants, regardless of their gender, should be a central goal of any DDR interventions, and measures should be taken to ensure that no particular group is disem- powered or excluded through the DDR process.Gender: The social attributes and opportunities associated with being male and female and the relationships between women, men, girls and boys, as well as the relations between women and those between men.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7779, - "Score": 0.22917, - "Index": 7779, - "Paragraph": "Health action should always prioritize basic preventive and curative care to manage the entire range of health threats in the geographical area, and deal with the specific risks that threaten the target population. Health action within a DDR process should apply four key principles: \\n Principle 1: Health programmes/actions that are part of DDR should be devised in coordi- nation with plans to rehabilitate the entire health system of the country, and to build local and national capacity; and they should be planned and implemented in cooperation and consultation with the national authorities and other key stakeholders so that resources are equitably shared and the long-term health needs of former combatants, women associated with armed groups and forces, their family members and communities of reintegration are sustainably met; \\n Principle 2: Health programmes/actions that are part of DDR should promote and respect ethical and internationally accepted human rights standards; \\n Principle 3: Health programmes/actions that are part of DDR should be devised after careful analysis of different needs and in consultation with a variety of representatives (male and female, adults, youth and children) of the various fighting factions; and services offered during demobilization should specifically deal with the variety of health needs presented by adult and young combatants and women associated with armed groups and forces; \\n Principle 4: In the reintegration part of DDR, as an essential component of community- based DDR in resource-poor environments, health programmes/actions should be open to all those in need, not only those formerly associated with armed groups and forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Health action within a DDR process should apply four key principles: \\n Principle 1: Health programmes/actions that are part of DDR should be devised in coordi- nation with plans to rehabilitate the entire health system of the country, and to build local and national capacity; and they should be planned and implemented in cooperation and consultation with the national authorities and other key stakeholders so that resources are equitably shared and the long-term health needs of former combatants, women associated with armed groups and forces, their family members and communities of reintegration are sustainably met; \\n Principle 2: Health programmes/actions that are part of DDR should promote and respect ethical and internationally accepted human rights standards; \\n Principle 3: Health programmes/actions that are part of DDR should be devised after careful analysis of different needs and in consultation with a variety of representatives (male and female, adults, youth and children) of the various fighting factions; and services offered during demobilization should specifically deal with the variety of health needs presented by adult and young combatants and women associated with armed groups and forces; \\n Principle 4: In the reintegration part of DDR, as an essential component of community- based DDR in resource-poor environments, health programmes/actions should be open to all those in need, not only those formerly associated with armed groups and forces.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6307, - "Score": 0.226455, - "Index": 6307, - "Paragraph": "Families and communities shall be sensitized on the experiences their children may have had during their association with an armed force or group and the changes they may see, without stigmatizing them. CAAFAG, both girls and boys, often experience high levels of abuse (sexual, physical, and emotional), neglect and distressing and events (e.g., exposure to and perpetration of violence, psychological and physical injury, etc.). They will require significant support from their families and communities to overcome these challenges, and it is therefore important that appropriate sensitization initiatives are in place to ensure that this support is understood and forthcoming.To increase children\u2019s awareness of their rights and the services available, DDR practitioners should use targeted gender- and age-sensitive public communication strategies such as public service announcement campaigns (radio, social media and print), child-friendly leaflet drops in strategic locations, peer messaging and coordination with grassroots service providers to reach children. It is critical for DDR practitioners to maintain regular communication with CAAFAG regarding release and reintegration processes and support, including services offered and eligibility criteria, any changes to the support provided (delays or alternative modes of service delivery), and the availability of other services and referrals. A lack of proper communication may lead to misunderstandings and frustration among children and community members and further conflict.Communications strategies should be highly flexible and responsive to changing situations and needs. Strategies should include providing opportunities for people to ask questions about DDR processes for children and involve credible and legitimate local actors (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). A well-designed communications strategy creates trust within the community and among the key actors involved in the response and facilitates maximum participation. In all communications, children\u2019s confidentiality shall be maintained, and their privacy protected.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.3 Public information and community sensitization", - "Heading4": "", - "Sentence": "Strategies should include providing opportunities for people to ask questions about DDR processes for children and involve credible and legitimate local actors (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5721, - "Score": 0.226455, - "Index": 5721, - "Paragraph": "This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities. The guidance recognizes the unique needs and challenges facing youth during their transition to civilian life, as well as the critical role they play in armed conflict and peace processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5758, - "Score": 0.226455, - "Index": 5758, - "Paragraph": "There is no simple formula for youth-focused DDR that can be routinely applied in all circumstances. DDR processes shall be contextualized as much as possible in order to take into account the different needs and capacities of youth DDR participants and beneficiaries based on conflict dynamics, cultural, socio-economic, gender and other factors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall be contextualized as much as possible in order to take into account the different needs and capacities of youth DDR participants and beneficiaries based on conflict dynamics, cultural, socio-economic, gender and other factors.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5991, - "Score": 0.226455, - "Index": 5991, - "Paragraph": "Vocational training should be accompanied by high quality employment counselling and livelihood or career guidance. Young people who have been engaged with an armed force or armed group may have no experience of looking for employment, no professional contacts, and may not know what they can do or even want to do. Employment counselling, career guidance and labour market information that is grounded in the realities of the context can help youth ex-combatants and youth formerly associated with an armed force or group to: \\n manage the change from the military to civilian life and from childhood to adulthood; \\n understand the labour market; \\n identify opportunities for work and learning; \\n build important attitudes and life skills; \\n make decisions; \\n plan their career and life.Employment counselling and career and livelihood guidance should match the skills and aspirations of youth who have transitioned to civilian status with employment or education and training opportunities. Counselling and guidance should be offered as early as possible (and at an early stage of the DDR programme if one exists), so that they can play a key role in designing employment programmes, identifying education and training opportunities, and helping young ex- combatants and persons formerly associated with armed forces or groups make realistic choices. Female youth and youth with disabilities should receive tailored support to make choices that appropriately reflect their wishes rather than being pressured into following a career path that fits with social norms. This will require significant work with service providers, employers, family and the wider community to sensitize on these issues, and may necessitate additional training, capacity building and orientation of DDR staff to ensure that this is done effectively.Employment counsellors should work closely with the business community and youth both before and during vocational training. Employment services including counselling, career guidance, and directing young people to the appropriate jobs and educational institutions should also be offered to all young people seeking employment, not only those previously engaged with armed forces or groups. Such a community-based approach will demonstrate the benefit of accepting returning former members of armed forces and groups into the community. Employment and livelihood services must build on existing national structures and are normally under the control of the ministry of labour and/or youth. DDR practitioners should be aware of fair recruitment principles and guidelines 3 and how they may apply to a DDR context when seeking to promote employment through both public employment services and private recruitment agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 23, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.9 Employment Services", - "Heading4": "", - "Sentence": "DDR practitioners should be aware of fair recruitment principles and guidelines 3 and how they may apply to a DDR context when seeking to promote employment through both public employment services and private recruitment agencies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8228, - "Score": 0.226455, - "Index": 8228, - "Paragraph": "In many conflicts, there is a significant level of war\u00adrelated sexual violence against girls. (NB: Boys may also be affected by sexual abuse, and it is necessary to identify survivors, although this may be difficult.) Girls who have been associated with armed groups and forces may have been subjected to sexual slavery, exploitation and other abuses and may have babies of their own. Once removed from the armed group or force, they may continue to be at risk of exploitation in a refugee camp or settlement, especially if they are separated from their families. Adequate and culturally appropriate sexual and gender\u00adbased violence pro\u00ad grammes should be provided in refugee camps and communities to help protect girls, and community mobilization is needed to raise awareness and help prevent exploitation and abuse. Special efforts should be made to allow girls access to basic services in order to prevent exploitation (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 21, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.6. Specific needs of girls", - "Heading4": "", - "Sentence": "Special efforts should be made to allow girls access to basic services in order to prevent exploitation (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6786, - "Score": 0.222222, - "Index": 6786, - "Paragraph": "When DDR programmes are linked to security sector reform (SSR), the composition of the new national army may be tied to the number of members of each armed force and group (see IDDRS 6.10 on DDR and SSR). Children are often included in these figures. Negotiations on SSR and force reduction must include the release of all children. CAAFAG shall not be included in troop numbers because the presence of children is illegal and including them may encourage more recruitment of children in the period before negotiations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 43, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.6 Security sector reform", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR programmes are linked to security sector reform (SSR), the composition of the new national army may be tied to the number of members of each armed force and group (see IDDRS 6.10 on DDR and SSR).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6983, - "Score": 0.222222, - "Index": 6983, - "Paragraph": "As noted in the introduction, a number of factors make conflict and post-conflict settings high-risk environments for the spread of HIV. The age range, mobility and risk taking ethos of armed forces and groups can make them high-risk to HIV \u2014 with some national mili- taries reporting higher rates of HIV than their civilian counterparts \u2014 and \u2018core transmitters\u2019 to the wider population.5 Child soldiers are often (though not always) sexually active at a much earlier age and are therefore potentially exposed to HIV. Female combatants, women associated with fighting forces, abductees and dependants are frequently at high risk, given widespread sexual violence and abuse and because, in situations of insecurity and destitu- tion, sex is often exchanged for basic goods or protection. In some conflicts, drugs have been used to induce in combatants a fighting spirit and a belief in their own invincibility. This not only increases risk behaviour but also, in the case of intravenous drug users, can directly result in HIV infection as the virus can be transmitted through the sharing of in- fected needles.Integrating HIV/AIDS into DDR initiatives is necessary to meet the immediate health and social needs of the participant and the interests of the wider community, and it is impor- tant for the long-term recovery of the country. The impact of HIV/AIDS at every level of society undermines development and makes it more difficult for a country to emerge from conflict and achieve social and economic stability. The sustainability of reintegration efforts requires that HIV/AIDS awareness and prevention strategies be directed at DDR partici- pants, beneficiaries and stakeholders in order to prevent increases in HIV rates or more generalized epidemics developing in countries where HIV infection may be mainly limited to particular high-risk groups.Negative community responses to returning former combatants may also arise and make HIV a community security issue. To assist reintegration into communities, it is necessary to counter discrimination against, and stigmatization of, those who are (or are perceived to be) HIV-positive. In some instances, communities have reacted with threats of violence; such responses are largely based on fear because of misinformation about the disease.In cases where SSR follows a DDR process, former combatants may enter into reintegrated/ reformed military, police and civil defence forces. In many developing countries, ministries of defence and of the interior are reporting high HIV infection rates in the uniformed services, which are compromising command structures and combat readiness. Increasingly, there are national policies of screening recruits and excluding those who are HIV-positive. Engaging in HIV/AIDS prevention at the outset of DDR will help to reduce new in- fections, thus \u2014 where national policies of HIV screening are in place \u2014 increasing the pool of potential candidates for recruitment, and will assist in planning for alternative occu- pational support and training for those found to be HIV-positive.6DDR programmes offer a unique opportunity to target high-risk groups for sensitization. In addition, with the right engagement and training, former combatants have the potential to become \u2018change agents\u2019, assisting in their communities with HIV/AIDS prevention activi- ties, and so becoming part of the solution rather than being perceived as part of the problem.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 5, - "Heading1": "5. Rationale for HIV/AIDS integration into DDR programming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In some instances, communities have reacted with threats of violence; such responses are largely based on fear because of misinformation about the disease.In cases where SSR follows a DDR process, former combatants may enter into reintegrated/ reformed military, police and civil defence forces.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8677, - "Score": 0.221766, - "Index": 8677, - "Paragraph": "Some transfer modalities will more effectively contribute to food assistance objectives than others, depending on the specific circumstances of each intervention. CBTs provide people with money while in-kind food transfers include the distribution of commodities. Vouchers \u2013 also known as gift cards or stamps - can be used in predetermined locations, including selected shops. Vouchers can be value- based i.e., provide access to commodities for a given monetary amount. They may also be commodity- based i.e., tied to a predefined quantity of given foods. In some situations, combinations of transfer modalities may also prove most effective. For example, half of the transfer could be delivered in cash and the other half in-kind. Another alternative is the distribution of cash and food transfers by season, with food provided in the lean season and cash immediately after the harvest.Before deciding on the transfer modality for the food assistance component of a DDR process, an analysis shall be conducted to determine the appropriate transfer modality in a given context, and how this food component complements other transitional DDR support. At a minimum, the analysis should take into account factors linked to context, feasibility, market functioning, targeting, conditionality, women\u2019s preferences, duration, effectiveness towards objectives and cost-efficiency, as well as \u2018safety and dignity\u2019 (see Figure 1). This can be done for the food assistance component alone or for a multipurpose transfer to meet the essential needs of the targeted population. Particular care shall be taken to select an appropriate transfer modality when food assistance is provided during ongoing conflict. This is because armed groups can attempt to steal cash and food during the time that this assistance is being transported or stored.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 17, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.5 Transfer modality selection", - "Heading3": "", - "Heading4": "", - "Sentence": "Another alternative is the distribution of cash and food transfers by season, with food provided in the lean season and cash immediately after the harvest.Before deciding on the transfer modality for the food assistance component of a DDR process, an analysis shall be conducted to determine the appropriate transfer modality in a given context, and how this food component complements other transitional DDR support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6129, - "Score": 0.218218, - "Index": 6129, - "Paragraph": "It is vital to monitor and follow-up with youth DDR participants and beneficiaries. For children under the age of 18 the guidance in IDDRS 5.20 should be followed. In developing follow-up monitoring and support services for older youth, it is critical to provide a platform for feedback on the impact of DDR (positive and negative) to promote participation and representation and give youth a voice on their rights, aspirations, and perspectives which are critical for sustainable outcomes. Youth should also be sensitized on how to seek follow-up support from DDR practitioners, or relevant government or civil society actors, linked to service provision as well as how to address protection issues or other barriers to reintegration that they may face.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.6 Monitoring and follow up", - "Heading3": "", - "Heading4": "", - "Sentence": "It is vital to monitor and follow-up with youth DDR participants and beneficiaries.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6445, - "Score": 0.218218, - "Index": 6445, - "Paragraph": "Data is critical to the design and implementation of DDR processes for children. Information on a child\u2019s identity, family, the history of their recruitment and experience in their armed force or group, and their additional needs shall be collected by trained child protection personnel as early as possible and safely stored. All data shall be sex-disaggregated to ensure that DDR processes are able to effectively respond to gendered concerns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 18, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "", - "Heading4": "", - "Sentence": "Data is critical to the design and implementation of DDR processes for children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7162, - "Score": 0.218218, - "Index": 7162, - "Paragraph": "Male and female condoms should continue to be provided during the reinsertion and re- integration phases to the DDR target groups. It is imperative, though, that such access to condoms is linked \u2014 and ultimately handed over to \u2014 local HIV initiatives as it would be unmanageable for the DDR programme to maintain the provision of condoms to former combatants, associated groups and their families. Similarly, DDR planners should link with local initiatives for providing PEP kits, especially in instances of rape. (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.4. Condoms and PEP kits", - "Heading3": "", - "Heading4": "", - "Sentence": "(also see IDDRS 5.10 on Women, Gender and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7278, - "Score": 0.218218, - "Index": 7278, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Yet they are almost never included in the planning or implementation of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7456, - "Score": 0.218218, - "Index": 7456, - "Paragraph": "Weapons possession has traditionally been a criterion for eligibility in DDR programmes. Because women and girls are often less likely to possess weapons even when they are actively engaged in armed forces and groups, and because commanders have been known to remove weapons from the possession of women and girls before assembly, this criterion often leads to the exclusion of women and girls from DDR processes (also see IDDRS 4.10 on Disarmament).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 17, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.7. Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Weapons possession has traditionally been a criterion for eligibility in DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7714, - "Score": 0.218218, - "Index": 7714, - "Paragraph": "KEY MEASURABLE INDICATORS \\n 1. % of staff who have participated in gender training \\n 2. % of staff who have used gender analysis framework in needs assessment, situational analyses or/and evaluation \\n 3. % of staff who have interviewed girls and women for needs assessment, situational analyses or/and evaluation \\n 4. % of staff who have worked with local women\u2019s organizations \\n 5. % of staff who are in charge of female-specific interventions and/or gender training \\n 6. % of the programme meetings attended by local women\u2019s organizations and female community leaders \\n 7. % of staff who have carried out gender analysis of the DDR programme budget \\n 8. % of indicators and data disaggregated by gender \\n 9. % of indicators and data that reflects female specific status and/or issues \\n 10. Number of gender trainings conducted for DDR programme staff \\n 11. % of staff who are familiar with Security Council resolution 1325 \\n 12. % of staff who are familiar with gender issues associated with conflicts (e.g. gender-based violence, human trafficking) \\n 13. % of training specifically aimed at understanding gender issues and use of gender analysis frame\u00adworks for those who conduct M&E \\n 14. distribution of guidelines or manual for gender analysis and gender mainstreaming for DDR programme management", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "% of staff who have carried out gender analysis of the DDR programme budget \\n 8.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7820, - "Score": 0.218218, - "Index": 7820, - "Paragraph": "The geography of the country/region in which the DDR operation takes place should be taken into account when planning the health-related parts of the operation, as this will help in the difficult task of identifying the stakeholders and the possible partners that will be involved, and to plan the network of fixed structures and outreach circuits designed to cater for first health contact and/or referral, health logistics, etc., all of which have to be organized at local, district, national or even international (i.e., possibly cross-border) levels.Health activities in support of DDR processes must take into account the movements of populations within countries and across borders. From an epidemiological point of view, the mass movements of people displaced by conflict may bring some communicable diseases into areas where they are not yet endemic, and also speed up the spread of outbreaks of diseases that can easily turn into epidemics. Thus, health actors need to develop appropriate strategies to prevent or minimize the risk that these diseases will propagate and to allow for the early detection and containment of any possible epidemic resulting from the popula- tion movements. Those whom health actors will be dealing with include former combatants, associates and dependants, as well as the hosting communities in the transit areas and at the final destinations.In cases where foreign combatants will be repatriated, cross-border health strategies should be devised in collaboration with the local health authorities and partner organizations in both the sending and receiving countries (also see IDDRS 5.40 on Cross-border Popula- tion Movements).Figure 2 shows the likely movements of combatants and associates (and often their dependants) during a DDR process. It should be noted that the assembly/cantonment/ transit area is the most important place (and probably the only place) where adult combat- ants come into contact with health programmes designed in support of the DDR process, because both before and after they assemble here, they are dispersed over a wide area. Chil- dren should receive health assistance at interim care centres (ICCs) after being released from armed groups and forces. Before and after the cantonment/transit period, combatants, associates and their dependants are mainly the responsibility of the national health system, which is likely to be degraded and in need of systematic, long-term support in order to do its work.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.4. Health and the geographical dimensions of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "It should be noted that the assembly/cantonment/ transit area is the most important place (and probably the only place) where adult combat- ants come into contact with health programmes designed in support of the DDR process, because both before and after they assemble here, they are dispersed over a wide area.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8162, - "Score": 0.218218, - "Index": 8162, - "Paragraph": "At least at the early stages of setting up and managing an internment camp, it is likely that host governments will lack capacity and resources for the task. International agencies have an important role to play in acquiring and supplying resources in order to assist the host government to provide internees with the \u201crelief required by humanity\u201d (as required under the Hague Convention): \\n In collaboration with the host government, international agencies should assist with awareness\u00adraising and lobbying of donors, which should take place as soon as possible, as donor funding often takes time to be made available. Donors should be informed about the resource needed to separate and intern combatants and the benefits of such policies, e.g., maintaining State security, helping the host government to keep borders open for asylum seekers, etc.; \\n International agencies should favourably consider contributing financial grants, mate\u00ad rial and other assistance to internment programmes, especially in the early phases when the host government will not have donor funding for such programmes. Contributing assistance, even on an ad hoc and temporary basis, will make international agencies\u2019 advocacy and advisory roles more effective. The following are some illustrations of ways in which international agencies can contribute:Food. WFP may assist with providing food. Given the inability of internees to feed themselves because of their restricted freedom of movement, each internee should be entitled to a full food ration of at least 2,100 kilocalories per day. \\n Health care. International agencies\u2019 partners (e.g., local Red Cross societies) may be able to provide mobile health clinics, to supplement hospital treatment for more serious medical matters. Medical care should include reproductive health care for female internees. \\n Non-food items. Items such as plastic sheeting, plates, buckets, blankets, sleeping mats, soap, etc. will be needed for each internee and agency contributions will be essential. Agencies such as UNHCR and ICRC, if they have the resources, may be able to give extra assistance at least temporarily until the government receives regular donor funding for the internment initiative. \\n Registration and documentation. Agencies could help the host government to develop a system for registration and issuing of identity documentation. Agencies will often need the data themselves, e.g., ICRC in order to arrange family tracing and family visits, and UNHCR for the purpose of getting information on the profiles of internees who may later come within their mandate if, at a later stage, internees apply for refugee status. ICRC may issue its own documentation to internees in connection with its detention-monitoring role. \\n Skills training. To combat the problem of idleness and to provide rehabilitation and alternative skills for internees, as well as to maintain order and dignity during internment, agency partners must try to provide/fund vocational skills training programmes as soon as possible. In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated. Social skills training would also be helpful here, such as sensitization in human rights, civic education, peace-building, HIV/AIDS, and sexual and gender-based violence. \\n Recreation. Sufficient space for recreation and sporting equipment should be provided for the purpose of recreation. \\n Re-establishing family links. ICRC, together with national societies, should try to trace family members of internees, both across borders and within the host country, which will allow family links to be re-established and maintained (e.g., through exchange of Red Cross messages). Where civilian family members have also crossed into the host country, arrangements should be made for maintaining family unity. There are various options: families could be accommodated in internment camps, or in a separate nearby facility, or in a refugee camp or settlement. If family members are voluntarily accommodated Level 5 Cross-cutting Issues Cross-border Population Movements 17 5.40 together with or near to internees, this has the advantage of preserving family unity, helping to break down military hierarchies in internment camps, reducing risks of local/refugee community retaliation against the family members on account of their connections to combatants, and minimizing the chances of combatants moving to civilian sites in order to be with their family members. However, the family members may face security risks, including physical violence and sexual harassment, from internees. Where civilian spouses and children are not accommodated with internees, regular and adequate family visits to internment camps must be arranged by ICRC, UNHCR or other relevant agencies. \\n Monitoring. ICRC should be able to carry out regular, confidential monitoring of internment camps, including the treatment of internees and the standards of their internment, in accordance with its mandate for persons deprived of their liberty for reasons related to armed conflict. Reports from monitoring visits will be provided on a confidential basis to the government of the host country. \\n Host communities. The involvement and support of host communities will be vital to the internment process. Therefore, agencies should consider providing host communities with community-based development assistance programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 15, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Assistance by the international community", - "Sentence": "The involvement and support of host communities will be vital to the internment process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8627, - "Score": 0.210042, - "Index": 8627, - "Paragraph": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans. Depending on the timeline of the response, security concerns, and difficulties in terms of access, food assistance agencies may have to rely on secondary data provided by Governments and/or the UN mission and the UN peacekeeping DDR component. Nevertheless, sex and age disaggregated data should be sought to ensure that the food assistance component responds to the specific needs of the targeted population.Longer-term food assistance interventions, such as those supporting reintegration, should ideally be based on more accurate food security and vulnerability data and analysis. This is to ensure that the food assistance component is designed according to a comprehensive understanding of food security and nutrition issues in a particular context. The analysis should include a detailed protection, gender and age analysis of the context and populations where the operation will take place. Generally, data collected through assessments carried out by humanitarian agencies to inform other food assistance programmes for the conflict-affected population should be used as the basis for planning reintegration support. In all planning for food assistance, vulnerability and feasibility assessments should be carried out, if possible, at the regional, community and/or household levels to gather data on areas that are particularly vulnerable, as well as communities, households and specific groups (such as single parents with small children, older people) or individuals (women versus men) experiencing food insecurity. To the extent possible, the analysis should also consider individual food security and nutrition needs, as well as the use of food and livelihood coping strategies within households, taking into account intra-household inequalities in access to and the utilization of food.The tools available for assessment and analysis include: \\n Crop and food security assessment mission; \\n Emergency food security assessments; \\n Mobile vulnerability analysis and mapping remote surveys; \\n Essential needs assessments; \\n Integrated food security phase classification exercises including acute malnutrition; \\n Food security monitoring systems; \\n Transfer modality selection guidance; \\n Standardized Monitoring and Assessment of Relief and Transition (SMART) nutrition surveys or joint food security and nutrition assessments; \\n Other types of rapid assessments to identify vulnerable communities and to better understand local food management practices. Rapid assessments use a variety of quick and inexpensive survey techniques. They tend to be qualitative rather than quantitative, and they depend more on the ability and judgement of the person carrying out the survey than do other research methods that are more rigorous, but also slower and costlier.These assessment methods provide the basis for identifying the demographic and socioeconomic characteristics and the needs of communities, households and individuals in specific locations, and provide detailed information on food availability, food markets, economic and physical access to food, food consumption and utilization, food and livelihood-based coping strategies, exposure to shocks, and other root causes of food insecurity, including insecurity or gender inequalities. When possible, such assessments should be carried out through a participatory, gender-sensitive approach to ensure that the needs, interests and capacities of all community members (women, men, old, young) are identified.Community-based organizations such as women\u2019s organizations and village relief committees, including local leaders, can help to identify the people or households most in need of assistance and the local root causes of food insecurity. Engaging local organizations in surveys and assessments as key informants can contribute to the engagement of all members of the community in ensuring that food assistance is effective and that it benefits all those in need equally and does not create protection risks.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.1 Food assistance planning data", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8305, - "Score": 0.20739, - "Index": 8305, - "Paragraph": "In accordance with agreements reached between the country of asylum and the country of origin during the planning for repatriation of former combatants, they should be included in appropriate DDR programmes in their country of origin. Entitlements should be syn\u00ad chronized with DDR assistance received in the host country, e.g., if disarmament and demo\u00ad bilization has been carried out in the host country, then reintegration is likely to be the most important process for repatriated former combatants in the country of origin. Lack of rein\u00ad tegration may contribute to future cross\u00adborder movements of combatants and mercenaries.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 28, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.2. Inclusion in DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Entitlements should be syn\u00ad chronized with DDR assistance received in the host country, e.g., if disarmament and demo\u00ad bilization has been carried out in the host country, then reintegration is likely to be the most important process for repatriated former combatants in the country of origin.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7076, - "Score": 0.20702, - "Index": 7076, - "Paragraph": "The safety and protection of women, girls and boys must be taken into account in the plan- ning for cantonment sites and interim care centres (ICCs), to reduce the possibility of sexual exploitation and abuse (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).Medical screening facilities should ensure privacy during physical check-ups, and shall ensure that universal precautions are respected.An enclosed space is required for testing and counselling. This can be a tent, as long as the privacy of conversations can be maintained. Laboratory facilities are not required on site.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 11, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.1. Planning for cantonment sites", - "Heading3": "", - "Heading4": "", - "Sentence": "The safety and protection of women, girls and boys must be taken into account in the plan- ning for cantonment sites and interim care centres (ICCs), to reduce the possibility of sexual exploitation and abuse (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).Medical screening facilities should ensure privacy during physical check-ups, and shall ensure that universal precautions are respected.An enclosed space is required for testing and counselling.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7648, - "Score": 0.205738, - "Index": 7648, - "Paragraph": "Purpose of evaluation: To examine if and to what extent DDR programmes meet the needs of female ex-combatants, supporters and dependants, and to examine the level of participation of women; \\n Process: (1) Reaching the right target population; (2) meeting the needs of stakeholders; (3) the dynamics of participation of stakeholders; \\n Gendered dimensions of process: (1) Reaching female target population; (2) meeting the needs of women and girls; (3) equal participation of women and women\u2019s organi- zations; \\n Data collection frequency: Every three weeks during the implementation of the pro- gramme.\\n To what extent did the DDR programme meet the needs of female ex-combatants, FAAGFs, and dependants? \\n To what extent did the DDR programme encourage and support the participation of women and women\u2019s organizations at each stage of the programme?KEY MEASURABLE INDICATORS \\n 1. Level of satisfaction (ranking) among FXC, FS and FD who received benefits and services from the programmes \\n 2. Level of satisfaction (ranking) among programme staff, including gender advisers \\n 3. Number of and level of complaints that programme staff received from FXC, FS and FD \\n 4. % of female participants at the peace process/negotiation (should be at least 30 percent \u2014 internationally agreed) \\n 5. % of female participants at the risk/need assessment \\n 6. Number of FXC, FS and FD who were interviewed during the risk/need assessment \\n 7. Number of local women and/or women\u2019s organizations that were interviewed by programme staff to collection information on trading routes and hidden small arms and light weapons \\n 8. Number of women\u2019s organizations that participated in monitoring weapons collection and destruction \\n 9. Number of female leaders and women\u2019s organizations that participated in the planning and/or implementation of reintegration programme \\n 10. Number of DDR programme meetings that included female leaders and women\u2019s organizations", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 35, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.2. Gender-responsive monitoring of process", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine if and to what extent DDR programmes meet the needs of female ex-combatants, supporters and dependants, and to examine the level of participation of women; \\n Process: (1) Reaching the right target population; (2) meeting the needs of stakeholders; (3) the dynamics of participation of stakeholders; \\n Gendered dimensions of process: (1) Reaching female target population; (2) meeting the needs of women and girls; (3) equal participation of women and women\u2019s organi- zations; \\n Data collection frequency: Every three weeks during the implementation of the pro- gramme.\\n To what extent did the DDR programme meet the needs of female ex-combatants, FAAGFs, and dependants?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5748, - "Score": 0.204124, - "Index": 5748, - "Paragraph": "Non-discrimination and fair and equitable treatment are core principles of integrated DDR processes. Youth who are ex-combatants or persons formerly associated with armed forces or groups shall not be discriminated against due to age, gender, sex, race, religion, nationality, ethnicity, disability or other personal characteristics or associations. The specific needs of male and female youth shall be fully taken into account in all stages of planning and implementation of youth-focused DDR processes. A gender transformative approach to youth-focused DDR should also be pursued. This is because overcoming gender inequality is particularly important when dealing with young people in their formative years.DDR processes shall also foster connections between youth who are (and are not) former members of armed forces or groups and the wider community. Community-based approaches to DDR expose young people who are former members of armed forces or groups to non-military rules and behaviour and encourage their inclusion in the community and society at large. This exposure also provides opportunities for joint economic activities and supports broader reconciliation efforts.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender transformative approach to youth-focused DDR should also be pursued.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5880, - "Score": 0.204124, - "Index": 5880, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "DDR practitioners should be aware that the cultural sector can also provide employment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6699, - "Score": 0.204124, - "Index": 6699, - "Paragraph": "Life skills are those abilities that help to promote psychological well-being and competence in children as they face the realities of life. These are the ten core life skill strategies and techniques: \\n problem-solving; \\n critical thinking; \\n effective communication skills; \\n agency and decision-making; \\n creative thinking; \\n interpersonal relationship skills; \\n self-awareness building skills; \\n empathy; \\n coping with stress; and \\n emotions.Programmes aimed at developing life skills can, among other effects, lessen violent behaviour and increase prosocial behaviour. They can also increase children\u2019s ability to plan ahead and choose effective solutions to problems. CAAFAG often lose the opportunity to develop life skills during armed conflict, and this can adversely affect their reintegration. For this reason, DDR processes for children should explicitly focus on the development of such skills. Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization. The inclusion of all conflict-affected children within a community in such initiatives will have greater impact than focusing solely on CAAFAG.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 37, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.6 Life skills", - "Heading4": "", - "Sentence": "For this reason, DDR processes for children should explicitly focus on the development of such skills.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6838, - "Score": 0.204124, - "Index": 6838, - "Paragraph": "DDR practitioners shall encourage the release and reintegration of CAAFAG at all times and without precondition. There is no exception to this rule for children associated with armed groups that have been designated as terrorist by the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities established pursuant to resolution 1267 (1999), 1989 (2011) and 2253 (2015) or by any other state or regional body.No matter the armed group involved and no matter the age, status or conduct of the child, all relevant provisions of international law, including human rights, humanitarian, and refugee law. This includes all provisions and standards previously discussed, including the Convention on the Rights of the Child and its Optional Protocols, all standards for justice for children, the Paris Principles and Guidelines, where applicable, and the Geneva Conventions. As with all CAAFAG, children associated with designated terrorist groups shall be treated primarily as victims and be afforded their right to be released and provide them with the reintegration and other support described in this module without discrimination (Optional Protocol to the Convention on the Rights of the Child, Articles 6(3) and 7(1) and the Paris Principles and Guidelines on Children Associated with Armed Forces and Armed Groups (Articles 3.11-3.13).Security Council resolution 2427 (2018) \u201c[s]trongly condemns all violations of applicable international law involving the recruitment and use of children by parties to armed conflict as well as their re-recruitment\u2026\u201d and \u201c\u2026all other violations of international law, including international humanitarian law, human rights law and refugee law, committed against children in situations of armed conflict and demands that all relevant parties immediately put an end to such practices and take special measures to protect children.\u201d (OP1) The Security Council also emphasizes the responsibility of states to end impunity \u201cfor genocide, crimes against humanity, war crimes and other egregious crimes perpetrated against children\u201d including their recruitment and use.17Children who have been recruited and used by terrorist groups are victims of violations of international law and have the same rights and protections as all children. Some children may also have committed crimes during their period of association. While children above the minimum age of criminal responsibility may be held accountable consistent with international law (see section 9.3), as victims of crime, these children should not face criminal charges for the mere fact of their association with a designated terrorist group or for activities that would not otherwise be criminal such as cooking, cleaning, or driving.18 Children whose parents, caregivers or family members are alleged to be associated with a designated terrorist group, also shall not be held accountable for the actions of their relatives nor shall they be excluded from measures or services that promote their physical and psychosocial recovery or reintegration.Security Council resolution 2427 (2018) stresses the need for States \u201cto pay particular attention to the treatment of children associated or allegedly associated with all non-state armed groups, including those who commit actors of terrorism, in particular by establishing standard operating procedures for the rapid handover of children to relevant civilian child protection actors\u201d (OP 19). It also urges Member States to mainstream child protection in all stages of DDR (OP24) and in security sector reforms (OP25), including through gender- and age-sensitive DDR processes, the establishment of child protection units in national security forces, and the strengthening of effective age assessment mechanisms to prevent underage recruitment. It stresses the importance of long-term sustainable reintegration for all boys and girls affected by armed conflict and working with communities to avoid stigmatization of children while facilitating their return in a way that enhances their wellbeing (OP 26).Children formerly under the control of UN designated terrorist groups, may be able to access refugee and asylum procedures depending on their individual situation and status (e.g., if they were forcibly recruited and trafficked across borders). All children and asylum seekers have a right to individual determinations to assess any claims they may have. For any child who asks for refugee or asylum status, the practitioner shall refer the child to the relevant UN entity or to a legal services provider. DDR practitioners shall not determine eligibility for asylum or refugee status.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 46, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.4 Children associated with armed groups designated by the UN as terrorist organizations", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall not determine eligibility for asylum or refugee status.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7139, - "Score": 0.204124, - "Index": 7139, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7359, - "Score": 0.204124, - "Index": 7359, - "Paragraph": "Gender expertise should be considered an essential element of any assessment mission carried out by the UN, specifically those teams with DDR-related mandates, and gender analysis and information should be adequately reflected in reporting to the Security Council and the UN Development Group that coordinates joint assessment missions before the deployment of a peacekeeping mission.The assessment team should identify community responses to giving female ex-com- batants the option of joining reconstructed peacetime armies and other security institutions such as intelligence services, border police, customs, immigration services and other law- enforcement services. To boost the number of female peacekeepers, women\u2019s eligibility for peacekeeping roles in other conflict zones should also be determined.In order to plan how to deal with obstacles to reintegration and better prepare the community and returnees to play supportive roles, an ongoing assessment should be con- ducted of community attitudes towards returning female combatants, supporters and depend- ants. Baseline data and analysis should be gathered and then reassessed at various stages of the process. Analysis should focus closely on potential causes of insecurity for returning women and on the extent of gender-based insecurity (e.g., gender-based violence) in comm- unities more generally.If the assessment team has the task of identifying sites for cantonment, such sites should be able to provide separate facilities for women and men, and girls and boys, as required. Sanitary facilities should be designed in a way that allows for privacy, in accordance with culturally accepted norms, and water and sanitation should be available to meet women\u2019s and girls\u2019 hygiene needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 9, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "6.2.1. Assessment phase: Gender-aware interventions", - "Heading4": "", - "Sentence": "Baseline data and analysis should be gathered and then reassessed at various stages of the process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7973, - "Score": 0.204124, - "Index": 7973, - "Paragraph": "Forced displacement is mainly caused by the insecurity of armed conflict. Conflicts that cause refugee movements across international borders by definition involve neighbouring States, and thus have regional security implications. As is evident in recent conflicts in Africa in particular, the lines of conflict frequently run across State boundaries, because they are being fought by people with ethnic, cultural, political and military ties that are not confined to one country. The mixed movements of populations that result are very complex and involve not only refugees, but also combatants and civilians associated with armed groups and forces, including family members and other dependants, cross\u00adborder abductees, etc.The often\u00adinterconnected nature of conflicts within a region, recruitment (both forced and voluntary) across borders and the \u2018recycling\u2019 of combatants from conflict to conflict within a region has meant that not only nationals of a country at war, but also foreign com\u00ad batants may be involved in the struggle. When wars come to an end, it is not only refugees who are in need of repatriation and reintegration, but also foreign combatants and associated civilians. DDR programmes need to be regional in scope in order to deal with this reality. Enormous complexities are involved in managing mass influxes and mixed population movements of combatants and civilians. Combatants\u2019 status may not be obvious, as many arrive without weapons and in civilian clothes. At the same time, however, especially in societies where there are large numbers of weapons, not everyone who arrives with a weap\u00ad on is a combatant or can be presumed to be a combatant (refugee influxes usually include young males and females escaping from forced recruitment). The sheer size of population movements can be overwhelming, sometimes making it impossible to carry out any screen\u00ading of arrivals.Whereas refugees by definition flee to seek sanctuary, combatants who cross inter\u00ad national borders may have a range of motives for doing so \u2014 to launch cross\u00adborder attacks, to escape from the heat of battle before re\u00ad grouping to fight, to desert permanently, to seek refuge, to bring family members and other dependants to safety, to find food, etc. Their reasons for moving with civilians may be varied \u2014 not only to protect and assist their dependants, but also sometimes to ex\u00ad ploit civilians as human shields and to prevent voluntary repatriation, to use refugee camps as a place for rest and recuperation between attacks or as a recruiting and/or training ground, and to divert humanitarian assistance for military purposes. Civilians may be supportive of or intimidated by combatants. The presence of combatants and militarized camps close to border areas may provoke cross\u00ad border reprisals and risk a spillover of the conflict. Host countries may also have their own reasons for sheltering foreign combatants, since complete neutrality is probably rare in today\u2019s conflicts, and in addition there may be a lack of political will and capacity to prevent foreign combatants from entering a neighbouring country. In their responses to mixed cross\u00ad border population movements, the international community should take into account these complexities.Experience has shown that DDR processes directed at nationals of a specific country in isolation have failed to adequately deal with the problems of combatants being recycled from conflict to conflict within (and sometimes even outside) a region, and with the spillover effects of such wars. In addition, the failure of host countries to identify, disarm and separate foreign combatants from refugee populations has contributed to endless cycles of security problems, including militarization of and attacks on refugee camps and settlements, xeno\u00ad phobia, and failure to maintain asylum for refugees. These issues compromise the neutrality of aid work and pose a security threat to the host State and surrounding countries.The disarmament, demobilization, rehabilitation, reintegration and repatriation of com\u00ad batants and associated civilians therefore require a stronger and more consistent cross\u00adborder focus, involving both host countries and countries of origin and benefiting both national and foreign combatants. This dimension has increasingly been recognized by the UN in its recent peacekeeping operations.1", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 4, - "Heading1": "5. The context of regional conflicts and cross-border population movements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes need to be regional in scope in order to deal with this reality.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8083, - "Score": 0.204124, - "Index": 8083, - "Paragraph": "The host country, in collaboration with UN missions and other relevant international agencies, should decide at an early stage what level of demobilization of interned foreign combatants is desirable and within what time\u00adframe. This will depend partly on the profile and motives of internees, and will determine the types of structures, services and level of security in the internment facility. For example, keeping military command and control structures will assist with maintaining discipline through commanders. Lack of demobilization, however, will delay the process of internees becoming civilians, and as a result the possibility of their gaining future refugee status as an exit strategy for foreign combatants who are seeking asylum. On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process. Reuniting family members or putting them in contact with each other and providing skills training, peace education and rehabilitation programmes will also aid demobilization. Mixing different and rival factions from the country of origin, the feasibility of which will depend on the nature of the conflict and the reasons for the fighting, will also make demobilization and reconciliation processes easier.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 13, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.6. Demobilization", - "Heading4": "", - "Sentence": "On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7857, - "Score": 0.204124, - "Index": 7857, - "Paragraph": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design. International humanitarian standards on camp design should apply, and gender-specific requirements should be taken into account (e.g., security, rape prevention, the provision of female-specific health care assistance). As a general rule, the area must conform with the Sphere standards for water supply and sanitation, drainage, vector control, etc. Locations and routes for medical and obstetric emergency referral must be pre-identi- fied, and there should be sufficient capacity for referral or medical evacuation to cater for any emergencies that might arise, e.g., post-partum bleeding (the distance to the nearest health facility and the time required to get there are important factors to consider here).When combatants are housed in military barracks or public buildings are restored for this purpose, these should also be assessed in terms of public health needs. Issues to con- sider include basic sanitary facilities, the possibility of health referrals in the surrounding area, and so on.If nearby health facilities are to be rehabilitated or new facilities established, the work should fit in with medium- to long-term plans. Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.3. Support in the identification of assembly areas", - "Heading3": "", - "Heading4": "", - "Sentence": "Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8649, - "Score": 0.204124, - "Index": 8649, - "Paragraph": "The following parts of the food assistance component should be finalized in a food assistance plan and made part of the inter-agency approach to the DDR process: \\n Context/conflict analysis, including protection and gender analysis; \\n Agreement on ration/food basket/transfer value for assembly and reinsertion periods, taking into account the diverse needs of recipients; \\n Agreement on the most appropriate modality (i.e., in-kind food, cash, or voucher/e-voucher); \\n The identification of programme resources; \\n The establishment of viable distribution/disbursement/voucher redemption mechanisms, taking into consideration gender and protection issues; \\n Putting plans and resources in place for special feeding programmes (e.g., school/interim care centre feeding, take home rations, malnutrition and prevention treatment programmes; integrating nutrition awareness education); \\n Preparations for special project activities (e.g., FFA, FFT, etc.); \\n The development of a logistics plan; \\n The establishment of monitoring and reporting systems; \\n The development of contingency plans; \\n The establishment of security measures.Having one lead food assistance agency as part of the DDR process will permit a more cost- effective operation and minimize coordination problems. In some cases, to improve the quality and variety of the food that is provided, extra supplies may be contributed by donors and other agencies. These actors can also provide non-food items required for the preparation and distribution of food (e.g., cooking pots, charcoal, paper plates, condiments, etc.).Experience has shown that the sharing of responsibilities between humanitarian and Government actors in the provision of food assistance must be done with caution. In countries emerging from conflict situations, Governments may have limited capacity and/or resources to ensure timely and regular food assistance supplies. In such situations, upon a request from a national Government, a peace operation or a UN RC, humanitarian actors may step in appealing for donor funds to cover gaps in the provision of food assistance.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 15, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.2 The food assistance plan", - "Heading3": "", - "Heading4": "", - "Sentence": "); \\n The development of a logistics plan; \\n The establishment of monitoring and reporting systems; \\n The development of contingency plans; \\n The establishment of security measures.Having one lead food assistance agency as part of the DDR process will permit a more cost- effective operation and minimize coordination problems.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10828, - "Score": 0.471405, - "Index": 10828, - "Paragraph": "Questions related to the overall human rights situation \\n What crimes involving violations of international human rights law and international humanitarian law were perpetrated by the different protagonists in the armed conflict? In what different ways were women involved in the conflict? Describe any specific forms of abuse to \\n \\n which women and girls were subjected during the conflict. \\n Describe any use of children by combatant groups. Was this abuse part of an orches- trated strategy, i.e. systematic and perpetrated by state and non-state security forces? If so, what were the institutional processes that facilitated such abuse?Questions related to the peace agreement \\n What were the key components of the final peace agreement? \\n Was amnesty offered as part of the peace process? What type of amnesty? And for what abuses (forced recruitment of children, sexual violence etc)? \\n Were there any transitional justice measures mandated in the peace agreement such as a truth commission, prosecutions process, reparations programme for victims, or insti- tutional reform aimed at preventing future human rights violations? \\n Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? \\n How was information about the peace agreement disseminated to the general popu- lation, in particular to vulnerable and marginalized groups?Questions related to DDR \\n Is there any form of conditionality that links DDR and justice measures, for example, amnesty or the promise of reduced sentences for combatants that enter the DDR program? \\n What are the criteria for admittance into the DDR program? Do the criteria take into consideration the varied roles of women and children associated with armed forces and groups? \\n Will there be any stipulated differences between treatment of men, women or children in the DDR programme? \\n What kind of information will be gathered from combatants during the DDR process? Will the information collected be disaggregated by gender? Will it assess whether ex- combatants committed acts of sexual violence? \\n Will demobilized combatants have the opportunity to be reintegrated into a new army or police force? \\n Is the local community involved in the reintegration programme? \\n Will the reintegration programme consider or aim to provide benefits to the commu- nities where demobilized combatants will return?Questions related to transitional justice \\n What office in the United Nations peacekeeping mission and/or what UN agency is the focal point on transitional justice, human rights, and rule of law issues? \\n What government entity is the focal point on transitional justice, human rights and rule of law issues? \\n Is there a national truth commission? Are there any other truth-seeking initiatives, for example at the local or regional level of the country? \\n Are there any investigations and/or prosecutions of perpetrators of crimes involving violations of international human rights law and international humanitarian law that occurred during the conflict? \\n Does the truth commission or prosecutions process have any specific outreach to, or strategy for dealing with, ex-combatants? \\n Does the truth commission or prosecutions process have a public information or out- reach capacity? What kind of information is being disseminated? How are they reaching out to vulnerable, marginalized groups including ex-combatants in communicating mandate and operations? \\n Are there plans to offer reparations to victims or communities ravaged by the conflict? Who are the targeted beneficiaries of the reparations? How are women survivors of sexual violence considered in reparations programmes, female ex-combatants, WAAFG, children? When will reparations be distributed? How will reparations distributed? Who is funding or could fund the reparation programme? \\n Are reparations tied to any other transitional justice measures such as prosecutions, truth-telling, institutional reform and/or local justice initiatives? \\n Is institutional reform, such as vetting, mandated as part of the peace agreement or post-conflict legal framework? Are security sector institutions targeted for such reform? Are there any accountability mechanisms set up to address the integrity of the security sector personnel? \\n Are there any justice or reconciliation efforts at the local/community level? \\n What is the involvement of women and/or children in locally based justice and rec- onciliation initiatives? \\n What is the criterion for determining who could participate in locally based justice and reconciliation initiatives? \\n Are these locally based justice and reconciliation initiatives linked to any other tran- sitional justice measures such as prosecutions, truth-telling and/or reparations?Questions related to possibilities for coordination \\n Will the planned timetable for the DDR programme overlap with planned transitional justice measures? \\n Are there opportunities to coordinate information strategies around DDR and transi- tional justice measures? \\n Will ex-combatants be screened on human rights criteria as part of the DDR programme? Can the DDR programme integrate human rights education and/or information ses- sions that specifically provide information on transitional justice? \\n Can the DDR programme provide incentives for ex-combatants to participate in pros- ecutions processes or truth-seeking initiatives? \\n Will there be any screening on human rights criteria of those ex-combatants interested in staying in or joining the security forces? \\n How can the DDR programme support or coordinate with other initiatives that address justice for women and justice for children? \\n Can any information gathered during the DDR programme be shared with a truth com- mission or prosecutions process? \\n How do the benefits offered to ex-combatants in the DDR programme compare to any reparations offered to victims of the armed conflict? \\n Can the benefits provided to ex-combatants be considered in light of reparations offered to victims? Is coordination between these two mechanisms possible? \\n Are there opportunities to connect the reintegration programme with locally based justice and reconciliation initiatives? For example, can any benefits provided to the community include support for locally based justice and reconciliation initiatives? \\n Can the reintegration programme include a component that involves ex-combatants in efforts to rebuild communities that have been physically destroyed as a result of the armed conflict? \\n Does the monitoring and assessment of the DDR programme include assessment of the impact of the programme on human rights, justice, and rule of law?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 31, - "Heading1": "Annex B: Critical questions for the field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n What kind of information will be gathered from combatants during the DDR process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9510, - "Score": 0.46188, - "Index": 9510, - "Paragraph": "Women and girls often directly manage communal natural resources for their livelihoods and provide for the food security of their families (e.g., through the direct cultivation of land and the collection of water, fodder, herbs, firewood, etc.). However, they often lack tenure or official rights to the natural resources they rely on, or may have access to communal resources that are not recognized (or upheld if they are recognized) in local or national laws. DDR practitioners should pay special attention to ensuring that women are able to access natural resources especially in situations where this access is restricted due to lack of support from a male relative. In rural areas, this is especially crucial for access to land, which can provide the basis for women\u2019s livelihoods and which often determines their ability to access credit and take-out loans. For example, where DDR processes link to land titling, they should encourage shared titling between male and female heads of households. In addition, DDR practitioners should ensure that employment opportunities and necessary skills training are available for girls and women in natural resource sectors, including non-traditional women\u2019s jobs. Moreover, DDR practitioners should also ensure that women are part of any decision-making processes related to natural resources and that their voices are heard in planning, programmatic decisions and prioritization of policy.In cases where access to natural resources for livelihoods has put women and girls at higher risk of SGBV, special care must be taken to establish safe and secure access to these resources, or a safe and secure alternative. Awareness and training of security forces may be appropriate for this, as well as negotiated safe spaces for women and girls to use to cultivate or gather natural resources that they rely on. DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond. For more guidance, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.2 Women and girls", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9513, - "Score": 0.46188, - "Index": 9513, - "Paragraph": "Many DDR participants and beneficiaries will have experienced the onset of one or more physical, sensory, cognitive or psychosocial disabilities during conflict. DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion. Persons with disabilities have many different needs and face different barriers to participation in DDR and in activities involving the natural resources sector. DDR practitioners should identify these barriers and the possibilities for dismantling them when conducting assessments. DDR practitioners should seek expert advice from, and engage in discussions with, organizations of persons with disabilities, relevant NGOs and government line ministries working to promote the rights of persons with disabilities, as outlined in the United Nations Convention on the Rights of Persons with Disabilities (2006) and Standard Rules on the Equalization of Opportunities for Persons with Disabilities (1993).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 22, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.3 Persons with disabilities", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10370, - "Score": 0.452911, - "Index": 10370, - "Paragraph": "Since the mid-1980s, societies emerging from violent conflict or repressive rule have often chosen to address past violations of international human rights law and international humani- tarian law through transitional justice measures.Transitional justice \u201ccomprises the full range of processes and measures associated with a society\u2019s attempts to come to terms with a legacy of large-scale past abuses, in order to ensure accountability, serve justice and achieve reconciliation.\u201d1 (S/2004/616) It is primarily concerned with gross violations of international human rights law2 and seri- ous violations of international humanitarian law. Transitional justice measures may in- clude judicial and non-judicial responses such as prosecutions, truth commissions, reparations programmes for victims and tools for institutional reform such as vetting. Whatever combination is chosen must be in conformity with international legal standards and obligations. This module will also provide information on locally-based processes of justice, justice for women, and justice for children.Transitional justice measures are increasingly part of the political package that is agreed to by the parties to a conflict in a cease-fire or peace agreement. Subsequently, it is not uncommon for DDR programmes and transitional justice measures to coexist in the post- conflict period. The overlap of transitional justice measures with DDR programmes can create tension. Yet the coexistence of these two types of initiatives in the immediate aftermath of conflict\u2014one focused on accountability, truth and redress and the other on security\u2014 may also contribute to achieving the long-term shared objectives of reconciliation and peace. DDR may contribute to the stability necessary to implement transitional justice ini- tiatives; and the implementation of transitional justice measures for accountability, truth, redress and institutional reform can increase the likelihood that DDR programmes will achieve their aims, by strengthening the legitimacy of the programme from the perspec- tive of the victims of violence and their communities, and contributing in this way to their willingness to accept returning ex-combatants.The relationship between DDR programmes and transitional justice measures can vary widely depending on the country context, the manner in which the conflict was fought and how it ended, and the level of involvement by the international community, among many other factors. In situations where DDR programmes and transitional justice meas- ures coexist in the field, both stand to benefit from a better understanding of their respec- tive mandates and ultimate aims. In all DDR processes there is a need to understand how DDR programmes link in with other aspects of a peace consolidation process, be they political, humanitarian, security or justice related, so as to avoid one process impacting negatively on another. UN-supported DDR aims to be people-centred, flexible, accountable and transparent; nationally owned; integrated; and well planned (see IDDRS 2.10 on the UN Approach to DDR). This module therefore further aims to contribute to an accountable DDR that is based on more systematic and improved coordination between DDR and tran- sitional justice processes so as to best facilitate the successful transition from conflict to sustainable peace.Box 1 Primary approaches to transitional justice \\n Prosecutions \u2013 are the conduct of investigations and judicial proceedings against an alleged perpetrator of a crime in accordance with international standards for the administration of justice. For the purposes of this module, the focus is on the prosecution of individuals accused of criminal conduct involving gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Prosecutions initiatives can vary. They can be broad in scope, aiming to try many perpetrators, or they can be narrowly focused on those that bear the most responsibility for the crimes committed. \\n Reparations \u2013 are a set of measures that provides redress for victims of gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Reparations can take the form of restitution, compensation, rehabilitation, satisfaction, and guarantees of non-repetition. Reparations programs have two goals: first, to provide recognition for victims because reparation are explicitly and primarily carried out on behalf of victims; and, second, to encourage trust among citizens, and between citizens and the state, by demonstrating that past abuses are regarded seriously by the new government. \\n Truth commissions \u2013 are non-judicial or quasi-judicial fact-finding bodies. They have the primary purpose of investigating and reporting on past abuses in an attempt to understand the extent and patterns of past violations, as well as their causes and consequences. The work of a commission is to help a society understand and acknowledge a contested or denied history, and bring the voices and stories of victims to the public at large. It also aims at preventing further abuses. Truth commissions can be official, local or national. They can conduct investigations and hearings, and can identify the individuals and institutions responsible for abuse. Truth commissions can also be empowered to make policy and prosecutorial recommendations. \\n Institutional reform \u2013 is changing public institutions, including those that may have perpetuated a conflict or served a repressive regime, and transforming them into institutions that are more effective and accountable and thus better able to support the transition, sustain peace and preserve the rule of law. Following a period of massive human rights abuse, building fair and efficient public institutions play a critical role in preventing future abuses. It also enables public institutions, in particular in the security and justice sectors, to provide criminal accountability for past abuses.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In all DDR processes there is a need to understand how DDR programmes link in with other aspects of a peace consolidation process, be they political, humanitarian, security or justice related, so as to avoid one process impacting negatively on another.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10243, - "Score": 0.450835, - "Index": 10243, - "Paragraph": "Recognizing that the success of DDR may be linked to progress in SSR, or vice versa, re- quires sensitivity to the need to invest simultaneously in related programmes. Implementation of DDR and SSR programmes is frequently hampered by the non-availability or slow disburse- ment of funds. Delays in one area due to lack of funding can mean that funds earmarked for other key activities can also be blocked. If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding. Increased use of multi-donor trust funds that address both issues represents one potential means to more effectively integrate DDR and SSR through pooled funding. National ownership is a key consideration: funding support for DDR/SSR should reflect the absorptive capacity of the state, including national resource limitations. In particular, the levels of ex-combatants integrated within the reformed security sector should be sus- tainable through national budgets. Supporting measures to enhance management and oversight of security budgeting provide an important means to support the effective use of limited resources for DDR and SSR. Improved transparency and accountability also contributes to building trust at the national level and between national authorities and international partners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.3 Funding", - "Heading4": "", - "Sentence": "If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9937, - "Score": 0.433013, - "Index": 9937, - "Paragraph": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants. Rebel groups often inflate their numbers before or at the start of a DDR process due to financial incentives as well as to strengthen their negotiating position for terms of entry into the security sector. This practice can result in forced recruitment of individuals, including children, to increase the headcount. Security vacuums may be one further consequence of a disengagement process with the movement of ex-combatants to de- mobilization centres resulting in potential risks to communities. Analysis of context-specific security dynamics linked to the disengagement process should provide a common basis for DDR/SSR decisions. When negotiating with rebel groups, criteria for integration to the security sector should be carefully set and not based simply on the number of people the group can round up (see IDDRS 3.20 on DDR Programme Design, Para 6.5.3.4). The requirement that chil- dren be released prior to negotiations on integration into the armed forces should be stip- ulated and enforced to discourage their forced recruitment (see IDDRS 5.30 on Children and DDR). The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.3. The disengagement process", - "Heading3": "", - "Heading4": "", - "Sentence": "The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10171, - "Score": 0.433013, - "Index": 10171, - "Paragraph": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR). National DDR commissions therefore provide an impoThe ToRs of National DDR commissions may provide an opportunity to link national DDR and SSR capacities. For example, the commission may share information with rele- vant Ministries (beyond the Ministry of Defence) such as Justice and the Interior as well as the legislative and civil society. Depending on the context, national commissions may be- come permanent parts of the national security sector governance architecture. This can help to ensure that capacities developed in support of a DDR programme are retained within the system beyond the lifespan of the DDR process itself.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.5. National commissions", - "Heading4": "", - "Sentence": "This can help to ensure that capacities developed in support of a DDR programme are retained within the system beyond the lifespan of the DDR process itself.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10105, - "Score": 0.408248, - "Index": 10105, - "Paragraph": "A first step in the pre-mission planning stage leading to the development of a UN concept of operations is the initial technical assessment (see IDDRS 3.10 on Integrated DDR Planning). In most cases, this is now conducted through a multidimensional technical assessment mission. Multidimensional technical assessment missions represent an entry point to begin en- gaging in discussion with SSR counterparts on potential synergies between DDR and SSR. If these elements are already reflected in the initial assessment report submitted to the Secretary-General, it is more likely that the provisions that subsequently appear in the mis- sion mandate for DDR and SSR will be coherent and mutually supportive.Box 6 Indicative SSR-related questions to include in assessments \\n Is there a strategic policy framework or a process in place to develop a national security and justice strategy that can be used to inform DDR decision-making? \\n Map the security actors that are active at the national level as well as in regions particularly relevant for the DDR process. How do they relate to each other? \\n What are the regional political and security dynamics that may positively or negatively impact on DDR/SSR? \\n Map the international actors active in DDR/SSR. What areas do they support and how do they coordinate? \\n What non-state security providers exist and what gaps do they fill in the formal security sector? A\\n re they supporting or threatening the stability of the State? Are they supporting or threatening the security of individuals and communities? \\n What oversight and accountability mechanisms are in place for the security sector at national, regional and local levels? \\n Do security sector actors play a role or understand their functions in relation to supporting DDR? \\n Is there capacity/political will to play this role? \\n What are existing mandates and policies of formal security sector actors in providing security for vulnerable and marginalised groups? \\n Are plans for the DDR process compatible with Government priorities for the security sector? \\n Do DDR funding decisions take into account the budget available for the SSR process as well as the long-run financial means available so that gaps and delays are avoided? \\n What is the level of national management capacity (including human resource and financial aspects) to support these programmes? \\n Who are the potential champions and spoilers in relation to the DDR and SSR processes? \\n What are public perceptions toward the formal and informal security sector?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.1. Multidimensional technical assessment mission", - "Heading4": "", - "Sentence": "\\n Are plans for the DDR process compatible with Government priorities for the security sector?", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10037, - "Score": 0.39736, - "Index": 10037, - "Paragraph": "Community security initiatives can be considered as a mechanism for both encouraging acceptance of ex-combatants and enhancing the status of local police forces in the eyes of communities (see IDDRS 4.50 on UN Police Roles and Responsibilities). Community-policing is increasingly supported as part of SSR programmes. Integrated DDR programme plan- ning may also include community security projects such as youth at risk programmes and community policing and support services (see IDDRS 3.41 on Finance and Budgeting).Community security initiatives provide an entry point for developing synergies be- tween DDR and SSR. DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level. Pooling financial and human resources including joint information campaigns may contribute to improved outreach, cost-savings and increased coherence.Box 4 DDR/SSR action points for supporting community security \\n Identify and include relevant law enforcement considerations in DDR planning. Where appropriate, coordinate reintegration with police authorities to promote coherence. \\n Assess the security dynamics of returning ex-combatants. Consider whether information generated from tracking the reintegration of ex-combatants should be shared with the national police. If so, make provision for data confidentiality. \\n Consider opportunities to support joint community safety initiatives (e.g. weapons collection, community policing). \\n Support work with men and boys in violence reduction initiatives, including GBV.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 15, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.4. Community security initiatives", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10644, - "Score": 0.39736, - "Index": 10644, - "Paragraph": "Box 5 Action points for mediators, donors, practitioners and national actors \\n\\n Action points for mediators and other participants in peacemaking \\n Include obligations for accountability, truth, reparation and guarantees of non-reoccurrence in peace agreements. \\n Include victims in peace negotiation processes. \\n Reject amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights. \\n\\n Action points for donors \\n Donors for DDR programmes may consider comparative commitments to reparations for victims before or while the DDR process proceeds. \\n\\n Action points for DDR practitioners \\n Integrate human rights and transitional justice components into the training programmes and support materials for UN mediators and DDR practitioners, including of national DDR commissions. \\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme. \\n Ensure that the DDR programme meets national and international obligations concerning account-ability, truth, reparations and guarantees of non-repetition.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n Action points for donors \\n Donors for DDR programmes may consider comparative commitments to reparations for victims before or while the DDR process proceeds.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10673, - "Score": 0.39736, - "Index": 10673, - "Paragraph": "Information about transitional justice measures is an important component of DDR assess- ment and design. Transitional justice measures and their potential for contributing to or hindering DDR objectives should be considered in the integrated DDR planning process, particularly in the detailed field assessment. Are transitional justice measures mandated in the peace agreement? Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? A list of critical questions related to the intersection between transitional justice and DDR is available in Annex C. For more infor- mation on conducting a field assessment see Module 3.20 on DDR Programme Design.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.1. Integrate information on transitional justice measures into the field assessment", - "Heading4": "", - "Sentence": "Transitional justice measures and their potential for contributing to or hindering DDR objectives should be considered in the integrated DDR planning process, particularly in the detailed field assessment.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9696, - "Score": 0.396059, - "Index": 9696, - "Paragraph": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). Benefit sharing, whether of minerals, land, timber or water resources, can be a make-or-break aspect of peace negotiations. Thus, in conflicts where armed forces and groups use natural resources as a means of financing conflict or where they act as an underlying grievance for recruitment, DDR should advise mediators that, where possible, natural resources (or a future commitment to address natural resources) should also be included in peace agreements. Addressing these grievances directly in mediation processes is extremely difficult, making it extremely important that sound and viable strategies for subsequent peacebuilding processes that seek to prevent the re-emergence of armed conflict related to natural resources are prioritized. It is important to carefully analyse how the conflict ended, to note if it was a military victory, a peace settlement, or otherwise, as this will have implications for how natural resources (especially land) might be distributed after the conflict ends. It is important to ensure that women\u2019s voices are also included, as they will be essential to the implementation of any peace agreement and especially to the success of DDR at the community level. Research shows that women consistently prioritize natural resources as part of peace agreements and therefore their inputs should specifically be sought on this issue.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10722, - "Score": 0.3849, - "Index": 10722, - "Paragraph": "Both DDR and transitional justice initiatives engage in gathering, sharing, and disseminating information. However, rarely is information shared in a systematic or coherent manner between these two programmes. DDR programmes, which are usually established before transitional justice measures may consider sharing information with the latter. This need not necessarily include sharing information relating to particular individuals for purposes of prosecutions, as this may create difficulties in some contexts (although, as illustrated in section 7.1 above, it frequently does not). Information about the more structural dimen- sion of combating forces, none of which needs to be person-specific, may be very useful for transitional justice measures. Socio-economic and background data gathered from ex- combatants through DDR programmes can also be informative. Similarly, transitional justice initiatives may obtain information that is important to DDR programmes, for example on the location or operations of armed groups.DDR programmes may also accommodate procedures that include gathering infor- mation on ex-combatants accused or suspected of gross violations of international human rights law and serious violations of international humanitarian law. This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data. Truth commissions often try to reliably describe broad patterns of past violence. Insights into the size, location, and territory of armed groups, their com- mand structures, type of arms collected, recruitment processes, and other aspects of their mode of operation could assist in reconstructing an historical \u2018memory\u2019 of past patterns of collective violence.Sharing information with a national reparations programme may also be important. Here, details about benefits offered to ex-combatants through DDR programmes may be useful in efforts to secure equity in the treatment of victims through reparations programmes. If communities received benefits through DDR programmes, this will also be relevant to those who are tasked with the responsibility of designing collective reparations programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.1. Consider sharing DDR information with transitional justice measures", - "Heading4": "", - "Sentence": "This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10779, - "Score": 0.3849, - "Index": 10779, - "Paragraph": "Consideration should be given to how the design of the DDR process relates to institutional reform efforts. For example, DDR programmes may coordinate with vetting procedures, providing information to ensure that ex-combatants who are responsible for gross viola- tions of human rights or serious crimes under international law are not reintegrated into public institutions, particularly the armed forces or other national security institutions (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 28, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.10. Consider how the design of the DDR programme contributes to the aims of institutional reform, including vetting processes", - "Heading4": "", - "Sentence": "Consideration should be given to how the design of the DDR process relates to institutional reform efforts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9089, - "Score": 0.365148, - "Index": 9089, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "As such, it is important for DDR practitioners to ensure the safety of DDR programme participants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10271, - "Score": 0.365148, - "Index": 10271, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8968, - "Score": 0.361158, - "Index": 8968, - "Paragraph": "The crime-conflict nexus shall be considered by DDR practitioners as they contemplate engagement and ultimately determine whether DDR is an appropriate response or whether law enforcement interventions and/or criminal justice mechanisms are better suited to the context.In order to develop successful DDR processes, DDR practitioners should assess whether participants\u2019 involvement in criminal economies came about as a function of war or as part of broader economic or social dynamics. During DDR processes, incentives for combatants to disarm and demobilize may be insufficient if they control access to lucrative resources and have well-established informal taxation regimes that depend upon the continued threat or use of violence.12 Regardless of whether conflict is ongoing or has ended, if these economic motives are not addressed, the risk that former members of armed forces and groups will re-engage in criminal activities increases.Likewise, DDR processes that do not consider social and political motives risk failure. Participation in DDR processes may decrease if members of armed forces and groups feel that they will lose social and political status in their communities by disarming and demobilizing, or if they fear retaliation against themselves and their families for abandoning armed forces and groups who engage in criminal activities. Similarly, communities themselves may be reluctant to accept and trust DDR processes if they feel that such efforts mean losing protection and stability. In such cases, public information can play an important role in supporting DDR processes, by helping to raise awareness of what the DDR process involves and the opportunities available to leave behind illicit economies. For further information, see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR.Moreover, the type of illicit economy can influence local perspectives. For example, labour- intensive illicit economies, such as the cultivation of drug crops or artisanal mining of natural resources including metals and minerals, but also logging and fishing, can easily employ hundreds of thousands to millions of people in a particular locale.13 In these instances, DDR processes that work to remove involvement in what can be \u2018positive\u2019 illicit activities may be unsuccessful if no alternative economic opportunities are offered, and a better route may be to support the formalization and regulation of the relevant sectors.Additionally, the interaction between organized crime and armed conflict is a fundamentally gendered phenomenon, affecting men and women differently in both conflict and post-conflict settings. Although notions of masculinity may be more frequently associated with engagement in organized crime, and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination on the basis of gender from both ex-combatants and communities. Moreover, women are more frequently victims of certain forms of organized crime, particularly human trafficking for sexual exploitation, and can be stigmatized or shamed due to the sexual exploitation they have experienced.14 They may be rejected by their families and communities upon their return, leaving them with few opportunities for social and economic support.At the same time, men and boys who are trafficked, either through sexual exploitation or otherwise, may face a different set of challenges based on perceived emasculation. In addition to economic difficulties, they may face stigma in communities who may not view them as victims at all. DDR processes should therefore follow an intersectional and gender-based approach in providing social, economic and psychological services to former members of armed forces and groups. For example, providing reintegration opportunities specific to female or male DDR participants and beneficiaries that promote equality, independence and a sense of ownership over their futures can have a significant impact on social, psychological and economic well-being.Finally, given that DDR processes are guided by national and local policies, DDR practitioners should bear in mind the role that crime can play in the politics of the countries in which they operate. Even if ex-combatants lay down their arms, they may retain their links to organized crime. In some cases, participation in DDR may be predicated on the condition that ex- combatants engaged in criminal activities are offered positions in the political sphere. This condition risks embedding criminality in the State apparatus. Moreover, for certain types of organized crime, amnesties cannot be granted, as serious human rights violations may have taken place, as in the case of human trafficking. DDR processes must form part of a wider response to strengthening institutions, building resilience towards corruption, strengthening the rule of law, and fostering good governance, which can, in turn, prevent the conditions that may contribute to the recurrence of conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 12, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.4 Implications for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "In such cases, public information can play an important role in supporting DDR processes, by helping to raise awareness of what the DDR process involves and the opportunities available to leave behind illicit economies.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9116, - "Score": 0.361158, - "Index": 9116, - "Paragraph": "Organized crime often exacerbates and may prolong armed conflict. When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in crime-conflict contexts. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 21, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9695, - "Score": 0.361158, - "Index": 9695, - "Paragraph": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10075, - "Score": 0.355335, - "Index": 10075, - "Paragraph": "Needs assessments are undertaken periodically in order to help planners and programmers understand progress and undertake appropriate course corrections. During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR. Promoting joint assessments through includ- ing representatives of other relevant bilateral/multilateral actors should also be encouraged to enhance coherence and reduce duplication. In designing DDR assessments, SSR con- siderations should be reflected in ToRs, the composition of assessment teams and in the knowledge gathered during assessment missions (see Box 5).Box 5 Designing SSR-sensitive assessments \\n Developing the terms of reference \u2013 Terms of reference (ToRs) for DDR assessments should include the need to consider potential synergies between DDR and SSR that can be identified and fed into planning processes. Draft ToRs should be shared between relevant DDR and SSR focal points to ensure that all relevant and cross-cutting issues are considered. The ToRs should also set out the composition of the assessment team. \\n Composing the assessment team \u2013 Assessment teams should be multi-sectoral and include experts or focal points from related fields that are linked to the DDR process. The inclusion of SSR expertise represents an important way of creating an informed view on the relationship between DDR and SSR. In providing inputs to more general assessments, broad expertise on the political and integrated nature of an SSR process may be more important than sector-specific knowledge. Where appropriate, experts from relevant bilateral/multilateral actors should also be included. Including host state nationals or experts from the region within assessment teams will improve contextual understanding and awareness of local sensitivities and demonstrate a commitment to national ownership. Inclusion of team members with appropriate local language skills is essential. \\n Information gathering \u2013 Knowledge should be captured on SSR-relevant issues in a given context. It is important to engage with representatives of local communities including non-state and community-based security providers. This will help clarify community perceptions of security provision and vulnerabilities and identify the potential for tensions when ex-combatants are reintegrated into communities, including how this may be tied to weapons availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10159, - "Score": 0.353553, - "Index": 10159, - "Paragraph": "Transitional political arrangements offer clear entry points and opportunities to link DDR and SSR. In particular, transitional arrangements often have a high degree of legitimacy when they are linked to peace agreements and can be used to prepare the ground for longer term reform processes. However, a programmatic approach to SSR that offers opportunities to link DDR to longer term governance objectives may require levels of political will and legiti- mate governance institutions that will most likely only follow the successful completion of national elections that meet minimum democratic standards.During transitional periods prior to national elections, SSR activities should address immediate security needs linked to the DDR process while supporting the development of sustainable national capacities. Building management capacity, promoting an active civil society role and identifying practical measures such as a security sector census or improved payroll system can enhance the long term effectiveness and sustainability of DDR and SSR programmes. In the absence of appropriate oversight mechanisms for the security sector, supporting an ad hoc mechanism to oversee the DDR process, which includes a coordina- tion mechanism for DDR and SSR, should be considered. Such provision should include the subsequent transfer of competencies to formal oversight bodies.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.3. Transitional arrangements", - "Heading4": "", - "Sentence": "In the absence of appropriate oversight mechanisms for the security sector, supporting an ad hoc mechanism to oversee the DDR process, which includes a coordina- tion mechanism for DDR and SSR, should be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10464, - "Score": 0.35218, - "Index": 10464, - "Paragraph": "Criminal investigations and DDR have potentially important synergies. In particular, infor- mation gathered through DDR processes may be very useful for criminal investigations. Such information does not need to be person-specific, but might focus on more general issues such as structures and areas of operation.Since criminal justice initiatives in post-conflict situations would often only be able to deal with a relatively small number of suspects, most prosecutions strategies ought to focus on those bearing the greatest degree of responsibility for crimes committed. As such, these objectives must be effectively communicated in a context of DDR processes to ensure that those participating in DDR understand whether or not they are likely to face prosecutions. Prosecutions can make positive contributions to DDR. First, at the most general level, a DDR process stands to gain if the distinction between ex-combatants and perpetrators of human rights violations can be firmly established. Obviously, not all ex-combatants are human rights violators. This is a distinction to which criminal prosecutions can make a contribution: prosecutions may serve to individualize the guilt of specific perpetrators and therefore lessen the public perception that all ex-combatants are guilty of serious crimes under international law. Second, prosecution efforts may remove spoilers and potential spoilers from threatening the DDR process. Prosecutions may remove obstacles to the demo- bilization of vast numbers of combatants that would be ready to cease hostilities but for the presence of recalcitrant commanders. A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions may foster trust in the reintegration process and enhance the prospects for trust building between ex-combatants and other citizens by pro- viding communities with some assurance that those whom they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law. The pursuit of accountability through prosecutions may also create tensions with DDR efforts. When these processes overlap, or when prosecutions are instigated early in a DDR process, some tension between prosecutions and DDR, stemming from the fact that DDR requires the cooperation of ex-combatants and their leaders, while prosecutors seek to hold accountable those responsible for criminal conduct involving violations of international humanitarian law and human rights law, may be hard to avoid. This tension may be dimin- ished by effective communications campaigns. Misinformation or partial information about prosecutions efforts may further contribute to this tension. Ex-combatants are often unin- formed of the mandate of a prosecutions process and are unaware of the basic tenets of international law. In Liberia, for example, confusion about whether or not the mandate of the Special Court for Sierra Leone covered crimes committed in Liberia initially inhibited some fighters from entering the DDR process.While these concerns deserve careful consideration, there have been a number of con- texts in which DDR processes have coexisted with prosecutorial efforts, and the latter have not created an impediment to DDR. In some situations, transitional justice measures and DDR programmes have been connected through some sort of conditionality. For example, there have been cases where combatants who have committed crimes have been offered judicial benefits in exchange for disarming, demobilizing and providing information or collaborating in dismantling the group to which they belong. There are, however, serious concerns about whether such measures comply with the international legal obligations to ensure that perpetrators of serious crimes are subject to appropriate criminal process, that victims\u2019 and societies\u2019 right to the truth is fully realized, and that victims receive an effective remedy and reparation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 8, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.1. Criminal investigations and prosecutions", - "Heading3": "", - "Heading4": "", - "Sentence": "In Liberia, for example, confusion about whether or not the mandate of the Special Court for Sierra Leone covered crimes committed in Liberia initially inhibited some fighters from entering the DDR process.While these concerns deserve careful consideration, there have been a number of con- texts in which DDR processes have coexisted with prosecutorial efforts, and the latter have not created an impediment to DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10178, - "Score": 0.348155, - "Index": 10178, - "Paragraph": "National ownership extends beyond central government to include a wide range of actors with a role in security provision, management and oversight. An important component of the DDR assessment phase should therefore be to identify national stakeholders that can contribute to the process. Supporting the meaningful involvement of parliament, civil soci- ety as well as local authorities and communities in DDR and SSR decision-making can help ensure that programmes are realistic and respond to local needs. The development of a comprehensive national security strategy (NSS) or narrower, sector specific strategies can (and should) be a lengthy process that continues after DDR is underway. However, insights drawn from discussions at national and local levels should be reflected in the de- sign, implementation and sequencing of DDR and SSR programmes.A process of national dialogue (see 9.4.1.) can help shape DDR/SSR frameworks that are underpinned by context-specific political and security considerations. Processes enacted to develop national or sector-specific security strategies should inform priorities and har- monise the roles of actors involved in both DDR and SSR (see Box 7). Participation should be encouraged from relevant government ministries (e.g. interior, finance, defence, intelli- gence, police, justice, immigration, health, education, labour, social welfare, gender, national HIV/AIDS Programme Councils), as well as legislative committees and financial manage- ment bodies. Civil society represents a key target group in helping to build trust, fostering \u2018buy in\u2019 and avoiding perceptions that the security sector is de-linked from the needs of citizens. Community consultations and communications strategies should be developed with national and local media to enhance dialogue processes in support of DDR and SSR programmes.Box 7 Constructing a national vision of security \\n Key questions: \\n Is there sufficient trust between national stakeholders to support the development of a national vision of security? If not, what enabling steps can be taken to build confidence in this process? \\n What are the most important current and future threats and challenges (both internal and external) to national security? \\n What is the role of the security sector and what values should underpin its work? \\n What are the security needs of communities and individuals, including the special needs of women, girls and vulnerable groups? \\n What areas should be granted priority in order to address these threats? \\n How should available resources be divided between competing public needs? \\n Do current mandates, capacities, resources and division of responsibilities reflect these threats? \\n What can be done to ensure that the objectives identified will be implemented? Who is responsible for and how effective is oversight and accountability of the security sector?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.1. Participation and consultation", - "Heading4": "", - "Sentence": "An important component of the DDR assessment phase should therefore be to identify national stakeholders that can contribute to the process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8949, - "Score": 0.339683, - "Index": 8949, - "Paragraph": "In supporting DDR processes, organizations are governed by their respective constituent instruments; specific mandates; and applicable internal rules, policies and procedures. DDR is also supported within the context of a broader international legal framework, which contains rights and obligations that must be adhered to in the implementation of DDR. As such, the applicable legal frameworks should be considered at every stage of the DDR process, from planning to execution and evaluation, and, in some cases, the legal architecture to counter organized crime may supersede DDR policies and frameworks. Failure to abide by the applicable legal framework may result in consequences for the UN, national institutions, the individual DDR practitioners involved and the success of the DDR process as a whole.Within the context of organized crime and armed conflict, DDR practitioners must consider national as well as international legal frameworks that pertain to organized crime, in both conflict and post-conflict settings, in order to understand how they may apply to combatants and persons associated with armed forces and groups who have engaged in criminal activities. While \u2018organized crime\u2019 itself remains undefined, a number of related international instruments that define concepts and specific manifestations of organized crime form the legal framework upon which interventions and obligations are based (refer to Annex B for a list of key instruments).A country\u2019s international obligations put forth by these instruments are usually translated into domestic legislation. While domestic legal frameworks on organized crime may differ in the treatment of organized crime across States, by ratifying international instruments, States are required to align their national legislation with international standards. Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws. For example, participation in criminal activities by certain former members of armed forces and groups may limit their participation in DDR processes, as outlined in a State\u2019s penal code and criminal procedure codes. Moreover, where crimes (such as forms of human trafficking) committed by ex-combatants and persons formerly associated with armed forces and groups are so egregious as to constitute crimes against humanity, war crimes or gross violations of human rights, their participation in DDR processes must be excluded by international humanitarian law.In cases where armed forces have engaged in criminal activities amounting to the most serious crimes under international law, it is the duty of every State to exercise its criminal jurisdiction over those responsible. DDR practitioners shall not facilitate any violations of international human rights law or international humanitarian law by the host State, including arbitrary deprivation of liberty and unlawful confinement, or surveillance/maintaining watchlists of participants. DDR practitioners should be aware of local and international mechanisms for achieving justice and accountability. Moreover, it is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on DDR and Transitional Justice). Therefore, if there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner shall seek legal advice from the competent legal office and human rights office, and DDR processes may need to be adjusted. For further information, see IDDRS 2.11 on The Legal Framework for UN DDR.DDR processes may also be impacted by Security Council sanctions regimes. Targeted sanctions against individuals, groups and entities have been utilized by the UN to address threats to international peace and security, including the threat of organized crime by armed groups. DDR practitioners should be aware of any relevant sanctions regime, particularly arms embargo measures that may restrict the options available during disarmament or transitional weapons and ammunitions management activities, limit eligibility for participation in DDR processes and restrict the provision of financial support to DDR participants. (For more information, refer to IDDRS 4.10 on Disarmament and IDDRS 4.11 on Transitional Weapons and Ammunition Management.) While each sanctions regime is unique, DDR practitioners shall be aware of those applicable to armed groups and seek legal advice about whether listed individuals or groups can indeed be eligible to participate in DDR processes.For example, the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities, established pursuant to Resolutions 1267 (1999), 1989 (2011) and 2253 (2015), is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. DDR practitioners shall be further aware that donor States may also designate groups as terrorists through \u2018national listings\u2019. DDR practitioners should consult their legal adviser on the implications a terrorist listing may have for the planning or implementation of DDR processes, including whether the group was designated by the UN Security Council, a regional organization, the host State or a State supporting the DDR process, as well as whether the host or a donor State criminalizes the provision of support to terrorists, in line with applicable international counter-terrorism requirements. For an overview of the legal framework related to DDR more generally, see IDDRS 2.11 on The Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 10, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.3 Relevant frameworks and approaches to combat organized crime during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10592, - "Score": 0.339683, - "Index": 10592, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8871, - "Score": 0.333333, - "Index": 8871, - "Paragraph": "DDR practitioners shall be aware that, in contexts of organized crime, not all DDR participants and beneficiaries have the same needs. For example, the majority of victims of human trafficking, sexual abuse and exploitation are women, girls and boys. Moreover, women may be forcibly recruited for labour by armed groups and used as smuggling agents for weapons and ammunition. Whether they become members of armed groups or are abductees, women have specific needs derived from their human trafficking exploitation including debt bondage; physical, psychological and sexual abuse; and restricted movement. DDR practitioners shall therefore pay particular attention to the specific needs of women and men, boys and girls derived from their condition of having been trafficked and implement DDR processes that offer appropriate, age- and gender- specific psychological, economic and social assistance. For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Gender responsive and inclusive ", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9485, - "Score": 0.333333, - "Index": 9485, - "Paragraph": "At a minimum, assessments focused on natural resources and employment and livelihood opportunities should reflect on the demand for natural resources and any derived products in local, regional, national and international markets. They should also examine existing and planned private sector activity in natural resource sectors. Assessments should also consider whether any areas environmentally degraded or damaged as a result of the conflict can be rehabilitated and strengthened through quick-impact projects (see section 7.2.1). DDR practitioners should seek to incorporate information gathered in Strategic Environmental Assessments and Environmental and Social Impact Assessments where appropriate and possible, to avoid unnecessary duplication of efforts. The data collected can also be used to identify potential reconciliation and conflict resolution activities around natural resources. These activities may, for example, be included in the design of reintegration programmes.Box 2. Sample questions for the profiling of male and female members of armed forces and groups: \\n - Motivations for joining armed forces and groups linked to natural resources? \\n - Potential areas of return and likely livelihoods options to identify potential natural resource sectors to support? Seasonality of these occupations and related migration patterns? Are there communal natural resources in question in the area of return? Will DDR participants have access to these? \\n - The use of natural resources by the members of armed forces and groups to identify potential hot spots? \\n - Possibility to employ job/vocational skills in natural resource management? \\n - Economic activities already undertaken prior to joining or while with armed forces and groups in different natural resource sectors? \\n - Interest to undertake economic activities in natural resource sectors?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 19, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.2 Employment and livelihood opportunities", - "Heading4": "", - "Sentence": "Will DDR participants have access to these?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10020, - "Score": 0.320256, - "Index": 10020, - "Paragraph": "There is a need to identify and act on information relating to the return and reintegration of ex-combatants. This can support the DDR process by facilitating reinsertion payments for ex-combatants and monitoring areas where employment opportunities exist. From an SSR perspective, better understanding the dynamics of returning ex-combatants can help identify potential security risks and sequence appropriate SSR support.Conflict and security analysis that takes account of returning ex-combatants is a com- mon DDR/SSR requirement. Comprehensive and reliable data collection and analysis may be developed and shared in order to understand shifting security dynamics and agree security needs linked to the return of ex-combatants. This should provide the basis for coordinated planning and implementation of DDR/SSR activities. Where there is mistrust between security forces and ex-combatants, information security should be an important consideration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.2. Tracking the return of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "This can support the DDR process by facilitating reinsertion payments for ex-combatants and monitoring areas where employment opportunities exist.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9983, - "Score": 0.320256, - "Index": 9983, - "Paragraph": "Research has shown that there is a link between (future) crimes committed by security forces and inadequate terms and conditions of service. Poor social conditions within the security sector may also contribute to an unbalanced distribution of ex-combatants between reinte- gration and security sector integration.SSR activities should focus from an early stage on addressing right-financing, man- agement and accountability in security budgeting. An important early measure may be to support the establishment of a chain of payments system to prevent the diversion of sala- ries and ensure prompt payment. These measures may be most effective if combined with a census of the armed and security forces (see Case Study Box 3). In parallel to the DDR process, efforts to enhance the knowledge base of groups responsible for oversight of the security sector should be supported. This may include visits of parliamentarians, repre- sentatives of the Ministry of Labour, the media and civil society organisations to security installations (including barracks).Case Study Box 3 The impact of the census and chain of payments system in the DRC \\n In the DRC, low or non-existent salaries within the army and police was a cause of disproportionate numbers of ex-combatants registering for reintegration as opposed to army integration. This resulted in a large backload in the payment of reinsertion benefits as well as difficulties in identifying reintegration opportunities for these ex-combatants. Two separate measures were taken to improve the overall human and financial management of the armed forces. A census of the army was conducted in 2008 which identified non-existent \u2018ghost soldiers.\u2019 Resulting savings benefited the army as a whole through an increase in overall salary levels. The \u2018chain of payments\u2019 system also had a similar effect of improving confidence in the system. The military chain of command was separated from the financial management process making it more difficult to re-route salary payments from their intended recipients. Resulting savings have led to improved terms and conditions for the soldiers, thus increasing incentives for ex-combatants choosing integration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 11, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.10. Social conditions within the security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "In parallel to the DDR process, efforts to enhance the knowledge base of groups responsible for oversight of the security sector should be supported.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10063, - "Score": 0.320256, - "Index": 10063, - "Paragraph": "Instability is exacerbated by the flow of combatants as well as the trafficking of people, arms and other goods across porous borders. Cross-border trafficking can provide com- batants with the resource base and motivation to resist entering the DDR process. There is also a risk of re-recruitment of ex-combatants into armed groups in adjacent countries, thus undermining regional stability. Developing sustainable border management capacities can therefore enhance the effectiveness of disarmament measures, prevent the re-recruitment of foreign combatants that transit across borders and contribute to the protection of vulner- able communities.Training and capacity building activities should acknowledge linkages between DDR and border security. Where appropriate, conflict and security analysis should address re- gional security considerations including cross-border flows of combatants in order to coor- dinate responses with border security authorities. At the same time, adequate options and opportunities should be open to ex-combatants in case they are intercepted at the border. Lack of logistics and personnel capacity as well as inaccessibility of border areas can pose major challenges that should be addressed through complementary SSR activities. SALW projects may also benefit from coordination with border management programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 16, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.7. DDR and border management", - "Heading3": "", - "Heading4": "", - "Sentence": "Cross-border trafficking can provide com- batants with the resource base and motivation to resist entering the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9738, - "Score": 0.320256, - "Index": 9738, - "Paragraph": "Armed forces and groups often fuel their activities by assuming control over resource rich territory. When States lose sovereign control over these resources, DDR and SSR processes are impeded. For example, resource revenues can prove relatively more attractive than the benefits offered through DDR and, as a result, individuals and groups may opt not to participate. Similarly, armed groups that are required by peace agreements to integrate into the national army and redeploy to a different geographical area may refuse to do so if it means losing control over resource rich territory. Where members of the security sector have been controlling natural resource extraction and/ or trade areas or networks, this dynamic is likely to continue until the sector becomes formalized and there are appropriate systems of accountability in place to prevent illegal exploitation or trafficking of resources.Peace agreements that do not effectively address the role of natural resources risk leaving warring parties with the economic means to resume fighting as soon as they decide that peace no longer suits them. In contexts where natural resources fuel conflict, integrated DDR and SSR processes should be planned with this in mind. Where appropriate, DDR practitioners should advise mediation teams on the impact of militarized resource exploitation on DDR and SSR and recommend that provisions regarding the governance of natural resources are included in the peace agreement (if one exists). Care must also be taken not to further militarize natural resource extraction areas. The implementation of DDR in this context can be supported by SSR programmes that address the governance of natural resources. Among other elements, these programmes may focus on ensuring the transparent and accountable allocation of natural resource concessions and transparent management of the revenues derived from their exploitation. This will involve supporting assessments of what natural resources the country has and their best possible usage; assisting in the creation of laws and regulations that require transparency and accountability; and building institutional capacity to manage natural resources wisely and enforce the law effectively. For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "10. DDR, SSR and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9540, - "Score": 0.313112, - "Index": 9540, - "Paragraph": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question. This may be done through the secondment of experts, providing training on natural resources and through consulting local partners and civil society groups with relevant expertise.During the programme development phase, risks and opportunities identified as part of the assessment and risk management process should be factored into the overall strategy for the programme. This can be accomplished by working closely with government institutions and relevant line ministries responsible for agriculture, land distribution, forestry, fisheries, minerals and water, as well as civil society, relevant NGOs and the local and international private sector, where appropriate. DDR practitioners should ensure that all major risks for health, livelihoods and infrastructure, as well as disaster-related vulnerabilities of local communities, are identified and addressed in programme design and implementation, including for specific-needs groups. This is especially important for extractive industries such as mining, as well as forestry21 and agriculture, where government contracts and concessions that are being negotiated will impact local areas and communities, or where the extraction or production of the resources can result in pollution or contamination of basic life resources (such as soils, air and water). Private sector entities are increasingly pressured to conform to due diligence and transparency standards that seek to uphold human rights, labour rights and sustainable development principles and DDR practitioners can leverage this to increase their cooperation. Local traditional knowledge about natural resource management should also be sought and built into the DDR programme as much as possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 26, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8852, - "Score": 0.308607, - "Index": 8852, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and organized crime.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8865, - "Score": 0.308607, - "Index": 8865, - "Paragraph": "The majority of girls and boys associated with armed forces and groups may be victims of human trafficking, and DDR practitioners shall treat all children who have been recruited by armed forces and groups, including children who have otherwise been exploited, as victims of crime and of human rights violations. When DDR processes are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. As victims of crime, children\u2019s cases shall be handled by child protection authorities. Children shall be provided with support for their recovery and reintegration into families and communities, and the specific needs arising from their exploitation shall be addressed. For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "4.1.2 Unconditional release and protection of children ", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9309, - "Score": 0.308607, - "Index": 9309, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10014, - "Score": 0.308607, - "Index": 10014, - "Paragraph": "Targeting reintegration options and securing vulnerable communities represents an im- portant area where synergies can be developed between DDR and SSR programmes. The reintegration of ex-combatants into the community provides a unique opportunity for con- fidence building between law enforcement bodies and local residents. The police has a key role to play in ensuring the safety of returning ex-combatants as well as securing communities that may be at greater risk following their return (see IDDRS 4.50 on UN Police Roles and Responsibilities, Para 11). However, police capacities will only be focused on this prior- ity if support to the DDR process is factored into planning, training and resource allocation. The ability of ex-combatants and their receiving communities to communicate their concerns and priorities to local law enforcement agencies, and vice-versa, is a key compo- nent of sustainable reintegration. Reintegration may provide an entry point for the develop- ment of local security plans through constructive dialogue between communities, including vulnerable and marginalised groups, and security providers. Capacity development within the military, police and other community level security providers should be prioritised to ensure police support for DDR objectives. In parallel, mandates and tasking should reflect the critical role of the police in establishing an enabling environment for the successful reintegration of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.1. Securing vulnerable communities", - "Heading3": "", - "Heading4": "", - "Sentence": "However, police capacities will only be focused on this prior- ity if support to the DDR process is factored into planning, training and resource allocation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9928, - "Score": 0.308607, - "Index": 9928, - "Paragraph": "In cases where combatants are declared part of illegal groups, progress in police reform and relevant judicial functions can project deterrence and help ensure compliance with the DDR process. This role must be based on adequate police capacity to play such a supporting role (see Case Study Box 1).The role of the police in supporting DDR activities should be an element of joint plan- ning. In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme. Where there are synergies to be realised, this should be reflected in resource allocation, training and priority setting for police reform activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.2. Illegal armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 8840, - "Score": 0.306186, - "Index": 8840, - "Paragraph": "Organized crime can impact all stages of conflict, contributing to its onset, perpetuating violence (including through the financing of armed groups) and posing obstacles to lasting peace. Crime and conflict interact cyclically. Conflict creates space and opportunities for organized crime to flourish by weakening States\u2019 capacities to enforce the rule of law and social order. This creates the conditions for those engaging in organized crime (including both armed forces and armed groups) to operate with comparably little risk.4Criminal activities can directly contribute to the intensity and duration of war, as new armed groups emerge that engage in illicit activities (involving both licit and illicit commodities) while \ufb01ghting each other and the State.5 Criminal activities help to supply parties to armed conflict with weapons, ammunition and revenues, augmenting their ability to engage in armed violence, exploit and abuse the most vulnerable, and promote the proliferation of weapons and ammunition in society, therefore undermining prospects for peace.6Armed groups in part derive resources, power and legitimacy from participation in illicit economies that allow them to impose a scheme of violent governance on locals or provide services to the communities where they are based.7 Additionally, extortion schemes may be imposed on communities, whereby payments are made to armed groups in exchange for protection and/or the provision of other services. In the absence of State institutions, such tactics can often become accepted and acknowledged as a form of taxation by armed groups. This means that those engaged in criminal activities can, over time, be perceived as legitimate political actors. This perceived legitimacy can, in turn, translate into popular support, while undermining State authority and complicating conflict resolution.Additionally, the UN Security Council has emphasized that terrorists and terrorist groups can benefit from organized crime, whether domestic or transnational, as a source of financing or logistical support. Recognizing that the nature and scope of the linkages between terrorism and organized crime, whether domestic or transnational, vary by context,8 these ties may include an alliance of opportunities such as the engagement of terrorist groups in criminal activities for profit and/or the receipt of taxes to allow illicit flows to pass through territory under the control of terrorist groups. Overall, the combined presence of terrorism, violent extremism conducive to terrorism and organized crime, whether domestic or transnational, may exacerbate conflicts in affected regions and may contribute to undermining the security, stability, governance, and social and economic development of States.Importantly, in addition to diminishing law and order, armed conflict also makes it more difficult for local populations to meet their basic needs. Communities may turn to the black market for licit goods and services and seek economic opportunities in the illicit economy in order to survive. Since organized crime can underpin livelihoods for local populations before, during and after conflict, the planning for DDR processes must consider the role illicit activities play in communities at large and for specific portions of the population, including women, as well as the linkages between criminal groups and armed forces and groups.The response to organized crime will vary depending on whether the criminal activities at play involve licit or illicit commodities. The legality of commodities may also impact notions of who or what acts as a \u2018spoiler\u2019 to the peace process, community perceptions of DDR and which reintegration options are sought.DDR practitioners should also consider gender dimensions when contemplating how organized crime and armed conflict interact. Organized crime and armed conflict affect and involve women, men, boys and girls differently, irrespective of whether they are combatants, persons associated with armed forces and groups, victims of organized crime or a combination thereof. For example, although notions of masculinity may be more often associated with engagement in organized crime and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination based on gender from both ex-combatants and communities. Moreover, women are more often survivors of certain forms of organized crime, particularly human trafficking, and can be stigmatized or shamed due to the sexual exploitation they have experienced. They may be rejected by their families and communities upon their return leaving them with few opportunities for social and economic support. The experiences and treatment of males and females both during armed conflict and during their return to society may vary based on social, cultural and economic practices and norms. The organized crime\u2013conflict nexus therefore requires a gender- and age-sensitive DDR response.Children are highly vulnerable to trafficking and to the worst forms of child labour. Child victims may also be stigmatized, hidden or identified as dependants of adults. Therefore, within DDR, the identification of child victims and abductees, both girls and boys, requires age-sensitive approaches.Depending on the circumstances, organized crime may have existed prior to armed conflict (and possibly have given rise to it) or may have emerged during conflict. Organized crime may also remain long after peace is negotiated. Given the linkages between organized crime and armed conflict, it is necessary to recognize and understand this nexus as an integral part of the entire DDR process. DDR practitioners shall understand this convergence and implement measures that mitigate against associated risks, such as the reengagement of DDR participants in organized crime or the inadvertent removal of illegal livelihoods without alternatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The legality of commodities may also impact notions of who or what acts as a \u2018spoiler\u2019 to the peace process, community perceptions of DDR and which reintegration options are sought.DDR practitioners should also consider gender dimensions when contemplating how organized crime and armed conflict interact.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10116, - "Score": 0.306186, - "Index": 10116, - "Paragraph": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated. Shifting political and security dynamics means that flexibility is an essential design factor. Specific elements of programme design should be integrated within overall strategic objectives that reflect the end state goals that DDR and SSR are seeking to achieve.Detailed field assessments should cover political and security issues as well as identifying key national and international stakeholders in these processes (see Box 6). The programme development and costing phase should result in indicators that reflect the relationship between DDR and SSR. These may include: linking disarmament/demobilization and community security; ensuring integration reflects national security priorities and budgets; or demonstrating that operational DDR activities are combined with support for national management and oversight capacities. Development of the DDR implementation plan should integrate relevant capacities across UN, international community and national stake- holders that support DDR and SSR and reflect the implementation capacity of national authorities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.2. Programme design", - "Heading3": "", - "Heading4": "", - "Sentence": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8887, - "Score": 0.298142, - "Index": 8887, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019. In the absence of most serious crimes under international law, such as crimes against humanity, war crimes and gross violations of human rights, it falls on the State to implement criminal justice measures to tackle individuals\u2019 engagement in organized criminal activities. However, issues arise when the State itself engages in criminal activities or is a party to the conflict (and therefore cannot perform a neutral role in prosecuting members of adversarial groups). For armed groups, DDR processes and other peacebuilding/peacekeeping measures may be perceived as implementing victors\u2019 justice by focusing on engagement in illicit activities that fuel conflict, rather than seeking to understand why the group was fighting in the first place. DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible. For further information, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "4.5.1 Accountable and transparent", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10543, - "Score": 0.298142, - "Index": 10543, - "Paragraph": "DDR can contribute to ending or limiting violence by disarming large numbers of armed actors, disbanding illegal or dysfunctional military organizations, and reintegrating ex- combatants into civilian or legitimate security-related livelihoods. DDR alone, however, cannot build peace, nor can it prevent armed groups from reverting to conflict. DDR needs to be part of a larger system of peacebuilding interventions, including institutional reformInstitutional reform that transforms public institutions that perpetuated human rights violations is critical to peace and reconciliation. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes, or violations of international human rights and humanitarian law, criminalizes this kind of behavior, demonstrates that no one is above the law, and may act as a deterrent and con- tribute to the prevention of future abuse. Truth commissions and other truth-seeking en- deavors can provide critical analysis about the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical informa- tion about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas. Reparations for victims may contribute to trust-building between victims and government, including public institutions. Vetting processes contribute to dismantling abusive structures by excluding from public service those who have com- mitted gross human rights violations and serious violations of international humanitarian law (See Box 3: Vetting.)As security sector institutions are sometimes implicated in past and ongoing viola- tions of human rights and international humanitarian law, there is a particular interest in reforming security sector institutions. Security Sector Reform (SSR) aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law.\u201d27 SSR efforts may sustain the DDR process in multiple ways, for example by providing employment opportunities. Yet DDR programmes are seldom coordinated to SSR. The lack of coordination can lead to further vio- lations, such as the reappointment of human rights abusers into the legitimate security sector. Such cases undermine public faith in security sector institutions, and may also lead to distrust within the armed forces. (See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.)Box 3 Vetting* One important aspect of institutional reform efforts in countries in transition is vetting processes to exclude from public institutions persons who lack integrity. Vetting may be defined as assessing integrity to determine suitability for public employment. Integrity refers to an employee\u2019s adherence to international standards of human rights and professional conduct, including a person\u2019s financial propriety. Public employees who are personally responsible for gross violations of human rights or serious crimes under international law reveal a basic lack of integrity and breach the trust of the citizens they were meant to serve. The citizens, in particular the victims of abuses, are unlikely to trust and rely on a public institution that retains or hires individuals with serious integrity deficits, which would fundamentally impair the institution\u2019s capacity to deliver its mandate. Vetting processes aim at excluding from public service persons with serious integrity deficits in order to (re-establish) civic trust and (re-) legitimize public institutions. \\n In many DDR programmes, ex-combatants are offered the possibility of reintegration in the national armed forces, other security sector positions such as police or border control. In these situations, coordination between DDR programs and institution reform initiatives such as SSR programmes on vetting strategies can be particularly critical. A coordinated strategy shall aim to ensure that individuals who have committed human rights violations are not employed in the public sector. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 12, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.4. Institutional reform", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10128, - "Score": 0.298142, - "Index": 10128, - "Paragraph": "Linking international support to a broad based, nationally owned process provides an important basis for coherent DDR and SSR programming. As discussed below, national dialogue, peace processes and national security or sector-specific policy reviews all repre- sent entry points to link DDR and SSR within a broader national governance framework.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "", - "Heading4": "", - "Sentence": "Linking international support to a broad based, nationally owned process provides an important basis for coherent DDR and SSR programming.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8817, - "Score": 0.297044, - "Index": 8817, - "Paragraph": "Organized crime and conflict converge in several ways, notably in terms of the actors and motives involved, modes of operating and economic opportunities. Conflict settings \u2013 marked by weakened social, economic and security institutions; the delegitimization or absence of State authority; shortages of goods and services for local populations; and emerging war economies \u2013 provide opportunities for criminal actors to fill these voids. They also offer an opening for illicit activities, including human, drugs and weapons trafficking, to flourish. At the same time, the profits from criminal activities provide conflict parties and individual combatants with economic and often social and political incentives to carry on fighting. For DDR processes to succeed, DDR practitioners should consider these factors.Dealing with the involvement of ex-combatants and persons associated with armed forces and groups in organized crime not only requires the promotion of alternative livelihoods and reconciliation, but also the strengthening of national and local capacities. When DDR processes promote good governance practices, transparent policies and community engagement to find alternatives to illicit economies, they can simultaneously address conflict drivers and the impacts of conflict on organized crime, while supporting sustainable economic and social opportunities. Building stronger State institutions and civil service systems can contribute to better governance and respect for the rule of law. Civil services can be strengthened not only through training, but also by improving the salaries and living conditions of those working in the system. It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes. It aims to contribute to age- and gender-sensitive DDR processes that are based on a more systematic understanding of organized crime in conflict and post-conflict settings, so as to best support the successful transition from conflict to sustainable peace. Through enhanced cooperation, mapping and dialogue among relevant stakeholders, the linkages between DDR and organized crime interventions can be addressed in a manner that supports DDR in the context of wider recovery, peacebuilding and sustainable development.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9033, - "Score": 0.288675, - "Index": 9033, - "Paragraph": "Planning for DDR processes should be undertaken with a diverse range of partners. By coordinating with Government institutions, the criminal justice sector, academia, civil society and the private sector, DDR can provide ex-combatants and persons formerly associated with armed forces and groups with a wide range of viable alternatives to criminal activities and violence.While the nature of partnerships in DDR processes may vary, local actors possess in-depth knowledge of the local context. This knowledge should serve as an entry point for joint approaches, particularly in the mapping of actors and local conditions. DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes. Additionally, cooperation with the criminal justice sector can provide a basis for the sharing of criminal intelligence and expertise to inform DDR processes, as well as capacity- building to assist in the integration of former combatants.DDR practitioners should recognize that not only local authorities, but also civil society actors and the private sector, may be the frontline responders who lay the foundation for peace and development and ensure its long-term sustainability. Innovative financing sources and partnerships should be sought. Local partnerships contribute to the collective ownership of DDR processes. DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups. Armed forces and groups may engage in criminal activities that span borders in terms of perpetrators, victims, violence, supply chains and commodities, including arms and ammunition. When armed conflicts affect more than one country, DDR practitioners should engage regional bodies to address issues related to armed groups operating on foreign territory and to coordinate the repatriation of victims of trafficking. Moreover, even when an armed conflict remains in one country, DDR practitioners should be aware that criminal links may transcend borders and should avoid inadvertently reinforcing illicit cross-border flows. For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.3 Opportunities for joint approaches in combatting organized crime", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10349, - "Score": 0.288675, - "Index": 10349, - "Paragraph": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace. It is intended to provide a legal framework, guiding principles and options for policymakers and programme planners who are contributing to strategies that aim to minimize tensions and build on opportunities between transitional justice and DDR. Coordination between transitional justice and DDR programmes begins with an under- standing of how transitional justice and DDR may interact positively in the short-term in ways that, at a minimum, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim beyond that. Efforts should be undertaken to constructively connect these two processes in ways that contribute to a stable, just and long-term peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10776, - "Score": 0.288675, - "Index": 10776, - "Paragraph": "DDR and transitional justice represent two types of initiatives among a range of interven- tions that are (at least partly) aimed at reintegrating children associated with armed groups and forces. Given the status of children as a special category of protected persons under international law, both DDR and transitional justice actors should work together on a strat- egy that considers these children primarily as victims.Joint coordination on the reintegration of children is possible in at least three broad areas. First, DDR and transitional justice measures may coordinate on a strategy to iden- tify and hold accountable those who are recruiting children\u2014in order to make sure that the welfare of children is considered as the highest priority in that process. Second, both kinds of measures may work together on approaches to reintegrating children who may be responsible for violations of international humanitarian law or human rights law. Given the focus on CAAGF as victims, such an approach would preferably focus on non-judicial measures such as truth commissions and locally-based processes of truth and reconcilia- tion, which may better contribute to the reintegration of children than prosecution. At a minimum, a clear DDR and TJ policy should be developed as to the criminal responsibil- ity of children that takes adequate account of their protection and social reintegration. In the DRC, for example, the position shared by child protection agencies was for CAAFG accused of serious crimes to go through the juvenile justice system, applying special pro-cedures and reintegration measures. Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls. Gender inequality and cultural perceptions of women and girls may have particularly negative consequences for the reintegration of girl children associated with armed groups and forces. Targeted efforts by DDR and TJ may be necessary to ensure that girls are protected, but also that girls are given the opportunity to participate and benefit from these programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 27, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.9. Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces (CAAGF)", - "Heading4": "", - "Sentence": "Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10139, - "Score": 0.288675, - "Index": 10139, - "Paragraph": "Holding a national seminar does not mean that a common vision of necessary reform measures will (or should) be the outcome. Rather, it can mark the start of a participatory process of dialogue intended to clarify national needs and values and thus link short term security goals to longer term objectives. How national dialogue processes are designed and implemented may be more important than concrete outputs. Broad participation, including the transitional or elected authorities as well as representatives of the security sector, oversight bodies and civil society is important to enhance legitimacy and relevance. They can occur before or after the signing of a peace agreement. Equally, they can take place during transitional periods or following national elections to provide impetus to the peacebuilding process.National dialogue processes should be supported as a means to foster common understandings of DDR and SSR challenges (See Case Study Box 5). Depending on the circumstances, specific sectoral presentations at national seminars may be useful to share developments in different parts of the security sector, foster national ownership and better understand the expectations and perspectives of different stakeholder groups. A sub-group on DDR-SSR linkages or specific sub-groups on issues such as political good governance may be established in order to develop knowledge and raise awareness on this nexus. Support to national dialogue processes should include provision of follow-up mechanisms to enhance sustainability.Case Study Box 5 DDR & the national dialogue on SSR in the CAR \\n In the Central African Republic, a dysfunctional and poorly governed security sector has been identified as one of the root causes of conflict. Discussions on DDR were therefore couched in the broader framework of SSR and encouraging a national dialogue process was identified as a first step in addressing this issue. As part of this process, a national seminar was held from 14\u201317 April 2008. The seminar was prepared by a national Security Sector Reform Committee consisting of government officials, rep-resentatives of CAR\u2019s security and justice services, and members of civil society. The seminar resulted in a roadmap for SSR implementation and also set up an evaluation mechanism to review progress. It provided a framework for many of the decisions in subsequent discussions and agreements. The seminar was held at an opportune moment as it was able to guide discussions on other critical aspects of the peace process. A working group session on DDR/SSR linkages contributed to crystallizing in the minds of the various stakeholders the need to avoid thinking about these issues separately.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 20, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.1. National dialogue", - "Heading4": "", - "Sentence": "Discussions on DDR were therefore couched in the broader framework of SSR and encouraging a national dialogue process was identified as a first step in addressing this issue.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9380, - "Score": 0.280976, - "Index": 9380, - "Paragraph": "Governance institutions and State authorities, including those critical to accountability and transparency, may have been eroded by conflict or weak to start with. When tensions intensify and lead to armed conflict, rule of law breaks down and the resulting institutional vacuum can lead to a culture of impunity and corruption. This collapse of governance structures contributes directly to widespread institutional failures in all sectors, allowing opportunistic individuals, organized criminal groups, armed groups and/or private entities to establish uncontrolled systems of resource exploitation.19 At the same time, public finances are often diverted for military purposes, resulting in the decay of, or lack of investment in, water, waste management and energy services, with corresponding health and environmental contamination risks.During a DDR process, the success and the long-term sustainability of natural resource-based interventions will largely depend on whether there is a good, functioning governance structure at the local, sub-regional, national or regional level. The effective and inclusive governance of natural resources and the environment should be viewed as an investment in conflict prevention within peacebuilding and development processes. Where past activities violate national laws, it is up to the State to exercise its jurisdiction, but egregious crimes constituting gross violations of human rights, as often seen with scorched earth tactics, oblige DDR processes to exclude any individuals associated with these events from participating in the process (see IDDRS 2.11 on The Legal Framework for UN DDR). However, there may be other jurisdictions where multi-national private entities can be targeted and pressured or prosecuted to cut their ties with armed forces and organized criminal groups in conflict areas. Sanctions set by the UN Security Council may also be brought to bear where they cover natural resources that are trafficked or traded by private sector entities and armed forces and groups.DDR practitioners will not be able to influence, control or focus upon all aspects of natural resource governance. However, through careful attention to risk factors in the planning, design and implementation of natural resource-based activities, DDR processes can play a multifaceted and pivotal role in paving the way for good natural resource governance that supports sustainable peace and development. Moreover, DDR practitioners can ensure that access to grievance- and non-violent dispute-resolution mechanisms are available for participants, beneficiaries and others implicated in the DDR process, in order to mitigate the risks that natural resources pose for conflict relapse.Furthermore, environmental issues and protection of natural resources can serve as effective platforms or catalysts for enhancing dialogue, building confidence, exploiting shared interests and broadening cooperation and reconciliation between ex-combatants and their communities, between communities themselves, between communities and the State, as well as between States themselves.20 People and cultures are closely tied to the environment in which they live and to the natural resources upon which they depend. In addition to their economic benefits, natural resources and ecosystem services can support successful social reintegration and reconciliation. In this sense, the management of natural resources can be used as a tool for engaging community members to work together, to revive and strengthen traditional natural resource management techniques that may have been lost during the conflict, and to encourage cooperation towards a shared goal, between and amongst communities and between communities and the State.In settings where natural resources have played a significant role in the conflict, DDR practitioners should explore opportunities for addressing underlying grievances over such resources by promoting equitable and fair access to natural resources, including for women, youth and participants with disability. Access to natural resources, especially land, often carries significant importance for ex-combatants during reintegration, particularly for female ex-combatants and women associated with armed forces and groups. Whether the communities are their original places of origin or are new to them, ensuring that they have access to land will be important in establishing their social status and in ensuring that they have access to basic resources for livelihoods. In rural areas, it is essential that DDR practitioners recognize the connection between land and social identity, especially for young men, who often have few alternative options for establishing their place in society, and for women, who are often responsible for food security and extremely vulnerable to exclusion from land or lack of access.To further support social reintegration and reconciliation, as well as to enhance peacebuilding, DDR practitioners should seek to support reintegration activities that empower communities affected by natural resource issues, applying community-based natural resource management (CBNRM) approaches where applicable and promoting inclusive approaches to natural resource management. Ensuring that specific needs groups such as women and youth receive equitable access to and opportunities in natural resource sectors is especially important, as they are essential to ensuring that peacebuilding interventions are sustainable in the long-term.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 11, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.3 Contributing to reconciliation and sustaining peace", - "Heading3": "", - "Heading4": "", - "Sentence": "Where past activities violate national laws, it is up to the State to exercise its jurisdiction, but egregious crimes constituting gross violations of human rights, as often seen with scorched earth tactics, oblige DDR processes to exclude any individuals associated with these events from participating in the process (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10238, - "Score": 0.280976, - "Index": 10238, - "Paragraph": "Support to DDR/SSR processes requires the deployment of a range of different capacities.17 Awareness of the potential synergies that may be realised through a coherent approach to these activities is equally important. Appropriate training offers a means to develop such awareness while including the need to consider the relationship between DDR and SSR in the terms of reference (ToRs) of staff members provides a practical means to embed this issue within programmes.Cross-participation by DDR and SSR experts in tailored training programmes that ad- dress the DDR/SSR nexus should be developed to support knowledge transfer and foster common understandings. Where appropriate, coordination with SSR counterparts (and vice versa) should be included in the ToRs of relevant headquarters and field-based personnel. Linking the provision of DDR/SSR capacities to a shared vision of DDR/SSR objectives in a given context and an understanding of comparative advantages in different aspects of DDR/ SSR should be an important component of joint coordination and planning (see 10.2.1.).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.2. Capacities", - "Heading4": "", - "Sentence": "Linking the provision of DDR/SSR capacities to a shared vision of DDR/SSR objectives in a given context and an understanding of comparative advantages in different aspects of DDR/ SSR should be an important component of joint coordination and planning (see 10.2.1.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9206, - "Score": 0.280056, - "Index": 9206, - "Paragraph": "In an organized crime\u2013conflict context, States may decide to adjust the range of criminal acts that preclude members of armed forces and groups from participation in DDR programmes, DDR- related tools and reintegration support. For example, human trafficking encompasses a wide range of forms, from the recruitment of children into armed forces and groups, to forced labour and sexual exploitation. In certain instances, engagement in these crimes may rise to the level of war crimes, crimes against humanity, genocide and/or gross violations of human rights. Therefore, if DDR participants are found to have committed these crimes, they shall immediately be removed from participation.Similarly, the degree of engagement in criminal activities is not the only consideration, and States may also consider who commits specific acts. For example, should a foot soldier who is involved in the sexual exploitation of individuals from specific groups in their controlled territory or who marries a child bride be held accountable to the same degree as a commander who issues orders that the foot soldier do so? Just as international humanitarian law declares that compliance with a superior order does not constitute a defence, but a mitigating factor, DDR practitioners may also advise States as to whether different approaches are needed for different ranks.DDR practitioners inevitably operate within a State-based framework and must therefore abide by the determinations set by the State, identified as the legitimate authority. Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019 as defined under the United Nations Convention against Transnational Organized Crime. In the absence of genocide, crimes against humanity, war crimes or serious human rights violations, it falls on the State to implement criminal justice measures to tackle individuals\u2019 and groups\u2019 engagement in organized criminal activities.However, issues arise when the State itself is a party to the conflict and either weaponizes organized crime in order to prosecute members of adversarial groups or engages in criminal activities itself. Although illicit economies are a major source of financing for armed groups, in many cases they could not be in place without the assistance of the State. Corruption is an important issue that needs to be addressed as much as organized crime. Political actors may be involved with criminal economies at various levels, particularly locally. In addition, the State apparatus may pay lip service to fighting organize crime while at the same time participating in the illegal economy.DDR practitioners should assess the state of corruption in the country in which they are operating. Additionally, reintegration programmes should be conceptualized in close interaction with related anti-corruption and transitional justice efforts focused on \u2018institutional reform\u2019. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes or violations of international human rights and humanitarian law criminalize this kind of behaviour, demonstrate that no one is above the law, and may act as a deterrent and contribute to the prevention of future abuse. Truth commissions and other truth-seeking endeavours can provide critical analysis of the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical information about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas.A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions can foster trust in the reintegration process and enhance the prospects for trust building between former members of armed forces and groups and other citizens by providing communities with some assurance that those they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law.Moreover, while it theoretically falls on the State to implement criminal justice measures, in reality, the State apparatus may be too weak to administer justice fairly, if at all. In order to build confidence and ensure legitimacy, DDR processes must establish transparent mechanisms for independent monitoring, oversight and evaluation, and their financing mechanisms, so as to avoid inadvertently contributing to criminal activities and undermining the overall objective of sustainable peace. Transitional justice and human rights components should be incorporated into DDR processes from the outset. For further information, see IDDRS 6.20 on DDR and Transitional Justice and IDDRS 2.11 on the Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 27, - "Heading1": "10. DDR, transitional justice and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 6.20 on DDR and Transitional Justice and IDDRS 2.11 on the Legal Framework for UN DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9375, - "Score": 0.280056, - "Index": 9375, - "Paragraph": "Once armed conflict is underway, natural resources will often be targeted by armed forces and groups - as well as organized criminal groups - in order to trade them for revenues or for weapons and ammunition. These resources may be used to finance the activities of armed forces and groups, including their ability to compensate recruits, purchase weapons and ammunition, acquire materials necessary for transportation or control of strategic territories, and even their ability to expand territorial control. The exploitation of natural resources in conflict contexts is also closely linked to corruption and weak governance, where government, organized criminal groups, the private sector and armed forces and groups become interdependent through the licit or illicit revenue and trade flows that natural resources provide. In this way, armed groups and organized criminal groups can even capture the role of government and can integrate themselves into political processes by leveraging their influence over trade and access to markets and associated revenues (see IDDRS 6.40 on DDR and Organized Crime).In addition to capturing the market for natural resources, the financing of weapons and ammunition may permit armed forces and groups to coerce or force communities to abandon their lands and territories, depriving them of livelihoods resources such as livestock or crops. Hostile takeovers of land can also target valuable natural resources for the purpose of taxing their local trade routes or gaining access to markets and/or licit or illicit commodity flows associated with those resources.15 This is especially true in contexts of weak governance.Conflict contexts with weak governance are ripe for the proliferation of organized criminal groups and capture of revenues from the exploitation and trade of natural resources. However, this is only possible where there are market actors willing to purchase these resources and to engage in trade with armed forces and groups. This relationship may be further complicated on the ground by the different actors involved in markets and trade, which could include government authorities in customs and border protection, shell companies created to purposely distort the paper trail around this trade and subvert efforts at traceability by markets further downstream (i.e., closer to the end consumer), or direct involvement of other governments surrounding the country experiencing violent conflict to facilitate this trade. In these cases, the private sector at the local and national level, as well as buyers in international markets, may be implicated, whether the resources are legally or illegally traded. The relationship between the private sector and armed forces and groups in conflict is complex and can involve trade, arms and financial flows that may or may not be addressed by sanctions regimes, national and international regulations or other measures.Tracing conflict resources in global supply chains is inherently difficult; these materials may be one of hundreds that are part of a product purchased by an end user and may be traded through dozens of markets and jurisdictions before they end up in a manufacturing process, allowing multiple opportunities for the laundering of resources through fake certificates in the chain of custody.16 Consumer goods companies find the traceability of materials to a point of origin challenging in the best of circumstances; the complexities of a war economy and outbreak of violent conflict makes this even more complicated. However, technologies developed in recent years - including chemical markers, RFID tags and QR codes - are increasingly reliable, and the manufacturers, brands and retailers who sell products that contain conflict resources are increasingly subject to legal regimes that address these issues, depending on where they are domiciled.17 Globally, legal regimes that address conflict resources in global supply chains are still nascent, but awareness of these issues is growing in consumer markets and technological solutions to traceability and company due diligence challenges are emerging at a rapid rate.18There are many groups working to track the trade in conflict resources that DDR practitioners can collaborate with to ensure they are able to identify critical changes and shifts in the activities, tactics and potential resource flows of armed forces and groups. DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 10, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.2 Financing and sustaining conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10070, - "Score": 0.280056, - "Index": 10070, - "Paragraph": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design). This section proposes ways to appropriately integrate SSR concerns into DDR assessments, programme design, monitoring and evaluation (9.1-9.3). To avoid unrealistic and counter-productive approaches, decisions on how to sequence activities should be tailored to context-specific security, political and socio-economic factors. Entry points are therefore identified where DDR/SSR concerns may be usefully considered (9.4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10282, - "Score": 0.280056, - "Index": 10282, - "Paragraph": "Communication and coordination Coordination \\n Have opportunities been taken to engage with national security sector management and oversight bodies on how they can support the DDR process? \\n Is there a mechanism that supports national dialogue and coordination across DDR and SSR? If not, could the national commission on DDR fulfil this role by inviting representatives of other ministries to selected meetings? \\n Are the specific objectives of DDR and SSR clearly set out and understood (e.g. in a \u2018letter of commitment\u2019)? Is this understanding shared by national actors and interna- tional partners as the basis for a mutually supportive approach? \\n\\n Knowledge management \\n When developing information management systems, are efforts made to also collect data that will be useful for SSR? Is there a mechanism in place to share this data? \\n Is there provision for up to date conflict and security analysis as a common basis for DDR/SSR decision-making? \\n Have efforts been made to share information with border management authorities on high risk areas for foreign combatants transiting borders? \\n Has regular information sharing taken place with relevant security sector institutions as a basis for planning to ensure appropriate support to DDR objectives? \\n Are adequate mechanisms in place to ensure institutional memory and avoid over reliance on key individuals? Are assessment reports and other key documents retained and easily accessible in order to support lessons learned processes for DDR/SSR?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 27, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.3. Communication and coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "Communication and coordination Coordination \\n Have opportunities been taken to engage with national security sector management and oversight bodies on how they can support the DDR process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10761, - "Score": 0.280056, - "Index": 10761, - "Paragraph": "Locally based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants. When ex-combatants participate in these processes, they demonstrate their desire to be a part of the community again, and to take steps to repair the damage for which they are responsible. This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reintegrate. Locally based justice processes have particular potential for the reintegration of children associated with armed forces and groups.Creating links between reintegration strategies, particularly community reintegration strategies, for ex-combatants and locally-based justice processes may be one way to bridge the gap between the aims of DDR and the aims of transitional justice. UNICEF\u2019s work with locally based justice processes in support of the reintegration of children in Sierra Leone is one example.Before establishing a link with locally based processes, DDR programmes must ensure that they are legitimate and that they respect international human rights standards, includ- ing that they do not discriminate, particularly against women, and children. The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes. Additionally civil society organizations may be able to provide information and contribute to strategies for connecting DDR programmes to locally based justice processes. Finally, outreach to recipient communities may include discussions about locally based justice processes and their applicability to the situations of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.7. Consider how DDR may connect to and support legitimate locally based justice processes", - "Heading4": "", - "Sentence": "The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10405, - "Score": 0.27735, - "Index": 10405, - "Paragraph": "There are good reasons to anticipate a rise in situations where DDR and transitional justice initiatives will be pursued simultaneously. Transitioning states are increasingly using transitional justice measures to address past violations of international human rights law and humanitarian law, and prevent such violations in the future.At present, formal institutional connections between DDR and transitional justice are rarely considered. In some cases, the different timings of DDR and transitional justice processes constrain the forging of more formal institutional interconnections. Disarmament and demobilization components of DDR are frequently initiated during a cease-fire, or immediately after a peace agreement is signed; while transitional justice initiatives often require the forming of a new government and some kind of legislative approval, which may delay implementation by months or, not uncommonly, years. Additionally, DDR processes and transitional justice initiatives have very different constituencies: DDR pro- grammes are directed primarily at ex-combatants while transitional justice initiatives focus more on victims and on society more generally.The lack of coordination between transitional justice and DDR may lead to unbal- anced outcomes and missed opportunities. One outcome, for example, is that victims receive markedly less attention and resources than ex-combatants. The inequity is most stark when comparing benefits for ex-combatants with reparations for victims. In many cases the latter receive nothing whereas ex-combatants usually receive some sort of DDR package. The im- balance between the benefits provided to ex-combatants and the lack of benefits provided to victims has led to criticism by some that DDR rewards violent behaviour. Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building. UN peacekeeping operations have increasingly been entrusted with mandates to promote and protect human rights and accountability, as well as to assist national authori- ties in strengthening the rule of law. For example, the UN Peacekeeping Operation in the Democratic Republic of the Congo was given a specific mandate \u201cto contribute to the dis- armament portion of the national programme of disarmament, demobilization and reinte- gration (DDR) of Congolese combatants and their dependants, in monitoring the process and providing as appropriate security in some sensitive locations;\u201d as well as \u201cto assist in the promotion and protection of human rights, with particular attention to women, children and vulnerable persons, investigate human rights violations to put an end to impunity, and continue to cooperate with efforts to ensure that those responsible for serious violations of human rights and international humanitarian law are brought to justice\u201d.3Importantly DDR and transitional justice also aim to contribute to peacebuilding and reconciliation (see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks). DDR programmes may contribute to peacemaking and stability, creating environments more conducive to establishing transitional justice measures. Comprehensive approaches to transitional justice may address some of the root causes of conflict, provide accountability for past violations of international human rights and humanitarian law, and inform the institutional reform necessary to prevent the reemergence of violence. To that end they are \u201cmutually reinforcing imperatives\u201d.4Reconciliation remains a difficult concept to define or measure. There is no single model for overcoming divisions and building trust within societies recovering from conflict or totalitarian rule. DDR aims to encourage trust and confidence between ex-combatants, society and the State by presenting a transparent process by which former fighters give up their weapons, renounce their affiliations to armed groups, and commit to respecting the basic norms and laws including in the resolution of conflicts and the struggle for political power (see IDDRS 2.10 on the UN Approach to DDR). Transitional justice initiatives aim to build trust between victims, society, and the state through transitional justice measures that provide some acknowledgement from the State that citizen rights have been violated and that they deserve justice, truth and reparation. Increased consultation with victims\u2019 groups, communities receiving demobilized combatants, municipal governments, faith- based organizations and the demobilized combatants and their families, may inform and strengthen the legitimacy of DDR and transitional justice processes and enhance the pros- pects of reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 3, - "Heading1": "4. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR aims to encourage trust and confidence between ex-combatants, society and the State by presenting a transparent process by which former fighters give up their weapons, renounce their affiliations to armed groups, and commit to respecting the basic norms and laws including in the resolution of conflicts and the struggle for political power (see IDDRS 2.10 on the UN Approach to DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10749, - "Score": 0.27735, - "Index": 10749, - "Paragraph": "Even after a ceasefire or peace agreement, DDR is frequently challenged by commanders who refuse for a variety of reasons to disarm and demobilize, and impede their combatants from participating in DDR. In some of these cases, national DDR commissions (or other officials charged with DDR) and prosecutors may collaborate on prosecutorial strategies, for example focused on those most responsible for violations of international human rights and humanitarian law, that may help to remove these spoilers from the situation and allow for the DDR of the combat unit or group. Such an approach requires an accompanying pub- lic information strategy that indicates a clear and transparent criminal policy, indicating what kind of cases will be prosecuted, and avoiding any perception of political influence, arbitrary prosecution, corruption or favoritism. The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.5. Collaborate on strategies to target spoilers", - "Heading4": "", - "Sentence": "In some of these cases, national DDR commissions (or other officials charged with DDR) and prosecutors may collaborate on prosecutorial strategies, for example focused on those most responsible for violations of international human rights and humanitarian law, that may help to remove these spoilers from the situation and allow for the DDR of the combat unit or group.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8821, - "Score": 0.272166, - "Index": 8821, - "Paragraph": "This module provides DDR practitioners with information on the linkages between organized crime and DDR and guidance on how to include these linkages in integrated planning and assessment in an age- and gender-sensitive way. The module also aims to help DDR practitioners identify the risks and opportunities associated with incorporating organized crime considerations into DDR processes. The module highlights the role of organized crime across all phases of the peace continuum, from conflict prevention and resolution to peacekeeping, peacebuilding and longer-term development. It addresses the linkages between armed conflict, armed groups and organized crime, and outlines the ways that illicit economies can temporarily support reconciliation and sustainable reintegration. The guidance provided is applicable to mission and non-mission settings and may be relevant for all actors engaged in combating the conflict-crime nexus at local, national and regional levels.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The module also aims to help DDR practitioners identify the risks and opportunities associated with incorporating organized crime considerations into DDR processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9317, - "Score": 0.272166, - "Index": 9317, - "Paragraph": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. In the case of natural resources, DDR practitioners shall ensure that they are not implementing or encouraging practices that will threaten the long-term sustainability of natural resources and the livelihoods that depend on them. They should further seek to ensure that they will not contribute to potential environment- related health problems for affected populations; this is particularly important when considering water resources, land allocation and increase in demand for natural resources by development programmes or aid groups (such as increased demand for charcoal, timber, etc. without proper natural resource management measures in place).9Finally, DDR practitioners should approach natural resource issues with conflict sensitivity to ensure that interventions do not exacerbate conflict or grievances around natural resources or other existing community tensions or grievances (such as those based on ethnic, religious, racial or other dimensions), contribute to any environmental damage, and are equipped to deal with potential tensions related to natural resource management. In particular, sectors targeted by reintegration programmes should be carefully analysed to ensure that interventions will not cause further grievances or aggravate existing tensions between communities; this may include encouraging grievance- and dispute-resolution mechanisms to be put in place.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9414, - "Score": 0.267261, - "Index": 9414, - "Paragraph": "During the pre-planning and preparatory assistance phase, DDR practitioners should clarify the role natural resources may have played in contributing to the causes of conflict, if any, and determine whether DDR is an appropriate response or whether there are other types of interventions that could be employed. In line with IDDRS 3.11 on Integrated Assessments, DDR practitioners should factor the linkage between natural resources and armed forces and groups, as well as organized criminal groups, into baseline assessments, programme design and exit strategies. This includes identifying the key natural resources involved in addition to key individuals, armed forces and groups, any known organized criminal groups and/or Governments who may have used (or continue to use) these particular resources to finance or sustain conflict or undermine peace. The analysis should also consider gender, disability and other intersectional considerations by examining the sex- and age- disaggregated impacts of natural resource conflicts or grievances on female ex-combatants and women associated with armed forces and groups.The assessments should seek to achieve two main objectives regarding natural resources and will form the basis for risk management. First, they should determine the role that natural resources have played in contributing to the outbreak of conflict (i.e., through grievances or other factors), how they have been used to finance conflict and how natural resources that are essential for livelihoods may have been degraded or damaged due to the conflict, or become a security factor (especially for women and girls, but also boys and men) at a community level. Secondly, they should seek to anticipate any potential conflicts or relapse into conflict that could occur as a result of unresolved or newly aggravated grievances, competition or disputes over natural resources, continued war economy dynamics, and the risk of former combatants joining ranks with criminal networks to continue exploiting natural resources. This requires working closely with national actors through coordinated interagency processes. Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes. These technical experts should also display expertise in recognizing the social, psychological and economic livelihoods issues connected to natural resources to be able to properly inform programme design. The participation of local civil society organizations and groups with knowledge on natural resources will also aid in the formation of a holistic perspective during the assessment phase. In addition, special attention should be given to gathering any relevant information on issues of access to land (both individually owned and communal), water and other natural resources, especially for women and youth.Land governance and tenure issues - including around sub-surface resource rights - are likely to be an issue in almost every context where DDR processes are implemented. DDR practitioners should identify existing efforts and potential partners working on issues of land governance and tenure and use this as a starting point for assessments to identify the risk and opportunities associated with related natural resources. Land governance will underpin all other natural resource sectors and should be a key element of any assessment carried out when planning DDR. While DDR processes cannot directly overcome challenges related to land governance issues, DDR practitioners should be aware of the risk and opportunities that current land governance issues present and do their best to mitigate these through planning and implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 14, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9704, - "Score": 0.264906, - "Index": 9704, - "Paragraph": "Transitional weapons and ammunition management is a series of interim arms control measures. When implemented as part of a DDR process, transitional WAM is primarily aimed at reducing the capacity of individuals and armed groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives. As outlined in section 5.2, natural resources may be exploited to finance the acquisition of weapons and ammunition. These weapons and ammunition may then be used armed forces and groups to control territory. If members of armed forces and groups refuse to disarm, for reasons of insecurity, or because they wish to maintain territorial control, DDR practitioners may, in some instances, consider supporting transitional WAM measures focused on safe and secure storage and recordkeeping. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.2 Transitional weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "When implemented as part of a DDR process, transitional WAM is primarily aimed at reducing the capacity of individuals and armed groups to engage in armed violence and conflict.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9723, - "Score": 0.264906, - "Index": 9723, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration). The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes. In contexts of ongoing armed conflict, reintegration support can focus on resiliency and improving opportunities in natural resource management sectors, picking up on many of the CBNRM approaches discussed in previous sections. In particular, engagement with other efforts to improve the transparency in targeted natural resource supply chains is extremely important, as this can be a source of creating sustainable employment opportunities and reduce the risk that key sectors are re- captured by armed forces and groups. Undertaking these efforts together with other measures to help the recovery of conflict-affected communities can also create opportunities for social reconciliation and cohesion.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "9. Reintegration support and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9133, - "Score": 0.258199, - "Index": 9133, - "Paragraph": "Although they may vary depending on the context, transitional security arrangements can support DDR processes by establishing security structures either jointly between State forces, armed groups, and communities or with a third party (see IDDRS 2.20 on The Politics of DDR). Members of armed groups may be reluctant to participate in the DDR process for fear that they may lose their capacity to defend themselves against those who continue to engage in conflict and illicit activities. Through joint efforts, transitional security arrangements can be vital for building trust and confidence and encourage collective ownership of the steps towards peace. DDR practitioners should be aware that engagement in illicit activities can complicate efforts to create transitional security arrangements, particularly if certain members of armed forces and groups are required to redeploy away from areas that are rich in natural resources. In this scenario, it may be appropriate for DDR practitioners to advise mediating teams that provisions regarding the governance of natural resources be included in the peace agreement (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.4 Transitional security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "Members of armed groups may be reluctant to participate in the DDR process for fear that they may lose their capacity to defend themselves against those who continue to engage in conflict and illicit activities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9463, - "Score": 0.258199, - "Index": 9463, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "Are there opportunities to address these risks through DDR processes?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10705, - "Score": 0.258199, - "Index": 10705, - "Paragraph": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.9. Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives", - "Heading4": "", - "Sentence": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10708, - "Score": 0.258199, - "Index": 10708, - "Paragraph": "Box 7 Action points for DDR and TJ practitioners \\n Consider sharing programme information. \\n Consider developing a common approach to gathering information on children who leave armed forces and groups \\n Consider screening of human rights records of ex-combatants. \\n Collaborate on sequencing DDR and TJ efforts. \\n Coordinate on strategies to target spoilers. \\n Encourage ex-combatants to participate in transitional justice measures. \\n Consider how DDR may connect to and support legitimate locally based justice processes. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces. \\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Collaborate on sequencing DDR and TJ efforts.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10910, - "Score": 0.258199, - "Index": 10910, - "Paragraph": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc. E/CN.4/2005/102/Add.1. \\n United Nations Standard Minimum Rules for the Administration of Juvenile Justice (\u201cThe Beijing Rules\u201d), 29 November 1985, UN Doc. A/RES/40/33. \\n Guidelines on Justice Matters involving Child Victims and Witnesses, 22 July 2005, Resolution 2005/20 see UN Doc. E/2005/INF/2/Add.1. \\n Basic Principles and Guidelines on the Right to a Remedy and Reparations for Victims of Gross Violations of International Human Rights Law and International Humanitarian Law, 21 March 2006, UN Doc. A/RES/60/147. \\n Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post- conflict Societies, 3 August 2004, UN Doc. S/2002/616. \\n \u2014, Resolution 1325 on Women, Peace, and Security, 31 October 2000, UN Doc. S/RES/1325. \\n \u2014, Resolution 1820 on Sexual Violence, 19 June 2008, UN Doc. S/RES/1820. Rule of Law Tools \\n Office of the High Commissioner for Human Rights, Rule of Law Tools for Post-Conflict States: Amnesties. United Nations, New York and Geneva, 2009. \\n \u2014, Rule of Law Tools for Post-Conflict States: Maximizing the Legacy of Hybrid Courts. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Reparations Programmes. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Prosecutions Initiatives. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Truth Commissions. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Vetting: An Operational Framework. United Nations, New York and Geneva, 2006.Analysis and Case Studies \\n Baptista-Lundin, Ira\u00ea, \u201cPeace Process in Mozambique\u201d. A case study on DDR and transi- tional justice. New York: International Center for Transitional Justice. \\n de Greiff, Pablo, \u201cContributing to Peace and Justice\u2014Finding a Balance Between DDR and Reparations\u201d, a paper presented at the conference Building a Future on Peace and Justice, Nuremberg, Germany (June 25-27, 2007). Available at http://www.peace-justice-conference.info/documents.asp \\n De Greiff, P. (ed.), The Handbook for Reparations, (Oxford University and The International Center for Transitional Justice, 2006) \\n King, Jamesina, \u201cGender and Reparations in Sierra Leone: The Wounds of War Remain Open\u201d in What Happened to the Women: Gender and Reparations for Human Rights Violations, edited by Ruth Rubio-Marin. New York: Social Science Research Council / International Center for Transitional Justice, pp. 246-283. \\n Mayer-Rieckh, Alexander, \u201cOn Preventing Abuse: Vetting and Other Transitional Re- forms\u201d in Justice as Prevention: Vetting Public Employees in Transitional Societies, edited by Alexander Mayer-Rieckh and Pablo de Greiff. New York: Social Science Research Council / International Center for Transitional Justice, 2007, pp. 482-521. \\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org. \\n Stockholm Initiative on Disarmament Demobilisation Reintegration, Stockholm: Ministry of Foreign Affairs of Sweden, 2006. Final Report and Background Studies available at http://www.sweden.gov.se/sb/d/4890 \\n van der Merwe, Hugo and Guy Lamb, \u201cDDR and Transitional Justice in South Africa\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Waldorf, Lars, \u201cTransitional Justice and DDR in Post-Genocide Rwanda\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Weinstein, Jeremy and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n Alie, J. \u201cReconciliation and transitional justice: Tradition-based practices of the Kpaa Mende in Sierra Leone,\u201d in Huyse, L. and \\n Salter, M. (eds.), Traditional Justice and Reconciliation after Violent Conflict: Learning from African Experiences (Stockholm: International IDEA, 2008), p. 142. \\n Waldorf, L. \u201cMass Justice for Mass Atrocity: Rethinking Local Justice as Transitional Justice\u201d, Temple Law Review 79, no. 1 (2006): pp. 1-87. \\n van der Mere, H. and Lamb, G., \u201cDDR and Transitional Justice in South Africa\u201d, a case study on DDR and transitional justice (New York: International Center for Transitional Justice, forthcoming). \\n \u201cPart 9: Community Reconciliation\u201d, in Commission for Reception, Truth and Reconciliation in East Timor, p. 4, http://www.ictj.org/static/Timor.CAVR.English/09-Community-Reconciliation. pdf (accessed on 12 August 2008).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 34, - "Heading1": "Annex C: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A case study on DDR and transitional justice.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10745, - "Score": 0.255377, - "Index": 10745, - "Paragraph": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts. The possibilities for sequencing are numerous; this section merely provides ideas that can facilitate sequencing discussions between DDR and TJ practitioners. Prosecutors, for instance, may inform DDR administrators of the imminent announce- ment of indictments of certain commanders so that there is time to prepare for the possible negative reactions. Alternatively, in some cases prosecutors may take into account the prog- ress of the disarmament and demobilization operations when timing the announcement of their indictments.United Nations Staff working on DDR programmes should encourage their national interlocutors to coordinate on sequencing with truth commissions. Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not. However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements). Assistance offered to ex- combatants is less likely to foster resentment if reparations for victims are provided at a comparative level and within the same relative time period. If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme. Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming. This has the virtue of providing incen- tives for the coordination of programmes without providing incentives for fusing or merging programmes which may result in a dilution of mandates\u2014and effectiveness. Moreover ex-combatants may play a direct role in some reparations, either by providing direct repara- tion when they have individual responsibility for the violations that occurred, or, when appropriate, by contributing to reparations projects that aim to address community needs, such as working on a memorial or rebuilding a school or home that was destroyed in the armed conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.4. Collaborate on sequencing DDR and TJ efforts", - "Heading4": "", - "Sentence": "Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9906, - "Score": 0.251976, - "Index": 9906, - "Paragraph": "DDR and SSR conceived narrowly as technical support for military or other security bodies may fail to take sufficient account of the dynamic political environment within which these actors are situated. Emphasising the need to build or enhance the respective roles of the executive, legislative, judiciary as well as civil society will help to ensure that programmes are realistic, transparent and widely understood. Developing a nationally-driven picture of security needs in order to determine the scope and objectives of DDR is a lengthy and challenging process that may be too sensitive to address in the early post-conflict period. Avoiding rigid prescriptions is therefore important while identifying and applying mini- mum standards that should be non-negotiable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "6.3. Transparency and accountability: a good governance approach to DDR/SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Developing a nationally-driven picture of security needs in order to determine the scope and objectives of DDR is a lengthy and challenging process that may be too sensitive to address in the early post-conflict period.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9117, - "Score": 0.246183, - "Index": 9117, - "Paragraph": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). In organized crime contexts, DDR practitioners should seek to provide mediators with a contextual analysis of combatants\u2019 motives for engaging in illicit activities. They should also be aware that engaging with armed groups may confer legitimacy that impacts upon the local political economy. DDR practitioners should advise mediators to be wary of entrenching criminal interests in the peace agreement. Where feasible, DDR practitioners may advise mediators to address organized crime activities within the peace agreement, either directly or by putting in place an institutional framework to deal with these issues at a later date. Lessons learned from gang truces can be instructive and should be considered before entering a mediation process with actors involved in criminal activities.16", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10570, - "Score": 0.246183, - "Index": 10570, - "Paragraph": "The IDDRS module 5.10 on Women, Gender and DDR refers to three types of female ben- eficiaries: 1) female ex-combatants, 2) female supporters, and females associated with armed forces and groups and 3) female dependents. The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive. Likewise, practitioners in the field of transitional justice seek to understand and better design means to facilitate the participation of women. Yet there is still a gap between the policy and the implementation of comprehensive approaches.The experience of women in conflict often goes beyond usual notions of victim and perpetrator. Women returning to life as civilians may face greater social barriers and exclusion than men. They may not participate in either DDR or transitional justice measures for a variety of reasons, including because of their exclusion from the agendas of these proc- esses, the refusal of armed forces and groups to release women, fear of further stigmatization, or lack of faith in public institutions to address their particular situations (for a more in-depth analysis, see IDDRS 5.10 on Women, Gender and DDR). Women\u2019s lack of partici- pation may undermine their reintegration, and prevent those among them who have also experienced human rights violations from their rights to justice or reparation, and rein- force gender biases. Yet women may also be agents of change, actively involved in efforts to make and build peace. Women and girl combatants have displayed remarkable commitment to reintegrating into communities and working for peace. In Northern Uganda, former teenage LRA combatants (themselves abducted and abused) run community projects supporting other \u2018girl mothers\u2019, provide counseling for the young abductees and care for their children, and seek reconciliation with communities they were often forced to terrorize. The trauma and victimization they endured is being transformed into a positive force for empowerment and development.Transitional justice measures may facilitate the reintegration of women associated with armed forces and groups. Prosecutions initiatives, for example, may contribute to the re- integration of women by prosecuting those involved in their forcible recruitment, and by recognizing and prosecuting crimes committed against all women, particularly rape and other forms of sexual violence. Women ex-combatants who have committed crimes should also be prosecuted. Excluding women from prosecution denies their role as participants in the armed conflict.Women have been central to the process of truth seeking, exposing hidden truths about the legacy of human rights in conflict. Many female combatants, like their male counter- parts, do not participate in truth commissions because they perceive these processes to be for victims, and they do not identify themselves as victims. Yet their participation may help the community to better understand the many dimensions of women\u2019s involvement in conflict, and in turn, increase the probability of their acceptance. Great care must be taken to ensure that women who choose to participate are well-informed as to the purpose and mandate of the truth commission, that they understand their rights in terms of confidenti- ality, and are protected from any possible harm resulting from their testimony.Women associated with armed forces and groups have frequently endured violations such as abduction, torture, and sexual violations, including rape and other forms of sexual violence, and may be eligible for reparation. Reparations may provide official acknowledge- ment of these violations, access to specialized health care related to the specific violation they have suffered, and material benefits that may facilitate their integration. Yet these women, due to frequent stigmatization, are commonly reluctant to explain what happened to them, particularly when it involves sexual violations, and often do not come forward to claim their due.Women associated with armed forces and groups are potential participants in both DDR and transitional justice measures, and both are faced with the challenge of increasing and supporting their participation. See Module 5.10 for a detailed discussion of Women, Gender, and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 14, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.6. Justice for women associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9005, - "Score": 0.240772, - "Index": 9005, - "Paragraph": "Crime in conflict and post-conflict settings means that DDR must be planned with three major overlapping factors in mind: \\n\\n 1. Actors: When organized crime and conflict converge, several actors may be involved, including combatants and criminal groups as well as State actors, each fuelled by particular and often overlapping motives and engagement in similar activities. Moreover, the blurring of motivations, whether they be political, social or economic, means that membership across these groups may be fluid. In this context, the success and sustainability of DDR rests not in treating armed groups as monolithic entities separate from State armed forces, but rather in making alliances with those who benefit from adopting rule-of-law procedures. The labelling of what is legal and illegal, or legitimate and illegitimate, is done by State actors and, as this is a normative decision, the definition privileges the State. Particularly in conflict settings in which State governance is weak, corrupt or contested, the binary choice of good versus bad is arbitrary and often does not reflect the views of the population. In labelling actors as organized criminal groups, potential partners in peace processes may be discouraged from engaging and become spoilers instead. \\n In DDR planning, the economic, social and political motives that persuade individuals to partake in organized criminal activities should be identified and understood. DDR practitioners should also recognize how organized crime and conflict affect particular groups of actors, such as women and children, differently. \\n\\n 2. Criminal activities: The type of criminal activity in a given conflict setting may have implications for the planning of DDR processes. While organized crime encompasses a wide range of activities, certain criminal markets frequently arise in conflict settings, including the illegal exploitation of natural resources, weapons and ammunition trafficking, drug trafficking and the trafficking of human beings. Recent conflicts also show conflict actors profiting from protection and extortion payments, as well as kidnapping for ransom and other exploitation-based crimes. Not all organized crimes are similar in nature. For example, while some organized crimes are guided by personal greed and profit, others receive local legitimacy because they address the needs of the local community amid an infrastructural and political collapse. For instance, the trafficking of licit goods, such as subsidized food products, can form an integral part of economic and livelihoods strategies. In this context, rather than being seen as criminal conduct, the activities of organized criminal networks may be viewed as a way to build parallel informal economies and greater resilience.15 \\n A number of factors relating to any given criminal economy should be considered when planning a DDR process, including the pervasiveness of the criminal economy; whether it evolved before, during or after the conflict; how violence links criminal activities to armed conflict; whether criminal activities carried out reach the threshold of the most serious crimes under international law; linkages between organized crime and terrorists and/or terrorist groups; and the labour intensiveness of criminal activities. \\n\\n 3. Context: How the local context serves as both a driver and spoiler of peacebuilding efforts is central to the planning of DDR processes, particularly reintegration. Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached. Moreover, understanding the broader economic and/or political environment in which armed conflict begins and ends allows DDR practitioners to identify entry points, potential obstacles and projections for sustainability. Although DDR processes deal with members of armed forces and groups rather than criminals, it is important to understand how local circumstances beyond the war context can affect reintegration, and the role that reintegration can play in preventing former combatants and persons formerly associated with armed groups from falling into organized crime. This includes assessing the State\u2019s role in either contributing to or deterring engagement in illicit activities, and the abilities of criminal groups to infiltrate conflict settings by appealing to former combatants. \\n UN peace operations may inadvertently contribute to criminal flows because of misguided interventions or as an indirect consequence of their presence. Interventions should be guided by the \u2018do no harm\u2019 principle, and DDR practitioners should support the formulation of context- specific DDR processes based on a sound analysis of local factors, vulnerabilities and risks, rather than by replicating past experiences. A political analysis of the local context should consider the non-exhaustive list of elements listed in table 1 and, to the extent possible, identify gender dimensions where applicable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9327, - "Score": 0.240772, - "Index": 9327, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Whether in a conflict setting or not, the State and any other regional law enforcement authorities have the responsibility to implement any criminal justice measures related to the illegal exploitation and/or trafficking of natural resources, including instances of scorched-earth policies or other violations of humanitarian or human rights law. DDR practitioners shall also take into account any international or regional sanctions regimes in place against the export of natural resources. At times when the State itself is directly involved in these activities, DDR practitioners must be aware and factor this risk into interventions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 10671, - "Score": 0.240772, - "Index": 10671, - "Paragraph": "Box 6 Action points for DDR and TJ practitioners \\n Action points for DDR practitioners \\n Integrate information on transitional justice measures into the field assessment. (See Annex B for a list of critical questions.) \\n Incorporate a commitment to international humanitarian and human rights law into the design of DDR programmes. \\n Identify a transitional justice focal point in the DDR programme and plan regular briefings and meetings with UN and national authorities working on transitional justice measures. \\n Coordinate on public information and outreach. \\n Integrate information on transitional justice into the ex-combatant discharge awareness raising process. \\n Involve and prepare recipient communities. \\n Consider community based reintegration approaches. \\n Action points for TJ practitioners \\n Designate a DDR focal point \\n Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Action points for TJ practitioners \\n Designate a DDR focal point \\n Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9019, - "Score": 0.235702, - "Index": 9019, - "Paragraph": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme. The following list of organized crime\u2013related risks is intended to assist DDR practitioners to assess and manage vulnerabilities in such contexts in order to prevent negative consequences. \\n Programmatic risk: In contexts of ongoing conflict, organized crime activities can be used to further both economic and power-seeking gains. The risk that ex-combatants will be re- recruited or (continue to) engage in criminal activity is higher when conflict is ongoing, protracted or financed through organized crime. In the absence of a formal peace agreement, DDR participants may be more reluctant to give up the perceived opportunities that illicit activities offer, particularly when reintegration opportunities are limited, formal and informal economies overlap, and unresolved grievances persist. \\n \u2018Do no harm\u2019 risk: Because DDR processes not only present the risk of reinforcing illicit activities and flows, but may also be vulnerable to corruption and capture, DDR practitioners shall ensure that processes are implemented in a manner that avoids inadvertently contributing to illicit flows and/or retaliation by armed forces and groups that engage in criminal activities. This includes the careful selection of partnering institutions and groups to implement DDR processes. Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance. Practitioners should consider the distribution of payments through the issuance of pre-paid cards, vouchers or digital transfers where possible, to reduce the risk that participants will be extorted by those engaged in criminal activities, including armed forces and groups. \\n Security risk: The possibility of armed groups directly targeting staff/programmes they may perceive as hostile is high in ongoing conflict contexts, particularly if DDR processes are perceived to be associated with the removal of livelihoods and social status. Conversely, DDR practitioners who are perceived to be supporting individuals (formerly) associated with criminal activities, particularly those who engaged in violence against local populations, can also be at risk of reprisals by certain communities or national actors. It is also important that potential risks to communities and civil society groups that may arise as a consequence of their engagement with DDR processes be properly assessed, managed and mitigated. \\n Reputational risk: DDR practitioners should be aware of the risk of being seen as promoting impunity or being lenient towards individuals who may have engaged in schemes of violent governance against communities. DDR practitioners should also be aware of the risk that they may be seen as being complicit in abusive State policies and/or behaviour, particularly if armed forces are known to engage in organized criminal activities and pervasive corruption. Due diligence and appropriate frameworks, safeguards and mechanisms shall be applied to continuously address these complex issues. \\n Legal risks: DDR practitioners who rely on Government donors may face additional challenges if these Governments insert conditions or clauses into their grant agreements in order to comply with Security Council resolutions. As stated in IDDRS 2.11 on The Legal Framework for UN DDR, DDR practitioners should consult with their legal adviser if applicable host State national legislation criminalizes the provision of support, including to suspected terrorists or armed groups designated as terrorist organizations. For more information on legal issues and risks, see section 5.3 of this module.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 15, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.2 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8874, - "Score": 0.235702, - "Index": 8874, - "Paragraph": "DDR practitioners shall be aware of the way that crime can influence politics in the country in which they operate and avoid inadvertently feeding harmful dynamics. For example, DDR participants may seek to negotiate for political positions in exchange for violence reduction, without necessarily stepping away from their links to organized criminal groups.9 In these scenarios, DDR practitioners shall consider wider strategies to strengthen institutions, fight corruption and foster good governance. DDR practitioners shall be aware that without safeguards, DDR processes may inadvertently legitimize illicit flows of both licit and illicit commodities, and corruption in political and State institutions. The establishment of prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, and any other violation of human rights.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware that without safeguards, DDR processes may inadvertently legitimize illicit flows of both licit and illicit commodities, and corruption in political and State institutions.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8889, - "Score": 0.235702, - "Index": 8889, - "Paragraph": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning. Ultimately, internationally supported DDR processes are finite and constricted by mandates and resources. Therefore, both external and national DDR practitioners shall, to the extent possible, work with (other) national stakeholders to build political will and capacities on organized crime issues. DDR practitioners shall establish relevant and appropriate partnerships to make available technical assistance on organized crime issues through expert consultations, staff training, and resource guides and toolkits.Armed forces may themselves be discharged as part of DDR processes and, at the same time, may have been actively involved in facilitating or gatekeeping illicit activities. To address the challenges posed by the entrenched interests of conflict entrepreneurs, improved law enforcement, border controls, police training and criminal justice reform is required. Where appropriate, DDR practitioners shall seek to partner with entities engaged in this type of broader security sector reform (SSR). For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9490, - "Score": 0.235702, - "Index": 9490, - "Paragraph": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments. These considerations should then be mainstreamed throughout design and implementation. Specific needs groups often include women and girls, youth, persons with disabilities and persons with chronic illnesses, and indigenous and tribal peoples and local communities, but other vulnerabilities might also exist in different DDR contexts. Annex B presents a non-exhaustive list of questions that can be incorporated into DDR assessments in regard to specific- needs groups and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9525, - "Score": 0.235702, - "Index": 9525, - "Paragraph": "Natural resource management can have profound implications on public health. For example, the use of firewood and charcoal for cooking can lead to significant respiratory problems and is a major health concern, particularly for women and children in many countries. Improved access to energy resources, can help to mitigate this (see section 7.3.4). Other key health concerns include waste management and water management, both natural resource management issues that can be addressed through CVR and reintegration programmes. DDR practitioners should include these considerations into assessments and seek to improve health conditions through natural resource management wherever possible. Other areas where health is implicated is related to the deforestation and degradation of land. Pushing the forest frontier can lead to increased exposure of local populations to wildlife that may transmit disease, even leading to the outbreak of pandemics. DDR practitioners should identify areas that have experienced high rates of deforestation and target them for reforestation and other ecosystem rehabilitation activities wherever possible, according to the results of assessments and risk considerations. For further guidance, see IDDRS 5.70 on Health and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.4 Health considerations", - "Heading4": "", - "Sentence": "For further guidance, see IDDRS 5.70 on Health and DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9960, - "Score": 0.235702, - "Index": 9960, - "Paragraph": "Vetting is a particularly contentious issue in many post-conflict contexts. However, sensi- tively conducted, it provides a means of enhancing the integrity of security sector institutions through ensuring that personnel have the appropriate background and skills.12 Failure to take into account issues relating to past conduct can undermine the development of effec- tive and accountable security institutions that are trusted by individuals and communities. The introduction of vetting programmes should be carefully considered in relation to minimum political conditions being met. These include sufficient political will and ade- quate national capacity to implement measures. Vetting processes should not single out ex-combatants but apply common criteria to all members of the vetted institution. Minimum requirements should include relevant skills or provision for re-training (particularly im- portant for ex-combatants integrated into reformed law enforcement bodies). Criteria should also include consideration of past conduct to ensure that known criminals, human rights abusers or perpetrators of war crimes are not admitted to the reformed security sector. (See IDDRS 6.20 on DDR and Transitional Justice.)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.7. Vetting", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS 6.20 on DDR and Transitional Justice.)", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10487, - "Score": 0.235702, - "Index": 10487, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10685, - "Score": 0.235702, - "Index": 10685, - "Paragraph": "The dissemination of public information is a crucial task of both DDR and transitional justice initiatives (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Poor coordination in public outreach may generate conflicting and par- tial messages. DDR and transitional justice should seek ways to coordinate their public information efforts. Increased consultation and coordination concerning what and how information is released to the public may reduce the spread of misinformation and rein- force the objectives of both transitional justice and DDR. The designation of a transitional justice focal point in the DDR programme, and regular meetings with other relevant UN and national actors, may facilitate discussion on how to better coordinate public informa- tion and outreach to support the goals of both DDR and transitional justice.Civil society may also play a role in public information and outreach. Working with relevant civil society organizations may help the DDR programme to reach a wider audi- ence and ensure that information offered to the public is communicated in appropriate ways, for example, in local languages or through local radio.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.4. Coordinate on public information and outreach", - "Heading4": "", - "Sentence": "The dissemination of public information is a crucial task of both DDR and transitional justice initiatives (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9847, - "Score": 0.235702, - "Index": 9847, - "Paragraph": "The UN has recognised in several texts and key documents that inter-linkages exist between DDR and SSR.2 This does not imply a linear relationship between different activities that involve highly distinct challenges depending on the context. It is essential to take into account the specific objectives, timelines, stakeholders and interests that affect these issues. However, understanding the relationship between DDR and SSR can help identify synergies in policy and programming and provide ways of ensuring short to medium term activities associated with DDR are linked to broader efforts to support the development of an effec- tive, well-managed and accountable security sector. Ignoring how DDR and SSR affect each other may result in missed opportunities or unintended consequences that undermine broader security and development goals.The Secretary-General\u2019s report Securing Peace and Development: the Role of the United Nations in Security Sector Reform (S/2008/39) of 23 January 2008 describes SSR as \u201ca process of assessment, review and implementation as well as monitoring and evalu- ation led by national authorities that has as its goal the enhancement of effective and accountable security for the State and its peoples without discrimination and with full respect for human rights and the rule of law.\u201d3 The security sector includes security pro- viders such as defence, law enforcement, intelligence and border management services as well as actors involved in management and oversight, notably government ministries, legislative bodies and relevant civil society actors. Non-state actors also fulfill important security provision, management and oversight functions. SSR therefore draws on a diverse range of stakeholders and may include activities as varied as political dialogue, policy and legal advice, training programmes and technical and financial assistance.While individual activities can involve short term goals, achieving broader SSR objec- tives requires a long term perspective. In contrast, DDR tends to adopt a more narrow focus on ex-combatants and their dependents. Relevant activities and actors are often more clearly defined and limited while timelines generally focus on the short to medium-term period following the end of armed conflict. But the distinctions between DDR and SSR are potentially less important than the convergences. Both sets of activities are preoccupied with enhancing the security of the state and its citizens. They advocate policies and programmes that engage public and private security actors including the military and ex-combatants as well as groups responsible for their management and oversight. Decisions associated with DDR contribute to defining central elements of the size and composition of a country\u2019s security sector while the gains from carefully executed SSR programmes can also generate positive consequences on DDR interventions. SSR may lead to downsizing and the conse- quent need for reintegration. DDR may also free resources for SSR. Most significantly, considering these issues together situates DDR within a developing security governance framework. If conducted sensitively, this can contribute to the legitimacy and sustainability of DDR programmes by helping to ensure that decisions are based on a nationally-driven assessment of applicable capacities, objectives and values.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "3. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR may also free resources for SSR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10111, - "Score": 0.23355, - "Index": 10111, - "Paragraph": "If SSR issues and perspectives are to be integrated at an early stage, assessments and their outputs must reflect a holistic SSR approach and not just partial elements that may be most applicable in terms of early deployment. Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4). This may be done through joint assessment missions combining DDR and SSR com- ponents, or by drawing on SSR expertise throughout the assessment phase. Up to date conflict and security analysis should address the nexus between DDR and SSR in order to support effective engagement (see Box 6). Participatory assessments and institutional capac- ity assessments may be particularly useful for security-related research (see IDDRS 3.20 on DDR Programme Design, Para. 5.3.6).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.2. Detailed field assessments", - "Heading4": "", - "Sentence": "Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9286, - "Score": 0.23094, - "Index": 9286, - "Paragraph": "This module provides DDR practitioners - in mission and non-mission settings - with necessary information on the linkages between natural resource management and integrated DDR processes during the various stages of the peace continuum. The guidance provided highlights the role of natural resources in all phases of the conflict cycle, focusing especially on the linkages with armed groups, the war economy, and how natural resource management can support successful DDR processes. It also emphasizes the ways that natural resource management can support the additional goals of gender-responsive reconciliation, resiliency to climate change, and sustainable reintegration through livelihoods and employment creation.The module highlights the risks and opportunities presented by natural resource management in an effort to improve the overall effectiveness and sustainability of DDR processes. It also seeks to support DDR practitioners in understanding the associated risks that threaten people\u2019s health, livelihoods, security and the opportunities to build economic and environmental resilience against future crises.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides DDR practitioners - in mission and non-mission settings - with necessary information on the linkages between natural resource management and integrated DDR processes during the various stages of the peace continuum.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9582, - "Score": 0.226455, - "Index": 9582, - "Paragraph": "Landmines and explosive remnants of war take a heavy toll on people\u2019s livelihoods, countries\u2019 economic and social development, and peacebuilding efforts. Restoring agricultural lands to a productive state is paramount for supporting livelihoods and improving food security, two of the most important concerns in any conflict-affected setting. Demining fields and potential areas for livestock and agriculture will therefore provide an essential step to restoring safety and access to agricultural lands and to restoring the confidence of local populations in the peace process. To ensure that agricultural land is returned to safety and productivity as quickly as possible, where applicable, DDR programmes should seek specific demining expertise. Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.2 Demining agricultural areas", - "Heading4": "", - "Sentence": "Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9997, - "Score": 0.226455, - "Index": 9997, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10731, - "Score": 0.222222, - "Index": 10731, - "Paragraph": "DDR programmes, UNICEF, child protection NGOs and the relevant child DDR agency in the Government often develop common individual child date forms, and even shared data- bases, for consistent gathering of information on children who leave the armed forces or groups. Various child protection agencies do not systematically record in their individual child forms the identity of the commanders who recruited the children. Yet, this informa- tion could be used later on for justice or vetting purposes regarding perpetrators of child recruitment. While the agencies indicate that such omission is done intentionally to protect the individual children released and CAAGF more generally, in some cases a thorough discussion on the value of recording certain data and the links of DDR with ongoing/poten- tial transitional justice initiatives had not taken place amongst these actors. Child DDR and child protection actors may examine DDR information management databases, with appropriate consideration for issues of confidentiality, disclosure and consent, with a view on their potential value for justice and TJ purposes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.2. Consider developing a common approach to gathering information on children who leave armed forces and groups", - "Heading4": "", - "Sentence": "Child DDR and child protection actors may examine DDR information management databases, with appropriate consideration for issues of confidentiality, disclosure and consent, with a view on their potential value for justice and TJ purposes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9720, - "Score": 0.222222, - "Index": 9720, - "Paragraph": "Many comprehensive peace agreements include provisions for transitional security arrangements (see IDDRS 2.20 on The Politics of DDR). Depending on the context, these arrangements may include the deployment of the national police, community police, or the creation of joint units, patrols or operations involving the different parties to a conflict. Joint efforts can help to increase scrutiny on the illicit trade in natural resources. However, these efforts may be compromised in areas where organized criminal groups are present or where natural resources are being exploited by armed forces or groups. In this type of context, DDR practitioners may be better off working with mediators and other actors to help increase provisions for natural resources in peace agreements or cease-fires (see section 8.1 and IDDRS 6.40 on DDR and Organized Crime). Where transitional security arrangements exist, education and training for security units on how to secure natural resources will ensure greater transparency and oversight which can reduce opportunities for misappropriation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 47, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.4 Transitional security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "In this type of context, DDR practitioners may be better off working with mediators and other actors to help increase provisions for natural resources in peace agreements or cease-fires (see section 8.1 and IDDRS 6.40 on DDR and Organized Crime).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9100, - "Score": 0.218218, - "Index": 9100, - "Paragraph": "Reintegration support should be based on an assessment of the economic, social, psychosocial and political challenges faced by ex-combatants and persons formerly associated with armed forces and groups, their families and communities. In addition to the guidance outlined in IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration, DDR practitioners should also consider the factors that sustain organized criminal networks and activities when planning reintegration support.In communities where engagement in illicit economies is widespread and normalized, certain criminal activities may have no social stigma attached to them. DDR practitioners or may even bring power and prestige. Ex-combatants \u2013 especially those who were previously in high-ranking positions \u2013 often share the same level of status as successful criminals, posing challenges to their long-lasting reintegration into lawful society. DDR practitioners should therefore consider the impact of involvement of ex-combatants\u2019 involvement in organized crime on the design of reintegration support programmes, taking into account the roles they played in illicit activities and crime-conflict dynamics in the society at large.DDR practitioners should examine the types and characteristics of criminal activities. While organized crime can encompass a range of activities, the distinction between violent and non- violent criminal enterprises, or non-labour intensive and labour-intensive criminal economies may help DDR practitioners to prioritize certain reintegration strategies. For example, some criminal market activities may be considered vital to the local economy of communities, particularly when employing most of the local workforce.Economic reintegration can be a challenging process because there may be few available jobs in the formal sector. It becomes imperative that reintegration support not only enable former members of armed forces and groups to earn a living, but that the livelihood is enough to disincentivize the return to illicit activities. In other cases, laissez-faire policies towards labour- intensive criminal economies, such as the exploitation of natural resources, may open windows of opportunity, regardless of their legality, and could be accompanied by a process to formalize and regulate informal and artisanal sectors. Partnerships with multiple stakeholders, including civil society and the private sector, may be useful in devising holistic reintegration assessments and programmatic responses.The box below outlines key questions that DDR practitioners should consider when supporting reintegration in conflict-crime contexts. For further information on reintegration support, and specific guidance on environment crime, drug and human trafficking, see section 9.BOX 3: REINTEGRATION: KEY QUESTIONS \\n What are the risks and benefits involved in disrupting the illicit economies upon which communities depend? \\n How can support be distributed between former members of armed forces and groups, communities and victims in ways that are fair, facilitate reintegration, and avoid re-recruitment by organized criminal actors? \\n What steps can be taken when the reintegration support offered cannot outweigh the benefits offered through illicit activities? \\n What community-based monitoring initiatives can be put in place to ensure the sustained reintegration of former members of armed forces and groups and their continued non-involvement in criminal activities? \\n How can reintegration efforts work to address the motives and incentives of conflict actors through non-violent means, and what are the associated risks? \\n Which actors should contribute to addressing the conflict-crime nexus during reintegration, and in which capacity (including, among others, international agencies, public institutions, civil society and the private sector)?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 20, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.3 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners or may even bring power and prestige.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9185, - "Score": 0.218218, - "Index": 9185, - "Paragraph": "Armed conflict amplifies the conditions in which human trafficking occurs. During a conflict, the vulnerability of the affected population increases, due to economic desperation, weak rule of law and unavailability of social services, forcing people to flee for safety. Human trafficking targets the most vulnerable segments of the population. Armed groups \u2018recruit\u2019 their victims in refugee and internally displaced persons camps, as well as among populations affected by the conflict, attracting them with false promises of employment, education or safety. Many trafficked people end up being exploited abroad, but others remain inside the country\u2019s borders filling armed groups, providing forced labour, and becoming \u2018war wives\u2019 and sex slaves.Human trafficking often has a strong transnational component, which, in turn, may affect reintegration efforts. Armed groups and organized criminal groups engage in human trafficking by collaborating with networks active in other countries. Conflict areas can be source, transit or destination countries. Reintegration programmes should exercise extreme caution in sustaining activities that may conceal trafficking links or may be used to launder the proceeds of trafficking. Continuous assessment is key to recognizing and evaluating the risk of human trafficking. DDR practitioners should engage with a wide range of actors in neighbouring countries and regionally to coordinate the repatriation and reintegration of victims of human trafficking, where appropriate.Children are often victims of organized crime, including child trafficking and the worst forms of child labour, being frequent victims of sexual exploitation, forced marriage, forced labour and recruitment into armed forces or groups. Reintegration practitioners should be aware that children who present as dependants may be victims of trafficking. Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR. Family tracing and reunification (if in the best interests of the child) should be started at the earliest possible stage and can be carried out at the same time as other activities.Children who have been trafficked should be considered and treated as victims, including those who may have committed crimes during the period of their exploitation. Any criminal action taken against them should be handled according to child-friendly juvenile justice procedures, consistent with international law and norms regarding children in contact with the law, including the Beijing Rules and Havana Principles, among others. Consistent with the UN Convention on the Rights of the Child, the best interests of the child shall be a primary consideration in all decisions pertaining to a child. For further information, see IDDRS 5.30 on Children and DDR.Women are more likely to become victims of organized crime than men, being subjected to sex exploitation and trade, rape, abuse and murder. The prevailing subcultures of hegemonic masculinity and machismo become detrimental to women in conflict situations where there is a lack of instituted rule of law and security measures. In these situations, since the criminal justice system is rendered ineffective, organized crimes directed against women go unpunished. DDR practitioners, as part of reintegration programming, should develop targeted measures to address the organized crime subculture and correlated machismo. For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 26, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.3 Reintegration support and human trafficking", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9333, - "Score": 0.218218, - "Index": 9333, - "Paragraph": "Every context is unique when it comes to natural resource management, depending on the characteristics of local ecosystems and existing socio-cultural relationships to land and other natural resources. Strong or weak local and national governance can also impact how natural resources may be treated by DDR processes, specifically where a weak state can lead to more incentives for illicit exploitation and trafficking of natural resources in ways that may fuel or exacerbate armed conflict. DDR practitioners should ensure they thoroughly understand these dynamics through assessments and risk management efforts when designing interventions.For DDR processes, local communities and national institutions - including relevant line ministries - are sources of critical knowledge and information. For this reason, DDR processes shall explicitly incorporate national and local civil society organizations, academic institutions, private sector and other stakeholders into intervention planning and implementation where appropriate. Since international mandates and resources for DDR processes are limited, DDR practitioners shall seek to build local capacities around natural resource management whenever possible and shall establish relevant local partnerships to ensure coordination and technical capacities are available for the implementation of any interventions incorporating natural resource management.In some cases, natural resource management can be used as a platform for reconciliation and trust building between communities and even regional actors. DDR practitioners should seek to identify these opportunities where they exist and integrate them into interventions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should ensure they thoroughly understand these dynamics through assessments and risk management efforts when designing interventions.For DDR processes, local communities and national institutions - including relevant line ministries - are sources of critical knowledge and information.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9501, - "Score": 0.218218, - "Index": 9501, - "Paragraph": "Many conflict-affected countries have substantial numbers of youth \u2013 individuals between 15 and 24 years of age - relative to the rest of the population. Natural resources can offer specific opportunities for this group. For example, when following a value chain approach (see section 7.3.1) with agricultural products, non-timber forest products or fisheries, DDR practitioners should seek to identify processing stages that can be completed by youth with little work experience or skills. Habitat and ecosystem services restoration can also offer opportunities for young people. Youth can also be targeted as leaders through training-of-trainers programmes to further disseminate best practices and skills for improving the use of natural resources. When embarking on youth-focused DDR processes, efforts should be made to ensure that both male and female youth are engaged. While male youth are often the more visible group in conflict-affected countries, there are proven peace dividends in providing support to female youth. For additional guidance, see IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.1 Youth", - "Heading4": "", - "Sentence": "For additional guidance, see IDDRS 5.30 on Youth and DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9976, - "Score": 0.218218, - "Index": 9976, - "Paragraph": "Offering ex-combatants a voluntary choice between integrating into the security sector and pursuing civilian livelihoods can, in certain cases, be problematic. Resulting challenges may include disproportionate numbers of officers compared to other ranks, or mismatches between national security priorities and the comparative advantages of different security providers. Excessive integration into the security sector may be unrealistic in relation to the absorptive capacity of these institutions as well as financial limitations and perceived security requirements. There is also a risk to community security if large numbers of ex- combatants return without the prospect of meaningful employment.Decisions on the incentives provided to ex-combatants registering for demobilization versus those registering for integration should be carefully considered to avoid unsustain- able outcomes. The financial and social benefits provided to each group should not therefore strongly favour one option over the other. Funding considerations should reflect national financial limitations in order to avoid unwanted course corrections. A communication strategy should be developed to ensure that options are clearly understood. Job counsel- ling\u2014presenting realistic career options\u2014may also reduce the risk of raising expectations among demobilised combatants entering into socio-economic programmes (see IDDRS 4.30 on Social and Economic Reintegration, Section 9.2).Case Study Box 2 Integration followed by rightsizing in Burundi \\n Disproportionate numbers may need to be included in integrated force structures as a transitional measure to \u2018buy the peace\u2019 while \u2018rightsizing\u2019 is left to a later stage. This may be a necessary short-term solution but can heighten tensions if expectations are not managed. In Burundi, a two-step approach was adopted with ex-combatants first integrated into the armed forces with many demobilised in a second round. While it can be argued that the integrated army supported the conduct of peaceful elections in 2005, this double-trigger mechanism has generated uncertainty, frustration and disappointment amongst those demobilised through the subsequent rightsizing: at the beginning of 2008, 900 soldiers refused compulsory demobilization. The process lacked transparency and the criteria used for assessing those to be demobilised (i.e. disciplinary records) have been questioned. Moreover, the fact that previously integrated combatants develop skills within newly integrated security bodies that are subsequently lost undermines longer term SSR goals", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 11, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.9. Balancing demobilisation and security sector integration", - "Heading3": "", - "Heading4": "", - "Sentence": "The process lacked transparency and the criteria used for assessing those to be demobilised (i.e.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10297, - "Score": 0.218218, - "Index": 10297, - "Paragraph": "Funding \\n Does resource planning seek to identify gaps, increase coherence and mitigate compe- tition between DDR and SSR? \\n Have the financial resource implications of DDR for the security sector been considered, and vice versa? \\n Are DDR and SSR programmes realistic and compatible with national budgets?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 28, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.4. Funding", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Are DDR and SSR programmes realistic and compatible with national budgets?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10161, - "Score": 0.218218, - "Index": 10161, - "Paragraph": "Elections should serve as an entry point for discussions on DDR and SSR. While successful elections can provide important legitimacy for DDR and SSR processes, they tend to mono- polise the available political space and thus strongly influence timelines and priorities, including resource allocation for DDR and SSR. Army integration may be prioritised in order to support the provision of effective security forces for election security while SSR measures may be designed around the development of an election security plan which brings together the different actors involved.Election security can provide a useful catalyst for discussion on the roles and respon- sibilities of different security actors. It may also result in a focus on capacity building for police and other bodies with a role in elections. Priority setting and planning around sup- port for elections should be linked to longer term SSR priorities. In particular, criteria for entry and training for ex-combatants integrating within the security sector should be con- sistent with the broader values and approaches that underpin the SSR process.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.4. Elections", - "Heading4": "", - "Sentence": "Elections should serve as an entry point for discussions on DDR and SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10173, - "Score": 0.218218, - "Index": 10173, - "Paragraph": "This section addresses the common challenge of operationalising national ownership in DDR and SSR programmes. It then considers how to enhance synergies in international support for DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It then considers how to enhance synergies in international support for DDR and SSR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10249, - "Score": 0.218218, - "Index": 10249, - "Paragraph": "The following is an indicative checklist for considering DDR-SSR linkages. Without being exhaustive, it summarises key points emerging from the module relevant for policy mak- ers and practitioners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The following is an indicative checklist for considering DDR-SSR linkages.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10755, - "Score": 0.214834, - "Index": 10755, - "Paragraph": "Ex-combatants are often simultaneously fighters, witnesses, and victims of an armed con- flict. Their testimonies may be valuable for a prosecutions initiative or a truth commission. Additionally their story or experience may change the way others in the society may view them, by blurring the sharp distinctions between combatants, often seen solely as perpetra- tors, and victims, and exposing the structural roots of the conflict. A more comprehensive understanding of the experience of ex-combatants may ease the reintegration process.DDR programmes may encourage ex-combatant participation in transitional justice measures by offering information sessions on transitional justice during the demobilization process and working collaboratively with national actors working on transitional justice measures in their outreach to ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.6. Encourage ex-combatants to participate in transitional justice measures", - "Heading4": "", - "Sentence": "A more comprehensive understanding of the experience of ex-combatants may ease the reintegration process.DDR programmes may encourage ex-combatant participation in transitional justice measures by offering information sessions on transitional justice during the demobilization process and working collaboratively with national actors working on transitional justice measures in their outreach to ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9856, - "Score": 0.213606, - "Index": 9856, - "Paragraph": "DDR and SSR play an important role in post-conflict efforts to prevent the resurgence of armed conflict and to create the conditions necessary for sustainable peace and longer term development.4 They form part of a broader post-conflict peacebuilding agenda that may include measures to address small arms and light weapons (SALW), mine action activi- ties or efforts to redress past crimes and promote reconciliation through transitional justice (see IDDRS 6.20 on DDR and Transitional Justice). The security challenges that these meas- ures seek to address are often the result of a state\u2019s loss of control over the legitimate use of force. DDR and SSR should therefore be understood as closely linked to processes of post- conflict statebuilding that enhance the ability of the state to deliver security and reinforce the rule of law. The complex, interrelated nature of these challenges has been reflected by the development of whole of system (e.g. \u2018one UN\u2019 or \u2018whole of government\u2019) approaches to supporting states emerging from conflict. The increasing drive towards such integrated approaches reflects a clear need to bridge early areas of post-conflict engagement with support to the consolidation of reconstruction and longer term development.An important point of departure for this module is the inherently political nature of DDR and SSR. DDR and SSR processes will only be successful if they acknowledge the need to develop sufficient political will to drive and build synergies between them.Box 1 DDR/SSR dynamics \\n DDR shapes the terrain for SSR by influencing the size and nature of the security sector \\n Successful DDR can free up resources for SSR activities that in turn may support the development of efficient, affordable security structures \\n A national vision of the security sector should provide the basis for decisions on force size and structure \\n SSR considerations should help determine criteria for the integration of ex-combatants in different parts of the formal/informal security sector \\n DDR and SSR offer complementary approaches that can link reintegration of ex-combatants to enhancing community security \\n Capacity-building for security management and oversight bodies provide a means to enhance the sustainability and legitimacy of DDR and SSRThis reflects the sensitivity of issues that touch directly on internal power relations, sover- eignty and national security as well as the fact that decisions in both areas create \u2018winners\u2019 and \u2018losers.\u2019 In order to avoid doing more harm than good, related policies and programmes must be grounded in a close understanding of context-specific political, socio-economic and security factors. Understanding \u2018what the market will bear\u2019 and ensuring that activities and how they are sequenced incorporate practical constraints are crucial considerations for assessments, programme design, implementation, monitoring and evaluation.The core objective of SSR is \u201cthe enhancement of effective and accountable security for the state and its peoples.\u201d5 This underlines an emerging consensus that insists on the need to link effective and efficient provision of security to a framework of democratic gov- ernance and the rule of law.6 If one legacy of conflict is mistrust between the state, security providers and citizens, supporting participative processes that enhance the oversight roles of actors such as parliament and civil society7 can meet a common DDR/SSR goal of build- ing trust in post-conflict security governance institutions. Oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appro- priate, cost effective and made in a transparent manner.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 2, - "Heading1": "3. Background", - "Heading2": "3.1. Why are DDR-SSR dynamics important?", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and SSR processes will only be successful if they acknowledge the need to develop sufficient political will to drive and build synergies between them.Box 1 DDR/SSR dynamics \\n DDR shapes the terrain for SSR by influencing the size and nature of the security sector \\n Successful DDR can free up resources for SSR activities that in turn may support the development of efficient, affordable security structures \\n A national vision of the security sector should provide the basis for decisions on force size and structure \\n SSR considerations should help determine criteria for the integration of ex-combatants in different parts of the formal/informal security sector \\n DDR and SSR offer complementary approaches that can link reintegration of ex-combatants to enhancing community security \\n Capacity-building for security management and oversight bodies provide a means to enhance the sustainability and legitimacy of DDR and SSRThis reflects the sensitivity of issues that touch directly on internal power relations, sover- eignty and national security as well as the fact that decisions in both areas create \u2018winners\u2019 and \u2018losers.\u2019 In order to avoid doing more harm than good, related policies and programmes must be grounded in a close understanding of context-specific political, socio-economic and security factors.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9993, - "Score": 0.210819, - "Index": 9993, - "Paragraph": "The absence of women from the security sector is not just discriminatory but can represent a lost opportunity to benefit from the different skill sets and approaches offered by women as security providers.13 Giving women the means and support to enter the DDR process should be linked to encouraging the full representation of women in the security sector and thus to meeting a key goal of Security Council Resolution 1325 (2000) (see IDDRS 5.10 on Women, Gender and DDR, Para 6.3). If female ex-combatants are not given adequate consideration in DDR processes, it is very unlikely they will be able to enter the security forces through the path of integration.Specific measures shall be undertaken to ensure that women are encouraged to enter the DDR process by taking measures to de-stigmatise female combatants, by making avail- able adequate facilities for women during disarmament and demobilization, and by provid- ing specialised reinsertion kits and appropriate reintegration options to women. Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise. Consideration of the specific challenges female ex-combatants face during reintegration (stigma, non-conventional skill sets, trauma) should also be given when considering their integration into the security sector. Related SSR measures should ensure that reformed security institutions provide fair and equal treatment to female personnel including their special security and protection needs.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 12, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.11. Gender-responsive DDR and SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10356, - "Score": 0.210819, - "Index": 10356, - "Paragraph": "This module will explore the linkages between DDR programmes and transitional justice measures that seek prosecutions, truth-seeking, reparation for victims and institutional reform to address mass atrocities that occurred in the past. It is based on the principle that DDR programmes that are informed by international humanitarian law and international human rights law are more likely to achieve the long term objectives of the programme and be better supported by the international community. It aims to contribute to DDR programmes that comply with international standards and promote transitional justice objectives by pro- viding a relevant legal framework and set of guidelines and options for practitioners to consider when designing, implementing, and evaluating DDR programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It aims to contribute to DDR programmes that comply with international standards and promote transitional justice objectives by pro- viding a relevant legal framework and set of guidelines and options for practitioners to consider when designing, implementing, and evaluating DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10438, - "Score": 0.210819, - "Index": 10438, - "Paragraph": "Do no harm: A first step in creating a constructive relationship between DDR and transitional justice is to understand how transitional justice and DDR can interact in ways that, at a minimum, do not obstruct their respective objectives of accountability and reconciliation and maintenance of peace and security. \\n Balanced approaches: While the imperative to maintain peace and security often de- mands a specific focus on ex-combatants in the short-term, long-term strategies should aim to provide reintegration opportunities to all war-affected populations, including victims.22 \\n Respect for international human rights law: DDR programmes shall respect and promote international human rights law. This includes supporting ways of preventing reprisal or discrimination against, or stigmatization of those who participate in DDR programmes as well as to protect the rights of the communities that are asked to receive ex-combatants, and members of the society at large. DDR processes shall provide for a commitment to gender, age and disability specific principles and shall comply with principles of non-discrimination. \\n Respect for international humanitarian law: DDR programmes shall respect and promote international humanitarian law, including the humane treatment of persons no longer actively engaged in combat. United Nations Peacekeeping Forces, includ- ing military members involved in administrative DDR programmes, are also subject to the fundamental principles and rules of international humanitarian law, and in cases of violation, are subject to prosecution in their national courts.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 7, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Do no harm: A first step in creating a constructive relationship between DDR and transitional justice is to understand how transitional justice and DDR can interact in ways that, at a minimum, do not obstruct their respective objectives of accountability and reconciliation and maintenance of peace and security.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9863, - "Score": 0.210819, - "Index": 9863, - "Paragraph": "A number of DDR and SSR activities have been challenged for their lack of context-specificity and flexibility, leading to questions concerning their effectiveness when weighed against the major investments such activities entail.8 The lack of coordination between bilateral and multilateral partners that support these activities is widely acknowledged as a contrib- uting factor: stovepiped or contradictory approaches each present major obstacles to pro- viding mutually reinforcing support to DDR and SSR. The UN\u2019s legitimacy, early presence on the ground and scope of its activities points to an important coordinating role that can help to address challenges of coordination and coherence within the international commu- nity in these areas.A lack of conceptual clarity on \u2018SSR\u2019 has had negative consequences for the division of responsibilities, prioritisation of tasks and allocation of resources.9 Understandings of the constituent activities within DDR are relatively well-established. On the other hand, while common definitions of SSR may be emerging at a policy level, these are often not reflected in programming. This situation is further complicated by the absence of clear indicators for success in both areas. Providing clarity on the scope of activities and linking these to a desired end state provide an important starting point to better understanding the relationship between DDR and SSR.Both DDR and SSR should be nationally owned and designed to fit the circumstances of each particular country. However, the engagement by the international community in these areas is routinely criticised for failing to apply these key principles in practice. SSR in particular is viewed by some as a vehicle for imposing externally driven objectives and approaches. In part, this reflects the particular challenges of post-conflict environments, including weak or illegitimate institutions, shortage of capacity amongst national actors, a lack of political will and the marginalisation of civil society. There is a need to recognise these context-specific sensitivities and ensure that approaches are built around the contributions of a broad cross-section of national stakeholders. Prioritising support for the development of national capacities to develop effective, legitimate and sustainable security institutions is essential to meeting common DDR/SSR goals.Following a summary of applicable UN institutional mandates and responsibilities (Section 4), this module outlines a rationale for the appropriate linkage of DDR and SSR (Section 5) and sets out a number of guiding principles common to the UN approach to both sets of activities (Section 6). Important DDR-SSR dynamics before and during demo- bilization (Section 7) and before and during repatriation and reintegration (Section 8) are then considered. Operationalising the DDR-SSR nexus in different elements of the pro- gramme cycle and consideration of potential entry points (Section 9) is followed by a focus on national and international capacities in these areas (Section 10). The module concludes with a checklist that is intended as a point of departure for the development of context- specific policies and programmes that take into account the relationship between DDR and SSR (Section 11).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 3, - "Heading1": "3. Background", - "Heading2": "3.2. Challenges of operationalising the DDR/SSR nexus", - "Heading3": "", - "Heading4": "", - "Sentence": "Providing clarity on the scope of activities and linking these to a desired end state provide an important starting point to better understanding the relationship between DDR and SSR.Both DDR and SSR should be nationally owned and designed to fit the circumstances of each particular country.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10209, - "Score": 0.210042, - "Index": 10209, - "Paragraph": "The politically sensitive nature of decisions relating to DDR and SSR means that external actors must pay particular attention to both the form and substance of their engagement. Close understanding of context, including identification of key stakeholders, is essential to ensure that support to national actors is realistic, culturally sensitive and sustainable. Externally- driven pressure to move forward on programming priorities will be counter-productive if this is de-linked from necessary political will and implementation capacity to develop policy and implement programmes at the national level.The design, implementation and timing of external support for DDR and SSR should be closely aligned with national priorities and capacities (see Boxes 6, 7 and 8). Given that activities may raise concerns over interference in areas of national sovereignty, design and approach should be carefully framed. In certain cases, \u201cdevelopment\u201d or \u201cprofessionalisation\u201d rather than \u201creform\u201d may represent more acceptable terminology. Setting out DDR/SSR commitments in a joint letter of agreement and regularly monitoring implementation pro- vides a transparent means to set out agreed commitments between national authorities and the international community.Box 8 Supporting national ownership and capacities \\n Jointly establish capacity-development strategies with national authorities (see IDDRS 3.30 on National Institutions for DDR) that support common DDR and SSR objectives. \\n Support training to develop cross-cutting skills that will be useful in the long term (human resources, financial management, building gender capacity). \\n Identify and empower national reform \u2018champions\u2019 that can support DDR/SSR. This should be developed through actor mapping during the needs assessment phase. \\n Support the capacity of oversight and coordination bodies to lead and harmonise DDR and SSR activities. Identify gaps in the national legal framework to support oversight and accountability. \\n Consider twinning international experts with national counterparts within security institutions to support skills transfer. \\n Evaluate the potential role of national committees as a mechanism to establish permanent bodies to coordinate DDR/SSR. \\n Set down commitments in a joint letter of agreement that includes provision for regular evaluation of implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 23, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.3. Sustainability", - "Heading4": "", - "Sentence": "Setting out DDR/SSR commitments in a joint letter of agreement and regularly monitoring implementation pro- vides a transparent means to set out agreed commitments between national authorities and the international community.Box 8 Supporting national ownership and capacities \\n Jointly establish capacity-development strategies with national authorities (see IDDRS 3.30 on National Institutions for DDR) that support common DDR and SSR objectives.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9216, - "Score": 0.204124, - "Index": 9216, - "Paragraph": "As State actors can be implicated in organized criminal activities in conflict and post-conflict settings, including past and ongoing violations of human rights and international humanitarian law, there may be a need to reform security sector institutions. As IDDRS 6.10 on DDR and Security Sector Reform states, SSR aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law\u201d. DDR processes that fail to coordinate with SSR can lead to further violations, such as the reappointment of human rights abusers or those engaged in other criminal activities into the legitimate security sector. Such cases undermine public faith in security sector institutions.Mistrust between the State, security providers and citizens is a potential contributing factor to the outbreak of a conflict, and one that has the potential to undermine sustainable peace, particularly if the State itself is corrupt or directly engages in criminal activities. Another factor is the integration of ex-combatants who may still have criminal ties into the reformed security sector. To avoid further propagation of criminality, vetting should be conducted prior to integration, with a special focus on any evidence relating to continued links with actors known to engage in criminal activities. Finally, Government security forces, both civilian and military, may themselves be part of rightsizing exercises. The demobilization of excess forces may be particularly difficult if these individuals have been actively involved in facilitating or gatekeeping the illicit economy, and DDR practitioners should take these dynamics into account in the design of reintegration support (see sections 7.3 and 9).SSR that encourages participatory processes that enhance the oversight roles of actors such as parliament and civil society can meet the common goal of DDR and SSR of building trust in post-conflict security governance institutions. Additionally, oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appropriate, cost effective and made in a transparent manner. For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 29, - "Heading1": "11. DDR, security sector reform and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9284, - "Score": 0.204124, - "Index": 9284, - "Paragraph": "The relationship between natural resources and armed conflict is well known and documented, evidenced by numerous examples from all over the world.1 Natural resources may be implicated all along the peace continuum, from contributing to grievances, to financing armed groups, to supporting livelihoods and recovery via the sound management of natural resources. Furthermore, the economies of countries suffering from armed conflict are often marked by unsustainable or illicit trade in natural resources, thereby tying conflict areas to the rest of the world through global supply chains. For DDR processes to be effective, practitioners should consider both the risks and opportunities that natural resource management may pose to their efforts.As part of the war economy, natural resources may be exploited and traded directly by, or through local communities under the auspices of, armed groups, organized criminal groups or members of the security sector, and eventually be placed on national and international markets through trade with multinational companies. This not only reinforces the actors directly implicated in the conflict, but it also undermines the good governance of natural resources needed to support development and sustainable peace. Once conflict is underway, natural resources may be exploited to finance the acquisition of weapons and ammunition and to reinforce the war economy, linking armed groups and even the security sector to international markets and organized criminal groups.These dynamics are challenging to address through DDR processes, but are necessary to contend with if sustainable peace is to be achieved. When DDR processes promote good governance practices, transparent policies and community engagement around natural resource management, they can also simultaneously address conflict drivers and the impacts of armed conflict on the environment and host communities. Issues of land rights, equal access to natural resources for livelihoods, equitable distribution of their benefits, and sociocultural disparities may all underpin the drivers of conflict that motivate individuals and groups to take up arms. It is critical that DDR practitioners take these linkages into account to avoid exacerbating existing grievances or creating new conflicts, as well as to effectively use natural resource management to contribute to sustainable peace.This module aims to contribute to DDR processes that are grounded in a clear understanding of how natural resource management can contribute to sustainable peace and reduce the likelihood of a resurgence of conflict. It considers how DDR practitioners can integrate youth, women, persons with disabilities and other key specific needs groups when addressing natural resource management in reintegration. It also includes guidance on relevant natural resource management related issues like public health, disaster-risk reduction, resiliency and climate change. With enhanced interagency cooperation, coordination and dialogue among relevant stakeholders working in DDR, natural resource management and governance sectors - especially national actors - these linkages can be addressed in a more conscious and deliberate manner for sustainable peace.Lastly, this module recognizes that the degree to which natural resources are incorporated into DDR processes will vary based on the political economy of a given context, size, resource availability, partners and capacity. While some contexts may have different agencies or stakeholders with expertise in natural resource management to inform context analyses, assessment processes and subsequent programme design and implementation, DDR processes may also need to rely primarily on external experts and partners. However, limited natural resource management capacities within a DDR process should not discourage practitioners from capitalizing on the opportunities or guidance available, or to seek collaboration and possible programme synergies with other partners that can offer natural resource management expertise. For example, in settings where the UN has no mission presence, such capacity and expertise may also be found within the UN country team, civil society, and/or academia.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, limited natural resource management capacities within a DDR process should not discourage practitioners from capitalizing on the opportunities or guidance available, or to seek collaboration and possible programme synergies with other partners that can offer natural resource management expertise.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9535, - "Score": 0.204124, - "Index": 9535, - "Paragraph": "Following the abovementioned assessments, DDR practitioners shall develop an inclusive and gender-responsive risk management approach to implementation. The table below includes a comprehensive set of risk factors related to natural resources to assist DDR practitioners when navigating and mitigating risks.In some cases, there may be systems in place to mitigate against the risk of the exploitation of natural resources by armed forces and groups as well as organized criminal groups. These measures are often implemented by the UN (e.g., sanctions) but will implicate other actors as well, especially when the natural resources in question are traded in global markets and end up in products placed in consumer markets with protections in place against trade in conflict resources. DDR practitioners shall avoid being seen as supporting individuals or armed forces and groups that are targeted by sanctions or other regimes and work closely with national and international authorities.Depending on the context, different types of natural resources will be a risk factors for DDR practitioners. In almost all cases, land will be a risk factor that can drive grievances, while also being essential to kick-starting rural economies and for the agricultural sector. Other natural resources, including agricultural commodities (\u201csoft commodities\u201d) or extractive resources (\u201chard commodities\u201d) will come into play based on the nature of the context. Once identified through assessments, DDR practitioners should further analyse the nature of the risk based on the natural resource sectors present in the particular context, as well as the opportunities to create employment through the sector. For each of the sectors identified in the table below, DDR practitioners should note the particular risk and seek expertise to implement mitigating factors.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.3 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall avoid being seen as supporting individuals or armed forces and groups that are targeted by sanctions or other regimes and work closely with national and international authorities.Depending on the context, different types of natural resources will be a risk factors for DDR practitioners.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10308, - "Score": 0.204124, - "Index": 10308, - "Paragraph": "Report of the Secretary-General on \u201cThe rule of law and transitional justice in conflict and post-conflict societies\u201d (2004) \\n The Secretary-General\u2019s Report \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d defines the rule of law as \u201ca principle of governance in which all persons, institutions and entities, public and private, including the State itself, are account- able to laws that are publicly promulgated, equally enforced and independently adjudicated, and which are consistent with international human rights norms and standards\u201d.18 DDR is identified as one key element of \u201ctransitioning out of conflict and back to normalcy.\u201d Report of the Secretary-General on \u201cDisarmament, demobilization and reintegration\u201d (2006) \\n The Secretary-General\u2019s report on \u201cDisarmament, demobilization and reintegration\u201d dis- cusses the increased engagement of the United Nations in DDR from 2000-2005 in peace- keeping and non-peacekeeping contexts. Some important \u201clessons learned\u201d from this work include: 1) DDR cannot be implemented without coordinating with the wider peacebuild- ing and recovery process; 2) DDR work should continue beyond the life of a traditional peacekeeping operation thus national capacities must be developed to ensure sustainability; 3) a fragmented approach to DDR is counterproductive; and 4) DDR \u201cmust also be planned in close coordination with transitional processes to review and reform the rule of law and security sectors, as well as efforts to control and reduce small arms proliferation.\u201d19Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (21 February 2007) \\n The Presidential Statement of 21 February 2007 emphasises that \u201creforming the security sector in post-conflict environments is critical to the consolidation of peace and stability, promoting poverty reduction, rule of law and good governance, extending legitimate state authority, and preventing countries from relapsing into conflict.\u201d20 The importance of a \u201cprofessional\u201d and \u201caccountable\u201d security sector as well as an \u201cimpartial\u201d justice sector are critical to sustainable peace and development. The fundamental role of the United Nations in \u201cpromoting comprehensive, coherent, and co-ordinated international support to nationally- owned security sector reform programmes, implemented with the consent of the country concerned\u201d is stressed, as is the need for a balanced approach to SSR that considers institu- tional capacity, affordability and sustainability of SSR programmes. Inter-linkages between SSR and \u201ctransitional justice, disarmament, demobilization and repatriation, reintegration and rehabilitation of former combatants, small arms and light weapons control, as well as gender equality, children and armed conflict and human rights issues\u201d are emphasised.21Report of the Secretary-General on \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d (2008) \\n The Secretary-General\u2019s report \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d, notes that \u201cthe development of effective and accountable security institutions on the basis of non-discrimination, full respect for human rights and the rule of law is essential\u201d.22 As part of a holistic strategy, the United Nations can play a normative as well as operational role in SSR. Normatively, the United Nations can \u201c[elaborate] policies and guidelines for the implementation of security sector reform plans and programmes and ensure that peacekeeping operations and United Nations country teams engaged in reform receive practical guidance and assistance in the estab- lishment of benchmarks and other evaluation processes\u201d.23 Operationally, the United Nations can: 1) provide a minimum level of security from which to launch SSR activities; 2) support needs assessments and strategic planning efforts; 3) facilitate dialogue among the many actors and stakeholders involved in a country\u2019s SSR process; 4) provide technical advice on defence and law enforcement institutions, border management, crime prevention and customs, among others; 5) coordinate and mobilize resources; 6) support the development of oversight mechanisms; and 7) support monitoring, evaluation and review efforts.24Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (12 May 2008) \\n The Presidential Statement of 12 May 2008 on supporting security sector reform highlights that SSR is a long-term process and that \u201cit is the sovereign right and primary responsibil- ity of the country concerned to determine its national approach and priorities for security sector reform\u201d.25 The statement also reiterates that a holistic and coherent UN approach is needed and underlines the important role the Peacebuilding Commission \u201ccan play in ensuring continuous international support to countries emerging from conflict.\u201d26", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 30, - "Heading1": "Annex B: Key UN documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Some important \u201clessons learned\u201d from this work include: 1) DDR cannot be implemented without coordinating with the wider peacebuild- ing and recovery process; 2) DDR work should continue beyond the life of a traditional peacekeeping operation thus national capacities must be developed to ensure sustainability; 3) a fragmented approach to DDR is counterproductive; and 4) DDR \u201cmust also be planned in close coordination with transitional processes to review and reform the rule of law and security sectors, as well as efforts to control and reduce small arms proliferation.\u201d19Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (21 February 2007) \\n The Presidential Statement of 21 February 2007 emphasises that \u201creforming the security sector in post-conflict environments is critical to the consolidation of peace and stability, promoting poverty reduction, rule of law and good governance, extending legitimate state authority, and preventing countries from relapsing into conflict.\u201d20 The importance of a \u201cprofessional\u201d and \u201caccountable\u201d security sector as well as an \u201cimpartial\u201d justice sector are critical to sustainable peace and development.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10634, - "Score": 0.204124, - "Index": 10634, - "Paragraph": "Coordination between transitional justice and DDR programmes begins with an understand- ing of how the two processes may interact positively in the short-term in ways that, at the very least, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim to constructively connect these two processes in ways that contribute to a stable, just and long-term peace. In the UN System, the Office of the High Commissioner for Human Rights (OHCHR) has the lead responsibility for transitional justice issues. UN support to DDR programmes may be led by the Department of Peacekeeping (DPKO) or the United Nations Develop- ment Programme (UNDP). In other cases, such support may be led by the International Organization for Migration (IOM) or a combination of the above UN entities. OHCHR representatives can coordinate directly with DDR practitioners on transitional justice. Human rights officers who work as part of UN peacekeeping missions may also be appropriate focal points or liaisons between a DDR programme and transitional justice initiatives.This section presents options for DDR that stress the international obligations stem- ming from the right to accountability, truth, reparation, and guarantees of non-repetition. These options are meant to make DDR compliant with international standards, being mindful of both equity and security considerations. At the very least, they seek to ensure that DDR observes the \u201cdo no harm\u201d principle, and does not foreclose the possibility of achieving accountability in the future. When possible, the options presented in this section seek to go beyond \u201cdo no harm,\u201d establishing more constructive and positive connections between DDR and transi- tional justice. These options are presented with the understanding that diverse contexts will present different opportunities and challenges for connecting DDR and transitional justice. DDR must be designed and implemented with reference to the country context, including the existing justice provisions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 18, - "Heading1": "8. Prospects for coordination", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "OHCHR representatives can coordinate directly with DDR practitioners on transitional justice.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9910, - "Score": 0.204124, - "Index": 9910, - "Paragraph": "National ownership is a much broader concept than \u2018state\u2019 ownership and includes both state and non-state actors at national, regional and local levels. Seeking to involve as many former conflict parties as possible as well as groups that have been marginalised, or are generally under-represented on issues of security in DDR and SSR decision-making is particularly important. This contributes to ensuring that different segments of society feel part of this process. Participatory approaches provide a means to work through the conflict- ing interests of different domestic constituencies. Enhancing the capacity of national and regional authorities to manage, implement and oversee these programmes provides a cru- cial bridge from post-conflict stabilisation to longer term recovery and development by supporting the creation of skills that will remain once international support has been drawn down.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "6. Guiding principles", - "Heading2": "6.4. National ownership: legitimacy and the DDR/SSR nexus", - "Heading3": "", - "Heading4": "", - "Sentence": "This contributes to ensuring that different segments of society feel part of this process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10254, - "Score": 0.204124, - "Index": 10254, - "Paragraph": "Have measures been taken to engage both DDR and SSR experts in the negotiation of peace agreements so that provisions for the two are mutually supportive? \\n Are a broad range of stakeholders involved in discussions on DDR and SSR in peace negotiations including civil society and relevant regional organisations? \\n Do decisions reflect a nationally-driven vision of the role, objective and values for the security forces? \\n Have SSR considerations been introduced into DDR decision-making and vice versa? Do assessments include the concerns of all stakeholders, including national and inter- national partners? \\n Have SSR experts commented on the terms of reference of the assess- ment and participated in the assessment mission? \\n Is monitoring and evaluation carried out systematically and are efforts made to link it with SSR? Is M&E used as an entry-point for linking DDR and SSR concerns in planning?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.1. General", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Have SSR considerations been introduced into DDR decision-making and vice versa?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2794, - "Score": 0.480384, - "Index": 2794, - "Paragraph": "Education: Advanced university degree (Masters or equivalent) in social sciences, manage\u00ad ment, economics, business administration, international development or other relevant fields. \\n Experience: Minimum of 10 years of progressively responsible professional experience in peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants, including extensive experience in working on small arms reduction programmes. Detailed knowledge of development process and post\u00adconflict related issues particularly on the DDR process. Additional experience in developing support strategies for IDPs, refugees, disaffected popu\u00ad lations, children and women in post\u00adconflict situations will be valuable. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 11, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.1: Chief, DDR Unit (D1\u2013P5)", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "Detailed knowledge of development process and post\u00adconflict related issues particularly on the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2815, - "Score": 0.480384, - "Index": 2815, - "Paragraph": "Education: Advanced university degree (Masters or equivalent) in social sciences, manage\u00ad ment, economics, business administration, international development or other relevant fields. \\n Experience: Minimum of 10 years of progressively responsible professional experience in peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants, including extensive experience in working on small arms reduction programmes. Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process. Additional experience in developing support strategies for IDPs, refugees, disaffected popu\u00ad lations, children and women in post\u00adconflict situations will be valuable. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 12, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.2: Deputy Chief, DDR Unit (P5\u2013P4)", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2838, - "Score": 0.480384, - "Index": 2838, - "Paragraph": "Education and work experience: Graduate of Military Command and Staff College. A minimum of 15 years of progressive responsibility in military command appointments, preferably to include peacekeeping and peace\u00adbuilding operations in the field of DDR of ex\u00adcombatants. Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "Detailed knowledge of development process and post\u00adconflict related issues, particularly on the DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2632, - "Score": 0.436436, - "Index": 2632, - "Paragraph": "A genuine commitment of the parties to the process is vital to the success of DDR. Commit- ment on the part of the former warring parties, as well as the government and the community at large, is essential to ensure that there is national ownership of the DDR programme. Often, the fact that parties have signed a peace agreement indicating their willingness to be dis- armed may not always represent actual intent (at all levels of the armed forces and groups) to do so. A thorough understanding of the (potentially different) levels of commitment to the DDR process will be important in determining the methods by which the international community may apply pressure or offer incentives to encourage cooperation. Different incentive (and disincentive) structures are required for senior-, middle- and lower-level members of an armed force or group. It is also important that political and military com- manders (senior- and middle-level) have sufficient command and control over their rank and file to ensure compliance with DDR provisions agreed to and included in the peace agreement.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Political will", - "Sentence": "A genuine commitment of the parties to the process is vital to the success of DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2727, - "Score": 0.436436, - "Index": 2727, - "Paragraph": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The aim of this module is to explain: \\n the role of an integrated DDR unit in a peacekeeping mission; \\n personnel requirements of the DDR unit; \\n the recruitment and deployment process; \\n training opportunities for DDR practitioners.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3072, - "Score": 0.436436, - "Index": 3072, - "Paragraph": "Through the establishment of amnesties and transitional justice programmes, as part of the broader peace-building process, parties attempt to deal with crimes and violations in the conflict period, while promoting reconciliation and drawing a line between the period of conflict and a more peaceful future. Transitional justice processes vary widely from place to place, depending on the historical circumstances and root causes of the conflict. They try to balance justice and truth with national reconciliation, and may include amnesty provisions for those involved in political and armed struggles. Generally, truth commissions are tem- porary fact-finding bodies that investigate human rights abuses within a certain period, and they present findings and recommendations to the government. They assist post-conflict communities to establish facts about what went on during the conflict period. Some truth commissions include a reconciliation component to support dialogue between factions within the community.In addition to national efforts, international criminal tribunals may be established to prosecute and hold accountable people who committed serious crimes. While national justice systems may also wish to prosecute wrongdoers, they may not be capable of doing so, owing to lack of capacity or will.During the negotiation of peace accords and political agreements, parties may make their involvement in DDR programmes conditional on the provision of amnesties for carry- ing weapons or less serious crimes. These amnesties will generally absolve (pardon) parti- cipants who conducted a political and armed struggle, and free them from prosecution. While amnesties may be agreed for violations of national law, the UN system is obliged to uphold the principles of international law, and shall therefore not support DDR processes that do not properly deal with serious violations such as genocide, war crimes or crimes against humanity.1 However, the UN should support the establishment of transitional justice processes to properly deal with such violations. Proper links should be created with DDR and the broader SSR process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 5, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.1. Transitional justice and amnesty provisions", - "Heading4": "", - "Sentence": "Proper links should be created with DDR and the broader SSR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2644, - "Score": 0.435194, - "Index": 2644, - "Paragraph": "Post-conflict political transition processes generally experience many difficulties. Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme. This assessment may mean that the start of any DDR activities may have to be delayed until issues that may prevent the full commitment of all the parties involved in the DDR programme have been sorted out. For this reason, mechanisms must be established in the peace agreement to mediate the inevitable differences that will arise among the parties, in order to prevent them from under- mining or holding up the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Transition problems and mediation mechanisms", - "Sentence": "Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2589, - "Score": 0.423207, - "Index": 2589, - "Paragraph": "After establishing a strategic objectives and policy framework for UN support for DDR, the UN should start developing a detailed programmatic and operational framework. Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implemen- tation and management of joint activities among actors in the UN system.In general, the programme design cycle should consist of three main phases: \\n Detailed field assessments: A detailed field assessment builds on the initial technical assess- ment described earlier, and is intended to provide a basis for developing the full DDR programme, as well as the implementation and operational plan. The main issues that should be dealt with in a detailed assessment include: \\n\\n the political, social and economic context and background of the armed conflict; \\n\\n the causes, dynamics and consequences of the armed conflict; \\n\\n the identification of participants, potential partners and others involved; \\n\\n the distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n the institutional capacities of national stakeholders in areas related to DDR; \\n\\n a survey of socio-economic conditions and the capacity of local communities to absorb ex-combatants and their dependants; \\n\\n preconditions and other factors influencing prospects for DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation; \\n Detailed programme development and costing of requirements: A DDR \u2018programme\u2019 is a framework that provides an agreed-upon blueprint (i.e., detailed plan) for how DDR will be put into operation in a given context. It also provides the basis for developing operational or implementation plans that provide time-bound information on how individual DDR tasks and activities will be carried out and who will be responsible for doing this. Designing a comprehensive DDR programme is a time- and labour-intensive process that usually takes place after a peacekeeping mission has been authorized and deployment in the field has started. In most cases, the design of a comprehensive UN programme on DDR should be integrated with the design of the national DDR programme and architecture, and linked to the design of programmes in other related sectors as part of the overall transition and recovery plan; \\n Development of an implementation plan: Once a programme has been developed, planning instruments should be developed that will aid practitioners (UN, non-UN and national government) to implement the activities and strategies that have been planned. Depen- ding on the scale and scope of a DDR programme, an implementation or operations plan usually consists of four main elements: implementation methods; time-frame; a detailed work plan; and management arrangements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.4. Phase IV: Development of a programme and operational framework", - "Heading3": "", - "Heading4": "", - "Sentence": "Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2550, - "Score": 0.420084, - "Index": 2550, - "Paragraph": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The achievement of unity of effort and integration is only possible with an inclusive and sound mission planning process involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels. DDR planning takes place within this broader integrated mission planning process; \\n Integration: The integrated approach to planning tries to develop, to the extent possible: \\n\\n a common framework (i.e., one that everyone involved uses) for developing, man- aging, funding and implementing a UN DDR strategy within the context of a peace mission; \\n\\n an integrated DDR management structure (unit or section), with the participation of staff from participating UN agencies and primary reporting lines to the Deputy Special Representative of the Secretary-General (DSRSG) for humanitarian and development affairs. Such an approach should include the co-location of staff, infrastructure and resources, as this allows for increased efficiency and reduced overhead costs, and brings about more responsive planning, implementation and coordination; \\n\\n joint programmes that harness UN country team and mission resources into a single process and results-based approach to putting the DDR strategy into operation and achieving shared objectives; \\n\\n a single framework for managing multiple sources of funding, as well as for co- ordinating funding mechanisms, thus ensuring that resources are used to deal with common priorities and needs; Efficient and effective planning: At the planning stage, a common DDR strategy and work plan should be developed on the basis of joint assessments and evaluation. This should establish a set of operational objectives, activities and expected results that all UN entities involved in DDR will use as the basis for their programming and implemen- tation activities. A common resource mobilization strategy involving all participating UN entities should be established within the integrated DDR framework in order to prevent duplication, and ensure coordination with donors and national authorities, and coherent and efficient planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2036, - "Score": 0.416333, - "Index": 2036, - "Paragraph": "When developing an M&E strategy as part of the overall process of programme development, several important principles are relevant for DDR: \\n Planners shall ensure that baseline data (data that describes the problem or situation before the intervention and which can be used to later provide a point of comparison) and relevant performance indicators are built into the programme development process itself. Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2625, - "Score": 0.409852, - "Index": 2625, - "Paragraph": "The aim of the assessment mission is to develop an in-depth understanding of the key DDR-related areas, in order to ensure efficient, effective and timely planning and resource mobilization for the DDR programme. The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Conduct of the DDR assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3132, - "Score": 0.404226, - "Index": 3132, - "Paragraph": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities. Flexibility and a sound analysis of local needs and contexts are the most essential requirements for designing a UN strategy in support of DDR. It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society. The UN should work to encourage genuine, effective and broad national ownership at all phases of the DDR programme, wherever possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "8. The role of international assistance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2461, - "Score": 0.39736, - "Index": 2461, - "Paragraph": "In most cases, the development of DDR programmes happens at the same time as the devel\u00ad opment of programmes in other sectors such as rule of law, SSR, reintegration and recovery, and peace\u00adbuilding. The DDR programmes should be linked, as far as possible, to these other processes so that each process supports and strengthens the others and helps integrate DDR into the broader framework for international assistance. DDR should be viewed as a com\u00ad ponent of a larger strategy to achieve post\u00adconflict objectives and goals. Other processes to which DDR programme could be linked include JAM/PCNA activities, and the development of a common country assessment/UN development assessment framework and poverty reduction strategy paper (also see IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.7. Ensuring cross-programme links with broader transition and recovery frameworks", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR programmes should be linked, as far as possible, to these other processes so that each process supports and strengthens the others and helps integrate DDR into the broader framework for international assistance.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2147, - "Score": 0.392837, - "Index": 2147, - "Paragraph": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors. When the World Bank (with its Multi-Donor Trustfund) plays a leading role in supporting a national DDR programme, funding is normally provided for all demobilization and reintegration activities, while additional World Bank International Development Association (IDA) loans are also provided. In these instances, funding comes from a single source and is largely guaranteed.In instances where the United Nations (UN) takes the lead, several sources of funding may be brought together to support a national DDR programme. Funds may include con- tributions from the peacekeeping assessed budget; core funding from the budgets of UN agencies, funds and programmes; voluntary contributions from donors to a UN-managed trust fund; bilateral support from a Member State to the national programme; and contribu- tions from the World Bank.In a peacekeeping context, funding may come from some or all of the above funding sources. In this situation, a good understanding of the policies and procedures governing the employment and management of financial support from these different sources is vital to the success of the DDR programme.Since several international actors are involved, it is important to be aware of important DDR funding requirements, resource mobilization options, funding mechanisms and finan- cial management structures for DDR programming. Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful. The peacekeeping assessed budget process, which covers military, personnel and operational costs, is vital to DDR programming within the UN peace- keeping context. Both in and outside the UN system, rapid response funds are available. External sources of funding include voluntary donor contributions, the World Bank Post- Conflict Fund, the Multi-Country Demobilization and Reintegration Programme (MDRP), government grants and agency in-kind contributions.Once funds have been committed to DDR programmes, there are different funding mechanisms that can be used and various financial management structures for DDR pro- grammes that can be created. Suitable to an integrated DDR plan is the Consolidated Appeals Process (CAP), which is the normal UN inter-agency planning, coordination and resource mobilization mechanism for the response to a crisis. Transitional appeals, Post-Conflict Needs Assessments (PCNAs) and international donors\u2019 conferences usually involve govern- ments and are applicable to the conflict phase. In the case of RBB, programme budgeting that is defined by clear objectives, indicators of achievement, outputs and influence of external factors helps to make funds more sustainable. Effective financial management structures for DDR programmes are based on a coherent system for ensuring flexible and sustainable financing for DDR activities. Such a coherent structure is guided by, among other factors, a coordinated arrangement for the funding of DDR activities and an agreed framework for joint DDR coordination, monitoring and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3027, - "Score": 0.39036, - "Index": 3027, - "Paragraph": "UN-supported DDR aims to be people-centred, flexible, accountable and transparent, na- tionally owned, integrated and well planned. Within the UN, integrated DDR is delivered with the cooperation of agencies, programmes, funds and peacekeeping missions.In a country in which it is implemented, there is a focus on capacity-building at both government and local levels to achieve sustainable national ownership of DDR, among other peace-building measures. Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security. This module focuses on how to create and sustain these conditions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2424, - "Score": 0.377964, - "Index": 2424, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2586, - "Score": 0.37598, - "Index": 2586, - "Paragraph": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development. DDR practitioners shall be required to identify four key elements to create this framework: \\n the overall strategic objectives of UN engagement in DDR in relation to national pri- orities (see Annex C for an example of how DDR aims may be developed); \\n the key DDR tasks of the UN (see Annex C for related DDR tasks that originate from the strategic objectives); \\n an initial organizational and institutional framework (see IDDRS 3.42 on Personnel and Staffing for the establishment of the integrated DDR unit and IDDRS 3.30 on National Institutions for DDR); \\n the identification of other national and international stakeholders on DDR and the areas of engagement of each.The policy and strategy framework for UN support for DDR should ideally be developed after the establishment of the mission, and at the same time as its actual deployment. Several key issues should be kept in mind in developing such a framework: \\n To ensure that this framework adequately reflects country realities and needs with respect to DDR, its development should be a joint effort of mission planners (whether Headquarters- or country-based), DDR staff already deployed and the UN country team; \\n Development of the framework should also involve consultations with relevant national counterparts, to ensure that UN engagement is consistent with national planning and frameworks; \\n The framework should be harmonized \u2014 and integrated \u2014 with other UN and national planning frameworks, notably Department of Peacekeeping Operations (DPKO) results-based budgeting frameworks, UN work plans and transitional appeals, and post-conflict needs assessment processes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.3. Phase III: Development of a strategic and policy framework (strategic planning)", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall be required to identify four key elements to create this framework: \\n the overall strategic objectives of UN engagement in DDR in relation to national pri- orities (see Annex C for an example of how DDR aims may be developed); \\n the key DDR tasks of the UN (see Annex C for related DDR tasks that originate from the strategic objectives); \\n an initial organizational and institutional framework (see IDDRS 3.42 on Personnel and Staffing for the establishment of the integrated DDR unit and IDDRS 3.30 on National Institutions for DDR); \\n the identification of other national and international stakeholders on DDR and the areas of engagement of each.The policy and strategy framework for UN support for DDR should ideally be developed after the establishment of the mission, and at the same time as its actual deployment.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2178, - "Score": 0.365148, - "Index": 2178, - "Paragraph": "DDR practitioners and donors shall recognize the indivisible character of DDR. Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Funding DDR as an indivisible process", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners and donors shall recognize the indivisible character of DDR.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3089, - "Score": 0.365148, - "Index": 3089, - "Paragraph": "Integration is not only a principle for UN support to DDR, but also for the establishment of national institutions. The form of national institutions should reflect the security, economic and social dimensions of the DDR process. To achieve this, national institutions should include broad representation across a number of government ministries. Although the composition of national institutions for DDR will vary according to the particular govern- ment structures of different countries, the following institutions are generally represented at the level of policy and planning of national DDR institutions: \\n the executive (the presidency and/or prime minister\u2019s office); \\n the ministries of defence and interior (national security); \\n the ministries of planning and finance; \\n the ministries of labour, employment and industry; \\n the ministries of agriculture and natural resources; \\n the ministries of social welfare, status of women and protection of children; \\n human rights and national reconciliation agencies; \\n electoral authorities.As well as representation of the various agencies and ministries of government, it is important to include representatives of civil society and the private sector in DDR policy and strategic coordination mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.1. Integrated approach", - "Heading3": "", - "Heading4": "", - "Sentence": "The form of national institutions should reflect the security, economic and social dimensions of the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2417, - "Score": 0.365148, - "Index": 2417, - "Paragraph": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented. In other words, although the end objective may be similar, DDR varies from country to country. Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out. Important issues that will guide this are, for example, the nature and organization of armed forces and groups, the socio\u00adeconomic context and national capacities. These need to be defined within the overall strategic approach explaining how DDR is to be put into practice, and how its components will be sequenced and implemented (also see IDDRS 2.10 on the UN Approach to DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "", - "Sentence": "Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2435, - "Score": 0.365148, - "Index": 2435, - "Paragraph": "The identification of DDR participants affects the size and scope of a DDR programme. DDR participants are usually prioritized according to their political status or by the actual or potential threat to security and stability that they represent. They can include regular armed forces, irregular armed groups, militias and paramilitary groups, self\u00addefence groups, members of private security companies, armed street gangs, vigilance brigades and so forth.Among the beneficiaries are communities, who stand to benefit the most from improved security; local and state governments; and State structures, which gain from an improved capacity to regulate law and order. Clearly defining DDR beneficiaries determines both the operational role and the expected impacts of programme implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.2. DDR participants", - "Sentence": "The identification of DDR participants affects the size and scope of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2539, - "Score": 0.36442, - "Index": 2539, - "Paragraph": "This module outlines a general planning process and framework for providing and struc- turing UN support for national DDR efforts in a peacekeeping environment. This planning process covers the actions carried out by DDR practitioners from the time a conflict or crisis is put on the agenda of the Security Council to the time a peacekeeping mission is formally established by a Security Council resolution, with such a resolution assigning the peace- keeping mission a role in DDR. This module also covers the broader institutional requirements for planning post-mission DDR support. (See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.)The planning process and requirements given in this module are intended to serve as a general guide. A number of factors will affect the various planning processes, including: \\n The pace and duration of a peace process: A drawn-out peace process gives the UN, and the international community generally, more time to consult, plan and develop pro- grammes for later implementation (the Sudanese peace process is a good example); \\n Contextual and local realities: The dynamics and consequences of conflict; the attitudes of the actors and other parties associated with it; and post-conflict social, economic and institutional capacities will affect planning for DDR, and have an impact on the strategic orientation of UN support; \\n National capacities for DDR: The extent of pre-existing national and institutional capacities in the conflict-affected country to plan and implement DDR will considerably affect the nature of UN support and, consequently, planning requirements. Planning for DDR in contexts with weak or non-existent national institutions will differ greatly from planning DDR in contexts with stable and effective national institutions; \\n The role of the UN: How the role of the UN is defined in general terms, and for DDR specifically, will depend on the extent of responsibility and direct involvement assumed by national actors, and the UN\u2019s own capacity to complement and support these efforts. This role definition will directly influence the scope and nature of the UN\u2019s engagement in DDR, and hence requirements for planning; \\n Interaction with other international and regional actors: The presence and need to collaborate with international or regional actors (e.g., the European Union, NATO, the African Union, the Economic Community of West African States) with a current or potential role in the management of the conflict will affect the general planning process.In addition, this module provides guidance on: \\n adapting the DDR planning process to the broader framework of mission and UN country team planning in post-conflict contexts; \\n linking the UN planning process to national DDR planning processes; \\n the chronological stages and sequencing (i.e., the ordering of activities over time) of DDR planning activities; \\n the different aspects and products of the planning process, including its political (peace process and Security Council mandate), programmatic/operational and organizational/ institutional dimensions; \\n the institutional capacities required at both Headquarters and country levels to ensure an efficient and integrated UN planning process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This role definition will directly influence the scope and nature of the UN\u2019s engagement in DDR, and hence requirements for planning; \\n Interaction with other international and regional actors: The presence and need to collaborate with international or regional actors (e.g., the European Union, NATO, the African Union, the Economic Community of West African States) with a current or potential role in the management of the conflict will affect the general planning process.In addition, this module provides guidance on: \\n adapting the DDR planning process to the broader framework of mission and UN country team planning in post-conflict contexts; \\n linking the UN planning process to national DDR planning processes; \\n the chronological stages and sequencing (i.e., the ordering of activities over time) of DDR planning activities; \\n the different aspects and products of the planning process, including its political (peace process and Security Council mandate), programmatic/operational and organizational/ institutional dimensions; \\n the institutional capacities required at both Headquarters and country levels to ensure an efficient and integrated UN planning process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2740, - "Score": 0.363696, - "Index": 2740, - "Paragraph": "The integrated DDR unit, in general terms, should fulfil the following functions: \\n Political and programme management: The chief and deputy chief of the integrated DDR unit are responsible for the overall political and programme management. Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme. Seconded personnel from UN agencies, funds and programmes will work in this section to contribute to the joint planning and coordination of the DDR programme. Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme. This includes short\u00adterm disarmament activities, such as weapons collection and registration, but also longer\u00adterm disarmament activities that support the establishment of a legal regime for the control of small arms and light weapons, and other community weapons collection initiatives. Where mandated, this component will coordinate with the military to assist in the destruction of weapons, ammunition and unexploded ordnance; \\n Reintegration: This component plans the economic and social reintegration strategies. It also plans the reinsertion programme to ensure consistency and coherence with the overall reintegration strategy. It needs to work closely with other parts of the mission facilitating the return and reintegration of internally displaced persons (IDPs) and refugees; \\n Monitoring and evaluation: This component is responsible for setting up and monitoring indicators to measure the achievements in all phases of the DDR programme. It also conducts DDR\u00adrelated surveys such as small arms baseline surveys, profiling of parti\u00ad cipants and beneficiaries, mapping of economic opportunities, etc.; \\n Public information and sensitization: This component works to develop the public informa\u00ad tion and sensitization strategy for the DDR programme. It draws on the direct support of the public information unit in the peacekeeping mission, but also employs other information dissemination personnel within the mission, such as the military, police and civil affairs officers, as well as local mechanisms such as theatre groups, adminis\u00ad trative structures, etc.; \\n Administrative and financial management: This is a small component of the unit, which may be seconded from an integrating UN entity to support the programme delivery aspect of the DDR unit. Its role is to utilize the administrative and financial capacities of the UN country office; \\n Regional DDR offices: These are the regional implementing components of the DDR unit, which would implement programmes at the local level in close cooperation with the other regionalized components of civil affairs, military, police, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.1. Components of the integrated DDR unit", - "Heading3": "", - "Heading4": "", - "Sentence": "Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2558, - "Score": 0.360844, - "Index": 2558, - "Paragraph": "This section discusses integrated DDR planning in the context of planning for integrated UN peace operations, as well as broader peace-building efforts. These processes are currently under review by the UN system. While references are made to the existing integrated mission planning process (IMPP), the various steps that make up the process of integrated DDR planning (from the start of the crisis to the Security Council mandate) apply to whatever planning process the UN system eventually decides upon to guide its mission planning and peace-building support process. Where possible (and before the establishment of the Peace-building Support Office and the review of the IMPP), specific DDR planning issues are linked to the main phases or stages of mission and UN country team planning, to lay the foundations for integrated DDR planning in the UN system.At the moment, the planning cycle for integrated peace support missions is centred on the interdepartmental mission task force (IMTF) that is established for each mission. This forum includes representatives from all UN departments, agencies, funds and programmes. The IMTF provides an important link between the activities taking place on the ground and the planning cycle at Headquarters.Because planning time-frames will differ from mission to mission, it is not possible to say how long each phase will take. What is important is the sequence of planning stages, as well as how they correspond to the main stages of transitions from conflict to peace and sustainable development. The diagram below illustrates this:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 4, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While references are made to the existing integrated mission planning process (IMPP), the various steps that make up the process of integrated DDR planning (from the start of the crisis to the Security Council mandate) apply to whatever planning process the UN system eventually decides upon to guide its mission planning and peace-building support process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2548, - "Score": 0.360668, - "Index": 2548, - "Paragraph": "The ability of the UN to comprehensively and collectively plan its joint response to crisis has evolved considerably over the last decade. Nonetheless, the expansion of complex peacemaking, peacekeeping, humanitarian and peace-building tasks in complex internal conflicts, which often have regional repercussions, continues to demand an even earlier, closer and more structured process of planning among UN entities and partners.Meeting this demand for more structured planning is essential to delivering better DDR programmes, because DDR is a multisectoral, multi-stakeholder and multi-phase process requiring coordination and adequate links among various post-conflict planning mechanisms. The implementation of DDR programmes often requires difficult compromises and trade-offs among various political, security and development considerations. It also relies very much on establishing an appropriate balance between international involvement and national ownership.DDR programmes have a better chance of success when the DDR planning process starts early (preferably from the beginning of the peace process), builds on the accumulated experience and expertise of local actors, is based on a solid understanding of the conflict (causes, perpetrators, etc.), and deliberately encourages greater unity of effort among UN agencies and their community of partners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It also relies very much on establishing an appropriate balance between international involvement and national ownership.DDR programmes have a better chance of success when the DDR planning process starts early (preferably from the beginning of the peace process), builds on the accumulated experience and expertise of local actors, is based on a solid understanding of the conflict (causes, perpetrators, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3042, - "Score": 0.353553, - "Index": 3042, - "Paragraph": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself. All stakeholders should agree to the establishment of the mandate and legal framework (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2979, - "Score": 0.352693, - "Index": 2979, - "Paragraph": "DDR Gender Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming gender issues in post\u00adconflict peace\u00adbuilding, and is expected to work closely with the Gender Adviser of the peace\u00ad keeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Gender Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 27, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.12: DDR Gender Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n ensure the full integration of gender through all DDR processes (including small arms) in the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, particularly Offices of Gender, Special Groups and Reintegration; \\n provide support to decision\u00admaking and programme formulation on the DDR pro\u00ad gramme to ensure that gender issues are fully integrated and that the programme promotes equal involvement and access of women; \\n undertake ongoing monitoring and evaluation of the DDR process to ensure applica\u00ad tion of principles of gender sensitivity as stated in the peace agreement; \\n provide support to policy development in all areas of DDR to ensure integration of gender; \\n develop mechanisms to support the equal access and involvement of female combatants in the DDR process; \\n take the lead in development of advocacy strategies to gain commitment from key actors on gender issues within DDR; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups, and militias; \\n review the differing needs of male and female ex\u00adcombatants during community\u00adbased reintegration, including analysis of reintegration opportunities and constraints, and advocate for these needs to be taken into account in DDR and community\u00adbased re\u00ad integration programming; \\n prepare and provide briefing notes and guidance for relevant actors, including national partners, UN agencies, international NGOs, donors and others, on gender in the con\u00ad text of DDR; \\n provide technical support and advice on gender to national partners on policy devel\u00ad opment related to DDR and human security; \\n develop tools and other practical guides for the implementation of gender within DDR and human security frameworks; \\n assist in the development of capacity\u00adbuilding activities for the national offices drawing on lessons learned on gender and DDR in the region, and facilitating regional resource networks on these issues; \\n participate in field missions and assessments related to human security and DDR to advise on gender issues.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2781, - "Score": 0.348743, - "Index": 2781, - "Paragraph": "Chief, DDR Unit (D1\u2013P5)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent normally reports directly to the Deputy SRSG (Resident Coordinator/ Humanitarian Coordinator).Accountabilities: Within limits of delegated authority and under the supervision of the Deputy SRSG (Resident Coordinator/Humanitarian Coordinator), the Chief of the DDR Unit is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 10, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.1: Chief, DDR Unit (D1\u2013P5)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n provide effective leadership and ensure the overall management of the DDR Unit in all its components; \\n\\n provide strategic vision and guidance to the DDR Unit and its staff; \\n\\n coordinate activities among international and national partners on disarmament, demo\u00ad bilization and reintegration; \\n\\n develop frameworks and policies to integrate civil society in the development and implementation of DDR activities; \\n\\n account to the national disarmament commission on matters of policy as well as peri\u00ad odic updates with regard to the process of disarmament and reintegration; \\n\\n advise the Deputy SRSG (Humanitarian and Development Component) on various aspects of DDR and recommend appropriate action; \\n\\n advise and assist the government on DDR policy and operations; \\n\\n coordinate and integrate activities with other components of the mission on DDR, notably communications and public information, legal affairs, policy/planning, civilian police and the military component; \\n\\n develop resource mobilization strategy and ensure coordination with donors, includ\u00ad ing the private sector; \\n\\n be responsible for the mission\u2019s DDR programme page in the UN DDR Resource Centre to ensure up\u00adto\u00addate information is presented to the international community.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2752, - "Score": 0.348155, - "Index": 2752, - "Paragraph": "DPKO and UNDP are in the process of developing an MoU on the establishment of an integrated DDR unit in a peacekeeping mission. For the time being, the following principles shall guide the establishment of the integrated DDR unit: \\n Joint management of the DDR unit: The chief of the DDR unit shall come from the peace\u00ad keeping mission. His/Her post shall be funded from the peacekeeping assessed budget. The deputy chief of the integrated DDR unit shall be seconded from UNDP, although the peacekeeping mission will provide him/her with administrative and logistic support for him/her to perform his/her function as deputy chief of the DDR unit. Such integration allows the DDR unit to use the particular skills of both the mission and the country office, maximizing existing local knowledge and ensuring a smooth transition on DDR\u00adrelated issues when the mandate of the peacekeeping mission ends; \\n Administrative and finance cell from UNDP: UNDP shall second a small administrative and finance cell from its country office to support the programme delivery aspects of the DDR component. The principles of secondment use for the deputy chief of the DDR unit shall apply; \\n Secondment of staff from other UN entities: In order to maximize coherence and coordina\u00ad tion on DDR between missions and UN agencies, staff members from other agencies may be seconded to specific posts in the integrated DDR unit. Use of this method ensures the active engagement and participation of UN agencies in strategic policy decisions and coordination of UN DDR activities (including both mission operational support and programme implementation). The integration and co\u00adlocation of UN agency staff in this structure are essential, given the complex and highly operational nature of DDR. Decisions on secondment shall be made at the earliest stages of planning to ensure that the proper budgetary support is secure to support the integrated DDR unit and the seconded personnel; \\n Project support units: Core UN agency staff seconded to the integrated DDR unit may be complemented by additional project support staff located in project support units (PSUs) in order to provide capacity (programme, monitoring, operations, finance) for implementing key elements of UN assistance within the national planning and pro\u00ad gramme framework for DDR. The PSU will also be responsible for ensuring links and coordination with other agency programme areas (particularly in rule of law and security sector reform). Additional PSUs managed by other UN agencies can also be established, depending on the implementation/operational role attributed to them; \\n Links with other parts of the peacekeeping mission: The integrated DDR unit shall be closely linked with other parts of the peacekeeping mission, in particular the military and the police, to ensure a \u2018joined\u00adup\u2019 approach to the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.2. Principles of integration .", - "Heading3": "", - "Heading4": "", - "Sentence": "DPKO and UNDP are in the process of developing an MoU on the establishment of an integrated DDR unit in a peacekeeping mission.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3040, - "Score": 0.348155, - "Index": 3040, - "Paragraph": "Accountability and transparency are important principles for all national institutions. DDR institutions should adopt and encourage/support these values in order to: \\n build confidence among the parties to the DDR process; \\n establish the legitimacy of the process with the general population and local commu- nities; \\n ensure continued financial and technical support from international actors.Accountability mechanisms should be established for the monitoring, oversight and evaluation of processes through both internal and external review. Transparency should be also supported through a broad communications strategy that raises awareness of the prin- ciples and details of the programme (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). ", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Accountability and transparency", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR institutions should adopt and encourage/support these values in order to: \\n build confidence among the parties to the DDR process; \\n establish the legitimacy of the process with the general population and local commu- nities; \\n ensure continued financial and technical support from international actors.Accountability mechanisms should be established for the monitoring, oversight and evaluation of processes through both internal and external review.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2241, - "Score": 0.34641, - "Index": 2241, - "Paragraph": "The establishment of a financial and management structure for funding DDR should clearly reflect the primacy of national ownership and responsibility, the extent of direct national implementation and fund management, and the nature of UN support. In this sense, a DDR funding structure should not be exclusively oriented towards UN management and imple- mentation, but rather be planned as an \u2018open\u2019 architecture to enable national and other international actors to meaningfully participate in the DDR process. As a part of the process of ensuring national participation, meaningful national ownership should be reflected in the leadership role that national stakeholders should play in the coordination mechanisms established within the overall financial and management structure.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.1. National role and coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "In this sense, a DDR funding structure should not be exclusively oriented towards UN management and imple- mentation, but rather be planned as an \u2018open\u2019 architecture to enable national and other international actors to meaningfully participate in the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1971, - "Score": 0.339683, - "Index": 1971, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2160, - "Score": 0.339683, - "Index": 2160, - "Paragraph": "The aim of this module is to provide DDR practitioners in Headquarters and the field, in peacekeeping missions as well as field-based UN agencies, funds and programmes with a good understanding of: \\n the major DDR activities that need to be considered and their associated cost; \\n the planning and budgetary framework used for DDR programming in a peacekeeping environment; \\n potential sources of funding for DDR programmes, relevant policies guiding their use and the key actors that play an important role in funding DDR programmes; \\n the financial mechanisms and frameworks used for DDR fund and programmes man- agement.Specifically, the module outlines the policies and procedures for the mobilization, man- agement and allocation of funds for DDR programmes, from planning to implementation. It provides substantive information about the budgeting process used in a peacekeeping mission (including the RBB framework) and UN country team. It also discusses the funding mechanisms available to support the launch and implementation of DDR programmes and ensure coordination with other stakeholders involved in the funding of DDR programmes. Finally, it outlines suggestions about how the UN\u2019s financial resources for DDR can be managed as part of the broader framework for DDR, defining national and international responsibilities and roles, and mechanisms for collective decision-making.The module does not deal with the specific policies and procedures of World Bank funding of DDR programmes. It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It should be read together with the module on planning of integrated DDR (IDDRS 3.10 on Integrated DDR Planning: Processes and Structures), the module on programme design (IDDRS 3.20 on DDR Programme Design), which provides guidance on developing cost-efficient and effective DDR programmes, and the module on national institutions (IDDRS 3.30 on National Institutions for DDR), which specifies the role of national institutions in DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2332, - "Score": 0.339683, - "Index": 2332, - "Paragraph": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implementation and management of joint activities among actors in the UN system.In general, the programme design cycle consists of three main stages: \\n I: Conducting a detailed field assessment; \\n II: Preparing the programme document and budget; \\n III: Developing an implementation plan.Given that the support provided by the UN for DDR forms one part of a larger multi\u00ad stakeholder process, the development of a UN programme and implementation framework should be carried out with national and other counterparts, and, as far as possible, should be combined with the development of a national DDR programme.There are several frameworks that can be used to coordinate programme develop\u00adment efforts. One of the most appropriate frameworks is the post\u00adconflict needs assess\u00adment (PCNA) process, which attempts to define the overall objectives, strategies and activi\u00adties for a number of different interventions in different sectors, including DDR. The PCNA represents an important mechanism to ensure consistency between UN and national objec\u00adtives and approaches to DDR, and defines the specific role and contributions of the UN, which can then be fed into the programme development process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 3, - "Heading1": "4. The programme design cycle", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2578, - "Score": 0.339683, - "Index": 2578, - "Paragraph": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned. This is contained in a report by the Secretary-General to the Security Council, which includes the findings of the technical assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.1. Report of the Secretary-General to the Security Council", - "Heading4": "", - "Sentence": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2039, - "Score": 0.336861, - "Index": 2039, - "Paragraph": "M&E is far more than periodic assessments of performance. Particularly with complex processes like DDR, with its diversity of activities and multitude of partners, M&E plays an important role in ensuring constant qual\u00adity control of activities and processes, and it also provides a mechanism for periodic evaluations of performance in order to adapt strategies and deal with the problems and bottlenecks that inevitably arise. Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process. Although strategies will differ a great deal in different contexts, key guiding questions that should be asked when designing an effec\u00ad tive framework for M&E include: \\n What objectives should an M&E strategy and framework measure? \\n What elements should go into a work plan for reporting, monitoring and evaluating performance and results? \\n What key indicators are important in such a framework? \\n What information management systems are necessary to ensure timely capture of appro\u00ad priate data and information? \\n How can the results of M&E be integrated into programme implementation and used to control quality and adapt processes?The following section discusses these and other key elements involved in the develop\u00ad ment of an M&E work plan and strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3038, - "Score": 0.333333, - "Index": 3038, - "Paragraph": "Another core principle in the establishment and support of national institutions is the in- clusion of all stakeholders. National ownership is both broader and deeper than central government leadership: it requires the participation of a range of state and non-state actors at national, provincial and local levels. National DDR institutions should include all parties to the conflict, as well as representa- tives of civil society and the private sector. The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Inclusivity", - "Heading3": "", - "Heading4": "", - "Sentence": "The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2293, - "Score": 0.333333, - "Index": 2293, - "Paragraph": "DDR objective statement. The DDR objective statement draws its legal foundation from Security Council mission mandates. It is important to note that the DDR objective will not be fully achieved in the lifetime of the peacekeeping mission, although certain specific activities such as the (limited) physical disarmament of combatants may be completed. Other important aspects of DDR such as reintegration, establishment of the legal framework, and the technical and logistic capacity to destroy or make safe small arms and light weapons all extend beyond the duration of a peacekeeping mission. In this regard, the objective statement must reflect the contribution of the peacekeeping mission to the \u2018progress towards\u2019 the DDR objective. \\n SAMPLE DDR OBJECTIVE STATEMENT \\n \u2018Progress towards the disarmament, demobilization and reintegration of members of armed forces and groups, including meeting the specific needs of women and children associated with such groups, as well as weapons control and destruction\u2019Indicators of achievement. The targeted achievement should include the following dimensions: (1) include no more than five clear and measurable indicators; (2) in the first year of a DDR programme, the most important indicators of achievement should relate to the political will of the government to develop and implement the DDR programme; and (3) include baseline information from which increases/decreases are measured.SAMPLE SET OF DDR INDICATORS OF ACHIEVEMENT \\n \u2018Transitional Government of National Unity adopts legislation establishing national and subnational DDR institutions, and related weapons control law\u2019 \\n \u2018Establishment of national and sub-national DDR authorities\u2019 \\n \u2018Development of a national DDR programme\u2019 \\n \u201834,000 members of armed forces and groups participate in disarmament, demobilization and community-based reintegration programmes, including 14,000 children released to return to their families\u2019 \\n \u2018Destroyed 4,000 of an estimated 20,000 weapons established in a small arms baseline survey conducted in January 2005\u2019Outputs. When developing the DDR outputs for an RBB framework, programme managers should bear in mind the following considerations: (1) specific references to the time-frame for implementation should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) the beneficiaries or recipients of the mission\u2019s efforts should be included in the output description; and (4) the verb should precede the output definition (e.g., Destroyed 9,000 weapons; Chaired 10 community sensitization meetings).SAMPLE SET OF DDR OUTPUTS \\n \u2018Provided technical support (advice and programme development support) to the National DDR Coordination Council (NDDRCC), regional DDR commissions and their field structures, in collaboration with international financial institutions, international development organizations, non-governmental organizations and donors, in the development and implementation of a national DDR programme for all armed forces and groups\u2019 \\n \u2018Provided technical support (advice and programme development support) to assist the government in strengthening its capacity (legal, institutional, technical and physical) in the areas of weapons collection, control, management and destruction\u2019 \\n \u2018Conducted 10 training courses on DDR and weapons control for the military and civilian authorities in the first 6 months of the mission mandate\u2019 \\n \u2018Supported the DDR institutions to collect, store, control and destroy (where applicable and necessary) weapons, as part of the DDR programme\u2019 \\n \u2018Conducted with the DDR institutions and in partnership with international research institutions, small arms survey, economic and market surveys, verification of the size of the DDR caseload and eligibility criteria to support the planning of a comprehensive DDR programme in x\u2019 \\n \u2018Developed options (eligibility criteria, encampment options and integration in civil administration) for force reduction process for the government of national unity\u2019 \\n \u2018Disarmed and demobilized 15,000 allied militia forces, including provided related services such as feeding, clothing, civic education, medical profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Disarmed and demobilized 5,000 members of special groups (women, disabled and veterans), including provided related services such as feeding, clothing, civic education, medical, profiling and counselling, education, training and employment referral, transitional safety allowance, training material\u2019 \\n \u2018Negotiated and secured the release of 14,000 (UNICEF estimate) children associated with the armed forces and groups, and facilitated their return to their families within 12 months of the mission\u2019s mandate\u2019 \\n \u2018Developed, coordinated and implemented reinsertion support at the community level for 34,000 armed individuals, as well as individuals associated with the armed forces and groups (women and children), in collaboration with the national DDR institutions, and other UN funds, programmes and agencies. Community-based DDR projects include: transitional support programmes; labour-intensive public works; microenterprise support; training; and short-term education support\u2019 \\n \u2018Developed, coordinated and implemented community-based weapons for quick-impact projects programmes in 40 communities in x\u2019 \\n \u2018Developed and implemented a DDR and small arms sensitization and community mobilization programme in 6 counties of x, inter alia, to develop consensus and support for the national DDR programme at national, regional and local levels, and in particular to encourage the participation of women in the DDR programme\u2019 \\n \u2018Organized 10 regional workshops on DDR with x\u2019s military and civilian authorities\u2019External factors. When developing the external factors of the DDR RBB framework, pro- gramme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that have been included in the indicators of achievement.SAMPLE SET OF EXTERNAL FACTORS \\n \u2018Political commitment on the part of the parties to the peace agreement to implement the programme\u2019 [rather than \u2018Transitional Government of National Unity adopts legislation establishing national and sub-national DDR institutions, and related weapons control laws\u2019 \u2014 which was stated as an indicator of achievement above] \\n \u2018Commitment of non-signatories to the peace process to support the DDR programme\u2019 \\n \u2018Timely and adequate funding support from voluntary sources\u2019", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 31, - "Heading1": "Annex D.1: Developing an RBB framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR objective statement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2330, - "Score": 0.333333, - "Index": 2330, - "Paragraph": "In the past, the quality, consistency and effectiveness of UN support for DDR has sufferred as a result of a number of problems, including a narrowly defined \u2018operational/logistic\u2019 approach, inadequate attention to the national and local context, and poor coordination between UN actors and other partners in the delivery of DDR support services.The IDDRS are intended to solve most of these problems. The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process. The need for an all\u00adinclusive pro\u00adgramme and implementation framework is emphasized by the lengthy time\u00adframe of DDR (which in some cases can go beyond the lifespan of a UN peacekeeping mission, necessitating close cooperation with the UN country team), the multisectoral nature of interventions, the range of sub\u00adprocesses and stakeholders, and the need to ensure close coordination with national and other DDR\u00adrelated efforts.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2651, - "Score": 0.333333, - "Index": 2651, - "Paragraph": "A good understanding of the overall security situation in the country where DDR will take place is essential. Conditions and commitment often vary greatly between the capital and the regions, as well as among regions. This will influence the approach to DDR. The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme. A situation where combatants can be disarmed and demobilized, but their safety when they return to their areas of reintegration cannot be guaranteed will also be problematic.The capacity of local authorities to provide security for commanders and disarmed com- batants to carry out voluntary or coercive disarmament must be carefully assessed. A lack of national capacity in these two areas will seriously affect the resources needed by the peacekeeping force. UN military, civilian police and support capacities may be required to perform this function in the early phase of the peacekeeping mission, while simultaneously developing national capacities to eventually take over from the peacekeeping mission. If this security function is provided by a non-UN multinational force (e.g., an African Union or NATO force), the structure and processes for joint planning and operations must be assessed to ensure that such a force and the peacekeeping mission cooperate and coordinate effec- tively to implement (or support the implementation of) a coherent DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "The security situation", - "Sentence": "This will influence the approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2573, - "Score": 0.332205, - "Index": 2573, - "Paragraph": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements. The early identification of potential entry points and strategic options for UN support is essential to ensuring the UN\u2019s capacity to respond efficiently and effectively. Integrated preparatory activities and pre-mission planning are vital to the delivery of that capacity. While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning department and key operational agencies of the UN country team. Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible. These surveys and assessments include: conflict assess- ment; combatant needs assessments; the identification of reintegration opportunities; and labour and goods markets assessments; \\n assessing the in-country DDR planning and delivery capacity to support any DDR programme that might be set up (both UN and national institutional capacities); \\n contacting key donors and other international stakeholders on DDR issues with the aim of defining priorities and methods for information sharing and collaboration; \\n the early identification of potential key DDR personnel for the integrated DDR unit.Once the UN Security Council has requested the UN Secretary-General to present options for possible further UN involvement in supporting peacekeeping and peace-building in a particular country, planning enters a second stage, focusing on an initial technical assess- ment of the UN role and the preparation of a concept of operations for submission to the Security Council.In most cases, this process will be initiated through a multidimensional technical assess- ment mission fielded by the Secretary-General to develop the UN strategy in a conflict area. In this context, DDR is only one of several components such as political affairs, elections, public information, humanitarian assistance, military, security, civilian police, human rights, rule of law, gender equality, child protection, food security, HIV/AIDS and other health matters, cross-border issues, reconstruction, governance, finance and logistic support.These multidisciplinary technical assessment missions shall integrate inputs from all relevant UN entities (in particular the UN country team), resulting in a joint UN concept of operations. Initial assessments by country-level agencies, together with pre-existing efforts or initiatives, should be used to provide information on which to base the technical assessment for DDR, which itself should be closely linked with other inter-agency processes established to assess immediate post-conflict needs.A well-prepared and well-conducted technical assessment should focus on: \\n the conditions and requirements for DDR; its relation to a peace agreement; \\n an assessment of national capacities; \\n the identification of options for UN support, including strategic objectives and the UN\u2019s operational role; \\n the role of DDR within the broader UN peace-building and mission strategy; \\n the role of UN support in relation to that of other national and international stakeholders.This initial technical assessment should be used as a basis for a more in-depth assessment required for programme design (also see IDDRS 3.20 on DDR Programme Design). The results of this assessment should provide inputs to the Secretary-General\u2019s report and any Security Council resolutions and mission mandates that follow (see Annex B for a reference guide on conducting a DDR assessment mission).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 5, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2103, - "Score": 0.327327, - "Index": 2103, - "Paragraph": "In general, evaluations should be carried out at key points in the programme implementation cycle in order to achieve related yet distinct objectives. Four main categories or types of evaluations can be identified: \\n Formative internal evaluations are primarily conducted in the early phase of programme implementation in order to assess early hypotheses and working assumptions, analyse outcomes from pilot interventions and activities, or verify the viability or relevance of a strategy or set of intended outputs. Such evaluations are valuable mechanisms that allow implementation strategies to be corrected early on in the programme implemen\u00ad tation process by identifying potential problems. This type of evaluation is particularly important for DDR processes, given their complex strategic arrangements and the many different sub\u00adprocesses involved. Most formative internal evaluations can be carried out internally by the M&E officer or unit within a DDR section; \\n Mid-term evaluations are similar to formative internal evaluations, but are usually more comprehensive and strategic in their scope and focus, as opposed to the more diag\u00ad nostic function of the formative type. Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context. Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals. Terminal evaluations usually also try to answer a number of key questions regarding the overall strategic approach and focus of the programme, mainly its relevance, efficiency, sustainability and effectiveness; \\n Ex-post evaluations are usually carried out some time (usually several years) after the end of a DDR programme in order to evaluate the long\u00adterm effectiveness of the programme, mainly the sustainability of its activities and positive outcomes (e.g., the extent to which ex\u00adcombatants remain productively engaged in alternatives to violence or mili\u00ad tary activity) or its direct and indirect impacts on security conditions, prospects for peace\u00adbuilding, and consequences for economic productivity and development. Ex\u00adpost evaluations of DDR programmes can also form part of larger impact evaluations to assess the overall effectiveness of a post\u00adconflict recovery strategy. Both terminal and ex\u00adpost evaluations are valuable mechanisms for identifying key lessons learned and best practice for further policy development and the design of future DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 10, - "Heading1": "7. Evaluations", - "Heading2": "7.2. Timing and objectives of evaluations", - "Heading3": "", - "Heading4": "", - "Sentence": "Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2763, - "Score": 0.32686, - "Index": 2763, - "Paragraph": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme. The list below provides an example of a relatively large mission DDR unit appointment list, which may be adapted to suit mission\u00adspecific needs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.3. Personnel requirements of the DDR unit .", - "Heading3": "", - "Heading4": "", - "Sentence": "In line with the wide\u00adranging functions of the integrated DDR unit, the list below gives typical (generic) appointments that may be made in a DDR unit.Regardless of the size of the DDR programme, appointments of staff concerned with joint planning and coordination will remain largely the same, although they need to be consistent with the specific DDR mandate provided by the Security Council.The regional offices and the personnel requirement in these offices will differ, however, according the size of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2821, - "Score": 0.323381, - "Index": 2821, - "Paragraph": "Senior Military DDR Officer (Lieutenant-Colonel/Colonel)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Senior Military DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.; \\n coordinate and facilitate the use of mission forces for the potential construction or development of DDR facilities \u2014 camps, reception centres, pick\u00adup points, etc. As required, facilitate security of such locations; \\n assist in the coordination and development of DDR Unit mechanisms for receiving and recording group profile information, liaise on this subject with the military information unit; \\n liaise with military operations for the deployment of military observers in support of DDR tasks; \\n be prepared to support security sector reform linkages and activities in future mission planning; \\n undertake such other tasks as may be reasonably requested by the Force Commander and Chief of DDR Unit in relation to DDR activities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 13, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.3: Senior Military DDR Officer", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n support the overall DDR plan, specifically in the strategic, functional and operational areas relating to disarmament and demobilization; \\n direct and supervise all military personnel appointed to the DDR Unit; \\n ensure direct liaison and coordination between DDR operations and the military head\u00ad quarters, specifically the Joint Operations Centre; \\n ensure accurate and timely reporting of security matters, particularly those likely to affect DDR tasks; \\n provide direct liaison, advice and expertise to the Force Commander relating to DDR matters; \\n assist Chief of DDR Unit in the preparation and planning of the DDR strategy, provid\u00ad ing military advice, coordination between sub\u00adunits and civilian agencies; \\n liaise with other mission military elements, as well as national military commanders and, where appropriate, those in national DDR bodies; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of weapons collection, registration, storage and disposal/destruction, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2725, - "Score": 0.321634, - "Index": 2725, - "Paragraph": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles. The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices. Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities. Therefore, the selection and maintenance of integrated DDR unit personnel, based on a memorandum of understanding (MoU) between the Department of Peacekeeping Operations (DPKO) and the United Nations Development Programme (UNDP), is defined by the following principles: joint management of the DDR unit (in this case, management by a peacekeeping mission chief and UNDP chief); secondment of an administrative and finance cell by UNDP; second\u00ad ment of staff from other United Nations (UN) entities assisted by project support staff to fulfil the range of needs for an integrated DDR unit; and, finally, continuous links with other parts of the peacekeeping mission for the development of a joint DDR planning and programming approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2322, - "Score": 0.318896, - "Index": 2322, - "Paragraph": "This module provides guidance on how to develop a DDR programme. It is therefore the fourth stage of the overall DDR planning cycle, following the assessment of DDR require\u00ad ments (which forms the basis for the DDR mandate) and the development of a strategic and policy framework for UN support to DDR (which covers key objectives, activities, basic insti\u00ad tutional/operational requirements, and links with the joint assessment mission (JAM) and other processes; also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).This module does not deal with the actual content of DDR processes (which is covered in IDDRS Levels 4 and 5), but rather describes the methods, procedures and steps neces\u00ad sary for the development of a programme strategy, results framework and operational plan. Assessments are essential to the success or failure of a programme, and not a mere formality.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is therefore the fourth stage of the overall DDR planning cycle, following the assessment of DDR require\u00ad ments (which forms the basis for the DDR mandate) and the development of a strategic and policy framework for UN support to DDR (which covers key objectives, activities, basic insti\u00ad tutional/operational requirements, and links with the joint assessment mission (JAM) and other processes; also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).This module does not deal with the actual content of DDR processes (which is covered in IDDRS Levels 4 and 5), but rather describes the methods, procedures and steps neces\u00ad sary for the development of a programme strategy, results framework and operational plan.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3140, - "Score": 0.317221, - "Index": 3140, - "Paragraph": "UN support to national efforts take place in the following areas (the actual degree of UN engagement should be determined on the basis of the considerations outlined above): \\n Political/Strategic support: In order for the international community to provide political support to the DDR process, it is essential to understand the dynamics of both the conflict and the post-conflict period. By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process. The UN system should play an important role in supporting the development of national and local capacities for DDR through providing technical assistance, establishing partnership arrangements with national institutions, and pro- viding training and capacity-building to local implementing partners; \\n Support for the establishment of legal frameworks: A key area in which international exper- tise can support the development of national capacities is in the drawing up of legal frameworks for DDR and related processes of SSR and weapons management. The UN system should draw on experiences from a range of political and legal systems, and assist national authorities in drafting appropriate legislation and legal instruments; \\n Technical assistance for policy and planning: Through the provision of technical assistance, the UN system should provide direct support to the development of national DDR policy and programmes. It is important to ensure, however, that this assistance is provided through partnership or mentoring arrangements that allow for knowledge and skills transfers to national staff, and to avoid situations where international experts take direct responsibility for programme functions within national institutions. When several international institutions are providing technical assistance to national authori- ties, it is important to ensure that this assistance is coordinated and coherent; \\n Direct support for implementation and financial management: The UN system may also be called upon, either by Security Council mandate or at the request of national authorities, to provide direct support for the implementation of certain components of a DDR pro- gramme, including the financial management of resources for DDR. A memorandum of understanding should be established between the UN and national authorities that defines the precise area of responsibility for programme delivery, mechanisms for co- ordination with local partners and clear reporting responsibilities; \\n Material/Logistic support: In the post-conflict period, many national institutions lack both material and human resources. The UN system should provide material and logistic support to national DDR institutions and implementing agencies, particularly in the areas of: information and communications technology and equipment; transportation; rehabilitation, design and management of DDR sites, transit centres and other facilities; the establishment of information management and referral systems; and the procurement of basic goods for reinsertion kits, among others (also see IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization and IDDRS 4.30 on Social and Economic Reintegration); \\n Training programmes for national staff: The UN system should further support capacity development through the provision of training. There are a number of different training methodologies, including the provision of courses or seminars, training of trainers, on- the-job or continuous training, and exchanges with experts from other national DDR institutions. Although shortage of time and money may limit the training options that can be offered, it is important that the approach chosen builds skills through a continuous process of capacity development that transfers skills to local actors; \\n Support to local capacity development and community empowerment: Through local capacity development and community empowerment, the UN system should support local ownership of DDR processes and programmes. Since the success of the DDR process depends largely on the reintegration of individuals at the community level, it is im- portant to ensure that capacity development efforts are not restricted to assisting national authorities, but include direct support to communities in areas of reintegration. In particular, international agencies can help to build local capacities for participation in assessment and planning processes, project and financial management, reporting, and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 14, - "Heading1": "8. The role of international assistance", - "Heading2": "8.2. Areas of UN support", - "Heading3": "", - "Heading4": "", - "Sentence": "By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2597, - "Score": 0.316228, - "Index": 2597, - "Paragraph": "A DDR strategy and plan should remain flexible so as to be able to deal with changing circumstances and demands at the country level, and should possess a capacity to adapt in order to deal with shortcomings and new opportunities. Continuation planning involves a process of periodic reviews, monitoring and real-time evaluations to measure performance and impact during implementation of the DDR programme, as well as revisions to programmatic and operational plans to make adjustments to the actual implementation process. A DDR programme does not end with the exit of the peacekeeping mission. While security may be restored, the broader task of linking the DDR programme to overall development, i.e., the sustainable reintegration of ex-com- batants and long-term stability, remains. It is therefore essential that the departure of the peacekeeping mission is planned with the UN country team as early as possible to ensure that capacities are sufficiently built up in the country team for it to assume the full financial, logistic and human resources responsibilities for the continuation of the longer-term aspects of the DDR programme. A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 8, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.5. Phase V: Continuation and transition planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Continuation planning involves a process of periodic reviews, monitoring and real-time evaluations to measure performance and impact during implementation of the DDR programme, as well as revisions to programmatic and operational plans to make adjustments to the actual implementation process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1983, - "Score": 0.313545, - "Index": 1983, - "Paragraph": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2682, - "Score": 0.3114, - "Index": 2682, - "Paragraph": "The assessment mission should document the relative capacities of the various potential DDR partners (UN family; other international, regional and national actors) in the mission area that can play a role in implementing (or supporting the implementation of) the DDR programme.UN funds, agencies and programmes \\n UN agencies can perform certain functions needed for DDR. The resources available to the UN agencies in the country in question should be assessed and reflected in discussions at Headquarters level amongst the agencies concerned. The United Nations Development Programme may already be running a DDR programme in the mission area. This, along with support from other members of the DDR inter-agency forum, will provide the basis for the integrated DDR unit and the expansion of the DDR operation into the peacekeeping mission, if required.International and regional organizations \\n Other international organizations, such as the World Bank, and other regional actors may be involved in DDR before the arrival of the peacekeeping mission. Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme. The various NGOs contain a wide range of expertise, from child protection and gender issues to small arms, they tend to have a more intimate awareness of local culture and are an integral partner in a DDR programme of a peacekeeping mission. The assessment mission should identify the major NGOs that can work with the UN and the government, and should involve them in the planning process at the earliest opportunity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "DRR planning and implementation partners", - "Sentence": "This, along with support from other members of the DDR inter-agency forum, will provide the basis for the integrated DDR unit and the expansion of the DDR operation into the peacekeeping mission, if required.International and regional organizations \\n Other international organizations, such as the World Bank, and other regional actors may be involved in DDR before the arrival of the peacekeeping mission.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2733, - "Score": 0.3114, - "Index": 2733, - "Paragraph": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success of a DDR strategy depends to a great extent on the timely selection and appoint\u00ad ment of qualified, experienced and appropriately trained personnel deployed in a coherent DDR organizational structure.To ensure maximum cooperation (and minimize duplication) among the many UN agencies, funds and programmes working on DDR, the UN adopts an integrated approach towards the establishment of a DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3100, - "Score": 0.309058, - "Index": 3100, - "Paragraph": "A national technical planning and coordination body, responsible for the design and im- plementation of the DDR programme, should be established. The national coordinator/ director of this body oversees the day-to-day management of the DDR programme and ensures regular reporting to the NCDDR. The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.1. National DDR agency", - "Heading4": "", - "Sentence": "The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3047, - "Score": 0.308607, - "Index": 3047, - "Paragraph": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process. Mandates and basic principles, institutional mechanisms, time-frames and eligi- bility criteria should all be defined. As the programme starts, institutional mechanisms and programme details should be elaborated further through the adoption of national legisla- tion or executive decree(s).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.2. Political frameworks and peace accord provisions", - "Heading3": "", - "Heading4": "", - "Sentence": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2772, - "Score": 0.308607, - "Index": 2772, - "Paragraph": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit. The staff induction plan specifies the recruitment and deployment priorities for the personnel in the DDR unit, who will be hired at different times during the mission start\u00adup period. The plan will assist the mission support compo\u00ad nent to recruit and deploy the appropriate personnel at the required time. The following template may be used in the development of the staff induction plan:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.4. Staff induction plan", - "Heading3": "", - "Heading4": "", - "Sentence": "At the planning stages of the mission, the DDR programme manager should develop the staff induction plan for the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3015, - "Score": 0.308607, - "Index": 3015, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2391, - "Score": 0.306186, - "Index": 2391, - "Paragraph": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom. It is different from an implementation plan (which is often more technical), provides time\u00adlines and information on how individual DDR tasks and activities will be carried out, and assigns responsibilities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 10, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2877, - "Score": 0.306186, - "Index": 2877, - "Paragraph": "DDR Programme Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n work with local authorities and civil society organizations to facilitate and implement all aspects of the DDR programme \\n represent the DDR Unit in mission internal regional meetings; \\n work closely with DDR partners at the regional level to facilitate collection, safe storage and accountable collection of small arms and light weapons. Ensure efficient, account\u00ad able and transparent management of all field facilities pertaining to community\u00adspecific DDR projects; \\n plan and support activities at the regional level pertaining to the community arms col\u00ad lection and development including: (1) capacity\u00adbuilding; (2) sensitization and public awareness\u00adraising on the dangers of illicit weapons circulating in the community; (3) implementation of community project; \\n monitor, evaluate and report on all field project activities; monitor and guide field staff working in the project, including the coordination of sensitization and arms col\u00ad lection activities undertaken by Field Assistants at regional level; \\n ensure proper handling of project equipment and accountability of all project resources. \\n\\n Core values are integrity, professionalism and respect for diversity", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 17, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.6: DDR Programme Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit and DDR Field Coordinator, the DDR Programme Officer is respon\u00ad sible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3023, - "Score": 0.301511, - "Index": 3023, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201dThe term \u2018a national framework for DDR\u2019 describes the political, legal, programmatic/ policy and institutional framework, resources and capacities established to structure and guide national engagement with a DDR process. The implementation of DDR requires mul- tiple stakeholders; therefore, participants in the establishment and implementation of a national DDR framework include not only the government, but also all parties to the peace agreement, civil society, and all other national and local stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201dThe term \u2018a national framework for DDR\u2019 describes the political, legal, programmatic/ policy and institutional framework, resources and capacities established to structure and guide national engagement with a DDR process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3096, - "Score": 0.298142, - "Index": 3096, - "Paragraph": "Depending on whether a UN mission has been established, support is provided for the development of national policies and strategies through the offices of the UN Resident Co- ordinator, or upon appointment of the Special Representative of the Secretary-General (SRSG)/ Deputy SRSG (DSRSG). When there is a UN Security Council mandate, the SRSG will be responsible for the coordination of international support to the peace-building and transition process, including DDR. When the UN has a mandate to support national DDR institutions, the SRSG/DSRSG may be invited to chair or co-chair the national commission on DDR (NCDDR), particularly if there is a need for neutral arbitration.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.2. International coordination and assistance", - "Heading4": "", - "Sentence": "When there is a UN Security Council mandate, the SRSG will be responsible for the coordination of international support to the peace-building and transition process, including DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2609, - "Score": 0.297044, - "Index": 2609, - "Paragraph": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations. The DSRSG should chair such a steering group. The steering group should include, at the very least, the DSRSG (political/rule of law), force commander, police commissioner, chief of civil affairs, chief of political affairs, chief of public information, chief of administration and chief of the DDR unit.Given the central role played by the UN country team and Resident Coordinator in coordinating UN activities in the field both before and after peace operations, as well as its continued role after peace operations have come to an end, the UN country team should retain strategic oversight of and responsibility, together with the mission, for putting the integrated DDR approach into operation at the field level.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.2. Mission DDR steering group", - "Heading4": "", - "Sentence": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2771, - "Score": 0.295789, - "Index": 2771, - "Paragraph": "Below is a list of appointments for which generic job descriptions are available; these can be found in the annexes as shown. \\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.3. Generic job descriptions", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Chief, DDR Unit (Annex C.1) \\n Deputy Chief, DDR Unit (Annex C.2) \\n Senior Military DDR Officer (Annex C.3) \\n DDR Field Officer (Annex C.4) \\n DDR Field Officer (UNV) (Annex C.5) \\n DDR Programme Officer (UNV) (Annex C.6) \\n DDR Monitoring and Evaluation Officer (UNV) (Annex C.7) \\n DDR Officer (International) (Annex C.8) \\n Reintegration Officer (International) (Annex C.9) \\n DDR Field Coordination Officer (National) (Annex C.10) \\n Small Arms and Light Weapons Officer (Annex C.11) \\n DDR Gender Officer (Annex C.12) \\n DDR HIV/AIDS Officer (Annex C.13)", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2844, - "Score": 0.29277, - "Index": 2844, - "Paragraph": "DDR Field Officer (P4\u2013P3)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Field Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 15, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.4: DDR Field Officer (P4\u2013P3)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n be in charge of the overall planning and implementation of the DDR programme in his/her regional area of responsibility; \\n act as officer in charge of all DDR staff members in the regional office, including the administration and management of funds allocated to achieve DDR programme in the region; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3051, - "Score": 0.290957, - "Index": 3051, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3083, - "Score": 0.288675, - "Index": 3083, - "Paragraph": "DDR is generally linked to the restructuring of armed forces and SSR as part of a broader peace-building framework. Agreement between the parties on the new mandate, structures, composition and powers of national security forces is often a condition for their entry into a formal DDR process. As a result, the planning and design of the DDR programme needs to be closely linked to the SSR process to ensure coherence on such issues as vetting of ex- combatants (to establish eligibility for integration into the reformed security forces) and establishing the legal status and entitlements of demobilized ex-combatants, including pensions and health care benefits.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.5. Restructuring of armed forces", - "Heading4": "", - "Sentence": "Agreement between the parties on the new mandate, structures, composition and powers of national security forces is often a condition for their entry into a formal DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3034, - "Score": 0.284747, - "Index": 3034, - "Paragraph": "National ownership is essential for the success and sustainability of DDR programmes, and supporting national institutions is a core principle of the UN. However, in the past, too many DDR programmes were overly controlled by external actors who did not make enough effort to establish true partnership with national institutions and local authorities, producing programmes that were insufficiently adapted to the dynamics of local conflicts, unsuppor- tive of the capacities of local institutions and unresponsive to the needs of local populations. While the UN system may be called upon to provide strategic, technical, operational and financial support to DDR, national and local actors \u2014 who are ultimately responsible for the peace, security and development of their own communities and nations \u2014 should lead the process. When the UN supports DDR, it also aims to increase the capacities of govern- ments, implementing partners, communities and participants, and to assist them as they take ownership of the process: the promotion of national ownership is therefore a principle that guides both policy and the operational design of DDR programmes carried out with UN support.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. National ownership", - "Heading3": "", - "Heading4": "", - "Sentence": "When the UN supports DDR, it also aims to increase the capacities of govern- ments, implementing partners, communities and participants, and to assist them as they take ownership of the process: the promotion of national ownership is therefore a principle that guides both policy and the operational design of DDR programmes carried out with UN support.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3122, - "Score": 0.280056, - "Index": 3122, - "Paragraph": "National and international DDR structures and processes should, as far as possible, be jointly developed and coordinated at the policy, planning and operational levels, as explained below. The planning of UN missions and national DDR institutions has not always been sufficiently integrated, reducing the efficiency and effectiveness of both. The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes. A key factor in close coordination is the early consultation of national authorities and parties to the DDR process during UN assessment missions and mission planning processes. International DDR expertise, political support and technical assistance should also be available from the earliest point in the peace process through the establishment of national institutions and programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A key factor in close coordination is the early consultation of national authorities and parties to the DDR process during UN assessment missions and mission planning processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1987, - "Score": 0.280056, - "Index": 1987, - "Paragraph": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field. The aim of this integrated unit is to facilitate joint planning to ensure the effective and efficient decentralization of the many DDR tasks (also see IDDRS 3.42 on Personnel and Staffing).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "5. DDR lOgistic requirements", - "Heading2": "5.3. Personnel", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2344, - "Score": 0.280056, - "Index": 2344, - "Paragraph": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing. The scope and depth of this detailed field assessment will depend on the amount of information gathered in previous assessments, such as the technical assessment mission. The current political and military situation in the country concerned and the amount of access possible to areas where combatants are located should also be carefully considered; \\n Thematic areas of focus: The detailed field assessment should deepen understanding, analysis and assessments conducted in the pre\u00admission period. It therefore builds on information gathered on the following thematic areas: \\n\\n political, social and economic context and background; \\n\\n causes, dynamics and consequences of the armed conflict; \\n\\n identification of specific groups, potential partners and others involved in the discussion process; \\n\\n distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n institutional capacities of national stakeholders in areas related to DDR; \\n\\n survey of socio\u00adeconomic conditions and local capacities to absorb ex\u00adcombatants and their dependants; \\n\\n preconditions and other factors that will influence DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation. \\n\\n (Also see Annex B of IDDRS 3.10 on Integrated DDR Planning: Processes and Structures.); \\n Expertise: The next step is to identify the DDR expertise required. Assessment teams should be composed of specialists in all aspects of DDR (see IDDRS Level 5 for more information on the different needs that have to be met during a DDR mission). To ensure coherence with the political process and overall objectives of the peacekeeping mandate, the assessment should be led by a member of the UN DDR unit; \\n Local participation: Where the political situation allows, national and local participation in the assessment should be emphasized to ensure that local analyses of the situation, the needs and appropriate solutions are reflected and included in the DDR pro\u00ad gramme. There is a need, however, to be aware of local bias, especially in the tense immediate post\u00adconflict environment; \\n Building confidence and managing expectations: Where possible, detailed field assessments should be linked with preparatory assistance projects and initiatives (e.g., community development programmes and quick\u00adimpact projects) to build confidence in and support for the DDR programme. Care must be taken, however, not to raise unrealistic expec\u00ad tations of the DDR programme; \\n Design of the field assessment: Before starting the assessment, DDR practitioners should: \\n\\n identify the research objectives and indicators (what are we assessing?); \\n\\n identify the sources and methods for data collection (where are we going to obtain our information?); \\n\\n develop appropriate analytical tools and techniques (how are we going to make sense of our data?); \\n\\n develop a method for interpreting the findings in a practical way (how are we going to apply the results?); \\n Being flexible: Thinking about and answering these questions are essential to developing a well\u00addesigned approach and work plan that allows for a systematic and well\u00adstructured data collection process. Naturally, the approach will change once data collection begins in the field, but this should not in any way reduce its importance as an initial guiding blueprint.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 4, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.2. Planning for an assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "Assessment teams should be composed of specialists in all aspects of DDR (see IDDRS Level 5 for more information on the different needs that have to be met during a DDR mission).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2777, - "Score": 0.280056, - "Index": 2777, - "Paragraph": "DDR training courses may be found on the UN DDR Resource Centre Web site: http:// www.unddr.org.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 7, - "Heading1": "7. DDR training strategy", - "Heading2": "7.1. Current DDR training courses .", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR training courses may be found on the UN DDR Resource Centre Web site: http:// www.unddr.org.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2337, - "Score": 0.278019, - "Index": 2337, - "Paragraph": "A detailed field assessment builds on assessments and planning for DDR that have been carried out in the pre\u00adplanning and technical assessment stages of the planning process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.1. Objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2466, - "Score": 0.278019, - "Index": 2466, - "Paragraph": "A key part of programme design is the development of a logical framework that clearly defines the hierarchy of outputs, activities and inputs necessary to achieve the objectives and outcomes that are being aimed at. In line with the shift towards results\u00adbased pro\u00ad gramming, such logical frameworks should focus on determining how to achieve the planned outcomes within the time that has been made available. This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process. Naturally, the two are complementary and should con\u00ad tain common elements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2282, - "Score": 0.27735, - "Index": 2282, - "Paragraph": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan. For this reason, DDR planning and programme officers should participate at all levels of the fund management structure, and the same information management systems should be used. Changes to programme strat- egy should be immediately reflected in the way in which the funding structure is organized and approved by the key stakeholders involved. With respect to financial monitoring and reporting, the members of the funding facility secretariat should maintain close links with the monitoring and evaluation staff of the integrated DDR section, and use the same metho- dologies, frameworks and mechanisms as much as possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.7. Coordination of planning, monitoring and reporting", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to ensure that the DDR funding structure reflects the overall strategic direction and substantive content of the integrated DDR programme, all funding decisions and criteria should be based, as far as possible, on the planning, results, and monitoring and evaluation frameworks of the DDR programme and action plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2642, - "Score": 0.27735, - "Index": 2642, - "Paragraph": "An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Inclusive national framework", - "Sentence": "However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2862, - "Score": 0.269191, - "Index": 2862, - "Paragraph": "DDR Field Officer (UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within the limits of delegated authority and under the supervision of the Regional DDR Officer, the DDR Field Officer (UNV) is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy. Prepare and contribute to the preparation of various reports and documents. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 16, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.5: DDR Field Officer (UNV)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist the DDR Field Officer in the planning and implementation of one aspect of the DDR programme in his/her regional area of responsibility; \\n be responsible for the day\u00adto\u00adday coordination of DDR operations with other mission components in the regional office and other UN entities on the specific area of respon\u00ad sibility; \\n identify and develop synergies and partnerships with other actors (national and inter\u00ad national) in his/her area of responsibility; \\n provide technical advice and support to regional and local DDR commissions and offices, as appropriate; \\n be responsible for regular reporting on the situation pertaining to the armed forces and groups in his/her area of responsibility and progress on the implementation of the DDR strategy.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2172, - "Score": 0.264906, - "Index": 2172, - "Paragraph": "The primary purpose of DDR is to build the conditions for sustainable reintegration and reconciliation at the community level. Therefore, both early, adequate and sustainable funding and effective and transparent financial management arrangements are vital to the success of DDR programmes. Funding and financial management must be combined with cost-efficient and effective DDR programme strategies that both increase immediate security and contribute to the longer-term reintegration of ex-combatants. Strategies containing poorly conceived eligibility criteria, a focus on individual combatants, up-front cash incentives, weapons buy-back schemes and hastily planned re- integration programmes must be avoided. They are both a financial drain and will not help to achieve the purpose of DDR.Programme managers should be aware that the reliance on multiple sources and mechanisms for funding DDR in a peacekeeping environment has several implications: \\n First, most programmes experience a gap of about a year from the time funds are pledged at a donors\u2019 conference to the time they are received. Payment may be further delayed if there is a lack of donor confidence in the peace process or in the implemen- tation of the peace agreement; \\n Second, the peacekeeping assessed budget is a predictable and reliable source of funding, but a lack of knowledge about what can or cannot be carried out with this source of funding, lack of clarity about the budgetary process and late submissions have all lim- ited the contributions of the peacekeeping assessed budget to the full DDR programme; \\n Third, the multiple funding sources have, on occasion, resulted in poorly planned and unsynchronized resource mobilization activities and unnecessary duplication of administrative structures. This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This has led to further confusion among DDR planners and implementers, diminished donor confidence in the DDR programme and, as a result, increased unwillingness to contribute the required funds.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2493, - "Score": 0.264906, - "Index": 2493, - "Paragraph": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that make up the indicators of achievement.For an example of an RBB framework for DDR in Sudan, see Annex G; also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.4. External factors", - "Sentence": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2410, - "Score": 0.261116, - "Index": 2410, - "Paragraph": "This section defines the issues that must be dealt with or included in the design of the DDR programme in order to ensure its effectiveness and viability. These include preconditions (i.e., those factors that must be dealt with or be in place before DDR implementation starts), as well as foundations (i.e., those aspects or factors that must provide the basis for planning and implementing DDR). In general, preconditions and foundations can be divided into those that are vital for the overall viability of DDR and those that can influence the overall efficiency, effectiveness and relevance of the process (but which are not vital in determining whether DDR is possible or not).Example: Preconditions and foundations for DDR in Liberia \\n A government\u00addriven process of post\u00adconflict reconciliation is developed and imple\u00ad mented in order to shape and define the framework for post\u00adconflict rehabilitation and reintegration measures; \\n A National Transitional Government is established to run the affairs of the country up until 2006, when a democratically elected government will take office; \\n Comprehensive measures to stem and control the influx and possible recycling of weapons by all armed forces and groups and their regional network of contacts are put in place; \\n The process of disbandment of armed groups and restructuring of the Liberian security forces is organized and begun; \\n A comprehensive national recovery programme and a programme for community reconstruction, rehabilitation and reintegration are simultaneously developed and implemented by the government, the United Nations Development Programme (UNDP) and other UN agencies as a strategy of pre\u00adpositioning and providing assistance to all war\u00adaffected communities, refugees and internally displaced persons (IDPs). This programme will provide the essential drive and broader framework for the post\u00adwar recovery effort; \\n Other complementary political provisions in the peace agreement are initiated and implemented in support of the overall peace process; \\n A complementary community arms collection programme, supported with legislative process outlawing the possession of arms in Liberia, would be started and enforced following the completion of formal disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.4. Preconditions and foundations for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, preconditions and foundations can be divided into those that are vital for the overall viability of DDR and those that can influence the overall efficiency, effectiveness and relevance of the process (but which are not vital in determining whether DDR is possible or not).Example: Preconditions and foundations for DDR in Liberia \\n A government\u00addriven process of post\u00adconflict reconciliation is developed and imple\u00ad mented in order to shape and define the framework for post\u00adconflict rehabilitation and reintegration measures; \\n A National Transitional Government is established to run the affairs of the country up until 2006, when a democratically elected government will take office; \\n Comprehensive measures to stem and control the influx and possible recycling of weapons by all armed forces and groups and their regional network of contacts are put in place; \\n The process of disbandment of armed groups and restructuring of the Liberian security forces is organized and begun; \\n A comprehensive national recovery programme and a programme for community reconstruction, rehabilitation and reintegration are simultaneously developed and implemented by the government, the United Nations Development Programme (UNDP) and other UN agencies as a strategy of pre\u00adpositioning and providing assistance to all war\u00adaffected communities, refugees and internally displaced persons (IDPs).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2093, - "Score": 0.258199, - "Index": 2093, - "Paragraph": "The scope or extent of an evaluation, which determines the range and type of indicators or factors that will be measured and analysed, should be directly linked to the objectives and purpose of the evaluation process, and how its results, conclusions and proposals will be used. In general, the scope of an evaluation varies between evaluations that focus primarily on \u2018impacts\u2019 and those that focus on broader \u2018outcomes\u2019: \\n Outcome evaluations: These focus on examining how a set of related projects, programmes and strategies brought about an anticipated outcome. DDR programmes, for instance, contribute to the consolidation of peace and security, but they are not the sole pro\u00ad gramme or factor that explains progress in achieving (or not achieving) this outcome, owing to the role of other programmes (SSR, police training, peace\u00adbuilding activities, etc.). Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome. In this regard, outcome evaluations are primarily designed for broad comparative or strategic policy purposes. Example of an objective: \u201cto contribute to the consolidation of peace, national security, reconciliation and development through the disarmament, demobilization and reintegration of ex\u00adcombatants into civil society\u201d; \\n Impact evaluations: These focus on the overall, longer\u00adterm impact, whether intended or unintended, of a programme. Impact evaluations can focus on the direct impacts of a DDR programme \u2014 e.g., its ability to successfully demobilize entire armies and decrease the potential for a return to conflict \u2014 and its indirect impact in helping to increase economic productivity at the local level, or in attracting ex\u00adcombatants from neighbouring countries where other conflicts are occurring. An example of an objective of a DDR programme is: \u201cto facilitate the development and environment in which ex\u00ad combatants are able to be disarmed, demobilized and reintegrated into their communities of choice and have access to social and economic reintegration opportunities\u201d.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "7. Evaluations", - "Heading2": "7.1. Establishing evaluation scope", - "Heading3": "", - "Heading4": "", - "Sentence": "Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2315, - "Score": 0.258199, - "Index": 2315, - "Paragraph": "Each programme design cycle, including the disarmament, demobilization and reintegration (DDR) programme design cycle, has three stages: (1) detailed field assessments; (2) detailed programme development and costing of requirements; and (3) development of an implemen\u00ad tation plan. Throughout the programme design cycle, it is of the utmost importance to use a flexible approach. While experiencing each stage of the cycle and moving from one stage to the other, it is important to ensure coordination among all the participants and stakeholders involved, especially national stakeholders. A framework that would probably work for integrated DDR programme design is the post\u00adconflict needs assessment (PCNA), which ensures consistency between United Nations (UN) and national objectives, while consider\u00ad ing differing approaches to DDR.Before the detailed programme design cycle can even begin, a comprehensive field needs assessment should be carried out, focusing on areas such as the country\u2019s social, economic and political context; possible participants, beneficiaries and partners in the DDR programme; the operational environment; and key priority objectives. This assessment helps to establish important aspects such as positive or negative factors that can affect the outcome of the DDR programme, baseline factors for programme design and identification of institutional capacities for carrying out DDR.During the second stage of the cycle, key considerations include identifying DDR participants and beneficiaries, as well as performance indicators, such as reintegration oppor\u00ad tunities, the security situation, size and organization of the armed forces and groups, socio\u00adeconomic baselines, the availability and distribution of weapons, etc. Also, methodolo\u00ad gies for data collection together with analysis of assessment results (quantitative, qualitative, mass surveys, etc.) need to be decided.When developing DDR programme documents, the central content should be informed by strategic objectives and outcomes, key principles of intervention, preconditions and, most importantly, a strategic vision and approach. For example, in determining an overall strategic approach to DDR, the following questions should be asked: (1) How will multiple components of DDR programme design reflect the realities and needs of the situation? (2) How will eligibility criteria for entry in the DDR programme be determined? (3) How will DDR activities be organized into phases and in what order will they take place within the recom\u00ad mended programme time\u00adframe? (4) Which key issues are vital to the implementation of the programme? Defining the overall approach to DDR defines how the DDR programme will, ultimately, be put into operation.When developing the results and budgeting framework, an important consideration should be ensuring that the programme that is designed complies with the peacekeeping results\u00adbased budgeting framework, and establishing a sequence of stages for the implemen\u00ad tation of the programme.The final stage of the DDR programme design cycle should include developing planning instruments to aid practitioners (UN, non\u00adUN and government) to implement the activities and strategies that have been planned. When formulating the sequence of stages for the implementation of the programme, particular attention should be paid to coordinated management arrangements, a detailed work plan, timing and methods of implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, in determining an overall strategic approach to DDR, the following questions should be asked: (1) How will multiple components of DDR programme design reflect the realities and needs of the situation?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2583, - "Score": 0.258199, - "Index": 2583, - "Paragraph": "The report of the Secretary-General to the Security Council sometimes contains proposals for the mandate for peace operation. The following points should be considered when pro- viding inputs to the DDR mandate: \\n It shall be consistent with the UN approach to DDR; \\n While it is important to stress the national aspect of the DDR programme, it is also necessary to recognize the immediate need to provide capacity-building support to increase or bring about national ownership, and to recognize the political difficulties that may complicate national ownership in a transitional situation.Time-lines for planning and implementation should be realistic. The Security Council, when it establishes a multidimensional UN mission, may assign DDR responsibilities to the UN. This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited. What is important to note is that the nature of a DDR mandate, if one is given, may differ from the recommended concept of operations, for political and other reasons.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.2. Mission mandate on DDR", - "Heading4": "", - "Sentence": "This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2468, - "Score": 0.255377, - "Index": 2468, - "Paragraph": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.), the main or longer\u00ad term strategic objectives should be clearly defined, together with the outcomes the UN is supporting. These provide a strategic framework for organizing and anchoring relevant activities and outputs; \\n Baseline data: For each specific objective, the initial starting point should be briefly described. In the absence of hard quantitative baseline data, give a qualitative descrip\u00ad tion of the current situation. Defining the baseline is a critical part of monitoring and evaluating the performance and impact of programmes; \\n Indicative activities: For each objective, a list of indicative activities should be provided in order to give a sense of the range and kind of activities that need to be implemented so as to achieve the expected outputs and objectives. For the general results frame\u00ad work, these do not need to be complete or highly detailed, but they must be sufficient to provide a sense of the underlying strategy, scope and range of actions that will be implemented; \\n Intervals: Activities and priority outputs should be have precise time\u00adlines (preferably specific dates). For each of these dates, indicate the expected level of result that should be achieved. This should allow an overview of how each relevant component of the programme is expected to progress over time and what has to be achieved by what date; \\n Targets and monitoring indicators: For each activity there should be an observable target, objectively verifiable and useful as a monitoring indicator. These indicators will vary depending on the activity, and they do not always have to be quantitative. For example, \u2018reduction in perceptions of violence\u2019 is as useful as \u201815 percent of ex\u00adcombatants success\u00ad fully reintegrated\u2019; \\n Inputs: For each activity or output there should be an indication of inputs and their costs. General cost categories should be used to identify the essential requirements, which can include staff, infrastructure, equipment, operating expenses, service contracts, grants, consultancies, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.1. General results framework", - "Heading3": "", - "Heading4": "", - "Sentence": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 3112, - "Score": 0.251976, - "Index": 3112, - "Paragraph": "Given the size and sensitivities of resource allocation to large DDR operations, an independ- ent financial management, contracts and procurement unit for the national DDR programme should be established. This unit may be housed within the national DDR institution or entrusted to an international partner. A joint national\u2013international management and over- sight system may be established, particularly when donors are contributing significant funds for DDR. This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 11, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.2. Independent financial management unit", - "Heading4": "", - "Sentence": "Given the size and sensitivities of resource allocation to large DDR operations, an independ- ent financial management, contracts and procurement unit for the national DDR programme should be established.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2400, - "Score": 0.251976, - "Index": 2400, - "Paragraph": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector. While generic (general) objectives exist, they should be adapted to the realities and needs of each context. The set of general and specific objectives outlined in this section make up the overall framework for the DDR programme.Example: Objectives of the national DDR programme in the Democratic Republic of the Congo (DRC) \\n General objective: Contribute to the consolidation of peace, national reconciliation and the socio\u00adeconomic reconstruction of the country, as well as regional stability.Specific objectives: \\n Disarm combatants belonging to the armed groups and forces that will not be integrated into the DRC armed forces or in the police, as foreseen in the DRC peace accords; \\n Demobilize the military elements and armed groups not eligible for integration into the DRC armed forces; \\n Reintegrate demobilized elements into social and economic life within the framework of community productive systems.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.2. DDR programme objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2689, - "Score": 0.246183, - "Index": 2689, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2738, - "Score": 0.246183, - "Index": 2738, - "Paragraph": "The aim of establishing an integrated unit is to ensure joint planning and coordination, and effective and efficient decentralized implementation. The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The integrated DDR unit also employs the particular skills and expertise of the different UN entities to ensure flexibility, responsiveness, expertise and success for the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2674, - "Score": 0.246183, - "Index": 2674, - "Paragraph": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme. In consultation with the parties and other implementing partners on the ground, the assessment mission should develop a detailed picture of: \\n WHO will be disarmed, demobilized and reintegrated; \\n WHAT weapons are to be collected, destroyed and disposed of; \\n WHERE in the country the identified groups are situated, and where those being dis- armed and demobilized will be resettled or repatriated to; \\n WHEN DDR will (or can) take place, and in what sequence for which identified groups, including the priority of action for the different identified groups.It is often difficult to get this information from the former warring parties. Therefore, the UN should find other, independent sources, such as Member States or local or regional agencies, in order to acquire information. Community-based organizations are a particularly useful source of information on armed groups.Potential targets for disarmament include government armed forces, opposition armed groups, civil defence forces, irregular armed groups and armed individuals. These generally include: \\n male and female combatants, and those associated with the fighting groups, such as those performing support roles (voluntarily or because they have been forced to) or who have been abducted; \\n child (boys and girls) soldiers, and those associated with the armed forces and groups; \\n foreign combatants; \\n dependants of combatants.The end product of this part of the assessment of the armed forces and groups should be a detailed listing of the key features of the armed forces/groups.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Defining specific groups for DDR", - "Sentence": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3094, - "Score": 0.244949, - "Index": 3094, - "Paragraph": "A national DDR policy body representing key national and international stakeholders should be set up under a government or transitional authority established through peace accords, or under the authority of the president or prime minister. This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.1. National DDR commission", - "Heading4": "", - "Sentence": "This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2948, - "Score": 0.244949, - "Index": 2948, - "Paragraph": "DDR Field Coordination Officer (National)Under the overall supervision of the Chief of DDR Unit and working closely with the DDR Officer, the Field Coordination Officer carries out the work, information feedback and coordination of field rehabilitation and reintegration activities. The Field Coordination Officer will improve field supervision, sensitization, monitoring and evaluation mechanisms. He/she will also assist in strengthening the working relationships of DDR staff with other peacekeeping mission substantive sections in the field. He/she will also endeavour to strengthen, coordination and collaboration with government offices, the national commis\u00ad sion on DDR (NCDDR), international NGOs, NGOs (implementing partners) and other UN agencies working on reintegration in order to unify reintegration activities. The Field Coordination Officer will liaise closely with the DDR Officer/Reintegration Officer and undertake the following duties: \\n assist and advise DDR Unit in areas within his/her remit; \\n provide direction and support to field staff and activities; \\n carry out monitoring, risk assessment and reporting in relation to the environment and practices that bear on the security of staff in the field (physical security, accommo\u00ad dation, programme fiscal and procurement practices, transport and communications); \\n support the efficient implementation of all DDR coordination projects; \\n develop and sustain optimal information feedback, in both directions, between the field and Headquarters; \\n support the DDR Unit in the collection of programme performance information, pro\u00ad gress and impact assessment; \\n collect the quantitative and qualitative information on programme implementation; \\n carry out follow\u00adup monitoring visits on activities of implementing partners and regional offices; \\n liaise with ex\u00adcombatants, beneficiaries, implementing partners and referral officer for proper sensitization and reinforcement of the programme; \\n create efficient early warning alert system and rapid response mechanisms for \u2018hot spot\u2019 development; \\n ensure DDR coordination programs complement each other and are implemented efficiently; \\n support liaison with the NCDDR and other agencies in relation to the reintegration of ex\u00adcombatants, CAAFG, WAAFG and war\u00adaffected people in the field; \\n provide guidance and on\u00adthe\u00adground support to reintegration officers; \\n liaise with Military Observers, Reintegration Unit and UN Police in accordance with the terms of reference; \\n liaise and coordinate with civil affairs section in matters of mutual interest; \\n carry out any other duties as directed by the DDR Unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 24, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.10: DDR Field Coordination Officer (National)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "DDR Field Coordination Officer (National)Under the overall supervision of the Chief of DDR Unit and working closely with the DDR Officer, the Field Coordination Officer carries out the work, information feedback and coordination of field rehabilitation and reintegration activities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2108, - "Score": 0.240772, - "Index": 2108, - "Paragraph": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes. A more meaningful approach is to identify the various types of impacts or issues to be analysed, and to construct composite (i.e., a group of) indi\u00ad cators as part of an overall methodological approach to evaluating the programme. The following factors usually form the basis from which an evaluation\u2019s focus is defined: \\n Relevance describes the extent to which the objectives of a programme or project remain valid and pertinent (relevant) as originally planned, or as modified owing to changing circumstances within the immediate context and external environment of that pro\u00ad gramme or project. Relevance can also include the suitability of a particular strategy or approach for dealing with a specific problem or issue. A DDR\u00adspecific evaluation could focus on the relevance of cantonment\u00adbased demobilization strategies, for instance, in comparison with other approaches (e.g., decentralized registration of combatants) that perhaps could have more effectively achieved the same objectives; \\n Sustainability involves the success of a strategy in continuing to achieve its initial objec\u00ad tives even after the end of a programme, i.e., whether it has a long\u00adlasting effect. In a DDR programme, this is most important in determining the long\u00adterm viability and effectiveness of reintegration assistance and the extent to which it ensures that ex\u00ad combatants remain in civilian life and do not return to military or violence\u00adbased livelihoods. Indicators in such a methodology include the viability of alternative eco\u00ad nomic livelihoods, behavioural change among ex\u00adcombatants, and so forth; \\n Impact includes the immediate and long\u00adterm consequences of an intervention on the place in which it is implemented, and on the lives of those who are assisted or who benefit from the programme. Evaluating the impact of DDR includes focusing on the immediate social and economic effects of the return of ex\u00adcombatants and their inte\u00ad gration into social and economic life, and the attitudes of communities and the specific direct or indirect effects of these on the lives of individuals; \\n Effectiveness measures the extent to which a programme has been successful in achieving its key objectives. The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs. This is a different way of focusing on the impact of a pro\u00ad gramme, because it places more emphasis on how economically resources were used to achieve specific outcomes. In certain cases, a DDR programme might have been successful in demobilizing and reintegrating a significant number of ex\u00adcombatants, and improving the welfare of host communities, but used up a disproportionately large share of resources that could have been better used to assist other groups that were not covered by the programme. In such a case, a lack of programme efficiency limited the potential scope of its impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 11, - "Heading1": "7. Evaluations", - "Heading2": "7.3. Selection of results and indicators for evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1975, - "Score": 0.240772, - "Index": 1975, - "Paragraph": "This module provides practitioners with an overview of the integrated mission support concept and explains the planning and delivery of logistic support to a DDR programme. A more detailed treatment of the finance and budgeting aspects of DDR programmes are provided in IDDRS 3.41, while IDDRS 3.42 deals with the issue of personnel and staffing in an integrated DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A more detailed treatment of the finance and budgeting aspects of DDR programmes are provided in IDDRS 3.41, while IDDRS 3.42 deals with the issue of personnel and staffing in an integrated DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2221, - "Score": 0.240772, - "Index": 2221, - "Paragraph": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 13, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.1. The World Bank\u2019s Multi-Country Demobilization and Reintegration Programme (MDRP)", - "Heading3": "", - "Heading4": "", - "Sentence": "The World Bank manages a regional DDR programme for the Greater Lakes Region in Cen- tral Africa, which can work closely with the UN in supporting national DDR programmes in peacekeeping missions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2226, - "Score": 0.240772, - "Index": 2226, - "Paragraph": "For some activities in a DDR programme, certain UN agencies might be in a position to provide in-kind contributions, particularly when these activities correspond to or consist of priorities and goals in their general programming and assistance strategy. Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization. The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR. Traditional types of in-kind contributions include: \\n security and protection services (military) \u2014 mainly outside of DDR in peacekeeping missions; \\n construction of basic infrastructure; \\n logistics and transport; \\n food assistance to ex-combatants and dependants; \\n child-specific assistance; \\n shelter, clothes and other basic subsistence needs; \\n health assistance; \\n HIV/AIDS screening and testing; \\n public information services; \\n counselling; \\n employment creation in existing development projects.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.3. Agency in-kind contributions", - "Heading3": "", - "Heading4": "", - "Sentence": "The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2412, - "Score": 0.240772, - "Index": 2412, - "Paragraph": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented. This section is essential in order to: \\n explain how the multiple components of DDR will be designed to reflect realities and needs, thus ensuring efficiency, effectiveness and sustainability of the overall approach; \\n explain how the targets for assisting DDR participants and beneficiaries (number of ex\u00adcombatants assisted, etc.) will be met; \\n explain how the various components and activities of DDR will be divided into phases and sequenced (planned over time) within the programme time\u00adframe; \\n identify issues that are critical to the implementation of the overall programme and provide information on how they will be dealt with.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2439, - "Score": 0.240772, - "Index": 2439, - "Paragraph": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities. In a country with a strong national capacity to implement DDR, the UN\u2019s operational role (i.e. the extent to which it is involved in directly implementing DDR activities) should be focused more on ensuring adequate coordination than on direct imple\u00ad mentation activities. In a country with weak national implementing capacity, the UN\u2019s role in implementation should be broader and more operational.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.3. Operational role", - "Sentence": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2448, - "Score": 0.240772, - "Index": 2448, - "Paragraph": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes. Moreover, there may also be risks or stigma attached to obeying such orders (i.e., fear of reprisals), which discour\u00ad ages people from taking part in the programme. In such cases, incentive schemes, e.g., the offering of individual or collective benefits, may be used to overcome the combatants\u2019 concerns and encourage participation. It is important also to note that awareness\u00adraising and public information on the DDR pro\u00adgramme can also help towards overcoming combatants\u2019 concerns about entering a DDR programme.Incentives may be directly linked to the disarmament, demobilization or reintegration components of DDR, although care should be taken to avoid the perception of \u2018cash for weapons\u2019 or weapons buy\u00adback programmes when these are linked to the disarmament component. If used, incentives should be taken into consideration in the design of the overall programme strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.5. Incentive schemes", - "Sentence": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2913, - "Score": 0.240772, - "Index": 2913, - "Paragraph": "DDR Officer (P4\u2013P3, International)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the Chief and Deputy Chief of the DDR Unit in operational planning for the disarmament, demobilization and reintegration, including developing the policies and programmes, as well as implementation targets and work plans; \\n undertake negotiations with armed forces and groups in order to create conditions for their entrance into the DDR programme; \\n undertake and organize risk and threat assessments, target group profiles, political fac\u00ad tors, security, and other factors affecting operations; \\n undertake planning of weapons collection activities, in conjunction with the military component of the peacekeeping mission; \\n undertake planning and management of the demobilization phase of the programme, which may include camp management, as well as short\u00adterm transitional support to demobilized combatants; \\n provide support for the development of joint programming frameworks on reintegration with the government and partner organizations, taking advantage of opportunities and synergies with economic recovery and community development programmes; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.; \\n coordinate and facilitate the participation of local communities in the planning and implementation of reintegration assistance, using existing capacities at the local level and in close synergy with economic recovery and local development initiatives; \\n liaise closely with organizations and partners to develop assistance programmes for vulnerable groups, e.g., women and children; \\n facilitate the mobilization and organization of networks of local partners around the goals of socio\u00adeconomic reintegration and economic recovery, involving local NGOs, community\u00adbased organizations, private sector enterprises, and local authorities (com\u00ad munal and municipal); \\n supervise the undertaking of studies to determine reinsertion and reintegration benefits and implementation modalities; \\n ensure good coordination and information sharing with implementation partners and other organizations, as well as with other relevant sections of the mission; \\n ensure that DDR activities are well integrated and coordinated with the activities of other mission components (particularly communication and public information, mis\u00ad sion analysis, political, military and police components); \\n perform a liaison function with other national and international actors in matters related to DDR; \\n support development of appropriate legal frameworks on disarmament and weapons control. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 20, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.8: DDR Officer (P4\u2013P3, International)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2603, - "Score": 0.240192, - "Index": 2603, - "Paragraph": "The objective of an integrated UN approach to DDR in the context of peace operations is to combine the different experiences, competencies and resources of UN funds, programmes, departments and agencies within a common approach and framework for planning and developing DDR programming, and to ensure a consistent and decentralized approach to implementation.Achieving the above objective requires sound mission planning involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels. The planning of integrated DDR programmes should be coordinated closely with the broader integrated mission planning and design process, and, ideally, should start before the mandate for the mission is adopted.Within this framework, the following Headquarters- and country-level institutional requirements are needed to ensure an overall integrated approach to developing, implemen- ting and evaluating DDR programming in the country in which is has been implemented.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 9, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning of integrated DDR programmes should be coordinated closely with the broader integrated mission planning and design process, and, ideally, should start before the mandate for the mission is adopted.Within this framework, the following Headquarters- and country-level institutional requirements are needed to ensure an overall integrated approach to developing, implemen- ting and evaluating DDR programming in the country in which is has been implemented.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2048, - "Score": 0.239474, - "Index": 2048, - "Paragraph": "M&E is an essential part of the results\u00adbased approach to implementing and managing programmes. It allows for the measurement of progress made towards achieving outcomes and outputs, and assesses the overall impact of programme on security and stability. In the context of DDR, M&E is particularly important, because it helps keep track of a complex range of outcomes and outputs in different components of the DDR mission, and assesses how each contributes towards achieving the goal of improved stability and security. M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal. This can include reductions in levels of violence in society, increased stability and security, and consolidation of peace processes. It is difficult, however, to determine the impact of DDR on broader society without isolating it from other processes and initiatives (e.g., peace\u00adbuilding, security sector reform [SSR]) that also have an impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1. M&E and results-based management", - "Heading3": "", - "Heading4": "", - "Sentence": "M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2085, - "Score": 0.235702, - "Index": 2085, - "Paragraph": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget. If results indicate that implementation is \u2018off course\u2019, these results provide DDR management with infor\u00ad mation on what corrective action needs to be taken in order to bring implementation back into conformity with the overall programme implementation strategy and work plan. These results are therefore an important management tool; \\n Revision of programme strategy: Monitoring results can also provide information on the relevance or effectiveness of an existing strategy or course of action to produce specific outcomes or achieve key objectives. In certain cases, such results can demonstrate that a given course of action is not producing the intended outcomes and can provide DDR managers with an opportunity to reformulate or revise specific implementation strategies and approaches, and make the corresponding changes to the programme work plan. Examples include types of reintegration assistance that are not viable or appro\u00ad priate to the local context, and that can be corrected before many other ex\u00adcombatants enter similar schemes; \\n Use of resources: Monitoring results can provide important indications about the effi\u00ad ciency with which resources are used to implement activities and achieve outcomes. Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives. In this regard, accurate and timely monitoring can enable programme managers to develop more cost\u00adeffective or efficient uses and distri\u00ad bution of resources.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "6. Monitoring", - "Heading2": "6.3. Use of monitoring results", - "Heading3": "", - "Heading4": "", - "Sentence": "Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2706, - "Score": 0.235702, - "Index": 2706, - "Paragraph": "A well-resourced, joint strategic and operational plan for the implementation of DDR in country x. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing planning capacities and physical resources to: \\n 1. Establish all-inclusive joint planning mechanisms; \\n 2. Develop a time-phased concept of the DDR operations; \\n 3. Establish division of labour for key DDR tasks; \\n 4. Estimate the broad resource requirements; \\n 5. Start securing voluntary contributions; \\n 6. Start the procurement of DDR items with long lead times; \\n 7. Start the phased recruitment of personnel required from DPKO and other UN agencies; \\n 8. Raise a military component from the armed forces of Member States for DDR activities; \\n 9. Establish an effective public information campaign; \\n 10. Establish programmatic links between the DDR operation and other areas of the mission\u2019s work: security sector reform; recovery and reconstruction; etc.; \\n 11. Support the implementation of the established DDR strategy/plan.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #2", - "Heading4": "", - "Sentence": "Develop a time-phased concept of the DDR operations; \\n 3.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3044, - "Score": 0.235702, - "Index": 3044, - "Paragraph": "The national and international mandates for DDR should be clear and coherent. A clear division of responsibilities should be established in the different levels of programme co- ordination and for different programme components. This can be done through: \\n supporting international experts to provide technical advice on DDR to parties to the peace negotiations; \\n incorporating national authorities into inter-agency assessment missions to ensure that national policies and strategies are reflected in the Secretary-General\u2019s report and Secu- rity Council mandates for UN peace-support operations; \\n discussing national and international roles, responsibilities and functions within the framework of an agreed common DDR plan or programme; \\n providing technical advice to national authorities on the design and development of legal frameworks, institutional mechanisms and national programmes for DDR; \\n establishing mechanisms for the joint implementation and coordination of DDR pro- grammes and activities at the policy, planning and operational levels.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.1. Establishing clear and coherent national and international mandates", - "Heading3": "", - "Heading4": "", - "Sentence": "The national and international mandates for DDR should be clear and coherent.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1994, - "Score": 0.235702, - "Index": 1994, - "Paragraph": "DDR is one component of a multidimensional peacekeeping operation. Other components may include: \\n mission civilian substantive staff and the staff of political, humanitarian, human rights, public information, etc., programmes; \\n military and civilian police headquarters staff and their functions; \\n military observers and their activities; \\n military contingents and their operations; \\n civilian police officers and their activities; \\n formed police units and their operations; \\n UN support staffs; \\n other UN agencies, programmes and funds, as mandated.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.2. A multidimensional operation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is one component of a multidimensional peacekeeping operation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2185, - "Score": 0.235702, - "Index": 2185, - "Paragraph": "Wherever possible, cost estimates should be based on thorough assessments and surveys. In the absence of concrete information, the UN shall make the assumptions/estimates needed in order to carry out planning and budgeting for a DDR programme. The planning and budgetary process shall take into account realistic worst-case scenarios and build in sufficient financial flexibility to deal with potential identified political and security contin- gencies that may affect DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Flexibility and worst-case planning estimates", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning and budgetary process shall take into account realistic worst-case scenarios and build in sufficient financial flexibility to deal with potential identified political and security contin- gencies that may affect DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2222, - "Score": 0.235702, - "Index": 2222, - "Paragraph": "Although most post-conflict governments lack institutional capacity to carry out DDR, many (such as Sierra Leone) contribute towards the cost of domestic DDR programmes, given their importance as a national priority. Although these funds are not generally used to finance UN-implemented activities and operations, they play a key role in establishing and making operational national DDR institutions and programmes, while helping to generate a mean- ingful sense of national ownership of the process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.2. Government grants", - "Heading3": "", - "Heading4": "", - "Sentence": "Although most post-conflict governments lack institutional capacity to carry out DDR, many (such as Sierra Leone) contribute towards the cost of domestic DDR programmes, given their importance as a national priority.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2406, - "Score": 0.235702, - "Index": 2406, - "Paragraph": "The guiding principles specify those factors, considerations and assumptions that are con\u00ad sidered important for a DDR programme\u2019s overall viability, effectiveness and sustainability. These guiding principles must be taken into account when developing the strategic approach and activities. Universal (general) principles (see IDDRS 2.10 on the UN Approach to DDR) can be included, but principles that are specific to the operating context and associated requirements should receive priority. Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.3. Guiding principles", - "Heading3": "", - "Heading4": "", - "Sentence": "Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2895, - "Score": 0.235702, - "Index": 2895, - "Paragraph": "DDR Monitoring and Evaluation Officer (P2\u2013UNV)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\nAccountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Monitoring and Evaluation Officer is responsible for the follow\u00ad ing duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n develop monitoring and evaluation criteria for all aspects of disarmament and reinte\u00ad gration activities, as well as an overall strategy and monitoring calendar; \\n establish baselines for monitoring and evaluation purposes in the areas related to disarmament and reintegration, working in close collaboration with the disarmament and reintegration officers, to allow for effective evaluations of programme impact; \\n undertake periodic reviews of disarmament and reintegration activities to assess effec\u00ad tiveness, efficiency, achievement of results and compliance with procedures; \\n develop a field manual on standards and procedures for use by local partners and executing agencies, and organize training; \\n undertake periodic field visits to inspect the provision of reinsertion benefits and the implementation of reintegration projects, and reporting; \\n develop recommendations on ongoing and future activities, lessons learned, modifica\u00ad tions to implementation strategies and arrangements with partners. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 19, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.7: DDR Monitoring and Evaluation Officer (P2\u2013UNV) Draft generic job profile", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2931, - "Score": 0.235702, - "Index": 2931, - "Paragraph": "Draft generic job profileOrganizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Reintegration Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. There\u00ad fore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n support the development of the registration, reinsertion and reintegration component of the disarmament and reintegration programme, including overall framework, imple\u00admentation strategy, and operational modalities, respecting national programme priori\u00ad ties and targets; \\n supervise field office personnel on work related to reinsertion and reintegration; \\n assist in the development of criteria for the selection of partners (local and interna\u00ad tional) for the implementation of reinsertion and reintegration activities; \\n liaise with other national and international actors on activities and initiatives related to reinsertion and reintegration; \\n supervise the development of appropriate mechanisms and systems for the registration and tracking of beneficiaries for reinsertion and reintegration, as well as mapping of socio\u00adeconomic opportunities in other development projects, employment possibili\u00ad ties, etc.; \\n coordinate and facilitate the participation of local communities in the planning and implementation of reintegration assistance, using existing capacities at the local level and in close synergy with economic recovery and local development initiatives; \\n liaise closely with organizations and partners to develop assistance programmes for vulnerable groups, e.g., women and children; \\n facilitate the mobilization and organization of networks of local partners around the goals of socio\u00adeconomic reintegration and economic recovery, involving local NGOs, community\u00adbased organizations, private sector enterprises and local authorities (com\u00ad munal and municipal); \\n supervise the undertaking of studies to determine reinsertion and reintegration benefits and implementation modalities. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 22, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.9: Reintegration Officer (P4\u2013P3, International)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2954, - "Score": 0.235702, - "Index": 2954, - "Paragraph": "Small Arms and Light Weapons Officer (P4\u2013P3)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Small Arms and Light Weapons Officer is responsible for the follow\u00ad ing duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n formulate and implement, within the DDR programme, a small arms and light weapons (SALW) reduction and control project for the country in support of the peace process; \\n coordinate SALW reduction and control activities taking place in the country and among the parties, the national government, civil society and the donor community; \\n provide substantive technical inputs and advice to the Chief of the DDR Unit and the national authorities for the development of national legal instruments for the control of SALW; \\n undertake broad consultations with relevant stakeholders through inclusive and par\u00ad ticipatory processes through community\u00adbased violence and weapons reduction pro\u00ad gramme; \\n manage the collection of data on SALW stocks during the disengagement and DDR processes; \\n develop targeted training programmes for national institutions on SALW; \\n liaise closely with the gender and HIV/AIDS adviser in the mission or these capacities seconded to the DDR Unit by UN entities to ensure that gender issues are adequately reflected in policy, legislation, programming and resource mobilization, and develop strategies for involvement of women in small arms management and control activities; \\n\\n ensure timely and effective delivery of project inputs and outputs; \\n\\n undertake continuous monitoring of project activities; produce top\u00adlevel progress and briefing reports; \\n support efforts in resource mobilization and development of strategic partnerships with multiple donors and agencies. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 25, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.11: Small Arms and Light Weapons Officer (P3\u2013P4)", - "Heading3": "Draft generic Job Profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2972, - "Score": 0.235702, - "Index": 2972, - "Paragraph": "Education: Advanced university degree in social sciences, management, economics, business administration, international development or other relevant fields. A relevant combination of academic qualifications and experience in related areas may be accepted in lieu of the advanced degree. \\n Work experience: Minimum of five years of substantial experience working on post\u00adconflict, progressive national and international experience and knowledge in development work, with specific focus on disarmament, demobilization, reintegration and small arms control programmes. An understanding of the literature on DDR and security sector reform. \\n Languages: Fluency in oral and written English and/or French, depending on the working language of the mission; knowledge of a second UN official language may be a requirement for a specific post.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 26, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.11: Small Arms and Light Weapons Officer (P3\u2013P4)", - "Heading3": "Qualifications", - "Heading4": "", - "Sentence": "An understanding of the literature on DDR and security sector reform.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2993, - "Score": 0.235702, - "Index": 2993, - "Paragraph": "DDR HIV/AIDS Officer (P3\u2013P2)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location. This staff member is expected to be seconded from a UN specialized agency working on mainstreaming activities to deal with the HIV/ AIDS issue in post\u00adconflict peace\u00adbuilding and is expected to work closely with the HIV/ AIDS adviser of the peacekeeping mission. \\n Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the DDR HIV/AIDS Officer is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n ensure the full integration of activities to address the HIV/AIDS issue through all phases of the DDR programme; \\n provide close coordination and technical support to national institutions for DDR, par\u00ad ticularly offices of HIV/AIDS reintegration; \\n support national parties in coordinating the profiling, documentation and dissemina\u00ad tion of data and issues relating to the presence and role of women and girls associated with the armed forces and groups; \\n document and disseminate data and issues relating to HIV/AIDS as well as the factors fuelling the epidemic in the armed forces and groups; \\n prepare and provide briefing notes and guidance for relevant actors including national partners, UN agencies, international NGOs, donors and others on gender and HIV/ AIDS in the context of DDR; \\n provide technical support and advice on HIV/AIDS to national partners on policy development related to DDR and human security; \\n develop tools and other practical guides for the implementation of HIV/AIDS strategies within DDR and human security frameworks; \\n generate effective results\u00adoriented partnerships among different partners, civil society and community\u00adbased actors to implement a consolidated response to HIV/AIDS within the framework of the DDR programme. \\n\\n Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 28, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.13: DDR HIV/AIDS Officer (P3\u2013P2)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "Depending on the organizational structure of the mission and location of the post, the incumbent may report directly to the Chief of the DDR Unit or to a senior official in charge of DDR activities in a field location.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2255, - "Score": 0.232104, - "Index": 2255, - "Paragraph": "Given the complexity and scope of DDR interventions, as well as the range of stakeholders involved, parallel initiatives, both UN and non-UN, are inevitable. Links shall be created between the national and UN DDR frameworks to ensure that these do not duplicate or otherwise affect overall coherence. The basic requirement of good coordination between integrated and parallel processes is an agreement on common strategic, planning and policy frameworks, which should be based on national policy priorities, if they exist. Structurally, stakeholders involved in parallel initiatives should participate on the steering and coordi- nation committees of the DDR funding structure, even though the actual administration and management of funds takes place outside this framework. This will avoid duplication of efforts and ensure a link to operational coordination, and enable the development of an aggregated/consolidated overall budget and work plan for DDR. Normal parallel funding mechanisms include the following: \\n Mission financing: Although the UN peacekeeping mission is a key component of the overall UN integrated structure for DDR, its main funding mechanism (assessed contri- butions) is managed directly by the mission itself in coordination with DPKO Head- quarters, and cannot be integrated fully into the DDR funding structure. For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.) might choose to finance programmes that are parallel to integrated efforts, and which are directly implemented by national or sub-national partners. In this context, it is important to ensure that these donors are active participants in DDR and the funding structures involved, and to ensure adequate operational coordination (particularly to ensure that the intended geographic areas and beneficiaries are covered by the programme).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.4. Linking parallel funding mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "For this reason, it should be considered a parallel funding mechanism, even though the DDR funding structure decides how funds are used and managed; \\n Parallel agency funds: Certain agencies might have programmes that could support DDR activities (e.g., food assistance for ex-combatants as part of a broader food assistance programme), or even DDR projects that fall outside the overall integrated programme framework; \\n Bilateral assistance funds: Some donors, particularly those whose bilateral aid agencies are active on post-conflict and/or DDR issues (such as USAID, DFID, CIDA, etc.)", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3105, - "Score": 0.23094, - "Index": 3105, - "Paragraph": "A project approval committee (PAC) can be established to ensure transparency in the use of donor resources for DDR by implementing partners, i.e., to review and approve applications by national and international NGOs or agencies for funding for projects. Its role does not include oversight of either the regular operating budget for national DDR institutions or programmes (monitored by the independent financial management unit), or the activities of the UN mission\u2019s DDR unit. The PAC will generally include representatives of donors, the national DDR agency and the UN mission/agencies (also see IDDRS 2.30 on Participants, Beneficiaries and Partners and IDDRS 3.41 on Finance and Budgeting.)", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.3. Project approval committee", - "Heading4": "", - "Sentence": "Its role does not include oversight of either the regular operating budget for national DDR institutions or programmes (monitored by the independent financial management unit), or the activities of the UN mission\u2019s DDR unit.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3109, - "Score": 0.23094, - "Index": 3109, - "Paragraph": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR. The organization of a JIU will vary depending on the priorities and implementation methods of particular national DDR programmes. It should be organ- ized by a functional unit that is designed to integrate the sectors and cross-cutting compo- nents of a national DDR programme, which may include: \\n disarmament and demobilization; reintegration; \\n child protection, youth, gender, cross-border, food, health and HIV/AIDS advisers; \\n public information and community sensitization; \\n monitoring and evaluation.Other functional units may be established according to the design and needs of parti- cular DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.1. Joint implementation unit", - "Heading4": "", - "Sentence": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3127, - "Score": 0.23094, - "Index": 3127, - "Paragraph": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way. It is important to ensure coordination at the following points: \\n in national DDR programme development; \\n in the development of DDR programmes of UN mission and agencies; \\n in technical coordination with bilateral partners and NGOs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.2. Planning and technical levels", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1996, - "Score": 0.23094, - "Index": 1996, - "Paragraph": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners. DDR programme managers need to state the logistic requirements that fall under the direct managerial or financial scope of the peacekeeping mission and DPKO. In addition, the logistic requirements have to be submitted to the Division of Administration as early as possible to ensure timely logistic support. Some of the more important elements are listed below as a guideline: \\n estimated total number of ex-combatants, broken down according to sex, age, dis- ability or illness, parties/groups and locations/sectors; \\n estimated total number of weapons, broken down according to type of weap- on, ammunition, explosives, etc.; \\n time-lineoftheentireprogramme, show- ing start/completion of activities; \\n allocation of resources, materials and services included in the assessed budget; \\n names of all participating UN entities, non-governmental organizations (NGOs) and other implementing partners, with their focal points and telephone numbers/email addresses; \\n forums/meetings and other coordination mechanisms where Joint Logistics Operations Centre (JLOC) participation is requested; \\n requirement of office premises, office furniture, office equipment and related services, with locations; \\n ground transport requirements \u2014 types and quantities; \\n air transport requirements; \\n communications requirements, including identity card machines; \\n medical support requirements; \\n number and location of various disarmament sites, camps, cantonments and other facilities; \\n layout of each site, camp/cantonment with specifications, including: \\n\\n camp/site management structure with designations and responsibilities of officials; \\n\\n number and type of combatants, and their sex and age; \\n\\n number and type of all categories of staff, including NGOs\u2019 staff, expected in the camp; \\n\\n nature of activities to be conducted in the site/camp and special requirements for rations storage, distribution of insertion benefits, etc.; \\n\\n security considerations and requirements; \\n\\n preferred type of construction; \\n\\n services/amenities provided by NGOs; \\n\\n camp services to be provided by the mission, as well as any other specific requirements; \\n\\n dietary restrictions/considerations; \\n\\n fire-fighting equipment; \\n\\n camp evacuation standard operating procedures; \\n\\n policy on employment of ex-combatants as labourers in camp construction.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.3. DDR statement of requirements", - "Heading3": "", - "Heading4": "", - "Sentence": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2802, - "Score": 0.226633, - "Index": 2802, - "Paragraph": "Deputy Chief, DDR Unit (P5\u2013P4)Organizational setting and reporting relationship: These positions are located in peace operations. Depending on the organizational structure of the mission and location of the post, the incumbent reports directly to the Deputy SRSG (Resident Coordinator/Humani\u00ad tarian Coordinator). In most cases, the staff member filling this post would be seconded and paid for by UNDP. For duration of his/her secondment as Deputy Chief, he/she will receive administrative and logistic support from the peacekeeping mission.Accountabilities: Within limits of delegated authority and under the supervision of the Chief of the DDR Unit, the Deputy Chief is responsible for the following duties: \\n (These functions are generic and may vary depending on the mission\u2019s mandate. Therefore, incumbents may carry out most, but not all, of the functions listed.) \\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities. Core values are integrity, professionalism and respect for diversity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 11, - "Heading1": "Annex C: Generic job descriptions for integrated DDR unit", - "Heading2": "Annex C.2: Deputy Chief, DDR Unit (P5\u2013P4)", - "Heading3": "Draft generic job profile", - "Heading4": "", - "Sentence": "\\n\\n assist Chief of DDR Unit in the overall management of the DDR Unit in all its components; support Chief of DDR Unit in the overall day\u00adto\u00adday supervision of staff and field operations; \\n\\n support Chief of DDR Unit in the identification and development of synergies and partnerships with other actors (national and international) at the strategic, technical and operational levels; \\n\\n support Chief of DDR Unit in resource mobilization and ensure coordination with donors, including the private sector; \\n\\n provide technical advice and support to the national disarmament commission and programme as necessary; \\n\\n act as the programmatic linkage to the work of the UN country team on the broader reintegration and development issues of peace\u00adbuilding; \\n\\n provide overall coordination and financial responsibility for the programming and implementation of UNDP funds for disarmament and reintegration; \\n\\n oversee the development and coordination of the implementation of a comprehensive socio\u00adeconomic reintegration framework for members of armed forces and groups taking advantage of existing or planned recovery and reconstruction plans; \\n\\n oversee the development and coordination of the implementation of a comprehensive national capacity development support strategy focusing on weapons control, manage\u00ad ment, stockpiling and destruction; \\n\\n support Chief of DDR Unit in all other areas necessary for the success of DDR activities.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2694, - "Score": 0.226455, - "Index": 2694, - "Paragraph": "The UN DDR strategic framework consists of three interrelated strategic policy objectives, and supports the overall UN aim of a stable and peaceful country x, and the accompanying DDR tasks.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN DDR strategic framework consists of three interrelated strategic policy objectives, and supports the overall UN aim of a stable and peaceful country x, and the accompanying DDR tasks.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3017, - "Score": 0.226455, - "Index": 3017, - "Paragraph": "This module provides United Nations (UN) DDR policy makers and practitioners with guidance on the structures, roles and responsibilities of national counterparts for DDR, their relationships with the UN and the legal frameworks within which they operate. It also provides guidance on how the UN should define its role, the scope of support it should offer to national structures and institutions, and capacity development.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides United Nations (UN) DDR policy makers and practitioners with guidance on the structures, roles and responsibilities of national counterparts for DDR, their relationships with the UN and the legal frameworks within which they operate.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2734, - "Score": 0.222222, - "Index": 2734, - "Paragraph": "The design of the personnel structure, and the deployment and management of personnel in the integrated unit and how they relate to others working in DDR are guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The peacekeeping mission, UN agencies, funds and programmes should work together at all stages of the DDR programme \u2014 from planning to implementa\u00ad tion to evaluation \u2014 to ensure that the programme is successful. An appropriate joint planning and coordination mechanism must be established as early as possible to ensure cooperation among all UN partners that may be involved in any aspect of the DDR programme; \\n Integration: Wherever possible, and when consistent with the mandate of the Security Council, the peacekeeping mission and the UN agencies, funds and programmes shall support an integrated DDR unit, which brings together the expertise, planning and coordination capacities of the various UN entities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The design of the personnel structure, and the deployment and management of personnel in the integrated unit and how they relate to others working in DDR are guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3029, - "Score": 0.222222, - "Index": 3029, - "Paragraph": "The principles guiding the development of national DDR frameworks, as well as the princi- ples of UN engagement with, and support to, national institutions and stakeholders, are outlined in IDDRS 2.10 on the UN Approach to DDR. Here, they are discussed in more detail.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The principles guiding the development of national DDR frameworks, as well as the princi- ples of UN engagement with, and support to, national institutions and stakeholders, are outlined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3124, - "Score": 0.222222, - "Index": 3124, - "Paragraph": "Coordination of national and international efforts at the policy/strategic level will vary a great deal, depending on the dynamics of the conflict, the parties to the peace process and the role/mandate of the UN in support of peace-building and recovery, including DDR. However, coordination (and where possible, integration) of national and international efforts will be essential at the following points: \\n ensuring national and local stakeholder participation in UN assessment and mission planning exercises (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). National stakeholders should be consulted and, where possible, participate fully in the initial planning phases of international support for DDR; \\n providing international support for the establishment of an NCDDR or political over- sight mechanisms; \\n coordinating bilateral and multilateral actors to ensure a coherent message on DDR and to support national institutions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.1. Policy/Strategic level", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination of national and international efforts at the policy/strategic level will vary a great deal, depending on the dynamics of the conflict, the parties to the peace process and the role/mandate of the UN in support of peace-building and recovery, including DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2188, - "Score": 0.222222, - "Index": 2188, - "Paragraph": "The matrix below identifies the main DDR activities from the negotiation of the peace proc- ess to the implementation of the programme, the main activities that may take place in each phase of the process, and possible resource requirements and sources of funding. This list provides a general example of the processes involved, and other issues may have to be included, depending on the requirements of a particular DDR mission", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 5, - "Heading1": "5. DDR logistic requirements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The matrix below identifies the main DDR activities from the negotiation of the peace proc- ess to the implementation of the programme, the main activities that may take place in each phase of the process, and possible resource requirements and sources of funding.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2239, - "Score": 0.222058, - "Index": 2239, - "Paragraph": "Integrated DDR programmes should develop, to the extent possible, a single structure for managing and coordinating: \\n the receipt of funds from various funding sources and mechanisms; \\n the allocation of funds to specific projects, activities and implementing partners; \\n adequate monitoring, oversight and reporting on the use of funds.In order to achieve these goals, the structure should ideally: \\n include a coordinated arrangement for the funding of DDR activities that would be administered by either the UN or jointly with another organization such as the World Bank, with an agreed structure for joint coordination, monitoring and evaluation; \\n establish a direct link with integrated DDR planning and programming frameworks; \\n include all key stakeholders on DDR, while ensuring the primacy of national ownership; \\n bring together within one framework all available sources of funding, as well as related methods (including trust funds and pass-through arrangements, for instance), in order to establish a well-coordinated and coherent system for ensuring flexible and sustain- able financing of DDR activities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR programmes should develop, to the extent possible, a single structure for managing and coordinating: \\n the receipt of funds from various funding sources and mechanisms; \\n the allocation of funds to specific projects, activities and implementing partners; \\n adequate monitoring, oversight and reporting on the use of funds.In order to achieve these goals, the structure should ideally: \\n include a coordinated arrangement for the funding of DDR activities that would be administered by either the UN or jointly with another organization such as the World Bank, with an agreed structure for joint coordination, monitoring and evaluation; \\n establish a direct link with integrated DDR planning and programming frameworks; \\n include all key stakeholders on DDR, while ensuring the primacy of national ownership; \\n bring together within one framework all available sources of funding, as well as related methods (including trust funds and pass-through arrangements, for instance), in order to establish a well-coordinated and coherent system for ensuring flexible and sustain- able financing of DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2365, - "Score": 0.219971, - "Index": 2365, - "Paragraph": "Interviews and focus groups are essential to obtain information on, for example, com\u00ad mand structures, numbers and types of people associated with the group, weaponry, etc., through direct testimony and group discussions. Vital information, e.g., numbers, types and distribution of weapons, as well as on weapons trafficking, children and abductees being held by armed forces and groups and foreign fighters (which some groups may try to conceal), can often be obtained directly from ex\u00adcombatants, local authorities or civilians. Although the information given may not be quantitatively precise or reliable, important qualitative conclusions can be drawn from it. Corroboration by multiple sources is a tried and tested method of ensuring the validity of the data (also see IDDRS 4.10 on Disarma\u00ad ment, IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR, IDDRS 5.30 on Children and DDR and IDDRS 5.40 on Cross\u00adborder Population Movements).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 8, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.2. Key informant interviews and focus groups", - "Sentence": "Corroboration by multiple sources is a tried and tested method of ensuring the validity of the data (also see IDDRS 4.10 on Disarma\u00ad ment, IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR, IDDRS 5.30 on Children and DDR and IDDRS 5.40 on Cross\u00adborder Population Movements).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2394, - "Score": 0.219971, - "Index": 2394, - "Paragraph": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.), with a focus on the nature and con\u00ad sequences of the conflict; existing national and local capacities for DDR and SSR; and the broad political, social and economic characteristics of the operating environment; \\n Rationale and justification: Drawing from the situation analysis, this explains the need for DDR: why the approach suggested is an appropriate and viable response to the identified problem, the antecedents to the problem (i.e., what caused the problem in the first place) and degree of political will for its resolution; and any other factors that provide a compelling argument for undertaking DDR. In addition, the engagement and role of the UN should be specified here; \\n Overview of armed forces and groups: This section should provide an overview of all armed forces and groups and their key characteristics, e.g., force/group strength, loca\u00ad tion, organization and structure, political affiliations, type of weaponry, etc. This information should be the basis for developing specifically designed strategies and approaches for the DDR of the armed forces and groups (see Annex D for a sample table of armed forces and groups); \\n Definition of participants and beneficiaries: Drawing on the comprehensive assessments and profiles of armed groups and forces and levels of violence that are normally inclu\u00ad ded in the framework, this section should identify which armed groups and forces should be prioritized for DDR programmes. This prioritization should be based on their involvement in or potential to cause violence, or otherwise affect security and the peace process. In addition, subgroups that should be given special attention (e.g., special needs groups) should be identified; \\n Socio-economic profile in areas of return: A general overview of socio\u00adeconomic conditions in the areas and communities to which ex\u00adcombatants will return is important in order to define both the general context of reintegration and specific strategies to ensure effec\u00ad tive and sustainable support for it. Such an overview can also provide an indication of how much pre\u00adDDR community recovery and reconstruction assistance will be necessary to improve the communities\u2019 capacity to absorb former combatants and other returning populations, and list potential links to other, either ongoing or planned, reconstruction and development initiatives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.1. Contextual analysis and rationale", - "Heading3": "", - "Heading4": "", - "Sentence": "), with a focus on the nature and con\u00ad sequences of the conflict; existing national and local capacities for DDR and SSR; and the broad political, social and economic characteristics of the operating environment; \\n Rationale and justification: Drawing from the situation analysis, this explains the need for DDR: why the approach suggested is an appropriate and viable response to the identified problem, the antecedents to the problem (i.e., what caused the problem in the first place) and degree of political will for its resolution; and any other factors that provide a compelling argument for undertaking DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2700, - "Score": 0.218218, - "Index": 2700, - "Paragraph": "A detailed, realistic and achievable DDR implementation annex in the comprehensive peace agreement. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing technical support to the parties at the peace talks to support the development of: \\n 1. Clear and sound DDR approaches for the different identified groups, with a focus on social and economic reintegration; \\n 2. An equal emphasis on vulnerable identified groups (children, women and disabled people) in or associated with the armed forces and \\n groups; \\n 3. A detailed description of the disposition and deployment of armed forces and groups (local and foreign) to be included in the DDR programme; \\n 4. A realistic time-line for the commencement and duration of the DDR programme; \\n 5. Unified national political, policy and operational mechanisms to support the implementation of the DDR programme; \\n 6. A clear division of labour among parties (government and party x) and other implementing partners (DPKO [civilian, military]; UN agencies, funds and programmes; international financial organizations [World Bank]; and local and international NGOs).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #1", - "Heading4": "", - "Sentence": "A realistic time-line for the commencement and duration of the DDR programme; \\n 5.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2722, - "Score": 0.218218, - "Index": 2722, - "Paragraph": "TEST various stages of DDR, and the fact that its phases are interdependent", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 900, - "Heading1": "TESTSummary", - "Heading2": "TESTSummary", - "Heading3": "TESTSummary", - "Heading4": "TESTSummary", - "Sentence": "TEST various stages of DDR, and the fact that its phases are interdependent", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3061, - "Score": 0.218218, - "Index": 3061, - "Paragraph": "DDR is a component of larger peace-building and recovery strategies. For this reason, na- tional DDR efforts should be linked with other national initiatives and processes, including SSR, transitional justice mechanisms, the electoral process, economic reconstruction and recovery (also see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks and IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 5, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is a component of larger peace-building and recovery strategies.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2025, - "Score": 0.218218, - "Index": 2025, - "Paragraph": "These guidelines cover the basic M&E procedures for integrated DDR programmes. The purpose of these guidelines is to establish standards for managing the implementation of integrated DDR projects and to provide guidance on how to perform M&E in a way that will make project management more effective, lead to follow\u00adup and make reporting more consistent.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These guidelines cover the basic M&E procedures for integrated DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2231, - "Score": 0.218218, - "Index": 2231, - "Paragraph": "The UN system uses a number of different funding mechanisms and frameworks to mobilize financial resources in crisis and post-conflict contexts, covering all stages of the relief-to- development continuum, and including the mission period. For the purposes of financing DDR, the following mechanisms and instruments should be considered:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 15, - "Heading1": "12. Standard funding mechanisms", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For the purposes of financing DDR, the following mechanisms and instruments should be considered:", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2455, - "Score": 0.214423, - "Index": 2455, - "Paragraph": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme. Baseline data and indicators are only useful, however, if their collec\u00ad tion, distribution, analysis and use are systematically managed. DDR programmes should have a good monitoring and information system that is integrated with the entire DDR programme, allowing for information collected in one component to be available in another, and for easy cross\u00adreferencing of information. The early establishment of an information management strategy as part of the overall programme design will ensure that an appro\u00ad priate monitoring and evaluation system can be developed once the programme is finalized (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.6. Monitoring and evaluation", - "Sentence": "DDR programmes should have a good monitoring and information system that is integrated with the entire DDR programme, allowing for information collected in one component to be available in another, and for easy cross\u00adreferencing of information.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1982, - "Score": 0.210819, - "Index": 1982, - "Paragraph": "The effectiveness and responsiveness of a DDR programme relies on the administrative, logistic and financial support it gets from the peacekeeping mission, United Nations (UN) agencies, funds and programmes. DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2174, - "Score": 0.210819, - "Index": 2174, - "Paragraph": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes. The planning process to develop the integrated plan should include the relevant national stakeholders, UN partners, implementing local and international partners (wherever pos- sible), donors and other actors such as the World Bank. The integrated DDR plan shall also define programme and resource management arrangements, and the roles and responsi- bilities of key national and international stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. Integrated DDR plan", - "Heading3": "", - "Heading4": "", - "Sentence": "The funding strategy of the UN for a DDR programme should be based on an integrated DDR plan and strategy that show the division of labour and relationships among different national and local stakeholders, and UN departments, agencies, funds and programmes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2693, - "Score": 0.206239, - "Index": 2693, - "Paragraph": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "The structure and content of the joint assessment repor", - "Sentence": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2077, - "Score": 0.204124, - "Index": 2077, - "Paragraph": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems. These indicators should aim to measure performance in terms of outcomes and outputs, effectiveness in achieving programme objec\u00ad tives, and the efficiency of the performance by which outcomes and outputs are achieved (i.e., in relation to inputs). (See IDDRS 5.10 on Women, Gender and DDR, Annex D, sec. 4 for gender\u00adrelated and female\u00adspecific monitoring and evaluation indicators.) These indica\u00ad tors can be divided to address the main components of DDR, as follows:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "6.2. Monitoring indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "(See IDDRS 5.10 on Women, Gender and DDR, Annex D, sec.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2207, - "Score": 0.204124, - "Index": 2207, - "Paragraph": "In general, five funding sources are used to finance DDR activities. These are: \\n the peacekeeping assessed budget of the UN; \\n rapid response (emergency) funds; voluntary contributions from donors; \\n government grants, government loans and credits; \\n agency cost-sharing.An outline of the peacekeeping assessed budget process of the UN is given at the end of Section I. Next to the peacekeeping assessed budget, rapid response funds are another vital source of funding for DDR programming.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 10, - "Heading1": "8. Sources of funding", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, five funding sources are used to finance DDR activities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2266, - "Score": 0.204124, - "Index": 2266, - "Paragraph": "If the integrated DDR programme is made operational through an association between activi- ties and projects to be implemented and/or managed by identified UN agencies or other partners, funding can be still be channelled through a central mechanism. If the donor(s) and participating UN organizations agree to channel the funds through one participating UN organization, then the pass-through method is used. In such a case, the AA would be jointly selected by the DDR coordination committee. Programmatic and financial account- ability should then rest with the participating organizations and (sub-)national partners that are managing their respective components of the joint programme. This approach has the advantage of allowing funding of DDR on the basis of an agreed-upon division of labour within the UN system (see Annex D.2).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 16, - "Heading1": "13. Financial management", - "Heading2": "13.5. Fund management mechanisms and methods", - "Heading3": "13.5.2. Pass-through funding", - "Heading4": "", - "Sentence": "In such a case, the AA would be jointly selected by the DDR coordination committee.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2492, - "Score": 0.204124, - "Index": 2492, - "Paragraph": "When developing the DDR outputs for an RBB framework, programmer managers should take the following into account: (1) specific references to the implementation time\u00adframe should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) participants in DDR programmes or recipients of the mission\u2019s efforts should be included in the output description; and (4) when describing these outputs, the verb should be placed before the output definition (e.g., \u2018Destroyed 9,000 weapons\u2019; \u2018Chaired 10 community sensitization meetings\u2019).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.3. Outputs", - "Sentence": "When developing the DDR outputs for an RBB framework, programmer managers should take the following into account: (1) specific references to the implementation time\u00adframe should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) participants in DDR programmes or recipients of the mission\u2019s efforts should be included in the output description; and (4) when describing these outputs, the verb should be placed before the output definition (e.g., \u2018Destroyed 9,000 weapons\u2019; \u2018Chaired 10 community sensitization meetings\u2019).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2517, - "Score": 0.204124, - "Index": 2517, - "Paragraph": "1 PRA uses group animation and exercises to obtain information. Using PRA methods, local people carry out the data collection and analysis, with outsiders assisting with the process rather than control\u00ad ling it. This approach brings about shared learning between local people and outsiders; emphasizes local knowledge; and enables local people to make their own appraisal, analysis and plans. PRA was originally developed so as to enable development practitioners, government officials and local people to work together to plan context\u00adappropriate programmes. PRA\u00adtype exercises can also be used in other contexts such as in planning for DDR. \\n 2 LCA \u2013 Lusaka Ceasefire Accords, 1999; SCA \u2013 Sun City Accord, April 2002; DRA \u2013 DRC/Rwanda Accords, July 2002. \\n 3 UNDP D3 report, 2001. \\n 4 DRC authorities. \\n 5 Privileged source. \\n 6 Unverified information. \\n 7 UNDP/IOM registration records. \\n 8 UNDP D3 report, 2001. \\n 9 Government of Uganda sources, United Nations Organization Mission in the Democratic Republic of Congo (MONUC). \\n 10 FNL estimated at 3,000 men (UNDP D3 report), located mainly in Burundi.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "PRA\u00adtype exercises can also be used in other contexts such as in planning for DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2618, - "Score": 0.204124, - "Index": 2618, - "Paragraph": "This annex provides a guide to the preparation and carrying out of a DDR assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This annex provides a guide to the preparation and carrying out of a DDR assessment mission.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2121, - "Score": 0.202721, - "Index": 2121, - "Paragraph": "In general, the results and conclusions of evaluations should be used in several important and strategic ways: \\n A key function of evaluations is to enable practitioners and programme managers to identify, capture and disseminate lessons learned from programme implementation. This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy. This is particularly useful when programmes are designed to be implemented in phases, which allows for the assessment and identification of problems and best practice at the end of each phase, which can then be fed into later phases; \\n Evaluations also contribute to discussions between policy makers and practitioners on the further development of international and regional policies on DDR, by providing them with information and analyses that influence the way key policy issues can be dealt with and decisions reached. Evaluations can provide invaluable support to the elaboration of future policy frameworks for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 12, - "Heading1": "7. Evaluations", - "Heading2": "7.4. Use of evaluation results", - "Heading3": "", - "Heading4": "", - "Sentence": "This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3172, - "Score": 0.201008, - "Index": 3172, - "Paragraph": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes. At each phase: \\n the administration of assistance has to be accounted for; \\n weapons collected need to be classified and analysed; \\n beneficiaries of reintegration assistance need to be tracked; and \\n the quality of services provided during the implementation of the programme needs to be assessed.To plan, monitor and evaluate the processes, a management information system (MIS) regarding the discharged ex-combatants is required and will contain the following components: \\n a database on the basic socio-economic profile of ex-combatants; \\n a database on disarmament and weapons classification; \\n a database of tracking benefit administration such as on payments of the settling-in package, training scholarships and employment subsidies to the ex-combatants; and \\n a database on the programme\u2019s financial flows.The MIS depends on the satisfactory performance of all those involved in the collection and processing of information. There is, therefore, a need for extensive training of enumer- ators, country staff and headquarters staff. Particular emphasis will be given to the fact that the MIS is a system not only of control but also of assistance. Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization. In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation. The system serves multiple functions and users. It is also updated from multiple data sources.The MIS may be conceived as comprising several simple databases that are logically linked together using a unique identifier (ID number). An MIS expert will be recruited to design, install and run the programme start-up. To keep the overheads of maintaining the system to a minimum, a self-updating and checking mechanism will be put in place.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 24, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1283, - "Score": 0.454859, - "Index": 1283, - "Paragraph": "Although the negotiating parties may not need to know the details of a DDR process when they sign a peace agreement, they should have a shared understanding of the principles and outcomes of the DDR process and how this will be implemented.The capacity-building and provision of expertise extends to the mediation teams and international supporters of the peace process (envoys, mediators, facilitators, spon- sors and donors) who must have access to experts who can guide them in designing appropriate DDR provisions.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 13, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.4 Ensuring a common understanding of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the negotiating parties may not need to know the details of a DDR process when they sign a peace agreement, they should have a shared understanding of the principles and outcomes of the DDR process and how this will be implemented.The capacity-building and provision of expertise extends to the mediation teams and international supporters of the peace process (envoys, mediators, facilitators, spon- sors and donors) who must have access to experts who can guide them in designing appropriate DDR provisions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 58, - "Score": 0.428845, - "Index": 58, - "Paragraph": "Sensitizing a community before, during and after the DDR process is essentiallythe process of making community members (whether they are ex-combatantor not) aware of the effects and changes DDR creates within the community. for example, it will be important for the community to know that reintegrationcan be a long-term, challenging process before it leads to stability; that excombatants might not readily take on their new livelihoods; that local capacity building will be an important emphasis for community building, etc. Such messages to the community can be dispersed with media tools, such as television; radio, print and poster campaigns; community town halls, etc., ensuring that a community\u2019s specific needs are addressed throughout the DDR process. See also \u2018sensitization\u2019.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 5, - "Heading1": "Community sensitization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Sensitizing a community before, during and after the DDR process is essentiallythe process of making community members (whether they are ex-combatantor not) aware of the effects and changes DDR creates within the community.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 251, - "Score": 0.428845, - "Index": 251, - "Paragraph": "All persons who will receive direct assistance through the DDR process, inclu\u00adding ex-combatants, women and children associated with fighting forces, and others identified during negotiations of the political framework and planning for a UN-supported DDR process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 15, - "Heading1": "Participants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All persons who will receive direct assistance through the DDR process, inclu\u00adding ex-combatants, women and children associated with fighting forces, and others identified during negotiations of the political framework and planning for a UN-supported DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 99, - "Score": 0.420084, - "Index": 99, - "Paragraph": "Criteria that establish who will benefit from DDR assistance and who will not. there are five categories of people that should be taken into consideration in DDR programmes: (1) male and female adult combatants; (2) children associated with armed forces and groups; (3) those working in non-combat roles (including women); (4) ex-combatants with disabilities and chronic illnesses; and (5) dependants. \\nWhen deciding on who will benefit from DDR assistance, planners should be guided by three principles, which include: (1) focusing on improving security. DDR assistance should target groups that pose the greatest risk to peace, while paying careful attentions to laying the foundation for recovery and development; (2) balancing equity with security. Targeted assistance should be balanced against rewarding violence. Fairness should guide eligibility; and (3) achieving flexibility. \\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Eligibility criteria ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\nThe eligibility criteria are decided at the beginning of a DDR planning process and determine the cost, scope and duration of the DDR programme in question.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 104, - "Score": 0.387298, - "Index": 104, - "Paragraph": "Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self-reliance. No one can empower another; only the individual can empower herself or himself to make choices or to speak out. However,institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups. Empowerment of recipients, regardless of their gender, should be a central goal of any DDR interventions, and measures must be taken to ensure no particular Group is disempowered or excluded through the DDR process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 7, - "Heading1": "Empowerment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Empowerment of recipients, regardless of their gender, should be a central goal of any DDR interventions, and measures must be taken to ensure no particular Group is disempowered or excluded through the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 481, - "Score": 0.333333, - "Index": 481, - "Paragraph": "The objective of the DDR process is to contribute to security and stability in post-conflict environments so that recovery and development can begin. The DDR of ex-combatants is a complex process, with political, military, security, humanitarian and socio-economic dimensions. It aims to deal with the post-conflict security problem that arises when ex-combatants are left without livelihoods or support networks, other than their former comrades, during the vital transition period from conflict to peace and development. Through a process of removing weapons from the hands of combatants, taking the combatants out of military structures and helping them to integrate socially and economically into society, DDR seeks to support ex-combatants so that they can become active participants in the peace process.In this regard, DDR lays the groundwork for safeguarding and sustaining the communities in which these individuals can live as law-abiding citizens, while building national capacity for long-term peace, security and development. It is important to note that DDR alone cannot resolve conflict or prevent violence; it can, however, help establish a secure environment so that other elements of a recovery and peace-building strategy can proceed.The official UN definition of each of the stages of DDR is as follows:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "2. What is DDR?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The objective of the DDR process is to contribute to security and stability in post-conflict environments so that recovery and development can begin.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 397, - "Score": 0.320256, - "Index": 397, - "Paragraph": "A broad term used to denote all local, national and international actors who have an interest in the outcome of any particular DDR process. This includes participants and beneficiaries, parties to peace accords/political frameworks, national authorities, all UN and partner implementing agencies, bilateral and multilateral donors, and regional actors and international political guarantors of the peace process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 23, - "Heading1": "Stakeholders", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A broad term used to denote all local, national and international actors who have an interest in the outcome of any particular DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 374, - "Score": 0.320256, - "Index": 374, - "Paragraph": "Sensitization within the DDR context refers to creating awareness, positive understanding and behavioural change towards: (1) specific components that are important to DDR planning, implementation and follow-up; and (2) transitional changes for ex-combatants, their dependants and surrounding communities, both during and post-DDR processes. For those who are planning and implementing DDR, sensitization can entail making sure that specific needs of women and children are included within DDR programme planning. It can consist of taking cultural traditions and values into consideration, depending on where the DDR process is taking place. For ex-combatants, their dependants and surrounding communities who are being sensitized, it means being prepared for and made aware of what will happen to them and their communities after being disarmed and demobilized, e.g., taking on new livelihoods, which will change both their lifestyle and environment. Such sensitization processes can occur with a number of tools: training and issue-specific workshops; media tools such as television, radio, print and poster campaigns; peer counselling, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 22, - "Heading1": "Sensitization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It can consist of taking cultural traditions and values into consideration, depending on where the DDR process is taking place.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1175, - "Score": 0.308607, - "Index": 1175, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the political dynamics of DDR:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 110, - "Score": 0.298142, - "Index": 110, - "Paragraph": "A person who has assumed any of the responsibilities or carried out any of the activities mentioned in the definition of \u2018combatant\u2019, and has laid down or surrendered his/her arms with a view to entering a DDR process. Former combatant status may be certified through a demobilisation process by a recognised authority. Spontaneously auto-demobilised individuals, such as deserters, may also be considered ex-combatants if proof of non-combatant status over a period of time can be given.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 7, - "Heading1": "Ex-combatan", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A person who has assumed any of the responsibilities or carried out any of the activities mentioned in the definition of \u2018combatant\u2019, and has laid down or surrendered his/her arms with a view to entering a DDR process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 153, - "Score": 0.288675, - "Index": 153, - "Paragraph": "The process of being fair to men and women. To ensure fairness, measures must often be put in place to compensate for the historical and social disadvantages that prevent women and men from operating on a level playing field. equity is a means; equality is the result.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 9, - "Heading1": "Gender equity", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The process of being fair to men and women.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 17, - "Score": 0.272166, - "Index": 17, - "Paragraph": "Refers to both individuals and groups who receive indirect benefits through a UN-supported DDR operation or programme. This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 1, - "Heading1": "Beneficiary/ies", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This includes communities in which DDR programme participants resettle, businesses where ex-combatants work as part of the DDR programme, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 453, - "Score": 0.264906, - "Index": 453, - "Paragraph": "Within the DDR context, weapons management refers to the handling, administration and oversight of surrendered weapons, ammunition and unexploded ordnance (UXO) whether received, disposed of, destroyed or kept in long-term storage. An integral part of managing weapons during the DDR process is their registration, which should preferably be managed by international and government agencies, and local police, and monitored by international forces. A good inventory list of weapons\u2019 serial numbers allows for the effective tracing and tracking of weapons\u2019 future usage. During voluntary weapons collections, food or money-related incentives are given in order to encourage registration. \\nAlternately, weapons management refers to a national government\u2019s administration of its own legal weapons stock. Such administration includes registration, according to national legislation, of the type, number, location and condition of weapons. In addition, a national government\u2019s implementation of its transfer controls of weapons, to decrease illicit weapons\u2019 flow, and regulations for weapons\u2019 export and import authorizations (within existing State responsibilities), also fall under this definition.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 26, - "Heading1": "Weapons management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "An integral part of managing weapons during the DDR process is their registration, which should preferably be managed by international and government agencies, and local police, and monitored by international forces.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 506, - "Score": 0.246183, - "Index": 506, - "Paragraph": "The Inter-Agency Working Group on DDR has published two supplementary publications to the IDDRS: the Operational Guide to the IDDRS and the DDR Briefing Note for Senior Managers. The Operational Guide is intended to help users navigate the IDDRS by briefly outlining the key guidance in each module. The Briefing Note for Senior Managers is intended to facilitate managerial decisions and includes key strategic considerations and their policy implications. Both these publications are available at the UN DDR Resource Centre (http://www.unddr.org), which serves as an online platform on DDR and includes regular updates of both the IDDRS and the Operational Guide, a document database, training tools, a photo library and video clips.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 5, - "Heading1": "3. The integrated DDR standards", - "Heading2": "3.4. Supplementary publications and resources", - "Heading3": "", - "Heading4": "", - "Sentence": "The Inter-Agency Working Group on DDR has published two supplementary publications to the IDDRS: the Operational Guide to the IDDRS and the DDR Briefing Note for Senior Managers.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1183, - "Score": 0.246183, - "Index": 1183, - "Paragraph": "It is essential to encourage unity of effort in the analysis, design and implementation of politically sensitive DDR processes. This emphasis must start with ensuring that those negotiating a peace agreement are properly advised so as to reach technically sound agreements and to integrate DDR processes with other relevant parts of the peace process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles ", - "Heading2": "4.4 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "This emphasis must start with ensuring that those negotiating a peace agreement are properly advised so as to reach technically sound agreements and to integrate DDR processes with other relevant parts of the peace process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 159, - "Score": 0.240772, - "Index": 159, - "Paragraph": "Defined by the 52nd Session of ECOSOC in 1997 as \u201cthe process of assessing the implications for women and men of any planned action, including legislation, policies or programmes, in all areas and at all levels. It is a strategy for making women\u2019s as well as men\u2019s concerns and experiences an integral dimension of the design, implementation, monitoring and evaluation of policies and programmes in all political, economic and societal spheres, so that women and men benefit equally and inequality is not perpetrated. The ultimate goal of gender mainstreaming is to achieve gender equality.\u201d Gender mainstreaming emerged as a major strategy for achieving gender equality following the Fourth World Conference on Women held in Beijing in 1995. In the context of DDR, gender mainstreaming is necessary in order to ensure women and girls receive equitable access to assistance programmes and packages, and it should, therefore, be an essential component of all DDR-related interventions. In order to maximize the impact of gender mainstreaming efforts, these should be complemented with activities that are directly tailored for marginalized segments of the intended beneficiary group.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 10, - "Heading1": "Gender mainstreaming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of DDR, gender mainstreaming is necessary in order to ensure women and girls receive equitable access to assistance programmes and packages, and it should, therefore, be an essential component of all DDR-related interventions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 325, - "Score": 0.240772, - "Index": 325, - "Paragraph": "The provision of reintegration support is a right enshrined in article 39 of the CRC: \u201cState Parties shall take all appropriate measures to promote . . . social reintegration of a child victim of . . . armed conflicts\u201d. Child-centred reintegration is multi-layered and focuses on family reunification; mobilizing and enabling care systems in the community; medical screening and health care, including reproductive health services; schooling and/or vocational training; psychosocial support; and social, cultural and economic support. Socio-economic reintegration is often underestimated in DDR programmes, but should be included in all stages of programming and budgeting, and partner organizations should be involved at the start of the reintegration process to establish strong collaboration structures.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reintegration of children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Socio-economic reintegration is often underestimated in DDR programmes, but should be included in all stages of programming and budgeting, and partner organizations should be involved at the start of the reintegration process to establish strong collaboration structures.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 83, - "Score": 0.235702, - "Index": 83, - "Paragraph": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. detailed field assessments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Detailed field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 306, - "Score": 0.235702, - "Index": 306, - "Paragraph": "A restorative process in relation to the situation prior to the distress. It might entail \u2018healing\u2019, reparation, amelioration and even regeneration.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 18, - "Heading1": "Recovery", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A restorative process in relation to the situation prior to the distress.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 146, - "Score": 0.226455, - "Index": 146, - "Paragraph": "The objective of achieving representational numbers of women and men among staff. The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process. Achieving gender balance, or at least improving the representation of women in peace operations, has been defined as a strategy for increasing operational capacity on issues related to women, girls, gender equality and mainstreaming.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 9, - "Heading1": "Gender balance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 477, - "Score": 0.223607, - "Index": 477, - "Paragraph": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict. In a peacekeeping context, this trend has been part of a move towards complex operations that seek to deal with a wide variety of issues ranging from security to human rights, rule of law, elections and economic governance, rather than traditional peacekeeping where two warring parties were separated by a ceasefire line patrolled by blue-helmeted soldiers.The changed nature of peacekeeping and post-conflict recovery strategies requires close coordination among UN departments, agencies, funds and programmes. In the past five years alone, DDR has been included in the mandates for multidimensional peacekeeping operations in Burundi, C\u00f4te d\u2019Ivoire, the Democratic Republic of the Congo, Haiti, Liberia and Sudan. Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes. This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 223, - "Score": 0.218218, - "Index": 223, - "Paragraph": "A process in which an actor enters into the area of another, with or without the consent of the other.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 13, - "Heading1": "Intervention", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A process in which an actor enters into the area of another, with or without the consent of the other.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 81, - "Score": 0.204124, - "Index": 81, - "Paragraph": "A civilian who depends upon a combatant for his/her livelihood. This can include friends and relatives of the combatant, such as aged men and women, non-mobilized children, and women and girls. Some dependants may also be active members of a fighting force. For the purposes of DDR programming, such persons shall be considered combatants, not dependants.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Dependant", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For the purposes of DDR programming, such persons shall be considered combatants, not dependants.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 280, - "Score": 0.204124, - "Index": 280, - "Paragraph": "Programmes provided at the point of demobilization to former combatants and their families to better equip them for reinsertion to civil society. This process also provides a valuable opportunity to monitor and manage expectations.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Pre-discharge orientation (PDO)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This process also provides a valuable opportunity to monitor and manage expectations.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 561, - "Score": 0.204124, - "Index": 561, - "Paragraph": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR). CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure. Specific provisions for CVR may also be included in local-level peace agreements, sometimes instead of DDR programmes (see IDDRS 2.20 on The Politics of DDR).When the preconditions for a DDR programme are absent, CVR may be used to contribute to security and stabilization, to help make the returns of stability more tangible, and to create more conducive environments for national and local peace processes. More specifically, CVR programmes can be used as a means to: \\n De-escalate violence during a preliminary ceasefire and build confidence before the signature of a Comprehensive Peace Agreement (CPA) and the launch of a DDR programme; \\n Prevent at-risk individuals, particularly at-risk youth, from joining armed groups; \\n Stop former members of armed groups from rejoining these groups and from en- gaging in violent crime and destructive social unrest; \\n Provide stop-gap reinsertion assistance for a defined period (6\u201318 months), par- ticularly if demobilization is complete and reintegration support is still at the planning and/or resource mobilization stage; \\n Encourage members of armed groups that have not signed on to peace agreements to move away from armed violence; \\n Reorient members of armed groups away from waging war and towards construc- tive activities; \\n Reduce violence in communities and neighbourhoods that are vulnerable to high rates of armed violence, organized crime and/or sexual or gender-based violence; and \\n Increase the capacity of communities and neighbourhoods to absorb newly rein- serted and reintegrated former combatants.CVR programmes are typically short to medium term and include, but are not limited to, a combination of: \\n Weapons and ammunition management; \\n Labour-intensive short-term employment; \\n Vocational/skills training and job employment; \\n Infrastructure improvement; \\n Community security and police rapprochement; \\n Educational outreach and social mobilization; \\n Mental health and psychosocial support, in both collective and individual formats; \\n Civic education; and \\n Gender transformative projects including education and awareness-raising pro- grammes with community members on gender, women\u2019s empowerment, and con- flict-related sexual and gender-based violence (SGBV) prevention and response.Whether introduced in mission or non-mission settings, CVR priorities and projects should, without exception, be crafted at the local level, with representative participation, and where possible, consultation of community stakeholders, including women, boys, girls and youth.All CVR programmes should be underpinned by a clear theory of change that defines the problem to be solved, surfaces the core assumptions underlying the theory of change, explains the core targets and metrics to be addressed, and describes how the proposed intervention activities will address these issues.Specific theories of change for CVR programmes should be adapted to particular con- texts. However, very often an underlying ex- pectation of CVR is that specific programme activities will provide former combatants and other at-risk individuals with alternatives that are more attractive than joining armed groups or resorting to armed violence and/or provide the mental tools and interpersonal coping strat- egies to resist incitements to violence. Another common underlying expectation is that CVR projects will contribute to social cohesion. In socially cohesive communities, com- munity members feel that they belong to the community, that there is trust between community members, and that community members can work together. Members of socially cohesive communities are more likely to be aware of, and more likely to inter- vene when they see, behaviour that may lead to violence. Therefore, by fostering social cohesion and providing alternatives, communities become active participants in the reduction of armed violence.By promoting peaceful and inclusive societies, CVR has the potential to directly contribute to the Sustainable Development Goals, and particularly SDG 16 on Peace, Justice and Strong Institutions. CVR can also reinforce other SDG targets, including 4.1 and 4.7, on education and promoting cultures of peace, respectively; 5.2 and 5.5, on preventing violence against women and girls and promoting women\u00b4s leadership and participation; and 8.7 and 8.8, related to child soldiers and improving workplace safety. CVR may also contribute to SDG 10.2, on political, social and economic inclusion; 11.1, 11.2 and 11.7, on housing, transport and safe public spaces; and 16.1, 16.2 and 16.4, related to reducing violence, especially against children, and the availability of arms.CVR programmes aim to sustain peace by preventing the (re-)recruitment of former combatants and other individuals at risk of recruitment (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR). Although CVR is essentially a technical intervention, the pro- cess of planning, formulating, negotiating and executing activities may be intensely political. CVR should involve routine engagement and negotiation with government officials, active and/or former members of armed groups, individuals at risk of recruit- ment, business and civic leaders, and communities as a whole; it necessitates a deep understanding of the local context and the common definition/understanding of an overarching CVR strategy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 498, - "Score": 0.201347, - "Index": 498, - "Paragraph": "The IDDRS have been drafted on the basis of lessons and best practices drawn from the experience of all the departments, agencies, funds and programmes involved to provide the UN system with a set of policies, guidelines and procedures for the planning, implementation and monitoring of DDR programmes in a peacekeeping context. While the IDDRS were designed with peacekeeping contexts in mind, much of the guidance contained within these standards will also be applicable for non-peacekeeping contexts.The three main aims of the IDDRS are:\\nto give DDR practitioners the opportunity to make informed decisions based on a clear, flexible and in-depth body of guidance across the range of DDR activities;\\nto serve as a common foundation for the commencement of integrated operational planning in Headquarters and at the country level; \\nto function as a resource for the training of DDR specialists.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "3. The integrated DDR standards", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While the IDDRS were designed with peacekeeping contexts in mind, much of the guidance contained within these standards will also be applicable for non-peacekeeping contexts.The three main aims of the IDDRS are:\\nto give DDR practitioners the opportunity to make informed decisions based on a clear, flexible and in-depth body of guidance across the range of DDR activities;\\nto serve as a common foundation for the commencement of integrated operational planning in Headquarters and at the country level; \\nto function as a resource for the training of DDR specialists.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/community violence reductio.json b/media/usersResults/community violence reductio.json deleted file mode 100644 index 4aa4413..0000000 --- a/media/usersResults/community violence reductio.json +++ /dev/null @@ -1,662 +0,0 @@ -[ - { - "index": 520, - "Score": 0.816497, - "Index": 520, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 564, - "Score": 0.816497, - "Index": 564, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to CVR:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 566, - "Score": 0.816497, - "Index": 566, - "Paragraph": "Participation in CVR as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in CVR as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 567, - "Score": 0.816497, - "Index": 567, - "Paragraph": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body. Eligibility criteria shall be developed and communicated in the most transparent man- ner possible. This is because eligibility and ineligibility can become a source of com- munity tension and conflict. Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place. Some frameworks may require the surrender of a weapon as a precondition for partic- ipation in a CVR programme (see IDDRS 4.11 on Transitional Weapons and Ammuni- tion Management). Furthermore, when members of armed groups that are not signa- tory to a peace agreement are being considered for inclusion in CVR programmes, the status of these individuals and armed groups must be analysed and specified in order to mitigate any risks. If the individuals being considered for inclusion in a CVR pro- gramme have voluntarily left an armed group designated as a terrorist organization by the United Nations Security Council, DDR practitioners shall incorporate proper screening mechanisms and criteria to identify suspected terrorists (for further infor- mation on specific requirements for children refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR). Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in CVR programmes (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Criteria for participation/eligibility", - "Heading3": "", - "Heading4": "", - "Sentence": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 575, - "Score": 0.816497, - "Index": 575, - "Paragraph": "Specific provisions shall be developed to ensure the protection, care and support of young people (15\u201324) who participate in CVR programmes (see IDDRS 5.30 on Youth and DDR). Where appropriate, children (under 18) may be included in CVR activi- ties, but with relevant legal safeguards to ensure their rights and needs are carefully accounted for. Mental health and psychosocial support services as well as social services should be established, as appropriate, in consultation with relevant child protection units and agencies (see IDDRS 5.20 on Children and DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Unconditional release and protection of children", - "Heading3": "", - "Heading4": "", - "Sentence": "Specific provisions shall be developed to ensure the protection, care and support of young people (15\u201324) who participate in CVR programmes (see IDDRS 5.30 on Youth and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 578, - "Score": 0.816497, - "Index": 578, - "Paragraph": "CVR does not reward those who have engaged in violent behaviours for their past activi- ties, but rather invests in individuals and communities that actively renounce past violent behaviour and that are looking for a productive and peaceful future. CVR shall not be used to provide material and financial assistance to active members of armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 In accordance with standards and principles of humanitarian assistance", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR does not reward those who have engaged in violent behaviours for their past activi- ties, but rather invests in individuals and communities that actively renounce past violent behaviour and that are looking for a productive and peaceful future.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 580, - "Score": 0.816497, - "Index": 580, - "Paragraph": "CVR shall actively ensure a gender-responsive approach that accounts for the specific needs of men and women, boys and girls. This may include more proportional gender representation within DDR/CVR sections, among CVR project implementing partners, within PSCs (or equivalent bodies), and among individual and community beneficiaries. The inclusion of women across all aspects of CVR strengthens the overall legitimacy and credibility of the enterprise. Moreover, developing the agency of women, girls and youth will enhance their political and social influence in civic associations and their authority in relation to economic productivity, thereby reducing violence. CVR can also incorpo- rate measures to challenge harmful notions of masculinity and engage with men and boys to promote behaviours and attitudes that value gender equality and non-violence.In some settings, there may be strong sociocultural and economic constraints to expanding women\u2019s representation in PSCs or among project beneficiaries. To mitigate these challenges, DDR practitioners1 have introduced quota systems requiring a min- imum level of female participation (30%) in PSCs and among selected projects (30% of projects must directly support women\u2019s specific needs). These quota systems shall be discussed with national counterparts at the outset of UN engagement in CVR and ex- plained to all personnel and partners working on CVR programmes at the subnational and local levels. All CVR projects should report on the gender and age dimensions of PSCs as well as on CVR projects themselves. Introducing gender- and age-specific quotas in CVR project tenders should also mitigate discriminatory practices. Likewise, DDR practitioners shall ensure that any public works projects selected for support are designed in a way that respects the rights and specific needs of every person.CVR shall be inclusive to the extent that it focuses not only on former combatants, but also on at-risk children and youth (male and female) as well as a wide range of community members living in volatile areas and in need of assistance. CVR shall be aligned with a \u2018rights-based\u2019 approach, in that processes adhere to international hu- man rights law and standards. For example, all community members in selected areas should benefit from interventions without discrimination.CVR shall also be tailored to address distinct ethnic, religious and other groups to the extent possible. Specifically, training, education and outreach initiatives that pro- mote civic education, life and parenting skills, and psychosocial support, education and counselling should reach across specific needs groups. By advocating for a plural caseload, CVR should help to promote more responsible civic engagement, a key fea- ture of social cohesion.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Gender-responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR shall actively ensure a gender-responsive approach that accounts for the specific needs of men and women, boys and girls.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 594, - "Score": 0.816497, - "Index": 594, - "Paragraph": "In all cases, CVR shall do no harm. When projects and implementing partners are not adequately monitored and evaluated, CVR support can be channeled to one group at the expense of others. Moreover, communities in resource scarce and inaccessible areas that are not included in CVR may resent being left out. Some population groups may feel legitimately abandoned and resort to crime and banditry. In some cases, this may result in increases in interpersonal violence in the home, including domestic and child abuse, or increases in sexual or gender-based violence. Communities that are included in CVR programmes may also have unrealistic expectations and cre- ate problems if they feel they are not ade- quately benefiting from them. CVR should have a whole of community and equity focus, as the privileging of some geographic areas for CVR over others may result in disputes. Negative perceptions of exclusion and potential additional grievances should be anticipated and accounted for in DDR practitioners\u2019 conflict assessments.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "In all cases, CVR shall do no harm.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 602, - "Score": 0.816497, - "Index": 602, - "Paragraph": "There is no single template for CVR, and the vast diversity of CVR programmes is by design: form follows function. As a practice area, CVR is continuing to evolve in both mission and non-mission settings. Whether implemented through the UN or through national and community-based non-governmental organizations, CVR can adapt and change over time, even in a single context.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no single template for CVR, and the vast diversity of CVR programmes is by design: form follows function.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 605, - "Score": 0.816497, - "Index": 605, - "Paragraph": "CVR programmes are ultimately the responsibility of local, national and subnational governments and non-government partners. Yet in many settings, public and civil soci- ety capacities may be exceedingly weak. Where possible and appropriate, CVR should aim to reinforce the legitimacy, credibility and capacity of state and non-governmental partners. While guided by violence reduction imperatives, implementing partners and projects should also be selected on the basis of promoting local and national ownership. Leadership is required from government entities including, as appropriate, a national DDR commission (if one exists) or equivalent entity. In cases where government delivery of CVR is not feasible, DDR practitioners should seek to foster institutional capacities and representation. The goal in all cases must be to strengthen, not replace, state and non-state capacities.Although typically short to medium term, CVR programmes shall be strongly aligned with national and community security priorities, based on needs assessment and tailored to local capacities. Defining what security means for a particular com- munity should be part of the initial first steps. CVR should allow for direct dialogue, technical engagement, implementation and outreach with a wide array of stakeholders from the national to the community level. By working directly with affected commu- nities and local governments, CVR can help lay the foundation for stabilization and allow for recovery and reconstruction. The sustainability of CVR projects during and after they are launched requires the formation of a strong partnership with public, pri- vate and non-governmental authorities. Strategies to embed state partners and private- sector and civil society groups in CVR project design, planning, implementation and monitoring are pathways to facilitate handovers.CVR is bottom-up in orientation and should devolve decision-making, project design, implementation, and monitoring and evaluation to the local level. While the strategic direction of CVR programmes should be set by government personnel with support from the UN, decisions related to project selection and execution, and monitor- ing and evaluation, should be delegated to PSCs and local project implementers. PSCs are typically composed of local community members and leaders and should ensure representation of minority groups, women and youth. Subnational government, pri- vate-sector and civil society representatives may also be included. If alternate institu- tions already exist (such as local peace and development committees), then they should be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.DDR practitioners should ensure that once selected, CVR projects are mediated, to the extent possible, by local counterparts \u2013 at the communal, county, municipal or neighbourhood level. CVR may build trust and confidence \u2013 and stimulate local eco- nomic activity \u2013 by recruiting implementing partners and engineering support locally. When drawing on local pools of talent and expertise, it is important to explore ways that CVR projects can continue after funding ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes are ultimately the responsibility of local, national and subnational governments and non-government partners.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 623, - "Score": 0.816497, - "Index": 623, - "Paragraph": "CVR should strengthen a coordinated and integrated UN approach to addressing security threats in mission and non-mission settings. CVR can and should involve, where realistically possible, a range of UN agencies and international and national partners in the design, implementation and evaluation of specific activities. Because CVR exists at the intersection of a wide range of agendas and sectors, clear and predict- able direction is essential.CVR shall contribute to the UN \u201cdelivering as one\u201d. At a minimum, CVR pro- grammes should not compete with or duplicate other initiatives carried out by UN agencies, funds and programmes as well as those fielded by national and international partners. CVR programmes may often be implemented in contexts where development, humanitarian and peace actors and interventions co-exist. To maximize complemen- tarity and coordination, CVR strategies shall be guided by a clear set of objectives and targets, as well as a theory of change. Where feasible and appropriate, partnerships should be pursued.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR should strengthen a coordinated and integrated UN approach to addressing security threats in mission and non-mission settings.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 630, - "Score": 0.816497, - "Index": 630, - "Paragraph": "CVR programmes shall aim to be data-driven and evidence-based. Monitoring and evaluation measures shall be prepared before CVR programmes are started and ap- plied throughout the entire life cycle of the intervention (see IDDRS 3.50 on Monitoring and Evaluation). Relevant baseline assessments, the collection of gender and sex-dis- aggregated data on project participants, and mid- and end-term evaluations shall be anticipated and budgeted for by DDR practitioners well in advance. Data collection and retention policies for implementing partners and DDR practitioners shall also include privacy provisions, including procedures on data retention, sharing and disposal. The progress of CVR programmes shall be regularly analysed and communicated to rele- vant partners to ensure that core objectives are achieved, and that mitigation strategies are prepared when they are not.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes shall aim to be data-driven and evidence-based.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 635, - "Score": 0.816497, - "Index": 635, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 653, - "Score": 0.816497, - "Index": 653, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may be undertaken prior to a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 672, - "Score": 0.816497, - "Index": 672, - "Paragraph": "CVR may also be used in the absence of a DDR programme. (See Table 3 below.) CVR can be used to build confidence between warring parties and to show the possible dividends of future peace. In turn, this may help to foster an environment that is con- ducive to the signing of a peace agreement.It is possible that DDR processes will not include DDR programmes, either because the preconditions for DDR programmes are not present or because alternative meas- ures are more appropriate. For example, a local-level peace agreement may include provisions for CVR rather than a DDR programme. These local-level agreements can take many different forms, including (but not limited to) local non-aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements (see IDDRS 2.20 on The Political Dimensions of DDR).Alternatively, in certain cases armed groups designated as terrorist organizations by the United Nations Security Council may refuse to sign peace agreements. Individ- uals who voluntarily decide to leave these armed groups may participate in CVR pro- grammes. However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 12, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.2 CVR in the absence of DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may also be used in the absence of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 680, - "Score": 0.816497, - "Index": 680, - "Paragraph": "CVR may involve activities related to collecting, managing and/or destroying weapons and ammunition. Arms control initiatives and potential CVR arms-related eligibility criteria should be in line with the disarmament component of the DDR programme (if there is one), as well as other arms control initiatives running in the country (see IDDRS 4.10 on Disarmament and 4.11 on Transitional Weapons and Ammunition Management).While not a disarmament program per se, CVR may include measures to pro- mote community or locally led weapons collection and management initiatives, to sup- port national weapons amnesties, and to collect, store and destroy small arms, light weapons, other conventional arms, ammunition and explosives. The collection and destruction of weapons may play an important symbolic and catalytic role in war-torn communities. Although the return of a weapon is not typically a condition of partic- ipation in CVR, voluntary returns may demonstrate the willingness of beneficiaries to engage. Moreover, the removal and/or safe storage of weapons from individuals\u2019 or armed groups\u2019 inventories may help reduce open carrying and home possession of weaponry \u2013 factors that can contribute to violent exchanges and unintentional injuries. Even when weapons are not handed over as part of a CVR programme, it is beneficial to collect information on the weapons still in possession of those participating in CVR. This is because weapons in circulation will continue to represent a risk factor and have the potential to facilitate violence. Expectations should be kept realistic: in settings marked by high levels of insecurity, it is unlikely that voluntary surrenders or amnesties of weapons will meaningfully reduce overall accessibility.DDR practitioners may, in consultation with relevant partners, propose conditions for the submission of weapons as part of a CVR programme. In some instances, modern and artisanal weapons and ammunition have been collected as part of CVR programmes and have later been destroyed in public ceremonies. Weapons and ammunition col- lected as part of CVR programmes should be destroyed, but if the authorities decide to integrate the material into their national stockpiles, this should be done in compliance with the State\u2019s obligations under relevant international instruments and with technical guidelines.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 13, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.3 Relationship between CVR and weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may involve activities related to collecting, managing and/or destroying weapons and ammunition.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 690, - "Score": 0.816497, - "Index": 690, - "Paragraph": "The legitimacy and effectiveness of CVR begins and ends with community engage- ment. CVR programmes should not be limited to a small number of partners, but rather include a wide-ranging and representative sample of community stakeholders. Selected partners should be included at all stages of the programming cycle \u2013 project submission, design, development, implementation, communications, and monitoring and evaluation \u2013 in order to help build local capacities and achieve maximum impact. Where counterpart government capacities are weak or compromised, community-level partnerships should be pursued to promote buy-in, to reach difficult-to-access areas, and to help CVR interventions thrive after funding cycles come to an end.At a minimum, CVR strategy and programming shall be aligned with wider na- tional, regional and international stabilization objectives. While the overall strategic direction is determined from above, DDR practitioners should work closely with local intermediaries to ensure that community-driven priorities are front and centre in project selection. This is because community buy-in and local norms and sanctions are critical to limiting the prevalence of violence and helping regulate violence once it has broken out. Local ownership is not an incidental by-product \u2013 it is absolutely essential to CVR effectiveness. CVR programmes are less beholden to a predetermined design than many other stability measures, and they should take advantage of this by incorporating com- munity demands while also ensuring a comprehensive strategy for community security.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 15, - "Heading1": "6. CVR programming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The legitimacy and effectiveness of CVR begins and ends with community engage- ment.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 698, - "Score": 0.816497, - "Index": 698, - "Paragraph": "In both mission and non-mission settings, CVR programmes should be based on a clear, predictable and agile CVR strategy. The strategy shall clearly specify core goals, targets, indicators, and the theory of change and overall rationale for CVR. The strate- gic plan should spell out the division of labour, rules and responsibilities of partners, and their performance targets.CVR programmes are not static and, when political and security dynamics change, shall be regularly adjusted to reflect the new set of circumstances. All updates should be informed by comprehensive conflict and security analysis, consultations with national and international counterparts, and internal mission and United Nations Country Team (UNCT) priorities. Changes in CVR programmes should also ensure that revised tar- gets meet basic results-based practices, are aligned within budgetary constraints, and are informed by high-quality data collection and monitoring systems.While CVR shall be a short-to-medium-term measure, longer-range planning is essential to ensure linkages with broader security, rights-related, gender and develop- ment priorities. These future-looking priorities \u2013 together with potential and actual bridges to relevant UN and non-UN agencies \u2013 should be clearly articulated in the CVR strategy. CVR programme and project documents should highlight partnerships to facilitate sus- tainability. The longer-term potential of CVR should also be noted in the mandate of the National DDR Commission (if one exists) or an equivalent body as well as relevant in- ternational and national development frameworks. Preparing for the end of CVR early on \u2013 and including national government and international donor representatives in the planning process \u2013 is essential for a smooth and sustainable exit strategy.Strategically embedding CVR in national and subnational development frame- works may also generate positive effects. While CVR is not a development activity, in- tegrating CVR into a UN Sustainable Development Cooperation Framework (UNSDCF) and/or national development strategy can provide stronger impetus for coordinated and ad- equately resourced activities. DDR practitioners should therefore be exposed to national, regional and municipal development strategies and pri- orities. At the subnational level, selected CVR projects should be strongly aligned with state, municipal and neighbourhood development pri- orities where possible. Representation of line ministries, secretaries and departments in relevant planning and coordination bodies is strongly encouraged.A number of different coordination mechanisms may guide CVR project selection, implementation, and monitoring and evaluation. Two possible mechanisms are high- lighted below. However, if alternate representative institutions already exist (such as village development committees), then they could be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.Two commonly utilized CVR coordination mechanisms are: \\n Project Selection Committees (PSCs): Community-based PSCs are established in selected areas, include a representative sample of stakeholders, and are responsi- ble for selecting projects that are vetted by the PAC/PRC (see below). All project selection shall comply with gender quotas of a minimum of 30% of projects bene- fitting women, and women\u2019s involvement in 30% of leadership and management positions. \\n A Project Approval/Review Committee (PAC/PRC): A PAC/PRC sets the over- all strategic direction for CVR and vets and approves projects selected by PSCs. The PAC/PRC should exhibit a high degree of clarity on its roles and functions. Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration. The PAC/PRC may request changes to project proposals or ask for additional information to be provided. The PAC/PRC shall ensure all proposals comply with gender quotas.When the two aforementioned coordination mechanisms exist, individual CVR projects will typically be developed by the PSC, reviewed by the PAC/PRC, and then sent back to the PSC for revision and sign-off. PSCs should also proactively ensure alignment between project activities and (actual or planned) regional and municipal plans and priorities. While a short-to-medium-term focus is paramount, CVR projects that directly and indirectly stimulate development dividends (alongside violence reduc- tion) should be favourably considered.PSCs (or equivalent bodies) may conduct a number of different tasks: identifying prospective partners, developing projects, communicating tender processes, vetting project submissions, monitoring beneficiary performance and quality controls, and trouble-shooting problems as and when they arise. PSCs are typically composed of local community members and local leaders and should ensure representation of minority groups, women and youth. Subnational government, private-sector and civil society representatives may also be included, as may representatives of armed groups. PSCs should meet on a regular prescribed basis and serve as the primary interlocutor with the UN mission (mission settings) or UNCT (non-mission settings), and where relevant (such as in refugee settings) the Humanitarian Country Team (HCT). Representatives of DDR/CVR sections (in mission settings) and of the UNCT (in non-mission settings), should, where practical and appropriate, participate in the PSC.PAC/PRCs (or equivalent bodies) are often responsible for reviewing and approv- ing CVR project submissions, and for asking for changes/further information from the PSC when necessary. PAC/PRCs may be composed of senior representatives from the DSRSG (in mission settings) or senior representatives of the UNCT (in non-mission set- tings), alongside government officials and other representatives from relevant UN en- tities.These two aforementioned coordination entities are intended to properly vet pro- ject partners and ensure a high degree of quality control in project execution. In all cases, Standard Operating Procedures (SOPs) shall be developed to help clarify overall goals, structure and approaches for CVR, particularly the nature of PAC/PRCs, PSCs, target groups and criteria for projects. These SOPs shall be regularly adapted and up- dated in line with realities on the ground and the priorities of the mission or the UNCT in non-mission settings.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 15, - "Heading1": "6. CVR programming", - "Heading2": "6.1 CVR strategy and coordination mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "In both mission and non-mission settings, CVR programmes should be based on a clear, predictable and agile CVR strategy.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 728, - "Score": 0.816497, - "Index": 728, - "Paragraph": "If the priority is for rapid delivery or if local government and non-government capaci- ties are weak, then agreed-upon CVR responses should be administered directly by the UN. However, the UN may also work indirectly, by supporting local partners.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "If the priority is for rapid delivery or if local government and non-government capaci- ties are weak, then agreed-upon CVR responses should be administered directly by the UN.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 730, - "Score": 0.816497, - "Index": 730, - "Paragraph": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution. CVR will therefore be funded through the allocation of assessed contributions.The UNSC and UNGA directives for CVR are often general, with specific pro- gramming details to be worked out by relevant UN entities in partnership with the host government. In mission settings, the DDR/CVR section should align CVR stra- tegic goals and activities with the mandate of the National DDR Commission (if one exists) or an equivalent government-designated body. The National DDR Commission, which typically includes representatives of the executive, the armed forces, police, and relevant line ministries and departments, should be solicited to provide direct inputs into CVR planning and programming. In cases where government capacity and volition exist, the National DDR Commission may manage and resource CVR by setting targets, managing tendering of local partners and administering financial oversight with donor partners. In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission. DDR practitioners shall be in regular contact with representatives of the UNCT as well as international and national partners to ensure alignment of pro- gramming goals, and to leverage the strengths and capacities of relevant UN agencies and avoid duplication. Community outreach and engagement shall be pursued and nurtured at the national, regional, municipal and neighbourhood scale.The DDR/CVR section should typically include senior and mid-level DDR officers. Depending on the budget allocated to CVR, personnel may range from the director and deputy director level to field staff and volunteer officers. A dedicated DDR/CVR team should include a selection of international and national staff forming a unit at headquarters (HQ) as well as small implementation teams at the forward operating base (FOB) level. It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ. Likewise, regular com- munication between DDR field personnel is crucial to share experiences, identify best practices, and understand wider political and economic dynamics. The UN DSRSG shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.The DDR/CVR section, and particularly its field offices, could create a PSC and PAC/PRC. In this event, the PAC/PRC (or equivalent body) should liaise with UNCT partners to align stability priorities with wider development concerns. It may be appro- priate to add an additional support mechanism to oversee and support project partners. This additional support mechanism could be made up of members of the DDR/CVR section who could conduct a variety of tasks, including but not limited to support to the development of project proposals, support to the finalization of project submissions and the identification of possible implementing partners able to work in hotspot sites.Whichever approach is adopted, the DDR/CVR section should ensure transparent and predictable coordination with national institutions and within the mission or UNCT. Where appropriate, DDR/CVR sections may provide supplementary training for implementing partners in selected programming areas. The success or failure of CVR depends in large part on the quality of the partners and partnerships, so it is critical that they are properly vetted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.1 Mission settings", - "Heading4": "", - "Sentence": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 749, - "Score": 0.816497, - "Index": 749, - "Paragraph": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC). These official requests will typically ask for assistance to address particular issues. If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response. However, it is important to note that in non-mission settings, there may already be instances where community-based programming at local levels is used, but not as a DDR-related tool. These latter types of responses are anchored under Agenda 2030 and the United Nations Sustainable Development Cooperation Framework (UNSDCF), and have links to much broader issues of rule of law, community security, crime reduction, armed vio- lence reduction and small arms control. If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.In non-mission settings there may not always be a National DDR Commission to provide direct inputs into CVR planning and programming. However, alternative interlocutors should be sought \u2013 including relevant line ministries and departments \u2013 in order to ensure that the broad strategic direction of the CVR programme is aligned with relevant national and regional stabilization objectives.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.2 Non-mission settings", - "Heading4": "", - "Sentence": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 757, - "Score": 0.816497, - "Index": 757, - "Paragraph": "In both mission and non-mission contexts, CVR programmes shall be preceded by regularly updated assessments, including but not limited to: \\n A security and consequence assessment accounting for the costs and benefits of conducting selected activities (and the risks of not conducting them). \\n A comprehensive and gender-responsive baseline assessment of local violence dynamics. This assessment should take note of factors that may contribute to violence (e.g., harmful use of alcohol and drugs) as well as the impact that vio- lence can have on mental health and well-being (e.g., acute stress, grief, depression and Post Traumatic Stress Disorder). It should also explicitly unpack the threats to security for men, women, boys and girls, and analyse the root causes of violence and insecurity, including their gender dimensions. \\n Conflict context analysis. \\n A detailed stakeholder mapping and a diagnostic of the capacities, interests and cohesiveness of communities and national institutions. \\n An assessment of local market conditions. \\n The dynamics of eligible and non-eligible armed groups \u2013 their leadership, internal dynamics, command and control, linkages with elites and external support.Importantly, the privileging of some geographic areas for CVR over others may result in disputes that should be anticipated and accounted for in conflict assessments. While information supplied by security and intelligence units is essential, there is no substitute for grounded diagnostics and mapping by UN field offices, implementing partners and third-party researchers. Assessments can be cross-sectional or ongoing, and should be conducted by national or international experts in partnership with UNCT. Assessments should identify prospective beneficiary groups; assess govern- ment, private and civil society capacities; and review the causes and consequences of organized and interpersonal violence. These assessments are critical for the design of project proposals, setting appropriate benchmarks, and monitoring and evaluation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.3 Assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "In both mission and non-mission contexts, CVR programmes shall be preceded by regularly updated assessments, including but not limited to: \\n A security and consequence assessment accounting for the costs and benefits of conducting selected activities (and the risks of not conducting them).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 769, - "Score": 0.816497, - "Index": 769, - "Paragraph": "The selection of CVR target groups and intervention sites is a political decision that should be taken on the basis of assessments (see section 6.3), and in consultation with national and/or local government authorities. The identification of target groups and locations for CVR should also be informed through: \\n The priorities of the host government and, if in a mission context, the mandate of the mission; and \\n Consultations with UN senior management.DDR practitioners can, where appropriate, adopt broad categories for target groups that can be applied nationally. In some cases, the selection of target groups is made pragmatically based on a list prepared by a PSC (or equivalent body) and/ or implementing partners. Prospective participants should be vetted locally according to pre-set eligibility criteria. For example, these eligibility criteria may require former affiliation to specific armed groups and/or possession of modern or artisanal weapons (see section 4.2).Clear criteria for who is included and excluded from CVR programmes should be carefully communicated in order to avoid unnecessarily inflating expectations and generating tension. One means of doing this is to prepare a glossary with specific selection criteria that can be shared with implementing partners and PSCs. In all cases, DDR practitioners shall ensure that women and girls are adequately represented in the iden- tification of priorities and implementation strategies, by making sure that: \\n Assessments include separate focus group discussions for women, led by female facilitators. \\n Women\u2019s groups are engaged in the consultative process and as implementing partners. \\n The PAC/PRC (or equivalent entity) is 30% female. \\n A minimum of 30% of CVR projects within the broader CVR programme directly benefit women\u2019s safety and security issues. \\n The entire CVR programme integrates and leverages opportunities for women\u2019s leadership and gender equality. \\n Staffing of CVR projects includes female employees.Additional target groups, assessed as having the potential to either amplify or undermine broader security and stability efforts in general, or DDR in particular, may be identified on a case-by-case basis. For example, CVR may be expanded to include newly displaced populations \u2013 refugees and internally displaced people (IDPs) \u2013 that are at risk of mobilization into armed groups or that may unintentionally generate flashpoints for community violence. There may also be possibilities to extend CVR programmes to particular geographic areas and population groups susceptible to out- breaks of violence and/or experiencing concentrated disadvantage. The flexibility to adapt CVR to target groups that may disrupt and impede the DDR process is critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 21, - "Heading1": "6. CVR programming", - "Heading2": "6.4 Target groups and locations", - "Heading3": "", - "Heading4": "", - "Sentence": "The selection of CVR target groups and intervention sites is a political decision that should be taken on the basis of assessments (see section 6.3), and in consultation with national and/or local government authorities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 784, - "Score": 0.816497, - "Index": 784, - "Paragraph": "There is tremendous heterogeneity in the types of CVR projects that are implemented as part of CVR programmes, both within and between countries. However, there are also commonalities. All CVR programmes generate interactions with state authorities and/ or stimulate inter- and intra-community dialogue. These communication exchanges not only help to ensure better identification of the types of CVR projects to support, but they can also contribute to the more effective design, implementation, and monitoring and evaluation of CVR. DDR/CVR partners should be aware that some prospective im- plementing partners shall require support in preparing project proposals. Appropriate support mechanisms should be introduced in advance to offer support in relation to proposal writing and reporting processes so as to avoid major delays.A wide array of technical sectors are included in CVR interventions. These include commercial-based projects (e.g., grocery retail, bakeries, tailors, mechanics, salons, agri- cultural production, livestock and animal husbandry activities), social projects (e.g. the construction and maintenance of youth centres, civic education, community reconcilia- tion), infrastructure initiatives (e.g., the construction of roads, bridges, clinics, schools and other labour-based activities involving training, apprenticeship and paid work for ex-com- batants and at-risk groups), security and corrections measures (e.g., community-oriented policing, lighting systems, prevention of gender-based violence and corporal punishment), and weapons and ammunition management activities (e.g., collection, storage, manage- ment and destruction). Table 5 below provides a summary of possible CVR projects.The selection of CVR projects shall be informed by political, climatic and demograph- ic factors as well as the merits of individual project proposals. PSCs and PAC/PRCs (or equivalent entities) may prioritize CVR projects according to the stage of the peace pro- cess (e.g., contingent on the short-term emergency to medium-term recovery needs), geo- graphic location (e.g., water wells and animal husbandry in dry climates and information and communications technology (ICT) training and business apprenticeships in urban settings) and social and identity-related dynamics (e.g., projects tailored to specific reli- gious or ethnic groups). The sequencing and timing of financial support for CVR projects should not be arbitrary, but should account for the specific types of projects approved. For example, financing for agricultural projects may require more rapid disbursement (in line with seasonal imperatives) than other initiatives. It is also critical that implementing part- ners are equipped with the appropriate technical capacities to meet project timelines \u2013 the lack of engineering support, for example, can generate delays and hinder maintenance. DDR practitioners should prioritize project development and financing accordingly.Precisely because CVR is short-to-medium-term, selected projects should also in- clude a basic sustainability plan, including realistic commitments for monitoring and evaluation and details on when and how CVR activities will be handed over in full to the national government (see IDDRS 3.50 on Monitoring and Evaluation). Clear provi- sions for these activities should be included (and resources appropriately allocated) in final contracts. Implementing partner contracts should include clauses that specify the maintenance and management of specific assets, together with direction on how the initiative will be sustained after funding comes to an end. Likewise, contracts should specify the requirement to collect minimum qualitative and quantitative information on CVR project outcomes and impacts. Where implementing partners lack such capac- ities or where supplementary training may not be sufficient, DDR practitioners should explore opportunities to facilitate such activities with third parties.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 22, - "Heading1": "6. CVR programming", - "Heading2": "6.5 Types of projects", - "Heading3": "", - "Heading4": "", - "Sentence": "There is tremendous heterogeneity in the types of CVR projects that are implemented as part of CVR programmes, both within and between countries.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 802, - "Score": 0.816497, - "Index": 802, - "Paragraph": "CVR programmes should adopt a graduated approach to implementation. In many cases, it is advisable to start CVR initiatives with an experimental pilot phase of 6\u20138 months. Pilot projects are useful to assess local capacities, identify prospective part- ners and test out community receptivity. An incremental approach may help DDR practitioners sharpen their overall objectives and theories of change, while gradually building up strategic partnerships across government, host communities and interna- tional agencies that are essential for longer-term success. There are potentially strong demonstration effects from successful projects, and these should be advertised where possible.Delays in CVR implementation \u2013 particularly in relation to project selection and project disbursements \u2013 may undermine the credibility of the intervention and gen- erate risks for personnel. Bottlenecks are routine, yet in many cases avoidable. DDR practitioners, implementing partners and PSCs (or equivalent entities) shall set real- istic timelines, manage expectations and ensure regular communication with project beneficiaries. DDR practitioners may also elect to introduce administrative procedures to speed up decision-making on project selection, reduce the number of tranches for projects and prioritize initiatives that are subject to seasonal effects (e.g., planting, har- vest, transhumance, insect-born disease), climatic factors (e.g., rainfall, flooding and droughts), and calendar years (e.g., schooling and holidays).CVR projects should ensure a high degree of oversight and support to benefi- ciaries. Effective CVR is often a function of the quality of field personnel \u2013 including implementing partners \u2013 and their ability to apply a high degree of emotional intelli- gence. Experienced DDR practitioners should have a demonstrated ability to engage with complex social and cultural norms and their intersecting gender dynamics in order to build trust with beneficiaries and affected communities. This engagement frequently requires a minimum competence in the local language(s) together with a developed capacity to empathize and communicate. DDR field practitioners should have the discretion and autonomy to craft inter-agency partnerships, rapidly solve problems in volatile settings, and innovate in moments of crisis.CVR shall involve an array implementing partners and a variety of coordinat- ing mechanisms. The nature of these partnerships and coordination mechanisms shall depend on the national and local context, the extent of capacities on the ground and the resources available. CVR coordination and partnerships should be devolved as much as possible to the local level, and bureaucratic and administrative procedures should be kept to an acceptable minimum. Decisions on the particular form and content of part- nerships and coordination will be informed by the CVR mandate; the peace agreement (if one has been signed); government, donor, and mission and UNCT capacities; and local dynamics on the ground. Partners and coordinating mechanisms may change over time.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 24, - "Heading1": "6. CVR programming", - "Heading2": "6.6 Partnerships and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes should adopt a graduated approach to implementation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 818, - "Score": 0.816497, - "Index": 818, - "Paragraph": "There is no fixed or standard timeframe for CVR. The length of CVR projects varies according to the nature of the context, including the funding source \u2013 whether an assessed budget, a dedicated trust fund, a voluntary contribution or some combination of these options. Specific CVR projects in mission contexts will be no more than one year, whereas this timeframe may be longer in non-mission contexts, particularly when it forms a single programme with reintegration support. Setting a temporal threshold is important to set expectations and to avoid an indefinite continuation of CVR projects. DDR practitioners should also set aside adequate time to undertake due diligence of partners, organize partnership modalities, transfer grants, monitor and evaluate inter- ventions, and communicate results.There are economies of scale that are associated with CVR. Specifically, there are advantages in investing in larger CVR projects with wider caseloads from capital expenditure (CAPEX) and operational expenditure (OPEX) perspectives. Specifically, the initial CAPEX in CVR \u2013 in personnel, transportation, logistics and large project outlays \u2013 can be high. This is because many CVR interventions are frequently pursued in challenging environments: large public works projects often require complex engi- neering support. The marginal OPEX implications of adding additional beneficiaries is comparatively low. CVR may at times be more cost-effective as the size of the caseload grows. There are risks, of course, in that CVR programmes may introduce biases by favouring projects and locations with larger prospective caseloads. In some cases, it may be preferable to explore mobile CVR teams for modest-sized target groups in hard-to-reach areas.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 25, - "Heading1": "6. CVR programming", - "Heading2": "6.7 Timeframes and budgeting", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no fixed or standard timeframe for CVR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 830, - "Score": 0.816497, - "Index": 830, - "Paragraph": "DDR practitioners should design a robust communications and sensitization plan to reach prospective and actual beneficiaries. The plan should be informed by the baseline assessment (see section 6.3) and by an assessment of how people take up information and what outlets and means are considered most legitimate. These assessments should be adjusted as conditions change on the ground. Outreach can be facilitated by UN rep- resentatives, implementing partners, PSCs (or equivalent entities) and project benefi- ciaries themselves. Public information and sensitization campaigns shall explain CVR objectives, project selection criteria and the timelines involved. The goal is to strengthen the self-selection of prospective participants while also shaping the expectations of in- dividuals and communities. All communications, education and outreach campaigns and activities should be gender-responsive so as to reach women and girls and men and boys. Communications should also be gender-transformative and inclusive. This entails having a balance of voices and visual representations of men, women, boys, girls, minorities and other vulnerable groups, and their active involvement in leader- ship and implementation of outreach and education activities.The communications plan for a CVR programme should have clearly identified objectives, core stakeholder groups and expected results. Such plans can be delivered through television, radio, print outlets, social media, direct SMS outreach and other platforms. Ensuring a minimum level of transparency in CVR measures is critical in order to manage stakeholder expectations, be they government counterparts, international and national partners, or beneficiaries. CVR communications activities in mission and non-mission settings should be aligned to wider UN security, stability and devel- opment priorities.The communications plan can be administered in mission and country office settings through, where appropriate, a public sensitization and outreach (PSO) unit or equivalent body. All plans shall be clear about the intended primary and intermediate audiences, the languages being used, the underlying behavioural shifts that are expected (theory of change), the particular approaches to addressing the needs of women and girls as well as the protection of children, the most appropriate methods and modes for delivering sensitization material, the training measures for staff and communicators, and the expected indicators to track outputs and outcomes. Communications strate- gies should support positive gender norms and the positive roles played by men and women.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 25, - "Heading1": "6. CVR programming", - "Heading2": "6.8 Communication", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should design a robust communications and sensitization plan to reach prospective and actual beneficiaries.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 538, - "Score": 0.816497, - "Index": 538, - "Paragraph": "This module sets out the basic conceptual and strategic parameters of CVR and its place within integrated DDR processes. It also outlines the principles and programmatic con- siderations that should guide the design, planning and implementation of CVR.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module sets out the basic conceptual and strategic parameters of CVR and its place within integrated DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 540, - "Score": 0.816497, - "Index": 540, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardiza- tion (ISO) standards and guidelines: \\n \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n \u2018may\u2019 is used to indicate a possible method or course of action; \\n \u2018can\u2019 is used to indicate a possibility and capability; \\n \u2018must\u2019 is used to indicate an external constraint or obligation.CVR programmes may include different types of coordination mechanisms to guide CVR project selection, implementation, and monitoring and evaluation. Two common coordination mechanisms are: \\n Project Selection Committees (PSCs): Community-based PSCs are established in selected areas, include a representative sample of stakeholders, and are responsible for selecting projects that are vetted by the PAC/PRC. (See below.) All project selec- tion should comply with gender quotas of a minimum of 30% of projects benefitting women, and women\u2019s involvement in 30% of leadership and management positions. \\n Project Approval/Review Committee (PAC/PRC): A PAC/PRC sets the overall strategic direction for CVR, vets and approves projects selected by PSCs, and helps to raise finances. The PAC/PRC should exhibit a high degree of clarity on its roles and functions. Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration. The PAC/PRC should ensure all proposals comply with gender quotas.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of abbreviations used in these standards.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 550, - "Score": 0.816497, - "Index": 550, - "Paragraph": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR). CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure. Specific provisions for CVR may also be included in local-level peace agreements, sometimes instead of DDR programmes (see IDDRS 2.20 on The Politics of DDR).When the preconditions for a DDR programme are absent, CVR may be used to contribute to security and stabilization, to help make the returns of stability more tangible, and to create more conducive environments for national and local peace processes. More specifically, CVR programmes can be used as a means to: \\n De-escalate violence during a preliminary ceasefire and build confidence before the signature of a Comprehensive Peace Agreement (CPA) and the launch of a DDR programme; \\n Prevent at-risk individuals, particularly at-risk youth, from joining armed groups; \\n Stop former members of armed groups from rejoining these groups and from en- gaging in violent crime and destructive social unrest; \\n Provide stop-gap reinsertion assistance for a defined period (6\u201318 months), par- ticularly if demobilization is complete and reintegration support is still at the planning and/or resource mobilization stage; \\n Encourage members of armed groups that have not signed on to peace agreements to move away from armed violence; \\n Reorient members of armed groups away from waging war and towards construc- tive activities; \\n Reduce violence in communities and neighbourhoods that are vulnerable to high rates of armed violence, organized crime and/or sexual or gender-based violence; and \\n Increase the capacity of communities and neighbourhoods to absorb newly rein- serted and reintegrated former combatants.CVR programmes are typically short to medium term and include, but are not limited to, a combination of: \\n Weapons and ammunition management; \\n Labour-intensive short-term employment; \\n Vocational/skills training and job employment; \\n Infrastructure improvement; \\n Community security and police rapprochement; \\n Educational outreach and social mobilization; \\n Mental health and psychosocial support, in both collective and individual formats; \\n Civic education; and \\n Gender transformative projects including education and awareness-raising pro- grammes with community members on gender, women\u2019s empowerment, and con- flict-related sexual and gender-based violence (SGBV) prevention and response.Whether introduced in mission or non-mission settings, CVR priorities and projects should, without exception, be crafted at the local level, with representative participation, and where possible, consultation of community stakeholders, including women, boys, girls and youth.All CVR programmes should be underpinned by a clear theory of change that defines the problem to be solved, surfaces the core assumptions underlying the theory of change, explains the core targets and metrics to be addressed, and describes how the proposed intervention activities will address these issues.Specific theories of change for CVR programmes should be adapted to particular con- texts. However, very often an underlying ex- pectation of CVR is that specific programme activities will provide former combatants and other at-risk individuals with alternatives that are more attractive than joining armed groups or resorting to armed violence and/or provide the mental tools and interpersonal coping strat- egies to resist incitements to violence. Another common underlying expectation is that CVR projects will contribute to social cohesion. In socially cohesive communities, com- munity members feel that they belong to the community, that there is trust between community members, and that community members can work together. Members of socially cohesive communities are more likely to be aware of, and more likely to inter- vene when they see, behaviour that may lead to violence. Therefore, by fostering social cohesion and providing alternatives, communities become active participants in the reduction of armed violence.By promoting peaceful and inclusive societies, CVR has the potential to directly contribute to the Sustainable Development Goals, and particularly SDG 16 on Peace, Justice and Strong Institutions. CVR can also reinforce other SDG targets, including 4.1 and 4.7, on education and promoting cultures of peace, respectively; 5.2 and 5.5, on preventing violence against women and girls and promoting women\u00b4s leadership and participation; and 8.7 and 8.8, related to child soldiers and improving workplace safety. CVR may also contribute to SDG 10.2, on political, social and economic inclusion; 11.1, 11.2 and 11.7, on housing, transport and safe public spaces; and 16.1, 16.2 and 16.4, related to reducing violence, especially against children, and the availability of arms.CVR programmes aim to sustain peace by preventing the (re-)recruitment of former combatants and other individuals at risk of recruitment (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR). Although CVR is essentially a technical intervention, the pro- cess of planning, formulating, negotiating and executing activities may be intensely political. CVR should involve routine engagement and negotiation with government officials, active and/or former members of armed groups, individuals at risk of recruit- ment, business and civic leaders, and communities as a whole; it necessitates a deep understanding of the local context and the common definition/understanding of an overarching CVR strategy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - } -] \ No newline at end of file diff --git a/media/usersResults/cross-borde.json b/media/usersResults/cross-borde.json deleted file mode 100644 index 47b3441..0000000 --- a/media/usersResults/cross-borde.json +++ /dev/null @@ -1,1608 +0,0 @@ -[ - { - "index": 7938, - "Score": 0.5, - "Index": 7938, - "Paragraph": "This module offers advice to policy makers and operational staff of agencies dealing with combatants and associated civilians moving across international borders on how to work closely together to establish regional strategies for disarmament, demobilization and rein\u00ad tegration (DDR) processes.Armed conflicts are increasingly characterized by \u2018mixed population movements\u2019 of combatants and civilians moving across international borders, as well as lines of conflict spilling over and across State boundaries. Because many previous DDR programmes lacked a regional dimension that took this reality into account, the \u2018recycling\u2019 of combatants from conflict to conflict within a region and even beyond has become an increasing problem. However, combatants are not the only people who are highly mobile in times of complex emergency. Given that the majority of people fleeing across borders are civilians seeking asylum, it remains vital for the civilian and humanitarian character of asylum to be preserved by host States, with the support of the international community. Combatants must therefore be separated from civilians in order to maintain States\u2019 internal and external security and to safeguard asylum for refugees, as well as to find appropriate long\u00adlasting ways of assisting the various population groups concerned, in accordance with international law standards.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module offers advice to policy makers and operational staff of agencies dealing with combatants and associated civilians moving across international borders on how to work closely together to establish regional strategies for disarmament, demobilization and rein\u00ad tegration (DDR) processes.Armed conflicts are increasingly characterized by \u2018mixed population movements\u2019 of combatants and civilians moving across international borders, as well as lines of conflict spilling over and across State boundaries.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7943, - "Score": 0.5, - "Index": 7943, - "Paragraph": "This module attempts to answer the following questions: \\n What are the population groups connected with combatants moving across interna\u00ad tional borders? \\n What are the standards and legal frameworks governing their treatment? What are recommendations for action on both sides of the border? \\n What are the roles and responsibilities of international and national agencies on both sides of the border?The module discusses issues relating to foreign adult combatants, foreign women asso\u00ad ciated with armed groups and forces in non\u00adcombat roles, foreign children associated with armed groups and forces, civilian family members/dependants of foreign combatants, and cross\u00adborder abductees. Their status at various phases \u2014 upon crossing into a host country, at the stage of DDR and repatriation planning, and upon return to and reintegration in their country of origin \u2014 is discussed, and ways of dealing with those who do not repatriate are explored.The module\u2019s aims to provide guidance to agencies supporting governments to fulfil their obligations under international law in deciding on the appropriate treatment of the population groups connected with cross\u00adborder combatants.The principles in this module are intended to be applied not only in formal DDR pro\u00ad grammes, but also in situations where there may be no such programme (and perhaps no United Nations [UN] mission), but where activities related to the identification of foreign combatants, disarmament, demobilization, internment, repatriation and reintegration or other processes are nevertheless needed in response to the presence of foreign combatants on a State\u2019s territory.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module attempts to answer the following questions: \\n What are the population groups connected with combatants moving across interna\u00ad tional borders?", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7948, - "Score": 0.5, - "Index": 7948, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7951, - "Score": 0.5, - "Index": 7951, - "Paragraph": "This module is intended primarily for policy makers and operational staff of agencies deal\u00ad ing with combatants and associated civilians moving across international borders, regardless of whether or not there are DDR programmes on either side of the border. The guidelines offered in it are also aimed at assisting governments to fulfil their international obligations, and at guiding donors in making funding decisions. They are based on relevant provisions of international law, field experience and lessons learned from a number of operations, par\u00ad ticularly in Africa.This module on cross\u00adborder population movements has been included in the integrated DDR standards because of the regional and international dimensions of conflicts and the impact on population movements: wars lead to both combatants and civilians crossing borders; there are regional and international causes and actors; and cross\u00adborder combatants can a pose a threat to regional and international security. At the end of a conflict, repatriation and sustainable reintegration are needed for both combatants and civilians, contributing to the creation of properly functioning communities in the country of origin. For some, local integration in the host country \u2014 or, in exceptional cases, third\u00adcountry resettlement \u2014 will be the appropriate long\u00adterm course of action.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module is intended primarily for policy makers and operational staff of agencies deal\u00ad ing with combatants and associated civilians moving across international borders, regardless of whether or not there are DDR programmes on either side of the border.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7956, - "Score": 0.5, - "Index": 7956, - "Paragraph": "International law provides a framework for dealing with cross\u00adborder movements of com\u00ad batants and associated civilians. In particular, neutral States have an obligation to identify, separate and intern foreign combatants who cross into their territory, to prevent the use of their territory as a base from which to engage in hostilities against another State. In con\u00ad sidering how to deal with foreign combatants in a DDR programme, it is important to recognize that they may have many different motives for crossing international borders, and that host States in turn will have their own agendas for either preventing or encour\u00ad aging such movement.No single international agency has a mandate for issues relating to cross\u00adborder movements of combatants, but all have an interest in ensuring that these issues are prop\u00ad erly dealt with, and that States abide by their international obligations. Therefore, DDR\u00adrelated processes such as identification, disarmament, separation, internment, demo\u00ad bilization and reintegration of combatants, as well as building State capacity in host countries and countries of origin, must be carried out within an inter\u00adagency framework. Annex B contains an overview of key inter\u00adnational agencies with relevant mandates that could be expected to assist governments to deal with regional and cross\u00adborder issues relating to combatants in host countries and countries of origin.Foreign combatants are not necessarily \u2018mercenaries\u2019 within the definition of interna\u00ad tional law; and since achieving lasting peace and stability in a region depends on the ability of DDR programmes to attract and retain the maximum possible number of former com\u00ad batants, careful distinctions are necessary between foreign combatants and mercenaries. It is also essential, however, to ensure coherence between DDR processes in adjacent countries in regions engulfed by conflict in order to prevent combatants from moving around from process to process in the hopes of gaining benefits in more than one place.Foreign children associated with armed forces and groups should be treated separately from adult foreign combatants, and should be given special protection and assistance dur\u00ad ing the DDR process, with a particular emphasis on rehabilitation and reintegration. Their social reintegration, recovery and reconciliation with their communities may work better if they are granted protection such as refugee status, following an appropriate process to determine if they deserve that status, while they are in host countries.Civilian family members of foreign combatants should be treated as refugees or asylum seekers, unless there are individual circumstances that suggest they should be treated dif\u00ad ferently. Third\u00adcountry nationals/civilians who are not seeking refugee status \u2014 such as cross\u00adborder abductees \u2014 should be assisted to voluntarily repatriate or find another long\u00ad term course of action to assist them within an applicable framework and in close consultation/ collaboration with the diplomatic representations of their countries of nationality.At the end of an armed conflict, UN missions should support host countries and countries of origin to find long\u00adterm solutions to the problems faced by foreign combatants. The primary solution is to return them in safety and dignity to their country of origin, a process that should be carried out in coordination with the voluntary repatriation of their civilian family members.When designing and implementing DDR programmes, the regional dimensions of the conflict should be taken into account, ensuring that foreign combatants who have parti\u00ad cipated in the war are eligible for such programmes, as well as other individuals who have crossed an international border with an armed force or group and need to be repatriated and included in DDR processes. DDR programmes should therefore be open to all persons who have taken part in the conflict, regardless of their nationality, and close coordination and links should be formed among all DDR programmes in a region to ensure that they are coherently planned and implemented.As a matter of principle and because of the nature of his/her activities, an active foreign combatant cannot be considered as a refugee. However, a former combatant who has gen\u00ad uinely given up military activities and become a civilian may at a later stage be given refugee status, provided that he/she applies for this status after a reasonable period of time and is not \u2018excludable from international protection\u2019 on account of having committed crimes against peace, war crimes, crimes against humanity, serious non\u00adpolitical crimes outside the country of refuge before entering that country, or acts contrary to the purposes and principles of the UN. The UN High Commissioner for Refugees (UNHCR) assists governments in host countries to determine whether demobilized former combatants are eligible for refugee status using special procedures when they ask for asylum.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "International law provides a framework for dealing with cross\u00adborder movements of com\u00ad batants and associated civilians.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7968, - "Score": 0.5, - "Index": 7968, - "Paragraph": "Forced displacement is mainly caused by the insecurity of armed conflict. Conflicts that cause refugee movements across international borders by definition involve neighbouring States, and thus have regional security implications. As is evident in recent conflicts in Africa in particular, the lines of conflict frequently run across State boundaries, because they are being fought by people with ethnic, cultural, political and military ties that are not confined to one country. The mixed movements of populations that result are very complex and involve not only refugees, but also combatants and civilians associated with armed groups and forces, including family members and other dependants, cross\u00adborder abductees, etc.The often\u00adinterconnected nature of conflicts within a region, recruitment (both forced and voluntary) across borders and the \u2018recycling\u2019 of combatants from conflict to conflict within a region has meant that not only nationals of a country at war, but also foreign com\u00ad batants may be involved in the struggle. When wars come to an end, it is not only refugees who are in need of repatriation and reintegration, but also foreign combatants and associated civilians. DDR programmes need to be regional in scope in order to deal with this reality. Enormous complexities are involved in managing mass influxes and mixed population movements of combatants and civilians. Combatants\u2019 status may not be obvious, as many arrive without weapons and in civilian clothes. At the same time, however, especially in societies where there are large numbers of weapons, not everyone who arrives with a weap\u00ad on is a combatant or can be presumed to be a combatant (refugee influxes usually include young males and females escaping from forced recruitment). The sheer size of population movements can be overwhelming, sometimes making it impossible to carry out any screen\u00ading of arrivals.Whereas refugees by definition flee to seek sanctuary, combatants who cross inter\u00ad national borders may have a range of motives for doing so \u2014 to launch cross\u00adborder attacks, to escape from the heat of battle before re\u00ad grouping to fight, to desert permanently, to seek refuge, to bring family members and other dependants to safety, to find food, etc. Their reasons for moving with civilians may be varied \u2014 not only to protect and assist their dependants, but also sometimes to ex\u00ad ploit civilians as human shields and to prevent voluntary repatriation, to use refugee camps as a place for rest and recuperation between attacks or as a recruiting and/or training ground, and to divert humanitarian assistance for military purposes. Civilians may be supportive of or intimidated by combatants. The presence of combatants and militarized camps close to border areas may provoke cross\u00ad border reprisals and risk a spillover of the conflict. Host countries may also have their own reasons for sheltering foreign combatants, since complete neutrality is probably rare in today\u2019s conflicts, and in addition there may be a lack of political will and capacity to prevent foreign combatants from entering a neighbouring country. In their responses to mixed cross\u00ad border population movements, the international community should take into account these complexities.Experience has shown that DDR processes directed at nationals of a specific country in isolation have failed to adequately deal with the problems of combatants being recycled from conflict to conflict within (and sometimes even outside) a region, and with the spillover effects of such wars. In addition, the failure of host countries to identify, disarm and separate foreign combatants from refugee populations has contributed to endless cycles of security problems, including militarization of and attacks on refugee camps and settlements, xeno\u00ad phobia, and failure to maintain asylum for refugees. These issues compromise the neutrality of aid work and pose a security threat to the host State and surrounding countries.The disarmament, demobilization, rehabilitation, reintegration and repatriation of com\u00ad batants and associated civilians therefore require a stronger and more consistent cross\u00adborder focus, involving both host countries and countries of origin and benefiting both national and foreign combatants. This dimension has increasingly been recognized by the UN in its recent peacekeeping operations.1", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 4, - "Heading1": "5. The context of regional conflicts and cross-border population movements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Forced displacement is mainly caused by the insecurity of armed conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7986, - "Score": 0.5, - "Index": 7986, - "Paragraph": "International law lays down obligations for host countries with regard to foreign combatants and associated civilians who cross their borders. This framework is derived from the laws of neutrality, international humanitarian law, human rights law and refugee law, as well as international principles governing the conduct of inter\u00adState relations. These different areas of law provide grounds for the identification and separation of foreign combatants from civilians who cross an international border, as well as for the disarmament and internment of foreign combatants until either they can be repatriated or another course of action can be found at the end of the conflict.As long as a host country fulfils its obligations under international law, it may also rely on its national law: e.g., the criminal law can be used to prosecute cross\u00adborder combatants in order to protect national security, prevent subversive activities, and deal with illegal arms possession and forced recruitment.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 6, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "International law lays down obligations for host countries with regard to foreign combatants and associated civilians who cross their borders.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7989, - "Score": 0.5, - "Index": 7989, - "Paragraph": "Under Article 2(4) of the Charter of the UN, States have an obligation to \u201crefrain in their international relations from the threat or use of force against the territorial integrity or political independence of any State, or in any other manner inconsistent with the Purposes of the United Nations\u201d (this is regarded as customary international law binding on all States). This article should be read and interpreted within the wider spirit of the Charter, and parti\u00ad cularly article 1, which includes among the aims of the UN the maintenance of international peace and security, the development of friendly relations among nations and the resolution of international problems. Therefore, in addition to refraining from actions that might endanger peace and security, States also have a duty to take steps to strengthen peace and encourage friendly relations with others. Article 2(4) provides the foundation for the premise that States have an obligation to disarm, separate and intern foreign combatants.UN General Assembly resolution 2625 (XXV) of 24 October 1970, which adopted the Declaration on Principles of International Law concerning Friendly Relations and Coop\u00ad eration among States in Accordance with the Charter of the United Nations, prohibits the indirect use of armed force, through assisting, encouraging or tolerating armed activities against another State by irregular forces, armed bands or individuals, whether nationals or foreigners.2", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 6, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "", - "Heading4": "", - "Sentence": "Under Article 2(4) of the Charter of the UN, States have an obligation to \u201crefrain in their international relations from the threat or use of force against the territorial integrity or political independence of any State, or in any other manner inconsistent with the Purposes of the United Nations\u201d (this is regarded as customary international law binding on all States).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7993, - "Score": 0.5, - "Index": 7993, - "Paragraph": "The law of neutrality requires neutral States to disarm foreign combatants, separate them from civilian populations, intern them at a safe distance from the conflict zone and pro\u00ad vide humane treatment until the end of the war, in order to ensure that they no longer pose a threat or continue to engage in hostilities. Neutral States are also required to provide such interned combatants with humane treatment and conditions of internment.The Hague Convention of 1907 dealing with the Rights and Duties of Neutral Powers and Persons in Case of War on Land, which is considered to have attained customary law status, making it binding on all States, sets out the rules governing the conduct of neutral States. Although it relates to international armed conflicts, it is generally accepted as appli\u00ad cable by analogy also to internal armed conflicts in which foreign combatants from govern\u00ad ment armed forces or opposition armed groups have entered the territory of a neutral State. It contains an obligation to intern such combatants, as is described in detail in section 7.3.7 of this module.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 7, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "6.2. The law of neutrality", - "Heading3": "", - "Heading4": "", - "Sentence": "The law of neutrality requires neutral States to disarm foreign combatants, separate them from civilian populations, intern them at a safe distance from the conflict zone and pro\u00ad vide humane treatment until the end of the war, in order to ensure that they no longer pose a threat or continue to engage in hostilities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7997, - "Score": 0.5, - "Index": 7997, - "Paragraph": "In accordance with article 4(B)2 of the Third Geneva Convention of 1949 relative to the Treatment of Prisoners of War, foreign combatants interned by neutral States are entitled to treatment and conditions of internment given to prisoners of war under the Convention.Additional Protocol II, relating to Protection of Victims of Non\u00adInternational Armed Conflicts, provides in Part II for humane, non\u00addiscriminatory treatment for those who do not take a direct part or who have ceased to take part in hostilities, whether or not their liberty has been restricted.These standards are discussed in section 7.3.7 of this paper dealing with the internment of adult foreign combatants.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 7, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "6.3. International humanitarian law", - "Heading3": "", - "Heading4": "", - "Sentence": "In accordance with article 4(B)2 of the Third Geneva Convention of 1949 relative to the Treatment of Prisoners of War, foreign combatants interned by neutral States are entitled to treatment and conditions of internment given to prisoners of war under the Convention.Additional Protocol II, relating to Protection of Victims of Non\u00adInternational Armed Conflicts, provides in Part II for humane, non\u00addiscriminatory treatment for those who do not take a direct part or who have ceased to take part in hostilities, whether or not their liberty has been restricted.These standards are discussed in section 7.3.7 of this paper dealing with the internment of adult foreign combatants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7998, - "Score": 0.5, - "Index": 7998, - "Paragraph": "The 1984 UN Convention Against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment contains a broad non\u00adrefoulement provision, which states that: \u201cNo State shall expel, return (\u2018refouler\u2019) or extradite a person to another State where there are sub\u00ad stantial grounds for believing that he would be in danger of being subjected to torture\u201d (art. 3[1]). As there are no exceptions to this non\u00adrefoulement provision, foreign combatants may benefit from this prohibition against forcible return to a country of origin in situations where there are grounds to believe that they would be at risk of torture if returned. \u201cFor the purposes of determining whether there are such grounds, the competent authorities shall take into account all relevant considerations including, where applicable, the existence in the State concerned of a consistent pattern of gross, flagrant or mass violation of human rights\u201d (art. 3[2]).Several UN and regional conventions protect children caught up in armed conflict, in\u00ad cluding the 1989 UN Convention on the Rights of the Child and the 2000 Optional Protocol to the Convention on the Rights of the Child on the Involvement of Children in Armed Con\u00adflict (for details, see IDDRS 5.30 on Children and DDR).International law standards on detention are relevant to internment of foreign com\u00ad batants, e.g., the Body of Principles for the Protection of All Persons Under Any Form of Detention or Imprisonment,3 UN Standard Minimum Rules for the Treatment of Prisoners,4 and the Basic Principles for the Treatment of Prisoners.5", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 7, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "6.4. Human rights law", - "Heading3": "", - "Heading4": "", - "Sentence": "The 1984 UN Convention Against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment contains a broad non\u00adrefoulement provision, which states that: \u201cNo State shall expel, return (\u2018refouler\u2019) or extradite a person to another State where there are sub\u00ad stantial grounds for believing that he would be in danger of being subjected to torture\u201d (art.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8003, - "Score": 0.5, - "Index": 8003, - "Paragraph": "A refugee is defined in the 1951 UN Convention and 1967 Protocol relating to the Status of Refugees as a person who: \\n is outside his/her country of origin; \\n has a well\u00adfounded fear of persecution because of race, religion, nationality, member\u00ad ship of a particular social group or political opinion; \\n is unable or unwilling to avail him\u00ad/herself of the protection of that country, or to return there, owing to the well\u00adfounded fear of persecution.Later regional instruments extended this definition. The 1969 Organization of African Unity (OAU) Convention Governing the Specific Aspects of Refugee Problems in Africa repeats the 1951 Convention\u2019s definition of a refugee, but also covers any person who, \u201cowing to external aggression, occupation, foreign domination or events seriously disturbing public order in either part or the whole of his country of origin or nationality, is compelled to leave his place of habitual residence in order to seek refuge in another place outside his country of origin or nationality\u201d (art. 1[2]). This means that in Africa, persons fleeing civil distur\u00ad bances, widespread violence and war are entitled to refugee status in States parties to the OAU Convention, whether or not they have a well\u00adfounded fear of persecution. In Latin America, the Cartagena Declaration of 1984, although not binding, recommends that the definition of a refugee used in the region should include, in addition to those fitting the 1951 Convention definition, persons who fled their country \u201cbecause their lives, safety or freedom have been threatened by generalized violence, foreign aggression, internal conflicts, massive violations of human rights or other circumstances which have seriously disturbed public order\u201d. Some Latin American States have incorporated this definition into their national legislation.The 1951 Convention \u2014 and also the 1969 OAU Convention \u2014 explicitly defines those who do not deserve international protection as refugees, even if they meet the above defi\u00ad nitions. These exclusion clauses are particularly relevant in the case of former combatants who have committed crimes against humanity, war crimes, etc., and are discussed in more detail in section 13.3.4.The instruments of refugee law set out a range of obligations of States parties, as well as rights and duties of refugees. The fundamental obligation of a country of asylum is not to \u201cexpel or return (\u2018refouler\u2019) a refugee in any manner whatsoever to the frontiers of territories where his life or freedom would be threatened on account of his race, religion, nationality, membership of a particular social group or political opinion\u201d (art.e 33[1] of the 1951 UN Convention). However, there is an exception to this rule, permitting return to the country of origin in the case of \u201ca refugee whom there are reasonable grounds for regarding as a danger to the security of the country in which he is, or who, having been convicted by a final judg\u00ad ment of a particularly serious crime, constitutes a danger to the community of that country\u201d (art. 33[2]).While the humanitarian character of asylum is implicit in the 1951 UN Convention, its definition of a refugee describes a victim of serious human rights violations, and it pro\u00ad vides an obligation for refugees to obey the laws and public order measures of the host country. It does not, however, deal explicitly with issues relating to combatants. Neverthe\u00ad less, principles relating to the humanitarian and civilian character of asylum have been developed in the OAU Refugee Convention and in recommendations of UNHCR\u2019s Executive Committee (the governing body of representatives of States) and have been reaffirmed by the UN General Assembly.The OAU Convention specifies that \u201cthe grant of asylum to refugees is a peaceful and humanitarian act and shall not be regarded as an unfriendly act by any Member State\u201d and highlights the need to make \u201ca distinction between a refugee who seeks a peaceful and normal life and a person fleeing his country for the sole purpose of fomenting subver\u00ad sion from outside\u201d and to be \u201cdetermined that the activities of such subversives should be discouraged, in accordance with the Declaration on the Problem of Subversion and Reso\u00ad lution of the Problem of Refugees adopted in Accra in 1965\u201d. Under article III of the OAU Convention, refugees not only have a duty to obey the laws of the country of asylum, but must also abstain from subversive activities against other countries. Parties to the OAU Convention undertake to prohibit refugees residing in their countries from attacking other countries, by any activities likely to cause tensions with other countries. Under article II, countries of asylum have an obligation \u201cas far as possible [to] settle refugees at a reasonable distance from the frontier of their country of origin\u201d.The UNHCR Executive Committee has formulated a number of conclusions, providing guidance for protection during mixed population movements. Conclusion 94 on preserving the humanitarian and civilian character of asylum is attached as Annex C. It recommends, among other things, that States receiving influxes of refugees and combatants should take measures as early as possible to: \\n disarm armed elements; \\n identify and separate combatants from the refugee population; \\n intern combatants.These recommendations are reaffirmed in various UN General Assembly resolutions. The General Assembly has \u201curge[d] States to uphold the civilian and humanitarian character of refugee camps and settlements, consistent with international law, inter alia, through effec\u00ad tive measures to prevent the infiltration of armed elements, to identify and separate any such armed elements from refugee populations, to settle refugees at safe locations, where possible away from the border, and to ensure prompt and unhindered access to them by humanitarian personnel\u201d.6 The General Assembly has also \u201cwelcom[ed] the increased atten\u00ad tion being given by the United Nations to the problem of refugee camp security, including through the development of operational guidelines on the separation of armed elements from refugee populations\u201d.7 In a report to the General Assembly, the UNHCR Executive Committee has recommended that the international community \u201cmobiliz[e] . . . adequate resources to support and assist host States in maintaining the civilian and humanitarian character of asylum, including in particular through disarmament of armed elements and the identification, separation and internment of combatants\u201d.8The exclusively civilian and humanitarian character of asylum serves several purposes: it reduces potential tensions between countries of asylum and origin; it provides refugees with better protection; it allows the identification and separation of armed elements; and it helps to deal with internal and external security problems. A foreigner planning or carrying out military\u00adrelated activities in the host country is therefore not a refugee, and the host country must prevent foreign armed elements from using its territory to attack another State and prevent genuine refugees from joining them.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 8, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "6.5. Refugee law", - "Heading3": "", - "Heading4": "", - "Sentence": "A refugee is defined in the 1951 UN Convention and 1967 Protocol relating to the Status of Refugees as a person who: \\n is outside his/her country of origin; \\n has a well\u00adfounded fear of persecution because of race, religion, nationality, member\u00ad ship of a particular social group or political opinion; \\n is unable or unwilling to avail him\u00ad/herself of the protection of that country, or to return there, owing to the well\u00adfounded fear of persecution.Later regional instruments extended this definition.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8022, - "Score": 0.5, - "Index": 8022, - "Paragraph": "The varying reasons for the arrival of foreign combatants in a host country, as well as whether or not that country is involved in armed conflict, will be among the factors that determine the response of the host country and that of the international community. For example, foreign combatants may enter a country directly involved in armed conflict; they may be in a country that is a neutral neighbouring State; or they may be in a non\u00adneutral country not directly involved in the conflict. Host countries may have political sympathies or State interests with regard to one of the parties to a conflict, and this may affect their policies or responses to influxes of combatants mixed in with refugees. Even if the host country is not neutral, international agencies should highlight the benefits to the host country and the region of complying with the international law framework described above. Awareness\u00adraising, training and ad\u00ad vocacy efforts, as well as individual country strategies to deal with issues of State capacity, cooperation and compliance with interna\u00ad tional obligations and recommended actions, should be carried out.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 10, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.1. Context", - "Heading3": "", - "Heading4": "", - "Sentence": "The varying reasons for the arrival of foreign combatants in a host country, as well as whether or not that country is involved in armed conflict, will be among the factors that determine the response of the host country and that of the international community.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8027, - "Score": 0.5, - "Index": 8027, - "Paragraph": "Key international agencies that could assist governments with issues relating to adult combatants include the Department of Peacekeeping Operations (DPKO), the International Committee of the Red Cross (ICRC), UNHCR, the UN High Commission on Human Rights (UNHCHR), the UN Development Programme (UNDP), the World Food Programme (WFP), the Office for the Coordination of Humanitarian Affairs (OCHA), the International Labour Organization (ILO) and the International Organization for Migration (IOM).Key national agencies that deal with these issues are those concerned with defence, armed forces, police, DDR, refugee/humanitarian activities and foreign affairs.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 10, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.2. Key agencies", - "Heading3": "", - "Heading4": "", - "Sentence": "Key international agencies that could assist governments with issues relating to adult combatants include the Department of Peacekeeping Operations (DPKO), the International Committee of the Red Cross (ICRC), UNHCR, the UN High Commission on Human Rights (UNHCHR), the UN Development Programme (UNDP), the World Food Programme (WFP), the Office for the Coordination of Humanitarian Affairs (OCHA), the International Labour Organization (ILO) and the International Organization for Migration (IOM).Key national agencies that deal with these issues are those concerned with defence, armed forces, police, DDR, refugee/humanitarian activities and foreign affairs.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8028, - "Score": 0.5, - "Index": 8028, - "Paragraph": "Identification, disarmament, separation, internment, demobilization and eventual repatri\u00ad ation and reintegration of foreign combatants (as well as other interventions) are multi\u00adState processes that require the participation and cooperation of multiple actors, including the host State, countries of origin, local communities, refugee communities, donor States, interna\u00ad tional and national agencies, regional organizations, and the political and military parts of the UN system. Therefore coordination within a host State and cross\u00adborder is vital.At the national level, it may be helpful for key government and international agencies to set up an inter\u00adagency forum for coordination and collaboration. This will be particu\u00ad larly useful where the capacity and resources of the host country are limited, and there is a need for the international community to provide large amounts of assistance. It is recom\u00ad mended that such a forum be restricted to essential and operational agencies present in the host country. The forum could arrange for and manage coordination and collaboration in matters of advocacy, awareness\u00adraising, providing policy guidance, capacity\u00adbuilding, and setting up and supervising the methods used for the separation and internment of com\u00ad batants, as well as later repatriation. Such a forum may also provide assistance with the maintenance of State security and with the mobilization of resources, including funding.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 11, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.1. Coordination", - "Heading4": "", - "Sentence": "Identification, disarmament, separation, internment, demobilization and eventual repatri\u00ad ation and reintegration of foreign combatants (as well as other interventions) are multi\u00adState processes that require the participation and cooperation of multiple actors, including the host State, countries of origin, local communities, refugee communities, donor States, interna\u00ad tional and national agencies, regional organizations, and the political and military parts of the UN system.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8034, - "Score": 0.5, - "Index": 8034, - "Paragraph": "Advocacy by agencies should be coordinated. Agencies should focus on assisting the host government to understand and implement its obligations under international law and show how this would be beneficial to State interests, such as preserving State security, demonstrating neutrality, etc.What key points should be highlighted in advocacy on international obligations? \\n The government must respect the right to seek asylum and the principle of non-refoulement for all persons seeking asylum, including acceptance at the frontier; \\n The government must take measures to identify, disarm and separate combatants from refugees as early as possible, preferably at the border; \\n The government of a neutral State has an obligation to intern identified combatants in a safe location away from the border/conflict zone; \\n An active combatant cannot be considered as a refugee. However, at a later stage, when it is clear that combatants have genuinely and permanently given up military activities, UNHCR would assist the government to determine the refugee status of demobilized former combatants using special procedures if any apply for refugee status; \\n Foreign children associated with armed forces and groups should be dealt with separately from adult foreign combatants and should benefit from special protection and assistance with regard to disarmament, demobilization, rehabilitation and reintegration. They should first be properly identified as persons under the age of 18, separated from adult combatants as soon as possible, and should not be accommodated in internment camps for adult combatants. They may be given the status of refugees or asylum seekers and accommodated in refugee camps or settlements in order to encourage their rehabilitation, reintegration and reconciliation with their communities; \\n Civilian family members of combatants should be treated as prima facie refugees or asylum seekers and may be accommodated in refugee camps or settlements; \\n Special assistance should be offered to women or girls abducted/forcibly married into armed groups and forces and then taken over borders.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 11, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.2. Advocacy", - "Heading4": "", - "Sentence": "Advocacy by agencies should be coordinated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8040, - "Score": 0.5, - "Index": 8040, - "Paragraph": "Security screening is vital to the identification and separation of combatants. This screening is the responsibility of the host government\u2019s police or armed forces, which should be present at entry points during population influxes.International personnel/agencies that may be present at border entry points during influxes include: peacekeeping forces; military observers; UN Civilian Police; UNHCR for reception of refugees, as well as reception of foreign children associated with fighting forces, if the latter are to be given refugee status; and the UN Children\u2019s Fund (UNICEF) for gen\u00ad eral issues relating to children. UNHCR\u2019s and/or UNICEF\u2019s child protection partner non\u00ad governmental organizations (NGOs) may also be present to assist with separated refugee children and children associated with armed forces and groups. Child protection agencies may be able to assist the police or army with identifying persons under the age of 18 years among foreign combatants.Training in security screening and identification of foreign combatants could usefully be provided to government authorities by specialist personnel, such as international police, DPKO and military experts. They may also be able to help in making assessments of situa\u00ad tions where there has been an infiltration of combatants, providing advice on preventive and remedial measures, and advocating for responses from the international community. The presence of international agencies as observers in identification, disarmament and separation processes for foreign combatants will make the combatants more confident that the process is transparent and neutral.Identification and disarmament of combatants should be carried out at the earliest possible stage in the host country, preferably at the entry point or at the first reception/ transit centre for new arrivals. Security maintenance at refugee camps and settlements may also lead to identification of combatants.If combatants are identified, they should be disarmed and transported to a secure loca\u00ad tion in the host country for processing for internment, in accordance with the host govern\u00ad ment\u2019s obligations under international humanitarian law.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 12, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.3. Security screening and identification of foreign combatants", - "Heading4": "", - "Sentence": "Security screening is vital to the identification and separation of combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8047, - "Score": 0.5, - "Index": 8047, - "Paragraph": "What methods are there for identification? \\n Self-identification. Especially in situations where it is known that the host government has facilities for foreign combatants, some combatants may identify themselves voluntarily, either as part of military structures or individually. Providing information on the availability of internment camp facilities for foreign combatants may encourage self-identification. Groups of combatants from a country at war may negotiate with a host country to cross into its territory before actually doing so, and peacekeepers with a presence at the border may have a role to play in such negotiations. The motivation of those who identify themselves as combatants is usually either to desert on a long-term basis and perhaps to seek asylum or to escape the heat of battle temporarily. \\n Appearance. Military uniforms, weapons and arriving in troop formation are obvious signs of persons being combatants. Even where there are no uniforms or weapons, military and security officials of the host country will often be skilful at recognizing fellow military and security personnel \u2014 from appearance, demeanour, gait, scars and wounds, responses to military language and commands, etc. Combatants\u2019 hands may show signs of having carried guns, while their feet may show marks indicating that they have worn boots. Tattoos may be related to the various fighting factions. Combatants may be healthier and stronger than refugees, especially in situations where food is limited. It is important to avoid arbitrarily identifying all single, able-bodied young men as combatants, as among refugee influxes there are likely to be boys and young men who have been fleeing from forced military recruitment, and they may never have fought. \\n Security screening questions and luggage searches. Questions asked about the background of foreigners entering the host country (place of residence, occupation, circumstances of flight, family situation, etc.) may reveal that the individual has a military background. Luggage searches may reveal military uniforms, insignia or arms. Lack of belongings may also be an indication of combatant status, depending on the circumstances of flight. \\n Identification by refugees and local communities. Some refugees may show fear or wariness of combatants and may point out combatants in their midst, either at entry points or as part of relocation movements to refugee camps. Local communities may report the presence of strangers whom they suspect of being combatants. This should be carefully verified and the individual(s) concerned should have the opportunity to prove that they have been wrongly identified as combatants, if that is the case. \\n Perpetrators of cross-border armed incursions and attacks. Host country authorities may intercept combatants who are launching cross-border attacks and who pose a serious threat to the country. Stricter security and confinement measures would be necessary for such individuals.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 12, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.4. Methods of identifying foreign combatants", - "Heading4": "", - "Sentence": "What methods are there for identification?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8072, - "Score": 0.5, - "Index": 8072, - "Paragraph": "Once combatants are identified, they will usually be taken into the custody of the army of the host country and/or peacekeepers. They should be disarmed as soon as possible. Inter\u00ad national military and police personnel may need to assist in this process. Weapons should be documented and securely stored for destruction or handing over to the government of the country of origin at the end of the internment period (e.g., at the end of the conflict). Other items such as vehicles should be kept in safe locations, also to be handed over at the end of the internment period. Personal items may be left in the possession of the owner.After they have been disarmed, foreign combatants may be handed over to the author\u00ad ity responsible for their transportation to an internment facility \u2014 usually the police or security forces. The assistance of peacekeeping forces and any other relevant agencies may be required.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 13, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.5. Disarmament", - "Heading4": "", - "Sentence": "Once combatants are identified, they will usually be taken into the custody of the army of the host country and/or peacekeepers.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8079, - "Score": 0.5, - "Index": 8079, - "Paragraph": "The host country, in collaboration with UN missions and other relevant international agencies, should decide at an early stage what level of demobilization of interned foreign combatants is desirable and within what time\u00adframe. This will depend partly on the profile and motives of internees, and will determine the types of structures, services and level of security in the internment facility. For example, keeping military command and control structures will assist with maintaining discipline through commanders. Lack of demobilization, however, will delay the process of internees becoming civilians, and as a result the possibility of their gaining future refugee status as an exit strategy for foreign combatants who are seeking asylum. On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process. Reuniting family members or putting them in contact with each other and providing skills training, peace education and rehabilitation programmes will also aid demobilization. Mixing different and rival factions from the country of origin, the feasibility of which will depend on the nature of the conflict and the reasons for the fighting, will also make demobilization and reconciliation processes easier.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 13, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.6. Demobilization", - "Heading4": "", - "Sentence": "The host country, in collaboration with UN missions and other relevant international agencies, should decide at an early stage what level of demobilization of interned foreign combatants is desirable and within what time\u00adframe.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8086, - "Score": 0.5, - "Index": 8086, - "Paragraph": "Article 11 of the 1907 Hague Convention provides that: \u201cA Neutral Power which receives on its territory troops belonging to the belligerent armies shall intern them, as far as possible, at a distance from the theatre of war. It may keep them in camps and even confine them in fortresses or in places set apart for this purpose. It shall decide whether officers can be left at liberty on giving their parole not to leave the neutral territory without permission.\u201d Internment therefore does not necessarily require complete loss of liberty, and host States could grant internees varying degrees of freedom of movement, as long as the foreign combatants can no longer participate in hostilities from the neutral States\u2019 territory. The host government should therefore decide what level of freedom of movement it wants to allow internees and set up a system to regulate movement in and out of internment camps. In order to be able to monitor the movement of internees properly and prevent them from engaging in unlawful activities, including use of the host country\u2019s territory for military purposes, it is likely to be necessary for internment to involve at least some level of confinement. Depending on the local circumstances (mainly the extent of the security risk), this may range from a closed camp with no external freedom of movement to systems that provide for freedom of movement (e.g., a pass system that permits visits outside the camp or a system of reporting to authorities).Article 12 of the Convention lays down the conditions of treatment for internees as follows: \u201cIn the absence of a special convention to the contrary, the Neutral Power shall supply the interned with the food, clothing, and relief required by humanity. At the conclu\u00ad sion of peace the expenses caused by the internment shall be made good.\u201d", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 14, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "The nature of internment", - "Sentence": "Article 11 of the 1907 Hague Convention provides that: \u201cA Neutral Power which receives on its territory troops belonging to the belligerent armies shall intern them, as far as possible, at a distance from the theatre of war.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8093, - "Score": 0.5, - "Index": 8093, - "Paragraph": "The Third Geneva Convention of 1949 lays down minimum rights and conditions of intern\u00ad ment to be granted to captured combatants. These rights also apply by analogy to foreign combatants interned in a neutral State.What are the basic standards under the Third Geneva Convention? \\n Internees must be treated humanely at all times and are entitled to respect for their person (art. 3); \\n There must be no harmful discrimination among internees (art. 16); \\n Female internees must be treated in a way that caters for their specific needs and must be given treatment as favourable as that given to men (art. 14); \\n Internees must be provided, free of charge, with the necessary maintenance and medical attention required by their state of health (art. 15); \\n No physical or mental torture, or any other form of coercion, may be inflicted on them to get information of any kind (art. 17); \\n Internees must be provided with an identity card (art. 17); \\n After they are separated from civilians, combatants must be evacuated as soon as possible to camps a safe distance away from the combat zone, and these evacuations must be carried out humanely (i.e., evacuees must be given sufficient food, drinking water and necessary clothing and medical attention) (arts. 19 and 20); \\n Interned combatants must not be accommodated in prisons (art. 22); \\n Places of internment must be hygienic and healthy places to live. Internees\u2019 quarters must be protected from dampness and adequately heated and lighted Level 5 Cross-cutting Issues Cross-border Population Movements 15 5.40 (conditions must not harm their health). Camps must be kept clean, and proper sanitary measures should be taken to prevent epidemics (arts. 22, 25 and 29); \\n Female internees must be accommodated separately from men, and separate dormitories and hygienic supplies should be provided for them (arts. 25 and 29); \\n Daily food rations must be sufficient in quantity, quality and variety to keep internees in good health, and their habitual diet must also be taken into account (art. 26); \\n Internees must enjoy complete freedom in the exercise of their religion and in the practice of sports and intellectual activities (arts. 34\u201338); \\n Internees must be permitted to receive and send letters, as well as individual parcels or collective shipments (e.g., of food, clothing) (arts. 71\u201373); \\n Internees\u2019 working conditions should be properly regulated (arts. 49\u201357); \\n Internees must have the right to make requests to the authorities interning them regarding their conditions of captivity (art. 78).Additional Protocol II relating to Protection of Victims of Non\u00adInternational Armed Conflicts provides in Part II for humane, non\u00addiscriminatory treatment for those who do not take a direct part in, or who have ceased to take part in, hostilities, whether or not their liberty has been restricted. Such persons may include internees.What are applicable standards under Additional Protocol II? \\n Internees must receive similar treatment to the local civilian population regarding provision of food and drinking water, health and hygiene, and protection against the climate and the dangers of the armed conflict (art. 5[1][b]); \\n They must be allowed to receive individual or collective relief (art. 5[1][c]); \\n They must have freedom to practise their religion (art. 5[1][d]); \\n If made to work, they must have the benefit of working conditions and safeguards similar to those enjoyed by the local civilian population (art. 5[1][e]); \\n They should be allowed to send and receive letters and cards (art. 5[2][b]); \\n Places of internment must not be located close to the combat zone (art. 5[2][c]); \\n Internees must be evacuated under conditions of safety if the internment site becomes exposed to danger arising out of the armed conflict (art. 5[2][c]); \\n Internees are entitled to free medical examinations and treatment (art. 5[2][d]); \\n Internees\u2019 physical or mental health and integrity must not be endangered by any unjustified act or omission (art. 5[2][e]); \\n Women must be accommodated in separate quarters and be under the supervision of women, except where they are accommodated with male family members (art. 5[2][a]); \\n If it is decided to release persons deprived of their liberty, necessary measures must be taken to ensure their safety (art. 5[4]).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 14, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Standards of internment", - "Sentence": "The Third Geneva Convention of 1949 lays down minimum rights and conditions of intern\u00ad ment to be granted to captured combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8126, - "Score": 0.5, - "Index": 8126, - "Paragraph": "At least at the early stages of setting up and managing an internment camp, it is likely that host governments will lack capacity and resources for the task. International agencies have an important role to play in acquiring and supplying resources in order to assist the host government to provide internees with the \u201crelief required by humanity\u201d (as required under the Hague Convention): \\n In collaboration with the host government, international agencies should assist with awareness\u00adraising and lobbying of donors, which should take place as soon as possible, as donor funding often takes time to be made available. Donors should be informed about the resource needed to separate and intern combatants and the benefits of such policies, e.g., maintaining State security, helping the host government to keep borders open for asylum seekers, etc.; \\n International agencies should favourably consider contributing financial grants, mate\u00ad rial and other assistance to internment programmes, especially in the early phases when the host government will not have donor funding for such programmes. Contributing assistance, even on an ad hoc and temporary basis, will make international agencies\u2019 advocacy and advisory roles more effective. The following are some illustrations of ways in which international agencies can contribute:Food. WFP may assist with providing food. Given the inability of internees to feed themselves because of their restricted freedom of movement, each internee should be entitled to a full food ration of at least 2,100 kilocalories per day. \\n Health care. International agencies\u2019 partners (e.g., local Red Cross societies) may be able to provide mobile health clinics, to supplement hospital treatment for more serious medical matters. Medical care should include reproductive health care for female internees. \\n Non-food items. Items such as plastic sheeting, plates, buckets, blankets, sleeping mats, soap, etc. will be needed for each internee and agency contributions will be essential. Agencies such as UNHCR and ICRC, if they have the resources, may be able to give extra assistance at least temporarily until the government receives regular donor funding for the internment initiative. \\n Registration and documentation. Agencies could help the host government to develop a system for registration and issuing of identity documentation. Agencies will often need the data themselves, e.g., ICRC in order to arrange family tracing and family visits, and UNHCR for the purpose of getting information on the profiles of internees who may later come within their mandate if, at a later stage, internees apply for refugee status. ICRC may issue its own documentation to internees in connection with its detention-monitoring role. \\n Skills training. To combat the problem of idleness and to provide rehabilitation and alternative skills for internees, as well as to maintain order and dignity during internment, agency partners must try to provide/fund vocational skills training programmes as soon as possible. In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated. Social skills training would also be helpful here, such as sensitization in human rights, civic education, peace-building, HIV/AIDS, and sexual and gender-based violence. \\n Recreation. Sufficient space for recreation and sporting equipment should be provided for the purpose of recreation. \\n Re-establishing family links. ICRC, together with national societies, should try to trace family members of internees, both across borders and within the host country, which will allow family links to be re-established and maintained (e.g., through exchange of Red Cross messages). Where civilian family members have also crossed into the host country, arrangements should be made for maintaining family unity. There are various options: families could be accommodated in internment camps, or in a separate nearby facility, or in a refugee camp or settlement. If family members are voluntarily accommodated Level 5 Cross-cutting Issues Cross-border Population Movements 17 5.40 together with or near to internees, this has the advantage of preserving family unity, helping to break down military hierarchies in internment camps, reducing risks of local/refugee community retaliation against the family members on account of their connections to combatants, and minimizing the chances of combatants moving to civilian sites in order to be with their family members. However, the family members may face security risks, including physical violence and sexual harassment, from internees. Where civilian spouses and children are not accommodated with internees, regular and adequate family visits to internment camps must be arranged by ICRC, UNHCR or other relevant agencies. \\n Monitoring. ICRC should be able to carry out regular, confidential monitoring of internment camps, including the treatment of internees and the standards of their internment, in accordance with its mandate for persons deprived of their liberty for reasons related to armed conflict. Reports from monitoring visits will be provided on a confidential basis to the government of the host country. \\n Host communities. The involvement and support of host communities will be vital to the internment process. Therefore, agencies should consider providing host communities with community-based development assistance programmes.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 15, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Assistance by the international community", - "Sentence": "At least at the early stages of setting up and managing an internment camp, it is likely that host governments will lack capacity and resources for the task.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8164, - "Score": 0.5, - "Index": 8164, - "Paragraph": "In view of the chaotic conditions usually found in conflict situations and the difficulties in setting up an adequate identification programme that could be operational immediately, combatants may be admitted to separation, disarmament and internment processes re\u00ad gardless of their nationality. Hence, it would be more practical to deal with problems of nationality at the end of internment, in order to decide, in consultation with the former combatants, the country in which they would undergo a DDR programme and the country to which they would finally return. This will require liaison between the governments in\u00ad volved, and should be closely monitored/supervised by the relevant agencies.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 14, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Nationality issues", - "Sentence": "In view of the chaotic conditions usually found in conflict situations and the difficulties in setting up an adequate identification programme that could be operational immediately, combatants may be admitted to separation, disarmament and internment processes re\u00ad gardless of their nationality.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8167, - "Score": 0.5, - "Index": 8167, - "Paragraph": "Internment camps should provide gender\u00adappropriate facilities, including separate accom\u00ad modation, washing and toilet facilities, as well as sex\u00adspecific health services, including reproductive health care. This must include sanitary kits and clean birthing kits for women. Women with babies should be given the means to care for their own children. With the ex\u00ad ception of young babies, accommodating children in internment camps should be avoided and alternative accommodation should be found for them and their mothers. When intern\u00ad ees are transported, sufficient vehicles should be provided to offer women the option of being transported separately from men, if their personal safety is threatened. Protection from sexual harassment and other violence should be ensured at all times (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 17, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Special requirements of female combatants", - "Sentence": "Internment camps should provide gender\u00adappropriate facilities, including separate accom\u00ad modation, washing and toilet facilities, as well as sex\u00adspecific health services, including reproductive health care.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8173, - "Score": 0.5, - "Index": 8173, - "Paragraph": "In the internment camps, authorities should have flexibility to review and change incorrect decisions regarding who has been interned on a case\u00adby\u00adcase basis. For this purpose, agen\u00ad cies with a protection mandate, such as ICRC, UNHCR, UNHCHR and UNICEF, should have confidential access to internees.Persons incorrectly interned include: \\n civilians who have not participated in military activities, and who could therefore be regarded as refugees or asylum seekers; \\n civilians who have not participated in military activities and who were abducted by combatants (including women and girls abducted for the purpose of sexual slavery and men abducted for medical or other labour services), but who do not fall within the definition of a refugee. Such persons will usually be voluntarily repatriated; \\n children associated with armed forces and groups who were not identified as children during the separation process, incorrectly ending up in internment camps for adult combatants; \\n persons who do not fit the definition of combatant, and who were separated and in\u00ad terned on the basis of criteria other than those established for the separation process.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 17, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Redressing incorrect internment decisions", - "Sentence": "In the internment camps, authorities should have flexibility to review and change incorrect decisions regarding who has been interned on a case\u00adby\u00adcase basis.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8176, - "Score": 0.5, - "Index": 8176, - "Paragraph": "It is important, whenever possible, to plan for exit strategies for internment programmes, although where the conflict in the country of origin lasts a long time, internment may also be lengthy. Exit strategies may include: \\n including internees in DDR programmes in the country of origin at the end of the conflict; \\n deciding whether internees who are considered to have become civilians after a period of demobilization and who apply for refugee status should be given that status.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Exit strategies", - "Sentence": "It is important, whenever possible, to plan for exit strategies for internment programmes, although where the conflict in the country of origin lasts a long time, internment may also be lengthy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8178, - "Score": 0.5, - "Index": 8178, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8196, - "Score": 0.5, - "Index": 8196, - "Paragraph": "In many armed conflicts, it is common to find large numbers of children among combat\u00adants, especially in armed groups and in long\u00ad lasting conflicts. Priority shall be given to identifying, removing and providing appro\u00ad priate care for children during operations to identify and separate foreign combatants. Correct identification of children among com\u00ad batants who enter a host country is vital, because children shall benefit from separate programmes that provide for their safe re\u00ad moval, rehabilitation and reintegration.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 19, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.1. Context", - "Heading3": "", - "Heading4": "", - "Sentence": "In many armed conflicts, it is common to find large numbers of children among combat\u00adants, especially in armed groups and in long\u00ad lasting conflicts.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8199, - "Score": 0.5, - "Index": 8199, - "Paragraph": "UNHCR, UNICEF and ICRC will be particularly involved in helping governments to deal with foreign children associated with armed forces and groups. Key national agencies in\u00ad clude those concerned with children\u2019s issues, social welfare, and refugee and humanitarian affairs.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 19, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.2. Key agencies", - "Heading3": "", - "Heading4": "", - "Sentence": "UNHCR, UNICEF and ICRC will be particularly involved in helping governments to deal with foreign children associated with armed forces and groups.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8201, - "Score": 0.5, - "Index": 8201, - "Paragraph": "Agencies such as UNHCR, UNICEF and ICRC should advocate with the host country for foreign children associated with armed forces and groups to be given a legal status, and care and protection that promote their speedy rehabilitation and best interests, in accordance with States\u2019 obligations under the Convention on the Rights of the Child and its Optional Protocol on Involvement of Children in Armed Conflict.An appropriate status for children may include refugee status, because of the illegality of and serious child rights violations involved in the under\u00adaged recruitment of children, as well as the need for children to be removed, rehabilitated and reintegrated in their com\u00ad munities as soon as possible. Refugee status can be given on a prima facie and collective basis in cases of large\u00adscale arrivals, as and if applicable. Where the refugee status of indi\u00ad viduals must be decided, reasons for giving refugee status in the case of children fleeing armed conflict may include a well\u00adfounded fear of illegal recruitment, sexual slavery or other serious child rights violations.Agreement should be reached with the host government on the definition of a \u2018child\u2019 for the purpose of providing separate treatment for children associated with armed forces and groups. In view of the development of international law towards the position that persons under age 18 should not participate in hostilities, it is recommended that advocacy with host governments should be for all combatants under the age of 18 to be regarded as children.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 19, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.1. Agreement with host country government on the status and treatment of foreign children associated with armed forces and groups", - "Heading4": "", - "Sentence": "Agencies such as UNHCR, UNICEF and ICRC should advocate with the host country for foreign children associated with armed forces and groups to be given a legal status, and care and protection that promote their speedy rehabilitation and best interests, in accordance with States\u2019 obligations under the Convention on the Rights of the Child and its Optional Protocol on Involvement of Children in Armed Conflict.An appropriate status for children may include refugee status, because of the illegality of and serious child rights violations involved in the under\u00adaged recruitment of children, as well as the need for children to be removed, rehabilitated and reintegrated in their com\u00ad munities as soon as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8205, - "Score": 0.5, - "Index": 8205, - "Paragraph": "When agreement is reached with the host country government about the definition of a child and the methods for providing children with separate treatment from adults, this informa\u00ad tion should be provided to all those involved in the process of identifying and separating combatants (i.e., army, police, peacekeepers, international police, etc.).It is often difficult to decide whether a combatant is under the age of 18, for a range of reasons. The children themselves may not know their own ages. They are likely to be under the influence of commanders who may not want to lose them, or they may be afraid to separate from commanders. Questioning children in the presence of commanders may not, therefore, always provide accurate information, and should be avoided. On the other hand, young adult combatants who do not want to be interned may try to falsify their age. Child protection agencies present at border entry points may be able to help army and police personnel with determining the ages of persons who may be children. It is therefore rec\u00ad ommended that agreement be reached with the government of the host country on the involvement of such agencies as advisers in the identification process (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 20, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.2. Identification of children among foreign combatants", - "Heading4": "", - "Sentence": "When agreement is reached with the host country government about the definition of a child and the methods for providing children with separate treatment from adults, this informa\u00ad tion should be provided to all those involved in the process of identifying and separating combatants (i.e., army, police, peacekeepers, international police, etc.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8213, - "Score": 0.5, - "Index": 8213, - "Paragraph": "Once identified, children should be disarmed if necessary, removed from commanders and handed over to the custody of relevant agencies present at the border such as UNHCR, UNICEF and child protection NGOs.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 20, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.3. Separation of foreign children associated with armed forces and groups", - "Heading4": "", - "Sentence": "Once identified, children should be disarmed if necessary, removed from commanders and handed over to the custody of relevant agencies present at the border such as UNHCR, UNICEF and child protection NGOs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8214, - "Score": 0.5, - "Index": 8214, - "Paragraph": "Children should not be accommodated in internment camps with adult combatants, unless a particular child is a serious security threat. This should only happen in exceptional circum\u00ad stances, and for no longer than absolutely necessary.Where the government has agreed to recognize children associated with fighting forces as refugees, these children can be accommodated in refugee camps or settlements, with due care given to possible security risks. For example, a short period in a refugee transit centre or appropriate interim care facility may give time for the child to start the demobilization process, socialize, readjust to a civilian environment, and prepare to transfer to a refugee camp or settlement. Temporary care measures like these would also provide time for agencies to carry out registration and documentation of the child and inter\u00adcamp tracing for family members, and find a suitable camp for placement. Finally, the use of an interim facility will allow the organization of a sensitization campaign in the camp to help other refugees to accept children associated with armed forces and groups who may be placed with them for reintegration in communities.Children associated with armed forces and groups should be included in programmes for other populations of separated children rather than being isolated as a separate group within a refugee camp or settlement. The social reintegration of children associated with fighting forces in refugee communities will be assisted by offering them normal activities such as education, vocational skills training and recreation, as well as family tracing and reunification. Younger children may be placed in foster care, whereas \u2018independent/group living\u2019 arrangements with supervision by a welfare officer and \u2018older brother\u2019 peer support may be more appropriate for older adolescents.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 20, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.4. Demobilization, rehabilitation and reintegration", - "Heading4": "", - "Sentence": "Children should not be accommodated in internment camps with adult combatants, unless a particular child is a serious security threat.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8221, - "Score": 0.5, - "Index": 8221, - "Paragraph": "Prevention of (re\u00ad)recruitment, especially of at\u00adrisk young people such as children previously associated with armed forces and groups and separated children, must be an important focus in refugee camps and settlements. Preventive measures include: locating camps and settlements a safe distance from the border; sufficient agency staff being present at the camps; security and good governance measures; sensitization of refugee communities, families and children themselves to assist them to avoid recruitment in camps; birth registration of children; and adequate programmes for at\u00adrisk young people, including family\u00adtracing activities, education and vocational skills programmes to provide alternative livelihood options for the future.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 21, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.5. Prevention of military recruitment", - "Heading4": "", - "Sentence": "Prevention of (re\u00ad)recruitment, especially of at\u00adrisk young people such as children previously associated with armed forces and groups and separated children, must be an important focus in refugee camps and settlements.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8223, - "Score": 0.5, - "Index": 8223, - "Paragraph": "In many conflicts, there is a significant level of war\u00adrelated sexual violence against girls. (NB: Boys may also be affected by sexual abuse, and it is necessary to identify survivors, although this may be difficult.) Girls who have been associated with armed groups and forces may have been subjected to sexual slavery, exploitation and other abuses and may have babies of their own. Once removed from the armed group or force, they may continue to be at risk of exploitation in a refugee camp or settlement, especially if they are separated from their families. Adequate and culturally appropriate sexual and gender\u00adbased violence pro\u00ad grammes should be provided in refugee camps and communities to help protect girls, and community mobilization is needed to raise awareness and help prevent exploitation and abuse. Special efforts should be made to allow girls access to basic services in order to prevent exploitation (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 21, - "Heading1": "8. Foreign children associated with armed forces and groups and DDR issues in host countries", - "Heading2": "8.3. Key actions", - "Heading3": "8.3.6. Specific needs of girls", - "Heading4": "", - "Sentence": "In many conflicts, there is a significant level of war\u00adrelated sexual violence against girls.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8229, - "Score": 0.5, - "Index": 8229, - "Paragraph": "Foreign combatants entering a host country may sometimes be accompanied by civilian fam\u00ad ily members or other dependants. Family members may also independently make their way to the host country. If the family members have entered the host country to seek asylum, they should be considered as refugees or asylum seekers, unless there are individual cir\u00ad cumstances to the contrary.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 22, - "Heading1": "9. Civilian family members or other dependants of combatants and DDR issues in host countries", - "Heading2": "9.1. Context", - "Heading3": "", - "Heading4": "", - "Sentence": "Foreign combatants entering a host country may sometimes be accompanied by civilian fam\u00ad ily members or other dependants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8232, - "Score": 0.5, - "Index": 8232, - "Paragraph": "UNHCR is the mandated UN agency for refugees. Key national agencies include those deal\u00ad ing with refugees and humanitarian affairs.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 22, - "Heading1": "9. Civilian family members or other dependants of combatants and DDR issues in host countries", - "Heading2": "9.2. Key agencies", - "Heading3": "", - "Heading4": "", - "Sentence": "UNHCR is the mandated UN agency for refugees.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8234, - "Score": 0.5, - "Index": 8234, - "Paragraph": "When civilian family members of combatants enter a country of asylum, they should be directed to UNHCR and the host government\u2019s refugee agency, while the adult combatants will be dealt with by the army and police. Family members or dependants may be accom\u00ad modated in refugee camps or settlements or urban areas (depending on the policy of the government of the host country). Accommodation placements should be carried out with due regard to protection concerns, e.g., family members of a combatant should be protected from other refugees who may be victims of that combatant.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 22, - "Heading1": "9. Civilian family members or other dependants of combatants and DDR issues in host countries", - "Heading2": "9.3. Key actions", - "Heading3": "9.3.1. Providing safe asylum and accommodation", - "Heading4": "", - "Sentence": "When civilian family members of combatants enter a country of asylum, they should be directed to UNHCR and the host government\u2019s refugee agency, while the adult combatants will be dealt with by the army and police.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8237, - "Score": 0.5, - "Index": 8237, - "Paragraph": "It is important to try to establish family links between refugee family members and com\u00ad batants in internment camps, since separation and internment policies may create many female\u00adheaded households. Family links can be maintained through family tracing, ex\u00ad changes of Red Cross messages and family visits to internment camps, which should be organized by ICRC, Red Cross national societies and UNHCR. Women and girls who have been forcibly abducted and are married under circumstances not recognized by customary or national law have the right, with their children where applicable, to be safely separated from their \u2018husbands\u2019 (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 22, - "Heading1": "9. Civilian family members or other dependants of combatants and DDR issues in host countries", - "Heading2": "9.3. Key actions", - "Heading3": "9.3.2. Maintaining family links with foreign combatants", - "Heading4": "", - "Sentence": "It is important to try to establish family links between refugee family members and com\u00ad batants in internment camps, since separation and internment policies may create many female\u00adheaded households.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8240, - "Score": 0.5, - "Index": 8240, - "Paragraph": "It is essential to ensure that refugee camps and settlements do not become militarized through the infiltration of combatants, which may lead to camps and settlements becoming the focus of security problems, including military attacks. Preventing this problem is primarily the responsibility of the government of the host country, but international agencies should support the government, and donor support will be essential.Security in and around refugee camps and settlements can be achieved through: \\n locating refugee camps and settlements a safe distance away from the border (generally at least 50 kilometres) and conflict zones; \\n the systematic identification, disarmament, separation and internment of combatants; \\n the screening of persons being relocated to refugee camps to ensure that only civilians are admitted; \\n prohibiting armed elements from residence in, transit though or visits to refugee camps and settlements; \\n prohibiting all military activities in refugee camps, including recruitment, training and providing support to combatants; \\n prohibiting the holding, trading and bringing of weapons and ammunition into refugee camps and settlements by unauthorized persons; \\n ensuring the presence of enough agency staff in camps and settlements; enforcing law and order in camps and settlements; \\n enforcing security measures such as stationing police in and around camps and settle\u00ad ments; \\n involving refugees in ensuring their own security and the peaceful and humanitarian character of camps and settlements, e.g., through community\u00adbased neighbourhood watch schemes and good governance measures in camps and settlements; \\n enforcing properly functioning camp rules and by\u00adlaws to regulate the conduct of refugees, resolve disputes, etc., in order to supplement the laws of the host country (to which refugees are also subject); \\n correctly designing the size and physical layout of camps and settlements; encouraging good neighbourliness between refugee camps/settlements and host communities.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 22, - "Heading1": "9. Civilian family members or other dependants of combatants and DDR issues in host countries", - "Heading2": "9.3. Key actions", - "Heading3": "9.3.3. Preserving the civilian and humanitarian character of asylum", - "Heading4": "", - "Sentence": "It is essential to ensure that refugee camps and settlements do not become militarized through the infiltration of combatants, which may lead to camps and settlements becoming the focus of security problems, including military attacks.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8242, - "Score": 0.5, - "Index": 8242, - "Paragraph": "In the context of regionalized conflicts, cross\u00adborder attacks and movements of combatants across borders, experience has shown that within the households of combatants, or under their control in other ways, will be persons who have been abducted across borders for the purposes of forced labour, sexual exploitation, military recruitment, etc. Their presence may not become known until some time after fighting has ended.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 23, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.1. Context", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of regionalized conflicts, cross\u00adborder attacks and movements of combatants across borders, experience has shown that within the households of combatants, or under their control in other ways, will be persons who have been abducted across borders for the purposes of forced labour, sexual exploitation, military recruitment, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8244, - "Score": 0.5, - "Index": 8244, - "Paragraph": "Cross\u00adborder abductees do not necessarily come within the mandate of any specific inter\u00ad national agency. However, agencies such as UNHCR and ICRC are encouraged to assist such third\u00adcountry nationals on humanitarian grounds in view of their situation of external dis\u00ad placement. Key national agencies include those concerned with humanitarian affairs.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 23, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.2. Key agencies", - "Heading3": "", - "Heading4": "", - "Sentence": "Cross\u00adborder abductees do not necessarily come within the mandate of any specific inter\u00ad national agency.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8247, - "Score": 0.5, - "Index": 8247, - "Paragraph": "The main ways in which agencies can protect and assist cross\u00adborder abductees are for them to: (1) identify those who have been abducted (they may often be \u2018invisible\u2019, particularly in view of their vulnerability and their marginalization from the local community because of their foreign nationality, although it may be possible to get access to them by working through local, especially women\u2019s organizations); (2) arrange for their release if necessary; and (3) arrange for their voluntary repatriation or find another long\u00adterm way to help them. Foreign abductees should be included in inter\u00adagency efforts to help national abductees, such as advocacy with and sensitization of combatants to release abductees under their control (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.1. Identification, release, finding long-lasting solutions", - "Heading4": "", - "Sentence": "The main ways in which agencies can protect and assist cross\u00adborder abductees are for them to: (1) identify those who have been abducted (they may often be \u2018invisible\u2019, particularly in view of their vulnerability and their marginalization from the local community because of their foreign nationality, although it may be possible to get access to them by working through local, especially women\u2019s organizations); (2) arrange for their release if necessary; and (3) arrange for their voluntary repatriation or find another long\u00adterm way to help them.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8249, - "Score": 0.5, - "Index": 8249, - "Paragraph": "Cross\u00adborder abductees should be considered as eligible to participate in reintegration pro\u00ad grammes in the host country or country of origin together with other persons associated with the armed forces and groups, regardless of whether or not they are in possession of weapons. Although linked to the main DDR process, such programmes should be separate from those dealing with persons who have fought/carried weapons, and should carefully screen refugees to identify those who are eligible.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.2. Eligibility for DDR", - "Heading4": "", - "Sentence": "Cross\u00adborder abductees should be considered as eligible to participate in reintegration pro\u00ad grammes in the host country or country of origin together with other persons associated with the armed forces and groups, regardless of whether or not they are in possession of weapons.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8251, - "Score": 0.5, - "Index": 8251, - "Paragraph": "Women and girl abductees, including forced wives of combatants and those with children conceived during their captivity, are likely to be in a particularly difficult situation, both in the host country and in the country of origin. They will need special attention in protection, reintegration and reconciliation activities.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.3. Issues relating to women and girls", - "Heading4": "", - "Sentence": "Women and girl abductees, including forced wives of combatants and those with children conceived during their captivity, are likely to be in a particularly difficult situation, both in the host country and in the country of origin.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8253, - "Score": 0.5, - "Index": 8253, - "Paragraph": "Cross\u00adborder abductees who do not want to repatriate, or are not in a position to make a decision to separate themselves from abduc\u00ad tors/combatants, should be included in hu\u00ad manitarian assistance programmes in these locations, in order to empower them so that they can make decisions about their future, as well as to help them integrate into the host country, if that is what they want to do.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.4. Local integration and empowerment", - "Heading4": "", - "Sentence": "Cross\u00adborder abductees who do not want to repatriate, or are not in a position to make a decision to separate themselves from abduc\u00ad tors/combatants, should be included in hu\u00ad manitarian assistance programmes in these locations, in order to empower them so that they can make decisions about their future, as well as to help them integrate into the host country, if that is what they want to do.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8254, - "Score": 0.5, - "Index": 8254, - "Paragraph": "Cross\u00adborder family links should be estab\u00ad lished and coordinated in collaboration with ICRC and national Red Cross and Red Cres\u00ad cent societies (which have a mandate for tracing people across international borders) or other relevant agencies. This service will assist cross\u00adborder abductees to make decisions about their long\u00adterm future (e.g., by helping them to assess the reaction of family members to their situation) and will help to bring about future family reunification. Both abductees and family members are likely to be in need of counselling before family reunification.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.5. Re-establishing family links", - "Heading4": "", - "Sentence": "Cross\u00adborder family links should be estab\u00ad lished and coordinated in collaboration with ICRC and national Red Cross and Red Cres\u00ad cent societies (which have a mandate for tracing people across international borders) or other relevant agencies.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8257, - "Score": 0.5, - "Index": 8257, - "Paragraph": "Since lasting peace and stability in a region depend on the ability of DDR programmes to attract the maximum possible number of former combatants, the following principles relat\u00ad ing to regional and cross\u00adborder issues should be taken into account in planning for DDR: \\n DDR programmes should be open to all persons who have taken part in the con\u00ad flict, including foreigners and nationals who have crossed international borders. Extensive sensitization is needed both in countries of origin and host countries to ensure that all persons entitled to par\u00ad ticipate in DDR programmes are aware of their right to do so; DDR programmes should be open to all persons who have taken part in the conflict, including foreigners and nationals who have crossed international borders. \\n close coordination and links among all DDR programmes in a region are essential. There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible. While DDR programmes may be implemented within a regional framework, such programmes must nevertheless take into full consideration the poli\u00ad tical, social and economic contexts of the different countries in which they are to be implemented; \\n in order to have accurate information on foreign combatants who have been involved in a conflict, DDR registration forms should contain a specific question on the national\u00ad ity of the combatant.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.1. Regional dimensions to be taken into account in setting up DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Since lasting peace and stability in a region depend on the ability of DDR programmes to attract the maximum possible number of former combatants, the following principles relat\u00ad ing to regional and cross\u00adborder issues should be taken into account in planning for DDR: \\n DDR programmes should be open to all persons who have taken part in the con\u00ad flict, including foreigners and nationals who have crossed international borders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8262, - "Score": 0.5, - "Index": 8262, - "Paragraph": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders. UN peacekeeping missions and regional organizations have a key role to play in carrying out such agreements, particularly in view of the sensitivity of issues concerning foreign combatants.Agreements should contain guarantees for the repatriation in safety and dignity of former combatants, bearing in mind, however, that States have the right to try individuals for criminal offences not covered by amnesties. In the spirit of post\u00adwar reconciliation, guarantees may include an amnesty for desertion or an undertaking that no action will be taken in the case of former combatants from the government forces who laid down their arms upon entry into the host country. Protection from prosecution as mercenaries may also be necessary. However, there shall be no amnesty for breaches of international humanitarian law during the conflict.Agreements should also provide a basis for resolving nationality issues, including meth\u00ad ods of finding out the nationality those involved, deciding on the country in which former combatants will participate in a DDR programme and the country of eventual destination. Family members\u2019 nationalities may have to be taken into account when making long\u00adterm plans for particular families, such as in cases where spouses and children are of different nationalities.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.2. Repatriation agreements", - "Heading3": "", - "Heading4": "", - "Sentence": "As part of regional DDR processes, agreements should be concluded between countries of origin and host countries to allow both the repatriation and the incorporation into DDR programmes of combatants who have crossed international borders.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8268, - "Score": 0.5, - "Index": 8268, - "Paragraph": "UN missions, with the support of agencies such as UNDP, UNICEF and UNHCR, should lead extensive information campaigns in host countries to ensure that foreign combatants are provided with essential information on how to present themselves for DDR programmes. The information should enable them to make free and informed decisions about their repa\u00ad triation and reintegration prospects. It is important to ensure that refugee family members in camps and settlements in the host country also receive relevant information.UN missions should help arrange voluntary contacts between government officials and foreign combatants. This will assist in encouraging voluntary repatriation and planning for the inclusion of such combatants in DDR programmes in their country of origin. However, foreign combatants who do not want to meet with government officials of their country of origin should not be forced to do so.The government of the country of origin, together with the UN mission and relevant agencies, should sensitize receiving communities in areas to which former combatants will be repatriating, in order to encourage reintegration and reconciliation. Receiving com\u00ad munities may plan traditional ceremonies for healing, forgiveness and reconciliation, and these should be encouraged, provided they do not violate human rights standards.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.3. Information and sensitization campaigns", - "Heading3": "", - "Heading4": "", - "Sentence": "UN missions, with the support of agencies such as UNDP, UNICEF and UNHCR, should lead extensive information campaigns in host countries to ensure that foreign combatants are provided with essential information on how to present themselves for DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8274, - "Score": 0.5, - "Index": 8274, - "Paragraph": "Apart from combatants who are confined in internment camps, there are likely to be other former or active combatants living in communities in host countries. Therefore, national security authorities in host countries, in collaboration with UN missions, should identify sites in the host country where combatants can present themselves for voluntary repatria\u00ad tion and incorporation in DDR programmes. In all locations, UNICEF, in collaboration with child protection NGOs, should verify each child\u2019s age and status as a child soldier. In the event that female combatants and women associated with armed forces and groups are identified, their situation should be brought to the attention of the lead agency for women in the DDR process. Where combatants are in possession of armaments, they should be immediately disarmed by security forces in collaboration with the UN mission in the host country.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.4. Identification of foreign combatants and disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Apart from combatants who are confined in internment camps, there are likely to be other former or active combatants living in communities in host countries.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8279, - "Score": 0.5, - "Index": 8279, - "Paragraph": "In keeping with the principle that \u201ceveryone has the right to seek and to enjoy in other countries asylum from persecution\u201d,13 repatriation should be voluntary. However, where an application for refugee status has been rejected according to fair procedures and the individual has been assessed as not being in need of international protection, he/she may be returned to the country of origin even against his/her will (see section 10.6). The fact that repatriation is voluntary could be verified by UN missions in the case of adult combatants, and by UNICEF and child protection agencies in the case of children associated with armed forces and groups. Where children associated with armed forces and groups are living in refugee camps, the fact that repatriation is voluntary shall be verified by UNHCR.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 26, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.5. Voluntary repatriation", - "Heading3": "", - "Heading4": "", - "Sentence": "In keeping with the principle that \u201ceveryone has the right to seek and to enjoy in other countries asylum from persecution\u201d,13 repatriation should be voluntary.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8283, - "Score": 0.5, - "Index": 8283, - "Paragraph": "Every effort should be made to ensure that family unity is preserved in repatriation move\u00ad ments. UN missions should support the governments of the host country and country of origin by assisting with transportation. Where combatants have family members or other dependants in refugee camps, there should be close consultation with UNHCR so that the voluntary repatriation of family members can be coordinated and carried out according to the wishes of the family members and with full respect for their safety and dignity. In cases where it is not possible to repatriate combatants and family members/dependants as family units, mechanisms to reunite the family upon return should be established.Spouses and children who are not citizens of the country to which they are travelling should be allowed by the government concerned to enter and live in that country with an appropriate legal status. This applies equally to spouses and children of \u2018traditional mar\u00ad riages\u2019 and legally recognized marriages.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 27, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.6. Maintaining family unity during repatriation", - "Heading3": "", - "Heading4": "", - "Sentence": "Every effort should be made to ensure that family unity is preserved in repatriation move\u00ad ments.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8288, - "Score": 0.5, - "Index": 8288, - "Paragraph": "Governments and UN missions will be responsible for repatriation movements of foreign combatants, while UNHCR will provide transportation of family members. Depending on the local circumstances, the two repatriation operations could be merged under the overall management of one agency.The concerned governments should agree on travel documents for foreign former com\u00ad batants, e.g., DDR cards for those who have been admitted to a disarmament programme in the host country, or ICRC travel documents or host country documentation for those who have been interned.To allow the speedy repatriation of foreign former combatants and their family members, the governments involved should consider not requesting or obliging those being repatri\u00ad ated to complete official immigration, customs and health formalities.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 27, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.7. Repatriation movements", - "Heading3": "", - "Heading4": "", - "Sentence": "Governments and UN missions will be responsible for repatriation movements of foreign combatants, while UNHCR will provide transportation of family members.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8290, - "Score": 0.5, - "Index": 8290, - "Paragraph": "Particular care should be taken with regard to whether, and how, to include foreign children associated with armed forces and groups in DDR programmes in the country of origin, especially if they have been living in refugee camps and communities. Since they are already living in a civilian environment, they will benefit most from DDR rehabilitation and rein\u00ad tegration processes. Their level of integration in refugee camps and communities is likely to be different. Some children may be fully integrated as refugees, and it may no longer be in their best interests to be considered as children associated with armed forces and groups in need of DDR assistance upon their return to the country of origin. Other children may not yet have made the transition to a civilian status, even if they have been living in a civilian environment, and it may be in their best interests to participate in a DDR programme. In all cases, stigmatization should be avoided.It is recommended that foreign children associated with armed forces and groups should be individually assessed by UNHCR, UNICEF and/or child protection partner NGOs to plan for the child\u2019s needs upon repatriation, including possible inclusion in an appropriate DDR programme. Factors to consider should include: the nature of the child\u2019s association with armed forces or groups; the circumstances of arrival in the asylum country; the stability of present care arrangements; the levels of integration into camp/community\u00adbased civilian activities; and the status of family\u00adtracing efforts. All decisions should involve the partici\u00ad pation of the child and reflect his/her best interests. It is recommended that assessments should be carried out in the country of asylum, where the child should already be well known to, and should have a relationship of trust with, relevant agencies in the refugee camp or settlement. The assessment can then be given to relevant agencies in the country of origin when planning the voluntary repatriation of the child, and decisions can be made about whether and how to include the child in a DDR programme. If it is recommended that a child should be included in a DDR programme, he/she should receive counselling and full information about the programme (also see IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 27, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.8. Factors affecting foreign children associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "Particular care should be taken with regard to whether, and how, to include foreign children associated with armed forces and groups in DDR programmes in the country of origin, especially if they have been living in refugee camps and communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8301, - "Score": 0.5, - "Index": 8301, - "Paragraph": "Governments must ensure that former combatants and their dependants are able to return in conditions of safety and dignity.Return in safety implies a guarantee of: \\n legal security (e.g., appropriate amnesties or public assurances of personal safety, integ\u00ad rity, non\u00addiscrimination and freedom from fear of persecution); \\n physical security (e.g., protection from armed attacks, routes that are free of unexploded ordnances and mines); \\n material security (e.g., access to land or ways to earn a living).Return in dignity implies that returnees should not be harassed on departure, on route or on arrival. If returning spontaneously, they should be allowed to do so at their own pace; should not be separated from family members; should be allowed to return without pre\u00ad conditions; should be accepted and welcomed by national authorities and local populations; and their rights and freedoms should be fully restored so that they can start a meaningful life with self\u00adesteem and self\u00adconfidence.In keeping with the spirit of post\u00adwar reconciliation, it is recommended that the govern\u00ad ment of the country of origin should not take disciplinary action against former combatants who were members of the government armed forces and who laid down their arms during the war. They should benefit from any amnesties in force for former combatants in general.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 28, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.1. Assurances upon return", - "Heading3": "", - "Heading4": "", - "Sentence": "Governments must ensure that former combatants and their dependants are able to return in conditions of safety and dignity.Return in safety implies a guarantee of: \\n legal security (e.g., appropriate amnesties or public assurances of personal safety, integ\u00ad rity, non\u00addiscrimination and freedom from fear of persecution); \\n physical security (e.g., protection from armed attacks, routes that are free of unexploded ordnances and mines); \\n material security (e.g., access to land or ways to earn a living).Return in dignity implies that returnees should not be harassed on departure, on route or on arrival.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 8304, - "Score": 0.5, - "Index": 8304, - "Paragraph": "In accordance with agreements reached between the country of asylum and the country of origin during the planning for repatriation of former combatants, they should be included in appropriate DDR programmes in their country of origin. Entitlements should be syn\u00ad chronized with DDR assistance received in the host country, e.g., if disarmament and demo\u00ad bilization has been carried out in the host country, then reintegration is likely to be the most important process for repatriated former combatants in the country of origin. Lack of rein\u00ad tegration may contribute to future cross\u00adborder movements of combatants and mercenaries.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 28, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.2. Inclusion in DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "In accordance with agreements reached between the country of asylum and the country of origin during the planning for repatriation of former combatants, they should be included in appropriate DDR programmes in their country of origin.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8307, - "Score": 0.5, - "Index": 8307, - "Paragraph": "Entitlements under DDR programmes are only a contribution towards the process of rein\u00ad tegration. This process should gradually result in the disappearance of differences in legal rights, duties and opportunities of different population groups who have rejoined society \u2014 whether they were previously displaced persons or demobilized combatants \u2014 so that all are able to contribute to community stabilization and development.Agencies involved in reintegration programming should support the creation of eco\u00ad nomic and social opportunities that assist the recovery of the community as a whole, rather than focusing on former combatants. Every effort shall be made not to increase tensions that could result from differences in the type of assistance received by victims and perpetrators. Community\u00adbased reintegration assistance should therefore be designed in a way that encourages reconciliation through community participation and commitment, including demobilized former combatants, returnees, internally displaced persons (IDPs) and other needy community members (also see IDDRS 4.30 on Social and Economic Reintegration).Efforts should be made to ensure that different types of reintegration programmes work closely together. For example, in countries where the \u20184Rs\u2019 (repatriation, reintegration, re\u00ad habilitation and reconstruction) approach is used to deal with the return and reintegration of displaced populations, it is important to ensure that programme contents, methodologies and approaches support each other and work towards achieving the overall objective of supporting communities affected by conflict (also see IDDRS 2.30 on Participants, Benefici\u00ad aries and Partners).Links between DDR and other reintegration programming activities are especially relevant where there are plans to reintegrate former combatants into communities or areas alongside returnees and IDPs (e.g., former combatants may benefit from UNHCR\u2019s com\u00ad munity\u00adbased reintegration programmes for returnees and war\u00adaffected communities in the main areas of return). Such links will not only contribute to agencies working well together and supporting each other\u2019s activities, but also ensure that all efforts contribute to social and political stability and reconciliation, particularly at the grass\u00adroots level.In accordance with the principle of equity for different categories of persons returning to communities, repatriation/returnee policies and DDR programmes should be coordinated and harmonized as much as possible.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 29, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.3. Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Entitlements under DDR programmes are only a contribution towards the process of rein\u00ad tegration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8313, - "Score": 0.5, - "Index": 8313, - "Paragraph": "The disarmament, demobilization, rehabilitation and reintegration of former combatants should be monitored and reported on by relevant agencies as part of a community\u00adfocused approach (i.e., including monitoring the rights of war\u00adaffected communities, returnees and IDPs, rather than singling out former combatants for preferential treatment). Relevant monitoring agencies include UN missions, UNHCHR, UNICEF and UNHCR. Human rights monitoring partnerships should also be established with relevant NGOs.In the case of an overlap in areas of return, UNHCR will usually have established a field office. As returnee family members of former combatants come within UNHCR\u2019s mandate, the agency should monitor both the rights and welfare of the family unit as a whole, and those of the receiving community. Such monitoring should also help to build confidence.What issues should be monitored? \\n Non-discrimination: Returned former combatants and their families/other dependants should not be targeted for harassment, intimidation, extra-judicial punishment, violence, denial of fair access to public institutions or services, or be discriminated against in the enjoyment of any basic rights or services (e.g., health, education, shelter); \\n Amnesties and guarantees: Returned former combatants and their families should benefit from any amnesties in force for the population generally or for returnees specifically. Amnesties may cover, for example, matters relating to having left the country of origin and having found refuge in another country, draft evasion and desertion, as well as the act of performing military service in unrecognized armed groups. Amnesties for international crimes, such as genocide, crimes against humanity, war crimes and serious violations of international humanitarian law, are not supported by the UN. Former combatants may legitimately be prosecuted for such crimes, but they must receive a fair trial in accordance with judicial procedures; \\n Respect for human rights: In common with all other citizens, the human rights and fundamental freedoms of former combatants and their families must be fully respected; 2.30 Level 5 Cross-cutting Issues Cross-border Population Movements 31 5.40 \\n Access to land: Equitable access to land for settlement and agricultural use should be encouraged; \\n Property recovery: Land or other property that returned former combatants and their families may have lost or left behind should be restored to them. UN missions should support governments in setting up dispute resolution procedures on issues such as property recovery. The specific needs of women, including widows of former combatants, should be taken into account, particularly where traditional practices and laws discriminate against women\u2019s rights to own and inherit property; \\n Protection from landmines and unexploded ordnances: Main areas of return may be at risk from landmines and unexploded ordnances that have not yet been cleared. Awareness-raising, mine clearance and other efforts should therefore include all members of the community; \\n Protection from stigmatization: Survivors of sexual abuse, and girls and women who have had to bear their abusers\u2019 children may be at risk of rejection from their communities and families. There may be a need for specific community sensitization to combat this problem, as well as efforts to empower survivors through inclusion in constructive socio-economic activities.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 30, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.4. Monitoring", - "Heading3": "", - "Heading4": "", - "Sentence": "The disarmament, demobilization, rehabilitation and reintegration of former combatants should be monitored and reported on by relevant agencies as part of a community\u00adfocused approach (i.e., including monitoring the rights of war\u00adaffected communities, returnees and IDPs, rather than singling out former combatants for preferential treatment).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8326, - "Score": 0.5, - "Index": 8326, - "Paragraph": "Foreign combatants should not be included in the prima facie awarding of refugee status to large groups of refugees, as asylum should be granted to civilians only. UNHCR recom\u00ad mends that where active or former combatants may be mixed in with refugees in population influxes, host countries should declare that prima facie recognition of refugee status does not apply to either group.After a reasonable period of time has been allowed to confirm that former combatants have genuinely renounced armed/military activities, UNHCR will support governments of host countries by helping to determine the refugee status (or helping governments to determine the refugee status) of former combatants who refuse to repatriate and instead ask for international protection. These assessments should carefully take into account the \u2018excludability\u2019 of such individuals from international protection as provided by article 1 F of the 1951 Convention relating to the Status of Refugees and its 1967 Protocol.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 31, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.1. Refugee status", - "Heading3": "", - "Heading4": "", - "Sentence": "Foreign combatants should not be included in the prima facie awarding of refugee status to large groups of refugees, as asylum should be granted to civilians only.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8329, - "Score": 0.5, - "Index": 8329, - "Paragraph": "Determining refugee status must be linked to making sustainable long\u00adterm future plans for former combatants. These could be: \\n\\n Repatriation: Voluntary, safe and dignified repatriation to the country of origin at the end of the conflict or other event that gave rise to refugee claims is considered the best response for most population influxes; \\n\\n Local integration: For former combatants who are protected as refugees and therefore cannot be repatriated, the best option will be local integration, since options for third\u00ad country resettlement are likely to be limited. UNHCR negotiates with countries of asylum for local integration, and this process should be supported by UN missions and agencies. Local integration involves: \\n Legal processes: Refugees are granted an increasingly wider range of rights and entitlements identical to those enjoyed by other citizens, e.g., freedom of move\u00ad ment; family reunification in the country of asylum; access to education, the labour market, public relief and assistance, including health facilities; the possibility of acquiring and disposing of property; and the capacity to travel out of and return to the country of asylum with valid travel and identity documents. This process should gradually lead to permanent residence rights and the option to apply for citizenship in accordance with national laws; \\n Economic processes: Refugees become increasingly less reliant on humanitarian assistance or State aid, achieving a growing degree of self\u00adreliance and having permanent jobs, thus contributing to the economic life of the host country; \\n Social and cultural processes: These are interactive processes involving refugees feeling more and more at home in their new country, and local communities accept\u00ad ing their presence with greater ease, which allow refugees to live among the host population without fear of discrimination and contribute actively to the social life of their country of asylum; \\n\\n Resettlement: Third\u00adcountry resettlement may be appropriate for certain refugees who were formerly combatants, e.g., where the refugee has protection needs that cannot be met in the country of asylum, is unlikely to integrate into the host country, etc. However, despite UNHCR advocacy for assistance from the international community, it is often difficult to find resettlement opportunities for refugees who were former combatants. Some resettlement countries do not take former combatants, with sometimes varying definitions of what exactly a former combatant is. Therefore, resettlement to a third coun\u00ad try is unlikely to be a viable option for large numbers of former combatants, although it may be a solution in individual cases. The fact that very few countries take former com\u00ad batants could be used to encourage the host country to accept them for local integration.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 31, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.2. Sustainable plans for the future", - "Heading3": "", - "Heading4": "", - "Sentence": "Determining refugee status must be linked to making sustainable long\u00adterm future plans for former combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8338, - "Score": 0.5, - "Index": 8338, - "Paragraph": "UNHCR recommends that applications for refugee status by former combatants should not be encouraged in the early stages of influxes into the host country, because it is not practical to determine individual refugee status when large numbers of people have to be processed. The timing of applications for refugee status will be one of the factors that decide what will eventually happen to refugees in the long term, e.g., voluntary repatriation is more likely to be a viable option at the end of the conflict.Where a peace process is under way or is in sight and therefore voluntary repatriation is feasible in the foreseeable future, the refugee status should be determined after repatria\u00ad tion operations have been completed for former combatants who wish to return at the end of the conflict. Former combatants who are afraid to return to the country of origin must be given the option of applying for refugee status instead of being repatriated against their will.Where voluntary repatriation is not yet feasible because of unsafe conditions in the coun\u00adtry of origin, the determination of refugee status should preferably be conducted only after a meaningful DDR process in the host country, in order to ensure that former combatants applying for refugee status have achieved civilian status through demobilization, rehabilita\u00ad tion and reintegration initiatives in the host country.In order to determine whether former combatants have genuinely given up armed activities, there should be a reasonable period of time between an individual laying down arms and being considered for refugee status. This \u2018cooling\u00adoff period\u2019, during which former combatants will be monitored to ensure that they really have given up military activities, will vary depending on the local circumstances, but should not be too long \u2014 generally only a matter of months. The length of the waiting period could be decided according to the profile of the former combatants, either individually or as a group (e.g., length of service, rank and position, type of recruitment ([orced or voluntary], whether there are addictions, family situation, etc.), and the nature of the armed conflict in which they have been involved (duration, intensity, whether there were human rights violations, etc.). Determining the refugee status of children associated with armed forces and groups who have applied for refugee status shall be done as quickly as possible. Determining the refugee status of other vulnerable persons can also be done quickly, such as disabled former combatants whose disabilities prevent them from further participating in military activities.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 32, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.3. Determining refugee status", - "Heading3": "13.3.1. Timing and sequence of applications for refugee status", - "Heading4": "", - "Sentence": "UNHCR recommends that applications for refugee status by former combatants should not be encouraged in the early stages of influxes into the host country, because it is not practical to determine individual refugee status when large numbers of people have to be processed.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 8346, - "Score": 0.5, - "Index": 8346, - "Paragraph": "Refugee status determination for former combatants involves establishing three facts: \\n that they have genuinely and permanently given up arms and become civilians; \\n that they meet the definition of a refugee under the 1951 UN Refugee Convention or regional instruments; \\n that they are not excluded from being protected as refugees, according to the exclusion clauses of refugee conventions.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 33, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.3. Determining refugee status", - "Heading3": "13.3.2. Requirements for refugee status for foreign former combatants", - "Heading4": "", - "Sentence": "Refugee status determination for former combatants involves establishing three facts: \\n that they have genuinely and permanently given up arms and become civilians; \\n that they meet the definition of a refugee under the 1951 UN Refugee Convention or regional instruments; \\n that they are not excluded from being protected as refugees, according to the exclusion clauses of refugee conventions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8347, - "Score": 0.5, - "Index": 8347, - "Paragraph": "The giving up of military activities by foreign former combatants is more likely to be genuine if they have been demobilized and they have a real chance of earning a living in civilian life, including through DDR programmes in the host country. Detention in internment camps without demobilization and rehabilitation activities will not automatically lead to combatants becoming civilians. Breaking up military structures; linking up families; and providing vocational skills training, counselling, rehabilitation and peace education programmes for foreign former combatants in the host country will make it easier for them to become civil\u00ad ians and be considered for refugee status some time in the future.It needs to be carefully verified that individuals have given up military activities, includ\u00ad ing in situations where foreign former combatants are interned or where they have some degree of freedom of movement. Verification should include information gathered through\u00ad out the period of identification, separation and internment. For example, it will be easier to understand individual motives and activities if the movements of internees in and out of internment camps are monitored. Actions or attitudes that may prove that an individual has genuinely given up military activities may include expressions of regret for past military ac\u00ad tivities and for the victims of the conflict, signs of weariness with the war and a general feeling of homesickness, and clear signs of dissatisfaction with a military or political organization. Internment camp authorities or other agencies that are closely in contact with internees should share information with UNHCR, unless such information must be kept confidential.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 33, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.3. Determining refugee status", - "Heading3": "13.3.3. Genuine and permanent giving up of military activities", - "Heading4": "", - "Sentence": "The giving up of military activities by foreign former combatants is more likely to be genuine if they have been demobilized and they have a real chance of earning a living in civilian life, including through DDR programmes in the host country.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8354, - "Score": 0.5, - "Index": 8354, - "Paragraph": "Even if a foreign former combatant has a genuine fear of persecution, he/she may not be eligible for international protection as a refugee if he/she has committed acts that would mean that the exclusion clauses of the Refugee Convention would apply to him/her. This is to prevent abuse of asylum by undeserving persons who have seriously abused the human rights of others.The issue of exclusion from protection as a refugee will be particularly relevant if there are serious reasons for believing that an individual has committed a crime against peace, a war crime, a crime against humanity, a serious non\u00adpolitical crime outside the country of refuge before he/she was admitted to that country as a refugee, or acts contrary to the pur\u00ad poses and principles of the UN. As defined by international instruments and interpreted in case law, exclusion clauses would apply if an individual had committed any of the following: \\n crimes against peace, e.g., planning or participating in an unlawful war; \\n war crimes involving grave breaches of international humanitarian law, e.g., mistreatment of civilians and prisoners of war, infliction of unjustified property damage during wartime; \\n crimes against humanity involving fundamentally inhumane conduct on a widespread or system\u00ad atic scale against a civilian population, e.g., genocide, slavery, torture, rape, deportations; \\n serious non\u00adpolitical crimes committed outside the country of refuge prior to admission to that country as a refugee: The purpose of this clause is to ensure that important fugitives from justice are not able to avoid the jurisdiction of a State in which they may lawfully face punishment for genuine, serious crimes, by claiming refugee status in another country; \\n acts contrary to the purposes and principles of the UN: This clause covers, for example, high\u00ad level government officials (Heads of State, ministers, high officials) who have exploited their political authority to endanger the well\u00adbeing of individuals, their country and/ or the world community.A foreign former combatant cannot be excluded from refugee protection simply because he/she is a member of an organization or political party involved in a conflict. It must be established whether he/she was personally responsible for excludable acts. However, affili\u00ad ation with a particularly violent group or unit (that is known on the basis of clear and cred\u00ad ible information from the country of origin to carry out serious crimes of the type included in the exclusion clauses) may not only be important evidence, but also give rise to a presump\u00ad tion that the individual has been involved in the excludable acts of that group. However, the procedure for determining refugee status must give the individual an opportunity to show that this is not the case. If an individual can defend his/her actions or claim mitigating circumstances, these should be taken into account in assessing whether to exclude an indi\u00ad vidual from refugee protection.In examining refugee claims by foreign children associated with armed forces and groups, a child\u2019s age and maturity should be taken into account when assessing whether he/she had the mental capacity to be held responsible for crimes that may exclude him/her from protection as a refugee.Refugee status may be cancelled if information comes to light that an individual, who was recognized as a refugee (either individually or on a prima facie basis), should have been subject to the exclusion clauses when the refugee status was accorded (i.e., where refugee status was obtained through fraudulent means or substantial misrepresentations).Refugee status may be withdrawn if an individual who was properly recognized as a refugee later commits acts covered by the exclusion clauses.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 33, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.3. Determining refugee status", - "Heading3": "13.3.4. Exclusion from refugee protection", - "Heading4": "", - "Sentence": "Even if a foreign former combatant has a genuine fear of persecution, he/she may not be eligible for international protection as a refugee if he/she has committed acts that would mean that the exclusion clauses of the Refugee Convention would apply to him/her.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8361, - "Score": 0.5, - "Index": 8361, - "Paragraph": "When foreign former combatants are recognized as refugees, UNHCR will try to integrate them into the country of asylum or resettle them in a third country. The refugee always has the option to voluntarily repatriate in the future, when conditions in his/her country of origin improve.Foreign former combatants who have been detained (e.g., in internment camps) should be reunited with their families as soon as they are found to be refugees and may be accom\u00ad modated in refugee camps or settlements, but specific measures may be necessary to protect them.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 34, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.4. Foreign former combatants who are given refugee status", - "Heading3": "", - "Heading4": "", - "Sentence": "When foreign former combatants are recognized as refugees, UNHCR will try to integrate them into the country of asylum or resettle them in a third country.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8363, - "Score": 0.5, - "Index": 8363, - "Paragraph": "Individuals who fall within the Refugee Convention\u2019s exclusion clauses are not entitled to international protection or assistance from UNHCR. As a matter of principle, they should not be accommodated in refugee camps or settlements. Practical solutions to manage them will depend on the host country\u2019s capacity and willingness to deal with matters such as separating them from refugee populations.Foreign former combatants who are excluded from protection as refugees may be re\u00ad turned to their country of origin. However, the UN Convention Against Torture provides an obligation for host countries not to return an individual to his/her country of origin where there are serious reasons to believe he/she would be tortured or treated inhumanely in other ways. In such cases, the UNHCHR and UN missions, as well as any human rights organizations established in the host country, should advocate for the protection provided in the Convention Against Torture.Foreign former combatants who have committed crimes that exclude them from being given refugee status should not only be excluded from refugee protection, but also be brought to justice, e.g., extradited to face prosecution in the domestic courts of the country of origin or international tribunals (ad hoc war crimes tribunals and the International Criminal Court). In exceptional cases of the most serious types of crimes (e.g., genocide, serious breaches of the laws of armed conflict, torture as defined in the Convention Against Torture), there have been an increasing number of prosecutions in the national courts of host countries, under the principle of universality, which recognizes that some crimes are so grave that all countries have an interest in prosecuting them.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 35, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.5. Foreign former combatants who are excluded from protection as refugees", - "Heading3": "", - "Heading4": "", - "Sentence": "Individuals who fall within the Refugee Convention\u2019s exclusion clauses are not entitled to international protection or assistance from UNHCR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8369, - "Score": 0.5, - "Index": 8369, - "Paragraph": "The term \u2018not in need of international protection\u2019 is understood to refer to persons who, after due consideration of their applications for refugee status in fair procedures, are found not to qualify for refugee status under refugee conventions, nor to be in need of international protection on other grounds after a review of protection needs of whatever nature, and who are not authorized to stay in the host country for other good reasons. Such persons include those for whom there are no serious reasons to believe that they would be tortured or treated inhumanely in other ways if returned to the country of origin, as provided for under the UN Convention Against Torture.Foreign former combatants whose applications for refugee status have been rejected by fair procedures and who have been assessed not to be in need of international protection on any other basis may be returned to their country of origin, as an exercise of national sovereignty by the host country if it does not want them to be integrated into the local community. Return of persons not in need of international protection is necessary in order to maintain the integrity of the asylum system. The return of such persons is a bilateral matter between the two countries. The UN mission and other relevant agencies (e.g., UNHCHR, IOM) should support governments in finding other options, such as repatriation and local integration, for foreign former combatants who are not in need of international protection.15", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 35, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.6. Foreign former combatants who do not meet the criteria for refugee status and are not in need of international protection", - "Heading3": "", - "Heading4": "", - "Sentence": "The term \u2018not in need of international protection\u2019 is understood to refer to persons who, after due consideration of their applications for refugee status in fair procedures, are found not to qualify for refugee status under refugee conventions, nor to be in need of international protection on other grounds after a review of protection needs of whatever nature, and who are not authorized to stay in the host country for other good reasons.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8374, - "Score": 0.5, - "Index": 8374, - "Paragraph": "Terms and definitions \\n (NB: For the purposes of this document, the following terms are given the meaning set out below, without prejudice to more precise definitions they may have for other purposes.)Asylum: The grant, by a State, of protection on its territory to persons from another State who are fleeing persecution or serious danger. A person who is granted asylum is a refugee. Asylum encompasses a variety of elements, including non\u00adrefoulement, permission to remain in the territory of the asylum country and humane standards of treatment.Asylum seeker: A person whose request or application for refugee status has not been finally decided on by a possible country of refuge.Child associated with armed forces and groups: According to the Cape Town Principles and Best Practices (1997), \u201cAny person under 18 years of age who is part of any kind of regular or irregular armed force or armed group in any capacity, including, but not limited to: cooks, porters, messengers and anyone accompanying such groups, other than family members. The definition includes girls recruited for sexual purposes and for forced mar\u00ad riage. It does not, therefore, only refer to a child who is carrying or has carried weapons.\u201d For further discussion of the term, see the entry in IDRRS 1.20.Combatant: Based on an analogy with the definition set out in the Third Geneva Conven\u00ad tion of 1949 relative to the Treatment of Prisoners of War in relation to persons engaged in international armed conflicts, a combatant is a person who: \\n is a member of a national army or an irregular military organization; or is actively participating in military activities and hostilities; or \\n is involved in recruiting or training military personnel; or \\n holds a command or decision\u00admaking position within a national army or an armed organization; or \\n arrived in a host country carrying arms or in military uniform or as part of a military structure; or \\n having arrived in a host country as an ordinary civilian, thereafter assumes, or shows determination to assume, any of the above attributes.Exclusion from protection as a refugee: This is provided for in legal provisions under refugee law that deny the benefits of international protection to persons who would other\u00ad wise satisfy the criteria for refugee status, including persons in respect of whom there are serious reasons for considering that they have committed a crime against peace, a war crime, a crime against humanity, a serious non\u00adpolitical crime, or acts contrary to the purposes and principles of the UN.Ex-combatant/Former combatant: A person who has assumed any of the responsibilities or carried out any of the activities mentioned in the above definition of \u2018combatant\u2019, and has laid down or surrendered his/her arms with a view to entering a DDR process.Foreign former combatant: A person who previously met the above definition of combatant and has since disarmed and genuinely demobilized, but is not a national of the country where he/she finds him\u00ad/herself.Host country: A foreign country into whose territory a combatant crosses.Internally displaced persons (IDPs): Persons who have been obliged to flee from their homes \u201cin particular as a result of or in order to avoid the effects of armed conflicts, situations of generalized violence, violations of human rights or natural or human\u00admade disasters, and who have not crossed an internationally recognized State border\u201d (according to the definition in the UN Guiding Principles on Internal Displacement).Internee: A person who falls within the definition of combatant (see above) who has crossed an international border from a State experiencing armed conflict and is interned by a neutral State whose territory he/she has entered.Internment: An obligation of a neutral State to restrict the liberty of movement of foreign combatants who cross into its territory, as provided for under the 1907 Hague Convention Respecting the Rights and Duties of Neutral Powers and Persons in the Case of War on Land. This rule is considered to have attained customary international law status, so that it is binding on all States, whether or not they are parties to the Hague Convention. It is appli\u00ad cable by analogy also to internal armed conflicts in which combatants from government armed forces or opposition armed groups enter the territory of a neutral State. Internment involves confining foreign combatants who have been separated from civilians in a safe location away from combat zones and providing basic relief and humane treatment. Varying degrees of freedom of movement can be provided, subject to the interning State ensuring that the in\u00ad ternees cannot use its territory for participation in hostilities.\\n\\n 1. A mercenary is any person who: \\n a) Is specially recruited locally or abroad in order to fight in an armed conflict; \\n b) Is motivated to take part in the hostilities essentially by the desire for private gain and, in fact, is promised, by or on behalf of a party to the conflict, material compensation substantially in excess of that promised or paid to combatants of similar rank and func\u00ad tions in the armed forces of that party; \\n c) Is neither a national of a party to the conflict nor a resident of territory controlled by a party to the conflict; \\n d) Is not a member of the armed forces of a party to the conflict; and \\n e) Has not been sent by a State which is not a party to the conflict on official duty as a member of its armed forces. \\n\\n 2. A mercenary is also any person who, in any other situation: \\n a) Is specially recruited locally or abroad for the purpose of participating in a concerted act of violence aimed at: \\n (i) Overthrowing a Government or otherwise undermining the constitutional order of a State; or \\n (ii) Undermining the territorial integrity of a State; \\n b) Is motivated to take part therein essentially by the desire for significant private gain and is prompted by the promise of payment of material compensation; \\n c) Is neither a national nor a resident of the State against which such an act is directed; \\n d) Has not been sent by a State on official duty; and \\n e) Is not a member of the armed forces of the State on whose territory the act is undertaken.Non-refoulement: A core principle of international law that prohibits States from returning persons in any manner whatsoever to countries or territories in which their lives or freedom may be threatened. It finds expression in refugee law, human rights law and international humanitarian law and is a rule of customary international law and is therefore binding on all States, whether or not they are parties to specific instruments such as the 1951 Convention relating to the Status of Refugees.Prima facie: As appearing at first sight or on first impression; relating to refugees, if someone seems obviously to be a refugee.Refugee: A refugee is defined in the 1951 UN Convention relating to the Status of Refugees as a person who: \\n \u201cIs outside the country of origin; \\n Has a well\u00adfounded fear of persecution because of race, religion, nationality, member\u00ad ship of a particular social group or political opinion; and \\n Is unable or unwilling to avail himself of the protection of that country, or to return there, for fear of persecution.\u201d \\n\\n In Africa and Latin America, this definition has been extended. The 1969 OAU Conven\u00ad tion Governing the Specific Aspects of Refugee Problems in Africa also includes as refugees persons fleeing civil disturbances, widespread violence and war. In Latin America, the Carta\u00ad gena Declaration of 1984, although not binding, recommends that the definition should also include persons who fled their country \u201cbecause their lives, safety or freedom have been threatened by generalized violence, foreign aggression, internal conflicts, massive violations of human rights or other circumstances which have seriously disturbed public order\u201d.Refugee status determination: Legal and administrative procedures undertaken by UNHCR and/or States to determine whether an individual should be recognized as a refugee in accordance with national and international law.Returnee: A refugee who has voluntarily repatriated from a country of asylum to his/her country of origin, after the country of origin has confirmed that its environment is stable and secure and not prone to persecution of any person. Also refers to a person (who could be an internally displaced person [IDP] or ex\u00adcombatant) returning to a community/town/ village after conflict has ended.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 37, - "Heading1": "Annex A: Abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Terms and definitions \\n (NB: For the purposes of this document, the following terms are given the meaning set out below, without prejudice to more precise definitions they may have for other purposes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8391, - "Score": 0.5, - "Index": 8391, - "Paragraph": "The Executive Committee, \\n\\n Remaining seriously concerned by the continuing occurrence of military or armed attacks and other threats to the security of refugees, including the infiltration and presence of armed elements in refugee camps and settlements;17 \\n\\n Recalling the relevant provisions of international refugee law, international human rights law and international humanitarian law; \\n\\n Recalling its Conclusion No. 27 (XXXIII) and Conclusion No. 32 (XXXIV) on military attacks on refugee camps and settlements in Southern Africa and elsewhere; Conclusion 72 (XLIV) on personal security of refugees; Conclusion No. 48 (XXXVIII) on military or armed attacks on refugee camps and settlements; Conclusion No. 47 (XXXVIII) and Conclusion No. 84 (XLVII), on refugee children and adolescents, as well as Conclusion 64 (XLI) on refugee women and international protection; \\n\\n Recalling also United Nations Security Council resolution S/RES/1208 (1998) and S/RES/1296 (2000), and the two reports of the United Nations Secretary\u00adGeneral on the Protection of Civilians in Armed Conflict18, noting in particular the recommendations made therein with respect to enhancing the security of refugee camps and settlements; \\n\\n Welcoming the discussion which took place on the civilian character of asylum in the context of the Global Consultations on International Protection;19 \\n\\n Noting that several international meetings have recently been held, aimed at identifying effective operational strategies for maintaining the civilian and humanitarian character of asylum;20 \\n\\n Reiterating that refugee camps and settlements should have an exclusively civilian and humanitarian character, that the grant of asylum is a peaceful and humanitarian act which should not be regarded as unfriendly by another State, as stated in the 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa and a number of EXCOM Conclusions, and that all actors, including refugees themselves, have the obligation to coop\u00ad erate in ensuring the peaceful and humanitarian character of refugee camps and settlements; \\n\\n Recognizing that the presence of armed elements in refugee camps or settlements; recruit\u00ad ment and training by government armed forces or organized armed groups; the use of such camps, intended to accommodate refugee populations on purely humanitarian grounds, for the internment of prisoners of war; as well as other forms of exploitation of refugee situations for the purpose of promoting military objectives are likely to expose refugees, par\u00ad ticularly women and children, to serious physical danger, inhibit the realization of durable solutions, in particular voluntary repatriation, but also local integration, jeopardize the civilian and humanitarian character of asylum and may threaten the national security of States, as well as inter\u00adState relations; \\n\\n Recognizing the special protection needs of refugee children and adolescents who, especially when living in camps where refugees are mixed with armed elements, are particularly vul\u00ad nerable to recruitment by government armed forces or organized armed groups; \\n\\n Reaffirming the importance of States, UNHCR and other relevant actors, integrating safety and security concerns from the outset of a refugee emergency into refugee camp manage\u00ad ment in a holistic manner; \\n (a) Acknowledges that host States have the primary responsibility to ensure the civilian and humanitarian character of asylum by, inter alia, making all efforts to locate refugee camps and settlements at a reasonable distance from the border, maintaining law and order, curtailing the flow of arms into refugee camps and settlements, preventing their use for the internment of prisoners of war, as well as through the disarmament of armed elements and the identification, separation and internment of combatants; \\n (b) Urges refugee\u00adhosting States to respect the civilian and humanitarian character of refu\u00ad gee camps by preventing their use for purposes which are incompatible with their civilian character; \\n (c) Recommends that action taken by States to ensure respect for the civilian and humani\u00ad tarian character of asylum be guided, inter alia, by the following principles; \\n (i) Respect for the right to seek asylum, and for the fundamental principle of non\u00ad refoulement, should be maintained at all times; \\n (ii) Measures for the disarmament of armed elements and the identification, sep\u00ad aration and internment of combatants should be taken as early as possible, preferably at the point of entry or at the first reception/transit centres for new arrivals; \\n (iii) To facilitate early identification and separation of combatants, registration of new arrivals should be conducted by means of a careful screening process; \\n (iv) Refugee camps and settlements should benefit from adequate security arrange\u00ad ments to deter infiltration by armed elements and the strengthening of law and order; \\n (v) Once identified, disarmed and separated from the refugee population, combat\u00ad ants should be interned at a safe location from the border; \\n (vi) Where the granting of refugee status is based on group determination, civilian family members of combatants should be treated as refugees and should not be interned together with them; \\n (vii) Combatants should not be considered as asylum\u00adseekers until the authorities have established within a reasonable timeframe that they have genuinely and permanently renounced military activities. Once this has been established, special procedures should be put in place for individual refugee status deter\u00ad mination, to ensure that those seeking asylum fulfil the criteria for the recogni\u00ad tion of refugee status. During the refugee status determination process, utmost attention should be paid to article 1F of the 1951 Convention, in order to avoid abuse of the asylum system by those who do not deserve international protection; \\n (viii) Former child soldiers should benefit from special protection and assistance measures, in particular as regards their demobilization and rehabilitation; \\n (ix) Where necessary, host States should develop, with assistance from UNHCR, operational guidelines in the context of group determination to exclude those individuals who are not deserving of international refugee protection; \\n (d) Further to para 3 (b) above, calls upon UNHCR to convene a meeting of experts in sup\u00ad port of the elaboration of measures for the disarmament of armed elements and the identification, separation, and internment of combatants, including the clarification of relevant procedures and standards, in consultation with States, United Nations Secre\u00ad tariat entities and agencies, and interested organizations, such as the ICRC, and report back to the Executive Committee on progress achieved; \\n (e) Calls upon States to ensure that measures are taken to prevent the recruitment of refugees by government armed forces or organized armed groups, in particular of children, taking into account also that unaccompanied and separated children are even more vulner\u00ad able to recruitment than other children; \\n (f) Calls upon the relevant United Nations organs and regional organizations, in pursuance of their respective mandates, as well as the international community at large, to mobi\u00ad lize adequate resources to support and assist host States in maintaining the civilian and humanitarian character of asylum, in line with the principles of international solidarity, co\u00adoperation, burden and responsibility sharing; \\n (g) Calls upon UNHCR and the Department of Peacekeeping Operations of the United Nations Secretariat to enhance collaboration on all aspects of this complex matter, and as appropriate, to deploy, with the consent of host States, multi\u00addisciplinary assess\u00ad ment teams to an emerging crisis area in order to clarify the situation on the ground, evaluate security threats for refugee populations and consider appropriate practical responses; \\n (h) Calls upon UNHCR to explore how it may develop, in consultation with relevant part\u00ad ners, its own institutional capacity to address insecurity in refugee camps, inter alia by assisting States to ensure the physical safety and dignity of refugees, building, as appro\u00ad priate, upon its protection and operational expertise.", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 42, - "Heading1": "Annex C: UNHCR Executive COmmittee COnclusion On the Civilian and Humanitarian Character Of Asylum NO. 94 (LIII)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The Executive Committee, \\n\\n Remaining seriously concerned by the continuing occurrence of military or armed attacks and other threats to the security of refugees, including the infiltration and presence of armed elements in refugee camps and settlements;17 \\n\\n Recalling the relevant provisions of international refugee law, international human rights law and international humanitarian law; \\n\\n Recalling its Conclusion No.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8399, - "Score": 0.5, - "Index": 8399, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8460, - "Score": 0.5, - "Index": 8460, - "Paragraph": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp. 6\u20137; Report of the Secretary\u00adGeneral to the Security Council on Liberia, 11 September 2003, para. 49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para. 1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004. \\n 2 \u201cEvery State has the duty to refrain from organizing or encouraging the organization of irregular forces or armed bands, including mercenaries, for incursion into the territory of another state . . . . Every State has the duty to refrain from organizing, instigating, assisting or participating in acts of civil strife or terrorist acts in another State or acquiescing in organized activities within its territory directed towards the commission of such acts, when the acts referred to in the present paragraph involve a threat or use of force No State shall organize, assist, foment, finance, incite or tolerate subversive, terrorist or armed activities directed towards the violent overthrow of the regime of another State, or interfere in civil strife in another State.\u201d \\n 3 Adopted by UN General Assembly resolution 43/173, 9 December 1988. \\n 4 Adopted by the First UN Congress on the Prevention of Crime and the Treatment of Offenders, Geneva 1955, and approved by the UN Economic and Social Council in resolutions 663 C (XXIV) of 31 July 1957 and 2076 (LXII) of 13 May 1977. \\n 5 Adopted by UN General Assembly resolution 45/111, 14 December 1990. \\n 6 UN General Assembly resolution 56/166, Human Rights and Mass Exoduses, para. 8, 26 February 2002; see also General Assembly resolution 58/169, para. 7. \\n 7 UN General Assembly resolution 58/169, Human Rights and Mass Exoduses, 9 March 2004. \\n 8 UN General Assembly, Report of the Fifty\u00adFifth Session of the Executive Committee of the High Commissioner\u2019s Programme, A/AC.96/1003, 12 October 2004. \\n 9 Information on separation and internment of combatants in sections 7 to 10 draws significantly from papers presented at the Experts\u2019 Roundtable organized by UNHCR on the Civilian and Humanitar\u00ad ian Character of Asylum (June 2004), in particular the background resource paper prepared for the conference, Maintaining the Civilian and Humanitarian Character of Asylum by Rosa da Costa, UNHCR (Legal and Protection Policy Research Series, Department of International Protection, PPLA/2004/02, June 2004), as well as the subsequent UNHCR draft, Operational Guidelines on Maintaining the Civilian Character of Asylum in Mass Refugee Influx Situations. \\n 10 Internment camps for foreign combatants have been established in Sierra Leone (Mapeh and Mafanta camps for combatants from the Liberian war), the Democratic Republic of the Congo (DRC) (Zongo for combatants from Central African Republic), Zambia (Ukwimi camp for combatants from Angola, Burundi, Rwanda and DRC) and Tanzania (Mwisa separation facility for combatants from Burundi and DRC). \\n 11 Da Costa, op. cit. \\n 12 The full definition in the 1989 International Convention Against the Recruitment, Use, Financing and Training of Mercenaries is contained in the glossary of terms in Annex A. In Africa, the 1977 Convention of the OAU for the Elimination of Mercenarism in Africa is also applicable. \\n 13 Universal Declaration of Human Rights, art. 14. The article contains an exception \u201cin the case of prose\u00ad cutions genuinely arising from non\u00adpolitical crimes or from acts contrary to the purposes and principles of the United Nations\u201d. \\n 14 For further information see UNHCR, Handbook for Repatriation and Reintegration Activities, Geneva, May 2004. \\n 15 The UN General Assembly has \u201cemphasiz[ed] the obligation of all States to accept the return of their nationals, call[ed] upon States to facilitate the return of their nationals who have been determined not to be in need of international protection, and affirm[ed] the need for the return of persons to be undertaken in a safe and humane manner and with full respect for their human rights and dignity, irrespective of the status of the persons concerned\u201d (UN General Assembly resolution 57/187, para. 11, 18 December 2002). \\n 16 Refer to UNHCR/DPKO note on cooperation, 2004. \\n 17 For the purpose of this Conclusion, the term \u201carmed elements\u201d is used as a generic term in a refugee context that refers to combatants as well as civilians carrying weapons. Similarly, for the purpose of this Conclusion, the term \u201ccombatants\u201d covers persons taking active part in hostilities in both inter\u00ad national and non\u00adinternational armed conflict who have entered a country of asylum. \\n 18 S/1999/957; S/2001/331 \\n 19 EC/GC/01/8/Rev.1 \\n 20 Workshop on the Potential Role of International Police in Refugee Camp Security (Ottawa, Canada, March 2001); Regional Symposium on Maintaining the Civilian and Humanitarian Character of Refugee Status, Camps and other locations (Pretoria, South Africa, February 2001); International Seminar on Exploring the Role of the Military in Refugee Camp Security (Oxford, UK, July 2001).", - "Color": "#D10007", - "Level": 5, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 49, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/cross-border.json b/media/usersResults/cross-border.json deleted file mode 100644 index 05b84e3..0000000 --- a/media/usersResults/cross-border.json +++ /dev/null @@ -1,1102 +0,0 @@ -[ - { - "index": 1816, - "Score": 0.464991, - "Index": 1816, - "Paragraph": "In some contexts there may be regional dimensions to reintegration support, such as cross-border flows of small arms and light weapons (SALW); trafficking in natural resources as a source of revenue; cross-border recruitment, including of children; and the repatriation and reintegration of foreign ex-combatants in their countries of origin. The design of a reintegration programme shall therefore consider the regional level in addition to the individual, community and national levels (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 10, - "Heading1": "3. Guiding principles", - "Heading2": "3.10 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "In some contexts there may be regional dimensions to reintegration support, such as cross-border flows of small arms and light weapons (SALW); trafficking in natural resources as a source of revenue; cross-border recruitment, including of children; and the repatriation and reintegration of foreign ex-combatants in their countries of origin.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1686, - "Score": 0.333333, - "Index": 1686, - "Paragraph": "The regional causes of conflict and the political, social and economic interrelationships among neighbouring States sharing insecure borders will present challenges in the implementation of DDR. Managing repatriation and the cross-border movement of weapons and armed groups requires careful coordination among UN agencies and regional organizations supporting DDR, both in the countries concerned and in neighbouring countries where there may be spill-over effects. The return of foreign former combatants and mercenaries may be a particular problem and will require a separate strategy (see IDDRS 5.40 on Cross-Border Population Movements). Most notably, UN actors need to engage regional stakeholders in order to foster a conducive regional environment, including support from neighbouring countries, for DDR interventions addressing armed groups operating on foreign national territory and with regional structures.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 25, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "The return of foreign former combatants and mercenaries may be a particular problem and will require a separate strategy (see IDDRS 5.40 on Cross-Border Population Movements).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1243, - "Score": 0.294884, - "Index": 1243, - "Paragraph": "National-level peace agreements will not always put an end to local-level conflicts. Local agendas \u2013 at the level of the individual, family, clan, municipality, community, district or ethnic group \u2013 can at least partly drive the continuation of violence. Some incidents of localized violence, such as clashes between rivals over positions of tradi- tional authority between two clans, will require primarily local solutions. However, other types of localized armed conflict may be intrinsically linked to the national level, and more amenable to top-down intervention. An example would be competition over political roles at the subfederal or district level. Experience shows that international interventions often neglect local mediation and conflict resolution, focusing instead on national-level cleavages. However, in many instances a combination of local and national conflict or dispute resolution mechanisms, including traditional ones, may be required. For these reasons, local political dynamics should be assessed.In addition to these local- and national-level dynamics, DDR practitioners should also understand and address cross-border/transnational conflict causes and dynamics, including their gender dimensions, as well as the interdependencies of armed groups with regional actors. In some cases, foreign armed groups may receive support from a third country, have bases across a border, or draw recruits and support from commu- nities that straddle a border. These contexts often require approaches to repatriate for- eign combatants and persons associated with foreign armed groups. Such programmes should be accompanied by reintegration support in the former combatant\u2019s country of origin (see also IDDRS 5.40 on Cross-Border Population Movements).Regional dimensions may also involve the presence of regional or international forces operating in the country. Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed. DDR processes are voluntary and shall not be conflated with counter-insurgency operations or used to achieve counter-insurgency objectives.The conflict may also have international links beyond the immediate region. These may include proxy wars, economic interests, and political support to one or several groups, as well as links to organized crime networks. Those involved may have specific inter- ests to protect in the conflict and might favour one side over the other, or a specific out- come. DDR processes will not usually address these factors directly, but their success may be influenced by the need to engage politically or otherwise with these external actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 10, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.4 Local, national, regional and international dynamics", - "Heading4": "", - "Sentence": "In some cases, foreign armed groups may receive support from a third country, have bases across a border, or draw recruits and support from commu- nities that straddle a border.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 766, - "Score": 0.223607, - "Index": 766, - "Paragraph": "In both mission and non-mission contexts, CVR programmes shall be preceded by regularly updated assessments, including but not limited to: \\n A security and consequence assessment accounting for the costs and benefits of conducting selected activities (and the risks of not conducting them). \\n A comprehensive and gender-responsive baseline assessment of local violence dynamics. This assessment should take note of factors that may contribute to violence (e.g., harmful use of alcohol and drugs) as well as the impact that vio- lence can have on mental health and well-being (e.g., acute stress, grief, depression and Post Traumatic Stress Disorder). It should also explicitly unpack the threats to security for men, women, boys and girls, and analyse the root causes of violence and insecurity, including their gender dimensions. \\n Conflict context analysis. \\n A detailed stakeholder mapping and a diagnostic of the capacities, interests and cohesiveness of communities and national institutions. \\n An assessment of local market conditions. \\n The dynamics of eligible and non-eligible armed groups \u2013 their leadership, internal dynamics, command and control, linkages with elites and external support.Importantly, the privileging of some geographic areas for CVR over others may result in disputes that should be anticipated and accounted for in conflict assessments. While information supplied by security and intelligence units is essential, there is no substitute for grounded diagnostics and mapping by UN field offices, implementing partners and third-party researchers. Assessments can be cross-sectional or ongoing, and should be conducted by national or international experts in partnership with UNCT. Assessments should identify prospective beneficiary groups; assess govern- ment, private and civil society capacities; and review the causes and consequences of organized and interpersonal violence. These assessments are critical for the design of project proposals, setting appropriate benchmarks, and monitoring and evaluation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.3 Assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "Assessments can be cross-sectional or ongoing, and should be conducted by national or international experts in partnership with UNCT.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 967, - "Score": 0.208514, - "Index": 967, - "Paragraph": "International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes. This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).A refugee is a person who is outside his or her country of nationality or habitual residence; has a well-founded fear of being persecuted because of his or her race, religion, nationality, membership of a particular social group or political opinion; and is unable or unwilling to avail himself or herself of the protection of that country, or to return there, for fear of persecution.However, articles 1C to 1F of the 1951 Convention provide for circumstances in which it shall not apply to a person who would otherwise fall within the general definition of a refugee. In the context of situations involving DDR processes, article 1F is of particular relevance, in that it stipulates that the provisions of the 1951 Convention shall not apply to any person with respect to whom there are serious reasons for considering that he or she has: \\n committed a crime against peace, a war crime or a crime against humanity, as defined in relevant international instruments; \\n committed a serious non-political crime outside the country of refuge prior to the person\u2019s admission to that country as a refugee; or \\n been guilty of acts contrary to the purposes and principles of the UN.Asylum means the granting by a State of protection on its territory to individuals fleeing another country owing to persecution, armed conflict or violence. Military activity is incompatible with the concept of asylum. Persons who pursue military activities in a country of asylum cannot be asylum seekers or refugees. It is thus important to ensure that refugee camps/settlements are protected from militarization and the presence of fighters or combatants.During emergency situations, particularly when people are fleeing armed conflict, refugee flows may occur simultaneously or mixed with combatants or fighters. It is thus important that combatants or fighters are identified and separated. Once separated from the refugee population, combatants and fighters may enter into a DDR process, if available.Former combatants or fighters who have been verified to have genuinely and permanently renounced military activities may seek asylum. Participation in a DDR programme provides a verifiable process through which the former combatant or fighter genuinely and permanently renounces military activities. Other types of DDR processes may also provide this verification, as long as there is a formal process through which a combatant becomes an ex-combatant (see IDDRS 4.20 on Demobilization).DDR practitioners should also take into consideration that civilian family members of participants in DDR processes may be refugees or asylum seekers, and efforts must be in place to consider family unity during, for example, repatriation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 10, - "Heading1": "4. General guiding principles", - "Heading2": "4.2 Normative legal framework ", - "Heading3": "4.2.3 International refugee law and internally displaced persons", - "Heading4": "i. International refugee law", - "Sentence": "This area of law may be particularly relevant when DDR processes include a repatriation component or are open to foreign nationals (see IDDRS 5.40 on Cross-Border Population Movements).International refugee law serves as another part of the normative international legal framework that may be of relevance to UN-supported DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 852, - "Score": 0.204124, - "Index": 852, - "Paragraph": "This module aims to provide an overview of the international legal framework that may be relevant to UN system-supported DDR processes. Unless otherwise stated, in this module, the term \u201cDDR practitioners\u201d refers only to DDR practitioners within the UN system, namely the United Nations (UN), its subsidiary organs, country offices and field missions, as well as UN specialized agencies and related organizations.This module is intended to sensitize DDR practitioners within the UN system to the legal issues that should be considered, and that may arise, when developing or implementing a DDR process. This sensitization is done so that DDR practitioners will be conscious of when to reach out to an appropriate, competent legal office to seek legal advice. Each section thus contains guiding principles and some red lines, where they exist, to highlight issues that DDR practitioners should be aware of. Guiding principles seek to provide direction, while red lines indicate boundaries that DDR practitioners should not cross. If it is possible that a red line might be crossed, or if a red line has been crossed inadvertently, legal advice should be sought immediately.This module should not be relied upon to the exclusion of legal advice in a specific case or context. In situations of doubt with regard to potential legal issues, or to the application or interpretation of a particular legal rule, advice should always be sought from the competent legal office of the relevant entity, who may, when and as appropriate, refer it to their relevant legal office at headquarters.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.11-The-Legal-Framework-For-UNDDR", - "Module": "The Legal Framework For UNDDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Guiding principles seek to provide direction, while red lines indicate boundaries that DDR practitioners should not cross.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3526, - "Score": 0.294884, - "Index": 3526, - "Paragraph": "There are likely to be several operational risks, depending on the context, including the following: \\n Threats to the safety and security of DDR programme personnel (both UN and non-UN): During the disarmament phase of the DDR programme, staff are likely to be in direct contact with armed individuals, including members of both armed forces and groups. Staff should be conscious not only of the risks associated with handling weapons, ammunition and explosives, but also of the risks of unpredictable behaviour as a result of the significant levels of stress that disarmament activities can generate among combatants and other stakeholders. \\n Avoid supporting weapons buy-back: UN supported DDR programmes shall avoid attaching monetary value to weapons as a means of encouraging their surrender by members of armed forces and groups. Weapons buy-back programmes within and outside DDR have proven to be inefficient and even counter-productive as they tend to fuel national and regional arms flows, which in the end can jeopardize the achievement of disarmament objectives in a DDR programme. Buy-back programmes can also have unintended societal consequences such as economically rewarding combatants and exacerbating existing gender inequalities \\n Disarmament of foreign combatants: Disarmament operations may also need to consider armed foreign combatants. Foreign combatants may be disarmed in the host country or at the border of the country of origin to which they will be returning. DDR programmes should plan for disarmament of foreign combatants within or outside repatriation agreements between the country of origin and the host country (see IDDRS 5.40 on Cross-Border Population Movements). \\n Terrorism and violent extremism threats: DDR programmes are increasingly being conducted in contexts affected by terrorism. Disarmament operations in these contexts require the highest security safeguards and robust on-site WAM expertise to maximize the safety of all involved. DDR practitioners should be aware of the requirements imposed on States by UN Security Council resolutions 2370 (2017) and 2482 (2019) and Council\u2019s 2015 Madrid Guiding Principles and its 2018 Addendum, in terms of, inter alia, ensuring that appropriate legal actions are taken against those who knowingly engage in providing terrorists with weapons.4 \\n Lack of sustainability: Disarmament operations shall not start unless the sustainability of funding and resources is guaranteed. Previous attempts to carry out disarmament operations with insufficient assets and funds have resulted in unconstructive, partial disarmament, a return to armed conflict, and the failure of the entire DDR process. The reconfiguring and closing of UN missions is another crucial moment that should be planned in advance. Such transitions often require handing over responsibility to national authorities or to the United Nations Country Team (UNCT). It is important to ensure these entities have the mandate and capacity to complete the DDR programme even after the withdrawal of UN mission resources.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 13, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3 Risk and security assessment", - "Heading3": "5.3.1 Operational risks", - "Heading4": "", - "Sentence": "DDR programmes should plan for disarmament of foreign combatants within or outside repatriation agreements between the country of origin and the host country (see IDDRS 5.40 on Cross-Border Population Movements).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5373, - "Score": 0.294884, - "Index": 5373, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5549, - "Score": 0.215666, - "Index": 5549, - "Paragraph": "DDR practitioners may provide transport to DDR participants to assist them to return to their communities. The logistical implications of providing transport must be taken into account. It will not be possible for all ex-combatants and persons formerly associated with armed forces and groups to be transported to their final destination. A mixture of transport to certain key locations and funding for onward transport may therefore be required. Cash for transport may be given as part of transitional reinsertion assistance (see section 7). Specific attention shall be paid to the safe transport of women and minorities to their final destination, recognizing the unique security threats they may face.If transport is provided in UN vehicles, authorizations from UN administration and waivers for passengers need to be signed. DDR practitioners should arrange pre-signed authorizations and waivers in order to avoid last-minute blockages and delays. Alternatively, private companies and/or other implementing partners may be subcontracted to provide transport.In cases where it is necessary to repatriate foreign ex-combatants and persons formerly associated with armed forces and groups, transportation arrangements will need to be adjusted to involve national authorities from these individuals\u2019 countries of origin as well as other sub-regional organizations and mechanisms (see IDDRS 5.40 on Cross-Border Population Movements).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.7 Transportation", - "Heading3": "", - "Heading4": "", - "Sentence": "Alternatively, private companies and/or other implementing partners may be subcontracted to provide transport.In cases where it is necessary to repatriate foreign ex-combatants and persons formerly associated with armed forces and groups, transportation arrangements will need to be adjusted to involve national authorities from these individuals\u2019 countries of origin as well as other sub-regional organizations and mechanisms (see IDDRS 5.40 on Cross-Border Population Movements).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 3956, - "Score": 0.20902, - "Index": 3956, - "Paragraph": "Although DDR and SALW control are separate areas of engagement, technically they are very closely linked, particularly in DDR settings where transitional WAM overlaps with SALW control objectives, activities and target audiences. SALW remain particu- larly prevalent in many regions where DDR is implemented. Furthermore, the uncon- trolled circulation of SALW can impede the implementation of DDR processes and enable conflict (see the report of the Secretary General on SALW (S/2019/1011)). DDR practitioners should work in close collaboration with both national DDR commissions and SALW control bodies, if they exist, and both areas of work should be closely co- ordinated and strategically sequenced. For instance, the implementation of a weapons survey and the use of mortality and morbidity data from an ongoing injury surveil- lance national system could serve as the basis for the development of both DDR-related transitional WAM activities and SALW control strategy.The term \u2018SALW control\u2019 refers to those activities that together aim to reduce the security, social, economic and environmental impact of uncontrolled SALW proliferation, possession and circulation. These activities largely consist of, but are not limited to: \\n Cross-border control measures; \\n Information management and exchange; \\n Legislative and regulatory measures; \\n SALW awareness and outreach strategies; \\n SALW surveys and assessments; \\n SALW collection and registration, including utilization of relevant regional and international databases for cross-checking \\n SALW destruction; \\n Stockpile management; \\n Marking, recordkeeping and tracing.The international community, recognizing the need to deal with the challenges posed by the illicit trade in SALW, adopted the United Nations Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/Conf.192/15) in 2001 (PoA) (see section 5.2). In this framework, states commit themselves to, among other things, strengthen agreed norms and measures to help prevent and combat the illicit trade in SALW, and mobilize political will and resources in order to prevent the illicit transfer, manufacture, export and import of SALW. Regional agreements, declarations and conventions have built upon and deepened the commitments contained within the PoA. As a result, a number of countries around the world have set up SALW control programmes as well as institutional processes to implement them. SALW control programmes and activities should be designed and implemented in line with MOSAIC (see Annex B), which provides clear, practical and comprehensive guidance to practitioners and policymakers.During DDR, SALW control should be implemented to focus on wider arms con- trol at the national and community levels. It is essential that all weapons are considered during a DDR process, even though the focus may initially be on those weapons held by armed forces and groups. For these reasons, the transitional WAM mechanisms established during DDR processes should be designed to be applicable and sustainable in broader arms control initiatives even after the DDR process has been completed. It is also critical that DDR-related transitional WAM and SALW control activities are strategically sequenced, and that a robust public awareness strategy based on clear messaging accompanies these efforts (see IDDRS 4.10 on Disarmament, MOSAIC 04.30 on Awareness Raising and IMAS 12.10 on Explosive Ordnance Risk Education).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 17, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These activities largely consist of, but are not limited to: \\n Cross-border control measures; \\n Information management and exchange; \\n Legislative and regulatory measures; \\n SALW awareness and outreach strategies; \\n SALW surveys and assessments; \\n SALW collection and registration, including utilization of relevant regional and international databases for cross-checking \\n SALW destruction; \\n Stockpile management; \\n Marking, recordkeeping and tracing.The international community, recognizing the need to deal with the challenges posed by the illicit trade in SALW, adopted the United Nations Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects (A/Conf.192/15) in 2001 (PoA) (see section 5.2).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8069, - "Score": 0.57735, - "Index": 8069, - "Paragraph": "What methods are there for identification? \\n Self-identification. Especially in situations where it is known that the host government has facilities for foreign combatants, some combatants may identify themselves voluntarily, either as part of military structures or individually. Providing information on the availability of internment camp facilities for foreign combatants may encourage self-identification. Groups of combatants from a country at war may negotiate with a host country to cross into its territory before actually doing so, and peacekeepers with a presence at the border may have a role to play in such negotiations. The motivation of those who identify themselves as combatants is usually either to desert on a long-term basis and perhaps to seek asylum or to escape the heat of battle temporarily. \\n Appearance. Military uniforms, weapons and arriving in troop formation are obvious signs of persons being combatants. Even where there are no uniforms or weapons, military and security officials of the host country will often be skilful at recognizing fellow military and security personnel \u2014 from appearance, demeanour, gait, scars and wounds, responses to military language and commands, etc. Combatants\u2019 hands may show signs of having carried guns, while their feet may show marks indicating that they have worn boots. Tattoos may be related to the various fighting factions. Combatants may be healthier and stronger than refugees, especially in situations where food is limited. It is important to avoid arbitrarily identifying all single, able-bodied young men as combatants, as among refugee influxes there are likely to be boys and young men who have been fleeing from forced military recruitment, and they may never have fought. \\n Security screening questions and luggage searches. Questions asked about the background of foreigners entering the host country (place of residence, occupation, circumstances of flight, family situation, etc.) may reveal that the individual has a military background. Luggage searches may reveal military uniforms, insignia or arms. Lack of belongings may also be an indication of combatant status, depending on the circumstances of flight. \\n Identification by refugees and local communities. Some refugees may show fear or wariness of combatants and may point out combatants in their midst, either at entry points or as part of relocation movements to refugee camps. Local communities may report the presence of strangers whom they suspect of being combatants. This should be carefully verified and the individual(s) concerned should have the opportunity to prove that they have been wrongly identified as combatants, if that is the case. \\n Perpetrators of cross-border armed incursions and attacks. Host country authorities may intercept combatants who are launching cross-border attacks and who pose a serious threat to the country. Stricter security and confinement measures would be necessary for such individuals.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 12, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.4. Methods of identifying foreign combatants", - "Heading4": "", - "Sentence": "\\n Perpetrators of cross-border armed incursions and attacks.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7980, - "Score": 0.514496, - "Index": 7980, - "Paragraph": "Forced displacement is mainly caused by the insecurity of armed conflict. Conflicts that cause refugee movements across international borders by definition involve neighbouring States, and thus have regional security implications. As is evident in recent conflicts in Africa in particular, the lines of conflict frequently run across State boundaries, because they are being fought by people with ethnic, cultural, political and military ties that are not confined to one country. The mixed movements of populations that result are very complex and involve not only refugees, but also combatants and civilians associated with armed groups and forces, including family members and other dependants, cross\u00adborder abductees, etc.The often\u00adinterconnected nature of conflicts within a region, recruitment (both forced and voluntary) across borders and the \u2018recycling\u2019 of combatants from conflict to conflict within a region has meant that not only nationals of a country at war, but also foreign com\u00ad batants may be involved in the struggle. When wars come to an end, it is not only refugees who are in need of repatriation and reintegration, but also foreign combatants and associated civilians. DDR programmes need to be regional in scope in order to deal with this reality. Enormous complexities are involved in managing mass influxes and mixed population movements of combatants and civilians. Combatants\u2019 status may not be obvious, as many arrive without weapons and in civilian clothes. At the same time, however, especially in societies where there are large numbers of weapons, not everyone who arrives with a weap\u00ad on is a combatant or can be presumed to be a combatant (refugee influxes usually include young males and females escaping from forced recruitment). The sheer size of population movements can be overwhelming, sometimes making it impossible to carry out any screen\u00ading of arrivals.Whereas refugees by definition flee to seek sanctuary, combatants who cross inter\u00ad national borders may have a range of motives for doing so \u2014 to launch cross\u00adborder attacks, to escape from the heat of battle before re\u00ad grouping to fight, to desert permanently, to seek refuge, to bring family members and other dependants to safety, to find food, etc. Their reasons for moving with civilians may be varied \u2014 not only to protect and assist their dependants, but also sometimes to ex\u00ad ploit civilians as human shields and to prevent voluntary repatriation, to use refugee camps as a place for rest and recuperation between attacks or as a recruiting and/or training ground, and to divert humanitarian assistance for military purposes. Civilians may be supportive of or intimidated by combatants. The presence of combatants and militarized camps close to border areas may provoke cross\u00ad border reprisals and risk a spillover of the conflict. Host countries may also have their own reasons for sheltering foreign combatants, since complete neutrality is probably rare in today\u2019s conflicts, and in addition there may be a lack of political will and capacity to prevent foreign combatants from entering a neighbouring country. In their responses to mixed cross\u00ad border population movements, the international community should take into account these complexities.Experience has shown that DDR processes directed at nationals of a specific country in isolation have failed to adequately deal with the problems of combatants being recycled from conflict to conflict within (and sometimes even outside) a region, and with the spillover effects of such wars. In addition, the failure of host countries to identify, disarm and separate foreign combatants from refugee populations has contributed to endless cycles of security problems, including militarization of and attacks on refugee camps and settlements, xeno\u00ad phobia, and failure to maintain asylum for refugees. These issues compromise the neutrality of aid work and pose a security threat to the host State and surrounding countries.The disarmament, demobilization, rehabilitation, reintegration and repatriation of com\u00ad batants and associated civilians therefore require a stronger and more consistent cross\u00adborder focus, involving both host countries and countries of origin and benefiting both national and foreign combatants. This dimension has increasingly been recognized by the UN in its recent peacekeeping operations.1", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 4, - "Heading1": "5. The context of regional conflicts and cross-border population movements", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The presence of combatants and militarized camps close to border areas may provoke cross\u00ad border reprisals and risk a spillover of the conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8306, - "Score": 0.426401, - "Index": 8306, - "Paragraph": "In accordance with agreements reached between the country of asylum and the country of origin during the planning for repatriation of former combatants, they should be included in appropriate DDR programmes in their country of origin. Entitlements should be syn\u00ad chronized with DDR assistance received in the host country, e.g., if disarmament and demo\u00ad bilization has been carried out in the host country, then reintegration is likely to be the most important process for repatriated former combatants in the country of origin. Lack of rein\u00ad tegration may contribute to future cross\u00adborder movements of combatants and mercenaries.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 28, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.2. Inclusion in DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Lack of rein\u00ad tegration may contribute to future cross\u00adborder movements of combatants and mercenaries.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8244, - "Score": 0.426401, - "Index": 8244, - "Paragraph": "Cross\u00adborder abductees do not necessarily come within the mandate of any specific inter\u00ad national agency. However, agencies such as UNHCR and ICRC are encouraged to assist such third\u00adcountry nationals on humanitarian grounds in view of their situation of external dis\u00ad placement. Key national agencies include those concerned with humanitarian affairs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 23, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.2. Key agencies", - "Heading3": "", - "Heading4": "", - "Sentence": "Cross\u00adborder abductees do not necessarily come within the mandate of any specific inter\u00ad national agency.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8104, - "Score": 0.416025, - "Index": 8104, - "Paragraph": "The Third Geneva Convention of 1949 lays down minimum rights and conditions of intern\u00ad ment to be granted to captured combatants. These rights also apply by analogy to foreign combatants interned in a neutral State.What are the basic standards under the Third Geneva Convention? \\n Internees must be treated humanely at all times and are entitled to respect for their person (art. 3); \\n There must be no harmful discrimination among internees (art. 16); \\n Female internees must be treated in a way that caters for their specific needs and must be given treatment as favourable as that given to men (art. 14); \\n Internees must be provided, free of charge, with the necessary maintenance and medical attention required by their state of health (art. 15); \\n No physical or mental torture, or any other form of coercion, may be inflicted on them to get information of any kind (art. 17); \\n Internees must be provided with an identity card (art. 17); \\n After they are separated from civilians, combatants must be evacuated as soon as possible to camps a safe distance away from the combat zone, and these evacuations must be carried out humanely (i.e., evacuees must be given sufficient food, drinking water and necessary clothing and medical attention) (arts. 19 and 20); \\n Interned combatants must not be accommodated in prisons (art. 22); \\n Places of internment must be hygienic and healthy places to live. Internees\u2019 quarters must be protected from dampness and adequately heated and lighted Level 5 Cross-cutting Issues Cross-border Population Movements 15 5.40 (conditions must not harm their health). Camps must be kept clean, and proper sanitary measures should be taken to prevent epidemics (arts. 22, 25 and 29); \\n Female internees must be accommodated separately from men, and separate dormitories and hygienic supplies should be provided for them (arts. 25 and 29); \\n Daily food rations must be sufficient in quantity, quality and variety to keep internees in good health, and their habitual diet must also be taken into account (art. 26); \\n Internees must enjoy complete freedom in the exercise of their religion and in the practice of sports and intellectual activities (arts. 34\u201338); \\n Internees must be permitted to receive and send letters, as well as individual parcels or collective shipments (e.g., of food, clothing) (arts. 71\u201373); \\n Internees\u2019 working conditions should be properly regulated (arts. 49\u201357); \\n Internees must have the right to make requests to the authorities interning them regarding their conditions of captivity (art. 78).Additional Protocol II relating to Protection of Victims of Non\u00adInternational Armed Conflicts provides in Part II for humane, non\u00addiscriminatory treatment for those who do not take a direct part in, or who have ceased to take part in, hostilities, whether or not their liberty has been restricted. Such persons may include internees.What are applicable standards under Additional Protocol II? \\n Internees must receive similar treatment to the local civilian population regarding provision of food and drinking water, health and hygiene, and protection against the climate and the dangers of the armed conflict (art. 5[1][b]); \\n They must be allowed to receive individual or collective relief (art. 5[1][c]); \\n They must have freedom to practise their religion (art. 5[1][d]); \\n If made to work, they must have the benefit of working conditions and safeguards similar to those enjoyed by the local civilian population (art. 5[1][e]); \\n They should be allowed to send and receive letters and cards (art. 5[2][b]); \\n Places of internment must not be located close to the combat zone (art. 5[2][c]); \\n Internees must be evacuated under conditions of safety if the internment site becomes exposed to danger arising out of the armed conflict (art. 5[2][c]); \\n Internees are entitled to free medical examinations and treatment (art. 5[2][d]); \\n Internees\u2019 physical or mental health and integrity must not be endangered by any unjustified act or omission (art. 5[2][e]); \\n Women must be accommodated in separate quarters and be under the supervision of women, except where they are accommodated with male family members (art. 5[2][a]); \\n If it is decided to release persons deprived of their liberty, necessary measures must be taken to ensure their safety (art. 5[4]).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 14, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Standards of internment", - "Sentence": "Internees\u2019 quarters must be protected from dampness and adequately heated and lighted Level 5 Cross-cutting Issues Cross-border Population Movements 15 5.40 (conditions must not harm their health).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7956, - "Score": 0.408248, - "Index": 7956, - "Paragraph": "International law provides a framework for dealing with cross\u00adborder movements of com\u00ad batants and associated civilians. In particular, neutral States have an obligation to identify, separate and intern foreign combatants who cross into their territory, to prevent the use of their territory as a base from which to engage in hostilities against another State. In con\u00ad sidering how to deal with foreign combatants in a DDR programme, it is important to recognize that they may have many different motives for crossing international borders, and that host States in turn will have their own agendas for either preventing or encour\u00ad aging such movement.No single international agency has a mandate for issues relating to cross\u00adborder movements of combatants, but all have an interest in ensuring that these issues are prop\u00ad erly dealt with, and that States abide by their international obligations. Therefore, DDR\u00adrelated processes such as identification, disarmament, separation, internment, demo\u00ad bilization and reintegration of combatants, as well as building State capacity in host countries and countries of origin, must be carried out within an inter\u00adagency framework. Annex B contains an overview of key inter\u00adnational agencies with relevant mandates that could be expected to assist governments to deal with regional and cross\u00adborder issues relating to combatants in host countries and countries of origin.Foreign combatants are not necessarily \u2018mercenaries\u2019 within the definition of interna\u00ad tional law; and since achieving lasting peace and stability in a region depends on the ability of DDR programmes to attract and retain the maximum possible number of former com\u00ad batants, careful distinctions are necessary between foreign combatants and mercenaries. It is also essential, however, to ensure coherence between DDR processes in adjacent countries in regions engulfed by conflict in order to prevent combatants from moving around from process to process in the hopes of gaining benefits in more than one place.Foreign children associated with armed forces and groups should be treated separately from adult foreign combatants, and should be given special protection and assistance dur\u00ad ing the DDR process, with a particular emphasis on rehabilitation and reintegration. Their social reintegration, recovery and reconciliation with their communities may work better if they are granted protection such as refugee status, following an appropriate process to determine if they deserve that status, while they are in host countries.Civilian family members of foreign combatants should be treated as refugees or asylum seekers, unless there are individual circumstances that suggest they should be treated dif\u00ad ferently. Third\u00adcountry nationals/civilians who are not seeking refugee status \u2014 such as cross\u00adborder abductees \u2014 should be assisted to voluntarily repatriate or find another long\u00ad term course of action to assist them within an applicable framework and in close consultation/ collaboration with the diplomatic representations of their countries of nationality.At the end of an armed conflict, UN missions should support host countries and countries of origin to find long\u00adterm solutions to the problems faced by foreign combatants. The primary solution is to return them in safety and dignity to their country of origin, a process that should be carried out in coordination with the voluntary repatriation of their civilian family members.When designing and implementing DDR programmes, the regional dimensions of the conflict should be taken into account, ensuring that foreign combatants who have parti\u00ad cipated in the war are eligible for such programmes, as well as other individuals who have crossed an international border with an armed force or group and need to be repatriated and included in DDR processes. DDR programmes should therefore be open to all persons who have taken part in the conflict, regardless of their nationality, and close coordination and links should be formed among all DDR programmes in a region to ensure that they are coherently planned and implemented.As a matter of principle and because of the nature of his/her activities, an active foreign combatant cannot be considered as a refugee. However, a former combatant who has gen\u00ad uinely given up military activities and become a civilian may at a later stage be given refugee status, provided that he/she applies for this status after a reasonable period of time and is not \u2018excludable from international protection\u2019 on account of having committed crimes against peace, war crimes, crimes against humanity, serious non\u00adpolitical crimes outside the country of refuge before entering that country, or acts contrary to the purposes and principles of the UN. The UN High Commissioner for Refugees (UNHCR) assists governments in host countries to determine whether demobilized former combatants are eligible for refugee status using special procedures when they ask for asylum.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "International law provides a framework for dealing with cross\u00adborder movements of com\u00ad batants and associated civilians.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8254, - "Score": 0.400892, - "Index": 8254, - "Paragraph": "Cross\u00adborder family links should be estab\u00ad lished and coordinated in collaboration with ICRC and national Red Cross and Red Cres\u00ad cent societies (which have a mandate for tracing people across international borders) or other relevant agencies. This service will assist cross\u00adborder abductees to make decisions about their long\u00adterm future (e.g., by helping them to assess the reaction of family members to their situation) and will help to bring about future family reunification. Both abductees and family members are likely to be in need of counselling before family reunification.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.5. Re-establishing family links", - "Heading4": "", - "Sentence": "Cross\u00adborder family links should be estab\u00ad lished and coordinated in collaboration with ICRC and national Red Cross and Red Cres\u00ad cent societies (which have a mandate for tracing people across international borders) or other relevant agencies.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7945, - "Score": 0.353553, - "Index": 7945, - "Paragraph": "This module attempts to answer the following questions: \\n What are the population groups connected with combatants moving across interna\u00ad tional borders? \\n What are the standards and legal frameworks governing their treatment? What are recommendations for action on both sides of the border? \\n What are the roles and responsibilities of international and national agencies on both sides of the border?The module discusses issues relating to foreign adult combatants, foreign women asso\u00ad ciated with armed groups and forces in non\u00adcombat roles, foreign children associated with armed groups and forces, civilian family members/dependants of foreign combatants, and cross\u00adborder abductees. Their status at various phases \u2014 upon crossing into a host country, at the stage of DDR and repatriation planning, and upon return to and reintegration in their country of origin \u2014 is discussed, and ways of dealing with those who do not repatriate are explored.The module\u2019s aims to provide guidance to agencies supporting governments to fulfil their obligations under international law in deciding on the appropriate treatment of the population groups connected with cross\u00adborder combatants.The principles in this module are intended to be applied not only in formal DDR pro\u00ad grammes, but also in situations where there may be no such programme (and perhaps no United Nations [UN] mission), but where activities related to the identification of foreign combatants, disarmament, demobilization, internment, repatriation and reintegration or other processes are nevertheless needed in response to the presence of foreign combatants on a State\u2019s territory.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "What are recommendations for action on both sides of the border?", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7819, - "Score": 0.328798, - "Index": 7819, - "Paragraph": "The geography of the country/region in which the DDR operation takes place should be taken into account when planning the health-related parts of the operation, as this will help in the difficult task of identifying the stakeholders and the possible partners that will be involved, and to plan the network of fixed structures and outreach circuits designed to cater for first health contact and/or referral, health logistics, etc., all of which have to be organized at local, district, national or even international (i.e., possibly cross-border) levels.Health activities in support of DDR processes must take into account the movements of populations within countries and across borders. From an epidemiological point of view, the mass movements of people displaced by conflict may bring some communicable diseases into areas where they are not yet endemic, and also speed up the spread of outbreaks of diseases that can easily turn into epidemics. Thus, health actors need to develop appropriate strategies to prevent or minimize the risk that these diseases will propagate and to allow for the early detection and containment of any possible epidemic resulting from the popula- tion movements. Those whom health actors will be dealing with include former combatants, associates and dependants, as well as the hosting communities in the transit areas and at the final destinations.In cases where foreign combatants will be repatriated, cross-border health strategies should be devised in collaboration with the local health authorities and partner organizations in both the sending and receiving countries (also see IDDRS 5.40 on Cross-border Popula- tion Movements).Figure 2 shows the likely movements of combatants and associates (and often their dependants) during a DDR process. It should be noted that the assembly/cantonment/ transit area is the most important place (and probably the only place) where adult combat- ants come into contact with health programmes designed in support of the DDR process, because both before and after they assemble here, they are dispersed over a wide area. Chil- dren should receive health assistance at interim care centres (ICCs) after being released from armed groups and forces. Before and after the cantonment/transit period, combatants, associates and their dependants are mainly the responsibility of the national health system, which is likely to be degraded and in need of systematic, long-term support in order to do its work.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.4. Health and the geographical dimensions of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Those whom health actors will be dealing with include former combatants, associates and dependants, as well as the hosting communities in the transit areas and at the final destinations.In cases where foreign combatants will be repatriated, cross-border health strategies should be devised in collaboration with the local health authorities and partner organizations in both the sending and receiving countries (also see IDDRS 5.40 on Cross-border Popula- tion Movements).Figure 2 shows the likely movements of combatants and associates (and often their dependants) during a DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7953, - "Score": 0.324443, - "Index": 7953, - "Paragraph": "This module is intended primarily for policy makers and operational staff of agencies deal\u00ad ing with combatants and associated civilians moving across international borders, regardless of whether or not there are DDR programmes on either side of the border. The guidelines offered in it are also aimed at assisting governments to fulfil their international obligations, and at guiding donors in making funding decisions. They are based on relevant provisions of international law, field experience and lessons learned from a number of operations, par\u00ad ticularly in Africa.This module on cross\u00adborder population movements has been included in the integrated DDR standards because of the regional and international dimensions of conflicts and the impact on population movements: wars lead to both combatants and civilians crossing borders; there are regional and international causes and actors; and cross\u00adborder combatants can a pose a threat to regional and international security. At the end of a conflict, repatriation and sustainable reintegration are needed for both combatants and civilians, contributing to the creation of properly functioning communities in the country of origin. For some, local integration in the host country \u2014 or, in exceptional cases, third\u00adcountry resettlement \u2014 will be the appropriate long\u00adterm course of action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "They are based on relevant provisions of international law, field experience and lessons learned from a number of operations, par\u00ad ticularly in Africa.This module on cross\u00adborder population movements has been included in the integrated DDR standards because of the regional and international dimensions of conflicts and the impact on population movements: wars lead to both combatants and civilians crossing borders; there are regional and international causes and actors; and cross\u00adborder combatants can a pose a threat to regional and international security.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8441, - "Score": 0.316228, - "Index": 8441, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7988, - "Score": 0.304997, - "Index": 7988, - "Paragraph": "International law lays down obligations for host countries with regard to foreign combatants and associated civilians who cross their borders. This framework is derived from the laws of neutrality, international humanitarian law, human rights law and refugee law, as well as international principles governing the conduct of inter\u00adState relations. These different areas of law provide grounds for the identification and separation of foreign combatants from civilians who cross an international border, as well as for the disarmament and internment of foreign combatants until either they can be repatriated or another course of action can be found at the end of the conflict.As long as a host country fulfils its obligations under international law, it may also rely on its national law: e.g., the criminal law can be used to prosecute cross\u00adborder combatants in order to protect national security, prevent subversive activities, and deal with illegal arms possession and forced recruitment.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 6, - "Heading1": "6. International law framework governing cross-border movements of foreign combatants and associated civilians", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These different areas of law provide grounds for the identification and separation of foreign combatants from civilians who cross an international border, as well as for the disarmament and internment of foreign combatants until either they can be repatriated or another course of action can be found at the end of the conflict.As long as a host country fulfils its obligations under international law, it may also rely on its national law: e.g., the criminal law can be used to prosecute cross\u00adborder combatants in order to protect national security, prevent subversive activities, and deal with illegal arms possession and forced recruitment.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8029, - "Score": 0.288675, - "Index": 8029, - "Paragraph": "Identification, disarmament, separation, internment, demobilization and eventual repatri\u00ad ation and reintegration of foreign combatants (as well as other interventions) are multi\u00adState processes that require the participation and cooperation of multiple actors, including the host State, countries of origin, local communities, refugee communities, donor States, interna\u00ad tional and national agencies, regional organizations, and the political and military parts of the UN system. Therefore coordination within a host State and cross\u00adborder is vital.At the national level, it may be helpful for key government and international agencies to set up an inter\u00adagency forum for coordination and collaboration. This will be particu\u00ad larly useful where the capacity and resources of the host country are limited, and there is a need for the international community to provide large amounts of assistance. It is recom\u00ad mended that such a forum be restricted to essential and operational agencies present in the host country. The forum could arrange for and manage coordination and collaboration in matters of advocacy, awareness\u00adraising, providing policy guidance, capacity\u00adbuilding, and setting up and supervising the methods used for the separation and internment of com\u00ad batants, as well as later repatriation. Such a forum may also provide assistance with the maintenance of State security and with the mobilization of resources, including funding.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 11, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.1. Coordination", - "Heading4": "", - "Sentence": "Therefore coordination within a host State and cross\u00adborder is vital.At the national level, it may be helpful for key government and international agencies to set up an inter\u00adagency forum for coordination and collaboration.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8249, - "Score": 0.282843, - "Index": 8249, - "Paragraph": "Cross\u00adborder abductees should be considered as eligible to participate in reintegration pro\u00ad grammes in the host country or country of origin together with other persons associated with the armed forces and groups, regardless of whether or not they are in possession of weapons. Although linked to the main DDR process, such programmes should be separate from those dealing with persons who have fought/carried weapons, and should carefully screen refugees to identify those who are eligible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.2. Eligibility for DDR", - "Heading4": "", - "Sentence": "Cross\u00adborder abductees should be considered as eligible to participate in reintegration pro\u00ad grammes in the host country or country of origin together with other persons associated with the armed forces and groups, regardless of whether or not they are in possession of weapons.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8155, - "Score": 0.255377, - "Index": 8155, - "Paragraph": "At least at the early stages of setting up and managing an internment camp, it is likely that host governments will lack capacity and resources for the task. International agencies have an important role to play in acquiring and supplying resources in order to assist the host government to provide internees with the \u201crelief required by humanity\u201d (as required under the Hague Convention): \\n In collaboration with the host government, international agencies should assist with awareness\u00adraising and lobbying of donors, which should take place as soon as possible, as donor funding often takes time to be made available. Donors should be informed about the resource needed to separate and intern combatants and the benefits of such policies, e.g., maintaining State security, helping the host government to keep borders open for asylum seekers, etc.; \\n International agencies should favourably consider contributing financial grants, mate\u00ad rial and other assistance to internment programmes, especially in the early phases when the host government will not have donor funding for such programmes. Contributing assistance, even on an ad hoc and temporary basis, will make international agencies\u2019 advocacy and advisory roles more effective. The following are some illustrations of ways in which international agencies can contribute:Food. WFP may assist with providing food. Given the inability of internees to feed themselves because of their restricted freedom of movement, each internee should be entitled to a full food ration of at least 2,100 kilocalories per day. \\n Health care. International agencies\u2019 partners (e.g., local Red Cross societies) may be able to provide mobile health clinics, to supplement hospital treatment for more serious medical matters. Medical care should include reproductive health care for female internees. \\n Non-food items. Items such as plastic sheeting, plates, buckets, blankets, sleeping mats, soap, etc. will be needed for each internee and agency contributions will be essential. Agencies such as UNHCR and ICRC, if they have the resources, may be able to give extra assistance at least temporarily until the government receives regular donor funding for the internment initiative. \\n Registration and documentation. Agencies could help the host government to develop a system for registration and issuing of identity documentation. Agencies will often need the data themselves, e.g., ICRC in order to arrange family tracing and family visits, and UNHCR for the purpose of getting information on the profiles of internees who may later come within their mandate if, at a later stage, internees apply for refugee status. ICRC may issue its own documentation to internees in connection with its detention-monitoring role. \\n Skills training. To combat the problem of idleness and to provide rehabilitation and alternative skills for internees, as well as to maintain order and dignity during internment, agency partners must try to provide/fund vocational skills training programmes as soon as possible. In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated. Social skills training would also be helpful here, such as sensitization in human rights, civic education, peace-building, HIV/AIDS, and sexual and gender-based violence. \\n Recreation. Sufficient space for recreation and sporting equipment should be provided for the purpose of recreation. \\n Re-establishing family links. ICRC, together with national societies, should try to trace family members of internees, both across borders and within the host country, which will allow family links to be re-established and maintained (e.g., through exchange of Red Cross messages). Where civilian family members have also crossed into the host country, arrangements should be made for maintaining family unity. There are various options: families could be accommodated in internment camps, or in a separate nearby facility, or in a refugee camp or settlement. If family members are voluntarily accommodated Level 5 Cross-cutting Issues Cross-border Population Movements 17 5.40 together with or near to internees, this has the advantage of preserving family unity, helping to break down military hierarchies in internment camps, reducing risks of local/refugee community retaliation against the family members on account of their connections to combatants, and minimizing the chances of combatants moving to civilian sites in order to be with their family members. However, the family members may face security risks, including physical violence and sexual harassment, from internees. Where civilian spouses and children are not accommodated with internees, regular and adequate family visits to internment camps must be arranged by ICRC, UNHCR or other relevant agencies. \\n Monitoring. ICRC should be able to carry out regular, confidential monitoring of internment camps, including the treatment of internees and the standards of their internment, in accordance with its mandate for persons deprived of their liberty for reasons related to armed conflict. Reports from monitoring visits will be provided on a confidential basis to the government of the host country. \\n Host communities. The involvement and support of host communities will be vital to the internment process. Therefore, agencies should consider providing host communities with community-based development assistance programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 15, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Assistance by the international community", - "Sentence": "If family members are voluntarily accommodated Level 5 Cross-cutting Issues Cross-border Population Movements 17 5.40 together with or near to internees, this has the advantage of preserving family unity, helping to break down military hierarchies in internment camps, reducing risks of local/refugee community retaliation against the family members on account of their connections to combatants, and minimizing the chances of combatants moving to civilian sites in order to be with their family members.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8238, - "Score": 0.254, - "Index": 8238, - "Paragraph": "It is important to try to establish family links between refugee family members and com\u00ad batants in internment camps, since separation and internment policies may create many female\u00adheaded households. Family links can be maintained through family tracing, ex\u00ad changes of Red Cross messages and family visits to internment camps, which should be organized by ICRC, Red Cross national societies and UNHCR. Women and girls who have been forcibly abducted and are married under circumstances not recognized by customary or national law have the right, with their children where applicable, to be safely separated from their \u2018husbands\u2019 (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 22, - "Heading1": "9. Civilian family members or other dependants of combatants and DDR issues in host countries", - "Heading2": "9.3. Key actions", - "Heading3": "9.3.2. Maintaining family links with foreign combatants", - "Heading4": "", - "Sentence": "Family links can be maintained through family tracing, ex\u00ad changes of Red Cross messages and family visits to internment camps, which should be organized by ICRC, Red Cross national societies and UNHCR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8253, - "Score": 0.246183, - "Index": 8253, - "Paragraph": "Cross\u00adborder abductees who do not want to repatriate, or are not in a position to make a decision to separate themselves from abduc\u00ad tors/combatants, should be included in hu\u00ad manitarian assistance programmes in these locations, in order to empower them so that they can make decisions about their future, as well as to help them integrate into the host country, if that is what they want to do.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.4. Local integration and empowerment", - "Heading4": "", - "Sentence": "Cross\u00adborder abductees who do not want to repatriate, or are not in a position to make a decision to separate themselves from abduc\u00ad tors/combatants, should be included in hu\u00ad manitarian assistance programmes in these locations, in order to empower them so that they can make decisions about their future, as well as to help them integrate into the host country, if that is what they want to do.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8242, - "Score": 0.239046, - "Index": 8242, - "Paragraph": "In the context of regionalized conflicts, cross\u00adborder attacks and movements of combatants across borders, experience has shown that within the households of combatants, or under their control in other ways, will be persons who have been abducted across borders for the purposes of forced labour, sexual exploitation, military recruitment, etc. Their presence may not become known until some time after fighting has ended.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 23, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.1. Context", - "Heading3": "", - "Heading4": "", - "Sentence": "In the context of regionalized conflicts, cross\u00adborder attacks and movements of combatants across borders, experience has shown that within the households of combatants, or under their control in other ways, will be persons who have been abducted across borders for the purposes of forced labour, sexual exploitation, military recruitment, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8463, - "Score": 0.239046, - "Index": 8463, - "Paragraph": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp. 6\u20137; Report of the Secretary\u00adGeneral to the Security Council on Liberia, 11 September 2003, para. 49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para. 1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004. \\n 2 \u201cEvery State has the duty to refrain from organizing or encouraging the organization of irregular forces or armed bands, including mercenaries, for incursion into the territory of another state . . . . Every State has the duty to refrain from organizing, instigating, assisting or participating in acts of civil strife or terrorist acts in another State or acquiescing in organized activities within its territory directed towards the commission of such acts, when the acts referred to in the present paragraph involve a threat or use of force No State shall organize, assist, foment, finance, incite or tolerate subversive, terrorist or armed activities directed towards the violent overthrow of the regime of another State, or interfere in civil strife in another State.\u201d \\n 3 Adopted by UN General Assembly resolution 43/173, 9 December 1988. \\n 4 Adopted by the First UN Congress on the Prevention of Crime and the Treatment of Offenders, Geneva 1955, and approved by the UN Economic and Social Council in resolutions 663 C (XXIV) of 31 July 1957 and 2076 (LXII) of 13 May 1977. \\n 5 Adopted by UN General Assembly resolution 45/111, 14 December 1990. \\n 6 UN General Assembly resolution 56/166, Human Rights and Mass Exoduses, para. 8, 26 February 2002; see also General Assembly resolution 58/169, para. 7. \\n 7 UN General Assembly resolution 58/169, Human Rights and Mass Exoduses, 9 March 2004. \\n 8 UN General Assembly, Report of the Fifty\u00adFifth Session of the Executive Committee of the High Commissioner\u2019s Programme, A/AC.96/1003, 12 October 2004. \\n 9 Information on separation and internment of combatants in sections 7 to 10 draws significantly from papers presented at the Experts\u2019 Roundtable organized by UNHCR on the Civilian and Humanitar\u00ad ian Character of Asylum (June 2004), in particular the background resource paper prepared for the conference, Maintaining the Civilian and Humanitarian Character of Asylum by Rosa da Costa, UNHCR (Legal and Protection Policy Research Series, Department of International Protection, PPLA/2004/02, June 2004), as well as the subsequent UNHCR draft, Operational Guidelines on Maintaining the Civilian Character of Asylum in Mass Refugee Influx Situations. \\n 10 Internment camps for foreign combatants have been established in Sierra Leone (Mapeh and Mafanta camps for combatants from the Liberian war), the Democratic Republic of the Congo (DRC) (Zongo for combatants from Central African Republic), Zambia (Ukwimi camp for combatants from Angola, Burundi, Rwanda and DRC) and Tanzania (Mwisa separation facility for combatants from Burundi and DRC). \\n 11 Da Costa, op. cit. \\n 12 The full definition in the 1989 International Convention Against the Recruitment, Use, Financing and Training of Mercenaries is contained in the glossary of terms in Annex A. In Africa, the 1977 Convention of the OAU for the Elimination of Mercenarism in Africa is also applicable. \\n 13 Universal Declaration of Human Rights, art. 14. The article contains an exception \u201cin the case of prose\u00ad cutions genuinely arising from non\u00adpolitical crimes or from acts contrary to the purposes and principles of the United Nations\u201d. \\n 14 For further information see UNHCR, Handbook for Repatriation and Reintegration Activities, Geneva, May 2004. \\n 15 The UN General Assembly has \u201cemphasiz[ed] the obligation of all States to accept the return of their nationals, call[ed] upon States to facilitate the return of their nationals who have been determined not to be in need of international protection, and affirm[ed] the need for the return of persons to be undertaken in a safe and humane manner and with full respect for their human rights and dignity, irrespective of the status of the persons concerned\u201d (UN General Assembly resolution 57/187, para. 11, 18 December 2002). \\n 16 Refer to UNHCR/DPKO note on cooperation, 2004. \\n 17 For the purpose of this Conclusion, the term \u201carmed elements\u201d is used as a generic term in a refugee context that refers to combatants as well as civilians carrying weapons. Similarly, for the purpose of this Conclusion, the term \u201ccombatants\u201d covers persons taking active part in hostilities in both inter\u00ad national and non\u00adinternational armed conflict who have entered a country of asylum. \\n 18 S/1999/957; S/2001/331 \\n 19 EC/GC/01/8/Rev.1 \\n 20 Workshop on the Potential Role of International Police in Refugee Camp Security (Ottawa, Canada, March 2001); Regional Symposium on Maintaining the Civilian and Humanitarian Character of Refugee Status, Camps and other locations (Pretoria, South Africa, February 2001); International Seminar on Exploring the Role of the Military in Refugee Camp Security (Oxford, UK, July 2001).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 49, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8321, - "Score": 0.217643, - "Index": 8321, - "Paragraph": "The disarmament, demobilization, rehabilitation and reintegration of former combatants should be monitored and reported on by relevant agencies as part of a community\u00adfocused approach (i.e., including monitoring the rights of war\u00adaffected communities, returnees and IDPs, rather than singling out former combatants for preferential treatment). Relevant monitoring agencies include UN missions, UNHCHR, UNICEF and UNHCR. Human rights monitoring partnerships should also be established with relevant NGOs.In the case of an overlap in areas of return, UNHCR will usually have established a field office. As returnee family members of former combatants come within UNHCR\u2019s mandate, the agency should monitor both the rights and welfare of the family unit as a whole, and those of the receiving community. Such monitoring should also help to build confidence.What issues should be monitored? \\n Non-discrimination: Returned former combatants and their families/other dependants should not be targeted for harassment, intimidation, extra-judicial punishment, violence, denial of fair access to public institutions or services, or be discriminated against in the enjoyment of any basic rights or services (e.g., health, education, shelter); \\n Amnesties and guarantees: Returned former combatants and their families should benefit from any amnesties in force for the population generally or for returnees specifically. Amnesties may cover, for example, matters relating to having left the country of origin and having found refuge in another country, draft evasion and desertion, as well as the act of performing military service in unrecognized armed groups. Amnesties for international crimes, such as genocide, crimes against humanity, war crimes and serious violations of international humanitarian law, are not supported by the UN. Former combatants may legitimately be prosecuted for such crimes, but they must receive a fair trial in accordance with judicial procedures; \\n Respect for human rights: In common with all other citizens, the human rights and fundamental freedoms of former combatants and their families must be fully respected; 2.30 Level 5 Cross-cutting Issues Cross-border Population Movements 31 5.40 \\n Access to land: Equitable access to land for settlement and agricultural use should be encouraged; \\n Property recovery: Land or other property that returned former combatants and their families may have lost or left behind should be restored to them. UN missions should support governments in setting up dispute resolution procedures on issues such as property recovery. The specific needs of women, including widows of former combatants, should be taken into account, particularly where traditional practices and laws discriminate against women\u2019s rights to own and inherit property; \\n Protection from landmines and unexploded ordnances: Main areas of return may be at risk from landmines and unexploded ordnances that have not yet been cleared. Awareness-raising, mine clearance and other efforts should therefore include all members of the community; \\n Protection from stigmatization: Survivors of sexual abuse, and girls and women who have had to bear their abusers\u2019 children may be at risk of rejection from their communities and families. There may be a need for specific community sensitization to combat this problem, as well as efforts to empower survivors through inclusion in constructive socio-economic activities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 30, - "Heading1": "12. Foreign combatants and DDR issues upon return to the country of origin", - "Heading2": "12.4. Monitoring", - "Heading3": "", - "Heading4": "", - "Sentence": "Former combatants may legitimately be prosecuted for such crimes, but they must receive a fair trial in accordance with judicial procedures; \\n Respect for human rights: In common with all other citizens, the human rights and fundamental freedoms of former combatants and their families must be fully respected; 2.30 Level 5 Cross-cutting Issues Cross-border Population Movements 31 5.40 \\n Access to land: Equitable access to land for settlement and agricultural use should be encouraged; \\n Property recovery: Land or other property that returned former combatants and their families may have lost or left behind should be restored to them.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8247, - "Score": 0.202031, - "Index": 8247, - "Paragraph": "The main ways in which agencies can protect and assist cross\u00adborder abductees are for them to: (1) identify those who have been abducted (they may often be \u2018invisible\u2019, particularly in view of their vulnerability and their marginalization from the local community because of their foreign nationality, although it may be possible to get access to them by working through local, especially women\u2019s organizations); (2) arrange for their release if necessary; and (3) arrange for their voluntary repatriation or find another long\u00adterm way to help them. Foreign abductees should be included in inter\u00adagency efforts to help national abductees, such as advocacy with and sensitization of combatants to release abductees under their control (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 24, - "Heading1": "10. Cross-border abductees and DDR issues in host countries", - "Heading2": "10.3. Key actions", - "Heading3": "10.3.1. Identification, release, finding long-lasting solutions", - "Heading4": "", - "Sentence": "The main ways in which agencies can protect and assist cross\u00adborder abductees are for them to: (1) identify those who have been abducted (they may often be \u2018invisible\u2019, particularly in view of their vulnerability and their marginalization from the local community because of their foreign nationality, although it may be possible to get access to them by working through local, especially women\u2019s organizations); (2) arrange for their release if necessary; and (3) arrange for their voluntary repatriation or find another long\u00adterm way to help them.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8260, - "Score": 0.202031, - "Index": 8260, - "Paragraph": "Since lasting peace and stability in a region depend on the ability of DDR programmes to attract the maximum possible number of former combatants, the following principles relat\u00ad ing to regional and cross\u00adborder issues should be taken into account in planning for DDR: \\n DDR programmes should be open to all persons who have taken part in the con\u00ad flict, including foreigners and nationals who have crossed international borders. Extensive sensitization is needed both in countries of origin and host countries to ensure that all persons entitled to par\u00ad ticipate in DDR programmes are aware of their right to do so; DDR programmes should be open to all persons who have taken part in the conflict, including foreigners and nationals who have crossed international borders. \\n close coordination and links among all DDR programmes in a region are essential. There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible. While DDR programmes may be implemented within a regional framework, such programmes must nevertheless take into full consideration the poli\u00ad tical, social and economic contexts of the different countries in which they are to be implemented; \\n in order to have accurate information on foreign combatants who have been involved in a conflict, DDR registration forms should contain a specific question on the national\u00ad ity of the combatant.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 25, - "Heading1": "11. Planning for foreign combatants\u2019 voluntary repatriation and inclusion in cross-border DDR operations", - "Heading2": "11.1. Regional dimensions to be taken into account in setting up DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "There should be regular coordination meetings on DDR issues \u2014 including, in particular, regional aspects \u2014 among UN missions, national commissions on DDR or competent government agencies, and other relevant agencies; \\n to avoid disruptive consequences, including illicit cross\u00adborder movements and traffick\u00ad ing of weapons, standards in DDR programmes within a region should be harmonized as much as possible.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9428, - "Score": 0.57735, - "Index": 9428, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "\\n Cross-border activities regarding natural resources.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10281, - "Score": 0.566947, - "Index": 10281, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9041, - "Score": 0.5, - "Index": 9041, - "Paragraph": "Planning for DDR processes should be undertaken with a diverse range of partners. By coordinating with Government institutions, the criminal justice sector, academia, civil society and the private sector, DDR can provide ex-combatants and persons formerly associated with armed forces and groups with a wide range of viable alternatives to criminal activities and violence.While the nature of partnerships in DDR processes may vary, local actors possess in-depth knowledge of the local context. This knowledge should serve as an entry point for joint approaches, particularly in the mapping of actors and local conditions. DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes. Additionally, cooperation with the criminal justice sector can provide a basis for the sharing of criminal intelligence and expertise to inform DDR processes, as well as capacity- building to assist in the integration of former combatants.DDR practitioners should recognize that not only local authorities, but also civil society actors and the private sector, may be the frontline responders who lay the foundation for peace and development and ensure its long-term sustainability. Innovative financing sources and partnerships should be sought. Local partnerships contribute to the collective ownership of DDR processes. DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups. Armed forces and groups may engage in criminal activities that span borders in terms of perpetrators, victims, violence, supply chains and commodities, including arms and ammunition. When armed conflicts affect more than one country, DDR practitioners should engage regional bodies to address issues related to armed groups operating on foreign territory and to coordinate the repatriation of victims of trafficking. Moreover, even when an armed conflict remains in one country, DDR practitioners should be aware that criminal links may transcend borders and should avoid inadvertently reinforcing illicit cross-border flows. For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.3 Opportunities for joint approaches in combatting organized crime", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10066, - "Score": 0.400892, - "Index": 10066, - "Paragraph": "Instability is exacerbated by the flow of combatants as well as the trafficking of people, arms and other goods across porous borders. Cross-border trafficking can provide com- batants with the resource base and motivation to resist entering the DDR process. There is also a risk of re-recruitment of ex-combatants into armed groups in adjacent countries, thus undermining regional stability. Developing sustainable border management capacities can therefore enhance the effectiveness of disarmament measures, prevent the re-recruitment of foreign combatants that transit across borders and contribute to the protection of vulner- able communities.Training and capacity building activities should acknowledge linkages between DDR and border security. Where appropriate, conflict and security analysis should address re- gional security considerations including cross-border flows of combatants in order to coor- dinate responses with border security authorities. At the same time, adequate options and opportunities should be open to ex-combatants in case they are intercepted at the border. Lack of logistics and personnel capacity as well as inaccessibility of border areas can pose major challenges that should be addressed through complementary SSR activities. SALW projects may also benefit from coordination with border management programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 16, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.7. DDR and border management", - "Heading3": "", - "Heading4": "", - "Sentence": "Where appropriate, conflict and security analysis should address re- gional security considerations including cross-border flows of combatants in order to coor- dinate responses with border security authorities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9884, - "Score": 0.319801, - "Index": 9884, - "Paragraph": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation. The con- siderations outlined below suggest ways that different components of DDR and SSR can relate to each other.Disarmament \\n Disarmament is not just a short term security measure designed to collect surplus weapons and ammunition. It is also implicitly part of a broader process of state regulation and con- trol over the transfer, trafficking and use of weapons within a national territory. As with civilian disarmament, disarming former combatants should be based on a level of confi- dence that can be fostered through broader SSR measures (such as police or corrections reform). These can contribute jointly to an increased level of community security and pro- vide the necessary reassurance that these weapons are no longer necessary. There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally. Where decisions affecting force size and structure provide for inefficient, unaffordable or abusive security structures this will undermine long term peace and security. Decisions should therefore be based on a rational, inclusive assess- ment by national actors of the objectives, role and values of the future security sector. One important element of the relationship between demobilization and SSR relates to the impor- tance of avoiding security vacuums. Ensuring that decisions on both the structures estab- lished to house the demobilization process and the return of demobilised ex-combatants are taken in parallel with complementary community law enforcement activities can miti- gate this concern. The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities. By contrast, failed reintegration can undermine SSR efforts by placing exces- sive pressures on police, courts and prisons while harming the security of the state and its citizens. Speed of response and adequate financial support are important since a delayed or underfunded reintegration process may skew options for SSR and limit flexibility. Ex- combatants may find employment in different parts of the formal or informal security sector. In such cases, clear criteria should be established to ensure that individuals with inappropriate backgrounds or training are not re-deployed within the security sector, weakening the effectiveness and legitimacy of relevant bodies. Appropriate re-training of personnel and processes that support vetting within reformed security institutions are therefore two examples where DDR and SSR efforts intersect.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 5, - "Heading1": "5. Rationale for linking DDR and SSR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10200, - "Score": 0.316228, - "Index": 10200, - "Paragraph": "Supporting the development of relevant national capacities to develop, manage and imple- ment programmes enhances the effectiveness of DDR and SSR while creating cross-cutting skills that contribute to the long term integrity of security institutions. Given their experi- ence, ex-combatants may play a significant role in these areas at national and community levels. In particular, a focus on security sector management and oversight provides an important means of contributing to sustainable national capacities.Identifying national capacity gaps linked to DDR/SSR should be an important objec- tive of needs assessments (see Box 6). Opportunities to develop cross-cutting skills (e.g. strategic planning, human resources, financial management, including gender budgeting, communications and outreach) should be agreed and prioritised with national authorities. Measures to enhance national capacities for democratic control and civilian oversight and to develop effective checks and balances within a clear legal framework are particularly important. Support for parliaments in fulfilling their oversight function can promote trans- parency and therefore trust in programmes and their use of resources.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 23, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.2. Capacity development", - "Heading4": "", - "Sentence": "Opportunities to develop cross-cutting skills (e.g.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8898, - "Score": 0.308607, - "Index": 8898, - "Paragraph": "The regional causes of conflict and the political, social and economic interrelationships among neighbouring States sharing insecure borders will present challenges in the implementation of DDR. Organized crime that is transnational in nature can exacerbate these challenges. DDR practitioners shall carefully coordinate with regional organizations and other relevant stakeholders when managing issues related to repatriation and the cross-border movement of weapons, armed groups and trafficked persons. The return of foreign former combatants and children formerly associated with armed forces and groups may pose particular challenges and will require separate strategies (see IDDRS 5.40 on Cross-Border Population Movements and IDDRS 5.20 on Children and DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall carefully coordinate with regional organizations and other relevant stakeholders when managing issues related to repatriation and the cross-border movement of weapons, armed groups and trafficked persons.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10742, - "Score": 0.25, - "Index": 10742, - "Paragraph": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts. The possibilities for sequencing are numerous; this section merely provides ideas that can facilitate sequencing discussions between DDR and TJ practitioners. Prosecutors, for instance, may inform DDR administrators of the imminent announce- ment of indictments of certain commanders so that there is time to prepare for the possible negative reactions. Alternatively, in some cases prosecutors may take into account the prog- ress of the disarmament and demobilization operations when timing the announcement of their indictments.United Nations Staff working on DDR programmes should encourage their national interlocutors to coordinate on sequencing with truth commissions. Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not. However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements). Assistance offered to ex- combatants is less likely to foster resentment if reparations for victims are provided at a comparative level and within the same relative time period. If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme. Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming. This has the virtue of providing incen- tives for the coordination of programmes without providing incentives for fusing or merging programmes which may result in a dilution of mandates\u2014and effectiveness. Moreover ex-combatants may play a direct role in some reparations, either by providing direct repara- tion when they have individual responsibility for the violations that occurred, or, when appropriate, by contributing to reparations projects that aim to address community needs, such as working on a memorial or rebuilding a school or home that was destroyed in the armed conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.4. Collaborate on sequencing DDR and TJ efforts", - "Heading4": "", - "Sentence": "However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9681, - "Score": 0.223607, - "Index": 9681, - "Paragraph": "Water management is a critical sector for livelihoods for use by both households and the agricultural sector as well as a potentially critical issue of grievance, depending on the conflict context. In areas where water resources have been a cause of conflict, DDR practitioners should include a full analysis of the various perspectives of those who claim any grievance over the water resource and seek opportunities to use water management as a means to promote social cohesion. Community-based approaches to water management can be employed to ensure that decision-making authority is distributed amongst key affected parties, with special attention to the inclusion of specific needs groups and vulnerable populations who need access to water for safe consumption and their livelihoods.Water resource management can also be a powerful tool to promote cross-border, inter- regional or local cooperation. In areas where water resources cross political boundaries, this may necessitate transboundary agreements. In more local areas within political boundaries, water resource management can be addressed through locally devised options. Special attention shall be paid to any risk of contamination or diversion of water resources by upstream interventions as part of or outside of DDR programmes; to ensure this, DDR practitioners should consult technical experts to complete full analyses of the risks to any important water resource and integrate local and national actors and other interagency experts into the design of reintegration efforts as necessary. Attention should also be paid to allocation of water resources at the local level, including ensuring that access is equitable and that there are proper systems in place to ensure water quality and quantity. In addition, the current and likely future effects of climate change on water resources \u2013 underground as well as surface level and contributing rainfall patterns \u2013 should be considered when determining any interventions that may affect future water access and availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 43, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.7 Reintegration support and water management", - "Heading4": "", - "Sentence": "In areas where water resources cross political boundaries, this may necessitate transboundary agreements.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9177, - "Score": 0.220863, - "Index": 9177, - "Paragraph": "Armed conflict amplifies the conditions in which human trafficking occurs. During a conflict, the vulnerability of the affected population increases, due to economic desperation, weak rule of law and unavailability of social services, forcing people to flee for safety. Human trafficking targets the most vulnerable segments of the population. Armed groups \u2018recruit\u2019 their victims in refugee and internally displaced persons camps, as well as among populations affected by the conflict, attracting them with false promises of employment, education or safety. Many trafficked people end up being exploited abroad, but others remain inside the country\u2019s borders filling armed groups, providing forced labour, and becoming \u2018war wives\u2019 and sex slaves.Human trafficking often has a strong transnational component, which, in turn, may affect reintegration efforts. Armed groups and organized criminal groups engage in human trafficking by collaborating with networks active in other countries. Conflict areas can be source, transit or destination countries. Reintegration programmes should exercise extreme caution in sustaining activities that may conceal trafficking links or may be used to launder the proceeds of trafficking. Continuous assessment is key to recognizing and evaluating the risk of human trafficking. DDR practitioners should engage with a wide range of actors in neighbouring countries and regionally to coordinate the repatriation and reintegration of victims of human trafficking, where appropriate.Children are often victims of organized crime, including child trafficking and the worst forms of child labour, being frequent victims of sexual exploitation, forced marriage, forced labour and recruitment into armed forces or groups. Reintegration practitioners should be aware that children who present as dependants may be victims of trafficking. Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR. Family tracing and reunification (if in the best interests of the child) should be started at the earliest possible stage and can be carried out at the same time as other activities.Children who have been trafficked should be considered and treated as victims, including those who may have committed crimes during the period of their exploitation. Any criminal action taken against them should be handled according to child-friendly juvenile justice procedures, consistent with international law and norms regarding children in contact with the law, including the Beijing Rules and Havana Principles, among others. Consistent with the UN Convention on the Rights of the Child, the best interests of the child shall be a primary consideration in all decisions pertaining to a child. For further information, see IDDRS 5.30 on Children and DDR.Women are more likely to become victims of organized crime than men, being subjected to sex exploitation and trade, rape, abuse and murder. The prevailing subcultures of hegemonic masculinity and machismo become detrimental to women in conflict situations where there is a lack of instituted rule of law and security measures. In these situations, since the criminal justice system is rendered ineffective, organized crimes directed against women go unpunished. DDR practitioners, as part of reintegration programming, should develop targeted measures to address the organized crime subculture and correlated machismo. For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 26, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.3 Reintegration support and human trafficking", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10300, - "Score": 0.213201, - "Index": 10300, - "Paragraph": "Capacity development, pooling resources and training H\\n ave efforts been made to sensitise staff on the DDR/SSR nexus through training or other activities? \\n Has the need for personnel to link DDR and SSR concerns been clearly agreed at Head- quarters and included in the ToRs of relevant personnel? \\n Has cross-participation in DDR or SSR training been implemented to foster knowledge transfer and build relationships? \\n Have key skills sets been identified and provision made for the availability of a multi- disciplinary resource pool? Are linguistic and \u2018knowledge transfer\u2019 skills adequately represented in order to support national capacity development? \\n In the area of national capacity-building, has the development of cross-cutting skills such as human resources and financial management (common requirements for both DDR and SSR) been encouraged? \\n Has pooling financial and physical resources for DDR and SSR been considered, for example, in the area of community security initiatives or SALW initiatives? \\n Are UN personnel aware of available SSR Resources, including through the UN Inter- Agency SSR Task Force (e.g. policy guidance, resources, gap analysis, backstopping)?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 28, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.5. Capacity development, pooling resources and training", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Has cross-participation in DDR or SSR training been implemented to foster knowledge transfer and build relationships?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3111, - "Score": 0.286039, - "Index": 3111, - "Paragraph": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR. The organization of a JIU will vary depending on the priorities and implementation methods of particular national DDR programmes. It should be organ- ized by a functional unit that is designed to integrate the sectors and cross-cutting compo- nents of a national DDR programme, which may include: \\n disarmament and demobilization; reintegration; \\n child protection, youth, gender, cross-border, food, health and HIV/AIDS advisers; \\n public information and community sensitization; \\n monitoring and evaluation.Other functional units may be established according to the design and needs of parti- cular DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.1. Joint implementation unit", - "Heading4": "", - "Sentence": "It should be organ- ized by a functional unit that is designed to integrate the sectors and cross-cutting compo- nents of a national DDR programme, which may include: \\n disarmament and demobilization; reintegration; \\n child protection, youth, gender, cross-border, food, health and HIV/AIDS advisers; \\n public information and community sensitization; \\n monitoring and evaluation.Other functional units may be established according to the design and needs of parti- cular DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3074, - "Score": 0.27735, - "Index": 3074, - "Paragraph": "In conflicts where ethnicity, religion or other identities have been causes of the conflict, there are often questions of citizenship or nationality that need to be resolved as part of the peace process. The resolution of these issues are likely to affect parties\u2019 willingness to engage in other parts of the larger peace-building framework, including elections, DDR and the restructuring of security forces (also see IDDRS 5.40 on Cross-border Population Movements).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 6, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.2. Citizenship and nationality laws", - "Heading4": "", - "Sentence": "The resolution of these issues are likely to affect parties\u2019 willingness to engage in other parts of the larger peace-building framework, including elections, DDR and the restructuring of security forces (also see IDDRS 5.40 on Cross-border Population Movements).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2672, - "Score": 0.25, - "Index": 2672, - "Paragraph": "The assessment mission should examine the illicit supply of small arms and light weapons coming into the post-conflict zone. This is often caused by porous borders and weak border- policing capacities. Arms embargoes should be considered as one tool available to deal with illicit trafficking of small arms and light weapons, thus supporting both DDR and the wider national recovery programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Arms embargoes", - "Sentence": "This is often caused by porous borders and weak border- policing capacities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2648, - "Score": 0.208514, - "Index": 2648, - "Paragraph": "Third-party political, diplomatic and financial support is often one such mediation mechanism that can reduce some of the tensions of post-conflict political transitions. Third-party actors, either influential Member States, or regional or international organizations can also focus their attention on the broader aspects of the DDR programme, such as the regional dimen- sion of the conflict, cross-border trafficking of small arms, foreign combatants and displaced civilians, as well as questions of arms embargoes and moratoriums on the transfer of arms, or other sanctions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Third-party support", - "Sentence": "Third-party actors, either influential Member States, or regional or international organizations can also focus their attention on the broader aspects of the DDR programme, such as the regional dimen- sion of the conflict, cross-border trafficking of small arms, foreign combatants and displaced civilians, as well as questions of arms embargoes and moratoriums on the transfer of arms, or other sanctions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 505, - "Score": 0.288675, - "Index": 505, - "Paragraph": "Each IDDRS module is intended to serve both as part of the overall IDDRS framework and as a freestanding document. In the published version of the IDDRS, all modules are therefore collected in a ring-binder so that they can easily be taken out and used separately.Since the topics covered in the different modules are interlinked, cross-references are provided throughout the IDDRS where more information on a particular issue can be found in another IDDRS module. Cross-references are clearly marked in the margins of the text.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 3, - "Heading1": "3. The integrated DDR standards", - "Heading2": "3.3. How to use the IDDRS", - "Heading3": "", - "Heading4": "", - "Sentence": "Cross-references are clearly marked in the margins of the text.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 357, - "Score": 0.229416, - "Index": 357, - "Paragraph": "Activities that, together, aim to reduce the social, economic and environmental impact of uncontrolled SALW spread and possession. These activities include cross-border control issues, legislative and regulatory measures, SALW awareness and communications strategies, SALW collection and destruction operations, SALW survey and the management of information and SALW stockpile management.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 21, - "Heading1": "SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These activities include cross-border control issues, legislative and regulatory measures, SALW awareness and communications strategies, SALW collection and destruction operations, SALW survey and the management of information and SALW stockpile management.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 499, - "Score": 0.20902, - "Index": 499, - "Paragraph": "The standards consist of 23 modules and three submodules divided into five levels:\\nLevel one consists of the introduction and a glossary to the full IDDRS; \\nLevel two sets out the strategic concepts of an integrated approach to DDR in a peacekeeping context; \\nLevel three elaborates on the structures and processes for planning and implementation of DDR at Headquarters and in the field; \\nLevel four provides considerations, options and tools for carrying out DDR operations;\\nLevel five covers the UN approach to essential cross-cutting issues, such as gender, youth and children associated with the armed forces and groups, cross-border movements, food assistance, HIV/AIDS and health.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 3, - "Heading1": "3. The integrated DDR standards", - "Heading2": "3.1. IDDRS levels and modules", - "Heading3": "", - "Heading4": "", - "Sentence": "The standards consist of 23 modules and three submodules divided into five levels:\\nLevel one consists of the introduction and a glossary to the full IDDRS; \\nLevel two sets out the strategic concepts of an integrated approach to DDR in a peacekeeping context; \\nLevel three elaborates on the structures and processes for planning and implementation of DDR at Headquarters and in the field; \\nLevel four provides considerations, options and tools for carrying out DDR operations;\\nLevel five covers the UN approach to essential cross-cutting issues, such as gender, youth and children associated with the armed forces and groups, cross-border movements, food assistance, HIV/AIDS and health.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/cv.json b/media/usersResults/cv.json deleted file mode 100644 index 0637a08..0000000 --- a/media/usersResults/cv.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/media/usersResults/cvr.json b/media/usersResults/cvr.json deleted file mode 100644 index f841abb..0000000 --- a/media/usersResults/cvr.json +++ /dev/null @@ -1,1080 +0,0 @@ -[ - { - "index": 602, - "Score": 0.5547, - "Index": 602, - "Paragraph": "There is no single template for CVR, and the vast diversity of CVR programmes is by design: form follows function. As a practice area, CVR is continuing to evolve in both mission and non-mission settings. Whether implemented through the UN or through national and community-based non-governmental organizations, CVR can adapt and change over time, even in a single context.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no single template for CVR, and the vast diversity of CVR programmes is by design: form follows function.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 784, - "Score": 0.5547, - "Index": 784, - "Paragraph": "There is tremendous heterogeneity in the types of CVR projects that are implemented as part of CVR programmes, both within and between countries. However, there are also commonalities. All CVR programmes generate interactions with state authorities and/ or stimulate inter- and intra-community dialogue. These communication exchanges not only help to ensure better identification of the types of CVR projects to support, but they can also contribute to the more effective design, implementation, and monitoring and evaluation of CVR. DDR/CVR partners should be aware that some prospective im- plementing partners shall require support in preparing project proposals. Appropriate support mechanisms should be introduced in advance to offer support in relation to proposal writing and reporting processes so as to avoid major delays.A wide array of technical sectors are included in CVR interventions. These include commercial-based projects (e.g., grocery retail, bakeries, tailors, mechanics, salons, agri- cultural production, livestock and animal husbandry activities), social projects (e.g. the construction and maintenance of youth centres, civic education, community reconcilia- tion), infrastructure initiatives (e.g., the construction of roads, bridges, clinics, schools and other labour-based activities involving training, apprenticeship and paid work for ex-com- batants and at-risk groups), security and corrections measures (e.g., community-oriented policing, lighting systems, prevention of gender-based violence and corporal punishment), and weapons and ammunition management activities (e.g., collection, storage, manage- ment and destruction). Table 5 below provides a summary of possible CVR projects.The selection of CVR projects shall be informed by political, climatic and demograph- ic factors as well as the merits of individual project proposals. PSCs and PAC/PRCs (or equivalent entities) may prioritize CVR projects according to the stage of the peace pro- cess (e.g., contingent on the short-term emergency to medium-term recovery needs), geo- graphic location (e.g., water wells and animal husbandry in dry climates and information and communications technology (ICT) training and business apprenticeships in urban settings) and social and identity-related dynamics (e.g., projects tailored to specific reli- gious or ethnic groups). The sequencing and timing of financial support for CVR projects should not be arbitrary, but should account for the specific types of projects approved. For example, financing for agricultural projects may require more rapid disbursement (in line with seasonal imperatives) than other initiatives. It is also critical that implementing part- ners are equipped with the appropriate technical capacities to meet project timelines \u2013 the lack of engineering support, for example, can generate delays and hinder maintenance. DDR practitioners should prioritize project development and financing accordingly.Precisely because CVR is short-to-medium-term, selected projects should also in- clude a basic sustainability plan, including realistic commitments for monitoring and evaluation and details on when and how CVR activities will be handed over in full to the national government (see IDDRS 3.50 on Monitoring and Evaluation). Clear provi- sions for these activities should be included (and resources appropriately allocated) in final contracts. Implementing partner contracts should include clauses that specify the maintenance and management of specific assets, together with direction on how the initiative will be sustained after funding comes to an end. Likewise, contracts should specify the requirement to collect minimum qualitative and quantitative information on CVR project outcomes and impacts. Where implementing partners lack such capac- ities or where supplementary training may not be sufficient, DDR practitioners should explore opportunities to facilitate such activities with third parties.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 22, - "Heading1": "6. CVR programming", - "Heading2": "6.5 Types of projects", - "Heading3": "", - "Heading4": "", - "Sentence": "There is tremendous heterogeneity in the types of CVR projects that are implemented as part of CVR programmes, both within and between countries.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 587, - "Score": 0.534522, - "Index": 587, - "Paragraph": "CVR shall actively ensure a gender-responsive approach that accounts for the specific needs of men and women, boys and girls. This may include more proportional gender representation within DDR/CVR sections, among CVR project implementing partners, within PSCs (or equivalent bodies), and among individual and community beneficiaries. The inclusion of women across all aspects of CVR strengthens the overall legitimacy and credibility of the enterprise. Moreover, developing the agency of women, girls and youth will enhance their political and social influence in civic associations and their authority in relation to economic productivity, thereby reducing violence. CVR can also incorpo- rate measures to challenge harmful notions of masculinity and engage with men and boys to promote behaviours and attitudes that value gender equality and non-violence.In some settings, there may be strong sociocultural and economic constraints to expanding women\u2019s representation in PSCs or among project beneficiaries. To mitigate these challenges, DDR practitioners1 have introduced quota systems requiring a min- imum level of female participation (30%) in PSCs and among selected projects (30% of projects must directly support women\u2019s specific needs). These quota systems shall be discussed with national counterparts at the outset of UN engagement in CVR and ex- plained to all personnel and partners working on CVR programmes at the subnational and local levels. All CVR projects should report on the gender and age dimensions of PSCs as well as on CVR projects themselves. Introducing gender- and age-specific quotas in CVR project tenders should also mitigate discriminatory practices. Likewise, DDR practitioners shall ensure that any public works projects selected for support are designed in a way that respects the rights and specific needs of every person.CVR shall be inclusive to the extent that it focuses not only on former combatants, but also on at-risk children and youth (male and female) as well as a wide range of community members living in volatile areas and in need of assistance. CVR shall be aligned with a \u2018rights-based\u2019 approach, in that processes adhere to international hu- man rights law and standards. For example, all community members in selected areas should benefit from interventions without discrimination.CVR shall also be tailored to address distinct ethnic, religious and other groups to the extent possible. Specifically, training, education and outreach initiatives that pro- mote civic education, life and parenting skills, and psychosocial support, education and counselling should reach across specific needs groups. By advocating for a plural caseload, CVR should help to promote more responsible civic engagement, a key fea- ture of social cohesion.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Gender-responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "All CVR projects should report on the gender and age dimensions of PSCs as well as on CVR projects themselves.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 600, - "Score": 0.516398, - "Index": 600, - "Paragraph": "In all cases, CVR shall do no harm. When projects and implementing partners are not adequately monitored and evaluated, CVR support can be channeled to one group at the expense of others. Moreover, communities in resource scarce and inaccessible areas that are not included in CVR may resent being left out. Some population groups may feel legitimately abandoned and resort to crime and banditry. In some cases, this may result in increases in interpersonal violence in the home, including domestic and child abuse, or increases in sexual or gender-based violence. Communities that are included in CVR programmes may also have unrealistic expectations and cre- ate problems if they feel they are not ade- quately benefiting from them. CVR should have a whole of community and equity focus, as the privileging of some geographic areas for CVR over others may result in disputes. Negative perceptions of exclusion and potential additional grievances should be anticipated and accounted for in DDR practitioners\u2019 conflict assessments.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR should have a whole of community and equity focus, as the privileging of some geographic areas for CVR over others may result in disputes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 698, - "Score": 0.5, - "Index": 698, - "Paragraph": "In both mission and non-mission settings, CVR programmes should be based on a clear, predictable and agile CVR strategy. The strategy shall clearly specify core goals, targets, indicators, and the theory of change and overall rationale for CVR. The strate- gic plan should spell out the division of labour, rules and responsibilities of partners, and their performance targets.CVR programmes are not static and, when political and security dynamics change, shall be regularly adjusted to reflect the new set of circumstances. All updates should be informed by comprehensive conflict and security analysis, consultations with national and international counterparts, and internal mission and United Nations Country Team (UNCT) priorities. Changes in CVR programmes should also ensure that revised tar- gets meet basic results-based practices, are aligned within budgetary constraints, and are informed by high-quality data collection and monitoring systems.While CVR shall be a short-to-medium-term measure, longer-range planning is essential to ensure linkages with broader security, rights-related, gender and develop- ment priorities. These future-looking priorities \u2013 together with potential and actual bridges to relevant UN and non-UN agencies \u2013 should be clearly articulated in the CVR strategy. CVR programme and project documents should highlight partnerships to facilitate sus- tainability. The longer-term potential of CVR should also be noted in the mandate of the National DDR Commission (if one exists) or an equivalent body as well as relevant in- ternational and national development frameworks. Preparing for the end of CVR early on \u2013 and including national government and international donor representatives in the planning process \u2013 is essential for a smooth and sustainable exit strategy.Strategically embedding CVR in national and subnational development frame- works may also generate positive effects. While CVR is not a development activity, in- tegrating CVR into a UN Sustainable Development Cooperation Framework (UNSDCF) and/or national development strategy can provide stronger impetus for coordinated and ad- equately resourced activities. DDR practitioners should therefore be exposed to national, regional and municipal development strategies and pri- orities. At the subnational level, selected CVR projects should be strongly aligned with state, municipal and neighbourhood development pri- orities where possible. Representation of line ministries, secretaries and departments in relevant planning and coordination bodies is strongly encouraged.A number of different coordination mechanisms may guide CVR project selection, implementation, and monitoring and evaluation. Two possible mechanisms are high- lighted below. However, if alternate representative institutions already exist (such as village development committees), then they could be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.Two commonly utilized CVR coordination mechanisms are: \\n Project Selection Committees (PSCs): Community-based PSCs are established in selected areas, include a representative sample of stakeholders, and are responsi- ble for selecting projects that are vetted by the PAC/PRC (see below). All project selection shall comply with gender quotas of a minimum of 30% of projects bene- fitting women, and women\u2019s involvement in 30% of leadership and management positions. \\n A Project Approval/Review Committee (PAC/PRC): A PAC/PRC sets the over- all strategic direction for CVR and vets and approves projects selected by PSCs. The PAC/PRC should exhibit a high degree of clarity on its roles and functions. Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration. The PAC/PRC may request changes to project proposals or ask for additional information to be provided. The PAC/PRC shall ensure all proposals comply with gender quotas.When the two aforementioned coordination mechanisms exist, individual CVR projects will typically be developed by the PSC, reviewed by the PAC/PRC, and then sent back to the PSC for revision and sign-off. PSCs should also proactively ensure alignment between project activities and (actual or planned) regional and municipal plans and priorities. While a short-to-medium-term focus is paramount, CVR projects that directly and indirectly stimulate development dividends (alongside violence reduc- tion) should be favourably considered.PSCs (or equivalent bodies) may conduct a number of different tasks: identifying prospective partners, developing projects, communicating tender processes, vetting project submissions, monitoring beneficiary performance and quality controls, and trouble-shooting problems as and when they arise. PSCs are typically composed of local community members and local leaders and should ensure representation of minority groups, women and youth. Subnational government, private-sector and civil society representatives may also be included, as may representatives of armed groups. PSCs should meet on a regular prescribed basis and serve as the primary interlocutor with the UN mission (mission settings) or UNCT (non-mission settings), and where relevant (such as in refugee settings) the Humanitarian Country Team (HCT). Representatives of DDR/CVR sections (in mission settings) and of the UNCT (in non-mission settings), should, where practical and appropriate, participate in the PSC.PAC/PRCs (or equivalent bodies) are often responsible for reviewing and approv- ing CVR project submissions, and for asking for changes/further information from the PSC when necessary. PAC/PRCs may be composed of senior representatives from the DSRSG (in mission settings) or senior representatives of the UNCT (in non-mission set- tings), alongside government officials and other representatives from relevant UN en- tities.These two aforementioned coordination entities are intended to properly vet pro- ject partners and ensure a high degree of quality control in project execution. In all cases, Standard Operating Procedures (SOPs) shall be developed to help clarify overall goals, structure and approaches for CVR, particularly the nature of PAC/PRCs, PSCs, target groups and criteria for projects. These SOPs shall be regularly adapted and up- dated in line with realities on the ground and the priorities of the mission or the UNCT in non-mission settings.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 15, - "Heading1": "6. CVR programming", - "Heading2": "6.1 CVR strategy and coordination mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "In both mission and non-mission settings, CVR programmes should be based on a clear, predictable and agile CVR strategy.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 778, - "Score": 0.5, - "Index": 778, - "Paragraph": "The selection of CVR target groups and intervention sites is a political decision that should be taken on the basis of assessments (see section 6.3), and in consultation with national and/or local government authorities. The identification of target groups and locations for CVR should also be informed through: \\n The priorities of the host government and, if in a mission context, the mandate of the mission; and \\n Consultations with UN senior management.DDR practitioners can, where appropriate, adopt broad categories for target groups that can be applied nationally. In some cases, the selection of target groups is made pragmatically based on a list prepared by a PSC (or equivalent body) and/ or implementing partners. Prospective participants should be vetted locally according to pre-set eligibility criteria. For example, these eligibility criteria may require former affiliation to specific armed groups and/or possession of modern or artisanal weapons (see section 4.2).Clear criteria for who is included and excluded from CVR programmes should be carefully communicated in order to avoid unnecessarily inflating expectations and generating tension. One means of doing this is to prepare a glossary with specific selection criteria that can be shared with implementing partners and PSCs. In all cases, DDR practitioners shall ensure that women and girls are adequately represented in the iden- tification of priorities and implementation strategies, by making sure that: \\n Assessments include separate focus group discussions for women, led by female facilitators. \\n Women\u2019s groups are engaged in the consultative process and as implementing partners. \\n The PAC/PRC (or equivalent entity) is 30% female. \\n A minimum of 30% of CVR projects within the broader CVR programme directly benefit women\u2019s safety and security issues. \\n The entire CVR programme integrates and leverages opportunities for women\u2019s leadership and gender equality. \\n Staffing of CVR projects includes female employees.Additional target groups, assessed as having the potential to either amplify or undermine broader security and stability efforts in general, or DDR in particular, may be identified on a case-by-case basis. For example, CVR may be expanded to include newly displaced populations \u2013 refugees and internally displaced people (IDPs) \u2013 that are at risk of mobilization into armed groups or that may unintentionally generate flashpoints for community violence. There may also be possibilities to extend CVR programmes to particular geographic areas and population groups susceptible to out- breaks of violence and/or experiencing concentrated disadvantage. The flexibility to adapt CVR to target groups that may disrupt and impede the DDR process is critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 21, - "Heading1": "6. CVR programming", - "Heading2": "6.4 Target groups and locations", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n A minimum of 30% of CVR projects within the broader CVR programme directly benefit women\u2019s safety and security issues.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 818, - "Score": 0.5, - "Index": 818, - "Paragraph": "There is no fixed or standard timeframe for CVR. The length of CVR projects varies according to the nature of the context, including the funding source \u2013 whether an assessed budget, a dedicated trust fund, a voluntary contribution or some combination of these options. Specific CVR projects in mission contexts will be no more than one year, whereas this timeframe may be longer in non-mission contexts, particularly when it forms a single programme with reintegration support. Setting a temporal threshold is important to set expectations and to avoid an indefinite continuation of CVR projects. DDR practitioners should also set aside adequate time to undertake due diligence of partners, organize partnership modalities, transfer grants, monitor and evaluate inter- ventions, and communicate results.There are economies of scale that are associated with CVR. Specifically, there are advantages in investing in larger CVR projects with wider caseloads from capital expenditure (CAPEX) and operational expenditure (OPEX) perspectives. Specifically, the initial CAPEX in CVR \u2013 in personnel, transportation, logistics and large project outlays \u2013 can be high. This is because many CVR interventions are frequently pursued in challenging environments: large public works projects often require complex engi- neering support. The marginal OPEX implications of adding additional beneficiaries is comparatively low. CVR may at times be more cost-effective as the size of the caseload grows. There are risks, of course, in that CVR programmes may introduce biases by favouring projects and locations with larger prospective caseloads. In some cases, it may be preferable to explore mobile CVR teams for modest-sized target groups in hard-to-reach areas.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 25, - "Heading1": "6. CVR programming", - "Heading2": "6.7 Timeframes and budgeting", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no fixed or standard timeframe for CVR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 685, - "Score": 0.471405, - "Index": 685, - "Paragraph": "CVR may involve activities related to collecting, managing and/or destroying weapons and ammunition. Arms control initiatives and potential CVR arms-related eligibility criteria should be in line with the disarmament component of the DDR programme (if there is one), as well as other arms control initiatives running in the country (see IDDRS 4.10 on Disarmament and 4.11 on Transitional Weapons and Ammunition Management).While not a disarmament program per se, CVR may include measures to pro- mote community or locally led weapons collection and management initiatives, to sup- port national weapons amnesties, and to collect, store and destroy small arms, light weapons, other conventional arms, ammunition and explosives. The collection and destruction of weapons may play an important symbolic and catalytic role in war-torn communities. Although the return of a weapon is not typically a condition of partic- ipation in CVR, voluntary returns may demonstrate the willingness of beneficiaries to engage. Moreover, the removal and/or safe storage of weapons from individuals\u2019 or armed groups\u2019 inventories may help reduce open carrying and home possession of weaponry \u2013 factors that can contribute to violent exchanges and unintentional injuries. Even when weapons are not handed over as part of a CVR programme, it is beneficial to collect information on the weapons still in possession of those participating in CVR. This is because weapons in circulation will continue to represent a risk factor and have the potential to facilitate violence. Expectations should be kept realistic: in settings marked by high levels of insecurity, it is unlikely that voluntary surrenders or amnesties of weapons will meaningfully reduce overall accessibility.DDR practitioners may, in consultation with relevant partners, propose conditions for the submission of weapons as part of a CVR programme. In some instances, modern and artisanal weapons and ammunition have been collected as part of CVR programmes and have later been destroyed in public ceremonies. Weapons and ammunition col- lected as part of CVR programmes should be destroyed, but if the authorities decide to integrate the material into their national stockpiles, this should be done in compliance with the State\u2019s obligations under relevant international instruments and with technical guidelines.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 13, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.3 Relationship between CVR and weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "Even when weapons are not handed over as part of a CVR programme, it is beneficial to collect information on the weapons still in possession of those participating in CVR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 565, - "Score": 0.447214, - "Index": 565, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to CVR:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to CVR:", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 625, - "Score": 0.447214, - "Index": 625, - "Paragraph": "CVR should strengthen a coordinated and integrated UN approach to addressing security threats in mission and non-mission settings. CVR can and should involve, where realistically possible, a range of UN agencies and international and national partners in the design, implementation and evaluation of specific activities. Because CVR exists at the intersection of a wide range of agendas and sectors, clear and predict- able direction is essential.CVR shall contribute to the UN \u201cdelivering as one\u201d. At a minimum, CVR pro- grammes should not compete with or duplicate other initiatives carried out by UN agencies, funds and programmes as well as those fielded by national and international partners. CVR programmes may often be implemented in contexts where development, humanitarian and peace actors and interventions co-exist. To maximize complemen- tarity and coordination, CVR strategies shall be guided by a clear set of objectives and targets, as well as a theory of change. Where feasible and appropriate, partnerships should be pursued.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "Because CVR exists at the intersection of a wide range of agendas and sectors, clear and predict- able direction is essential.CVR shall contribute to the UN \u201cdelivering as one\u201d.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 656, - "Score": 0.447214, - "Index": 656, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 735, - "Score": 0.433013, - "Index": 735, - "Paragraph": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution. CVR will therefore be funded through the allocation of assessed contributions.The UNSC and UNGA directives for CVR are often general, with specific pro- gramming details to be worked out by relevant UN entities in partnership with the host government. In mission settings, the DDR/CVR section should align CVR stra- tegic goals and activities with the mandate of the National DDR Commission (if one exists) or an equivalent government-designated body. The National DDR Commission, which typically includes representatives of the executive, the armed forces, police, and relevant line ministries and departments, should be solicited to provide direct inputs into CVR planning and programming. In cases where government capacity and volition exist, the National DDR Commission may manage and resource CVR by setting targets, managing tendering of local partners and administering financial oversight with donor partners. In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission. DDR practitioners shall be in regular contact with representatives of the UNCT as well as international and national partners to ensure alignment of pro- gramming goals, and to leverage the strengths and capacities of relevant UN agencies and avoid duplication. Community outreach and engagement shall be pursued and nurtured at the national, regional, municipal and neighbourhood scale.The DDR/CVR section should typically include senior and mid-level DDR officers. Depending on the budget allocated to CVR, personnel may range from the director and deputy director level to field staff and volunteer officers. A dedicated DDR/CVR team should include a selection of international and national staff forming a unit at headquarters (HQ) as well as small implementation teams at the forward operating base (FOB) level. It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ. Likewise, regular com- munication between DDR field personnel is crucial to share experiences, identify best practices, and understand wider political and economic dynamics. The UN DSRSG shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.The DDR/CVR section, and particularly its field offices, could create a PSC and PAC/PRC. In this event, the PAC/PRC (or equivalent body) should liaise with UNCT partners to align stability priorities with wider development concerns. It may be appro- priate to add an additional support mechanism to oversee and support project partners. This additional support mechanism could be made up of members of the DDR/CVR section who could conduct a variety of tasks, including but not limited to support to the development of project proposals, support to the finalization of project submissions and the identification of possible implementing partners able to work in hotspot sites.Whichever approach is adopted, the DDR/CVR section should ensure transparent and predictable coordination with national institutions and within the mission or UNCT. Where appropriate, DDR/CVR sections may provide supplementary training for implementing partners in selected programming areas. The success or failure of CVR depends in large part on the quality of the partners and partnerships, so it is critical that they are properly vetted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.1 Mission settings", - "Heading4": "", - "Sentence": "In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 636, - "Score": 0.417029, - "Index": 636, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 802, - "Score": 0.408248, - "Index": 802, - "Paragraph": "CVR programmes should adopt a graduated approach to implementation. In many cases, it is advisable to start CVR initiatives with an experimental pilot phase of 6\u20138 months. Pilot projects are useful to assess local capacities, identify prospective part- ners and test out community receptivity. An incremental approach may help DDR practitioners sharpen their overall objectives and theories of change, while gradually building up strategic partnerships across government, host communities and interna- tional agencies that are essential for longer-term success. There are potentially strong demonstration effects from successful projects, and these should be advertised where possible.Delays in CVR implementation \u2013 particularly in relation to project selection and project disbursements \u2013 may undermine the credibility of the intervention and gen- erate risks for personnel. Bottlenecks are routine, yet in many cases avoidable. DDR practitioners, implementing partners and PSCs (or equivalent entities) shall set real- istic timelines, manage expectations and ensure regular communication with project beneficiaries. DDR practitioners may also elect to introduce administrative procedures to speed up decision-making on project selection, reduce the number of tranches for projects and prioritize initiatives that are subject to seasonal effects (e.g., planting, har- vest, transhumance, insect-born disease), climatic factors (e.g., rainfall, flooding and droughts), and calendar years (e.g., schooling and holidays).CVR projects should ensure a high degree of oversight and support to benefi- ciaries. Effective CVR is often a function of the quality of field personnel \u2013 including implementing partners \u2013 and their ability to apply a high degree of emotional intelli- gence. Experienced DDR practitioners should have a demonstrated ability to engage with complex social and cultural norms and their intersecting gender dynamics in order to build trust with beneficiaries and affected communities. This engagement frequently requires a minimum competence in the local language(s) together with a developed capacity to empathize and communicate. DDR field practitioners should have the discretion and autonomy to craft inter-agency partnerships, rapidly solve problems in volatile settings, and innovate in moments of crisis.CVR shall involve an array implementing partners and a variety of coordinat- ing mechanisms. The nature of these partnerships and coordination mechanisms shall depend on the national and local context, the extent of capacities on the ground and the resources available. CVR coordination and partnerships should be devolved as much as possible to the local level, and bureaucratic and administrative procedures should be kept to an acceptable minimum. Decisions on the particular form and content of part- nerships and coordination will be informed by the CVR mandate; the peace agreement (if one has been signed); government, donor, and mission and UNCT capacities; and local dynamics on the ground. Partners and coordinating mechanisms may change over time.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 24, - "Heading1": "6. CVR programming", - "Heading2": "6.6 Partnerships and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes should adopt a graduated approach to implementation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 566, - "Score": 0.377964, - "Index": 566, - "Paragraph": "Participation in CVR as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in CVR as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 672, - "Score": 0.377964, - "Index": 672, - "Paragraph": "CVR may also be used in the absence of a DDR programme. (See Table 3 below.) CVR can be used to build confidence between warring parties and to show the possible dividends of future peace. In turn, this may help to foster an environment that is con- ducive to the signing of a peace agreement.It is possible that DDR processes will not include DDR programmes, either because the preconditions for DDR programmes are not present or because alternative meas- ures are more appropriate. For example, a local-level peace agreement may include provisions for CVR rather than a DDR programme. These local-level agreements can take many different forms, including (but not limited to) local non-aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements (see IDDRS 2.20 on The Political Dimensions of DDR).Alternatively, in certain cases armed groups designated as terrorist organizations by the United Nations Security Council may refuse to sign peace agreements. Individ- uals who voluntarily decide to leave these armed groups may participate in CVR pro- grammes. However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 12, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.2 CVR in the absence of DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may also be used in the absence of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 630, - "Score": 0.353553, - "Index": 630, - "Paragraph": "CVR programmes shall aim to be data-driven and evidence-based. Monitoring and evaluation measures shall be prepared before CVR programmes are started and ap- plied throughout the entire life cycle of the intervention (see IDDRS 3.50 on Monitoring and Evaluation). Relevant baseline assessments, the collection of gender and sex-dis- aggregated data on project participants, and mid- and end-term evaluations shall be anticipated and budgeted for by DDR practitioners well in advance. Data collection and retention policies for implementing partners and DDR practitioners shall also include privacy provisions, including procedures on data retention, sharing and disposal. The progress of CVR programmes shall be regularly analysed and communicated to rele- vant partners to ensure that core objectives are achieved, and that mitigation strategies are prepared when they are not.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes shall aim to be data-driven and evidence-based.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 690, - "Score": 0.353553, - "Index": 690, - "Paragraph": "The legitimacy and effectiveness of CVR begins and ends with community engage- ment. CVR programmes should not be limited to a small number of partners, but rather include a wide-ranging and representative sample of community stakeholders. Selected partners should be included at all stages of the programming cycle \u2013 project submission, design, development, implementation, communications, and monitoring and evaluation \u2013 in order to help build local capacities and achieve maximum impact. Where counterpart government capacities are weak or compromised, community-level partnerships should be pursued to promote buy-in, to reach difficult-to-access areas, and to help CVR interventions thrive after funding cycles come to an end.At a minimum, CVR strategy and programming shall be aligned with wider na- tional, regional and international stabilization objectives. While the overall strategic direction is determined from above, DDR practitioners should work closely with local intermediaries to ensure that community-driven priorities are front and centre in project selection. This is because community buy-in and local norms and sanctions are critical to limiting the prevalence of violence and helping regulate violence once it has broken out. Local ownership is not an incidental by-product \u2013 it is absolutely essential to CVR effectiveness. CVR programmes are less beholden to a predetermined design than many other stability measures, and they should take advantage of this by incorporating com- munity demands while also ensuring a comprehensive strategy for community security.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 15, - "Heading1": "6. CVR programming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The legitimacy and effectiveness of CVR begins and ends with community engage- ment.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 616, - "Score": 0.312348, - "Index": 616, - "Paragraph": "CVR programmes are ultimately the responsibility of local, national and subnational governments and non-government partners. Yet in many settings, public and civil soci- ety capacities may be exceedingly weak. Where possible and appropriate, CVR should aim to reinforce the legitimacy, credibility and capacity of state and non-governmental partners. While guided by violence reduction imperatives, implementing partners and projects should also be selected on the basis of promoting local and national ownership. Leadership is required from government entities including, as appropriate, a national DDR commission (if one exists) or equivalent entity. In cases where government delivery of CVR is not feasible, DDR practitioners should seek to foster institutional capacities and representation. The goal in all cases must be to strengthen, not replace, state and non-state capacities.Although typically short to medium term, CVR programmes shall be strongly aligned with national and community security priorities, based on needs assessment and tailored to local capacities. Defining what security means for a particular com- munity should be part of the initial first steps. CVR should allow for direct dialogue, technical engagement, implementation and outreach with a wide array of stakeholders from the national to the community level. By working directly with affected commu- nities and local governments, CVR can help lay the foundation for stabilization and allow for recovery and reconstruction. The sustainability of CVR projects during and after they are launched requires the formation of a strong partnership with public, pri- vate and non-governmental authorities. Strategies to embed state partners and private- sector and civil society groups in CVR project design, planning, implementation and monitoring are pathways to facilitate handovers.CVR is bottom-up in orientation and should devolve decision-making, project design, implementation, and monitoring and evaluation to the local level. While the strategic direction of CVR programmes should be set by government personnel with support from the UN, decisions related to project selection and execution, and monitor- ing and evaluation, should be delegated to PSCs and local project implementers. PSCs are typically composed of local community members and leaders and should ensure representation of minority groups, women and youth. Subnational government, pri- vate-sector and civil society representatives may also be included. If alternate institu- tions already exist (such as local peace and development committees), then they should be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.DDR practitioners should ensure that once selected, CVR projects are mediated, to the extent possible, by local counterparts \u2013 at the communal, county, municipal or neighbourhood level. CVR may build trust and confidence \u2013 and stimulate local eco- nomic activity \u2013 by recruiting implementing partners and engineering support locally. When drawing on local pools of talent and expertise, it is important to explore ways that CVR projects can continue after funding ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Strategies to embed state partners and private- sector and civil society groups in CVR project design, planning, implementation and monitoring are pathways to facilitate handovers.CVR is bottom-up in orientation and should devolve decision-making, project design, implementation, and monitoring and evaluation to the local level.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 579, - "Score": 0.301511, - "Index": 579, - "Paragraph": "CVR does not reward those who have engaged in violent behaviours for their past activi- ties, but rather invests in individuals and communities that actively renounce past violent behaviour and that are looking for a productive and peaceful future. CVR shall not be used to provide material and financial assistance to active members of armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 In accordance with standards and principles of humanitarian assistance", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR shall not be used to provide material and financial assistance to active members of armed groups.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 834, - "Score": 0.27735, - "Index": 834, - "Paragraph": "DDR practitioners should design a robust communications and sensitization plan to reach prospective and actual beneficiaries. The plan should be informed by the baseline assessment (see section 6.3) and by an assessment of how people take up information and what outlets and means are considered most legitimate. These assessments should be adjusted as conditions change on the ground. Outreach can be facilitated by UN rep- resentatives, implementing partners, PSCs (or equivalent entities) and project benefi- ciaries themselves. Public information and sensitization campaigns shall explain CVR objectives, project selection criteria and the timelines involved. The goal is to strengthen the self-selection of prospective participants while also shaping the expectations of in- dividuals and communities. All communications, education and outreach campaigns and activities should be gender-responsive so as to reach women and girls and men and boys. Communications should also be gender-transformative and inclusive. This entails having a balance of voices and visual representations of men, women, boys, girls, minorities and other vulnerable groups, and their active involvement in leader- ship and implementation of outreach and education activities.The communications plan for a CVR programme should have clearly identified objectives, core stakeholder groups and expected results. Such plans can be delivered through television, radio, print outlets, social media, direct SMS outreach and other platforms. Ensuring a minimum level of transparency in CVR measures is critical in order to manage stakeholder expectations, be they government counterparts, international and national partners, or beneficiaries. CVR communications activities in mission and non-mission settings should be aligned to wider UN security, stability and devel- opment priorities.The communications plan can be administered in mission and country office settings through, where appropriate, a public sensitization and outreach (PSO) unit or equivalent body. All plans shall be clear about the intended primary and intermediate audiences, the languages being used, the underlying behavioural shifts that are expected (theory of change), the particular approaches to addressing the needs of women and girls as well as the protection of children, the most appropriate methods and modes for delivering sensitization material, the training measures for staff and communicators, and the expected indicators to track outputs and outcomes. Communications strate- gies should support positive gender norms and the positive roles played by men and women.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 25, - "Heading1": "6. CVR programming", - "Heading2": "6.8 Communication", - "Heading3": "", - "Heading4": "", - "Sentence": "Public information and sensitization campaigns shall explain CVR objectives, project selection criteria and the timelines involved.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 751, - "Score": 0.267261, - "Index": 751, - "Paragraph": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC). These official requests will typically ask for assistance to address particular issues. If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response. However, it is important to note that in non-mission settings, there may already be instances where community-based programming at local levels is used, but not as a DDR-related tool. These latter types of responses are anchored under Agenda 2030 and the United Nations Sustainable Development Cooperation Framework (UNSDCF), and have links to much broader issues of rule of law, community security, crime reduction, armed vio- lence reduction and small arms control. If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.In non-mission settings there may not always be a National DDR Commission to provide direct inputs into CVR planning and programming. However, alternative interlocutors should be sought \u2013 including relevant line ministries and departments \u2013 in order to ensure that the broad strategic direction of the CVR programme is aligned with relevant national and regional stabilization objectives.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.2 Non-mission settings", - "Heading4": "", - "Sentence": "If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 567, - "Score": 0.258199, - "Index": 567, - "Paragraph": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body. Eligibility criteria shall be developed and communicated in the most transparent man- ner possible. This is because eligibility and ineligibility can become a source of com- munity tension and conflict. Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place. Some frameworks may require the surrender of a weapon as a precondition for partic- ipation in a CVR programme (see IDDRS 4.11 on Transitional Weapons and Ammuni- tion Management). Furthermore, when members of armed groups that are not signa- tory to a peace agreement are being considered for inclusion in CVR programmes, the status of these individuals and armed groups must be analysed and specified in order to mitigate any risks. If the individuals being considered for inclusion in a CVR pro- gramme have voluntarily left an armed group designated as a terrorist organization by the United Nations Security Council, DDR practitioners shall incorporate proper screening mechanisms and criteria to identify suspected terrorists (for further infor- mation on specific requirements for children refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR). Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in CVR programmes (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Criteria for participation/eligibility", - "Heading3": "", - "Heading4": "", - "Sentence": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1561, - "Score": 0.25, - "Index": 1561, - "Paragraph": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations. In countries where there is no United Nations peace operation mandated by the Security Council, UN DDR support will be provided when either a national Government and/or UN RC requests assistance.The disarmament and demobilization components of a DDR programme will be undertaken by national institutions with advice and technical support from relevant UN departments, agencies, programmes and funds, the UNCT, regional organizations and bilateral actors. The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner. When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered. The alignment of CVR initiatives in non-mission contexts with reintegration assistance is essential.Decision-making and accountability for UN-supported DDR rest, in this context, with the UN RC, who will identify one or more UN lead agency(ies) in the UNCT based on in-country capacity and expertise. The UN RC should establish a UN DDR Working Group co-chaired by the lead agency(ies) at the country level to coordinate the contribution of the UNCT to integrated DDR, including on issues related to gender equality, women\u2019s empowerment, youth and child protection, and support to persons with disabilities.DDR programmes, DDR-related tools and reintegration support, where applicable, will require the allocation of national budgets and/or the mobilization of voluntary contributions, including through the establishment of financial management structures, such as a dedicated multi-donor trust fund or catalytic funding provided by the Peacebuilding Fund (PBF)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 12, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.2 DDR in non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 576, - "Score": 0.25, - "Index": 576, - "Paragraph": "Specific provisions shall be developed to ensure the protection, care and support of young people (15\u201324) who participate in CVR programmes (see IDDRS 5.30 on Youth and DDR). Where appropriate, children (under 18) may be included in CVR activi- ties, but with relevant legal safeguards to ensure their rights and needs are carefully accounted for. Mental health and psychosocial support services as well as social services should be established, as appropriate, in consultation with relevant child protection units and agencies (see IDDRS 5.20 on Children and DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Unconditional release and protection of children", - "Heading3": "", - "Heading4": "", - "Sentence": "Where appropriate, children (under 18) may be included in CVR activi- ties, but with relevant legal safeguards to ensure their rights and needs are carefully accounted for.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1253, - "Score": 0.25, - "Index": 1253, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing. In these contexts, DDR practitioners will need to assess how their interventions may affect local, national, regional and international political dynamics. For example, will the implementation of CVR projects contribute to the restoration and reinvigoration of (dormant) local government (see IDDRS 2.30 on Community Violence Reduction)? Will local-level interventions impact political dynamics only at the local level, or will they also have an impact on national-level dynamics?In conflict settings, DDR practitioners should also assess the political dynamics created by the presence of multiple armed groups. Complex contexts involving multiple armed groups can increase the pressure for a peace agreement to succeed (including through successful DDR and the transformation of armed groups into political parties) if this provides an example and an incentive for other armed groups to enter into a negotiated solution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.5 DDR in conflict contexts or in contexts with multiple armed groups", - "Heading4": "", - "Sentence": "For example, will the implementation of CVR projects contribute to the restoration and reinvigoration of (dormant) local government (see IDDRS 2.30 on Community Violence Reduction)?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1342, - "Score": 0.235702, - "Index": 1342, - "Paragraph": "DDR processes often contend with a lack of trust between the signatories to peace agreements. Previous experience with DDR programmes indicates two common delay tactics: the inflation of numbers of fighters to increase a party\u2019s importance and weight in the peace negotiations, and the withholding of combatants and arms until there is greater trust in the peace process. Some peace agreements have linked progress in DDR to progress in the political track so as to overcome fears that, once disarmed, the movement will lose influence and its political claims may not be fully met.Confidence-building measures (CBMs) are often used to reduce or eliminate the causes of mistrust and tensions during negotiations or to reinforce confidence where it already exists. Certain DDR activities and related tools can also be considered CBMs and could be instituted in support of peace negotiations. For example, CVR programmes can also be used as a means to de-escalate violence during a preliminary ceasefire and to build confidence before the signature of a CPA and the launch of a DDR programme (see also IDDRS 2.30 on Community Violence Reduction). Furthermore, pre-DDR may be used to try to reduce tensions on the ground while negotiations are ongoing.Pre-DDR and CVR can provide combatants with alternatives to waging war at a time when negotiating parties may be cut off or prohibited from accessing their usual funding sources (e.g., if a preliminary agreement forbids their participation in resource exploitation, taxation or other income-generating activities). However, in the absence of a CPA, prolonged CVR and pre-DDR can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 17, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.4 DDR support to confidence-building measures .", - "Heading3": "", - "Heading4": "", - "Sentence": "However, in the absence of a CPA, prolonged CVR and pre-DDR can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 728, - "Score": 0.229416, - "Index": 728, - "Paragraph": "If the priority is for rapid delivery or if local government and non-government capaci- ties are weak, then agreed-upon CVR responses should be administered directly by the UN. However, the UN may also work indirectly, by supporting local partners.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "If the priority is for rapid delivery or if local government and non-government capaci- ties are weak, then agreed-upon CVR responses should be administered directly by the UN.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1374, - "Score": 0.223607, - "Index": 1374, - "Paragraph": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements. Other DDR-related tools, such as CVR, may be more appropriate, particularly following a local-level peace agreement or even during active conflict (see IDDRS 2.30 on Community Violence Reduction).DDR practitioners must assess the political consequences, if any, of supporting DDR processes in active conflict contexts. In particular, the intended outcomes of such interventions should be clear. For example, is the aim to contribute to local-level sta- bilization or to make the rewards of stability more tangible, perhaps through a CVR project or by supporting the reintegration of those who leave active armed groups? Alternatively, is the purpose to provide impetus to a national-level peace process? If the latter, a clear theory of change, outlining how local interventions are intended to scale up, is required.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.2 DDR-related tools ", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, is the aim to contribute to local-level sta- bilization or to make the rewards of stability more tangible, perhaps through a CVR project or by supporting the reintegration of those who leave active armed groups?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1230, - "Score": 0.223607, - "Index": 1230, - "Paragraph": "The way a conflict ends can influence the political dynamics of DDR. The following scenarios should be considered: \\n A clear victor: This usually results in a \u2018victor\u2019s peace\u2019, where the winner can \u2018im- pose\u2019 demands on the party that lost the conflict. This may mean that the armed structures of the victor are preserved, while the losing party will be the one tar- geted for DDR. Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination. The victorious group may seek to dominate the new security structures. \\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme). Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support. DDR processes that are the outcome of negotiations (whether local or national) are more likely to be acceptable to warring parties. However, unless expert advice is provided, the DDR-related clauses in such agree- ments can be unrealistic. \\n Partial peace: In some conflicts the multiplicity of armed groups may result in peace processes that are not fully inclusive, since some of the armed groups are excluded from or refuse to sign the agreement. This can be a disincentive for signatory armed groups to disarm and demobilize due to fear for their security and that of the population they represent, concerns over loss of territory to a non- signatory armed group or uncertainty about how their political position might be affected should other armed groups eventually join the peace process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 9, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.3 Conflict outcomes", - "Heading4": "", - "Sentence": "Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4192, - "Score": 0.408248, - "Index": 4192, - "Paragraph": "The role of CVR programmes within DDR processes is explained in IDDRS 2.30 on Community Violence Reduction. CVR programmes can contribute to the ability of UN and State police personnel to improve local security conditions, especially outside capital cities, by exploring synergies between CVR and community-oriented policing. These possible synergies include: \\n The involvement of UN and/or local State police representatives in the project advisory/review committee or local selection committees. In particular, UN police personnel may be able to provide advice on sources of community violence that need to be addressed. \\n The development of CVR projects that reinforce State policing capacities. \\n Quick Impact Projects (QIPs) implemented by UN police personnel, such as the rehabilitation of local police infrastructure or the training of female police personnel, could also, where appropriate, become part of a CVR programme. \\n If the eligibility criteria for a CVR programme require the handover of weapons and/or ammunition, UN police personnel can provide support in a variety of ways including the preliminary assessment of weapons collected, the choice of temporary storage facilities for weapons and ammunition, the registration of weapons and ammunition, and the collection of photographic records. \\n UN police personnel can also provide support to CVR programmes by diffusing key messages related to the programme. When relevant to the project at hand, UN police personnel can also provide lectures on civic education, multicultural tolerance, gender equality and respect for the rule of law.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.2 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes can contribute to the ability of UN and State police personnel to improve local security conditions, especially outside capital cities, by exploring synergies between CVR and community-oriented policing.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3792, - "Score": 0.316228, - "Index": 3792, - "Paragraph": "The survey should draw on a variety of research methods and sources in order to collate, compare and confirm information \u2014 e.g., desk research, collection of official quantitative data (including crime and health data related to firearms), and interviews with key informants such as national security and defence forces, community leaders, representatives of civilian groups (including women, youth and professionals) affected by armed violence, armed groups, foreign analysts and diplomats.The main component of the survey should be the perception survey (see above) \u2014 i.e., the administration of a questionnaire. A representative sample is to be determined by an expert according to the target population. The questionnaire should be developed and administered by a research team including male and female nationals, ensuring respect for ethical considerations and gender and cultural sensitivities. The questionnaire should not take more than 30 minutes to administer, and careful thought should be given as to how to frame the questions to ensure maximum impact (see Annex C of MOSAIC 5.10 for a list of sample questions).A survey can help the DDR component to identify interventions related to disarmament of combatants or ex-combatants, but also to CVR and other transitional programming.Among others, the weapons survey will help identify the following: \\n Communities particularly affected by weapons availability and armed violence. \\n Communities particularly affected by violence related to ex-combatants. \\n Communities ready to participate in CVR and the types of programming they would like to see developed. \\n Types of weapons and ammunition in circulation and in demand. \\n Trafficking routes and modus operandi of weapons trafficking. \\n Groups holding weapons and the profiles of combatants. \\n Cultural and monetary values of weapons. \\n Security concerns and other negative impacts linked to potential interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 36, - "Heading1": "Annex C: Weapons survey", - "Heading2": "Methodology", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Communities ready to participate in CVR and the types of programming they would like to see developed.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3654, - "Score": 0.267261, - "Index": 3654, - "Paragraph": "The role of pick-up points (PUPs) is to concentrate combatants and persons associated with armed forces and groups in a safe location, prior to a controlled and supervised move to designated disarmament sites. Administrative and safety processes begin at the PUP. There are similarities between procedures at the PUP and those carried out during mobile disarmament operations, but the two processes are different and should not be confused. Members of armed forces and groups that report to a PUP will then be moved to a disarmament site, while those who enter through the mobile disarmament route will be directed to make their way to demobilization.PUPs are locations agreed to in advance by the leaders of armed forces and groups and the UN mission military component. They are selected because of their convenience, security and accessibility for all parties. The time, date, place and conditions for entering the disarmament process should be negotiated by commanders, the National DDR Commission and the DDR component in mission settings and the UN lead agency(ies) in non-mission settings.Combatants often need to be moved from rural locations, and since many armed forces and groups will not have adequate transport, PUPs should be situated close to their positions. PUPs shall not be located in or near civilian areas such as villages, towns or cities. Special measures should be considered for children associated with armed forces and groups arriving at PUPs (see IDDRS 5.20 on Children and DDR). Gender-responsive provisions shall also be planned to provide guidance on how to process female combatants and WAAFG, including DDR/UN military staff composed of a mix of genders, separation of men and women during screening and clothing/baggage searches at PUPs, and adequate medical support particularly in the case of pregnant and lactating women (see IDDRS 5.10 on Women, Gender and DDR).Disarmament operations should also include combatants and persons associated with armed forces and groups with disabilities and/or chronically ill and/or wounded who may not be able to access the PUPs. These persons may also qualify for disarmament, while requiring special transportation and assistance by specialists, such as medical staff and psychologists (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disabilities and DDR).Once combatants and persons associated with armed forces and groups have arrived at the designated PUP, they will be met by male and female UN representatives, including military and child protection staff, who shall arrange their transportation to the disarmament site. This first meeting between armed individuals and UN staff shall be considered a high-risk situation, and all members of armed forces and groups shall be considered potentially dangerous until disarmed.At the PUP, combatants and persons associated with armed forces and groups may either be completely disarmed or may keep their weapons during movement to the disarmament site. In the latter case, they should surrender their ammunition. The issue of weapons surrender at the PUP will either be a requirement of the peace agreement, or, more usually, a matter of negotiation between the leadership of armed forces and groups, the national authorities and the UN.The following activities should occur at the PUP: \\n Members of the disarmament team meet combatants and persons associated with armed forces and groups outside the PUP at clearly marked waiting areas; personnel deliver a PUP briefing, explaining what will happen at the sites. \\n Qualified personnel check that weapons are clear of ammunition and made safe, ensuring that magazines are removed; combatants and persons associated with armed forces and groups are screened to identify those carrying ammunition and explosives. These individuals should be immediately moved to the ammunition area in the disarmament site. \\n Qualified personnel conduct a clothing and baggage search of all combatants and persons associated with armed forces and groups; men and women should be searched separately by those of the same sex. \\n Combatants and persons associated with armed forces and groups with eligible weapons and safe ammunition pass through the screening area to the transport area, before moving to the disarmament site. The UN shall be responsible for ensuring the protection and physical security of combatants and persons associated with armed forces and groups during their movement from the PUP. In non-mission settings, the national security forces, joint commissions or teams would be responsible for the above-mentioned tasks with technical support from relevant UN agency (ies), multilateral and bilateral partners.Those individuals who do not meet the eligibility criteria for entry into the DDR programme should leave the PUP after being disarmed and, where needed, transported away from the PUP. Individuals with defective weapons should hand these over, but, depending on the eligibility criteria, may not be allowed to enter the DDR programme. These individuals should be given a receipt that shows full details of the ineligible weapon handed over. This receipt may be used if there is an appeal process at a later date. People who do not meet the eligibility criteria for the DDR programme should be told why and orientated towards different programmes, if available, including CVR.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 23, - "Heading1": "6. Monitoring", - "Heading2": "6.1 Disarmament locations", - "Heading3": "6.1.1. Static disarmament ", - "Heading4": "6.1.1.1 Pick-up points", - "Sentence": "People who do not meet the eligibility criteria for the DDR programme should be told why and orientated towards different programmes, if available, including CVR.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3944, - "Score": 0.25, - "Index": 3944, - "Paragraph": "There is a strong arms control component to the negotiation of peace, including through the setting of preliminary ceasefires and the design and adoption of comprehensive peace agreements. Transitional WAM in support of peace mediation efforts should con- tribute to weapons control, reduce armed violence, build confidence in the process, generate a better understanding of the weapons arsenals of armed forces and groups, and prepare the ground for the transfer of responsibility for weapons management later in the DDR process, either to the UN or to the national authorities.Disarmament can be associated with defeat and a significant shift in the balance of power, as well as the removal of a key bargaining chip for well-equipped armed groups. Disarmament can also be perceived as the removal of symbols of masculinity, protection and power. Pushing for disarmament while guarantees around security, justice or integration into the security sector are lacking will have limited effectiveness and may undermine the overall DDR process.The use of transitional WAM concepts, measures and terminology provides a solution to this issue and lays the ground for more realistic arms control provisions in peace agreements. Transitional WAM can also be a first step towards more comprehen- sive arms control, paving the way for full disarmament once the context has matured. Mediators and DDR practitioners supporting the mediation process should have strong DDR and WAM knowledge, or at least have access to expertise that can guide them in designing appropriate and evidence-based DDR-related transitional WAM provisions. Transitional WAM as part of CVR and pre-DDR can also enable relevant parties to engage more confidently in negotiations as they maintain ownership of and access to their materiel. Prolonged CVR and pre-DDR, however, can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution (see IDDRS 2.20 on The Politics of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 16, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Transitional WAM in support of DDR-related tools", - "Heading3": "6.1.4 DDR support to peace mediation efforts and transitional WAM", - "Heading4": "", - "Sentence": "Prolonged CVR and pre-DDR, however, can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5151, - "Score": 0.229416, - "Index": 5151, - "Paragraph": "The following stakeholders are often the primary audience of a DDR process: \\n The political leadership: This may include the signatories of ceasefires and peace accords, when they are in place. Political leaderships may or may not represent the military branches of their organizations. \\n The military leadership of armed forces and groups: These leaders may have motivations and interests that differ from the political leaderships of these entities. Likewise, within these military leaderships, mid-level commanders may hold their own views concerning the DDR process. DDR practitioners should recognize that the rank-and-file members of armed forces and groups often receive information about DDR from their immediate commanders, who may have incentives to provide disinformation about DDR if they are reluctant for their subordinates to leave military life. \\n Rank-and-file of armed forces and groups: It is important to make the distinction between military leaderships, military commanders, mid-level commanders and their rank-and-file, because their motivations and interests may differ. Testimonials from the successfully demobilized and reintegrated rank-and-file have proven to be effective in informing their peers. Ex-combatants and persons formerly associated with armed forces and groups can play an important role in amplifying messages aimed at demonstrating life after war. \\n Women associated with armed groups and forces in non-combat roles: It is important to cater to the information needs of WAAFAG, especially those who have been abducted. Communities, particularly women\u2019s groups, should also be informed about how to further assist women who manage to leave an armed force or group of their own accord. \\n Children associated with armed forces and groups: Individuals in this group need child-friendly, age- and gender-sensitive information to help reassure and safely remove those who are illegally held by an armed force or group. Communities, local authorities and police should also be informed about how to assist children who have exited or been released from armed groups, as well as about protocols to ensure the protection of children and their prompt handover to child protection services. \\n Ex-combatants and persons formerly associated with armed forces and groups with disabilities: Information and sensitization to opportunities to access and participate in DDR should reach this group. Families and communities should also be informed on how to support the reintegration of persons with disabilities. \\n Youth at risk of recruitment: In countries affected by conflict, youth are both a force for positive change and, at the same time, a group that may be vulnerable to being drawn into renewed violence. When PI/SC strategies focus only on children and mature adults, the specific needs and experiences of youth are missed. \\n Local authorities and receiving communities: Enabling the smooth reintegration of DDR participants into their communities is vital to the success of DDR. Communities and their leaders also have an important role to play in other local-level DDR activities, such as CVR programmes and transitional WAM as well as community-based reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.60-Public-Information-and-Strategic-Communication", - "Module": "Public Information and Strategic Communication", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 Primary audience (participants and beneficiaries)", - "Heading3": "", - "Heading4": "", - "Sentence": "Communities and their leaders also have an important role to play in other local-level DDR activities, such as CVR programmes and transitional WAM as well as community-based reintegration support.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8780, - "Score": 0.392232, - "Index": 8780, - "Paragraph": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups. As outlined in IDDRS 2.30 on Community Violence Reduction, one way to achieve this may be to involve various groups in the design, implementation and evaluation of an FFA or FFT programme. During these programmes, interaction and dialogue among these groups can build social cohesion and reduce the risk of violence. Food assistance as part of CVR shall be based on food assistance analysis (see section 5) in addition to the assessments that are regularly conducted as part of planning for CVR. These include, among others, a context/conflict analysis, a security and consequence assessment, and a comprehensive and gender-responsive baseline assessment of local violence dynamics (see section 6.3 in IDDRS 2.30 on Community Violence Reduction and IDDRS 3.11 on Integrated Assessments).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.1 Community Violence Reduction", - "Heading4": "", - "Sentence": "Food assistance as part of CVR shall be based on food assistance analysis (see section 5) in addition to the assessments that are regularly conducted as part of planning for CVR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6115, - "Score": 0.353553, - "Index": 6115, - "Paragraph": "CVR programmes are bottom-up interventions that focus on the reduction of armed violence at the local level by fostering improved social cohesion and providing incentives to resist recruitment. CVR programmes may include an explicit focus on youth, including youth ex-combatants and youth formerly associated with armed forces and groups. In addition, CVR programmes may explicitly target individuals who are not members of an armed group, but who are at risk of recruitment by such groups. This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. Wherever possible, youth should be represented in CVR Project Selection Committees and youth organizations should be engaged as project partners. In instances where CVR is due to be followed by support to community-based reintegration then CVR and community-based reintegration should, from the outset, be planned as a single and continuous programme.In addition, where safe and appropriate, children may be included in CVR programmes, consistent with relevant national and international legal safeguards, including on the involvement of children in hazardous work, to ensure their rights, needs and well-being are carefully accounted for.If the individuals being considered for inclusion in a CVR programme have left an armed group designated as a terrorist organization by the UN Security Council, then proper screening mechanisms and criteria shall be incorporated to identify (and exclude) individuals who may have committed terrorist acts in compliance with international law (for further information on specific requirements see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.50 on Armed Groups Designated as Terrorist Organizations). For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.4 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8530, - "Score": 0.27735, - "Index": 8530, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5798, - "Score": 0.267261, - "Index": 5798, - "Paragraph": "For CAAFAG between the ages of 15 to 17, the situation analysis and minimum preparedness actions outlined in IDDRS 5.20 on Children and DDR shall be undertaken. For youth between the ages of 18 and 24, who are members of armed forces or groups, planning should follow similar processes for that of adult combatants, integrating specific considerations for youth. Specific focus shall be given to the following:Assessments shall include data disaggregated by age and gender. For example, prior to a CVR programme, baseline assessments of local violence dynamics should explicitly unpack the threats and risks to the security of male and female youth (see section 6.3 in IDDRS 2.30 on Community Violence Reduction). If the DDR process involves reintegration support, assessments of local market conditions should take into account the skills that youth acquired before and during their engagement in armed forces or groups (see section 7.5.5 in IDDRS 4.30 on Reintegration). Weapons surveys for disarmament and/or T-WAM activities should also include youth and youth organizations as sources of information, analyse the patterns of weapons possession among youth, map risk and protective factors in relation to youth, and identify youth-specific entry points for programming (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management and MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons). It is also important for intergenerational issues to be included in the conflict/context assessments that are undertaken prior to a youth-focused DDR process. This will elucidate whether it is necessary to include reconciliation measures to reduce inter-generational conflict in the DDR process. Gender analysis including age specific considerations should also be conducted. For more information on DDR-related assessments, see IDDRS 3.11 on Integrated Assessments.Planning should also take into account different possible types of youth participation \u2013 from consultative participation to collaborative participation, to participation that is youth-led. In certain instances, for example CVR programmes and reintegration support, there may be space for youth to assume an active, leading role. In other instances, such as when a Comprehensive Peace Agreement is being negotiated, the UN should, at a minimum, ensure that youth representatives are consulted (see IDDRS 2.20 on The Politics of DDR). More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence. Principles on how to involve youth in planning processes in a non-tokenistic way can be found in section 7.4 of MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons. No matter how youth are involved, safety of youth and do no harm principles should always be considered when engaging them on sensitive topics such as association with armed actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 9, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In certain instances, for example CVR programmes and reintegration support, there may be space for youth to assume an active, leading role.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6598, - "Score": 0.258199, - "Index": 6598, - "Paragraph": "DDR processes increasingly include CVR programmes in an effort to reduce armed violence and sustain peace (see IDDRS 2.30 on Community Violence Reduction). Specific provisions shall be developed to ensure the protection, care and support of young people (aged 15\u201324) who participate in CVR programmes (see IDDRS 5.30 on Youth and DDR). Where appropriate, children (under 18) may be included in CVR activities, but with relevant legal safeguards to ensure their rights and needs are carefully accounted for.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 29, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.4 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "Where appropriate, children (under 18) may be included in CVR activities, but with relevant legal safeguards to ensure their rights and needs are carefully accounted for.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5729, - "Score": 0.223607, - "Index": 5729, - "Paragraph": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B in IDDRS 5.20 on Children and DDR). For any youth under age 18, child-specific programming and rights shall be the priority, however, when appropriate, DDR practitioners may consider complementary youth-focused approaches to address the risks and needs of youth nearing adulthood.For ex-combatants and persons associated with armed forces or groups aged 18-24, eligibility for DDR will depend on the particular DDR process in place. If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document. If a CVR programme is being implemented, then eligibility criteria shall be developed in consultation with target communities, and, if in existence, a Project Selection Committee (see IDDRS 2.30 on Community Violence Reduction). If the preconditions for a DDR programme are not in place, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "If a CVR programme is being implemented, then eligibility criteria shall be developed in consultation with target communities, and, if in existence, a Project Selection Committee (see IDDRS 2.30 on Community Violence Reduction).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5684, - "Score": 0.208514, - "Index": 5684, - "Paragraph": "DDR processes are often conducted in contexts where the majority of combatants and fighters are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age. If DDR processes cater only to younger children and mature adults, the specific needs and experiences of youth may be missed. DDR practitioners shall promote the participation, recovery and sustainable reintegration of youth, as failure to consider their needs and opinions can undermine their rights, their agency and, ultimately, peace processes.In countries affected by conflict, youth are a force for positive change, while at the same time, some young people may be vulnerable to being drawn into conflict. To provide a safe and inclusive space for youth, manage the expectations of youth in DDR processes and direct their energies positively, DDR practitioners shall support youth in developing the necessary knowledge and skills to thrive and promote an enabling environment where young people can more systematically have influence upon their own lives and societies. The reintegration of youth is particularly complex due to a mix of underlying economic, social, political, and/or personal factors often driving the recruitment of youth into armed forces or groups. This may include social and political marginalization, protracted displacement, other forms of social exclusion, or grievances against the State. DDR practitioners shall therefore pay special attention to promoting significant participation and representation of youth in all DDR processes, so that reintegration support is sensitive to the rights, aspirations, and perspectives of youth. Their reintegration may also be more complex, as they may have become associated with an armed forces or group during formative years of brain development and social conditioning. Whenever possible, reintegration planning for youth should be linked to national reconciliation strategies, socioeconomic reconstruction plans, and youth development policies.The specific needs of youth transitioning to civilian life are diverse, as youth often require gender responsive services to address social, acute and/or chronic medical and psychosocial support needs resulting from the conflict. Youth may face greater levels of societal pressure and responsibility, and as such, be expected to work, support family, and take on leadership roles in their communities. Recognizing this, as well as the need for youth to have the ability to resolve conflict in non-violent ways, DDR practitioners shall invest in and mainstream life skills development across all components of reintegration programming.As youth may have missed out on education or may have limited employable skills to enable them to provide for their families and contribute to their communities, complementary programming is required to promote educational and employment opportunities that are sensitive to their needs and challenges. This may include support to access formal education, accelerated learning curricula, or market-driven vocational training coupled with apprenticeships or \u2018on-the-job\u2019 (OTJ) training to develop employable skills. Youth should also be supported with employment services ranging from employment counselling, career guidance and information on the labour market to help youth identify opportunities for learning and work and navigate the complex barriers they may face when entering the labour market. Given the severe competition often seen in post-conflict labour markets, DDR processes should support opportunities for youth entrepreneurship, business training, and access to microfinance to equip youth with practical skills and capital to start and manage small businesses or cooperatives and should consider the long-term impact of educational deprivation on their employment opportunities.It is critical that youth have a structured platform to have their voices heard by decision- makers, often comprised of the elder generation. Where possible DDR practitioners should look for opportunities to include the perspective of youth in local and national peace processes. DDR practitioners should ensure that youth play a central role in the planning, design, implementation and monitoring and evaluation of Community Violence Reduction (CVR) programmes and transitional Weapons and Ammunition Management (WAM) measures.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should ensure that youth play a central role in the planning, design, implementation and monitoring and evaluation of Community Violence Reduction (CVR) programmes and transitional Weapons and Ammunition Management (WAM) measures.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9714, - "Score": 0.392232, - "Index": 9714, - "Paragraph": "Community violence reduction programmes have many different uses, including the prevention of recruitment. When natural resources are managed in a way that creates employment opportunities and supports development, they can help prevent or discourage the recruitment of individuals into armed forces and groups. Community-based initiatives and short-term employment opportunities that support good natural resource management, such as in infrastructure, disaster-risk reduction, rehabilitation of water resources, restoration of degraded ecosystems and others can provide needed livelihoods resources and discourage participation in other illicit activities or armed groups.In addition, CVR programmes can also be used as stop-gap reinsertion assistance when the reintegration phase of a DDR programme is delayed. The projects implemented as part of a CVR programme are determined by local priorities and can include, but are not limited to, agriculture, labour-intensive short-term employment, and infrastructure improvement. As CVR and reintegration support may sometimes be designed as one programme, particularly in non-mission settings, DDR practitioners should be aware that the guidance on reinsertion and reintegration in this module also applies to CVR. For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 47, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.3 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "As CVR and reintegration support may sometimes be designed as one programme, particularly in non-mission settings, DDR practitioners should be aware that the guidance on reinsertion and reintegration in this module also applies to CVR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9474, - "Score": 0.258199, - "Index": 9474, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9129, - "Score": 0.218218, - "Index": 9129, - "Paragraph": "In an organized crime\u2013conflict context, community violence reduction (CVR) can help foster social cohesion and provide ex-combatants, persons formerly associated with armed forces and groups, and other at-risk individuals with economic and social alternatives to joining armed groups and engaging in criminal activities. Community-based initiatives, such as vocational training and short-term employment opportunities, not only reduce the risk that ex-combatants will return to conflict but also that they will continue participating in illicit activities as a means to survive.CVR can also serve as a complementary measure to other DDR processes. For example, as part of transitional WAM, communities prone to violence can be encouraged to build community storage facilities or hand over a certain quantity of weapons and ammunition as a precondition for benefiting from a CVR programme. Such measures not only disrupt illicit weapons flows but encourage collective and active participation in the security of communities.Additionally, CVR efforts such as mental health and psychosocial support and empowerment initiatives for specific needs groups, including women, children and persons with drug addictions, can both prevent and reduce victimization from conflict-related criminal activities, including sexual exploitation and drug trafficking. For further information, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.3 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, as part of transitional WAM, communities prone to violence can be encouraged to build community storage facilities or hand over a certain quantity of weapons and ammunition as a precondition for benefiting from a CVR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9520, - "Score": 0.213201, - "Index": 9520, - "Paragraph": "Natural resource management can have profound implications on public health. For example, the use of firewood and charcoal for cooking can lead to significant respiratory problems and is a major health concern, particularly for women and children in many countries. Improved access to energy resources, can help to mitigate this (see section 7.3.4). Other key health concerns include waste management and water management, both natural resource management issues that can be addressed through CVR and reintegration programmes. DDR practitioners should include these considerations into assessments and seek to improve health conditions through natural resource management wherever possible. Other areas where health is implicated is related to the deforestation and degradation of land. Pushing the forest frontier can lead to increased exposure of local populations to wildlife that may transmit disease, even leading to the outbreak of pandemics. DDR practitioners should identify areas that have experienced high rates of deforestation and target them for reforestation and other ecosystem rehabilitation activities wherever possible, according to the results of assessments and risk considerations. For further guidance, see IDDRS 5.70 on Health and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.4 Health considerations", - "Heading4": "", - "Sentence": "Other key health concerns include waste management and water management, both natural resource management issues that can be addressed through CVR and reintegration programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 551, - "Score": 0.39736, - "Index": 551, - "Paragraph": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR). CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure. Specific provisions for CVR may also be included in local-level peace agreements, sometimes instead of DDR programmes (see IDDRS 2.20 on The Politics of DDR).When the preconditions for a DDR programme are absent, CVR may be used to contribute to security and stabilization, to help make the returns of stability more tangible, and to create more conducive environments for national and local peace processes. More specifically, CVR programmes can be used as a means to: \\n De-escalate violence during a preliminary ceasefire and build confidence before the signature of a Comprehensive Peace Agreement (CPA) and the launch of a DDR programme; \\n Prevent at-risk individuals, particularly at-risk youth, from joining armed groups; \\n Stop former members of armed groups from rejoining these groups and from en- gaging in violent crime and destructive social unrest; \\n Provide stop-gap reinsertion assistance for a defined period (6\u201318 months), par- ticularly if demobilization is complete and reintegration support is still at the planning and/or resource mobilization stage; \\n Encourage members of armed groups that have not signed on to peace agreements to move away from armed violence; \\n Reorient members of armed groups away from waging war and towards construc- tive activities; \\n Reduce violence in communities and neighbourhoods that are vulnerable to high rates of armed violence, organized crime and/or sexual or gender-based violence; and \\n Increase the capacity of communities and neighbourhoods to absorb newly rein- serted and reintegrated former combatants.CVR programmes are typically short to medium term and include, but are not limited to, a combination of: \\n Weapons and ammunition management; \\n Labour-intensive short-term employment; \\n Vocational/skills training and job employment; \\n Infrastructure improvement; \\n Community security and police rapprochement; \\n Educational outreach and social mobilization; \\n Mental health and psychosocial support, in both collective and individual formats; \\n Civic education; and \\n Gender transformative projects including education and awareness-raising pro- grammes with community members on gender, women\u2019s empowerment, and con- flict-related sexual and gender-based violence (SGBV) prevention and response.Whether introduced in mission or non-mission settings, CVR priorities and projects should, without exception, be crafted at the local level, with representative participation, and where possible, consultation of community stakeholders, including women, boys, girls and youth.All CVR programmes should be underpinned by a clear theory of change that defines the problem to be solved, surfaces the core assumptions underlying the theory of change, explains the core targets and metrics to be addressed, and describes how the proposed intervention activities will address these issues.Specific theories of change for CVR programmes should be adapted to particular con- texts. However, very often an underlying ex- pectation of CVR is that specific programme activities will provide former combatants and other at-risk individuals with alternatives that are more attractive than joining armed groups or resorting to armed violence and/or provide the mental tools and interpersonal coping strat- egies to resist incitements to violence. Another common underlying expectation is that CVR projects will contribute to social cohesion. In socially cohesive communities, com- munity members feel that they belong to the community, that there is trust between community members, and that community members can work together. Members of socially cohesive communities are more likely to be aware of, and more likely to inter- vene when they see, behaviour that may lead to violence. Therefore, by fostering social cohesion and providing alternatives, communities become active participants in the reduction of armed violence.By promoting peaceful and inclusive societies, CVR has the potential to directly contribute to the Sustainable Development Goals, and particularly SDG 16 on Peace, Justice and Strong Institutions. CVR can also reinforce other SDG targets, including 4.1 and 4.7, on education and promoting cultures of peace, respectively; 5.2 and 5.5, on preventing violence against women and girls and promoting women\u00b4s leadership and participation; and 8.7 and 8.8, related to child soldiers and improving workplace safety. CVR may also contribute to SDG 10.2, on political, social and economic inclusion; 11.1, 11.2 and 11.7, on housing, transport and safe public spaces; and 16.1, 16.2 and 16.4, related to reducing violence, especially against children, and the availability of arms.CVR programmes aim to sustain peace by preventing the (re-)recruitment of former combatants and other individuals at risk of recruitment (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR). Although CVR is essentially a technical intervention, the pro- cess of planning, formulating, negotiating and executing activities may be intensely political. CVR should involve routine engagement and negotiation with government officials, active and/or former members of armed groups, individuals at risk of recruit- ment, business and civic leaders, and communities as a whole; it necessitates a deep understanding of the local context and the common definition/understanding of an overarching CVR strategy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 539, - "Score": 0.301511, - "Index": 539, - "Paragraph": "This module sets out the basic conceptual and strategic parameters of CVR and its place within integrated DDR processes. It also outlines the principles and programmatic con- siderations that should guide the design, planning and implementation of CVR.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It also outlines the principles and programmatic con- siderations that should guide the design, planning and implementation of CVR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 548, - "Score": 0.235702, - "Index": 548, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardiza- tion (ISO) standards and guidelines: \\n \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n \u2018may\u2019 is used to indicate a possible method or course of action; \\n \u2018can\u2019 is used to indicate a possibility and capability; \\n \u2018must\u2019 is used to indicate an external constraint or obligation.CVR programmes may include different types of coordination mechanisms to guide CVR project selection, implementation, and monitoring and evaluation. Two common coordination mechanisms are: \\n Project Selection Committees (PSCs): Community-based PSCs are established in selected areas, include a representative sample of stakeholders, and are responsible for selecting projects that are vetted by the PAC/PRC. (See below.) All project selec- tion should comply with gender quotas of a minimum of 30% of projects benefitting women, and women\u2019s involvement in 30% of leadership and management positions. \\n Project Approval/Review Committee (PAC/PRC): A PAC/PRC sets the overall strategic direction for CVR, vets and approves projects selected by PSCs, and helps to raise finances. The PAC/PRC should exhibit a high degree of clarity on its roles and functions. Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration. The PAC/PRC should ensure all proposals comply with gender quotas.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - } -] \ No newline at end of file diff --git a/media/usersResults/demobilizatio.json b/media/usersResults/demobilizatio.json deleted file mode 100644 index 0637a08..0000000 --- a/media/usersResults/demobilizatio.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/media/usersResults/demobilization.json b/media/usersResults/demobilization.json deleted file mode 100644 index e258b29..0000000 --- a/media/usersResults/demobilization.json +++ /dev/null @@ -1,3720 +0,0 @@ -[ - { - "index": 1131, - "Score": 0.408248, - "Index": 1131, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 520, - "Score": 0.408248, - "Index": 520, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1483, - "Score": 0.316228, - "Index": 1483, - "Paragraph": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "DEMOBILIZATION", - "Heading4": "", - "Sentence": "The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1484, - "Score": 0.301511, - "Index": 1484, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. Reinsertion is short-term material and/or financial assistance to meet immediate needs and can last up to one year.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "REINSERTION", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1621, - "Score": 0.288675, - "Index": 1621, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1756, - "Score": 0.288675, - "Index": 1756, - "Paragraph": "When there is a DDR programme, eligibility shall be defined within a national DDR programme document. Different groups of those eligible will participate in each component of the DDR programme: combatants and persons associated with armed groups carrying weapons and ammunition shall participate in disarmament. In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization. Reintegration support should be provided not only to ex-combatants, but also to persons formerly associated with armed forces and groups, including women and children among these categories, and, where appropriate, dependants and host community members. When the preconditions for a DDR programme are not present, or when combatants are ineligible to participate in DDR programmes, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds. Eligibility for reintegration support in such cases should also take into account ex-combatants and persons formerly associated with armed forces and groups, including women, and, where appropriate, dependants and host community members. Children associated or formerly associated with armed groups should always be encouraged to participate in DDR processes with no eligibility limitations.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 6, - "Heading1": "3. Guiding principles", - "Heading2": "3.2 People-centred", - "Heading3": "3.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "In addition to these groups, all other unarmed individuals considered members of an armed force or group shall participate in demobilization.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1825, - "Score": 0.27735, - "Index": 1825, - "Paragraph": "Planning should consider that the reintegration of ex-combatants and persons formerly associated with armed forces and groups is a long-term process, in some contexts taking several years to be successfully and sustainably completed with family support at the community level. A well-planned reintegration programme shall be based on a comprehensive understanding of the type of armed force and/or group(s) to which the individual belonged, the duration of his or her membership with the armed force and/or armed group(s), as well as the local context and community dynamics. Furthermore, a well-planned reintegration programme requires clear agreement among all stakeholders on the objectives and results of the programme, the establishment of realistic time frames, clear budgetary requirements and human resource needs, and a clearly defined exit strategy.Planning shall be based on existing assessments that include conflict and development analyses, gender analyses, early recovery and/or post-conflict needs assessments, and reintegration-specific assessments. Those involved in the design and negotiation of reintegration support with Government and other relevant stakeholders shall ensure that a results-based monitoring and evaluation framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.A well-planned reintegration programme shall assess and respond to the needs of its participants and beneficiaries through gender-specific planning. Planning shall be done in close collaboration with related programmes and initiatives. Although long-term planning is required, it shall still allow for a degree of flexibility (see section 3.6). Those involved in planning for reintegration support shall work in an integrated manner with those planning disarmament and demobilization in order to ensure smooth transitions. DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 11, - "Heading1": "3. Guiding principles", - "Heading2": "3.11 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall not make promises regarding reintegration support during disarmament and demobilization that cannot be delivered upon.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1438, - "Score": 0.258199, - "Index": 1438, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1467, - "Score": 0.223607, - "Index": 1467, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1391, - "Score": 0.223607, - "Index": 1391, - "Paragraph": "Disarmament provisions are not always applied evenly to all parties and, most often, armed forces are not disarmed. This can create an imbalance in the process, with one side being asked to hand over more weapons than the other. Even the symbolic disar- mament or control (safe storage as a part of a supervised process) of a number of the armed forces\u2019 weapons can help to create a perception of parity in the process. This could involve the control of the same number of weapons from the armed forces as those handed in by armed groups.Similarly, because it is often argued that armed forces are required to protect the nation and uphold the rule of law, DDR processes may demobilize only the armed opposition. This can create security concerns for the disarmed and demobilized groups whose opponents retain the ability to use force, and perceptions of inequality in the way that armed forces and groups are treated, with one side retaining jobs and salaries while the other is demobilized. In order to create a more equitable process, mediators may allow for the cantonment or barracking of a number of Government troops equivalent to the number of fighters from armed groups that are cantoned, disarmed and demobilized. They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.2 Parity in disarmament and demobilization", - "Heading4": "", - "Sentence": "They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 640, - "Score": 0.218218, - "Index": 640, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1394, - "Score": 0.215666, - "Index": 1394, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1515, - "Score": 0.208514, - "Index": 1515, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1950, - "Score": 0.204124, - "Index": 1950, - "Paragraph": "In the absence of a peace agreement, reintegration support during ongoing conflict may follow amnesty or other legal processes. An amnesty act or special justice law is usually adopted to encourage combatants to lay down weapons and report to authorities; if they do so they usually receive pardon for having joined armed groups or, in the case of common crimes, reduced sentences.These provisions may also encourage dialogue with armed groups, promote return to communities and support reconciliation through transitional justice and reparations at the community level. Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization). To ensure that amnesty processes are successful, they should include reintegration support to those reporting to the \u2018Amnesty Commission\u2019 and/or relevant authorities.Additional Protocol II to the Geneva Conventions encourages States to grant amnesties for mere participation in hostilities as a means of encouraging armed groups to comply with international humanitarian law. It recognizes that amnesties may also help to facilitate peace negotiations or enable a process of reconciliation. However, amnesties should not be granted for war crimes, genocide, crimes against humanity and gross violations of human rights (see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.20 on DDR and Transitional Justice).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace", - "Module": "Reintegration as Part of Sustaining Peace", - "PageNum": 21, - "Heading1": "5. Reintegration support across the peace continuum", - "Heading2": "5.4 Amnesty and other special justice measures during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex- combatants and persons formerly associated with armed forces and groups typically receive documentation attesting to the fact that they benefitted from amnesty under these provisions and are free to rejoin their families and communities (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5351, - "Score": 0.5547, - "Index": 5351, - "Paragraph": "Temporary demobilization sites that make use of existing facilities may be used as an alternative to the construction of semi-permanent demobilization sites. In this approach, combatants and persons associated with armed forces and groups are told to meet at a specific location for demobilization within a specific time period. Temporary demobilization sites may be particularly useful if the target group is small, if individuals are likely to report for demobilization in small groups, or if the target group is scattered in multiple, known locations that are logistically accessible. This kind of site allows demobilization teams to carry out their activities in these locations without the need to build permanent structures. This approach may also be more appropriate than semi-permanent cantonment sites when the target group is already based in the community where its members will reintegrate. This is because combatants who are already in their communities should, where possible, remain there rather than be transported to a demobilization centre and back again. For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites? \\n Are both male and female combatants already in the communities where they will reintegrate? \\n Will the demobilization process consist of formed military units reporting with their commanders, or individual combatants leaving active armed groups? \\n What approach is being taken in other components of the DDR process \u2013 for example, is disarmament being undertaken at a mobile or static site? (See IDDRS 4.10 on Disarmament.) \\n Will cantonment play an important confidence-building role in the peace process? \\n What does the context tell you about the potential security threat to those who demobilize? Are active armed groups likely to retaliate against former members who opt to demobilize? \\n Can reception, disarmament and demobilization take place at the same site? \\n Can existing sites be used? Do they require refurbishment? \\n Will there be enough resources to build semi-permanent demobilization sites? How long will the construction process take? \\n What are the potential risks of cantoning any one of the groups?", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 15, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.2 Temporary demobilization sites", - "Heading4": "", - "Sentence": "For a full list of the advantages and disadvantages of temporary demobilization sites, see table 2.BOX 3: WHICH TYPE OF DEMOBILIZATION SITE \\n\\n When choosing which type of demobilization site is most appropriate, DDR practitioners shall consider: \\n Do the peace agreement and/or national DDR policy document contain references to demobilization sites?", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5456, - "Score": 0.5547, - "Index": 5456, - "Paragraph": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs. The demobilization team should include a gender-balanced composition of: \\n DDR practitioners; \\n Representatives from the national DDR commission (and potentially other national institutions); \\n Child protection officers; \\n Gender specialists; and \\n Youth specialists.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 22, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.7 Demobilization team structure", - "Heading3": "", - "Heading4": "", - "Sentence": "The demobilization team is responsible for implementing all operational procedures for demobilization and should be trained in the use of the abovementioned SOPs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5420, - "Score": 0.547723, - "Index": 5420, - "Paragraph": "A comprehensive risk and security assessment should be conducted to inform the planning of demobilization operations and identify threats to the DDR programme and its personnel, as well as to participants and beneficiaries. The assessment should identify the tolerable risk (the risk accepted by society in a given context based on current values), and then identify the protective measures necessary to achieve a residual risk (the risk remaining after protective measures have been taken). Risks related to women, youth, children, dependants and other specific-needs groups should also be considered. In developing this \u2018safe\u2019 working environment, it must be acknowledged that there can be no absolute safety and that many of the activities carried out during demobilization operations have a high risk associated with them. However, national authorities, international organizations and non-governmental organizations must try to achieve the highest possible levels of safety. Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement. \\n Attacks on demobilized individuals: In some instances, peace agreements may cause armed groups to fracture, with some parts of the group opting to enter DDR while others continue fighting. In these instances, those who favour continued armed conflict may retaliate against individuals who demobilize. In some cases, active armed groups may approach demobilization sites with the aim of retrieving their former members. If demobilized individuals have already returned home, members of active armed groups may attempt to track these individuals down in order to punish or forcibly re-recruit them. The family members of the demobilized may also be subject to threats and attacks, particularly if they reside in areas where members of their family member\u2019s former group are still present. \\n Attacks on women and minority groups: Historically, SGBV against women and minority groups in cantonment sites has been high. It is essential that security and risk assessments take into consideration the specific vulnerabilities of women, identify minority groups who may also be at risk and provide additional security measures to ensure their safety. \\n Attacks on individuals transporting and receiving reinsertion support: Security risks are associated with the transportation of cash and commodities that can be easily seized by armed individuals. If it is known that demobilized individuals will receive cash and/or commodities at a certain time and/or place, it may make them targets for robbery. \\n Unrest and criminality: If armed groups remain in demobilization sites (particularly cantonment sites) for long periods of time, perhaps because of delays in the DDR programme, these sites may become places of unrest, especially if food and water become scarce. Demobilization delays can lead to mutinies by combatants and persons associated with armed forces and groups as they lose trust in the process. This is especially true if demobilizing individuals begin to feel that the State and/or international community is reneging on previous promises. In these circumstances, demobilized individuals may resort to criminality in nearby communities or mount protests against demobilization personnel. \\n Recruitment: Armed forces and groups may use the prospect of demobilization (and associated reinsertion benefits) as an incentive to recruit civilians.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.4 Risk and security assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "Risks during demobilization operations may include: \\n Attacks on demobilization site personnel: The personnel who staff demobilization sites may be targeted by armed groups that have not signed on to the peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5224, - "Score": 0.516398, - "Index": 5224, - "Paragraph": "Demobilization occurs when members of armed forces and groups transition from military to civilian life. It is the second step of a DDR programme and part of the demilitarization efforts of a society emerging from conflict. Demobilization operations shall be designed for combatants and persons associated with armed forces and groups. Female combatants and women associated with armed forces and groups have traditionally faced obstacles to entering DDR programmes, so particular attention should be given to facilitating their access to reinsertion and reintegration support. Victims, dependants and community members do not participate in demobilization activities. However, where dependants have accompanied armed forces or groups, provisions may be made for them during demobilization, including for their accommodation or transportation to their communities. All demobilization operations shall be gender and age sensitive, nationally and locally owned, context specific and conflict sensitive.Demobilization must be meticulously planned. Demobilization operations should be preceded by an in-depth assessment of the location, number and type of individuals who are expected to demobilize, as well as their immediate needs. A risk and security assessment, to identify threats to the DDR programme, should also be conducted. Under the leadership of national authorities, rigorous, unambiguous and transparent eligibility criteria should be established, and decisions should be made on the number, type (semi-permanent or temporary) and location of demobilization sites.During demobilization, potential DDR participants should be screened to ascertain if they are eligible. Mechanisms to verify eligibility should be led or conducted with the close engagement of the national authorities. Verification can include questions concerning the location of specific battles and military bases, and the names of senior group members. If DDR participants are found to have committed, or there is a clear and reasonable indication that a DDR participant knowingly committed war crimes, crimes against humanity, terrorist acts or offences1 and/or genocide, they shall be removed from the DDR programme. Once eligibility has been established, basic registration data (name, age, contact information, etc.) should be entered into a case management system.Individuals who demobilize should also be provided with orientation briefings, physical and psychosocial health screenings and information that will support their return to the community. A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization. During demobilization, DDR practitioners should also conduct a profiling exercise to identify obstacles that may prevent those eligible from full participation in the DDR programme, as well as the specific needs and ambitions of the demobilized. This information should be used to inform planning for reinsertion and/or reintegration support.If reinsertion assistance is foreseen as the second stage of the demobilization operation, DDR practitioners should also determine an appropriate transfer modality (cash-based transfers, commodity vouchers, in-kind support and/or public works programmes). As much as possible, reinsertion assistance should be designed to pave the way for subsequent reintegration support.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A discharge document, such as a demobilization declaration or certificate, should be given to former members of armed forces and groups as proof of their demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5339, - "Score": 0.5, - "Index": 5339, - "Paragraph": "Demobilization activities are carried out at designated sites. Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups. They can be semi-permanent and constructed specifically for this purpose, such as cantonment camps (see Annex B for the generic layout of a cantonment camp). Although cantonment was long considered standard practice in DDR programmes, temporary sites may also be appropriate. The decision concerning which type of demobilization site to use should be guided by the specific country context, the security situation, and the advantages and disadvantages associated with semi-permanent and temporary sites, as outlined in the sections that follow.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 14, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "", - "Heading4": "", - "Sentence": "Static demobilization sites are most typically used for the demobilization of large numbers of combatants and persons associated with armed forces and groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5454, - "Score": 0.474579, - "Index": 5454, - "Paragraph": "Standard operating procedures (SOPs) are mandatory step-by-step instructions designed to guide practitioners through particular activities. The development of SOPs has become common practice across DDR programmes, as it allows for coherence in the delivery of activities, ensuring greater safety and security through adherence to standardized regulations. In mission contexts, SOPs should identify the precise responsibilities of the various UN components involved in demobilization. All stakeholders should agree on the content of the SOP(s), and the document(s) should be reviewed by the UN\u2019s legal office at Headquarters. The development of SOPs is led by the mission DDR component and signed off on by the head of the UN mission. All staff from the DDR component as well as other relevant stakeholders shall be familiar with the relevant SOPs. The content of SOPs shall be kept up to date.In non-mission contexts, the national authority should also be advised by the lead UN agency(ies) on the development of national SOPs for demobilization. All those engaged in supporting demobilization shall be familiar with the relevant SOPs, which shall also be kept up to date.A single demobilization SOP or a set of SOPs each covering specific procedures related to demobilization activities (see section 6) should be informed by integrated assessments (see IDDRS 3.11 on Integrated Assessments) and the national DDR policy document, and comply with international guidelines and standards as well as national laws and the international obligations of the country where DDR is being implemented. At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.; \\n Gender-aware services and procedures; \\n Reinsertion (e.g., procedures for cash-based transfers, commodity vouchers, in-kind support, public works programmes, vocational training and/or income-generating opportunities); \\n Handling of foreign combatants, associated persons and dependants (if applicable); and \\n Interaction with national authorities and/or other mission components.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 21, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.6 Standard operating procedures", - "Heading3": "", - "Heading4": "", - "Sentence": "At a minimum, SOPs should cover the following procedures: \\n Security of demobilization sites; \\n Reception of combatants, persons associated with armed forces and groups, and dependants; \\n Transportation to and from demobilization sites (i.e., from reception or pick-up points); \\n Transportation from demobilization sites either to communities or to take up positions in the reformed security sector; \\n Orientation at the demobilization site (this may include the rules and regulations at the site); \\n Registration/identification; \\n Screening for eligibility; \\n Demobilization and integration into the security sector (if applicable); \\n Health screenings, including psychosocial assessments, HIV/AIDS, STIs, reproductive health services, sexual violence recovery services (e.g., rape kits), etc.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5307, - "Score": 0.452267, - "Index": 5307, - "Paragraph": "To effectively demobilize members of armed forces and groups, meticulous planning is required. At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team. All demobilization operations shall be based on gender- and age-responsive analysis and shall be developed in close cooperation with the national authorities or institutions responsible for the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "At a minimum, planning for demobilization operations should include information collection; agreement with national authorities on eligibility criteria; decisions on the type, number and location of demobilization sites; decisions on the type of transfer modality for reinsertion assistance; a risk and security assessment; the development of standard operating procedures; and the creation of a demobilization team.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5269, - "Score": 0.447214, - "Index": 5269, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5271, - "Score": 0.447214, - "Index": 5271, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5273, - "Score": 0.447214, - "Index": 5273, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5275, - "Score": 0.447214, - "Index": 5275, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5277, - "Score": 0.447214, - "Index": 5277, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5279, - "Score": 0.447214, - "Index": 5279, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5281, - "Score": 0.447214, - "Index": 5281, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5283, - "Score": 0.447214, - "Index": 5283, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5285, - "Score": 0.447214, - "Index": 5285, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5287, - "Score": 0.447214, - "Index": 5287, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5289, - "Score": 0.447214, - "Index": 5289, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5291, - "Score": 0.447214, - "Index": 5291, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent", - "Heading3": "4.6.2 Accountable and transparent", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5293, - "Score": 0.447214, - "Index": 5293, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5295, - "Score": 0.447214, - "Index": 5295, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5297, - "Score": 0.447214, - "Index": 5297, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5299, - "Score": 0.447214, - "Index": 5299, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5301, - "Score": 0.447214, - "Index": 5301, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5303, - "Score": 0.447214, - "Index": 5303, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5305, - "Score": 0.447214, - "Index": 5305, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.11 Public information and community sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines how these principles apply to demobilization.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5411, - "Score": 0.447214, - "Index": 5411, - "Paragraph": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin. In semi-permanent sites, where those who demobilize may reside for up to one month, DDR practitioners should consider involving DDR participants in the management of the site. Group leaders, including women, should be chosen and given the responsibility of reporting any misbehaviour. A mechanism should also exist between group leaders and staff that will enable arbitration to take place should disputes or complaints arise.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 19, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.5 Managing demobilization sites", - "Heading4": "", - "Sentence": "The manager of the demobilization site and his/her support team are responsible for the day-to-day running of the site and should be trained before demobilization operations begin.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5502, - "Score": 0.447214, - "Index": 5502, - "Paragraph": "Combatants and persons associated with armed forces and groups should be provided with clear and simple guidance when they arrive at demobilization sites, taking into consideration their level of literacy. This is to ensure that they are informed about the demobilization process, their rights during the process, and the rules and regulations they are expected to observe. If a large number of participants are being addressed, it is key to stick to simple concepts, mainly who, what and where. More complex explanations can be provided to smaller groups organized in follow-up to the initial briefing. This can help to prevent unrest and stress within the group. Contingent on the type of demobilization site, introductory briefings should cover, among other things, the following: \\n Site orientation; \\n Outline of activities and processes; \\n Routines and time schedules; \\n The rights and obligations of combatants and persons associated with armed forces and groups throughout the demobilization process; \\n Rules and discipline, including areas that are off limits; \\n Policies concerning freedom of movement in and out of the demobilization site; \\n Policies on SGBV and the consequences of infringement of these policies; \\n Security at the demobilization site; \\n How to report misbehaviour, including specific mechanisms for women; \\n Mechanisms to raise complaints about conditions and treatment at the demobilization site; \\n Procedures for dependants; and \\n Fire precautions and physical safety.Where possible, oral briefings should be supported by written material produced in the local language(s). Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.2 Reception", - "Heading3": "", - "Heading4": "", - "Sentence": "Experience has shown that drawings and cartoons displayed at key locations within demobilization sites can also be helpful in transmitting information about the different steps of the demobilization operation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5404, - "Score": 0.417029, - "Index": 5404, - "Paragraph": "The size and capacity of demobilization sites should be determined by the number of combatants and persons associated with armed forces and groups to be processed. Typically, demobilization sites with a small number of combatants and associated persons are easier to administer, control and secure. However, if many small demobilization sites are in operation at one time, this can lead to widely dispersed resources and difficult logistical situations. Demobilization sites should not accommodate more than 600 people at one time. When time constraints mean that larger numbers must be dealt with in a short period of time, two demobilization sites may be constructed simultaneously and managed by the same team. In order to optimize the use of demobilization sites and avoid bottlenecks, an operational plan should be developed that contains methods for controlling the number and flow of people to be demobilized at any particular time. Carrying out demobilization in phases is one option to increase efficiency. This process may include a pilot test phase, which makes it possible to learn from mistakes in the early phases and adapt the process so as to improve performance in later phases.Families often accompany combatants to cantonment sites. Where necessary, camps that are close to cantonment sites may be established for family members. Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising). Generally speaking, the demobilization component of a DDR process should be as short as possible. At temporary demobilization sites, it may be possible to process individuals in one or two days. If semi-permanent demobilization sites have been constructed, cantonment should be kept as short as possible \u2013 from one week to a maximum of one month. DDR practitioners should also seek to ensure that the conditions at demobilization sites are equivalent to those in civilian life. If this is the case, then it is less likely that demobilized individuals will be reluctant to leave. Demobilization should not begin until plans for reinsertion (or community violence reduction, as a stop-gap measure) and reintegration are ready to be put into operation.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 18, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.4 Size, capacity and duration", - "Heading4": "", - "Sentence": "Alternatively, transport may be provided for family members to return to their communities.The duration of demobilization will depend on the time that is needed to complete the activities planned during demobilization (e.g., screening, profiling, awareness raising).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5541, - "Score": 0.408248, - "Index": 5541, - "Paragraph": "DDR participants shall be registered and issued a non-transferable identity document (such as a photographic demobilization card) that attests to their eligibility and their official civilian status. Such documents have important symbolic and legal value for demobilized individuals. Demobilized individuals should be required to present them in order to access DDR-related entitlements in subsequent phases of the DDR programme. To avoid discrimination based on prior factional affiliation, these documents should not include the name of the armed force or group of which the individual was previously a member. Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 28, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.6 Documentation", - "Heading3": "", - "Heading4": "", - "Sentence": "Wherever demobilization is carried out, whether in temporary or semi-permanent sites, provisions should be made to ensure that information can be entered into a case management system and that demobilization papers/identity documents can be printed on site.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3335, - "Score": 0.377964, - "Index": 3335, - "Paragraph": "Military components may conduct a wide range of logistical tasks ranging from transportation to the construction of static disarmament and demobilization sites (see IDDRS 4.10 on Disarmament and IDDRS 4.20 on Demobilization). Logistics support provided by a military component must be coordinated with units that provide integrated services support to a mission. Where the military is specifically tasked with providing certain kinds of support, additional military capability may be required by the military component for the duration of the task. A less ideal solution would be to reprioritize or reschedule the activities of military elements carrying out other mandated tasks. This approach can have the disadvantage of degrading wider efforts to provide a secure environment, perhaps even at the expense of the security of the population at large.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 10, - "Heading1": "5. The military component in mission settings", - "Heading2": "5.3 Military component contribution", - "Heading3": "5.3.6 Logistics support", - "Heading4": "", - "Sentence": "Military components may conduct a wide range of logistical tasks ranging from transportation to the construction of static disarmament and demobilization sites (see IDDRS 4.10 on Disarmament and IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4704, - "Score": 0.377964, - "Index": 4704, - "Paragraph": "Many ex-combatants have been trained and socialized to use violence, and have inter- nalized norms that condone violence. Socialization to violence is often the result of an ex-combatant\u2019s exposure to and involvement in violence while with armed forces or groups who may have encouraged, taught, promoted, and/or condoned the use of vio- lence (such as rape, torture or killing) as a mechanism to achieve group objectives. As a result of time spent with armed forces and groups, ex-combatants may associate weapons and/or violence in general with power and see these things as central to their identities as men or women and to fulfilling their personal needs.Systematic data on patterns of violence among ex-combatants is still fragmentary, but evidence from many post-conflict contexts suggests that ex-combatants who have been socialized to use violence often continue these patterns into the peacebuilding period. Violence is carried from the battlefield to the home and the community, where it can take on new forms and expressions. While the majority of ex-combatants are male, and vio- lence among male ex-combatants is more visible, female ex-combatants also appear to be more vulnerable to violent behaviour than civilian women in the general population. Without breaking down these norms, learning alternative behaviors, and coming to terms with the violent acts that they have experienced or committed, ex-combatants can find it difficult to reintegrate into civilian life.In economically challenging and socially complex post-conflict environments, male ex-combatants in particular may find it difficult to fulfill traditional gender and cultural roles associated with masculinity. Many may return home to discover that in their absence women have taken on traditional male responsibilities such as the role of \u2018breadwinner\u2019 or \u2018protector\u2019, challenging men\u2019s place in both the home and community and leading lead- ing to frustration, feelings of helplessness, etc. Equally, the return of men to communities may challenge these new roles, freedoms and authority experienced by women, causing further social disquiet.Ex-combatants\u2019 inability to deal with feelings of frustration, anger or sadness can result in self-directed violence (suicide, drug and alcohol abuse as coping mechanisms), interpersonal violence (GBV, intimate partner violence, child abuse, rape and murder) and group violence against the community (burglary, rape, harassment, beatings and murder), all forms of violence which are found to be common in some post-conflict environments. Integrated approaches work best for facilitating comprehensive change. In order to effectively address socialization to violence, reintegration assistance should target family and community members as well as ex-combatants themselves to address social and psy- chosocial needs and perceptions of these needs holistically. For more information on the concept of \u2018socialization to violence\u2019 see UNDP\u2019s report entitled, Blame It on the War? The Gender Dimensions of Violence in Disarmament, Demobilization and Reintegration (2012).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 41, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.1. Socialization to violence of combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "The Gender Dimensions of Violence in Disarmament, Demobilization and Reintegration (2012).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5458, - "Score": 0.377964, - "Index": 5458, - "Paragraph": "The activities outlined below should be carried out during the demobilization component of a DDR programme. These activities can be conducted at either semi-permanent or temporary demobilization sites.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The activities outlined below should be carried out during the demobilization component of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4355, - "Score": 0.353553, - "Index": 4355, - "Paragraph": "The risks posed by enduring command structures should also be taken into account dur- ing reintegration planning and may require specific action. A stated aim of demobilization is the breakdown of armed groups\u2019 command structures. However, experience has shown this is difficult to achieve, quantify, qualify or monitor. Over time hierarchical structures erode, but informal networks and associations based upon loyalties and shared experi- ences may remain long into the post-conflict period.In order to break command structures and prevent mid-level commanders from becoming spoilers in DDR, programmes may have to devise specific assistance strategies that better correspond to the profiles and needs of mid-level commanders. Such support may include preparation for nominations/vetting for public appointments, redundancy payments based on years of service, and guidance on investment options, expanding a family business and creating employment, etc. Commander incentive programmes (CIPs) can further work to support the transformation of command structures into more defined organizations, such as political parties and groups, or socially and economically produc- tive entities such as cooperatives and credit unions.DDR managers should keep in mind that the creation of veterans\u2019 associations should be carefully assessed and these groups supported only if they positively support the DDR process. Extreme caution should be exercised when requested to support the creation and maintenance of veterans\u2019 associations. Although these associations may arise spontane- ously as representation and self-help groups due to the fact that members face similar challenges, have affinities and have common pasts, prolonged affiliation may perpetu- ate the retention of \u201cex-combatant\u201d identities, preventing ex-combatants from effectively transitioning from military to their new civilian identities and roles.The overriding principle for supporting transformed command structures is that the associations that arise permit individual freedom of choice (i.e. joining is not required or coerced). In some instances, these associations may provide early warning and response systems for identifying dissatisfaction among ex-combatants, and for building confidence between discontented groups and the rest of the community.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 10, - "Heading1": "6. Approaches to the reintegration of ex-combatants", - "Heading2": "6.3. Focus on command structures", - "Heading3": "", - "Heading4": "", - "Sentence": "A stated aim of demobilization is the breakdown of armed groups\u2019 command structures.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5439, - "Score": 0.353553, - "Index": 5439, - "Paragraph": "Action should be taken to ensure that demobilization sites (whether temporary, semi-permanent or otherwise) respond to the different needs of men and women. Gender-sensitive demobilization sites should: \\n Include separate accommodation and sanitation facilities (with locks) for men and women. In some circumstances these separate facilities may be located within the same demobilization site, or separate demobilization sites for men and women may be set up; \\n Feature sanitary facilities designed to ensure women\u2019s privacy and support their hygiene needs (e.g., sanitary napkins), as well as take into consideration cultural norms; \\n Include provisions for childcare; \\n Be safe for women and recognize and deal with the threat of sexual violence within the demobilization site, including ensuring locks in facilities, good lighting, information provided on specific contact within the camp to address women\u2019s security incidents and issues, and, where possible, the presence of female security guards and police (for internal site security). If female security guards are not available, male security guards shall be trained on sexual exploitation and harassment, sexual violence prevention, and gender sensitivity prior to deployment, and there shall exist a clear and gender-responsive system at the demobilization site for handling any complaints by women against security guards, as well as policies that call for the immediate removal of any officer about whom security concerns are raised; \\n Provide for the specific nutritional needs of nursing and pregnant women; \\n Ensure that health care and counselling is available to meet women\u2019s specific needs, including those women who have suffered SGBV; and \\n Take protective measures to ensure women\u2019s safety during transportation to and from the demobilization sites.Where possible, female staff should receive and process women at demobilization sites. Gender balance should be a priority among the staff managing demobilization sites. If men do not see women in positions of authority, they are less likely to take efforts aimed at changing their attitudes towards traditional gender roles and women\u2019s empowerment seriously. Screening and profiling tools should be designed to be responsive to women\u2019s specific needs and experiences. Women should also have the same opportunities to access support as men, and the briefings and information provided should include specific information on the challenges that women may encounter upon reinsertion into their communities.As women formerly associated with armed forces and groups are often stigmatized upon return to their communities, briefings during the demobilization operation should include attention to safety and referrals to support services in civilian life. Irrespective of the type of transfer modality that has been selected for reinsertion support (see section 7), the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers. It is important that the delivery mechanism chosen permits women to access their entitlement safely and confidently, without being exposed to the risks of private service providers abusing their power over recipients, or encountering difficulties in the redemption of their entitlement because of numerical or financial illiteracy. A help desk and complaint mechanism should also be set up, and these should include specific referral pathways for women.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 20, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.5 Gender-sensitive demobilization operations", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender balance should be a priority among the staff managing demobilization sites.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 4175, - "Score": 0.348155, - "Index": 4175, - "Paragraph": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization. These shorter- term aspects may include, but are not limited to, the travel and assembly of combatants, persons associated with armed forces and groups and dependants.In disarmament and demobilization sites (including encampments or cantonments), the gathering of large numbers of ex-combatants and persons formerly associated with armed forces and groups may create security risks. The mere presence of UN police personnel at disarmament and demobilization sites can help to reassure local communities. For example, regular FPU patrols in cantonment sites are a strong confidence-building initiative, providing a highly visible presence to deter crime and criminal activities. This presence also eases the burden on the military component of the mission, which can then concentrate on other threats to security and wider humanitarian support. Importantly, FPU engagement shall always be limited to the regular maintenance of law and order and shall not cross into high-risk matters of weapons security and military security. With that said, the outreach and mediation capabilities of UN police personnel may sometimes be deployed in such situations in order to defuse tensions.In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component (see IDDRS 4.40 on Military Roles and Responsibilities). State police shall proactively act to address criminal activities inside and in the immediate vicinity of disarmament and demobilization sites. However, if the State police service delays or appears reluctant to take action, UN police personnel may intervene in order to ensure that the DDR process is not adversely affected. The immediate deployment of an FPU, to operationally engage in crowd control and public order challenges, can serve to contain the situation with minimum use of force. In contrast, direct military engagement in these situations may lead to escalation and consequently to greater numbers of casualties and wider damage. If public order disturbances are foreseen, it may be necessary to plan in advance for the engagement of FPU contingents and place a request for a specific, temporary deployment, particularly if the FPU is not conveniently located in the area of the disarmament and/or demobilization site. If the situation does escalate to involve violence and the use of firearms, military units shall be alerted in order to be ready to support the FPU.In mission settings where an FPU is deployed, the presence of UN police personnel should be requested, as often as possible, when combatants assemble for disarmament and demobilization as part of a DDR programme. Duplicate records of the weapons and ammunition handed over should, wherever possible, be shared with UN police personnel for the purposes of (i) preservation of the records and (ii) weapons tracing. UN police personnel can also be requested to provide dynamic surveillance of weapons and ammunition storage sites, together with a perimeter to secure destruction operations. Furthermore, when weapons and ammunition are temporarily stored, as a form of confidence-building, UN police personnel can oversee the management of the double-key system or be entrusted with custody of one of the keys (see IDDRS 4.10 on Disarmament).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 15, - "Heading1": "7. DDR processes and policing \u2013 specific tasks", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "When disarmament and demobilization is planned as part of a DDR programme, UN police personnel can provide advice and training to State police personnel to ensure that they develop procedures and processes to deal with the shorter-term aspects of disarmament and demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5380, - "Score": 0.333333, - "Index": 5380, - "Paragraph": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short. Finding a location that offers protection is necessary. The internal perimeter of an old school or warehouse, or, where the local population supports the DDR programme, a football field may be all that is required. Fresh potable water and electricity should be available. If they are not, a water purification system or water supplies and a generator should be brought in. Sanitary facilities must be supplied. Lighting should be installed to ensure security around the perimeter of the camp.When temporary demobilization sites are being used, it is particularly important to agree, in advance, on the distribution of tasks, financial responsibilities and the post-DDR ownership of the location. Where relevant, the following should also be considered: \\n The refurbishment and temporary use of community property: If available in the area where the demobilization site is to be set up, the use of existing hard-walled property should be considered. The decision should be made by weighing the medium- and long-term benefits to the community of repairing local facilities against the overall security and financial implications. These installations may not need rebuilding, and may be made usable by adding plastic sheeting, concertina wire, etc. Possible sites include disused factories, warehouses, hospitals, colleges and farms. Efforts should be made to verify ownership and to avoid legal complications. \\n The refurbishment and temporary use of state/military property: Where regular armed forces or well-organized/disciplined armed groups are to be demobilized, the use of existing military barracks, with the agreement of national authorities, should be considered. Generally speaking, these facilities should offer a degree of security and may have the required infrastructure already in place. The same security and administrative arrangements should apply to these sites as to others.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Temporary demobilization sites", - "Sentence": "Temporary demobilization sites require few facilities because the period during which they will be used is relatively short.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5666, - "Score": 0.333333, - "Index": 5666, - "Paragraph": "As a participant in the DDR process, the terms of your benefits are conditional on the following: \\n 1. Your hand over of all weapons and ammunition; \\n 2. Your agreement to renounce military status; \\n 3. Your acceptance of and conformity with all rules and regulations during the full period of your stay at the disarmament and/or demobilization site; \\n 4. Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5. Your refraining from all criminal activity and contributing to your nation\u2019s development; \\n 6. Your cooperation with and participation in programmes designed to facilitate your return to civilian life.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 37, - "Heading1": "Annex C: Sample terms and conditions form", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Your agreement to respect the staff, officials and other demobilized combatants at the disarmament and/or demobilization site; \\n 5.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3576, - "Score": 0.316228, - "Index": 3576, - "Paragraph": "Depending on the context and the content of the ceasefire and/or peace agreement, eligibility for a DDR programme can include specific weapons/ammunition-related criteria. These criteria should be based on a thorough understanding of the context if effective disarmament is to be achieved. The arsenals of armed forces and groups vary in size, quality and types of weapons. For instance, in conflicts where foreign States actively support armed groups, these groups\u2019 arsenals are often quite large and varied, including not only serviceable SALW but also heavy-weapons systems.Past experience shows that the eligibility criteria related to weapons and ammunition are often not consistent or stringent enough. This can lead to the inclusion of individuals who are not members of armed forces and groups and the collection of poor-quality materiel while illicit serviceable materiel remains in circulation. Accurate information regarding armed forces and groups\u2019 arsenals (see section 5.1) is key in determining relevant and effective weapons-related criteria. These include the type and status (serviceable versus non-serviceable) of weapons or the quantity of ammunition that a combatant should bring along in order to be enrolled in the programme. According to the context, the ratio of arms and ammunition to individual combatants can vary and may include SALW as well as heavy weapons and ammunition.In order to ascertain their eligibility, combatants may also need to take a weapons procedures test, which will identify their familiarity with and ability to handle weapons. Although members of armed groups may not have received formal training to military standards, they should be able to demonstrate an understanding of how to use a weapon. This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization). Children with weapons should be disarmed but should not be required to demonstrate their capacity to use a weapon or prove familiarity with weaponry to be admitted to the DDR programme (see IDDRS 5.20 on Children and DDR). All weapons brought by ineligible individuals as part of a disarmament operation shall be collected even if these individuals will not be eligible to enter the DDR programme.To avoid confusion and frustration, it is key that eligibility criteria are communicated clearly and unambiguously to members of armed groups and the wider population (see Box 4 and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Legal implications should also be clearly explained \u2014 for example, that the voluntary submission of weapons during the disarmament phase by eligible and ineligible individuals will not result in prosecution for illegal possession.BOX 4: DISARMAMENT AWARENESS ACTIVITIES \\n For weapons to be successfully removed, the early and ongoing information and sensitization of armed forces and groups \u2013 as well as affected communities \u2013 to the planned collection process is essential. Public information and sensitization campaigns will have a strong influence on the success of the entire DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). \\n\\n In addition to direct contact with armed forces and groups and community representatives, a range of media \u2013 including radio, print media, TV and social media \u2013 can be used to: \\n Encourage combatants and persons associated with armed forces and groups to disarm. \\n Inform armed forces and groups about locations and dates of disarmament and explain procedures, including security measures. \\n Explain what will happen to collected arms and ammunition and the absence of legal repercussions, as relevant. \\n Explain the eligibility criteria for entering a DDR programme and provide information about potential alternatives for non-eligible individuals (see IDDRS 2.30 on Community Violence Reduction). \\n Explain legal implications, including amnesties or assurances of non-prosecution (see IDDRS 2.11 on The Legal Framework for UN DDR). \\n Manage expectations. \\n Distinguish between the voluntary disarmament of armed forces and groups as part of a DDR programme and prior forced disarmament and any past or ongoing forced disarmament in the country. \\n\\n A professional, gender-responsive and age-appropriate DDR awareness campaign for the weapons collection component of any DDR programme should be conducted well before the collection phase begins. Awareness-raising campaigns shall take into consideration the findings of gender analysis in the design and implementation of programme activities. DDR practitioners shall ensure representation of all genders and ages in the campaign; engage youth, women and women\u2019s groups; and mitigate against the risk of linking gender identities with weapons, reinforcing violent masculinities and other gender stereotypes. Media and awareness activities are critical channels to counter the socially constructed yet enduring associations between small arms, protection, power and masculinity. \\n It is key that local communities be made aware of ongoing disarmament operations so that the presence or movement of armed individuals does not create confusion. If destruction of ammunition is planned, it is also important to inform communities beforehand to avoid misunderstandings and unnecessary tensions. Finally, during ongoing operations, details on progress towards the objectives of the disarmament programme should be disseminated to help reassure stakeholders and communities that the number of illicit weapons in circulation is being reduced, and that overall security is improving.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 16, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "5.5.1 Weapons-related eligibility criteria", - "Heading4": "", - "Sentence": "This test should be balanced against other ways to identify combatant status (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3980, - "Score": 0.316228, - "Index": 3980, - "Paragraph": "The following normative documents (i.e., documents containing applicable norms, standards and guidelines) contain provisions that apply to the processes dealt with in this module. \\n International Ammunition Technical Guidelines, https://www.un.org/disarmament/ un-saferguard/guide-lines. \\n International Standards Organization, ISO Guide 51: \u2018Safety Aspects: Guidelines for Their Inclusion in Standards\u2019. \\n Modular Small-arms-control Implementation Compendium, https://www.un.org/ disarmament/convarms/mosaic. \\n Small Arms Survey and South Eastern and Eastern Europe Clearinghouse for the Control of Small Arms (SEESAC), SALW Survey Protocols, http://www.seesac.org/ Survey-Protocols. \\n Weapons and Ammunition Management Policy, United Nations Department of Operational Support, Department of Peace Operations, Department of Political and Peacebuilding Affairs, Department of Safety and Security, 2019. http://dag.un.org/ bitstream/handle/11176/400906/Weapons%20and%20Ammunition%20Policy.pdf. \\n UN Department of Political Affairs and UN Department of Peacekeeping Operations, Aide Memoire \u2013 Engaging with Non-State Armed Groups (NSAGs) for Political Purposes: Considerations for UN Mediators and Missions, 2017. \\n UN Development Programme, Blame It on the War? The Gender Dimensions of Violence in DDR, 2012. \\n UN Department of Peacekeeping Operations and UN Office for Disarmament Af- fairs. Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context. Handbook for United Nations DDR practitioners. 2018. Referred as \u2018DDR WAM Handbook\u2019 in this standard. \\n UN Institute for Disarmament Research, Utilizing the International Ammunition Tech- nical Guidelines in Conflict-Affected and Low-Capacity Environments, 2019, http:// www.unidir.org/files/publications/pdfs/utilizing-the-international-ammunition-tech- nical-guidelines-in-conflict-affected-and-low-capacity-environments-en-749.pdf. \\n UN Institute for Disarmament Research, The Role of Weapon and Ammunition Management in Preventing Conflict and Supporting Security Transition, 2019, https://www.unidir.org/publication/role-weapon-and-ammunition-manage- ment-preventing-conflict-and-supporting-security.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.11-Transitional-Weapons-and-Ammunition-Management", - "Module": "Transitional Weapons and Ammunition Management", - "PageNum": 19, - "Heading1": "Annex B: Normative documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Effective Weapons and Ammunition Management in a Changing Disarma- ment, Demobilization and Reintegration Context.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 4815, - "Score": 0.316228, - "Index": 4815, - "Paragraph": "The conditions that exist during conflict increase risk of infection for HIV and other sexu- ally transmitted infections (STIs), and can have a devastating effect on access to essential information, care and treatment. The lack of a safe blood supply; the shortage of clean equipment for injecting drug users; an insufficient supply of condoms and health care; and the widespread practice of sexual and gender-based violence, both as a weapon of war and as a means to discipline and control people (especially women and girls within armed forces and groups), are just a few examples of the ways conflict can heighten risk of HIV infection (see Module 5.60 on HIV/AIDS and DDR for more information).In addition, a growing body of evidence shows that immediate post-conflict and recovery phases, including the reintegration process, involve heightened risk of HIV trans- mission due to the re-opening of borders and other formerly inaccessible areas, increased mobility, the return of displaced populations, and other factors.Often, regardless of actual HIV status, receptor communities may perceive ex-com- batants as HIV-positive and react with discrimination or stigmatization. In many cases, these negative reactions from communities are a result of fear due to misinformation about HIV and AIDS. Discrimination against or stigmatization of (potentially) HIV-in- fected individuals can be countered with appropriate sensitization campaigns.DDR can provide an opportunity to plan and implement essential HIV/AIDS initi- atives, in close coordination with broader recovery and humanitarian assistance at the community level and the National AIDS Control Programme (see section 9 of Module 5.60 on HIV/AIDS and DDR for more information on planning and implementing HIV/AIDS activities in the reinsertion and reintegration phases). These services can be integrated into existing reintegration packages through the development of joint programming and strategic partnerships. Furthermore, with the right engagement and training, former com- batants have the potential to become agents of change by assisting in their communities with HIV prevention and awareness activities.HIV initiatives need to start in receiving communities before demobilization, and should be linked wherever possible with the broader recovery and humanitarian assis- tance provided at the community level, and to National AIDS Control Programmes. Activities such as peer education training in HIV prevention and awareness can begin prior to demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "10.7.1. HIV/AIDS", - "Heading4": "", - "Sentence": "Activities such as peer education training in HIV prevention and awareness can begin prior to demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5511, - "Score": 0.316228, - "Index": 5511, - "Paragraph": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening. Both general and specific health needs should be assessed (see IDDRS 5.70 on Health and DDR and IDDRS 5.80 on Disability-Inclusive DDR). Medical screening facilities shall ensure privacy during physical check-ups. Those who require immediate medical attention of a kind that is not available at the demobilization site shall be taken to hospital. Others shall be treated in situ. Basic specialized attention in the areas of reproductive health and sexually transmitted infections, including voluntary testing and counselling for HIV/AIDS, shall be provided (see IDDRS 5.60 on HIV/AIDS). Reproductive health education and materials shall be provided to both men and women. Possible addictions (such as to drugs and/or alcohol) shall also be assessed and specific provisions provided for follow-up care. Psychosocial screening for mental health issues, including post-traumatic stress, shall be initiated at sites with available counselling support for initial consultation and referral to appropriate services. Although the demobilization period will not be long enough to sufficiently address these issues, DDR practitioners shall support ex-combatants and persons formerly associated with armed forces and groups to continue to access treatment throughout subsequent stages of the DDR programme and closely liaise with reintegration practitioners to ensure that data collected is utilized to design appropriate reintegration interventions. This can be done, for example, through an Information, Counselling and Referral System (see section 6.8).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 26, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.4 Health screening", - "Heading3": "", - "Heading4": "", - "Sentence": "During demobilization, individuals should be directed to a doctor or medical team for physical and pyschosocial health screening.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5566, - "Score": 0.316228, - "Index": 5566, - "Paragraph": "Information from the demobilization operation (registration data, information related to screening and profiling, etc.), should be recorded in a secure case management system (or \u2018database\u2019). A case management system enables DDR practitioners to track assistance and progress at the individual level, and to analyse the data as a whole to identify good practices; flag problem areas; and understand how geography, gender and other variables influence demobilization and reintegration outcomes (see IDDRS 3.50 on Monitoring and Evaluation of DDR Processes).DDR case management systems shall be the property of the national Government but may sometimes be managed by the United Nations and handed over to the national authorities when the DDR process is complete. Which stakeholders and individuals have access to all (or some) of the data in the case management system should be agreed upon when the system is established so that necessary data protections (such as different levels of password protection) can be built in. The establishment of an effective and reliable means of case management is essential to the entire DDR programme, and is necessary to track the reinsertion and reintegration of DDR participants and follow up on protection and human rights issues. A good-quality case management system should be installed, tested and secured before DDR programmes begin. This system should be mobile, suitable for use in the field, cross-referenced and able to provide DDR teams with a clear aggregate picture of the DDR programme (including how many individuals have been processed). In all cases, security and data protections are imperative, but this is especially true in settings where armed groups remain active. In these settings, if information containing the names and locations of demobilized individuals is leaked, these individuals may find themselves subject to forcible re-recruitment.If appropriate, DDR practitioners can consider an Information, Counselling and Referral System (ICRS). An ICRS stores data not only on the reintegration intentions of ex-combatants and persons formerly associated with armed forces and groups, but on available services and reintegration opportunities, which should be mapped prior to reintegration (see IDDRS 4.30 on Reintegration). By mapping and regularly updating referral information, DDR practitioners can identify critical gaps in service delivery and take steps to address these gaps, for example, by investing in existing services to strengthen their capacities, advocating to remove access barriers for DDR participants and providing direct assistance.ICRS caseworkers should be trained in basic counselling techniques and refer demobilized individuals to services/opportunities, including peacebuilding and recovery programmes, governmental services, potential employers and community-based support structures. Counselling involves the identification of individual needs and capabilities, and may lead to a wide variety of referrals, ranging from job placement to psychosocial assistance to voluntary testing for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR). Integrating specific questions on psychosocial screening, health and gender is pivotal to understanding the specific needs of men and women and defining appropriate reintegration interventions. The usefulness of an ICRS hinges on having trained ICRS caseworkers with whom ex-combatants can regularly and easily communicate. Female caseworkers should provide information, counselling and referral services to female DDR participants. By actively seeking the feedback of DDR participants on programmes and services, the counselling relationship fosters accountability. If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 29, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.8 Case management", - "Heading3": "", - "Heading4": "", - "Sentence": "If an ICRS is to be used, it should be established as soon as possible during demobilization and continued throughout the DDR programme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5242, - "Score": 0.301511, - "Index": 5242, - "Paragraph": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian. Combatants and persons associated with armed forces and groups formally acquire civilian status when they receive official documentation that confirms their new status.Demobilization contributes to the rightsizing of armed forces, the complete disbanding of armed groups, or the disbanding of armed forces and groups with a view to forming new armed forces. It is generally part of the demilitarization efforts of a society emerging from conflict. It is therefore a symbolically important step in the consolidation of peace, particularly within the framework of the implementation of peace agreements.Demobilization is the second component of a DDR programme. DDR programmes require certain preconditions in order to be viable, including the signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; trust in the peace process; willingness of the parties to the armed conflict to engage in DDR; and a minimum guarantee of security (see IDDRS 2.10 on The UN Approach to DDR).When demobilization contributes to the rightsizing of armed forces or the disbanding and creation of new armed forces, it is part of a security sector reform process (see IDDRS 6.10 on DDR and Security Sector Reform). In such a context, those who are not integrated into the armed forces may be demobilized and provided with reintegration support (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).Combatants and persons associated with armed forces and groups may experience challenges related to demobilization and the transition to civilian life. Armed forces and groups are often effective in socializing their members to violence and military ways of life. Training, initiation rituals and hazing are common methods of military socialization. So too are shared experiences of violence and combat. When leaving armed forces and groups, individuals may experience difficulties in shedding their military identity as well as rejection and stigmatization in their communities. Demobilization can mean adjustment to a new role and status, and new routines of family or home life. Persons who demobilize may also experience a loss of purpose, difficulty in creating and sustaining a livelihood, and a loss of military community and friendships.The way in which an individual demobilizes has implications for the type of support that DDR practitioners can and should provide. For example, those who are demobilized as part of a DDR programme are entitled to reinsertion and reintegration support. However, in some instances, individuals may decide to return to civilian life without first reporting to and passing through an official process to formalize their civilian status. DDR practitioners shall be aware that providing targeted assistance to these individuals may create severe legal and reputational risks for the UN. Such self-demobilized individuals may, however, benefit from broader, non-targeted community- based reintegration support as part of developmental and peacebuilding efforts implemented in their community of settlement. Standard operating procedures on how to address such cases shall be developed jointly with the national authorities responsible for DDR.BOX 1: WHEN NO DDR PROGRAMME IS IN PLACE \\n When the preconditions for a DDR programme do not exist, combatants and persons associated with armed forces and groups may still decide to leave armed forces and groups, either individually or in small groups. Individuals leave armed forces and groups for many different reasons. Some become tired of life as a combatant, while others are sick or wounded and can no longer continue to fight. Some leave because they are disillusioned with the goals of the group, they see greater benefit in civilian life or they believe they have won. \\n In some circumstances, States also encourage this type of voluntary exit by offering safe pathways out of the group, either to push those who remain towards negotiated settlement or to deplete the military capacity of these groups in order to render them more vulnerable to defeat. These individuals might report to an amnesty commission or to State institutions that will formally recognize their transition to civilian status. Those who transition to civilian status in this way may be eligible to receive assistance through DDR-related tools such as community violence reduction initiatives and/or to be provided with reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Transitional assistance (similar to reinsertion as part of a DDR programme) may also be provided to these individuals. Different considerations and requirements apply when armed groups are designated as terrorist organizations (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization officially certifies an individual\u2019s change of status from being a member of an armed force or group to being a civilian.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5309, - "Score": 0.301511, - "Index": 5309, - "Paragraph": "Planning for demobilization should be based on an in-depth assessment of the location, number and type of individuals who are expected to demobilize. This should include the number of members of armed forces and groups but also the number of dependants who are expected to accompany them. To the extent possible, this assessment should be disaggregated by sex and age, and include data on specific sub-groups such as foreign combatants and persons with disabilities. Armed forces and groups that have signed on to peace agreements are likely to provide reliable information on their memberships and the location of their bases only when there is no strategic advantage to be gained from keeping this information secret. Disclosures at a very early planning stage can therefore be quite unreliable, and should be complemented by information from a variety of (independent) sources (see box 1 on How to Collect Information in IDDRS 4.10 on Disarmament). All assessments should be regularly updated in order to respond to changing circumstances on the ground.In addition to these assessments, planning for reinsertion should be informed by an analysis of the preferences and needs of ex-combatants and persons formerly associated with armed forces and groups. These immediate needs may be wide-ranging and include food, clothes, health care, psychosocial support, children\u2019s education, shelter, agricultural tools and other materials needed to earn a livelihood. The profiling exercises undertaken at demobilization sites (see section 6.3) may allow for the tailoring of reinsertion and reintegration assistance \u2013 i.e., matching individual needs to the reinsertion options on offer. However, profiling undertaken at demobilization sites will likely occur too late for reinsertion planning purposes. For these reasons, the following assessments should be conducted as early as possible, before demobilization gets underway: \\n An analysis of the needs and preferences of ex-combatants and associated persons; \\n Market analysis; \\n A review of the local economy\u2019s capacity to absorb cash inflation (if cash-based transfers are being considered); \\n Gender analysis; \\n Feasibility studies; and \\n Assessments of the capacity of potential implementing partners.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 10, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.1 Information collection", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for demobilization should be based on an in-depth assessment of the location, number and type of individuals who are expected to demobilize.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5567, - "Score": 0.301511, - "Index": 5567, - "Paragraph": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization. It aims to provide ex-combatants and persons formerly associated with armed forces and groups with support to meet their immediate needs and those of their dependants, until they are able to enter a reintegration programme. Reinsertion assistance should be planned to pave the way for reintegration support and should consist of time-bound, basic benefits delivered for up to 12 months. In mission settings, reinsertion assistance may be funded from the UN peacekeeping operation\u2019s assessed budget.This kind of transitional assistance may be provided in a number of different ways, including: \\n Cash-based transfers; \\n Commodity vouchers; \\n In-kind support; and \\n Public works programmesCash-based transfers include cash; digital transfers, such as payments made to mobile phones (\u2018mobile money transfers\u2019); and value vouchers. Value vouchers \u2013 also known as gift cards or stamps \u2013 provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. Vouchers may also be commodity-based \u2013 i.e., tied to a predefined quantity of given commodities, for example, food (see IDDRS 5.50 on Food Assistance in DDR). Commodities may also be provided directly as in-kind support. In-kind support may take various forms, including food or \u2018reinsertion kits\u2019. The latter are often composed of materials linked to job training or future employment, such as fishing kits and agricultural tools. Finally, public works programmes create temporary opportunities for demobilized individuals to receive cash, vouchers or food/other commodities as part of a reinsertion package. In some cases, reinsertion support may also be provided in the form of vocational training and/or income-generating opportunities. For guidance on these latter two options, see IDDRS 4.30 on Reintegration.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion support is transitional assistance provided as part of a DDR programme and is the second step of demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4317, - "Score": 0.288675, - "Index": 4317, - "Paragraph": "In post-conflict settings that require economic revitalization and infrastructure develop- ment, the transition of ex-combatants to reintegration may be facilitated through reinsertion interventions. These short-term interventions are sometimes termed stabilization or \u2018stop gap\u2019 measures and may take on various forms, such as emergency employment, liveli- hood and start-up grants or quick-impact projects (QIPs).Reinsertion assistance should not be confused with or substituted for reintegration programme assistance; reinsertion assistance is meant to assist ex-combatants, associated groups and their families for a limited period of time until the reintegration programme begins, filling the gap in support often present between demobilization and reintegration activities. Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration. In fact, these two phases at times overlap or run almost parallel to each other with different levels of intensity, as seen in the figure below. DPKO budgets will likely cover up to one year of reinsertion assistance. However, in some cases reinsertion may last beyond the one year mark.Reinsertion is often focused on economic aspects of the reintegration process, but does not guarantee sustainable income for ex-combatants and associated groups. Reinte- gration takes place by definition at the community level, should lead to sustainable income, social belonging and political participation. Reintegration aims to tackle the motives that led ex-combatants to join armed forces and groups. Wand when successful, it dissuades ex-combatants and associated groups from re-joining and/or makes re-recruitment efforts useless.If well designed, reinsertion activities can buy the necessary time and/or space to establish better conditions for reintegration programmes to be prepared. Reinsertion train- ing initiatives and emergency employment and quick-impact projects can also serve to demonstrate peace dividends to communities, especially in areas suffering from destroyed infrastructure and lacking in basic services like water, roads and communication. Rein- sertion and reintegration should therefore be jointly planned to maximize opportunities for the latter to meaningfully support the former (see Module 4.20 on Demobilization for more information on reinsertion activities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 7, - "Heading1": "5. Transitioning from reinsertion to reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Although reinsertion is considered as part of the demobilization phase, it is important to understand that it is closely linked with and can support reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5536, - "Score": 0.288675, - "Index": 5536, - "Paragraph": "Demobilization operations provide an opportunity to offer individuals information that can practically and psychologically prepare them for the transition from military to civilian life. For example, if demobilized individuals are to receive reinsertion support (cash, vouchers, in-kind support, public works programmes, etc.), then the modalities of this support should be clearly explained. Furthermore, if reinsertion assistance is to be followed by reintegration support, orientation sessions should include information on the opportunities and support services available as part of the reintegration programme and how these can be accessed.Awareness-raising materials and educational sessions should leverage opportunities to promote healthy, non-violent gender identities, including fatherhood, and to showcase men and women in equal roles in the community. Materials shall also be visually representative of different religious, ethnic, and racial compositions of the community and promote social cohesion among all groups and genders. Conversely, misinformation, disinformation and the creation of false expectations can undermine the reinsertion and reintegration efforts of DDR programmes. Accurate information should be provided by the DDR team and partners (also see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).Those about to leave the demobilization site should be provided with counselling on what to expect regarding their changed status and role in society, and what they can do if they are stigmatized or not accepted back by their communities. They should also receive advice on political and legal issues, civic and community responsibilities, reconciliation initiatives and logistics for transportation when they leave the demobilization site. Demobilized individuals and their dependants may be reluctant to return to their home areas if members of their former group (or a different group) remain active in the region. This is because they may fear retaliation against themselves and/or their families. This possibility should be addressed through a security and risk assessment (see section 5.5). When retaliation is a possibility, those affected should be informed of the risks and supported to find alternative accommodation in a different location (if they so choose). Where possible, specialized confidential counselling should be offered, to avoid peer pressure and promote the independence of each demobilized individual.Sensitization sessions can be an essential part of supporting the transition from military to civilian life and preparing DDR participants for their return to families and communities. Core sensitization may include sessions on: \\n Reproductive health, including HIV/AIDS and STI awareness raising; \\n Psychosocial education and awareness raising, including the symptoms associated with post- traumatic stress, destigmatizing experiences, education on managing stress responses, navigating discussions with families and host communities, and when to seek help; \\n Conflict resolution, non-violent communication and anger management; \\n Human rights, including women\u2019s and children\u2019s rights; \\n Parenting, for both fathers and mothers; \\n Gender, for both men and women, including discussion on gender identities and how they may be impacted by the conflict, as well as roles and responsibilities in armed forces and groups and in the community (see IDDRS 5.10 on Women, Gender and DDR); and \\n First aid or other key skills. \\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 27, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.5 Awareness raising and sensitization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n See Module 5.10 on Women, Gender and DDR for additional guidance on SGBV mitigation and response during demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4469, - "Score": 0.282843, - "Index": 4469, - "Paragraph": "A management information system (MIS) is vital in order to capture, store, access, and manage information on individual ex-combatants and communities of return/resettle- ment, and data on available opportunities for training, education and employment. It can also provide vital data for monitoring, feedback, and evaluation. DDR planners shall give early consideration to the design and maintenance of an MIS, as it will work to support and better organize all reintegration activities. See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases. The design and construction of the MIS should capture data that can be used to build a profile of the participant caseload. The collection of sex-, age- and disability-dis- aggregated socio-economic data (including information on specific needs, such as for wheelchairs or psychosocial services) is essential to the DDR programme. In addition, the data in the MIS should be easy to aggregate in order to provide regular updates for broad indicators.The development of new technologies, such as fingerprint identification and retina scanning, possess the potential to eradicate \u2018double dipping\u2019 of DDR assistance, particu- larly when cash assistance is provided as part of reinsertion assistance, or as an element of reintegration support.While providing for transparency and accountability, an MIS should also inform ongoing programme decision-making by influencing necessary programme adjustments to improve programme efficiency and effectiveness. DDR managers should therefore establish a concrete plan to incorporate feedback based on information gathered in the MIS.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 21, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.6. Managing data collected in assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "See the generic MIS called DREAM (\u2018Dis- armament, Demobilization, Reintegration and Arms Management\u2019) developed by UNDP, which can be adapted to the needs of each UN integrated DDR programme to minimize implementation delays and provide savings for DDR projects.Individual ex-combatant data included within an MIS should be captured prior to the start of reintegration activities, preferably during the disarmament and demobilization phases.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5235, - "Score": 0.27735, - "Index": 5235, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n a)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c)\u2018may\u2019 is used to indicate a possible method or course of action; \\n d)\u2018can\u2019 is used to indicate a possibility and capability; \\n e)\u2018must\u2019 is used to indicate an external constraint or obligation.Demobilization as part of a DDR programme is the separation of members of armed forces and groups from military command and control structures and their transition to civilian status. The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites. A peace agreement provides the political, policy and operational framework for demobilization and may be accompanied by a DDR policy document. When the preconditions for a DDR programme do not exist, the transition from combatant to civilian status can be facilitated and formalized through different approaches by national authorities.Reinsertion, the second stage of demobilization, is transitional assistance offered for a period of up to one year and prior to reintegration support. Reinsertion assistance is offered to combatants and persons associated with armed forces and groups who have been formally demobilized.Self-demobilization is the term used in this module to refer to situations where individuals leave armed forces or groups to return to civilian life without reporting to national authorities and officially changing their status from military to civilian.Members of armed forces and groups is the term used in the IDDRS to refer both to combatants (armed) and those who belong to an armed force or group but who serve in a supporting role (generally unarmed, providing logistical and other types of support). The latter are referred to in the IDDRS as \u2018persons associated with armed forces and groups\u2019. The IDDRS use the term \u2018combatant\u2019 in its generic meaning, indicating that these persons do not enjoy the protection against attack accorded to civilians. This also does not imply the right to combatant status or prisoner-of-war status, as applicable in international armed conflicts.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The first stage of demobilization includes the formal and controlled discharge of members of armed forces and groups in designated sites.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 3269, - "Score": 0.267261, - "Index": 3269, - "Paragraph": "In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component. However, all matters related to law and order shall be undertaken by the UN police component (see IDDRS 4.50 on UN Police Roles and Responsibilities).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.40-UN-Military-Roles-and-Responsibilities", - "Module": "UN Military Roles and Responsibilities", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Well planned", - "Heading3": "4.5.1 Safety and security ", - "Heading4": "", - "Sentence": "In a mission context with a peacekeeping operation, the provision of security around disarmament and demobilization sites will typically be undertaken by the military component.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5367, - "Score": 0.267261, - "Index": 5367, - "Paragraph": "If the DDR programme has been negotiated within the framework of a peace agreement, then the location of semi-permanent demobilization sites may have already been agreed. If agreement has not been reached, the parties to the conflict should be involved in selecting locations. The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible. Distance to roads, airfields, rivers and railways should be considered. Locations and routes for medical and obstetric emergency referral must be identified, and there should be sufficient capacity for referral or medical evacuation to address any emergencies that may arise. Accessibility allowing national or international military forces to secure the site and for logistic and supply lines is extremely important. The effects of weather changes (e.g., the start of the rainy season) should be considered when assessing accessibility. \\n Security: Ex-combatants and persons formerly associated with armed forces and groups should feel and be safe in the selected location. When establishing sites, it is important to consider the general political and military environment, as well as how vulnerable DDR participants are to potential threats, including cross-border violence and retaliation by active armed forces and groups. The security of nearby communities must also be taken into account. \\n Local communities: DDR practitioners should adequately liaise with local leaders and national and international military forces to ensure that nearby communities are not adversely affected by the demobilization site or operation. \\n General amenities: Demobilization sites should be chosen with the following needs taken into account: potable water supply, washing and toilet facilities (separate facilities for men and women, with locks and lighting if they will be used after dark), drainage for rain and waste, flooding potential and the natural water course, local power and food supply, environmental hazards, pollution, infestation, cooking and eating facilities, lighting both for security and functionality, and, finally, facility space for recreation, including sports. Special arrangements/contingency plans should be made for children, persons with disabilities, persons with chronic illnesses, and pregnant or lactating women. \\n Storage facilities/armoury: If disarmament and demobilization are to take place at the same site, secure and guarded facilities/armouries for temporary storage of collected weapons shall be set up (see IDDRS 4.10 on Disarmament). \\n Communications infrastructure: The site should be located in an area suitable for radio and/or telecommunications infrastructure.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 17, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.3 Demobilization sites", - "Heading3": "5.3.3 Location", - "Heading4": "Semi-permanent demobilization sites", - "Sentence": "The following factors should be taken into account in the selection of locations for semi-permanent demobilization sites: \\n Accessibility: The site should be easily accessible.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 5589, - "Score": 0.267261, - "Index": 5589, - "Paragraph": "There are many benefits associated with the provision of reinsertion assistance in the form of cash. Not only can the recipients of cash determine their own needs, but the ability to do so is a fundamental step towards empowerment. Cash can also be an efficient way to deliver support because it entails lower transaction and logistics costs than in-kind assistance, particularly in terms of transportation and storage. Less stigma may be attached to cash, which, compared with in-kind assistance or vouchers, is less visible to non-recipients. Providing cash to ex-combatants and persons formerly associated with armed forces and groups can also reduce the burden on the households and communities that receive these individuals. If a banking system is operational, cash can be paid directly into recipients\u2019 bank accounts, thereby reducing the security risks involved in cash distribution and, at the same time, strengthening the local banking system. The provision of cash may also have beneficial knock-on effects for local markets and trade.Prior to the provision of cash payments, DDR practitioners shall conduct a review of the local economy\u2019s capacity to absorb cash inflation. This is because the injection of cash into one locality can cause local prices to rise and adversely affect non-recipients living in the area. DDR practitioners shall also review the goods available on the local market. This is because cash will be of little utility in places where the commodities that people require (such as tools, equipment and food) are unavailable locally. DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization. If combatants perceive that they are paid and rewarded for their participation in a DDR programme, this may lead to expectations that cannot be met, perhaps sparking unrest. One option to avoid this perception is to pay cash only when demobilized individuals leave demobilization sites and return to their communities, not at earlier stages of the DDR programme.The common concern that cash is often misused, and used to purchase alcohol and drugs, is, for the most part, not borne out by the evidence. Any potential misuse can be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract can outline how the money is supposed to be spent and would require follow- up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education should be provided alongside cash payments, as this can also help to reduce the risk that cash is misused.Providing cash is sometimes seen as posing security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is especially true for cash payments that are distributed at regular times at publicly known locations. Military commanders may also try to confiscate reinsertion payments from ex- combatants that were formerly under their control. Women and more vulnerable participants such as persons with disabilities, those with chronic illnesses and the elderly are at an increased risk for confiscation of payments and/or intimidation or threats. Cash transfers may also be hampered by the absence of banks in some parts of the country, and banks may be slow to process payments and have strict requirements in terms of identification documents. These requirements may, in some instances, lead to delays.Digital payments, such as over-the-counter and mobile money payments, may help to circumvent these problems by offering new and discreet opportunities to distribute cash. Preliminary evidence indicates that distributing cash through mobile money transfers has a positive impact because it does not require that the recipient has a bank account, and because recipients spend less time traveling to cash pick-up points and waiting for their transfer. Recipients can also cash out small amounts of their payment as and when needed and/or store money on their mobile wallet over the long term.In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone or, at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there are mobile network coverage and accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored to ensure that they adhere to previously agreed-upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy goods in the agent\u2019s store. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 30, - "Heading1": "7. DDR arms control activities and SALW control", - "Heading2": "7.1 Cash", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall seek to avoid the perception that cash is being provided as payment for weapons (\u2018buy-back\u2019) or in return for demobilization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4521, - "Score": 0.258199, - "Index": 4521, - "Paragraph": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases. Groups associated with armed forces and groups and dependants may not have been eligible to participate in disarmament or demobilization, for instance, but may qualify to participate in reintegration programme activities. It is therefore important to assess eligi- bility on an individual basis using a screening or verification process.DDR planners should develop transparent, easily understood and unambiguous and verifiable eligibility criteria as early as possible, taking into account a balance between security, equity and vulnerability; available resources and funding; and logistical consid- erations. Establishing criteria will therefore depend largely on the size and nature of the caseload and context-specific elements.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 26, - "Heading1": "8. Programme planning and design", - "Heading2": "8.2. Reintegration design", - "Heading3": "8.2.2. Eligibility criteria", - "Heading4": "", - "Sentence": "The eligibility criteria established for the reintegration programme will not necessarily be the same as the criteria established for the disarmament and demobilization phases.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3432, - "Score": 0.25, - "Index": 3432, - "Paragraph": "Disarmament is generally understood to be the act of reducing or eliminating arms and, as such, is applicable to all weapons systems, ammunition and explosives, including nuclear, chemical, biological, radiological and conventional systems. This module will focus only on conventional weapons systems and ammunition that are typically held by members of armed forces and groups dealt with during DDR programmes.When transitioning out of armed conflict, States may be vulnerable to conflict relapse, particularly if key conflict drivers, including the proliferation of arms and ammunition, remain unaddressed. Inclusive and effective arms control, and disarmament in particular, is critical to prevent and reduce armed conflict and crime and to support recovery and development, as reflected in the 2030 Agenda for Sustainable Development and the Security Council and General Assembly\u2019s 2016 resolutions on sustaining peace. National arms control management systems encompass more than just disarmament. Therefore, disarmament operations should be planned and conducted in coordination with, and in support of, other arms control and reduction measures, including SALW control (see IDDRS 4.11 on Transitional Weapons and Ammunition Management).The disarmament component of any DDR programme should be specifically designed to respond and adapt to the security environment. It should also be planned in coherence with wider peace- making, peacebuilding and recovery efforts. Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy. Depending on the context, DDR phases could be differently sequenced with, for example, demobilization and reintegration paving the way for disarmament.The disarmament component of a DDR programme will usually consist of four main phases: \\n (1) Operational planning; \\n (2) Weapons collection; \\n (3) Stockpile management; \\n (4) Disposal of collected materiel.The cross-cutting activities that should take place throughout these four main phases are data collection, awareness raising, and monitoring and evaluation. Within each phase there are also a number of recommended specific components (see Table 1).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 4, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament plays an essential role in maintaining a secure environment in which demobilization and reintegration can take place as part of a long-term peacebuilding strategy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3565, - "Score": 0.25, - "Index": 3565, - "Paragraph": "Establishing rigorous, unambiguous and transparent criteria that allow people to participate in DDR programmes is vital to achieving the objectives of DDR. Eligibility criteria must be carefully designed and agreed to by all parties, and screening processes must be in place in the disarmament stage.Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the content of the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender.Participants in DDR programmes may include individuals in support and non-combatant roles or those associated with armed forces and groups, including children. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see Figure 1 and Box 3).BOX 3: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/women associated with armed forces and groups (WAAFG): Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization). Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 14, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.5 Eligibility criteria for access to DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "The screening process is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4412, - "Score": 0.25, - "Index": 4412, - "Paragraph": "The registration of ex-combatants during the demobilization phase provides detailed information on each programme participant\u2019s social and economic expectations, as well as his/her capacities, resources, or even the nature of his/her marginalization. How- ever, by the time this registration takes place, it is already too late to begin planning the reintegration programme. As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins. Such a profile can be done through carefully randomized and stratified (to the extent possible) sampled surveys of smaller numbers of representative combatants.In order for these assessments to adequately form the basis for reintegration pro- gramme planning, implementation, and M&E, they should be further supplemented by data on specific needs groups and additional research, particularly in the fields of anthro- pology, history, and area studies. During the assessment process, attention should be paid to specific needs groups, including female combatants, WAAFG, youth, children, and combatants with disabilities. In addition, research on specific countries and peoples, including that of scholars from the country or region will prove useful. Cultural rela- tionships to land and other physical resources should also be noted here to better inform reintegration programme planners.The most important types of ex-combatant focused assessments are: \\n 1. Early profiling and pre-registration surveys; \\n 2. Full profiling and registration of ex-combatants; \\n 3. Identification and assessment of areas of return and resettlement; \\n 4. Community perception surveys; \\n 5. Reintegration opportunity mapping; and \\n 6. Services mapping and institutional capacity assessment.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 14, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.5. Ex-combatant-focused reintegration assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "As a result, to adequately plan for the reintegration phase, a general profile of potential beneficiaries and participants of the DDR programme should be developed before disarmament and demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4134, - "Score": 0.242536, - "Index": 4134, - "Paragraph": "DDR is a complex process requiring full coordination among all stakeholders, particularly local communities. Contingent on mandate and/or deployment strength, UN police personnel should aim to build a strong working relationship with different segments of local communities that enables the DDR process to take place. More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members. UN police personnel can monitor disarmament and demobilization sites and regularly liaise with communities and their male and female leaders at critical phases of the DDR process. Experience has shown that neglecting to address the different and shared concerns of the various segments of communities can lead to delays and a loss of the momentum required to push DDR forward. Due to their role in community policing, UN police personnel are often well placed to identify local concerns and coordinate with the parties involved to quickly resolve any problems that may arise.The presence of a dedicated UN police liaison officer within a mission\u2019s DDR component helps in the gathering and processing of intelligence on ex-combatants and persons formerly associated with armed forces and groups, their current situation and their possible future activities/locations. Such a liaison officer provides a valuable link to the operations of the UN police component and State police and law enforcement institutions. In this regard, the liaison officer can also keep the DDR component up to date on the progress of UN police personnel in advising and training the State police service.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 11, - "Heading1": "6. DDR processes and policing \u2013 general tasks", - "Heading2": "6.2 Coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "More specifically, UN police personnel can contribute to the selection of sites for disarmament and demobilization, broker agreements with communities and help to assure the safety of community members.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5325, - "Score": 0.242536, - "Index": 5325, - "Paragraph": "Establishing rigorous, unambiguous, transparent and nationally owned criteria that allow people to participate in DDR programmes is vital. Eligibility criteria must be carefully designed and agreed by all parties. Eligibility for a DDR programme may or may not require the physical possession of a weapon and/or ammunition, depending on the context. The determination of eligibility criteria shall be based on the peace agreement or ceasefire, if these documents include relevant provisions, as well as the results of the aforementioned integrated assessment. In either case, eligibility for a DDR programme must be gender inclusive and shall not discriminate on the basis of age or gender. When pre-DDR is being implemented prior to the onset of a full DDR programme, the same process for determining eligibility criteria shall be used (for more information on pre-DDR and eligibility related to weapons and ammunition possession, see IDDRS 4.10 on Disarmament).Persons associated with armed forces and groups may be participants in DDR programmes. As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners). Historically, it has been shown that women who are eligible to participate in DDR programmes may not be aware of their eligibility, may be deliberately excluded by commanders or may be deprived of their weapons to the benefit of men seeking to enter the DDR programme. For these reasons, DDR practitioners shall be aware of different categories of eligibility and should ensure that proper public information and sensitization with commanders and potential DDR participants and beneficiaries is completed (on female participants and beneficiaries, see figure 1 and box 2). While Figure 1 could also apply to men, it has been designed specifically to minimize the potential for women to be excluded from DDR programmes.BOX 2: TYPOLOGY OF FEMALE PARTICIPANTS AND BENEFICIARIES \\n Female combatants: Women and girls who participated in armed conflicts as active combatants using arms. \\n Female supporters/females associated with armed forces and groups: Women and girls who participated in armed conflicts in support roles, whether by force or voluntarily. Rather than being members of a civilian community, they are economically and socially dependent on the armed force or group for their income and social support (examples: porters, cooks, nurses, spies, administrators, translators, radio operators, medical assistants, public information officers, camp leaders, sex workers/slaves). \\n Female dependants: Women and girls who are part of ex-combatants\u2019 households. They are mainly socially and financially dependent on ex-combatants, although they may also have kept other community ties (examples: wives/war wives, children, mothers/parents, female siblings, female members of the extended family). \\n\\n There are different requirements for armed groups designated as terrorist organizations, including for women and girls who have traveled to a conflict zone to join a designated terrorist organization (see IDDRS 2.11 on The Legal Framework for UN DDR).Eligibility criteria must be designed to prevent individuals who are not members of armed forces and groups from gaining access to DDR programmes. The prospect of a DDR programme and the associated benefits can present an enticement to many individuals. Furthermore, armed groups that inflate their membership numbers to increase their political weight could try to rapidly recruit civilians to meet the shortfall. The screening process (see section 6.1) is used to confirm whether individuals meet the eligibility criteria for entering the DDR programme. Close cooperation with the leadership of armed forces and groups, civil society (including women\u2019s groups), local police and national DDR-related bodies, and a well-conducted public information and sensitization campaign are essential tools to ensure that only those who are eligible participate in a DDR programme (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 11, - "Heading1": "5. Planning and designing transitional WAM", - "Heading2": "5.2 Eligibility criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "As these individuals are typically unarmed, they may not be eligible for disarmament, but will be eligible for demobilization and reintegration (see IDDRS 3.21 on Participants, Beneficiaries and Partners).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 4805, - "Score": 0.235702, - "Index": 4805, - "Paragraph": "If an ex-combatants\u2019 life expectancy is short due to war-related injuries or other illnesses, no degree of reintegration assistance will achieve its aim. Experience has shown that untreated wounded, ill and terminal ex-combatants constitute the most violent and dis- ruptive elements within any immediate post-conflict environment. Immediate health care assistance should therefore be provided during DDR from the very earliest stage.Planning for such assistance should include issues of sustainability by ensuring that ex-combatants are not a distinct target group for medical assistance, but receive care along with members of their communities of return/choice. Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues. Former combatants are likely to suffer a range of both short- and long- term health problems that can affect both their own reintegration prospects and receptor communities. In addition to basic medical screening and treatment for wounds and dis- eases, particular attention should be directed towards the needs of those with disabilities, those infected with HIV/AIDS, the chronically ill, and those experiencing psychosocial trauma and related illnesses. As in the case of information, counseling and referral, the services may start during the demobilization process, but continue into and, in some cases go beyond, the reintegration programme (also see IDDRS 5.70 on Health and DDR).", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 48, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.7. Medical and physical health issues", - "Heading3": "", - "Heading4": "", - "Sentence": "Support should also be given to the main caregivers in receptor communities.The demobilization process provides a first opportunity to brief ex-combatants on key health issues.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5463, - "Score": 0.235702, - "Index": 5463, - "Paragraph": "Potential DDR participants shall be screened to ascertain if they are eligible to participate in a DDR programme. The objectives of screening are to: \\n Establish the eligibility of the potential DDR participant and register those who meet the criteria; \\n Weed out individuals trying to cheat the system, for example, those attempting to demobilize more than once in the hope of receiving additional benefits, or civilians trying to access demobilization benefits; \\n Identify DDR participants with specific requirements (children, youth, child mobilized\u2013adult demobilized, women, persons with disabilities and persons with chronic illnesses); and \\n Depending on the context, identify foreign combatants that need to be repatriated to their home countries (see IDDRS 5.40 on Cross-Border Population Movements).When combatants and persons associated with armed forces and groups report for a DDR programme, their eligibility should be determined by a specific set of eligibility criteria developed by national authorities, such as membership in a specific armed force or group, possession of a weapon and/or ammunition, and/or proven ability to use a weapon (see IDDRS 4.10 on Disarmament). Whether or not an individual meets these eligibility criteria should be verified. Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams. Questions touching upon the location of specific battles and military bases and the names of senior group members should be asked. Without verification, military commanders may attempt to bring civilians into the DDR programme. They may also attempt to engage in recruitment just prior to the onset of DDR in order to provide benefits to followers of the group or to take a cut of the benefits being offered to these newly recruited individuals. Explicitly stating the maximum number of individuals who may participate in a peace agreement or DDR policy document can limit incentives for commanders to engage in recruitment. So too can a cut-off date for eligibility. Armed forces and groups often prepare lists of their members prior to the onset of a DDR programme. Whenever lists are prepared, DDR practitioners shall ensure that a verification mechanism is in place to ensure that those listed meet the required eligibility criteria. A mechanism should also be in place to resolve disputed cases and to deal with those who are excluded. Clear messaging shall be employed to ensure that armed forces and groups are aware that being named on a list does not automatically confer DDR eligibility.Once the eligibility of a particular individual has been established, his/her basic registration data (name, age, contact information, sex, etc.) should be entered into a case management system. This system can be used to track when and where DDR benefits are disbursed and to whom (see section 6.8). The data recorded in the case management system should include a biometric component where possible. Biometric systems store the unique physical features \u2013 iris, face or fingerprint data \u2013 of individuals for future reference. Biometric registration serves mainly to ensure that DDR participants do not try to \u2018game the system\u2019 by going through the DDR programme more than once to receive multiple benefits. An advantage of all biometric systems is that, if properly implemented, they are completely confidential. A unique string of letters or numbers is assigned to a photograph or fingerprint, and the original photos or prints are then discarded. Different biometric systems have different levels of cost and user friendliness. Facial recognition systems are the most sophisticated but also the most expensive. DDR practitioners using this technology will require appropriate training. Alternatively, fingerprinting is an easy and cheap way to obtain biometric data. Fingerprints can be taken on smart phones or mobile fingerprint scanners, and training requirements are minimal. The context in which registration takes place should be taken into account when considering biometric registration. For example, if the armed conflict was tied to civic and national honour, peer control mechanisms may be sufficient to ensure that individuals do not try to \u2018double dip\u2019. However, in contexts marked by distrust between the warring parties, and combatants who move from one group or conflict to another, more careful biometric monitoring may be required. The biometric registration systems established for demobilization processes can also be linked to processes of security sector integration and reform (see IDDRS 6.10 on DDR and Security Sector Reform).Immediately after eligible individuals have been registered, they should be informed of their rights and obligations during the DDR programme and the terms and conditions of their participation. If they agree to these terms and conditions, DDR participants should be asked to sign a terms and conditions form and be provided with a copy of this form in their chosen language (see Annex C for a sample terms and conditions form).Individuals shall be ineligible for DDR programmes if they have committed, or if there is a clear and reasonable indication that they knowingly committed war crimes, terrorist acts or offences, crimes against humanity and/or genocide (see IDDRS 2.11 on The Legal Framework for UN DDR). As it may not always be possible to check the criminal background of all DDR participants prior to the onset of a DDR process, due to scarcity of information or a large caseload of demobilizing individuals, background checks should begin prior to DDR and continue, where necessary, throughout the DDR programme. If evidence is found to suggest that a particular participant in the DDR programme has committed crimes, the individuals\u2019 eligibility to participate in DDR shall be revoked. These types of background checks will typically not be conducted by DDR practitioners. Instead, national criminal justice authorities would need to be involved. DDR practitioners should seek support from human rights experts who can undertake a proactive process of collecting background information from a variety of sources. For a more detailed description of this process, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 23, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.1 Screening, verification and registration", - "Heading3": "", - "Heading4": "", - "Sentence": "Verification can be conducted by representatives from the armed forces and groups undergoing demobilization; the UN and national authorities, such as the national DDR commission; or joint teams.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4365, - "Score": 0.229416, - "Index": 4365, - "Paragraph": "Reintegration planning should be based on rapid, reliable and detailed assessments and should begin as early as possible. This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible. This requires that relevant UN agencies, programmes and funds jointly plan for reintegration.The planning phase of a reintegration programme should be based on clear assess- ments that, at a minimum, ask the following questions: \\n\\n KEY REINTEGRATION PLANNING QUESTIONS THAT ASSESSMENTS SHOULD ANSWER \\n What reintegration approach or combination of approaches will be most suitable for the context in question? Dual targeting? Ex-combatant-led economic activity that benefits also the community? \\n Will ex-combatants access area-based programmes as any other conflict-affected group? What would prevent them from doing that? How will these programmes track numbers of ex-combatants participating and the levels of reintegration achieved? \\n What will be the geographical coverage of the programme? Will focus be on rural or urban reintegration or a combination of both? \\n How narrow or expansive will be the eligibility criteria to participate in the programme? Based on ex-combatant/ returnee status or vulnerability? \\n What type of reintegration assistance should be offered (i.e. economic, social, psychosocial, and/or political) and with which levels of intensity? \\n What strategy will be deployed to match supply and demand (e.g. employability/employment creation; psychosocial need such as trauma/psychosocial counseling service; etc.) \\n What are the most appropriate structures to provide programme assistance? Dedicated structures created by the DDR programme such as an information, counseling and referral service? Existing state structures? Other implementing partners? Why? \\n What are the capacities of these potential implementing partners? \\n Will the cost per participant be reasonable in comparison with other similar programmes? What about operational costs, will they be comparable with similar programmes? \\n How can resources be maximized through partnerships and linkages with other existing programmes?A comprehensive understanding and constant re-appraisal of these questions and corresponding factors during planning and implementation phases will enhance and shape a programme\u2019s strategy and resource allocation. This data will also serve to inform concerned parties of the objectives and expected results of the DDR programme and linkages to broader recovery and development issues.Finally, DDR planners and practitioners should also be aware of existing policies, strategies and framework on reintegration and recovery to ensure adequate coordina- tion. DDR planners and managers should carefully assess timings, opportunities and risks involved in order to integrate DDR programmes with wider frameworks and pro- grammes. Partnerships with institutions and agencies leading on the implementation of such frameworks and programmes should be sought as much as possible to make an effi- cient and effective use of resources and avoid overlapping interventions.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 11, - "Heading1": "7. Analysis and assessments relevant fOr reintegration planning and programme design", - "Heading2": "7.1. Overview", - "Heading3": "", - "Heading4": "", - "Sentence": "This is to ensure that reintegration programmes are designed and implemented in a timely and effective manner, where the gap between demobilization/reinsertion and reintegration support is minimized as much as pos- sible.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4307, - "Score": 0.218218, - "Index": 4307, - "Paragraph": "A well-planned reintegration programme shall assess and respond to the specific needs of its male and female participants (i.e. gender-sensitive planning), who might be children, youth, adults, elders and/or persons with disabilities.Effective and sustainable reintegration depends on early planning that is based on: a comprehensive understanding of the local context, a clear and unambiguous agreement among all stakeholders about objectives and results of the programme, the establishment of realistic timeframes, clear budgeting requirements and human resource needs, and a clearly defined programme exit strategy. Planning shall be based on existing assessments which include conflict and security analyses, gender analyses, early recovery and/or post-conflict needs assessments, in addition to reintegration-specific assessments. Reinte- gration practitioners shall furthermore ensure a results-based monitoring and evaluation (M&E) framework is developed during the planning phase and that sufficient resources and expertise are allocated for this task at the outset.Those planning the disarmament and demobilization phases shall work in tandem with the reintegration phase planners and experts to ensure a smooth transition, and more specifically that the programme has sufficient resources and capacity to absorb the demo- bilized groups, where applicable. It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum. Planners should therefore carefully consider, and where possible link with, other early recovery and peacebuilding initiatives and processes.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6. Well-planned", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important that promises on reintegration assistance are not made during the disarmament and demobilization phases that cannot be deliv- ered upon later.Finally, planning should recognize that DDR programming does not take place in a vacuum.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 4000, - "Score": 0.213201, - "Index": 4000, - "Paragraph": "Police personnel possess a wide range of skills and capacities that can contribute to DDR processes in mission and non-mission settings. As outlined in IDDRS 2.10 on The UN Approach to DDR, mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Non-mission settings are those where no peace operation is deployed, either through a peacekeeping operation, political missions or good offices engagements.In mission settings, the mandate granted by the UN Security Council will dictate the type and extent of UN police involvement in a DDR process. Dependent on the situation on the ground, this mandate can range from monitoring and advisory functions to full policing responsibilities. In mission settings with a peacekeeping operation, the UN police component will typically consist of individual police officers, formed police units and specialized police teams. In special political missions, formed police units will typically not be present, and the UN police presence may consist of senior advisers.In non-mission settings there is no UN Security Council mandate. Therefore, the type and extent of UN or international police involvement in a DDR process will be determined by the nature of the request received from a national Government or by bilateral cooperation agreements. An international police presence in a non-mission setting (whether UN or otherwise) will typically consist of advisers, mentors, trainers and/or policing experts, complemented where necessary by a specialized police team.When supporting DDR processes, police personnel may conduct several general tasks, including the provision of advice, support to coordination, monitoring and building public confidence. Police personnel may also conduct more specific tasks related to the particular type of DDR process that is underway. For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites. Police personnel may also support the implementation of different DDR- related tools (see IDDRS 2.10 on The UN Approach to DDR). For example, police may support DDR practitioners who are engaged in the mediation of local peace agreements by orienting these individuals, and broader negotiating teams, to entry points in the community. Community-oriented policing practices and community violence reduction (CVR) programmes can also be mutually reinforcing (see IDDRS 2.30 on Community Violence Reduction).Finally, when DDR processes are linked to security sector reform (SSR), UN police personnel have an important role to play in the reform of State police and law enforcement institutions and can positively contribute to the establishment and furtherance of professional standards and codes of conduct of policing.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.50-Police-Roles-and-Responsibilities", - "Module": "Police Roles and Responsibilities", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, as part of a DDR programme, police personnel at disarmament and demobilization sites can facilitate weapons tracing and the dynamic surveillance of weapons and ammunition storage sites.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 4727, - "Score": 0.213201, - "Index": 4727, - "Paragraph": "Successful reintegration of ex-combatants is a complex process that depends on a myriad of factors, including satisfying the complex expectations of receiving communities. It is the interplay of a community\u2019s physical and social capital and an ex-combatant\u2019s financial and human capital that determines the ease and success of reintegration.The acceptance of ex-combatants by community members is essential, but relations between ex-combatants and other community members are usually anything but \u2018nor- mal\u2019 at the end of a conflict. Ex-combatants often reintegrate into extremely difficult social environments where they might be seen as additional burdens to communities rather than assets. In some cases, communities may have perceptions that returning combat- ants are HIV positive, regardless of actual HIV status, resulting in discrimination against and stigmatization of returnees and inhibiting effective reintegration. The success of any DDR programme and the effective reintegration of former combatants therefore depend on the extent to which ex-combatants can become (and be perceived as) positive agents for change in receptor communities.The importance of providing civilian life skills training to ex-combatants will prove vital to strengthening their social capital and jumpstarting their integration into com- munities. Ex-combatants who have been socialized to use violence may face difficulties when trying to negotiate everyday situations in the public and private spheres. Those who have been out of their communities for an extended period of time, and who may have committed extreme acts of violence, might feel disconnected from the human compo- nents of home and community life. Reintegration programme managers should therefore regard the provision of civilian life skills as a necessity, not a luxury. Life skills include understanding gender identities and roles, non-violent ways of resolving conflict, and non-violent civilian and social behaviours (such as good parenting skills). See section 9.4.1. for more information on life skills.Public information and sentitization campaigns can also be an extremely effective mech- anism for facilitating social reintegration, including utilizing media to address issues such as returnees, their dependants, stigma, peacebuilding, reconciliation/co-habitation, and socialization to violence. Reintegration programme planners should carry out public information and sensitization campaigns to ensure a broad understanding among stake- holders that DDR is not about rewarding ex-combatants, but rather about turning them into valuable assets to rebuild their communities and ensure that security and peace pre- vail. In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process. The same applies for female ex-combatants and women and girls associated with armed forces and groups who in many cases expe- rienced sexual and gender-based violence, and risk stigmatization and social exclusion. See Module 4.60 on Public Information and Strategic Communication in Support of DDR for more information.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.30-Reintegration", - "Module": "Reintegration", - "PageNum": 42, - "Heading1": "10. Social/Psychosocial reintegration", - "Heading2": "10.3. Strengthening social capital and social acceptance", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to combat discrimination against returning combatants due to perceived HIV status, HIV/AIDS initiatives need to start in receiving communities before demobilization and continue during the reintegration process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3504, - "Score": 0.204124, - "Index": 3504, - "Paragraph": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict. Clear operational objectives should also be developed and agreed. These may include: \\n A reduction in the number of weapons, ammunition and explosives possessed by, or available to, armed forces and groups; \\n A reduction in actual armed violence or the threat of it; \\n Optimally zero, or at the most minimal, casualties during the disarmament component; \\n An improvement in the perception of human security by men, women, boys, girls and youth within communities; \\n A public connection between the availability of weapons and armed violence in society; \\n The development of community awareness of the problem and hence community solidarity; \\n The reduction and disruption of the illicit trade of weapons within the DDR area of operations; \\n A reduction in the open visibility of weapons in the community; \\n A reduction in crimes committed with weapons, such as conflict-related sexual violence; \\n The development of norms against the illegal use of weapons.BOX 2: MONITORING AND EVALUATION OF DISARMAMENT \\n The disarmament objectives listed in section 5.2 could serve as a basis for the identification of performance indicators to track progress and assess the impact of disarmament interventions. Monitoring and evaluating the disarmament component of a DDR programme should form part of the overall monitoring and evaluation framework of the DDR process, and specific resources should be earmarked for this purpose (see IDDRS 3.50 on Monitoring and Evaluation of DDR). \\n Standardized indicators to monitor and evaluate disarmament operations should be identified early in the DDR programme. Quantitative indicators could be developed in line with specific technical outputs providing clear measures, including the number of weapons and rounds of ammunition collected, the number of items recorded, marked and destroyed, or the number of items lost or stolen in the process. Qualitative indicators might include the evolution of the armed criminality rate in the target area, or perceptions of security in the target population disaggregated by sex and age. Information collection efforts and a weapons survey (see section 5.1) provide useful sources for identifying key indicators and measuring progress. \\n\\n Monitoring and evaluation should also verify that: \\n Gender- and age-specific risks to women and men have been adequately and equitably addressed. \\n Women and men participate in all aspects of the initiative \u2013 design, implementation, monitoring and evaluation. \\n The initiative contributes to gender equality.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.10-Disarmament", - "Module": "Disarmament", - "PageNum": 10, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2 Objectives of disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "The overarching aim of the disarmament component of a DDR programme is to control and reduce arms, ammunition and explosives held by combatants before demobilization in order to build confidence in the peace process, increase security and prevent a return to conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5503, - "Score": 0.204124, - "Index": 5503, - "Paragraph": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females. Profiling should build on the information gathered prior to the onset of the DDR programme (see section 5.1) and should be used to inform, revise and better tailor existing planning and resource allocation. Profiling should include an emphasis on better understanding the reasons why these individuals joined armed forces or groups, aspirations for reintegration, what is needed for a given individual to become a productive citizen, education and technical/professional skill levels and major gaps, heath-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reinsertion and reintegration support. A standardized questionnaire collecting quantitative and qualitative information from ex-combatants and persons formerly associated with armed forces and groups shall be developed. This questionnaire can be supported by qualitative profiling, such as assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics). DDR practitioners should be aware that profiling may lead to raised expectations, especially if ex- combatants and persons formerly associated with armed forces and groups interpret questions about what they want to do in civilian life as promises of future support. DDR practitioners should therefore clearly explain the purpose of the profiling survey (i.e., to better tailor subsequent support) and inform participants of the limitations of future support. A sample profiling questionnaire can be found in Annex D.", - "Color": "#7366A3", - "Level": 4.0, - "LevelName": 4, - "Title": "IDDRS-4.20-Demobilization", - "Module": "Demobilization", - "PageNum": 25, - "Heading1": "6. Transitional WAM as a DDR-related tool", - "Heading2": "6.3 Profiling", - "Heading3": "", - "Heading4": "", - "Sentence": "When demobilization is to be followed by reinsertion and reintegration support, then profiling should be used, at a minimum, to identify obstacles that may prevent demobilized individuals from full participation and to identify the specific needs and ambitions of males and females.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6563, - "Score": 0.5, - "Index": 6563, - "Paragraph": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization). When reporting to such sites, the time CAAFAG spend at the site shall be as short as possible, and every effort shall be made to rapidly identify them, register them and supply them with their immediate needs. Where possible, children should be identified before arrival at the demobilization site so that the documentation process (identification, verification, registration, medical needs) and other applicable procedures last no longer than 48 hours, after which they shall be transferred to an interim care centre (ICC) for children or to another location under civilian control. If CAAFAG report or are brought to mobile demobilization sites or reception centres, standard operating procedures shall be in place outlining when and how the handover to civilian authorities will take place.At all demobilization sites, semi-permanent or otherwise, particular attention shall be given to the safety and protection of children during their stay, through measures such as proper lighting, regular surveillance and security patrols. Children shall be physically separated from adult combatants, and a security system shall be established to prevent adult access to them. Girl mothers, however, shall not be separated from their children. Separate accommodation must be provided for boys and girls, including separate washing and toilet facilities, with specific health services provided when necessary (e.g., reproductive health services and hygiene kits adapted to specific needs). Female staff shall be provided for locations where girls are staying.Since a number of girls are likely to be mothers, demobilization sites shall also be designed to provide proper food and health care for infants and young children, with childcare assistance provided for mothers unable to care for their children. Demobilization sites must, without exception, provide medical health screening, including sexual health screening to all children, and provide necessary treatment. Efforts shall be made to improve the overall health of CAAFAG through early detection, immunization, treatment of severe conditions (such as malaria and acute respiratory infections), treatment for wounds and injuries, triage and referral of serious cases to secondary/tertiary facilities (see IDDRS 5.70 on Health and DDR).Children shall be informed that they have the right not to be abused or exploited including the right to protection from sexual exploitation and abuse, and child labour, and that they have the right and ability, through adapted and efficient reporting and complaints mechanisms, to report abuse. When children do report abuse or exploitation by adult former combatants, staff or adult caregivers, they shall not be stigmatized or made to feel disloyal in any way. Their complaints must also be acted upon immediately through child-friendly mechanisms designed and put in place to protect them from such exploitation and to punish the offenders to the fullest extent possible. If children reporting abuse request such a service, they shall be given space and time to share their emotions and reflect on their experiences with health workers trained in psychotherapeutic assistance. Mechanisms shall be established to prevent offending staff from working with children in similar situations in the future (see also section 4.10.1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 27, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "8.2.1 Demobilization sites", - "Heading4": "", - "Sentence": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6934, - "Score": 0.447214, - "Index": 6934, - "Paragraph": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work. It focuses on interventions during the demobilization and reintegration phases. A basic assumption is that broader HIV/AIDS programmes at the community level fall outside the planning requirements of DDR officers. Community programmes require a multisectoral approach and should be sustainable after DDR is completed. The need to integrate HIV/ AIDS in community-based demobilization and reintegration efforts, however, can make this distinction unclear, and therefore it is vital that the national and international part- ners responsible for longer-term HIV/AIDS programmes are involved and have a lead role in DDR initiatives from the outset, and that HIV/AIDS is included in national recon- struction. DDR programmes need to integrate HIV concerns and the planning of national HIV strategies need to consider DDR.The importance of HIV/AIDS sensitization and awareness programmes for peace- keepers is acknowledged, and their potential to assist with programmes is briefly discussed. Guidance on this issue can be provided by mission-based HIV/AIDS advisers, the Depart- ment of Peacekeeping Operations and the Joint UN Programme on HIV/AIDS (UNAIDS).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It focuses on interventions during the demobilization and reintegration phases.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5847, - "Score": 0.436436, - "Index": 5847, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7601, - "Score": 0.408248, - "Index": 7601, - "Paragraph": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters? \\n To what extent did the demobilization programme provide gender-sensitive and female-specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC and FS who registered for demobilization programme \\n 2. % of FXC and FS who were demobilized (completed the programme) per camp \\n 3. Number of demobilization facilities created specifically for FXC and FS per camp (e.g., toilets, clinic) \\n 4. % of FXC, FS and FD who were allocated to female-only accommodation facilities \\n 5. Number of female staff in each camp (e.g., female translators, military staff, social workers, gender advisers) \\n 6. Number of gender trainings conducted per camp \\n 5.10 34\u2003Integrated Disarmament, Demobilization and Reintegration Standards 1 August 2006 \\n 7. Average length of time spent in gender training \\n 8. Number of FXC, FS and FD who participated in gender training \\n 9. Number and level of gender-based violence reported in each demobilization camp \\n 10. Average length of stay of FXC and FS at each camp \\n 11. % of FXC, FS and FD who received transitional support to prepare for reintegration (e.g. health care, food, living allowance, etc.) \\n 12. % of FXC, FS and FD who received female-specific assistance and package (e.g., sanitary napkins, female clothes) \\n 13. % of FXC, FS and FD attending female-specific counselling sessions \\n 14. Average length of time spent in counselling for victims of gender-based violence \\n 15. Number of child-care services per camp \\n 16. % of FXC, FS and FD who used child-care services per camp \\n 17. Existence of medical facilities and personnel for childbirth \\n 18. % of FXC, FS and FD who used medical facilities for childbirth", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.2. Monitoring of demobilization", - "Sentence": "Number of FXC and FS who registered for demobilization programme \\n 2.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7375, - "Score": 0.353553, - "Index": 7375, - "Paragraph": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes. The narrow definition of who qualifies as a \u2018combatant\u2019 has been moti- vated to a certain extent by budgetary considerations, and this has meant that DDR planners have often overlooked or inadequately attended to the needs of a large group of people participating in and associated with armed groups and forces. However, these same peo- ple also present potential security concerns that might complicate DDR.If those who do not fit the category of a \u2018male, able-bodied combatant\u2019 are overlooked, DDR activities are not only less efficient, but run the risk of reinforcing existing gender inequalities in local communities and making economic hardship worse for women and girls in armed groups and forces, some of whom may have unresolved trauma and reduced physical capacity as a result of violence experienced during the conflict. Marginalized women with experience of combat are at risk for re-recruitment into armed groups and forces and may ultimately undermine the peace-building potential of DDR processes. The involvement of women is the best way of ensuring their longer-term participation in security sector reform and in the uniformed services more generally, which again will improve long-term security.Box 3 Why are female supporters/FAAFGs eligible for demobilization? \\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living. If the aim of DDR is to provide broad-based community security, it cannot create insecurity for this group of women by ignoring their special needs. Even if the argument is made that women associated with armed forces and groups should be included in more broadly coordinated reintegration and recovery frameworks, it is important to remember that they will then miss out on specifically designed support to help them make the transition from a military to a civilian lifestyle. In addition, many of the programmes aimed at enabling communities to reinforce reintegration will not be in place early enough to deal with the immediate needs of this group of women.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 10, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8083, - "Score": 0.353553, - "Index": 8083, - "Paragraph": "The host country, in collaboration with UN missions and other relevant international agencies, should decide at an early stage what level of demobilization of interned foreign combatants is desirable and within what time\u00adframe. This will depend partly on the profile and motives of internees, and will determine the types of structures, services and level of security in the internment facility. For example, keeping military command and control structures will assist with maintaining discipline through commanders. Lack of demobilization, however, will delay the process of internees becoming civilians, and as a result the possibility of their gaining future refugee status as an exit strategy for foreign combatants who are seeking asylum. On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process. Reuniting family members or putting them in contact with each other and providing skills training, peace education and rehabilitation programmes will also aid demobilization. Mixing different and rival factions from the country of origin, the feasibility of which will depend on the nature of the conflict and the reasons for the fighting, will also make demobilization and reconciliation processes easier.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 13, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.6. Demobilization", - "Heading4": "", - "Sentence": "On the other hand, discouraging and dismantling military hierarchies will assist the demobilization process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5852, - "Score": 0.333333, - "Index": 5852, - "Paragraph": "During demobilization, individuals shall be directed to a doctor or medical team for health screening. Both general and specific health needs shall be assessed. Given their age and increased risk factors, youth shall be provided with basic specialized attention in the areas of reproductive health and STIs, including voluntary testing and counselling for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR). Female medical personnel shall be made available for women and girls. In addition, screening for mental health and psychosocial support needs should be available. Plans for how to protect personal health information shall also be made.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 14, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.4 Medical health screening", - "Heading4": "", - "Sentence": "During demobilization, individuals shall be directed to a doctor or medical team for health screening.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7180, - "Score": 0.328798, - "Index": 7180, - "Paragraph": "In many settings, key HIV/AIDS implementing partners, such as the International Rescue Committee and Family Health International, may already be working in the country, but not necessarily in all the areas where demobilization and reinsertion/reintegration will take place. To initiate programmes, DDR officers should consider providing seed money to kick-start projects, for example covering the initial costs of establishing a basic VCT centre and training counsellors in a particular area, on the understanding that the implementing partner would assume the costs of running the facility for an agreed period of time. This is because it is often easier for NGOs to raise donor funds to maintain a project that has been shown to work than to set one up. Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.1. Implementing partners", - "Heading3": "", - "Heading4": "", - "Sentence": "Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8462, - "Score": 0.323498, - "Index": 8462, - "Paragraph": "\\n 1 See, for example, Special Report of the Secretary\u00adGeneral on the United Nations Organization Mission in the Democratic Republic of the Congo, S/2002/1005, 10 September 2002, section on \u2018Principles Involved in the Disarmament, Demobilization, Repatriation, Resettlement and Reintegration of Foreign Armed Groups\u2019, pp. 6\u20137; Report of the Secretary\u00adGeneral to the Security Council on Liberia, 11 September 2003, para. 49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para. 1(f) on DDR: \u201caddressing the inclusion of non\u00adLiberian combatants\u201d; Security Council press release, \u2018Security Council Calls for Regional Approach in West Africa to Address such Cross\u00adborder Issues as Child Soldiers, Mercenaries, Small Arms\u2019, SC/8037, 25 March 2004. \\n 2 \u201cEvery State has the duty to refrain from organizing or encouraging the organization of irregular forces or armed bands, including mercenaries, for incursion into the territory of another state . . . . Every State has the duty to refrain from organizing, instigating, assisting or participating in acts of civil strife or terrorist acts in another State or acquiescing in organized activities within its territory directed towards the commission of such acts, when the acts referred to in the present paragraph involve a threat or use of force No State shall organize, assist, foment, finance, incite or tolerate subversive, terrorist or armed activities directed towards the violent overthrow of the regime of another State, or interfere in civil strife in another State.\u201d \\n 3 Adopted by UN General Assembly resolution 43/173, 9 December 1988. \\n 4 Adopted by the First UN Congress on the Prevention of Crime and the Treatment of Offenders, Geneva 1955, and approved by the UN Economic and Social Council in resolutions 663 C (XXIV) of 31 July 1957 and 2076 (LXII) of 13 May 1977. \\n 5 Adopted by UN General Assembly resolution 45/111, 14 December 1990. \\n 6 UN General Assembly resolution 56/166, Human Rights and Mass Exoduses, para. 8, 26 February 2002; see also General Assembly resolution 58/169, para. 7. \\n 7 UN General Assembly resolution 58/169, Human Rights and Mass Exoduses, 9 March 2004. \\n 8 UN General Assembly, Report of the Fifty\u00adFifth Session of the Executive Committee of the High Commissioner\u2019s Programme, A/AC.96/1003, 12 October 2004. \\n 9 Information on separation and internment of combatants in sections 7 to 10 draws significantly from papers presented at the Experts\u2019 Roundtable organized by UNHCR on the Civilian and Humanitar\u00ad ian Character of Asylum (June 2004), in particular the background resource paper prepared for the conference, Maintaining the Civilian and Humanitarian Character of Asylum by Rosa da Costa, UNHCR (Legal and Protection Policy Research Series, Department of International Protection, PPLA/2004/02, June 2004), as well as the subsequent UNHCR draft, Operational Guidelines on Maintaining the Civilian Character of Asylum in Mass Refugee Influx Situations. \\n 10 Internment camps for foreign combatants have been established in Sierra Leone (Mapeh and Mafanta camps for combatants from the Liberian war), the Democratic Republic of the Congo (DRC) (Zongo for combatants from Central African Republic), Zambia (Ukwimi camp for combatants from Angola, Burundi, Rwanda and DRC) and Tanzania (Mwisa separation facility for combatants from Burundi and DRC). \\n 11 Da Costa, op. cit. \\n 12 The full definition in the 1989 International Convention Against the Recruitment, Use, Financing and Training of Mercenaries is contained in the glossary of terms in Annex A. In Africa, the 1977 Convention of the OAU for the Elimination of Mercenarism in Africa is also applicable. \\n 13 Universal Declaration of Human Rights, art. 14. The article contains an exception \u201cin the case of prose\u00ad cutions genuinely arising from non\u00adpolitical crimes or from acts contrary to the purposes and principles of the United Nations\u201d. \\n 14 For further information see UNHCR, Handbook for Repatriation and Reintegration Activities, Geneva, May 2004. \\n 15 The UN General Assembly has \u201cemphasiz[ed] the obligation of all States to accept the return of their nationals, call[ed] upon States to facilitate the return of their nationals who have been determined not to be in need of international protection, and affirm[ed] the need for the return of persons to be undertaken in a safe and humane manner and with full respect for their human rights and dignity, irrespective of the status of the persons concerned\u201d (UN General Assembly resolution 57/187, para. 11, 18 December 2002). \\n 16 Refer to UNHCR/DPKO note on cooperation, 2004. \\n 17 For the purpose of this Conclusion, the term \u201carmed elements\u201d is used as a generic term in a refugee context that refers to combatants as well as civilians carrying weapons. Similarly, for the purpose of this Conclusion, the term \u201ccombatants\u201d covers persons taking active part in hostilities in both inter\u00ad national and non\u00adinternational armed conflict who have entered a country of asylum. \\n 18 S/1999/957; S/2001/331 \\n 19 EC/GC/01/8/Rev.1 \\n 20 Workshop on the Potential Role of International Police in Refugee Camp Security (Ottawa, Canada, March 2001); Regional Symposium on Maintaining the Civilian and Humanitarian Character of Refugee Status, Camps and other locations (Pretoria, South Africa, February 2001); International Seminar on Exploring the Role of the Military in Refugee Camp Security (Oxford, UK, July 2001).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 49, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "49: \u201cFor the planned disarmament, demobilization and reintegration process in Liberia to suc\u00ad ceed, a subregional approach which takes into account the presence of foreign combatants in Liberia and Liberian ex\u00adcombatants in neighbouring countries would be essential In view of the subre\u00ad gional dimensions of the conflict, any disarmament, demobilization and reintegration programme for Liberia should be linked, to the extent possible, to the ongoing disarmament, demobilization and rein\u00ad tegration process in C\u00f4te d\u2019Ivoire \u201d; Security Council resolution 1509 (2003) establishing the United Nations Mission in Liberia, para.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8544, - "Score": 0.316228, - "Index": 8544, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6614, - "Score": 0.288675, - "Index": 6614, - "Paragraph": "CAAFAG face a range of health issues that may impact their reintegration. The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre. However, ongoing health needs shall also be addressed during the reintegration process. This may be via referral to relevant local or national health facilities, medical fee coverage or the direct provision of support. All service and referral provision shall be private and confidential.Reproductive health \\n As soon as possible after their release from an armed force or group, and for as long as necessary, girls and boys who have survived sexual violence, abuse and exploitation shall receive medical care in addition to mental health and psychosocial care (see section 7.9.1). Consideration shall also be given to boys who may have been forced to perpetrate sexual violence. All children who have experienced sexual violence shall receive access to the Minimum Initial Service Package (MISP) for sexual and reproductive health.7 Girl mothers shall be referred to community health services and psychosocial support as a priority. To prevent cycles of violence, girl mothers shall be enabled to learn positive parenting skills so that their children develop in a nurturing household. \\n DDR practitioners should invest in reproductive health awareness-raising initiatives for boys and girls (especially adolescents) covering issues such as safe motherhood, sexual violence, sexually transmitted infections, family planning and the reproductive health of young people. Increasing the awareness of boys will help to reduce the reproductive health burden on girls and enable a gender-transformative approach (see section 4.3). Consideration shall be given to any sensitivities that may arise through the inclusion of boys in these awareness-raising initiatives, and necessary preparations shall be made with families and community leaders to gain their support.HIV/AIDS \\n Children who test positive for HIV/AIDS may experience additional community stigmatization that negatively impacts upon their reintegration. Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential. During reintegration, support for children living with HIV/AIDS should include specialist counselling by personnel with experience of working with children, support to families, targeted referrals to existing medical facilities and linkages to local, national and/or international health programmes. To ease reintegration, community-based HIV/AIDS awareness training and education can be considered (see IDDRS 5.60 on HIV/AIDS and DDR). Children may also prefer to receive treatment in locations that are discreet (i.e., not in public spaces or through discreet entrances at clinics).Drug and alcohol addiction \\n Drugs and alcohol are often used by commanders to establish dependence, manipulate and coerce children into committing violence. Children\u2019s substance use can create obstacles to reintegration such as behavioural issues in the home and community, risk-taking behaviour, poor nutrition and general health, and increased vulnerability to re-recruitment. DDR practitioners should coordinate with child-focused local, national and/or international health organizations to develop or identify for referral drug and alcohol rehabilitation programmes adapted to the needs of CAAFAG. Treatment shall follow the International Standards for the Treatment of Drug Use Disorders.8", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.1 Health", - "Heading4": "", - "Sentence": "Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7126, - "Score": 0.288675, - "Index": 7126, - "Paragraph": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs. A range of contra- ception measures also need to be considered as part of basic reproductive health services to prevent unwanted pregnancies.Many countries may not be familiar with female condoms. Post-conflict settings, how- ever, have proved to be receptive environments for the introduction of female-controlled methods of HIV/STI prevention and contraception. It is important that any introduction of female condoms in DDR programmes be strongly linked to national/local initiatives. UNFPA and Population Services International can provide information on designing and running programmes to promote and supply female condoms. If female condoms are not available locally and there are no existing programmes, it may not be feasible or appropriate for DDR HIV/AIDS programmes to introduce and promote the use of female condoms, as it requires training and specifically tailored information campaigns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.5. Providing condoms", - "Heading3": "", - "Heading4": "", - "Sentence": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7430, - "Score": 0.288675, - "Index": 7430, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8348, - "Score": 0.288675, - "Index": 8348, - "Paragraph": "The giving up of military activities by foreign former combatants is more likely to be genuine if they have been demobilized and they have a real chance of earning a living in civilian life, including through DDR programmes in the host country. Detention in internment camps without demobilization and rehabilitation activities will not automatically lead to combatants becoming civilians. Breaking up military structures; linking up families; and providing vocational skills training, counselling, rehabilitation and peace education programmes for foreign former combatants in the host country will make it easier for them to become civil\u00ad ians and be considered for refugee status some time in the future.It needs to be carefully verified that individuals have given up military activities, includ\u00ad ing in situations where foreign former combatants are interned or where they have some degree of freedom of movement. Verification should include information gathered through\u00ad out the period of identification, separation and internment. For example, it will be easier to understand individual motives and activities if the movements of internees in and out of internment camps are monitored. Actions or attitudes that may prove that an individual has genuinely given up military activities may include expressions of regret for past military ac\u00ad tivities and for the victims of the conflict, signs of weariness with the war and a general feeling of homesickness, and clear signs of dissatisfaction with a military or political organization. Internment camp authorities or other agencies that are closely in contact with internees should share information with UNHCR, unless such information must be kept confidential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 33, - "Heading1": "13. Foreign former combatants who choose not to repatriate: Status and solutions", - "Heading2": "13.3. Determining refugee status", - "Heading3": "13.3.3. Genuine and permanent giving up of military activities", - "Heading4": "", - "Sentence": "Detention in internment camps without demobilization and rehabilitation activities will not automatically lead to combatants becoming civilians.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6220, - "Score": 0.27735, - "Index": 6220, - "Paragraph": "Children are entitled to release from armed forces and groups at all times, without pre- condition. Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children. Given their age, vulnerability and child- specific needs, during DDR processes, children shall be separated from armed forces and groups and handed over to child protection actors and supported to demobilize and reintegrate into families and communities in processes that are separate from those for adults, according to their best interests. While it is critical that children be supported, they shall not be pressured to wait for or to participate in release processes. They shall also not be removed from their families or communities to participate in DDR processes unless it has been determined to be in their best interest. Their decision to participate shall voluntary and based on informed consent.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7073, - "Score": 0.274721, - "Index": 7073, - "Paragraph": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins. For example, it may be that troops are being kept in their barracks in the interim period between the signing of a peace accord and the roll-out of DDR; this provides an ideal captive (and restive) audience for awareness programmes and makes use of existing structures.7 In such cases, DDR planners should design joint projects with other actors working on HIV issues in the country. To avoid duplication or over-extending DDR HIV budgets, costs could be shared based on a proportional breakdown of the target group. For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage. Such an approach would be more comprehensive, easier to implement, and have longer-term benefits. It would also complement HIV/AIDS initiatives in broader SSR programmes.Demobilization is often a very short process, in some cases involving only reception and documentation. While cantonment offers an ideal environment to train and raise the awareness of a \u2018captive audience\u2019, there is a general trend to shorten the cantonment period and instead carry out community-based demobilization. Ultimately, most HIV initiatives will take place during the reinsertion phase and the longer process of reintegration. However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization. If the time allowed for a specific phase is changed, for example, if an envisaged cantonment period is shortened, it should be understood that the HIV/AIDS minimum requirements are not dropped but are instead included in the next phase of the DDR programme. Condoms and awareness material/referral information should be available whatever the length of cantonment, and must be included in \u2018transitional packages\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7399, - "Score": 0.274721, - "Index": 7399, - "Paragraph": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites. This assessment should take place as early as possible so that train- ing programmes are ready when ex-combatants and supporters need them.Opportunities for women\u2019s economic independence should be considered and potential problems faced by women entering previously \u2018male\u2019 workplaces and professions should be dealt with as far as possible. Offering demobilized women credit and capital should be viewed as a positive investment in reconstruction, since women have an established record of high rates of return and reinvestment.Demobilization packages for men and boys should be also sensitive to their different gender roles and identities. Demobilization packages might be prepared under the assump- tion that men are the \u2018breadwinner\u2019 in a household, which might pressurize men to be more aggressively hierarchical in their behaviour at home. Men can also feel emasculated when women appear more successful than them, and may express their frustration in increased violence. More careful preparation is needed so that transitional support packages will not reinforce negative gender stereotypes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 13, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "6.4.1. Transitional support: Gender-aware interventions", - "Heading4": "", - "Sentence": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7789, - "Score": 0.274721, - "Index": 7789, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 5836, - "Score": 0.267261, - "Index": 5836, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5921, - "Score": 0.267261, - "Index": 5921, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7871, - "Score": 0.267261, - "Index": 7871, - "Paragraph": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs. Depending on location, health activities will normally include some or all of the following: \\n providing medical screening and counselling for combatants and dependants; \\n establishing basic preventive and curative health services. \\n Priority should go to acute and infectious conditions (typically malaria); however, as soon as possible, measures should also be set in place for chronic and non-infectious cases (e.g., tuberculosis and diabetes, or epilepsy) and for voluntary testing and counselling services for sexually transmitted infections (STIs), including HIV/AIDS; \\n establishing a referral system that can cover medical, surgical and obstetric emergencies, as well as laboratory confirmation at least for diseases that could cause epidemics; \\n adopting and adapting national standard protocols for the treatment of the most common diseases;9 \\n establishing systems to monitor potential epidemiological/nutritional problems within assembly areas, barracks, camps for dependants, etc. with the capacity for early warning and outbreak response; \\n providing drugs and equipment including a system for water quality control and bio- logical sample management; \\n organizing public health information campaigns on STIs (including HIV/AIDS), water- borne disease, sanitation issues such as excreta disposal, food conservation and basic hygiene (especially for longer-term cantonment); \\n establishing systems for coordination, communication and logistics in support of the delivery of preventive and curative health care; \\n establishing systems for coordination with other sectors, to ensure that all vital needs and support systems are in place and functioning.Whenever people are grouped together in a temporary facility such as a cantonment site, there will be matters of specific concern to health practitioners. Issues to be aware of include: \\n Chronic communicable diseases: Proper compliance with anti-TB treatment can be difficult to organize and sustain, but it should be considered a priority; \\n HIV/AIDS: Screening of soldiers should be voluntary and carried out after combatants are given enough information about the screening process. The usefulness of screening when the system is not able to respond adequately (by providing anti-retroviral therapy and proper follow-up) should be carefully thought out. Combatants have the right to the confidentiality of the information collected;10 \\n Violence/injury prevention: Cantonment is a strategy for reducing violence, because it aims to contain armed combatants until their weapons can be safely removed. However, there is a strong likelihood of violence within cantonment sites, especially when abducted women or girls are separated from men. Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this. In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders. An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 10, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.1. Dealing with key health concerns during demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7906, - "Score": 0.267261, - "Index": 7906, - "Paragraph": "This section explains how to use the resources allocated to health action in DDR to reinforce and support the national health system in the medium and longer term.It needs to be emphasized that after combatants are discharged, they come under the responsibility of the national health system. It is vital, therefore, for all the health actions carried out during the demobilization phase to be consistent with national protocols and regulation (e.g., the administration of TB drugs). Especially in countries emerging from long-lasting violent conflict, the capacity of the national health system may not be able to meet the needs of population, and more often than not, good health care is expensive. In this case, preferential or subsidized access to health care for former combatants and others associated with armed groups and forces can be provided if possible. It needs to be em- phasized that the decision to create positive discrimination for former combatants is a political one.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 14, - "Heading1": "9. The role of health services in the reintegration process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is vital, therefore, for all the health actions carried out during the demobilization phase to be consistent with national protocols and regulation (e.g., the administration of TB drugs).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7811, - "Score": 0.258199, - "Index": 7811, - "Paragraph": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated. The extent of the contribution of health activities in each phase increases steadily, from assess- ment and planning to the actual delivery of health services. Health services, in turn, will evolve: starting by focusing on immediate, life-threatening conditions, they will at a later stage be required to support ex-combatants and those associated with them when they return to civilian life and take up civilian jobs as a part of reintegration.Figure 1 provides a simplified image of the general direction in which the health sector has to move to best support a DDR process. Clearly, health actions set up to meet the specific needs of the demobilization phase, which will only last for a short period of time, must be planned as only the first steps of a longer-term, open-ended and comprehensive reintegra- tion process. In what follows, some of the factors that will help the achievement of this long-term goal are outlined.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.3. Health and the sequencing of DDR processes", - "Heading3": "", - "Heading4": "", - "Sentence": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.258199, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8147, - "Score": 0.258199, - "Index": 8147, - "Paragraph": "At least at the early stages of setting up and managing an internment camp, it is likely that host governments will lack capacity and resources for the task. International agencies have an important role to play in acquiring and supplying resources in order to assist the host government to provide internees with the \u201crelief required by humanity\u201d (as required under the Hague Convention): \\n In collaboration with the host government, international agencies should assist with awareness\u00adraising and lobbying of donors, which should take place as soon as possible, as donor funding often takes time to be made available. Donors should be informed about the resource needed to separate and intern combatants and the benefits of such policies, e.g., maintaining State security, helping the host government to keep borders open for asylum seekers, etc.; \\n International agencies should favourably consider contributing financial grants, mate\u00ad rial and other assistance to internment programmes, especially in the early phases when the host government will not have donor funding for such programmes. Contributing assistance, even on an ad hoc and temporary basis, will make international agencies\u2019 advocacy and advisory roles more effective. The following are some illustrations of ways in which international agencies can contribute:Food. WFP may assist with providing food. Given the inability of internees to feed themselves because of their restricted freedom of movement, each internee should be entitled to a full food ration of at least 2,100 kilocalories per day. \\n Health care. International agencies\u2019 partners (e.g., local Red Cross societies) may be able to provide mobile health clinics, to supplement hospital treatment for more serious medical matters. Medical care should include reproductive health care for female internees. \\n Non-food items. Items such as plastic sheeting, plates, buckets, blankets, sleeping mats, soap, etc. will be needed for each internee and agency contributions will be essential. Agencies such as UNHCR and ICRC, if they have the resources, may be able to give extra assistance at least temporarily until the government receives regular donor funding for the internment initiative. \\n Registration and documentation. Agencies could help the host government to develop a system for registration and issuing of identity documentation. Agencies will often need the data themselves, e.g., ICRC in order to arrange family tracing and family visits, and UNHCR for the purpose of getting information on the profiles of internees who may later come within their mandate if, at a later stage, internees apply for refugee status. ICRC may issue its own documentation to internees in connection with its detention-monitoring role. \\n Skills training. To combat the problem of idleness and to provide rehabilitation and alternative skills for internees, as well as to maintain order and dignity during internment, agency partners must try to provide/fund vocational skills training programmes as soon as possible. In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated. Social skills training would also be helpful here, such as sensitization in human rights, civic education, peace-building, HIV/AIDS, and sexual and gender-based violence. \\n Recreation. Sufficient space for recreation and sporting equipment should be provided for the purpose of recreation. \\n Re-establishing family links. ICRC, together with national societies, should try to trace family members of internees, both across borders and within the host country, which will allow family links to be re-established and maintained (e.g., through exchange of Red Cross messages). Where civilian family members have also crossed into the host country, arrangements should be made for maintaining family unity. There are various options: families could be accommodated in internment camps, or in a separate nearby facility, or in a refugee camp or settlement. If family members are voluntarily accommodated Level 5 Cross-cutting Issues Cross-border Population Movements 17 5.40 together with or near to internees, this has the advantage of preserving family unity, helping to break down military hierarchies in internment camps, reducing risks of local/refugee community retaliation against the family members on account of their connections to combatants, and minimizing the chances of combatants moving to civilian sites in order to be with their family members. However, the family members may face security risks, including physical violence and sexual harassment, from internees. Where civilian spouses and children are not accommodated with internees, regular and adequate family visits to internment camps must be arranged by ICRC, UNHCR or other relevant agencies. \\n Monitoring. ICRC should be able to carry out regular, confidential monitoring of internment camps, including the treatment of internees and the standards of their internment, in accordance with its mandate for persons deprived of their liberty for reasons related to armed conflict. Reports from monitoring visits will be provided on a confidential basis to the government of the host country. \\n Host communities. The involvement and support of host communities will be vital to the internment process. Therefore, agencies should consider providing host communities with community-based development assistance programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 15, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.7. Internment10", - "Heading4": "Assistance by the international community", - "Sentence": "In order for demobilization and reintegration to start in internment camps, it is essential to have skills training programmes that could help internees to become rehabilitated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6300, - "Score": 0.242536, - "Index": 6300, - "Paragraph": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning. Emphasis is often placed on the need to estimate the numbers of children in armed forces and groups in order to plan actions. While this is important, policymakers and planners should also recognize that it is difficult to obtain accurate figures. Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations. Legitimacy shall not be given to child recruitment through the inclusion of children within DDR processes to inflate numbers, for example. However, as children will require services, for the purposes of planning the budget and the DDR process itself, children shall be included in the count of persons qualifying for demobilization and reintegration support.Many children who are formally or informally released or who have otherwise left armed forces or groups never have the opportunity to participate in child-sensitive DDR processes. This can happen when a child who flees an armed force or group is not aware of their rights or lives in an area where DDR processes are unavailable. Girls, in particular, may be at higher risk of this as they are often \u2018unseen\u2019 or viewed as dependents. DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route. If levels of informal release or separation are believed to be high (through informal knowledge, data collection or situation analysis), during the planning and design phases, in collaboration with child protection actors, DDR practitioners shall establish mechanisms to inform these children of their rights and enable access to reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6700, - "Score": 0.242536, - "Index": 6700, - "Paragraph": "Life skills are those abilities that help to promote psychological well-being and competence in children as they face the realities of life. These are the ten core life skill strategies and techniques: \\n problem-solving; \\n critical thinking; \\n effective communication skills; \\n agency and decision-making; \\n creative thinking; \\n interpersonal relationship skills; \\n self-awareness building skills; \\n empathy; \\n coping with stress; and \\n emotions.Programmes aimed at developing life skills can, among other effects, lessen violent behaviour and increase prosocial behaviour. They can also increase children\u2019s ability to plan ahead and choose effective solutions to problems. CAAFAG often lose the opportunity to develop life skills during armed conflict, and this can adversely affect their reintegration. For this reason, DDR processes for children should explicitly focus on the development of such skills. Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization. The inclusion of all conflict-affected children within a community in such initiatives will have greater impact than focusing solely on CAAFAG.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 37, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.6 Life skills", - "Heading4": "", - "Sentence": "Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7138, - "Score": 0.235702, - "Index": 7138, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8765, - "Score": 0.235702, - "Index": 8765, - "Paragraph": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization). Food assistance can form part of a transitional safety net and support the establishment of medium- term household food security.In this scenario, food assistance can be provided as a take-home package (for those leaving cantonment sites) and/or can be provided in the community. In communities that have access to functional markets, and where there is a reliable financial network, CBTs are likely to be a useful option during the reinsertion phase, as these transfers provide recipients with the flexibility to redeem the entitlement in the location and moment they prefer, according to their needs. When CBTs are dispensed through financial service providers who offer additional financial services, linking the food assistance to a financial inclusion objective can help to facilitate reinsertion. Where CBTs are not possible for contextual or infrastructural reasons, in-kind assistance can be considered for take-home rations.A general guideline is that food assistance in the reinsertion phase of a DDR programme should not be provided for longer than a year; however, benefits should also be appropriate to the particular context. The following factors should be taken into account when deciding on the length of time the transfer should cover: \\n Whether ex-combatants and persons formerly associated with armed forces and groups will be transported by vehicle to the relevant communities or whether they will have to carry the ration (if in-kind) (the latter may require protection mechanisms for women or other vulnerable groups); \\n The level of assistance when they reach the community; \\n The resources available to the food component of the DDR programme; \\n The timing and expected yields/production of the next harvest; \\n The prospects for the re-establishment of employment and other income-generating activities, or the creation of new opportunities; \\n The overall food policy for the area, taking into account the total economic, social and ecological situation and related recovery and development activities.The aim shall always be to encourage the re-establishment of self-reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 24, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.2 Reinsertion", - "Heading4": "", - "Sentence": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5993, - "Score": 0.229416, - "Index": 5993, - "Paragraph": "Public works programmes aim to build or rehabilitate public/community assets and infrastructure that are vital for sustaining the livelihoods of a community. Examples are the rehabilitation of maintenance of roads, improving drainage, water supplies and sanitation, demining or environmental work including the planting of trees (see IDDRS 4.20 on Demobilization). Public works programmes can be easily designed to create job opportunities for youth who are community members and/or former members of armed forces and groups. There is always urgent work to be done in priority sectors \u2014 such as essential public facilities \u2014 and geographical areas, especially those most affected by armed conflict. Job-creation schemes may provide employment and income support and, at the same time, develop physical and social infrastructure. Such schemes should be designed to promote the value-chain, exploring the full range of activities needed to create a product or services, and should make use of locally available resources, whenever possible, to boost the sustainable economic impact.Although these programmes offer only a limited number of long-term jobs, they can provide immediate employment, increase the productivity of low-skilled youth and help young participants gain work experience that can be critical for more sustainable employment. A further key impact is that they can assist in raising the social status of youth former members of armed forces and groups from individuals who may be perceived as \u201cdestroyers\u201d to individuals who are considered \u201cconstructors\u201d. Chosen schemes can be part of special reconstruction projects to directly benefit youth, such as training centres, sports facilities, health facilities, schools, or places where young people can engage in local politics or play and listen to music. Such projects can be developed within the local construction industry and assist groups of youth to become small contractors. Community-based employment provides an ideal opportunity to mix young former members of armed forces and groups with other youth, paving the way for social reintegration, and should be made available equally to young women and men.Where possible, public works programmes shall be implemented immediately after young people transition from military to civilian status. Care must be taken to ensure that safe labour standards are prioritized, and that youth are given options in terms of the type of work available to them, and not forced into physically demanding work. The creation of employment-intensive work for youth should include other components such as flexible on-site training, mentoring, community services and psychosocial care (where necessary) to support their reintegration into society.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 24, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.10 Public works programmes", - "Heading4": "", - "Sentence": "Examples are the rehabilitation of maintenance of roads, improving drainage, water supplies and sanitation, demining or environmental work including the planting of trees (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8183, - "Score": 0.229416, - "Index": 8183, - "Paragraph": "International law makes special provision for and prohibits the recruitment, use, financing or training of mercenaries. A mercenary is defined as a foreign fighter who is specially recruited to fight in an armed conflict, is motivated essentially by the desire for private gain, and is promised wages or other rewards much higher than those received by local combat\u00ad ants of a similar rank and function.12 Mercenaries are not considered to be combatants, and are not entitled to prisoner\u00adof\u00adwar status. The crime of being a mercenary is committed by any person who sells his/her labour as an armed fighter, or the State that assists or recruits mercenaries or allows mercenary activities to be carried out in territory under its jurisdiction. Not every foreign combatant meets the definition of a mercenary: those who are not motivated by private gain and given high wages and other rewards are not mercenaries. It may sometimes be difficult to distinguish between mercenaries and other types of foreign combatants, because of the cross\u00adborder nature of many conflicts, ethnic links across porous borders, the high levels of recruitment and recycling of combatants from conflict to conflict within a region, sometimes the lack of real alternatives to recruitment, and the lack of a regional dimension to many previous DDR programmes.Even when a foreign combatant may fall within the definition of a mercenary, this does not limit the State\u2019s authority to include such a person in a DDR programme, despite any legal action States may choose to take against mercenaries and those who recruit them or assist them in other ways. In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants. Since the achievement of lasting peace and stability in a region depends on the ability of DDR programmes to attract the maximum possible number of former combatants, it is recommended that mercenaries should not be automatically excluded from DDR processes/programmes, in order to break the cycle of recruitment and weapons circulation and provide the individual with sustain\u00ad able alternative ways of making a living.DDR programmers may establish criteria to deal with such cases. Issues for consideration include: Who is employing and commanding mercenaries and how do they fit into the conflict? What threat do mercenaries pose to the peace process, and are they factored into the peace accord? If there is resistance to account for mercenaries in peace processes, what are the underlying political reasons and how can the situation be resolved? How can mercenaries be identified and distinguished from other foreign combatants? Do individuals have the capacity to act on their own? Do they have a chain of command? If so, is their leadership seen as legitimate and representative by the other parties to the process and the UN? Can this leadership be approached for discussions on DDR? Do its members have an interest in DDR? If mercenaries fought for personal gain, are DDR benefits likely to be large enough to make them genuinely give up armed activities? If DDR is not appropriate, what measures can be put in place to deal with mercenaries, and by whom \u2014 their employers and/or the national authorities and/or the UN?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 18, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "7.3. Key actions", - "Heading3": "7.3.8. Mercenarie", - "Heading4": "", - "Sentence": "In practice, in many conflicts, it is likely that officials carrying out disarmament and demobilization processes would experience great difficulty distinguish\u00ad ing between mercenaries and other types of foreign combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5871, - "Score": 0.223607, - "Index": 5871, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7852, - "Score": 0.223607, - "Index": 7852, - "Paragraph": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design. International humanitarian standards on camp design should apply, and gender-specific requirements should be taken into account (e.g., security, rape prevention, the provision of female-specific health care assistance). As a general rule, the area must conform with the Sphere standards for water supply and sanitation, drainage, vector control, etc. Locations and routes for medical and obstetric emergency referral must be pre-identi- fied, and there should be sufficient capacity for referral or medical evacuation to cater for any emergencies that might arise, e.g., post-partum bleeding (the distance to the nearest health facility and the time required to get there are important factors to consider here).When combatants are housed in military barracks or public buildings are restored for this purpose, these should also be assessed in terms of public health needs. Issues to con- sider include basic sanitary facilities, the possibility of health referrals in the surrounding area, and so on.If nearby health facilities are to be rehabilitated or new facilities established, the work should fit in with medium- to long-term plans. Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.3. Support in the identification of assembly areas", - "Heading3": "", - "Heading4": "", - "Sentence": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8531, - "Score": 0.223607, - "Index": 8531, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5843, - "Score": 0.218218, - "Index": 5843, - "Paragraph": "During disarmament or demobilisation processes youth should be screened for age, following age assessment guidance found in Annex B of IDDRS 5.20 on Children and DDR. Youth, under the age of 18, should be separated from adults.With the exception of young child dependants who are with their caregivers, female youth participating in DDR programmes should, at a minimum, be accommodated in a female only section and, where possible, housed in female only facilities along with other female ex-combatants and females associated with armed forces or groups. Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.2 Disarmament and demobilization sites", - "Heading4": "", - "Sentence": "Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7914, - "Score": 0.218218, - "Index": 7914, - "Paragraph": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002. \\n 2 Zagaria, N. and G. Arcadu, What Role for Health in a Peace Process? The Case Study of Angola, Rome, October 1997. \\n 3 Eide, E. B., A. T. Kaspersen, R. Kent and K. von Hippel, Report on Integrated Missions: Practical Perspec\u00ad tive and Recommendation, Independent Study for the Expanded UN ECHA (Executive Committee for Humanitarian Affairs) Core Group, May 2005, pp. 3 and 28. \\n 4 In one example, in Angola during UN Verification Angola Mission III, the humanitarian entitlements for UNITA troops were much higher than the ones provided for their dependants. \\n 5 For technical guidance, refer to WHO, Communicable Disease Control in Emergencies: A Field Manual, http://www.who.int/infectious-disease-news/IDdocs/whocds200527/whocds200527chapters/ index.htm. \\n 6 For short health profiles of many countries in crisis, and for guidelines on rapid health assessments, see WHO, http://www.who.int/hac. \\n 7 The Sphere Project provides a wide range of standards that can provide useful points of reference for an assessment of the capacity of a local health system in a poor country (see Sphere Project, Humani\u00ad tarian Charter and Minimum Standards in Disaster Response, 2004, or http://www.sphereproject.org). \\n 8 See Women\u2019s Commission for Refugee Women and Children, Field\u00adfriendly Guide to Integrate Emergency Obstetric Care in Humanitarian Programs, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 9 Case definitions must be developed for each health event/disease/syndrome. Standard WHO case definitions are available, but these may have to be adapted according to the local situation. If pos- sible, the case definitions of the host country\u2019s ministry of health should be used, if they are available. What is important is that all of those reporting to the monitoring/surveillance system, regardless of affiliation, use the same case definitions so that there is consistency in reporting. \\n 10 See Reproductive Health Responses in Conflict Consortium, Emergency Contraception for Conflict Affected Settings: A Reproductive Health Response in Conflict Consortium Distance Learning Module, 2004, http:// www.rhrc.org/resources/general%5Ffieldtools/. \\n 11 See the Sphere Project, op. cit., pp. 291\u2013293. \\n 12 WHO/Emergency and Humanitarian Action, op. cit. \\n 13 Emergency reproductive health (RH) kits were originally developed in 1996 by the members of the Inter-Agency Working Group on Reproductive Health in Refugee Situations to deliver RH services in emergency and refugee situations. To obtain these kits, the DDR practitioners/health experts should contact the WHO/UNFPA field office in that country or relevant implementing partners. \\n 14 http://www.who.int/child-adolescent-health; see also WHO/UN High Commissioner for Refugees, Clinical Management of Rape Survivors: Developing Protocols for Use with Refugees and Internally Displaced Persons, revised edition, 2004, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 15 See resources at the Reproductive Health in Conflict Consortium, http://www.rhrc.org/resources/ general%5Ffieldtools/, especially the Inter\u00adagency Field Manual.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 17, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7324, - "Score": 0.213201, - "Index": 7324, - "Paragraph": "Security Council resolution 1325 marks an important step towards the recognition of women\u2019s contributions to peace and reconstruction, and draws attention to the particular impact of conflict on women and girls. On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d. Since it was passed, the Council has recalled the principles laid down in resolution 1325 when establishing the DDR-related mandates of several peacekeeping missions, such as the UN Missions in Liberia and Sudan and the UN Stabilization Mission in Haiti.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 4, - "Heading1": "5. International mandates", - "Heading2": "5.1. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8496, - "Score": 0.213201, - "Index": 8496, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5892, - "Score": 0.208514, - "Index": 5892, - "Paragraph": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration. These health interventions should be planned as a distinct component of reintegration programming rather than as ad hoc support. For more information, see IDDRS 5.70 Health and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 16, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.2 Health", - "Heading4": "", - "Sentence": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7277, - "Score": 0.208514, - "Index": 7277, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8401, - "Score": 0.208514, - "Index": 8401, - "Paragraph": "Agreement between the Government of [country of origin] and the Government of [host country] for the voluntary repatriation and reintegration of combatants of [country of origin] \\n\\n Preamble \\n Combatants of [country of origin] have been identified in neighbouring countries. Approxi\u00ad mately [number] of these combatants are presently located in [host country]. This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country]. The Parties have agreed to facilitate the process of repatriating and reintegrating the combatants from [host country] to [country of origin] in conditions of safety and dignity. Accordingly, this Agree\u00ad ment outlines the obligations of the Parties.Article 1 \u2013 Definitions \\n\\n Article 2 \u2013 Legal bases \\n The Parties to this Agreement are mindful of the legal bases for the [internment and] repatri\u00ad ation of the said combatants and base their intentions and obligations on the following inter\u00ad national instruments: \\n [If applicable, in cases involving internment] The Hague Convention (V) Respecting the Rights and Duties of Neutral Powers and Persons in Case of War on Land, 18 October 1907 (Annex 1) \\n [If applicable, in cases involving internment] The Third Geneva Convention relative to the Treatment of Prisoners of War, Geneva, 12 August 1949 (Annex 2) \\n [If applicable, in cases involving internment] The Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non\u00adInter\u00ad national Armed Conflicts (Protocol II), Geneva, 12 December 1977 (Annex 3) \\n Article 33 of the 1951 Convention relating to the Status of Refugees, Geneva, 28 July 1951 (Annex 4) \\n [If applicable, in cases involving African States] The 1969 OAU Convention Governing the Specific Aspects of Refugee Problems in Africa (Annex 5) \\n\\n Article 3 \u2013 Commencement \\n The repatriation of the said combatants will commence on [ ]. \\n\\n Article 4 \u2013 Technical Task Force \\n A Technical Task Force of representatives of the following parties to determine the opera\u00ad tional framework for the repatriation and reintegration of the said combatants shall be constituted: \\n National Commission on DDR [of country of origin and of host country] Representatives of the embassies [of country of origin and host country] \\n [Relevant government departments of country of origin and host country, e.g. foreign affairs, defence, internal affairs, immigration, refugee/humanitarian affairs, children and women/gender] \\n UN Missions [in country of origin and host country] \\n [Relevant international agencies, e.g. UNHCR, UNICEF, ICRC, IOM] \\n\\n Article 5 \u2013 Obligations of Government of [country of origin] The Government of [country of origin] agrees: \\n i. To accept the return in safety and dignity of the said combatants. \\n ii. To provide sufficient information to the said combatants, as well as to their family members, to make free and informed decisions concerning their repatriation and rein\u00ad tegration. \\n iii. To include the returning combatants in the amnesty provided for in article [ ] of the Peace Accord (Annex 6). \\n iv. To waive any court martial action for desertion from government forces. \\n v. To facilitate the return of the said combatants to their places of origin or choice through [relevant government agencies such as the National Commission on DDR and inter\u00ad national agencies and NGO partners], taking into account the specific needs and circum\u00ad stances of the said combatants and their family members. \\n vi. To consider and facilitate the payment of any DDR benefits, including reintegration assistance, upon the return of the said combatants and to provide appropriate identi\u00ad fication papers in accordance with the eligibility criteria of the DDR programme. \\n vii. To assist the returning combatants of government forces who wish to benefit from the restructuring of the army by rejoining the army or obtaining retirement benefits, depend\u00ad ing on their choice and if they meet the criteria for the above purposes. \\n viii. To facilitate through the immigration department the entry of spouses, partners, children and other family members of the combatants who may not be citizens of [country of origin] and to regularize their residence in [country of origin] in accordance with the provisions of its immigration or other relevant laws. \\n ix. To grant free and unhindered access to [UN Missions, relevant international agencies, etc.] to monitor the treatment of returning combatants and their family members in accordance with human rights and humanitarian standards, including the implemen\u00ad tation of commitments contained in this Agreement. \\n x. To meet the [applicable] cost of repatriation and reintegration of the combatants. \\n\\n Article 6 \u2013 Obligations of Government of [host country] The Government of [host country] agrees: \\n i. To facilitate the processing of repatriation of the said combatants who wish to return to [country of origin]. \\n ii. To return the personal effects (excluding arms and ammunition) of the said combatants. \\n iii. To provide clear documentation and records which account for arms and ammunition collected from the said combatants. \\n iv. To meet the [applicable] cost of repatriation of the said combatants. \\n v. To consider local integration for any of the said combatants for whom this is assessed to be the most appropriate durable solution. \\n\\n Article 7 \u2013 Children associated with armed forces and groups \\n The return, family reunification and reintegration of children associated with armed forces and groups will be carried out under separate arrangements, taking into account the special needs of the children. \\n\\n Article 8 \u2013 Special measures for vulnerable persons/persons with special needs \\n The Parties shall take special measures to ensure that vulnerable persons and those with special needs, such as disabled combatants or those with other medical conditions that affect their travel, receive adequate protection, assistance and care throughout the repatri\u00ad ation and reintegration processes. \\n\\n Article 9 \u2013 Families of combatants \\n Wherever possible, the Parties shall ensure that the families of the said combatants residing in [host country] return to [country of origin] in a coordinated manner that allows for the maintenance of family links and reunion. \\n\\n Article 10 \u2013 Nationality issues \\n The Parties shall mutually resolve through the Technical Task Force any applicable nation\u00ad ality issues, including establishment of modalities for ascertaining nationality, and deter\u00ad mining the country in which combatants will benefit from a DDR programme and the country of eventual destination. \\n\\n Article 11 \u2013 Asylum \\n Should any of the said combatants, having permanently renounced armed activities, not wish to repatriate for reasons relevant to the 1951 Convention relating to the Status of Refugees, they shall have the right to seek and enjoy asylum in [host country]. The grant of asylum is a peaceful and humanitarian act and shall not be regarded as an unfriendly act. \\n\\n Article 12 \u2013 Designated border crossing points \\n The Parties shall agree on border crossing points for repatriation movements. Such agree\u00ad ment may be modified to better suit operational requirements. \\n\\n Article 13 \u2013 Immigration, customs and health formalities \\n i. To ensure the expeditious return of the said combatants, their family members and belongings, the Parties shall waive their respective immigration, customs and health formalities usually carried out at border crossing points. \\n ii. The personal or communal property of the said combatants and their family members, including livestock and pets, shall be exempted from all customs duties, charges and tariffs. \\n iii. [If applicable] The Parties shall also waive any fees, passenger service charges as well as all other airport, marine, road or other taxes for vehicles entering or transiting their respective territories under the auspices of [repatriation agency] for the repatriation operation. \\n\\n Article 14 \u2013 Access and monitoring upon return \\n [The UN Mission and other relevant international and non\u00adgovernmental agencies] shall be granted free and unhindered access to all the said combatants and their family members in [the host country] and upon return in [the country of origin], in order to monitor their treatment in accordance with human rights and humanitarian standards, including the implementation of commitments contained in this Agreement. \\n\\n Article 15 \u2013 Continued validity of other agreements \\n This Agreement shall not affect the validity of any existing agreements, arrangements or mechanisms of cooperation between the Parties. \\n To the extent necessary or applicable, such agreements, arrangements or mechanisms may be relied upon and applied as if they formed part of this Agreement to assist in the pursuit of this Agreement, namely the repa\u00ad triation and reintegration of the said combatants. \\n\\n Article 16 \u2013 Resolution of disputes \\n Any question arising out of the interpretation or application of this Agreement, or for which no provision is expressly made herein, shall be resolved amicably through consultations between the Parties. \\n\\n Article 17 \u2013 Entry into force \\n This Agreement shall enter into force upon signature by the Parties. \\n\\n Article 18 \u2013 Amendment \\n This Agreement may be amended by mutual agreement in writing between the Parties. \\n\\n Article 19 \u2013 Termination \\n This Agreement shall remain in force until it is terminated by mutual agreement between the Parties. \\n\\n Article 20 \u2013 Succession \\n This Agreement binds any successors of both Parties. \\n\\n In witness whereof, the authorized representatives of the Parties have hereby signed this Agreement. \\n\\n DONE at ..........................., this..... day of..... , in two originals. \\n\\n For the Government of [country of origin]: For the Government of [host country]:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.40-Cross-border-Population-Movements", - "Module": "Cross border Population Movements", - "PageNum": 45, - "Heading1": "Annex D: Sample agreement on repatriation and reintegration of cross-border combatants", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This Agreement is the result of a series of consultations for the repatriation and incorporation in a disarma\u00ad ment, demobilization and reintegration (DDR) programme of these combatants between the Government of [country of origin] and the Government of [host country].", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9094, - "Score": 0.5, - "Index": 9094, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n What does demobilization offer that organized crime does not?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9565, - "Score": 0.426401, - "Index": 9565, - "Paragraph": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization). Transitional assistance may be offered in a number of ways including in-kind support, cash-based transfers, public works programmes or other income-generating activities. In contexts where there has been degradation of natural resources that are important for livelihoods or destruction of key water, sanitation and energy infrastructure, DDR programme participants can be employed in labour-intensive, quick-impact infrastructure or rehabilitation projects during the demobilization phase. When targeting natural resource management sectors, these projects can contribute to restoration and rehabilitation of environmental damages; increased protection of critical ecosystems; improved management of critical natural resources; and reduced vulnerability to natural disasters. Concerted efforts should be made to include women, youth, elderly, disabled, in planning and implementation of reinsertion activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 28, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10259, - "Score": 0.417029, - "Index": 10259, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9997, - "Score": 0.392232, - "Index": 9997, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9755, - "Score": 0.3849, - "Index": 9755, - "Paragraph": "Sample questions for conflict and security analysis: \\n Who in the communities/society/government/armed groups benefits from the natural resources that were implicated in the conflict? How do men, women, boys, girls and people with disabilities benefit specifically? \\n Who has access to and control over natural resources? What is the role of armed groups in this? \\n What trends and changes in natural resources are being affected by climate change, and how is access and control over natural resources impacted by climate change? \\n Who has access to and control over land, water and non-extractive resources disaggregated by sex, age, ethnic and/or religion? What is the role of armed groups in this? \\n What are the implications for those who do not carry arms (e.g., security and access to control over resources)? \\n Who are the most vulnerable people in regard to depletion of natural resources or contamination? \\n Who is vulnerable people in terms of safety and security regarding access to natural resources and what are the specific vulnerabilities of men, women, and minorities? \\n Which groups face constraints in regard to access to and ownership of capital assets?Sample questions for disarmament operations and transitional weapons and ammunition management: \\n Who within the armed groups or in the communities carry arms? Do they use these to control natural resources or specific territories? \\n What are the implications of disarmament and stockpile management sites for local communities\u2019 livelihoods and access to natural resources? Are the implications different for women and men? \\n What are the reasons for male and female members of armed groups to hold arms and ammunition (e.g., lack of alternative livelihoods, lootability of natural resources, status)? \\n What are the reasons for male and female community members to possess arms and ammunition (e.g. access to natural resources, protection, status)?Sample questions for demobilization (including reinsertion): \\n How do cantonments or other demobilization sites affect local communities\u2019 access to natural resources? \\n How are women and men affected differently? \\n What are the infrastructure needs of local communities? \\n What are the differences of women and men\u2019s priorities? \\n In order to act in a manner inclusive of all relevant stakeholders, whose voices should be heard in the process of planning and implementing reinsertion activities with local communities? \\n What are the traditional roles of women and men in labour market participation? What are the differences between different age groups? \\n Do women or men have cultural roles that affect their participation (e.g. child care roles, cultural beliefs, time poverty)? \\n What skills and abilities are required from participants of the planned reinsertion activities? \\n Are there groups that require special support to be able to participate in reinsertion activities?Sample questions for reintegration and community violence reduction programmes: \\n What are the gender roles of women and men of different age groups in the community? \\n What decisions do men and women make in the family and community? \\n Who within the household carries out which tasks (e.g. subsistence/breadwinning, decision making over income spending, child care, household chores)? \\n What are the incentives of economic opportunities for different family members and who receives them? \\n Which expenditures are men and women responsible for? \\n How rigid is the gendered division of labour? \\n What are the daily and seasonal variations in women and men\u2019s labour supply? \\n Who has access to and control over enabling assets for productive resources (e.g., land, finances, credit)? \\n Who has access to and control over human capital resources (e.g., education, knowledge, time, mobility)? \\n What are the implications for those with limited access or control? For those who risk their safety and security to access natural resources? \\n How do constraints under which men and women of different age groups operate differ? \\n Who are the especially vulnerable groups in terms of access to natural resources (e.g., women without male relatives, internally displaced people, female-headed households, youth, persons with disabilities)? \\n What are the support needs of these groups (e.g. legal aid, awareness raising against stigmatization, protection)? How can barriers to the full participation of these groups be mitigated?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 49, - "Heading1": "Annex B: Sample questions for specific needs analysis in regard to natural resources in DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "access to natural resources, protection, status)?Sample questions for demobilization (including reinsertion): \\n How do cantonments or other demobilization sites affect local communities\u2019 access to natural resources?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9592, - "Score": 0.377964, - "Index": 9592, - "Paragraph": "Conflicts often result in a large amount of waste and debris from the destruction of infrastructure, buildings and other resources. Short-term public works programmes can be used to clean up this debris and to provide income for community members and former members of armed forces and groups. Participants can also be engaged in the training, employment and planning aspects of waste and debris management. Attention should be paid to health and safety regulations in such activities, since hazardous materials can be located within building materials and other debris. Expertise on safe disposal options should be sought. Barriers to the participation of specific needs groups should be identified and addressed.Demobilization: Key questions \\n - What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used to further exploit natural resources or engage in criminal activities? \\n - If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups in the realities of the lawful economic and social environment, including as it pertains to natural resources? \\n - What safeguards can be put in place to prevent former members of armed forces and groups from continuing to engage in any illicit or licit exploitation, control over and/or trade in natural resources linked to the conflict? \\n - What does demobilization offer that membership in armed forces and groups that are controlling or exploiting natural resources does not? Conversely, what does such membership in armed forces and groups offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n - How does demobilization address the specific needs of certain groups such as women and children who may have been recruited and used and/or been victims of armed forces and groups involved in natural resource exploitation, control or trafficking in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.3 Disposal and management of waste from conflict", - "Heading4": "", - "Sentence": "Conversely, what does such membership in armed forces and groups offer that demobilization does not?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9950, - "Score": 0.333333, - "Index": 9950, - "Paragraph": "While the data capture at disarmament or demobilization points is designed to be utilised during reintegration, the early provision of relevant data can provide essential support to SSR processes. Sharing information can 1) help avoid multiple payments to ex-combatants registering for integration into more than one security sector institution, or for both inte- gration and reintegration; 2) provide the basis for a security sector census to help national authorities assess the number of ex-combatants that can realistically be accommodated within the security sector; 3) support human resource management by providing relevant information for the reform of security institutions; and 4) where appropriate, inform the vetting process for members of security sector institutions (see IDDRS 6.20 on DDR and Transitional Justice).Extensive data is often collected during the demobilization stage (see Module 4.20 on Demobilization, Para 5.4). A mechanism for collecting and processing this information within the Management Information System (MIS) should capture information require- ments for both DDR and SSR and may also support related activities such as mine action (See Box 2). Relevant information should be used to support human resource and financial management needs for the security sector. (See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.) This may also support the work of those respon- sible for undertaking a census or vetting of security personnel. Guidelines should include confidentiality issues in order to mitigate against inappropriate use of information.Box 2 Examples of DDR information requirements relevant for SSR \\n Sex \\n Age \\n Health Status \\n Rank or command function(s) \\n Length of service \\n Education/Training \\n Literacy (especially for integration into the police) \\n Weapons specialisations \\n Knowledge of location/use of landmines \\n Location/willingness to re-locate \\n Dependents \\n Photo \\n Biometric digital imprint", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.6. Data collection and management", - "Heading3": "", - "Heading4": "", - "Sentence": "(See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.)", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10624, - "Score": 0.316228, - "Index": 10624, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9879, - "Score": 0.308607, - "Index": 9879, - "Paragraph": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation. The con- siderations outlined below suggest ways that different components of DDR and SSR can relate to each other.Disarmament \\n Disarmament is not just a short term security measure designed to collect surplus weapons and ammunition. It is also implicitly part of a broader process of state regulation and con- trol over the transfer, trafficking and use of weapons within a national territory. As with civilian disarmament, disarming former combatants should be based on a level of confi- dence that can be fostered through broader SSR measures (such as police or corrections reform). These can contribute jointly to an increased level of community security and pro- vide the necessary reassurance that these weapons are no longer necessary. There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally. Where decisions affecting force size and structure provide for inefficient, unaffordable or abusive security structures this will undermine long term peace and security. Decisions should therefore be based on a rational, inclusive assess- ment by national actors of the objectives, role and values of the future security sector. One important element of the relationship between demobilization and SSR relates to the impor- tance of avoiding security vacuums. Ensuring that decisions on both the structures estab- lished to house the demobilization process and the return of demobilised ex-combatants are taken in parallel with complementary community law enforcement activities can miti- gate this concern. The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities. By contrast, failed reintegration can undermine SSR efforts by placing exces- sive pressures on police, courts and prisons while harming the security of the state and its citizens. Speed of response and adequate financial support are important since a delayed or underfunded reintegration process may skew options for SSR and limit flexibility. Ex- combatants may find employment in different parts of the formal or informal security sector. In such cases, clear criteria should be established to ensure that individuals with inappropriate backgrounds or training are not re-deployed within the security sector, weakening the effectiveness and legitimacy of relevant bodies. Appropriate re-training of personnel and processes that support vetting within reformed security institutions are therefore two examples where DDR and SSR efforts intersect.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 5, - "Heading1": "5. Rationale for linking DDR and SSR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10502, - "Score": 0.301511, - "Index": 10502, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10907, - "Score": 0.301511, - "Index": 10907, - "Paragraph": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc. E/CN.4/2005/102/Add.1. \\n United Nations Standard Minimum Rules for the Administration of Juvenile Justice (\u201cThe Beijing Rules\u201d), 29 November 1985, UN Doc. A/RES/40/33. \\n Guidelines on Justice Matters involving Child Victims and Witnesses, 22 July 2005, Resolution 2005/20 see UN Doc. E/2005/INF/2/Add.1. \\n Basic Principles and Guidelines on the Right to a Remedy and Reparations for Victims of Gross Violations of International Human Rights Law and International Humanitarian Law, 21 March 2006, UN Doc. A/RES/60/147. \\n Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post- conflict Societies, 3 August 2004, UN Doc. S/2002/616. \\n \u2014, Resolution 1325 on Women, Peace, and Security, 31 October 2000, UN Doc. S/RES/1325. \\n \u2014, Resolution 1820 on Sexual Violence, 19 June 2008, UN Doc. S/RES/1820. Rule of Law Tools \\n Office of the High Commissioner for Human Rights, Rule of Law Tools for Post-Conflict States: Amnesties. United Nations, New York and Geneva, 2009. \\n \u2014, Rule of Law Tools for Post-Conflict States: Maximizing the Legacy of Hybrid Courts. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Reparations Programmes. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Prosecutions Initiatives. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Truth Commissions. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Vetting: An Operational Framework. United Nations, New York and Geneva, 2006.Analysis and Case Studies \\n Baptista-Lundin, Ira\u00ea, \u201cPeace Process in Mozambique\u201d. A case study on DDR and transi- tional justice. New York: International Center for Transitional Justice. \\n de Greiff, Pablo, \u201cContributing to Peace and Justice\u2014Finding a Balance Between DDR and Reparations\u201d, a paper presented at the conference Building a Future on Peace and Justice, Nuremberg, Germany (June 25-27, 2007). Available at http://www.peace-justice-conference.info/documents.asp \\n De Greiff, P. (ed.), The Handbook for Reparations, (Oxford University and The International Center for Transitional Justice, 2006) \\n King, Jamesina, \u201cGender and Reparations in Sierra Leone: The Wounds of War Remain Open\u201d in What Happened to the Women: Gender and Reparations for Human Rights Violations, edited by Ruth Rubio-Marin. New York: Social Science Research Council / International Center for Transitional Justice, pp. 246-283. \\n Mayer-Rieckh, Alexander, \u201cOn Preventing Abuse: Vetting and Other Transitional Re- forms\u201d in Justice as Prevention: Vetting Public Employees in Transitional Societies, edited by Alexander Mayer-Rieckh and Pablo de Greiff. New York: Social Science Research Council / International Center for Transitional Justice, 2007, pp. 482-521. \\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org. \\n Stockholm Initiative on Disarmament Demobilisation Reintegration, Stockholm: Ministry of Foreign Affairs of Sweden, 2006. Final Report and Background Studies available at http://www.sweden.gov.se/sb/d/4890 \\n van der Merwe, Hugo and Guy Lamb, \u201cDDR and Transitional Justice in South Africa\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Waldorf, Lars, \u201cTransitional Justice and DDR in Post-Genocide Rwanda\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Weinstein, Jeremy and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n Alie, J. \u201cReconciliation and transitional justice: Tradition-based practices of the Kpaa Mende in Sierra Leone,\u201d in Huyse, L. and \\n Salter, M. (eds.), Traditional Justice and Reconciliation after Violent Conflict: Learning from African Experiences (Stockholm: International IDEA, 2008), p. 142. \\n Waldorf, L. \u201cMass Justice for Mass Atrocity: Rethinking Local Justice as Transitional Justice\u201d, Temple Law Review 79, no. 1 (2006): pp. 1-87. \\n van der Mere, H. and Lamb, G., \u201cDDR and Transitional Justice in South Africa\u201d, a case study on DDR and transitional justice (New York: International Center for Transitional Justice, forthcoming). \\n \u201cPart 9: Community Reconciliation\u201d, in Commission for Reception, Truth and Reconciliation in East Timor, p. 4, http://www.ictj.org/static/Timor.CAVR.English/09-Community-Reconciliation. pdf (accessed on 12 August 2008).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 34, - "Heading1": "Annex C: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9562, - "Score": 0.288675, - "Index": 9562, - "Paragraph": "Where the exploitation of natural resources is an entrenched part of the war economy and linked to the activities of armed forces and groups, as well as organized criminal groups, natural resources can be leveraged as a means of gaining control over certain territories and accessing weapons and ammunition. The main concern of DDR practitioners will be to support efforts to break the linkages between the flows of natural resources used to finance the acquisition of weapons and ammunition, including by working with actors involved in the implementation and monitoring of sanctions, including the UN Group of Experts, and contributing to strengthening the capacity of the security sector to reduce illicit weapons and ammunition flows. This can be difficult in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such cases, transitional weapons and ammunition management approaches may be needed (see section 8.2).In order to ensure that security objectives are achieved, DDR practitioners should examine the role of natural resources in the acquisition of weapons and ammunition and how weapons and ammunition result in control over natural resources and access to the revenues from their trade. DDR practitioners should collaborate with relevant interagency stakeholders to ensure that natural resources are no longer used to finance the acquisition of weapons and ammunition for armed groups undergoing disarmament and demobilization or by individual combatants being disarmed and demobilized. When planning the destruction of weapons and ammunition, DDR practitioners should consider the environmental impact of the planned destruction. For further guidance on disarmament, see IDDRS 4.10 on Disarmament.Disarmament: Key questions \\n - How are weapons and ammunition being acquired? Are natural resource exploited to finance this? \\n - What steps can be taken to prevent the trade and trafficking of natural resources by armed forces and groups and/or by organized criminal groups? \\n - In conflict settings, what steps can be taken to disrupt the flow of trafficked weapons in order to reduce the capacity of individuals and groups to engage in armed conflict and save lives? \\n - How can DDR programmes highlight the constructive roles of women who may have engaged in the illicit trafficking of weapons and/or conflict? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n - How can DDR programmes address the presence of children associated with armed forces and groups whom may have been used in the exploitation of natural resources? \\n - To what extent would the removal of weapons jeopardize security and economic opportunities for male and female ex-combatants and communities, including land tenure and access to critical livelihoods resources? \\n - When disarmament is currently impossible, can DDR related tools, such as transitional WAM be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons? \\n - Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities? \\n - Is there evidence of armed forces engaging in criminal activities related to natural resources, including illicit trafficking of natural resources, related crimes against humanity, war crimes and serious human rights violations, and what are the risks of incorporating weapons and ammunition collected during disarmament into national stockpiles?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 27, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10524, - "Score": 0.288675, - "Index": 10524, - "Paragraph": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered. The aspect of recogni- tion is what makes reparations distinct from social services that attend to the basic socio- economic rights of all citizens, such as housing, water and education. A comprehensive approach to reparations provides a combination of material and symbolic benefits to victims, such as cash payments or access to health, psycho-social rehabilitation or educational bene- fits, as well as a formal apology or a memorial. Often public acknowledgement is indicated by victims as the most important element of the reparations they seek. Reparations are a means of including victims and victims\u2019 rights firmly on the post-conflict agenda and may contribute to the process of building trust in the government and in its commitment to guaranteeing human rights in the future. Yet victims\u2019 needs are often marginalized in post conflict, peacebuilding contexts.The design of a reparations programme may have positive implications for the entire community and include elements of social healing. Individual measures deliver concrete benefits to individual recipients. In East Timor, the truth commission recommended a process that combined individual benefits with a form of delivery designed to promote collective healing. Single mothers, including war widows and victims of sexual violence, would benefit from scholarship grants for their school-aged children. In picking up their benefits, the mothers would have to travel to a regional service center, where they would, in turn, have access to peer support, skills training, healthcare, and counseling.Collective reparations may deliver reparations either in the context of practical limita- tions or of concerns about drawing too stark a line between classes of victims or between victims and non-victim groups. In this way, a specific village that was particularly affected by various kinds of abuses might, for example, receive a fund for community projects, even though not every individual in the village was affected in the same way and even if some people there contributed to the harms. In Peru, for example, communities hardest hit by the violence were asked to submit community funding proposals up to a $30,000 limit. These projects would benefit the entire community, generally, rather than only serve spe- cific victims and would be implemented regardless of whether some former perpetrators also live there.Generally, programmes for ex-combatants and reparations programmes for victims are developed in isolation of one another. Reinsertion assistance is offered to demobilized com- batants in order to assist with their immediate civilian resettlement\u2014i.e., to get them home and provide them with a start toward establishing a livelihood\u2014prior to longer-term support for reintegration (see IDDRS 4.30 on Social and Economic Reintegration). Support to ex-combatants is motivated by the genuine concern that without such assistance ex- combatants will re-associate themselves with armed groups as a means of supporting them- selves or become frustrated and threaten the peace process. Victims rarely represent the same kinds of threat, and reparations programmes may be politically challenging and expen- sive to design and implement. The result is that ex-combatants participating in DDR often receive aid in the form of cash, counseling, skills training, education opportunities, access to micro-credit loans and/or land, as part of the benefits of DDR programmes, while, in most cases no programmes to redress the vio- lations of the rights of victims are established.Providing benefits to ex-combatants while ignoring the rights of victims may give rise to new grievances and increase their resistance against returning ex-combatants, in this way becoming an obstacle to their reintegration. The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment. For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million. Ex-combatants receive reinsertion, recognition of service, and reintegration benefits in cash from between US$500 to US$1,000 depending on the rank of the ex-combatant.26 Yet as of 2009, the compensation fund for genocide sur- vivors called for in the 1996 Genocide Law has not been established.Such outcomes are not merely inequitable; they may also undermine the possibilities of effective reintegration. The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict. In some cases the reintegration component of DDR programmes includes funding for community development that benefits individuals in the community beyond ex-combatants (see also IDDRS 4.30 on Social and Economic Reintegration). While the objective and nature of reparations programmes for victims are distinct, most importantly in the critical area of acknowledgement of the violations of victims\u2019 rights, these efforts to focus on aiding the communities where ex-combatants live are noteworthy and may contribute to the effective reintegration of ex-combatants, as well as victims and other war-affected populations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 11, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.3. Reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9075, - "Score": 0.27735, - "Index": 9075, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10341, - "Score": 0.267261, - "Index": 10341, - "Paragraph": "1 Boxes included throughout the module provide practical examples and suggestions. Specific case study boxes draw on four field-based case studies conducted in Afghanistan, Burundi, the Central African Republic and the Democratic Republic of Congo in support of this module. \\n 2 See: Statement by the President of the Security Council at the 5632nd meeting of the Security Council, held on 20 February 2007, S/PRST/2007/3/ (21 February 2007); Statement by the President of the Security Council, \u201cThe maintenance of international peace and security: the role of the Security Council in humanitarian crises: challenges, lessons learned and the way ahead,\u201d S/PRST/2005/30, 12 July 2005; United Nations Report of the Secretary-General, \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform,\u201d S/2008/39, 23 January 2008; and, United Nations General Assembly, \u201cReport of the Special Committee on Peacekeeping Opera- tions and its Working Group: 2008 substantive session,\u201d A/62/19, 10 March \u2013 4 April and 3 July 2008. \\n 3 Report of the Secretary General, Securing Peace and development, para 17. \\n 4 All States periodically review and reform their security sectors. While recognising that SSR is not only a post-conflict challenge, this module focuses on these contexts as most relevant to DDR and SSR concerns. \\n 5 Report of the Secretary General, Securing Peace and development. Para 17. \\n 6 Organisation for Economic Co-operation and Development, \u201cSecurity System Reform and Gover- nance; A DAC Reference Document,\u201d 2005; Council of the European Union, \u201cEU Concept for ESDP support to Security Sector Reform (SSR),\u201d Council document 12566/4/05, 13 October 2005; Com- mission of the European Communities, \u201cA Concept for European Community Support for Security Sector Reform,\u201d SEC(2006) 658, 24 May 2006; ECOWAS, \u201cECOWAS Conflict Prevention Framework (ECPF),\u201d enacted by Regulation MSC/REG.1/01/08 of the Mediation and Security Council of ECOWAS, 16 January 2008; and, United Nations Security Council, \u201cAnnex to the letter dated 20 November 2007 from the Permanent Representatives of Slovakia and South Africa to the United Nations addressed to the Secretary-General. Statement of the Co-Chairs of the International Work- shop on Enhancing United Nations Support for Security Sector Reform in Africa: Towards an African Perspective,\u201d S/2007/687, 29 November 2007. \\n 7 For practical guidance on supporting parliamentary and civil society oversight of the security sector see: Born, H., Fluri, P. and Johnsson, A., (eds) Parliamentary Oversight of the Security Sector, DCAF/ Inter-Parliamentary Union: 2003; Cole, E., Eppert, K and Kinzelback, K., (eds) Public Oversight of the Security Sector, DCAF/UNDP: 2008. \\n 8 Muggah, Robert (ed), \u2018Security and Post-Conflict Reconstruction: Dealing with Fighters in the After- math of War\u2019, Routledge: 2009. \\n 9 H\u00e4nggi, H & Scherrer, V. (eds.), 2008, \u2018Security Sector Reform and UN Integrated Missions: Experi- ence from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo\u2019, Lit Verlag, M\u00fcnster. \\n 10 The OECD DAC Handbook on Security System Reform: Supporting Security and Justice provides extensive guidance on both political and technical aspects of SSR through the different phases of the programme cycle. Organization for Economic Co-operation and Development, \u201cOECD DAC Hand- book on Security System Reform: Supporting Security and Justice,\u201d 2007: http://www.oecd.org/ dataoecd/43/25/38406485.pdf. \\n 11 This is recommended in the interim report of the group of experts on the Democratic Republic of the Congo, pursuant to Security Council resolution 1698 (2006), S/2007/40. \\n 12 See: UNDP BCPR, (2006) Vetting Public Employees in Post-Conflict Settings: Operational Guidelines. \\n 13 Bastick, Megan & Valasek, Kristin (eds). Gender & Security Sector Reform Toolkit, DCAF, OSCE/ ODIHR, UN-INSTRAW. 2008. Available at: http://www.dcaf.ch/gender-security-sector-reform/ gssr-toolkit.cfm?navsub1=37&navsub2=3&nav1=3 \\n 14 See: Greene, Owen and Simon Rynn, Linking and Co-ordinating DDR and SSR for Human Security after Conflict: Issues, Experience and Priorities, Centre for International Cooperation and Security, Safer- world and the University of Bradford, July 2008. \\n 15 A recent study by the African Security Sector Network (ASSN) provides valuable insights drawn from analysis of SSR in peace agreements in 8 states from Africa, Asia and Central America (see Annex B for full details). \\n 16 See Laurent Banal and Vincenza Scherrer, \u2018ONUB and the Importance of Local Ownership: The Case of Burundi\u2019 in Security Sector Reform and UN Integrated Missions: Experience from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo, eds. H. H\u00e4nggi & V. Scherrer, Lit Verlag, 2008. \\n 17 UN SSR resources may be available through the UN Inter-Agency Taskforce on SSR. This capacity includes guidance, resources, gap analysis and backstopping to field operations. \\n 18 United Nations Report of the Secretary-General, \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d S/2004/616, 23 August 2004, Para 6. \\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9. \\n 20 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 21 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 22 Report of the Secretary-General, Securing Peace and Development, Page 1. \\n 23 Report of the Secretary-General, Securing Peace and Development, Para 48. \\n 24 Report of the Secretary-General, Securing Peace and Development, Para 50. \\n 25 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008. \\n 26 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 33, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10959, - "Score": 0.267261, - "Index": 10959, - "Paragraph": "1 United Nations Security Council, Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post-Conflict Societies, 3 August 2004, UN Doc. S/2004/616. \\n 2 While not formally defined, it is generally assumed that genocide, slavery and slave trade, extra- judicial, summary or arbitrary executions; enforces disappearances, torture or other cruel, inhuman or degrading treatment or punishment ; prolonged arbitrary detention, deportation or forcible trans- fer of populations, and systematic racial discrimination fall into the category of gross violations of human rights. Deliberate and systematic deprivation of essential foodstuffs, essential primary health care or basic shelter and housing may also amount to gross violations of human rights. \\n 3 Security Council, Resolution 1856, 2 December 2008, UN Doc. S/Res/1856 \\n 4 United Nations Security Council, Report of the Secretary-General. \\n 5 The 1948 Convention on the Prevention and Punishment of the Crime of Genocide; the International Covenant on Civil and Political Rights; the 1984 Convention against Torture and Other Cruel, Inhuman or Degrading Treatment of Punishment; the International Convention for the Protection of All per- sons from Enforced Disappearance; the Geneva Conventions of 1949; the 1977 Protocol Additional (No.I) to the Geneva Conventions of 12 August 1949; and the Protocol Additional (No.II). \\n 6 UN document E/CN.4/2005/102/Add.1. \\n 7 UN document A/RES/60/147. \\n 8 United Nations Commission on Human Rights, Updated Set of principles for the protection and promo- tion of human rights through action to combat impunity (hereafter, Updated Set of Principles), Principle 32, 8 February 2005, UN Doc. E/CN.4/2005/102/Ad.1. \\n 9 UN document S/2004/616. \\n 10 See the Updated Principles, principle 24. \\n 11 UN document S/2004/616 \\n 12 The Rome Statute of the International Criminal Court, see Preamble and article 17. \\n 13 Mary Robinson, \u2018Foreword\u2019, The Princeton Principles on Universal Jurisdiction, Princeton Univer- sity Press, Princeton, 2001, p. 16. \\n 14 United Nations General Assembly, 16 December 2005, UN Doc. A/RES/60/147. \\n 15 Ibid., Principle 15. \\n 16 Ibid., Principle 16. \\n 17 Ibid., Principle 19. \\n 18 See United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also Principle 36 (c) and (e) according to which \u201cCivilian control of military and security forces as well as of intelligence agencies must be ensured and, where necessary, established or restored. To this end, States should establish effective institutions of civilian oversight over military and security forces and intelligence agencies, including legislative oversight bodies; . . . Public officials and employees, in particular those involved in military, security, police, intelligence and judicial sectors, should re- ceive comprehensive and ongoing training in human rights and, where applicable, humanitarian law standards and in implementation of those standards.\u201d \\n 19 Vetting processes that aim to exclude persons with serious integrity deficits from public service have been an important aspect of institutional reform in countries in transition. United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also \\n 20 OHCHR Tool on Vetting, page 4. \\n 21 Updated Set of Principles on Impunity, principle 36. \\n 22 IDDRS, \u201cOperations, Programmes and Support: Social and Economic Reintegration,\u201d (United Nations: New York, August 2006) 4.10. \\n 23 United Nations, \u201cSecretary-General\u2019s Bulletin\u201d, 6 August 1999, UN Doc. ST/SGB/1999/13. \\n 24 Ibid. p. 2 \\n 25 Pigou, Piers, The Community Reconciliation Process of the Commission for Reception, Truth and Reconciliation, UNDP Timor-Leste, Dili, April 2004. \\n 26 Multi-country Demobilization and Reintegration Program, \u201cRwanda\u201d, http://www.mdrp.org/rwanda. htm (accessed 9 July 2008). \\n 27 United Nations Security Council, Report of the Secretary General on Securing peace and development: the role of the United Nations in supporting security sector reform, 23 January 2008, UN Doc. A/62/659\u2014 S/2008/39. \\n 28 United Nations Security Council, Report of the Secretary-General. \\n 29 Paris Principles, 3.6 \\n 30 CRC, article 39 and Optional Protocol to the Convention on the Rights of the Child on involvement of children in armed conflict, article 6 \\n 31 UN Guidelines on Justice Matters Involving Child Victims and Witnesses of Crime. \\n 32 Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), article 6 (5).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 36, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 26 Multi-country Demobilization and Reintegration Program, \u201cRwanda\u201d, http://www.mdrp.org/rwanda.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 9470, - "Score": 0.258199, - "Index": 9470, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9047, - "Score": 0.204124, - "Index": 9047, - "Paragraph": "The trafficking of arms and ammunition supports the capacity of armed groups to engage in conflict settings. Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament). Moreover, in many cases, Government stockpiles can be a key source of illicit weapons and ammunition, underlining the need to support the development of national weapons and ammunition management capacity. While arms trafficking in and of itself is a direct factor in the duration and escalation of violence, the possession of weapons also secures the ability to maintain or expand other criminal economies, including human trafficking, environmental crimes and the illicit drug trade.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2193, - "Score": 0.516398, - "Index": 2193, - "Paragraph": "Budgeting for DDR activities, using the peacekeeping assessed budget, must be guided by two elements: \\n The Secretary-General\u2019s DDR definitions: In May 2005, the Secretary-General standardized the DDR definitions to be used by all peacekeeping missions in their budget submissions, in his note to the General Assembly (A/C.5/59/31); \\n General Assembly resolution A/RES/59/296: Following the note of the Secretary-General on DDR definitions, the General Assembly in resolution A/RES/59/296 recognized that a reinsertion period of one year is an integral part of the demobilization phase of the programme, and agreed to finance reinsertion activities for demobilized combatants for up to that period. (For the remaining text of resolution A/RES/59/296, please see Annex C.)DISARMAMENT \\n Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population. It also includes the development of responsible arms management programmes. \\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may comprise the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion. \\n\\n REINSERTION \\n Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/ or financial assistance to meet immediate needs, and can last up to a year. \\n\\n REINTEGRATION \\n Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. It is essentially a social and economic process with an open time-frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 6, - "Heading1": "6. Budgeting for DDR during programme development", - "Heading2": "6.1. The peacekeeping assessed budget of the UN", - "Heading3": "6.1.1. Elements of budgeting for DDR", - "Heading4": "", - "Sentence": "\\n\\n DEMOBILIZATION \\n Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2422, - "Score": 0.3849, - "Index": 2422, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2742, - "Score": 0.365148, - "Index": 2742, - "Paragraph": "The integrated DDR unit, in general terms, should fulfil the following functions: \\n Political and programme management: The chief and deputy chief of the integrated DDR unit are responsible for the overall political and programme management. Both the chief and his/her deputy will work to ensure that the DDR programme supports the overall peace process and mission objectives, and that there is close cooperation and collaboration with national stakeholders and other implementing partners, such as other UN entities, international organizations, non\u00adgovernmental organizations (NGOs) and the donor community; \\n Overall DDR planning and coordination: This component of the DDR unit is responsible for the overall development of the DDR programme. Seconded personnel from UN agencies, funds and programmes will work in this section to contribute to the joint planning and coordination of the DDR programme. Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme. This includes short\u00adterm disarmament activities, such as weapons collection and registration, but also longer\u00adterm disarmament activities that support the establishment of a legal regime for the control of small arms and light weapons, and other community weapons collection initiatives. Where mandated, this component will coordinate with the military to assist in the destruction of weapons, ammunition and unexploded ordnance; \\n Reintegration: This component plans the economic and social reintegration strategies. It also plans the reinsertion programme to ensure consistency and coherence with the overall reintegration strategy. It needs to work closely with other parts of the mission facilitating the return and reintegration of internally displaced persons (IDPs) and refugees; \\n Monitoring and evaluation: This component is responsible for setting up and monitoring indicators to measure the achievements in all phases of the DDR programme. It also conducts DDR\u00adrelated surveys such as small arms baseline surveys, profiling of parti\u00ad cipants and beneficiaries, mapping of economic opportunities, etc.; \\n Public information and sensitization: This component works to develop the public informa\u00ad tion and sensitization strategy for the DDR programme. It draws on the direct support of the public information unit in the peacekeeping mission, but also employs other information dissemination personnel within the mission, such as the military, police and civil affairs officers, as well as local mechanisms such as theatre groups, adminis\u00ad trative structures, etc.; \\n Administrative and financial management: This is a small component of the unit, which may be seconded from an integrating UN entity to support the programme delivery aspect of the DDR unit. Its role is to utilize the administrative and financial capacities of the UN country office; \\n Regional DDR offices: These are the regional implementing components of the DDR unit, which would implement programmes at the local level in close cooperation with the other regionalized components of civil affairs, military, police, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 5, - "Heading1": "5. The aim of the integrated unit", - "Heading2": "5.1. Components of the integrated DDR unit", - "Heading3": "", - "Heading4": "", - "Sentence": "Attached military and police per\u00ad sonnel from within the mission will also form part of this component; \\n Disarmament and demobilization: This component will be responsible for the overall implementation and management of all aspects of the disarmament and demobilization phases of the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2433, - "Score": 0.301511, - "Index": 2433, - "Paragraph": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place). These figures determine the complexity, size and resource requirements for the programme, and must be estimated at the programme design stage.The extent to which a DDR programme directly includes activities that formally belong to other sectors determines its scope or extent (i.e., exactly how much it is going to try and achieve). In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration. Today, most DDR programmes include or take account of activities relating to SSR (such as weapons control and regulation), peace\u00adbuilding and reconciliation, and community recovery and reconstruction (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.1. Scale and scope", - "Sentence": "In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3010, - "Score": 0.288675, - "Index": 3010, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2292, - "Score": 0.283524, - "Index": 2292, - "Paragraph": "Takes note of the note by the Secretary-General (definitions); \\n Notes that reinsertion activities are part of the disarmament and demobilization process, as outlined in the note by the Secretary-General; \\n Emphasizes that disarmament, demobilization and reintegration programmes are a critical part of peace processes and integrated peacekeeping operations, as mandated by the Security Council, and supports strengthening the coordination of those programmes in an integrated approach; \\n Stresses the importance of a clear description of respective roles of peacekeeping missions and all other relevant actors; \\n Also stresses the need for strengthened cooperation and coordination between the various actors within and outside the United Nations system to ensure effective use of resources and coherence on the ground in implementing disarmament, demobilization and reintegra- tion programmes; \\n Requests the Secretary-General, when submitting future budget proposals containing man- dated resource requirements for disarmament, demobilization and reinsertion, to provide clear information on these components and associated post and non-post costs; \\n Notes that the components used by the Secretary-General for budgeting for disarmament, demobilization and reinsertion activities are set out in the note by the Secretary-General, recognizing ongoing discussions on these concepts; \\n Notes also the intention of the Secretary-General to submit integrated disarmament, demo- bilization and reintegration standards to the General Assembly at its sixtieth session;", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 30, - "Heading1": "Annex C: Excerpt from General Assembly resolution A/RES/59/296", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Takes note of the note by the Secretary-General (definitions); \\n Notes that reinsertion activities are part of the disarmament and demobilization process, as outlined in the note by the Secretary-General; \\n Emphasizes that disarmament, demobilization and reintegration programmes are a critical part of peace processes and integrated peacekeeping operations, as mandated by the Security Council, and supports strengthening the coordination of those programmes in an integrated approach; \\n Stresses the importance of a clear description of respective roles of peacekeeping missions and all other relevant actors; \\n Also stresses the need for strengthened cooperation and coordination between the various actors within and outside the United Nations system to ensure effective use of resources and coherence on the ground in implementing disarmament, demobilization and reintegra- tion programmes; \\n Requests the Secretary-General, when submitting future budget proposals containing man- dated resource requirements for disarmament, demobilization and reinsertion, to provide clear information on these components and associated post and non-post costs; \\n Notes that the components used by the Secretary-General for budgeting for disarmament, demobilization and reinsertion activities are set out in the note by the Secretary-General, recognizing ongoing discussions on these concepts; \\n Notes also the intention of the Secretary-General to submit integrated disarmament, demo- bilization and reintegration standards to the General Assembly at its sixtieth session;", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3165, - "Score": 0.27735, - "Index": 3165, - "Paragraph": "A military liaison office will be created to facilitate co-operation with UNMIL and the DD Unit for all security-related aspects of the programme. Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Roles and functions of the military units", - "Heading4": "", - "Sentence": "Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2415, - "Score": 0.27735, - "Index": 2415, - "Paragraph": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented. In other words, although the end objective may be similar, DDR varies from country to country. Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out. Important issues that will guide this are, for example, the nature and organization of armed forces and groups, the socio\u00adeconomic context and national capacities. These need to be defined within the overall strategic approach explaining how DDR is to be put into practice, and how its components will be sequenced and implemented (also see IDDRS 2.10 on the UN Approach to DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "", - "Sentence": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1962, - "Score": 0.267261, - "Index": 1962, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2142, - "Score": 0.267261, - "Index": 2142, - "Paragraph": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors. When the World Bank (with its Multi-Donor Trustfund) plays a leading role in supporting a national DDR programme, funding is normally provided for all demobilization and reintegration activities, while additional World Bank International Development Association (IDA) loans are also provided. In these instances, funding comes from a single source and is largely guaranteed.In instances where the United Nations (UN) takes the lead, several sources of funding may be brought together to support a national DDR programme. Funds may include con- tributions from the peacekeeping assessed budget; core funding from the budgets of UN agencies, funds and programmes; voluntary contributions from donors to a UN-managed trust fund; bilateral support from a Member State to the national programme; and contribu- tions from the World Bank.In a peacekeeping context, funding may come from some or all of the above funding sources. In this situation, a good understanding of the policies and procedures governing the employment and management of financial support from these different sources is vital to the success of the DDR programme.Since several international actors are involved, it is important to be aware of important DDR funding requirements, resource mobilization options, funding mechanisms and finan- cial management structures for DDR programming. Within DDR funding requirements, for example, creating an integrated DDR plan, investing heavily in the reintegration phase and increasing accountability by using the results-based budgeting (RBB) process can contribute to the success and long-term sustainability of a DDR programme.When budgeting for DDR programmes, being aware of the various funding sources available is especially helpful. The peacekeeping assessed budget process, which covers military, personnel and operational costs, is vital to DDR programming within the UN peace- keeping context. Both in and outside the UN system, rapid response funds are available. External sources of funding include voluntary donor contributions, the World Bank Post- Conflict Fund, the Multi-Country Demobilization and Reintegration Programme (MDRP), government grants and agency in-kind contributions.Once funds have been committed to DDR programmes, there are different funding mechanisms that can be used and various financial management structures for DDR pro- grammes that can be created. Suitable to an integrated DDR plan is the Consolidated Appeals Process (CAP), which is the normal UN inter-agency planning, coordination and resource mobilization mechanism for the response to a crisis. Transitional appeals, Post-Conflict Needs Assessments (PCNAs) and international donors\u2019 conferences usually involve govern- ments and are applicable to the conflict phase. In the case of RBB, programme budgeting that is defined by clear objectives, indicators of achievement, outputs and influence of external factors helps to make funds more sustainable. Effective financial management structures for DDR programmes are based on a coherent system for ensuring flexible and sustainable financing for DDR activities. Such a coherent structure is guided by, among other factors, a coordinated arrangement for the funding of DDR activities and an agreed framework for joint DDR coordination, monitoring and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The system of funding of a disarmament, demobilization and reintegration (DDR) pro- gramme varies according to the different involvement of international actors.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2723, - "Score": 0.258199, - "Index": 2723, - "Paragraph": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles. The main components of an integrated DDR unit are: political and programme management; overall DDR planning and coordination; monitoring and evaluation; public information and sen\u00ad sitization; administrative and financial management; and setting up and running regional DDR offices. Each of these components has specific requirements for appropriate and well\u00ad trained personnel.As the process of DDR includes numerous cross\u00adcutting issues, personnel in an inte\u00ad grated DDR unit include individuals from varying work sectors and specialities. Therefore, the selection and maintenance of integrated DDR unit personnel, based on a memorandum of understanding (MoU) between the Department of Peacekeeping Operations (DPKO) and the United Nations Development Programme (UNDP), is defined by the following principles: joint management of the DDR unit (in this case, management by a peacekeeping mission chief and UNDP chief); secondment of an administrative and finance cell by UNDP; second\u00ad ment of staff from other United Nations (UN) entities assisted by project support staff to fulfil the range of needs for an integrated DDR unit; and, finally, continuous links with other parts of the peacekeeping mission for the development of a joint DDR planning and programming approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.42-Personnel-and-Staffing", - "Module": "Personnel and Staffing", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Creating an effective disarmament, demobilization and reintegration (DDR) unit requires paying careful attention to a set of multidimensional components and principles.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3051, - "Score": 0.251976, - "Index": 3051, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2527, - "Score": 0.242536, - "Index": 2527, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor. Given the many different actors involved in the various stages of DDR, and the fact that its phases are interdependent, integrated planning, effective coordination and coherent reporting arrangements are essential. Past experiences have highlighted the need for the various actors involved in planning and implementing DDR, and monitoring its impacts, to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources.This module provides guidelines for improving inter-agency cooperation in the planning of DDR programmes and operations. The module shows how successful implementation can be achieved through an inclusive process of assessment and analysis that provides the basis for the formulation of a comprehensive programme framework and operational plan. This mechanism is known as the \u2018planning cycle\u2019, and originates from both the inte- grated mission planning process (IMPP) and post-conflict United Nations (UN) country team planning mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3153, - "Score": 0.235702, - "Index": 3153, - "Paragraph": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003. The NCDDRR will consist of representatives from relevant National Transitional Government of Liberia (NTGL) agencies, the Government of Liberia (GOL), the Liberians United for Reconciliation and Democracy (LURD), the Movement for Democracy in Liberia (MODEL), the Economic Community of West African States (ECOWAS), the United Nations (UN), the African Union (AU) and the International Contact Group on Liberia (ICGL).The NCDDRR will: \\n provide policy guidance to the Joint Implementation Unit (JIU); \\n formulate the strategy and co-ordinate all government institutions in support of the Disarmament, Demobilization, Rehabilitation and Reintegration Programme (DDRRP); \\n identify problems related to programme implementation and impact; and \\n undertake all measures necessary for their quick and effective solution. During start-up, the NCDDRR will hold at least monthly meetings, but extraordinary meetings can be called if necessary.The NCDDRR will be supported by a Secretary, who will be responsible for: \\n reporting to the NCDDRR on the activities of the JIU with regard to the DDRR process; \\n promoting programme activities as well as managing relationships with external key stakeholders; \\n assisting the JIU with necessary support and facilitation required to secure the political commitment of the leadership of the various fighting groups in order to implement the DDRR programme; \\n participating in the various committees of the JIU \u2013 particularly with the Technical Coordination Committee and the Project Approval Committee (PAC); \\n providing general oversight of the DDRR process on behalf of the NCDDRR committee and preparing reports to the committee.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Implementation modalities", - "Heading3": "The national commission", - "Heading4": "", - "Sentence": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2225, - "Score": 0.223607, - "Index": 2225, - "Paragraph": "For some activities in a DDR programme, certain UN agencies might be in a position to provide in-kind contributions, particularly when these activities correspond to or consist of priorities and goals in their general programming and assistance strategy. Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization. The availability and provision of these contributions for DDR programming should be discussed, identified and agreed upon during the programme design/planning phase, and the agencies in question should be active participants in the overall integrated approach to DDR. Traditional types of in-kind contributions include: \\n security and protection services (military) \u2014 mainly outside of DDR in peacekeeping missions; \\n construction of basic infrastructure; \\n logistics and transport; \\n food assistance to ex-combatants and dependants; \\n child-specific assistance; \\n shelter, clothes and other basic subsistence needs; \\n health assistance; \\n HIV/AIDS screening and testing; \\n public information services; \\n counselling; \\n employment creation in existing development projects.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 14, - "Heading1": "10. Voluntary (donor) contributions", - "Heading2": "10.3. Agency in-kind contributions", - "Heading3": "", - "Heading4": "", - "Sentence": "Such in-kind contributions could include, for instance, the provision of food assistance to ex-combatants during their cantonment in the demobilization stage, medical health screening, or HIV/ AIDS counselling and sensitization.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2447, - "Score": 0.223607, - "Index": 2447, - "Paragraph": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance. This often involves proving combatant status or membership of an armed force or group. It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract. When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme. In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.4. Eligibility criteria", - "Sentence": "In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3176, - "Score": 0.223607, - "Index": 3176, - "Paragraph": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes. At each phase: \\n the administration of assistance has to be accounted for; \\n weapons collected need to be classified and analysed; \\n beneficiaries of reintegration assistance need to be tracked; and \\n the quality of services provided during the implementation of the programme needs to be assessed.To plan, monitor and evaluate the processes, a management information system (MIS) regarding the discharged ex-combatants is required and will contain the following components: \\n a database on the basic socio-economic profile of ex-combatants; \\n a database on disarmament and weapons classification; \\n a database of tracking benefit administration such as on payments of the settling-in package, training scholarships and employment subsidies to the ex-combatants; and \\n a database on the programme\u2019s financial flows.The MIS depends on the satisfactory performance of all those involved in the collection and processing of information. There is, therefore, a need for extensive training of enumer- ators, country staff and headquarters staff. Particular emphasis will be given to the fact that the MIS is a system not only of control but also of assistance. Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization. In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation. The system serves multiple functions and users. It is also updated from multiple data sources.The MIS may be conceived as comprising several simple databases that are logically linked together using a unique identifier (ID number). An MIS expert will be recruited to design, install and run the programme start-up. To keep the overheads of maintaining the system to a minimum, a self-updating and checking mechanism will be put in place.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 24, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2179, - "Score": 0.218218, - "Index": 2179, - "Paragraph": "DDR practitioners and donors shall recognize the indivisible character of DDR. Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.41-Finance-and-Budgeting", - "Module": "Finance and Budgeting", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Funding DDR as an indivisible process", - "Heading3": "", - "Heading4": "", - "Sentence": "Sufficient funds must be secured to finance the disarmament, demobilization and reintegration acti- vities for an individual participant and his/her receiving community before the UN should consider starting the disarmament process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2691, - "Score": 0.204124, - "Index": 2691, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "\\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 88, - "Score": 0.377964, - "Index": 88, - "Paragraph": "A process that contributes to security and stability in a post-conflict recovery context by removing weapons from the hands of combatants, taking the combatants out of military structures and helping them to integrate socially and economically into society by finding civilian livelihoods. also see separate entries for \u2018disarmament\u2019, \u2018demobilization\u2019 and \u2018reintegration\u2019.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Disarmament, demobilization and reintegration (DDR)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "also see separate entries for \u2018disarmament\u2019, \u2018demobilization\u2019 and \u2018reintegration\u2019.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 39, - "Score": 0.333333, - "Index": 39, - "Paragraph": "The term \u2018demobilization\u2019 refers to ending a child\u2019s association with armed forces or groups. The terms \u2018release\u2019 or \u2018exit from an armed force or group\u2019 and \u2018children coming or exiting from armed forces and groups\u2019 rather than \u2018demobilized children\u2019 are preferred.\\nChild demobilization/release is very brief and involves removing a child from a military or armed group as swiftly as possible. This action may require official documentation (e.g., issuing a demobilization card or official registration in a database for ex-combatants) to confirm that the child has no military status, although formal documentation must be used carefully so that it does not stigmatize an already-vulnerable child.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 3, - "Heading1": "Child demobilization, release, exit from an armed force or Group", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The term \u2018demobilization\u2019 refers to ending a child\u2019s association with armed forces or groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 490, - "Score": 0.316228, - "Index": 490, - "Paragraph": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "DEMOBILIZATION", - "Heading3": "", - "Heading4": "", - "Sentence": "The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 315, - "Score": 0.301511, - "Index": 315, - "Paragraph": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is short-term material and/or financial assistance to meet immediate needs, and can last up to one year\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 19, - "Heading1": "Reinsertion", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cReinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 491, - "Score": 0.301511, - "Index": 491, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. While reintegration is a long-term, continuous social and economic process of development, reinsertion is a short-term material and/or financial assistance to meet immediate needs, and can last up to one year.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 2, - "Heading1": "2. What is DDR?", - "Heading2": "REINSERTION", - "Heading3": "", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 75, - "Score": 0.288675, - "Index": 75, - "Paragraph": "\u201cDemobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). the second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion\u201d (Secretary-General, note to the General Assembly, A/C.5/59/31, May 2005).", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 6, - "Heading1": "Demobilization (see also \u2018Child demobilization\u2019)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\u201cDemobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 279, - "Score": 0.288675, - "Index": 279, - "Paragraph": "Programmes provided at the point of demobilization to former combatants and their families to better equip them for reinsertion to civil society. This process also provides a valuable opportunity to monitor and manage expectations.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Pre-discharge orientation (PDO)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Programmes provided at the point of demobilization to former combatants and their families to better equip them for reinsertion to civil society.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 213, - "Score": 0.258199, - "Index": 213, - "Paragraph": "The co-operative implementation of policies, structures and processes that support effective disarmament, demobilization and reintegration operations within a peacekeeping environment.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 12, - "Heading1": "Integrated disarmament, demobilization and reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The co-operative implementation of policies, structures and processes that support effective disarmament, demobilization and reintegration operations within a peacekeeping environment.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 283, - "Score": 0.242536, - "Index": 283, - "Paragraph": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.20-Glossary", - "Module": "Glossary", - "PageNum": 17, - "Heading1": "Prevention of recruitment, and demobilization and reintegration (PDR)", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Child-focused agencies use the term \u2018prevention of recruitment, and demobilization and reintegration\u2019 rather than DDR when referring to child-centred processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 474, - "Score": 0.229416, - "Index": 474, - "Paragraph": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict. In a peacekeeping context, this trend has been part of a move towards complex operations that seek to deal with a wide variety of issues ranging from security to human rights, rule of law, elections and economic governance, rather than traditional peacekeeping where two warring parties were separated by a ceasefire line patrolled by blue-helmeted soldiers.The changed nature of peacekeeping and post-conflict recovery strategies requires close coordination among UN departments, agencies, funds and programmes. In the past five years alone, DDR has been included in the mandates for multidimensional peacekeeping operations in Burundi, C\u00f4te d\u2019Ivoire, the Democratic Republic of the Congo, Haiti, Liberia and Sudan. Simultaneously, the UN has increased its DDR engagement in non-peacekeeping contexts, namely in Afghanistan, the Central African Republic, the Congo, Indonesia (Aceh), Niger, Somalia, Solomon Islands and Uganda.While the UN has acquired significant experience in the planning and management of DDR programmes, it has yet to establish a collective approach to DDR, or clear and usable policies and guidelines to facilitate coordination and cooperation among UN agencies, departments and programmes. This has resulted in poor coordination and planning and gaps in the implementation of DDR programmes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 1, - "Title": "IDDRS-1.10-Introduction-To-The-IDDRS", - "Module": "Introduction To The IDDRS", - "PageNum": 1, - "Heading1": "Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Since the late 1980s, the United Nations (UN) has increasingly been called upon to support the implementation of disarmament, demobilization and reintegration (DDR) programmes in countries emerging from conflict.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/emobilization of armed grou.json b/media/usersResults/emobilization of armed grou.json deleted file mode 100644 index 0637a08..0000000 --- a/media/usersResults/emobilization of armed grou.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/media/usersResults/hat are DDR-related tool.json b/media/usersResults/hat are DDR-related tool.json deleted file mode 100644 index bd215f6..0000000 --- a/media/usersResults/hat are DDR-related tool.json +++ /dev/null @@ -1,16810 +0,0 @@ -[ - { - "index": 1131, - "Score": 0.707107, - "Index": 1131, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1149, - "Score": 0.707107, - "Index": 1149, - "Paragraph": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes. It discusses the role of DDR practitioners in the negotiation of local and na- tional peace agreements, the role of transitional and final security arrangements, and how practitioners may work to generate political will for DDR among warring parties. Finally, this chapter discusses the transformation of armed groups into political parties and the political dynamics of DDR in active conflict settings.1", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module introduces the political dynamics of DDR and provides an overview of how to analyse and better understand them so as to develop politically sensitive DDR processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1152, - "Score": 0.707107, - "Index": 1152, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of abbreviations used in these standards.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1158, - "Score": 0.707107, - "Index": 1158, - "Paragraph": "The impact of DDR on the political landscape is influenced by the context, the history of the conflict, and the structures and motivations of the warring parties. Some armed groups may have few political motivations or demands. Others, however, may fight against the State, seeking political power. Armed conflict may also be more localized, linked to local politics and issues such as access to land. There may also be complex interactions between political dynamics and conflict drivers at the local, national and regional levels.In order to support a peaceful resolution to armed conflict, DDR practitioners can support the mediation, oversight and implementation of peace agreements. Local- level peace agreements may take many forms, including (but not limited to) local non- aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements. National-level peace agreements may also vary, ranging from cease- fire agreements to Comprehensive Peace Agreements (CPAs) with provisions for the establishment of a political power-sharing system. In this context, the role of former warring parties in interim political institutions may include participation in the interim administration as well as in other political bodies or movements, such as being repre- sented in national dialogues. DDR can support this process, including by helping to demilitarize politics and supporting the transformation of armed groups into political parties.DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influ- ence, and be influenced by, political dynamics. For example, armed groups may refuse to disarm and demobilize until they are sure that their political demands will be met. Having control over DDR processes can constitute a powerful political position, and, as a result, groups or individuals may attempt to manipulate these processes for political gain. Furthermore, during a con- flict armed groups may become politically empowered and can challenge established political systems and structures, create DDR is not only a technical endeavour \u2013 many aspects of the DDR process will influence, and be influenced by, political dynamics. alternative political arrangements or take over functions usually reserved for the State, including as security providers. Measures to disband armed groups can provide space for the restoration of the State in places where it was previously absent, and therefore can have a strong impact upon the security and political environment.The political limitations of DDR should also be considered. Integrated DDR processes can facilitate engagement with armed groups but will have limited impact unless parallel efforts are undertaken to address the reasons why these groups felt it necessary to mobilize in the first place, their current and prospective security concerns, and their expectations for the future. Overcoming these political limitations requires recognition of the strong linkages between DDR and other aspects of a peace process, including broader political arrangements, transitional justice and reconciliation, and peacebuilding activities, without which there will be no sustainable peace. Importantly, national-level peace agreements may not be appropriate to resolve ongoing local-level conflicts or regional conflicts, and it will be necessary for DDR practitioners to develop strategies and select DDR-related tools that are appropriate to each level.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The impact of DDR on the political landscape is influenced by the context, the history of the conflict, and the structures and motivations of the warring parties.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1177, - "Score": 0.707107, - "Index": 1177, - "Paragraph": "A people-centred approach shall be followed. This approach must take into account the needs and positions of all stakeholders (Government, armed and unarmed opposition, the population and the international community) in a sensitive manner and seek to understand and accommodate them.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles ", - "Heading2": "4.1 People-centred", - "Heading3": "", - "Heading4": "", - "Sentence": "A people-centred approach shall be followed.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1184, - "Score": 0.707107, - "Index": 1184, - "Paragraph": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required. In mission settings, such analyses are undertaken by UN peace operations, special political missions or offices. In non-mission settings, contextual analysis forms an integral part of the United Nations Sustainable Development Cooperation Framework (UNSDCF) process.In both mission and non-mission settings, the analysis of the political dynamics of a DDR process forms just one part of a broader situational analysis. It may therefore be linked to conflict and development analysis (CDA) or other analysis that is requested/ mandatory in the UN system. The sections immediately below focus only on the contex- tual analysis of the political dynamics of DDR processes. This type of analysis should examine the following factors:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "", - "Heading4": "", - "Sentence": "To understand the political dynamics of DDR processes, a thorough contextual analysis is required.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1190, - "Score": 0.707107, - "Index": 1190, - "Paragraph": "Understanding the political dynamics that influence DDR processes requires knowl- edge of the historical and political context. A summary of relevant factors to consider can be found in Table 1 below.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 5, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.1. The political and historical context", - "Heading4": "", - "Sentence": "Understanding the political dynamics that influence DDR processes requires knowl- edge of the historical and political context.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1192, - "Score": 0.707107, - "Index": 1192, - "Paragraph": "The structures and motivations of armed forces and groups should be assessed. \\n It should be kept in mind, however, that these structures and motivations may vary over time and at the individual and collective levels. For example, certain individuals may have been motivated to join armed groups for reasons of opportunism rather than political goals. Some opportunist individuals may become progressively politicized or, alternatively, those with political motives may become more opportunist. Crafting an effective DDR process requires an understanding of these different and changing motivations. Furthermore, the stated motives of warring parties and their members may differ significantly from their actual motives or be against international law and principles.As explained in more detail in Annex B, potential motives may include one or several of the following: \\nPolitical \u2013 seeking to impose or protect a political system, ideology or party. \\nSocial \u2013 seeking to bring about changes in social status, roles or balances of power, discrimination and marginalization. \\nEconomic \u2013 seeking a redistribution or accumulation of wealth, often coupled with joining to escape poverty and to provide for the family. \\nSecurity driven \u2013 seeking to protect a community or group from a real or per- ceived threat. \\nCultural/spiritual \u2013 seeking to protect or impose values, ideas or principles. \\nReligious \u2013 seeking to advance religious values, customs and ideas. \\nMaterial \u2013 seeking to protect material resources. \\nOpportunistic \u2013 seeking to leverage a situation to achieve any of the above.It is important to undertake a thorough analysis of armed forces and groups so as to better understand the DDR target groups and to design DDR processes that maximize political buy-in. Analysis of armed forces and groups should include the following: \\n Leadership: Including associated political leaders or structures (see below) and other persons who may have influence over the warring parties. The analysis should take into account external actors, including possible foreign supporters but also exiled leaders or others who may have some control over armed groups. It should also consider how much control the leadership has over the combatants and to what extent the leadership is representative of its members. Both control and representativeness can change over time. \\n Internal group dynamics: Including the balance between an organization\u2019s po- litical and military wings, interactions between prominent members or factions within an armed force or group and how they influence the behaviour of the or- ganization, internal conflict patterns and potential fragmentation, the presence of female fighters or women associated with armed forces and groups (WAAFG), gender norms in the group, and the existence and pervasiveness of sexual violence. \\n Associated political leaders and structures: Including whether warring parties have a separate political branch or are integrated politico-military movements and how this shapes their agenda. Are women involved in political structures, and if so to what extent? Armed groups with separate political structures or a history of political engagement prior to the conflict have sometimes been more successful at transforming themselves into political parties, although this potential may erode during a prolonged conflict. \\n Associated religious leaders: Are religious leaders or personalities associated with the armed groups? What role could they play in peace negotiations? Do they have influence on the warring parties, and how can they help to shape the outcome of peace efforts? \\n Linkages with their base: Is a given armed group close to a political base or a popu- lation, and how do these linkages influence the group? Has this support been weak- ened by the use of certain tactics or actions (e.g., mass atrocities), or will repression of its base influence the armed group? Will efforts to demobilize combatants affect the armed group\u2019s relations with its base or otherwise push it to change tactics \u2013 for instance eschewing violence so as to mobilize a political base that would otherwise reject violence. \\n Linkages with local, national and regional elites: Including influential indi- viduals or groups who hold sway over the armed forces and groups. These could include business people or communities, religious or traditional leaders or insti- tutions such as trade unions or cultural groupings. The diaspora may also be an important actor, providing political and economic support to communities and/or armed groups. \\n External support: Are there regional and/or broader international actors or net- works that provide political and financial support to armed groups, including on the basis of geopolitical interests? This might include State sponsors, diaspora or political exiles, transnational criminal networks or ideological affiliation and \u2018franchising\u2019 with foreign, often extremist, armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 5, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.2. The structures and motivations of armed forces and groups", - "Heading4": "", - "Sentence": "The structures and motivations of armed forces and groups should be assessed.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1224, - "Score": 0.707107, - "Index": 1224, - "Paragraph": "The way a conflict ends can influence the political dynamics of DDR. The following scenarios should be considered: \\n A clear victor: This usually results in a \u2018victor\u2019s peace\u2019, where the winner can \u2018im- pose\u2019 demands on the party that lost the conflict. This may mean that the armed structures of the victor are preserved, while the losing party will be the one tar- geted for DDR. Less emphasis may be placed on the reintegration of the defeated combatants, and the stigma of being an ex-combatant or person formerly associated with an armed force or group (including children associated with armed forces and groups [CAAFG] and WAAFG) is compounded by that of having been a part of a defeated group, resulting in increased marginalization, exclusion and discrim- ination. The victorious group may seek to dominate the new security structures. \\n A negotiated process: At the national level, this is the most common form of con- flict resolution and often results in a comprehensive peace agreement (CPA) that addresses the political aspects of a conflict and might include provisions for DDR (this is considered a prerequisite for a DDR programme). Negotiated processes can also lead to local-level peace agreements, which can be followed by DDR- related tools such as CVR and transitional weapons and ammunition management (WAM) or reintegration support. DDR processes that are the outcome of negotiations (whether local or national) are more likely to be acceptable to warring parties. However, unless expert advice is provided, the DDR-related clauses in such agree- ments can be unrealistic. \\n Partial peace: In some conflicts the multiplicity of armed groups may result in peace processes that are not fully inclusive, since some of the armed groups are excluded from or refuse to sign the agreement. This can be a disincentive for signatory armed groups to disarm and demobilize due to fear for their security and that of the population they represent, concerns over loss of territory to a non- signatory armed group or uncertainty about how their political position might be affected should other armed groups eventually join the peace process.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 9, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.3 Conflict outcomes", - "Heading4": "", - "Sentence": "The way a conflict ends can influence the political dynamics of DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1235, - "Score": 0.707107, - "Index": 1235, - "Paragraph": "National-level peace agreements will not always put an end to local-level conflicts. Local agendas \u2013 at the level of the individual, family, clan, municipality, community, district or ethnic group \u2013 can at least partly drive the continuation of violence. Some incidents of localized violence, such as clashes between rivals over positions of tradi- tional authority between two clans, will require primarily local solutions. However, other types of localized armed conflict may be intrinsically linked to the national level, and more amenable to top-down intervention. An example would be competition over political roles at the subfederal or district level. Experience shows that international interventions often neglect local mediation and conflict resolution, focusing instead on national-level cleavages. However, in many instances a combination of local and national conflict or dispute resolution mechanisms, including traditional ones, may be required. For these reasons, local political dynamics should be assessed.In addition to these local- and national-level dynamics, DDR practitioners should also understand and address cross-border/transnational conflict causes and dynamics, including their gender dimensions, as well as the interdependencies of armed groups with regional actors. In some cases, foreign armed groups may receive support from a third country, have bases across a border, or draw recruits and support from commu- nities that straddle a border. These contexts often require approaches to repatriate for- eign combatants and persons associated with foreign armed groups. Such programmes should be accompanied by reintegration support in the former combatant\u2019s country of origin (see also IDDRS 5.40 on Cross-Border Population Movements).Regional dimensions may also involve the presence of regional or international forces operating in the country. Their impact on DDR should be assessed, and the con- fluence of DDR efforts and ongoing military operations against non-signatory move- ments may need to be managed. DDR processes are voluntary and shall not be conflated with counter-insurgency operations or used to achieve counter-insurgency objectives.The conflict may also have international links beyond the immediate region. These may include proxy wars, economic interests, and political support to one or several groups, as well as links to organized crime networks. Those involved may have specific inter- ests to protect in the conflict and might favour one side over the other, or a specific out- come. DDR processes will not usually address these factors directly, but their success may be influenced by the need to engage politically or otherwise with these external actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 10, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.4 Local, national, regional and international dynamics", - "Heading4": "", - "Sentence": "National-level peace agreements will not always put an end to local-level conflicts.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1251, - "Score": 0.707107, - "Index": 1251, - "Paragraph": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing. In these contexts, DDR practitioners will need to assess how their interventions may affect local, national, regional and international political dynamics. For example, will the implementation of CVR projects contribute to the restoration and reinvigoration of (dormant) local government (see IDDRS 2.30 on Community Violence Reduction)? Will local-level interventions impact political dynamics only at the local level, or will they also have an impact on national-level dynamics?In conflict settings, DDR practitioners should also assess the political dynamics created by the presence of multiple armed groups. Complex contexts involving multiple armed groups can increase the pressure for a peace agreement to succeed (including through successful DDR and the transformation of armed groups into political parties) if this provides an example and an incentive for other armed groups to enter into a negotiated solution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "5. Understanding and analyzing the political dynamics of DDR", - "Heading2": "5.1 Contextual considerations ", - "Heading3": "5.1.5 DDR in conflict contexts or in contexts with multiple armed groups", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10 on The UN Approach to DDR, integrated DDR processes may be pursued even when conflict is ongoing.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1256, - "Score": 0.707107, - "Index": 1256, - "Paragraph": "Governments and armed groups are key stakeholders in peace processes. Despite this, the commitment of these parties cannot be taken for granted and steps should be tak- en to build their support for the DDR process. It will be important to consider various options and approaches at each stage of the DDR process so as to ensure that next steps are politically acceptable and therefore more likely to be attractive to the parties. If there is insufficient political support for DDR, its efficacy may be undermined. In order to foster political will for DDR, the following factors should be taken into account:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Governments and armed groups are key stakeholders in peace processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1261, - "Score": 0.707107, - "Index": 1261, - "Paragraph": "Participation in peacetime politics may be a key demand of groups, and the opportu- nity to do so may be used as an incentive for them to enter into a peace agreement. If armed groups, armed forces or wartime Governments are to become part of the political process, they should transform themselves into entities able to operate in a transitional political administration or an electoral system.Leaders may be reluctant to give up their command and therefore lose their political base before they are able to make the shift to a political party that can re- ab- sorb this constituency. At the same time, they may be unwilling to give up their wartime structures until they are sure that the political provisions of an agreement will be implemented.DDR processes should consider the parties\u2019 political motivations. Doing so can reassure armed groups that they can retain the ability to pursue their political agen- das through peaceful means and that they can therefore safely disband their military structures.The post-conflict demilitarization of politics and institutions goes beyond DDR practitioners\u2019 mandates, yet DDR processes should not ignore the political aspirations of armed groups and their members. Such aspirations may include participating in political life by being able to vote, being a member of a political party that represents their ideas and aims, or running for office.For some armed groups, participation in politics may involve transformation into a political party, a merger or alignment with an existing party, or the candidacy of former members in elections.The transformation of an armed group into a political party may appear to be incompatible with the aim of disbanding military structures and breaking their chains of command and control because a political party may seek to build upon wartime com- mand structures. Practitioners and political leaders need to consider the effects of a DDR process that seeks to disband and break the structures of an armed group that aims to become a political party. Attention should be paid as to whether the planned DDR pro- cess could help or hinder this transformation and whether this could support or undermine the wider peace process. DDR processes may need to be adapted accordingly.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 11, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.1 The political aspirations of armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in peacetime politics may be a key demand of groups, and the opportu- nity to do so may be used as an incentive for them to enter into a peace agreement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1269, - "Score": 0.707107, - "Index": 1269, - "Paragraph": "The DDR-related clauses included within peace agreements should be realistic and appropriate for the setting. In CPAs, the norm is to include a commitment to under- take a DDR programme. The details, including provisions regarding female combat- ants, WAAFG and CAAFG, are usually developed later in a national DDR programme document. Local-level peace agreements will not necessarily include a DDR programme, but may include a range of DDR-related tools such as CVR and transi- tional WAM (see IDDRS 2.10 on The UN Approach to DDR). Provisions that legitimize entitlements for those who have been members of armed forces and groups should be avoided (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Regardless of the type of peace agreement, mediators and signatories should have a minimum understanding of DDR, including the preconditions and principles of gender- responsive and child-friendly DDR (see IDDRS 2.10 on The UN Approach to DDR). Where necessary they should call upon DDR experts to build capacity and knowledge among all of the actors involved and to advise them on the negotiation of relevant and realistic DDR provisions.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.2 Ensuring adequate provisions for DDR in peace agreements ", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR-related clauses included within peace agreements should be realistic and appropriate for the setting.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1275, - "Score": 0.707107, - "Index": 1275, - "Paragraph": "In some instances, integrated DDR processes should be closely linked to other parts of a peace process. For example, DDR programmes may be connected to security sector reform and transitional justice (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on Transitional Justice and DDR). Unless these other activities are clear, the signatories cannot decide on their participation in DDR with full knowledge of the options available to them and may block the process. Donors and other partners may also find it difficult to support DDR processes when there are many unknowns. It is therefore important to ensure that stakeholders have a minimum level of under- standing and agreement on other related activities, as this will affect their decisions on whether or how to participate in a DDR process.Information on associated activities is usually included in a CPA; however, in the absence of such provisions, the push to disarm and demobilize forces combined with a lack of certainty on fundamental issues such as justice, security and integration can un- dermine confidence in the process. In such cases an assessment should be made of the opportunities and risks of starting or delaying a DDR process, and the consequences shall be made clear to UN senior leadership, who will take a decision on this. If the de- cision is to postpone a programme, donors and budgeting bodies shall be kept informed. There may also be a need to link local and national conflict resolution and media- tion so that one does not undermine the other.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.3 Building and ensuring integrated DDR processes ", - "Heading3": "", - "Heading4": "", - "Sentence": "In some instances, integrated DDR processes should be closely linked to other parts of a peace process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1284, - "Score": 0.707107, - "Index": 1284, - "Paragraph": "It is important for the parties to a peace agreement to have a common understanding of what DDR involves, including the gender dimensions and requirements and pro- tections for children. This may not always be the case, especially if the stakeholders have not all had the same opportunity to learn about DDR. This is particularly true for groups that may be difficult to access because of security or geography, or because they are considered \u2018off limits\u2019 due to their ideology. The ability to hold meaningful dis- cussions on DDR may therefore require capacity-building with the parties to balance the levels of knowledge and ensure a common understanding of the process. In con- texts where DDR has been implemented before, this history can affect perceptions of future DDR activities, and there may be a need to review and manage expectations and clarify differences between past and planned processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 13, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.4 Ensuring a common understanding of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "It is important for the parties to a peace agreement to have a common understanding of what DDR involves, including the gender dimensions and requirements and pro- tections for children.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1291, - "Score": 0.707107, - "Index": 1291, - "Paragraph": "Donors and UN budgetary bodies should understand that DDR is a long and expen- sive undertaking. While DDR is a crucial process, it is but one part of a broader political and peacebuilding strategy. Hence, the objectives and expectations of DDR must be realistic. A partial commitment to such an undertaking is insufficient to allow for a sustainable DDR process and may cause harm. This support must extend to an understanding of the difficult circumstances in which DDR is implemented and the need to sometimes wait until the conditions are right to start and assure that funding and support is avail- able for a long-term process. However, there is often a push to spend allocated funding even when the conditions for a process are not in place. This financial pressure should be better understood, and budgetary rules and regulations should not precipitate the premature launch of a DDR process, as this will only undermine its success.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.5 Ensuring international support for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Donors and UN budgetary bodies should understand that DDR is a long and expen- sive undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1298, - "Score": 0.707107, - "Index": 1298, - "Paragraph": "DDR processes are often preceded by a period of negotiation and the establishment of a peace agreement.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are often preceded by a period of negotiation and the establishment of a peace agreement.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1299, - "Score": 0.707107, - "Index": 1299, - "Paragraph": "Local peace agreements can take many different forms and may include local non- aggression pacts between armed groups, deals regarding access to specific areas, CVR agreements and reintegration support for those who have left the armed groups. These local agreements may sometimes be one part of a broader peace strategy. A large range of actors can be involved in the negotiation of these agreements, including informal local mediation committees, Government-established local peace and reconciliation committees, religious actors, non-governmental organizations (NGOs) and the UN. Local capacities for peace should also be assessed and engaged in the peace and medi- ation processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.1 Local peace agreements ", - "Heading3": "", - "Heading4": "", - "Sentence": "Local peace agreements can take many different forms and may include local non- aggression pacts between armed groups, deals regarding access to specific areas, CVR agreements and reintegration support for those who have left the armed groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1303, - "Score": 0.707107, - "Index": 1303, - "Paragraph": "There are usually two types of agreements that are negotiated during a national-level peace process: preliminary ceasefires and CPAs.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "", - "Heading4": "", - "Sentence": "There are usually two types of agreements that are negotiated during a national-level peace process: preliminary ceasefires and CPAs.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1304, - "Score": 0.707107, - "Index": 1304, - "Paragraph": "In some cases, preliminary ceasefires may be agreed to prior to a final agreement. These aim to create a more conducive environment for talks to take place. DDR provi- sions are not included in such agreements.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.1 Preliminary ceasefires", - "Heading4": "", - "Sentence": "In some cases, preliminary ceasefires may be agreed to prior to a final agreement.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1307, - "Score": 0.707107, - "Index": 1307, - "Paragraph": "DDR programmes are often the result of a CPA that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals.As illustrated in Diagram 1 below, CPAs usually include several chapters or annexes addressing different substantive issues. \\n The first three activities under \u201cCeasefire and Security Arrangements\u201d are typically part of the ceasefire process. The cantonment of forces, especially when cantonment sites are also used for DDR activities, is usually the nexus between the ceasefire and the \u201cfinal security arrangements\u201d that include DDR and SSR (see section 7.5).Ceasefires usually require the parties to provide a declaration of forces for moni- toring purposes, ideally disaggregated by sex and including information regarding the presence of WAAFG, CAAFG, abductees, etc. This declaration can provide important planning information for DDR practitioners and, in some cases, negotiated agreements may stipulate the declared number of people in each movement that are expected to participate in a DDR process. Likewise, the assembly or cantonment of forces may provide the opportunity to launch disarmament and demobilization activities in assembly areas, or, at a minimum, to provide information outreach and a preliminary registra- tion of personnel for planning purposes. Outreach should always include messages about the eligibility of female DDR participants and encourage their registration.Discussions on the disengagement and withdrawal of troops may provide infor- mation as to where the process is likely to take place as well as the number of persons involved and the types and quantities of weapons and ammunition present.In addition to security arrangements, the role of armed groups in interim political institutions is usually laid out in the political chapters of a CPA. If political power-sharing systems are set up straight after a conflict, these are the bodies whose membership will be negotiated during a peace agreement. Transitional governments must deal with critical issues and processes resulting from the conflict, including in many cases DDR. It is also these bodies that may be responsible for laying the foundations of longer-term political structures, often through activities such as the review of constitutions, the holding of national political dialogues and the organization of elections. Where there is also a security role for these actors, this may be established in either the political or security chapters of a CPA.Political roles may include participation in the interim administration at all levels (central Government and regional and local authorities) as well as in other political bodies or movements such as being represented in national dialogues. Security areas of consideration might include the need to provide security for political actors, in many cases by establishing protection units for politicians, often drawn from the ranks of their combatants. It may also include the establishment of interim security systems that will incorporate elements from armed forces and groups (see section 7.5.1)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 14, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.2 Preliminary ceasefires and comprehensive peace agreements ", - "Heading3": "7.2.2 Comprehensive Peace Agreements", - "Heading4": "", - "Sentence": "DDR programmes are often the result of a CPA that seeks to address political and security issues.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1320, - "Score": 0.707107, - "Index": 1320, - "Paragraph": "As members of mediation support teams or mission staff in an advisory role to the Special Representative to the Secretary-General (SRSG) or the Deputy Special Repre- sentative to the Secretary-General (DSRSG), DDR practitioners can provide advice on how to engage with armed forces and groups on DDR issues and contribute to the attainment of agreements. In non-mission settings, the UN peace and development advisors (PDAs) deployed to the office of the UN Resident Coordinator (RC) play a key role in advising the RC and the government on how to engage and address armed groups. DDR practitioners assigned to UN mediation support teams may also draft DDR provisions of ceasefires, local peace agreements and CPAs, and make proposals on the design and implementation of DDR processes.In addition to the various parties to the conflict, the UN should also support the participation of civil society in peace negotiations, in particular women, youth and others traditionally excluded from peace talks. Women\u2019s participation (in mediation and negotiations) can expand the range of domestic constituencies engaged in a peace process, strengthening its legitimacy and credibility. Women\u2019s perspectives also bring a different understanding of the causes and consequences of conflict, generating more comprehensive and potentially targeted proposals for its resolution.Mediators and DDR practitioners should recognize the sensitivities around lan- guage and be flexible and contextual with the terms that are used. The term \u2018reinte- gration\u2019 may be perceived as inappropriate, particularly if members of armed groups never left their communities. Terms such as \u2018rehabilitation\u2019 or \u2018reincorporation\u2019 may be considered instead. Similarly, the term \u2018disarmament\u2019 can include connotations of surrender or of having weapons taken away by a more powerful actor, and its use can prevent warring parties from moving forward with the negotiations (see also IDDRS 4.10 on Disarmament). DDR practitioners and mediators can consider the use of more neutral terms, such as \u2018laying aside of weapons\u2019 or \u2018transitional weapons and ammu- nition management\u2019. The use of transitional WAM activities and terminology may also set the ground for more realistic arms control provisions in a peace agreement while guarantees around security, justice and integration into the security sector are lacking (see also IDDRS 4.11 on Transitional Weapons and Ammunition Management). Medi- ators and other actors supporting the mediation process should have strong DDR and WAM knowledge or have access to expertise that can guide them in designing appro- priate and evidence-based DDR WAM provisions.Within a CPA, the detail of large parts of the final security arrangements, including strategy and programme documents and budgets, is often left until later. However, CPAs should typically establish the principle that DDR will take place and outline the structures responsible for implementation.If contextual analysis reveals that both local and national conflict dynamics are at play (see section 5.1.4) DDR practitioners can support a multilevel approach to mediation. This approach should not be reactive and ad hoc, but part of a well-articulated strategy explicitly connecting the local to the national.Problems may arise if those engaged in negotiations are not well informed about DDR and commit to an unsuitable or unrealistic process. This usually occurs when DDR expertise is not available in negotiations or the organizations that might support a DDR process are not consulted by the mediators or facilitators of a peace process. It is therefore important to ensure that DDR experts are available to advise on peace agree- ments that include provisions for DDR.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 16, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.3 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "As members of mediation support teams or mission staff in an advisory role to the Special Representative to the Secretary-General (SRSG) or the Deputy Special Repre- sentative to the Secretary-General (DSRSG), DDR practitioners can provide advice on how to engage with armed forces and groups on DDR issues and contribute to the attainment of agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1335, - "Score": 0.707107, - "Index": 1335, - "Paragraph": "Security Council Resolution 1325 (2000) calls on all actors involved, when negotiating and implementing peace agreements, to adopt a gender perspective, including, inter alia: \\na.The special needs of women and girls during repatriation and resettlement and for rehabilitation, reintegration and post-conflict reconstruction; \\nb.Measures that support local women\u2019s peace initiatives and indigenous pro- cesses for conflict resolution, and that involve women in all of the implementa- tion mechanisms of the peace agreements; \\nc.Measures that ensure the protection of and respect for human rights of women and girls, particularly as they relate to the constitution, the electoral system, the police and the judiciary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 17, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.3 DDR support to mediation", - "Heading3": "7.3.1 Peace mediation and gender", - "Heading4": "", - "Sentence": "Security Council Resolution 1325 (2000) calls on all actors involved, when negotiating and implementing peace agreements, to adopt a gender perspective, including, inter alia: \\na.The special needs of women and girls during repatriation and resettlement and for rehabilitation, reintegration and post-conflict reconstruction; \\nb.Measures that support local women\u2019s peace initiatives and indigenous pro- cesses for conflict resolution, and that involve women in all of the implementa- tion mechanisms of the peace agreements; \\nc.Measures that ensure the protection of and respect for human rights of women and girls, particularly as they relate to the constitution, the electoral system, the police and the judiciary.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1336, - "Score": 0.707107, - "Index": 1336, - "Paragraph": "DDR processes often contend with a lack of trust between the signatories to peace agreements. Previous experience with DDR programmes indicates two common delay tactics: the inflation of numbers of fighters to increase a party\u2019s importance and weight in the peace negotiations, and the withholding of combatants and arms until there is greater trust in the peace process. Some peace agreements have linked progress in DDR to progress in the political track so as to overcome fears that, once disarmed, the movement will lose influence and its political claims may not be fully met.Confidence-building measures (CBMs) are often used to reduce or eliminate the causes of mistrust and tensions during negotiations or to reinforce confidence where it already exists. Certain DDR activities and related tools can also be considered CBMs and could be instituted in support of peace negotiations. For example, CVR programmes can also be used as a means to de-escalate violence during a preliminary ceasefire and to build confidence before the signature of a CPA and the launch of a DDR programme (see also IDDRS 2.30 on Community Violence Reduction). Furthermore, pre-DDR may be used to try to reduce tensions on the ground while negotiations are ongoing.Pre-DDR and CVR can provide combatants with alternatives to waging war at a time when negotiating parties may be cut off or prohibited from accessing their usual funding sources (e.g., if a preliminary agreement forbids their participation in resource exploitation, taxation or other income-generating activities). However, in the absence of a CPA, prolonged CVR and pre-DDR can also become a support mechanism for armed groups rather than an incentive to finalize peace negotiations. Such processes should therefore be approached with caution.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 17, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.4 DDR support to confidence-building measures .", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes often contend with a lack of trust between the signatories to peace agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1344, - "Score": 0.707107, - "Index": 1344, - "Paragraph": "Most CPAs include provisions for transitional (or \u2018interim\u2019) and final security arrange- ments. Transitional security arrangements are typically put in place to support DDR programmes by establishing security structures, often jointly or with a third party such as a UN peace operation, that can provide security before the final post-conflict security structures are established. In situations where UN peace operations are un- likely to be established following the signature of a CPA, joint security mechanisms may be put in place as part of transitional and final security arrangements with or without different forms of international verification. Alternatively, a separate mech- anism driven either by regional economic communities or bilateral players agreed to by the warring parties may be deployed. DDR programmes are usually part of the final security arrangements that establish, among other things, what will happen to the fighting forces post-conflict.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 18, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "Most CPAs include provisions for transitional (or \u2018interim\u2019) and final security arrange- ments.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1349, - "Score": 0.707107, - "Index": 1349, - "Paragraph": "Transitional security arrangements vary in scope depending on the context, levels of trust and what might be acceptable to the parties. Options that might be considered include: \\n Acceptable third-party actor(s) who are able to secure the process. \\n Joint units, patrols or operations involving the parties to a conflict, often alongside a third-party presence (see also IDDRS 4.11 on Transitional Weapons and Ammu- nition Management). \\n Local security actors such as community police who are acceptable to the commu- nities and to the actors, as they are considered neutral and not a force brought in from outside. \\n Deployment of national police. Depending on the situation, this may have to occur with prior consent for any operations within a zone or be done alongside a third-party actor.Transitional security structures may require the parties to act as a security pro- vider during a period of political transition. This may happen prior to or alongside DDR programmes. This transition phase is vital for building confidence at a time when warring parties may be losing their military capacity and their ability to defend them- selves. This transitional period also allows for progress in parallel political, economic or social tracks. There is, however, often a push to proceed as quickly as possible to the final security arrangements and a normalization of the security scene. Consequently, DDR may take place during the transition phase so that when this comes to an end the armed groups have been demobilized. This may mean that DDR proceeds in advance of other parts of the peace process, despite its success being tied to progress in these other areas.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 18, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.1 Transitional security", - "Heading4": "", - "Sentence": "Transitional security arrangements vary in scope depending on the context, levels of trust and what might be acceptable to the parties.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1361, - "Score": 0.707107, - "Index": 1361, - "Paragraph": "DDR programmes are usually considered to be part of the CPA\u2019s provisions on final security arrangements. These seek to address the final status of signatories to the CPA through DDR, SSR, restructuring of security governance institutions and other related reforms.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.2 Final security arrangements", - "Heading4": "", - "Sentence": "DDR programmes are usually considered to be part of the CPA\u2019s provisions on final security arrangements.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1363, - "Score": 0.707107, - "Index": 1363, - "Paragraph": "Verification measures are used to ensure that the parties comply with an agreement. Veri- fication is usually carried out by inclusive, neutral or joint bodies. The latter often include the parties and an impartial actor (such as the UN or local parties acceptable to all sides) that can help resolve disagreements. Verification mechanisms for disarmament may be separate from the bodies established to implement DDR (usually a DDR commission) and may also verify other parts of a peace process in both mission and non-mission settings.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "7. Peace mediation and DDR", - "Heading2": "7.5 DDR and transitional and final security arrangements", - "Heading3": "7.5.3 Verification", - "Heading4": "", - "Sentence": "Verification measures are used to ensure that the parties comply with an agreement.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1367, - "Score": 0.707107, - "Index": 1367, - "Paragraph": "DDR should not be seen as a purely technical process, but one that requires active political support at all levels. In mission settings, this also means that DDR should not be viewed as the unique preserve of the DDR section. It should be given the attention and support it deserves by the senior mission leadership, who must be the political champions of such processes. In non-mission settings, DDR will fall under the respon- sibility of the UN RC system and the UNCT.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.1 Recognizing the political dynamics of DDR ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR should not be seen as a purely technical process, but one that requires active political support at all levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1371, - "Score": 0.707107, - "Index": 1371, - "Paragraph": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements. Other DDR-related tools, such as CVR, may be more appropriate, particularly following a local-level peace agreement or even during active conflict (see IDDRS 2.30 on Community Violence Reduction).DDR practitioners must assess the political consequences, if any, of supporting DDR processes in active conflict contexts. In particular, the intended outcomes of such interventions should be clear. For example, is the aim to contribute to local-level sta- bilization or to make the rewards of stability more tangible, perhaps through a CVR project or by supporting the reintegration of those who leave active armed groups? Alternatively, is the purpose to provide impetus to a national-level peace process? If the latter, a clear theory of change, outlining how local interventions are intended to scale up, is required.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 19, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.2 DDR-related tools ", - "Heading3": "", - "Heading4": "", - "Sentence": "A peace agreement is a precondition for a DDR programme, but DDR programmes need not always follow peace agreements.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1377, - "Score": 0.707107, - "Index": 1377, - "Paragraph": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage. The following political sensitivities should be taken into account:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "If designed properly, DDR programmes and pre-DDR can reduce parties\u2019 concerns about disbanding their fighting forces and losing political and military advantage.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1379, - "Score": 0.707107, - "Index": 1379, - "Paragraph": "The handover of weapons from one party to another (e.g., from an armed group to a Government) may be inappropriate, as it could be viewed as one side surrendering to the other (see also IDDRS 4.10 on Disarmament). To address this issue, DDR practitioners can consider: \\n The handover of weapons to a neutral third party. \\n The design of disarmament sites, as well as who is present there. The design should seek to minimize negative perceptions linked to the handover of weapons. This may also mean that the sites are under the control of a neutral party.Demobilizing selected elements (e.g., war wounded, veterans, child soldiers) from an armed force or group can be a strong signal of the movement\u2019s willingness to move forward with peace while allowing the bulk of their forces to remain intact until political goals or benchmarks have been met. This can be a controversial approach, as in some cases it can allow warring parties to get rid of members who are less combat capable, thus leaving them with smaller but more effective forces.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.1 Political optics", - "Heading4": "", - "Sentence": "The handover of weapons from one party to another (e.g., from an armed group to a Government) may be inappropriate, as it could be viewed as one side surrendering to the other (see also IDDRS 4.10 on Disarmament).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1385, - "Score": 0.707107, - "Index": 1385, - "Paragraph": "Disarmament provisions are not always applied evenly to all parties and, most often, armed forces are not disarmed. This can create an imbalance in the process, with one side being asked to hand over more weapons than the other. Even the symbolic disar- mament or control (safe storage as a part of a supervised process) of a number of the armed forces\u2019 weapons can help to create a perception of parity in the process. This could involve the control of the same number of weapons from the armed forces as those handed in by armed groups.Similarly, because it is often argued that armed forces are required to protect the nation and uphold the rule of law, DDR processes may demobilize only the armed opposition. This can create security concerns for the disarmed and demobilized groups whose opponents retain the ability to use force, and perceptions of inequality in the way that armed forces and groups are treated, with one side retaining jobs and salaries while the other is demobilized. In order to create a more equitable process, mediators may allow for the cantonment or barracking of a number of Government troops equivalent to the number of fighters from armed groups that are cantoned, disarmed and demobilized. They may also push for the demobilization of some members of the armed forces so as to make room for the integration of members of opposition armed groups into the national army.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.2 Parity in disarmament and demobilization", - "Heading4": "", - "Sentence": "Disarmament provisions are not always applied evenly to all parties and, most often, armed forces are not disarmed.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1392, - "Score": 0.707107, - "Index": 1392, - "Paragraph": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented. This can take time, and there may be a need to consider measures to keep troops under command and control, fed and paid in the interim. They could include: \\n Extended cantonment (this should not be open ended, and a reasonable end date should be set, even if it needs to be renegotiated later); \\n Linking demobilization to the successful completion of benchmarks in the political arena and in the transformation of armed groups into political parties; \\n Pre-DDR activities; \\n Providing other opportunities such as work brigades that keep the command and control of the groups but reorientate them towards more constructive activities.Such processes must be measured against the ability of the organization to control its troops and may be controversial as they retain command and control structures that can facilitate remobilization.Mid-level and senior commander\u2019s political aspirations should be considered when developing demobilization options. Support for political actors is a sensitive issue and can have important implications for the perceived neutrality of the UN, so decisions on this should be taken at the highest level. If agreed to, support in this field may require linking up with other organizations that can assist. Similarly, reintegration into civilian life could be broadened to include a political component for DDR programme participants. This could include civic education and efforts to build political platforms, including political parties. While these activities lie outside of the scope of DDR, DDR practitioners could develop partnerships with actors that are already engaged in this field. The latter could develop projects to assist armed group members who enter into politics in preparing for their new roles.Finally, when reintegration support is offered to former combatants, persons for- merly associated with armed forces and groups, and community members, there may be politically motivated attempts to influence whether these individuals opt to receive reintegration support or take up other, alternative options. Warring parties may push their members to choose an option that supports their former armed force or group as opposed to the individual\u2019s best chances at reintegration. They may push cadres to run for political office, encourage integration into the security services so as to build a power base within these forces, or opt for cash reintegration assistance, some of which is used to support political activities. The notion of individual choice should therefore be encouraged so as to counter attempts to co-opt reintegration to political ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 20, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.3 Linkages to other aspects of the peace process", - "Heading4": "", - "Sentence": "Opposition armed groups may be reluctant to demobilize their troops and dismantle their command structures before receiving tangible indications that the political aspects of an agreement will be implemented.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1404, - "Score": 0.707107, - "Index": 1404, - "Paragraph": "Along with the signature of a peace agreement, elections are often seen as a symbol marking the end of the transition from war to peace. If they are to be truly representative and offer an alternative way of contesting power, politics must be demilitarized (\u201dtake the gun out of politics\u201d or go \u201cfrom bullet to ballot\u201d) and transform armed groups into viable political parties that compete in the political arena. It is also through political parties that citizens, including former combatants, can involve themselves in politics and policymaking, as parties provide them with a structure for political participation and a channel for making their voices heard. Not all armed groups can become viable political parties. In this case, alternatives can be sought, including the establishment of a civil society organization aimed at advancing the cause of the group. However, if the transformation of armed groups into political parties is part of the conflict resolution process, reflected in a peace agreement, then the UN should provide support towards this end.DDR may affect the holding of or influence the outcome of elections in several ways: \\n Armed forces and groups that wield power through weapons and the threat of violence can influence the way people vote, affecting the free and fair nature of the elections. \\n Hybrid political \u2019parties\u2019 that are armed and able to organize violence retain the ability to challenge electoral results through force. \\n Armed groups may not have had the time nor space to transform into political actors. They may feel cheated if they are not able to participate fully in the process and revert to violence, as this is their usual way of challenging institutions or articulating grievances. \\n Women in armed groups may be excluded or marginalized as leadership roles and places in the political ranks are carved out.There is often a push for DDR to happen before elections are held. This may be a part of the sequencing of a peace process (signature of an agreement \u2013 DDR programme \u2013 elections), and in some cases completing DDR may be a pre-condition for holding polls. Delays in DDR may affect the timing of elections, or elections that are planned too early can result in a rushed DDR process, all of which may compromise the credi- bility of the broader peace process. Conversely, postponing elections until DDR is com- pleted can be difficult, especially given the long timeframes for DDR, and when there are large caseloads of combatants still to be demobilized or non-signatory movements are still active and can become spoilers. For these reasons DDR practitioners should consider the sequencing of DDR and elections and acknowledge that the interplay between them will have knock-on effects.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 21, - "Heading1": "8. Designing politically sensitive DDR processes ", - "Heading2": "8.3 DDR programmes", - "Heading3": "8.3.4 Elections and the transformation of armed groups", - "Heading4": "", - "Sentence": "Along with the signature of a peace agreement, elections are often seen as a symbol marking the end of the transition from war to peace.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1418, - "Score": 0.57735, - "Index": 1418, - "Paragraph": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development. Integrated DDR processes are made up of various combinations of: \\nDDR programmes; \\nDDR-related tools; \\nReintegration support, including when complementing DDR-related tools.DDR practitioners select the most appropriate of these measures to be applied on the basis of a thorough analysis of the particular context. Coordination is key to integrated DDR and is predicated on mechanisms that guarantee synergy and common purpose among all UN actors.The Integrated DDR Standards (IDDRS) contained in this document are a compilation of the UN\u2019s knowledge and experience in this field. They show how integrated DDR processes can contribute to preventing conflict escalation, supporting political processes, building security, protecting civilians, promoting gender equality and addressing its root causes, reconstructing the social fabric and developing human capacity. Integrated DDR is at the heart of peacebuilding and aims to contribute to long-term security and stability.Within the UN, integrated DDR takes place in partnership with Member States in both mission and non-mission settings, including in peace operations where they are mandated, and with the cooperation of agencies, funds and programmes. In countries and regions where integrated DDR processes are implemented, there should be a focus on capacity-building at the regional, national and local levels in order to encourage sustainable regional, national and/or local ownership and other peace-building measures.Integrated DDR processes should work towards sustaining peace. Whereas peace-building activities are typically understood as a response to conflict once it has already broken out, the sustaining peace approach recognizes the need to work along the entire peace continuum and towards the prevention of conflict before it occurs. In this way the UN should support those capacities, institutions and attitudes that help communities to resolve conflicts peacefully. The implications of working along the peace continuum are particularly important for the provision of reintegration support. Now, as part of the sustaining peace approach those individuals leaving armed groups can be supported not only in post-conflict situations, but also during conflict escalation and ongoing conflict.Community-based approaches to reintegration support, in particular, are well-positioned to operationalize the sustaining peace approach. They address the needs of former combatants, persons formerly associated with armed forces and groups, and receiving communities, while necessitating the multidimensional/sectoral expertise of several UN and regional actors across the humanitarian-peace-development nexus (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).Integrated DDR should also be characterized by flexibility, including in funding structures, to adapt quickly to the dynamic and often volatile conflict and post-conflict environment. DDR programmes, DDR-related tools and reintegration support, in whichever combination they are implemented, shall be synchronized through integrated coordination mechanisms, and carefully monitored and evaluated for effectiveness and with sensitivity to conflict dynamics and potential unintended effects.Five categories of people should be taken into consideration in integrated DDR processes as participants or beneficiaries, depending on the context: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees or victims; \\n3. dependents/families; \\n4. civilian returnees or \u2018self-demobilized\u2019; \\n5. community members.In each of these five categories, consideration should be given to addressing the specific needs and capacities of women, youth, children, persons with disabilities, and persons with chronic illnesses. In particular, the unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. Disarmament and other DDR-related weapons control activities aim to reduce the number of illicit weapons, ammunition and explosives in circulation and are important elements in responding to and addressing the drivers of conflict. Demobilization, including the provision of tailored reinsertion packages, is crucial in discharging combatants and those in support roles from the structures of armed forces and groups. Furthermore, DDR programmes emphasize the developmental impact of sustainable and inclusive reintegration and its positive effect on the consolidation of long-lasting peace and security.Lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for DDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.When these preconditions are in place, a DDR programme provides a common results framework for the coordination, management and implementation of DDR by national Governments with support from the UN system and regional and local stakeholders. A DDR programme establishes the outcomes, outputs, activities and inputs required, organizes costing requirements into a budget, and sets the monitoring and evaluation framework, including by identifying indicators, targets and milestones.In addition to DDR programmes, the UN has developed a set of DDR-related tools aiming to provide immediate and targeted responses. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation, and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may also be provided by DDR practitioners in compliance with international standards.The specific aims of DDR-related tools vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN approach to integrated DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In these contexts, reintegration may take place alongside/following DDR-related tools, or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes also aim to contribute to preventing further recruitment and to sustaining peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources. In this context, exits from armed groups and the reintegration of adult ex-combatants can and should be supported at all times, even in the absence of a DDR programme.Support to sustainable reintegration that addresses the needs of affected groups and harnesses their capacities, either as part of DDR programmes or not, requires a thorough understanding of the drivers of conflict, the specific needs of men, women, children and youth, their coping mechanisms and the opportunities for peace. Reintegration assistance should ensure the transition from individually focused to community approaches. This is so that resources can be applied to the benefit of the community in a balanced manner minimizing the stigmatization of former armed group members and contributing to reconciliation and reconstruction of the social fabric. In non-mission contexts, where funding mechanisms are not linked to peacekeeping assessed budgets, the use of DDR-related tools should, even in the initial planning phases, be coordinated with community-based reintegration support in order to ensure sustainability.Together, DDR programmes, DDR-related tools, and reintegration support provide a menu of options for DDR practitioners. If the aforementioned preconditions are in place, DDR-related tools may be used before, after or alongside a DDR programme. DDR-related tools and/or reintegration support may also be applied in the absence of preconditions and/or following the determination that a DDR programme is not appropriate for the context. In these cases, DDR-related tools may serve to build trust among the parties and contribute to a secure environment, possibly even paving the way for a DDR programme in the future (if still necessary). Notably, if DDR-related tools are applied with the explicit intent of creating the preconditions for a DDR programme, a combination of top-down and bottom-up measures (e.g., CVR coupled with DDR support to mediation) may be required.When the preconditions for a DDR programme are not in place, all DDR-related tools and support to reintegration efforts shall be implemented in line with the applicable legal framework and the key principles of integrated DDR as defined in these standards.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated disarmament, demobilization and reintegration (DDR) is part of the United Nations (UN) system\u2019s multidimensional approach that contributes to the entire peace continuum, from prevention, conflict resolution and peacekeeping, to peace-building and development.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1459, - "Score": 0.57735, - "Index": 1459, - "Paragraph": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes. The module also defines the UN approach to integrated DDR for both mission and non-mission settings, which is: \\nvoluntary; \\npeople-centred; \\ngender-responsive and inclusive; \\nconflict-sensitive; \\ncontext-specific; \\nflexible, accountable and transparent; \\nnationally and locally owned; \\nregionally supported; \\nintegrated; and \\nwell planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the reasons behind integrated DDR, defines the elements that makeup DDR programmes as agreed by the UN General Assembly, and establishes how the UN views integrated DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1461, - "Score": 0.57735, - "Index": 1461, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; c. \u2018may\u2019 is used to indicate a possible method or course of action; d. \u2018can\u2019 is used to indicate a possibility and capability; e. \u2018must\u2019 is used to indicate an external constraint or obligation.A DDR programme contains the elements set out by the Secretary-General in his May 2005 note to the General Assembly (A/C.5/59/31). (See box below.) These definitions are also used for drawing up budgets where UN Member States have agreed to fund the disarmament and demobilization (including reinsertion) phases of DDR programmes from the peacekeeping assessed budget. These budgetary aspects are also reflected in a General Assembly resolution on cross-cutting issues, including DDR (A/RES/59/296). Further reviews of both the United Nations Peacebuilding Architecture and the Women, Peace and Security Agenda refer to the full, unencumbered participation of women in all phases of DDR programmes, as ex-combatants or persons formerly associated with armed forces and groups.DDR-related tools are immediate and targeted measures that may be used before, after or alongside DDR programmes or when the preconditions for DDR-programmes are not in place. These include pre-DDR, transitional weapons and ammunition management (WAM), community violence reduction (CVR), initiatives to prevent individuals from joining armed groups designated as terrorist organizations, DDR support to mediation and DDR support to transitional security arrangements. In addition, support to programmes for those leaving armed groups labelled and/or designated as terrorist organizations may be provided by DDR practitioners in compliance with international standards.Reintegration support, including when complementing DDR-related tools: The UN should provide support to the reintegration of former members of armed forces and groups not only as part of DDR programmes, but also in the absence of such programmes, during conflict escalation, conflict and post-conflict. In these contexts, reintegration may take place alongside/following DDR-related tools or when DDR-related tools are not in use. The aim of this support is to facilitate the sustainable reintegration of those leaving armed forces and groups. Moreover, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent further recruitment and sustain peace, by supporting communities of return, restoring social relations and avoiding perceptions of inequitable access to resources.Integrated DDR processes are made up of different combinations of DDR programmes, DDR-related tools and reintegration support, including when complementing DDR-related tools. These different measures should be applied in an integrated manner, with joint mechanisms that guarantee coordination and synergy among all UN actors. The UN shall use the concept and abbreviation \u2018DDR\u2019 as a comprehensive term referring to integrated DDR, and including DDR programmes, DDR-related tools and reintegration support. Importantly, integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 4, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of abbreviations used in these standards.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1479, - "Score": 0.57735, - "Index": 1479, - "Paragraph": "Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population. Disarmament also includes the development of responsible arms management programmes.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "DISARMAMENT", - "Heading4": "", - "Sentence": "Disarmament is the collection, documentation, control and disposal of small arms, ammunition, explosives and light and heavy weapons of combatants and often also of the civilian population.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1481, - "Score": 0.57735, - "Index": 1481, - "Paragraph": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups. The first stage of demobilization may extend from the processing of individual combatants in temporary centres to the massing of troops in camps designated for this purpose (cantonment sites, encampments, assembly areas or barracks). The second stage of demobilization encompasses the support package provided to the demobilized, which is called reinsertion.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "DEMOBILIZATION", - "Heading4": "", - "Sentence": "Demobilization is the formal and controlled discharge of active combatants from armed forces or other armed groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1484, - "Score": 0.57735, - "Index": 1484, - "Paragraph": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration. Reinsertion is a form of transitional assistance to help cover the basic needs of ex-combatants and their families and can include transitional safety allowances, food, clothes, shelter, medical services, short-term education, training, employment and tools. Reinsertion is short-term material and/or financial assistance to meet immediate needs and can last up to one year.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 5, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "REINSERTION", - "Heading4": "", - "Sentence": "Reinsertion is the assistance offered to ex-combatants during demobilization but prior to the longer-term process of reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 1487, - "Score": 0.57735, - "Index": 1487, - "Paragraph": "Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income. Reintegration is essentially a social and economic process with an open time frame, primarily taking place in communities at the local level. It is part of the general development of a country and a national responsibility and often necessitates long-term external assistance. \\n\\nRecognizing new developments in the reintegration of ex-combatants and associated groups since the release of the 2005 Note, the Third Report of the Secretary-General on DDR (2011) includes revised policy and guidance. It observes that, \u201cin most countries, economic aspects, while central, are not sufficient for the sustainable reintegration of ex-combatants. Serious consideration of the social and political aspects of reintegration \u2026 is [also] crucial for the sustainability and success of reintegration programmes\u201d, including interventions, such as psychosocial support, mental health counseling and clinical treatment and medical health support, as well as reconciliation, access to justice/ transitional justice and participation in political processes. Additionally, it emphasizes that while \u201creintegration programmes supported by the United Nations are time-bound by nature \u2026 the reintegration of ex-combatants and associated groups is a long-term process that takes place at the individual, community, national and regional levels, and is dependent upon wider recovery and development.\u201d \\n\\nNote by the Secretary-General on administrative and budgetary aspects of the financing of UN peacekeeping operations, 24 May 2005 (A/C.5/59/31); Third report of the Secretary-General on disarmament, demobilization and reintegration, 21 March 2011 (A/65/741", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 6, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "DEFINITIONS OF DISARMAMENT, DEMOBILIZATION AND REINTEGRATION", - "Heading3": "REINTEGRATION", - "Heading4": "", - "Sentence": "Reintegration is the process by which ex-combatants acquire civilian status and gain sustainable employment and income.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1494, - "Score": 0.57735, - "Index": 1494, - "Paragraph": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end. Past experiences have highlighted the need for those involved in planning and implementing DDR and monitoring its impacts to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources (see IDDRS 3.10 on Integrated DDR Planning).The UN\u2019s integrated approach to DDR is guided by several policies and agendas that frame the UN\u2019s work on peace, security and development: Echoing the Brahimi Report (A/55/305; S/2000/809), the High-Level Independent Panel on Peace Operations (HIPPO) in June 2015 recommended a common and realistic understanding of mandates, including required capabilities and standards, to improve the design and delivery of peace operations. Integrated DDR is part of this effort, based on joint analysis, comprehensive approaches, coordinated policies, DDR programmes, DDR-related tools and reintegration support.The Sustaining Peace Approach \u2013 manifested in the General Assembly and Security Council twin resolutions on the Review of the United Nations Peacebuilding Architecture (General Assembly resolution 70/262 and Security Council resolution 2282 [2016]) \u2013 underscores the mutually reinforcing relationship between prevention and sustaining peace, while recognizing that effective peacebuilding must involve the entire UN system. It also emphasizes the importance of joint analysis and effective strategic planning across the UN system in its long-term engagement with conflict-affected countries, and, where appropriate, in cooperation and coordination with regional and sub-regional organizations as well as international financial institutions. \\nIntegrated DDR also needs to be understood as a concrete and direct contribution to the implementation of the Sustainable Development Goals (SDGs). The SDGs are underpinned by the principle of leaving no one behind. The 2030 Agenda for Sustainable Development explicitly links development to peace and security, while SDG 16 is \\nSDG 16.1: Significantly reduce all forms of violence and related death rates everywhere. \\nSDG 16.4: By 2030, significantly reduce illicit financial and arms flows, strengthen the recovery and return of stolen assets and combat all forms of organized crime. \\nSDG 8.7: Take immediate steps to \u2026secure the prohibition and elimination of child labour, including recruitment and use of child soldiers, and by 2015 end child labour in all its forms. \\n\\nGender-responsive DDR also contributes to: \\nSDG 5.1: End all forms of discrimination against women. \\nSDG 5.2: Eliminate all forms of violence against all women and girls in public and private spaces, including trafficking, sexual and other types of exploitation. \\nSDG 5.6: Ensure universal access to sexual and reproductive health and reproductive rights.The Quadrennial Comprehensive Policy Review (A/71/243, 21 December 2016, para. 14), states that \u201ca comprehensive whole-of-system response, including greater cooperation and complementarity among development, disaster risk reduction, humanitarian action and sustaining peace, is fundamental to most efficiently and effectively addressing needs and attaining the Sustainable Development Goals.\u201dMoreover, integrated DDR often takes place amid protracted humanitarian contexts which, since the 2016 World Humanitarian Summit Commitment to Action, have been framed through various initiatives that recognize the need to strengthen the humanitarian, development and peace nexus. These initiatives \u2013 such as the Grand Bargain, the New Way of Working (NWoW), and the Global Compact on Refugees \u2013 all call for humanitarian, development and peace stakeholders to identify shared priorities or collective outcomes that can serve as a common framework to guide respective planning processes. In contexts where the UN system implements these approaches, integrated DDR processes can contribute to the achievement of these collective outcomes.In all contexts \u2013 humanitarian, development, and peacebuilding \u2013 upholding human rights, including gender equality, is pivotal to UN-supported integrated DDR. The Universal Declaration of Human Rights (UDHR, UNGA 217, 1948), the International Covenant on Civil and Political Rights, and the International Covenant on Economic, Social and Cultural Rights form the International Bill of Human Rights. These fundamental instruments, combined with various treaties and conventions, including (but not limited to) the Convention on the Elimination of Discrimination Against Women (CEDAW), the International Convention on the Elimination of All Forms of Racial Discrimination, the United Nations Convention on the Rights of the Child, and the United Nations Convention Against Torture, establish the obligations of Governments to promote and protect human rights and the fundamental freedoms of individuals and groups, applicable throughout integrated DDR. The work of the United Nations in all contexts is conducted under the auspices of upholding this body of law, promoting and protecting the rights of DDR participants and the communities into which they integrate, and assisting States in carrying out their responsibilities.At the same time, the Secretary-General\u2019s Action for Peacekeeping (A4P) initiative, launched in March 2018 as the core agenda for peacekeeping reform, seeks to refocus peacekeeping with realistic expectations, make peacekeeping missions stronger and safer, and mobilize greater support for political solutions and for well-structured, well-equipped and well-trained forces. In relation to the need for integrated DDR solutions, the A4P Declaration of Shared Commitment, shared by the Secretary-General on 16 August 2018, calls for the inclusion and engagement of civil society and all segments of the local population in peacekeeping mandate implementation. In addition, it includes commitments related to strengthening national ownership and capacity, ensuring integrated analysis and planning, and seeking greater coherence among UN system actors, including through joint platforms such as the Global Focal Point on Police, Justice and Corrections. Relatedly, the Secretary-General\u2019s Agenda for Disarmament, launched in May 2018, also calls for \u201cdisarmament that saves lives\u201d, including new efforts to rein in the use of explosive weapons in populated areas \u2013 through common standards, the collection of data on collateral harm, and the sharing of policy and practice.The UN General Assembly and the Security Council have called on all parts of the UN system to promote gender equality and the empowerment of women within their mandates, ensuring that commitments made are translated into progress on the ground and gender policies in the IDDRS. More concretely, UNSCR 1325 (2000) encourages all those involved in the planning of disarmament, demobilization and reintegration to consider the distinct needs of female and male ex-combatants and to take into account the needs of their dependents. The Global Study on 1325, reflected in UNSCR 2242 (2015), also recommends that mission planning include gender-responsive DDR programmes.Furthermore, Security Council Resolution 2282 (2016), the Review of the United Nations Peacebuilding Architecture, the Review of Women, Peace and Security, and the High-Level Panel on Peace Operations (HIPPO) note the importance of women\u2019s roles in sustaining peace. UNSCR 2282 highlights the importance of women\u2019s leadership and participation in conflict prevention, resolution and peacebuilding, recognizing the continued need to increase the representation of women at all decision-making levels, including in the negotiation and implementation of DDR programmes. UN General Assembly resolution 70/304 calls for women\u2019s participation as negotiators in peace processes, including those incorporating DDR provisions, while the Secretary-General\u2019s Seven-Point Action Plan on Gender-Responsive Peacebuilding calls for 15% of funding in support of post-conflict peacebuilding projects to be earmarked for womenen\u2019s empowerment and gender-equality programming. Finally, the Secretary-General\u2019s Agenda for Disarmament calls on States to incorporate gender perspectives into the development of national legislation and policies on disarmament and arms control \u2013 in particular, the gendered aspects of ownership, use and misuse of arms; the differentiated impacts of weapons on women and men; and the ways in which gender roles can shape arms control and disarmament policies and practices.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 7, - "Heading1": "3. Introduction: The rationale and mandate for integrated DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As DDR is implemented in partnership with Member States and draws on the expertise of a wide range of stakeholders, an integrated approach is vital to ensure that all actors are working in harmony towards the same end.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1520, - "Score": 0.57735, - "Index": 1520, - "Paragraph": "The UN\u2019s integrated approach to DDR is applicable to mission and non-mission contexts, and emphasizes the role of DDR programmes, DDR-related tools, and reintegration support, including when complementing DDR-related tools.The unconditional and immediate release of children associated with armed forces and groups must be a priority. Children must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR programmes and DDR-related tools.DDR programmes consist of a range of activities falling under the operational categories of disarmament, demobilization and reintegration. (See definitions above.) These programmes are typically top-down and are designed to implement the terms of a peace agreement between armed groups and the Government.The UN views DDR programmes as an integral part of peacebuilding efforts. DDR programmes focus on the post-conflict security problem that arises when combatants are left without livelihoods and support networks during the vital period stretching from conflict to peace, recovery and development. DDR programmes also help to build national capacity for long-term reintegration and human security, and they recognize the need to contribute to the right to reparation and to guarantees of non-repetition (see IDDRS 6.20 on DDR and Transitional Justice).DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme:DDR programmes are complex endeavours, with political, military, security, humanitarian and socio-economic dimensions. The establishment of a DDR programme is usually agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. This provides the political, policy and operational framework for the DDR programme. More generally, lessons and experiences have shown that the following preconditions are required for the implementation of a viable DDR programme: \\nthe signing of a negotiated ceasefire and/or peace agreement that provides the framework for \\nDDR; \\ntrust in the peace process; \\nwillingness of the parties to the armed conflict to engage in DDR; and \\na minimum guarantee of security.DDR programmes provide a framework for their coordination, management and implementation by national Governments with support from the UN system, international financial institutions, and regional stakeholders. They establish the expected outcomes, outputs and activities required, organize costing requirements into a budget, and set the monitoring and evaluation framework by identifying indicators, targets and milestones.The UN\u2019s integrated approach to DDR acknowledges that planning for DDR programmes shall be initiated as early as possible, even before a ceasefire and/or peace agreement is signed, before sufficient trust is built in the peace process, and before minimum conditions of security are reached that enable the parties to the conflict to engage willingly in DDR (see IDDRS 3.10 on Integrated DDR Planning).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).DDR programmes alone cannot resolve conflict or prevent violence, and such programmes need to be firmly anchored in an overall political and peacebuilding strategy. However, DDR programmes can contribute to security and stability so that other elements of a political and peacebuilding strategy, such as elections and power-sharing, weapons and ammunition management, security sector reform (SSR) and rule of law reform, can proceed (see IDDRS 6.10 on DDR and SSR).In recent years, DDR practitioners have increasingly been deployed in settings where the preconditions for DDR programmes are not in place. In some contexts, a peace agreement may have been signed but the armed groups have lost trust in the peace process or reneged on the terms of the deal. In other settings, where there are multiple armed groups, some may sign on to a peace agreement while others do not. In contexts of violent extremism conducive to terrorism, peace agreements are only a remote possibility.It is not solely the lack of ceasefire agreements or peace processes that makes integrated DDR more challenging, but also the proliferation and diversification of armed groups, including some with links to transnational networks and organized crime. The phenomenon of violent extremism, as and when conducive to terrorism, creates legal and operational challenges for integrated DDR and, as a result, requires specific guidance. (For legal guidance pertinent to the UN approach to DDR, see IDDRS 2.11 on The Legal Framework for UN DDR.) Support to programmes for individuals leaving armed groups labelled and/or designated as terrorist organizations, among other things, should be predicated on a comprehensive screening process based on international standards, including international human rights obligations and national justice frameworks. There is no universally agreed upon definition of \u2018terrorism\u2019, nor associated terms such as \u2018violent extremism\u2019. Nevertheless, the 19 international instruments on terrorism agree on definitions of terrorist acts/offenses, which are binding on Member States that are party to these conventions, as well as Security Council resolutions that describe terrorist acts. Practitioners should have a solid grounding in the evolving international counter-terrorism framework as established by the United Nations Global Counter-Terrorism Strategy, relevant General Assembly and Security Council resolutions and mandates, and the Secretary-General\u2019s Plan of Action to Prevent Violent Extremism.In response to these challenges, DDR practitioners may contribute to stabilization initiatives through the use of DDR-related tools. The specific aims of DDR-related tools will vary according to the context and can contribute to broader political and peacebuilding efforts in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP), and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools.DDR-related tools may be applied before, during and after DDR programmes as complementary measures. However, they may also be used when the preconditions for DDR programmes are not in place. When this occurs, it is particularly important to delimit the boundaries of an integrated DDR process. Integrated DDR processes without DDR programmes do not include all ongoing stabilization and recovery measures, but only those DDR-related tools (CVR, transitional WAM, and so forth) and reintegration efforts that directly respond to the presence of active and/or former members of armed groups. Clear DDR mandates and specific requests for DDR assistance also define the parameters and scope of integrated DDR processes.The UN\u2019s integrated approach to DDR recognizes the need to provide support for reintegration when the preconditions for DDR programmes are not present. In line with the sustaining peace approach, this means that the UN should provide long-term support to reintegration that takes place in the absence of DDR programmes during conflict escalation, ongoing conflict and post-conflict reconstruction (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). The first goal of this support should be to facilitate the sustainable reintegration of those leaving armed forces and groups. However, as part of the sustaining peace approach, community-based reintegration programmes should also aim to contribute to dynamics that aim to prevent future recruitment and sustain peace.In this regard, opportunities should be seized to prevent relapse into conflict (or any form of violence), including by tackling root causes and understanding peace dynamics. Appropriate linkages should also be established with local and national stabilization, recovery and development plans. Reintegration support as part of sustaining peace is not only an integral part of DDR programmes, it also follows SSR where armed forces or the police are rightsized; complements DDR-related tools, such as CVR, through sustainable measures; or is provided to persons formerly associated with armed groups labelled and/or designated as terrorist organizations.In sum, in countries in active armed conflict or emerging from armed conflict, DDR programmes, related tools and reintegration support contribute to stabilization efforts, to addressing gender inequalities exacerbated by conflict, and to creating an environment in which a peace process, political and social reconciliation, access to livelihoods and sustainable decent work, and long-term development can take root. When the preconditions for a DDR programme are in place, the DDR of combatants from both armed forces and groups can help to establish a climate of confidence and security, a necessity for recovery activities to begin, which can directly yield tangible benefits for the population. When the preconditions for a DDR programme are not in place, practitioners may choose from a set of DDR-related tools and measures in support of reintegration that can contribute to stabilization, help to make the returns of stability more tangible, and create more conducive environments for national and local peace processes. As such, integrated DDR processes should be seen as integral parts of efforts to consolidate peace and promote stability, and not merely as a set of sequenced technical programmes and activities.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 10, - "Heading1": "4. The UN DDR approach", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN\u2019s integrated approach to DDR is applicable to mission and non-mission contexts, and emphasizes the role of DDR programmes, DDR-related tools, and reintegration support, including when complementing DDR-related tools.The unconditional and immediate release of children associated with armed forces and groups must be a priority.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1558, - "Score": 0.57735, - "Index": 1558, - "Paragraph": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations. In countries where there is no United Nations peace operation mandated by the Security Council, UN DDR support will be provided when either a national Government and/or UN RC requests assistance.The disarmament and demobilization components of a DDR programme will be undertaken by national institutions with advice and technical support from relevant UN departments, agencies, programmes and funds, the UNCT, regional organizations and bilateral actors. The reintegration component will be supported and/or implemented by the UNCT and relevant international financial institutions in an integrated manner. When the preconditions for a DDR programme are not in place, the implementation of specific DDR-related tools, such as CVR, and/or reintegration support, may be considered. The alignment of CVR initiatives in non-mission contexts with reintegration assistance is essential.Decision-making and accountability for UN-supported DDR rest, in this context, with the UN RC, who will identify one or more UN lead agency(ies) in the UNCT based on in-country capacity and expertise. The UN RC should establish a UN DDR Working Group co-chaired by the lead agency(ies) at the country level to coordinate the contribution of the UNCT to integrated DDR, including on issues related to gender equality, women\u2019s empowerment, youth and child protection, and support to persons with disabilities.DDR programmes, DDR-related tools and reintegration support, where applicable, will require the allocation of national budgets and/or the mobilization of voluntary contributions, including through the establishment of financial management structures, such as a dedicated multi-donor trust fund or catalytic funding provided by the Peacebuilding Fund (PBF)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 12, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.2 DDR in non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "Overall, integrated DDR has evolved beyond support to national, linear and sequenced DDR programmes, to become a process addressing the entire peace continuum in both mission and non-mission contexts, at regional, national and local levelsNon-mission settings are those situations in which there is no peace operation deployed to a country, either through peacekeeping, political missions or good offices engagements, by either the UN or regional organizations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1564, - "Score": 0.57735, - "Index": 1564, - "Paragraph": "The UN has been involved in integrated DDR across the peace continuum since the late 1980s. During the past 25 years, the UN has amassed considerable experience and knowledge of the coordination, design, implementation, financing, and monitoring and evaluation of DDR programmes. Over the past 10 years the UN has also gained similar experience in the use of DDR-related tools and reintegration support when the preconditions for DDR programmes are not present. Integrated DDR originates from various parts of the UN\u2019s core mandate, as set out in the Charter of the UN, particularly the areas of peace and security, economic and social development, human rights and humanitarian assistance.UN departments, agencies, programmes and funds are uniquely able to support integrated DDR processes both in mission settings, where peace operations are in place, and in non-mission settings, where there is no peace operation present, providing breadth of scope, neutrality, impartiality and capacity-building through the sharing of technical DDR skills.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN has been involved in integrated DDR across the peace continuum since the late 1980s.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1568, - "Score": 0.57735, - "Index": 1568, - "Paragraph": "Mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization. Where peace operations are mandated to manage and re-solve an actual or potential conflict within States, DDR is generally mandated through a UN Security Council resolution, ideally within the framework of a ceasefire and/or a comprehensive peace agreement with specific provisions on DDR. Decision-making and accountability rest with the Special Representative or Special Envoy of the Secretary-General.Missions with a DDR mandate usually include a dedicated DDR component to support the design and implementation of a nationally led DDR programme. When the preconditions for a DDR programme are not in place, the Security Council may also mandate UN peace operations to implement specific DDR-related tools, such as CVR, to support the creation of a conducive environment for a DDR programme. These types of DDR-related tools can also be designed and implemented to contribute to other mandated priorities such as the protection of civilians, stabilization and support to the overall peace process.Integrated disarmament, demobilization (including reinsertion) and other DDR-related tools (except those covering reintegration support) fall under the responsibility of the UN peace operation\u2019s DDR component. The reintegration component will be supported and/or undertaken in an integrated manner very often by relevant agencies, funds and programmes within the United Nations Country Team (UNCT), as well as international financial institutions, under the leadership of the Deputy Special Representative of the Secretary-General (DSRSG)/Humanitarian Coordinator (HC)/Resident Coordinator (RC), who will designate lead agency(ies). The DDR mission component shall therefore work in close coordination with the UNCT. The UN DSRSG/HC/RC should establish a UN DDR Working Group at the country level with co-chairs to be defined, as appropriate, to coordinate the contributions of the UNCT and international financial institutions to integrated DDR.While UN military and police contingents provide a minimum level of security, support from other mission components may include communications, gender equality, women\u2019s empowerment, and youth and child protection. With regard to special political missions and good offices engagements, DDR implementation structures and partnerships may need to be adjusted to the mission\u2019s composition as the mandate evolves. This adjustment can take account of needs at the country level, most notably with regard to the size and capacities of the DDR component, uniformed personnel and other relevant technical expertise.In the case of peace operations, the Security Council mandate also forms the basis for assessed funding for all activities related to disarmament, demobilization (including reinsertion) and DDR-related tools (except those covering reintegration support). Fundraising for reintegration assistance and other activities needs to be conducted by Governments and/or regional organizations with support from United Nations peace operations, agencies, funds and programmes, bilateral donors and relevant international financial institutions. Regarding special political missions and good offices engagements, support to integrated DDR planning and implementation may require extra-budgetary funding in the form of voluntary contributions and the establishment of alternative financial management structures, such as a dedicated multi-donor trust fund.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 13, - "Heading1": "5. UN DDR in mission and non-mission settings", - "Heading2": "5.1 DDR in mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "Mission settings are those situations in which peace operations are deployed through peacekeeping operations, political missions and good offices engagements, by the UN or a regional organization.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1580, - "Score": 0.57735, - "Index": 1580, - "Paragraph": "Violent conflicts do not always completely cease when a political settlement is reached or a peace agreement is signed. There remains a real danger that violence will flare up again during the immediate post-conflict period, because putting right the political, security, social and economic problems and other root causes of war is a long-term project. Furthermore, peace operations are often mandated in contexts where an agreement is yet to be reached or where a peace process is yet to be initiated or is only partially initiated. In non-mission contexts, requests from the Government for the UN to support DDR are made either when ceasefires are reached or when a peace agreement or a comprehensive peace agreement is signed. This is why practitioners should decide whether DDR programmes, DDR-related tools and/or reintegration support constitute the most appropriate response to a particular situation. A DDR programme will only be appropriate when the preconditions referred to above are in place.The UN may employ or support a variety of DDR programming elements adapted to suit each context. These may include: \\nThe disbanding of armed groups: Governments may request assistance to disband armed groups. The establishment of a DDR programme is agreed to and defined within a ceasefire, the ending of hostilities or a comprehensive peace agreement. Trust and commitment by the parties to the implementation of an agreement and minimum conditions of security are essential for the success of a DDR programme. Administratively, there is little difference between DDR programmes for armed forces and armed groups. Both may require the full registration of weapons and personnel, followed by the collection of information, referral and counselling that are needed before effective reintegration programmes can be put in place. \\nThe rightsizing of armed forces or police: Governments may request assistance to downsize or restructure their armies or police and supporting institutional infrastructure (salaries, benefits, basic services, etc.). Such processes contribute to security sector reform (SSR) (see IDDRS 6.10 on DDR and Security Sector Reform). DDR practitioners should work in close collaboration with SSR experts while planning reintegration support to former members of armed forces. \\nThe repatriation of foreign combatants and associated groups: Considering the regional dimensions of conflict, Governments may agree to assistance to repatriation. DDR programmes may need to become involved in repatriating national combatants and their civilian family members, as well as children associated with armed forces and groups who may have crossed an international border. Such repatriation needs to be in accordance with the principle of non-refoulement, as set out in international humanitarian, human rights and refugee law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Violent conflicts do not always completely cease when a political settlement is reached or a peace agreement is signed.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1597, - "Score": 0.57735, - "Index": 1597, - "Paragraph": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict. Furthermore, practitioners may choose from a menu of DDR-related tools. (See table above.)Unlike DDR programmes, DDR-related tools are not designed to implement the terms of a peace agreement. Instead, when the preconditions for a DDR-programme are not in place, DDR-related tools may be used in line with United Nations Security Council and General Assembly mandates and broader strategic frameworks, such as the United Nations Sustainable Development Cooperation Framework (UNSDCF), the Humanitarian Response Plan (HRP) and/or the Integrated Strategic Framework. A gender- and child-sensitive approach should be applied to the planning, implementation and monitoring of DDR-related tools", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.1 When the preconditions for a DDR programme are not in place", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions for a DDR programme are not in place, the reintegration of former combatants and persons formerly associated with armed forces and groups may be supported in line with the sustaining peace approach, i.e., during conflict escalation, conflict and post-conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1603, - "Score": 0.57735, - "Index": 1603, - "Paragraph": "When the preconditions are in place, the UN may support the establishment of DDR programmes. Other DDR-related tools can also be implemented before, after or along-side DDR programmes, as complementary measures (see table above).While DDR programmes are primarily used to address the security challenges posed by members of armed forces and groups, provisions should be made for the inclusion of other groups (including civilians and youth at risk), depending on resources and local circumstances. National institutions should be supported to determine the policy on direct benefits and reintegration assistance during a DDR programme.Civilians and civil society groups in communities to which members of the above-mentioned groups will return should be consulted during the planning and design phase of DDR programmes, as well as informed and supported in order to assist them to receive ex-combatants and their dependents/families during the reintegration phase.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "6. When is DDR appropriate?", - "Heading2": "6.2 When the preconditions for a DDR programme are in place", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions are in place, the UN may support the establishment of DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1606, - "Score": 0.57735, - "Index": 1606, - "Paragraph": "Five categories of people should be taken into consideration, as participants and beneficiaries, in integrated DDR processes. This will depend on the context, and the particular combination of DDR programmes, DDR-related tools, and reintegration support in use: \\n1. members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n2. abductees/victims; \\n3. dependents/families; \\n4. civilian returnees/\u2019self-demobilized\u2019; \\n5. community members.Consideration should be given to addressing the specific needs of women, youth, children, persons with disabilities, and persons with chronic illnesses in each of these five categories.National actors, such as Governments, political parties, the military, signatory and non-signatory armed groups, non-governmental organizations, civil society organizations and the media are all stakeholders in integrated DDR processes along with international actors.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 19, - "Heading1": "7. Who is DDR for?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Five categories of people should be taken into consideration, as participants and beneficiaries, in integrated DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1613, - "Score": 0.57735, - "Index": 1613, - "Paragraph": "All UN DDR programmes, DDR-related tools, and reintegration support shall be voluntary, people-centred, gender-responsive and inclusive, conflict sensitive, context specific, flexible, accountable and transparent, nationally and locally owned, regionally supported, integrated and well planned.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All UN DDR programmes, DDR-related tools, and reintegration support shall be voluntary, people-centred, gender-responsive and inclusive, conflict sensitive, context specific, flexible, accountable and transparent, nationally and locally owned, regionally supported, integrated and well planned.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1614, - "Score": 0.57735, - "Index": 1614, - "Paragraph": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants. Groups and individuals shall not be coerced to participate. This principle has become even more important, but contested, in contemporary conflict environments where the participation of some combatants in nationally, locally, or privately supported efforts is arguably involuntary, for example as a result of their capture on the battlefield or their being forced into a DDR programme under duress.Integrated DDR should not be conflated with military operations or counter-insurgency strategies. Although the UN does not generally engage in detention operations and DDR has traditionally been a voluntary process, the nature of conflict environments and the growing potential for overlap with State-led efforts countering violent extremism and counter-terrorism has increased the likelihood that the UN and other actors engaging in DDR may be faced with detention-related dilemmas. DDR practitioners should therefore pay particular attention to such questions when operating in complex conflict environments and seek legal advice if confronted with surrendered or captured combatants in overt military operations, or if there are any concerns regarding the voluntariness of persons participating in DDR. They should also be aware of requirements contained in Chapter VII resolutions of the Security Council that, among other things, call for Member States to bring terrorists to justice and oblige national authorities to ensure the prosecution of suspected terrorists as appropriate (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR shall be a voluntary process for both armed forces and groups, both as organizations and individual (ex)combatants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1620, - "Score": 0.57735, - "Index": 1620, - "Paragraph": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved. In DDR programmes, eligibility criteria must be carefully designed and ready for use in the disarmament and demobilization stages. DDR programmes are aimed at combatants and persons associated with armed forces and groups. These groups may be composed of different categories of people who have participated in the conflict within armed forces and groups such as abductees/victims or dependents/families.In instances where the preconditions for a DDR programme are not in place, or where combatants are ineligible for DDR programmes, DDR-related tools, such as CVR, or support to reintegration may be provided. Determination of eligibility for these activities should be undertaken by relevant national and local authorities with support from UN missions, agencies, programmes and funds as appropriate. Armed groups in particular have a variety of structures \u2013 rebel groups, armed gangs, etc. In order to provide the best assistance, operational and implementation strategies that deal with their specific needs should be adopted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 20, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.1. Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Determining the criteria that define which people are eligible to participate in integrated DDR, particularly in situations where mainly armed groups are involved, is vital if aims are to be achieved.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1627, - "Score": 0.57735, - "Index": 1627, - "Paragraph": "The unconditional and immediate release of children associated with armed forces and groups must be a priority, irrespective of the status of peace negotiations and/ or the development of DDR programmes and DDR-related tools. UN-supported DDR interventions shall not be allowed to encourage the recruitment of children into armed forces and groups in any way, especially by commanders trying to increase the number of combatants entering DDR programmes in order to profit from assistance provided to combatants. When DDR programmes, DDR-related tools and reintegration support are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. Children will then be supported to demobilize and reintegrate into families and communities (see IDDRS 5.30 on Children and DDR). Only child protection practitioners should interview children associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 21, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.2. Unconditional release and protection of children", - "Heading4": "", - "Sentence": "The unconditional and immediate release of children associated with armed forces and groups must be a priority, irrespective of the status of peace negotiations and/ or the development of DDR programmes and DDR-related tools.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1632, - "Score": 0.57735, - "Index": 1632, - "Paragraph": "UN-supported integrated DDR processes promote the human rights of participants and the communities into which they integrate, and are conducted in line with international humanitarian, human rights and refugee law. The UN and its partners should be neutral, transparent and impartial, and should not take sides in any conflict or in political, racial, religious or ideological controversies, or give preferential treatment to different parties taking part in DDR.Neutrality within a rights-based approach should not, however, prevent UN personnel from protesting against or documenting human rights violations or taking some other action (e.g., advocacy, simple presence, political steps, local negotiations, etc.) to prevent them. Under the UN\u2019s Human Rights Due Diligence Policy (HRDDP), providers of support have a responsibility to monitor the related human rights context, to suspend support under certain circumstances and to engage with national authorities towards addressing violations. Where one or more parties or individuals violate agreements and undertakings, the UN can take appropriate remedial action and/or exclude individuals from DDR.Humanitarian aid must be delivered to all those who are suffering, according to their need, and human rights provide the framework on which an assessment of needs is based. However, mechanisms must also be designed to prevent those who have committed violations of human rights from going unpunished by ensuring that DDR programmes, related tools and reintegration support do not operate as a reward system for the worst violators. In many post-conflict situations, there is often a tension between reconciliation and justice, but efforts must be made to ensure that serious violations of human rights and humanitarian law by ex-combatants and their supporters are dealt with through appropriate national and international legal and/or transitional justice mechanisms.Children released from their association with armed forces and groups who have committed war crimes and mass violations of human rights may also be criminally responsible under national law, though any criminal responsibility must be in accordance with international juvenile justice standards and the International Criminal Court Policy on Children (see IDDRS 5.20 on Youth and DDR, and IDDRS 5.30 on Children and DDR).UN-supported DDR interventions should take into consideration local and international mechanisms for achieving justice and accountability, as well as respect for the rule of law, including any accountability, justice and reconciliation mechanisms that may be established with respect to crimes committed in a particular Member State. These can take various forms, depending on the specificities of the local context.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 21, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.2 People-centred", - "Heading3": "8.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "UN-supported integrated DDR processes promote the human rights of participants and the communities into which they integrate, and are conducted in line with international humanitarian, human rights and refugee law.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1640, - "Score": 0.57735, - "Index": 1640, - "Paragraph": "Like men and boys, women and girls are likely to have played many different roles in armed forces and groups, as fighters, supporters, wives or sex slaves, messengers and cooks. The design and implementation of integrated DDR processes should aim to address the specific needs of women and girls, as well as men and boys, taking into account these different experiences, roles, capacities and responsibilities acquired during and after conflicts. Specific measures should be put in place to ensure the equal and meaningful participation of women in all stages of integrated DDR \u2013 from the negotiation of DDR provisions in peace agreements and the establishment of national institutions, to CVR and community-based reintegration support (see IDDRS 5.10 on Gender and DDR).Non-discrimination and fair and equitable treatment are core principles in both the design and implementation of integrated DDR processes. The eligibility criteria for DDR shall not discriminate against individuals on the basis of sex, age, gender identity, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associations. Furthermore, the opportunities/benefits that eligible ex-combatants have access to when participating in a particular DDR process shall not discriminate against individuals on the basis of their former affiliation with a particular armed force or group.It is likely there will be a need to address potential \u2018spoilers\u2019, e.g., by negotiating \u2018special packages\u2019 for commanders in order to secure their buy-in and to ensure that they allow combatants to participate. This political compromise must be carefully negotiated on a case-by-case basis. Furthermore, the inclusion of youth at risk and other non-combatants should also be seen as a measure helping to prevent future recruitment.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Like men and boys, women and girls are likely to have played many different roles in armed forces and groups, as fighters, supporters, wives or sex slaves, messengers and cooks.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1647, - "Score": 0.57735, - "Index": 1647, - "Paragraph": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. No false promises shall be made; and, ultimately, no individual or community should be made less secure by the return of ex-combatants or the presence of UN peacekeeping, police or civilian personnel. The establishment of UN-supported prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection, etc.) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, or any other violation of human rights. It is particularly important to consider \u2018do no harm\u2019 when assessing the reinsertion and reintegration options for female fighters or women and girls associated with armed forces and groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 22, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "\u2018Do no harm\u2019 is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1652, - "Score": 0.57735, - "Index": 1652, - "Paragraph": "Integrated DDR needs to be flexible and context-specific in order to address national, regional, and global realities. DDR should consider the nature of armed groups, conflict drivers, peace opportunities, gender dynamics, and community dynamics. All UN or UN-supported DDR interventions shall be designed to take local conditions and needs into account. The IDDRS provide DDR practitioners with comprehensive guidance and analytical tools for the planning and design of DDR rather than a standard formula that is applicable to every situation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "Integrated DDR needs to be flexible and context-specific in order to address national, regional, and global realities.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1656, - "Score": 0.57735, - "Index": 1656, - "Paragraph": "Due to the complex and dynamic nature of integrated DDR processes, flexible and long-term funding arrangements are essential. The multidimensional nature of DDR requires an initial investment of staff and funds for planning and programming, as well as accessible and sustainable sources of funding throughout the different phases of implementation. Funding mechanisms, including trust funds, pooled funding, etc., and the criteria established for the use of funds shall be flexible. Past experience has shown that assigning funds exclusively for specific DDR components (e.g., disarmament and demobilization) or expenditures (e.g., logistics and equipment) sets up an artificial distinction between the different elements of a DDR programme and makes it difficult to implement the programme in an integrated, flexible and dynamic way. The importance of planning and initiating reinsertion and reintegration support activities at the start of a DDR programme has become increasingly evident, so adequate financing for reintegration needs to be secured in advance. This should help to prevent delays or gaps in implementation that could threaten or undermine the programme\u2019s credibility and viability (see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Due to the complex and dynamic nature of integrated DDR processes, flexible and long-term funding arrangements are essential.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1662, - "Score": 0.57735, - "Index": 1662, - "Paragraph": "In order to build confidence and ensure legitimacy, and to justify financial and technical support by international actors, DDR programmes, DDR-related tools and reintegration support are, from the very beginning, predicated on the principles of accountability and transparency. Post-conflict stabilization and the establishment of immediate security are the overall goals of DDR, but integrated DDR also takes place in a wider recovery and reconstruction framework. While both short-term and long-term strategies should be developed in the planning phase, due to the dynamic and volatile conflict and post-conflict context, interventions must be flexible and adaptable.The UN aims to establish transparent mechanisms for the independent monitoring, oversight and evaluation of integrated DDR and its financing mechanisms. It also attempts to create an environment in which all stakeholders understand and are accountable for achieving broad objectives and implementing the details of integrated DDR processes, even if circumstances change. Many types of accountability are needed to ensure transparency, including: \\n the commitment of the national authorities and the parties to a peace agreement or political framework to honour the agreements they have signed and implement DDR programmes in good faith; the accountability and transparency of all relevant actors in contexts where the preconditions for DDR are not in place and alternative DDR-related tools and reintegration support measures are implemented; \\n the accountability of national and international implementing agencies to the five categories of persons who can become participants in DDR for the professional and timely carrying out of activities and delivery of services; \\n the adherence of all parts of the UN system (missions, departments, agencies, programmes and funds) to IDDRS principles and guidance for designing and implementing DDR; \\n the commitment of Member States and bilateral partners to provide timely political and financial support to integrated DDR processesAlthough DDR practitioners should always aim to meet core commitments, setbacks and unforeseen events should be expected. Flexibility and contingency planning are therefore needed. It is essential to establish realistic goals and make reasonable promises to those involved, and to explain setbacks to stakeholders and participants in order to maintain their confidence and cooperation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 23, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.6 Flexible, accountable and transparent ", - "Heading3": "8.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "In order to build confidence and ensure legitimacy, and to justify financial and technical support by international actors, DDR programmes, DDR-related tools and reintegration support are, from the very beginning, predicated on the principles of accountability and transparency.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1669, - "Score": 0.57735, - "Index": 1669, - "Paragraph": "Ensuring national and local ownership is crucial to the success of integrated DDR. National ownership ensures that DDR programmes, DDR-related tools and reintegration support are informed by an understanding of the local context, the dynamics of the conflict, and the dynamics between ex-combatants and community members. Even when receiving financial and technical assistance from partners, it is the responsibility of national Governments to ensure coordination between government ministries and local government, between Government and national civil society, and between Government and external partners.In contexts where national capacity is weak, a Government exerts national ownership by building the capacity of its national institutions, by contributing to the integrated DDR process and by creating links to other peacebuilding and development initiatives. This is particularly important in the case of reintegration support, as measures should be designed as part of national development and recovery efforts.National and local capacity must be systematically developed, as follows: \\n Creating national and local institutional capacity: A primary role of the UN is to supply technical assistance, training and financial support to national authorities to establish credible, capable, representative and sustainable national institutions and programmes. Such assistance should be based on an assessment and understanding of the particular context and the type of DDR activities to be implemented, including commitments to gender equality. \\n Finding implementing partners: Besides national institutions, civil society is a key partner in DDR. The technical capacity and expertise of civil society groups will often need to be strengthened, particularly when conflict has diminished human and financial resources. Particular attention should be paid to supporting the capacity development of women\u2019s civil society groups to ensure equal participation as partners in DDR. Doing so will help to create a sustainable environment for DDR and to ensure its long-term success. \\n Employing local communities and authorities: Local communities and authorities play an important role in ensuring the sustainability of DDR, particularly in support of reintegration and the implementation of DDR-related tools. Therefore, their capacities for strategic planning and programme and/or financial management must be strengthened. Local authorities and populations, ex-combatants and their dependents/families, and women and girls formerly associated with armed forces and groups shall all be involved in the planning, implementation and monitoring of integrated DDR processes. This is to ensure that the needs of both individuals and the community are addressed. Increased local ownership builds support for reintegration and reconciliation efforts and supports other local peacebuilding and recovery processes.As the above list shows, national ownership involves more than just central government leadership: it includes the participation of a broad range of State and non-State actors at national, provincial and local levels. Within the IDDRS framework, the UN supports the development of a national DDR strategy, not only by representatives of the various parties to the conflict, but also by civil society; and it encourages the active participation of affected communities and groups, particularly those formerly marginalized in DDR and post-conflict reconstruction processes, such as representatives of women\u2019s groups, children\u2019s advocates, people from minority communities, and persons with disabilities and chronic illness.In supporting national institutions, the UN, along with key international and regional actors, can help to ensure broad national ownership, adherence to international principles, credibility, transparency and accountability (see IDDRS 3.30 on National Institutions for DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 24, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.7. Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Ensuring national and local ownership is crucial to the success of integrated DDR.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 1684, - "Score": 0.57735, - "Index": 1684, - "Paragraph": "The regional causes of conflict and the political, social and economic interrelationships among neighbouring States sharing insecure borders will present challenges in the implementation of DDR. Managing repatriation and the cross-border movement of weapons and armed groups requires careful coordination among UN agencies and regional organizations supporting DDR, both in the countries concerned and in neighbouring countries where there may be spill-over effects. The return of foreign former combatants and mercenaries may be a particular problem and will require a separate strategy (see IDDRS 5.40 on Cross-Border Population Movements). Most notably, UN actors need to engage regional stakeholders in order to foster a conducive regional environment, including support from neighbouring countries, for DDR interventions addressing armed groups operating on foreign national territory and with regional structures.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 25, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "The regional causes of conflict and the political, social and economic interrelationships among neighbouring States sharing insecure borders will present challenges in the implementation of DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1688, - "Score": 0.57735, - "Index": 1688, - "Paragraph": "From the earliest assessment phase and throughout all stages of strategy development, planning and implementation, it is essential to encourage integration and unity of effort within the UN system and with national players. It is also important to coordinate the participation of international partners so as to achieve common objectives. Joint assess-ments and programming are key to ensuring that DDR programmes in both mission and non-mission contexts are implemented in an integrated manner. DDR practitioners should also strive for an integrated approach in contexts where DDR programmes are used in combination with DDR-related tools, and in settings where the preconditions for DDR programmes are absent (see IDDRS 3.10 on Integrated Planning).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 25, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.9. Integrated ", - "Heading3": "", - "Heading4": "", - "Sentence": "From the earliest assessment phase and throughout all stages of strategy development, planning and implementation, it is essential to encourage integration and unity of effort within the UN system and with national players.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1692, - "Score": 0.57735, - "Index": 1692, - "Paragraph": "Given that DDR is aimed at groups who are a security risk and is implemented in fragile security environments, both risks and operational security and safety protocols should be decided on before the planning and implementation of activities. These should include the security and safety needs of UN and partner agency personnel involved in DDR operations, DDR participants (who will have many different needs) and members of local communities. Security and other services must be provided either by UN military and/or a UN police component or national police and security forces. Security concerns should be included in operational plans, and clear criteria, in line with the UN Programme Criticality Framework, should be established for starting, delaying, suspending or cancelling activities and/or operations, should security risks be too high.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.1. Safety and security", - "Heading4": "", - "Sentence": "Given that DDR is aimed at groups who are a security risk and is implemented in fragile security environments, both risks and operational security and safety protocols should be decided on before the planning and implementation of activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1696, - "Score": 0.57735, - "Index": 1696, - "Paragraph": "Integrated DDR processes shall be designed on the basis of detailed quantitative and qualitative data. Supporting information management systems should ensure that this data remains up to date, accurate and accessible. In the planning stages, information is gathered on the location of armed forces and groups, the demographics of their members (grouped according to sex and age), their weapons stocks, and the political and conflict dynamics at national and local levels. Surveys of national and local labour market conditions and reintegration opportunities should be undertaken. Regularly updating this information, as well as population-specific surveys (e.g., with women associated with armed forces and groups), allows for DDR to adapt to changing circumstances (also see IDDRS 3.10 on Integrated Planning, IDDRS 3.20 on DDR Programme Design and IDDRS 3.30 on National Institutions for DDR).Internal and external monitoring and evaluation mechanisms must be established from the start to strengthen accountability within integrated DDR, ensure quality in the implementation and delivery of DDR activities and services, and allow for flexibility and adaptation of strategies and activities when required. Monitoring and evaluation should be based on an integrated approach to metrics, and produce lessons learned and best practices that will influence the further development of IDDRS policy and practice (see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.2. Planning: assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "Integrated DDR processes shall be designed on the basis of detailed quantitative and qualitative data.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1702, - "Score": 0.57735, - "Index": 1702, - "Paragraph": "Public information, awareness-raising and community sensitization ensure that affected communities and participants receive accurate information on DDR procedures and benefits. The sharing of information helps generate broad public support and national ownership, and at the same time manages expectations and encourages behavioural change, the demilitarization of hearts and minds, and reconciliation between ex-com-batants and war-affected communities. Public information strategies should be drawn up and implemented as early as possible. Messages should be appropriately tailored for different audiences, considering gender and cultural dimensions in design and delivery, and should employ many different and locally appropriate means of communication (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 26, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.3. Public information and community sensitization", - "Heading4": "", - "Sentence": "Public information, awareness-raising and community sensitization ensure that affected communities and participants receive accurate information on DDR procedures and benefits.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1706, - "Score": 0.57735, - "Index": 1706, - "Paragraph": "While DDR programmes last for a specific period of time that includes the immediate post-conflict situation and the transition and early recovery periods, other aspects of DDR may need to be continued, albeit in a different form. DDR-related tools can be initiated after DDR programmes, such as when the disarmament of armed groups is followed by community-based weapons and ammunition management. Reintegration assistance also becomes an integral part of recovery and development. To ensure a smooth transition from one stage to another, an exit strategy should be defined as soon as possible, and should focus on how integrated DDR will seamlessly transform into broader and/or longer-term development strategies, such as security sector reform, violence prevention, socio-economic recovery, national reconciliation, peacebuilding, gender equality and poverty reduction.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 27, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "8.10. Well planned", - "Heading3": "8.10.4. Transition and exit strategies", - "Heading4": "", - "Sentence": "While DDR programmes last for a specific period of time that includes the immediate post-conflict situation and the transition and early recovery periods, other aspects of DDR may need to be continued, albeit in a different form.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 1710, - "Score": 0.57735, - "Index": 1710, - "Paragraph": "idk404", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.10-The-UN-Approach-To-DDR", - "Module": "The UN Approach To DDR", - "PageNum": 15, - "Heading1": "8. What principles guide UN DDR?", - "Heading2": "Annex A: Abbreviations", - "Heading3": "", - "Heading4": "", - "Sentence": "idk404", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5669, - "Score": 0.707107, - "Index": 5669, - "Paragraph": "DDR processes are often conducted in contexts where the majority of combatants and fighters are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age. If DDR processes cater only to younger children and mature adults, the specific needs and experiences of youth may be missed. DDR practitioners shall promote the participation, recovery and sustainable reintegration of youth, as failure to consider their needs and opinions can undermine their rights, their agency and, ultimately, peace processes.In countries affected by conflict, youth are a force for positive change, while at the same time, some young people may be vulnerable to being drawn into conflict. To provide a safe and inclusive space for youth, manage the expectations of youth in DDR processes and direct their energies positively, DDR practitioners shall support youth in developing the necessary knowledge and skills to thrive and promote an enabling environment where young people can more systematically have influence upon their own lives and societies. The reintegration of youth is particularly complex due to a mix of underlying economic, social, political, and/or personal factors often driving the recruitment of youth into armed forces or groups. This may include social and political marginalization, protracted displacement, other forms of social exclusion, or grievances against the State. DDR practitioners shall therefore pay special attention to promoting significant participation and representation of youth in all DDR processes, so that reintegration support is sensitive to the rights, aspirations, and perspectives of youth. Their reintegration may also be more complex, as they may have become associated with an armed forces or group during formative years of brain development and social conditioning. Whenever possible, reintegration planning for youth should be linked to national reconciliation strategies, socioeconomic reconstruction plans, and youth development policies.The specific needs of youth transitioning to civilian life are diverse, as youth often require gender responsive services to address social, acute and/or chronic medical and psychosocial support needs resulting from the conflict. Youth may face greater levels of societal pressure and responsibility, and as such, be expected to work, support family, and take on leadership roles in their communities. Recognizing this, as well as the need for youth to have the ability to resolve conflict in non-violent ways, DDR practitioners shall invest in and mainstream life skills development across all components of reintegration programming.As youth may have missed out on education or may have limited employable skills to enable them to provide for their families and contribute to their communities, complementary programming is required to promote educational and employment opportunities that are sensitive to their needs and challenges. This may include support to access formal education, accelerated learning curricula, or market-driven vocational training coupled with apprenticeships or \u2018on-the-job\u2019 (OTJ) training to develop employable skills. Youth should also be supported with employment services ranging from employment counselling, career guidance and information on the labour market to help youth identify opportunities for learning and work and navigate the complex barriers they may face when entering the labour market. Given the severe competition often seen in post-conflict labour markets, DDR processes should support opportunities for youth entrepreneurship, business training, and access to microfinance to equip youth with practical skills and capital to start and manage small businesses or cooperatives and should consider the long-term impact of educational deprivation on their employment opportunities.It is critical that youth have a structured platform to have their voices heard by decision- makers, often comprised of the elder generation. Where possible DDR practitioners should look for opportunities to include the perspective of youth in local and national peace processes. DDR practitioners should ensure that youth play a central role in the planning, design, implementation and monitoring and evaluation of Community Violence Reduction (CVR) programmes and transitional Weapons and Ammunition Management (WAM) measures.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are often conducted in contexts where the majority of combatants and fighters are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5685, - "Score": 0.707107, - "Index": 5685, - "Paragraph": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts. The main objectives of this guidance are: \\n To set out the main principles that guide aspects of DDR processes for Youth. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of youth into armed forces and groups. \\n To provide guidance on youth-focused approaches to DDR and reintegration support highlighting critical personal, social, political, and economic factors.This module is applicable to youth between the ages of 15 and 24. However, the document should be read in conjunction with IDDRS 5.20 on Children and DDR, as youth between the ages of 15 to 17, are also children, and require special considerations and protections in line with legal frameworks for children and may benefit from child sensitive approaches to DDR consistent with the best interests of the child. Children between the ages of 15 to 17 are included in this module in recognition of the reality that children who are nearing the age of 18 are more likely to have employment needs and/or socio- political reintegration demands, requiring additional guidance that is youth-focused. This module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners with guidance on the planning, design and implementation of youth-focused DDR processes in both mission and non-mission contexts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5692, - "Score": 0.707107, - "Index": 5692, - "Paragraph": "In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.DDR processes are often implemented in contexts where the majority of former combatants are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age. Individuals within this age bracket have a unique set of needs and do not easily fit into pre-determined categories. Those under 18 are regarded as children associated with armed forces or armed groups (CAAFAG) and shall be treated as children. Legally, children and youth up to the age of 18 are covered under the UN Convention on the Rights of the Child and other protective frameworks (see section 5 of IDDRS 5.20 on Children and DDR) and all have the same rights and protections.Youth: There is no universally agreed international definition of youth. For statistical purposes the United Nations defines \u2018youth\u2019 as those persons between the ages of 15 and 24 years, while in context of the UN Security Council resolution 2250 (2015) on youth, peace and security, youth is defined as those persons between the ages of 18 and 29 years. . Beyond the UN system, the age of people included in this cohort can vary considerably between one context and another. Social, legal, economic and cultural systems define the age limits for the specific roles and responsibilities of children, youth and adults. Conflicts and violence often force youth to assume adult roles such as being parents, breadwinners, caregivers or fighters. Cultural expectations surrounding girls and boys also affect the perception of them as adults, such as the age of marriage, initiation and circumcision practices, and motherhood. Such expectations can be disturbed by conflict. UN Security Council resolution 2250 (2015) on youth, peace and security recognizes the positive role that youth have in building, contributing to and maintaining international peace and security and urges member states to take steps to enable the participation of youth in this regard.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5704, - "Score": 0.707107, - "Index": 5704, - "Paragraph": "DDR processes are often implemented in contexts where the majority of former combatants are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age. Individuals within this age bracket have a unique set of needs and do not easily fit into pre-determined categories. Those under 18 are regarded as children associated with armed forces or armed groups (CAAFAG) and shall be treated as children. Legally, children and youth up to the age of 18 are covered under the UN Convention on the Rights of the Child and other protective frameworks (see section 5 of IDDRS 5.20 on Children and DDR) and all have the same rights and protections.Youth above the age of 18 are treated as adults in DDR processes despite that, if recruited as children, their emotional, social and educational development may have been severely disrupted. Regardless of whether or not they were recruited as children, youth who demobilize when they are over the age of 18 generally fall under the same legal frameworks as adults. However, in terms of criminal responsibility and accountability, any criminal process applicable to youth regarding acts they may have committed as a child should be subject to the criminal procedure relevant for juveniles in the jurisdiction and should consider their status as a child at the time of the alleged offense and the coercive environment under which they lived or were forced to act as mitigating factors.Youth in countries that are affected by armed conflict may be forced to \u2018grow up quickly\u2019 and take on adult roles and responsibilities. As with children associated with armed forces or armed groups, engagement in armed conflict negatively affects the stages of social and emotional development as well as educational outcomes of young people. Conflict may create barriers to youth building basic literacy and numeracy skills, and gaps in key social, cognitive and emotional development phases such as skill building in critical thinking, problem solving, emotional self- regulation, and sense of self-identity within their community and the world. When schools close due to conflict or insecurity, and there are few opportunities for decent work, many young people lose their sense of pride, trust and place in the community, as well as their hope for the future. Compounding this, youth are often ignored by authorities after conflict, excluded from decision- making structures and, in many cases, their needs and opinions are not taken into account. Health care services, especially reproductive health care services, are often unavailable to them. The accumulation of these factors, particularly where insecurity exists, may push young people into a cycle of poverty and social exclusion, and expose them to criminality, violence and (re-)recruitment into armed forces or groups. These disruptions also reduce the ability of communities and States to benefit from and harness the positive resilience, energy and endeavour of youth.Youth can provide leadership and inspiration to their societies. UN Security Council resolution 2250 explicitly recognises \u201cthe important and positive contribution of youth in efforts for the maintenance and promotion of peace and security\u2026[and affirms]\u2026 the important role youth can play in the prevention and resolution of conflicts and as a key aspect of the sustainability, inclusiveness and success of peacekeeping and peacebuilding efforts.\u201d Youth should have a stake in the post-conflict social order so that they support it. Their exposure to violence and risky behaviour, as well as their disadvantages in the labour market, are specific. Youth are at a critical stage in their life cycle and may be permanently disadvantaged if they do not receive appropriate assistance.This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities. The guidance recognizes the unique needs and challenges facing youth during their transition to civilian life, as well as the critical role they play in armed conflict and peace processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are often implemented in contexts where the majority of former combatants are youth, an age group defined by the United Nations (UN) as those between 15 and 24 years of age.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5721, - "Score": 0.707107, - "Index": 5721, - "Paragraph": "This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities. The guidance recognizes the unique needs and challenges facing youth during their transition to civilian life, as well as the critical role they play in armed conflict and peace processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides critical guidance for DDR practitioners on how to plan, design and implement youth-focused DDR processes that aim to promote the participation, recovery and sustainable reintegration of youth into their families and communities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5723, - "Score": 0.707107, - "Index": 5723, - "Paragraph": "A young person\u2019s decision to participate in a DDR process shall be informed and voluntary.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "A young person\u2019s decision to participate in a DDR process shall be informed and voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5724, - "Score": 0.707107, - "Index": 5724, - "Paragraph": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B in IDDRS 5.20 on Children and DDR). For any youth under age 18, child-specific programming and rights shall be the priority, however, when appropriate, DDR practitioners may consider complementary youth-focused approaches to address the risks and needs of youth nearing adulthood.For ex-combatants and persons associated with armed forces or groups aged 18-24, eligibility for DDR will depend on the particular DDR process in place. If a DDR programme is being implemented, eligibility criteria shall be defined in a national DDR programme document. If a CVR programme is being implemented, then eligibility criteria shall be developed in consultation with target communities, and, if in existence, a Project Selection Committee (see IDDRS 2.30 on Community Violence Reduction). If the preconditions for a DDR programme are not in place, eligibility for reintegration support shall be decided by relevant national and local authorities, with support, where appropriate, from relevant UN mission entities as well as UN agencies, programmes and funds (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "As outlined in IDDRS 5.20 on Children and DDR, any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5731, - "Score": 0.707107, - "Index": 5731, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of CAFFAG, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups for this specific purpose. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or related process, such as Security Sector Reform (SSR), is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and therefore may be excluded from DDR support. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for and take steps to obtain the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, foreign missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems (see IDDRS 5.20 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5741, - "Score": 0.707107, - "Index": 5741, - "Paragraph": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting youth, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of all people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.2", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Youth-focused DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5745, - "Score": 0.707107, - "Index": 5745, - "Paragraph": "Non-discrimination and fair and equitable treatment are core principles of integrated DDR processes. Youth who are ex-combatants or persons formerly associated with armed forces or groups shall not be discriminated against due to age, gender, sex, race, religion, nationality, ethnicity, disability or other personal characteristics or associations. The specific needs of male and female youth shall be fully taken into account in all stages of planning and implementation of youth-focused DDR processes. A gender transformative approach to youth-focused DDR should also be pursued. This is because overcoming gender inequality is particularly important when dealing with young people in their formative years.DDR processes shall also foster connections between youth who are (and are not) former members of armed forces or groups and the wider community. Community-based approaches to DDR expose young people who are former members of armed forces or groups to non-military rules and behaviour and encourage their inclusion in the community and society at large. This exposure also provides opportunities for joint economic activities and supports broader reconciliation efforts.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Non-discrimination and fair and equitable treatment are core principles of integrated DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5752, - "Score": 0.707107, - "Index": 5752, - "Paragraph": "A youth-focused approach to DDR shall ensure that no harm is done to youth. Rather, DDR processes shall seek to maximize the benefit to youth, while minimizing any harm. This shall be done through: \\n Assessing and monitoring both positive and negative impacts for youth, and disaggregating data by age, gender and vulnerabilities of young people (while protecting youth\u2019s privacy) and where safe to do so, other social identities. \\n Listening to and taking account of the voices and views of youth in the planning, design, implementation and review of youth-focused DDR processes. \\n Leveraging opportunities for youth to promote peacebuilding and social cohesion through DDR including by building and fortifying stronger connections between youth, irrespective of the armed group or force they may have been traveling or associated with, including those in receiving communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "A youth-focused approach to DDR shall ensure that no harm is done to youth.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5757, - "Score": 0.707107, - "Index": 5757, - "Paragraph": "There is no simple formula for youth-focused DDR that can be routinely applied in all circumstances. DDR processes shall be contextualized as much as possible in order to take into account the different needs and capacities of youth DDR participants and beneficiaries based on conflict dynamics, cultural, socio-economic, gender and other factors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no simple formula for youth-focused DDR that can be routinely applied in all circumstances.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5759, - "Score": 0.707107, - "Index": 5759, - "Paragraph": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR). Youth-focused DDR processes for those aged 18 \u2013 24 should also be backed by flexible and long-term funding, that takes into account the importance of creating space for youth (especially the most marginalised) to participate in the planning, design, implementation, monitoring and evaluation of DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding for DDR processes for children should be made available through a funding mechanism that is independent of and managed separately from adult DDR (see IDDRS 5.20 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5761, - "Score": 0.707107, - "Index": 5761, - "Paragraph": "Youth shall be provided information about the DDR process so that they can make an informed decision about whether and how they may participate. DDR practitioners shall also solicit and take the views of youth seriously and act upon them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Youth shall be provided information about the DDR process so that they can make an informed decision about whether and how they may participate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5763, - "Score": 0.707107, - "Index": 5763, - "Paragraph": "Youth-focused DDR processes shall be closely linked to national development strategies, the Sustainable Development Goals and youth development policies. Youth development policies generally include different combinations of social, economic, environmental and health objectives relating to young women and men. In some countries, youth programmes focus on education and training; in others, they focus on youth, sports and other recreational activities, cultural heritage, prevention of substance abuse and HIV/AIDS, and population planning. The variety of approaches is reflected in different institutional frameworks that may include different ministries \u2014 such as education, health, labour and sports and/or youth affairs.DDR practitioners shall support the active participation of youth organizations in DDR processes as local youth organizations, working with other civil society groups, often have the potential to direct the energy and ability of young people towards rebuilding a prosperous and fair society.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Youth-focused DDR processes shall be closely linked to national development strategies, the Sustainable Development Goals and youth development policies.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5767, - "Score": 0.707107, - "Index": 5767, - "Paragraph": "Where appropriate, youth-focused DDR processes shall consider regional initiatives to prevent the (re-)recruitment of youth. DDR practitioners shall also tap into regional youth networks where these have the potential to support the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "Where appropriate, youth-focused DDR processes shall consider regional initiatives to prevent the (re-)recruitment of youth.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5769, - "Score": 0.707107, - "Index": 5769, - "Paragraph": "Many of the problems confronting youth are complex, interrelated and require integrated solutions. However, national youth policies are often drawn up by different institutions with little coordination between them. The setting up of a national commission on DDR (NCDDR) that prioritizes inclusion of youth perspectives, allows the process of coordination and integration to take place, creates synergies and can help to ensure continuity in strategies from DDR to reconstruction and development. To meet the needs of young people in a sustainable way, when applicable, DDR practitioners shall support the NCDDR to make sure that a wide range of people and institutions take part, including representatives from the ministries of youth, gender, family, labour, education and sports, and encourage local governments and community-based youth organizations to play an important part in the identification of specific youth priorities, in order to promote bottom-up approaches that encourage the inclusion and participation of young people.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "Many of the problems confronting youth are complex, interrelated and require integrated solutions.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5773, - "Score": 0.707107, - "Index": 5773, - "Paragraph": "Youth shall not be put in harm\u2019s way during DDR processes. Youth shall be kept safe and shall be provided information about where to go for help if they feel unsafe while participating in a DDR process. Risks to youth shall be identified, and efforts shall be made to mitigate such risks. DDR practitioners shall promote decent work conditions to avoid creating further grievances, with a focus on equal conditions for all regardless of their past engagement in armed conflicts, ethnic or other sociocultural background, political or religious beliefs, gender or other considerations to avoid prejudice and discrimination.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "Youth shall not be put in harm\u2019s way during DDR processes.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5777, - "Score": 0.707107, - "Index": 5777, - "Paragraph": "The planning, assessment, design, monitoring and evaluation of youth-focused DDR processes shall, at a minimum, involve youth representatives (ex-combatants, persons associated with armed forces or groups, and community members), including both male and female youth. This helps to ensure that youth immediately begin to act as agents of their own future, fosters trust between the generations, and ensures that both male and female youth priorities are given adequate consideration. Preventing the (re-) recruitment of youth into armed groups shall be a stated goal of DDR processes and included in the planning process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "The planning, assessment, design, monitoring and evaluation of youth-focused DDR processes shall, at a minimum, involve youth representatives (ex-combatants, persons associated with armed forces or groups, and community members), including both male and female youth.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5780, - "Score": 0.707107, - "Index": 5780, - "Paragraph": "Effective communication is a critical aspect of successful DDR (see IDDRS 4.60 on Public Information and Strategic Communication). A specific communication strategy involving, and where safe and possible, led by youth, shall be developed while planning for a youth-focused DDR process. At a minimum, this communication strategy shall include actions to ensure that youth participants and beneficiaries (and their families) are aware of their eligibility and the opportunities on offer, as well as alternative support available for those that are ineligible. Youth can help to identify how best to communicate this information to other youth and to reach youth in a variety of locations. Youth participants and beneficiaries shall be partners in the communications approach, rather than passive recipients.Public information and awareness raising campaigns shall be designed to specifically address the challenges faced by male and female youth transitioning to civilian status and to provide gender responsive information. Specific efforts shall be made to address societal gender norms that may create stigmatization based on gender and hinder reintegration. For example, female youth who were combatants or associated with armed forces or groups may be particularly affected due to societal perceptions surrounding traditional roles. Male youth may also be similarly affected due to community expectations surrounding masculinity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.3 Public information and community sensitization", - "Heading4": "", - "Sentence": "Effective communication is a critical aspect of successful DDR (see IDDRS 4.60 on Public Information and Strategic Communication).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5788, - "Score": 0.707107, - "Index": 5788, - "Paragraph": "For CAAFAG between the ages of 15 to 17, the situation analysis and minimum preparedness actions outlined in IDDRS 5.20 on Children and DDR shall be undertaken. For youth between the ages of 18 and 24, who are members of armed forces or groups, planning should follow similar processes for that of adult combatants, integrating specific considerations for youth. Specific focus shall be given to the following:Assessments shall include data disaggregated by age and gender. For example, prior to a CVR programme, baseline assessments of local violence dynamics should explicitly unpack the threats and risks to the security of male and female youth (see section 6.3 in IDDRS 2.30 on Community Violence Reduction). If the DDR process involves reintegration support, assessments of local market conditions should take into account the skills that youth acquired before and during their engagement in armed forces or groups (see section 7.5.5 in IDDRS 4.30 on Reintegration). Weapons surveys for disarmament and/or T-WAM activities should also include youth and youth organizations as sources of information, analyse the patterns of weapons possession among youth, map risk and protective factors in relation to youth, and identify youth-specific entry points for programming (see IDDRS 4.10 on Disarmament, IDDRS 4.11 on Transitional Weapons and Ammunition Management and MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons). It is also important for intergenerational issues to be included in the conflict/context assessments that are undertaken prior to a youth-focused DDR process. This will elucidate whether it is necessary to include reconciliation measures to reduce inter-generational conflict in the DDR process. Gender analysis including age specific considerations should also be conducted. For more information on DDR-related assessments, see IDDRS 3.11 on Integrated Assessments.Planning should also take into account different possible types of youth participation \u2013 from consultative participation to collaborative participation, to participation that is youth-led. In certain instances, for example CVR programmes and reintegration support, there may be space for youth to assume an active, leading role. In other instances, such as when a Comprehensive Peace Agreement is being negotiated, the UN should, at a minimum, ensure that youth representatives are consulted (see IDDRS 2.20 on The Politics of DDR). More broadly, youth representatives (both civilians and members of armed forces or groups) shall be consulted in the planning, design, implementation and monitoring and evaluation of all DDR processes as key stakeholders, rather than presented with a DDR process in which they had no influence. Principles on how to involve youth in planning processes in a non-tokenistic way can be found in section 7.4 of MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons. No matter how youth are involved, safety of youth and do no harm principles should always be considered when engaging them on sensitive topics such as association with armed actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 9, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "For CAAFAG between the ages of 15 to 17, the situation analysis and minimum preparedness actions outlined in IDDRS 5.20 on Children and DDR shall be undertaken.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5803, - "Score": 0.707107, - "Index": 5803, - "Paragraph": "DDR processes for female ex-combatants, females formerly associated with armed forces or groups and female dependents shall be gender-responsive and gender-transformative. To ensure that DDR processes reflect the differing needs, capacities, and priorities of young women and girls, it is critical that gender analysis is a key feature of all DDR assessments and is incorporated into in all stages of DDR (see IDDRS 3.11 on Integrated Assessments and IDDRS 5.10 Women, Gender and DDR for more information).Young women and girls are often at great risk of gender-based violence, including conflict related sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery. Women\u2019s specific health needs, including gynaecological care should be planned for, and reproductive health services, and prophylactics against sexually transmitted infections (STI) should be included as essential items in any health care packages (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR).With the exception of identified child dependents, young women and girls shall be kept separately from men during demobilization processes. Young women and girls (and their dependents) should be provided with gender-sensitive legal assistance, as well as support in securing civil documentation (i.e., personal ID, birth certificate, marriage certificate, death certificate, etc.), if and when relevant. An absence of such documentation can create significant barriers to reintegration, access to basic services such as health care and education, and in some cases can leave women and children at risk of statelessness.Young women and girls often face different challenges during the reintegration process, facing increased stigma, discrimination and rejection, which may be exacerbated by the presence of a child that was conceived during their association with the armed force or armed group. Based on gender analysis which considers the level of stigma and risk in communities of return, DDR practitioners should engage with communities, leveraging women\u2019s civil society organizations, to address and navigate the different cultural, political, protection and socioeconomic barriers faced by young women and girls (and their dependents) during reintegration.The inclusion of young women and girls in DDR processes is central to a gender- transformative approach, aimed at shifting social norms and addressing structural inequalities that lead young women and girls to engage in armed conflict and that negatively affect their reintegration. Within DDR processes, a gender-transformative approach shall focus on the following: \\n Agency: Interventions should strengthen the individual and collective capacities (knowledge and skills), attitudes, critical reflection, assets, actions and access to services that support the reintegration of young women and girls. \\n Relations: Interventions should equip young women and girls with the skills to navigate the expectations and cooperative or negotiation dynamics embedded within relationships between people in the home, market, community, and groups and organizations that will influence choice. Interventions should also engage men and boys to challenge gender inequities including through education and dialogue on gender norms, relations, violence and inequality, which can negatively impact women, men, children, families and societies. \\n Structures: Interventions should address the informal and formal institutional rules and practices, social norms and statuses that limit options available to young women and girls and work to create space for their empowerment. This will require engaging both female and male leaders including community and religious leaders.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 10, - "Heading1": "5. Planning for youth-focused DDR processes", - "Heading2": "5.1 Gender responsive and transformative", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes for female ex-combatants, females formerly associated with armed forces or groups and female dependents shall be gender-responsive and gender-transformative.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5815, - "Score": 0.707107, - "Index": 5815, - "Paragraph": "Understanding the recruitment pathways of youth into armed forces and groups is essential for the development of effective (re-)recruitment prevention strategies. Prevention efforts should start early and take place continuously throughout armed conflict. Prevention efforts should be based on an analysis of the dynamics of recruitment and its underlying causes and include advocacy strategies that are directed at all levels of governance, both formal and informal.In recognition that youth are often recruited as children, and/or face similar \u2018push\u2019 and \u2018pull\u2019 risk factors, DDR practitioners should analyse the structural, social, and individual-level risk factors outlined in section 8 of IDDRS 5.20 on Children and DDR when designing and implementing strategies to prevent the (re-)recruitment of youth. DDR practitioners should also be aware that: \\n Youth participation in armed conflict is not always driven by negative motivations. Volunteerism into armed groups can be driven by a desire to change the social and political landscape in positive ways and to participate in something bigger than oneself. \\n Gender must be considered when considering reasons for youth engagement. Although an increasing number of young women and girls are involved in conflicts, particularly the longer conflicts continue, young men and boys are over-represented in armed forces and groups. This pattern is most often a result of societal gender expectations that value aggressive masculinity and peaceable femininity. While young women and girls often serve armed forces and groups in non- fighting roles and their contributions can be difficult to measure, their participation, reintegration and recovery is critical to peace building processes as marginalized women and girls remain at higher risk of (re)recruitment. Societal expectations may have implications for the roles of young women and men in conflict, as well as how they reintegrate following conflict (see IDDRS Module 5.10 Gender and DDR). It is important to understand the drivers for recruitment and re- recruitment, including the different challenges that male and female youth may experience.; \\n CVR and community-based reintegration programmes can be useful in preventing the (re-) recruitment of youth (see section 7.4 and IDDRS 2.30 on Community Violence Reduction and IDDRS 4.30 on Reintegration); \\n Young people can play a crucial role in preventing the spread of rumours that may fuel recruitment and armed conflict, particularly through social media. Different youth networks and organizations may use their connections to fact-check rumours and then spread corrected information to their communities; \\n \u2018Safe spaces\u2019 that may take the form of youth centres or other contextually appropriate and gender sensitive form are recommended to be created as a place for young people to interact with each other. Centres that allow youth to meet off the streets and experience non-violent excitement and social connection can provide alternatives to joining armed forces or groups, offer marginalized youth a space where they feel included, and provide spaces to educate youth about the realities of life in armed groups. These centres can also help with training and employment efforts by, for example, organizing job information fairs and providing referrals to employment services and counselling. Informal youth drop-in centres may also attract young former combatants who are vulnerable to re-recruitment, and who did not go through DDR because of fear or misinformation, or because they managed to escape and are looking for help by themselves. Well-trained mentors who act as role models should manage these centres; \\\u203a Interaction between different youth organizations, networks and movements as well as youth centres, platforms and councils or others similar entitiescan provide opportunities to build trust between members of different communities. DDR practitioners should support programmes that encourage young people to initiate spaces that form bridges across conflict lines at community and state levels.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 11, - "Heading1": "6. Prevention of recruitment and re-recruitment of youth", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Understanding the recruitment pathways of youth into armed forces and groups is essential for the development of effective (re-)recruitment prevention strategies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5833, - "Score": 0.707107, - "Index": 5833, - "Paragraph": "It is neither possible nor advisable to design and implement DDR processes for all young people in the same way. For youth between the ages of 15 to 17, the guidance outlined in section 7 of IDDRS 5.20 on Children and DDR shall be followed. However, elements of the guidance in this section, which focuses on youth aged 18 to 24, may also be applicable.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "It is neither possible nor advisable to design and implement DDR processes for all young people in the same way.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5836, - "Score": 0.707107, - "Index": 5836, - "Paragraph": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration. DDR programmes require certain preconditions, such as the signing of a peace agreement, to be viable (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes consist of a set of related measures, with a particular aim, falling under the operational categories of disarmament, demobilization and reintegration.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5838, - "Score": 0.707107, - "Index": 5838, - "Paragraph": "Youth-focused DDR programmes should include technical personnel and local staff with experience in working on youth and gender issues in order to ensure that explicit needs are identified and addressed from an early stage of engagement. This should be expressed either through distinct roles or as a function of an existing role and developed into relevant terms of reference. For example, the disarmament team should include a national youth specialist.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.1 Personnel", - "Heading4": "", - "Sentence": "Youth-focused DDR programmes should include technical personnel and local staff with experience in working on youth and gender issues in order to ensure that explicit needs are identified and addressed from an early stage of engagement.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5841, - "Score": 0.707107, - "Index": 5841, - "Paragraph": "During disarmament or demobilisation processes youth should be screened for age, following age assessment guidance found in Annex B of IDDRS 5.20 on Children and DDR. Youth, under the age of 18, should be separated from adults.With the exception of young child dependants who are with their caregivers, female youth participating in DDR programmes should, at a minimum, be accommodated in a female only section and, where possible, housed in female only facilities along with other female ex-combatants and females associated with armed forces or groups. Further guidance can be found in IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization, and IDDRS 5.10 on Women, Gender and DDR", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.2 Disarmament and demobilization sites", - "Heading4": "", - "Sentence": "During disarmament or demobilisation processes youth should be screened for age, following age assessment guidance found in Annex B of IDDRS 5.20 on Children and DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5844, - "Score": 0.707107, - "Index": 5844, - "Paragraph": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming. The following data should be collected: demographic composition of participants and beneficiaries, education and skills, special needs, areas of return, expectations and security risks. To the extent possible, a random and representative sample should be taken, and the data gathered should be disaggregated by age and gender (see IDDRS 4.30 on Reintegration). During disarmament and demobilization, ex-combatants and persons formerly associated with armed forces or groups should be registered and more comprehensive profiling should take place (see IDDRS 4.20 on Demobilization). This profiling should be used, at a minimum, to identify obstacles that may prevent youth from full participation in a DDR programme, to identify the specific needs and ambitions of youth, and to devise protective measures for youth. For example, profiling may reveal the need for extended outreach services to families to address trauma, distress, or loss, and increase their ability to support returning youth.The registration and profiling of youth should include an emphasis on better understanding their reasons for engagement, aspirations for reintegration, education and technical/professional skill levels and major gaps, health-related issues that may affect reintegration (including psychosocial health), family situation, economic status, and any other relevant information that will aid in the design of reintegration solutions that are most appropriate for youth. A standardized questionnaire collecting quantitative and qualitative data from youth ex-combatants and youth formerly associated with armed forces or groups should be designed. This questionnaire can be supported by conducting qualitative profiling: assessing life skills and skills learned during armed service (for example, leadership, driving, maintenance/repair, construction, logistics) which their record often does not reflect (see Annex B for Sample Profiling Questions to Guide Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 13, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.3 Profiling", - "Heading4": "", - "Sentence": "Even before disarmament begins, a general profile of the potential participants and beneficiaries of a DDR programme should be developed in order to inform later reintegration programming.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5852, - "Score": 0.707107, - "Index": 5852, - "Paragraph": "During demobilization, individuals shall be directed to a doctor or medical team for health screening. Both general and specific health needs shall be assessed. Given their age and increased risk factors, youth shall be provided with basic specialized attention in the areas of reproductive health and STIs, including voluntary testing and counselling for HIV/AIDS (see IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.70 on Health and DDR). Female medical personnel shall be made available for women and girls. In addition, screening for mental health and psychosocial support needs should be available. Plans for how to protect personal health information shall also be made.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 14, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.4 Medical health screening", - "Heading4": "", - "Sentence": "During demobilization, individuals shall be directed to a doctor or medical team for health screening.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 5858, - "Score": 0.707107, - "Index": 5858, - "Paragraph": "The transition from military to civilian life can be extremely difficult and stressful for youth who are ex-combatants or persons associated with armed forces or groups. These young men and women often lack experience in navigating civilian systems or processes such as finding accommodation, accessing services and engaging in civilian life. Pre-discharge awareness raising can be a critical component in ensuring a smooth initial transition and to begin to prepare youth for civilian life. As such, specialized sensitization programmes should be developed for youth to address the various concerns specific to this group. These programmes should take into account specific gender differences such as addressing societal expectations (e.g., for males to be the primary breadwinner, for females to fulfil traditional gender roles) and risks of stigmatization/rejection. However, they should also be designed to prepare youth for their reintegration, including beginning to raise and where appropriate address issues such as social norms and how to resolve disagreements and disputes non-violently. Given that youth may have been socialized into violence during the period they were associated with an armed force or group, longer-term reintegration support is necessary. Sensitization should therefore focus on helping youth find solutions to the challenges they may face on their return, rather than purely identifying those challenges.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 14, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.1 DDR programmes", - "Heading3": "7.1.5 Pre-Discharge Awareness Raising", - "Heading4": "", - "Sentence": "The transition from military to civilian life can be extremely difficult and stressful for youth who are ex-combatants or persons associated with armed forces or groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5866, - "Score": 0.707107, - "Index": 5866, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR). For youth 15-17, reintegration support can be provided at any time (see IDDRS 5.20 on Children and DDR) The guidance provided in this section is applicable to both scenarios.Reintegration is a complex mix of economic, social, political and personal factors, all of which work together. While the reintegration of youth ex-combatants and youth formerly associated with armed forces or groups may depend, in part, on their successful transition into the world of work, if youth retain deep-rooted grievances due to political marginalization, or face significant, unaddressed psychosocial distress, or are experiencing ongoing conflict with their family, then they are extremely unlikely to be successful in making such a transition. Additionally, if communities and other stakeholders, including the State, do not recognize or value young people\u2019s contributions, expertise, and opinions it may increase the vulnerability of youth to re-recruitment.Youth-focused reintegration support should be designed and developed in consultation with youth. From the beginning, programme components should address the rights, aspirations, and perspectives of youth, and be as inclusive, multisectoral, and long term as is feasible from the earliest phases.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5871, - "Score": 0.707107, - "Index": 5871, - "Paragraph": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration. When necessary, demobilized youth should be supported through extended outreach mental health and psychosocial support services. This may include individual, group or family therapy, or training in various community-based psychosocial support and psychological first aid techniques. It may require recruitment of mental health or psychosocial support professionals as staff or outsourcing to local service providers or civil society. Local providers can also help address potential stigmatization relating to mental health and psychosocial support. All DDR participants and beneficiaries requiring and/or requesting mental health or psychosocial support should have access to such support. Programme staff must ensure that appropriate protections are put in place and that any stigmatization is effectively addressed.DDR practitioners should consider the utility of a variety of innovative strategies to help young people deal with trauma. In some contexts, for example, music and theatre have been used to spread information, raise awareness and empower youth (e.g., \u2018theatre of the oppressed\u2019). Sports and cultural events can strongly attract young people while also having great social benefits. DDR practitioners should be aware that the cultural sector can also provide employment. Youth radio can be an excellent way of allowing youth to communicate and engage with each other and DDR practitioners should consider supplying related equipment and professional trainers. Radio can reach and inform many people and is accessible even to difficult-to-reach groups. Rural cinemas may also serve as an interactive activity in which youth can participate. Such initiatives may benefit wider social cohesion. Some of these strategies could result in new businesses run by both civilian youth and youth who are former members of armed forces or groups. This may help to bring youth together and provide/strengthen support networks.Mental health and psychosocial support interventions should be planned to respond to specific gender needs. Female youth ex-combatants may face several distinct challenges that affect their mental and psychosocial health in different ways. Specific experience of conflict (for e.g., forced sexual activity, childbirth, abortion, desertion by \u2018bush husbands\u2019) and of reintegration (e.g., rejection by family and community due to involvement in socially unacceptable activities for a female, lack of access to specific employment opportunities, and greater care-giver duties) may create a subset of mental health and psychosocial support needs that the programme should address. Likewise, young male ex-combatants may face psychosocial difficulties associated with their conflict experience (e.g., perpetrator and victim of sexual violence, extreme violence) and reintegration (e.g., high levels of post-traumatic stress, appetitive aggression, and notions of masculinity and societal expectation).The capacity of the health and social services sectors to assist youth with mental health and psychosocial support should be improved. Training of trainers in psychological first aid and other community-based techniques can be particularly useful, especially in the short to medium-term. However, longer term planning for the health and social services sectors is required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 15, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.1 Psychosocial Support and Special Care", - "Heading4": "", - "Sentence": "Mental health and psychosocial support needs and capacities should be identified during the profiling survey undertaken during demobilization (see above) and appropriate support mechanisms should be established to be implemented during reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5892, - "Score": 0.707107, - "Index": 5892, - "Paragraph": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration. These health interventions should be planned as a distinct component of reintegration programming rather than as ad hoc support. For more information, see IDDRS 5.70 Health and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 16, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.2 Health", - "Heading4": "", - "Sentence": "Youth reintegration programmes should build on healthcare provided during the demobilization process to support youth to address the various health issues that may negatively impact their successful reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5895, - "Score": 0.707107, - "Index": 5895, - "Paragraph": "Conflict-related disability can represent a significant barrier to reintegration for youth who are former members of armed forces or groups. As well as having to cope with the pain and difficulty of living with a disability, it can have a disruptive influence on employment and social engagement. Moreover, individuals with disabilities can be extremely hard to access and, as a result, have often been overlooked and excluded from meaningful reintegration support. Support for disabled youth ex- combatants and persons formerly associated with armed forces and groups should be informed by the Convention on the Rights of Persons with Disabilities (CPRD) (see IDDRS 5.80 on Disability- Inclusive DDR). Based on the principles of non-discrimination, inclusion, participation and accessibility, compliance with the CPRD enables DDR programmes to be more inclusive of young former members of armed forces and groups with disabilities and responsive to their specific and unique needs. While young ex-combatants and persons formerly associated with armed forces or groups with disabilities should be supported through innovative employment and social protections initiatives (e.g., pensions, housing, compensation funds, land, etc.), medical and physical rehabilitation support should also be a feature of reintegration, or at the least, effective referral for necessary support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 17, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.3 Disability", - "Heading4": "", - "Sentence": "Conflict-related disability can represent a significant barrier to reintegration for youth who are former members of armed forces or groups.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 5902, - "Score": 0.707107, - "Index": 5902, - "Paragraph": "Educating young people about HIV and AIDS and teaching them skills in negotiation, conflict resolution, critical thinking, self-awareness, decision-making and communication improves their self- confidence and ability to make informed choices about their own reproductive health and to keep themselves safer and healthier.Since the involvement of parents, extended families, communities, schools and peers is vital in guiding and supporting young people to make safe choices about their health and well-being, DDR practitioners should consult with agencies involved in HIV prevention strategies and ensure that any health component of DDR works together with other community-based strategies to avoid transmission of HIV and to care for those infected with HIV or who are AIDS patients. Studies have shown that a consistent, positive, emotional relationship with a caring adult helps young people feel safe and secure, allowing them to develop the resilience needed to manage challenges in their lives and to protect their sexual well-being. Mentors in DDR training programmes should therefore be trained as educators and counsellors on HIV.Young women are much more likely to be infected with HIV than young men, especially when they live in conditions of poverty, are exploited by older men, or carry out sex work to survive. Specific interventions to reduce the vulnerabilities of young women to sexually transmitted infections (STI\u2019s) should be considered to address this risk and should include young men, given the role that they may play in transmission. Respect for each other can protect both young men and young women from the dangers of forced or unwanted sex and enable them to feel comfortable discussing sexual matters and negotiating safety and protection.Youth-friendly services within reintegration programmes should offer treatment for STI\u2019s and help young people access sexual and reproductive health information and services. Voluntary and confidential HIV counselling and testing services allow young people to find out their HIV status and understand safe ways of behaving, whether they are infected or not (see IDDRS 5.60 on HIV/AIDS and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 17, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.4 HIV/AIDS", - "Heading4": "", - "Sentence": "Educating young people about HIV and AIDS and teaching them skills in negotiation, conflict resolution, critical thinking, self-awareness, decision-making and communication improves their self- confidence and ability to make informed choices about their own reproductive health and to keep themselves safer and healthier.Since the involvement of parents, extended families, communities, schools and peers is vital in guiding and supporting young people to make safe choices about their health and well-being, DDR practitioners should consult with agencies involved in HIV prevention strategies and ensure that any health component of DDR works together with other community-based strategies to avoid transmission of HIV and to care for those infected with HIV or who are AIDS patients.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5908, - "Score": 0.707107, - "Index": 5908, - "Paragraph": "Many youths may have habitually taken or been given drugs as combatants. In some war zones, commanders routinely give drugs to youngsters to make them dependent on the group, more obedient, and reduce their resistance to committing violent acts or crimes. At the end of the conflict, some youth may fall into drug and alcohol abuse as a coping mechanism.Reintegration programmes should make a particular effort to deal with the issue of the harmful use of drugs and alcohol by young combatants, including through the provision of drug/alcohol abuse treatment and/or the provision of referral services. In many countries, the use of such substances seriously undermines the effective implementation of youth employment and reintegration programmes. If young combatants are provided with money to start their businesses while they are not fully detoxed and rehabilitated from drugs they were using during combat, their reintegration is less likely to be successful. A fear that ex-combatants are habitual drug users is also an important reason why employers may be unwilling to recruit these individuals (also see IDDRS 5.70 on Health and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.5 Drug and Alcohol Addiction", - "Heading4": "", - "Sentence": "Many youths may have habitually taken or been given drugs as combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 5914, - "Score": 0.707107, - "Index": 5914, - "Paragraph": "Life skills represent a key aspect of reintegration. Youth face greater levels of responsibility than children but may have had their education or personal development interrupted due to armed conflict. Youth may be expected to work, support family, and take on leadership roles for which they may not be prepared. For female youth, strengthening life skills can facilitate the development of mechanisms to help overcome societal pressures and obstacles, positively influence the role of women in peacebuilding, and ensure that any elevation in their position during the conflict is not lost in civilian life. For male youth, improved life skills can help address negative aspects of contextual notions of masculinity and increase their ability to resolve conflict in non-violent ways.Investment in life skills development for all youth must be considered of critical importance for DDR practitioners. This should be seen as a key reintegration strategy and should be mainstreamed throughout all the main components of reintegration programming. Examples of the type of life skills that may be developed through reintegration support are outlined in Table 1 below. When reintegration is being supported as part of a DDR programme, the life skills to be developed should be determined by the findings from the profiling survey conducted during demobilization.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 18, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.6 Life skills", - "Heading4": "", - "Sentence": "Life skills represent a key aspect of reintegration.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5922, - "Score": 0.707107, - "Index": 5922, - "Paragraph": "A young person\u2019s level of education will often determine whether he or she makes a successful transition into the world of work. There is also evidence that keeping young people in school slows the transmission of HIV/AIDS and has other mental health and psychosocial benefits for youth affected by armed conflict (see IDDRS 5.60 on HIV/AIDS and DDR). Although a lack of primary education is normally a problem that only affects younger children, in an increasing number of conflict-affected countries, low literacy has become a major problem among youth.Time spent with an armed force or group results in a loss of educational opportunities. This in turn can create barriers to socioeconomic (re)integration, as youth are often faced with pressure to provide for themselves and their families. In contrast, a return to education can help to foster a sense of normalcy, including social interaction with other students, that assists with other elements of reintegration. As explained in detail in IDDRS 5.20 on Children and DDR, when transitioning from military to civilian life, youth may be reluctant to resume formal basic education because they feel embarrassed to attend schools with children of a much younger age, or because their care-giving responsibilities are simply too heavy to allow them the time to study without earning an income. Costs can be prohibitive, and older youth may be pressured into employment. For those youth who do return to education, many experience diminished educational attainment. This may be due to an inability to concentrate because of the trauma they experienced, or due to the absence of teachers with the experience and capacity to deal with the obstacles to learning that they face.Obstacles to the education of youth who are ex-combatants and persons associated with armed forces or groups must be overcome if their reintegration is to be successful. Youth should not feel stigmatized because they lost the opportunity to acquire an education, served in armed forces or groups, became refugees, or were not able to attend school for other reasons. Youth should also not be prevented from attending school due to costs, or because they are parents or hold other responsibilities (e.g., main household earner). The best solution may be to provide youth who have missed out on education with Accelerated Learning Programmes (ALP), which are designed and tailored for older learners and that are compatible with and recognized by the formal system of education (see section 7.9.4 in IDDRS 5.20 on Children and DDR). This may require the development of creative modalities for the provision of catch-up education in order to remain sensitive to the needs of youth, overcome obstacles, and maximize accessibility. For example: //n Begin education (basic literacy, numeracy and primary education) during demobilization and begin youth on a trajectory that will enable easier integration into formal education. //n Develop education programmes for different subsets of youth who are former members of armed forces and groups to best take into account their ability to learn and their level of development and maturity (e.g., through remedial education). //n Provide initial bridging education in separate facilities (for a short time only) to build up to a minimal level of educational attainment before entering mainstream classes. //n Train and mentor teachers in the provision of education to vulnerable, at-risk youth. //n Train teachers to promote peaceful coexistence and adapt curricula accordingly. //n Provide child-care facilities at all schools offering education for youth, to allow young mothers and youth who have responsibilities for dependents to attend. Childcare should be free and include a feeding/nutritional programme. //n Deliver vocational training on a part-time basis, so that it is possible to use the rest of the week for regular catch-up education. The mix of education and vocational training provides former combatants with a broader basis for finding long-term employment than simple vocational training. This system has the additional advantage of increasing the number of places available at training centres, which exist only in a limited number, as trainees will only attend two half-days of training a week, allowing many more people to be trained than if only one group attended full-time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 19, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.7 Education", - "Heading4": "", - "Sentence": "A young person\u2019s level of education will often determine whether he or she makes a successful transition into the world of work.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5945, - "Score": 0.707107, - "Index": 5945, - "Paragraph": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market. By providing youth with the means to acquire \u2018employable skills,\u2019 vocational training can increase self-esteem and build confidence, while helping young people to (re)gain respect and appreciation from the community.Most armed conflicts result in the disruption of training and economic systems and, because of time spent in armed forces or groups, many young ex-combatants and persons associated with armed forces and groups do not acquire the skills that lead to a job or to sustainable livelihoods. At the same time, the reconstruction and recovery of a conflict-affected country requires large numbers of skilled and unskilled persons. Training provision needs to reflect the balance between demand and supply, as well as the aspirations of youth DDR participants and beneficiaries.DDR practitioners should develop strong networks with local businesses and agriculturalists in their area of operation as early as possible to engage them as key stakeholders in the reintegration process and to enhance employment and livelihood options post-training. Partnerships with the private sector should be established early on to identify specific employment opportunities for youth post-training. This could include the development of apprenticeship programmes (see below), entering into Memoranda of Understanding (MOUs) with local chambers of commerce or orientation events bringing together key business and community leaders, local authorities, service providers, trade unions, and youth participants. DDR practitioners should explore opportunities to collaborate with vocational training institutes to see how they could adapt their programmes to specifically cater for demobilized youth.Employers\u2019, agriculturalists, and trade unions are important partners, as they may identify growth sectors in the economy, and provide assistance and advice to vocational training agencies. They can help to identify a list of national core competencies or curricula and create a system for national recognition of these competencies/curricula. Employers\u2019 organizations can also encourage their members to offer on-the-job training to young employees by explaining the benefits to their businesses such as increased productivity and competitiveness, and reduced job turn-over and recruitment expenses.Systematic data on the labour market and on the quantitative and qualitative capacities of training partners may be unavailable in conflict-affected countries. Engagement with businesses, agriculturalists, and service providers at the national, sub-national and local levels is therefore vital to fill these knowledge gaps in real-time, and to sensitize these actors on the challenges faced by youth ex-combatants and persons formerly associated with armed forces and groups. DDR practitioners should also explore opportunities to collaborate with national and local authorities, other UN agencies/programmes and any other relevant/appropriate actors to promote the restoration of training facilities and institutions, apprenticeship education and training programmes, and the capacity building of trainers.For youth who have little or no experience of decent work, vocational training should include a broad range of training and livelihood options to provide young people with choice and control over decision-making that affects their lives. In rural settings, agricultural and animal husbandry, veterinary, and related skills may be more valuable and more marketable and should not be ignored as options. Specifically, consideration should be given to the type of training that female youth would prefer, rather than limiting them to training for roles that have traditionally been associated with females .The level of training should also match the need of the local economy to increase the probability of employment, so that the skills and expectations of youth match labour market needs, and training modalities should be developed to most appropriately reflect the learning needs of youth deprived of much of their schooling. As youth may have experienced trauma or loss, mental health and psychosocial support should be available during training to those who need it. Vocational training modalities should also specifically consider those with dependants (particularly young women) to enable them sustained access to training programmes. This may include supporting access to social protection measures such as kindergarten or other forms of childcare. In addition, it is important to understand the motivations and interests of young people as part of facilitating a match of training with the local economy needs.Young people require learning strategies that allow them to learn at their own pace. Learning approaches should be interactive and utilize appropriate new technologies, particularly when attempting to extend skills training to hard-to-reach youth. This may include digital resources and eLearning, as well as mobile skills-building facilities. The role of the trainer involved in these programmes should be that of a facilitator who encourages active learning, supports teamwork and provides a positive adult \u2018role model\u2019 for young participants. Traditional supply-driven and instructor-oriented training methods should be avoided.Where possible, and in order to prepare young people with no previous work experience for the highly competitive labour market, vocational training should be paired with apprenticeship and/or on-the-job training opportunities. Trainees can then combine the skills they are learning with practical experience of norms and values, productivity and competition in the world of work. DDR practitioners should also plan staff development activities that aim at training existing or newly recruited vocational trainers in how to address the specific needs and experiences of young DDR participants and beneficiaries.Youth ex-combatants and persons formerly associated with armed forces or groups can experience further frustration and hopelessness if they do not find a job after having been involved in ineffective or poorly targeted training programme. These feelings can make re-recruitment more likely. One of the clearest lessons learned from past DDR programmes is that even after training, young combatants often struggle to succeed in weak economies that have been damaged by war, as do adults. Businesses owned by former members of armed forces and groups regularly fail due to market saturation, competition with highly qualified people already running the same kinds of businesses, limited experience in business start-up, management and development, and because of the very limited cash available to pay for goods and services in post-war societies. Youth may also be in competition for limited job opportunities with more experienced adults.To address these issues, reintegration programmes should more effectively empower youth by combining several skills in one course, e.g., home economics with tailoring, pastry or soap- making. This is because possession of a range of skills greatly improves the employability of young people. Also, providing easy-to-learn skills such as mobile phone repair makes young people less vulnerable and more adaptable to rapidly changing market demands. Together the acquisition of business skills and life skills (see above) can help young people become more effective in the market. Depending on the context, agricultural and animal husbandry, veterinary, and related skills should be considered.Training demobilized youth in trades they might identify as their preference should be avoided if the trades are not required in the labour market. The feeling of frustration and helplessness that might have caused people to take up arms in the first place only increases when they cannot find employment after training and could increase the risk of re-recruitment. Training and apprenticeship programmes should be adapted to young people\u2019s abilities, interests and needs, to enable them to complete the programme, which will both boost their employment prospects and bolster their self- confidence. A commitment to motivating young people to realize their potential is a vital part of successful programming and implementation.This can be achieved through greater involvement of both youth participants and the business community in reintegration programming and design. This can enable a more realistic appreciation of the economic context, the identification of interesting but non-standard alternatives (so long as they can lead to sustainable job prospects or livelihoods), and the development of initial relationships. Effective career or livelihood counselling will be central to this process, and it is therefore necessary to recruit DDR staff with skills not only in vocational and technical training provision, but also in working with youth. Where such capacities are not evident it is important to invest in capacity development before DDR staff make contact with programme participants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 20, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.8 Vocational training", - "Heading4": "", - "Sentence": "Vocational training can play a key role in the successful reintegration of young ex-combatants and persons formerly associated with armed forces or groups by increasing their chances to effectively participate in the labour market.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 5982, - "Score": 0.707107, - "Index": 5982, - "Paragraph": "Vocational training should be accompanied by high quality employment counselling and livelihood or career guidance. Young people who have been engaged with an armed force or armed group may have no experience of looking for employment, no professional contacts, and may not know what they can do or even want to do. Employment counselling, career guidance and labour market information that is grounded in the realities of the context can help youth ex-combatants and youth formerly associated with an armed force or group to: \\n manage the change from the military to civilian life and from childhood to adulthood; \\n understand the labour market; \\n identify opportunities for work and learning; \\n build important attitudes and life skills; \\n make decisions; \\n plan their career and life.Employment counselling and career and livelihood guidance should match the skills and aspirations of youth who have transitioned to civilian status with employment or education and training opportunities. Counselling and guidance should be offered as early as possible (and at an early stage of the DDR programme if one exists), so that they can play a key role in designing employment programmes, identifying education and training opportunities, and helping young ex- combatants and persons formerly associated with armed forces or groups make realistic choices. Female youth and youth with disabilities should receive tailored support to make choices that appropriately reflect their wishes rather than being pressured into following a career path that fits with social norms. This will require significant work with service providers, employers, family and the wider community to sensitize on these issues, and may necessitate additional training, capacity building and orientation of DDR staff to ensure that this is done effectively.Employment counsellors should work closely with the business community and youth both before and during vocational training. Employment services including counselling, career guidance, and directing young people to the appropriate jobs and educational institutions should also be offered to all young people seeking employment, not only those previously engaged with armed forces or groups. Such a community-based approach will demonstrate the benefit of accepting returning former members of armed forces and groups into the community. Employment and livelihood services must build on existing national structures and are normally under the control of the ministry of labour and/or youth. DDR practitioners should be aware of fair recruitment principles and guidelines 3 and how they may apply to a DDR context when seeking to promote employment through both public employment services and private recruitment agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 23, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.9 Employment Services", - "Heading4": "", - "Sentence": "Vocational training should be accompanied by high quality employment counselling and livelihood or career guidance.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 5992, - "Score": 0.707107, - "Index": 5992, - "Paragraph": "Public works programmes aim to build or rehabilitate public/community assets and infrastructure that are vital for sustaining the livelihoods of a community. Examples are the rehabilitation of maintenance of roads, improving drainage, water supplies and sanitation, demining or environmental work including the planting of trees (see IDDRS 4.20 on Demobilization). Public works programmes can be easily designed to create job opportunities for youth who are community members and/or former members of armed forces and groups. There is always urgent work to be done in priority sectors \u2014 such as essential public facilities \u2014 and geographical areas, especially those most affected by armed conflict. Job-creation schemes may provide employment and income support and, at the same time, develop physical and social infrastructure. Such schemes should be designed to promote the value-chain, exploring the full range of activities needed to create a product or services, and should make use of locally available resources, whenever possible, to boost the sustainable economic impact.Although these programmes offer only a limited number of long-term jobs, they can provide immediate employment, increase the productivity of low-skilled youth and help young participants gain work experience that can be critical for more sustainable employment. A further key impact is that they can assist in raising the social status of youth former members of armed forces and groups from individuals who may be perceived as \u201cdestroyers\u201d to individuals who are considered \u201cconstructors\u201d. Chosen schemes can be part of special reconstruction projects to directly benefit youth, such as training centres, sports facilities, health facilities, schools, or places where young people can engage in local politics or play and listen to music. Such projects can be developed within the local construction industry and assist groups of youth to become small contractors. Community-based employment provides an ideal opportunity to mix young former members of armed forces and groups with other youth, paving the way for social reintegration, and should be made available equally to young women and men.Where possible, public works programmes shall be implemented immediately after young people transition from military to civilian status. Care must be taken to ensure that safe labour standards are prioritized, and that youth are given options in terms of the type of work available to them, and not forced into physically demanding work. The creation of employment-intensive work for youth should include other components such as flexible on-site training, mentoring, community services and psychosocial care (where necessary) to support their reintegration into society.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 24, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.10 Public works programmes", - "Heading4": "", - "Sentence": "Public works programmes aim to build or rehabilitate public/community assets and infrastructure that are vital for sustaining the livelihoods of a community.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6004, - "Score": 0.707107, - "Index": 6004, - "Paragraph": "Employers may be hesitant to hire youth who are former members of armed forces or groups for a wide range of reasons. These reasons may include distrust, image/perceptions, as well as issues of discrimination linked to ethnicity, sociocultural background, political and/or religious beliefs, gender, etc. To help overcome barriers and create opportunities, employers should be given incentives to hire youth or create apprenticeship places. For example, construction companies could receive certain DDR-related contracts on the condition that their labour force includes a high percentage of youth or even a specific group of youth, such as female youth who are ex-combatants. Wage subsidies and other incentives, such as tax exemptions for a limited period, can also be offered to employers who hire young former members of armed forces and groups. This can, for example, pay for the cost of initial training required for young workers. These subsidies can be particularly useful in enabling certain groups of youth to access the labour market (e.g., ex-combatants with disabilities), or areas of the labour market that may traditionally be off limits (e.g., female ex-combatants with a desire to work in traditionally male dominated areas).There are many schemes for sharing initial hiring costs between employers and government. The main issues to be decided are the length of the period in which young people will be employed; the amount of subsidy or other compensation employers will receive; and the type of contracts that young people will be offered. Employers may, for example, receive the same amount as the wage of each person hired or apprenticed. Other programmes combine subsidized employment with limited-term employment contracts for young people. Work training contracts may provide incentives to employers who recruit young former members of armed forces and groups and provide them with on-the-job training. Care should be taken to make sure that this opportunity includes youth who are former members of armed forces and groups, in order to incentivize employers to work with a group that they may have otherwise been wary of. Furthermore, DDR practitioners should develop an efficient monitoring system to make sure that training, mentoring and employment incentives are used to improve employability, rather than turn youth into a cheap source of labour.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 25, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.11 Wage incentives", - "Heading4": "", - "Sentence": "Employers may be hesitant to hire youth who are former members of armed forces or groups for a wide range of reasons.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6017, - "Score": 0.707107, - "Index": 6017, - "Paragraph": "Trade unions should be encouraged to identify and share examples of good practice for organizing and recruiting young people. These include youth-recruiting-youth methods, networks of young trade union activists for sharing experiences, and other informal networks for exchanging information. Youth committees and working groups from different unions should be set up in order to share information, identify the needs and problems of young people and implement relevant policies and strategies. Young members can learn from other unions about how to open up job opportunities and improve working conditions. Tripartite consultations and collective bargaining can be used by unions to pressure governments and employers to deal with questions of youth employment and make youth issues part of policies and programmes. It is also a good idea to work with governments and workers\u2019 organizations to develop and implement strategies for youth reintegration that everyone involved supports. Decent work for youth can be made part of collective agreements negotiated by unions.Unions can also provide advice on workplace issues and proposed legislation, support and encourage the provision of social protection for both young people and adults, put pressure on employers and employers\u2019 organizations to prevent child labour, and make sure that young workers are informed about their rights and the role of trade unions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 25, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.12 Trade unions", - "Heading4": "", - "Sentence": "Trade unions should be encouraged to identify and share examples of good practice for organizing and recruiting young people.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6024, - "Score": 0.707107, - "Index": 6024, - "Paragraph": "The private sector can play an important role in reintegration, not only through employers\u2019 organizations, but also because individual companies can contribute to the socioeconomic (re)integration of young people. There are a great many potential initiatives that the private sector can contribute to, ranging from strategic dialogue to high-risk arrangements. The private sector may sponsor scholarships and support education by, for example: sponsoring young people working toward higher qualifications that provide relevant skills for the labour market; sponsoring special events or school infrastructure, such as books and computers or other office equipment; and establishing meaningful traineeships that provide young people with valuable work experience and help them reintegrate into society. The private sector should also be encouraged to support young entrepreneurs during the critical first years of their new business. Large firms could introduce mentorship or coaching programmes, and offer practical support such as providing non-financial resources by allowing young people to use company facilities (internet, printer, etc.), which is a low-cost yet effective way of helping them to start their own businesses or apply for jobs. Volunteer work at a large business provides young entrepreneurs with valuable expertise, knowledge, experience and advice. This could also be provided in seminars and workshops. The private sector can also provide start-up capital, for example, by holding competitions to provide young people who develop innovative business ideas with start- up funding.Networks of small businesses run by young people should be helped to cooperate with each other and with other businesses, as well as with institutions such as universities and specialized institutions in particular sectors of the economy, so that they can better compete with large, well- established companies. They can cooperate and share the costs of buying more expensive equipment, as well as share experiences and knowledge.Public\u2013private partnerships can also assist youth who are former members of armed forces and groups, for e.g., by working together to provide employment service centres for young people. Training centres, job centres and microfinance providers should be linked to members of the private sector, be well informed of the needs and potential of youth, and adapt their services to help this group.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 26, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.13 The private sector", - "Heading4": "", - "Sentence": "The private sector can play an important role in reintegration, not only through employers\u2019 organizations, but also because individual companies can contribute to the socioeconomic (re)integration of young people.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6035, - "Score": 0.707107, - "Index": 6035, - "Paragraph": "As there is often severe competition in post-conflict labour markets, youth will often have very limited access to existing jobs. The large majority of youth will need to start their own businesses, in groups or individually. To increase their success rate, DDR practitioners should: \\n\\n develop young people\u2019s ability to deal with the problems they will face in the world of work through business development education. They should learn the following sets of skills: \\n being enterprising \u2014 learning to see and respond to opportunities; \\n business development skills \u2014 learning to investigate and develop a business idea; \\n business management skills \u2014 learning how to get a business going and manage it successfully. \\n\\n develop the capacities of young entrepreneurs to manage businesses that positively contribute to sustainable development in their communities and societies and that do no harm. \\n\\n encourage business persons and agricultural leaders to support young (or young potential) entrepreneurs during the vital first years of their new enterprise by transferring their knowledge, experience and contacts to them. They can do this by providing on-the-job learning, mentoring, including them in their networks and associations, and using youth businesses to supply their own businesses. The more support a young entrepreneur receives in the first years of their business, the better their chances of creating a sustainable business or of becoming more employable. \\n\\n ensure business-focused DDR activities align with national priorities and strategies in order to maximise potential access to resources and government support. \\n\\n provide access to business training. Among several business training methods, Start Your Business, for start-ups, and Start and Improve Your Business (SIYB) help train people who train entrepreneurs and through this multiplier effect, reach a large number of unemployed or potential business starters. SIYB is a sustainable and cost- effective method that equips young entrepreneurs with the practical management skills needed in a competitive business environment. If the illiteracy rate among young combatants is very high, other methods are available, such as Grassroots Management Training.4Youth entrepreneurship is more likely to be effective if supported by enabling policies and regulations. For example, efficient and fair regulations for business registration will help young people to start a business in the formal economy. Employers\u2019 organizations can play an important role in providing one-on-one mentoring to young entrepreneurs. Support from a mentor is particularly effective for young entrepreneurs during the first years of business start-up, since this is when youth enterprises tend to have high failure rates. It is important that youth themselves control the mentoring relationships they engage in to ensure these are formed on a voluntary basis and are positive in nature. Some youth may enjoy more formal structures, while for others an informal arrangement is preferable. Group-based youth entrepreneurship, in the form of associations or cooperatives, is another important way of providing decent jobs for youth ex-combatants and youth formerly associated with armed forces and groups. This is because many of the obstacles that young entrepreneurs face can be overcome by working in a team with other people. In recognition of this, DDR practitioners should encourage business start-ups in small groups and where possible there should be a balance between civilians and former members of armed forces and groups. DDR practitioners should empower these youth businesses by monitoring their performance and defending their interests through business advisory services, including them in employers\u2019 and workers\u2019 organizations, providing access to business development services and micro-finance, and creating a favourable environment for business development.A number of issues may also need to be tackled in relation to youth entrepreneurship, including: \\n the need for investment in premises and equipment (a warehouse, marketplace, cooling stores, workplace, equipment); \\n the size and nature of the local market (purchasing power and availability of raw materials); \\n the economic infrastructure (roads, communications, energy); and \\n the safety of the environment and of any new equipment.Given that such issues go beyond the scope of DDR, there should be direct links between DDR and other development initiatives or programmes to encourage national or international investments in these areas. Where possible, reintegration programmes should also source products and services from local suppliers.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 27, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.14 Youth Entrepreneurship", - "Heading4": "", - "Sentence": "As there is often severe competition in post-conflict labour markets, youth will often have very limited access to existing jobs.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6058, - "Score": 0.707107, - "Index": 6058, - "Paragraph": "Microcredit remains an important source of financial help for people who do not meet the criteria for regular bank loans and has wide reaching benefits in terms of enhancing social capital and facilitating conflict resolution and reconciliation through cross-group cooperation. Reintegration programmes should take active steps to provide microfinance options.The success of microfinance lies in its bottom-up approach, which allows for the establishment of new links among individuals, NGOs, governments and businesses. Traditionally, youth have largely been denied access to finance. While some young people are simply too young to sign legal contracts, there is also a perception that youth ex-combatants and youth formerly associated with armed forces and groups are unpredictable, volatile, and therefore a high-risk group for credits or investments. These prejudices tend to disempower youth, turning them into passive receivers of assistance rather than enabling them to take charge of their own lives.Microfinance holds great potential for young people. Youth should be allowed access to loans within small cooperatives in which they can buy essential assets as a group. When the group members have together been able to save or accumulate some capital, the savings or loans group can be linked to, or even become, a microfinance institution with access to donor capital.Governments should assist youth to get credits on favourable terms to help them start their own business, e.g., by guaranteeing loans through microfinance institutions or temporarily subsidizing loans. In general, providing credit is a controversial issue, whether it aims at creating jobs or making profits. It is thus important to determine which lending agencies can best meet the specific needs of young entrepreneurs. With adequate support, such credit agencies can play an important role in helping young people to become successful entrepreneurs. Depending on the case, the credit can either be publicly or privately funded, or through a public-private partnership that would increase the buy-in of the local business community into the reintegration process.Microfinance programmes designed specifically for youth should be accompanied by complementary support services, including business training and other non-financial services such as business development services, information and counselling, skills development, and networking.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 28, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.15 Microfinance for youth", - "Heading4": "", - "Sentence": "Microcredit remains an important source of financial help for people who do not meet the criteria for regular bank loans and has wide reaching benefits in terms of enhancing social capital and facilitating conflict resolution and reconciliation through cross-group cooperation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6069, - "Score": 0.707107, - "Index": 6069, - "Paragraph": "The reintegration of young former members of armed forces and groups is more likely to be successful they receive support from their families. The family unit provides critical initial needs (shelter, food, clothing, etc.) and the beginning of a social network that can be crucial to community acceptance and finding employment, both important factors in minimising the risk of re-recruitment and in successful, sustained reintegration. Youth-focused reintegration programmes should develop initiatives that promote family reintegration through preparing families for youth returns, providing support to families who welcome back youth who are reintegrating, and working with families and communities to come together to reduce potential stigma that the family may experience for welcoming back a former member of an armed force or group.After serving in armed groups or forces in which they had status and even power, youth are likely to experience a sudden drop in their influence in families and communities. A community- based approach that elevates the position of youth and ensures their social and political inclusion, is central to the successful reintegration of youth. Young men and women should be explicitly involved in the decision-making structures that affect the reintegration process, to allow them to express their specific concerns and needs, and to build their sense of ownership of post-conflict reconstruction processes.Youth-focused reintegration programmes should emphasise the identification and support of role models to provide leadership to all youth. This may include young women who are engaged in non-gender-traditional employment to demonstrate the possibilities open to young women and to provide mentoring support to others in training and employment choices. Equally, it may include young men who challenge gender norms and promote non-violent conflict management who can help to change attitudes towards gender and violence in both young men and women. Youth who have successfully transitioned from military to civilian life may serve as mentors to those who have more recently made the transition, preferably in a group setting alongside civilian youth so as to avoid stigma and isolation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 30, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.16 The role of families and communities", - "Heading4": "", - "Sentence": "The reintegration of young former members of armed forces and groups is more likely to be successful they receive support from their families.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6078, - "Score": 0.707107, - "Index": 6078, - "Paragraph": "Political marginalization is a significant driving factor behind youth (re-)recruitment into armed forces and groups. Ensuring that youth have necessary and appropriate levels of voice and representation in their communities and nationally is a critical element of successful reintegration.Reintegration support should aim to create opportunities for young people\u2019s civic and political engagement at the local level, including strategies for ensuring the inclusion of youth former combatants and youth formerly associated with armed forces and groups in local decision-making processes. Programmatic collaboration with community-based organizations and NGOs engaging in political development initiatives (for e.g., political party capacity development and the establishment of youth parliaments) to identify and promote opportunities for youth engagement can be a useful way to develop this stream of work. At the national level, DDR practitioners should coordinate and collaborate with national youth organisations to help facilitate social relations with peers and opportunities to engage in youth-led political initiatives. This should be accompanied by the aforementioned life-skills, including civic education, which could be jointly attended by civilian youth, to ensure a conflict sensitive approach.Youth ex-combatants and youth formerly associated with armed forces and groups have the potential to play a significant, positive role in peace building. Reintegration programmes should therefore make significant resources available to promote youth as agents of change. Programmatic interventions seeking to promote the role of youth as peaceful agents of change might include: \\n a training programme for youth (former members of armed forces and groups and otherwise) in political mediation, grassroots organization and advocacy. \\n a youth-led community peace education programme utilising creative platforms (e.g. sport, music, visual arts, theatre and dance) to promote a culture of non-violence and peace \\n a youth managed peer education and mentoring programme promoting equality, trust and thought-provoking learning on issues such as SGBV, social inclusion, violence prevention, climate change and sustainable development, among others. \\n an activity reusing scrapped weapons for artistic and symbolic purposes could be included as a reintegration activity involving community youth in an effort to build confidence and connections between youth, as well as leave lasting messages for peace in communities. \\n a small grants facility for youth (both former members of armed forces and groups and otherwise) supporting youth designed and implemented social programmes that have an articulated community benefit. \\n a community-driven development facility that brings youth (both former members of armed forces and groups and otherwise) together with community leaders to identify, design and implement small infrastructure projects benefiting the community (and providing employment). \\n a local-level political forum that enables youth to engagement in local decision-making processes and provides referral services for access to resources. \\n a national dialogue process, coordinating with other relevant youth actors, to lobby for greater youth participation in the formal political process and give youth a seat at the table at local, sub- national and national levels.Such an approach should promote the inclusion of all youth, male and female, whether former members of armed forces or groups or not. However, it is critical that such interventions are youth owned and that it is the youth themselves who drive these initiatives forward. DDR practitioners and community leaders can work with local and national authorities, formal and informal, to help open up space for youth to pursue these activities. This might be by first engaging in joint activities that benefit the community and demonstrate the positive effect youth can have on the reconstruction process. This is important as Governments should be convinced of the \u2018added value\u2019 of youth involvement in reconstruction activities and of the positive reasons for investing in youth.After leaving armed forces and groups, youth may wish to retain some linkage with the political entity of the armed group to which they were previously affiliated. Every person has the legal right to freedom of political expression, which should be considered and supported at all stages of the planning and implementation of youth-focused DDR. DRR practitioners shall ensure that youth are not inadvertently prevented from freely expressing their rights.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 30, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.2 Reintegration", - "Heading3": "7.2.17 Voice, participation and representation", - "Heading4": "", - "Sentence": "Political marginalization is a significant driving factor behind youth (re-)recruitment into armed forces and groups.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6098, - "Score": 0.707107, - "Index": 6098, - "Paragraph": "Young people often lack a structured platform and the opportunity to have their voice heard by decision makers, comprised mainly of the elder generation. For this reason, the process by which national level peace agreements are negotiated often provides very little space for young people to share their perspectives. To counteract this, youth often create their own youth forums and networks. In some settings, interaction between different youth networks has been used to encourage trust- building between different communities and to reduce the risk of escalation to armed conflict. Some young people also informally mediate conflicts at the community level.The likelihood that a peace agreement will be sustainable in the future depends on the engagement of young people, as the ultimate owners, implementers and stakeholders of the peace process. UN Security Council Resolution 2250 recognises this, urging Member States to increase inclusive representation of youth in decision making, including direct involvement in peace processes.While youth may have the energy, flexibility and time to work on peacebuilding they may also lack exposure to education, theory, technical skill and best practice around peacebuilding and mediation. They may also be vulnerable to being instrumentalized by spoilers or other political actors during peace processes. Where possible, DDR practitioners should support the empowerment of youth to act as agents of positive change by advocating for youth representation in peace processes and for spaces through which youth can apply creative approaches to conflict resolution. DDR practitioners should also invest in the capacity development of young women and men in mediation and dialogue, and aim to strengthen existing youth-led efforts. All youth empowerment efforts should be developed and designed in consultation with young people. Seeing youth as positive assets for society and acting on that new perception is vital to prevent alienation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 31, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.3 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "Young people often lack a structured platform and the opportunity to have their voice heard by decision makers, comprised mainly of the elder generation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6109, - "Score": 0.707107, - "Index": 6109, - "Paragraph": "CVR programmes are bottom-up interventions that focus on the reduction of armed violence at the local level by fostering improved social cohesion and providing incentives to resist recruitment. CVR programmes may include an explicit focus on youth, including youth ex-combatants and youth formerly associated with armed forces and groups. In addition, CVR programmes may explicitly target individuals who are not members of an armed group, but who are at risk of recruitment by such groups. This may include youth who are ineligible to participate in a DDR programme, but who exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. Wherever possible, youth should be represented in CVR Project Selection Committees and youth organizations should be engaged as project partners. In instances where CVR is due to be followed by support to community-based reintegration then CVR and community-based reintegration should, from the outset, be planned as a single and continuous programme.In addition, where safe and appropriate, children may be included in CVR programmes, consistent with relevant national and international legal safeguards, including on the involvement of children in hazardous work, to ensure their rights, needs and well-being are carefully accounted for.If the individuals being considered for inclusion in a CVR programme have left an armed group designated as a terrorist organization by the UN Security Council, then proper screening mechanisms and criteria shall be incorporated to identify (and exclude) individuals who may have committed terrorist acts in compliance with international law (for further information on specific requirements see IDDRS 2.11 on The Legal Framework for UN DDR and IDDRS 6.50 on Armed Groups Designated as Terrorist Organizations). For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.4 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes are bottom-up interventions that focus on the reduction of armed violence at the local level by fostering improved social cohesion and providing incentives to resist recruitment.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6116, - "Score": 0.707107, - "Index": 6116, - "Paragraph": "Transitional WAM is primarily aimed at reducing the capacity of individuals and groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives. In order to design effective transitional WAM measures targeting youth, it is essential to understand the factors contributing to the proliferation and misuse of weapons, ammunition and explosives. As outlined in MOSAIC 6.20 on Children, Adolescents, Youth and Small Arms and Light Weapons, armed violence puts youth at risk by threatening their security, health, education, wellbeing and development, both during and after conflict. By far the greatest risk of death and injury by gunshot is borne by young males aged 15 to 29. The risks to and behaviour of young men are often influenced by social and group norms related to masculinity and manhood. As young men constitute the primary victims and perpetrators of armed violence, they should play a central role in the development of transitional WAM initiatives. Equally, young women, both as victims and perpetrators can offer an alternative and no less important perspective. While it may not be possible to keep youth physically separate from weapons and ammunition in the context of a transitional WAM initiative (such as when youth are handing over weapons during a collection programme), such physical separation should be imposed to the extent possible in order to minimise risks. It should also be kept in mind that youth may be targeted by individuals, such as former commanders, who seek to discourage T-WAM initiatives. Special attention should therefore be given to ensuring their protection and security. The priorities and inputs of youth should be taken into account, as relevant, throughout the planning, design, implementation and monitoring and evaluation of transitional WAM initiatives. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.5 Transitional weapons and ammunition management ", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional WAM is primarily aimed at reducing the capacity of individuals and groups to engage in armed violence and conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6129, - "Score": 0.707107, - "Index": 6129, - "Paragraph": "It is vital to monitor and follow-up with youth DDR participants and beneficiaries. For children under the age of 18 the guidance in IDDRS 5.20 should be followed. In developing follow-up monitoring and support services for older youth, it is critical to provide a platform for feedback on the impact of DDR (positive and negative) to promote participation and representation and give youth a voice on their rights, aspirations, and perspectives which are critical for sustainable outcomes. Youth should also be sensitized on how to seek follow-up support from DDR practitioners, or relevant government or civil society actors, linked to service provision as well as how to address protection issues or other barriers to reintegration that they may face.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "7. Youth-focused approaches to DDR", - "Heading2": "7.6 Monitoring and follow up", - "Heading3": "", - "Heading4": "", - "Sentence": "It is vital to monitor and follow-up with youth DDR participants and beneficiaries.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6133, - "Score": 0.707107, - "Index": 6133, - "Paragraph": "Treating all youth, in the same manner, irrespective of age, when it comes to criminal responsibility and accountability presents a challenge because the definition of youth includes children under the age of 18, who have the right to special protection through child justice mechanisms, as well as adults, who are subject to standard criminal processes.To be sure that children are afforded their rights and protection under law, where there is any question about whether the person is a child, an age assessment shall be conducted before any kind of criminal process, interrogation, or prosecution occurs. Any judicial proceedings for children shall respect internationally recognized juvenile justice and fair trial standards, with a focus on recovery and restorative justice in order to assist children\u2019s physical, psychological and social recovery.5 Where no separate juvenile justice system is in place, cases should be handled by civilian authorities who have special training in child-friendly procedures, rather than military or intelligence authorities. All judicial actions relating to children shall take place in the presence of the child\u2019s appointed legal representative or other appropriate assistance, whose role it is to protect the rights and interests of the child, and unless contrary to the best interests of the child, in the presence of the child\u2019s parents or legal guardians.Most youth will fall over the minimum age of criminal responsibility (recommended to be 14- 16 by the Committee on the Rights of the Child), and thus may be held liable for crimes that they commit. Nevertheless, children, as victims of recruitment and use, should not be deprived of their liberty, prosecuted, punished or threatened with prosecution or punishment solely for their membership in armed forces or groups, consistent with Article 8.7 of the Paris Principles. National laws that criminalize child association effectively criminalize the child\u2019s status (associated) which results from an adult\u2019s criminal conduct (recruitment and use), and that violates the human rights of the child. Such laws should not apply to children. In addition, as for adults, expressions of support for particular groups, acts, or ideologies that do not rise to the level of legally defined crimes, should not constitute criminal offenses. Children should not be interrogated as a suspect or prosecuted due to the actual or alleged affiliation of a family member. With respect to children suspected of committing crimes, due consideration shall be given to children\u2019s right to child-specific due process and minimum standards based on their age, needs and specific vulnerabilities, including for example, the right to legal representation, prioritizing the child\u2019s best interests, protections against self- incrimination, and support from their families (see IDDRS 5.20 Children and DDR for more guidance). Any processes for youth who were recruited and used by an armed force or group as children but who were demobilized as adults should consider their status as a child at the time of the alleged offense and the coercive environment under which they lived or been forced to act. For example, a youth who is demobilized as an adult, but became associated as a child and who is suspected of committing a crime before reaching the age of 18, should, be subject to the criminal procedure relevant for juveniles in the jurisdiction and the court should consider the fact that the individual was recruited as a child as a mitigating factor. If a youth is suspected of committing multiple offences, some before and some after he or she has reached 18 years of age, states should consider establishing procedures that allow the application of juvenile procedures in respect of all offences alleged to have been committed, when there are reasonable grounds to do so.6", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 32, - "Heading1": "8. Criminal accountability and responsibility", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Treating all youth, in the same manner, irrespective of age, when it comes to criminal responsibility and accountability presents a challenge because the definition of youth includes children under the age of 18, who have the right to special protection through child justice mechanisms, as well as adults, who are subject to standard criminal processes.To be sure that children are afforded their rights and protection under law, where there is any question about whether the person is a child, an age assessment shall be conducted before any kind of criminal process, interrogation, or prosecution occurs.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6145, - "Score": 0.707107, - "Index": 6145, - "Paragraph": "\\n\\n Basic Information \\n Sex \\n Date of Birth/Age \\n Ethnic Group/Tribe/Clan \\n Place of Origin \\n City and Community of Reintegration \\n Marital Status \\n Number of Children and Dependants \\n Number of school aged children \\n Household Size \\n\\n Income Generation/Economic Situation \\n Do you and your family have a place to live? \\n How do you support your family financially now? \\n What type of work do you do now or in the past? \\n Do any other members of your household earn an income? \\n How much money do you earn per month on average? \\n What is the total earned per month of all working household members? \\n Over the last few months, how often have you had to reduce the quantity or quality of food you eat because of its cost? \\n If necessary, are you able to borrow money from banks, family, friends or other traditional loans systems? If not, why? \\n Do you borrow money? If yes, how frequently? \\n Do you currently work? If yes, what are your sources of income? \\n If you are unemployed, what support/skills do you need to find work? \\n\\n Perceived Challenges/Barriers to Reintegration \\n What are the biggest challenges you face? \\n\\n Perceived strengths \\n What are your strengths? What professional skills do you have? \\n\\n Support System \\n Do you have any trusted persons (from your family, community, etc.) that you can seek help from or talk to if you need support? Who are these persons? \\n\\n Psychosocial wellbeing \\n How often are you invited to participate in social activities (family reunions, family events, weddings, religious events, community events)? \\n Do you feel you are part of the community where you currently live? \\n What safety concerns do you currently have? \\n How frequently do you experience important tensions or conflicts between you and your family since you returned?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.30-Youth-and-DDR", - "Module": "Youth and DDR", - "PageNum": 34, - "Heading1": "Annex B: Sample Profiling Questions on Reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n\\n Basic Information \\n Sex \\n Date of Birth/Age \\n Ethnic Group/Tribe/Clan \\n Place of Origin \\n City and Community of Reintegration \\n Marital Status \\n Number of Children and Dependants \\n Number of school aged children \\n Household Size \\n\\n Income Generation/Economic Situation \\n Do you and your family have a place to live?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6169, - "Score": 0.707107, - "Index": 6169, - "Paragraph": "The recruitment of children \u2013 girls and boys under the age of 18 \u2013 and their use in hostilities or for other purposes by armed forces and groups is illegal. It is also one of the worst forms of child labour and exploitation. Efforts to prevent the recruitment of children into armed forces and groups should be a primary consideration during all DDR processes. Prevention efforts should start early\u2014when possible, they should commence prior to armed conflict\u2014and they should take place continuously throughout the conflict, with careful consideration given to the structural, social and individual factors associated with the risk of recruitment and re-recruitment.Irrespective of how children were recruited, the unconditional and immediate release of children associated with armed forces and groups (CAAFAG) shall be required. Any person under 18 years old must be supported to demobilize and reintegrate into families and communities at all times, irrespective of the status of peace negotiations and/or the development of DDR processes. Nonetheless, where relevant, peace processes, including peace agreements and DDR policy documents, offer an opportunity to highlight the needs of children affected by armed conflict and to ensure that actions and funding streams to support child-specific processes are included. The commitment to stop the recruitment and use of children and to release children from armed forces and groups shall be explicit within peace agreements.DRR processes shall be specific to the needs of children and apply child-sensitive and gender- transformative approaches to planning, implementation, and monitoring. As such, children shall be separated from armed forces and groups, handed over to child protection actors and supported to demobilize and reintegrate into families and communities. DDR practitioners and relevant child protection actors shall work together to design and implement services and interventions that aim to prevent children\u2019s recruitment and re-recruitment, that help children to recover and reintegrate into their communities, and that take into account differences in age and gender needs. DDR practitioners should promote agency of children, enabling their right to participate in decision- making and shape DDR processes in line with their concerns/needs.The specific needs of children formerly associated with armed forces and groups during reintegration are multisectoral, as boys and girls often require support in (re)accessing education, an alternative livelihood, medical and mental health services, including reproductive health services and sexual violence recovery services, as well as other services that promote life skills and help them establish a meaningful role in society. Child-sensitive approaches to reintegration support should be focused on long-term and sustainable opportunities for children formerly associated with armed forces and groups that are gender- and age-sensitive. For sustainability, and to avoid tension, stigmatization or envy when a child is returned, DDR practitioners should ensure that broader community development processes are also consideredDDR practitioners should also be aware that no child below the minimum age of criminal responsibility (MACR) should be investigated, prosecuted, or deprived of their liberty for any offence, including security and terrorism-related offences, in line with the provisions of the Convention on the Rights of the Child. The Committee on the Rights of the Child encourages States to increase the MACR where possible, and not to lower it below 14 years of age, commending States that set a higher MACR such as 15 or 16 years of age. Children, above the age of criminal responsibility, who are suspected of committing a serious crime, shall be handed over to civilian actors, and justice should be provided within juvenile justice frameworks. During all processes they shall be treated primarily as victims and as survivors of grave violations of their rights. Any investigation or determination of culpability shall be handled by trained civilian actors, including, where relevant, trained juvenile justice actors and made based on processes consistent with applicable international child rights standards, including the Convention on the Rights of the Child, and internationally recognized juvenile justice standards and principles, due process and fair trial standards, prioritizing the child\u2019s recovery, reintegration, and best interests in all decisions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The recruitment of children \u2013 girls and boys under the age of 18 \u2013 and their use in hostilities or for other purposes by armed forces and groups is illegal.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6185, - "Score": 0.707107, - "Index": 6185, - "Paragraph": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings. The main objectives of this guidance are: \\n To set out the main principles that guide all aspects of DDR processes for children. \\n To outline the normative legal framework that applies to children and must be integrated across DDR processes for children through planning, design, implementation and monitoring and evaluation. \\n To provide guidance and key considerations to drive continuous efforts to prevent the recruitment and re-recruitment of children into armed forces and groups. \\n To provide guidance on child- and gender-sensitive approaches to DDR highlighting the importance of both individualized and community-based approaches. \\n To highlight international norms and standards around criminal responsibility and accountability in relation to CAAFAG.This module is applicable to all CAAFAG but should be used in conjunction with IDDRS 5.30 on Youth and DDR. IDDRS 5.30 provides guidance on children who are closer to 18 years of age. These children, who are likely to enter into employment and who have socio-political reintegration demands, especially young adults with their own children, require special assistance. The challenge of demobilizing and reintegrating former combatants who were mobilized as children and demobilized as adults is also covered in IDDRS 5.30. In addition, this module should also be read in conjunction with IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide DDR practitioners and child protection actors with guidance on the planning, design and implementation of DDR processes for CAAFAG in both mission and non- mission settings.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6195, - "Score": 0.707107, - "Index": 6195, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.Children associated with armed forces or armed groups refers to persons below 18 years of age who are or who have been recruited or used by an armed force or group in any capacity, including but not limited to children, boys or girls, used as fighters, cooks, porters, messengers, spies or for sexual purposes. This term is used in the Paris Principles and is used here instead of the term \u2018child soldiers\u2019 because it more inclusively recognizes children who perform not only combat roles but also support or other functions in an armed force or group.Child recruitment refers to compulsory, forced and any other conscription or enlistment of children into any kind of armed force or armed group. This can include recruitment by communities, coerced recruitment, or abductions into armed forces and groups. The definition is purposefully broad and encompasses the possibility that any child recruitment may be coerced, forced, or manipulated based on the child\u2019s circumstances and may appear voluntary.Unlawful recruitment or use is recruitment or use of children under the age stipulated in the international treaties applicable to the armed force or group in question or under applicable national law. The Optional Protocol on the Involvement of Children in Armed Conflict (OPAC) bans recruitment of children under 15 and requires States to take all possible measures to prevent recruitment of children under 18 including the adoption of legal measures necessary to prohibit and criminalize such practices.1 It also bans all recruitment and use of children by armed groups. The Convention on the Rights of the Child (CRC), the Geneva Conventions and the Rome Statute ban recruitment of children under age 15.Release includes the process of formal and controlled disarmament and demobilization of children from an armed force or group, as well as the informal ways in which children leave by escaping, being captured or any other means. It implies a disassociation from the armed force or group and the beginning of the transition from military to civilian life. Release can take place during a situation of armed conflict; it is not dependent on the temporary or permanent cessation of hostilities. Release is not dependent on children having weapons to forfeit.Reintegration of children is the process through which children transition into society and enter meaningful roles and identities as civilians who are accepted by their families and communities in a context of local and national reconciliation. Sustainable reintegration is achieved when the political, legal, economic and social conditions needed for children to maintain life, livelihood and dignity have been secured. The reintegration process aims to ensure that children can access their rights, including formal and non-formal education, family unity, dignified livelihoods and safety from harm.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6208, - "Score": 0.707107, - "Index": 6208, - "Paragraph": "All child recruitment or use by armed groups is illegal under international law (OPAC Article 4), as is all use of children in hostilities (OPAC Article 1), conscription by state armed forces (OPAC Article 2, International Convention on the Worst Forms of Child Labour (ILO Convention (No. 182)), or enlistment of children without appropriate safeguards (OPAC Article 3). All child recruitment and use into armed forces is also illegal for those State parties to the Operational Protocol to the Convention Against Torture. The recruitment and use of children under 15 by armed forces and groups may amount to a war crime. There is significant international consensus that the recruitment of children under 18 years old is inconsistent with international standards on child protection. DDR processes, including release and reintegration support for children, shall therefore prioritize prevention, separation of children from armed forces or groups, and redress of this human rights violation.DDR processes shall be specific to the needs of children and apply child- and gender-sensitive approaches. This module provides critical guidance for DDR practitioners and child protection actors on how to work together to plan, design and implement services and interventions that aim to prevent children\u2019s recruitment and re-recruitment, as well as help children to recover and reintegrate children into their families and communities. The guidance recognizes that the needs of children formerly associated with armed forces and groups during reintegration are multisectoral and different than those of adults. Child-sensitive approaches require DDR practitioners and child protection actors to tailor interventions to meet the specific needs of individual boys and girls, but also to target other conflict-affected or at-risk children within the broader community in which children are reintegrating.Finally, the module recognizes that children, as victims of recruitment and use, should not be prosecuted, punished or threatened with prosecution or punishment solely for their membership in armed forces or groups, and notes that children who have reached the MACR and who may have committed criminal acts shall be afforded the protections to which they are entitled, including their rights to child-specific due process and minimum standards based on their age, needs and specific vulnerabilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "All child recruitment or use by armed groups is illegal under international law (OPAC Article 4), as is all use of children in hostilities (OPAC Article 1), conscription by state armed forces (OPAC Article 2, International Convention on the Worst Forms of Child Labour (ILO Convention (No.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6217, - "Score": 0.707107, - "Index": 6217, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to children and DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6219, - "Score": 0.707107, - "Index": 6219, - "Paragraph": "Children are entitled to release from armed forces and groups at all times, without pre- condition. Processes for planning and implementing DDR processes shall not delay demobilization or other forms of release of children. Given their age, vulnerability and child- specific needs, during DDR processes, children shall be separated from armed forces and groups and handed over to child protection actors and supported to demobilize and reintegrate into families and communities in processes that are separate from those for adults, according to their best interests. While it is critical that children be supported, they shall not be pressured to wait for or to participate in release processes. They shall also not be removed from their families or communities to participate in DDR processes unless it has been determined to be in their best interest. Their decision to participate shall voluntary and based on informed consent.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Children are entitled to release from armed forces and groups at all times, without pre- condition.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6225, - "Score": 0.707107, - "Index": 6225, - "Paragraph": "Any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children. Children can be associated with armed forces and groups in a variety of ways, not only as combatants, so some may not have access to weapons or ammunition. This is especially true for girls who are often used for sexual purposes, as wives or cooks, but may also be used as spies, logisticians, fighters, etc. DDR practitioners shall recognize that all children must be released by the armed forces and groups that recruited them and receive reintegration support. Eligibility for DDR processes for CAAFAG shall not be conditioned on the child\u2019s possession and handover of a weapon or ammunition, participation in hostilities or weapons training; there shall be no conditions, of any kind, for their participation. If there is doubt as to whether an individual is under 18 years old, an age assessment shall be conducted (see Annex B). In cases where there is no proof of age, or inconclusive evidence, the child shall have the right to the rule of the benefit of the doubt.A dependent child of an ex-combatant shall not automatically be considered to be associated with an armed force or group. However, armed forces or groups may identify some children, particularly girls, as dependents, including as wives, when the child is an extended family member/relative, or when the child has been abducted, or otherwise recruited or used, including through forced marriage. A safe, child- and gender-sensitive individualized determination shall be undertaken to determine the child\u2019s status and eligibility for participation in a DDR process. DDR practitioners and child protection actors shall be aware that, although not all dependent children may be eligible for DDR, they may be at heightened vulnerability and may have been exposed to conflict-related violence, especially if they were in close proximity to combatants or if their parents are ex-combatants. These children shall therefore be referred for support as part of wider child protection and humanitarian services in their communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Any person below 18 years of age who is associated with an armed force or group shall be eligible for participation in a DDR process designed specifically for children.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6236, - "Score": 0.707107, - "Index": 6236, - "Paragraph": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes. Efforts shall always be made to prevent recruitment and to secure the release of children associated with armed forces or armed groups, irrespective of the stage of the conflict or status of peace negotiations. Doing so may require negotiations with armed forces or groups. Special provisions and efforts may be needed to reach girls, who often face unique obstacles to identification and release. These obstacles may include specific sociocultural factors, such as the perception that girl \u2018wives\u2019 are dependents rather than associated children, gendered barriers to information and sensitization, or fear by armed forces and groups of admitting to the presence of girls.The mechanisms and structures for the release and reintegration of children shall be set up as soon as possible and continue during ongoing armed conflict, before a peace agreement is signed, a peacekeeping mission is deployed, or a DDR process or security sector reform (SSR) process is established.Armed forces and groups rarely acknowledge the presence of children in their ranks, so children are often not identified and are therefore excluded from support linked to DDR. DDR practitioners and child protection actors involved in providing services during DDR processes, as well as UN personnel more broadly, shall actively call for the unconditional release of all CAAFAG at all times, and for children\u2019s needs to be considered. Advocacy of this kind aims to highlight the issues faced by CAAFAG and ensures that the roles played by girls and boys in conflict situations are identified and acknowledged. Advocacy shall take place at all levels, through both formal and informal discussions. UN agencies, diplomatic missions, mediators, donors and representatives of parties to conflict should all be involved. If possible, advocacy should also be linked to existing civil society actions and national systems.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "DDR processes for children shall not be contingent on political negotiations or adult DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6246, - "Score": 0.707107, - "Index": 6246, - "Paragraph": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate. Core principles for delivery of humanitarian assistances include humanity, impartiality, neutrality and independence. When supporting children and families therefore, care shall be taken to assess the possible impact of measures on vulnerable populations which may, by their very nature, have disproportionate or discriminatory impacts on different groups, even if unintended. Responses shall enhance the safety, dignity, and rights of people, and avoid exposing them to harm, provide access to assistance according to need and without discrimination, assist people to recover from the physical and psychological effects of threatened or actual violence, coercion or deliberate deprivation, and support people to fulfil their rights.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "DDR processes shall respect the principles of international humanitarian law and promote the human rights of DDR participants, including children, and the communities into which they reintegrate.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6250, - "Score": 0.707107, - "Index": 6250, - "Paragraph": "Conflict harms all children, whether they have been recruited or not. An inclusive approach that provides support to all conflict-affected children, including girls, particularly those with vulnerabilities that place them at risk of recruitment and use, shall be adopted to address children\u2019s needs and to avoid the perception that CAAFAG are being rewarded for association with an armed force or group. Gender-responsive approaches recognize the unique and specific needs of boys and girls, including the need for both to have access to sexual violence recovery services, emotional skill development and mental health and psychosocial support. Non- discrimination and fair and equitable treatment are core principles of DDR processes. Children shall not be discriminated against due to age, sex, race, religion, nationality, ethnicity, disability or other personal characteristics or associations they or their families may hold. Based on their needs, CAAFAG shall have access to the same opportunities irrespective of the armed force or group with which they were associated. Non-discrimination also requires the establishment of mechanisms to enable those CAAFAG who informally leave armed forces or groups to access child-sensitive DDR processes (see section 4.1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Conflict harms all children, whether they have been recruited or not.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6257, - "Score": 0.707107, - "Index": 6257, - "Paragraph": "A conflict sensitive approach ensures that children associated with different groups and forces shall have equal access to and benefit from programmes. Additionally, opportunities to promote peacebuilding and social cohesion through child protection support services and activities shall be leveraged to fortify and build stronger connections between children, irrespective of the armed group or force with which they were previously traveling or associated.DDR practitioners shall ensure that no harm is done to children or their families. Rather, they shall seek to maximize any benefits to children, while minimizing any harm. This shall be done through: \\n Assessing and monitoring both positive and negative impacts for children, disaggregating data by age, gender and vulnerabilities of the child, while keeping such data protected; and \\n Listening to and considering the voices and views of children in the planning, design, implementation and review of DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "A conflict sensitive approach ensures that children associated with different groups and forces shall have equal access to and benefit from programmes.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6261, - "Score": 0.707107, - "Index": 6261, - "Paragraph": "DDR practitioners shall recognize that each conflict context is different, with its own social, political, cultural, economic, gender and other dynamics, and that girls and boys have different needs and capacities. These specificities also require DDR practitioners to recognize that the mechanisms for consultation and engagement may differ by context, hence requiring tailored strategies. There is no simple formula that can be applied in all circumstances.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall recognize that each conflict context is different, with its own social, political, cultural, economic, gender and other dynamics, and that girls and boys have different needs and capacities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6264, - "Score": 0.707107, - "Index": 6264, - "Paragraph": "Sufficient long-term funding is required to implement effective child-sensitive DDR processes. Funding should be made available through a funding mechanism that is independent of, and managed separately from, DDR processes for adults. This funding should be planned for at the outset. DDR practitioners and specialized child protection actors shall be called upon for the necessary political, technical and operational leadership within the Government and within the framework of the UN mission or the UN Country Team.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "Sufficient long-term funding is required to implement effective child-sensitive DDR processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6268, - "Score": 0.707107, - "Index": 6268, - "Paragraph": "DDR practitioners and child protection actors shall reaffirm the importance of and respect the best interests of the child and require project staff to be accountable to children and their caregivers.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "DDR practitioners and child protection actors shall reaffirm the importance of and respect the best interests of the child and require project staff to be accountable to children and their caregivers.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6269, - "Score": 0.707107, - "Index": 6269, - "Paragraph": "DDR processes for children shall link to national and local structures for child protection with efforts to strengthen institutions working on child rights and advocacy. DDR processes for children require a long implementation period and the long-term success of DDR processes depends on and correlates to the capacities of local actors and communities. These capacities shall be strengthened to support community acceptance and local advocacy potential.Participatory and decentralized consultation should be encouraged so that common strategies, responsive to local realities, can be designed. National frameworks, including guiding principles, norms and procedures specific to the local and regional context, shall be established. Clear roles and responsibilities, including engagement and exit strategies, shall be agreed upon by all actors. All such consultation must ensure that the voices of children, both boys and girls, are heard and their views are incorporated into the design of DDR processes. As social norms may influence the ability of children to speak openly and safely, DDR practitioners shall consult with experts on child participation.To ensure long-term sustainability, Government should be a key partner/owner in DDR processes for children. The level of responsibility and national ownership will depend on the context and/or the terms of the peace accord (if one exists). Appropriate ministries, such as those of education, social affairs, families, women, labour, etc., as well as any national DDR commission that is set up, shall be involved in the planning and design of DDR processes for children. Where possible, support should be provided to build Government capacity on child protection and other critical social services.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes for children shall link to national and local structures for child protection with efforts to strengthen institutions working on child rights and advocacy.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6279, - "Score": 0.707107, - "Index": 6279, - "Paragraph": "Where appropriate, DDR practitioners shall consider regional initiatives prohibiting and responding to the recruitment and use of CAAFAG. Furthermore, regional organizations and arrangements to undertake efforts to obtain the release of children from armed forces and groups and their family reunification shall be supported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "Where appropriate, DDR practitioners shall consider regional initiatives prohibiting and responding to the recruitment and use of CAAFAG.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6281, - "Score": 0.707107, - "Index": 6281, - "Paragraph": "Effective coordination with other related sectors (including education, health, youth, and employment) and relevant agencies/ministries is critical to the success of DDR processes for children. Systems for coordination, information-sharing and reporting shall be established and continuously implemented, so that all concerned parties can work together and support each other, particularly in the case of contingency and security planning. Coordination shall be seen as a vital element of the ongoing monitoring of children\u2019s well-being and shall be utilized to further advanced preparedness, prevent (re-)recruitment and ensure conflict sensitivity. Effective coordination between DDR practitioners working with children and adults should be promoted to support the transition from child to adult for older children (ages 15\u201318). Data on CAAFAG shall be safely secured and only made available to those who have a specific need to access it for a specific purpose that is in a child\u2019s best interests, for example, to deliver a service or make a referral. Confidentiality shall be respected at all times.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "Effective coordination with other related sectors (including education, health, youth, and employment) and relevant agencies/ministries is critical to the success of DDR processes for children.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6287, - "Score": 0.707107, - "Index": 6287, - "Paragraph": "Prevention and release require considerations related to safety of children, families, communities, DDR practitioners and other staff delivering services for children. DDR processes for children may be implemented in locations where conflict is ongoing or escalating, or in fragile environments. Such contexts present many potential risks and DDR practitioners shall therefore conduct risk assessments and put in place measures to mitigate identified risks before initiating DDR processes. Particular consideration shall be given to the needs of girls and protection of all children from sexual exploitation and abuse. All staff of UN organizations delivering child protection services and organizing DDR processes shall adhere to the requirements of the Secretary-General\u2019s Bulletin on the Special Measures for Protection from Sexual Exploitation and Sexual Abuse (for UN entities) and the Interagency Standing Committee\u2019s Six Core Principles Relating to Sexual Exploitation and Abuse.DDR processes shall establish an organizational child protection policy and/or safeguarding policy and an individual code of conduct that have clear, strong, and positive commitments to safeguard children and that outline appropriate standards of conduct, preventive measures, reporting, monitoring, investigation and corrective measures the Organization will take to protect participants and beneficiaries from sexual exploitation and abuse.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.1 Safety and security", - "Heading4": "", - "Sentence": "Prevention and release require considerations related to safety of children, families, communities, DDR practitioners and other staff delivering services for children.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6292, - "Score": 0.707107, - "Index": 6292, - "Paragraph": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning. Emphasis is often placed on the need to estimate the numbers of children in armed forces and groups in order to plan actions. While this is important, policymakers and planners should also recognize that it is difficult to obtain accurate figures. Uncertain estimates during planning, however, should not prevent DDR processes for children from being implemented, or from assuring that every child will have sustained reintegration support.Children shall not be included in the count of members of any armed force or group at the time of a DDR process, SSR, or power-sharing negotiations. Legitimacy shall not be given to child recruitment through the inclusion of children within DDR processes to inflate numbers, for example. However, as children will require services, for the purposes of planning the budget and the DDR process itself, children shall be included in the count of persons qualifying for demobilization and reintegration support.Many children who are formally or informally released or who have otherwise left armed forces or groups never have the opportunity to participate in child-sensitive DDR processes. This can happen when a child who flees an armed force or group is not aware of their rights or lives in an area where DDR processes are unavailable. Girls, in particular, may be at higher risk of this as they are often \u2018unseen\u2019 or viewed as dependents. DDR practitioners and child protection actors shall understand and plan for this type of \u201cself-demobilization,\u201d and the difficulties associated with accessing children who have taken this route. If levels of informal release or separation are believed to be high (through informal knowledge, data collection or situation analysis), during the planning and design phases, in collaboration with child protection actors, DDR practitioners shall establish mechanisms to inform these children of their rights and enable access to reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.2 Planning, assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "The best interests of the child shall be a primary consideration in all assumptions and decisions made during planning.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6302, - "Score": 0.707107, - "Index": 6302, - "Paragraph": "Families and communities shall be sensitized on the experiences their children may have had during their association with an armed force or group and the changes they may see, without stigmatizing them. CAAFAG, both girls and boys, often experience high levels of abuse (sexual, physical, and emotional), neglect and distressing and events (e.g., exposure to and perpetration of violence, psychological and physical injury, etc.). They will require significant support from their families and communities to overcome these challenges, and it is therefore important that appropriate sensitization initiatives are in place to ensure that this support is understood and forthcoming.To increase children\u2019s awareness of their rights and the services available, DDR practitioners should use targeted gender- and age-sensitive public communication strategies such as public service announcement campaigns (radio, social media and print), child-friendly leaflet drops in strategic locations, peer messaging and coordination with grassroots service providers to reach children. It is critical for DDR practitioners to maintain regular communication with CAAFAG regarding release and reintegration processes and support, including services offered and eligibility criteria, any changes to the support provided (delays or alternative modes of service delivery), and the availability of other services and referrals. A lack of proper communication may lead to misunderstandings and frustration among children and community members and further conflict.Communications strategies should be highly flexible and responsive to changing situations and needs. Strategies should include providing opportunities for people to ask questions about DDR processes for children and involve credible and legitimate local actors (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). A well-designed communications strategy creates trust within the community and among the key actors involved in the response and facilitates maximum participation. In all communications, children\u2019s confidentiality shall be maintained, and their privacy protected.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "4.10.3 Public information and community sensitization", - "Heading4": "", - "Sentence": "Families and communities shall be sensitized on the experiences their children may have had during their association with an armed force or group and the changes they may see, without stigmatizing them.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6310, - "Score": 0.707107, - "Index": 6310, - "Paragraph": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 10, - "Heading1": "5. Normative legal frameworks", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall proactively seek to build the following key normative legal frameworks into DDR, from planning, design, and implementation to monitoring and evaluation.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6311, - "Score": 0.707107, - "Index": 6311, - "Paragraph": "The CRC and its OPAC constitute the framework for the principles, norms and standards that underpin DDR processes for children. The CRC defines a \u2018child\u2019 as any human being below the age of 18 years unless, under the law applicable to the child, majority is attained earlier. OPAC prohibits recruitment and use in hostilities of anybody under 18 years of age by armed groups. OPAC also obligates States Parties to set the minimum age of voluntary recruitment of persons into their national armed forces as 15 years of age, establishes safeguards for the voluntary recruitment of persons below the age of 18, and asserts that State Parties take all feasible measures to ensure that members of the national armed forces that are under the age of 18 do not take part in direct hostilities.The rights of the child, as espoused through the CRC and its OPAC, further support the reintegration of CAAFAG through requiring States to promote: \\n The child's right to life, survival and development: This right is not limited to ensuring a child\u2019s physical wellbeing but includes the need to ensure full and harmonious development, including at the spiritual, moral and social levels, where education plays a key role. In respect to DDR processes for children, this shall include consideration of how a child\u2019s experience in conflict impacts upon his/her own evolving capacities, as well as recognition of the resilience displayed in surviving and overcoming difficulties. \\n The child\u2019s right to be free from arbitrary detention - No child shall be deprived of his or her liberty unlawfully or arbitrarily. The arrest, detention or imprisonment of a child shall be in conformity with the law and shall be used only as a measure of last resort and for the shortest appropriate period of time. \\n The child\u2019s right to fair justice and fair treatment - States recognize the right of every child alleged as, accused of, or recognized as having infringed the penal law to be treated in a manner consistent with the promotion of the child's sense of dignity and worth, which reinforces the child's respect for the human rights and fundamental freedoms of others and which takes into account the child's age and the desirability of promoting the child's reintegration and the child's assuming a constructive role in society. States shall seek to promote the establishment of laws, procedures, authorities and institutions specifically applicable to children alleged as, accused of, or recognized as having infringed the penal law, and, in particular \\n The physical and psychological recovery and social reintegration of child victims: States shall take all appropriate measures to promote physical and psychological recovery and social reintegration of a child victim of: any form of neglect, exploitation, or abuse; torture or any other form of cruel, inhuman or degrading treatment or punishment; or armed conflicts. DDR practitioners shall work with States to ensure that recovery and reintegration takes place in an environment which fosters the health, self-respect and dignity of the child. Article 7 of the OPAC forms the legal basis for support to CAAFAG through the obligation of signatories to rehabilitate and socially reintegrate CAAFAG. \\n The child\u2019s right to be free from discrimination: States shall ensure respect for the rights of all children within their jurisdiction \u2013 including non-national children \u2013 regardless of race, sex, age, religion, ethnicity, opinions, disability or any other status of the child or the child\u2019s parents or legal guardians. DDR practitioners shall pay particular attention to ensuring the full involvement and inclusion of girls and their children, as well as addressing any stigmatization of CAAFAG. \\n The child\u2019s right to participate: Children shall be allowed to express their opinions freely and participate in making decisions concerning family reunification and career and educational opportunities, and those opinions should be given due weight in accordance with the age and maturity of the child. Children shall be consulted at all stages of the release and reintegration process, and actions that affect them shall be in their best interests, considering their needs and concerns, placement and family. \\n The child\u2019s best interests as a primary consideration: Actions that affect the child should be based on an assessment of whether those actions are in the child\u2019s best interests. As part of DDR processes for children, this shall mean that all measures to assure release, protection, reintegration and prevention of re-recruitment shall be determined by their best interests. A child shall participate in determining what is in his/her best interests.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 11, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.1 International Human Rights Law", - "Heading3": "5.1.1 The convention on the rights of the child and its optional protocols", - "Heading4": "", - "Sentence": "The CRC and its OPAC constitute the framework for the principles, norms and standards that underpin DDR processes for children.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6329, - "Score": 0.707107, - "Index": 6329, - "Paragraph": "Under Article 3 of the International Labour Organization Convention No. 182, States Parties shall take immediate and effective measures to secure the prohibition and elimination of the worst forms of child labour, which include the forced or compulsory recruitment of children for use in armed conflict (a child being defined as a person under the age of 18). Under Article 7(b) the convention also requires States to prevent the engagement of children in the worst forms of child labour, and to provide the necessary and appropriate direct assistance for the removal of children from the worst forms of child labour and for their rehabilitation and reintegration.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 12, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.1 International Human Rights Law", - "Heading3": "5.1.2 The worst forms of child labour convention", - "Heading4": "", - "Sentence": "Under Article 3 of the International Labour Organization Convention No.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6332, - "Score": 0.707107, - "Index": 6332, - "Paragraph": "The African Charter on the Rights and Welfare of the Child (1990) requires that States take all necessary measures to ensure that no child shall take a direct part in hostilities and refrain, in particular, from recruiting any child (Article 22).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 12, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.1 International Human Rights Law", - "Heading3": "5.1.3 African charter on the rights and welfare of the child", - "Heading4": "", - "Sentence": "The African Charter on the Rights and Welfare of the Child (1990) requires that States take all necessary measures to ensure that no child shall take a direct part in hostilities and refrain, in particular, from recruiting any child (Article 22).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6333, - "Score": 0.707107, - "Index": 6333, - "Paragraph": "The Additional Protocols I (Article 77) and II (Article 4(3)) to the Geneva Conventions call for the special respect and protection of children in armed conflict (Rule 135), underscoring that children who have not attained the age of fifteen years, shall neither be recruited into armed forces or groups (Rule 136), nor be allowed to take part in hostilities (Rule 137).The protocols provide for additional special protection for children affected by armed conflict to include protection against all forms of sexual violence (Rule 93), separation from adults while deprived of liberty, unless they are members of the same family (Rule 120), access to education food and health care (Rules 55, 118, and 131), evacuation from areas of combat for safety reasons (Rule 129), reunification of unaccompanied children with their families (Rules 105 and 131), and application of the death penalty.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 12, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.2 International Humanitarian Law", - "Heading3": "5.2.1 Additional protocols I and II to the Geneva conventions", - "Heading4": "", - "Sentence": "The Additional Protocols I (Article 77) and II (Article 4(3)) to the Geneva Conventions call for the special respect and protection of children in armed conflict (Rule 135), underscoring that children who have not attained the age of fifteen years, shall neither be recruited into armed forces or groups (Rule 136), nor be allowed to take part in hostilities (Rule 137).The protocols provide for additional special protection for children affected by armed conflict to include protection against all forms of sexual violence (Rule 93), separation from adults while deprived of liberty, unless they are members of the same family (Rule 120), access to education food and health care (Rules 55, 118, and 131), evacuation from areas of combat for safety reasons (Rule 129), reunification of unaccompanied children with their families (Rules 105 and 131), and application of the death penalty.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6334, - "Score": 0.707107, - "Index": 6334, - "Paragraph": "Article 8(2)(b)(xxvi) and 8(2)(e)(vii) of the Rome Statute of the International Criminal Court makes it a war crime, leading to individual criminal prosecution, to conscript or enlist children under the age of 15 years into armed forces or groups or to use them to participate actively in hostilities, in both international and non-international armed conflicts.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 13, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.3 International Criminal Law", - "Heading3": "5.3.1 The Rome statute of the international criminal court", - "Heading4": "", - "Sentence": "Article 8(2)(b)(xxvi) and 8(2)(e)(vii) of the Rome Statute of the International Criminal Court makes it a war crime, leading to individual criminal prosecution, to conscript or enlist children under the age of 15 years into armed forces or groups or to use them to participate actively in hostilities, in both international and non-international armed conflicts.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6335, - "Score": 0.707107, - "Index": 6335, - "Paragraph": "Security Council resolution 1539 (2004) calls for engaging armed forces and groups in dialogue leading to time-bound action plans to prevent and end grave violations against children, including the release of children. Those engaged in securing the release of children should make contact with armed forces and groups recruiting and using children, where it is safe to do so and in accordance with UN guidelines.3 Engagement with armed forces and groups will often occur as part of the Monitoring and Reporting Mechanism (MRM) led by the Country Task Force on Monitoring and Reporting. Those parties to the conflict that enter into dialogue with the UN can develop time- bound action plans, following their listing in the annexes of the Secretary General\u2019s annual report for grave violations against children (including the recruitment and use of children). The unconditional release of children, prevention of grave violations and awareness-raising on the issue of child recruitment and use, as well as other activities, shall be included in such action plans.Training and capacity building for armed forces or groups on their obligations under international law relating to the recruitment and use of children should be provided, including the identification and release of children, age assessment procedures to prevent child association, gender-based violence and other child protection concerns, and respect for humanitarian norms and principles.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 13, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.4 UN Security Council resolutions: engagement with armed forces and groups", - "Heading3": "5.4.1 Security Council Resolution 1539", - "Heading4": "", - "Sentence": "Security Council resolution 1539 (2004) calls for engaging armed forces and groups in dialogue leading to time-bound action plans to prevent and end grave violations against children, including the release of children.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6339, - "Score": 0.707107, - "Index": 6339, - "Paragraph": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d. The resolution also stresses the need to pay particular attention to the treatment of children associated or allegedly associated with all non-state armed groups, including those who commit acts of terrorism, in particular by establishing standard operating procedures for the rapid handover of these children to relevant civilian child protection actors.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 13, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.4 UN Security Council resolutions: engagement with armed forces and groups", - "Heading3": "5.4.2 Security Council Resolution 3427", - "Heading4": "", - "Sentence": "Security Council Resolution 2427 (2018) urges \u201cconcerned Member States to mainstream child protection and ensure that the specific needs of girls and boys are fully taken into account at all stages of disarmament, demobilization, and reintegration processes (DDR), including through the development of a gender-and age-sensitive DDR process\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6341, - "Score": 0.707107, - "Index": 6341, - "Paragraph": "The 2007 Paris Principles, building on the 1997 Cape Town Principles, detail eight general principles and eight operational principles to protect children. Specific consideration is given to girls and their particular needs and challenges. The Paris Principles aim to guide interventions with the following objectives: \\n To prevent the unlawful recruitment or use of children; and \\n To facilitate the release of CAAFAG; and \\n To facilitate the reintegration of all CAAFAG; and \\n To ensure the most protective environment for all children.The Paris Commitments \u2013 commitments to protect children from unlawful recruitment or use by armed forces or groups \u2013 supplement the Paris Principles and have two main priorities: (1) to put an end to the unlawful recruitment and use of children by armed forces and groups globally, and (2) to make all necessary efforts to uphold and apply the Paris Principles through political, diplomatic, humanitarian, technical assistance and funding roles, consistent with international obligations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 14, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.5 International Standards", - "Heading3": "5.5.1 The Paris Principles and Paris commitments", - "Heading4": "", - "Sentence": "The 2007 Paris Principles, building on the 1997 Cape Town Principles, detail eight general principles and eight operational principles to protect children.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6344, - "Score": 0.707107, - "Index": 6344, - "Paragraph": "Applicable in the context of CAAFAG, the UN Standard Minimum Rules for the Administration of Juvenile Justice adopted by General Assembly resolution 40/33 in 1985 provide guidance for the arrest or detention of children. Children retain all the rights already covered for adults if arrested. The rules require detention of children only as a last resort so that arrest, detention or imprisonment of children should be avoided whenever possible. When children are arrested and detained, their cases are to be given the highest priority and handled expeditiously to ensure the shortest possible period of detention prior to trial. States should ensure that accountability mechanisms are fully in line with international law related to juvenile justice.International child rights and juvenile justice standards require that alternatives to normal judicial proceedings in criminal courts should be applied, providing that human rights and legal safeguards are fully respected (CRC, Article 40[3b], Rule 11, \u2018Beijing Rules\u2019). For example, restorative justice \u2013 achieved through finding alternatives to criminal courts \u2013 involves the child offender understanding and taking responsibility for his/her actions with the goal of achieving reconciliation between the offender, the victim and the wider community through reparations. Such a procedure should ensure that the rights of the child are protected throughout. The child\u2019s participation in a restorative justice process shall be voluntary and preceded by informed consent (given by both the child and his/her parent or guardian). Measures to prevent the child from becoming distressed must be in place.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 14, - "Heading1": "5. Normative legal frameworks", - "Heading2": "5.5 International Standards", - "Heading3": "5.5.2 \u201cThe Beijing Rules\u201d for administration of Juvenile Justice", - "Heading4": "", - "Sentence": "Applicable in the context of CAAFAG, the UN Standard Minimum Rules for the Administration of Juvenile Justice adopted by General Assembly resolution 40/33 in 1985 provide guidance for the arrest or detention of children.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6353, - "Score": 0.707107, - "Index": 6353, - "Paragraph": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services. Joint planning and coordination should be informed by a detailed situation analysis and by a number of Minimum Preparedness Actions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 15, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes for children require joint planning and coordination between DDR practitioners and child protection actors involved in providing services.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6355, - "Score": 0.707107, - "Index": 6355, - "Paragraph": "A detailed situation analysis should assess broad conflict-related issues (location, political and social dynamics, causes, impacts, etc.) but also the specific impacts on children, including disaggregation by gender, age and location (urban-rural). The situation analysis is critical to identifying obstacles to, and opportunities for, reintegration support. A detailed situation analysis should examine: \\n\u00a7 The objectives, tactics and command structure/management/hierarchy of the armed force or group; \\n\u00a7 The circumstances, patterns, causes, conditions, means and extent of child recruitment by age and gender; \\n\u00a7 The emotional and psychological consequences of children\u2019s living conditions and experiences and their gendered dimensions; \\n\u00a7 Attitudes, beliefs and norms regarding gender identities in armed forces and groups and in the community; \\n\u00a7 The attitudes of families and communities towards the conflict, and the extent of their resilience and capacities; \\n\u00a7 The absorption capacity of and support services necessary in communities of return, in particular families, which play a critical role in successful release and reintegration efforts; \\n\u00a7 The extent of children\u2019s participation in armed forces and groups, including roles played and gender, age or other differences; \\n\u00a7 Children\u2019s needs, expectations, and aspirations; \\n\u00a7 The evident obstacles to, and opportunities for, child and youth reintegration, with consideration of what risks and opportunities may arise in the future; and \\n\u00a7 The needs of, and challenges of working with, special groups (girls, girl mothers, disabled children, foreign children, young children, adolescents, male survivors of sexual violence, 16 severely distressed children, children displaying signs of post-traumatic stress disorder, and unaccompanied and separated children).DDR practitioners should be aware that the act of asking about children\u2019s and communities\u2019 wishes through assessments can raise expectations, which can only be managed by being honest about which services or assistance may or may not ultimately be provided. Under no circumstances should interviewers or practitioners make promises or give assurances that they are not certain they can deliver. Neither should they make promises about actions others may take. Some suggested key questions for context analysis can be found in Box 1 (see also IDDRS 3.11 on Integrated Assessments).BOX 1: KEY QUESTIONS FOR CONTEXT ANALYSIS \\n What is the context? What are the social, political, economic and cultural origins of the conflict? Is it perceived as a struggle for liberation? Is it limited to a particular part of the country? Does it involve particular groups or people, or is it more generalized? What is the demographic composition of the population? What are the direct impacts of the conflict on children? Are the impacts different according to the background of the girls or boys? How are children perceived or described by other stakeholders in the context? \\n What is the ideology of the armed force or group? Do its members have a political ideology? Do they have political, social or other goals? What means does the armed force/group use to pursue its ideology? What are the gender dimensions of their ideology? Who supports the armed force/group? What is the level of perceived legitimacy of the armed force/group? How does age- and gender-based norms and practices feature in the armed force/group\u2019s ideology? \\n How is the armed force or group structured? Where is the locus of power? How many levels of hierarchy exist? Does the leadership have tight control over its forces? What roles are traditionally assigned to children within the force/group? Whom do children associated with armed forces and groups report to? Is reporting the same for boys and girls? How is authority/rank established? Who makes decisions regarding the movements of the armed force/group? Has the armed force/group had foreign sponsors (companies, organizations)? \\n Does the armed force/group focus on particular ethnic, religious, geographic or socioeconomic groups for recruitment? Are children directly targeted for recruitment? Are girls and boys targeted equally? Is there a particular reason why the armed force/group may target the recruitment of girls and boys? Where does the armed force/group do most of its recruiting? Is recruitment \u2018voluntary\u2019, forced or compulsory? Looking back over three, six and twelve months, has recruitment been increasing or decreasing, and does it differ over the course of the year? Are children promised anything when they join up (e.g., protection for their families, money, goods, weapons)? What is the proportion of children in the armed force/group? \\n What conditions did the children live in while in the armed force/group? How do the children feel about their conditions? Was there exploitation or abuse, and if so, for how long and of what kind? How are boys and girls affected differently by their recruitment and use by the armed force/group? What kind of work did children perform in the armed force/group? How has 17 children\u2019s behaviour changed as a result of being recruited? Have their attitudes and values changed? What were the children's perceptions of the armed force/group before recruitment? \\n How do children recruited understand their role in the conflict? Are there any perceived benefits for children to join armed forces/groups (i.e., status recognition, addressing grievances)? What are their expectations and aspirations for the future? How can their experiences be harnessed for productive purposes? \\n What do the communities feel about the impact of the conflict on children? How do communities view the role of children in armed forces and groups? What impact is this likely to have on the children\u2019s reintegration? How has the conflict affected perceptions of the roles of girls and women? What are the community\u2019s perceptions of sexual violence against boys and girls? What is the people\u2019s understanding of children\u2019s responsibility in the conflict? What social, cultural and traditional practices exist to help children\u2019s reintegration into their communities? Do institutions, policies and social groups have specific procedures or services to cater for children\u2019s specific needs? How familiar are children with these practices?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 15, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "A detailed situation analysis should assess broad conflict-related issues (location, political and social dynamics, causes, impacts, etc.)", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6418, - "Score": 0.707107, - "Index": 6418, - "Paragraph": "In addition to the context analysis, DDR practitioners and child protection actors should take the following Minimum Preparedness Actions into consideration when planning. These actions (outlined below) are informed by the Interagency Standing Committee\u2019s Emergency Response Preparedness Guidelines (2015): \\n Risk monitoring is an activity that should be ongoing throughout implementation, based on initial risk assessments. Plans should be developed detailing how this action will be conducted. For CAAFAG, specific risks might include (re-)recruitment; lack of access to DDR processes; unidentified psychosocial trauma; family or community abuse; stigmatization; and sexual and gender-based violence. Risk monitoring should specifically consider the needs of girls of all ages. \\n Risk monitoring is especially critical when children self-demobilize and return to communities during ongoing conflict. Results should be disaggregated to ensure that girls and other particularly vulnerable groups are considered. \\n Clearly defined coordination and management arrangements are critical to ensuring a child-sensitive approach for DDR processes, particularly given the complexity of the process and the need for transparency and accountability to generate community support. DDR processes for children involve a number of agencies and stakeholders (national and international) and require comprehensive planning regarding how these bodies will coordinate and report. The opportunity for children to be able to report and provide feedback on DDR processes in a safe and confidential manner shall be ensured. Moreover, an exit strategy should feature within a coordinated approach. \\n Needs assessments, information management and response monitoring arrangements must be central to any planning process. The needs of boy and girl CAAFAG are multifaceted and may change over time. A robust needs assessment and ongoing monitoring of the reintegration process for children is essential to minimize risk, identify opportunities for extended support and ensure the effective 18 protection of all children \u2013 especially vulnerable children \u2013 involved in DDR. Effective information management should be a priority and should include disaggregated data (by age, sex, ethnicity, location, or any other valid variable) to enable DDR practitioners and child protection actors to proactively adapt their approaches as needs emerge. It is important to note that all organizations working with children should fully respect the rights and confidentiality of data subjects, and act in accordance with the \u201cdo no harm\u201d principle and the best interests of children. \\n Case management systems should be community-based and, ideally, fit within existing community-based structures. Case management systems should be used to tailor the types of support that each child needs and should link to sexual and/or gender-based violence case management systems that provide specialized support for children who need it. Because reintegration of children is tailored to the individual needs of a child over time, a case management system is best to both address those needs and to build up case management systems in communities for the long term. \\n Reintegration opportunities and services, including market analysis are critical to inform an effective response that supports the sustainable economic reintegration of children. They should be used in conjunction with socioeconomic profiles to enable the development of solutions that meet market demand as well as the expectations of child participants and beneficiaries, taking into account gendered socio-cultural dynamics. See IDDRS 5.30 on Youth and DDR, sections 7 and 8, for more information. \\n Operational capacity and arrangements to deliver reintegration outcomes and ensure protection are essential to DDR processes for children. Plans should be put in place to enhance the institutional capacity of relevant stakeholders (including UN agencies, national and local Governments, civil society and sectors/clusters) where necessary. Negotiation capacity should also be considered in situations where children continue to be retained by armed forces and groups. The capacity of local service providers, businesses and communities, all of which will be directly involved on a daily basis in the reintegration process, should also be supported. \\n Contingency plans, linked to the risk analysis and monitoring system, should be developed to ensure that DDR processes for children retain enough flexibility to adapt to changing circumstances.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 17, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "In addition to the context analysis, DDR practitioners and child protection actors should take the following Minimum Preparedness Actions into consideration when planning.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6445, - "Score": 0.707107, - "Index": 6445, - "Paragraph": "Data is critical to the design and implementation of DDR processes for children. Information on a child\u2019s identity, family, the history of their recruitment and experience in their armed force or group, and their additional needs shall be collected by trained child protection personnel as early as possible and safely stored. All data shall be sex-disaggregated to ensure that DDR processes are able to effectively respond to gendered concerns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 18, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "", - "Heading4": "", - "Sentence": "Data is critical to the design and implementation of DDR processes for children.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6448, - "Score": 0.707107, - "Index": 6448, - "Paragraph": "Information collected from CAAFAG shall be used only to deliver services to children and to design and implement child- and gender-sensitive DDR processes. Other actors often try to obtain 19 actionable military or intelligence information on armed opposition groups from demobilized children or may interrogate children as they view them as threats. Such actions could amount to a violation of child rights, as it places children in danger and may undermine the release process. The Paris Principles (Article 7.25) expressly state that \u201cinterviews should never be conducted to collect information for military purposes.\u201d In addition, Security Council resolution 2427 (2018) states that CAAFAG are to be treated as victims of violations of international law. A commitment shall be obtained from Governments that children will be handed over to civilian child protection authorities as soon as possible and that military information will not be sought from them under any circumstances. Where interviews are necessary for legitimate purposes, as few individuals as possible should interview children to eliminate risks and harms that stem from repeated interviewing. Interviewers shall be trained child protection actors skilled in interviewing children.The Security Council has expressed \u201cgrave concern at the use of detained children for information gathering purposes.\u201d (UNSCR 2427, OP 20) Therefore, interviews with CAAFAG shall be carried out with the utmost concern for the child\u2019s privacy, dignity and confidentiality. Those providing information (children and caregivers) shall be fully informed about the purpose of the information gathering, how the information will be used and how it will be kept confidential. Voluntary and informed consent shall be required before proceeding with any interview and the child shall be informed that he or she may stop the interview at any time without any need to give a reason. Child protection agencies and/or safeguarding personnel shall provide support, guidance and direction for such interviews. If no parent or guardian is available, a trusted adult shall be provided during any interview and undertake the role of protecting the child\u2019s interests.Interviews shall be conducted in the mother tongue of the child at the pace that he or she sets. Questions shall be posed in child-friendly and age-appropriate language and be rephrased if necessary, and information received clarified. Some information can be sensitive, and the children who provide it may be subject to threats. As children are usually aware of the threats they face, they may provide misleading information to try to protect themselves. These fears shall be identified and measures to deal with them shall be developed. Security should be a key concern and informed by a security risk assessment. During interviews, staff shall pay attention to, and have plans to safeguard children from, anyone who may intimidate or threaten them. Interviews with children shall be carried out in a safe place. If the child wishes to stop the interview, or begins to display signs of distress, the interview shall be stopped immediately. To safeguard the child and the interviewer, no adult shall conduct an interview alone with the child; mixed gender teams shall be provided. No child shall be subject to pressure, coercion, manipulation, including promises, or to any other physical, emotional or psychological tactics to obtain information.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 18, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "6.3.1 Data collection", - "Heading4": "", - "Sentence": "Information collected from CAAFAG shall be used only to deliver services to children and to design and implement child- and gender-sensitive DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6469, - "Score": 0.707107, - "Index": 6469, - "Paragraph": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process. Data management shall follow a predetermined and standardized format, including information on roles and responsibilities, procedures and protocols for data collection, processing, storage, sharing, reporting and archiving. Rules on confidentiality and information security shall be established, and all relevant staff shall be trained in these rules, to protect the security of children and their families, and staff. Databases that contain sensitive information related to children shall be encrypted and access to information shall be based on principles of informed consent, \u2018need to know\u2019 basis, \u2018do no harm\u2019 and the best interests of the child so that only those who need to have access to the information shall be granted permissions and the ability to do so.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 19, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "6.3.2 Data management", - "Heading4": "", - "Sentence": "Effective and secure data management is an important aspect of DDR processes for children as, beyond ethical considerations, it helps to create trust in the DDR process.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6473, - "Score": 0.707107, - "Index": 6473, - "Paragraph": "The specific needs of girls and boys shall be fully considered in all stages of DDR processes. A gender-transformative approach should be pursued, aiming to shift social norms and address structural inequalities that lead girls and boys to engage in armed conflict and that negatively affect their reintegration. Within DDR processes, a gender-transformative approach shall focus on the following: \\n Agency: Interventions should strengthen the individual and collective capacities (knowledge and skills), attitudes, critical reflection, assets, actions and access to services that support the reintegration of girls. \\n Relations: Interventions should equip girls with the skills to navigate the expectations and cooperative or negotiation dynamics embedded within relationships between people in the home, market, community, and groups and organizations that will influence choice. \\n Structures: Interventions should address the informal and formal institutional rules and practices, social norms and statuses that limit options available to girls and work to create space for their empowerment.The inclusion of girls in DDR processes is central to a gender-transformative approach. CAAFAG are often at great risk of gender-based violence, including sexual violence, and hence may require a range of gender-specific services and programmes to support their recovery. Children, especially girls, are often not identified during DDR processes as they are not always considered to be full members of an armed force or group or may be treated as dependents or wives. Furthermore, DDR practitioners are not always properly trained to identify girls associated with or formerly associated with armed forces and groups and cater to their needs. Often, girls who informally leave armed forces or groups do so to avoid stigmatization or reprisal, or because they are unaware that they have the right to benefit from any kind of support. For these reasons, specific mechanisms should be developed to identify girls formerly associated with armed forces and groups and inform them about the benefits they may be entitled to through child-sensitive DDR processes. In order not to put girls at risk, this must be done in a sensitive manner, for example, through organizations and groups with which girls are already involved, such as health care facilities (particularly those dealing with reproductive health), religious centres and organizations that assist survivors of sexual violence (see IDDRS 5.10 on Women, Gender and DDR).As a key element, a gender-transformative approach should also engage boys, young men, and the wider community so that girls may be viewed and treated more equally by the whole community. It should also recognize that boys and men may also become associated with armed forces and groups due to expectations about the gender roles they should perform, including roles as protector and bread winner even at young ages, particularly where a father has died or is missing, and about social norms that promote violence and/or taking up arms as acceptable or preferred measures to resolve problems. This community-based approach is necessary to help promote the empowerment of girls by educating traditional patriarchal communities on gender equality and thus work towards countering harmful gender norms that enable violence to flourish. Other gender transformative approaches critical for boys include: \\n Non-violent forms of masculinities: Often through socialization into violence or through witnessing the use of violence while with armed forces and groups, boys may develop an association of violence through social norms surrounding masculinity and social recognition. Such associations may in turn lead to the development of anti-social behaviour towards themselves, to girls or vulnerable groups, or to community. Supporting boys in deconstructing violent or militarized norms about masculinity is an essential part of breaking the cycle of violence and supporting successful reintegration. This may also involve supporting emotional skill development, including understanding and working with anger in a healthy way. \\n Gender-Equitable Relations and Structures: The ideology, structure and treatment of women or girls in armed forces and groups may have led to the development of non-equitable views regarding gender norms, which may affect notions of what \u2018consent\u2019 is. Supporting equitable norms, views, and approaches to being in relationship with girls, and cultivating respect for agency and choice of girls and women, is critical to supporting boys formulate healthy norms and relationships in adulthood.A gender-transformative approach should also ensure that gender is a key feature of all DDR assessments and is incorporated into all elements of release and reintegration (see IDDRS 3.10 on Integrated Assessments).The factors that lead to children associating with armed forces and groups are complex, and usually involve a number of push and pull factors specific to each child and their wider environment. Understanding the recruitment pathways of children into armed forces and groups is important for development of effective (re-)recruitment prevention strategies and can influence reintegration programming. For example, in some instances of forcible recruitment, new members are required to engage in violence against their family and community to reduce the incentive to escape. This can make their reintegration and community acceptance particularly difficult.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 20, - "Heading1": "6. Planning and Designing DDR processes for children", - "Heading2": "6.3 Data", - "Heading3": "6.3.3 Gender responsive and transformative", - "Heading4": "", - "Sentence": "The specific needs of girls and boys shall be fully considered in all stages of DDR processes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6495, - "Score": 0.707107, - "Index": 6495, - "Paragraph": "Prevention efforts should start early and take place before and continuously throughout armed conflict. Furthermore, these efforts should recognize that children are embedded in families and communities, and programmes must target each part of their ecosystem. Prevention efforts should be based on an analysis of the dynamics of recruitment and its underlying causes and include advocacy strategies that are directed at all levels of governance, both formal and informal. Government ministries, child focused non-governmental organizations, DDR practitioners and child protection actors should monitor and analyse information on the recruitment of children to understand recruitment patterns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 21, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Prevention efforts should start early and take place before and continuously throughout armed conflict.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6499, - "Score": 0.707107, - "Index": 6499, - "Paragraph": "To prevent the (re-)recruitment of children as part of DDR processes, various risk factors should be analysed at the structural, social and individual levels (see Table 1 below). Special focus shall be given to children at the most risk of recruitment.Some children are particularly vulnerable to (re-)recruitment because of inadequate protection, such as children living in conflict zones, child refugees or those who have been internally displaced, unaccompanied children, orphans or those separated from their families, children in child- or female-headed households, and children with very young parents. Girls and boys are at greater risk of being recruited in certain locations, such as zones of intense conflict; areas frequently crossed by troops; and public places with concentrations of children such as markets, schools, refugee camps or camps for internally displaced persons, and places where children go to fetch wood or water.Child recruitment is not always a sudden occurrence, but can take place gradually, progressing from initial contact to formal association. Children may start with occasional visits to the camps of armed forces or groups to look for food, polish shoes or carry out other tasks. Increasingly, they are given more responsibilities, then they may seek shelter at these camps, and eventually they start to take part fully in military life. Preventing this kind of \u2018voluntary\u2019 recruitment is a particular challenge and engagement is needed to sensitize communities on the risks of children having contact and forming associations with an armed force or group, even if it appears harmless.It is also important that the identification and documentation of (re-)recruitment risk considers aspects of child agency that may make children more vulnerable to recruitment. While forcible recruitment remains an issue, most children are recruited through the manipulation of their economic, social, political and/or psychological vulnerability.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 22, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.1 Identification and documentation of risks of (re-)recruitment", - "Heading3": "", - "Heading4": "", - "Sentence": "To prevent the (re-)recruitment of children as part of DDR processes, various risk factors should be analysed at the structural, social and individual levels (see Table 1 below).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6506, - "Score": 0.707107, - "Index": 6506, - "Paragraph": "The most effective way to prevent child (re-)recruitment is the development and ongoing strengthening of a protective environment. Building a protective environment helps all children in the community and supports not only prevention of (re-)recruitment but effective reintegration. To this end, DDR practitioners should jointly coordinate with Government, civil society, and child protection actors involved in providing services during DDR processes to strengthen the protective environment of children in affected communities through:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 23, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "", - "Heading4": "", - "Sentence": "The most effective way to prevent child (re-)recruitment is the development and ongoing strengthening of a protective environment.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6509, - "Score": 0.707107, - "Index": 6509, - "Paragraph": "Efforts should be made to strengthen family resilience, especially in assisting parents to cope with wartime stress, including through access to mental health support and parenting classes, and to minimize the risks of negative family coping behaviours (e.g., child neglect, domestic violence, child marriage and parental discord). Parents also have a role to play to build resilience in their children and educate them on the risks of recruitment. This may include informing them about recruiting efforts on the internet and social media, if they play a key role in driving the conflict. Parents should also be supported to counter gender-based societal expectations of boys as fighters and girls as \u2018bush wives\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 23, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "7.2.1 Family resilience", - "Heading4": "", - "Sentence": "Efforts should be made to strengthen family resilience, especially in assisting parents to cope with wartime stress, including through access to mental health support and parenting classes, and to minimize the risks of negative family coping behaviours (e.g., child neglect, domestic violence, child marriage and parental discord).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6513, - "Score": 0.707107, - "Index": 6513, - "Paragraph": "Working with communities to help them better understand why children might join armed forces and groups, explain the developmental effects of child recruitment, and identify how to protect children will all help to prevent (re-)recruitment. Communities should be encouraged to establish community-based child protection networks. These networks can work on awareness- raising, good parenting skills, identifying at-risk children and mediating family disputes (where appropriate and with training). Where appropriate, these networks can be supported to establish community monitoring mechanisms, such as early warning systems. Non-individually identifiable data from these early warning systems can then be shared with national human rights commissions, national observatories and/or Government authorities.In addition, where appropriate, children may be included in community violence reduction (CVR) programmes, consistent with relevant national and international legal safeguards, including on the involvement of children in hazardous work, to ensure their rights, needs and well-being are carefully accounted for (see section 8.4 below and IDDRS 2.30 on Community Violence Reduction).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 24, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "7.2.2 Community resilience", - "Heading4": "", - "Sentence": "Working with communities to help them better understand why children might join armed forces and groups, explain the developmental effects of child recruitment, and identify how to protect children will all help to prevent (re-)recruitment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6518, - "Score": 0.707107, - "Index": 6518, - "Paragraph": "To bolster children\u2019s individual resilience to (re-)recruitment, support can be provided that allows children to develop their life skills (see section 7.9.3).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 24, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "7.2.3 Life skills", - "Heading4": "", - "Sentence": "To bolster children\u2019s individual resilience to (re-)recruitment, support can be provided that allows children to develop their life skills (see section 7.9.3).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6519, - "Score": 0.707107, - "Index": 6519, - "Paragraph": "An important way to prevent child recruitment into armed forces and groups can be to address the underlying socioeconomic factors that cause children to be vulnerable to (re-)recruitment. Investment in education and broader economic development and employment opportunities may help. Investment in basic service delivery, necessary community infrastructure and key markets at the local level can also support community initiatives to prevent (re-)recruitment. Socioeconomic prevention methodologies should be linked \u201ccoherently and as early as possible to national and sectoral frameworks and policies for peacebuilding, recovery and development where they exist at the country level.\u201d4", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 24, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "7.2.4 Addressing socioeconomic insecurity", - "Heading4": "", - "Sentence": "An important way to prevent child recruitment into armed forces and groups can be to address the underlying socioeconomic factors that cause children to be vulnerable to (re-)recruitment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6523, - "Score": 0.707107, - "Index": 6523, - "Paragraph": "Adult members of armed forces and groups shall be sensitized regarding child rights, including rights of girls. Taking this action contributes to a protective environment, as it removes justifications for recruitment of children.Advocacy shall also be directed towards national decision makers, as this can raise awareness of the recruitment and use of children in armed conflict and can lead to the introduction of new laws. Advocacy may include measures towards the ratification and implementation of international legal instruments on child protection, or the reinforcement of these legal instruments; the adaptation of laws related to the recruitment and use of children in armed conflict; and the end of impunity for those who recruit and/or use children in armed conflict. It should also include laws and policies that protect children against forms of child abuse, including gender-based violence, that are sometimes among the factors that prompt children to join armed forces and groups. After enactment, appropriate sanctions can be implemented and enforced against people who continue to recruit children.A strong awareness of the existing legal framework is considered central to prevention strategies, but international norms and procedures alone do not restrain armed groups. Awareness campaigns should be followed up with accountability measures against the perpetrators. However, it should also be recognized that punitive approaches intended to strengthen prevention down the line can also have unintended consequences, including armed groups actively hiding information about children in their ranks, which may make military commanders more reluctant to enter DDR processes (see IDDRS 6.20 on DDR and Transitional Justice).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 22, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "7.2.5 Child protection advocacy", - "Heading4": "", - "Sentence": "Adult members of armed forces and groups shall be sensitized regarding child rights, including rights of girls.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6530, - "Score": 0.707107, - "Index": 6530, - "Paragraph": "Monitoring and reporting on the (re-)recruitment of children is an important component of prevention and should be given adequate investment in terms of resourcing, capacity, safety and time. The UN mandated monitoring and reporting mechanism (MRM) on grave violations of child rights in situations of armed conflict, including their recruitment and use, is a comprehensive system for collecting, verifying and reporting on such violations (UNSCR 1612 (2005)). The MRM is designed \u201cto provide for the systematic gathering of accurate, timely, objective and reliable information on grave violations committed against children\u201d5 within the context of armed conflict that will enable responses to increase compliance with international legal obligations and to end and prevent violations. Where the MRM has been activated, engagement with parties to the conflict to develop action plans to eliminate recruitment and use of children can both lead to release of children in the ranks of armed forces or groups and provide opportunities to prevent future (re-)recruitment (see section 5.3). Where possible and safe to do so, DDR processes should support engagement with armed forces and groups and be part of verification of compliance with such action plans, including commitments to release children.Any activities should adhere to mandatory reporting laws on child abuse or gender-based violence against children, regardless of whether an MRM has been activated. Practitioners should be clear about what these laws are, be sure that children understand any mandatory reporting nationally and provide informed consent if relevant. Referral pathways for necessary response services should be available before engaging with survivors so that referrals can be made in the event of a disclosure.In addition, where relevant and safe, there should be coordination, harmonization and cross checks with the Monitoring and Reporting Arrangement (MARA) of the Conflict Related Sexual Violence (CRSV). CRSV takes multiple forms such as rape, forced pregnancy, forced sterilization, forced abortion, forced prostitution, sexual exploitation, trafficking, sexual enslavement, forced circumcision, castration, forced nudity or any other form of sexual violence of comparable gravity. Depending on the circumstances, it could constitute a war crime, a crime against humanity, genocide, torture or other gross violation of human rights. See definition of CRSV: Analytical and Conceptual Framing of Conflict-related Sexual Violence, June 2011.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 25, - "Heading1": "7. Prevention of recruitment and re-recruitment of children", - "Heading2": "7.2 Prevention of recruitment through the creation of a protective environment", - "Heading3": "7.2.7 Monitoring and reporting on the recruitment and use of children", - "Heading4": "", - "Sentence": "Monitoring and reporting on the (re-)recruitment of children is an important component of prevention and should be given adequate investment in terms of resourcing, capacity, safety and time.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6540, - "Score": 0.707107, - "Index": 6540, - "Paragraph": "When designing and implementing DDR processes for CAAFAG, DDR practitioners and child protection actors must tailor support to the individual child and root them in community-based approaches and structures.Individualized interventions recognize that there important differences between children based on age; from those who may appear to have voluntarily joined an armed force or group and those who have been obviously forced to do so; from those who have made decisions and been given leadership or other responsibilities when they were members of armed forces and groups and those who have been slaves; and from those who have a family waiting for them and those who cannot or wish not to return, etc. Not all children will require the same level of attention, the same approach, or the same support. Some children (e.g., girl mothers, child heads of households, etc.) may have current responsibilities that require training support for immediate employment. Workable ways of addressing each child\u2019s situation should be developed.However, it is critical that support to CAAFAG be provided through broader holistic community-based strategies and approaches, that target CAAFAG as well as other children in conflict-affected communities. Providing similar services and reintegration support that benefit children within the wider community will mitigate against the risk of resentment, while also serving as a prevention tool that can build community resilience and address some of the underlying factors that contribute to the (re)recruitment of children into armed forces and groups.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 25, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When designing and implementing DDR processes for CAAFAG, DDR practitioners and child protection actors must tailor support to the individual child and root them in community-based approaches and structures.Individualized interventions recognize that there important differences between children based on age; from those who may appear to have voluntarily joined an armed force or group and those who have been obviously forced to do so; from those who have made decisions and been given leadership or other responsibilities when they were members of armed forces and groups and those who have been slaves; and from those who have a family waiting for them and those who cannot or wish not to return, etc.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6546, - "Score": 0.707107, - "Index": 6546, - "Paragraph": "Disarmament may represent the first sustained contact for CAAFAG with people outside of the armed force or group. This can be a difficult process, as it is often the first step in the transition from military to civilian life. As outlined in section 4.2.1, CAAFAG shall be eligible for DDR processes for children irrespective of whether they present themselves with a weapon or ammunition and irrespective of the role they may have played. Children with weapons and ammunition shall be disarmed, preferably by a military or government authority rather than a DDR practitioner or child protection actor. They shall not be required to demonstrate that they know how to use a weapon. CAAFAG shall be given the option of receiving a document certifying the surrender of their weapon or ammunition if there is a procedure in place and if this is in their best interests. For example, this would be a positive option if the certificate can protect the child against any doubt over his/her surrender of the weapon/ammunition, but not if it will be seen as an admission of guilt and participation in violence in an unstable or insecure environment or if it could lead to criminal prosecution (see IDDRS 4.10 on Disarmament).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 26, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament may represent the first sustained contact for CAAFAG with people outside of the armed force or group.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6553, - "Score": 0.707107, - "Index": 6553, - "Paragraph": "Transition from military to civilian life may be difficult for CAAFAG because, in spite of the hardships they may have experienced during their association, they may also have found a defined role, responsibility, purpose, status and power in an armed force or group. For children who have been in an armed force or group for many years, it may at first seem impossible to conceive of a new life; this is particularly true of younger children or CAAFAG who have been indoctrinated to believe that military life is best for them and who know nothing else.DDR practitioners must work together with child protection actors to prioritize physically removing CAAFAG from contact with adult combatants. Removing CAAFAG from armed forces and groups should be done in a responsible but efficient way. Symbolic actions \u2013 such as replacing military clothing with civilian clothing \u2013 can aid this adjustment; however, such actions must be clearly explained, and the child\u2019s welfare must be paramount. Providing civilian documentation such as identity papers may be symbolic but also practical as it may allow the child to access certain services and therefore ease the child\u2019s reintegration. Children need immediate reassurance that there are fair and realistic alternatives to military life and should receive information that they can understand about the benefits of participating in DDR processes as well as the different steps of the process. However, under no circumstances should interviewers or practitioners make promises or give assurances that they are not absolutely certain they can deliver.Official documentation marking demobilization may help to protect children from abuse by authorities or armed forces and groups that are still active. However, staff should establish that such documents cannot be seen and will not be used as an admission of guilt or wrongdoing. Official identification documents certifying that a child has demobilized can be provided when this protects children from re-recruitment and assures their access to reintegration support. Civilian documents proving the identity of the child with no mention of his/her participation in an armed force or group should be made available as soon as possible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 26, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Transition from military to civilian life may be difficult for CAAFAG because, in spite of the hardships they may have experienced during their association, they may also have found a defined role, responsibility, purpose, status and power in an armed force or group.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6563, - "Score": 0.707107, - "Index": 6563, - "Paragraph": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization). When reporting to such sites, the time CAAFAG spend at the site shall be as short as possible, and every effort shall be made to rapidly identify them, register them and supply them with their immediate needs. Where possible, children should be identified before arrival at the demobilization site so that the documentation process (identification, verification, registration, medical needs) and other applicable procedures last no longer than 48 hours, after which they shall be transferred to an interim care centre (ICC) for children or to another location under civilian control. If CAAFAG report or are brought to mobile demobilization sites or reception centres, standard operating procedures shall be in place outlining when and how the handover to civilian authorities will take place.At all demobilization sites, semi-permanent or otherwise, particular attention shall be given to the safety and protection of children during their stay, through measures such as proper lighting, regular surveillance and security patrols. Children shall be physically separated from adult combatants, and a security system shall be established to prevent adult access to them. Girl mothers, however, shall not be separated from their children. Separate accommodation must be provided for boys and girls, including separate washing and toilet facilities, with specific health services provided when necessary (e.g., reproductive health services and hygiene kits adapted to specific needs). Female staff shall be provided for locations where girls are staying.Since a number of girls are likely to be mothers, demobilization sites shall also be designed to provide proper food and health care for infants and young children, with childcare assistance provided for mothers unable to care for their children. Demobilization sites must, without exception, provide medical health screening, including sexual health screening to all children, and provide necessary treatment. Efforts shall be made to improve the overall health of CAAFAG through early detection, immunization, treatment of severe conditions (such as malaria and acute respiratory infections), treatment for wounds and injuries, triage and referral of serious cases to secondary/tertiary facilities (see IDDRS 5.70 on Health and DDR).Children shall be informed that they have the right not to be abused or exploited including the right to protection from sexual exploitation and abuse, and child labour, and that they have the right and ability, through adapted and efficient reporting and complaints mechanisms, to report abuse. When children do report abuse or exploitation by adult former combatants, staff or adult caregivers, they shall not be stigmatized or made to feel disloyal in any way. Their complaints must also be acted upon immediately through child-friendly mechanisms designed and put in place to protect them from such exploitation and to punish the offenders to the fullest extent possible. If children reporting abuse request such a service, they shall be given space and time to share their emotions and reflect on their experiences with health workers trained in psychotherapeutic assistance. Mechanisms shall be established to prevent offending staff from working with children in similar situations in the future (see also section 4.10.1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 27, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.2 Demobilization", - "Heading3": "8.2.1 Demobilization sites", - "Heading4": "", - "Sentence": "Depending on the specific DDR process in place, demobilization may occur at semi- permanent military-controlled sites (such as cantonment sites), reception centres or mobile demobilization sites (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6577, - "Score": 0.707107, - "Index": 6577, - "Paragraph": "Interim care centres are not necessary in all DDR processes for children, especially when the placement of a child in an ICC delays family and community reunification. However, ICCs can be used as a last resort, as they provide a secure space that may help children sever their links with armed forces and groups; allow time for family tracing, verification and, if necessary, gradual reunification (see section 7.4); enable medical support to be provided, including mental health and psychosocial support; and provide an opportunity for pre-discharge awareness-raising/ sensitization.ICCs are not the same as cantonment sites. ICCs shall be child-friendly and their management and services consistent with the Alliance for Child Protection in Humanitarian Action\u2019s Minimum Standards and the Guiding Principles in Interim Care Planning and Provision6 for community- based interim care. The best interests of the child shall be a primary consideration. Factors of necessity and appropriateness shall also be considered with the aim that a child will be placed into an ICC only if there is no other family- or community-based interim care available, and any placement will be for the shortest period necessary. Staffing levels for ICCs shall depend on the number, ages and needs of children in the facility. Their care and protection should be paramount, with an emphasis on reuniting children with their families or providing alternative community- based care solutions as swiftly as possible (see Annex C for more details). While security of the facility is a key concern, ICCs shall remain child-friendly and not inadvertently transform into detention facilities.Adults shall not be accommodated at ICCs, and children accommodated at these centres should be grouped according to age (unless they are girl mothers). Tracing, verification, reunification, case management and monitoring should be carried out at ICCs to facilitate the return of children to their communities (including community outreach). Health check-ups and specialized health services should be provided \u2013 for example, reproductive health and antenatal services, diagnosis of sexually transmitted infections, and voluntary and confidential HIV testing and counselling \u2013 while nutritional deficiencies and war-related injuries should receive treatment. Children should receive counselling, including help to overcome distress or trauma, develop self- esteem and learn life skills; learn about reintegration and livelihood opportunities, as well as information about child labour; and receive peace education and training in non-violent conflict resolution to help them regain a sense of the social norms and routines of civilian life. Sports, cultural and recreational activities should be provided to keep children occupied and help them build trust, but there should be no formal education or training activities within the ICC apart from assessments of literacy and numeracy. Formal education and training should be provided within the community. Children should be transferred as quickly as possible to their communities, consistent with their best interests, for reintegration into communities, education, and social cohesion activities with all children as well as any community-based case management support needed. Where return is not possible, family and community-based solutions should be sought.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 28, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.3 Interim alternative care", - "Heading3": "8.3.1 Interim care centres", - "Heading4": "", - "Sentence": "Interim care centres are not necessary in all DDR processes for children, especially when the placement of a child in an ICC delays family and community reunification.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6592, - "Score": 0.707107, - "Index": 6592, - "Paragraph": "Interim care placements should be used in cases where ICCs are not available or appropriate (for example, when a child is already in the community) and when family unification is not possible or in the best interests of the child. These types of placements can include community-based care, fostering or guardianship. The Inter-Agency Guiding Principles on Unaccompanied and Separated Children (2004) provide clear guidelines on how interim care placements should be conducted. Furthermore, community-based temporary alternative care must be consistent with the United Nations Guidelines for Alternative Care (General Assembly resolution 64/142).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 29, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.3 Interim alternative care", - "Heading3": "8.3.2 Interim care placements", - "Heading4": "", - "Sentence": "Interim care placements should be used in cases where ICCs are not available or appropriate (for example, when a child is already in the community) and when family unification is not possible or in the best interests of the child.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 6596, - "Score": 0.707107, - "Index": 6596, - "Paragraph": "DDR processes increasingly include CVR programmes in an effort to reduce armed violence and sustain peace (see IDDRS 2.30 on Community Violence Reduction). Specific provisions shall be developed to ensure the protection, care and support of young people (aged 15\u201324) who participate in CVR programmes (see IDDRS 5.30 on Youth and DDR). Where appropriate, children (under 18) may be included in CVR activities, but with relevant legal safeguards to ensure their rights and needs are carefully accounted for.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 29, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.4 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes increasingly include CVR programmes in an effort to reduce armed violence and sustain peace (see IDDRS 2.30 on Community Violence Reduction).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6599, - "Score": 0.707107, - "Index": 6599, - "Paragraph": "The purpose of reintegration support is to provide children with assistance that has been tailored to their needs and that provides them with a viable, long-term alternative to military life. Reintegration support provided to children shall take into account differences in age, sex, individual resilience, the capacity of the child to make informed decisions, the length of stay and individual experience with an armed force or group, culture, the reintegration opportunities in an environment that will have changed in the child\u2019s absence and other relevant factors. Reintegration support should be individualized, targeting CAAFAG as well as other at-risk, vulnerable or conflict-affected children, as well as community-based, utilizing strategies and approaches that empower communities to accept and receive CAAFAG and support their reintegration.Because reintegration of adult ex-combatants and persons formerly associated with armed forces and groups should be considered even in the absence of a DDR programme, reintegration programmes of adults and children can mutually reinforce each other and where relevant and safe to do so should be coordinated as much as possible. (see IDDRS 2.40 Reintegration as Part of Sustaining Peace, and IDDRS 4.30 on Reintegration).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "The purpose of reintegration support is to provide children with assistance that has been tailored to their needs and that provides them with a viable, long-term alternative to military life.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6603, - "Score": 0.707107, - "Index": 6603, - "Paragraph": "CAAFAG face a range of health issues that may impact their reintegration. The identification of health needs shall begin when the child first comes into contact with a DDR process, for example, at a reception centre or cantonment site or an interim care centre. However, ongoing health needs shall also be addressed during the reintegration process. This may be via referral to relevant local or national health facilities, medical fee coverage or the direct provision of support. All service and referral provision shall be private and confidential.Reproductive health \\n As soon as possible after their release from an armed force or group, and for as long as necessary, girls and boys who have survived sexual violence, abuse and exploitation shall receive medical care in addition to mental health and psychosocial care (see section 7.9.1). Consideration shall also be given to boys who may have been forced to perpetrate sexual violence. All children who have experienced sexual violence shall receive access to the Minimum Initial Service Package (MISP) for sexual and reproductive health.7 Girl mothers shall be referred to community health services and psychosocial support as a priority. To prevent cycles of violence, girl mothers shall be enabled to learn positive parenting skills so that their children develop in a nurturing household. \\n DDR practitioners should invest in reproductive health awareness-raising initiatives for boys and girls (especially adolescents) covering issues such as safe motherhood, sexual violence, sexually transmitted infections, family planning and the reproductive health of young people. Increasing the awareness of boys will help to reduce the reproductive health burden on girls and enable a gender-transformative approach (see section 4.3). Consideration shall be given to any sensitivities that may arise through the inclusion of boys in these awareness-raising initiatives, and necessary preparations shall be made with families and community leaders to gain their support.HIV/AIDS \\n Children who test positive for HIV/AIDS may experience additional community stigmatization that negatively impacts upon their reintegration. Initial screening and testing for HIV/AIDS shall be provided to CAAFAG during demobilization in a manner that voluntary and confidential. During reintegration, support for children living with HIV/AIDS should include specialist counselling by personnel with experience of working with children, support to families, targeted referrals to existing medical facilities and linkages to local, national and/or international health programmes. To ease reintegration, community-based HIV/AIDS awareness training and education can be considered (see IDDRS 5.60 on HIV/AIDS and DDR). Children may also prefer to receive treatment in locations that are discreet (i.e., not in public spaces or through discreet entrances at clinics).Drug and alcohol addiction \\n Drugs and alcohol are often used by commanders to establish dependence, manipulate and coerce children into committing violence. Children\u2019s substance use can create obstacles to reintegration such as behavioural issues in the home and community, risk-taking behaviour, poor nutrition and general health, and increased vulnerability to re-recruitment. DDR practitioners should coordinate with child-focused local, national and/or international health organizations to develop or identify for referral drug and alcohol rehabilitation programmes adapted to the needs of CAAFAG. Treatment shall follow the International Standards for the Treatment of Drug Use Disorders.8", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 30, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.1 Health", - "Heading4": "", - "Sentence": "CAAFAG face a range of health issues that may impact their reintegration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6621, - "Score": 0.707107, - "Index": 6621, - "Paragraph": "Mental and psychosocial health is critical to effective reintegration for all age groups; however, children face specific challenges that can seriously undermine their return to civilian life. Some children may have mental health or psychosocial needs when they re-enter their communities due to their experiences during conflict, the tremendous effort required to adapt to being back in civilian life, anxiety and uncertainty, stigmatization, fear of being rejected, poverty and a lack of livelihood.Mental health and psychosocial support should be offered (dependent on individual need and resources) to help children develop new patterns of behaviour, improve their self-esteem, develop their capacity to make decisions about the future and enable them to express emotions should they want to do so. Children and communities, with support, do have the capacity to cope with the distress caused by war. Mental health and psychosocial support activities should build on children\u2019s natural resilience and family and community support mechanisms and encourage coping and positive development. A community-based case management system should be active for children who require individualized mental health support. This system should be available for all children in the community who may be in need.Some children may need specific mental health or psychosocial assistance to overcome particularly negative or harmful experiences during their stay with an armed force or group. Boys and girls who have experienced sexual violence, including when of a prolonged nature, may face significant psychosocial issues affecting their reintegration \u2013 for example, an inability to trust adults, aggression and social withdrawal. Those living with injury and disability and the terminally ill, in particular, require care that is adapted to their needs and environment.Mental health and psychosocial support interventions for children in DDR processes shall abide by the following core principles:9 \\n Human rights and equality: Focus on the protection of children most at risk of human rights violations and the promotion of equity and non-discrimination, maximizing fairness across all sub-groups of children. Equality in provision of support includes taking into consideration and tailoring support to the specific, and different needs, of boys and girls. \\n Participation: Ensure the participation of children in decisions affecting them to support their resilience and promote the participation of families and communities, as they are the most important support structures for children\u2019s psychosocial health. \\n Do no harm: Minimize the risk of harm to children through psychosocial support by employing good coordination (with families, communities and other actors), appropriate needs assessments, cultural sensitivity, and ongoing monitoring and reflection on approach. \\n Build on available resources and capacities: Engage with existing structures and self-help mechanisms to root the intervention in local solutions. \\n Integrated support systems: Integrate into wider systems (e.g., existing community support mechanisms, formal/non-formal school systems, general health services, general mental health services, social services) to reach more people (community-based approaches) and limit stigma. \\n Multilayered supports: A layered system of complementary supports is most effective in meeting different needs: \\n\\n Basic services and security: Securing basic needs (food, shelter, water, basic health care) and ensuring a minimum level of security represent the first steps in mental and psychosocial well-being. \\n\\n Community and family supports: Most children will require some level of family/community support to address psychosocial disruption. This may include communal healing ceremonies, supportive parenting programmes, formal and non-formal educational activities, livelihood activities and the activation of social networks. \\n\\n Focused, non-specialized supports: More-affected children will require interventions by trained and supervised personnel in areas such as psychological first aid and basic mental health care by primary health-care workers. \\n\\n Specialized services: Targeting the most affected children who exhibit serious mental health and psychosocial symptoms and require either (a) referral to specialized services, if they exist, or (b) initiation of longer-term training and supervision of primary/general health- care providers.Each context requires a specific approach to mental health and psychosocial support. However, Annex D provides some generalized do\u2019s and don\u2019ts for planning mental health and psychosocial support interventions. The guidelines for psychosocial support set out in IDDRS 5.30 on Youth and DDR are also applicable to children, although specific considerations for age should be made.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 31, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.2 Psychosocial support and special care", - "Heading4": "", - "Sentence": "Mental and psychosocial health is critical to effective reintegration for all age groups; however, children face specific challenges that can seriously undermine their return to civilian life.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6641, - "Score": 0.707107, - "Index": 6641, - "Paragraph": "Following the release of children from armed forces and groups, efforts should be made to reunify children with their families, whenever possible and in their best interests. Family tracing and reunification shall be based on the Inter-Agency Guiding Principles on Unaccompanied and Separated Children.10 Family reunification is not simply a matter of returning a child to his or her family, but requires preparation, mediation, and follow-up, possibly including ceremonies of return, to help the family recognize and address problems of alienation, addiction, aggression and resistance to civil forms of authority. Reunification also involves the family in decisions regarding the child\u2019s re-adaptation, education, learning and training. Children need to be reassured that their families want them back and accept them as they now are. Assistance should not only consist of material aid, but also include social support and follow-up.Family tracing should be started at the earliest possible stage and can be carried out at the same time as other activities. Family reunification will follow after mediation and an assessment of the situation that is quick, but thorough enough to be sure that there is no threat or discomfort to the child. Children can feel worried about returning to their family or community because of acts they may have committed when with armed forces or groups, or for any number of other reasons (e.g., girls may have been victims of sexual violence, abuse or exploitation, and may feel especially trepidatious if they have children born from those experiences).Phased approaches to reunification may be considered if reunification is determined to be in the best interests of the child but certain challenges exist. For example, there may be family trauma as a result of conflict, or economic conditions may make immediate reunification difficult. These issues may also necessitate ongoing mediation, as well as psychosocial support to the child and family focused initially on the immediate challenge of reunification, but with a longer-term strategy to address more systemic issues.Family-based reintegration and services are crucial to the long-term success of reintegration. Case management may need to include components on support to families such as parenting support or economic support to the adults in the family.In some cases, family reunification may not be in the best interests of the child, because of difficult security or family conditions that do not provide the child with required levels of protection. It must also be recognized that poor family conditions or family connections to armed forces and groups may have been the reason the child was recruited in the first place. If these conditions remain unchanged, children are at risk of being re-recruited. When family reunification is not in the best interests of the child, for whatever reason, the aforementioned Guidelines for Alternative Care shall be followed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 33, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.3 Family tracing and reunification", - "Heading4": "", - "Sentence": "Following the release of children from armed forces and groups, efforts should be made to reunify children with their families, whenever possible and in their best interests.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6654, - "Score": 0.707107, - "Index": 6654, - "Paragraph": "Families and communities have a critical role to play in the successful reintegration of CAAFAG. After their release, many CAAFAG return to some form of family relationship \u2013 be it with parents or extended family. Others, however, do not return to their family due to fear or rejection, or because their families may have been killed or cannot be traced. Family rejection often disproportionately affects girls, as they are presumed to have engaged in sexual relations with men or to have performed roles not regarded as suitable for girls according to traditional norms.With family acceptance and support, reintegration is more likely to be successful. The process of family reintegration, however, is not always simple. Residual conflict may remain, or new conflicts may emerge due to various stressors. Intergenerational conflict, often a feature of societies in conflict, may be an issue and, as returning children push for voice and recognition, can intensify. Assisting families in the creation of a supportive environment for returning CAAFAG can be achieved through a variety of means and should be considered in all DDR processes for children. This support may take a number of different forms: \\n Psychosocial support to the extended family can help to address broader psychosocial well-being concerns, overcome initial tensions and strengthen the resilience of the family as a whole. \\n Positive parenting programmes can increase awareness of the rights (and needs) of the child and help to develop parenting skills to better support returning CAAFAG (e.g., recognizing symptoms of trauma, parent-child communication, productively addressing negative behaviours in the child). \\n Promotion of parent-teacher associations (development or membership of) can provide ways for parents to support their children in school and highlight parents\u2019 needs (e.g., help with fees, uniforms, food). \\n Income-generating activities that involve or support the whole family rather than only the child can alleviate financial concerns and promote working together. \\n Establishment of community-based child protection networks involving parents can assist in the delivery of early warnings related to recruitment risk, children\u2019s engagement in risk-taking behaviours (e.g., drug or alcohol abuse, unsafe sex) or conflicts among children and youth in the community. \\n Support to associations of families of conflict-affected children beyond CAAFAG can help build awareness in the community of their specific needs, address stigma and provide support in a range of areas including health, income generation, community voice and participation.When supporting families to take a stronger role in the reintegration of their children, it is important that the wider community does not feel that children are rewarded for their involvement with armed forces or groups, or that broader community needs are being neglected. Community acceptance is essential for a child\u2019s reintegration, but preconceived ideas about children coming out of armed forces and groups, or the scars of violence committed against families and/or communities, can severely limit community support. To prevent reprisals, stigmatization and community rejection, communities shall be prepared for returning CAAFAG through sensitization. This sensitization process shall begin as early as possible. Additional activities to help prepare the community include the strengthening of local child protection networks, peace and reconciliation education, and events aimed at encouraging the lasting reintegration of children.Cultural, religious and traditional rituals can play an important role in the protection and reintegration of girls and boys into their communities. These may include traditional healing, cleansing and forgiveness rituals, where they are considered not to be harmful; the development of solidarity mechanisms based on tradition; and the use of proverbs and sayings in sensitization and mediation activities. Care should be taken to ensure that religious beliefs serve the best interests of the child, especially in areas where religion or cultural values may have played a role in recruitment.Reconciliation ceremonies can offer forgiveness for acts committed, allow children to be \u2018cleansed\u2019 of the violence they have suffered or contributed to, restore cultural links and demonstrate children\u2019s involvement in civilian life. Such ceremonies can increase the commitment of communities to a child\u2019s reintegration process. Children should contribute to the creation of appropriate reintegration mechanisms to improve their sense of belonging and capacity. However, it is also essential to understand and neutralize community traditions that are physically or mentally harmful to a child. In addition, such rituals may not be suitable in all contexts.Particular attention should be paid to the information that circulates among communities about returning boys and girls, so that harmful rumours (e.g., about real or presumed rates of HIV/AIDS among them and the alleged sexual behaviour of girls) can be effectively countered. Girls are at highest risk of rejection by their communities, and it is important for programme staff to engage on a continual basis with the community to educate them about the experience girls have had and the challenges they face without fostering pity or stigma. Programme staff should consult with affected girls and include them in the planning and implementation of initiatives, including how their experiences are portrayed, where possible.Specific focus should be given to addressing issues of gender-based violence, including sexual violence. Girls who experience gender-based violence during their time associated with an armed force or group will often face stigmatization on their return, while boys will often never discuss it due to societal taboos.Specific engagement with communities to aid the reintegration of CAAFAG may include: \\n Community sensitization and awareness-raising to educate communities on the rights of the child, the challenges CAAFAG face in their reintegration and the role that the community plays in this process; \\n Community-based psychosocial support addressing the needs of conflict-affected community members as well as CAAFAG and their families; \\n Community-wide parenting programmes that include the parents of CAAFAG and non-CAAFAG and help improve awareness and foster social inclusion and cohesion; \\n Support to community-based child protection structures that benefits the whole community, including those that reduce the risk of recruitment; \\n Investment in child-focused infrastructure rehabilitation (e.g., schools, health centres, child/youth centres) that provide benefit to all children in the community; \\n Community-wide income-generation and employment programmes that bring older children as well as the parents of CAAFAG and non-CAAFAG together and provide much-needed livelihood opportunities; \\n Creation of community child committees that bring together community leaders, parents and child representatives (selected from children in the community, including CAAFAG and non- CAAFAG) to provide children with a platform to ensure their voice and participation, especially in the reconstruction process, is guaranteed; and \\n Advocacy support (including training, resources and/or linkages) to increase the role and voice of communities and children/youth in the development/revision of national child and youth policies, as well as interventions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 34, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.4 Supporting families and communities", - "Heading4": "", - "Sentence": "Families and communities have a critical role to play in the successful reintegration of CAAFAG.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6681, - "Score": 0.707107, - "Index": 6681, - "Paragraph": "Education is a critical component of enabling returning CAAFAG to successfully transition into normal civilian routines and helps to prepare them for future opportunities. The higher a child\u2019s level of education, the more likely his/her reintegration is to succeed. DDR processes for children shall therefore support children to try to reach (or recover) as high a level of education as possible, often starting with basic literacy.After a relatively long stay within armed forces or groups, or because of the difficulties they previously experienced in school, children may not be able to adapt to traditional teaching methods. For these situations, schooling programmes should be developed in consultation with the ministry of education that are specifically designed for such children, and that achieve the same results as other formal educational programmes. To better support children who are struggling, teachers should receive specific training. This may include training in recognizing signs of emotional stress, managing problematic behaviour and developing effective pupil-parent relations.Accelerated Education Programmes (AEPs) and other remedial schooling programmes for children who have been out of school for long periods can provide vital catch-up education. An AEP is \u201ca flexible, age-appropriate programme, run in an accelerated timeframe, which aims to provide access to education for disadvantaged, over-age, out-of-school children and youth. This may include those who missed out on or had their education disrupted due to poverty, marginalization, conflict and crisis. The goal of AEPs is to provide learners with equivalent, certified competencies for basic education using effective teaching and learning approaches that match their level of cognitive maturity.\u201dThe AEP Working Group details 10 principles for the delivery of accelerated education, as well as key action points, key definitions, essential information, examples and case studies, and indications of challenges and other points to consider. These principles shall be followed by any programme engaging in AEPs.DDR processes for children can further support the education of demobilized CAAFAG through various other means including AEP teacher training; capacity-building of a country training team; provision of teaching and learning materials; provision of school furniture; payment of incentives to AEP teachers; payment of registration and examination fees; and the renovation and rehabilitation of schools, including sanitation facilities. Moreover, modalities should be developed that enable part-time study if this is desirable, and other assistance should be provided to boost attendance (e.g., food, childcare facilities for girl mothers).The aim, wherever possible, should be to integrate returning children into existing education systems. Supporting these systems provides a benefit for the entire community and can help to ease reintegration of CAAFAG. However, even with the assistance of such programmes, some children may not be able to return to the regular school system. In such cases, programmes should be designed to include vocational training activities (skills training and apprenticeships) that are suited to local conditions and markets, and in line with national legislation on minimum working age and working conditions, (see section 7.9.5).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 36, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.5 Access to education", - "Heading4": "", - "Sentence": "Education is a critical component of enabling returning CAAFAG to successfully transition into normal civilian routines and helps to prepare them for future opportunities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6695, - "Score": 0.707107, - "Index": 6695, - "Paragraph": "Life skills are those abilities that help to promote psychological well-being and competence in children as they face the realities of life. These are the ten core life skill strategies and techniques: \\n problem-solving; \\n critical thinking; \\n effective communication skills; \\n agency and decision-making; \\n creative thinking; \\n interpersonal relationship skills; \\n self-awareness building skills; \\n empathy; \\n coping with stress; and \\n emotions.Programmes aimed at developing life skills can, among other effects, lessen violent behaviour and increase prosocial behaviour. They can also increase children\u2019s ability to plan ahead and choose effective solutions to problems. CAAFAG often lose the opportunity to develop life skills during armed conflict, and this can adversely affect their reintegration. For this reason, DDR processes for children should explicitly focus on the development of such skills. Life skills training can be integrated into other parts of the reintegration process, such as education or health initiatives, or can be developed as a stand-alone initiative if the need is identified during demobilization. The inclusion of all conflict-affected children within a community in such initiatives will have greater impact than focusing solely on CAAFAG.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 37, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.6 Life skills", - "Heading4": "", - "Sentence": "Life skills are those abilities that help to promote psychological well-being and competence in children as they face the realities of life.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6702, - "Score": 0.707107, - "Index": 6702, - "Paragraph": "Vocational training opportunities for children shall be realistic in terms of what the local economy can support and shall also reflect the wishes of the child. There should be made available as wide a range of training options as possible, consistent with local market conditions, to help children adapt successfully to civilian life and to what the market demands. This training may build on skills and competencies learned when the child was associated with an armed force or group. A choice of training options beyond traditional areas should be promoted, as should the provision of support to girls (including financial and childcare support, where appropriate). More specifically, vocational and skills training may include: \\n Analysis of livelihood systems, agriculture, market opportunities, and household economies to develop economically relevant training, alternative forms of education and opportunities for economic reintegration. \\n Coordination between stakeholders to improve lessons learned, development of joint programmes, appropriate referrals and measures to avoid inconsistencies in the benefits provided. \\n Community consultation to develop collective initiatives benefiting the community. Business skills training to prepare children to keep accounts and handle money. \\n Apprenticeships and on-the-job training for those with no previous work experience. \\n Life skills training, including basic social norms and civic education, parenting skills, rights at work and home, prevention of HIV/AIDS, and education to counter interpersonal violence. \\n Incorporation of gender-transformative approaches to ensure sensitivity to the particular challenges faced by girls, increase awareness in both girls and boys of the challenges faced by the other gender, and foster positive gender relationships. \\n Development of skills in non-violent conflict resolution and anger management to help CAAFAG in their everyday lives. \\n Provision of childcare and, if necessary, flexible training schedules for girl mothers.Some children need to start earning a living immediately after they return to their family and community and should be helped to earn an income or receive benefits while they obtain training and/or an education. For example, the sale of things they have made, or animals reared during their training may facilitate the purchase of tools or other equipment that are needed for future work. Boys and girls, particularly those of legal working age, should benefit from an adapted version of socioeconomic support programmes designed for demobilized adults (see IDDRS 4.30 on Reintegration). However, income-generating activities for children should be in line with national and international laws on child labour, including ILO convention 138 on minimum age of work. Livelihood options for girls should not be based on traditionally assigned gender roles. Instead, the focus should be on what girls want to do. Linkages to the local business, trades and agricultural communities should be sought and can aid in employment, small business mentoring and ongoing analysis of market needs.12", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 38, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.7 Vocational training and livelihood development", - "Heading4": "", - "Sentence": "Vocational training opportunities for children shall be realistic in terms of what the local economy can support and shall also reflect the wishes of the child.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6721, - "Score": 0.707107, - "Index": 6721, - "Paragraph": "As part of planning and implementing a child-sensitive approach to DDR-related interventions, CAAFAG can be provided with social protection assistance to reduce vulnerability to poverty and deprivation, promote social inclusion and child protection, and strengthen family and community resilience. This may include: \\n Multipurpose cash grants. \\n Commodity (e.g., food or rent) or value vouchers. \\n Family and child allowances. \\n Disability social pensions and benefits. \\n Transfers in exchange for a parent working (cash for work). \\n Transfers in exchange for attending health check-ups (for all family members). \\n Business recovery or start-up grants (for older children or parents of CAAFAG) subject to conditions (e.g., business management training, business plan development, etc.); and \\n Scholarship benefits restricted to certain areas (e.g., school fees, school supplies, etc.).To ensure that assistance is child-sensitive, it must be governed by a number of guiding principles: \\n Assistance must be designed with the child\u2019s best interests in mind and necessary safeguards in place, so that cash or other material assistance does not create incentives or push/pull factors to recruitment of children in the community or re-recruitment of the child and does not draw attention to the child. \\n Assistance must be based on findings from the situation analysis and risk assessments (see sections 6.1 and 6.2). \\n Assistance shall be targeted towards the most vulnerable CAAFAG (for example, girl mothers, persons with disabilities, and separated or unaccompanied minors) and their families. \\n Assistance shall be predictable, allowing households to plan, manage risk and invest in diverse activities. \\n Mixed delivery approaches (individual and community) should be considered, where appropriate, to strengthen conflict sensitivity. \\n Community-based approaches should be promoted when they are likely to reduce resentment, increase community acceptance of returning CAAFAG, result in local economic benefits and strengthen social reintegration outcomes. \\n Focus should be given to assistance that is multisectoral (e.g., health, education, water, sanitation and protection) and that has multiplier impacts. \\n Conditions should be placed on community grants (e.g., training, awareness-raising activities, investment in community-level income-generating activities and benefits for the children of the households engaged). \\n Investment in community structures should be promoted when these structures foster a protective environment for children (e.g., community-based child protection committees and community early warning prevention systems). \\n Risk mitigation strategies shall be developed and implemented to reduce the risk of abuse. For example, it should be ensured that distributors of assistance work in pairs, that post- distribution monitoring is carried out and that children are empowered to speak out about their rights.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 39, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.8 Social protection assistance", - "Heading4": "", - "Sentence": "As part of planning and implementing a child-sensitive approach to DDR-related interventions, CAAFAG can be provided with social protection assistance to reduce vulnerability to poverty and deprivation, promote social inclusion and child protection, and strengthen family and community resilience.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6741, - "Score": 0.707107, - "Index": 6741, - "Paragraph": "Being recognized, accepted, respected, and heard in the community is an important part of the reintegration process. However, this is a complex issue for children, as they are generally excluded from community decision-making processes. Children may also lack the self-esteem and skills necessary to engage in community affairs usually reserved for adults. Reintegration support should strive to generate capacities for such participation in civilian life.Although political reintegration is generally a feature of adult DDR processes (see IDDRS 4.30 on Reintegration), children also have political rights and should be heard in decisions that shape their future. Efforts should be made to ensure that children\u2019s voices are heard in local-level decision-making processes that affect them. Not only is this a rights-based issue, but it is also an important way to address some of the grievances that may have led to their recruitment (and potential re-recruitment). For children nearing the age of majority, having a voice in decision- making can be a key factor in reducing intergenerational conflict.CAAFAG may face particular difficulties attaining a role in their community due to their past associations or because they belong to communities that were excluded prior to the conflict. Girls, persons with disabilities, or people living with HIV/AIDS may also be denied full participation in community life. The creation of inclusive societies is an issue bigger than DDR. However, the reintegration process provides an opportunity to make an initial investment in this endeavour through potential interventions in several areas.Civic education \\n To make the transition from military to civilian life, children need to be aware of their political rights and, eventually, responsibilities. They need to understand good citizenship, communication and teamwork, and non-violent conflict resolution methods. Ultimately, it is the child\u2019s behaviour that will facilitate successful reintegration, and preparing a child to engage socially and politically, in a productive manner, will be central to this process. Such activities can prepare them to play a socially useful role that is acknowledged by the community. Special efforts should be made to include girls in civic education training to ensure they are aware of their rights. However, children should not be forced to participate in any activities, nor used by armed or political groups to achieve specific political objectives, and their rights to free speech, opinion and privacy should be prioritized.Ensure child participants in DDR processes have a voice in local and national recovery \\n DDR processes should be aligned with national plans and strategies for recovery, the design of which should be informed by inputs from their participants. The inclusion of conflict-affected children and CAAFAG in these processes enables children to identify and advocate for specific measures of importance with regard to youth and recovery policies. Specific attention should be given to particularly vulnerable groups who may ordinarily be marginalized.Promote the gender transformation agenda \\n Efforts to strengthen the agency of girls will only go so far in addressing gender inequality. It is also important to work with the relationships and structures present that contribute to their (dis)empowerment. It is critical to support the voice and representation of girls within their communities to enable their full reintegration and to contribute to eradication of the structural inequalities that influenced their recruitment. Working with men and boys to address male gender roles and masculine norms that promote violence is required.Build a collective voice \\n An inclusive programme sees community children, particularly those affected by conflict in other ways, participating in programming alongside CAAFAG. This provides an opportunity for children and youth to coordinate and advocate for greater inclusion in decision-making processes.Create children\u2019s committees across the various areas of reintegration programming \\n Children should have the opportunity to put forward their views individually and collectively. Doing so will provide a mechanism to substantively improve programme outcomes and thus ensure the best interests of the child. It also gives greater voice to other vulnerable and marginalized children in the community. Steps should be taken to ensure that girls, and especially girl mothers, are included in these committees.Encourage the participation and visibility of programme beneficiaries in public events \\n Greater participation and visibility of CAAFAG as well as non-CAAFAG will increase the opportunities for children to be involved in community processes. As community members, and community decision makers in particular, have more positive interactions with CAAFAG, they are more likely to open up space for their involvement in community affairs. However, all participation shall be voluntary, and CAAFAG should not be pushed into visible roles unless they feel comfortable occupying them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 40, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.9 Voice, participation and representation", - "Heading4": "", - "Sentence": "Being recognized, accepted, respected, and heard in the community is an important part of the reintegration process.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6767, - "Score": 0.707107, - "Index": 6767, - "Paragraph": "After CAAFAG have returned to their families and communities, monitoring and follow-up is essential. It requires careful planning, adequate funding and the collaboration of key governmental bodies, UN agencies and non-governmental organizations.Monitoring activities should occur through regular visits to children\u2019s homes, schools, and communities, including meetings with families, peers, teachers, and community leaders, without creating stigma or risk to the individuals and families involved. The living conditions of the child, the quality of his/her relationship with family members and caregivers, and the level of reintegration in the community should be regularly assessed. Confidential, accessible, and safe feedback mechanisms that allow children to report any concerns should be in place. Challenges should be identified to facilitate problem-solving, referral or programme adaptation where required. Success stories are also important for the generation of positive lessons learned and to present opportunities for replication in other areas or programmes.Monitoring should be conducted by a dedicated monitoring, evaluation and learning team. More staff are likely to be needed when large numbers of children are reunited with their families, because monitoring visits and other support activities become more labour-intensive and time- consuming as children are dispersed from a few central locations to scattered communities. Community-based child protection networks and community leaders, especially women, should be actively involved in monitoring the safety and well-being of reunited children, and should assume increasing responsibility for ongoing monitoring and follow-up to ensure a smooth takeover of this work by the community.Monitoring systems should be developed to use programme-related data gathered during demobilization including verification exercises for children. Effective programme monitoring improves accountability by recording information on programme progress, suitability of selected approaches, and impact of support on children\u2019s well-being. Monitoring should be conducted throughout programming to inform programme adjustments, including how to better reach particularly vulnerable groups of children, such as girls or disabled children. Close, continuous monitoring at the situational level is also essential, as the context will certainly change over time as issues relating to child recruitment and use, verification and release are complex and often unpredictable.Follow-up systems should be established to ensure post-programme support for reintegrating children. The reintegration process takes time and will usually not be completed within the period of the programme. Returning CAAFAG remain vulnerable to re-recruitment, social exclusion and poverty and will require ongoing support for several years. Regular follow-up should be seen as an important element of the continuum of care for children. Therefore, follow-up support is critical to an effective exit strategy, ensuring that programme gains in reintegration are safeguarded.Follow-up systems should be developed in close consultation with children and the community. They should focus on especially vulnerable children (e.g., girl mothers, those not reunited with their family, those with severe psychosocial issues and disabled children). Support measures should be informed by disaggregated monitoring to ensure accurate targeting. Follow- up systems should also be community-based but linked to national systems. This can be achieved, for example, by supporting child well-being assessments.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 42, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.5 Reintegration", - "Heading3": "8.5.10 Monitoring and follow-up", - "Heading4": "", - "Sentence": "After CAAFAG have returned to their families and communities, monitoring and follow-up is essential.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6786, - "Score": 0.707107, - "Index": 6786, - "Paragraph": "When DDR programmes are linked to security sector reform (SSR), the composition of the new national army may be tied to the number of members of each armed force and group (see IDDRS 6.10 on DDR and SSR). Children are often included in these figures. Negotiations on SSR and force reduction must include the release of all children. CAAFAG shall not be included in troop numbers because the presence of children is illegal and including them may encourage more recruitment of children in the period before negotiations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 43, - "Heading1": "8. Child-sensitive approaches to DDR", - "Heading2": "8.6 Security sector reform", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR programmes are linked to security sector reform (SSR), the composition of the new national army may be tied to the number of members of each armed force and group (see IDDRS 6.10 on DDR and SSR).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 6790, - "Score": 0.707107, - "Index": 6790, - "Paragraph": "Governments are bound by the CRC and guided by international standards and norms when dealing with children who are alleged to have, accused of having, or recognized as having infringed the penal law during the course of their association with an armed force or group. This is independent of the type of crime that is alleged to have been committed. In all cases, children shall be treated primarily as victims of human rights violations. Prosecution and judicial proceedings should only be used as a last resort, with emphasis instead on recovery and reintegration.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 43, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Governments are bound by the CRC and guided by international standards and norms when dealing with children who are alleged to have, accused of having, or recognized as having infringed the penal law during the course of their association with an armed force or group.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6794, - "Score": 0.707107, - "Index": 6794, - "Paragraph": "Children, as victims of recruitment and use, should not be deprived of their liberty, prosecuted, punished or threatened with prosecution or punishment solely for their membership in armed forces or groups, consistent with Article 8.7 of the Paris Principles. National laws that criminalize child association effectively criminalize the child\u2019s status (associated) which results from an adult\u2019s criminal conduct (recruitment and use), and that violates the human rights of the child. Such laws should not apply to children. In addition, as for adults, any expressions of support for particular groups, acts, or ideologies that do not rise to the level of legally defined crimes such as incitement to discrimination, hostility, or violence, or to committing terrorist acts, should not constitute criminal offenses. Under the convention on the rights of the child (Article 2) States Parties shall take all appropriate measures to protect children against discrimination or punishment on the basis of the status, activities, expressed opinions, or beliefs of their parents, legal guardians, or family members. Thus, children should not be interrogated as a suspect or prosecuted due to the actual or alleged affiliation of a family member. As part of the investigation of cases involving a child victim or witness, child victims or witnesses, their parents or guardians, legal representatives or a designated support person, should be promptly and adequately informed of their rights, availability of services and protection measures, and procedures in relation to any adult and/or juvenile justice processes, from their first contact with the justice process and throughout, to the extent feasible and consistent with the child\u2019s best interests.Any investigative action, including interviews with or examinations of the child, shall be conducted by professionals specially trained in dealing with children using a child-sensitive approach. All investigative actions shall be conducted in a suitable environment, in a language that the child uses and understands, and in the presence of the child\u2019s parent, legal guardian, legal representative, or designated support person.13To the extent possible, the repetition of interviews of child victims or witnesses should be minimized to prevent secondary victimization. The child\u2019s best interest and right to privacy must be considered in all actions (see also Section 6.3.1 Data Collection, and Section 9.5 Collecting testimonies from children).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 44, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.1 Children as victims", - "Heading3": "", - "Heading4": "", - "Sentence": "Children, as victims of recruitment and use, should not be deprived of their liberty, prosecuted, punished or threatened with prosecution or punishment solely for their membership in armed forces or groups, consistent with Article 8.7 of the Paris Principles.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 6803, - "Score": 0.707107, - "Index": 6803, - "Paragraph": "Under the CRC, States are required to establish a minimum age of criminal responsibility (MACR). The Committee on the Rights of the Child encouraged States to increase the MACR where possible, and not to lower it below 14 years of age, commending States that set a higher MACR such as 15 or 16 years of age. This is because children\u2019s brain development is still evolving during these years. Children under the MACR shall never be processed through the criminal justice system. Criminal accountability measures imposed on a child above the MACR shall consider the child\u2019s best interests, the child\u2019s age at the time of the commission of any alleged crime, the coercive environment under which the child may have been living, and any other mitigating circumstances, while simultaneously supporting the child\u2019s protection and reintegration. For all children, reintegration processes should be focused on addressing the root causes of their association and recovery, rather than punishment for any actions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 44, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.2 Minimum age of criminal responsibility", - "Heading3": "", - "Heading4": "", - "Sentence": "Under the CRC, States are required to establish a minimum age of criminal responsibility (MACR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6809, - "Score": 0.707107, - "Index": 6809, - "Paragraph": "Children over the MACR can be held accountable for criminal acts they may have committed, including terrorist offences, but only while respecting their rights, employing child-specific juvenile justice processes, and with their best interests as a primary consideration. Due consideration shall be given to their right to child-specific due process and minimum standards based on their age, needs and specific vulnerabilities, including for example, the right to legal representation, and protections against self-incrimination. Justice systems handling cases of children over the MACR should always also prioritize the child\u2019s best interests and recognize the long-term process for children to sustainably reintegrate. Any judicial proceedings for children shall respect internationally recognized juvenile justice and fair trial standards, with a focus on recovery and restorative justice in order to assist children\u2019s physical, psychological and social recovery.14 Where no separate juvenile justice system is in place, cases should be handled by civilian authorities who have special training in child-friendly procedures, rather than military or intelligence authorities. All judicial actions relating to children shall take place in the presence of the child\u2019s appointed legal representative or other appropriate assistance, whose role it is to protect the rights and interests of the child, and unless contrary to the best interests of the child, in the presence of the child\u2019s parents or legal guardians.The UN Standard Minimum Rules for the Administration of Juvenile Justice (\u2018The Beijing Rules\u2019) adopted by General Assembly resolution 40/33 in 1985 provide guidance for the arrest or detention of children. Children retain all the rights already covered for adults if arrested. The Beijing Rules require detention of children only as a last resort so that arrest, detention or imprisonment of children should be avoided whenever possible. This requirement is further supported through the CRC which provides an obligation under international law for States to ensure that \u201cno child shall be deprived of his or her liberty unlawfully or arbitrarily\u201d and that the \u201carrest, detention or imprisonment of a child shall be in conformity with the law and shall be used only as a measure of last resort and for the shortest appropriate period of time\u201d.15 As such when children are arrested and detained, their cases are to be given the highest priority and handled expeditiously to ensure the shortest possible period of detention prior to trial. States should ensure that accountability mechanisms are fully in line with international law related to juvenile justice.International child rights and juvenile justice standards require that alternatives to normal judicial proceedings in criminal courts should be applied, providing that human rights and legal safeguards are fully respected (CRC, Article 40[3b], Rule 11, \u2018Beijing Rules\u2019). For example, restorative justice \u2013 achieved through finding alternatives to criminal courts \u2013 involves the child offender understanding and taking responsibility for his/her actions with the goal of achieving reconciliation between the offender, the victim and the wider community through reparations. Such a procedure should ensure that the rights of the child are protected throughout. The child\u2019s participation in a restorative justice process shall be voluntary and preceded by informed consent (given by both the child and his/her parent or guardian). Measures to prevent the child from becoming distressed must be in place.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 45, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.3 Juvenile justice and child-specific due process and minimum standards", - "Heading3": "", - "Heading4": "", - "Sentence": "Children over the MACR can be held accountable for criminal acts they may have committed, including terrorist offences, but only while respecting their rights, employing child-specific juvenile justice processes, and with their best interests as a primary consideration.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6822, - "Score": 0.707107, - "Index": 6822, - "Paragraph": "Girl mothers in contact with the law should receive special consideration \u2013 such as consideration of mitigating circumstances in sentencing \u2013 and the rights of her child(ren) should be factored into judicial decisions. This may include allowing mothers to serve sentences at home, in order to respect the best interests of their children and maintain family unity. Specific interventions shall be developed to address the various challenges that girl mothers and their children may face. Any such interventions shall be based on the best interests of each child, in recognition of the detrimental impacts that family separation and deprivation of liberty have on children. Family unity should be maintained save in exceptional circumstances where the parent poses an immediate and actual harm to the child. Practitioners shall advocate with Governments for mothers under 18 years of age to have the right to confer their nationality onto their children,16 a right that protects their children from becoming stateless.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 45, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.3 Juvenile justice and child-specific due process and minimum standards", - "Heading3": "9.3.1 Girl mothers and their children", - "Heading4": "", - "Sentence": "Girl mothers in contact with the law should receive special consideration \u2013 such as consideration of mitigating circumstances in sentencing \u2013 and the rights of her child(ren) should be factored into judicial decisions.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6828, - "Score": 0.707107, - "Index": 6828, - "Paragraph": "DDR practitioners shall encourage the release and reintegration of CAAFAG at all times and without precondition. There is no exception to this rule for children associated with armed groups that have been designated as terrorist by the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities established pursuant to resolution 1267 (1999), 1989 (2011) and 2253 (2015) or by any other state or regional body.No matter the armed group involved and no matter the age, status or conduct of the child, all relevant provisions of international law, including human rights, humanitarian, and refugee law. This includes all provisions and standards previously discussed, including the Convention on the Rights of the Child and its Optional Protocols, all standards for justice for children, the Paris Principles and Guidelines, where applicable, and the Geneva Conventions. As with all CAAFAG, children associated with designated terrorist groups shall be treated primarily as victims and be afforded their right to be released and provide them with the reintegration and other support described in this module without discrimination (Optional Protocol to the Convention on the Rights of the Child, Articles 6(3) and 7(1) and the Paris Principles and Guidelines on Children Associated with Armed Forces and Armed Groups (Articles 3.11-3.13).Security Council resolution 2427 (2018) \u201c[s]trongly condemns all violations of applicable international law involving the recruitment and use of children by parties to armed conflict as well as their re-recruitment\u2026\u201d and \u201c\u2026all other violations of international law, including international humanitarian law, human rights law and refugee law, committed against children in situations of armed conflict and demands that all relevant parties immediately put an end to such practices and take special measures to protect children.\u201d (OP1) The Security Council also emphasizes the responsibility of states to end impunity \u201cfor genocide, crimes against humanity, war crimes and other egregious crimes perpetrated against children\u201d including their recruitment and use.17Children who have been recruited and used by terrorist groups are victims of violations of international law and have the same rights and protections as all children. Some children may also have committed crimes during their period of association. While children above the minimum age of criminal responsibility may be held accountable consistent with international law (see section 9.3), as victims of crime, these children should not face criminal charges for the mere fact of their association with a designated terrorist group or for activities that would not otherwise be criminal such as cooking, cleaning, or driving.18 Children whose parents, caregivers or family members are alleged to be associated with a designated terrorist group, also shall not be held accountable for the actions of their relatives nor shall they be excluded from measures or services that promote their physical and psychosocial recovery or reintegration.Security Council resolution 2427 (2018) stresses the need for States \u201cto pay particular attention to the treatment of children associated or allegedly associated with all non-state armed groups, including those who commit actors of terrorism, in particular by establishing standard operating procedures for the rapid handover of children to relevant civilian child protection actors\u201d (OP 19). It also urges Member States to mainstream child protection in all stages of DDR (OP24) and in security sector reforms (OP25), including through gender- and age-sensitive DDR processes, the establishment of child protection units in national security forces, and the strengthening of effective age assessment mechanisms to prevent underage recruitment. It stresses the importance of long-term sustainable reintegration for all boys and girls affected by armed conflict and working with communities to avoid stigmatization of children while facilitating their return in a way that enhances their wellbeing (OP 26).Children formerly under the control of UN designated terrorist groups, may be able to access refugee and asylum procedures depending on their individual situation and status (e.g., if they were forcibly recruited and trafficked across borders). All children and asylum seekers have a right to individual determinations to assess any claims they may have. For any child who asks for refugee or asylum status, the practitioner shall refer the child to the relevant UN entity or to a legal services provider. DDR practitioners shall not determine eligibility for asylum or refugee status.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 46, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.4 Children associated with armed groups designated by the UN as terrorist organizations", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall encourage the release and reintegration of CAAFAG at all times and without precondition.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6839, - "Score": 0.707107, - "Index": 6839, - "Paragraph": "Consistent with Article 40 of the CRC, any child suspected, accused, or convicted of having committed a terrorism-related offence or an offence against national security has the right to be treated in a manner consistent with international law and standards, including juvenile justice standards: \u201cProcedures employed should promote the child\u2019s dignity and worth and reinforce the child\u2019s respect for the human rights and fundamental freedoms of others. It should take into account the child\u2019s age and the desirability of promoting the child\u2019s reintegration and the child\u2019s assuming a constructive role in society.\u201d19 In addition, if a state seeks to hold a child accountable for criminal acts alleged to have been committed while under the control of an armed group, courts and service providers should account for the child\u2019s experience and the coercive environment under which the child was living or forced to act when determining both criminal responsibility and the services or support that a child may need. In all decisions, the child\u2019s best interests shall be a primary consideration, \u201ceven when the child\u2019s interests may conflict with the State\u2019s perceived security interests.\u201d20Any child allegedly associated with an armed group should be treated primarily as a victim. In this regard, irrespective of considerations of their legal responsibility with regard to any alleged offence defined as terrorist and/or a threat to national security under national legislation, children shall be afforded the rights set forth by the international legal framework related to child victims. Any child associated with an armed group and who is or has been suspected, charged or convicted of a terrorism related offence or is deprived of his or her liberty as a result, shall be treated in accordance with international law and internationally recognized juvenile justice standards, including the right to legal representation and the right to appeal. In case such a child is released from detention, the child shall be provided with required reintegration assistance and be part of the overall reintegration programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 47, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.4 Children associated with armed groups designated by the UN as terrorist organizations", - "Heading3": "9.4.1 Justice for children allegedly accused of terrorism-related offences", - "Heading4": "", - "Sentence": "Consistent with Article 40 of the CRC, any child suspected, accused, or convicted of having committed a terrorism-related offence or an offence against national security has the right to be treated in a manner consistent with international law and standards, including juvenile justice standards: \u201cProcedures employed should promote the child\u2019s dignity and worth and reinforce the child\u2019s respect for the human rights and fundamental freedoms of others.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6845, - "Score": 0.707107, - "Index": 6845, - "Paragraph": "As with all decisions involving children, the best interests of the child shall be a primary consideration when determining if a child should give information or testimony; however, under no circumstances shall a child be compelled to give testimony or a statement against himself or herself. Protective rules shall be established when collecting testimonies from children through justice mechanisms, a truth and reconciliation commission or the International Criminal Court. It is essential to protect the identity of child witnesses, to not require children to relive traumatic experiences as they testify, and to make it clear in criminal cases that their testimony may or may not succeed in convicting the accused, so that they do not have unrealistic expectations. Social support, such as psychological support, to facilitate this engagement should be provided at all times according to specific needs. Testimonies shall only be gathered once the child has given informed consent. The process should be explained in child-friendly language (in the language of the child), and, where possible, and if not contrary to the child\u2019s best interest, a parent or guardian should support the child in giving informed consent.21", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 48, - "Heading1": "9. Criminal responsibility and accountability", - "Heading2": "9.5 Collecting testimonies from children", - "Heading3": "", - "Heading4": "", - "Sentence": "As with all decisions involving children, the best interests of the child shall be a primary consideration when determining if a child should give information or testimony; however, under no circumstances shall a child be compelled to give testimony or a statement against himself or herself.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6851, - "Score": 0.707107, - "Index": 6851, - "Paragraph": "Often children do not have civil registration documents showing their birth or age. However, because it is a breach of international humanitarian law, human rights law and international criminal law to recruit children under 15 years old anywhere, and to allow any child to take part in hostilities, and because children are entitled to special protections and support, it may be important to determine whether an individual is below age 18. Reintegration and child DDR generally are designed to ensure appropriate support to children under age 18, with no difference in definition, and regardless of the legal age of recruitment or other definitions or age of a child locally.It is important to manage the identification and separation of children from adults in a coordinated way during demobilization, and throughout DDR. Failure to do so may lead to serious unintended consequences, such as the re-recruitment of children, children claiming to be adults, and adults claiming to be children.To determine a child\u2019s age, the following are general principles: \\n If in doubt, assume the person is below 18. \\n Identification should take place as early as possible to allow them to access age-appropriate services. \\n Identification must occur before disarmament. \\n A child protection actor should be given access to disarmament sites to identify children. \\n Children should be immediately informed that they are entitled to support so that they are less likely to try to identify as adults.Considerations: \\n Interviews should be confidential. \\n Identification of children should take place before any other identification processes. \\n Children should be required to show that they can use a weapon (this is because they may have been used in a non-combat role). \\n During negotiations, children should not be counted in the number of armed forces or group (this is to avoid incentivizing child recruitment to inflate numbers). \\n The role that a person plays in the armed group should have no effect of the determination of whether the person is a child.For practitioners who are handling demobilization, Age Assessment: A Technical Note (2013) gives more detailed information on age determinations and includes the following core standards: \\n 1) An age assessment should only be requested when it is in the best interests of the child. \\n 2) Children should be given relevant information about the age assessment procedure \\n 3) Informed consent must be sought from the person whose age is being assessed before the assessment begins. \\n 4) Age assessments should only be a measure of last resort and be initiated only if a serious doubt about the person\u2019s age exists. \\n 5) Age assessments should be applied without discrimination. \\n 6) An unaccompanied or separated child should have a guardian appointed to support them through the age assessment procedure. \\n 7) Assessments must follow the least intrusive method, which upholds the dignity and physical integrity of the child at all times, and be gender and culturally appropriate \\n 8) Where there is a margin of error, this margin should be applied in favour of the child. \\n 9) Age assessments should take an holistic approach. \\n 10) A means of challenging the age determination should exist if the child wishes to contest the outcome of the assessment. \\n 11) Age assessments should only be undertaken by independent and appropriately skilled practitioners.The checklist to determine the age includes: \\n\\n Pre-procedure: \\n Undertake an age assessment only when relevant actors have serious doubts about the stated age of the child; ensure that the assessment is not being initiated as a routine or standard procedure. Is the procedure really necessary? \\n Plan any physical examination only as a measure of last resort to take place only when all other attempts e.g., the gathering of documentary evidence, interviewing the child, etc., have failed to establish age. Is a physical examination the only method of assessing age? \\n Secure informed consent to conduct the age assessment from the child or the guardian. It is extremely unlikely that genuine informed consent can be forthcoming at a time of \u2018crisis\u2019 and consent should only be sought when a child has had time to recover from traumatic or unsettling episodes \u2013 this may take considerable time in some instances. In circumstances where there is no consent, it cannot be used against the person and the person should be considered a child. Has the child given informed consent to a physical examination? \\n\\n During the Procedure \\n Conduct any age assessment procedure using a multi-disciplinary approach that draws on a range of appropriately skilled professionals and not solely on a physical examination. Is a range of approaches being used in the age assessment? \\n When selecting professionals to conduct an age assessment, select only those without a vested interest in the outcome, and who are independent from any agencies and actors that would provide services or support to the child or who would become responsible for the child if they are assessed as being a child. Are the professionals engaged in the assessment independent? \\n Subject to the wishes of the child, support him or her throughout the process of assessment, including by informing the child in a language he or she understands, and providing a guardian, legal or other representative to accompany them during the entire process. Is the child supported throughout the process? \\n Develop and conduct the age assessment process in a culturally and gender sensitive way using practitioners who are fully familiar with the child\u2019s cultural and ethnic background. Is the assessment sensitive to cultural and gender needs? \\n Protect the child\u2019s bodily integrity and dignity at every stage of the process. Is the process free from humiliation, discrimination, or other affront? \\n Conduct the age assessment in an environment that is safe for children, which supports their needs and is child appropriate. Is the process consistent with child safeguarding principles and child-friendly? \\n\\n Post procedure \\n Provide any services and support relevant to the outcome of the assessment without delay. What services and support are required to address the person\u2019s identified needs? \\n If any doubt remains about the age of the child, ensure that this is applied to the advantage of the child. Has any doubt about the child\u2019s age been resolved in favor of the child? \\n As promptly as is reasonably practical, explain the outcome and the consequences of the outcome to the child. Have the outcome and its consequences been explained? \\n Inform the child of the ways that he or she can challenge a decision which they disagree with. Has the child been informed of his or her rights to challenge the decision?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 48, - "Heading1": "Annex B: Determining a child\u2019s age", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Often children do not have civil registration documents showing their birth or age.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6898, - "Score": 0.707107, - "Index": 6898, - "Paragraph": "Interim care centres (ICCs), sometimes referred to as transit centres, are not a necessary step in all DDR situations. Indeed, in the view of many protection agencies, an ICC may delay the reunification of children with their families and communities, which should happen as soon as possible. Nevertheless, while in some circumstances immediate reunification and support can occur, in others a centre can provide a protected temporary environment before family reunification.Other advantages to ICCs include that they provide the necessary space and time to carry out family tracing and verification; they provide a secure space in an otherwise insecure context before reunification, and gradual reunification when necessary; they allow medical support, including psychosocial support, to be provided; they provide additional time to children to cut their links with the military; and they provide an opportunity for pre-discharge awareness- raising/sensitization.Guiding principles and implementation strategies \\n The decision to open a centre should be based on the following conditions: The level of insecurity in community of origin; \\n The level of success in tracing the child\u2019s family or primary caregiver; \\n The level of medical assistance and follow-up required before integration; and \\n The level of immediate psychosocial support required before reintegration.Management guidelines for Interim Care Centres \\n\\n The following management guidelines apply: \\n Child protection specialists, not military or other actors should manage the centres. \\n Children should only stay a limited amount of time in ICCs, and documentation and monitoring systems should be established to ensure that the length of stay is brief (weeks not months). \\n At the end of their stay, if family reunification is not feasible, provision should be made for children to be cared for in other ways (in foster families, extended family networks, etc.). Systems should be established to protect children from abuse, and a code of conduct should be drawn up and applied. An adequate number of male and female staff should be available to deal with the differing needs of boys and girls. \\n Staff should be trained in prevention of and response to gender-based violence and exploitation involving children, norms of confidentiality, child psychosocial development, tracing and reunification. \\n ICCs should only accommodate children under 18. Some flexibility can be considered, based on the best interests of the child, e.g., in relation to girl mothers with infants and children or on medical grounds, on a case-by-case basis. In addition, young children (under 14) should be separated from adolescents in order to avoid any risk of older children abusing younger ones. \\n Sanitation and accommodation facilities should separate girls from boys and be sensitive to the needs of infants and girl mothers. \\n ICCs should be located at a safe distance from conflict and recruitment areas; external access to the centre should be controlled. (For example, entry of adult combatants and fighters and the media can be disruptive, and can expose children to additional risks.) Security should be provided by peacekeepers or neutral forces.Activity guidelines \\n\\n Tracing, verification, reunification and monitoring should be carried out. \\nTemporary care should take place within a community-based tracing and reintegration programme to assist the return of children to their communities (including community outreach), and to encourage the protection and development of war-affected children in general. Experience has showed that when only care is offered, centres present a risk of children becoming \u2018institutionalized\u2019 and dependent. \\nHealth check-ups and specialized health services should be provided when necessary (e.g., reproductive health and antenatal services, diagnosis of sexually transmitted infections, voluntary and confidential HIV testing with appropriate psychosocial support, and health care for nutritional deficiencies and war-related injuries). \\nBasic psychosocial counselling should be provided, including help to overcome trauma and develop self-esteem and life skills. \\nInformation and guidance should be provided on the reintegration opportunities available. \\nActivities should focus on restoring the social norms and routines of civilian life; age- and gender-appropriate sports, cultural and recreational activities should be provided. \\nCommunity sensitization should be carried out before the child\u2019s arrival. \\nFormal education or training activities should not be provided at the ICC; however, literacy testing can be conducted. \\nCommunities near the ICC should be sensitized about the ICC\u2019s role. Children in the centres should be encouraged to participate in community activities to encourage trust. During temporary care, peace education should be part of everyday life as well as the formal programmes, and cover key principles, objectives, and values related to the non-violent resolution of conflict.Additional Resources: \\n United Nations Guidelines for Alternative Care, A/Res/64/142 (24 Feb 2010) \\n Care in Emergencies Toolkit, Interagency Working Group on Unaccompanied and Separated Children (2013). \\n Field Handbook on Unaccompanied and Separated Children, Alliance for Child Protection in Humanitarian Action (2016) \\n Toolkit on Unaccompanied and Separated Children, Alliance for Child Protection in Humanitarian Action (2017) \\n Child Safeguarding Standards and How to Implement Them, Keeping Children Safe (2014) \\n Protection from Sexual Exploitation and Abuse Task Force online resources \\n Guidelines for Justice in Matters involving Child Victims and Witnesses of Crime (2009).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.20-Children-and-DDR", - "Module": "Children and DDR", - "PageNum": 51, - "Heading1": "Annex C: Management guidelines for interim care centres", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Interim care centres (ICCs), sometimes referred to as transit centres, are not a necessary step in all DDR situations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7758, - "Score": 0.707107, - "Index": 7758, - "Paragraph": "This module is intended to assist operators and managers from other sectors who are involved in disarmament, demobilization and reintegration (DDR), as well as health practitioners, to understand how health partners, like the World Health Organization (WHO), United Nations (UN) Population Fund (UNFPA), Joint UN Programme on AIDS (UNAIDS), Inter- national Committee of the Red Cross (ICRC) and so on, can make their best contribution to the short- and long-term goals of DDR. It provides a framework to support cooperative decision-making for health action rather than technical advice on health care needs. Its intended audiences are generalists who need to be aware of each component of a DDR pro- cess, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contextualize their technical expertise. Because of its close interconnections with these areas, the module should be read in conjunction with IDDRS 5.60 on HIV/AIDS and DDR and IDDRS 5.50 on Food Aid Programmes in DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module is intended to assist operators and managers from other sectors who are involved in disarmament, demobilization and reintegration (DDR), as well as health practitioners, to understand how health partners, like the World Health Organization (WHO), United Nations (UN) Population Fund (UNFPA), Joint UN Programme on AIDS (UNAIDS), Inter- national Committee of the Red Cross (ICRC) and so on, can make their best contribution to the short- and long-term goals of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7762, - "Score": 0.707107, - "Index": 7762, - "Paragraph": "This module is intended to assist operators and managers from other sectors who are involved in DDR, as well as health practitioners, to understand how health partners can make their best contribution to the short- and long-term goals of DDR. It provides a framework to support decision-making for health actions. The module highlights key areas that deserve attention and details the specific challenges that are likely to emerge when operating within a DDR framework. It cannot provide a response to all technical problems, but it provides technical references when these are relevant and appropriate, and it assumes that managers, generalists and experienced health staff will consult with each other and coordinate their efforts when planning and implementing health programmes.As the objective of this module is to provide a platform for dialogue in support of the design and implementation of health programmes within a DDR framework, there are two intended audiences: generalists who need to be aware of each component of a DDR process, including health actions; and health practitioners who, when called upon to support the DDR process, might need some basic guidance and reference on the subject to help contex- tualize their technical expertise.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module is intended to assist operators and managers from other sectors who are involved in DDR, as well as health practitioners, to understand how health partners can make their best contribution to the short- and long-term goals of DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7766, - "Score": 0.707107, - "Index": 7766, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20. In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7770, - "Score": 0.707107, - "Index": 7770, - "Paragraph": "This module consolidates the lessons learned by WHO and its partners, including UNFPA, UNAIDS, ICRC, etc., in supporting DDR processes in a number of countries. UN technical agencies play a supportive role within a DDR framework, and WHO has a specific respon- sibility as far as health is concerned. The exact nature of this role may change in different situations, ranging from standards-setting to direct operational responsibilities such as con- tracting with and supervising non-governmental organizations (NGOs) delivering health care and health-related activities in assembly areas and demobilization sites, negotiating with conflicting parties to implement health programmes, and supporting the provision of health equipment and services in transit/cantonment areas.The priority of public health partners in DDR is: \\n to assess health situations and monitor levels of risk; \\n to co-ordinate the work of health actors and others whose activities contribute to health (e.g., food programmes); \\n to provide \u2014 or to ensure that others provide \u2014 key health services that may be lacking in particular contexts where DDR programmes are operating; \\n to build capacity within national authorities and civil society.Experience shows that, even with the technical support offered by UN and partner agencies, meeting these priorities can be difficult. Both in the initial demobilization phase and afterwards in the reintegration period, combatants, child soldiers, women associated with armed forces and groups, and their dependants may present a range of specific needs to which the national health sector is not always capable of responding. While the basic mech- anisms governing the interaction between individuals and the various threats to their health are very much the same anywhere, what alters is the environment where these interactions take place, e.g., in terms of epidemiological profile, security and political context. In each country where a DDR process is being implemented, even without considering the different features of each process itself, a unique set of health needs will have to be met. Nonetheless, some general lessons can be drawn from the past: \\n In DDR processes, the short-term planning that is part of humanitarian interventions also needs to be built into a medium- to long-term framework. This applies to health as well as to other sectors;1 \\n A clear understanding of the various phases laid out in the peace process in general and specified for DDR in particular is vital for the appropriate timing, delivery and targeting of health activities;2 \\n The capacity to identify and engage key stakeholders and build long-term capacity is essential for coordination, implementation and sustainability.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module consolidates the lessons learned by WHO and its partners, including UNFPA, UNAIDS, ICRC, etc., in supporting DDR processes in a number of countries.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7778, - "Score": 0.707107, - "Index": 7778, - "Paragraph": "Health action should always prioritize basic preventive and curative care to manage the entire range of health threats in the geographical area, and deal with the specific risks that threaten the target population. Health action within a DDR process should apply four key principles: \\n Principle 1: Health programmes/actions that are part of DDR should be devised in coordi- nation with plans to rehabilitate the entire health system of the country, and to build local and national capacity; and they should be planned and implemented in cooperation and consultation with the national authorities and other key stakeholders so that resources are equitably shared and the long-term health needs of former combatants, women associated with armed groups and forces, their family members and communities of reintegration are sustainably met; \\n Principle 2: Health programmes/actions that are part of DDR should promote and respect ethical and internationally accepted human rights standards; \\n Principle 3: Health programmes/actions that are part of DDR should be devised after careful analysis of different needs and in consultation with a variety of representatives (male and female, adults, youth and children) of the various fighting factions; and services offered during demobilization should specifically deal with the variety of health needs presented by adult and young combatants and women associated with armed groups and forces; \\n Principle 4: In the reintegration part of DDR, as an essential component of community- based DDR in resource-poor environments, health programmes/actions should be open to all those in need, not only those formerly associated with armed groups and forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Health action should always prioritize basic preventive and curative care to manage the entire range of health threats in the geographical area, and deal with the specific risks that threaten the target population.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7780, - "Score": 0.707107, - "Index": 7780, - "Paragraph": "DDR programmes result from political settlements negotiated to create the political and legal system necessary to bring about a transition from violent conflict to stability and peace. To contribute to these political goals, DDR processes use military, economic and humani- tarian \u2014 including health care delivery \u2014 tools.Thus, humanitarian work carried out within a DDR process is implemented as part of a political framework whose objectives are not specifically humanitarian. In such a situation, tensions can arise between humanitarian principles and the establishment of the overall political\u2013strategic crisis management framework of integrated peace-building missions, which is the goal of the UN system. Offering health services as part of the DDR process can cause a conflict between the \u2018partiality\u2019 involved in supporting a political transition and the \u2018im- partiality\u2019 needed to protect the humanitarian aspects of the process and humanitarian space.3It is not within the scope of this module to explore all the possible features of such tensions. However, it is useful for personnel involved in the delivery of health care as part of DDR processes to be aware that political priorities can affect operations, and can result in tensions with humanitarian principles. For example, this can occur when humanitarian programmes aimed at combatants are used to create an incentive for them to \u2018buy in\u2019 to the peace process.4", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 3, - "Heading1": "5. Health and DDR", - "Heading2": "5.1. Tensions between humanitarian and political objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes result from political settlements negotiated to create the political and legal system necessary to bring about a transition from violent conflict to stability and peace.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7786, - "Score": 0.707107, - "Index": 7786, - "Paragraph": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities. Similarly, it must be clearly understood which national or international institutions will lead each aspect or phase of health care delivery within DDR, and the coordination mechanism needed to streamline delivery. Operationally, deciding on the tim- ing and targeting of health interventions requires two things to be done.First, an analysis of the political and legal terms and arrangements of the peace proto- col and the specific nature of the situation on the ground should be carried out as part of the general assessment that will guide and inform the planning and implementation of health activities. For appropriate planning to take place, information must be gathered on the expected numbers of combatants, associates and dependants involved in the process; their gender- and age-specific needs; the planned length of the demobilization phase and its location (demobilization sites, assembly areas, cantonment sites, or other); and local capa- cities for the provision of health care services.Key questions for the pre-planning assessment: \\n What are the key features of the peace protocols? \\n Which actors are involved? \\n How many armed groups and forces have participated in the peace negotiation? What is their make-up in terms of age and sex? \\n Are there any foreign troops (e.g., foreign mercenaries) among them? \\n Does the peace protocol require a change in the administrative system of the country? Will the health system be affected by it? \\n What role did the UN play in achieving the peace accord, and how will agencies be deployed to facilitate the implementation of its different aspects? \\n Who will coordinate the health-related aspects of integrated, inter-agency DDR efforts (ministry of health, WHO, medical services of peacekeeping mission, UNFPA, food agencies such as the \\n World Food Programme [WFP], implementing partners, etc.)? Who will set up the UN coordinating mechanism, division of responsibilities, etc., and when? \\n What national steering bodies/committees for DDR are planned (joint commission, transitional government, national commission on DDR, working groups, etc.)? \\n Who are the members and what is the mandate of such bodies? \\n Is the health sector represented in such bodies? Should it be? \\n Is assistance to combatants set out in the peace protocol, and if so, what plans have been made for DDR? \\n Which phases in the DDR process have been planned? \\n What is the time-frame for each phase? \\n What role, if any, can/should the health sector play in each phase?Second, the health sector should be represented in all bodies established to oversee DDR from the earliest stages of the process possible. Early inclusion is essential if the guiding principles described above are to be applied in practice during operations. In particular: \\n It can ensure that public health concerns are taken into account when key planning decisions are made, e.g., on the selection of locations for pick-up points or other assembly/transit areas, on the level of services that will be established there, and on the best way of dealing with different health needs; \\n It can advocate in favour of vulnerable groups; \\n It will establish a political, legislative and administrative link with national authorities, which is necessary to create the space for health actions in the short and medium/long term. For example, appropriate support for the health needs of specific groups, such as girl mothers or the war-disabled, can be provided only if the appropriate legislative/ administrative frameworks have been set up and capacity-building begun; \\n It will reduce the risk of creating ad hoc health services for former combatants, women associated with armed groups and forces, dependants and the communities to which they return. Health programmes in support of a DDR process can be highly visible, but they are seldom more than a limited part of all the health-related activities taking place in a country during a transition period; \\n Careful cooperation with health and relevant non-health national authorities can result in the establishment of health programmes that start out in support of demobilization, but later, through coordination with the overall rehabilitation of the country strategy for the health sector, become a sustainable asset in the reintegration period and beyond; \\n It can bring about the adoption at national level of specific health guidelines/protocols that are equitable, affordable by and accessible to all, and gender- and age-responsive.It should be seen as a priority to encourage the collaboration of international and national health staff in all areas of health-related work, as this increases local ownership of health activities and builds capacity.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 4, - "Heading1": "5. Health and DDR", - "Heading2": "5.2. Linking health action to DDR and the peace process", - "Heading3": "", - "Heading4": "", - "Sentence": "A good understanding of the various phases of the peace process in general, and of how DDR in particular will take place over time, is vital for the appropriate timing and targeting of health activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7811, - "Score": 0.707107, - "Index": 7811, - "Paragraph": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated. The extent of the contribution of health activities in each phase increases steadily, from assess- ment and planning to the actual delivery of health services. Health services, in turn, will evolve: starting by focusing on immediate, life-threatening conditions, they will at a later stage be required to support ex-combatants and those associated with them when they return to civilian life and take up civilian jobs as a part of reintegration.Figure 1 provides a simplified image of the general direction in which the health sector has to move to best support a DDR process. Clearly, health actions set up to meet the specific needs of the demobilization phase, which will only last for a short period of time, must be planned as only the first steps of a longer-term, open-ended and comprehensive reintegra- tion process. In what follows, some of the factors that will help the achievement of this long-term goal are outlined.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.3. Health and the sequencing of DDR processes", - "Heading3": "", - "Heading4": "", - "Sentence": "The different aspects of DDR processes \u2014 disarmament, demobilization and reintegration \u2014 may not necessarily follow a fixed chronological order, and are closely interrelated.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7816, - "Score": 0.707107, - "Index": 7816, - "Paragraph": "The geography of the country/region in which the DDR operation takes place should be taken into account when planning the health-related parts of the operation, as this will help in the difficult task of identifying the stakeholders and the possible partners that will be involved, and to plan the network of fixed structures and outreach circuits designed to cater for first health contact and/or referral, health logistics, etc., all of which have to be organized at local, district, national or even international (i.e., possibly cross-border) levels.Health activities in support of DDR processes must take into account the movements of populations within countries and across borders. From an epidemiological point of view, the mass movements of people displaced by conflict may bring some communicable diseases into areas where they are not yet endemic, and also speed up the spread of outbreaks of diseases that can easily turn into epidemics. Thus, health actors need to develop appropriate strategies to prevent or minimize the risk that these diseases will propagate and to allow for the early detection and containment of any possible epidemic resulting from the popula- tion movements. Those whom health actors will be dealing with include former combatants, associates and dependants, as well as the hosting communities in the transit areas and at the final destinations.In cases where foreign combatants will be repatriated, cross-border health strategies should be devised in collaboration with the local health authorities and partner organizations in both the sending and receiving countries (also see IDDRS 5.40 on Cross-border Popula- tion Movements).Figure 2 shows the likely movements of combatants and associates (and often their dependants) during a DDR process. It should be noted that the assembly/cantonment/ transit area is the most important place (and probably the only place) where adult combat- ants come into contact with health programmes designed in support of the DDR process, because both before and after they assemble here, they are dispersed over a wide area. Chil- dren should receive health assistance at interim care centres (ICCs) after being released from armed groups and forces. Before and after the cantonment/transit period, combatants, associates and their dependants are mainly the responsibility of the national health system, which is likely to be degraded and in need of systematic, long-term support in order to do its work.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 5, - "Heading1": "5. Health and DDR", - "Heading2": "5.4. Health and the geographical dimensions of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "The geography of the country/region in which the DDR operation takes place should be taken into account when planning the health-related parts of the operation, as this will help in the difficult task of identifying the stakeholders and the possible partners that will be involved, and to plan the network of fixed structures and outreach circuits designed to cater for first health contact and/or referral, health logistics, etc., all of which have to be organized at local, district, national or even international (i.e., possibly cross-border) levels.Health activities in support of DDR processes must take into account the movements of populations within countries and across borders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7823, - "Score": 0.707107, - "Index": 7823, - "Paragraph": "The overall goal of health action is to reduce avoidable illness and death. In the context of DDR, this requires that the health programmes focus on providing: \\n basic, preventive and curative, specifically designed and good-quality health care that is easily accessible at every stage of the process \u2014 in any transit stations, in demobili- zation/cantonment/assembly camps if they are used, in ICCs for children, and in the communities where combatants will live once they are demobilized; \\n basic health care, including reproductive health care and psychosocial care, that is appropriate to the different needs of men, women, youth, girls and boys going through DDR. This service needs to be supported by effective referral systems and emergency back-up systems, e.g., to control outbreaks of infectious diseases or deal with immediate, life-threatening mental trauma. Health information and advice must be made available in language that can be understood by the different groups for which the health care is designed; \\n training of camp managers on health-related matters, e.g., on the construction of appro- priate areas for the registration and protection of vulnerable groups, the provision of food appropriate to different needs (e.g., for the sick, and for nursing mothers, infants and small children), problems with drug and alcohol addiction, water, shelter, sanita- tion, supplies of items needed for hygiene (soap, buckets), and fuel. Women and girls will need specific assistance to meet their hygiene needs, including menstrual supplies and clean birthing kits.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "6. Operational objectives for the health sector in the DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The overall goal of health action is to reduce avoidable illness and death.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7828, - "Score": 0.707107, - "Index": 7828, - "Paragraph": "The health sector has three main areas of responsibility during the planning phase: (1) to assess the epidemiological profile in the areas and populations of interest; (2) to assess exist- ing health resources; and (3) to advise on public health concerns in choosing the sites where combatants, women associated with armed groups and forces and/or dependants will be assembled. Planning to meet health needs should start as early as possible and should be constantly updated as the DDR process develops.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The health sector has three main areas of responsibility during the planning phase: (1) to assess the epidemiological profile in the areas and populations of interest; (2) to assess exist- ing health resources; and (3) to advise on public health concerns in choosing the sites where combatants, women associated with armed groups and forces and/or dependants will be assembled.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7830, - "Score": 0.707107, - "Index": 7830, - "Paragraph": "Three key questions must be asked in order to create an epidemiological profile: (1) What is the health status of the targeted population? (2) What health risks, if any, will they face when they move during DDR processes? (3) What health threats might they pose, if any, to local communities near transit areas or those in which they reintegrate?Epidemiological data, i.e., at least minimum statistics on the most prevalent causes of illness and death, are usually available from the national health authorities or the WHO country office. These data are usually of poor quality in war-torn countries or those in transi- tion into a post-conflict phase, and are often outdated. However, even a broad overview can provide enough information to start planning.Assess the risks and plan accordingly.5 Information that will be needed includes: \\n the composition of target population (age and sex) and their general health status; \\n the transit sites and the health care situation there; \\n the places to which former combatants and the people associated with them will return and the capacity to supply health services there.ore detailed and updated information may be available from NGOs working in the area or the health services of the armed forces or groups. If possible, it should come from field assessments or rapid surveys.6 The following guiding questions should be asked: \\n What kinds of population movements are expected during the DDR process (not only movements of people associated with armed forces and groups, but also an idea of where populations of refugees and internally displaced persons might intersect/interact with them in some way)? \\n What are the most prevalent health hazards (e.g., endemic diseases, history of epidem- ics) in the areas of origin, transit and destination? \\n What is the size of groups (women combatants and associates, child soldiers, disabled people, etc.) with specific health needs? \\n Are there specific health concerns relating to military personnel, as opposed to the civil- ian population?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 7, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.1. Assessing epidemiological profiles", - "Heading3": "", - "Heading4": "", - "Sentence": "Three key questions must be asked in order to create an epidemiological profile: (1) What is the health status of the targeted population?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7840, - "Score": 0.707107, - "Index": 7840, - "Paragraph": "After the completion of an assessment of the health needs to be met in a crisis, the capacity of the system to meet these needs should be examined. It is necessary to identify the system\u2019s main weaknesses and to make improvements so that they do not endanger the success of the DDR process.7The following information is needed: \\n What is the location and state of existing health infrastructure? What can be done to upgrade it quickly, if necessary? \\n Do adequate storage facilities for health supplies exist nearby? \\n Is there an adequate communications infrastructure/system with a good flow of information? \\n What human resources are there (numbers, qualification and experience levels, and geographical distribution)? \\n Where is the closest humanitarian and/or health organization? Is it ready to participate or offer support? Who will coordinate efforts? \\n What material resources, including supplies, equipment and finances, have been established? \\n What is the state of support systems, including transport, energy, logistics and admin- istration?After answering these questions and assessing the situation, it is possible to identify important gaps in the health system and to start taking steps to support the DDR process (e.g., rehabilitating a health centre in an area where troops will be assembled), and to identify stakeholders \u2014 national and international \u2014 who can form partnerships with the health sector.When relevant and possible, the level of health expertise within armed groups and forces should be assessed to start identifying people who can be trained during the demo- bilization phase. Health expertise should be understood in a wide sense to include, when this is relevant and appropriate, traditional practitioners, and combatants and associates who have experience of health work, even without formal education and training, provided that appropriate supervision is guaranteed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 8, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.2. Assessment of health resources", - "Heading3": "", - "Heading4": "", - "Sentence": "After the completion of an assessment of the health needs to be met in a crisis, the capacity of the system to meet these needs should be examined.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7852, - "Score": 0.707107, - "Index": 7852, - "Paragraph": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design. International humanitarian standards on camp design should apply, and gender-specific requirements should be taken into account (e.g., security, rape prevention, the provision of female-specific health care assistance). As a general rule, the area must conform with the Sphere standards for water supply and sanitation, drainage, vector control, etc. Locations and routes for medical and obstetric emergency referral must be pre-identi- fied, and there should be sufficient capacity for referral or medical evacuation to cater for any emergencies that might arise, e.g., post-partum bleeding (the distance to the nearest health facility and the time required to get there are important factors to consider here).When combatants are housed in military barracks or public buildings are restored for this purpose, these should also be assessed in terms of public health needs. Issues to con- sider include basic sanitary facilities, the possibility of health referrals in the surrounding area, and so on.If nearby health facilities are to be rehabilitated or new facilities established, the work should fit in with medium- to long-term plans. Even though health care will be provided for combatants, associates and dependants during the DDR process only for a short time, facilities should be rehabilitated or established that meet the requirements of the national strategy for rehabilitating the health system and provide the maximum long-term benefit possible to the general population.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "7. The role of the health sector in the planning process", - "Heading2": "7.3. Support in the identification of assembly areas", - "Heading3": "", - "Heading4": "", - "Sentence": "When assembly areas or cantonment sites are established to carry out demobilization and disarmament, health personnel should help with site selection and provide technical advice on site design.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7858, - "Score": 0.707107, - "Index": 7858, - "Paragraph": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for). In all cases, at least the following must be guaranteed: a medical screening on first contact, ongoing access to health care and outbreak control. Supplementary or therapeutic feeding and other specific care should be planned for if pregnant or lactating women and girls, children or infants, and chronically ill patients are expected at the site.8Skilled workers, supplies, equipment and infrastructures will be needed inside, or within a very short distance from, the assembly area (within a maximum of one kilometre), to deliver, on a routine basis: (1) medical screening of newcomers; (2) basic health care; and, if necessary, (3) therapeutic feeding. Coordination with local health authorities and other sectors will ensure the presence of the necessary systems for medical evacuation, early detection of and response to disease outbreaks, and the equitable catering for people\u2019s vital needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 9, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The concrete features of a DDR health programme will depend on the nature of a specific situation and on the key characteristics of the demobilization process (e.g., how long it is planned for).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7862, - "Score": 0.707107, - "Index": 7862, - "Paragraph": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs. Depending on location, health activities will normally include some or all of the following: \\n providing medical screening and counselling for combatants and dependants; \\n establishing basic preventive and curative health services. \\n Priority should go to acute and infectious conditions (typically malaria); however, as soon as possible, measures should also be set in place for chronic and non-infectious cases (e.g., tuberculosis and diabetes, or epilepsy) and for voluntary testing and counselling services for sexually transmitted infections (STIs), including HIV/AIDS; \\n establishing a referral system that can cover medical, surgical and obstetric emergencies, as well as laboratory confirmation at least for diseases that could cause epidemics; \\n adopting and adapting national standard protocols for the treatment of the most common diseases;9 \\n establishing systems to monitor potential epidemiological/nutritional problems within assembly areas, barracks, camps for dependants, etc. with the capacity for early warning and outbreak response; \\n providing drugs and equipment including a system for water quality control and bio- logical sample management; \\n organizing public health information campaigns on STIs (including HIV/AIDS), water- borne disease, sanitation issues such as excreta disposal, food conservation and basic hygiene (especially for longer-term cantonment); \\n establishing systems for coordination, communication and logistics in support of the delivery of preventive and curative health care; \\n establishing systems for coordination with other sectors, to ensure that all vital needs and support systems are in place and functioning.Whenever people are grouped together in a temporary facility such as a cantonment site, there will be matters of specific concern to health practitioners. Issues to be aware of include: \\n Chronic communicable diseases: Proper compliance with anti-TB treatment can be difficult to organize and sustain, but it should be considered a priority; \\n HIV/AIDS: Screening of soldiers should be voluntary and carried out after combatants are given enough information about the screening process. The usefulness of screening when the system is not able to respond adequately (by providing anti-retroviral therapy and proper follow-up) should be carefully thought out. Combatants have the right to the confidentiality of the information collected;10 \\n Violence/injury prevention: Cantonment is a strategy for reducing violence, because it aims to contain armed combatants until their weapons can be safely removed. However, there is a strong likelihood of violence within cantonment sites, especially when abducted women or girls are separated from men. Specific care should be taken to avoid all pos- sible situations that might lead to sexual violence; \\n Mental health, psychosocial support and substance abuse:11 While cantonment provides an opportunity to check for the presence of self-directed violence such as drug and alcohol abuse, a key principle is that the best way of improving the mental well-being of ex- combatants and their associates is through economic and social reintegration, with com- munities having the central role in developing and implementing the social support systems needed to achieve this. In the demobilization stage of DDR, the health services must have the capacity to detect and treat severe, acute and chronic mental disorders. An evidence-based approach to substance abuse in DDR processes has still to be developed.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 10, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.1. Dealing with key health concerns during demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Health concerns will vary greatly according to the geographical area where the demobili- zation occurs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7873, - "Score": 0.707107, - "Index": 7873, - "Paragraph": "In sites where resources are limited, health planning to meet the needs of those going through the DDR process starts from a minimum package of medical screening, on-the-spot treat- ment, provision of condoms and medical evacuation/referral, which should be developed to cover, at least: \\n early detection of and response to epidemic outbreaks; \\n measles immunization + vitamin A for children aged 0\u201315 years; \\n polio immunization for children under 5; \\n treatment of severe, acute conditions (malaria, acute respiratory infections), diarrhoea, anaemia in pregnant women, acute malnutrition, dressing of wounds, STIs, etc.); \\n uncomplicated deliveries; \\n provision of long-lasting impregnated bed nets to prevent malaria; \\n referral of serious cases to secondary/tertiary care facilities; \\n voluntary testing and counselling for STIs, including HIV/AIDS; \\n care and treatment for survivors of sexual violence, including testing and treatment for STIs.The delivery of such services requires the following personnel and equipment in each cantonment site or assembly area: \\n an average team of one doctor or mid-level health technician, 4\u20135 public health care nurses and 3\u20134 ancillary workers per camp; one midwife where necessary; \\n essential medicines and equipment (for sterilization, stabilization, cold-chain, etc.); \\n rapid tests and combined treatment for P. Falciparum malaria; \\n means of transport, easy procedures and pre-positioned facilities for medical/obstetric evacuation; \\n options \u2014 either locally or by referral \u2014 for the treatment of chronic conditions: at least TB and epilepsy should be covered; \\n back-up systems \u2014 teams on call, easy-access procedures, transport and buffer stocks (including protective equipment) \u2014 for early detection and treatment of outbreaks; \\n availability and adoption of national standard case definitions and case management protocols.12WHO provides hospitals with emergency health kits and UNFPA can provide emergency reproductive health kits (which may include post-exposure prophylaxis kits, when appropriate) to individuals, clinics and hospitals, along with training on their use as and when this is appropriate (also see IDDRS 5.60 on HIV/AIDS and DDR).13", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 11, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.2. An essential DDR health package in resource-poor settings", - "Heading3": "", - "Heading4": "", - "Sentence": "In sites where resources are limited, health planning to meet the needs of those going through the DDR process starts from a minimum package of medical screening, on-the-spot treat- ment, provision of condoms and medical evacuation/referral, which should be developed to cover, at least: \\n early detection of and response to epidemic outbreaks; \\n measles immunization + vitamin A for children aged 0\u201315 years; \\n polio immunization for children under 5; \\n treatment of severe, acute conditions (malaria, acute respiratory infections), diarrhoea, anaemia in pregnant women, acute malnutrition, dressing of wounds, STIs, etc.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7876, - "Score": 0.707107, - "Index": 7876, - "Paragraph": "Training of local health personnel is vital in order to implement the complex health response needed during DDR processes. In many cases, the warring parties will have their own mili- tary medical staff who have had different training, roles, experiences and expectations. However, these personnel can all play a vital role in the DDR process. Their skills and knowl- edge will need to be updated and refreshed, since the health priorities likely to emerge in assembly areas or cantonment sites \u2014 or neighbouring villages \u2014 are different from those of the battlefield.An analysis of the skills of the different armed forces\u2019 and groups\u2019 health workers is needed during the planning of the health programme, both to identify the areas in need of in-service training and to compare the medical knowledge and practices of different armed groups and forces. This analysis will not only be important for standardizing care during the demobilization phase, but will give a basic understanding of the capacities of military health workers, which will assist in their reintegration into civilian life, for example, as employees of the ministry of health.The following questions can guide this assessment process: \\n What kinds of capacity are needed for each health service delivery point (tent-to-tent active case finding and/or specific health promotion messages, health posts within camps, referral health centre/hospital)? \\n Which mix of health workers and how many are needed at each of these delivery points? (The WHO recommended standard is 60 health workers for each 10,000 members of the target population.) \\n Are there national standard case definitions and case management protocols available, and is there any need to adapt these to the specific circumstances of DDR? \\n Is there a need to define or agree to specific public health intervention(s) at national level to respond to or prevent any public health threats (e.g., sleeping sickness mass screening to prevent the spread of the diseases during the quartering process)?It is important to assume that no sophisticated tools will be available in assembly or transit areas. Therefore, training should be based on syndrome-based case definitions, indi- vidual treatment protocols and the implementation of mass treatment interventions.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 12, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.3. Training of personnel", - "Heading3": "", - "Heading4": "", - "Sentence": "Training of local health personnel is vital in order to implement the complex health response needed during DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7886, - "Score": 0.707107, - "Index": 7886, - "Paragraph": "Special arrangements will be necessary for vulnerable groups. WHO recommends planning for children, the elderly, chronically sick and disabled people, as well as for women and girls who are pregnant or lactating, and anyone who has survived sexual violence. Guiding questions to assess the specific needs of each of these groups are as follows: \\n What are the specific health needs of these groups? \\n Do they need special interventions? \\n Are health personnel aware of their specific needs? \\n Are health personnel trained to assist individuals who have survived extreme inter- personal violence and have symptoms that they may be unable or unwilling to describe (e.g., survivors of rape describing \u2018stomach pains\u2019)?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 13, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.4. Responding to the needs of vulnerable groups", - "Heading3": "", - "Heading4": "", - "Sentence": "Special arrangements will be necessary for vulnerable groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7892, - "Score": 0.707107, - "Index": 7892, - "Paragraph": "Boy and girl child and adolescent soldiers can range in age from 6 to 18. It is very likely that they have been exposed to a variety of physical and psychological traumas, including mental and sexual abuse, and that they have had very limited access to clinical and public health services. Child and adolescent soldiers, who are often brutally recruited from very poor communities, or orphaned, are already in a poor state of health before they face the additional hardship of life with an armed group or force. Their vulnerability remains high during the DDR process, and health services should therefore deal with their specific needs as a priority. Special attention should be given to problems that may cause the child fear, embarrassment or stigmatization, e.g.: \\n child and adolescent care and support services should offer a special focus on trauma- related stress disorders, depression and anxiety; \\n treatment should be provided for drug and alcohol addiction; \\n there should be services for the prevention, early detection and clinical management of STIs and HIV/AIDS; \\n special assistance should be offered to girls and boys for the treatment and clinical management of the consequences of sexual abuse, and every effort should be made to prevent sexual abuse taking place, with due respect for confidentiality.14To decrease the risk of stigma, these services should be provided as a part of general medical care. Ideally, all health care providers should have training in basic counselling, with some having the capacity to deal with the most serious cases (also see IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 13, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.4. Responding to the needs of vulnerable groups", - "Heading3": "8.4.1. Children and adolescents associated with armed groups and forces", - "Heading4": "", - "Sentence": "Boy and girl child and adolescent soldiers can range in age from 6 to 18.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7899, - "Score": 0.707107, - "Index": 7899, - "Paragraph": "To assist this group, DDR health practitioners and national authorities should agree on a system to respond to war disabilities in order for disabled people to gain entitlement to disability pensions and/or to join the social security system. An approach can be designed that measures an individual\u2019s physical impairment and how much the impairment limits his/her capacity to benefit from socio-economic reintegration.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 13, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.4. Responding to the needs of vulnerable groups", - "Heading3": "8.4.2. Disabled or chronically ill people", - "Heading4": "", - "Sentence": "To assist this group, DDR health practitioners and national authorities should agree on a system to respond to war disabilities in order for disabled people to gain entitlement to disability pensions and/or to join the social security system.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7901, - "Score": 0.707107, - "Index": 7901, - "Paragraph": "Women combatants and other women associated with armed forces and groups in non- combat roles require special measures to protect them throughout the cantonment or assembly phase, in transit camps and while travelling to their reintegration locations. Camps must be designed to offer women security, privacy and protection. Women who are pregnant, lac- tating or caring for young children will require health services that cater for their specific needs. Those who have survived rape or other gender-based violence should receive access to the Minimal Initial Service Package for reproductive health.15 Particular care should be taken to include women in the health team at assembly areas or cantonment sites (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.60 on HIV/AIDS and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 13, - "Heading1": "8. The role of health actions in the demobilization process", - "Heading2": "8.4. Responding to the needs of vulnerable groups", - "Heading3": "8.4.3. Women", - "Heading4": "", - "Sentence": "Women combatants and other women associated with armed forces and groups in non- combat roles require special measures to protect them throughout the cantonment or assembly phase, in transit camps and while travelling to their reintegration locations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7905, - "Score": 0.707107, - "Index": 7905, - "Paragraph": "This section explains how to use the resources allocated to health action in DDR to reinforce and support the national health system in the medium and longer term.It needs to be emphasized that after combatants are discharged, they come under the responsibility of the national health system. It is vital, therefore, for all the health actions carried out during the demobilization phase to be consistent with national protocols and regulation (e.g., the administration of TB drugs). Especially in countries emerging from long-lasting violent conflict, the capacity of the national health system may not be able to meet the needs of population, and more often than not, good health care is expensive. In this case, preferential or subsidized access to health care for former combatants and others associated with armed groups and forces can be provided if possible. It needs to be em- phasized that the decision to create positive discrimination for former combatants is a political one.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 14, - "Heading1": "9. The role of health services in the reintegration process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section explains how to use the resources allocated to health action in DDR to reinforce and support the national health system in the medium and longer term.It needs to be emphasized that after combatants are discharged, they come under the responsibility of the national health system.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7910, - "Score": 0.707107, - "Index": 7910, - "Paragraph": "The diagram in figure 3 (to be read from the top) shows how it is possible to systematize the various components, levels and executive lines of the health programme in a country emerging from conflict. Whatever the overall institutional setting in which DDR takes place, WHO, in consultation with the other agencies contributing to health service deliv- ery, will be represented as member of the UN/Inter-Agency Standing Committee country team. The WHO country representatives will be in a position to: (1) ensure that the neces- sary lines of liaison and coordination with the national health authorities are set up and managed; and (2) provide health information to other sectors and agencies, in order to ensure cooperation among the different actors involved in different components of the DDR process.In administering a DDR programme, the health sector is expected to supply both the technical guidance and the resources \u2014 personnel, supplies, funds, and administrative and logistic support \u2014 that are necessary for various partners to deliver coordinated and effective health preventive and curative care at the local level, i.e., in the assembly camps, etc., and beyond into the reintegration phase. In some instances, the military will be the main implementing partners at local level, with the support, in most cases, of medical NGOs and possibly the health units of peacekeeping forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 14, - "Heading1": "10. Systems for programme implementation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The diagram in figure 3 (to be read from the top) shows how it is possible to systematize the various components, levels and executive lines of the health programme in a country emerging from conflict.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7914, - "Score": 0.707107, - "Index": 7914, - "Paragraph": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002. \\n 2 Zagaria, N. and G. Arcadu, What Role for Health in a Peace Process? The Case Study of Angola, Rome, October 1997. \\n 3 Eide, E. B., A. T. Kaspersen, R. Kent and K. von Hippel, Report on Integrated Missions: Practical Perspec\u00ad tive and Recommendation, Independent Study for the Expanded UN ECHA (Executive Committee for Humanitarian Affairs) Core Group, May 2005, pp. 3 and 28. \\n 4 In one example, in Angola during UN Verification Angola Mission III, the humanitarian entitlements for UNITA troops were much higher than the ones provided for their dependants. \\n 5 For technical guidance, refer to WHO, Communicable Disease Control in Emergencies: A Field Manual, http://www.who.int/infectious-disease-news/IDdocs/whocds200527/whocds200527chapters/ index.htm. \\n 6 For short health profiles of many countries in crisis, and for guidelines on rapid health assessments, see WHO, http://www.who.int/hac. \\n 7 The Sphere Project provides a wide range of standards that can provide useful points of reference for an assessment of the capacity of a local health system in a poor country (see Sphere Project, Humani\u00ad tarian Charter and Minimum Standards in Disaster Response, 2004, or http://www.sphereproject.org). \\n 8 See Women\u2019s Commission for Refugee Women and Children, Field\u00adfriendly Guide to Integrate Emergency Obstetric Care in Humanitarian Programs, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 9 Case definitions must be developed for each health event/disease/syndrome. Standard WHO case definitions are available, but these may have to be adapted according to the local situation. If pos- sible, the case definitions of the host country\u2019s ministry of health should be used, if they are available. What is important is that all of those reporting to the monitoring/surveillance system, regardless of affiliation, use the same case definitions so that there is consistency in reporting. \\n 10 See Reproductive Health Responses in Conflict Consortium, Emergency Contraception for Conflict Affected Settings: A Reproductive Health Response in Conflict Consortium Distance Learning Module, 2004, http:// www.rhrc.org/resources/general%5Ffieldtools/. \\n 11 See the Sphere Project, op. cit., pp. 291\u2013293. \\n 12 WHO/Emergency and Humanitarian Action, op. cit. \\n 13 Emergency reproductive health (RH) kits were originally developed in 1996 by the members of the Inter-Agency Working Group on Reproductive Health in Refugee Situations to deliver RH services in emergency and refugee situations. To obtain these kits, the DDR practitioners/health experts should contact the WHO/UNFPA field office in that country or relevant implementing partners. \\n 14 http://www.who.int/child-adolescent-health; see also WHO/UN High Commissioner for Refugees, Clinical Management of Rape Survivors: Developing Protocols for Use with Refugees and Internally Displaced Persons, revised edition, 2004, http://www.rhrc.org/resources/general%5Ffieldtools/. \\n 15 See resources at the Reproductive Health in Conflict Consortium, http://www.rhrc.org/resources/ general%5Ffieldtools/, especially the Inter\u00adagency Field Manual.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.70-Health-and-DDR", - "Module": "Health and DDR", - "PageNum": 17, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 WHO/Emergency and Humanitarian Action, \u2018Preliminary Ideas for WHO Contribution to Disarma- ment, Demobilization, Repatriation, Reintegration and Resettlement in the Democratic Republic of the Congo\u2019, unpublished technical paper, WHO Office in WR, 2002.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6925, - "Score": 0.57735, - "Index": 6925, - "Paragraph": "The United Nations (UN) Security Council and General Assembly have noted that a number of converging factors make conflict and post-conflict settings high risk environments for the spread of HIV, and that there is an elevated risk of infection among uniformed services and ex-combatants. This module outlines the strategies to address HIV/AIDS during disarm- ament, demobilization and reintegration (DDR) processes, in the interests of the individuals concerned, the sustainability of reintegration efforts and general post-conflict recovery.National beneficiaries should provide the lead for HIV/AIDS initiatives, and interven- tions should be as inclusive as possible, while acknowledging the limitations of DDR HIV/ AIDS programmes. A risk-mapping exercise should include the collection of baseline data on knowledge, attitudes and vulnerability, HIV/AIDS prevalence, and identify existing capacity.The basic requirements for HIV/AIDS programmes in DDR are: \\n identification and training of HIV focal points within DDR field offices; \\n the development of HIV/AIDS awareness material and provision of basic awareness training for target groups, with peer education programmes during the reinsertion and reintegration phases to build capacity. Awareness training can start before demobiliza- tion, depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure; \\n the provision of voluntary confidential counselling and testing (VCT) during demobi- lization and reintegration. An HIV test, with counselling, should be routinely offered (opt-in) as a standard part of medical screening in countries with an HIV prevalence of 5 percent or more. VCT should be provided in all settings throughout the DDR process, building on local services. Undergoing an HIV test, however, should not be a condition for participation in the DDR process, although planners should be aware of any national legislation that may exclude HIV-positive personnel from newly formed military or civil defence forces; \\n screening and treatment for sexually transmitted infections (STIs), which should be a standard part of health checks for participants; \\n the provision of condoms and availability of post-exposure prophylaxis (PEP) kits dur- ing demobilization, reinsertion and reintegration; \\n treatment for opportunistic infections and, where feasible, referral for anti-retroviral (ARV) treatment within the national health care system; \\n the implementation of HIV/AIDS public information and awareness campaigns to sensitize \u2018receiving\u2019 communities, to raise general awareness and to reduce possible stigma and discrimination against returning combatants, including women associated with armed forces and groups, which could undermine reintegration efforts. Planning in communities needs to start in advance of demobilization.In instances where the time allotted for a specific phase is very limited or has been re- duced, as when there is a shortened cantonment period, it must be understood that the HIV/ AIDS requirements envisaged are not dropped, but will be included in the next DDR phase.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The United Nations (UN) Security Council and General Assembly have noted that a number of converging factors make conflict and post-conflict settings high risk environments for the spread of HIV, and that there is an elevated risk of infection among uniformed services and ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6933, - "Score": 0.57735, - "Index": 6933, - "Paragraph": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work. It focuses on interventions during the demobilization and reintegration phases. A basic assumption is that broader HIV/AIDS programmes at the community level fall outside the planning requirements of DDR officers. Community programmes require a multisectoral approach and should be sustainable after DDR is completed. The need to integrate HIV/ AIDS in community-based demobilization and reintegration efforts, however, can make this distinction unclear, and therefore it is vital that the national and international part- ners responsible for longer-term HIV/AIDS programmes are involved and have a lead role in DDR initiatives from the outset, and that HIV/AIDS is included in national recon- struction. DDR programmes need to integrate HIV concerns and the planning of national HIV strategies need to consider DDR.The importance of HIV/AIDS sensitization and awareness programmes for peace- keepers is acknowledged, and their potential to assist with programmes is briefly discussed. Guidance on this issue can be provided by mission-based HIV/AIDS advisers, the Depart- ment of Peacekeeping Operations and the Joint UN Programme on HIV/AIDS (UNAIDS).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module aims to provide policy makers, operational planners and DDR officers with guidance on how to plan and implement HIV/AIDS programmes as part of a DDR frame- work.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 6940, - "Score": 0.57735, - "Index": 6940, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20. In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 6944, - "Score": 0.57735, - "Index": 6944, - "Paragraph": "AIDS is a global issue. Every region of the world is affected and all are reporting increases in HIV infection rates. There is still no cure and no vaccine. Access to ARV treatment, which mitigates the effects of the virus, is being scaled up in low- and middle-income countries; but an emphasis on preventing new infections remains paramount.HIV/AIDS challenges human rights and gender relations, aggravates socio-economic crises and undermines \u2018human security\u2019. In the most severely affected countries, AIDS threatens to deplete the supply of skilled labour, reverse economic progress and under- mine food security. It overwhelms health systems and changes the demographic profile of nations.1 In July 2000, Security Council resolution 1308 (S/RES/1308) recognized that the \u201cspread of HIV/AIDS can have a uniquely devastating impact on all sectors and levels of society\u201d.In addition, resolution 1308 recognized that the HIV/AIDS pandemic is \u201cexacerbated by conditions of violence and instability\u201d. DDR programmes often take place in areas of high HIV/AIDS prevalence or high-risk environments, and ex-combatants are considered a high-risk group. As noted by the Inter- Agency Standing Committee (IASC), the very characteristics that define a complex emergency, such as conflict, social instability, poverty and powerlessness, are those that favour the spread of HIV and other sexually transmitted infections (STIs). Mass displace- ments can result in the movement of people between high and low HIV/AIDS prevalence areas, especially with migration towards urban settings. The breakdown of social networks and support mechanisms place women and children at an increased risk of violence, and can force them into having sex to gain access to basic needs such as food, water and security. The risk of HIV is further increased when rape and sexual abuse are used as tools of war, as illustrated by the recent conflicts in Haiti, Liberia and Sudan.The UN General Assembly\u2019s 2001 Declaration of Commitment on HIV/AIDS, endorsed by General Assembly resolution A/RES/S-26/2, further emphasized the concern that con- flicts contribute to the spread of HIV, and recognized that \u201cpopulations destabilized by armed conflict, humanitarian emergencies and natural disasters, including refugees, inter- nally displaced persons and in particular women and children, are at increased risk of exposure to HIV infection\u201d. In some circumstances, however, conflict may actually slow the transmission of HIV in pockets of communities or specific areas, as it restricts access and trade routes, and it is the post-conflict phase including, potentially, the reintegration process, that sees an increase in HIV vulnerability.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "AIDS is a global issue.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6956, - "Score": 0.57735, - "Index": 6956, - "Paragraph": "A number of UN resolutions and declarations highlight the obligation to include HIV/AIDS initiatives in responses to conflict and provide the legal framework for such a requirement: \\n Security Council resolution 1308 (S/RES/1308) of 2000 and Presidential Statement (S/PRST/2005/33) of 2005; \\n Security Council resolution 1325 (S/RES/1325) of 2000; \\n UN General Assembly HIV/AIDS Declaration of Commitment of June 2001, endorsed by General Assembly resolution A/RES/S-26/2 and reiterated by General Assembly A/RES/60/262.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A number of UN resolutions and declarations highlight the obligation to include HIV/AIDS initiatives in responses to conflict and provide the legal framework for such a requirement: \\n Security Council resolution 1308 (S/RES/1308) of 2000 and Presidential Statement (S/PRST/2005/33) of 2005; \\n Security Council resolution 1325 (S/RES/1325) of 2000; \\n UN General Assembly HIV/AIDS Declaration of Commitment of June 2001, endorsed by General Assembly resolution A/RES/S-26/2 and reiterated by General Assembly A/RES/60/262.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6957, - "Score": 0.57735, - "Index": 6957, - "Paragraph": "Security Council resolution 1308 (2000) \u201con the responsibility of the Security Council in the maintenance of international peace and security: HIV/AIDS and international peace- keeping operations\u201d,2 calls for HIV/AIDS training and prevention programmes for peace- keeping personnel. In addition, by recognizing the devastating impact that HIV/AIDS has on all sectors of society and by stressing that \u201cthe HIV/AIDS pandemic, if unchecked, may pose a risk to stability and security\u201d, the resolution points to a broader framework and obli- gation to integrate HIV/AIDS initiatives into post-conflict programmes, including DDR. Furthermore, the resolution stresses the importance of a coordinated approach among UN agencies, and essentially calls for the mainstreaming of HIV/AIDS into their respective mandates. Following discussions in 2005 on the implementation of Security Council resolu- tion 1308 (2000), the Security Council Presidential Statement (S/PRST/2005/33) supported the efforts of peacekeeping missions to integrate HIV/AIDS awareness into their activities and outreach projects for vulnerable communities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. Security Council resolution 1308 and Presidential Statement 2005/33", - "Heading3": "", - "Heading4": "", - "Sentence": "Security Council resolution 1308 (2000) \u201con the responsibility of the Security Council in the maintenance of international peace and security: HIV/AIDS and international peace- keeping operations\u201d,2 calls for HIV/AIDS training and prevention programmes for peace- keeping personnel.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 6961, - "Score": 0.57735, - "Index": 6961, - "Paragraph": "Security Council resolution 1325 (2000) \u201con Women, peace and security\u201d3 encourages \u201call involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their dependants\u201d. Consideration of HIV/AIDS interventions and requirements comes under this obligation. Furthermore, the resolution makes specific reference for the need to provide HIV/AIDS training for military, civilian police, and civilian personnel deployed in peace- keeping operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "Security Council resolution 1325 (2000) \u201con Women, peace and security\u201d3 encourages \u201call involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their dependants\u201d.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6964, - "Score": 0.57735, - "Index": 6964, - "Paragraph": "The UN General Assembly Special Session on HIV/AIDS Declaration of Commitment (June 2001), endorsed by resolution A/RES/S-26/2 and reiterated in 2006 by resolution A/RES/ 60/262, established a common set of targets and agreed strategies to reduce the spread of HIV and mitigate its impact. It called for HIV/AIDS components to be included in interna- tional assistance programmes in crisis situations. More specifically, in addition to training for personnel involved in peacekeeping operations, the Declaration called on Member States \u201cby 2003 to have in place national strategies to address the spread of HIV among national uniformed services, where this is required, including armed forces and civil defence forces\u201d (para. 77). The obligation to include strategies to address HIV/AIDS in DDR programmes is clear for two reasons. First, national uniformed (government) forces, directly referred to in the Declaration, and non-State combatants face HIV risks. Second, by extension, there is a need to consider HIV in broader security sector reform (SSR) initiatives and efforts to establish newly integrated national armed service and civil defence forces in post-conflict settings, as DDR is often closely linked to SSR. The Declaration also points to national uniformed services as being a possible resource in themselves for HIV/AIDS initiatives, calling on Member States to \u201cconsider ways of using personnel from these services who are educated and trained in HIV/AIDS awareness and prevention to assist with HIV/AIDS awareness and prevention activities, including participation in emergency, humanitarian, disaster relief and rehabilitation assistance\u201d (para. 77).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. General Assembly Declaration of Commitment on HIV/AIDS and General Assembly resolutions A/RES/S-26/2 and A/RES/60/262", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN General Assembly Special Session on HIV/AIDS Declaration of Commitment (June 2001), endorsed by resolution A/RES/S-26/2 and reiterated in 2006 by resolution A/RES/ 60/262, established a common set of targets and agreed strategies to reduce the spread of HIV and mitigate its impact.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6973, - "Score": 0.57735, - "Index": 6973, - "Paragraph": "The Inter-Agency Standing Committee, which is the primary mechanism for facilitating inter-agency decision-making in response to complex emergencies and natural disasters, issued guidelines in 2004 for HIV/AIDS interventions in emergency settings. The guide- lines are a practical handbook and planning tool to enable governments and cooperating organizations, including UN agencies and non-governmental organizations (NGOs), to make the minimum required multisectoral response to HIV/AIDS during the early phase of emergency situations, as well as during the stabilization phase.4 Most of the recommended actions for vulnerable groups are also valid for DDR and addressing HIV/AIDS among DDR participants (see Annex B).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.4. Inter-Agency Standing Committee guidelines on HIV/AIDS interventions in emergency settings", - "Heading3": "", - "Heading4": "", - "Sentence": "The Inter-Agency Standing Committee, which is the primary mechanism for facilitating inter-agency decision-making in response to complex emergencies and natural disasters, issued guidelines in 2004 for HIV/AIDS interventions in emergency settings.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 6975, - "Score": 0.57735, - "Index": 6975, - "Paragraph": "As noted in the introduction, a number of factors make conflict and post-conflict settings high-risk environments for the spread of HIV. The age range, mobility and risk taking ethos of armed forces and groups can make them high-risk to HIV \u2014 with some national mili- taries reporting higher rates of HIV than their civilian counterparts \u2014 and \u2018core transmitters\u2019 to the wider population.5 Child soldiers are often (though not always) sexually active at a much earlier age and are therefore potentially exposed to HIV. Female combatants, women associated with fighting forces, abductees and dependants are frequently at high risk, given widespread sexual violence and abuse and because, in situations of insecurity and destitu- tion, sex is often exchanged for basic goods or protection. In some conflicts, drugs have been used to induce in combatants a fighting spirit and a belief in their own invincibility. This not only increases risk behaviour but also, in the case of intravenous drug users, can directly result in HIV infection as the virus can be transmitted through the sharing of in- fected needles.Integrating HIV/AIDS into DDR initiatives is necessary to meet the immediate health and social needs of the participant and the interests of the wider community, and it is impor- tant for the long-term recovery of the country. The impact of HIV/AIDS at every level of society undermines development and makes it more difficult for a country to emerge from conflict and achieve social and economic stability. The sustainability of reintegration efforts requires that HIV/AIDS awareness and prevention strategies be directed at DDR partici- pants, beneficiaries and stakeholders in order to prevent increases in HIV rates or more generalized epidemics developing in countries where HIV infection may be mainly limited to particular high-risk groups.Negative community responses to returning former combatants may also arise and make HIV a community security issue. To assist reintegration into communities, it is necessary to counter discrimination against, and stigmatization of, those who are (or are perceived to be) HIV-positive. In some instances, communities have reacted with threats of violence; such responses are largely based on fear because of misinformation about the disease.In cases where SSR follows a DDR process, former combatants may enter into reintegrated/ reformed military, police and civil defence forces. In many developing countries, ministries of defence and of the interior are reporting high HIV infection rates in the uniformed services, which are compromising command structures and combat readiness. Increasingly, there are national policies of screening recruits and excluding those who are HIV-positive. Engaging in HIV/AIDS prevention at the outset of DDR will help to reduce new in- fections, thus \u2014 where national policies of HIV screening are in place \u2014 increasing the pool of potential candidates for recruitment, and will assist in planning for alternative occu- pational support and training for those found to be HIV-positive.6DDR programmes offer a unique opportunity to target high-risk groups for sensitization. In addition, with the right engagement and training, former combatants have the potential to become \u2018change agents\u2019, assisting in their communities with HIV/AIDS prevention activi- ties, and so becoming part of the solution rather than being perceived as part of the problem.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 5, - "Heading1": "5. Rationale for HIV/AIDS integration into DDR programming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As noted in the introduction, a number of factors make conflict and post-conflict settings high-risk environments for the spread of HIV.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 6988, - "Score": 0.57735, - "Index": 6988, - "Paragraph": "Lead to be provided by national beneficiaries/stakeholders. HIV/AIDS initiatives within the DDR process will constitute only a small element of the overall national AIDS strategy (assum- ing there is one). It is essential that local actors are included from the outset to guide the process and implementation, in order to harmonize approaches and ensure that awareness- raising and the provision of voluntary confidential counselling and testing and support, including, wherever possible, treatment, can be sustained. Information gained in focus group discussions with communities and participants, particularly those living with HIV/AIDS, should inform the design of HIV/AIDS initiatives. Interventions must be sensitive to local culture and customs.Inclusive approach. As far as possible, it is important that participants and beneficiaries have access to the same/similar facilities \u2014 for example, voluntary confidential counselling and testing \u2014 so that programmes continue to be effective during reintegration and to reduce stigma. This emphasises the need to link and harmonize DDR initiatives with national programmes. (A lack of national programmes does not mean, however, that HIV/AIDS initiatives should be dropped from the DDR framework.) Men and women, boys and girls should be included in all HIV/AIDS initiatives. Standard definitions of \u2018sexually active age\u2019 often do not apply in conflict settings. Child soldiers, for example, may take on an adult mantle, which can extend to their sexual behaviour, and children of both sexes can also be subject to sexual abuse.Strengthen existing capacity. Successful HIV/AIDS interventions are part of a long-term pro- cess going beyond the DDR programme. It is therefore necessary to strengthen the capacity of communities and local actors in order for projects to be sustainable. Planning should seek to build on existing capacity rather than create new programmes or structures. For example, local health care workers should be included in any training of HIV counsellors, and the capacity of existing testing facilities should be augmented rather than parallel facilities being set up. This also assists in building a referral system for demobilized ex-combatants who may need additional or follow-up care and treatment.Ethical/human rights considerations. The UN supports the principle of VCT. Undergoing an HIV test should not be a condition for participation in the DDR process or eligibility for any programme. HIV test should be voluntary and results should be confidential or \u2018medical- in-confidence\u2019 (for the knowledge of a treating physician). A person\u2019s actual or perceived HIV status should not be considered grounds for exclusion from any of the benefits. Planners, however, must be aware of any existing national legislation on HIV testing. For example, in some countries recruitment into the military or civil defence forces includes HIV screen- ing and the exclusion of those found to be HIV-positive.Universal precautions and training for UN personnel. Universal precautions shall be followed by UN personnel at all times. These are a standard set of procedures to be used in the care of all patients or at accident sites in order to minimize the risk of transmission of blood- borne pathogens, including, but not exclusively, HIV. All UN staff should be trained in basic HIV/AIDS awareness in preparation for field duty and as part of initiatives on HIV/ AIDS in the workplace, and peacekeeping personnel should be trained and sensitized in HIV/AIDS awareness and prevention.Using specialized agencies and expertise. Agencies with expertise in HIV/AIDS prevention, care and support, such as UNAIDS, the UN Development Programme, the UN Population Fund (UNFPA), the UN High Commissioner for Refugees, the World Health Organization (WHO), and relevant NGOs and other experts, should be consulted and involved in opera- tions. HIV/AIDS is often wrongly regarded as only a medical issue. While medical guidance is certainly essential when dealing with issues such as testing procedures and treatment, the broader social, human rights and political ramifications of the epidemic must also be considered and are often the most challenging in terms of their impact on reintegration efforts. As a result, the HIV/AIDS programme requires specific expertise in HIV/AIDS train- ing, counselling and communication strategies, in addition to qualified medical personnel. Teams must include both men and women: the HIV/AIDS epidemic has specific gender dimensions and it is important that prevention and care are carried out in close coordination with gender officers (also see IDDRS 5.10 on Women, Gender and DDR).Limitations and obligations of DDR HIV/AIDS initiatives. it is crucial that DDR planners are transparent about the limitations of the HIV/AIDS programme to avoid creating false expectations. It must be clear from the start that it is normally beyond the mandate, capacity and financial limitations of the DDR programme to start any kind of roll-out plan for ARV treatment (beyond, perhaps, the provision of PEP kits and the prevention of mother-to- child transmission (also see IDDRS 5.70 on Health and DDR). The provision of treatment needs to be sustainable beyond the conclusion of the DDR programme in order to avoid the development of resistant strains of the virus, and should be part of national AIDS strategies and health care programmes. DDR programmes can, however, provide the following for target groups: treatment for opportunis- tic infections; information on ARV treatment options available in the country; and referrals to treatment centres and support groups. The roll-out of ARVs is increasing, but in many countries access to treatment is still very limited or non-existent. This means that much of the emphasis still has to be placed on prevention initiatives. HIV/AIDS community initiatives require a long-term commitment and fundamentally form part of humanitarian assistance, reconstruction and development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Lead to be provided by national beneficiaries/stakeholders.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7025, - "Score": 0.57735, - "Index": 7025, - "Paragraph": "During the planning process, a risk mapping exercise and assessment of local capacities (at the national and community level) needs to be conducted as part of a situation analysis and to profile the country\u2019s epidemic. This will include the collection of qualitative and quantitative data, including attitudes of communities towards those being demobilized and presumed or real HIV infection rates among different groups, and an inventory of both actors on the ground and existing facilities and programmes.There may be very little reliable data about HIV infection rates in conflict and post- conflict environments. In many cases, available statistics only relate to the epidemic before the conflict started and may be years out of date. A lack of data, however, should not prevent HIV/AIDS initiatives from being put in place. Data on rates of STIs from health clinics and NGOs are valuable proxy indicators for levels of risk. It is also useful to consider the epi- demic in its regional context by examining prevalence rates in neighbouring countries and the degree of movement between states. In \u2018younger\u2019 epidemics, HIV infections may not yet have translated into AIDS-related deaths, and the epidemic could still be relatively hidden, especially as AIDS deaths may be recorded by the opportunistic infection and not the pres- ence of the virus. Tuberculosis (TB), for example, is both a common opportunistic infection and a common disease in many low-income countries.A situation analysis for action planning for HIV should include the following important components: \\n Baseline data: What is the national HIV/AIDS prevalence (usually based on sentinel surveillance of pregnant women)? What are the rates of STIs? Are there significant differences in different areas of the country? Is it a generalized epidemic or restricted to high-risk groups? What data are available from blood donors (are donors routinely tested)? What are the high-risk groups? What is driving the epidemic (for example: heterosexual sex; men who have sex with men; poor medical procedures and blood transfusions; mother-to-child transmission; intravenous drug use)? What is the regional status of the epidemic, especially in neighbouring countries that may have provided an external base for ex-combatants? \\n Knowledge, attitudes and vulnerability: Qualitative data can be obtained through key in- formant interviews and focus group discussions that include health and community workers, religious leaders, women and youth groups, government officials, UN agency and NGO/CBOs, as well as ex-combatants and those associated with fighting forces and groups. Sometimes data on knowledge, attitudes and practice regarding HIV/ AIDS are contained in demographic and health surveys that are regularly carried out in many countries (although these may have been interrupted because of the conflict). It is important to identify the factors that may increase vulnerability to HIV \u2014 such as levels of rape and gender-based violence and the extent of \u2018survival sex\u2019. In the planning process, the cultural sensitivities of participants and beneficiaries must be considered so that appropriate services can be designed. Within a given country, for example, the acceptability and trends of condom use or attitudes to sexual relations outside of marriage can vary enormously; the country specific context must inform the design of programmes. Understanding local perceptions is also important in order to prevent problems during the reintegration phase, for example in cases where communities may blame ex-com-batants or women associated with fighting forces for the spread of HIV and therefore stigmatize them. \\n Identify existing capacities: The assessment needs to map existing health care facilities in and around communities where reintegration is going to take place. The exercise should ascertain whether the country has a functioning national AIDS control strategy and programme, and the extent that ministries are engaged (this should go beyond just the health ministry and include, for example, ministries of the interior, defence, education, etc.). Are there prevention and awareness programmes in place? Are these directed at specific groups? Does any capacity for counselling and testing exist? Is there a strategy for the roll-out of ARVs? Is there financial support available or pending from the Global Fund for AIDS, Malaria and TB, the US President\u2019s Emergency Plan for AIDS Relief or the World Bank? Do these assistance frameworks include DDR? What other actors (national and international) are present in the country? Are the UN theme group and technical working group in place ( the standard mechanisms to coordinate the HIV initiatives of UN agencies)?Basic requirements for HIV/AIDS programmes in DDR include: \\n collection of baseline HIV/AIDS data; \\n identification and training of HIV focal points within DDR field offices; \\n development of HIV/AIDS awareness material and provision of basic awareness train- ing, with peer education programmes during extended cantonment and the reinsertion and reintegration phases to build capacity; \\n provision of VCT, both specifically within cantonment sites, where relevant, and through support to community services, and the routine offer of (opt-in) testing with counselling as a standard part of medical screening in countries with an HIV prevalence of 5 per- cent or more; \\n provision of condoms, PEP kits, and awareness material; \\n treatment of STIs and opportunistic infections, and referral to existing services for ARV treatment; \\n public information campaigns and sensitization of receiving communities as part of more general preparations for the return of DDR participants.The number of those being processed through a particular site and the amount of time available would determine what can be offered before or during demobilization, what is part of reinsertion packages and what can be offered during reintegration. The IASC guidelines are a useful tool for planning and implementation (see section 4.4 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 8, - "Heading1": "7. Planning factors", - "Heading2": "7.1. Planning assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "During the planning process, a risk mapping exercise and assessment of local capacities (at the national and community level) needs to be conducted as part of a situation analysis and to profile the country\u2019s epidemic.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7057, - "Score": 0.57735, - "Index": 7057, - "Paragraph": "The design of DDR field offices responsible for the registration and reintegration process must take into account the need for capacity to address HIV/AIDS. Possible options include a central dedicated (but mobile) unit to coordinate HIV issues; the establishment of focal points in each region; and the secondment of experts to field offices from relevant UN agencies and NGOs or, in the case of national DDR field offices, from the national ministry of health, National AIDS Control Programme and local NGOs. In many cases, field offices will play a key role in basic briefings to DDR participants and referrals to VCT, so it is essential that all personnel are trained in HIV awareness strategies and are fully aware of on available facilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 9, - "Heading1": "7. Planning factors", - "Heading2": "7.2. Design of DDR field offices", - "Heading3": "", - "Heading4": "", - "Sentence": "The design of DDR field offices responsible for the registration and reintegration process must take into account the need for capacity to address HIV/AIDS.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7060, - "Score": 0.57735, - "Index": 7060, - "Paragraph": "During planning, core indicators need to be developed to monitor the progress and impact of DDR HIV initiatives. This should include process indicators, such as the provision of condoms and the number of peer educators trained, and outcome indicators, like STI inci- dence by syndrome and the number of people seeking voluntary counselling and testing. DDR planners need to work with national programmes in the design and monitoring of initiatives, as it is important that the indicators used in DDR programmes are harmonised with national indicators. DDR planners, implementing partners and national counterparts should agree on the bench-marks against which DDR-HIV programmes will be assessed. The IASC guidelines include reference material for developing indicators in emergency settings.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "7. Planning factors", - "Heading2": "7.3. Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "During planning, core indicators need to be developed to monitor the progress and impact of DDR HIV initiatives.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7065, - "Score": 0.57735, - "Index": 7065, - "Paragraph": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins. For example, it may be that troops are being kept in their barracks in the interim period between the signing of a peace accord and the roll-out of DDR; this provides an ideal captive (and restive) audience for awareness programmes and makes use of existing structures.7 In such cases, DDR planners should design joint projects with other actors working on HIV issues in the country. To avoid duplication or over-extending DDR HIV budgets, costs could be shared based on a proportional breakdown of the target group. For example, if it is anticipated that 40% of armed personnel will be demobilized, the DDR programme could cover 40% of the costs of awareness and prevention strategies at the pre-demobilization stage. Such an approach would be more comprehensive, easier to implement, and have longer-term benefits. It would also complement HIV/AIDS initiatives in broader SSR programmes.Demobilization is often a very short process, in some cases involving only reception and documentation. While cantonment offers an ideal environment to train and raise the awareness of a \u2018captive audience\u2019, there is a general trend to shorten the cantonment period and instead carry out community-based demobilization. Ultimately, most HIV initiatives will take place during the reinsertion phase and the longer process of reintegration. However, initial awareness training (distinct from peer education programmes) should be considered part of general demobilization orientation training, and the provision of voluntary HIV testing and counselling should be included alongside general medical screening and should be available throughout the reinsertion and reintegration phases.During cantonments of five days or more, voluntary counselling and testing, and awareness sessions should be provided during demobilization. If the time allowed for a specific phase is changed, for example, if an envisaged cantonment period is shortened, it should be understood that the HIV/AIDS minimum requirements are not dropped but are instead included in the next phase of the DDR programme. Condoms and awareness material/referral information should be available whatever the length of cantonment, and must be included in \u2018transitional packages\u2019.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 10, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Depending on the nature of soldiers\u2019/ex-combatants\u2019 deployment and organizational structure, it may be possible to start awareness training before demobilization begins.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7076, - "Score": 0.57735, - "Index": 7076, - "Paragraph": "The safety and protection of women, girls and boys must be taken into account in the plan- ning for cantonment sites and interim care centres (ICCs), to reduce the possibility of sexual exploitation and abuse (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).Medical screening facilities should ensure privacy during physical check-ups, and shall ensure that universal precautions are respected.An enclosed space is required for testing and counselling. This can be a tent, as long as the privacy of conversations can be maintained. Laboratory facilities are not required on site.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 11, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.1. Planning for cantonment sites", - "Heading3": "", - "Heading4": "", - "Sentence": "The safety and protection of women, girls and boys must be taken into account in the plan- ning for cantonment sites and interim care centres (ICCs), to reduce the possibility of sexual exploitation and abuse (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).Medical screening facilities should ensure privacy during physical check-ups, and shall ensure that universal precautions are respected.An enclosed space is required for testing and counselling.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7079, - "Score": 0.57735, - "Index": 7079, - "Paragraph": "Initial HIV awareness training should be provided to DDR participants, covering the basic facts of HIV transmission and prevention methods, and debunking common myths (2-hour sessions). On the basis of the qualitative data gathered during the planning stages, infor- mation, education and communication materials should be developed that are sensitive to the local culture and customs. Written materials in local languages are useful, but alternative materials using pictures should also be provided to account for different literacy rates and specifically to target children. Separate training for men and women should be available to encourage individuals to speak openly and ask questions. Children should receive special training in ICCs, in collaboration with child-protection officers (also see IDDRS 5.10 on Women, Gender and DDR and IDDRS 5.30 on Children and DDR).Peer education programmes can be initiated during more extended cantonment periods of four weeks or more, and during reinsertion. Peer education typically involves training and supporting a small group with the same background, experience and values to share knowledge and change behaviour patterns among their peers. Peer education is often used to bring about changes in the knowledge, attitudes, beliefs and behaviours at the indivi- dual level. However, the approach can also be used as part of efforts to create change at the group level or in society as a whole by modifying norms and stimulating collective action, both of which contribute to changes in policies and programmes. Globally, peer education is one of the most widely used strategies to address the HIV/AIDS pandemic. It increases the capacity and sustainability of HIV/AIDS awareness and sensitization efforts. HIV/AIDS peer education kits for uniformed services and additional material for awareness sessions for women and children are available from UNAIDS and Family Health International.8 (See section 9.2 of this module.)", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 11, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.2. HIV/AIDS awareness training", - "Heading3": "", - "Heading4": "", - "Sentence": "Initial HIV awareness training should be provided to DDR participants, covering the basic facts of HIV transmission and prevention methods, and debunking common myths (2-hour sessions).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7090, - "Score": 0.57735, - "Index": 7090, - "Paragraph": "Screening and treatment for STIs should be a standard component of health screening for participants. STIs indicate risk behaviour, and their presence increases the chances of contracting or transmitting HIV. Syndromic management is a cost-effective approach that allows health workers to diagnose STIs based on a patient\u2019s history and symptoms, without the need for laboratory analysis. Treatment normally includes the use of broad-spectrum anti-biotics. Individuals with an STI should be strongly encouraged to bring their partners in for STI screening so that both can receive treatment in order to prevent reinfection (also see IDDRS 5.70 on Health and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 11, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.3. Syndromic management of STIs", - "Heading3": "", - "Heading4": "", - "Sentence": "Screening and treatment for STIs should be a standard component of health screening for participants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7095, - "Score": 0.57735, - "Index": 7095, - "Paragraph": "Counselling and testing as a way of allowing people to find out their HIV status is an inte- gral element of prevention activities. Testing can be problematic in countries where ARVs are not yet easily available, and it is therefore important that any test is based on informed consent and that providers are transparent about benefits and options (for example, addi- tional nutritional support for HIV-positive people from the World Food Programme, and treatment for opportunistic infections). The confidentiality of results shall also be assured. Even if treatment is not available, HIV-positive individuals can be provided with nutritional and other health advice to avoid opportunistic infections (also see IDDRS 5.50 on Food Aid Programmes in DDR). Their HIV status may also influence their personal planning, includ- ing vocational choices, etc. According to UNAIDS, the majority of people living with HIV do not even know that they are infected. This emphasizes the importance of providing DDR participants with the option to find out their HIV status. Indeed, it may be that demand for VCT at the local level will have to be generated through awareness and advocacy cam- paigns, as people may either not understand the relevance of, or be reluctant to have, an HIV-test.It is particularly important for pregnant women to know their HIV status, as this may affect the health of their baby. During counselling, information on mother-to-child-trans- mission, including short-course ARV therapy (to reduce the risk of transmission from an HIV-positive mother to the foetus), and guidance on breastfeeding can be provided. Testing technologies have improved significantly, cutting the time required to get a result and reduc- ing the reliance on laboratory facilities. It is therefore more feasible to include testing and counselling in DDR. Testing and counselling for children associated with armed forces and groups should only be carried out in consultation with a child-protection officer with, where possible, the informed consent of the parent (see IDDRS 5.30 on Children and DDR). \\n Training and funding of HIV counsellors: Based on an assessment of existing capacity, counsellors could include local medical personnel, religious leaders, NGOs and CBOs. Counselling capacity needs to be generated (where it does not already exist) and funded to ensure suffi- cient personnel to run VCT and testing being offered as part of routine health checks, either in cantonment sites or during community-based demobilization, and continued during rein- sertion and reintegration (see section 10.1 of this module).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "", - "Heading4": "", - "Sentence": "Counselling and testing as a way of allowing people to find out their HIV status is an inte- gral element of prevention activities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7109, - "Score": 0.57735, - "Index": 7109, - "Paragraph": "Counselling is generally offered before and after an HIV test in order to help individuals make an informed decision about whether they want a test and to understand their risk behaviour and cope with a possible positive result (including information on how to stay as healthy as possible and how to minimize the risk of transmission to others) and provide referrals to options for treatment, care and support within the national system. Counselling also helps those who are not infected to stay HIV-negative. Counselling on an individual basis is ideal but it can also be offered in group settings with individual follow up.Individuals shall always be informed of their test result and post-test counselling should be provided for both an HIV-positive and an HIV-negative result, especially given the \u2018window period\u2019, the possibility for \u2018false negatives\u2019 and the need to impact on behav- iour. HIV-positive individuals should be strongly encouraged to bring their partner(s) for testing. In all instances, participants should be provided with referrals to further services in their communities. (For psychological, medical and legal support to rape victims see IDDRS 5.10 on Women, Gender and DDR.)", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "8.4.1. Counselling", - "Heading4": "", - "Sentence": "Counselling is generally offered before and after an HIV test in order to help individuals make an informed decision about whether they want a test and to understand their risk behaviour and cope with a possible positive result (including information on how to stay as healthy as possible and how to minimize the risk of transmission to others) and provide referrals to options for treatment, care and support within the national system.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7115, - "Score": 0.57735, - "Index": 7115, - "Paragraph": "In countries with an estimated HIV prevalence of 5 percent or more, an HIV test (opt-in), with counselling and informed consent, should be routinely offered as part of standard health checks for ex-combatants, but this must be linked to provisions for treatment and/or other benefits. In opt-in testing, individuals in a defined group (in this case, DDR participants) are given counselling and are offered the option of having an HIV test. It must be explained that they have the right to decide whether or not they wish to undergo an HIV test, without any personal repercussions. Routinely offering a test respects human rights guidelines, while also reaching a larger population. In general, such an approach results in greater numbers of people finding out their HIV status.Routine opt-in testing is suggested on the basis that DDR participants are a distinct and potentially high-risk group. However, VCT services for participants and beneficiaries should also be provided alongside any offer of testing as part of medicals. Voluntary testing is a client initiated process, whereby an individual chooses to go to a testing facility/provider to find out his/her HIV status.Advances in testing technology mean that rapid tests can provide a test result within approximately 30 minutes and do not require blood to be drawn or laboratory facilities. HIV-positive results need to be confirmed to rule out \u2018false positives\u2019. If local laboratory facilities do not exist, a combination of two further different rapid tests should be used to confirm an HIV-positive result. The mapping exercise will have identified national capacities (also see IDDRS 5.70 on Health and DDR). Planners also need to consult national legislation regarding which HIV tests are ac- cepted, particularly with regard to rapid tests.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 12, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.4. HIV counselling and testing", - "Heading3": "8.4.2. Testing", - "Heading4": "", - "Sentence": "In countries with an estimated HIV prevalence of 5 percent or more, an HIV test (opt-in), with counselling and informed consent, should be routinely offered as part of standard health checks for ex-combatants, but this must be linked to provisions for treatment and/or other benefits.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7126, - "Score": 0.57735, - "Index": 7126, - "Paragraph": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs. A range of contra- ception measures also need to be considered as part of basic reproductive health services to prevent unwanted pregnancies.Many countries may not be familiar with female condoms. Post-conflict settings, how- ever, have proved to be receptive environments for the introduction of female-controlled methods of HIV/STI prevention and contraception. It is important that any introduction of female condoms in DDR programmes be strongly linked to national/local initiatives. UNFPA and Population Services International can provide information on designing and running programmes to promote and supply female condoms. If female condoms are not available locally and there are no existing programmes, it may not be feasible or appropriate for DDR HIV/AIDS programmes to introduce and promote the use of female condoms, as it requires training and specifically tailored information campaigns.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.5. Providing condoms", - "Heading3": "", - "Heading4": "", - "Sentence": "Male and female condoms should be available, and information regarding their correct use should be provided during the demobilization and in transitional packs.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7132, - "Score": 0.57735, - "Index": 7132, - "Paragraph": "Post-exposure prophylaxis (PEP) kits are a short-term antiretroviral treatment that reduces the likelihood of HIV infection after potential exposure to infected body fluids, such as through a needle-stick injury, or as a result of rape. The treatment should only be administered by a qualified health care practitioner. It essentially consists of taking high doses of ARVs for 28 days. To be effective, the treatment must start within 2 to 72 hours of the possible exposure; the earlier the treatment is started, the more effective it is. The patient should be counselled extensively before starting treatment, and advised to follow up with regular check-ups and HIV testing. PEP kits shall be available for all DDR staff and for victims of rape who present within the 72-hour period required (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "8. HIV initiatives before and during demobilization", - "Heading2": "8.6. Provision of post-exposure prophylaxis kits", - "Heading3": "", - "Heading4": "", - "Sentence": "Post-exposure prophylaxis (PEP) kits are a short-term antiretroviral treatment that reduces the likelihood of HIV infection after potential exposure to infected body fluids, such as through a needle-stick injury, or as a result of rape.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 7138, - "Score": 0.57735, - "Index": 7138, - "Paragraph": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion. HIV/AIDS activities are a vital part of, but not limited to, DDR initiatives. Whenever possible, planners should work with stakeholders and implementing partners to link these activities with the broader recovery and humanitarian assistance being provided at the community level and the Strategy of the national AIDS Control Programme. People living with HIV/AIDS in the community should be consulted and involved in planning from the outset.The DDR programme should plan and budget for the following initiatives: \\n Community capacity-enhancement and public information programmes: These involve pro- viding training for local government, NGOs/community-based organizations (CBOs) and faith-based organizations to support forums for communities to talk openly about HIV/AIDS and related issues of stigma, discrimination, gender and power relations; the issue of men having sex with men; taboos and fears. This enables communities to better define their needs and address concerns about real or perceived HIV rates among returning ex-combatants. Public information campaigns should raise awareness among communities, but it is important that communication strategies do not inadvertently increase stigma and discrimination. HIV/AIDS should be approached as an issue of concern for the entire community and not something that only affects those being demobilized; \\n Maintain counsellor and peer educator capacity: training and funding is needed to maintain VCT and peer education programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 14, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.1. Planning and preparation in receiving communities", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS initiatives need to start in receiving communities before demobilization in order to support or create local capacity and an environment conducive to sustainable reintegra- tion.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7145, - "Score": 0.57735, - "Index": 7145, - "Paragraph": "Peer education training (including behaviour-change communication strategies) should be initiated during the reinsertion and reintegration phases or, if started during cantonment, continued during the subsequent phases. Based on the feedback from the programmes to improve community capacity, training sessions should be extended to include both DDR participants and communities, in particular local NGOs.During peer education programmes, it may be possible to identify among DDR parti- cipants those who have the necessary skills and personal profile to provide ongoing HIV/ AIDS programmes in the communities and become \u2018change agents\u2019. Planning and funding for vocational training should consider including such HIV/AIDS educators in broader initiatives within national HIV/AIDS strategies and the public health sector. It cannot be assumed, however, that all those trained will be sufficiently equipped to become peer edu- cators. Trainees should be individually evaluated and supported with refresher courses in order to maintain levels of knowledge and tackle any problems that may arise.During the selection of participants for peer education training, it is important to con- sider the different profiles of DDR participants and the different phases of the programme. For example, women associated with fighting forces would probably be demobilized before combatants and peer education programmes need to target them and NGOs working with women specifically. In addition, before using DDR participants as community HIV/AIDS workers, it is essential to identify whether they may be feared within the community because of the nature of the conflict in which they participated. If ex-combatants are highly respected in their communities this can strengthen reintegration and acceptance of HIV- sensitization activities. Conversely, if involving them in HIV/AIDS training could increase stigma, and therefore undermine reintegration efforts, they should not be involved in peer education at the community level. Focus group discussions and local capacity-enhancement programmes that are started before reintegration begins should include an assessment of the community\u2019s receptiveness. An understanding of the community\u2019s views on the subject will help in the selection of people to train as peer educators.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.2. Peer education programme", - "Heading3": "", - "Heading4": "", - "Sentence": "Peer education training (including behaviour-change communication strategies) should be initiated during the reinsertion and reintegration phases or, if started during cantonment, continued during the subsequent phases.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7156, - "Score": 0.57735, - "Index": 7156, - "Paragraph": "Voluntary counselling and testing (VCT) should be available during the reinsertion and reintegration phases in the communities to which ex-combatants are returning. This is distinct from any routine offer of testing as part of medical checks. VCT can be provided through a variety of mechanisms, including through free-standing sites, VCT services inte- grated with other health services, VCT services provided within already established non- health locations and facilities, and mobile/outreach VCT services.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.3. Voluntary counselling and testing", - "Heading3": "", - "Heading4": "", - "Sentence": "Voluntary counselling and testing (VCT) should be available during the reinsertion and reintegration phases in the communities to which ex-combatants are returning.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7159, - "Score": 0.57735, - "Index": 7159, - "Paragraph": "Male and female condoms should continue to be provided during the reinsertion and re- integration phases to the DDR target groups. It is imperative, though, that such access to condoms is linked \u2014 and ultimately handed over to \u2014 local HIV initiatives as it would be unmanageable for the DDR programme to maintain the provision of condoms to former combatants, associated groups and their families. Similarly, DDR planners should link with local initiatives for providing PEP kits, especially in instances of rape. (also see IDDRS 5.10 on Women, Gender and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 16, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.4. Condoms and PEP kits", - "Heading3": "", - "Heading4": "", - "Sentence": "Male and female condoms should continue to be provided during the reinsertion and re- integration phases to the DDR target groups.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7163, - "Score": 0.57735, - "Index": 7163, - "Paragraph": "One of the major factors increasing vulnerability to HIV in post-conflict settings is the increased levels of commercial/survival sex in communities where unemployment rates are high. Poverty-reductioninitiatives, includingincome-generationandvocationaltrainingprogrammes, should be seen as vital parts of overall community reconstruction, and also contribute to reducing the social risk factors for HIV transmission.For HIV-negative DDR participants, the creation of livelihoods is, by extension, an important aspect of HIV prevention for them and their families. For those who may be HIV-positive, but otherwise healthy (i.e., have functioning immune systems and showing no symptoms), vocational counselling may need to consider health and risk issues, but shall not deny each individual\u2019s ability or right to be trained and have a livelihood. The long incubation period of the virus means that it can be many years before an HIV-positive individual develops AIDS, even if he/she is not on treatment.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.5. Vocational training", - "Heading3": "", - "Heading4": "", - "Sentence": "One of the major factors increasing vulnerability to HIV in post-conflict settings is the increased levels of commercial/survival sex in communities where unemployment rates are high.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7167, - "Score": 0.57735, - "Index": 7167, - "Paragraph": "Caring for people living with AIDS, especially in resource poor settings, can present a number of challenges, particularly the provision of even basic drugs and treatments. It also raises concerns about the extent to which families (some of who may already be affected by the disease) and communities are able or willing to commit themselves to caring for ex-combat- ants who may have been away for some time. Overall, the burden of care tends to fall on women in communities who will already be facing an increased burden of care with the return of ex-combatants. This will make the overall support and absorption of ex-combat- ants into civilian life more complicated. In addition, any differences in the types or levels of AIDS care and support provided to ex-combatants and communities is a very sensitive issue. It is extremely important to provide a balance in services, so that communities do not think that ex-combatants are receiving preferential treatment. Wherever possible, support should be provided to existing medical and hospice facilities, linking up with national and local programmes, with targeted support and referrals for families caring for ex-combatants suffering from AIDS.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "9. Reinsertion and reintegration phases", - "Heading2": "9.6. Caring for people living with AIDS", - "Heading3": "", - "Heading4": "", - "Sentence": "Caring for people living with AIDS, especially in resource poor settings, can present a number of challenges, particularly the provision of even basic drugs and treatments.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7174, - "Score": 0.57735, - "Index": 7174, - "Paragraph": "National AIDS control programmes, where they exist, must be the first point of reference for, and key actors in, designing and running HIV/AIDS DDR programmes. UNAIDS country coordinators can give essential guidance and will have established networks with relevant NGOs/CBOs. The UN theme group is the main mechanism to coordinate HIV/ AIDS initiatives among UN agencies and other partners.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "10. Identifying existing capacities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "National AIDS control programmes, where they exist, must be the first point of reference for, and key actors in, designing and running HIV/AIDS DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 7177, - "Score": 0.57735, - "Index": 7177, - "Paragraph": "In many settings, key HIV/AIDS implementing partners, such as the International Rescue Committee and Family Health International, may already be working in the country, but not necessarily in all the areas where demobilization and reinsertion/reintegration will take place. To initiate programmes, DDR officers should consider providing seed money to kick-start projects, for example covering the initial costs of establishing a basic VCT centre and training counsellors in a particular area, on the understanding that the implementing partner would assume the costs of running the facility for an agreed period of time. This is because it is often easier for NGOs to raise donor funds to maintain a project that has been shown to work than to set one up. Such an approach has the additional benefit of extend- ing HIV facilities to local communities beyond the time-frame of DDR, and can provide a buffer for HIV-related services at the reinsertion stage for example if there are delays in the demobilization process such as time-lags between the demobilization of special groups and ex-combatants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 17, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.1. Implementing partners", - "Heading3": "", - "Heading4": "", - "Sentence": "In many settings, key HIV/AIDS implementing partners, such as the International Rescue Committee and Family Health International, may already be working in the country, but not necessarily in all the areas where demobilization and reinsertion/reintegration will take place.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7181, - "Score": 0.57735, - "Index": 7181, - "Paragraph": "HIV/AIDS advisers. Peacekeeping missions routinely have HIV/AIDS advisers, assisted by UN volunteers and international/national professionals, as a support function of the mis- sion to provide awareness and prevention programmes for peacekeeping personnel and to integrate HIV/AIDS into mission mandated activities. HIV/AIDS advisers can facilitate the initial training of peer educators, provide guidance on setting up VCT, and assist with the design of information, education and communication materials. They should be involved in the planning of DDR from the outset.Peacekeepers. Peacekeepers are increasingly being trained as HIV/AIDS peer educators, and therefore might be used to help support training. This role would, however, be beyond their agreed duties as defined in troop contributing country memorandums of understanding (MoUs), and would require the agreement of their contingent commander and the force commander. In addition, abilities vary enormously: the mission HIV/AIDS adviser should be consulted to identify those who could take part.Many battalion medical facilities offer basic treatment to host populations, often treating cases of STIs, as part of \u2018hearts and minds\u2019 initiatives. Battalion doctors may be able to assist in training local medical personnel in the syndromic management of STIs, or directly pro- vide treatment to communities. Again, any such assistance provided to host communities is not included in MoUs or self-sustainment agreements, and so would require the authori- zation of contingent commanders and the force commander, and the capability and expertise of any troop-contributing country doctor would have to be assessed in advance.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 18, - "Heading1": "10. Identifying existing capacities", - "Heading2": "10.2. HIV-related support for peacekeeping missions", - "Heading3": "", - "Heading4": "", - "Sentence": "HIV/AIDS advisers.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7190, - "Score": 0.57735, - "Index": 7190, - "Paragraph": "Terms and definitions \\n\\n AIDS: Acquired immune deficiency syndrome: the stage of HIV when the immune system is depleted, leaving the body vulnerable to one or more life-threatening diseases. \\n\\n Anti-retrovirals (ARVs): Broad term for the main type of treatment for HIV and AIDS. ARVs are not a cure. \\n\\n Behaviour-change communication (BCC): A participatory, community-level process aimed at developing positive behaviours; promoting and sustaining individual, community and societal behaviour change; and maintaining appropriate behaviours. \\n\\n False negative/positive: HIV test result that is wrong, either giving a negative result when the person is HIV-positive, or a positive result when the person is HIV-negative. \\n\\n HIV: Human immunodeficiency virus, the virus that causes AIDS. \\n\\n HIV confirmation tests: According to WHO/UNAIDS recommendations, all positive HIV- test results (whether ELISA [enzyme-linked immunabsorbent assay] or simple/rapid tests) should be confirmed using a second, different test to confirm accuracy, or two further dif- ferent rapid tests if laboratory facilities are not available. \\n\\n HIV counselling: Counselling generally offered before and after an HIV test in order to help individuals understand their risk behaviour and cope with an HIV-positive result or stay HIV-negative. The counselling service also links individuals to options for treatment, care and support, and provides information on how to stay as healthy as possible and how to minimize the risk of transmission to others. Test results shall be confidential. Usually a vol- untary counselling and testing service package ensures that: the HIV test is voluntary; pre and post test counselling is offered; informed consent is obtained (agreement to a medical test or procedure after clear explanation of risks and benefits); and HIV tests are performed using approved HIV test kits and following testing protocols. \\n\\n HIV-negative result: The HIV test did not detect any antibodies in the blood. This either means that the person is not infected with the virus at the time of the test or that he/she is in the \u2018window period\u2019 (i.e., false negative, see above). It does not mean that he/she is immune to the virus. \\n\\n HIV-positive result: A positive HIV test result means that a person has the HIV antibodies in his/her blood and is infected with HIV. It does not mean that he/she has AIDS. HIV test: Usually a test for the presence of antibodies. There are two main methods of HIV testing: \\n HIV ELISA (enzyme-linked immunoabsorbent assay) test: This is the most efficient test for testing large numbers per day, but requires laboratory facilities with equipment, maintenance staff and a reliable power supply; \\n Simple/rapid HIV tests: These do not require special equipment or highly trained staff and are as accurate as ELISA. Rapid tests will usually give results in approximately 30 minutes and are easy to perform. Suitable combinations of three simple/rapid tests are recommended by WHO where facilities for ELISA or ELISA/Western Blot testing are not available. \\n\\n Inconclusive (indeterminate) result: A small percentage of HIV test results are inconclu- sive. This means that the result is neither positive nor negative. This may be due to a number of factors that are not related to HIV infection, or it can be because of the person is in the early stages of infection when there are insufficient HIV antibodies present to give a positive result. If this happens the test must be repeated. \\n\\n Information, education and communication (IEC): The development of communication strategies and support materials, based on formative research and designed to impact on levels of knowledge and influence behaviours among specific groups. \\n\\n Mandatory testing: Testing or screening required by federal, state, or local law to compel individuals to submit to HIV testing without informed consent. Within those countries that conduct mandatory testing, it is usually limited to specific \u2018populations\u2019 such as cat- egories of health care providers, members of the military, prisoners or people in high-risk situations. \\n\\n Nutritional requirements: AIDS patients usually need a food intake that is 30 percent higher than standard recommended levels. \\n\\n Opportunistic infection (OI): Infection that occurs when an immune system is weakened, but which might not cause a disease \u2014 or be as serious \u2014 in a person with a properly func- tioning immune system. \\n\\n Peer education: A popular concept that variously refers to an approach, a communication channel, a methodology and/or an intervention strategy. Peer education usually involves training and supporting members of a given group with the same background, experience and values to effect change among members of that group. It is often used to influence knowledge, attitudes, beliefs and behaviours at the individual level. However, peer educa- tion may also create change at the group or societal level by modifying norms and stimulating collective action that contributes to changes in policies and programmes. Worldwide, peer education is one of the most widely used HIV/AIDS awareness strategies. \\n\\n Post-exposure prophylaxis/post-exposure prevention (PEP): A short-term antiretroviral treatment that reduce the likelihood of HIV infection after potential exposure to infected body fluids, such as through a needle-stick injury or as a result of rape. The treatment should only be administered by a qualified health care practitioner. It essentially consists of taking high doses of ARVs for 28 days. To be effective, the treatment must start within 2 to 72 hours of the possible exposure; the earlier the treatment is started, the more effective it is. Its success rate varies. \\n\\n Routine opt-in testing: Approach to testing whereby the individual is offered an HIV test as a standard part of a treatment/health check that he/she is about to receive. The indivi- dual is informed that he/she has the right to decide whether or not to undergo the test. \\n\\n Sentinel surveillance: Surveillance based on selected population samples chosen to repre- sent the relevant experience of particular groups. \\n\\n Sero-conversion: The period when the blood starts producing detectable antibodies in response to HIV infection. \\n\\n Sero-positive: Having HIV antibodies; being HIV-positive. \\n\\n Sexually transmitted infection (STI): Disease that is commonly transmitted through vaginal, oral or anal sex. The presence of an STI is indicative of risk behaviour and also increases the actual risk of contracting HIV. \\n\\n STI syndromic management: A cost-effective approach that allows health workers to diag- nose sexually transmitted infections on the basis of a patient\u2019s history and symptoms, without the need for laboratory analysis. Treatment normally includes the use of broad-spectrum antibiotics. \\n\\n Universal precautions: Simple infection control measures that reduce the risk of transmis- sion of blood borne pathogens through exposure to blood or body fluids among patients and health care workers. Under the \u2018universal precaution\u2019 principle, blood and body fluids from all persons should be considered as infected with HIV, regardless of the known or supposed status of the person. \\n Use of new, single-use disposable injection equipment for all injections is highly recom- mended. Sterilising injection equipment should only be considered if single-use equip- ment is not available. \\n Discard contaminated sharps immediately and without recapping in puncture- and liquid-proof containers that are closed, sealed and destroyed before completely full. \\n Document the quality of the sterilization for all medical equipment used for percuta- neous procedures. \\n Wash hands with soap and water before and after procedures; use protective barriers such as gloves, gowns, aprons, masks and goggles for direct contact with blood and other body fluids. \\n Disinfect instruments and other contaminated equipment. \\n Handle properly soiled linen with care. Soiled linen should be handled as little as pos- sible. Gloves and leak-proof bags should be used if necessary. Cleaning should occur outside patient areas, using detergent and hot water. \\n\\n Voluntary HIV testing: A client-initiated HIV test whereby the individual chooses to go to a testing facility/provider to find out his/her HIV status. \\n\\n Window period: The time period between initial infection with HIV and the body\u2019s pro- duction of antibodies, which can be up to three months. During this time, an HIV test for antibodies may be negative, even though the person has the virus and can infect others.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 19, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Terms and definitions \\n\\n AIDS: Acquired immune deficiency syndrome: the stage of HIV when the immune system is depleted, leaving the body vulnerable to one or more life-threatening diseases.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7253, - "Score": 0.57735, - "Index": 7253, - "Paragraph": "Family Health International resources available at http://www.fhi.org/en/HIVAIDS/ index.htm. \\n Inter-Agency Standing Committee, Guidelines for HIV/AIDS Interventions in Emergency Set- tings, http://www.humanitarianinfo.org/iasc. \\n \u2014\u2014, Guidelines for Gender Based Violence in Humanitarian Settings: Focusing on Pre- vention of and Response to Sexual Violence in Emergencies, September 2005, http://www. humanitarianinfo.org/iasc/content/products/docs/tfgender_GBVGuidelines2005.pdf. Joint UN Programme on HIV/AIDS (UNAIDS), Peer Education Kit for Uniformed Services, 2003. \\n \u2014\u2014, Best Practice Case Studies, http://www.unaids.org. Reproductive Health Response in Conflict (RHRC) Consortium 2004, HIV/AIDs Preven- tion and Control: a short course for humanitarian workers, www.rhrc.org \\n Rehn, Elisabeth and Ellen Johnson Sirleaf, Women, War and Peace: The Independent Experts\u2019 Assessment on the Impact of Armed Conflict on Women and Women\u2019s Role in Peace-building, http://www.womenwarpeace.org. \\n UN Population Fund (UNFPA), Clinical Management of Rape Survivors: Developing Protocols for Use with Refugees and Internally Displaced Persons, revised version, http://www.unfpa. org/upload/lib_pub_file/373_filename_clinical-mgt-2005rev1.pdf. \\n WHO resources available at http://www.who.int/topics/hiv_infections/en/. \\n \u2014\u2014, Reproductive Health in Refugee Settings: An Inter-Agency Field Manual, http://www. who.int/reproductive-health/publications/interagency_manual_on_RH_in_refugee_ situations/full_text.pdf.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 26, - "Heading1": "Annex C: Reference material and resources", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Family Health International resources available at http://www.fhi.org/en/HIVAIDS/ index.htm.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7265, - "Score": 0.57735, - "Index": 7265, - "Paragraph": "\\n 1 Bazergan, R., Intervention and Intercourse: HIV/AIDS and peacekeepers, Conflict, Security and Develop- ment, vol 3 no 1, April 2003, King\u2019s College, London, pp. 27\u201351. \\n 2 http://www.un.org/docs/sc/. \\n 3 Ibid. \\n 4 Inter-Agency Standing Committee, Guidelines for HIV/AIDS Interventions in Emergency Settings, http://www.humanitarianinfo.org/iasc. \\n 5 HIV risk in militaries is related to specific contexts, with a number of influencing factors, including the context in which troops are deployed. Many AIDS interventions by ministries of defence have been effective, and have reduced HIV infection rates in the uniformed services. \\n 6 In many cases, ex-combatants who are set to join a uniformed service do not go through the DDR process. There would still be a potential benefit, however, in instances where HIV/AIDS awareness has started in the barracks/camps. \\n 7 At the same time planners cannot assume that all fighting forces will have an organised structure in barracks with the associated logistical support. In some cases, combatants may be mixed with the population and hard to distinguish from the general population. \\n 8 See http://www.unaids.org and http://www.fhi.org/en/index.htm.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.60-HIV-AIDS-and-DDR", - "Module": "HIV AIDS and DDR", - "PageNum": 27, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 1 Bazergan, R., Intervention and Intercourse: HIV/AIDS and peacekeepers, Conflict, Security and Develop- ment, vol 3 no 1, April 2003, King\u2019s College, London, pp.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7277, - "Score": 0.57735, - "Index": 7277, - "Paragraph": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes. Yet they are almost never included in the planning or implementation of DDR. Since 2000, the United Nations (UN) and all other agencies involved in DDR and other post-conflict reconstruction activities have been in a better position to change this state of affairs by using Security Council resolution 1325, which sets out a clear and practical agenda for measuring the advancement of women in all aspects of peace-building. The resolution begins with the recognition that women\u2019s visibility, both in national and regional instruments and in bi- and multilateral organizations, is vital. It goes on to call for gender awareness in all aspects of peacekeeping initiatives, especially demobi- lization and reintegration, urges women\u2019s informed and active participation in disarmament exercises, and insists on the right of women to carry out their post-conflict reconstruction activities in an environment free from threat, especially of sexualized violence.Even when they are not involved with armed forces and groups themselves, women are strongly affected by decisions made during the demobilization of men. Furthermore, it is impossible to tackle the problems of women\u2019s political, social and economic marginaliza- tion or the high levels of violence against women in conflict and post-conflict zones without paying attention to how men\u2019s experiences and expectations also shape gender relations. This module therefore includes some ideas about how to design DDR processes for men in such a way that they will learn to resolve interpersonal conflicts without using violence to do so, which will increase the security of their families and broader communities.Special note is also made of girl soldiers in this module, because in some parts of the world, a girl who bears a child, no matter how young she is, immediately gains the status of a woman. Care should therefore be taken to understand local interpretations of who is seen as a girl and who a woman soldier.Peace-building, especially in the form of practical disarmament, needs to continue for a long time after formal demobilization and reintegration processes come to an end. This module is therefore intended to assist planners in designing and implementing gender- sensitive short-term goals, and to help in the planning of future-oriented long-term peace support measures. It focuses on practical ways in which both women and girls, and men and boys can be included in the processes of disarmament and demobilization, and be recognized and supported in the roles they play in reintegration.The processes of DDR take place in such a wide variety of conditions that it would be impossible to discuss each of the circumstance-specific challenges that might arise. This module raises issues that frequently disappear in the planning stages of DDR, and aims to provoke further thinking and debate on the best ways to deal with the varied needs of people \u2014 male and female, old and young, healthy and unwell \u2014 in armed groups and forces, and those of the communities to which they return after war.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Women are increasingly involved in combat or are associated with armed groups and forces in other roles, work as community peace-builders, and play essential roles in disarmament, demobilization and reintegration (DDR) processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7288, - "Score": 0.57735, - "Index": 7288, - "Paragraph": "This module provides policy guidance on the gender aspects of the various stages in a DDR process, and outlines gender-aware interventions and female-specific actions that should be carried out in order to make sure that DDR programmes are sustainable and equitable. The module is also designed to give guidance on mainstreaming gender into all DDR poli- cies and programmes to create gender-responsive DDR programmes. As gender roles and relations are by definition constructed in a specific cultural, geographic and communal con- text, the guidance offered is intended to be applied with sensitivity to and understanding of the context in which a DDR process is taking place. However, all UN and bilateral policies and programmes should comply with internationally agreed norms and standards, such as Security Council resolution 1325, the Convention on the Elimination of All Forms of Discrim- ination Against Women and the Beijing Platform for Action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides policy guidance on the gender aspects of the various stages in a DDR process, and outlines gender-aware interventions and female-specific actions that should be carried out in order to make sure that DDR programmes are sustainable and equitable.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7292, - "Score": 0.57735, - "Index": 7292, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com- plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicated requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201d", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7297, - "Score": 0.57735, - "Index": 7297, - "Paragraph": "Generally, it is assumed that armed men are the primary threat to post-conflict security and that they should therefore be the main focus of DDR. The picture is usually more complex than this: although males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females (adults, youth and girls) are also likely to have been involved in violence, and may have participated in every aspect of the conflict. Despite stereotypical beliefs, women and girls are not peacemakers only, but can also contribute to ongoing insecurity and violence during wartime and when wars come to an end.The work carried out by women and girl combatants and other women and girls asso- ciated with armed forces and groups in non-fighting roles may be difficult to measure, but efforts should be made to assess their contribution as accurately as possible when a DDR programme is designed. The involvement of women in the security sector reform (SSR) pro- cesses that accompany and follow DDR should also be deliberately planned from the start. Women take on a variety of roles during wartime. For example, many may fight for brief periods and then return to their communities to carry out other forms of work that contri- bute to the war. These women will have reintegrated and are unlikely to present themselves for DDR. Nor should they be encouraged to do so, since the resources allocated for DDR are limited and intended to create a founda- tion of stability on which longer-term peace and SSR can be built. It is therefore appro- priate, in the reconstruction period, to focus resources on women and men who are still active fighters and potential spoilers. Women who have already rejoined their communities can, however, be an important asset in the rein- tegration period, including through playingexpanded roles in the security sector, and efforts should be made to include their views when designing reintegration processes. Their experiences may significantly help commu- nities with the work of reintegrating former fighters, especially when they are able to help bring about reconciliation and assist in making communities safer.It is important to remember that women are present in every part of a society touched by DDR \u2014 from armed groups and forces to receiving communities. Exclusionary power struc- tures, including a backlash against women entering into political, economic and security structures in a post-conflict period, may make their contributions difficult to assess. It is therefore the responsibility of all DDR planners to work with female representatives and women\u2019s groups, and to make it difficult for male leaders to exclude women from the form- ulation and implementation of DDR processes. Planners of SSR should also pay attention to women as a resource base for improving all aspects of human security in the post-conflict period. It is especially important not to lose the experiences and public standing acquired by those women who played peace-building roles in the conflict period, or who served in an armed group or force, learning skills that can usefully be turned to community service in the reconstruction period.Ultimately, DDR should lead to a sustainable transition from military to civilian rule, and therefore from militarized to civilian structures in the society more broadly. Since women make up at least half the adult population, and in post-conflict situations may head up to 75 percent of all households, the involvement of women in DDR and SSR is the most important factor in achieving effective and sustainable security. Furthermore, as the main caregivers in most cultures, women and girls shoulder more than their fair share of the burden for the social reintegration of male and female ex-combatants, especially the sick, traumatized, injured, HIV-positive and under-aged.Dealing with the needs and harnessing the different capacities and potential of men, women, boy and girl former fighters; their supporters; and their dependants will improve the success of the challenging and long-term transformation process that is DDR, as well as providing a firm foundation for the reconstruction of the security sector to meet peacetime needs. However, even five years since the passing of Security Council resolution 1325 (2000) on Women and Peace and Security, gender is still not fully taken into account in DDR plan- ning and delivery. This module shows policy makers and practitioners how to replace this with a routine consideration of the different needs and capacities of the women and men involved in DDR processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Generally, it is assumed that armed men are the primary threat to post-conflict security and that they should therefore be the main focus of DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7316, - "Score": 0.57735, - "Index": 7316, - "Paragraph": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants. This approach fails to deal with the fact that women can also be armed combatants, and that they may have different needs from their male counterparts. Nor does it deal with the fact that women play essential roles in maintaining and enabling armed forces and groups, in both forced and voluntary capacities. A narrow definition of who qualifies as a \u2018combatant\u2019 came about because DDR focuses on neutralizing the most potentially dangerous members of a society (and because of limits imposed by the size of the DDR budget); but leaving women out of the process underesti- mates the extent to which sustainable peace-building and security require them to participate equally in social transformation.In UN-supported DDR, the following principles of gender equality are applied: \\n Non-discrimination, and fair and equitable treatment: In practice, this means that no group is to be given special status or treatment within a DDR programme, and that indivi- duals should not be discriminated against on the basis of gender, age, race, religion, nationality, ethnic origin, political opinion, or other personal characteristics or associa- tions. This is particularly important when establishing eligibility criteria for entry into DDR programmes (also see IDDRS 4.10 on Disarmament); \\n Gender equality and women\u2019s participation: Encouraging gender equality as a core principle of UN-supported DDR programmes means recognizing and supporting the equal rights of women and men, and girls and boys in the DDR process. The different experiences, roles and responsibilities of each of them during and after conflict should be recognized and reflected in the design and implementation of DDR programmes; \\n Respect for human rights: DDR programmes should support ways of preventing reprisal or discrimination against, or stigmatization of those who participate. The rights of the community should also be protected and upheld.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Up till now, DDR efforts have concerned themselves mainly with the disarmament, demo- bilization and reintegration of male combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7323, - "Score": 0.57735, - "Index": 7323, - "Paragraph": "Security Council resolution 1325 marks an important step towards the recognition of women\u2019s contributions to peace and reconstruction, and draws attention to the particular impact of conflict on women and girls. On DDR, it specifically \u201cencourages all those involved in the planning for disarmament, demobilization and reintegration to consider the different needs of female and male ex-combatants and to take into account the needs of their depen- dants\u201d. Since it was passed, the Council has recalled the principles laid down in resolution 1325 when establishing the DDR-related mandates of several peacekeeping missions, such as the UN Missions in Liberia and Sudan and the UN Stabilization Mission in Haiti.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 4, - "Heading1": "5. International mandates", - "Heading2": "5.1. Security Council resolution 1325", - "Heading3": "", - "Heading4": "", - "Sentence": "Security Council resolution 1325 marks an important step towards the recognition of women\u2019s contributions to peace and reconstruction, and draws attention to the particular impact of conflict on women and girls.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7326, - "Score": 0.57735, - "Index": 7326, - "Paragraph": "At the Fourth World Conference on Women, held in Beijing in 1995, 189 Member States com- mitted themselves to a range of strategic objectives and actions aimed at achieving gender equality. The Member States repeated their commitment to ensuring that women make up 30 percent of all decision-making bodies and further committed themselves, among other things, to: \\n increase the participation of women in conflict resolution at decision-making levels, and protect women living in situations of armed and other conflicts or under foreign occupation (E.1); \\n reduce excessive military expenditures and control the availability of armaments (E.2); \\n encourage and support women\u2019s contribution to fostering a culture of peace (E.4).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 5, - "Heading1": "5. International mandates", - "Heading2": "5.2. The Beijing Platform for Action", - "Heading3": "", - "Heading4": "", - "Sentence": "At the Fourth World Conference on Women, held in Beijing in 1995, 189 Member States com- mitted themselves to a range of strategic objectives and actions aimed at achieving gender equality.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7328, - "Score": 0.57735, - "Index": 7328, - "Paragraph": "In his 2002 Study on Women, Peace and Security, the Secretary-General recommended the following actions on DDR: \\n Action 1: Incorporate the needs and priorities of women and girls as ex-combatants, \u2018camp-followers\u201d\u2019 and families of ex-combatants in the design and implementation of DDR programmes, including the design of camps; the distribution of benefits; and access to basic resources and services, including food, water, health care and counsel- ling, in order to ensure the success of such programmes, women and girls\u2019 full partici- pation, and their access to benefits; \\n Action 2: Increase the number of programmes for child soldiers, fully include attention to the specific situation and needs of girl soldiers, and identify means to support child soldiers, including girls, who do not enter DDR programmes; \\n Action 3: Recognize the impact of armed conflict and displacement on family relations, and develop awareness of the risk of increased domestic violence, especially in the fami- lies of ex-combatants; and develop programmes on the prevention of domestic violence that are designed for families and communities, and especially male ex-combatants; \\n Action 4: Recognize and use the contributions of women and girls in encouraging ex- combatants to lay down arms and participate in weapons-collection programmes, and ensure that they benefit from any incentives provided for such activities; \\n Action 5: Ensure full access of women and girls to all resources and benefits provided in reintegration programmes, including skills development programmes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 5, - "Heading1": "5. International mandates", - "Heading2": "5.3. The Secretary-General\u2019s Study on Women, Peace and Security", - "Heading3": "", - "Heading4": "", - "Sentence": "In his 2002 Study on Women, Peace and Security, the Secretary-General recommended the following actions on DDR: \\n Action 1: Incorporate the needs and priorities of women and girls as ex-combatants, \u2018camp-followers\u201d\u2019 and families of ex-combatants in the design and implementation of DDR programmes, including the design of camps; the distribution of benefits; and access to basic resources and services, including food, water, health care and counsel- ling, in order to ensure the success of such programmes, women and girls\u2019 full partici- pation, and their access to benefits; \\n Action 2: Increase the number of programmes for child soldiers, fully include attention to the specific situation and needs of girl soldiers, and identify means to support child soldiers, including girls, who do not enter DDR programmes; \\n Action 3: Recognize the impact of armed conflict and displacement on family relations, and develop awareness of the risk of increased domestic violence, especially in the fami- lies of ex-combatants; and develop programmes on the prevention of domestic violence that are designed for families and communities, and especially male ex-combatants; \\n Action 4: Recognize and use the contributions of women and girls in encouraging ex- combatants to lay down arms and participate in weapons-collection programmes, and ensure that they benefit from any incentives provided for such activities; \\n Action 5: Ensure full access of women and girls to all resources and benefits provided in reintegration programmes, including skills development programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7329, - "Score": 0.57735, - "Index": 7329, - "Paragraph": "A gender-responsive approach to DDR should be built into every stage of DDR. This begins with discussions during the peace negotiations on the methods that will be used to carry out DDR. DDR advisers participating in such negotiations should ensure that women\u2019s interests and needs are adequately included. This can be done by insisting on the participation of female representatives at the negotiations, ensuring they understand DDR-related clauses and insisting on their active involvement in the DDR planning phase. Trained female leaders will contribute towards ensuring that women and girls involved in DDR (women and girls who are ex-combatants, women and girls working in support functions for armed groups and forces, wives and dependants of male ex-combatants, and members of the receiving com- munity) understand, support and strengthen the DDR process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "", - "Heading4": "", - "Sentence": "A gender-responsive approach to DDR should be built into every stage of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7334, - "Score": 0.57735, - "Index": 7334, - "Paragraph": "Negotiation, mediation and facilitation teams should get expert advice on current gender dynamics, gender relations in and around armed groups and forces, and the impact the peace agreement will have on the status quo. All the participants at the negotiation table should have a good understanding of gender issues in the country and be willing to include ideas from female representatives. To ensure this, facilitators of meetings and gender advisers should organize gender workshops for wom- en participants before the start of the formal negotiation. The UN should develop a group of deployment-ready experts in gender and DDR by using a combined strategy of recruit- ment and training, and insist on their full participation in the DDR process through af- firmative action.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 6, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.1. Negotiating DDR: Gender-aware interventions", - "Heading4": "", - "Sentence": "Negotiation, mediation and facilitation teams should get expert advice on current gender dynamics, gender relations in and around armed groups and forces, and the impact the peace agreement will have on the status quo.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7338, - "Score": 0.57735, - "Index": 7338, - "Paragraph": "Facilitators, Special Representatives of the Secretary-General (SRSGs) and senior UN person- nel supporting the peace process should receive an explicit mandate to cater for the needs and interests of women and girls, whether combatants, supporters or dependants. Moni- toring and evaluation mechanisms should be set in place to assess the effectiveness of their interventions. (See Annex D for a gender-responsive monitoring and evaluation framework.) Peace process facilitators, SRSGs and envoys should be made aware of the interna- tionally agreed minimum standard of 30 percent female participation in any democratic decision-making forum. Women who are familiar with the needs of female fighters, veterans and other community-based women peace-builders should attend and be allowed to raise concerns in the negotiation process. In circumstances where the participation of women is not possible, DDR planners should hold consultations with women\u2019s groups during the planning and pre-deployment phase and ensure that the latter\u2019s views are represented at negotiation forums.Women in leadership positions at national and local levels, including female local coun- cillors, representatives of women\u2019s non-governmental organizations (NGOs) and female community leaders, all of whom will assist the return of male and female ex-combatants, supporters and dependants to civilian life, are stakeholders in the peace process, and should be enlisted as partners in the DDR process. Furthermore, governmental ministries or depart- ments with gender-related mandates should be included in negotiations and decision-making whenever possible.To facilitate women\u2019s participation, the UN advance team or country team should carry out a risk assessment to evaluate the threat posed to women who take up a public role in the peace process. Adequate protection should be provided by governmental bodies or the UN itself if these women\u2019s security is at risk. Facilitators and other participants in the peace process should attempt to create an inclusive environment so that female representatives feel comfortable to raise their concerns and needs.The release of abducted women and girls from within the ranks of an armed force or group should be made a condition of the peace agreement.The requirement for the representation of women in structures established to manage DDR processes, such as a national DDR commission, should be included in the peace accord. Information about the DDR programme and process should be made available to any sub- sidiary bodies or sub-committees established to facilitate the participation of civil society in the peace process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.1. Negotiating DDR: Ensuring women\u2019s political participation", - "Heading3": "6.1.2. Negotiating DDR: Female-specific interventions", - "Heading4": "", - "Sentence": "Facilitators, Special Representatives of the Secretary-General (SRSGs) and senior UN person- nel supporting the peace process should receive an explicit mandate to cater for the needs and interests of women and girls, whether combatants, supporters or dependants.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7348, - "Score": 0.57735, - "Index": 7348, - "Paragraph": "Planners should develop a good understanding of the legal, political, economic, social and security context of the DDR programme and how it affects women, men, girls and boys differently, both in the armed forces and groups and in the receiving communities. In addition, planners should understand the different needs of women, men, girls and boys who participate in DDR processes according to their different roles during the conflict (i.e., armed ex-combatants, supporters, or/and depend- ants). The following should be considered. \\n Different choices: There may be a difference in the life choices made by women and girls, as opposed to men and boys. This is because women, men, girls and boys have different roles before, during and after conflicts, and they face different problems and expectations from society and their family. They may, as a result, have different prefer- ences for reintegration training and support. Some women and girls may wish to return to their original homes, while others may choose to follow male partners to a new loca- tion, including across international boundaries; \\n Different functions: Many women and girls participate in armed conflict in roles other than as armed combatants. These individuals, who may have participated as cooks, mes- sengers, informal health care providers, por- ters, sex slaves, etc., are often overlooked in the DDR process. Women and girls carry out these roles both through choice and, in the case of abductees and slaves, because they are forced to do so.Within receiving communities, in which women already have heavy responsibilities for caregiving, reintegration may place fur- ther burdens of work and care on them that will undermine sustainable reintegration if they are not adequately supported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 7, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "", - "Heading4": "", - "Sentence": "Planners should develop a good understanding of the legal, political, economic, social and security context of the DDR programme and how it affects women, men, girls and boys differently, both in the armed forces and groups and in the receiving communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7357, - "Score": 0.57735, - "Index": 7357, - "Paragraph": "Gender expertise should be considered an essential element of any assessment mission carried out by the UN, specifically those teams with DDR-related mandates, and gender analysis and information should be adequately reflected in reporting to the Security Council and the UN Development Group that coordinates joint assessment missions before the deployment of a peacekeeping mission.The assessment team should identify community responses to giving female ex-com- batants the option of joining reconstructed peacetime armies and other security institutions such as intelligence services, border police, customs, immigration services and other law- enforcement services. To boost the number of female peacekeepers, women\u2019s eligibility for peacekeeping roles in other conflict zones should also be determined.In order to plan how to deal with obstacles to reintegration and better prepare the community and returnees to play supportive roles, an ongoing assessment should be con- ducted of community attitudes towards returning female combatants, supporters and depend- ants. Baseline data and analysis should be gathered and then reassessed at various stages of the process. Analysis should focus closely on potential causes of insecurity for returning women and on the extent of gender-based insecurity (e.g., gender-based violence) in comm- unities more generally.If the assessment team has the task of identifying sites for cantonment, such sites should be able to provide separate facilities for women and men, and girls and boys, as required. Sanitary facilities should be designed in a way that allows for privacy, in accordance with culturally accepted norms, and water and sanitation should be available to meet women\u2019s and girls\u2019 hygiene needs.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 9, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "6.2.1. Assessment phase: Gender-aware interventions", - "Heading4": "", - "Sentence": "Gender expertise should be considered an essential element of any assessment mission carried out by the UN, specifically those teams with DDR-related mandates, and gender analysis and information should be adequately reflected in reporting to the Security Council and the UN Development Group that coordinates joint assessment missions before the deployment of a peacekeeping mission.The assessment team should identify community responses to giving female ex-com- batants the option of joining reconstructed peacetime armies and other security institutions such as intelligence services, border police, customs, immigration services and other law- enforcement services.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7362, - "Score": 0.57735, - "Index": 7362, - "Paragraph": "The number and percentage of women and girls in armed groups and forces, and their rank and category, should be ascertained as far as possible before planning begins. Necessary measures should be put in place \u2014 in cooperation with existing military structures, where possible \u2014 to deal with commanders who refuse to disclose the number of female combat- ants or associates in the armed forces or groups that they command. It is the human right of all women and girls who have been abducted to receive assistance to safely leave an armed force or group.Baseline information on patterns of weapons possession and ownership among women and girls should be collected \u2014 if possible, before demobilization \u2014 to gain an accurate picture of what should be expected during disarmament, and to guard against exploitation of women and girls by military personnel, in attempts either to cache weapons or control access to DDR.The assessment team should identify local capacities of women\u2019s organizations already working on security-related issues and work with them to learn about the presence of women and girls in armed groups and forces. All interventions should be designed to sup- port and strengthen existing capacity. (See Annex D for gender-responsive needs assessment and the capacities and vulnerabilities analysis matrix of women\u2019s organizations.)Along with community peace-building forums, women\u2019s organizations should routinely be consulted during assessment missions, as they are often a valuable source of information for planners and public information specialists about, for instance, the community\u2019s percep- tions of the dangers posed by illicit weapons, attitudes towards various types of weapons, the location of weapons caches and other issues such as trans-border weapons trade. Women\u2019s organizations can also provide information about local perceptions of returning female ex- combatants, and of women and girls associated with armed groups and forces.Working closely with senior commanders within armed forces and groups before demo- bilization to begin raising awareness about women\u2019s inclusion and involvement in DDR will have a positive impact and can help improve the cooperation of mid-level commanders where a functioning chain of command is in place.Female interpreters familiar with relevant terminology and concepts should be hired and trained by assessment teams to help with interviewing women and girls involved in or associated with armed groups or forces.Women\u2019s specific health needs, including gynaecological care, should be planned for. Reproductive health services (including items such as reusable sanitary napkins) and pro- phylactics against sexually transmitted infection (both male and female condoms) should be included as essential items in any health care packages.When planning the transportation of people associated with armed groups and forces to cantonment sites or to their communities, sufficient resources should be budgeted for to offer women and girls the option of being transported separately from men and boys, if their personal safety is a concern.The assessment team report and recommendations for personnel and budgetary require- ments for the DDR process should include provision for female DDR experts, female trans- lators and female field staff for reception centres and cantonment sites to which women combatants and women associated with armed forces and groups can safely report.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 9, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.2 Assessment phase", - "Heading3": "6.2.2. Assessment phase: Female-specific interventions", - "Heading4": "", - "Sentence": "The number and percentage of women and girls in armed groups and forces, and their rank and category, should be ascertained as far as possible before planning begins.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7370, - "Score": 0.57735, - "Index": 7370, - "Paragraph": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes. The narrow definition of who qualifies as a \u2018combatant\u2019 has been moti- vated to a certain extent by budgetary considerations, and this has meant that DDR planners have often overlooked or inadequately attended to the needs of a large group of people participating in and associated with armed groups and forces. However, these same peo- ple also present potential security concerns that might complicate DDR.If those who do not fit the category of a \u2018male, able-bodied combatant\u2019 are overlooked, DDR activities are not only less efficient, but run the risk of reinforcing existing gender inequalities in local communities and making economic hardship worse for women and girls in armed groups and forces, some of whom may have unresolved trauma and reduced physical capacity as a result of violence experienced during the conflict. Marginalized women with experience of combat are at risk for re-recruitment into armed groups and forces and may ultimately undermine the peace-building potential of DDR processes. The involvement of women is the best way of ensuring their longer-term participation in security sector reform and in the uniformed services more generally, which again will improve long-term security.Box 3 Why are female supporters/FAAFGs eligible for demobilization? \\n Female supporters and females associated with armed forces and groups shall enter DDR at the demobilization stage because, even if they are not as much of a security risk as combatants, the DDR process, by definition, will break down their social support systems through the demobilization of those on whom they have relied to make a living. If the aim of DDR is to provide broad-based community security, it cannot create insecurity for this group of women by ignoring their special needs. Even if the argument is made that women associated with armed forces and groups should be included in more broadly coordinated reintegration and recovery frameworks, it is important to remember that they will then miss out on specifically designed support to help them make the transition from a military to a civilian lifestyle. In addition, many of the programmes aimed at enabling communities to reinforce reintegration will not be in place early enough to deal with the immediate needs of this group of women.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 10, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "A strict \u2018one man, one gun\u2019 eligibility requirement for DDR, or an eligibility test based on proficiency in handling weapons, may exclude many women and girls from entry into DDR programmes.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7379, - "Score": 0.57735, - "Index": 7379, - "Paragraph": "In drafting a peace mission\u2019s plan of operations, the Department of Peacekeeping Operations (DPKO) shall reflect the recommendations of the assessment team and produce language that defines a mandate for a gender-sensitive DDR process in compliance with Security Council resolution 1325. Specifically, DDR programme participants shall include those who play support functions essential for the maintenance and cohesion of armed groups and forces, and reflect consideration of the needs of individuals dependent on combatants.When the Security Council establishes a peacekeeping operation with mandated DDR functions, components that will ensure gender equity should be adequately financed through the assessed budget of UN peacekeeping operations and not voluntary contributions alone. From the start, funds should be allocated for gender experts and expertise to help with the planning and implementation of dedicated programmes serving the needs of female ex-com- batants, supporters and dependants. Gender advisers and expertise should be considered essential in the staffing structure of DDR units.The UN should facilitate financial support of the gender components of DDR processes. DDR programme budgets should be made gender-responsive by allocating sufficient amounts of resources to all gender-related activities and female-specific interventions.When collaborating with regional, bilateral and multilateral organizations, DDR prac- titioners should encourage gender mainstreaming and compliance with Security Council resolution 1325 throughout all DDR efforts that they lead or support, encouraging all partners, such as client countries, donors and other stakeholders, to dedicate human and economic resources towards gender mainstreaming throughout all phases of DDR.DDR practitioners should ensure that the various personnel of the peacekeeping mission, from the SRSG to the troops on the ground, are aware of the importance of gender consid- erations in DDR activities. Several strategies can be used: (1) ensuring that DDR training programmes that are routinely provided for military and civilian staff reflect gender-related aspects; (2) developing accountability mechanisms to ensure that all staff are committed to gender equity; and (3) integrating gender training into the training programme for the troops involved.Box 4 Gender training in DDR \\n\\n Main topics of training \\n Gender mainstreaming and human rights \\n Sexual and gender-based violence \\n Gender roles and relations (before, during and after the conflict) \\n Gender identities \\n Gender issues in HIV/AIDS and human trafficking \\n\\n Main participants \\n Ex-combatants, supporters, dependants (both male and female) \\n DDR programme staffs \\n Representatives of government \\n Women\u2019s groups and NGOs \\n Community leaders and traditional authorities", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 11, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.1. Demobilization mandates, scope, institutional arrangements: Gender-aware interventions", - "Heading4": "", - "Sentence": "In drafting a peace mission\u2019s plan of operations, the Department of Peacekeeping Operations (DPKO) shall reflect the recommendations of the assessment team and produce language that defines a mandate for a gender-sensitive DDR process in compliance with Security Council resolution 1325.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7385, - "Score": 0.57735, - "Index": 7385, - "Paragraph": "Definitions of who is a dependant should reflect the varied nature and complexity of the conflict situation, where dependent women and girls may not be legal wives of ex-combatants. Where a male ex-combatant and a woman or girl live as man and wife according to local perceptions and practices, this will guarantee the eligibility of the woman or girl for inclu- sion in the DDR programme. Eligibility criteria should be determined so that they include \u2014 where relevant \u2014 multiple wives (both formal and informal) of a male ex-combatant. The dependants of an ex-combatant should include any person living as part of the ex- combatant\u2019s household under their care.xxIn situations where governments are responsible for all or part of the DDR process, UN representatives should encourage national DDR commissions to work closely with government ministries in charge of women\u2019s affairs, as well as women\u2019s peace-building networks. National DDR commissions should be encouraged to employ women in leader- ship positions and assign gender focal points within the commission.Troop-contributing countries should be encouraged by DPKO to make it an urgent priority to deploy women in peacekeeping operations. Female military personnel with gen- der training should be used as much as possible during the DDR process, in particular during the initial stages of screening and identification. Female military personnel should also play an important role in receiving and transmitting information on gender-based violence and/or sexual exploitation and abuse occurring in DDR sites.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 12, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.3 Demobilization", - "Heading3": "6.3.2. Demobilization mandates, scope, institutional arrangements: Female-specific interventions", - "Heading4": "", - "Sentence": "Definitions of who is a dependant should reflect the varied nature and complexity of the conflict situation, where dependent women and girls may not be legal wives of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7392, - "Score": 0.57735, - "Index": 7392, - "Paragraph": "Transitional support can include one or more of the following: financial resources; material resources; and basic training. The overall aim should be to ensure that the distribution of benefits enables women and girls to have the same economic choices as men and boys, regardless of the roles they performed during the war, and that women and men, and girls and boys are able to engage constructively in reintegration activities that contribute to overall security in their communities.A good understanding of women\u2019s rights and social attitudes relating to women\u2019s access to economic resources is needed when designing the benefits package. This will assist planners in designing the package in a way that will allow women to keep control over benefits, especially financial reinsertion packages, after leaving the cantonment site. For example, providing land as part of the benefits package may not be appropriate in a country where women cannot legally own land.Although DDR planners have assumed that financial packages given to male ex-com- batants will be used for the benefit of family members, anecdotal evidence from the field suggests that demobilized men use their start- up cash irresponsibly, rather than to the benefit of family and community. This com- promises the success of DDR programmes and undermines security and community recovery. On the other hand, much empirical evidence from the field indicates that women use the resources they are given for family sustenance and community development. For reintegration to be sustainable, gendered strategies must be developed that will equally benefit women and men, and ensure the equitable distribution of aid and resources within the family unit.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 13, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional support can include one or more of the following: financial resources; material resources; and basic training.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7399, - "Score": 0.57735, - "Index": 7399, - "Paragraph": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites. This assessment should take place as early as possible so that train- ing programmes are ready when ex-combatants and supporters need them.Opportunities for women\u2019s economic independence should be considered and potential problems faced by women entering previously \u2018male\u2019 workplaces and professions should be dealt with as far as possible. Offering demobilized women credit and capital should be viewed as a positive investment in reconstruction, since women have an established record of high rates of return and reinvestment.Demobilization packages for men and boys should be also sensitive to their different gender roles and identities. Demobilization packages might be prepared under the assump- tion that men are the \u2018breadwinner\u2019 in a household, which might pressurize men to be more aggressively hierarchical in their behaviour at home. Men can also feel emasculated when women appear more successful than them, and may express their frustration in increased violence. More careful preparation is needed so that transitional support packages will not reinforce negative gender stereotypes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 13, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "6.4.1. Transitional support: Gender-aware interventions", - "Heading4": "", - "Sentence": "When planning the demobilization package, women/girls and men/boys who were armed ex-combatants and supporters should receive equitable and appropriate basic demobili- zation benefits packages, including access to land, tools, credit and training.Planning should include a labour market assessment that provides details of the various job options and market opportunities that will be available to men and women after they leave demobilization sites.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7405, - "Score": 0.57735, - "Index": 7405, - "Paragraph": "If cash hand-outs are given to DDR participants as part of their transitional support, the needs and spending patterns of women should be taken into account, and accommodated as much as possible (e.g., do women prefer large payments of cash or monthly payments? Does either form of payment subject women and girls to additional security risks?).Women\u2019s traditional forms of money management should be recognized and supported (e.g., through rotational loan and credit schemes or other innovative forms of microcredit), and, where available, women should be given access to banks and encouraged to open private bank accounts to safeguard their money.Education and training efforts should deal with the needs and desires of the women and girls and start as soon as possible during the demobilization phase. Experience has shown that women and girls tend to be overwhelmed by household responsibilities and may be unable to move around freely once they return home, and are therefore less likely to be able to attend training programmes. Women\u2019s access will be greatly improved if efforts are made to provide child-care and other services.In many countries, women and girls have lower educational levels and are skilled in jobs that earn less money than their male peers. This should be taken into account in training programmes through providing additional resources for literacy and training in high-earning skills for women and girls. Skills should be culturally appropriate as far as possible, although efforts should be made not to restrict women to low-paid \u2018traditional\u2019 female work, since the post-conflict period offers the possibility of social transformation, including making use of skills acquired by women in wartime.Educational opportunities should be equally available to female and male children of ex-combatants and widows.The spouse or other female family mem- bers of a male ex-combatant should be brought in to witness the signing of an agreement on how his money will get paid. In this way, the resources may actually get passed on to the family, and from there move into the broader community.Receiving communities and women community leaders should be informed about the intention and use of reintegration packages and their potential impact. It cannot be assumed that the benefits of DDR will automatically enrich the community that they enter; they may in fact cause resentment and violence. Efforts should be made to include communities when deciding how development packages will be provided so that ex-combatants\u2019 access to these resources can be influenced and monitored by the community to which they return.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 14, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.4 Transitional support", - "Heading3": "6.4.2. Transitional support: Female-specific interventions", - "Heading4": "", - "Sentence": "If cash hand-outs are given to DDR participants as part of their transitional support, the needs and spending patterns of women should be taken into account, and accommodated as much as possible (e.g., do women prefer large payments of cash or monthly payments?", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7415, - "Score": 0.57735, - "Index": 7415, - "Paragraph": "Female ex-combatants are less likely to ask to participate in DDR than their male peers, for a variety of reasons: \\n a failure to adequately assess the number of women and girl combatants, supporters and dependants in the assessment phase, so that women and girls are neither expected nor catered for; \\n women and girls in many post-war contexts having poorer access to news sources such as radios and being less likely to be able to read than men; \\n the stigma during peacetime of being associated with an armed force or group; \\n the perception or fact that a weapon is required for participation in a DDR programme; \\n security concerns or a fear of exposure or re-exposure to sexual and gender-based violence; \\n in some cases, commanders deliberately holding girls back because they are considered essential workers and the most desirable sexual partners within the group.2 They may also hide women and girls who have been abducted, for fear of legal and social consequences. Measures should be put in place to ensure women know they have the right to leave, and the capacity to do so in safety.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 15, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "", - "Heading4": "", - "Sentence": "Female ex-combatants are less likely to ask to participate in DDR than their male peers, for a variety of reasons: \\n a failure to adequately assess the number of women and girl combatants, supporters and dependants in the assessment phase, so that women and girls are neither expected nor catered for; \\n women and girls in many post-war contexts having poorer access to news sources such as radios and being less likely to be able to read than men; \\n the stigma during peacetime of being associated with an armed force or group; \\n the perception or fact that a weapon is required for participation in a DDR programme; \\n security concerns or a fear of exposure or re-exposure to sexual and gender-based violence; \\n in some cases, commanders deliberately holding girls back because they are considered essential workers and the most desirable sexual partners within the group.2 They may also hide women and girls who have been abducted, for fear of legal and social consequences.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7417, - "Score": 0.57735, - "Index": 7417, - "Paragraph": "Male and female ex-combatants should be equally able to get access to clear information on their eligibility for participation in DDR programmes, as well as the benefits available to them and how to obtain them. At the same time, information and awareness-raising sessions should be offered to the communities that will receive ex-combatants, especially to women\u2019s groups, to help them understand what DDR is, and what they can and cannot expect to gain from it.Information campaigns though the media (e.g., radio and newspapers) should provide information that encourages ex-combatants, supporters and dependants to join programmes. However, it is important to bear in mind that women do not always have access to these tech- nologies, and word of mouth may be the best way of spreading information aimed at them.Eligibility criteria for the three groups of participants should be clearly provided through the information campaign. This includes informing male ex-combatants that women and girls are participants in DDR and that they (i.e., the men) face punishment if they do not release sex slaves. Women and girls should be informed that separate accommodation facil- ities and services (including registration) will be provided for them. Female staff should be present at all assembly areas to process women who report for DDR.Gender balance shall be a priority among staff in the assembly and cantonment sites. It is especially important that men see women in positions of authority in DDR processes. If there are no female leaders (including field officers), men are unlikely to take seriously education efforts aimed at changing their attitudes and ideas about militarized, masculine power. Therefore, information campaigns should emphasize the importance of female lead- ership and of coordination between local women\u2019s NGOs and other civil society groups.Registration forms and questionnaires should be designed to supply sex-disaggregated data on groups to be demobilized.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 15, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.1. Assembly: Gender-aware interventions", - "Heading4": "", - "Sentence": "Male and female ex-combatants should be equally able to get access to clear information on their eligibility for participation in DDR programmes, as well as the benefits available to them and how to obtain them.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7426, - "Score": 0.57735, - "Index": 7426, - "Paragraph": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them. In the past, commanders have been known to remove weapons from the possession of girls and women combatants when DDR begins. Public information and advocacy cam- paigners should ensure that information on women-specific assistance, as well as on women\u2019s rights, is transmitted through various media.Many female combatants, supporters, females associated with armed groups and forces, and female dependants were sexually abused during the war. Links should be developed between the DDR programme and the justice system \u2014 and with a truth and reconciliation commission, if it exists \u2014 to ensure that criminals are prosecuted. Women and girls par- ticipating in the DDR process should be made aware of their rights at the cantonment and demobilization stages. DDR practitioners may consider taking steps to gather information on human rights abuses against women during both stages, including setting up a separate and discreet reporting office specifically for this purpose, because the process of assembling testimonies once the DDR participants return to their communities is complicated.Female personnel, including translators, military staff, social workers and gender ex- perts, should be available to deal with the needs and concerns of those assembling, who are often experiencing high levels of anxiety and facing particular problems such as separation from family members, loss of property, lack of identity documents, etc.In order for women and girl fighters to feel safe and welcomed in a DDR process, and to avoid their self-demobilization, female workers at the assembly point are essential. Training should be put in place for female field workers whose role will be to interview female combatants and other participants in order to identify who should be included in DDR processes, and to support those who are eligible. (See Annex C for gender-sensitive interview questions.)Box 5 Gender-sensitive measures for interviews \\n Men and women should be interviewed separately. \\n They should be assured that all conversations are confidential. \\n Both sexes should be interviewed. \\n Female ex-combatants and supporters must be interviewed by female staff and female interpreters with gender training, if possible. \\n Questions must assess women\u2019s and men\u2019s different experiences, gender roles, relations and identities. \\n Victims of gender-based violence must be interviewed in a very sensitive way, and the interviewer should inform them of protection measures and the availability of counselling. If violence is disclosed, there must be some capacity for follow-up to protect the victim. If no such assistance is available, other methods should be developed to deal with gender-based violence.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 16, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.5 Assembly", - "Heading3": "6.5.2. Assembly: Female-specific interventions", - "Heading4": "", - "Sentence": "It is imperative that information on the DDR process, including eligibility and benefits, reach women and girls associated with armed groups or forces, as commanders may try to exclude them.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 7442, - "Score": 0.57735, - "Index": 7442, - "Paragraph": "The physical layout of the reception centre should be structured so that women and girls may register separately from their male partner, and receive separate identity cards. This will help ensure the safety and autonomy of women and girls who are sex slaves or forced \u2018wives\u2019, for whom the assembly point may offer a rare opportunity for escape from their captors.Separate facilities will be made available to male and female DDR participants at the cantonment site. However, it is also important to make space available for families that do not wish to be separated. Men, women, boys and girls will initially be escorted to separate facilities, but reassured and shown that there will be frequent opportunities offered for con- tact in the early stages of the demobilization processes, as families may have joint decisions to make about their futures. However, women and girls should be given the option of being out of contact with their male counterparts, if they choose to be.Men, women, boys and girls should be offered equal (but, if necessary, separate) access to education about HIV/AIDS, including voluntary testing, and other health services and supplies (also see IDDRS 5.60 on HIV/AIDS and DDR).Efforts should be made to balance domestic duties between men and women so that rather than collecting fuel or water, women and girls can take equal advantage of briefings, retrainings and other facilities at the site. An unequal division of domestic duties can also make women and girls more likely to suffer gender-based violence as they leave the site to fetch water, food or fuel.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 17, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.6 Cantonment", - "Heading3": "6.6.1. Cantonment: Gender-aware interventions", - "Heading4": "", - "Sentence": "The physical layout of the reception centre should be structured so that women and girls may register separately from their male partner, and receive separate identity cards.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7448, - "Score": 0.57735, - "Index": 7448, - "Paragraph": "If women and girls are to take advantage of training and education opportunities offered in the cantonment phase, child-care provisions cannot be optional or considered as non-essential. In order to safeguard against sexual violence, latrines, ablution areas, and washing and kitchen facilities should be placed in open areas and should be well lit at night. Cooking facilities, fuel and water should be provided so that women and girls do not need to leave the cantonment area.Health care services, which include reproductive and psychosocial health services, are essential. Women and girls may have specific health and psychosocial needs, e.g., relating to maternity or gender-based violence. Cantonment sites should provide birthing kits, suffi- cient clean water, supplemental feeding and medical facilities. Women and girls who have been abducted and/or suffered sexual assault during and after the conflict should be assisted by women who are trained in trauma management and offered counselling services, pro- vided that these are culturally acceptable and appropriate. Such assistance is essential to allow female ex-combatants in particular to participate in training and receive any health care or counselling services required.Opportunities should be provided during cantonment to educate women and girls about their rights, e.g., the right to own land or the right to take legal action against those who have committed crimes against them.In some countries, demobilized soldiers are offered opportunities to be employed in new security structures. Female ex-combatants should be provided with the same opportuni- ties as their male counterparts to join the restructured police and security forces.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 17, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.6 Cantonment", - "Heading3": "6.6.2. Cantonment: Female-specific interventions", - "Heading4": "", - "Sentence": "If women and girls are to take advantage of training and education opportunities offered in the cantonment phase, child-care provisions cannot be optional or considered as non-essential.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7456, - "Score": 0.57735, - "Index": 7456, - "Paragraph": "Weapons possession has traditionally been a criterion for eligibility in DDR programmes. Because women and girls are often less likely to possess weapons even when they are actively engaged in armed forces and groups, and because commanders have been known to remove weapons from the possession of women and girls before assembly, this criterion often leads to the exclusion of women and girls from DDR processes (also see IDDRS 4.10 on Disarmament).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 17, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.7. Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Weapons possession has traditionally been a criterion for eligibility in DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7458, - "Score": 0.57735, - "Index": 7458, - "Paragraph": "Women\u2019s equal access to secure disarmament sites is important to ensure that gendered stereo- types of male and female weapons ownership are not reinforced.Ongoing programmes to disarm, through weapons collections, weapons amnesties, the creation of new gun control laws that assist in the registration of legally owned weapons, programmes of action such as weapons in exchange for development (WED; also referred to as WfD), and other initiatives, should be put in place to support reintegration and devel- opment processes. Such initiatives should be carried out with a full understanding of the gender dynamics in the society and of how gun ownership is gendered in a given context. Media images that encourage or support violent masculinity should be discouraged.Other incentives can be given that replace the prestige and power of owning a weap- on, and social pressure can be applied when communities have a sense of involvement in weapons-collection processes. Men are traditionally associated with the use, ownership and promotion of small arms, and are injured and killed by guns in far larger numbers than are women. However, the difference between female and male gun ownership does not mean that women have no guns. They may pose threats to security and are not only nurturers, innocents and victims in situations of armed conflict.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 18, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.7. Disarmament", - "Heading3": "6.7.1. Disarmament: Gender-aware interventions", - "Heading4": "", - "Sentence": "Women\u2019s equal access to secure disarmament sites is important to ensure that gendered stereo- types of male and female weapons ownership are not reinforced.Ongoing programmes to disarm, through weapons collections, weapons amnesties, the creation of new gun control laws that assist in the registration of legally owned weapons, programmes of action such as weapons in exchange for development (WED; also referred to as WfD), and other initiatives, should be put in place to support reintegration and devel- opment processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7464, - "Score": 0.57735, - "Index": 7464, - "Paragraph": "At the weapons-collection sites, identification of female ex-combatants who return their weapons and female community members who hand in weapons on behalf of ex-combatants is vital in order to collect and distribute different types of information. Female ex-combatants can be a source of information about the number, location and situation of hidden weapons, and can be asked about these, provided there are adequate security measures to protect the identity of the informant. Programme staff should also ask female community members if they know any female ex-combatant, supporter or dependant who has \u2018self-reintegrated\u2019 and ask them to participate in any WED programmes and other disarmament processes.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 18, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.7. Disarmament", - "Heading3": "6.7.2. Disarmament: Female-specific interventions", - "Heading4": "", - "Sentence": "At the weapons-collection sites, identification of female ex-combatants who return their weapons and female community members who hand in weapons on behalf of ex-combatants is vital in order to collect and distribute different types of information.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7467, - "Score": 0.57735, - "Index": 7467, - "Paragraph": "WED projects are ideal opportunities for delivering specific training for women and girls, as such projects are often tied to the provision of services or goods that can reduce the burden of care disproportionately placed on women and girls in many parts of the world, such as water and fuel collection.Existing efforts of women\u2019s NGOs and female community leaders to raise awareness of weapons spread and misuse should be identified and recognized when planning long-term disarmament processes.Women\u2019s knowledge of trading routes, weapons caches, and other sources of hidden small arms and light weapons should be accessed, where this can be done safely, during the field assessment phase, and this information should be used in disarmament planning. Those conducting interviews will need to establish a close relationship with interviewees; and there is a moral responsibility on the part of such interviewers to protect their sources.When surveys are being carried out to determine attitudes to small arms and light weap- ons, women and girls (both those who participated in conflicts and community members) should be interviewed at the same time as, but separately from, men.Educating and including women prominently in disarmament activities can strengthen women\u2019s profile and leadership roles in the public sphere, and should be encouraged. Opportun- ities should be taken to link women\u2019s knowledge and awareness of disarmament to the pro- motion of their broader political participation and involvement in community development.Collected weapons should be properly guarded and, ideally, destroyed. The involvement of women\u2019s groups in monitoring weapons collection and destruction, and as participants in destruction ceremonies, can be a powerful way of solidifying community support for and investment in the peace process.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 18, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.7. Disarmament", - "Heading3": "6.7.3. Arms reduction and control: Female-specific interventions", - "Heading4": "", - "Sentence": "WED projects are ideal opportunities for delivering specific training for women and girls, as such projects are often tied to the provision of services or goods that can reduce the burden of care disproportionately placed on women and girls in many parts of the world, such as water and fuel collection.Existing efforts of women\u2019s NGOs and female community leaders to raise awareness of weapons spread and misuse should be identified and recognized when planning long-term disarmament processes.Women\u2019s knowledge of trading routes, weapons caches, and other sources of hidden small arms and light weapons should be accessed, where this can be done safely, during the field assessment phase, and this information should be used in disarmament planning.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7471, - "Score": 0.57735, - "Index": 7471, - "Paragraph": "After demobilization, mechanisms should be put in place to allow female ex-combatants and supporters to return to their destination of choice using a safe means of transport that minimizes exposure to gender-based violence, re-recruitment and abduction or human trafficking.Female ex-combatants and supporters should be properly catered for and included in any travel assistance that is offered after encampment. If a journey will take several days, the needs of women and girls and their children should be catered for, with separate vehicles made available if required.Female ex-combatants and supporters should be free to choose where they will live, and can decide to return to a rural area from which they or their partner came, or to move to a semi-urban or urban area where they may have more freedom from traditional gender roles. Those who have been attached to an armed force or group for a long period of time might not know where they want to go, and therefore need more time and special support to help them decide.A transitional safety net should be put in place to help resettled female ex-combatants and supporters with housing, health care and counselling, and offer educational support to get their children (especially girls) into school.Female ex-combatants and supporters should be fully informed about, and able to access, any reintegration support services, e.g., a local demobilization support office, if one is established.Measures should be put in place to help reunify mothers and children.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 19, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.8. Resettlement", - "Heading3": "6.8.1. Resettlement: Female-specific interventions", - "Heading4": "", - "Sentence": "After demobilization, mechanisms should be put in place to allow female ex-combatants and supporters to return to their destination of choice using a safe means of transport that minimizes exposure to gender-based violence, re-recruitment and abduction or human trafficking.Female ex-combatants and supporters should be properly catered for and included in any travel assistance that is offered after encampment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7474, - "Score": 0.57735, - "Index": 7474, - "Paragraph": "Ex-combatants who have been wounded or disabled in action, or have become chronically ill owing to exposure to combat, should be provided with medical care, counselling, reha- bilitation facilities and relevant vocational training. Counselling should also deal with problems such as drugs, alcohol and gender-based violence. These measures will reduce the burden of care that is carried by women and girls, usually unpaid, and can lead to nega- tive coping mechanisms, such as the withdrawal of girls from school to care for disabled relatives.Ex-combatants, their partners and dependants, and receiving families and communities need to be sensitized to the difficulties of readjustment to civilian life of persons participat- ing in or associated with armed groups and forces. Messages of reconciliation should also deal with the problems and specific needs of women and girls who may have suffered abuse in armed groups or forces.Leadership training for community leaders, including church leaders, traditional author- ities and women\u2019s NGOs, should be carried out before community sensitization projects begin, in order to inform them about community development projects associated with reintegration programmes and to strengthen their leadership skills. Training for community members should also include gender training.The media and arts should be used to exchange ideas and experiences and encourage a culture of peace, and respect for human rights and women\u2019s rights", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 19, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.9. Social reintegration", - "Heading3": "6.9.1. Social reintegration: Gender-aware interventions", - "Heading4": "", - "Sentence": "Ex-combatants who have been wounded or disabled in action, or have become chronically ill owing to exposure to combat, should be provided with medical care, counselling, reha- bilitation facilities and relevant vocational training.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7479, - "Score": 0.57735, - "Index": 7479, - "Paragraph": "As part of the broad consultation carried out with a wide variety of social actors, community awareness-raising meetings should be held to prepare the community to receive ex-combat- ants. Inclusion of women and women\u2019s organizations in these processes shall be essential, as women often play a central role in post-conflict reconstruction and the provision of care. Receiving communities should be informed about the intention and use of reintegration programmes and their potential impact on community development and sustainable peace- building. WED projects should recognize the important role of women in development activities, and should organize information campaigns specifically for female community members.Resources should be allocated to train female community members, ex-combatants and supporters to understand and cope with traumatized children, including how to help ab- ducted girls gain demobilization and reintegration support. It is unfair to burden women with the challenges of reintegrating and rehabilitating child soldiers simply because they are usually the primary caregivers of children.Women\u2019s organizations should be supported; and should be trained to participate in healing and reconciliation work in general, and, in particular, to assist in the reconciliation and reintegration of ex-combatants from different factions. Have women in the post-conflict zone already begun the process of reconstruction after war? Is this work recognized and supported?The expertise of female ex-combatants and supporters \u2014 which may be non-traditional expertise \u2014 should be recognized, respected and utilized by other women. Female ex- combatants\u2019 reintegration should be connected to broader strategies aimed at women\u2019s post-conflict development in order to prevent resentment against fighters as a \u2018privileged\u2019 group.Radio networks should include women\u2019s voices and experiences when educating local people about those who are being reintegrated, to prevent potential tensions from developing.Community mental health practices (such as cleansing ceremonies) should be encour- aged to contribute to the long-term psychological rehabilitation of ex-combatants and to address women\u2019s and girls\u2019 specific suffering or trauma (often a result of sexualized violence), as long as they encourage and support rather than undermine women\u2019s and girls\u2019 human rights and well-being.Female ex-combatants should have equal access to legal aid or support to assist them in combating discrimination (in both the private and public spheres).The establishment of formal/informal network groups among female ex-combatants and supporters should be encouraged, with support from women\u2019s NGOs. This will give them an opportunity to support each other and foster leadership. Particularly for those who decide to go to a new place rather than home, such support will be essential.Box 6 Example of factors that may contribute to women\u2019s social reintegration \\n\\n The level of women\u2019s participation in decision-making: \\n in the household \\n at the community level \\n at the national and government levels \\n\\n The public image and self-image of women and men \\n\\n The public and private/domestic roles of women and men* \\n the level of diversity and flexibility in these gender roles \\n inflexible gender roles \\n\\n The public perception of gender-based violence, including rape \\n\\n Organizational and other capacity of women\u2019s NGOs and women\u2019s ministries \\n\\n Social networks of local women\u2019s groups, female community leaders and church leaders \\n\\n Media coverage of women and gender issues \\n * Note: An assessment of gender roles could help women and men to think about: \\n\\n what women and men can and cannot do in their society \\n\\n what kinds of expectations the community has of women and men \\n\\n what barriers women and men face if they want to perform non-traditional roles \\n\\n in what area(s) women and men could transform their gender roles \\n\\n how women\u2019s and men\u2019s roles have changed during conflict", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 20, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.9. Social reintegration", - "Heading3": "6.9.2. Social reintegration: Female-specific interventions", - "Heading4": "", - "Sentence": "As part of the broad consultation carried out with a wide variety of social actors, community awareness-raising meetings should be held to prepare the community to receive ex-combat- ants.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 7489, - "Score": 0.57735, - "Index": 7489, - "Paragraph": "Women and girls may have acquired skills during the conflict that do not fit in with tradi- tional ideas of appropriate work for women and girls, so female ex-combatants often find it more difficult than male ex-combatants to achieve economic success in the reintegration period, especially if they have not received their full entitlements under the DDR programme. Women often find it more difficult to get access to credit, especially the bigger amounts needed in order to enter the formal sectors of the economy. With few job opportunities, particularly within the formal sector, women and girls have limited options for economic success, which has serious implications if they are the main providers for their dependants. The burden of care that many women and girls shoulder means they are less able to take advantage of training and capacity-building opportunities that could offer them better opportunities for economic self-sufficiency.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 21, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.10. Economic reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Women and girls may have acquired skills during the conflict that do not fit in with tradi- tional ideas of appropriate work for women and girls, so female ex-combatants often find it more difficult than male ex-combatants to achieve economic success in the reintegration period, especially if they have not received their full entitlements under the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7493, - "Score": 0.57735, - "Index": 7493, - "Paragraph": "Measures should be put in place to prevent women ex-combatants, supporters, dependants and war widows from being forced to live on the fringes of the economy. Even excessive reliance on women\u2019s unpaid or low-paid NGO activity might become a substitute for their meaningful participation in the labour market.One of the greatest needs of ex-combatants and their families is access to land and housing. In securing these, specific gender dynamics should be taken into account, particu- larly when traditional practices do not allow female-headed households or women\u2019s land ownership. Legal reform should aim to get rid of this exclusion.In many societies, the production of crops and animal husbandry is divided among household members according to gender and age. This division of labour should be assessed and should be taken into account when providing reintegration assistance that is aimed at reviving the agricultural sector, improving food security and securing livelihoods for ex- combatants.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 21, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.10. Economic reintegration", - "Heading3": "6.10.1. Economic reintegration: Gender-aware interventions", - "Heading4": "", - "Sentence": "Measures should be put in place to prevent women ex-combatants, supporters, dependants and war widows from being forced to live on the fringes of the economy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7498, - "Score": 0.57735, - "Index": 7498, - "Paragraph": "Special measures have to be put in place to ensure that female participants have equal training and employment opportunities after leaving the cantonment site. Funding should be allocated for childcare to be provided, and for training to be conducted as close as possible to where the women and girls live. This will also reduce the chances of irregular attendance as a result of problems with transport (e.g., infrequent buses) or mobility (e.g., cultural restric- tions on women\u2019s travel). Barriers such as employers refusing to hire women ex-combatants or narrow expectations of the work women are permitted to do should be taken into account before retraining is offered. Potential employees should be identified for sensitization train- ing to encourage them to employ female ex-combatants.Women and girls should be given a say in determining the types of skills they learn. They should be provided with options that will allow them to build on useful skills acquired during their time with armed groups and forces, including skills that may not usually be considered \u2018women\u2019s work\u2019, such as driving or construction jobs. They should be taught vocational skills in fields for which there is likely to be a long-term demand. Those success- fully completing vocational training should be issued with certificates confirming this.Widows, widowers and dependants of ex-combatants killed in action may need financial and material assistance. They should be assisted in setting up income-generating initiatives. Widows and widowers should be made active participants in reintegration training pro- grammes and should also be able to benefit from credit schemes.Because women\u2019s homes are often the main geographical base for their work, technical and labour support systems should be in place to assist demobilized women in building a house and to support self-employment opportunities.Single or widowed women ex-combatants should be recognized as heads of household and permitted to own and rent existing housing and land.Measures should be taken to protect women ex-combatants or war widows from being forced into casual labour on land that is not their own.Where needed, particularly in rural areas, women should be provided with training in agricultural methods and they should have the right to farm cash crops and own and use livestock, as opposed to engaging in subsistence agriculture.Security should be provided for women on their way to work, or to the marketplace, particularly to protect them from banditry, especially in places with large numbers of small arms.Women should have equal access to communally owned farming tools and water- pumping equipment, and have the right to own such equipment.Greater coordination with development agencies and women\u2019s NGOs that carry out projects to assist women, such as adult literacy courses, microcredit facilities and family planning advice, is essential to make this reintegration programme sustainable and to reach all beneficiaries.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 22, - "Heading1": "6. Gender-responsive DDR", - "Heading2": "6.10. Economic reintegration", - "Heading3": "6.10.2. Economic reintegration: Female-specific interventions", - "Heading4": "", - "Sentence": "Special measures have to be put in place to ensure that female participants have equal training and employment opportunities after leaving the cantonment site.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 7508, - "Score": 0.57735, - "Index": 7508, - "Paragraph": "Empowerment: Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self- reliance. No one can empower another; only the individual can empower herself or himself to make choices or to speak out. However, institutions, including international cooperation agencies, can support processes that can nurture self-empowerment of individuals or groups.3 Empowerment of participants, regardless of their gender, should be a central goal of any DDR interventions, and measures should be taken to ensure that no particular group is disem- powered or excluded through the DDR process.Gender: The social attributes and opportunities associated with being male and female and the relationships between women, men, girls and boys, as well as the relations between women and those between men. These attributes, opportunities and relationships are socially con- structed and are learned through socialization processes. They are context/time-specific and changeable. Gender is part of the broader sociocultural context. Other important criteria for sociocultural analysis include class, race, poverty level, ethnic group and age.4 The concept of gender also includes the expectations held about the characteristics, aptitudes and likely behaviours of both women and men (femininity and masculinity). The concept of gender is vital, because, when it is applied to social analysis, it reveals how women\u2019s sub- ordination (or men\u2019s domination) is socially constructed. As such, the subordination can be changed or ended. It is not biologically predetermined, nor is it fixed forever.5 As with any group, interactions among armed forces and groups, members\u2019 roles and responsibili- ties within the group, and interactions between members of armed forces/groups and policy and decision makers are all heavily influenced by prevailing gender roles and gender rela- tions in society. In fact, gender roles significantly affect the behaviour of individuals even when they are in a sex-segregated environment, such as an all-male cadre.Gender analysis: The collection and analysis of sex-disaggregated information. Men and women perform different roles in societies and in armed groups and forces. This leads to women and men having different experience, knowledge, talents and needs. Gender analysis explores these differences so that policies, programmes and projects can identify and meet the different needs of men and women. Gender analysis also facilitates the strategic use of distinct knowledge and skills possessed by women and men, which can greatly improve the long-term sustainability of interventions.6 In the context of DDR, gender analysis should be used to design policies and interventions that will reflect the different roles, capacity and needs of women, men, girls and boys.Gender balance: The objective of achieving representational numbers of women and men among staff. The shortage of women in leadership roles, as well as extremely low numbers of women peacekeepers and civilian personnel, has contributed to the invisibility of the needs and capacities of women and girls in the DDR process. Achieving gender balance, or at least improving the representation of women in peace operations, has been defined as a strategy for increasing operational capacity on issues related to women, girls, gender equality and mainstreaming.7Gender equality: The equal rights, responsibilities and opportunities of women and men and girls and boys. Equality does not mean that women and men will become the same, but that women\u2019s and men\u2019s rights, responsibilities and opportunities will not depend on whether they are born male or female. Gender equality implies that the interests, needs and priorities of both women and men are taken into consideration, while recognizing the di- versity of different groups of women and men. Gender equality is not a women\u2019s issue, but should concern and fully engage men as well as women. Equality between women and men is seen both as a human rights issue and as a precondition for, and indicator of, sus- tainable people-centred development.8Gender equity: The process of being fair to men and women. To ensure fairness, measures must often be put in place to compensate for the historical and social disadvantages that prevent women and men from operating on a level playing field. Equity is a means; equality is the result.9Gender mainstreaming: Defined by the 52nd session of the UN Economic and Social Council (ECOSOC) in 1997 as \u201cthe process of assessing the implications for women and men of any planned action, including legislation, policies or programmes, in all areas and at all levels. It is a strategy for making women\u2019s as well as men\u2019s concerns and experiences an integral dimension of the design, implementation, monitoring and evaluation of policies and pro- grammes in all political, economic and societal spheres so that women and men benefit equally and inequality is not perpetrated. The ultimate goal of this strategy is to achieve gender equality.\u201d10 Gender mainstreaming emerged as a major strategy for achieving gen- der equality following the Fourth World Conference on Women held in Beijing in 1995. In the context of DDR, gender mainstreaming is necessary in order to ensure that women and girls receive equitable access to assistance programmes and packages, and it should, there- fore, be an essential component of all DDR-related interventions. In order to maximize the impact of gender mainstreaming efforts, these should be complemented with activities that are directly tailored for marginalized segments of the intended beneficiary group.Gender relations: The social relationship between men, women, girls and boys. Gender relations shape how power is distributed among women, men, girls and boys and how that power is translated into different positions in society. Gender relations are generally fluid and vary depending on other social relations, such as class, race, ethnicity, etc.Gender-aware policies: Policies that utilize gender analysis in their formulation and design, and recognize gender differences in terms of needs, interests, priorities, power and roles. They recognize further that both men and women are active development actors for their community. Gender-aware policies can be further divided into the following three policies: \\n Gender-neutral policies use the knowledge of gender differences in a society to reduce biases in development work in order to enable both women and men to meet their practical gender needs. \\n Gender-specific policies are based on an understanding of the existing gendered division of resources and responsibilities and gender power relations. These policies use knowledge of gender difference to respond to the practical gender needs of women or men. \\n Gender-transformative policies consist of interventions that attempt to transform existing distributions of power and resources to create a more balanced relationship among women, men, girls and boys by responding to their strategic gender needs. These policies can target both sexes together, or separately. Interventions may focus on women\u2019s and/or men\u2019s practical gender needs, but with the objective of creating a conducive environment in which women or men can empower themselves.11Gendered division of labour is the result of how each society divides work between men and women according to what is considered suitable or appropriate to each gender.12 Atten- tion to the gendered division of labour is essential when determining reintegration oppor- tunities for both male and female ex-combatants, including women and girls associated with armed forces and groups in non-combat roles and dependants.Gender-responsive DDR programmes: Programmes that are planned, implemented, moni- tored and evaluated in a gender-responsive manner to meet the different needs of female and male ex-combatants, supporters and dependants.Gender-responsive objectives: Programme and project objectives that are non-discrimina- tory, equally benefit women and men and aim at correcting gender imbalances.13Practical gender needs: What women (or men) perceive as immediate necessities, such as water, shelter, food and security.14 Practical needs vary according to gendered differences in the division of agricultural labour, reproductive work, etc., in any social context.Sex: The biological differences between men and women, which are universal and deter- mined at birth.15Sex-disaggregated data: Data that are collected and presented separately on men and women.16 The availability of sex-disaggregated data, which would describe the proportion of women, men, girls and boys associated with armed forces and groups, is an essential precondition for building gender-responsive policies and interventions.Strategic gender needs: Long-term needs, usually not material, and often related to struc- tural changes in society regarding women\u2019s status and equity. They include legislation for equal rights, reproductive choice and increased participation in decision-making. The notion of \u2018strategic gender needs\u2019, first coined in 1985 by Maxine Molyneux, helped develop gender planning and policy development tools, such as the Moser Framework, which are currently being used by development institutions around the world. Interventions dealing with stra- tegic gender interests focus on fundamental issues related to women\u2019s (or, less often, men\u2019s) subordination and gender inequities.17Violence against women: Defined by the UN General Assembly in the 1993 Declaration on the Elimination of Violence Against Women as \u201cany act of gender-based violence that results in, or is likely to result in physical, sexual or psychological harm or suffering to women, including threats of such acts, coercion or arbitrary deprivation of liberty, whether occurring in public or in private. Violence against women shall be understood to encompass, but not be limited to, the following: \\n Physical, sexual and psychological violence occurring in the family, including batter- ing, sexual abuse of female children in the household, dowry-related violence, marital rape, female genital mutilation and other traditional practices harmful to women, non- spousal violence and violence related to exploitation; \\n Physical, sexual and psychological violence occurring within the general community, including rape, sexual abuse, sexual harassment and intimidation at work, in educa- tional institutions and elsewhere, trafficking in women and forced prostitution; \\n Physical, sexual and psychological violence perpetrated or condoned by the State, wherever it occurs.\u201d18", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 23, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Empowerment: Refers to women and men taking control over their lives: setting their own agendas, gaining skills, building self-confidence, solving problems and developing self- reliance.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 7548, - "Score": 0.57735, - "Index": 7548, - "Paragraph": "\\n How many women and girls are in and associated with the armed forces and groups? What roles have they played? \\n Are there facilities for treatment, counselling and protection to prevent sexualized vio- lence against women combatants, both during the conflict and after it? \\n Who is demobilized and who is retained as part of the restructured force? Do women and men have the same right to choose to be demobilized or retained? \\n Is there sustainable funding to ensure the long-term success of the DDR process? Are special funds allocated to women, and if not, what measures are in place to ensure that their needs will receive proper attention? \\n Has the support of local, regional and national women\u2019s organizations been enlisted to aid reintegration? \\n Has the collaboration of women leaders in assisting ex-combatants and widows returning to civilian life been enlisted? \\n Are existing women\u2019s organizations being trained to understand the needs and experiences of ex-combatants? \\n If cantonment is being planned, will there be separate and secure facilities for women? Will fuel, food and water be provided so women do not have to leave the security of the site? \\n If a social security system exists, can women ex-combatants easily access it? Is it specifically designed to meet their needs and to improve their skills? \\n Can the economy support the kind of training women might ask for during the demobi- lization period? \\n Have obstacles, such as narrow expectations of women\u2019s work, been taken into account? Will childcare be provided to ensure that women have equitable access to training opportunities? \\n Do training packages offered to women reflect local gender norms and standards about gender-appropriate behaviour or does training attempt to change these norms? Does this benefit or hinder women\u2019s economic independence? \\n Are single or widowed female ex-combatants recognized as heads of households and permitted access to housing and land? \\n Are legal measures in place to protect their access to land and water?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 27, - "Heading1": "Annex B: DDR gender checklist for peace operations assessment missions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n How many women and girls are in and associated with the armed forces and groups?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7569, - "Score": 0.57735, - "Index": 7569, - "Paragraph": "Field/Needs assessment for female ex-combatants, supporters and dependants should be carried out independently of general need assessment, because of the specific needs and concerns of women. Those assessing the needs of women should be aware of gender needs in conflict situations. The use of gender-analysis frameworks should be strongly encouraged to collect information and data on the following: \\n\\n Social and cultural context \\n Gender roles and gender division of labour (both in public and private spheres) \\n Traditional practices that oppose the human rights of women \\n\\n Political context \\n Political participation of women at the national and community levels \\n Access to education for girls \\n\\n Economic context \\n Socio-economic status of women \\n Women\u2019s access to and control over resources \\n\\n Capacity and vulnerability \\n Capacities and vulnerabilities of women and girls \\n Existing local support networks for women and girls \\n Capacities of local women\u2019s associations and NGOs \\n\\n Security \\n Extent of women\u2019s participation in the security sector (police, military, government) \\n Level of sexual and gender-based violence \\n\\n Specific needs of female ex-combatants, supporters and dependants (economic, social, physical, psychological, cultural, political, etc.)The methodology of data collection should be participatory, and sensitive to gender- related issues. The assessment group should include representatives from local women\u2019s organizations and the local community. This might mean that local female interpreter(s) and translator(s) are needed (also see IDDRS 3.20 on DDR Programme Design).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "1. Gender-responsive field/needs assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "Field/Needs assessment for female ex-combatants, supporters and dependants should be carried out independently of general need assessment, because of the specific needs and concerns of women.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7575, - "Score": 0.57735, - "Index": 7575, - "Paragraph": "The Capacities and Vulnerabilities Framework21 can be used to plan and measure the out- come of gender-responsive DDR programmes. This framework is also useful for assessing needs by mapping the strengths and weaknesses of the target population.The matrix below is an example of how the framework can be used. A similar approach can be created in the field, based on collective interviews and/or focus groups with women\u2019s NGOs, community leaders, female ex-combatants and supporters: \\n Capacities refer to the existing strengths of individuals and groups to cope with a crisis and to improve the quality of their lives; \\n Vulnerabilities refer to factors that weaken the people\u2019s ability to create positive changes in their lives and community.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "1. Gender-responsive field/needs assessment", - "Heading3": "1.1. Matrix to assess capacities and vulnerabilities", - "Heading4": "", - "Sentence": "The Capacities and Vulnerabilities Framework21 can be used to plan and measure the out- come of gender-responsive DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7578, - "Score": 0.57735, - "Index": 7578, - "Paragraph": "The formulation of a project/programme should reflect the results of needs assessments of female ex-combatants and other FAAFGs. Gender dimensions should be included in the following components: \\n programme goals; project objectives; \\n outputs; \\n indicative activities; \\n inputs; \\n indicators (for baseline data and monitoring and evaluation).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 30, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "2. Gender-responsive programme design", - "Heading3": "", - "Heading4": "", - "Sentence": "The formulation of a project/programme should reflect the results of needs assessments of female ex-combatants and other FAAFGs.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7580, - "Score": 0.57735, - "Index": 7580, - "Paragraph": "The formulation of a gender-responsive budget is a way of ensuring that female-specific interventions will be sufficiently funded. It also ensures that equal attention is paid to females and males by disaggregating costs by gender. Budgetary processes should ensure the par- ticipation of a DDR gender adviser, women\u2019s organizations and community members in order to encourage accountability and transparency.In addition to objectives, indicators and outputs defined in the programme design, there is a need to specify the following categories within a results-based budgeting framework: \\n female-specific activities (e.g., job training for female ex-combatants, counselling for the victims of gender-based violence) and its inputs (trained staff, adequate facilities); \\n gender training (to programme staff, government officials, ex-combatants, supporters and dependants) and its inputs (trained staff, adequate facilities); \\n gender adviser(s); \\n unit cost (per participant) of all activities disaggregated by gender. \\n\\n It is also advisable to ask donors to specify the allocation of funds to female-specific interventions and gender training (also see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 31, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "3. Gender-responsive budgeting in DDR programming", - "Heading3": "", - "Heading4": "", - "Sentence": "The formulation of a gender-responsive budget is a way of ensuring that female-specific interventions will be sufficiently funded.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7584, - "Score": 0.57735, - "Index": 7584, - "Paragraph": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR. At present, the gender dimensions of DDR are not monitored and evaluated effec- tively in DDR programmes, partly because of poorly allocated resources, and partly because there is a shortage of evaluators who are aware of gender issues and have the skills needed to include gender in their evaluation practices.To overcome these gaps, it is necessary to create a primary framework for gender- responsive M&E. Disaggregating existing data by gender alone is not enough. By identifying a set of specific indicators that measure the gender dimensions of DDR programmes and their impacts, it should be possible to come up with more comprehensive and practical recommendations for future programmes. The following matrixes show a set of gender- related indicators for M&E (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).These matrixes consist of six M&E frameworks: \\n 1.Monitoring programme performance (disarmament; demobilization; reintegration) \\n 2.Monitoring process \\n 3.Evaluation of outcomes/results \\n 4.Evaluation of impact \\n 5.Evaluation of budget (gender-responsive budget analysis) \\n 6.Evaluation of programme management.The following are the primary sources of data, and data collection instruments and techniques: \\n national and municipal government data; \\n health-related data (e.g., data collected at ante-natal clinics); \\n programme/project reports; \\n surveys (e.g., household surveys); \\n interviews (e.g., focus groups, structured and open-ended interviews).Whenever necessary, data should be disaggregated not only by gender (to compare men and women), but also by age, different role(s) during the conflict, location (rural/urban) and ethnic background.Gender advisers in the regional office of DDR programme and general evaluators will be the main coordinators for these gender-responsive M&E activities, but the responsibility will fall to the programme director and chief as well. All information should be shared with donors, programme management staff and programme participants, where relevant. Key findings will be used to improve future programmes and M&E. The following tables offer examples of gender analysis frameworks and gender-responsive budgeting analysis for DDR programmes.Note: Female ex-combatants = FXC; women associated with armed groups and forces = FS; female dependants = FD", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 32, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Gender-responsive monitoring and evaluation (M&E) is necessary to find out if DDR pro- grammes are meeting the needs of women and girls, and to examine the gendered impact of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7592, - "Score": 0.57735, - "Index": 7592, - "Paragraph": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "", - "Sentence": "\\n\\n Purpose of monitoring: To monitor programme performance for female ex-combatants, supporters and dependants at each stage of DDR: \\n monitoring of disarmament; \\n monitoring of demobilization; \\n monitoring of reintegration; \\n\\n Data collection frequency: Every month during the implementation of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7593, - "Score": 0.57735, - "Index": 7593, - "Paragraph": "Key questions to ask: \\n To what extent did the disarmament programme succeed in disarming female ex- combatants? \\n To what extent did the disarmament programme provide gender-sensitive and female- specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC who registered for disarmament programme \\n 2. % of weapons collected from FXC \\n 3. Number of female staff who were at weapons-collection and -registration sites (e.g., female translators, military staff, social workers, gender advisers) \\n 4. Number of information campaigns conducted specifically to inform women and girls about DDR programmes", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.1. Monitoring of disarmament", - "Sentence": "Key questions to ask: \\n To what extent did the disarmament programme succeed in disarming female ex- combatants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7599, - "Score": 0.57735, - "Index": 7599, - "Paragraph": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters? \\n To what extent did the demobilization programme provide gender-sensitive and female-specific services?KEY MEASURABLE INDICATORS \\n 1. Number of FXC and FS who registered for demobilization programme \\n 2. % of FXC and FS who were demobilized (completed the programme) per camp \\n 3. Number of demobilization facilities created specifically for FXC and FS per camp (e.g., toilets, clinic) \\n 4. % of FXC, FS and FD who were allocated to female-only accommodation facilities \\n 5. Number of female staff in each camp (e.g., female translators, military staff, social workers, gender advisers) \\n 6. Number of gender trainings conducted per camp \\n 5.10 34\u2003Integrated Disarmament, Demobilization and Reintegration Standards 1 August 2006 \\n 7. Average length of time spent in gender training \\n 8. Number of FXC, FS and FD who participated in gender training \\n 9. Number and level of gender-based violence reported in each demobilization camp \\n 10. Average length of stay of FXC and FS at each camp \\n 11. % of FXC, FS and FD who received transitional support to prepare for reintegration (e.g. health care, food, living allowance, etc.) \\n 12. % of FXC, FS and FD who received female-specific assistance and package (e.g., sanitary napkins, female clothes) \\n 13. % of FXC, FS and FD attending female-specific counselling sessions \\n 14. Average length of time spent in counselling for victims of gender-based violence \\n 15. Number of child-care services per camp \\n 16. % of FXC, FS and FD who used child-care services per camp \\n 17. Existence of medical facilities and personnel for childbirth \\n 18. % of FXC, FS and FD who used medical facilities for childbirth", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 33, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.2. Monitoring of demobilization", - "Sentence": "Key questions to ask: \\n To what extent did the demobilization programme succeed in demobilizing female ex-combatants and supporters?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7621, - "Score": 0.57735, - "Index": 7621, - "Paragraph": "Key questions to ask: \\n To what extent did the reintegration programme succeed in reintegrating female ex- combatants, supporters and dependants? \\n To what extent did the reintegration programme provide gender-sensitive and female- specific services?KEY MEASURABLE INDICATORS \\n 1. Number of information/media campaigns conducted in each community to inform community members of issues associated with FXC, FS and FD \\n 2. Number of information/media campaigns conducted in each community to inform female community members (e.g., wives of male ex-combatants) of benefits \\n 3. Number of FXC, FS and FD who registered for reintegration programme \\n 4. % of FXC, FS and FD who returned to their home community \\n 5. % of FXC, FS and FD who went to new places rather than home community \\n 6. Number of female-specific transportation services available \\n 7. % of FXC, FS and FD who used those transportation services to return to community \\n 8. Number of vocational trainings implemented for FXC, FS and/or FD \\n 9. % of FXC, FS and FD who registered for vocational training \\n 10. Average length of time spent in vocational training \\n 11. % of FXC, FS and FD who completed vocational training \\n 12. % of FXC and FS incorporated into the national army or police \\n 13. % of FXC, FS and FD who gained the ownership of land and/or other property \\n 14. Number of microcredit projects implemented for FXC, FS and/or FD \\n 15. % of FXC, FS and FD who received microcredit \\n 16. % of FXC, FS and FD who started income-generating activities based on microcredit \\n 17. Number of literacy programmes implemented for FXC, FS and/or FD \\n 18. % of FXC, FS and FD who completed the literacy programmes \\n 19. Number of child-care services created for FXC, FS and FD (so that they can attend trainings) \\n 20. % of FXC, FS and FD who use the child-care services \\n 21. Number of community-based reintegration rituals/ceremonies conducted for FXC, FS and FD \\n 22. % of FXC, FS and FD who attended community-based reintegration rituals/ceremonies \\n 23. Number of female staff in each community (e.g., female translators, social workers, gender advisers) \\n 24. Number of support networks created by FXC, FS and FD \\n 25. % of FXC, FS and FD who joined support networks", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 34, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.1. Gender-responsive monitoring of programme performance", - "Heading4": "4.1.3. Monitoring of reintegration", - "Sentence": "Key questions to ask: \\n To what extent did the reintegration programme succeed in reintegrating female ex- combatants, supporters and dependants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 7648, - "Score": 0.57735, - "Index": 7648, - "Paragraph": "Purpose of evaluation: To examine if and to what extent DDR programmes meet the needs of female ex-combatants, supporters and dependants, and to examine the level of participation of women; \\n Process: (1) Reaching the right target population; (2) meeting the needs of stakeholders; (3) the dynamics of participation of stakeholders; \\n Gendered dimensions of process: (1) Reaching female target population; (2) meeting the needs of women and girls; (3) equal participation of women and women\u2019s organi- zations; \\n Data collection frequency: Every three weeks during the implementation of the pro- gramme.\\n To what extent did the DDR programme meet the needs of female ex-combatants, FAAGFs, and dependants? \\n To what extent did the DDR programme encourage and support the participation of women and women\u2019s organizations at each stage of the programme?KEY MEASURABLE INDICATORS \\n 1. Level of satisfaction (ranking) among FXC, FS and FD who received benefits and services from the programmes \\n 2. Level of satisfaction (ranking) among programme staff, including gender advisers \\n 3. Number of and level of complaints that programme staff received from FXC, FS and FD \\n 4. % of female participants at the peace process/negotiation (should be at least 30 percent \u2014 internationally agreed) \\n 5. % of female participants at the risk/need assessment \\n 6. Number of FXC, FS and FD who were interviewed during the risk/need assessment \\n 7. Number of local women and/or women\u2019s organizations that were interviewed by programme staff to collection information on trading routes and hidden small arms and light weapons \\n 8. Number of women\u2019s organizations that participated in monitoring weapons collection and destruction \\n 9. Number of female leaders and women\u2019s organizations that participated in the planning and/or implementation of reintegration programme \\n 10. Number of DDR programme meetings that included female leaders and women\u2019s organizations", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 35, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.2. Gender-responsive monitoring of process", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine if and to what extent DDR programmes meet the needs of female ex-combatants, supporters and dependants, and to examine the level of participation of women; \\n Process: (1) Reaching the right target population; (2) meeting the needs of stakeholders; (3) the dynamics of participation of stakeholders; \\n Gendered dimensions of process: (1) Reaching female target population; (2) meeting the needs of women and girls; (3) equal participation of women and women\u2019s organi- zations; \\n Data collection frequency: Every three weeks during the implementation of the pro- gramme.\\n To what extent did the DDR programme meet the needs of female ex-combatants, FAAGFs, and dependants?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7660, - "Score": 0.57735, - "Index": 7660, - "Paragraph": "Purpose of evaluation: To examine the contribution of DDR programmes to the creation of security for female ex-combatants, FAAGFs and dependants; \\n Outcomes and intermediate results: (1) Capacity-building of ex-combatants and com- munity members; (2) human security; (3) social capital; \\n Gender dimensions of outcomes: (1) Reduction of gender-based violence and dis- crimination against women and girls; (2) human security for women and girls; (3) capacity-building of female ex-combatants, FAAGFs and dependants; \\n Data collection frequency: Every three months upon the completion of programme.Key question to ask: \\n To what extent did the DDR programme increase human security (physical, psycho- logical, economic, social, political, cultural) for female ex-combatants, FAAFGs and dependants?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1. % change in the number of female deaths, injuries, abductions, rapes and domestic violence cases reported among FXC, FS and FD \\n 2. % change in the number of FXC, FS and FD who initiated and are maintaining income-generating activities \\n 3. % change in the number of FXC and FS who joined the police services \\n 4. % change in the number of FXC, FS and FD who are participating in peace-building activities \\n 5. % change in the number of FXC, FS and FD who have access to health services (including counselling, contraceptives, family planning) \\n 6. % change in the number of FXC, FS and FD who are participating in political activities \\n 7. % change in the number of FXC, FS and FD who are participating in cultural activities \\n 8. % change in the number of FXC, FS and FD who are participating in public/community meetings \\n 9. % change in the number of FXC, FS and FD who have a higher level of self-confidence \\n 10. % change in the HIV and other sexually transmitted disease infection rate among FXC, FS and FD \\n 11. % change in the number of FXC, FS and FD who feel safe to live in their community \\n 12. % change in the number of FXC, FS and FD who feel threatened by something or someone \\n 13. % change in the number of FXC, FS and FD who feel a sense of belonging to their community", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 35, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.3. Gender-responsive evaluation of outcomes/results", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine the contribution of DDR programmes to the creation of security for female ex-combatants, FAAGFs and dependants; \\n Outcomes and intermediate results: (1) Capacity-building of ex-combatants and com- munity members; (2) human security; (3) social capital; \\n Gender dimensions of outcomes: (1) Reduction of gender-based violence and dis- crimination against women and girls; (2) human security for women and girls; (3) capacity-building of female ex-combatants, FAAGFs and dependants; \\n Data collection frequency: Every three months upon the completion of programme.Key question to ask: \\n To what extent did the DDR programme increase human security (physical, psycho- logical, economic, social, political, cultural) for female ex-combatants, FAAFGs and dependants?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7674, - "Score": 0.57735, - "Index": 7674, - "Paragraph": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants? \\n To what extent did the reintegration programme encourage and support the creation of gender-responsive community development?KEY MEASURABLE INDICATORS (COMPARED WITH THE BASELINE DATA) \\n 1. % change in the number of FXC, FS and FD who vote or/and stand for national and local elections in the concerned country \\n 2. % change in the employment rate among FXC, FS and FD (in both formal and informal sectors) Level 5 Cross-cutting Issues Women, Gender and DDR 37 5.10 \\n 3. % change in the literacy rate among FXC, FS and FD, and their children \\n 4. % change in disposable income among FXC, FS and FD, and their household \\n 5. % change in the number of FXC, FS and FD who are the members of any type of association, including women\u2019s NGOs and ex-combatant support networks \\n 6. % change in the number of FXC, FS and FD who are involved in the implementation/management of community development programmes \\n 7. % change in the number of women\u2019s organizations that receive(d) reintegration assistance and implement development-related programme/project(s) \\n 8. % change in the number of female-specific development programmes supported by reintegration assistance to meet the needs of women and girls \\n 9. % change in the number of female participants in development programmes who receive reintegration assistance. \\n 10. % change in the number of communities with a high return rate of ex-combatants receiving reintegration assistance \\n 11. % change in the number of awareness campaigns on women\u2019s human rights and gender-based violence supported by reintegration assistance \\n 12. Community perception of FXC, FS and FD \\n 13. Community perception of women\u2019s human rights and gender-based violence", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 36, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.4. Gender-responsive evaluation of impact", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine (1) the impact of DDR on empowerment of female ex-combatants, FAAGFs and dependants; (2) the contribution of DDR programme towards the creation of gender-responsive community development: \\n Impact/Long-term goals: (1) Community development; (2) sustainable peace; Gender dimensions of impact: (1) Gender equality in community development and peace; (2) empowerment of women; \\n\\n Data collection frequency: Every six months for at least one to three years after the completion of the programme.Key questions to ask: \\n To what extent did the DDR programme empower female ex-combatants, FAAGFs and dependants?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7690, - "Score": 0.57735, - "Index": 7690, - "Paragraph": "Purpose of evaluation: To examine the level of gender mainstreaming in the DDR budget; \\n Budget: Allocation of resources, balancing revenue and expenditure, cost efficiency; \\n Gender dimensions of budget: (1) Allocation of sufficient resources for female-specific interventions and gender-related interventions, such as gender training; (2) equal treat- ment of male and female ex-combatants in the overall programmes; (3) participation of women and women\u2019s NGOs in budgetary processes; \\n Data collection frequency: Every stage of the budget cycle (preparation, approval, appre- ciation, auditing, revision, reporting).Key questions to ask: \\n To what extent did the budget specify female-specific and gender-related activities, their inputs, and the cost? \\n To what extent was the allocation of resources adequate to effectively implement female- specific and gender-specific activities? \\n To what extent did gender specialists/advisers and women\u2019s organizations participate in the processes of the budget cycle (e.g., preparation, auditing)?KEY MEASURABLE INDICATORS \\n 1. % of resource allocation for general activities \\n 2. % of resource allocation for female-specific activities \\n 3. % of resource allocation for gender-related activities (e.g., gender training) \\n 4. % of resource allocation for gender specialists and advisers (compared with other staff) \\n 5. Number of donors that specify the use of funds for female-specific activities and/or gender training \\n 6. Unit cost of each activity for numbers 1\u20134 \\n 7. Unit cost of each input for each activity \\n 8. Duration of each activity \\n 9. % of activities that were successfully completed \\n 10. % of activities that could not be completed owing to lack of resources \\n 11. % change in the number of women\u2019s organizations and gender advisers who participated in budget meetings at each stage of the budget cycle, including auditing \\n 12. Number of budget meetings attended by women\u2019s organizations and gender advisers/specialists \\n 13. % of budget revision on the advice of women\u2019s organizations and gender advisers/specialists", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 37, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.5. Gender-responsive evaluation of budget (gender-responsive budgeting analysis)", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine the level of gender mainstreaming in the DDR budget; \\n Budget: Allocation of resources, balancing revenue and expenditure, cost efficiency; \\n Gender dimensions of budget: (1) Allocation of sufficient resources for female-specific interventions and gender-related interventions, such as gender training; (2) equal treat- ment of male and female ex-combatants in the overall programmes; (3) participation of women and women\u2019s NGOs in budgetary processes; \\n Data collection frequency: Every stage of the budget cycle (preparation, approval, appre- ciation, auditing, revision, reporting).Key questions to ask: \\n To what extent did the budget specify female-specific and gender-related activities, their inputs, and the cost?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7706, - "Score": 0.57735, - "Index": 7706, - "Paragraph": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 38, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "4. Gender-responsive monitoring and evaluation", - "Heading3": "4.6. Evaluation to assess the level of gender mainstreaming in programme management", - "Heading4": "", - "Sentence": "Purpose of evaluation: To examine the level of gender mainstreaming in each DDR programme/project cycle and its management; \\n Programme/Project cycle: (1) Situational analysis and need assessment; (2) project design; (3) project appraisal; (4) secure funding; (5) project implementation; (6) M&E; \\n Gender dimensions of project cycle: (1) Assessment of women\u2019s and girls\u2019 participation; (2) gender-responsive project design and M&E; (3) understanding and implementation of gender mainstreaming among programme staff; \\n Data collection frequency: Every month during the implementation of the programme, and before and after the implementation of the programme.Key question to ask: \\n To what extent was gender mainstreamed in the DDR programme management and its project cycle?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7707, - "Score": 0.57735, - "Index": 7707, - "Paragraph": "KEY MEASURABLE INDICATORS \\n 1. % of staff who have participated in gender training \\n 2. % of staff who have used gender analysis framework in needs assessment, situational analyses or/and evaluation \\n 3. % of staff who have interviewed girls and women for needs assessment, situational analyses or/and evaluation \\n 4. % of staff who have worked with local women\u2019s organizations \\n 5. % of staff who are in charge of female-specific interventions and/or gender training \\n 6. % of the programme meetings attended by local women\u2019s organizations and female community leaders \\n 7. % of staff who have carried out gender analysis of the DDR programme budget \\n 8. % of indicators and data disaggregated by gender \\n 9. % of indicators and data that reflects female specific status and/or issues \\n 10. Number of gender trainings conducted for DDR programme staff \\n 11. % of staff who are familiar with Security Council resolution 1325 \\n 12. % of staff who are familiar with gender issues associated with conflicts (e.g. gender-based violence, human trafficking) \\n 13. % of training specifically aimed at understanding gender issues and use of gender analysis frame\u00adworks for those who conduct M&E \\n 14. distribution of guidelines or manual for gender analysis and gender mainstreaming for DDR programme management", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 29, - "Heading1": "Annex D: Gender-responsive DDR programme management frameworks and indicators .", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "KEY MEASURABLE INDICATORS \\n 1.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7722, - "Score": 0.57735, - "Index": 7722, - "Paragraph": "This module was largely derived from: UN Development Fund for Women (UNIFEM), Get- ting It Right, Doing It Right: Gender and Disarmament, Demobilization and Reintegration, UNIFEM, New York, October 2004. \\n\\n Other key sources include: \\n Department of Peacekeeping Operations (DPKO), \u2018Mainstreaming a Gender Perspective into Multi-dimensional Peace Operations, DPKO Lessons Learned Unit, New York, July 2000, http:// pbpu.unlb.org/pbpu/library/Gender%20Mainstreaming%202000.pdf. \\n Farr, Vanessa, \u2018Gendering Disarmament as a Peace-building Tool\u2019, Paper No. 20, Bonn Inter- national Center for Conversion, 2002, http://www.bicc.de/publications/papers/paper20/ paper20.pdf. \\n March, Candida, Ines Smyth and Maitrayee Mukhopadhyay, A Guide to Gender-analysis Frameworks, Oxfam Press, Oxford, 1999. \\n Mazurana, Dyan and Susan McKay, Where Are the Girls? Girls in Fighting Forces in Northern Uganda, Sierra Leone and Mozambique, Canadian International Development Agency, Child Pro- tection Research Fund, March 2004, http://www.ichrdd.ca/english/commdoc/publications/ women/Girls/girlsmainEN.html. \\n Rehn, Elisabeth and Ellen Johnson-Sirleaf, Women, War, Peace: The Independent Experts\u2019 Assess- ment on the Impact of Armed Conflict on Women and Women\u2019s Role in Peace-building, UNIFEM, New York, 2002.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 39, - "Heading1": "Annex E: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module was largely derived from: UN Development Fund for Women (UNIFEM), Get- ting It Right, Doing It Right: Gender and Disarmament, Demobilization and Reintegration, UNIFEM, New York, October 2004.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 7730, - "Score": 0.57735, - "Index": 7730, - "Paragraph": "\\n 1 Nussbaum, Martha, Women and Human Development, Cambridge University Press, Cambridge, 2000. \\n 2 Mazurana, Dyan and Susan McKay, Where Are the Girls? Girls in Fighting Forces in Northern Uganda, Sierra Leone and Mozambique\u2019, Canadian International Development Agency, Child Protection Research Fund, March 2004, http://www.ichrdd.ca/english/commdoc/publications/women/Girls/girlsmain EN.html. \\n 3 From UN Educational, Scientific and Cultural Organization (UNESCO), Gender Mainstreaming Imple- mentation Framework, 2002, http://unesdoc.unesco.org/images/0013/001318/131854e.pdf. \\n 4 http://www.un.org/womenwatch/osagi/conceptsandefinitions.htm. \\n 5 From UNESCO, op. cit. \\n 6 Ibid. \\n 7 Statistics on women\u2019s participation in peace operations available at \u2018Peacekeeping Watch\u2019, http:// www.peacewomen.org/un/pkwatch/pkindex.html. \\n 8 http://www.un.org/womenwatch/osagi/conceptsandefinitions.htm. \\n 9 From UNESCO, op. cit. \\n 10 http://www.un.org/womenwatch/asp/user/list.asp?ParentID=10314. \\n 11 March, Candida, Ines Smyth and Maitrayee Mukhopadhyay, A Guide to Gender-analysis Frameworks, Oxfam Press, Oxford, 1999. \\n 12 From UNESCO, op. cit. \\n 13 Ibid. \\n 14 Ibid. \\n 15 Ibid. \\n 16 Ibid. \\n 17 Ibid. \\n 18 http://www1.umn.edu/humanrts/instree/e4devw.htm. \\n 19 This checklist is drawn partially from UN Inter-Agency Taskforce on Women, Peace and Security, Gender Checklist for Peace Operations, June 2003. \\n 20 Some of the questions are drawn from De Watteville, Nathalie, Addressing Gender Issues in Demobili- zation and Reintegration Programs, World Bank, Washington, DC, May 2002, http://www.worldbank. org/afr/wps/wp33.pdf. \\n 21 March, Smyth and Mukhopadhyay, op. cit. \\n 22 This matrix is based on ibid.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.10-Women-Gender-and-DDR", - "Module": "Women Gender and DDR", - "PageNum": 40, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 1 Nussbaum, Martha, Women and Human Development, Cambridge University Press, Cambridge, 2000.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8488, - "Score": 0.57735, - "Index": 8488, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in large-scale life-saving and livelihood support programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN Resident Coordinator (UN RC) to provide food assistance in support of a disarmament, demobilization and reintegration (DDR) process.Food assistance provided by humanitarian food assistance agencies as part of a DDR process shall adhere to humanitarian principles and the best practices of humanitarian food assistance. Humanitarian agencies shall not provide food assistance to armed personnel at any point in a DDR process and all reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups prior to their demobilization, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported. For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either during a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction).Food assistance that is provided in support of a DDR process shall be based on a careful analysis of the food security situation. This shall include an analysis of any potential gender, age or disability barriers to receiving food assistance. The capacities and coping mechanisms of individuals, households and communities shall also be analysed to ensure the appropriateness and effectiveness of the assistance. Food assistance as part of a DDR process shall also be informed by a context/conflict analysis and an analysis of the protection risks that could potentially be created by this assistance. For example, it is important to analyse whether food assistance may inadvertently create or exacerbate household or community tensions.Available and flexible resources are necessary in order to respond to the changes and unexpected problems that may arise during DDR processes. A food assistance component of a DDR process should not be implemented unless adequate resources and capacity are in place, including human, financial and logistics resources. If resources are not adequate, a risk analysis must inform decision- making and implementation. Maintaining a well-resourced food assistance pipeline, regardless of the selected transfer modality (in-kind support or cash-based transfers) is essential.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Acute food insecurity can be a trigger or root cause of armed conflict.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8505, - "Score": 0.57735, - "Index": 8505, - "Paragraph": "This module outlines the operational requirements for the planning, design and implementation of the food assistance component of a DDR process in both mission and non-mission settings. It focuses on instances where food assistance is provided by humanitarian food assistance agencies as part of a DDR process to ex-combatants, persons formerly associated with armed forces and groups, dependants and community members.1 It also examines the different modalities through which food assistance can be provided, including in-kind support, cash-based transfers, vouchers and digital payments (such as mobile money transfers). Although not the focus of this module, the guidance provided herein may also be of use to Government and peacekeeping actors engaged in the provision of food assistance during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines the operational requirements for the planning, design and implementation of the food assistance component of a DDR process in both mission and non-mission settings.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8508, - "Score": 0.57735, - "Index": 8508, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20. In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.Cash-based transfers (CBTs): This term is used when, instead of providing a package of food, money is given to buy food. CBTs include cash as well as value vouchers. Value vouchers \u2013 also known as gift cards or stamps - provide access to commodities for a given monetary amount and can often be used in predetermined locations, including selected shops. CBTs may also include digital transfers such as payments made to mobile phones (\u201cmobile money transfers\u201d).Commodity vouchers: Vouchers may also be commodity-based i.e., tied to a predefined quantity of given foods.Coping mechanisms: The methods by which members of households try to deal with a crisis. For example, at times of severe food insecurity, household members may (1) make greater use than normal of wild foods, (2) plant other crops, (3) seek other sources of income, (4) rely more on gifts and remittances, (5) sell off assets to buy food and (6) migrate. Coping mechanisms should be discouraged if they lead to disinvestment, reduce a household\u2019s capacity to recover its long-term ability to survive, or harm the environment. Positive coping mechanisms should be encouraged and strengthened.Food assistance for assets (FFA): FFA aims to address the immediate food needs of the most food-insecure people while improving their long-term food security and resilience. People receive cash, vouchers or in-kind food assistance while they build or boost assets, such as constructing a road or rehabilitating degraded land. These assets should in turn improve their livelihoods by creating healthier natural environments, reducing risks and the impact of shocks, increasing food productivity and strengthening resilience to natural disasters. FFA is sometimes referred to as food for work.Food assistance programmes (FAPs): These programmes aim to improve the food security and nutritional status of the targeted population and can be implemented through different transfer modalities, including in-kind food rations and CBTs.Food assistance for training (FFT): A programme in which food or cash is supplied on the condition that the recipient attends a training programme.Food security: A situation where all people, at all times, have physical, social and economic access to sufficient, safe and nutritious food that meets their dietary needs and food preferences for an active and healthy life. (Note: This definition includes the three key dimensions of food security: sufficient availability of food, adequate access to food, and appropriate utilization of food.)Vulnerability: In terms of food supply, vulnerability refers to the presence of factors that place people at risk of becoming food insecure or malnourished, including those factors that affect their ability to cope with these risks.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8523, - "Score": 0.57735, - "Index": 8523, - "Paragraph": "Acute food insecurity can be a trigger or root cause of armed conflict. Furthermore, armed conflict itself is a major driver of food insecurity. In countries and regions affected by armed conflict, humanitarian food assistance agencies are often already engaged in programmes to assist vulnerable and conflict-affected civilian communities, including displaced populations. These same agencies may be asked by a national Government, a peace operation or UN RC to provide food assistance in support of a DDR process.As outlined in IDDRS 2.10 on The UN Approach to DDR, DDR processes can include various combinations of DDR programmes, DDR-related tools and reintegration support. The objectives and means through which food assistance is provided will differ depending on the type of DDR process being supported (see Table 1 below). For example, during DDR programmes food assistance can be provided at disarmament and/or cantonment sites and as part of a transitional safety net in support of reinsertion and reintegration. Food assistance can also be provided as part of reintegration support either a part of a DDR programme or when the preconditions for a DDR programme are not in place (see IDDRS 4.20 on Demobilization). In addition, food assistance can be part of pre-DDR and CVR (see IDDRS 2.30 on Community Violence Reduction). When food assistance is provided prior to demobilization, i.e., to active armed forces and groups, it shall be provided by Governments or peacekeeping actors and their cooperating partners, not humanitarian agencies.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Acute food insecurity can be a trigger or root cause of armed conflict.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8532, - "Score": 0.57735, - "Index": 8532, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the food assistance provided by humanitarian food assistance agencies during DDR.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8534, - "Score": 0.57735, - "Index": 8534, - "Paragraph": "Participation in the food assistance component of a DDR process shall be voluntary.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in the food assistance component of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8535, - "Score": 0.57735, - "Index": 8535, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners). In a DDR process, those who receive food assistance may be eligible not just because they are in a particular situation of vulnerability to food and nutrition insecurity, but because they are members of, or associated with, a particular armed force or group. The objectives and eligibility criteria are different from those of a purely humanitarian food assistance intervention and align with those of the broader DDR process. This may in some circumstances contradict the needs-based approach of humanitarian food security organizations, and, as such, shall be carefully considered and weighed against overall peacebuilding and stabilization objectives.Some female combatants and women associated with armed forces and groups (WAAFG) may self-demobilize in order to avoid the stigmatization that may result from being known as a female member of an armed force or group. These women may also be forcibly prevented from registering for DDR by male commanders (see IDDRS 4.20 on Demobilization and IDDRS 5.10 on Women, Gender and DDR). Therefore, community-based food assistance in areas where WAAFG have returned may be the only way to reach these women (see IDDRS 4.30 on Reintegration).Careful consideration shall also be given to how to best meet the food assistance requirements and other humanitarian needs of the dependants (partners, children and relatives) of ex-combatants. Whenever possible, meeting the food assistance needs of this group shall be part of broader strategies that are developed to improve food security in receiving communities.Dependants are eligible for assistance from DDR processes if they fulfil certain vulnerability criteria and/or if their main household income was that of an eligible combatant. The criteria for eligibility for food assistance and to assess vulnerability shall be agreed upon and coordinated among key national and agency stakeholders, with humanitarian agencies playing a key role in this process. The process shall also involve participatory consultations with women and men of different ages.Because dependants are civilians, they should not be involved in disarmament and demobilization. However, they should be screened and identified as dependants of an eligible combatant (see IDDRS 4.20 on Demobilization). In this context, food assistance for dependants may be implemented in one of two ways. The first would involve dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second would involve dependants being taken or being asked to go directly to their communities. These two approaches would require different methods for distributing food assistance. During the planning process for the food assistance component of a DDR process, a clear, coordinated approach to inter-agency procedures for meeting the needs of dependants shall be outlined for all agency partners that will be involved.It is also essential when planning food assistance, that support provided to DDR participants and beneficiaries be balanced against the assistance provided to host community members or other returnees (such as internally displaced persons and refugees) as part of wider recovery programmes. When possible, and depending on the operational context, the needs of dependants may be best met by linking to concurrent food assistance programmes that are designed to assist the recovery of other conflict-affected populations. This approach shall be considered the preferred programming option.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context (see IDDRS 2.10 on The UN Approach to DDR and IDDRS 3.21 on Participants, Beneficiaries and Partners).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8552, - "Score": 0.57735, - "Index": 8552, - "Paragraph": "Children associated with armed forces and armed groups (CAAFAG) are particularly vulnerable to re-recruitment, and, because of this, food assistance can provide valuable support for programmes of education, training, rehabilitation, and family and community reunification. When dealing with CAAFAG, appropriate food assistance benefits should only be selected after careful analysis of the situation and context, and be guided by the principle of \u2018do no harm\u2019. Although food assistance can in some cases offer these children incentives to reintegrate into their communities, food assistance can also motivate children to join or re-join armed forces and groups in order to access this support. Food assistance in the form of cash shall not be provided to children, as cash may easily be taken from children (for e.g., by military commanders). Instead, in-kind food assistance may be offered during child DDR processes. Any food assistance support shall be coordinated with specialized child protection actors. Protection analysis and referral systems to child protection agencies shall be included in the food assistance component of the DDR process (see section 7.1).The diverse and specific needs of CAAFAG, boys and girls, including in relation to nutrition, shall be taken into account in the design and implementation of the food assistance component of a child DDR process. DDR practitioners and food assistance staff shall be aware of the relevant legal conventions and key issues and vulnerabilities that have to be dealt with when assisting CAAFAG and work closely with child protection specialists when developing the food assistance component of a child DDR process. In addition, appropriate reporting mechanisms shall be established in advance with specialized child protection agencies to deal with child protection and other issues that arise during child demobilization (\u2018release\u2019) (see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.2 Unconditional release and protection of children", - "Heading4": "", - "Sentence": "Children associated with armed forces and armed groups (CAAFAG) are particularly vulnerable to re-recruitment, and, because of this, food assistance can provide valuable support for programmes of education, training, rehabilitation, and family and community reunification.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8561, - "Score": 0.57735, - "Index": 8561, - "Paragraph": "Any food assistance component that is part of a DDR process shall be designed in accordance with humanitarian principles and the best practices of humanitarian food assistance. Food assistance shall only be provided when an overall assessment concludes that it is a required form of assistance as part of the DDR process. Similarly, the transfer modality to be used for the food assistance shall be based on a careful contextual and feasibility analysis (see section 5.5). Furthermore, when food assistance is provided as part of a DDR process in a mission context, the political requirements of the peacekeeping mission and the guiding principles of humanitarian assistance and development aid shall be kept completely separate.Food assistance as part of a DDR process shall be designed and implemented in a way that contributes to the safety, dignity and integrity of ex-combatants, their dependants, persons formerly associated with armed forces and groups, and community members. In any circumstance where these conditions are not met, humanitarian agencies shall carefully consider the appropriateness of providing food assistance.Humanitarian food assistance agencies shall only be involved in DDR processes when they have sufficient capacity. Support to a DDR process shall not undermine a humanitarian food assistance agency\u2019s capacity to deal with other urgent humanitarian problems/crises, nor shall it affect the process of prioritizing food assistance to conflict-affected populations.In accordance with humanitarian principles, food assistance agencies shall not provide food assistance to armed personnel at any point in a DDR process. All reasonable precautions and measures shall be taken to ensure that food assistance is not taken or used by combatants or warring factions. When food is provided to armed forces and groups during the pre-disarmament and disarmament phases of a DDR process, Governments or peacekeeping actors and their cooperating partners, and not humanitarian agencies, shall be responsible for all aspects of the process \u2013 from the acquisition of food to its distribution.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 People centred", - "Heading3": "4.2.3 In accordance with standards and principles of humanitarian assistance", - "Heading4": "", - "Sentence": "Any food assistance component that is part of a DDR process shall be designed in accordance with humanitarian principles and the best practices of humanitarian food assistance.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8569, - "Score": 0.57735, - "Index": 8569, - "Paragraph": "In each context in which a DDR process takes place, women, men, girls and boys will have different needs, interests and capacities. Food assistance in support of DDR shall be designed and implemented to take this into account. In particular, DDR practitioners shall be aware of the nutritional needs of women, adolescent girls and girls and boys. They shall also assess in advance and monitor whether food assistance provides equal benefit to women/girls and men/boys, and whether the assistance exacerbates gender inequality or promotes gender equality.The food assistance component of a DDR process shall ensure that women and girls have control over the assistance they receive and that they are empowered to make their own choices about their lives. In order to achieve this, it is essential that women and girls and women\u2019s groups, as well as child advocacy groups, be closely and meaningfully involved in DDR planning and implementation.The food assistance component of a DDR process shall also consider gender analysis and power dynamics in household resource distribution, as it may be necessary to create specific benefit tracks for women. As with all food assistance programmes, those established in support of a DDR process shall be gender-responsive and appropriate to the rights and specific needs of women and girls (see IDDRS 5.10 on Women, Gender and DDR). A gender-transformative approach to food assistance shall be applied, promoting women\u2019s roles in decision-making, leadership, distribution, and monitoring and evaluation. More specifically: \\n A gender-transformative lens shall be integrated into the design and delivery of food assistance components, leveraging opportunities to support gender-equitable engagement by men, women, boys and girls, including ensuring equal representation of women in leadership roles. \\n The women and men who are to be recipients of food assistance shall determine the selection of the transfer modality and delivery mechanism (time, date, place, quantity of food, separate queues, etc.). The transfer type and delivery mechanism shall not reinforce discriminatory and restrictive gender roles. \\n The provision of food assistance shall be monitored, and gender and gender-equality considerations shall be integrated into the tools, procedures and reporting of on-site, post- distribution and market monitoring. \\n Changes in food security, nutrition situation, decision-making authority and empowerment, equitable participation and access, protection and safety issues, and satisfaction with assistance received shall be monitored for individual women, men, girls and boys, households and community groups. \\n Food assistance staff shall receive training on protection from sexual exploitation and abuse (PSEA), including regular refresher trainings. \\n Confidential complaints and feedback mechanisms related to food assistance that are accessible to women, men, girls and boys shall be designed, established and managed. These mechanisms shall ensure that women have a safe space to report protection issues and incidents of sexual and gender-based violence. An accountability system should be designed, established and managed to ensure appropriate follow up. \\n Possible violations of women\u2019s and girls\u2019 rights shall be identified, addressed and responded to when supporting the food assistance component of a DDR process. Opportunities for women to take a more active role in designing and implementing food assistance programmes shall also be promoted. \\n The equal representation of women and men in peace mediation and decision-making at all levels and stages of humanitarian assistance shall be ensured, including in food management committees and at distribution points. \\n The participation of women\u2019s organizations in capacity-building for humanitarian response, rehabilitation and recovery shall be ensured.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "In each context in which a DDR process takes place, women, men, girls and boys will have different needs, interests and capacities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8589, - "Score": 0.57735, - "Index": 8589, - "Paragraph": "DDR processes shall be designed through a conflict-sensitive lens with careful consideration given to how a possible food assistance component could potentially increase tensions and vulnerabilities. Food assistance provided as part of a DDR process shall not create, exacerbate or contribute to gender inequalities or discrimination, including the risk of gender-based violence. Furthermore, it shall not present possibilities for theft or manipulation of assistance, or compromise the legitimacy of organizations and actors providing humanitarian and development aid. The most adequate transfer modalities and delivery mechanisms for food assistance as part of a DDR process shall be identified. Food assistance staff and DDR practitioners shall be highly aware of the potential for their decisions to have unintended negative consequences and shall analyse possible inadvertent contributions to tension/conflict. This analysis shall include: \\n a) Having a sound understanding of the social tensions that already exist; \\n b) Assessing how the DDR process and the food assistance component may interact with those tensions; \\n c) Adapting the DDR process and the food assistance component to avoid contributing to tension/conflict, and to support sustainable peace where possible.DDR processes with a food assistance component shall also leverage opportunities to \u2018do more good\u2019 and contribute to social cohesion and peacebuilding as well as to gender equality and women\u2019s empowerment.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall be designed through a conflict-sensitive lens with careful consideration given to how a possible food assistance component could potentially increase tensions and vulnerabilities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8595, - "Score": 0.57735, - "Index": 8595, - "Paragraph": "The food assistance component of a DDR process, and the modality through which food assistance is provided, will be highly context-specific. The appropriate local, country and/or regional approach to assistance shall be adopted and be based on good-quality data and analysis of the social, political and economic context, taking into account gender and age inequalities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process, and the modality through which food assistance is provided, will be highly context-specific.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8597, - "Score": 0.57735, - "Index": 8597, - "Paragraph": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required. In a mission context, contributions from the UN peacekeeping assessed budget, supplemented by voluntary donations, must be available. Security provisions and the presence of adequate numbers of peacekeepers are also required. The lead food assistance agency shall support the UN mission administration in defining scenarios and predicting operational costs. In a non-mission context, voluntary donations are required.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.1 Flexible, sustainable and transparent funding arrangements", - "Heading4": "", - "Sentence": "If the food assistance component of a DDR process is to be effective, sufficient human, financial and logistics resources are required.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8602, - "Score": 0.57735, - "Index": 8602, - "Paragraph": "Accountability to affected populations is essential to ensure that the design, implementation, and monitoring and evaluation of the food assistance component of a DDR process is informed by and reflects the views of affected people. As part of accountability to affected populations, information about food assistance shall be provided to affected populations in an accurate, timely and accessible way. The information provided shall be clearly understandable to all, irrespective of age, gender, ability, literacy level or other characteristics. In addition, the views of the affected population shall be sought throughout each stage of the food assistance component of a DDR process. This requires separate consultations with women, men, youth and elders to ensure that their views and concerns are heard and accounted for. In particular, separate consultations with men and women shall be required in order to provide opportunities for confidential feedback and to report protection or sexual exploitation and abuse (SEA) issues related to food assistance (see Box 1).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 10, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Flexible, accountable and transparent ", - "Heading3": "4.6.2 Accountability and transparency", - "Heading4": "", - "Sentence": "Accountability to affected populations is essential to ensure that the design, implementation, and monitoring and evaluation of the food assistance component of a DDR process is informed by and reflects the views of affected people.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8608, - "Score": 0.57735, - "Index": 8608, - "Paragraph": "The food assistance component of a DDR process shall be linked to the broader recovery strategy of the country concerned. This linkage shall be included in the earliest stages of inter-agency DDR planning and negotiations, so that eligibility criteria and the necessary processes for receiving assistance are clearly communicated to all concerned. It is also essential to work with humanitarian coordinating structures, including the UN Humanitarian Coordinator (UN HC).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 11, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process shall be linked to the broader recovery strategy of the country concerned.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8611, - "Score": 0.57735, - "Index": 8611, - "Paragraph": "Food assistance to DDR processes shall be provided in close consultation with all relevant UN components (peacekeeping, humanitarian and development), as well as with the Government, affected populations, donors and cooperating partner organizations, including representatives of women\u2019s organizations and organizations working for gender equality.Food assistance shall not be provided as part of DDR processes if there is no clear, established institutional and operational framework. Effective mechanisms for sharing information, and where appropriate joint planning and preparation, shall be established between the leading food agency, its cooperating partners and other UN agencies, as well as peacekeeping actors and donors. This will further help uphold and respect humanitarian principles.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance to DDR processes shall be provided in close consultation with all relevant UN components (peacekeeping, humanitarian and development), as well as with the Government, affected populations, donors and cooperating partner organizations, including representatives of women\u2019s organizations and organizations working for gender equality.Food assistance shall not be provided as part of DDR processes if there is no clear, established institutional and operational framework.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8614, - "Score": 0.57735, - "Index": 8614, - "Paragraph": "The lead food assistance agency shall participate in all negotiation and planning processes that may have a direct or indirect effect on the design and implementation of the food assistance component of a DDR process. All cooperating and implementing partners in the food assistance component shall be consulted during the planning process in order to establish the appropriate and necessary measures for exchanging information and coordinating activities. Assessments shall involve and inform local communities and, where possible, consultation on the design of a food assistance component shall include these communities and a feedback mechanism to support continual refinement.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.1 Assessment, design, monitoring and evaluation", - "Heading4": "", - "Sentence": "The lead food assistance agency shall participate in all negotiation and planning processes that may have a direct or indirect effect on the design and implementation of the food assistance component of a DDR process.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8617, - "Score": 0.57735, - "Index": 8617, - "Paragraph": "Community members may sometimes believe that more attractive food assistance (such as rice) is being provided to ex-combatants and persons formerly associated with armed forces and groups than the support being provided to broader communities (for example, bulgur). This can cause resentment in these communities and potentially fuel conflict. There is also the danger that humanitarian food assistance agencies will no longer be seen as neutral. For these reasons, every effort shall be made to manage public information and community perceptions when sensitizing communities where ex- combatants and persons formerly associated with armed forces and groups will return (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.2 Public information and community sensitization", - "Heading4": "", - "Sentence": "Community members may sometimes believe that more attractive food assistance (such as rice) is being provided to ex-combatants and persons formerly associated with armed forces and groups than the support being provided to broader communities (for example, bulgur).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8621, - "Score": 0.57735, - "Index": 8621, - "Paragraph": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups. In order to encourage self-reliance and minimize resentment from others in the community who do not have access to similar support, over time, and where appropriate, this focus shall be phased out. Any continuing efforts to address the vulnerabilities of reintegrating former combatants, their dependants, and persons formerly associated with armed forces and groups shall take place through other programmes of assistance dealing with the needs of the broader conflict-affected population, recognizing that the effectiveness of these programmes is often related to available resources. The aim shall always be to encourage the re-establishment of self- reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 12, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Well planned", - "Heading3": "4.9.3 Transition and exit strategies", - "Heading4": "", - "Sentence": "The food assistance component of a DDR process may initially focus on ex-combatants and persons formerly associated with armed forces and groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8625, - "Score": 0.57735, - "Index": 8625, - "Paragraph": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC. This request signals the need for the lead food agency to begin inter-agency coordination, in order to ensure that the operational requirements of a food assistance component are fully incorporated into an integrated DDR process framework.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for food assistance as part of a DDR process often begins when food assistance agencies receive a request from a national Government, a peace operation or a UN RC.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8627, - "Score": 0.57735, - "Index": 8627, - "Paragraph": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans. Depending on the timeline of the response, security concerns, and difficulties in terms of access, food assistance agencies may have to rely on secondary data provided by Governments and/or the UN mission and the UN peacekeeping DDR component. Nevertheless, sex and age disaggregated data should be sought to ensure that the food assistance component responds to the specific needs of the targeted population.Longer-term food assistance interventions, such as those supporting reintegration, should ideally be based on more accurate food security and vulnerability data and analysis. This is to ensure that the food assistance component is designed according to a comprehensive understanding of food security and nutrition issues in a particular context. The analysis should include a detailed protection, gender and age analysis of the context and populations where the operation will take place. Generally, data collected through assessments carried out by humanitarian agencies to inform other food assistance programmes for the conflict-affected population should be used as the basis for planning reintegration support. In all planning for food assistance, vulnerability and feasibility assessments should be carried out, if possible, at the regional, community and/or household levels to gather data on areas that are particularly vulnerable, as well as communities, households and specific groups (such as single parents with small children, older people) or individuals (women versus men) experiencing food insecurity. To the extent possible, the analysis should also consider individual food security and nutrition needs, as well as the use of food and livelihood coping strategies within households, taking into account intra-household inequalities in access to and the utilization of food.The tools available for assessment and analysis include: \\n Crop and food security assessment mission; \\n Emergency food security assessments; \\n Mobile vulnerability analysis and mapping remote surveys; \\n Essential needs assessments; \\n Integrated food security phase classification exercises including acute malnutrition; \\n Food security monitoring systems; \\n Transfer modality selection guidance; \\n Standardized Monitoring and Assessment of Relief and Transition (SMART) nutrition surveys or joint food security and nutrition assessments; \\n Other types of rapid assessments to identify vulnerable communities and to better understand local food management practices. Rapid assessments use a variety of quick and inexpensive survey techniques. They tend to be qualitative rather than quantitative, and they depend more on the ability and judgement of the person carrying out the survey than do other research methods that are more rigorous, but also slower and costlier.These assessment methods provide the basis for identifying the demographic and socioeconomic characteristics and the needs of communities, households and individuals in specific locations, and provide detailed information on food availability, food markets, economic and physical access to food, food consumption and utilization, food and livelihood-based coping strategies, exposure to shocks, and other root causes of food insecurity, including insecurity or gender inequalities. When possible, such assessments should be carried out through a participatory, gender-sensitive approach to ensure that the needs, interests and capacities of all community members (women, men, old, young) are identified.Community-based organizations such as women\u2019s organizations and village relief committees, including local leaders, can help to identify the people or households most in need of assistance and the local root causes of food insecurity. Engaging local organizations in surveys and assessments as key informants can contribute to the engagement of all members of the community in ensuring that food assistance is effective and that it benefits all those in need equally and does not create protection risks.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 13, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.1 Food assistance planning data", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance may be provided as part of a DDR process only when the overall analysis shows that it is a needed, appropriate form of assistance as part of a broader package of DDR support.When developing the initial plans for a short-term food assistance component, the lead food agency shall gather information about the numbers and categories of recipients, the modality to be used to provide assistance, logistics and distribution/disbursement plans.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8639, - "Score": 0.57735, - "Index": 8639, - "Paragraph": "Early in the integrated planning process, food assistance agencies should provide details of the data that they require to the lead coordinating actors in the DDR process so that information can be collected in the early phases of preparing for the food assistance component. The transfer modality that is chosen to provide food assistance will have implications for the types of data required, and this should be taken into account. Agencies should also be careful to ask for data about less visible groups (e.g., abducted girls, breastfeeding mothers) so that these groups can be included in the estimates. It should be noted, however, that acquiring certain data (e.g., accurate numbers and descriptions of members of armed forces and groups) is not always possible, because of the tendency of parties to hide children, ignore (leave out) women who were not in combat positions, and increase or reduce figures for political, financial or strategic reasons. Therefore, plans will often be made according to a best estimate that can only be verified when the food assistance component is in progress. For this reason, DDR practitioners and food assistance staff should be prepared for unexpected or unplanned events/circumstances.The following data are essential for food assistance planning as part of a DDR process, and shall be provided to, or collected by, the lead agency at the earliest possible stages of planning, ensuring that data protection standards are respected: \\n Numbers of ex-combatants and persons formerly associated with armed forces and groups (disaggregated by sex and age, and with specific assessments of the numbers and characteristics of vulnerable groups); \\n Numbers of dependants (partners, children, relatives, disaggregated by sex and age) and their expenditure on food and food intake; \\n Profiles of participants and beneficiaries (i.e., who they are, what their special needs are); \\n Basic nutritional data, by sex and age; \\n Logistics corridors/supply routes; \\n Roads and infrastructure information; \\n Information on market capacity and functionality; \\n Information on financial service provider networks; \\n Basic information on beneficiary expenditure/consumption behaviour; \\n Information regarding demining; \\n Other security-related information.Qualitative data, that will be especially useful in planning reintegration assistance, should also be collected, including through ad hoc surveys carried out among ex-combatants, persons formerly associated with armed forces and groups, and dependants on the initiative of the UN humanitarian coordinating body and partner UN agencies. This process should be carried out in consultation with the national Government and third parties. These surveys identify the main features of the social profile of the intended participants and beneficiaries and provide useful information about the different needs, interests and capacities of the women, men and children of various ages that will be eligible for assistance. Preliminary data gathered through surveys can be checked and verified at a later stage, for e.g., during an identification and registration process.Data on food habits and preliminary information on nutritional requirements may also be collected by food agencies through ad hoc surveys before, or immediately following, the start of the DDR process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 14, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.1 Food assistance planning data", - "Heading3": "5.1.1 Data needed for planning", - "Heading4": "", - "Sentence": "Early in the integrated planning process, food assistance agencies should provide details of the data that they require to the lead coordinating actors in the DDR process so that information can be collected in the early phases of preparing for the food assistance component.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8648, - "Score": 0.57735, - "Index": 8648, - "Paragraph": "The following parts of the food assistance component should be finalized in a food assistance plan and made part of the inter-agency approach to the DDR process: \\n Context/conflict analysis, including protection and gender analysis; \\n Agreement on ration/food basket/transfer value for assembly and reinsertion periods, taking into account the diverse needs of recipients; \\n Agreement on the most appropriate modality (i.e., in-kind food, cash, or voucher/e-voucher); \\n The identification of programme resources; \\n The establishment of viable distribution/disbursement/voucher redemption mechanisms, taking into consideration gender and protection issues; \\n Putting plans and resources in place for special feeding programmes (e.g., school/interim care centre feeding, take home rations, malnutrition and prevention treatment programmes; integrating nutrition awareness education); \\n Preparations for special project activities (e.g., FFA, FFT, etc.); \\n The development of a logistics plan; \\n The establishment of monitoring and reporting systems; \\n The development of contingency plans; \\n The establishment of security measures.Having one lead food assistance agency as part of the DDR process will permit a more cost- effective operation and minimize coordination problems. In some cases, to improve the quality and variety of the food that is provided, extra supplies may be contributed by donors and other agencies. These actors can also provide non-food items required for the preparation and distribution of food (e.g., cooking pots, charcoal, paper plates, condiments, etc.).Experience has shown that the sharing of responsibilities between humanitarian and Government actors in the provision of food assistance must be done with caution. In countries emerging from conflict situations, Governments may have limited capacity and/or resources to ensure timely and regular food assistance supplies. In such situations, upon a request from a national Government, a peace operation or a UN RC, humanitarian actors may step in appealing for donor funds to cover gaps in the provision of food assistance.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 15, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.2 The food assistance plan", - "Heading3": "", - "Heading4": "", - "Sentence": "The following parts of the food assistance component should be finalized in a food assistance plan and made part of the inter-agency approach to the DDR process: \\n Context/conflict analysis, including protection and gender analysis; \\n Agreement on ration/food basket/transfer value for assembly and reinsertion periods, taking into account the diverse needs of recipients; \\n Agreement on the most appropriate modality (i.e., in-kind food, cash, or voucher/e-voucher); \\n The identification of programme resources; \\n The establishment of viable distribution/disbursement/voucher redemption mechanisms, taking into consideration gender and protection issues; \\n Putting plans and resources in place for special feeding programmes (e.g., school/interim care centre feeding, take home rations, malnutrition and prevention treatment programmes; integrating nutrition awareness education); \\n Preparations for special project activities (e.g., FFA, FFT, etc.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8655, - "Score": 0.57735, - "Index": 8655, - "Paragraph": "As with all parts of an integrated DDR process, the planning process for a food assistance component should involve, as far as possible, the participation of leaders of stakeholder groups (local Government; leaders of armed forces and groups; and representatives of civil society, communities, women\u2019s groups and vulnerable groups). This participatory approach enables a better understanding of the sociopolitical, gender and economic contexts in which the food assistance component of a DDR process will operate. It also allows for the identification of any possible protection risks to individuals or communities, and the risks of becoming caught up in conflict. Finally, a participatory approach can increase trust and social cohesion among groups and create consensus and raise awareness of the benefits offered and the procedures for receiving benefits. Representatives of communities, women\u2019s leaders and women\u2019s organizations, associations or informal groups should be meaningfully and equitably consulted.Although the extent to which any group participates should be decided on a case-by-case basis, even limited consultations, as long as they involve a variety of stakeholders, can improve the security of the food assistance component of a DDR process and increase the appropriateness of the assistance, distribution and monitoring. Such participation builds confidence among ex-combatant groups, improves the ability to meet the needs of vulnerable groups and helps strengthen links with the receiving community. Participants in the planning process should be specified in advance, as well as how these groups/individuals will work together and what factors will aid or hinder the process.Food/cash/voucher distribution arrangements shall also be designed in consultation with women to avoid putting them at risk. In cases where rations are to be collected from distribution points, a participatory assessment shall take place to identify the best place, date and time for distribution in order to allow women and girls to collect the rations themselves and to avoid difficult and unsafe travel, for example in the dark. It shall also be determined whether special packaging is needed to make the collection and carrying of food rations by women easier.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 16, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.3 Participatory planning", - "Heading3": "", - "Heading4": "", - "Sentence": "As with all parts of an integrated DDR process, the planning process for a food assistance component should involve, as far as possible, the participation of leaders of stakeholder groups (local Government; leaders of armed forces and groups; and representatives of civil society, communities, women\u2019s groups and vulnerable groups).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8664, - "Score": 0.57735, - "Index": 8664, - "Paragraph": "Once food assistance requirements have been identified, the lead food agency should take part in the drawing up of budget proposals. The food assistance component of a DDR process is often funded as part of the wider strategy of assistance and recovery, although the costs of a DDR food assistance component will depend largely on the resources and organizational capacity already in place in a given context. In both mission and non-mission contexts, food assistance in support of a DDR process shall not be implemented in the absence of adequate resources and capacity, including human, financial and logistic resources from donor contributions and/or the UN peacekeeping assessed budget. In mission contexts, the UN peacekeeping assessed budget should be available to support food assistance costs and should be designed to take into account unexpected adjustments to the length of the food assistance component, delays, and other changes that require sufficient and flexible funding.Owing to the potential for unexpected changes, maintaining a well-resourced pipeline is essential. DDR processes are often time-sensitive and volatile, and food/CBTs shall be available for pre-positioning, distribution and/or timely disbursement to avoid the risks caused by delays. The pipeline shall have enough resources not only to meet the needs of the present situation, but also to meet the needs of other possible circumstances outlined in contingency plans.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 17, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.4 Resources and funding", - "Heading3": "", - "Heading4": "", - "Sentence": "Once food assistance requirements have been identified, the lead food agency should take part in the drawing up of budget proposals.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8670, - "Score": 0.57735, - "Index": 8670, - "Paragraph": "Some transfer modalities will more effectively contribute to food assistance objectives than others, depending on the specific circumstances of each intervention. CBTs provide people with money while in-kind food transfers include the distribution of commodities. Vouchers \u2013 also known as gift cards or stamps - can be used in predetermined locations, including selected shops. Vouchers can be value- based i.e., provide access to commodities for a given monetary amount. They may also be commodity- based i.e., tied to a predefined quantity of given foods. In some situations, combinations of transfer modalities may also prove most effective. For example, half of the transfer could be delivered in cash and the other half in-kind. Another alternative is the distribution of cash and food transfers by season, with food provided in the lean season and cash immediately after the harvest.Before deciding on the transfer modality for the food assistance component of a DDR process, an analysis shall be conducted to determine the appropriate transfer modality in a given context, and how this food component complements other transitional DDR support. At a minimum, the analysis should take into account factors linked to context, feasibility, market functioning, targeting, conditionality, women\u2019s preferences, duration, effectiveness towards objectives and cost-efficiency, as well as \u2018safety and dignity\u2019 (see Figure 1). This can be done for the food assistance component alone or for a multipurpose transfer to meet the essential needs of the targeted population. Particular care shall be taken to select an appropriate transfer modality when food assistance is provided during ongoing conflict. This is because armed groups can attempt to steal cash and food during the time that this assistance is being transported or stored.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 17, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.5 Transfer modality selection", - "Heading3": "", - "Heading4": "", - "Sentence": "Some transfer modalities will more effectively contribute to food assistance objectives than others, depending on the specific circumstances of each intervention.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8682, - "Score": 0.57735, - "Index": 8682, - "Paragraph": "The primary logistical goal of the food assistance component of a DDR process is to deliver food supplies to the right place, at the right time and cost, in good condition and with no loss. The main elements of a logistics strategy should include: \\n Port(s) of entry \u2013 identifying the most appropriate unloading port with the best location, capacity and costs; \\n Identifying the location for/of the warehouses in transit and recipient countries; \\n Identifying logistics corridors/routes and means of transport. The logistics strategy should plan for the following: \\n Organizing transport; \\n Setting up and managing warehouses; \\n Identifying additional needs; \\n Special operations; \\n Recommended logistic arrangements; \\n Cost analysis.The logistics strategy should be based on the logistics capacity assessment, which gives a detailed overview of the logistics infrastructure in the relevant country. Once the agencies and partners in the DDR process have been identified, an assessment of their logistics capacity is prepared through consultations, in order to develop the logistics strategy.Agreements signed by all the organizations and agencies concerned provide the basis for logistics planning. All partners shall formally define their logistics roles and responsibilities, including the reporting and financial obligations of each. Every agreement must deal with logistics issues and clearly define the logistics responsibilities of all participating partners. The assessments of partners\u2019 capacities and structures carried out during the preparation phase shall provide the basis for agreements and eventually be reflected in them.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 18, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.1 Logistics strategy", - "Heading4": "", - "Sentence": "The primary logistical goal of the food assistance component of a DDR process is to deliver food supplies to the right place, at the right time and cost, in good condition and with no loss.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8689, - "Score": 0.57735, - "Index": 8689, - "Paragraph": "A cereal that is familiar to recipients, pulses and oil are the basic foods included in most rations. Other items are included to provide extra nutrients if people have no access to fresh foods. When selecting the types of food that will be supplied, the following issues should be considered:", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 19, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.2 Selecting commodities for in-kind rations", - "Heading4": "", - "Sentence": "A cereal that is familiar to recipients, pulses and oil are the basic foods included in most rations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8692, - "Score": 0.57735, - "Index": 8692, - "Paragraph": "The mix of food must provide the nutrients required to supply recipients with adequate energy, protein, fat and micronutrients, taking into account what they can acquire from other sources.For in-kind transfers, foods that are rich in energy, protein or micronutrients, including fortified complementary foods, are preferred. In emergencies, fortified flours and oil, bio-fortified staple foods and iodized salt may be good options to optimize the nutritional quality of the food basket.When CBTs or commodity vouchers are provided, food baskets that address the nutrient needs of the targeted households must be closely examined as part of preparedness and planning. Pre- calculated transfer values can factor in the prices of nutrient-dense foods that are available in local markets, including those mentioned above as well as animal-source foods, fruits and vegetables, taking into account any impacts that emergency or crisis situations may have on availability and affordability of food and especially for nutritionally vulnerable groups. A key opportunity to enhance the nutrition-sensitivity of food transfers is to improve their nutritional quality and to ensure adequate size and timing of the transfers.Particular consideration shall also be given to those with specific nutrient requirements, including women of childbearing age; pregnant and breastfeeding women and girls; children 6\u201323 months old; preschool children (2\u20135 years); school-age children (6\u201310 years); adolescents (10\u201319 years), especially girls; and older people. Other important vulnerable groups shall be considered according to the context and type of intervention, such as persons with disabilities and persons with chronic illnesses.In addition, for young children, provision of food supplements should always be accompanied by dedicated counselling on feeding and other infant and young child feeding practices like breastfeeding, consumption of family/local foods, hygiene and responsive feeding and care.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 19, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.3 Nutritional and dietary requirements", - "Heading4": "", - "Sentence": "The mix of food must provide the nutrients required to supply recipients with adequate energy, protein, fat and micronutrients, taking into account what they can acquire from other sources.For in-kind transfers, foods that are rich in energy, protein or micronutrients, including fortified complementary foods, are preferred.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8697, - "Score": 0.57735, - "Index": 8697, - "Paragraph": "Foods shall be familiar to those who receive them, be compatible with their traditional dietary habits and respectful of any religious taboos. Consultation with those who are to receive food assistance, including women, shall be undertaken prior to determining the composition of the food basket.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 20, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.4 Local food habits", - "Heading4": "", - "Sentence": "Foods shall be familiar to those who receive them, be compatible with their traditional dietary habits and respectful of any religious taboos.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8699, - "Score": 0.57735, - "Index": 8699, - "Paragraph": "Families must be able to prepare easily digestible energy-dense foods for young children. Easily chewed and digestible foods are also needed for older people.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 20, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.5 Children and older people", - "Heading4": "", - "Sentence": "Families must be able to prepare easily digestible energy-dense foods for young children.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8701, - "Score": 0.57735, - "Index": 8701, - "Paragraph": "Foods shall be reasonably easy to transport, capable of being stored in the average household, and simple to prepare using little fuel. This last criterion takes into consideration that women and girls are usually overburdened with preparing food and collecting firewood, which sometimes creates new protection risks, and that domestic pollution is a major health concern. In addition, this criterion further protects people living with disabilities. Foods must be adapted to available cooking facilities, water and cooking fuel. The provision, promotion and use of fuel-efficient stoves is recommended, wherever possible.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 20, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.6 Ease of transport, storage and use", - "Heading4": "", - "Sentence": "Foods shall be reasonably easy to transport, capable of being stored in the average household, and simple to prepare using little fuel.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 8706, - "Score": 0.57735, - "Index": 8706, - "Paragraph": "Cost must be taken into account for each of the various items that could be provided: \\n In relation to the nutrient value the food supplies to those who will receive it; \\n In relation to local (resale) value, as recipients may trade limited quantities of some items to obtain other essential items, e.g., fruits and vegetables from the local market; \\n With regard to whether some items are more likely to be misappropriated than others, as items that do not reach the groups they are intended for, or that are stolen from them, are of no benefit.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 20, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.7 Cost effectiveness, attractiveness and local value", - "Heading4": "", - "Sentence": "Cost must be taken into account for each of the various items that could be provided: \\n In relation to the nutrient value the food supplies to those who will receive it; \\n In relation to local (resale) value, as recipients may trade limited quantities of some items to obtain other essential items, e.g., fruits and vegetables from the local market; \\n With regard to whether some items are more likely to be misappropriated than others, as items that do not reach the groups they are intended for, or that are stolen from them, are of no benefit.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 8707, - "Score": 0.57735, - "Index": 8707, - "Paragraph": "Commodities should be purchased locally wherever possible, to support local market recovery and employment opportunities. The quality and shelf-life of the food available should also be considered. It is important to determine whether whole grains or milled cereals should be provided and whether fortified blended foods might be produced locally rather than imported.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 20, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.6 In-kind food distribution", - "Heading3": "5.6.8 Availability of local commodities", - "Heading4": "", - "Sentence": "Commodities should be purchased locally wherever possible, to support local market recovery and employment opportunities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8710, - "Score": 0.57735, - "Index": 8710, - "Paragraph": "CBTs can be paid in cash, in the form of value vouchers, or by bank or digital-money transfers (for example, through mobile phones). They can be one-off or paid in instalments and used instead of or alongside in-kind food assistance.There are many different benefits associated with the provision of food assistance in the form of cash. For example, not only can the recipients of cash determine and meet their individual consumption and nutritional needs more efficiently, the ability to do so is a fundamental step towards empowerment, as it helps restore a sense of normalcy and dignity in the lives of recipients. Cash can also be an efficient way to deliver support because it entails lower transaction and logistical costs than in-kind food assistance, particularly in terms of transportation and storage. The provision of cash may also have beneficial knock-on effects for local markets and trade. It also helps to avoid a scenario in which the recipients of in-kind food assistance simply resell the commodities they receive at a loss in value.Cash will be of little utility in places where the food items that people require are unavailable on the local market. However, the oft-cited concern that cash is often misused, and used to purchase alcohol and drugs, is, in the most part, not borne out by the evidence. Any potential misuse can also be reduced through decisions related to targeting and conditionality. For example, household control over the way that cash is spent can be supported by providing cash to the families of ex-combatants, rather than ex-combatants alone. Ex-combatants and their wives/husbands can also be asked to sign a contract that leads to the release of cash. This contract could outline how the money is supposed to be spent, and would require follow-up to check that the goods purchased comply with the terms of this contract. Basic literacy and financial education can also help to reduce the risk that cash is misused, and basic nutrition education can help to ensure that families are aware of the importance of feeding nutritious foods, especially to young children who rely on caregivers to be fed.Providing cash is sometimes seen as generating security risks both for the staff that transport large amounts of money and for recipients. This is because cash is prone to diversion, capture by elites and seizure by armed groups, particularly in settings where corruption is high and armed conflict is ongoing. This is particularly true for cash payments that are distributed at regular times at publicly known locations. Digital payments, such as over-the-counter and mobile money payments, may help to circumvent this problem by offering new and discrete opportunities to distribute CBTs. For example, recipients may cash out small amounts of their payment as and when it is needed to buy food, directly transfer money to a bank account, or store money on their mobile wallet over the long- term.Preliminary evidence indicates that distributing cash for food through mobile money transfers has a positive impact on dietary diversity, in part because recipients spend less time traveling to and waiting for their transfer. In order to benefit from mobile money transfers, recipients need to be in the possession of a mobile phone, or at a minimum, a SIM card that can be used in a mobile phone that is shared with others. The recipient will also need to reside in an area (or close to an area) where there is mobile network coverage and where there are accessible cash-out points or agents. It is also necessary to ensure that agents have sufficient cash on hand in order to make the payment. The agents will need to be monitored in order to ensure that they adhere to previously agreed upon standards. It is also important to ensure that recipients are not subjected to coercion or undue pressure by the agent to use their cash to buy other goods in the agent\u2019s store. Adequate sensitization campaigns targeting both recipients and agents should be an integral part of the programme design. Finally, new users of digital payments may need to be educated in how to use them and should, where possible, be provided with accompanying literacy training and financial education.Irrespective of the type of CBT selected, the delivery mechanism (cash, vouchers, mobile money transfer) should take into account potential protection issues and gender-specific barriers. It is important that the delivery mechanism chosen permits women to access their entitlement safely and confidently, without being exposed to the risks of private service providers abusing their power over recipients and encountering difficulties in the redemption of their entitlement because of numerical or financial illiteracy. A help desk and complaint mechanism should also be set-up, and these should include specific referral pathways for women. When food assistance is provided through CBTs, humanitarian agencies often work closely with service providers from the private sector (financial service providers, traders, etc.). Where this is the case, all necessary service procurement procedures shall be followed to ensure timely set-up of the operation. Clear Standard Operating Procedures (SOPs) shall be put in place to ensure that all stakeholders have the same understanding of their roles and responsibilities.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 21, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.7 Cash-based transfers", - "Heading3": "", - "Heading4": "", - "Sentence": "CBTs can be paid in cash, in the form of value vouchers, or by bank or digital-money transfers (for example, through mobile phones).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8738, - "Score": 0.57735, - "Index": 8738, - "Paragraph": "The transfer value for a CBT to cover basic food needs should take into consideration the preferences of recipients, consumption patterns and the availability of food items in the local market. The transfer value should be sufficient to cover the consumption gap of the target group to consume a nutritionally balanced diet covering essential macro- and micronutrients. The transfer value can be obtained by multiplying the cost of a nutritionally balanced basket informed by consumption patterns and preferences by average food prices of the most commonly consumed items in the local market.Cash transfers in the form of value vouchers should be sufficient to cover the consumption gap of the target group to consume a nutritionally balanced diet covering essential macro- and micronutrients. The value can be calculated by multiplying the cost of a nutritionally balanced basket informed by consumption patterns and preferences by prices negotiated with contracted retailers.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 21, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.7 Cash-based transfers", - "Heading3": "5.7.1 Calculating the transfer value for CBTs", - "Heading4": "", - "Sentence": "The transfer value for a CBT to cover basic food needs should take into consideration the preferences of recipients, consumption patterns and the availability of food items in the local market.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8742, - "Score": 0.57735, - "Index": 8742, - "Paragraph": "Food assistance provided to DDR participants and beneficiaries should be balanced against assistance provided to other returnees or conflict-affected populations as part of the wider recovery programme to avoid treating some conflict-affected groups unfairly. The provision of special entitlements to DDR participants should always be seen in the context of the needs and resources of the broader population. If communities perceive that preferential treatment is being given to ex-combatants and persons formerly associated with armed forces and groups, this can cause resentment, and there is the danger that humanitarian food assistance agencies will no longer be perceived as neutral. Every effort to achieve an equal standard of living for ex-combatants, persons formerly associated with armed forces and groups, dependants and other members of the community should be made in order to minimize the risk that benefits given through DDR could fuel tensions among these groups.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "5. Planning for food assistance in DDR processes", - "Heading2": "5.8 Equity with other assistance programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance provided to DDR participants and beneficiaries should be balanced against assistance provided to other returnees or conflict-affected populations as part of the wider recovery programme to avoid treating some conflict-affected groups unfairly.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8746, - "Score": 0.57735, - "Index": 8746, - "Paragraph": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 22, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance can be provided at different points throughout a DDR process, including as part of DDR programmes, DDR-related tools and reintegration support.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8747, - "Score": 0.57735, - "Index": 8747, - "Paragraph": "When DDR participants are grouped at specific locations, such as disarmament and/or cantonment sites, in-kind food assistance is distributed in a way that is similar to a typical encampment relief situation. In this context, demobilizing combatants and persons associated with armed forces and groups have limited buying power and their access to alternative sources of income and food security is restricted. In addition, their health may be poor after the prolonged isolation they have experienced and the poor food they may have eaten during wartime (see IDDRS 5.70 on Health and DDR). Ex- combatants and persons formerly associated with armed forces and groups may see the regular provision of food assistance as proof of the commitment by the Government and the international community to support the transition to peace. Insufficient, irregular or substandard food assistance can become a source of friction and protest. Every reasonable measure should be taken to ensure that, at the very minimum, standard rations or transfers are distributed when DDR participants are grouped together at disarmament and/or cantonment sites.If ex-combatants and persons formerly associated with armed forces and groups are present at disarmament and/or cantonment sites, the type of food supplied should normally be more varied than in standard food assistance emergency operations. Table 2 provides an example of a recommended food basket.Inclusion of fortified blended flour such as Super Cereal is essential to cover basic micronutrients and protein needs. Up to 20g of sugar can be added to meet local preferences. Fresh vegetables and fruit or other foods to increase the nutritional value of the food basket should be supplied when alternative sources can be found and if they can be stored and distributed.Standard emergency food baskets can be supplied to family dependants if they are included as beneficiaries of the DDR programme. In this context, food assistance for dependants may often be implemented in one of two possible ways. The first involves dependants being cantoned in a separate, nearby camp while combatants are disarmed and demobilized. The second involves dependants being taken or directed to their communities. These two approaches would require different methods for distributing food assistance. Although food assistance should not encourage ex-combatants, persons formerly associated with armed forces and groups and/or dependants to stay for long periods at cantonment sites, prepared foods may be served when doing so is more appropriate than creating cooking spaces and/or providing equipment for participants to prepare their own food.DDR practitioners and food assistance staff shall be aware of problems concerning protection and human rights that are especially relevant to women and girls at disarmament and demobilization sites. Codes of conduct and appropriate reporting and referral mechanisms shall be established in advance among UN agencies and human rights and child protection actors to deal with gender-based violence, sexual exploitation and abuse, and human rights abuses. There shall also be strict procedures in place to protect women and girls from sexual exploitation by those who control access to food assistance. Staff and the recipients of food assistance alike shall be aware of the proper channels available to them for reporting cases of abuse or attempted abuse linked to food distribution. Women, men, girls and boys shall be consulted from the outset in order to identify protection issues that need to be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 23, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.1 Disarmament and Demobilization", - "Heading4": "", - "Sentence": "When DDR participants are grouped at specific locations, such as disarmament and/or cantonment sites, in-kind food assistance is distributed in a way that is similar to a typical encampment relief situation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8765, - "Score": 0.57735, - "Index": 8765, - "Paragraph": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization). Food assistance can form part of a transitional safety net and support the establishment of medium- term household food security.In this scenario, food assistance can be provided as a take-home package (for those leaving cantonment sites) and/or can be provided in the community. In communities that have access to functional markets, and where there is a reliable financial network, CBTs are likely to be a useful option during the reinsertion phase, as these transfers provide recipients with the flexibility to redeem the entitlement in the location and moment they prefer, according to their needs. When CBTs are dispensed through financial service providers who offer additional financial services, linking the food assistance to a financial inclusion objective can help to facilitate reinsertion. Where CBTs are not possible for contextual or infrastructural reasons, in-kind assistance can be considered for take-home rations.A general guideline is that food assistance in the reinsertion phase of a DDR programme should not be provided for longer than a year; however, benefits should also be appropriate to the particular context. The following factors should be taken into account when deciding on the length of time the transfer should cover: \\n Whether ex-combatants and persons formerly associated with armed forces and groups will be transported by vehicle to the relevant communities or whether they will have to carry the ration (if in-kind) (the latter may require protection mechanisms for women or other vulnerable groups); \\n The level of assistance when they reach the community; \\n The resources available to the food component of the DDR programme; \\n The timing and expected yields/production of the next harvest; \\n The prospects for the re-establishment of employment and other income-generating activities, or the creation of new opportunities; \\n The overall food policy for the area, taking into account the total economic, social and ecological situation and related recovery and development activities.The aim shall always be to encourage the re-establishment of self-reliance from the earliest possible moment, therefore minimizing the possible negative effects of distributing food assistance over a long period of time.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 24, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.1. The Charter of the United Nations", - "Heading3": "6.1.2 Reinsertion", - "Heading4": "", - "Sentence": "If a DDR programme is underway, food assistance can be part of a broader reinsertion package made available by Governments and the international community (see IDDRS 4.20 on Demobilization).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8771, - "Score": 0.57735, - "Index": 8771, - "Paragraph": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place. In both instances, the role of food assistance will depend on the type of reintegration support provided and whether any form of targeting is applied (see IDDRS 4.30 on Reintegration). DDR participants and beneficiaries will often eventually be included in a community-based approach and access food in the same way as members of these communities, rather than receive special entitlements. Ultimately, they should be seen as part of the community and, if in need of assistance, take part in programmes covering broader recovery efforts.In broader operations in post-conflict environments during the recovery phase, where there are pockets of relative security and political stability and greater access to groups in need, general free food distribution is gradually replaced by help directed at particular groups, to develop the ability of affected populations to meet their own food needs and work towards long-term food security. Activities should be closely linked to efforts to restart positive coping mechanisms and methods of households supplying their own food by growing it themselves or earning the money to buy it.The following food assistance activities could be implemented when support to reintegration is provided as part of a DDR process within or outside a DDR programme: \\n Supporting communities through FFA activities that directly benefit the selected populations; \\n Providing support, in particular nutrition interventions, directed at specific vulnerable groups; \\n Providing support to restore production capacity and increase food production by households; \\n Providing support (training, equipment, seeds and agricultural inputs) to selected populations or the wider community to restart agricultural production, enhance post-harvest management, identify market access options, and organise farmers to work and sell collectively; \\n Providing support for local markets through CBTs, buying supplies for DDR processes locally, encouraging private-sector involvement in food transport and delivery, and supporting social market outlets and community-based activities such as small enterprises for both women and men, and linking CBT programmes to a financial inclusion objective; \\n Encouraging participation in education and skills training (school feeding with nutrition education, FFT, education, adult literacy); \\n Maintaining the capacity to respond to emergencies and setbacks; \\n Expanding emergency rehabilitation projects (i.e., projects which rehabilitate local infrastructure) and reintegration projects; \\n Running household food security projects (urban/rural).The link between learning and nutrition is well established, and inter-agency collaboration should ensure that all those who enter training and education programmes in the reintegration period are properly nourished. Different nutritional needs for girls and boys and women and men should be taken into account.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 25, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.2 Food assistance and reintegration support", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support can be provided as part of a DDR programme, or when the preconditions for a DDR programme are not in place.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8777, - "Score": 0.57735, - "Index": 8777, - "Paragraph": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups. As outlined in IDDRS 2.30 on Community Violence Reduction, one way to achieve this may be to involve various groups in the design, implementation and evaluation of an FFA or FFT programme. During these programmes, interaction and dialogue among these groups can build social cohesion and reduce the risk of violence. Food assistance as part of CVR shall be based on food assistance analysis (see section 5) in addition to the assessments that are regularly conducted as part of planning for CVR. These include, among others, a context/conflict analysis, a security and consequence assessment, and a comprehensive and gender-responsive baseline assessment of local violence dynamics (see section 6.3 in IDDRS 2.30 on Community Violence Reduction and IDDRS 3.11 on Integrated Assessments).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.1 Community Violence Reduction", - "Heading4": "", - "Sentence": "Community violence reduction as part of a DDR process seeks to build social cohesion and provide ex-combatants and other at-risk individuals, particularly youth, with alternatives to (re-)joining armed groups.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8782, - "Score": 0.57735, - "Index": 8782, - "Paragraph": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR). When a DDR programme is delayed, pre-DDR can be conducted with male and female ex-combatants who are in camps, or with ex-combatants who are already in communities. Activities may include cash for work, FFT or FFA. Wherever possible, pre-DDR activities should be linked to the reintegration support that will be provided when the DDR programme is eventually implemented.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "6. Food assistance as part of a DDR process", - "Heading2": "6.3 Food assistance and DDR-related tools", - "Heading3": "6.3.2 Pre-DDR", - "Heading4": "", - "Sentence": "Pre-DDR is a local-level transitional stabilization measure designed for those who are eligible for a DDR programme (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8786, - "Score": 0.57735, - "Index": 8786, - "Paragraph": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context. \\n members of armed forces and groups who served in combat and/or support roles (those in support roles are often referred to as being associated with armed forces and groups); \\n abductees/victims; \\n dependants/families; \\n civilian returnees/\u2019self-demobilized\u2019; \\n community members.Within these five categories, consideration should be given to addressing the specific needs of nutritionally vulnerable groups. These groups have specific nutrient requirements and include: \\n women of childbearing age; \\n pregnant and breastfeeding women and girls; \\n children 6\u201323 months old; \\n preschool children (2\u20135 years); \\n school-age children (6\u201310 years); \\n adolescents (10\u201319 years), especially girls; \\n older people; \\n persons with disabilities; and \\n persons with chronic illnesses including people leaving with HIV and TB.Analysis of the particular nutritional needs of vulnerable groups is a prerequisite of programming for the food assistance component of a DDR process. The Fill the Nutrient Gap tool in countries where this analysis has been completed is an invaluable resource to understand the key barriers to adequate nutrient intake in a specific context for different target groups.3A key opportunity to make food assistance components of DDR processes more nutrition sensitive is to deliver them within a multi-sectoral package of interventions that aim to improve food security, nutrition, health, and water, sanitation and hygiene (WASH). Social and behaviour change communication (SBCC) is likely to enhance the nutritional impact of the transfer. Gender equality and ensuring a gender lens in analysis and design also make nutrition programmes more effective.As far as possible, the food assistance component of a DDR process should try to ensure that the nutritionally vulnerable receive assistance that meets their energy and nutrient intake needs. Although not all women are nutritionally vulnerable, the nutrition of women who are single heads of households or sole caregivers of children often suffers when there is a scarcity of food. Special attention should therefore be paid to food assistance for households where women are the only adult (see IDDRS 5.10 on Women, Gender and DDR). Referral mechanisms and procedures should also be established to ensure that vulnerable individuals in need of specialized services \u2013 for example, those related to health \u2013 have timely and confidential access to these services (see IDDRS 5.70 on Health and DDR).", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 26, - "Heading1": "7. Adult foreign combatants and DDR issues in host countries", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Food assistance may be provided to all five categories of people that should be taken into consideration in integrated DDR processes, depending on the context.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8795, - "Score": 0.57735, - "Index": 8795, - "Paragraph": "Mechanisms for monitoring and evaluating (M&E) interventions are essential when food assistance is provided as part of a DDR process, to ensure accountability to all stakeholders and in particular to the affected population.The food assistance component shall be monitored and evaluated as part of a broader M&E plan for the DDR process. In general, arrangements for monitoring the distribution of assistance provided during DDR should be made in advance between all the implementing partners, using existing tools for monitoring and applying international best practices.In terms of food distribution, at a minimum, information shall be gathered on: \\n The receipt and delivery of commodities; \\n The number (disaggregated by sex and age) of people receiving assistance; \\n Food storage, handling and the distribution of commodities; \\n Food assistance availability and unmet needs. There are two main types of monitoring through which this information can be gathered: \\n Distribution: This type of monitoring, which is conducted on the day of distribution, includes several activities, including commodity monitoring, on-site monitoring and food basket monitoring. \\n Post-distribution: This monitoring takes place sometime after the distribution but before the next one. It includes monitoring of the way in which food assistance is used in households and communities, and market surveys.In order to increase the effectiveness of the current and future food assistance component, it is particularly important for data on DDR participants and beneficiaries to be collected so that it can be easily disaggregated. Numerical data should be systematically collected for the following categories: ex-combatants, persons formerly associated with armed forces and groups, and dependants (partners and relatives of ex-combatants). Every effort should be made to disaggregate the data by: \\n Sex and age; \\n Vulnerable group category (CAAFAG, people living with HIV/ AIDS, persons with disabilities, etc.); \\n DDR location(s); \\n Armed force/group affiliation.Also, identifying lessons learned and conducting evaluations of the impacts of food assistance helps to improve the approach to delivering food assistance within DDR processes and the broader inter-agency approach to DDR. The UN agencies involved in the DDR process should ensure that a comprehensive evaluation of the food assistance provided during early stages of the DDR process (for example the disarmament and demobilization phases of a DDR programme) are carried out and factored into later stages (such as the reintegration phase of a DDR programme). The evaluation should provide an in-depth analysis of early food assistance activities and allow for later food assistance components to be reviewed and, if necessary, redesigned/reoriented. Gender should be taken into consideration in the evaluation to assess if there were any unexpected outcomes of food assistance on women and men, and on gender relations and gender equality. Lessons learned should be recorded and shared with all relevant stakeholders to guide future policies and to improve the effectiveness of future planning and support to operations.", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 28, - "Heading1": "8. Monitoring and evaluation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Mechanisms for monitoring and evaluating (M&E) interventions are essential when food assistance is provided as part of a DDR process, to ensure accountability to all stakeholders and in particular to the affected population.The food assistance component shall be monitored and evaluated as part of a broader M&E plan for the DDR process.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8807, - "Score": 0.57735, - "Index": 8807, - "Paragraph": "\\n 1 Guidance on how the provision of food assistance is affected in contexts where armed groups designated as terrorist organisations by the United Nations Security Council, Member States or regional organizations are active will be developed at a later stage particularly to address elements of risk and vulnerability in the provision of support in these contexts. \\n 2 See Gina Pattugalan (2014) Linking food security, food assistance and protection from gender- based violence: WFP\u2019s experience \\n 3 See https://www.wfp.org/publications/2017-fill-nutrient-gap", - "Color": "#D10007", - "Level": 5.0, - "LevelName": 5, - "Title": "IDDRS-5.50-Food-Assistance-in-DDR", - "Module": "Food Assistance in DDR", - "PageNum": 29, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 1 Guidance on how the provision of food assistance is affected in contexts where armed groups designated as terrorist organisations by the United Nations Security Council, Member States or regional organizations are active will be developed at a later stage particularly to address elements of risk and vulnerability in the provision of support in these contexts.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9829, - "Score": 0.707107, - "Index": 9829, - "Paragraph": "The purpose of this module is to provide policy makers, operational planners and officers at field level with background information and guidance on related but distinct sets of activi- ties associated with disarmament, demobilization and reintegration (DDR) and security sector reform (SSR).1 The intention is not to set out a blueprint but to build from common principles in order to provide insights that will support the development of synergies as well as preventing harmful contradictions in the design, implementation and sequencing of different elements of DDR and SSR programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The purpose of this module is to provide policy makers, operational planners and officers at field level with background information and guidance on related but distinct sets of activi- ties associated with disarmament, demobilization and reintegration (DDR) and security sector reform (SSR).1 The intention is not to set out a blueprint but to build from common principles in order to provide insights that will support the development of synergies as well as preventing harmful contradictions in the design, implementation and sequencing of different elements of DDR and SSR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9830, - "Score": 0.707107, - "Index": 9830, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20. In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9834, - "Score": 0.707107, - "Index": 9834, - "Paragraph": "The UN has recognised in several texts and key documents that inter-linkages exist between DDR and SSR.2 This does not imply a linear relationship between different activities that involve highly distinct challenges depending on the context. It is essential to take into account the specific objectives, timelines, stakeholders and interests that affect these issues. However, understanding the relationship between DDR and SSR can help identify synergies in policy and programming and provide ways of ensuring short to medium term activities associated with DDR are linked to broader efforts to support the development of an effec- tive, well-managed and accountable security sector. Ignoring how DDR and SSR affect each other may result in missed opportunities or unintended consequences that undermine broader security and development goals.The Secretary-General\u2019s report Securing Peace and Development: the Role of the United Nations in Security Sector Reform (S/2008/39) of 23 January 2008 describes SSR as \u201ca process of assessment, review and implementation as well as monitoring and evalu- ation led by national authorities that has as its goal the enhancement of effective and accountable security for the State and its peoples without discrimination and with full respect for human rights and the rule of law.\u201d3 The security sector includes security pro- viders such as defence, law enforcement, intelligence and border management services as well as actors involved in management and oversight, notably government ministries, legislative bodies and relevant civil society actors. Non-state actors also fulfill important security provision, management and oversight functions. SSR therefore draws on a diverse range of stakeholders and may include activities as varied as political dialogue, policy and legal advice, training programmes and technical and financial assistance.While individual activities can involve short term goals, achieving broader SSR objec- tives requires a long term perspective. In contrast, DDR tends to adopt a more narrow focus on ex-combatants and their dependents. Relevant activities and actors are often more clearly defined and limited while timelines generally focus on the short to medium-term period following the end of armed conflict. But the distinctions between DDR and SSR are potentially less important than the convergences. Both sets of activities are preoccupied with enhancing the security of the state and its citizens. They advocate policies and programmes that engage public and private security actors including the military and ex-combatants as well as groups responsible for their management and oversight. Decisions associated with DDR contribute to defining central elements of the size and composition of a country\u2019s security sector while the gains from carefully executed SSR programmes can also generate positive consequences on DDR interventions. SSR may lead to downsizing and the conse- quent need for reintegration. DDR may also free resources for SSR. Most significantly, considering these issues together situates DDR within a developing security governance framework. If conducted sensitively, this can contribute to the legitimacy and sustainability of DDR programmes by helping to ensure that decisions are based on a nationally-driven assessment of applicable capacities, objectives and values.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 1, - "Heading1": "3. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN has recognised in several texts and key documents that inter-linkages exist between DDR and SSR.2 This does not imply a linear relationship between different activities that involve highly distinct challenges depending on the context.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9850, - "Score": 0.707107, - "Index": 9850, - "Paragraph": "DDR and SSR play an important role in post-conflict efforts to prevent the resurgence of armed conflict and to create the conditions necessary for sustainable peace and longer term development.4 They form part of a broader post-conflict peacebuilding agenda that may include measures to address small arms and light weapons (SALW), mine action activi- ties or efforts to redress past crimes and promote reconciliation through transitional justice (see IDDRS 6.20 on DDR and Transitional Justice). The security challenges that these meas- ures seek to address are often the result of a state\u2019s loss of control over the legitimate use of force. DDR and SSR should therefore be understood as closely linked to processes of post- conflict statebuilding that enhance the ability of the state to deliver security and reinforce the rule of law. The complex, interrelated nature of these challenges has been reflected by the development of whole of system (e.g. \u2018one UN\u2019 or \u2018whole of government\u2019) approaches to supporting states emerging from conflict. The increasing drive towards such integrated approaches reflects a clear need to bridge early areas of post-conflict engagement with support to the consolidation of reconstruction and longer term development.An important point of departure for this module is the inherently political nature of DDR and SSR. DDR and SSR processes will only be successful if they acknowledge the need to develop sufficient political will to drive and build synergies between them.Box 1 DDR/SSR dynamics \\n DDR shapes the terrain for SSR by influencing the size and nature of the security sector \\n Successful DDR can free up resources for SSR activities that in turn may support the development of efficient, affordable security structures \\n A national vision of the security sector should provide the basis for decisions on force size and structure \\n SSR considerations should help determine criteria for the integration of ex-combatants in different parts of the formal/informal security sector \\n DDR and SSR offer complementary approaches that can link reintegration of ex-combatants to enhancing community security \\n Capacity-building for security management and oversight bodies provide a means to enhance the sustainability and legitimacy of DDR and SSRThis reflects the sensitivity of issues that touch directly on internal power relations, sover- eignty and national security as well as the fact that decisions in both areas create \u2018winners\u2019 and \u2018losers.\u2019 In order to avoid doing more harm than good, related policies and programmes must be grounded in a close understanding of context-specific political, socio-economic and security factors. Understanding \u2018what the market will bear\u2019 and ensuring that activities and how they are sequenced incorporate practical constraints are crucial considerations for assessments, programme design, implementation, monitoring and evaluation.The core objective of SSR is \u201cthe enhancement of effective and accountable security for the state and its peoples.\u201d5 This underlines an emerging consensus that insists on the need to link effective and efficient provision of security to a framework of democratic gov- ernance and the rule of law.6 If one legacy of conflict is mistrust between the state, security providers and citizens, supporting participative processes that enhance the oversight roles of actors such as parliament and civil society7 can meet a common DDR/SSR goal of build- ing trust in post-conflict security governance institutions. Oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appro- priate, cost effective and made in a transparent manner.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 2, - "Heading1": "3. Background", - "Heading2": "3.1. Why are DDR-SSR dynamics important?", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and SSR play an important role in post-conflict efforts to prevent the resurgence of armed conflict and to create the conditions necessary for sustainable peace and longer term development.4 They form part of a broader post-conflict peacebuilding agenda that may include measures to address small arms and light weapons (SALW), mine action activi- ties or efforts to redress past crimes and promote reconciliation through transitional justice (see IDDRS 6.20 on DDR and Transitional Justice).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9859, - "Score": 0.707107, - "Index": 9859, - "Paragraph": "A number of DDR and SSR activities have been challenged for their lack of context-specificity and flexibility, leading to questions concerning their effectiveness when weighed against the major investments such activities entail.8 The lack of coordination between bilateral and multilateral partners that support these activities is widely acknowledged as a contrib- uting factor: stovepiped or contradictory approaches each present major obstacles to pro- viding mutually reinforcing support to DDR and SSR. The UN\u2019s legitimacy, early presence on the ground and scope of its activities points to an important coordinating role that can help to address challenges of coordination and coherence within the international commu- nity in these areas.A lack of conceptual clarity on \u2018SSR\u2019 has had negative consequences for the division of responsibilities, prioritisation of tasks and allocation of resources.9 Understandings of the constituent activities within DDR are relatively well-established. On the other hand, while common definitions of SSR may be emerging at a policy level, these are often not reflected in programming. This situation is further complicated by the absence of clear indicators for success in both areas. Providing clarity on the scope of activities and linking these to a desired end state provide an important starting point to better understanding the relationship between DDR and SSR.Both DDR and SSR should be nationally owned and designed to fit the circumstances of each particular country. However, the engagement by the international community in these areas is routinely criticised for failing to apply these key principles in practice. SSR in particular is viewed by some as a vehicle for imposing externally driven objectives and approaches. In part, this reflects the particular challenges of post-conflict environments, including weak or illegitimate institutions, shortage of capacity amongst national actors, a lack of political will and the marginalisation of civil society. There is a need to recognise these context-specific sensitivities and ensure that approaches are built around the contributions of a broad cross-section of national stakeholders. Prioritising support for the development of national capacities to develop effective, legitimate and sustainable security institutions is essential to meeting common DDR/SSR goals.Following a summary of applicable UN institutional mandates and responsibilities (Section 4), this module outlines a rationale for the appropriate linkage of DDR and SSR (Section 5) and sets out a number of guiding principles common to the UN approach to both sets of activities (Section 6). Important DDR-SSR dynamics before and during demo- bilization (Section 7) and before and during repatriation and reintegration (Section 8) are then considered. Operationalising the DDR-SSR nexus in different elements of the pro- gramme cycle and consideration of potential entry points (Section 9) is followed by a focus on national and international capacities in these areas (Section 10). The module concludes with a checklist that is intended as a point of departure for the development of context- specific policies and programmes that take into account the relationship between DDR and SSR (Section 11).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 3, - "Heading1": "3. Background", - "Heading2": "3.2. Challenges of operationalising the DDR/SSR nexus", - "Heading3": "", - "Heading4": "", - "Sentence": "A number of DDR and SSR activities have been challenged for their lack of context-specificity and flexibility, leading to questions concerning their effectiveness when weighed against the major investments such activities entail.8 The lack of coordination between bilateral and multilateral partners that support these activities is widely acknowledged as a contrib- uting factor: stovepiped or contradictory approaches each present major obstacles to pro- viding mutually reinforcing support to DDR and SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9872, - "Score": 0.707107, - "Index": 9872, - "Paragraph": "A number of UN documents address the interrelated issues of DDR, SSR and rule of law. Short summaries of some of the following key documents are included in Annex \u2018A\u2019 to this module: \\n Report of the Secretary-General on \u201cThe role of United Nations Peacekeeping in disarm- ament, demobilization and reintegration\u201d of 11 February 2000 (S/2000/101) \\n Report of the Secretary-General on \u201cThe rule of law and transitional justice in conflict and post-conflict societies\u201d of 3 August 2004 (S/2004/616) \\n Report of the Secretary-General on \u201cDisarmament, demobilization and reintegration\u201d of 2 March 2006 (A/60/705) \\n Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d of 21 February 2007 (S/PRST/ 2007/3); \\n Report of the Secretary-General on \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d of 23 January 2008 (S/2008/39); \\n Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d of 12 May 2008 (S/PRST/ 2008/14).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 4, - "Heading1": "4. UN institutional mandates and responsibilities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A number of UN documents address the interrelated issues of DDR, SSR and rule of law.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9874, - "Score": 0.707107, - "Index": 9874, - "Paragraph": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation. The con- siderations outlined below suggest ways that different components of DDR and SSR can relate to each other.Disarmament \\n Disarmament is not just a short term security measure designed to collect surplus weapons and ammunition. It is also implicitly part of a broader process of state regulation and con- trol over the transfer, trafficking and use of weapons within a national territory. As with civilian disarmament, disarming former combatants should be based on a level of confi- dence that can be fostered through broader SSR measures (such as police or corrections reform). These can contribute jointly to an increased level of community security and pro- vide the necessary reassurance that these weapons are no longer necessary. There are also direct linkages between disarmament of ex-combatants and efforts to strengthen border management capacities, particularly in light of unrestricted flows of arms (and combatants) across porous borders in conflict-prone regions.Demobilization \\n While often treated narrowly as a feature of DDR, demobilization can also be conceived within an SSR framework more generally. Where decisions affecting force size and structure provide for inefficient, unaffordable or abusive security structures this will undermine long term peace and security. Decisions should therefore be based on a rational, inclusive assess- ment by national actors of the objectives, role and values of the future security sector. One important element of the relationship between demobilization and SSR relates to the impor- tance of avoiding security vacuums. Ensuring that decisions on both the structures estab- lished to house the demobilization process and the return of demobilised ex-combatants are taken in parallel with complementary community law enforcement activities can miti- gate this concern. The security implications of cross-border flows of ex-combatants also highlight the positive relationship between demobilization and border security.Reintegration \\n Successful reintegration fulfils a common DDR/SSR goal of ensuring a well-managed tran- sition of former combatants to civilian life while taking into account the needs of receiving communities. By contrast, failed reintegration can undermine SSR efforts by placing exces- sive pressures on police, courts and prisons while harming the security of the state and its citizens. Speed of response and adequate financial support are important since a delayed or underfunded reintegration process may skew options for SSR and limit flexibility. Ex- combatants may find employment in different parts of the formal or informal security sector. In such cases, clear criteria should be established to ensure that individuals with inappropriate backgrounds or training are not re-deployed within the security sector, weakening the effectiveness and legitimacy of relevant bodies. Appropriate re-training of personnel and processes that support vetting within reformed security institutions are therefore two examples where DDR and SSR efforts intersect.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 5, - "Heading1": "5. Rationale for linking DDR and SSR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Considering the relationship between DDR \u2018design\u2019 and the appropriate parameters of a state\u2019s security sector provides an important dimension to shape strategic decision making and thus to broader processes of national policy formulation and implementation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9890, - "Score": 0.707107, - "Index": 9890, - "Paragraph": "The overarching principles for a comprehensive and coherent UN approach to DDR stress the need to be people-centred, flexible, transparent and accountable, nationally owned, integrated and well-planned. In the absence of a specific UN doctrine,10 the Secretary- General\u2019s Report on SSR is a significant departure because it provides a clear statement of the UN\u2019s general understanding of and approach to SSR. It is important that there is comple- mentarity between the two: shared principles provide a common basis in order to develop an integrated UN approach to DDR and SSR. This section reviews these shared principles in order to underline key elements that can support the development of synergies.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "6.1. People-centred and rights-based: DDR and SSR to improve the security of individuals and communities", - "Heading3": "", - "Heading4": "", - "Sentence": "The overarching principles for a comprehensive and coherent UN approach to DDR stress the need to be people-centred, flexible, transparent and accountable, nationally owned, integrated and well-planned.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9894, - "Score": 0.707107, - "Index": 9894, - "Paragraph": "While a given DDR programme might generate important returns in terms of performance indicators (e.g. numbers of weapons collected and ex-combatants reintegrated) this may not translate into effective outcomes (e.g. improvements in real and perceived individual or community security). Involving communities and local authorities in planning, implement- ing and monitoring interventions can potentially integrate efforts such as the community reintegration of former combatants with the provision of security at the local level in order to ensure that reintegration and SSR are complementary. Supporting the capacity of national armed and other security forces and line ministries can build morale, demonstrating a \u2018duty of care\u2019 through fair treatment.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While a given DDR programme might generate important returns in terms of performance indicators (e.g.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9899, - "Score": 0.707107, - "Index": 9899, - "Paragraph": "DDR and SSR interventions need to be flexible and responsive to changing conditions on the ground. Policy guidance must build in the need to understand contextual factors and adjust to changing realities. Mapping relevant actors and understanding the opportunities and constraints posed by specific political, security and socio-economic factors are common requirements for DDR and SSR. Addressing these issues in assessments, ensuring that such knowledge informs both mediation support and negotiating processes, integrating it into the design of DDR and SSR programmes will help to ensure a common appreciation of what is realistic in a given context. Regular monitoring and evaluation should inform the sequencing of activities while avoiding inappropriate or insensitive approaches.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "6.2. Flexibility: the importance of context and sequencing", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and SSR interventions need to be flexible and responsive to changing conditions on the ground.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 9904, - "Score": 0.707107, - "Index": 9904, - "Paragraph": "DDR and SSR conceived narrowly as technical support for military or other security bodies may fail to take sufficient account of the dynamic political environment within which these actors are situated. Emphasising the need to build or enhance the respective roles of the executive, legislative, judiciary as well as civil society will help to ensure that programmes are realistic, transparent and widely understood. Developing a nationally-driven picture of security needs in order to determine the scope and objectives of DDR is a lengthy and challenging process that may be too sensitive to address in the early post-conflict period. Avoiding rigid prescriptions is therefore important while identifying and applying mini- mum standards that should be non-negotiable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 6, - "Heading1": "6. Guiding principles", - "Heading2": "6.3. Transparency and accountability: a good governance approach to DDR/SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and SSR conceived narrowly as technical support for military or other security bodies may fail to take sufficient account of the dynamic political environment within which these actors are situated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9908, - "Score": 0.707107, - "Index": 9908, - "Paragraph": "National ownership is a much broader concept than \u2018state\u2019 ownership and includes both state and non-state actors at national, regional and local levels. Seeking to involve as many former conflict parties as possible as well as groups that have been marginalised, or are generally under-represented on issues of security in DDR and SSR decision-making is particularly important. This contributes to ensuring that different segments of society feel part of this process. Participatory approaches provide a means to work through the conflict- ing interests of different domestic constituencies. Enhancing the capacity of national and regional authorities to manage, implement and oversee these programmes provides a cru- cial bridge from post-conflict stabilisation to longer term recovery and development by supporting the creation of skills that will remain once international support has been drawn down.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "6. Guiding principles", - "Heading2": "6.4. National ownership: legitimacy and the DDR/SSR nexus", - "Heading3": "", - "Heading4": "", - "Sentence": "National ownership is a much broader concept than \u2018state\u2019 ownership and includes both state and non-state actors at national, regional and local levels.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9913, - "Score": 0.707107, - "Index": 9913, - "Paragraph": "The range of objectives and actors involved in DDR and SSR place particular emphasis on coordination issues. Failures to align activities may result in incoherent and potentially destructive outcomes. It is important to coordinate DDR and SSR and relate them to other post-conflict peacebuilding activities such as small arms and light weapons (SALW), transi- tional justice or mine action programmes. Due attention to context-specific issues of timing and sequencing is essential to ensure that the different activities do not become incompat- ible. The absence of adequate, timely and well-targeted funding provides a particularly acute challenge to sustainable, coherent DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "6. Guiding principles", - "Heading2": "6.5. Integration and planning: the importance of coordination & coherence .", - "Heading3": "", - "Heading4": "", - "Sentence": "The range of objectives and actors involved in DDR and SSR place particular emphasis on coordination issues.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9918, - "Score": 0.707107, - "Index": 9918, - "Paragraph": "This section begins by identifying certain early areas of SSR support that can reinforce DDR activities (7.1-7.4) while preparing the ground for a more programmatic approach to SSR. An important element of the DDR-SSR nexus is the integration of ex-combatants into the reformed security sector. Particular emphasis is therefore put on issues relating to secu- rity sector integration (7.5-7.12).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section begins by identifying certain early areas of SSR support that can reinforce DDR activities (7.1-7.4) while preparing the ground for a more programmatic approach to SSR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9921, - "Score": 0.707107, - "Index": 9921, - "Paragraph": "Reducing the availability of illegal weapons connects DDR and SSR to related security challenges such as wider civilian arms availability. In particular, there is a danger of \u2018leak- age\u2019 during transportation of weapons and ammunition gathered through disarmament processes or as a result of inadequately managed and controlled storage facilities. Failing to recognise these links may represent a missed opportunity to develop the awareness and capacity of the security sector to address security concerns related to the collection and management of weapon stocks (see IDDRS 2.20 on post-conflict stabilization, peace-building and recovery frameworks).Disarmament programmes should be complemented, where appropriate, by training and other activities to enhance law enforcement capacities and national control over weap- ons and ammunition stocks. The collection of arms through the disarmament component of the DDR programme may in certain cases provide an important source of weapons for reformed security forces. In such cases, disarmament may be considered a potential entry point for coordination between DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 7, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.1. Disarmament and longer-term SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "Reducing the availability of illegal weapons connects DDR and SSR to related security challenges such as wider civilian arms availability.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9926, - "Score": 0.707107, - "Index": 9926, - "Paragraph": "In cases where combatants are declared part of illegal groups, progress in police reform and relevant judicial functions can project deterrence and help ensure compliance with the DDR process. This role must be based on adequate police capacity to play such a supporting role (see Case Study Box 1).The role of the police in supporting DDR activities should be an element of joint plan- ning. In particular, decisions on police support to DDR should be based on their capacity to support the DDR programme. Where there are synergies to be realised, this should be reflected in resource allocation, training and priority setting for police reform activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.2. Illegal armed groups", - "Heading3": "", - "Heading4": "", - "Sentence": "In cases where combatants are declared part of illegal groups, progress in police reform and relevant judicial functions can project deterrence and help ensure compliance with the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 9930, - "Score": 0.707107, - "Index": 9930, - "Paragraph": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants. Rebel groups often inflate their numbers before or at the start of a DDR process due to financial incentives as well as to strengthen their negotiating position for terms of entry into the security sector. This practice can result in forced recruitment of individuals, including children, to increase the headcount. Security vacuums may be one further consequence of a disengagement process with the movement of ex-combatants to de- mobilization centres resulting in potential risks to communities. Analysis of context-specific security dynamics linked to the disengagement process should provide a common basis for DDR/SSR decisions. When negotiating with rebel groups, criteria for integration to the security sector should be carefully set and not based simply on the number of people the group can round up (see IDDRS 3.20 on DDR Programme Design, Para 6.5.3.4). The requirement that chil- dren be released prior to negotiations on integration into the armed forces should be stip- ulated and enforced to discourage their forced recruitment (see IDDRS 5.30 on Children and DDR). The risks of potential security vacuums as a result of the DDR process should provide a basis for joint DDR/SSR coordination and planning.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 8, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.3. The disengagement process", - "Heading3": "", - "Heading4": "", - "Sentence": "A number of common DDR/SSR concerns relate to the disengagement of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9938, - "Score": 0.707107, - "Index": 9938, - "Paragraph": "The illegal exploitation of natural resources creates an obstacle to effective DDR and under- mines prospects for economic recovery. Control over natural resources provides a resource base for continued recruitment of combatants and the prolonging of violence. Rebel groups are unlikely to agree to disarmament/demobilization if that means losing control of valu- able land.SSR activities should address relevant training requirements necessary for targeting armed groups in control of natural resources. Mandates and resource allocation for national security forces should be elaborated and allocated, where appropriate, to focus on this priority.11 Shared conflict and security analysis that focuses on this issue should inform DDR/SSR planning processes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.4. Natural resource exploitation", - "Heading3": "", - "Heading4": "", - "Sentence": "The illegal exploitation of natural resources creates an obstacle to effective DDR and under- mines prospects for economic recovery.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9942, - "Score": 0.707107, - "Index": 9942, - "Paragraph": "Policies establishing a new rank structure for members of the reformed security sector may facilitate integration by supporting the creation of a new command structure. It is particu- larly important to address perceived inequities between different groups in order to avoid resulting security risks.Rank harmonisation processes should be based on clear provisions in a peace agreement or other legal documents and be planned in full consideration of the consequences this may have on security budgets (i.e. if too many high ranks are attributed to ex-combatants). Policies should be based on consideration of appropriate criteria for determining ranks, the need for affirmative action for marginalised groups and an agreed formula for conver- sion from former armed groups to members of the reformed security sector.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.5. Rank harmonisation", - "Heading3": "", - "Heading4": "", - "Sentence": "Policies establishing a new rank structure for members of the reformed security sector may facilitate integration by supporting the creation of a new command structure.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9946, - "Score": 0.707107, - "Index": 9946, - "Paragraph": "While the data capture at disarmament or demobilization points is designed to be utilised during reintegration, the early provision of relevant data can provide essential support to SSR processes. Sharing information can 1) help avoid multiple payments to ex-combatants registering for integration into more than one security sector institution, or for both inte- gration and reintegration; 2) provide the basis for a security sector census to help national authorities assess the number of ex-combatants that can realistically be accommodated within the security sector; 3) support human resource management by providing relevant information for the reform of security institutions; and 4) where appropriate, inform the vetting process for members of security sector institutions (see IDDRS 6.20 on DDR and Transitional Justice).Extensive data is often collected during the demobilization stage (see Module 4.20 on Demobilization, Para 5.4). A mechanism for collecting and processing this information within the Management Information System (MIS) should capture information require- ments for both DDR and SSR and may also support related activities such as mine action (See Box 2). Relevant information should be used to support human resource and financial management needs for the security sector. (See Module 4.20 on Demobilization, Para 8.2, especially box on Military Information.) This may also support the work of those respon- sible for undertaking a census or vetting of security personnel. Guidelines should include confidentiality issues in order to mitigate against inappropriate use of information.Box 2 Examples of DDR information requirements relevant for SSR \\n Sex \\n Age \\n Health Status \\n Rank or command function(s) \\n Length of service \\n Education/Training \\n Literacy (especially for integration into the police) \\n Weapons specialisations \\n Knowledge of location/use of landmines \\n Location/willingness to re-locate \\n Dependents \\n Photo \\n Biometric digital imprint", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 9, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.6. Data collection and management", - "Heading3": "", - "Heading4": "", - "Sentence": "While the data capture at disarmament or demobilization points is designed to be utilised during reintegration, the early provision of relevant data can provide essential support to SSR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9953, - "Score": 0.707107, - "Index": 9953, - "Paragraph": "Vetting is a particularly contentious issue in many post-conflict contexts. However, sensi- tively conducted, it provides a means of enhancing the integrity of security sector institutions through ensuring that personnel have the appropriate background and skills.12 Failure to take into account issues relating to past conduct can undermine the development of effec- tive and accountable security institutions that are trusted by individuals and communities. The introduction of vetting programmes should be carefully considered in relation to minimum political conditions being met. These include sufficient political will and ade- quate national capacity to implement measures. Vetting processes should not single out ex-combatants but apply common criteria to all members of the vetted institution. Minimum requirements should include relevant skills or provision for re-training (particularly im- portant for ex-combatants integrated into reformed law enforcement bodies). Criteria should also include consideration of past conduct to ensure that known criminals, human rights abusers or perpetrators of war crimes are not admitted to the reformed security sector. (See IDDRS 6.20 on DDR and Transitional Justice.)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.7. Vetting", - "Heading3": "", - "Heading4": "", - "Sentence": "Vetting is a particularly contentious issue in many post-conflict contexts.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9961, - "Score": 0.707107, - "Index": 9961, - "Paragraph": "Ex-combatants that have been socialized to the use of violence in conflict require proper support and training to assist their transition from armed combatant to security provider. Moreover, high HIV infection rates are common in many uniformed services and can com- promise command structures and combat readiness. Increasingly, there are national policies of screening recruits and excluding those who are HIV-positive.In addition to identifying appropriate selection criteria for combatants eligible for inte- gration, ex-combatants should be provided with sufficient training and sensitization on behaviour change, and access to psychosocial support to enable a successful transition. Engaging in HIV/AIDS prevention at the outset of DDR will help to reduce new infections, thus\u2014where national policies of HIV screening are in place\u2014increasing the pool of potential candidates for recruitment, as well as assisting in planning for alternative occupational support and training for those found to be HIV-positive (see IDDRS Module 5.60 on HIV/ AIDS and DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 10, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.8 Support to the integration of ex-combatants within the security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "Ex-combatants that have been socialized to the use of violence in conflict require proper support and training to assist their transition from armed combatant to security provider.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9965, - "Score": 0.707107, - "Index": 9965, - "Paragraph": "Offering ex-combatants a voluntary choice between integrating into the security sector and pursuing civilian livelihoods can, in certain cases, be problematic. Resulting challenges may include disproportionate numbers of officers compared to other ranks, or mismatches between national security priorities and the comparative advantages of different security providers. Excessive integration into the security sector may be unrealistic in relation to the absorptive capacity of these institutions as well as financial limitations and perceived security requirements. There is also a risk to community security if large numbers of ex- combatants return without the prospect of meaningful employment.Decisions on the incentives provided to ex-combatants registering for demobilization versus those registering for integration should be carefully considered to avoid unsustain- able outcomes. The financial and social benefits provided to each group should not therefore strongly favour one option over the other. Funding considerations should reflect national financial limitations in order to avoid unwanted course corrections. A communication strategy should be developed to ensure that options are clearly understood. Job counsel- ling\u2014presenting realistic career options\u2014may also reduce the risk of raising expectations among demobilised combatants entering into socio-economic programmes (see IDDRS 4.30 on Social and Economic Reintegration, Section 9.2).Case Study Box 2 Integration followed by rightsizing in Burundi \\n Disproportionate numbers may need to be included in integrated force structures as a transitional measure to \u2018buy the peace\u2019 while \u2018rightsizing\u2019 is left to a later stage. This may be a necessary short-term solution but can heighten tensions if expectations are not managed. In Burundi, a two-step approach was adopted with ex-combatants first integrated into the armed forces with many demobilised in a second round. While it can be argued that the integrated army supported the conduct of peaceful elections in 2005, this double-trigger mechanism has generated uncertainty, frustration and disappointment amongst those demobilised through the subsequent rightsizing: at the beginning of 2008, 900 soldiers refused compulsory demobilization. The process lacked transparency and the criteria used for assessing those to be demobilised (i.e. disciplinary records) have been questioned. Moreover, the fact that previously integrated combatants develop skills within newly integrated security bodies that are subsequently lost undermines longer term SSR goals", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 11, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.9. Balancing demobilisation and security sector integration", - "Heading3": "", - "Heading4": "", - "Sentence": "Offering ex-combatants a voluntary choice between integrating into the security sector and pursuing civilian livelihoods can, in certain cases, be problematic.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9979, - "Score": 0.707107, - "Index": 9979, - "Paragraph": "Research has shown that there is a link between (future) crimes committed by security forces and inadequate terms and conditions of service. Poor social conditions within the security sector may also contribute to an unbalanced distribution of ex-combatants between reinte- gration and security sector integration.SSR activities should focus from an early stage on addressing right-financing, man- agement and accountability in security budgeting. An important early measure may be to support the establishment of a chain of payments system to prevent the diversion of sala- ries and ensure prompt payment. These measures may be most effective if combined with a census of the armed and security forces (see Case Study Box 3). In parallel to the DDR process, efforts to enhance the knowledge base of groups responsible for oversight of the security sector should be supported. This may include visits of parliamentarians, repre- sentatives of the Ministry of Labour, the media and civil society organisations to security installations (including barracks).Case Study Box 3 The impact of the census and chain of payments system in the DRC \\n In the DRC, low or non-existent salaries within the army and police was a cause of disproportionate numbers of ex-combatants registering for reintegration as opposed to army integration. This resulted in a large backload in the payment of reinsertion benefits as well as difficulties in identifying reintegration opportunities for these ex-combatants. Two separate measures were taken to improve the overall human and financial management of the armed forces. A census of the army was conducted in 2008 which identified non-existent \u2018ghost soldiers.\u2019 Resulting savings benefited the army as a whole through an increase in overall salary levels. The \u2018chain of payments\u2019 system also had a similar effect of improving confidence in the system. The military chain of command was separated from the financial management process making it more difficult to re-route salary payments from their intended recipients. Resulting savings have led to improved terms and conditions for the soldiers, thus increasing incentives for ex-combatants choosing integration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 11, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.10. Social conditions within the security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "Research has shown that there is a link between (future) crimes committed by security forces and inadequate terms and conditions of service.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9991, - "Score": 0.707107, - "Index": 9991, - "Paragraph": "The absence of women from the security sector is not just discriminatory but can represent a lost opportunity to benefit from the different skill sets and approaches offered by women as security providers.13 Giving women the means and support to enter the DDR process should be linked to encouraging the full representation of women in the security sector and thus to meeting a key goal of Security Council Resolution 1325 (2000) (see IDDRS 5.10 on Women, Gender and DDR, Para 6.3). If female ex-combatants are not given adequate consideration in DDR processes, it is very unlikely they will be able to enter the security forces through the path of integration.Specific measures shall be undertaken to ensure that women are encouraged to enter the DDR process by taking measures to de-stigmatise female combatants, by making avail- able adequate facilities for women during disarmament and demobilization, and by provid- ing specialised reinsertion kits and appropriate reintegration options to women. Female ex-combatants should be informed of their options under the DDR and SSR processes and incentives for joining a DDR programme should be linked to the option of a career within the security sector when female ex-combatants demobilise. Consideration of the specific challenges female ex-combatants face during reintegration (stigma, non-conventional skill sets, trauma) should also be given when considering their integration into the security sector. Related SSR measures should ensure that reformed security institutions provide fair and equal treatment to female personnel including their special security and protection needs.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 12, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.11. Gender-responsive DDR and SSR", - "Heading3": "", - "Heading4": "", - "Sentence": "The absence of women from the security sector is not just discriminatory but can represent a lost opportunity to benefit from the different skill sets and approaches offered by women as security providers.13 Giving women the means and support to enter the DDR process should be linked to encouraging the full representation of women in the security sector and thus to meeting a key goal of Security Council Resolution 1325 (2000) (see IDDRS 5.10 on Women, Gender and DDR, Para 6.3).", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9996, - "Score": 0.707107, - "Index": 9996, - "Paragraph": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account. Mobile demobilization sites may offer greater flexibility for the DDR process as they are easier to set up, cheaper and may pose less of a security risk than encampment (see IDDRS 4.20 on Demobilization). On the other hand, the cantonment of ex-combatants in a physical struc- ture can provide for greater oversight and control in sites that may have longer term utility as part of an SSR process.Planning for demobilization sites should assess the availability of a capable and neutral security provider, paying particular attention to the safety of women, girls and vulnerable groups. Developing a communication strategy in partnership with community leaders should be encouraged in order to dispel misperceptions, better understand potential threats and build confidence. The potential long term use of demobilization sites may also be a factor in DDR planning. Investment in physical sites may be used post-DDR for SSR activities with semi-permanent sites subsequently converted into barracks, thus offering cost savings. Similarly, the infrastructure created under the auspices of a DDR programme to collect and manage weapons may support a longer term weapons procurement and storage system.Box 3 Action points for the transition from DDR to security sector integration \\n Integrate Information management \u2013 identify and include information requirements for both DDR and SSR when designing a Management Information System and establish mechanisms for information sharing. \\n Establish clear recruitment criteria \u2013 set specific criteria for integration into the security sector that reflect national security priorities and stipulate appropriate background/skills. \\n Implement census and identification process \u2013 generate necessary baseline data to inform training needs, salary scales, equipment requirements, rank harmonisation policies etc. \\n Clarify roles and re-training requirements \u2013 of different security bodies and re-training for those with new roles within the system. \\n Ensure transparent chain of payments \u2013 for both ex-combatants integrated into the security sector and existing members. \\n Provide balanced benefits \u2013 consider how to balance benefits for entering the reintegration programme with those for integration into the security sector. \\n Support the transition from former combatant to security provider \u2013 through training, psychosocial support, and sensitization on behaviour change, GBV, and HIV", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 13, - "Heading1": "7. DDR and SSR dynamics to consider before and during demobilisation", - "Heading2": "7.12. Physical vs. mobile DDR structures", - "Heading3": "", - "Heading4": "", - "Sentence": "When considering demobilization based on semi-permanent (encampment) or mobile de- mobilization sites, a number of SSR-related factors should be taken into account.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10009, - "Score": 0.707107, - "Index": 10009, - "Paragraph": "While the military remains a central actor, during the reintegration phase, common DDR/ SSR concerns focus on community safety and policing initiatives. Activities relating to the judiciary, border management and revenue collection, as well as wider issues pertaining to the inclusion of ex-combatants and their receiving communities in local and national decision making processes are also significant.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "While the military remains a central actor, during the reintegration phase, common DDR/ SSR concerns focus on community safety and policing initiatives.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10011, - "Score": 0.707107, - "Index": 10011, - "Paragraph": "Targeting reintegration options and securing vulnerable communities represents an im- portant area where synergies can be developed between DDR and SSR programmes. The reintegration of ex-combatants into the community provides a unique opportunity for con- fidence building between law enforcement bodies and local residents. The police has a key role to play in ensuring the safety of returning ex-combatants as well as securing communities that may be at greater risk following their return (see IDDRS 4.50 on UN Police Roles and Responsibilities, Para 11). However, police capacities will only be focused on this prior- ity if support to the DDR process is factored into planning, training and resource allocation. The ability of ex-combatants and their receiving communities to communicate their concerns and priorities to local law enforcement agencies, and vice-versa, is a key compo- nent of sustainable reintegration. Reintegration may provide an entry point for the develop- ment of local security plans through constructive dialogue between communities, including vulnerable and marginalised groups, and security providers. Capacity development within the military, police and other community level security providers should be prioritised to ensure police support for DDR objectives. In parallel, mandates and tasking should reflect the critical role of the police in establishing an enabling environment for the successful reintegration of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.1. Securing vulnerable communities", - "Heading3": "", - "Heading4": "", - "Sentence": "Targeting reintegration options and securing vulnerable communities represents an im- portant area where synergies can be developed between DDR and SSR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10019, - "Score": 0.707107, - "Index": 10019, - "Paragraph": "There is a need to identify and act on information relating to the return and reintegration of ex-combatants. This can support the DDR process by facilitating reinsertion payments for ex-combatants and monitoring areas where employment opportunities exist. From an SSR perspective, better understanding the dynamics of returning ex-combatants can help identify potential security risks and sequence appropriate SSR support.Conflict and security analysis that takes account of returning ex-combatants is a com- mon DDR/SSR requirement. Comprehensive and reliable data collection and analysis may be developed and shared in order to understand shifting security dynamics and agree security needs linked to the return of ex-combatants. This should provide the basis for coordinated planning and implementation of DDR/SSR activities. Where there is mistrust between security forces and ex-combatants, information security should be an important consideration.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.2. Tracking the return of ex-combatants", - "Heading3": "", - "Heading4": "", - "Sentence": "There is a need to identify and act on information relating to the return and reintegration of ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10025, - "Score": 0.707107, - "Index": 10025, - "Paragraph": "HLP projects are often developed to support the return of internally displaced persons (IDPs) and other vulnerable groups. While ex-combatants only represent a small segment of this group, they are more likely to resort to intimidation or force in order to attempt to resolve disputes. Moreover, ex-combatants may find that their land has been occupied as a deliberate strategy of intimidation. HLP therefore offers an opportunity to support re-integration while mitigating potential security problems down the line (see IDDRS module 4.30 on Social and Economic Reintegration). Complementary SSR measures that address the return of ex-combatants may focus on supporting dispute resolution mechanisms as well as addressing related security threats. Engagement with local authorities, community security and justice providers on HLP offers a means to link SSR concerns with support for returning ex-combatants. The devel- opment of special mechanisms for ex-combatants may be considered so that the time- sensitivity and stigma associated with their cases is taken into consideration. This should be balanced against the risk of perceived inequalities between ex-combatants and receiving communities. In either case, it is important to provide sensitisation on available support structures and how to access them.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 14, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.3. Housing, land and property (HLP) dispute mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "HLP projects are often developed to support the return of internally displaced persons (IDPs) and other vulnerable groups.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10034, - "Score": 0.707107, - "Index": 10034, - "Paragraph": "Community security initiatives can be considered as a mechanism for both encouraging acceptance of ex-combatants and enhancing the status of local police forces in the eyes of communities (see IDDRS 4.50 on UN Police Roles and Responsibilities). Community-policing is increasingly supported as part of SSR programmes. Integrated DDR programme plan- ning may also include community security projects such as youth at risk programmes and community policing and support services (see IDDRS 3.41 on Finance and Budgeting).Community security initiatives provide an entry point for developing synergies be- tween DDR and SSR. DDR programmes may benefit from engaging with police public information units to disseminate information about the DDR process at the community level. Pooling financial and human resources including joint information campaigns may contribute to improved outreach, cost-savings and increased coherence.Box 4 DDR/SSR action points for supporting community security \\n Identify and include relevant law enforcement considerations in DDR planning. Where appropriate, coordinate reintegration with police authorities to promote coherence. \\n Assess the security dynamics of returning ex-combatants. Consider whether information generated from tracking the reintegration of ex-combatants should be shared with the national police. If so, make provision for data confidentiality. \\n Consider opportunities to support joint community safety initiatives (e.g. weapons collection, community policing). \\n Support work with men and boys in violence reduction initiatives, including GBV.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 15, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.4. Community security initiatives", - "Heading3": "", - "Heading4": "", - "Sentence": "Community security initiatives can be considered as a mechanism for both encouraging acceptance of ex-combatants and enhancing the status of local police forces in the eyes of communities (see IDDRS 4.50 on UN Police Roles and Responsibilities).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10046, - "Score": 0.707107, - "Index": 10046, - "Paragraph": "While DDR and SALW control initiatives tend to take place separately, they are linked because in practice they both seek to manage, reduce and control the availability of weapons. SALW control measures are also closely linked to SSR because they depend on the enforce- ment capacity of the police, the ability of border management bodies to restrict illicit flows of these weapons across borders as well as security sector oversight and accountability mechanisms to ensure appropriate control over national stocks.SALW control initiatives may provide an entry point for coordinating DDR-SSR efforts. Developing linkages between national SALW Commissions and DDR/SSR Commissions may provide one means to institutionalise coordination. To ensure potential synergies are not lost, SALW control measures should form part of joint assessments and be reflected in the design of DDR/SSR programmes. SALW availability should be a component of conflict and security analysis (see IDDRS 4.30 on Social and Economic Reintegration, Section 5.1.).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 15, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.5. DDR, SSR and SALW", - "Heading3": "", - "Heading4": "", - "Sentence": "While DDR and SALW control initiatives tend to take place separately, they are linked because in practice they both seek to manage, reduce and control the availability of weapons.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10052, - "Score": 0.707107, - "Index": 10052, - "Paragraph": "There is a need to understand the influence of DDR processes on the role and capacities of the private security sector and how this affects the security of communities and individuals (see Case Study Box 4). Ex-combatants are a natural target group for recruitment by pri- vate security bodies. However, the security implications of DDR activities in this area are unclear due to lack of knowledge concerning the nature, capacity, motives and the general lack of oversight and accountability of the private security sector.The scale and role of private security bodies should form part of evaluations of ex- combatants reintegrating into rural and urban settings in order to inform potential SSR responses. Complementary SSR initiatives may include regulation of commercial entities or practical measures at the community level to align the roles and objectives of state and non-state security providers.Case Study Box 4 PSC regulation as an entry point for coordination \\n In Afghanistan, increasing numbers of private security companies (PSCs) have contributed to a blurring of roles with illegal armed groups. There are concerns that many ex-combatants joined the private security sector without having to give up their weapons. The heavy weapons carried by some PSCs in Afghanistan have also contributed to negative perceptions in the eyes of local populations. Laws covering PSCs have now been enacted as part of the SSR process in order to regulate the groups and their weapons. The PSC regulatory framework is linked to both the Disbandment of Illegal Armed Groups (DIAG) programme and the weapons law. The Joint Secretariat of the DIAG has contributed to the regulation of PSCs by drafting a Government Policy on Private Security Companies. PSC regulation therefore serves as a useful bridge between demilitarization and SSR activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 16, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.6. DDR and the private security sector", - "Heading3": "", - "Heading4": "", - "Sentence": "There is a need to understand the influence of DDR processes on the role and capacities of the private security sector and how this affects the security of communities and individuals (see Case Study Box 4).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10062, - "Score": 0.707107, - "Index": 10062, - "Paragraph": "Instability is exacerbated by the flow of combatants as well as the trafficking of people, arms and other goods across porous borders. Cross-border trafficking can provide com- batants with the resource base and motivation to resist entering the DDR process. There is also a risk of re-recruitment of ex-combatants into armed groups in adjacent countries, thus undermining regional stability. Developing sustainable border management capacities can therefore enhance the effectiveness of disarmament measures, prevent the re-recruitment of foreign combatants that transit across borders and contribute to the protection of vulner- able communities.Training and capacity building activities should acknowledge linkages between DDR and border security. Where appropriate, conflict and security analysis should address re- gional security considerations including cross-border flows of combatants in order to coor- dinate responses with border security authorities. At the same time, adequate options and opportunities should be open to ex-combatants in case they are intercepted at the border. Lack of logistics and personnel capacity as well as inaccessibility of border areas can pose major challenges that should be addressed through complementary SSR activities. SALW projects may also benefit from coordination with border management programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 16, - "Heading1": "8. DDR and SSR dynamics to consider before and during reintegration", - "Heading2": "8.7. DDR and border management", - "Heading3": "", - "Heading4": "", - "Sentence": "Instability is exacerbated by the flow of combatants as well as the trafficking of people, arms and other goods across porous borders.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10070, - "Score": 0.707107, - "Index": 10070, - "Paragraph": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design). This section proposes ways to appropriately integrate SSR concerns into DDR assessments, programme design, monitoring and evaluation (9.1-9.3). To avoid unrealistic and counter-productive approaches, decisions on how to sequence activities should be tailored to context-specific security, political and socio-economic factors. Entry points are therefore identified where DDR/SSR concerns may be usefully considered (9.4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR and related programmes should be mutually supportive and integrated within a common framework (see IDDRS 3.20 on DDR Programme Design).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10074, - "Score": 0.707107, - "Index": 10074, - "Paragraph": "Needs assessments are undertaken periodically in order to help planners and programmers understand progress and undertake appropriate course corrections. During the period prior to the development of a DDR programme, assessments can have the dual purpose of identifying programming options and providing guidance for DDR-related input into peace agreementsWhile DDR specialists should be included in integrated assessments that situate DDR within broader UN and national planning (see IDDRS 3.10 on Integrated DDR Planning) this should also be a regular practice for SSR. Promoting joint assessments through includ- ing representatives of other relevant bilateral/multilateral actors should also be encouraged to enhance coherence and reduce duplication. In designing DDR assessments, SSR con- siderations should be reflected in ToRs, the composition of assessment teams and in the knowledge gathered during assessment missions (see Box 5).Box 5 Designing SSR-sensitive assessments \\n Developing the terms of reference \u2013 Terms of reference (ToRs) for DDR assessments should include the need to consider potential synergies between DDR and SSR that can be identified and fed into planning processes. Draft ToRs should be shared between relevant DDR and SSR focal points to ensure that all relevant and cross-cutting issues are considered. The ToRs should also set out the composition of the assessment team. \\n Composing the assessment team \u2013 Assessment teams should be multi-sectoral and include experts or focal points from related fields that are linked to the DDR process. The inclusion of SSR expertise represents an important way of creating an informed view on the relationship between DDR and SSR. In providing inputs to more general assessments, broad expertise on the political and integrated nature of an SSR process may be more important than sector-specific knowledge. Where appropriate, experts from relevant bilateral/multilateral actors should also be included. Including host state nationals or experts from the region within assessment teams will improve contextual understanding and awareness of local sensitivities and demonstrate a commitment to national ownership. Inclusion of team members with appropriate local language skills is essential. \\n Information gathering \u2013 Knowledge should be captured on SSR-relevant issues in a given context. It is important to engage with representatives of local communities including non-state and community-based security providers. This will help clarify community perceptions of security provision and vulnerabilities and identify the potential for tensions when ex-combatants are reintegrated into communities, including how this may be tied to weapons availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 17, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "Needs assessments are undertaken periodically in order to help planners and programmers understand progress and undertake appropriate course corrections.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10089, - "Score": 0.707107, - "Index": 10089, - "Paragraph": "A first step in the pre-mission planning stage leading to the development of a UN concept of operations is the initial technical assessment (see IDDRS 3.10 on Integrated DDR Planning). In most cases, this is now conducted through a multidimensional technical assessment mission. Multidimensional technical assessment missions represent an entry point to begin en- gaging in discussion with SSR counterparts on potential synergies between DDR and SSR. If these elements are already reflected in the initial assessment report submitted to the Secretary-General, it is more likely that the provisions that subsequently appear in the mis- sion mandate for DDR and SSR will be coherent and mutually supportive.Box 6 Indicative SSR-related questions to include in assessments \\n Is there a strategic policy framework or a process in place to develop a national security and justice strategy that can be used to inform DDR decision-making? \\n Map the security actors that are active at the national level as well as in regions particularly relevant for the DDR process. How do they relate to each other? \\n What are the regional political and security dynamics that may positively or negatively impact on DDR/SSR? \\n Map the international actors active in DDR/SSR. What areas do they support and how do they coordinate? \\n What non-state security providers exist and what gaps do they fill in the formal security sector? A\\n re they supporting or threatening the stability of the State? Are they supporting or threatening the security of individuals and communities? \\n What oversight and accountability mechanisms are in place for the security sector at national, regional and local levels? \\n Do security sector actors play a role or understand their functions in relation to supporting DDR? \\n Is there capacity/political will to play this role? \\n What are existing mandates and policies of formal security sector actors in providing security for vulnerable and marginalised groups? \\n Are plans for the DDR process compatible with Government priorities for the security sector? \\n Do DDR funding decisions take into account the budget available for the SSR process as well as the long-run financial means available so that gaps and delays are avoided? \\n What is the level of national management capacity (including human resource and financial aspects) to support these programmes? \\n Who are the potential champions and spoilers in relation to the DDR and SSR processes? \\n What are public perceptions toward the formal and informal security sector?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.1. Multidimensional technical assessment mission", - "Heading4": "", - "Sentence": "A first step in the pre-mission planning stage leading to the development of a UN concept of operations is the initial technical assessment (see IDDRS 3.10 on Integrated DDR Planning).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10110, - "Score": 0.707107, - "Index": 10110, - "Paragraph": "If SSR issues and perspectives are to be integrated at an early stage, assessments and their outputs must reflect a holistic SSR approach and not just partial elements that may be most applicable in terms of early deployment. Situational analysis of relevant political, economic and security factors is essential in order to determine the type of SSR support that will best complement the DDR programme as well as to identify local and regional implications of decisions that may be crafted at the national level.Detailed field assessments that inform the development of the DDR programme should be linked to the design of SSR activities (see IDDRS 3.10 on Integrated DDR Planning, Para 5.4). This may be done through joint assessment missions combining DDR and SSR com- ponents, or by drawing on SSR expertise throughout the assessment phase. Up to date conflict and security analysis should address the nexus between DDR and SSR in order to support effective engagement (see Box 6). Participatory assessments and institutional capac- ity assessments may be particularly useful for security-related research (see IDDRS 3.20 on DDR Programme Design, Para. 5.3.6).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 18, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.1. SSR-sensitive assessments", - "Heading3": "9.1.2. Detailed field assessments", - "Heading4": "", - "Sentence": "If SSR issues and perspectives are to be integrated at an early stage, assessments and their outputs must reflect a holistic SSR approach and not just partial elements that may be most applicable in terms of early deployment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10116, - "Score": 0.707107, - "Index": 10116, - "Paragraph": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated. Shifting political and security dynamics means that flexibility is an essential design factor. Specific elements of programme design should be integrated within overall strategic objectives that reflect the end state goals that DDR and SSR are seeking to achieve.Detailed field assessments should cover political and security issues as well as identifying key national and international stakeholders in these processes (see Box 6). The programme development and costing phase should result in indicators that reflect the relationship between DDR and SSR. These may include: linking disarmament/demobilization and community security; ensuring integration reflects national security priorities and budgets; or demonstrating that operational DDR activities are combined with support for national management and oversight capacities. Development of the DDR implementation plan should integrate relevant capacities across UN, international community and national stake- holders that support DDR and SSR and reflect the implementation capacity of national authorities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.2. Programme design", - "Heading3": "", - "Heading4": "", - "Sentence": "It is particularly important that each phase of DDR programme design (see IDDRS 3.20 on DDR Programme Design) addresses the context-specific political environment within which DDR/SSR issues are situated.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10122, - "Score": 0.707107, - "Index": 10122, - "Paragraph": "Monitoring and evaluation can provide for a structured approach to recognising and opera- tionalising the linkages between DDR and SSR. It also serves as a mechanism for enhancing knowledge management and transfer. A common challenge results from information gaps due to rapidly changing political and security dynamics. While the MIS provides a structured means of collecting information, baseline data should be established and continuously mon- itored to adjust to changing conditions.In outcome evaluations, effective monitoring and evaluation should provide an entry point for reviewing DDR and SSR programmes to ensure that they are planned in a mutually supportive manner (see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes). Reports of impact evaluations may provide a useful basis for analysing the intended impact of DDR/SSR programmes, identifying their unintended consequences as well as adjusting programming objectives and priorities as appropriate. Mid-term reviews should be used as an opportunity to assess effectiveness and make necessary changes to programmes.14", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.3. Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring and evaluation can provide for a structured approach to recognising and opera- tionalising the linkages between DDR and SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10128, - "Score": 0.707107, - "Index": 10128, - "Paragraph": "Linking international support to a broad based, nationally owned process provides an important basis for coherent DDR and SSR programming. As discussed below, national dialogue, peace processes and national security or sector-specific policy reviews all repre- sent entry points to link DDR and SSR within a broader national governance framework.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 19, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "", - "Heading4": "", - "Sentence": "Linking international support to a broad based, nationally owned process provides an important basis for coherent DDR and SSR programming.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10130, - "Score": 0.707107, - "Index": 10130, - "Paragraph": "Holding a national seminar does not mean that a common vision of necessary reform measures will (or should) be the outcome. Rather, it can mark the start of a participatory process of dialogue intended to clarify national needs and values and thus link short term security goals to longer term objectives. How national dialogue processes are designed and implemented may be more important than concrete outputs. Broad participation, including the transitional or elected authorities as well as representatives of the security sector, oversight bodies and civil society is important to enhance legitimacy and relevance. They can occur before or after the signing of a peace agreement. Equally, they can take place during transitional periods or following national elections to provide impetus to the peacebuilding process.National dialogue processes should be supported as a means to foster common understandings of DDR and SSR challenges (See Case Study Box 5). Depending on the circumstances, specific sectoral presentations at national seminars may be useful to share developments in different parts of the security sector, foster national ownership and better understand the expectations and perspectives of different stakeholder groups. A sub-group on DDR-SSR linkages or specific sub-groups on issues such as political good governance may be established in order to develop knowledge and raise awareness on this nexus. Support to national dialogue processes should include provision of follow-up mechanisms to enhance sustainability.Case Study Box 5 DDR & the national dialogue on SSR in the CAR \\n In the Central African Republic, a dysfunctional and poorly governed security sector has been identified as one of the root causes of conflict. Discussions on DDR were therefore couched in the broader framework of SSR and encouraging a national dialogue process was identified as a first step in addressing this issue. As part of this process, a national seminar was held from 14\u201317 April 2008. The seminar was prepared by a national Security Sector Reform Committee consisting of government officials, rep-resentatives of CAR\u2019s security and justice services, and members of civil society. The seminar resulted in a roadmap for SSR implementation and also set up an evaluation mechanism to review progress. It provided a framework for many of the decisions in subsequent discussions and agreements. The seminar was held at an opportune moment as it was able to guide discussions on other critical aspects of the peace process. A working group session on DDR/SSR linkages contributed to crystallizing in the minds of the various stakeholders the need to avoid thinking about these issues separately.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 20, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.1. National dialogue", - "Heading4": "", - "Sentence": "Holding a national seminar does not mean that a common vision of necessary reform measures will (or should) be the outcome.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10146, - "Score": 0.707107, - "Index": 10146, - "Paragraph": "Peace processes serve as an early opportunity to ensure DDR and SSR concerns are included on the national agenda and linked within a common framework.15 While DDR decisions often form part of agreements, the relationship between these provisions and decisions on the size and nature of post-conflict security forces frequently reflect the immediate priorities and interests of the different parties\u2014such as maintaining a power base and rewarding allies\u2014rather than being determined by the security needs of the state and its citizens. In supporting peace processes, SSR concerns should therefore influence approach and substance.Where feasible, decisions within peace agreements on demobilization and retention of ex-combatants should be informed by the needs of the future security sector. Level 6 Linkages with other Processes DDR and Security Sector Reform 21 6.10 needs of the future security sector. Given that SSR frameworks will evolve long after the conclusion of peace negotiations, flexibility is important to ensure that parties are not tightly bound to decisions (e.g. on force size) that later prove unrealistic. However, agreement on the broad frameworks of subsequent SSR processes, especially commitments to consultative mechanisms, can provide parties with confidence in and commitment to both the initial DDR programme and recognition of the linkages with longer term SSR requirements. The provision of both DDR and SSR expertise within negotiations can ensure coherence between the two processes. In particular, it is important that advisers promote a broad understanding of SSR that links reform of security providers to issues of management, oversight and accountability. Providing expertise drawn from the same region and ensuring a role for regional political organisations in negotiations may provide additional credibility through their contextual awareness and legitimacy.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 20, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.2. Peace agreements", - "Heading4": "", - "Sentence": "Peace processes serve as an early opportunity to ensure DDR and SSR concerns are included on the national agenda and linked within a common framework.15 While DDR decisions often form part of agreements, the relationship between these provisions and decisions on the size and nature of post-conflict security forces frequently reflect the immediate priorities and interests of the different parties\u2014such as maintaining a power base and rewarding allies\u2014rather than being determined by the security needs of the state and its citizens.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10155, - "Score": 0.707107, - "Index": 10155, - "Paragraph": "Transitional political arrangements offer clear entry points and opportunities to link DDR and SSR. In particular, transitional arrangements often have a high degree of legitimacy when they are linked to peace agreements and can be used to prepare the ground for longer term reform processes. However, a programmatic approach to SSR that offers opportunities to link DDR to longer term governance objectives may require levels of political will and legiti- mate governance institutions that will most likely only follow the successful completion of national elections that meet minimum democratic standards.During transitional periods prior to national elections, SSR activities should address immediate security needs linked to the DDR process while supporting the development of sustainable national capacities. Building management capacity, promoting an active civil society role and identifying practical measures such as a security sector census or improved payroll system can enhance the long term effectiveness and sustainability of DDR and SSR programmes. In the absence of appropriate oversight mechanisms for the security sector, supporting an ad hoc mechanism to oversee the DDR process, which includes a coordina- tion mechanism for DDR and SSR, should be considered. Such provision should include the subsequent transfer of competencies to formal oversight bodies.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.3. Transitional arrangements", - "Heading4": "", - "Sentence": "Transitional political arrangements offer clear entry points and opportunities to link DDR and SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10161, - "Score": 0.707107, - "Index": 10161, - "Paragraph": "Elections should serve as an entry point for discussions on DDR and SSR. While successful elections can provide important legitimacy for DDR and SSR processes, they tend to mono- polise the available political space and thus strongly influence timelines and priorities, including resource allocation for DDR and SSR. Army integration may be prioritised in order to support the provision of effective security forces for election security while SSR measures may be designed around the development of an election security plan which brings together the different actors involved.Election security can provide a useful catalyst for discussion on the roles and respon- sibilities of different security actors. It may also result in a focus on capacity building for police and other bodies with a role in elections. Priority setting and planning around sup- port for elections should be linked to longer term SSR priorities. In particular, criteria for entry and training for ex-combatants integrating within the security sector should be con- sistent with the broader values and approaches that underpin the SSR process.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 21, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.4. Elections", - "Heading4": "", - "Sentence": "Elections should serve as an entry point for discussions on DDR and SSR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10167, - "Score": 0.707107, - "Index": 10167, - "Paragraph": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR). National DDR commissions therefore provide an impoThe ToRs of National DDR commissions may provide an opportunity to link national DDR and SSR capacities. For example, the commission may share information with rele- vant Ministries (beyond the Ministry of Defence) such as Justice and the Interior as well as the legislative and civil society. Depending on the context, national commissions may be- come permanent parts of the national security sector governance architecture. This can help to ensure that capacities developed in support of a DDR programme are retained within the system beyond the lifespan of the DDR process itself.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "9. Programming factors and entry points", - "Heading2": "9.4. Entry points", - "Heading3": "9.4.5. National commissions", - "Heading4": "", - "Sentence": "National DDR commissions exist in many of the countries that embark on DDR processes and are used to coordinate government authorities and international entities that support the national DDR programme (see IDDRS 3.30 on National Institutions for DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10172, - "Score": 0.707107, - "Index": 10172, - "Paragraph": "This section addresses the common challenge of operationalising national ownership in DDR and SSR programmes. It then considers how to enhance synergies in international support for DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section addresses the common challenge of operationalising national ownership in DDR and SSR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10174, - "Score": 0.707107, - "Index": 10174, - "Paragraph": "Weak institutions and limited capacities are frequently cited as impediments to national ownership in post-conflict contexts. However, this points to the need for a dual focus on supporting transparent, inclusive national decision-making combined with the develop- ment of sustainable national capacities. Due attention to national ownership is therefore critical to addressing challenges of legitimacy and sustainability that are common to DDR and SSR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "", - "Heading4": "", - "Sentence": "Weak institutions and limited capacities are frequently cited as impediments to national ownership in post-conflict contexts.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10177, - "Score": 0.707107, - "Index": 10177, - "Paragraph": "National ownership extends beyond central government to include a wide range of actors with a role in security provision, management and oversight. An important component of the DDR assessment phase should therefore be to identify national stakeholders that can contribute to the process. Supporting the meaningful involvement of parliament, civil soci- ety as well as local authorities and communities in DDR and SSR decision-making can help ensure that programmes are realistic and respond to local needs. The development of a comprehensive national security strategy (NSS) or narrower, sector specific strategies can (and should) be a lengthy process that continues after DDR is underway. However, insights drawn from discussions at national and local levels should be reflected in the de- sign, implementation and sequencing of DDR and SSR programmes.A process of national dialogue (see 9.4.1.) can help shape DDR/SSR frameworks that are underpinned by context-specific political and security considerations. Processes enacted to develop national or sector-specific security strategies should inform priorities and har- monise the roles of actors involved in both DDR and SSR (see Box 7). Participation should be encouraged from relevant government ministries (e.g. interior, finance, defence, intelli- gence, police, justice, immigration, health, education, labour, social welfare, gender, national HIV/AIDS Programme Councils), as well as legislative committees and financial manage- ment bodies. Civil society represents a key target group in helping to build trust, fostering \u2018buy in\u2019 and avoiding perceptions that the security sector is de-linked from the needs of citizens. Community consultations and communications strategies should be developed with national and local media to enhance dialogue processes in support of DDR and SSR programmes.Box 7 Constructing a national vision of security \\n Key questions: \\n Is there sufficient trust between national stakeholders to support the development of a national vision of security? If not, what enabling steps can be taken to build confidence in this process? \\n What are the most important current and future threats and challenges (both internal and external) to national security? \\n What is the role of the security sector and what values should underpin its work? \\n What are the security needs of communities and individuals, including the special needs of women, girls and vulnerable groups? \\n What areas should be granted priority in order to address these threats? \\n How should available resources be divided between competing public needs? \\n Do current mandates, capacities, resources and division of responsibilities reflect these threats? \\n What can be done to ensure that the objectives identified will be implemented? Who is responsible for and how effective is oversight and accountability of the security sector?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 22, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.1. Participation and consultation", - "Heading4": "", - "Sentence": "National ownership extends beyond central government to include a wide range of actors with a role in security provision, management and oversight.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10197, - "Score": 0.707107, - "Index": 10197, - "Paragraph": "Supporting the development of relevant national capacities to develop, manage and imple- ment programmes enhances the effectiveness of DDR and SSR while creating cross-cutting skills that contribute to the long term integrity of security institutions. Given their experi- ence, ex-combatants may play a significant role in these areas at national and community levels. In particular, a focus on security sector management and oversight provides an important means of contributing to sustainable national capacities.Identifying national capacity gaps linked to DDR/SSR should be an important objec- tive of needs assessments (see Box 6). Opportunities to develop cross-cutting skills (e.g. strategic planning, human resources, financial management, including gender budgeting, communications and outreach) should be agreed and prioritised with national authorities. Measures to enhance national capacities for democratic control and civilian oversight and to develop effective checks and balances within a clear legal framework are particularly important. Support for parliaments in fulfilling their oversight function can promote trans- parency and therefore trust in programmes and their use of resources.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 23, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.2. Capacity development", - "Heading4": "", - "Sentence": "Supporting the development of relevant national capacities to develop, manage and imple- ment programmes enhances the effectiveness of DDR and SSR while creating cross-cutting skills that contribute to the long term integrity of security institutions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10204, - "Score": 0.707107, - "Index": 10204, - "Paragraph": "The politically sensitive nature of decisions relating to DDR and SSR means that external actors must pay particular attention to both the form and substance of their engagement. Close understanding of context, including identification of key stakeholders, is essential to ensure that support to national actors is realistic, culturally sensitive and sustainable. Externally- driven pressure to move forward on programming priorities will be counter-productive if this is de-linked from necessary political will and implementation capacity to develop policy and implement programmes at the national level.The design, implementation and timing of external support for DDR and SSR should be closely aligned with national priorities and capacities (see Boxes 6, 7 and 8). Given that activities may raise concerns over interference in areas of national sovereignty, design and approach should be carefully framed. In certain cases, \u201cdevelopment\u201d or \u201cprofessionalisation\u201d rather than \u201creform\u201d may represent more acceptable terminology. Setting out DDR/SSR commitments in a joint letter of agreement and regularly monitoring implementation pro- vides a transparent means to set out agreed commitments between national authorities and the international community.Box 8 Supporting national ownership and capacities \\n Jointly establish capacity-development strategies with national authorities (see IDDRS 3.30 on National Institutions for DDR) that support common DDR and SSR objectives. \\n Support training to develop cross-cutting skills that will be useful in the long term (human resources, financial management, building gender capacity). \\n Identify and empower national reform \u2018champions\u2019 that can support DDR/SSR. This should be developed through actor mapping during the needs assessment phase. \\n Support the capacity of oversight and coordination bodies to lead and harmonise DDR and SSR activities. Identify gaps in the national legal framework to support oversight and accountability. \\n Consider twinning international experts with national counterparts within security institutions to support skills transfer. \\n Evaluate the potential role of national committees as a mechanism to establish permanent bodies to coordinate DDR/SSR. \\n Set down commitments in a joint letter of agreement that includes provision for regular evaluation of implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 23, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.1. National ownership", - "Heading3": "10.1.3. Sustainability", - "Heading4": "", - "Sentence": "The politically sensitive nature of decisions relating to DDR and SSR means that external actors must pay particular attention to both the form and substance of their engagement.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10218, - "Score": 0.707107, - "Index": 10218, - "Paragraph": "A common challenge for DDR and SSR programmes is to develop approaches where exter- nal assistance supports national actors in defining and implementing their own security needs and objectives. While operationalising national ownership remains a major challenge for the international community, this can be mitigated through effective coordination, en- hanced capacities and targeted funding.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 24, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "", - "Heading4": "", - "Sentence": "A common challenge for DDR and SSR programmes is to develop approaches where exter- nal assistance supports national actors in defining and implementing their own security needs and objectives.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10220, - "Score": 0.707107, - "Index": 10220, - "Paragraph": "Improved coordination can support more coherent policy making and programming that takes into account the nexus between DDR and SSR. By contrast, parallel or contradictory approaches risk undermining common objectives to support national DDR and SSR proc- esses. While DDR is characterised by a strong UN role, SSR activities (and funding) are predominantly supported by bilateral donors through specific arrangements with national authorities. In some cases there may be a mixed approach, for example, with bilateral partners supporting army reform, whereas UN Police is advising on rebuilding the police sector. Promoting \u2018joint\u2019 assessments and develop- ing in-country coordination mechanisms can provide a clearer basis for developing co- herent international support in these areas.In practice, limited overlap between ac- tors engaged in DDR and SSR indicates a need to establish more effective coordination mechanisms. The UN may in many cases provide a coordinating role for international support in a given context. Mapping the var- ious actors involved in DDR and SSR and their activities provides a structured basis to identify gaps and build synergies across the international community (see Case Study Box 6 below). Agreeing common understandings of \u2018SSR\u2019, consistent with the UN approach and other relevant policy frameworks is an important starting point for coordination. The creation of a joint steering committee or similar coordination mechanism for DDR/SSR may contribute to enhancing coherence throughout programme implementation. However, sufficient political will to implement \u2018joined up\u2019 approaches remains the key enabling fac- tor for improved coordination.Case Study Box 6 Strengthening SSR coordination in Burundi \\n In Burundi, the large number of international actors engaged in supporting SSR led to coordination challenges. In 2006, the DDR/SSR unit of the United Nations Operation in Burundi (ONUB) recognized the need to improve coordination and identified as a first step the importance of gaining an overview of relevant actors and activities. This was done by mapping current and planned SSR support by international actors in order to minimize overlaps and identify gaps. The mapping was divided by categories of support and included applicable implementation timelines. The DDR/SSR unit regularly distributed results to the wider international community. Several bilateral actors recognized the value of this initiative and highlighted that the DDR/SSR unit had a comparative advantage in fulfilling this role because it had the human resources necessary to undertake such efforts.16 While coordination challenges among such a large number of actors is inevitable, ONUB\u2019s efforts has contributed to a more structured dialogue on these issues within the international community in Burundi.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 24, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.1. Coordination", - "Heading4": "", - "Sentence": "Improved coordination can support more coherent policy making and programming that takes into account the nexus between DDR and SSR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10235, - "Score": 0.707107, - "Index": 10235, - "Paragraph": "Support to DDR/SSR processes requires the deployment of a range of different capacities.17 Awareness of the potential synergies that may be realised through a coherent approach to these activities is equally important. Appropriate training offers a means to develop such awareness while including the need to consider the relationship between DDR and SSR in the terms of reference (ToRs) of staff members provides a practical means to embed this issue within programmes.Cross-participation by DDR and SSR experts in tailored training programmes that ad- dress the DDR/SSR nexus should be developed to support knowledge transfer and foster common understandings. Where appropriate, coordination with SSR counterparts (and vice versa) should be included in the ToRs of relevant headquarters and field-based personnel. Linking the provision of DDR/SSR capacities to a shared vision of DDR/SSR objectives in a given context and an understanding of comparative advantages in different aspects of DDR/ SSR should be an important component of joint coordination and planning (see 10.2.1.).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.2. Capacities", - "Heading4": "", - "Sentence": "Support to DDR/SSR processes requires the deployment of a range of different capacities.17 Awareness of the potential synergies that may be realised through a coherent approach to these activities is equally important.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10240, - "Score": 0.707107, - "Index": 10240, - "Paragraph": "Recognizing that the success of DDR may be linked to progress in SSR, or vice versa, re- quires sensitivity to the need to invest simultaneously in related programmes. Implementation of DDR and SSR programmes is frequently hampered by the non-availability or slow disburse- ment of funds. Delays in one area due to lack of funding can mean that funds earmarked for other key activities can also be blocked. If ex-combatants are forced to wait to enter the DDR process because of funding delays, this may result in heightened tensions or participants abandoning the process.Given the context specific ways that DDR and SSR can influence each other, there is no ideal model for integrated DDR-SSR funding. Increased use of multi-donor trust funds that address both issues represents one potential means to more effectively integrate DDR and SSR through pooled funding. National ownership is a key consideration: funding support for DDR/SSR should reflect the absorptive capacity of the state, including national resource limitations. In particular, the levels of ex-combatants integrated within the reformed security sector should be sus- tainable through national budgets. Supporting measures to enhance management and oversight of security budgeting provide an important means to support the effective use of limited resources for DDR and SSR. Improved transparency and accountability also contributes to building trust at the national level and between national authorities and international partners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 25, - "Heading1": "10. Supporting national and international capacities", - "Heading2": "10.2. International support", - "Heading3": "10.2.3 Funding", - "Heading4": "", - "Sentence": "Recognizing that the success of DDR may be linked to progress in SSR, or vice versa, re- quires sensitivity to the need to invest simultaneously in related programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10249, - "Score": 0.707107, - "Index": 10249, - "Paragraph": "The following is an indicative checklist for considering DDR-SSR linkages. Without being exhaustive, it summarises key points emerging from the module relevant for policy mak- ers and practitioners.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The following is an indicative checklist for considering DDR-SSR linkages.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10251, - "Score": 0.707107, - "Index": 10251, - "Paragraph": "Have measures been taken to engage both DDR and SSR experts in the negotiation of peace agreements so that provisions for the two are mutually supportive? \\n Are a broad range of stakeholders involved in discussions on DDR and SSR in peace negotiations including civil society and relevant regional organisations? \\n Do decisions reflect a nationally-driven vision of the role, objective and values for the security forces? \\n Have SSR considerations been introduced into DDR decision-making and vice versa? Do assessments include the concerns of all stakeholders, including national and inter- national partners? \\n Have SSR experts commented on the terms of reference of the assess- ment and participated in the assessment mission? \\n Is monitoring and evaluation carried out systematically and are efforts made to link it with SSR? Is M&E used as an entry-point for linking DDR and SSR concerns in planning?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.1. General", - "Heading3": "", - "Heading4": "", - "Sentence": "Have measures been taken to engage both DDR and SSR experts in the negotiation of peace agreements so that provisions for the two are mutually supportive?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10259, - "Score": 0.707107, - "Index": 10259, - "Paragraph": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR? \\n Have disarmament programmes been complemented by security sector training and other activities to improve national control over stocks of weapons and ammunition? Has a security sector census been considered/implemented to support human and financial resource management and inform integration decisions? \\n Have clear criteria been developed for entry of ex-combatants into the security sector? Does this reflect national security priorities as well as the capacity of the security forces to absorb them? Is provision made for vetting to ensure appropriate skills and consid- eration of past conduct? \\n Have rank harmonisation policies been introduced which establish a formula for con- version from former armed groups to national armed forces? Was this the result of a dialogue which considered the need for affirmative action for marginalised groups? \\n Is there a sustainable distribution of ex-combatants between the reintegration and inte- gration programmes? Has information been disseminated and counselling been offered to ex-combatants facing a voluntary choice between integration and reintegration? \\n Have measures been taken to identify and address potential security vacuums in places where ex-combatants are demobilized, and has this information been shared with rel- evant authorities? Are security concerns related to dependents taken into account? \\n Have efforts been made to actively encourage female ex-combatants to enter the DDR process? Have they been offered the choice to integrate into the security sector? Has appropriate action been taken to ensure that the security institutions provide women with fair and equal treatment, including realistic employment opportunities? \\n Is there a communications/training strategy in place? Does it include messages specifi- cally designed to facilitate the transition from combatant to security provider including behaviour change, HIV risks and GBV? \\n\\n SSR/DDR dynamics before and during reintegration \\n Is data collected on the return and reintegration of ex-combatants? Is this analysed in order to coordinate relevant DDR and SSR activities? \\n Has capacity-building within the security sector been prioritised in a way to ensure that security institutions are capable of supporting DDR objectives? \\n Have ex-combatants been sensitised to the availability of housing, land and property dispute mechanisms? \\n In cases where private security bodies are a source of employment for ex-combatants, are efforts actively made to ensure their regulation and that appropriate vetting mech- anisms are in place? \\n Have border management services been sensitised and trained on issues relating to cross-border flows of ex-combatants?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 26, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.2. Programming and planning", - "Heading3": "", - "Heading4": "", - "Sentence": "Programming and planning \\n SSR/DDR dynamics before and during demobilization \\n Has the potential long-term use of demobilization and disarmament sites been fac- tored into planning for DDR?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10282, - "Score": 0.707107, - "Index": 10282, - "Paragraph": "Communication and coordination Coordination \\n Have opportunities been taken to engage with national security sector management and oversight bodies on how they can support the DDR process? \\n Is there a mechanism that supports national dialogue and coordination across DDR and SSR? If not, could the national commission on DDR fulfil this role by inviting representatives of other ministries to selected meetings? \\n Are the specific objectives of DDR and SSR clearly set out and understood (e.g. in a \u2018letter of commitment\u2019)? Is this understanding shared by national actors and interna- tional partners as the basis for a mutually supportive approach? \\n\\n Knowledge management \\n When developing information management systems, are efforts made to also collect data that will be useful for SSR? Is there a mechanism in place to share this data? \\n Is there provision for up to date conflict and security analysis as a common basis for DDR/SSR decision-making? \\n Have efforts been made to share information with border management authorities on high risk areas for foreign combatants transiting borders? \\n Has regular information sharing taken place with relevant security sector institutions as a basis for planning to ensure appropriate support to DDR objectives? \\n Are adequate mechanisms in place to ensure institutional memory and avoid over reliance on key individuals? Are assessment reports and other key documents retained and easily accessible in order to support lessons learned processes for DDR/SSR?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 27, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.3. Communication and coordination", - "Heading3": "", - "Heading4": "", - "Sentence": "Communication and coordination Coordination \\n Have opportunities been taken to engage with national security sector management and oversight bodies on how they can support the DDR process?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10295, - "Score": 0.707107, - "Index": 10295, - "Paragraph": "Funding \\n Does resource planning seek to identify gaps, increase coherence and mitigate compe- tition between DDR and SSR? \\n Have the financial resource implications of DDR for the security sector been considered, and vice versa? \\n Are DDR and SSR programmes realistic and compatible with national budgets?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 28, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.4. Funding", - "Heading3": "", - "Heading4": "", - "Sentence": "Funding \\n Does resource planning seek to identify gaps, increase coherence and mitigate compe- tition between DDR and SSR?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10298, - "Score": 0.707107, - "Index": 10298, - "Paragraph": "Capacity development, pooling resources and training H\\n ave efforts been made to sensitise staff on the DDR/SSR nexus through training or other activities? \\n Has the need for personnel to link DDR and SSR concerns been clearly agreed at Head- quarters and included in the ToRs of relevant personnel? \\n Has cross-participation in DDR or SSR training been implemented to foster knowledge transfer and build relationships? \\n Have key skills sets been identified and provision made for the availability of a multi- disciplinary resource pool? Are linguistic and \u2018knowledge transfer\u2019 skills adequately represented in order to support national capacity development? \\n In the area of national capacity-building, has the development of cross-cutting skills such as human resources and financial management (common requirements for both DDR and SSR) been encouraged? \\n Has pooling financial and physical resources for DDR and SSR been considered, for example, in the area of community security initiatives or SALW initiatives? \\n Are UN personnel aware of available SSR Resources, including through the UN Inter- Agency SSR Task Force (e.g. policy guidance, resources, gap analysis, backstopping)?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 28, - "Heading1": "11. Planning and design checklist", - "Heading2": "11.5. Capacity development, pooling resources and training", - "Heading3": "", - "Heading4": "", - "Sentence": "Capacity development, pooling resources and training H\\n ave efforts been made to sensitise staff on the DDR/SSR nexus through training or other activities?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10307, - "Score": 0.707107, - "Index": 10307, - "Paragraph": "Report of the Secretary-General on \u201cThe rule of law and transitional justice in conflict and post-conflict societies\u201d (2004) \\n The Secretary-General\u2019s Report \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d defines the rule of law as \u201ca principle of governance in which all persons, institutions and entities, public and private, including the State itself, are account- able to laws that are publicly promulgated, equally enforced and independently adjudicated, and which are consistent with international human rights norms and standards\u201d.18 DDR is identified as one key element of \u201ctransitioning out of conflict and back to normalcy.\u201d Report of the Secretary-General on \u201cDisarmament, demobilization and reintegration\u201d (2006) \\n The Secretary-General\u2019s report on \u201cDisarmament, demobilization and reintegration\u201d dis- cusses the increased engagement of the United Nations in DDR from 2000-2005 in peace- keeping and non-peacekeeping contexts. Some important \u201clessons learned\u201d from this work include: 1) DDR cannot be implemented without coordinating with the wider peacebuild- ing and recovery process; 2) DDR work should continue beyond the life of a traditional peacekeeping operation thus national capacities must be developed to ensure sustainability; 3) a fragmented approach to DDR is counterproductive; and 4) DDR \u201cmust also be planned in close coordination with transitional processes to review and reform the rule of law and security sectors, as well as efforts to control and reduce small arms proliferation.\u201d19Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (21 February 2007) \\n The Presidential Statement of 21 February 2007 emphasises that \u201creforming the security sector in post-conflict environments is critical to the consolidation of peace and stability, promoting poverty reduction, rule of law and good governance, extending legitimate state authority, and preventing countries from relapsing into conflict.\u201d20 The importance of a \u201cprofessional\u201d and \u201caccountable\u201d security sector as well as an \u201cimpartial\u201d justice sector are critical to sustainable peace and development. The fundamental role of the United Nations in \u201cpromoting comprehensive, coherent, and co-ordinated international support to nationally- owned security sector reform programmes, implemented with the consent of the country concerned\u201d is stressed, as is the need for a balanced approach to SSR that considers institu- tional capacity, affordability and sustainability of SSR programmes. Inter-linkages between SSR and \u201ctransitional justice, disarmament, demobilization and repatriation, reintegration and rehabilitation of former combatants, small arms and light weapons control, as well as gender equality, children and armed conflict and human rights issues\u201d are emphasised.21Report of the Secretary-General on \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d (2008) \\n The Secretary-General\u2019s report \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform\u201d, notes that \u201cthe development of effective and accountable security institutions on the basis of non-discrimination, full respect for human rights and the rule of law is essential\u201d.22 As part of a holistic strategy, the United Nations can play a normative as well as operational role in SSR. Normatively, the United Nations can \u201c[elaborate] policies and guidelines for the implementation of security sector reform plans and programmes and ensure that peacekeeping operations and United Nations country teams engaged in reform receive practical guidance and assistance in the estab- lishment of benchmarks and other evaluation processes\u201d.23 Operationally, the United Nations can: 1) provide a minimum level of security from which to launch SSR activities; 2) support needs assessments and strategic planning efforts; 3) facilitate dialogue among the many actors and stakeholders involved in a country\u2019s SSR process; 4) provide technical advice on defence and law enforcement institutions, border management, crime prevention and customs, among others; 5) coordinate and mobilize resources; 6) support the development of oversight mechanisms; and 7) support monitoring, evaluation and review efforts.24Presidential Statement on \u201cMaintenance of international peace and security: role of the Security Council in supporting security sector reform\u201d (12 May 2008) \\n The Presidential Statement of 12 May 2008 on supporting security sector reform highlights that SSR is a long-term process and that \u201cit is the sovereign right and primary responsibil- ity of the country concerned to determine its national approach and priorities for security sector reform\u201d.25 The statement also reiterates that a holistic and coherent UN approach is needed and underlines the important role the Peacebuilding Commission \u201ccan play in ensuring continuous international support to countries emerging from conflict.\u201d26", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 30, - "Heading1": "Annex B: Key UN documents", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Report of the Secretary-General on \u201cThe rule of law and transitional justice in conflict and post-conflict societies\u201d (2004) \\n The Secretary-General\u2019s Report \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d defines the rule of law as \u201ca principle of governance in which all persons, institutions and entities, public and private, including the State itself, are account- able to laws that are publicly promulgated, equally enforced and independently adjudicated, and which are consistent with international human rights norms and standards\u201d.18 DDR is identified as one key element of \u201ctransitioning out of conflict and back to normalcy.\u201d Report of the Secretary-General on \u201cDisarmament, demobilization and reintegration\u201d (2006) \\n The Secretary-General\u2019s report on \u201cDisarmament, demobilization and reintegration\u201d dis- cusses the increased engagement of the United Nations in DDR from 2000-2005 in peace- keeping and non-peacekeeping contexts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10312, - "Score": 0.707107, - "Index": 10312, - "Paragraph": "1 Boxes included throughout the module provide practical examples and suggestions. Specific case study boxes draw on four field-based case studies conducted in Afghanistan, Burundi, the Central African Republic and the Democratic Republic of Congo in support of this module. \\n 2 See: Statement by the President of the Security Council at the 5632nd meeting of the Security Council, held on 20 February 2007, S/PRST/2007/3/ (21 February 2007); Statement by the President of the Security Council, \u201cThe maintenance of international peace and security: the role of the Security Council in humanitarian crises: challenges, lessons learned and the way ahead,\u201d S/PRST/2005/30, 12 July 2005; United Nations Report of the Secretary-General, \u201cSecuring peace and development: the role of the United Nations in supporting security sector reform,\u201d S/2008/39, 23 January 2008; and, United Nations General Assembly, \u201cReport of the Special Committee on Peacekeeping Opera- tions and its Working Group: 2008 substantive session,\u201d A/62/19, 10 March \u2013 4 April and 3 July 2008. \\n 3 Report of the Secretary General, Securing Peace and development, para 17. \\n 4 All States periodically review and reform their security sectors. While recognising that SSR is not only a post-conflict challenge, this module focuses on these contexts as most relevant to DDR and SSR concerns. \\n 5 Report of the Secretary General, Securing Peace and development. Para 17. \\n 6 Organisation for Economic Co-operation and Development, \u201cSecurity System Reform and Gover- nance; A DAC Reference Document,\u201d 2005; Council of the European Union, \u201cEU Concept for ESDP support to Security Sector Reform (SSR),\u201d Council document 12566/4/05, 13 October 2005; Com- mission of the European Communities, \u201cA Concept for European Community Support for Security Sector Reform,\u201d SEC(2006) 658, 24 May 2006; ECOWAS, \u201cECOWAS Conflict Prevention Framework (ECPF),\u201d enacted by Regulation MSC/REG.1/01/08 of the Mediation and Security Council of ECOWAS, 16 January 2008; and, United Nations Security Council, \u201cAnnex to the letter dated 20 November 2007 from the Permanent Representatives of Slovakia and South Africa to the United Nations addressed to the Secretary-General. Statement of the Co-Chairs of the International Work- shop on Enhancing United Nations Support for Security Sector Reform in Africa: Towards an African Perspective,\u201d S/2007/687, 29 November 2007. \\n 7 For practical guidance on supporting parliamentary and civil society oversight of the security sector see: Born, H., Fluri, P. and Johnsson, A., (eds) Parliamentary Oversight of the Security Sector, DCAF/ Inter-Parliamentary Union: 2003; Cole, E., Eppert, K and Kinzelback, K., (eds) Public Oversight of the Security Sector, DCAF/UNDP: 2008. \\n 8 Muggah, Robert (ed), \u2018Security and Post-Conflict Reconstruction: Dealing with Fighters in the After- math of War\u2019, Routledge: 2009. \\n 9 H\u00e4nggi, H & Scherrer, V. (eds.), 2008, \u2018Security Sector Reform and UN Integrated Missions: Experi- ence from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo\u2019, Lit Verlag, M\u00fcnster. \\n 10 The OECD DAC Handbook on Security System Reform: Supporting Security and Justice provides extensive guidance on both political and technical aspects of SSR through the different phases of the programme cycle. Organization for Economic Co-operation and Development, \u201cOECD DAC Hand- book on Security System Reform: Supporting Security and Justice,\u201d 2007: http://www.oecd.org/ dataoecd/43/25/38406485.pdf. \\n 11 This is recommended in the interim report of the group of experts on the Democratic Republic of the Congo, pursuant to Security Council resolution 1698 (2006), S/2007/40. \\n 12 See: UNDP BCPR, (2006) Vetting Public Employees in Post-Conflict Settings: Operational Guidelines. \\n 13 Bastick, Megan & Valasek, Kristin (eds). Gender & Security Sector Reform Toolkit, DCAF, OSCE/ ODIHR, UN-INSTRAW. 2008. Available at: http://www.dcaf.ch/gender-security-sector-reform/ gssr-toolkit.cfm?navsub1=37&navsub2=3&nav1=3 \\n 14 See: Greene, Owen and Simon Rynn, Linking and Co-ordinating DDR and SSR for Human Security after Conflict: Issues, Experience and Priorities, Centre for International Cooperation and Security, Safer- world and the University of Bradford, July 2008. \\n 15 A recent study by the African Security Sector Network (ASSN) provides valuable insights drawn from analysis of SSR in peace agreements in 8 states from Africa, Asia and Central America (see Annex B for full details). \\n 16 See Laurent Banal and Vincenza Scherrer, \u2018ONUB and the Importance of Local Ownership: The Case of Burundi\u2019 in Security Sector Reform and UN Integrated Missions: Experience from Burundi, the Democratic Republic of Congo, Haiti, and Kosovo, eds. H. H\u00e4nggi & V. Scherrer, Lit Verlag, 2008. \\n 17 UN SSR resources may be available through the UN Inter-Agency Taskforce on SSR. This capacity includes guidance, resources, gap analysis and backstopping to field operations. \\n 18 United Nations Report of the Secretary-General, \u201cThe rule of law and transitional justice in conflict and post-conflict societies,\u201d S/2004/616, 23 August 2004, Para 6. \\n 19 United Nations Report of the Secretary-General, \u201cDisarmament, demobilization and reintegration,\u201d A/60/705/, 2 March 2006, Para 9. \\n 20 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 21 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2007/3, 21 February 2007. \\n 22 Report of the Secretary-General, Securing Peace and Development, Page 1. \\n 23 Report of the Secretary-General, Securing Peace and Development, Para 48. \\n 24 Report of the Secretary-General, Securing Peace and Development, Para 50. \\n 25 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008. \\n 26 United Nations, \u201cStatement by the President of the Security Council,\u201d S/PRST/2008/14, 12 May 2008.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.10-DDR-and-SSR", - "Module": "DDR and SSR", - "PageNum": 33, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 Boxes included throughout the module provide practical examples and suggestions.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8809, - "Score": 0.57735, - "Index": 8809, - "Paragraph": "Organized crime and conflict converge in several ways, notably in terms of the actors and motives involved, modes of operating and economic opportunities. Conflict settings \u2013 marked by weakened social, economic and security institutions; the delegitimization or absence of State authority; shortages of goods and services for local populations; and emerging war economies \u2013 provide opportunities for criminal actors to fill these voids. They also offer an opening for illicit activities, including human, drugs and weapons trafficking, to flourish. At the same time, the profits from criminal activities provide conflict parties and individual combatants with economic and often social and political incentives to carry on fighting. For DDR processes to succeed, DDR practitioners should consider these factors.Dealing with the involvement of ex-combatants and persons associated with armed forces and groups in organized crime not only requires the promotion of alternative livelihoods and reconciliation, but also the strengthening of national and local capacities. When DDR processes promote good governance practices, transparent policies and community engagement to find alternatives to illicit economies, they can simultaneously address conflict drivers and the impacts of conflict on organized crime, while supporting sustainable economic and social opportunities. Building stronger State institutions and civil service systems can contribute to better governance and respect for the rule of law. Civil services can be strengthened not only through training, but also by improving the salaries and living conditions of those working in the system. It is through the concerted efforts and goodwill of these systems, among other players, that the sustainability of DDR efforts can be realized.This module highlights the need for DDR practitioners to translate the recognized linkages between organized crime, conflict and peacebuilding into the design and implementation of DDR processes. It aims to contribute to age- and gender-sensitive DDR processes that are based on a more systematic understanding of organized crime in conflict and post-conflict settings, so as to best support the successful transition from conflict to sustainable peace. Through enhanced cooperation, mapping and dialogue among relevant stakeholders, the linkages between DDR and organized crime interventions can be addressed in a manner that supports DDR in the context of wider recovery, peacebuilding and sustainable development.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Organized crime and conflict converge in several ways, notably in terms of the actors and motives involved, modes of operating and economic opportunities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8820, - "Score": 0.57735, - "Index": 8820, - "Paragraph": "This module provides DDR practitioners with information on the linkages between organized crime and DDR and guidance on how to include these linkages in integrated planning and assessment in an age- and gender-sensitive way. The module also aims to help DDR practitioners identify the risks and opportunities associated with incorporating organized crime considerations into DDR processes. The module highlights the role of organized crime across all phases of the peace continuum, from conflict prevention and resolution to peacekeeping, peacebuilding and longer-term development. It addresses the linkages between armed conflict, armed groups and organized crime, and outlines the ways that illicit economies can temporarily support reconciliation and sustainable reintegration. The guidance provided is applicable to mission and non-mission settings and may be relevant for all actors engaged in combating the conflict-crime nexus at local, national and regional levels.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides DDR practitioners with information on the linkages between organized crime and DDR and guidance on how to include these linkages in integrated planning and assessment in an age- and gender-sensitive way.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8825, - "Score": 0.57735, - "Index": 8825, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20. In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.An organized criminal group shall mean a structured group of three or more persons, existing for a period of time and acting in concert with the aim of committing one or more serious crimes or offences established in accordance with the United Nations Convention against Transnational Organized Crime (UNTOC), in order to obtain, directly or indirectly, a financial or other material benefit.1A serious crime shall mean conduct constituting an offence punishable by a maximum deprivation of liberty of at least four years or a more serious penalty.2A structured group shall mean a group that is not randomly formed for the immediate commission of an offence and that does not need to have formally defined roles for its members, continuity of its membership or a developed structure.3Illicit economies are generally defined as economic transactions that are deemed illegal either because (a) \u2018licit\u2019 commodities or services are traded unlawfully or (b) illicit commodities or services are traded through unlawful measures.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8829, - "Score": 0.57735, - "Index": 8829, - "Paragraph": "Organized crime can impact all stages of conflict, contributing to its onset, perpetuating violence (including through the financing of armed groups) and posing obstacles to lasting peace. Crime and conflict interact cyclically. Conflict creates space and opportunities for organized crime to flourish by weakening States\u2019 capacities to enforce the rule of law and social order. This creates the conditions for those engaging in organized crime (including both armed forces and armed groups) to operate with comparably little risk.4Criminal activities can directly contribute to the intensity and duration of war, as new armed groups emerge that engage in illicit activities (involving both licit and illicit commodities) while \ufb01ghting each other and the State.5 Criminal activities help to supply parties to armed conflict with weapons, ammunition and revenues, augmenting their ability to engage in armed violence, exploit and abuse the most vulnerable, and promote the proliferation of weapons and ammunition in society, therefore undermining prospects for peace.6Armed groups in part derive resources, power and legitimacy from participation in illicit economies that allow them to impose a scheme of violent governance on locals or provide services to the communities where they are based.7 Additionally, extortion schemes may be imposed on communities, whereby payments are made to armed groups in exchange for protection and/or the provision of other services. In the absence of State institutions, such tactics can often become accepted and acknowledged as a form of taxation by armed groups. This means that those engaged in criminal activities can, over time, be perceived as legitimate political actors. This perceived legitimacy can, in turn, translate into popular support, while undermining State authority and complicating conflict resolution.Additionally, the UN Security Council has emphasized that terrorists and terrorist groups can benefit from organized crime, whether domestic or transnational, as a source of financing or logistical support. Recognizing that the nature and scope of the linkages between terrorism and organized crime, whether domestic or transnational, vary by context,8 these ties may include an alliance of opportunities such as the engagement of terrorist groups in criminal activities for profit and/or the receipt of taxes to allow illicit flows to pass through territory under the control of terrorist groups. Overall, the combined presence of terrorism, violent extremism conducive to terrorism and organized crime, whether domestic or transnational, may exacerbate conflicts in affected regions and may contribute to undermining the security, stability, governance, and social and economic development of States.Importantly, in addition to diminishing law and order, armed conflict also makes it more difficult for local populations to meet their basic needs. Communities may turn to the black market for licit goods and services and seek economic opportunities in the illicit economy in order to survive. Since organized crime can underpin livelihoods for local populations before, during and after conflict, the planning for DDR processes must consider the role illicit activities play in communities at large and for specific portions of the population, including women, as well as the linkages between criminal groups and armed forces and groups.The response to organized crime will vary depending on whether the criminal activities at play involve licit or illicit commodities. The legality of commodities may also impact notions of who or what acts as a \u2018spoiler\u2019 to the peace process, community perceptions of DDR and which reintegration options are sought.DDR practitioners should also consider gender dimensions when contemplating how organized crime and armed conflict interact. Organized crime and armed conflict affect and involve women, men, boys and girls differently, irrespective of whether they are combatants, persons associated with armed forces and groups, victims of organized crime or a combination thereof. For example, although notions of masculinity may be more often associated with engagement in organized crime and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination based on gender from both ex-combatants and communities. Moreover, women are more often survivors of certain forms of organized crime, particularly human trafficking, and can be stigmatized or shamed due to the sexual exploitation they have experienced. They may be rejected by their families and communities upon their return leaving them with few opportunities for social and economic support. The experiences and treatment of males and females both during armed conflict and during their return to society may vary based on social, cultural and economic practices and norms. The organized crime\u2013conflict nexus therefore requires a gender- and age-sensitive DDR response.Children are highly vulnerable to trafficking and to the worst forms of child labour. Child victims may also be stigmatized, hidden or identified as dependants of adults. Therefore, within DDR, the identification of child victims and abductees, both girls and boys, requires age-sensitive approaches.Depending on the circumstances, organized crime may have existed prior to armed conflict (and possibly have given rise to it) or may have emerged during conflict. Organized crime may also remain long after peace is negotiated. Given the linkages between organized crime and armed conflict, it is necessary to recognize and understand this nexus as an integral part of the entire DDR process. DDR practitioners shall understand this convergence and implement measures that mitigate against associated risks, such as the reengagement of DDR participants in organized crime or the inadvertent removal of illegal livelihoods without alternatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Organized crime can impact all stages of conflict, contributing to its onset, perpetuating violence (including through the financing of armed groups) and posing obstacles to lasting peace.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8852, - "Score": 0.57735, - "Index": 8852, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and organized crime.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8854, - "Score": 0.57735, - "Index": 8854, - "Paragraph": "In contexts in which organized crime and armed conflict converge, members of armed forces and groups under consideration to participate in DDR may be (or may have been) engaged in criminal activities. Ultimately, States have the prerogative to legislate on crimes and determine applicable sanctions, including judicial and non-judicial measures. International humanitarian law encourages the granting of amnesties at the end of hostilities to persons who have participated in armed conflict as a measure of clemency favouring national reconciliation and a return to peace. DDR practitioners shall therefore seek advice from human rights officers or rule-of-law or other legal experts to assess the types of crimes committed in a particular context, whether amnesties have been issued in accordance with international humanitarian and human rights law, and for which types of crimes those amnesties have been issued, as their commission may make those involved ineligible for DDR. Engagement in organized criminal activities may sometimes rise to the level of war crimes, crimes against humanity and genocide, and/or gross violations of human rights. Therefore, if DDR participants are found to have committed these crimes, they shall immediately be removed from participation. For additional guidance on armed groups and individuals listed by the Security Council as terrorists, as well as perpetrators or suspected perpetrators of terrorist acts, see IDDRS 2.11 on The Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "4.1.1 Criteria for participation/eligibility", - "Heading4": "", - "Sentence": "In contexts in which organized crime and armed conflict converge, members of armed forces and groups under consideration to participate in DDR may be (or may have been) engaged in criminal activities.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8861, - "Score": 0.57735, - "Index": 8861, - "Paragraph": "The majority of girls and boys associated with armed forces and groups may be victims of human trafficking, and DDR practitioners shall treat all children who have been recruited by armed forces and groups, including children who have otherwise been exploited, as victims of crime and of human rights violations. When DDR processes are implemented, children shall be separated from armed forces and groups and handed over to child protection agencies. As victims of crime, children\u2019s cases shall be handled by child protection authorities. Children shall be provided with support for their recovery and reintegration into families and communities, and the specific needs arising from their exploitation shall be addressed. For further information, see IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People centred", - "Heading3": "4.1.2 Unconditional release and protection of children ", - "Heading4": "", - "Sentence": "The majority of girls and boys associated with armed forces and groups may be victims of human trafficking, and DDR practitioners shall treat all children who have been recruited by armed forces and groups, including children who have otherwise been exploited, as victims of crime and of human rights violations.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8866, - "Score": 0.57735, - "Index": 8866, - "Paragraph": "DDR practitioners shall be aware that, in contexts of organized crime, not all DDR participants and beneficiaries have the same needs. For example, the majority of victims of human trafficking, sexual abuse and exploitation are women, girls and boys. Moreover, women may be forcibly recruited for labour by armed groups and used as smuggling agents for weapons and ammunition. Whether they become members of armed groups or are abductees, women have specific needs derived from their human trafficking exploitation including debt bondage; physical, psychological and sexual abuse; and restricted movement. DDR practitioners shall therefore pay particular attention to the specific needs of women and men, boys and girls derived from their condition of having been trafficked and implement DDR processes that offer appropriate, age- and gender- specific psychological, economic and social assistance. For further information, see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Gender responsive and inclusive ", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware that, in contexts of organized crime, not all DDR participants and beneficiaries have the same needs.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8872, - "Score": 0.57735, - "Index": 8872, - "Paragraph": "DDR practitioners shall be aware of the way that crime can influence politics in the country in which they operate and avoid inadvertently feeding harmful dynamics. For example, DDR participants may seek to negotiate for political positions in exchange for violence reduction, without necessarily stepping away from their links to organized criminal groups.9 In these scenarios, DDR practitioners shall consider wider strategies to strengthen institutions, fight corruption and foster good governance. DDR practitioners shall be aware that without safeguards, DDR processes may inadvertently legitimize illicit flows of both licit and illicit commodities, and corruption in political and State institutions. The establishment of prevention, protection and monitoring mechanisms (including systems for ensuring access to justice and police protection) is essential to prevent and punish sexual and gender-based violence, harassment and intimidation, and any other violation of human rights.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners shall be aware of the way that crime can influence politics in the country in which they operate and avoid inadvertently feeding harmful dynamics.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8876, - "Score": 0.57735, - "Index": 8876, - "Paragraph": "DDR processes shall be context specific in order to address local, national, regional and global circumstances. Organized crime takes on very different shapes and forms from one place to another and can evolve over time to adapt to changing realities. The evolution of organized crime may outpace DDR processes that require time to adapt. DDR processes that address organized crime through risk prevention and mitigation measures in one particular context cannot necessarily be replicated in another. Thus, in the planning of DDR processes, practitioners shall incorporate organized crime considerations into integrated assessments, by including an examination of organized crime as well as the local political economy, potential risks, mitigating factors and opportunities for local collaboration. For further information, see IDDRS 3.11 on Integrated Assessments.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall be context specific in order to address local, national, regional and global circumstances.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8882, - "Score": 0.57735, - "Index": 8882, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019. In the absence of most serious crimes under international law, such as crimes against humanity, war crimes and gross violations of human rights, it falls on the State to implement criminal justice measures to tackle individuals\u2019 engagement in organized criminal activities. However, issues arise when the State itself engages in criminal activities or is a party to the conflict (and therefore cannot perform a neutral role in prosecuting members of adversarial groups). For armed groups, DDR processes and other peacebuilding/peacekeeping measures may be perceived as implementing victors\u2019 justice by focusing on engagement in illicit activities that fuel conflict, rather than seeking to understand why the group was fighting in the first place. DDR practitioners shall be aware of these potential risks to the success of DDR processes and ensure that efforts are as transparent as possible. For further information, see IDDRS 6.20 on DDR and Transitional Justice.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "4.5.1 Accountable and transparent", - "Heading4": "", - "Sentence": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8889, - "Score": 0.57735, - "Index": 8889, - "Paragraph": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning. Ultimately, internationally supported DDR processes are finite and constricted by mandates and resources. Therefore, both external and national DDR practitioners shall, to the extent possible, work with (other) national stakeholders to build political will and capacities on organized crime issues. DDR practitioners shall establish relevant and appropriate partnerships to make available technical assistance on organized crime issues through expert consultations, staff training, and resource guides and toolkits.Armed forces may themselves be discharged as part of DDR processes and, at the same time, may have been actively involved in facilitating or gatekeeping illicit activities. To address the challenges posed by the entrenched interests of conflict entrepreneurs, improved law enforcement, border controls, police training and criminal justice reform is required. Where appropriate, DDR practitioners shall seek to partner with entities engaged in this type of broader security sector reform (SSR). For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall have built-in mechanisms to allow for national stakeholders, including civil society groups and the private sector, to not only be engaged in the implementation of DDR processes but to be involved in planning.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8896, - "Score": 0.57735, - "Index": 8896, - "Paragraph": "The regional causes of conflict and the political, social and economic interrelationships among neighbouring States sharing insecure borders will present challenges in the implementation of DDR. Organized crime that is transnational in nature can exacerbate these challenges. DDR practitioners shall carefully coordinate with regional organizations and other relevant stakeholders when managing issues related to repatriation and the cross-border movement of weapons, armed groups and trafficked persons. The return of foreign former combatants and children formerly associated with armed forces and groups may pose particular challenges and will require separate strategies (see IDDRS 5.40 on Cross-Border Population Movements and IDDRS 5.20 on Children and DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "The regional causes of conflict and the political, social and economic interrelationships among neighbouring States sharing insecure borders will present challenges in the implementation of DDR.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8900, - "Score": 0.57735, - "Index": 8900, - "Paragraph": "Identifying the role of organized crime in armed conflict is integral to effectively addressing the factors that may give rise to conflict, sustain it or pose obstacles to sustainable peace. Broader analysis of organized crime in local contexts and the role it plays in local economies and in social and political frameworks can help DDR practitioners develop processes that minimize risks, including the risk of a relapse in violence, the risk that former members of armed forces and groups will re-engage in illicit activities, the risk that DDR processes will remove livelihoods, and the risk of impunity. By integrating organized crime considerations throughout DDR processes and in overall peacebuilding efforts, practitioners can provide ex-combatants, persons associated with armed forces and groups, and local communities with holistic recovery assistance that promotes long-term peace and stability.The following sections seek to clarify the relationship between DDR processes, organized crime and armed conflict by looking at the role that criminal activities play in armed conflict, how and why armed forces and groups engage in organized crime, and the implications for DDR planning and implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 7, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Identifying the role of organized crime in armed conflict is integral to effectively addressing the factors that may give rise to conflict, sustain it or pose obstacles to sustainable peace.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8903, - "Score": 0.57735, - "Index": 8903, - "Paragraph": "Although multi-dimensional and complex, the impact of criminal activities on armed conflict can generally be described as the following:", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 7, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.1 The role of organized crime in conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Although multi-dimensional and complex, the impact of criminal activities on armed conflict can generally be described as the following:", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 8904, - "Score": 0.57735, - "Index": 8904, - "Paragraph": "Organized crime often emerges when resources, governance, and social and economic opportunities are distributed inequitably. Individuals who feel politically and economically marginalized may turn to the illicit or informal economy, and the social gains derived from illicit activities may become increasingly attractive. Likewise, those who are marginalized may become increasingly resentful of formal economies and social and political channels from which they are excluded. This may make engagement in criminal activities and/or armed conflict appear legitimate. At the same time, illicit funds from criminal activities detract from the formal economy and divert potential tax revenues from States that could have used these funds to invest in education, health care and development. This diversion of funds further exacerbates discontent among the population while diminishing governance. The illicit trade in arms and ammunition may also result in the increased circulation of illicit materiel in communities at the same time as discontent is rising.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 7, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.1 The role of organized crime in conflict", - "Heading3": "5.1.1 Contributing to the outbreak of conflict", - "Heading4": "", - "Sentence": "Organized crime often emerges when resources, governance, and social and economic opportunities are distributed inequitably.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 8911, - "Score": 0.57735, - "Index": 8911, - "Paragraph": "Once armed conflict has erupted, illicit and informal economies are vulnerable to capture by armed groups, which transforms them into both war and criminal economies. Criminal economies can interweave with war economies by providing financial support and weapons and ammunition for armed groups. Violence can serve as a tool, not only to facilitate or control the illicit movement of goods, but also among armed groups that sell violence to provide protection or reinforcement of a flow under extortion schemes.10 While some armed groups may impose their authority over populations within their captured territory through a scheme of violent governance, in other cases (or in parallel), they may bolster their authority through organized crime by acting as (perceived) legitimate economic and political regulators to local communities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 8, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.1 The role of organized crime in conflict", - "Heading3": "5.1.2 Sustaining conflict ", - "Heading4": "", - "Sentence": "Once armed conflict has erupted, illicit and informal economies are vulnerable to capture by armed groups, which transforms them into both war and criminal economies.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8914, - "Score": 0.57735, - "Index": 8914, - "Paragraph": "For example, illicit revenue gained by armed groups engaged in criminal activities may be used to maintain social services and protect civilians and supporters in marginalized communities against predatory groups, particularly where the State is weak, absent or corrupt. In areas where the illicit economy forms the largest or sole source of income for local communities, armed groups can protect local livelihoods from State efforts to suppress these illegal activities. Often, marginalized communities depend on the informal economy to survive, and even more so in times of armed conflict, when goods and services are scarce.During armed conflict, when armed forces and groups make territorial gains, they may also gain access to informal markets and illicit flows of both licit and illicit commodities. This access can be used to further their war efforts. In these circumstances, in addition to direct engagement in criminal activities, rent-seeking dynamics emerge between armed groups and local communities and other actors, under the threat of violence or under the premise of protection of locals against other predatory groups. For example, rather than engaging in criminal activities directly, armed groups may extort or tax those using key transport (and consequently trafficking) hubs or demand payment for access to resources and extraction sites.Criminal economies risk becoming embedded in a State\u2019s economic and social fabric even after an armed conflict and its war economy formally end. Civilian livelihoods may continue to depend on illicit activities previously undertaken during wartime. Corruption patterns established by State actors during wartime may also continue, particularly when the rule of law has been weakened. This may prevent the development of effective institutions of governance and pose challenges to establishing long-term peace and stability.Even in a post-conflict context, the widespread availability of weapons and ammunition (due to trafficking by armed forces and groups, stockpile mismanagement and weapons retention by former combatants) may undermine the transition to peace. Violence may be used strategically in order to disrupt the distribution of power and resources, particularly in transitioning States where criminal violence has erupted.11Where communities are supported and protected by armed groups, combatants become legitimized in the eyes of the people. Armed groups that act as protectors of local livelihoods, even if livelihoods are made illegally, may gain more widespread political and social capital than State institutions. Where organized crime becomes embedded, these circumstances can result in a resurgence of conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 8, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.1 The role of organized crime in conflict", - "Heading3": "5.1.3 Undermining peace", - "Heading4": "", - "Sentence": "For example, illicit revenue gained by armed groups engaged in criminal activities may be used to maintain social services and protect civilians and supporters in marginalized communities against predatory groups, particularly where the State is weak, absent or corrupt.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8926, - "Score": 0.57735, - "Index": 8926, - "Paragraph": "As a preliminary consideration, DDR practitioners should first distinguish between organized crime as an entity and organized crime as an activity. Labelling groups as \u2018organized criminal groups\u2019 (entity) has become increasingly irrelevant in conflict settings where armed groups (and occasionally armed forces) are engaged in organized crime, often rendering organized criminal groups and armed groups indistinguishable. The progressive blurring of lines between organized criminal groups and armed groups necessitates an understanding of the motivations for engaging in organized crime (as an activity) and armed conflict. This awareness is particularly important for DDR practitioners when determining whom to involve as participants in DDR processes and when determining the types of measures to implement in order to minimize continued involvement (and/or re-engagement) in illicit activities.Where crime and armed conflict converge, two general motives emerge: economic and social/political. Economic motivations arise in conflict when the State is absent or weak and actors can monopolize a market or carry out a lucrative illicit activity with impunity. Social/political motives can also arise in the absence of the State apparatus, leading actors to take the State\u2019s place through the pursuit of legitimacy or exercise of power through violent governance. While organized criminal groups have largely been described as carrying out their activities for a financial or material benefit, recent evidence indicates that motives exist beyond profits. Similarly, where armed groups have traditionally fought for a political or ideological reason, economic opportunities presented by organized crime may expand their objectives.While these considerations are most frequently applied to armed groups, armed forces may also directly engage in organized crime. For example, poor working conditions coupled with low wages may be insufficient for individual members of armed forces to survive, leading some to sell weapons to armed groups and communities for financial gain. More broadly, in some cases, challenges to State strongholds mean that State actors must struggle to maintain their power, joining armed groups in competing for resources and territorial control, and often also engaging in organized crime activities for economic profit.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 9, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.2 The relationship between organized crime and armed forces and groups ", - "Heading3": "", - "Heading4": "", - "Sentence": "As a preliminary consideration, DDR practitioners should first distinguish between organized crime as an entity and organized crime as an activity.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8936, - "Score": 0.57735, - "Index": 8936, - "Paragraph": "When State involvement in criminal activities is indirect, symbiotic relationships can arise with other conflict actors through corruption. Corruption has been widely identified as a major spoiler of peace processes and poses serious risks to the success of DDR processes. Armed groups engaged in organized crime may actively seek political protection and facilitation for their operations, using bribery and the threat of violence and capturing parts of the democratic process to influence progressively higher levels of the State. In some cases, organized crime becomes so pervasive that it \u2018captures\u2019 the State\u2019s public and political spaces. Due to individuals\u2019 positions within the State apparatus, illicit activities may flourish with impunity. State officials who are linked to illicit activities that contribute to violence can exert their political influence and power to sway negotiations and settlements to benefit their dealings, at the expense of sustainable peace. While the criminalization of politics can become a residual legacy of conflict, the subversion of the rule of law and mismanagement of public services may lead to conditions that risk the recurrence of conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 10, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.2 The relationship between organized crime and armed forces and groups ", - "Heading3": "5.2.1 The politicization of crime and criminalization of politics", - "Heading4": "", - "Sentence": "When State involvement in criminal activities is indirect, symbiotic relationships can arise with other conflict actors through corruption.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 8943, - "Score": 0.57735, - "Index": 8943, - "Paragraph": "In supporting DDR processes, organizations are governed by their respective constituent instruments; specific mandates; and applicable internal rules, policies and procedures. DDR is also supported within the context of a broader international legal framework, which contains rights and obligations that must be adhered to in the implementation of DDR. As such, the applicable legal frameworks should be considered at every stage of the DDR process, from planning to execution and evaluation, and, in some cases, the legal architecture to counter organized crime may supersede DDR policies and frameworks. Failure to abide by the applicable legal framework may result in consequences for the UN, national institutions, the individual DDR practitioners involved and the success of the DDR process as a whole.Within the context of organized crime and armed conflict, DDR practitioners must consider national as well as international legal frameworks that pertain to organized crime, in both conflict and post-conflict settings, in order to understand how they may apply to combatants and persons associated with armed forces and groups who have engaged in criminal activities. While \u2018organized crime\u2019 itself remains undefined, a number of related international instruments that define concepts and specific manifestations of organized crime form the legal framework upon which interventions and obligations are based (refer to Annex B for a list of key instruments).A country\u2019s international obligations put forth by these instruments are usually translated into domestic legislation. While domestic legal frameworks on organized crime may differ in the treatment of organized crime across States, by ratifying international instruments, States are required to align their national legislation with international standards. Given that DDR processes are carried out within the jurisdiction of a State, DDR practitioners should be aware of the international instruments that the State in which DDR is taking place has ratified and how these may impact the implementation of DDR processes, particularly when determining the eligibility of DDR participants.As a preliminary obligation, DDR practitioners shall respect the national laws of the host State, which in turn must comply with standards set forth by the international legal framework on organized crime, corruption and terrorism as well as international humanitarian and human rights laws. For example, participation in criminal activities by certain former members of armed forces and groups may limit their participation in DDR processes, as outlined in a State\u2019s penal code and criminal procedure codes. Moreover, where crimes (such as forms of human trafficking) committed by ex-combatants and persons formerly associated with armed forces and groups are so egregious as to constitute crimes against humanity, war crimes or gross violations of human rights, their participation in DDR processes must be excluded by international humanitarian law.In cases where armed forces have engaged in criminal activities amounting to the most serious crimes under international law, it is the duty of every State to exercise its criminal jurisdiction over those responsible. DDR practitioners shall not facilitate any violations of international human rights law or international humanitarian law by the host State, including arbitrary deprivation of liberty and unlawful confinement, or surveillance/maintaining watchlists of participants. DDR practitioners should be aware of local and international mechanisms for achieving justice and accountability. Moreover, it is a long-established policy that the UN will not endorse provisions in a transitional justice process that include amnesties for genocide, war crimes, crimes against humanity and gross violations of human rights (see IDDRS 6.10 on DDR and Security Sector Reform and IDDRS 6.20 on DDR and Transitional Justice). Therefore, if there is a concern regarding the obligation to respect a host State\u2019s law and the activities of the DDR practitioner, the DDR practitioner shall seek legal advice from the competent legal office and human rights office, and DDR processes may need to be adjusted. For further information, see IDDRS 2.11 on The Legal Framework for UN DDR.DDR processes may also be impacted by Security Council sanctions regimes. Targeted sanctions against individuals, groups and entities have been utilized by the UN to address threats to international peace and security, including the threat of organized crime by armed groups. DDR practitioners should be aware of any relevant sanctions regime, particularly arms embargo measures that may restrict the options available during disarmament or transitional weapons and ammunitions management activities, limit eligibility for participation in DDR processes and restrict the provision of financial support to DDR participants. (For more information, refer to IDDRS 4.10 on Disarmament and IDDRS 4.11 on Transitional Weapons and Ammunition Management.) While each sanctions regime is unique, DDR practitioners shall be aware of those applicable to armed groups and seek legal advice about whether listed individuals or groups can indeed be eligible to participate in DDR processes.For example, the Security Council Committee concerning ISIL (Da\u2019esh), Al-Qaida and associated individuals, groups, undertakings and entities, established pursuant to Resolutions 1267 (1999), 1989 (2011) and 2253 (2015), is the only sanctions committee of the Security Council that lists individuals and groups for their association with terrorism. DDR practitioners shall be further aware that donor States may also designate groups as terrorists through \u2018national listings\u2019. DDR practitioners should consult their legal adviser on the implications a terrorist listing may have for the planning or implementation of DDR processes, including whether the group was designated by the UN Security Council, a regional organization, the host State or a State supporting the DDR process, as well as whether the host or a donor State criminalizes the provision of support to terrorists, in line with applicable international counter-terrorism requirements. For an overview of the legal framework related to DDR more generally, see IDDRS 2.11 on The Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 10, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.3 Relevant frameworks and approaches to combat organized crime during conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "In supporting DDR processes, organizations are governed by their respective constituent instruments; specific mandates; and applicable internal rules, policies and procedures.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8964, - "Score": 0.57735, - "Index": 8964, - "Paragraph": "The crime-conflict nexus shall be considered by DDR practitioners as they contemplate engagement and ultimately determine whether DDR is an appropriate response or whether law enforcement interventions and/or criminal justice mechanisms are better suited to the context.In order to develop successful DDR processes, DDR practitioners should assess whether participants\u2019 involvement in criminal economies came about as a function of war or as part of broader economic or social dynamics. During DDR processes, incentives for combatants to disarm and demobilize may be insufficient if they control access to lucrative resources and have well-established informal taxation regimes that depend upon the continued threat or use of violence.12 Regardless of whether conflict is ongoing or has ended, if these economic motives are not addressed, the risk that former members of armed forces and groups will re-engage in criminal activities increases.Likewise, DDR processes that do not consider social and political motives risk failure. Participation in DDR processes may decrease if members of armed forces and groups feel that they will lose social and political status in their communities by disarming and demobilizing, or if they fear retaliation against themselves and their families for abandoning armed forces and groups who engage in criminal activities. Similarly, communities themselves may be reluctant to accept and trust DDR processes if they feel that such efforts mean losing protection and stability. In such cases, public information can play an important role in supporting DDR processes, by helping to raise awareness of what the DDR process involves and the opportunities available to leave behind illicit economies. For further information, see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR.Moreover, the type of illicit economy can influence local perspectives. For example, labour- intensive illicit economies, such as the cultivation of drug crops or artisanal mining of natural resources including metals and minerals, but also logging and fishing, can easily employ hundreds of thousands to millions of people in a particular locale.13 In these instances, DDR processes that work to remove involvement in what can be \u2018positive\u2019 illicit activities may be unsuccessful if no alternative economic opportunities are offered, and a better route may be to support the formalization and regulation of the relevant sectors.Additionally, the interaction between organized crime and armed conflict is a fundamentally gendered phenomenon, affecting men and women differently in both conflict and post-conflict settings. Although notions of masculinity may be more frequently associated with engagement in organized crime, and males (adults, youth and boys) may more obviously take part in the conflict and make up the largest number of combatants, females who engage in criminal activities and conflict (both in combat and non-combat roles) can face discrimination on the basis of gender from both ex-combatants and communities. Moreover, women are more frequently victims of certain forms of organized crime, particularly human trafficking for sexual exploitation, and can be stigmatized or shamed due to the sexual exploitation they have experienced.14 They may be rejected by their families and communities upon their return, leaving them with few opportunities for social and economic support.At the same time, men and boys who are trafficked, either through sexual exploitation or otherwise, may face a different set of challenges based on perceived emasculation. In addition to economic difficulties, they may face stigma in communities who may not view them as victims at all. DDR processes should therefore follow an intersectional and gender-based approach in providing social, economic and psychological services to former members of armed forces and groups. For example, providing reintegration opportunities specific to female or male DDR participants and beneficiaries that promote equality, independence and a sense of ownership over their futures can have a significant impact on social, psychological and economic well-being.Finally, given that DDR processes are guided by national and local policies, DDR practitioners should bear in mind the role that crime can play in the politics of the countries in which they operate. Even if ex-combatants lay down their arms, they may retain their links to organized crime. In some cases, participation in DDR may be predicated on the condition that ex- combatants engaged in criminal activities are offered positions in the political sphere. This condition risks embedding criminality in the State apparatus. Moreover, for certain types of organized crime, amnesties cannot be granted, as serious human rights violations may have taken place, as in the case of human trafficking. DDR processes must form part of a wider response to strengthening institutions, building resilience towards corruption, strengthening the rule of law, and fostering good governance, which can, in turn, prevent the conditions that may contribute to the recurrence of conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 12, - "Heading1": "5. Combatting organized crime in conflict settings", - "Heading2": "5.4 Implications for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "The crime-conflict nexus shall be considered by DDR practitioners as they contemplate engagement and ultimately determine whether DDR is an appropriate response or whether law enforcement interventions and/or criminal justice mechanisms are better suited to the context.In order to develop successful DDR processes, DDR practitioners should assess whether participants\u2019 involvement in criminal economies came about as a function of war or as part of broader economic or social dynamics.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 8981, - "Score": 0.57735, - "Index": 8981, - "Paragraph": "DDR processes shall form part of overall efforts to achieve peace, considering organized crime as an element of the conflict, through a political prism rather than solely an economic one. Illicit economies should be carefully tackled to avoid unintentionally stigmatizing combatants, persons associated with armed forces and groups, and other DDR participants and beneficiaries. Political dynamics and balances of power should also be kept in mind. Given the complexities of organized crime and conflict, there are very few good practices in peace time, let alone during ongoing conflict. Nevertheless, the basis of any DDR processes should centre on a robust analysis of the local context and thorough information gathering on the dynamics of criminality and conflict.The following section provides guidance on integrating organized crime considerations into DDR planning, including in assessments such as conflict, security and political economy analysis.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall form part of overall efforts to achieve peace, considering organized crime as an element of the conflict, through a political prism rather than solely an economic one.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 8986, - "Score": 0.57735, - "Index": 8986, - "Paragraph": "Crime in conflict and post-conflict settings means that DDR must be planned with three major overlapping factors in mind: \\n\\n 1. Actors: When organized crime and conflict converge, several actors may be involved, including combatants and criminal groups as well as State actors, each fuelled by particular and often overlapping motives and engagement in similar activities. Moreover, the blurring of motivations, whether they be political, social or economic, means that membership across these groups may be fluid. In this context, the success and sustainability of DDR rests not in treating armed groups as monolithic entities separate from State armed forces, but rather in making alliances with those who benefit from adopting rule-of-law procedures. The labelling of what is legal and illegal, or legitimate and illegitimate, is done by State actors and, as this is a normative decision, the definition privileges the State. Particularly in conflict settings in which State governance is weak, corrupt or contested, the binary choice of good versus bad is arbitrary and often does not reflect the views of the population. In labelling actors as organized criminal groups, potential partners in peace processes may be discouraged from engaging and become spoilers instead. \\n In DDR planning, the economic, social and political motives that persuade individuals to partake in organized criminal activities should be identified and understood. DDR practitioners should also recognize how organized crime and conflict affect particular groups of actors, such as women and children, differently. \\n\\n 2. Criminal activities: The type of criminal activity in a given conflict setting may have implications for the planning of DDR processes. While organized crime encompasses a wide range of activities, certain criminal markets frequently arise in conflict settings, including the illegal exploitation of natural resources, weapons and ammunition trafficking, drug trafficking and the trafficking of human beings. Recent conflicts also show conflict actors profiting from protection and extortion payments, as well as kidnapping for ransom and other exploitation-based crimes. Not all organized crimes are similar in nature. For example, while some organized crimes are guided by personal greed and profit, others receive local legitimacy because they address the needs of the local community amid an infrastructural and political collapse. For instance, the trafficking of licit goods, such as subsidized food products, can form an integral part of economic and livelihoods strategies. In this context, rather than being seen as criminal conduct, the activities of organized criminal networks may be viewed as a way to build parallel informal economies and greater resilience.15 \\n A number of factors relating to any given criminal economy should be considered when planning a DDR process, including the pervasiveness of the criminal economy; whether it evolved before, during or after the conflict; how violence links criminal activities to armed conflict; whether criminal activities carried out reach the threshold of the most serious crimes under international law; linkages between organized crime and terrorists and/or terrorist groups; and the labour intensiveness of criminal activities. \\n\\n 3. Context: How the local context serves as both a driver and spoiler of peacebuilding efforts is central to the planning of DDR processes, particularly reintegration. Social factors, including local culture, the perceived legitimacy of criminal activities and individual combatants, and general notions of support or hostility towards DDR itself, shape the way that DDR should be approached. Moreover, understanding the broader economic and/or political environment in which armed conflict begins and ends allows DDR practitioners to identify entry points, potential obstacles and projections for sustainability. Although DDR processes deal with members of armed forces and groups rather than criminals, it is important to understand how local circumstances beyond the war context can affect reintegration, and the role that reintegration can play in preventing former combatants and persons formerly associated with armed groups from falling into organized crime. This includes assessing the State\u2019s role in either contributing to or deterring engagement in illicit activities, and the abilities of criminal groups to infiltrate conflict settings by appealing to former combatants. \\n UN peace operations may inadvertently contribute to criminal flows because of misguided interventions or as an indirect consequence of their presence. Interventions should be guided by the \u2018do no harm\u2019 principle, and DDR practitioners should support the formulation of context- specific DDR processes based on a sound analysis of local factors, vulnerabilities and risks, rather than by replicating past experiences. A political analysis of the local context should consider the non-exhaustive list of elements listed in table 1 and, to the extent possible, identify gender dimensions where applicable.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 13, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "Crime in conflict and post-conflict settings means that DDR must be planned with three major overlapping factors in mind: \\n\\n 1.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9012, - "Score": 0.57735, - "Index": 9012, - "Paragraph": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme. The following list of organized crime\u2013related risks is intended to assist DDR practitioners to assess and manage vulnerabilities in such contexts in order to prevent negative consequences. \\n Programmatic risk: In contexts of ongoing conflict, organized crime activities can be used to further both economic and power-seeking gains. The risk that ex-combatants will be re- recruited or (continue to) engage in criminal activity is higher when conflict is ongoing, protracted or financed through organized crime. In the absence of a formal peace agreement, DDR participants may be more reluctant to give up the perceived opportunities that illicit activities offer, particularly when reintegration opportunities are limited, formal and informal economies overlap, and unresolved grievances persist. \\n \u2018Do no harm\u2019 risk: Because DDR processes not only present the risk of reinforcing illicit activities and flows, but may also be vulnerable to corruption and capture, DDR practitioners shall ensure that processes are implemented in a manner that avoids inadvertently contributing to illicit flows and/or retaliation by armed forces and groups that engage in criminal activities. This includes the careful selection of partnering institutions and groups to implement DDR processes. Within an organized crime\u2013conflict context, DDR processes may also present the risk of reinforcing extortion schemes through the payment of cash/stipends to DDR participants as part of reinsertion assistance. Practitioners should consider the distribution of payments through the issuance of pre-paid cards, vouchers or digital transfers where possible, to reduce the risk that participants will be extorted by those engaged in criminal activities, including armed forces and groups. \\n Security risk: The possibility of armed groups directly targeting staff/programmes they may perceive as hostile is high in ongoing conflict contexts, particularly if DDR processes are perceived to be associated with the removal of livelihoods and social status. Conversely, DDR practitioners who are perceived to be supporting individuals (formerly) associated with criminal activities, particularly those who engaged in violence against local populations, can also be at risk of reprisals by certain communities or national actors. It is also important that potential risks to communities and civil society groups that may arise as a consequence of their engagement with DDR processes be properly assessed, managed and mitigated. \\n Reputational risk: DDR practitioners should be aware of the risk of being seen as promoting impunity or being lenient towards individuals who may have engaged in schemes of violent governance against communities. DDR practitioners should also be aware of the risk that they may be seen as being complicit in abusive State policies and/or behaviour, particularly if armed forces are known to engage in organized criminal activities and pervasive corruption. Due diligence and appropriate frameworks, safeguards and mechanisms shall be applied to continuously address these complex issues. \\n Legal risks: DDR practitioners who rely on Government donors may face additional challenges if these Governments insert conditions or clauses into their grant agreements in order to comply with Security Council resolutions. As stated in IDDRS 2.11 on The Legal Framework for UN DDR, DDR practitioners should consult with their legal adviser if applicable host State national legislation criminalizes the provision of support, including to suspected terrorists or armed groups designated as terrorist organizations. For more information on legal issues and risks, see section 5.3 of this module.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 15, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.2 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "In the planning, design, implementation and monitoring of DDR processes in organized crime contexts, practitioners shall undertake a comprehensive risk management scheme.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9030, - "Score": 0.57735, - "Index": 9030, - "Paragraph": "Planning for DDR processes should be undertaken with a diverse range of partners. By coordinating with Government institutions, the criminal justice sector, academia, civil society and the private sector, DDR can provide ex-combatants and persons formerly associated with armed forces and groups with a wide range of viable alternatives to criminal activities and violence.While the nature of partnerships in DDR processes may vary, local actors possess in-depth knowledge of the local context. This knowledge should serve as an entry point for joint approaches, particularly in the mapping of actors and local conditions. DDR practitioners can also draw on the research skills of academia and crime observatories to build evidence-based DDR processes. Additionally, cooperation with the criminal justice sector can provide a basis for the sharing of criminal intelligence and expertise to inform DDR processes, as well as capacity- building to assist in the integration of former combatants.DDR practitioners should recognize that not only local authorities, but also civil society actors and the private sector, may be the frontline responders who lay the foundation for peace and development and ensure its long-term sustainability. Innovative financing sources and partnerships should be sought. Local partnerships contribute to the collective ownership of DDR processes. DDR practitioners should therefore be exposed to national and local development actors, strategies and priorities.Beyond engagement with local actors, when conflict and organized crime have a transnational element, DDR practitioners should seek to build partnerships regionally to coordinate the repatriation and sustainable reintegration of ex-combatants and persons associated with armed forces and groups. Armed forces and groups may engage in criminal activities that span borders in terms of perpetrators, victims, violence, supply chains and commodities, including arms and ammunition. When armed conflicts affect more than one country, DDR practitioners should engage regional bodies to address issues related to armed groups operating on foreign territory and to coordinate the repatriation of victims of trafficking. Moreover, even when an armed conflict remains in one country, DDR practitioners should be aware that criminal links may transcend borders and should avoid inadvertently reinforcing illicit cross-border flows. For further information, see IDDRS 5.40 on Cross-Border Population Movements.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.3 Opportunities for joint approaches in combatting organized crime", - "Heading3": "", - "Heading4": "", - "Sentence": "Planning for DDR processes should be undertaken with a diverse range of partners.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9042, - "Score": 0.57735, - "Index": 9042, - "Paragraph": "Based on a local mapping of the conflict and its ties to criminal activities, DDR practitioners should set out their primary objectives, taking into account risk factors while managing expectations. It may be useful to outline priorities sequentially, in terms of short-, medium-, and long-term goals, followed by how to achieve them and a baseline of areas for bargaining and concessions. For example, recognizing that some criminal market types are beneficial to local communities in terms of employment, DDR practitioners may negotiate with ex-combatants to continue their involvement in informal economies temporarily, rather than providing training for employment opportunities that do not yet exist. When setting out these objectives, DDR practitioners should be thorough and organized but flexible enough to adapt to changes in the conflict landscape.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "6. DDR and organized crime: planning considerations", - "Heading2": "6.4 DDR prioritization in organized crime-conflict settings", - "Heading3": "", - "Heading4": "", - "Sentence": "Based on a local mapping of the conflict and its ties to criminal activities, DDR practitioners should set out their primary objectives, taking into account risk factors while managing expectations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9046, - "Score": 0.57735, - "Index": 9046, - "Paragraph": "The trafficking of arms and ammunition supports the capacity of armed groups to engage in conflict settings. Disarmament as part of a DDR programme is essential to developing and maintaining a secure environment in which demobilization and reintegration can take place and can play an important role in crime prevention (see IDDRS 4.10 on Disarmament). Moreover, in many cases, Government stockpiles can be a key source of illicit weapons and ammunition, underlining the need to support the development of national weapons and ammunition management capacity. While arms trafficking in and of itself is a direct factor in the duration and escalation of violence, the possession of weapons also secures the ability to maintain or expand other criminal economies, including human trafficking, environmental crimes and the illicit drug trade.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 17, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The trafficking of arms and ammunition supports the capacity of armed groups to engage in conflict settings.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9050, - "Score": 0.57735, - "Index": 9050, - "Paragraph": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation. Under these circumstances, the possession of weapons and ammunition is not merely a function of ongoing insecurity but is also an economic asset and means of control. Weapons are needed to maintain protection economies that centre around governance and violence, thereby creating enormous disincentives for armed groups to disarm. Even after formal peace negotiations, post-conflict areas may remain saturated with weapons and ammunition. Their widespread availability and misuse can lead to increased crime and renewed violence, while undermining peacebuilding efforts. Furthermore, if illicit trafficking of weapons and ammunition is combined with the failure of the State to provide security to its citizens, locals may be motivated to acquire weapons for self-protection.In addition to the considerations laid out in IDDRS 4.10 on Disarmament, DDR practitioners should consider the following key factors when developing disarmament operations as part of DDR programmes in contexts of organized crime: \\nTransparency mechanisms: Specifically, the collection and destruction of weapons, ammunition and explosives should have accounting and monitoring measures in place to prevent diversion. This includes recordkeeping of weapons, ammunition and explosives collected during the disarmament phase of a DDR programme. Transparency in the disposal of weapons and ammunition collected from former conflict parties is key to building trust in the DDR programme. Destruction should not take place if there is a risk that judicial evidence may be lost as a result of the disposal, and especially where there is a risk of linkages to organized crime activities. Recordkeeping and tracing of weapons should be mandatory, and of ammunition where feasible. The use of digital technology should be deployed during recordkeeping, where possible, to allow for weapons tracing from the time of retrieval and throughout the management chain, enhancing accountability. For further information, see IDDRS 4.10 on Disarmament. \\nLink to wider SSR and arms control: Law enforcement agencies in conflict-affected countries often lack the capacity to investigate and prosecute weapons trafficking offenders and to collect and secure illegal weapons and ammunition. DDR practitioners should therefore align their efforts with broader arms control initiatives to ensure that weapons and ammunition management capacity deficits do not further contribute to illicit flows and the perpetration of armed violence. Understanding arms trafficking dynamics, achieved by ensuring collected weapons are marked and thus traceable, is critical to countering illicit arms flows. In the absence of this understanding, illicit flows may continue to provide arms to conflict parties and may continue to provide traffickers with incentives to fuel armed conflicts in order to create or expand their illicit arms market. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management and IDDRS 6.10 on DDR and Security Sector Reform.BOX 1: DISARMAMENT: KEY QUESTIONS \\n What are the roles of weapons and ammunition in the commission of crime, including organized crime? \\n What are the social perspectives of conflict actors and communities on weapons and ammunition? What steps can be taken to develop local norms against the illegal use of weapons and ammunition? \\n What are the sources of illicit weapons and ammunition and possible trafficking routes? \\n In conflict settings, what steps can be taken to disrupt the flow of illicit weapons and ammunition in order to reduce the capacity of individuals and groups to engage in armed conflict and criminal activities? \\n How can DDR programmes highlight the constructive roles of women who may have previously engaged in the illicit trafficking of weapons and/or ammunition? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n To what extent would the removal of weapons and ammunition jeopardize security and economic opportunities for ex-combatants and communities? \\n When disarmament is not appropriate, can DDR-related tools, such as transitional weapons and ammunition management, be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the hand over of weapons and ammunition? \\n Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 18, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Where criminal activities and economic predation are entrenched, armed groups can secure income through the pillaging of lucrative natural resources, movement of other goods or civilian predation.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9077, - "Score": 0.57735, - "Index": 9077, - "Paragraph": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges. While the formal and controlled discharge of active combatants may be clear cut, persuading them to relinquish their ties to organized criminal activities may be harder. This is also true for persons associated with armed forces and groups. Given the clandestine nature of organized crime, establishing whether DDR programme participants continue to engage in organized crime may be difficult.Continued engagement in organized criminal activities can serve not only to further war efforts, but may also offer former members of armed forces and groups a stable livelihood that they otherwise would not have. In some cases, the economic opportunities and rewards available through violent predation and/or patronage networks might exceed those expected through the DDR programme. Therefore, it is important that the short-term reinsertion support on offer is linked to long-term prospects for a sustainable livelihood and is sufficient to fight the perceived short-term \u2018benefits\u2019 from engagement in illicit activities. For further information, see IDDRS 4.20 on Demobilization.Moreover, if DDR programme participants are not swiftly integrated into the legal workforce, the probability of their falling prey to organized criminal groups or finding livelihoods in illicit economies is high. Even if members of armed forces and groups demobilize, they continue to be at risk for recruitment by criminal groups due to the expertise they have gained during war. These circumstances mean that DDR practitioners should compare what DDR programmes and criminal groups offer. For example, beyond economic incentives, male combatants often perceive a loss of masculinity, while female ex-combatants struggle with losing some degree of gender equality, respect and security compared to wartime. When demobilizing, feelings of comradeship and belonging can erode, and joining criminal groups may serve as a replacement if DDR programmes do not fill this gap.On the other hand, involvement in illicit activities may pose a risk to the personal safety and well-being of former members of armed forces and groups and their families. Individuals may remain \u2018loyal\u2019 to criminal groups for fear of retaliation. As such, it is important for DDR practitioners to ensure the safety of DDR programme participants. Similarly, where aims are political and actors have built legitimacy in local communities, demobilization may be perceived as accepting a loss of status or defeat. DDR programme participants may continue to engage in criminal activities post-conflict in order to maintain the provision of goods and services to local communities, thereby retaining loyalty and respect.BOX 2: DEMOBILIZATION: KEY QUESTIONS \\n What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used in criminal activities? \\n If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups into the realities of the lawful economic and social environment? \\n What safeguards can be put into place to prevent former members of armed forces and groups from being recruited by criminal actors? \\n What does demobilization offer that organized crime does not? Conversely, what does organized crime offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n How does demobilization address the specific needs of certain groups, such as women and children, who may have engaged in and/or been victims of organized crime in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 19, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "In crime-conflict contexts, demobilization as part of a DDR programme presents a number of challenges.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9098, - "Score": 0.57735, - "Index": 9098, - "Paragraph": "Reintegration support should be based on an assessment of the economic, social, psychosocial and political challenges faced by ex-combatants and persons formerly associated with armed forces and groups, their families and communities. In addition to the guidance outlined in IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration, DDR practitioners should also consider the factors that sustain organized criminal networks and activities when planning reintegration support.In communities where engagement in illicit economies is widespread and normalized, certain criminal activities may have no social stigma attached to them. DDR practitioners or may even bring power and prestige. Ex-combatants \u2013 especially those who were previously in high-ranking positions \u2013 often share the same level of status as successful criminals, posing challenges to their long-lasting reintegration into lawful society. DDR practitioners should therefore consider the impact of involvement of ex-combatants\u2019 involvement in organized crime on the design of reintegration support programmes, taking into account the roles they played in illicit activities and crime-conflict dynamics in the society at large.DDR practitioners should examine the types and characteristics of criminal activities. While organized crime can encompass a range of activities, the distinction between violent and non- violent criminal enterprises, or non-labour intensive and labour-intensive criminal economies may help DDR practitioners to prioritize certain reintegration strategies. For example, some criminal market activities may be considered vital to the local economy of communities, particularly when employing most of the local workforce.Economic reintegration can be a challenging process because there may be few available jobs in the formal sector. It becomes imperative that reintegration support not only enable former members of armed forces and groups to earn a living, but that the livelihood is enough to disincentivize the return to illicit activities. In other cases, laissez-faire policies towards labour- intensive criminal economies, such as the exploitation of natural resources, may open windows of opportunity, regardless of their legality, and could be accompanied by a process to formalize and regulate informal and artisanal sectors. Partnerships with multiple stakeholders, including civil society and the private sector, may be useful in devising holistic reintegration assessments and programmatic responses.The box below outlines key questions that DDR practitioners should consider when supporting reintegration in conflict-crime contexts. For further information on reintegration support, and specific guidance on environment crime, drug and human trafficking, see section 9.BOX 3: REINTEGRATION: KEY QUESTIONS \\n What are the risks and benefits involved in disrupting the illicit economies upon which communities depend? \\n How can support be distributed between former members of armed forces and groups, communities and victims in ways that are fair, facilitate reintegration, and avoid re-recruitment by organized criminal actors? \\n What steps can be taken when the reintegration support offered cannot outweigh the benefits offered through illicit activities? \\n What community-based monitoring initiatives can be put in place to ensure the sustained reintegration of former members of armed forces and groups and their continued non-involvement in criminal activities? \\n How can reintegration efforts work to address the motives and incentives of conflict actors through non-violent means, and what are the associated risks? \\n Which actors should contribute to addressing the conflict-crime nexus during reintegration, and in which capacity (including, among others, international agencies, public institutions, civil society and the private sector)?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 20, - "Heading1": "7. DDR programmes and organized crime", - "Heading2": "7.3 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support should be based on an assessment of the economic, social, psychosocial and political challenges faced by ex-combatants and persons formerly associated with armed forces and groups, their families and communities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9114, - "Score": 0.57735, - "Index": 9114, - "Paragraph": "Organized crime often exacerbates and may prolong armed conflict. When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in crime-conflict contexts. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 21, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Organized crime often exacerbates and may prolong armed conflict.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9117, - "Score": 0.57735, - "Index": 9117, - "Paragraph": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). In organized crime contexts, DDR practitioners should seek to provide mediators with a contextual analysis of combatants\u2019 motives for engaging in illicit activities. They should also be aware that engaging with armed groups may confer legitimacy that impacts upon the local political economy. DDR practitioners should advise mediators to be wary of entrenching criminal interests in the peace agreement. Where feasible, DDR practitioners may advise mediators to address organized crime activities within the peace agreement, either directly or by putting in place an institutional framework to deal with these issues at a later date. Lessons learned from gang truces can be instructive and should be considered before entering a mediation process with actors involved in criminal activities.16", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "When DDR practitioners provide support to mediation teams, they can help to ensure that the provisions included within peace agreements are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9123, - "Score": 0.57735, - "Index": 9123, - "Paragraph": "The trafficking of weapons and ammunition facilitates not only conflict but other criminal activities as well, including the trafficking of persons and drugs. Transitional weapons and ammunition management (WAM) may be a suitable approach to control or limit the circulation of weapons, ammunition and explosives to reduce violence and engagement in illicit activities. Transitional WAM can contribute to preventing the outbreak, escalation, continuation and recurrence of conflict by preventing the diversion of weapons, ammunition and explosives to unauthorized end users, including both communities and armed groups engaged in illicit activities. For more information, refer to IDDRS 4.11 on Transitional Weapons and Ammunition Management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.2 Transitional weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "The trafficking of weapons and ammunition facilitates not only conflict but other criminal activities as well, including the trafficking of persons and drugs.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9127, - "Score": 0.57735, - "Index": 9127, - "Paragraph": "In an organized crime\u2013conflict context, community violence reduction (CVR) can help foster social cohesion and provide ex-combatants, persons formerly associated with armed forces and groups, and other at-risk individuals with economic and social alternatives to joining armed groups and engaging in criminal activities. Community-based initiatives, such as vocational training and short-term employment opportunities, not only reduce the risk that ex-combatants will return to conflict but also that they will continue participating in illicit activities as a means to survive.CVR can also serve as a complementary measure to other DDR processes. For example, as part of transitional WAM, communities prone to violence can be encouraged to build community storage facilities or hand over a certain quantity of weapons and ammunition as a precondition for benefiting from a CVR programme. Such measures not only disrupt illicit weapons flows but encourage collective and active participation in the security of communities.Additionally, CVR efforts such as mental health and psychosocial support and empowerment initiatives for specific needs groups, including women, children and persons with drug addictions, can both prevent and reduce victimization from conflict-related criminal activities, including sexual exploitation and drug trafficking. For further information, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 22, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.3 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "In an organized crime\u2013conflict context, community violence reduction (CVR) can help foster social cohesion and provide ex-combatants, persons formerly associated with armed forces and groups, and other at-risk individuals with economic and social alternatives to joining armed groups and engaging in criminal activities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9132, - "Score": 0.57735, - "Index": 9132, - "Paragraph": "Although they may vary depending on the context, transitional security arrangements can support DDR processes by establishing security structures either jointly between State forces, armed groups, and communities or with a third party (see IDDRS 2.20 on The Politics of DDR). Members of armed groups may be reluctant to participate in the DDR process for fear that they may lose their capacity to defend themselves against those who continue to engage in conflict and illicit activities. Through joint efforts, transitional security arrangements can be vital for building trust and confidence and encourage collective ownership of the steps towards peace. DDR practitioners should be aware that engagement in illicit activities can complicate efforts to create transitional security arrangements, particularly if certain members of armed forces and groups are required to redeploy away from areas that are rich in natural resources. In this scenario, it may be appropriate for DDR practitioners to advise mediating teams that provisions regarding the governance of natural resources be included in the peace agreement (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "8. DDR-related tools and organized crime", - "Heading2": "8.4 Transitional security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "Although they may vary depending on the context, transitional security arrangements can support DDR processes by establishing security structures either jointly between State forces, armed groups, and communities or with a third party (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9137, - "Score": 0.57735, - "Index": 9137, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme. The risk of the re-recruitment of ex-combatants and persons formerly associated with armed forces and groups or their engagement in criminal activity is higher where conflict is ongoing, protracted or financed through organized crime. DDR practitioners should seek to identify positive entry points for supporting reintegration.In contexts of ongoing conflict and organized crime, these entry points may include geographical areas where reintegration is most likely to succeed, such as pockets of peace not affected by military operations or other types of armed violence. These pilot areas could serve as models of reintegration support for other areas to follow. Additional entry points may include armed groups whose members have shown a willingness to leave or are assessed as more likely to reintegrate, or specific reintegration interventions involving local economies and partners that will function as pull factors.The guidance on supporting reintegration within DDR programmes provided in section 7.3 is also applicable to planning reintegration support in contexts of ongoing conflict. For further information on reintegration more generally, see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.The sub-sections below offer guidance on reintegration support in relation to common forms of organized criminal activity in conflict and post-conflict settings: environmental crime, drug and human trafficking.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 23, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support may be provided at all stages of conflict, even when there is no peace agreement and no DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9143, - "Score": 0.57735, - "Index": 9143, - "Paragraph": "Natural resources have an enormous impact on armed conflict, and they can be used to either support or undermine efforts towards peace. Members of armed forces and groups frequently engage in environmental crime as a low-risk, high-profit source of revenue to fund recruitment or the purchase of weapons, or even to exert de facto control over geographic territories. Environmental crime encompasses a range of different activities in which natural resources are illegally exploited and often trafficked or sold into global supply chains. It can have heavy consequences on communities, including direct environmental degradation, such as the contamination of water or soils, or the destruction of agricultural crops; indirect environmental degradation, such as the loss of biodiversity and other ecosystem services; and/or direct displacement and exposure to violence.At the same time, natural resources hold tremendous potential to support peace and development. In many parts of the world, elements of the natural environment are culturally significant and represent key components of social status and identity. Engaging former members of armed forces and groups in the management of natural resources, including in decision-making, direct environmental rehabilitation and/or community-based natural resource management, helps to consolidate their status as civil citizens, thus reinforcing their political and social reintegration. Additionally, linking reintegration with well-managed natural resources can increase the range of options for economic reintegration support. Given the increase in environmental crime as a transnational organized crime activity and its role in war economies, understanding the links between natural resources, crime and reintegration is key.17 For further information, see IDDRS 6.30 on DDR and Natural Resources.The reintegration of individuals who were previously engaged in environmental organized crime should aim to create sustainable alternatives in the same natural resources sector (to the extent possible, barring illegal trade in endangered species), keeping in mind the principle of \u2018do no harm\u2019. Reintegration in natural resource sectors should be consistent with national laws and legal frameworks and promote environmental protection and restoration of the rule of law.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 24, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.1 Reintegration support and environmental crime", - "Heading3": "", - "Heading4": "", - "Sentence": "Natural resources have an enormous impact on armed conflict, and they can be used to either support or undermine efforts towards peace.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9152, - "Score": 0.57735, - "Index": 9152, - "Paragraph": "The drug trade has an important impact on conflict-affected societies. It weakens State authority and drives legitimacy away from legal institutions, diverts funds from the formal economy, creates economic dependence, and causes widespread violence and insecurity. The drug trade also impacts communities, with serious consequences for people\u2019s general well-being and health. High rates of addiction and HIV/AIDS prevalence have been found in societies where narcotics are cultivated and produced.DDR practitioners implementing reintegration programmes may respond to illicit crop cultivation through support to crop substitution, integrated rural development and/or alternative livelihoods. However, DDR practitioners should consider the risks and opportunities associated with these approaches, including the security requirements and socioeconomic impacts of removing illicit cultivation. Crop substitution is a valid but lengthy measure that may deprive small-scale farmers of an immediate and valuable source of income. It may also make them vulnerable to threats and violence from the criminal networks that control illicit cultivation and trade. It may be possible to encourage the private sector to purchase substituted crops cultivated by former members of armed forces and groups. This will help to ensure the sustainability of crop substitution, by providing income and investment in exchange for locally produced raw material. This can in turn decrease costs and increase product quality.Crop substitution, integrated rural development and alternative livelihoods should fit into broader macroeconomic and rural reform. These measures should be accompanied by a law enforcement strategy to guarantee protection and justice to participants in the reintegration programme. DDR practitioners should also consider rehabilitation and health-care assistance to tackle high levels of substance addiction and drug-related illness. Since the funding for reintegration support is often timebound, it is important for DDR practitioners to establish partnerships and coordination mechanisms with relevant local organizations in a range of sectors, including civil society, health care and the private sector. These entities can work to address the social and medical issues of former members of armed forces and groups, as well as community members, who have been engaged in or affected by the illicit drug trade.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 25, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.2 Reintegration support and drug trafficking", - "Heading3": "", - "Heading4": "", - "Sentence": "The drug trade has an important impact on conflict-affected societies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9166, - "Score": 0.57735, - "Index": 9166, - "Paragraph": "Armed conflict amplifies the conditions in which human trafficking occurs. During a conflict, the vulnerability of the affected population increases, due to economic desperation, weak rule of law and unavailability of social services, forcing people to flee for safety. Human trafficking targets the most vulnerable segments of the population. Armed groups \u2018recruit\u2019 their victims in refugee and internally displaced persons camps, as well as among populations affected by the conflict, attracting them with false promises of employment, education or safety. Many trafficked people end up being exploited abroad, but others remain inside the country\u2019s borders filling armed groups, providing forced labour, and becoming \u2018war wives\u2019 and sex slaves.Human trafficking often has a strong transnational component, which, in turn, may affect reintegration efforts. Armed groups and organized criminal groups engage in human trafficking by collaborating with networks active in other countries. Conflict areas can be source, transit or destination countries. Reintegration programmes should exercise extreme caution in sustaining activities that may conceal trafficking links or may be used to launder the proceeds of trafficking. Continuous assessment is key to recognizing and evaluating the risk of human trafficking. DDR practitioners should engage with a wide range of actors in neighbouring countries and regionally to coordinate the repatriation and reintegration of victims of human trafficking, where appropriate.Children are often victims of organized crime, including child trafficking and the worst forms of child labour, being frequent victims of sexual exploitation, forced marriage, forced labour and recruitment into armed forces or groups. Reintegration practitioners should be aware that children who present as dependants may be victims of trafficking. Reintegration efforts specifically targeting children, as survivors of cross-border human trafficking, including forcible recruitment, forced labour and sexual exploitation by armed forces and groups, require working closely with local, national and regional child protection agencies and programmes to ensure their specific needs are met and that they are supported in their reintegration beyond the end of DDR. Family tracing and reunification (if in the best interests of the child) should be started at the earliest possible stage and can be carried out at the same time as other activities.Children who have been trafficked should be considered and treated as victims, including those who may have committed crimes during the period of their exploitation. Any criminal action taken against them should be handled according to child-friendly juvenile justice procedures, consistent with international law and norms regarding children in contact with the law, including the Beijing Rules and Havana Principles, among others. Consistent with the UN Convention on the Rights of the Child, the best interests of the child shall be a primary consideration in all decisions pertaining to a child. For further information, see IDDRS 5.30 on Children and DDR.Women are more likely to become victims of organized crime than men, being subjected to sex exploitation and trade, rape, abuse and murder. The prevailing subcultures of hegemonic masculinity and machismo become detrimental to women in conflict situations where there is a lack of instituted rule of law and security measures. In these situations, since the criminal justice system is rendered ineffective, organized crimes directed against women go unpunished. DDR practitioners, as part of reintegration programming, should develop targeted measures to address the organized crime subculture and correlated machismo. For further information, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 26, - "Heading1": "9. Reintegration support and organized crime", - "Heading2": "9.3 Reintegration support and human trafficking", - "Heading3": "", - "Heading4": "", - "Sentence": "Armed conflict amplifies the conditions in which human trafficking occurs.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9186, - "Score": 0.57735, - "Index": 9186, - "Paragraph": "In an organized crime\u2013conflict context, States may decide to adjust the range of criminal acts that preclude members of armed forces and groups from participation in DDR programmes, DDR- related tools and reintegration support. For example, human trafficking encompasses a wide range of forms, from the recruitment of children into armed forces and groups, to forced labour and sexual exploitation. In certain instances, engagement in these crimes may rise to the level of war crimes, crimes against humanity, genocide and/or gross violations of human rights. Therefore, if DDR participants are found to have committed these crimes, they shall immediately be removed from participation.Similarly, the degree of engagement in criminal activities is not the only consideration, and States may also consider who commits specific acts. For example, should a foot soldier who is involved in the sexual exploitation of individuals from specific groups in their controlled territory or who marries a child bride be held accountable to the same degree as a commander who issues orders that the foot soldier do so? Just as international humanitarian law declares that compliance with a superior order does not constitute a defence, but a mitigating factor, DDR practitioners may also advise States as to whether different approaches are needed for different ranks.DDR practitioners inevitably operate within a State-based framework and must therefore abide by the determinations set by the State, identified as the legitimate authority. Both in and out of conflict settings, it is the State that has prosecutorial discretion and identifies which crimes are \u2018serious\u2019 as defined under the United Nations Convention against Transnational Organized Crime. In the absence of genocide, crimes against humanity, war crimes or serious human rights violations, it falls on the State to implement criminal justice measures to tackle individuals\u2019 and groups\u2019 engagement in organized criminal activities.However, issues arise when the State itself is a party to the conflict and either weaponizes organized crime in order to prosecute members of adversarial groups or engages in criminal activities itself. Although illicit economies are a major source of financing for armed groups, in many cases they could not be in place without the assistance of the State. Corruption is an important issue that needs to be addressed as much as organized crime. Political actors may be involved with criminal economies at various levels, particularly locally. In addition, the State apparatus may pay lip service to fighting organize crime while at the same time participating in the illegal economy.DDR practitioners should assess the state of corruption in the country in which they are operating. Additionally, reintegration programmes should be conceptualized in close interaction with related anti-corruption and transitional justice efforts focused on \u2018institutional reform\u2019. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes or violations of international human rights and humanitarian law criminalize this kind of behaviour, demonstrate that no one is above the law, and may act as a deterrent and contribute to the prevention of future abuse. Truth commissions and other truth-seeking endeavours can provide critical analysis of the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical information about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas.A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions can foster trust in the reintegration process and enhance the prospects for trust building between former members of armed forces and groups and other citizens by providing communities with some assurance that those they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law.Moreover, while it theoretically falls on the State to implement criminal justice measures, in reality, the State apparatus may be too weak to administer justice fairly, if at all. In order to build confidence and ensure legitimacy, DDR processes must establish transparent mechanisms for independent monitoring, oversight and evaluation, and their financing mechanisms, so as to avoid inadvertently contributing to criminal activities and undermining the overall objective of sustainable peace. Transitional justice and human rights components should be incorporated into DDR processes from the outset. For further information, see IDDRS 6.20 on DDR and Transitional Justice and IDDRS 2.11 on the Legal Framework for UN DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 27, - "Heading1": "10. DDR, transitional justice and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In an organized crime\u2013conflict context, States may decide to adjust the range of criminal acts that preclude members of armed forces and groups from participation in DDR programmes, DDR- related tools and reintegration support.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9207, - "Score": 0.57735, - "Index": 9207, - "Paragraph": "As State actors can be implicated in organized criminal activities in conflict and post-conflict settings, including past and ongoing violations of human rights and international humanitarian law, there may be a need to reform security sector institutions. As IDDRS 6.10 on DDR and Security Sector Reform states, SSR aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law\u201d. DDR processes that fail to coordinate with SSR can lead to further violations, such as the reappointment of human rights abusers or those engaged in other criminal activities into the legitimate security sector. Such cases undermine public faith in security sector institutions.Mistrust between the State, security providers and citizens is a potential contributing factor to the outbreak of a conflict, and one that has the potential to undermine sustainable peace, particularly if the State itself is corrupt or directly engages in criminal activities. Another factor is the integration of ex-combatants who may still have criminal ties into the reformed security sector. To avoid further propagation of criminality, vetting should be conducted prior to integration, with a special focus on any evidence relating to continued links with actors known to engage in criminal activities. Finally, Government security forces, both civilian and military, may themselves be part of rightsizing exercises. The demobilization of excess forces may be particularly difficult if these individuals have been actively involved in facilitating or gatekeeping the illicit economy, and DDR practitioners should take these dynamics into account in the design of reintegration support (see sections 7.3 and 9).SSR that encourages participatory processes that enhance the oversight roles of actors such as parliament and civil society can meet the common goal of DDR and SSR of building trust in post-conflict security governance institutions. Additionally, oversight mechanisms can provide necessary checks and balances to ensure that national decisions on DDR and SSR are appropriate, cost effective and made in a transparent manner. For further information, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 29, - "Heading1": "11. DDR, security sector reform and organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As State actors can be implicated in organized criminal activities in conflict and post-conflict settings, including past and ongoing violations of human rights and international humanitarian law, there may be a need to reform security sector institutions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9217, - "Score": 0.57735, - "Index": 9217, - "Paragraph": "United Nations Convention against Transnational Organized Crime (2000) \\n The UNTOC is the main international instrument in the fight against transnational organized crime. States that ratify this instrument commit themselves to taking a series of measures against transnational organized crime, including creating domestic criminal offences (participation in an organized criminal group, money laundering, corruption and obstruction of justice); adopting new and sweeping frameworks for extradition, mutual legal assistance and law enforcement cooperation; and promoting training and technical assistance for building or upgrading the necessary capacity of national authorities. The UNTOC defines the terms \u2018organized criminal group\u2019, \u2018serious crime\u2019, and \u2018structured group\u2019 (as per section 3 of this module).Protocol to Prevent, Suppress and Punish Trafficking in Persons, Especially Women and Children, supplementing the United Nations Convention against Transnational Organized Crime (2000) \\n This is the first global legally binding instrument with an agreed definition on trafficking in persons. This definition is intended to facilitate convergence in national approaches with regard to the establishment of domestic criminal offences that would support efficient international cooperation in investigating and prosecuting trafficking in persons cases. An additional objective of the Protocol is to protect and assist the victims of trafficking with full respect for their human rights. Protocol against the Smuggling of Migrants by Land, Sea and Air, supplementing the United Nations Convention against Transnational Organized Crime (2000) \\n The Protocol deals with the growing problem of organized criminal groups who smuggle migrants. It marks the first time that a definition of smuggling of migrants was developed and agreed upon in a global international instrument. The Protocol aims at preventing and combating the smuggling of migrants, as well as promoting cooperation among States parties, while protecting the rights of smuggled migrants and preventing the worst forms of their exploitation, which often characterize the smuggling process. Protocol against the Illicit Manufacturing of and Trafficking in Firearms, Their Parts and Components and Ammunition, supplementing the \\n United Nations Convention against Transnational Organized Crime (2001) The objective of the Protocol, the first legally binding instrument on small arms adopted at the global level, is to promote, facilitate and strengthen cooperation among States parties in order to prevent, combat and eradicate the illicit manufacturing of and trafficking in firearms, their parts and components and ammunition. By ratifying the Protocol, States make a commitment to adopt a series of crime-control measures and implement in their domestic legal order three sets of normative provisions: the first one relates to the establishment of criminal offences related to illegal manufacturing of and trafficking in firearms on the basis of the Protocol requirements and definitions; the second to a system of Government authorizations or licencing intended to ensure legitimate manufacturing of and trafficking in firearms; and the third one to the marking and tracing of firearms. In addition to the Protocol, a number of non-legally binding instruments also apply to the illicit trade of small arms and light weapons.18Single Convention on Narcotic Drugs of 1961 as amended by the 1972 Protocol \\n This Convention aims to combat drug abuse by coordinated international action. There are two forms of intervention and control that work together. First, the Convention seeks to limit the possession, use, trade, distribution, import, export, manufacture and production of drugs exclusively to medical and scientific purposes. Second, it combats drug trafficking through international cooperation to deter and discourage drug traffickers.Convention on Psychotropic Substances of 1971 \\n The Convention establishes an international control system for psychotropic substances in response to the diversification and expansion of the spectrum of drugs of abuse. The Convention introduces controls over a number of synthetic drugs, balancing their abuse against their therapeutic value.United Nations Convention against Illicit Traffic in Narcotic Drugs and Psychotropic Substances of 1988 \\n This Convention provides comprehensive measures against drug trafficking, including provisions against money laundering and the diversion of precursor chemicals. It provides for international cooperation through, for example, extradition of drug traffickers, controlled deliveries and transfer of proceedings.United Nations Convention against Corruption (2003) \\n This Convention is the only legally binding universal anti-corruption instrument. It covers five main areas: preventive measures, criminalization and law enforcement, international cooperation, asset recovery, and technical assistance and information exchange. The Convention covers many different forms of corruption, such as bribery, trading in influence and abuse of functions.Security Council Resolutions \\n The United Nations Security Council has increasingly recognized the role that organized crime and illicit markets play in sustaining and fuelling contemporary conflicts. Since the UNTOC was adopted in 2000, the UN Security Council has passed hundreds of resolutions on organized crime in specific countries, missions or regions. \\n\\n Security Council resolution 2220 (2015) on small arms \\n The Council emphasizes that the illicit trafficking in small arms and light weapons can aid terrorism and illegal armed groups and facilitate increasing levels of transnational organized crime, and underscores that such illicit trafficking could harm civilians, including women and children, create instability and long-term governance challenges, and complicate conflict resolution. \\n\\n Security Council resolution 2331 (2016) on trafficking in persons in conflict situations, including linkages with the activities of armed groups, terrorism and sexual violence in conflict \\n The Security Council recognizes the connection between trafficking in persons, sexual violence, terrorism and other transnational organized criminal activities that can prolong and exacerbate conflict and instability or intensify its impact on civilian populations. The Council condemns all acts of trafficking, particularly the sale or trade in persons undertaken by the Islamic State of Iraq and the Levant (ISIL, also known as Da\u2019esh), and recognizes the importance of collecting and preserving evidence relating to such acts to ensure that those responsible can be held accountable. \\n\\n Security Council Resolution 2388 (2017) on trafficking in persons in armed conflict \\n This resolution recognizes \u201cthat trafficking in persons in areas affected by armed conflict and post- conflict situations can be for the purpose of various forms of exploitation\u201d, including sexual exploitation and the recruitment of child soldiers. The resolution underlines the importance of providing \u201cappropriate care, assistance and services for their physical, psychological and social recovery, rehabilitation and reintegration, in full respect of their human rights\u201d. The resolution also recognizes \u201cthat trafficking in persons entails the violation or abuse of human rights\u201d and underscores \u201cthat certain acts or offences associated with trafficking in persons in the context of armed conflict may constitute war crimes\u201d, and it notes States\u2019 responsibility to \u201cprosecute those responsible for genocide, crimes against humanity, war crimes as well as other crimes\u201d. The resolution calls for the \u201ctraining of relevant personnel of special political and peacekeeping missions\u201d. \\n\\n Security Council resolution 2462 (2019) on the financing of terrorism through illicit activities and sanctions lists \\n This resolution reaffirms the Security Council\u2019s decision in its resolution 1373 (2001) that all States shall prevent and suppress the financing of terrorist acts, including through organized criminal activity, and shall refrain from providing support to those involved in them. Furthermore, the resolution urges all States to participate actively in implementing and updating the ISIL (Da\u2019esh) and Al-Qaida Sanctions List and to consider including, when submitting new listing requests, individuals and entities involved in the financing of terrorism. \\n\\n Security Council Resolution 2482 (2019) on threats to international peace and security caused by international terrorism and organized crime \\n This resolution underlines that organized crime, along with terrorism and violent extremism, whether domestic or transnational, \u201cmay exacerbate conflicts in affected regions, and may contribute to undermining affected States, specifically their security, stability, governance, social and economic development\u201d and notes that organized criminal groups \u201ccan, in some cases and in some regions, complicate conflict prevention and resolution efforts\u201d. The resolution also notes the impact of the illicit drug trade, trafficking in persons and arms trafficking, and their links to corruption in furthering the financing of terrorism and fuelling conflict. Environmental Crime \\n A number of General Assembly and Security Council documents highlight the intersection between conflict, criminality and the illicit exploitation of natural resources. Crimes against the environment, such as deforestation, illegal logging, fishing and the illicit wildlife trade have a more fragmented legal framework. For more information on specific natural resources policy frameworks and legal instruments, refer to IDDRS 6.30 on DDR and Natural Resources.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 29, - "Heading1": "Annex B: International legal framework for organized crime", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "United Nations Convention against Transnational Organized Crime (2000) \\n The UNTOC is the main international instrument in the fight against transnational organized crime.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9250, - "Score": 0.57735, - "Index": 9250, - "Paragraph": "1 United Nations Convention on Transnational Crime, Article 2(a). \\n 2 United Nations Convention on Transnational Crime, Article 2(b). \\n 3 United Nations Convention on Transnational Crime, Article 2 (c). \\n 4 Christina Steenkamp, \u201cThe Crime-Conflict Nexus and the Civil War in Syria\u201d, Stability, vol. 6, no. 1 (2017). \\n 5 Marina Caparini, \u201cUN Police and the Challenges of Organized Crime\u201d, Discussion Paper (SIPRI, April 2019). \\n 6 Ibid. \\n 7 Steenkamp, \u201cCrime-Conflict Nexus\u201d. \\n 8 See, for instance, UNSC resolution 2482 (2019). \\n 9 Philip Gounev and Tihomir Bezlov, Examining the Links between Organized Crime and Corruption (Centre for the Study of Democracy, 2010). \\n 10 Mark Shaw and Tuesday Reitano, \u201cGlobal Illicit Flows and Local Conflict Dynamics: The Case for Pre-Emptive Analysis and Experimental Policy Options\u201d, Crime-Conflict Nexus Series No. 2 (United Nations University, 2017). \\n 11 Caparini, \u201cUN Police\u201d. \\n 12 Heiko Nitzschke, \u201cTransforming War Economies: Challenges for Peacemaking and Peacebuilding\u201d (New York, International Peace Academy, December 2003). \\n 13 Virginia Comolli, ed., Organized Crime and Illicit Trade: How to Respond to This Strategic Challenge in Old and New Domains (Cham, Switzerland, Springer International, 2018). \\n 14 United Nations Office of Drugs and Crime, \u201cGlobal Report on Trafficking in Persons 2018, Booklet 2: Trafficking in Persons in the Context of Armed Conflict\u201d (New York, 2018). \\n 15 International Alert, \u201cOrganised Crime in Mali: Why It Matters for a Peaceful Transition from Conflict\u201d, Policy Brief (2016). \\n 16 Matt Herbert, \u201cEl Salvador\u2019s Gang Truce: A Durable Model?\u201d (Global Initiative against Transnational Organized Crime, July 2013); Charles M. Katz, E. C. Hedberg and Luis Enrique Amaya, \u201cGang Truce for Violence Prevention, El Salvador\u201d, Bulletin of the World Health Organization (June 2016). \\n 17 United Nations Environmental Programme (UNEP), \u201cThe Rise of Environmental Crime \u2013 A Growing Threat to Natural Resources, Peace, Development and Security\u201d, a UNEP-INTERPOL Rapid Response Assessment (2016); UNEP and United Nations Development Programme, \u201cThe Role of Natural Resources in Disarmament, Demobilization and Reintegration: Addressing Risks and Seizing Opportunities\u201d, (2013). \\n 18 While the Programme of Action on the illicit trade in small arms and light weapons is not a legally binding instrument, it is the only universal political framework on measures to tackle illicit trade, including in the context of organized crime. For more information about the Programme of Action, as well as the related International Tracing Instrument, see https://www.un.org/disarmament/convarms/salw/programme-of-action/.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.40-DDR-and-Organized-Crime", - "Module": "DDR and Organized Crime", - "PageNum": 32, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 United Nations Convention on Transnational Crime, Article 2(a).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9272, - "Score": 0.57735, - "Index": 9272, - "Paragraph": "The relationship between natural resources and armed conflict is well known and documented, evidenced by numerous examples from all over the world.1 Natural resources may be implicated all along the peace continuum, from contributing to grievances, to financing armed groups, to supporting livelihoods and recovery via the sound management of natural resources. Furthermore, the economies of countries suffering from armed conflict are often marked by unsustainable or illicit trade in natural resources, thereby tying conflict areas to the rest of the world through global supply chains. For DDR processes to be effective, practitioners should consider both the risks and opportunities that natural resource management may pose to their efforts.As part of the war economy, natural resources may be exploited and traded directly by, or through local communities under the auspices of, armed groups, organized criminal groups or members of the security sector, and eventually be placed on national and international markets through trade with multinational companies. This not only reinforces the actors directly implicated in the conflict, but it also undermines the good governance of natural resources needed to support development and sustainable peace. Once conflict is underway, natural resources may be exploited to finance the acquisition of weapons and ammunition and to reinforce the war economy, linking armed groups and even the security sector to international markets and organized criminal groups.These dynamics are challenging to address through DDR processes, but are necessary to contend with if sustainable peace is to be achieved. When DDR processes promote good governance practices, transparent policies and community engagement around natural resource management, they can also simultaneously address conflict drivers and the impacts of armed conflict on the environment and host communities. Issues of land rights, equal access to natural resources for livelihoods, equitable distribution of their benefits, and sociocultural disparities may all underpin the drivers of conflict that motivate individuals and groups to take up arms. It is critical that DDR practitioners take these linkages into account to avoid exacerbating existing grievances or creating new conflicts, as well as to effectively use natural resource management to contribute to sustainable peace.This module aims to contribute to DDR processes that are grounded in a clear understanding of how natural resource management can contribute to sustainable peace and reduce the likelihood of a resurgence of conflict. It considers how DDR practitioners can integrate youth, women, persons with disabilities and other key specific needs groups when addressing natural resource management in reintegration. It also includes guidance on relevant natural resource management related issues like public health, disaster-risk reduction, resiliency and climate change. With enhanced interagency cooperation, coordination and dialogue among relevant stakeholders working in DDR, natural resource management and governance sectors - especially national actors - these linkages can be addressed in a more conscious and deliberate manner for sustainable peace.Lastly, this module recognizes that the degree to which natural resources are incorporated into DDR processes will vary based on the political economy of a given context, size, resource availability, partners and capacity. While some contexts may have different agencies or stakeholders with expertise in natural resource management to inform context analyses, assessment processes and subsequent programme design and implementation, DDR processes may also need to rely primarily on external experts and partners. However, limited natural resource management capacities within a DDR process should not discourage practitioners from capitalizing on the opportunities or guidance available, or to seek collaboration and possible programme synergies with other partners that can offer natural resource management expertise. For example, in settings where the UN has no mission presence, such capacity and expertise may also be found within the UN country team, civil society, and/or academia.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The relationship between natural resources and armed conflict is well known and documented, evidenced by numerous examples from all over the world.1 Natural resources may be implicated all along the peace continuum, from contributing to grievances, to financing armed groups, to supporting livelihoods and recovery via the sound management of natural resources.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9286, - "Score": 0.57735, - "Index": 9286, - "Paragraph": "This module provides DDR practitioners - in mission and non-mission settings - with necessary information on the linkages between natural resource management and integrated DDR processes during the various stages of the peace continuum. The guidance provided highlights the role of natural resources in all phases of the conflict cycle, focusing especially on the linkages with armed groups, the war economy, and how natural resource management can support successful DDR processes. It also emphasizes the ways that natural resource management can support the additional goals of gender-responsive reconciliation, resiliency to climate change, and sustainable reintegration through livelihoods and employment creation.The module highlights the risks and opportunities presented by natural resource management in an effort to improve the overall effectiveness and sustainability of DDR processes. It also seeks to support DDR practitioners in understanding the associated risks that threaten people\u2019s health, livelihoods, security and the opportunities to build economic and environmental resilience against future crises.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides DDR practitioners - in mission and non-mission settings - with necessary information on the linkages between natural resource management and integrated DDR processes during the various stages of the peace continuum.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9290, - "Score": 0.57735, - "Index": 9290, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20. In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.Natural resources refer to any natural assets (raw materials) occurring in nature that can be used for economic production or consumption (OECD).2 These may include, but are not limited to, hard commodities such as minerals, gemstones, petroleum resources, timber, or other geological resources. They can also include soft commodities including agricultural products like cocoa, palm oil, sugar, coffee, wheat and other highly traded global commodities. Natural resources can also include endangered rare species of flora and fauna (including those used in narcotics) and related products traded on global markets.War economy refers to the economic structure developed to support armed conflict in a given jurisdiction, whether set up by the existing government or an armed group. The war economy includes legal and illegal exploitation of natural resources with the aim of supporting one or more sides of a conflict.Sustainable use of natural resources refers to the exploitation or management of natural resources in a way that ensures their long-term availability to support development for future generations.Natural resource management: Activities related with the management of natural capital stocks, (monitoring, control, surveys, administration and actions for facilitating structural adjustments of the sectors concerned) and their exploitation (e.g., abstraction and harvesting).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9297, - "Score": 0.57735, - "Index": 9297, - "Paragraph": "When well-managed, natural resources have the potential to support sustainable peace, development, and to address long-standing grievances. However, there is also mounting evidence that in many violent conflicts worldwide there is a strong link between armed conflict and weak governance or mismanagement of natural resources, dynamics which also contribute to violent conflict.3Over the past 60 years at least 40 percent of all intrastate conflicts were linked to natural resources.4 Furthermore, conflicts where natural resources are implicated have been shown to be more likely to relapse within five years.5 Looking back over the history of UN peacekeeping operations, nearly twenty missions have been deployed to conflicts fuelled or financed by natural resources, yet only a few of these missions have had a direct mandate to tackle natural resource challenges. However, the United Nations recognizes the need to incorporate the environment and natural resource dimensions of conflict and peacebuilding along the entire peace continuum, as evidenced in the UN Sustainable Development Cooperation Framework, the Humanitarian Response Plan and/or the Integrated Strategic Framework across multiple settings.6Although evident risks exist, natural resource management also has the potential to enable sustainable peace, including through sustainable development that contributes to job creation, reduced grievances, and equitable sharing of benefits from natural resources. Through sound management, individuals and societies can employ natural resources in ways that secure livelihoods, generate tax revenues, stimulate exports, and engage the private sector in employment-creation purposes. Furthermore, natural resource management provides both temporary (Track A) and more sustainable (Track B) employment opportunities, as outlined in the United Nations Post Conflict Policy for Employment Creation, Income Generation and Reintegration.In DDR contexts where strong governance is present, policy processes may specifically target natural resource sectors - including forestry, mining and conservation - to support job creation for long-term sustainable peace. Since natural resources underpin livelihoods for the vast majority of populations in post-conflict contexts, DDR practitioners should ensure to analyze any ways in which special-needs groups - such as women, youth, persons with disabilities or different vulnerable populations - can safely access and productively use natural resources. Gender issues in particular are crucial for sustainability and efficiency in economic recovery when it comes to natural resource management as gender norms in society can affect the division of labour between men and women and the distribution of capital assets, including land, credit, skills and participation in decision making, often negatively impacting women. Gender can also impact whether natural resources can be accessed and used safely; for example, the provisioning of essential natural resources for daily subsistence by women and girls, such as gathering firewood or charcoal, often puts them at risk for sexual and gender-based violence (SGBV).7 In other cases, the physical strength needed to work in natural resource management sectors can prohibit women from accessing these kinds of economic opportunities (e.g., certain roles in the forestry or mining sectors).In addition to their economic benefits, natural resources can play an important role in supporting successful social reintegration and reconciliation through community-based approaches to natural resource management, including promoting access to grievance- and dispute-resolution mechanisms. To ensure that growth in natural resource management sectors will contribute positively to peace efforts, DDR practitioners shall undertake all necessary efforts to understand the risks and opportunities presented by natural resource management and fully analyze and incorporate them into process planning, design and implementation. The linkages between organized criminal groups, armed forces and groups and illicit trade - including implications of local community actors - should also be taken into account. These include the potential for poor natural resource management, coupled with weak governance, to lead to further grievances and recruitment. Since natural resource management takes place at the local, regional and national levels, there are multiple opportunities to work cooperatively with relevant stakeholders during DDR processes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When well-managed, natural resources have the potential to support sustainable peace, development, and to address long-standing grievances.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9309, - "Score": 0.57735, - "Index": 9309, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the linkages between DDR and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 4, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9311, - "Score": 0.57735, - "Index": 9311, - "Paragraph": "Natural resources can be used to support or to undermine development and sustainable peace. Ultimately, natural resources are part of the naturally protected rights of the citizens of any sovereign nation and DDR practitioners must seek to protect and respect these rights in accordance with relevant international and national laws and policies (including customary law). In particular, DDR practitioners shall seek advice from human rights officers, rule of law or other experts in natural resource management, especially if the land and other rights of indigenous or otherwise marginalized communities are potentially affected.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 People-centred", - "Heading3": "", - "Heading4": "", - "Sentence": "Natural resources can be used to support or to undermine development and sustainable peace.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 9314, - "Score": 0.57735, - "Index": 9314, - "Paragraph": "Equitable participation and access to natural resource-related opportunities and benefits shall be ensured for women, men, girls and boys, regardless of their ethnicity, sexual orientation and other intersecting factors. For DDR practitioners, a special emphasis should be placed on helping to secure tenure and access to land and other resources within existing or proposed frameworks for women and girls, since this is shown to be key to their successful reintegration, as well as to providing both male and female DDR participants and beneficiaries with equitable access to economic reintegration opportunities in natural resource management sectors.8 As part of DDR assessments, a specific gender analysis - carried out in consultation with both female and male participants and community members in their preferred language - should be undertaken in order to map the gender-specific roles and responsibilities in natural resource management and gender division of labour as well as associated risks and protection concerns. Based on the analysis, DDR practitioners shall promote the equal participation and decision-making opportunities of female and male participants and beneficiaries in natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Gender responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "Equitable participation and access to natural resource-related opportunities and benefits shall be ensured for women, men, girls and boys, regardless of their ethnicity, sexual orientation and other intersecting factors.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9317, - "Score": 0.57735, - "Index": 9317, - "Paragraph": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times. In the case of natural resources, DDR practitioners shall ensure that they are not implementing or encouraging practices that will threaten the long-term sustainability of natural resources and the livelihoods that depend on them. They should further seek to ensure that they will not contribute to potential environment- related health problems for affected populations; this is particularly important when considering water resources, land allocation and increase in demand for natural resources by development programmes or aid groups (such as increased demand for charcoal, timber, etc. without proper natural resource management measures in place).9Finally, DDR practitioners should approach natural resource issues with conflict sensitivity to ensure that interventions do not exacerbate conflict or grievances around natural resources or other existing community tensions or grievances (such as those based on ethnic, religious, racial or other dimensions), contribute to any environmental damage, and are equipped to deal with potential tensions related to natural resource management. In particular, sectors targeted by reintegration programmes should be carefully analysed to ensure that interventions will not cause further grievances or aggravate existing tensions between communities; this may include encouraging grievance- and dispute-resolution mechanisms to be put in place.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "As outlined in IDDRS 2.10, \u201cdo no harm\u201d is a standard principle against which all DDR programmes, DDR-related tools and reintegration support shall be evaluated at all times.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9322, - "Score": 0.57735, - "Index": 9322, - "Paragraph": "DDR processes shall be context-specific to reflect both the nature of the conflict and the role of natural resources in the conflict, taking into account the national, regional and global implications of any activities. The specific role of natural resources should be considered in each context by DDR practitioners, including where natural resources are part of underlying grievances, or where they are being exploited directly by armed forces, groups or organized criminal groups - or by local communities under the auspices of these actors - to control territories or to finance the purchase of weapons and ammunition.DDR practitioners should also consult any local civil society, academic institutions and other expertise that may be available at the local level to inform interventions. Local experts may be included in assessments of all types of local institutions, armed groups, organized criminal groups, and local political activities, as well as in the development and implementation of DDR processes.Where possible and appropriate, DDR processes should seek to adopt livelihoods strategies and employment generation opportunities that respect human rights and the rights of indigenous peoples and local communities, promote sound natural resource management, participatory decision- making, conflict sensitivity and that do not exploit natural resources at unsustainable rates. DDR practitioners should focus on promoting sustainable livelihoods and consider incorporating environmental feasibility studies for any projects based on natural resource exploitation. They should also ensure that post-project impact monitoring and evaluation includes the environment, natural resources and ecosystem services, especially where the latter relates to disaster-risk reduction and resiliency in the face of climate change.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall be context-specific to reflect both the nature of the conflict and the role of natural resources in the conflict, taking into account the national, regional and global implications of any activities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9327, - "Score": 0.57735, - "Index": 9327, - "Paragraph": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR). Whether in a conflict setting or not, the State and any other regional law enforcement authorities have the responsibility to implement any criminal justice measures related to the illegal exploitation and/or trafficking of natural resources, including instances of scorched-earth policies or other violations of humanitarian or human rights law. DDR practitioners shall also take into account any international or regional sanctions regimes in place against the export of natural resources. At times when the State itself is directly involved in these activities, DDR practitioners must be aware and factor this risk into interventions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes are undertaken in the context of national and local frameworks that must comply with relevant rights and obligations under international law (see IDDRS 2.11 on The Legal Framework for UN DDR).", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 9331, - "Score": 0.57735, - "Index": 9331, - "Paragraph": "Every context is unique when it comes to natural resource management, depending on the characteristics of local ecosystems and existing socio-cultural relationships to land and other natural resources. Strong or weak local and national governance can also impact how natural resources may be treated by DDR processes, specifically where a weak state can lead to more incentives for illicit exploitation and trafficking of natural resources in ways that may fuel or exacerbate armed conflict. DDR practitioners should ensure they thoroughly understand these dynamics through assessments and risk management efforts when designing interventions.For DDR processes, local communities and national institutions - including relevant line ministries - are sources of critical knowledge and information. For this reason, DDR processes shall explicitly incorporate national and local civil society organizations, academic institutions, private sector and other stakeholders into intervention planning and implementation where appropriate. Since international mandates and resources for DDR processes are limited, DDR practitioners shall seek to build local capacities around natural resource management whenever possible and shall establish relevant local partnerships to ensure coordination and technical capacities are available for the implementation of any interventions incorporating natural resource management.In some cases, natural resource management can be used as a platform for reconciliation and trust building between communities and even regional actors. DDR practitioners should seek to identify these opportunities where they exist and integrate them into interventions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "Every context is unique when it comes to natural resource management, depending on the characteristics of local ecosystems and existing socio-cultural relationships to land and other natural resources.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9337, - "Score": 0.57735, - "Index": 9337, - "Paragraph": "In cases where natural resources are exploited and trafficked to finance the activities of armed forces and groups or organized criminal groups active in conflict settings, regional dynamics may be at play. Private sector and government actors from neighbouring States may be implicated in the trade of natural resources and DDR practitioners should engage regional stakeholders as much as possible to control for these risks and to identify opportunities to create a regional environment conducive to sustainable peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Regionally supported", - "Heading3": "", - "Heading4": "", - "Sentence": "In cases where natural resources are exploited and trafficked to finance the activities of armed forces and groups or organized criminal groups active in conflict settings, regional dynamics may be at play.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9339, - "Score": 0.57735, - "Index": 9339, - "Paragraph": "DDR processes will be more successful when considerations related to natural resource management are integrated from the earliest assessment phase through all stages of strategy development, planning and implementation. Expertise within the UN system and with other interagency partners should inform the interventions of DDR processes, in tandem with local and national expertise and knowledge.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes will be more successful when considerations related to natural resource management are integrated from the earliest assessment phase through all stages of strategy development, planning and implementation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9341, - "Score": 0.57735, - "Index": 9341, - "Paragraph": "In contexts with poor governance, weak diversification and poor sectoral linkages, natural resources may be exploited to sustain the political and military agendas of armed forces and/or other groups.10 This dynamic contributes to a broader war economy that may incentivize unsustainable exploitation, resource grabs and human rights abuses that may be related, although not exhaustively, to the environment and natural resources.11 When captured by armed forces and groups, or organized criminal groups, high-value commodity sectors with significant global demand - such as minerals, oil and gas, timber and other agricultural commodities - represent a serious threat to peace, security and development.12 This may occur with high-value commodities including charcoal, timber, ivory, gems and minerals, as well as agricultural commodities like cocoa and or palm oil. This trade links conflict actors to the global economy and ultimately to the end consumer of the good or service, thereby implicating a multitude of stakeholders from local private sector to regional and global multi-national enterprises and their investors.13The exploitation of natural resources and associated environmental stresses, such as the contamination of soils, air or water during extraction processes, can impact all phases of the conflict cycle, from contributing to the outbreak and perpetuation of violence to undermining prospects for peace. In addition, the environment itself may be damaged through scorched-earth tactics in order to harm specific groups of people or to render land and areas unusable by opposing groups. In extreme cases, land can also be damaged when communities are significantly displaced, where populations may be forced to degrade the natural resource base in order to survive. This environmental damage, coupled with the collapse of institutions and governance practices, can present significant risks that threaten people\u2019s health, livelihoods and undermine security. It may also undermine a country\u2019s capacity to achieve the 2030 Agenda for Sustainable Development, as well as exacerbate vulnerabilities to climate change and natural disasters.Identifying the role of natural resources in armed conflict is a necessary starting point to effectively address the factors that may have caused or sustained conflict, could trigger a relapse into violence, or may impede the process of consolidating sustainable peace. Analyses and assessments on environmental and natural resource issues can help DDR practitioners to identify the ways in which natural resources are intentionally and/or inadvertently utilized, exploited, depleted and destroyed as part of conflict. While the UN has increasingly adopted guidance on integrating natural resource considerations into its peacebuilding assessments and interventions, in practice, natural resources are still too often considered as \u201ctoo hard to fix\u201d and as an issue to be addressed at a later stage in the recovery or peacebuilding process. However, doing so fails to take into account the broad and changing nature of threats to national and international security, as well as opportunities for natural resource management to contribute to sustainable peace.Integrating natural resource management issues into peacebuilding \u2013 and DDR in particular \u2013 should be seen as a security imperative following the strong linkages between natural resources and conflict. Deferred action or uninformed choices made early on often establish unsustainable trajectories of recovery that can undermine long-term peace and stability. At the same time, natural resource management offers important opportunities for sustainable livelihoods recovery, employment creation and reconciliation.The following sections provide a frame of reference to support the improved consideration of natural resources in DDR processes. In order to apply this frame, DDR practitioners should seek the appropriate expertise and work across different national and international agencies to gather the information related to natural resources needed to inform interventions.The relationship between natural resources, the environment and conflict is multidimensional and complex, but three principal pathways can be drawn. These pathways are described in more detail in the following sections:", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 8, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In contexts with poor governance, weak diversification and poor sectoral linkages, natural resources may be exploited to sustain the political and military agendas of armed forces and/or other groups.10 This dynamic contributes to a broader war economy that may incentivize unsustainable exploitation, resource grabs and human rights abuses that may be related, although not exhaustively, to the environment and natural resources.11 When captured by armed forces and groups, or organized criminal groups, high-value commodity sectors with significant global demand - such as minerals, oil and gas, timber and other agricultural commodities - represent a serious threat to peace, security and development.12 This may occur with high-value commodities including charcoal, timber, ivory, gems and minerals, as well as agricultural commodities like cocoa and or palm oil.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9354, - "Score": 0.57735, - "Index": 9354, - "Paragraph": "Natural resources underpin livelihoods and the socio-cultural rights of peoples in many parts of the world. When access to these resources is disrupted - and especially where long-standing historic grievances (real or perceived) over access to land and resources are present - natural resources may be more easily exploited to encourage recruitment by armed groups. This relationship can be complex, but there is evidence in the historical record as to how access to land or other natural resources can motivate parties to a conflict. Grievances related to land (communal or individually owned) and access to resources can be deeply embedded in the historical narrative of peoples and hugely motivating for individuals and groups to participate in violent conflict. These dynamics are critical for DDR practitioners to understand and to factor into planning.Natural resources can also contribute to the causes of conflict where their governance and management has been handled in a way that privileges certain social or ethnic groups over others. Marginalized groups, excluded from access to natural resources and related benefits, may be more inclined to participate in the illicit or informal economy where armed conflict is present, thereby potentially engaging in riskier livelihoods sectors less protected by labour regulations.14 They may also be more likely to participate in the activities of organized criminal groups involved in the exploitation of natural resources. These dynamics can further undermine the ability of the Government to provide benefits (i.e., education, healthcare and development) and resources to communities due to a loss of tax revenue from formal economic sectors, as well as create the right conditions for illicit trade in weapons, ammunition and other illicit goods. This combination of factors can increase the likelihood that additional resentments will build and fuel recruitment into armed forces and groups.Finally, in some cases, scorched earth tactics may be used to gain control of a particular territory, resulting in significant displacement of populations and permanent damage to the environment. To secure a strategic advantage, demoralize local populations or subdue resistance, leaders and members of armed forces and groups may pollute water wells, burn crops, cut down forests, poison soils and kill domestic animals. In some cases, entire ecosystems have been deliberately targeted to achieve political and military goals. These tactics can result in grievances that ultimately undermine DDR processes and sustainable peace, and limit the positive role that natural resource management can play in sustaining peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 9, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.1 Contributing to the causes of conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Natural resources underpin livelihoods and the socio-cultural rights of peoples in many parts of the world.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9365, - "Score": 0.57735, - "Index": 9365, - "Paragraph": "Once armed conflict is underway, natural resources will often be targeted by armed forces and groups - as well as organized criminal groups - in order to trade them for revenues or for weapons and ammunition. These resources may be used to finance the activities of armed forces and groups, including their ability to compensate recruits, purchase weapons and ammunition, acquire materials necessary for transportation or control of strategic territories, and even their ability to expand territorial control. The exploitation of natural resources in conflict contexts is also closely linked to corruption and weak governance, where government, organized criminal groups, the private sector and armed forces and groups become interdependent through the licit or illicit revenue and trade flows that natural resources provide. In this way, armed groups and organized criminal groups can even capture the role of government and can integrate themselves into political processes by leveraging their influence over trade and access to markets and associated revenues (see IDDRS 6.40 on DDR and Organized Crime).In addition to capturing the market for natural resources, the financing of weapons and ammunition may permit armed forces and groups to coerce or force communities to abandon their lands and territories, depriving them of livelihoods resources such as livestock or crops. Hostile takeovers of land can also target valuable natural resources for the purpose of taxing their local trade routes or gaining access to markets and/or licit or illicit commodity flows associated with those resources.15 This is especially true in contexts of weak governance.Conflict contexts with weak governance are ripe for the proliferation of organized criminal groups and capture of revenues from the exploitation and trade of natural resources. However, this is only possible where there are market actors willing to purchase these resources and to engage in trade with armed forces and groups. This relationship may be further complicated on the ground by the different actors involved in markets and trade, which could include government authorities in customs and border protection, shell companies created to purposely distort the paper trail around this trade and subvert efforts at traceability by markets further downstream (i.e., closer to the end consumer), or direct involvement of other governments surrounding the country experiencing violent conflict to facilitate this trade. In these cases, the private sector at the local and national level, as well as buyers in international markets, may be implicated, whether the resources are legally or illegally traded. The relationship between the private sector and armed forces and groups in conflict is complex and can involve trade, arms and financial flows that may or may not be addressed by sanctions regimes, national and international regulations or other measures.Tracing conflict resources in global supply chains is inherently difficult; these materials may be one of hundreds that are part of a product purchased by an end user and may be traded through dozens of markets and jurisdictions before they end up in a manufacturing process, allowing multiple opportunities for the laundering of resources through fake certificates in the chain of custody.16 Consumer goods companies find the traceability of materials to a point of origin challenging in the best of circumstances; the complexities of a war economy and outbreak of violent conflict makes this even more complicated. However, technologies developed in recent years - including chemical markers, RFID tags and QR codes - are increasingly reliable, and the manufacturers, brands and retailers who sell products that contain conflict resources are increasingly subject to legal regimes that address these issues, depending on where they are domiciled.17 Globally, legal regimes that address conflict resources in global supply chains are still nascent, but awareness of these issues is growing in consumer markets and technological solutions to traceability and company due diligence challenges are emerging at a rapid rate.18There are many groups working to track the trade in conflict resources that DDR practitioners can collaborate with to ensure they are able to identify critical changes and shifts in the activities, tactics and potential resource flows of armed forces and groups. DDR practitioners should seek out these resources and engage these stakeholders to support assessments and the design and implementation of DDR processes whenever appropriate and possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 10, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.2 Financing and sustaining conflict", - "Heading3": "", - "Heading4": "", - "Sentence": "Once armed conflict is underway, natural resources will often be targeted by armed forces and groups - as well as organized criminal groups - in order to trade them for revenues or for weapons and ammunition.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9376, - "Score": 0.57735, - "Index": 9376, - "Paragraph": "Governance institutions and State authorities, including those critical to accountability and transparency, may have been eroded by conflict or weak to start with. When tensions intensify and lead to armed conflict, rule of law breaks down and the resulting institutional vacuum can lead to a culture of impunity and corruption. This collapse of governance structures contributes directly to widespread institutional failures in all sectors, allowing opportunistic individuals, organized criminal groups, armed groups and/or private entities to establish uncontrolled systems of resource exploitation.19 At the same time, public finances are often diverted for military purposes, resulting in the decay of, or lack of investment in, water, waste management and energy services, with corresponding health and environmental contamination risks.During a DDR process, the success and the long-term sustainability of natural resource-based interventions will largely depend on whether there is a good, functioning governance structure at the local, sub-regional, national or regional level. The effective and inclusive governance of natural resources and the environment should be viewed as an investment in conflict prevention within peacebuilding and development processes. Where past activities violate national laws, it is up to the State to exercise its jurisdiction, but egregious crimes constituting gross violations of human rights, as often seen with scorched earth tactics, oblige DDR processes to exclude any individuals associated with these events from participating in the process (see IDDRS 2.11 on The Legal Framework for UN DDR). However, there may be other jurisdictions where multi-national private entities can be targeted and pressured or prosecuted to cut their ties with armed forces and organized criminal groups in conflict areas. Sanctions set by the UN Security Council may also be brought to bear where they cover natural resources that are trafficked or traded by private sector entities and armed forces and groups.DDR practitioners will not be able to influence, control or focus upon all aspects of natural resource governance. However, through careful attention to risk factors in the planning, design and implementation of natural resource-based activities, DDR processes can play a multifaceted and pivotal role in paving the way for good natural resource governance that supports sustainable peace and development. Moreover, DDR practitioners can ensure that access to grievance- and non-violent dispute-resolution mechanisms are available for participants, beneficiaries and others implicated in the DDR process, in order to mitigate the risks that natural resources pose for conflict relapse.Furthermore, environmental issues and protection of natural resources can serve as effective platforms or catalysts for enhancing dialogue, building confidence, exploiting shared interests and broadening cooperation and reconciliation between ex-combatants and their communities, between communities themselves, between communities and the State, as well as between States themselves.20 People and cultures are closely tied to the environment in which they live and to the natural resources upon which they depend. In addition to their economic benefits, natural resources and ecosystem services can support successful social reintegration and reconciliation. In this sense, the management of natural resources can be used as a tool for engaging community members to work together, to revive and strengthen traditional natural resource management techniques that may have been lost during the conflict, and to encourage cooperation towards a shared goal, between and amongst communities and between communities and the State.In settings where natural resources have played a significant role in the conflict, DDR practitioners should explore opportunities for addressing underlying grievances over such resources by promoting equitable and fair access to natural resources, including for women, youth and participants with disability. Access to natural resources, especially land, often carries significant importance for ex-combatants during reintegration, particularly for female ex-combatants and women associated with armed forces and groups. Whether the communities are their original places of origin or are new to them, ensuring that they have access to land will be important in establishing their social status and in ensuring that they have access to basic resources for livelihoods. In rural areas, it is essential that DDR practitioners recognize the connection between land and social identity, especially for young men, who often have few alternative options for establishing their place in society, and for women, who are often responsible for food security and extremely vulnerable to exclusion from land or lack of access.To further support social reintegration and reconciliation, as well as to enhance peacebuilding, DDR practitioners should seek to support reintegration activities that empower communities affected by natural resource issues, applying community-based natural resource management (CBNRM) approaches where applicable and promoting inclusive approaches to natural resource management. Ensuring that specific needs groups such as women and youth receive equitable access to and opportunities in natural resource sectors is especially important, as they are essential to ensuring that peacebuilding interventions are sustainable in the long-term.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 11, - "Heading1": "5. Natural resources in conflict settings", - "Heading2": "5.3 Contributing to reconciliation and sustaining peace", - "Heading3": "", - "Heading4": "", - "Sentence": "Governance institutions and State authorities, including those critical to accountability and transparency, may have been eroded by conflict or weak to start with.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9391, - "Score": 0.57735, - "Index": 9391, - "Paragraph": "At the outset, there are several key risk factors to consider when looking to leverage natural resources to support DDR processes. Depending on where DDR practitioners are working along the peace continuum, the following are three key areas where risks and opportunities should be considered: \\n Supporting economic recovery: When natural resources are properly governed and carefully managed, \u201chigh-value\u201d resources (such as hydrocarbons, minerals, metals, stones and export timber) can form an important basis for employment creation and budget revenue for development. With close attention to whether a robust framework is in place with respect to land rights, and sub-surface natural resource rights as a pre-cursor, engagement with private sector entities can help to facilitate these types of opportunities, whether for high-value natural resources or agricultural commodities with significant market value such as coffee, cocoa, grains or other soft commodities. The risk, however, is that the pressure to kick-start development and earn foreign exchange can lead to rapid, uncontrolled exploitation of such resources at sub-optimal prices, without due attention to land and sub-surface resource rights, environmental sustainability, employment creation and the equitable distribution of revenues. When the benefits are not shared, or when environmental degradation occurs as a consequence of exploitation, there could be serious potential for conflict to resume. \\n Developing sustainable livelihoods for peace: Sustainable peace fundamentally hinges on the development of sustainable livelihoods, the provision of basic services, and on the recovery and sound management (including equitable distribution of related benefits) of the natural resource base. Environmental damage caused by conflicts, coping strategies and chronic environmental problems (including climate change impacts) that undermine livelihoods must therefore be addressed from the outset. Minimizing vulnerability to natural hazards and climate change through the management of key natural resources and the introduction of appropriate technologies may also be addressed. Women and children are often disproportionally affected by environmental contamination economically, socially as well as in terms of their health and well-being. DDR practitioners should therefore seek to address the specific needs of women and children in relation to their dependence on natural resources and risks involved. Careful coordination and attention to issues of land access, tenure and the availability of agricultural inputs and access to financing are critical elements for ensuring success and sustainability. Women, and especially unmarried women and women who are not closely associated with a male relative, or those who face stigma or discrimination due to various other circumstances (i.e., sexual violence survivors, single mothers, unmarried women, etc.) are often disadvantaged in regard to access to capital assets as women\u2019s ownership rights are often based on de facto agreements through male community members and traditional gender roles may prevent women and girls from accessing education and capacity building. \\n Contributing to dialogue, reconciliation and confidence building: Natural resources can be a neutral entry point or catalyst for enhancing dialogue, building confidence, exploring shared interests and broadening cooperation between divided communities as well as within and between states. Such actions should aim to use an inclusive approach that seeks to consider and respond to the needs of the entire population, especially women and youth. Bringing communities together to discuss and resolve common challenges and concerns, such as access to water points and grazing lands, can be a powerful peacebuilding tool and can help to mitigate the risk of further conflict between competing natural resource user groups.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 13, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "At the outset, there are several key risk factors to consider when looking to leverage natural resources to support DDR processes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9407, - "Score": 0.57735, - "Index": 9407, - "Paragraph": "During the pre-planning and preparatory assistance phase, DDR practitioners should clarify the role natural resources may have played in contributing to the causes of conflict, if any, and determine whether DDR is an appropriate response or whether there are other types of interventions that could be employed. In line with IDDRS 3.11 on Integrated Assessments, DDR practitioners should factor the linkage between natural resources and armed forces and groups, as well as organized criminal groups, into baseline assessments, programme design and exit strategies. This includes identifying the key natural resources involved in addition to key individuals, armed forces and groups, any known organized criminal groups and/or Governments who may have used (or continue to use) these particular resources to finance or sustain conflict or undermine peace. The analysis should also consider gender, disability and other intersectional considerations by examining the sex- and age- disaggregated impacts of natural resource conflicts or grievances on female ex-combatants and women associated with armed forces and groups.The assessments should seek to achieve two main objectives regarding natural resources and will form the basis for risk management. First, they should determine the role that natural resources have played in contributing to the outbreak of conflict (i.e., through grievances or other factors), how they have been used to finance conflict and how natural resources that are essential for livelihoods may have been degraded or damaged due to the conflict, or become a security factor (especially for women and girls, but also boys and men) at a community level. Secondly, they should seek to anticipate any potential conflicts or relapse into conflict that could occur as a result of unresolved or newly aggravated grievances, competition or disputes over natural resources, continued war economy dynamics, and the risk of former combatants joining ranks with criminal networks to continue exploiting natural resources. This requires working closely with national actors through coordinated interagency processes. Once these elements have been identified, and the potential consequences of such analysis are fully understood, DDR practitioners can seek to explicitly address them.Where appropriate, DDR practitioners should ensure that assessment activities include technical experts on land and natural resources who can successfully incorporate key natural resource issues into DDR processes. These technical experts should also display expertise in recognizing the social, psychological and economic livelihoods issues connected to natural resources to be able to properly inform programme design. The participation of local civil society organizations and groups with knowledge on natural resources will also aid in the formation of a holistic perspective during the assessment phase. In addition, special attention should be given to gathering any relevant information on issues of access to land (both individually owned and communal), water and other natural resources, especially for women and youth.Land governance and tenure issues - including around sub-surface resource rights - are likely to be an issue in almost every context where DDR processes are implemented. DDR practitioners should identify existing efforts and potential partners working on issues of land governance and tenure and use this as a starting point for assessments to identify the risk and opportunities associated with related natural resources. Land governance will underpin all other natural resource sectors and should be a key element of any assessment carried out when planning DDR. While DDR processes cannot directly overcome challenges related to land governance issues, DDR practitioners should be aware of the risk and opportunities that current land governance issues present and do their best to mitigate these through planning and implementation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 14, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "", - "Heading4": "", - "Sentence": "During the pre-planning and preparatory assistance phase, DDR practitioners should clarify the role natural resources may have played in contributing to the causes of conflict, if any, and determine whether DDR is an appropriate response or whether there are other types of interventions that could be employed.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9421, - "Score": 0.57735, - "Index": 9421, - "Paragraph": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1). Assessments should also identify: \\n Key financial and strategic benefits and drawbacks of the identified resources on all warring parties and civilian populations affected by the conflict. \\n The nature and extent of grievances over the identified natural resources (real and perceived), if any. \\n The location of implicated resources and overlap with territories under the control of armed forces and groups. \\n The role of sanctions in deterring illegal exploitation of natural resources. \\n The extent and type of resource depletion and environmental damage caused as a result of mismanagement of natural resources during the conflict. \\n Displacement of local populations and their potential loss of access to natural resources. \\n Cross-border activities regarding natural resources. \\n Linkages to organized criminal groups (see IDDRS 6.40 on DDR and Organized Crime). \\n Linkages to armed groups designated as terrorist organizations (see IDDRS 6.50 on DDR and Armed Groups Designated as Terrorist Organizations) \\n Analyses of different actors in the conflict and their relationship with natural resources.The abovementioned assessments can be completed through desk reviews (i.e., using reports from the national Government, UN agencies, NGOs, local civil society groups and media) as well as field assessments. An assessment mission can also help to collect the necessary background information for analysis. Assessment methodology shall be developed in consultation with gender experts and assessment teams shall include gender expertise. The role of natural resources in the political and security sectors affecting the planning of DDR processes should be duly considered. Where appropriate, conflict and security analysis should factor in considerations related to natural resources (see Box 1). In post-conflict contexts, assessments of the linkages between natural resources and armed conflict should also complement a post-conflict needs assessment that identifies the main social and physical needs of conflict-affected populations. For further information, see IDDRS 3.11 on Integrated Assessments.Box 1. Conflict and security analysis for natural resources and conflict: sample questions forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement?Box 1. Conflict and security analysis for natural resources and conflict: sample questions \\n Is scarcity of natural resources or unequal distribution of related benefits an issue? How are different social groups able to access natural resources differently? \\n What is the role of land tenure and land governance in contributing to conflict - and potentially to conflict relapse - during DDR efforts? \\n What are the roles, priorities and grievances of women and men of different ages in regard to management of natural resources? \\n What are the protection concerns related to natural resources and conflict and which groups are most at risk (men, women, children, minority groups, youth, elders, etc.)? \\n Did grievances over natural resources originally lead individuals to join \u2013 or to be recruited into \u2013 armed forces or groups? What about the grievances of persons associated with armed forces or groups, in particular women and youth? If a peace agreement or ceasefire has been signed, were these grievances addressed when the conflict ended or in the peace agreement? \\n Is the political position of one or more of the parties to the conflict related to access to natural resources or to the benefits derived from them? \\n Has access to natural resources supported the chain of command in armed forces or groups? How has natural resource control allowed for political or social gain over communities and the State? \\n Who are the main local and global actors (including private sector and organized crime) involved in the conflict and what is their relationship to natural resources? \\n Have armed forces and groups maintained or splintered? How are they supporting themselves? Do natural resources factor in and what markets are they accessing to achieve this? \\n How have natural resources been leveraged to control the civilian population? \\n Has the conflict stopped or seriously impeded economic activities in natural resource sectors, including agricultural production, forestry, fisheries, or extractive industries? Are there issues with parallel taxation, smuggling, or militarization of supply chains? What populations have been most affected by this? \\n Has the conflict involved land-grabbing or other appropriation of land and natural resources? Have groups with specific needs, including women, youth and persons with disabilities, been particularly affected? \\n How has the degradation or exploitation of natural resources during conflict socially impacted affected populations? \\n Have conflict activities led to the degradation of key natural resources, for example through deforestation, pollution or erosion of topsoil, contamination or depletion of water sources, destruction of sanitation facilities and infrastructure, or interruption of energy supplies? \\n Are risks of climate change or natural disasters exacerbated by the ways that natural resources are being used before, during or after the conflict? Are there opportunities to address these risks through DDR processes? \\n Are there foreseeable, specific effects (i.e., risks and opportunities) of natural resource management on female ex-combatants and women formerly associated with armed forces and groups? And for youth?The results of these assessments and the natural resource sectors targeted should indicate to DDR practitioners as to which planning and implementation partners will be required. A diverse range of partners should be sought, including partners from local civil society as well as those working in and with the private sector. When planning and implementation partners have been identified, DDR practitioners should ensure that there are dedicated resources for a knowledge management focal point to support natural resource management, gender and other cross-cutting themes.Many DDR processes already use natural resource management in CVR or reintegration efforts. Without recognizing the potential risks and adopting adequate safeguards, DDR processes could have negative impacts on natural resources. See section 6.3 for information on how to recognize and mitigate these risks.DDR practitioners planning the implementation of employment and livelihoods programmes - for example, as part of a CVR or DDR programme - should also seek to gather information on the risks and opportunities associated with natural resources. For example, questions concerning natural resources should be integrated into the profiling questionnaires administered during the demobilization component of a DDR programme (see Box 2). These questionnaires seek to identify the specific needs and ambitions of ex-combatants and persons formerly associated with armed forces and groups (for further information on profiling, see section 6.3 in IDDRS 4.20 on Demobilization). Natural resource related questions should also be included in assessments conducted for the purpose of designing reintegration programmes. For sample questions see Table 2 and, for further information on reintegration assessments, see section 7 in IDDRS 4.30 on Reintegration. Many of these sample questions may also be relevant for the design of CVR programmes (see IDDRS 2.30 on Community Violence Reduction).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 15, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.1 Natural resources and conflict linkages", - "Heading4": "", - "Sentence": "In order to determine if natural resources have played (or continue to play) a critical role in armed conflict, assessments should seek to understand the key actors in the conflict and their linkages to natural resources (see Table 1).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9475, - "Score": 0.57735, - "Index": 9475, - "Paragraph": "At a minimum, assessments focused on natural resources and employment and livelihood opportunities should reflect on the demand for natural resources and any derived products in local, regional, national and international markets. They should also examine existing and planned private sector activity in natural resource sectors. Assessments should also consider whether any areas environmentally degraded or damaged as a result of the conflict can be rehabilitated and strengthened through quick-impact projects (see section 7.2.1). DDR practitioners should seek to incorporate information gathered in Strategic Environmental Assessments and Environmental and Social Impact Assessments where appropriate and possible, to avoid unnecessary duplication of efforts. The data collected can also be used to identify potential reconciliation and conflict resolution activities around natural resources. These activities may, for example, be included in the design of reintegration programmes.Box 2. Sample questions for the profiling of male and female members of armed forces and groups: \\n - Motivations for joining armed forces and groups linked to natural resources? \\n - Potential areas of return and likely livelihoods options to identify potential natural resource sectors to support? Seasonality of these occupations and related migration patterns? Are there communal natural resources in question in the area of return? Will DDR participants have access to these? \\n - The use of natural resources by the members of armed forces and groups to identify potential hot spots? \\n - Possibility to employ job/vocational skills in natural resource management? \\n - Economic activities already undertaken prior to joining or while with armed forces and groups in different natural resource sectors? \\n - Interest to undertake economic activities in natural resource sectors?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 19, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.1 Assessments and design", - "Heading3": "6.1.2 Employment and livelihood opportunities", - "Heading4": "", - "Sentence": "At a minimum, assessments focused on natural resources and employment and livelihood opportunities should reflect on the demand for natural resources and any derived products in local, regional, national and international markets.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9490, - "Score": 0.57735, - "Index": 9490, - "Paragraph": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments. These considerations should then be mainstreamed throughout design and implementation. Specific needs groups often include women and girls, youth, persons with disabilities and persons with chronic illnesses, and indigenous and tribal peoples and local communities, but other vulnerabilities might also exist in different DDR contexts. Annex B presents a non-exhaustive list of questions that can be incorporated into DDR assessments in regard to specific- needs groups and natural resource management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to appropriately address the needs of all DDR participants and beneficiaries, a thorough analysis of groups with specific needs in natural resource management should be carried out as part of general DDR assessments.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9494, - "Score": 0.57735, - "Index": 9494, - "Paragraph": "Many conflict-affected countries have substantial numbers of youth \u2013 individuals between 15 and 24 years of age - relative to the rest of the population. Natural resources can offer specific opportunities for this group. For example, when following a value chain approach (see section 7.3.1) with agricultural products, non-timber forest products or fisheries, DDR practitioners should seek to identify processing stages that can be completed by youth with little work experience or skills. Habitat and ecosystem services restoration can also offer opportunities for young people. Youth can also be targeted as leaders through training-of-trainers programmes to further disseminate best practices and skills for improving the use of natural resources. When embarking on youth-focused DDR processes, efforts should be made to ensure that both male and female youth are engaged. While male youth are often the more visible group in conflict-affected countries, there are proven peace dividends in providing support to female youth. For additional guidance, see IDDRS 5.30 on Youth and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.1 Youth", - "Heading4": "", - "Sentence": "Many conflict-affected countries have substantial numbers of youth \u2013 individuals between 15 and 24 years of age - relative to the rest of the population.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9502, - "Score": 0.57735, - "Index": 9502, - "Paragraph": "Women and girls often directly manage communal natural resources for their livelihoods and provide for the food security of their families (e.g., through the direct cultivation of land and the collection of water, fodder, herbs, firewood, etc.). However, they often lack tenure or official rights to the natural resources they rely on, or may have access to communal resources that are not recognized (or upheld if they are recognized) in local or national laws. DDR practitioners should pay special attention to ensuring that women are able to access natural resources especially in situations where this access is restricted due to lack of support from a male relative. In rural areas, this is especially crucial for access to land, which can provide the basis for women\u2019s livelihoods and which often determines their ability to access credit and take-out loans. For example, where DDR processes link to land titling, they should encourage shared titling between male and female heads of households. In addition, DDR practitioners should ensure that employment opportunities and necessary skills training are available for girls and women in natural resource sectors, including non-traditional women\u2019s jobs. Moreover, DDR practitioners should also ensure that women are part of any decision-making processes related to natural resources and that their voices are heard in planning, programmatic decisions and prioritization of policy.In cases where access to natural resources for livelihoods has put women and girls at higher risk of SGBV, special care must be taken to establish safe and secure access to these resources, or a safe and secure alternative. Awareness and training of security forces may be appropriate for this, as well as negotiated safe spaces for women and girls to use to cultivate or gather natural resources that they rely on. DDR practitioners should ensure that these considerations are included in DDR assessments so that the safety and security risks to women and girls from accessing natural resources are minimized during the DDR process and beyond. For more guidance, see IDDRS 5.10 on Women, Gender and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 21, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.2 Women and girls", - "Heading4": "", - "Sentence": "Women and girls often directly manage communal natural resources for their livelihoods and provide for the food security of their families (e.g., through the direct cultivation of land and the collection of water, fodder, herbs, firewood, etc.).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9512, - "Score": 0.57735, - "Index": 9512, - "Paragraph": "Many DDR participants and beneficiaries will have experienced the onset of one or more physical, sensory, cognitive or psychosocial disabilities during conflict. DDR practitioners should ensure that in all contexts, including those in which natural resources are present, disability-inclusive DDR is integrated into the overall DDR process and is not pursued in a segregated, siloed fashion. Persons with disabilities have many different needs and face different barriers to participation in DDR and in activities involving the natural resources sector. DDR practitioners should identify these barriers and the possibilities for dismantling them when conducting assessments. DDR practitioners should seek expert advice from, and engage in discussions with, organizations of persons with disabilities, relevant NGOs and government line ministries working to promote the rights of persons with disabilities, as outlined in the United Nations Convention on the Rights of Persons with Disabilities (2006) and Standard Rules on the Equalization of Opportunities for Persons with Disabilities (1993).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 22, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.3 Persons with disabilities", - "Heading4": "", - "Sentence": "Many DDR participants and beneficiaries will have experienced the onset of one or more physical, sensory, cognitive or psychosocial disabilities during conflict.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 9517, - "Score": 0.57735, - "Index": 9517, - "Paragraph": "Natural resource management can have profound implications on public health. For example, the use of firewood and charcoal for cooking can lead to significant respiratory problems and is a major health concern, particularly for women and children in many countries. Improved access to energy resources, can help to mitigate this (see section 7.3.4). Other key health concerns include waste management and water management, both natural resource management issues that can be addressed through CVR and reintegration programmes. DDR practitioners should include these considerations into assessments and seek to improve health conditions through natural resource management wherever possible. Other areas where health is implicated is related to the deforestation and degradation of land. Pushing the forest frontier can lead to increased exposure of local populations to wildlife that may transmit disease, even leading to the outbreak of pandemics. DDR practitioners should identify areas that have experienced high rates of deforestation and target them for reforestation and other ecosystem rehabilitation activities wherever possible, according to the results of assessments and risk considerations. For further guidance, see IDDRS 5.70 on Health and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.4 Health considerations", - "Heading4": "", - "Sentence": "Natural resource management can have profound implications on public health.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9526, - "Score": 0.57735, - "Index": 9526, - "Paragraph": "Indigenous and tribal peoples and local communities around the world have close traditional and cultural ties to land and other aspects of natural resources. They often have customary forms of managing natural resources that support overall goals of conservation and preservation of natural resources - including for food, medicines and cultural purposes - as a form of management. In many contexts, the rights of indigenous peoples to their land are undermined or under-recognized (or not recognized at all) in national legislation, leading to allocation of these lands through concessions or other acts to private companies or groups seeking to exploit the land for commercial production of agricultural or forest commodities. Their right to free, prior and informed consent (FPIC) may often be undermined or ignored. DDR practitioners should identify where indigenous peoples and local communities have claim to lands that are otherwise subjected to overlapping claims by private or state entities seeking to exploit these lands and once identified, seek to support these groups with access to local civil society and other legal aid groups that can help them to advocate for their lands and resources. DDR practitioners can also ensure that representatives of indigenous groups and local communities are included in natural resource management decision-making at local, national and regional levels.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.2 Specific-needs groups and cross-cutting issues", - "Heading3": "6.2.5 Indigenous and tribal peoples and local communities ", - "Heading4": "", - "Sentence": "Indigenous and tribal peoples and local communities around the world have close traditional and cultural ties to land and other aspects of natural resources.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9532, - "Score": 0.57735, - "Index": 9532, - "Paragraph": "Following the abovementioned assessments, DDR practitioners shall develop an inclusive and gender-responsive risk management approach to implementation. The table below includes a comprehensive set of risk factors related to natural resources to assist DDR practitioners when navigating and mitigating risks.In some cases, there may be systems in place to mitigate against the risk of the exploitation of natural resources by armed forces and groups as well as organized criminal groups. These measures are often implemented by the UN (e.g., sanctions) but will implicate other actors as well, especially when the natural resources in question are traded in global markets and end up in products placed in consumer markets with protections in place against trade in conflict resources. DDR practitioners shall avoid being seen as supporting individuals or armed forces and groups that are targeted by sanctions or other regimes and work closely with national and international authorities.Depending on the context, different types of natural resources will be a risk factors for DDR practitioners. In almost all cases, land will be a risk factor that can drive grievances, while also being essential to kick-starting rural economies and for the agricultural sector. Other natural resources, including agricultural commodities (\u201csoft commodities\u201d) or extractive resources (\u201chard commodities\u201d) will come into play based on the nature of the context. Once identified through assessments, DDR practitioners should further analyse the nature of the risk based on the natural resource sectors present in the particular context, as well as the opportunities to create employment through the sector. For each of the sectors identified in the table below, DDR practitioners should note the particular risk and seek expertise to implement mitigating factors.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 23, - "Heading1": "6. DDR and natural resources: planning considerations", - "Heading2": "6.3 Risk management and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "Following the abovementioned assessments, DDR practitioners shall develop an inclusive and gender-responsive risk management approach to implementation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9540, - "Score": 0.57735, - "Index": 9540, - "Paragraph": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question. This may be done through the secondment of experts, providing training on natural resources and through consulting local partners and civil society groups with relevant expertise.During the programme development phase, risks and opportunities identified as part of the assessment and risk management process should be factored into the overall strategy for the programme. This can be accomplished by working closely with government institutions and relevant line ministries responsible for agriculture, land distribution, forestry, fisheries, minerals and water, as well as civil society, relevant NGOs and the local and international private sector, where appropriate. DDR practitioners should ensure that all major risks for health, livelihoods and infrastructure, as well as disaster-related vulnerabilities of local communities, are identified and addressed in programme design and implementation, including for specific-needs groups. This is especially important for extractive industries such as mining, as well as forestry21 and agriculture, where government contracts and concessions that are being negotiated will impact local areas and communities, or where the extraction or production of the resources can result in pollution or contamination of basic life resources (such as soils, air and water). Private sector entities are increasingly pressured to conform to due diligence and transparency standards that seek to uphold human rights, labour rights and sustainable development principles and DDR practitioners can leverage this to increase their cooperation. Local traditional knowledge about natural resource management should also be sought and built into the DDR programme as much as possible.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 26, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "To incorporate natural resources into the design and implementation of DDR programmes, DDR practitioners should ensure that technical capacities on natural resource issues exist in support of DDR, within DDR teams or national DDR structures (i.e., national government and military structures where appropriate) and/or are made available through partnerships with relevant institutions or partners, including representatives of indigenous peoples and local communities, or other civil society groups with relevant expertise pertaining to the land and natural resources in question.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9547, - "Score": 0.57735, - "Index": 9547, - "Paragraph": "Where the exploitation of natural resources is an entrenched part of the war economy and linked to the activities of armed forces and groups, as well as organized criminal groups, natural resources can be leveraged as a means of gaining control over certain territories and accessing weapons and ammunition. The main concern of DDR practitioners will be to support efforts to break the linkages between the flows of natural resources used to finance the acquisition of weapons and ammunition, including by working with actors involved in the implementation and monitoring of sanctions, including the UN Group of Experts, and contributing to strengthening the capacity of the security sector to reduce illicit weapons and ammunition flows. This can be difficult in contexts where members of armed groups and communities are unwilling to disarm because of concerns for their security. In such cases, transitional weapons and ammunition management approaches may be needed (see section 8.2).In order to ensure that security objectives are achieved, DDR practitioners should examine the role of natural resources in the acquisition of weapons and ammunition and how weapons and ammunition result in control over natural resources and access to the revenues from their trade. DDR practitioners should collaborate with relevant interagency stakeholders to ensure that natural resources are no longer used to finance the acquisition of weapons and ammunition for armed groups undergoing disarmament and demobilization or by individual combatants being disarmed and demobilized. When planning the destruction of weapons and ammunition, DDR practitioners should consider the environmental impact of the planned destruction. For further guidance on disarmament, see IDDRS 4.10 on Disarmament.Disarmament: Key questions \\n - How are weapons and ammunition being acquired? Are natural resource exploited to finance this? \\n - What steps can be taken to prevent the trade and trafficking of natural resources by armed forces and groups and/or by organized criminal groups? \\n - In conflict settings, what steps can be taken to disrupt the flow of trafficked weapons in order to reduce the capacity of individuals and groups to engage in armed conflict and save lives? \\n - How can DDR programmes highlight the constructive roles of women who may have engaged in the illicit trafficking of weapons and/or conflict? What precautions can be taken to avoid reinforcing or creating gender-based inequalities? \\n - How can DDR programmes address the presence of children associated with armed forces and groups whom may have been used in the exploitation of natural resources? \\n - To what extent would the removal of weapons jeopardize security and economic opportunities for male and female ex-combatants and communities, including land tenure and access to critical livelihoods resources? \\n - When disarmament is currently impossible, can DDR related tools, such as transitional WAM be implemented? Can alternative stages (demobilization and reintegration) be offered prior to disarmament to gain trust and contribute to the relinquishment of weapons? \\n - Does the proposed disarmament operation have sufficient resources to safely store weapons and ammunition and prevent diversion to armed groups engaged in criminal activities? \\n - Is there evidence of armed forces engaging in criminal activities related to natural resources, including illicit trafficking of natural resources, related crimes against humanity, war crimes and serious human rights violations, and what are the risks of incorporating weapons and ammunition collected during disarmament into national stockpiles?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 27, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.1 Disarmament", - "Heading3": "", - "Heading4": "", - "Sentence": "Where the exploitation of natural resources is an entrenched part of the war economy and linked to the activities of armed forces and groups, as well as organized criminal groups, natural resources can be leveraged as a means of gaining control over certain territories and accessing weapons and ammunition.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9565, - "Score": 0.57735, - "Index": 9565, - "Paragraph": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization). Transitional assistance may be offered in a number of ways including in-kind support, cash-based transfers, public works programmes or other income-generating activities. In contexts where there has been degradation of natural resources that are important for livelihoods or destruction of key water, sanitation and energy infrastructure, DDR programme participants can be employed in labour-intensive, quick-impact infrastructure or rehabilitation projects during the demobilization phase. When targeting natural resource management sectors, these projects can contribute to restoration and rehabilitation of environmental damages; increased protection of critical ecosystems; improved management of critical natural resources; and reduced vulnerability to natural disasters. Concerted efforts should be made to include women, youth, elderly, disabled, in planning and implementation of reinsertion activities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 28, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "", - "Heading4": "", - "Sentence": "Demobilization includes a reinsertion phase in which transitional assistance is offered to DDR programme participants for a period of up to one year, prior to reintegration support (see IDDRS 4.20 on Demobilization).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9570, - "Score": 0.57735, - "Index": 9570, - "Paragraph": "During reinsertion, DDR participants and beneficiaries can work on labour-intensive but unskilled activities that help them to build their capacity and contribute to natural resource management. Examples of specific activities are included in the box below.Box 4. Sample quick-impact projects Soil conservation and stabilization \\n - the construction of soil conservation structures, including terracing or planting of soil stabilizing vegetation \\n - stabilization of riverbanks and other natural flood control structures through increased vegetation Restoration of degraded or deforested lands \\n - reforestation or afforestation of degraded sites, where determined to be ecologically appropriate, ideally with native species \\n - establishment of renewable wood lots for firewood and charcoal \\n - restoration of riverine vegetation Reparation of critical public infrastructures for sanitation, water and transportation \\n - desilting of irrigation canals and construction of rainwater catchments or earth dams \\n - reparation of roads, drainage canals, groundwater wells, irrigation canals and sanitation infrastructure \\n - development of systems for municipal sanitation, including recycling and creation of designated areas for wasteThese types of activities are especially important in rural areas where many people depend on agriculture for their livelihoods. In urban areas, priority should be given to sanitation and access to water and health-related activities that will ensure that high-density areas are safe to live in. Activities designed to restore specific ecosystem functions, such as the restoration of mangroves to protect coastal communities from hurricanes or typhoons, or the stabilization of hillsides and mountains from heavy rains through reforestation or afforestation, can also improve the resiliency of local communities to the increased frequency of natural disasters that accompany climate change. These efforts can be integrated into broader climate security efforts as well, though interagency coordination.DDR practitioners should prioritize investment in infrastructure projects that strengthen environmental resilience against future crises like climate change and natural disasters. The objective of addressing natural resources during the reinsertion phase of a DDR programme is to improve strengthen environmental resilience and lay the groundwork for sound, sustainable management of natural resources. Where possible, reinsertion activities should be linked to longer-term reintegration support (see Table 4).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 29, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.1 Quick-impact projects in natural resource management", - "Heading4": "", - "Sentence": "During reinsertion, DDR participants and beneficiaries can work on labour-intensive but unskilled activities that help them to build their capacity and contribute to natural resource management.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9578, - "Score": 0.57735, - "Index": 9578, - "Paragraph": "Landmines and explosive remnants of war take a heavy toll on people\u2019s livelihoods, countries\u2019 economic and social development, and peacebuilding efforts. Restoring agricultural lands to a productive state is paramount for supporting livelihoods and improving food security, two of the most important concerns in any conflict-affected setting. Demining fields and potential areas for livestock and agriculture will therefore provide an essential step to restoring safety and access to agricultural lands and to restoring the confidence of local populations in the peace process. To ensure that agricultural land is returned to safety and productivity as quickly as possible, where applicable, DDR programmes should seek specific demining expertise. Male and female DDR programme participants and beneficiaries may be trained in demining during the reinsertion phase of a DDR programme and be supported to continue this work over the longer-term reintegration phase.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.2 Demining agricultural areas", - "Heading4": "", - "Sentence": "Landmines and explosive remnants of war take a heavy toll on people\u2019s livelihoods, countries\u2019 economic and social development, and peacebuilding efforts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9583, - "Score": 0.57735, - "Index": 9583, - "Paragraph": "Conflicts often result in a large amount of waste and debris from the destruction of infrastructure, buildings and other resources. Short-term public works programmes can be used to clean up this debris and to provide income for community members and former members of armed forces and groups. Participants can also be engaged in the training, employment and planning aspects of waste and debris management. Attention should be paid to health and safety regulations in such activities, since hazardous materials can be located within building materials and other debris. Expertise on safe disposal options should be sought. Barriers to the participation of specific needs groups should be identified and addressed.Demobilization: Key questions \\n - What is the risk (if any) that reinsertion assistance will equip former members of armed forces and groups with skills that can be used to further exploit natural resources or engage in criminal activities? \\n - If skills training and catch-up education are provided as part of short-term reinsertion assistance, do they adequately initiate former members of armed forces and groups in the realities of the lawful economic and social environment, including as it pertains to natural resources? \\n - What safeguards can be put in place to prevent former members of armed forces and groups from continuing to engage in any illicit or licit exploitation, control over and/or trade in natural resources linked to the conflict? \\n - What does demobilization offer that membership in armed forces and groups that are controlling or exploiting natural resources does not? Conversely, what does such membership in armed forces and groups offer that demobilization does not? What are the (perceived) benefits of continued engagement in illicit activities? \\n - How does demobilization address the specific needs of certain groups such as women and children who may have been recruited and used and/or been victims of armed forces and groups involved in natural resource exploitation, control or trafficking in conflict?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 30, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.2 Demobilization", - "Heading3": "7.2.3 Disposal and management of waste from conflict", - "Heading4": "", - "Sentence": "Conflicts often result in a large amount of waste and debris from the destruction of infrastructure, buildings and other resources.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9595, - "Score": 0.57735, - "Index": 9595, - "Paragraph": "The guidance in this section is intended to complement IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.DDR practitioners should seek to design reintegration activities that involve natural resources and support long-term sustainable livelihoods interventions. In conflict contexts, natural resource management is typically already a part of existing livelihoods and employment opportunities, in both formal and informal sectors. By carefully assessing and including natural resource management considerations - including foreseen impacts and potential threats from climate change - into reintegration efforts, DDR practitioners can help improve sustainability and resiliency in these key livelihoods sectors. Together with national stakeholders and interagency coordination, promoting sound natural resource management may also create pathways to support key natural resource sectors to transition from the war economy and come into alignment with national development priorities.Engaging the private sector in the reintegration phase of a DDR programme is also an opportunity to formalize natural resource sectors. This is especially important for sectors that have been part of the root causes of conflict, continue to be exploited to finance conflict, or where ex- combatants may already be engaged in informal employment or other income-generating activities. Changing these sectors helps to move the entire context from conflict towards sustainable peace. This is especially true in countries with significant potential for development of key natural resource sectors, whether in extractives or others. For example, individuals may join armed groups in order to access employment opportunities in the mining sector, but experience has shown that they prefer to work in mines regulated in the formal economy if they have the option. Support for the formalization of natural resource sectors may support both reduced recruitment and the creation of formal employment opportunities that will provide tax revenues for the State and be subject to national laws, including labour regulations.DDR practitioners must also consider both national and international private sector actors as key contributors to economic revitalization. While it can be difficult to get accurate information on the activities of private companies and their agreements with governments before, during and after conflict, DDR programmes offer an opportunity to engage with the private sector to enhance existing employment opportunities and to encourage their support for sustainable peace. DDR practitioners should determine the impacts and dependencies of the private sector on natural resources as part of their assessments and actively engage with local and international private companies to explore opportunities to generate employment and support community development through collaborations. This can help to identify existing and upcoming private sector companies that could be engaged to supply training and employment to DDR programme participants and beneficiaries.In natural resource sectors, private companies can also provide much-needed expertise and support for infrastructure development. While this should be encouraged, DDR practitioners must also be aware that national policies and enforcement capacities also need to be in place in order for this to contribute to sustainable peace. For example, in countries where the government is granting concessions to private entities for the exploitation of extractive or agricultural resources, sufficient due diligence requirements for transparency must be in place. These can include the ability for local communities to monitor company activities and the existence and enforcement of accompanying processes such as Free, Prior and Informed Consent (FPIC) and other principles of international norms included in the UN Guiding Principles on Business and Human Rights.Formalizing sectors that contribute to global supply chains, including minerals, timber, or other high-demand agricultural commodities requires understanding the existing supply chain. This could mean working with existing actors and efforts contributing to improved transparency, traceability and engagement of emerging technologies and systems to support this. For instance, due diligence efforts in mineral supply chains are increasingly being digitized, thereby reducing the risk of fraud present with paper-based systems. Electronic systems also enable clearer tracing to downstream companies implicated in mineral supply chains that are also subject to regulations governing their risk of exposure to conflict in their supply chains. DDR practitioners should engage with these efforts to identify ways to target and improve employment opportunities for those participating in reintegration programmes, as well as to help contribute to the overall stabilization of these sectors and their contribution to sustainable peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 33, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "", - "Heading4": "", - "Sentence": "The guidance in this section is intended to complement IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration.DDR practitioners should seek to design reintegration activities that involve natural resources and support long-term sustainable livelihoods interventions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9614, - "Score": 0.57735, - "Index": 9614, - "Paragraph": "Value chains are defined as the full range of interrelated productive activities performed by organizations in different geographical locations to produce a good or service from conception to complete production and delivery to the final consumer. A value chain encompasses more than the production process and also includes the raw materials, networks, flow of information and incentives between people involved at various stages. It is important to note that value chains may involve several products, including waste and by-products.Each step in a value chain process allows for employment and income-generating opportunities. Value chain approaches are especially useful for natural resource management sectors such as forestry, non-timber forest products (such as seeds, bark, resins, fruits, medicinal plants, etc.), fisheries, agriculture, mining, energy, water management and waste management. A value chain approach can aid in strengthening the market opportunities available to support reintegration efforts, including improving clean technology to support production methods, accessing new and growing markets and scaling employment and income-generation activities that are based on natural resources. DDR practitioners may use value chain approaches to enhance reintegration opportunities and to link opportunities across various sectors.22Engaging in different natural resource sectors can be extremely contentious in conflict settings. To reduce any grievances or existing tensions over shared resources, DDR practitioners should undertake careful assessments and community consultations shall be undertaken before including beneficiaries in economic reintegration opportunities in natural resource sectors. As described in the UN Employment Policy, community participation in these issues can help mitigate potential causes of conflict, including access to water, land or other natural resources. Capacity-building within the government will also need to take place to ensure fair and equitable benefit-sharing during local economic recovery.Reintegration programmes can benefit from engagement with private sector entities to identify value chain development opportunities; these can be at the local level or for placement on international markets. In order for the activities undertaken during reintegration to continue successfully beyond the end of reintegration efforts, communities and local authorities need to be placed at the centre of decision-making around the use of natural resources and how those sectors will be developed going forward. It is therefore essential that natural resource-based reintegration programmes be conducted with input from communities and local civil society as well as the government. Moving a step further, community-based natural resource management (CBNRM) approaches, which seek to increase related economic opportunities and support local ownership over natural resource management decisions, including by having women and youth representatives in CBNRM committees or village development committees, provide communities with strong incentives to sustainably manage natural resources themselves. Through an inclusive approach to CBNRM, DDR practitioners may ensure that communities have the technical support they need to manage natural resources to support their economic activities and build social cohesion.Box 5. Considerations to improve reconciliation and dialogue through CBNRM CBNRM can also contribute to social cohesion, dialogue and reconciliation, where these are considered as an explicit outcome of the reintegration programme. To achieve this, DDR practitioners should analyse the following opportunities during the design phase: \\n - Identification of shared natural resources, such as communal lands, water resources, or forests during the assessment phase, including analysis of which groups may be seen as the legitimate authorities and decision-makers over the particular resource. \\n - Establishment of decision-making bodies to manage communal natural resources through participatory and inclusive processes, with the inclusion of women, youth, and 36 marginalized groups. Special attention paid to the safety of women and girls when accessing these resources. \\n - Outreach to indigenous peoples and local communities, or other groups with local knowledge on natural resource management to inform the design of any interventions and integration of these groups for technical assistance or overall support to reintegration efforts. \\n - At the outset of the DDR programme and during the assessment and analysis phases, identify locations or potential \u201chotspots\u201d where natural resources may create tensions between groups, as well as opportunities for environmental cooperation and joint planning to complement and reinforce reconciliation and peacebuilding efforts. \\n - Make dialogue and confidence-building between DDR participants and communities an integral part of environmental projects during reintegration. \\n - Build reintegration options on existing community-based systems and traditions of natural resource management as potential sources for post-conflict peacebuilding, while working to ensure that they are broadly inclusive of different specific needs groups, including women, youth and persons with disabilities.Due to their different roles and gendered divisions of labour, female and male community members may have different natural resource-related knowledge skills and needs that should be considered when planning and implementing CBNRM activities. Education and access to information is an essential component of community empowerment and CBNRM programmes. In terms of natural resources, this means that DDR practitioners should work to ensure that communities and specific needs groups are fully informed of the risks and opportunities related to the natural resources and environment in the areas where they live. Providing communities with the tools and resources to manage natural resources can empower them to take ownership and to seek further engagement and accountability from the Government and private sector regarding natural resource management and governance.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 34, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.1 Value chain approaches and community-based natural resource management", - "Heading4": "", - "Sentence": "Value chains are defined as the full range of interrelated productive activities performed by organizations in different geographical locations to produce a good or service from conception to complete production and delivery to the final consumer.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9639, - "Score": 0.57735, - "Index": 9639, - "Paragraph": "In both rural and urban contexts, property rights, land tenure and access to land may underpin grievances and lead to further disputes or conflicts that undermine reintegration and sustainable peace. Land issues can be particularly complicated in countries where land governance frameworks and accompanying laws are not fully in place, where tenure systems do not exist or are contested, and where there are not due processes to resolve conflicts over land rights. In many cases, the State may claim rights to land that communities claim historical rights to and grant these lands to companies as concessions for extractive resources or to develop agricultural resources for trade in domestic and international markets.In these cases, DDR practitioners should carefully analyse the existing state of land tenure and related grievances to understand how they relate to the conflict context and may contribute to or undermine sustainable peace. Interagency cooperation and collaboration with national authorities will be essential for this, especially close collaboration with civil society and representatives of local communities. Where possible, addressing land-related grievances should be a priority for DDR practitioners, with support from experts and other agencies with mandates and resources to undertake the necessary efforts to improve the land tenure system of a particular context.DDR practitioners shall follow international guidelines for land tenure in the assessment, design and implementation phase of reintegration programmes. Since land tenure issues are a long- term development challenge, it is essential that DDR practitioners work with other specialized agencies to address this and ensure that land tenure reform efforts continue after the reintegration programme has come to an end.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 36, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.2 Reintegration support and land rights", - "Heading4": "", - "Sentence": "In both rural and urban contexts, property rights, land tenure and access to land may underpin grievances and lead to further disputes or conflicts that undermine reintegration and sustainable peace.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9645, - "Score": 0.57735, - "Index": 9645, - "Paragraph": "In many conflict contexts, agriculture and fisheries are mainstays of economic activities and subsistence livelihoods. However, the resources needed for these activities, including access to land, livestock and grazing areas, or boats can be compromised or destroyed by conflict. Seasonal patterns associated with agriculture and fisheries activities are to be accounted for when providing reintegration support and in particular when aiming at the promotion of income-generation activities. DDR practitioners should analyse the agricultural sector to understand which crops are most important for livelihoods and work with experts to determine how reintegration efforts can support the revitalization of the sector after conflict, including consideration of seasonality of agricultural activities and any associated migration patterns, as well as changing climate and rainfall patterns that are likely to affect agriculture. As described at the beginning of this section, a value chain and CBNRM approach to these sectors can help to maximize the opportunities and success of reintegration efforts by supporting improved production and processing of a particular agricultural commodity or fisheries product. DDR practitioners should seek experts from national institutions, local communities and interagency partners to bring as much technical expertise and resources to bear as possible, including perspectives on which crop species and methods may yield the greatest impact in terms of resiliency, sustainability and climate change adaptation.Improving resiliency in the agricultural sector should be a high priority for DDR practitioners, with considerations for shifting rainfall patterns and the need for responsive mitigation factors related to climate change prioritized. Access to water, technology to manage crop seasons and improved varieties that are drought-tolerant are some of the factors that DDR practitioners can take into consideration. DDR practitioners should consult experts for technical recommendations to improve the resiliency of reintegration programmes in the agriculture sector, both in terms of ecological and technological improvements, as well as links and connections to markets and supply chains to improve prospects for long-term economic recovery.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 37, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.3 Reintegration support and agriculture and fisheries", - "Heading4": "", - "Sentence": "In many conflict contexts, agriculture and fisheries are mainstays of economic activities and subsistence livelihoods.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9653, - "Score": 0.57735, - "Index": 9653, - "Paragraph": "Forestry as an economic sector can employ a substantial number of people but requires sound management to be sustainable. Forest lands are also often the traditional territories of indigenous peoples and their rights to those lands may be undermined during the conflict or by hostile takeovers as part of the granting of concessions to logging companies. DDR practitioners should be careful to analyze the full range of claims and rights to forest lands and promote sustainable forest management as part of reintegration efforts, including promoting the human rights of forest-dwelling peoples. Opportunities to work collaboratively with the private sector for job creation must be accompanied by commitments to promote human rights, including land rights, as part of any reintegration effort in the forestry sector. National actors should be supported to build capacity for sustainable forest management and safe and decent working conditions as part of these efforts. Interagency collaborators can also support capacity building and technical training.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 39, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.4 Reintegration support and forestry and energy", - "Heading4": "", - "Sentence": "Forestry as an economic sector can employ a substantial number of people but requires sound management to be sustainable.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9659, - "Score": 0.57735, - "Index": 9659, - "Paragraph": "The energy sector varies in each context, but where natural resource management and reintegration is concerned, DDR practitioners should carefully analyse critical energy resources for livelihoods and households. In many contexts, the unsustainable use of small trees for charcoal production can lead to reduced soil stability and heightened vulnerability to climate change impacts. For women and girls, the distance required to travel to gather wood for charcoal can also pose security risks, especially concerning sexual and gender-based violence. Alternatives that may be promoted by DDR practitioners include the development of community-managed woodlots specifically for charcoal production that are sustainably managed and located in secure areas. These efforts also help to improve resiliency by increasing supply for local energy needs as well as creating a sustainable source of livelihoods.In areas where other opportunities for energy production exist, such as micro-hydro or solar infrastructure, DDR practitioners should engage technical experts to identify opportunities and to determine what kinds of interventions may be feasible and recommended as part of reintegration efforts. Collaboration with national authorities and interagency stakeholders is also recommended for these efforts.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 40, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.5 Reintegration support and energy", - "Heading4": "", - "Sentence": "The energy sector varies in each context, but where natural resource management and reintegration is concerned, DDR practitioners should carefully analyse critical energy resources for livelihoods and households.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9665, - "Score": 0.57735, - "Index": 9665, - "Paragraph": "The extractive sector - which can include hydrocarbons as well as minerals, gems and precious metals - is often implicated in conflicts. The lootable nature of some of these resources, as well as the fact that they are in high demand and are highly valuable in international markets, makes them critical sources of potential financing for armed forces and groups, as well as organized criminal groups. Alternatively, these sectors have significant potential to contribute to livelihoods, employment and development if well-managed. DDR practitioners shall include these sectors in their analysis and identify opportunities and potential partnerships to contribute to the formalization and management of these sectors as part of reintegration efforts.Critical sources of information include entities working on improved transparency and traceability in these supply chains (including certification systems) who can provide DDR practitioners with critical information on operations that may be good candidates for reintegration opportunities in the mining and extractives sector. Likewise, DDR practitioners can provide these entities with information on risks related to armed forces and groups, creating a flow of information to ensure that efforts to improve conflict-free operations and employment opportunities in the mining and extractives sector are well coordinated.Other critical actors to consider include male and female members of organized criminal groups who may already be involved in the extraction and trade of these resources. Where organized criminal groups, or armed forces and groups, or even national security sector actors are implicated in the extraction and trade of these resources, DDR practitioners must ensure that they do not perpetuate this illicit capture of the extractive sector. Close collaboration with national and international stakeholders to help improve governance and enforcement of regulations in these sectors overall may be necessary before reintegration programmes can begin. DDR practitioners should look to engage with entities contributing to improving the transparency of these supply chains and to formalizing and strengthening employment opportunities.Once these sectors and actors have been identified, national actors and other technical expertise via interagency partnerships can be called upon by DDR practitioners to help support employment creation and formalization of the identified sectors. There are significant civil society resources at the international, regional and national levels that may be brought to bear here as well. In addition, DDR practitioners should seek to establish clear collaborations with private sector entities engaged in these sectors in order to promote their adherence to national laws and international norms for the extractive sector, including around land rights, labour rights, and human rights, including the FPIC of any potentially affected communities. This might include efforts to register the miners, traders and other actors along the supply chain and to encourage purchasing from mines that are certified or that have due diligence traceability measures in place.Finally, DDR practitioners should identify any potential environmental harms that may have resulted or could result from interventions in these sectors. Where environmental harms already exist, DDR practitioners may design reintegration programmes to mitigate and repair these damages. Where development of the extractives sector could potentially contribute to future harms, DDR practitioners shall identify the appropriate mitigating measures necessary to protect both the health and labour rights of workers, as well as any potential environmental harms", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 41, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.6 Reintegration support and extractives", - "Heading4": "", - "Sentence": "The extractive sector - which can include hydrocarbons as well as minerals, gems and precious metals - is often implicated in conflicts.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9678, - "Score": 0.57735, - "Index": 9678, - "Paragraph": "Water management is a critical sector for livelihoods for use by both households and the agricultural sector as well as a potentially critical issue of grievance, depending on the conflict context. In areas where water resources have been a cause of conflict, DDR practitioners should include a full analysis of the various perspectives of those who claim any grievance over the water resource and seek opportunities to use water management as a means to promote social cohesion. Community-based approaches to water management can be employed to ensure that decision-making authority is distributed amongst key affected parties, with special attention to the inclusion of specific needs groups and vulnerable populations who need access to water for safe consumption and their livelihoods.Water resource management can also be a powerful tool to promote cross-border, inter- regional or local cooperation. In areas where water resources cross political boundaries, this may necessitate transboundary agreements. In more local areas within political boundaries, water resource management can be addressed through locally devised options. Special attention shall be paid to any risk of contamination or diversion of water resources by upstream interventions as part of or outside of DDR programmes; to ensure this, DDR practitioners should consult technical experts to complete full analyses of the risks to any important water resource and integrate local and national actors and other interagency experts into the design of reintegration efforts as necessary. Attention should also be paid to allocation of water resources at the local level, including ensuring that access is equitable and that there are proper systems in place to ensure water quality and quantity. In addition, the current and likely future effects of climate change on water resources \u2013 underground as well as surface level and contributing rainfall patterns \u2013 should be considered when determining any interventions that may affect future water access and availability.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 43, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.7 Reintegration support and water management", - "Heading4": "", - "Sentence": "Water management is a critical sector for livelihoods for use by both households and the agricultural sector as well as a potentially critical issue of grievance, depending on the conflict context.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9686, - "Score": 0.57735, - "Index": 9686, - "Paragraph": "Waste management can be a productive sector that contributes to economic reintegration and also needs to be considered for potential risks that could contaminate other natural resources. Any opportunities to improve sanitation and upcycle water materials can be integrated into reintegration efforts; DDR practitioners should engage technical experts to support analysis for this sector to mitigate any potential risks and create employment opportunities where possible.Reintegration: Key questions \\n- Has data been collected and analysed on natural resource management, including formal and informal, licit and illicit activities, through relevant assessments, to inform reintegration options? \\n- What opportunities exist for reintegration activities in natural resource management to address the root causes and grievances that led to conflict? \\n- Have the risks and opportunities associated with natural resource management as relevant to armed forces and groups or organized criminal groups been analysed (through conflict analysis) when determining effective approaches to reintegration that will avoid the risk of future conflict? \\n- Have the cultural and social dimensions of natural resources in livelihoods and employment, including the gender dimensions of resource access and use, been addressed? \\n- Have all relevant actors in the government, civil society, NGOs, international organizations and local and international private sector entities been engaged and consulted? \\n- Have a selection of environmental and natural resource indicators to monitor DDR and any potential destabilizing trends been included? \\n- Have the impact of government proposals and concession negotiations for extractive industries and any risks for security and durable peace been analysed and considered?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 44, - "Heading1": "7. DDR programmes and natural resources", - "Heading2": "7.3 Reintegration", - "Heading3": "7.3.8 Reintegration support and waste management", - "Heading4": "", - "Sentence": "Waste management can be a productive sector that contributes to economic reintegration and also needs to be considered for potential risks that could contaminate other natural resources.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9694, - "Score": 0.57735, - "Index": 9694, - "Paragraph": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present. Alternatively, DDR-related tools may also be used before, during and after DDR programmes as complementary measures (see IDDRS 2.10 on The UN Approach to DDR).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When the preconditions are not present to support a DDR programme, a number of DDR-related tools may be used in contexts where natural resources are present.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9696, - "Score": 0.57735, - "Index": 9696, - "Paragraph": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR). Benefit sharing, whether of minerals, land, timber or water resources, can be a make-or-break aspect of peace negotiations. Thus, in conflicts where armed forces and groups use natural resources as a means of financing conflict or where they act as an underlying grievance for recruitment, DDR should advise mediators that, where possible, natural resources (or a future commitment to address natural resources) should also be included in peace agreements. Addressing these grievances directly in mediation processes is extremely difficult, making it extremely important that sound and viable strategies for subsequent peacebuilding processes that seek to prevent the re-emergence of armed conflict related to natural resources are prioritized. It is important to carefully analyse how the conflict ended, to note if it was a military victory, a peace settlement, or otherwise, as this will have implications for how natural resources (especially land) might be distributed after the conflict ends. It is important to ensure that women\u2019s voices are also included, as they will be essential to the implementation of any peace agreement and especially to the success of DDR at the community level. Research shows that women consistently prioritize natural resources as part of peace agreements and therefore their inputs should specifically be sought on this issue.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.1 DDR support to mediation", - "Heading3": "", - "Heading4": "", - "Sentence": "The parameters for DDR programmes are often set during peace negotiations and DDR practitioners should seek to advise mediators on what type of DDR provisions are realistic and implementable (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9703, - "Score": 0.57735, - "Index": 9703, - "Paragraph": "Transitional weapons and ammunition management is a series of interim arms control measures. When implemented as part of a DDR process, transitional WAM is primarily aimed at reducing the capacity of individuals and armed groups to engage in armed violence and conflict. Transitional WAM also aims to reduce accidents and save lives by addressing the immediate risks related to the possession of weapons, ammunition and explosives. As outlined in section 5.2, natural resources may be exploited to finance the acquisition of weapons and ammunition. These weapons and ammunition may then be used armed forces and groups to control territory. If members of armed forces and groups refuse to disarm, for reasons of insecurity, or because they wish to maintain territorial control, DDR practitioners may, in some instances, consider supporting transitional WAM measures focused on safe and secure storage and recordkeeping. For further information, see IDDRS 4.11 on Transitional Weapons and Ammunition Management.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 46, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.2 Transitional weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "Transitional weapons and ammunition management is a series of interim arms control measures.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 9710, - "Score": 0.57735, - "Index": 9710, - "Paragraph": "Community violence reduction programmes have many different uses, including the prevention of recruitment. When natural resources are managed in a way that creates employment opportunities and supports development, they can help prevent or discourage the recruitment of individuals into armed forces and groups. Community-based initiatives and short-term employment opportunities that support good natural resource management, such as in infrastructure, disaster-risk reduction, rehabilitation of water resources, restoration of degraded ecosystems and others can provide needed livelihoods resources and discourage participation in other illicit activities or armed groups.In addition, CVR programmes can also be used as stop-gap reinsertion assistance when the reintegration phase of a DDR programme is delayed. The projects implemented as part of a CVR programme are determined by local priorities and can include, but are not limited to, agriculture, labour-intensive short-term employment, and infrastructure improvement. As CVR and reintegration support may sometimes be designed as one programme, particularly in non-mission settings, DDR practitioners should be aware that the guidance on reinsertion and reintegration in this module also applies to CVR. For further information on CVR, see IDDRS 2.30 on Community Violence Reduction.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 47, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.3 Community violence reduction", - "Heading3": "", - "Heading4": "", - "Sentence": "Community violence reduction programmes have many different uses, including the prevention of recruitment.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9716, - "Score": 0.57735, - "Index": 9716, - "Paragraph": "Many comprehensive peace agreements include provisions for transitional security arrangements (see IDDRS 2.20 on The Politics of DDR). Depending on the context, these arrangements may include the deployment of the national police, community police, or the creation of joint units, patrols or operations involving the different parties to a conflict. Joint efforts can help to increase scrutiny on the illicit trade in natural resources. However, these efforts may be compromised in areas where organized criminal groups are present or where natural resources are being exploited by armed forces or groups. In this type of context, DDR practitioners may be better off working with mediators and other actors to help increase provisions for natural resources in peace agreements or cease-fires (see section 8.1 and IDDRS 6.40 on DDR and Organized Crime). Where transitional security arrangements exist, education and training for security units on how to secure natural resources will ensure greater transparency and oversight which can reduce opportunities for misappropriation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 47, - "Heading1": "8. DDR-related tools and natural resource management", - "Heading2": "8.4 Transitional security arrangements", - "Heading3": "", - "Heading4": "", - "Sentence": "Many comprehensive peace agreements include provisions for transitional security arrangements (see IDDRS 2.20 on The Politics of DDR).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9722, - "Score": 0.57735, - "Index": 9722, - "Paragraph": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration). The guidance provided in section 7.3 of this module, on reintegration as part of a DDR programme, also applies to reintegration efforts outside of DDR programmes. In contexts of ongoing armed conflict, reintegration support can focus on resiliency and improving opportunities in natural resource management sectors, picking up on many of the CBNRM approaches discussed in previous sections. In particular, engagement with other efforts to improve the transparency in targeted natural resource supply chains is extremely important, as this can be a source of creating sustainable employment opportunities and reduce the risk that key sectors are re- captured by armed forces and groups. Undertaking these efforts together with other measures to help the recovery of conflict-affected communities can also create opportunities for social reconciliation and cohesion.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "9. Reintegration support and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Reintegration support may be provided at all stages of conflict, even if there is no formal DDR programme or peace agreement (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace and IDDRS 4.30 on Reintegration).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 9727, - "Score": 0.57735, - "Index": 9727, - "Paragraph": "Armed forces and groups often fuel their activities by assuming control over resource rich territory. When States lose sovereign control over these resources, DDR and SSR processes are impeded. For example, resource revenues can prove relatively more attractive than the benefits offered through DDR and, as a result, individuals and groups may opt not to participate. Similarly, armed groups that are required by peace agreements to integrate into the national army and redeploy to a different geographical area may refuse to do so if it means losing control over resource rich territory. Where members of the security sector have been controlling natural resource extraction and/ or trade areas or networks, this dynamic is likely to continue until the sector becomes formalized and there are appropriate systems of accountability in place to prevent illegal exploitation or trafficking of resources.Peace agreements that do not effectively address the role of natural resources risk leaving warring parties with the economic means to resume fighting as soon as they decide that peace no longer suits them. In contexts where natural resources fuel conflict, integrated DDR and SSR processes should be planned with this in mind. Where appropriate, DDR practitioners should advise mediation teams on the impact of militarized resource exploitation on DDR and SSR and recommend that provisions regarding the governance of natural resources are included in the peace agreement (if one exists). Care must also be taken not to further militarize natural resource extraction areas. The implementation of DDR in this context can be supported by SSR programmes that address the governance of natural resources. Among other elements, these programmes may focus on ensuring the transparent and accountable allocation of natural resource concessions and transparent management of the revenues derived from their exploitation. This will involve supporting assessments of what natural resources the country has and their best possible usage; assisting in the creation of laws and regulations that require transparency and accountability; and building institutional capacity to manage natural resources wisely and enforce the law effectively. For more information on the relationship between DDR and SSR, see IDDRS 6.10 on DDR and Security Sector Reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 48, - "Heading1": "10. DDR, SSR and natural resource management", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Armed forces and groups often fuel their activities by assuming control over resource rich territory.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 9739, - "Score": 0.57735, - "Index": 9739, - "Paragraph": "Sample questions for conflict and security analysis: \\n Who in the communities/society/government/armed groups benefits from the natural resources that were implicated in the conflict? How do men, women, boys, girls and people with disabilities benefit specifically? \\n Who has access to and control over natural resources? What is the role of armed groups in this? \\n What trends and changes in natural resources are being affected by climate change, and how is access and control over natural resources impacted by climate change? \\n Who has access to and control over land, water and non-extractive resources disaggregated by sex, age, ethnic and/or religion? What is the role of armed groups in this? \\n What are the implications for those who do not carry arms (e.g., security and access to control over resources)? \\n Who are the most vulnerable people in regard to depletion of natural resources or contamination? \\n Who is vulnerable people in terms of safety and security regarding access to natural resources and what are the specific vulnerabilities of men, women, and minorities? \\n Which groups face constraints in regard to access to and ownership of capital assets?Sample questions for disarmament operations and transitional weapons and ammunition management: \\n Who within the armed groups or in the communities carry arms? Do they use these to control natural resources or specific territories? \\n What are the implications of disarmament and stockpile management sites for local communities\u2019 livelihoods and access to natural resources? Are the implications different for women and men? \\n What are the reasons for male and female members of armed groups to hold arms and ammunition (e.g., lack of alternative livelihoods, lootability of natural resources, status)? \\n What are the reasons for male and female community members to possess arms and ammunition (e.g. access to natural resources, protection, status)?Sample questions for demobilization (including reinsertion): \\n How do cantonments or other demobilization sites affect local communities\u2019 access to natural resources? \\n How are women and men affected differently? \\n What are the infrastructure needs of local communities? \\n What are the differences of women and men\u2019s priorities? \\n In order to act in a manner inclusive of all relevant stakeholders, whose voices should be heard in the process of planning and implementing reinsertion activities with local communities? \\n What are the traditional roles of women and men in labour market participation? What are the differences between different age groups? \\n Do women or men have cultural roles that affect their participation (e.g. child care roles, cultural beliefs, time poverty)? \\n What skills and abilities are required from participants of the planned reinsertion activities? \\n Are there groups that require special support to be able to participate in reinsertion activities?Sample questions for reintegration and community violence reduction programmes: \\n What are the gender roles of women and men of different age groups in the community? \\n What decisions do men and women make in the family and community? \\n Who within the household carries out which tasks (e.g. subsistence/breadwinning, decision making over income spending, child care, household chores)? \\n What are the incentives of economic opportunities for different family members and who receives them? \\n Which expenditures are men and women responsible for? \\n How rigid is the gendered division of labour? \\n What are the daily and seasonal variations in women and men\u2019s labour supply? \\n Who has access to and control over enabling assets for productive resources (e.g., land, finances, credit)? \\n Who has access to and control over human capital resources (e.g., education, knowledge, time, mobility)? \\n What are the implications for those with limited access or control? For those who risk their safety and security to access natural resources? \\n How do constraints under which men and women of different age groups operate differ? \\n Who are the especially vulnerable groups in terms of access to natural resources (e.g., women without male relatives, internally displaced people, female-headed households, youth, persons with disabilities)? \\n What are the support needs of these groups (e.g. legal aid, awareness raising against stigmatization, protection)? How can barriers to the full participation of these groups be mitigated?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 49, - "Heading1": "Annex B: Sample questions for specific needs analysis in regard to natural resources in DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Sample questions for conflict and security analysis: \\n Who in the communities/society/government/armed groups benefits from the natural resources that were implicated in the conflict?", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 9782, - "Score": 0.57735, - "Index": 9782, - "Paragraph": "Second Report on protection of the environment in relation to armed conflicts of 2019 (A/CN.4/728) by Special Rapporteur Marja Lehto \\n The present report considers certain questions of the protection of the environment in non- international armed conflicts, with a focus on how the international rules and practices concerning natural resources may enhance the protection of the environment during and after such conflicts. It should be underlined here that the two questions considered\u2013 illegal exploitation of natural resources and unintended environmental effects of human displacement \u2013 are not exclusive to non-international armed conflicts. Nor do they provide a basis for a comprehensive consideration of environmental issues relating to non-international conflicts. At the same time, they are representative of problems that have been prevalent in current non-international armed conflicts and have caused severe stress to the environment. The present report will lay the basis for finalizing work on the topic by the International Law Commission, so that a complete set of draft principles together with the accompanying commentaries could be adopted.The Sustaining Peace Approach and twin resolutions on the review of the UN Peacebuilding Architecture of 2018 (GA resolution 70/262 and SC resolution 2282 (2016)) \\n The concept of \u2018Sustaining Peace\u2019 has emerged as a new and comprehensive approach to preventing the outbreak, continuation and recurrence of conflict. It marks a clear break from the past where efforts to build peace were perceived to be mainly restricted to post-conflict contexts. The concept, framed by the twin sustaining peace resolutions and the United Nations (UN) Secretary General Report on peacebuilding and sustaining peace, recognises that a comprehensive approach is required across the peace continuum, from conflict prevention, through peace-making, peacekeeping and longer-term development. It therefore necessitates an 'integrated and coherent approach among relevant political, security and developmental actors, within and outside of the United Nations system.SG Action for Peacekeeping (A4P) initiative and Declaration of Shared Commitments (2018) \\n\\n Through his Action for Peacekeeping (A4P) initiative, the Secretary-General called on Member States, the Security Council, host countries, troop- and police- contributing countries, regional partners and financial contributors to renew our collective engagement with UN peacekeeping and mutually commit to reach for excellence. The Declaration commitments focus on a set of key priorities that build on both new commitments and existing workstreams. Implementation goals are centered on eight priority commitment areas: \\n politics \\n women, peace and security \\n protection \\n safety and security \\n performance and accountability \\n peacebuilding and sustaining peace \\n partnerships \\n conduct of peacekeepers and peacekeeping operations2030 Agenda for Sustainable Development and the Sustainable Development Goals (SDGs) \\n The SDGs include elements that pertain to DDR, gender and natural resources. A comprehensive approach to achieving them requires humanitarian and development practitioners, including those working in DDR processes, to take into account each of these goals when planning and designing interventions. _____ Report of the Secretary-General on \u201cWomen\u2019s participation in peacebuilding\u201d of 7 September 2010 (A/65/354 - S/2010/466) \\n The report calls on all peacebuilding actors to \u201censure gender-responsive economic recovery\u201d through \u201cthe promotion of women as \u2018front-line\u2019 service-delivery agents,\u201d including in the areas of \u201cagricultural extension and natural resource management.\u201dThird Report of the Secretary-General on \u201cDisarmament, demobilization and reintegration\u201d of 21 March 2011 (A/65/741) \\n The 2011 Report of the Secretary-General on DDR identifies trafficking in natural resources as a \u201ckey regional issue affecting the reintegration of ex-combatants,\u201d and specifically refers to natural resource management as an emerging issue that can contribute to the sustainability of reintegration programmes if properly addressed.Resolution adopted by the General Assembly on \u201cObservance of environmental norms in the drafting and implementation of agreements on disarmament and arms control\u201d of 13 January 2011 (A/RES/65/53) \\n This General Assembly resolution underlines \u201cthe importance of the observance of environmental norms in the preparation and implementation of disarmament and arms limitation agreements\u201d and reaffirms that the international community should contribute to ensuring compliance with relevant environmental norms in negotiating treaties and agreements on disarmament and arms limitation. It further calls on \u201call States to adopt unilateral, bilateral, regional and multilateral measures so as to contribute to ensuring the application of scientific and technological progress within the framework of international security, disarmament and other related spheres, without detriment to the environment or to its effective contribution to attaining sustainable development.\u201dReport of the Secretary-General on \u201cPeacebuilding in the immediate aftermath of conflict\u201d of 16 July 2010 (A/64/866\u2013S/2010/386) \\n In this report, the Secretary-General notes that \u201cgreater efforts will be needed to deliver a more effective United Nations response\u201d in the area of natural resources, and he \u201ccall[s] on Member States and the United Nations system to make questions of natural resource allocation, ownership and access an integral part of peacebuilding strategies.\u201dUnited Nations Policy for Post-Conflict Employment Creation, Income Generation and Reintegration (2009) \\n The Policy notes the importance of addressing \u201croot causes of conflict such as inequitable access to land and natural resources\u201d through the use of \u201cfiscal and redistributive incentives to minimize social tensions\u201d during the reintegration process. It further suggests: \\n diversifying away from natural resource exports by expanding labour-intensive exports and tourism; \\n implementing cash-for-work projects in relevant agricultural and natural resource sectors in rural areas; \\n engaging traditional authorities in dispute resolution, particularly with regard to access to property and other natural resources (such as forestry, fishing and grazing land); and \\n implementing labour-intensive infrastructure programmes to promote sustainable agriculture, including restoration of the natural resource base, while simultaneously emphasizing social acceptance and community participation. ILO Indigenous and Tribal Peoples Convention, 1989 (No. 169) \\n Convention No. 169 offers a unique framework for the protection of the rights of indigenous peoples as an integral aspect of inclusive and sustainable development. As the only international treaty on the subject, it contains specific provisions promoting the improvement of the standards of living of indigenous peoples from an inclusive perspective, and includes their participation from the initial stages in the planning of public policies that affect them, including labour policies. Regarding the rights of ownership and possession over the lands which they traditionally occupy shall be recognized.ILO Recommendation on Employment and Decent Work for Peace and Resilience (No 205) 2017 This policy builds on ILO recommendation 77 \\n Transition from War to peace and features an expanded scope including internal conflicts and disasters. It broadens and updates the guidance on employment and several other elements of the Decent Work Agenda, taking into account the current global context and the complex and evolving nature of contemporary crises as well as the experience gained by the ILO and the international community in crisis response over the last decades. It also focuses on recovery and reconstruction in post-conflict and disaster situations, as well as on addressing root causes of fragility and taking preventive measures for building resilience.Security Council \u201cResolution 1509 (2003)\u201d on Liberia (S/RES/1509); \u201cResolution 1565 (2004)\u201d on DRC (S/RES/1565); and \u201cResolution 1856 (2008)\u201d on DRC (S/RES/1856) \\n\\n These resolutions share an emphasis on the link between armed conflict and the illicit exploitation and trade of natural resources, categorically condemning the illegal exploitation of these resources and other sources of wealth: \\n In resolution 1509 (2003), the UN Peacekeeping Mission in Liberia was called upon to assist the transitional government in restoring the proper administration of natural resources; \\n Resolution 1565 (2004) \u201curge[s] all States, especially those in the region including the Democratic Republic of the Congo itself, to take appropriate steps in order to end these illegal activities, including if necessary, through judicial means \u2026 and exhort[ed] the international financial institutions to assist the Government of National Unity and Transition in establishing efficient and transparent control of the exploitation of natural resources;\u201d \\n \u201cRecognizing the link between the illegal exploitation of natural resources, the illicit trade in such resources and the proliferation and trafficking of arms as one of the major factors fuelling and exacerbating conflicts in the Great Lakes region of Africa, and in particular in the Democratic Republic of the Congo,\u201d Security Council Resolution 1856 (2008) decided that the UN Peacekeeping Mission would work in close cooperation with the Government in order to, among other things, execute the \u201cdisarmament, demobilization, monitoring of resources of foreign and Congolese armed groups,\u201d and more specifically, \u201cuse its monitoring and inspection capacities to curtail the provision of support to illegal armed groups derived from illicit trade in natural resources.\u201dReport of the Secretary-General entitled Progress report on the prevention of armed conflict of 18 July 2006 (A/60/891) \\n The Secretary-General\u2019s progress report notes that \u201cThe most effective way to prevent crisis is to reduce the impact of risk factors \u2026 These include, for instance, international efforts to regulate trade in resources that fuel conflict, such as diamonds \u2026 efforts to combat narcotics cultivation, trafficking and addiction \u2026 and steps to reduce environmental degradation, with its associated economic and political fallout. Many of these endeavours include international regulatory frameworks and the building of national capacities.\u201d In addition, he emphasizes more specifically that, \u201cEnvironmental degradation has the potential to destabilize already conflict-prone regions, especially when compounded by inequitable access or politicization of access to scarce resources,\u201d and \u201curge[s] Member States to renew their efforts to agree on ways that allow all of us to live sustainably within the planet\u2019s means.\u201d He encourages, among other things, implementing programmes that \u201ccan also have a positive impact locally by promoting dialogue around shared resources and enabling opposing groups to focus on common problems.\u201dUNDG-ECHA Guidance Note on Natural Resource Management in Transition Settings (January 2013) \\n This note provides guidance on policy anchors for natural resource management in transition settings, key guiding questions for extractive industries, renewable resources and land to help understand their existing and potential contribution to conflict and peacebuilding and describes entry points where these issues should be considered within existing UN processes and tools. It also includes annexes, which highlight tools, resources and sources of best practice and other guidance for addressing natural resource management challenges in transition settings.Examples of relevant Certification Schemes, Standards, Guidelines and Principles \\n Extractive Industries Transparency Initiative (EITI) The EITI is a coalition of governments, companies, civil society groups, investors and international organizations that has developed an international standard for transparent reporting on revenues from natural resources. With the EITI, companies publish what they pay and governments publish what they receive in order to encourage transparency and accountability on both sides. The process is overseen by a multi stakeholder group of governments, civil society and companies that provides a forum for dialogue and a platform for broader reforms along the natural resources value chain.Food and Agriculture Organization of the United Nations Land Tenure Guidelines \\n The purpose of these guidelines is to serve as a reference and provide guidance to improve the governance of tenure of land, fisheries and forests with the overarching goal of achieving food security for all. The Guidelines have a particular focus on the linkages between tenure of land, fisheries and forests with poverty eradication, food security and sustainable livelihoods, with an emphasis on vulnerable and marginalized people. They mention specific actions that can be taken in order to improve tenure for land, fisheries and forests, especially for women, children, youth and indigenous peoples, as well as for the resolution of disputes, conflicts over tenure, and cooperation on transboundary matters. The Guidelines are voluntary.Pinheiro Principles on Housing and Property Restitution for Refugees and Displaced Persons \\n The Pinheiro Principles on Housing and Property Restitution for Refugees and Displaced Persons were endorsed by the United Nations Sub-Commission on the Promotion and Protection of Human Rights on 11 August 2005 and are firmly established on the basis of international humanitarian and human rights law. The Principles provide restitution practitioners, as well as States and UN agencies, with specific policy guidance relating to the legal, policy, procedural, institutional and technical implementation mechanisms for housing and property restitution following conflicts, disasters or complex emergencies. While the principles are focused on housing, land and property (HLP) rights, they also refer to commercial properties, including agricultural and pastoral land. They also advocate for the inclusion of HLP issues in peace agreements and for appeals or other humanitarian budgets.Natural Resources Charter \\n The Natural Resource Charter is a set of principles for governments and societies on how to best harness the opportunities created by extractive resources for development. It outlines tools and policy options designed to avoid the mismanagement of diminishing natural riches and ensure their ongoing benefits. The charter is organized around 12 core precepts offering guidance on key decisions governments face, beginning with whether to extract resources and ending with how generated revenue can produce maximum good for citizens. It is not a recipe or blueprint for the policies and institutions countries must build, but rather a set of principles to guide decision making processes. First launched in 2010 at the annual meetings of the International Monetary Fund and the World Bank, the charter was written by an independent group of practitioners and academics under the governance of an oversight board composed of distinguished international figures with first-hand experience of the challenges faced by resource-rich countries.OECD due diligence guidance for responsible supply chains of minerals from conflict-affected and high-risk areas \\n The OECD Due Diligence Guidance provides detailed recommendations to help companies respect human rights and avoid contributing to conflict through their mineral purchasing decisions and practices. This Guidance is for use by any company potentially sourcing minerals or metals from conflict-affected and high-risk areas. The OECD Guidance is global in scope and applies to all mineral supply chains. Section 1502 of the Dodd-Frank Act \\n The \u201cconflict minerals\u201d provision\u2014commonly known as Section 1502 of the Dodd Frank Act\u2014 requires U.S. publicly-listed companies to check their supply chains for tin, tungsten, tantalum and gold, if they might originate in Congo or its neighbors, take steps to address any risks they find, and to report on their efforts every year to the U.S. Securities and Exchange Commission (SEC). Companies are not encouraged to stop sourcing from this region but are required to show they are working with the appropriate care\u2014what is now known as \u201cdue diligence\u201d\u2014to make sure they are not funding armed groups or human rights abuses.Kimberley Process \\n The Kimberley Process Certification Scheme (KPCS) imposes extensive requirements on its members to enable them to certify shipments of rough diamonds as \u2018conflict-free' and prevent conflict diamonds from entering the legitimate trade. Under the terms of the KPCS, participating states must meet \u2018minimum requirements' and must put in place national legislation and institutions; export, import and internal controls; and also commit to transparency and the exchange of statistical data. Participants can only legally trade with other participants who have also met the minimum requirements of the scheme, and international shipments of rough diamonds must be accompanied by a KP certificate guaranteeing that they are conflict-free.UN Guiding Principles on Business and Human Rights \\n The UN Guiding Principles on Business and Human Rights are a set of guidelines for States and companies to prevent, address and remedy human rights abuses committed in business operations. The Principles are organized under three main tenets: Protect, Respect and Remedy. Companies worldwide are expected to comply with these norms, which underpin existing movements to create due diligence legislation for company supply chain operations worldwide. Land Governance Assessment Framework (LGAF) \\n Development practitioners of all persuasions recognize that a well-functioning land sector can boost a country's economic growth, foster social development, shield the rights of vulnerable groups, and help with environmental protection. The World Bank\u2019s LGAF is a diagnostic instrument to assess the state of land governance at the national or sub-national level. Local experts rate the quality of a country's land governance along a comprehensive set of dimensions. These ratings and an accompanying report serve as the basis for policy dialogue at the national or sub-national level.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.30-DDR-and-Natural-Resources", - "Module": "DDR and Natural Resources", - "PageNum": 52, - "Heading1": "Annex C: Relevant frameworks and standards for natural resources in conflict settings", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Second Report on protection of the environment in relation to armed conflicts of 2019 (A/CN.4/728) by Special Rapporteur Marja Lehto \\n The present report considers certain questions of the protection of the environment in non- international armed conflicts, with a focus on how the international rules and practices concerning natural resources may enhance the protection of the environment during and after such conflicts.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10349, - "Score": 0.57735, - "Index": 10349, - "Paragraph": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace. It is intended to provide a legal framework, guiding principles and options for policymakers and programme planners who are contributing to strategies that aim to minimize tensions and build on opportunities between transitional justice and DDR. Coordination between transitional justice and DDR programmes begins with an under- standing of how transitional justice and DDR may interact positively in the short-term in ways that, at a minimum, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim beyond that. Efforts should be undertaken to constructively connect these two processes in ways that contribute to a stable, just and long-term peace.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module on DDR and transitional justice aims to contribute to accountable DDR pro- grammes that are based on more systematic and improved coordination between DDR and transitional justice processes, so as to best support the successful transition from con- flict to sustainable peace.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10354, - "Score": 0.57735, - "Index": 10354, - "Paragraph": "This module will explore the linkages between DDR programmes and transitional justice measures that seek prosecutions, truth-seeking, reparation for victims and institutional reform to address mass atrocities that occurred in the past. It is based on the principle that DDR programmes that are informed by international humanitarian law and international human rights law are more likely to achieve the long term objectives of the programme and be better supported by the international community. It aims to contribute to DDR programmes that comply with international standards and promote transitional justice objectives by pro- viding a relevant legal framework and set of guidelines and options for practitioners to consider when designing, implementing, and evaluating DDR programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module will explore the linkages between DDR programmes and transitional justice measures that seek prosecutions, truth-seeking, reparation for victims and institutional reform to address mass atrocities that occurred in the past.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10357, - "Score": 0.57735, - "Index": 10357, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20. In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c) \u2018may\u2019 is used to indicate a possible method or course of action; \\n d) \u2018can\u2019 is used to indicate a possibility and capability; and, \\n e) \u2018must\u2019 is used to indicate an external constraint or obligation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 1, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10361, - "Score": 0.57735, - "Index": 10361, - "Paragraph": "Since the mid-1980s, societies emerging from violent conflict or repressive rule have often chosen to address past violations of international human rights law and international humani- tarian law through transitional justice measures.Transitional justice \u201ccomprises the full range of processes and measures associated with a society\u2019s attempts to come to terms with a legacy of large-scale past abuses, in order to ensure accountability, serve justice and achieve reconciliation.\u201d1 (S/2004/616) It is primarily concerned with gross violations of international human rights law2 and seri- ous violations of international humanitarian law. Transitional justice measures may in- clude judicial and non-judicial responses such as prosecutions, truth commissions, reparations programmes for victims and tools for institutional reform such as vetting. Whatever combination is chosen must be in conformity with international legal standards and obligations. This module will also provide information on locally-based processes of justice, justice for women, and justice for children.Transitional justice measures are increasingly part of the political package that is agreed to by the parties to a conflict in a cease-fire or peace agreement. Subsequently, it is not uncommon for DDR programmes and transitional justice measures to coexist in the post- conflict period. The overlap of transitional justice measures with DDR programmes can create tension. Yet the coexistence of these two types of initiatives in the immediate aftermath of conflict\u2014one focused on accountability, truth and redress and the other on security\u2014 may also contribute to achieving the long-term shared objectives of reconciliation and peace. DDR may contribute to the stability necessary to implement transitional justice ini- tiatives; and the implementation of transitional justice measures for accountability, truth, redress and institutional reform can increase the likelihood that DDR programmes will achieve their aims, by strengthening the legitimacy of the programme from the perspec- tive of the victims of violence and their communities, and contributing in this way to their willingness to accept returning ex-combatants.The relationship between DDR programmes and transitional justice measures can vary widely depending on the country context, the manner in which the conflict was fought and how it ended, and the level of involvement by the international community, among many other factors. In situations where DDR programmes and transitional justice meas- ures coexist in the field, both stand to benefit from a better understanding of their respec- tive mandates and ultimate aims. In all DDR processes there is a need to understand how DDR programmes link in with other aspects of a peace consolidation process, be they political, humanitarian, security or justice related, so as to avoid one process impacting negatively on another. UN-supported DDR aims to be people-centred, flexible, accountable and transparent; nationally owned; integrated; and well planned (see IDDRS 2.10 on the UN Approach to DDR). This module therefore further aims to contribute to an accountable DDR that is based on more systematic and improved coordination between DDR and tran- sitional justice processes so as to best facilitate the successful transition from conflict to sustainable peace.Box 1 Primary approaches to transitional justice \\n Prosecutions \u2013 are the conduct of investigations and judicial proceedings against an alleged perpetrator of a crime in accordance with international standards for the administration of justice. For the purposes of this module, the focus is on the prosecution of individuals accused of criminal conduct involving gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Prosecutions initiatives can vary. They can be broad in scope, aiming to try many perpetrators, or they can be narrowly focused on those that bear the most responsibility for the crimes committed. \\n Reparations \u2013 are a set of measures that provides redress for victims of gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Reparations can take the form of restitution, compensation, rehabilitation, satisfaction, and guarantees of non-repetition. Reparations programs have two goals: first, to provide recognition for victims because reparation are explicitly and primarily carried out on behalf of victims; and, second, to encourage trust among citizens, and between citizens and the state, by demonstrating that past abuses are regarded seriously by the new government. \\n Truth commissions \u2013 are non-judicial or quasi-judicial fact-finding bodies. They have the primary purpose of investigating and reporting on past abuses in an attempt to understand the extent and patterns of past violations, as well as their causes and consequences. The work of a commission is to help a society understand and acknowledge a contested or denied history, and bring the voices and stories of victims to the public at large. It also aims at preventing further abuses. Truth commissions can be official, local or national. They can conduct investigations and hearings, and can identify the individuals and institutions responsible for abuse. Truth commissions can also be empowered to make policy and prosecutorial recommendations. \\n Institutional reform \u2013 is changing public institutions, including those that may have perpetuated a conflict or served a repressive regime, and transforming them into institutions that are more effective and accountable and thus better able to support the transition, sustain peace and preserve the rule of law. Following a period of massive human rights abuse, building fair and efficient public institutions play a critical role in preventing future abuses. It also enables public institutions, in particular in the security and justice sectors, to provide criminal accountability for past abuses.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Since the mid-1980s, societies emerging from violent conflict or repressive rule have often chosen to address past violations of international human rights law and international humani- tarian law through transitional justice measures.Transitional justice \u201ccomprises the full range of processes and measures associated with a society\u2019s attempts to come to terms with a legacy of large-scale past abuses, in order to ensure accountability, serve justice and achieve reconciliation.\u201d1 (S/2004/616) It is primarily concerned with gross violations of international human rights law2 and seri- ous violations of international humanitarian law.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10389, - "Score": 0.57735, - "Index": 10389, - "Paragraph": "There are good reasons to anticipate a rise in situations where DDR and transitional justice initiatives will be pursued simultaneously. Transitioning states are increasingly using transitional justice measures to address past violations of international human rights law and humanitarian law, and prevent such violations in the future.At present, formal institutional connections between DDR and transitional justice are rarely considered. In some cases, the different timings of DDR and transitional justice processes constrain the forging of more formal institutional interconnections. Disarmament and demobilization components of DDR are frequently initiated during a cease-fire, or immediately after a peace agreement is signed; while transitional justice initiatives often require the forming of a new government and some kind of legislative approval, which may delay implementation by months or, not uncommonly, years. Additionally, DDR processes and transitional justice initiatives have very different constituencies: DDR pro- grammes are directed primarily at ex-combatants while transitional justice initiatives focus more on victims and on society more generally.The lack of coordination between transitional justice and DDR may lead to unbal- anced outcomes and missed opportunities. One outcome, for example, is that victims receive markedly less attention and resources than ex-combatants. The inequity is most stark when comparing benefits for ex-combatants with reparations for victims. In many cases the latter receive nothing whereas ex-combatants usually receive some sort of DDR package. The im- balance between the benefits provided to ex-combatants and the lack of benefits provided to victims has led to criticism by some that DDR rewards violent behaviour. Enhanced coordination between DDR and transitional justice measures may create opportunities to mitigate this imbalance and increase the legitimacy of the DDR programme from the per- spective of the communities which need to accept returning ex-combatants.The relationships between DDR and transitional justice are important to consider be- cause both processes are critical components of strategies for peacekeeping and peace- building. UN peacekeeping operations have increasingly been entrusted with mandates to promote and protect human rights and accountability, as well as to assist national authori- ties in strengthening the rule of law. For example, the UN Peacekeeping Operation in the Democratic Republic of the Congo was given a specific mandate \u201cto contribute to the dis- armament portion of the national programme of disarmament, demobilization and reinte- gration (DDR) of Congolese combatants and their dependants, in monitoring the process and providing as appropriate security in some sensitive locations;\u201d as well as \u201cto assist in the promotion and protection of human rights, with particular attention to women, children and vulnerable persons, investigate human rights violations to put an end to impunity, and continue to cooperate with efforts to ensure that those responsible for serious violations of human rights and international humanitarian law are brought to justice\u201d.3Importantly DDR and transitional justice also aim to contribute to peacebuilding and reconciliation (see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks). DDR programmes may contribute to peacemaking and stability, creating environments more conducive to establishing transitional justice measures. Comprehensive approaches to transitional justice may address some of the root causes of conflict, provide accountability for past violations of international human rights and humanitarian law, and inform the institutional reform necessary to prevent the reemergence of violence. To that end they are \u201cmutually reinforcing imperatives\u201d.4Reconciliation remains a difficult concept to define or measure. There is no single model for overcoming divisions and building trust within societies recovering from conflict or totalitarian rule. DDR aims to encourage trust and confidence between ex-combatants, society and the State by presenting a transparent process by which former fighters give up their weapons, renounce their affiliations to armed groups, and commit to respecting the basic norms and laws including in the resolution of conflicts and the struggle for political power (see IDDRS 2.10 on the UN Approach to DDR). Transitional justice initiatives aim to build trust between victims, society, and the state through transitional justice measures that provide some acknowledgement from the State that citizen rights have been violated and that they deserve justice, truth and reparation. Increased consultation with victims\u2019 groups, communities receiving demobilized combatants, municipal governments, faith- based organizations and the demobilized combatants and their families, may inform and strengthen the legitimacy of DDR and transitional justice processes and enhance the pros- pects of reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 3, - "Heading1": "4. Background", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "There are good reasons to anticipate a rise in situations where DDR and transitional justice initiatives will be pursued simultaneously.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10408, - "Score": 0.57735, - "Index": 10408, - "Paragraph": "The Charter of the United Nations, the Universal Declaration of Human Rights, interna- tional human rights law, international humanitarian law, international criminal law and international refugee law provide the normative framework for transitional justice. In rec- ognition of these international instruments, transitional justice mechanisms seek to ensure compliance with the right to justice, the right to truth, the right to reparations, and the guarantees of non-repetition. Various widely ratified human rights and humanitarian law treaties require States to ensure punishment of specific offences.5 Furthermore, treaty bodies repeatedly found that amnesties that foreclose criminal prosecutions of gross violations of human rights violate States\u2019 obligations under these treaties. An amnesty that impeded victims\u2019 recourse to effective civil remedy would also violate this obligation.The important developments in international law and practice related to transitional justice and witnessed in the last several decades, have been reflected in the Updated Set of Principles for the protection and promotion of human rights through action to combat impunity 6 (E/CN.4/2005/102/Add.1) and in the Basic Principles and Guidelines on the Right to a Remedy and Reparation for Victims of Gross Violations of International Human Rights Law and Serious Violations of the International Humanitarian Law.7 (A/RES/60/147) The Updated Principles affirm the need for a comprehensive approach towards combating impunity, including investigations and prosecutions, remedies and reparations, truth seeking, and guarantees of non-repetition of violations.\u201d8 Furthermore, the 2004 Report of the Secretary General on The rule of law and transitional justice in conflict and post-conflict societies (S/2004/616) is a notable contribution to the UN doctrine on transitional justice and highlights key issues and lessons learned from the UN experiences.9While not exhaustive, the following section provides an overview of some of the inter- nationally recognized rights relevant to transitional justice processes and DDR. It also offers a review of the various transitional justice measures that could be established to implement these rights.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 5, - "Heading1": "5. International legal framework for transitional justice", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The Charter of the United Nations, the Universal Declaration of Human Rights, interna- tional human rights law, international humanitarian law, international criminal law and international refugee law provide the normative framework for transitional justice.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10413, - "Score": 0.57735, - "Index": 10413, - "Paragraph": "Various widely ratified human rights and humanitarian law treaties require State parties to investigate, prosecute and bring to justice the perpetrators of specific offences (see also the Updated Principles, principle 19). Amnesties that foreclose prosecution of those respon- sible for genocide, crimes against humanity, war crimes or gross violations of human rights are inconsistent with States\u2019 obligations under international law10 and the UN policy. The \u201cUnited Nations-endorsed peace agreements may never promise amnesties for genocide, war crimes, crimes against humanity or gross violations of human rights\u201d11 and the UN staff may never condone amnesties that international law condemn.States have the primary responsibility to ensure accountability for violations of inter- national human rights law and international humanitarian law and thus domestic court systems are often the preferred venue. Yet in post-conflict situations, the domestic court system is often unable or unwilling to conduct effective investigations or prosecutions. Important options are international ad hoc tribunals or hybrid courts. These judicial bodies are created to address particular situations, for a limited amount of time, and are the result of singular political and historical circumstances. They are composed of independent judges, working on the basis of predetermined rules of procedure, and rendering binding decisions. They are subject to the same principles governing the work of all international judiciaries (e.g., due process, impartiality and independence). The creation of international or hybrid tribunals in situations where national actors are unwilling or unable to prosecute alleged perpetrators is a revolutionary step in establishing accountability for gross violations of international human rights law and serious violations of international humanitarian law. For instance, the Statute of the International Tribunal for the Former Yugoslavia (ICTY), Statute of the International Tribunal for Rwanda (ICTR), and the Statute of the Special Court for Sierra Leone (SCSL) provide these tribunals with jurisdiction over serious crimes under international law.The entry into force of the Rome Statute of the International Criminal Court in 2002 was a major step forward in the history of international criminal accountability. For the first time, the world has an independent, permanent court to try individuals for the most serious crimes under international law: genocide, crimes against humanity and war crimes. The ICC is complementary to national criminal jurisdictions. The ICC will not exercise its jurisdiction, unless the State is unwilling or unable genuinely to carry out the investigation or prosecution.12 As of July 2009, the ICC treaty had been ratified by 110 states.In addition to domestic courts, ad hoc and hybrid tribunals, and the ICC, prosecutions against individuals who have committed human rights violations and international crimes may also, in certain circumstances and depending on national laws, be pursued through the principle of \u2018universal jurisdiction\u2019. This principle is based on the notion that certain crimes are so harmful to international interests that States are entitled\u2014and even obliged\u2014 to bring proceedings against the perpetrator, regardless of the location of the crime and the nationality of the perpetrator or the victim.13", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 5, - "Heading1": "5. International legal framework for transitional justice", - "Heading2": "5.1. The right to justice", - "Heading3": "", - "Heading4": "", - "Sentence": "Various widely ratified human rights and humanitarian law treaties require State parties to investigate, prosecute and bring to justice the perpetrators of specific offences (see also the Updated Principles, principle 19).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10427, - "Score": 0.57735, - "Index": 10427, - "Paragraph": "There has been a growing recognition that both individual victims and society as a whole have the right to know the truth about past violations, and the State has responsibility in giving effect to this right. The Updated Principles emphasize that States must take appropri- ate measures to give effect to the right to know the truth. This may include non-judicial processes such as truth commissions that complement the role of the judiciary. Regardless of whether a State establishes such a body, it must ensure the preservation of archives and other information relevant to exercising the right to know about past violations. The Updated Principles also emphasize the importance of the participation of victims and other citizens, and specifically women and minorities, in the truth-seeking process.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 6, - "Heading1": "5. International legal framework for transitional justice", - "Heading2": "5.2. The right to the truth", - "Heading3": "", - "Heading4": "", - "Sentence": "There has been a growing recognition that both individual victims and society as a whole have the right to know the truth about past violations, and the State has responsibility in giving effect to this right.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10432, - "Score": 0.57735, - "Index": 10432, - "Paragraph": "Victims of gross violations of human rights and serious violations of international humani- tarian law are entitled to a remedy, including reparations. The Basic Principles and Guide- lines14 provide that \u201ca State shall provide reparation to victims for acts or omissions which may be attributed to the State and constitute gross violations of international human rights law or serious violations of international humanitarian law.\u201d15 Moreover, \u201cStates should endeavor to establish national programmes for reparation and other assistance to victims in the event that the parties liable for the harm suffered are unable or unwilling to meet their obligations.\u201d16 Reparations may include the following forms of redress: restitution, compensation, rehabilitation, satisfaction and guarantees of non-repetition.17", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 6, - "Heading1": "5. International legal framework for transitional justice", - "Heading2": "5.3. The right to reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "Victims of gross violations of human rights and serious violations of international humani- tarian law are entitled to a remedy, including reparations.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10434, - "Score": 0.57735, - "Index": 10434, - "Paragraph": "The Updated Principles contribute to a normative framework for institutional reform, one of the most important means of guaranteeing that the systemic violation of human rights will not be repeated. They observe that \u201c[S]tates must take all necessary measures, includ- ing legislative and administrative reforms, to ensure that public institutions are organised in a manner that ensures respect for the rule of law and protection of human rights.\u201d18 To this extent, civilian control of military and security forces, as well as of intelligence agencies must be ensured and, where necessary, established or restored. At the same time, public officials and employees who are personally responsible for gross violations of human rights or serious crimes under international law, in particular those involved in military, security, police, intelligence and judicial sectors, should not continue to serve in State institu- tions.19 Vetting processes have been an important aspect of institutional reform in countries in transition. They aim to exclude individuals from public service whose previous conduct is incompatible with their holding a public position, with a view to re-establishing civic trust and re-legitimize public institutions.20 Their removal should comply with requirements of due process of law and principles of non-discrimination.21", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 7, - "Heading1": "5. International legal framework for transitional justice", - "Heading2": "5.4. Guarantees of non-repetition", - "Heading3": "", - "Heading4": "", - "Sentence": "The Updated Principles contribute to a normative framework for institutional reform, one of the most important means of guaranteeing that the systemic violation of human rights will not be repeated.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 10438, - "Score": 0.57735, - "Index": 10438, - "Paragraph": "Do no harm: A first step in creating a constructive relationship between DDR and transitional justice is to understand how transitional justice and DDR can interact in ways that, at a minimum, do not obstruct their respective objectives of accountability and reconciliation and maintenance of peace and security. \\n Balanced approaches: While the imperative to maintain peace and security often de- mands a specific focus on ex-combatants in the short-term, long-term strategies should aim to provide reintegration opportunities to all war-affected populations, including victims.22 \\n Respect for international human rights law: DDR programmes shall respect and promote international human rights law. This includes supporting ways of preventing reprisal or discrimination against, or stigmatization of those who participate in DDR programmes as well as to protect the rights of the communities that are asked to receive ex-combatants, and members of the society at large. DDR processes shall provide for a commitment to gender, age and disability specific principles and shall comply with principles of non-discrimination. \\n Respect for international humanitarian law: DDR programmes shall respect and promote international humanitarian law, including the humane treatment of persons no longer actively engaged in combat. United Nations Peacekeeping Forces, includ- ing military members involved in administrative DDR programmes, are also subject to the fundamental principles and rules of international humanitarian law, and in cases of violation, are subject to prosecution in their national courts.23", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 7, - "Heading1": "6. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Do no harm: A first step in creating a constructive relationship between DDR and transitional justice is to understand how transitional justice and DDR can interact in ways that, at a minimum, do not obstruct their respective objectives of accountability and reconciliation and maintenance of peace and security.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10444, - "Score": 0.57735, - "Index": 10444, - "Paragraph": "This section provides an overview of how DDR programmes may relate to transitional jus- tice measures, including prosecutions, truth commissions, reparations, institutional reform, and locally-based justice processes. The section also explores how DDR and transitional justice measures address issues concerning women and children associated with armed groups and forces. The section identifies potential positive and negative aspects of these relationships in order to provide an informed basis for future strategies that aim to minimize tensions and build on opportunities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 7, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section provides an overview of how DDR programmes may relate to transitional jus- tice measures, including prosecutions, truth commissions, reparations, institutional reform, and locally-based justice processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10447, - "Score": 0.57735, - "Index": 10447, - "Paragraph": "Criminal investigations and DDR have potentially important synergies. In particular, infor- mation gathered through DDR processes may be very useful for criminal investigations. Such information does not need to be person-specific, but might focus on more general issues such as structures and areas of operation.Since criminal justice initiatives in post-conflict situations would often only be able to deal with a relatively small number of suspects, most prosecutions strategies ought to focus on those bearing the greatest degree of responsibility for crimes committed. As such, these objectives must be effectively communicated in a context of DDR processes to ensure that those participating in DDR understand whether or not they are likely to face prosecutions. Prosecutions can make positive contributions to DDR. First, at the most general level, a DDR process stands to gain if the distinction between ex-combatants and perpetrators of human rights violations can be firmly established. Obviously, not all ex-combatants are human rights violators. This is a distinction to which criminal prosecutions can make a contribution: prosecutions may serve to individualize the guilt of specific perpetrators and therefore lessen the public perception that all ex-combatants are guilty of serious crimes under international law. Second, prosecution efforts may remove spoilers and potential spoilers from threatening the DDR process. Prosecutions may remove obstacles to the demo- bilization of vast numbers of combatants that would be ready to cease hostilities but for the presence of recalcitrant commanders. A successful prosecutorial strategy in a transitional justice context requires a clear, transparent and publicized criminal policy indicating what kind of cases will be prosecuted and what kind of cases will be dealt with in an alternative manner. Most importantly, prosecutions may foster trust in the reintegration process and enhance the prospects for trust building between ex-combatants and other citizens by pro- viding communities with some assurance that those whom they are asked to admit back into their midst do not include the perpetrators of serious crimes under international law. The pursuit of accountability through prosecutions may also create tensions with DDR efforts. When these processes overlap, or when prosecutions are instigated early in a DDR process, some tension between prosecutions and DDR, stemming from the fact that DDR requires the cooperation of ex-combatants and their leaders, while prosecutors seek to hold accountable those responsible for criminal conduct involving violations of international humanitarian law and human rights law, may be hard to avoid. This tension may be dimin- ished by effective communications campaigns. Misinformation or partial information about prosecutions efforts may further contribute to this tension. Ex-combatants are often unin- formed of the mandate of a prosecutions process and are unaware of the basic tenets of international law. In Liberia, for example, confusion about whether or not the mandate of the Special Court for Sierra Leone covered crimes committed in Liberia initially inhibited some fighters from entering the DDR process.While these concerns deserve careful consideration, there have been a number of con- texts in which DDR processes have coexisted with prosecutorial efforts, and the latter have not created an impediment to DDR. In some situations, transitional justice measures and DDR programmes have been connected through some sort of conditionality. For example, there have been cases where combatants who have committed crimes have been offered judicial benefits in exchange for disarming, demobilizing and providing information or collaborating in dismantling the group to which they belong. There are, however, serious concerns about whether such measures comply with the international legal obligations to ensure that perpetrators of serious crimes are subject to appropriate criminal process, that victims\u2019 and societies\u2019 right to the truth is fully realized, and that victims receive an effective remedy and reparation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 8, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.1. Criminal investigations and prosecutions", - "Heading3": "", - "Heading4": "", - "Sentence": "Criminal investigations and DDR have potentially important synergies.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10468, - "Score": 0.57735, - "Index": 10468, - "Paragraph": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict. The reports created by truth commissions may provide recommendations for reform and reparation as well as, in a few cases, recommendations for judicial proceedings. Truth commissions may demonstrate to victims and victimized communities a willingness to acknowledge and address past injustices. They may also pro- vide a strategy for peacebuilding; such is the case with the comprehensive report of the Truth and Reconciliation Commission (TRC) in Sierra Leone.Ex-combatants may hold varying views of truth commissions. Some will avoid them entirely, refusing to acknowledge victims or the harm caused by themselves or other mem- bers of armed forces and groups. Others may regard truth commissions as an opportunity to tell their side of the story and to apologize. Accompanied by appropriate public infor- mation and outreach initiatives, including tailored responses such as in-camera hearings for survivors of sexual violence, they may help break down rigid representations of victims and perpetrators by allowing ex-combatants to tell their own stories of victimization and by exploring and identifying the roots of violent conflict. Less positively, ex-combatants may perceive truth commissions as a threat, for example in cases where the names of indi- vidual perpetrators are made public.More often truth commissions are perceived as initiatives for victims and the partici- pation of demobilized combatants is minimal, even in situations where ex-combatants have experienced victimization. For example, in South Africa, ex-combatant participation in the TRC was limited primarily to the amnesty hearings\u2014relatively few made statements as victims of abuse or were given a chance to testify at victims\u2019 hearings. Ex-combatants later expressed a sense that they had been left out of the process. Children should also have an opportunity to, voluntarily, participate in truth commissions. They should be treated equally as witnesses or victims.In at least one case a truth commission has played a direct role in reintegrating former combatants and promoting reconciliation. The Commission for Reception, Truth and Rec- onciliation in East Timor included a process of community reconciliation for those who had committed \u2018less serious crimes\u2019, including members of militias. The Community Recon- ciliation Process was a voluntary process that combined \u201cpractices of traditional justice, arbitration, mediation and aspects of both criminal and civil law.\u201d24 In community hearings, the perpetrators were asked to explain their participation in the armed conflict. Victims and other members of the community were allowed to ask questions and make comments. Finally, a panel of local leaders worked with the perpetrators and the victims to come to an agreement on some kind of reparation\u2014often in the form of community service\u2014that the guilty party could provide in exchange for acceptance back into the community.25Box 2 Sierra Leone case study: DDR in the context of a hybrid tribunal and a truth and reconciliation commission* \\n The post conflict situation in Sierra Leone was distinctive in that the DDR process and the national transitional justice initiatives were implemented very closely after each other, and because of the co-existence of both a truth commission and a criminal tribunal. The Lom\u00e9 Peace Agreement stipulated the mandates for DDR and for the Truth and Reconciliation Commission (TRC), no formal links, however, were made between the two processes in the peace document or in practice. Disarmament and demobilization was largely successful in Sierra Leone, yet some research suggests that the lack of accountability had a negative impact on the reintegration of certain ex-combatants. Ex-combatants of armed factions that were known to have committed abuses against the civilian population have faced more difficulties in reintegration than others.** \\n The Lom\u00e9 Accord of 1999 included a cessation of hostilities, the initiation of a DDR program, inclusion of the rebel force the Revolutionary United Front (RUF) in government, a blanket amnesty for all combatants, and DDR for fighters. During the signing of the Accord, the representative of the Secretary General of the United Nations (UN) to the peace negotiations included a disclaimer stating that the UN understood that the amnesty and pardon provided by the agreement would not cover international crimes of genocide, crimes against humanity, and other serious crimes under international humanitarian law. Through the active efforts of civil society leaders in Sierra Leone, as well as international advocates, the Lom\u00e9 Accord also mandated a truth and reconciliation commission and a human rights commission. \\n The progress made at Lom\u00e9 was shattered in May 2000 when fighting resumed in the capital city of Freetown. The peace process was put back on track after the reinforcement of the UN peacekeeping mission there and increased mediation efforts resulting in the signing of the Abuja Protocols in 2001. The Abuja Protocols also marked an abrupt change in the national approach to accountability and justice. The government formally requested the UN\u2019s assistance to establish a court to try members of the RUF involved in war crimes. The UN supported the initiative, and the Special Court for Sierra Leone (SCSL) was set up in August 2002 with a mandate to try those who bear the greatest responsibility for the atrocities committed in Sierra Leone. \\n The DDR was in its closing phases when the SCSL and TRC were established. All parties to the Lom\u00e9 peace agreement, including the national government and the RUF, backed the establishment of a TRC, which began operations in 2002. While the SCSL stoked fears among ex-combatants about their possible criminal prosecution, there was a great deal of hope that the TRC would provide an effective and essential mechanism for promoting reconciliation. \\n Although, at first, the concurrence of a tribunal and a truth commission generated considerable misunderstanding, civil society efforts to provide information to ex-combatants were successful in increasing the latters understanding of the separate mandates of each institution. Support for the TRC amongst ex-combatants rose from 53 to 85 per cent after ex-combatants understood its design and purpose, while those who believed it would bring reconciliation rose from 52 to 84 per cent. For those ex-combatants who admitted to human rights violations the TRC offered an opportunity to take responsibility for their actions. According to one report, \u201cThey want to confess to the TRC because they think it will enable them to return to their communities.\u201d*** \\n * This is excerpted from: Gibril Sesay and Mohamed Suma, \u201cDDR, Transitional Justice, and Sierra Leone,\u201d A Case Study on DDR and Transitional Justice (New York: International Center for Transitional Justice, forthcoming). \\n ** Jeremy Weinstein and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n *** The Post-conflict Reintegration Initiative for Development and Empowerment (PRIDE) and ICTJ, \u201cEx-Combatants Views of the Truth and Reconciliation Commission and the Special Court in Sierra Leone,\u201d (September 2002). http://www.ictj/org/en/where/region1/141.html", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 9, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.2. Truth commissions", - "Heading3": "", - "Heading4": "", - "Sentence": "Truth commissions seek to provide societies with an even-handed account of the causes and consequences of armed conflict.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10506, - "Score": 0.57735, - "Index": 10506, - "Paragraph": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered. The aspect of recogni- tion is what makes reparations distinct from social services that attend to the basic socio- economic rights of all citizens, such as housing, water and education. A comprehensive approach to reparations provides a combination of material and symbolic benefits to victims, such as cash payments or access to health, psycho-social rehabilitation or educational bene- fits, as well as a formal apology or a memorial. Often public acknowledgement is indicated by victims as the most important element of the reparations they seek. Reparations are a means of including victims and victims\u2019 rights firmly on the post-conflict agenda and may contribute to the process of building trust in the government and in its commitment to guaranteeing human rights in the future. Yet victims\u2019 needs are often marginalized in post conflict, peacebuilding contexts.The design of a reparations programme may have positive implications for the entire community and include elements of social healing. Individual measures deliver concrete benefits to individual recipients. In East Timor, the truth commission recommended a process that combined individual benefits with a form of delivery designed to promote collective healing. Single mothers, including war widows and victims of sexual violence, would benefit from scholarship grants for their school-aged children. In picking up their benefits, the mothers would have to travel to a regional service center, where they would, in turn, have access to peer support, skills training, healthcare, and counseling.Collective reparations may deliver reparations either in the context of practical limita- tions or of concerns about drawing too stark a line between classes of victims or between victims and non-victim groups. In this way, a specific village that was particularly affected by various kinds of abuses might, for example, receive a fund for community projects, even though not every individual in the village was affected in the same way and even if some people there contributed to the harms. In Peru, for example, communities hardest hit by the violence were asked to submit community funding proposals up to a $30,000 limit. These projects would benefit the entire community, generally, rather than only serve spe- cific victims and would be implemented regardless of whether some former perpetrators also live there.Generally, programmes for ex-combatants and reparations programmes for victims are developed in isolation of one another. Reinsertion assistance is offered to demobilized com- batants in order to assist with their immediate civilian resettlement\u2014i.e., to get them home and provide them with a start toward establishing a livelihood\u2014prior to longer-term support for reintegration (see IDDRS 4.30 on Social and Economic Reintegration). Support to ex-combatants is motivated by the genuine concern that without such assistance ex- combatants will re-associate themselves with armed groups as a means of supporting them- selves or become frustrated and threaten the peace process. Victims rarely represent the same kinds of threat, and reparations programmes may be politically challenging and expen- sive to design and implement. The result is that ex-combatants participating in DDR often receive aid in the form of cash, counseling, skills training, education opportunities, access to micro-credit loans and/or land, as part of the benefits of DDR programmes, while, in most cases no programmes to redress the vio- lations of the rights of victims are established.Providing benefits to ex-combatants while ignoring the rights of victims may give rise to new grievances and increase their resistance against returning ex-combatants, in this way becoming an obstacle to their reintegration. The absence of reparations pro- grammes for victims in contexts in which DDR programmes provide various benefits to ex-combatants, grounds the judgment that ex-combatants are receiving special treatment. For example, the Rwanda Demobilization and Reintegration Programme, financed by the World, Bank has a budget of US$65.5 million. Ex-combatants receive reinsertion, recognition of service, and reintegration benefits in cash from between US$500 to US$1,000 depending on the rank of the ex-combatant.26 Yet as of 2009, the compensation fund for genocide sur- vivors called for in the 1996 Genocide Law has not been established.Such outcomes are not merely inequitable; they may also undermine the possibilities of effective reintegration. The provision of reparations for victims may contribute to the reintegration dimension of a DDR programme by reducing the resentment and compara- tive grievance that victims and communities may feel in the aftermath of violent conflict. In some cases the reintegration component of DDR programmes includes funding for community development that benefits individuals in the community beyond ex-combatants (see also IDDRS 4.30 on Social and Economic Reintegration). While the objective and nature of reparations programmes for victims are distinct, most importantly in the critical area of acknowledgement of the violations of victims\u2019 rights, these efforts to focus on aiding the communities where ex-combatants live are noteworthy and may contribute to the effective reintegration of ex-combatants, as well as victims and other war-affected populations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 11, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.3. Reparations", - "Heading3": "", - "Heading4": "", - "Sentence": "Reparations focus directly on the recognition and acknowledgement of victims\u2019 rights, and seek to provide some redress for the harms they have suffered.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10529, - "Score": 0.57735, - "Index": 10529, - "Paragraph": "DDR can contribute to ending or limiting violence by disarming large numbers of armed actors, disbanding illegal or dysfunctional military organizations, and reintegrating ex- combatants into civilian or legitimate security-related livelihoods. DDR alone, however, cannot build peace, nor can it prevent armed groups from reverting to conflict. DDR needs to be part of a larger system of peacebuilding interventions, including institutional reformInstitutional reform that transforms public institutions that perpetuated human rights violations is critical to peace and reconciliation. Transitional justice initiatives contribute to institutional reform efforts in a variety of ways. Prosecutions of leaders for war crimes, or violations of international human rights and humanitarian law, criminalizes this kind of behavior, demonstrates that no one is above the law, and may act as a deterrent and con- tribute to the prevention of future abuse. Truth commissions and other truth-seeking en- deavors can provide critical analysis about the roots of conflict, identifying individuals and institutions responsible for abuse. Truth commissions can also provide critical informa- tion about the patterns of violence and violations, so that institutional reform can target or prioritize efforts in particular areas. Reparations for victims may contribute to trust-building between victims and government, including public institutions. Vetting processes contribute to dismantling abusive structures by excluding from public service those who have com- mitted gross human rights violations and serious violations of international humanitarian law (See Box 3: Vetting.)As security sector institutions are sometimes implicated in past and ongoing viola- tions of human rights and international humanitarian law, there is a particular interest in reforming security sector institutions. Security Sector Reform (SSR) aims to enhance \u201ceffective and accountable security for the State and its people without discrimination and with full respect for human rights and the rule of law.\u201d27 SSR efforts may sustain the DDR process in multiple ways, for example by providing employment opportunities. Yet DDR programmes are seldom coordinated to SSR. The lack of coordination can lead to further vio- lations, such as the reappointment of human rights abusers into the legitimate security sector. Such cases undermine public faith in security sector institutions, and may also lead to distrust within the armed forces. (See IDDRS Module 6.10 on DDR and Security Sector Reform for a detailed discussion on the relationship between DDR and SSR.)Box 3 Vetting* One important aspect of institutional reform efforts in countries in transition is vetting processes to exclude from public institutions persons who lack integrity. Vetting may be defined as assessing integrity to determine suitability for public employment. Integrity refers to an employee\u2019s adherence to international standards of human rights and professional conduct, including a person\u2019s financial propriety. Public employees who are personally responsible for gross violations of human rights or serious crimes under international law reveal a basic lack of integrity and breach the trust of the citizens they were meant to serve. The citizens, in particular the victims of abuses, are unlikely to trust and rely on a public institution that retains or hires individuals with serious integrity deficits, which would fundamentally impair the institution\u2019s capacity to deliver its mandate. Vetting processes aim at excluding from public service persons with serious integrity deficits in order to (re-establish) civic trust and (re-) legitimize public institutions. \\n In many DDR programmes, ex-combatants are offered the possibility of reintegration in the national armed forces, other security sector positions such as police or border control. In these situations, coordination between DDR programs and institution reform initiatives such as SSR programmes on vetting strategies can be particularly critical. A coordinated strategy shall aim to ensure that individuals who have committed human rights violations are not employed in the public sector. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 12, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.4. Institutional reform", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR can contribute to ending or limiting violence by disarming large numbers of armed actors, disbanding illegal or dysfunctional military organizations, and reintegrating ex- combatants into civilian or legitimate security-related livelihoods.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10554, - "Score": 0.57735, - "Index": 10554, - "Paragraph": "In his 2004 report on transitional justice and the rule of law, the Secretary General of the UN wrote that \u201cdue regard must be given to indigenous and informal traditions for admin- istering justice or settling disputes, to help them to continue their often vital role and to do so in conformity with both international standards and local tradition.\u201d28 Locally-based justice processes range from informal courts to local truth-telling exercises, to traditional ceremonies. They may include an approach that directly involves victims and communi- ties in defining the responsibilities and obligations of those who have committed crimes. In some situations, these locally-based processes are used to promote trust between ex- combatants and their communities. In Mozambique, for example, cleansing ceremonies offered ex-combatants a way to reintegrate into communities by renouncing violence, acknowledging wrong-doing and providing victims, or families of victims, with some kind of compensation.Locally-based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants. These locally based processes may contain elements of the four main transitional justice approaches: prosecutions, truth-telling, reparation and institutional reform, and thus offer similar incentives and disincentives for ex-combatants, but they have an additional aim of reintegration. To a large extent the purpose of these processes is to reintegrate community members who have violated the norms of the com- munity and to reconcile them with the victims. When ex-combatants participate in these processes, they demonstrate their desire to be a part of the community again, and to take steps to repair the damage for which they are responsible. This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reinte- grate. These processes may not be as successful in situations where combatants refuse to acknowledge responsibility or continue to perceive themselves as heroes.Locally-based justice processes may, however, be problematic. They may not comply with national and international human rights standards, in particular fair trial guarantees. Unfair treatment of ex-combatants who participate in such processes may hinder reintegra- tion. Additionally, many of these processes are not equipped to handle serious violations of international law, such as war crimes, crimes against humanity or genocide. Locally-based processes also frequently replicate gender or other biases that are present in community life and traditions, for example, by excluding women and children, or by forgiving men for acts of sexual aggression against women.The experience of linking national reintegration strategies with locally-based justice processes is limited, but there are a few positive examples to build on. UNICEF\u2019s work with locally based justice processes supported the reintegration of children in Sierra Leone, for example.Creating connections between reintegration strategies, particularly community reinte- gration strategies, for ex-combatants and locally-based justice processes may be one way to bridge the gap between the aims of DDR and the aims of transitional justice. Such con- nections should be consistent with the broad peacebuilding goals of security, respect for human rights including international standards of child rights and juvenile justice, rule of law, and reconciliation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 13, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.5. DDR and locally-based processes of justice", - "Heading3": "", - "Heading4": "", - "Sentence": "In his 2004 report on transitional justice and the rule of law, the Secretary General of the UN wrote that \u201cdue regard must be given to indigenous and informal traditions for admin- istering justice or settling disputes, to help them to continue their often vital role and to do so in conformity with both international standards and local tradition.\u201d28 Locally-based justice processes range from informal courts to local truth-telling exercises, to traditional ceremonies.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10569, - "Score": 0.57735, - "Index": 10569, - "Paragraph": "The IDDRS module 5.10 on Women, Gender and DDR refers to three types of female ben- eficiaries: 1) female ex-combatants, 2) female supporters, and females associated with armed forces and groups and 3) female dependents. The module identifies a range of possible barriers for entry of women into DDR programmes and proposes strategies and guide- lines to ensure that DDR programmes are gender responsive. Likewise, practitioners in the field of transitional justice seek to understand and better design means to facilitate the participation of women. Yet there is still a gap between the policy and the implementation of comprehensive approaches.The experience of women in conflict often goes beyond usual notions of victim and perpetrator. Women returning to life as civilians may face greater social barriers and exclusion than men. They may not participate in either DDR or transitional justice measures for a variety of reasons, including because of their exclusion from the agendas of these proc- esses, the refusal of armed forces and groups to release women, fear of further stigmatization, or lack of faith in public institutions to address their particular situations (for a more in-depth analysis, see IDDRS 5.10 on Women, Gender and DDR). Women\u2019s lack of partici- pation may undermine their reintegration, and prevent those among them who have also experienced human rights violations from their rights to justice or reparation, and rein- force gender biases. Yet women may also be agents of change, actively involved in efforts to make and build peace. Women and girl combatants have displayed remarkable commitment to reintegrating into communities and working for peace. In Northern Uganda, former teenage LRA combatants (themselves abducted and abused) run community projects supporting other \u2018girl mothers\u2019, provide counseling for the young abductees and care for their children, and seek reconciliation with communities they were often forced to terrorize. The trauma and victimization they endured is being transformed into a positive force for empowerment and development.Transitional justice measures may facilitate the reintegration of women associated with armed forces and groups. Prosecutions initiatives, for example, may contribute to the re- integration of women by prosecuting those involved in their forcible recruitment, and by recognizing and prosecuting crimes committed against all women, particularly rape and other forms of sexual violence. Women ex-combatants who have committed crimes should also be prosecuted. Excluding women from prosecution denies their role as participants in the armed conflict.Women have been central to the process of truth seeking, exposing hidden truths about the legacy of human rights in conflict. Many female combatants, like their male counter- parts, do not participate in truth commissions because they perceive these processes to be for victims, and they do not identify themselves as victims. Yet their participation may help the community to better understand the many dimensions of women\u2019s involvement in conflict, and in turn, increase the probability of their acceptance. Great care must be taken to ensure that women who choose to participate are well-informed as to the purpose and mandate of the truth commission, that they understand their rights in terms of confidenti- ality, and are protected from any possible harm resulting from their testimony.Women associated with armed forces and groups have frequently endured violations such as abduction, torture, and sexual violations, including rape and other forms of sexual violence, and may be eligible for reparation. Reparations may provide official acknowledge- ment of these violations, access to specialized health care related to the specific violation they have suffered, and material benefits that may facilitate their integration. Yet these women, due to frequent stigmatization, are commonly reluctant to explain what happened to them, particularly when it involves sexual violations, and often do not come forward to claim their due.Women associated with armed forces and groups are potential participants in both DDR and transitional justice measures, and both are faced with the challenge of increasing and supporting their participation. See Module 5.10 for a detailed discussion of Women, Gender, and DDR.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 14, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.6. Justice for women associated with armed forces and groups", - "Heading3": "", - "Heading4": "", - "Sentence": "The IDDRS module 5.10 on Women, Gender and DDR refers to three types of female ben- eficiaries: 1) female ex-combatants, 2) female supporters, and females associated with armed forces and groups and 3) female dependents.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10589, - "Score": 0.57735, - "Index": 10589, - "Paragraph": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR). Recruitment of children under the age of 15 is recognized as a war crime in the ICC Statute. Many states have criminal- ized the recruitment of children below the age of 18. Child DDR requires that the release (as opposed to demobilization) and reintegration of children be actively carried out at all times, including before a DDR process is formerly implemented and that actions to pre- vent child recruitment should be continuous. In this process, particular attention needs to be given to girls since their gender makes girls particularly vulnerable to violations, including sexual violence and exploitation, lack of educational and training opportunities, mis- treatment and neglect (for specific ways to address girls\u2019 needs in DDR programmes, see Chapter 6 of IDDRS 5.30 on Children and DDR).Transitional justice processes can play a positive role in facilitating the long-term re-integration of children. At the same time such processes can create obstacles to children\u2019s reconciliation and reintegration. The best interests of the child should always guide deci- sions related to children\u2019s involvement in transitional justice mechanisms. Children who have been illegally recruited and used by armed groups or forces are victims and witnesses and may also be alleged perpetrators. Each of these aspects of children\u2019s experiences cor- responds to specific international obligations outlined below.Children as victims and witnesses \\n The Optional Protocol to the Convention on the Rights of the Child on the involvement of children in armed conflict prohibits the compulsory recruitment and the direct participa- tion in hostilities of persons below 18 by armed forces (arts. 1 and 2). When it comes to armed groups distinct from regular armed forces, such recruitment is under any circum- stance prohibited (no matter whether voluntary or compulsory). Recruitment or use of children under the age of 15 is a recognized war crime in the Rome Statute of the ICC. The Special Court for Sierra Leone also considers child recruitment under the age of 15 as a war crime based on customary international law. A growing number of states have criminal- ized the recruitment of children (under 18) as reflected in the Optional Protocol of the Convention on the Rights of the Child on the involvement of children in armed conflict. Of the 130 countries that have ratified the Optional Protocol, more than two thirds have adopted a minimum age of 18 for entry into the armed forces (the so called \u2018straight 18\u2019 standard.) Domestic proceedings following or during an armed conflict may also try adults for having recruited children, in which case the domestic legal standard would apply.The prosecution of commanders who have recruited children may help the reintegra- tion of children by highlighting that children associated with armed forces and groups who may have been responsible for violations of human rights and international humanitarian law should be considered primarily as victims, not only as perpetrators.29 International law further establishes binding obligations on States with regard to physical and psycho- logical recovery and social reintegration of child victims.30To facilitate the participation of child victims and witnesses in legal proceedings, the justice systems need to adopt child-sensitive and gender-appropriate procedures in line with the provisions of the Convention on the Rights of the Child, its Optional Protocols as well as with the UN Guidelines on Justice Matters involving Child Victims and Witnesses of Crime and adapted to the evolving capacities of the child. It is also important that child vic- tims are informed of their rights to receive redress, including legal and psycho-social support. Child victims and witnesses should have access to independent and free legal assist- ance to ensure that their rights are guaranteed, that they are informed of the purpose of their role and are able to participate in a meaningful way. In order to avoid further trauma and re-victimization a careful assessment should be carried out to determine whether or not it is in the best interests of the child to testify in court during a criminal proceeding and what special protective measures are required to facilitate the testimony. Protection meas- ures to facilitate the child\u2019s testimony should protect the child\u2019s identity and privacy, be culturally appropriate and include: private interview rooms designed for children, modified court environments that take child witnesses into consideration, interviews by specially trained staff out of sight of the alleged perpetrator using testimonial aids and psychosocial support before, during and after the process.31Likewise, children\u2019s statements given before a truth commission or other non-judicial process can offer unique potential for children\u2019s participation in post-conflict reconcilia- tion and may foster dialogue about the impact of war on children and contribute to pre- vention of further conflict and victimization of children. Children should participate in truth commissions only on a voluntary basis and child-friendly policy and protection measures should be in place to protect the rights of children involved.It is important to recognize that children demobilized from fighting forces may be identified as a vulnerable group and eligible for reparations through a reintegration pro- gramme, such as specific education support, access to specialized healthcare, vocational training, and follow-up social work. In some situations children may benefit from financial reparation, not as part of the reintegration programme but as part of a reparations scheme, on the basis of particular violations that they have suffered. Providing benefits to children formerly associated with fighting forces that other children in the community do not receive may increase resentment and create obstacles for reintegration. If benefits or reparations are provided for children affected by armed conflict, careful consideration must be given to ensure that such benefits are in the best interests of the child. It is important to coordi- nate benefits that may be offered to demobilized children through a DDR programme and what is offered to them, more generally, as victims. This is to prevent the provision of double benefits, something which is particularly important in country situations where these programmes rarely cover all of their potential beneficiaries.Children as alleged perpetrators \\n Children who have been associated with armed forces or armed groups should not be prosecuted or punished solely for their membership in these forces or groups. Children accused of crimes under international law must be treated in accordance with the CRC, the Beijing Rules and related international juvenile justice and fair trial standards. Accounta- bility measures for alleged child perpetrators should be in the best interests of the child and should be conducted in a manner that takes into account their age at the time of the alleged commission of the crime, promotes their sense of dignity and worth, and supports their reintegration and potential to assume a constructive role in society. Wherever appropriate, alternatives to judicial proceedings should be pursued.In situations where children are alleged to have participated in crimes committed during armed conflict, the primary objectives should be i) reintegration and return to a \u2018constructive role\u2019 in society (article 40, CRC); rehabilitation (article 14(4), ICCPR; article 39, CRC), reinforcing the child\u2019s respect for the rights of others (article 40, CRC; Paris Princi- ples, sections 3.6 to 3.8 and 8.6 to 8.11). If national judicial proceedings take place, children must be treated in accordance with the CRC, in particular its articles 37 and 40, the Beijing Rules and other international law and standards governing juvenile justice, including the Committee\u2019s General Comment n\u00b0 10 on \u201cChildren\u2019s rights in juvenile justice.\u201d While some process of accountability serves the best interest of the child, international child rights and juvenile justice standards recommend that alternatives to judicial proceedings should be applied, whenever appropriate and desirable (article 40(3b), CRC; rule 11, Beijing Rules). Staff working on release and reintegration associated with armed groups and forces should advocate and enable, where appropriate, the diversion of children from judicial proceedings to alternative mechanisms suitable for dealing with the nature of the particular offence, in line with international standards and the best interests of the child. If a child has been convicted for a crime, alternatives to deprivation of liberty should be put in place and advocated for, in view of promoting the successful reintegration of the child.The death penalty and life imprisonment without possibility of release must never be imposed against children and detention of children should only be used as a measure of last resort and for the shortest period of time.As discussed in Chapter 9 of IDDRS 5.30 on Children and DDR, locally-based justice and reconciliation processes may contribute to the reintegration of children. These proc- esses may create a means for the child to express remorse and make reparation for past action. In all cases, local processes must adhere to international standards of child protec- tion. Locally-based processes for justice and reconciliation for children may be more effec- tive if they are considered as part of a comprehensive peacebuilding approach strategy, in which reintegration, justice, and reconciliation are key goals; and are consistent with over- all strategies for the reintegration of children demobilized from fighting forces.Box 4 The rule of law and transitional justice \\n Strategies for expediting a return to the rule of law must be integrated with plans to reintegrate both displaced civilians and former fighters. Disarmament, demobilization and reintegration processes are one of the keys to a transition out of conflict and back to normalcy. For populations traumatized by war, those processes are among the most visible signs of the gradual return of peace and security. Similarly, displaced persons must be the subject of dedicated programmes to facilitate return. Carefully crafted amnesties can help in the return and reintegration of both groups and should be encouraged, although, as noted above, these can never be permitted to excuse genocide, war crimes, crimes against humanity or gross violations of human rights. \\n * This text is summarized from the OHCHR Rule of Law Tools for Post-Conflict States, Vetting: an operational framework (Geneva and New York: OHCHR, 2006)", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 15, - "Heading1": "7. Transitional justice and DDR ", - "Heading2": "7.7. Justice for children recruited or used by armed groups and forces", - "Heading3": "", - "Heading4": "", - "Sentence": "Children\u2014girls and boys under 18\u2014associated with armed forces and groups (CAAFG) represent a special category of protected persons under international law and should be subject to a separate DDR process from adults (for a detailed normative and legal frame- work, see Annex B of IDDRS 5.30 on Children and DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10629, - "Score": 0.57735, - "Index": 10629, - "Paragraph": "Coordination between transitional justice and DDR programmes begins with an understand- ing of how the two processes may interact positively in the short-term in ways that, at the very least, do not hinder their respective objectives of accountability and stability. Coordination between transitional justice and DDR practitioners should, however, aim to constructively connect these two processes in ways that contribute to a stable, just and long-term peace. In the UN System, the Office of the High Commissioner for Human Rights (OHCHR) has the lead responsibility for transitional justice issues. UN support to DDR programmes may be led by the Department of Peacekeeping (DPKO) or the United Nations Develop- ment Programme (UNDP). In other cases, such support may be led by the International Organization for Migration (IOM) or a combination of the above UN entities. OHCHR representatives can coordinate directly with DDR practitioners on transitional justice. Human rights officers who work as part of UN peacekeeping missions may also be appropriate focal points or liaisons between a DDR programme and transitional justice initiatives.This section presents options for DDR that stress the international obligations stem- ming from the right to accountability, truth, reparation, and guarantees of non-repetition. These options are meant to make DDR compliant with international standards, being mindful of both equity and security considerations. At the very least, they seek to ensure that DDR observes the \u201cdo no harm\u201d principle, and does not foreclose the possibility of achieving accountability in the future. When possible, the options presented in this section seek to go beyond \u201cdo no harm,\u201d establishing more constructive and positive connections between DDR and transi- tional justice. These options are presented with the understanding that diverse contexts will present different opportunities and challenges for connecting DDR and transitional justice. DDR must be designed and implemented with reference to the country context, including the existing justice provisions.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 18, - "Heading1": "8. Prospects for coordination", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination between transitional justice and DDR programmes begins with an understand- ing of how the two processes may interact positively in the short-term in ways that, at the very least, do not hinder their respective objectives of accountability and stability.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10641, - "Score": 0.57735, - "Index": 10641, - "Paragraph": "Box 5 Action points for mediators, donors, practitioners and national actors \\n\\n Action points for mediators and other participants in peacemaking \\n Include obligations for accountability, truth, reparation and guarantees of non-reoccurrence in peace agreements. \\n Include victims in peace negotiation processes. \\n Reject amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights. \\n\\n Action points for donors \\n Donors for DDR programmes may consider comparative commitments to reparations for victims before or while the DDR process proceeds. \\n\\n Action points for DDR practitioners \\n Integrate human rights and transitional justice components into the training programmes and support materials for UN mediators and DDR practitioners, including of national DDR commissions. \\n\\n Action points for national DDR actors \\n Incorporate a commitment to international humanitarian and human rights law into the design of the DDR programme. \\n Ensure that the DDR programme meets national and international obligations concerning account-ability, truth, reparations and guarantees of non-repetition.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "", - "Heading4": "", - "Sentence": "Box 5 Action points for mediators, donors, practitioners and national actors \\n\\n Action points for mediators and other participants in peacemaking \\n Include obligations for accountability, truth, reparation and guarantees of non-reoccurrence in peace agreements.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10648, - "Score": 0.57735, - "Index": 10648, - "Paragraph": "A peace agreement can be considered a reflection of the priorities of the government(s), armed groups, and international organization(s), and other parties involved in a negotia- tion. While political and security issues, including DDR, may dominate the agenda, these issues need to be addressed in ways that observe international legal obligations. UN media- tors and other UN staff involved in advising a peace negotiation shall advise that agree- ments must be based on a commitment to international humanitarian and human rights law, and include specific reference to obligations concerning accountability, truth, repara- tions and guarantees of non-repetition. Inclusion of these obligations demonstrates, at the least, that the violations suffered by war-affected populations other than ex-combatants are acknowledged, and keeps the door open for transitional justice in the future. This kind of acknowledgement may \u201cbuy time\u201d for DDR, reducing the initial resentment that vic- tims and their advocates may feel towards ex-combatants. It signals to victims and their advocates that while the attention of the government and the international community involved in a peace process may be on the armed actors in the immediate post conflict period the obligation to victims will not be disregarded.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.1. Observe obligations concerning accountability, truth, reparation and guarantees of non- repetition in peace agreements", - "Heading4": "", - "Sentence": "A peace agreement can be considered a reflection of the priorities of the government(s), armed groups, and international organization(s), and other parties involved in a negotia- tion.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10654, - "Score": 0.57735, - "Index": 10654, - "Paragraph": "Similarly to armed actors, victims and civil society should have a role in peace negotiation processes that allows them to articulate demands for accountability, truth and reparations.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.2. Include victims and civil society in peace negotiation processes", - "Heading4": "", - "Sentence": "Similarly to armed actors, victims and civil society should have a role in peace negotiation processes that allows them to articulate demands for accountability, truth and reparations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10655, - "Score": 0.57735, - "Index": 10655, - "Paragraph": "It has been recognized that amnesties can play a valuable role in ending armed conflicts and reconciling divided communities, provided that they do not grant immunity to indi- viduals responsible for serious violations of international law. Under international law and UN policy, amnesties are impermissible if they: \\n prevent prosecution of those who may be responsible for genocide, crimes against humanity, war crimes and gross violations of human rights: \\n violate victims\u2019 rights to an effective remedy and to the truth; \\n Such broad amnesties may also undermine the law\u2019s function as a deterrent against crime and may create the impression that serious international crimes may be com- mitted with impunity.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.3. Reject amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights", - "Heading4": "", - "Sentence": "It has been recognized that amnesties can play a valuable role in ending armed conflicts and reconciling divided communities, provided that they do not grant immunity to indi- viduals responsible for serious violations of international law.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10657, - "Score": 0.57735, - "Index": 10657, - "Paragraph": "While UN mediators and staff shall not condone amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights, certain targeted amnesties for political offences such as treason and rebellion may act as an incentive for demobilization while still allowing for prosecution of those most responsible for serious violations of inter- national humanitarian law and gross violations of international human rights law.32", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.4. Consider targeted amnesties", - "Heading4": "", - "Sentence": "While UN mediators and staff shall not condone amnesties for genocide, crimes against humanity, war crimes and gross violations of human rights, certain targeted amnesties for political offences such as treason and rebellion may act as an incentive for demobilization while still allowing for prosecution of those most responsible for serious violations of inter- national humanitarian law and gross violations of international human rights law.32", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10658, - "Score": 0.57735, - "Index": 10658, - "Paragraph": "Member states that provide funding for DDR programmes should consider an equitable approach to war-affected populations, including investing in reparation and services to victims.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.5. Donors for DDR programmes may consider comparable commitments to reparations for victims", - "Heading4": "", - "Sentence": "Member states that provide funding for DDR programmes should consider an equitable approach to war-affected populations, including investing in reparation and services to victims.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10659, - "Score": 0.57735, - "Index": 10659, - "Paragraph": "Important elements of both DDR and transitional justice are shaped during peace negotia- tions in the preparation of the legal framework regulating post-conflict situations. When both DDR and transitional justice initiatives are included in a peace agreement, a connection is de facto created. UN mediators and other advisors to peace negotiations should be aware of the impact DDR and transitional justice measures may have on one another and con- sider how features of the peace agreement or a newly established legal framework may sustain the objectives of accountability and stability sought by transitional justice and DDR initiatives. Integrating transitional justice into the training programmes and support materials for UN mediators and officials and staff working in UN peacekeeping missions will provide UN professionals with a basic knowledge of different transitional justice measures, the relationship between transitional justice and DDR, and a sense of how these issues have been approached in other country contexts.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 19, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.1. Ensuring DDR that complies with international standards .", - "Heading3": "8.1.6. Integrate transitional justice into the training programmes and support materials for DDR practitioners", - "Heading4": "", - "Sentence": "Important elements of both DDR and transitional justice are shaped during peace negotia- tions in the preparation of the legal framework regulating post-conflict situations.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10663, - "Score": 0.57735, - "Index": 10663, - "Paragraph": "Box 6 Action points for DDR and TJ practitioners \\n Action points for DDR practitioners \\n Integrate information on transitional justice measures into the field assessment. (See Annex B for a list of critical questions.) \\n Incorporate a commitment to international humanitarian and human rights law into the design of DDR programmes. \\n Identify a transitional justice focal point in the DDR programme and plan regular briefings and meetings with UN and national authorities working on transitional justice measures. \\n Coordinate on public information and outreach. \\n Integrate information on transitional justice into the ex-combatant discharge awareness raising process. \\n Involve and prepare recipient communities. \\n Consider community based reintegration approaches. \\n Action points for TJ practitioners \\n Designate a DDR focal point \\n Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "", - "Heading4": "", - "Sentence": "Box 6 Action points for DDR and TJ practitioners \\n Action points for DDR practitioners \\n Integrate information on transitional justice measures into the field assessment.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10672, - "Score": 0.57735, - "Index": 10672, - "Paragraph": "Information about transitional justice measures is an important component of DDR assess- ment and design. Transitional justice measures and their potential for contributing to or hindering DDR objectives should be considered in the integrated DDR planning process, particularly in the detailed field assessment. Are transitional justice measures mandated in the peace agreement? Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? A list of critical questions related to the intersection between transitional justice and DDR is available in Annex C. For more infor- mation on conducting a field assessment see Module 3.20 on DDR Programme Design.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.1. Integrate information on transitional justice measures into the field assessment", - "Heading4": "", - "Sentence": "Information about transitional justice measures is an important component of DDR assess- ment and design.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10677, - "Score": 0.57735, - "Index": 10677, - "Paragraph": "DDR programmes supported by the UN are committed to respect, ensure respect for, and implement international humanitarian and human rights law (see Module 2.1, section 5.15). This means protecting the rights of those who participate in DDR programmes, as well as the rights of the members of the communities who are asked to receive and integrate ex-combatants. DDR programmes that uphold humanitarian and human rights law and hold accountable those who violate the law are likely to be perceived as more legitimate processes by both the ex-combatants, who are their immediate beneficiaries, and the society as a whole. Procedures that affirm this commitment may include the following: \\n 1. International and national staff shall be trained as to their obligations under international law; \\n 2. Rules and regulations aimed at protecting human rights and upholding international humanitarian law shall be developed, posted, and communicated to staff and all ex- combatants who participate in DDR. \\n 3.Additionally, an appropriate means of reporting and penalizing those who violate international or national law to the appropriate authorities shall be created and made available to staff, participating ex-combatants, and members of recipient communities.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.2. Incorporate a commitment to international humanitarian and human right law into the design of DDR programmes", - "Heading4": "", - "Sentence": "DDR programmes supported by the UN are committed to respect, ensure respect for, and implement international humanitarian and human rights law (see Module 2.1, section 5.15).", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10683, - "Score": 0.57735, - "Index": 10683, - "Paragraph": "Identification of individuals that may serve as formal focal points within the DDR programme, within the UN country team working on transitional justice, and within relevant national institutions, may facilitate regular communication between DDR and transitional justice measures. DDR administrators and international and national actors working on transitional justice initiatives should plan for regular meetings as opportunities for exchange, to proac- tively deal with any possible tensions, and to explore the possibilities for effective coordination.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 21, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.3. Identify a transitional justice focal point in the DDR programme and plan regular briefing and meetings with UN and national authorities working on transitional justice measures", - "Heading4": "", - "Sentence": "Identification of individuals that may serve as formal focal points within the DDR programme, within the UN country team working on transitional justice, and within relevant national institutions, may facilitate regular communication between DDR and transitional justice measures.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10685, - "Score": 0.57735, - "Index": 10685, - "Paragraph": "The dissemination of public information is a crucial task of both DDR and transitional justice initiatives (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). Poor coordination in public outreach may generate conflicting and par- tial messages. DDR and transitional justice should seek ways to coordinate their public information efforts. Increased consultation and coordination concerning what and how information is released to the public may reduce the spread of misinformation and rein- force the objectives of both transitional justice and DDR. The designation of a transitional justice focal point in the DDR programme, and regular meetings with other relevant UN and national actors, may facilitate discussion on how to better coordinate public informa- tion and outreach to support the goals of both DDR and transitional justice.Civil society may also play a role in public information and outreach. Working with relevant civil society organizations may help the DDR programme to reach a wider audi- ence and ensure that information offered to the public is communicated in appropriate ways, for example, in local languages or through local radio.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.4. Coordinate on public information and outreach", - "Heading4": "", - "Sentence": "The dissemination of public information is a crucial task of both DDR and transitional justice initiatives (see IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10691, - "Score": 0.57735, - "Index": 10691, - "Paragraph": "Ex-combatants also need information about provisions for justice, particularly if it could affect their reintegration process. Clearly communicated information may decrease anxiety that ex-combatants may feel about transitional justice measures. The discharge awareness raising process is an opportunity to work with UN colleagues or national authorities to develop a briefing on transitional justice measures ongoing in the country and to discuss how, or if, this will have an impact on ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.5. Integrate information on transitional justice into the ex-combatant pre-discharge sensitization process", - "Heading4": "", - "Sentence": "Ex-combatants also need information about provisions for justice, particularly if it could affect their reintegration process.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10694, - "Score": 0.57735, - "Index": 10694, - "Paragraph": "Community tension around reintegration processes will be eased if recipient communities are involved and prepared for returning ex-combatants. Recipient communities should be included in the public information and outreach strategy and should have an opportunity to ask questions and discuss the reintegration process before ex-combatants return, including issues related to ex-combatant accountability. In some cases, DDR programmes have encour- aged the organization of community committees to deal with ex-combatant reintegration. These committees may serve as a forum for exploring ex-combatant participation in locally- based justice processes as well as for dispute resolution and problem solving if problems arise between community members and ex-combatants (also see IDDRS 4.30 on Reintegration).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 22, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.6. Involve and prepare recipient communities", - "Heading4": "", - "Sentence": "Community tension around reintegration processes will be eased if recipient communities are involved and prepared for returning ex-combatants.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10698, - "Score": 0.57735, - "Index": 10698, - "Paragraph": "Compared to targeted assistance programmes for ex-combatants, community-based reinte- gration approaches have advantages that may provide broader benefits within the com- munity. Such approaches have more potential for sustainability as ex-combatants are located in the communities and work together with other community members for local develop- ment. Such an approach may also promote community reconciliation as ex-combatants are not seen as the sole beneficiaries of assistance. Additionally, reintegration activities, apart from community recovery and reintegration, may link into other development programmes. It also promotes closer collaboration with other development actors. Finally, community- based reintegration promotes community empowerment, transparency and accountability as beneficiaries are selected through community-based approaches.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.7. Consider community-based reintegration approaches", - "Heading4": "", - "Sentence": "Compared to targeted assistance programmes for ex-combatants, community-based reinte- gration approaches have advantages that may provide broader benefits within the com- munity.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10704, - "Score": 0.57735, - "Index": 10704, - "Paragraph": "Transitional justice practitioners working on prosecutions processes, truth commissions, reparations programmes and institutional reform initiatives should communicate with the DDR program, identify a focal point for DDR as part of their outreach activities and actively seek opportunities for information exchange and collaboration, including possible coordi- nation on public information strategies as proposed above.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.8. Transitional justice initiatives should designate a focal point for DDR", - "Heading4": "", - "Sentence": "Transitional justice practitioners working on prosecutions processes, truth commissions, reparations programmes and institutional reform initiatives should communicate with the DDR program, identify a focal point for DDR as part of their outreach activities and actively seek opportunities for information exchange and collaboration, including possible coordi- nation on public information strategies as proposed above.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10705, - "Score": 0.57735, - "Index": 10705, - "Paragraph": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.2. Designing DDR programmes that \u201cdo no harm\u201d", - "Heading3": "8.2.9. Integrate information on DDR in conflict analysis, assessments and evaluations undertaken to support or advance transitional justice initiatives", - "Heading4": "", - "Sentence": "Transitional justice practitioners should also be aware of the impact of DDR on their goals and objectives by considering the DDR programme in their analytical tools for design, assess- ment and evaluation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10706, - "Score": 0.57735, - "Index": 10706, - "Paragraph": "Box 7 Action points for DDR and TJ practitioners \\n Consider sharing programme information. \\n Consider developing a common approach to gathering information on children who leave armed forces and groups \\n Consider screening of human rights records of ex-combatants. \\n Collaborate on sequencing DDR and TJ efforts. \\n Coordinate on strategies to target spoilers. \\n Encourage ex-combatants to participate in transitional justice measures. \\n Consider how DDR may connect to and support legitimate locally based justice processes. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces. \\n Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces. \\n Consider how the design of the DDR programme contributes to the aims of institutional reform.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "", - "Heading4": "", - "Sentence": "Box 7 Action points for DDR and TJ practitioners \\n Consider sharing programme information.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10715, - "Score": 0.57735, - "Index": 10715, - "Paragraph": "Both DDR and transitional justice initiatives engage in gathering, sharing, and disseminating information. However, rarely is information shared in a systematic or coherent manner between these two programmes. DDR programmes, which are usually established before transitional justice measures may consider sharing information with the latter. This need not necessarily include sharing information relating to particular individuals for purposes of prosecutions, as this may create difficulties in some contexts (although, as illustrated in section 7.1 above, it frequently does not). Information about the more structural dimen- sion of combating forces, none of which needs to be person-specific, may be very useful for transitional justice measures. Socio-economic and background data gathered from ex- combatants through DDR programmes can also be informative. Similarly, transitional justice initiatives may obtain information that is important to DDR programmes, for example on the location or operations of armed groups.DDR programmes may also accommodate procedures that include gathering infor- mation on ex-combatants accused or suspected of gross violations of international human rights law and serious violations of international humanitarian law. This could be done for example through the information management database, which is essential for tracking the DDR participants throughout the DDR process (also see IDDRS 4.20 on Demobilization, section 5.4).Truth commissions, in particular, present optimum opportunities for DDR programmes to share certain data. Truth commissions often try to reliably describe broad patterns of past violence. Insights into the size, location, and territory of armed groups, their com- mand structures, type of arms collected, recruitment processes, and other aspects of their mode of operation could assist in reconstructing an historical \u2018memory\u2019 of past patterns of collective violence.Sharing information with a national reparations programme may also be important. Here, details about benefits offered to ex-combatants through DDR programmes may be useful in efforts to secure equity in the treatment of victims through reparations programmes. If communities received benefits through DDR programmes, this will also be relevant to those who are tasked with the responsibility of designing collective reparations programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.1. Consider sharing DDR information with transitional justice measures", - "Heading4": "", - "Sentence": "Both DDR and transitional justice initiatives engage in gathering, sharing, and disseminating information.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10727, - "Score": 0.57735, - "Index": 10727, - "Paragraph": "DDR programmes, UNICEF, child protection NGOs and the relevant child DDR agency in the Government often develop common individual child date forms, and even shared data- bases, for consistent gathering of information on children who leave the armed forces or groups. Various child protection agencies do not systematically record in their individual child forms the identity of the commanders who recruited the children. Yet, this informa- tion could be used later on for justice or vetting purposes regarding perpetrators of child recruitment. While the agencies indicate that such omission is done intentionally to protect the individual children released and CAAGF more generally, in some cases a thorough discussion on the value of recording certain data and the links of DDR with ongoing/poten- tial transitional justice initiatives had not taken place amongst these actors. Child DDR and child protection actors may examine DDR information management databases, with appropriate consideration for issues of confidentiality, disclosure and consent, with a view on their potential value for justice and TJ purposes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 24, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.2. Consider developing a common approach to gathering information on children who leave armed forces and groups", - "Heading4": "", - "Sentence": "DDR programmes, UNICEF, child protection NGOs and the relevant child DDR agency in the Government often develop common individual child date forms, and even shared data- bases, for consistent gathering of information on children who leave the armed forces or groups.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10732, - "Score": 0.57735, - "Index": 10732, - "Paragraph": "DDR programmes may include a variety of screening procedures, for example screening against eligibility criteria for entry into the programme, and screening for different kinds of skills training. Screening procedures designed to put in place measures that avoid provid- ing benefits to known or suspected violators of human rights or international humanitarian law should also be considered. Integrating a screening procedure based on human rights considerations may be more problematic in some contexts than others because of concern that it will deter combatants from entering the DDR programme. At a minimum, those ex- combatants against whom judicial investigations are pending or against whom credible allegations of perpetrating violations of international human rights law or international humanitarian law have been raised should not receive benefits until these allegations are resolved. The proposed focal point on transitional justice should correspond regularly with national and international authorities in order to develop strategies for dealing with alleged perpetrators among the ex-combatants population.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.3. Consider screening of human rights records of ex-combatants", - "Heading4": "", - "Sentence": "DDR programmes may include a variety of screening procedures, for example screening against eligibility criteria for entry into the programme, and screening for different kinds of skills training.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10737, - "Score": 0.57735, - "Index": 10737, - "Paragraph": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts. The possibilities for sequencing are numerous; this section merely provides ideas that can facilitate sequencing discussions between DDR and TJ practitioners. Prosecutors, for instance, may inform DDR administrators of the imminent announce- ment of indictments of certain commanders so that there is time to prepare for the possible negative reactions. Alternatively, in some cases prosecutors may take into account the prog- ress of the disarmament and demobilization operations when timing the announcement of their indictments.United Nations Staff working on DDR programmes should encourage their national interlocutors to coordinate on sequencing with truth commissions. Hearings for truth commissions, for example, could be scheduled in communities that are receiving large numbers of demobilized ex-combatants, thus providing ex-combatants with an immediate opportunity to apologize or tell their side of the story.The most important reason that implementation of reparations and DDR initiatives is not coordinated is that while DDR is funded, reparations are not. However, in situations where reparations are funded, the design and disbursements of reintegration benefits for ex-combatants through the DDR programme may be sequenced with reparation for victims and delivery of return packages for refugees and IDPs returning to their home communi- ties (see IDDRS 5.40 on Cross-border Population Movements). Assistance offered to ex- combatants is less likely to foster resentment if reparations for victims are provided at a comparative level and within the same relative time period. If calendars for the provision of DDR benefits to ex-combatants and reparations to individual victims may not be made to coincide, some benefits to communities perhaps may be planned either through DDR or parallel programmes, or through an early phase of a national reparation or reconstruction programme. Likewise, where collective reparations are provided in a community or region, both victims and ex-combatants potentially benefit\u2014even as separate individualized DDR benefits are also made available (see IDDRS 4.30 on Social and Economic Reintegration).The Stockholm Initiative on DDR recommends establishing parallel windows of financ- ing for DDR and community oriented programming. This has the virtue of providing incen- tives for the coordination of programmes without providing incentives for fusing or merging programmes which may result in a dilution of mandates\u2014and effectiveness. Moreover ex-combatants may play a direct role in some reparations, either by providing direct repara- tion when they have individual responsibility for the violations that occurred, or, when appropriate, by contributing to reparations projects that aim to address community needs, such as working on a memorial or rebuilding a school or home that was destroyed in the armed conflict.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 25, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.4. Collaborate on sequencing DDR and TJ efforts", - "Heading4": "", - "Sentence": "DDR donors, administrators and prosecutors may also collaborate more effectively in terms of sequencing their efforts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 10748, - "Score": 0.57735, - "Index": 10748, - "Paragraph": "Even after a ceasefire or peace agreement, DDR is frequently challenged by commanders who refuse for a variety of reasons to disarm and demobilize, and impede their combatants from participating in DDR. In some of these cases, national DDR commissions (or other officials charged with DDR) and prosecutors may collaborate on prosecutorial strategies, for example focused on those most responsible for violations of international human rights and humanitarian law, that may help to remove these spoilers from the situation and allow for the DDR of the combat unit or group. Such an approach requires an accompanying pub- lic information strategy that indicates a clear and transparent criminal policy, indicating what kind of cases will be prosecuted, and avoiding any perception of political influence, arbitrary prosecution, corruption or favoritism. The public information efforts of both the DDR programme and the prosecutions outreach units should seek to reassure lower rank- ing combatants that the focus of the prosecution initiative is on those most responsible and that they will be welcomed into the DDR programme.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 23, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.5. Collaborate on strategies to target spoilers", - "Heading4": "", - "Sentence": "Even after a ceasefire or peace agreement, DDR is frequently challenged by commanders who refuse for a variety of reasons to disarm and demobilize, and impede their combatants from participating in DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10752, - "Score": 0.57735, - "Index": 10752, - "Paragraph": "Ex-combatants are often simultaneously fighters, witnesses, and victims of an armed con- flict. Their testimonies may be valuable for a prosecutions initiative or a truth commission. Additionally their story or experience may change the way others in the society may view them, by blurring the sharp distinctions between combatants, often seen solely as perpetra- tors, and victims, and exposing the structural roots of the conflict. A more comprehensive understanding of the experience of ex-combatants may ease the reintegration process.DDR programmes may encourage ex-combatant participation in transitional justice measures by offering information sessions on transitional justice during the demobilization process and working collaboratively with national actors working on transitional justice measures in their outreach to ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.6. Encourage ex-combatants to participate in transitional justice measures", - "Heading4": "", - "Sentence": "Ex-combatants are often simultaneously fighters, witnesses, and victims of an armed con- flict.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10756, - "Score": 0.57735, - "Index": 10756, - "Paragraph": "Locally based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants. When ex-combatants participate in these processes, they demonstrate their desire to be a part of the community again, and to take steps to repair the damage for which they are responsible. This contributes to building or renewing trust between ex-combatants and the communities in which they seek to reintegrate. Locally based justice processes have particular potential for the reintegration of children associated with armed forces and groups.Creating links between reintegration strategies, particularly community reintegration strategies, for ex-combatants and locally-based justice processes may be one way to bridge the gap between the aims of DDR and the aims of transitional justice. UNICEF\u2019s work with locally based justice processes in support of the reintegration of children in Sierra Leone is one example.Before establishing a link with locally based processes, DDR programmes must ensure that they are legitimate and that they respect international human rights standards, includ- ing that they do not discriminate, particularly against women, and children. The national authorities in charge of DDR will include local experts that may provide advice to DDR programmes about locally based processes. Additionally civil society organizations may be able to provide information and contribute to strategies for connecting DDR programmes to locally based justice processes. Finally, outreach to recipient communities may include discussions about locally based justice processes and their applicability to the situations of ex-combatants.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 26, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.7. Consider how DDR may connect to and support legitimate locally based justice processes", - "Heading4": "", - "Sentence": "Locally based justice processes may complement reintegration efforts and national level transitional justice measures by providing a community-level means of addressing issues of accountability of ex-combatants.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 10764, - "Score": 0.57735, - "Index": 10764, - "Paragraph": "Women associated with armed groups and forces are potential participants in both DDR programmes and transitional justice measures, and both are faced with the challenge of increasing and supporting the participation of women. Both DDR and transitional justice should work towards a better understanding of the motivations, roles and needs of women ex-combatants and other women associated with armed forces and groups by directly engaging women in planning for both programmes and ensuring they are adequately rep- resented in decision-making bodies, in line with UNSC Resolution1325 on women, peace and security (also see IDDRS 5.10 on Women, Gender, and DDR). Sharing information on their respective lessons learned in terms of facilitating the participation of women may be a first step. The ways in which women victims articulate their need for reparations, for example, might be considered in developing specific reintegration strategies for women. Additionally, DDR programme managers may coordinate with transitional justice meas- ures on community approaches that include women, such as strengthening women\u2019s role in locally based justice processes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 27, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.8. Consider how DDR and transitional justice measures may coordinate to support the reintegration of women associated with armed groups and forces", - "Heading4": "", - "Sentence": "Women associated with armed groups and forces are potential participants in both DDR programmes and transitional justice measures, and both are faced with the challenge of increasing and supporting the participation of women.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10769, - "Score": 0.57735, - "Index": 10769, - "Paragraph": "DDR and transitional justice represent two types of initiatives among a range of interven- tions that are (at least partly) aimed at reintegrating children associated with armed groups and forces. Given the status of children as a special category of protected persons under international law, both DDR and transitional justice actors should work together on a strat- egy that considers these children primarily as victims.Joint coordination on the reintegration of children is possible in at least three broad areas. First, DDR and transitional justice measures may coordinate on a strategy to iden- tify and hold accountable those who are recruiting children\u2014in order to make sure that the welfare of children is considered as the highest priority in that process. Second, both kinds of measures may work together on approaches to reintegrating children who may be responsible for violations of international humanitarian law or human rights law. Given the focus on CAAGF as victims, such an approach would preferably focus on non-judicial measures such as truth commissions and locally-based processes of truth and reconcilia- tion, which may better contribute to the reintegration of children than prosecution. At a minimum, a clear DDR and TJ policy should be developed as to the criminal responsibil- ity of children that takes adequate account of their protection and social reintegration. In the DRC, for example, the position shared by child protection agencies was for CAAFG accused of serious crimes to go through the juvenile justice system, applying special pro-cedures and reintegration measures. Third, if a reparations programme is under considera- tion, DDR and Transitional justice actors may work together to ensure a balance between what kind of DDR benefits are offered to CAAGF as former combatants and what is offered to them as reparations as victims.In this process, particular attention needs to be given to girls. Gender inequality and cultural perceptions of women and girls may have particularly negative consequences for the reintegration of girl children associated with armed groups and forces. Targeted efforts by DDR and TJ may be necessary to ensure that girls are protected, but also that girls are given the opportunity to participate and benefit from these programmes.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 27, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.9. Consider how DDR and transitional justice measures may coordinate to support the reintegration of children associated with armed groups and forces (CAAGF)", - "Heading4": "", - "Sentence": "DDR and transitional justice represent two types of initiatives among a range of interven- tions that are (at least partly) aimed at reintegrating children associated with armed groups and forces.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10779, - "Score": 0.57735, - "Index": 10779, - "Paragraph": "Consideration should be given to how the design of the DDR process relates to institutional reform efforts. For example, DDR programmes may coordinate with vetting procedures, providing information to ensure that ex-combatants who are responsible for gross viola- tions of human rights or serious crimes under international law are not reintegrated into public institutions, particularly the armed forces or other national security institutions (also see IDDRS 6.10 on DDR and Security Sector Reform).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 28, - "Heading1": "8. Prospects for coordination", - "Heading2": "8.3. Beyond \u201cdo no harm\u201d: Constructively connecting DDR and TJ .", - "Heading3": "8.3.10. Consider how the design of the DDR programme contributes to the aims of institutional reform, including vetting processes", - "Heading4": "", - "Sentence": "Consideration should be given to how the design of the DDR process relates to institutional reform efforts.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 10781, - "Score": 0.57735, - "Index": 10781, - "Paragraph": "Ad hoc international criminal tribunals \u2013 are international judicial bodies created to ad- dress particular situations, for a limited amount of time, and are the result of singular political and historical circumstances. They are composed of independent judges, working on the basis of predetermined rules of procedure, and rendering binding decisions. They are subject to the same principles governing the work of all international judiciaries (e.g., due process, impartiality and independence).Hybrid courts or tribunals \u2013 are courts of mixed composition and jurisdiction, encom- passing both national and international aspects, and usually operating where the crimes occurred. Similar to international tribunals, hybrid courts are ad hoc institutions, created to address particular situations, for a limited amount of time, and are the result of singular political and historical circumstances. They are composed of independent judges, working on the basis of predetermined rules of procedure, and rendering binding decisions. They are subject to the same principles governing the work of all international judiciaries (e.g., due process, impartiality and independence).Institutional reform \u2013 is changing public institutions that perpetuated a conflict or served a repressive regime to be transformed into institutions that support the transition, sustain peace and preserve the rule of law. Following a period of massive human rights abuse, building fair and efficient public institutions play a critical role in preventing future abuses. It also enables public institutions, in particular in the security and justice sectors, to pro- vide criminal accountability for past abuses.International Humanitarian Law (IHL) \u2013 is a set of international rules, established by trea- ties and customary law, which seeks to limit the effects of armed conflict. It aims to protect persons who are not, or are no longer, participating in the hostilities and restricts the means and methods of warfare. International humanitarian law main treaty sources applicable in international armed conflict are the four Geneva Conventions of 1949 and their Additional Protocol I of 1977. The main treaty sources applicable in non-international armed conflict are article 3 common to the Geneva Conventions and Additional Protocol II of 1977. Inter- national humanitarian law is applicable in times of armed conflict, whether international or non-international. For more information see OHCHR\u2019s Fact Sheet No.13, International Humanitarian Law and Human Rights at http://www.unhchr.ch/html/menu6/2/fs13.htmInternational human rights law \u2013 is a set of international rules, established by treaties and customary law which lays down obligations on States to respect, protect and fulfill human rights and fundamental freedoms of individuals or groups. International human rights law main treaty sources, inter alia, are the Universal Declaration of Human Rights, the International Covenants on Civil and Political Rights (1966) and on Economic, Social and Cultural Rights (1966), as well as Conventions on the Prevention and Punishment of the Crime of Genocide (1948), the Elimination of All Forms of Racial Discrimination (1965), the Elimination of All Forms of Discrimination against Women (1979), against Torture and Other Cruel, Inhuman or Degrading Treatment (1984), and on the Rights of the Child (1989). Other instruments, such as declarations, guidelines and principles adopted at the interna- tional level also belong to the body of international human rights standards. International human rights law applies at all times, both in peacetime and in situations of armed con- flict. See also http://www.ohchr.org/EN/ProfessionalInterest/Pages/InternationalLaw.aspxProsecutions \u2013 are the conduct of investigations and judicial proceedings against an alleged perpetrator of a crime in accordance with international standards for the administration of justice. For the purposes of this module, the focus is on the prosecution of individuals ac- cused of criminal conduct involving gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. The form, function and mandate of prosecutions initiatives can vary. They can be broad in scope, aiming to try many perpetrators, or they can be narrowly focused on those that bear the most responsibility for the crimes committed.Reparations \u2013 are a set of measures that provides redress for victims of gross violations of international human rights law, serious violations of international humanitarian law and violations of international criminal law. Reparations can take the form of restitution, com- pensation, rehabilitation, satisfaction, and guarantees of non-repetition. Reparations programs have two goals: first, to provide recognition for victims because reparation are explicitly and primarily carried out on behalf of victims ; and, second, to encourage trust among citizens, and between citizens and the state, by demonstrating that past abuses are regarded seriously by the new government.Transitional justice \u2013 comprises the full range of processes and measures associated with a society\u2019s attempts to come to terms with a legacy of large-scale past abuses, in order to ensure accountability, serve justice and achieve reconciliation. It may include criminal pros- ecutions, truth commissions, vetting, reparations programs and memorialization efforts. Whatever combination is chosen must be in conformity with international legal standards and obligations.Truth commissions \u2013 are non-judicial or quasi-judicial fact-finding bodies. They have the primary purpose of investigating and reporting on past abuses in an attempt to understand the extent and patterns of past violations, as well as their causes and consequences. The work of a commission is to help a society understand and acknowledge a contested or denied history, and bring the voices and stories of victims to the public at large. It also aims at preventing further abuses. Truth commissions can be official, local or national. They may conduct investigations and hearings, and may identify the individuals and insti- tutions responsible for abuse. Truth commissions may also be empowered to make policy and prosecutorial recommendations.Vetting \u2013 is a process that aims to exclude individuals from public service whose previous conduct is incompatible with their holding a public position, with a view to re-establishing civic trust and re-legitimize public institutions. Their removal should comply with require- ments of due process of law and principles of non-discrimination.", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 29, - "Heading1": "Annex A: Terms and definitions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Ad hoc international criminal tribunals \u2013 are international judicial bodies created to ad- dress particular situations, for a limited amount of time, and are the result of singular political and historical circumstances.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 10812, - "Score": 0.57735, - "Index": 10812, - "Paragraph": "Questions related to the overall human rights situation \\n What crimes involving violations of international human rights law and international humanitarian law were perpetrated by the different protagonists in the armed conflict? In what different ways were women involved in the conflict? Describe any specific forms of abuse to \\n \\n which women and girls were subjected during the conflict. \\n Describe any use of children by combatant groups. Was this abuse part of an orches- trated strategy, i.e. systematic and perpetrated by state and non-state security forces? If so, what were the institutional processes that facilitated such abuse?Questions related to the peace agreement \\n What were the key components of the final peace agreement? \\n Was amnesty offered as part of the peace process? What type of amnesty? And for what abuses (forced recruitment of children, sexual violence etc)? \\n Were there any transitional justice measures mandated in the peace agreement such as a truth commission, prosecutions process, reparations programme for victims, or insti- tutional reform aimed at preventing future human rights violations? \\n Did the peace agreement stipulate any connection between the DDR process and transitional justice measures? \\n How was information about the peace agreement disseminated to the general popu- lation, in particular to vulnerable and marginalized groups?Questions related to DDR \\n Is there any form of conditionality that links DDR and justice measures, for example, amnesty or the promise of reduced sentences for combatants that enter the DDR program? \\n What are the criteria for admittance into the DDR program? Do the criteria take into consideration the varied roles of women and children associated with armed forces and groups? \\n Will there be any stipulated differences between treatment of men, women or children in the DDR programme? \\n What kind of information will be gathered from combatants during the DDR process? Will the information collected be disaggregated by gender? Will it assess whether ex- combatants committed acts of sexual violence? \\n Will demobilized combatants have the opportunity to be reintegrated into a new army or police force? \\n Is the local community involved in the reintegration programme? \\n Will the reintegration programme consider or aim to provide benefits to the commu- nities where demobilized combatants will return?Questions related to transitional justice \\n What office in the United Nations peacekeeping mission and/or what UN agency is the focal point on transitional justice, human rights, and rule of law issues? \\n What government entity is the focal point on transitional justice, human rights and rule of law issues? \\n Is there a national truth commission? Are there any other truth-seeking initiatives, for example at the local or regional level of the country? \\n Are there any investigations and/or prosecutions of perpetrators of crimes involving violations of international human rights law and international humanitarian law that occurred during the conflict? \\n Does the truth commission or prosecutions process have any specific outreach to, or strategy for dealing with, ex-combatants? \\n Does the truth commission or prosecutions process have a public information or out- reach capacity? What kind of information is being disseminated? How are they reaching out to vulnerable, marginalized groups including ex-combatants in communicating mandate and operations? \\n Are there plans to offer reparations to victims or communities ravaged by the conflict? Who are the targeted beneficiaries of the reparations? How are women survivors of sexual violence considered in reparations programmes, female ex-combatants, WAAFG, children? When will reparations be distributed? How will reparations distributed? Who is funding or could fund the reparation programme? \\n Are reparations tied to any other transitional justice measures such as prosecutions, truth-telling, institutional reform and/or local justice initiatives? \\n Is institutional reform, such as vetting, mandated as part of the peace agreement or post-conflict legal framework? Are security sector institutions targeted for such reform? Are there any accountability mechanisms set up to address the integrity of the security sector personnel? \\n Are there any justice or reconciliation efforts at the local/community level? \\n What is the involvement of women and/or children in locally based justice and rec- onciliation initiatives? \\n What is the criterion for determining who could participate in locally based justice and reconciliation initiatives? \\n Are these locally based justice and reconciliation initiatives linked to any other tran- sitional justice measures such as prosecutions, truth-telling and/or reparations?Questions related to possibilities for coordination \\n Will the planned timetable for the DDR programme overlap with planned transitional justice measures? \\n Are there opportunities to coordinate information strategies around DDR and transi- tional justice measures? \\n Will ex-combatants be screened on human rights criteria as part of the DDR programme? Can the DDR programme integrate human rights education and/or information ses- sions that specifically provide information on transitional justice? \\n Can the DDR programme provide incentives for ex-combatants to participate in pros- ecutions processes or truth-seeking initiatives? \\n Will there be any screening on human rights criteria of those ex-combatants interested in staying in or joining the security forces? \\n How can the DDR programme support or coordinate with other initiatives that address justice for women and justice for children? \\n Can any information gathered during the DDR programme be shared with a truth com- mission or prosecutions process? \\n How do the benefits offered to ex-combatants in the DDR programme compare to any reparations offered to victims of the armed conflict? \\n Can the benefits provided to ex-combatants be considered in light of reparations offered to victims? Is coordination between these two mechanisms possible? \\n Are there opportunities to connect the reintegration programme with locally based justice and reconciliation initiatives? For example, can any benefits provided to the community include support for locally based justice and reconciliation initiatives? \\n Can the reintegration programme include a component that involves ex-combatants in efforts to rebuild communities that have been physically destroyed as a result of the armed conflict? \\n Does the monitoring and assessment of the DDR programme include assessment of the impact of the programme on human rights, justice, and rule of law?", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 31, - "Heading1": "Annex B: Critical questions for the field assessment", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Questions related to the overall human rights situation \\n What crimes involving violations of international human rights law and international humanitarian law were perpetrated by the different protagonists in the armed conflict?", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 10870, - "Score": 0.57735, - "Index": 10870, - "Paragraph": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc. E/CN.4/2005/102/Add.1. \\n United Nations Standard Minimum Rules for the Administration of Juvenile Justice (\u201cThe Beijing Rules\u201d), 29 November 1985, UN Doc. A/RES/40/33. \\n Guidelines on Justice Matters involving Child Victims and Witnesses, 22 July 2005, Resolution 2005/20 see UN Doc. E/2005/INF/2/Add.1. \\n Basic Principles and Guidelines on the Right to a Remedy and Reparations for Victims of Gross Violations of International Human Rights Law and International Humanitarian Law, 21 March 2006, UN Doc. A/RES/60/147. \\n Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post- conflict Societies, 3 August 2004, UN Doc. S/2002/616. \\n \u2014, Resolution 1325 on Women, Peace, and Security, 31 October 2000, UN Doc. S/RES/1325. \\n \u2014, Resolution 1820 on Sexual Violence, 19 June 2008, UN Doc. S/RES/1820. Rule of Law Tools \\n Office of the High Commissioner for Human Rights, Rule of Law Tools for Post-Conflict States: Amnesties. United Nations, New York and Geneva, 2009. \\n \u2014, Rule of Law Tools for Post-Conflict States: Maximizing the Legacy of Hybrid Courts. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Reparations Programmes. United Nations, New York and Geneva, 2008. \\n \u2014, Rule of Law Tools for Post-Conflict States: Prosecutions Initiatives. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Truth Commissions. United Nations, New York and Geneva, 2006. \\n \u2014, Rule of Law Tools for Post-Conflict States: Vetting: An Operational Framework. United Nations, New York and Geneva, 2006.Analysis and Case Studies \\n Baptista-Lundin, Ira\u00ea, \u201cPeace Process in Mozambique\u201d. A case study on DDR and transi- tional justice. New York: International Center for Transitional Justice. \\n de Greiff, Pablo, \u201cContributing to Peace and Justice\u2014Finding a Balance Between DDR and Reparations\u201d, a paper presented at the conference Building a Future on Peace and Justice, Nuremberg, Germany (June 25-27, 2007). Available at http://www.peace-justice-conference.info/documents.asp \\n De Greiff, P. (ed.), The Handbook for Reparations, (Oxford University and The International Center for Transitional Justice, 2006) \\n King, Jamesina, \u201cGender and Reparations in Sierra Leone: The Wounds of War Remain Open\u201d in What Happened to the Women: Gender and Reparations for Human Rights Violations, edited by Ruth Rubio-Marin. New York: Social Science Research Council / International Center for Transitional Justice, pp. 246-283. \\n Mayer-Rieckh, Alexander, \u201cOn Preventing Abuse: Vetting and Other Transitional Re- forms\u201d in Justice as Prevention: Vetting Public Employees in Transitional Societies, edited by Alexander Mayer-Rieckh and Pablo de Greiff. New York: Social Science Research Council / International Center for Transitional Justice, 2007, pp. 482-521. \\n Multi-Country Demobilization and Reintegration Program resources available at http:// www.mdrp.org. \\n Stockholm Initiative on Disarmament Demobilisation Reintegration, Stockholm: Ministry of Foreign Affairs of Sweden, 2006. Final Report and Background Studies available at http://www.sweden.gov.se/sb/d/4890 \\n van der Merwe, Hugo and Guy Lamb, \u201cDDR and Transitional Justice in South Africa\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Waldorf, Lars, \u201cTransitional Justice and DDR in Post-Genocide Rwanda\u201d. A case study on DDR and transitional justice. New York: International Center for Transitional Justice, forthcoming. \\n Weinstein, Jeremy and Macartan Humphreys, Disentangling the Determinants of Successful Demobilization and Reintegration, Working Paper No. 69, Washington DC: Center for Global Development, 2005. \\n Alie, J. \u201cReconciliation and transitional justice: Tradition-based practices of the Kpaa Mende in Sierra Leone,\u201d in Huyse, L. and \\n Salter, M. (eds.), Traditional Justice and Reconciliation after Violent Conflict: Learning from African Experiences (Stockholm: International IDEA, 2008), p. 142. \\n Waldorf, L. \u201cMass Justice for Mass Atrocity: Rethinking Local Justice as Transitional Justice\u201d, Temple Law Review 79, no. 1 (2006): pp. 1-87. \\n van der Mere, H. and Lamb, G., \u201cDDR and Transitional Justice in South Africa\u201d, a case study on DDR and transitional justice (New York: International Center for Transitional Justice, forthcoming). \\n \u201cPart 9: Community Reconciliation\u201d, in Commission for Reception, Truth and Reconciliation in East Timor, p. 4, http://www.ictj.org/static/Timor.CAVR.English/09-Community-Reconciliation. pdf (accessed on 12 August 2008).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 34, - "Heading1": "Annex C: Further reading", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "International Standards and Resolutions \\n Updated Set of Principles for the Protection and Promotion of Human Rights Through Action to Combat Impunity, 8 February 2005, UN Doc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 10927, - "Score": 0.57735, - "Index": 10927, - "Paragraph": "1 United Nations Security Council, Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post-Conflict Societies, 3 August 2004, UN Doc. S/2004/616. \\n 2 While not formally defined, it is generally assumed that genocide, slavery and slave trade, extra- judicial, summary or arbitrary executions; enforces disappearances, torture or other cruel, inhuman or degrading treatment or punishment ; prolonged arbitrary detention, deportation or forcible trans- fer of populations, and systematic racial discrimination fall into the category of gross violations of human rights. Deliberate and systematic deprivation of essential foodstuffs, essential primary health care or basic shelter and housing may also amount to gross violations of human rights. \\n 3 Security Council, Resolution 1856, 2 December 2008, UN Doc. S/Res/1856 \\n 4 United Nations Security Council, Report of the Secretary-General. \\n 5 The 1948 Convention on the Prevention and Punishment of the Crime of Genocide; the International Covenant on Civil and Political Rights; the 1984 Convention against Torture and Other Cruel, Inhuman or Degrading Treatment of Punishment; the International Convention for the Protection of All per- sons from Enforced Disappearance; the Geneva Conventions of 1949; the 1977 Protocol Additional (No.I) to the Geneva Conventions of 12 August 1949; and the Protocol Additional (No.II). \\n 6 UN document E/CN.4/2005/102/Add.1. \\n 7 UN document A/RES/60/147. \\n 8 United Nations Commission on Human Rights, Updated Set of principles for the protection and promo- tion of human rights through action to combat impunity (hereafter, Updated Set of Principles), Principle 32, 8 February 2005, UN Doc. E/CN.4/2005/102/Ad.1. \\n 9 UN document S/2004/616. \\n 10 See the Updated Principles, principle 24. \\n 11 UN document S/2004/616 \\n 12 The Rome Statute of the International Criminal Court, see Preamble and article 17. \\n 13 Mary Robinson, \u2018Foreword\u2019, The Princeton Principles on Universal Jurisdiction, Princeton Univer- sity Press, Princeton, 2001, p. 16. \\n 14 United Nations General Assembly, 16 December 2005, UN Doc. A/RES/60/147. \\n 15 Ibid., Principle 15. \\n 16 Ibid., Principle 16. \\n 17 Ibid., Principle 19. \\n 18 See United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also Principle 36 (c) and (e) according to which \u201cCivilian control of military and security forces as well as of intelligence agencies must be ensured and, where necessary, established or restored. To this end, States should establish effective institutions of civilian oversight over military and security forces and intelligence agencies, including legislative oversight bodies; . . . Public officials and employees, in particular those involved in military, security, police, intelligence and judicial sectors, should re- ceive comprehensive and ongoing training in human rights and, where applicable, humanitarian law standards and in implementation of those standards.\u201d \\n 19 Vetting processes that aim to exclude persons with serious integrity deficits from public service have been an important aspect of institutional reform in countries in transition. United Nations Commission on Human Rights, Updated Set of Principles, Principle 36. See also \\n 20 OHCHR Tool on Vetting, page 4. \\n 21 Updated Set of Principles on Impunity, principle 36. \\n 22 IDDRS, \u201cOperations, Programmes and Support: Social and Economic Reintegration,\u201d (United Nations: New York, August 2006) 4.10. \\n 23 United Nations, \u201cSecretary-General\u2019s Bulletin\u201d, 6 August 1999, UN Doc. ST/SGB/1999/13. \\n 24 Ibid. p. 2 \\n 25 Pigou, Piers, The Community Reconciliation Process of the Commission for Reception, Truth and Reconciliation, UNDP Timor-Leste, Dili, April 2004. \\n 26 Multi-country Demobilization and Reintegration Program, \u201cRwanda\u201d, http://www.mdrp.org/rwanda. htm (accessed 9 July 2008). \\n 27 United Nations Security Council, Report of the Secretary General on Securing peace and development: the role of the United Nations in supporting security sector reform, 23 January 2008, UN Doc. A/62/659\u2014 S/2008/39. \\n 28 United Nations Security Council, Report of the Secretary-General. \\n 29 Paris Principles, 3.6 \\n 30 CRC, article 39 and Optional Protocol to the Convention on the Rights of the Child on involvement of children in armed conflict, article 6 \\n 31 UN Guidelines on Justice Matters Involving Child Victims and Witnesses of Crime. \\n 32 Protocol Additional to the Geneva Conventions of 12 August 1949, and Relating to the Protection of Victims of Non-International Armed Conflicts (Protocol II), article 6 (5).", - "Color": "#CF7AB2", - "Level": 6.0, - "LevelName": 6, - "Title": "IDDRS-6.20-DDR-and-Transitional-Justice", - "Module": "DDR and Transitional Justice", - "PageNum": 36, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 United Nations Security Council, Report of the Secretary-General on the Rule of Law and Transitional Justice in Conflict and Post-Conflict Societies, 3 August 2004, UN Doc.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2308, - "Score": 0.57735, - "Index": 2308, - "Paragraph": "Each programme design cycle, including the disarmament, demobilization and reintegration (DDR) programme design cycle, has three stages: (1) detailed field assessments; (2) detailed programme development and costing of requirements; and (3) development of an implemen\u00ad tation plan. Throughout the programme design cycle, it is of the utmost importance to use a flexible approach. While experiencing each stage of the cycle and moving from one stage to the other, it is important to ensure coordination among all the participants and stakeholders involved, especially national stakeholders. A framework that would probably work for integrated DDR programme design is the post\u00adconflict needs assessment (PCNA), which ensures consistency between United Nations (UN) and national objectives, while consider\u00ad ing differing approaches to DDR.Before the detailed programme design cycle can even begin, a comprehensive field needs assessment should be carried out, focusing on areas such as the country\u2019s social, economic and political context; possible participants, beneficiaries and partners in the DDR programme; the operational environment; and key priority objectives. This assessment helps to establish important aspects such as positive or negative factors that can affect the outcome of the DDR programme, baseline factors for programme design and identification of institutional capacities for carrying out DDR.During the second stage of the cycle, key considerations include identifying DDR participants and beneficiaries, as well as performance indicators, such as reintegration oppor\u00ad tunities, the security situation, size and organization of the armed forces and groups, socio\u00adeconomic baselines, the availability and distribution of weapons, etc. Also, methodolo\u00ad gies for data collection together with analysis of assessment results (quantitative, qualitative, mass surveys, etc.) need to be decided.When developing DDR programme documents, the central content should be informed by strategic objectives and outcomes, key principles of intervention, preconditions and, most importantly, a strategic vision and approach. For example, in determining an overall strategic approach to DDR, the following questions should be asked: (1) How will multiple components of DDR programme design reflect the realities and needs of the situation? (2) How will eligibility criteria for entry in the DDR programme be determined? (3) How will DDR activities be organized into phases and in what order will they take place within the recom\u00ad mended programme time\u00adframe? (4) Which key issues are vital to the implementation of the programme? Defining the overall approach to DDR defines how the DDR programme will, ultimately, be put into operation.When developing the results and budgeting framework, an important consideration should be ensuring that the programme that is designed complies with the peacekeeping results\u00adbased budgeting framework, and establishing a sequence of stages for the implemen\u00ad tation of the programme.The final stage of the DDR programme design cycle should include developing planning instruments to aid practitioners (UN, non\u00adUN and government) to implement the activities and strategies that have been planned. When formulating the sequence of stages for the implementation of the programme, particular attention should be paid to coordinated management arrangements, a detailed work plan, timing and methods of implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Each programme design cycle, including the disarmament, demobilization and reintegration (DDR) programme design cycle, has three stages: (1) detailed field assessments; (2) detailed programme development and costing of requirements; and (3) development of an implemen\u00ad tation plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2321, - "Score": 0.57735, - "Index": 2321, - "Paragraph": "This module provides guidance on how to develop a DDR programme. It is therefore the fourth stage of the overall DDR planning cycle, following the assessment of DDR require\u00ad ments (which forms the basis for the DDR mandate) and the development of a strategic and policy framework for UN support to DDR (which covers key objectives, activities, basic insti\u00ad tutional/operational requirements, and links with the joint assessment mission (JAM) and other processes; also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).This module does not deal with the actual content of DDR processes (which is covered in IDDRS Levels 4 and 5), but rather describes the methods, procedures and steps neces\u00ad sary for the development of a programme strategy, results framework and operational plan. Assessments are essential to the success or failure of a programme, and not a mere formality.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides guidance on how to develop a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2324, - "Score": 0.57735, - "Index": 2324, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the series of inte\u00ad grated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the word \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201d", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2329, - "Score": 0.57735, - "Index": 2329, - "Paragraph": "In the past, the quality, consistency and effectiveness of UN support for DDR has sufferred as a result of a number of problems, including a narrowly defined \u2018operational/logistic\u2019 approach, inadequate attention to the national and local context, and poor coordination between UN actors and other partners in the delivery of DDR support services.The IDDRS are intended to solve most of these problems. The application of an inte\u00ad grated approach to DDR should go beyond integrated or joint planning and organizational arrangements, and should be supported by an integrated programme and implementation framework for DDR.In order to do this, the inputs of various agencies need to be defined, organized and placed in sequence within a framework of objectives, results and outputs that together establish how the UN will support each DDR process. The need for an all\u00adinclusive pro\u00adgramme and implementation framework is emphasized by the lengthy time\u00adframe of DDR (which in some cases can go beyond the lifespan of a UN peacekeeping mission, necessitating close cooperation with the UN country team), the multisectoral nature of interventions, the range of sub\u00adprocesses and stakeholders, and the need to ensure close coordination with national and other DDR\u00adrelated efforts.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the past, the quality, consistency and effectiveness of UN support for DDR has sufferred as a result of a number of problems, including a narrowly defined \u2018operational/logistic\u2019 approach, inadequate attention to the national and local context, and poor coordination between UN actors and other partners in the delivery of DDR support services.The IDDRS are intended to solve most of these problems.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2332, - "Score": 0.57735, - "Index": 2332, - "Paragraph": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implementation and management of joint activities among actors in the UN system.In general, the programme design cycle consists of three main stages: \\n I: Conducting a detailed field assessment; \\n II: Preparing the programme document and budget; \\n III: Developing an implementation plan.Given that the support provided by the UN for DDR forms one part of a larger multi\u00ad stakeholder process, the development of a UN programme and implementation framework should be carried out with national and other counterparts, and, as far as possible, should be combined with the development of a national DDR programme.There are several frameworks that can be used to coordinate programme develop\u00adment efforts. One of the most appropriate frameworks is the post\u00adconflict needs assess\u00adment (PCNA) process, which attempts to define the overall objectives, strategies and activi\u00adties for a number of different interventions in different sectors, including DDR. The PCNA represents an important mechanism to ensure consistency between UN and national objec\u00adtives and approaches to DDR, and defines the specific role and contributions of the UN, which can then be fed into the programme development process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 3, - "Heading1": "4. The programme design cycle", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programme and implementation plans are developed so as to provide further details on the activities and operational requirements necessary to achieve DDR goals and carry out the strategy identified in the initial planning of DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2336, - "Score": 0.57735, - "Index": 2336, - "Paragraph": "A detailed field assessment builds on assessments and planning for DDR that have been carried out in the pre\u00adplanning and technical assessment stages of the planning process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). Contributing to the design of the DDR programme, the detailed field assessment: \\n deepens understanding of key DDR issues and the broader operating environment; \\n verifies information gathered during the technical assessment mission; \\n verifies the assumptions on which planning will be based, and defines the overall approach of DDR; \\n identifies key priority objectives, issues of concern, and target and performance indicators; \\n identifies operational DDR options and interventions that are precisely targeted, realistic and sustainable.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.1. Objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "A detailed field assessment builds on assessments and planning for DDR that have been carried out in the pre\u00adplanning and technical assessment stages of the planning process (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2338, - "Score": 0.57735, - "Index": 2338, - "Paragraph": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing. The scope and depth of this detailed field assessment will depend on the amount of information gathered in previous assessments, such as the technical assessment mission. The current political and military situation in the country concerned and the amount of access possible to areas where combatants are located should also be carefully considered; \\n Thematic areas of focus: The detailed field assessment should deepen understanding, analysis and assessments conducted in the pre\u00admission period. It therefore builds on information gathered on the following thematic areas: \\n\\n political, social and economic context and background; \\n\\n causes, dynamics and consequences of the armed conflict; \\n\\n identification of specific groups, potential partners and others involved in the discussion process; \\n\\n distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n institutional capacities of national stakeholders in areas related to DDR; \\n\\n survey of socio\u00adeconomic conditions and local capacities to absorb ex\u00adcombatants and their dependants; \\n\\n preconditions and other factors that will influence DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation. \\n\\n (Also see Annex B of IDDRS 3.10 on Integrated DDR Planning: Processes and Structures.); \\n Expertise: The next step is to identify the DDR expertise required. Assessment teams should be composed of specialists in all aspects of DDR (see IDDRS Level 5 for more information on the different needs that have to be met during a DDR mission). To ensure coherence with the political process and overall objectives of the peacekeeping mandate, the assessment should be led by a member of the UN DDR unit; \\n Local participation: Where the political situation allows, national and local participation in the assessment should be emphasized to ensure that local analyses of the situation, the needs and appropriate solutions are reflected and included in the DDR pro\u00ad gramme. There is a need, however, to be aware of local bias, especially in the tense immediate post\u00adconflict environment; \\n Building confidence and managing expectations: Where possible, detailed field assessments should be linked with preparatory assistance projects and initiatives (e.g., community development programmes and quick\u00adimpact projects) to build confidence in and support for the DDR programme. Care must be taken, however, not to raise unrealistic expec\u00ad tations of the DDR programme; \\n Design of the field assessment: Before starting the assessment, DDR practitioners should: \\n\\n identify the research objectives and indicators (what are we assessing?); \\n\\n identify the sources and methods for data collection (where are we going to obtain our information?); \\n\\n develop appropriate analytical tools and techniques (how are we going to make sense of our data?); \\n\\n develop a method for interpreting the findings in a practical way (how are we going to apply the results?); \\n Being flexible: Thinking about and answering these questions are essential to developing a well\u00addesigned approach and work plan that allows for a systematic and well\u00adstructured data collection process. Naturally, the approach will change once data collection begins in the field, but this should not in any way reduce its importance as an initial guiding blueprint.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 4, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.2. Planning for an assessment", - "Heading3": "", - "Heading4": "", - "Sentence": "The following should be considered when planning a detailed field assessment for DDR: \\n Scope: From the start of DDR, practitioners should determine the geographical area that will be covered by the programme, how long the programme will last, and the level of detail and accuracy needed for its smooth running and financing.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2353, - "Score": 0.57735, - "Index": 2353, - "Paragraph": "Once the outlines for the assessment have been developed, the next stage should be to decide on the best methods to collect data, some of which are: \\n direct observation; \\n key informant interviews and focus groups; \\n mass surveys; \\n participatory assessments; \\n market research; \\n institutional capacity research; \\n sampling.The best approach is to be flexible and \u2018mix and match\u2019 methodologies. Data should be collected from as broad a sample as possible, and particular efforts should be made to include women, younger people (youth) and children. In an unstable context with unreliable or fragmentary data, multiple sources and techniques can be used, and results derived through triangulation or cross\u00adchecking of information.The sections below describe each one of these methodologies for data collection.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 8, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "", - "Sentence": "Once the outlines for the assessment have been developed, the next stage should be to decide on the best methods to collect data, some of which are: \\n direct observation; \\n key informant interviews and focus groups; \\n mass surveys; \\n participatory assessments; \\n market research; \\n institutional capacity research; \\n sampling.The best approach is to be flexible and \u2018mix and match\u2019 methodologies.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2356, - "Score": 0.57735, - "Index": 2356, - "Paragraph": "Several vital types of information can only be collected by direct observation. This can include sighting weapons (recording type, model, serial number, country of manufacture and condition); examining weapons caches and stockpiles (geographic location, distribu\u00ad tion, contents and condition of weapons, physical size, etc.); recording information on military installations and forces (location, size, identity, etc.); investigating weapons markets and other commercial transactions (supply and demand, prices, etc.); and recording the effects of small arms (displaced camps and conditions, destruction of infrastructure, types of wounds caused by small arms, etc.). Direct observation may also be a useful technique to obtain information about \u2018hidden\u2019 members of armed groups and forces, such as children, abductees and foreign fighters, whose association with the group may not be formally acknowledged.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 8, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.1. Direct observation", - "Sentence": "Several vital types of information can only be collected by direct observation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2362, - "Score": 0.57735, - "Index": 2362, - "Paragraph": "Interviews and focus groups are essential to obtain information on, for example, com\u00ad mand structures, numbers and types of people associated with the group, weaponry, etc., through direct testimony and group discussions. Vital information, e.g., numbers, types and distribution of weapons, as well as on weapons trafficking, children and abductees being held by armed forces and groups and foreign fighters (which some groups may try to conceal), can often be obtained directly from ex\u00adcombatants, local authorities or civilians. Although the information given may not be quantitatively precise or reliable, important qualitative conclusions can be drawn from it. Corroboration by multiple sources is a tried and tested method of ensuring the validity of the data (also see IDDRS 4.10 on Disarma\u00ad ment, IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR, IDDRS 5.30 on Children and DDR and IDDRS 5.40 on Cross\u00adborder Population Movements).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 8, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.2. Key informant interviews and focus groups", - "Sentence": "Interviews and focus groups are essential to obtain information on, for example, com\u00ad mand structures, numbers and types of people associated with the group, weaponry, etc., through direct testimony and group discussions.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2366, - "Score": 0.57735, - "Index": 2366, - "Paragraph": "Surveys can reveal important information, e.g., on trends in weapons availability, possession and distribution among ex\u00adcombatants; or information on the extent and nature of armed violence against civilians. The success or failure of a mass\u00adbased survey ultimately depends on several factors, including the willingness of combatants and civilians to disclose sensi\u00ad tive information, access to affected areas, design and administration of the questionnaire (is it easy to understand and administer?), and the extent to which the sample used in the survey is inclusive and representative.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 8, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.3. Mass-based surveys", - "Sentence": "Surveys can reveal important information, e.g., on trends in weapons availability, possession and distribution among ex\u00adcombatants; or information on the extent and nature of armed violence against civilians.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2369, - "Score": 0.57735, - "Index": 2369, - "Paragraph": "Participatory assessments, using the tools and methodology of participatory rural assess\u00ad ment (PRA),1 is a useful methodology when the real issues and problems are not known to the researcher, and provides a way to avoid the problem of researcher bias in orientation and analysis. It is a particularly useful methodology when working with illiterate people, and can be adapted for use with different ages and sexes. To date, PRA tools have been used in security\u00adrelated research, e.g.: for a small arms assessment, to explore subjective perceptions of small arms\u00adrelated insecurity (e.g., what impacts are most felt by civilians?); to obtain overviews of militia organizations and weapons distribution (through social mapping and history time\u00adline exercises); and to identify community perceptions of matters relating to security sector reform (SSR), e.g., policing.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 9, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.4. Participatory assessments", - "Sentence": "Participatory assessments, using the tools and methodology of participatory rural assess\u00ad ment (PRA),1 is a useful methodology when the real issues and problems are not known to the researcher, and provides a way to avoid the problem of researcher bias in orientation and analysis.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2374, - "Score": 0.57735, - "Index": 2374, - "Paragraph": "Two sets of market research should be carried out. The first focuses on gathering informa\u00ad tion relating to small arms. This could include: information on prices and how these have changed over time; identification of companies and other entities involved in weapons production, procurement and distribution; and details on weapons pipelines. This can provide important data on the nature, size and dynamics of the market or trade in small arms. Price information, particularly when collected at different locations within a country, can give insights into supply and demand dynamics that reveal differences in the extent of small arms proliferation and availability. Market research can also be used as a preventive measure by monitoring small arms prices, where a dramatic spike in prices usually indicates an upsurge in demand.A second set of market research should focus on gathering information on the local economic and employment situation so as to identify opportunities in the job market for reintegrating combatants (also see IDDRS 4.30 on Social and Economic Reintegration).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 9, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.5. Market research", - "Sentence": "Two sets of market research should be carried out.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2380, - "Score": 0.57735, - "Index": 2380, - "Paragraph": "An assessment of the national institutional capacity to manage and implement the different aspects of DDR requires an evaluation of existing institutions and systems, human resources, and capacities. Three issues are of particular importance: the examination of existing capaci\u00ad ties, as compared with those that are still needed; the efficiency and effectiveness of existing management structures; and the adequacy of legal and regulatory frameworks. This assess\u00ad ment should provide information on institutional capacities for weapons collection and control, institutional coordination, managing and running demobilization camps, managing information flows, and providing support for reintegration planning and implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 9, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.6. Institutional capacity assessments", - "Sentence": "An assessment of the national institutional capacity to manage and implement the different aspects of DDR requires an evaluation of existing institutions and systems, human resources, and capacities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2383, - "Score": 0.57735, - "Index": 2383, - "Paragraph": "Although not a method for collecting or analysing information, sampling is a useful tool for determining the scope, focus and precision of data collection activities, and should be used together with all of the methods described above. Through sampling, general insight on specific DDR issues can be obtained from civilian populations and subgroups (especially armed forces and groups). The key to obtaining valid assumptions through sampling is to ensure that the population sampled is representative, i.e., has characteristics broadly similar", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 9, - "Heading1": "5. Stage I: Conducting a detailed field assessment", - "Heading2": "5.3. Implementing the assessment", - "Heading3": "5.3.6. Methodologies for data collection", - "Heading4": "5.3.6.7. Sampling", - "Sentence": "Although not a method for collecting or analysing information, sampling is a useful tool for determining the scope, focus and precision of data collection activities, and should be used together with all of the methods described above.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2386, - "Score": 0.57735, - "Index": 2386, - "Paragraph": "Once datasets for different themes or areas have been generated, the next step is to make sense of the results. Several analytical tools and techniques can be used, depending on the degree of accuracy needed and the quality of the data: \\n Qualitative analytical tools are used to make sense of facts, descriptions and perceptions through comparative analysis, inference, classification and categorization. Such tools help to understand the context; the political, social and historical background; and the details that numbers alone cannot provide; \\n Quantitative analytical tools (statistical, geometric and financial) are used to calculate trends and distribution, and help to accurately show the size and extent, quantity and dispersion of the factors being studied; \\n Estimation and extrapolation help to obtain generalized findings or results from sampled data. Given the large geographical areas in which DDR assessments are carried out, estimating and extrapolating based on a representative sample is the only way to obtain an idea of the \u2018bigger picture\u2019; \\n Triangulation (cross\u00adreferencing), or the comparison of results from three different methods or data sources, helps to confirm the validity of data collected in contexts where infor\u00admation is fragmentary, imprecise or unreliable. Although normally used with direct observation and interviewing (where facts are confirmed by using three or more differ\u00ad ent sources), triangulation can also be applied between different methods, to increase the probability of reaching a reasonably accurate result, and to maximize reliability and validity; \\n Geographic/Demographic mapping, which draws on all the techniques mentioned above, involves plotting the information gained about participants and beneficiaries geo\u00ad graphically (i.e., the way they are spread over a geographical area) or chronologically (over time) to determine their concentration, spread and any changes over time.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 10, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "5.3.7. Analysing results: Tools and techniques", - "Heading3": "", - "Heading4": "", - "Sentence": "Once datasets for different themes or areas have been generated, the next step is to make sense of the results.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2391, - "Score": 0.57735, - "Index": 2391, - "Paragraph": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom. It is different from an implementation plan (which is often more technical), provides time\u00adlines and information on how individual DDR tasks and activities will be carried out, and assigns responsibilities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 10, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Designing a comprehensive DDR programme document is a time\u00ad and labour\u00adintensive process that usually takes place after a peacekeeping mission has been authorized, and before deployment in the field has started.The programme document represents a blueprint for how DDR will be put into oper\u00ad ation, and by whom.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2393, - "Score": 0.57735, - "Index": 2393, - "Paragraph": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.), with a focus on the nature and con\u00ad sequences of the conflict; existing national and local capacities for DDR and SSR; and the broad political, social and economic characteristics of the operating environment; \\n Rationale and justification: Drawing from the situation analysis, this explains the need for DDR: why the approach suggested is an appropriate and viable response to the identified problem, the antecedents to the problem (i.e., what caused the problem in the first place) and degree of political will for its resolution; and any other factors that provide a compelling argument for undertaking DDR. In addition, the engagement and role of the UN should be specified here; \\n Overview of armed forces and groups: This section should provide an overview of all armed forces and groups and their key characteristics, e.g., force/group strength, loca\u00ad tion, organization and structure, political affiliations, type of weaponry, etc. This information should be the basis for developing specifically designed strategies and approaches for the DDR of the armed forces and groups (see Annex D for a sample table of armed forces and groups); \\n Definition of participants and beneficiaries: Drawing on the comprehensive assessments and profiles of armed groups and forces and levels of violence that are normally inclu\u00ad ded in the framework, this section should identify which armed groups and forces should be prioritized for DDR programmes. This prioritization should be based on their involvement in or potential to cause violence, or otherwise affect security and the peace process. In addition, subgroups that should be given special attention (e.g., special needs groups) should be identified; \\n Socio-economic profile in areas of return: A general overview of socio\u00adeconomic conditions in the areas and communities to which ex\u00adcombatants will return is important in order to define both the general context of reintegration and specific strategies to ensure effec\u00ad tive and sustainable support for it. Such an overview can also provide an indication of how much pre\u00adDDR community recovery and reconstruction assistance will be necessary to improve the communities\u2019 capacity to absorb former combatants and other returning populations, and list potential links to other, either ongoing or planned, reconstruction and development initiatives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.1. Contextual analysis and rationale", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR programme document should be based on an in\u00addepth understanding of the national or local context and the situation in which the programme is to be implemented, as this will shape the objectives, overall strategy and criteria for entry, as follows: \\n General context and problem: This defines the \u2018problem\u2019 of DDR in the specific context in which it will be implemented (levels of violence, provisions in peace accords, lack of alternative livelihoods for ex\u00adcombatants, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2400, - "Score": 0.57735, - "Index": 2400, - "Paragraph": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector. While generic (general) objectives exist, they should be adapted to the realities and needs of each context. The set of general and specific objectives outlined in this section make up the overall framework for the DDR programme.Example: Objectives of the national DDR programme in the Democratic Republic of the Congo (DRC) \\n General objective: Contribute to the consolidation of peace, national reconciliation and the socio\u00adeconomic reconstruction of the country, as well as regional stability.Specific objectives: \\n Disarm combatants belonging to the armed groups and forces that will not be integrated into the DRC armed forces or in the police, as foreseen in the DRC peace accords; \\n Demobilize the military elements and armed groups not eligible for integration into the DRC armed forces; \\n Reintegrate demobilized elements into social and economic life within the framework of community productive systems.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 12, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.2. DDR programme objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "Because the DDR programme document should contain strategies and requirements for a complex and multi\u00adcomponent process, it should be guided by both an overall goal and a series of smaller objectives that clearly define expected outputs in each subsector.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2403, - "Score": 0.57735, - "Index": 2403, - "Paragraph": "The guiding principles specify those factors, considerations and assumptions that are con\u00ad sidered important for a DDR programme\u2019s overall viability, effectiveness and sustainability. These guiding principles must be taken into account when developing the strategic approach and activities. Universal (general) principles (see IDDRS 2.10 on the UN Approach to DDR) can be included, but principles that are specific to the operating context and associated requirements should receive priority. Principles can apply to the entire DDR programme, and need not be limited to operational or thematic issues alone; thus they can include political principles (how DDR relates to political processes), institutional principles (how DDR should be structured insti\u00ad tutionally) and operational principles (overall strategy, implementation approach, etc.).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.3. Guiding principles", - "Heading3": "", - "Heading4": "", - "Sentence": "The guiding principles specify those factors, considerations and assumptions that are con\u00ad sidered important for a DDR programme\u2019s overall viability, effectiveness and sustainability.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2408, - "Score": 0.57735, - "Index": 2408, - "Paragraph": "This section defines the issues that must be dealt with or included in the design of the DDR programme in order to ensure its effectiveness and viability. These include preconditions (i.e., those factors that must be dealt with or be in place before DDR implementation starts), as well as foundations (i.e., those aspects or factors that must provide the basis for planning and implementing DDR). In general, preconditions and foundations can be divided into those that are vital for the overall viability of DDR and those that can influence the overall efficiency, effectiveness and relevance of the process (but which are not vital in determining whether DDR is possible or not).Example: Preconditions and foundations for DDR in Liberia \\n A government\u00addriven process of post\u00adconflict reconciliation is developed and imple\u00ad mented in order to shape and define the framework for post\u00adconflict rehabilitation and reintegration measures; \\n A National Transitional Government is established to run the affairs of the country up until 2006, when a democratically elected government will take office; \\n Comprehensive measures to stem and control the influx and possible recycling of weapons by all armed forces and groups and their regional network of contacts are put in place; \\n The process of disbandment of armed groups and restructuring of the Liberian security forces is organized and begun; \\n A comprehensive national recovery programme and a programme for community reconstruction, rehabilitation and reintegration are simultaneously developed and implemented by the government, the United Nations Development Programme (UNDP) and other UN agencies as a strategy of pre\u00adpositioning and providing assistance to all war\u00adaffected communities, refugees and internally displaced persons (IDPs). This programme will provide the essential drive and broader framework for the post\u00adwar recovery effort; \\n Other complementary political provisions in the peace agreement are initiated and implemented in support of the overall peace process; \\n A complementary community arms collection programme, supported with legislative process outlawing the possession of arms in Liberia, would be started and enforced following the completion of formal disarmament process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 13, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.4. Preconditions and foundations for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "This section defines the issues that must be dealt with or included in the design of the DDR programme in order to ensure its effectiveness and viability.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2412, - "Score": 0.57735, - "Index": 2412, - "Paragraph": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented. This section is essential in order to: \\n explain how the multiple components of DDR will be designed to reflect realities and needs, thus ensuring efficiency, effectiveness and sustainability of the overall approach; \\n explain how the targets for assisting DDR participants and beneficiaries (number of ex\u00adcombatants assisted, etc.) will be met; \\n explain how the various components and activities of DDR will be divided into phases and sequenced (planned over time) within the programme time\u00adframe; \\n identify issues that are critical to the implementation of the overall programme and provide information on how they will be dealt with.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "While the objectives, principles and preconditions/foundations establish the overall design and structure of the DDR programme, a description of the overall strategic approach is essential in order to explain how DDR will be implemented.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2415, - "Score": 0.57735, - "Index": 2415, - "Paragraph": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented. In other words, although the end objective may be similar, DDR varies from country to country. Each DDR process must be adapted to the specific realities and requirements of the country or setting in which it is to be carried out. Important issues that will guide this are, for example, the nature and organization of armed forces and groups, the socio\u00adeconomic context and national capacities. These need to be defined within the overall strategic approach explaining how DDR is to be put into practice, and how its components will be sequenced and implemented (also see IDDRS 2.10 on the UN Approach to DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "", - "Sentence": "The core components of DDR (demobilization, disarmament and reintegration) can vary significantly in terms of how they are designed, the activities they involve and how they are implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2420, - "Score": 0.57735, - "Index": 2420, - "Paragraph": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized. When developing a DDR concept, there is a need to: describe the overall strategic approach; justify why this approach was chosen; describe the activities that the programme will carry out; and lay out the broad operational methods or guidelines for implementing them. In general, there are three strategic approaches that can be taken (also see IDDRS 4.20 on Demobilization): \\n DDR of conventional armed forces, involving the structured and centralized disarma\u00ad ment and demobilization of formed units in assembly or cantonment areas. This is often linked to their restructuring as part of an SSR process; \\n DDR of armed groups, involving a decentralized demobilization process in which indi\u00ad viduals are identified, registered and processed; incentives are provided for voluntary disarmament; and reintegration assistance schemes are integrated with broader com\u00ad munity\u00adbased recovery and reconstruction projects; \\n A \u2018mixed\u2019 DDR approach, combining both of the above models, used when participant groups include both armed forces and armed groups;After a comprehensive assessment of the operational guidelines according to which DDR will be implemented, a model should be created as a basis for planning (see Annexes C and D. Annex E illustrates an approach taken to DDR in the DRC). In addition to defining how to operationalize the core components of DDR, the overall strategic approach should also describe any other components necessary for an effective and viable DDR process. For the most part, these will be activities that will take throughout the DDR programme and ensure the effectiveness of core DDR components. Some examples are: \\n awareness\u00adraising and sensitization (in order to increase local understanding of, and participation in, DDR processes); \\n capacity development for national institutions and communities (in contexts where capacities are weak or non\u00adexistent); \\n weapons control and management (in contexts involving widespread availability of weapons in society); \\n repatriation and resettlement (in contexts of massive internal and cross\u00adborder dis\u00ad placement); \\n local peace\u00adbuilding and reconciliation (in contexts of deep social/ethnic conflict).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 14, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.1. Putting DDR into operation", - "Sentence": "The specific context in which a DDR programme is to be implemented, the programme requirements and the best way to reach the defined objectives will all affect the way in which a DDR operation is conceptualized.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2427, - "Score": 0.57735, - "Index": 2427, - "Paragraph": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up. The overall strategy should usually be developed on the basis of operational objectives and targets broken down by time period or programme phase. This enables practitioners to see in broad terms how DDR will be implemented, plan the allocation of resources and other requirements, and coordinate among themselves.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 15, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.1. Defining the approach to DDR", - "Heading4": "6.5.1.2. Sequencing and phasing of DDR", - "Sentence": "Once the main components of a DDR programme have been identified, an overall strategy for implementation needs to be drawn up.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2430, - "Score": 0.57735, - "Index": 2430, - "Paragraph": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "", - "Sentence": "As programme scale and scope, participants and beneficiaries, eligibility criteria, incentive schemes, and monitoring and evaluation all affect programme design, they should be con\u00ad sidered when developing a DDR strategy.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2431, - "Score": 0.57735, - "Index": 2431, - "Paragraph": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place). These figures determine the complexity, size and resource requirements for the programme, and must be estimated at the programme design stage.The extent to which a DDR programme directly includes activities that formally belong to other sectors determines its scope or extent (i.e., exactly how much it is going to try and achieve). In the past, DDR programmes focused strictly on the core components of disarm\u00ad ament, demobilization and reintegration. Today, most DDR programmes include or take account of activities relating to SSR (such as weapons control and regulation), peace\u00adbuilding and reconciliation, and community recovery and reconstruction (also see IDDRS 2.10 on the UN Approach to DDR and IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.1. Scale and scope", - "Sentence": "The scale of a DDR programme is determined by the number of beneficiaries and the geo\u00ad graphical area the programme covers (most often determined by the size of the country or region where the programme is taking place).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2435, - "Score": 0.57735, - "Index": 2435, - "Paragraph": "The identification of DDR participants affects the size and scope of a DDR programme. DDR participants are usually prioritized according to their political status or by the actual or potential threat to security and stability that they represent. They can include regular armed forces, irregular armed groups, militias and paramilitary groups, self\u00addefence groups, members of private security companies, armed street gangs, vigilance brigades and so forth.Among the beneficiaries are communities, who stand to benefit the most from improved security; local and state governments; and State structures, which gain from an improved capacity to regulate law and order. Clearly defining DDR beneficiaries determines both the operational role and the expected impacts of programme implementation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.2. DDR participants", - "Sentence": "The identification of DDR participants affects the size and scope of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2439, - "Score": 0.57735, - "Index": 2439, - "Paragraph": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities. In a country with a strong national capacity to implement DDR, the UN\u2019s operational role (i.e. the extent to which it is involved in directly implementing DDR activities) should be focused more on ensuring adequate coordination than on direct imple\u00ad mentation activities. In a country with weak national implementing capacity, the UN\u2019s role in implementation should be broader and more operational.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.2.3. Operational role", - "Sentence": "Another important factor that determines the scope of a DDR programme is the extent of national capacity and the involvement of national and non\u00adUN bodies in the implementa\u00ad tion of DDR activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2443, - "Score": 0.57735, - "Index": 2443, - "Paragraph": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance. This often involves proving combatant status or membership of an armed force or group. It is easier to establish the eligibility of par\u00ad ticipants to a DDR programme when this involves organized, legal armed forces with members who have an employment contract. When armed groups are involved, however, there will be difficulties in proving combatant status, which increases the risk of admitting non\u00adcombatants and increasing the number of people who take part in a DDR programme. In such cases, it is important to have strict and well\u00addefined eligibility criteria, which can help to eliminate the risk of non\u00adcombatants gaining access to the programme (also see IDDRS 4.20 on Demobilization).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 16, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.4. Eligibility criteria", - "Sentence": "Eligibility criteria provide a mechanism for determining who should enter a DDR pro\u00ad gramme and receive reintegration assistance.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2448, - "Score": 0.57735, - "Index": 2448, - "Paragraph": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes. Moreover, there may also be risks or stigma attached to obeying such orders (i.e., fear of reprisals), which discour\u00ad ages people from taking part in the programme. In such cases, incentive schemes, e.g., the offering of individual or collective benefits, may be used to overcome the combatants\u2019 concerns and encourage participation. It is important also to note that awareness\u00adraising and public information on the DDR pro\u00adgramme can also help towards overcoming combatants\u2019 concerns about entering a DDR programme.Incentives may be directly linked to the disarmament, demobilization or reintegration components of DDR, although care should be taken to avoid the perception of \u2018cash for weapons\u2019 or weapons buy\u00adback programmes when these are linked to the disarmament component. If used, incentives should be taken into consideration in the design of the overall programme strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.5. Incentive schemes", - "Sentence": "When targeting armed groups in a DDR programme, their often\u00adweak command and con\u00ad trol structures should be taken into account, and it should not be assumed that combatants will obey their commanders\u2019 orders to enter DDR programmes.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2453, - "Score": 0.57735, - "Index": 2453, - "Paragraph": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme. Baseline data and indicators are only useful, however, if their collec\u00ad tion, distribution, analysis and use are systematically managed. DDR programmes should have a good monitoring and information system that is integrated with the entire DDR programme, allowing for information collected in one component to be available in another, and for easy cross\u00adreferencing of information. The early establishment of an information management strategy as part of the overall programme design will ensure that an appro\u00ad priate monitoring and evaluation system can be developed once the programme is finalized (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.5. Overall strategic approach to DDR", - "Heading3": "6.5.2. Strategic elements of a DDR programme", - "Heading4": "6.5.3.6. Monitoring and evaluation", - "Sentence": "The development of baseline data is vital to measuring the overall effectiveness and impact of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2457, - "Score": 0.57735, - "Index": 2457, - "Paragraph": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component. These may be annexed to the original programme document or developed as separate documents. Each strategy should include the following: \\n the objective of the component; \\n the strategic approach and methods adopted for its implementation; \\n an explanation of how key issues and considerations will be dealt with; \\n an overview of the implementation process and key activities necessary to achieve the objective.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 17, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.6. DDR strategies", - "Heading3": "", - "Heading4": "", - "Sentence": "Once the strategic approach for the DDR programme has been designed, detailed imple\u00ad mentation strategies should be developed for each programme component.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2460, - "Score": 0.57735, - "Index": 2460, - "Paragraph": "In most cases, the development of DDR programmes happens at the same time as the devel\u00ad opment of programmes in other sectors such as rule of law, SSR, reintegration and recovery, and peace\u00adbuilding. The DDR programmes should be linked, as far as possible, to these other processes so that each process supports and strengthens the others and helps integrate DDR into the broader framework for international assistance. DDR should be viewed as a com\u00ad ponent of a larger strategy to achieve post\u00adconflict objectives and goals. Other processes to which DDR programme could be linked include JAM/PCNA activities, and the development of a common country assessment/UN development assessment framework and poverty reduction strategy paper (also see IDDRS 2.20 on Post\u00adconflict Stabilization, Peace\u00adbuilding and Recovery Frameworks).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "6. Stage II: Preparing the DDR programme document", - "Heading2": "6.7. Ensuring cross-programme links with broader transition and recovery frameworks", - "Heading3": "", - "Heading4": "", - "Sentence": "In most cases, the development of DDR programmes happens at the same time as the devel\u00ad opment of programmes in other sectors such as rule of law, SSR, reintegration and recovery, and peace\u00adbuilding.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2464, - "Score": 0.57735, - "Index": 2464, - "Paragraph": "A key part of programme design is the development of a logical framework that clearly defines the hierarchy of outputs, activities and inputs necessary to achieve the objectives and outcomes that are being aimed at. In line with the shift towards results\u00adbased pro\u00ad gramming, such logical frameworks should focus on determining how to achieve the planned outcomes within the time that has been made available. This approach ensures coordination and programme implementation, and provides a framework for monitoring and evaluating performance and impact.When DDR is conducted in an integrated peacekeeping context, two complementary results\u00adbased frameworks should be used: a general results framework containing the main outputs, inputs and activities of the overall DDR programme; and a framework specifically designed for DDR activities that will be funded from mission assessed funds as part of the overall mission planning process. Naturally, the two are complementary and should con\u00ad tain common elements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "A key part of programme design is the development of a logical framework that clearly defines the hierarchy of outputs, activities and inputs necessary to achieve the objectives and outcomes that are being aimed at.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2468, - "Score": 0.57735, - "Index": 2468, - "Paragraph": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.), the main or longer\u00ad term strategic objectives should be clearly defined, together with the outcomes the UN is supporting. These provide a strategic framework for organizing and anchoring relevant activities and outputs; \\n Baseline data: For each specific objective, the initial starting point should be briefly described. In the absence of hard quantitative baseline data, give a qualitative descrip\u00ad tion of the current situation. Defining the baseline is a critical part of monitoring and evaluating the performance and impact of programmes; \\n Indicative activities: For each objective, a list of indicative activities should be provided in order to give a sense of the range and kind of activities that need to be implemented so as to achieve the expected outputs and objectives. For the general results frame\u00ad work, these do not need to be complete or highly detailed, but they must be sufficient to provide a sense of the underlying strategy, scope and range of actions that will be implemented; \\n Intervals: Activities and priority outputs should be have precise time\u00adlines (preferably specific dates). For each of these dates, indicate the expected level of result that should be achieved. This should allow an overview of how each relevant component of the programme is expected to progress over time and what has to be achieved by what date; \\n Targets and monitoring indicators: For each activity there should be an observable target, objectively verifiable and useful as a monitoring indicator. These indicators will vary depending on the activity, and they do not always have to be quantitative. For example, \u2018reduction in perceptions of violence\u2019 is as useful as \u201815 percent of ex\u00adcombatants success\u00ad fully reintegrated\u2019; \\n Inputs: For each activity or output there should be an indication of inputs and their costs. General cost categories should be used to identify the essential requirements, which can include staff, infrastructure, equipment, operating expenses, service contracts, grants, consultancies, etc.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 19, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.1. General results framework", - "Heading3": "", - "Heading4": "", - "Sentence": "The general results framework for a DDR programme should consist of the following elements (but not necessarily all of them) (see also Annex F for a general results framework for DDR that was used in Liberia): \\n Specific objectives and component outcomes: For each component of a DDR programme (i.e., disarmament, demobilization, reinsertion, reintegration, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 1 - }, - { - "index": 2479, - "Score": 0.57735, - "Index": 2479, - "Paragraph": "The results\u00adbased budgeting (RBB) framework is the main budgetary planning tool used by the UN Secretariat and peacekeeping missions, and is part of the Secretary\u00adGeneral\u2019s programme of reform and vision of a more results\u00adoriented organization.An important feature of RBB is the definition of expected results at the beginning of the planning and budget cycle, before the programme is implemented. Thus RBB aims to shift focus from output accounting (i.e., activities) to results\u00adbased accountability (i.e., indi\u00ad cators of achievements). RBB is therefore not simply an administrative process, but a strategic planning tool, improving the clarity of programmes, and bringing about a common under\u00ad standing and better communication between Member States and programme managers to improve results. Results\u00adbased management is intended to be a dynamic process, providing feedback throughout the full programme cycle: planning, programming, budgeting, and monitoring and evaluation. Since it was introduced, RBB has continued to evolve in order to better fulfil its role as a strategic planning tool for the UN.RBB has four main components: \\n the DDR objective statement, serving as the basis for developing programme activities and identifying benchmarks for success; \\n indicators of achievement, which measure performance, justify the resource requirements and are linked to outputs; \\n outputs, listing the activities that will be conducted in order to achieve the objective; \\n external factors, identifying factors outside of the programme manger\u2019s control that may have an impact on programme performance.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 20, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "", - "Heading4": "", - "Sentence": "The results\u00adbased budgeting (RBB) framework is the main budgetary planning tool used by the UN Secretariat and peacekeeping missions, and is part of the Secretary\u00adGeneral\u2019s programme of reform and vision of a more results\u00adoriented organization.An important feature of RBB is the definition of expected results at the beginning of the planning and budget cycle, before the programme is implemented.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2484, - "Score": 0.57735, - "Index": 2484, - "Paragraph": "This section is intended to assist DDR programme managers in the field to develop RBB frameworks for submission to the Department of Peacekeeping Operations, which will serve as the basis for cost estimates. Mission budget officers who are specialized in the develop\u00ad ment of RBB frameworks should be able to assist with the development of this tool.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "", - "Sentence": "This section is intended to assist DDR programme managers in the field to develop RBB frameworks for submission to the Department of Peacekeeping Operations, which will serve as the basis for cost estimates.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2486, - "Score": 0.57735, - "Index": 2486, - "Paragraph": "The DDR objective statement draws its legal foundation from Security Council mission mandates. It is important to note that the DDR objective will not be fully achieved in the lifetime of the peacekeeping mission, although certain activities such as the (limited) phys\u00ad ical disarmament of combatants may be completed. Other important aspects of DDR such as reintegration, the establishment of the legal framework, and the technical and logistic capacity to deal with small arms and light weapons often extend beyond the duration of a peacekeeping mission. In this regard, the objective statement must reflect the contribution of the peacekeeping mission to the \u2018progress towards\u2019 the DDR objective. An example of a DDR objective statement is as follows: \\n \u201cProgress towards the disarmament, demobilization and reintegration of members of armed forces and groups, including meeting the specific needs of women and children associated with such groups, as well as weapons control and destruction.\u201d", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.1. The DDR objective statement", - "Sentence": "The DDR objective statement draws its legal foundation from Security Council mission mandates.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 2491, - "Score": 0.57735, - "Index": 2491, - "Paragraph": "The targeted achievement should include no more than five clear and measurable indicators, and baseline information from which increases/decreases in the baseline variables are measured.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.2. Indicators of achievement", - "Sentence": "The targeted achievement should include no more than five clear and measurable indicators, and baseline information from which increases/decreases in the baseline variables are measured.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2492, - "Score": 0.57735, - "Index": 2492, - "Paragraph": "When developing the DDR outputs for an RBB framework, programmer managers should take the following into account: (1) specific references to the implementation time\u00adframe should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) participants in DDR programmes or recipients of the mission\u2019s efforts should be included in the output description; and (4) when describing these outputs, the verb should be placed before the output definition (e.g., \u2018Destroyed 9,000 weapons\u2019; \u2018Chaired 10 community sensitization meetings\u2019).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.3. Outputs", - "Sentence": "When developing the DDR outputs for an RBB framework, programmer managers should take the following into account: (1) specific references to the implementation time\u00adframe should be included; (2) DDR technical assistance or advice needs should be further defined to specify what that means in practice and, if possible, quantified (e.g., workshops, training programmes, legislative models, draft work plans); (3) participants in DDR programmes or recipients of the mission\u2019s efforts should be included in the output description; and (4) when describing these outputs, the verb should be placed before the output definition (e.g., \u2018Destroyed 9,000 weapons\u2019; \u2018Chaired 10 community sensitization meetings\u2019).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2493, - "Score": 0.57735, - "Index": 2493, - "Paragraph": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit. These should not repeat the factors that make up the indicators of achievement.For an example of an RBB framework for DDR in Sudan, see Annex G; also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 21, - "Heading1": "7. Developing the results and budgeting framework", - "Heading2": "7.2. Peacekeeping results-based budgeting framework", - "Heading3": "7.2.1. Developing an RBB framework", - "Heading4": "7.2.1.4. External factors", - "Sentence": "When developing the external factors of the DDR RBB framework, programme managers are requested to identify those factors that are outside the control of the DDR unit.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2495, - "Score": 0.57735, - "Index": 2495, - "Paragraph": "Once a programme has been prepared, planning instruments should be developed that will aid practitioners (UN, non\u00adUN and the national government) to implement the planned activities and strategies. An actions or operations plan usually consists of four main elements: \\n Implementation methods: This consists of a narrative description of how each DDR com\u00ad ponent will be made operational within the framework of the programme, focusing on the precise sequencing of activities, operational requirements, logistic requirements, links with other mission components, key risks and factors that will reduce these risks. This section can be used by practitioners to guide implementation and operations and provide an overall framework for the other components of the operational and action plan; \\n Timing: There should be an overview of the time\u00adframe and schedule for implementation of DDR activities for each component of the programme, which provides an overall picture of the phasing and sequencing of programme implementation. This will provide practitioners with a quick overview of the activities, which is important for defining and planning resource requirements and allocations. An example of a time\u00adframe is included in Annex H; \\n Detailed work plan: A detailed work plan should also be included in the operational plan. It should break all programme activities down into their various tasks, and indi\u00ad cate who is responsible for different operational roles. The main categories of such a work plan should include: \\n\\n the activities to be implemented; \\n\\n a detailed description of individual tasks; \\n\\n the required inputs (human, material, financial); \\n\\n the actor \\n\\n responsible for funding each task; \\n\\n the actor responsible for logistic support; \\n\\n the actor responsible for staffing; \\n\\n the actor responsible for coordination/supervision; \\n\\n the actor responsible for implementation; \\n\\n the expected time\u00adframe for implementation of task. \\n The work plan should be considered a dynamic document that should be updated periodically and used to guide DDR planners and practitioners on programme imple\u00ad mentation on a day\u00adto\u00adday basis. A generic work plan is included in Annex I; \\n Management arrangements: This section should detail the institutional arrangements established to provide strategic guidance, coordination and implementation of the programme (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures and IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 22, - "Heading1": "8. Stage III: Developing an implementation plan", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Once a programme has been prepared, planning instruments should be developed that will aid practitioners (UN, non\u00adUN and the national government) to implement the planned activities and strategies.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2504, - "Score": 0.57735, - "Index": 2504, - "Paragraph": "Terms and definitions \\n Detailed field assessment: A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components. Detailed field assess\u00ad ments shall be undertaken to ensure that DDR strategies, programmes and implementation plans reflect realities, are well targeted and sustainable, and to assist with their monitoring and evaluation.Implementation plan: \\n Also known as an operations or action plan, an implementation plan describes the detailed steps necessary to implement programme activities, together with a division of labour and overall time\u00adframe.Programme: \\n A generic (general) term for a set of activities designed to achieve a specific objective. In order to ensure that a programme\u2019s results, outputs and overall outcome are reached, activities are often framed by a strategy, key principles and identified targets. Together, these indicate how the activities will be structured and implemented. Programmes also include a description of all aspects necessary to implement the planned activities, includ\u00ad ing inputs and resources (staff, equipment, funding, etc.), management arrangements, legal frameworks, partnerships and other risk analysis.Project: \\n Within each programme there may be several projects, each of which is a separately identified undertaking. A project is an intervention that consists of a set of planned, inter\u00ad related activities aimed at achieving defined objectives over a fixed time. A project\u2019s activities and objectives are normally given in a project document. This legal agreement binds the signatories to carry out the defined activities and to provide specific resources over a fixed period of time in order to reach agreed objectives.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Terms and definitions \\n Detailed field assessment: A detailed field assessment is essential to identify the nature of the problem a DDR programme is to deal with, as well as to provide key indicators for the development of a detailed DDR strategy and its associated components.", - "Shall": 1, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2513, - "Score": 0.57735, - "Index": 2513, - "Paragraph": "1 PRA uses group animation and exercises to obtain information. Using PRA methods, local people carry out the data collection and analysis, with outsiders assisting with the process rather than control\u00ad ling it. This approach brings about shared learning between local people and outsiders; emphasizes local knowledge; and enables local people to make their own appraisal, analysis and plans. PRA was originally developed so as to enable development practitioners, government officials and local people to work together to plan context\u00adappropriate programmes. PRA\u00adtype exercises can also be used in other contexts such as in planning for DDR. \\n 2 LCA \u2013 Lusaka Ceasefire Accords, 1999; SCA \u2013 Sun City Accord, April 2002; DRA \u2013 DRC/Rwanda Accords, July 2002. \\n 3 UNDP D3 report, 2001. \\n 4 DRC authorities. \\n 5 Privileged source. \\n 6 Unverified information. \\n 7 UNDP/IOM registration records. \\n 8 UNDP D3 report, 2001. \\n 9 Government of Uganda sources, United Nations Organization Mission in the Democratic Republic of Congo (MONUC). \\n 10 FNL estimated at 3,000 men (UNDP D3 report), located mainly in Burundi.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.20-DDR-Programme-Design", - "Module": "DDR Programme Design", - "PageNum": 1, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 PRA uses group animation and exercises to obtain information.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3010, - "Score": 0.57735, - "Index": 3010, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability. This module discusses three main issues related to national institutions: \\n 1) mandates and legal frameworks; \\n 2) structures and functions; and \\n 3) coordination with international DDR structures and processes.The mandates and legal frameworks of national institutions will vary according to the nature of the DDR programme, the approach that is adopted, the division of responsi- bilities with international partners and the administrative structures found in the country. It is important to ensure that national and international mandates for DDR are clear and coherent, and that a clear division of labour is established. Mandates and basic principles, institutional mechanisms, time-frames and eligibility criteria should be defined in the peace accord, and national authorities should establish the appropriate framework for DDR through legislation, decrees or executive orders.The structures of national institutions will also vary depending on the political and institutional context in which they are created. They should nevertheless reflect the security, social and economic dimensions of the DDR process in question by including broad rep- resentation across a number of government ministries, civil society organizations and the private sector.In addition, national institutions should adequately function at three different levels: \\n the policy/strategic level through the establishment of a national commission on DDR; \\n the planning and technical levels through the creation of a national technical planning and coordination body; and \\n the implementation/operational level through a joint implementation unit and field/ regional offices.There will be generally a range of national and international partners engaged in imple- mentation of different components of the national DDR programme.Coordination with international DDR structures and processes should be also ensured at the policy, planning and operational levels. The success and sustainability of a DDR pro- gramme depend on the ability of international expertise to complement and support a nationally led process. A UN strategy in support of DDR should therefore take into account not only the context in which DDR takes place, but also the existing capacity of national and local actors to develop, manage and implement DDR.Areas of support for national institutions are: institutional capacity development; legal frameworks; policy, planning and implementation; financial management; material and logis- tic assistance; training for national staff; and community development and empowerment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) programmes have increasingly relied on national institutions to ensure their success and sustainability.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3017, - "Score": 0.57735, - "Index": 3017, - "Paragraph": "This module provides United Nations (UN) DDR policy makers and practitioners with guidance on the structures, roles and responsibilities of national counterparts for DDR, their relationships with the UN and the legal frameworks within which they operate. It also provides guidance on how the UN should define its role, the scope of support it should offer to national structures and institutions, and capacity development.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides United Nations (UN) DDR policy makers and practitioners with guidance on the structures, roles and responsibilities of national counterparts for DDR, their relationships with the UN and the legal frameworks within which they operate.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3019, - "Score": 0.57735, - "Index": 3019, - "Paragraph": "Annex A contains a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201dThe term \u2018a national framework for DDR\u2019 describes the political, legal, programmatic/ policy and institutional framework, resources and capacities established to structure and guide national engagement with a DDR process. The implementation of DDR requires mul- tiple stakeholders; therefore, participants in the establishment and implementation of a national DDR framework include not only the government, but also all parties to the peace agreement, civil society, and all other national and local stakeholders.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3025, - "Score": 0.57735, - "Index": 3025, - "Paragraph": "UN-supported DDR aims to be people-centred, flexible, accountable and transparent, na- tionally owned, integrated and well planned. Within the UN, integrated DDR is delivered with the cooperation of agencies, programmes, funds and peacekeeping missions.In a country in which it is implemented, there is a focus on capacity-building at both government and local levels to achieve sustainable national ownership of DDR, among other peace-building measures. Certain conditions should be in place for DDR to proceed: these include the signing of a negotiated peace agreement, which provides a legal frame- work for DDR; trust in the peace process; transparency; the willingness of the parties to the conflict to engage in DDR; and a minimum guarantee of security. This module focuses on how to create and sustain these conditions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "UN-supported DDR aims to be people-centred, flexible, accountable and transparent, na- tionally owned, integrated and well planned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3029, - "Score": 0.57735, - "Index": 3029, - "Paragraph": "The principles guiding the development of national DDR frameworks, as well as the princi- ples of UN engagement with, and support to, national institutions and stakeholders, are outlined in IDDRS 2.10 on the UN Approach to DDR. Here, they are discussed in more detail.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The principles guiding the development of national DDR frameworks, as well as the princi- ples of UN engagement with, and support to, national institutions and stakeholders, are outlined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3031, - "Score": 0.57735, - "Index": 3031, - "Paragraph": "National ownership is essential for the success and sustainability of DDR programmes, and supporting national institutions is a core principle of the UN. However, in the past, too many DDR programmes were overly controlled by external actors who did not make enough effort to establish true partnership with national institutions and local authorities, producing programmes that were insufficiently adapted to the dynamics of local conflicts, unsuppor- tive of the capacities of local institutions and unresponsive to the needs of local populations. While the UN system may be called upon to provide strategic, technical, operational and financial support to DDR, national and local actors \u2014 who are ultimately responsible for the peace, security and development of their own communities and nations \u2014 should lead the process. When the UN supports DDR, it also aims to increase the capacities of govern- ments, implementing partners, communities and participants, and to assist them as they take ownership of the process: the promotion of national ownership is therefore a principle that guides both policy and the operational design of DDR programmes carried out with UN support.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.1. National ownership", - "Heading3": "", - "Heading4": "", - "Sentence": "National ownership is essential for the success and sustainability of DDR programmes, and supporting national institutions is a core principle of the UN.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3035, - "Score": 0.57735, - "Index": 3035, - "Paragraph": "Another core principle in the establishment and support of national institutions is the in- clusion of all stakeholders. National ownership is both broader and deeper than central government leadership: it requires the participation of a range of state and non-state actors at national, provincial and local levels. National DDR institutions should include all parties to the conflict, as well as representa- tives of civil society and the private sector. The international community should play a role in supporting the development of capacities in civil society and at local levels to enable them to participate in DDR processes (also see IDDRS 5.10 on Women, Gender and DDR, IDDRS 5.20 on Youth and DDR and IDDRS 5.30 on Children and DDR).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "4.2. Inclusivity", - "Heading3": "", - "Heading4": "", - "Sentence": "Another core principle in the establishment and support of national institutions is the in- clusion of all stakeholders.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3039, - "Score": 0.57735, - "Index": 3039, - "Paragraph": "Accountability and transparency are important principles for all national institutions. DDR institutions should adopt and encourage/support these values in order to: \\n build confidence among the parties to the DDR process; \\n establish the legitimacy of the process with the general population and local commu- nities; \\n ensure continued financial and technical support from international actors.Accountability mechanisms should be established for the monitoring, oversight and evaluation of processes through both internal and external review. Transparency should be also supported through a broad communications strategy that raises awareness of the prin- ciples and details of the programme (also see IDDRS 3.50 on Monitoring and Evaluation of DDR Programmes and IDDRS 4.60 on Public Information and Strategic Communication in Support of DDR). ", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "4.3. Accountability and transparency", - "Heading3": "", - "Heading4": "", - "Sentence": "Accountability and transparency are important principles for all national institutions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3042, - "Score": 0.57735, - "Index": 3042, - "Paragraph": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself. All stakeholders should agree to the establishment of the mandate and legal framework (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The mandates and legal frameworks established for national DDR institutions will vary according to the nature of the DDR process to be carried out and the approach adopted, the division of responsibilities with international partners, and the administrative structures of the state itself.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3044, - "Score": 0.57735, - "Index": 3044, - "Paragraph": "The national and international mandates for DDR should be clear and coherent. A clear division of responsibilities should be established in the different levels of programme co- ordination and for different programme components. This can be done through: \\n supporting international experts to provide technical advice on DDR to parties to the peace negotiations; \\n incorporating national authorities into inter-agency assessment missions to ensure that national policies and strategies are reflected in the Secretary-General\u2019s report and Secu- rity Council mandates for UN peace-support operations; \\n discussing national and international roles, responsibilities and functions within the framework of an agreed common DDR plan or programme; \\n providing technical advice to national authorities on the design and development of legal frameworks, institutional mechanisms and national programmes for DDR; \\n establishing mechanisms for the joint implementation and coordination of DDR pro- grammes and activities at the policy, planning and operational levels.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.1. Establishing clear and coherent national and international mandates", - "Heading3": "", - "Heading4": "", - "Sentence": "The national and international mandates for DDR should be clear and coherent.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3047, - "Score": 0.57735, - "Index": 3047, - "Paragraph": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process. Mandates and basic principles, institutional mechanisms, time-frames and eligi- bility criteria should all be defined. As the programme starts, institutional mechanisms and programme details should be elaborated further through the adoption of national legisla- tion or executive decree(s).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.2. Political frameworks and peace accord provisions", - "Heading3": "", - "Heading4": "", - "Sentence": "When parties to a conflict have concluded a peace accord or political agreement, provisions should have been included in it on the establishment of a legal framework for the DDR process.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3050, - "Score": 0.57735, - "Index": 3050, - "Paragraph": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR. These should include, but are not limited to, the following: \\n a letter of demobilization policy, which establishes the intent of national authorities to carry out a process of demobilization and reduction of armed forces and groups, indi- cating the total numbers to be demobilized, how this process will be carried out and under whose authority, and links to other national processes, particularly the reform and restructuring of the security sector; \\n legislation, decree(s) or executive order(s) establishing the national institutional frame- work for planning, implementing, monitoring and evaluating the DDR process. This legislation should include articles or separate instruments relating to: \\n\\n a national political body representing different parties to the process, ministries responsible for the programme and civil society. This legal instrument should establish the body\u2019s mandate for political coordination, policy direction and general oversight of the DDR programme. It should also establish the specific composi- tion of the body, frequency of meetings, responsible authority (usually the prime minister or president) and reporting lines to technical coordination and implemen- tation mechanisms; \\n\\n a technical planning and coordination body responsible for the technical design and implementation of the DDR programme. This legal instrument should specify the body\u2019s different technical units/directions and overall management structure, as well as functional links to implementation mechanisms; \\n\\n operational and implementation mechanisms at national, provincial and local levels. Legal provisions should specify the institutions, international and local partners responsible for delivering different components of the DDR programme. It should also define financial management and reporting structures within the national programme; \\n\\n an institution or unit responsible for the financial management and oversight of the DDR programme, funds received from national accounts, bilateral and multi- lateral donors, and contracts and procurement. This unit may be housed within a national institution or entrusted to an international partner. Often a joint national\u2013 international management and oversight system is established, particularly where donor funds are being received.The national DDR programme itself should be formally approved or adopted through legislation, executive order or decree. Programme principles and policies regarding eligi- bility criteria, definition of target groups, benefits structures and time-frame, as well as pro- gramme integration within other processes such as security sector reform (SSR), transitional justice and election timetables, should be identified through this process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 4, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.3. National legislative framework", - "Heading3": "", - "Heading4": "", - "Sentence": "In addition to the provisions of the peace accord, national authorities should develop legal instruments (legislation, decree[s] or executive order[s]) that establish the appropriate legal framework for DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3061, - "Score": 0.57735, - "Index": 3061, - "Paragraph": "DDR is a component of larger peace-building and recovery strategies. For this reason, na- tional DDR efforts should be linked with other national initiatives and processes, including SSR, transitional justice mechanisms, the electoral process, economic reconstruction and recovery (also see IDDRS 2.20 on Post-conflict Stabilization, Peace-building and Recovery Frameworks and IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 5, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is a component of larger peace-building and recovery strategies.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3063, - "Score": 0.57735, - "Index": 3063, - "Paragraph": "Through the establishment of amnesties and transitional justice programmes, as part of the broader peace-building process, parties attempt to deal with crimes and violations in the conflict period, while promoting reconciliation and drawing a line between the period of conflict and a more peaceful future. Transitional justice processes vary widely from place to place, depending on the historical circumstances and root causes of the conflict. They try to balance justice and truth with national reconciliation, and may include amnesty provisions for those involved in political and armed struggles. Generally, truth commissions are tem- porary fact-finding bodies that investigate human rights abuses within a certain period, and they present findings and recommendations to the government. They assist post-conflict communities to establish facts about what went on during the conflict period. Some truth commissions include a reconciliation component to support dialogue between factions within the community.In addition to national efforts, international criminal tribunals may be established to prosecute and hold accountable people who committed serious crimes. While national justice systems may also wish to prosecute wrongdoers, they may not be capable of doing so, owing to lack of capacity or will.During the negotiation of peace accords and political agreements, parties may make their involvement in DDR programmes conditional on the provision of amnesties for carry- ing weapons or less serious crimes. These amnesties will generally absolve (pardon) parti- cipants who conducted a political and armed struggle, and free them from prosecution. While amnesties may be agreed for violations of national law, the UN system is obliged to uphold the principles of international law, and shall therefore not support DDR processes that do not properly deal with serious violations such as genocide, war crimes or crimes against humanity.1 However, the UN should support the establishment of transitional justice processes to properly deal with such violations. Proper links should be created with DDR and the broader SSR process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 5, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.1. Transitional justice and amnesty provisions", - "Heading4": "", - "Sentence": "Through the establishment of amnesties and transitional justice programmes, as part of the broader peace-building process, parties attempt to deal with crimes and violations in the conflict period, while promoting reconciliation and drawing a line between the period of conflict and a more peaceful future.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3073, - "Score": 0.57735, - "Index": 3073, - "Paragraph": "In conflicts where ethnicity, religion or other identities have been causes of the conflict, there are often questions of citizenship or nationality that need to be resolved as part of the peace process. The resolution of these issues are likely to affect parties\u2019 willingness to engage in other parts of the larger peace-building framework, including elections, DDR and the restructuring of security forces (also see IDDRS 5.40 on Cross-border Population Movements).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 6, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.2. Citizenship and nationality laws", - "Heading4": "", - "Sentence": "In conflicts where ethnicity, religion or other identities have been causes of the conflict, there are often questions of citizenship or nationality that need to be resolved as part of the peace process.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3075, - "Score": 0.57735, - "Index": 3075, - "Paragraph": "A national legal regime for weapons control and management establishes conditions for the lawful acquisition, trade, possession and use of arms by state authorities and citizens. Provisional laws or decrees governing weapons control and management are often introduced during periods of post-conflict transition (also see IDDRS 4.10 on Disarmament and IDDRS 4.11 on SALW Control, Security and Development).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 6, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.3. Citizenship and nationality laws", - "Heading4": "", - "Sentence": "A national legal regime for weapons control and management establishes conditions for the lawful acquisition, trade, possession and use of arms by state authorities and citizens.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3077, - "Score": 0.57735, - "Index": 3077, - "Paragraph": "According to the Secretary-General\u2019s report on The Rule of Law and Transitional Justice in Con\u00ad flict and Post\u00adConflict Societies, \u2018rule of law\u2019 refers to a \u201cprinciple of governance in which all persons, institutions and entities, public and private, including the State itself, are accountable to laws that are publicly promulgated, equally enforced and independently adjudicated, and which are consistent with international human rights norms and standards. It requires, as well, measures to ensure adherence to the principles of supremacy of law, equality before the law, accountability to the law, fairness in the application of the law, separation of powers, participation in decision-making, legal certainty, avoidance of arbitrariness and procedural and legal transparency\u201d.However, the rule of law often breaks down during long periods of conflict; or a lack of justice, or manipulation of the justice system by authorities or political groups may be one of the causes of conflict. Some parties may be reluctant to participate in DDR when the rule of law has broken down and where their personal safety is not properly protected. Re-establishing the rule of law and carrying out justice reform are often essential aspects of a larger peace-building strategy. DDR should contribute to strengthening the rule of law by disarming armed forces and groups, who afterwards become subject to regular criminal justice systems.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 6, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.4. Citizenship and nationality laws", - "Heading4": "", - "Sentence": "According to the Secretary-General\u2019s report on The Rule of Law and Transitional Justice in Con\u00ad flict and Post\u00adConflict Societies, \u2018rule of law\u2019 refers to a \u201cprinciple of governance in which all persons, institutions and entities, public and private, including the State itself, are accountable to laws that are publicly promulgated, equally enforced and independently adjudicated, and which are consistent with international human rights norms and standards.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3082, - "Score": 0.57735, - "Index": 3082, - "Paragraph": "DDR is generally linked to the restructuring of armed forces and SSR as part of a broader peace-building framework. Agreement between the parties on the new mandate, structures, composition and powers of national security forces is often a condition for their entry into a formal DDR process. As a result, the planning and design of the DDR programme needs to be closely linked to the SSR process to ensure coherence on such issues as vetting of ex- combatants (to establish eligibility for integration into the reformed security forces) and establishing the legal status and entitlements of demobilized ex-combatants, including pensions and health care benefits.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "5. Mandates and legal frameworks for national engagement with DDR", - "Heading2": "5.4. Integrated peace-building and recovery framework", - "Heading3": "5.4.5. Restructuring of armed forces", - "Heading4": "", - "Sentence": "DDR is generally linked to the restructuring of armed forces and SSR as part of a broader peace-building framework.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3085, - "Score": 0.57735, - "Index": 3085, - "Paragraph": "The architecture of national DDR institutions will vary depending on the political and institutional context in which they are created. The following generic (general) model repre- sents a basic outline of structures and functions for a national DDR institutional framework, and lays out the structure of relationships with UN integrated missions and international coordination mechanisms. While the basic functions of national DDR institutions will be similar in most cases, the organization of institutional structures and their relation to inter- national actors will vary widely from country to country.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The architecture of national DDR institutions will vary depending on the political and institutional context in which they are created.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3088, - "Score": 0.57735, - "Index": 3088, - "Paragraph": "Integration is not only a principle for UN support to DDR, but also for the establishment of national institutions. The form of national institutions should reflect the security, economic and social dimensions of the DDR process. To achieve this, national institutions should include broad representation across a number of government ministries. Although the composition of national institutions for DDR will vary according to the particular govern- ment structures of different countries, the following institutions are generally represented at the level of policy and planning of national DDR institutions: \\n the executive (the presidency and/or prime minister\u2019s office); \\n the ministries of defence and interior (national security); \\n the ministries of planning and finance; \\n the ministries of labour, employment and industry; \\n the ministries of agriculture and natural resources; \\n the ministries of social welfare, status of women and protection of children; \\n human rights and national reconciliation agencies; \\n electoral authorities.As well as representation of the various agencies and ministries of government, it is important to include representatives of civil society and the private sector in DDR policy and strategic coordination mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 7, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.1. Integrated approach", - "Heading3": "", - "Heading4": "", - "Sentence": "Integration is not only a principle for UN support to DDR, but also for the establishment of national institutions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3092, - "Score": 0.57735, - "Index": 3092, - "Paragraph": "The following diagram presents a schematic overview of links among national and international DDR mechanisms at policy, planning and implementation levels (see Annexes B\u2013D for examples from Haiti, Liberia and Sierra Leone).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 8, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.2. Model for a national DDR institutional framework", - "Heading3": "", - "Heading4": "", - "Sentence": "The following diagram presents a schematic overview of links among national and international DDR mechanisms at policy, planning and implementation levels (see Annexes B\u2013D for examples from Haiti, Liberia and Sierra Leone).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3093, - "Score": 0.57735, - "Index": 3093, - "Paragraph": "A national DDR policy body representing key national and international stakeholders should be set up under a government or transitional authority established through peace accords, or under the authority of the president or prime minister. This body meets periodically to perform the following main functions: \\n to provide political coordination and policy direction for the national DDR programme; \\n to coordinate all government institutions and international agencies in support of the national DDR programme; \\n to ensure coordination of national DDR programme with other components of the national peace-building and recovery process; \\n to ensure oversight of the agency(ies) responsible for the design and implementation of the national DDR programme; \\n to review progress reports and financial statements; \\n to approve annual/quarterly work plans.The precise composition of this policy body will vary; however, the following are gen- erally represented: \\n government ministries and agencies responsible for components of DDR (including national women\u2019s councils or agencies, and agencies responsible for youth and children); \\n representatives of parties to the peace accord/political agreement; \\n representatives of the UN, regional organizations and donors; \\n representatives of civil society and the private sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.1. National DDR commission", - "Heading4": "", - "Sentence": "A national DDR policy body representing key national and international stakeholders should be set up under a government or transitional authority established through peace accords, or under the authority of the president or prime minister.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3095, - "Score": 0.57735, - "Index": 3095, - "Paragraph": "Depending on whether a UN mission has been established, support is provided for the development of national policies and strategies through the offices of the UN Resident Co- ordinator, or upon appointment of the Special Representative of the Secretary-General (SRSG)/ Deputy SRSG (DSRSG). When there is a UN Security Council mandate, the SRSG will be responsible for the coordination of international support to the peace-building and transition process, including DDR. When the UN has a mandate to support national DDR institutions, the SRSG/DSRSG may be invited to chair or co-chair the national commission on DDR (NCDDR), particularly if there is a need for neutral arbitration.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.3. Policy/Strategic level", - "Heading3": "6.3.2. International coordination and assistance", - "Heading4": "", - "Sentence": "Depending on whether a UN mission has been established, support is provided for the development of national policies and strategies through the offices of the UN Resident Co- ordinator, or upon appointment of the Special Representative of the Secretary-General (SRSG)/ Deputy SRSG (DSRSG).", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3098, - "Score": 0.57735, - "Index": 3098, - "Paragraph": "A national technical planning and coordination body, responsible for the design and im- plementation of the DDR programme, should be established. The national coordinator/ director of this body oversees the day-to-day management of the DDR programme and ensures regular reporting to the NCDDR. The main functions of the national DDR agency include: \\n the design of the DDR programme, including conducting assessments, collecting base- line data, establishing indicators and targets, and defining eligibility criteria for the inclusion of individuals in DDR activities; \\n planning of DDR programme activities, including the establishment of information management systems, and monitoring and evaluations procedures; \\n oversight of the joint implementation unit (JIU) for DDR programme implementation.Directed by a national coordinator/director, the staff of the national DDR agency should include programme managers and technical experts (including those seconded from national ministries) and international technical experts (these may include advisers from the UN system and/or the mission\u2019s DDR unit) (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 9, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.1. National DDR agency", - "Heading4": "", - "Sentence": "A national technical planning and coordination body, responsible for the design and im- plementation of the DDR programme, should be established.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3101, - "Score": 0.57735, - "Index": 3101, - "Paragraph": "An international technical coordination committee provides a forum for consultation, co- ordination and joint planning between national and international partners at the technical level of DDR programme development and implementation. This committee should meet regularly to review technical issues related to national DDR programme planning and implementation.Participation in the technical coordination committee will vary a great deal, depending on which international actors are present in a country. The committee should include tech- nical experts from the national DDR agency and from those multilateral and bilateral agen- cies and non-governmental organizations (NGOs) with operations or activities that have a direct or indirect impact on the national DDR programme (also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.2. International technical coordination committee", - "Heading4": "", - "Sentence": "An international technical coordination committee provides a forum for consultation, co- ordination and joint planning between national and international partners at the technical level of DDR programme development and implementation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3104, - "Score": 0.57735, - "Index": 3104, - "Paragraph": "A project approval committee (PAC) can be established to ensure transparency in the use of donor resources for DDR by implementing partners, i.e., to review and approve applications by national and international NGOs or agencies for funding for projects. Its role does not include oversight of either the regular operating budget for national DDR institutions or programmes (monitored by the independent financial management unit), or the activities of the UN mission\u2019s DDR unit. The PAC will generally include representatives of donors, the national DDR agency and the UN mission/agencies (also see IDDRS 2.30 on Participants, Beneficiaries and Partners and IDDRS 3.41 on Finance and Budgeting.)", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.4. Planning and technical levels", - "Heading3": "6.4.3. Project approval committee", - "Heading4": "", - "Sentence": "A project approval committee (PAC) can be established to ensure transparency in the use of donor resources for DDR by implementing partners, i.e., to review and approve applications by national and international NGOs or agencies for funding for projects.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3107, - "Score": 0.57735, - "Index": 3107, - "Paragraph": "Operational and implementation mechanisms should be established at national, provincial and local levels. These mechanisms should operate under the supervision of the technical coordination and planning body.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "", - "Heading4": "", - "Sentence": "Operational and implementation mechanisms should be established at national, provincial and local levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3109, - "Score": 0.57735, - "Index": 3109, - "Paragraph": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR. The organization of a JIU will vary depending on the priorities and implementation methods of particular national DDR programmes. It should be organ- ized by a functional unit that is designed to integrate the sectors and cross-cutting compo- nents of a national DDR programme, which may include: \\n disarmament and demobilization; reintegration; \\n child protection, youth, gender, cross-border, food, health and HIV/AIDS advisers; \\n public information and community sensitization; \\n monitoring and evaluation.Other functional units may be established according to the design and needs of parti- cular DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 10, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.1. Joint implementation unit", - "Heading4": "", - "Sentence": "The JIU is the operational arm of a national DDR agency, responsible for the implementation of a national DDR programme under the direction of the national coordinator, and ultimately accountable to the NCDDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3112, - "Score": 0.57735, - "Index": 3112, - "Paragraph": "Given the size and sensitivities of resource allocation to large DDR operations, an independ- ent financial management, contracts and procurement unit for the national DDR programme should be established. This unit may be housed within the national DDR institution or entrusted to an international partner. A joint national\u2013international management and over- sight system may be established, particularly when donors are contributing significant funds for DDR. This unit should be responsible for the following: \\n establishing standards and procedures for financial management and accounting, con- tracts, and procurement of goods and services for the DDR programme; \\n mobilizing and managing national and international funds received for DDR programme activities; \\n reviewing and approving budgets for DDR programme activities; \\n establishing a reporting system and preparing financial reports and audits as required (also see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 11, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.2. Independent financial management unit", - "Heading4": "", - "Sentence": "Given the size and sensitivities of resource allocation to large DDR operations, an independ- ent financial management, contracts and procurement unit for the national DDR programme should be established.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3116, - "Score": 0.57735, - "Index": 3116, - "Paragraph": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme. These will vary significantly depending on the presence and capabilities of government agencies, local authorities and community-based organizations; UN agencies; and national and international NGOs located near DDR operations. The activities of implementing partners should be coordinated by regional/field offices that report to the JIU of a national DDR agency(also see IDDRS 2.30 on Participants, Beneficiaries and Partners).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "6. Structures and functions of national institutions", - "Heading2": "6.5. Implementation/Operational level", - "Heading3": "6.5.4. Implementing agencies/partners", - "Heading4": "", - "Sentence": "There will generally be a range of national and international partners engaged in the im- plementation of different components of the national DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3119, - "Score": 0.57735, - "Index": 3119, - "Paragraph": "National and international DDR structures and processes should, as far as possible, be jointly developed and coordinated at the policy, planning and operational levels, as explained below. The planning of UN missions and national DDR institutions has not always been sufficiently integrated, reducing the efficiency and effectiveness of both. The success and sustainability of a DDR programme depend on the ability of international expertise and resources to complement and support nationally led processes. A key factor in close coordination is the early consultation of national authorities and parties to the DDR process during UN assessment missions and mission planning processes. International DDR expertise, political support and technical assistance should also be available from the earliest point in the peace process through the establishment of national institutions and programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "National and international DDR structures and processes should, as far as possible, be jointly developed and coordinated at the policy, planning and operational levels, as explained below.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3124, - "Score": 0.57735, - "Index": 3124, - "Paragraph": "Coordination of national and international efforts at the policy/strategic level will vary a great deal, depending on the dynamics of the conflict, the parties to the peace process and the role/mandate of the UN in support of peace-building and recovery, including DDR. However, coordination (and where possible, integration) of national and international efforts will be essential at the following points: \\n ensuring national and local stakeholder participation in UN assessment and mission planning exercises (also see IDDRS 3.10 on Integrated DDR Planning: Processes and Structures). National stakeholders should be consulted and, where possible, participate fully in the initial planning phases of international support for DDR; \\n providing international support for the establishment of an NCDDR or political over- sight mechanisms; \\n coordinating bilateral and multilateral actors to ensure a coherent message on DDR and to support national institutions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.1. Policy/Strategic level", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination of national and international efforts at the policy/strategic level will vary a great deal, depending on the dynamics of the conflict, the parties to the peace process and the role/mandate of the UN in support of peace-building and recovery, including DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3127, - "Score": 0.57735, - "Index": 3127, - "Paragraph": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way. It is important to ensure coordination at the following points: \\n in national DDR programme development; \\n in the development of DDR programmes of UN mission and agencies; \\n in technical coordination with bilateral partners and NGOs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 12, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.2. Planning and technical levels", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination of national and international efforts at the planning and technical levels is important to ensure that the national DDR programme and UN support for DDR operations work together in an integrated and coherent way.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3129, - "Score": 0.57735, - "Index": 3129, - "Paragraph": "Coordination between the national DDR agency and UN mission/system at the operational level should be established through the following: \\n the establishment of a JIU with mixed national/international staff; \\n the provision of international technical assistance for implementation; \\n the coordination of national and international implementing agencies/partners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "7. Coordination of national and international DDR structures and processes", - "Heading2": "7.3. Implementation/Operational level", - "Heading3": "", - "Heading4": "", - "Sentence": "Coordination between the national DDR agency and UN mission/system at the operational level should be established through the following: \\n the establishment of a JIU with mixed national/international staff; \\n the provision of international technical assistance for implementation; \\n the coordination of national and international implementing agencies/partners.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3130, - "Score": 0.57735, - "Index": 3130, - "Paragraph": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities. Flexibility and a sound analysis of local needs and contexts are the most essential requirements for designing a UN strategy in support of DDR. It is im- portant to establish the context in which DDR is taking place and the existing capacities of national and local actors to develop, manage and implement DDR operations.The UN recognizes that a genuine, effective and broad national ownership of the DDR process is important for the successful implementation of the disarmament and demobili- zation process, and that this is essential for the sustainability of the reintegration of ex- combatants into post-conflict society. The UN should work to encourage genuine, effective and broad national ownership at all phases of the DDR programme, wherever possible.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "8. The role of international assistance", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The DDR of ex-combatants in countries emerging from conflict is complex and involves many different activities.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3134, - "Score": 0.57735, - "Index": 3134, - "Paragraph": "The UN approach to the planning, management and monitoring of DDR programmes in a peacekeeping environment should be informed by the following factors: \\n Strength and legitimacy of governments: Post-conflict governments and their attendant bureaucracies may vary widely in terms of their strength and viability; their legitimacy in the eyes of the population; their level of existing capacities for programme devel- opment and management; the territorial extent and scope of government authority; and the degree to which the State has a monopoly over the means of violence in its territory. Taken together, these will affect the degree to which a given government can take effective ownership of and responsibility for DDR; \\n Technical capacities and knowledge: Even when post-conflict governments are legitimate and capable, they may lack the specific technical knowledge that is needed to link DDR to a national reconstruction plan and SSR; \\n Participation of civil society: In many post-conflict situations, civil society may have been repressed or marginalized and lack access to political decision-making processes. The representation of civil society at all levels in the body politic is essential, and the UN should support the participation and engagement of civil society in DDR processes wherever possible. Possible roles may include involvement in the policy development process (and particularly its link with transitional justice and equity issues); assistance with the identification of people associated with armed groups and forces, especially women and children; and implementing (particularly focusing on the involvement of local communities) and monitoring the effectiveness of DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 13, - "Heading1": "8. The role of international assistance", - "Heading2": "8.1. Considerations in defining the role of the UN", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN approach to the planning, management and monitoring of DDR programmes in a peacekeeping environment should be informed by the following factors: \\n Strength and legitimacy of governments: Post-conflict governments and their attendant bureaucracies may vary widely in terms of their strength and viability; their legitimacy in the eyes of the population; their level of existing capacities for programme devel- opment and management; the territorial extent and scope of government authority; and the degree to which the State has a monopoly over the means of violence in its territory.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3138, - "Score": 0.57735, - "Index": 3138, - "Paragraph": "The national stakeholders and the UN should establish a letter of agreement where the government and relevant national stakeholders outline their respective roles and responsi- bilities; establish commitments to DDR according to international standards; establish links to SSR (including plans for future military size and budget, military unification, and restruc- turing, where relevant); and outline humanitarian activities and reconstruction/recovery efforts.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 14, - "Heading1": "8. The role of international assistance", - "Heading2": "8.1.1. Letter of agreement", - "Heading3": "", - "Heading4": "", - "Sentence": "The national stakeholders and the UN should establish a letter of agreement where the government and relevant national stakeholders outline their respective roles and responsi- bilities; establish commitments to DDR according to international standards; establish links to SSR (including plans for future military size and budget, military unification, and restruc- turing, where relevant); and outline humanitarian activities and reconstruction/recovery efforts.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3139, - "Score": 0.57735, - "Index": 3139, - "Paragraph": "UN support to national efforts take place in the following areas (the actual degree of UN engagement should be determined on the basis of the considerations outlined above): \\n Political/Strategic support: In order for the international community to provide political support to the DDR process, it is essential to understand the dynamics of both the conflict and the post-conflict period. By carrying out a stakeholder analysis (as part of a larger conflict assessment process), it will be possible to better understand the dynam- ics among national actors, and to identify DDR supporters and potential spoilers; \\n Institutional capacity development: It is important that capacity development strategies are established jointly with national authorities at the start of international involvement in DDR to ensure that the parties themselves take ownership of and responsibility for the success of the process. The UN system should play an important role in supporting the development of national and local capacities for DDR through providing technical assistance, establishing partnership arrangements with national institutions, and pro- viding training and capacity-building to local implementing partners; \\n Support for the establishment of legal frameworks: A key area in which international exper- tise can support the development of national capacities is in the drawing up of legal frameworks for DDR and related processes of SSR and weapons management. The UN system should draw on experiences from a range of political and legal systems, and assist national authorities in drafting appropriate legislation and legal instruments; \\n Technical assistance for policy and planning: Through the provision of technical assistance, the UN system should provide direct support to the development of national DDR policy and programmes. It is important to ensure, however, that this assistance is provided through partnership or mentoring arrangements that allow for knowledge and skills transfers to national staff, and to avoid situations where international experts take direct responsibility for programme functions within national institutions. When several international institutions are providing technical assistance to national authori- ties, it is important to ensure that this assistance is coordinated and coherent; \\n Direct support for implementation and financial management: The UN system may also be called upon, either by Security Council mandate or at the request of national authorities, to provide direct support for the implementation of certain components of a DDR pro- gramme, including the financial management of resources for DDR. A memorandum of understanding should be established between the UN and national authorities that defines the precise area of responsibility for programme delivery, mechanisms for co- ordination with local partners and clear reporting responsibilities; \\n Material/Logistic support: In the post-conflict period, many national institutions lack both material and human resources. The UN system should provide material and logistic support to national DDR institutions and implementing agencies, particularly in the areas of: information and communications technology and equipment; transportation; rehabilitation, design and management of DDR sites, transit centres and other facilities; the establishment of information management and referral systems; and the procurement of basic goods for reinsertion kits, among others (also see IDDRS 4.10 on Disarmament, IDDRS 4.20 on Demobilization and IDDRS 4.30 on Social and Economic Reintegration); \\n Training programmes for national staff: The UN system should further support capacity development through the provision of training. There are a number of different training methodologies, including the provision of courses or seminars, training of trainers, on- the-job or continuous training, and exchanges with experts from other national DDR institutions. Although shortage of time and money may limit the training options that can be offered, it is important that the approach chosen builds skills through a continuous process of capacity development that transfers skills to local actors; \\n Support to local capacity development and community empowerment: Through local capacity development and community empowerment, the UN system should support local ownership of DDR processes and programmes. Since the success of the DDR process depends largely on the reintegration of individuals at the community level, it is im- portant to ensure that capacity development efforts are not restricted to assisting national authorities, but include direct support to communities in areas of reintegration. In particular, international agencies can help to build local capacities for participation in assessment and planning processes, project and financial management, reporting, and evaluation.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 14, - "Heading1": "8. The role of international assistance", - "Heading2": "8.2. Areas of UN support", - "Heading3": "", - "Heading4": "", - "Sentence": "UN support to national efforts take place in the following areas (the actual degree of UN engagement should be determined on the basis of the considerations outlined above): \\n Political/Strategic support: In order for the international community to provide political support to the DDR process, it is essential to understand the dynamics of both the conflict and the post-conflict period.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 3151, - "Score": 0.57735, - "Index": 3151, - "Paragraph": "Prepared by the Draft Interim Secretariat (Comprising UNDP, UNMIL, World Bank, USAID, UNICEF, UNHCR, OCHA, World Vision) \\n Monrovia, 31 October 2003 \\n Excerpts: pp. 17\u201324", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Prepared by the Draft Interim Secretariat (Comprising UNDP, UNMIL, World Bank, USAID, UNICEF, UNHCR, OCHA, World Vision) \\n Monrovia, 31 October 2003 \\n Excerpts: pp.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3153, - "Score": 0.57735, - "Index": 3153, - "Paragraph": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003. The NCDDRR will consist of representatives from relevant National Transitional Government of Liberia (NTGL) agencies, the Government of Liberia (GOL), the Liberians United for Reconciliation and Democracy (LURD), the Movement for Democracy in Liberia (MODEL), the Economic Community of West African States (ECOWAS), the United Nations (UN), the African Union (AU) and the International Contact Group on Liberia (ICGL).The NCDDRR will: \\n provide policy guidance to the Joint Implementation Unit (JIU); \\n formulate the strategy and co-ordinate all government institutions in support of the Disarmament, Demobilization, Rehabilitation and Reintegration Programme (DDRRP); \\n identify problems related to programme implementation and impact; and \\n undertake all measures necessary for their quick and effective solution. During start-up, the NCDDRR will hold at least monthly meetings, but extraordinary meetings can be called if necessary.The NCDDRR will be supported by a Secretary, who will be responsible for: \\n reporting to the NCDDRR on the activities of the JIU with regard to the DDRR process; \\n promoting programme activities as well as managing relationships with external key stakeholders; \\n assisting the JIU with necessary support and facilitation required to secure the political commitment of the leadership of the various fighting groups in order to implement the DDRR programme; \\n participating in the various committees of the JIU \u2013 particularly with the Technical Coordination Committee and the Project Approval Committee (PAC); \\n providing general oversight of the DDRR process on behalf of the NCDDRR committee and preparing reports to the committee.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Implementation modalities", - "Heading3": "The national commission", - "Heading4": "", - "Sentence": "The programme will be implemented under the guidance and supervision of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration (NCDDRR), a temporary institution established by the peace agreement August 2003.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 3156, - "Score": 0.57735, - "Index": 3156, - "Paragraph": "In order to ensure rapid implementation that will protect the credibility of the programme, a Joint Implementation Unit (JIU), headed by a Programme and Policy Adviser, will carry out the planning and implementation of the day-to-day operation and execution of the programme. The JIU will be an interdisciplinary and interdepartmental entity composed of four units dealing with: \\n disarmament and demobilization: staffed with expertise from the UNMIL comprising a disarmament and demobilization expert, demobilization officers and field officers, as well as qualified national staff; \\n rehabilitation and reintegration: staffed with expertise from the UNDP and other relevant agencies consisting of reintegration operation experts and national experts in vocational training and small enterprise development, employment creation and appren- ticeship promotion, agriculture and food production; \\n monitoring and evaluation: staffed by technical assistance from the UNDP including a monitoring and evaluation (M&E) expert, and national staff as systems analyst, pro- grammer and M&E field monitors as well as short-term data entry clerks; and \\n information and sensitization: staffed with expertise from UNMIL and OCHA includ- ing specialists in public information development and dissemination, social adaptation programmes in the area of civic education, psychosocial counselling, community-based reconciliation and peace-building measures.Accountable to the NCDDRR, the JIU will be responsible for ensuring: \\n the planning and implementation of the individual programme components in collabo- ration with other government departments, NGOs and donors; \\n the transparent and accountable administration of the programme (including procure- ment and disbursements); and \\n monitoring and evaluation.The institutional capacity of the JIU will be ensured through rigorous selection of staff, payment consistent with the quality of outputs required, and staff training where appro- priate. Technical assistance will be contracted on the basis of specific terms of reference for providing a management information system (MIS) and financial management as well as the implementation of specific programme components.The various units of the JIU will be assigned with expertise from UN agencies as follows: \\n the UNMIL DDR team will be deployed for the DD Unit in the JIU; \\n programme and policy coordination, MIS and reintegration will be assigned to the team from the UNDP; and \\n UNMIL and OCHA will handle the Information and Sensitization Unit.This arrangement will enhance the capacity of the JIU as well as reducing the overall staffing cost for the programme, while ensuring continuity in programme development in the event of the completion of the mandate of the mission. Each unit will be supported with national staff recruited to understudy the international staff of the JIU.A Programme and Policy Co-ordinator will manage and coordinate an internal manage- ment team comprising the heads of units of the JIU, and will report to the Office of the SRSG or to his or her designate in matters relating to the implementation of the programme.All implementing partners such as bilateral agencies, international and local NGOs will undertake their responsibilities in full compliance with programme guidelines and under the supervision of the JIU in respect of contracts entered into with the JIU of the NCDDRR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 21, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Function", - "Heading4": "", - "Sentence": "In order to ensure rapid implementation that will protect the credibility of the programme, a Joint Implementation Unit (JIU), headed by a Programme and Policy Adviser, will carry out the planning and implementation of the day-to-day operation and execution of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3160, - "Score": 0.57735, - "Index": 3160, - "Paragraph": "In addition to the central office in Monrovia, the JIU will establish five small DDRR field offices based on where ex-combatants are concentrated. The field offices will be co-located with the UNMIL field offices.Each DDRR field office will comprise a reintegration officer and up to four referral and counselling officers, all familiar with the local socio-political environment. The reinte- gration officers will be UN Volunteers (UNVs) recruited for this purpose and support with national staff. In addition, each DDRR field office will have an administration and account- ing officer, who will report directly to the financial manager of the Direct Execution (DEX) for administering reinsertion and reintegration assistance.In order to reinforce the capacity at the local level, each DDRR field office will have a UNV as the reintegration or DDRR officer working with various local staff.The field offices will be responsible for: \\n information and counselling; \\n administration of reintegration assistance under the different programme components; \\n monitoring and evaluation; \\n co-ordination with traditional/religious leaders, and maintaining linkages and coordi- nation with other community-based reconstruction and rehabilitation interventions; \\n sensitizing the local population; \\n assisting in programme implementation; \\n identifying and solving local problems related to ex-combatant reintegration; and \\n reporting on the progress and impact of the programme to the JIU in Monrovia.On the basis of the settlement pattern of ex-combatants, additional referral and coun- selling officers may be recruited.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 23, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "DDRR field offices", - "Heading4": "", - "Sentence": "In addition to the central office in Monrovia, the JIU will establish five small DDRR field offices based on where ex-combatants are concentrated.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3164, - "Score": 0.57735, - "Index": 3164, - "Paragraph": "A military liaison office will be created to facilitate co-operation with UNMIL and the DD Unit for all security-related aspects of the programme. Within the overall mandates given to them by their respective institutions, UNMIL is expected to perform the following functions within the DDRR programme: \\n provide relevant input and information as well as security assistance and advice with regard to the selection of potential sites for disarmament and demobilization; \\n provide technical input with regard to the process of disarmament, registration, docu- mentation and screening of potential candidates for demobilization; \\n develop and install systems for arms control and advise on a larger legislative frame- work to monitor and control arms recycling; \\n monitor and verify the conformity of the DDR process according to recognized and acceptable standards; \\n assume responsibility for effecting disarmament of combatants, maintain a pertinent registry of surrendered weaponry and conduct pre-demobilization screening and evaluation; and \\n ensure the destruction of all weapons surrendered.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 20, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Joint Implementation Unit", - "Heading3": "Roles and functions of the military units", - "Heading4": "", - "Sentence": "A military liaison office will be created to facilitate co-operation with UNMIL and the DD Unit for all security-related aspects of the programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3166, - "Score": 0.57735, - "Index": 3166, - "Paragraph": "A considerable part of the programme implementation will be contracted out to local and international NGOs as well as in partnership with various UN agencies, line ministries, private sector institutions and community-based structures.Implementing agencies will be selected on the basis of the following criteria: \\n Track record and technical capacity. The agency must demonstrate a track record of technical and functional expertise in its chosen area of participation for not less then four years; \\n Financial management capacity. It needs to demonstrate a proven record of sound finan- cial management and/or the capacity to pre-finance initial project costs. It must provide audited financial record for the past three years; \\n Management capacity. The agency must demonstrate sound management capability in respect of the programme delivery structure and expertise.The implementing agency will be expected to adhere to the policy guidelines with regard to camp management and other operational regulations. It will be accountable to the JIU in matters of technical and financial issues related to its contractual obligations.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 23, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Role of implementing partners and selection criteria", - "Heading3": "", - "Heading4": "", - "Sentence": "A considerable part of the programme implementation will be contracted out to local and international NGOs as well as in partnership with various UN agencies, line ministries, private sector institutions and community-based structures.Implementing agencies will be selected on the basis of the following criteria: \\n Track record and technical capacity.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 3172, - "Score": 0.57735, - "Index": 3172, - "Paragraph": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes. At each phase: \\n the administration of assistance has to be accounted for; \\n weapons collected need to be classified and analysed; \\n beneficiaries of reintegration assistance need to be tracked; and \\n the quality of services provided during the implementation of the programme needs to be assessed.To plan, monitor and evaluate the processes, a management information system (MIS) regarding the discharged ex-combatants is required and will contain the following components: \\n a database on the basic socio-economic profile of ex-combatants; \\n a database on disarmament and weapons classification; \\n a database of tracking benefit administration such as on payments of the settling-in package, training scholarships and employment subsidies to the ex-combatants; and \\n a database on the programme\u2019s financial flows.The MIS depends on the satisfactory performance of all those involved in the collection and processing of information. There is, therefore, a need for extensive training of enumer- ators, country staff and headquarters staff. Particular emphasis will be given to the fact that the MIS is a system not only of control but also of assistance. Consequently, a constant two- way flow of information between the DDRR field offices and the JIU will be ensured through- out programme implementation.The MIS will provide a useful tool for planning and implementing demobilization. In connection with the reinsertion and reintegration of ex-combatants, the system is indispen- sable to the JIU in efficiently discharging its duties in planning and budgeting, implemen- tation, monitoring and evaluation. The system serves multiple functions and users. It is also updated from multiple data sources.The MIS may be conceived as comprising several simple databases that are logically linked together using a unique identifier (ID number). An MIS expert will be recruited to design, install and run the programme start-up. To keep the overheads of maintaining the system to a minimum, a self-updating and checking mechanism will be put in place.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 24, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Monitoring and evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "The programme comprises three separate but highly related processes, namely the military process of selecting and assembling combatants for demobilization and the civilian process of discharge, reinsertion and reintegration.How soldiers are demobilized affects the reinsertion and reintegration processes.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3182, - "Score": 0.57735, - "Index": 3182, - "Paragraph": "Fundamental principles for the management of the DDRR Trust Fund are based on trans- parency and openness with a clear separation between the policy/allocation aspects of the DDRR Trust Fund operations and the fiduciary/administrative responsibility.The Trust Fund will be administered by UNDP in accordance with the terms of refer- ence of the Trust Fund. In this capacity, the UNDP will establish and maintain appropriate records and accounts to identify the contributions to the Fund, the commitments to be financed out of the Fund and the receipt and disbursement of funds.The DEX Unit will be established and will be composed of UNDP staff with the overall responsibility for financial management and procurement for the programme. The DEX Unit will monitor expenditures related to the activities financed under the Trust Fund. The respon- sibilities of the DEX Unit will include procurement of goods, services and other items, screening and recommending UNDP\u2019s approval and payment, and monitoring all expen- ditures financed by the funds. UNDP will finance the cost of the DEX Unit from its own proper resources; therefore, all contributions will go towards direct costs of the DDRR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 25, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "DEX Unit", - "Heading3": "Management of the DDRR Trust Fund", - "Heading4": "", - "Sentence": "Fundamental principles for the management of the DDRR Trust Fund are based on trans- parency and openness with a clear separation between the policy/allocation aspects of the DDRR Trust Fund operations and the fiduciary/administrative responsibility.The Trust Fund will be administered by UNDP in accordance with the terms of refer- ence of the Trust Fund.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3187, - "Score": 0.57735, - "Index": 3187, - "Paragraph": "The UNDP, as the administrator of the DDRR Trust Fund, will be responsible for all dis- bursements in conformity with its own regulations, rules and procedures and consistent with the allocations and decisions made by the project approval and review committee of the JIU of the NCDDRR as well as the broader priorities set in consultation with the NCDDRR and the donor community.The UNDP will strive for maximum efficiency and effectiveness in administering the DDRR Trust Fund while promoting sound financial management and accountability to ensure that all required fiduciary and administrative cost elements are adequately funded.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 25, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "DEX Unit", - "Heading3": "Modalities of administration and administrative charges", - "Heading4": "", - "Sentence": "The UNDP, as the administrator of the DDRR Trust Fund, will be responsible for all dis- bursements in conformity with its own regulations, rules and procedures and consistent with the allocations and decisions made by the project approval and review committee of the JIU of the NCDDRR as well as the broader priorities set in consultation with the NCDDRR and the donor community.The UNDP will strive for maximum efficiency and effectiveness in administering the DDRR Trust Fund while promoting sound financial management and accountability to ensure that all required fiduciary and administrative cost elements are adequately funded.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3188, - "Score": 0.57735, - "Index": 3188, - "Paragraph": "A sound, independent monitoring and evaluation mechanism for the entire Fund will be established as well as adequate external audits.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 25, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "DEX Unit", - "Heading3": "Monitoring and evaluation", - "Heading4": "", - "Sentence": "A sound, independent monitoring and evaluation mechanism for the entire Fund will be established as well as adequate external audits.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3189, - "Score": 0.57735, - "Index": 3189, - "Paragraph": "Appropriate progress reports will be forwarded to the donors on a monthly basis covering general progress on implementation, financial reports on income and expenditure. The progress reporting will be the prime responsibility of the UNDP Resident Representative in Monrovia. However, the reports will also be submitted to the donors through UNDP Headquarters in New York to the relevant permanent missions to the United Nations. These progress reports will include the status of intended outputs, achievements and progress on the programme.On an annual basis, UNDP will provide financial reports on income and expenditure of the Trust Fund to donors, in accordance with UNDP\u2019s financial regulations and rules. An annual financial statement will be prepared for the Fund showing income and expendi- tures as of 31 December of every year and shall be submitted by the 30 June, i.e., six months after.Contributions made available will be subject exclusively to the internal and external auditing procedures provided for in the financial regulations, rules and directives of UNDP. Should an audit report of the Board of Auditors of UNDP to its governing body contain observations relevant to the contributions, such information will be available to the donor(s).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 25, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "DEX Unit", - "Heading3": "Reporting and auditing", - "Heading4": "", - "Sentence": "Appropriate progress reports will be forwarded to the donors on a monthly basis covering general progress on implementation, financial reports on income and expenditure.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3195, - "Score": 0.57735, - "Index": 3195, - "Paragraph": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme. This will provide a broad forum for technical and strategic consultation in support of rational programming for all the DDRR activities.The responsibilities of the TCC will be to: \\n identify strategic, operational and technical issues that may have an impact on the dis- armament, demobilisation and reintegration process; \\n develop technical standards, guidelines, and operating principles, which will be adhered to by all involved in the implementation of specific DDRR activities; \\n provide the framework for securing the support of key partners with regard to input to planning and implementing disarmament and demobilization activities as well as the reintegration process; \\n provide the basis for operational planning and consensus on issues relating to disarm- ament, demobilization and reintegration; and \\n on a regular basis identify key policy issues that need to be resolved by the policy com- mittee and provide policy options to the NCDDRR for consideration.The membership of the TCC will be based on invitation by the JIU and consist of rele- vant programme staff from agencies such as UNICEF, UNDP, UNHCR, WFP, WHO, EU, USAID, UNMIL, the Food and Agriculture Organization (FAO), OCHA and other appro- priate agencies. Relevant NTGL agencies could be invited for participation when necessary. The TCC will be constituted on a relevant sector basis such as disarmament and demobiliza- tion and reintegration, and it will meet fortnightly or as and when required. The membership and participation will vary according to the relevant sector.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 26, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Technical Coordination Committee", - "Heading3": "", - "Heading4": "", - "Sentence": "A Technical Coordinating Committee (TCC) will be established by the JIU to consult and inform external programme partners on critical issues of planning and programme develop- ment with regard to the DDRR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 3200, - "Score": 0.57735, - "Index": 3200, - "Paragraph": "A Project Approval Committee (PAC) will be established to ensure transparency in the use of donor resources. The PAC will be responsible for the review and approval of projects submitted by the implementing partners (i.e., international and national NGOs, etc.) to the JIU of the NCDDRRP. Financial resources from the assessed budget of the mission would be processed outside this framework. The members of the PAC will comprise one represen- tative each from the EU, USAID, UNDP, UNMIL, UNICEF and NTGL.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 26, - "Heading1": "Annex C: Liberia DDR programme: Strategy and implementation modalities", - "Heading2": "Project Approval Committee", - "Heading3": "", - "Heading4": "", - "Sentence": "A Project Approval Committee (PAC) will be established to ensure transparency in the use of donor resources.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 3205, - "Score": 0.57735, - "Index": 3205, - "Paragraph": "1 See The Rule of Law and Transitional Justice in Conflict and Post\u00adConflict Societies, report of the Secretary- General to the Security Council, S/2004/616, 3 August 2004. \\n 2 Ibid., p. 4.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.30-National-Institutions-for-DDR", - "Module": "National Institutions for DDR", - "PageNum": 28, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "1 See The Rule of Law and Transitional Justice in Conflict and Post\u00adConflict Societies, report of the Secretary- General to the Security Council, S/2004/616, 3 August 2004.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1962, - "Score": 0.5, - "Index": 1962, - "Paragraph": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance. If the multifunctional support capabilities, both within and outside peacekeeping missions, operate efficiently, then planning and delivery of logistic support to a DDR programme are more effective.The three central components of DDR logistic requirements include: equipment and services; finance and budgeting; and personnel. Depending on the DDR programme in question, many support services might be necessary in the area of equipment and services, e.g. living and working accommodation, communications, air transport, etc. Details regard- ing finance and budgeting, and personnel logistics for an integrated DDR unit are described in IDDRS 3.41 and 3.42.Logistic support in a peacekeeping mission provides a number of options. Within an integrated mission support structure, logistic support is available for civilian staffing, finances and a range of elements such as transportation, medical services and information technology. In a multidimensional operation, DDR is just one of the components requiring specific logistic needs. Some of the other components may include military and civilian headquarters staff and their functions, or military observers and their activities.When the DDR unit of a mission states its logistic requirements, the delivery of the supplies/services requested all depends on the quality of information provided to logistics planners by DDR managers. Some of the important information DDR managers need to provide to logistics planners well ahead of time are the estimated total number of ex-com- batants, broken down by sex, age, disability or illness, parties/groups and locations/sectors. Also, a time-line of the DDR programme is especially helpful.DDR managers must also be aware of long lead times for acquisition of services and materials, as procurement tends to slow down the process. It is also recommended that a list of priority equipment and services, which can be funded by voluntary contributions, is made. Each category of logistic resources (civilian, commercial, military) has distinct advantages and disadvantages, which are largely dependent upon how hostile the operating environ- ment is and the cost.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The base of a well-functioning integrated disarmament, demobilization and reintegration (DDR) programme is the strength of its logistic, financial and administrative performance.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1974, - "Score": 0.5, - "Index": 1974, - "Paragraph": "This module provides practitioners with an overview of the integrated mission support concept and explains the planning and delivery of logistic support to a DDR programme. A more detailed treatment of the finance and budgeting aspects of DDR programmes are provided in IDDRS 3.41, while IDDRS 3.42 deals with the issue of personnel and staffing in an integrated DDR unit.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module provides practitioners with an overview of the integrated mission support concept and explains the planning and delivery of logistic support to a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1976, - "Score": 0.5, - "Index": 1976, - "Paragraph": "Annex A gives a list of abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the word \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201d", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A gives a list of abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1981, - "Score": 0.5, - "Index": 1981, - "Paragraph": "The effectiveness and responsiveness of a DDR programme relies on the administrative, logistic and financial support it gets from the peacekeeping mission, United Nations (UN) agencies, funds and programmes. DDR is multidimensional and involves multiple actors; as a result, different support capabilities, within and outside the peacekeeping mission, should not be seen in isolation, but should be dealt with together in an integrated way as far as possible to provide maximum flexibility and responsiveness in the implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The effectiveness and responsiveness of a DDR programme relies on the administrative, logistic and financial support it gets from the peacekeeping mission, United Nations (UN) agencies, funds and programmes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1983, - "Score": 0.5, - "Index": 1983, - "Paragraph": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning of the logistic support for DDR programmes is guided by the principles, key considerations and approaches outlined in IDDRS 2.10 on the UN Approach to DDR; in particular: \\n unity of effort in the planning and implementation of support for all phases of the DDR programme, bearing in mind that different UN (and other) actors have a role to play in support of the DDR programme; \\n accountability, transparency and flexibility in using the most appropriate support mech- anisms available to ensure an efficient and effective DDR programme, from the funding through to logistic support, bearing in mind that DDR activities may not occur sequen- tially (i.e., one after the other); \\n a people-centred approach, by catering for the different and specific needs (such as dietary, medical and gender-specific requirements) of the participants and beneficiaries of the DDR programme; \\n means of ensuring safety and security, which is a major consideration, as reliable estimates of the size and extent of the DDR operation may not be available; contingency planning must therefore also be included in logistics planning.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 0 - }, - { - "index": 1984, - "Score": 0.5, - "Index": 1984, - "Paragraph": "Depending on the specific character of the DDR programme, some or all of the following support services may be required: \\n living accommodation; \\n camp construction material, including outsourcing of construction and management; \\n fire prevention and precautions, and fire-fighting equipment; \\n working accommodation; \\n office furniture; \\n office equipment and supplies; \\n communications; \\n information technology; \\n medical services capable of responding to different needs; \\n movement control; \\n surface transport; \\n air transport; \\n water; \\n food rations; food preparation and supply arrangements; \\n fuel; \\n general services such as janitorial, waste disposal, etc.; \\n security; \\n management information software, identity card machines; \\n weapons destruction equipment.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 2, - "Heading1": "5. DDR lOgistic requirements", - "Heading2": "5.1. Equipment and services", - "Heading3": "", - "Heading4": "", - "Sentence": "Depending on the specific character of the DDR programme, some or all of the following support services may be required: \\n living accommodation; \\n camp construction material, including outsourcing of construction and management; \\n fire prevention and precautions, and fire-fighting equipment; \\n working accommodation; \\n office furniture; \\n office equipment and supplies; \\n communications; \\n information technology; \\n medical services capable of responding to different needs; \\n movement control; \\n surface transport; \\n air transport; \\n water; \\n food rations; food preparation and supply arrangements; \\n fuel; \\n general services such as janitorial, waste disposal, etc.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1986, - "Score": 0.5, - "Index": 1986, - "Paragraph": "DDR programmes in a peacekeeping context are funded from a combination of the peace- keeping-assessed budget and voluntary sources, which could come from UN-managed trust funds, World Bank trust funds and direct bilateral support (also see IDDRS 3.41 on Finance and Budgeting).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "5. DDR lOgistic requirements", - "Heading2": "5.2. Finance and budgeting", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR programmes in a peacekeeping context are funded from a combination of the peace- keeping-assessed budget and voluntary sources, which could come from UN-managed trust funds, World Bank trust funds and direct bilateral support (also see IDDRS 3.41 on Finance and Budgeting).", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1987, - "Score": 0.5, - "Index": 1987, - "Paragraph": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field. The aim of this integrated unit is to facilitate joint planning to ensure the effective and efficient decentralization of the many DDR tasks (also see IDDRS 3.42 on Personnel and Staffing).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "5. DDR lOgistic requirements", - "Heading2": "5.3. Personnel", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN takes an integrated approach to DDR, which is reflected in the effort to establish a single integrated DDR unit in the field.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1989, - "Score": 0.5, - "Index": 1989, - "Paragraph": "Note that unless otherwise specified, guidelines in this section refer to logistics issues under the direct management of the Department of Peacekeeping Operations (DPKO), or funded through assessed contributions to a peacekeeping mission budget. Other UN agencies, funds and programmes will in most cases need to comply with the rules and procedures govern- ing operations, logistics and the financing of their activities.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Note that unless otherwise specified, guidelines in this section refer to logistics issues under the direct management of the Department of Peacekeeping Operations (DPKO), or funded through assessed contributions to a peacekeeping mission budget.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1991, - "Score": 0.5, - "Index": 1991, - "Paragraph": "In a peacekeeping mission, integrated support is provided. This includes civilian staffing, different logistic elements (such as logistics planning, transportation, supply, engineering, communications and information technology, medical services and general services) and finances, which are all considered together to develop the mission support strategy (see figure 1). A peacekeeping mission adopts this general approach for the delivery of logistic support to all mandated programmes, although it also caters to the specific needs of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 3, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.1. Integrated mission support .", - "Heading3": "", - "Heading4": "", - "Sentence": "In a peacekeeping mission, integrated support is provided.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1994, - "Score": 0.5, - "Index": 1994, - "Paragraph": "DDR is one component of a multidimensional peacekeeping operation. Other components may include: \\n mission civilian substantive staff and the staff of political, humanitarian, human rights, public information, etc., programmes; \\n military and civilian police headquarters staff and their functions; \\n military observers and their activities; \\n military contingents and their operations; \\n civilian police officers and their activities; \\n formed police units and their operations; \\n UN support staffs; \\n other UN agencies, programmes and funds, as mandated.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.2. A multidimensional operation", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR is one component of a multidimensional peacekeeping operation.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 1996, - "Score": 0.5, - "Index": 1996, - "Paragraph": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners. DDR programme managers need to state the logistic requirements that fall under the direct managerial or financial scope of the peacekeeping mission and DPKO. In addition, the logistic requirements have to be submitted to the Division of Administration as early as possible to ensure timely logistic support. Some of the more important elements are listed below as a guideline: \\n estimated total number of ex-combatants, broken down according to sex, age, dis- ability or illness, parties/groups and locations/sectors; \\n estimated total number of weapons, broken down according to type of weap- on, ammunition, explosives, etc.; \\n time-lineoftheentireprogramme, show- ing start/completion of activities; \\n allocation of resources, materials and services included in the assessed budget; \\n names of all participating UN entities, non-governmental organizations (NGOs) and other implementing partners, with their focal points and telephone numbers/email addresses; \\n forums/meetings and other coordination mechanisms where Joint Logistics Operations Centre (JLOC) participation is requested; \\n requirement of office premises, office furniture, office equipment and related services, with locations; \\n ground transport requirements \u2014 types and quantities; \\n air transport requirements; \\n communications requirements, including identity card machines; \\n medical support requirements; \\n number and location of various disarmament sites, camps, cantonments and other facilities; \\n layout of each site, camp/cantonment with specifications, including: \\n\\n camp/site management structure with designations and responsibilities of officials; \\n\\n number and type of combatants, and their sex and age; \\n\\n number and type of all categories of staff, including NGOs\u2019 staff, expected in the camp; \\n\\n nature of activities to be conducted in the site/camp and special requirements for rations storage, distribution of insertion benefits, etc.; \\n\\n security considerations and requirements; \\n\\n preferred type of construction; \\n\\n services/amenities provided by NGOs; \\n\\n camp services to be provided by the mission, as well as any other specific requirements; \\n\\n dietary restrictions/considerations; \\n\\n fire-fighting equipment; \\n\\n camp evacuation standard operating procedures; \\n\\n policy on employment of ex-combatants as labourers in camp construction.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 4, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.3. DDR statement of requirements", - "Heading3": "", - "Heading4": "", - "Sentence": "The quality and timeliness of DDR logistic support to a peacekeeping mission depend on the quality and timeliness of information provided by DDR planners and managers to logistics planners.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2002, - "Score": 0.5, - "Index": 2002, - "Paragraph": "For procurement funded from the mission budget (assessed contributions), DDR manag- ers must recognize and build into their planning estimates of the lead times for the acqui- sition of services and materials. Typical lead times for common equipment/commodities, exclusive of processing and shipping time, are given below: \\n In principle, programme managers should attempt to get all logistic requirements for UN support to DDR funded out of the regular mission budget. Also, they should identify a (small) number of priority pieces of equipment and services that could be funded from voluntary contributions (which often have the ability to procure locally and with shorter lead times) on a reimbursable basis. The procurement of equipment and services in this way should be carried out according to the rules and regulations of individual agencies.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 5, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.4. Long lead time items .", - "Heading3": "", - "Heading4": "", - "Sentence": "For procurement funded from the mission budget (assessed contributions), DDR manag- ers must recognize and build into their planning estimates of the lead times for the acqui- sition of services and materials.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2006, - "Score": 0.5, - "Index": 2006, - "Paragraph": "The range of logistic support provided to a programme or activity will normally include a combination of UN civilian, commercial and military resources. Each of these elements has distinct advantages and disadvantages: \\n UN civilian support under direct UN control is easily adjusted to programme-specific requirements, and can operate in all but the most hostile environment; however, it takes time to assemble the required personnel and equipment, and to establish the necessary organization; \\n Commercial support comes fully staffed and equipped, but it takes time to put the appro- priate contractual arrangements in place, and commercial support cannot always be relied on to operate in hostile conditions; \\n Military support can operate in the most hostile environments, can be mobilized rela- tively quickly (depending on the troop-contributing country) and comes fully staffed and equipped. However, military support lacks continuity, because of the need to rotate personnel every 6\u201312 months. It can also be expensive.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.5. Options for the provision of logistic support for DDR activities .", - "Heading3": "", - "Heading4": "", - "Sentence": "The range of logistic support provided to a programme or activity will normally include a combination of UN civilian, commercial and military resources.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2010, - "Score": 0.5, - "Index": 2010, - "Paragraph": "This section outlines the management structure, and the planning and delivery of logistic support in a peacekeeping mission. These structures apply to the components of a DDR programme managed directly by DPKO or funded from the regular mission budget.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "", - "Heading4": "", - "Sentence": "This section outlines the management structure, and the planning and delivery of logistic support in a peacekeeping mission.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2012, - "Score": 0.5, - "Index": 2012, - "Paragraph": "Within a UN peacekeeping mission, the chief administrative officer (CAO) (or director of administration \u2014 DOA) is the sole financially accountable officer (for the assessed budget), and is responsible for the provision of all administrative and logistic support to all mission components. The senior mission management determines the priorities for programmes and their activities. It is the responsibility of the CAO/DOA to turn these priorities into plans, resource allocations, tasks, and coordination and monitoring arrangements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "6.6.1. Chief administrative officer", - "Heading4": "", - "Sentence": "Within a UN peacekeeping mission, the chief administrative officer (CAO) (or director of administration \u2014 DOA) is the sole financially accountable officer (for the assessed budget), and is responsible for the provision of all administrative and logistic support to all mission components.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2015, - "Score": 0.5, - "Index": 2015, - "Paragraph": "A joint civilian\u2013military management structure, known as integrated support services (ISS), reviews and prioritizes all requests for logistic support in accordance with the mission\u2019s objectives and priorities, and allocates the most suitable civilian, commercial or military support resource to meet the requirements in the most effective and economic manner. A diagram of a typical ISS structure is given in Annex B.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "6.6.2. Integrated support services", - "Heading4": "", - "Sentence": "A joint civilian\u2013military management structure, known as integrated support services (ISS), reviews and prioritizes all requests for logistic support in accordance with the mission\u2019s objectives and priorities, and allocates the most suitable civilian, commercial or military support resource to meet the requirements in the most effective and economic manner.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2017, - "Score": 0.5, - "Index": 2017, - "Paragraph": "The day-to-day planning, analysis, coordination and tasking of all requests for logistic support are handled by the JLOC; see Annex B). The JLOC is also the mission\u2019s single point of contact for the coordination of logistics issues with non-DPKO actors such as NGOs or other UNagencies, fundsandprogrammes. All requests for logistic support should be channelled through the JLOC for appropriate prioritization and tasking.For the JLOC to effectively plan and de- liver logistic support to a DDR programme, it is essential that the DDR management team keeps the JLOC informed of its future support requirements during the planning stage and that it provides the JLOC with the programme operational plan before the DDR operation starts, keeping in view the lead times for design, acquisition, packaging and delivery of logistic services.The DDR operational plan needs to describe what is needed to achieve its planned activities, as follows: \\n physical resources: space, supplies, equipment; \\n human resources: international, national (local, national professional officers), UN volunteers; \\n services; \\n supplies; \\n partnerships/links with implementing partners; \\n time-lines.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.40-Mission-and-Programme-Support-for-DDR", - "Module": "Mission and Programme Support for DDR", - "PageNum": 6, - "Heading1": "6. Logistic support in a peacekeeping mission", - "Heading2": "6.6. Support management structures and processes", - "Heading3": "6.6.3. Joint Logistics Operations Centre", - "Heading4": "", - "Sentence": "The day-to-day planning, analysis, coordination and tasking of all requests for logistic support are handled by the JLOC; see Annex B).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2020, - "Score": 0.5, - "Index": 2020, - "Paragraph": "Monitoring and evaluation (M&E) has been one of the weakest areas of disarmament, demo\u00ad bilization and reintegration (DDR) programme management in the past, partly due to a lack of proper planning, a standardized M&E framework, and human and financial resources specifically dedicated to M&E. Past experiences have highlighted the need for more effective M&E in order to develop an effective, efficient and sustainable DDR programme that will achieve the objectives of improving stability and security.M&E is an essential management tool and provides a chance to track progress, improve activities, objectively verify the outcomes and impact of a programme, and learn lessons that can be fed into future programmes and policies. This module outlines standards for improving inter\u00adagency cooperation in designing and conducting effective M&E. It further shows how M&E can be planned and implemented effectively through a creation of a DDR\u00ad specific M&E work plan, which consists of a plan for data collection, data analysis and reporting. It also provides some generic M&E indicators within a results\u00admanagement frame\u00ad work, which can be modified and adapted to each programme and project.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring and evaluation (M&E) has been one of the weakest areas of disarmament, demo\u00ad bilization and reintegration (DDR) programme management in the past, partly due to a lack of proper planning, a standardized M&E framework, and human and financial resources specifically dedicated to M&E.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2025, - "Score": 0.5, - "Index": 2025, - "Paragraph": "These guidelines cover the basic M&E procedures for integrated DDR programmes. The purpose of these guidelines is to establish standards for managing the implementation of integrated DDR projects and to provide guidance on how to perform M&E in a way that will make project management more effective, lead to follow\u00adup and make reporting more consistent.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "These guidelines cover the basic M&E procedures for integrated DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2027, - "Score": 0.5, - "Index": 2027, - "Paragraph": "Annex A contains a list of terms, definitions and abbreviations used in this standard. A com\u00ad plete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards (IDDRS) is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca) \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b) \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c) \u2018may\u2019 is used to indicate a possible method or course of action.\u201d", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 1, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of terms, definitions and abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2032, - "Score": 0.5, - "Index": 2032, - "Paragraph": "Traditionally, M&E in DDR programmes has focused on assessing inputs and implemen\u00ad tation processes. Today, the focus is on assessing how various factors contribute to or detract from the achievement of the proposed outcomes and programme objectives, and measur\u00ad ing the effectiveness of outputs, partnerships, policy advice and dialogue, advocacy, and brokering/coordination. The main objectives of results\u00adoriented M&E are to: \\n increase organizational and development learning; \\n ensure informed decision\u00admaking; \\n support genuine accountability and ensure quality control; \\n contribute to the further development of best practice and policy; \\n build country capacities, especially in M&E.In order to enable programme managers to improve strategies, programmes and other activities, M&E aims to generate information in several key areas to allow the measure\u00ad ment of: \\n programme performance, which indicates whether programme implementation is pro\u00ad ceeding in accordance with the programme plan and budget; \\n programme effectiveness, which answers such questions as whether and to what extent the programme has achieved its objectives, and on what external conditions it depends; \\n programme efficiency, which determines whether programme outputs and outcomes were produced in the most economical way, i.e., by maximizing outputs and/or mini\u00ad mizing inputs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Traditionally, M&E in DDR programmes has focused on assessing inputs and implemen\u00ad tation processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2035, - "Score": 0.5, - "Index": 2035, - "Paragraph": "When developing an M&E strategy as part of the overall process of programme development, several important principles are relevant for DDR: \\n Planners shall ensure that baseline data (data that describes the problem or situation before the intervention and which can be used to later provide a point of comparison) and relevant performance indicators are built into the programme development process itself. Baseline data are best collected within the framework of the comprehensive assess\u00ad ments that are carried out before the programme is developed, while performance indicators are defined in relation to both baseline data and the outputs, activities and outcomes that are expected; \\n The development of an M&E strategy and framework for a DDR programme is essen\u00ad tial in order to develop a systematic approach for collecting, processing, and using data and results; \\n M&E should use information and data from the regular information collection mech\u00ad anisms and reports, as well as periodic measurement of key indicators; \\n Monitoring and data collection should be an integral component of the information management system for the DDR process, and as such should be made widely available to key DDR staff and stakeholders for consultation; \\n M&E plans specifying the frequency and type of reviews and evaluations should be a part of the overall DDR work planning process; \\n A distinction should be made between the evaluation of UN support for national DDR (i.e., the UN DDR programme itself) and the overall national DDR effort, given the focus on measuring the overall effectiveness and impact of UN inputs on DDR, as opposed to the overall effectiveness and impact of DDR at the national level; \\n All integrated DDR sections should make provision for the necessary staff, equipment and other requirements to ensure that M&E is adequately dealt with and carried out, independently of other DDR activities, using resources that are specifically allocated to this purpose.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 2, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "When developing an M&E strategy as part of the overall process of programme development, several important principles are relevant for DDR: \\n Planners shall ensure that baseline data (data that describes the problem or situation before the intervention and which can be used to later provide a point of comparison) and relevant performance indicators are built into the programme development process itself.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2037, - "Score": 0.5, - "Index": 2037, - "Paragraph": "M&E is far more than periodic assessments of performance. Particularly with complex processes like DDR, with its diversity of activities and multitude of partners, M&E plays an important role in ensuring constant qual\u00adity control of activities and processes, and it also provides a mechanism for periodic evaluations of performance in order to adapt strategies and deal with the problems and bottlenecks that inevitably arise. Because of the political importance of DDR, and its po\u00ad tential impacts (both positive and negative) on both security and prospects for develop\u00ad ment, impact assessments are essential to ensuring that DDR contributes to the overall goal of improving stability and security in a particular country.The definition of a comprehensive strat\u00ad egy and framework for DDR is a vital part of the overall programme implementation process. Although strategies will differ a great deal in different contexts, key guiding questions that should be asked when designing an effec\u00ad tive framework for M&E include: \\n What objectives should an M&E strategy and framework measure? \\n What elements should go into a work plan for reporting, monitoring and evaluating performance and results? \\n What key indicators are important in such a framework? \\n What information management systems are necessary to ensure timely capture of appro\u00ad priate data and information? \\n How can the results of M&E be integrated into programme implementation and used to control quality and adapt processes?The following section discusses these and other key elements involved in the develop\u00ad ment of an M&E work plan and strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "M&E is far more than periodic assessments of performance.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2045, - "Score": 0.5, - "Index": 2045, - "Paragraph": "M&E is an essential part of the results\u00adbased approach to implementing and managing programmes. It allows for the measurement of progress made towards achieving outcomes and outputs, and assesses the overall impact of programme on security and stability. In the context of DDR, M&E is particularly important, because it helps keep track of a complex range of outcomes and outputs in different components of the DDR mission, and assesses how each contributes towards achieving the goal of improved stability and security. M&E also gives a longitudinal assessment of the efficiency and effectiveness of the strat\u00ad egies, mechanisms and processes carried out in DDR.For the purposes of integrated DDR, M&E can be divided into two levels related to the results\u00adbased framework: \\n measurement of the performance of DDR programmes in achieving outcomes and outputs throughout its various components generated by a set of activities: disarma\u00ad ment (e.g., number of weapons collected and destroyed); demobilization (number of ex\u00adcombatants screened, processed and assisted); and reintegration (number of ex\u00ad combatants reintegrated and communities assisted); \\n measurement of the outcomes of DDR programmes in contributing towards an overall goal. This can include reductions in levels of violence in society, increased stability and security, and consolidation of peace processes. It is difficult, however, to determine the impact of DDR on broader society without isolating it from other processes and initiatives (e.g., peace\u00adbuilding, security sector reform [SSR]) that also have an impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 3, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.1. M&E and results-based management", - "Heading3": "", - "Heading4": "", - "Sentence": "M&E is an essential part of the results\u00adbased approach to implementing and managing programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2051, - "Score": 0.5, - "Index": 2051, - "Paragraph": "Provisions for M&E, and in particular the key elements of a strategy and framework, should be integrated into the programme development and implementation process from the beginning. This should occur in the following ways: \\n Performance indicators relevant for M&E should be identified, together with the devel\u00ad opment of a baseline study and indicators framework for the comprehensive assessment, as well as the results framework for the DDR programme itself (see IDDRS 3.20 on DDR Programme Design for advice on the development of a results framework); \\n Requirements for establishing and implementing an M&E system should be taken into consideration during the identification of programme requirements, including dedicated staff, material and information management systems; \\n Key aspects of the M&E system and activities should be developed and harmonized with the overall programme implementation cycle and included in the corresponding work plans; \\n Programme implementation methods should be designed to permit the analysis and incorporation of M&E results into planning and coordination of activities in order to provide programmes with the capacity to modify the implementation approach based on M&E results and lessons learned.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.2. Integrating M&E in programme development and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "Provisions for M&E, and in particular the key elements of a strategy and framework, should be integrated into the programme development and implementation process from the beginning.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2053, - "Score": 0.5, - "Index": 2053, - "Paragraph": "An M&E work plan can be integrated into general or specific programme implementation work plans, or can be designed separately. In general, implementing and supervising the implementation of such a work plan is the basic responsibility of the M&E officer respon\u00ad sible for this process.Key elements of an M&E work plan include the following, which are usually arranged in the form of a matrix:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3. The M&E work plan", - "Heading3": "", - "Heading4": "", - "Sentence": "An M&E work plan can be integrated into general or specific programme implementation work plans, or can be designed separately.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2055, - "Score": 0.5, - "Index": 2055, - "Paragraph": "Given the potentially large number of reports and documents generated by M&E activities, the development and maintenance of a report\u00adtracking system is essential in order to pro\u00ad vide a \u2018history\u2019 of M&E results and make them accessible to managers. This provides the DDR programme with institutional memory that can be drawn from to monitor progress and ensure that emerging best practices and problems are identified.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 5, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.3. The M&E work plan", - "Heading3": "5.3.1. M&E tracking systems", - "Heading4": "", - "Sentence": "Given the potentially large number of reports and documents generated by M&E activities, the development and maintenance of a report\u00adtracking system is essential in order to pro\u00ad vide a \u2018history\u2019 of M&E results and make them accessible to managers.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2057, - "Score": 0.5, - "Index": 2057, - "Paragraph": "Indicators are variables (i.e., factors that can change, e.g., number of weapons collected) that should be measured to reveal progress (or lack thereof) towards the achievement of objectives, outcomes or outputs, and should provide information on what has been achieved in either quantitative or qualitative terms, or changes over time. In order for indicators to be meaningful, measurement must be made against a baseline, or baseline data, both of which are collected either in the context of the pre\u00adprogramme comprehensive assessment or during programme implementation. In general, most indicators should be developed together with the definition of programme activities, outputs, outcomes, objectives and goals. In general, indicators can be classified as follows: \\n Performance indicator: A particular characteristic or dimension used to measure intended changes defined by a programme results framework. Performance indicators are used to observe progress and to measure actual outputs and outcomes compared to those that were expected. They indicate \u2018how, \u2018whether\u2019 or \u2018to what extent\u2019 a unit is pro\u00ad gressing towards its objectives, rather than \u2018why\u2019 or \u2018why not\u2019 such progress is being made. Performance indicators are usually expressed in quantifiable terms, and should be objective and measurable (e.g., numeric values, percentages, scores and indices); \\n Impact indicator: A variable or set of variables used to measure the overall and long\u00ad term impact of an intervention, i.e., overall changes in the environment that DDR aims to influence. Impact indicators often use a composite set (or group) of indicators, each of which provides information on the size, sustainability and consequences of a change brought about by a DDR intervention. Such indicators can include both quan\u00ad titative variables (e.g., change in homicide levels or incidence of violence) or qualitative variables (e.g., behavioural change among reintegrated ex\u00adcombatants, social cohesion, etc.). Impact indicators depend on comprehensive and reliable baseline data, and should be as specific in possible in order to isolate the impact of DDR on complex social and economic dynamics from other factors and processes; \\n Proxy indicators: Cost, complexity and/or the timeliness of data collection may prevent a result from being measured directly. In this case, proxy indicators \u2014 which are variables that substitute for others that are difficult to measure directly \u2014 may reveal performance trends and make managers aware of potential problems or areas of success. This is often the case for outcomes in behavioural change, social cohesion and other results that are difficult to measure.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 6, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4. Development of M&E indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "Indicators are variables (i.e., factors that can change, e.g., number of weapons collected) that should be measured to reveal progress (or lack thereof) towards the achievement of objectives, outcomes or outputs, and should provide information on what has been achieved in either quantitative or qualitative terms, or changes over time.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2069, - "Score": 0.5, - "Index": 2069, - "Paragraph": "The balanced scorecard is a useful tool for capturing key indicators for M&E activities. It lists the main indicators used to measure progress in the implementation of different pro\u00ad gramme components, as well as overall effectiveness. Annex B provides an example of a balanced scorecard used in the Afghanistan DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 6, - "Heading1": "5. Developing an M&E strategy and framework for DDR", - "Heading2": "5.4. Development of M&E indicators", - "Heading3": "5.4.1. Balanced scorecards", - "Heading4": "", - "Sentence": "The balanced scorecard is a useful tool for capturing key indicators for M&E activities.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2072, - "Score": 0.5, - "Index": 2072, - "Paragraph": "Monitoring is the systematic oversight of the implementation of an activity, and establishes the extent to which input deliveries, work schedules, other required actions and targeted outputs are proceeding according to the actual plan, so that timely action can be taken to correct deficiencies. The application of monitoring mechanisms and tools, the reporting of outcomes, and subsequent adjustments in the implementation process are an integral part of the programme cycle and a key management tool.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Monitoring is the systematic oversight of the implementation of an activity, and establishes the extent to which input deliveries, work schedules, other required actions and targeted outputs are proceeding according to the actual plan, so that timely action can be taken to correct deficiencies.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2074, - "Score": 0.5, - "Index": 2074, - "Paragraph": "Three types of monitoring mechanisms and tools can be identified, which should be planned as part of the overall M&E work plan: \\n reporting/analysis, which entails obtaining and analysing documentation from the project that provides information on progress; \\n validation, which involves checking or verifying whether or not the reported progress is accurate; \\n participation, which involves obtaining feedback from partners and participants on pro\u00ad gress and proposed actions.The table below lists the different types of monitoring mechanisms and tools according to these categories, while Annex C provides illustrations of monitoring tools used for DDR in Afghanistan.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "6.1. Monitoring mechanisms and tools", - "Heading3": "", - "Heading4": "", - "Sentence": "Three types of monitoring mechanisms and tools can be identified, which should be planned as part of the overall M&E work plan: \\n reporting/analysis, which entails obtaining and analysing documentation from the project that provides information on progress; \\n validation, which involves checking or verifying whether or not the reported progress is accurate; \\n participation, which involves obtaining feedback from partners and participants on pro\u00ad gress and proposed actions.The table below lists the different types of monitoring mechanisms and tools according to these categories, while Annex C provides illustrations of monitoring tools used for DDR in Afghanistan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2075, - "Score": 0.5, - "Index": 2075, - "Paragraph": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems. These indicators should aim to measure performance in terms of outcomes and outputs, effectiveness in achieving programme objec\u00ad tives, and the efficiency of the performance by which outcomes and outputs are achieved (i.e., in relation to inputs). (See IDDRS 5.10 on Women, Gender and DDR, Annex D, sec. 4 for gender\u00adrelated and female\u00adspecific monitoring and evaluation indicators.) These indica\u00ad tors can be divided to address the main components of DDR, as follows:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 7, - "Heading1": "6. Monitoring", - "Heading2": "6.2. Monitoring indicators", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the definition of monitoring indicators will differ a great deal according to both the context in which DDR is implemented and the DDR strategy and components, certain generic (general or typical) indicators should be identified that can guide DDR managers to establish monitoring mechanisms and systems.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2080, - "Score": 0.5, - "Index": 2080, - "Paragraph": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget. If results indicate that implementation is \u2018off course\u2019, these results provide DDR management with infor\u00ad mation on what corrective action needs to be taken in order to bring implementation back into conformity with the overall programme implementation strategy and work plan. These results are therefore an important management tool; \\n Revision of programme strategy: Monitoring results can also provide information on the relevance or effectiveness of an existing strategy or course of action to produce specific outcomes or achieve key objectives. In certain cases, such results can demonstrate that a given course of action is not producing the intended outcomes and can provide DDR managers with an opportunity to reformulate or revise specific implementation strategies and approaches, and make the corresponding changes to the programme work plan. Examples include types of reintegration assistance that are not viable or appro\u00ad priate to the local context, and that can be corrected before many other ex\u00adcombatants enter similar schemes; \\n Use of resources: Monitoring results can provide important indications about the effi\u00ad ciency with which resources are used to implement activities and achieve outcomes. Given the large scale and number of activities and sub\u00adprojects involved in DDR, overall cost\u00adeffectiveness is an essential element in ensuring that DDR programmes achieve their overall objectives. In this regard, accurate and timely monitoring can enable programme managers to develop more cost\u00adeffective or efficient uses and distri\u00ad bution of resources.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "6. Monitoring", - "Heading2": "6.3. Use of monitoring results", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, the results of monitoring activities and tools should be used in three different ways to improve overall programme effectiveness and increase the achievement of objec\u00ad tives and goals: P\\n rogramme management: Monitoring outputs and outcomes for specific components or activities can provide important information about whether programme implementa\u00ad tion is proceeding in accordance with the programme plan and budget.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2087, - "Score": 0.5, - "Index": 2087, - "Paragraph": "As described earlier, evaluations are a method of systematically and objectively assessing the relevance, efficiency, sustainability, effectiveness and impact of ongoing and completed programmes and projects. Evaluation is carried out selectively to answer questions that will guide decision makers and/or programme managers. It is a valuable strategic manage\u00ad ment tool enabling DDR managers and policy makers to assess the overall role and impact of DDR in a post\u00adconflict setting, make strategic decisions, generate important lessons for future programmes and contribute to the refinement of international policy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "7. Evaluations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "As described earlier, evaluations are a method of systematically and objectively assessing the relevance, efficiency, sustainability, effectiveness and impact of ongoing and completed programmes and projects.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2090, - "Score": 0.5, - "Index": 2090, - "Paragraph": "The scope or extent of an evaluation, which determines the range and type of indicators or factors that will be measured and analysed, should be directly linked to the objectives and purpose of the evaluation process, and how its results, conclusions and proposals will be used. In general, the scope of an evaluation varies between evaluations that focus primarily on \u2018impacts\u2019 and those that focus on broader \u2018outcomes\u2019: \\n Outcome evaluations: These focus on examining how a set of related projects, programmes and strategies brought about an anticipated outcome. DDR programmes, for instance, contribute to the consolidation of peace and security, but they are not the sole pro\u00ad gramme or factor that explains progress in achieving (or not achieving) this outcome, owing to the role of other programmes (SSR, police training, peace\u00adbuilding activities, etc.). Outcome evaluations define the specific contribution made by DDR to achieving this goal, or explain how DDR programmes interrelated with other processes to achieve the outcome. In this regard, outcome evaluations are primarily designed for broad comparative or strategic policy purposes. Example of an objective: \u201cto contribute to the consolidation of peace, national security, reconciliation and development through the disarmament, demobilization and reintegration of ex\u00adcombatants into civil society\u201d; \\n Impact evaluations: These focus on the overall, longer\u00adterm impact, whether intended or unintended, of a programme. Impact evaluations can focus on the direct impacts of a DDR programme \u2014 e.g., its ability to successfully demobilize entire armies and decrease the potential for a return to conflict \u2014 and its indirect impact in helping to increase economic productivity at the local level, or in attracting ex\u00adcombatants from neighbouring countries where other conflicts are occurring. An example of an objective of a DDR programme is: \u201cto facilitate the development and environment in which ex\u00ad combatants are able to be disarmed, demobilized and reintegrated into their communities of choice and have access to social and economic reintegration opportunities\u201d.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 9, - "Heading1": "7. Evaluations", - "Heading2": "7.1. Establishing evaluation scope", - "Heading3": "", - "Heading4": "", - "Sentence": "The scope or extent of an evaluation, which determines the range and type of indicators or factors that will be measured and analysed, should be directly linked to the objectives and purpose of the evaluation process, and how its results, conclusions and proposals will be used.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2098, - "Score": 0.5, - "Index": 2098, - "Paragraph": "In general, evaluations should be carried out at key points in the programme implementation cycle in order to achieve related yet distinct objectives. Four main categories or types of evaluations can be identified: \\n Formative internal evaluations are primarily conducted in the early phase of programme implementation in order to assess early hypotheses and working assumptions, analyse outcomes from pilot interventions and activities, or verify the viability or relevance of a strategy or set of intended outputs. Such evaluations are valuable mechanisms that allow implementation strategies to be corrected early on in the programme implemen\u00ad tation process by identifying potential problems. This type of evaluation is particularly important for DDR processes, given their complex strategic arrangements and the many different sub\u00adprocesses involved. Most formative internal evaluations can be carried out internally by the M&E officer or unit within a DDR section; \\n Mid-term evaluations are similar to formative internal evaluations, but are usually more comprehensive and strategic in their scope and focus, as opposed to the more diag\u00ad nostic function of the formative type. Mid\u00adterm evaluations are usually intended to provide an assessment of the performance and outcomes of a DDR process for stake\u00ad holders, partners and donors, and to enable policy makers to assess the overall role of DDR in the broader post\u00adconflict context. Mid\u00adterm evaluations can also include early assessments of the overall contribution of a DDR process to achieving broader post\u00ad conflict goals; \\n Terminal evaluations are usually carried out at the end of the programme cycle, and are designed to evaluate the overall outcomes and effectiveness of a DDR strategy and programme, the degree to which their main aims were achieved, and their overall effec\u00ad tiveness in contributing to broader goals. Terminal evaluations usually also try to answer a number of key questions regarding the overall strategic approach and focus of the programme, mainly its relevance, efficiency, sustainability and effectiveness; \\n Ex-post evaluations are usually carried out some time (usually several years) after the end of a DDR programme in order to evaluate the long\u00adterm effectiveness of the programme, mainly the sustainability of its activities and positive outcomes (e.g., the extent to which ex\u00adcombatants remain productively engaged in alternatives to violence or mili\u00ad tary activity) or its direct and indirect impacts on security conditions, prospects for peace\u00adbuilding, and consequences for economic productivity and development. Ex\u00adpost evaluations of DDR programmes can also form part of larger impact evaluations to assess the overall effectiveness of a post\u00adconflict recovery strategy. Both terminal and ex\u00adpost evaluations are valuable mechanisms for identifying key lessons learned and best practice for further policy development and the design of future DDR programmes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 10, - "Heading1": "7. Evaluations", - "Heading2": "7.2. Timing and objectives of evaluations", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, evaluations should be carried out at key points in the programme implementation cycle in order to achieve related yet distinct objectives.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2108, - "Score": 0.5, - "Index": 2108, - "Paragraph": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes. A more meaningful approach is to identify the various types of impacts or issues to be analysed, and to construct composite (i.e., a group of) indi\u00ad cators as part of an overall methodological approach to evaluating the programme. The following factors usually form the basis from which an evaluation\u2019s focus is defined: \\n Relevance describes the extent to which the objectives of a programme or project remain valid and pertinent (relevant) as originally planned, or as modified owing to changing circumstances within the immediate context and external environment of that pro\u00ad gramme or project. Relevance can also include the suitability of a particular strategy or approach for dealing with a specific problem or issue. A DDR\u00adspecific evaluation could focus on the relevance of cantonment\u00adbased demobilization strategies, for instance, in comparison with other approaches (e.g., decentralized registration of combatants) that perhaps could have more effectively achieved the same objectives; \\n Sustainability involves the success of a strategy in continuing to achieve its initial objec\u00ad tives even after the end of a programme, i.e., whether it has a long\u00adlasting effect. In a DDR programme, this is most important in determining the long\u00adterm viability and effectiveness of reintegration assistance and the extent to which it ensures that ex\u00ad combatants remain in civilian life and do not return to military or violence\u00adbased livelihoods. Indicators in such a methodology include the viability of alternative eco\u00ad nomic livelihoods, behavioural change among ex\u00adcombatants, and so forth; \\n Impact includes the immediate and long\u00adterm consequences of an intervention on the place in which it is implemented, and on the lives of those who are assisted or who benefit from the programme. Evaluating the impact of DDR includes focusing on the immediate social and economic effects of the return of ex\u00adcombatants and their inte\u00ad gration into social and economic life, and the attitudes of communities and the specific direct or indirect effects of these on the lives of individuals; \\n Effectiveness measures the extent to which a programme has been successful in achieving its key objectives. The measurement of effectiveness can be quite specific (e.g., the success of a DDR programme in demobilizing and reintegrating the majority of ex\u00ad combatants) or can be defined in broad or strategic terms (e.g., the extent to which a DDR programme has lowered political tensions, reduced levels of insecurity or improved the well\u00adbeing of host communities); \\n Efficiency refers to how well a given DDR programme and strategy transformed inputs into results and outputs. This is a different way of focusing on the impact of a pro\u00ad gramme, because it places more emphasis on how economically resources were used to achieve specific outcomes. In certain cases, a DDR programme might have been successful in demobilizing and reintegrating a significant number of ex\u00adcombatants, and improving the welfare of host communities, but used up a disproportionately large share of resources that could have been better used to assist other groups that were not covered by the programme. In such a case, a lack of programme efficiency limited the potential scope of its impact.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 11, - "Heading1": "7. Evaluations", - "Heading2": "7.3. Selection of results and indicators for evaluation", - "Heading3": "", - "Heading4": "", - "Sentence": "Given the broad scope of DDR programmes, and the differences in strategies, objectives and context, it is difficult to identify specific or generic (i.e., general) results or indicators for evaluating DDR programmes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2120, - "Score": 0.5, - "Index": 2120, - "Paragraph": "In general, the results and conclusions of evaluations should be used in several important and strategic ways: \\n A key function of evaluations is to enable practitioners and programme managers to identify, capture and disseminate lessons learned from programme implementation. This can have an immediate operational benefit, as these lessons can be \u2018fed back\u2019 to the programme implementation process, but it can also contribute to the body of lessons learned on DDR at regional and global levels; \\n Evaluations can also provide important mechanisms for identifying and institutional\u00ad izing best practice by identifying effective models, strategies and techniques that can be applied in other contexts; innovative approaches to dealing with outstanding problems; or linking DDR to other processes such as local peace\u00adbuilding, access to justice, and so forth; \\n Evaluation results also enable practitioners and managers to refine and further develop their programme strategy. This is particularly useful when programmes are designed to be implemented in phases, which allows for the assessment and identification of problems and best practice at the end of each phase, which can then be fed into later phases; \\n Evaluations also contribute to discussions between policy makers and practitioners on the further development of international and regional policies on DDR, by providing them with information and analyses that influence the way key policy issues can be dealt with and decisions reached. Evaluations can provide invaluable support to the elaboration of future policy frameworks for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 12, - "Heading1": "7. Evaluations", - "Heading2": "7.4. Use of evaluation results", - "Heading3": "", - "Heading4": "", - "Sentence": "In general, the results and conclusions of evaluations should be used in several important and strategic ways: \\n A key function of evaluations is to enable practitioners and programme managers to identify, capture and disseminate lessons learned from programme implementation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2124, - "Score": 0.5, - "Index": 2124, - "Paragraph": "The complexity of DDR and the specific skills needed for in\u00addepth and comprehensive evaluations usually means that this activity should be carried out by specialized, contracted external actors or partners. Because an external team will be brought in, it is essential to draw up precise terms of reference for the carrying out of the evaluation, and to be clear about how the overall objective and coverage of issues will be defined/expressed. An evaluation terms of reference document includes the following sections: \\n Introduction: Contains a brief description of the rationale and focus of the evaluation (outcome, programme, project, series of interventions by several partners, etc.); \\n Objectives: Describes the purpose of the evaluation, e.g., \u201cto analyse strategic program\u00ad matic and policy dimensions\u201d; \\n Scope: Defines which issues, subjects and areas the evaluation will cover, and the period of the programme\u2019s life it will examine; \\n Expected results: Defines what results the evaluation is expected to produce (e.g., findings, recommendations, lessons learned, rating on performance, an \u2018action item\u2019 list, etc.); \\n Methodology or approach: Defines how data is collected and analysed for the evaluation; \\n Evaluation team: Defines the composition of the staff involved and their areas of expertise; \\n Management arrangements: Defines how the evaluation will be managed and organized, and how interactions with the DDR programme management will be structured.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 12, - "Heading1": "7. Evaluations", - "Heading2": "7.5. Planning evaluations", - "Heading3": "", - "Heading4": "", - "Sentence": "The complexity of DDR and the specific skills needed for in\u00addepth and comprehensive evaluations usually means that this activity should be carried out by specialized, contracted external actors or partners.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2129, - "Score": 0.5, - "Index": 2129, - "Paragraph": "Terms and definitions \\n Evaluation is a management tool. It is a time\u00adbound activity that systematically and objectively assesses the relevance, performance and success of ongoing and completed programmes and projects. Evaluation is carried out selectively, asking and answering specific questions to guide decision makers and/or programme managers. Evaluation determines the relevance, efficiency, effectiveness, impact and sustainability of a programme or project. \\n Monitoring is a management tool. It is the systematic oversight of the implementation of an activity that establishes whether input deliveries, work schedules, other required actions and targeted outputs have proceeded according to plan, so that timely action can be taken to correct deficiencies.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 14, - "Heading1": "Annex A: Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Terms and definitions \\n Evaluation is a management tool.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2135, - "Score": 0.5, - "Index": 2135, - "Paragraph": "\\n 1 The term \u2018ex\u00adcombatants\u2019 in each indicator include supporters and those associated with armed forces and groups. Indicators for reintegration also include dependants. \\n 2 Total number of corps: 11. \\n 3 No. of XCs who started the reintegration package (excluding those who are in temporary wage labour and those who chose not to participate). \\n 4 Number of XCs who started but did not finish the reintegration package. \\n 5 Includes deputy commanders and chief of staff of corps and divisions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.50-Monitoring-and-Evaluation-of-DDR-Programmes", - "Module": "Monitoring and Evaluation of DDR Programmes", - "PageNum": 18, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 1 The term \u2018ex\u00adcombatants\u2019 in each indicator include supporters and those associated with armed forces and groups.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2527, - "Score": 0.447214, - "Index": 2527, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor. Given the many different actors involved in the various stages of DDR, and the fact that its phases are interdependent, integrated planning, effective coordination and coherent reporting arrangements are essential. Past experiences have highlighted the need for the various actors involved in planning and implementing DDR, and monitoring its impacts, to work together in a complementary way that avoids unnecessary duplication of effort or competition for funds and other resources.This module provides guidelines for improving inter-agency cooperation in the planning of DDR programmes and operations. The module shows how successful implementation can be achieved through an inclusive process of assessment and analysis that provides the basis for the formulation of a comprehensive programme framework and operational plan. This mechanism is known as the \u2018planning cycle\u2019, and originates from both the inte- grated mission planning process (IMPP) and post-conflict United Nations (UN) country team planning mechanisms.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) are all complex and sensitively linked processes that demand considerable human and financial resources to plan, imple- ment and monitor.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2532, - "Score": 0.447214, - "Index": 2532, - "Paragraph": "This module outlines a general planning process and framework for providing and struc- turing UN support for national DDR efforts in a peacekeeping environment. This planning process covers the actions carried out by DDR practitioners from the time a conflict or crisis is put on the agenda of the Security Council to the time a peacekeeping mission is formally established by a Security Council resolution, with such a resolution assigning the peace- keeping mission a role in DDR. This module also covers the broader institutional requirements for planning post-mission DDR support. (See IDDRS 3.20 on DDR Programme Design for more detailed coverage of the development of DDR programme and implementation frameworks.)The planning process and requirements given in this module are intended to serve as a general guide. A number of factors will affect the various planning processes, including: \\n The pace and duration of a peace process: A drawn-out peace process gives the UN, and the international community generally, more time to consult, plan and develop pro- grammes for later implementation (the Sudanese peace process is a good example); \\n Contextual and local realities: The dynamics and consequences of conflict; the attitudes of the actors and other parties associated with it; and post-conflict social, economic and institutional capacities will affect planning for DDR, and have an impact on the strategic orientation of UN support; \\n National capacities for DDR: The extent of pre-existing national and institutional capacities in the conflict-affected country to plan and implement DDR will considerably affect the nature of UN support and, consequently, planning requirements. Planning for DDR in contexts with weak or non-existent national institutions will differ greatly from planning DDR in contexts with stable and effective national institutions; \\n The role of the UN: How the role of the UN is defined in general terms, and for DDR specifically, will depend on the extent of responsibility and direct involvement assumed by national actors, and the UN\u2019s own capacity to complement and support these efforts. This role definition will directly influence the scope and nature of the UN\u2019s engagement in DDR, and hence requirements for planning; \\n Interaction with other international and regional actors: The presence and need to collaborate with international or regional actors (e.g., the European Union, NATO, the African Union, the Economic Community of West African States) with a current or potential role in the management of the conflict will affect the general planning process.In addition, this module provides guidance on: \\n adapting the DDR planning process to the broader framework of mission and UN country team planning in post-conflict contexts; \\n linking the UN planning process to national DDR planning processes; \\n the chronological stages and sequencing (i.e., the ordering of activities over time) of DDR planning activities; \\n the different aspects and products of the planning process, including its political (peace process and Security Council mandate), programmatic/operational and organizational/ institutional dimensions; \\n the institutional capacities required at both Headquarters and country levels to ensure an efficient and integrated UN planning process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 1, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module outlines a general planning process and framework for providing and struc- turing UN support for national DDR efforts in a peacekeeping environment.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2540, - "Score": 0.447214, - "Index": 2540, - "Paragraph": "Annex A contains a list of the abbreviations used in this standard. A complete glossary of all the terms, definitions and abbreviations used in the series of integrated DDR standards(IDDRS) is given in IDDRS 1.20.In the IDDRS series, the word \u2018shall\u2019, \u2018should\u2019 and \u2018may\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization standards and guidelines: \\n \u201ca)\u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard. \\n b)\u2018should\u2019 is used to indicate the preferred requirements, methods or specifications. \\n c)\u2018may\u2019 is used to indicate a possible method or course of action.\u201d", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of the abbreviations used in this standard.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2545, - "Score": 0.447214, - "Index": 2545, - "Paragraph": "The ability of the UN to comprehensively and collectively plan its joint response to crisis has evolved considerably over the last decade. Nonetheless, the expansion of complex peacemaking, peacekeeping, humanitarian and peace-building tasks in complex internal conflicts, which often have regional repercussions, continues to demand an even earlier, closer and more structured process of planning among UN entities and partners.Meeting this demand for more structured planning is essential to delivering better DDR programmes, because DDR is a multisectoral, multi-stakeholder and multi-phase process requiring coordination and adequate links among various post-conflict planning mechanisms. The implementation of DDR programmes often requires difficult compromises and trade-offs among various political, security and development considerations. It also relies very much on establishing an appropriate balance between international involvement and national ownership.DDR programmes have a better chance of success when the DDR planning process starts early (preferably from the beginning of the peace process), builds on the accumulated experience and expertise of local actors, is based on a solid understanding of the conflict (causes, perpetrators, etc.), and deliberately encourages greater unity of effort among UN agencies and their community of partners.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 2, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The ability of the UN to comprehensively and collectively plan its joint response to crisis has evolved considerably over the last decade.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2550, - "Score": 0.447214, - "Index": 2550, - "Paragraph": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR. Of particular importance are: \\n Unity of effort: The achievement of unity of effort and integration is only possible with an inclusive and sound mission planning process involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels. DDR planning takes place within this broader integrated mission planning process; \\n Integration: The integrated approach to planning tries to develop, to the extent possible: \\n\\n a common framework (i.e., one that everyone involved uses) for developing, man- aging, funding and implementing a UN DDR strategy within the context of a peace mission; \\n\\n an integrated DDR management structure (unit or section), with the participation of staff from participating UN agencies and primary reporting lines to the Deputy Special Representative of the Secretary-General (DSRSG) for humanitarian and development affairs. Such an approach should include the co-location of staff, infrastructure and resources, as this allows for increased efficiency and reduced overhead costs, and brings about more responsive planning, implementation and coordination; \\n\\n joint programmes that harness UN country team and mission resources into a single process and results-based approach to putting the DDR strategy into operation and achieving shared objectives; \\n\\n a single framework for managing multiple sources of funding, as well as for co- ordinating funding mechanisms, thus ensuring that resources are used to deal with common priorities and needs; Efficient and effective planning: At the planning stage, a common DDR strategy and work plan should be developed on the basis of joint assessments and evaluation. This should establish a set of operational objectives, activities and expected results that all UN entities involved in DDR will use as the basis for their programming and implemen- tation activities. A common resource mobilization strategy involving all participating UN entities should be established within the integrated DDR framework in order to prevent duplication, and ensure coordination with donors and national authorities, and coherent and efficient planning.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 3, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The planning process for the DDR programmes is guided by the principles, key considerations and approaches defined in IDDRS 2.10 on the UN Approach to DDR.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2556, - "Score": 0.447214, - "Index": 2556, - "Paragraph": "This section discusses integrated DDR planning in the context of planning for integrated UN peace operations, as well as broader peace-building efforts. These processes are currently under review by the UN system. While references are made to the existing integrated mission planning process (IMPP), the various steps that make up the process of integrated DDR planning (from the start of the crisis to the Security Council mandate) apply to whatever planning process the UN system eventually decides upon to guide its mission planning and peace-building support process. Where possible (and before the establishment of the Peace-building Support Office and the review of the IMPP), specific DDR planning issues are linked to the main phases or stages of mission and UN country team planning, to lay the foundations for integrated DDR planning in the UN system.At the moment, the planning cycle for integrated peace support missions is centred on the interdepartmental mission task force (IMTF) that is established for each mission. This forum includes representatives from all UN departments, agencies, funds and programmes. The IMTF provides an important link between the activities taking place on the ground and the planning cycle at Headquarters.Because planning time-frames will differ from mission to mission, it is not possible to say how long each phase will take. What is important is the sequence of planning stages, as well as how they correspond to the main stages of transitions from conflict to peace and sustainable development. The diagram below illustrates this:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 4, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This section discusses integrated DDR planning in the context of planning for integrated UN peace operations, as well as broader peace-building efforts.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2564, - "Score": 0.447214, - "Index": 2564, - "Paragraph": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements. The early identification of potential entry points and strategic options for UN support is essential to ensuring the UN\u2019s capacity to respond efficiently and effectively. Integrated preparatory activities and pre-mission planning are vital to the delivery of that capacity. While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning depart- ment and key operational agencies of the UN country team. Activities that should be included in a preparatory assistance or pre- planning framework include:", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 5, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.1. Phase I: Pre-planning and preparatory assistance", - "Heading3": "", - "Heading4": "", - "Sentence": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2569, - "Score": 0.447214, - "Index": 2569, - "Paragraph": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements. The early identification of potential entry points and strategic options for UN support is essential to ensuring the UN\u2019s capacity to respond efficiently and effectively. Integrated preparatory activities and pre-mission planning are vital to the delivery of that capacity. While there is no section/unit at UN Headquarters with the specific role of coordinating integrated DDR planning at present, many of the following DDR pre-planning tasks can and should be coordinated by the lead planning department and key operational agencies of the UN country team. Activities that should be included in a preparatory assistance or pre- planning framework include: \\n the development of an initial set of strategic options for or assessments of DDR, and the potential role of the UN in supporting DDR; \\n the provision of DDR technical advice to special envoys, Special Representatives of the Secretary-General or country-level UN staff within the context of peace negotiations or UN mediation; \\n the secondment of DDR specialists or hiring of private DDR consultants (sometimes funded by interested Member States) to assist during the peace process and provide strategic and policy advice to the UN and relevant national parties at country level for planning purposes; \\n the assignment of a UN country team to carry out exploratory DDR assessments and surveys as early as possible. These surveys and assessments include: conflict assess- ment; combatant needs assessments; the identification of reintegration opportunities; and labour and goods markets assessments; \\n assessing the in-country DDR planning and delivery capacity to support any DDR programme that might be set up (both UN and national institutional capacities); \\n contacting key donors and other international stakeholders on DDR issues with the aim of defining priorities and methods for information sharing and collaboration; \\n the early identification of potential key DDR personnel for the integrated DDR unit.Once the UN Security Council has requested the UN Secretary-General to present options for possible further UN involvement in supporting peacekeeping and peace-building in a particular country, planning enters a second stage, focusing on an initial technical assess- ment of the UN role and the preparation of a concept of operations for submission to the Security Council.In most cases, this process will be initiated through a multidimensional technical assess- ment mission fielded by the Secretary-General to develop the UN strategy in a conflict area. In this context, DDR is only one of several components such as political affairs, elections, public information, humanitarian assistance, military, security, civilian police, human rights, rule of law, gender equality, child protection, food security, HIV/AIDS and other health matters, cross-border issues, reconstruction, governance, finance and logistic support.These multidisciplinary technical assessment missions shall integrate inputs from all relevant UN entities (in particular the UN country team), resulting in a joint UN concept of operations. Initial assessments by country-level agencies, together with pre-existing efforts or initiatives, should be used to provide information on which to base the technical assessment for DDR, which itself should be closely linked with other inter-agency processes established to assess immediate post-conflict needs.A well-prepared and well-conducted technical assessment should focus on: \\n the conditions and requirements for DDR; its relation to a peace agreement; \\n an assessment of national capacities; \\n the identification of options for UN support, including strategic objectives and the UN\u2019s operational role; \\n the role of DDR within the broader UN peace-building and mission strategy; \\n the role of UN support in relation to that of other national and international stakeholders.This initial technical assessment should be used as a basis for a more in-depth assessment required for programme design (also see IDDRS 3.20 on DDR Programme Design). The results of this assessment should provide inputs to the Secretary-General\u2019s report and any Security Council resolutions and mission mandates that follow (see Annex B for a reference guide on conducting a DDR assessment mission).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 5, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "", - "Heading4": "", - "Sentence": "During the pre-planning phase of the UN\u2019s involvement in a post-conflict peacekeeping or peace-building context, the identification of an appropriate role for the UN in supporting DDR efforts should be based on timely assessments and analyses of the situation and its requirements.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2578, - "Score": 0.447214, - "Index": 2578, - "Paragraph": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned. This is contained in a report by the Secretary-General to the Security Council, which includes the findings of the technical assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.1. Report of the Secretary-General to the Security Council", - "Heading4": "", - "Sentence": "The key output of the planning process at this stage should be a recommendation as to whether DDR is the appropriate response for the conflict at hand and whether the UN is well suited to provide support for the DDR programme in the country concerned.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2580, - "Score": 0.447214, - "Index": 2580, - "Paragraph": "The report of the Secretary-General to the Security Council sometimes contains proposals for the mandate for peace operation. The following points should be considered when pro- viding inputs to the DDR mandate: \\n It shall be consistent with the UN approach to DDR; \\n While it is important to stress the national aspect of the DDR programme, it is also necessary to recognize the immediate need to provide capacity-building support to increase or bring about national ownership, and to recognize the political difficulties that may complicate national ownership in a transitional situation.Time-lines for planning and implementation should be realistic. The Security Council, when it establishes a multidimensional UN mission, may assign DDR responsibilities to the UN. This mandate can be either to directly support the national DDR authorities or to implement aspects of the DDR programme, especially when national capacities are lim- ited. What is important to note is that the nature of a DDR mandate, if one is given, may differ from the recommended concept of operations, for political and other reasons.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 6, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.2. Phase II: Initial technical assessment and concept of operations", - "Heading3": "5.2.2. Mission mandate on DDR", - "Heading4": "", - "Sentence": "The report of the Secretary-General to the Security Council sometimes contains proposals for the mandate for peace operation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2585, - "Score": 0.447214, - "Index": 2585, - "Paragraph": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development. DDR practitioners shall be required to identify four key elements to create this framework: \\n the overall strategic objectives of UN engagement in DDR in relation to national pri- orities (see Annex C for an example of how DDR aims may be developed); \\n the key DDR tasks of the UN (see Annex C for related DDR tasks that originate from the strategic objectives); \\n an initial organizational and institutional framework (see IDDRS 3.42 on Personnel and Staffing for the establishment of the integrated DDR unit and IDDRS 3.30 on National Institutions for DDR); \\n the identification of other national and international stakeholders on DDR and the areas of engagement of each.The policy and strategy framework for UN support for DDR should ideally be developed after the establishment of the mission, and at the same time as its actual deployment. Several key issues should be kept in mind in developing such a framework: \\n To ensure that this framework adequately reflects country realities and needs with respect to DDR, its development should be a joint effort of mission planners (whether Headquarters- or country-based), DDR staff already deployed and the UN country team; \\n Development of the framework should also involve consultations with relevant national counterparts, to ensure that UN engagement is consistent with national planning and frameworks; \\n The framework should be harmonized \u2014 and integrated \u2014 with other UN and national planning frameworks, notably Department of Peacekeeping Operations (DPKO) results-based budgeting frameworks, UN work plans and transitional appeals, and post-conflict needs assessment processes.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.3. Phase III: Development of a strategic and policy framework (strategic planning)", - "Heading3": "", - "Heading4": "", - "Sentence": "The inclusion of DDR as a component of the overall UN integrated mission and peace-building support strategy will require the development of initial strategic objectives for the DDR programme to guide further planning and programme development.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2588, - "Score": 0.447214, - "Index": 2588, - "Paragraph": "After establishing a strategic objectives and policy framework for UN support for DDR, the UN should start developing a detailed programmatic and operational framework. Refer to IDDRS 3.20 on DDR Programme Design for the programme design process and tools to assist in the development of a DDR operational plan.The objective of developing a DDR programme and implementation plan is to provide further details on the activities and operational requirements necessary to achieve DDR goals and the strategy identified in the initial planning for DDR. In the context of integrated DDR approaches, DDR programmes also provide a common framework for the implemen- tation and management of joint activities among actors in the UN system.In general, the programme design cycle should consist of three main phases: \\n Detailed field assessments: A detailed field assessment builds on the initial technical assess- ment described earlier, and is intended to provide a basis for developing the full DDR programme, as well as the implementation and operational plan. The main issues that should be dealt with in a detailed assessment include: \\n\\n the political, social and economic context and background of the armed conflict; \\n\\n the causes, dynamics and consequences of the armed conflict; \\n\\n the identification of participants, potential partners and others involved; \\n\\n the distribution, availability and proliferation of weapons (primarily small arms and light weapons); \\n\\n the institutional capacities of national stakeholders in areas related to DDR; \\n\\n a survey of socio-economic conditions and the capacity of local communities to absorb ex-combatants and their dependants; \\n\\n preconditions and other factors influencing prospects for DDR; \\n\\n baseline data and performance indicators for programme design, implementation, monitoring and evaluation; \\n Detailed programme development and costing of requirements: A DDR \u2018programme\u2019 is a framework that provides an agreed-upon blueprint (i.e., detailed plan) for how DDR will be put into operation in a given context. It also provides the basis for developing operational or implementation plans that provide time-bound information on how individual DDR tasks and activities will be carried out and who will be responsible for doing this. Designing a comprehensive DDR programme is a time- and labour-intensive process that usually takes place after a peacekeeping mission has been authorized and deployment in the field has started. In most cases, the design of a comprehensive UN programme on DDR should be integrated with the design of the national DDR programme and architecture, and linked to the design of programmes in other related sectors as part of the overall transition and recovery plan; \\n Development of an implementation plan: Once a programme has been developed, planning instruments should be developed that will aid practitioners (UN, non-UN and national government) to implement the activities and strategies that have been planned. Depen- ding on the scale and scope of a DDR programme, an implementation or operations plan usually consists of four main elements: implementation methods; time-frame; a detailed work plan; and management arrangements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 7, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.4. Phase IV: Development of a programme and operational framework", - "Heading3": "", - "Heading4": "", - "Sentence": "After establishing a strategic objectives and policy framework for UN support for DDR, the UN should start developing a detailed programmatic and operational framework.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2596, - "Score": 0.447214, - "Index": 2596, - "Paragraph": "A DDR strategy and plan should remain flexible so as to be able to deal with changing circumstances and demands at the country level, and should possess a capacity to adapt in order to deal with shortcomings and new opportunities. Continuation planning involves a process of periodic reviews, monitoring and real-time evaluations to measure performance and impact during implementation of the DDR programme, as well as revisions to programmatic and operational plans to make adjustments to the actual implementation process. A DDR programme does not end with the exit of the peacekeeping mission. While security may be restored, the broader task of linking the DDR programme to overall development, i.e., the sustainable reintegration of ex-com- batants and long-term stability, remains. It is therefore essential that the departure of the peacekeeping mission is planned with the UN country team as early as possible to ensure that capacities are sufficiently built up in the country team for it to assume the full financial, logistic and human resources responsibilities for the continuation of the longer-term aspects of the DDR programme. A second essential requirement is the building of national capacities to assume full responsibility for the DDR programme, which should begin from the start of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 8, - "Heading1": "5. Situating DDR within UN and national planning in post-conflict contexts", - "Heading2": "5.5. Phase V: Continuation and transition planning", - "Heading3": "", - "Heading4": "", - "Sentence": "A DDR strategy and plan should remain flexible so as to be able to deal with changing circumstances and demands at the country level, and should possess a capacity to adapt in order to deal with shortcomings and new opportunities.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2602, - "Score": 0.447214, - "Index": 2602, - "Paragraph": "The objective of an integrated UN approach to DDR in the context of peace operations is to combine the different experiences, competencies and resources of UN funds, programmes, departments and agencies within a common approach and framework for planning and developing DDR programming, and to ensure a consistent and decentralized approach to implementation.Achieving the above objective requires sound mission planning involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels. The planning of integrated DDR programmes should be coordinated closely with the broader integrated mission planning and design process, and, ideally, should start before the mandate for the mission is adopted.Within this framework, the following Headquarters- and country-level institutional requirements are needed to ensure an overall integrated approach to developing, implemen- ting and evaluating DDR programming in the country in which is has been implemented.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 9, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The objective of an integrated UN approach to DDR in the context of peace operations is to combine the different experiences, competencies and resources of UN funds, programmes, departments and agencies within a common approach and framework for planning and developing DDR programming, and to ensure a consistent and decentralized approach to implementation.Achieving the above objective requires sound mission planning involving all relevant UN agencies, departments, funds and programmes at both the Headquarters and field levels.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2604, - "Score": 0.447214, - "Index": 2604, - "Paragraph": "The establishment of an interdepartmental mission task force (IMTF) provides a framework within which various UN entities should contribute to the coordination and planning of peace operations, and ensures that institutional and field-level capacities and resources work closely and effectively together to achieve the objectives of a particular mission.An IMTF subgroup on DDR should be established within this framework to ensure an integrated approach to pre-deployment planning at the Headquarters level (i.e., before a field presence has been established). The key planning functions to be covered by the IMTF DDR subgroup should include the design and planning of integrated staffing struc- tures (as far as possible); agreement on common lines of authority for DDR planning, operations and implementation; institutional division of responsibilities; integrated task management organization; the drawing up of an overall budget; and the inclusion of best practices learned from earlier missions. In the pre-deployment phase, the IMTF subgroups should also act as the institutional focal points and links between Headquarters and field operations.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 9, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.1. Planning structures: Headquarters", - "Heading3": "", - "Heading4": "", - "Sentence": "The establishment of an interdepartmental mission task force (IMTF) provides a framework within which various UN entities should contribute to the coordination and planning of peace operations, and ensures that institutional and field-level capacities and resources work closely and effectively together to achieve the objectives of a particular mission.An IMTF subgroup on DDR should be established within this framework to ensure an integrated approach to pre-deployment planning at the Headquarters level (i.e., before a field presence has been established).", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2607, - "Score": 0.447214, - "Index": 2607, - "Paragraph": "To ensure effective and sustainable involvement of the UN country team in integrated DDR programming, a UN country team DDR task force (headed by the DSRSG) and technical working group should be established to manage and supervise the integrated approach, including providing the resources and staff that have been agreed upon, being involved in key strategic decisions, and ensuring adequate liaison with Headquarters-level bodies and processes. Individual members of the UN country team shall be responsible for ensuring that their respective agencies, funds or programmes fulfil the responsibilities and carry out the roles defined in the integrated DDR strategy.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.1. UN country team DDR task force", - "Heading4": "", - "Sentence": "To ensure effective and sustainable involvement of the UN country team in integrated DDR programming, a UN country team DDR task force (headed by the DSRSG) and technical working group should be established to manage and supervise the integrated approach, including providing the resources and staff that have been agreed upon, being involved in key strategic decisions, and ensuring adequate liaison with Headquarters-level bodies and processes.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2609, - "Score": 0.447214, - "Index": 2609, - "Paragraph": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations. The DSRSG should chair such a steering group. The steering group should include, at the very least, the DSRSG (political/rule of law), force commander, police commissioner, chief of civil affairs, chief of political affairs, chief of public information, chief of administration and chief of the DDR unit.Given the central role played by the UN country team and Resident Coordinator in coordinating UN activities in the field both before and after peace operations, as well as its continued role after peace operations have come to an end, the UN country team should retain strategic oversight of and responsibility, together with the mission, for putting the integrated DDR approach into operation at the field level.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.2. Mission DDR steering group", - "Heading4": "", - "Sentence": "Given the involvement of the different components of the mission in DDR or DDR-related activities, a DDR steering group should also be established within the peacekeeping mission to ensure the exchange of information, joint planning and joint operations.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2612, - "Score": 0.447214, - "Index": 2612, - "Paragraph": "An integrated DDR unit should be established within the peacekeeping mission in order to ensure that planning and implementation of the DDR strategy and programmes is com- prehensive and coordinated, and includes all the necessary elements, within the missionand among partners in the field (see Annex C and IDDRS 3.42 on Personnel and Staffing).Given the important differences among the administrative and financial procedures of different UN Agencies, Departments, Funds and Programmes, as well as their various implementation methods, it is not possible to achieve complete operational/administrative integration. Instead, the goal should be complete integration at the planning level and in the methods of the various entities involved in the mission to ensure efficient and timely coordination of operations within this framework.An integrated and centralized mechanism for reporting on DDR programme results should be established to compile, consolidate and distribute information and monitor results from the activities of all the UN entities involved.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.3. Integrated UN DDR unit", - "Heading4": "", - "Sentence": "An integrated DDR unit should be established within the peacekeeping mission in order to ensure that planning and implementation of the DDR strategy and programmes is com- prehensive and coordinated, and includes all the necessary elements, within the missionand among partners in the field (see Annex C and IDDRS 3.42 on Personnel and Staffing).Given the important differences among the administrative and financial procedures of different UN Agencies, Departments, Funds and Programmes, as well as their various implementation methods, it is not possible to achieve complete operational/administrative integration.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2614, - "Score": 0.447214, - "Index": 2614, - "Paragraph": "To ensure an integrated approach to DDR programme development and management, all UN entities should participate in and contribute to the various processes involved, in parti- cular, conducting comprehensive technical assessments, the design of a programme strategy, the identification of key outputs and results and the development of integrated management arrangements. Participation in these processes is essential to the identification of how each UN entity can best contribute, according to its particular expertise, to both the integrated DDR strategy and the precise methods for ensuring the best possible coordination and a joint overall approach.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 10, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.4. Integrated planning, programming and management", - "Heading4": "", - "Sentence": "To ensure an integrated approach to DDR programme development and management, all UN entities should participate in and contribute to the various processes involved, in parti- cular, conducting comprehensive technical assessments, the design of a programme strategy, the identification of key outputs and results and the development of integrated management arrangements.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2616, - "Score": 0.447214, - "Index": 2616, - "Paragraph": "A joint \u2014 as opposed to fully integrated \u2014 approach to DDR operations and implementa- tion should be adopted among all participating UN entities, involving close coordination using a common operational work plan. To maximize coordination, overall authority for coordination and supervision of implementation should be delegated to those UN staff integrated into the DDR programme management structure, while the programme should be implemented by the appropriate agency staff.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 11, - "Heading1": "6. Institutional requirements and methods for planning", - "Heading2": "6.2. Field DDR planning structures and processes", - "Heading3": "6.2.5. Joint operations and implementation", - "Heading4": "", - "Sentence": "A joint \u2014 as opposed to fully integrated \u2014 approach to DDR operations and implementa- tion should be adopted among all participating UN entities, involving close coordination using a common operational work plan.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2618, - "Score": 0.447214, - "Index": 2618, - "Paragraph": "This annex provides a guide to the preparation and carrying out of a DDR assessment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This annex provides a guide to the preparation and carrying out of a DDR assessment mission.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2619, - "Score": 0.447214, - "Index": 2619, - "Paragraph": "In order to ensure that the maximum amount of information is gathered from meetings in the mission area, a great deal of preparatory work should be done before starting the assess- ment mission.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Preparation", - "Heading3": "", - "Heading4": "", - "Sentence": "In order to ensure that the maximum amount of information is gathered from meetings in the mission area, a great deal of preparatory work should be done before starting the assess- ment mission.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2620, - "Score": 0.447214, - "Index": 2620, - "Paragraph": "This will include developing a good understanding of the following: \\n the UN approach to DDR issues; \\n an overview of the regional conflict map; neighbouring States\u2019 political, commercial and security interests, etc.; \\n the country situation, including the number and availability of small arms and light weapons;1 \\n existing work being performed by the UN country team and other partners, such as the World Bank and non-governmental organizations (NGOs); \\n existing provisions for DDR within current security arrangements or peace agreements signed between parties to the conflict; \\n the experience of previous DDR operations (if any) and the role of regional organiza- tions and interested Member States.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Preparation", - "Heading3": "Background information", - "Heading4": "", - "Sentence": "This will include developing a good understanding of the following: \\n the UN approach to DDR issues; \\n an overview of the regional conflict map; neighbouring States\u2019 political, commercial and security interests, etc.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2622, - "Score": 0.447214, - "Index": 2622, - "Paragraph": "Staff members on a DDR assessment visit should plan to meet with representatives from: \\n the parties to the conflict at the political and military levels; \\n members of the government; \\n civil society (such as political parties, church groups, women\u2019s organizations, local NGOs, etc.); \\n regional mediators or regional organizations, including monitoring bodies; \n interested Member States supporting the peace process; \\n members of the UN country team and international organizations; \\n major international NGOs.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Preparation", - "Heading3": "Meetings", - "Heading4": "", - "Sentence": "Staff members on a DDR assessment visit should plan to meet with representatives from: \\n the parties to the conflict at the political and military levels; \\n members of the government; \\n civil society (such as political parties, church groups, women\u2019s organizations, local NGOs, etc.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2624, - "Score": 0.447214, - "Index": 2624, - "Paragraph": "The aim of the assessment mission is to develop an in-depth understanding of the key DDR-related areas, in order to ensure efficient, effective and timely planning and resource mobilization for the DDR programme. The DDR staff member(s) of a DDR assessment mission should develop a good understanding of the following areas: \\n the legal framework for the DDR programme, i.e., the peace agreement; \\n specifically designated groups that will participate in the DDR programme; \\n the DDR planning and implementation context; \\n international, regional and national implementing partners; \\n methods for implementing the different phases of the DDR programme; \\n a public information strategy for distributing information about the DDR programme; \\n military/police- and security-related DDR tasks; \\n administrative and logistic support requirements.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 13, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Conduct of the DDR assessment mission", - "Heading3": "", - "Heading4": "", - "Sentence": "The aim of the assessment mission is to develop an in-depth understanding of the key DDR-related areas, in order to ensure efficient, effective and timely planning and resource mobilization for the DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2626, - "Score": 0.447214, - "Index": 2626, - "Paragraph": "In most post-conflict situations, a peace agreement provides the legal framework for the implementation of a DDR programme. Many of the terms and conditions of the DDR pro- gramme should be specified in the peace agreement: who is to be disarmed; by whom; the time schedule for disarmament; the nature of the programme (disengagement, cantonment, type of reintegration assistance); and institutional arrangements (national and international) to guide and implement the programme.The assessment mission should decide whether the agreed terms and conditions con- tained in the legal framework are sufficient or realistic enough to allow successful imple- mentation of the DDR programme. If an assessment mission is carried out before any legal framework has been established, efforts should be made to ensure that there is clarity and agreement on the key DDR issues. Much of the required information may not be contained within the peace agreement. Therefore, the joint assessment mission is an important tool to gather more information in order to structure a UN approach to support the mission DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Legal framework", - "Heading3": "", - "Heading4": "", - "Sentence": "In most post-conflict situations, a peace agreement provides the legal framework for the implementation of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2631, - "Score": 0.447214, - "Index": 2631, - "Paragraph": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "", - "Heading4": "", - "Sentence": "A key aspect of the assessment mission is to understand the opportunities and problems posed by the unique political/diplomatic, military and socio-economic context in the post- conflict society, and assess their implications for the planning and implementation of the DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2632, - "Score": 0.447214, - "Index": 2632, - "Paragraph": "A genuine commitment of the parties to the process is vital to the success of DDR. Commit- ment on the part of the former warring parties, as well as the government and the community at large, is essential to ensure that there is national ownership of the DDR programme. Often, the fact that parties have signed a peace agreement indicating their willingness to be dis- armed may not always represent actual intent (at all levels of the armed forces and groups) to do so. A thorough understanding of the (potentially different) levels of commitment to the DDR process will be important in determining the methods by which the international community may apply pressure or offer incentives to encourage cooperation. Different incentive (and disincentive) structures are required for senior-, middle- and lower-level members of an armed force or group. It is also important that political and military com- manders (senior- and middle-level) have sufficient command and control over their rank and file to ensure compliance with DDR provisions agreed to and included in the peace agreement.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 14, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Political will", - "Sentence": "A genuine commitment of the parties to the process is vital to the success of DDR.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 2638, - "Score": 0.447214, - "Index": 2638, - "Paragraph": "An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness. Past DDR programmes have been less successful when carried out entirely by the regional or international actors without the same level of local involve- ment to move the process forward. However, even when there is national involvement in the DDR programme, it is important to ensure that the framework for DDR brings together a broad spectrum of society to include the former warring parties, government, civil society (including children\u2019s and women\u2019s advocacy groups) and the private sector, as well as regional and international guarantors of the peace process.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Inclusive national framework", - "Sentence": "An inclusive national framework to provide the political and policy guidance for the national DDR programme is central to two guiding principles of a successful programme: national ownership and inclusiveness.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2643, - "Score": 0.447214, - "Index": 2643, - "Paragraph": "Post-conflict political transition processes generally experience many difficulties. Problems in any one area of the transition process can have serious implications on the DDR programme.2 A good understanding of these links and potential problems should allow planners to take the required preventive action to keep the DDR process on track, as well as provide a realistic assessment of the future progress of the DDR programme. This assessment may mean that the start of any DDR activities may have to be delayed until issues that may prevent the full commitment of all the parties involved in the DDR programme have been sorted out. For this reason, mechanisms must be established in the peace agreement to mediate the inevitable differences that will arise among the parties, in order to prevent them from under- mining or holding up the planning and implementation of the DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Transition problems and mediation mechanisms", - "Sentence": "Post-conflict political transition processes generally experience many difficulties.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2647, - "Score": 0.447214, - "Index": 2647, - "Paragraph": "Third-party political, diplomatic and financial support is often one such mediation mechanism that can reduce some of the tensions of post-conflict political transitions. Third-party actors, either influential Member States, or regional or international organizations can also focus their attention on the broader aspects of the DDR programme, such as the regional dimen- sion of the conflict, cross-border trafficking of small arms, foreign combatants and displaced civilians, as well as questions of arms embargoes and moratoriums on the transfer of arms, or other sanctions.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Political and diplomatic factors", - "Heading4": "Third-party support", - "Sentence": "Third-party political, diplomatic and financial support is often one such mediation mechanism that can reduce some of the tensions of post-conflict political transitions.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2649, - "Score": 0.447214, - "Index": 2649, - "Paragraph": "A good understanding of the overall security situation in the country where DDR will take place is essential. Conditions and commitment often vary greatly between the capital and the regions, as well as among regions. This will influence the approach to DDR. The exist- ing security situation is one indicator of how soon and where DDR can start, and should be assessed for all stages of the DDR programme. A situation where combatants can be disarmed and demobilized, but their safety when they return to their areas of reintegration cannot be guaranteed will also be problematic.The capacity of local authorities to provide security for commanders and disarmed com- batants to carry out voluntary or coercive disarmament must be carefully assessed. A lack of national capacity in these two areas will seriously affect the resources needed by the peacekeeping force. UN military, civilian police and support capacities may be required to perform this function in the early phase of the peacekeeping mission, while simultaneously developing national capacities to eventually take over from the peacekeeping mission. If this security function is provided by a non-UN multinational force (e.g., an African Union or NATO force), the structure and processes for joint planning and operations must be assessed to ensure that such a force and the peacekeeping mission cooperate and coordinate effec- tively to implement (or support the implementation of) a coherent DDR programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 15, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "The security situation", - "Sentence": "A good understanding of the overall security situation in the country where DDR will take place is essential.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 2657, - "Score": 0.447214, - "Index": 2657, - "Paragraph": "Ceasefires, disengagement and voluntary disarmament of forces are important confidence- building measures, which, when carried out by the parties, can have a positive effect on the DDR and wider recovery programme. The international community should, wherever possible, support these initiatives. Also, mechanisms should be put in place to investigate violations of ceasefires, etc., in a transparent manner.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Security factors", - "Heading4": "Building confidence", - "Sentence": "Ceasefires, disengagement and voluntary disarmament of forces are important confidence- building measures, which, when carried out by the parties, can have a positive effect on the DDR and wider recovery programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2660, - "Score": 0.447214, - "Index": 2660, - "Paragraph": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented. The level of unemployment, the state of the (formal and informal) economy and the agricultural sector (i.e., access to land, rights and the ability of the country to feed itself), the condition of the country\u2019s infra- structure, and the capacity of state institutions to deliver basic services, combined with the length of the conflict, are all factors that should be taken into account when considering the specifics of any demobilization (length and types of programme) and socio-economic (reconciliation, justice issues and types of economic assistance) reintegration programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Overall socio-economic conditions", - "Sentence": "The post-conflict socio-economic condition of the country is a major factor in determining the kind of DDR programme that should be implemented.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2662, - "Score": 0.447214, - "Index": 2662, - "Paragraph": "The role of the receiving communities is central to the successful reintegration of ex-com- batants. Therefore, close consultation must take place with all levels of the local community about the possible implications of the DDR programme for these communities, and the type of support (economic, reconciliation, etc.) required to reintegrate ex-combatants. This issue of returning ex-combatants to the communities must be assessed together with the overall impact of all the groups of people who will return, including internally displaced persons and refugees.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Local participation", - "Sentence": "The role of the receiving communities is central to the successful reintegration of ex-com- batants.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2666, - "Score": 0.447214, - "Index": 2666, - "Paragraph": "DDR programmes can succeed only if there is a strong link with a national recovery pro- gramme, which provides not only for political and economic development, but also for a restructuring and reform of the State\u2019s security sector and the fostering of national reconcili- ation. An assessment should ascertain if these factors are being considered and who will be supporting this aspect of post-conflict peace-building.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "A development approach", - "Sentence": "DDR programmes can succeed only if there is a strong link with a national recovery pro- gramme, which provides not only for political and economic development, but also for a restructuring and reform of the State\u2019s security sector and the fostering of national reconcili- ation.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2668, - "Score": 0.447214, - "Index": 2668, - "Paragraph": "The weapons control framework is another key element that affects a DDR programme. Constitutional and legislative guarantees for weapons ownership, the import/export of small arms, and the regulation of the national gun industry and private security firms must be considered in terms of how they support or limit the effective implementation of a DDR programme. Equally important are the national administrative infrastructure and enforcement capacity to implement the weapons control framework.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 16, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Weapons control framework", - "Sentence": "The weapons control framework is another key element that affects a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 2671, - "Score": 0.447214, - "Index": 2671, - "Paragraph": "The assessment mission should examine the illicit supply of small arms and light weapons coming into the post-conflict zone. This is often caused by porous borders and weak border- policing capacities. Arms embargoes should be considered as one tool available to deal with illicit trafficking of small arms and light weapons, thus supporting both DDR and the wider national recovery programme.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Arms embargoes", - "Sentence": "The assessment mission should examine the illicit supply of small arms and light weapons coming into the post-conflict zone.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2674, - "Score": 0.447214, - "Index": 2674, - "Paragraph": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme. In consultation with the parties and other implementing partners on the ground, the assessment mission should develop a detailed picture of: \\n WHO will be disarmed, demobilized and reintegrated; \\n WHAT weapons are to be collected, destroyed and disposed of; \\n WHERE in the country the identified groups are situated, and where those being dis- armed and demobilized will be resettled or repatriated to; \\n WHEN DDR will (or can) take place, and in what sequence for which identified groups, including the priority of action for the different identified groups.It is often difficult to get this information from the former warring parties. Therefore, the UN should find other, independent sources, such as Member States or local or regional agencies, in order to acquire information. Community-based organizations are a particularly useful source of information on armed groups.Potential targets for disarmament include government armed forces, opposition armed groups, civil defence forces, irregular armed groups and armed individuals. These generally include: \\n male and female combatants, and those associated with the fighting groups, such as those performing support roles (voluntarily or because they have been forced to) or who have been abducted; \\n child (boys and girls) soldiers, and those associated with the armed forces and groups; \\n foreign combatants; \\n dependants of combatants.The end product of this part of the assessment of the armed forces and groups should be a detailed listing of the key features of the armed forces/groups.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Defining specific groups for DDR", - "Sentence": "The character, size, composition and location of the groups specifically identified for DDR are among the required details that are often not included the legal framework, but which are essential to the development and implementation of a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2679, - "Score": 0.447214, - "Index": 2679, - "Paragraph": "The assessment mission should document the relative capacities of the various potential DDR partners (UN family; other international, regional and national actors) in the mission area that can play a role in implementing (or supporting the implementation of) the DDR programme.UN funds, agencies and programmes \\n UN agencies can perform certain functions needed for DDR. The resources available to the UN agencies in the country in question should be assessed and reflected in discussions at Headquarters level amongst the agencies concerned. The United Nations Development Programme may already be running a DDR programme in the mission area. This, along with support from other members of the DDR inter-agency forum, will provide the basis for the integrated DDR unit and the expansion of the DDR operation into the peacekeeping mission, if required.International and regional organizations \\n Other international organizations, such as the World Bank, and other regional actors may be involved in DDR before the arrival of the peacekeeping mission. Their role should also be taken into account in the overall planning and implementation of the DDR programme.Non-governmental organizations \\n NGOs are usually the major implementing partners of specific DDR activities as part of the overall programme. The various NGOs contain a wide range of expertise, from child protection and gender issues to small arms, they tend to have a more intimate awareness of local culture and are an integral partner in a DDR programme of a peacekeeping mission. The assessment mission should identify the major NGOs that can work with the UN and the government, and should involve them in the planning process at the earliest opportunity.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 17, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "DRR planning and implementation partners", - "Sentence": "The assessment mission should document the relative capacities of the various potential DDR partners (UN family; other international, regional and national actors) in the mission area that can play a role in implementing (or supporting the implementation of) the DDR programme.UN funds, agencies and programmes \\n UN agencies can perform certain functions needed for DDR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 2686, - "Score": 0.447214, - "Index": 2686, - "Paragraph": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions. In the pre-mandate period, the potential of quick-impact projects that can be used to stabilize ex-combatant groups or communities before the formal start of the DDR should be examined. Finance and budgeting processes are detailed in IDDRS 3.41 on Finance and Budgeting.Staffing \\n The civilian staff, civilian police and military staff requirements for the planning and imple- mentation of the DDR programme should be estimated, and a deployment sequence for these staff should be drawn up. The integrated DDR unit should contain personnel represent- ing mission components directly related to DDR operations: military; police; logistic support; public information; etc. (integrated DDR personnel and staffing matters are discussed in IDDRS 3.42 on Personnel and Staffing). \\n The material requirements for DDR should also be estimated, in particular weapons storage facilities, destruction machines and disposal equipment, as well as requirements for the demobilization phase of the operation, including transportation (air and land). Mission and programme support logistics matters are discussed in IDDRS 3.40 on Mission and Pro- gramme Support for DDR.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "Support requirements", - "Sentence": "Following a review of the extent and nature of the problem and an assessment of the relative capacities of other partners, the assessment mission should determine the DDR support (finance, staffing and logistics) requirements, both in the pre-mandate and establishment phases of the peacekeeping mission.Finance \\n The amount of money required for the overall DDR programme should be estimated, including what portions are required from the assessed budget and what is to come from voluntary contributions.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2693, - "Score": 0.447214, - "Index": 2693, - "Paragraph": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 18, - "Heading1": "Annex B: Guide to conducting a DDR technical assessment mission", - "Heading2": "Assessing the planning and implementation context", - "Heading3": "Socio-economic factors", - "Heading4": "The structure and content of the joint assessment repor", - "Sentence": "The assessment mission report should be submitted in the following format (Section II on the approach of the UN forms the input into the Secretary-General\u2019s report to the Security Council): \\n\\n Preface \\n Maps \\n Introduction \\n Background \\n Summary of the report \\n\\n Section I: Situation \\n Armed forces and groups \\n Political context \\n Socio-economic context \\n Security context \\n Legal context \\n Lessons learned from previous DDR operations in the region, the country and elsewhere (as relevant) \\n Implications and scenarios for DDR programme \\n Key guiding principles for DDR operations \\n Existing DDR programme in country \\n\\n Section II: The UN approach \\n DDR strategy and priorities \\n Support for national processes and institutions \\n Approach to disarmament \\n Approach to demobilization \\n Approach to socio-economic reintegration \\n Approach to children, women and disabled people in the DDR programme \\n Approach to public information \\n Approach to weapons control regimes (internal and external) \\n Approach to funding of the DDR programme \\n Role of the international community \\n\\n Section III: Support requirements \\n Budget \\n Staffing \\n Logistics \\n\\n Suggested annexes \\n Relevant Security Council resolution authorizing the assessment mission \\n Terms of reference of the multidisciplinary assessment mission \\n List of meetings conducted \\n Summary of armed forces and groups \\n Additional information on weapons flows in the region \\n Information on existing disarmament and reintegration activities \\n Lessons learned and evaluations of past disarmament and demobilization programmes \\n Proposed budget, staffing structure and logistic requirements", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2694, - "Score": 0.447214, - "Index": 2694, - "Paragraph": "The UN DDR strategic framework consists of three interrelated strategic policy objectives, and supports the overall UN aim of a stable and peaceful country x, and the accompanying DDR tasks.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "", - "Heading4": "", - "Sentence": "The UN DDR strategic framework consists of three interrelated strategic policy objectives, and supports the overall UN aim of a stable and peaceful country x, and the accompanying DDR tasks.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2695, - "Score": 0.447214, - "Index": 2695, - "Paragraph": "A detailed, realistic and achievable DDR implementation annex in the comprehensive peace agreement. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing technical support to the parties at the peace talks to support the development of: \\n 1. Clear and sound DDR approaches for the different identified groups, with a focus on social and economic reintegration; \\n 2. An equal emphasis on vulnerable identified groups (children, women and disabled people) in or associated with the armed forces and \\n groups; \\n 3. A detailed description of the disposition and deployment of armed forces and groups (local and foreign) to be included in the DDR programme; \\n 4. A realistic time-line for the commencement and duration of the DDR programme; \\n 5. Unified national political, policy and operational mechanisms to support the implementation of the DDR programme; \\n 6. A clear division of labour among parties (government and party x) and other implementing partners (DPKO [civilian, military]; UN agencies, funds and programmes; international financial organizations [World Bank]; and local and international NGOs).", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #1", - "Heading4": "", - "Sentence": "A detailed, realistic and achievable DDR implementation annex in the comprehensive peace agreement.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2703, - "Score": 0.447214, - "Index": 2703, - "Paragraph": "A well-resourced, joint strategic and operational plan for the implementation of DDR in country x. \\n Key tasks \\n\\n The UN should assist in achieving this aim by providing planning capacities and physical resources to: \\n 1. Establish all-inclusive joint planning mechanisms; \\n 2. Develop a time-phased concept of the DDR operations; \\n 3. Establish division of labour for key DDR tasks; \\n 4. Estimate the broad resource requirements; \\n 5. Start securing voluntary contributions; \\n 6. Start the procurement of DDR items with long lead times; \\n 7. Start the phased recruitment of personnel required from DPKO and other UN agencies; \\n 8. Raise a military component from the armed forces of Member States for DDR activities; \\n 9. Establish an effective public information campaign; \\n 10. Establish programmatic links between the DDR operation and other areas of the mission\u2019s work: security sector reform; recovery and reconstruction; etc.; \\n 11. Support the implementation of the established DDR strategy/plan.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 20, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #2", - "Heading4": "", - "Sentence": "A well-resourced, joint strategic and operational plan for the implementation of DDR in country x.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2717, - "Score": 0.447214, - "Index": 2717, - "Paragraph": "A national weapons management programme and a regional strategy to stop the flow of small arms and light weapons into country x. \\n Key tasks \\n\\n To ensure a comprehensive approach to disarmament, the UN should also focus on the supply side of the weapons issue. In this regard, the UN can provide technical, political (good offices) and diplomatic support to: \\n assist the parties to establish and implement necessary weapons management legislation; \\n support country x\u2019s capacity to implement the UN \\n Programme of Action to Prevent, Com\u00ad bat and Eradicate the Illicit Trade in Small Arms and Light Weapons in All Its Aspects in 2001 (A/Conf.192/15); \\n support regional initiatives to control the flow of illicit small arms and light weapons in the region.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 21, - "Heading1": "Annex C: Developing the DDR strategic objectives and policy frameworks", - "Heading2": "An example of DDR strategic objectives", - "Heading3": "DDR strategic objective #3", - "Heading4": "", - "Sentence": "A national weapons management programme and a regional strategy to stop the flow of small arms and light weapons into country x.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 2720, - "Score": 0.447214, - "Index": 2720, - "Paragraph": "\\n 1 A good source for this information is the relevant Small Arms Survey report; see http://www.small- armssurvey.org. \\n 2 In Liberia, the dispute over the allocation of ministerial positions resulted in the walkout of junior members of the three factions in the first meeting of the National Commission on Disarmament, Demobilization, Rehabilitation and Reintegration in 2003, while uncertainty and disagreement over elections delayed the start of the DDR programme in C\u00f4te d\u2019Ivoire.", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 22, - "Heading1": "Endnotes", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "\\n 1 A good source for this information is the relevant Small Arms Survey report; see http://www.small- armssurvey.org.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 2722, - "Score": 0.447214, - "Index": 2722, - "Paragraph": "TEST various stages of DDR, and the fact that its phases are interdependent", - "Color": "#00A554", - "Level": 3.0, - "LevelName": 3, - "Title": "IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures", - "Module": "Integrated DDR Planning Processes and Structures", - "PageNum": 900, - "Heading1": "TESTSummary", - "Heading2": "TESTSummary", - "Heading3": "TESTSummary", - "Heading4": "TESTSummary", - "Sentence": "TEST various stages of DDR, and the fact that its phases are interdependent", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1154, - "Score": 0.707107, - "Index": 1154, - "Paragraph": "In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardization (ISO) standards and guidelines: \\n a. \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n b. \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n c. \u2018may\u2019 is used to indicate a possible method or course of action; \\n d. \u2018can\u2019 is used to indicate a possibility and capability; \\n e. \u2018must\u2019 is used to indicate an external constraint or obligation.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1175, - "Score": 0.707107, - "Index": 1175, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to the political dynamics of DDR:", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 3, - "Heading1": "4. Guiding principles ", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1179, - "Score": 0.707107, - "Index": 1179, - "Paragraph": "DDR processes shall be gender-responsive and -inclusive, and at all stages take into account the gender dimensions of peace processes and conflict resolution. DDR practi- tioners shall advance substantive gender equality before, during and after conflict and ensure that women\u2019s diverse experiences are fully integrated into all peacebuilding, peacemaking and reconstruction processes.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles ", - "Heading2": "4.2 Gender-responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR processes shall be gender-responsive and -inclusive, and at all stages take into account the gender dimensions of peace processes and conflict resolution.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1181, - "Score": 0.707107, - "Index": 1181, - "Paragraph": "Accountability, transparency and flexibility shall be maintained not only when holding stakeholders to their commitments, but also when ensuring that the process designed is appropriate for the context in which it is to be implemented.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles ", - "Heading2": "4.3 Flexible, accountable and transparent", - "Heading3": "", - "Heading4": "", - "Sentence": "Accountability, transparency and flexibility shall be maintained not only when holding stakeholders to their commitments, but also when ensuring that the process designed is appropriate for the context in which it is to be implemented.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 1182, - "Score": 0.707107, - "Index": 1182, - "Paragraph": "It is essential to encourage unity of effort in the analysis, design and implementation of politically sensitive DDR processes. This emphasis must start with ensuring that those negotiating a peace agreement are properly advised so as to reach technically sound agreements and to integrate DDR processes with other relevant parts of the peace process.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 4, - "Heading1": "4. Guiding principles ", - "Heading2": "4.4 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "It is essential to encourage unity of effort in the analysis, design and implementation of politically sensitive DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - }, - { - "index": 1283, - "Score": 0.707107, - "Index": 1283, - "Paragraph": "Although the negotiating parties may not need to know the details of a DDR process when they sign a peace agreement, they should have a shared understanding of the principles and outcomes of the DDR process and how this will be implemented.The capacity-building and provision of expertise extends to the mediation teams and international supporters of the peace process (envoys, mediators, facilitators, spon- sors and donors) who must have access to experts who can guide them in designing appropriate DDR provisions.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 13, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.4 Ensuring a common understanding of DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "Although the negotiating parties may not need to know the details of a DDR process when they sign a peace agreement, they should have a shared understanding of the principles and outcomes of the DDR process and how this will be implemented.The capacity-building and provision of expertise extends to the mediation teams and international supporters of the peace process (envoys, mediators, facilitators, spon- sors and donors) who must have access to experts who can guide them in designing appropriate DDR provisions.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 1289, - "Score": 0.707107, - "Index": 1289, - "Paragraph": "International actors, including the UN, Member States and other concerned stakehold- ers must understand the need to politically support DDR processes. They must also ensure that the agreements reached are responsive to the parties\u2019 demands, fair and implementable, and create a supportive environment for DDR.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.20-The-Politics-of-DDR", - "Module": "The Politics of DDR", - "PageNum": 12, - "Heading1": "6. Fostering political support for DDR", - "Heading2": "6.5 Ensuring international support for DDR", - "Heading3": "", - "Heading4": "", - "Sentence": "International actors, including the UN, Member States and other concerned stakehold- ers must understand the need to politically support DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 1, - "Can": 0 - } -] \ No newline at end of file diff --git a/media/usersResults/ow to deal with young people, who are members of an armed group, in conflict affected area.json b/media/usersResults/ow to deal with young people, who are members of an armed group, in conflict affected area.json deleted file mode 100644 index 0637a08..0000000 --- a/media/usersResults/ow to deal with young people, who are members of an armed group, in conflict affected area.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/media/usersResults/violenc.json b/media/usersResults/violenc.json deleted file mode 100644 index 0637a08..0000000 --- a/media/usersResults/violenc.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/media/usersResults/violence.json b/media/usersResults/violence.json deleted file mode 100644 index ea69d4c..0000000 --- a/media/usersResults/violence.json +++ /dev/null @@ -1,662 +0,0 @@ -[ - { - "index": 520, - "Score": 0.57735, - "Index": 520, - "Paragraph": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking. Many aspects of the DDR process will influence, and be influenced by, political dynamics. Understanding the political dynamics that influence DDR process- es requires knowledge of the historical and political context, the actors and stakehold- ers (armed and unarmed), and the conflict drivers, including local, national and re- gional aspects that may interact and feed into an armed conflict.Armed groups often mobilize for political reasons and/or in response to a range of security, socioeconomic or other grievances. Peace negotiations and processes provide warring parties with a way to end violence and address their grievances through peaceful means. Armed forces may also need to be factored into peace agreements and proportion- ality between armed forces and groups \u2013 in terms of DDR support \u2013 taken into account.DDR practitioners may provide support to the mediation of peace agreements and to the subsequent oversight and implementation of the relevant parts of these agree- ments. DDR practitioners can also advise mediators and facilitators so as to ensure that peace agreements incorporate realistic DDR-related clauses, that the parties have a common understanding of the outcome of the DDR process and how this will be im- plemented, and that DDR processes are not undertaken in isolation but are integrated with other aspects of a peace process, since the success of each is mutually reinforcing. All peace agreements contain security provisions to address the control and man- agement of violence in various forms including right-sizing, DDR, and/or other forms of security coordination and control. When and if a given peace agreement demands a DDR process, the national political framework for that particular DDR process is often provided by a Comprehensive Peace Agreement (CPA) that seeks to address political and security issues. Without such an agreement, warring parties are unlikely to agree to measures that reduce their ability to use military force to reach their goals. In a CPA, it is very common for DDR programmes to be tied to ceasefire provisions and \u2018final security arrangements\u2019. If armed groups have political aspirations, the chances of the successful implementation of a CPA can be improved if DDR processes are sensitively designed to support the transformation of these groups into political entities.DDR processes may also follow local-level agreements. Local politics can be as important in driving armed conflict as grievances against the State. By focusing on the latter, national-level peace agreements may not address or resolve local conflicts. Therefore, these conflicts may continue even when national-level peace agreements have been signed and implemented. Local-level peace agreements may take a number of different forms, in- cluding (but not limited to) local non-aggression pacts between armed groups, deals re- garding access to specific areas and community violence reduction (CVR) agreements. DDR practitioners should assess whether local DDR processes remain at the local level, or wheth- er local- and national-level dynamics should be linked in a common multilevel approach.Finally, DDR processes can also be undertaken in the absence of peace agreements. In these instances, DDR interventions may be designed to contribute to stabilization, to make the returns of stability more tangible or to create more conducive environments for peace agreements (see IDDRS 2.10 on The UN Approach to DDR). These interven- tions should not be reactive and ad hoc, but should be carefully planned in advance in accordance with a predefined strategy.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 1, - "Heading1": "Summary", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Disarmament, demobilization and reintegration (DDR) is not only a technical undertaking.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 564, - "Score": 0.57735, - "Index": 564, - "Paragraph": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes. This section outlines how these principles apply to CVR:", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "IDDRS 2.10 on The UN Approach to DDR sets out the main principles that guide all aspects of DDR processes.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 566, - "Score": 0.57735, - "Index": 566, - "Paragraph": "Participation in CVR as part of a DDR process shall be voluntary.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.1 Voluntary", - "Heading3": "", - "Heading4": "", - "Sentence": "Participation in CVR as part of a DDR process shall be voluntary.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 567, - "Score": 0.57735, - "Index": 567, - "Paragraph": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body. Eligibility criteria shall be developed and communicated in the most transparent man- ner possible. This is because eligibility and ineligibility can become a source of com- munity tension and conflict. Eligibility for CVR does not mean that those who partic- ipate will necessarily be ineligible to participate in other programmes that form part of the broader DDR process \u2013 this will depend on the particular framework in place. Some frameworks may require the surrender of a weapon as a precondition for partic- ipation in a CVR programme (see IDDRS 4.11 on Transitional Weapons and Ammuni- tion Management). Furthermore, when members of armed groups that are not signa- tory to a peace agreement are being considered for inclusion in CVR programmes, the status of these individuals and armed groups must be analysed and specified in order to mitigate any risks. If the individuals being considered for inclusion in a CVR pro- gramme have voluntarily left an armed group designated as a terrorist organization by the United Nations Security Council, DDR practitioners shall incorporate proper screening mechanisms and criteria to identify suspected terrorists (for further infor- mation on specific requirements for children refer to IDDRS 5.20 on Children and DDR and IDDRS 5.30 on Youth and DDR). Depending on the circumstances, the terrorist organization they are associated with and the terrorist offences committed, it may not be appropriate for suspected terrorists to participate in CVR programmes (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 5, - "Heading1": "4. Guiding principles", - "Heading2": "4.2 Criteria for participation/eligibility", - "Heading3": "", - "Heading4": "", - "Sentence": "The eligibility criteria for CVR should be developed in consultation with target com- munities and, if in existence, a Project Selection Committee (PSC) or equivalent body.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 575, - "Score": 0.57735, - "Index": 575, - "Paragraph": "Specific provisions shall be developed to ensure the protection, care and support of young people (15\u201324) who participate in CVR programmes (see IDDRS 5.30 on Youth and DDR). Where appropriate, children (under 18) may be included in CVR activi- ties, but with relevant legal safeguards to ensure their rights and needs are carefully accounted for. Mental health and psychosocial support services as well as social services should be established, as appropriate, in consultation with relevant child protection units and agencies (see IDDRS 5.20 on Children and DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.3 Unconditional release and protection of children", - "Heading3": "", - "Heading4": "", - "Sentence": "Specific provisions shall be developed to ensure the protection, care and support of young people (15\u201324) who participate in CVR programmes (see IDDRS 5.30 on Youth and DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 578, - "Score": 0.57735, - "Index": 578, - "Paragraph": "CVR does not reward those who have engaged in violent behaviours for their past activi- ties, but rather invests in individuals and communities that actively renounce past violent behaviour and that are looking for a productive and peaceful future. CVR shall not be used to provide material and financial assistance to active members of armed groups.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.4 In accordance with standards and principles of humanitarian assistance", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR does not reward those who have engaged in violent behaviours for their past activi- ties, but rather invests in individuals and communities that actively renounce past violent behaviour and that are looking for a productive and peaceful future.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 580, - "Score": 0.57735, - "Index": 580, - "Paragraph": "CVR shall actively ensure a gender-responsive approach that accounts for the specific needs of men and women, boys and girls. This may include more proportional gender representation within DDR/CVR sections, among CVR project implementing partners, within PSCs (or equivalent bodies), and among individual and community beneficiaries. The inclusion of women across all aspects of CVR strengthens the overall legitimacy and credibility of the enterprise. Moreover, developing the agency of women, girls and youth will enhance their political and social influence in civic associations and their authority in relation to economic productivity, thereby reducing violence. CVR can also incorpo- rate measures to challenge harmful notions of masculinity and engage with men and boys to promote behaviours and attitudes that value gender equality and non-violence.In some settings, there may be strong sociocultural and economic constraints to expanding women\u2019s representation in PSCs or among project beneficiaries. To mitigate these challenges, DDR practitioners1 have introduced quota systems requiring a min- imum level of female participation (30%) in PSCs and among selected projects (30% of projects must directly support women\u2019s specific needs). These quota systems shall be discussed with national counterparts at the outset of UN engagement in CVR and ex- plained to all personnel and partners working on CVR programmes at the subnational and local levels. All CVR projects should report on the gender and age dimensions of PSCs as well as on CVR projects themselves. Introducing gender- and age-specific quotas in CVR project tenders should also mitigate discriminatory practices. Likewise, DDR practitioners shall ensure that any public works projects selected for support are designed in a way that respects the rights and specific needs of every person.CVR shall be inclusive to the extent that it focuses not only on former combatants, but also on at-risk children and youth (male and female) as well as a wide range of community members living in volatile areas and in need of assistance. CVR shall be aligned with a \u2018rights-based\u2019 approach, in that processes adhere to international hu- man rights law and standards. For example, all community members in selected areas should benefit from interventions without discrimination.CVR shall also be tailored to address distinct ethnic, religious and other groups to the extent possible. Specifically, training, education and outreach initiatives that pro- mote civic education, life and parenting skills, and psychosocial support, education and counselling should reach across specific needs groups. By advocating for a plural caseload, CVR should help to promote more responsible civic engagement, a key fea- ture of social cohesion.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 6, - "Heading1": "4. Guiding principles", - "Heading2": "4.5 Gender-responsive and inclusive", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR shall actively ensure a gender-responsive approach that accounts for the specific needs of men and women, boys and girls.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 594, - "Score": 0.57735, - "Index": 594, - "Paragraph": "In all cases, CVR shall do no harm. When projects and implementing partners are not adequately monitored and evaluated, CVR support can be channeled to one group at the expense of others. Moreover, communities in resource scarce and inaccessible areas that are not included in CVR may resent being left out. Some population groups may feel legitimately abandoned and resort to crime and banditry. In some cases, this may result in increases in interpersonal violence in the home, including domestic and child abuse, or increases in sexual or gender-based violence. Communities that are included in CVR programmes may also have unrealistic expectations and cre- ate problems if they feel they are not ade- quately benefiting from them. CVR should have a whole of community and equity focus, as the privileging of some geographic areas for CVR over others may result in disputes. Negative perceptions of exclusion and potential additional grievances should be anticipated and accounted for in DDR practitioners\u2019 conflict assessments.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.6 Conflict sensitive", - "Heading3": "", - "Heading4": "", - "Sentence": "In all cases, CVR shall do no harm.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 602, - "Score": 0.57735, - "Index": 602, - "Paragraph": "There is no single template for CVR, and the vast diversity of CVR programmes is by design: form follows function. As a practice area, CVR is continuing to evolve in both mission and non-mission settings. Whether implemented through the UN or through national and community-based non-governmental organizations, CVR can adapt and change over time, even in a single context.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.7 Context specific", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no single template for CVR, and the vast diversity of CVR programmes is by design: form follows function.", - "Shall": 0, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 605, - "Score": 0.57735, - "Index": 605, - "Paragraph": "CVR programmes are ultimately the responsibility of local, national and subnational governments and non-government partners. Yet in many settings, public and civil soci- ety capacities may be exceedingly weak. Where possible and appropriate, CVR should aim to reinforce the legitimacy, credibility and capacity of state and non-governmental partners. While guided by violence reduction imperatives, implementing partners and projects should also be selected on the basis of promoting local and national ownership. Leadership is required from government entities including, as appropriate, a national DDR commission (if one exists) or equivalent entity. In cases where government delivery of CVR is not feasible, DDR practitioners should seek to foster institutional capacities and representation. The goal in all cases must be to strengthen, not replace, state and non-state capacities.Although typically short to medium term, CVR programmes shall be strongly aligned with national and community security priorities, based on needs assessment and tailored to local capacities. Defining what security means for a particular com- munity should be part of the initial first steps. CVR should allow for direct dialogue, technical engagement, implementation and outreach with a wide array of stakeholders from the national to the community level. By working directly with affected commu- nities and local governments, CVR can help lay the foundation for stabilization and allow for recovery and reconstruction. The sustainability of CVR projects during and after they are launched requires the formation of a strong partnership with public, pri- vate and non-governmental authorities. Strategies to embed state partners and private- sector and civil society groups in CVR project design, planning, implementation and monitoring are pathways to facilitate handovers.CVR is bottom-up in orientation and should devolve decision-making, project design, implementation, and monitoring and evaluation to the local level. While the strategic direction of CVR programmes should be set by government personnel with support from the UN, decisions related to project selection and execution, and monitor- ing and evaluation, should be delegated to PSCs and local project implementers. PSCs are typically composed of local community members and leaders and should ensure representation of minority groups, women and youth. Subnational government, pri- vate-sector and civil society representatives may also be included. If alternate institu- tions already exist (such as local peace and development committees), then they should be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.DDR practitioners should ensure that once selected, CVR projects are mediated, to the extent possible, by local counterparts \u2013 at the communal, county, municipal or neighbourhood level. CVR may build trust and confidence \u2013 and stimulate local eco- nomic activity \u2013 by recruiting implementing partners and engineering support locally. When drawing on local pools of talent and expertise, it is important to explore ways that CVR projects can continue after funding ends.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 7, - "Heading1": "4. Guiding principles", - "Heading2": "4.8 Nationally and locally owned", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes are ultimately the responsibility of local, national and subnational governments and non-government partners.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 623, - "Score": 0.57735, - "Index": 623, - "Paragraph": "CVR should strengthen a coordinated and integrated UN approach to addressing security threats in mission and non-mission settings. CVR can and should involve, where realistically possible, a range of UN agencies and international and national partners in the design, implementation and evaluation of specific activities. Because CVR exists at the intersection of a wide range of agendas and sectors, clear and predict- able direction is essential.CVR shall contribute to the UN \u201cdelivering as one\u201d. At a minimum, CVR pro- grammes should not compete with or duplicate other initiatives carried out by UN agencies, funds and programmes as well as those fielded by national and international partners. CVR programmes may often be implemented in contexts where development, humanitarian and peace actors and interventions co-exist. To maximize complemen- tarity and coordination, CVR strategies shall be guided by a clear set of objectives and targets, as well as a theory of change. Where feasible and appropriate, partnerships should be pursued.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 8, - "Heading1": "4. Guiding principles", - "Heading2": "4.9 Integrated", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR should strengthen a coordinated and integrated UN approach to addressing security threats in mission and non-mission settings.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 630, - "Score": 0.57735, - "Index": 630, - "Paragraph": "CVR programmes shall aim to be data-driven and evidence-based. Monitoring and evaluation measures shall be prepared before CVR programmes are started and ap- plied throughout the entire life cycle of the intervention (see IDDRS 3.50 on Monitoring and Evaluation). Relevant baseline assessments, the collection of gender and sex-dis- aggregated data on project participants, and mid- and end-term evaluations shall be anticipated and budgeted for by DDR practitioners well in advance. Data collection and retention policies for implementing partners and DDR practitioners shall also include privacy provisions, including procedures on data retention, sharing and disposal. The progress of CVR programmes shall be regularly analysed and communicated to rele- vant partners to ensure that core objectives are achieved, and that mitigation strategies are prepared when they are not.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "4. Guiding principles", - "Heading2": "4.10 Well planned", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes shall aim to be data-driven and evidence-based.", - "Shall": 1, - "Should": 0, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 635, - "Score": 0.57735, - "Index": 635, - "Paragraph": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR). Achieving shared clarity of purpose between national and local stakeholders, the UN and the entities responsible for coordinating CVR is critical.The target groups for CVR programmes may vary according to the context. (See section 6.4.) However, four categories stand out: \\n Former combatants who are part of an existing UN-supported or national DDR programme. These typically include ex-combatants and persons formerly associat- ed with armed groups who are waiting for support and could be perceived as a threat to broader security and stability. If reintegration support is delayed, CVR can serve as a stop-gap measure, providing temporary reinsertion assistance for a defined period (6\u201318 months) (also see IDDRS 4.20 on Demobilization). \\n Members of armed groups who are not formally eligible for a DDR programme because their group is not signatory to a peace agreement. These groups may include rebel factions, paramilitaries, militia groups, members of armed gangs or other entities that are not part of a peace agreement. This category may include individuals who voluntarily leave active armed groups, including those that are designated as terrorist organizations by the United Nations Security Council (see IDDRS 2.11 on The Legal Framework for UN DDR). The status of these individuals and armed groups must be analysed and specified to mitigate any risks associated with their inclusion in CVR programmes. \\n Individuals who are not members of an armed group, but who are at risk of re- cruitment by such groups. These individuals are not part of an established armed group and are therefore ineligible to participate in a DDR programme. They do, however, exhibit the potential to build peace and to contribute to the prevention of recruitment in their community. This wide category of beneficiaries can include male and female children and youth (see IDDRS 5.20 on Children and DDR and 5.30 on Youth and DDR). \\n Designated communities that are susceptible to outbreaks of violence, close to cantonment sites, or likely to receive former combatants. In some cases, CVR may target communities and neighbourhoods that are situated close to cantonment sites and/or vulnerable to high rates of political violence, organized crime, or sex- ual or gender-based violence. CVR can also be focused on a sample of productive members of a community to enhance their potential to absorb newly reinserted and reintegrated former combatants.CVR may be pursued before, during and after DDR programmes in both mission and non-mission settings. (See Table 1 below.)", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 9, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should, at the outset of a CVR programme, agree on a common un- derstanding of the role of CVR within the DDR process, including its possible rela- tionship to a DDR programme, to other DDR-related tools (such as transitional WAM), and to reintegration support (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 653, - "Score": 0.57735, - "Index": 653, - "Paragraph": "CVR may be undertaken prior to a DDR programme. Past experience has shown that military commanders can sometimes try to recruit additional group members during negotiation processes in order to strengthen their troop numbers and conse- quent influence at the negotiating table. Similarly, previous experience has shown that imminent access to a DDR programme may have the perverse incentive of encouraging recruitment. CVR can counter this possibility, by fostering social cohesion and providing alternatives to joining armed groups.CVR may also be undertaken in parallel with DDR programmes. For example, CVR programmes can be implemented near cantonment sites for a number of reasons. Firstly, there may be community resistance to the nearby cantoning of armed forces and groups. CVR can respond to this while also showing community members that ex-combatants are not the only ones to benefit from the DDR process. CVR can also help to mitigate insecurity around cantonment sites, particularly if cantonment goes on for longer than anticipated.Even in communities that are not close to cantonment sites, CVR can be undertaken parallel to a DDR programme in order to strengthen the capacities of communities to absorb former combatants and to reduce tensions that may be caused by the arrival of ex-combatants and associated groups. More specifically, over the short to medium term, CVR can equip communities with dispute mechanisms as well as community dialogue mechanisms to manage grievances and stimulate local economic activity that benefits a wider population.CVR can also be used as a means of addressing armed groups that have not signed on to a peace agreement. The aim of CVR in this context would be to minimize the potentially disruptive effects that non-signatory groups can have on an ongoing DDR programme.Parallel to DDR programmes, CVR can also play a critical role in strengthen- ing reinsertion efforts and bridging the so-called \u2018reintegration gap\u2019. In mission set- tings, CVR will be funded through the allocation of assessed contributions. Therefore, if DDR programmes are unable to mobilize sufficient reintegration assistance, CVR may smooth the transition through the provision of tailored reinsertion assistance for ex-combatants and associated groups and the communities to which they return. For this reason, CVR is sometimes described as a stop-gap measure. In non-mission settings, funding for CVR and reintegration support will depend on the allocation of national budgets and/or voluntary contributions from donors. Therefore, in instances where CVR and support to communi- ty-based reintegration are both envisaged in a non-mission setting, they should, from the outset, be planned and implemented as a single and continuous programme. The distinctions between CVR and reinsertion as part of a DDR programme are outlined in Table 2 below.CVR may also be appropriate after a formal DDR programme has ended. For ex- ample, CVR may be administered after a DDR programme in combination with transi- tional weapons and ammunition management (WAM) in order to bolster resilience to (re-)recruitment and to mop up or safely register and store any remaining civilian-held weapons (see IDDRS 4.11 on Transitional WAM and section 5.3 below). CVR may also provide a constructive transitional function, particularly if reintegration support is ended prematurely. Any plans to maintain CVR activities after a DDR programme should be agreed with relevant stakeholders.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 10, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.1 CVR in support of and as a complement to a DDR programme", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may be undertaken prior to a DDR programme.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 672, - "Score": 0.57735, - "Index": 672, - "Paragraph": "CVR may also be used in the absence of a DDR programme. (See Table 3 below.) CVR can be used to build confidence between warring parties and to show the possible dividends of future peace. In turn, this may help to foster an environment that is con- ducive to the signing of a peace agreement.It is possible that DDR processes will not include DDR programmes, either because the preconditions for DDR programmes are not present or because alternative meas- ures are more appropriate. For example, a local-level peace agreement may include provisions for CVR rather than a DDR programme. These local-level agreements can take many different forms, including (but not limited to) local non-aggression pacts between armed groups, deals regarding access to specific areas and CVR agreements (see IDDRS 2.20 on The Political Dimensions of DDR).Alternatively, in certain cases armed groups designated as terrorist organizations by the United Nations Security Council may refuse to sign peace agreements. Individ- uals who voluntarily decide to leave these armed groups may participate in CVR pro- grammes. However, they must first be screened in order to assess whether they have committed certain crimes, including terrorist acts that would disqualify them from participation in a DDR process (see IDDRS 2.11 on Legal Framework for UN DDR).", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 12, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.2 CVR in the absence of DDR programmes", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may also be used in the absence of a DDR programme.", - "Shall": 0, - "Should": 0, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 680, - "Score": 0.57735, - "Index": 680, - "Paragraph": "CVR may involve activities related to collecting, managing and/or destroying weapons and ammunition. Arms control initiatives and potential CVR arms-related eligibility criteria should be in line with the disarmament component of the DDR programme (if there is one), as well as other arms control initiatives running in the country (see IDDRS 4.10 on Disarmament and 4.11 on Transitional Weapons and Ammunition Management).While not a disarmament program per se, CVR may include measures to pro- mote community or locally led weapons collection and management initiatives, to sup- port national weapons amnesties, and to collect, store and destroy small arms, light weapons, other conventional arms, ammunition and explosives. The collection and destruction of weapons may play an important symbolic and catalytic role in war-torn communities. Although the return of a weapon is not typically a condition of partic- ipation in CVR, voluntary returns may demonstrate the willingness of beneficiaries to engage. Moreover, the removal and/or safe storage of weapons from individuals\u2019 or armed groups\u2019 inventories may help reduce open carrying and home possession of weaponry \u2013 factors that can contribute to violent exchanges and unintentional injuries. Even when weapons are not handed over as part of a CVR programme, it is beneficial to collect information on the weapons still in possession of those participating in CVR. This is because weapons in circulation will continue to represent a risk factor and have the potential to facilitate violence. Expectations should be kept realistic: in settings marked by high levels of insecurity, it is unlikely that voluntary surrenders or amnesties of weapons will meaningfully reduce overall accessibility.DDR practitioners may, in consultation with relevant partners, propose conditions for the submission of weapons as part of a CVR programme. In some instances, modern and artisanal weapons and ammunition have been collected as part of CVR programmes and have later been destroyed in public ceremonies. Weapons and ammunition col- lected as part of CVR programmes should be destroyed, but if the authorities decide to integrate the material into their national stockpiles, this should be done in compliance with the State\u2019s obligations under relevant international instruments and with technical guidelines.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 13, - "Heading1": "5. The role of CVR within a DDR process", - "Heading2": "5.3 Relationship between CVR and weapons and ammunition management", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR may involve activities related to collecting, managing and/or destroying weapons and ammunition.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 690, - "Score": 0.57735, - "Index": 690, - "Paragraph": "The legitimacy and effectiveness of CVR begins and ends with community engage- ment. CVR programmes should not be limited to a small number of partners, but rather include a wide-ranging and representative sample of community stakeholders. Selected partners should be included at all stages of the programming cycle \u2013 project submission, design, development, implementation, communications, and monitoring and evaluation \u2013 in order to help build local capacities and achieve maximum impact. Where counterpart government capacities are weak or compromised, community-level partnerships should be pursued to promote buy-in, to reach difficult-to-access areas, and to help CVR interventions thrive after funding cycles come to an end.At a minimum, CVR strategy and programming shall be aligned with wider na- tional, regional and international stabilization objectives. While the overall strategic direction is determined from above, DDR practitioners should work closely with local intermediaries to ensure that community-driven priorities are front and centre in project selection. This is because community buy-in and local norms and sanctions are critical to limiting the prevalence of violence and helping regulate violence once it has broken out. Local ownership is not an incidental by-product \u2013 it is absolutely essential to CVR effectiveness. CVR programmes are less beholden to a predetermined design than many other stability measures, and they should take advantage of this by incorporating com- munity demands while also ensuring a comprehensive strategy for community security.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 15, - "Heading1": "6. CVR programming", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "The legitimacy and effectiveness of CVR begins and ends with community engage- ment.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 698, - "Score": 0.57735, - "Index": 698, - "Paragraph": "In both mission and non-mission settings, CVR programmes should be based on a clear, predictable and agile CVR strategy. The strategy shall clearly specify core goals, targets, indicators, and the theory of change and overall rationale for CVR. The strate- gic plan should spell out the division of labour, rules and responsibilities of partners, and their performance targets.CVR programmes are not static and, when political and security dynamics change, shall be regularly adjusted to reflect the new set of circumstances. All updates should be informed by comprehensive conflict and security analysis, consultations with national and international counterparts, and internal mission and United Nations Country Team (UNCT) priorities. Changes in CVR programmes should also ensure that revised tar- gets meet basic results-based practices, are aligned within budgetary constraints, and are informed by high-quality data collection and monitoring systems.While CVR shall be a short-to-medium-term measure, longer-range planning is essential to ensure linkages with broader security, rights-related, gender and develop- ment priorities. These future-looking priorities \u2013 together with potential and actual bridges to relevant UN and non-UN agencies \u2013 should be clearly articulated in the CVR strategy. CVR programme and project documents should highlight partnerships to facilitate sus- tainability. The longer-term potential of CVR should also be noted in the mandate of the National DDR Commission (if one exists) or an equivalent body as well as relevant in- ternational and national development frameworks. Preparing for the end of CVR early on \u2013 and including national government and international donor representatives in the planning process \u2013 is essential for a smooth and sustainable exit strategy.Strategically embedding CVR in national and subnational development frame- works may also generate positive effects. While CVR is not a development activity, in- tegrating CVR into a UN Sustainable Development Cooperation Framework (UNSDCF) and/or national development strategy can provide stronger impetus for coordinated and ad- equately resourced activities. DDR practitioners should therefore be exposed to national, regional and municipal development strategies and pri- orities. At the subnational level, selected CVR projects should be strongly aligned with state, municipal and neighbourhood development pri- orities where possible. Representation of line ministries, secretaries and departments in relevant planning and coordination bodies is strongly encouraged.A number of different coordination mechanisms may guide CVR project selection, implementation, and monitoring and evaluation. Two possible mechanisms are high- lighted below. However, if alternate representative institutions already exist (such as village development committees), then they could be harnessed (subject to the usual due diligence) and steps should be taken to ensure that they are representative of the broader society.Two commonly utilized CVR coordination mechanisms are: \\n Project Selection Committees (PSCs): Community-based PSCs are established in selected areas, include a representative sample of stakeholders, and are responsi- ble for selecting projects that are vetted by the PAC/PRC (see below). All project selection shall comply with gender quotas of a minimum of 30% of projects bene- fitting women, and women\u2019s involvement in 30% of leadership and management positions. \\n A Project Approval/Review Committee (PAC/PRC): A PAC/PRC sets the over- all strategic direction for CVR and vets and approves projects selected by PSCs. The PAC/PRC should exhibit a high degree of clarity on its roles and functions. Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration. The PAC/PRC may request changes to project proposals or ask for additional information to be provided. The PAC/PRC shall ensure all proposals comply with gender quotas.When the two aforementioned coordination mechanisms exist, individual CVR projects will typically be developed by the PSC, reviewed by the PAC/PRC, and then sent back to the PSC for revision and sign-off. PSCs should also proactively ensure alignment between project activities and (actual or planned) regional and municipal plans and priorities. While a short-to-medium-term focus is paramount, CVR projects that directly and indirectly stimulate development dividends (alongside violence reduc- tion) should be favourably considered.PSCs (or equivalent bodies) may conduct a number of different tasks: identifying prospective partners, developing projects, communicating tender processes, vetting project submissions, monitoring beneficiary performance and quality controls, and trouble-shooting problems as and when they arise. PSCs are typically composed of local community members and local leaders and should ensure representation of minority groups, women and youth. Subnational government, private-sector and civil society representatives may also be included, as may representatives of armed groups. PSCs should meet on a regular prescribed basis and serve as the primary interlocutor with the UN mission (mission settings) or UNCT (non-mission settings), and where relevant (such as in refugee settings) the Humanitarian Country Team (HCT). Representatives of DDR/CVR sections (in mission settings) and of the UNCT (in non-mission settings), should, where practical and appropriate, participate in the PSC.PAC/PRCs (or equivalent bodies) are often responsible for reviewing and approv- ing CVR project submissions, and for asking for changes/further information from the PSC when necessary. PAC/PRCs may be composed of senior representatives from the DSRSG (in mission settings) or senior representatives of the UNCT (in non-mission set- tings), alongside government officials and other representatives from relevant UN en- tities.These two aforementioned coordination entities are intended to properly vet pro- ject partners and ensure a high degree of quality control in project execution. In all cases, Standard Operating Procedures (SOPs) shall be developed to help clarify overall goals, structure and approaches for CVR, particularly the nature of PAC/PRCs, PSCs, target groups and criteria for projects. These SOPs shall be regularly adapted and up- dated in line with realities on the ground and the priorities of the mission or the UNCT in non-mission settings.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 15, - "Heading1": "6. CVR programming", - "Heading2": "6.1 CVR strategy and coordination mechanisms", - "Heading3": "", - "Heading4": "", - "Sentence": "In both mission and non-mission settings, CVR programmes should be based on a clear, predictable and agile CVR strategy.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 728, - "Score": 0.57735, - "Index": 728, - "Paragraph": "If the priority is for rapid delivery or if local government and non-government capaci- ties are weak, then agreed-upon CVR responses should be administered directly by the UN. However, the UN may also work indirectly, by supporting local partners.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "", - "Heading4": "", - "Sentence": "If the priority is for rapid delivery or if local government and non-government capaci- ties are weak, then agreed-upon CVR responses should be administered directly by the UN.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 730, - "Score": 0.57735, - "Index": 730, - "Paragraph": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution. CVR will therefore be funded through the allocation of assessed contributions.The UNSC and UNGA directives for CVR are often general, with specific pro- gramming details to be worked out by relevant UN entities in partnership with the host government. In mission settings, the DDR/CVR section should align CVR stra- tegic goals and activities with the mandate of the National DDR Commission (if one exists) or an equivalent government-designated body. The National DDR Commission, which typically includes representatives of the executive, the armed forces, police, and relevant line ministries and departments, should be solicited to provide direct inputs into CVR planning and programming. In cases where government capacity and volition exist, the National DDR Commission may manage and resource CVR by setting targets, managing tendering of local partners and administering financial oversight with donor partners. In such cases, the UN mission shall play a supportive role.Where CVR is administered directly by the UN in the context of a peace support operation or political mission, the DDR/CVR section shall be responsible for the design, development, coordination and oversight of CVR, in conjunction with senior represent- atives of the mission. DDR practitioners shall be in regular contact with representatives of the UNCT as well as international and national partners to ensure alignment of pro- gramming goals, and to leverage the strengths and capacities of relevant UN agencies and avoid duplication. Community outreach and engagement shall be pursued and nurtured at the national, regional, municipal and neighbourhood scale.The DDR/CVR section should typically include senior and mid-level DDR officers. Depending on the budget allocated to CVR, personnel may range from the director and deputy director level to field staff and volunteer officers. A dedicated DDR/CVR team should include a selection of international and national staff forming a unit at headquarters (HQ) as well as small implementation teams at the forward operating base (FOB) level. It is important that DDR practitioners are directly involved in DDR strategy development and decision-making at the HQ. Likewise, regular com- munication between DDR field personnel is crucial to share experiences, identify best practices, and understand wider political and economic dynamics. The UN DSRSG shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.The DDR/CVR section, and particularly its field offices, could create a PSC and PAC/PRC. In this event, the PAC/PRC (or equivalent body) should liaise with UNCT partners to align stability priorities with wider development concerns. It may be appro- priate to add an additional support mechanism to oversee and support project partners. This additional support mechanism could be made up of members of the DDR/CVR section who could conduct a variety of tasks, including but not limited to support to the development of project proposals, support to the finalization of project submissions and the identification of possible implementing partners able to work in hotspot sites.Whichever approach is adopted, the DDR/CVR section should ensure transparent and predictable coordination with national institutions and within the mission or UNCT. Where appropriate, DDR/CVR sections may provide supplementary training for implementing partners in selected programming areas. The success or failure of CVR depends in large part on the quality of the partners and partnerships, so it is critical that they are properly vetted.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 17, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.1 Mission settings", - "Heading4": "", - "Sentence": "In mission settings, CVR may be explicitly mandated by a UN Security Council and/ or General Assembly resolution.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 749, - "Score": 0.57735, - "Index": 749, - "Paragraph": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC). These official requests will typically ask for assistance to address particular issues. If the issue concerns armed groups and their active and former members, CVR as a DDR-related tool may be an appropriate response. However, it is important to note that in non-mission settings, there may already be instances where community-based programming at local levels is used, but not as a DDR-related tool. These latter types of responses are anchored under Agenda 2030 and the United Nations Sustainable Development Cooperation Framework (UNSDCF), and have links to much broader issues of rule of law, community security, crime reduction, armed vio- lence reduction and small arms control. If there is no link to active or former members of armed groups, then these types of activities typically fall outside the scope of a DDR process (see IDDRS 2.10 on The UN Approach to DDR).In non-mission settings where there has been agreement that CVR as a DDR- related tool is the most appropriate response to the presence of armed groups, the UN RC shall establish a DDR/CVR working group or an equivalent body. The working group should be co-chaired by lead agencies, with due consideration for gender equality, youth and child protection, and support to persons with disabilities.In non-mission settings there may not always be a National DDR Commission to provide direct inputs into CVR planning and programming. However, alternative interlocutors should be sought \u2013 including relevant line ministries and departments \u2013 in order to ensure that the broad strategic direction of the CVR programme is aligned with relevant national and regional stabilization objectives.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.2 CVR in mission and non-mission settings", - "Heading3": "6.2.2 Non-mission settings", - "Heading4": "", - "Sentence": "In non-mission settings, the UNCT will generally undertake joint assessments in response to an official request from the host government, regional bodies and/or the UN Resident Coordinator (RC).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 757, - "Score": 0.57735, - "Index": 757, - "Paragraph": "In both mission and non-mission contexts, CVR programmes shall be preceded by regularly updated assessments, including but not limited to: \\n A security and consequence assessment accounting for the costs and benefits of conducting selected activities (and the risks of not conducting them). \\n A comprehensive and gender-responsive baseline assessment of local violence dynamics. This assessment should take note of factors that may contribute to violence (e.g., harmful use of alcohol and drugs) as well as the impact that vio- lence can have on mental health and well-being (e.g., acute stress, grief, depression and Post Traumatic Stress Disorder). It should also explicitly unpack the threats to security for men, women, boys and girls, and analyse the root causes of violence and insecurity, including their gender dimensions. \\n Conflict context analysis. \\n A detailed stakeholder mapping and a diagnostic of the capacities, interests and cohesiveness of communities and national institutions. \\n An assessment of local market conditions. \\n The dynamics of eligible and non-eligible armed groups \u2013 their leadership, internal dynamics, command and control, linkages with elites and external support.Importantly, the privileging of some geographic areas for CVR over others may result in disputes that should be anticipated and accounted for in conflict assessments. While information supplied by security and intelligence units is essential, there is no substitute for grounded diagnostics and mapping by UN field offices, implementing partners and third-party researchers. Assessments can be cross-sectional or ongoing, and should be conducted by national or international experts in partnership with UNCT. Assessments should identify prospective beneficiary groups; assess govern- ment, private and civil society capacities; and review the causes and consequences of organized and interpersonal violence. These assessments are critical for the design of project proposals, setting appropriate benchmarks, and monitoring and evaluation.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 20, - "Heading1": "6. CVR programming", - "Heading2": "6.3 Assessments", - "Heading3": "", - "Heading4": "", - "Sentence": "In both mission and non-mission contexts, CVR programmes shall be preceded by regularly updated assessments, including but not limited to: \\n A security and consequence assessment accounting for the costs and benefits of conducting selected activities (and the risks of not conducting them).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 769, - "Score": 0.57735, - "Index": 769, - "Paragraph": "The selection of CVR target groups and intervention sites is a political decision that should be taken on the basis of assessments (see section 6.3), and in consultation with national and/or local government authorities. The identification of target groups and locations for CVR should also be informed through: \\n The priorities of the host government and, if in a mission context, the mandate of the mission; and \\n Consultations with UN senior management.DDR practitioners can, where appropriate, adopt broad categories for target groups that can be applied nationally. In some cases, the selection of target groups is made pragmatically based on a list prepared by a PSC (or equivalent body) and/ or implementing partners. Prospective participants should be vetted locally according to pre-set eligibility criteria. For example, these eligibility criteria may require former affiliation to specific armed groups and/or possession of modern or artisanal weapons (see section 4.2).Clear criteria for who is included and excluded from CVR programmes should be carefully communicated in order to avoid unnecessarily inflating expectations and generating tension. One means of doing this is to prepare a glossary with specific selection criteria that can be shared with implementing partners and PSCs. In all cases, DDR practitioners shall ensure that women and girls are adequately represented in the iden- tification of priorities and implementation strategies, by making sure that: \\n Assessments include separate focus group discussions for women, led by female facilitators. \\n Women\u2019s groups are engaged in the consultative process and as implementing partners. \\n The PAC/PRC (or equivalent entity) is 30% female. \\n A minimum of 30% of CVR projects within the broader CVR programme directly benefit women\u2019s safety and security issues. \\n The entire CVR programme integrates and leverages opportunities for women\u2019s leadership and gender equality. \\n Staffing of CVR projects includes female employees.Additional target groups, assessed as having the potential to either amplify or undermine broader security and stability efforts in general, or DDR in particular, may be identified on a case-by-case basis. For example, CVR may be expanded to include newly displaced populations \u2013 refugees and internally displaced people (IDPs) \u2013 that are at risk of mobilization into armed groups or that may unintentionally generate flashpoints for community violence. There may also be possibilities to extend CVR programmes to particular geographic areas and population groups susceptible to out- breaks of violence and/or experiencing concentrated disadvantage. The flexibility to adapt CVR to target groups that may disrupt and impede the DDR process is critical.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 21, - "Heading1": "6. CVR programming", - "Heading2": "6.4 Target groups and locations", - "Heading3": "", - "Heading4": "", - "Sentence": "The selection of CVR target groups and intervention sites is a political decision that should be taken on the basis of assessments (see section 6.3), and in consultation with national and/or local government authorities.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 784, - "Score": 0.57735, - "Index": 784, - "Paragraph": "There is tremendous heterogeneity in the types of CVR projects that are implemented as part of CVR programmes, both within and between countries. However, there are also commonalities. All CVR programmes generate interactions with state authorities and/ or stimulate inter- and intra-community dialogue. These communication exchanges not only help to ensure better identification of the types of CVR projects to support, but they can also contribute to the more effective design, implementation, and monitoring and evaluation of CVR. DDR/CVR partners should be aware that some prospective im- plementing partners shall require support in preparing project proposals. Appropriate support mechanisms should be introduced in advance to offer support in relation to proposal writing and reporting processes so as to avoid major delays.A wide array of technical sectors are included in CVR interventions. These include commercial-based projects (e.g., grocery retail, bakeries, tailors, mechanics, salons, agri- cultural production, livestock and animal husbandry activities), social projects (e.g. the construction and maintenance of youth centres, civic education, community reconcilia- tion), infrastructure initiatives (e.g., the construction of roads, bridges, clinics, schools and other labour-based activities involving training, apprenticeship and paid work for ex-com- batants and at-risk groups), security and corrections measures (e.g., community-oriented policing, lighting systems, prevention of gender-based violence and corporal punishment), and weapons and ammunition management activities (e.g., collection, storage, manage- ment and destruction). Table 5 below provides a summary of possible CVR projects.The selection of CVR projects shall be informed by political, climatic and demograph- ic factors as well as the merits of individual project proposals. PSCs and PAC/PRCs (or equivalent entities) may prioritize CVR projects according to the stage of the peace pro- cess (e.g., contingent on the short-term emergency to medium-term recovery needs), geo- graphic location (e.g., water wells and animal husbandry in dry climates and information and communications technology (ICT) training and business apprenticeships in urban settings) and social and identity-related dynamics (e.g., projects tailored to specific reli- gious or ethnic groups). The sequencing and timing of financial support for CVR projects should not be arbitrary, but should account for the specific types of projects approved. For example, financing for agricultural projects may require more rapid disbursement (in line with seasonal imperatives) than other initiatives. It is also critical that implementing part- ners are equipped with the appropriate technical capacities to meet project timelines \u2013 the lack of engineering support, for example, can generate delays and hinder maintenance. DDR practitioners should prioritize project development and financing accordingly.Precisely because CVR is short-to-medium-term, selected projects should also in- clude a basic sustainability plan, including realistic commitments for monitoring and evaluation and details on when and how CVR activities will be handed over in full to the national government (see IDDRS 3.50 on Monitoring and Evaluation). Clear provi- sions for these activities should be included (and resources appropriately allocated) in final contracts. Implementing partner contracts should include clauses that specify the maintenance and management of specific assets, together with direction on how the initiative will be sustained after funding comes to an end. Likewise, contracts should specify the requirement to collect minimum qualitative and quantitative information on CVR project outcomes and impacts. Where implementing partners lack such capac- ities or where supplementary training may not be sufficient, DDR practitioners should explore opportunities to facilitate such activities with third parties.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 22, - "Heading1": "6. CVR programming", - "Heading2": "6.5 Types of projects", - "Heading3": "", - "Heading4": "", - "Sentence": "There is tremendous heterogeneity in the types of CVR projects that are implemented as part of CVR programmes, both within and between countries.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 802, - "Score": 0.57735, - "Index": 802, - "Paragraph": "CVR programmes should adopt a graduated approach to implementation. In many cases, it is advisable to start CVR initiatives with an experimental pilot phase of 6\u20138 months. Pilot projects are useful to assess local capacities, identify prospective part- ners and test out community receptivity. An incremental approach may help DDR practitioners sharpen their overall objectives and theories of change, while gradually building up strategic partnerships across government, host communities and interna- tional agencies that are essential for longer-term success. There are potentially strong demonstration effects from successful projects, and these should be advertised where possible.Delays in CVR implementation \u2013 particularly in relation to project selection and project disbursements \u2013 may undermine the credibility of the intervention and gen- erate risks for personnel. Bottlenecks are routine, yet in many cases avoidable. DDR practitioners, implementing partners and PSCs (or equivalent entities) shall set real- istic timelines, manage expectations and ensure regular communication with project beneficiaries. DDR practitioners may also elect to introduce administrative procedures to speed up decision-making on project selection, reduce the number of tranches for projects and prioritize initiatives that are subject to seasonal effects (e.g., planting, har- vest, transhumance, insect-born disease), climatic factors (e.g., rainfall, flooding and droughts), and calendar years (e.g., schooling and holidays).CVR projects should ensure a high degree of oversight and support to benefi- ciaries. Effective CVR is often a function of the quality of field personnel \u2013 including implementing partners \u2013 and their ability to apply a high degree of emotional intelli- gence. Experienced DDR practitioners should have a demonstrated ability to engage with complex social and cultural norms and their intersecting gender dynamics in order to build trust with beneficiaries and affected communities. This engagement frequently requires a minimum competence in the local language(s) together with a developed capacity to empathize and communicate. DDR field practitioners should have the discretion and autonomy to craft inter-agency partnerships, rapidly solve problems in volatile settings, and innovate in moments of crisis.CVR shall involve an array implementing partners and a variety of coordinat- ing mechanisms. The nature of these partnerships and coordination mechanisms shall depend on the national and local context, the extent of capacities on the ground and the resources available. CVR coordination and partnerships should be devolved as much as possible to the local level, and bureaucratic and administrative procedures should be kept to an acceptable minimum. Decisions on the particular form and content of part- nerships and coordination will be informed by the CVR mandate; the peace agreement (if one has been signed); government, donor, and mission and UNCT capacities; and local dynamics on the ground. Partners and coordinating mechanisms may change over time.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 24, - "Heading1": "6. CVR programming", - "Heading2": "6.6 Partnerships and implementation", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR programmes should adopt a graduated approach to implementation.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 0 - }, - { - "index": 818, - "Score": 0.57735, - "Index": 818, - "Paragraph": "There is no fixed or standard timeframe for CVR. The length of CVR projects varies according to the nature of the context, including the funding source \u2013 whether an assessed budget, a dedicated trust fund, a voluntary contribution or some combination of these options. Specific CVR projects in mission contexts will be no more than one year, whereas this timeframe may be longer in non-mission contexts, particularly when it forms a single programme with reintegration support. Setting a temporal threshold is important to set expectations and to avoid an indefinite continuation of CVR projects. DDR practitioners should also set aside adequate time to undertake due diligence of partners, organize partnership modalities, transfer grants, monitor and evaluate inter- ventions, and communicate results.There are economies of scale that are associated with CVR. Specifically, there are advantages in investing in larger CVR projects with wider caseloads from capital expenditure (CAPEX) and operational expenditure (OPEX) perspectives. Specifically, the initial CAPEX in CVR \u2013 in personnel, transportation, logistics and large project outlays \u2013 can be high. This is because many CVR interventions are frequently pursued in challenging environments: large public works projects often require complex engi- neering support. The marginal OPEX implications of adding additional beneficiaries is comparatively low. CVR may at times be more cost-effective as the size of the caseload grows. There are risks, of course, in that CVR programmes may introduce biases by favouring projects and locations with larger prospective caseloads. In some cases, it may be preferable to explore mobile CVR teams for modest-sized target groups in hard-to-reach areas.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 25, - "Heading1": "6. CVR programming", - "Heading2": "6.7 Timeframes and budgeting", - "Heading3": "", - "Heading4": "", - "Sentence": "There is no fixed or standard timeframe for CVR.", - "Shall": 0, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - }, - { - "index": 830, - "Score": 0.57735, - "Index": 830, - "Paragraph": "DDR practitioners should design a robust communications and sensitization plan to reach prospective and actual beneficiaries. The plan should be informed by the baseline assessment (see section 6.3) and by an assessment of how people take up information and what outlets and means are considered most legitimate. These assessments should be adjusted as conditions change on the ground. Outreach can be facilitated by UN rep- resentatives, implementing partners, PSCs (or equivalent entities) and project benefi- ciaries themselves. Public information and sensitization campaigns shall explain CVR objectives, project selection criteria and the timelines involved. The goal is to strengthen the self-selection of prospective participants while also shaping the expectations of in- dividuals and communities. All communications, education and outreach campaigns and activities should be gender-responsive so as to reach women and girls and men and boys. Communications should also be gender-transformative and inclusive. This entails having a balance of voices and visual representations of men, women, boys, girls, minorities and other vulnerable groups, and their active involvement in leader- ship and implementation of outreach and education activities.The communications plan for a CVR programme should have clearly identified objectives, core stakeholder groups and expected results. Such plans can be delivered through television, radio, print outlets, social media, direct SMS outreach and other platforms. Ensuring a minimum level of transparency in CVR measures is critical in order to manage stakeholder expectations, be they government counterparts, international and national partners, or beneficiaries. CVR communications activities in mission and non-mission settings should be aligned to wider UN security, stability and devel- opment priorities.The communications plan can be administered in mission and country office settings through, where appropriate, a public sensitization and outreach (PSO) unit or equivalent body. All plans shall be clear about the intended primary and intermediate audiences, the languages being used, the underlying behavioural shifts that are expected (theory of change), the particular approaches to addressing the needs of women and girls as well as the protection of children, the most appropriate methods and modes for delivering sensitization material, the training measures for staff and communicators, and the expected indicators to track outputs and outcomes. Communications strate- gies should support positive gender norms and the positive roles played by men and women.", - "Color": "#008DCA", - "Level": 2.0, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 25, - "Heading1": "6. CVR programming", - "Heading2": "6.8 Communication", - "Heading3": "", - "Heading4": "", - "Sentence": "DDR practitioners should design a robust communications and sensitization plan to reach prospective and actual beneficiaries.", - "Shall": 1, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 1 - }, - { - "index": 538, - "Score": 0.57735, - "Index": 538, - "Paragraph": "This module sets out the basic conceptual and strategic parameters of CVR and its place within integrated DDR processes. It also outlines the principles and programmatic con- siderations that should guide the design, planning and implementation of CVR.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 2, - "Heading1": "1. Module scope and objectives", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "This module sets out the basic conceptual and strategic parameters of CVR and its place within integrated DDR processes.", - "Shall": 0, - "Should": 1, - "May": 0, - "Must": 0, - "Can": 0 - }, - { - "index": 540, - "Score": 0.57735, - "Index": 540, - "Paragraph": "Annex A contains a list of abbreviations used in these standards. A complete glossary of all the terms, definitions and abbreviations used in the IDDRS series is given in IDDRS 1.20.In the IDDRS series, the words \u2018shall\u2019, \u2018should\u2019, \u2018may\u2019, \u2018can\u2019 and \u2018must\u2019 are used to indicate the intended degree of compliance with the standards laid down. This use is consistent with the language used in the International Organization for Standardiza- tion (ISO) standards and guidelines: \\n \u2018shall\u2019 is used to indicate requirements, methods or specifications that are to be applied in order to conform to the standard; \\n \u2018should\u2019 is used to indicate the preferred requirements, methods or specifications; \\n \u2018may\u2019 is used to indicate a possible method or course of action; \\n \u2018can\u2019 is used to indicate a possibility and capability; \\n \u2018must\u2019 is used to indicate an external constraint or obligation.CVR programmes may include different types of coordination mechanisms to guide CVR project selection, implementation, and monitoring and evaluation. Two common coordination mechanisms are: \\n Project Selection Committees (PSCs): Community-based PSCs are established in selected areas, include a representative sample of stakeholders, and are responsible for selecting projects that are vetted by the PAC/PRC. (See below.) All project selec- tion should comply with gender quotas of a minimum of 30% of projects benefitting women, and women\u2019s involvement in 30% of leadership and management positions. \\n Project Approval/Review Committee (PAC/PRC): A PAC/PRC sets the overall strategic direction for CVR, vets and approves projects selected by PSCs, and helps to raise finances. The PAC/PRC should exhibit a high degree of clarity on its roles and functions. Such entities meet on a semi-regular basis, usually after a certain number of CVR projects have been presented (a minimum of a week in advance) to PAC/PRC members for consideration. The PAC/PRC should ensure all proposals comply with gender quotas.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 2, - "Heading1": "2. Terms, definitions and abbreviations", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "Annex A contains a list of abbreviations used in these standards.", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 1, - "Can": 1 - }, - { - "index": 550, - "Score": 0.57735, - "Index": 550, - "Paragraph": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR). CVR shall not be used to provide material and financial assistance to active members of armed groups.CVR programmes have a variety of uses.In situations where the preconditions for a DDR programme exist \u2013 including a ceasefire or peace agreement, trust in the peace process, willingness of the parties to engage in DDR and minimum guarantees of security \u2013 CVR may be pursued before, during and after a DDR programme, as a complementary measure. Specific provisions for CVR may also be included in local-level peace agreements, sometimes instead of DDR programmes (see IDDRS 2.20 on The Politics of DDR).When the preconditions for a DDR programme are absent, CVR may be used to contribute to security and stabilization, to help make the returns of stability more tangible, and to create more conducive environments for national and local peace processes. More specifically, CVR programmes can be used as a means to: \\n De-escalate violence during a preliminary ceasefire and build confidence before the signature of a Comprehensive Peace Agreement (CPA) and the launch of a DDR programme; \\n Prevent at-risk individuals, particularly at-risk youth, from joining armed groups; \\n Stop former members of armed groups from rejoining these groups and from en- gaging in violent crime and destructive social unrest; \\n Provide stop-gap reinsertion assistance for a defined period (6\u201318 months), par- ticularly if demobilization is complete and reintegration support is still at the planning and/or resource mobilization stage; \\n Encourage members of armed groups that have not signed on to peace agreements to move away from armed violence; \\n Reorient members of armed groups away from waging war and towards construc- tive activities; \\n Reduce violence in communities and neighbourhoods that are vulnerable to high rates of armed violence, organized crime and/or sexual or gender-based violence; and \\n Increase the capacity of communities and neighbourhoods to absorb newly rein- serted and reintegrated former combatants.CVR programmes are typically short to medium term and include, but are not limited to, a combination of: \\n Weapons and ammunition management; \\n Labour-intensive short-term employment; \\n Vocational/skills training and job employment; \\n Infrastructure improvement; \\n Community security and police rapprochement; \\n Educational outreach and social mobilization; \\n Mental health and psychosocial support, in both collective and individual formats; \\n Civic education; and \\n Gender transformative projects including education and awareness-raising pro- grammes with community members on gender, women\u2019s empowerment, and con- flict-related sexual and gender-based violence (SGBV) prevention and response.Whether introduced in mission or non-mission settings, CVR priorities and projects should, without exception, be crafted at the local level, with representative participation, and where possible, consultation of community stakeholders, including women, boys, girls and youth.All CVR programmes should be underpinned by a clear theory of change that defines the problem to be solved, surfaces the core assumptions underlying the theory of change, explains the core targets and metrics to be addressed, and describes how the proposed intervention activities will address these issues.Specific theories of change for CVR programmes should be adapted to particular con- texts. However, very often an underlying ex- pectation of CVR is that specific programme activities will provide former combatants and other at-risk individuals with alternatives that are more attractive than joining armed groups or resorting to armed violence and/or provide the mental tools and interpersonal coping strat- egies to resist incitements to violence. Another common underlying expectation is that CVR projects will contribute to social cohesion. In socially cohesive communities, com- munity members feel that they belong to the community, that there is trust between community members, and that community members can work together. Members of socially cohesive communities are more likely to be aware of, and more likely to inter- vene when they see, behaviour that may lead to violence. Therefore, by fostering social cohesion and providing alternatives, communities become active participants in the reduction of armed violence.By promoting peaceful and inclusive societies, CVR has the potential to directly contribute to the Sustainable Development Goals, and particularly SDG 16 on Peace, Justice and Strong Institutions. CVR can also reinforce other SDG targets, including 4.1 and 4.7, on education and promoting cultures of peace, respectively; 5.2 and 5.5, on preventing violence against women and girls and promoting women\u00b4s leadership and participation; and 8.7 and 8.8, related to child soldiers and improving workplace safety. CVR may also contribute to SDG 10.2, on political, social and economic inclusion; 11.1, 11.2 and 11.7, on housing, transport and safe public spaces; and 16.1, 16.2 and 16.4, related to reducing violence, especially against children, and the availability of arms.CVR programmes aim to sustain peace by preventing the (re-)recruitment of former combatants and other individuals at risk of recruitment (see IDDRS 2.40 on Reintegration as Part of Sustaining Peace). More specifically, CVR programmes should actively strengthen the protective factors that increase the resilience of young people, women and communities to involvement in, or harms associated with, violence.CVR shall not lead, but could help to facilitate, a political process (see IDDRS 2.20 on The Politics of DDR). Although CVR is essentially a technical intervention, the pro- cess of planning, formulating, negotiating and executing activities may be intensely political. CVR should involve routine engagement and negotiation with government officials, active and/or former members of armed groups, individuals at risk of recruit- ment, business and civic leaders, and communities as a whole; it necessitates a deep understanding of the local context and the common definition/understanding of an overarching CVR strategy.", - "Color": "#F07F4E", - "Level": null, - "LevelName": 2, - "Title": "IDDRS-2.30-Community-Violence-Reduction", - "Module": "Community Violence Reduction", - "PageNum": 3, - "Heading1": "3. Introduction", - "Heading2": "", - "Heading3": "", - "Heading4": "", - "Sentence": "CVR is a DDR-related tool that directly responds to the presence of active and/or for- mer members of armed groups in a community and is designed to promote security and stability in both mission and non-mission contexts (see IDDRS 2.10 on The UN Approach to DDR).", - "Shall": 1, - "Should": 1, - "May": 1, - "Must": 0, - "Can": 1 - } -] \ No newline at end of file diff --git a/static/IDDRSStandards/1/IDDRS-1.10-Introduction-To-The-IDDRS.pdf b/static/IDDRSStandards/1/IDDRS-1.10-Introduction-To-The-IDDRS.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8bb81fec753b4fba1710ac54b60d30956cef24fa GIT binary patch literal 159125 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 literal 0 HcmV?d00001 diff --git a/static/IDDRSStandards/1/IDDRS-1.20-Glossary.pdf b/static/IDDRSStandards/1/IDDRS-1.20-Glossary.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7756b436b87b73913d6bb3892e91ba11eda4bdb2 GIT binary patch literal 331131 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 z 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 !- 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

@*S(c-g9IfkD1kiU)qS!5_Q)`A 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 literal 0 HcmV?d00001 diff --git a/static/IDDRSStandards/2/IDDRS-2.10-The-UN-Approach-To-DDR.pdf b/static/IDDRSStandards/2/IDDRS-2.10-The-UN-Approach-To-DDR.pdf new file mode 100644 index 0000000..fbb5e8d --- /dev/null +++ b/static/IDDRSStandards/2/IDDRS-2.10-The-UN-Approach-To-DDR.pdf @@ -0,0 +1,17575 @@ +%PDF-1.4 +% +1 0 obj +<< +/CreationDate (D:20210108140731+01'00') +/Creator (Adobe InDesign 15.0 \(Windows\)) +/ModDate (D:20210108140942+01'00') +/Producer (Adobe PDF Library 15.0) +/Trapped /False +>> +endobj +2 0 obj +<< +/Lang (de-DE) +/MarkInfo << +/Marked true +>> +/Metadata 3 0 R +/Pages 4 0 R +/StructTreeRoot 5 0 R +/Type /Catalog +/ViewerPreferences << +/Direction /L2R +>> +>> +endobj +3 0 obj +<< +/Length 4200 +/Subtype /XML +/Type /Metadata +>> +stream + + + + + 2021-01-08T14:07:31+01:00 + 2021-01-08T14:07:34+01:00 + Adobe InDesign 15.0 (Windows) + 2021-01-08T14:09:42+01:00 + uuid:09f4cd2d-c70c-45cf-9294-5d73a481fa14 + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + xmp.id:4a6bdd4b-75b2-4343-91d1-32e4dabbed19 + proof:pdf + + xmp.iid:d1b9f2fb-66e1-ae48-bf36-88881ac4120f + xmp.did:68749c60-8272-9c4a-a369-f20729573ba0 + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + default + + + + + converted + from application/x-indesign to application/pdf + Adobe InDesign 15.0 (Windows) + / + 2021-01-08T14:07:31+01:00 + + + + application/pdf + Adobe PDF Library 15.0 + False + + + + + + + + + + + + + + + + + + + + + + + + + +endstream +endobj +4 0 obj +<< +/Count 29 +/Kids [6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R +22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R] +/Type /Pages +>> +endobj +5 0 obj +<< +/ClassMap 35 0 R +/K 36 0 R +/ParentTree 37 0 R +/ParentTreeNextKey 27 +/RoleMap 38 0 R +/Type /StructTreeRoot +>> +endobj +6 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 39 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 670 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ColorSpace << +/CS0 40 0 R +>> +/ExtGState << +/GS0 41 0 R +/GS1 42 0 R +>> +/Font << +/TT0 43 0 R +/TT1 44 0 R +/C2_0 45 0 R +/T1_0 46 0 R +/T1_1 47 0 R +/T1_2 48 0 R +/T1_3 49 0 R +/T1_4 50 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 51 0 R +/Fm1 52 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +7 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents [53 0 R 54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R 60 0 R] +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 205 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 66 0 R +/T1_2 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +8 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 69 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 555 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 1 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +9 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 71 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 556 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 2 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +10 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 72 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1366 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 3 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +11 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 73 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1376 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/TT1 74 0 R +/T1_0 65 0 R +/T1_1 66 0 R +/T1_2 75 0 R +/T1_3 76 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 4 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +12 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 77 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1470 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 74 0 R +/TT1 63 0 R +/T1_0 65 0 R +/T1_1 75 0 R +/T1_2 76 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 5 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +13 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 78 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1480 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 74 0 R +/TT1 63 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 6 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +14 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 79 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1505 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/TT1 74 0 R +/C2_0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 7 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +15 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 80 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1515 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 8 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +16 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 81 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1607 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 9 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +17 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 82 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1617 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 10 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +18 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 83 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1651 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 76 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 11 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +19 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 84 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1661 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 85 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 12 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +20 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 86 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 749 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 85 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 13 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +21 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 87 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 750 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 85 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 14 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +22 0 obj +<< +/ArtBox [0.0 0.0 793.701 615.118] +/BleedBox [0.0 0.0 793.701 615.118] +/Contents 88 0 R +/CropBox [0.0 0.0 793.701 615.118] +/MediaBox [0.0 0.0 793.701 615.118] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1899 +>> +/NumberofPages 1 +/PageWidthList << +/0 793.701 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 89 0 R +/GS2 90 0 R +/GS3 62 0 R +>> +/Font << +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 85 0 R +/T1_2 76 0 R +/T1_3 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 91 0 R +/Fm1 92 0 R +>> +>> +/Rotate 0 +/StructParents 24 +/TrimBox [0.0 0.0 793.701 615.118] +/Type /Page +>> +endobj +23 0 obj +<< +/ArtBox [0.0 0.0 793.701 615.118] +/BleedBox [0.0 0.0 793.701 615.118] +/Contents 93 0 R +/CropBox [0.0 0.0 793.701 615.118] +/MediaBox [0.0 0.0 793.701 615.118] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1870 +>> +/NumberofPages 1 +/PageWidthList << +/0 793.701 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 89 0 R +/GS2 90 0 R +/GS3 62 0 R +>> +/Font << +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 85 0 R +/T1_2 76 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 94 0 R +/Fm1 95 0 R +>> +>> +/Rotate 0 +/StructParents 25 +/TrimBox [0.0 0.0 793.701 615.118] +/Type /Page +>> +endobj +24 0 obj +<< +/ArtBox [0.0 0.0 793.701 615.118] +/BleedBox [0.0 0.0 793.701 615.118] +/Contents 96 0 R +/CropBox [0.0 0.0 793.701 615.118] +/MediaBox [0.0 0.0 793.701 615.118] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1813 +>> +/NumberofPages 1 +/PageWidthList << +/0 793.701 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 89 0 R +/GS2 90 0 R +/GS3 62 0 R +>> +/Font << +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 85 0 R +/T1_2 76 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 91 0 R +/Fm1 92 0 R +>> +>> +/Rotate 0 +/StructParents 26 +/TrimBox [0.0 0.0 793.701 615.118] +/Type /Page +>> +endobj +25 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 97 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1814 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 15 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +26 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 98 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3119 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 85 0 R +/T1_2 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 16 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +27 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 99 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3120 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 67 0 R +/T1_2 76 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 17 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +28 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 100 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3206 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 85 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 18 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +29 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 101 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3207 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 85 0 R +/T1_2 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 19 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +30 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 102 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3284 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/TT1 74 0 R +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 85 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 20 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +31 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 103 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3285 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 74 0 R +/TT1 63 0 R +/C2_0 64 0 R +/T1_0 65 0 R +/T1_1 85 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 21 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +32 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 104 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3295 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 85 0 R +/T1_2 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 22 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +33 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 105 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3296 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/TT0 63 0 R +/T1_0 65 0 R +/T1_1 67 0 R +/T1_2 85 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 23 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +34 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 106 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1845 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 107 0 R +>> +/XObject << +/Fm0 108 0 R +/Fm1 109 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +35 0 obj +<< +/A4 << +/O /Layout +/LineHeight 0.0 +>> +/A5 << +/O /Layout +/LineHeight 12.5 +>> +/A7 << +/O /Layout +/LineHeight 10.75 +>> +/Pa1 << +/O /Layout +/LineHeight 16.0 +/SpaceAfter 4.0 +/SpaceBefore 28.0 +>> +/Pa2 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent 22.0 +>> +/Pa3 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/SpaceBefore 8.0 +/StartIndent 22.0 +>> +/Pa4 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa5 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa6 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/SpaceBefore 8.0 +/StartIndent 34.0 +>> +/Pa7 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/StartIndent 34.0 +>> +/Pa8 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -11.0 +/StartIndent 34.0 +>> +/Pa9 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +>> +/Pa11 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/StartIndent 39.0 +>> +/Pa13 << +/O /Layout +/EndIndent 22.0 +/LineHeight 11.25 +/SpaceBefore 8.0 +/StartIndent 22.0 +>> +/Pa14 << +/O /Layout +/EndIndent 22.0 +/LineHeight 10.75 +/StartIndent 22.0 +>> +/Pa15 << +/O /Layout +/LineHeight 16.0 +>> +/Pa16 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 28.0 +>> +/Pa17 << +/O /Layout +/LineHeight 11.0 +>> +/Pa18 << +/O /Layout +/LineHeight 10.75 +>> +/Pa19 << +/O /Layout +/LineHeight 11.0 +/TextIndent -14.0 +/StartIndent 17.0 +>> +/Pa20 << +/O /Layout +/LineHeight 11.0 +/TextIndent -11.0 +/StartIndent 34.0 +>> +/Pa21 << +/O /Layout +/LineHeight 12.0 +>> +/Pa22 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -14.0 +/StartIndent 17.0 +>> +/Pa23 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +>> +/Pa24 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 8.0 +>> +>> +endobj +36 0 obj +<< +/K 110 0 R +/Lang (de-DE) +/P 5 0 R +/S /Document +>> +endobj +37 0 obj +<< +/Nums [0 111 0 R 1 112 0 R 2 113 0 R 3 114 0 R 4 115 0 R 5 116 0 R 6 117 0 R 7 118 0 R +8 119 0 R 9 120 0 R 10 121 0 R 11 122 0 R 12 123 0 R 13 124 0 R 14 125 0 R 15 126 0 R +16 127 0 R 17 128 0 R 18 129 0 R 19 130 0 R 20 131 0 R 21 132 0 R 22 133 0 R 23 134 0 R +24 135 0 R 25 136 0 R 26 137 0 R] +>> +endobj +38 0 obj +<< +/Story /Sect +/Article /Art +/Lauftext /P +/Box_Header_2 /P +/Kapitel-Head /P +/Absatzformat_2 /P +/Kastenlauftext /P +/Zwischenhead_1 /P +/Zwischenhead_2 /P +/Zwischenhead_3 /P +/Lauftext_1._Abs /P +/Einklinker-Text__rec /P +/Kastenhead_Versalien /P +/NormalParagraphStyle /P +/Tab._Lauftext_light_ /P +/Tab._Versal_bold_wei /P +>> +endobj +39 0 obj +<< +/Filter /FlateDecode +/Length 3668 +>> +stream +HmoFSK-pICҾkˎ{HN|%%-(qz\S,χ޳#Η#&/p>e_{GW3ދ9Ogճ|C&6z<'Kǖ'\{7'gJB52|mrV.6Go/x%C`a^Z'p~bcLFO^B(pŁ1ک,k-`ڰ5:S +_Q5݁'008WDl|ͧ/츽3g`W`+Z V8:@_ؼ].2ee)|&ُJ?ΕI6BK?K0F89d`>®attyp<:x5gx%~Zi,Pd2RM\f,2FKHlP>,p_=\zªJ:&(L+b+wj7l"Hv@ҚCz'u|tm_اYdظmX0} v ,%QMȢP^'fdO>B}FS(L u!#|JFIxxbu:08Ԝ]\R*sH{P)+9A(!G% 8(ߜ >3H[Jv4`m +]HlG oi4>):U&/Ӗ/C!Ǧ7pІm#V)b +~z]"^x,0R^fԏIjNPz(Ubqe^nV:XY +Iw&:[]c2T O]r@*.(oTO:;S6;סBE%Og)r(Hc +4J/XI8x?8l$۠(K[MsEq'AIʵJ8$[b񒩹bIAZ]$9w\gs|  *>j/Se:oIܷ)mmk IV)/6cL7lWəlTԁ/Sn?eUXY1*ܥKO !@U g=-ڲ;V]bs7lr6riaɤ0,vcBLu߂ڵSt} +[yȵXD"Oz{R$TzFgt"8hUmo@7aͪMsk +uuMJʁot\cVZJբ ]h(<J@H%k0v#>$w}tK Ś6vȖ ٶOmVVDn3:Yc/2m'5Кn합yM>̈H;f ̼1 ) !}UsY1zjy tͥJUhL~\]ޞJ +`\Tp^TLQZjI\t3v]a,P((2+I<)+Z,p Pgdg\$.1jz:QZx[At$BT\.yphؔ&,,w8o^6dr#Hu%:AT>2[ug]u) F X X$;*Sq_]&6P(dGYw2/zoxv3Z ח v7u2FsqvĘ!vDmT ؑJ nLUJUbΘZGQXoJ&I!k$;_,f7ʲKv}+>yCa> 1i>!z쳃d!+t>hyg[kTAFJ5n4)`Ϡ1y՞PBdJ^cWT9*0;ʀ*T(D_JbŖ=և뷽n*ҫ:˼ʰT +=elmbk:hkjW)%r-C憊sJQmX#.[ c%ȩ-l1sT3J֛V:zh-jҖ ÉW-@ Vk7!׉fqNtM*6z%J|tM:ey@!ɚqxK)[^a5G*,&1J?~F CQdYKɮ$6,HREQ){νv:NHJ̈BŬÏ|1dj%Pyuz&Fijq]4%HJ]KmWUS2"~{6{@% +\^(s# 2+6㰫 ͂NفGFMwϺσ'x.næ;o~OG?:TG2i\mosG3hl`1{T8.;b* %Н JUAϑMmGžd;C,Ym]k(mg׵[-U M  r[ _)tgN^.ܻ!lRC8'΁,GR;*5f!GQhi22ZnQN~V˝pe[J22P&F;UZ g +;fMxY+6㌷S;rj :͗P~yB[6:2yKVzT_QODR.0ez\jgI5bb}Mᓡ6sTjY +endstream +endobj +40 0 obj +[/Separation /Pantone#20541C /DeviceRGB << +/C0 [1.0 1.0 1.0] +/C1 [0.0 0.235294 0.443137] +/Domain [0 1] +/FunctionType 2 +/N 1.0 +/Range [0.0 1.0 0.0 1.0 0.0 1.0] +>>] +endobj +41 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +42 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +43 0 obj +<< +/BaseFont /WVEKHQ+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 138 0 R +/LastChar 121 +/Subtype /TrueType +/ToUnicode 139 0 R +/Type /Font +/Widths [250 0 0 0 0 0 0 0 0 0 0 0 250 333 250 0 +500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 +0 0 0 709 774 0 556 763 0 337 0 0 0 0 831 0 +604 0 668 0 0 0 722 1000 0 0 0 0 0 0 0 0 +0 500 553 444 611 479 333 556 582 291 0 0 291 883 582 546 +601 0 395 424 326 603 565 834 516 556] +>> +endobj +44 0 obj +<< +/BaseFont /FTSMDY+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 140 0 R +/LastChar 121 +/Subtype /TrueType +/ToUnicode 141 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 0 0 0 0 246 320 218 0 +452 348 462 434 452 434 462 462 452 442 236 0 0 0 0 414 +0 696 0 0 726 0 0 0 0 348 0 0 0 884 744 0 +0 0 660 528 602 688 0 904 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 378 508 546 302 264 0 312 800 556 490 +528 0 378 396 340 546 508 0 462 518] +>> +endobj +45 0 obj +<< +/BaseFont /BSTTZG+Wingdings-Regular +/DescendantFonts 142 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 143 0 R +/Type /Font +>> +endobj +46 0 obj +<< +/BaseFont /JWWUHQ+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 144 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 145 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +47 0 obj +<< +/BaseFont /KAGAVO+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 146 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 147 0 R +/Type /Font +/Widths [202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 285] +>> +endobj +48 0 obj +<< +/BaseFont /ZPUHXK+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 148 0 R +/LastChar 116 +/Subtype /Type1 +/ToUnicode 149 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 612 0 0 666 0 0 0 0 0 0 0 0 0 658 0 +0 0 538 0 497 647 0 0 0 0 0 0 0 0 0 0 +0 482 0 448 0 501 0 0 555 0 0 0 0 0 0 549 +569 0 327 0 331] +>> +endobj +49 0 obj +<< +/BaseFont /WIGPHQ+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 150 0 R +/LastChar 116 +/Subtype /Type1 +/ToUnicode 151 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 636 0 0 683 0 0 0 0 0 0 0 0 0 676 0 +0 0 569 0 525 666 0 0 0 0 0 0 0 0 0 0 +0 508 0 449 0 516 0 0 572 0 0 0 0 0 0 564 +585 0 356 0 351] +>> +endobj +50 0 obj +<< +/BaseFont /EHFGPA+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 46 +/FontDescriptor 152 0 R +/LastChar 50 +/Subtype /Type1 +/ToUnicode 153 0 R +/Type /Font +/Widths [233 0 426 426 426] +>> +endobj +51 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 12084 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 40 0 R +>> +/ExtGState << +/GS0 41 0 R +>> +>> +/Subtype /Form +>> +stream +H\Ir%D]J>=Jfms(*??Ŋ[{UkyQu컖6>Gqo~p0l׺csy'G~}F`{D3];[={ܭ fjZ\cq>F׶8˸#+&rkcw=ֽ]::U=ƝQ6WJX5ֽC&rq͍gs&7Fh K(c}@œ5gz3~y"ֹwyiD&j8qsg']suVOnWnXT]ΨVKWU%`,ZȊ}a%-'}z<V\(!aq ;&rԒ%=7ȰoL;ϖ铬`( + NϜt2+!'jT ʎ<P"x\ܽw%no)\t6U%@:-7P n졠LqPd8̸3`h3q8ST[xkf +<]3}5gLןORlD7%al&VG1f5(jٚ2iQRɒ.zͯ&ǭ>5V{ܼE}BxJ1_+]L}JϡH6: ~1٬)$0V9obMoTWtfq] +,;܇ER@WaAu8 RN {ѶFQWuNl͞΂Naa8<{r\]݃p7w.Izd 5IS q갶D3wDE^vH*;dY(]P$&Jar&אYZlP+I6ջV"'݇RW>}+x&Q2p[~j RRb<G 4:սPZuuy^!˛<:/h',) -ުI6wf}~Z0:av(ڟ;l!8ݪ4w74 ѵq jYh\<8aqJ$S0c=٩*ѡ;hGro[iG\Vi_w41 (>U3Pi)m\G[O/eg8JHw^oRXW_̋tŭ??)21VѲ`›'u+8Mmd=ˡ@N9B;#ra\Zq; v'|Y#Q,T$VCD.AA@KќAc[7gQ%U8vee[\* ]qdZSy뫏֭#p!Uaj GqC"k0cz +uЦ֝m\*j$MH%05TWS5,&DRq`ÅVl JJ+J4!-rO%)WV+D2uE[z\2M2[w! Z e-GFVI;;\|^jFd|DAo T!6.KD3mWBכPj}қz,Z=Q(T6c$H@u1UUJ~1QI&/ pF+$d++7׻X޶?Xv'%b{\-ٸ~isec9Ϗ/ ϶SU-WM(D!jb!8_r$;)3f$4M= +7O2 O򄛮ދ#X+{7F@z0h&6 +mUה"eUM=9V[g qQ &+v&s>:qJy~+/1ވ&c^KjKhYoC$Pq2PuK]u? ])qD;aḨqP+WT5Ɛ6H9R|<ժӈgl&Z{[VIH2 #b}! >jz@2/vQ4> -9ZN/OTf&'ܦ|Ƙ} +OKޗܱBth=߹a|J038@Mj+Oz?BtS2;1rJ{.z kö0Rjfz59n3a7Ay6ha@ZCMtSY9hr;Zt AjsǣG-L/2kJoNAKޒjF ް<UV0C" CR#Ծ`j(fqQJ(AHSk~aS Qwl% +>HuUL\HEz\\F&QN$ex i,÷l${rT l_2w,{T . +%ReRẑPL`hd0pklr eD`XЀT__|٠pڏUOpbܜR*(lQROd&$qaA$rDUPm:[TǢ.^L8B!}dbŵ%,D^Xxz͢Х5n/}Ze'c-.ƶYhHx}Q׆^Ǧg)~振YWm*!Mb\\*(2ذIb E;8 a1+iEocˁ2jEQ#w"JbM)dIVaG@ @%r~ר8avg^PU!]\ IHr=ePE 7Sy3 9:3| aS~(7הaBc7$R&lHHm< TRHi}9B/"7xT& aܖXm(e[sk4nᡉՊzhтMh<ʀEV QAZJJG}z +jyJv:>&Ob9 .VGX#BiD[O[y=;qkxܰeVE:E@ rez1jA-Z-M3זLu?#ĭrgH_5fZUǨqh]IS]p&juƸ0j:lG(i|MCqwX=Sly[Az Jv[2lkw$@޸PMtq)Ћ o{z!ӴSAۅ3L :cȮ8[,h\d)aEU%פ i(&=MN)N X +yXx\ |DYmBjR p7{8s Tq yȚC3Y AmޤvRRa#!jFhS& +Y{ m +LÛ2qx}SڕW hߐհx!q&hyi0#dF +Ks B4nT#!DY,3;3 77rNvl,1F6 0LVP`<6j@pA/K;ljsK*V_$% #Ĉd?g% CG L}'(JFPԗ"`sfȀ} У?u#CKx)Rݣ+ 7@k `*KB86򃋄o 5^PA-*rQAK֒nXKIE$™ʛ*J$SX~6}DA媻] g;BqqMA4pV3])BE$1 #ż6N0D}Ni#lpU΅FD_v~KAMFVު-87՜[Z0om3‰U+=CwJƘ(c h[H&b ،w+ 98 _D+*?8?y؄%B">v;UDgbjg0c '*[=_s9=bK ^suϭA_SkVVj^242G6#cAbDůw,=юI)DiW5ŵXa_a7@:nF1WK#)c̓,˄)7k{J`cv-Z\lwyRuAQ+BE jDd!sǤW"${(0S.x?L;IV`bpƥ If|1VJ zL'pc՟R-G!L\#7 Ս|}aN`N #%l޲$"2H'P⹀!X?4'丨ra(l{D$v*a5@ùDwǤ5}x'!}k.NwӠ +-]oQV^oYV nkY_U$ʫkM`sDN#,ɐgtek1dXAF8u1IQ7Ӵәb]#9h>$g!v\T e?}.'`rEIcn(+Yk +bس̰@Ik8lVkYvdc(;o ʑJ6 `Qu磈pJ!܂ E#D292U+d~}h-Ŋ_aG*j18Ke1`x3#noXɓ]5 %y$<󊴌D22lY,<>%mEI?\ To/,j鶡|Q9Mmy(tHZj<""Y;/_|2݀ e0259(4eU\$R)rtXY/QL}7=8t[23xAE77.8{̌T8S;"ACdNO9Jt"K<b@JIL(gHlR\3y* KۈUkR.>shUFp)*ܹq<\/!te}=>P>(th gmF1w٫@P!/ 5w{؄} [8e:4dNG5Q?Z7.O̖'xC.cF]#\=#hnuUן +9wM@i*9op + >-uK[t^^JPT<+\?f~W˥X&1bi߮ի7 6^uJZO )Bzq̻QUɺC;!z<zXK18fI48xW{G2Ѵ] +磒H%{`B2|WP!s8DtӁ_q\J?E_ꙬEuo]Uv$U|(< ^$݀}Vs^P%D!Ghփ UwyTqo7d>F.ߕXW+L#Fc~N7h+ +?+L8j*F&v1ŸTCR*ӅtiTΆ! gZ&(A([vAPӰ8gԯH +{"tLa'w>̼%>1/SS/W5%[]2Wd #ZTj}:TC]>$24IT6`.Q'wQ_kI#|7Qԑ3WM~DS߰Pñ4]!lpV9瀰Е3`(͚Ol&[󞪤 +XqзֽɁ~Q}qSri$U2udp08kFS"2B!8N@WWTwyW%)2K9AyЏH<< NJ 3y& +H"In x d[5LZ,9IU +eYӟH$)mXzlj/'du5.ˢ9xiA[+X0o}3rodEwC[.=j>)1IǮÓc$:LWW=NR8ŠրYUFu9DzZW2i G4DJ#qn="6cjngj97vEm"JnHCi ěQ8+C9jիTF9HbaäkёLm:u1ʪET^+,"1npa ˞utUy !iNp):0<͐m%^"j륰G +.5@Effd+3m L"TUm2o"%E#}L QE=P'oP-U=FJW5 [0AƂ!J.i qDEQZ +*Yt/2Po,@%åq +<ȃ(95@Y %ށE:Q[eܹ(b:$D :UtDˢTgB|Ezq!hfΈ"MN(b6r!Q5ݚw a% Ntª#Sx.Qz t@ͬDQ$MK-I's9*u"[-Sir1Lo:ݤ?8| U*FBT=)s)r㐭Luy5P8%|vQ +/[%]ֿvez̶$9&SKj_q}˸݂ ٫I?] 0^% l=7#UEA"(#c#٬c>mS{W&$(I k+X,Dkb'ô=gVOEԝ,((8 nac2FQP> +/ExtGState << +/GS0 41 0 R +>> +/Font << +/C2_0 154 0 R +/T1_0 155 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HOK0)Q/$MJ"T+.VN +޼?f0,h[}}s|Xudҩg 3 0o}Ig2#1 d%}zBPQ+4*ra>+]#m3mwbӧ[bQ=a'G") qVUȫ}]ﷂlӬ"Ԫ2l1=H BI +endstream +endobj +53 0 obj +<< +/Filter /FlateDecode +/Length 1022 +>> +stream +HUn6|WD4IKr" +qvj;^;KٖK"IQp58Y?ߏk:>Hѷӳw!]lt Z!K}uW@t}$tfYnU{vf9tbfl Fs`ͧOS5Pomb 6)65cJ +Mx]_r货\[U!a8'豝>804e8{{$n F2_ }]TZuэ+:QkGj KeV*jKT@޸'Xڽ(\5-p Jl 0C;e6M1755A" 0]!evx^uJPNZWݺoqa"XnLy1ǭsN)69gը9K+FN9{`U=?D0v5}ce9 :d蔍PvKc%۞fF)' H;PBfS57WP>n*Oh@w>,԰۳V^o$Ҕ+n}Xr$]ݾ"j %6>ct^1-)yD6im0QR}ys{M@/N}Dz,FE8ԌUV5 _Tٱ}S5zMp,hkӷS) +endstream +endobj +54 0 obj +<< +/Filter /FlateDecode +/Length 842 +>> +stream +HVn0+(]b8RD(q/;3 *0 SCfa8iP.n'+88}PV}?>C Gc o&I"^B[[ +LTWhܑ|pz#tfbCH<&Hʐ)>84“dZTt^םI[Q1Җu&h=%Ҭ hܓh-I_ } }o(Fv^TA{ "'ZZ:}j`\T2605ʉ\sD 7$2H\rq`;S3Hlj#D'2H:"i2HXp:H6JT͎%E.5&q;i7up6~-qZ7Z]>NkH :/; i$:xfeS >~[Eld$KnP0OПc+ pW>_ӫB#D/l g& +endstream +endobj +55 0 obj +<< +/Filter /FlateDecode +/Length 873 +>> +stream +HVn0+(EI@CHи'q~!Nﻳ(ɪ,"1;;&gw>7KJݥ:rʇ.g<ˍoҚrCUViVUi|Iʸ?<Ӕ|%v^֙duMɣJ֯*5yVRW`CxnF Oe%{ګ[O%[y%6sDkxMqW\+;MA!uD!{8y=~*ylu`'34dm,w'II!7cܴIK8HS9l]Z@UG0.pC=4nCe߰5;=bƖvD `bkk^R +vtqPu/ V`+La%*uPH +/ZA %?Zy_yPp ;Ki֎~jd=`8L+&H1,vtoC{y0m`NRwkA+o7yk;A{EGv B=PV> +stream +HVMo0 WhjɲeEmaúÖ$MIu#)V6M=G?75 οpqqqC2[˫!9]ʬ+h R*k 6+[i$c4!`j2UBR$Kl_u*H|<`jb*wTJC!ݮ3E,Px&gW^C<֌?#Ge `Zei</7 fE\ޚ|%ÛfHe9M൩NB.cJOS5(@&I cRĖ.,6$ájNӃwu(dՏчdTHⰌ±y y[rXW%TSp|ђ<S wϱ&Sq^d0[^@JnR%Ht=QߤIh1̡i$Dѥ$-1!&"&m{T_ ++R? Qln5Egx%TiQ8&*t1ֻ3Grjk.i.PcagpBՖM9i}38B;x,_^Ӕ^M編yGE ԍ4, i שG$en<ɼa2,w?^kX}(O$\j,b֕,9DuL gȑ4[ +F%'fЉ_`(t[9[}əCQ[U׶M;,_kث?c<}_'"=/> +stream +HVMO1Wq-c׻AU顤@HiɇXwuB‹=yofz b-?ӳ9Φ5+[ZU8aeRL.+4p2&eu_*jeYHSB&R\ +K![ U hT%W$Vxs&Llb& 9 8&t;<ݜ4݂7->*\s@ xV-"Kk. .QȚn1u-fUpt oVTc JKRqM`Q0]D''IlM'fk(Ò4c X3%:(Lh YL\ +JjC*b_9Q +˾NGS-=K{uYbubԮ4~ +Ԕm*uE e r wipiO5XPa.sٯ@Qf':C; A[x ʡl•AЋռKGaء6y%A*^8trhX߄tm!5.bh 5^sIb1fIZn(:iG iE- zgY/r:vbcAA6$ Z5GlwRC Wbt5ZI0hur?"SnC: +*:!){_۫+ +H$OA2L$5}d<óXK[vT@sc̈=EӃb[;xV& +,}Oj1D0((ߣ 0 ) +endstream +endobj +58 0 obj +<< +/Filter /FlateDecode +/Length 839 +>> +stream +HKo0  +Zs06ϣ d +5}a@'5dKހsiYJB`F,% .Hv(-k^l-jͫ34%kf3IܘU|lDֻ%Q&R:ȾW:Y״wy)I!ȞQMG&ف'H4>* ;F>qxn4_ ~ĐtAG`mat3ݼB}BNPRCd[@1Edf[V3M!_un,XT0^8qA\$Khy1-CLТ&l'l7%i՞iIB%t7Kw)XIǐ{s.,M؆*DWC ulVT*kÊxrc[d^b~D9pS0xM'=1Iu#fĄ$q66.r;-!#+~$$ +I}ApG s/'@=d( \9}/AZ֔"j  +endstream +endobj +59 0 obj +<< +/Filter /FlateDecode +/Length 954 +>> +stream +HVKO1Wq-uCUKSC-@ o:QˮP[Z.D×J5T ![Q$>4sQ[%`G:xD{2Pc IsQj 3P@b(GGvc-Z9lIR)> oP+a܄ _DW(VqGh8˝iDҰgsa`"oCIQ<$Dȕ.(o&)"Ɯi~'w yـ+ _SRâ<物R՚=4MNE\11ɤl p̤ } ly^Arpҿ9L_rh5%& FV[d⎝j8J4yJU-w8S{M0-^,c(yިeDEf"ܲ7mI6IMb%`ܺ ve8~c gT +endstream +endobj +60 0 obj +<< +/Filter /FlateDecode +/Length 765 +>> +stream +HUKO0ﯘc,W^CUKsz%,T wNpBW|϶_VV/{8::zo Ӊ:8|3 :iW Zq`ˠ`khVY_{Uiem]V m|FVTGU3?y]CL5. {KB]<~GqII)@ڽW"ѕӁ^QFWk6zƷpC!ɁtJ x#z<]̇e0`v@0:娕CiE1NUtdž`xGI  3E#X&V7N@y'? K +Als[#WC8eq`C#auQsTMmCɲv6(t$)\*b /r-$m[ObGZ-NCcwBn3t {3"cZ3pKW2XhPBH5cig"cӱ4SルnKK!;[߷ r7-Y<99$dDs6QWuu*^b`/.0<*# c;|!Ιmd*›&d.d;z} +C8G#0 ﳐ 3v cpN68,*AEr AvȜ1&z"> +endobj +62 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +63 0 obj +<< +/BaseFont /UCHBDE+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 156 0 R +/LastChar 150 +/Subtype /TrueType +/ToUnicode 157 0 R +/Type /Font +/Widths [250 0 0 0 0 840 0 0 333 333 0 0 250 333 250 606 +500 500 500 500 500 500 500 500 500 500 250 250 0 0 0 444 +0 778 611 709 774 611 556 763 832 337 333 0 611 946 831 786 +604 786 668 525 613 778 722 1000 0 667 0 333 0 333 0 0 +0 500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 +601 560 395 424 326 603 565 834 516 556 500 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 278 278 500 500 0 500] +>> +endobj +64 0 obj +<< +/BaseFont /ISGHRC+Wingdings-Regular +/DescendantFonts 158 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 159 0 R +/Type /Font +>> +endobj +65 0 obj +<< +/BaseFont /TKZLUG+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 48 +/FontDescriptor 160 0 R +/LastChar 57 +/Subtype /Type1 +/ToUnicode 161 0 R +/Type /Font +/Widths [573 573 573 573 573 573 573 573 573 573] +>> +endobj +66 0 obj +<< +/BaseFont /YAMEHW+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 162 0 R +/LastChar 90 +/Subtype /Type1 +/ToUnicode 163 0 R +/Type /Font +/Widths [159 0 0 0 0 0 0 0 0 0 0 0 233 0 233 0 +426 426 426 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 458 483 0 491 394 392 472 0 248 0 0 380 637 516 481 +0 0 470 394 393 0 0 0 0 0 387] +>> +endobj +67 0 obj +<< +/BaseFont /DPATEM+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 164 0 R +/LastChar 149 +/Subtype /Type1 +/ToUnicode 165 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 0 0 207 0 207 343 +513 513 513 513 513 0 513 0 513 0 207 0 0 0 0 0 +0 612 0 580 666 0 487 0 0 239 0 0 0 0 658 0 +532 0 538 493 497 647 0 0 0 0 0 0 0 0 0 0 +0 482 569 448 564 501 292 559 555 234 0 0 236 834 555 549 +569 0 327 396 331 551 481 736 463 471 428 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 282] +>> +endobj +68 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 597 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/C2_0 166 0 R +/T1_0 167 0 R +/T1_1 168 0 R +/T1_2 169 0 R +/T1_3 170 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTk0>0- BMJYn#>2Bdf8JN]떅p;Gf9oa0?@~>ۭla8<LJ[ar.@-\^ N6,$KF=VKQuORN'2\ 2Q%gZ +endstream +endobj +69 0 obj +<< +/Filter /FlateDecode +/Length 5934 +>> +stream +HWioF_b7MrH|^8ld/_`տ` U5Bm?_? Gb80n,|1cF׍oUozGѼ<֦[cݫ͕l4<.zTk6z^thOuqa|N6z?Wû7ŏS +ooq1\T!V~ֽ-^V6js+ 1x4;B.ނj1Xk"=.V/a5NI*x㖞rl( +7/zSV}-]rS{?#Ⱦ(_KYre| Cop>qM,j5`EL@=}*в1rK3߸!ķ Tx 9╈ +`ƺZ_ή*J \J +"6'3.J-#stBNJ9p) j\P4~ D dm;ѹ4zޫR PgP0/pWHA$q ܠZz;5CrEiM2Zu\HV;T^X"VH8EI-UAYELm +2t7_<K0JIՠ3 4K8~;BI=fA2Ӆ^W=HL1b>j^]BjQ/?kYˌY߳`r.!| ~8 h*1F khcxeRX` s ,d~mc>+NK7:&TQL\<~=Ot\#pJU6UO F .omz/ڂc sws 5s3:Li_,x)I9([ވe壌4hXl>#dgݒi[}@>Ow\EH +(!C o #{iU.njMb-|U+w%:a p$Կl+w|.+$/dQʧ᭴C\pNNLٟevd4+dzKDW ^dQ[C쮘N?~X;= >cvBX2]Rc2A}_ „ouPoO_"Q/t |0I>T$^I4J*'Ғv`&R9༂ҦߥY>3WV8wՑAY*6VIGtF5XS!/pT \ӬH2pabu(R;Rc;Kx"?Eݪּyeuh ++\$Rt\Uh)D:nҼuFM.Jϙp5 !.+ ".%mGJ +vJSIf؉,IbtBf\)Þyc͝P"(JҩLeDM؈aY䤹@uaMUրsHpWޔ#vFsbFn@-(zY1zᐎa|2 (JZ4r)lT63# 0+Oݖ&fK2Ub9w)/y,d8{"#\%-C?(IG( +Ȱt9=b+q.&3ajC;T LN&@4O|.{;>`$ۏ!`cjX:,gO=kf|葢1GECZķbdƚIh]R3U2iWo-v6E}IC$F1~ȏŎ FʴSɼ@y$'%B ɸ2򘛘6㈙BW +CL$:ڱʬhK7뗪Xd(cڹ^o4XM8L|fS҆ΛOW(e/6] $asf5SPВS!7@6Y s⣉dL8/ އuc2qF +aᗃr#j g%Ӈ$bzچ%:cKu>iӛ{n[ANw-'jZ9~9DĮ&}oaFK"{'[P%5 3I|hCBYa2Ѷd0_qRP"xC`CS^%#߶t60 Q JPE_,˂X2gQՕBQ6SQo?.A_1Cxr$SQ=g +<ʻLy6g,dA$]wz4m#aG&$D͇㕔G"%/Fi5Ґ@*NoVV+8CCnI +q4QWJ{Q`1gzxrA1!Q} 3B81x6OjS~M ?,+sy3np(%ChQh}H)e,b2֭>8qSU&ѷ <O*,AhQ b2pϽe+)@ԃS(&\xВ>i44|L''Ce)|'N؆;aiW߻`[CLiJw4)yVrnD9OU<ڂe 4llƷ3'3^uEjئR5uE"E3a@ < [W!xq>d;͹m5,ftK.2>uwSVGa"9C:8;9h2i od:nW\V/|@Tp"|=t?jek51$ {U=Ln-|F^?`+~( P|}SЬЛ+3 )IKMA*ZgspFtB܆< nTW2}=їLERF7eB?NS_ dzL&2=ω)fO3x%pۓruGC>E"E8GOK?1!|eJ%#lNpjfˎL~c*Vr-nS}+f4*(vp:2 **swYgjH=""yR`#XK>A,DmOSD .D7Xd65d᳒L0u.5[ Tak jVR{iimt*eWJjJ%t_cvaV\aGYFĈn :D$Y]`'"+-yySJ.25'̃ XVFA (MQ0`x_d}I+rΞ#zDt8ZV˳nASVXu]9m!bV]E1(,. +N*1Z;ze6 +I$f,Ð'<+KnQ7DUKV>綰 h Q RjɦI ku7=˃*. +M3iې)b>8ͭ8B 9͕No+;Mw3]/ )@p͘\TEp\'I!7!3 Ɨ;޺.=UFM-¶cr㲾sBN6 5?F {+=䒒n*2ٜPtN_ҋ(f\gR+|vy*bͰ-USO=I +IrjPCb#\6xm8S~> +/Font << +/C2_0 171 0 R +/T1_0 172 0 R +/T1_1 173 0 R +/T1_2 174 0 R +/T1_3 175 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTjA }tg i ٷ6&|}vk;%nˬ"#hz1ko0WP}h,a29:9u(4^wpyxp7SP|c csO'YV@ȟg Z H l06!_=1b^6)wsU&vB!ݩeT54p4HQxvP2ɒ#y]ӥ3G퍃b ;]'s]Zt2#(Z~?6 DA.I|V/ڎx |f-"wegCg!ra|}nKGn}.@:$!{+9)W]ƲknhI1[(P{E4xoy b1S3Ċ͢?'51 +endstream +endobj +71 0 obj +<< +/Filter /FlateDecode +/Length 6159 +>> +stream +HWko_"{.l+v\I͇($YRW 䐻+A|ur̙s켼==?U}iV}jV4lPΞg;j,SЭiukZXp]?~='l~ys^˭n|ڿ~ڿبWzw&G_08w2ULTg0 -Vmv=yz֝ھP3ুJn5Cǥn6 YHV۰pS 8+ߨ}VG[љ^U>㹴a v]]Wo)VXjHtCws4+Ss +?.n‚ÿRt[mMtA8zc'r?C_"8@XWݺFuP.:Ǐ;0@ǘpNB^TK~|}Qĉ_ƨJYո$m n0}:-̀[nH%݋@[ڜ(Pe |I(m۶mMW*n|u@?n$v3 +@+U4~*g.>So|9CzZB,+ ,xf +ZߪFN?"_? .zJ:\I8]fIF;W ._|ⰜZE{e"u6Jjڣ[mk{(idld.=5E%lDg6hk2k'$9=.>\wx!u2 uǍgRF' W\xzhJD+_\Ap&{컇sjrm'$s%je8 +q@dHnsȅg ٵɄ*'d9o`,^3FVsF)QHOK^ 3!);`seieg] 9@&ƱtU(~ a(g}qa8s sO8F DCf +BM.ϼf1`g,uiW_#9Q{7a[vX,#ԧ=JB!u@cs*54d,qC0Gm,J %J5o[I` +.L::A<_QnZC^Ct͆^Rh XN#ZI#A+O=3LU2 +xd#@q`>RH ^/Jx8`G粴ی<|o5ua ͷݧ}묩Kq* >%jѶae?؟cQ`l`e M=uи~R8"#hk&W+ֶp+@>1^jICz4m\Q`iTyAh˔Y8JFÐEIhקMbe s-#d)FFSA$L$0۟2q *W\Q%3АKkTva;"EU r_vrgu liu*L9'Rif?MbeY7- +{tO:ZLEN'wrpH?$M|yép5gd, +,<!8ҙi?:Ǻ(u5 *G›;)'ҏ|brdc2sn#z̺7atÁA"eg0:\H%-!zp6t`c9{-Jr釂!+rܣC|fa73~azF6~jRQNW5銠i&9 W {C6 +o ~ߧ#=aDt3kzqWǔP1ң& (~!X'f8iO{SqKŴIAXcڄ\n2,l&I$t8#h X¢T’ݜ4dlf,Fp`n/Kq`&lk/jE5y+dvH[VN`Q`_CM{ 6 NNws9Oeqgi3L=oi#3+x TfƆ4>o@ct_ژgmU(W +HA,ޑu:L66x;"6$Sr?/Bn܍(U ʅ֙T~Mn:vX߫lp~e'`j{zo)<%ʔDZI(rX,`p3ϊwWBJX"" ,_$O=ur$q p4I뇻K6#MCzF/B!П nq Ĵun-iMxAk$L״zW;1 uX)vE]-Ǔ-;}sUOwfGHW iqMބ +gÏfWNhT?xH $&/żI`8 % 6q[`~*i{Odyj⣅@ygTlY u͛ +MX6u5d8E )' r(YJ$ 4_0u#D(l_ߏ}]˗2+<W֤kjn,n2W:7$Uc"F4)C6݈Ess.0XTU`f?,Qi f*⴪~\ty]wD& +<]T<?W\]*qM;J1[| t-|[]sfsu%-=i|ωTi C vcW3B'/#hhL죂\@`.GHtRZzh+iۡ{h(<}#֏M<; c##߸ 9Ǚf%5k. UuBF́eL-l.£j\GH8-#B piqxq m)ei4it?>5?iF?z߲,ՁI2 +RA8ĭkbz>0Ǎr ^? ـ;Zc^b. +ofYP(`Wyk\G*Zb|]3¾aF#wM;`uƟT^<4a%ƯXP3 x/0\(D^m`"Tamk끵 wtENǃc4\SnB5>{=M/6 Di+jfF`=Wt =M_[Iʃq\xk{<a/uh&By0n ࡟jtxLd Ob|:DC ]I2,9P$/;A*a!b0Nð띕%OV,]Ck0xrJ@~ݲʥ< gVA _wh|ف2$xq,^?)k9OnsqĬ,/J0>ld(01Wanz2$"z@ +endstream +endobj +72 0 obj +<< +/Filter /FlateDecode +/Length 4799 +>> +stream +HWn}W# 3,H2b(䒔d^̥D3_KBZJ KtwU:w'w~Gן?B<_m1Zܞz׊JR\_X!nto{lc .Mx7~_.[oGnWpsq_=޼饐,#OpIY=i VLtoappWRuUKHq[A8d+O*eVⲪ ժk [XI+>Vr5g +9+/]ŸsĶoTKIA8N\kLa,FNdcL'݈qO"/ͪ(TFf 04]IW KƄA~(ӞQYxp-n}ZaͰUIjaw,ytTg1 Dg2:h-[GװKG->d-H=~;x3?/0+}|f}Bt8^a]BWv2p ~|m+3LW&wgϗVnWS1QHM%j;nj8kC+$* VǝHP 7TDU앛k1Y@h/||} K{7z\M=/R(Ԛ5>,3[=Gښg,%JBR;얓2ȆӐ(OtZbmA N@5iSa _*%TGB)T Ǥsq^#nu7÷' pcXYUR>)ΨZTurE.a)!Ct fwx4z'B$((oh[1stѱ4kos߃ſc9V>IɵHb.bthU3eD 42D.vq#2vMp,ZJsߌQ)Sa&q&no~7xy]`3쫭 ;1nonWt_( |18i}SҨΜv\8 ' cp.&ñc lHVF#d=2.:\^3ӵA1z3r02<]8Ty8VmW@\_{j qj,6ߔ1J\KvJ|Qz9!T7cR.#V|A$40-{1[y2N@td0iJh~ nPM218ǯ;^0ouMT +Qj<`fe}cӑI!M Jzh{Ea)- $!J= <;2w<KsMJ7ﺙL5i綏锚҅xr5#"jP8} #,ʸk{H:[I]QD0Zɳ lͼe1%TeѰ)L%qL9'K3{0R59)P(kph@JGH\nl8~ @kSY5^;tY풳 t#S*ٓ|z-So ^3"RszIOXRH}Vo4ۀK2=K"M4X#qi+:PYT(ނ$L%#:;3oƉbJ1n (ƀ(80gS*dD4D*-52Z&5/@${PDdqfsnc^P~}3Ll"0++ !.ú$A#r, <&3@I/+)t("vh5VF8(l\~5,v0Ȝ@@ eEeH3Bi]$̑{O  /Me[HʟwhzŞTZpc:484-1W)9 Ό|y2@PР_-`W36A'uBBtDiv__Ҿv6y,xi`芡9|y0@yLtX` E3{~ͦrsLepdFErbk=XPPuY*>Eٛ + +CM!8tPqѸJbd7C||U 3nC1yS+fԓtݑ*uGnd&rf4 8+ 5\vtPfV PeaXժ9bu"y!s[ - Mc\"#x)i?6(;=iiG޵| 9V+ +A9&Tj ơxm-BnO@493$MCM71~#u0RA+KUJ=WwIz$B!р!+(b^_=/f8!TO{~Oj n[4j6qz)$/@<YDt-o# ~6Xwo!c7:vSfrUhI-8+@r`诳Ihcw{_Z-,YS»jK1$և): ۄaݤxq7a:?i?<2AKQ0_Aq ~O3pv {($Lð `Z,5iXЩwNdG%.oTUiTYGAL:X[>BhV&E孮u PCյ$GP ftXP/ciYGnG&30. >;=Ơ:/ʫ ܾ,NQƅhDa F/L(Fl;tEp=!w"1qf;ðq'Kc LZEwm2{!eLdxWs^gz##:`u_&1+|̝;!ɮQİa``nb_F1Xc`x_JnKxmT~ ׀$'~@'-'!]aZ"|w,5ݣmY;+zL3Ҋ^z,l; ,% hs[!5mL,fE~y}AvU O!1\IDh לUg];ɪaf&F(s un5\\Nxͺ+8A@1xAJa?p Q ?o96`$ð ' +Yk [L{U+|a;aqbSbExV2<LJ=<@պ^]n8aSdrIa\w8pX%/|W -&`0HDaF.9cmDnvrꜽsM2HV [t;TUf7^n3 qW6[U]FJUqQ^RBOOVφHg ܦ.I oգX -~=`::"Kd353 RsXXIeoitpK9ӛXShHw9ek$+ejd:BCVV(oqķK4-*pҺ(uG j rRyAKG6N\Fw={Q'?Z +VM KdE LN Z7a`ZP/rf4|~91飖Ͻ-hܘPiG9@/m +rd |!v'M6Ƚn\FɜyΠ˝v}!YNc6?};WaD)rE0e*ؠe@<+^cܒ ǕU4A`?z +endstream +endobj +73 0 obj +<< +/Filter /FlateDecode +/Length 5599 +>> +stream +HWnG}W#יd6]>XE6#+_U՗A6 pJHy,kK8QI#>sK Gq=̎Z!*Mgu16|fQuJx+o!2 [; M 7ED~h>bOE#'}Z`Y.gr_fYpZ*->#! ۊ-|kGnN,,!#B`iJ=X6L[S4o0xi݃{w#\$þ4. 9+,bu}]ɴ?kRi>#ob HD.V@g y*8C`LIO +JO' @~Zb'ܳ38yWv0em iVutgM.pm QJ$?XSfNY}R|wS |6e2R=,Ly0u,(ebG;)5-z3´ pj훷ov/_dd +UI08L6ꎢ +]_OBإ>OLq:܉VS*f͌;mAJLd.Dz*jд spĤӄ;Ob;pmCDS3uR/4F˺NNQaKL-wD-%&Bt$I +_PT0IumrM'^6ȥqIÈJ9g*&g2&y|td@c*$`7*:r$ۘ첍r?&#K9 nyz2hPFkRo|;\ -#6 MxOYE2ʒ%eGCYZ`a@(;t]S|W>ޗm7g1 OH!W7q^B3la.jbV+QS]-#IZ E!T>_{>N{&سݯb}tVp*̠kphc*wJ<=wvGp/_ɮuV഻s|9WT=31R3TQ&z((4^F!J'`S[l[ia(2,f lO\ +ԴIMׇL,1ʮ#(ICb)\oP>Y>S:G7PKRAnvFzCA-ȷfD'6$0<"MFM/'&0ή⢮Y=8tM'<ҎFkba @^*Cjgc?OQA8ɦ( 5D1 `[ٯccK/jđA+!j]+ī14bu*^uS= +ȷXDC9Uyvuk6۬elcE?qՠ:07 W$WD =y?Aee&5Cb"%ΰpn!JCo|Z*ȵ&}:rC?!-4B0nv69%y9oSkrf@J)V NRDg\yW|cgh؂s#w4,T=lbIś/ayx$9$Ru]|@=$"rF;kYS8-݄& H=1?8@` I)#8%/l +΢a! w~ԃ_4 30PF(qq(/or U@ē mB\RB>c<؋K9Ā{0'k{ }g<ȠL1 +a4ƶ ? +\~~5.@Fݡ%b"f!|\DIö'gJj43E;<F,ڂGhDlqDDn̞[e)Mhiv4fa"2Eѽ~O.nHrzY …nAe_RH/>+ٟXiD<˃!L,4!b7r[rTTuLKl>T*x֤Pܚt[.(|t7 ($BO"1yBChq`߸D\P2**&M-Z:M9薁1 6Ѩ^At +K٥g$Hu)H/_ڮȅ%U6zPD3^43[FU(IEw1Jv8 ʁd=ݭN?]=3=Kj%#/"E.gR]U!0 䥋R/\ud*w㔚\x#]52Sa2Rژ~xJa;/C:qG ٧mDeugWCe0t?QSP[G>[¢$璶 ҝ)_֕P[E6CYQlۘ @X9dYv.)Eٸ4'b:r>bؿ:[OeA|+[MUjqh\MA,{\/N~/I?r;7B1gNV)# 箕1<"s%J ڇ,o^b;-Ga76!q2.8O #s +WYep^v9^\|OTooo +w[b]]w.;؆AJP,ź? ۏpo]}V kKޯGa{ ;5`&Zԉڄ+ؽ%Ѕ '1l /SV_w8NxRFaj0+ +tP? ,Qq7鞍ɉzt 6r!B Aw_S`|CXݪVyE[u&@qN N,FJig%^5u +RWNT>q=WPF5(U͖CJSu)wO{ +Bbw8ZЫlpᅃ{><?J=3JzeW\-Mr+CI.>nbkNaC,7}N"{߫t8YNRS?+ۏkF%Z $rΎ_ Y/7 UGq,xJHU*.)\8Аp'0 .7 +#S331+HXɥZ\#)rY/nT 1WI,Pz;q!*T-){.FܡձBB̞ZUbr( zEH  } AjY KOߨ +o8A|ZFoaY&}W})bOOE*h +V !&x)_^ Hijl!/#RR)\i̚,p&h^u%6&zXȔQw 8)R;úc8AKYֵK:b|kQ= tZ.Tr Gbg7פq˸OP٬GrBC.z U;osxW =\ZcBr>g׈|WhFcwF}1w[^ߪ{Gu[V%(K +?` pQl]ޣڡ!nJ >/:9N3AX"ޕʊ/GAiPĂ=[P] &Bu,(Ǟ?hAfDx8g7q3;ț}N9/~6J]CؾP\v߻YYU5uT9%{Gi +cbKԦ~U3WBԾL,mu):ϬfV +'dd#RR,9T.k \bo7biu9ӹnf+ 6^{Tֽv>$nMJ0YYE VDaHeXfqgٳc;ΚO.RX,fE3<r=F"!. 53 ~Ώ~V =h)`~R'DӾƅ1>篊]iXq2A YЊ9!NP<hCc9b05q(ltAMM5Hkz>eܠԅ =hf{ShlLj)ZmLanOdlyhE")4ۣ"ne*6fssY}/cTfhmgff8JfJ{">C_ԉf]=n$GV n26 эA&N?jٍ8%ܵ谲EI +#"dMox|6K&숗2RLh{r7-Bq2!Q(]7B@|K:Ǩݹy)4` ?/`!` +endstream +endobj +74 0 obj +<< +/BaseFont /FLSPBI+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 176 0 R +/LastChar 133 +/Subtype /TrueType +/ToUnicode 177 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 0 0 0 0 246 320 218 0 +452 348 462 434 0 434 0 0 0 0 236 0 0 0 0 0 +0 0 574 650 726 536 500 0 0 348 0 0 0 0 0 0 +0 0 660 528 602 0 0 0 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 378 508 546 302 0 574 312 800 556 490 +528 0 378 396 340 546 508 762 462 518 442 0 0 0 0 0 +0 0 0 0 0 368] +>> +endobj +75 0 obj +<< +/BaseFont /JETIFA+MyriadPro-It +/Encoding /WinAnsiEncoding +/FirstChar 65 +/FontDescriptor 178 0 R +/LastChar 90 +/Subtype /Type1 +/ToUnicode 179 0 R +/Type /Font +/Widths [568 519 0 647 470 0 623 0 233 0 0 442 780 632 668 0 +0 523 466 474 0 0 0 0 0 523] +>> +endobj +76 0 obj +<< +/BaseFont /GXFQPG+MyriadPro-Light +/Encoding 180 0 R +/FirstChar 28 +/FontDescriptor 181 0 R +/LastChar 148 +/Subtype /Type1 +/ToUnicode 182 0 R +/Type /Font +/Widths [484 763 542 484 219 0 0 0 0 0 0 0 265 265 0 0 +174 298 174 351 488 488 488 488 488 488 488 488 488 488 174 174 +0 0 0 0 0 585 0 570 647 466 462 624 630 211 0 0 +448 778 638 671 502 0 505 464 465 626 509 820 0 0 0 265 +0 265 0 0 0 454 552 446 544 485 262 544 536 209 214 423 +212 819 536 532 552 542 295 373 309 531 452 722 429 440 403 0 +0 0 0 0 0 0 0 0 0 1000 0 0 0 0 0 0 +0 0 0 0 0 0 0 293 293] +>> +endobj +77 0 obj +<< +/Filter /FlateDecode +/Length 6040 +>> +stream +HWnF}Wc`R, 6;OQ0h-nmdEܭ.ݢ& .{V/VW/ыQ*v7 +9:^ʨ:o`NcsۺV.wGZ/^~] +:"o]pT,rv2u^wV.oKXqq9i\^&o9r-<5˫Ѣz 8wPmrwn]6{BEO<|Ù)´jy2^g2MST6*Wa~[|ԥZZՙQ:9<׏Z<׵kXVj lm//^^sڇ&q!kь6y[V&lxw4J;Vg%AwyºB-F#7/x57t ^wᲊYvsן>ȉ:_ g_;ge`AG+0/X /a!=Lk בGl + (Vn)`;QJ_XdgRFDrjkdE0XV|E&FA@0uhhcMeE=G6>-#P5_(N)%RE +_ +> ^*qZcbT =S}p}.;$=S/ǴY,~lTbRxѹk,VLVe5BqUÄ}J$a1UǑApX =yiK̀d5mRTxC +Z- byܚ#.!_8p.Z xBT":fU)iP=KU\P]8Be߆%’nIJfkCplZBh|~:9eCzMc RfSl^45zK:^X%ԉuR%DKbao  bn'Fp"F{0J$>=pU^%y|T' 2G|8*t*= 2I"*tiR1G2X CL fFCjF8mplG{IP;SM ;m;!6.f|IYZ>"R+uE'2=4 иHgVR}ʸͲ JDQQ^ zrZBn#B5ȃ5u'u}|o8Ëa1&iH "֔.9A +<6i8}c9i =쌻s;vb#Yge*J0,"w= d=?c$%:Lp8l*-|wF!Z2 Tm^a :rkF-?@r-$՞FЪ J C0Bk8+$3,=6x]pmF9 F0 +4# _%{AwBP1R%QRpڟB?˸bZ^4V޺皀u1/-Ze!u+gb`rp&/+-BR1/] σ,dZ%Ѓ#m]zeJ J)XleZV5WiAm"T3ш׌[j3CU]Z_!(xx埂JjzmlN ~]dZ,atpI3I̢2Vߐx!!C|tszߩn^q7~2-H$ "i-*=?F*w,_`Hx~W3A<4jݣW<u0}yt&sFRnBv:׫NFRmDMmL$|F<vzH!h>MvP>֕fpL8qחh^jJV-Zm5;e$!P.P%US.x^!p&~?ToDq)妤\XKr6\q'(LoT0kW^`YxĘee!ZZIhW`ALd sū`]:_]KCw_ʋ rB&ro⒞ .2B q0c{MN@%!ud?u _^v͝.;zg(iq#+Sj՜h3§l^'IOխPC8Mԭ@5S5=F#%ԵSqBa1'uV(Fѥf@/58G[,  ^iK^~$+«ds >8)DP]Gzc,h<&΂ k-1p]t Qhx*-g\˘uN7359kfIk:{}paIfG`j>?xi*?9F!U o<]k& %OD4xV5/䐇x>99ȻuLy8Bo#v65|C-S39e)%Es(-lw!` {XqQMGƐr(qr{LMzh1n߫˛%z'~/ҧ[MZ b7i.@ʮ8v c0d1kA*wW?*6XbF5Sk=kS]-9.}F3-T|9^VISrfnB룪o!Q +тŢAXhRE;9{6$* r03!mL{y==]E隃ڤ uV~>cgL?YS8Z/ 0ofۊ5yP!`iMv"5K-d[rz͞gnwC_@{>Riݨʰix] doYID?Z.]8>Z9o?3ů5H?ʈxi얗 EwYN`/ Ey ɲ9`?H=ieX ݟ5^xK~iv;qt܃Xn,~e[`hQYfUUIb%7IQimZd6N)PMֵ?13_4\< +_?飉|'d:u"iǒӕg܅|5%' 3jw$Z:״-M&CpLs,Ia dadcgxh7gLZ▅>I rD0oϊ&HH֏~_$׮3"򤪷%oПZ%{‡zV{dH㮛- 5f_kMR5zIXX루ӧq苣D ^}2DE.[Xȩ8Ri// j|F4m G-! sn0&_ŀH埾W7˔+@L66|yUĀE- Eo+K4am" ”Ö]}WEZ[n~P*ΙLB j +5`/_^YdI苧㑊%(IEg<l>?YGq`>AG I + ֕ +fɿnUNJX|P X~8ʀoљ!*}Ҳ;:YfN&l/1Vlq1cFq΄Q!wܝN}Gj^䅥4݊M뀟ܪl,`z*kMq$49chu,kw]I:ʱě-gڒk7 m®đtͽo#ݚf3d',דr*)Mb5Zc\׎\8q+Be-Js F+5tje޻'YϪ_gh'CjZlcGW{7=6{ۊ/k44 Jg n28b: ZH }Py=!I+{/64FVwd oHh9)NҸP1:-HJf\1}QVnT2R~yTQ\ވFu>g(5¥K뎳&C,\svμ,\ϠFX`*JJW鲙4G +N{M@rpN02ԗ4nү62&jJ~/&z|NEʈY8~e֚]nx~$IܩQՇ!Mtm{іfiΙ!W~?^mA/n˚K2=bVĒ?А:\4>vGٴ> +stream +HWkob>j̐3dpa'ii?EʱȮdWy\r ҊKs=|xq|z'gqNˣWbrjDSk϶5bY~߈nuVj닕\݉vpuo[+tWwVN_^N?_5fkF_W_w 2(d㨚1b} +* +k>NN80Xodm݊kzwnW[Tmy_#OԀ7JNJ@,GwKBsXGKc@!"4}GEP\%tk릃>8Ƹ=Wj9G=^+4oōT]݋ q&'@ߖ\V^P݄(S( Չ,(3 `ZAivޅ/}#\x}UɁgubȉܞ,1#)&,oDS"S8d˃1]πPB=r`"~òA?YO}!#i9(Bw\qj M`pjiJh?w&/4|ZIt>I_2~ L祍 +`fcA^ÆBk1 4ٯy0ˌn7q啀`IFď2R xB4Ot+>b#M0ߪ#bVF6:>ĘGx\Uҋk5͞T,kcYecJHao:q+ mŽn=і>Gh,@1$B 6e;ZR≸[@ lv6ۚf!_jJ:Eoz1(rD^uc_d0fvHP z؄u?b|zc%(o3yI#=fgY[Y @n2훌 V20fm5x+ ab#gLs\󽟸7wx;g +C܈ ?^s|9- [K1ObtK,C3̖QSdU;"9O`"I=lJQ8mudMX"ؓ5 דrQƝ >f-q 5vm[[$Ì+{"^ؗ΍P1Q<mi{%p扢}3B+gL݌j< Iz'9%$K'SCdDflU$DdS.B*U?xdXd5f,KR9[4E˧JD@M2@$;%>$L~F21O`)Yހhgݬ_of 4>YM}(Ӂ ص#"Sh$>%<ƚ!%8UהXdDH_.:gV&:gMtdV){ؿB])e"t< H6lͮdwh^y(9G5Myб,,a(O'/eUU>m.tw3MB@ Op2II&#>$Ubb{oFL(D*{OB6%Hs֯# j$Arݓ#.CZަʧP ?ok|tg2~/]BԞAnd[y0˨hߎ +;kUj$V͹ %cp*'ߊ RYH#w +Qc |7q>cȁ*lxa[-Gb?1{iF*1p"I=+O芺JI{XX?3´~H! i2%^qO?ah=ݎz6sg878ȜUˁ4l|Fr]Zm5TSNi?kWdo$1B{fT:7҄\>Ȏ hb0 k9080RԲGz,y\LoE/FKFgF}ʧ!AH5Aʖ~FDzUjlwW\cx- ?B Zk{\-nnd[bߑ[Ok$ARzGQ3kK/ޑFCV)B*Yh(^jlʩ$J0Anmv32!xѠNԜ_֫In*͊xtNJ*rqmZٕ} (h3$_H: r/X)+hЎ!ŜTqjF +W +<^pû];~Y2fHqY{~YԗB{97lC.Sɕz}|3p9 <#Hj=_ԵpմNF|-FZ3 k1xԀ|t߰ZF(t2wH`.㛤QjAihfow?|n܀Y +a LS T9gGuauǑEzpKl&^jx pN/|-rpMܑR6[c5ַ)]7SӵFO& +\)PE&JV68EQo_ ~8i^ݷtlf@^VFZLIAܹd ili.Y Yy׷I×čIBIc&Yȸ:qp&!# sL)!Bk,3 zwr@J(SLP< ~2(hC%ŋy4P 8FbUf7 uU˱7˨(ܶ3HWȧf#"f]i;~hWhzqi+KKjDπ]-F΁pK!.7Jh'LraЊ-c_QofLzYX>W/Hh݂8ZB$CEC8V>7eҜU/12/z*4 Gr"[@F: HW,~d?YN~# \→#H0u}^RMNJ#|/ї,fH{WzڡNlmdM ʎ^">b̺1 +n}:皟kJaènlJ+FJ2pEeK|Q)U(IJ-*+ ş3J]SwEܸiLtySV9ߍG1ѷx~> +k,}y"11!jߪ':`maRKڒcr=9Hj&ЬFŐ|#ܦavn/\SCP#Nx='mQ(bfR=H4hU3PV''FNIvtc% Pb($;֊*vmg{\80 f-ܸUi6bgZBQLK Ј{%skjn[ZD-l +# Fuc3dCX6>ȸZX6Vnƒgo u- hӉ$eqN2r2U5QM TsKf!A/]6hwu籡]w\+v>CR:/D')mF##Q&ԕfu YS{6QQJ9~1<1NIE1;fvjSelnGB.ZP3P}E)Eܔzb,G[*"'Jc P^\d9Ŵ5lEv +UjͮNƾiL BQ +HxTQ ,a;2CsHC+.pi'RB:8 8b1!0Ηl(!0Z?]8 ie w60O[ ?<6p q& 0V:\(ں$-/IɻMqa_>]+Νҝ3gDFfq?hԘV{`j +a +y 5XR-֌-#hnE Rv +}Ch7O2?Rj/ cTRk K쓱[Q]'sޣ?zW5@ +endstream +endobj +79 0 obj +<< +/Filter /FlateDecode +/Length 6322 +>> +stream +HWko_15Is^|AM-h7ѷMQزؒ+)v_)J!EJ3w=s~/;狗xq~~R"5bssrk!n'gsB(1>) +UR&7vs%,x8r_aæ7o/8_vrb1|X݈r}z/~saUэG1Ł}YZlᬘ?C0\aUΛ)1gR)zB2/~Rf:bv%FVbk[Y ,R܊hܵM$,g5];Z̮a#Zt}.Ïk܇#=nǝ?$:[+;qb^x;E䵐?略xhI6\I-H$ 23t8u8-0XoqD ~Mު]=+0ʋP{B +|KMYY>o(3 +6RX\_ETE z*#ϥ +| I!EQ`j R6X>.c{ 9yƘh rh=&Z> +`\m~t.f|*(r95F(DNy8Jۢ(̻m㶡rmk;z[;ހꦇSEi:>*z5&#JYB51tDDJf],Z5̼#r +E_Tt N6FԟvA#\@k@^A8C#cA jۻFl^Im ϑ˰$и\Ѻfnp Bbgu^M'\G$C&a +P0+ "Mx/-@44+ Fun )zjf#n7$+$[ # F`,}>@b%c4?:=:j"hE^)(t+D%..0LHWg zM]W Q|O= AcQrEm8[%JJ/G<3x!Maײ DEZ TJס bk d;>={\l2Sqx6,; :=l/#5f\VRX)tS[YTjV1{!eY3L 10hnjbnjh9ox؇8M}Ӆ}g췙t4"gR* J$g4t+G#mO\c6ߗ0Лpp ͂6 +@l"StSUA2lYU#rN +]!:υma\I+5j!߱Uݒ5Bz+7lp #@ 3ِ1l9;oDQ36k7.Ua!\U-Dl\f0ntUǼ^ +B0xK}[ϽAx8`Ff̎S٥HVR M`Ԓ# Eĩ)8]y{Ezpo7umQ+oGHomiD.O0("Tsed+]fxjj@ހ>gds_[=X6ذCE{W-\lc} ILqg-v.(,[OeU<$] b~z&]܂`lL.aÉ nVB)fBG=Y$Ed m>Q.qžxkN:!m 96\2;اe,V^Bx#* +rQ] FC :F{(͞C#9:R- ՝e\ V5m/؝ vAb +A%LJ8t Xn"Ya{¿<0qتhL:3Rj(kXp9ޏ ,+ %xha0,ATfOIݭҘrcOʙeLFRv*Y] %nb&3©{yfc+6{ OiZVhFfX ´l& xaK`Ez>vDu:`Z>3u"!߰^DAl?%N%KiB; 0WHpC􇛙dS +$Fh\\)va5uˆ]fwtI9M Ne} C&Q4Tr#mب(䊇< &;խP hx^Ͱ+utg(phE(yT1L`|^ ̘! 3zEˡjZN\-X?I<_`DŽ 6":|V,x̊f?G: +X.]/A8u]ҁ^4Gޏ?;8{3,0C4["bJ{QOq#=f{+\uR=NֱRCK/?TP i"6dowҔ0-!oEBdn#`~kl(yib( +eR ׄFOG`.&kv]-m=e`y/_+|ÆOs'3, M{44We  9P`$K\>,ܨs: 6Kщ ժE]?C/W*\:MX5&MhIu +)%hі4H4Fx9Cw:%VF=u'@#ڄ4oضP<)mds< +YDs-H#*3Z3%eZ_:4@>C_ZϕIM@Qd8tX7{\ %ya5닲RrWå[A*;a:*y"]W}\1;N]Ҟ_^b$M8eNIUp.LW;Km)>1d1i[z`K3dSQCgOhAQjLx۸790g 4:XU6JT1n@5UIX+ɳtzؔsy 5  =%߼4lxՆ1{8IF& +VxB6CEb|F6S;xΰ2ݨ|%8|%؂کU@z=ƔE~0&5<]w~;h 0`mJn~I L0j.ϧ$-zGs.3GvkX Y6Y8 4tctT"Dw!oԡxIé``mxQ x PB)ɽxK V&j:5%Ȭ[ 7# M;3\X'K\{?:LSG +#5\~T`oէUz' KbT$. Q F Zn6)^q}/!vzd$\i+-<P ӓ/uFw-<A$twѵ/*59Ul hu[yPRPuԦ Iu[HTIRa9/~Y 2V4֚> !Wa0w)E& Z%̓:lPȂi)Ϣl<:9_F;&,^]a5~nZmjS/v (4:IdR0݃ѽ"yʦS_IN\%A=2u6_27XN(d-1>¸4wP._n^$ Hׂ&x +endstream +endobj +80 0 obj +<< +/Filter /FlateDecode +/Length 5778 +>> +stream +HWn}WQ4& Xv /ı&OQ,ۺxFZd_ MbթsN]NO?U_=ߩ~}F^,l_*;|{\TF-ꢁ_Sx度hkW+ kXp׽_{|]W:cxPÛwGʵ6G0Á,%EYAˌ2eS4mu]cQwN/L[jV[ +TQW\ŶgIvlYEz6gUX,*> | +uNux[xk\[aQ5D [XkuqVi + }tz}zqWQsE]iSxMWZO;JZCV` uQW09ndk 4-Iqf +rX*oOJksA˪s1P}<{`xs*g$Qa%wU-"4*A SVڽK6F{ZҪVʏ!~[\KՌ jf3M_Mq5*Ä5bBMBK ֤D`eur44*iި񮜩Ӑв% A&*ZogRBtg"8 +B)N\+1q5~A>ab!l@![2-ɒ ~ <vasV7BTIC1+ P5ߡ @.#.%r|C7t B +/m1N^128c>U _pSqJ0?&&HkS`{jqMy< 5 "Lìn#+F%:uҿ]U2a g +3^T7ByAjea@.=HپS:,aV`7J]`)BƇZ B]G-3TBzD~9綒;&4:l8Pz2i,`MN{!T-'p@ݐX=rgCfDQA?;b=PsdrQ=lNIW$n5bTM.$WQ܇r."%N Ƀ#]+|z @[jج&Yg@ɏmG\0ޭh\90V"ϕF9{Sc˦mޠ7ݮaa*CJJDk<W(=ug1E8H6eQ1oFװC8sxpUb_P AvL-3scmdw[zC+j䘛ğk6I?Ȉ0(-&drx#L BDZ{01쁩l)~LdwS7T90.1Z~ڇY|U)]=T)J_2%rɆlZ;\5wcG7PYCΙha Ǖ*փkg~wubU;1GoOuh04"ǼUU Ce6c~ʏ".#uԪJ64K [`Ъ.SIRwԌRp>tA¼ 84YLfcޮ 3)\e b˯mmv3.MwCV$rA6`TىBp6 + RICRQ!ׅ5 QQe t}2Ɔ׿N'x +u)s1l/pbG$GrT[/]T(m%XNxƷK%+|-3"Gi%x xA6zKp5eoೇ46x W +~Vm+'1O 8BnU j4& YpjXkuKݪW> cϑ^P-EL7ӆޤ{. +UoJooqR}hqz~F2&5n 倢VBHtirڱ4NKUb~UIg:+#P0pϿD'h#y&sx&uN2\ g<c̀94vP4cDCfߙ-Uݍ<p. .yœ}b1ϭv,VU5]뛂N@Ksd  b0!̄hPYޚ0Uc&IƬH歀'{2)γʽ31" ׌UF*/Q)zeO(A8/! ~Dl{29;P-WTW5tn"'|Qbn57H݉kn =!Z쎆6aʦhL핇{Ӿ'&>2=Ap,0c,hjF'GEֈup$.Lci0@ԼvvX祶_G +O%sAg4*zE$Gu;Q3h&S:_ԄG}GgZ)~@Z􇦆㲧tKuAHb{CU#fM e'XȬu\-'̈/5cF\$xː\"lh^8yn5PS W#Ȓڒ['}.Wt$&7#t`t :JKIDhL#$Z 5YqL8ƏNAN Y߻SM&5wXvqYjS& +Ǔ**ֽ3lVbmr+'!tHy7GopI]+mx8 :ؚJʇj͹ \x{ƽ@hh7tWdE3Xp^%8K=՜z\+qe.ΘZ\Q7mdۂld-B\O|KW +$°sQ-?l [(G0#U! &(j8==%xE_(J~ϱ-PNi$KƇ{[\dy)Ə({87vD}.b) a`FmmFE ;3fT:pLn>-$ ]㘵#/[  Y$ց;[u>4gAE2~@bK3"S#\R#Ȓ_&qgI%nR88Sl}Khx,Y +. YW"%ԭqlsoJ +֛-L!Fs6*S ^gP 8ӎ%~=Пo}E>v%ӥ, +֗!Gg>GEl(\!I׈=đ׼1o1 $jD .މP;,+tB\SszGal۠)a_\YN:[$5Y}ƭ ѶIT8$h;1}/:1 ]o [l^Cp"5%D_J$Eۋ>ZNSp@A%ApqϧH bh@zI+"ڶ/B ,f[7s!U`+|m_@jF qjT*OFm躣+]f2|lz2V!@ɐDxkDPֿW99wlMleŒ+d p;=pKs]8X8߄{ǧ35'-G4;^gNS=vMZ۰YNMYrFRHӥo~-8FȈ .9Az</+EPQęX GL) %r,aF HIxUxaĘFplaA# ^PZ )׻{V}"1qp]K ocHmw& +{fc9r`@}ε?hĒ-&Jb N˕4Z'wLƑr۷|R!?^eHll 77+;!Ly0iNNo@-=35BőW9hOtH +_aj"D`haՁQ\8+]F+|{3瀐T#4۲6tFa] X#mEH248D $Bg!c& +5 0GƻMt>rjZ:Դl;x5RWUo]I#[$@^|& 픴ӌ#SokgjzDc< 7[.%3 t-=fK5W Ko>t#HS!4q9:аVZm P + Qx/@#Xͯ淠>Jb l|'&FG\@y;SNDC@J/}xiL>qHabC+y伻yjNlKG(XVw:NCa"p`Z! gS޸ 0h" +endstream +endobj +81 0 obj +<< +/Filter /FlateDecode +/Length 5603 +>> +stream +HWn7}W pb-@`lg+O@f%ڦ[|܍e-r)]Ms=|?o_~e^T*]\*c*+щ7-; Jo˺q\llUrw?M[8z{ʼ=ٜͅl߼,|kk=<:q@%A  _}ٙMi-<o?֕n2?[)lޙEml~m6?]a᫫׻bn?,U>!fdnu L-Lg)EYbՖCM11>;+zoRo0rxh0rvb@r-抏x|bm&{T"_6;mQsiӞK=<Bd(w'qA[ qr:_\9fsXq%+2e/ƬtGmD೐Du!l<5Z㓷 tba=L & c mV`nʅy@p >|2t8sFBSFޜୗ53ĎxkH,^j1Zj]e֦mqB4DǮ48f7 T;!0u6n!6"I< 3SJx3`z*]KRl-??P!ڬrB&iDZL +ae&X!?j +4Oe5Uy5"' 6qk{H3)!|<3,vX?ʙhpjkqkK-eɵG :m>A έ!cV~3XD9.4aSԤB蜉T *yTU Z*2_Ūyx^#*g ͑4 ʅv¨azjc}ޙ{<>\sI]?$?&h=X['!WB70E+֪6BZ2',?e!UkW)܁y~"E?`֐mQI`/ !yV@),ߛ fi0"uH:1oNz5j$DzTWxMR{%VԺK +אEMc(l5,@H=z$| РiģR6-ϊzᭇI2aU灚df \C"Wr Ttɾu[.F?q|.*;܆ceqȄ#j_lȯGѯoM\!@] rUSE>-.'l@ m[,+Ȍ^ bܔ3Nx|+CԌ*-dKL6*jg(6Cy< 5ƖzeпGt CMip{0c21ңULzrTx2932J5_-ԔJ(AocDYvZ(ⶾ>Wv;b2 M+¯T :-0ztϖns8+rv.󥫾ŅNw)8| vY\ +n-9T!i;eq1 NJ9ħ]طV)u؞.BY‘xQ@j-y4 KYƷ 6Fh.c%,}0*IfvD pTʧdS{ Xu2|a*F;N*^VJ{8!xD$)̅:D.FёVHN[Kv}ڑԡͮ{0ͅ>j(XCI hzR$ȮhB7Y{*dq ?xgHtG&FGa9bKyh{Wf*!Y+9>AS1R{?̢&\sd|j? +ŲxxKDA%k2+@(n&ұas93K/D Lby GR*D-v:;gVb|S#״ s.ӟJKyb- n?:˗[~*e)\m/nCu~+nm 絥34H*X]@&(RzpGvafk_ +Nږ$iVrEl) q2~%BS][FPL2N rDgw[\l>'rzgYʕ2_02QV$O%I| seus$E,LPNQ:_gg.3L&'Ty\ƪ+M͈ڪ7}-l)'j^;v~9-/uyw(5[+*˰)DdTOw} rSM9Hn ȳ(_;_X帍gp<q'ۤ[x)F,1!v^EfoH_f\cBWJJ&^r`fȂ&#'׈8xHL-̈́IVϤS5%Z.0kUzrJ2U+ś50(j{: zO nD`Qp0FV_h<ľ7m7"&o3snb=L$&oʋ[fވ +endstream +endobj +82 0 obj +<< +/Filter /FlateDecode +/Length 6142 +>> +stream +HWio_pgz0Y@Nu5w hU{gP77߾I=+UYu]_Ju~h[*eQ6:?kCc஫ |^۲w sMn`GxZ7lu5f5l+;hF]7]'Z^h_zm`eo/ +4rq7o& :F%W65nxDXptŸ"9[ԋi2dx` u +nou߹Zp60BptYQG+JrEϒ _/x i--I¢b _LO\Bx&!4<|3 mP%' F:ƙ%##ְpP.׽< "V9` 5 +-QpܾPڥY,H(5 <"ĦMk7j'?rniZ3 MH#&vWMj78,2K m1"rF$ܷPt3zRl(O ia:l_ +.K,&,s$:7ĦK>€jIj FLm&80y@+y[x$E%}yY uFx8<4!Ck:;bWR|;=F3iR6@Tk  5u#B2SWץ@)ʲڭr4+؂O=Mq4&V +8L*:\yO1O+] iӵOz*xI_ޭiy qmbVWf 0ZLH- }dQSIW|WN# FЎ:LYIL +q chC)N5C7 5kPoX:2FI-"@>˻"9VEt>ĞӷamphG0qvԉ6v$զ3Mg*§"\ :ȌQml';0@H$n`@kHRl/*@*F,!oG{zJii ı(;oiq%?~dM撙ܡ=.};]t kWWQ}h(Bwͪpu ?ѭ-AЖ=sKv'g(4->T\[hK}ny{9uJT*LaRP&^$|zw1 &1[U¹ %-y:7&/hPq`J"!4^K_ TgZ]Dd͕G:"q=sǦ(`:`쓁3x˗6"szwbQ=Ĥ`2`EG"Q5sJƋ\ٛԶN0Ρ`  ?FIy:|%,%)q%ҳ{Mj$}KEy<=}$.µ|=pB N5E|ZBhq/oWHlJ"E_π'̀WJN\fx}I e\n.t=oo4lO^U JIG6Q\X2ϹllrMJ㵆za# +z&?NJbIJ)]R[xΉZ3mZ~Yͩv3 WPBɐou{T脩SlIp쇲uaKCDMNinxg#`$P"pM8nM R&[T'܁2$ܥD&H ($ӽ,>Fe>Y *á!F0ơOk +JRŘ١Μ]:hB.2*n +-I(gJڍZHqxҕ[0GHo~Èl+FKMORìmug| 0@Fx8 +}Lmh>}}stwvnQV ",앖M0$jδfg:`&2c@<*x>Kv9V\Jݵ5k1G\ɾȭX;uy#ˠI }$h݊\۵ C@ڵ9`7ꎂ##VA~C/R/6 T>EPw@QaПEe4~=5qLTUφVL: g39=C0V<l@L3Mf |ԿKVbR^~?_ֈ_[ ɸEYD Oli~8P΃? +hMoPpfO|uPC̞9Uqΰ}m dHjPmzͨ5B_Ձ]t_ei]Q2)G2\n1&[~qC81 $%~[n"aos80^m3MMr% )ޑ,ɖ#EX4r7%,_uy),=S_q {?hЈ\^I :!4yN΍ N(u:sQ3cSS&s37?(uC֦IOC򱋠=6^_= 28j14{kFF0Ga^vy)r1F.KˬM@73Mb_褁;VԽt"1ŕm\!~L@:,ZLkce`67u?b.p:0ؑ~OCsvdwhBZ'͕ͲYqp/h_ q,_x;iZ$2#UP5ǘupg'Yʺ/ass'&|avGۚ}8)UZ wV-S<wJӜ>nHo6"ngDJEx!#e_'#ҍxh_]b@C(ᄢ EwϟG4 1U=m܈xy0>ؒN_ry2݊Q{7]i"5ca),Ҕ2lɈhL,t񍷨= +'WO_h+!yؠ]|, +x&L6LڑfiiKf"]D!J!SJ27=V'f3_֧-aKlw`+^ 8"}+|z8M/X,*r@cѭYvkI͵REvCѮ f{~3WGUr^j`yߚ+ 6H6-w|sXCz]an/o?2Q7M9*Ѷf l^7t5ls[EF3Z6s݄i?{;acT!H(/!>$V]Gy:"4W[7@=Y9lN0?1$k<9@Eᯡ[*i+ +K 'PkJAƤn$0t%D읻ff9CiR{JY2.朗9iEE4U&߼u~G( ZDRښ{Kfq_E}+\L#AH8.yDÆ0up-26] } )bAlB+nW6kdmR ;|RM[s J3~,>oLM3Ňt1Ǣ%vōE*Y(yVe*.:ågYeu@7lco-tuN=I*"4|;^z-Z墮-):iҞb߲' mKb:#R yDbq]bX#.x:G}]pOgqNJ[bx7ʧ;.d*|[8Qܝ^3;uŖ0%XFPZ&E+9IEuf3W $Xv lu eRICƮ?BG UMo'Բ4/xпJc lSuR]ِIC"dm">8JRoIrJ%9ghHeT_Ԋ)ՖpB܁f !U>G66wZ YQcI9@b67:[nawܮ%pjyqsYH_}|W8zi*^g+2BPOr;t'Nڈ&Bg Y?TqѯYD'<,8z3¨ 0yڴRwIt&_.mgZxQk&U?/7S 2=+%hCms /=`?d;9)bm_+Ja0 +*|v*KpIfς81.D\ 引E`wub ,<+hUϙY=SXh}]\"ؼ̿~S3B;b#ATG7,ы~ǒޡV|xN5}\i&| +40o8Ugk׿&B =!jMtTˢi_Vg^Q^ +\lI9ꑍ, p)  LN /Ex24 )޻nL]4MSk@Mi5} T=bSmJIܭmDMn[Brqdcv&> +stream +HWko_Zw\rH E/uQzŵ,;m>n +ֽ{Cr9g룿O?|wOw'iu^1WwG'ߍ`ԍsȇ{ށ}k]n0mWw]wV vV:';b1vp ӛ+sxq觧ώMk'rZڀqkyۡ19/nesÿ9vp,3jӪ %װ^TP[sxj-w<>y,On*s{yz$$;h0 xҜ'u .Q.`l,GoUUR +[zQx[}t∘2fGab(h M> +/K],l3b H_mV GM ̱ rT琄1kkz7Ii( +y#㑶˼w|"ݫ J YqN^f zBSኰ|@us&7`#W'8OsÕ*O/8g, 48v hP +s t)@=FW=43Mz|1!K!tcQe;]Y б`6^AUI2P70R˞S?W-mjϕ0?b1H?+)8 'k{gZ5wR& ;o)"L5ᝅcdsPU_̑E,lXл]5okr+Wb`PKh' ]ms_.9j- s E:R{^ dJV=C +{^Ɣ 1!`9tŶIIPJAHÿ5OН [ՌPb${yQǽfHL6PX$0D` s x/j52S Ddg{tSz ؙ#rŬl` .PW2)T'M41vl[Yx苲+#QFZa9 &'`xi+z__fp~ +uoN._F˴SڅLj'f21%j2AK=emeUy2ѵNyܴerb VT+(i*L~b5 5VY AFԗ )Rr*r2Y VB3$eZv_ q |ZDRv0S:L؟'U)n6T.Kta#RqXkX-W]+l+硬]ߙnʉj=, Q},U,]OӤ60ʹ^1Vu P tJ`>'n54~웵8˷VHY+КdUmD!N-PbYl7:9dZbnu Rqfw^h( X(9y,"-CS)[96"XեxGVQH2-5x`*CoBts-Ne$y C =]h +5a0Lmsݜ2 TAǹ"kUEX0Q}MpM- $*y/hJoqx^$%ı*D1\9mZ(-ƕCh{r%q],c؉~+(uL%⼢qܞaG;5.\&Ya`Deqa2•o<~B}^0riGf^QLKQ +#э-E|0&s8|ʼn'e2NQlvnmBjvJfgh'Lsfw_X|WZ?Dw;tܺzfN ڸ'/-sE (*w:"#w-.+Ӄ'XAFD *- ŨṒJ&*MwKww4}`"ِf¾Μg0%'[%k_.Mpu2`C: Fo42_+dR ~#4Ij3/aA_5n,UŬϥWZ!W@da=VJ>.b1&M[6#d`u t9i )aZ w9s֬=b8oK|D)g\UGJcu.4=B[L_=e]R񔓤aV|guoL:pצs\(4(I{fm9v0Z(&Ž! +@leo]kp+RNBE/BL̔k D-$-9kP3wd2aǵ?7)RV Lyoy-G$dc959!61C{1Y0cD"aWz7jzDQFNsźYu]z]ɢ5&Gx)}  3oipx2F{\4FS#-KxC#GS>iOCKxv=>lR)g{0C"5'eNK `A& 2ui"N]8(Ŧ'㿌yl]TL VUC91şdt.aUZEr9~ Yst IR!!ؠx0Me2DfCg'<]"hnG)N?[,>n.zM}^zl:Qeؓ.Oӕqֹ[d,K硴5l8)Ѓ0TpPܶp; L j.tK,0:P_lڰ̈́ +`sX|Rh}!E3f+C c՜0IRJf!I> +stream +HWko_1IAJ -ZdբrR0{=ܓ_wߝN^o߿<}^jU/MkuwqtZ]NVZi:?ZΔ|=]:e{ gx[:aǺoG?~xo ^_:95Fz}}7׋_V'o^tZmOV+-=0{ZqqU/[uTT :>>y.n:V[Wx斝:*iMkK+S/uQ]W'aM Ee:棻mj4}[,Ɗ_<@q',ޛѦ&O}FhԺXͿ/@]A$pOp6^V}Ak| +6S)2>h1xSGN34J wWi'\䣶",-Aim2&=2unExBhP깫d̗aoTg2=$" pc-Od]^x1ٝG2wFʅ@iZ>-}hi&%rqa_| $cgDSu<$segƶH FN!H2.Ʋ{?ˇԵ0 +3wYEEKM/r:ӑebʜA2r%}<C` qsShBe]Č:{* MPDLO5^ B էژ8EȝRr=Y.On +tep@ڞ7 Cg膣B~SP`ՙZȷ)̸ɼuVTiͽzɤZ}gO*-xUgKcp*&;IczFi,%yx6L 6/vo S3l6Yt(Rl;XCM&F~ å_Msce}0Νj4}!;lQ`oƒ O՚샤# +Wؽ.7|c):Ew~?`vL.t]oϴ+L{ܰJDNjx/g\Q}t(#`֝Qo. |̘gAQZobB9j$J(Rv9s +񤡮]d̖T<&6LWtS|cD 5 1I܌v!cfjIVkA,wR/)t#5Lc 0[O9 Ž 4pиRrؾa7dv?Dg&r\X4ThhB_o^V}-@@(W.hggK܂@" S-XL43+ZQk>VM^@!}F%ÐZӍ'h&¥@1Pʌ`tTQf$dYѨ!^0٧hUȚ;$ttߗ׼`+͵Qa'y#H-\\^_kSw]|NnvCX,{t|7y?t8APs*^Ꮃ +,&:A%M`p3|KfRt՟<`vnCA< -]*bdp۴3!窉щsMl2>I1 GMS|Hx1ԢZWĝ7h-})gAZ1éHNM-&`fdv#:24J.ZY V 0r5~ 8 y.C*J_fF()(|_8Q16~}W]M[eūɡVs3? S CeFB3L9 +5ikJX ZG0|AcLW%"PR Ŗ [4ˁ8fƅ8{ˉPxҹ"S?}/Ō4^Fmb# FET4nx0 +9{;v\tQiDv*frF Չp+(xG +{HV*bcSP.6wKHs1rU^0/MOhlS  xWniaWMHB# 3bS`[vٌCJ]MT6S뜏Ǝ8-c)N^R~ʳp`4Twoá&0UKܶ +91 $Y K7x&3c٣GHQ~}P/`7۫Pu 8B-o)]w6gOR]롽YXaKÌ3tBmmq.')Mm Zy ,Eai$^śُ +qM5 +g=eG 88jx :N.K͠:<뙬R3zQ^cXc&A,/I s$eƭ<$yQ& :옴Hӄt"}xblOl nHPHr,.Y=IJ w1uZcE9V*h6a +F<$>F7mg1?Er\! 8T{ښkS^sK\,#3$t&A_r^5 +Q ;w~I (DׄC9y)Q>_Ђ-cfw3B Ck/}HlU2{>ػZG嵰'Y`XD-aǦr1T8י8? >9ӱTq/UŤxt}f׎f;Qտ:a<` "z[9 du +XFZ>jw*$/ lFPEz, 4]adGG ggip.(F릈S 0~8Xd uVmL=>BbgrU5.DҶGZ߉4ts`ؙ*/%fwo޽\A(?pD~䠥o?<!WjǸ?\[vX1.TWQ1LmIQ"Oz^ 9DR'dRxԭp6ٍ01]##c*q;ȕv`)Lv@kx-iaoT]$Q4\)iltShP}!+%!(/-܌f p֗jveG~R;ZN[ʖ҈Y~4?Őo;2[0ۜQS(e|T[,P ؓpzz(lfu=;Fim ̥x߲Ua6AwҪ4jK@B~([%+G\|5WZi;+ ] |*J" 8&ٕ :yI.&?v; &|WxS|dܙ 7s7l A`J>$mxwrʨ +hotXM᠗dPQ(wTdeHҲ0`n{䀔dI5M XSHNSsw%م`"Xog""a]ԢF4O}h]oB[i'{l ړc#'Fz!md(I&$G0&h TfۋiXzB`*M^d^٤A돇 f*:'LMjIlN;y`"\Yd< =HIfne+vb6ۓm*1>eG[}a=TlvTqxHDž{7lu.8ϱ k Dk-ۄu\X>¨x֝rGMnKm.( |*򦤈Dp]镛+yn_״y +endstream +endobj +85 0 obj +<< +/BaseFont /FSZFGI+MyriadPro-Bold +/Encoding 183 0 R +/FirstChar 29 +/FontDescriptor 184 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 185 0 R +/Type /Font +/Widths [588 588 322 202 0 0 0 0 0 0 0 0 0 0 0 260 +322 260 331 555 555 555 555 555 555 555 555 555 555 260 0 0 +0 0 0 0 656 604 595 696 534 527 682 689 285 0 0 511 +846 690 717 581 0 593 540 548 682 636 888 613 0 0 0 0 +0 0 0 0 528 598 451 596 528 341 585 586 274 0 0 275 +860 586 577 598 0 380 434 367 583 530 759 519 523] +>> +endobj +86 0 obj +<< +/Filter /FlateDecode +/Length 6178 +>> +stream +HWnH}WeM gYdY d[vdDz~֥$%Ӌ1%5Nsoח''oď?=}'.jQ/ik::yWJ,/zQÒO-ZxF(ek:E8xgst\~=iyop78wa{ϛZj^zVS:]F+00La.}QJR%q};_Ju 'C5<4 %oR.+ > dZ\Iv #d|p{? +RYw]hq|+U77%n| \v>o%y"VWhZnW,]:i܈[ ~G +yH.lqf*hJ.QǍ-sEUΔn +t*} }0+O4pAHMI2Zk5=O9̌ iug{O jC7/wXKq^r:iL5Y>y$~㛏inkNWbA&܊ox\߳T 1WX Hc)qXF 8LK͠Mw1%+{++_ES"Ѥ:m'~XM"5$xTb"J&ܹK;&\d p)+|w=z8b]IS"Fd I9_tc( Kr|R6Rwv@9N0oNqaHUUk;ޅ6H6=C ^jbA/}Τaם5,:XRc IW+vҴ#OgR&fM`ۿ|k_rgj!d@B3I [a{؞X_V58+9}8=g텣hď'/rkj""9w2 >--~L0ܦ 7 S"KM5?گ9'r4s^~VKs"MΨ="A~Dhاi{'ȆczXTjo/L, /Z3:^EM #@+ФdXk=uIC ao[3ldaXIǝ[)@LZ ^'Fj K"9MɈ&8ޮwϯ*AX?<zx>զRJxbr _hn MEPtTQ< &|uT4y X+T,TY#EE#:|AH$0Ȱy9bjݱ:| Wz{l,3'fcŸ.޶#LLBڞc],(=>}mGkA)NFρKp.&SO@.MKiy/]$N8DQzN0o$W q3ŠY.7L|y_&R KBj`p +^{˦we5R-/nE{Ju5 /`aG +8𣧯j7A`\G7Wc8k5![V>E;~ЭH3U}!c){L\$N)\.s] e> +7ROk#'޷qs9gz $߲W݄`a{,mcQU4D M*Q&o,YHSI+ hYnw p9ߡ'fO > 9߯9Ǘyji*Nk%GS}ޔv0/ ޼ Q?V8OcՅ9-7vʧO"7jUTwR$d٪F{O) 3>dݍj\xJϔl}K +o;@'y]`B6R kdcdI]LBi#~/>W%_wy2,os}Rm]CNϽQYuĩ\'i8jݩ̵h4,.ĂWu1Vcm~:|V֡`]fT fDD/)(XG-yX쒳"ĸ{fLSd4zoPV__E B()>t׷y5m%Y!D1$ CV- eCUћTҲw{#}/mq !&Bvۆ7+0h~[KY"?zpنԿ1ڴ'6)`,>C6 7>tCRm"DF 7==ҌE(:,摑h?eFYzIsL|Ojm`#1[T>'—-[uf|3Zᜢwt?R4Imբ)z_' iz"e c{*O.,(`4~1\3NP!5Ŏ94t᣾jc oϠu9Ptz +[z v-cf6Qz$Ǚ1x‰EjεN>SńCTL_.zr@%t|fa_[ +!S¸uS6?J0pY=audQ(U6 ]`2!gr9u5P u6nЎ;V|AFTj]&rոN4; On[e;ږfC^βԬz&  .s3[o!t"COQN,$ Z(+ƞJ{hB{'һQNpO#yKLY;Nu:x};䍇uZfEdPR")m$<;30iTJ]EcB{6pf#;ԽhJ-/RK^u)m9Hj[CQ^Šhq;īιPzS DcZm;K:qNQ +хI +W V O:IJnSXAJLf6C3~ID ~P.Op :4HZʞ4zp_6{Xx27t!U2=+劚o8-{Ƽg6{ +0OADmo/{J,gmWVh*br0NK''lj(ȟ&}tNfs8k>d~Uƽ,ջք$nV]`èz150U/)A%zT2E(:9^|2S0F)2C%JT:~1̹P/ _z,*uNM6HL%n฼ +D~5L&Rd=7!ˋWB=LAjLjP:84N91Q!E(L!H#mMr[8/v3TTY ~buQň;,9S<^<9K{Yӌ1j',nB9c1LnzfY[V{ +[]@v"C^aYױwƘ~܆oy!& ߯\t_zFdK_, C@\bV=EYĈHYSȒ_-=DyhuYQ'땭u΁ڞv(H؈U&.&*A2Vma,+dCs9M9U5PTBpZ@(,\ Ûo==P~gtx 1lݯQ_Șc1g'JJDopD,UE8JuD3X/ 9#{ +VD7~ՇgQ}`S +endstream +endobj +87 0 obj +<< +/Filter /FlateDecode +/Length 5452 +>> +stream +HWnF}W4`R&$ J /,֙l6`$d%e$o]R͋Dg0`I3dwթSNux؝=/8:~xQ}'/ۣJU[iju<:~C.J8*=SʕUДֶNٶl[mL}=;wwx7:;[Rmūw/_t"ǔ3} _ ojSta64pzUWhAmԉ ~?yv^Ve6=wxX/?.Q+;<N~;mly>/~:/MrPA| pZw@ƫtqހ]v%YtG] փU\[jSwG zs>.|Psǿ(!lRͮ!+Jg-~ð@?`1kdè"8띺cL#aX7BC\1J4  +6&j#~[CW11#g^2zD~nnev>(DbbR Z@K +dz74hcpul0Q l1TJZ&IsHOzOt2vߢ CJ_Qql -@oوJ\v_O[Is9AU7MPmuM}ّzZ>qaxC W$|AAP}jc6]NR'u 9ߥʇ 3_S"r[u2WhMR5RwQ߳x +I|lL4[2la9E!dx;y`Zb*Z/@D +Ó1xYoQGӥ ϪxW"R!dzǙɴ"gk2:qģatbbV׫_bI7d_(ЍT9v:WkS ͺP"SƠ*( R} "z3O"{ (<tWO4nZ0laʆJ)u)ryb&"s:V޼iUVa˗㕦o~.8$#㼐g4~~K\Y_~d`6VjaSZwުr{빼\@Oy!~79BMè^[.; b^_Sk^ f,&(4+qA5V.ךE\fJż::hAXi^Wz4#{A6SaM/ t3Ia$?:AqްLK9Ch;g]LJ>Uɢᔼ'5 DXP,5OaZXcP +1STqTQr4i4,ec[0q;$Z잒czRjx?t<&*1;dO+ $y!(h4M MEㄝ8rr@H<5 ,Y"RJl֖$\_=+w5eȠ.Rm"AYԝAI[DY썄 KAx9Oc@_Dd#h5Gk:XNN_ћljȸ}?a*.MhٿX^q_w^go+`wO3@M1?MvNxoH/~fEAوva9dK6mt%{IWtOtEݠݘ +o.XJЗlFN_擾mAޑzy8@N5*g#`OsLFxml:xH>80†R& =~ѭgi6k2uP mbӌY,MtX^{ÆUH+"zn}%C]gQ'XqwX]rϩy.(u:0v8f￴W[oF~WRwc=cU(QEJ(I &)ssfl/^/IvgΜ IP80ku%H!ˆpV߂vѲN^A>0`#s}4n[p{tna8j h[Ow8S(L!sT_픊)-PFņÖ@YӢm@ۼNs=6C)q-= +]QA Gwz +8=;DG#KX(=~W%wZ O3nWRG)Z} +  '5Y'eP,v[&UmPM= 8ٌu !a$2 ǾztSDK2obs; j\&RW@KkrbF:אu't1R#oZzQjR|Fɍp๊#bThrcp/&Z7q"{t)30,f[j2G/JV\W0{n+79n6)>} AOɋU[EzƆ:mMCG {%Wҽ)I` `ې?oAmX\B1n7yvd.kI4O5ahC㚰mqIWg.BsVz{۬/jr$ԅ' ݗ%R.WHc&DVaC5cD*nnʑ\|zK#ԄJ=A9\ӓUNɷJ֍{~'uozzKj.2Lv XK&_/I_C\~p/2{腘[h=(jҰ`t]_Ͼ)gp.B=[ )#6fBvAt2 6mRZoKZLlyXt$cf=.Dh15!rpxh; "ud.RVTY\ z_#XI/b6CK rFUcg m_}Ϫ`NQQp'=UkA.0,SnۂdBdL̆o<ۇ@7U!C763 iߘ\:ߺ_E`5`2s$[xjuVI¸Tc"~j#}WݼypyS}pؽb+6a?jcڱ7C~~4MV~qG凎C50-:'L~'(xT,+MX(윝7IjKiztcN"Rah٣2Ih.CDi;8o1]ۖIuORn9jfdB5:yWDΖ,TՋd8!:ڛȌ] /CS˓(C4J@cȫ_`T >7jѕZK,pq"Ix) 勱7֧ +&yZ$letڹb$$phV`*xiduHT lc?n;mAk38l 0 +endstream +endobj +88 0 obj +<< +/Filter /FlateDecode +/Length 8454 +>> +stream +HWkOIί.)n](R2 Dd5"`;& + SӉWw{J~7Sbxrp}p/^z3y+ޜpUsV,:%8B NEzx(aZV>2{{7 \XRsVPhEe +;S/= FiX* U4K(nSE Ct,KD̖0Lp҈:fD-ȱ5Crp"up2X*`QV|6º&>u|͈:zDRǗk\"F +}0{Wxg*q> *;&4S8,_0%i +SSr.FLL)5l6;0'S|N11K'6|J)*M J.%Rاƫf*'F ՙڌtVt۝SI6 +kkwJ Q19Z3$Ս6&cC< ꜧAX35= .'1*ʔX2mzܞѪ|8_t<9oODm?;~E_AnӣE`"Etry p+&c QgeK9֡pbt,&؃7}LQkBaTS>f !ul}9Jg.`BZ>BHcD~<I:BוE+hKnCj+s_K8bt"m58g Lt/0#=ּ%=nmľ4PbVx\d~aVG2Ɣl7)[d7I>8>I]an% )w +PuD:ˏi{(v;RS-D|BF#N_[ȿi钎IqZg4n0 \v84aMgX UzqĜ ⭌f%𗊸F#W$`Em'$$qhnpţ9 j"7'Jn t6K* +$~xRtHq:O%Mld8S +`J[r.܈rN}+@] Beq2ic::#ԊkzZ@)|z@@z%%yV,Y말u1QF=ȟ u7Xd%o*i@KR`0LRʾ\nm kEUŪl/k͖ᤴ΂`;DIʶv-F|D$wQР\>i#겶 *UI|v%m-ACB>On`-=̥bU3?O +]:fT;5 ڻ7>s`^1-pAٽcZ iL7-ޤv~F)li_kI'{7Tφ֮=.X(.T]n*kDKjI2ϐ. FΑ.Kw1? G+1m[Ata۫ +5f|Wt/04n0I015kcmck$v'aUjJ ξ*piA/CΧ & $9.ZMjၗ?) ]}ݭE彚h;>Fk&:u;[{; 0SL1nS,$%?4J&5R64OT@jc;YVZ[ 1Z]|o&y*5facgtZbsJ)8@ИXs+]olm}.&[_UUuySR\(urU`_OOǏ3Z#յe7|a Aɩ. ~'"r!աQYeJļDt!%Q!58K1D˗tBj3Pa胆62$5r$dJuMZg~ oZ8)MJtīl]OվŲxA#%tClԳhogB]ҚtG {=٘zR|fV:oNx]#pN@ !/W[DK3b=wR˅r%sȥ76'*r3ؼ,U(b1T4ApS&>: +*4V\.q v 5SaرP]0# n6DOLE=!@ҤO4^Sp>uhd>.mG߷H}{!v]og̚TAպ}5jiJr $(/pà 2e*-{hE䎘c) +-C&_rF4{gb` ~/G$ + ~-B/̼ (]b[&^ VUj1 xPV2߻qE )'ፋ$tc CGt's1\Ea`6ň8 y9U"y7!ˡyxO3 t!oG-9٘BJO7Vl@nP/T |.;OvCo67 ..-#!xz0H9>9IqehBH}9]M/ qK#(`Ϗ il22cfJ3X_–ydY䵀m8՚枿ߋsj JC4iK ezr]ؓ%)}ptY3ѝ. %=UzA7|c~"BoiXk%]KP.uo.%U7Q%ob}D"#EH7lvܰ + 2 Io%qAyo$zL3`=>E2vi̜Da8XR#=UM( HPTT[ZF_"rH?zYGa0gJϨAk`d +hV׻֘ةϚLm3W0$p[ND%NO{A oe\?)Ҵ2:Rڝ5ܿKv^v-wko +co}ϱQv&>0CV -0#8#{qTv~ܸU8unxxtqu{_c5}Z~TI1V<㍌3 N0%đ_7R||bFY_9UU DQrywq>De#?s +ygvy=< S" ǿ+fu6 @^4 +>} =0yjrA$99;;[Jl$- + Ktrwhۻ[y*%[&}ɌdE cfNߟۺ? dIJRJYȵeӓT)8&en~BպXg늍TJˇah?O<^ 1B z?ecaTMדYn,N# FY 6-F +ZԧO_N}2$g۰%Ɖ3*y9"/g̩?%؆q%zMwyh @3H&a,wQzcj#P +OҽnjmE{ m8IX4Tz(ɿ Zt` 3Z?9]c+Dt)VNQх. +X|kHChʱ5Ύ3X |E@+1 b(A Epgөo|'pXW!%S-#-_\tYC1F<Ґ2FfVeͪ10BYNBRzg(C3SNtNӃU=.;CT=HFWFb +|cDŽ Ln숵f! \dAh^"=_&%á-d`,,jh"KJùT|6>`*AT5ٿZgᄰHœ3xIgL[OD+4fؼ1cw͘}kg`yb[,r9:@we^ +&׫TajXsMckܦ#99Jv0$I(H'7 DŚ,<15֜Ym W|)cE[l!i{'];PK"9lWUXE?FIƺ)8+l>?1=iYCS< +w˜|?ΐgԯ@IpLv$bÙKN3wuQV}XB8xzڈ7zY#3D2VntZ36,c&45ܛLQ&:lYP,ve_ mf zQl*ԛ&5P.]9vzhgP*e&ȻgL ) dnkFILc5xEnOtXt;=6bpϟxuB˖Ѹ zʳ'+fX]& m}mv0$h2LTT2qT6S*%imĬ[9d1(q ULAgurfr\zq}iL˷`/G2vY۠c 8;u_:+?Q)=U'u|DOcQ ُJwZ({+Z#R칾gHac('ӛ{.;>mqf)a'5LX>v*lv~g3!WU5k6#kIDnV MtgF&#V)lBqt+czHRխFWn@67 +ȉwK'=[+Inntvi+9+(@5ma@y#]hQhV‹T RJMYbJ"(";[Ѿ&3>b* G(?O՗x +˅GN!0brp]ynSq=-˧{!lԿKSp9m9#q1w` 7en OJd 7^@i0H=Ճ#:JJ[dݿ|uL%$hE1cTHĘ퉲:S{(Oщ,K3%0g^N<z_*{Xr؉}V&Mp-?GZN4Rtg"`UF4t Q0wk#GJ(CwjrgG0)M!bd,NxQS>dH1y6''VY'<2$\ݻXS,47L9f_":hqnu F1|~,3t7o_XcƔjc4D_RAPzS T]Qpo<'{%yqŋp`Oh4]FZai̳pkE"n+H'k?SU׉SNNpߔk>c1b6^`a6d"[9։D"ǃtAbLEPf'Fy)oK?-xU Xd&)0;H.Xk[9 XݡFf'*9yN4g=+˒keڞUYܴ"DBXQGIAT t @jHKiKYU"Q2G{Ϛ*ɴ͠ *tDv# _C8˾](ƍf^x2ZV M"}k) 7IDp[~"SM:9}SG^]F5yu*|a۪xɼt#V(3»XD.SgYB.iBPB=.XNZ𘠁K6]"ʟ`GGcC6C +|ޘ;umOMp۔!>0$ѩsf ƁZU< fh6߽6][F#Ь :81,)ENg}]Em EdLNˇW⦨/F2l- SAŘ''.!Ot8@H'C rJ.k&e|* +endstream +endobj +89 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA false +/SMask /None +/Type /ExtGState +>> +endobj +90 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA false +/SMask /None +/Type /ExtGState +>> +endobj +91 0 obj +<< +/BBox [0.0 615.118 793.701 0.0] +/Filter /FlateDecode +/Length 174 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 61 0 R +>> +/Font << +/C2_0 186 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HT +@)+&A]D$Dӷ^v Ǚ9 J@c4ƞd}bENeB)8ZiXxf]2y5{FTxǚXX,0؃1|a@TWF߅oˊ ]VRHri ٙTyOi. +endstream +endobj +92 0 obj +<< +/BBox [0.0 615.118 793.701 0.0] +/Filter /FlateDecode +/Length 467 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/C2_0 187 0 R +/T1_0 188 0 R +/T1_1 189 0 R +/T1_2 190 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +H[k0+Σ,ˆe!7BK@M mC;c{݆@`]F:g9msd"YZc:?<@_'8<Ɏ-$MP_#gOW ó;&?Pp! +Q?&Nɡ:i0\d"Te)pZj)¡Nl+r鴓QeW%D98\[j.ڇV yY$.^vsc,,XwȗWgʡɕ=Tv.qk>W/1|8e-9s + ;Jz>2.WSV[3]OqwϤ<|DX[ϤUP7,{Uj'silDh"z+6[t[0T9'1T$n:8[MQ\ +0 +endstream +endobj +93 0 obj +<< +/Filter /FlateDecode +/Length 7851 +>> +stream +HWkOI_Q]t5Q$$݄GY)Y 3` {UnVHݮǩs=֏\\nF;x}_j1;ߊ/>wx<kX_VLPbM,\/g_ȜϼZ2 +ތ*=q| 'QNe:xQYK1:N#aWV*2c]VPPeT +U3o噇'dZ,8VY +]=I +FM(y[s_75jH—! _J@-?QD +Eo0dJ;'oh('Ggz +D ) +.T77hcD6`Nm +=G%AlT؞$$Rp!.OEfafĜ&vwNI w'ܝNU'bv9}N3ωvwzDUXdYd9iv`awR4 C9B99=X؝ԃ=;uX88-y7[^|9t&=*7ߟGq}ذL{Qf%Qh^^ Mw?Jb57ANϬ'r@B8'~,?Tg3eڬ}}-D<J?$/D(E/h@( S-pFڶ}>с4a D{<̡sI<~:\OPc|2&3:pvQ3w*-Z-Z-q fPy͚ 2xt gbkY*^-Y_ e{% Q!^w@fpQk( 7T +A5 "l|-  ()H/wh +H-%1}7jLCgĴ#{Պ0=P +  _L~Q_>WH4Bu].k5CQT}C6n1a )/ŹTkKvt1&I*[\FA+=?] t#9ĕt + +`#ZIC{~>Θ*BOϷNWDo5<*͕UU..ʞPJ;@WuOBs_UܿM`[~ƉH4ݻ$vD[BCXx1dkq!s#p-)tN%A[]c/M$^XЀOXxx't׹Mj.9q4r[פ$ `3C;Dd!vk.>[df0ؒ/\gHI`X4m@$]B.ҋ}"/k<+> qME7ti}nIA!o ؟yMϥ \s_Ėe]R>MJ"֦aÞu\-"YB0H qJ $t5ןжϒ3_Ȥ:cld~lIS3{#řнGo#6Z8@ "vȨlX ÷ܰeA İ%m4K>MѨ> pD!ʟp +[NNwRQtL®q^{/5fMԄx.YE~|V.uhJ%v%e0OO\%Bm9GTiVTЩв!6Bh,-顤T Tc:ѝ'sw^yh#ߛ=;$Sy[jjf%W_51l޵OB, +9]q <*p.Lw0o^(Bʩ@bQ;Ji"2>Bˌۿor\ ߐ]AJ(.\4GQD%uo_15qecRP4v+IR_ŕ +E:؛n}CRO=,Q¿bKt Q5%+Jf:¯NlL<]W[ L?p5RqIKdjC7CrOh<=ÊS|h-dݹT_ϵ`;b*~ٵh%牁z۝&4Vgr[A/|AI> +mg3Wn8-#DIFl"qŎcThǮ~/YNLWfYE}m<^CP(Dȼ 4%o"96@r3ҟzC6vG|=DJ28Ĝbc3ww?v{-Ւ]C ~ m"X&-wy fh#vxӁ. ޑ5ɽE$pp 9,/wnqimیTt Gj"Z}uآQeIR5$nt:Qd7US{7N%TYN'tIktMFFK.FX6|[deWjIJ1 m+ȕ>|y3>< [i63ԉś{$㭧.Gqbt&Q@*YMl@IoKB/S1TLI4|ܘld޸| jy ,sxNu6`P8'굗 g"O:u̯ Rn3b^N*_2vo>fhF'Ћ//6\(6MLeG.T8 U G&Mi1E2[nlҷNzW`#XqQ&Zc-/= R!dixK*8HQq\/P]F,*5]VIT)۾ +O G `x)/ptq ʙG BfVh!#v:HiE4S4xnW:Q^lfD4_z؞R%Q]/2?ԿxXj^=Jfs?ǒ&p[%8%xy'h-6C(h&]-)>Sqww,NȣpV 3ЂId!3KX}KzP󫤔śsX8v> +m1ㆪRD o,ޚ>ʲTXS`]U#/{Iu30S:$6;QeVFOuZPKSS77"MDBMW'!KϺp.IHxBN ORl0ݠJ *:A2, _2rg#[7lE͂JFG^[lBq뱙 OU23߳>0 {т%4!yI ?:.yRrf!ީXl$r)$6]IQjJKw͙ z}T]B.u;"ZWQ ܺvatDL|Lq PlߔIN|Vz0I LUE4T!jUiɍt\n-<=|:FXű3.< +{~gRUN\%6Hh%@J@`rMa4XEBW-?A8`%ypё*;&D_^_g +Tm?BD:m"/FDG G"WѡM)yIG.)p<;Gw|o8&̂ Bv$n/370g^F RyؐMwއel0TdTuĪ0/l0UMꏚ 6 N)C !$Rͩ)ld>SD=b86qԜKXljw(5 dO4م4Uݣ+ 82J5F@vAE11Ms03|t(Vc!gfAT @ϺA3TFe,P* m(!CȀKW//h 2[~Fyׅ/,&6ږ zikGDBn譌->Ç*3=(_Czۡ::JҦCe[B(X@5CkPX㩍>:G}, D\buǛ?"]p!CoUĊH*3c!3*nj$f t;`r|]tʗn-^!qUhvjUL2c^ieh/-o,?qv.El UT >xP/+@# +`@Ws'/Qa . /(%MFNx%59U;#2V~pk/P 㒖 GR44yyb:S,rXG^bi/"yxI<džq2JqZ6r+yez 5ejxK | t/mJxƚ40U:O_`dJS1~ώ!pԐtstv=Yutv"nml#RV釰2`dVLwK(p8Q85XLg7QdRkh(־h_+ٲEŮTQJ7 28 <-AsV"zZTU5Īe/t4s]~X; $&j&j)vA+A9?,?*&?ʠ׎]F23LǀԺOsS2Gy+L-1p%w,GH*Nzwkm[ +GmoQkXE!^<㭫s ӫҙFi3ޘex%GTggeE6 k3A8hqL1?)[GjxNHƏX2xgKY{Z=Ϋ]%,+<}" ڳ~0QEi|OI|Goe(PPN<; +2M4x@":-4Δ@)]FBg0WPUU e?TU]:5Uf!s_i ++v^x<ǜ'rh !hv;LT UYӐ]V] c 8Yc U~3B&ohCȲb/Cܺ3?q&Z"F  j1"HjQ0)"yo䂞X_$WLG窓 J@xf]w!&TӋiJ}~yM<>TW@W|*Gj N#J~9~ fVY+X1p`'nтLwWqOlB/bBXr+"!"a2kxZ}`Nad +oOQ֐jᦳPdB$1W[ +Ƃb`16F3B Vf[4H&Nxct;gE2{ 5ᗱ==Kܼ@19N|XbDkW{@R޵Ni ȯ31>_ZWb&wײJn#-N`+y~$eh2YLjauF "&2֛ICqD 0a'AEM>kieL >C!:aL%;52TM~\}6qG'F 4SPCPdҐ`7lm;SN|BģĿ>'nzIM#Mw Ēk)Np8r~Ұ ʖ-ᬮܯŻM^{wq*G$V<8A*)k0@jWe 0rA3Ztw0٨sFbvy.M?zy G+Bm..;ڂyѥщj5\+mJaN {lAt \YQ*!TpnUE9>6q`: t?E7c=om"^[^~pؿqszĘ1$[w=0 1#~Ŧq 3[zE:t=/~i  sEvI鳠蹊h" o?om$aF +l]*gx2w9[t~Eת2 ?s0&&Y B״f6YIr1IꨒRGP^T# +N(G8mbx&oI+y,v$&4 ' @G|:WzD(hMt> J/{8-⢠zÙD*RQ  NCJA)A5%?rp#ғ[`hRu_'yJ{BGUzUP~yMDBdT) 3F5 q/A/0KZD= y=aOTI6h=ܐi-;2AF_6 +endstream +endobj +94 0 obj +<< +/BBox [0.0 615.118 793.701 0.0] +/Filter /FlateDecode +/Length 172 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 61 0 R +>> +/Font << +/C2_0 191 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTK +@D}:LgBQ5 =#ܼ] JLc4҉df&^h'B{_`t4ߏ(KcDUճTGϫXX⎂xUB+t!缂 ^dj#`. +endstream +endobj +95 0 obj +<< +/BBox [0.0 615.118 793.701 0.0] +/Filter /FlateDecode +/Length 520 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 61 0 R +/GS1 62 0 R +>> +/Font << +/C2_0 192 0 R +/T1_0 193 0 R +/T1_1 194 0 R +/T1_2 195 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTj@|Ẉit;1$N-I[b)bIvܯɪPHL1jwvg~61PO6k '#$MB eJ֖XΓlL_ ,I1b AhV?/Q)E㕃 FUUh'Wy ,wDqyGHaCr$Lx0-C䄘S3I5u7cINP#IY +Aҩ81z#31+V;|r++2{{> +stream +HWnH}W+I XN&3k+@e7x[f"Q&RuԩX>R1{ffɫf~/^|'?7?vS1z=i]sNfT(1M$F̮Dxx>`eJYL{1[*fpw ^8R'NiXx'p _.*Ok+uIBygk+RUuP~(MBul߷FR\0,IxzER9 +Së g}2 +TBҊdr)eBN l *bJz91I{ߧR.!#V>OIb\__y_d_Q@jf>s& s3Ĺ 72bY9C{x((E.^V\MT\0NrB~R*+ FfOMT71ޢ8n@&:6L eـBX +a%@dX+F^a2Cۚ]6l\*0hD[/WLdV;4L>jIv06[h߰iHg R=@:amᏌi ZHZRvO uesLD01ֈOi+"W +,ךXHGi:s bꨢ +*DrTo~z@b1DŽܷ /i"$.ԯ=RYϰ\ +G8iK̓(*z5{B}gnӗ2q3X8}S}8" ġ';݄[+p i BRPHL_rA=-w`VX U )+u52 | ǽq-}9w۲񏛛^ndoZI !1q]1yWLcBsx **E\+J9^SCY$_*ԭL ӸTDpO]m|6:.;\59ݙ8d(iMBNp$B'`LHN 7%CȠG9R-܏ ^KjB0E~]Ej7BˀFvh^鞄V:ti[R ;U@U}\ +BD; +@k,y{!G:B7ZA<1>i((6:G՜)}qD͸8Jpr2bQ d8bBQIXl'R"W +*K.s]W?!-gl +"eK*^Ow cb-p[[xdZWֆ^^GtčUi͋. S*02GuBFjÍy +\[24yz.(oē13p ʹ TvjY+jDI&.[\DD"jKL[w3VIw,8%"if؝ ZD =lQ :v lUt5K??RHˍH7Jf[Ȍ25˘ߡeH_@SqCyI̽m赨&C)ft\Kk'uMT(HhK6h(JRzhU} 9G-eIhd l~VoBAaA}e' +Uċ9叒. {aQe{ * ӂFQL*Յ!M,bcYM:80VuUg\ZЬޢT='_M\jھA)8t1,J>*(+ܼԎL)MLl ۉ\kKB '5pЛjJ̽"SOMNWqRyJFx'3=~V> +stream +HWn\}W .yɻ =cL ~k=!/|ó1!mC63BX᫝wxEė Džw~8<zL֜Ihb")k +ýW28W5gMHj +*P䆾(Z٨(fu]a y`Xg`i={-҆ۉ2@ u$@c\!ۢh>mIkk:&~k;%ڹ*TQ'l>ԋn]Bo,>pš:2)pJlO AN'NoCy@dwmxHd۽EřyoI DưDlPoH[>x ?򵨡gZߐ,} CU ^iO[=ְVjVߙHGΗ86B涆l}DΤ _k׎d=pו: N/5-Il$gs[ i"WXGP?,mh5 i+qXĴ= @!x3SyP-hyȋ}:a}657CD2.LXrb <# + }!^@ῘcQjQ~Po5rHE4)mX',^HT{l <=ԭ??aR}F &|2O ipJ(IKxz:/E/}z`jfn1;p׈%/n;25٬EP4q_4<[8X3aw.ܻీA{v*ޜ!K},fQ-V)V.T^VkQfRŤ2$$$I +jUd /Fp-0CRˉZG:F +I-)aC?O+|(|X3׀Vrd)ɬÖj[!W=@ֻHsh@GtCRӸBbp7PM޳až:& ޘ&G%#)f4#6=Ӑt1l"5!SerCʭd `fvN~£΃:qXHH4c|'{afP fsd<SQAGb͎!X +K~|(qS-&#<, JmA;ɷ#2q(w%e?Dyw@n:W큹v7ZZǟQ 8)%&Xh#@\YST:S 7#{O+硞 +Û3g '?$N2xK i&ٔnLC~>]&n?ݍ-l`&Vl?~|B8[Љh9H +S%yPu߷DŽc +na|PbVZ1C 'L 6oID㷆\dV񠕛Iڐw/~3@5!Ae= s# xڬ1ͺ!;zjmkV@伙h/!s#AQZo\̭y, &ML$SwZz8=b]J"(n9^aYק^]3cf}TW}=1MZ c@Ʋ*6lg?ݎ(e]Ȭb.sB#QQ-?b* <2ᶛS)o k52!VIdKIv4_ҶL.k2GS8Qv1{#*q<<-^zYj&["?Z*Gt6_ s¿޻껧/oD;b:u& оZGD:0O{UaP`=i9=)On[`,PK伅U ^<ʤ[ȡ_k^r-ͻO1CefZ@R/)vU3[A8)qI$xaۦӠ&˪ZSBo_DrP2z<Tcg%̒6~J8@CfaKI'P d18"I :첶,1ZjosI -^D\hɭ>ga-s)J)dn>Sd֩7-WNP|F;dΐy ף[J- ,",XI4?,. ;v&*}.MnU9eS.ɡu\UD&r{+FtIb.5r,Q0s$7-t8UαXo(g,ݵTS8tmGNjdI8ӏ/~}iٳg|YEˇ*ph-Ѐ6mkno.',>2JnPtSΞg̠7V#),x(O![,bLiցy!L jFL&es e;8<1BL89> UƦqz4ϥzZMGy'B>5 һi:8`I> ;]nC! =RAF:&M2Gޡ 1iVĤ!3{F2I@l.BGb+Km w֬[\Owjxٛv6\k<4n10sXN^w_yP`#t)im(D}FI>>kÞOo.y] Hz 'NZ%AA-ز6FebPu:}R&Sw\(DFKpoA~}W> +stream +HWio_ـf93=`8,Gp`+E'X+r-.iE9;!@ܝիWg/wGWgWg߯??=~uTVJO޼+R*ߟKUȧOYkWNSuʺs =9>o~@y_oK'gwku+޼g?|ke${=Ӑ''8҂'zNNԿtaU7bGk]UNՃ%rEӝ6`L^ƿ[mk|+2Q9^ɽWxEG|֮Z8~҅'oktG]7h/? ;!>`% V +hP:$*U_{!aGK|Sokm8]wRs;CC+{ )(->o)^] h)E|;2k+4¯}È2<^vx@@EN2 +(T;mHv2rY`j6 Zwhݡv=!CSG >׆ʇu*ߋZ*U(ۮs҆?lNmJW_<IJ}HY*8uUTE 8찾 2~4TA y&WZ AzWMі5B%:}h d#A}C4x@LB2C3Ǝ?f,sMx RH #pB ¥A@kakz\o)vt_N8j7R0JT0'ZHMAp@/T4πTx.#*9kd-R]azp>A"L΅~A<،ypy`da"um>?zآ㻜ϧݕ޴sRdX+0hz l3h~1,[RmTC.@$OOr"FiORXbAxRjTPX:>^M3ҭj9 SJ̓buRDZ$oI-j$5}-H$lYP!ToTv=2Ʀ`?5)]CZ*Q:3} q=SWd-݋䍱քgK6IzQEŝ +OL\-rf! "ϧ9 =2E m,.ɂ=ָ5xBKBfMn4OY~*(EK)sYehABSUi߫C.uh/z`5Kjkyi"*_!j~S4Dᩛ(.j^h(E][ͣ6FQ! 0 ej< -?Nithx")>Q `db㮁aņyD;6CsKݯ=faa5xٓq3\2g@PYjh.'HoZn +oѼ-0y eĚlKPds2rdS-ZR~㖓dFP|݈Dkd$F `dmïeEPJ/V3;ãQid;M]Oo?*)<օAƿMȓ_Z<6DV"MU!G7QO?0QxQÎc$ƁZB9fƛ1,6峼vhfӬ""Lq\/\Dz3y*zSeD*Q-$Դ<}zR=ImNNsm/#<7@ TYeOl6>jV{Rs R wˤŴ9x_$U X`ڤX1r'B +v]q-c2ʒ1Hl9(B%8TN"іyXTm*y>܋y@3bv]n1 +^NߩLF43G*$tKJ)ݘ.=r#FKpؘ(g=@"UxhFbj=Q%?ʓar_}}#!z8x] x@9|/gO4Eloy{#')6Ꞿ.MCi o5i\kCE"ID|~m;uE̫M@ FnĪ'=5>ؔ؅q=ƴ (œ>Nip+9RE1CԘvr~n̅"K͜/o_ hI">3v_b/A8 +WWy̖'әjlH4Pu q8em+%:rڛBj&5:v>WUTQ:1YPE5{I먃-s)C۫SVɠRI@q4:AߦrͿ2r!/j6 +; 0 +endstream +endobj +99 0 obj +<< +/Filter /FlateDecode +/Length 6184 +>> +stream +HW[o}ׯG-]\j; \8 Z3C]DJJ$R%% wٙdP0|99g.{_/w].?-߶/}x-JUVsVn.\BV*볼,JcZɗWU RsJLUTU <-~?aqO?wa{򯏥=3ܪ&]vIU<f31ּT*J9՘躮u~NoS¨ek]hu/ +;EeQ+X__.xȠ9Mٲkf5nRK53c&,mU[VE":_=.2QRr +ήTYą+ihj9Awо-F~ \(]>w/f5bLSkwꫭuWm|}k Fv9pӭ[a@PEYdwMg]Ҭ*jj5KF}4utp儍5@K q+ul3zaX HǟJxW[ϐwix5B-W~>k  +KYй2Qtzx 5(a恇-KONNdڶӈkSMk$ FgB1a-p0 Jodr\Zp+:΂D (+^¯I4B'3L9~pР؛ u5$?|2 ˇ+1$Ք3ֹ^W@jzFk '֟JԧC6"e#c6#LZY=ٮzk\z<9~QT[ɠcH XIʾ n=Xso(@&Dq12(z +ysNu?%: ~y˹fCd,`(D/{Ih d\Rw8l#㲓y[zDX O6 9 k)G +al8,n2'3f0`G?Üy9ht4 +kfL xmdb?˟d b3eTiGv>M&Z: e'Ѓ_36vp{aR;U'Cw$ߘ3[oyP! T{{۠bՒg-)ر 3V&rϽCl w B-" z!Hq2ƚ_%;z(CQx'ǘ c)" SHX,xޏH@b܌O' ŬumQ֝IPȽ \={(nΑތHԽéE Jqz!,Jh! Ȝ'P} E =N_X)TIɚuM4+ -Vf\yX;8/#$~"Z2|C&Vz*ȗ bĂ'Ӎ<YU%(i3$* axW_nSpӤnhNLy_hnIta9:@#d2V,ŶN9>d+?+SPI@hKIL䫙w.a;מ<ֈP^1<V;Mn\[ČCܙFWrndZɗIUd[H$Jk$ HXF0e[;ʹ ]x}CLvz˅M+5+JHPk>'``0MH,R e+`ÒnEXX~,3i .Z@sc=>cˍxAQ!1㧐WnųyY~F8'r{Wsb.4*ؼ<KlL4}<>ˬ2kGc) -JPnz.\ fj4Wq6-^ܘ+bB@Np.T_4?P13 }Oh^tE{*D뽥J4dl&[kG c% A +u$ &Y;Qhk6Sr@"('@IflKxF>j5tVzYYge|]'|Kl4NĄ]gިN-›c_ɇ"uB,l|(ڐ4{F^١wcqGr7 -RɜQc a{ncwd`mlzXl:l] 9OR\:B~>_byZ0MNJS!0|}B|3{\RH̸ عZ)?@/q,W^<^O-i৞Bčtc>T| Ap_= `/%޳khs궝 mQ޸`t?otgDHBneI{q,}Wz˙DŽ%(imj±#б$b}zV]%Q!; u +$y1ѥ R*0WY kAr8_G-A:h> A 'LL>9ץ8!|QPڥ07w&ܜp=[p3.!hY?p.]|xsI6evEn1tu3("\H 1q׿mKNζPmVA=v##Rmz'$.,x{"Z .MX#gS˺׿ȶ#YgPZ),}A̬LXt;2aƶeZ":#i5\=Cq ЫcTqiUk, iFaURsۨw[$ܐGOe4\5+s2 qw_ph#;7g &$^i6@p!aG>oIײI-#Oԉ< 1}jzEe-0dB&ࢂ?t!0`amC$*anZ&uIqVD y ;0`Mo5 eÁ"*W̳z};s#QrM=?Sh4Gbs/ve/MobE`9kk\ϩd rDxMOCc@>]! +PBa :$pnDz&! r՘WM!tKbM.@QЭ *;kƘZpT Kў]|:HGj1YI S5& 'ւ)޳ `&J7΁~܆azL#. qUo-Dju=Rx+r13p$\DY/.kaYo̔, +Kɭ[4?ʺHw5 7Bojcmۙ_ sNZA^s'xW:;+-D:->1W',MCZMa$x!3Tg;+ltyAyr9Q5v6cS9ԎE޼2u8$fU`v".K{=U'j4uq<ShWP@(G?x}G\BC|+C&:F!E"lb쬁e/ԇGU&E?R|O-rH5!Ll=jSûR:\I6;QR<^($1CKobK3"k4j~@?GBZXßPg,* W+>G7 ٦!Rٹ0\6ax\i;ƍG\{3hzy]慪DsKY KRW l';7Γ(KG{ >O + +G;썠D BQ~p0miԾ{I +endstream +endobj +100 0 obj +<< +/Filter /FlateDecode +/Length 6243 +>> +stream +HWio_"n5fbM`ۇFҎd;Ggq`aŪW:ك駣w'_?|J\4::8zsܨQF.iz:SU]uuWY~?Y/?@ب=F= FJ^To^޾Vm2l}x ǻ +R5M=Quܩ8JWm=Ï2c=O\W#gs+_FǶ]uZ|\su [º vG\V;O`Ćm_o37]!j4~ި>奰|ij7Ak[_^vF;\ƻNtƍUaW w A;L +"UqHⳆi e%~I +Wyf;>|x&[Y+ >ޝ֖Ӻ |+]D7mu /bVŇoúA4'< z8ll4á1!_ QoQaXvpѵ[L!ըd!٫j ңI<1'b袎 8Mf)9-)!ţ[~кFLF W8uAdg: +L!>yY=TI]M?KsIIG߳2H̹;TplҖ~څZX%, SStO' D|ffBc[IUz>\Sd +Pc){ huN"{iuH>a%Q0|Hh T5*4]H!M5rjixH) \,xyZgjX7r0!a'oz,ɦ ƻضWxZfR52efa0}Dr(g^2(Ɗ _@F4Ty0aw2HYʾjT@w<)ڂ-źgUc?7%Id3 ()j\~} |dc2AyX0 8-6II/KGؘx {쥓dv?%Q#U>\0̱dM1ܫͱfKmD51rhTw8bHcaũEEރ}/֧(kOu / +'zHJgCc)_av2ɥ_j3j}LNRd3řAݾx^ +!?&5 J.(\ ^VIf,zmp@ ow^ 5屉-C0{xx2VVwZ]+jLMF6{h* hK4w7Cr-F> H? &r+d 7 +2UlO"%-dmf"}Fdχ1y =\w$Jhjy4:f=rlTb`}2N]DM,_ʓd6Ė)∘e"mpc˘J"2vJā Xl3G +qr \Kṇ$eqK9)| 2}kfU̴+'S>:2m<xPYc NB3 dX\r-PCW:פOn}\SIcOSN{DavSFmNi6-#A| >tR KQ#!o +8݂qrr[ŢuhK 9U? 7Gb=Jf7ey"<hg giF4엝Şkf*g-t_Z: 1QsoVkib,w=UYiK α}@/!or)MKs%?ӹpGwT tMjuqpU;'IzX!6ֺDF& j-٩Q?%W[zhpfՌw-* xOsw4ވ|.瞲+(e!2CAc\i:T(4ѩb|~@EF|9W̭B9EFHvw)?b4P|[W *\==zƃ Oikm5rKG9xAo~5 * 9 XCW^y5ºTrpU +R,W}E'X/}'xgQ:CQD蹵 +Ǘ}e6Kא~%Lig(7dE,CfR?S1vZ X gY0}$I`;7}A BB3]PFW0tO_||,%y_s0M}8uzן,g=c +b /lQ*Ǣ[ɝ_K:w?p 19.w: >D3,rI"lUcKWR5A=G_9-Ԝ<#v8V5`t6.`9˓6;bJA"C[ +`;|ՉU\ ~fJqבM(i˟IBD އ%ubX(|"OvA 2_?QO7I g D䍈@ID pJi!LiSiG2||gtIg-מ|{iHZs =l(G\;p}1Âߦ t20-iS NҎ'>_*=0Zf9ASE+Qcmw=)Y\xkl޲=] D`w= =ӿ/WD>[I)+'v>|+j)|v4YA9RXF&Rz<3g9GJ>IKuGE1E[Rt&kIO-]W+ԢY>6Q7>PΦJEub~.|kW倸R\qO[?Y[OI;"6{w"õ^l1{'BP}c(iRϊ2أHnڅ4&AE=J\^XFM;7OD:Rȏi+6hc +mk<|^xjBiSxk |$k +feâpf^KWr#9OκHס{Z̑1>B6 S&{G +W\ds$# Z<]V^:#p'D$SGyDps*p3p݀KrƐ+ʙI^&Xf\]gs'H:BB¹,*WEÔAx;(x ++5 5;& hXf˗vcɯ + //7ٰE _O+_SC{3ͶXpVz&c`)a[~PBuzH<oWBI5DWMt,-P0Z #l'J?o{۱m."lr}(La` +Ǭj'3쀷GQ_fI<."USz_u:'h,_4Ida" cp)r=9 Nɹ9̍p3 YKUKFDļIFTwX] ]ch1nĉG(I Y f 8#\ٜyvLEul W,cJ Nr>4HzTeceZ{*[&Kl"9s8aS9ݭw6xR?he7,O̗乲xvDKהE78p3Ì +@嶮!+B9pxْ+6 2+Btp@dَR ?i%5 ychV lGFjjJלg>j w̾*\> +stream +HWkoF_1M 9CΐMYnY-+nlY$_5/>)0`I5~yPΨ'?/huEB K<[.c蛖<쏎hS}؟7`+5 hwvt;/.:]ƕu g.UQϺmmXXp?m{PCuVWŐ-njxuQm #VdEoV]@J &ӎ]pᔴZӊ[hBÖ+r!3UwТgQ +oq xECqM1p[|%f'P8knq: u +~ObL6J:ƭ煮^ДC90P ٥z-X~ˤGԡ6:t0eq ~K[(,q /˯TtϞJ0T jo=zW>`|*  `rgl(_m,/!уRǨMק`;BNpJpżzWpz&XhÜ uP&_K_A5`ʩ K u'8M.p%5I 3.ȬZݒ5~1t:ff܂ßخr9ZaP,:&ٽQ̂ɿAkd9p3 +/~'2>%W~bWQRL峭A(*2܈q 1+4hWqP(͟~v?ĩk}A@QEV9U;cwcPSͰCf8!6]{iEt) +,Ȓi\VuT8UbO0˾x׍v!ޘ4[6ϖI yg%@Ր411c|Ozx"I=Êw8fCdc3;F'@Z&#yۇ!{B>6y"tciU4;H;37gZ)vYB|f2Vf՜Hz\cD6z\Έ&I9ɮNjcc1`(%^inm9cK 3ҰC{43CIC nY'fsc nO:h¾>Bn-Zd"Z %_  U.ƾTX/`ԩ`ּY/\ #t.y~I u{BXrfj Zjfd>H]=H87<5߈nS٘:@C|Li0S\j"[60¹ /H<B& z XmBM8Ejj{?A1Æ- r><"3<ـ\!hlƻwmՖo֍S9><}ei8݋"-l ۰0!-((3~>-|s?SFžMuc*K7tNB-6v$ JoΟtlӮOwz~]:814,'V\jg仭 AfDNu˓,i֑TX/Tx$[`CFD/V_5H@v'%%8\tψ]Sn4 h2N" N/b4dpx؄n9d!P5pKǧa7TO8%; {lPH"~M3J 򤑨& ,$ bܽnEM]9%Q_rPd)ipD9ZM xvTόas]"m w^iIM(6n4P3%+YCeCꡙYE8:gjquNetjެ j۾c@^ r+(Ra9CR4Ƈ,<+%#+ϒJ"~,aW AĞB 0)\3Lyî׏HF>%ƢIޣYJ k.s0aưq +VJU,d2=;c>9^ˢS%ݵ1#23 ~~G5No&e A93DQ>]JJnal٘|9+ n=H6_O}_Mɿ`-^*FȀ˫v5HiKj|Pjz!>a|y~of`UP2ƋYK.fӇ 260Y & 7bzo_7!5tA5KF ~}qB&cSv!UfU-ت#:^kDXdf6xm{4EwoHX?W?XzBOV + T1G=5#+=VֽviW"3^.cхgR6I;,0Midy'|+0ʚ1c aƤ9P)E˅nô1efpTclG1ÒI'IbhKD9NAR@Ϯ9ybU*AajIu䜬:98Ԉ3((|4vid˞j.bRqNJHszJR61[GbRƘ-+тVG6rl;/s̒ O2]L9:אbVm *FnϚ$( O=$7i>lj]HjF<^I5Š]lwwipn38-"h$/ĥ.Jij zl(s|r(1L%{v]~K?Dѝ̡LB)^>[_Z[IQ8 +;&%Kō왤cdSB1מ/ < ҽGUM涣Ύl 4xٮ䥊co= yp>T< +SS06(s',˭[9Hbdbk3qtfF(:4wk!3b:\D20Rs=ҟVI{_3[9#6aĀNS!Ck6b]7,xL;%߱~&bTXMZ=BXx߭;bPde߻ wMG M~A`2͆nV7YP5摌x^ di^V@߭\ +1}t&Sv K#*J;= P[AE+M(-/X<4O(7ZdD^rT/ ;?ጪ93eXm0!@`ɇo_}xwyc6#| +3<U۶׻e6[eIs%6}ītt y#zͳk@MfIv6-gjx1GAYZ-&q֥_w z/5XW)5lDDđ7 k %~Kɛ|cՙ s&Q&t5r_0 >2 4>ꖴo͛DcCǓK*:MuZ,zJQ5SXRqp超D0T$0$^+xiv[ g-M3egЧOeV 0s95O +endstream +endobj +102 0 obj +<< +/Filter /FlateDecode +/Length 6095 +>> +stream +HWioG_@f4==0 ؘitP(4NjBTwUz7WgŋgϻWo^WJUukONX뇓ӵRFN2N/TzRM;_[ze+];e}}ܞl=y>yN*|?Rov'<9xw?^f[J~x2Xq6*&2*MjmW}E^TU^>̉Rܘ(nW\a؆N6U~(㚲juaQO){8OiN.?ҪNCW_ua > =|[ rM?@TV_FۦtpVJW¯1y|7Hw4|l7x-o҅g \ѩk +ެ1<h\~)t_T7AA ş +kh|‡ 5bmLg#p]%P6 8eTSk%^~pj2 +`l5Q"q"B//ltp_[i(Wp_D(ٳՑVyFK:pSM;{fV,;R@}2`J?$)u<a!;{MTv'H\Eh" }WLn5f0 $4 Id2Tl.n.;]q5St +Ü?l |u.\_rGN ,IlAϽ) +ueT(D\)TB]l % 1=c^`Z`eM2.2gj0-sH-;&q/:LB>Dt{%Q}LFygÚ67ajw 7% {Xs:&u#D(]4eVH;9q}]󝰋yLchBbM8ڦ`]#̿ܿB#"𾚈y#ގ"1 nQeM'wZ #),#9hㅋr˜7JA8q3;tB~1D2 ܨ-wG]1 t ,Ր]cDEqYӭjh"'(݄SRCT%h~͘(/Xk,bt N6Ϛt#o҄RNuZϚ' x:fXZ[ |&U4aБR%fvHR[> +\'w8^Z $"a\ +$؎ O vW0$w. 9VQ x ~ gUȂDMfuHA ;-/n*3Z Ę?ᎩնƾeȬKmDOwZ_|WV/T@}5x-CuV4/;$%ov37u@6KUf]`' +,4i1U+.Jʘ}>Lmm4=i +~ Gэ` E 6 DzkDw: D{wA$/B \ n j>ˀ$E{ipp ^߷6ýT銦 T%`6rGDq둑!"BjTԭ4 ~f1`|ݢ& +>{eONoNmY: 2W AFpD|:D7zUS\!0iGKm%FyҜPr{jasxׂc8'*2?f䊃]i23 jn:@p廊h֌V%롮%B\{q9&0h%_BSOue#mEwztvq%$bZfFfdUbk1 ,%RX„.qi?\fT4+^Qly^QTQ){v`*bߒ}tҘ|Rn?[5R&HL"Jz Hl.ZSEKޣؐN.=,F<1ZC "_gK-frShdh\kS{ƞ-8Gb%xr- +Qbd׏4M <"NM&/Cg`A!{Dz(-w+' ; +V́wK+?\cTaI75HFy>0c:jLvCտQ~K#9"e5^HJjtYSۺ~,8= A'|}:bO).xU@گg0P /ug5<dpo"KTc~/*NF~[t)⹫JS.[,8ݔ}= 8]= Nm'ʒ6nM(0|^klܚկ#p#`%#J–I}%\NT^)=ǯ=I(UXc8y'k !Q×d+Y}1%hKhGT͙DF`ZPxr4uYn8: x[y/˽xꪷ=} iuO\^XW|Z5D*^*,]ȯcOtnta:]15屢ƥ*(S fAm!%0.> .nBDMAlEUr^6 +S״HcըˌCM&ފOFh&6sgTK[[|-a[\>F]*/ 'LJDwbwJQ2SvaGzDlu6VQlYHxt!Rp&b:q`|be8l* +w%43HM檚tR /Pf6>N,@pX#8ix@lz]}OCwot7w!zPH+yoڍ&);-i{1kn^uK懓EW?/]&x LqU&V[WѲbgN Fҁ@z"tLU,EZe%̐}(ZZJo 蛼m;mk$c΍bI.*Rʒ;&V}q +9/VAsʺԔr]Cd db +K2bg|c)77n $--[Ay_8'9D;-i/cĭQ =㷼 BG <b&BV׀@<)csF{!ǀu1LjPM]-~@>FnuDpS)8oۂ3 }j̳SϩVGZ[#z'9'q6ǶM꯼ AsH/{45T!o +oI,exG6}J?oW9OVd%9@܎ 4sӧ Ҫ1Խt#Q8/֑؏W;Zsty@?vh" O\IwSz13jfK6e_qӰGqJ74(-*L*IzcE +e.1(4*-=\zq.>)=H?7{SΜv1 +,D1/-p ]+}(kQ,]~ow<}C' N;{9]'CeULiaNϟ&l89p)V'%<ȍXB@/4^L%1[PW^,SLzѥШ4Ŀ:6<q6% Qz{`8/iÛ ÑK= gk1MH'OLWձ. "+  ,<vNsRh!Q& mNgk7ℯN&wį¶0&~u\-ݥs(Fp*GPNB5 OhSVeMcl! Ŝ񪯪3pМ-J +endstream +endobj +103 0 obj +<< +/Filter /FlateDecode +/Length 5805 +>> +stream +HWio_j@jIv0>p ,am${_:xf&Yzޫ7ΏNՋUo˗޼V{{jj:Vm.ШõwZ5uj}VWvm=F+j<7Z{{386hp-lQonw#|t}ϮW?~Ү"&E6(A ;0xE4Kgu⬸mxnm_f\~TkN: LMrԜiwE0Vzڿڿ |Q7c2V௫[]њ Uq>2pRW:\/ $]ܘeߩ:57O_eZ5Vv m:7E9ЈΥS>0:}7P2DBf'U_S9kդZYX{zث<qp ]S<TJ*3֠e[Ս6erh.%62mz +DS4uc#y 6#bDZ ^mҒs{VXj;(YGHZ\c9q3%RU oB:n+{I!`OzTp'w9WoGMҙǢCV*sfD7-KUd~H2^ЇySN^Lb1Aʲ pkDZ>fFV"a@0YPKO1EKƫoKer $E&p+$dߢ4Q~pR3NE<ƒ@  eEuS7Jq­ C >+shADkʵ`Jh4/xԝN"[7M9FEha71 VSvC *ͼ/PfUn9GbB.HS'^Ly\hԄ +06q~ lKs\|J .> qw"C<4&2$5-K1QxiFiK] n8x]JVɾ c&J/PAJI <뱨-u]as,gJcr;`b6?s0R%-tl9c8 RGuQ.){`gU m&5eĨd#Dj.~ qX*|x |w45aX!#&5ei1e PoG Z 7IQ?Ti}s#{며\MJmL䳾[m0U9L *;h+fQԃ`s%(LsK+z| +Җkrce֢pOR8),vK D9 ;LFVXt<o2b)_x,;NWL|e<m|ӷڧ)3dQI-6} ^NsGߨ *TI +9reK` # D@0[s v"^8F3/JSj4܂xL +7S계65Ƅ삩 5疸Fvmxs.h"$*Mϔi E>bݩg\%=5tAShCF&l^!ZK!S 5p]iI+$47:-̓F&սe򚌪!^Jq=N  NBmiu& sÐ +t=6\(д b\I`I 014ؙk-`Yڜ_v+e&.D26qd "Vpݡv$hN 3B"~VrXhX|rTtDS~\M%}ɥwO<f:.|~,%@ j9 +E@3;`&AEOnl;"(>fSxOgȞ꯾G:.7x֝ň'L%;z(7[Pv [6_AL ٥ ƿ2̕_uyUBrfV&mұ%Qg~CnE <A$$@fZ)n 0僖 ҳ=Os n/XfGɻEΊ.M=$,K|!$Gn O@ Lc{d<`SXFLJ\{I;<tmUbwW@(VVHxϫBZ_2]o {r 䔔 ~~L.@TRP_-,:HًUF95z+Eӌ{8!;=7!0Q+Ȃ|,x@tY +; ?XSi6aa{$kO*&y0o_ocXJbg~}!+Rx.n<( Ci_9d#Z#Lz' +>U!<ҎFɑ/RĶ.9$(7 6R5Xlmv[sHQOh~e2b,8Q)^{MP;ac^z( vDR@9B 8fmK? Ll0[fޤbZJ=:Ciiϔ ذS۶؆3JXkKB4@PB94zU^#ZnĚ dK$5$A4pC. t&ůlKyki ({ "(TDۛSUOڶNHfy{͎ Q'QwRox'ɠK*U؎WYnƉ~N8ybBFjLBQr-]ϔÙ"sK'wO>`HۜQӽ3kWQEaf *1 +v/R5Q޿9eė?G¼_@h #$@?`yH)q|C$}O'&A 3Y436Ժg2k<+db@xY.XiWUPUO|qk" gȂTuj$S" 7hHUl<;ͭ ^dIklҞ$}* +Ǥ9%(YIe[5\GPɏ|UD4s#wsuB9OҦ{̠o/| +iV eS"؟n{IED{!Xc8KV؞$7]vAꀚ$YHpTcܢE4".PEP7K4t|wwA'p_JhLn.(|c9[dwW" (7H3JMmwm78`_;tfз )"rۭd՞o,ߑi|5{^>kIC/C,{:4gylf4`g.]+vznki/g$&!E 7p2W e!'aK'_$@f&=,AZkN QOj2 Buq7]hpWY+gqI '(PLXׇ͐Ec!'y,ئIo +쵄XXSQyԥ_ {ɻMf byj O\]^x|*'`uvg {! ϔ,Vgf VKK^ Cю,h` Si$K0}!g< Z]zKzr c:j"z Z +ȟ)$1g^jlgP_Mp\- HGvg,*tJ:msi\􄀟}uWsXM8|38'YGw~__8f0.o=~ SB) D26%i.RlB4Đ,nE VMkY$ƃb<^7K3V t'[OLYҮ 2WjO]lDp*ldOyv 7a;2pqߡ_WoVXaKȘߡ,W3FG F`Ȉ7ǧoYcrˮՌv^ܼ6PFb g/r`B;HOķ35tܚSfBj$Nx~ +╚q6dvd⎱]2;:%Xu,o(x<J {PV̆0|e@_LK?ꋘR g"[w\'ŶvMJymFծ?~IG_[04 +endstream +endobj +104 0 obj +<< +/Filter /FlateDecode +/Length 5863 +>> +stream +HWn}W#{"Ȏcm80xYR4¿O]R=rWR @ܝ鮮:uΩ:W}wwuqp+uryTRwG'ߕzwt4ʨQYej?}VM;-2*uʺ¹YF/8ayOpҟplP⻰=~{{Tۣ=`o6xY~O~zTpF42I'e)RkmW}`|>^kcN 7ښSzFԙ^?RߢVw.:^2|5ߪ^ز}'?%3 rRuW~Gu{\U)DhXk~px=km0{u`J =.Mv<;Q<>dId[z3u)0& mĨ"o>/IoNvb_cv9 <Rojm]_mo +Ƽ%Ӽ-+Mk0bNpb'U t@TPЌ}d;M{AemKX@%yvxw+۟IWrpeMPk+jKH{o5AU+| +Q%K<:Bg>/AS_xMv@9P4Pl@7TyqgJsq{DaswL[k_!cuS?jGA,* +K-?zR"rW1}vdbUp[ ̘ӄ'86*@z24&"ʷnd/dg7Q.πrsp:S:_Oz (5iQq@kQk=1qͭ[*5P;<%]?.5PW\ aA9ذ}RJWp+ا +>+)HR J&{};M++.}#a A  +qpv~TCɮTLﺾ՜Ⱥv`{v\{ +ch? dV/m-x#MkrH0IISԎ4+_eȧ| + w?kf폗6>*a74b"Ŝt 35{,nO\) :#!HcH\z2<__[ǑyزrAL0sDh`ٿ"kd#cPFފƆw] GX7qM.0~?ܻqY͡&7z(k2j|.=Mʐӂo-poj#R$BxD0PMysٕZ)F묃ǻrd:NL6yEHH92}[ij,P1P{jS؈CcNP*3iq )PCQA9M&FG@gNTQɮV4Ĥ5&;z_Ag[J7i.:UNe}?!d#ٯ1|#IM,UIQT +?p_q2İj;AƄx hpd$7R+'K\ci-(oP)Kin,(DrQz yNK?޲kvA?|jqYtM9)%`E/ cr`V`ANM ]mHgCR/ufH d}'WtjO)Eb/C(Io2c36bFX)[.IUy2a&MFtmKJkLB:b8,5L]as9[[/:R-Rx3C*BS^z]HÀՏ~7LM~[}Dh.M P 32!+'KdT lF?aө\8NmNM,5p˩y + <@:=N;5v81_WElےBátTcppe@5B乛o7>0=MBbus/ Gxp{0a5mCOk@+p1#^#x:8 ^s4[e\ޅ P"jEԎC2RŨ b*yxn"=@pzlބ:Z0~)jaX*G˜1]+F*w Lyךچt/\{ +Fж(HhHS 3εaj↍1ӫIO]jb! cYWޙ\`2LfnKjnj7zPᛐw^nE[D[ +o_', a4{ȔJ+E:`=4^:2M[@3oQA;)k|➲)P| Aef@Uu=̐TsHnEy" փ6%eŌy|VN'{Ѱ:͊N%=ڶ),b2r%XzZ˺!'ls_m[C ŰȎRTƘ1 DVl0rU "yCk9fzS B(ޱx a=F sqr~lsZ;Ur~Y^ @(Rj:ƯL>^wXN Z 7n +b΄;r誔HQdMaӌFt=Ӭ`Oֈ M2 (I!e̬ʖ&#pM bWzYq9R@}3gV}!y.{%`4q'J85,_ceIF5V@K= +SfbKR(zFlh%@t0?/$P.<)1l6gg#jR;:HkZߓ <,74L\ B5`zkJZcu( ʫ;fx fϚì@wѝmAl `EȍA0 O],YS!d9אן24Im-vռGl880&`;&wș&jlylgÄJqæ|E6=`3+-`3a@NM͠Fcw \q]iZ5x:hj-.A|K!.{{Ӎ1QZ|ȓ؃)ѻR$8od_\u7q(5MY#,u (=EGMn0V1먗ts, mDvU%PHI/my~L201ҥ C4L5ބKOdqCbDL)dGc7Pj܁nxx 9xxځנq-w̗B|HhD;OǾu+k:;!qbZ`ٷC>/ chS[4 +%ujTG-ԪXTs+^91rK4\[T{,+9=#-"3*.Y A+%$E:j@Hu +Qƙ1藃!*wi=Q>.3xR$3{4di~H՟nti&I&(^~m!вuM(e c lXj. KW% :x"<:.OcQwhv! gT_3!l!htUqR >jXO>v@%h%3+6 Ez;g}.sH PqcA4si'wG^d`_3ӦdڃqlhܐQ/3J*A6Q N#pX%@;@i͐)X%ґy0c }سZŊE7.ƨiDX]C-·hD+E# h8RBB_SJ--b +]ΥwI۾`4grvF),qC4=!4FjP C"+p@w/؁Gpӗ$)&vyX&tl,NŦl-8:/3 ) +endstream +endobj +105 0 obj +<< +/Filter /FlateDecode +/Length 4295 +>> +stream +HWnG}W#0G3==3 ÀlI6ⵉfP4%+%,SE&]ɹtWW:bSON^ߩgϞPYjoLvr?;Y_ b((r˃y_twVu^yPgNoW7ͥon?KܒnvOf w s1j~(WH%vAH-[ +L w FnM\v-GJ1.lgpH-?oe/UG ^Ry$=d~~Oi3L`$a:z ?2j^fRxn *D,|trq41mMF#rq7c#쇝k§\J7npGDJB u:#u4;r ŵw [. ߄靐44#Z#]:#X",-u5iЕ^sp&ڗyYMIX-CMOW3[ap2DuF齞4Gi5*eR%>B^'~5l)Z\S +_i1p0j-ӵyt ,R׮S"d0Įm!}*1ԎrC}2a~54;;_Zm&vXuƀsld53NJ2_(` u909MB)6e= qʼ?G/DkLFF9E ~Vw D!9@W xP~ȝ1wthF}X:ƨ_#xw Esݩ#&}//fi i!;FL-#~VD#tzI1Wgk*%CTãꢨpj8Dq!Pde/]-?'T:kBhA&MFn'Wҷ]FÍ.<\*RJt 2~ +Fݯ:#wjEd̉ _9p~:("V0H%k?vʲŽl5'ѼD$"-?)}=q`Khp{M$Gn7odrDŽ\fM RMJUpC[Mezko2e[_$,ZD-3>c\Uι عt/NC K䆝[v|DstDY-D@]auu£.)LO2Tqw19rof0 \V{*ds/F<4zIJzls+H gњDV;I3$6FTxDŽQ7DJ_"b~{LX&x ֊}S>ze˚hN=d'dHɀk*9]fDT Iϲp?Ž +"EOq3{DF#EgRks̺F<>  鷬at™i9d燔W^av f !ֲ*D6a*WKvӋ:l/Cޡ` K{: (-a(E53!lς`2Zz.o tDǧEf{kR&trk#lyW3AQb y]I xֲr/xAAR bN +Ц*ڳ\ʣ:8V1;2yf(6nAhu0pF:e_,N89S*=_]u=zCq.+ڞbz.Q,u} 9 x[~=Ȃ|C2R[Wfg쁝xTa#*7QeҢHbIc= Zn LS"E@%\W{IM49侼vX3'úN9iӱ>4m`v3EY0#f I`d1f'6dN|1Բdl~n9uTm5,aq ZT4KWRo>LT ?"o:RZ*pfR-J@Bqd!ޅiJNifE0ě +fMN>;á9 _Vp)/ne'+-`̌#@Kd1>!5rm{W׻^zUE3E;U%,8l Gk5_Kܵ+g_5^|BȒHs%q+b-3oYjÓZmVV5C./ f(Koެf燃ez|d񅴭P/(C0B3KFw`KDn1"1ߋ L|֕+ti/(CzrS{ȦN,^/oԇR^Np?#&o#@\&jx*-eCLB14nH։ٮ4qN + ʈ0yy$Z?#OWlVPxHoGI-&` +?_#\|'6 D_V Pj؈ij oE8AER 1cDug3{@EM`7n j`wvh=Jh&)6:_^]q#c}*y KһNl?G[o' җP)q~8[HSbÞ}CK E9`Rd۴$\'G#YmN&tTM7 DEXIiyIUn@oi(ѩ:*p8_ +Mg.M'p!ҕO5알 ŚlJZxZ @吟(g,ԧZL1ӴEB)sȭ]$xa+&yw~_}F7ˮ>/7퓏Jܻ1.Vp#v"WP +?~PZjl:4g n+[bS[ֈeђՎO_5Œ:9n0AHxhh ;(HWJ #`/e i/3TQRs/hőyೊݧ0ٴM@Ȓ%;:<0p 80)g0iL`^C:ȩ{|sj|1' ` DM,Ri(KMbBss|{ͅLіY]P`~uP>(x7)Q_-\62&vb LwtxL=g*h#qʻK!@OlΕy K3`?,FƽK\504Z` Q&rv:nq;mGSY[3$_ US尫4 7a +LG(tt&Ul[QlLtEZcLuyr3~wXjZPUX<_<;]!<(Z jA%0. +'0VWzkhȝwTS7ŷ+쟶k|WT +e~kŀD +֓AJD! fŠꠠ\k#_8#R;fzYf '1 +endstream +endobj +106 0 obj +<< +/Filter /FlateDecode +/Length 40 +>> +stream +H*w6PH/2Pw5Pp +*D7 f +endstream +endobj +107 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +108 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 538 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 107 0 R +/GS1 196 0 R +>> +/Font << +/C2_0 197 0 R +/T1_0 198 0 R +/T1_1 199 0 R +/T1_2 200 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTmk0_q%;ɲ$[)knMV_;휮bΒy3' t:}߉dF&L^V_58>"Rq*.F)^]mګ; f0/^ +i9Sڽldv{9n +aOm49'tR" B`EB{M)5&FFv)Hb50%46|dyiLsI[ɓ[ɇ6Kcjq.qƖ)SX +endstream +endobj +109 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 957 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 107 0 R +>> +/Font << +/C2_0 201 0 R +/T1_0 202 0 R +/T1_1 203 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HVmo0 _ᏍD8/MIcLC 4mnSiz$n @Im؎<}l{{k_ܭ`C(t%qɳBIk +|wCQ?{bYԇnNtk~,Q=Na=>G]qRؾ(@N}jh4ڀ4b^ lZ⎍F 6HnA(N H,?7})Bd𪼊(iU4}{WKu'*# GCb9q&K!*qwe4ketTh<d紂0Ҧ$sAh9WA{3eD`?>P@3ڦB`-+XSVsKтWEW9εҊW0> +endobj +111 0 obj +[210 0 R 211 0 R 212 0 R 213 0 R 213 0 R 214 0 R 213 0 R 215 0 R 213 0 R 216 0 R 213 0 R 217 0 R 218 0 R 219 0 R 220 0 R 221 0 R +222 0 R 223 0 R 224 0 R 225 0 R 226 0 R 226 0 R 227 0 R 226 0 R 226 0 R 228 0 R 229 0 R 228 0 R 228 0 R 228 0 R 230 0 R 228 0 R +231 0 R 228 0 R 228 0 R 232 0 R 232 0 R 232 0 R 232 0 R 232 0 R 233 0 R 232 0 R 234 0 R 235 0 R 234 0 R 234 0 R 234 0 R 234 0 R +236 0 R 234 0 R 237 0 R 234 0 R 234 0 R 234 0 R 234 0 R] +endobj +112 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 238 0 R 239 0 R 238 0 R 238 0 R 238 0 R 238 0 R 238 0 R 240 0 R 240 0 R +241 0 R 240 0 R 240 0 R 242 0 R 240 0 R 243 0 R 240 0 R 244 0 R 244 0 R 245 0 R 246 0 R 246 0 R 246 0 R 247 0 R 248 0 R 249 0 R +250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 255 0 R 255 0 R 255 0 R 255 0 R 255 0 R 257 0 R 255 0 R 258 0 R 259 0 R +258 0 R 260 0 R 258 0 R 258 0 R 258 0 R 261 0 R 258 0 R 262 0 R 258 0 R 258 0 R 258 0 R 258 0 R 263 0 R 264 0 R 263 0 R 265 0 R +266 0 R 267 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R] +endobj +113 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null 277 0 R 277 0 R 277 0 R 278 0 R +277 0 R 277 0 R 277 0 R 279 0 R 279 0 R 280 0 R 279 0 R 281 0 R 279 0 R 279 0 R 279 0 R 279 0 R 279 0 R 282 0 R 283 0 R 282 0 R +284 0 R 282 0 R 282 0 R 282 0 R 282 0 R 285 0 R 282 0 R 286 0 R 286 0 R 286 0 R 287 0 R 286 0 R 286 0 R 286 0 R 286 0 R 286 0 R +286 0 R 288 0 R 288 0 R 288 0 R 288 0 R 289 0 R 288 0 R 288 0 R 288 0 R 288 0 R 290 0 R 288 0 R 288 0 R 288 0 R 291 0 R 291 0 R +291 0 R 291 0 R 292 0 R 291 0 R 291 0 R] +endobj +114 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null 291 0 R 291 0 R 291 0 R 291 0 R 291 0 R 293 0 R 293 0 R 293 0 R 293 0 R 293 0 R 293 0 R +293 0 R 293 0 R 293 0 R 294 0 R 293 0 R 293 0 R 295 0 R 295 0 R 296 0 R 295 0 R 295 0 R 297 0 R 298 0 R 298 0 R 299 0 R 298 0 R +300 0 R 298 0 R 301 0 R 302 0 R 303 0 R 304 0 R 305 0 R 306 0 R 307 0 R 308 0 R 309 0 R 310 0 R 311 0 R 312 0 R 313 0 R 314 0 R +315 0 R 316 0 R 317 0 R 318 0 R 319 0 R 320 0 R 321 0 R 322 0 R 323 0 R 324 0 R 325 0 R 326 0 R 327 0 R 328 0 R 329 0 R 330 0 R +331 0 R 332 0 R 332 0 R 333 0 R 332 0 R] +endobj +115 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null 334 0 R 334 0 R 334 0 R 335 0 R 334 0 R 336 0 R 337 0 R 338 0 R 337 0 R 339 0 R 340 0 R +341 0 R 340 0 R 342 0 R 343 0 R 344 0 R 345 0 R 346 0 R 347 0 R 348 0 R 349 0 R 348 0 R 348 0 R 348 0 R 348 0 R 348 0 R 348 0 R +348 0 R 348 0 R 348 0 R 348 0 R 350 0 R 351 0 R 352 0 R 353 0 R 354 0 R 355 0 R 354 0 R 354 0 R 354 0 R 356 0 R 357 0 R 357 0 R +357 0 R 357 0 R 357 0 R 357 0 R 358 0 R 359 0 R 360 0 R 360 0 R 360 0 R 360 0 R 360 0 R 360 0 R] +endobj +116 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null 361 0 R 362 0 R 362 0 R 362 0 R +362 0 R 362 0 R 363 0 R 363 0 R 363 0 R 363 0 R 363 0 R 364 0 R 363 0 R 363 0 R 363 0 R 363 0 R 363 0 R 363 0 R 363 0 R 363 0 R +365 0 R 366 0 R 365 0 R 365 0 R 365 0 R 367 0 R 368 0 R 368 0 R 368 0 R 369 0 R 368 0 R 370 0 R 368 0 R 368 0 R 368 0 R 368 0 R +368 0 R 371 0 R 372 0 R 372 0 R 372 0 R 373 0 R 372 0 R 374 0 R 372 0 R 372 0 R 372 0 R 372 0 R 372 0 R 372 0 R 375 0 R 372 0 R] +endobj +117 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +376 0 R 377 0 R 378 0 R 377 0 R 379 0 R 377 0 R 377 0 R 377 0 R 377 0 R 377 0 R 380 0 R 377 0 R 377 0 R 381 0 R 377 0 R 377 0 R +377 0 R 382 0 R 383 0 R 382 0 R 384 0 R 385 0 R 384 0 R 384 0 R 386 0 R 384 0 R 384 0 R 384 0 R 384 0 R 387 0 R 387 0 R 388 0 R +388 0 R 389 0 R 388 0 R 388 0 R 388 0 R 388 0 R 390 0 R 391 0 R 390 0 R 392 0 R 390 0 R 390 0 R 390 0 R 393 0 R 390 0 R 394 0 R +390 0 R 390 0 R 390 0 R 395 0 R 396 0 R 395 0 R 395 0 R 397 0 R 395 0 R 398 0 R] +endobj +118 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null 395 0 R 395 0 R 399 0 R 400 0 R 401 0 R 402 0 R +403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R +419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R 427 0 R 428 0 R 429 0 R 430 0 R 431 0 R 431 0 R 432 0 R 431 0 R +433 0 R 431 0 R 431 0 R 434 0 R 435 0 R 434 0 R 434 0 R 434 0 R 436 0 R 434 0 R 434 0 R 437 0 R 434 0 R 434 0 R 438 0 R 434 0 R +439 0 R 440 0 R 439 0 R 439 0 R 439 0 R 439 0 R 441 0 R 439 0 R 439 0 R 442 0 R 439 0 R 439 0 R 439 0 R 439 0 R 439 0 R 439 0 R +439 0 R 439 0 R] +endobj +119 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null 443 0 R 443 0 R 443 0 R 443 0 R 443 0 R 443 0 R 443 0 R 443 0 R 443 0 R 444 0 R 443 0 R 443 0 R 443 0 R 443 0 R +443 0 R 443 0 R 445 0 R 445 0 R 445 0 R 445 0 R 446 0 R 445 0 R 447 0 R 445 0 R 445 0 R 445 0 R 445 0 R 448 0 R 448 0 R 448 0 R +448 0 R 449 0 R 448 0 R 450 0 R 448 0 R 448 0 R 451 0 R 448 0 R 448 0 R 452 0 R 448 0 R 448 0 R 453 0 R 448 0 R 448 0 R 448 0 R +448 0 R 454 0 R 448 0 R 448 0 R] +endobj +120 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null 455 0 R 456 0 R 457 0 R 456 0 R 458 0 R 456 0 R 459 0 R 459 0 R 459 0 R 460 0 R 459 0 R 459 0 R +461 0 R 461 0 R 461 0 R 461 0 R 462 0 R 462 0 R 462 0 R 462 0 R 462 0 R 462 0 R 462 0 R 463 0 R 464 0 R 463 0 R 463 0 R 465 0 R +463 0 R 466 0 R 463 0 R 463 0 R 463 0 R 467 0 R 468 0 R 469 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R +477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 482 0 R 483 0 R 482 0 R 484 0 R 482 0 R 482 0 R 482 0 R 485 0 R 486 0 R 485 0 R +485 0 R 485 0 R 485 0 R] +endobj +121 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null 487 0 R 488 0 R 487 0 R 487 0 R 489 0 R 487 0 R 487 0 R 487 0 R 490 0 R 490 0 R 490 0 R 490 0 R 490 0 R +490 0 R 490 0 R 491 0 R 492 0 R 491 0 R 491 0 R 491 0 R 491 0 R 491 0 R 491 0 R 493 0 R 491 0 R 491 0 R 494 0 R 491 0 R 491 0 R +495 0 R 491 0 R 491 0 R 491 0 R 491 0 R 496 0 R 491 0 R 491 0 R 497 0 R 491 0 R 498 0 R 491 0 R 499 0 R 499 0 R 499 0 R 500 0 R +499 0 R 499 0 R 499 0 R 499 0 R 501 0 R 499 0 R 502 0 R 499 0 R 503 0 R 503 0 R 503 0 R 504 0 R 503 0 R 503 0 R 503 0 R] +endobj +122 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null 503 0 R +503 0 R 503 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 506 0 R 505 0 R 505 0 R 505 0 R 507 0 R +505 0 R 508 0 R 508 0 R 508 0 R 508 0 R 508 0 R 508 0 R 509 0 R 508 0 R 508 0 R 508 0 R 508 0 R 510 0 R 510 0 R 510 0 R 510 0 R +511 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 512 0 R 510 0 R 513 0 R 514 0 R 513 0 R +515 0 R 513 0 R 516 0 R 516 0 R 517 0 R 516 0 R 518 0 R 516 0 R] +endobj +123 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null 519 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R +520 0 R 520 0 R 521 0 R 521 0 R 521 0 R 522 0 R 521 0 R 523 0 R 521 0 R 524 0 R 525 0 R 525 0 R 525 0 R 526 0 R 525 0 R 525 0 R +525 0 R 525 0 R 525 0 R 527 0 R 527 0 R 527 0 R 527 0 R 527 0 R 527 0 R 527 0 R 527 0 R 527 0 R 528 0 R 529 0 R 528 0 R 528 0 R +528 0 R 528 0 R 528 0 R 530 0 R 528 0 R 528 0 R 528 0 R 528 0 R 528 0 R 528 0 R] +endobj +124 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null 531 0 R 531 0 R 532 0 R 531 0 R 531 0 R 531 0 R +531 0 R 531 0 R 531 0 R 533 0 R 533 0 R 533 0 R 534 0 R 533 0 R 535 0 R 533 0 R 533 0 R 533 0 R 533 0 R 533 0 R 533 0 R 533 0 R +533 0 R 536 0 R 537 0 R 537 0 R 538 0 R 537 0 R 537 0 R 537 0 R 537 0 R 539 0 R 539 0 R 539 0 R 539 0 R 540 0 R 539 0 R 539 0 R +541 0 R 539 0 R 539 0 R 539 0 R 542 0 R 542 0 R 542 0 R 542 0 R 542 0 R 542 0 R 542 0 R 543 0 R 543 0 R 543 0 R 544 0 R 543 0 R +543 0 R] +endobj +125 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null 545 0 R 546 0 R 546 0 R 546 0 R 546 0 R 546 0 R 547 0 R 546 0 R 548 0 R 546 0 R 546 0 R 546 0 R 546 0 R 546 0 R 546 0 R +549 0 R 550 0 R 551 0 R 550 0 R 550 0 R 552 0 R 550 0 R 550 0 R 553 0 R 553 0 R 553 0 R 554 0 R 553 0 R 553 0 R 553 0 R 553 0 R +555 0 R 553 0 R 556 0 R 557 0 R 557 0 R 558 0 R 557 0 R 559 0 R 559 0 R 560 0 R 561 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R +562 0 R 562 0 R 562 0 R 562 0 R] +endobj +126 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 563 0 R 564 0 R 565 0 R 565 0 R 566 0 R 565 0 R 567 0 R 565 0 R 565 0 R +565 0 R 568 0 R 569 0 R 570 0 R 570 0 R 571 0 R 570 0 R 570 0 R 570 0 R 572 0 R 570 0 R 570 0 R 570 0 R 573 0 R 573 0 R 574 0 R +573 0 R 573 0 R 573 0 R 575 0 R 576 0 R 575 0 R 575 0 R 575 0 R 577 0 R 578 0 R 579 0 R 578 0 R 580 0 R 578 0 R 578 0 R 581 0 R +582 0 R 582 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 591 0 R 591 0 R 593 0 R +593 0 R 594 0 R 593 0 R 595 0 R 593 0 R] +endobj +127 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null 596 0 R 597 0 R 598 0 R 597 0 R 597 0 R 597 0 R 599 0 R 600 0 R 600 0 R 600 0 R 600 0 R +600 0 R 600 0 R 601 0 R 600 0 R 602 0 R 603 0 R 602 0 R 602 0 R 604 0 R 602 0 R 602 0 R 602 0 R 605 0 R 602 0 R 602 0 R 602 0 R +606 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 607 0 R 608 0 R 609 0 R 610 0 R 609 0 R 609 0 R 611 0 R 609 0 R 609 0 R 609 0 R +609 0 R 609 0 R 612 0 R 612 0 R 612 0 R 613 0 R 612 0 R 612 0 R] +endobj +128 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null 612 0 R 612 0 R 612 0 R 614 0 R 615 0 R 615 0 R 615 0 R 615 0 R +615 0 R 615 0 R 615 0 R 615 0 R 616 0 R 615 0 R 615 0 R 615 0 R 615 0 R 617 0 R 618 0 R 618 0 R 619 0 R 618 0 R 618 0 R 618 0 R +618 0 R 620 0 R 621 0 R 620 0 R 620 0 R 620 0 R 620 0 R 622 0 R 620 0 R 620 0 R 620 0 R 623 0 R 620 0 R 624 0 R 620 0 R 625 0 R +620 0 R 620 0 R 626 0 R 626 0 R 626 0 R 627 0 R 626 0 R 628 0 R 626 0 R 626 0 R 626 0 R 626 0 R 626 0 R 626 0 R 629 0 R 629 0 R +629 0 R] +endobj +129 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null 630 0 R 630 0 R 631 0 R 630 0 R 630 0 R 630 0 R 632 0 R 633 0 R 632 0 R 632 0 R 632 0 R 632 0 R 634 0 R 635 0 R 635 0 R +635 0 R 636 0 R 635 0 R 635 0 R 635 0 R 637 0 R 635 0 R 635 0 R 635 0 R 638 0 R 638 0 R 638 0 R 638 0 R 638 0 R 638 0 R 638 0 R +639 0 R 639 0 R 639 0 R 640 0 R 639 0 R 639 0 R 641 0 R 642 0 R 642 0 R 642 0 R 642 0 R 642 0 R 642 0 R 642 0 R 642 0 R 642 0 R +642 0 R] +endobj +130 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null 643 0 R 644 0 R 644 0 R 645 0 R 644 0 R 644 0 R 644 0 R 646 0 R 644 0 R 644 0 R 647 0 R 648 0 R 649 0 R 649 0 R 649 0 R +649 0 R 649 0 R 649 0 R 649 0 R 650 0 R 649 0 R 649 0 R 649 0 R 649 0 R 651 0 R 649 0 R 649 0 R 649 0 R 649 0 R 652 0 R 653 0 R +654 0 R 653 0 R 655 0 R 653 0 R 656 0 R 653 0 R 653 0 R 657 0 R 653 0 R 653 0 R 653 0 R 658 0 R 659 0 R 658 0 R 658 0 R 658 0 R +658 0 R 658 0 R 658 0 R 660 0 R 661 0 R 662 0 R 662 0 R 662 0 R] +endobj +131 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null 663 0 R 664 0 R 665 0 R 665 0 R 666 0 R 665 0 R 667 0 R 668 0 R +669 0 R 669 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 672 0 R 674 0 R 672 0 R 675 0 R 676 0 R 677 0 R 678 0 R 677 0 R 679 0 R +679 0 R 679 0 R 680 0 R 679 0 R 679 0 R 681 0 R 682 0 R 683 0 R 682 0 R 682 0 R 682 0 R 682 0 R 682 0 R 682 0 R 684 0 R 682 0 R +685 0 R 686 0 R 685 0 R 687 0 R 685 0 R 688 0 R 685 0 R 685 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 693 0 R 693 0 R 693 0 R +694 0 R 693 0 R 695 0 R 693 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 701 0 R 701 0 R 702 0 R 701 0 R 701 0 R 703 0 R +701 0 R 701 0 R] +endobj +132 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null 704 0 R 705 0 R 706 0 R 707 0 R 707 0 R 707 0 R 708 0 R 707 0 R 707 0 R 707 0 R 707 0 R 707 0 R 707 0 R 707 0 R +707 0 R 707 0 R 709 0 R 710 0 R 709 0 R 709 0 R 709 0 R 709 0 R 709 0 R 711 0 R 709 0 R 709 0 R 712 0 R 709 0 R 713 0 R 714 0 R +713 0 R 713 0 R 713 0 R 715 0 R 716 0 R 716 0 R 716 0 R 716 0 R 716 0 R 717 0 R 716 0 R 716 0 R 716 0 R 716 0 R 716 0 R 716 0 R +716 0 R 718 0 R 719 0 R 719 0 R 719 0 R 719 0 R 720 0 R] +endobj +133 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 719 0 R 719 0 R 719 0 R 719 0 R 719 0 R 721 0 R 722 0 R 723 0 R 723 0 R +724 0 R 723 0 R 723 0 R 725 0 R 723 0 R 723 0 R 723 0 R 723 0 R 723 0 R 723 0 R 723 0 R 726 0 R 727 0 R 727 0 R 727 0 R 727 0 R +728 0 R 727 0 R 727 0 R 727 0 R 727 0 R 729 0 R 727 0 R 730 0 R 727 0 R 731 0 R 727 0 R 732 0 R 732 0 R 732 0 R 733 0 R 732 0 R +734 0 R 732 0 R 732 0 R 732 0 R 735 0 R 736 0 R 736 0 R 736 0 R 736 0 R 736 0 R 737 0 R] +endobj +134 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null 736 0 R 736 0 R 736 0 R 738 0 R 736 0 R +739 0 R 736 0 R 736 0 R 740 0 R 741 0 R 741 0 R 741 0 R 741 0 R 741 0 R 741 0 R 741 0 R 741 0 R 741 0 R 741 0 R 741 0 R 742 0 R +743 0 R 744 0 R 745 0 R 746 0 R 747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R +759 0 R] +endobj +135 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null 760 0 R 760 0 R 761 0 R 760 0 R 762 0 R 763 0 R 764 0 R 765 0 R 764 0 R 766 0 R 767 0 R 766 0 R +768 0 R 769 0 R 770 0 R 771 0 R 771 0 R 771 0 R 772 0 R 773 0 R 774 0 R 774 0 R 774 0 R 774 0 R 774 0 R 775 0 R 776 0 R 777 0 R +778 0 R 777 0 R 777 0 R 777 0 R 779 0 R 780 0 R 781 0 R 782 0 R 781 0 R 781 0 R 781 0 R 783 0 R 784 0 R 785 0 R 786 0 R 785 0 R +785 0 R 787 0 R 785 0 R 788 0 R 789 0 R 790 0 R 790 0 R 790 0 R 791 0 R 792 0 R 793 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R +798 0 R 799 0 R 799 0 R 800 0 R 800 0 R 801 0 R 800 0 R 802 0 R 803 0 R 804 0 R 804 0 R 805 0 R 804 0 R 804 0 R 804 0 R 806 0 R +807 0 R 808 0 R 808 0 R 809 0 R 810 0 R 811 0 R 811 0 R 812 0 R 811 0 R 813 0 R 814 0 R 815 0 R 815 0 R 815 0 R 815 0 R 815 0 R +815 0 R 816 0 R 815 0 R 817 0 R 818 0 R 819 0 R 820 0 R 819 0 R 819 0 R 819 0 R 819 0 R 821 0 R 822 0 R 823 0 R 823 0 R 824 0 R +823 0 R 825 0 R 826 0 R 827 0 R 828 0 R 827 0 R 829 0 R 827 0 R 827 0 R 827 0 R 827 0 R 830 0 R 831 0 R 832 0 R 832 0 R 833 0 R +832 0 R 834 0 R 835 0 R 836 0 R 837 0 R 836 0 R 836 0 R 836 0 R 836 0 R 836 0 R 836 0 R 836 0 R 838 0 R 839 0 R 840 0 R 840 0 R +840 0 R 841 0 R 840 0 R 842 0 R 843 0 R 844 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 850 0 R 852 0 R +853 0 R 854 0 R 854 0 R 855 0 R 856 0 R 857 0 R 857 0 R] +endobj +136 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 858 0 R 858 0 R 859 0 R 858 0 R 860 0 R 861 0 R 862 0 R 862 0 R 863 0 R +864 0 R 863 0 R 865 0 R 865 0 R 865 0 R 866 0 R 865 0 R 867 0 R 868 0 R 869 0 R 870 0 R 869 0 R 869 0 R 869 0 R 869 0 R 869 0 R +869 0 R 869 0 R 871 0 R 869 0 R 869 0 R 872 0 R 873 0 R 874 0 R 874 0 R 874 0 R 875 0 R 876 0 R 877 0 R 877 0 R 878 0 R 879 0 R +880 0 R 880 0 R 880 0 R 881 0 R 880 0 R 880 0 R 882 0 R 883 0 R 884 0 R 884 0 R 884 0 R 885 0 R 884 0 R 884 0 R 886 0 R 887 0 R +888 0 R 888 0 R 889 0 R 890 0 R 891 0 R 891 0 R 892 0 R 891 0 R 893 0 R 894 0 R 895 0 R 895 0 R 895 0 R 895 0 R 896 0 R 897 0 R +898 0 R 899 0 R 900 0 R 901 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 904 0 R 904 0 R 906 0 R 906 0 R 907 0 R 908 0 R 909 0 R +909 0 R 909 0 R 909 0 R 909 0 R 910 0 R 911 0 R 912 0 R 912 0 R 912 0 R 913 0 R 912 0 R 914 0 R 915 0 R 916 0 R 916 0 R 916 0 R +917 0 R 916 0 R 918 0 R 919 0 R 920 0 R 920 0 R 921 0 R 920 0 R 920 0 R 922 0 R 923 0 R 924 0 R 924 0 R 924 0 R 925 0 R 924 0 R +926 0 R 927 0 R 928 0 R 928 0 R 928 0 R 928 0 R 928 0 R 928 0 R 929 0 R 930 0 R 931 0 R 931 0 R 931 0 R 932 0 R 933 0 R 934 0 R +935 0 R 934 0 R 936 0 R 937 0 R 938 0 R 938 0 R 938 0 R 939 0 R 940 0 R 941 0 R 941 0 R 941 0 R 941 0 R 941 0 R] +endobj +137 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null 942 0 R 942 0 R +943 0 R 942 0 R 944 0 R 945 0 R 946 0 R 946 0 R 947 0 R 948 0 R 947 0 R 949 0 R 950 0 R 949 0 R 949 0 R 951 0 R 949 0 R 952 0 R +953 0 R 954 0 R 955 0 R 954 0 R 956 0 R 954 0 R 957 0 R 954 0 R 954 0 R 954 0 R 954 0 R 954 0 R 958 0 R 959 0 R 960 0 R 960 0 R +960 0 R 961 0 R 960 0 R 962 0 R 963 0 R 964 0 R 964 0 R 965 0 R 964 0 R 966 0 R 964 0 R 967 0 R 968 0 R 969 0 R 969 0 R 969 0 R +970 0 R 971 0 R 972 0 R 972 0 R 973 0 R 974 0 R 975 0 R] +endobj +138 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 976 0 R +/FontName /WVEKHQ+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +139 0 obj +<< +/Filter /FlateDecode +/Length 437 +>> +stream +H\j@{\LP|di +X~ )T sf=*>+;NC][> +endobj +141 0 obj +<< +/Filter /FlateDecode +/Length 450 +>> +stream +H\n@EylfhBLm -IȈ6mrMEY9vo:cڨ5=u!~57zT]F=±Ϫe7n>f[l5vd>7Gg ʴzL^O}VOeO6S}mPSLs4}n4Y5K^oiho,;:fUgtJ!o[|&dMrN r.%ؒ-ؑXd^%y ^r +YY:X8XeeEe> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +144 0 obj +<< +/Ascent 1005 +/CapHeight 674 +/CharSet (/space/comma/two/C/D/I/L/P/R/S/a/c/d/e/f/g/h/i/l/n/o/p/r/s/t/v/y) +/Descent -251 +/Flags 32 +/FontBBox [-166 -251 1313 1005] +/FontFamily (Myriad Pro Black) +/FontFile3 979 0 R +/FontName /JWWUHQ+MyriadPro-Black +/FontStretch /Normal +/FontWeight 900 +/ItalicAngle 0 +/StemV 180 +/Type /FontDescriptor +/XHeight 492 +>> +endobj +145 0 obj +<< +/Filter /FlateDecode +/Length 355 +>> +stream +H\j0E +-EXRP胺ZwFR@\_fTsY&ae?8:B m&UvcEra]?^Փΰ[wYˤy#Y,^Zڎ -to;(R,N8J; rb@+](]d 9sN|`>snN5i*QXGFƀ:&}fĆG~4G#Siȧa|cȏa?`ȃa"߫IW!n!`Ӊ O^bM+EP +endstream +endobj +146 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/I/space) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 980 0 R +/FontName /KAGAVO+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +147 0 obj +<< +/Filter /FlateDecode +/Length 235 +>> +stream +H\j0 ~ +Cqv)@iv,8(!o?-T`B'~Ks]It`pa!`IfQHuN8~B)_ܜ9V+Y$G|-n' *h8/zB۵.;f5"ԥ͘`q i?PGꝣKS`~4 UgmUqPޜ2P Qx3 ;+("0`q +endstream +endobj +148 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/space/A/D/N/R/T/U/a/c/e/h/o/p/r/t) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 981 0 R +/FontName /ZPUHXK+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +149 0 obj +<< +/Filter /FlateDecode +/Length 302 +>> +stream +H\n0 y +Cz8Cc{HLi(~NRu"Oskf١QpoN" xՆ(-r-ܭǩ5̄AŻ6OjpS费mw7kpB!#%zk?!k_w\-ByjF +Kt"ąNШLa({DYFC !!9,"!N2h2qI\> +endobj +151 0 obj +<< +/Filter /FlateDecode +/Length 302 +>> +stream +H\n0 y +Cz8Cc{HLi(~NRu"Oskf١QpoN" xՆ(-r-ܭǩ5̄AŻ6OjpS费mw7kpB!#%zk?!k_w\-ByjF +Kt"ąNШLa({DYFC !!9,"!N2h2qI\> +endobj +153 0 obj +<< +/Filter /FlateDecode +/Length 250 +>> +stream +H\Pj s=,&$P]aҴ`t +1}G]7̼sMߣ&3WE0lkӭ*^T`þ&\z7y&%j)px2~#o`ny8~pA ]UxU /Soo~"DjF{kPr32Pt /Cg+kLmJL>4S"Vf,*]VuRVwhpb$egxl|b~/x +endstream +endobj +154 0 obj +<< +/BaseFont /PHZJNE+Wingdings-Regular +/DescendantFonts 984 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 985 0 R +/Type /Font +>> +endobj +155 0 obj +<< +/BaseFont /KAGAVO+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 73 +/FontDescriptor 146 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 986 0 R +/Type /Font +/Widths [285] +>> +endobj +156 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 987 0 R +/FontName /UCHBDE+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +157 0 obj +<< +/Filter /FlateDecode +/Length 561 +>> +stream +H\͊@OQEcbݺ nb~ 1oDwօkf8Z~k=fyZ|x=!*H'otwv8,6q{;>>5[ƵneӡM}X4Cocĩ/1Vq[lط7ӹ]OYU*33r\"w{=++sT_3 3{dadz<<^٘ N[dMi{Xe_sѥUf" +endstream +endobj +158 0 obj +[988 0 R] +endobj +159 0 obj +<< +/Filter /FlateDecode +/Length 236 +>> +stream +H\Pj0 +tlmPZ +96sOvKOx@~R0-&蝷S t88/vXgߌ: +vk_LNXmp-,~d;x}-({Y6eޥeÞ?w0&X6H(-ĥz7WMEjn*ׂeChf"NW.Rb@h1D`W~W(rO +endstream +endobj +160 0 obj +<< +/Ascent 1005 +/CapHeight 674 +/CharSet (/C/D/I/L/N/P/R/S/a/b/c/comma/d/e/eight/f/five/four/g/h/i/l/m/n/nine/o/one/p/period/r/s/seven/six/space/t/three/two/v/y/z/zero) +/Descent -251 +/Flags 32 +/FontBBox [-166 -251 1313 1005] +/FontFamily (Myriad Pro Black) +/FontFile3 989 0 R +/FontName /TKZLUG+MyriadPro-Black +/FontStretch /Normal +/FontWeight 900 +/ItalicAngle 0 +/StemV 180 +/Type /FontDescriptor +/XHeight 492 +>> +endobj +161 0 obj +<< +/Filter /FlateDecode +/Length 276 +>> +stream +H\j }ܽXaeK!=д$+4Fw&.[~2+seMGUcXqgZiڨp_'$e +8TEQ'=k[h$P^ r*Muiv|-![i4Fk(Z R]vxQ9Ih"N#Y93#GS9R,LۼaÔ+> +endobj +163 0 obj +<< +/Filter /FlateDecode +/Length 323 +>> +stream +H\ۊ0s^ƖŶXw&cWXc·ta9Tn= ـp኷Ω8ۙ[o ʵs>(9NaW\-X ꫬwG7,ƿ6=Bm*Kn7W9{d" G ʷ +/ +'kk򄋷[z%YLJM5i,3' 渖^ZX3gNxǼ3̢G}>16E>6܌RY4d!; +s.M4MxC /_ŗ`yF +endstream +endobj +164 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/A/C/D/F/I/N/P/R/S/T/U/a/b/bullet/c/colon/comma/d/e/eight/f/four/g/h/i/l/m/n/o/one/p/period/r/s/six/slash/space/t/three/two/u/v/w/x/y/z/zero) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 991 0 R +/FontName /DPATEM+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +165 0 obj +<< +/Filter /FlateDecode +/Length 442 +>> +stream +H\j0E +-EcK5`!i! Mlgoi$Xr$?vd}袿 zs>dt};}]Ϳ<ϻp6kyܭo|ܽo&_?0¬VT_7{u~?Rgmi_Ʀ 'EL>̇}GH7 ~&º +y.%"W`K`! ^׉-;-:-{,z,{,z,{,z쒼ͱӡӱӡ9K,t80+ +0+sn7Q_~g \-{ExWK/MpS)ܔn +7MpS)ܔn +7sQ<%zʢ,Wz ί<>iFRf n" +endstream +endobj +166 0 obj +<< +/BaseFont /XQCJYY+Wingdings-Regular +/DescendantFonts 992 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 993 0 R +/Type /Font +>> +endobj +167 0 obj +<< +/BaseFont /TKZLUG+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 160 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 994 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +573 573 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +168 0 obj +<< +/BaseFont /FSZFGI+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 184 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 995 0 R +/Type /Font +/Widths [202] +>> +endobj +169 0 obj +<< +/BaseFont /DPATEM+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 164 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 996 0 R +/Type /Font +/Widths [212] +>> +endobj +170 0 obj +<< +/BaseFont /ANMBOS+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 997 0 R +/LastChar 116 +/Subtype /Type1 +/ToUnicode 998 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 636 0 0 683 0 0 0 0 0 0 0 0 0 676 0 +0 0 569 0 525 666 0 0 0 0 0 0 0 0 0 0 +0 508 0 449 0 516 0 0 572 0 0 0 0 0 0 564 +585 0 356 0 351] +>> +endobj +171 0 obj +<< +/BaseFont /DQTEEM+Wingdings-Regular +/DescendantFonts 999 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1000 0 R +/Type /Font +>> +endobj +172 0 obj +<< +/BaseFont /TKZLUG+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 160 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 1001 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +573 573 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +173 0 obj +<< +/BaseFont /FSZFGI+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 184 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1002 0 R +/Type /Font +/Widths [202] +>> +endobj +174 0 obj +<< +/BaseFont /DPATEM+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 164 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1003 0 R +/Type /Font +/Widths [212] +>> +endobj +175 0 obj +<< +/BaseFont /ANMBOS+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 997 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 1004 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +176 0 obj +<< +/Ascent 784 +/CapHeight 602 +/Descent -230 +/Flags 34 +/FontBBox [0 -230 936 784] +/FontFamily (Palatino) +/FontFile2 1005 0 R +/FontName /FLSPBI+PalatinoBold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 112 +/Type /FontDescriptor +/XHeight 418 +>> +endobj +177 0 obj +<< +/Filter /FlateDecode +/Length 430 +>> +stream +H\n@yl/M6? .d ߾{8MDgf CnMfFs|ܹƙ;v>jmNxw=>*ś1\ͪ6I_BBc52 _h2\bzxOΤSݶzk|Q[wƅ]Re4c,e|!r,E^ y~ ?D.//f8'\Kr ^W-y˼EZ֢ +Y "r>%SO>%=¼ / ¼Ly+8Wx\Q9>'߃9O<S8O<VbJOSTx*=JOSTx*=gxsɳ\ Np%k0"M*|o72 +endstream +endobj +178 0 obj +<< +/Ascent 953 +/CapHeight 674 +/CharSet (/A/B/D/E/G/I/L/M/N/O/R/S/T/Z) +/Descent -250 +/Flags 96 +/FontBBox [-185 -250 1090 953] +/FontFamily (Myriad Pro) +/FontFile3 1006 0 R +/FontName /JETIFA+MyriadPro-It +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle -11 +/StemV 84 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +179 0 obj +<< +/Filter /FlateDecode +/Length 298 +>> +stream +H\j0z9&%!` I.88Բ߾3BakOw$q0 N9o#=+ޜWY֙a-۠78a_nPE9)ΰ:kEf Is{P`^"Ԗn7{9|3I *RZ%ZBo3-kgۨ]FӔ.\8g f Jb> g0%Vh9 +o%(|,<],G\ 3q˰q<Tկt +endstream +endobj +180 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [28 /f_l /f_f_i /f_f /f_i] +/Type /Encoding +>> +endobj +181 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/f_l/f_f_i/f_f/f_i/space/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/A/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/bracketleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/ellipsis/quotedblleft/quotedblright) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 1007 0 R +/FontName /GXFQPG+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +182 0 obj +<< +/Filter /FlateDecode +/Length 568 +>> +stream +H\͎0y +g !1#q-a#-I_W*V\Ǯ%fݵCWNM[݆*c87mnqr4߯cS,.;pwO;$>ahڳ{?t?enru8ʼnoKp4eWf1/>}pT焩:\CC{2[* m_v|㙏G>xd^z2x0(׮XKRx)^J/WRAô+W(xtާG=:{/1C>F~o7 F~o7 F~yE9 Nt>8Fq@uxLtq6|L}׻8 +OW +endstream +endobj +183 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [29 /f_i /f_l /hyphen.cap] +/Type /Encoding +>> +endobj +184 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/X/a/b/c/colon/comma/d/e/eight/f/f_i/f_l/five/four/g/h/hyphen/hyphen.cap/i/l/m/n/nine/o/one/p/period/r/s/seven/six/slash/space/t/three/two/u/v/w/x/y/z/zero) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 1008 0 R +/FontName /FSZFGI+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +185 0 obj +<< +/Filter /FlateDecode +/Length 515 +>> +stream +H\n0z +C2>-dvԒ@}9!)*@|:wM#]ZoI^oufJ|_g1*9æ1I·~8Ѥ4?&3um:ޛ[s&]ž]S:>yS,0Դ>4'UTo?tk݄wpׯe].2 zK33R-[9tA]@%P JЎA?S?CPrCZ+ +|_W+ +|_W+GaGaE,,,,,,,,,,,,,,ؔ+jWWWWWWWWW]4++뒟/wHYrt_]׻ڕ+jwݡvG66G66G66G66G66G66G66G@7'|]{ !2ˬaLdbg2 +endstream +endobj +186 0 obj +<< +/BaseFont /WRBSKA+Wingdings-Regular +/DescendantFonts 1009 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1010 0 R +/Type /Font +>> +endobj +187 0 obj +<< +/BaseFont /XDOYYY+Wingdings-Regular +/DescendantFonts 1011 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1012 0 R +/Type /Font +>> +endobj +188 0 obj +<< +/BaseFont /FSZFGI+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 184 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 1013 0 R +/Type /Font +/Widths [202 0 0 0 0 0 0 0 0 0 0 0 260 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 696 0 0 0 0 285 0 0 0 0 0 0 +0 0 593 540 0 0 0 0 0 0 0 0 0 0 0 0 +0 528 598 0 596 528 0 585 0 274 0 0 275 860 586 577 +0 0 380 434 367 0 0 0 0 0 469] +>> +endobj +189 0 obj +<< +/BaseFont /DPATEM+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 164 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1014 0 R +/Type /Font +/Widths [212] +>> +endobj +190 0 obj +<< +/BaseFont /TKZLUG+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 160 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 1015 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +573 573 573 0 0 0 0 0 0 573 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 705 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 610 0 0 539 0 0 0 0 0 0 0 871 0 589 +0 0 403 0 0 0 551] +>> +endobj +191 0 obj +<< +/BaseFont /QSJEEM+Wingdings-Regular +/DescendantFonts 1016 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1017 0 R +/Type /Font +>> +endobj +192 0 obj +<< +/BaseFont /GTKMPG+Wingdings-Regular +/DescendantFonts 1018 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1019 0 R +/Type /Font +>> +endobj +193 0 obj +<< +/BaseFont /TKZLUG+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 160 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 1020 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +573 573 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +194 0 obj +<< +/BaseFont /DPATEM+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 164 0 R +/LastChar 116 +/Subtype /Type1 +/ToUnicode 1021 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 612 0 0 666 0 0 0 0 0 0 0 0 0 658 0 +0 0 538 0 497 647 0 0 0 0 0 0 0 0 0 0 +0 482 0 448 0 501 0 0 555 0 0 0 0 0 0 549 +569 0 327 0 331] +>> +endobj +195 0 obj +<< +/BaseFont /FSZFGI+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 184 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1022 0 R +/Type /Font +/Widths [202] +>> +endobj +196 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +197 0 obj +<< +/BaseFont /CUCKKZ+Wingdings-Regular +/DescendantFonts 1023 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1024 0 R +/Type /Font +>> +endobj +198 0 obj +<< +/BaseFont /ZXSXUF+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1025 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 1026 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +199 0 obj +<< +/BaseFont /SXECAT+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1027 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 1028 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +200 0 obj +<< +/BaseFont /GAAIOR+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1029 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1030 0 R +/Type /Font +/Widths [212] +>> +endobj +201 0 obj +<< +/BaseFont /HMNJCP+Wingdings-Regular +/DescendantFonts 1031 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1032 0 R +/Type /Font +>> +endobj +202 0 obj +<< +/BaseFont /EFZRMV+MyriadPro-SemiboldCond +/Encoding /WinAnsiEncoding +/FirstChar 69 +/FontDescriptor 1033 0 R +/LastChar 84 +/Subtype /Type1 +/ToUnicode 1034 0 R +/Type /Font +/Widths [376 0 0 0 0 0 0 0 0 493 465 0 0 0 0 376] +>> +endobj +203 0 obj +<< +/BaseFont /UQZJCP+MyriadPro-Light +/Encoding 1035 0 R +/FirstChar 31 +/FontDescriptor 1036 0 R +/LastChar 169 +/Subtype /Type1 +/ToUnicode 1037 0 R +/Type /Font +/Widths [542 219 0 0 0 0 0 0 0 0 0 0 0 174 0 174 +351 488 0 488 0 0 0 0 0 0 0 174 0 0 0 0 +0 0 585 0 570 647 466 0 0 0 211 0 0 0 0 638 +0 0 0 505 464 465 626 0 0 0 0 0 0 0 0 0 +0 0 454 552 446 544 485 262 544 536 209 0 0 212 819 536 +532 552 0 295 373 309 531 452 722 0 440 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 677] +>> +endobj +204 0 obj +<< +/K [211 0 R 212 0 R 213 0 R 1038 0 R 226 0 R 228 0 R 232 0 R 234 0 R 238 0 R 240 0 R 244 0 R 1039 0 R 255 0 R 258 0 R 263 0 R 1040 0 R +277 0 R 279 0 R 282 0 R 286 0 R 288 0 R 291 0 R 293 0 R 295 0 R 297 0 R 298 0 R 1041 0 R 331 0 R 332 0 R 334 0 R 1042 0 R 348 0 R +1043 0 R 350 0 R 354 0 R 1044 0 R 357 0 R 359 0 R 360 0 R 1045 0 R 361 0 R 362 0 R 1046 0 R 363 0 R 1047 0 R 365 0 R 1048 0 R 1049 0 R +368 0 R 372 0 R 377 0 R 382 0 R 384 0 R 387 0 R 388 0 R 390 0 R 395 0 R 1050 0 R 415 0 R 1051 0 R 431 0 R 434 0 R 439 0 R 443 0 R +445 0 R 448 0 R 455 0 R 456 0 R 459 0 R 461 0 R 462 0 R 463 0 R 1052 0 R 482 0 R 485 0 R 487 0 R 490 0 R 491 0 R 499 0 R 503 0 R +505 0 R 508 0 R 510 0 R 513 0 R 1053 0 R 1054 0 R 519 0 R 520 0 R 521 0 R 524 0 R 525 0 R 527 0 R 528 0 R 531 0 R 533 0 R 536 0 R +537 0 R 539 0 R 542 0 R 543 0 R 545 0 R 546 0 R 549 0 R 550 0 R 553 0 R 556 0 R 557 0 R 559 0 R 1055 0 R 573 0 R 575 0 R 577 0 R +578 0 R 1056 0 R 591 0 R 593 0 R 596 0 R 597 0 R 599 0 R 600 0 R 602 0 R 607 0 R 608 0 R 609 0 R 612 0 R 614 0 R 615 0 R 617 0 R +618 0 R 620 0 R 626 0 R 630 0 R 632 0 R 634 0 R 635 0 R 638 0 R 639 0 R 641 0 R 642 0 R 643 0 R 644 0 R 647 0 R 648 0 R 649 0 R +652 0 R 653 0 R 658 0 R 1057 0 R 679 0 R 681 0 R 682 0 R 685 0 R 689 0 R 1058 0 R 709 0 R 713 0 R 715 0 R 716 0 R 718 0 R 719 0 R +721 0 R 722 0 R 723 0 R 726 0 R 727 0 R 732 0 R 735 0 R 736 0 R 740 0 R 741 0 R 742 0 R 1059 0 R 743 0 R 744 0 R 745 0 R 746 0 R +747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 1060 0 R] +/P 110 0 R +/S /Story +>> +endobj +205 0 obj +<< +/K 516 0 R +/P 110 0 R +/S /Story +>> +endobj +206 0 obj +<< +/K 1061 0 R +/P 110 0 R +/S /Story +>> +endobj +207 0 obj +<< +/K 1062 0 R +/P 110 0 R +/S /Story +>> +endobj +208 0 obj +<< +/K 1063 0 R +/P 110 0 R +/S /Story +>> +endobj +209 0 obj +<< +/K 629 0 R +/P 110 0 R +/S /Story +>> +endobj +210 0 obj +<< +/A << +/O /Layout +/LineHeight 56.0 +>> +/K 0 +/P 211 0 R +/Pg 7 0 R +/S /Span +>> +endobj +211 0 obj +<< +/A << +/O /Layout +/LineHeight 24.0 +/SpaceAfter 24.0 +>> +/K [210 0 R 1] +/P 204 0 R +/Pg 7 0 R +/S /Kapitel-Head +>> +endobj +212 0 obj +<< +/C /Pa1 +/K 2 +/P 204 0 R +/Pg 7 0 R +/S /Zwischenhead_1 +>> +endobj +213 0 obj +<< +/C /Pa2 +/K [3 4 214 0 R 6 215 0 R 8 216 0 R 10] +/P 204 0 R +/Pg 7 0 R +/S /Lauftext +>> +endobj +214 0 obj +<< +/ActualText +/K 5 +/P 213 0 R +/Pg 7 0 R +/S /Span +>> +endobj +215 0 obj +<< +/ActualText +/K 7 +/P 213 0 R +/Pg 7 0 R +/S /Span +>> +endobj +216 0 obj +<< +/ActualText +/K 9 +/P 213 0 R +/Pg 7 0 R +/S /Span +>> +endobj +217 0 obj +<< +/C /A4 +/K 11 +/P 1064 0 R +/Pg 7 0 R +/S /Span +>> +endobj +218 0 obj +<< +/C /A4 +/K 12 +/P 1064 0 R +/Pg 7 0 R +/S /Span +>> +endobj +219 0 obj +<< +/K 13 +/P 1065 0 R +/Pg 7 0 R +/S /LBody +>> +endobj +220 0 obj +<< +/C /A4 +/K 14 +/P 1066 0 R +/Pg 7 0 R +/S /Span +>> +endobj +221 0 obj +<< +/C /A4 +/K 15 +/P 1066 0 R +/Pg 7 0 R +/S /Span +>> +endobj +222 0 obj +<< +/K 16 +/P 1067 0 R +/Pg 7 0 R +/S /LBody +>> +endobj +223 0 obj +<< +/C /A4 +/K 17 +/P 1068 0 R +/Pg 7 0 R +/S /Span +>> +endobj +224 0 obj +<< +/C /A4 +/K 18 +/P 1068 0 R +/Pg 7 0 R +/S /Span +>> +endobj +225 0 obj +<< +/K 19 +/P 1069 0 R +/Pg 7 0 R +/S /LBody +>> +endobj +226 0 obj +<< +/C /Pa2 +/K [20 21 227 0 R 23 24] +/P 204 0 R +/Pg 7 0 R +/S /Lauftext +>> +endobj +227 0 obj +<< +/ActualText +/K 22 +/P 226 0 R +/Pg 7 0 R +/S /Span +>> +endobj +228 0 obj +<< +/C /Pa2 +/K [25 229 0 R 27 28 29 230 0 R 31 231 0 R 33 34] +/P 204 0 R +/Pg 7 0 R +/S /Lauftext +>> +endobj +229 0 obj +<< +/ActualText +/K 26 +/P 228 0 R +/Pg 7 0 R +/S /Span +>> +endobj +230 0 obj +<< +/ActualText +/K 30 +/P 228 0 R +/Pg 7 0 R +/S /Span +>> +endobj +231 0 obj +<< +/ActualText +/K 32 +/P 228 0 R +/Pg 7 0 R +/S /Span +>> +endobj +232 0 obj +<< +/C /Pa2 +/K [35 36 37 38 39 233 0 R 41] +/P 204 0 R +/Pg 7 0 R +/S /Lauftext +>> +endobj +233 0 obj +<< +/ActualText +/K 40 +/P 232 0 R +/Pg 7 0 R +/S /Span +>> +endobj +234 0 obj +<< +/C /Pa2 +/K [42 235 0 R 44 45 46 47 236 0 R 49 237 0 R 51 52 53 54] +/P 204 0 R +/Pg 7 0 R +/S /Lauftext +>> +endobj +235 0 obj +<< +/ActualText +/K 43 +/P 234 0 R +/Pg 7 0 R +/S /Span +>> +endobj +236 0 obj +<< +/ActualText +/K 48 +/P 234 0 R +/Pg 7 0 R +/S /Span +>> +endobj +237 0 obj +<< +/ActualText +/K 50 +/P 234 0 R +/Pg 7 0 R +/S /Span +>> +endobj +238 0 obj +<< +/C /Pa2 +/K [55 239 0 R 57 58 59 60 61] +/P 204 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +239 0 obj +<< +/ActualText +/K 56 +/P 238 0 R +/Pg 8 0 R +/S /Span +>> +endobj +240 0 obj +<< +/C /Pa2 +/K [62 63 241 0 R 65 66 242 0 R 68 243 0 R 70] +/P 204 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +241 0 obj +<< +/ActualText +/K 64 +/P 240 0 R +/Pg 8 0 R +/S /Span +>> +endobj +242 0 obj +<< +/ActualText +/K 67 +/P 240 0 R +/Pg 8 0 R +/S /Span +>> +endobj +243 0 obj +<< +/ActualText +/K 69 +/P 240 0 R +/Pg 8 0 R +/S /Span +>> +endobj +244 0 obj +<< +/C /Pa2 +/K [71 72] +/P 204 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +245 0 obj +<< +/C /A4 +/K 73 +/P 1070 0 R +/Pg 8 0 R +/S /Span +>> +endobj +246 0 obj +<< +/K [74 75 76] +/P 1071 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +247 0 obj +<< +/C /A4 +/K 77 +/P 1072 0 R +/Pg 8 0 R +/S /Span +>> +endobj +248 0 obj +<< +/K 78 +/P 1073 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +249 0 obj +<< +/C /A4 +/K 79 +/P 1074 0 R +/Pg 8 0 R +/S /Span +>> +endobj +250 0 obj +<< +/K 80 +/P 1075 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +251 0 obj +<< +/C /A4 +/K 81 +/P 1076 0 R +/Pg 8 0 R +/S /Span +>> +endobj +252 0 obj +<< +/K 82 +/P 1077 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +253 0 obj +<< +/C /A4 +/K 83 +/P 1078 0 R +/Pg 8 0 R +/S /Span +>> +endobj +254 0 obj +<< +/K 84 +/P 1079 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +255 0 obj +<< +/C /Pa9 +/K [85 256 0 R 87 88 89 90 91 257 0 R 93] +/P 204 0 R +/Pg 8 0 R +/S /Lauftext_1._Abs +>> +endobj +256 0 obj +<< +/ActualText +/K 86 +/P 255 0 R +/Pg 8 0 R +/S /Span +>> +endobj +257 0 obj +<< +/ActualText +/K 92 +/P 255 0 R +/Pg 8 0 R +/S /Span +>> +endobj +258 0 obj +<< +/C /Pa2 +/K [94 259 0 R 96 260 0 R 98 99 100 261 0 R 102 262 0 R 104 105 106 107] +/P 204 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +259 0 obj +<< +/ActualText +/K 95 +/P 258 0 R +/Pg 8 0 R +/S /Span +>> +endobj +260 0 obj +<< +/ActualText +/K 97 +/P 258 0 R +/Pg 8 0 R +/S /Span +>> +endobj +261 0 obj +<< +/ActualText +/K 101 +/P 258 0 R +/Pg 8 0 R +/S /Span +>> +endobj +262 0 obj +<< +/ActualText +/K 103 +/P 258 0 R +/Pg 8 0 R +/S /Span +>> +endobj +263 0 obj +<< +/C /Pa2 +/K [108 264 0 R 110] +/P 204 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +264 0 obj +<< +/ActualText +/K 109 +/P 263 0 R +/Pg 8 0 R +/S /Span +>> +endobj +265 0 obj +<< +/C /A4 +/K 111 +/P 1080 0 R +/Pg 8 0 R +/S /Span +>> +endobj +266 0 obj +<< +/C /A4 +/K 112 +/P 1080 0 R +/Pg 8 0 R +/S /Span +>> +endobj +267 0 obj +<< +/K [113 114] +/P 1081 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +268 0 obj +<< +/C /A4 +/K 115 +/P 1082 0 R +/Pg 8 0 R +/S /Span +>> +endobj +269 0 obj +<< +/C /A4 +/K 116 +/P 1082 0 R +/Pg 8 0 R +/S /Span +>> +endobj +270 0 obj +<< +/K 117 +/P 1083 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +271 0 obj +<< +/C /A4 +/K 118 +/P 1084 0 R +/Pg 8 0 R +/S /Span +>> +endobj +272 0 obj +<< +/C /A4 +/K 119 +/P 1084 0 R +/Pg 8 0 R +/S /Span +>> +endobj +273 0 obj +<< +/K 120 +/P 1085 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +274 0 obj +<< +/C /A4 +/K 121 +/P 1086 0 R +/Pg 8 0 R +/S /Span +>> +endobj +275 0 obj +<< +/C /A4 +/K 122 +/P 1086 0 R +/Pg 8 0 R +/S /Span +>> +endobj +276 0 obj +<< +/K 123 +/P 1087 0 R +/Pg 8 0 R +/S /LBody +>> +endobj +277 0 obj +<< +/C /Pa2 +/K [124 125 126 278 0 R 128 129 130] +/P 204 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +278 0 obj +<< +/ActualText +/K 127 +/P 277 0 R +/Pg 9 0 R +/S /Span +>> +endobj +279 0 obj +<< +/C /Pa2 +/K [131 132 280 0 R 134 281 0 R 136 137 138 139 140] +/P 204 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +280 0 obj +<< +/ActualText +/K 133 +/P 279 0 R +/Pg 9 0 R +/S /Span +>> +endobj +281 0 obj +<< +/ActualText +/K 135 +/P 279 0 R +/Pg 9 0 R +/S /Span +>> +endobj +282 0 obj +<< +/C /Pa2 +/K [141 283 0 R 143 284 0 R 145 146 147 148 285 0 R 150] +/P 204 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +283 0 obj +<< +/ActualText +/K 142 +/P 282 0 R +/Pg 9 0 R +/S /Span +>> +endobj +284 0 obj +<< +/ActualText +/K 144 +/P 282 0 R +/Pg 9 0 R +/S /Span +>> +endobj +285 0 obj +<< +/ActualText +/K 149 +/P 282 0 R +/Pg 9 0 R +/S /Span +>> +endobj +286 0 obj +<< +/C /Pa2 +/K [151 152 153 287 0 R 155 156 157 158 159 160] +/P 204 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +287 0 obj +<< +/ActualText +/K 154 +/P 286 0 R +/Pg 9 0 R +/S /Span +>> +endobj +288 0 obj +<< +/C /Pa2 +/K [161 162 163 164 289 0 R 166 167 168 169 290 0 R 171 172 173] +/P 204 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +289 0 obj +<< +/ActualText +/K 165 +/P 288 0 R +/Pg 9 0 R +/S /Span +>> +endobj +290 0 obj +<< +/ActualText +/K 170 +/P 288 0 R +/Pg 9 0 R +/S /Span +>> +endobj +291 0 obj +<< +/C /Pa2 +/K [174 175 176 177 292 0 R 179 180 << +/MCID 181 +/Pg 10 0 R +/Type /MCR +>> << +/MCID 182 +/Pg 10 0 R +/Type /MCR +>> << +/MCID 183 +/Pg 10 0 R +/Type /MCR +>> << +/MCID 184 +/Pg 10 0 R +/Type /MCR +>> << +/MCID 185 +/Pg 10 0 R +/Type /MCR +>>] +/P 204 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +292 0 obj +<< +/ActualText +/K 178 +/P 291 0 R +/Pg 9 0 R +/S /Span +>> +endobj +293 0 obj +<< +/C /Pa2 +/K [186 187 188 189 190 191 192 193 194 294 0 R 196 197] +/P 204 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +294 0 obj +<< +/ActualText +/K 195 +/P 293 0 R +/Pg 10 0 R +/S /Span +>> +endobj +295 0 obj +<< +/C /Pa2 +/K [198 199 296 0 R 201 202] +/P 204 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +296 0 obj +<< +/ActualText +/K 200 +/P 295 0 R +/Pg 10 0 R +/S /Span +>> +endobj +297 0 obj +<< +/C /Pa1 +/K 203 +/P 204 0 R +/Pg 10 0 R +/S /Zwischenhead_1 +>> +endobj +298 0 obj +<< +/C /Pa9 +/K [204 205 299 0 R 207 300 0 R 209] +/P 204 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +299 0 obj +<< +/ActualText +/K 206 +/P 298 0 R +/Pg 10 0 R +/S /Span +>> +endobj +300 0 obj +<< +/ActualText +/K 208 +/P 298 0 R +/Pg 10 0 R +/S /Span +>> +endobj +301 0 obj +<< +/C /A4 +/K 210 +/P 1088 0 R +/Pg 10 0 R +/S /Span +>> +endobj +302 0 obj +<< +/C /A4 +/K 211 +/P 1088 0 R +/Pg 10 0 R +/S /Span +>> +endobj +303 0 obj +<< +/K 212 +/P 1089 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +304 0 obj +<< +/C /A4 +/K 213 +/P 1090 0 R +/Pg 10 0 R +/S /Span +>> +endobj +305 0 obj +<< +/C /A4 +/K 214 +/P 1090 0 R +/Pg 10 0 R +/S /Span +>> +endobj +306 0 obj +<< +/K 215 +/P 1091 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +307 0 obj +<< +/C /A4 +/K 216 +/P 1092 0 R +/Pg 10 0 R +/S /Span +>> +endobj +308 0 obj +<< +/C /A4 +/K 217 +/P 1092 0 R +/Pg 10 0 R +/S /Span +>> +endobj +309 0 obj +<< +/K 218 +/P 1093 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +310 0 obj +<< +/C /A4 +/K 219 +/P 1094 0 R +/Pg 10 0 R +/S /Span +>> +endobj +311 0 obj +<< +/C /A4 +/K 220 +/P 1094 0 R +/Pg 10 0 R +/S /Span +>> +endobj +312 0 obj +<< +/K 221 +/P 1095 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +313 0 obj +<< +/C /A4 +/K 222 +/P 1096 0 R +/Pg 10 0 R +/S /Span +>> +endobj +314 0 obj +<< +/C /A4 +/K 223 +/P 1096 0 R +/Pg 10 0 R +/S /Span +>> +endobj +315 0 obj +<< +/K 224 +/P 1097 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +316 0 obj +<< +/C /A4 +/K 225 +/P 1098 0 R +/Pg 10 0 R +/S /Span +>> +endobj +317 0 obj +<< +/C /A4 +/K 226 +/P 1098 0 R +/Pg 10 0 R +/S /Span +>> +endobj +318 0 obj +<< +/K 227 +/P 1099 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +319 0 obj +<< +/C /A4 +/K 228 +/P 1100 0 R +/Pg 10 0 R +/S /Span +>> +endobj +320 0 obj +<< +/C /A4 +/K 229 +/P 1100 0 R +/Pg 10 0 R +/S /Span +>> +endobj +321 0 obj +<< +/K 230 +/P 1101 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +322 0 obj +<< +/C /A4 +/K 231 +/P 1102 0 R +/Pg 10 0 R +/S /Span +>> +endobj +323 0 obj +<< +/C /A4 +/K 232 +/P 1102 0 R +/Pg 10 0 R +/S /Span +>> +endobj +324 0 obj +<< +/K 233 +/P 1103 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +325 0 obj +<< +/C /A4 +/K 234 +/P 1104 0 R +/Pg 10 0 R +/S /Span +>> +endobj +326 0 obj +<< +/C /A4 +/K 235 +/P 1104 0 R +/Pg 10 0 R +/S /Span +>> +endobj +327 0 obj +<< +/K 236 +/P 1105 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +328 0 obj +<< +/C /A4 +/K 237 +/P 1106 0 R +/Pg 10 0 R +/S /Span +>> +endobj +329 0 obj +<< +/C /A4 +/K 238 +/P 1106 0 R +/Pg 10 0 R +/S /Span +>> +endobj +330 0 obj +<< +/K 239 +/P 1107 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +331 0 obj +<< +/C /Pa1 +/K 240 +/P 204 0 R +/Pg 10 0 R +/S /Zwischenhead_1 +>> +endobj +332 0 obj +<< +/C /Pa9 +/K [241 242 333 0 R 244] +/P 204 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +333 0 obj +<< +/ActualText +/K 243 +/P 332 0 R +/Pg 10 0 R +/S /Span +>> +endobj +334 0 obj +<< +/C /Pa2 +/K [245 246 247 335 0 R 249] +/P 204 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +335 0 obj +<< +/ActualText +/K 248 +/P 334 0 R +/Pg 11 0 R +/S /Span +>> +endobj +336 0 obj +<< +/C /A4 +/K 250 +/P 1108 0 R +/Pg 11 0 R +/S /Span +>> +endobj +337 0 obj +<< +/K [251 338 0 R 253] +/P 1109 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +338 0 obj +<< +/ActualText +/K 252 +/P 337 0 R +/Pg 11 0 R +/S /Span +>> +endobj +339 0 obj +<< +/C /A4 +/K 254 +/P 1110 0 R +/Pg 11 0 R +/S /Span +>> +endobj +340 0 obj +<< +/K [255 341 0 R 257] +/P 1111 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +341 0 obj +<< +/ActualText +/K 256 +/P 340 0 R +/Pg 11 0 R +/S /Span +>> +endobj +342 0 obj +<< +/C /A4 +/K 258 +/P 1112 0 R +/Pg 11 0 R +/S /Span +>> +endobj +343 0 obj +<< +/K 259 +/P 1113 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +344 0 obj +<< +/C /A4 +/K 260 +/P 1114 0 R +/Pg 11 0 R +/S /Span +>> +endobj +345 0 obj +<< +/K 261 +/P 1115 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +346 0 obj +<< +/C /A4 +/K 262 +/P 1116 0 R +/Pg 11 0 R +/S /Span +>> +endobj +347 0 obj +<< +/K 263 +/P 1117 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +348 0 obj +<< +/C /Pa9 +/K [264 349 0 R 266 267 268 269 270 271 272 273 274 275] +/P 204 0 R +/Pg 11 0 R +/S /Lauftext_1._Abs +>> +endobj +349 0 obj +<< +/C /A5 +/K 265 +/P 348 0 R +/Pg 11 0 R +/S /Span +>> +endobj +350 0 obj +<< +/C /Pa13 +/K [276 351 0 R 352 0 R 353 0 R] +/P 204 0 R +/Pg 11 0 R +/S /Kastenhead_Versalien +>> +endobj +351 0 obj +<< +/ActualText +/K 277 +/P 350 0 R +/Pg 11 0 R +/S /Span +>> +endobj +352 0 obj +<< +/ActualText +/K 278 +/P 350 0 R +/Pg 11 0 R +/S /Span +>> +endobj +353 0 obj +<< +/C /A7 +/K 279 +/P 350 0 R +/Pg 11 0 R +/S /Span +>> +endobj +354 0 obj +<< +/C /Pa14 +/K [280 355 0 R 282 283 284] +/P 204 0 R +/Pg 11 0 R +/S /Kastenlauftext +>> +endobj +355 0 obj +<< +/ActualText +/K 281 +/P 354 0 R +/Pg 11 0 R +/S /Span +>> +endobj +356 0 obj +<< +/C /A7 +/K 285 +/P 1044 0 R +/Pg 11 0 R +/S /Span +>> +endobj +357 0 obj +<< +/C /Pa14 +/K [286 287 288 289 290 291 358 0 R] +/P 204 0 R +/Pg 11 0 R +/S /Kastenlauftext +>> +endobj +358 0 obj +<< +/ActualText +/K 292 +/P 357 0 R +/Pg 11 0 R +/S /Span +>> +endobj +359 0 obj +<< +/C /Pa14 +/K 293 +/P 204 0 R +/Pg 11 0 R +/S /Kastenlauftext +>> +endobj +360 0 obj +<< +/C /Pa14 +/K [294 295 296 297 298 299] +/P 204 0 R +/Pg 11 0 R +/S /Kastenlauftext +>> +endobj +361 0 obj +<< +/C /Pa14 +/K 300 +/P 204 0 R +/Pg 12 0 R +/S /Box_Header_2 +>> +endobj +362 0 obj +<< +/C /Pa14 +/K [301 302 303 304 305] +/P 204 0 R +/Pg 12 0 R +/S /Kastenlauftext +>> +endobj +363 0 obj +<< +/C /Pa14 +/K [306 307 308 309 310 364 0 R 312 313 314 315 316 317 318 319] +/P 204 0 R +/Pg 12 0 R +/S /Kastenlauftext +>> +endobj +364 0 obj +<< +/ActualText +/K 311 +/P 363 0 R +/Pg 12 0 R +/S /Span +>> +endobj +365 0 obj +<< +/C /Pa14 +/K [320 366 0 R 322 323 324] +/P 204 0 R +/Pg 12 0 R +/S /Kastenlauftext +>> +endobj +366 0 obj +<< +/ActualText +/K 321 +/P 365 0 R +/Pg 12 0 R +/S /Span +>> +endobj +367 0 obj +<< +/C /A5 +/K 325 +/P 368 0 R +/Pg 12 0 R +/S /Span +>> +endobj +368 0 obj +<< +/C /Pa2 +/K [367 0 R 326 327 328 369 0 R 330 370 0 R 332 333 334 335 336] +/P 204 0 R +/Pg 12 0 R +/S /Lauftext +>> +endobj +369 0 obj +<< +/ActualText +/K 329 +/P 368 0 R +/Pg 12 0 R +/S /Span +>> +endobj +370 0 obj +<< +/ActualText +/K 331 +/P 368 0 R +/Pg 12 0 R +/S /Span +>> +endobj +371 0 obj +<< +/C /A5 +/K 337 +/P 372 0 R +/Pg 12 0 R +/S /Span +>> +endobj +372 0 obj +<< +/C /Pa2 +/K [371 0 R 338 339 340 373 0 R 342 374 0 R 344 345 346 347 348 349 375 0 R 351] +/P 204 0 R +/Pg 12 0 R +/S /Lauftext +>> +endobj +373 0 obj +<< +/ActualText +/K 341 +/P 372 0 R +/Pg 12 0 R +/S /Span +>> +endobj +374 0 obj +<< +/ActualText +/K 343 +/P 372 0 R +/Pg 12 0 R +/S /Span +>> +endobj +375 0 obj +<< +/ActualText +/K 350 +/P 372 0 R +/Pg 12 0 R +/S /Span +>> +endobj +376 0 obj +<< +/C /A5 +/K 352 +/P 377 0 R +/Pg 13 0 R +/S /Span +>> +endobj +377 0 obj +<< +/C /Pa2 +/K [376 0 R 353 378 0 R 355 379 0 R 357 358 359 360 361 380 0 R 363 364 381 0 R 366 367 +368] +/P 204 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +378 0 obj +<< +/ActualText +/K 354 +/P 377 0 R +/Pg 13 0 R +/S /Span +>> +endobj +379 0 obj +<< +/ActualText +/K 356 +/P 377 0 R +/Pg 13 0 R +/S /Span +>> +endobj +380 0 obj +<< +/ActualText +/K 362 +/P 377 0 R +/Pg 13 0 R +/S /Span +>> +endobj +381 0 obj +<< +/ActualText +/K 365 +/P 377 0 R +/Pg 13 0 R +/S /Span +>> +endobj +382 0 obj +<< +/C /Pa1 +/K [369 383 0 R 371] +/P 204 0 R +/Pg 13 0 R +/S /Zwischenhead_1 +>> +endobj +383 0 obj +<< +/ActualText +/K 370 +/P 382 0 R +/Pg 13 0 R +/S /Span +>> +endobj +384 0 obj +<< +/C /Pa9 +/K [372 385 0 R 374 375 386 0 R 377 378 379 380] +/P 204 0 R +/Pg 13 0 R +/S /Lauftext_1._Abs +>> +endobj +385 0 obj +<< +/ActualText +/K 373 +/P 384 0 R +/Pg 13 0 R +/S /Span +>> +endobj +386 0 obj +<< +/ActualText +/K 376 +/P 384 0 R +/Pg 13 0 R +/S /Span +>> +endobj +387 0 obj +<< +/C /Pa2 +/K [381 382] +/P 204 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +388 0 obj +<< +/C /Pa9 +/K [383 384 389 0 R 386 387 388 389] +/P 204 0 R +/Pg 13 0 R +/S /Lauftext_1._Abs +>> +endobj +389 0 obj +<< +/ActualText +/K 385 +/P 388 0 R +/Pg 13 0 R +/S /Span +>> +endobj +390 0 obj +<< +/C /Pa2 +/K [390 391 0 R 392 392 0 R 394 395 396 393 0 R 398 394 0 R 400 401 402] +/P 204 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +391 0 obj +<< +/ActualText +/K 391 +/P 390 0 R +/Pg 13 0 R +/S /Span +>> +endobj +392 0 obj +<< +/ActualText +/K 393 +/P 390 0 R +/Pg 13 0 R +/S /Span +>> +endobj +393 0 obj +<< +/ActualText +/K 397 +/P 390 0 R +/Pg 13 0 R +/S /Span +>> +endobj +394 0 obj +<< +/ActualText +/K 399 +/P 390 0 R +/Pg 13 0 R +/S /Span +>> +endobj +395 0 obj +<< +/C /Pa9 +/K [403 396 0 R 405 406 397 0 R 408 398 0 R << +/MCID 410 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 411 +/Pg 14 0 R +/Type /MCR +>>] +/P 204 0 R +/Pg 13 0 R +/S /Lauftext_1._Abs +>> +endobj +396 0 obj +<< +/ActualText +/K 404 +/P 395 0 R +/Pg 13 0 R +/S /Span +>> +endobj +397 0 obj +<< +/ActualText +/K 407 +/P 395 0 R +/Pg 13 0 R +/S /Span +>> +endobj +398 0 obj +<< +/ActualText +/K 409 +/P 395 0 R +/Pg 13 0 R +/S /Span +>> +endobj +399 0 obj +<< +/C /A4 +/K 412 +/P 1118 0 R +/Pg 14 0 R +/S /Span +>> +endobj +400 0 obj +<< +/C /A4 +/K 413 +/P 1118 0 R +/Pg 14 0 R +/S /Span +>> +endobj +401 0 obj +<< +/K [414 402 0 R 403 0 R] +/P 1119 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +402 0 obj +<< +/C /A5 +/K 415 +/P 401 0 R +/Pg 14 0 R +/S /Span +>> +endobj +403 0 obj +<< +/C /A5 +/K 416 +/P 401 0 R +/Pg 14 0 R +/S /Span +>> +endobj +404 0 obj +<< +/C /A4 +/K 417 +/P 1120 0 R +/Pg 14 0 R +/S /Span +>> +endobj +405 0 obj +<< +/C /A4 +/K 418 +/P 1120 0 R +/Pg 14 0 R +/S /Span +>> +endobj +406 0 obj +<< +/K [419 407 0 R 408 0 R] +/P 1121 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +407 0 obj +<< +/C /A5 +/K 420 +/P 406 0 R +/Pg 14 0 R +/S /Span +>> +endobj +408 0 obj +<< +/C /A5 +/K 421 +/P 406 0 R +/Pg 14 0 R +/S /Span +>> +endobj +409 0 obj +<< +/C /A4 +/K 422 +/P 1122 0 R +/Pg 14 0 R +/S /Span +>> +endobj +410 0 obj +<< +/C /A4 +/K 423 +/P 1122 0 R +/Pg 14 0 R +/S /Span +>> +endobj +411 0 obj +<< +/K [424 412 0 R 413 0 R 414 0 R] +/P 1123 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +412 0 obj +<< +/C /A5 +/K 425 +/P 411 0 R +/Pg 14 0 R +/S /Span +>> +endobj +413 0 obj +<< +/C /A5 +/K 426 +/P 411 0 R +/Pg 14 0 R +/S /Span +>> +endobj +414 0 obj +<< +/C /A5 +/K 427 +/P 411 0 R +/Pg 14 0 R +/S /Span +>> +endobj +415 0 obj +<< +/C /Pa2 +/K 428 +/P 204 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +416 0 obj +<< +/C /A4 +/K 429 +/P 1124 0 R +/Pg 14 0 R +/S /Span +>> +endobj +417 0 obj +<< +/C /A4 +/K 430 +/P 1124 0 R +/Pg 14 0 R +/S /Span +>> +endobj +418 0 obj +<< +/K [431 419 0 R] +/P 1125 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +419 0 obj +<< +/C /A5 +/K 432 +/P 418 0 R +/Pg 14 0 R +/S /Span +>> +endobj +420 0 obj +<< +/C /A4 +/K 433 +/P 1126 0 R +/Pg 14 0 R +/S /Span +>> +endobj +421 0 obj +<< +/C /A4 +/K 434 +/P 1126 0 R +/Pg 14 0 R +/S /Span +>> +endobj +422 0 obj +<< +/K [435 423 0 R 424 0 R] +/P 1127 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +423 0 obj +<< +/C /A5 +/K 436 +/P 422 0 R +/Pg 14 0 R +/S /Span +>> +endobj +424 0 obj +<< +/C /A5 +/K 437 +/P 422 0 R +/Pg 14 0 R +/S /Span +>> +endobj +425 0 obj +<< +/C /A4 +/K 438 +/P 1128 0 R +/Pg 14 0 R +/S /Span +>> +endobj +426 0 obj +<< +/C /A4 +/K 439 +/P 1128 0 R +/Pg 14 0 R +/S /Span +>> +endobj +427 0 obj +<< +/K [440 428 0 R 429 0 R 430 0 R] +/P 1129 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +428 0 obj +<< +/C /A5 +/K 441 +/P 427 0 R +/Pg 14 0 R +/S /Span +>> +endobj +429 0 obj +<< +/ActualText +/C /A5 +/K 442 +/P 427 0 R +/Pg 14 0 R +/S /Span +>> +endobj +430 0 obj +<< +/C /A5 +/K 443 +/P 427 0 R +/Pg 14 0 R +/S /Span +>> +endobj +431 0 obj +<< +/C /Pa2 +/K [444 445 432 0 R 447 433 0 R 449 450] +/P 204 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +432 0 obj +<< +/ActualText +/K 446 +/P 431 0 R +/Pg 14 0 R +/S /Span +>> +endobj +433 0 obj +<< +/ActualText +/K 448 +/P 431 0 R +/Pg 14 0 R +/S /Span +>> +endobj +434 0 obj +<< +/C /Pa2 +/K [451 435 0 R 453 454 455 436 0 R 457 458 437 0 R 460 461 438 0 R 463] +/P 204 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +435 0 obj +<< +/ActualText +/K 452 +/P 434 0 R +/Pg 14 0 R +/S /Span +>> +endobj +436 0 obj +<< +/ActualText +/K 456 +/P 434 0 R +/Pg 14 0 R +/S /Span +>> +endobj +437 0 obj +<< +/ActualText +/K 459 +/P 434 0 R +/Pg 14 0 R +/S /Span +>> +endobj +438 0 obj +<< +/ActualText +/K 462 +/P 434 0 R +/Pg 14 0 R +/S /Span +>> +endobj +439 0 obj +<< +/C /Pa2 +/K [464 440 0 R 466 467 468 469 441 0 R 471 472 442 0 R 474 475 476 477 478 479 +480 481] +/P 204 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +440 0 obj +<< +/ActualText +/K 465 +/P 439 0 R +/Pg 14 0 R +/S /Span +>> +endobj +441 0 obj +<< +/ActualText +/K 470 +/P 439 0 R +/Pg 14 0 R +/S /Span +>> +endobj +442 0 obj +<< +/ActualText +/K 473 +/P 439 0 R +/Pg 14 0 R +/S /Span +>> +endobj +443 0 obj +<< +/C /Pa2 +/K [482 483 484 485 486 487 488 489 490 444 0 R 492 493 494 495 496 497] +/P 204 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +444 0 obj +<< +/ActualText +/K 491 +/P 443 0 R +/Pg 15 0 R +/S /Span +>> +endobj +445 0 obj +<< +/C /Pa2 +/K [498 499 500 501 446 0 R 503 447 0 R 505 506 507 508] +/P 204 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +446 0 obj +<< +/ActualText +/K 502 +/P 445 0 R +/Pg 15 0 R +/S /Span +>> +endobj +447 0 obj +<< +/ActualText +/K 504 +/P 445 0 R +/Pg 15 0 R +/S /Span +>> +endobj +448 0 obj +<< +/C /Pa2 +/K [509 510 511 512 449 0 R 514 450 0 R 516 517 451 0 R 519 520 452 0 R 522 523 453 0 R +525 526 527 528 454 0 R 530 531] +/P 204 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +449 0 obj +<< +/ActualText +/K 513 +/P 448 0 R +/Pg 15 0 R +/S /Span +>> +endobj +450 0 obj +<< +/ActualText +/K 515 +/P 448 0 R +/Pg 15 0 R +/S /Span +>> +endobj +451 0 obj +<< +/ActualText +/K 518 +/P 448 0 R +/Pg 15 0 R +/S /Span +>> +endobj +452 0 obj +<< +/ActualText +/K 521 +/P 448 0 R +/Pg 15 0 R +/S /Span +>> +endobj +453 0 obj +<< +/ActualText +/K 524 +/P 448 0 R +/Pg 15 0 R +/S /Span +>> +endobj +454 0 obj +<< +/ActualText +/K 529 +/P 448 0 R +/Pg 15 0 R +/S /Span +>> +endobj +455 0 obj +<< +/C /Pa1 +/K 532 +/P 204 0 R +/Pg 16 0 R +/S /Zwischenhead_1 +>> +endobj +456 0 obj +<< +/C /Pa9 +/K [533 457 0 R 535 458 0 R 537] +/P 204 0 R +/Pg 16 0 R +/S /Lauftext_1._Abs +>> +endobj +457 0 obj +<< +/ActualText +/K 534 +/P 456 0 R +/Pg 16 0 R +/S /Span +>> +endobj +458 0 obj +<< +/ActualText +/K 536 +/P 456 0 R +/Pg 16 0 R +/S /Span +>> +endobj +459 0 obj +<< +/C /Pa2 +/K [538 539 540 460 0 R 542 543] +/P 204 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +460 0 obj +<< +/ActualText +/K 541 +/P 459 0 R +/Pg 16 0 R +/S /Span +>> +endobj +461 0 obj +<< +/C /Pa2 +/K [544 545 546 547] +/P 204 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +462 0 obj +<< +/C /Pa2 +/K [548 549 550 551 552 553 554] +/P 204 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +463 0 obj +<< +/C /Pa2 +/K [555 464 0 R 557 558 465 0 R 560 466 0 R 562 563 564] +/P 204 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +464 0 obj +<< +/ActualText +/K 556 +/P 463 0 R +/Pg 16 0 R +/S /Span +>> +endobj +465 0 obj +<< +/ActualText +/K 559 +/P 463 0 R +/Pg 16 0 R +/S /Span +>> +endobj +466 0 obj +<< +/ActualText +/K 561 +/P 463 0 R +/Pg 16 0 R +/S /Span +>> +endobj +467 0 obj +<< +/C /A4 +/K 565 +/P 1130 0 R +/Pg 16 0 R +/S /Span +>> +endobj +468 0 obj +<< +/C /A4 +/K 566 +/P 1130 0 R +/Pg 16 0 R +/S /Span +>> +endobj +469 0 obj +<< +/K [567 568] +/P 1131 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +470 0 obj +<< +/C /A4 +/K 569 +/P 1132 0 R +/Pg 16 0 R +/S /Span +>> +endobj +471 0 obj +<< +/C /A4 +/K 570 +/P 1132 0 R +/Pg 16 0 R +/S /Span +>> +endobj +472 0 obj +<< +/K 571 +/P 1133 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +473 0 obj +<< +/C /A4 +/K 572 +/P 1134 0 R +/Pg 16 0 R +/S /Span +>> +endobj +474 0 obj +<< +/C /A4 +/K 573 +/P 1134 0 R +/Pg 16 0 R +/S /Span +>> +endobj +475 0 obj +<< +/K 574 +/P 1135 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +476 0 obj +<< +/C /A4 +/K 575 +/P 1136 0 R +/Pg 16 0 R +/S /Span +>> +endobj +477 0 obj +<< +/C /A4 +/K 576 +/P 1136 0 R +/Pg 16 0 R +/S /Span +>> +endobj +478 0 obj +<< +/K 577 +/P 1137 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +479 0 obj +<< +/C /A4 +/K 578 +/P 1138 0 R +/Pg 16 0 R +/S /Span +>> +endobj +480 0 obj +<< +/C /A4 +/K 579 +/P 1138 0 R +/Pg 16 0 R +/S /Span +>> +endobj +481 0 obj +<< +/K 580 +/P 1139 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +482 0 obj +<< +/C /Pa2 +/K [581 582 483 0 R 584 484 0 R 586 587 588] +/P 204 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +483 0 obj +<< +/ActualText +/K 583 +/P 482 0 R +/Pg 16 0 R +/S /Span +>> +endobj +484 0 obj +<< +/ActualText +/K 585 +/P 482 0 R +/Pg 16 0 R +/S /Span +>> +endobj +485 0 obj +<< +/C /Pa2 +/K [589 486 0 R 591 592 593 594] +/P 204 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +486 0 obj +<< +/ActualText +/K 590 +/P 485 0 R +/Pg 16 0 R +/S /Span +>> +endobj +487 0 obj +<< +/C /Pa2 +/K [595 488 0 R 597 598 489 0 R 600 601 602] +/P 204 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +488 0 obj +<< +/ActualText +/K 596 +/P 487 0 R +/Pg 17 0 R +/S /Span +>> +endobj +489 0 obj +<< +/ActualText +/K 599 +/P 487 0 R +/Pg 17 0 R +/S /Span +>> +endobj +490 0 obj +<< +/C /Pa2 +/K [603 604 605 606 607 608 609] +/P 204 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +491 0 obj +<< +/C /Pa2 +/K [610 492 0 R 612 613 614 615 616 617 493 0 R 619 620 494 0 R 622 623 495 0 R 625 +626 627 628 496 0 R 630 631 497 0 R 633 498 0 R 635] +/P 204 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +492 0 obj +<< +/ActualText +/K 611 +/P 491 0 R +/Pg 17 0 R +/S /Span +>> +endobj +493 0 obj +<< +/ActualText +/K 618 +/P 491 0 R +/Pg 17 0 R +/S /Span +>> +endobj +494 0 obj +<< +/ActualText +/K 621 +/P 491 0 R +/Pg 17 0 R +/S /Span +>> +endobj +495 0 obj +<< +/ActualText +/K 624 +/P 491 0 R +/Pg 17 0 R +/S /Span +>> +endobj +496 0 obj +<< +/ActualText +/K 629 +/P 491 0 R +/Pg 17 0 R +/S /Span +>> +endobj +497 0 obj +<< +/ActualText +/K 632 +/P 491 0 R +/Pg 17 0 R +/S /Span +>> +endobj +498 0 obj +<< +/ActualText +/K 634 +/P 491 0 R +/Pg 17 0 R +/S /Span +>> +endobj +499 0 obj +<< +/C /Pa2 +/K [636 637 638 500 0 R 640 641 642 643 501 0 R 645 502 0 R 647] +/P 204 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +500 0 obj +<< +/ActualText +/K 639 +/P 499 0 R +/Pg 17 0 R +/S /Span +>> +endobj +501 0 obj +<< +/ActualText +/K 644 +/P 499 0 R +/Pg 17 0 R +/S /Span +>> +endobj +502 0 obj +<< +/ActualText +/K 646 +/P 499 0 R +/Pg 17 0 R +/S /Span +>> +endobj +503 0 obj +<< +/C /Pa2 +/K [648 649 650 504 0 R 652 653 654 << +/MCID 655 +/Pg 18 0 R +/Type /MCR +>> << +/MCID 656 +/Pg 18 0 R +/Type /MCR +>> << +/MCID 657 +/Pg 18 0 R +/Type /MCR +>>] +/P 204 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +504 0 obj +<< +/ActualText +/K 651 +/P 503 0 R +/Pg 17 0 R +/S /Span +>> +endobj +505 0 obj +<< +/C /Pa2 +/K [658 659 660 661 662 663 664 665 666 506 0 R 668 669 670 507 0 R 672] +/P 204 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +506 0 obj +<< +/ActualText +/K 667 +/P 505 0 R +/Pg 18 0 R +/S /Span +>> +endobj +507 0 obj +<< +/ActualText +/K 671 +/P 505 0 R +/Pg 18 0 R +/S /Span +>> +endobj +508 0 obj +<< +/C /Pa2 +/K [673 674 675 676 677 678 509 0 R 680 681 682 683] +/P 204 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +509 0 obj +<< +/ActualText +/K 679 +/P 508 0 R +/Pg 18 0 R +/S /Span +>> +endobj +510 0 obj +<< +/C /Pa2 +/K [684 685 686 687 511 0 R 689 690 691 692 693 694 695 696 697 698 512 0 R +700] +/P 204 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +511 0 obj +<< +/ActualText +/K 688 +/P 510 0 R +/Pg 18 0 R +/S /Span +>> +endobj +512 0 obj +<< +/ActualText +/K 699 +/P 510 0 R +/Pg 18 0 R +/S /Span +>> +endobj +513 0 obj +<< +/C /Pa2 +/K [701 514 0 R 703 515 0 R 705] +/P 204 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +514 0 obj +<< +/ActualText +/K 702 +/P 513 0 R +/Pg 18 0 R +/S /Span +>> +endobj +515 0 obj +<< +/ActualText +/K 704 +/P 513 0 R +/Pg 18 0 R +/S /Span +>> +endobj +516 0 obj +<< +/C /Pa15 +/K [706 707 517 0 R 709 518 0 R 711] +/P 205 0 R +/Pg 18 0 R +/S /Einklinker-Text__rec +>> +endobj +517 0 obj +<< +/ActualText +/K 708 +/P 516 0 R +/Pg 18 0 R +/S /Span +>> +endobj +518 0 obj +<< +/ActualText +/K 710 +/P 516 0 R +/Pg 18 0 R +/S /Span +>> +endobj +519 0 obj +<< +/C /Pa1 +/K 712 +/P 204 0 R +/Pg 19 0 R +/S /Zwischenhead_1 +>> +endobj +520 0 obj +<< +/C /Pa9 +/K [713 714 715 716 717 718 719 720 721] +/P 204 0 R +/Pg 19 0 R +/S /Lauftext_1._Abs +>> +endobj +521 0 obj +<< +/C /Pa2 +/K [722 723 724 522 0 R 726 523 0 R 728] +/P 204 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +522 0 obj +<< +/ActualText +/K 725 +/P 521 0 R +/Pg 19 0 R +/S /Span +>> +endobj +523 0 obj +<< +/ActualText +/K 727 +/P 521 0 R +/Pg 19 0 R +/S /Span +>> +endobj +524 0 obj +<< +/C /Pa16 +/K 729 +/P 204 0 R +/Pg 19 0 R +/S /Zwischenhead_2 +>> +endobj +525 0 obj +<< +/C /Pa9 +/K [730 731 732 526 0 R 734 735 736 737 738] +/P 204 0 R +/Pg 19 0 R +/S /Lauftext_1._Abs +>> +endobj +526 0 obj +<< +/ActualText +/K 733 +/P 525 0 R +/Pg 19 0 R +/S /Span +>> +endobj +527 0 obj +<< +/C /Pa2 +/K [739 740 741 742 743 744 745 746 747] +/P 204 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +528 0 obj +<< +/C /Pa2 +/K [748 529 0 R 750 751 752 753 754 530 0 R 756 757 758 759 760 761] +/P 204 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +529 0 obj +<< +/ActualText +/K 749 +/P 528 0 R +/Pg 19 0 R +/S /Span +>> +endobj +530 0 obj +<< +/ActualText +/K 755 +/P 528 0 R +/Pg 19 0 R +/S /Span +>> +endobj +531 0 obj +<< +/C /Pa2 +/K [762 763 532 0 R 765 766 767 768 769 770] +/P 204 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +532 0 obj +<< +/ActualText +/K 764 +/P 531 0 R +/Pg 20 0 R +/S /Span +>> +endobj +533 0 obj +<< +/C /Pa2 +/K [771 772 773 534 0 R 775 535 0 R 777 778 779 780 781 782 783 784] +/P 204 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +534 0 obj +<< +/ActualText +/K 774 +/P 533 0 R +/Pg 20 0 R +/S /Span +>> +endobj +535 0 obj +<< +/ActualText +/K 776 +/P 533 0 R +/Pg 20 0 R +/S /Span +>> +endobj +536 0 obj +<< +/C /Pa16 +/K 785 +/P 204 0 R +/Pg 20 0 R +/S /Zwischenhead_2 +>> +endobj +537 0 obj +<< +/C /Pa9 +/K [786 787 538 0 R 789 790 791 792] +/P 204 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +538 0 obj +<< +/ActualText +/K 788 +/P 537 0 R +/Pg 20 0 R +/S /Span +>> +endobj +539 0 obj +<< +/C /Pa2 +/K [793 794 795 796 540 0 R 798 799 541 0 R 801 802 803] +/P 204 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +540 0 obj +<< +/ActualText +/K 797 +/P 539 0 R +/Pg 20 0 R +/S /Span +>> +endobj +541 0 obj +<< +/ActualText +/K 800 +/P 539 0 R +/Pg 20 0 R +/S /Span +>> +endobj +542 0 obj +<< +/C /Pa2 +/K [804 805 806 807 808 809 810] +/P 204 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +543 0 obj +<< +/C /Pa2 +/K [811 812 813 544 0 R 815 816] +/P 204 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +544 0 obj +<< +/ActualText +/K 814 +/P 543 0 R +/Pg 20 0 R +/S /Span +>> +endobj +545 0 obj +<< +/C /Pa1 +/K 817 +/P 204 0 R +/Pg 21 0 R +/S /Zwischenhead_1 +>> +endobj +546 0 obj +<< +/C /Pa9 +/K [818 819 820 821 822 547 0 R 824 548 0 R 826 827 828 829 830 831] +/P 204 0 R +/Pg 21 0 R +/S /Lauftext_1._Abs +>> +endobj +547 0 obj +<< +/ActualText +/K 823 +/P 546 0 R +/Pg 21 0 R +/S /Span +>> +endobj +548 0 obj +<< +/ActualText +/K 825 +/P 546 0 R +/Pg 21 0 R +/S /Span +>> +endobj +549 0 obj +<< +/C /Pa16 +/K 832 +/P 204 0 R +/Pg 21 0 R +/S /Zwischenhead_2 +>> +endobj +550 0 obj +<< +/C /Pa9 +/K [833 551 0 R 835 836 552 0 R 838 839] +/P 204 0 R +/Pg 21 0 R +/S /Lauftext_1._Abs +>> +endobj +551 0 obj +<< +/ActualText +/K 834 +/P 550 0 R +/Pg 21 0 R +/S /Span +>> +endobj +552 0 obj +<< +/ActualText +/K 837 +/P 550 0 R +/Pg 21 0 R +/S /Span +>> +endobj +553 0 obj +<< +/C /Pa2 +/K [840 841 842 554 0 R 844 845 846 847 555 0 R 849] +/P 204 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +554 0 obj +<< +/ActualText +/K 843 +/P 553 0 R +/Pg 21 0 R +/S /Span +>> +endobj +555 0 obj +<< +/ActualText +/K 848 +/P 553 0 R +/Pg 21 0 R +/S /Span +>> +endobj +556 0 obj +<< +/C /Pa16 +/K 850 +/P 204 0 R +/Pg 21 0 R +/S /Zwischenhead_2 +>> +endobj +557 0 obj +<< +/C /Pa9 +/K [851 852 558 0 R 854] +/P 204 0 R +/Pg 21 0 R +/S /Lauftext_1._Abs +>> +endobj +558 0 obj +<< +/ActualText +/K 853 +/P 557 0 R +/Pg 21 0 R +/S /Span +>> +endobj +559 0 obj +<< +/C /Pa2 +/K [855 856] +/P 204 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +560 0 obj +<< +/C /A4 +/K 857 +/P 1140 0 R +/Pg 21 0 R +/S /Span +>> +endobj +561 0 obj +<< +/C /A4 +/K 858 +/P 1140 0 R +/Pg 21 0 R +/S /Span +>> +endobj +562 0 obj +<< +/K [859 860 861 862 863 864 865 866 867] +/P 1141 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +563 0 obj +<< +/C /A4 +/K 1239 +/P 1142 0 R +/Pg 25 0 R +/S /Span +>> +endobj +564 0 obj +<< +/C /A4 +/K 1240 +/P 1142 0 R +/Pg 25 0 R +/S /Span +>> +endobj +565 0 obj +<< +/K [1241 1242 566 0 R 1244 567 0 R 1246 1247 1248] +/P 1143 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +566 0 obj +<< +/ActualText +/K 1243 +/P 565 0 R +/Pg 25 0 R +/S /Span +>> +endobj +567 0 obj +<< +/ActualText +/K 1245 +/P 565 0 R +/Pg 25 0 R +/S /Span +>> +endobj +568 0 obj +<< +/C /A4 +/K 1249 +/P 1144 0 R +/Pg 25 0 R +/S /Span +>> +endobj +569 0 obj +<< +/C /A4 +/K 1250 +/P 1144 0 R +/Pg 25 0 R +/S /Span +>> +endobj +570 0 obj +<< +/K [1251 1252 571 0 R 1254 1255 1256 572 0 R 1258 1259 1260] +/P 1145 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +571 0 obj +<< +/ActualText +/K 1253 +/P 570 0 R +/Pg 25 0 R +/S /Span +>> +endobj +572 0 obj +<< +/ActualText +/K 1257 +/P 570 0 R +/Pg 25 0 R +/S /Span +>> +endobj +573 0 obj +<< +/C /Pa2 +/K [1261 1262 574 0 R 1264 1265 1266] +/P 204 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +574 0 obj +<< +/ActualText +/K 1263 +/P 573 0 R +/Pg 25 0 R +/S /Span +>> +endobj +575 0 obj +<< +/C /Pa2 +/K [1267 576 0 R 1269 1270 1271] +/P 204 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +576 0 obj +<< +/ActualText +/K 1268 +/P 575 0 R +/Pg 25 0 R +/S /Span +>> +endobj +577 0 obj +<< +/C /Pa1 +/K 1272 +/P 204 0 R +/Pg 25 0 R +/S /Zwischenhead_1 +>> +endobj +578 0 obj +<< +/C /Pa9 +/K [1273 579 0 R 1275 580 0 R 1277 1278] +/P 204 0 R +/Pg 25 0 R +/S /Lauftext_1._Abs +>> +endobj +579 0 obj +<< +/ActualText +/K 1274 +/P 578 0 R +/Pg 25 0 R +/S /Span +>> +endobj +580 0 obj +<< +/ActualText +/K 1276 +/P 578 0 R +/Pg 25 0 R +/S /Span +>> +endobj +581 0 obj +<< +/C /A4 +/K 1279 +/P 1146 0 R +/Pg 25 0 R +/S /Span +>> +endobj +582 0 obj +<< +/K [1280 1281 1282] +/P 1147 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +583 0 obj +<< +/C /A4 +/K 1283 +/P 1148 0 R +/Pg 25 0 R +/S /Span +>> +endobj +584 0 obj +<< +/K 1284 +/P 1149 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +585 0 obj +<< +/C /A4 +/K 1285 +/P 1150 0 R +/Pg 25 0 R +/S /Span +>> +endobj +586 0 obj +<< +/K 1286 +/P 1151 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +587 0 obj +<< +/C /A4 +/K 1287 +/P 1152 0 R +/Pg 25 0 R +/S /Span +>> +endobj +588 0 obj +<< +/K 1288 +/P 1153 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +589 0 obj +<< +/C /A4 +/K 1289 +/P 1154 0 R +/Pg 25 0 R +/S /Span +>> +endobj +590 0 obj +<< +/K 1290 +/P 1155 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +591 0 obj +<< +/C /Pa9 +/K [1291 592 0 R 1293 1294] +/P 204 0 R +/Pg 25 0 R +/S /Lauftext_1._Abs +>> +endobj +592 0 obj +<< +/ActualText +/K 1292 +/P 591 0 R +/Pg 25 0 R +/S /Span +>> +endobj +593 0 obj +<< +/C /Pa2 +/K [1295 1296 594 0 R 1298 595 0 R 1300] +/P 204 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +594 0 obj +<< +/ActualText +/K 1297 +/P 593 0 R +/Pg 25 0 R +/S /Span +>> +endobj +595 0 obj +<< +/ActualText +/K 1299 +/P 593 0 R +/Pg 25 0 R +/S /Span +>> +endobj +596 0 obj +<< +/C /Pa1 +/K 1301 +/P 204 0 R +/Pg 26 0 R +/S /Zwischenhead_1 +>> +endobj +597 0 obj +<< +/C /Pa9 +/K [1302 598 0 R 1304 1305 1306] +/P 204 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +598 0 obj +<< +/ActualText +/K 1303 +/P 597 0 R +/Pg 26 0 R +/S /Span +>> +endobj +599 0 obj +<< +/C /Pa16 +/K 1307 +/P 204 0 R +/Pg 26 0 R +/S /Zwischenhead_2 +>> +endobj +600 0 obj +<< +/C /Pa9 +/K [1308 1309 1310 1311 1312 1313 601 0 R 1315] +/P 204 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +601 0 obj +<< +/ActualText +/K 1314 +/P 600 0 R +/Pg 26 0 R +/S /Span +>> +endobj +602 0 obj +<< +/C /Pa2 +/K [1316 603 0 R 1318 1319 604 0 R 1321 1322 1323 605 0 R 1325 1326 1327 606 0 R 1329 1330 1331 +1332 1333] +/P 204 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +603 0 obj +<< +/ActualText +/K 1317 +/P 602 0 R +/Pg 26 0 R +/S /Span +>> +endobj +604 0 obj +<< +/ActualText +/K 1320 +/P 602 0 R +/Pg 26 0 R +/S /Span +>> +endobj +605 0 obj +<< +/ActualText +/K 1324 +/P 602 0 R +/Pg 26 0 R +/S /Span +>> +endobj +606 0 obj +<< +/ActualText +/K 1328 +/P 602 0 R +/Pg 26 0 R +/S /Span +>> +endobj +607 0 obj +<< +/C /Pa16 +/K 1334 +/P 204 0 R +/Pg 26 0 R +/S /Zwischenhead_2 +>> +endobj +608 0 obj +<< +/C /Pa23 +/K 1335 +/P 204 0 R +/Pg 26 0 R +/S /Zwischenhead_3 +>> +endobj +609 0 obj +<< +/C /Pa9 +/K [1336 610 0 R 1338 1339 611 0 R 1341 1342 1343 1344 1345] +/P 204 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +610 0 obj +<< +/ActualText +/K 1337 +/P 609 0 R +/Pg 26 0 R +/S /Span +>> +endobj +611 0 obj +<< +/ActualText +/K 1340 +/P 609 0 R +/Pg 26 0 R +/S /Span +>> +endobj +612 0 obj +<< +/C /Pa2 +/K [1346 1347 1348 613 0 R 1350 1351 << +/MCID 1352 +/Pg 27 0 R +/Type /MCR +>> << +/MCID 1353 +/Pg 27 0 R +/Type /MCR +>> << +/MCID 1354 +/Pg 27 0 R +/Type /MCR +>>] +/P 204 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +613 0 obj +<< +/ActualText +/K 1349 +/P 612 0 R +/Pg 26 0 R +/S /Span +>> +endobj +614 0 obj +<< +/C /Pa24 +/K 1355 +/P 204 0 R +/Pg 27 0 R +/S /Zwischenhead_3 +>> +endobj +615 0 obj +<< +/C /Pa9 +/K [1356 1357 1358 1359 1360 1361 1362 1363 616 0 R 1365 1366 1367 1368] +/P 204 0 R +/Pg 27 0 R +/S /Lauftext_1._Abs +>> +endobj +616 0 obj +<< +/ActualText +/K 1364 +/P 615 0 R +/Pg 27 0 R +/S /Span +>> +endobj +617 0 obj +<< +/C /Pa24 +/K 1369 +/P 204 0 R +/Pg 27 0 R +/S /Zwischenhead_3 +>> +endobj +618 0 obj +<< +/C /Pa9 +/K [1370 1371 619 0 R 1373 1374 1375 1376] +/P 204 0 R +/Pg 27 0 R +/S /Lauftext_1._Abs +>> +endobj +619 0 obj +<< +/ActualText +/K 1372 +/P 618 0 R +/Pg 27 0 R +/S /Span +>> +endobj +620 0 obj +<< +/C /Pa2 +/K [1377 621 0 R 1379 1380 1381 1382 622 0 R 1384 1385 1386 623 0 R 1388 624 0 R 1390 625 0 R 1392 +1393] +/P 204 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +621 0 obj +<< +/ActualText +/K 1378 +/P 620 0 R +/Pg 27 0 R +/S /Span +>> +endobj +622 0 obj +<< +/ActualText +/K 1383 +/P 620 0 R +/Pg 27 0 R +/S /Span +>> +endobj +623 0 obj +<< +/ActualText +/K 1387 +/P 620 0 R +/Pg 27 0 R +/S /Span +>> +endobj +624 0 obj +<< +/ActualText +/K 1389 +/P 620 0 R +/Pg 27 0 R +/S /Span +>> +endobj +625 0 obj +<< +/ActualText +/K 1391 +/P 620 0 R +/Pg 27 0 R +/S /Span +>> +endobj +626 0 obj +<< +/C /Pa2 +/K [1394 1395 1396 627 0 R 1398 628 0 R 1400 1401 1402 1403 1404 1405] +/P 204 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +627 0 obj +<< +/ActualText +/K 1397 +/P 626 0 R +/Pg 27 0 R +/S /Span +>> +endobj +628 0 obj +<< +/ActualText +/K 1399 +/P 626 0 R +/Pg 27 0 R +/S /Span +>> +endobj +629 0 obj +<< +/C /Pa15 +/K [1406 1407 1408] +/P 209 0 R +/Pg 27 0 R +/S /Absatzformat_2 +>> +endobj +630 0 obj +<< +/C /Pa2 +/K [1409 1410 631 0 R 1412 1413 1414] +/P 204 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +631 0 obj +<< +/ActualText +/K 1411 +/P 630 0 R +/Pg 28 0 R +/S /Span +>> +endobj +632 0 obj +<< +/C /Pa2 +/K [1415 633 0 R 1417 1418 1419 1420] +/P 204 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +633 0 obj +<< +/ActualText +/K 1416 +/P 632 0 R +/Pg 28 0 R +/S /Span +>> +endobj +634 0 obj +<< +/C /Pa16 +/K 1421 +/P 204 0 R +/Pg 28 0 R +/S /Zwischenhead_2 +>> +endobj +635 0 obj +<< +/C /Pa9 +/K [1422 1423 1424 636 0 R 1426 1427 1428 637 0 R 1430 1431 1432] +/P 204 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +636 0 obj +<< +/ActualText +/K 1425 +/P 635 0 R +/Pg 28 0 R +/S /Span +>> +endobj +637 0 obj +<< +/ActualText +/K 1429 +/P 635 0 R +/Pg 28 0 R +/S /Span +>> +endobj +638 0 obj +<< +/C /Pa2 +/K [1433 1434 1435 1436 1437 1438 1439] +/P 204 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +639 0 obj +<< +/C /Pa2 +/K [1440 1441 1442 640 0 R 1444 1445] +/P 204 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +640 0 obj +<< +/ActualText +/K 1443 +/P 639 0 R +/Pg 28 0 R +/S /Span +>> +endobj +641 0 obj +<< +/C /Pa16 +/K 1446 +/P 204 0 R +/Pg 28 0 R +/S /Zwischenhead_2 +>> +endobj +642 0 obj +<< +/C /Pa9 +/K [1447 1448 1449 1450 1451 1452 1453 1454 1455 1456] +/P 204 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +643 0 obj +<< +/C /Pa16 +/K 1457 +/P 204 0 R +/Pg 29 0 R +/S /Zwischenhead_2 +>> +endobj +644 0 obj +<< +/C /Pa9 +/K [1458 1459 645 0 R 1461 1462 1463 646 0 R 1465 1466] +/P 204 0 R +/Pg 29 0 R +/S /Lauftext_1._Abs +>> +endobj +645 0 obj +<< +/ActualText +/K 1460 +/P 644 0 R +/Pg 29 0 R +/S /Span +>> +endobj +646 0 obj +<< +/ActualText +/K 1464 +/P 644 0 R +/Pg 29 0 R +/S /Span +>> +endobj +647 0 obj +<< +/C /Pa16 +/K 1467 +/P 204 0 R +/Pg 29 0 R +/S /Zwischenhead_2 +>> +endobj +648 0 obj +<< +/C /Pa23 +/K 1468 +/P 204 0 R +/Pg 29 0 R +/S /Zwischenhead_3 +>> +endobj +649 0 obj +<< +/C /Pa9 +/K [1469 1470 1471 1472 1473 1474 1475 650 0 R 1477 1478 1479 1480 651 0 R 1482 1483 1484 +1485] +/P 204 0 R +/Pg 29 0 R +/S /Lauftext_1._Abs +>> +endobj +650 0 obj +<< +/ActualText +/K 1476 +/P 649 0 R +/Pg 29 0 R +/S /Span +>> +endobj +651 0 obj +<< +/ActualText +/K 1481 +/P 649 0 R +/Pg 29 0 R +/S /Span +>> +endobj +652 0 obj +<< +/C /Pa24 +/K 1486 +/P 204 0 R +/Pg 29 0 R +/S /Zwischenhead_3 +>> +endobj +653 0 obj +<< +/C /Pa9 +/K [1487 654 0 R 1489 655 0 R 1491 656 0 R 1493 1494 657 0 R 1496 1497 1498] +/P 204 0 R +/Pg 29 0 R +/S /Lauftext_1._Abs +>> +endobj +654 0 obj +<< +/ActualText +/K 1488 +/P 653 0 R +/Pg 29 0 R +/S /Span +>> +endobj +655 0 obj +<< +/ActualText +/K 1490 +/P 653 0 R +/Pg 29 0 R +/S /Span +>> +endobj +656 0 obj +<< +/ActualText +/K 1492 +/P 653 0 R +/Pg 29 0 R +/S /Span +>> +endobj +657 0 obj +<< +/ActualText +/K 1495 +/P 653 0 R +/Pg 29 0 R +/S /Span +>> +endobj +658 0 obj +<< +/C /Pa2 +/K [1499 659 0 R 1501 1502 1503 1504 1505 1506] +/P 204 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +659 0 obj +<< +/ActualText +/K 1500 +/P 658 0 R +/Pg 29 0 R +/S /Span +>> +endobj +660 0 obj +<< +/C /A4 +/K 1507 +/P 1156 0 R +/Pg 29 0 R +/S /Span +>> +endobj +661 0 obj +<< +/C /A4 +/K 1508 +/P 1156 0 R +/Pg 29 0 R +/S /Span +>> +endobj +662 0 obj +<< +/K [1509 1510 1511] +/P 1157 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +663 0 obj +<< +/C /A4 +/K 1512 +/P 1158 0 R +/Pg 30 0 R +/S /Span +>> +endobj +664 0 obj +<< +/C /A4 +/K 1513 +/P 1158 0 R +/Pg 30 0 R +/S /Span +>> +endobj +665 0 obj +<< +/K [1514 1515 666 0 R 1517] +/P 1159 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +666 0 obj +<< +/ActualText +/K 1516 +/P 665 0 R +/Pg 30 0 R +/S /Span +>> +endobj +667 0 obj +<< +/C /A4 +/K 1518 +/P 1160 0 R +/Pg 30 0 R +/S /Span +>> +endobj +668 0 obj +<< +/C /A4 +/K 1519 +/P 1160 0 R +/Pg 30 0 R +/S /Span +>> +endobj +669 0 obj +<< +/K [1520 1521 1522] +/P 1161 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +670 0 obj +<< +/C /A4 +/K 1523 +/P 1162 0 R +/Pg 30 0 R +/S /Span +>> +endobj +671 0 obj +<< +/C /A4 +/K 1524 +/P 1162 0 R +/Pg 30 0 R +/S /Span +>> +endobj +672 0 obj +<< +/K [1525 673 0 R 1527 674 0 R 1529] +/P 1163 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +673 0 obj +<< +/ActualText +/K 1526 +/P 672 0 R +/Pg 30 0 R +/S /Span +>> +endobj +674 0 obj +<< +/ActualText +/K 1528 +/P 672 0 R +/Pg 30 0 R +/S /Span +>> +endobj +675 0 obj +<< +/C /A4 +/K 1530 +/P 1164 0 R +/Pg 30 0 R +/S /Span +>> +endobj +676 0 obj +<< +/C /A4 +/K 1531 +/P 1164 0 R +/Pg 30 0 R +/S /Span +>> +endobj +677 0 obj +<< +/K [1532 678 0 R 1534] +/P 1165 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +678 0 obj +<< +/ActualText +/K 1533 +/P 677 0 R +/Pg 30 0 R +/S /Span +>> +endobj +679 0 obj +<< +/C /Pa9 +/K [1535 1536 1537 680 0 R 1539 1540] +/P 204 0 R +/Pg 30 0 R +/S /Lauftext_1._Abs +>> +endobj +680 0 obj +<< +/ActualText +/K 1538 +/P 679 0 R +/Pg 30 0 R +/S /Span +>> +endobj +681 0 obj +<< +/C /Pa16 +/K 1541 +/P 204 0 R +/Pg 30 0 R +/S /Zwischenhead_2 +>> +endobj +682 0 obj +<< +/C /Pa9 +/K [1542 683 0 R 1544 1545 1546 1547 1548 1549 684 0 R 1551] +/P 204 0 R +/Pg 30 0 R +/S /Lauftext_1._Abs +>> +endobj +683 0 obj +<< +/ActualText +/K 1543 +/P 682 0 R +/Pg 30 0 R +/S /Span +>> +endobj +684 0 obj +<< +/ActualText +/K 1550 +/P 682 0 R +/Pg 30 0 R +/S /Span +>> +endobj +685 0 obj +<< +/C /Pa2 +/K [1552 686 0 R 1554 687 0 R 1556 688 0 R 1558 1559] +/P 204 0 R +/Pg 30 0 R +/S /Lauftext +>> +endobj +686 0 obj +<< +/ActualText +/K 1553 +/P 685 0 R +/Pg 30 0 R +/S /Span +>> +endobj +687 0 obj +<< +/ActualText +/K 1555 +/P 685 0 R +/Pg 30 0 R +/S /Span +>> +endobj +688 0 obj +<< +/ActualText +/K 1557 +/P 685 0 R +/Pg 30 0 R +/S /Span +>> +endobj +689 0 obj +<< +/C /Pa2 +/K 1560 +/P 204 0 R +/Pg 30 0 R +/S /Lauftext +>> +endobj +690 0 obj +<< +/C /A4 +/K 1561 +/P 1166 0 R +/Pg 30 0 R +/S /Span +>> +endobj +691 0 obj +<< +/C /A4 +/K 1562 +/P 1166 0 R +/Pg 30 0 R +/S /Span +>> +endobj +692 0 obj +<< +/C /A5 +/K 1563 +/P 693 0 R +/Pg 30 0 R +/S /Span +>> +endobj +693 0 obj +<< +/K [692 0 R 1564 1565 1566 1567 694 0 R 1569 695 0 R 1571] +/P 1167 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +694 0 obj +<< +/ActualText +/K 1568 +/P 693 0 R +/Pg 30 0 R +/S /Span +>> +endobj +695 0 obj +<< +/ActualText +/K 1570 +/P 693 0 R +/Pg 30 0 R +/S /Span +>> +endobj +696 0 obj +<< +/C /A4 +/K 1572 +/P 1168 0 R +/Pg 30 0 R +/S /Span +>> +endobj +697 0 obj +<< +/C /A4 +/K 1573 +/P 1168 0 R +/Pg 30 0 R +/S /Span +>> +endobj +698 0 obj +<< +/C /A5 +/K 1574 +/P 701 0 R +/Pg 30 0 R +/S /Span +>> +endobj +699 0 obj +<< +/C /A5 +/K 1575 +/P 701 0 R +/Pg 30 0 R +/S /Span +>> +endobj +700 0 obj +<< +/C /A5 +/K 1576 +/P 701 0 R +/Pg 30 0 R +/S /Span +>> +endobj +701 0 obj +<< +/K [698 0 R 699 0 R 700 0 R 1577 1578 1579 702 0 R 1581 1582 703 0 R 1584 1585] +/P 1169 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +702 0 obj +<< +/ActualText +/K 1580 +/P 701 0 R +/Pg 30 0 R +/S /Span +>> +endobj +703 0 obj +<< +/ActualText +/K 1583 +/P 701 0 R +/Pg 30 0 R +/S /Span +>> +endobj +704 0 obj +<< +/C /A4 +/K 1586 +/P 1170 0 R +/Pg 31 0 R +/S /Span +>> +endobj +705 0 obj +<< +/C /A4 +/K 1587 +/P 1170 0 R +/Pg 31 0 R +/S /Span +>> +endobj +706 0 obj +<< +/C /A5 +/K 1588 +/P 707 0 R +/Pg 31 0 R +/S /Span +>> +endobj +707 0 obj +<< +/K [706 0 R 1589 1590 1591 708 0 R 1593 1594 1595 1596 1597 1598 1599 1600 1601] +/P 1171 0 R +/Pg 31 0 R +/S /LBody +>> +endobj +708 0 obj +<< +/ActualText +/K 1592 +/P 707 0 R +/Pg 31 0 R +/S /Span +>> +endobj +709 0 obj +<< +/C /Pa2 +/K [1602 710 0 R 1604 1605 1606 1607 1608 711 0 R 1610 1611 712 0 R 1613] +/P 204 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +710 0 obj +<< +/ActualText +/K 1603 +/P 709 0 R +/Pg 31 0 R +/S /Span +>> +endobj +711 0 obj +<< +/ActualText +/K 1609 +/P 709 0 R +/Pg 31 0 R +/S /Span +>> +endobj +712 0 obj +<< +/ActualText +/K 1612 +/P 709 0 R +/Pg 31 0 R +/S /Span +>> +endobj +713 0 obj +<< +/C /Pa2 +/K [1614 714 0 R 1616 1617 1618] +/P 204 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +714 0 obj +<< +/ActualText +/K 1615 +/P 713 0 R +/Pg 31 0 R +/S /Span +>> +endobj +715 0 obj +<< +/C /Pa16 +/K 1619 +/P 204 0 R +/Pg 31 0 R +/S /Zwischenhead_2 +>> +endobj +716 0 obj +<< +/C /Pa9 +/K [1620 1621 1622 1623 1624 717 0 R 1626 1627 1628 1629 1630 1631 1632] +/P 204 0 R +/Pg 31 0 R +/S /Lauftext_1._Abs +>> +endobj +717 0 obj +<< +/ActualText +/K 1625 +/P 716 0 R +/Pg 31 0 R +/S /Span +>> +endobj +718 0 obj +<< +/C /Pa16 +/K 1633 +/P 204 0 R +/Pg 31 0 R +/S /Zwischenhead_2 +>> +endobj +719 0 obj +<< +/C /Pa9 +/K [1634 1635 1636 1637 720 0 R << +/MCID 1639 +/Pg 32 0 R +/Type /MCR +>> << +/MCID 1640 +/Pg 32 0 R +/Type /MCR +>> << +/MCID 1641 +/Pg 32 0 R +/Type /MCR +>> << +/MCID 1642 +/Pg 32 0 R +/Type /MCR +>> << +/MCID 1643 +/Pg 32 0 R +/Type /MCR +>>] +/P 204 0 R +/Pg 31 0 R +/S /Lauftext_1._Abs +>> +endobj +720 0 obj +<< +/ActualText +/K 1638 +/P 719 0 R +/Pg 31 0 R +/S /Span +>> +endobj +721 0 obj +<< +/C /Pa16 +/K 1644 +/P 204 0 R +/Pg 32 0 R +/S /Zwischenhead_2 +>> +endobj +722 0 obj +<< +/C /Pa23 +/K 1645 +/P 204 0 R +/Pg 32 0 R +/S /Zwischenhead_3 +>> +endobj +723 0 obj +<< +/C /Pa9 +/K [1646 1647 724 0 R 1649 1650 725 0 R 1652 1653 1654 1655 1656 1657 1658] +/P 204 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +724 0 obj +<< +/ActualText +/K 1648 +/P 723 0 R +/Pg 32 0 R +/S /Span +>> +endobj +725 0 obj +<< +/ActualText +/K 1651 +/P 723 0 R +/Pg 32 0 R +/S /Span +>> +endobj +726 0 obj +<< +/C /Pa24 +/K 1659 +/P 204 0 R +/Pg 32 0 R +/S /Zwischenhead_3 +>> +endobj +727 0 obj +<< +/C /Pa9 +/K [1660 1661 1662 1663 728 0 R 1665 1666 1667 1668 729 0 R 1670 730 0 R 1672 731 0 R 1674] +/P 204 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +728 0 obj +<< +/ActualText +/K 1664 +/P 727 0 R +/Pg 32 0 R +/S /Span +>> +endobj +729 0 obj +<< +/ActualText +/K 1669 +/P 727 0 R +/Pg 32 0 R +/S /Span +>> +endobj +730 0 obj +<< +/ActualText +/K 1671 +/P 727 0 R +/Pg 32 0 R +/S /Span +>> +endobj +731 0 obj +<< +/ActualText +/K 1673 +/P 727 0 R +/Pg 32 0 R +/S /Span +>> +endobj +732 0 obj +<< +/C /Pa2 +/K [1675 1676 1677 733 0 R 1679 734 0 R 1681 1682 1683] +/P 204 0 R +/Pg 32 0 R +/S /Lauftext +>> +endobj +733 0 obj +<< +/ActualText +/K 1678 +/P 732 0 R +/Pg 32 0 R +/S /Span +>> +endobj +734 0 obj +<< +/ActualText +/K 1680 +/P 732 0 R +/Pg 32 0 R +/S /Span +>> +endobj +735 0 obj +<< +/C /Pa24 +/K 1684 +/P 204 0 R +/Pg 32 0 R +/S /Zwischenhead_3 +>> +endobj +736 0 obj +<< +/C /Pa9 +/K [1685 1686 1687 1688 1689 737 0 R << +/MCID 1691 +/Pg 33 0 R +/Type /MCR +>> << +/MCID 1692 +/Pg 33 0 R +/Type /MCR +>> << +/MCID 1693 +/Pg 33 0 R +/Type /MCR +>> 738 0 R << +/MCID 1695 +/Pg 33 0 R +/Type /MCR +>> 739 0 R << +/MCID 1697 +/Pg 33 0 R +/Type /MCR +>> << +/MCID 1698 +/Pg 33 0 R +/Type /MCR +>>] +/P 204 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +737 0 obj +<< +/ActualText +/K 1690 +/P 736 0 R +/Pg 32 0 R +/S /Span +>> +endobj +738 0 obj +<< +/ActualText +/K 1694 +/P 736 0 R +/Pg 33 0 R +/S /Span +>> +endobj +739 0 obj +<< +/ActualText +/K 1696 +/P 736 0 R +/Pg 33 0 R +/S /Span +>> +endobj +740 0 obj +<< +/C /Pa24 +/K 1699 +/P 204 0 R +/Pg 33 0 R +/S /Zwischenhead_3 +>> +endobj +741 0 obj +<< +/C /Pa9 +/K [1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710] +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +742 0 obj +<< +/C /Pa16 +/K 1711 +/P 204 0 R +/Pg 33 0 R +/S /Zwischenhead_2 +>> +endobj +743 0 obj +<< +/C /Pa9 +/K 1712 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +744 0 obj +<< +/C /Pa9 +/K 1713 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +745 0 obj +<< +/C /Pa9 +/K 1714 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +746 0 obj +<< +/C /Pa9 +/K 1715 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +747 0 obj +<< +/C /Pa9 +/K 1716 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +748 0 obj +<< +/C /Pa9 +/K 1717 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +749 0 obj +<< +/C /Pa9 +/K 1718 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +750 0 obj +<< +/C /Pa9 +/K 1719 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +751 0 obj +<< +/C /Pa9 +/K 1720 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +752 0 obj +<< +/C /Pa9 +/K 1721 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +753 0 obj +<< +/C /Pa9 +/K 1722 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +754 0 obj +<< +/C /Pa9 +/K 1723 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +755 0 obj +<< +/C /Pa9 +/K 1724 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +756 0 obj +<< +/C /Pa9 +/K 1725 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +757 0 obj +<< +/C /Pa9 +/K 1726 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +758 0 obj +<< +/C /Pa9 +/K 1727 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +759 0 obj +<< +/C /Pa9 +/K 1728 +/P 204 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +760 0 obj +<< +/C /Pa17 +/K [868 869 761 0 R 871] +/P 1172 0 R +/Pg 22 0 R +/S /Tab._Versal_bold_wei +>> +endobj +761 0 obj +<< +/ActualText +/K 870 +/P 760 0 R +/Pg 22 0 R +/S /Span +>> +endobj +762 0 obj +<< +/C /Pa17 +/K 872 +/P 1173 0 R +/Pg 22 0 R +/S /Tab._Versal_bold_wei +>> +endobj +763 0 obj +<< +/C /Pa17 +/K 873 +/P 1173 0 R +/Pg 22 0 R +/S /Tab._Versal_bold_wei +>> +endobj +764 0 obj +<< +/C /Pa17 +/K [874 765 0 R 876] +/P 1174 0 R +/Pg 22 0 R +/S /Tab._Versal_bold_wei +>> +endobj +765 0 obj +<< +/ActualText +/K 875 +/P 764 0 R +/Pg 22 0 R +/S /Span +>> +endobj +766 0 obj +<< +/C /Pa17 +/K [877 767 0 R 879] +/P 1175 0 R +/Pg 22 0 R +/S /Tab._Versal_bold_wei +>> +endobj +767 0 obj +<< +/ActualText +/K 878 +/P 766 0 R +/Pg 22 0 R +/S /Span +>> +endobj +768 0 obj +<< +/C /Pa18 +/K 880 +/P 1176 0 R +/Pg 22 0 R +/S /Tab._Lauftext_light_ +>> +endobj +769 0 obj +<< +/C /A4 +/K 881 +/P 1177 0 R +/Pg 22 0 R +/S /Span +>> +endobj +770 0 obj +<< +/C /A4 +/K 882 +/P 1177 0 R +/Pg 22 0 R +/S /Span +>> +endobj +771 0 obj +<< +/K [883 884 885] +/P 1178 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +772 0 obj +<< +/C /A4 +/K 886 +/P 1179 0 R +/Pg 22 0 R +/S /Span +>> +endobj +773 0 obj +<< +/C /A4 +/K 887 +/P 1179 0 R +/Pg 22 0 R +/S /Span +>> +endobj +774 0 obj +<< +/K [888 889 890 891 892] +/P 1180 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +775 0 obj +<< +/C /A4 +/K 893 +/P 1181 0 R +/Pg 22 0 R +/S /Span +>> +endobj +776 0 obj +<< +/C /A4 +/K 894 +/P 1181 0 R +/Pg 22 0 R +/S /Span +>> +endobj +777 0 obj +<< +/K [895 778 0 R 897 898 899] +/P 1182 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +778 0 obj +<< +/ActualText +/K 896 +/P 777 0 R +/Pg 22 0 R +/S /Span +>> +endobj +779 0 obj +<< +/C /A4 +/K 900 +/P 1183 0 R +/Pg 22 0 R +/S /Span +>> +endobj +780 0 obj +<< +/C /A4 +/K 901 +/P 1183 0 R +/Pg 22 0 R +/S /Span +>> +endobj +781 0 obj +<< +/K [902 782 0 R 904 905 906] +/P 1184 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +782 0 obj +<< +/ActualText +/K 903 +/P 781 0 R +/Pg 22 0 R +/S /Span +>> +endobj +783 0 obj +<< +/C /A4 +/K 907 +/P 1185 0 R +/Pg 22 0 R +/S /Span +>> +endobj +784 0 obj +<< +/C /A4 +/K 908 +/P 1185 0 R +/Pg 22 0 R +/S /Span +>> +endobj +785 0 obj +<< +/K [909 786 0 R 911 912 787 0 R 914] +/P 1186 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +786 0 obj +<< +/ActualText +/K 910 +/P 785 0 R +/Pg 22 0 R +/S /Span +>> +endobj +787 0 obj +<< +/ActualText +/K 913 +/P 785 0 R +/Pg 22 0 R +/S /Span +>> +endobj +788 0 obj +<< +/C /A4 +/K 915 +/P 1187 0 R +/Pg 22 0 R +/S /Span +>> +endobj +789 0 obj +<< +/C /A4 +/K 916 +/P 1187 0 R +/Pg 22 0 R +/S /Span +>> +endobj +790 0 obj +<< +/K [917 918 919] +/P 1188 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +791 0 obj +<< +/C /A4 +/K 920 +/P 1189 0 R +/Pg 22 0 R +/S /Span +>> +endobj +792 0 obj +<< +/C /A4 +/K 921 +/P 1189 0 R +/Pg 22 0 R +/S /Span +>> +endobj +793 0 obj +<< +/K [922 923] +/P 1190 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +794 0 obj +<< +/C /A4 +/K 924 +/P 1191 0 R +/Pg 22 0 R +/S /Span +>> +endobj +795 0 obj +<< +/C /A4 +/K 925 +/P 1191 0 R +/Pg 22 0 R +/S /Span +>> +endobj +796 0 obj +<< +/K 926 +/P 1192 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +797 0 obj +<< +/C /A4 +/K 927 +/P 1193 0 R +/Pg 22 0 R +/S /Span +>> +endobj +798 0 obj +<< +/C /A4 +/K 928 +/P 1193 0 R +/Pg 22 0 R +/S /Span +>> +endobj +799 0 obj +<< +/K [929 930] +/P 1194 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +800 0 obj +<< +/C /Pa18 +/K [931 932 801 0 R 934] +/P 1195 0 R +/Pg 22 0 R +/S /Tab._Lauftext_light_ +>> +endobj +801 0 obj +<< +/ActualText +/K 933 +/P 800 0 R +/Pg 22 0 R +/S /Span +>> +endobj +802 0 obj +<< +/C /A4 +/K 935 +/P 1196 0 R +/Pg 22 0 R +/S /Span +>> +endobj +803 0 obj +<< +/C /A4 +/K 936 +/P 1196 0 R +/Pg 22 0 R +/S /Span +>> +endobj +804 0 obj +<< +/K [937 938 805 0 R 940 941 942] +/P 1197 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +805 0 obj +<< +/ActualText +/K 939 +/P 804 0 R +/Pg 22 0 R +/S /Span +>> +endobj +806 0 obj +<< +/C /A4 +/K 943 +/P 1198 0 R +/Pg 22 0 R +/S /Span +>> +endobj +807 0 obj +<< +/C /A4 +/K 944 +/P 1198 0 R +/Pg 22 0 R +/S /Span +>> +endobj +808 0 obj +<< +/K [945 946] +/P 1199 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +809 0 obj +<< +/C /A4 +/K 947 +/P 1200 0 R +/Pg 22 0 R +/S /Span +>> +endobj +810 0 obj +<< +/C /A4 +/K 948 +/P 1200 0 R +/Pg 22 0 R +/S /Span +>> +endobj +811 0 obj +<< +/K [949 950 812 0 R 952] +/P 1201 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +812 0 obj +<< +/ActualText +/K 951 +/P 811 0 R +/Pg 22 0 R +/S /Span +>> +endobj +813 0 obj +<< +/C /A4 +/K 953 +/P 1202 0 R +/Pg 22 0 R +/S /Span +>> +endobj +814 0 obj +<< +/C /A4 +/K 954 +/P 1202 0 R +/Pg 22 0 R +/S /Span +>> +endobj +815 0 obj +<< +/K [955 956 957 958 959 960 816 0 R 962] +/P 1203 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +816 0 obj +<< +/ActualText +/K 961 +/P 815 0 R +/Pg 22 0 R +/S /Span +>> +endobj +817 0 obj +<< +/C /A4 +/K 963 +/P 1204 0 R +/Pg 22 0 R +/S /Span +>> +endobj +818 0 obj +<< +/C /A4 +/K 964 +/P 1204 0 R +/Pg 22 0 R +/S /Span +>> +endobj +819 0 obj +<< +/K [965 820 0 R 967 968 969 970] +/P 1205 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +820 0 obj +<< +/ActualText +/K 966 +/P 819 0 R +/Pg 22 0 R +/S /Span +>> +endobj +821 0 obj +<< +/C /A4 +/K 971 +/P 1206 0 R +/Pg 22 0 R +/S /Span +>> +endobj +822 0 obj +<< +/C /A4 +/K 972 +/P 1206 0 R +/Pg 22 0 R +/S /Span +>> +endobj +823 0 obj +<< +/K [973 974 824 0 R 976] +/P 1207 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +824 0 obj +<< +/ActualText +/K 975 +/P 823 0 R +/Pg 22 0 R +/S /Span +>> +endobj +825 0 obj +<< +/C /A4 +/K 977 +/P 1208 0 R +/Pg 22 0 R +/S /Span +>> +endobj +826 0 obj +<< +/C /A4 +/K 978 +/P 1208 0 R +/Pg 22 0 R +/S /Span +>> +endobj +827 0 obj +<< +/K [979 828 0 R 981 829 0 R 983 984 985 986] +/P 1209 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +828 0 obj +<< +/ActualText +/K 980 +/P 827 0 R +/Pg 22 0 R +/S /Span +>> +endobj +829 0 obj +<< +/ActualText +/K 982 +/P 827 0 R +/Pg 22 0 R +/S /Span +>> +endobj +830 0 obj +<< +/C /A4 +/K 987 +/P 1210 0 R +/Pg 22 0 R +/S /Span +>> +endobj +831 0 obj +<< +/C /A4 +/K 988 +/P 1210 0 R +/Pg 22 0 R +/S /Span +>> +endobj +832 0 obj +<< +/K [989 990 833 0 R 992] +/P 1211 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +833 0 obj +<< +/ActualText +/K 991 +/P 832 0 R +/Pg 22 0 R +/S /Span +>> +endobj +834 0 obj +<< +/C /A4 +/K 993 +/P 1212 0 R +/Pg 22 0 R +/S /Span +>> +endobj +835 0 obj +<< +/C /A4 +/K 994 +/P 1212 0 R +/Pg 22 0 R +/S /Span +>> +endobj +836 0 obj +<< +/K [995 837 0 R 997 998 999 1000 1001 1002 1003] +/P 1213 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +837 0 obj +<< +/ActualText +/K 996 +/P 836 0 R +/Pg 22 0 R +/S /Span +>> +endobj +838 0 obj +<< +/C /A4 +/K 1004 +/P 1214 0 R +/Pg 22 0 R +/S /Span +>> +endobj +839 0 obj +<< +/C /A4 +/K 1005 +/P 1214 0 R +/Pg 22 0 R +/S /Span +>> +endobj +840 0 obj +<< +/K [1006 1007 1008 841 0 R 1010] +/P 1215 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +841 0 obj +<< +/ActualText +/K 1009 +/P 840 0 R +/Pg 22 0 R +/S /Span +>> +endobj +842 0 obj +<< +/C /A4 +/K 1011 +/P 1216 0 R +/Pg 22 0 R +/S /Span +>> +endobj +843 0 obj +<< +/C /A4 +/K 1012 +/P 1216 0 R +/Pg 22 0 R +/S /Span +>> +endobj +844 0 obj +<< +/K [1013 1014] +/P 1217 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +845 0 obj +<< +/C /A4 +/K 1015 +/P 1218 0 R +/Pg 22 0 R +/S /Span +>> +endobj +846 0 obj +<< +/C /A4 +/K 1016 +/P 1218 0 R +/Pg 22 0 R +/S /Span +>> +endobj +847 0 obj +<< +/K 1017 +/P 1219 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +848 0 obj +<< +/C /A4 +/K 1018 +/P 1220 0 R +/Pg 22 0 R +/S /Span +>> +endobj +849 0 obj +<< +/C /A4 +/K 1019 +/P 1220 0 R +/Pg 22 0 R +/S /Span +>> +endobj +850 0 obj +<< +/K [1020 851 0 R 1022] +/P 1221 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +851 0 obj +<< +/ActualText +/K 1021 +/P 850 0 R +/Pg 22 0 R +/S /Span +>> +endobj +852 0 obj +<< +/C /A4 +/K 1023 +/P 1222 0 R +/Pg 22 0 R +/S /Span +>> +endobj +853 0 obj +<< +/C /A4 +/K 1024 +/P 1222 0 R +/Pg 22 0 R +/S /Span +>> +endobj +854 0 obj +<< +/K [1025 1026] +/P 1223 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +855 0 obj +<< +/C /A4 +/K 1027 +/P 1224 0 R +/Pg 22 0 R +/S /Span +>> +endobj +856 0 obj +<< +/C /A4 +/K 1028 +/P 1224 0 R +/Pg 22 0 R +/S /Span +>> +endobj +857 0 obj +<< +/K [1029 1030] +/P 1225 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +858 0 obj +<< +/C /Pa17 +/K [1031 1032 859 0 R 1034] +/P 1226 0 R +/Pg 23 0 R +/S /Tab._Versal_bold_wei +>> +endobj +859 0 obj +<< +/ActualText +/K 1033 +/P 858 0 R +/Pg 23 0 R +/S /Span +>> +endobj +860 0 obj +<< +/C /Pa17 +/K 1035 +/P 1227 0 R +/Pg 23 0 R +/S /Tab._Versal_bold_wei +>> +endobj +861 0 obj +<< +/C /Pa17 +/K 1036 +/P 1227 0 R +/Pg 23 0 R +/S /Tab._Versal_bold_wei +>> +endobj +862 0 obj +<< +/C /Pa17 +/K [1037 1038] +/P 1228 0 R +/Pg 23 0 R +/S /Tab._Versal_bold_wei +>> +endobj +863 0 obj +<< +/C /Pa17 +/K [1039 864 0 R 1041] +/P 1229 0 R +/Pg 23 0 R +/S /Tab._Versal_bold_wei +>> +endobj +864 0 obj +<< +/ActualText +/K 1040 +/P 863 0 R +/Pg 23 0 R +/S /Span +>> +endobj +865 0 obj +<< +/C /Pa18 +/K [1042 1043 1044 866 0 R 1046] +/P 1230 0 R +/Pg 23 0 R +/S /Tab._Lauftext_light_ +>> +endobj +866 0 obj +<< +/ActualText +/K 1045 +/P 865 0 R +/Pg 23 0 R +/S /Span +>> +endobj +867 0 obj +<< +/C /A4 +/K 1047 +/P 1231 0 R +/Pg 23 0 R +/S /Span +>> +endobj +868 0 obj +<< +/C /A4 +/K 1048 +/P 1231 0 R +/Pg 23 0 R +/S /Span +>> +endobj +869 0 obj +<< +/K [1049 870 0 R 1051 1052 1053 1054 1055 1056 1057 871 0 R 1059 1060] +/P 1232 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +870 0 obj +<< +/ActualText +/K 1050 +/P 869 0 R +/Pg 23 0 R +/S /Span +>> +endobj +871 0 obj +<< +/ActualText +/K 1058 +/P 869 0 R +/Pg 23 0 R +/S /Span +>> +endobj +872 0 obj +<< +/C /A4 +/K 1061 +/P 1233 0 R +/Pg 23 0 R +/S /Span +>> +endobj +873 0 obj +<< +/C /A4 +/K 1062 +/P 1233 0 R +/Pg 23 0 R +/S /Span +>> +endobj +874 0 obj +<< +/K [1063 1064 1065] +/P 1234 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +875 0 obj +<< +/C /A4 +/K 1066 +/P 1235 0 R +/Pg 23 0 R +/S /Span +>> +endobj +876 0 obj +<< +/C /A4 +/K 1067 +/P 1235 0 R +/Pg 23 0 R +/S /Span +>> +endobj +877 0 obj +<< +/K [1068 1069] +/P 1236 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +878 0 obj +<< +/C /A4 +/K 1070 +/P 1237 0 R +/Pg 23 0 R +/S /Span +>> +endobj +879 0 obj +<< +/C /A4 +/K 1071 +/P 1237 0 R +/Pg 23 0 R +/S /Span +>> +endobj +880 0 obj +<< +/K [1072 1073 1074 881 0 R 1076 1077] +/P 1238 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +881 0 obj +<< +/ActualText +/K 1075 +/P 880 0 R +/Pg 23 0 R +/S /Span +>> +endobj +882 0 obj +<< +/C /A4 +/K 1078 +/P 1239 0 R +/Pg 23 0 R +/S /Span +>> +endobj +883 0 obj +<< +/C /A4 +/K 1079 +/P 1239 0 R +/Pg 23 0 R +/S /Span +>> +endobj +884 0 obj +<< +/K [1080 1081 1082 885 0 R 1084 1085] +/P 1240 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +885 0 obj +<< +/ActualText +/K 1083 +/P 884 0 R +/Pg 23 0 R +/S /Span +>> +endobj +886 0 obj +<< +/C /A4 +/K 1086 +/P 1241 0 R +/Pg 23 0 R +/S /Span +>> +endobj +887 0 obj +<< +/C /A4 +/K 1087 +/P 1241 0 R +/Pg 23 0 R +/S /Span +>> +endobj +888 0 obj +<< +/K [1088 1089] +/P 1242 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +889 0 obj +<< +/C /A4 +/K 1090 +/P 1243 0 R +/Pg 23 0 R +/S /Span +>> +endobj +890 0 obj +<< +/C /A4 +/K 1091 +/P 1243 0 R +/Pg 23 0 R +/S /Span +>> +endobj +891 0 obj +<< +/K [1092 1093 892 0 R 1095] +/P 1244 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +892 0 obj +<< +/ActualText +/K 1094 +/P 891 0 R +/Pg 23 0 R +/S /Span +>> +endobj +893 0 obj +<< +/C /A4 +/K 1096 +/P 1245 0 R +/Pg 23 0 R +/S /Span +>> +endobj +894 0 obj +<< +/C /A4 +/K 1097 +/P 1245 0 R +/Pg 23 0 R +/S /Span +>> +endobj +895 0 obj +<< +/K [1098 1099 1100 1101] +/P 1246 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +896 0 obj +<< +/C /A4 +/K 1102 +/P 1247 0 R +/Pg 23 0 R +/S /Span +>> +endobj +897 0 obj +<< +/C /A4 +/K 1103 +/P 1247 0 R +/Pg 23 0 R +/S /Span +>> +endobj +898 0 obj +<< +/K 1104 +/P 1248 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +899 0 obj +<< +/C /A4 +/K 1105 +/P 1249 0 R +/Pg 23 0 R +/S /Span +>> +endobj +900 0 obj +<< +/C /A4 +/K 1106 +/P 1249 0 R +/Pg 23 0 R +/S /Span +>> +endobj +901 0 obj +<< +/K [1107 1108] +/P 1250 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +902 0 obj +<< +/C /A4 +/K 1109 +/P 1251 0 R +/Pg 23 0 R +/S /Span +>> +endobj +903 0 obj +<< +/C /A4 +/K 1110 +/P 1251 0 R +/Pg 23 0 R +/S /Span +>> +endobj +904 0 obj +<< +/K [1111 905 0 R 1113 1114] +/P 1252 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +905 0 obj +<< +/ActualText +/K 1112 +/P 904 0 R +/Pg 23 0 R +/S /Span +>> +endobj +906 0 obj +<< +/C /Pa18 +/K [1115 1116] +/P 1253 0 R +/Pg 23 0 R +/S /Tab._Lauftext_light_ +>> +endobj +907 0 obj +<< +/C /A4 +/K 1117 +/P 1254 0 R +/Pg 23 0 R +/S /Span +>> +endobj +908 0 obj +<< +/C /A4 +/K 1118 +/P 1254 0 R +/Pg 23 0 R +/S /Span +>> +endobj +909 0 obj +<< +/K [1119 1120 1121 1122 1123] +/P 1255 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +910 0 obj +<< +/C /A4 +/K 1124 +/P 1256 0 R +/Pg 23 0 R +/S /Span +>> +endobj +911 0 obj +<< +/C /A4 +/K 1125 +/P 1256 0 R +/Pg 23 0 R +/S /Span +>> +endobj +912 0 obj +<< +/K [1126 1127 1128 913 0 R 1130] +/P 1257 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +913 0 obj +<< +/ActualText +/K 1129 +/P 912 0 R +/Pg 23 0 R +/S /Span +>> +endobj +914 0 obj +<< +/C /A4 +/K 1131 +/P 1258 0 R +/Pg 23 0 R +/S /Span +>> +endobj +915 0 obj +<< +/C /A4 +/K 1132 +/P 1258 0 R +/Pg 23 0 R +/S /Span +>> +endobj +916 0 obj +<< +/K [1133 1134 1135 917 0 R 1137] +/P 1259 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +917 0 obj +<< +/ActualText +/K 1136 +/P 916 0 R +/Pg 23 0 R +/S /Span +>> +endobj +918 0 obj +<< +/C /A4 +/K 1138 +/P 1260 0 R +/Pg 23 0 R +/S /Span +>> +endobj +919 0 obj +<< +/C /A4 +/K 1139 +/P 1260 0 R +/Pg 23 0 R +/S /Span +>> +endobj +920 0 obj +<< +/K [1140 1141 921 0 R 1143 1144] +/P 1261 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +921 0 obj +<< +/ActualText +/K 1142 +/P 920 0 R +/Pg 23 0 R +/S /Span +>> +endobj +922 0 obj +<< +/C /A4 +/K 1145 +/P 1262 0 R +/Pg 23 0 R +/S /Span +>> +endobj +923 0 obj +<< +/C /A4 +/K 1146 +/P 1262 0 R +/Pg 23 0 R +/S /Span +>> +endobj +924 0 obj +<< +/K [1147 1148 1149 925 0 R 1151] +/P 1263 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +925 0 obj +<< +/ActualText +/K 1150 +/P 924 0 R +/Pg 23 0 R +/S /Span +>> +endobj +926 0 obj +<< +/C /A4 +/K 1152 +/P 1264 0 R +/Pg 23 0 R +/S /Span +>> +endobj +927 0 obj +<< +/C /A4 +/K 1153 +/P 1264 0 R +/Pg 23 0 R +/S /Span +>> +endobj +928 0 obj +<< +/K [1154 1155 1156 1157 1158 1159] +/P 1265 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +929 0 obj +<< +/C /A4 +/K 1160 +/P 1266 0 R +/Pg 23 0 R +/S /Span +>> +endobj +930 0 obj +<< +/C /A4 +/K 1161 +/P 1266 0 R +/Pg 23 0 R +/S /Span +>> +endobj +931 0 obj +<< +/K [1162 1163 1164] +/P 1267 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +932 0 obj +<< +/C /A4 +/K 1165 +/P 1268 0 R +/Pg 23 0 R +/S /Span +>> +endobj +933 0 obj +<< +/C /A4 +/K 1166 +/P 1268 0 R +/Pg 23 0 R +/S /Span +>> +endobj +934 0 obj +<< +/K [1167 935 0 R 1169] +/P 1269 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +935 0 obj +<< +/ActualText +/K 1168 +/P 934 0 R +/Pg 23 0 R +/S /Span +>> +endobj +936 0 obj +<< +/C /A4 +/K 1170 +/P 1270 0 R +/Pg 23 0 R +/S /Span +>> +endobj +937 0 obj +<< +/C /A4 +/K 1171 +/P 1270 0 R +/Pg 23 0 R +/S /Span +>> +endobj +938 0 obj +<< +/K [1172 1173 1174] +/P 1271 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +939 0 obj +<< +/C /A4 +/K 1175 +/P 1272 0 R +/Pg 23 0 R +/S /Span +>> +endobj +940 0 obj +<< +/C /A4 +/K 1176 +/P 1272 0 R +/Pg 23 0 R +/S /Span +>> +endobj +941 0 obj +<< +/K [1177 1178 1179 1180 1181] +/P 1273 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +942 0 obj +<< +/C /Pa17 +/K [1182 1183 943 0 R 1185] +/P 1274 0 R +/Pg 24 0 R +/S /Tab._Versal_bold_wei +>> +endobj +943 0 obj +<< +/ActualText +/K 1184 +/P 942 0 R +/Pg 24 0 R +/S /Span +>> +endobj +944 0 obj +<< +/C /Pa17 +/K 1186 +/P 1275 0 R +/Pg 24 0 R +/S /Tab._Versal_bold_wei +>> +endobj +945 0 obj +<< +/C /Pa17 +/K 1187 +/P 1275 0 R +/Pg 24 0 R +/S /Tab._Versal_bold_wei +>> +endobj +946 0 obj +<< +/C /Pa17 +/K [1188 1189] +/P 1276 0 R +/Pg 24 0 R +/S /Tab._Versal_bold_wei +>> +endobj +947 0 obj +<< +/C /Pa17 +/K [1190 948 0 R 1192] +/P 1277 0 R +/Pg 24 0 R +/S /Tab._Versal_bold_wei +>> +endobj +948 0 obj +<< +/ActualText +/K 1191 +/P 947 0 R +/Pg 24 0 R +/S /Span +>> +endobj +949 0 obj +<< +/C /Pa18 +/K [1193 950 0 R 1195 1196 951 0 R 1198] +/P 1278 0 R +/Pg 24 0 R +/S /Tab._Lauftext_light_ +>> +endobj +950 0 obj +<< +/ActualText +/K 1194 +/P 949 0 R +/Pg 24 0 R +/S /Span +>> +endobj +951 0 obj +<< +/ActualText +/K 1197 +/P 949 0 R +/Pg 24 0 R +/S /Span +>> +endobj +952 0 obj +<< +/C /A4 +/K 1199 +/P 1279 0 R +/Pg 24 0 R +/S /Span +>> +endobj +953 0 obj +<< +/C /A4 +/K 1200 +/P 1279 0 R +/Pg 24 0 R +/S /Span +>> +endobj +954 0 obj +<< +/K [1201 955 0 R 1203 956 0 R 1205 957 0 R 1207 1208 1209 1210 1211] +/P 1280 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +955 0 obj +<< +/ActualText +/K 1202 +/P 954 0 R +/Pg 24 0 R +/S /Span +>> +endobj +956 0 obj +<< +/ActualText +/K 1204 +/P 954 0 R +/Pg 24 0 R +/S /Span +>> +endobj +957 0 obj +<< +/ActualText +/K 1206 +/P 954 0 R +/Pg 24 0 R +/S /Span +>> +endobj +958 0 obj +<< +/C /A4 +/K 1212 +/P 1281 0 R +/Pg 24 0 R +/S /Span +>> +endobj +959 0 obj +<< +/C /A4 +/K 1213 +/P 1281 0 R +/Pg 24 0 R +/S /Span +>> +endobj +960 0 obj +<< +/K [1214 1215 1216 961 0 R 1218] +/P 1282 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +961 0 obj +<< +/ActualText +/K 1217 +/P 960 0 R +/Pg 24 0 R +/S /Span +>> +endobj +962 0 obj +<< +/C /A4 +/K 1219 +/P 1283 0 R +/Pg 24 0 R +/S /Span +>> +endobj +963 0 obj +<< +/C /A4 +/K 1220 +/P 1283 0 R +/Pg 24 0 R +/S /Span +>> +endobj +964 0 obj +<< +/K [1221 1222 965 0 R 1224 966 0 R 1226] +/P 1284 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +965 0 obj +<< +/ActualText +/K 1223 +/P 964 0 R +/Pg 24 0 R +/S /Span +>> +endobj +966 0 obj +<< +/ActualText +/K 1225 +/P 964 0 R +/Pg 24 0 R +/S /Span +>> +endobj +967 0 obj +<< +/C /A4 +/K 1227 +/P 1285 0 R +/Pg 24 0 R +/S /Span +>> +endobj +968 0 obj +<< +/C /A4 +/K 1228 +/P 1285 0 R +/Pg 24 0 R +/S /Span +>> +endobj +969 0 obj +<< +/K [1229 1230 1231] +/P 1286 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +970 0 obj +<< +/C /A4 +/K 1232 +/P 1287 0 R +/Pg 24 0 R +/S /Span +>> +endobj +971 0 obj +<< +/C /A4 +/K 1233 +/P 1287 0 R +/Pg 24 0 R +/S /Span +>> +endobj +972 0 obj +<< +/K [1234 1235] +/P 1288 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +973 0 obj +<< +/C /A4 +/K 1236 +/P 1289 0 R +/Pg 24 0 R +/S /Span +>> +endobj +974 0 obj +<< +/C /A4 +/K 1237 +/P 1289 0 R +/Pg 24 0 R +/S /Span +>> +endobj +975 0 obj +<< +/K 1238 +/P 1290 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +976 0 obj +<< +/Filter /FlateDecode +/Length 9807 +/Length1 15651 +>> +stream +HVyTTݷ +8H0, +3 2dDeAŸŽbRSZkcmlX6&%UIsZs&MHړww Q:ž=Wjhwwn|yR9aIi@}+; 7݀3n8mYsie-{iir7iY1h& )1-=漸8殶7Һүp)ܡ` Wۛ,<_qgGwsɽ\)v "i> _JG,pTA2l_%n|y )#[qFÃN.3}(:X@`18$tQQ)hKLl\1 V[=9%5-}lF測IEœLV2rFjWͬi7ge} ѥꚺ jm᭬\‚$9 gv|7S7Û]k1k; w&7W$Z#Ƅ;OUʙ&_r "FbS2}l8$OI@63k4H$# 7R/mIWEQ-u[IVRlesttĭ!^)>~u 3|&nP4bDXv$+3f-|/id{VZKkh=qfQLM4\4j21K *@20&fj33}3cdHPEP(Q0u|EmکxG((C)lDIR9i2*tS&XJ J2<,X%Xy\b>z0?6_UI}eC[h-Bbz:-%zZAK5{ha<߬"ZCp8 t9?>,yٳy9+1/ey\ϜaW1Y%ɬB։ʪ +dE쬸xV y,ݕ%Ut A!^ŝqXD8F'|* jVJU`tD|Mu^1=HO3O0.<^0}kkVݣp`.-b|v#|}:Y0+éY*pՐXB3$4r=e&OlT"1VU +w&rhV9}f*TXE5UM2]ns'~{tw>)Ǫy9ﶷe0l>'ɾMt[T@DzٹiqYx@,j Z5[M4qS +MZ˥CEm'۬JAKzy 8l) j!/ZsԹ<٬<4:9جI6[6k`ސXzD;Le: y褞|$&fc<Ǖ*ҩ;*i:H~IIɱaB gfHv2%cQ3FPȥ@rBa(g&K8Ad4 Ldc~ C +?;`6:kXtT&О\\d(7ԙFDܼ K$\1CDDkEZAQD*UE誫Eˢn]mkgmծ㴎[m3vnw:vQwtg6M&||[9竔;TnKiLn,M4cX"u4#mLp<61MdؠB\03ѽ[7"K۱%~aĚN7 ӷ & },}L5(-G̛WbX^@d +dTGNqtW;Vo2!;2BB( 8]IHՒVڼ:-('/W<,]d2to4A|SAx:͌A8Y-b:{ b Ǎ]!5IFp.L&5I-WX +h5r!8ZEjإ+VV^Pfpe߂CW4]dDH{vzPe =YB +˝e|PrE A:`3ŢL6I8\]2RIGF& 6L0S,6^ +?N^V6zk-9'HU=S^񧮻]{Y;hRaL{ڼvW(\rY,+׳ + i1a=k U.^)MÁ`e +SB &ڌC&tɆ$E)E~#_p!@U9/w*[}ɤXb>⼠h^KGʋ6@^2N 0s *%YoʇyMnG %W# UޕEAF2[."IS̘$.Lp#s +cɽnk`*YP=̪`IEᵺkI*oɛuu|rtQm:^^c`BJl)l%4K܆4ÅXNVd#Jqe0i28dɐD0EICƄ2k~Z 9sk2>oUӽoǫ36k\j ;,87@F'y}5-z*-4 =ڝ(CNe#RLV֠@$i69B镼 XbV`@| ~^T 5$y⮿ /]'}mǼSr\!" qbrI.Z$JmF9d@%wbo=̒Qr4JzIڈ~4k xIM )!&BB9P2 g[riN#;l]{qՉ \zctlbx܎TOioSEWM~[m_3/>U ]҇BXhwNIOn@:HpuuAY)J)ch#!:8+N HylA|t 8*>UOږl[cs;4?|ݳ!ٶ*~xD/?.)&UO37d؂XYj,BG@'\_: Y=b# Vgz!:>&jh߆%R MOooCGu|t¥~yz\ʳ͗P2-y9~w?NuZdl5Z]&tӞG<%޺ )8w~3p'%s_-k:d1**Y)8H*qV +U3XZ7St3%@K]SWri-]9P@GĴ'qfsPp'Ck@ rtno.CU٭ :]X+9ro0>B'Ϧ#w8Tmæ+WT t0@WfV Z)nz?Vc-5Lsegw>}]^Me?{.IOs6IN{s5Io4-R + P`Y t[[,]\-P\ŕa]W0::qVGG?8m 'i +E!eyܿπo%9*HYEE4.{Xe8 e7~=?U5ڝOLB}`1KM\,B/4 iDxQ8yM=51g[p-C~D[:%PոrΈIʕpb.J)u[ +5z15XwImYznIsL'̲cvE'3}UYŪhtmRJ3x(2H&O-2Xk2:7t@-җ/8CO"NtZKYpZnEӼ {&hߢy ^l3%`A(N Oiސ`j4=5ھ6$թLϱ}s7m_0bci:4ݯμ^PIgV5]g=Ĕ *4f4 .GqGZԊ(MI`7*VaVW43NkuT39ڳ +P4c:#7z#;'0f.XOn8Wܵ><-m5§FAQ|&G3pz~3x,b}*aXmL";1q!U?3;dGn2e dz{if-Znr 6S{+M9e;>M4i4JQ.5Lf5ɪkhyRC**[B>UUU\#MX)C< 1V?!Wm}ë{65xLrHRU{Ƥ< No8LGX_uPETDOhqW~7dad?#L:3s%i1JI( z[9*c5@-ÛYN@Ks4qc"k(DaQdd-lK;WBmFNP0+S>5c. ?tAmQn:JroCm&;r;SS#M˺F+&Z* mz&*#У?>Zby:m%s4LʑQ)AYXjbg b4͂`_2M\ hU +> nd'>C* 﫮uEO>ΆMǫNنC* P̩28+go*@tKw<\bu&A-.sIa? '<@fP˗C3*| "YIN~U*ڣB'H_p9j|L*P/C'T^`>3fk]rZk0!\,cuKZ̦*n "USI}bSΕI)cF`7l:` B ڝld1w:|cMU%ZCm8UFZ1ϹdUid408B*)I/{)Wa5t\jm6$nֲ]fc7WbÒAV3< o7 `&YQRrºL.1=Òpq +D LI2\r7M&v.h[n|֓'XGKSjvt׮V5r}ﵓLZ؁=ELѷ5"F + "TX{,(!7@9M5VȇM BB@~ hوͺܝpKݺռWش0:Wuν^anT@P^o +Ŷ\k] ++%51"M, EE:PsY^ZG0@LjŽ5Ϥv^Ϟ}$ +[:M]L9W98-3 +o3 z|UT &)kpGcTfҋCO42^P[3eXz{Qaʢ?ٛ<0 4M4Wh]{>iD)P0W9WI1Vq A\1$2X_g.Ch@x≋ZTnvR;v:;ڢzߋ6{m@kQs}膻3Ox= '|s1u殮r?y'#s7-ewuڔURFapsv tSr+l3TCb&E2@qP!X &(z҅Uu1ոڮ)W~(4 6?Lřy[s2 s4)kc8wF'E|o΄ /4>CULx|V^]1j{$.'I>G|b(v'wNpIE;j=Z_̹oK}Nɿ>koRbP Z nhנ=X(ǙnXibaJ%~FM' ւU7kE!QΥ4"Sm3 `H'yEjʱğ)v=jL׺wz;Ud\PU bun7 |MxM˻Ο/7*n.w{ c,xUPP>$#_QQN!?[3WcÔ|> Kd%42_-g9w䰖.q#_26_N9◩|ž ;yai O1Mf&m>~ڴx&K2S`)>p\y@ߗoVl"ρ«6e%.V]%%I$I/x3:'o^9[.+B\ZEtNg9MeRU;{8"D?^GttYISꪺ@m֞]'DTԢI 'P8Ӫ_SSG/r^7}GƌkGȟ!d]5/oBr\6w# +endstream +endobj +977 0 obj +<< +/Filter /FlateDecode +/Length 10249 +/Length1 14200 +>> +stream +HVkTSW}$0H DQHHߨ +h-%PbmҢV[[RzAkժjk:S鏮,̬YvDWL99gwvξ`a%xL:#ۡ+XB?SVo/6k"2KیH-M/\Xm_} K,M &,^~ "yrS˒eӼ,lC?y}Bol4|}v7%C]B /nhk4'B;" Ri#7oF- t& Z[4bᡐz.-()#")TjVnOHa4%S,iV[VvݑwU0zLaS-)7~IM6|FY+}bޓ5ڝs{?s/~xG_ɵOo|~O?'׭X߅̆UkPxG.]3| +<4TмmxCvDӳ)hE +"^xtaY',L5ↆBlTe$e&{eG9a)) GG")g"jh%h@Xa8 G13B +,HEґLXaC;Eȇ #1 +1(D^0%(8L$La*a:1YJTs0O`D mtb9 +x }xpG$cq$)80qWpS\gq7q bc%,Y%-hEmhG_ <Dw26e3П +WE8Kgfdḇo5$d28KO>BKinSLXF{(gfQQnBB'eh:eI {TQ/CRaB B?;u*J>7usk.9. R& +{Dp$~(2jԪ(ȈpE\& +<`|{j{Y6U_EJP7&IUGdfW2l?V䯗ꍒ3OOEZ?LU*!X$SJW YeWͨ4gwwSLB}7$RklA +jS">sZbxwqo1ӂ$RD0V[,yn@P*5H㫪$%m8ẄY%Mcm3t9Cb@-"5K-%<*f%GpYl6[e+,ӎڤNm+R7 {LHW뉐0")fehE̕su%t-kú&^A NqA4z*2&Q'2$wzJ{p4~`)#QZfB,|uPIKwYVQdY]Ar*{w|pj OŸ,RxP0Ai˖Հ"PLE\Cq"s2ZG4\G+eTZȭ0U<7OΞ="h-inUUeч%~s$s.6s%b` :e]{<*Bы.QI1c*#&B4cm0h9DFTs΃suAm2* =,AL{z[dX|=0+U_Z/-{N"31,2>8s0e+[c4z8DJdA$r"ޙIr%/7QD's%;>֕+N6' eǔ縳 :P#-󣄉Ec2Ҍթѽiq*ў=2ZסsWg䥤 pwZ-Zfeٺ˶,[-#YlddYclnh`04P.IZZ7!mfd:L&P2}C3tBif2>vtf +WG];99g%eyٷ9.xOyR& !vB!Q㗭ک!N~FÍE dzT2!p:Ӹ wx~8@09m+-K&|4[Qmusg{v3: s}0snƏCQ>:q%zzv9S_*͞sb}Z:BޒmL~3WFwgg{geS#nlHHcCC4MB \ÖXLX&uߐQBQy.rD#j8 +x%3,ƈ1F8e6K̕]GөN䌋E(As*q5/*r5Z9a*{<??܎'_1۳+qs2+ tw\MyʲOp틨 ȭHn!#`)m1p p +0*.!$ +oJȩFp@Pͮ%ו|(T6 xt6LYZ3^j隭1wPr Mn2 ?): +s[!fɑ腵YqdyB4=ѳW+mg^@nWPU|vC֊S+Qla9EЀ (X"z}d~?'h Q3>gbkLt" +? ֏]ivյG\ 6,,KH?5X荅&J +@M +uy}\PpO31JnH%w[MgLx梺MH5i6ח>ںzenKq!{⋕|.=g.fԕ#{&D]n>:4z_ŻF^۵5'g(\{<#=!ƖK)ph1mQSY8ζMCo?βA +hy*{jz 13> :\V" dqشX7=K<5rYkWz7%/)+_ߵ2|gm%aB=I>!_rog|\NBUt|:j3Ŭ(mQMmb$T,yыQ]ۃBJ_׫*WJ +A׾WDӱ[ #k"RR$ᷱ.Ȁ~ (`$_Zt4]'͒Z̗%X)lPt+L4:ΎeݷzTg +vZ jY7!sS2H"T5#YV;Ȉ{ *UTpdՂ7ੲzQpbh+CөN\BNzu;7n7dbṆш|_}Mtΐ|INwf Ho>fX+=HzʾxqWY^ j +BG92-zʋmw=H/vBbD"S+{'2&GIC,:{7)֦8ŒAjs8$N›+@9TW p zap[yiQbeFv +Zw#9i(rh{{3]daT;FP|o(+K +cR:78ggWFP!n3nHÆZ0b,͑Hz#( @7gOэW1Nu8v#Dӥz#a6H"?DG#7,R D0_B˜HޝصmU=1ŜcmGԂA+T@޿)E6AD.x ?"M&첻L{~ryzw C.|KR8f5w P}a?ЕO4wQ:Em`h3m m!T1 Ym'! 57̍.V[Wm*vXN5?E5aIM~ \]wcjf3f|~lPl[c?ᅧnN:hO'K2;}4:>ߗ>;OYĒIXZאs`Ï#@&Fk 씉;jd4XEiwwĐ +^Zک?]0NXg2̘FItC\#m1^78 +_:|uon`,яCkݞ0O:ɈTi4;ȇjiռ8 SQ+Vl[H mυw밮G 1RjzR)9*Rg[1Tc Y4&CkIw;j O I3pZmBX8 W g[Ly47zWi̱ҔQE{ϓ gIMLVh +mw +y(e7 f%Гn%jߔP +8V6LqZ_8l`{,4S;3Q;ScqJ9?2%9g5f|&aCBvQGw( +^2s_ؤЌ"$%Z95X-G$ɣkzXЧZC p2ɴ:jiDU:՛O-} L`x?uEsx:t44;$TdՉ϶X_;C)>d0ً4!p6ҊuE&-/ӐyXx6R 0<t)wJso>h .>H`4"Wy ߾Կ坅q|Ӱ}.P3G~ٕ2mzsŎ46CBbI$,CY:Р$mYˤP U/v2 Mhm?4uIPM&MhM4i3{c'OC/-PLEU2X1S4)@048*%抪Pi%sU,AjHiY CsJzz9zm]yt;NͩWh˗X*g>eW8YWZ{k^k0Ɉ>{Gp亥3v+;T lR.gvhnQxᾀ0C~fM xM)§)^aFFp^ R98d=t&cȬ"6 V3EF$>.GEHBaNgkf[MTu3(]g17[{_%, Md\JAl;ٕ/EŨd#3: +NڑΨb>U)AΊyŁQ  (T06[,a+x!_B\Cp[k'bl2koV*EPJn ֣ˢ/NPÍ!-]H2IUJEhEȬEAI{ +|QSAKz1G܆ҥe!Tɧчs&ef56(ƴ/CKPR)erbc>-pj}4@sX贅1)Yt_{@-v':ԹF%5J/4-24Vc()͌DfJUtFb c59Y *4;0bY) <^@6ҁSUz%=E",g^ +ix~$hH;&3/N)- }׭[rrlhь/Z$V%n_,g;Wh{$M'%DB[H܅˼AxhPAf^GfNxGf%38tD7 iDš ] X 4FFdcȕ"rQAtQd މ}N%GGoD+q q 0]k%w~p#`O5KkT! +4xOA!` +jNB@' }-2v e#"{?7xOE~[35j>g/yś&dgzIOQ5jQXvGl*PfJ)P +9Ƃ;e>oWLL-&WhS'4| +T/9&]1Sg޿jWWKnrst6I.z@i:_;!`Fݎ\Xc@Y.'!R_a0P9 o#[3< {̭G <ucymTG.;k]6WfMOVtNTVxxTR.*"\t +u 5 +E>[-(R8GװնMɐc*OpHPF1Z3➜_.W.ϬS>*q^ : nfbaqZ8͏sˆvtFO~Kxin$8 +6mL H3KjO]v5o4 +wjgsֺUs7h+ō?9={U.\-\ w*B7xTv2C7"%K%z.G+m˼JgC'už*"ǂYUꅲ]uhkHugm`\U ?YdWfY Z|b+ոKE+ +rt$0<Ғ]B&ԚIɜԜ2 ruJbWZ U+_-- {YWUvߚ)2ҶթPreQIY5k扎MG56bH[>-HP#Y{~|K_ CHq႕סdk8Gs,4׼0N2Lr]oR4 ҧH('fpN˜ԅ$a"mtzJb\ x*o~Df;L .})\q?_ƴ6nZc|PT0DLGҰqlO)Һx +9*?l5@X7ROR_&Q+OcL̥/bޮ+DmaϮ ,BIц:U6#"b <$z<)LQ'S#͸&pCc,1o18Ę%9K/k0Y|fx EδIe/iɵz1>a9 mk6>нKq7<< +XèдAynDq7!al#Spi&r`|>EhVvศ yδM.E?恰 VMMFLQ^ܾDcq., G2u eE F=+g\plٖAnsnG>((^Q5-`: 8FB98:J>+dP)KX]_O20Q˩~3b@MAlaװdq\L&OŅ։ +*jK)ZAtSSR)U-j0l2AY)KV)h:YKOɶ@x߮Aѝ; +"7tl I; kqa pcF)Ll&[G/RI&ށ16z6!Y\펼6ޘoS҅޴\6?|]Ne +endstream +endobj +978 0 obj +<< +/BaseFont /EYOAPA+Wingdings-Regular +/CIDSystemInfo 1291 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1292 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +979 0 obj +<< +/Filter /FlateDecode +/Length 2401 +/Subtype /Type1C +>> +stream +H|TyPgfntu08@95J!2(0R!0 00p: PUD k<kuˬU*oVmj]^7Y[a8/. u Q+Uקﵤx3)k +Gǿ-hq֔fT Wx/n{̍_9sz +^HUt:.K3ZPk,xe&Pf%)|LT +Պ>KHSU{O+^ X|xɳ`&!fīӲJEtOP0\xFa-ða+ql=XmVXEaۊA1UehuuxxK|N'YyFl[hj~{N"[4*1@ΤyYGSobq!cw:;!+3eG&mSY%rg<g<2ݾV?B +$59a/`QjuƼÅl>3;L|>;wl&-+)+{)Ԩnd@Y5l2~m:\jL +PPGy2Tz*91@+fY>4:a:<11*G1> +stream +Hbd`ab`ddvtw ,LL (uIf!CG> +Y~Bs!&F[ϝ 3J --t@ 4Q0200& +)I +% +yEE%)z +99 +`#RS@(d+fd)$%3RSJSRsA2H4> +stream +H|TkPWe >*f*"* JKQZQ!G + $ j"8+Uk+(g*T:=+g7;gws☣N\תazݤBlRJor"#Ci4pc^5up9RnONསL2>l.Z#R FaJ*g'$^/}oG ZF*)7UjaJеS&4DdIE7P%FhkyKR ^-Ťccqdb<, ±,&[`%XExF%[^/~vu߇gS~Q"BR4iz(lZvK;TROjx0}oxFNjOn'Ԝpn~|ٝCWw(/mU{= +-dBwl[͵%G 9u2 l'E˒{8&vC٠/Lwľ و}12$ n?VԻU&, ?u-Ȋ2yv\2ւ )E?*%ɺc{{Hxچ@8cEMI5hN !Cy jTqO) C-0VfFo fV G"֌ Oi>n +f&p +Ĺ㦭e܁FjXYA^& Wv>ANuZz +E1ݖp d uL /+9ƦבS0=< 1syutm/̛C>9> +stream +H|QiPg%(ۥ4[Gň1R(xkf,`F ( jC@H=FūB*h:ĊGÙ~?<|ϒ< IR0~aS + tsq)b6tNE#%\Ģ[~9 +hRA[)! ;m_Z9yБ##;#5MWՊ1KQmbB\uŚg4D1f%aFj$$lєcxmFg0gX牖`M"g:>61#0X̵,ͳ!ĂF1J4D_?1F 'tD,G tb'f=qb*ry eʪ(#K$erR +ܨEcaY:A:eX1%a;;ԉhzO~8o@k +z<*kI60Jזw"f$bCdsobyVfLnL|Rᑼ~m՛b:'k'/COH9^1jCo?;PsR'jt4Q6~p9'p)J`dP'h@AH4oÁǪwa< '/eF?Ԗg>hEhxz1lk]aM@ <94'f N+Օ> +stream +H|OHaƿowgFsY5M ?f  V.mHufuȝYf&[AkQ`zaIE]*]KײַfK.yxB㦣R޶,iMSŤNjXN*:$]&I6$v8*$CD)/h$`?Qd2mDPNE\Q(&Kz39=YHB"TBoh3 VZ~c[[%5SNΰ0G_4wf)<8{e*3$ͬw&ꐏLC^7MmlH.wcy%5PnPya:HnhLA$ikOi;h Aͅ+D9xC?9H9[e}%` ׁw[u~Y*ǟkھ63|psoiy~% w.&=awʹLyd%Vфm-U4g~2 aou[l{V? | +endstream +endobj +984 0 obj +[978 0 R] +endobj +985 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +986 0 obj +<< +/Filter /FlateDecode +/Length 236 +>> +stream +H\j0 ~ +Cvhv,8(!o?-L` $Oݹ >|h{0EpAp{U;$$d0F5L^\p/Nd3 +<ͤdc_Zoflt$cLPhт~hOon0oCB?=sR +٨Zq*佧UaЮDޣ*v|RLTyW\yq +endstream +endobj +987 0 obj +<< +/Filter /FlateDecode +/Length 13731 +/Length1 21179 +>> +stream +HVkTT}( Hp!82q^1SL5Uk$ƦM&`&ƨiL&ijmMZ5tϨY]ӻ{g}wh<UkcRsﺖno֗>@逜ٲrmAξ Wkug!0r:ڼyp|0?eO^޿ܿ9wxz*`WAa@u ,vv%;oz{y-xﲶ^㧹@Rlۭ*2^LL_Po 10X λO4o8AQ F9`Tа1cEDF{bS''$&MJN&S32sLVԲKJ(+9rvUvN\aOr*_ޖ.ZݵZn~^Yid{`䢹K;(\,𯮳 ŷ@n:!RbD?@q1M>`ČLϋO-}Y$wyP8xlNH4ҨI ]8-\E,{]IUҔ|8 S8q?3!~gq?sx:~)^8$^Ne`54~7&-8_\Ļ5%Xw=>_W)&0G7֑[;>gX5c{Hh3%5Pͣ4HZ@TMJ4(h4(Lmg/ffl 3,C*RSQ-^ZLKQ7JShR!呃 +ON 'Q1S ͤR$;P:eQ*eSV~fϖcڸ]UXm'Nyu U> 崝6t?iZIlo޳5ۂ=f-X!Tn _ⰼI>"/ym>̒=O23v031'71?c0Uyçѵ3Ӎzzd=6JY'f*+(겳Y n9L)Kd A*}qB3D8IRX <^4!_*ޢa:DݴGM~0}H_c1O.|^a~٣{wC8}8ƍ 4:pTd4Ȓ(XNey@lc\ku#r=!lӅd?j֡jGIהR۪*TJQcm(,1*AWJ;tc|WG)hoƭv +ϝٽ^а\uasev*ETܤ٬%.1dJP9Kal%ë׭EQ/gxϫJJ_W,xTSOo\ó=pj9jx<֐Y#y#ID+f븹v֢#`kֹFjF>7Lf-K >ETO~/*$SD]S?T1=7sF8`vZk3R:)Dp]]8 6pA; th7ʸҞ&n&0 [ƸD]66;*]i՜٫gP츅Fg`l/VJ\ewAgWfv˪KKk:W5gg՛ږ N'1NwU)z8uOG0@C<<ل$Oe)ZztBX?[ +⦍ B_Tt@ۛ;~kcVfh}HI2u: `gggGa?wseG۫k-__^8nޥEU (lJg!K·I&m$H/O/}I#L?ȜDC"D.B1դ%"rpH?bup)vbX0aƝtGQ%7j G"UЎkDZrGyzw޲~cˎ왿KuWolSuh热C4=b_6&G-I*=Mk[zݨ)N`NO͎<lz$C <ݽl۪~ҳ@O*w/;i$%06dȂ:}z@7Ӈ5'e>"7jOY|J\sdQNn1tݏK*-$E#Pp.`:ὦP!hBLDQs)*(rQՙ!(yL4l33F+ZKd+x RNC'ARJ[ݽ֊W> ZCg:u(KB%.#c=>oW#1c;q|6!@Hh(QBT<5m (:`(m2cm7Zn.PUQUiRsм"s}}彵c-kdž1" ; G!HBA8綰ۙh\8g5eZIK/-) @?4&3O(YՎUw-<% K"G)~Rj(Gƶ;lyV]()@-PޤI†4kF'P݄(&Q@ݑ+86C%!3zcnHafV+ fwg Z1 n1dR#SSiB0hӎ 4jݏDuW<[_1}>^s_*ٙ|$\xbWZ?zoiߪ+=fedyuJEn<9xxnjM?墂znz7R‰t +"%<0Ɣ(|k@]ˣʢIl R4@݈ԎÅyf~#^񳝏m.}nXsf$\*[w^5Bs\1}ȗ; ,D oN !Xc`$DxJR[/+@DRRXzP)d,%"Qɸ`T,*; l'ۯD6!T1~z5}hx*/(vg׋]m9ԥJ(~;|* 1rBU.#VKuQC˱:A!YYLXFcR6$a5ظi> p4hNE<_qN\: Gss9my2\o4!iVvD'>qǸ,?h5kTMI~xsCegyG&)Z2.'3*7)e-\ȑ ۑ+4ߓ{M* lP`h*`3IJ$e( +Y )+D2bO>dT/.M[tjg:fD-ׇgT+G {]D {(^2+J*2"U|S_MUc~,^<5e24ޔg5YKr\ p~:IAk9(IJ.6ow.r ydiCqfhe8~?GR݃'pxv]qr6nv!|D_?,2M%sxntrhWar0d05Y4qW,fg_`/z6!C4sF.ނB^?9Q(H܅g_Zf^%ח/Ыgb龼:骊=LI?lA/%O􀌡F(VC윍XN`#葾#$L"sD[e̮P]Ox]BUz1̤4o3"L6qKzbIr5벧棎*Wƕr9 1I#bYSPS'$c32j{n;g!S<`?xNS8Ijw?xEli8/&_c6rS>j 4cיzQ'D|XXMiRn 4sNuel!b`tĊfABF[R-vuI2WSe~zI”OZK!ޥQ#㍳PJ y4v!W@eN,qR3Սs݁$EJ)N& `7{?xRp )ÿ& ԊڽۃWAtF EB9Eu0 ^PSV38&1^?~"JN:2xuض$ƃ 3^H6-Չʹ}lt>n2ӒSV굍-^/J{ržרH,&-"3*bB_=w+;~Ʊĉc dQhZ! I4@PRt?R]V:҆VF4UѮlҦivM"J99#$d%5.frp !o3l=^Ƀ Tԕ.6~r72c'Û6>47qnז[2oD 2^~ dztӳߗ`sB y.igY׼V۰qnػ*Fmɦ=Sd$+^, yRT5RpaIY )jͬ.Z5 )C xoə]% ZW2{33G>KG>lwXK m| Nis:}/'.!f;Ry)D H9(~b4 +ĢgWY z8CЫk<ܘ3gJ꬛{,7/u.3=nrC?^{*% :7)/Dh]RD zQ! +鰚 eQbh6RD)\Cw0荺.q ,/sgʜ4mU!z/wXӜӒIĒ۽md~淢Noc0D.\8fkiLa=M -eG[^3;=iIrvgz_C.`G %l$PBDkB\"n$'2*$XWi~{6K]g>_ޓ.ސ*ͪ3]} +å{4WrG3GI %Qթ0Ba-ԫDYL\v5h]qF"Xɀ + -eO Ar 0Y%%IPhT3LkM /WׯU(XKm"cJcdHۭ Sd޵Jpb'&6 +qZh['VrDy<NM,H-5i pBXaj%4?HMM,ef`rCO +P 9U,û☸BdxM$ +|B@BpBEN頀D؇S;?!.W(|l| *sPSY VRd⋉;L>*TmKrص`)d +%`H 4a(#){ˑ*g + _ @!5083% =7Wo] h7%w.|fcM{]˽Ns-{N*Yho ?vZjYщt 2,Qe)/x ?dGOϱP3k#7("B} \i8:TV6TmyɖzmlijеhJM+(ZٖW>ǡ#T*d6"MRN(E=8*,Y $_0*'@&̓aPI*M>>nH +0Ch݌ocN)̭P{aVAG7\۳p/hznS]G,1]._р'/8{v/HH&;|K< !$$$@^H$!R!UεUmkVkS-]ݶ?:OznusvsݶOy}$(?p~w 4#PA*%6b3>TRB  (hnokAr$x'aŻ::0H(RIv7֪ _?]vpКAk܉D/\Y57tf u6{߉mZXbj8=3/E#?ckUC԰h&.(+iUXJXMD :=Pj#e.p-J+-ZULa.tH# ń ԚP~\˟)g񮲍!{tA]މKmWs`OZAekOTQI,y@9-U@8JW&-p:G֔UA)XůRB>v-Ak"qNH7Fy"nyHpy%f %#}J&[L .Gc:d]  +mXŎcM^};zsbɪ c-;o_`Htrg?[2w;y}lݞ#]#ktpKoHΤ5jJQKyHƚ%WTt ϛ!]TeZ(nHbNs*"[ZB 0YeN5@ڍ)UR?,s9h0ӄ4 +"n1eYvXlLg^|Ak"ˬzWu?jPODCqN]V +TҔ Y0H*]RxEGiut_lJ7&Y˓:ev6{=KW}2cNޡ!Ai +%`3D R>n1gy|!AnIZkK̋?YHQG+}opQrasN[*huDVA~LȠet:o(M~Qf'#cbu)X K v+Soߟ[dCǯgGnܣϑ~D #7PBqf$3 nj*ӂ%wl|^G'|s y5:5(vkxUvlrP/:.u+hBxݝ"*jjV;!-LQ)0uҧXo`Bl* E [pنr/|f$̞ՙXu>^XuO)w=|crP\$Tb JKcJ!HhYMK5 X;w76.Xy{)f_;޾*ܢMQI +0S;NXp.0M.aX8p(0#?Lϙ_^ׯ|ͽëOTL|q7gxfwf~t5fN1$S + U<੼~p+ *Y@L*/2 vP*)ZT"(Ф /:!wym5ݩRņce2yT…Gh:-WeN2\ލ}{h37h dF-?u-T/o|Iy%`k +2@]P0 ZK\G|qqCN"v"[<m1q Yg K.ց b;omUMw!?η^Q噓cw'ơ lL嫒ؓKۨfTP@ME+ʈ7xV1f! SXIᖖBw`3^:L8tpjZmE?̓ +7C2<9ynfԪU`$9F,藉[UJ'o-6* PCHUn+ WHRʈINو4eg,R7ip%!{Gw嘺_߲i) e=knnW+zdE:CgW/늟xq>l'qL8&|y!dE6(): +vCC !D!MPMUelB[( +&D'}NUg&ι{˵Vq^/-g2Jqu U-+,k6PP"x1?u2 + sPԦ|[jOg$0wWV0p|PDMpޞTRehܶO`~#zOK;H n1OqRx|ł7="߂:&/[jYX۲Q;d+m^+s))^8X?*x +vzzcnˤAIvN}pXl5Ŵ8h(3֠@ (>llEH`R:ДiCs3VP!TZg D8gkDZK6x|[<]?VZVژ^|ՍՕ 5lHXY;0q(sUMMW•ʤ_4ksL|Rv'`c\,vRpWVx\b]4@d\s,Jvz!(DUDպF+˯Iw3k, (_wN%GJ뭂)|$DXǁըmo'k(掉+Rrc]NJGȘ(QB,q "vYxgl^ovTEq> + vNBm)l74&{|k] +:mqktm]M*V-$t LSQskw6-(mo9[82:Jɑ!-/!FKb!#sfGp1bxb7Yh"(fUZ,32n1ZY:` 3c7qEr\!zMbÿ0 ɯZGJQ_^ºۢɿmM|sঊ]ǯgo j6Z~lPx[#}0pTSf20Uh]k;u^Pжy9)̥0z$@ʜ+7W>F{8wGZo}W+\@xR`XIqԂ|ň )ۡSY@LMqlo-qfa_ lIW]SY3Y{wf+TjՒ*fY$`͒5aRA7V]f\EN-fnc6{ ؇ Q(LHo]yIЗ [۔M=9;q0!)5p}b\l)f|=9Kh#!&2%ZF0JC@\,t1ރ(c: pq9/r9f ZoxLAPTF P0N6\#'܂ 5 a8RR^Ĩ4v_*v>Z^a>>7Ȕ9,0e_}Z.d@˅ _Jӹ 5*b=C&4o vc=OgAΣ&<2G\~ +χL|B]Q!Y b@+brr;꺞뚾 (Sעll[d)>5;埔]ޞe;3Dh!h9]ூC<' =Ao":&ƏmAPkS>pYOߤo[iK_D˨b8LdlEuDy4NxsHS>7\)ˬH&vg/CxS> +endobj +989 0 obj +<< +/Filter /FlateDecode +/Length 3523 +/Subtype /Type1C +>> +stream +H|U{Pi!$(8(J!<x + `x誼$ȹSx x*֩EثpwU7׿`8/ =K_UDu+ ( 9;O%"H;`68m.7Mۗzut +g͚5t9Eac4Y64;YyULv5hυXhiWiy{&ӫS4Yj}jOLW6ZoXuvjE7%Yj VѰM*a=ͷpl9İakqL!TB,ہax-]LEaz +*:/8 ? 7ODP4Eą)mlG9=grn;]]y.%UyvKP%*f* 8FIE@,"*|%!fy@LpCVIKQx#oq pRg[?Q x?$ `E1y]Yݻښ{Ź JN/#QGA(H|a mcfkZX]d1pfۛ8MP +;bFR!9,#*D$ktOT`~@lGK/3-GbmAGƬT*{p1Ű0a]&W( ; 8XIJw=C61 \ܽ匒**2bz95]B~1<<詑"߉O9|(\p[I.o.㎹qßh #Jr]FgM>i2C,1,YM@ + /29kp}X gyDft"Yt~H +Ig2qѓQOLhѰZxbvrURDJ$f}Me$( +B2zEh a3얉mhN {t}>-.z\5˚MC\ bQݙHK($-? +oז.'773bD+ Oe +P$FAdP+Q^7N]2T?xZu<}:ڿt#_`'u*CeZa"'8:F(PW|Kjԃ!A*~NU͹&_UJx0܅\MKG*4No=zEH+$>sM)[Klt dB0g DwgGoU,Dig3Ӓ*Y*h83f@3MͰeMfW%}H@uƒՂQpd&+ +endstream +endobj +990 0 obj +<< +/Filter /FlateDecode +/Length 1640 +/Subtype /Type1C +>> +stream +H|S}PgͲoU0dZ Q zk!@ZHHР$LH9B0 \ZлDk eH{Q[ltN[T{C3敟wnWp B h :w1 !!P@ ι'y}3$X7;jaaHf_ށ86ZX} =<}23+tU4d 5tXp'@v 4 ^iŀ~ A?2]ԙdI1=1Ins`%nFYP!=gb\00ݏ ]mlu zcWᚼA 6*ĪfCio\ 3sC=\/zurt04yءAs{6'Dv׵}{ԻP|jOhû4G՝t\{t] iHӈą@tW eim(%= GC[IX{2W496 +f_RD7WL"cD q'78&P46b5{ȄUoFXHՌ&q<~VI{d֜"9i|Yoi^j#Q n * +B/}}CQsT#9O594Udi +G#⃕R!WE IV]*հYûס}Wc:_nFu|zz/b@,v_-3'{5\{ Isﷵ<''G(g Y 9h)71 q+:4]3~Y5ވIV2 a HL蹗zˣEt7{+D}gjAugk8~;= фƬuÅujyYF.>k&4?GA. ?ML?{vR 1܃埔JԧV5o_; UPצnB\²#YS:.q"i5Q9p$,CFBi)PT,)t 5 [6IE ~HvOZDQ|MDH)ʉZ#1DL\ Z KeB=J%Ԯ~G&9 +endstream +endobj +991 0 obj +<< +/Filter /FlateDecode +/Length 3730 +/Subtype /Type1C +>> +stream +H|TyPfl#m#Nk"A * +"D]Aant΍]9"i +*x +ApY./v׊Y_&aJ}U^}wc&swa:Tᧉt2<3P[a&8rCL6\/sss7J)^8%]Jyx2*^фj +Gd| +"^Q+5F/rZRj䡢3\-(r&T +=RPru\ĒFZV4CKE(a1 ZZtcñJ +Byp`1lư9b-DZ -Űe,֛aX0Gɘ/`YX1515I21HVH.4d״ %q&t_fg{16wھi,h EKG\{N?:`GZ0^r~$TH1M3h-&.Fet7uHI1ސQ[ +[炓3WnIdXyց^T*M܁/QT\[/ŧ.v_V"m +N+_U2%-nޏmy*ϐ_qϿh\7Qp/ve7UKү|`j"حEc1]x_H9(,o' h@RT&C +_{LRNUe(JL c^6#Ű9U!"ph C _I7Gr)d·we秚!+z>7뛿ds/֖e88YS٪rt n=u fVRd>} +.tYw\F bLQU]nXӠ\-ۼ+x5G Lߵ C{ApcY;g!_6#T%kdH2SƫڠW$RD +At!!#W–D?d67Ugoeي찜ZN([dUn.1GT,Za3?߁S/tNn?ݙEJd'pvHNt߶=CŘ'9y> ߗ57͏FD?h&ė;!o²|F TmY`g%p&]%=CpNwӠ$'\WUJ# HDؤx3@'kґ`?9eY{}D7İ tme>`sw $뀫/' .^b4&(*| +~z8P~ȇʹy}6:>Cy'(,Sy-u1w=t[LֹjejEoDR]$a{M_y1 νo@Mޡbf٭M5I_\蚋{vndl5mD*}d8m^pQQFCCqt+%Na" 6 O%LVW 0NQt<ZH\WO\(}̆0>Yy#s]Y뗹L>vj+'Xе)ǹ<ﭞ:š8d=15]$+c;X[挌'wX=; o&7nfǻacu +H +Z P" 5>"H@A^"!CDWۺvq2?_;skƆ8#kyx=5F*N Zʛ +-& +}7?z/-+e,i$]BŁA(¢@:Ɗ3HvP`MF%թF.lgs +ibDCy*5,J`[hEhUGe& +RstݰZeC'Z>y;[nQ0!z8+B";'Gֺ3q"?D:eHKeG)r$R?qԴNʨ3Uu`1G +n_SgkM$4uۓ\M4rbڪ@F 5=`m^`֢ޜ_g/@681s}ϧf +i)g$#I/p^:I~g.;:яc6]"[S YL^)8 B(ڼhuRO!_І.hdnP]M ې[mJt^qƉA{INZutT;ѣ X>a=DcB<,m4&kswI:"e*5Tw}bYעNz%֧u'BVtWucbyM )lLRESW8_s#DAКe1EMcO/Psa ŽI͂J&{ xCA~_}4UeMX1e +q~>H?]$N|7$!k0viqkqy1QC+pѕV;|y$Ԑ1K!z-&z3|)e-+뼠3doݕJ: vɳڜ=ӶRY?r +ozO9Z9.rJwf1٧Zƺ'laM92qJX6+sj__.9 E=Τ+20tjuq,EM=x$q45t([J/B +i8ěTKPu +r{BZbJg`x._J:Eއ||8z~|;H'"a-F} U.7\wAWHDCOmP"r +E>mF>DzYGr+pd<4DRO&LFY;:}WuK}xB܇O8"EX&/,MFXyy0l9,!W/ +Xn&s+E.ET-iB^o&+Y]{TCrX >*3BP3: ` a \4٥;Uq6+yAC5<x sZk_%K{ + +endstream +endobj +992 0 obj +[988 0 R] +endobj +993 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +994 0 obj +<< +/Filter /FlateDecode +/Length 368 +>> +stream +H\n E +"H$R&}i?qj; }g5SM~4GM4~T|9Qos K>T ̢/`@ +endstream +endobj +995 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +996 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +997 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/A/D/N/R/T/U/a/b/c/e/h/m/nine/o/one/p/r/space/t/two/v/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 1295 0 R +/FontName /ANMBOS+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +998 0 obj +<< +/Filter /FlateDecode +/Length 302 +>> +stream +H\n0 y +Cz8Cc{HLi(~NRu"Oskf١QpoN" xՆ(-r-ܭǩ5̄AŻ6OjpS费mw7kpB!#%zk?!k_w\-ByjF +Kt"ąNШLa({DYFC !!9,"!N2h2qI\> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1001 0 obj +<< +/Filter /FlateDecode +/Length 342 +>> +stream +H\j0 l/JNM!JB.v` .8I/ ?_ҏ䨪Og40ˮw64ރy[DJۛqZfh0Yu( +}4EnvVDoBMnf+ f˲:Lva}?/;S|.d6cF o @1R\gݧ{v HIǸ!W&#M0')s߯&'M1gȊ(ʣXH8<*gΉ5&+ȳ:1ٿ"Œ )4TKM~4TWkVsNh}lh*E`o +endstream +endobj +1002 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1003 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1004 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +1005 0 obj +<< +/Filter /FlateDecode +/Length 9275 +/Length1 13030 +>> +stream +HVkTSW}$0p!EQZKXZZZV^ZjEkڪԩ3kڙ叙55kNjiss>g} J6uFC$^2mV)%mf@'YFcN{(&w.khJ!esS d/x{_ɧ/}v_r~ϲźkVvƎ#xx U̵M]Q<[-\*Z ^khݻoρx@&Y"phb>6S }<(՘?J ^eaN`ؽl +t +(BpY5"ȣ:I+Q0"1bx $@\HHA*Ґ@& r 'HB>Fc +P"Q bc&b&c +00嘁 +,F%P9'0O>& Oc9 +؃x]A{8#я1'p!N # >E|_S\e|qWq _:nKWXK~%XJJZЊ:Ўݍ`gx +xFmfSC+\Fq$foG|M:Eq<#T iLNN2a)EF5R~̣EyTFUJ +( N1(E7kA +r![B q~ʯW񕼑W+-&Y2fTJ]St|?޺;$O) :(m¦Z5@ȼ\3ce^ 0Nvz%oD y@d-YvArƁ\jWUɢ!L4˜Ӣ6sIX]9Њfs?z$9X>}Ôl!AoMm+Ҥ +xUR1$C?{+[t٬sf׾="lTܦ(:L`J=TL71֦1,6(-+S,%(<8٦0iRSC"8£rNم\" +KآN1UBx*FgƱǯ8<Iy?fMI۴k[J([۱n6VBBNj'D; Ā +?c? `);e9~_Kɵ5e?e9ɜrMN;& SQ3 ŐtSg@n$Lc YڞRix00X52Hkg3p +pBYM.&kldɂ8{jhwhh[He{i7>"U.1xңYZW/|rޟ|g9t?뉚yɅrm΀4ԦX{;z pt"4EDombA7FDV|"K`A~1m-hIs2,ճe" `B^c4(2C`etZDi;7RJs$Z_b7Ul|_/fhvH6{{Rh)l>+}?A?pR۬n680PmF`i+0ZT!$:~2gSWr KpAI/SW3Tz !;oˉ‫Lh?dz1@HZm/[AFbw<0~Xm.%Kա1p -?Shu8: +]T!*R0YPXr 7ƈ)|;S>9MwۮWףBc-.mtzBT9jNT9™əHJKZ!qcJw`)rƍ;SD(F&;g#eB`lS#~LX=-ӚXZ_iCe3v-</S֎/M?{D^ӱ.{棍 {~?>6^+v/νױߜqջ-z{u1 JŜlFAh5iد C"iNFXROɫS9[zAb֦SK1kU[jWvk7(|!A&Z7muW־u3c7Oiߺ "'Բ$/ԙhTw/K򦭂̵Cn-BM!]41ń.3M>V``TX>]ؔNVd¸(녧 _τ@>ʥU,./ɶ-β{ DHpN\-{4&mln*Լ_-$ZNihºU|ֺ504"C˴: +(n>MVajΉDwY^|g~>lgˌ9XUV'{ǺR\|wltҴHN['#U%X(צv:,P`y܏ksj )Zo!Fm.ض:oۉ:;>>qbwuu$&](iui` :VR6 C}&l{aB Q!4xusӕe)24Vbb@-CPQMgi5A95ȫ(oZ0wRa0QZ(y ﶎWsZ.7*5׾t=u"uz$`0t:͝tlƼhIoC4v&* 'k(RVSlJ4;t6]Š HWB<%rqy1l ˈT` +)*U&m5LFKA)KZ2|+at^u(G2dczw7nO&rNqTᆍ7ݒ {~x4UYtr Hm8 ^"i Rh-QgDAA)eV +VIո7ns+SG52u2ph|^1ڝkf٥Uk3;nbБO>~G =6 #˚G{P\8chc,nWy:E)n6.MG$S&$a ?[LzF yj3OC҄%=siJN+񲖿ԚyX=U?(:vzT=p1 Vv2zkW`V8:oSoL7|M*/:75rM9tdǷJ nRڽGhGgj˼&, VS0Y3{fpQ9st>pmjf~k򯋫pqOFi+0,glA4mƻjbU|F J{WX+A3omfy![￱zxonc.J13^YCF(q!-E@FECv8qJ`F~p*- wڨm?Iw%h2MXD`V[yṴ;MNB-9GVN=#~7jkipZtոU?U[(!Cq) (' +!jnwI&<s_54϶Tz_;OV<fMmېl҆嚧i_943Ci Oޔ?vMm7;hlOʛ]XҎL/_m{‰mg#5cZ{*ָ*]fx1<ٹ.:7[W`Y=3}f}3/nZؖhrM-6 /bo.NC%Ljõ)32`6BG!}B!E*XH +\Gк#©¥4`, +t|Z6Y4$OTR\.u˕ǒmm>p wA2݌71& \w&R6 `:2IWZW}l[W}=8~w&N8s':K$ SakX3vSvl!Dmn*UǀNjaEe4ULB8BÓ{{}s4WBF`!+YkV^Z~3\;_:M55~78W<~?k8ɝ4^~o~SWS=ˇK;RъvF]A`&`4Q΀MhrbH=H tpR esMcXpm;S|]=P08|δtt[l悕YI'&@{5LƤj^nXTÝ$r[M8hOvٞ}[•5sL;(۔PtEa?DT QF?FnNGel.$H?Gl=ʙN.-:=}~qռ=>lT^=QwGB919'n4R>|f)DS +e2ɮŨe0nH +]`$Vc҂fE4jcI\+@8!b5^ t:5!!`(qOcvwv=F0F>hk}$ 7b_6>vukMy@m">&ĖI吜Zq3jGnʹZah5jV2 +Ѧ nC"`@4hH5 Y$ŲrԪ?u}wZݽSN3ͯV}}ի_z>J+L$ +h6 ^ƌj1(VǮ&uGa4결&#Kh"$'{*P Xg$[KZ4"%KщY!!}4 gLY7+Z ó{޳ 0m?RQC{arTDmC֨ NkuP ^4ZЖYDN=Ag?: 8Qh5w)O&T~)E6E7o  Lx-=!`>]'e! b2.<(6Wv _W$,:3hDM8,rQ5j, QjGwPE%?TdT\o La߈d{ddG|)ƾ?g3n[&k`,6Ɖ%j;q$L$ hz̴G' SfcE9eY:AQÎ` Lꮙk) +ɀK)DL;_"X)њ XѡT4ZKik$ٗК{Ã#:-påzDU-.D1|q-@BJ~ d.jaQy :JGl) 㲊zVరKBS?+1]׭F" ѠM/NJOvϽCoI%*OxP|sXؼ_3y~']`Da&מHh-u Gw_*Th}뮊qy/;h, ] 3O"{]Th_0nA(V\ZB2 Z W.ӿ"piyx/PN!(C]~RuaQ9gB,N~XJ}U0z?P侄_aJ1`itrQQ4;:.SlAc?yV:=*;Y(Zb ++.sfa ̧WP֔`< @)8|Ƨ~8B!~Rh(LΣ΀N ":ɺQⱃ~@e (XE'0^ޓfX_}`{ =L+OwJu,+O!vUdX'>, 5gmUY&S`Fl=P g{ѓ?`wK2x〬M& yeUT%x&&AqCy 2SUxPZj|t/_: CQMm?B+:DH Ɓ( D h`|N88:,! q07m{7J̪+L05nF~2I5Orsy]x9S}3@tP 1Ps{@+=8W| +Pm #la=!~5'd!RǴ je\6:4ddD^Em!I;Df'<8Yf|oD~}:Ѯzlz:gvFNVff8 t`+(CE Bf,$;+^@5,vgPoz 1_9%Wʢ%U EYWX?iڻ4 +endstream +endobj +1006 0 obj +<< +/Filter /FlateDecode +/Length 1452 +/Subtype /Type1C +>> +stream +H|SkPWM +JXYe>'RE-؂ DQ".:"*XRX +$Q #تS{nOϙ3o]p$IzD MJV4>G~ +bH$quIn4񄳓awB@B5Z3-}0s8 QhR|ޠܤ"5:FlP*|Lnt)J]#sJ!]b)APnJepG?0Vq*5֪U$7I=VS4[6j :R._MdBJ$1$LM>BS "1ķ3yP@ +&  +LBVhs)7Ȍ^I>N3 PHR|Ƌw-4t{l}ŘB;^؁DGj.uZdPEc|GY;z +Au.\8t%tcybY1DiV-wݑ@|uc9\pyUum:ej'-=.%5Mdy7%T3kNamtYe]is&*hI6쌦-@ے~)Y4ׁ:H󠰱o]pw]W8(iou؈)&6.?/L%'fv*]-]Fq&V + ;al@Bh\~/ ģhD]{P+BX vFPp2P$*Wܽ?n-?n޵4[IGd &fF71IҫqqW0m5XQmH`6y aH =J@b"Ȇ^e̝ 8hp%" :BO+GkGd|&V'RbZ^R +ͻo9| ZʯxQ^7e]&3jp=r634tL,;E]g'(Qo_,d{Uހމ!io)q-mŒud>A@gDr %97vr_]s;QK'yyE ь:p~< Z{aW){ÏN߼spN[ +%8;730㓊E`,I| ±w/ň6_R;(dW\.`QWΖW,+qy{w뫋K$}G)mz.TL|o^ +k=^C)5#tAD6dXwt0p387EĆS5\^3_n-]ERObGSkNʼniP؆ҼEKj+y +L9`v `m.V2 +=j@a)JD?h@2 +v{2Fk4N5>4:{צ|62+@ ֽS +endstream +endobj +1007 0 obj +<< +/Filter /FlateDecode +/Length 5216 +/Subtype /Type1C +>> +stream +H|TyPg獵{afwǚEA4,#3(3&QWȌFDQĕU D_J^{w|& Adsc'5hctC¬n/%ihrIKzI0$)svqkh$C32%, C1vHn9G #zh!X@/暲i&!"=)ØafuÄT$&1c$ Y FA+S RQZ>Mk\,dt[KM?W tAf,$hu%[2g zӰᱳr3Ÿ> Hi$FDhbAL$@9K1U5IDyh"^d?2H~4􀊢2NNSvҊΉΑ*](N43(t+]]̼=LDIgovk,^cq'9RwDra&'Ʃp]3FsKL ?k~ݸ;OP kcZգ;Fpjz/E Fȩkʕ:Φ髽"3XU6&@uN˥(syaW;bɴ|TU>59Y$; tw?hl۪Svq2~p5_v T?AҠ7(8pA7!aq҇ +"`- lESmQ'm*0{DFyB6% [dNüxD^c!ƴ }T oP=ef^ٵwXlBF`?#Nf+UC^ڳǹCY70W 7T㛑^bLZH9\ye쌀 BӌE<$J'jrFb-bPlD'/}m$xSz14b7 +Dw{vWi*,I + %~pxѢ.sZjI0s|e,هoǧ:/+ ֯䏁45xg_UpGjJuF>8Ō  +;--2!z46\A8pp.5 +]O8!9ݾW]U݌AȐ=}g!DwA$ LׯJilP^kU>|3Ԕp5$_&W6?hj~IqCb|`g)sT[Ah.85qp~esƵ 8ď[@uUÚ0 +?ZH[-4بN3Hi[ꏜZqNIA/BX$CZ5%ūM$i㌟奭3(`{{*?/->3%\=fFw AG}%ؗþ}.w9)‡6y؋˔D#e f i;@:%11gVnV0[_[p7kYmVX-ǮQ_3ؽ`%'r 5{1j\a<~r| uBIv[Wk/Fzޝ_0(`]7Jm,&N }Jǝ|}_:Ѓ}$Kaft4PQ4k CnXVzr'pxV:!RiE*`2J@("Q a*DI9 8B -8Z"KCwNZwr}}o澁%d#4 +&8d +콻1n MߚFkVʹh遹loOPy2/fh>~3AF.,rBB$F 0M0ak "dh)['C4MF4!pұPﺹ RN Xg;\N@IwM`\p|#q*$o?q1so 9%g;F /U6jKg=ȆR#Ғ->ިcwŇJrh#"ۢ t?eakMP'f=jV# 3ǔn䝨i8RGQthv0g!47xu^](Rzs(ҸS_DeDxg;L@!+F5iaľ[H)u x/Ӵty +0m[4n~hՏ D u$j(B8^6 h4Knh׫ w3Q#B j9윭T8ajqe48"U4:e +6iiD/ -l,x 9X]9BQnhz&v\ٛ-qsO0kLB単M_79ߞ҉sCv EI֤ ^by<2Hť +%C=:vklF e{;R)43{XÙ}>"/ h2&-jVA H f|+<-_*\uHp^drL^&/aЁ}lhwAԲ>+Hg"U Ք\}~sJhv婤*᜶p6+T[?B}Cmb;7ۼF;.^U&fHAj8n-/u1^1MQ{[5w 61,&[\(qPPSl)B?,ad---ȊQ`,YԄB2>e׏v/{o&o99=yQv]'\WcCs)ikWV[2 J]!)%Q14ej-x8 suaK2 R |wQqZ>z S +b`NW яp@:MbhZgkkvdk7i-l8뻍e>[ +cV5w]1ݰ t="7vysr0Ne +b7 #xsx!_$=ÃCP1|?Y6ŲNt:&_~zWD|{]]p(<>Tբ5-6S_K&}W~^_4;2xkrrp%G1 K=@F(H8SfA|$2/X'1GFd B^A$ ſz/(0][H-[WѓEWQSr*,C(4 [~ kYAK* +vo+YPAfNM+3XoOP\]oxG4Fة~Kѹ*kȢnFX `s7!9 QoP>,sraZ, +Dq+ȌaNYl31FTCYq͠XMԃo٫V3 {)MR$'DڐDhnrLs'Jje5XOOE 0j8W֟3O*(̛3"]Bvf, c b-k6q!X + ѨTUs˃Wx8> +stream +H|V{Tϐ$0flf幈@@p_T@#Vt!!ֺ,-RTت "g}Uj-=ֵJ{'99̽;C$." |R㖭O(3kLsԄ#8GUS$?m'a oO" $R? c!cKȬ4&3v.\ar~2!iO*ʷrF)lKA|LN?"v: |^guy|:^4y:-oKrysgj <' N-ɂ|Q&hL;<.?(8.i]Y/ൺ ȓM%(V&JdA\]Q(Q]t@$J(0%[4qdD+"Cb1FPk05&M +DeW"Wk[~7< +ٞݞim{yx=>H\b"Wѭ$ oK`9Wlr +W C$RGWp*㿕S'! +arjak\~DZནC~92uqO 3C@21pLsWevdhSj8ru\5 d9 L +e5t)H %Z! @ m9 ZDWGEA i Q,W͖h4ΎIL̼s*9v`醝u0K 0ˡF + +-8(N)r!h/Q]z|t9*p[W4kntnFdS{O5=EӐr~`)ˁ?P}BS T9w񔅅YZ.U\]HԷU Vv V.(nWjtjN + #6L B#"9Z-Eq P̈́F.}/w6tM+4Z `v Oaqs933E,,}_Omk]%bG~Ma(pǭ$ݕE6SŌ+e<* 1S_`"b¬lu9U?t.Pxun9w^S}HvN5+ Ϊ8aǙTHQHGAp'=&h_+ZqL +~N9M Iǹ*TCwv,rYے5%U|99R5w(3ƬR%wԙZ]]4>Y|X.hcͶl^n}KՅ}jz.>"0(!X}LdUրޝ `17GJ]O%td}=i +2X!3w-Y؄7΋}?Ws8I]Ϧ)N!Ʉߪt)fw_ @Q/ C! b>C +$DmoI.C sH_9|^fkj6h$|?g_b ”cULY@TOp]͗o*A)$ 5w P4\tB}*uE>`d_=gްqkVBR 4/hE6n. +a ( fJr7Mcєg/_| %{Z$kkh+Z|ЧhxP#=܅p%jp~@$5_ݹvio}ꞕ !6*l_S&/YI a4RW wڪpt,Tb!SdP%@>6\ų4SIA7bPǡ Q6!`?xႻC +y<'/4:Pb:g< n?/ukZ^Ƣ_Yuv[5^Hc%~td)K5pm8V:u@#3UC x<;R>B{3AF aG\q;T0p'RdٱZ9=G+`$lͩTx&,<( ) kq=FBTfDEC@I&Gb:NO]DDDKqgu\K}~v_JUא}I滬_iBrc$fЏaҧ2iLLg^,,C920M/|a6yQ$~L; +'K8kA+x`-w4a#bbC LqHB +N3 mps~+i` +8; rÎIZ_.M\ZnHFbo5l+o?|gfq=8'5̥`"{sܢhʒU>9I&`GVI +(6dn< %v-6Xq.'1s5sўx/ZMsxA qՉ- <z ԋ=Cd!STidZRj5=8`@`&dH?m a^D}`Ȍ=k `Dga a 蘝[h'NGKw69C˟H'N hςqUdT +PQ >a aXќq sKr i-Uvɨ'l[ySE@kᗭi/]Nn{ݪ0S:!926OEChr:[rw1O`UdMb4|E`m+ڤ\ooWk˚S9 ^^oU[.,-h萟(S1y9bn&Ҥ?D$!IyPc,c`=6 ` {.j`("YO`3˘r "8˺31I`nR%>Fk +j>evq[j~^ҲCy!B"z3Cg$z={51\}1{a-n.]!* +{Q0D~p +N@`$;R#Q~N36z9Om+**64//C#49>i=~YrwY4iopؔNa*hQ[)ʆB%P,P)R[1 e]yy >=Ж{n1[=Ilp n@c$^Wah[&s9KeTci?VU3Lnm + mrڒ-+ʵ~6KㅹCAkM/Qu*4N,Fut Tb&'f&f.{8rpT׉4^x?[ڜ!9 Nv}rˋyY +8pb]NSP{bwb0e' f@e% +*=„): ۖiNB!fy~)ahyKX,EJD;]); Θ_g3~`p?, +endstream +endobj +1009 0 obj +[988 0 R] +endobj +1010 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1011 0 obj +[988 0 R] +endobj +1012 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1013 0 obj +<< +/Filter /FlateDecode +/Length 323 +>> +stream +H\͊0y9mBAb[=;ɔ.l@3$)sew?gzk> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1015 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +1016 0 obj +[988 0 R] +endobj +1017 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1018 0 obj +[988 0 R] +endobj +1019 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1020 0 obj +<< +/Filter /FlateDecode +/Length 368 +>> +stream +H\n E +"H$R&}i?qj; }g5SM~4GM4~T|9Qos K>T ̢/`@ +endstream +endobj +1021 0 obj +<< +/Filter /FlateDecode +/Length 302 +>> +stream +H\n0 y +Cz8Cc{HLi(~NRu"Oskf١QpoN" xՆ(-r-ܭǩ5̄AŻ6OjpS费mw7kpB!#%zk?!k_w\-ByjF +Kt"ąNШLa({DYFC !!9,"!N2h2qI\> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1023 0 obj +[1296 0 R] +endobj +1024 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1025 0 obj +<< +/Ascent 1005 +/CapHeight 674 +/CharSet (/D/I/R/S/a/b/comma/d/e/g/i/l/m/n/o/r/s/space/t/z) +/Descent -251 +/Flags 32 +/FontBBox [-166 -251 1313 1005] +/FontFamily (Myriad Pro Black) +/FontFile3 1297 0 R +/FontName /ZXSXUF+MyriadPro-Black +/FontStretch /Normal +/FontWeight 900 +/ItalicAngle 0 +/StemV 180 +/Type /FontDescriptor +/XHeight 492 +>> +endobj +1026 0 obj +<< +/Filter /FlateDecode +/Length 323 +>> +stream +H\͊0y9mBAb[=;ɔ.l@3$)sew?gzk> +endobj +1028 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +1029 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/space) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 1299 0 R +/FontName /GAAIOR+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +1030 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1031 0 obj +[1296 0 R] +endobj +1032 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1033 0 obj +<< +/Ascent 948 +/CapHeight 674 +/CharSet (/E/N/O/T) +/Descent -250 +/Flags 32 +/FontBBox [-145 -250 970 948] +/FontFamily (Myriad Pro Light Cond) +/FontFile3 1300 0 R +/FontName /EFZRMV+MyriadPro-SemiboldCond +/FontStretch /Condensed +/FontWeight 600 +/ItalicAngle 0 +/StemV 108 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +1034 0 obj +<< +/Filter /FlateDecode +/Length 251 +>> +stream +H\Pn > +57iZ)Ӳ}'CZrϐf ,=u6^w`D5BuX:=rIƉܭs©ugR +{3~u#x $MMM8k@J}hopJcTnD&EJ0t_XUdTӬ_6|aҐ`JY:Z> +endobj +1036 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/A/C/D/E/I/N/R/S/T/U/a/b/c/colon/comma/copyright/d/e/endash/f/f_f/g/h/i/l/m/n/o/p/period/r/s/slash/space/t/two/u/v/w/y/zero) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 1301 0 R +/FontName /UQZJCP+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +1037 0 obj +<< +/Filter /FlateDecode +/Length 423 +>> +stream +H\n0| +C_.c@` Cڢn@hW@, |wG#@h u;C?Gcn=¥Lۮou|f2[s 6Yd/NSp6fSԶzק6a;/Wiw-NSt뢼#o705`}"'-y\f \ pI.{K#WpP+ +P+ +he ؓ= +fNANa=yf~A~Y{yͣo> +endobj +1039 0 obj +<< +/K [1071 0 R 1073 0 R 1075 0 R 1077 0 R 1079 0 R] +/P 204 0 R +/S /L +>> +endobj +1040 0 obj +<< +/K [1081 0 R 1083 0 R 1085 0 R 1087 0 R] +/P 204 0 R +/S /L +>> +endobj +1041 0 obj +<< +/K [1089 0 R 1091 0 R 1093 0 R 1095 0 R 1097 0 R 1099 0 R 1101 0 R 1103 0 R 1105 0 R 1107 0 R] +/P 204 0 R +/S /L +>> +endobj +1042 0 obj +<< +/K [1109 0 R 1111 0 R 1113 0 R 1115 0 R 1117 0 R] +/P 204 0 R +/S /L +>> +endobj +1043 0 obj +<< +/C /Pa2 +/P 204 0 R +/S /Lauftext +>> +endobj +1044 0 obj +<< +/C /Pa13 +/K 356 0 R +/P 204 0 R +/S /Kastenhead_Versalien +>> +endobj +1045 0 obj +<< +/C /Pa14 +/P 204 0 R +/S /Kastenlauftext +>> +endobj +1046 0 obj +<< +/C /Pa14 +/P 204 0 R +/S /Kastenlauftext +>> +endobj +1047 0 obj +<< +/C /Pa14 +/P 204 0 R +/S /Kastenlauftext +>> +endobj +1048 0 obj +<< +/C /Pa14 +/P 204 0 R +/S /Kastenlauftext +>> +endobj +1049 0 obj +<< +/C /Pa9 +/P 204 0 R +/S /Lauftext_1._Abs +>> +endobj +1050 0 obj +<< +/K [1119 0 R 1121 0 R 1123 0 R] +/P 204 0 R +/S /L +>> +endobj +1051 0 obj +<< +/K [1125 0 R 1127 0 R 1129 0 R] +/P 204 0 R +/S /L +>> +endobj +1052 0 obj +<< +/K [1131 0 R 1133 0 R 1135 0 R 1137 0 R 1139 0 R] +/P 204 0 R +/S /L +>> +endobj +1053 0 obj +<< +/C /Pa2 +/P 204 0 R +/S /Lauftext +>> +endobj +1054 0 obj +<< +/C /Pa2 +/P 204 0 R +/S /Lauftext +>> +endobj +1055 0 obj +<< +/K [1141 0 R 1143 0 R 1145 0 R] +/P 204 0 R +/S /L +>> +endobj +1056 0 obj +<< +/K [1147 0 R 1149 0 R 1151 0 R 1153 0 R 1155 0 R] +/P 204 0 R +/S /L +>> +endobj +1057 0 obj +<< +/K [1157 0 R 1159 0 R 1161 0 R 1163 0 R 1165 0 R] +/P 204 0 R +/S /L +>> +endobj +1058 0 obj +<< +/K [1167 0 R 1169 0 R 1171 0 R] +/P 204 0 R +/S /L +>> +endobj +1059 0 obj +<< +/C /Pa2 +/P 204 0 R +/S /Lauftext +>> +endobj +1060 0 obj +<< +/C /Pa2 +/P 204 0 R +/S /Lauftext +>> +endobj +1061 0 obj +<< +/C /Pa17 +/K 1302 0 R +/P 206 0 R +/S /Tab._Versal_bold_wei +>> +endobj +1062 0 obj +<< +/C /Pa21 +/K 1303 0 R +/P 207 0 R +/S /NormalParagraphStyle +>> +endobj +1063 0 obj +<< +/C /Pa21 +/K 1304 0 R +/P 208 0 R +/S /NormalParagraphStyle +>> +endobj +1064 0 obj +<< +/K [218 0 R 217 0 R] +/P 1065 0 R +/S /Lbl +>> +endobj +1065 0 obj +<< +/C /Pa3 +/K [1064 0 R 219 0 R] +/P 1038 0 R +/S /LI +>> +endobj +1066 0 obj +<< +/K [221 0 R 220 0 R] +/P 1067 0 R +/S /Lbl +>> +endobj +1067 0 obj +<< +/C /Pa4 +/K [1066 0 R 222 0 R] +/P 1038 0 R +/S /LI +>> +endobj +1068 0 obj +<< +/K [224 0 R 223 0 R] +/P 1069 0 R +/S /Lbl +>> +endobj +1069 0 obj +<< +/C /Pa5 +/K [1068 0 R 225 0 R] +/P 1038 0 R +/S /LI +>> +endobj +1070 0 obj +<< +/K 245 0 R +/P 1071 0 R +/S /Lbl +>> +endobj +1071 0 obj +<< +/C /Pa6 +/K [1070 0 R 246 0 R] +/P 1039 0 R +/S /LI +>> +endobj +1072 0 obj +<< +/K 247 0 R +/P 1073 0 R +/S /Lbl +>> +endobj +1073 0 obj +<< +/C /Pa7 +/K [1072 0 R 248 0 R] +/P 1039 0 R +/S /LI +>> +endobj +1074 0 obj +<< +/K 249 0 R +/P 1075 0 R +/S /Lbl +>> +endobj +1075 0 obj +<< +/C /Pa7 +/K [1074 0 R 250 0 R] +/P 1039 0 R +/S /LI +>> +endobj +1076 0 obj +<< +/K 251 0 R +/P 1077 0 R +/S /Lbl +>> +endobj +1077 0 obj +<< +/C /Pa7 +/K [1076 0 R 252 0 R] +/P 1039 0 R +/S /LI +>> +endobj +1078 0 obj +<< +/K 253 0 R +/P 1079 0 R +/S /Lbl +>> +endobj +1079 0 obj +<< +/C /Pa8 +/K [1078 0 R 254 0 R] +/P 1039 0 R +/S /LI +>> +endobj +1080 0 obj +<< +/K [266 0 R 265 0 R] +/P 1081 0 R +/S /Lbl +>> +endobj +1081 0 obj +<< +/C /Pa3 +/K [1080 0 R 267 0 R] +/P 1040 0 R +/S /LI +>> +endobj +1082 0 obj +<< +/K [269 0 R 268 0 R] +/P 1083 0 R +/S /Lbl +>> +endobj +1083 0 obj +<< +/C /Pa4 +/K [1082 0 R 270 0 R] +/P 1040 0 R +/S /LI +>> +endobj +1084 0 obj +<< +/K [272 0 R 271 0 R] +/P 1085 0 R +/S /Lbl +>> +endobj +1085 0 obj +<< +/C /Pa4 +/K [1084 0 R 273 0 R] +/P 1040 0 R +/S /LI +>> +endobj +1086 0 obj +<< +/K [275 0 R 274 0 R] +/P 1087 0 R +/S /Lbl +>> +endobj +1087 0 obj +<< +/C /Pa4 +/K [1086 0 R 276 0 R] +/P 1040 0 R +/S /LI +>> +endobj +1088 0 obj +<< +/K [302 0 R 301 0 R] +/P 1089 0 R +/S /Lbl +>> +endobj +1089 0 obj +<< +/C /Pa3 +/K [1088 0 R 303 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1090 0 obj +<< +/K [305 0 R 304 0 R] +/P 1091 0 R +/S /Lbl +>> +endobj +1091 0 obj +<< +/C /Pa4 +/K [1090 0 R 306 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1092 0 obj +<< +/K [308 0 R 307 0 R] +/P 1093 0 R +/S /Lbl +>> +endobj +1093 0 obj +<< +/C /Pa4 +/K [1092 0 R 309 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1094 0 obj +<< +/K [311 0 R 310 0 R] +/P 1095 0 R +/S /Lbl +>> +endobj +1095 0 obj +<< +/C /Pa4 +/K [1094 0 R 312 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1096 0 obj +<< +/K [314 0 R 313 0 R] +/P 1097 0 R +/S /Lbl +>> +endobj +1097 0 obj +<< +/C /Pa4 +/K [1096 0 R 315 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1098 0 obj +<< +/K [317 0 R 316 0 R] +/P 1099 0 R +/S /Lbl +>> +endobj +1099 0 obj +<< +/C /Pa4 +/K [1098 0 R 318 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1100 0 obj +<< +/K [320 0 R 319 0 R] +/P 1101 0 R +/S /Lbl +>> +endobj +1101 0 obj +<< +/C /Pa4 +/K [1100 0 R 321 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1102 0 obj +<< +/K [323 0 R 322 0 R] +/P 1103 0 R +/S /Lbl +>> +endobj +1103 0 obj +<< +/C /Pa4 +/K [1102 0 R 324 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1104 0 obj +<< +/K [326 0 R 325 0 R] +/P 1105 0 R +/S /Lbl +>> +endobj +1105 0 obj +<< +/C /Pa4 +/K [1104 0 R 327 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1106 0 obj +<< +/K [329 0 R 328 0 R] +/P 1107 0 R +/S /Lbl +>> +endobj +1107 0 obj +<< +/C /Pa4 +/K [1106 0 R 330 0 R] +/P 1041 0 R +/S /LI +>> +endobj +1108 0 obj +<< +/K 336 0 R +/P 1109 0 R +/S /Lbl +>> +endobj +1109 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/SpaceBefore 8.0 +/StartIndent 39.0 +>> +/K [1108 0 R 337 0 R] +/P 1042 0 R +/S /LI +>> +endobj +1110 0 obj +<< +/K 339 0 R +/P 1111 0 R +/S /Lbl +>> +endobj +1111 0 obj +<< +/C /Pa11 +/K [1110 0 R 340 0 R] +/P 1042 0 R +/S /LI +>> +endobj +1112 0 obj +<< +/K 342 0 R +/P 1113 0 R +/S /Lbl +>> +endobj +1113 0 obj +<< +/C /Pa11 +/K [1112 0 R 343 0 R] +/P 1042 0 R +/S /LI +>> +endobj +1114 0 obj +<< +/K 344 0 R +/P 1115 0 R +/S /Lbl +>> +endobj +1115 0 obj +<< +/C /Pa11 +/K [1114 0 R 345 0 R] +/P 1042 0 R +/S /LI +>> +endobj +1116 0 obj +<< +/K 346 0 R +/P 1117 0 R +/S /Lbl +>> +endobj +1117 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -11.0 +/StartIndent 39.0 +>> +/K [1116 0 R 347 0 R] +/P 1042 0 R +/S /LI +>> +endobj +1118 0 obj +<< +/K [400 0 R 399 0 R] +/P 1119 0 R +/S /Lbl +>> +endobj +1119 0 obj +<< +/C /Pa3 +/K [1118 0 R 401 0 R] +/P 1050 0 R +/S /LI +>> +endobj +1120 0 obj +<< +/K [405 0 R 404 0 R] +/P 1121 0 R +/S /Lbl +>> +endobj +1121 0 obj +<< +/C /Pa4 +/K [1120 0 R 406 0 R] +/P 1050 0 R +/S /LI +>> +endobj +1122 0 obj +<< +/K [410 0 R 409 0 R] +/P 1123 0 R +/S /Lbl +>> +endobj +1123 0 obj +<< +/C /Pa5 +/K [1122 0 R 411 0 R] +/P 1050 0 R +/S /LI +>> +endobj +1124 0 obj +<< +/K [417 0 R 416 0 R] +/P 1125 0 R +/S /Lbl +>> +endobj +1125 0 obj +<< +/C /Pa3 +/K [1124 0 R 418 0 R] +/P 1051 0 R +/S /LI +>> +endobj +1126 0 obj +<< +/K [421 0 R 420 0 R] +/P 1127 0 R +/S /Lbl +>> +endobj +1127 0 obj +<< +/C /Pa4 +/K [1126 0 R 422 0 R] +/P 1051 0 R +/S /LI +>> +endobj +1128 0 obj +<< +/K [426 0 R 425 0 R] +/P 1129 0 R +/S /Lbl +>> +endobj +1129 0 obj +<< +/C /Pa5 +/K [1128 0 R 427 0 R] +/P 1051 0 R +/S /LI +>> +endobj +1130 0 obj +<< +/K [468 0 R 467 0 R] +/P 1131 0 R +/S /Lbl +>> +endobj +1131 0 obj +<< +/C /Pa3 +/K [1130 0 R 469 0 R] +/P 1052 0 R +/S /LI +>> +endobj +1132 0 obj +<< +/K [471 0 R 470 0 R] +/P 1133 0 R +/S /Lbl +>> +endobj +1133 0 obj +<< +/C /Pa4 +/K [1132 0 R 472 0 R] +/P 1052 0 R +/S /LI +>> +endobj +1134 0 obj +<< +/K [474 0 R 473 0 R] +/P 1135 0 R +/S /Lbl +>> +endobj +1135 0 obj +<< +/C /Pa4 +/K [1134 0 R 475 0 R] +/P 1052 0 R +/S /LI +>> +endobj +1136 0 obj +<< +/K [477 0 R 476 0 R] +/P 1137 0 R +/S /Lbl +>> +endobj +1137 0 obj +<< +/C /Pa4 +/K [1136 0 R 478 0 R] +/P 1052 0 R +/S /LI +>> +endobj +1138 0 obj +<< +/K [480 0 R 479 0 R] +/P 1139 0 R +/S /Lbl +>> +endobj +1139 0 obj +<< +/C /Pa5 +/K [1138 0 R 481 0 R] +/P 1052 0 R +/S /LI +>> +endobj +1140 0 obj +<< +/K [561 0 R 560 0 R] +/P 1141 0 R +/S /Lbl +>> +endobj +1141 0 obj +<< +/C /Pa3 +/K [1140 0 R 562 0 R] +/P 1055 0 R +/S /LI +>> +endobj +1142 0 obj +<< +/K [564 0 R 563 0 R] +/P 1143 0 R +/S /Lbl +>> +endobj +1143 0 obj +<< +/C /Pa3 +/K [1142 0 R 565 0 R] +/P 1055 0 R +/S /LI +>> +endobj +1144 0 obj +<< +/K [569 0 R 568 0 R] +/P 1145 0 R +/S /Lbl +>> +endobj +1145 0 obj +<< +/C /Pa5 +/K [1144 0 R 570 0 R] +/P 1055 0 R +/S /LI +>> +endobj +1146 0 obj +<< +/K 581 0 R +/P 1147 0 R +/S /Lbl +>> +endobj +1147 0 obj +<< +/C /Pa6 +/K [1146 0 R 582 0 R] +/P 1056 0 R +/S /LI +>> +endobj +1148 0 obj +<< +/K 583 0 R +/P 1149 0 R +/S /Lbl +>> +endobj +1149 0 obj +<< +/C /Pa7 +/K [1148 0 R 584 0 R] +/P 1056 0 R +/S /LI +>> +endobj +1150 0 obj +<< +/K 585 0 R +/P 1151 0 R +/S /Lbl +>> +endobj +1151 0 obj +<< +/C /Pa7 +/K [1150 0 R 586 0 R] +/P 1056 0 R +/S /LI +>> +endobj +1152 0 obj +<< +/K 587 0 R +/P 1153 0 R +/S /Lbl +>> +endobj +1153 0 obj +<< +/C /Pa7 +/K [1152 0 R 588 0 R] +/P 1056 0 R +/S /LI +>> +endobj +1154 0 obj +<< +/K 589 0 R +/P 1155 0 R +/S /Lbl +>> +endobj +1155 0 obj +<< +/C /Pa8 +/K [1154 0 R 590 0 R] +/P 1056 0 R +/S /LI +>> +endobj +1156 0 obj +<< +/K [661 0 R 660 0 R] +/P 1157 0 R +/S /Lbl +>> +endobj +1157 0 obj +<< +/C /Pa3 +/K [1156 0 R 662 0 R] +/P 1057 0 R +/S /LI +>> +endobj +1158 0 obj +<< +/K [664 0 R 663 0 R] +/P 1159 0 R +/S /Lbl +>> +endobj +1159 0 obj +<< +/C /Pa4 +/K [1158 0 R 665 0 R] +/P 1057 0 R +/S /LI +>> +endobj +1160 0 obj +<< +/K [668 0 R 667 0 R] +/P 1161 0 R +/S /Lbl +>> +endobj +1161 0 obj +<< +/C /Pa4 +/K [1160 0 R 669 0 R] +/P 1057 0 R +/S /LI +>> +endobj +1162 0 obj +<< +/K [671 0 R 670 0 R] +/P 1163 0 R +/S /Lbl +>> +endobj +1163 0 obj +<< +/C /Pa4 +/K [1162 0 R 672 0 R] +/P 1057 0 R +/S /LI +>> +endobj +1164 0 obj +<< +/K [676 0 R 675 0 R] +/P 1165 0 R +/S /Lbl +>> +endobj +1165 0 obj +<< +/C /Pa5 +/K [1164 0 R 677 0 R] +/P 1057 0 R +/S /LI +>> +endobj +1166 0 obj +<< +/K [691 0 R 690 0 R] +/P 1167 0 R +/S /Lbl +>> +endobj +1167 0 obj +<< +/C /Pa3 +/K [1166 0 R 693 0 R] +/P 1058 0 R +/S /LI +>> +endobj +1168 0 obj +<< +/K [697 0 R 696 0 R] +/P 1169 0 R +/S /Lbl +>> +endobj +1169 0 obj +<< +/C /Pa4 +/K [1168 0 R 701 0 R] +/P 1058 0 R +/S /LI +>> +endobj +1170 0 obj +<< +/K [705 0 R 704 0 R] +/P 1171 0 R +/S /Lbl +>> +endobj +1171 0 obj +<< +/C /Pa5 +/K [1170 0 R 707 0 R] +/P 1058 0 R +/S /LI +>> +endobj +1172 0 obj +<< +/K 760 0 R +/P 1305 0 R +/S /TD +>> +endobj +1173 0 obj +<< +/K [762 0 R 763 0 R] +/P 1305 0 R +/S /TD +>> +endobj +1174 0 obj +<< +/K 764 0 R +/P 1305 0 R +/S /TD +>> +endobj +1175 0 obj +<< +/K 766 0 R +/P 1305 0 R +/S /TD +>> +endobj +1176 0 obj +<< +/K 768 0 R +/P 1306 0 R +/S /TD +>> +endobj +1177 0 obj +<< +/K [770 0 R 769 0 R] +/P 1178 0 R +/S /Lbl +>> +endobj +1178 0 obj +<< +/C /Pa19 +/K [1177 0 R 771 0 R] +/P 1307 0 R +/S /LI +>> +endobj +1179 0 obj +<< +/K [773 0 R 772 0 R] +/P 1180 0 R +/S /Lbl +>> +endobj +1180 0 obj +<< +/C /Pa19 +/K [1179 0 R 774 0 R] +/P 1307 0 R +/S /LI +>> +endobj +1181 0 obj +<< +/K [776 0 R 775 0 R] +/P 1182 0 R +/S /Lbl +>> +endobj +1182 0 obj +<< +/C /Pa19 +/K [1181 0 R 777 0 R] +/P 1307 0 R +/S /LI +>> +endobj +1183 0 obj +<< +/K [780 0 R 779 0 R] +/P 1184 0 R +/S /Lbl +>> +endobj +1184 0 obj +<< +/C /Pa19 +/K [1183 0 R 781 0 R 1308 0 R] +/P 1309 0 R +/S /LI +>> +endobj +1185 0 obj +<< +/K [784 0 R 783 0 R] +/P 1186 0 R +/S /Lbl +>> +endobj +1186 0 obj +<< +/C /Pa20 +/K [1185 0 R 785 0 R] +/P 1308 0 R +/S /LI +>> +endobj +1187 0 obj +<< +/K [789 0 R 788 0 R] +/P 1188 0 R +/S /Lbl +>> +endobj +1188 0 obj +<< +/C /Pa20 +/K [1187 0 R 790 0 R] +/P 1308 0 R +/S /LI +>> +endobj +1189 0 obj +<< +/K [792 0 R 791 0 R] +/P 1190 0 R +/S /Lbl +>> +endobj +1190 0 obj +<< +/C /Pa19 +/K [1189 0 R 793 0 R] +/P 1310 0 R +/S /LI +>> +endobj +1191 0 obj +<< +/K [795 0 R 794 0 R] +/P 1192 0 R +/S /Lbl +>> +endobj +1192 0 obj +<< +/C /Pa19 +/K [1191 0 R 796 0 R] +/P 1310 0 R +/S /LI +>> +endobj +1193 0 obj +<< +/K [798 0 R 797 0 R] +/P 1194 0 R +/S /Lbl +>> +endobj +1194 0 obj +<< +/C /Pa19 +/K [1193 0 R 799 0 R] +/P 1310 0 R +/S /LI +>> +endobj +1195 0 obj +<< +/K 800 0 R +/P 1311 0 R +/S /TD +>> +endobj +1196 0 obj +<< +/K [803 0 R 802 0 R] +/P 1197 0 R +/S /Lbl +>> +endobj +1197 0 obj +<< +/C /Pa19 +/K [1196 0 R 804 0 R] +/P 1312 0 R +/S /LI +>> +endobj +1198 0 obj +<< +/K [807 0 R 806 0 R] +/P 1199 0 R +/S /Lbl +>> +endobj +1199 0 obj +<< +/C /Pa19 +/K [1198 0 R 808 0 R] +/P 1312 0 R +/S /LI +>> +endobj +1200 0 obj +<< +/K [810 0 R 809 0 R] +/P 1201 0 R +/S /Lbl +>> +endobj +1201 0 obj +<< +/C /Pa19 +/K [1200 0 R 811 0 R] +/P 1312 0 R +/S /LI +>> +endobj +1202 0 obj +<< +/K [814 0 R 813 0 R] +/P 1203 0 R +/S /Lbl +>> +endobj +1203 0 obj +<< +/C /Pa19 +/K [1202 0 R 815 0 R] +/P 1312 0 R +/S /LI +>> +endobj +1204 0 obj +<< +/K [818 0 R 817 0 R] +/P 1205 0 R +/S /Lbl +>> +endobj +1205 0 obj +<< +/C /Pa19 +/K [1204 0 R 819 0 R] +/P 1313 0 R +/S /LI +>> +endobj +1206 0 obj +<< +/K [822 0 R 821 0 R] +/P 1207 0 R +/S /Lbl +>> +endobj +1207 0 obj +<< +/C /Pa19 +/K [1206 0 R 823 0 R] +/P 1313 0 R +/S /LI +>> +endobj +1208 0 obj +<< +/K [826 0 R 825 0 R] +/P 1209 0 R +/S /Lbl +>> +endobj +1209 0 obj +<< +/C /Pa19 +/K [1208 0 R 827 0 R] +/P 1313 0 R +/S /LI +>> +endobj +1210 0 obj +<< +/K [831 0 R 830 0 R] +/P 1211 0 R +/S /Lbl +>> +endobj +1211 0 obj +<< +/C /Pa19 +/K [1210 0 R 832 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1212 0 obj +<< +/K [835 0 R 834 0 R] +/P 1213 0 R +/S /Lbl +>> +endobj +1213 0 obj +<< +/C /Pa19 +/K [1212 0 R 836 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1214 0 obj +<< +/K [839 0 R 838 0 R] +/P 1215 0 R +/S /Lbl +>> +endobj +1215 0 obj +<< +/C /Pa19 +/K [1214 0 R 840 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1216 0 obj +<< +/K [843 0 R 842 0 R] +/P 1217 0 R +/S /Lbl +>> +endobj +1217 0 obj +<< +/C /Pa19 +/K [1216 0 R 844 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1218 0 obj +<< +/K [846 0 R 845 0 R] +/P 1219 0 R +/S /Lbl +>> +endobj +1219 0 obj +<< +/C /Pa19 +/K [1218 0 R 847 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1220 0 obj +<< +/K [849 0 R 848 0 R] +/P 1221 0 R +/S /Lbl +>> +endobj +1221 0 obj +<< +/C /Pa19 +/K [1220 0 R 850 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1222 0 obj +<< +/K [853 0 R 852 0 R] +/P 1223 0 R +/S /Lbl +>> +endobj +1223 0 obj +<< +/C /Pa19 +/K [1222 0 R 854 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1224 0 obj +<< +/K [856 0 R 855 0 R] +/P 1225 0 R +/S /Lbl +>> +endobj +1225 0 obj +<< +/C /Pa19 +/K [1224 0 R 857 0 R] +/P 1314 0 R +/S /LI +>> +endobj +1226 0 obj +<< +/K 858 0 R +/P 1315 0 R +/S /TD +>> +endobj +1227 0 obj +<< +/K [860 0 R 861 0 R] +/P 1315 0 R +/S /TD +>> +endobj +1228 0 obj +<< +/K 862 0 R +/P 1315 0 R +/S /TD +>> +endobj +1229 0 obj +<< +/K 863 0 R +/P 1315 0 R +/S /TD +>> +endobj +1230 0 obj +<< +/K 865 0 R +/P 1316 0 R +/S /TD +>> +endobj +1231 0 obj +<< +/K [868 0 R 867 0 R] +/P 1232 0 R +/S /Lbl +>> +endobj +1232 0 obj +<< +/C /Pa19 +/K [1231 0 R 869 0 R] +/P 1317 0 R +/S /LI +>> +endobj +1233 0 obj +<< +/K [873 0 R 872 0 R] +/P 1234 0 R +/S /Lbl +>> +endobj +1234 0 obj +<< +/C /Pa19 +/K [1233 0 R 874 0 R] +/P 1317 0 R +/S /LI +>> +endobj +1235 0 obj +<< +/K [876 0 R 875 0 R] +/P 1236 0 R +/S /Lbl +>> +endobj +1236 0 obj +<< +/C /Pa19 +/K [1235 0 R 877 0 R] +/P 1317 0 R +/S /LI +>> +endobj +1237 0 obj +<< +/K [879 0 R 878 0 R] +/P 1238 0 R +/S /Lbl +>> +endobj +1238 0 obj +<< +/C /Pa19 +/K [1237 0 R 880 0 R] +/P 1318 0 R +/S /LI +>> +endobj +1239 0 obj +<< +/K [883 0 R 882 0 R] +/P 1240 0 R +/S /Lbl +>> +endobj +1240 0 obj +<< +/C /Pa19 +/K [1239 0 R 884 0 R] +/P 1318 0 R +/S /LI +>> +endobj +1241 0 obj +<< +/K [887 0 R 886 0 R] +/P 1242 0 R +/S /Lbl +>> +endobj +1242 0 obj +<< +/C /Pa19 +/K [1241 0 R 888 0 R] +/P 1319 0 R +/S /LI +>> +endobj +1243 0 obj +<< +/K [890 0 R 889 0 R] +/P 1244 0 R +/S /Lbl +>> +endobj +1244 0 obj +<< +/C /Pa19 +/K [1243 0 R 891 0 R] +/P 1319 0 R +/S /LI +>> +endobj +1245 0 obj +<< +/K [894 0 R 893 0 R] +/P 1246 0 R +/S /Lbl +>> +endobj +1246 0 obj +<< +/C /Pa19 +/K [1245 0 R 895 0 R] +/P 1319 0 R +/S /LI +>> +endobj +1247 0 obj +<< +/K [897 0 R 896 0 R] +/P 1248 0 R +/S /Lbl +>> +endobj +1248 0 obj +<< +/C /Pa19 +/K [1247 0 R 898 0 R] +/P 1319 0 R +/S /LI +>> +endobj +1249 0 obj +<< +/K [900 0 R 899 0 R] +/P 1250 0 R +/S /Lbl +>> +endobj +1250 0 obj +<< +/C /Pa19 +/K [1249 0 R 901 0 R] +/P 1319 0 R +/S /LI +>> +endobj +1251 0 obj +<< +/K [903 0 R 902 0 R] +/P 1252 0 R +/S /Lbl +>> +endobj +1252 0 obj +<< +/C /Pa19 +/K [1251 0 R 904 0 R] +/P 1319 0 R +/S /LI +>> +endobj +1253 0 obj +<< +/K 906 0 R +/P 1320 0 R +/S /TD +>> +endobj +1254 0 obj +<< +/K [908 0 R 907 0 R] +/P 1255 0 R +/S /Lbl +>> +endobj +1255 0 obj +<< +/C /Pa19 +/K [1254 0 R 909 0 R] +/P 1321 0 R +/S /LI +>> +endobj +1256 0 obj +<< +/K [911 0 R 910 0 R] +/P 1257 0 R +/S /Lbl +>> +endobj +1257 0 obj +<< +/C /Pa19 +/K [1256 0 R 912 0 R] +/P 1321 0 R +/S /LI +>> +endobj +1258 0 obj +<< +/K [915 0 R 914 0 R] +/P 1259 0 R +/S /Lbl +>> +endobj +1259 0 obj +<< +/C /Pa19 +/K [1258 0 R 916 0 R] +/P 1321 0 R +/S /LI +>> +endobj +1260 0 obj +<< +/K [919 0 R 918 0 R] +/P 1261 0 R +/S /Lbl +>> +endobj +1261 0 obj +<< +/C /Pa19 +/K [1260 0 R 920 0 R] +/P 1322 0 R +/S /LI +>> +endobj +1262 0 obj +<< +/K [923 0 R 922 0 R] +/P 1263 0 R +/S /Lbl +>> +endobj +1263 0 obj +<< +/C /Pa19 +/K [1262 0 R 924 0 R] +/P 1322 0 R +/S /LI +>> +endobj +1264 0 obj +<< +/K [927 0 R 926 0 R] +/P 1265 0 R +/S /Lbl +>> +endobj +1265 0 obj +<< +/C /Pa19 +/K [1264 0 R 928 0 R] +/P 1322 0 R +/S /LI +>> +endobj +1266 0 obj +<< +/K [930 0 R 929 0 R] +/P 1267 0 R +/S /Lbl +>> +endobj +1267 0 obj +<< +/C /Pa19 +/K [1266 0 R 931 0 R] +/P 1323 0 R +/S /LI +>> +endobj +1268 0 obj +<< +/K [933 0 R 932 0 R] +/P 1269 0 R +/S /Lbl +>> +endobj +1269 0 obj +<< +/C /Pa19 +/K [1268 0 R 934 0 R] +/P 1323 0 R +/S /LI +>> +endobj +1270 0 obj +<< +/K [937 0 R 936 0 R] +/P 1271 0 R +/S /Lbl +>> +endobj +1271 0 obj +<< +/C /Pa19 +/K [1270 0 R 938 0 R] +/P 1323 0 R +/S /LI +>> +endobj +1272 0 obj +<< +/K [940 0 R 939 0 R] +/P 1273 0 R +/S /Lbl +>> +endobj +1273 0 obj +<< +/C /Pa19 +/K [1272 0 R 941 0 R] +/P 1323 0 R +/S /LI +>> +endobj +1274 0 obj +<< +/K 942 0 R +/P 1324 0 R +/S /TD +>> +endobj +1275 0 obj +<< +/K [944 0 R 945 0 R] +/P 1324 0 R +/S /TD +>> +endobj +1276 0 obj +<< +/K 946 0 R +/P 1324 0 R +/S /TD +>> +endobj +1277 0 obj +<< +/K 947 0 R +/P 1324 0 R +/S /TD +>> +endobj +1278 0 obj +<< +/K 949 0 R +/P 1325 0 R +/S /TD +>> +endobj +1279 0 obj +<< +/K [953 0 R 952 0 R] +/P 1280 0 R +/S /Lbl +>> +endobj +1280 0 obj +<< +/C /Pa22 +/K [1279 0 R 954 0 R] +/P 1326 0 R +/S /LI +>> +endobj +1281 0 obj +<< +/K [959 0 R 958 0 R] +/P 1282 0 R +/S /Lbl +>> +endobj +1282 0 obj +<< +/C /Pa22 +/K [1281 0 R 960 0 R] +/P 1326 0 R +/S /LI +>> +endobj +1283 0 obj +<< +/K [963 0 R 962 0 R] +/P 1284 0 R +/S /Lbl +>> +endobj +1284 0 obj +<< +/C /Pa22 +/K [1283 0 R 964 0 R] +/P 1327 0 R +/S /LI +>> +endobj +1285 0 obj +<< +/K [968 0 R 967 0 R] +/P 1286 0 R +/S /Lbl +>> +endobj +1286 0 obj +<< +/C /Pa22 +/K [1285 0 R 969 0 R] +/P 1327 0 R +/S /LI +>> +endobj +1287 0 obj +<< +/K [971 0 R 970 0 R] +/P 1288 0 R +/S /Lbl +>> +endobj +1288 0 obj +<< +/C /Pa22 +/K [1287 0 R 972 0 R] +/P 1328 0 R +/S /LI +>> +endobj +1289 0 obj +<< +/K [974 0 R 973 0 R] +/P 1290 0 R +/S /Lbl +>> +endobj +1290 0 obj +<< +/C /Pa22 +/K [1289 0 R 975 0 R] +/P 1328 0 R +/S /LI +>> +endobj +1291 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1292 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1329 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1330 0 R +/FontName /EYOAPA+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1293 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1294 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1331 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1332 0 R +/FontName /XQCJYY+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1295 0 obj +<< +/Filter /FlateDecode +/Length 2083 +/Subtype /Type1C +>> +stream +H|T{Tgf tfpfV"RpUaU@  (R@V!h}*O|UvQַR-"_;=o$ !H3gRXPF49ًtZ3+DT> +Gv#^HBzGӓpHwN3򅱑!N6` +!6LUi +C& L]u +% ^cNϞl 5j!_d +:g%Jp-ann3Rc d*źl!hL*qEF/5KH'AJb1CDGL"b*1M|FD21 KnY*Y-isbr锺J'Jtvm"e:EY6`Ii`$-s}UE($ 8/eTڀǔ8= +SX-9 C`xHa_ÑJY@@cyhǣ!(kB'MI!<}*}\L&q +Xnߑ6JQFL-^%zAm+$z _od|&;FkD!I$Vl3sgd` 9BkM1yPjWK6ᴅ)V~k@T]Z|N,ӊT$xSHAAM]i(rW8!QԪEQW6x]޶1/ma࿿z+A\%/˃Gq~ E ?+bCQX9_Vf_+nA(b ĭNO`ւ|}g/i:}GDe,gw~Bqp DP + p +PBz ;רv!ݮ]J(kV3>Ys v{[Z:W䎧MʟOX&EcwÓ9]^3(~ +x z\ch3y E?\ʖjKTU+Ks.OMH619hj\it؈%Af*?GWa0EnU*˕[KOW\FJ֖fd% }`C)P򔩸֒pSA.Ǵ{|U{Ц/wnl*2ٔ-<,Ah>`XTY)*" +fE$QI"ݤ)],7S%'Oʼb +-qq0T耠HE:[gXO? b +endstream +endobj +1296 0 obj +<< +/BaseFont /CUCKKZ+Wingdings-Regular +/CIDSystemInfo 1333 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1334 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +1297 0 obj +<< +/Filter /FlateDecode +/Length 1950 +/Subtype /Type1C +>> +stream +H|TkPWfnP&inDc(F"jdEEf`FDqx0p(>x"%:*T0X-נkmj-6fS[䚪ڪuO|w/a8K߱ePMIoܟr "ŠT+_K΁ޛp6rGk׮ pIrŊ32XK|MAIsu|MZ0 52$h F )3C+k҄|}J&;E%\QO)A#H9Z/ BJNZE7S%UWj A[b +s5!Maw0l1}aFT2, K0F*b0=ܖ2;=}B5<"h,_%wSfuOǼ9N@5ˠP0.M-HC(tB͸vȥQhB& pR|7ˀE\%*A 8x SwKvnO|%m-nH@ .h6"\Vbd{FP9hJqW\eӫ_WCjax_C d>D'1r`H+߾egD5 &yԐm|h;~ZQC8#Ai]dW ipnA*C  t3,$|x7޹Ư8uQ~ŝ\?ۓ7(?D*M^ׁ}JmQR9{9 +"c +m(HD!BH +_(ANmv#ѺJ4kR(v6] :an3)Zʸ2]amlxS?a"G@I=>F9pܧ` l<٨DC"Cі(KQUI;u>A/2t˹z"Q ]uvTk! wcaZ[ţ1zH/gժLXz-cJI;%sK B&<89ZZV:K@1ԟ` Bdb5D2s]J`}"?"ъ lڎ{\>x}t +ov8Ɲ: g05f }Я+v-@3a?\^k-],!326%"_aq#7F{[^T_< VwqHN3fk.PMW<嫃gu\UyUԪ(M_gKe`҈_fd$&iFF/bY)|:4;D"(Ua.^lO%)El"Gڭ;ɵ6u-qHo}9z.d{X13dO?F19ZFؒm۷*) /4.|= =dcթzl߷U]ª!rBNx7sh2#Z"\bs,#Kf<47>)0d}O )Xg6]0GW6 +H{Utzm;e9˭ElJ~C׳SrHvWR1%.*late#|C{<54+[gNMY;YĬ_r `Z' +J5ɑ-:Bt ,AEޓΝhC ͉]\޹kZO_p=A )A*,;HY),yD?oV8?_ru.nw ngLi9z,P/{\+2`r +endstream +endobj +1298 0 obj +<< +/Filter /FlateDecode +/Length 1318 +/Subtype /Type1C +>> +stream +H|RkPW% Yu"؊"c֊O` Ć&1h jE-:0訵>(JUp8=K/W=s9;^ pWeKMI^ܬVM33b}ɠG9UD .IWˆLSL%bvaKLDmiju<(Xb Ęo2Z+ n3l5qz EӊBouլZ',VȉFeXEiXiKijشU%<7xpl(Lb)X[e`k .e"hx%~'`i@INH^py.;PpuE( 0D"U~!%s|HB"&3JH>.?ʞGa"| +!88D ( (> +Hb a"P똩]Z渺\Ͷ;$`N"]"%-P*7x +P}p٠?t <:((?]Zr1SZhڜUS(sy``So]0nvTlc et:溋y +#Y twp H*>RuASa1Ff#Upo8In)g6)dMxw(*U\q-n(ս۾\!$ŒHF/Zc.fp$-띫U{2;{输 ,,i͆cݟ1ν:\]5G 86BD3|k-" R'" +(b(47/4?Ŕ?$m[IO;}سw辦+6a `H}'QIӸ?E~΢66zy}L[Ñç-YXwHAx~^n--\$ַ/ssx ?o^mmvJ~}"Dv$!TwEx~ EM3"_#N4~ADfZo={?H-coA5C`I]n4x/:j )uS^(֐ԡ!#KTni*J^P’ +&\ P(u\;_ ;Nl=+}B|>>n"U惘1*H~crǹe!D6X,NP+`X +endstream +endobj +1299 0 obj +<< +/Filter /FlateDecode +/Length 360 +/Subtype /Type1C +>> +stream +H|OKQgLGJ + #]&BcZbt:j+mHmm]Ԣ|.zoڴjs{+K$Үk=bF2jt[:f&d6p2셼_;|t`#&|LB6U EIAF +V kNй0bb^3vKK{*ᕻYtv΍#}8` +endstream +endobj +1300 0 obj +<< +/Filter /FlateDecode +/Length 603 +/Subtype /Type1C +>> +stream +H|POHaug3׉YcnnaC,`KA[QtGfƵC!-I#%xI%!=$ "Vҩ~#ϵ_]5%!ujjc\QzaMMJv}Aqz{>osE\!_Q4艖<@BPôUR{eO<ӎdZmj.k)GUt*+Ơk(̯5$$Tu:J,z58,n0Qd)jaJ:44ELOQI;̹gpCjdK%W؞uxw"F,)!YO.EyT0!c&,uME C .Fa¼x.- +ܚ?=pz><4be3uGn}"傉\TĪ3Xسu͟0 qbm݀ Q1,k?P+\^&c{*8ӾmBi3&7OIL0i܃Yd{=.`O& +endstream +endobj +1301 0 obj +<< +/Filter /FlateDecode +/Length 3278 +/Subtype /Type1C +>> +stream +H|T{Tgd&ʸڌ;E_V + +"jH"ޯV hQi !QZuժ|TZwq_س={NسgιwqL*pˆI:m:B<%Le~`FႷTPMAe%=(/qiWOƄ)ij'ؙ6hjz@@ +Q'o֨iIɺd]^W$&!T:MF10kN*mJoTqx^Q8f{Uo܄JMRX$'TqI"J`$NI*;ERk0 ?ÆI06J6f9.ŢH,Ò1$X8`&և:)!%$;%G$=Dq i!"Ϩ߲By\BY=bSޣģ3-u +h:RPpSP.3h$T}@6 a}J8 ЀGNy?2:dNUs/hi3B'4Vm8[ʧTg44Z + A43KKPZ0Xg쀛N&0xTPүG |Hzd.5hբM ª[wtDM׊ !,򶡻&Y; A vMWl85$' -We"h tD:u"A: [._$G3`WJ3TB"MFh'@P׍&nkŻ‡k/Qr^Դ| +^+l}&hε} ~qcbh +y8}Aڭpx|wTbEO} POѨh+0s`W+e2]U:+x7)AZrwCδ9ιA{yR{%n=T%!7Rt5 v=&VFgʝT/\t${pJ{\zU v}yWݴ,G*Udb*;̤6ʺ;?D~y۲ +j+Y_W"jB74W\]{LѳEh+v4.RxHl A2mX{HxN=If[0&hug[eq"ObB$]J66>딅24a " +Dz3v+yBI3 +cQq!&x DZ 9ӫOy0[(4QK̗}?0.yFh?Xwgr砉.(;P H+hx4$Cx xx/> nkeƐEĜ.t4"k]ucOv:ſ?a+A2[Y,E3ȧn+^=FǺ2Eo˗ILO?DVmLSgުjԕ^wK6 ME74NɰFG(NH[ +(s"Yk X?tɖt{o YrsM9996RKE*R>Wa8:(iE-&ĀIGC)+3vM]aTq^uzw9,:7؎B:StEr<9ZFo]H &sz /=<5.Ge8p-C2dlLR'1@ Lp4g5ZO/E`O bVϠhs<^#t ZquLGt78rD!zOy\ih!aX{[Y9]qU;\KɌƘW~Jhgoݕ)zu Or8Đ&a]hHh1X͔.)-,̯(g-m^=@,SHr5|"Fo˥t ]!^w. _t +>_w^ +b?xX &O2ChZp,CV4bYP IߞLmFIJ@ßnt%, dߝ*XA>܍3\':ʋQ;'u:+Fɩ:\jr8ѨwNBM1CvxjWtgb ]oJ-gX-$ʵ"ܷQ_a +endstream +endobj +1302 0 obj +<< +/A << +/BBox [31.1811 65.0929 770.524 596.693] +/O /Layout +>> +/K [1305 0 R 1335 0 R 1306 0 R 1311 0 R] +/P 1061 0 R +/S /Table +>> +endobj +1303 0 obj +<< +/A << +/BBox [36.8504 113.796 756.35 595.276] +/O /Layout +>> +/K [1315 0 R 1336 0 R 1316 0 R 1320 0 R] +/P 1062 0 R +/S /Table +>> +endobj +1304 0 obj +<< +/A << +/BBox [36.8504 277.795 756.35 558.425] +/O /Layout +>> +/K [1324 0 R 1337 0 R 1325 0 R] +/P 1063 0 R +/S /Table +>> +endobj +1305 0 obj +<< +/K [1172 0 R 1173 0 R 1174 0 R 1175 0 R] +/P 1302 0 R +/S /TR +>> +endobj +1306 0 obj +<< +/K [1176 0 R 1338 0 R 1339 0 R 1340 0 R] +/P 1302 0 R +/S /TR +>> +endobj +1307 0 obj +<< +/K [1178 0 R 1180 0 R 1182 0 R] +/P 1338 0 R +/S /L +>> +endobj +1308 0 obj +<< +/K [1186 0 R 1188 0 R] +/P 1184 0 R +/S /L +>> +endobj +1309 0 obj +<< +/K 1184 0 R +/P 1339 0 R +/S /L +>> +endobj +1310 0 obj +<< +/K [1190 0 R 1192 0 R 1194 0 R] +/P 1340 0 R +/S /L +>> +endobj +1311 0 obj +<< +/K [1195 0 R 1341 0 R 1342 0 R 1343 0 R] +/P 1302 0 R +/S /TR +>> +endobj +1312 0 obj +<< +/K [1197 0 R 1199 0 R 1201 0 R 1203 0 R] +/P 1341 0 R +/S /L +>> +endobj +1313 0 obj +<< +/K [1205 0 R 1207 0 R 1209 0 R] +/P 1342 0 R +/S /L +>> +endobj +1314 0 obj +<< +/K [1211 0 R 1213 0 R 1215 0 R 1217 0 R 1219 0 R 1221 0 R 1223 0 R 1225 0 R] +/P 1343 0 R +/S /L +>> +endobj +1315 0 obj +<< +/K [1226 0 R 1227 0 R 1228 0 R 1229 0 R] +/P 1303 0 R +/S /TR +>> +endobj +1316 0 obj +<< +/K [1230 0 R 1344 0 R 1345 0 R 1346 0 R] +/P 1303 0 R +/S /TR +>> +endobj +1317 0 obj +<< +/K [1232 0 R 1234 0 R 1236 0 R] +/P 1344 0 R +/S /L +>> +endobj +1318 0 obj +<< +/K [1238 0 R 1240 0 R] +/P 1345 0 R +/S /L +>> +endobj +1319 0 obj +<< +/K [1242 0 R 1244 0 R 1246 0 R 1248 0 R 1250 0 R 1252 0 R] +/P 1346 0 R +/S /L +>> +endobj +1320 0 obj +<< +/K [1253 0 R 1347 0 R 1348 0 R 1349 0 R] +/P 1303 0 R +/S /TR +>> +endobj +1321 0 obj +<< +/K [1255 0 R 1257 0 R 1259 0 R] +/P 1347 0 R +/S /L +>> +endobj +1322 0 obj +<< +/K [1261 0 R 1263 0 R 1265 0 R] +/P 1348 0 R +/S /L +>> +endobj +1323 0 obj +<< +/K [1267 0 R 1269 0 R 1271 0 R 1273 0 R] +/P 1349 0 R +/S /L +>> +endobj +1324 0 obj +<< +/K [1274 0 R 1275 0 R 1276 0 R 1277 0 R] +/P 1304 0 R +/S /TR +>> +endobj +1325 0 obj +<< +/K [1278 0 R 1350 0 R 1351 0 R 1352 0 R] +/P 1304 0 R +/S /TR +>> +endobj +1326 0 obj +<< +/K [1280 0 R 1282 0 R] +/P 1350 0 R +/S /L +>> +endobj +1327 0 obj +<< +/K [1284 0 R 1286 0 R] +/P 1351 0 R +/S /L +>> +endobj +1328 0 obj +<< +/K [1288 0 R 1290 0 R] +/P 1352 0 R +/S /L +>> +endobj +1329 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +Hj`@ +endstream +endobj +1330 0 obj +<< +/Filter /FlateDecode +/Length 3260 +/Length1 6160 +>> +stream +HVklT>3s~1B +ܘ~aF? v] ], r-&QH8i@t"Z4PKII))m%GD) +J\o,H~TU;|s3seR *YU[<|x#G̻ m-o^&i6t_~ +ۚЕe> OC +ĖK{rh}0o0o8&4_[Ǯ- .Tq-n[{6jțDIV(]~IGD_ dOq/-w:}+>סay:N]J}b߫d_ JKbqK"@qd+kQ + mk)lץMN-Z>OaF%4=x؁րNa)l2#rFI2Rƣ YEcD$Z$47˚HcS".kp=*W-ZR6ˆք77cwj6H\#pLe,'±pH&bP%$sHD5D0`kͭX$/t$^"TO1RŨ͹aRcy0@l 84 UyF5rFv(yz$=G<=:FI@wFAT]s}l-l'y<^:{'!iFCY OgD D\G;m֭=}}3v:kN^3d4l4QDPuU;TO[Qcή@Nk>DLU>al ֱkaqeK0;Zރ.O > WkZe^~/~~5f\1FL^QY-[q\-K[-hQ9_;u&U߮w?É,+h~ck|`|i1ǚS EfYk6Q߼v,}Iz$=ᦣe7p4]ixDK},9={Uvf-#B;GkCԬ׉L +fq ctlgE@ CzqP?~qjxFo2FX5]rOsvvJcl޵|2_j«ogb'}4࿨i4g]<-;o3JK +v).9yw8;Ǎ7:7'{Yik3r{lmlYҭ zrlphVf ` 1ˆ,[.n鵤{%Ou><_^`mraoH׮hoJz(n+V9WxpJJ㵗[-]Uz&\B:B2Qn22ʡN~#d6 +BV(}-~FN?}gdw*;zwx<~ZnoCmE;>"LvwfK~-t񹐵+U5>e㋑2 +[^e lvjJn `&$mzuBe٩?SW&W,xzɣderBwOvP{FJ7A]!duZ#bzL|[x%灆HfWg[2yp+Z)}Te5 +I1˱l.t+li@˨ʇIh˥vdA;zFQq7w{7sO.ʕ4J\}m[~Qr.k DMDzWXi9IT6Aef1Sno?nUS_A +'i*plYZRdˍd* 2ej}0\C36hU8݈cl +Ǐ25+l# qy!b54數¹| +p_C|-uK.| [᝴l#NS8Ƴo%GsG{g5̿3tn#B5+ض^;ujxX(~~"{v)-EebRiI[o{F541Co-Q$U`&Bi3^៍A=oSW_b=f+1u5:zu5eYqV %bO߃;p|.9`Y0Nip &!06q6,})I1VV+K|,b1[5 +>%188x ;zՁMVN i֤Hyi֨]Ziij=nVZW!UUP)W(fEbel;چoᒽDre 6o˂~D-7jFb>I͉̽tĚْuw9E,d̺t6\[]y 1CecxЩƎM*1 +h3/|*:  o +endstream +endobj +1331 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +H +8 +endstream +endobj +1332 0 obj +<< +/Filter /FlateDecode +/Length 3258 +/Length1 6160 +>> +stream +HV{pT9ATr "ټ@B0PŢn5KiZaN;hF+ 87ЎB3:3:XāV߹Y2t{{|w=bDI=$o$ס;!_*=xȜMW4wtR(GҾCk{p0t~ߙ +!ȷB75q ڑؼn|"=#bKpnw_v;מ/Dq+w7; đ7}&YL{ɍ>&JY^0ו[uWGt5͈+b|}+/[G>ka+$FTik5)n7UmN-R>OqFet {<񍱽)?Sd傲[HS,6'dU4hg\."- ñpW[UtpNj-ڃO(d$.ÑDk8&2nX8$`(ɨL9_#uF_&q "@ԙ)3%Dˀ[P(FQntU`1rAh"`T +j$AB)wxZD!?PD PbgL mB ])]{H0 @To5RYVCN u8۠NfkUtrl$qrP׃) mi* + mUeqժ5c?"ҴNY0|۵^J /Ey*7˙oM~Qm:/mxzF7$`k›91DO ?O8[<aUaAzc}#6B>k2dvr>'w( +kX;ۍ#\Ex? זFlG8{sQ]F㬖5V$G'(/uac/@lLBUy1G-rPx؆^>BP?=p^ߨ94KN6Zne?cNwc{ {ףq,wQDO4/J_{VPPgt*763l3w?6(ˍjp5TvQY( Ǫ`,U­ê:6`qy ;Zg__'.qOE|=oO^"v ?gP3E&^Q 4{fC'i1unזi봍6Jr]"h;z3Q}rgL5Ɨ4s9(1z6#ٴ+# 7//[(4v"^;ɳTٙlVtIjP(2tŵً~1*~!s0"zYV_/:j"݋|>ݴuSfS׳^9/vvVp>,~@hGsuWn%o^]4y7-_ٳf^[0cy9LHO3 ]kU=7`ks+lNRlaW_cˀ&g<+=+'[j"Nc߹u=^hUC|Ǩfg`UWUug}֑Y"-H%&J7ROAݫ|.dmyHUFϩAYA)T:Uxa˫4na&`f&mzyfM山?SW&|^>=)YepU\u=;kS$kd9qW Y_n5SYEl$ϲy/d3t49j!K&/65zJM01 +s.jLl9/sȞ?_ +K̖9bwʑj0_Q\j{*S//6"㿹ۻ\\+iL["\9w_6j̎ x b6te3ʡh$%}Br+cOTGéޖ4<7ī4ޗ'*L+=i[?ƒerlhb4~K="ݪj4O6d3fɖT`ʎqdft]c/f>-S'+(sEa䫌GA <&(C!^kiKs~s ^Z1hO]?xsW5»h!HG p.g*J8:V 掶4=jgz?ZG(W޶m1*v7*&P6EЏܽ~S,_˓?\2/ҒFc߂: {kiXuc̛k L:&?z+.TZb=+1u5:z5͚bzXݬ8+jgmambYu>G,,80ngiu>$=qcVVK|,b1[5>%18x;{Zj5VN<ִIkBZ{vIkDZ;]Ziij{]NVuFUP*+Cyaڛ$",Sb(͉_4.%Fsԝʜz2sX0N[d/֋$ۺ *uQˍZ:jѰORKbp,s7ݦ6ffdjNQ> +endobj +1334 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1353 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1354 0 R +/FontName /CUCKKZ+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1335 0 obj +<< +/K [1355 0 R 1356 0 R] +/P 1302 0 R +/S /TR +>> +endobj +1336 0 obj +<< +/K [1357 0 R 1358 0 R 1359 0 R] +/P 1303 0 R +/S /TR +>> +endobj +1337 0 obj +<< +/K [1360 0 R 1361 0 R 1362 0 R] +/P 1304 0 R +/S /TR +>> +endobj +1338 0 obj +<< +/K 1307 0 R +/P 1306 0 R +/S /TD +>> +endobj +1339 0 obj +<< +/K 1309 0 R +/P 1306 0 R +/S /TD +>> +endobj +1340 0 obj +<< +/K 1310 0 R +/P 1306 0 R +/S /TD +>> +endobj +1341 0 obj +<< +/K 1312 0 R +/P 1311 0 R +/S /TD +>> +endobj +1342 0 obj +<< +/K 1313 0 R +/P 1311 0 R +/S /TD +>> +endobj +1343 0 obj +<< +/K 1314 0 R +/P 1311 0 R +/S /TD +>> +endobj +1344 0 obj +<< +/K 1317 0 R +/P 1316 0 R +/S /TD +>> +endobj +1345 0 obj +<< +/K 1318 0 R +/P 1316 0 R +/S /TD +>> +endobj +1346 0 obj +<< +/K 1319 0 R +/P 1316 0 R +/S /TD +>> +endobj +1347 0 obj +<< +/K 1321 0 R +/P 1320 0 R +/S /TD +>> +endobj +1348 0 obj +<< +/K 1322 0 R +/P 1320 0 R +/S /TD +>> +endobj +1349 0 obj +<< +/K 1323 0 R +/P 1320 0 R +/S /TD +>> +endobj +1350 0 obj +<< +/K 1326 0 R +/P 1325 0 R +/S /TD +>> +endobj +1351 0 obj +<< +/K 1327 0 R +/P 1325 0 R +/S /TD +>> +endobj +1352 0 obj +<< +/K 1328 0 R +/P 1325 0 R +/S /TD +>> +endobj +1353 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +Hj`@ +endstream +endobj +1354 0 obj +<< +/Filter /FlateDecode +/Length 3260 +/Length1 6160 +>> +stream +HVkl>yƀ21!x1u !I ŏuv  'k +D㘴*ZJJHHi+9"JqDT(Ufv ?QU:wsν3kbDN]$ڢY%D[>9BO&R4v4umI%R7nn콼m%|OcliW^Z@yf(Ǧ=*{b/!![ a"VqͿC<$9o d= Q;}azbqMKNF=~IDE_ep/)sd9}kR(R<u:r~Ed_"JcqGG50+5(BJp25$qXSI/Q1{,9f$91v w\g댸U\ƢlHE/av|.lG[k +Nd???P E'VG&CgE1}PTʔ:~NT>NrUy\uЬng8Cꐖaw%[-vikڇW8}> (KZUԏcKRC4'//[N+"Nb Yx^f`H7D*U)hxZz_,<^t!qH&fݧ_Fijj^Ȗ0_7:ª:=c|&=uR +cSYxMu;;8Iߧ4E͠i8*X̞UR\TX̟ykLsȩS3y{r'36;+sQi)*3rz +4LelY%~((|&0+n1v{ó O)Ѣې'j/nNC6_ase-p`6|cVt6=>7 W0I}i`f*ʘMxgAQʬ4sR0E0WV{=IG]d$c9&v!L^Fr[9ߌ=Ik +FV62[<^^5S]'ᮾ]nwZ˻v [''7$-1%jVuCgUׁ ^iQ+@P[$-Uf4 L5 >lĸI5M,?5g*0O2}9ܿ\.RJto$u+ lf[ Yl522㈘A"aR,xC)p1t4 P2 N8Е5F˼Nȑ&7͙3Ȭ̖8;*#SUhbR݂"vd9C0 __lEsw3w*WcӘ*E=xhzHkK $*$&!ڀVWI +Q`W-AHhU b# &ݝ\ꃛ~3vg"4hQIB>Sg +xϻKjGC5{sD*ai3ɾ̘YΌpk:*f2HG&.FBl"ߞw)0f:Auy4ʭ}^ӓx#7L+=e[?ꉖ/ƒeRdhB&2~K="ݪj4 Gd2޳fȖgJq"+dft]cf>-Q'+(rE;<>?WcSyԏׅ8MPÈ WӤ&*5F:wbh -ўE縯jow|;M\Ϟqum{L1V~rP.c.bpE?o`Mm\ϧ{ߋP#a +ߋ)_En VӐ YD)ւTtx6=VJRFź"Yϣs]MЈ+1u5:zu5fu:YqV %bO߃;p|.9`0 N)pniu>=q6V K|,b1[5 +>E18xU VVIiքIiְvJkR:Q{*jTP!UJUP)W(> +/P 1335 0 R +/S /TD +>> +endobj +1356 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/P 1335 0 R +/S /TD +>> +endobj +1357 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/P 1336 0 R +/S /TD +>> +endobj +1358 0 obj +<< +/P 1336 0 R +/S /TD +>> +endobj +1359 0 obj +<< +/P 1336 0 R +/S /TD +>> +endobj +1360 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/P 1337 0 R +/S /TD +>> +endobj +1361 0 obj +<< +/P 1337 0 R +/S /TD +>> +endobj +1362 0 obj +<< +/P 1337 0 R +/S /TD +>> +endobj +xref +0 1363 +0000000000 65535 f +0000000015 00000 n +0000000205 00000 n +0000000376 00000 n +0000004658 00000 n +0000004909 00000 n +0000005036 00000 n +0000006144 00000 n +0000007240 00000 n +0000008259 00000 n +0000009265 00000 n +0000010286 00000 n +0000011345 00000 n +0000012391 00000 n +0000013411 00000 n +0000014444 00000 n +0000015452 00000 n +0000016473 00000 n +0000017482 00000 n +0000018504 00000 n +0000019526 00000 n +0000020547 00000 n +0000021581 00000 n +0000022666 00000 n +0000023738 00000 n +0000024810 00000 n +0000025832 00000 n +0000026867 00000 n +0000027902 00000 n +0000028925 00000 n +0000029974 00000 n +0000031022 00000 n +0000032070 00000 n +0000033106 00000 n +0000034142 00000 n +0000035078 00000 n +0000036933 00000 n +0000037002 00000 n +0000037319 00000 n +0000037655 00000 n +0000041397 00000 n +0000041576 00000 n +0000041703 00000 n +0000041828 00000 n +0000042289 00000 n +0000042757 00000 n +0000042909 00000 n +0000043335 00000 n +0000043613 00000 n +0000044007 00000 n +0000044402 00000 n +0000044614 00000 n +0000056930 00000 n +0000057438 00000 n +0000058534 00000 n +0000059449 00000 n +0000060395 00000 n +0000061366 00000 n +0000062313 00000 n +0000063225 00000 n +0000064252 00000 n +0000065090 00000 n +0000065217 00000 n +0000065342 00000 n +0000065923 00000 n +0000066075 00000 n +0000066306 00000 n +0000066660 00000 n +0000067184 00000 n +0000068097 00000 n +0000074105 00000 n +0000074989 00000 n +0000081222 00000 n +0000086095 00000 n +0000091768 00000 n +0000092252 00000 n +0000092520 00000 n +0000093092 00000 n +0000099206 00000 n +0000105052 00000 n +0000111448 00000 n +0000117300 00000 n +0000122977 00000 n +0000129193 00000 n +0000135064 00000 n +0000140829 00000 n +0000141321 00000 n +0000147573 00000 n +0000153099 00000 n +0000161627 00000 n +0000161755 00000 n +0000161881 00000 n +0000162303 00000 n +0000163072 00000 n +0000170997 00000 n +0000171417 00000 n +0000172239 00000 n +0000175760 00000 n +0000181390 00000 n +0000187089 00000 n +0000193347 00000 n +0000199665 00000 n +0000205810 00000 n +0000211980 00000 n +0000217860 00000 n +0000223798 00000 n +0000228168 00000 n +0000228281 00000 n +0000228409 00000 n +0000229252 00000 n +0000230487 00000 n +0000230585 00000 n +0000231044 00000 n +0000231890 00000 n +0000232985 00000 n +0000234421 00000 n +0000236105 00000 n +0000238040 00000 n +0000240283 00000 n +0000242928 00000 n +0000245757 00000 n +0000248940 00000 n +0000252414 00000 n +0000256164 00000 n +0000260143 00000 n +0000264412 00000 n +0000268924 00000 n +0000275634 00000 n +0000282566 00000 n +0000289801 00000 n +0000297249 00000 n +0000304993 00000 n +0000313164 00000 n +0000321537 00000 n +0000330167 00000 n +0000338945 00000 n +0000344608 00000 n +0000350990 00000 n +0000357375 00000 n +0000357648 00000 n +0000358159 00000 n +0000358431 00000 n +0000358955 00000 n +0000358982 00000 n +0000359287 00000 n +0000359652 00000 n +0000360081 00000 n +0000360381 00000 n +0000360690 00000 n +0000361018 00000 n +0000361394 00000 n +0000361730 00000 n +0000362106 00000 n +0000362429 00000 n +0000362753 00000 n +0000362906 00000 n +0000363101 00000 n +0000363374 00000 n +0000364009 00000 n +0000364036 00000 n +0000364346 00000 n +0000364772 00000 n +0000365122 00000 n +0000365487 00000 n +0000365884 00000 n +0000366318 00000 n +0000366834 00000 n +0000366987 00000 n +0000367420 00000 n +0000367615 00000 n +0000367813 00000 n +0000368209 00000 n +0000368363 00000 n +0000368787 00000 n +0000368983 00000 n +0000369182 00000 n +0000369577 00000 n +0000369850 00000 n +0000370354 00000 n +0000370674 00000 n +0000371046 00000 n +0000371156 00000 n +0000371743 00000 n +0000372385 00000 n +0000372495 00000 n +0000372983 00000 n +0000373572 00000 n +0000373727 00000 n +0000373882 00000 n +0000374297 00000 n +0000374496 00000 n +0000374888 00000 n +0000375043 00000 n +0000375198 00000 n +0000375632 00000 n +0000376028 00000 n +0000376224 00000 n +0000376350 00000 n +0000376505 00000 n +0000376922 00000 n +0000377318 00000 n +0000377518 00000 n +0000377673 00000 n +0000377914 00000 n +0000378461 00000 n +0000380053 00000 n +0000380108 00000 n +0000380164 00000 n +0000380220 00000 n +0000380276 00000 n +0000380331 00000 n +0000380426 00000 n +0000380556 00000 n +0000380632 00000 n +0000380737 00000 n +0000380818 00000 n +0000380899 00000 n +0000380980 00000 n +0000381047 00000 n +0000381114 00000 n +0000381175 00000 n +0000381242 00000 n +0000381309 00000 n +0000381370 00000 n +0000381437 00000 n +0000381504 00000 n +0000381565 00000 n +0000381655 00000 n +0000381737 00000 n +0000381852 00000 n +0000381934 00000 n +0000382016 00000 n +0000382098 00000 n +0000382194 00000 n +0000382276 00000 n +0000382400 00000 n +0000382482 00000 n +0000382564 00000 n +0000382646 00000 n +0000382742 00000 n +0000382824 00000 n +0000382936 00000 n +0000383018 00000 n +0000383100 00000 n +0000383182 00000 n +0000383258 00000 n +0000383325 00000 n +0000383394 00000 n +0000383461 00000 n +0000383522 00000 n +0000383589 00000 n +0000383650 00000 n +0000383717 00000 n +0000383778 00000 n +0000383845 00000 n +0000383906 00000 n +0000384020 00000 n +0000384102 00000 n +0000384184 00000 n +0000384322 00000 n +0000384404 00000 n +0000384486 00000 n +0000384569 00000 n +0000384652 00000 n +0000384738 00000 n +0000384821 00000 n +0000384889 00000 n +0000384957 00000 n +0000385025 00000 n +0000385093 00000 n +0000385161 00000 n +0000385223 00000 n +0000385291 00000 n +0000385359 00000 n +0000385421 00000 n +0000385489 00000 n +0000385557 00000 n +0000385619 00000 n +0000385721 00000 n +0000385804 00000 n +0000385922 00000 n +0000386005 00000 n +0000386088 00000 n +0000386210 00000 n +0000386293 00000 n +0000386376 00000 n +0000386459 00000 n +0000386573 00000 n +0000386656 00000 n +0000386786 00000 n +0000386869 00000 n +0000386952 00000 n +0000387244 00000 n +0000387327 00000 n +0000387450 00000 n +0000387534 00000 n +0000387629 00000 n +0000387713 00000 n +0000387792 00000 n +0000387902 00000 n +0000387986 00000 n +0000388070 00000 n +0000388139 00000 n +0000388208 00000 n +0000388271 00000 n +0000388340 00000 n +0000388409 00000 n +0000388472 00000 n +0000388541 00000 n +0000388610 00000 n +0000388673 00000 n +0000388742 00000 n +0000388811 00000 n +0000388874 00000 n +0000388943 00000 n +0000389012 00000 n +0000389075 00000 n +0000389144 00000 n +0000389213 00000 n +0000389276 00000 n +0000389345 00000 n +0000389414 00000 n +0000389477 00000 n +0000389546 00000 n +0000389615 00000 n +0000389678 00000 n +0000389747 00000 n +0000389816 00000 n +0000389879 00000 n +0000389948 00000 n +0000390017 00000 n +0000390080 00000 n +0000390159 00000 n +0000390257 00000 n +0000390341 00000 n +0000390436 00000 n +0000390520 00000 n +0000390589 00000 n +0000390666 00000 n +0000390750 00000 n +0000390819 00000 n +0000390896 00000 n +0000390980 00000 n +0000391049 00000 n +0000391112 00000 n +0000391181 00000 n +0000391244 00000 n +0000391313 00000 n +0000391376 00000 n +0000391506 00000 n +0000391574 00000 n +0000391686 00000 n +0000391770 00000 n +0000391854 00000 n +0000391922 00000 n +0000392024 00000 n +0000392108 00000 n +0000392177 00000 n +0000392287 00000 n +0000392371 00000 n +0000392451 00000 n +0000392553 00000 n +0000392631 00000 n +0000392729 00000 n +0000392867 00000 n +0000392951 00000 n +0000393053 00000 n +0000393137 00000 n +0000393205 00000 n +0000393336 00000 n +0000393420 00000 n +0000393504 00000 n +0000393572 00000 n +0000393719 00000 n +0000393803 00000 n +0000393887 00000 n +0000393971 00000 n +0000394039 00000 n +0000394198 00000 n +0000394282 00000 n +0000394366 00000 n +0000394450 00000 n +0000394534 00000 n +0000394627 00000 n +0000394711 00000 n +0000394833 00000 n +0000394917 00000 n +0000395001 00000 n +0000395080 00000 n +0000395190 00000 n +0000395274 00000 n +0000395413 00000 n +0000395497 00000 n +0000395581 00000 n +0000395665 00000 n +0000395749 00000 n +0000395943 00000 n +0000396027 00000 n +0000396111 00000 n +0000396195 00000 n +0000396264 00000 n +0000396333 00000 n +0000396414 00000 n +0000396482 00000 n +0000396550 00000 n +0000396619 00000 n +0000396688 00000 n +0000396769 00000 n +0000396837 00000 n +0000396905 00000 n +0000396974 00000 n +0000397043 00000 n +0000397132 00000 n +0000397200 00000 n +0000397268 00000 n +0000397336 00000 n +0000397409 00000 n +0000397478 00000 n +0000397547 00000 n +0000397620 00000 n +0000397688 00000 n +0000397757 00000 n +0000397826 00000 n +0000397907 00000 n +0000397975 00000 n +0000398043 00000 n +0000398112 00000 n +0000398181 00000 n +0000398270 00000 n +0000398338 00000 n +0000398429 00000 n +0000398497 00000 n +0000398604 00000 n +0000398688 00000 n +0000398772 00000 n +0000398911 00000 n +0000398995 00000 n +0000399079 00000 n +0000399163 00000 n +0000399247 00000 n +0000399402 00000 n +0000399486 00000 n +0000399570 00000 n +0000399654 00000 n +0000399793 00000 n +0000399877 00000 n +0000400000 00000 n +0000400084 00000 n +0000400168 00000 n +0000400355 00000 n +0000400439 00000 n +0000400523 00000 n +0000400607 00000 n +0000400691 00000 n +0000400775 00000 n +0000400859 00000 n +0000400938 00000 n +0000401044 00000 n +0000401128 00000 n +0000401212 00000 n +0000401311 00000 n +0000401395 00000 n +0000401482 00000 n +0000401581 00000 n +0000401704 00000 n +0000401788 00000 n +0000401872 00000 n +0000401956 00000 n +0000402025 00000 n +0000402094 00000 n +0000402163 00000 n +0000402232 00000 n +0000402301 00000 n +0000402364 00000 n +0000402433 00000 n +0000402502 00000 n +0000402565 00000 n +0000402634 00000 n +0000402703 00000 n +0000402766 00000 n +0000402835 00000 n +0000402904 00000 n +0000402967 00000 n +0000403078 00000 n +0000403162 00000 n +0000403246 00000 n +0000403345 00000 n +0000403429 00000 n +0000403540 00000 n +0000403624 00000 n +0000403708 00000 n +0000403807 00000 n +0000404010 00000 n +0000404094 00000 n +0000404178 00000 n +0000404262 00000 n +0000404346 00000 n +0000404430 00000 n +0000404514 00000 n +0000404598 00000 n +0000404729 00000 n +0000404813 00000 n +0000404897 00000 n +0000404981 00000 n +0000405198 00000 n +0000405282 00000 n +0000405421 00000 n +0000405505 00000 n +0000405589 00000 n +0000405708 00000 n +0000405792 00000 n +0000405939 00000 n +0000406023 00000 n +0000406107 00000 n +0000406206 00000 n +0000406290 00000 n +0000406374 00000 n +0000406490 00000 n +0000406574 00000 n +0000406658 00000 n +0000406737 00000 n +0000406851 00000 n +0000406958 00000 n +0000407042 00000 n +0000407126 00000 n +0000407206 00000 n +0000407324 00000 n +0000407408 00000 n +0000407515 00000 n +0000407650 00000 n +0000407734 00000 n +0000407818 00000 n +0000407929 00000 n +0000408013 00000 n +0000408148 00000 n +0000408232 00000 n +0000408316 00000 n +0000408396 00000 n +0000408506 00000 n +0000408590 00000 n +0000408713 00000 n +0000408797 00000 n +0000408881 00000 n +0000408980 00000 n +0000409079 00000 n +0000409163 00000 n +0000409242 00000 n +0000409384 00000 n +0000409468 00000 n +0000409552 00000 n +0000409632 00000 n +0000409746 00000 n +0000409830 00000 n +0000409914 00000 n +0000410033 00000 n +0000410117 00000 n +0000410201 00000 n +0000410281 00000 n +0000410379 00000 n +0000410463 00000 n +0000410542 00000 n +0000410611 00000 n +0000410680 00000 n +0000410777 00000 n +0000410847 00000 n +0000410917 00000 n +0000411024 00000 n +0000411109 00000 n +0000411194 00000 n +0000411264 00000 n +0000411334 00000 n +0000411451 00000 n +0000411536 00000 n +0000411621 00000 n +0000411725 00000 n +0000411810 00000 n +0000411909 00000 n +0000411994 00000 n +0000412074 00000 n +0000412188 00000 n +0000412273 00000 n +0000412358 00000 n +0000412428 00000 n +0000412504 00000 n +0000412574 00000 n +0000412638 00000 n +0000412708 00000 n +0000412772 00000 n +0000412842 00000 n +0000412906 00000 n +0000412976 00000 n +0000413040 00000 n +0000413141 00000 n +0000413226 00000 n +0000413333 00000 n +0000413418 00000 n +0000413503 00000 n +0000413583 00000 n +0000413689 00000 n +0000413774 00000 n +0000413855 00000 n +0000413976 00000 n +0000414061 00000 n +0000414234 00000 n +0000414319 00000 n +0000414404 00000 n +0000414489 00000 n +0000414574 00000 n +0000414655 00000 n +0000414736 00000 n +0000414870 00000 n +0000414955 00000 n +0000415040 00000 n +0000415261 00000 n +0000415346 00000 n +0000415427 00000 n +0000415573 00000 n +0000415658 00000 n +0000415739 00000 n +0000415855 00000 n +0000415940 00000 n +0000416111 00000 n +0000416196 00000 n +0000416281 00000 n +0000416366 00000 n +0000416451 00000 n +0000416536 00000 n +0000416673 00000 n +0000416758 00000 n +0000416843 00000 n +0000416936 00000 n +0000417040 00000 n +0000417125 00000 n +0000417229 00000 n +0000417314 00000 n +0000417395 00000 n +0000417534 00000 n +0000417619 00000 n +0000417704 00000 n +0000417810 00000 n +0000417914 00000 n +0000417999 00000 n +0000418080 00000 n +0000418208 00000 n +0000418289 00000 n +0000418418 00000 n +0000418503 00000 n +0000418588 00000 n +0000418669 00000 n +0000418750 00000 n +0000418919 00000 n +0000419004 00000 n +0000419089 00000 n +0000419170 00000 n +0000419320 00000 n +0000419405 00000 n +0000419490 00000 n +0000419575 00000 n +0000419660 00000 n +0000419774 00000 n +0000419859 00000 n +0000419929 00000 n +0000419999 00000 n +0000420075 00000 n +0000420145 00000 n +0000420215 00000 n +0000420299 00000 n +0000420384 00000 n +0000420454 00000 n +0000420524 00000 n +0000420600 00000 n +0000420670 00000 n +0000420740 00000 n +0000420832 00000 n +0000420917 00000 n +0000421002 00000 n +0000421072 00000 n +0000421142 00000 n +0000421221 00000 n +0000421306 00000 n +0000421417 00000 n +0000421502 00000 n +0000421583 00000 n +0000421717 00000 n +0000421802 00000 n +0000421887 00000 n +0000422007 00000 n +0000422092 00000 n +0000422177 00000 n +0000422262 00000 n +0000422336 00000 n +0000422406 00000 n +0000422476 00000 n +0000422545 00000 n +0000422660 00000 n +0000422745 00000 n +0000422830 00000 n +0000422900 00000 n +0000422970 00000 n +0000423039 00000 n +0000423108 00000 n +0000423177 00000 n +0000423313 00000 n +0000423398 00000 n +0000423483 00000 n +0000423553 00000 n +0000423623 00000 n +0000423692 00000 n +0000423829 00000 n +0000423914 00000 n +0000424054 00000 n +0000424139 00000 n +0000424224 00000 n +0000424309 00000 n +0000424408 00000 n +0000424493 00000 n +0000424574 00000 n +0000424720 00000 n +0000424805 00000 n +0000424886 00000 n +0000425187 00000 n +0000425272 00000 n +0000425353 00000 n +0000425434 00000 n +0000425583 00000 n +0000425668 00000 n +0000425753 00000 n +0000425834 00000 n +0000425999 00000 n +0000426084 00000 n +0000426169 00000 n +0000426254 00000 n +0000426339 00000 n +0000426461 00000 n +0000426546 00000 n +0000426631 00000 n +0000426712 00000 n +0000427073 00000 n +0000427158 00000 n +0000427243 00000 n +0000427328 00000 n +0000427409 00000 n +0000427542 00000 n +0000427623 00000 n +0000427704 00000 n +0000427785 00000 n +0000427866 00000 n +0000427947 00000 n +0000428028 00000 n +0000428109 00000 n +0000428190 00000 n +0000428271 00000 n +0000428352 00000 n +0000428433 00000 n +0000428514 00000 n +0000428595 00000 n +0000428676 00000 n +0000428757 00000 n +0000428838 00000 n +0000428919 00000 n +0000429000 00000 n +0000429105 00000 n +0000429189 00000 n +0000429276 00000 n +0000429363 00000 n +0000429464 00000 n +0000429548 00000 n +0000429649 00000 n +0000429733 00000 n +0000429820 00000 n +0000429889 00000 n +0000429958 00000 n +0000430031 00000 n +0000430100 00000 n +0000430169 00000 n +0000430250 00000 n +0000430319 00000 n +0000430388 00000 n +0000430473 00000 n +0000430557 00000 n +0000430626 00000 n +0000430695 00000 n +0000430780 00000 n +0000430864 00000 n +0000430933 00000 n +0000431002 00000 n +0000431095 00000 n +0000431179 00000 n +0000431263 00000 n +0000431332 00000 n +0000431401 00000 n +0000431474 00000 n +0000431543 00000 n +0000431612 00000 n +0000431681 00000 n +0000431750 00000 n +0000431819 00000 n +0000431882 00000 n +0000431951 00000 n +0000432020 00000 n +0000432089 00000 n +0000432194 00000 n +0000432278 00000 n +0000432347 00000 n +0000432416 00000 n +0000432505 00000 n +0000432589 00000 n +0000432658 00000 n +0000432727 00000 n +0000432796 00000 n +0000432865 00000 n +0000432934 00000 n +0000433015 00000 n +0000433099 00000 n +0000433168 00000 n +0000433237 00000 n +0000433334 00000 n +0000433418 00000 n +0000433487 00000 n +0000433556 00000 n +0000433645 00000 n +0000433729 00000 n +0000433798 00000 n +0000433867 00000 n +0000433948 00000 n +0000434032 00000 n +0000434101 00000 n +0000434170 00000 n +0000434271 00000 n +0000434355 00000 n +0000434439 00000 n +0000434508 00000 n +0000434577 00000 n +0000434658 00000 n +0000434742 00000 n +0000434811 00000 n +0000434880 00000 n +0000434985 00000 n +0000435069 00000 n +0000435139 00000 n +0000435209 00000 n +0000435298 00000 n +0000435383 00000 n +0000435453 00000 n +0000435523 00000 n +0000435594 00000 n +0000435664 00000 n +0000435734 00000 n +0000435798 00000 n +0000435868 00000 n +0000435938 00000 n +0000436017 00000 n +0000436102 00000 n +0000436172 00000 n +0000436242 00000 n +0000436313 00000 n +0000436383 00000 n +0000436453 00000 n +0000436524 00000 n +0000436632 00000 n +0000436717 00000 n +0000436805 00000 n +0000436893 00000 n +0000436988 00000 n +0000437091 00000 n +0000437176 00000 n +0000437289 00000 n +0000437374 00000 n +0000437444 00000 n +0000437514 00000 n +0000437641 00000 n +0000437726 00000 n +0000437811 00000 n +0000437881 00000 n +0000437951 00000 n +0000438027 00000 n +0000438097 00000 n +0000438167 00000 n +0000438238 00000 n +0000438308 00000 n +0000438378 00000 n +0000438472 00000 n +0000438557 00000 n +0000438627 00000 n +0000438697 00000 n +0000438791 00000 n +0000438876 00000 n +0000438946 00000 n +0000439016 00000 n +0000439087 00000 n +0000439157 00000 n +0000439227 00000 n +0000439311 00000 n +0000439396 00000 n +0000439466 00000 n +0000439536 00000 n +0000439617 00000 n +0000439687 00000 n +0000439757 00000 n +0000439821 00000 n +0000439891 00000 n +0000439961 00000 n +0000440032 00000 n +0000440102 00000 n +0000440172 00000 n +0000440256 00000 n +0000440341 00000 n +0000440436 00000 n +0000440506 00000 n +0000440576 00000 n +0000440662 00000 n +0000440732 00000 n +0000440802 00000 n +0000440891 00000 n +0000440976 00000 n +0000441046 00000 n +0000441116 00000 n +0000441205 00000 n +0000441290 00000 n +0000441360 00000 n +0000441430 00000 n +0000441519 00000 n +0000441604 00000 n +0000441674 00000 n +0000441744 00000 n +0000441833 00000 n +0000441918 00000 n +0000441988 00000 n +0000442058 00000 n +0000442149 00000 n +0000442219 00000 n +0000442289 00000 n +0000442365 00000 n +0000442435 00000 n +0000442505 00000 n +0000442584 00000 n +0000442669 00000 n +0000442739 00000 n +0000442809 00000 n +0000442885 00000 n +0000442955 00000 n +0000443025 00000 n +0000443111 00000 n +0000443219 00000 n +0000443304 00000 n +0000443392 00000 n +0000443480 00000 n +0000443575 00000 n +0000443678 00000 n +0000443763 00000 n +0000443884 00000 n +0000443969 00000 n +0000444054 00000 n +0000444124 00000 n +0000444194 00000 n +0000444319 00000 n +0000444404 00000 n +0000444489 00000 n +0000444574 00000 n +0000444644 00000 n +0000444714 00000 n +0000444803 00000 n +0000444888 00000 n +0000444958 00000 n +0000445028 00000 n +0000445125 00000 n +0000445210 00000 n +0000445295 00000 n +0000445365 00000 n +0000445435 00000 n +0000445511 00000 n +0000445581 00000 n +0000445651 00000 n +0000445722 00000 n +0000445792 00000 n +0000445862 00000 n +0000445926 00000 n +0000455823 00000 n +0000466163 00000 n +0000466353 00000 n +0000468846 00000 n +0000469348 00000 n +0000470918 00000 n +0000472511 00000 n +0000473212 00000 n +0000473239 00000 n +0000473544 00000 n +0000473854 00000 n +0000487676 00000 n +0000487866 00000 n +0000491481 00000 n +0000493213 00000 n +0000497035 00000 n +0000497062 00000 n +0000497367 00000 n +0000497809 00000 n +0000498109 00000 n +0000498409 00000 n +0000498770 00000 n +0000499146 00000 n +0000499173 00000 n +0000499479 00000 n +0000499896 00000 n +0000500197 00000 n +0000500498 00000 n +0000500858 00000 n +0000510224 00000 n +0000511769 00000 n +0000517078 00000 n +0000522084 00000 n +0000522112 00000 n +0000522418 00000 n +0000522446 00000 n +0000522752 00000 n +0000523150 00000 n +0000523451 00000 n +0000523811 00000 n +0000523839 00000 n +0000524145 00000 n +0000524173 00000 n +0000524479 00000 n +0000524922 00000 n +0000525299 00000 n +0000525600 00000 n +0000525629 00000 n +0000525935 00000 n +0000526286 00000 n +0000526684 00000 n +0000527026 00000 n +0000527386 00000 n +0000527688 00000 n +0000527989 00000 n +0000528018 00000 n +0000528324 00000 n +0000528647 00000 n +0000528973 00000 n +0000529067 00000 n +0000529490 00000 n +0000529988 00000 n +0000530061 00000 n +0000530152 00000 n +0000530234 00000 n +0000530370 00000 n +0000530461 00000 n +0000530517 00000 n +0000530597 00000 n +0000530660 00000 n +0000530723 00000 n +0000530786 00000 n +0000530849 00000 n +0000530912 00000 n +0000530985 00000 n +0000531058 00000 n +0000531149 00000 n +0000531205 00000 n +0000531261 00000 n +0000531334 00000 n +0000531425 00000 n +0000531516 00000 n +0000531589 00000 n +0000531645 00000 n +0000531701 00000 n +0000531782 00000 n +0000531863 00000 n +0000531944 00000 n +0000532009 00000 n +0000532082 00000 n +0000532147 00000 n +0000532220 00000 n +0000532285 00000 n +0000532358 00000 n +0000532413 00000 n +0000532486 00000 n +0000532541 00000 n +0000532614 00000 n +0000532669 00000 n +0000532742 00000 n +0000532797 00000 n +0000532870 00000 n +0000532925 00000 n +0000532998 00000 n +0000533063 00000 n +0000533136 00000 n +0000533201 00000 n +0000533274 00000 n +0000533339 00000 n +0000533412 00000 n +0000533477 00000 n +0000533550 00000 n +0000533615 00000 n +0000533688 00000 n +0000533753 00000 n +0000533826 00000 n +0000533891 00000 n +0000533964 00000 n +0000534029 00000 n +0000534102 00000 n +0000534167 00000 n +0000534240 00000 n +0000534305 00000 n +0000534378 00000 n +0000534443 00000 n +0000534516 00000 n +0000534581 00000 n +0000534654 00000 n +0000534719 00000 n +0000534792 00000 n +0000534857 00000 n +0000534930 00000 n +0000534985 00000 n +0000535160 00000 n +0000535215 00000 n +0000535289 00000 n +0000535344 00000 n +0000535418 00000 n +0000535473 00000 n +0000535547 00000 n +0000535602 00000 n +0000535776 00000 n +0000535841 00000 n +0000535914 00000 n +0000535979 00000 n +0000536052 00000 n +0000536117 00000 n +0000536190 00000 n +0000536255 00000 n +0000536328 00000 n +0000536393 00000 n +0000536466 00000 n +0000536531 00000 n +0000536604 00000 n +0000536669 00000 n +0000536742 00000 n +0000536807 00000 n +0000536880 00000 n +0000536945 00000 n +0000537018 00000 n +0000537083 00000 n +0000537156 00000 n +0000537221 00000 n +0000537294 00000 n +0000537359 00000 n +0000537432 00000 n +0000537497 00000 n +0000537570 00000 n +0000537635 00000 n +0000537708 00000 n +0000537763 00000 n +0000537836 00000 n +0000537891 00000 n +0000537964 00000 n +0000538019 00000 n +0000538092 00000 n +0000538147 00000 n +0000538220 00000 n +0000538275 00000 n +0000538348 00000 n +0000538413 00000 n +0000538486 00000 n +0000538551 00000 n +0000538624 00000 n +0000538689 00000 n +0000538762 00000 n +0000538827 00000 n +0000538900 00000 n +0000538965 00000 n +0000539038 00000 n +0000539103 00000 n +0000539176 00000 n +0000539241 00000 n +0000539314 00000 n +0000539379 00000 n +0000539452 00000 n +0000539506 00000 n +0000539570 00000 n +0000539624 00000 n +0000539678 00000 n +0000539732 00000 n +0000539797 00000 n +0000539871 00000 n +0000539936 00000 n +0000540010 00000 n +0000540075 00000 n +0000540149 00000 n +0000540214 00000 n +0000540297 00000 n +0000540362 00000 n +0000540436 00000 n +0000540501 00000 n +0000540575 00000 n +0000540640 00000 n +0000540714 00000 n +0000540779 00000 n +0000540853 00000 n +0000540918 00000 n +0000540992 00000 n +0000541046 00000 n +0000541111 00000 n +0000541185 00000 n +0000541250 00000 n +0000541324 00000 n +0000541389 00000 n +0000541463 00000 n +0000541528 00000 n +0000541602 00000 n +0000541667 00000 n +0000541741 00000 n +0000541806 00000 n +0000541880 00000 n +0000541945 00000 n +0000542019 00000 n +0000542084 00000 n +0000542158 00000 n +0000542223 00000 n +0000542297 00000 n +0000542362 00000 n +0000542436 00000 n +0000542501 00000 n +0000542575 00000 n +0000542640 00000 n +0000542714 00000 n +0000542779 00000 n +0000542853 00000 n +0000542918 00000 n +0000542992 00000 n +0000543057 00000 n +0000543131 00000 n +0000543185 00000 n +0000543249 00000 n +0000543303 00000 n +0000543357 00000 n +0000543411 00000 n +0000543476 00000 n +0000543550 00000 n +0000543615 00000 n +0000543689 00000 n +0000543754 00000 n +0000543828 00000 n +0000543893 00000 n +0000543967 00000 n +0000544032 00000 n +0000544106 00000 n +0000544171 00000 n +0000544245 00000 n +0000544310 00000 n +0000544384 00000 n +0000544449 00000 n +0000544523 00000 n +0000544588 00000 n +0000544662 00000 n +0000544727 00000 n +0000544801 00000 n +0000544866 00000 n +0000544940 00000 n +0000544994 00000 n +0000545059 00000 n +0000545133 00000 n +0000545198 00000 n +0000545272 00000 n +0000545337 00000 n +0000545411 00000 n +0000545476 00000 n +0000545550 00000 n +0000545615 00000 n +0000545689 00000 n +0000545754 00000 n +0000545828 00000 n +0000545893 00000 n +0000545967 00000 n +0000546032 00000 n +0000546106 00000 n +0000546171 00000 n +0000546245 00000 n +0000546310 00000 n +0000546384 00000 n +0000546438 00000 n +0000546502 00000 n +0000546556 00000 n +0000546610 00000 n +0000546664 00000 n +0000546729 00000 n +0000546803 00000 n +0000546868 00000 n +0000546942 00000 n +0000547007 00000 n +0000547081 00000 n +0000547146 00000 n +0000547220 00000 n +0000547285 00000 n +0000547359 00000 n +0000547424 00000 n +0000547498 00000 n +0000547575 00000 n +0000547872 00000 n +0000547949 00000 n +0000548246 00000 n +0000550422 00000 n +0000550613 00000 n +0000552656 00000 n +0000554067 00000 n +0000554519 00000 n +0000555214 00000 n +0000558585 00000 n +0000558732 00000 n +0000558878 00000 n +0000559015 00000 n +0000559099 00000 n +0000559183 00000 n +0000559257 00000 n +0000559322 00000 n +0000559376 00000 n +0000559450 00000 n +0000559534 00000 n +0000559617 00000 n +0000559691 00000 n +0000559810 00000 n +0000559894 00000 n +0000559978 00000 n +0000560052 00000 n +0000560117 00000 n +0000560218 00000 n +0000560302 00000 n +0000560376 00000 n +0000560450 00000 n +0000560533 00000 n +0000560617 00000 n +0000560701 00000 n +0000560766 00000 n +0000560831 00000 n +0000560896 00000 n +0000560985 00000 n +0000564335 00000 n +0000564424 00000 n +0000567772 00000 n +0000567849 00000 n +0000568146 00000 n +0000568212 00000 n +0000568287 00000 n +0000568362 00000 n +0000568417 00000 n +0000568472 00000 n +0000568527 00000 n +0000568582 00000 n +0000568637 00000 n +0000568692 00000 n +0000568747 00000 n +0000568802 00000 n +0000568857 00000 n +0000568912 00000 n +0000568967 00000 n +0000569022 00000 n +0000569077 00000 n +0000569132 00000 n +0000569187 00000 n +0000569276 00000 n +0000572626 00000 n +0000572699 00000 n +0000572772 00000 n +0000572845 00000 n +0000572888 00000 n +0000572931 00000 n +0000573004 00000 n +0000573047 00000 n +trailer +<< +/ID [<5097551FCAF38D4FB99145E579BD1E83> <0BA72DB8FCE86F47B52AD178A1C76531>] +/Info 1 0 R +/Root 2 0 R +/Size 1363 +>> +startxref +573090 +%%EOF diff --git a/static/IDDRSStandards/2/IDDRS-2.11-The-Legal-Framework-For-UNDDR.pdf b/static/IDDRSStandards/2/IDDRS-2.11-The-Legal-Framework-For-UNDDR.pdf new file mode 100644 index 0000000..22c8f54 --- /dev/null +++ b/static/IDDRSStandards/2/IDDRS-2.11-The-Legal-Framework-For-UNDDR.pdf @@ -0,0 +1,19032 @@ +%PDF-1.4 +% +1 0 obj +<< +/CreationDate (D:20210108133544+01'00') +/Creator (Adobe InDesign 15.0 \(Windows\)) +/ModDate (D:20210108141109+01'00') +/Producer (Adobe PDF Library 15.0) +/Trapped /False +>> +endobj +2 0 obj +<< +/Lang (de-DE) +/MarkInfo << +/Marked true +>> +/Metadata 3 0 R +/Names 4 0 R +/Pages 5 0 R +/StructTreeRoot 6 0 R +/Type /Catalog +/ViewerPreferences << +/Direction /L2R +>> +>> +endobj +3 0 obj +<< +/Length 4200 +/Subtype /XML +/Type /Metadata +>> +stream + + + + + 2021-01-08T13:35:44+01:00 + 2021-01-08T13:35:47+01:00 + Adobe InDesign 15.0 (Windows) + 2021-01-08T14:11:09+01:00 + uuid:e7321e2c-decd-4559-b273-e4b0322f831c + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + xmp.id:2465cacc-c8a5-1d46-929b-bdd8550647e5 + proof:pdf + + xmp.iid:a0e14084-d358-8c4d-9afa-b95425437a86 + xmp.did:23d656dc-1b47-e247-b323-5c6dc2a2ba8f + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + default + + + + + converted + from application/x-indesign to application/pdf + Adobe InDesign 15.0 (Windows) + / + 2021-01-08T13:35:44+01:00 + + + + application/pdf + Adobe PDF Library 15.0 + False + + + + + + + + + + + + + + + + + + + + + + + + + +endstream +endobj +4 0 obj +<< +/Dests 7 0 R +>> +endobj +5 0 obj +<< +/Count 28 +/Kids [8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R +24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R] +/Type /Pages +>> +endobj +6 0 obj +<< +/ClassMap 36 0 R +/K 37 0 R +/ParentTree 38 0 R +/ParentTreeNextKey 91 +/RoleMap 39 0 R +/Type /StructTreeRoot +>> +endobj +7 0 obj +<< +/Names [(BICC_UN_DDR-Module 2_11_online_final.indd:4615) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4616) [10 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4620) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4621) [14 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4622) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4623) [18 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4624) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4625) [18 0 R /Fit] +(BICC_UN_DDR-Module 2_11_online_final.indd:4626) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4627) [19 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4628) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4629) [20 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4630) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4631) [20 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4662) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4663) [21 0 R /Fit] +(BICC_UN_DDR-Module 2_11_online_final.indd:4664) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4665) [21 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4666) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4667) [21 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4668) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4669) [21 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4670) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4671) [21 0 R /Fit] +(BICC_UN_DDR-Module 2_11_online_final.indd:4672) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4673) [21 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4674) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4675) [21 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4676) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4677) [21 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4678) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4679) [21 0 R /Fit] +(BICC_UN_DDR-Module 2_11_online_final.indd:4680) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4681) [23 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4682) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4683) [23 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4684) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4685) [23 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4686) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4687) [23 0 R /Fit] +(BICC_UN_DDR-Module 2_11_online_final.indd:4688) [33 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4689) [23 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4692) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4693) [23 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4694) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4695) [23 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4697) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4698) [24 0 R /Fit] +(BICC_UN_DDR-Module 2_11_online_final.indd:4699) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4700) [24 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4701) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4702) [25 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4703) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4704) [25 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4707) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4708) [28 0 R /Fit] +(BICC_UN_DDR-Module 2_11_online_final.indd:4709) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4710) [29 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4711) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4712) [30 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4714) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4715) [30 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4718) [34 0 R /Fit] (BICC_UN_DDR-Module 2_11_online_final.indd:4719) [31 0 R /Fit]] +>> +endobj +8 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 40 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 670 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ColorSpace << +/CS0 41 0 R +>> +/ExtGState << +/GS0 42 0 R +/GS1 43 0 R +>> +/Font << +/TT0 44 0 R +/TT1 45 0 R +/C2_0 46 0 R +/T1_0 47 0 R +/T1_1 48 0 R +/T1_2 49 0 R +/T1_3 50 0 R +/T1_4 51 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 52 0 R +/Fm1 53 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +9 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents [54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R 60 0 R 61 0 R] +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 205 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +/T1_1 66 0 R +/T1_2 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +10 0 obj +<< +/Annots 69 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 70 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 555 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +/T1_1 71 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 1 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +11 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 73 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 556 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/TT1 74 0 R +/C2_0 75 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 3 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +12 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 76 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1366 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 74 0 R +/TT1 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 77 0 R +/T1_2 71 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 4 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +13 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 78 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1376 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 5 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +14 0 obj +<< +/Annots 79 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 80 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1470 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +/T1_1 77 0 R +/T1_2 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 6 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +15 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 81 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1480 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/TT1 74 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 8 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +16 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 82 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1505 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/TT1 74 0 R +/C2_0 75 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 9 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +17 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 83 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1515 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 71 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 10 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +18 0 obj +<< +/Annots 84 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 85 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1607 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 11 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +19 0 obj +<< +/Annots 86 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 87 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1617 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 14 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +20 0 obj +<< +/Annots 88 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 89 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1651 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 16 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +21 0 obj +<< +/Annots 90 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 91 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1661 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +/T1_1 71 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 19 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +22 0 obj +<< +/Annots 92 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 93 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 749 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 29 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +23 0 obj +<< +/Annots 94 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 95 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 750 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 31 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +24 0 obj +<< +/Annots 96 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 97 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1899 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 39 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +25 0 obj +<< +/Annots 98 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 99 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1870 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 42 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +26 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 100 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1813 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/TT1 74 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 45 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +27 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 101 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1814 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 46 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +28 0 obj +<< +/Annots 102 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 103 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3119 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/TT1 74 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 47 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +29 0 obj +<< +/Annots 104 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 105 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3120 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +/T1_1 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 49 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +30 0 obj +<< +/Annots 106 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 107 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3206 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 51 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +31 0 obj +<< +/Annots 108 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 109 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3207 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/C2_0 75 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 54 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +32 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 110 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3284 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +/T1_1 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 56 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +33 0 obj +<< +/Annots 111 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 112 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3285 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 57 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +34 0 obj +<< +/Annots 113 0 R +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 114 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 4315 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/TT0 64 0 R +/T1_0 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 72 0 R +>> +>> +/Rotate 0 +/StructParents 80 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +35 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 115 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 5 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1846 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 116 0 R +>> +/XObject << +/Fm0 117 0 R +/Fm1 118 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +36 0 obj +<< +/A4 << +/O /Layout +/LineHeight 11.0 +/BaselineShift 3.66299 +>> +/A5 << +/O /Layout +/LineHeight 0.0 +>> +/A6 << +/O /Layout +/LineHeight 12.5 +>> +/A7 << +/O /Layout +/LineHeight 10.5 +>> +/Pa1 << +/O /Layout +/LineHeight 16.0 +/SpaceAfter 4.0 +/SpaceBefore 28.0 +>> +/Pa2 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +>> +/Pa3 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent 22.0 +>> +/Pa5 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/StartIndent 39.0 +>> +/Pa6 << +/O /Layout +/LineHeight 16.0 +>> +/Pa7 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/SpaceBefore 8.0 +/StartIndent 22.0 +>> +/Pa8 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa9 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 28.0 +>> +/Pa10 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceBefore 8.0 +>> +/Pa11 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa12 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 8.0 +>> +/Pa13 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -22.0 +/SpaceBefore 8.0 +/StartIndent 22.0 +>> +/Pa16 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/SpaceBefore 8.0 +/StartIndent 34.0 +>> +/Pa17 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -11.0 +/StartIndent 34.0 +>> +/Pa18 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceBefore 5.0 +>> +/Pa20 << +/O /Layout +/TextAlign /Justify +/LineHeight 8.75 +/TextIndent -22.0 +/StartIndent 22.0 +>> +>> +endobj +37 0 obj +<< +/K 119 0 R +/Lang (de-DE) +/P 6 0 R +/S /Document +>> +endobj +38 0 obj +<< +/Kids [120 0 R 121 0 R] +>> +endobj +39 0 obj +<< +/Story /Sect +/Article /Art +/Lauftext /P +/Kapitel-Head /P +/Endnote_1._Abs /P +/Zwischenhead_1 /P +/Zwischenhead_2 /P +/Zwischenhead_3 /P +/Zwischenhead_4 /P +/Lauftext_1._Abs /P +/Einklinker-Text__rec /P +>> +endobj +40 0 obj +<< +/Filter /FlateDecode +/Length 2540 +>> +stream +HWoEor@A8UC[-|DV7C+K*@%9C{3o^\(q0Pb^u~tn2Onp:x&O^>Z?{~"ƃ,|;p9[u4Qx9TF >PE/bqR9a|MsJt ˑ~3P_9\iW;Nجa2V: TI /iw/f, f<`h9:mS~w_~>Ifsp+q!G`!Gl&yvҾ7(Y[ׂscd*^&3ٹ'_jF 3:g n_P9Xx? }$bcct1[䂀yqz`Vc`-DbT[vǞ(q?|ڏi[n8a]HU +݅~d[ *1:`*0efjgщAjap+aNMk4x+yno6x-1?glgrMUDY-lDcR_y*M33^{RNTvxz0O]>9;=;SJǂM;jpS[Ǻ0É\BT+6ge 8eS ,1 |˘ay%7kZ `[br`s)G֝3nK$iI ?2#[D24JPPMs%2j Pze߇i)?Xkc)8۾Fתn_H~|Ͻ]è6}%*lm;n +j>gy\u_Vu꒮RSk^2nWI]q}G#܎6sDMav>&,ea`Id3E"2YE#u_&$,H`-AfF L'˦,>N7f!5LԽ? +7hd_p(DʆŝAmR]: iܺ4 +,-<^r {d\w-9U2-+,oE:!2rtWua7ґ7\l>߰e)~ޔ;(˨N6@k +s'-ImV8˟z?:WnQkoج"[G,BS*oPh}BdSr@DaC.PGR<^@ w5j|Mh;&^t?^671Jev hW٬;L8$.E|V\ X=_  T p(nH̬t5m|u+94ߑ$\k*^jY'Rg^4fC]%ZjMxC4shl ,Nnsvnx; "29XOft Sr5MgSo{z{.~k.~\<{Vʽ;_ŽГ{Vop/4G]䳮 +.B>]$d1p+ôz6 +ݐVv!״vy;oB\Hk"݄4Q}9=jEcM(ukrK߂ši؆)R֛K&z(g;1 H+=p#KVySe&g!~w!HNdAT|4;s.N{+|K6x\A dh|l)dm5aJ^_!w4-.*X/v1 Wzj)Nl +goh-ZnFkIc` +B󸻲yH#42s3u{t6jv/bwvjIGv1=JVLGr78Fe`:MniN#fV6ӮlTBDL\,Kb~=J)K',AzK;ÃNudSs6ߗk;D1Eq[4m}QL6* 5k_'5][ _ھf)BvQLԧ@#DϨXR~OK|CT's{!Kr:МI)kKj83r:]j̸,8{Z݄XcVﯻ-tOrR"(Oن +ׅʰW]U\]yEuʲu%GvVs70bɳ䌟ۚ.]-U@{[kޤJRU:~cmmW> +endstream +endobj +41 0 obj +[/Separation /Pantone#20541C /DeviceRGB << +/C0 [1.0 1.0 1.0] +/C1 [0.0 0.235294 0.443137] +/Domain [0 1] +/FunctionType 2 +/N 1.0 +/Range [0.0 1.0 0.0 1.0 0.0 1.0] +>>] +endobj +42 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +43 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +44 0 obj +<< +/BaseFont /SKMYOJ+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 122 0 R +/LastChar 146 +/Subtype /TrueType +/ToUnicode 123 0 R +/Type /Font +/Widths [250 0 0 0 0 0 0 0 0 0 0 0 250 0 250 0 +500 500 500 500 500 500 500 0 0 500 0 0 0 0 0 0 +0 0 0 709 0 611 0 0 0 337 0 0 0 946 831 0 +0 0 0 525 0 0 0 0 0 0 0 0 0 0 0 0 +0 500 553 444 611 479 333 556 0 291 0 556 291 883 582 546 +601 0 395 424 326 603 565 834 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 278] +>> +endobj +45 0 obj +<< +/BaseFont /EKOSAL+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 124 0 R +/LastChar 121 +/Subtype /TrueType +/ToUnicode 125 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 0 0 0 0 246 0 218 0 +0 348 462 434 452 0 0 0 0 0 236 0 0 0 0 0 +0 696 0 0 0 0 0 726 0 348 0 0 0 884 0 0 +0 0 0 528 602 0 0 0 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 378 508 0 302 264 0 312 800 556 490 +528 0 378 396 340 546 508 0 462 518] +>> +endobj +46 0 obj +<< +/BaseFont /AOPZWT+Wingdings-Regular +/DescendantFonts 126 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 127 0 R +/Type /Font +>> +endobj +47 0 obj +<< +/BaseFont /ISSVED+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 128 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 129 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +48 0 obj +<< +/BaseFont /JRCBSB+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 130 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 131 0 R +/Type /Font +/Widths [202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 285] +>> +endobj +49 0 obj +<< +/BaseFont /XHBHGZ+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 132 0 R +/LastChar 119 +/Subtype /Type1 +/ToUnicode 133 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 666 0 487 0 0 0 0 0 472 0 658 0 +0 0 538 0 497 647 0 0 0 0 0 0 0 0 0 0 +0 482 0 0 0 501 292 559 555 0 0 469 236 834 0 549 +0 0 327 0 0 0 0 736] +>> +endobj +50 0 obj +<< +/BaseFont /WIRBSB+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 134 0 R +/LastChar 119 +/Subtype /Type1 +/ToUnicode 135 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 683 0 509 0 0 0 0 0 493 0 676 0 +0 0 569 0 525 666 0 0 0 0 0 0 0 0 0 0 +0 508 0 0 0 516 319 573 572 0 0 509 257 848 0 564 +0 0 356 0 0 0 0 749] +>> +endobj +51 0 obj +<< +/BaseFont /AWNUWT+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 46 +/FontDescriptor 136 0 R +/LastChar 50 +/Subtype /Type1 +/ToUnicode 137 0 R +/Type /Font +/Widths [233 0 0 426 426] +>> +endobj +52 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 12084 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 41 0 R +>> +/ExtGState << +/GS0 42 0 R +>> +>> +/Subtype /Form +>> +stream +H\Ir%D]J>=Jfms(*??Ŋ[{UkyQu컖6>Gqo~p0l׺csy'G~}F`{D3];[={ܭ fjZ\cq>F׶8˸#+&rkcw=ֽ]::U=ƝQ6WJX5ֽC&rq͍gs&7Fh K(c}@œ5gz3~y"ֹwyiD&j8qsg']suVOnWnXT]ΨVKWU%`,ZȊ}a%-'}z<V\(!aq ;&rԒ%=7ȰoL;ϖ铬`( + NϜt2+!'jT ʎ<P"x\ܽw%no)\t6U%@:-7P n졠LqPd8̸3`h3q8ST[xkf +<]3}5gLןORlD7%al&VG1f5(jٚ2iQRɒ.zͯ&ǭ>5V{ܼE}BxJ1_+]L}JϡH6: ~1٬)$0V9obMoTWtfq] +,;܇ER@WaAu8 RN {ѶFQWuNl͞΂Naa8<{r\]݃p7w.Izd 5IS q갶D3wDE^vH*;dY(]P$&Jar&אYZlP+I6ջV"'݇RW>}+x&Q2p[~j RRb<G 4:սPZuuy^!˛<:/h',) -ުI6wf}~Z0:av(ڟ;l!8ݪ4w74 ѵq jYh\<8aqJ$S0c=٩*ѡ;hGro[iG\Vi_w41 (>U3Pi)m\G[O/eg8JHw^oRXW_̋tŭ??)21VѲ`›'u+8Mmd=ˡ@N9B;#ra\Zq; v'|Y#Q,T$VCD.AA@KќAc[7gQ%U8vee[\* ]qdZSy뫏֭#p!Uaj GqC"k0cz +uЦ֝m\*j$MH%05TWS5,&DRq`ÅVl JJ+J4!-rO%)WV+D2uE[z\2M2[w! Z e-GFVI;;\|^jFd|DAo T!6.KD3mWBכPj}қz,Z=Q(T6c$H@u1UUJ~1QI&/ pF+$d++7׻X޶?Xv'%b{\-ٸ~isec9Ϗ/ ϶SU-WM(D!jb!8_r$;)3f$4M= +7O2 O򄛮ދ#X+{7F@z0h&6 +mUה"eUM=9V[g qQ &+v&s>:qJy~+/1ވ&c^KjKhYoC$Pq2PuK]u? ])qD;aḨqP+WT5Ɛ6H9R|<ժӈgl&Z{[VIH2 #b}! >jz@2/vQ4> -9ZN/OTf&'ܦ|Ƙ} +OKޗܱBth=߹a|J038@Mj+Oz?BtS2;1rJ{.z kö0Rjfz59n3a7Ay6ha@ZCMtSY9hr;Zt AjsǣG-L/2kJoNAKޒjF ް<UV0C" CR#Ծ`j(fqQJ(AHSk~aS Qwl% +>HuUL\HEz\\F&QN$ex i,÷l${rT l_2w,{T . +%ReRẑPL`hd0pklr eD`XЀT__|٠pڏUOpbܜR*(lQROd&$qaA$rDUPm:[TǢ.^L8B!}dbŵ%,D^Xxz͢Х5n/}Ze'c-.ƶYhHx}Q׆^Ǧg)~振YWm*!Mb\\*(2ذIb E;8 a1+iEocˁ2jEQ#w"JbM)dIVaG@ @%r~ר8avg^PU!]\ IHr=ePE 7Sy3 9:3| aS~(7הaBc7$R&lHHm< TRHi}9B/"7xT& aܖXm(e[sk4nᡉՊzhтMh<ʀEV QAZJJG}z +jyJv:>&Ob9 .VGX#BiD[O[y=;qkxܰeVE:E@ rez1jA-Z-M3זLu?#ĭrgH_5fZUǨqh]IS]p&juƸ0j:lG(i|MCqwX=Sly[Az Jv[2lkw$@޸PMtq)Ћ o{z!ӴSAۅ3L :cȮ8[,h\d)aEU%פ i(&=MN)N X +yXx\ |DYmBjR p7{8s Tq yȚC3Y AmޤvRRa#!jFhS& +Y{ m +LÛ2qx}SڕW hߐհx!q&hyi0#dF +Ks B4nT#!DY,3;3 77rNvl,1F6 0LVP`<6j@pA/K;ljsK*V_$% #Ĉd?g% CG L}'(JFPԗ"`sfȀ} У?u#CKx)Rݣ+ 7@k `*KB86򃋄o 5^PA-*rQAK֒nXKIE$™ʛ*J$SX~6}DA媻] g;BqqMA4pV3])BE$1 #ż6N0D}Ni#lpU΅FD_v~KAMFVު-87՜[Z0om3‰U+=CwJƘ(c h[H&b ،w+ 98 _D+*?8?y؄%B">v;UDgbjg0c '*[=_s9=bK ^suϭA_SkVVj^242G6#cAbDůw,=юI)DiW5ŵXa_a7@:nF1WK#)c̓,˄)7k{J`cv-Z\lwyRuAQ+BE jDd!sǤW"${(0S.x?L;IV`bpƥ If|1VJ zL'pc՟R-G!L\#7 Ս|}aN`N #%l޲$"2H'P⹀!X?4'丨ra(l{D$v*a5@ùDwǤ5}x'!}k.NwӠ +-]oQV^oYV nkY_U$ʫkM`sDN#,ɐgtek1dXAF8u1IQ7Ӵәb]#9h>$g!v\T e?}.'`rEIcn(+Yk +bس̰@Ik8lVkYvdc(;o ʑJ6 `Qu磈pJ!܂ E#D292U+d~}h-Ŋ_aG*j18Ke1`x3#noXɓ]5 %y$<󊴌D22lY,<>%mEI?\ To/,j鶡|Q9Mmy(tHZj<""Y;/_|2݀ e0259(4eU\$R)rtXY/QL}7=8t[23xAE77.8{̌T8S;"ACdNO9Jt"K<b@JIL(gHlR\3y* KۈUkR.>shUFp)*ܹq<\/!te}=>P>(th gmF1w٫@P!/ 5w{؄} [8e:4dNG5Q?Z7.O̖'xC.cF]#\=#hnuUן +9wM@i*9op + >-uK[t^^JPT<+\?f~W˥X&1bi߮ի7 6^uJZO )Bzq̻QUɺC;!z<zXK18fI48xW{G2Ѵ] +磒H%{`B2|WP!s8DtӁ_q\J?E_ꙬEuo]Uv$U|(< ^$݀}Vs^P%D!Ghփ UwyTqo7d>F.ߕXW+L#Fc~N7h+ +?+L8j*F&v1ŸTCR*ӅtiTΆ! gZ&(A([vAPӰ8gԯH +{"tLa'w>̼%>1/SS/W5%[]2Wd #ZTj}:TC]>$24IT6`.Q'wQ_kI#|7Qԑ3WM~DS߰Pñ4]!lpV9瀰Е3`(͚Ol&[󞪤 +XqзֽɁ~Q}qSri$U2udp08kFS"2B!8N@WWTwyW%)2K9AyЏH<< NJ 3y& +H"In x d[5LZ,9IU +eYӟH$)mXzlj/'du5.ˢ9xiA[+X0o}3rodEwC[.=j>)1IǮÓc$:LWW=NR8ŠրYUFu9DzZW2i G4DJ#qn="6cjngj97vEm"JnHCi ěQ8+C9jիTF9HbaäkёLm:u1ʪET^+,"1npa ˞utUy !iNp):0<͐m%^"j륰G +.5@Effd+3m L"TUm2o"%E#}L QE=P'oP-U=FJW5 [0AƂ!J.i qDEQZ +*Yt/2Po,@%åq +<ȃ(95@Y %ށE:Q[eܹ(b:$D :UtDˢTgB|Ezq!hfΈ"MN(b6r!Q5ݚw a% Ntª#Sx.Qz t@ͬDQ$MK-I's9*u"[-Sir1Lo:ݤ?8| U*FBT=)s)r㐭Luy5P8%|vQ +/[%]ֿvez̶$9&SKj_q}˸݂ ٫I?] 0^% l=7#UEA"(#c#٬c>mS{W&$(I k+X,Dkb'ô=gVOEԝ,((8 nac2FQP> +/ExtGState << +/GS0 42 0 R +>> +/Font << +/C2_0 138 0 R +/T1_0 139 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HOK0)Q/$MJ"T+.VN +޼?f0,h[}}s|Xudҩg 3 0o}Ig2#1 d%}zBPQ+4*ra>+]#m3mwbӧ[bQ=a'G") qVUȫ}]ﷂlӬ"Ԫ2l1=H BI +endstream +endobj +54 0 obj +<< +/Filter /FlateDecode +/Length 1014 +>> +stream +HUnH }WQTi$imOb:7N}i/[R EkFCry|!jF㷐\4%-9 EV&yV'^h,ե` +Y IEor$1 *,I~}߮UZ@:[e.D1o +@t)*h *]Qy֢&И(aN2Z'ct/75QCEԞˣ{+Ȭ5YN&lȌ<&zAS/PY *M9FGV8 +N/vd?[9wŞtݩY|;>w,"/pOx9 +K[L`"s$-i\"OС&d21Uj# +* +e-X],L1M30C_!mZvKQ$!7d +;E5vA,kWz Tݯ u)?)LS47CT + p`elM'E5_ERL 31"󝎃+fi6ʄ nȸ ?AaNt-xb07z}ъmBSuT f@C(W^\?Z".#̫&5)=/?rɍIC),id mE7auC pT$n(0coWltHfz'ϚZ~u7ayF1D'ױ8)_~ 0, +endstream +endobj +55 0 obj +<< +/Filter /FlateDecode +/Length 783 +>> +stream +HV]O0}ﯸD?ǑP4m^M{(0hQw'.P-Il߯s=0fiva㏋ uL:?NO|欛)v5)㇯mE3ꪥ~XcA1^:*~RT +.EdC|% a[Q0ZGQI6[ # [VX^}kmO81`G>FhgW1׆}KB /-"ǃWF]pv?4|%ݐ68H^M0*eU#Օ +M 0>Vk熞ЌPq:t:Nhr0ЭivƜ &%/|G;Nqa-VgXG~ Z^ӂ.9}ϋy}J15fL(i?G66Xר"VرعB$imz\kr~~LUXjUPke6:bv0Uƅ^%x3u@Mkp[0o@2: ,=FGO"s +W5$^2't/*zrq{~dT +/cs X7v.i" X82e: > >Bݲ,gפ,O2_i.^3B 5d#>^H\ܫ +H"_\5\3Ȇhf䱳=> +stream +Hn@ E +.E3%@EhtѺ 'q⠶ci}rrF ZgK򐒔NO&4:b4}"_qZebg8Fߣ{6Ib3֜-)z9 E[omqhInSg)Ks9+-cpr|Xp'Ú|4IեÇ;6$- ҘDjK613NӪBZ#*u Mt#g/.*{2,Povsvu+hh9\!!18..=u㯛ٚNNƟf;o]g<<0!ta6JlڰJfPP'N%A#@w)sUt\s W,24d%'&P@XV{v\@ʊ5RLjjRJӪh,!ː-|HËj[բ{u봆t@MQr{((>TgT^J^a0Z2* Ymj Hphnht=]po| Zzؼu^vЙ,AzRn8Qv +ЍhhAVY!P҄V]G?cA^`!Olհض{Y}z7U.?zA}`&* 6;DsN:g)jFT-}|F U2/Kou&+D +endstream +endobj +57 0 obj +<< +/Filter /FlateDecode +/Length 996 +>> +stream +HVn0+"E\DI@C-Z8v` %aDr͛G_^doޜ~,!-wgxzuL oߞ]Т,2x +y @I(]M[ª)MYXȞ0t/*h E[?.ǣjwR&l)8 =&4A\m-Ba )!h\xS&-d -,%76{n8G {D+AWe%?LR +Z\C99:yd + +B9Zbn%Ct)4$9)< +ȷoVRJ>"ЯutiE,Ǡ+DgI;HF6ǴhV^j7N A E:~A +-=}Pѫ4Ie|@~&CPXE[.+ tPgt9{fZ>y4Kk]4x[X\4z{Gu0Ug4^gt]#V2E,iS焒 z!7G=V6)YR;NH6څS:VV X;TOx2=HTmqp>"~_$IE +endstream +endobj +58 0 obj +<< +/Filter /FlateDecode +/Length 788 +>> +stream +HVn0+"HI@h"u;i~}gHJl58G7& +&w..?-)\6py9ѴHh^@)BsЬ&_ +uА=} +AǼkx'JX6HvkG] 1w/K8 ҒX|O`mgYwrY`^JH#Oe jneP]e572=sy2-DvNmڱ}iM2$m@i<6\qoNcH2DYd)Jfˎ&MZjq--6FL&QHQkv[V=˱OF!C:Dfa(0c +7!-;.9{=: +>6Z/{0a @…װṵ 3Rq5qcqy|:0"%JdzbcKƂwaC^ĭ u +榕43qutC X˷j[q_~ʍ(uODPO#M^ ӢٲQi` <.R.šxD;: ߗKQWBZȑ:)ry@=kzޖ*kB-ݔxXc \<-&OQǘj*et!;U͋bDb%.PH15jmzrCB*K4hR*h +0 + +endstream +endobj +59 0 obj +<< +/Filter /FlateDecode +/Length 807 +>> +stream +HMO@sJ:8@jU.mnn@%v!)T8ggO FG_}-搵]}tBFQa@Q[W5`8ݘ"dO1oL`OddVLarl wMf/T|ܲ72[ؒn +Uk%.wQ]ɯ7sFf9YI{rE93fik˥[q2'1^M  OyXP}0*Ø}IԬy^>V'"DִF9ZitA}X5CWMՌ nvth\܃@THJ"zl*ÄP1~}t G,K!&N% ;A䞊kz;(5ipK$m5l7eaPaG@@9A/~)3Ϋ62 ߍ/|h +S0=?_"xІ9~"AJ+5gqǜR$oka $!RթLGaMbMtr/}&mx[ĝNrZ[)p] kn*/S"jv)yepvwÆ]UHг60eXE$wDѥ,.d%0s +k.J'2'qJ6wΫ9.=!Zi4pµZqI_B[6]w֬g ^JoV8 +endstream +endobj +60 0 obj +<< +/Filter /FlateDecode +/Length 934 +>> +stream +HVn0+("RMAYPhOApdCv; IIE$޼v6y _MɲM]w7PKWIv +wrUY^%mB[ dl6Y" Y+m yS.qLo`NiVef|fp)<‹26+| 6hol +:qf ;t3YD tKrޫOjLVBb']HjrH|12\)Oqlu^5דrg_ ?%\AEZ.W2H*C(?uX~TC;2m\ 'R<^2i>qFEObHRkJdAc dQ\r@Ra +%#詁6w$lUs)%\[v:{ #F9N!0)!B9%.ÑD +XM?+j"xmx ? @81}0M͒jQk.Ls{y|c +F'I9uHܬŮn֤[Wv-\ + ytU}&٨ӌ#e]OT׈sG)> +stream +HMo@sܑfVDO8Xm5@ſg޵1"%wf}uUWT->-->{Rmvɋw//%iU$Z2h@6XmmOkI8hGjǭN6FGRG灣nep籕~H^q;J r,jHҖ=KQ/,GڱmE-&u#M=LY<'v)ƕČ?Š> +endobj +63 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +64 0 obj +<< +/BaseFont /WIZCNB+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 140 0 R +/LastChar 224 +/Subtype /TrueType +/ToUnicode 141 0 R +/Type /Font +/Widths [250 0 0 500 0 0 0 0 333 333 0 0 250 333 250 606 +500 500 500 500 500 500 500 500 500 500 250 250 0 0 0 0 +0 778 611 709 774 611 556 763 832 337 333 0 611 946 831 786 +604 786 668 525 613 778 722 1000 0 667 0 0 0 0 0 0 +0 500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 +601 560 395 424 326 603 565 834 516 556 500 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 278 278 500 500 0 500 1000 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +500] +>> +endobj +65 0 obj +<< +/BaseFont /GFTZHH+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 48 +/FontDescriptor 142 0 R +/LastChar 57 +/Subtype /Type1 +/ToUnicode 143 0 R +/Type /Font +/Widths [573 573 573 573 573 573 573 573 573 573] +>> +endobj +66 0 obj +<< +/BaseFont /LHMOPX+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 46 +/FontDescriptor 144 0 R +/LastChar 50 +/Subtype /Type1 +/ToUnicode 145 0 R +/Type /Font +/Widths [233 0 0 426 426] +>> +endobj +67 0 obj +<< +/BaseFont /ILMBJD+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 146 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 147 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 0 0 0 307 207 0 +0 513 513 513 513 513 513 513 0 0 0 0 0 0 0 0 +0 612 0 580 666 0 487 0 0 239 0 0 472 0 658 0 +0 0 538 493 497 647 0 0 0 0 0 0 0 0 0 0 +0 482 569 448 564 501 292 559 555 234 0 469 236 834 555 549 +569 0 327 396 331 551 481 736 0 471] +>> +endobj +68 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 609 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/C2_0 148 0 R +/T1_0 149 0 R +/T1_1 150 0 R +/T1_2 151 0 R +/T1_3 152 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTn@}Ẉ-b !5F E"@P-_ߙuDQdX9cZ/ -!+O[xtq@)(=%mBѩ*a MYbC*K9d5hȀEdz+SRRk.Qv- +ȡ:B)f-Cuv[}+?CȥH.`e@9d\y.$kY4d 7C'0)D +>h6'K7!ttY<.XGat, o!u|+79krRzXrTp` ݛç`|] +Œ+J>1Ru@I;)y'vxL~,pQ6OcOӍK7= nql_ld ˾BDxh6s^7/'ؼv.`5ϐۭ'M& i%:[| 4w2ZA<1&NoرX2>%1YˮGE}6[~ 0JQx +endstream +endobj +69 0 obj +[153 0 R] +endobj +70 0 obj +<< +/Filter /FlateDecode +/Length 5515 +>> +stream +HW[oF~Gd 9#-Hl},-+ėJv\FR2ӇMPr.wN^oVN>woNPGoGƶX|Vd[+WGnaVimv.im`ѱ;qy{878tN~?NWhûFog?NT5ufr)jGW#Jv ^o;u۪-q0 n3Y|p|9Dzgs3n3hh.ъ +CfÕj2L`}Vʩ?,0"A|+En"P: '8咜_-el#_'Zz>F`1P*%}A|pZY:W^t.m7~_JX^lB +!ieSg +ݺdzs:N!s^(~2K: 肠:*Qz)1*:G 7dsfݼvV956.S1 +f.4RI_2 B\}4FW ڂe`h±`$_hHp3^kG/A԰-z YN 1EC(,=qGU&!Ɏ`^Bn:T}`oʈS#{hm@xҝ JB^CLo(_;@3W3Nf|̌dI\\Zj)eQ\ R;FSZT нo+O!Rd.{=˾h }Yq}A`fMi1\ t<oM ͫK´}<4 !Pֶ@e3UqXq!濨>ƠjRgQQI0e)=>߽]!kIʠ">T-Ac5C&m69j=L97{y "W׾Tu0iZa[U-k^?ԓL4mhiR?aEb)K_R@Jڹt fl{=`vϼCzL$JrgGrpKN(Gd 2 _XM,v|1$]D@lLPz"Fs9yjem(QK E r"abUDN% 9**A=@%r]]V{7oF +۱QTwWߣDlH5\ܐ9,)ńG8;>;SK/Ll3Npyt0Fз˂ݣ E!m +5E BI?J5Bn w8l,?=` xϛq}0 HS`߇xo'& +ݰ^Cs\ h/*I{]aHsJ>]6* {M'4BkX%5rybt(OOyL֑b'KV>E:)%0P񌉗7dBNY]a=RYZZ[cNLPk84bz==.pۊ['W!6 ԫlpHC8s>9] ff-`SnzB[RneK!. <\ү}DJ`K$5ZV9 J"Iч͐X福gl@ t]> mGc,JPC* J~^HC[TzP3Yb׀ʲGlz5X|BEr j[ޜ[ R8[0ׁ9Woe3K􍺖fsZbTpadrۿ=H|׌' Xx o}8l+)c2rMA"S GWOů=Ս){^M#B $ cʠ_b=_'eBBORs4HcΉx* +X3 L ET;kojlՅي8A.KP 4z hFSf`zK[w豥HQ~Aueh]9I3ѭZ<ѱ4\ҭJ@80{:Jl1~xRmysg +QC줒kANX kF$3TUIU57F0}:#h&N݈8Kp4ꄐ$:8'(k"!e{ L$[-Ԅ'u\8^ܱ֘V%EEuBA].MD?Sns琄$44ۄ=#ՍHQnfed:ve:s Y't@SUFG\%G7$VߐyQlV W["?GxF`MY_t.w̥>}bTG(=P:О"t +&+_x TN~!*+%~j%B F9juj ^MCV}z廓D94^"UXH.$uU>LԌ_=X1U iX #F Ǣ(!̡jk*TQ,AMK +'!—Ž`el[@Ze<` ѱސMtAOs>(mC^rьkOe7 +yZNnHɪ385 `"&2N97VuZu!y.Q&r"*ʝ*۞?۲gn7&H>;gut^@sj1˧rK%l]Jx3ꅛ~$Xp v)R9WW>m0];)V%6 +x"7 XRvqҿC%Yy腰fMاLҦ*v{ SV2eDvHGu {i{NAM^pM&< B-CWPxw+C_RFAoN'¬Yh`Ԋqmz>?;1\Rnn=O a+~{|[ WL"m fEs\Pg'N5-ROx +9BF>C\ gkM؅EBl ">H~]39ЯV=E3D :mN|#$$TZb*d[-\RYyT&U +t$*Лs:CMɝ8+.9| +s.``$qo0Uzx5_0?"$VTW'u{\Jc3i P1Ku2sIH:581#TB.Xpj,Z!J (O-T%@S\sVƂtR%(s8cmdDʽ"~Whz^'2ڸ +Ĺht j\8H"Wc*Cc2;!(n&0*X+2!%0gQ[qW0i9Zv)aFKOXBotP&AWee=ni3[Ñ ~ptfX@„8I%[ s,Z jC1 n7p +=8U\E6+k7M4ů L+k~T,O#.{d@MuY;3.(:#qcSfqJKUN:/A-zW&?u"1M9b 59Z閦W0q5 xYQ &b7%8'`8%7s-}% _{m1TT& 45s th4! $Uzz=/i q^ iө"t^қ3輚**_妢wObJ~rJ>H}d}#uu4VDoE+̞<'_ i hvr'g.VSX*"-G[V'v]N>nrPQDgS?666od~Vs9W/Rw4Eܘ'0|{GX$!'w('0w!َH,[y־x }%)o ǻ1`ˁݜi2'#h}S3k +(u uR4 ̅z{,.{C])p2+)_An.d9J'R-{/#877ude@irz6JN'.QPƒw|.Jo`7i)ɹ=ˎ,DQ7C;.NT *#6|ש{1 v<%ODRu7p+y`Uô:G&bb#bJ{{`܈QH +endstream +endobj +71 0 obj +<< +/BaseFont /RLKTVL+MyriadPro-Light +/Encoding 154 0 R +/FirstChar 31 +/FontDescriptor 155 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 156 0 R +/Type /Font +/Widths [484 219 0 0 0 0 0 0 0 0 0 0 0 174 298 174 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 647 0 0 0 0 0 0 0 0 0 0 +0 0 0 505 464 465 0 0 820 0 0 0 0 0 0 0 +0 0 454 552 446 544 485 262 544 536 209 214 423 212 819 536 +532 552 0 295 373 309 531 452 722 429 440] +>> +endobj +72 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 572 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 62 0 R +/GS1 63 0 R +>> +/Font << +/C2_0 157 0 R +/T1_0 158 0 R +/T1_1 159 0 R +/T1_2 160 0 R +/T1_3 161 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HSn0 }WfŒ zAa]oE1dM[V_?R8E%C|nF +O_ON!;i2z^p} .n7uV/͌{<˲BQ ׊G`6)!F7n&;d Cvx2Pm ,+UT6ը,(m'%CT[yPrBQ*8** _ +AҦ8Sc| +,}>$qAFXm ߧrā{]w{BaZ2&#N.V 'IAޠQ߈dF&ƬSyNZ5.ӡ}hKn@8g5:bcQtLhd(WeUFb;3,M`3eVl޴ 54W̭⺕lHr@b\'6`zs}t0[Q}b[fத%IpPR@M>nF[W]E "IdU A- +endstream +endobj +73 0 obj +<< +/Filter /FlateDecode +/Length 6185 +>> +stream +HWn8} DH HI>l _ۙmoI& oAݺŪS:~}ps~$~/o?:y-VVhjm۶Fl׫㷧X?՝j+ڡ{:mmlVGFlo~Eٯo68_mu|p~1z~GwWNjtm?B 98B)zJSΊN0 щԮn4M߅l|GRYmѽѥi|TQV-Zx;^U繬k^7^4w<{|;ѕTm!VKOB\4|9a[/eOI?ICrzqtşR,e"x,m09Hp?M\3oq\)"p/LM׍t*ޥ|Z\ucVt+bu-˃@-!G1pg:ϯ`JSQ#lx[74Rjq%./p/ ODiA]o8q}+, z.6P‘U^|ADH[VRYtmӬFVr#C.ǒ]`X_R`,a -LOH`cY! D=|Z4"=QrTZ`:u0WM}83t_ 3d  }tpƗi Vʶ%i:q&]C#9u +FBws=ϐo_Z+'gto"CPJ;XrM[rW T[gkw)>.`l\vj x3n??Vmv'g?j!1؟1>7n 졀(b动z0m]sW)6D 'JT\iU`װ zV[֝{QslCf$ {lcv IfNUy:44l GnA(9;0. v1= +/Uulɼ|AX,y|gub_9 +%d` : +9sfxʳ |$ӱ]|.K E?x*7k5"*.j?@R5:\&xХ*6Gl1%lQjFqE5+}^6R$ 1aSh,gLdLdxMϊXQ?.W]05?NYcHyNjl'Jgup$+];v<=L拔\|f:]>(٣)Jdd$JN4LYnY0ލgBLGBV樭1>:$P|,=$ǕJ\[މI#?~?]!4YfBv &3I7vmTܷs"$)K9~#4q2cJvQNP{r;[rd,ZWbef|!cSdDFF;Z#znrI'r1wG:Dt{[0aq Ei@w=g/Y DOHVWlYTfy!Z̋n7w5˱,?D&㽇}QEg&3 \HešOF3p:X@݅CQ5$:fn,-CbYzk=<Һ~;嬰/v8)a[BJjLrAdAcZr{]c=>lKEV$ؽAED[SYNG^rC=ǁKꥱ~G9{.mcT;NOcPUS QҢ 3y&ORjKqyQhLVt6 qw=Ñ_Kӂ< (HN@`Q&WY=(3,n2F,'75veJ` ǽ|#osH=HeݗQgGVYԆ#$)Ak?--P{/hjxDhEF܃2.8݉Z#ZU$\fD6ԕ+:*Hw*.Py2t'{ 5 /Fnzb9ẍjJg#1l{VwWd sxDMv;O\`\'*Z ïKcRMGŮ%lwZt!y-u'_nbھˬI!s yLiOB fcW]7bC!Ǧ-6nY Ԁ[iCߢɯlD x}VB{أFgKިk;v; xN%|LM~4L<͈B}j䋦``FM}FĽ?D&w[)q^q y;,k -EMXnj3t,d6+us[0Zz:3f)uQ@^lnqGHw9 =QpZ> P,jpRCJA$zF^l0{h 3I}a>6iu3tqbY=bQƤRa'[y^-߿9vqn"mkv:~{ڈJ9ʷ61hw (Q-kd$#T^t­+Q}(kb +^>bUɁ&cCPRi(!? +1ΘnFqA94xcTPDWK!FE(_M.~v d2 *HoGH5'%ɚ@϶}/zϷZ'zaL.TiF EWX޸,|ϯQD E\  & ZKne񿟷b7;In-o2ѿଏ)%S%NWHydV\KKΩqx;2q[irw} ?Dؘ;qsCbpJZO95KYej~ V]lBUl>j3+VO$'0r1PW(hMC%t3ԺbzjtѴ׿l[Zgh{ZKdp!ds8nQnk$Rr8U0(v?< ^Gp0XylPC1݌t -MPufd +T hq5JJxkLQG# g1.r<⁡;f~n Ŷnl fwck,W WuUV|~[6 jQꧫI6;[FZ~òX;*}sNϬ Ix(X4@}.®ZbYI2xۑè>gc-ΚX揉ȀcaLmS>XJ7YSL)ZQATlFe##8n!xį0:\9z{+Mg96Wh8~2!;3*<jwjn[yz&U%H)=˾* vꁗTQ쀩p{)_ɲOs$X!SnhN$q:Rv,ekp"aP"r+t~]A@un/B]#xRAOYJ(BL!wJ @kNy$DdᾒY)MLX;WӞkt ){bo5;#Y(ZMܲxg,'i _j;rBW02>`;&Rx%&2f'%tS Jb14Y#.;hzu%  RzZ቞q#w`O$E'u<&o?~_Y}?Kuya7]:RamS"|`!`n~AgI! zҩ$Q#Nyҽ}bB|B ŕo[!P|ΰ,:]PcQ dLGi"@*A'f{ 2d;;5:!N:ʳ ߋw82Zc$px wcauۚT=(sHnbm؜Бb[z;}ϓ}[kzND'4~nM>a8o"+{)~4o~C6UCjYTd )x^  ٺls!<IIBXwE2ps (uE#7fg9}͋oXנEâG:c=%XO^W^juHt& 9zv&ǡ%'=bǼgdgly./rl6ŊHp~MdhU!>/ve|3ޠ3 T+ھF ?37LhGƢeYM 6אzH 69~ֲSP7qnez5FbGcU0>•S8(A ]phB+Q~?E(j¨|9}Vv4PJ6|nu?Og IJҜ\&%[F7"ĥDcHrG3xиGbbyHjy#* 6ţM))EF丠#Áغ s4vޞcy;,1R'ܘUxIv-sEkۙWf3{DG\4B +_Oyς؋\ ٰ;d̀%9IciJi__5Q!SІ_BG?z)}T>O ]&;`>6]zN4uQBhLf;PY9ˡŪsݜC>DCP- +SeY գߢ` x24&/Pط$$;o88> O&ywz ϽτZ2ZsbCXYhgrv XHce#sd)K镭2I]H0Zž]4Ԇ핛q* 3s^t[C-A/4cywurl^x,&+Oj*KK/B-P?wQ [ :kKQރL u^^ ֦p}qճ#M. +s/KGRѡ{1qBeF[tMa"5|P5#?"#`ƌ>kkbˋ$Y:G t3ϭ&ӣm+JIqq6*KKEs-obSe5I]j39, 3k,6^'QyЀ*VC?GLojـE T <-#xJMȹS+2=>TF<{]*lܦʖ*I +endstream +endobj +74 0 obj +<< +/BaseFont /EFSOVL+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 162 0 R +/LastChar 122 +/Subtype /TrueType +/ToUnicode 163 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 302 282 0 0 246 320 218 0 +452 348 462 0 452 0 462 462 452 442 0 0 0 0 0 0 +0 696 574 650 726 536 500 0 744 348 0 696 0 884 744 726 +556 0 660 528 602 688 0 904 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 378 508 546 302 264 574 312 800 556 490 +528 0 378 396 340 546 508 762 462 518 442] +>> +endobj +75 0 obj +<< +/BaseFont /KTUYBZ+Wingdings-Regular +/DescendantFonts 164 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 165 0 R +/Type /Font +>> +endobj +76 0 obj +<< +/Filter /FlateDecode +/Length 6506 +>> +stream +HWnH}Wԣ +iJtFf:X<$"˲rKr2KYE-gA,J.{O|/_gwիolR_kج&g\TbԟPbv5e _]:)M]震w/g+?ow8_O]<ц_+1]g޼=׉=px}KwBTSmYU^/2O$7uF6vmP΂EUVFec}_J1'eMf鹄]7 /=~-|Vj-kK+">Bg\U9ʖd7ÍTtZ^6%Wle4W`\- +gi.e?_7 ulI3å+ MI;Zܰe6kp%_i<߶Tj_Ap8/1ʸB$FnJɡ[ަ(zKGA2 4Wmi!GV%AaoN"t %W Ky)PaĕDf\]|s~1-G0)*o4r%tՖ30\ƋגCRK@(fc߉R1!#Iؿ#@ \^½}!Jp9|! -1>&NgMs*F@}~~ +VqȾdkcXᶋm$!9i&'FJt+*T(dr,fU _"@!_,p &)H"0M8|Do 2.bw_'&4  ]J&WX#Wh>(^ ,%fACu7.jY#` qG=!-:2'V!Œ#t:|"P1VMw |ŭz#Yda\HԜDφ~J0XkcEu =pezH`JOPv|g:RHkcޕXiwn!)㌾VU%)Ey6D`!%p q}f+TP$9_SxXu&$) +Jq.,kQ}':=j9ݏz$x u-rh1s4V[41:G'88R>yq(boN|@d@uX4O$RbihŋU:4M56|8m{ꦈ^͂fwkLg BH1^32jt`ki mj %AB'6x!f;~mTaqZ#6gb +rJx&^VUe^TN.5c;|̊,0WPqΕG["Z,)?P~`̞^DkDR'|X2t%R +ULkb3<1› TpXAI)Zq£mŚm fw%SąT&8irP!jp3z=qWN0?7gvlu6|^`3"S,ı|=خ]hXKLIY8=ys|@n!FSܧcZỰHz[/F4*7id +N7} $FZ#WiȎiGGs*-eelg zf$d;Fa/Ĺdy. 1wx:ED>OlEcߎLcEV%.IK6xZngǙs|7k (lڽẮGӛTL3c AIj!k^M9pu$Zκ~|R= P>_9Q;BL+!m.- W'}M&e5вye-'u.BbKvF)_S͋l6}xk2a䭸W϶|HxѠP2-F7L䪏`Oo]Mt50TuQK" +װmmCFyC@w}{QTC×95ϕ4`)]EUOlmʩz \iBDÇeɀu(x Ჱ\^T(@*`4"`< ~;Ͷ C)F4r#iOjl'nD5 ~Myc,o2'Cj2ܢ.IPd0{ݗ^J%)z=<憳M1 sm2LD4g ?Wr+ꨎ]KoGr`L(|Qb $l"wnUU=a!f|>k*Z`/>gOoC]qli̸qr*m +5*Za;*dO$b9<-P3^aIf^{TYDx^ΎApdR gV\LK( +oFk +Mv#=58(# +ιjLދTy H7Hbk|0a/]RV䙉Y 94nR7*黩hHQ[x&(|=2rHA/BHE MvF?ɵN='0xeٵx]b#W, FSvc彪 3״UPpN8؍& v t(ħD5?y?\ /JCNX(>[.کҖT,g\bu5Ϻ+&}3VxC^,?qǒAvzElK͝ yI@*{db9%{MDCc /՚i~Awx}uE amɜoBWZ̩i-7͞lPn"FAs}vclCe A|,gtd2;F!vdT,xMHGYRf 8+K \@Ȯxħ?qƩ6k.5y-r!ٌ{^޳.l'kgyDh{A`Χd6ESkƎ|"%(ƶqYZy HJưk8`ahMxD!?J-ACW>]#RdCF{@ڒjWb_Z z:1/vBą  +0qsXkLjp2KG1ĻE՟`]; \ߑB|/?3л>GU% p9hS{9}v\Wly6^PrͳںxqԦy]߉$<)p!6߇l'\ʩ詴e7l^fk) ;e }j1ZJrycQPL6Nㅘp4 [j,ccd繧+(+scf\Ѐζmk7(Mʖ.K[i?i./4&pZYT;&w KP"V3ԥ sLpād'MZ0;ϋzd>NЋR;Ӱ N PV}/v#ޣ"wى{[/CCEW:SErF~LE!?R멐W66ZBU`e&AQy֯+0noih2Yg~ ܌ D@ +-p[nxS%4,2xUH(lq@ 𻢰5 +\n0IJ F7p JZKuC + 4q̬R5}3rXwo %c;IJT6b0^KJ?Wt/9MzN}Pl;}ʠP M@w;n05k; VE(0Ni`xBs1m;.?o.}!vZk=P>&QF|+&- $ +ILDj >CsVq*s6r?;[9f>k@;4<"9 ?#K9v欗:%{Ö́Th3fw}sOܗW +S;ީtR6lQ֙PY-x1I:a"zWQInΰIXHhdԆu{W$('>vn)Ry*Ċ+y;Cט=pT~ĄSAX)dCBf0i|elo?Ӻyսx]i՘k_蘛ȨZyW} 5}piz-bN +q*%3[ʼA UԠWJ?9ۡ0n PJ(}y<+W,}5ȡurg(7^ ]+]R:Jx EJY"$Ω)W幃a'sV{=Pd||=1|m<k0|]i/4_SEVJ֮A yD7)1ڠ[ղDhԄYQXb=2MZUAעD7E$ 7aK|G㱾Ĵψظ"srEߏ.㓍{GsxH+ǖ*IUHGpnj"$W +N3R¬bF}KeXd?׌ir=e;M}Q_>&4!#X57ޟߜ"݄0xCI~Xy#Li~~C@[Q|Iґd=%܍c&aj^ciTᄶ . =׃AHx%O(LGȶ}6j-76Uw)v=ቴSx//nG41_r+< x$kÇSy㡴Aَ5񄱄!H|<.Ą<ӫ-.hcd: :C+h7nƥ"|9A*P'?rk9#eg!QvL\ >]w[}vLw O+`\]6TU,Jz>5ăyB8Cd>'KnĘ +z1C=>έ_;j-^PjE,m-n#Y=&~xҮ6~~'?Dv Q |b%ّQ1x>{5 fs"0sA6)r58]pW +@jH5W@p]#pu!"M {* : *`[f^"J(X +endstream +endobj +77 0 obj +<< +/BaseFont /LNATZX+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 166 0 R +/LastChar 146 +/Subtype /Type1 +/ToUnicode 167 0 R +/Type /Font +/Widths [202 0 0 0 0 0 0 0 0 0 0 0 260 0 260 0 +0 555 555 555 555 555 0 0 0 0 260 0 0 0 0 0 +0 656 0 0 0 0 0 0 0 285 0 0 0 846 690 0 +0 0 0 540 0 0 0 0 0 0 0 0 0 0 0 0 +0 528 598 451 596 528 341 585 0 274 0 542 275 860 586 577 +598 0 380 434 367 583 530 759 519 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 260] +>> +endobj +78 0 obj +<< +/Filter /FlateDecode +/Length 5208 +>> +stream +HWێܸ}c HkDR$`zg S==vTWIj#bj,V:OO/7?Mۼnď?9Y9=jDS+m߶z<:>nGhmk21^;Z/G]^z׈ߏ?|c 6WbuqMu'B!G7trMH#N_-)zS7zhEzsT u+V[Te_[l=kJJ64u/V3d*(LY]h Yۡ;uĝ[d5@Al. +!A%Xqjݺ(i1 p73[+9$> ^2EXPw ++B ݈K|b_V㇢AagTo`y{E̢JPHQPr\cl])[T4}kSӥG5|v 8G%v3\f9zUZ!@4`ܯPnjQC73'y3%lcg%Yʶɢ+>ǀ&3yqՁrޞwy +-UZ; ]S'WWO 8Eq0"upvQIиW.tu'}[&JDxRz\`Iul_K-͟6^"tC?,LlX !AZv*+j]~Yirɝz#3Ri8߸nݬoVMnulؠ׭˽Xù[Xj恇xr5gStn6y`>:5\H^I' e:1~(U&9mv _O&QS(MF8qFa8̵뮩)s9rIL漋Qgn +˔v.r6wk \+@ЪEq?W{0'K.?nKwt[[Fb iBH=qOz}(=Srs)Aa&^bkɋ{kAso-i#*^$ +T=_'qs1&c {W4T j(gTn!ĉ넌,Piүb m ߨd"#+ 3{+r"aEIMAh3&#uE v2dw{uF?tR4v흛Gpu=Œ9/5i7@Ge@Mۢ$<-}\vnjk=8LޛF5I=Z<[9 z<۲E e IbX3S-aaV}p֍#.Ǣͻ +MLݢ"x R&} {eOS9x 2{AnL.*66P!(gJ益G[ wPӭC[0h:`(s3̀V*`u jitx8f>S+`DG+m*֜;n PQ1>`ћlOHx?p;X2jW~w13,[PN]s?^F*`v]C7 iĠ I$^غX!Qw*fhvn1'c, U6"]`MfYӾ`+I]Q ە1bqC\!q +դ1b1nlSʢMws r1)01~;Eǚ̲ nN# X74RY)%)u:f^uzLJ-NDvC%'ԩ{4W4Z^-/[]z@s8itՄY]tSN+'ٌq>KֺOm&\yH²٦A(g٢l|? C#k(k`C|U135CǮ`VpX{ ^sM>۹\ +lj!+|j1ѝs:w6qﰈDmr<9rl jr4m}WoS{FjcL7.x6w=^gAԯ# J + w ]oD= 6UUj +)kO)xOUKE٩٨^ئtT5 +!k!KvZ+j%C&[O `4eØеe-}'fI,^>)IHʌLSTLQuԁBDoDqajX?Ԁ:-Flk<{qq7AB@t~,bt*ui;׎1j{ jΫ2ֹAK&#}ޞUCozZ)2u[|U+JKt Op{2ZලL)?Dxn7p;CTi1(JQgH +S0;Kmz$F%~̸MK ::FLM <.$t?~pJ<5ٺVk9<^_0ď k˞\Coe[t_opӼhF+DRF襶 L Xdr^^weA;9s8OAjN59)SREj*dv@ΒtC 4se? ORӶ@G$+Gsc*i-`0wyN8 $hԒ*;R]%FzEw4؉o1H<[磟jU9wGIM,%f ?y.G } " LɂѴ5th`LUД6g_Z2qh&P^6Fv H'}ҫasG/7/5=;wq3f0lnxoD&&=Y:D C4Y칦SuV AU<8dvɍ#Op +endstream +endobj +79 0 obj +[168 0 R] +endobj +80 0 obj +<< +/Filter /FlateDecode +/Length 6264 +>> +stream +HWis_11UrݔUh+JɎm!” xypOR&e9Ԫhq ˇxQXv%LB֏ p# E]aHcZ0#Ϥn*Puc3TqX~ e8J7 u~(=9n8" Nxt9 e_{]17xh!FvQ(ԘD˹ϣVP\G=XW.wXC-tUD~% >8|5-'&^;C6>2 Mo;4#\չ(1ۨڢj(4$}T@˶Jm41cArW܂H"p윶foq4E3/!]uSwH7u޹oYŹ_]AEv?BtA|r8U7:=?\l㉐8LNN*/|h <Eyf<ґ /XƒTDBZ8b@Epl=v `V$ܛw*DRJN h,\np;6nP9[*t-e6\u Lgf 1 Fz 5SEnP_6xMӷhRWw`վ$}w]Œ\4y+!͆>ZJy7h$0]g`Ra++9 "~/۬S޸OY۵9ۇ:]gC݉NP>Fd,Cۮ![+>`eVw &j6v) o-4{"_Hʜ|skr9p9Nμ9#&$;-Wލ@ʣ*C58Ǚ$!=s&VW~ +?H*y/M|٤Z YhJZr/HzPh]hwqu74բl\ޓpJsr^tT +47~XIxc0, sZZrlR0^0[4T ΄]Jo6!Ǽ)O@9S~_\Jy:d3,WMpֵ|CoY!(BTh-~vL3Мt&NgG ٧t5~Jྦ4t:F$ +.aYIx8A&T8ָGqYd-Ujƌ[dre]kt% PV +r +{hp&a4,u]o"?/DxV yw8K:4n9ӈ###zg#kHCETP.gă'nǤ?uИŴf5nnsjsNlL&f(>=~S$c'S,}"mGYc&*\jA;6w_G٣U +nI|'iz剩5{x7fQٟk&:;TN3m;Dsu|aƫ-w`!GĠ 2!_ Ln&x;Hc e4J z&h&8K +7McNejt&+FIKg*cOwE"y*Na7Dz, ]e PFRS^`]$1Bv;z{ThR7u&mmz+we>]_z5ۣ4QӈX)̗.*1ǐ/_kaJiha14۷I+,&T \e aoOO/d2Z]XdnA.*eO|_kaC +6>߳pq.l4'vzglMvdּJ )<T9 _ᒏ yhOC1"jw7a"2u6l5:q#@ ~1ݓ^~g}TT'L;ДoѫEIw S^Wy(9;|;Yhk88˲:k)P =[Fo|1gYSl*vcMnni`*2/ cgoi=~BH؟_.qV+ܢʭ!*l&YD]6lYNJGp`=TVRuAsi1i{Y^䭜TX+ulctbӫ!31LW?B%'U9ntyr{ {?*iP HA< +_h.$YOua0z$EӸ4iXXVO_-6LT טo;M2wE3JtV-{Lx98\+4TFlrS##lx%uMQ_}*L FH8 ?xu2p7.~?A!z{Pa1Ol+nB w:0Bh{=.nCS3kvɁP-C`T C&R{<`U tw09 RL:N^1ov0ߋPO\b72$HYpuv*gƖϣ sj`~=fFL^JPo`3HJ߅- +,`:l?oWjaWС?a,OQkfE?LaKD *EZ^!zܔeDofQ:Ð\ZWw?H?2 ?9i#g^FzVJ& +NMUڭQGS(ӓ/n}KO7Ǫ(߇#"{Bbf]QXM^l!z٣N)M\Pi)-"54=ᡍE |lFW nTd 'R^ɯx *RܗBCR1n5L@IMMq'\<Ţ;r㎄Cx i]1h^tVwl0͎"b*_JNLo$K)RJ|`~DW{1ȶ.\=%ubf q[2-6 +Qén*V%RLRlj'dyC#3|ц栋M' TIY'"NqCmuT.e ? =t;G~7O}HK +}!ny8Ѳ'!NHȵLoԬb-U04V,툡a cLBqLOAyo)7q.7Z`f䄅<4i(,R hi.`M$F[$ 9KlpԼx M֜'Υu#%tap%̽v㶪f/|36uc_:gZNh/; ѐ௘-`{Hirz)ns)1'ul'1omqW1ǝpJ:=\\ y4rtGo㍠pCtry7T)h1(q4UCD=9;GXȐazH( .NL5?Bto4ٔWm3xfȫ&7b-y, E[5o' ϕ .YoS8 C+" 1B@Nd þ"#i !uL$Nܷ0@\[eZv"Sc ,h1+MYM,'@ ޳?1 ~`QAGH.8)*/ ^ru1ҳ93Zƶu SJ8i@j@Xz׊ BxQtY$5}vrxf?oM.0 +fN97R]x"@XpppyAx)7㐶%JUklBM 5yI`LNǿ*QmM2o❡nfiq0 ŦQW& )2~>d?!pNRp9F +d0}Z{@wC=daS& ië+1t4naiIo'?qr`>K{Jxgz0 vpn<^y ʵ(܇P K3gZoF:dk]~x؊&%.-\\ArgW3;|Jh~+@P^ +qқ~_,keKnK* .f$A\BoC`W+Q{֘,* E +JTĞ;#d=Ii&fȄB1_?(/hTt 2R&,e}KtO|EU͟.2 ëy9LX\m$ʕ.w 6WŻL#C)OE 8~ixMԎS. 1p2#*&SV0A*EO.n1M;](ccmt6;>݁RPZ46 ւ_C}lV~R>g|)}kx,.f[grA_SCA]#O:|WOI!G+^h? d +endstream +endobj +81 0 obj +<< +/Filter /FlateDecode +/Length 5955 +>> +stream +HWn7}l b;fdS$Y);Vo]x˸/ knMXuΩSG.NGGNě7o߿U-J7ӈnuq-vJl/VjVV:gж7u+ݮvlG꟫'Ç۝Xn+~|{ضG` 8ZlR7]h~]W6jNN6Qnz 7}Ո(U)Û2b,>j݊+X[q']h%|-Υ4,Ox#X|^Bp+Y\X's//7-|9W=Gt[{F^65/8 1ٚ Eupʾ[z8BbW(N#0)\i]$HθBVLe:f +qMr.Uf&y׀ki)YDUK`c:ZJZZR[J7w?o{|=:2~Y8MZi(U4D*?H/F_h4*꺲}o)0T22] Pb9_kƀFFה/4i EȄ 4Bb{UԀM~{>0O]R^TU)ST\5 .[ÔsEkREJM';_v^p/4tX@zbsH *Tw{5}E_=ߡLUu&7nlg@i5G"&ʒHi1;V.WO15fؿ,B]wPpgŽ #(ո)>Q[%Z *>C=&Nٻ)}@WdYO1!Ajli +st皔6L:?̬7ge$Ttֿ0i'yc|a5@ jRkSeo='jvҔ )GֳZ.j*)~9 <;pI u&,< S'6;8Lq3qK3ֺ_p+'ڒZ`A:? +?egZOvɡ:`=ܗçieNw&f[VٺDgzeSȍpa`@zj?GŠM+KM$ 1B9_m.h(D%jg߳dxcɡI+lrx '* [2Çe%w;7ox +tZJ.Fp,`,K%3;~Pq<QQ1;S_#iۃXP%N<^yQm<zqE+f9ӗZj7c%W"OMdʅ+ͥ#$kׇPDoР.3_I|\p|mXҔ듷2͍L'\'Wf`%B~/(J Kg¿n@XXۖqp C*kF&`OkWgD,GU1,mZцva#lrlvawBJ.w%ZJf+;JxR"A43~7@F2mEOYp)c.%]M$&qLVC&ynD/Řk&ۮR`p%-S挄Dbf#F0g3ƚk(BYCg0hՌsRXni١lBGϠyjGQQl[>7mz nC +\!<1~Z0:)F)gF}fVC~u wr*=sLiťԍwT7H}Cu0(]x)Z3?$dLh^rۍH𽟂&6` Po!F5C2ld~MΈ#F3꯿M-)%er K / P + zF728G=G7q>\ MxBi# 4qOᇡaUEPjVÄeϝ@n_KƫQ;(Sye"_v"j?)|F +ޖ~Op0+>gm.B!Е:)9Fc7 s4\5aFhT-zӮlTdm-C7$;+Ȅv1R$oRKV3<&==3F¹Hs6(6@{C{q]"đۖ 3nxvв}9k{لXXAʼIcv2`qvsj"nu}zu}`4SA"aDƔvCufJ92t5=Zܢ?(#x{s*(f8ٚOj`MbApU1KmB&!|h>|p#՘ڲMhRv([H :~,=u'>kAo6~9gӌZwa%nЦ|%gZG_$xIȌ^ CwDRR'ߴ> +ڍXa^7£:\:\M/G#JiĀ h҉׊zQeIٷClW' XFB=؈ZF V~l̖8Hczx?ve{Viff0j>n}$}b)4Ỳ"N;ptd_Y_Lqlz! iODbw( +Հ͡3AFvyUrT(:2ty# +a$<4gI۫IұZ̏)Ұv X-6d3frj9㳥D>Q&#WRISH}p8_]Ӝ](SS3И{ӿs?=U!T~Bjz{v&'ћ&'Yt` ``tYχ@ 廱:GԜaed'mp>o6'4mUbA]^~OB *Ȅ (Ex ePWo#Q۞EDr%$GLQ&&}uKoY',cx %/7#hZOS>Yc,ыPR**EЎ-z u҆_unvFSq gQ=GrۥK=cGc*F^rvyW +5be X/i;8 K!y<%ӱ'tkr|m" =^ڊ'̑DZSk3 c!^OTڽޏʭl'MjTup)щoo$9 +aę \Iq/L7ZP K3O,"ZGАL>CM٭c~y)$Jb#CBXU%0PD j%r4taH^oBY,=ȳMU sp~>gZ_re/ ObWpTo`$2<tnZU/[*$Z9咿l[\hb:}f 0 by4DmTXQ Ou70phw™tX=mz Gћ鍨H{[aͫ|_=Os.(4> 'gj#X﫦iR|*F)-vܙMtG#cWN8ip&aǚ7|6C2.#Fl+ +Y{RAPoI9 x,2.^İ<jٚ# 0Lz<-ycurHj5].` :r~oB]DTKii e +oN6g4Ra%]Pc!mLN>R{_> +stream +HYo)8-l0`Kڅ/XCc#%23d{m Ū?~u~^\l۷ǟx80?RBzsVGǿ+\?b~}-, mm͂l~tX]¿_8}<}xXCyS)5mb6m5npJ)pfج]:ǖl *CoB/?VuxB[\l.+JVmL2#_v>ׅ~07ȱiy:AXe SJh?Fso> +Z.((\D :Txx/:\у=KtDk : QqNKܺ H!xwDJ Bu?_kܝn"{oRU6- ~(mc-!绉5.% 5qKgGa8p5Fgf E&Pɠ=ct +_-"t>\&%/ȉz5L d'Ecqz25@^BNxt GgKQ0$Y]MGW\nY=PYuzj +d ڶ ^,Т-1Nk&JW25U j7XiEHap{b\6dlAwon~K}fJYKz 6KpdsP1v2{Q=L?fWtVx. f6.L'M% |gt)J1FWB| +JȏU yޜ[f@e(#ބk2UAYP];Kִ *W,/d6&x-3 `F:bftް$MfrF!e557Fz L|aG.@,gB=D N'#ր(sc ++0ɦ'Hۣ B>keq6\Dν+I0S3MҼ' uӃ7G3Km%DA&Xc)ҏ-C644 .RLWFAmJl +MnsRˍ3VQCz,)%lrp +mu9[lO3k`ƦaOW3u9r +m ܎ 8{)aV]G()zl׉h*Fy![XEt"s hn N{ -iyUz3,svHåhӥҽ&~:C Mgm]b+̟#ݍm֌stq!܇%zBZ%_;_HE64'B;`tɈqtDCO;4DC+.rkM^[ * AUM&[qRPHޠLۡLp +0qCx6\^vQ32~h( q(>X3˥H`rVp?Q<.߰M~a "J~rMvpZSL7s~,Ĕnӑ.F5`͓/X'f4"44?ݍ +/=\0qA4.CSF$`y4L&_!>b*KR[huܚLb[Ҟ6]݄c^_yC]^יM0L $!}*&5"ҽWhH+\6%#W! QGH#GHo&M起~ 5mwNU7v0A3Ҿ\=1+F8p?c{4}'~y1^=J]]z`@7T7$teb[J׾q5TJ^ .?mt}z]zUFt/yN CF ; )]28pZOb=AR_JhT춒 D_Ŧs0Z=֨c+~CĞ89-s))+ q Vbrdq)GaR2~m9SDcpޱWKo8WiG|H{"50 0Ď=I_"Ynu.v-Wc߯ډQ +:S¨+.$Y8?WaM +P.v13k:zcP6 |bz /6_k+G_)x| e G%pa,ŸAyP>)FbwQom9{:м`*a>ʙA/>0%~y+>C_|?pFn ~'͖e|{ a}m"J;(M/;,qi*LM+5jd (N âޥ݉=nNik9jƔbV {>#QDW`DwǶG*qwc{zBibDEG{2b?[b O8GFю5G> =ʷ)$8sh"A&0lE"^U[RfhK_OJZ +[lǤCowg4q}μcR_xۜBhXkN:L2,f&BWƸ^<@:VbgO H7\%qňA"oحf"KJ@&%>Q"CmJ +kZd=فv/v$R}N$ ani`lF׈)C@ mK%a0vp,bɓ]h @S %sdCd*G/FΈmCqU`7kPF,vRfܚ\t쵗zBsQ ~л#yDžd|Db;xh$`v +`B>JX֨zFǮc' f(N M3(d/XYPs"aṾ>VVX5])8'K(}2 73O4q.l$IjPEQbpy{;즍@)YȬ;>JК\UzX`hP jo%1DELDFbsmxm!߼5|{ _w6 +޵03nF)P5^ƒ4q*u:^[,W~Dӱ22 șI'ؚw”Fk&h) =fc3, Sخa-VΖ(堒 bu)ZPv =}Xpl1@RDm8r8(va K ֽ,N\C\\FbF4^?g`|oG[Gc 0s6IK*\!"U?IM4Bh@%#b2}J uEwrsG'Y:d +E4՝YO}W\<VqpM[YW[ez7/;'A5D|N_NhP%8? \ *M?a8o=VNXGB߄BV~@*ԓ 8d=)9 +(qӼnM`$2,^bN^7[NR-NB[։+&k$wB #6Ћevё~ JG:bs<)E׀nA(aL"8ppn EnX6u+= w|D=4Dvih kCP9eƛڷ8ڒq$ U|k5%fmr݈ K6{@-y sFƺ"l'$LRs,AtAwPFHyo6,DlR)W,$ +xAi\f;FpP0$oaJ8CuKNFlM;T~+FTj|Cb[WvɏٯY #S7 2 bi*Wa<6.uc+4q^.uɁ£ts,%6DTa;6 H`_~ UnVa{D._>`ugF},(iO*P@p sF964-ZD<24Ͼ."UU"VҡAFA ;ĥ4@" |KPݒ#CINhIHZIԶLmoaXJH6F+lLsV;YyTH,d27oOc2ľ7&S傗#Z }*u=#3RIi%L磂riLj-|{q? Lk`N1GrG ’FH$ $C౲a#P^O~S_v+x$)ט$(= (C^eZ +2b^:ؕꞀC2~ejm 'Y1 kmߡ_hC&35޹dFeZ|_/eCyhK92c7JXV[T:xJ :B &ं1Pޞ@&t*WL MV=2 +0wĞ~,9k7UDvWo}'Yso/Mz\k{ʧǠVMZy=X՝v{`m }'8]jq2l+-q>TT[Q2lT +&i &LVzCc'*_, #u +Fb*􉎜>Zs 9 _чrhɖi'_)kR)~MS/Zrd;t)-lK@w*ڐD9ިa |W NHBn' V-ZݺPCv&=HYKTe=ʏ2YNY[GS#LYwY?3J>6B`W^A]l3!ar"fWTkyB9>g lA4ԾV`7q;uxmvm?_y t w(^O*aRz`>C1b: LD8 1n00 +<`0"c48.n#8̂]kD\Zq8_m;!>CR_f1 ,Z;"6-79%"p~T5^ 곧fNeW 2F=I IڙT)HT/o:s`\W8!鴂gh"4jAr!Q~`Q˸c&Q%X@d~$MKO9Ci}4uĬEfh絺O^Llñ5ٳsm_98$0Le/xxl!{I#2O..E?+mQhq [I[P|Dn=j#YM))CbeD5 +) GQ +}K~v/ztB* A!+ +5%_ +d-,`ȝ0:%-B. B-"-Ѩ,fWL卩pf^I4ѵyr;~(!T8"5U>P^c>z#Ӗ, X]w:0 w耋V.|~8%XE Y< DGfO +7~/PX(qoggՊ`Z_ +endstream +endobj +83 0 obj +<< +/Filter /FlateDecode +/Length 6255 +>> +stream +HWn}WqxFkwc l6bkq2Ɗ$[ߧ.$˨Gvd՞fWN:xrob㗯ի7b^%6k{?w%8W5+'l[on圇{V}{{W0z?zJ~ xs.7r׃_LW@G-nE ƋZ7m=z~YUy9fƭ*ھζt + QZUpA(oPUw.˥VJ,.Ź\Z,.VF,ŽlWV,Or۵\ە3ͪp_kƟ!p 4;~hv-)x"oh.-z'"fk/UU @x^_\˥E ~dqIUŵy$ d@<3ySp.)׎2H7㸏g3ȬÿT. CPDHS 7R [ʗjwPH81Dž`Jt +߮[;|$~@P\,{<IO;3H`@w(/kX^ts OwhH >7j0 Ssyv2s;3u,pm.JTF+cW,8@v0Tv(ª|v~f@}$hL@UOL{L2w(T+\Q*MzOyȮ5YYu)AcxϜ&O:fy4z+Bgz8y5#!\MUJRA-kZzE&A=\Aj F]_\~V[mmQZݡ-N-zkN-ob7Y&ڼxr_ӄ~}6e4Lf>=ZZ6vf@m6_zYu9WV**=k-eKJ̍&ӧzίI;-!cj%|j* ՔKrm0Gg7\s_zDbWJ1"'r\,=lZ$Jj>l*v*Ռ;ϩD 1*X{$h9O1璎=60Y2뼙1f_̵)8q!†Z +㐊c\Kˠ%X"mfרto:p[Sۑx\1*=ATxfMպ@DwpXAP,1V,԰3gdJgSľDVSo^i<0w?EC3JP]\'wLőx-5:'85W~L![BCGU'E)fL!qTدL:au'c~UӶͪ.Xʹ;F®K IBM6bfzjf/е#vvhv!pI]5ntI +*hkff;ˋQo$'NBKɒ2x&1w~~?eh/˩k23cvGQHۅLU@H]AS>#.- MLﺕ-}4^.Im ruHIr*a*iɉRM!B"0lHOU)P2LM(clFA|4[U縋KCE%vm!l⎏DJ5,̪x'"% HT',K3V':_n y({yNLú:pvly \({7cd~*\w`hSXv.*Vvۚlhr<(l^0E#i ͵W#lbI`haKI"§&6η+.'?#Ff.z[R8l6TUقq۵eaI) )CP|kӵ +TpF1bĆ]X+`&m&ZDl!}iS"wP,mgwlg{gR#$)8f4&7 0۲lO`NHnLMEՅ&2d85NwFcu&TJX0A\#hؤ]:X>C\j;[9[J5>(? naoҠ[9 M>S<Қ+M3fk1>E8pLfLΫYRwE4ђA@aug6; ҇c.gS؆m:ša~d3rì 0XB;YtvKy%YY劝T6 ԋ4\j\V1O- s{4dm7,6> BFoz+:tv#Y Ao٭'U}t9q 㘶n)jF +#`숤(Qb/ aOΎ̶홝"Y$%:j>'Ra dk`Lcu&dEcG,{wZh1M#&/+ڤUhDgymDa"w2aC,'VT ytQx1/jL2H*Tk5#i6IûFR[e{U<)緻{̫. SJQ +GZ:G=2f*?$D$v0Hw>Nk8( 5LH)_X윛$_0iuYq])*](:UwmcR'k7/c PESʰ9xTC6/tŶbH&yJ-<Ň?ސ$ Ay*~NN xlblSpSvx ppѹ-^!p%ቬ3͉Rf%cUK1~E +=#wϊjqWdT\c#Jugi^FRUv`M +Z+E-T!u4sƗ+R`R"r˔O\xt3h(x5*8G"Rzw +`F~٩QA~;dh'·6ӆ˨0X&(8DE#Rb N +'UYfҡ7Urc «t[Gg9C}NA.SPncgzG1vulO* aPHJ~HQbgrȆYzS=nK!NGɢqn_ɜni, CX~-5 +SS@L A1])Fż%b H>Qm&>0C렻>'2$npjrV: +Mnս@]bgFd|KwU( 5:oB$d+ +6u".A76F~x2:{KSj "ʼn|t;\yHfmѦxmܠ5k vi'tR_3kŢ +%@mcV2q~L6eVsk&Sٻq㊴G۟{|=ڟd2ZaX6I$N3_ b9ϥ}I8CJU'>J=]F\,XXC<L[\C o<-䡸):*QE&:/iQ te+'Ɉi,ِIQ: ;JI:`:H9EpjhWáQqEEI6bڊRVZJ [pX EhVr~\2L +JzKU | %Fe9Mk[ԩ'q"jF*g`x, + ŠAo[0("gƒ+ف[59?[ZE)SBH^;Y2@"<WCn־<@8=q}OغEr|? t*fiŒ`07 +8hm Yc#4QMsMA07DDi83φW;>'&PفjwbRqt~AqpX4NK@|:wLZi%㪩aܽR;}&PLe6a,ܰ$L"Q8% 4sݾknCW:"c%ʿ>6<cRSQp;FFҢc$a UHؿ_֯+x/G{z , zWD~Yw?FϼDof'4'l"r3#u>jד9g_9 +X"$pˌu0sӣm؋ĜuyOuG1(I.rܹijyqٍqV%X[B^(vw= v_^JҤ>hbBΎ[~/YY:R~WZyhl3vqJ>g;_y"N0QJ:},R\(n[gf" +K@lWz$Lc)zpCzڡ3,?aR˵­$x-qyg`.k}LoK0?mWlr\8H~۷|1twϠ?7]b?ԡsxx|7By'0 g,JP׿ƏI맸ܓ0e^"snRxB`hGn^C 1P>arL}G"6#BL(_H srDf,k(~~~Ȃ̔GHSݼU6vۆ쫜oO OՃ3Q:,֎{pr f?zbxXTfϘ{uOIh M@Z?  m-r#OC,PAt{Z+ctˤpԫ*!rrߥ郞FeM I&f輗5h(׬ôˆ/^hIa!ȼ dv=Eìf>̲#fbS NOB> +stream +HWn}WQvZM k{c8w[A`1.Z) /՗da, x4=MXuSG?9_WϞޮݫ_z^Ԫ8u{qpC.ͯ2`UW]]u^hɭ6 +p;uI^ ;\Lo\otz^v+[N__g+8?K0U;\xAa50qOӫ}!2Mzٶ7mw ߹ z> 8M9:mn0mNߧ;/-nu\q@kg 6$>2mfkJ5c5+`|(3X#EHtge8#08~곶.E B$:%d2D@:M) UsYX;|B++~\d697=gr݈UL'Zn& !r!'}'~@bDÝk_?Auq Ź +JV sԃ<fbR_%.&m R[E2$b ‹Oh3s4ڙGt혽)? +e9<*t-=H|(iˉ @"E2{ʜE,$Kw}`J ORQ b66oW<ՌK P|D,&]p*>oZ ;;U,2{l *ZFyp"Zb'XN̽4р7\6z9{2ޟ@&v~e!F~01ct ^xtS{BS^XCF!i iK/$ c(mvσ`z6H{Î^Hp|3nSǴrZX+ڌYsڏ85S e*9U?GW#W?\ǥh4J#;%©7PEL4/}ئ[Eu+w|@ }q:~w/i28>@[O/RD.>9~F/k(')c x9l +y6-KJw*(. 7GܖQ/p#s<r$pNh|u*&nuwrV\^ .9b(A>H8d=QGrb*3Y.@`"SwKt+؎mr!x9Mڝ(TW1igv~KWlX2əmsK + +v0 if^k];, 0' ttRǜi9pK0#"MӮ[ +3݆ ˜3[7(ȓC0m`ʓn2L. *YM v\| Swi tuIZ3eo?+jI爋ENY{BƟtw)D,pCen=e +3Oѵԋ 8'8OvD9"bz@#Biď;8Atdհ5lBhxVF/#M&!h Ű/b aL3:M7|1Tmy{ +B%H:P@ ͸rCS4O| _4KL]?@}kGÙyh.s>~R&bXFS)Wr3"by_"9dJ;L)Z5У+fgK8=h>j%}(d9^!Xg\fl=:Sx`6nk,aO/rͳI\3m16n8mrncAȺ}V7¸](| lOW =lrW1c+v rϸ"H€: > <}"I7]5j';MY|DIs2+C͋@a~ehK({kۼh+{/`;Rӭ A $ g7AtѳYQ]t4-ޅ"dH4X zFb,SJ $2Js#CX s֊P&N`itZbE+5!izutCl owJ+f.5a|p׌;~idw%=fE2BqCDRdĢo"i? c<so|x-I ݓ;;-88x,|9n31=֏CV{ђ'b$t̚Ծz,f+GzA1*l'rDRCd+)05"QBPyu܌1oX8v $h]H $O峮!m]/Fy nv}jBpv&k6*7C5SDƃS̢[e40|ƗۘQ$ԗ풦GCʳUr"oӾpbKiFOaPQ&/ƺA = 'N Q]⠜ +QH @m|js -؈][[MoGwU3&Ai&`Xn& YjyT0N { +PЋ@z287t#q ͼh_6_dHppoyP%;<|H W;aG{ƑQ_QGnUUi `˧1`&E#YDk_%3"kiˌD2^=K?.lMBnQ&@f)t^ -9'"YFrY`XJR M%w`xTưlQ6r+EiyдvRiZ:O|%oCޝ Uli0ׂ2o+iwoE"Og?C0LɨN$|Hݸu+]{ %%|6NAu> \N#uN~Xk/f\JLyY33goD>Fe/has?W?Ϝ9{ll.bԗ(h:Q { w s/)gYi>3>37"JF ް\0voPAQܯT"Ba&&^WK@Fw"M6'uRlS?|z9lۿfd8UaG=E=?g$.XdU@)xZ<坽)y*3I3AOx'oOF;O/53Uy̾vxI=맋+P'dT/ǔJ$OALa>ym-m\ Fl|o1gJgč u\uM)Д'WR|u%UwۦIO yimTG&]?$*N*㞶|[i2䄾m +<ɢ t/Q9N9 +R,ɞb Re^:Dxl±ƫDiQAdXѯ~89QPA2|ݯ,Ӕ/A㐋B̲0 ԈԬOT׬d=hTKHӱT *wv'9Y#%t%vU%^ (TS[%I⭡ykARLIqT#WM^洴HTT_J +W_qB޸aF! +2`hZJjQVg-uGxm6LFSEe2/pfԼǕ'VCvD}bѰ#P''{{OzV&cOyW#ky&J+&fq0ݲ=Ma5v3oUC>tUZP/[}Sֹ&Mtv]_חzXX({7 ¸,7M|=aw,=Ky;ѯQ&d,b+5toaQꆒR>BRM> +Q6C ,of3űQ\H:~ +_;oSjjS*K67!19x&^E]CAV%?kX[)X$VRbC-#at̶U݌I5J-m+AJoF&_tK`9A@4Uekz󱽝 0/M +endstream +endobj +86 0 obj +[171 0 R] +endobj +87 0 obj +<< +/Filter /FlateDecode +/Length 6206 +>> +stream +HWko_&EI@N-[(_{q}y$/%q ;փs9/ǫ٣ᇣѯoPOjUlӆ;ר/jupptb]+N.zUF) UVlj[޹984FqO/'|އwׯG?G׷Ku~y~X֖*+i(>2Cenߪaַ5\iJ Ww+Wt;~}kA2ܻ;uB{qN$b Y 1 ;n"$?9 !{, "d pi(D3Z%E_;5¡f8t#Bi8[ Qߣ#euK_"l'k<oRN4У]}+' +,ye QW'Az5R'O$Ll6R|)2 0QWLifIcUQCK* @ et-%"IܘFsENh{F"BsRE= Z + Y;d鳤 _.'%DSF=„+J2MU T#"쒟7],ލGXkYnٸfD߮Z;Dm'J~2r[g#K#zg'Ndv j*&nC}ԗpF WWho;좠Ar6ȣggF/+@ŐkǎwFܩCojΐ<+^ bS* mYWT)mJI2|R-Jo0>)[iĂj10/91L}gN?u;lgwwmgE_%m=hO_2ػ$D4c&FF(!QxKض<0g-W,kYNy[ K,5::R'ґFNCv07.ѲJ,`Y,TK͛K4^yI=3>T TO7`Z(|cPac+wŞwE;Av<&x2:1s>n\.$Oh$z{0vȠ)5n:6'̺s\bl"l;5iEDncbD88>p]$c7j(DAHɅzI(Je(\EdV'd*vVԱK"ePNgMRl0 $$i 9>(s2ْVkcjֻT*Q!Uƽ\Q].uiP0s-ed TF;ˠ>nF})OiY"N#x9isWtSvDUyxJ̋r5ut@rC$,"t+T(i v;{׭p$a!{ƺu'Nͮkz _Y)*MPc/#o.}߶PH. u=0J nX 2yDi +F X6q!-2V4,N $L&JJdJSǑ F /n'M2+f#;m/f +ˑq$"YD`v ˇOϑQ +&5+LFۍ2ˏ*ۡB{Z ;Yv) ]7]vL!:#pẒa:q8X/fK hTzLYK>rK5vZ8,: i j&ҙ8H5j^1pJ3 u ^@3 ULf^jxi7ж”ӎjw'<ҋ݆1Wrlg%Y7(2@Ў-6? wFr7L՞h21 "s̻6O٤NPszQ!sA%'rN^&ϵdSa-}Ћz6uF:ut Ѕ3A.yn!H +=ٴC5\_`t@?ȮفO7EI%&K DBVϐU #:oĬGxHá޴2y'zѠ)dޘKB29 Y\⚘M twOwa3;Po9%G?ޫ7nMd !.#Kv$X &G f~T}=~5E" Oşɲ~I-k>ƊnKM77efddHW;%c4k}%z7CL+}%c#c# \"9X3Ēh|\ q񠭺DhQ5{>Cm93)q2eQ(Dk7id$H|A}gr ^‡C?lX5WZ+u8z(3Qr B^nI?SIa"<#ekXjD[`8|_yftҤcM5~'8\aA^ wQ@&Sn[HV.tRy3*1Q̡pUJqJX6ѝ )#bY2$~6$uOGoL*]HG<pӓcKTᇔM}7~(3t (%ʖ=ͣq6]n%#xd{Nj MvY`<=C=g.lZ)*;%b L,*`(;/2nҖH,RJL1]4[z|~1օ ?εP@ uJ A겑kL%9'>g"}Bؽ5tJq +M7B9B*+3Ǽq 8-g6ym{!1+qqd +>{cѣbWQ߼p) +` :v=Ύh635m*[zo2ھp8ҙ]#t\6;Pe +g`O>]?:chUUg)Ѕ e/sWkT$,535PtA7 V`AY,s=++yKeU'c1Df`նxUu!.Qjy Óa` +Lc8oW:X y.CXN5yvYN%|9;yAlʥu[oak+[awtw&1Co~72`ˊٿ |yμF3QET=@8 l5/TMQ͜'ϔ?_fZ} mp`Z*4M_-qy)U+ YX䧇aX H +y\jܹ{*m+KCcϜ #KQc!\D&|eʮ s!eHt{)uoAR~i%QqlKB;È?Q1?M0ZQ}U7ęZ)7ʈSc[J拤* +OipҕV`sA{]Bl@g"́*-}5p9|ƀ5=W  =K#8bw4YE|K]rjHz4J'I,!ghܜkaf`-|ܺM|e*NBhaL!L~ RA7D;]7 fa|J")bL*>MiU[o؎O\t)Ĉn3PyA3O~+lco2.*Ų`qUkc[&_$-V* +̣xKhdam7Abų\*m*yYa0hjd'uʹݺ]1}}-gt)Ķ8x\J>gv|O ?w٣S xw֗Y(a^E2zpq +=,ЫgMMB{DLX.GlX3x5_0d0ҁP#Ũ[禮t8:?B$>珈/ q?x*DXmoa,_$seە?֒BW:}$g_j*xݶ=ѽc+.E}zaO^ؽ /ⅷ*Bf6pq3Ø7h+x⇳\RyXޠ{vcC4VN}OڔT46^$[RB)%*o,0<tޱOb JEX;%.NT&X%OTbfa8hho@{Y%OJؤe<\XFlai]""8FFR}zMӧ>"qrC\)7=^dJ;OvAm؈KCtJ6Nx_CQ'#'v[xB"8ں gEox.xtS~-?Km0Lp-v/N:QJ Zƈ ҎScg(VNhl)@6R"d 0 C +endstream +endobj +88 0 obj +[172 0 R 173 0 R] +endobj +89 0 obj +<< +/Filter /FlateDecode +/Length 5492 +>> +stream +HWio_5` +lDZ6%E2KɊ}kf2F @ܝ鮮zw'gwm?|I=+urwԨfc]wjym.;[ڽ;Z79;Sj7MPƸCl؄;2VVkףwG'}p8F= FͥZ]ܬx?zZuQ+ k8ܝDK`fS=Zkr70'vӪg6C_(VABxw>@nl^uwXp[c7Wy\u^+:ޫ |:\^{΅7;צ3.t/i=EZ6#6 .T [;-ih F[Yi8e^ W±|= 7|y''Րo4 G~TMg+Q x[)@ +9غUw5~^l3BB̏NP`Ӗ6F \;M "6%)h sa=e[ aHifM܇rm'I ՅGlHA/Tn\u#}10C`Rнn%PB&f~xeG 2DW\ F_oj{_az:+̓˼ߗpvD{a@V }ˌ}UЎͨWH(97nʤ} 8̤ =B#dM#8+aroێOk/_(32(73kIWxN1ϷB#]JAk9Hے7 y=0cBArn!6mV +1Fmo֩3p;~9Ɏb%*SmrvD" M&:@k eqk3q&хD]k^yyے3ɄhHFd(bxt5<\{ݘy8W*Èk PcMt*[L; +ȐH3'; "{Qx +>q+u)6Tl +m%2mU ri4 !n +&4z3ͷMUqh`9셮PKӌȭt_1#LGt5Pd;|Ee;,\˼P30*=Ck+k +R/:d2 cF4p&v,] jAdB}fg4AۙI݉,Ǩ5"'MVh'i]mұ +q? > KOp=, N0;=ߤ=av9KΉ@Tӿ/zYz(5zH[Lz<ǀ?~ 9 qcŔ#?& L,3ʐ% z_<{:MFPc [BWІ{Rݷz]J>֎B \1Vw %C׃e(CA4q_h;ԝhj5[RwǺXkݣND.=&JN +vA]&_p}3C hW'\(W hbJ+(TtT{d+BUԐ f+Y6u7G'Վ8fTҎ%'>aٱ/}P.\skc)=wd$ԗQwE9qxjk!~9pILG?0?Lє-#qk 鑉F+DSX<ś͌y7`YQBeFsPWU岖,FSac0QU&/:ɀ9uSnŢjTv:^+?ճ +48Av*D[7O]Y i4Y͒v~T "Ua-p S (OĐ)$Ia'H5!ںn`:.[s3bxˁaXAQt(O[+C:vuRw>.aʼndKu [,"↉#ybL gF_diA2u8ʧX@4S +nH+B]CCEc4]1XBϒ(_.1_( ;F.f1K>?H27;D9%=H<Y]*ݤ+[@|h:6gXs{{?>R$xzm5v~u1>/h-f~wCO{0S0oGȵA<0pV?^5>=<(̍s[ݵaޚ0/.>x3 A0o0ɰ + |cn)+œu6N<@FX}ޒGS[= jO 7i^ =7Y{ek󺩻1~QL;0? ?FӸvPk"0q~Fѐ&Mᗣ8h/ԙp*}g=;Wi}]E ܶtft.J- pĘ(EfHKHe0 E,*].L=bO ­,H|Vsh"2& 44yhd/iWkG=cmUVxf kcWs]2w h>fu"M`c,_ ɨAW+de%e R!U5C4~y/ݠS\۰u|'|:[4>YhaZ}wqjښːO!׼2ps-|qX[`8B͚ )wڟ78'Q,qThx_ѭb%<;2 p/dJi ;\rkB$ŐW=äpO]ymp8ޘb` TZz E-C-М6QhO< Xl=$,0HqD=Ddv̇rcCdTd44 cyq7n{쭜[ig1paC[oC˩_Wl!e~[]wnp?t*鴸K:3mS&;J59ut k!(u4W::ugiD(芿R`pl/Θu^ڋ UǦF;}mCOS!ܡ򇴋|ZM80gȆ(!@V 9bAY3䛉u*b+KO*3%!+WZ/6;No$pR&,cX+kNUuAB<~Nyrk +Da-WLt^e_Z5;_Z0 ԙkm/os2#EvS̱Y{*-oti7h ܼtMhא. +nꕷԘAR:g5gU\T4Q;p:1hwCW̜V}ӉV{C s h25RˍN#mɇ&Hk. _JF{խzQ8s<͆/QE~HZM +y ίpMx㳊T?Nfu¨Gh`Zu^ÃSG(Q_8į-,Y>馘P2 +` +endstream +endobj +90 0 obj +[174 0 R 175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R] +endobj +91 0 obj +<< +/Filter /FlateDecode +/Length 6487 +>> +stream +HWn}Wiv-]]"1 +.C6CV>wg#!vQ|?ӯO_}#^mkx::C+G'?Ph6-99ópMw_tp]uRVFG?X/w 0?m+;ݕXm??yV^ t7tW'[6(5^0 Yj8:şVZk<p/mcNsk%V7\zp/'AxihZ<S~>tC+4U|B3iiJE |䚞C 4ɾÁsvĽԺ +8>z6b_J.rv9)~K }B 9<()xl_g'|(rFTp B_w'|t 1I*G"/ \D_`s8w3HiH_p\ %9ġ(J&fYSKUHsavq<֥gΰk%8ۮ'4Cy eׁp_lco+R_ m? oGs`tzYj" 0i"09' fb;wjvBp0xU4Xa4i*[pn1MMPW7NCYۼ7w3$U]ryX7t;٫Ђ-WgM/3]YuƣOR[c/35'f7&[4]IF%gD`;u;PHc'Q9 k_9 m `<_ iůY*JF]^#K,}r!D,-ߏ0u0Zp9:N"}}!-jx25 +u}' ..eJzj<UPib@;&DΉUi3,ʎ.hI ?)o^8i +lɯ tӦ<`7z7L5IY*eE}%ˊܒ`K<¾ OĀlG$Hf"`a!s4$a`R +I4Z`~’ꪴ/.βd[Fz Zo^>kb7E0z)EbP(m"2sE[GfV5hjWtxn~lk+~7w.~Y~؄F֏C-B jKJ΄Iο'naI})YJ\n4[SpmEv|v\R1WSdX0{33K4xN]{bBV;\ͱrxmA\?g bMO]\wxG<!w[&?,bc܎YTFW,*=5,ӯݗ$8+br|6Hfqnm.mUp ݡC9L@vɧ<V0af^Bd(_eAmbY4ߎ5X#bg4~k"|~%G.ƒ vLY\Ԑ׳>.UqӠ-dSUlޑMX*oi%=X3,HHe14G 0ȉl/D;ӾdB%̛& 7q:^_obSm@63<*&n#5KcAc1#=P7 f؋:}1#M2w/LPh R>0M +6 FwYܕl}q8Czғ]adQ*]R ~|6^#g=8E&ahMR4&o1Mo#tRډy^,-W7K OU*+=S+-Ȝ6nT*&$  kJӂy@ /[Z/w#v!}Gbwj [OA7QVmvf_5MO.Fs?`5j,WfK[ zXA 5>^V\W6?8* +̦)iW +$5У{L^A>3:T72dnok̢ 8ַZxR2 +94* >,NW?Xp d@aCrr@Hg=+aĝc)5^67ù"g3L#an<0^* rCayP! B-tSE͆gKJO[Ӗe&]yGڕ! h +$z#k7Bx|QjyǬXk6P@J6[6 avs.e{}1CXJFμkq{ˍƍن8mXɔg_r;M : +th`\42) +plqxV^ +20?@)~6.1QČ%Ju%12ZprmRȓ%LӰ@MxfжdܼqnDXBgѤ~$/4Bv8nD8*?=7 9dyGM! TLf&ABծ{:VH/:^ZoUezkDNi)Anv=ms qw\3Rٿ>Gc|AQIe +xe; +E:X~B\j_.mE ʧC;wq)؊catX+:wDNfcNtm/*WPi|/:2YҕhlGaWp%Y*|F:a[>41uόt1F&W0r(GL@wW:;\ x}mA-4|Z"55ຠ]1q!nFJ_8 PrI&K|Gz$bT&#*љ~M7jIU-$723@sV)\!xa"9Ri%1Aêw=wS ]`GkήXb-I5EG_o.$RJ[>B"6F*\SgfC?u'V 4cb|AT= ް,xR?1`n/@PnioSCf󜋔RT<>Ig||EQc.jlOe;ayvk: P.bc[9ι+z)67FEQ^jg,mۨI62?7`0(KNmRĉ-H˯efUW*qpM3R6zf꒼X~N+69@ ⢿\RNPkekTA \\!5yJnv6JH[mh *}&$OD-C4U'?ϱG2ܬCJ?aq/bEec)|JͰ +D(B\+ax:lBQ(UV-n]cin +\7-k= oKmΓY4oUK7i3 +4,!θdJ L[:a*>ϻ;ew_Lq{ƣ*vIW x+yk ,))|F;7iC@>I򰌒0p71ihIG1*JArCd4ˊ vYQJQuL]=凒uX1@Ql +!z%k1!`ga_A6ĮS.RJovbA%z$ $gAg=0[$oЙsZ9l]9޽[s7?̛w/p_C;Bۛ8c\'*I`VW|wd&8c3ڞ,Ӡ7ҽ=eB!lKL +g |mQ!ޙ{g7 ,](b5Uu=z^VK-;UV+foCR1R\tpw2Z~AO^y +r"?F +l6RM$k#dO(#״/ym^E@#"wȇ*D +3r0?Ҿ!>lmז_׾"hTw+- . 2ѽoD(1,Gq{K= ӳx 7PpݣI+#@ G2YI:HqܳǬ@Y]7_Ԕ*7oo@ p~=xVf?XRdS%#{?68_C C<gt̆a(ut0)[mtS +یhO($?I/c >Qkޝ͈?;TmSQo%[Sť@d1:D!X8(H3p;ܔFkXx + +endstream +endobj +92 0 obj +[183 0 R] +endobj +93 0 obj +<< +/Filter /FlateDecode +/Length 5862 +>> +stream +HWnG}W#00ANbgBINt[Fߺm8J60`Id_NsoǏO՛7oߩլV4Q'mv?JlQ/kX:Wg-)eӹNtÞ\jE~YN/J[e4azo1~u;3^=Ft3;NNO|}muݻoUg]|:W|wٵXw0 /kߨs?̿fQU5X- L7TT+lWU./`nJ륁#ENןUpVX_\Tyu ?:: }K5ޭfcß~Rp,xZG=ܡ~t3|qGKQLJ=6uoYPtkI6 + -=T?[zVk|n}#;u2tZ>շ{q rQ/0:fm~Jlm(?ӏ%G +Dp_UXgnkEr\ قx7$D/,WaRi*)5>Ahϵ\r {nR _Ku)PTW5 qN*@쯠!殕no` ٖc S߯Cxc5] 6ov4\ƿAoQ>C)([B-^L(ivE].\#a륚ۯ;D5@O5xU6DG~%!>8QղGA~B6lsE$Z\$ˤ9`9"맰\,Rrj@mf/Q;{OUe f~,!pEf]Q;qwڤ*0AuE3Ls XWO'FqZxXqxn!'m÷隕~WEE" SAtAQR86B"bVL)˜De);~H!,b ́*kdo݋,WY9aلْ%]`i{5mO S!Fw!cJd:E?LGɐs;ʻ6sgKH\5Z,0sd^Fr[H- F\/Ac1EuDtٷgn +x!32Y )z mg|3t{VΕ25g0/ጄvsOXc;KsnD q0Ɣ/N0(^ ( bAqBh0-Vl? 4gXFbMTMN/20qk3?C4dS{ ^5ڢty3NP|lW ~V1Akz,,|h[mIb>'lA*,;Z$f +2ǶC6TmV_4EP43?b;T0ғ;D' M\8XNR B f!WL|/(Ȗ2ًo`5 He-g2Bx +yYV&+ZC$AɆȇ&QHЂO+ݧJ7|yp v x%!Otk_!.5 ]n^E^\.r;]Z iIAϡ -4{$T[i"/nT* +>>viX9dKFNU*-Bbkg)i_C<)5YR{p;pahy&~qnseh2-&ϲ>[(Nm00rNn/Q@x]WNG +iEwaSC%0bEJ#TG9U4U]%ow3m36q&?:VIӰ c)]F9 +6% ėd%js)uuvx4YqHPC.c݋ n;aJ/3 +\[d_JNmdN'V?KA?M{1EDeZ0!4ƶ﷙AQc&Smn0s18}ͭˎƔ" YZf-?-ӡY??]?[Fu?M gv&:]0/G P\LRꮠJԖL5z!68LIUsAu1}%Lg>nC/[XCCjj'y-!;![Xxt ]08a +mSS@OEE"'c+\T7Z +m~] BCv(RG2Ys +Oť+\jھxdοldi,cP #KKMKE.hePypU̻v5`&N##_q4u:Xaی]BDd%dc>ȼȻ +TP‘*Q9>A !To31%O*iQ#CU&LV>6BuN˰Io}r/w9V4H <3]|8fqAr%Y_ nE$iAQũ4=S +9-]w& +_3F1 #v"MX3{:/!pbքV v*aϮgYzZ{>9}md푨[/]H՜iɱ$.As1(?"I;]5]刨? ++y +zLqӦ0&*D +6&[JMb3 \m 0e i*;湖;E{|`QZ5;zA2s GE l%kyg9<\߮?IwXlG*nE[ڲ_LO/ {ЃJ>,*mΚH93G*V ca_e2THwpuCOj(dsI30IþпhA:2_E6ю|b׉8sx?yH )d{dm/i# U{9ܪKtN_p-D)M{R(Aq_7g{- ҵpsrmTt4_ C\BI) +S%co-ڃQhC'&t9yP/L<30,"l Lt^8i:}{]f?dyoN%ON Qq)3yQ7L5[. +F-YȢAsG(XX_5R$Kb*o)x>3Ô0$yjMdުd-SQ$}d؁$Ձ^.TvȦRPγipIeIm[25\喲fP1`PRtOPI 3 <,KLW(SG\aY6܂^Ҋ2n>m\Nb)qzV(.5' wtDVUbVa6#ʴ>;A +nͪɲ_uQA.q"S?!cR1s] 216CN|ide@k.)3KnF`J45B,#:EP2{# wwq/%12+;Kk/' F 6; A̕FpZ^ :8qKX:$AqH>i:tfZ/ƽMj~xҁ5b6`1eupuN$3PstHX oyY';<#;& f¿:K +9plP.ETr҅ kʷ[Gf +́/v ҵ8 u < Q=婛(:]3Dy52_Pa324h @ A [r%X8o#P{0K*9Z/vcD Yvv{713GX +}F'J9LYWi/mo滷?_/х& h=[={`"\ן϶OӲi +۸@`e+ٱ>3>.*kW$̈)#$Mntqb`頪<׵*,Җ_PH(ʤ$U.<4[Ƕ:1|@q=퍚GXs>ķTz:=@PVD JbܔW2阱B2x Dү9]QޑЀxnbwpC(}R2GnGGq8B98o ~i˩IO&NqOu#/Hّ`K@؎[ sGZfʼn&RcKGu@ SI5v&j=";Z{&ē: +MPܾG9>4ws1h7%aṡ"d|RW4.hI^NF]4el`MR쐏.JM1.<Ԏ{5JEJߜ*ZyRƅ4/.4zT +ewt?ޢTRu3=?> +stream +HWn}W#X>3a d 1i,$ؔ%[Iiho @N:ux_׻{7r&lqZ#6?Hq,կR(-d+so;]lB9{nfs{878^0ޝF7wN>|9Eߝ^vވA"^\;C8{;/eSG*Y>رN g2ޤ‹JU %SU2hZFJ#4MTb~,<~oZB׸_k,m|;FXvb[xW2QZuh)JO + EV.xu!Fo~liG*X{H@m A\«]ͶMb,ںE*:Rh- +tAG`M j +LC.QJ;BܥK;zLS| {J.0, ś!ׁB^7W5*(ۃ] ҂Sc +Y_ eﺆ"sX>t-#cpRw]TS!&;9)C`3]l'^*q%vECm߈L#  1$` f ^p5eQbjQd8(nIvz( (,5 A"Zxx^{a]3UJQuwp|`j5ENSO9UJ&:\V,oZPjcUL V3@"":w/g| J +rZe9-}%>@|aw;<{*\R7 ޵ ?x 1?5k(LDfMS2]ïky{9hP4Dw&.fǾL\@Ty=e5<=}@X3`AtrV,¦Hz7FkgjbX{$zZ5bHEq$1˘QXXeٛP uR:SHCښ8`Pai@?0qмQ8F4&CŨɺ9 W3^KU5)j p!zSC}YC|aI*4-Ď1JYK<W[Y%|rXxWT_ʍXP!f==Dޗ:c20jʳXCОX1jvj`:_PC\F?`)+q Z#K|/I@plg@9*)L\R)@ &L5CGg&~!T.7gj @4XQ`? SqGUU +MDO©\!.uWgzSYg gq'C l<0j⪞B}|5j} ͸ABJ^ }]5z 3Aӭ-!I&Uh -|u_CPpV:Ɋ~ +/Mr.m #"qvYEA_%ǻXW&%; ߩ]H}* P"Ժ/p f A:uS%E~yB7ؓ4KLvt*[؏dILcY>?7zX+\˳xYn.PJ MYg.jѦ/˜Ŧua\^a# !E:M <s"]B%aύnWঁYSg 1iZ v\6k5 +a|ksl֮owoLoY?`I?r=5ؘ~i[;͠8?nKEI$˳U](Oz{JrK5zT e}m0sdeN%=K 4FvywgZtE\q_e5OT͚Rqg$nPQĵ0վg %VD./nӑeRcI"'^A?}VZU_n0 +]2-|Z V@ﶝm}< )ME=D =ti2i`f9807.h2QtL:OǞxnM_P0%UIoXq;ޣ105dQdVhcסvT9N5 1TZyXءotb*bzZX-"6E,"\ {@t-Slj,E7]jP"<< + 4 +^'xp09#G)g uEaTD&=(R1"cQoҬ=rHS )ͺ=SWIo+Q#EHC?{ Wo2h(~yꏞ:[kK6cѪ`kӝ|jw~ި7=VzE{%`I91XS^V۳Ό}cFph5MuhLlg&~qJL&,GLhs_#KkѽhX2[#4.>|Tb737PHd:}M?H(G,l&wG%&yM6r[T6D+#fぴ"xBR JLĚX9;b&p&cINnLo[RR4sR3y8ɠG>z]~jW܋|dg[fYBX餼ZK>ցm~Lhw\a6t՗9;PW6ڜ7="α:Ǯ_s`GK@턍VPa +m1%hfq1 lg+#Ij"Ȍf\l<55ǫ̧͖BXO8<. ]'L዇YA01Al6NiIHE'>_Tۓ4Uږ<(n90@n3t +ڈj(`Vs:ncr2;mZLH[m1e5۬_-z>y̚V@Y&[P٢;Y;y,1M\d.0<<_Kv7KErM29#j{=;dtr O#@-2%:7j>2o`s6ߎI5+ݘWV>#ەn=`"%n9*vC3$ \X@GjJSpy­Ykv"9="de9[K<>݊k<}^qZ# %w%6.N roi. +v9G#՜XF{Y+JmjW:-x15o>r(k Q;slg_q1]5Z4YEE5%@|@<TW,}1GM=HxI+:/Aėc!<&rEЬTaБ G=8Y e :6P°._lFOUÑ#B_[1La U/48Pʹ9C^ְ`8ȔT~1V\ÕD&IMnprŗ9Ia;4@1τ^cq6J˾KylIz 32iߢΔ+p0 KOZͽ;VlL__C8}^_@I$"Q_+\ĸ҂Yą +PHMH V]R*):C%a_.n?_e~}Ccl_A=I<\7H6u֪`'?@B}NJb507"xm~F* ɠu"}V+*s5FZWKGA;m/6Gvot/t0?GR)yK+~xj{zo26d g-5-qKJl+ +vx#}3pWQK;Ȱ9 깓KG1@͒}݌v-VWКCn9Qq`~ڎD㌯LҁP/xN8/(hp7DG#pf a6ZG t'oY_Au6`ސFf"A}/,.adžrctV^EAxꄟc!c͊3,\V7. ͘1C19IB렑#ӜIjPx(p<¦|PJ#pl*|wUL 6cNNl iC*Er|_I>q|"k&;9tpGzߐKGx`41!mL.Rh +NQ\StK/9j;oq!uV.\_SMS w Μ{jzpr;@RtUfi7E1B^M+ ~Xó2RT{nzjd 3LIw-a"$P D}7xBU ,^any/# Kk r_יalZ~m# t0h1R8/?*xﻢ `& +endstream +endobj +96 0 obj +[191 0 R 192 0 R] +endobj +97 0 obj +<< +/Filter /FlateDecode +/Length 6335 +>> +stream +HWnH}WX4l@ǃYL؉ޒBc[;,~֭ݼT2%QU9uz\vիw[ufuP"7Ҫ/ +upp.VeƩՙ?k JimsT2U^U~ss.[{8O8ӛB3m}{_nɎ޿DMe iJuq[JU.*jm:UQ83":3mauZxW*wɋƫhj gC?.N5Ϛܩj|QL7Ж]Vj-Ljjqi>3~5[VzjSgpm\W{ [<*st%?`zd$s˖mnx&\wT+Jn +wxcjtz#>fQKb̡YrU3$eF/8<.`Qxo眒ky821&0Ŭf [7>Cf2]ﰪZ_z'M#7==bbqwǒ^/EDktwcxPO' k+]ӡk20!:2N:F8.E P@ynH sL +Q#uTqΔPJa6)m$pyF|R?LO+B@u gw~ Ǻr`>pP€13 O~מ:? &r)"iugjfKC!*5YŜ# sM_ ФǮAy^C=I%LT܊glɬnE 7_&*2T1'R/yl |ae1mS>4Maf-y Nl(m%X1ӻecK#ğ2[8 tujr1S}Tf7^R'&x"Yd"9ͽ7|ndeld"vd4~| =Ea/tV 1O wMd{^ 9oŷf0,\wUJ 8|}izVyX\gZ8tl^}{uƸ=>>V:" h{)zu^Yů*m*aUl._Z +jlSX #{m i$`$hTL3v؉Nhn{[-[KV{m_?lwC˚:"!i>D)8sFM'pX Vy prR3PM4FR3ȒŸcȇ\2i6,*cZ +dp>|*nyKq-eN]wktXŴ(vF$߭ĿZɤ!63ak2GpdoXjv +, \Xbk&p$S#[gRJ.zbdK83-^k{Lg?'Czت⹉Lray +K=u1;xsI0SBZw84NAnAP>zV}4A1&kĬeVVƗ'#LOx;?a=pnD~/:ADyI^҈L"cnro I5e*,Sw0ܨQ<z:? ^"nGljNa uV)_ ]1„wf@0pjܑg>>@'Qj4D<{D~l5}NERE7dd\*ZW!Z[mM4;P~Hb~ŦW#bC.$Q9t'K(np]Ͷ|,KS'mN[ƒST'hnd}@*R ͤ~rtI)(^u"V_p_cA6ݕV%PĶ`ȤY5݈HB|Qc SkGIi R%+ +m f^phK ƒm\*6ߣU_y)DW^YUJ>Vjk (4ۼݨ;8ɏ0y؄`Æz*ѫDʃW7tl?&W&Nc 3b[T:iŮ$!ձiz`E{bMuqhT.2fQee vs~A4i&Wc%*EΎe,N웑+_9,藇`>QiLI· ݈pxH GQA@C^@dSnYg^x2b&SK `c5>"\_{sMJFm(T,3"ryF ,%@ ;E^Е/M4GY0M5xsYsG}5=(K,~ f;te6|\Dao -Gځ߰3t@w,]sTwEH|w|c#mG6%iDN>tCpg6CNo:R *;فJRw+JXCݻ<ouƦW^w[ +*ݑ!Dii[eeV/Tdܗ٥':̏I pm3=#_"gԜJ +Ȯ1:9"+<=t},oМ[aak$&Kޡ,LpZ|xI$YZ28!K7Ae'o፫ljt_QQgH<|ژ(~$hMU +5ZD:kY 0kjdlGT"O'y9+)-lǠX#! +fPUrW.{7t 8>4=pP-W3sr}׆} +/[JqY*(9JT؞Z$5VYR2‡ -^QBs>mJ4؆ƭ!֞7 SπDm5cHvjPyr=3zYh6.oˉkj5N&OzJmҸݧڢ@p˜['[n0[nfrȷ]fC>4XyU\#I^JrYǖjƳ~:7xe&EXН_;lT!RlWx%Ǵ مj8*[(SF7: x@+DqcZxWfD`TR>Dzgh8?q.@)/B읐W U +Bۓ[[fT ={2lꌍiVWf[$=A@zVrir\Ɠ-VEI1Ͼ2އPB@}%(_Th"N2RAf 9B lX!wL4Bw~i!@5ZH^8"I>[Ŀ +P_5&%0>>Odۖ:E" +ihkKK8+|ݡ3s&|i𬃣qB2%gAe 9<$M2/f 9q`mH/\N#ʗP/?pOܗL_*`kNJ\=Vmu.%.ETNMJ܇6NіMP3nQ.#(ב! 33"3/qg(838+=##YHN,op:\LQ׹Dòl)_5*~d]?+"FcA1B\ϑW;D2q}JtNn eM MeVvyL7JM/x7f `f[3L>g WOD;/|wa'wu&X$Hր;$+RS~>^=XGCdG\+)CLYj'7R_d-#1nDAv ̓ + +@>XPj0|a8hl9Wؔ7o/B_ (Iecu'lWb IC+'1Ǎv"^vPze>v߭piTK!=YH)6s/9U\UX=G}=~~EzN&4][z^l6'+&}َdz.!eexxE:b(b($8#-vƭ[$& u~؀4+ +Vy&kb,p0{K 僣r0OA;OvaΊW!F +endstream +endobj +98 0 obj +[193 0 R 194 0 R] +endobj +99 0 obj +<< +/Filter /FlateDecode +/Length 5675 +>> +stream +HWn}W4;a`mmx`k[Fr S N9ؾ^o.^۷7wޟ|GώZ61tڊ3V(qv}n >|f0 mk,?Z)/~?_A> 㷏oѯGǧOF?ǿ|D֚:\Qq*,OP +5h{۴`}3 ~[b_=ɶqp\FՅ\bu+ʈ52 <7r[\Rbu oA*FKMu\gIK>J5玁#ίcWJp QJ y@ ?Y(X =4=_a#(|5n qģ~\qRa5>ݼ5wdzj ؘ%K4v i`YP_6,pvEMR[ѝئ'=A`!__!p&kxu)̀{C(Pƭ`1m9v/B&B&y?/z&AUɣߋS#"c[N=V9D(^ȷCR;}'HbGO!^i#ؓ8We'\vC? t9ZnATe0B^% g +pK]}ȁx;\,ȲkS՜ +_jdvhŢfz.jC-j=E(u5 #D+&r`d`xL<=ҧ|K˒y " +b^ ч-:$x-kfy&[:p33`z0LY"!D`jM1@,c+!`p_ A3.D1*%s#0H6r3h@]`߂)ĕ~Dd#Wg~q}Uoĥ]+E悲0>R6e^*Ԍ 쒙ZaW5yd)uR2CL "DHBϑk\> 57Q&4z,sӘb-hrƒ][Ӭ?d®u,0HԄaS4|^^ˑ?6힪1Dp^XAֆAuxH#"dx*M?I:iƧ1<؜kL-'h"`w%d>3|d]k]eҿg&)DE#IsܭΦ8 +-X(Yy'8n~F% ̶kîf|M!ʹG%l rJ wnQTkم( +'X.:fI95ۉIqN^Xv&~v6})eF۶PSb%˗ uY~"~g~,94s5[9H)Pzd_6Zc{ńK&:s'M%spnBjy4l픚ѳKވ'j!~Pu4h7uMd&sӉRhR zǼDxaǿ{: ]1#i,ib$8#Sj.o;W +(p׏]cȷY`AXUffF:nTpKGB'nB}Î %:lމ@iոBi5ZҬ3Di%";?#VO,IS;$}ac }ӺAWt H?2rv;a gN?>OIrdI.0|:7R!|u$`y%mïpgss#.˧ )W~i/_.q#Wϯ۬BxEb-zY+=̯}ݤ$@%Ūőʲ-soғe<]MÃ,'&&6*(;^ F|잺O~{=?] VSbڢ ep@9̫ xMte]-„I}Ü?7n`)M0, [ b,yn'*DG:i)徊R0/%! 5/e9j +Ǽĝk@-C%?._YvB~7L_Zn9 heTmd@"݀9vJT]fv e>&jyz;,>G٫5 |~E{=`DU]'[N@ t :5^睯j;'78M#,z~X<4DbԵdvpC﹔=eOz$AģXQ`'> +_$\i; $䪦":j]S:7ފHm З7<Ӓ67cxT\WN,a&<%Cۤ棂}Pٰ9d~SeLηۋuRcn, eK}M<מ6=ø1 /ӯ%> _u&Tyn>P`W^ 1zb1p=uOҝ>WMN(wqE/lr]͸B;DM,xmrBq䲠w?WxlO`^IG-#k‚ju܀ p9G uzV0[hc_A}OHzB*}!}FjxX9ynĦ3 q'ݔp`Ym4{>I{DODb;_-j:3'5[Hm|hF#ޞS S?ţhw0}RyEAk̙plgŪPY z8oՋfݘbz+}S)|;p@"M n8Ψj6Ţu%9NpZxR6;hJ;6Di!QKIʶ? j(/pUBH!|i97`N[]wzvJi7++k')pI <\}ovgH0(̗@Yv/ԉ2xGqԧb28; +ck|0_Bhl^7Ohl$wmjW 7?+Psz!5}Dc۶?o|yT/*LeLXo?AEwuP+JsPIAx<9W=rYk +Yh.Ny:O +M7GNͷ@N3 7t ,1b _^9ɱxt{'f\š#4+Cݬ+h{S݇PaIOxG*_xRo)$D͓(eTgT* @=H聧2ك[ScQ؟3`=&V׎€Xt'd88/Ė` _v'BuX(ak~ YIW==sHE7O-葈f bV~-p(^X*P?͞3ȣ3n2[DTFWyKjIpl*:1V^gԟ*{d(!,`#S2 |E3*z:|合/<۪IK3Pro$0U3~5Vn-HS'z6NXLfśD7¦0B:=a):b6snWCJ {µ?R^SYޢﰙR>@FEgH٩J?g9ò)vIUTzj_}uL_ FN F\|oϤ|& l;hwEكw(l2qEU]@מ9*ݘ[Ԕ .z +7ڳسV-9 >4* +_VOo +Q(@Zg^+K%Fq +endstream +endobj +100 0 obj +<< +/Filter /FlateDecode +/Length 6037 +>> +stream +HW]o7}Tǐ3 @c,h@VlǍx-;F~Ùl[s=bW/^.}yW/_:=QGG+{._xa>ʨѼjbã +Uw_e\۴6UxhfZA> 㷷??.Rׯ7p!:Cѝ]qGuغ2ucTmյyQ׵{YD䙶.ۦkmۚa^3zRJ1Qƅ<٩ +:xC~U@NU~琔fW<0-=>_Pu涊jQx>iHB~~s뵆>nל㐖7PȌ2?b]!4uwmy$\*7õZBTGmn?ln=opmzl[/[YH9y掲0Pth)+W aEB!#9! lmX:ʠ`Okjs4=Jp6;Kn@FqTCJ}(ez#N BR{L"XI ڊ Er)\{8}Wv E8!ɰm( 5n(u@)!!E%PlR$ +Z%6+@I+,#lk x<)1b\ةCBC@uNpC9>X.{7f!vWÃ#C` eKK( U'9 +O*>7R:Ty.5-"E, Q;AR*Ŋ[]LDq) +}鋑i]29A `i021 Dnn<:ScTK#9$AJ1Jr[IhNMh*Pj*90ЛLm+\@y 0t<ԉ )L1HIT2r羐NrɤFJ蜝 \0uqX]X\pbf#fe;mrU߮_k,`@7p%\+ҊmN΁dQ.3GʗDeVro*PMc2$E}1CFo4ةaAW|JG[O~†c-+,UHr`tLB\x%ғ \-MHo41әވH3]9Ail;jBz 6BnW7hG<Vy cKU|SNJ~TEnOlojGJ0b ;`)lγ}j1ҟ_,tR{ 'xTa[JB1=Gg?}=0:uwyt|b?$|فx>AȽڽ`(s ɣ}[vxly잣h~xJBU78}JŃlMbf='8ldlp X\l LjOVfUG}h 4/T=S.kjԍvF&)VJlOsЫ͵v!5'@_xf·-hN{ÀQ׺_&Կ+dx-]! lVDıIpc҉ Z{1-X9agy|  }Z/NG] +2rmx߮#CLPwL %~#4fS'h %*}as dGJ +˸1̓.h!" +I|U,"M勎d}o ȣ#\k{ M {x@2*V4)Z<䆔t;ώ W K ath%Pu[=. UԿQ^eUإHjp5CF;֊GįzDT:R!%2l6D'I3"4(49]Ul|=9oW`kipRʮdkHcl5A_rERBqlxX|Ǩ 5V3={_iMW%s>,vvK灼EɌ'pV KwL+1< sAKv,[L(2& :fr2wExۄ-b߹2 q}`,8mz$̒PFX̨AޕNkPr2X7xBߗ5re3B!ljޱ 3mÇOJqE Äi+j= K*&=jA `fT剴X9d 5]RsS# Of;`劮EW Bfi.j/20y6b!Wi69y|zw}yĖ^RQ`?|Ud2k>]ÖO ޼lNO 3:,:À +4l! a4OY5p<@6"hp'U1v +l9]1wVu^"j$LW~ܰ1h~dĿC:nh%9)+EQ#{'縪ȭ

uцթȟ2M&e!H m#F1%tVbt +SLlO (^ q;s7$kءciMLb }\3o]ӯ5wD`2ǞYc!P˽EcpѫSt z9أ2-kzގ&X!jR2| q)a)ۄ M;bJ?^kLVP{&JV类L%1rt>?:w|?K@M_ˆbm,YhUZM}SSAZp5*sj-8(ؘ}$43n:NޟuW|܇_\ԸF$ڮmP=A/}Hr&~F[~  |Ciit+-d7iMwML! kE&t-!eGϘG&E1.&ql8UNd|uX"֮Jp* h&K'e9:jC-a,2b1qCCN72bhr*H@(0*CĈq'l\hʹA'N9>[8]f+jb1b`!̲i" 'v/!둝\w @.xs3! +hdA\3%GXţPXL)-#&Z`MP`Ef;٫/Z 5>; <ʞ4pSy 6ce@΋fhna(B`Y q2>rX#h-ICުrZ$g"Pxu82_&W/sW5`%8՚ ;euhH sp;p u\FxTd{VΖchw+1yPa O۸4`tbVDLe(CV#+Q^QtC( yYrE]Y1,!V=.4"oG^9h6WeMP=[ 6mU&)EA +O^ +endstream +endobj +101 0 obj +<< +/Filter /FlateDecode +/Length 5061 +>> +stream +HWko_1E M lE6*!)~lj_} g$REH9s_{/7bz9B8Z#V?Hqq?;X_Pby>[Zj''"|yn kj'lgkjc0vW+6ذц B7+CX;"Z( [BٝCٲUk=<0bG( 뢝CXp6 cq{s('MTћCW (,q|Qhme."C^vѡbP`"ܰ?WxM΍aB$ S散K}>   Qk)Ղ)&S ;5;Bgwu'Ļ5Kz +(qB"L S6&RAFyon[ASUY,xWUJUYAiLyi1qum8-BЄ D,&xHdS e+"XYaP8+&z& Ht\U%)H+;9/bKgP1a@0.Hw-B6rοVA+ ׂUEpwuEuGuX\flo"Sy=LzPAoQ RPs*XX!ۊcK ?hE6=`,>00j?m` $0?܂ס]lꗍ#m&Ai(Zm,]-QO*`'!Mƹ_43kov䛝"uju*-*kS$}rt@&[I̋H\DF+>+!A+ډljԠa0f]?&@SVڈB~ +~gM,/PvѰÐmyfM_b Ĭ1};z,rR(UZ⥶@~nӮ6ȁ"#mFڱ {RO&NDݕia)qxFC'Xkr:?k4vM2COYzl뵠4Z~M^_Aa贞 oj̉e aKmM Qd(;">N')&`L- 5[/բ+P)Y6 jg[/ߨ@:E!/ ;<{D}wT;YΙ!?a W!`xȏL[=ֶֹl<ϛGlُٓK +*%.)8|ΠCw0.cI@(v|[Fǖ _,iDܡG@!Zw{8A.Ҧ$Vգv޿&+*@,*dS7;a /NJ}avzzMLCZIw\61g"c-^B8 - +W,[#]x/] +pavX3h1-yWTSl>4_WI)YM Ö@iwLqB~.7|Z w臤JMP$7xp` Bd FNbhfU'L+6׵u jB^w! LW$k4VkX]_aby>l`d ӸȆRJi^-ig& 嵭ڦ[C|,!̭} zPH)PR !cr[K9CdH)202X'T}n=,jw۪]^;Z6NKD/c3w#&$Dvv*$:'}볫)V/I337v͘#I.!ccGBcN5P5h),"+ {`sLvv &8w`9(a;ީxsR>ggY1x`f# Z9Yd}Q:<;ƀR-]0Q V7WO)V;+֞g*;SI]8$>In"{F +3 fN*[[W-*l<{ǙTYm~ +WMuٽG8w,U+3%wcGPt3:6!̇E@* x˚}8X[( T.A+*b8h-n(R5P*c[|8?vĺ͈U@ڃvQwb;ڄجk]iF +JϨygX +4tk="cϒLK1u騴RF/XLى$8 cTBD:B76Lr\j$27Uu#ZɹsJu1)JWodi?$,0&;lB9c=kIqrwB,%'PR/7 +endstream +endobj +102 0 obj +[195 0 R] +endobj +103 0 obj +<< +/Filter /FlateDecode +/Length 5864 +>> +stream +HWnG}W#}0 {zaH^KVߺt 1 X 9?m?_ųgýxūbdsVlf_+qu7[Jhqr9Sa%ӣU5/V^hm+[Z_y7Q߳Of? +o7J1[zߜb\}E^6v"j`ZDSWM R>/BhS9طv{>r^Lo6T*ީ&TN_ wlUS^J.~ Hϸ_J2 i*-LNI瓄<r.F8,yFㆧAn.mRKpzAG7C*2ۋ:ure֩ ctK\?3Ѧ_%2ZC)&N9< Ј\ ]~^ | 7+zg3*GE4 +4Q-use5 \fqRDަxVw3Vc.YI JN jD]&Z$tbFJnFHcd!`Qd !0$a N$׳[:%C9r Z-}Z1 op!m)^O"A߹1!A)%OG *òIb BvkHalv{$"M.}.h1.(vAMMũ;]?4ԌmSHP م.>?ފMlD :s{ "RMA$SF` b/Zv,|,k#ڽƗֆpIʃ'-1]orO39#2-[Y)ږE~,Uz^Ѣ+}c8nr0ק++&+Hks aQH,: TNgWy M+S9MHx5>Fna\NR1V +w^.c/Bx~6$ ꯫o j>5{s@ i<;&sϦS3SJegDSdryCqnbހD&٦H8nl'\fصfHf@!*m:]hk'qLoXHH</:j@m7'XFcCo,]Lb04&,vd +znO% +1浢soXlmĎ^.)akt}: +n( pCt{?m  S3g<ursy".MaPLF< B[;V(8yYY`z߲40 O"o,c!* 7[Sg҆V+pͻmHj%~C^L;9EФR3bZ5+p k(mz;~8~2z t;YBN(r! c"r7={p+t5  3OA_HX AUw4z)? 7X YJ x69'l+y|6]}vK(e:V[qovC-XOERHb-Kn [fO]Pp. \<$h3n[W5ֈ޴<3tzλO6lc^[Skw)9g(}jsyu:t b4cht ZFcguO}nn*rJH(OF;y$)Afۅ5ln32>:zT<3M}Y;T=.jx{|#Ua֊̠Gk?|Y$`߁ӏO5IӛlJԂ'2;>n--ҕ+. +!Ch|+Z@w5w _~:e cB ì Ix٘\Bfm;$/($"^DDK JwԒˠeů8i;ZUf +mK)cö*h_jgb{6ρ "-{p9vlA +'_ĸgz㶱{~#HDQbڠivQ$Lm#ĵzBw]d|^9I&bM34IV`2RzG,`~[u)֦Y3 bb@|mZ &B<aHPMeJ>AssOX|yTR>ed#Ѹ g~Irʅu'O)A&s6Uyޑ)R~+1] !9ZH8 HP ժsl5|sB@[.bx)ѳI4n:4J:bhC;W_Aյjq1Pu<`gv C9^?P6L+fnG%\ f3g|L<[`wO+K~@s^]978f *K7Lߧt&&GC◛4JwU@R?SZ23@"Tu>yJw`6P_h\@Q G;s%6 +RX{f`b窻QnZ៏zȋ^2)D"jD_~mPl|&+RP)Kӣ󊃷I\`>>%D!\t&zhsex+Gr G,Bi=0! F{ h%ϔkA>*LJ6:L'[avą_pm9+RalȠx,L/UQ@=~@]$ChRӓDb1{. TɼR\m:~̐$G/?bAu~6 =nC3|[2.) >.;:zqu#*'*R'3ުL^D{߼^o~{3᎓wK۶+4q]~Wv]Bwgg|ߧaAx{F:B`4rDϔ1"Jƌy!"!=,Ѭǘ~ә:9  Ep֘lsyz VЁO=(+$$Xf(Æ9~3 {~@DVH#Ba5z]e'yj2$BE d~$(2xњ%Pco2`vKH +eg{'U^)(4) XmCl/ipv4`~?|Q;bؾ>60B$8&SC:N H9}5hSz"sВ闍ڋôЗ3 R<F}'u<f}Id"[ ƃԀAm zGXҺp) wb +D%o`u|mլqx"kYyVIgFVzLA0&>#^S]n6@ԭN+sKޗ!y#XT0Kh>eYx~Cm0kԔ"ZWXU iQ3E7S*Ĩ /dUB$!L>!UI9H&j}'pc;N:$hiI.[r{?C?ad`W3CjR +)ѥbR68}e֣[XkGt<7pgP8MrO(^ A@@ܕ! C!zX'A͂$E"ԡkq'x9$@rw +Ll(M M@Jr^&7I!F`n)ӤKmDBcB#b%KzK=<݂oAk-x ޴Y +endstream +endobj +104 0 obj +[196 0 R] +endobj +105 0 obj +<< +/Filter /FlateDecode +/Length 5314 +>> +stream +HWn8}W Dx%AĞY;K8m;d~Ft;€[&ŪSN?]_ܫǏߪWoܫ'OgG{JjS*uqd~QG{EUV֩%T(MY+ԕQ.:}y_^Ip?eo=|u|}gŋgzCeCwziϣMSM[m]Vmu]@G/V[]_z8_֔F-N_GpкV-q\6.5;mpŵ.2l0Aݮ`QxZRg'[m\ +F-9|lؘ>ASDnjPڮn0\rOn>u%+͋nuhZ~1hLx01 /JrZ E+|FWjdg; +A<> pIjC<ԐмCK.8RNcD F~ 0| ᰹%Zh](/7.dTH^ H5|T1?M_ ͟jӰ萾kH +; 25l-meȜG˄wi+D,v'0{f崁]=:Ӣrn:t-KLpcqk#ԔL-NCt*.Qt-0= +zỶ@k (֍*s׻w1 i hhA%0bPdlƶPjo+8` +8I.Xհ{剩nA͵5nP3#a5GSS~?zajثHlroX?2K7تlj;j7?$[ @28ed{jѨPT Gfvt9wճ{X tDY0BF㗢+-kiٹR;zΟS|?2d + 佂3(g l!xD10f)qmJ`#s 62JQ.:>"& u/Ym(;Q,bHAMߴ%雴jr5u_+Jm\ޖ3Tǁ@HOfJ: j^ÿϚK)gߩ:]70>V,Pfܷ:U&+:y5OGҫ'qͬ67RDίoAԚ`ƓWKl!C$u}M4<u8%XF/9vП(> 2\yL5YcH9.0fXȍIhZH͂TT=l*@%uij5b:qO .# l (Eٖb Yq>t*utf~ÓEa5u&A  +c߃#􆿎|`{1tܭXEn1|N)Iz+,th7Z|;( ʹ˫VڵE &>h--Iب>ܚ)18dS #]/WrzGJ.< %jt+LrklN&7=(n9E3a=bxIlLJ:264YϚW37F;7(&κe?j yZڪ&"4R9B%H:DP4 J +V)"wScAU_&FİTfSmɃ auM2'L"e0mT^!G\72S{"gS0zS?u3l"Y^+׆L?G0 0K"nD< DH}2NIq"F&7 X̀N<{!-biR5ChCıxtj!-~lFӶk56~n9}ִ)gIYqd7-)0yf?h6&`~G b"sB9 һO^[AuvBrT5$n#Zopc7qolvA_KK|4mῢcTnGWr]Wnlg .8>ӏy-q*'`JI{zukn ךXuì*M6Jx'7M8j9[;cpvgjTĺyA8E@4= KO>4m>{t9e0a0T9nTF$!9bؘBW Ub݈ܔ*zO9fMغwߠhI-zhYH݌uxK;\baa?xe +hbmI/r)E1P9HCɼɆ4Ǹ{'Y*G17-ep¸JUtBX _-etGv^X?m`}m'#{™XP,ƗoN' O2\!CwΓ ˓SP~qOn na!8c;%tcF4a :M{wQR$m@iT@sX}Y⹳& xQ{7 -|g;"QS57ʔ;.agG6E/y Pڀ)FCø ?+)u^0,{IkS>'rZo<ЪMeŚ(YS=SXY߼n-OCo]5Qi;B1tzֵ3.Bjy b AX&m`!1ITAMlـ)&y)@mH^c5׃`g|Pk\WФ)QuiixfrR,YʔX +hMvQw+NZOj/[ zivD()tX!·le_q6ydSYpq-bJ5Ԅ MM|P>@(ge{iwxs؆x#e\&zZ(΁Q= +RĥF56 b 9/7;G}Im+"sT9 R8sR60ƹ^e4~DcQ}d 9 kwm-/AÉ2!Gz\3@l'Yw'Yj+-btiAejy'~ŗĜ9-8L#RsR +$]c\2% s#9DQ@KgT.I ~aR)-G0 {*z `f i[Uaŏ-J= \99^-N"JjY<1\A9 +D($w +)YA +eErQ?l?{Eǁl8Ʊ۲aFVs rвqQ7Z?(lLfo35t0y6%?Zkۙ +1HP,^5v^D +endstream +endobj +106 0 obj +[197 0 R 198 0 R] +endobj +107 0 obj +<< +/Filter /FlateDecode +/Length 5790 +>> +stream +HWn}WP&$A`y@]ljhOPN9N_?|:_?~8:}w~WQV _ו>:}Tۣ3RuvuTe٪ZɧGށm(cN٦h~?<ћ7?ÉQ{1nKzsף_0wwn>OZ0_1^p}O1eH[};\): 1ƾ֫GY[/:ުp=1j-< FޝvEz}Q2>ԸBW%~Mcwg^mN_a7M/K6[m?9o|pW nUßBR|L_ʛUAy}5\I`Wڥ);JJ?9GXPg|7  +@̮Ks0uH //p2gswP6sI>z * +#w|T2l~OmgκbR7ôKopoX(M u` ʰ-pM/q@ +k㎔~I=u.\y6"lZ,@\"0- \QJ%q7z*o]T, +%õk +)_5enZTxӧX\IdZ%<>SYu[shq3梤\⯰T`C^O@xrn%B 1YEQ;}TX :0mb$ou.^xi!'&Pל!‘,ˡT9(TS$[!Xv@:NH2XVQ M>(1Ho(5{/-W u^'U>$`zxpT#?kӸ Q g_ܻkgɯi!!%;bb2';DbP7!}yc2 (sf)0#cь׬;~ž\EEw#O ,c.1$Lg=٭pkv7)Gg:,@gW&{[Ybh]0&MX6pK)Y#[ޓrdBЅSVSx3` G:Mٙ~AOfCTaW^KV6UMˆ*b^XgL`x:^t +=3aaSw]3l\礅ҐH e / Bls)ܰ@ R[%&V(]\i+Jhڏ) l]a!ݣ-L0YWɽ^O`ADaXNk{(M?z\YbĻx:"t.1p -ӽ0WX;\}cP܅W +nv!qncD\ e`bԱ; ܧ"ia7.p:}M Bkݱid5̤b83"%iZ9{w1»Jaw}foGU{sa ++(a\H؍DIg8LHyg?Ǡ zFeX#x1lm!O\ K1(R8-(ڜ96AA됿<՜yNtMAMV|jiA'uy'eLvx13ӆn|jĖQPPbo\Ҹx:kiHuBf aÑ_ePb~Lߨ606lCK$Jf혲7)aҿEfoRҳq7g D)􋮨&9MEj%PEOuv߹@сltյ{n:9)GvMBپ M|$Y)L0 Pqn +ݍd[AtA'.hᙩ /{2g8N6ѵV?'X|ʉR0b. :Ĺ;Z:K[.睺l4:YBPDA- dbL.QPdEXaS:QxҁbB{p*bJ!/vhÕƍcgM9mp\kL50:@9~B wEGָ -ǫC}R]4 o^zOe907).'1A;w擟`6(rf`l + b$n0i0x'E2%)%>#8c.]΄2dXaF^-% lj=Ebvp49`LјSѻ ,^StAA iqY҄Bm;,炱5bpC?% YM 9n<8ay䁹 2%]snb g}EZ]6Cgj\2$NS3c]E ΜRxSȅ}Lp%9;77Ϡ*6V`7tںX-mE2E1-"#-LCʶk3å"ZɇiX6In`WnG}tK5DQY$H`K4&bqLOjOvXa o6_pp$\}Y.smf{B'߲z3>>  HM +V#!뒇rj!I0]fQG^!yO%)C( c!d6APP +$T%!Kǽ+=gOإQPB$xǜEH"NsXFS + BUdG-#\J.%E@Uq!b;:QhgH(vBѓGY*aIEp#͠k OT;I/T6yS%yIAe{._rǙBx +-Z>?eAp6q + N)[o_|$R5}Uiv—z"_|J@&'n&%$@K!tX> SSпc:I;ءڰdYJ10c7]v-Ѩ xA"}?yܳ%K +c8}K122K2mj*m7ϢF' v/ECNR*j L0 e7<ֲ׏:]"mU j7k+s2 -׏ҭ K\]SOR=3~O1et{Cx=A[nd3^96Gί7Xk넖^R|>X$3zkޤa~uL?4E.d>Ij}u'&inOҔA_>n Jy.QZxesQ{|/WS^9|ghL5' Eo z^ܼdAno{^3DH}vdvMČA,dW2ӣ:#*@3tO bXO=Apb/;]ίjH^9'rtGˆs#72b6ˆ +̈́(Y>N]JkTgЅ*3?e>vSDI2Pw :j{ ~(2TSkņlǯMe ig‹m]djH C󮳝oU.%&BEG`9pɗlXȥ+]Ѓrz 0܉ RjDe}fp@F2f]^Vܢkzpv;#nVq7(\Y,wIȨY_\<Yn+hN'Y[)T,di,ƴ({3m&kw>5I\絳Jby )͌JS j竁AGbIB3Xci*ߩtNܗbe{br9er=V^CI7Z̘%Of6\,5|K"pKMR85틋1'3"O/s.h:7M:+ am C٣upb|bRNլZOOOq `6zhD5LnTD ElLd*wy/,[K&yX 0S{ݱ |k?%GUW +)QcwDIw ?"` +endstream +endobj +108 0 obj +[199 0 R] +endobj +109 0 obj +<< +/Filter /FlateDecode +/Length 3093 +>> +stream +HWkoU_q?Εv}vKiIʲZb> +9BیMُ*R<3QU9uÛ˗)Ο]~A|ŗO//:ѵJ[-οyމgϝYv .^&|z +3v4@Zkޟ픖}uq? ؠõ=~{vN<=˛bwu|<Ǔo__W={E&vN)}ϯ|{gWC;{*Vݭl {)o{>8j^J6Hշ=f|։/ +[i;-RF㚞6}?Úp: 5_T`1]xfblǗ{|qk|(ΑI8{%^\=\],ps`:\?; +߂x[qov3ETRnBO8;BROyT&A,4P!YƧ!%Xr%) o P;jR9<{v6kG:x.[AKcā3\:gYgdY6M>†*ʸ!ZJj$Q} ƅ4'@6 kެQEGHXR :$€1Xhwk P9D@v'3 < +g\:O\PkO.@iGm2~@߉\j!@*MM $ZXE ȧddFKv,dkT8vMkYrn&DBi͔l֬sӑA &pB㯀@@en[*elÒ%b,s1 Qtwse7n8C):DŽwۍx,J)k T jU /VUۗ꘲V2V<kIc55#t|Gmk%ì/ ba9vof^4'$z~@3 + ?\\WZٴ-VENٰre>2dl>ʜsϖ=2jGpCmkk(wP \z'N?특tFcLa.`:4rlTtzP6F€~+Old zI=0EfAg$֍Q֢59 2zD/N5l< +&S0sn޸ '$[L0pLD{: F^J={SRċ+KMZ  La- u脔ҸCnr-EўN+-7_AK)3Lk9!X,^HJeH,zAB%g_~r(kTbf .X'-\Eϳp + OdiiJٱ|Dj_xFXOu)`'+BNAMI3փ]u'î&DD2.K&8pe.d$N +FRXC_ٲ P  }G9I'ԁZCQDTNn`H2vnT\v<?M sZwFw13hQY""±/~(1&"hˣ|oQ *b7il~H>Znz5Ĺ +_2]q\zGSϐq`lqN ɶHۣM +dzdwQXeNwadGbf1hMA.?ݍ^$uw햬҆p΅^X +$xHX9={Tw峈ȐjXHP nTՠ"[I-x%!!yz 2_}Gdz%,E KFq#J@=wb4.$Nu4É{+ xI OR;4fO/_R>_DclaSuXj{I֫?i=2b(>7'-Xf3̶IՊQ=I VXg{u>G}"=1$m4}iOЬTsF.Kz0ql +[#Aۉ-MAҏ]c,>E#LܔEK11-jYY>l@>AJ m6Maxx^s \؀AJJ?ոK1FڇJVhAԚ[D$vDSm]R?.3? S2A 79Yº4j`5 +endstream +endobj +110 0 obj +<< +/Filter /FlateDecode +/Length 2141 +>> +stream +HWYoF~ׯG-R{*>siHAPdYvX,ɿKr)bMZ0).;73狫h!>BMsV'޳NoPBEGJ[1݋4Dhmc'0I$)|5N>vWp_pl[N>)q4ohz"ف:|q$˓ԥDs^hLYv|^Kp/22+e&H2Xj?_ aՉBF^ +Φ@쎮I<օJٝC tp+At8 +gw`eD)U :+(bhc[s1g(/%o.\Iwb(uM$Sk|-2_2V +Y(>sx^G<},r.^(76x\ΎwNp;)>/`=EsJX\2GglG.e \M(%o˨oT`"%Hkq*6. +P!@&9SI2\(@bř>0g +|ҊCJ:oi*oMc/ +L(LS%+[Ϝm \׾7::PmnCu&ICΏ$UrhTGcd-DFrU.JH% ϡ&0LIL`̩%*)3Q{lqem➲FU%\l,ЁWƆi%sa Z 8F&M (SYcn7csL}$Va=6ϥ%2LWjf#WCP5z2iS1[zeDRn N!a-d젠(|Z +%.,5^xU1mL kKCm|6)=3My-ЍstjLY"rU>IXm3i)H"ERr[JP~9qMA:KI*As<-1(e Wb0޹OZRbStް"NZ/ݾ9@l y@+S aR"KDC k +Ms&*&?'tԺ/>4iPr$QЬxqEE-k=Dv Th#_4_B'oE,L[Gcj$"K_#TQ\L4rNWQ`i=)o\PǾ8YpgWE'RڧmvL&YP|uyLR,F2R8U-Ո7h+s޷UΆwačT;%Bk6WKKCh1\q/sYĚoR깬ڝjZ fӪEZZ{< dN_jJRcqux}l tP$JWi )sq ɨCqS^`hK}!n߷ c,ƾ?l.F̖Qk ̿5MG2A"""R5O/#4oi3[մG UUYUmU+*m^7q+w)n ]"YR⚍"kN_.f2c= + UcT'!26PwR2%bL$;j$V"Y)JtOpl_Lbwp7-a_`!m=bA''o}8z')Aa)Pyp{ }+YB.{NJxcUtl[+ˊo۷PF4Uewx{(kҦ%mS|JohMrKz# +endstream +endobj +111 0 obj +[200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R 215 0 R +216 0 R 217 0 R 218 0 R 219 0 R 220 0 R] +endobj +112 0 obj +<< +/Filter /FlateDecode +/Length 6701 +>> +stream +HWioG_ـIM_s` >Dgc'yiVkuXOU ֐zg={|vp^~^*Vͤ2֊ݮz_\bYUldSYk_33LwjJ0if԰ro" w8;| ' *\ 7G{}Ͻ7+j&Wӟ^_3a& w>wAa,LiͬRf ģ <@<'C>L'>Ur ¿|$ +NTVM翄[ iX؟Oo}[c+'0wtby~~txtTUUwpp ,cp g65N&s 3<4%IYIQLdL]?)-^qv9\ +YR:6J &S.gl[ \v[\EԸ1+vQTSٸihE?M&JQA5J>-t_b"d E; p͕v8:I9#maIR5GmG|e0>RN>3!}"-T7S91PN&omo jH5oi؊7g$#>lYFic}O'0ً?ڬCXA{ Q*f =>UHww{f[ /'YtvݗoL3ms)7)tcFPѶ6?o$:Dg}G*¬ fD$6_xx|h +0ѸGQD_9a +)ƍ]k'6S,;}N8.rh' lx#e +ZFH"i"!iKԢ#+Aٯܠ1>;QhlHUr 4.f1||"m6mYĆk\Kqz]= %DM([p茭K.q$+msSa|>={dLEEcvYھasq9N1f"#q+e*d Ӆ]ff=c a~>k `D"5!A, HYM"Cܡ$n6:J!n k(]"JG_[UjM҃ .k'\/]5t"ma,hqRz\jS+Gvv-C*|s^p{9+v4h ׸uT}&}zA7}sΎ{&1]ݸ,x.v[RsYALRRrCs/f2,yc*,Haz7.UW OU3OV& d +:}N&BZa_ S*5+K(;x]4쳂#{\n9=Ku?Gu%\W2bz W.Ph\L9 VMҖ!(0TJf5BќH}'*D;L;r,ݠ9͒b8!I+BBbcV2DAhA~.]EAm0DY[q$p]Ik0{t%/E4$.ik -HL%)vT!9"z@=xA ]XDvan+kx ^?Ž!OC:–I%QH XGs}tI+vkKb6 tcUxJqQ0nVrhBpM$ȤgYZ$ٴi\uOMɍ*MTL]tRqd]Zm 90i] [uށAٚ!P62e+[Aw)+$񦝦o\DXHW1,w>I"ؕNr<Æqw 8YnA  +i~ܒwD]jP;xtӂ¢o.YѦbŵ}2q3yd2v@+`hMvWkV\=(T6R]]PIQ5+! mfS`ؚFxT}<$yf4G*h`vsI  +2e 9<+V^ۆQ {L~c}$'3\&jnPdZĎo}t0tO=2.O^n"H=+zDJ7DP9d c u=T>fcU[0t^a\* +Q:Zs´B6c`@"!ER$X@ +bz6_! `9w2) nHrQ-vZtsr`hKΜ˖$2poE"cPM4myxwrdF~!%s5w3C~ǿl 18q:lPFk]z8={s_y۶'OZ!=,\V4w^ Tđ[>P`6&[Mv V=i_A{.v[j +=S#٤AXi +4v?:=VhpzD%m@ױ`pPX5&ĄpPVOk0K=k^P e +B2te"@]67]eQCl]~&`AeQ[G_m(p6XdT߽uALJ`[H/Oa\| `#d 2Bza\Z?ݟ Vm\7Ed)pNNf]$tᇝ$a'+v2[cKNoi0nup"[nސS!*c{f@C>@0cazGg* OzObRZr7t.r+.Tz]&kRSDجB/IfղpJʷoap^ldS(pym@*ʞ`¾}u9 G$33=wc)1tόa iFL.&eEGY#.~DY[vBZr3l]Zmol-,5PsbJ/XH#vP r5םIJ14gTܾALr"bcw]>8vMvnŠuK5`ԋ_4;ma$xlf® = }q1jcroAD7 0FL@׉AwƼZlV!RwƱcUZ ;حA +YI,X6t;h嫤{?+𰭈8#1eyT|=ٮSKXAYN8X4xl: Dm[|͘nɠ +#ָzyWLs8<3>*7b +&$L= ._v99;)E6U-}[∌қ]jDy9Ab7F9wA`_l"v&CCa-҄{{i +Nat7˘X~sܢHHdi^>4Ùct,TV@rX/i62[kvS`r +WxN*A=jq$yqN)!Pfqͻ̥|xxƚjV4Ƥ+kouO}K׊G`'G ܜ'pzGYJ/ hNnΉ_ RM#Dz?)Nu4cA@%$. t.qihh4J&=Ӑ*7DXe_Bd[ HkP $Й YsQ;s`R-]HHg] [_G@ݸ,FNngW;V!š v7$}b⌬pG0- 3IQ&c~u_vzבqB0CZbCXx,sCS쥩lȌK˵bxr8ـ_ DEkѯZ fni#j$CGerWR7ke9X= vH{eMc"ptQ7UPq64AT%sQ4՞=g\a0|n]#]j@^˟-Q9il-{[/=hR=|R{ѹs %ޯצn>sX؏[^g"> H9RЧdpc}Dl5!O!O +=(}8^AU| cWUU~J&5k<W%EHLૢW S*}f/1sitB!T4 ٥Qra L\D U +}-lׁOr]AnŀGdv{֔#s: + +endstream +endobj +113 0 obj +[221 0 R 222 0 R 223 0 R 224 0 R 225 0 R 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 231 0 R] +endobj +114 0 obj +<< +/Filter /FlateDecode +/Length 2732 +>> +stream +HWrܸ}WqPer;r|Sv>[$KJ$DyWt7ffC%CFӧ燷/5{t[<,ٳ/_ kj b7v~w0?m`_i;>aUjÄP3ijc,>Iˏv{hp-_毯ry=|9gs>K&LKwzwS?37Mtr68*sGwb +Wҁh ,9q$iV_<2.]v \5~Fғh3o0qvE09+L$;n=sR8JKbÅ`I G@\-;AF$Z mxkf'WҮ8ؗ}"=tC\'\I!5Dz!^B+.h@*n%‘0Mw%m7eAWu ^tg Q:3;jʌqRSkͶW j%yv؀Om7ʬCiE u8% +MYC?R埒{> 9WFQrmPԷ%<$f%&]s,ƴYz1`@3 $:'X;`=l(=HbGXf,(.夥Y~E IVKD"i枦n +Q_~@[;J$*jsK/Ik"pW&lp@vhڸQ?|/nNtlR .!呪cWq6+78gqVL-UIp8ΐS!EQ +\u SHKdbS槳a+-_m< :LQafG[{~fENq@-Ce-9lK ȇ +#Nc`u ,!%I5Q')R1SSL&(w+jw<ʾTjw`G(V\ZB0%%%t!P@A7AhǫcL ߧ}U/cÉ41mVi2TH*j]hc(RPٷ6HV E0fklзWh6&ǔVJҦسt8)K3|JؑobrA%TmP'8/`2TTVE^n+{.+l)Y)e) '=E]1{]< veqemxCX'cUFj5ulmo2{ǨVq tC9n4Veh1~¶~ \dTL8ptUnk1 p!d)PAǝIjEW4JhxrZr D + Ё hQᔑ>'?ǡB~E+B'M/7X Aedy/dITIh'Z ۄh#?Wlxj򻰅[Ǚ'a`xK.i҂+GCj}I><]$X=[axMGM*#7<ᡑS9Pĥ]<ئ8ƻliG0)=LT[27qvHjS9SzN0 @`ZLrAǯӵ`(+4 Bj&6( !َ;GV5s^ڍ>bQ۬ۍK7V?43@0]Q-|`پJ2-54> +stream +H*w6PH/2Pw5Pp +*D7 f +endstream +endobj +116 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +117 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 1266 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 116 0 R +/GS1 232 0 R +>> +/Font << +/C2_0 233 0 R +/T1_0 234 0 R +/T1_1 235 0 R +/T1_2 236 0 R +/T1_3 237 0 R +/T1_4 238 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HWn7}WR.aq #ElɗԖ!n 7-˙3CJ<)*oK`x|r1PR)Ku7ce[ZɠZꦃbc\RNFH+`F6l42:uV"FK^[Z$V*6tb|g>~/iCx54.9eiŏXw4>VArj,h.v$ 5UGRu$~G*]PdN+ZEҍ"> ##U UWWTVT`t+^E?-~7k9Pt.":=63lZŵp[W4[l`GЫ=FAI:xe-; ޔ&5R7B[hy{0όنAHS!މ:ɖD^f)9I/nٜeV}6Tp Պ +nsH% RMRl%#8#j5eyԵ0R4x&2<Қ.W42Ry %Xg'o^h8X(NZ7`3ضY^I~aUW+9%#;p(YK"VBBx4?no })/X;C=\ug^`mGdsk3GmlKwpފZѡi 3X: eiNh̘H#E aCr@n p!`8'ƶk\QiSjQ@V(#L^+V͢=@x[:+gW$zHz [gJ(w{sD:\JK@}YJ ~Si@Dh{ųE^alMjB,`/J֓K.f}E %VЬRFn܅ƗLux"uRcKd71<Y$@mRb(Oֵv1x0lGzǵN+CMy^7''@ u Ϳi<ʼnHvR`b:>cT N"M ~₣3p=>ոyvUh!V+zىM9Nӗo&EY&H[)K<x3r͵x7˞[.-5 /b>|kmTaOl0Q. FM^-|L +endstream +endobj +118 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 172 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 116 0 R +>> +/Font << +/C2_0 239 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HT +@S'"$EXJBjH=}w\8?o>,w(` 4FX 5 $Hʈ0meń|hD,&heJ8dOJJOe>{ ٬#)XhaE +: 0. +endstream +endobj +119 0 obj +<< +/K [240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R] +/P 37 0 R +/S /Article +>> +endobj +120 0 obj +<< +/Limits [0 31] +/Nums [0 246 0 R 1 247 0 R 2 248 0 R 3 249 0 R 4 250 0 R 5 251 0 R 6 252 0 R 7 253 0 R +8 254 0 R 9 255 0 R 10 256 0 R 11 257 0 R 12 258 0 R 13 259 0 R 14 260 0 R 15 261 0 R +16 262 0 R 17 263 0 R 18 264 0 R 19 265 0 R 20 266 0 R 21 267 0 R 22 268 0 R 23 269 0 R +24 270 0 R 25 271 0 R 26 272 0 R 27 273 0 R 28 274 0 R 29 275 0 R 30 276 0 R 31 277 0 R] +>> +endobj +121 0 obj +<< +/Limits [32 90] +/Nums [32 278 0 R 33 279 0 R 34 280 0 R 35 281 0 R 36 282 0 R 37 283 0 R 38 284 0 R 39 285 0 R +40 286 0 R 41 287 0 R 42 288 0 R 43 289 0 R 44 290 0 R 45 291 0 R 46 292 0 R 47 293 0 R +48 294 0 R 49 295 0 R 50 296 0 R 51 297 0 R 52 298 0 R 53 299 0 R 54 300 0 R 55 301 0 R +56 302 0 R 57 303 0 R 58 304 0 R 59 305 0 R 60 306 0 R 61 307 0 R 62 308 0 R 63 309 0 R +64 310 0 R 65 311 0 R 66 312 0 R 67 313 0 R 68 314 0 R 69 315 0 R 70 316 0 R 71 317 0 R +72 318 0 R 73 319 0 R 74 320 0 R 75 321 0 R 76 322 0 R 77 323 0 R 78 324 0 R 79 325 0 R +80 326 0 R 81 327 0 R 82 328 0 R 83 329 0 R 84 330 0 R 85 331 0 R 86 332 0 R 87 333 0 R +88 334 0 R 89 335 0 R 90 336 0 R] +>> +endobj +122 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 337 0 R +/FontName /SKMYOJ+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +123 0 obj +<< +/Filter /FlateDecode +/Length 401 +>> +stream +H\j@yY xBZ?br: c\SZh@9'jn4k蛝6蹿F^O´]3-o- +endstream +endobj +124 0 obj +<< +/Ascent 784 +/CapHeight 602 +/Descent -230 +/Flags 34 +/FontBBox [0 -230 936 784] +/FontFamily (Palatino) +/FontFile2 338 0 R +/FontName /EKOSAL+PalatinoBold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 112 +/Type /FontDescriptor +/XHeight 418 +>> +endobj +125 0 obj +<< +/Filter /FlateDecode +/Length 391 +>> +stream +H\j@}L.D9=P0:Ij.)T֝>f'5 }Wij9F7]ݝyof߸}틹 [pn4Kez)ײeNif/$/޳ +2UWЗ]9Hd&=ɓiK] 4xEx+=~GHy ^+Xy ȍ57`opLP3њ:uxxBZYupffͪU7o&^Jes^2*xN38~NpF ~?l +endstream +endobj +126 0 obj +[339 0 R] +endobj +127 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +128 0 obj +<< +/Ascent 1005 +/CapHeight 674 +/CharSet (/space/comma/two/C/D/I/L/P/R/S/a/c/d/e/f/g/h/i/l/n/o/p/r/s/t/v/y) +/Descent -251 +/Flags 32 +/FontBBox [-166 -251 1313 1005] +/FontFamily (Myriad Pro Black) +/FontFile3 340 0 R +/FontName /ISSVED+MyriadPro-Black +/FontStretch /Normal +/FontWeight 900 +/ItalicAngle 0 +/StemV 180 +/Type /FontDescriptor +/XHeight 492 +>> +endobj +129 0 obj +<< +/Filter /FlateDecode +/Length 355 +>> +stream +H\j0E +-EXRP胺ZwFR@\_fTsY&ae?8:B m&UvcEra]?^Փΰ[wYˤy#Y,^Zڎ -to;(R,N8J; rb@+](]d 9sN|`>snN5i*QXGFƀ:&}fĆG~4G#Siȧa|cȏa?`ȃa"߫IW!n!`Ӊ O^bM+EP +endstream +endobj +130 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/I/space) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 341 0 R +/FontName /JRCBSB+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +131 0 obj +<< +/Filter /FlateDecode +/Length 235 +>> +stream +H\j0 ~ +Cqv)@iv,8(!o?-T`B'~Ks]It`pa!`IfQHuN8~B)_ܜ9V+Y$G|-n' *h8/zB۵.;f5"ԥ͘`q i?PGꝣKS`~4 UgmUqPޜ2P Qx3 ;+("0`q +endstream +endobj +132 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/space/D/F/L/N/R/T/U/a/e/f/g/h/k/l/m/o/r/w) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 342 0 R +/FontName /XHBHGZ+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +133 0 obj +<< +/Filter /FlateDecode +/Length 318 +>> +stream +H\j0 l/J4N!-b[c"o?*̐_ȿ>fX zwjp~0<ݜB:w֊:/8֦DQ@Ayq+lVDoN6_UY#b(KS־#BdZS~Xin|! Qٶ +]k(V ŅV)e]['_c +S s\y>340bf^eLS sιeΜ{>0<{' 3=ȹsM +ބk45xxnΑa_`1};Y į8ݙ +endstream +endobj +134 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/space/D/F/L/N/R/T/U/a/e/f/g/h/k/l/m/o/r/w) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 343 0 R +/FontName /WIRBSB+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +135 0 obj +<< +/Filter /FlateDecode +/Length 318 +>> +stream +H\j0 l/J4N!-b[c"o?*̐_ȿ>fX zwjp~0<ݜB:w֊:/8֦DQ@Ayq+lVDoN6_UY#b(KS־#BdZS~Xin|! Qٶ +]k(V ŅV)e]['_c +S s\y>340bf^eLS sιeΜ{>0<{' 3=ȹsM +ބk45xxnΑa_`1};Y į8ݙ +endstream +endobj +136 0 obj +<< +/Ascent 958 +/CapHeight 674 +/CharSet (/period/one/two) +/Descent -250 +/Flags 32 +/FontBBox [-150 -250 970 958] +/FontFamily (Myriad Pro Cond) +/FontFile3 344 0 R +/FontName /AWNUWT+MyriadPro-BoldCond +/FontStretch /Condensed +/FontWeight 700 +/ItalicAngle 0 +/StemV 132 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +137 0 obj +<< +/Filter /FlateDecode +/Length 245 +>> +stream +H\Pj s=,ۣeۅ-MF'Шswb-t@gyx>9 >s\Eq5N&1Nn Nm"S +W8<00wKJ?8a( @kp8դW3!J;'!>ׄ flt8'c10"SJPi?~&3%_+5:SYԛ;JTwӦn.9S5QXc &v +endstream +endobj +138 0 obj +<< +/BaseFont /MIUYIV+Wingdings-Regular +/DescendantFonts 345 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 346 0 R +/Type /Font +>> +endobj +139 0 obj +<< +/BaseFont /JRCBSB+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 73 +/FontDescriptor 130 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 347 0 R +/Type /Font +/Widths [285] +>> +endobj +140 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 348 0 R +/FontName /WIZCNB+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +141 0 obj +<< +/Filter /FlateDecode +/Length 562 +>> +stream +H\͎@ݴø}MSc/.sѥYe+x +endstream +endobj +142 0 obj +<< +/Ascent 1005 +/CapHeight 674 +/CharSet (/C/D/I/L/P/R/S/a/b/c/comma/d/e/eight/f/five/four/g/h/i/l/m/n/nine/o/one/p/period/r/s/seven/six/space/t/three/two/v/y/z/zero) +/Descent -251 +/Flags 32 +/FontBBox [-166 -251 1313 1005] +/FontFamily (Myriad Pro Black) +/FontFile3 349 0 R +/FontName /GFTZHH+MyriadPro-Black +/FontStretch /Normal +/FontWeight 900 +/ItalicAngle 0 +/StemV 180 +/Type /FontDescriptor +/XHeight 492 +>> +endobj +143 0 obj +<< +/Filter /FlateDecode +/Length 276 +>> +stream +H\j }ܽXaeK!=д$+4Fw&.[~2+seMGUcXqgZiڨp_'$e +8TEQ'=k[h$P^ r*Muiv|-![i4Fk(Z R]vxQ9Ih"N#Y93#GS9R,LۼaÔ+> +endobj +145 0 obj +<< +/Filter /FlateDecode +/Length 245 +>> +stream +H\Pj s=,ۣeۅ-MF'Шswb-t@gyx>9 >s\Eq5N&1Nn Nm"S +W8<00wKJ?8a( @kp8դW3!J;'!>ׄ flt8'c10"SJPi?~&3%_+5:SYԛ;JTwӦn.9S5QXc &v +endstream +endobj +146 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/A/C/D/F/I/L/N/R/S/T/U/a/b/c/d/e/f/five/four/g/h/hyphen/i/k/l/m/n/o/one/p/period/r/s/seven/six/space/t/three/two/u/v/w/y) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 351 0 R +/FontName /ILMBJD+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +147 0 obj +<< +/Filter /FlateDecode +/Length 424 +>> +stream +H\n@<Cgz Y؉h} m)EEYiThnK_yh:c[u=XVloX.w8uv2囻 /ʟܧ߻r=k­׮ӣ}oY]9v]ۃevU2elZM:iQ/XՎu_1v8M. +7/o[ x\Wؓ=8Xh'xCހ&t80+ +0+sn7G#gy&?/>s3Ey%K#Q;tC9 j55gyIq+ +0u +endstream +endobj +148 0 obj +<< +/BaseFont /PVEBDP+Wingdings-Regular +/DescendantFonts 352 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 353 0 R +/Type /Font +>> +endobj +149 0 obj +<< +/BaseFont /GFTZHH+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 142 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 354 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +0 573 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +150 0 obj +<< +/BaseFont /LNATZX+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 166 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 355 0 R +/Type /Font +/Widths [202] +>> +endobj +151 0 obj +<< +/BaseFont /ILMBJD+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 146 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 356 0 R +/Type /Font +/Widths [212] +>> +endobj +152 0 obj +<< +/BaseFont /BYALPR+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 357 0 R +/LastChar 119 +/Subtype /Type1 +/ToUnicode 358 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 683 0 509 0 0 0 0 0 493 0 676 0 +0 0 569 0 525 666 0 0 0 0 0 0 0 0 0 0 +0 508 0 0 0 516 319 573 572 0 0 509 257 848 0 564 +0 0 356 0 0 0 0 749] +>> +endobj +153 0 obj +<< +/A 359 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [520.398 478.475 523.604 469.387] +/StructParent 2 +/Subtype /Link +/Type /Annot +>> +endobj +154 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [31 /f_i] +/Type /Encoding +>> +endobj +155 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/f_i/space/comma/hyphen/period/D/R/S/T/W/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 360 0 R +/FontName /RLKTVL+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +156 0 obj +<< +/Filter /FlateDecode +/Length 391 +>> +stream +H\j0 l/JmBGV'E~:ge+µ}WhMjO+g$jW[]D,>=n] t&l?dSwg[wijӽJns[Sky%٬y3e|>ziX'jjeEt2Y#ّGn &K<׹890w{AX`e\y.9ː ;V-T Ղhaѷ ̕Jx,uFy#U +k 5R#h 5xG|gϨQ> +endobj +158 0 obj +<< +/BaseFont /GFTZHH+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 142 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 363 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +0 573 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +159 0 obj +<< +/BaseFont /LNATZX+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 166 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 364 0 R +/Type /Font +/Widths [202] +>> +endobj +160 0 obj +<< +/BaseFont /ILMBJD+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 146 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 365 0 R +/Type /Font +/Widths [212] +>> +endobj +161 0 obj +<< +/BaseFont /BYALPR+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 357 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 366 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +162 0 obj +<< +/Ascent 784 +/CapHeight 602 +/Descent -230 +/Flags 34 +/FontBBox [0 -230 936 784] +/FontFamily (Palatino) +/FontFile2 367 0 R +/FontName /EFSOVL+PalatinoBold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 112 +/Type /FontDescriptor +/XHeight 418 +>> +endobj +163 0 obj +<< +/Filter /FlateDecode +/Length 481 +>> +stream +H\n@D|C =݉,9v"I c/;EEH`W7&ġه2\c!>[lmivy\3]LpY~o._o8~r Z6SЏz|]w!m ϗi6\ƺ O!i[5m,׽qcVyHďG !o[B~I\2DN$/ YJV L%J83LA|AxYg |`vtvtWrc+Ͼ}=}<|<}<|<}<|<}<|4}kfki\kati. +endstream +endobj +164 0 obj +[368 0 R] +endobj +165 0 obj +<< +/Filter /FlateDecode +/Length 240 +>> +stream +H\Pj0 +t=,GYZC48(!_EYP- #KTP@Sr Bc!؇G+ 6+f u쒪*Lfp|Xøq!أ\g.0iU$'`t't,:}$/D0 Z`փu + +endstream +endobj +166 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/A/I/M/N/S/a/b/c/colon/comma/d/e/f/five/four/g/i/k/l/m/n/o/one/p/period/quoteright/r/s/space/t/three/two/u/v/w/x) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 369 0 R +/FontName /LNATZX+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +167 0 obj +<< +/Filter /FlateDecode +/Length 394 +>> +stream +H\ۊ0 iuF=>@mG% ~g hd&םCSsWA-r}4N]UcKFN.{jlt#;yoťz Ÿ% t,"տ !x*NU{I98gSx ^*gȓYlocܛٽSZ~B,Y,́p3p s 89ɘl 2ZWƨYndn727ځ9l5d1nln 767Í͍grx?iݳo[2}b]R{yvr۴N~ +endstream +endobj +168 0 obj +<< +/A 370 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [191.421 468.14 194.627 459.053] +/StructParent 7 +/Subtype /Link +/Type /Annot +>> +endobj +169 0 obj +<< +/A 371 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [168.843 416.637 172.049 407.55] +/StructParent 12 +/Subtype /Link +/Type /Annot +>> +endobj +170 0 obj +<< +/A 372 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [252.93 345.637 256.136 336.55] +/StructParent 13 +/Subtype /Link +/Type /Annot +>> +endobj +171 0 obj +<< +/A 373 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [423.794 287.567 427.001 278.479] +/StructParent 15 +/Subtype /Link +/Type /Annot +>> +endobj +172 0 obj +<< +/A 374 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [511.515 736.271 514.721 727.183] +/StructParent 17 +/Subtype /Link +/Type /Annot +>> +endobj +173 0 obj +<< +/A 375 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [288.098 169.622 291.304 160.535] +/StructParent 18 +/Subtype /Link +/Type /Annot +>> +endobj +174 0 obj +<< +/A 376 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [184.967 665.271 188.173 656.183] +/StructParent 20 +/Subtype /Link +/Type /Annot +>> +endobj +175 0 obj +<< +/A 377 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [244.143 565.871 247.35 556.783] +/StructParent 21 +/Subtype /Link +/Type /Annot +>> +endobj +176 0 obj +<< +/A 378 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [126.226 537.471 132.34 528.383] +/StructParent 22 +/Subtype /Link +/Type /Annot +>> +endobj +177 0 obj +<< +/A 379 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [282.778 537.471 288.898 528.383] +/StructParent 23 +/Subtype /Link +/Type /Annot +>> +endobj +178 0 obj +<< +/A 380 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [234.74 494.871 241.124 485.783] +/StructParent 24 +/Subtype /Link +/Type /Annot +>> +endobj +179 0 obj +<< +/A 381 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [205.563 480.671 211.862 471.583] +/StructParent 25 +/Subtype /Link +/Type /Annot +>> +endobj +180 0 obj +<< +/A 382 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [472.491 466.471 478.577 457.383] +/StructParent 26 +/Subtype /Link +/Type /Annot +>> +endobj +181 0 obj +<< +/A 383 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [237.401 452.271 243.689 443.183] +/StructParent 27 +/Subtype /Link +/Type /Annot +>> +endobj +182 0 obj +<< +/A 384 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [204.985 381.271 211.133 372.183] +/StructParent 28 +/Subtype /Link +/Type /Annot +>> +endobj +183 0 obj +<< +/A 385 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/H /N +/Rect [128.04 223.038 419.134 207.451] +/StructParent 30 +/Subtype /Link +/Type /Annot +>> +endobj +184 0 obj +<< +/A 386 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [290.998 693.671 297.266 684.583] +/StructParent 32 +/Subtype /Link +/Type /Annot +>> +endobj +185 0 obj +<< +/A 387 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [433.657 618.245 439.869 609.158] +/StructParent 33 +/Subtype /Link +/Type /Annot +>> +endobj +186 0 obj +<< +/A 388 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [231.68 467.741 237.93 458.654] +/StructParent 34 +/Subtype /Link +/Type /Annot +>> +endobj +187 0 obj +<< +/A 389 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [401.318 425.141 407.742 416.054] +/StructParent 35 +/Subtype /Link +/Type /Annot +>> +endobj +188 0 obj +<< +/A 390 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [374.682 365.534 380.978 356.446] +/StructParent 36 +/Subtype /Link +/Type /Annot +>> +endobj +189 0 obj +<< +/A 391 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [423.384 351.334 429.913 342.246] +/StructParent 37 +/Subtype /Link +/Type /Annot +>> +endobj +190 0 obj +<< +/A 392 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [251.201 286.03 257.686 276.942] +/StructParent 38 +/Subtype /Link +/Type /Annot +>> +endobj +191 0 obj +<< +/A 393 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [297.963 679.471 304.28 670.383] +/StructParent 40 +/Subtype /Link +/Type /Annot +>> +endobj +192 0 obj +<< +/A 394 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [315.484 355.759 321.981 346.672] +/StructParent 41 +/Subtype /Link +/Type /Annot +>> +endobj +193 0 obj +<< +/A 395 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [429.538 483.559 435.942 474.472] +/StructParent 43 +/Subtype /Link +/Type /Annot +>> +endobj +194 0 obj +<< +/A 396 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [277.391 455.159 283.804 446.072] +/StructParent 44 +/Subtype /Link +/Type /Annot +>> +endobj +195 0 obj +<< +/A 397 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [485.868 220.726 492.333 211.639] +/StructParent 48 +/Subtype /Link +/Type /Annot +>> +endobj +196 0 obj +<< +/A 398 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [315.947 464.987 322.296 455.9] +/StructParent 50 +/Subtype /Link +/Type /Annot +>> +endobj +197 0 obj +<< +/A 399 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [495.366 551.671 501.874 542.583] +/StructParent 52 +/Subtype /Link +/Type /Annot +>> +endobj +198 0 obj +<< +/A 400 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [259.281 523.271 265.528 514.183] +/StructParent 53 +/Subtype /Link +/Type /Annot +>> +endobj +199 0 obj +<< +/A 401 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [492.969 665.271 499.332 656.183] +/StructParent 55 +/Subtype /Link +/Type /Annot +>> +endobj +200 0 obj +<< +/A 402 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 703.828 89.4144 691.429] +/StructParent 58 +/Subtype /Link +/Type /Annot +>> +endobj +201 0 obj +<< +/A 403 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 677.828 89.4144 665.429] +/StructParent 59 +/Subtype /Link +/Type /Annot +>> +endobj +202 0 obj +<< +/A 404 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 547.828 89.4144 535.429] +/StructParent 60 +/Subtype /Link +/Type /Annot +>> +endobj +203 0 obj +<< +/A 405 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 534.828 89.4144 522.429] +/StructParent 61 +/Subtype /Link +/Type /Annot +>> +endobj +204 0 obj +<< +/A 406 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 521.828 89.4144 509.429] +/StructParent 62 +/Subtype /Link +/Type /Annot +>> +endobj +205 0 obj +<< +/A 407 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 495.828 89.4144 483.429] +/StructParent 63 +/Subtype /Link +/Type /Annot +>> +endobj +206 0 obj +<< +/A 408 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 404.828 89.4144 392.429] +/StructParent 64 +/Subtype /Link +/Type /Annot +>> +endobj +207 0 obj +<< +/A 409 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 391.828 89.4144 379.429] +/StructParent 65 +/Subtype /Link +/Type /Annot +>> +endobj +208 0 obj +<< +/A 410 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 378.828 89.4144 366.429] +/StructParent 66 +/Subtype /Link +/Type /Annot +>> +endobj +209 0 obj +<< +/A 411 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 365.828 93.3694 353.429] +/StructParent 67 +/Subtype /Link +/Type /Annot +>> +endobj +210 0 obj +<< +/A 412 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 352.828 93.33 340.429] +/StructParent 68 +/Subtype /Link +/Type /Annot +>> +endobj +211 0 obj +<< +/A 413 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 339.828 93.6608 327.429] +/StructParent 69 +/Subtype /Link +/Type /Annot +>> +endobj +212 0 obj +<< +/A 414 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 287.828 93.5409 275.429] +/StructParent 70 +/Subtype /Link +/Type /Annot +>> +endobj +213 0 obj +<< +/A 415 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 274.828 93.239 262.429] +/StructParent 71 +/Subtype /Link +/Type /Annot +>> +endobj +214 0 obj +<< +/A 416 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 248.828 93.5242 236.429] +/StructParent 72 +/Subtype /Link +/Type /Annot +>> +endobj +215 0 obj +<< +/A 417 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 222.828 93.3265 210.429] +/StructParent 73 +/Subtype /Link +/Type /Annot +>> +endobj +216 0 obj +<< +/A 418 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 209.828 93.4962 197.429] +/StructParent 74 +/Subtype /Link +/Type /Annot +>> +endobj +217 0 obj +<< +/A 419 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 170.828 93.4166 158.429] +/StructParent 75 +/Subtype /Link +/Type /Annot +>> +endobj +218 0 obj +<< +/A 420 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 144.828 93.47 132.429] +/StructParent 76 +/Subtype /Link +/Type /Annot +>> +endobj +219 0 obj +<< +/A 421 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 118.828 93.7185 106.429] +/StructParent 77 +/Subtype /Link +/Type /Annot +>> +endobj +220 0 obj +<< +/A 422 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [85.0394 92.8281 93.5374 80.4294] +/StructParent 78 +/Subtype /Link +/Type /Annot +>> +endobj +221 0 obj +<< +/A 423 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 740.558 122.215 728.16] +/StructParent 79 +/Subtype /Link +/Type /Annot +>> +endobj +222 0 obj +<< +/A 424 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 727.558 122.152 715.16] +/StructParent 81 +/Subtype /Link +/Type /Annot +>> +endobj +223 0 obj +<< +/A 425 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 714.558 121.913 702.16] +/StructParent 82 +/Subtype /Link +/Type /Annot +>> +endobj +224 0 obj +<< +/A 426 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 688.558 122.169 676.16] +/StructParent 83 +/Subtype /Link +/Type /Annot +>> +endobj +225 0 obj +<< +/A 427 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 662.558 122.036 650.16] +/StructParent 84 +/Subtype /Link +/Type /Annot +>> +endobj +226 0 obj +<< +/A 428 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 649.558 122.049 637.16] +/StructParent 85 +/Subtype /Link +/Type /Annot +>> +endobj +227 0 obj +<< +/A 429 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 610.558 122.123 598.16] +/StructParent 86 +/Subtype /Link +/Type /Annot +>> +endobj +228 0 obj +<< +/A 430 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 597.558 122.049 585.16] +/StructParent 87 +/Subtype /Link +/Type /Annot +>> +endobj +229 0 obj +<< +/A 431 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 584.558 122.185 572.16] +/StructParent 88 +/Subtype /Link +/Type /Annot +>> +endobj +230 0 obj +<< +/A 432 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 571.558 121.813 559.16] +/StructParent 89 +/Subtype /Link +/Type /Annot +>> +endobj +231 0 obj +<< +/A 433 0 R +/Border [0 0 0] +/BS << +/S /S +/Type /Border +/W 0 +>> +/Rect [113.386 558.558 121.977 546.16] +/StructParent 90 +/Subtype /Link +/Type /Annot +>> +endobj +232 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +233 0 obj +<< +/BaseFont /ELSCMV+Wingdings-Regular +/DescendantFonts 434 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 435 0 R +/Type /Font +>> +endobj +234 0 obj +<< +/BaseFont /EFZRMV+MyriadPro-SemiboldCond +/Encoding /WinAnsiEncoding +/FirstChar 69 +/FontDescriptor 436 0 R +/LastChar 84 +/Subtype /Type1 +/ToUnicode 437 0 R +/Type /Font +/Widths [376 0 0 0 0 0 0 0 0 493 465 0 0 0 0 376] +>> +endobj +235 0 obj +<< +/BaseFont /UQZJCP+MyriadPro-Light +/Encoding 438 0 R +/FirstChar 31 +/FontDescriptor 439 0 R +/LastChar 169 +/Subtype /Type1 +/ToUnicode 440 0 R +/Type /Font +/Widths [542 219 0 0 0 0 0 0 0 0 0 0 0 174 0 174 +351 488 0 488 0 0 0 0 0 0 0 174 0 0 0 0 +0 0 585 0 570 647 466 0 0 0 211 0 0 0 0 638 +0 0 0 505 464 465 626 0 0 0 0 0 0 0 0 0 +0 0 454 552 446 544 485 262 544 536 209 0 0 212 819 536 +532 552 0 295 373 309 531 452 722 0 440 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 677] +>> +endobj +236 0 obj +<< +/BaseFont /ZXSXUF+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 441 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 442 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +237 0 obj +<< +/BaseFont /GAAIOR+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 443 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 444 0 R +/Type /Font +/Widths [212] +>> +endobj +238 0 obj +<< +/BaseFont /SXECAT+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 445 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 446 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +239 0 obj +<< +/BaseFont /KCSMSJ+Wingdings-Regular +/DescendantFonts 447 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 448 0 R +/Type /Font +>> +endobj +240 0 obj +<< +/K [449 0 R 450 0 R 451 0 R 452 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R +465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R +481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R +497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R +513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R +529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R +545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R +561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R +577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R +593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R +609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R +625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R +641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R] +/P 119 0 R +/S /Story +>> +endobj +241 0 obj +<< +/K 654 0 R +/P 119 0 R +/S /Story +>> +endobj +242 0 obj +<< +/K 655 0 R +/P 119 0 R +/S /Story +>> +endobj +243 0 obj +<< +/K 656 0 R +/P 119 0 R +/S /Story +>> +endobj +244 0 obj +<< +/K 657 0 R +/P 119 0 R +/S /Story +>> +endobj +245 0 obj +<< +/K [658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R +674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R +690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R +706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R 720 0 R 721 0 R +722 0 R] +/P 119 0 R +/S /Story +>> +endobj +246 0 obj +[723 0 R 449 0 R 450 0 R 451 0 R 451 0 R 724 0 R 451 0 R 451 0 R 452 0 R 725 0 R 452 0 R 726 0 R 452 0 R 452 0 R 452 0 R 452 0 R +452 0 R 452 0 R 453 0 R 454 0 R 454 0 R 454 0 R 454 0 R 454 0 R 455 0 R 455 0 R 727 0 R 455 0 R 455 0 R 455 0 R 455 0 R 455 0 R +455 0 R 455 0 R 456 0 R 456 0 R 456 0 R 456 0 R 728 0 R 456 0 R] +endobj +247 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null 458 0 R 459 0 R 459 0 R 729 0 R 459 0 R 460 0 R 460 0 R 460 0 R +730 0 R 460 0 R 461 0 R 731 0 R 461 0 R 462 0 R 732 0 R 462 0 R 463 0 R 464 0 R 465 0 R 467 0 R 467 0 R 467 0 R 733 0 R 467 0 R +467 0 R 468 0 R 469 0 R 469 0 R 469 0 R 734 0 R 469 0 R 469 0 R 470 0 R 735 0 R 470 0 R 470 0 R 470 0 R 736 0 R 470 0 R 737 0 R +470 0 R 470 0 R 470 0 R 470 0 R 470 0 R 738 0 R 470 0 R 470 0 R 470 0 R 470 0 R 470 0 R 470 0 R 470 0 R 471 0 R 471 0 R 654 0 R +739 0 R 654 0 R 654 0 R 654 0 R 654 0 R 654 0 R] +endobj +248 0 obj +<< +/K << +/Obj 153 0 R +/Pg 10 0 R +/Type /OBJR +>> +/P 740 0 R +/S /Link +>> +endobj +249 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null 472 0 R 741 0 R 472 0 R 742 0 R 472 0 R 472 0 R 472 0 R 743 0 R 472 0 R 472 0 R +472 0 R 744 0 R 472 0 R 472 0 R 472 0 R 472 0 R 472 0 R 473 0 R 473 0 R 473 0 R 473 0 R 473 0 R 474 0 R 474 0 R 474 0 R 474 0 R +475 0 R 476 0 R 476 0 R 476 0 R 476 0 R 745 0 R 476 0 R 746 0 R 747 0 R 748 0 R 749 0 R 749 0 R 750 0 R 749 0 R 749 0 R 749 0 R +749 0 R 751 0 R 752 0 R 753 0 R 754 0 R 754 0 R 755 0 R 754 0 R 754 0 R 754 0 R 754 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R +759 0 R 759 0 R 761 0 R 759 0 R 762 0 R 759 0 R 759 0 R] +endobj +250 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 763 0 R 764 0 R 765 0 R 766 0 R 767 0 R 768 0 R 769 0 R 768 0 R 768 0 R +770 0 R 768 0 R 768 0 R 768 0 R 768 0 R 771 0 R 772 0 R 773 0 R 774 0 R 774 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R +780 0 R 780 0 R 780 0 R 780 0 R 781 0 R 780 0 R 780 0 R 780 0 R 780 0 R 780 0 R 780 0 R 478 0 R 479 0 R 479 0 R 479 0 R 479 0 R +479 0 R 480 0 R 480 0 R 480 0 R 480 0 R 481 0 R 782 0 R 481 0 R 481 0 R 481 0 R 783 0 R 481 0 R 481 0 R 481 0 R 482 0 R 482 0 R +482 0 R 482 0 R 784 0 R 482 0 R 785 0 R 482 0 R 482 0 R 482 0 R 655 0 R 655 0 R 655 0 R 655 0 R 655 0 R 655 0 R 655 0 R] +endobj +251 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null 482 0 R +786 0 R 482 0 R 482 0 R 482 0 R 482 0 R 482 0 R 482 0 R 482 0 R 483 0 R 787 0 R 483 0 R 483 0 R 483 0 R 788 0 R 483 0 R 483 0 R +484 0 R 789 0 R 484 0 R 484 0 R 484 0 R 484 0 R 485 0 R 790 0 R 485 0 R 791 0 R 485 0 R 486 0 R 486 0 R 486 0 R 486 0 R 486 0 R +486 0 R 487 0 R 792 0 R 793 0 R 794 0 R 794 0 R 794 0 R 795 0 R 796 0 R 797 0 R 797 0 R 797 0 R 798 0 R 799 0 R 800 0 R 800 0 R +800 0 R 801 0 R 802 0 R 803 0 R 803 0 R 803 0 R 804 0 R 803 0 R 803 0 R 803 0 R] +endobj +252 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null 489 0 R 490 0 R 490 0 R 490 0 R 490 0 R 805 0 R +490 0 R 490 0 R 806 0 R 490 0 R 490 0 R 490 0 R 490 0 R 491 0 R 492 0 R 492 0 R 492 0 R 492 0 R 492 0 R 492 0 R 492 0 R 492 0 R +492 0 R 493 0 R 493 0 R 493 0 R 807 0 R 493 0 R 494 0 R 494 0 R 494 0 R 494 0 R 494 0 R 494 0 R 495 0 R 495 0 R 808 0 R 495 0 R +495 0 R 495 0 R 809 0 R 495 0 R 495 0 R 496 0 R 496 0 R 496 0 R 496 0 R 496 0 R 496 0 R 497 0 R 497 0 R 497 0 R 497 0 R 810 0 R +497 0 R 498 0 R 498 0 R 811 0 R 498 0 R] +endobj +253 0 obj +<< +/K << +/Obj 168 0 R +/Pg 14 0 R +/Type /OBJR +>> +/P 812 0 R +/S /Link +>> +endobj +254 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null 498 0 R 498 0 R 498 0 R 498 0 R 498 0 R 813 0 R 498 0 R 498 0 R 499 0 R 499 0 R 499 0 R +499 0 R 499 0 R 499 0 R 500 0 R 814 0 R 815 0 R 816 0 R 817 0 R 816 0 R 816 0 R 816 0 R 818 0 R 819 0 R 820 0 R 820 0 R 820 0 R +820 0 R 502 0 R 821 0 R 822 0 R 823 0 R 823 0 R 823 0 R 824 0 R 823 0 R 504 0 R 505 0 R 505 0 R 825 0 R 505 0 R 826 0 R 505 0 R +506 0 R 827 0 R 506 0 R 507 0 R 828 0 R 829 0 R 830 0 R 831 0 R 830 0 R 830 0 R 830 0 R 832 0 R 830 0 R 833 0 R 834 0 R 835 0 R +836 0 R 835 0 R 837 0 R 835 0 R 835 0 R 835 0 R] +endobj +255 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null 838 0 R 839 0 R 840 0 R 841 0 R 840 0 R 840 0 R 840 0 R 840 0 R 842 0 R 843 0 R +844 0 R 845 0 R 846 0 R 847 0 R 844 0 R 844 0 R 844 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 850 0 R 850 0 R 850 0 R +850 0 R 850 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 856 0 R 856 0 R 856 0 R 856 0 R 856 0 R 856 0 R 856 0 R 856 0 R 856 0 R +859 0 R 856 0 R 856 0 R 860 0 R 856 0 R 856 0 R 856 0 R 861 0 R 856 0 R 856 0 R 862 0 R 863 0 R 864 0 R 865 0 R 864 0 R 864 0 R +864 0 R 864 0 R 864 0 R 866 0 R 864 0 R 864 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 869 0 R 872 0 R 869 0 R 873 0 R 869 0 R +509 0 R 509 0 R 874 0 R 509 0 R 875 0 R 876 0 R 877 0 R] +endobj +256 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 878 0 R 879 0 R 880 0 R 880 0 R 880 0 R 881 0 R 882 0 R 883 0 R 883 0 R +884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 889 0 R 890 0 R 891 0 R 892 0 R 892 0 R 892 0 R 511 0 R 511 0 R 511 0 R 893 0 R +511 0 R 511 0 R 511 0 R 894 0 R 511 0 R 511 0 R 895 0 R 511 0 R 511 0 R 512 0 R 896 0 R 512 0 R 512 0 R 897 0 R 512 0 R 512 0 R +512 0 R 898 0 R 512 0 R 512 0 R 899 0 R 512 0 R 513 0 R 513 0 R 513 0 R 513 0 R 513 0 R 513 0 R 513 0 R 900 0 R 513 0 R 513 0 R +901 0 R 513 0 R 513 0 R 513 0 R 513 0 R 513 0 R 514 0 R 902 0 R 903 0 R 904 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 907 0 R +907 0 R 656 0 R 656 0 R 656 0 R 656 0 R 656 0 R 656 0 R 656 0 R] +endobj +257 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null 909 0 R 910 0 R 911 0 R 911 0 R 912 0 R 913 0 R 914 0 R 914 0 R +516 0 R 915 0 R 916 0 R 917 0 R 917 0 R 518 0 R 519 0 R 520 0 R 520 0 R 520 0 R 520 0 R 521 0 R 918 0 R 521 0 R 521 0 R 521 0 R +521 0 R 521 0 R 919 0 R 521 0 R 521 0 R 920 0 R 521 0 R 522 0 R 522 0 R 522 0 R 522 0 R 522 0 R 522 0 R 921 0 R 522 0 R 523 0 R +523 0 R 922 0 R 523 0 R 523 0 R 523 0 R 923 0 R 523 0 R 924 0 R 925 0 R 926 0 R 926 0 R 927 0 R 928 0 R 929 0 R 929 0 R 930 0 R +931 0 R 932 0 R 525 0 R 933 0 R 525 0 R 525 0 R 934 0 R 525 0 R 935 0 R 525 0 R 525 0 R 525 0 R] +endobj +258 0 obj +<< +/K << +/Obj 169 0 R +/Pg 18 0 R +/Type /OBJR +>> +/P 936 0 R +/S /Link +>> +endobj +259 0 obj +<< +/K << +/Obj 170 0 R +/Pg 18 0 R +/Type /OBJR +>> +/P 937 0 R +/S /Link +>> +endobj +260 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null 526 0 R 938 0 R 526 0 R 526 0 R +939 0 R 526 0 R 526 0 R 527 0 R 940 0 R 527 0 R 941 0 R 527 0 R 527 0 R 527 0 R 527 0 R 528 0 R 942 0 R 528 0 R 528 0 R 529 0 R +530 0 R 530 0 R 530 0 R 530 0 R 530 0 R 530 0 R 530 0 R 530 0 R 531 0 R 531 0 R 531 0 R 531 0 R 943 0 R 531 0 R 531 0 R 531 0 R +531 0 R 531 0 R 944 0 R 531 0 R 532 0 R 945 0 R 532 0 R 532 0 R 532 0 R 532 0 R 533 0 R 946 0 R 533 0 R 533 0 R 533 0 R 947 0 R +533 0 R 534 0 R 534 0 R 948 0 R 534 0 R 534 0 R 949 0 R] +endobj +261 0 obj +<< +/K << +/Obj 171 0 R +/Pg 19 0 R +/Type /OBJR +>> +/P 950 0 R +/S /Link +>> +endobj +262 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 534 0 R 951 0 R 534 0 R 534 0 R 534 0 R 534 0 R 534 0 R 534 0 R 535 0 R +535 0 R 952 0 R 535 0 R 536 0 R 537 0 R 537 0 R 953 0 R 537 0 R 537 0 R 537 0 R 537 0 R 537 0 R 537 0 R 537 0 R 538 0 R 954 0 R +955 0 R 956 0 R 956 0 R 957 0 R 958 0 R 959 0 R 959 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 962 0 R 962 0 R 540 0 R 964 0 R +965 0 R 966 0 R 966 0 R 966 0 R 966 0 R 542 0 R 543 0 R 543 0 R 967 0 R 543 0 R 544 0 R 544 0 R 968 0 R 544 0 R 544 0 R 544 0 R] +endobj +263 0 obj +<< +/K << +/Obj 172 0 R +/Pg 20 0 R +/Type /OBJR +>> +/P 969 0 R +/S /Link +>> +endobj +264 0 obj +<< +/K << +/Obj 173 0 R +/Pg 20 0 R +/Type /OBJR +>> +/P 970 0 R +/S /Link +>> +endobj +265 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +545 0 R 545 0 R 545 0 R 546 0 R 546 0 R 546 0 R 971 0 R 546 0 R 546 0 R 546 0 R 546 0 R 546 0 R 546 0 R 546 0 R 546 0 R 972 0 R +546 0 R 546 0 R 973 0 R 546 0 R 974 0 R 546 0 R 975 0 R 546 0 R 546 0 R 546 0 R 546 0 R 976 0 R 546 0 R 977 0 R 546 0 R 978 0 R +546 0 R 547 0 R 979 0 R 547 0 R 980 0 R 547 0 R 981 0 R 547 0 R 547 0 R 982 0 R 547 0 R 548 0 R 983 0 R 548 0 R 548 0 R 984 0 R +548 0 R 548 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 549 0 R 550 0 R 550 0 R +985 0 R 550 0 R 550 0 R 550 0 R 550 0 R 657 0 R 986 0 R 657 0 R 987 0 R 657 0 R 657 0 R 657 0 R 657 0 R] +endobj +266 0 obj +<< +/K << +/Obj 174 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 988 0 R +/S /Link +>> +endobj +267 0 obj +<< +/K << +/Obj 175 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 989 0 R +/S /Link +>> +endobj +268 0 obj +<< +/K << +/Obj 176 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 990 0 R +/S /Link +>> +endobj +269 0 obj +<< +/K << +/Obj 177 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 991 0 R +/S /Link +>> +endobj +270 0 obj +<< +/K << +/Obj 178 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 992 0 R +/S /Link +>> +endobj +271 0 obj +<< +/K << +/Obj 179 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 993 0 R +/S /Link +>> +endobj +272 0 obj +<< +/K << +/Obj 180 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 994 0 R +/S /Link +>> +endobj +273 0 obj +<< +/K << +/Obj 181 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 995 0 R +/S /Link +>> +endobj +274 0 obj +<< +/K << +/Obj 182 0 R +/Pg 21 0 R +/Type /OBJR +>> +/P 996 0 R +/S /Link +>> +endobj +275 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null 551 0 R 997 0 R 551 0 R +551 0 R 998 0 R 551 0 R 552 0 R 552 0 R 552 0 R 552 0 R 553 0 R 999 0 R 1000 0 R 1001 0 R 1001 0 R 1002 0 R 1003 0 R 1004 0 R 1004 0 R +1005 0 R 1006 0 R 1007 0 R 1008 0 R 1007 0 R 1009 0 R 1010 0 R 1011 0 R 1011 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1014 0 R 1014 0 R 1014 0 R +1014 0 R 1015 0 R 1016 0 R 1017 0 R 1017 0 R 1017 0 R 555 0 R 556 0 R 556 0 R 556 0 R 556 0 R 556 0 R 556 0 R 556 0 R 557 0 R 557 0 R +1018 0 R 558 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1021 0 R 1021 0 R 1021 0 R 1023 0 R 1021 0 R 1021 0 R 1021 0 R] +endobj +276 0 obj +<< +/K [<< +/Obj 183 0 R +/Pg 22 0 R +/Type /OBJR +>> 1018 0 R] +/P 557 0 R +/S /Link +>> +endobj +277 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null 1024 0 R 1025 0 R 1026 0 R +1026 0 R 1026 0 R 1026 0 R 1027 0 R 1026 0 R 560 0 R 561 0 R 562 0 R 562 0 R 562 0 R 1028 0 R 562 0 R 562 0 R 562 0 R 1029 0 R 562 0 R +563 0 R 563 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1032 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1036 0 R 1038 0 R 1036 0 R 1039 0 R 1036 0 R +1040 0 R 1041 0 R 1042 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1045 0 R 565 0 R 565 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1049 0 R +1051 0 R 1052 0 R 1053 0 R 1054 0 R 1053 0 R 567 0 R 1055 0 R 567 0 R 567 0 R 567 0 R 567 0 R 1056 0 R 567 0 R 568 0 R 568 0 R 568 0 R +1057 0 R 1058 0 R 1059 0 R 1060 0 R 1060 0 R 570 0 R 1061 0 R 570 0 R 570 0 R 570 0 R 571 0 R 571 0 R 571 0 R] +endobj +278 0 obj +<< +/K << +/Obj 184 0 R +/Pg 23 0 R +/Type /OBJR +>> +/P 1062 0 R +/S /Link +>> +endobj +279 0 obj +<< +/K << +/Obj 185 0 R +/Pg 23 0 R +/Type /OBJR +>> +/P 1063 0 R +/S /Link +>> +endobj +280 0 obj +<< +/K << +/Obj 186 0 R +/Pg 23 0 R +/Type /OBJR +>> +/P 1064 0 R +/S /Link +>> +endobj +281 0 obj +<< +/K << +/Obj 187 0 R +/Pg 23 0 R +/Type /OBJR +>> +/P 1065 0 R +/S /Link +>> +endobj +282 0 obj +<< +/K << +/Obj 188 0 R +/Pg 23 0 R +/Type /OBJR +>> +/P 1066 0 R +/S /Link +>> +endobj +283 0 obj +<< +/K << +/Obj 189 0 R +/Pg 23 0 R +/Type /OBJR +>> +/P 1067 0 R +/S /Link +>> +endobj +284 0 obj +<< +/K << +/Obj 190 0 R +/Pg 23 0 R +/Type /OBJR +>> +/P 1068 0 R +/S /Link +>> +endobj +285 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null 1069 0 R 1070 0 R 1071 0 R +1071 0 R 1072 0 R 1071 0 R 1073 0 R 1071 0 R 1071 0 R 1074 0 R 1071 0 R 573 0 R 573 0 R 1075 0 R 1076 0 R 1077 0 R 1076 0 R 1076 0 R 1076 0 R +1076 0 R 1076 0 R 1078 0 R 1076 0 R 1076 0 R 1076 0 R 1076 0 R 1079 0 R 1080 0 R 1080 0 R 1080 0 R 1080 0 R 575 0 R 575 0 R 575 0 R 575 0 R +575 0 R 1081 0 R 575 0 R 1082 0 R 575 0 R 575 0 R 575 0 R 575 0 R 575 0 R 575 0 R 575 0 R 575 0 R 575 0 R 1083 0 R 575 0 R 576 0 R +576 0 R 576 0 R 576 0 R 576 0 R 577 0 R 1084 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 1085 0 R 577 0 R] +endobj +286 0 obj +<< +/K << +/Obj 191 0 R +/Pg 24 0 R +/Type /OBJR +>> +/P 1086 0 R +/S /Link +>> +endobj +287 0 obj +<< +/K << +/Obj 192 0 R +/Pg 24 0 R +/Type /OBJR +>> +/P 1087 0 R +/S /Link +>> +endobj +288 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null 578 0 R 1088 0 R +1089 0 R 1090 0 R 1090 0 R 1090 0 R 1091 0 R 1092 0 R 1093 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1096 0 R 1096 0 R 1096 0 R 1096 0 R 1096 0 R +580 0 R 581 0 R 581 0 R 581 0 R 581 0 R 581 0 R 581 0 R 1097 0 R 581 0 R 581 0 R 581 0 R 1098 0 R 581 0 R 582 0 R 1099 0 R 582 0 R +582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 584 0 R 584 0 R 585 0 R 585 0 R 585 0 R 586 0 R +1100 0 R 1101 0 R 1102 0 R 1102 0 R 1102 0 R 1103 0 R 1102 0 R 1104 0 R 1105 0 R 1106 0 R 1106 0 R 1107 0 R 1106 0 R 1106 0 R 1106 0 R] +endobj +289 0 obj +<< +/K << +/Obj 193 0 R +/Pg 25 0 R +/Type /OBJR +>> +/P 1108 0 R +/S /Link +>> +endobj +290 0 obj +<< +/K << +/Obj 194 0 R +/Pg 25 0 R +/Type /OBJR +>> +/P 1109 0 R +/S /Link +>> +endobj +291 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null 1110 0 R +1111 0 R 1112 0 R 1112 0 R 1112 0 R 588 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1115 0 R 1115 0 R 1115 0 R 1115 0 R 590 0 R 591 0 R 591 0 R +1117 0 R 591 0 R 1118 0 R 591 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1121 0 R 1121 0 R 1121 0 R 1121 0 R +1121 0 R 1121 0 R 1121 0 R 1127 0 R 1128 0 R 1129 0 R 1130 0 R 1129 0 R 1129 0 R 1131 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R +1133 0 R 1133 0 R 1133 0 R 1138 0 R 1139 0 R 1140 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1140 0 R 1144 0 R 1140 0 R 1145 0 R 1146 0 R 1147 0 R +1148 0 R 1147 0 R 1147 0 R 1147 0 R 1149 0 R 1147 0 R] +endobj +292 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null 594 0 R 1150 0 R 1151 0 R 1152 0 R 1152 0 R 1152 0 R 1152 0 R 1152 0 R 1152 0 R 596 0 R +597 0 R 597 0 R 597 0 R 598 0 R 598 0 R 1153 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 599 0 R 599 0 R 1154 0 R +1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1162 0 R 1164 0 R 1165 0 R 1166 0 R 601 0 R 601 0 R 1167 0 R +601 0 R 1168 0 R 601 0 R 601 0 R 602 0 R 602 0 R 1169 0 R 602 0 R 602 0 R 602 0 R 602 0 R 603 0 R 1170 0 R 1171 0 R 1172 0 R 1172 0 R] +endobj +293 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +1173 0 R 1174 0 R 1175 0 R 1175 0 R 1175 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1178 0 R 1178 0 R 605 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R +1181 0 R 1181 0 R 607 0 R 608 0 R 608 0 R 609 0 R 609 0 R 1183 0 R 609 0 R 610 0 R 1184 0 R 610 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R +1187 0 R 1187 0 R 1187 0 R 1187 0 R 1189 0 R 1187 0 R 1187 0 R 1187 0 R 1187 0 R 1187 0 R 1190 0 R 1187 0 R 1187 0 R 1187 0 R 1187 0 R 1187 0 R +1187 0 R 1191 0 R 1187 0 R 1192 0 R 1193 0 R 1194 0 R 1194 0 R 1194 0 R 1194 0 R 1194 0 R 1195 0 R 1194 0 R 1194 0 R 1194 0 R 1194 0 R 1194 0 R +1194 0 R 1194 0 R] +endobj +294 0 obj +<< +/K << +/Obj 195 0 R +/Pg 28 0 R +/Type /OBJR +>> +/P 1196 0 R +/S /Link +>> +endobj +295 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null 612 0 R 1197 0 R 1198 0 R 1199 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1202 0 R 1202 0 R 1203 0 R 1202 0 R 614 0 R 1204 0 R +1205 0 R 1206 0 R 1206 0 R 616 0 R 617 0 R 617 0 R 617 0 R 617 0 R 1207 0 R 617 0 R 617 0 R 1208 0 R 617 0 R 617 0 R 617 0 R 1209 0 R +617 0 R 618 0 R 1210 0 R 618 0 R 618 0 R 618 0 R 618 0 R 618 0 R 618 0 R 618 0 R 618 0 R 618 0 R 619 0 R 1211 0 R 619 0 R 619 0 R +619 0 R 619 0 R 1212 0 R 619 0 R 619 0 R 620 0 R 620 0 R 620 0 R 620 0 R 620 0 R 621 0 R 621 0 R] +endobj +296 0 obj +<< +/K << +/Obj 196 0 R +/Pg 29 0 R +/Type /OBJR +>> +/P 1213 0 R +/S /Link +>> +endobj +297 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null 621 0 R 621 0 R 622 0 R 622 0 R +622 0 R 1214 0 R 622 0 R 1215 0 R 622 0 R 622 0 R 622 0 R 623 0 R 623 0 R 623 0 R 1216 0 R 623 0 R 623 0 R 1217 0 R 623 0 R 623 0 R +623 0 R 1218 0 R 623 0 R 624 0 R 624 0 R 624 0 R 624 0 R 1219 0 R 624 0 R 624 0 R 624 0 R 1220 0 R 624 0 R 625 0 R 625 0 R 625 0 R +625 0 R 625 0 R 625 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1226 0 R 1228 0 R 1229 0 R 1230 0 R 1230 0 R 1231 0 R +1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1242 0 R 1244 0 R 1245 0 R +1246 0 R 1247 0 R 1246 0 R 1248 0 R 1249 0 R 1250 0 R 1250 0 R] +endobj +298 0 obj +<< +/K << +/Obj 197 0 R +/Pg 30 0 R +/Type /OBJR +>> +/P 1251 0 R +/S /Link +>> +endobj +299 0 obj +<< +/K << +/Obj 198 0 R +/Pg 30 0 R +/Type /OBJR +>> +/P 1252 0 R +/S /Link +>> +endobj +300 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 627 0 R 627 0 R 628 0 R 1253 0 R 628 0 R 628 0 R 628 0 R 1254 0 R 628 0 R +629 0 R 1255 0 R 629 0 R 629 0 R 629 0 R 630 0 R 1256 0 R 1257 0 R 1258 0 R 1258 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1261 0 R +632 0 R 1263 0 R 1264 0 R 1265 0 R 1265 0 R 1266 0 R 1265 0 R 1267 0 R 1268 0 R 1269 0 R 1269 0 R 1270 0 R 1269 0 R] +endobj +301 0 obj +<< +/K << +/Obj 199 0 R +/Pg 31 0 R +/Type /OBJR +>> +/P 1271 0 R +/S /Link +>> +endobj +302 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null 634 0 R 636 0 R 636 0 R +637 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R +651 0 R 652 0 R 653 0 R] +endobj +303 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null 658 0 R 1272 0 R 661 0 R 661 0 R 1273 0 R 663 0 R 663 0 R 663 0 R 663 0 R 663 0 R 663 0 R 663 0 R 663 0 R +663 0 R 663 0 R 1274 0 R 665 0 R 1275 0 R 667 0 R 1276 0 R 669 0 R 669 0 R 1277 0 R 671 0 R 671 0 R 671 0 R 671 0 R 1278 0 R 671 0 R +671 0 R 671 0 R 1279 0 R 673 0 R 1280 0 R 675 0 R 1281 0 R 677 0 R 1282 0 R 1282 0 R 679 0 R 1283 0 R 1283 0 R 681 0 R 1284 0 R 1284 0 R +683 0 R 1285 0 R 683 0 R 683 0 R 683 0 R 1286 0 R 1286 0 R 685 0 R 1287 0 R 1287 0 R 687 0 R 687 0 R 687 0 R 1288 0 R 1288 0 R 689 0 R +1289 0 R 689 0 R 1290 0 R 1290 0 R 691 0 R 1291 0 R 1291 0 R 693 0 R 693 0 R 1292 0 R 693 0 R 1293 0 R 1293 0 R 695 0 R 695 0 R 1294 0 R +1294 0 R 697 0 R 697 0 R 1295 0 R 1295 0 R 699 0 R 699 0 R 1296 0 R 1296 0 R 701 0 R] +endobj +304 0 obj +<< +/K << +/Obj 200 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 660 0 R +/S /Link +>> +endobj +305 0 obj +<< +/K << +/Obj 201 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 662 0 R +/S /Link +>> +endobj +306 0 obj +<< +/K << +/Obj 202 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 664 0 R +/S /Link +>> +endobj +307 0 obj +<< +/K << +/Obj 203 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 666 0 R +/S /Link +>> +endobj +308 0 obj +<< +/K << +/Obj 204 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 668 0 R +/S /Link +>> +endobj +309 0 obj +<< +/K << +/Obj 205 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 670 0 R +/S /Link +>> +endobj +310 0 obj +<< +/K << +/Obj 206 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 672 0 R +/S /Link +>> +endobj +311 0 obj +<< +/K << +/Obj 207 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 674 0 R +/S /Link +>> +endobj +312 0 obj +<< +/K << +/Obj 208 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 676 0 R +/S /Link +>> +endobj +313 0 obj +<< +/K << +/Obj 209 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 678 0 R +/S /Link +>> +endobj +314 0 obj +<< +/K << +/Obj 210 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 680 0 R +/S /Link +>> +endobj +315 0 obj +<< +/K << +/Obj 211 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 682 0 R +/S /Link +>> +endobj +316 0 obj +<< +/K << +/Obj 212 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 684 0 R +/S /Link +>> +endobj +317 0 obj +<< +/K << +/Obj 213 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 686 0 R +/S /Link +>> +endobj +318 0 obj +<< +/K << +/Obj 214 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 688 0 R +/S /Link +>> +endobj +319 0 obj +<< +/K << +/Obj 215 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 690 0 R +/S /Link +>> +endobj +320 0 obj +<< +/K << +/Obj 216 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 692 0 R +/S /Link +>> +endobj +321 0 obj +<< +/K << +/Obj 217 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 694 0 R +/S /Link +>> +endobj +322 0 obj +<< +/K << +/Obj 218 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 696 0 R +/S /Link +>> +endobj +323 0 obj +<< +/K << +/Obj 219 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 698 0 R +/S /Link +>> +endobj +324 0 obj +<< +/K << +/Obj 220 0 R +/Pg 33 0 R +/Type /OBJR +>> +/P 700 0 R +/S /Link +>> +endobj +325 0 obj +<< +/K << +/Obj 221 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 702 0 R +/S /Link +>> +endobj +326 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null 1297 0 R 1297 0 R 703 0 R 1298 0 R 1298 0 R 705 0 R +1299 0 R 1299 0 R 707 0 R 707 0 R 1300 0 R 1300 0 R 709 0 R 709 0 R 1301 0 R 1301 0 R 711 0 R 1302 0 R 1302 0 R 713 0 R 1303 0 R 713 0 R +713 0 R 1304 0 R 1304 0 R 715 0 R 1305 0 R 1305 0 R 717 0 R 1306 0 R 1306 0 R 719 0 R 1307 0 R 1307 0 R 721 0 R 1308 0 R 1308 0 R 1309 0 R +1308 0 R] +endobj +327 0 obj +<< +/K << +/Obj 222 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 704 0 R +/S /Link +>> +endobj +328 0 obj +<< +/K << +/Obj 223 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 706 0 R +/S /Link +>> +endobj +329 0 obj +<< +/K << +/Obj 224 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 708 0 R +/S /Link +>> +endobj +330 0 obj +<< +/K << +/Obj 225 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 710 0 R +/S /Link +>> +endobj +331 0 obj +<< +/K << +/Obj 226 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 712 0 R +/S /Link +>> +endobj +332 0 obj +<< +/K << +/Obj 227 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 714 0 R +/S /Link +>> +endobj +333 0 obj +<< +/K << +/Obj 228 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 716 0 R +/S /Link +>> +endobj +334 0 obj +<< +/K << +/Obj 229 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 718 0 R +/S /Link +>> +endobj +335 0 obj +<< +/K << +/Obj 230 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 720 0 R +/S /Link +>> +endobj +336 0 obj +<< +/K << +/Obj 231 0 R +/Pg 34 0 R +/Type /OBJR +>> +/P 722 0 R +/S /Link +>> +endobj +337 0 obj +<< +/Filter /FlateDecode +/Length 8635 +/Length1 13981 +>> +stream +HVyTTݷ̰ ,afvT70 3ʰ +Q4 ƘZkclɓZ!V1mL==ؤik]AsZ{Oߝo~=x"gVY3By:wז#(W,S7t-~Qa]մpQG[y/ũրZ'^UN_6ovmh(W 3}]*aG?0_d|)A'`l,SZ?*ZFhDrz6Wg^ۄ?=ws?ւULDS8(oʗt9{}Y +3j/smsop+sr#sz1dN݅ye0+Ye DeLd岢2Y]VV\"+eBKJE*H:I /oq+.L*& OAᠰOX' B +B`LNOݴv0ދ#fY) qօQaFemf=Ǫ{tW!~jJ/g6jdXh!8(pD^'K@02J_CIm{ugx[MV_K#{#Cs +4!b &PZMϵIv[i:fU;|1U4xѪ*(MwE\UNt;jNoSW osm!$X!E5d:n?zBA^lgWSRmox'u9u,bBOD#5$*ө5^@dL +8҉I7Kp4!کB_Y-dgʺIG1u|yA"S6IWUEok7H:BSR1NVXCBmipS`S#83PT\Q.TFB5eP$*uGAo.ډgꚮ^BR+:Vv,=B:::~Vz[]|߰nKH;/ݵ&^Nv{5A-;@ DU`]Q0 0g=#sE A +_CJbA&q0 (X ziRpyE#P`"|uJ'ͷQř#YOEwv>ʶ7֑<ʻP5VJX0eچ,Y䶘5ǪWb`_$\f8m$1r(jQiHrvT5gp'&?thvi?$]d*zQE;({(^c$_$@6|m* X@sLXպx-a7<\!E.w"칄K#z\ZD`IQHح2&I3H9-@1O:ѺP[bw>?9:oMGzS*I*RwɛE.uSI@kN.PhϟV C("9ֈBʖ:@*uz$A>x&\Xfh_N>4hMihY $+!^5TSM8/PI WQ +@9Q)ӥ +*mN5#g⹽-m4lMْ͍~W'_:V"$RYNW4oj_u1hY +V8f@ҙN=X5S\~^'/Ϧhr.IN,ff̶i (Y̰+Ù9ރx= khz2J(49:+!oWg' iD.)HW2|P1*(LF9Y5/AEd0T%-h9f+ݸdZ\nl0]rl1 c? +jF"6EtB81CGxnɲƖScoCg{"-VwmNX}s׻.I*'ԇNe +Sn<Y_`,~HDNH.A5`!WH/40|s25C0(7P2&((],s +1ZnbFO5\ml.Eꬻ>vgO6ؽ oLVE{{Yy뎗Tc5J45eK:|{W7Yt|v#qw5vXV.XN&P*dg=h!*x #` _GG<.>5FWÿ\Z• d>fP|/x-gF._ 3<֊|YYEQHh) `*l' [+l'c/E UDydD#&jo+WgSFƊ9u纜w͖uqXߤ'>ʌeow鏉ѐ8<5P +ÄGKʂ'" +@ZVh23r@/a ʝpH^PK +Cwt,WP5RNo ĎYױ9]-ퟸ# 3d5H Wۏ{IߣBQ%iJ 5 !F &\9`4|?45K MlŔl.TtP/Gej2>``ҫ*ڱt(KRA̼|)p +?m[XBX8r6&sDK)6PmiM>RZvwhj^\}9}344;8ְ~حS֞$[qg0P%l:s '(T59MǚtM<1v_iϩ5R2>Ts0^/#K 6' hB0iΗoE{,pHgMTwܮk,MI P1-w%k^QqFhګjQb*@;~;W{Gc!z;۞~{Jl $w+:1*0垍m_Ͼ&/g1 +O|iO(X6`[唸k{k.Ԋ+U8b7]*:]`N 2Xr~g' וH! +QG|/m-kMG{IL|W]~N$].gam`bOB*mr#m vcoվپ%;2>Os h׼ggM{i5C>*Jp8&q&ȔTl`V!k0XTNEGpSG_FUBF uoIB_/fppjFZpБ%k'nX!{9DsʂW6ž6kYR wX .qOyl:j+A|JkWj)v5LPΎwgzUIC'ߝȕv3abۜU4獉7C6#o +=n'x\#Vϑȡ`1 &dleJ`F΄T72%(T0 jA \?w0ԗHq!jÞvF4IUvZɹvr9 Tyy +V.C\רs WXDvUriX ZlaBȥF1OсfICCHomymPM0P1^a, ƒZs)dy$9Gu >s[t{αe wo&/ReN׺R~cyw0}3qzst\XN8{9[2yÐcf6fӍK LvfA#X*XLl/NE6SoEBh +4LNPf/| =pFAkx/0u%X[7 +X/ ?FЏ/aBXHp%2fEy8|=,B:`;?߾|XRb`%2lu!,n`-(ߵ|vzCI_~QЎ(>fGl2}R'늼Q)ɩ؋kU^6ydb]7jU{L1cML(vˀvaC`L~+;%DK_^= +|賠Rj_x?>eU~qg>(`JhJf`N`6+_W+>TVnB /d5H??w0u[:?C6`+orY]DY^yeo!r90Ѧ*=<ϰDEx*(:Iz|2G_V&\Ws@9>G%p[4LN4*Ì'3ijug{ⱶG[#'&=t`G(At8ACtF!zR{*jsTE|֦zgevX?iɮ +89ٙ9a ?U +endstream +endobj +338 0 obj +<< +/Filter /FlateDecode +/Length 7999 +/Length1 11374 +>> +stream +HVkTSW}!$$p!@H!!|`-Pk /abS|V[k:Z{A֪Q;ڙ:̬YᏙ5k֪vDWcInϷrQ=kvv!p)iHOUK=`VeRS_M I޻_$~++U +gh󵶿4}! Rhq$tt-ߐ85=diQO: In`mn_Wۍ7;ӷt|@(l|^J} DZ;v.8~`,_I,8chшMG{Jl4 BRj´:};!.>!1dNRR-iL=+;Ǒ,pMT8yJQq-+:mʙTͪ]7g {|M杻zة{̹]|ѕ~r/\il>~u~ 6ѭygm_V`/YlޮOrZ$\K[+vk~ɴWl XQQ\x `X?*2cǃaAdQ`3{eG9a)PPB5B + qVp:QhW$b$"N5#q!!"6ؑl\!NBL%pxQrT`*a:f30 ըA-fs0 hc1O >4&+ +Ox"k S)#b A}/`+Ex; +{#؇W8qoQ188wp y\E\|+\ŧp79~ ,²K~XNY%4]F =E aB<>NB258YNl6̮㲥[tvíZRLz`sA>"zvܦZ5@˼TM2/y'zy%D ybЀd-SvLAriC"N L0)sGXc6SyGv.Gq@Ezi<| + +^v75γhʫ\,V"vp +' +)OwJ(RJ314z<"qp'P DܡJ֩ Ƭ2 +\HK|yՀ_o &Xm&j5`B7UbipR2XpVU9-h\k)!+N*ֻD-Ջdw\lA*0p11cPEO2K9yD[I +ȹFR"{q UdjwM&Fz]̕ +w.mTpUw_5@q;ҍZTG1M|r2 zi>ctzшe:Pq9yg~ZZ^)DMd-SFb"2EJ +͈)ɎK1jE-oWn[.̈,bM7NMIՉ58;?556̚[J/yfQTrb< +`j4Az嶀jFYɖ" hXWVL֊" ,eҝ@f3ߒf! +\wŴ,.Sg1 BE4U+kfZ bSFkJ2 +(UTǮr>Y鈷s:׽P6FUR=#>#Lmo/jmMC MIA!,*zSDa Z(]P[mڍi$H4`c::-۱y/0=Eeg6Z7Hc5R2Hth0q> VL)]mvqܩ1fBD+A˓FV\2:좠;ק_r)v'vkë{ +$N\xr{nu3œWSj80 !z̤ MT Yj |qnw# *捓kQQn+UGt0/-rSy*_->3DNeT=K!wO|{`d{-T|W {cL>xV+̀<6.sz&C,t8=X> +bx"AbU1^Yx_1]W͒Ŕ05i,֞ҏDĞP&N rTMiE{8DڀnHl3 tDjR5Xi8ptoOS%Ȗ +}Ji4.\ȼ;`oi:Oz6X92}筁Gýr]>sRd)n١P'Fo8NҌO\ZM.u{S7|^ۺ/:BSy=؈Hj>le{9(::7 D +ׄnEþuuTS jUHMΏ9%`*ҷ:.>[VFq;\ +eա#\q]ZbȕCv狞ƇBSjoH.N Iwo@@w"DwefEtx,? p۠bm\yoSACdiZ`w$;#*\wͪHE28/TG dR1S廘Ӈ{CG7bK@brgLK>&^OPʚ؀'Kqن/{q9zjJ錬k~ MI[ܠw2]ŪzFcǀ@NT"] +2=r5HY0hq0(ηTo^wyG\M-ٞd0g);4Z٘ ݜK:0-V(9l a&8ˉ bD6u)3eo +zv`4x H޾C9,;<=&g?0#w[":uHK7t'}[2~߾cTDSb?ek0efqyU^״7n"wA"TJjmK<xѥP7\7*ؘia4:4 |ko0*>w4^5Wdk.F_ fW3]+}Ws%S-.N|D1YZFPp[IGɲxi+M]NeXYIt0 rQ;/2^?h});߮s@>m-MNF[ +>Y +uOcy{03' bG.lv3[Z[>jEŒ:{OX 4=c9-FF{OX¿qOO b39I0Q(<CuŶm_a%FIHY{deQ7KXJ"ǎ-ײ8v^nK0dm68Eo5] . >dhta2`y؀@ ySvO)><;}Z!ـ$#̋#!^Hu:hBd'g>Ow~44ZU[}||^󟻴oY_;=[?5RYDO\=Y:HfO]rb}& +R.HW`9۬@Q7dy.Ju o\yCg2g|mbdZ铉z(|bݠ8K {t|wA7+*z{)fw٪p- nҺL2G,#Hbv5>tOk{<(qu‘nϏ_?س,;Ҙǚ)"lDU|.S@ѽ" ͜O۽{.e.lP7O`X,j3{O>Lyj{ҩFuM~ U~TY3͔w(S)}!Ֆg2iWRE'P0L`ȂB)7 scS {gkIOr*Ї.,zŰ7pWbJ)ՔK V[X-G=ȑ:d@/1?8:W0l~న÷>С:Aj 9CcLLO d )ajK myD?mŪygSHm[9U hukE▌V61ٸF--m fl}vF1 ?Քuk@P@ ;)hI+Z#C;cQ@K]ȋkawz=٢I˾-ui% _RSt{FKO])J3|m5x2$"#,E[/T>  B M~x75AȡHk# +h%|5 +9,DG(h!(̠|J2] [z<ޖ.w.o;GɒMe OVN7V~6ʽuGK{זR =#*c 2ڋ'NH!H kgjc*ЖAK +etQ:cX'?PBmnLCq-11 BL\bech? K2;S?s=<{y۰x5s[VhGRtn]NJ xَIkNш͘b ZUNud"|W6Cs<[M[Hi>igBzc_fX|o:.GC7 +DKj8~Q[fjZ:^f1㵥O .O,ODj+bBWЪ` {o)1sseST/91ֺګ\0V;z=e>㎘PAzyjZUnpm0tyEfI8 ,!ZiyJ/W6 l;щVQ]̑~&S,/S[fA]v}<{rj7ҒX>kaƓz_,i]Sʬ1N2[ :WfbӒ#*}~qcz;FF /Mni}u}y $xCr z2>YD'Cy:nw vܢ(O(%4O)|唑r2t=q +q<9$_)CN +Ӕ侢YBv?)_9izSҠ 6%LU3(poQ39#u +35D!<@Qk/QX<4_N>@C"7#|JuG) 2J(kfG*#]S + C' ~M!b.¨a~rqG/I"A5i<3:!7&):%(pv2%wςuu3>Qpi@WmLn.YxC Cf}vS\ϙxRʣy2.XӈGQV3GtGчwU.8 VTTr}O-Ǿzi++`iei@Fy\- ++C*_&2t9U) J揉,({|'\Я8 v{ɰ_2HKtc쮁_IxHR\er&ːj@ !U-И&؃d㳚,B2MOq o׈{ĎL]:zc{G{:@Q俋FM{hvPn +`?om>f/08avJ1a&yU^ b$fKY9zLfEzYT(^ +endstream +endobj +339 0 obj +<< +/BaseFont /RFJHAL+Wingdings-Regular +/CIDSystemInfo 1310 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1311 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +340 0 obj +<< +/Filter /FlateDecode +/Length 2401 +/Subtype /Type1C +>> +stream +H|TyPgfntu08@95JAT]Ea`F@a8F(*rDE k<kuˬU*oVmZVW}~{Ǭ0ZVmQMgIf7SfY4EeOm[xɨI; +_J'd^>>,sT{<+=CĪԩ*uL"ΝOJ!y"]Xt^HP!q|:&Nǫ,qV2m)J'|LJLP+[RJ>NpfcaN8Öb-DZ@`! +[a1,uL"EEK'>ɒaMt5\8#[Pn* g"mCO Y<  -Cp\O<(0!%)3=#s &Ka!Wwp-7Q\L&CZpR:>7/D ֩" +v1h'` ws^^ 55 ډ֢٨y7jp*,>A2Zu _)̉|?|ͬ;TAK*kM `B< h6 +8 iLZE#+憏q{s0*s +"$5փ OX/TFQ|dq-jwyxL0ixg'v /  L-X2?x wXN7dϩvH㔁l!xlk]l= _ llEVtğ蔶5?'qCtX/==Ik۟(U&kBd="M2$v-$|M ӆ~)` Zx*gہHq}ǭhM;LUhf(rR>#k诹Ŗ߱b^!tPȦҘdK8Ih>x;^.L;{~땾SZ W%&A[]ׯnŭ6NN\bvF 3'#hTn 3OncB7S!1tik"21xsRI#T6+3䳉zUZ<і=-)rXX$]3k|ERHVi3r䏜<qOa3`]ద z3T]%XS|Zm= jOER/OMg/Wԣ2`ьR%SEmf#{h)`39>΄yYGSobڞ uvBh WmmOg$ O(&J(N{;G}vRfMB[RTR HRxaQ Z Ȁkd5dEIuY[_q\ʡ:n8: u0[kcf$#$N| h"ٛuuϓ;iy||Ddbp*_-gtd#)])t%'*-Nu1 ajzI`B!'*2-=LP a6mJuL5P~l$[f#V;-BҰ0G=ro6N)Oz40zGoNa#51"h5A7#l:r/k-$ Xa*gv3Cg$FmOm( ǎK%KXӞ6OwJ>h1ɪcJbew H5GU*)-2018AbNH%[aԃ-~ Q)Z{1}+kK:lBs6U_5 VAʀϹ8Pizyy|e^Ko&vDp'N@@Zmqy}x`}!% ;&vwpCIGQZebhcVewHT~|svtuvy,ɝücT^qqgrPq&f̗x.fؗ b_  +H  u +endstream +endobj +341 0 obj +<< +/Filter /FlateDecode +/Length 411 +/Subtype /Type1C +>> +stream +Hbd`ab`dd +rv +v,LL (uIf!CG> +Y~Bs!&F[ϝ 3J --t@ 4Q0200& +)I +% +yEE%)z +99 +`#RS@(d+fd)$%3RSJSRsA2H4> +stream +H|TkPWfw3DݭlH,y!jjycQpAc`,yEWňXDy(*3F)iv{Ω}_>☽kRȈu[xU6,VdyW8K[\\]HO>$'W8?]zآr |?1-'E%S+qQ٩9\H6feqyJPil׎8eP*N.+*EVL.VHqlN6y<;mV)y^x(W})a±w0Ol=`&,"(,ۂbX%un`~ nK`7'*ߴNBÅ>Q=_TM@08. ġo`K %b _j!"يkc} /} ojbnς qי +:<觬%ZzO&bfݑ_ 6Xe>!}Ok`.辋]tpތCnfE"dFW9U KmS07E}.pUBeQSN߾ֳ2Мغ.TCqFW96cesǯ|aDVLSd駼jX0K|U|'yYlosYߔy\Sydk7] )eaI^/A8쵊` 'q~g Bti)^?Tߒz'6cx7 Yv'C@Yy +򧔖vj $_cLeNmdn$-8[4rQ 1q#(mCT]y&$55ޭ8w9?XrC(H' Mm9@gmih%^pұ!`Õ3 5,. )>rq9~%bٶʊqTPېE)`SҴ["dѥ Ycf +VvY |&B |k9֐H 23m2H+KѦQɠ]B=ibxRR$&+is,5ߍ?}M֗jeF͐YPf]`"Z'oZL7>bE0ֹ9#\{痨tpݏ 9j) R_-0AҊ!: vWh +))*.r$f!٦n^HؠQ +< !kzdvl5d:# a,6 z#s>z=E禡C]ѻ2g3B6AG茢CvݕVToqQO!#sˆ7q̊"Td=P |G=_"EI_]u FxLhP@?3JqYj,\Fu {n5,u4\_N9"s6/d$>υGm!& /HL7 q[ T!|؟GUJ&Ve%?4*Wm$BQmeҾDC*/4hF s:ecV'koW"Y +endstream +endobj +343 0 obj +<< +/Filter /FlateDecode +/Length 1752 +/Subtype /Type1C +>> +stream +H|T}TW2AC3tfADgP,+6@&A,HR.$Xe?|E붸`=V-ua=g_ѿvΙ{yy$> IR5:)zŖ"ZLiW%v+*,)E?OzG { IyH7xwnAXeڕBhHHȜ ,T7v노l@ST !JRJ]Ϝ^P y*\5ޯS)NTVv ZWn)%KHW$"_hdk7*}PplҶ!(U9~Hb)@"5D8MDOl!D"N,ι-!7­kw{yKޔvIljj + mdrf?Rsk؀O2 +<;D4O/YՋS[/=O9HGz o6:r2^_d!h<h5( +k<lӐ06K\4B4M.h8d_XZ!Eja b ,5ynŤC'e4VMgx%rbA]`fQa{՜U~w H)5Q#N4(vu6iZz0TiKWlc7nLȯ?9]Ȉp9^Np1`W95373q_ aEc&rqLJge>R7!b(C^JoJBhĶ~WtaNMxƤ׃WLl\D1OQȆx㻹G%guΔ]|m"r 3]QWc|sB+g%LW lUԔW̹Xhƚ&,<| +a ;&A%5؎HB"X8B;wpEdUle{a5?]w=ʨitOr%P?>l?z;ºwXEZ:Wdˍq.@`$ |k6y+`J%2q[ n<Ţ^7/>yoSPK~XtDI +;ÍWzO(Rm[ :.+WqٻwxӞwzN^ngZkӐg"eH- 'T~=wyt';Ԓã|R ɯ(s={ ^\?Xb*W&,f 7:@@$BYp 6 ZFhuYqqߞF7gxqIse+N, x¦E~}'\mulés׎ģ6_6\Tk{Ďu<:qȫ5{ +8CT\a>7}wldfJWSLW嗒(š$s#<@  J +X&JVޣӲ?|jكabΑo=#S[`@j6pu8]I7ڜjCg!emԭyzbNVMIʞiMX b|40lI;6!aQ/PK$%*iʶS*R澲@@#]%.|ܻ +}}+G +8:〠9Cp皳2=z.\^ '==!{X_m_ +endstream +endobj +344 0 obj +<< +/Filter /FlateDecode +/Length 529 +/Subtype /Type1C +>> +stream +H|AhAw쮵!ōJ:H=T4BK -(Xi "VI56 B0 VK`ڛx"z~NƋ'/?y$PO"3=xl骖̡ 3Ma֋i?;Pvi݅E_ z:AF- ͜'8]R#kZEREp"ǭ +[&V36&H,[DÎjZ%`?n` Gi5mڰbdcĎ '3"cX#9A@B t#д~*UC|U?4R͊kD#crSk.KMܣ ,zC>ZQv_׷l.w}/⛥F)`*F?뇶>̒<ǺB []9KKKӭ퍝L$}Wr!e(Tw*km> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +347 0 obj +<< +/Filter /FlateDecode +/Length 236 +>> +stream +H\j0 ~ +Cvhv,8(!o?-L` $Oݹ >|h{0EpAp{U;$$d0F5L^\p/Nd3 +<ͤdc_Zoflt$cLPhт~hOon0oCB?=sR +٨Zq*佧UaЮDޣ*v|RLTyW\yq +endstream +endobj +348 0 obj +<< +/Filter /FlateDecode +/Length 13533 +/Length1 20913 +>> +stream +HVkXT~9,,*<ˊUzP 7MP1{%شHmb!6&QiLcZMk<54m +v<}ٙ7μēP2<5#,-7=9Uֵ7S2et݊eچ{C#ol_*Bp>W–q1 ]_iibyq}DS_XSswK[%E@Q-{[%W[6Eluq=+jo\6WṔ.w4˯X[>$GP|Ah)p\~ +~Kʅ{OWA7U1b2s}ndk>tXDdT)&6njH8*)jgd36;'w SN>xfIiYyŬU9selX_?SWUuͿu_e͜q[)7&O鋼0N߀욋PondTDsD?@-c|.)A%Ĉ30&{2rrh$B(ҩLݴ#]%I2JIjzu3mpг؊gIP0eTCM޾/}qjy>#4e;G^>e]YsMgP`?#55AFBLa@$xeLA,0q F QHB2" @&F# c0yxLD1G'A(@!oa*a:f3QRJF\<ZԡXtI7у-xw[{ml3v؅`7E/> XFԆ5hjQ"ckd縅XEOj'i mu6B 4*i.ͦyTEE Ji:q*h&͢ +"? +$_BFj`62R-3_Of! QSR-vZLK::i MlH9Gq4Ɠo44BN*|J4 +i4Xʠ,J1xYeXW 9o"t?hkb~>j-_'pcZV2BgzSi:qu6S>'ւUL-C˽/ix@W+:O %T+˚+d!C!ޑz]Fi\2T)I OD/5bBDHa2~O{I;hj8/1=HO23.<^^dnN3GW +sp.[H߃E4ꝷ>eOQ/4S\.]h,Z.,iMv15D_OԣYtrk`*Qgq3Mݖbiv +AT* 0ȥ|M'|a 鰦C!+]Mh_=?|3 G.bD=wIH~LaF8<.6X_*zA?fyy))4j,afNLoʔ̜2/N^r tzcEOŤ⁛V +:'uPl'΁k;pej?lWypCڕVdYK>JuZc'\`c.(a8 qL (B +JL I\IIc2Civ(o%t?t}5 [[Aǀ )$@ q@ Bȵy{&*EPw{-Zr\٤F `q4F6#)"@ % ḅ~8~meYJctgB)8Fgߺa;ۭ G愎6ꓝP@2 cpԙ۾viңYGf`CZ. 0?h%H܁Fjƾ$K A}r`5*L8Q% 0[yqGm4+ #ΜƠ 61=3MYzBPl +|9ģ11<`o{W݊+J_`7vMyΌNOi5)Ҏ;b9$X?1EwEHF4;ݼY]OW?/hM.9|o?T?*o?[d&'e :^" #ĹHVm&͚LhX<5Etsf,^0sqOKêgV/̰$_cΤ^vэY\ŽSa\"ܼ xYb^ۖ؛Knz(1TW(C4e +∛2L¾X,tnhs[EdgU݆/:?T9_ٹ~va,`^z/_Tᅎ[&.>;*}ZrPz(wr}`wgIg!G?RZ;~y\V̕I{_ni]9ݹmV :#Gܸ'*,B<-eCu^@|Y6b%F+dDKeH)9!%4HԎϑʱ/m=͉Cp腧ߎ5vo, f2J qc[67ﯛd_ TB62Ed(՘&e|,"T%*+wiʥV2}@)- ^: B@1426$SبKEir_s|]9[]92exSK4]FP|Xf8l]ǜYGv5ZwZTmJIr,$P 0\.%.yl#;ojz˦lf7lWZZ}`dž[m>(i޽G5W54ev(w6HFSV:)?5>sי< ;tH5bn_p$?|蜁h< +@D̩*ɒ~[̐k~Sm}7\sP9&=vx_yUk饞Q_'S۽c5m} trEQ)G'@WXWQAF/&t&&YnjMin}L5ljf< tVĂ# O*}VZj|S[SEP}& M4GtOQ‰ʈ]v~QD飑ROn=SM|aZTD0\`E0$H:_8E\{(/T1vnfZ0{_]۲NQWs{rUg~O$ѱ;m!Z:=,G{e/]vYn+ 9,{#"huդ!5EA%U֘K\Zhmmm&fjqt&i*x(9Ǐ}y絛r MGsT=G%DY^f(jkxLl!:/ +^*Δk6)ƌzF`:YUŸO P[&4 + ƨ7߶r|k~iಳE[}R,s+־vbCv= WVrhSDZI0ՀwݷL/l]X029BeSDa &h!e,4g6@qq;s)KMG<B4Lg4K=k•r- +mmaYwdit)d=<,- o v_~cxQMh":o>øXi6W3RhkPX63>k M ;rɺCDqf $B #9s~`~9$׺mQQ$ #zc[ى2T|4Zrx# hSĐj Ae'x1w|+)4w{(#*k\(4r $K~l%[[wcΗ%|:'ݠ;WUGD"ƃJp):f/2xDatܣ)<AmIM; +O, ϟhgT47? HaxNNc sU\\,b;.3NrC:TW7p4~ctaê@9׻&D~z콬*E y.z"U+FtB8S#Mi5|25> 8S*MQ*+D8Bw~+P09\|KG.WS'02I}{gu>j#; ~m.v%Z*6 [Y;=bzL4 oba2@%V) +>}Az'Ѣ/},m[ t5x 5}~A>yv޾KoFҹΣW< EbY8wBC qrqEwX\|+ yށTu=+;y=Vkȥ):Om{r۲wA_zQF?*Y>-OF*"dr40`7q >{fZ(hѸ'UB?"&ӌKa7-"&(EI Y?:/`wzpdͣeBzF}8l*ybŇ/3]Bs[.f]%jkLN}y]}==H?w<3s5U- +ijUq7PP0W3ئ3z}^sۉyI$&$e)@C )%%(tJiV +H*PҲ+P mSˣ4M*6lҦ1AvY,uNɂ;kjU5['x}-G"cSuC1kŁ̦7?R;šK{tTLLfpwIl6á*RT]6aͻ$U"Um$EF >`rzDp!rHQ v>/-.Er +2Ph|p:CKW}Ǟy5h7_~z'>~/lgcw6i)%VM47tӕZ}';O,ڇ'FO< RH3zPlKWXfJQ!:b’b1(24P(ӺhT??0Uk@]Oޑ35IU9n+333Cp^jE `m]G&9>8͑fBG:#J]4 ŀ<wP,FS +$LL?~?x}0 a-[gZ2;޺ב娙׽r_{/u3uѓOUǏM`<bR!+@3BWb0Z yVj.1*&U!M D)\8C0Jq}JTAY/sw2U1_M О.ƌW[8ɢ bEjAg}KCFk4 8lt,`q]XZt{xt}kf'?R~T0CeORʗce8hjZn3$+5U:B4ii \YE}oPUAGl+h2ULRזZsW4aF6ߥE +QT[1ƭ☴&V2 &y-d#e e AEꡄp܏X7hi9qCTqtfVphD*Z@{ܸ{MZ߶{N;$\ in`itKbn%\"~2~vjocso_D @{נ2G ՉH"_e4Ϫl]T-u`6_̈ bW!JP2%D2|&GSxZ6|9Ty)0A!J뱬|Kęފ\;-E5#sM C2V1<]5oLw=h8lZIOvdG^N#xA3 D1gX(2|"rɼvFZJViXZzU^j3k~ֶSɎ%}gۜC3_ umIr pyf%' +I jH'BMJ +0qfPG(҉ /}! +Lon+TϬj/V)?ik럻[_{٘COnk= \ŭoxCKpiŇk}Ts.k!r3Xp0E%fBECRГAڋW91|aJՅ) :  Y$EGn-Ϝ{=NlvOnN !8nr!PJ(dRRJ[(Bʀ΃%tmGPv-ڦM1 M؏JL*T +BQ(~sI^D1 q.ݗ.\!i\L=1 {rb eI,b=bX/x''=yfK` j?t׉f p;[o^ !<5[1ճyWguHiӋ\O-ֳ;7 (~[:Cį&|n”;Sgz&dxWEeʁz +8,D%.oUSir*&4V5Ge(`9[Y?rIy& +*Ŝ~X괽Ye׾^ QkT{ 6g?0Ny:NO=Aga,nt2: QyJ Ec2\ +PC\Ҋڵnag`1)DZ {U~mWbS1;!n3kEhoohtP{>Hnfr9\YLȬpyt{ ,:g4{^2 V8q?_DۼF~x6ySk_7woNj{kխzL@iN3Y*4LGuttP\:Tk՞GoJ -ٺ4BG"YՃ?90D3w9\xP/OIXY;MK(|( +i"[#=(_Ӳi0G!v߯n*uC|h͝PQ$7k+ +la+9t4d8v&i0y͉_Fc=OtdMov[_?? |ICLM~ yr ;p 3 +T*LŻCS\lP*dTifQB)QK$pd.HkL:!SφQL J$b㏜jg?di[uH{QԄ3Z1{J-RCnLBc$vT(iX5K))hGB vR61vdpl"RTmHkBiK,wEa[x qys𽎣ݕOnHF=jI^:iGkD?asfU*{ 3~LMQlZN?tXƐ(XZm +UZeoL#8$!aClrkx#ct7=]sGpD/sawCVjNV1`,JDs4$U'"ZpK-V+IMQTh$"DwlZXD'䥋N4k,@7mxg*e3+?=9R=sjYi]󾮑͝:nSOTo/JOu;lIm[κ(vl XҘ`{unءaT+mFiW * ?8UK>Vw6U,;9)}b\7S_^R몍w]NƋfqԷ/yZ\ײSXrqg?KW{lSν͍r؎8 vF!Q#e*Q 1Z-{D +!Qb +!m$؆ЄF[G;!pνNNVsu}o>'Y0KJbE +}n\$P*Xxe3+@XU-r?BwQH%N% +l{Z"^-, +g[t3Cy=ljN7Cjzk6(CF6r%D35n'e̘(QIt  +-{&XF#ΊdxF88kWΜ&r^Q5|~C /SR3, /Ο^t dPESsej^98Bx#}oYumM CuxsTgex kg9mEA$(yrr)l.+#Y Í!"sS6;ag SGzSnelôH.JIAb|gy p)BX6vX%e^5k(ՂwCT+\GG+&܆M5,tg7 +BCbObӠ5Ԫ7z4B|&5b~:lHIC +K(8yc!7k0* yꄃ~*~A jaP/Za"4o"w[cN'A.^& Vc ^:dA%c#OWv߬Ezk6iߞFZ6&7Es}ד)|*z;_▃ W+g(Q3S}5W@# V zЋx>?A0 +J:FɧYҋ:M_E>_{ڦ3MU9 IW8Yp3EYE $b8RFD, +jAlK"~/wʡ׎}p-UL#rYobT]DJ"QQTjDayQN= +c/1Gf—2̸'ghO*p*wc3\:/R8//28w:kIfm<3,/bY^ߟe?\O^Y=#\au7}^MsRNZIm6&ZD]%kT?OxnެHM5X_7( EQ:|Ql +-׮ +endstream +endobj +349 0 obj +<< +/Filter /FlateDecode +/Length 3456 +/Subtype /Type1C +>> +stream +H|UkPY&IHl4v7 + (H A^^2[Q`x(*;EYO3?:u9~ui`8 K˽{uUZN<(KiUsR!@"tM{F9$N ?{I_Mߓ^fkgeUVеl`6E竳lXNVթi+,vBz`!Vg՚=jNTil.Z5?XMc[s4V.6YUNJE;c%U[Ө+VU4n 0G cyR [a>ǂl1aX-S)(L^B\_eo3a`wahV:xY)Xf$]5P[}0#P' o ):"?MaĂ8lD r^oUF&ۿNK St!FhE _" !/N8LFgBEOǟL~O~We5 ޤwddr g.~/0pw GEB7?Ih)"ӷeo?B>R.eMvGAFR̾$&}@Hߎ>OTG(Ûks>(>zWqpzgX\7qbdinHfA'Ycܵ3}MW]ĪZf!\bށRO#BtS@eD)Ë#Oe3H&*8Qw0=;6S%%զ}̱?(Cσh B` D8"r_M%DŽlL6+mvy"Z ?~b>aRk3诈# ;|tMN{[Fҭ'Zzo%3~+\CA^p$FuU"#L.!UqjPH_A˨&kvt ߒx6 Ai}&mK_ɳ|/(H/k=|Wr!sLO+ QW$i閝ojBKJy s@x R/f[޴?}"‘H>SZ&dkFQ1ɜmW]hΓknf +2hr55涹eJp duAkH6l> ˝7/3ݰ@TUmP" +BQ +򁯟߭;H``e|! * N0~|I 4>a2dd /oB$i@eY4ah.i9VoiQe‘))1;طЊ-% aSbəj+wNr(ợhչPX! ~08m^?kazώMf%v=;CR "'ޡ3VjK+=| ux?/f0/%gQCᆻcӽk=(Vc3ƺ1yvY|&IHK7f?D\ {S`.}L풵7L(F1)ΟBW"V^!drySS +-b`V1lp&fS mܬ"DbQCș!^]A!}jFL7~xb7}OI $˪Ltnvom8q1#yow8Pj-~Ư闐,8rqG(~ +_AޖuEv"A[˘ ɧ 闑&){Kjm$ΩU9 +WҾAi |C')qt0T1%[c%lswιM{ ?V:7PS.gA!Af=SK#hE!mbr}1afB }δLIR.|b WyQa2le:xַ2̬Qkdb |0x|)TAZ}[!FQ"ю߃a=}_Qӟ'QC K|2pm0u2L<߰ɠrQtM`mxX[ң-!ь7 F>El+d/Ё3S=} 'p8)ItZ"?eb98ƺ*ӝÂBxA>pnX>X~nhIVS4}pSZ d48H5b k#g7dөs@B#y&>-'(nZDSԑ^3L,6Z71~z53]B}] ".HHO-$hO?ځB؆kpܼO%~ОO&δLa ,CM MDnH +K %@1y;KN\!,&3n='=̄ش^c.a7Ru,E\LB9i5֙jZg8rY_acZKR*PBt?/B S)aL|\oB aNmKl_uQlQu0"i$y2j85^\-](KI omfĈ@ zP @{ʙ%AH:ȰFEwrh1|RkJ3):`=)QWY^*ǂ +9& BRDԀ&O瓽*~H7R~Q#8=knQڤer-c yee" +Vip{)!Wi|rk㠔 ɰ.{p{ϚGW*Kh#VYfUhT|*pVZv+R3V[a fL[i_o +|Z|}_q' +endstream +endobj +350 0 obj +<< +/Filter /FlateDecode +/Length 530 +/Subtype /Type1C +>> +stream +H|OLAwHS5S&(ZIK )jDѥ; fw@<& $aQ`Mbk,h٪K8q6q]Ϳ?†^8cx6Ѱk)]l?6Lu+SL6X+9qra]&H!t\aj!O{jjUKSX]c}i9C{,w?q"0c-}A|jkXWs~kc;RF> a" +FM=qQTAfi@dQEͦotɏeBqFsZ<rez)Tw*{g\hKluvn#p x +endstream +endobj +351 0 obj +<< +/Filter /FlateDecode +/Length 3396 +/Subtype /Type1C +>> +stream +H|TkTWfnӻ3DQ0D F J0"CōƁA^UAY  *#"/tuc5^rv9uWunWu.`8ݰf7jmU Q +X\c*|0[7opwwk?x%f}=cbŻxRww'i2N3EZ틋WEɽwhccxA:*J>"NUũƷ8JVi +kUJyVTE+1Ӟ;O*f\%ޭFA1Nح\"F;^Q9,Yi_JLT0\1Ka p>°1l 9K5f/V {m0%G<69K7&%D+9*)`{xnӗB$iN'RP~#3k-fΙs;Kg1ͺ(d$Yn:I΃d:N.IFaX"2L:œq-{=|bT۹E?o>}Z֮LѺ.8.KcԖK/ދ7?jlOLxXz/j"|CQ#_m>Vzy28t4'"X|t1݃< kQЕ)g"n"/ +i ]I3)(?_X=7k5!Znp^#*.;ĂUw?Udױ;jyiv8 [oKzF J?$:$N&x']MR2q^5Z FT#p!e({-g 0_PL rY5uy̅HtuG$sz~>}W+o.o$,kTp-/J]S{Fg&<u}sYUt{DָVv`}feײ[T.U[8'ސ-\LlWø,8zxUaZdW+o>[t;+_tthZr}F0Qc_tXX@q1,V8=v5(HKx< %?ݝG!ի  :OYShu`1'XS]kd"dղrLnu\_S+ojN ^@)fJ>Ou/W`8zm@ +EnbMcr)sHq +Ў6;!N<:C]Ԛ-WɎ ð}uݝݎhoC6Fħy*y*UO\ˍ5Q I 3DEr,~-'qk:k/^xCh=AZKfpNk&k&pA}s\{ɻye6$-Bkzbv{>O[P}_389Dޑ{ǔFϚ$B$Uo1c6jpѵ`-7(T_͐y9f(*./헅0Zl=K(Fa$[\ݗ@}N1L`btR;ٜh\j0l,8C73jWdD=q̭C䴔ƆLZ &]% QI-t=TʪF;ilJe<&0Vcqq*iu# NY+e}T8. ?b>2?CJ-2GK(30a\rQ T&'k]uDYmVZ6AXae pOWF.]:K̀Majb!x-՗ iQEu:B3?N("P;?59JBK3W͑FCqDW=E%˒g77F݄bob#,8ZxT:Ϣւ.Mz XoeYa,ݭ}Zuo? if +endstream +endobj +352 0 obj +[368 0 R] +endobj +353 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +354 0 obj +<< +/Filter /FlateDecode +/Length 365 +>> +stream +H\n0E|""!N$TDbчJRb,C}g0ُ"?(Ψxif|jɧf?hɏfXWhFї +0k +endstream +endobj +355 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +356 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +357 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/D/F/L/N/R/T/U/a/b/e/f/g/h/k/l/m/nine/o/one/r/space/two/v/w/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 1312 0 R +/FontName /BYALPR+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +358 0 obj +<< +/Filter /FlateDecode +/Length 318 +>> +stream +H\j0 l/J4N!-b[c"o?*̐_ȿ>fX zwjp~0<ݜB:w֊:/8֦DQ@Ayq+lVDoN6_UY#b(KS־#BdZS~Xin|! Qٶ +]k(V ŅV)e]['_c +S s\y>340bf^eLS sιeΜ{>0<{' 3=ȹsM +ބk45xxnΑa_`1};Y į8ݙ +endstream +endobj +359 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4615) +/S /GoTo +>> +endobj +360 0 obj +<< +/Filter /FlateDecode +/Length 2848 +/Subtype /Type1C +>> +stream +H|T{Tg!$Z JԌEt-XjWd (S4LB/k U|TK%C"i}PA Pb!T۵Oywgq~9=hBa"wx$9E>ϛGيys+[9EhF%jIږNIVj9bEBbBPsNs||BQp*vN*_)ZuKUHvX~P +UBR%ZVQ&)(ɣQ%%i*N=?tCF +XPrq 0_'ltB^ Ă,ۍx<7̢imoUΈXAhH/.J<$^28fӘc tЙ/) ( JxA"jѣgX( 94):"EnOXt P姚?yWp +²b%R)h¿]F®&4)~_<*&sg*W;NKoV6~jOm_ Cl͓O__' `.z\u_|Sŧ^1h>mR _HkktpZ`8*p•7䓽M1ճ*L9v훬;aK]֌SLrC/nϮUEU_.vW$rkO aկ ijsŭ{2=`Z vKXnl;Q[wP /gGshqfe?mo?ƘH?ޔ̶ː_DfF:b`ێHNw?[ez.F2ܙp~CX3!!\gnG s +S0[43+ A>ֿaCr*_؈7x.*/5.k=DK`7^^9V4;#*Bh4F3{g>TJ.V*)a7mj^D^h~yX䚉UnfMfے /ArjF>Vjt3DYVLr0)3NW <9]{w)Sf&JSJm9IIRv<՟Y#^CZ yhx-%40ȶ4ФˣZָDʣ;L%r'oeMY\ ۍf9f32 2b5k4"ֿ փ.nZWeriPF+0GVQdHKXd>,r,:nG~f +MN/6$n ^Dw^9ˆ{Riiie;֖U= +TV!au=qݥufIS˗_1qD&MkȆ[Vӕ=q樾:Q& +k"I[lFDR6BDK>+=-W? $_#QGpx>JK*urSEq)QioNm +iB\ben~S Xt +)ODnޑd3uIٓ|$jD@l{13yב뭲vT^tRKzבF1Z6&,Z> - +? Kϥ{AѬf;OWh +OII}ϙ˞¸wH]V`*ݲGNu_$ c-z\p*GQ{Ѥ1VnJLl5,א0gS4ӆ;}""V&deMR7-gFeٜJN.377u^sۼo$+P!] +ʊ>gkoѷS3֦M3jV̡mH>:cKnLjۊ݋lW}*yZCݵQiB ,4 +$&^Rr> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +363 0 obj +<< +/Filter /FlateDecode +/Length 339 +>> +stream +H\ϊ0yC՚P<=;)]؀2L>ծeF,xnT̏S"ffj׍(d: +k w7L?0VСK_d6~^6xi<،-L5ZwQlq*8>8ڙ6"7䊹">3]dܐSysLN1yƜ!+Q8FQbE:*gΉ5&f}E}*N'bȳ0c +͵4Gu5Gclڣ;>|CħA<_,į* +endstream +endobj +364 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +365 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +366 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +367 0 obj +<< +/Filter /FlateDecode +/Length 11804 +/Length1 16196 +>> +stream +HV{TG|ߗ@"A iBH((%TP(hE-ZZjַhVnv{Nnvxzz|tDu;sg>0+!`)YFOst%ŅMF@!^r]F=Shy խ]j`SS@f$eCCtolm{!f| +IPڃ.`4i50v$7.4^oѸ47-n6cv}~Zo}*ƣ?F|i7g73zyx$kѤ J +* 0H=(8D # 5b,ԴLQYnjqO8iӦ(.)YV^1kOTzغ}g{>8zϞ? }|+\:-돬Yxm u~VSW7F 솺oٿ`Iˢƅ˥hPRum77c{v{{d~nȿGECqЁaml8͘e<0NVj6=vl?#LvQ%T@ Fi": +C8 `D" + %&L 1 HD!)HEґ#(da4`,)ȅ nC100S0(Df%(L٘x +7ІeXvx",V90vҎ.:e xk؈ױ o`+a;v`'[؅x{zb=AE088889LJ[|W)3\u|/;|XS$ZҧpDЌZPg>bD +6 e %o4;Edff,w-H] 'Ia,Io]LXJ6Q(?RΔRPn哮vZ2T/m%7+Qwb&Uy'l2  ^;j +5*N=l;g>+/Y#n&{ȃ+ x[^@6aruZMH uP`JD3X(Ʈ.fj.nTfU'cDL,[+͚D2OY*fW/\|cFemkzή2^˧:b1^Vydd=̜bbIyJ)Εs;~60f'>#diWY`v1..3MȢ!|%1sQrY2] 27dubj̫gQ8"#|hB,3+,.>}6+Mn27 6kzf͑6p_|T; +5b.J.nhnAB4$&m<}nnO.I<}嫇*n*ԁ!Fba~Tpl0 aR+ͱ9 Aæzm[؉}MaZə3Wڗ_>{‡^GBеjE&dda@+- /)M_S\rΡmI{{{u^uZOg:g58$M&\e|6sd: |gutd}sw/emPO>;s/&: +&V r:Iiw汜~sFS+(L\?qH0Z,EilK{J1,9&P#*IJ5S0KT@)-G O&O<#"ۙB'}LGX R!f*jR}c=F:M.7TK~j'y7f]m̺V|s|?b*SUuF LC@ d5TzEILͰ02ɮoU~pV1I +(Vؤ]IP̐C2>ʆ!m +NBm8F!{zљt(!]'vYȀRҍ+BxJHC~ IrgFK…6{~*0g,Z3i,xKv?4V:4,XS> :gĝLOj_'>? +VfFU 䁍́fq~QMmLV8Z)& +P4)h0I"iG:e5:eW^}f߾2dkGƊcy֟usm?=gMAP gSߛB. gelќ"PVH* Ʃk"6,zVJx''i#&AɴބRNy_p\"evfK7O8yp5w\{ڗt͈ Ɏ}SѓkBrdzbnB~oH7 M\R*T FKgV h  [GS5QCV ">ߚN%+Z`ێ+C[:?[ymב;LbGP +]K3Å=UjP>{oؾv&&H^zh}g \ض9BXGݍboLZQcRV4 G|ZTt\qV% +tZ4a\XL'Ŏjnįܶ5+>T7 ȤtI 7%֌ 㗮Oi.1?"2PU竾L)afB %bVZqdK()>]v,Z$0╀&ʌ(_BNKVeih]4t6Sp r|{TH3ǯbIO_`+Py=/&0E}|wm6gEOs'I_<0uFnTlu[4 Չ$a= 9 m9Cgjvw)@LLO/`G$FBiH<@lͼ2u*M2etv̍_tjut6t3<}Ozi|iqGcGf|Hrf1@YR3j-o92*QѴt~ɠVdΩ]VUـ)s!\I?V04SZ6*_L4z- w.Ok$UyJn@ҙc W#G,ի>_ͭrFo}E6ih񕉃Cz$_Mz rU1hEgIK T"_W>h.$Ix 7cJ PsAa@=rO3#y "7 gB0xP-4rbLK{秫W'G'?6U9?ANh]Zkvń:@wxa <Ԃ~Ucᔌ/r/Hm=ݵ\evLE2Wu{Sq{Q͎kbX^-6hv- `9R(9k 5޵Glk`kIvFb,)H}J*C6d:ʞpQ5)_FdC6Xhh@*[BJ +YÜ[mWBiaRH|yOEuQZ؀deB ʆ­ +Xya24Sk DZ؉v['9!8v[.ܒt:ѭVK7@iS˴JLe iҦmꏪk{c'Н_}}(TlmK4B٬,uיZx\Ϲy[07*g +: s0UWˆq. + N$|ErFFD$w7QC,qvFĄ,TrEGr,Svuǁ +ow&zmdp w&\fԵp/,t*Ұ-Dgf7%Bgާع% `QlɯSe(u z0HK (ǹVKYF r ݞ200X'x:ԹCHuw UTHL7£* $V+GZq\bԏt$+V@̩Dw傅pX!j鱔;y9)sk Odp*n)S8?; +Yo,-d>HkeP)؅K6+-rGp|?ma{y7oED[([ a7z&2dB'U&^+ZXC  + 8WAc%PHU)Z+hP =>tG/ZD҉PMy{"h_3*RS .k$>d)_) +XOO9Թ}iSHz +kf!ky/Nâa ꢡ嵨{o0;5B@G7y!Ŝ i^XA4ol_E?kW%wN28?B4蹿_NE-³_畿rjwUeY@q1ls EcVEW4*KUI|.:f! N\,4a{D XJ'%2 nU_}"̯~R qzwm?άjUdzĢ.: Oj4-uԆ'Vͷ Pj`> vA=5 j(=ά+-1#q,zk@ KjV3 ߵm("b b# ZoKVE2VtugC90 ^~a"uR`XLH"|Y )ܸoH=N*?-[nR +N>]PvbV^w鴞e$}G:f4_D}grn@- m"!hhPӆ..})2,749> B񷩁lPX:$<07Q}q{Y7ߜSzi鉍WMlxfBgЭ==QgxZBO֔&inhGdv%I=?d1~|řs#7 eK#AH)hMF܊[t`BE^Y waWa zw5 *p"RDOm^Bk.e_2-dWOa!rVɯ5d:XfGl֟OH$h}w Ow.p~B!B.1,\`T]dAQ59lWOAT:˖U9d]n?!Z4/pd.QͲQk'CՅZM4UPKwsDqiQsie~U.yL#6ʧ~`To4/O4#L>u r) |dcbAPr #Lyڭm˖@4Fá-UEjgc?=2uxe-v/&۞:nJ74THgki]3m=K?ڸ'wЕG>UFZf<G|$>x5UB|m`+O+OI!B"e*.jMڠ"-F$A(#I@d5,|N!)9d M{(~ARj8؇Tb> [&"Ae {vtg4;m GZ`R]|ON~,' +hchKCkZhp=j p{hXh9rF[>Rh+%RFnLJ Kd FO\WVӇihR9 E9Ֆa5^Yo % xsɃװ~}?/YAa#k؏о<&rOPB-Du -8Q#" +n. k*V ;-NӰF'ѳɡC_4dpfL<טe'[MӋ'Yi*S۩1GAZAk%AV6`SD5Z6 `*/8OAV_t,Y៲Zvg7I*Z&'j52gkb#srԖw"OpH#]11ċۍh-z@QKkVKzgO>~V<(_7 &B(9C(rDUI.@mc ‹Is=<۸;(PzB^08rxzS[LJkoͿ2?<hm +}'G7=WYs' +s#<ɛ~x~KEV݂.NMs19S'HK ц(Ѐ >C +u5WQ06@lRk'p8s_/5 ϾvSCJ,^z̾qۿζf ,RI["!Gc%Fi)dFP}Аj(B\]ˣNj>-A 4鍺pi'G*# LL@;)hJqS/ m_:[\qN6i_:rO b6 Y__1w*S/gN|Ծ)/w r? Ӄ5z4Ѭ/&yEゴgn;9m`@:=K|{Jᾦ/tIM򸋇ɠ=h̋M H_qֱ 0M~rKEVf+T_B]l+÷x)St!BOWc [lC)~f6 xNg+9@#zt5nfIEM9*o>a"rQȒ>;^vSKwYMg{7f}SB>S R9j&OTCzyrp7FⴔUF ;LZA#ʉdl\Ĥq:lOЖ,SjNQ|'`>.΢x`Y9 dJpÄA;;0`#oY喙m\NkܩUiu}Sg^F-DŽcvÉ o:sɱ#u mzcmW Xun,^äN2ԕJ !ʘ Ҹ]¢Id X걱f@X6XVBjW IPN\>/>?< qu-Oz5q[ֽw;,zk=kaT;zxԚPVӷP`}b$"i1h /r$@DU  8!*Sɀ+z9 `iUΥ~ܱ94jQ+VnE|[ TBL{&^|-el0LE}tX]~OiMЭit`-/brحI/ExYfrtX5cT>5i9 eXlV̩Z#g#}i35ݣ_9GBط?9׻Qo"1xK[j/2߭-G',aˉ+D?ePJ%$ڜ1Ar0] 플z  * ̅G`ZRMwK$i%Ӓ9yc羚(\<]1=VYo ώ(|5Xigڲqۻ8L[^08IF)f:> +E' h'{E/j0jNKu~mi\T"raHNKr.6u=gkÅD)?/صΨ{>7uZ?>]$A7F{ [yDw (2+HbBcg݄g c8~cԔu +-em2=eq_GBaεRSOo]0a&q K͉9ZG<.p7Wm*ցԁ!wcz7zTp 55/}I j;;W/ xdehjB>u +py@c}7S@- a]y^X#.c@z?y+npL󠫅5 urNީA~Zq/1DK^M־]BNq7jpOqko7ȷgLW X<I G\fnr6\!c&$ȣ F3 F10Q$a~6}m^ga2㈹B>Js.u׫?ŀh9X41}nF0N +endstream +endobj +368 0 obj +<< +/BaseFont /PVEBDP+Wingdings-Regular +/CIDSystemInfo 1313 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1314 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747] 134 [891]] +>> +endobj +369 0 obj +<< +/Filter /FlateDecode +/Length 3060 +/Subtype /Type1C +>> +stream +H|TyPgfAaT:=nwxcDj8QYfs@RȠFE#h`<8 (aYGո+qV^O>ڿޫw12jeX\хFFcYsxWCS#?e;?;gfI)Bjo  tIz!0'W#|4fe5z&1a# z))ި FN1n2QO)!H+sMOʒ9VE%#h-+ >pÜ1 &`c1l0_ °$aQKb3bX c+|;~I/ ˾_#xDWS!T5<9;_q?3K|مKҳKV&K1$T>~FH$K 8}(7 I'nBM*ax=ʞ3Łs҃8U+gp+~@NLǽxgMOS;+Lwr&K=)ɺguݼ.`Y20)aC$Z㈄W +.I8<oXIlE<p[ + MONB8Qn&7.[!z^6+;|P#ͧ[[YXfE]]\[)̓-oA9F׈+.M>Iz Z1\$Ԃ3)?R= J +YFb6!? +̈́z ӎj;7yY1ku*9xЂL5,;ǠM KI+HI(Bm0r}Un\WOgK$ 7'9|%l<_/[Rf]Y/LWdY!Cb1($ۃ DI PFi=rbUpP{MPJi ؃wcW'6_oUJ"?"Q%œKm}[ݓ˂<)%radfhBޣפ2qfTWZ+6֩U<V™[*TiEZ17E_l4 [uKwaZ>}}ZEx!4 꾋UxE y{`Yh{jԩ-V-(A#'z9pXl3kНS۴=5=JЙ7/ I|r6aL,@űz HBBЯD|.,Vu(N\~׻x[mO}_?MMt2@psL\K=[K{QqHM9zh/HW7/{M/NˆUA$Qvg)ey4hX/w&dQsr\gBh#/prXI޺ ӅY{6KGalQ޾S|Og*wmF/b&.$-[FOw;=Yw舄((@jg JH{oa6>X lWөs|%͖*B|\ZTzKևlqcVh#C8$(f}73ps; RSt3ap 2(8[&X۫47^y ځ VXBf|Zyaϕ%}ymW/XT/=9+i +fWto,|豕Va#]=҆F'kt]&9Cq1:tPh p|Q:X>= %( #9j ]I49~ZMy:[3,8bHMjƉo9wijI>jptC>~_yE F7q+AxR- NE1'Cwad{wܤ{ ؍<4tBB[Q`PBG%}˗hI,-0lSgR)!< y|%Ti*[AU2~кsFl _ƴċzW*I0$_:'6bi0BKwak^w5mO0krVĜ !Aғ 7%Q8q> +endobj +371 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4622) +/S /GoTo +>> +endobj +372 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4624) +/S /GoTo +>> +endobj +373 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4626) +/S /GoTo +>> +endobj +374 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4628) +/S /GoTo +>> +endobj +375 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4630) +/S /GoTo +>> +endobj +376 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4662) +/S /GoTo +>> +endobj +377 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4664) +/S /GoTo +>> +endobj +378 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4666) +/S /GoTo +>> +endobj +379 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4668) +/S /GoTo +>> +endobj +380 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4670) +/S /GoTo +>> +endobj +381 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4672) +/S /GoTo +>> +endobj +382 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4674) +/S /GoTo +>> +endobj +383 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4676) +/S /GoTo +>> +endobj +384 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4678) +/S /GoTo +>> +endobj +385 0 obj +<< +/IsMap false +/S /URI +/URI (https://www.un.org/securitycouncil/sanctions/information) +>> +endobj +386 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4680) +/S /GoTo +>> +endobj +387 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4682) +/S /GoTo +>> +endobj +388 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4684) +/S /GoTo +>> +endobj +389 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4686) +/S /GoTo +>> +endobj +390 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4688) +/S /GoTo +>> +endobj +391 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4692) +/S /GoTo +>> +endobj +392 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4694) +/S /GoTo +>> +endobj +393 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4697) +/S /GoTo +>> +endobj +394 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4699) +/S /GoTo +>> +endobj +395 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4703) +/S /GoTo +>> +endobj +396 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4701) +/S /GoTo +>> +endobj +397 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4707) +/S /GoTo +>> +endobj +398 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4709) +/S /GoTo +>> +endobj +399 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4711) +/S /GoTo +>> +endobj +400 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4714) +/S /GoTo +>> +endobj +401 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4718) +/S /GoTo +>> +endobj +402 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4616) +/S /GoTo +>> +endobj +403 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4621) +/S /GoTo +>> +endobj +404 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4623) +/S /GoTo +>> +endobj +405 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4625) +/S /GoTo +>> +endobj +406 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4627) +/S /GoTo +>> +endobj +407 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4629) +/S /GoTo +>> +endobj +408 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4631) +/S /GoTo +>> +endobj +409 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4663) +/S /GoTo +>> +endobj +410 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4665) +/S /GoTo +>> +endobj +411 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4667) +/S /GoTo +>> +endobj +412 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4669) +/S /GoTo +>> +endobj +413 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4671) +/S /GoTo +>> +endobj +414 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4673) +/S /GoTo +>> +endobj +415 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4675) +/S /GoTo +>> +endobj +416 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4677) +/S /GoTo +>> +endobj +417 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4679) +/S /GoTo +>> +endobj +418 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4681) +/S /GoTo +>> +endobj +419 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4683) +/S /GoTo +>> +endobj +420 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4685) +/S /GoTo +>> +endobj +421 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4687) +/S /GoTo +>> +endobj +422 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4689) +/S /GoTo +>> +endobj +423 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4693) +/S /GoTo +>> +endobj +424 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4695) +/S /GoTo +>> +endobj +425 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4698) +/S /GoTo +>> +endobj +426 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4700) +/S /GoTo +>> +endobj +427 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4704) +/S /GoTo +>> +endobj +428 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4702) +/S /GoTo +>> +endobj +429 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4708) +/S /GoTo +>> +endobj +430 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4710) +/S /GoTo +>> +endobj +431 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4712) +/S /GoTo +>> +endobj +432 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4715) +/S /GoTo +>> +endobj +433 0 obj +<< +/D (BICC_UN_DDR-Module 2_11_online_final.indd:4719) +/S /GoTo +>> +endobj +434 0 obj +[1315 0 R] +endobj +435 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +436 0 obj +<< +/Ascent 948 +/CapHeight 674 +/CharSet (/E/N/O/T) +/Descent -250 +/Flags 32 +/FontBBox [-145 -250 970 948] +/FontFamily (Myriad Pro Light Cond) +/FontFile3 1316 0 R +/FontName /EFZRMV+MyriadPro-SemiboldCond +/FontStretch /Condensed +/FontWeight 600 +/ItalicAngle 0 +/StemV 108 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +437 0 obj +<< +/Filter /FlateDecode +/Length 251 +>> +stream +H\Pn > +57iZ)Ӳ}'CZrϐf ,=u6^w`D5BuX:=rIƉܭs©ugR +{3~u#x $MMM8k@J}hopJcTnD&EJ0t_XUdTӬ_6|aҐ`JY:Z> +endobj +439 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/A/C/D/E/I/N/R/S/T/U/a/b/c/colon/comma/copyright/d/e/endash/f/f_f/g/h/i/l/m/n/o/p/period/r/s/slash/space/t/two/u/v/w/y/zero) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 1317 0 R +/FontName /UQZJCP+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +440 0 obj +<< +/Filter /FlateDecode +/Length 423 +>> +stream +H\n0| +C_.c@` Cڢn@hW@, |wG#@h u;C?Gcn=¥Lۮou|f2[s 6Yd/NSp6fSԶzק6a;/Wiw-NSt뢼#o705`}"'-y\f \ pI.{K#WpP+ +P+ +he ؓ= +fNANa=yf~A~Y{yͣo> +endobj +442 0 obj +<< +/Filter /FlateDecode +/Length 323 +>> +stream +H\͊0y9mBAb[=;ɔ.l@3$)sew?gzk> +endobj +444 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +445 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/N/b/e/m/nine/o/one/r/space/two/v/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 1320 0 R +/FontName /SXECAT+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +446 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +447 0 obj +[1315 0 R] +endobj +448 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +449 0 obj +<< +/A << +/O /Layout +/LineHeight 24.0 +/SpaceAfter 24.0 +>> +/K [723 0 R 1] +/P 240 0 R +/Pg 9 0 R +/S /Kapitel-Head +>> +endobj +450 0 obj +<< +/C /Pa1 +/K 2 +/P 240 0 R +/Pg 9 0 R +/S /Zwischenhead_1 +>> +endobj +451 0 obj +<< +/C /Pa2 +/K [3 4 724 0 R 6 7] +/P 240 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +452 0 obj +<< +/C /Pa3 +/K [8 725 0 R 10 726 0 R 12 13 14 15 16 17] +/P 240 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +453 0 obj +<< +/C /Pa1 +/K 18 +/P 240 0 R +/Pg 9 0 R +/S /Zwischenhead_1 +>> +endobj +454 0 obj +<< +/C /Pa2 +/K [19 20 21 22 23] +/P 240 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +455 0 obj +<< +/C /Pa3 +/K [24 25 727 0 R 27 28 29 30 31 32 33] +/P 240 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +456 0 obj +<< +/C /Pa3 +/K [34 35 36 37 728 0 R 39] +/P 240 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +457 0 obj +<< +/C /Pa3 +/P 240 0 R +/S /Lauftext +>> +endobj +458 0 obj +<< +/C /Pa1 +/K 40 +/P 240 0 R +/Pg 10 0 R +/S /Zwischenhead_1 +>> +endobj +459 0 obj +<< +/C /Pa2 +/K [41 42 729 0 R 44] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +460 0 obj +<< +/C /Pa3 +/K [45 46 47 730 0 R 49] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +461 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceBefore 8.0 +/StartIndent 39.0 +>> +/K [50 731 0 R 52] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +462 0 obj +<< +/C /Pa5 +/K [53 732 0 R 55] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +463 0 obj +<< +/C /Pa5 +/K 56 +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +464 0 obj +<< +/C /Pa5 +/K 57 +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +465 0 obj +<< +/C /Pa5 +/K 58 +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +466 0 obj +<< +/C /Pa3 +/P 240 0 R +/S /Lauftext +>> +endobj +467 0 obj +<< +/C /Pa2 +/K [59 60 61 740 0 R 63 64] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +468 0 obj +<< +/C /Pa1 +/K 65 +/P 240 0 R +/Pg 10 0 R +/S /Zwischenhead_1 +>> +endobj +469 0 obj +<< +/C /Pa2 +/K [66 67 68 734 0 R 70 71] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +470 0 obj +<< +/C /Pa3 +/K [72 735 0 R 74 75 76 736 0 R 78 737 0 R 80 81 82 83 84 738 0 R 86 87 +88 89 90 91 92] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +471 0 obj +<< +/C /Pa3 +/K [93 94] +/P 240 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +472 0 obj +<< +/C /Pa3 +/K [102 741 0 R 104 742 0 R 106 107 108 743 0 R 110 111 112 744 0 R 114 115 116 117 +118] +/P 240 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +473 0 obj +<< +/C /Pa3 +/K [119 120 121 122 123] +/P 240 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +474 0 obj +<< +/C /Pa3 +/K [124 125 126 127] +/P 240 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +475 0 obj +<< +/C /Pa1 +/K 128 +/P 240 0 R +/Pg 11 0 R +/S /Zwischenhead_1 +>> +endobj +476 0 obj +<< +/C /Pa2 +/K [129 130 131 132 745 0 R 134] +/P 240 0 R +/Pg 11 0 R +/S /Lauftext_1._Abs +>> +endobj +477 0 obj +<< +/K [1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R] +/P 240 0 R +/S /L +>> +endobj +478 0 obj +<< +/C /Pa9 +/K 203 +/P 240 0 R +/Pg 12 0 R +/S /Zwischenhead_2 +>> +endobj +479 0 obj +<< +/C /Pa2 +/K [204 205 206 207 208] +/P 240 0 R +/Pg 12 0 R +/S /Lauftext_1._Abs +>> +endobj +480 0 obj +<< +/C /Pa3 +/K [209 210 211 212] +/P 240 0 R +/Pg 12 0 R +/S /Lauftext +>> +endobj +481 0 obj +<< +/C /Pa3 +/K [213 782 0 R 215 216 217 783 0 R 219 220 221] +/P 240 0 R +/Pg 12 0 R +/S /Lauftext +>> +endobj +482 0 obj +<< +/C /Pa3 +/K [222 223 224 225 784 0 R 227 785 0 R 229 230 231 << +/MCID 239 +/Pg 13 0 R +/Type /MCR +>> 786 0 R << +/MCID 241 +/Pg 13 0 R +/Type /MCR +>> << +/MCID 242 +/Pg 13 0 R +/Type /MCR +>> << +/MCID 243 +/Pg 13 0 R +/Type /MCR +>> << +/MCID 244 +/Pg 13 0 R +/Type /MCR +>> +<< +/MCID 245 +/Pg 13 0 R +/Type /MCR +>> << +/MCID 246 +/Pg 13 0 R +/Type /MCR +>> << +/MCID 247 +/Pg 13 0 R +/Type /MCR +>>] +/P 240 0 R +/Pg 12 0 R +/S /Lauftext +>> +endobj +483 0 obj +<< +/C /Pa3 +/K [248 787 0 R 250 251 252 788 0 R 254 255] +/P 240 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +484 0 obj +<< +/C /Pa3 +/K [256 789 0 R 258 259 260 261] +/P 240 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +485 0 obj +<< +/C /Pa3 +/K [262 790 0 R 264 791 0 R 266] +/P 240 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +486 0 obj +<< +/C /Pa3 +/K [267 268 269 270 271 272] +/P 240 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +487 0 obj +<< +/C /Pa10 +/K 273 +/P 240 0 R +/Pg 13 0 R +/S /Zwischenhead_4 +>> +endobj +488 0 obj +<< +/K [1327 0 R 1328 0 R 1329 0 R 1330 0 R] +/P 240 0 R +/S /L +>> +endobj +489 0 obj +<< +/C /Pa9 +/K 298 +/P 240 0 R +/Pg 14 0 R +/S /Zwischenhead_2 +>> +endobj +490 0 obj +<< +/C /Pa2 +/K [299 300 301 302 805 0 R 304 305 806 0 R 307 308 309 310] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext_1._Abs +>> +endobj +491 0 obj +<< +/C /Pa12 +/K 311 +/P 240 0 R +/Pg 14 0 R +/S /Zwischenhead_3 +>> +endobj +492 0 obj +<< +/C /Pa2 +/K [312 313 314 315 316 317 318 319 320] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext_1._Abs +>> +endobj +493 0 obj +<< +/C /Pa3 +/K [321 322 323 812 0 R 325] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +494 0 obj +<< +/C /Pa3 +/K [326 327 328 329 330 331] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +495 0 obj +<< +/C /Pa3 +/K [332 333 808 0 R 335 336 337 809 0 R 339 340] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +496 0 obj +<< +/C /Pa3 +/K [341 342 343 344 345 346] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +497 0 obj +<< +/C /Pa3 +/K [347 348 349 350 810 0 R 352] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +498 0 obj +<< +/C /Pa3 +/K [353 354 811 0 R 356 << +/MCID 357 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 358 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 359 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 360 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 361 +/Pg 15 0 R +/Type /MCR +>> 813 0 R << +/MCID 363 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 364 +/Pg 15 0 R +/Type /MCR +>>] +/P 240 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +499 0 obj +<< +/C /Pa3 +/K [365 366 367 368 369 370] +/P 240 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +500 0 obj +<< +/C /Pa10 +/K 371 +/P 240 0 R +/Pg 15 0 R +/S /Zwischenhead_4 +>> +endobj +501 0 obj +<< +/K [1331 0 R 1332 0 R] +/P 240 0 R +/S /L +>> +endobj +502 0 obj +<< +/C /Pa10 +/K 385 +/P 240 0 R +/Pg 15 0 R +/S /Zwischenhead_4 +>> +endobj +503 0 obj +<< +/K 1333 0 R +/P 240 0 R +/S /L +>> +endobj +504 0 obj +<< +/C /Pa12 +/K 393 +/P 240 0 R +/Pg 15 0 R +/S /Zwischenhead_3 +>> +endobj +505 0 obj +<< +/C /Pa2 +/K [394 395 825 0 R 397 826 0 R 399] +/P 240 0 R +/Pg 15 0 R +/S /Lauftext_1._Abs +>> +endobj +506 0 obj +<< +/C /Pa3 +/K [400 827 0 R 402] +/P 240 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +507 0 obj +<< +/C /Pa3 +/K 403 +/P 240 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +508 0 obj +<< +/K [1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R] +/P 240 0 R +/S /L +>> +endobj +509 0 obj +<< +/C /Pa3 +/K [496 497 874 0 R 499] +/P 240 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +510 0 obj +<< +/K [1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R] +/P 240 0 R +/S /L +>> +endobj +511 0 obj +<< +/C /Pa3 +/K [524 525 526 893 0 R 528 529 530 894 0 R 532 533 895 0 R 535 536] +/P 240 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +512 0 obj +<< +/C /Pa3 +/K [537 896 0 R 539 540 897 0 R 542 543 544 898 0 R 546 547 899 0 R 549] +/P 240 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +513 0 obj +<< +/C /Pa3 +/K [550 551 552 553 554 555 556 900 0 R 558 559 901 0 R 561 562 563 564 565] +/P 240 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +514 0 obj +<< +/C /Pa10 +/K 566 +/P 240 0 R +/Pg 17 0 R +/S /Zwischenhead_4 +>> +endobj +515 0 obj +<< +/K [1348 0 R 1349 0 R 1350 0 R 1351 0 R] +/P 240 0 R +/S /L +>> +endobj +516 0 obj +<< +/C /Pa10 +/K 592 +/P 240 0 R +/Pg 18 0 R +/S /Zwischenhead_4 +>> +endobj +517 0 obj +<< +/K 1352 0 R +/P 240 0 R +/S /L +>> +endobj +518 0 obj +<< +/C /Pa12 +/K 597 +/P 240 0 R +/Pg 18 0 R +/S /Zwischenhead_3 +>> +endobj +519 0 obj +<< +/C /Pa2 +/K 598 +/P 240 0 R +/Pg 18 0 R +/S /Zwischenhead_4 +>> +endobj +520 0 obj +<< +/C /Pa2 +/K [599 600 601 602] +/P 240 0 R +/Pg 18 0 R +/S /Lauftext_1._Abs +>> +endobj +521 0 obj +<< +/C /Pa3 +/K [603 918 0 R 605 606 607 608 609 919 0 R 611 612 936 0 R 614] +/P 240 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +522 0 obj +<< +/C /Pa3 +/K [615 616 617 618 619 620 937 0 R 622] +/P 240 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +523 0 obj +<< +/C /Pa3 +/K [623 624 922 0 R 626 627 628 923 0 R 630] +/P 240 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +524 0 obj +<< +/K [1353 0 R 1354 0 R 1355 0 R] +/P 240 0 R +/S /L +>> +endobj +525 0 obj +<< +/C /Pa3 +/K [642 933 0 R 644 645 934 0 R 647 935 0 R 649 650 651] +/P 240 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +526 0 obj +<< +/C /Pa3 +/K [652 938 0 R 654 655 939 0 R 657 658] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +527 0 obj +<< +/C /Pa3 +/K [659 940 0 R 661 941 0 R 663 664 665 666] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +528 0 obj +<< +/C /Pa3 +/K [667 942 0 R 669 670] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +529 0 obj +<< +/C /Pa10 +/K 671 +/P 240 0 R +/Pg 19 0 R +/S /Zwischenhead_4 +>> +endobj +530 0 obj +<< +/C /Pa2 +/K [672 673 674 675 676 677 678 679] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext_1._Abs +>> +endobj +531 0 obj +<< +/C /Pa3 +/K [680 681 682 683 943 0 R 685 686 687 688 689 950 0 R 691] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +532 0 obj +<< +/C /Pa3 +/K [692 945 0 R 694 695 696 697] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +533 0 obj +<< +/C /Pa3 +/K [698 946 0 R 700 701 702 947 0 R 704] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +534 0 obj +<< +/C /Pa3 +/K [705 706 948 0 R 708 709 949 0 R << +/MCID 711 +/Pg 20 0 R +/Type /MCR +>> 969 0 R << +/MCID 713 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 714 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 715 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 716 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 717 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 718 +/Pg 20 0 R +/Type /MCR +>>] +/P 240 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +535 0 obj +<< +/C /Pa3 +/K [719 720 952 0 R 722] +/P 240 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +536 0 obj +<< +/C /Pa10 +/K 723 +/P 240 0 R +/Pg 20 0 R +/S /Zwischenhead_4 +>> +endobj +537 0 obj +<< +/C /Pa2 +/K [724 725 953 0 R 727 728 729 730 731 732 733] +/P 240 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +538 0 obj +<< +/C /Pa10 +/K 734 +/P 240 0 R +/Pg 20 0 R +/S /Zwischenhead_4 +>> +endobj +539 0 obj +<< +/K [1356 0 R 1357 0 R 1358 0 R] +/P 240 0 R +/S /L +>> +endobj +540 0 obj +<< +/C /Pa10 +/K 750 +/P 240 0 R +/Pg 20 0 R +/S /Zwischenhead_4 +>> +endobj +541 0 obj +<< +/K 1359 0 R +/P 240 0 R +/S /L +>> +endobj +542 0 obj +<< +/C /Pa12 +/K 757 +/P 240 0 R +/Pg 20 0 R +/S /Zwischenhead_3 +>> +endobj +543 0 obj +<< +/C /Pa2 +/K [758 759 970 0 R 761] +/P 240 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +544 0 obj +<< +/C /Pa3 +/K [762 763 968 0 R 765 766 767] +/P 240 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +545 0 obj +<< +/C /Pa3 +/K [768 769 770] +/P 240 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +546 0 obj +<< +/C /Pa3 +/K [771 772 773 988 0 R 775 776 777 778 779 780 781 782 989 0 R 784 785 973 0 R +787 990 0 R 789 991 0 R 791 792 793 794 992 0 R 796 977 0 R 798 993 0 R 800] +/P 240 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +547 0 obj +<< +/C /Pa3 +/K [801 994 0 R 803 980 0 R 805 995 0 R 807 808 982 0 R 810] +/P 240 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +548 0 obj +<< +/C /Pa3 +/K [811 983 0 R 813 814 996 0 R 816 817] +/P 240 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +549 0 obj +<< +/C /Pa3 +/K [818 819 820 821 822 823 824 825 826 827 828 829] +/P 240 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +550 0 obj +<< +/C /Pa3 +/K [830 831 985 0 R 833 834 835 836] +/P 240 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +551 0 obj +<< +/C /Pa3 +/K [845 997 0 R 847 848 998 0 R 850] +/P 240 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +552 0 obj +<< +/C /Pa3 +/K [851 852 853 854] +/P 240 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +553 0 obj +<< +/C /Pa10 +/K 855 +/P 240 0 R +/Pg 22 0 R +/S /Zwischenhead_4 +>> +endobj +554 0 obj +<< +/K [1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R] +/P 240 0 R +/S /L +>> +endobj +555 0 obj +<< +/C /Pa12 +/K 886 +/P 240 0 R +/Pg 22 0 R +/S /Zwischenhead_3 +>> +endobj +556 0 obj +<< +/C /Pa2 +/K [887 888 889 890 891 892 893] +/P 240 0 R +/Pg 22 0 R +/S /Lauftext_1._Abs +>> +endobj +557 0 obj +<< +/C /Pa3 +/K [894 895 276 0 R] +/P 240 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +558 0 obj +<< +/C /Pa10 +/K 897 +/P 240 0 R +/Pg 22 0 R +/S /Zwischenhead_4 +>> +endobj +559 0 obj +<< +/K [1366 0 R 1367 0 R] +/P 240 0 R +/S /L +>> +endobj +560 0 obj +<< +/C /Pa12 +/K 917 +/P 240 0 R +/Pg 23 0 R +/S /Zwischenhead_3 +>> +endobj +561 0 obj +<< +/C /Pa2 +/K 918 +/P 240 0 R +/Pg 23 0 R +/S /Zwischenhead_4 +>> +endobj +562 0 obj +<< +/C /Pa2 +/K [919 920 921 1063 0 R 923 924 925 1029 0 R 927] +/P 240 0 R +/Pg 23 0 R +/S /Lauftext_1._Abs +>> +endobj +563 0 obj +<< +/C /Pa3 +/K [928 929] +/P 240 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +564 0 obj +<< +/K [1368 0 R 1369 0 R] +/P 240 0 R +/S /L +>> +endobj +565 0 obj +<< +/C /Pa2 +/K [953 954] +/P 240 0 R +/Pg 23 0 R +/S /Lauftext_1._Abs +>> +endobj +566 0 obj +<< +/K [1370 0 R 1371 0 R] +/P 240 0 R +/S /L +>> +endobj +567 0 obj +<< +/C /Pa3 +/K [965 1055 0 R 967 968 969 970 1068 0 R 972] +/P 240 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +568 0 obj +<< +/C /Pa3 +/K [973 974 975] +/P 240 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +569 0 obj +<< +/K [1372 0 R 1373 0 R] +/P 240 0 R +/S /L +>> +endobj +570 0 obj +<< +/C /Pa3 +/K [981 1061 0 R 983 984 985] +/P 240 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +571 0 obj +<< +/C /Pa3 +/K [986 987 988] +/P 240 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +572 0 obj +<< +/K 1374 0 R +/P 240 0 R +/S /L +>> +endobj +573 0 obj +<< +/C /Pa3 +/K [1000 1001] +/P 240 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +574 0 obj +<< +/K [1375 0 R 1376 0 R] +/P 240 0 R +/S /L +>> +endobj +575 0 obj +<< +/C /Pa3 +/K [1020 1021 1022 1023 1024 1081 0 R 1026 1087 0 R 1028 1029 1030 1031 1032 1033 1034 1035 +1036 1083 0 R 1038] +/P 240 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +576 0 obj +<< +/C /Pa3 +/K [1039 1040 1041 1042 1043] +/P 240 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +577 0 obj +<< +/C /Pa3 +/K [1044 1084 0 R 1046 1047 1048 1049 1050 1051 1085 0 R 1053] +/P 240 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +578 0 obj +<< +/C /Pa10 +/K 1054 +/P 240 0 R +/Pg 25 0 R +/S /Zwischenhead_4 +>> +endobj +579 0 obj +<< +/K [1377 0 R 1378 0 R 1379 0 R] +/P 240 0 R +/S /L +>> +endobj +580 0 obj +<< +/C /Pa10 +/K 1072 +/P 240 0 R +/Pg 25 0 R +/S /Zwischenhead_4 +>> +endobj +581 0 obj +<< +/C /Pa2 +/K [1073 1074 1075 1076 1077 1078 1108 0 R 1080 1081 1082 1109 0 R 1084] +/P 240 0 R +/Pg 25 0 R +/S /Lauftext_1._Abs +>> +endobj +582 0 obj +<< +/C /Pa3 +/K [1085 1099 0 R 1087 1088 1089 1090 1091 1092] +/P 240 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +583 0 obj +<< +/C /Pa3 +/K [1093 1094 1095 1096 1097] +/P 240 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +584 0 obj +<< +/C /Pa3 +/K [1098 1099] +/P 240 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +585 0 obj +<< +/C /Pa3 +/K [1100 1101 1102] +/P 240 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +586 0 obj +<< +/C /Pa10 +/K 1103 +/P 240 0 R +/Pg 25 0 R +/S /Zwischenhead_4 +>> +endobj +587 0 obj +<< +/K [1380 0 R 1381 0 R 1382 0 R] +/P 240 0 R +/S /L +>> +endobj +588 0 obj +<< +/C /Pa10 +/K 1124 +/P 240 0 R +/Pg 26 0 R +/S /Zwischenhead_4 +>> +endobj +589 0 obj +<< +/K 1383 0 R +/P 240 0 R +/S /L +>> +endobj +590 0 obj +<< +/C /Pa12 +/K 1133 +/P 240 0 R +/Pg 26 0 R +/S /Zwischenhead_3 +>> +endobj +591 0 obj +<< +/C /Pa2 +/K [1134 1135 1117 0 R 1137 1118 0 R 1139] +/P 240 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +592 0 obj +<< +/K [1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R] +/P 240 0 R +/S /L +>> +endobj +593 0 obj +<< +/C /Pa10 +/P 240 0 R +/S /Zwischenhead_4 +>> +endobj +594 0 obj +<< +/C /Pa10 +/K 1190 +/P 240 0 R +/Pg 27 0 R +/S /Zwischenhead_4 +>> +endobj +595 0 obj +<< +/K 1389 0 R +/P 240 0 R +/S /L +>> +endobj +596 0 obj +<< +/C /Pa9 +/K 1199 +/P 240 0 R +/Pg 27 0 R +/S /Zwischenhead_2 +>> +endobj +597 0 obj +<< +/C /Pa2 +/K [1200 1201 1202] +/P 240 0 R +/Pg 27 0 R +/S /Lauftext_1._Abs +>> +endobj +598 0 obj +<< +/C /Pa3 +/K [1203 1204 1153 0 R 1206 1207 1208 1209 1210 1211 1212] +/P 240 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +599 0 obj +<< +/C /Pa3 +/K [1213 1214] +/P 240 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +600 0 obj +<< +/K [1390 0 R 1391 0 R 1392 0 R 1393 0 R] +/P 240 0 R +/S /L +>> +endobj +601 0 obj +<< +/C /Pa3 +/K [1229 1230 1167 0 R 1232 1168 0 R 1234 1235] +/P 240 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +602 0 obj +<< +/C /Pa3 +/K [1236 1237 1169 0 R 1239 1240 1241 1242] +/P 240 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +603 0 obj +<< +/C /Pa18 +/K 1243 +/P 240 0 R +/Pg 27 0 R +/S /Zwischenhead_4 +>> +endobj +604 0 obj +<< +/K [1394 0 R 1395 0 R 1396 0 R] +/P 240 0 R +/S /L +>> +endobj +605 0 obj +<< +/C /Pa18 +/K 1259 +/P 240 0 R +/Pg 28 0 R +/S /Zwischenhead_4 +>> +endobj +606 0 obj +<< +/K 1397 0 R +/P 240 0 R +/S /L +>> +endobj +607 0 obj +<< +/A << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 19.0 +>> +/K 1266 +/P 240 0 R +/Pg 28 0 R +/S /Zwischenhead_2 +>> +endobj +608 0 obj +<< +/C /Pa2 +/K [1267 1268] +/P 240 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +609 0 obj +<< +/C /Pa3 +/K [1269 1270 1183 0 R 1272] +/P 240 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +610 0 obj +<< +/C /Pa3 +/K [1273 1184 0 R 1275] +/P 240 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +611 0 obj +<< +/K [1398 0 R 1399 0 R] +/P 240 0 R +/S /L +>> +endobj +612 0 obj +<< +/C /Pa10 +/K 1314 +/P 240 0 R +/Pg 29 0 R +/S /Zwischenhead_4 +>> +endobj +613 0 obj +<< +/K [1400 0 R 1401 0 R] +/P 240 0 R +/S /L +>> +endobj +614 0 obj +<< +/C /Pa10 +/K 1326 +/P 240 0 R +/Pg 29 0 R +/S /Zwischenhead_4 +>> +endobj +615 0 obj +<< +/K 1402 0 R +/P 240 0 R +/S /L +>> +endobj +616 0 obj +<< +/C /Pa9 +/K 1331 +/P 240 0 R +/Pg 29 0 R +/S /Zwischenhead_2 +>> +endobj +617 0 obj +<< +/C /Pa2 +/K [1332 1333 1334 1335 1213 0 R 1337 1338 1208 0 R 1340 1341 1342 1209 0 R 1344] +/P 240 0 R +/Pg 29 0 R +/S /Lauftext_1._Abs +>> +endobj +618 0 obj +<< +/C /Pa3 +/K [1345 1210 0 R 1347 1348 1349 1350 1351 1352 1353 1354 1355] +/P 240 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +619 0 obj +<< +/C /Pa3 +/K [1356 1211 0 R 1358 1359 1360 1361 1212 0 R 1363 1364] +/P 240 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +620 0 obj +<< +/C /Pa3 +/K [1365 1366 1367 1368 1369] +/P 240 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +621 0 obj +<< +/C /Pa3 +/K [1370 1371 << +/MCID 1372 +/Pg 30 0 R +/Type /MCR +>> << +/MCID 1373 +/Pg 30 0 R +/Type /MCR +>>] +/P 240 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +622 0 obj +<< +/C /Pa3 +/K [1374 1375 1376 1214 0 R 1378 1215 0 R 1380 1381 1382] +/P 240 0 R +/Pg 30 0 R +/S /Lauftext +>> +endobj +623 0 obj +<< +/C /Pa3 +/K [1383 1384 1385 1216 0 R 1387 1388 1251 0 R 1390 1391 1392 1252 0 R 1394] +/P 240 0 R +/Pg 30 0 R +/S /Lauftext +>> +endobj +624 0 obj +<< +/C /Pa3 +/K [1395 1396 1397 1398 1219 0 R 1400 1401 1402 1220 0 R 1404] +/P 240 0 R +/Pg 30 0 R +/S /Lauftext +>> +endobj +625 0 obj +<< +/C /Pa3 +/K [1405 1406 1407 1408 1409 1410] +/P 240 0 R +/Pg 30 0 R +/S /Lauftext +>> +endobj +626 0 obj +<< +/K [1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R] +/P 240 0 R +/S /L +>> +endobj +627 0 obj +<< +/C /Pa3 +/K [1447 1448] +/P 240 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +628 0 obj +<< +/C /Pa3 +/K [1449 1253 0 R 1451 1452 1453 1271 0 R 1455] +/P 240 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +629 0 obj +<< +/C /Pa3 +/K [1456 1255 0 R 1458 1459 1460] +/P 240 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +630 0 obj +<< +/C /Pa10 +/K 1461 +/P 240 0 R +/Pg 31 0 R +/S /Zwischenhead_4 +>> +endobj +631 0 obj +<< +/K [1412 0 R 1413 0 R] +/P 240 0 R +/S /L +>> +endobj +632 0 obj +<< +/C /Pa10 +/K 1472 +/P 240 0 R +/Pg 31 0 R +/S /Zwischenhead_4 +>> +endobj +633 0 obj +<< +/K [1414 0 R 1415 0 R] +/P 240 0 R +/S /L +>> +endobj +634 0 obj +<< +/C /Pa9 +/K 1485 +/P 240 0 R +/Pg 32 0 R +/S /Zwischenhead_2 +>> +endobj +635 0 obj +<< +/C /Pa3 +/P 240 0 R +/S /Lauftext +>> +endobj +636 0 obj +<< +/C /Pa2 +/K [1486 1487] +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +637 0 obj +<< +/C /Pa2 +/K [1488 1489] +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +638 0 obj +<< +/C /Pa2 +/K 1490 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +639 0 obj +<< +/C /Pa2 +/K 1491 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +640 0 obj +<< +/C /Pa2 +/K 1492 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +641 0 obj +<< +/C /Pa2 +/K 1493 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +642 0 obj +<< +/C /Pa2 +/K 1494 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +643 0 obj +<< +/C /Pa2 +/K 1495 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +644 0 obj +<< +/C /Pa2 +/K 1496 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +645 0 obj +<< +/C /Pa2 +/K [1497 1498] +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +646 0 obj +<< +/C /Pa2 +/K 1499 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +647 0 obj +<< +/C /Pa2 +/K 1500 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +648 0 obj +<< +/C /Pa2 +/K 1501 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +649 0 obj +<< +/C /Pa2 +/K 1502 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +650 0 obj +<< +/C /Pa2 +/K 1503 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +651 0 obj +<< +/C /Pa2 +/K 1504 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +652 0 obj +<< +/C /Pa2 +/K 1505 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +653 0 obj +<< +/C /Pa2 +/K 1506 +/P 240 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +654 0 obj +<< +/C /Pa6 +/K [95 739 0 R 97 98 99 100 101] +/P 241 0 R +/Pg 10 0 R +/S /Einklinker-Text__rec +>> +endobj +655 0 obj +<< +/C /Pa6 +/K [232 233 234 235 236 237 238] +/P 242 0 R +/Pg 12 0 R +/S /Einklinker-Text__rec +>> +endobj +656 0 obj +<< +/C /Pa6 +/K [577 578 579 580 581 582 583] +/P 243 0 R +/Pg 17 0 R +/S /Einklinker-Text__rec +>> +endobj +657 0 obj +<< +/C /Pa6 +/K [837 986 0 R 839 987 0 R 841 842 843 844] +/P 244 0 R +/Pg 21 0 R +/S /Einklinker-Text__rec +>> +endobj +658 0 obj +<< +/C /Pa1 +/K 1507 +/P 245 0 R +/Pg 33 0 R +/S /Zwischenhead_1 +>> +endobj +659 0 obj +<< +/C /Pa3 +/P 245 0 R +/S /Lauftext +>> +endobj +660 0 obj +<< +/K [304 0 R 1272 0 R] +/P 245 0 R +/S /Note +>> +endobj +661 0 obj +<< +/C /Pa20 +/K [1509 1510] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +662 0 obj +<< +/K [305 0 R 1273 0 R] +/P 245 0 R +/S /Note +>> +endobj +663 0 obj +<< +/C /Pa20 +/K [1512 1513 1514 1515 1516 1517 1518 1519 1520 1521] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +664 0 obj +<< +/K [306 0 R 1274 0 R] +/P 245 0 R +/S /Note +>> +endobj +665 0 obj +<< +/C /Pa20 +/K 1523 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +666 0 obj +<< +/K [307 0 R 1275 0 R] +/P 245 0 R +/S /Note +>> +endobj +667 0 obj +<< +/C /Pa20 +/K 1525 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +668 0 obj +<< +/K [308 0 R 1276 0 R] +/P 245 0 R +/S /Note +>> +endobj +669 0 obj +<< +/C /Pa20 +/K [1527 1528] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +670 0 obj +<< +/K [309 0 R 1277 0 R] +/P 245 0 R +/S /Note +>> +endobj +671 0 obj +<< +/C /Pa20 +/K [1530 1531 1532 1533 1278 0 R 1535 1536 1537] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +672 0 obj +<< +/K [310 0 R 1279 0 R] +/P 245 0 R +/S /Note +>> +endobj +673 0 obj +<< +/C /Pa20 +/K 1539 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +674 0 obj +<< +/K [311 0 R 1280 0 R] +/P 245 0 R +/S /Note +>> +endobj +675 0 obj +<< +/C /Pa20 +/K 1541 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +676 0 obj +<< +/K [312 0 R 1281 0 R] +/P 245 0 R +/S /Note +>> +endobj +677 0 obj +<< +/C /Pa20 +/K 1543 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +678 0 obj +<< +/K [313 0 R 1282 0 R] +/P 245 0 R +/S /Note +>> +endobj +679 0 obj +<< +/C /Pa20 +/K 1546 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +680 0 obj +<< +/K [314 0 R 1283 0 R] +/P 245 0 R +/S /Note +>> +endobj +681 0 obj +<< +/C /Pa20 +/K 1549 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +682 0 obj +<< +/K [315 0 R 1284 0 R] +/P 245 0 R +/S /Note +>> +endobj +683 0 obj +<< +/C /Pa20 +/K [1552 1285 0 R 1554 1555 1556] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +684 0 obj +<< +/K [316 0 R 1286 0 R] +/P 245 0 R +/S /Note +>> +endobj +685 0 obj +<< +/C /Pa20 +/K 1559 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +686 0 obj +<< +/K [317 0 R 1287 0 R] +/P 245 0 R +/S /Note +>> +endobj +687 0 obj +<< +/C /Pa20 +/K [1562 1563 1564] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +688 0 obj +<< +/K [318 0 R 1288 0 R] +/P 245 0 R +/S /Note +>> +endobj +689 0 obj +<< +/C /Pa20 +/K [1567 1289 0 R 1569] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +690 0 obj +<< +/K [319 0 R 1290 0 R] +/P 245 0 R +/S /Note +>> +endobj +691 0 obj +<< +/C /Pa20 +/K 1572 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +692 0 obj +<< +/K [320 0 R 1291 0 R] +/P 245 0 R +/S /Note +>> +endobj +693 0 obj +<< +/C /Pa20 +/K [1575 1576 1292 0 R 1578] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +694 0 obj +<< +/K [321 0 R 1293 0 R] +/P 245 0 R +/S /Note +>> +endobj +695 0 obj +<< +/C /Pa20 +/K [1581 1582] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +696 0 obj +<< +/K [322 0 R 1294 0 R] +/P 245 0 R +/S /Note +>> +endobj +697 0 obj +<< +/C /Pa20 +/K [1585 1586] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +698 0 obj +<< +/K [323 0 R 1295 0 R] +/P 245 0 R +/S /Note +>> +endobj +699 0 obj +<< +/C /Pa20 +/K [1589 1590] +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +700 0 obj +<< +/K [324 0 R 1296 0 R] +/P 245 0 R +/S /Note +>> +endobj +701 0 obj +<< +/C /Pa20 +/K 1593 +/P 245 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +702 0 obj +<< +/K [325 0 R 1297 0 R] +/P 245 0 R +/S /Note +>> +endobj +703 0 obj +<< +/C /Pa20 +/K 1596 +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +704 0 obj +<< +/K [327 0 R 1298 0 R] +/P 245 0 R +/S /Note +>> +endobj +705 0 obj +<< +/C /Pa20 +/K 1599 +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +706 0 obj +<< +/K [328 0 R 1299 0 R] +/P 245 0 R +/S /Note +>> +endobj +707 0 obj +<< +/C /Pa20 +/K [1602 1603] +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +708 0 obj +<< +/K [329 0 R 1300 0 R] +/P 245 0 R +/S /Note +>> +endobj +709 0 obj +<< +/C /Pa20 +/K [1606 1607] +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +710 0 obj +<< +/K [330 0 R 1301 0 R] +/P 245 0 R +/S /Note +>> +endobj +711 0 obj +<< +/C /Pa20 +/K 1610 +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +712 0 obj +<< +/K [331 0 R 1302 0 R] +/P 245 0 R +/S /Note +>> +endobj +713 0 obj +<< +/C /Pa20 +/K [1613 1303 0 R 1615 1616] +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +714 0 obj +<< +/K [332 0 R 1304 0 R] +/P 245 0 R +/S /Note +>> +endobj +715 0 obj +<< +/C /Pa20 +/K 1619 +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +716 0 obj +<< +/K [333 0 R 1305 0 R] +/P 245 0 R +/S /Note +>> +endobj +717 0 obj +<< +/C /Pa20 +/K 1622 +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +718 0 obj +<< +/K [334 0 R 1306 0 R] +/P 245 0 R +/S /Note +>> +endobj +719 0 obj +<< +/C /Pa20 +/K 1625 +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +720 0 obj +<< +/K [335 0 R 1307 0 R] +/P 245 0 R +/S /Note +>> +endobj +721 0 obj +<< +/C /Pa20 +/K 1628 +/P 245 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +722 0 obj +<< +/K [336 0 R 1308 0 R] +/P 245 0 R +/S /Note +>> +endobj +723 0 obj +<< +/A << +/O /Layout +/LineHeight 56.0 +>> +/K 0 +/P 449 0 R +/Pg 9 0 R +/S /Span +>> +endobj +724 0 obj +<< +/ActualText +/K 5 +/P 451 0 R +/Pg 9 0 R +/S /Span +>> +endobj +725 0 obj +<< +/ActualText +/K 9 +/P 452 0 R +/Pg 9 0 R +/S /Span +>> +endobj +726 0 obj +<< +/ActualText +/K 11 +/P 452 0 R +/Pg 9 0 R +/S /Span +>> +endobj +727 0 obj +<< +/ActualText +/K 26 +/P 455 0 R +/Pg 9 0 R +/S /Span +>> +endobj +728 0 obj +<< +/ActualText +/K 38 +/P 456 0 R +/Pg 9 0 R +/S /Span +>> +endobj +729 0 obj +<< +/ActualText +/K 43 +/P 459 0 R +/Pg 10 0 R +/S /Span +>> +endobj +730 0 obj +<< +/ActualText +/K 48 +/P 460 0 R +/Pg 10 0 R +/S /Span +>> +endobj +731 0 obj +<< +/ActualText +/K 51 +/P 461 0 R +/Pg 10 0 R +/S /Span +>> +endobj +732 0 obj +<< +/ActualText +/K 54 +/P 462 0 R +/Pg 10 0 R +/S /Span +>> +endobj +733 0 obj +<< +/C /A4 +/K 62 +/P 740 0 R +/Pg 10 0 R +/S /Span +>> +endobj +734 0 obj +<< +/ActualText +/K 69 +/P 469 0 R +/Pg 10 0 R +/S /Span +>> +endobj +735 0 obj +<< +/ActualText +/K 73 +/P 470 0 R +/Pg 10 0 R +/S /Span +>> +endobj +736 0 obj +<< +/ActualText +/K 77 +/P 470 0 R +/Pg 10 0 R +/S /Span +>> +endobj +737 0 obj +<< +/ActualText +/K 79 +/P 470 0 R +/Pg 10 0 R +/S /Span +>> +endobj +738 0 obj +<< +/ActualText +/K 85 +/P 470 0 R +/Pg 10 0 R +/S /Span +>> +endobj +739 0 obj +<< +/ActualText +/K 96 +/P 654 0 R +/Pg 10 0 R +/S /Span +>> +endobj +740 0 obj +<< +/K [248 0 R 733 0 R] +/P 467 0 R +/S /Reference +>> +endobj +741 0 obj +<< +/ActualText +/K 103 +/P 472 0 R +/Pg 11 0 R +/S /Span +>> +endobj +742 0 obj +<< +/ActualText +/K 105 +/P 472 0 R +/Pg 11 0 R +/S /Span +>> +endobj +743 0 obj +<< +/ActualText +/K 109 +/P 472 0 R +/Pg 11 0 R +/S /Span +>> +endobj +744 0 obj +<< +/ActualText +/K 113 +/P 472 0 R +/Pg 11 0 R +/S /Span +>> +endobj +745 0 obj +<< +/ActualText +/K 133 +/P 476 0 R +/Pg 11 0 R +/S /Span +>> +endobj +746 0 obj +<< +/C /A5 +/K 135 +/P 1416 0 R +/Pg 11 0 R +/S /Span +>> +endobj +747 0 obj +<< +/C /A5 +/K 136 +/P 1416 0 R +/Pg 11 0 R +/S /Span +>> +endobj +748 0 obj +<< +/C /A6 +/K 137 +/P 749 0 R +/Pg 11 0 R +/S /Span +>> +endobj +749 0 obj +<< +/K [748 0 R 138 139 750 0 R 141 142 143 144] +/P 1321 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +750 0 obj +<< +/ActualText +/K 140 +/P 749 0 R +/Pg 11 0 R +/S /Span +>> +endobj +751 0 obj +<< +/C /A5 +/K 145 +/P 1417 0 R +/Pg 11 0 R +/S /Span +>> +endobj +752 0 obj +<< +/C /A5 +/K 146 +/P 1417 0 R +/Pg 11 0 R +/S /Span +>> +endobj +753 0 obj +<< +/C /A6 +/K 147 +/P 754 0 R +/Pg 11 0 R +/S /Span +>> +endobj +754 0 obj +<< +/K [753 0 R 148 149 755 0 R 151 152 153 154] +/P 1322 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +755 0 obj +<< +/ActualText +/K 150 +/P 754 0 R +/Pg 11 0 R +/S /Span +>> +endobj +756 0 obj +<< +/C /A5 +/K 155 +/P 1418 0 R +/Pg 11 0 R +/S /Span +>> +endobj +757 0 obj +<< +/C /A5 +/K 156 +/P 1418 0 R +/Pg 11 0 R +/S /Span +>> +endobj +758 0 obj +<< +/C /A6 +/K 157 +/P 759 0 R +/Pg 11 0 R +/S /Span +>> +endobj +759 0 obj +<< +/K [758 0 R 158 760 0 R 160 161 761 0 R 163 762 0 R 165 166] +/P 1323 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +760 0 obj +<< +/ActualText +/K 159 +/P 759 0 R +/Pg 11 0 R +/S /Span +>> +endobj +761 0 obj +<< +/ActualText +/K 162 +/P 759 0 R +/Pg 11 0 R +/S /Span +>> +endobj +762 0 obj +<< +/ActualText +/K 164 +/P 759 0 R +/Pg 11 0 R +/S /Span +>> +endobj +763 0 obj +<< +/C /A5 +/K 167 +/P 1419 0 R +/Pg 12 0 R +/S /Span +>> +endobj +764 0 obj +<< +/C /A5 +/K 168 +/P 1419 0 R +/Pg 12 0 R +/S /Span +>> +endobj +765 0 obj +<< +/C /A6 +/K 169 +/P 768 0 R +/Pg 12 0 R +/S /Span +>> +endobj +766 0 obj +<< +/ActualText +/C /A6 +/K 170 +/P 768 0 R +/Pg 12 0 R +/S /Span +>> +endobj +767 0 obj +<< +/C /A6 +/K 171 +/P 768 0 R +/Pg 12 0 R +/S /Span +>> +endobj +768 0 obj +<< +/K [765 0 R 766 0 R 767 0 R 172 769 0 R 174 175 770 0 R 177 178 179 180] +/P 1324 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +769 0 obj +<< +/ActualText +/K 173 +/P 768 0 R +/Pg 12 0 R +/S /Span +>> +endobj +770 0 obj +<< +/ActualText +/K 176 +/P 768 0 R +/Pg 12 0 R +/S /Span +>> +endobj +771 0 obj +<< +/C /A5 +/K 181 +/P 1420 0 R +/Pg 12 0 R +/S /Span +>> +endobj +772 0 obj +<< +/C /A5 +/K 182 +/P 1420 0 R +/Pg 12 0 R +/S /Span +>> +endobj +773 0 obj +<< +/C /A6 +/K 183 +/P 774 0 R +/Pg 12 0 R +/S /Span +>> +endobj +774 0 obj +<< +/K [773 0 R 184 185 186] +/P 1325 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +775 0 obj +<< +/C /A5 +/K 187 +/P 1421 0 R +/Pg 12 0 R +/S /Span +>> +endobj +776 0 obj +<< +/C /A5 +/K 188 +/P 1421 0 R +/Pg 12 0 R +/S /Span +>> +endobj +777 0 obj +<< +/C /A6 +/K 189 +/P 780 0 R +/Pg 12 0 R +/S /Span +>> +endobj +778 0 obj +<< +/C /A7 +/K 190 +/P 780 0 R +/Pg 12 0 R +/S /Span +>> +endobj +779 0 obj +<< +/C /A7 +/K 191 +/P 780 0 R +/Pg 12 0 R +/S /Span +>> +endobj +780 0 obj +<< +/K [777 0 R 778 0 R 779 0 R 192 193 194 195 781 0 R 197 198 199 200 201 202] +/P 1326 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +781 0 obj +<< +/ActualText +/K 196 +/P 780 0 R +/Pg 12 0 R +/S /Span +>> +endobj +782 0 obj +<< +/ActualText +/K 214 +/P 481 0 R +/Pg 12 0 R +/S /Span +>> +endobj +783 0 obj +<< +/ActualText +/K 218 +/P 481 0 R +/Pg 12 0 R +/S /Span +>> +endobj +784 0 obj +<< +/ActualText +/K 226 +/P 482 0 R +/Pg 12 0 R +/S /Span +>> +endobj +785 0 obj +<< +/ActualText +/K 228 +/P 482 0 R +/Pg 12 0 R +/S /Span +>> +endobj +786 0 obj +<< +/ActualText +/K 240 +/P 482 0 R +/Pg 13 0 R +/S /Span +>> +endobj +787 0 obj +<< +/ActualText +/K 249 +/P 483 0 R +/Pg 13 0 R +/S /Span +>> +endobj +788 0 obj +<< +/ActualText +/K 253 +/P 483 0 R +/Pg 13 0 R +/S /Span +>> +endobj +789 0 obj +<< +/ActualText +/K 257 +/P 484 0 R +/Pg 13 0 R +/S /Span +>> +endobj +790 0 obj +<< +/ActualText +/K 263 +/P 485 0 R +/Pg 13 0 R +/S /Span +>> +endobj +791 0 obj +<< +/ActualText +/K 265 +/P 485 0 R +/Pg 13 0 R +/S /Span +>> +endobj +792 0 obj +<< +/C /A5 +/K 274 +/P 1422 0 R +/Pg 13 0 R +/S /Span +>> +endobj +793 0 obj +<< +/C /A5 +/K 275 +/P 1422 0 R +/Pg 13 0 R +/S /Span +>> +endobj +794 0 obj +<< +/K [276 277 278] +/P 1327 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +795 0 obj +<< +/C /A5 +/K 279 +/P 1423 0 R +/Pg 13 0 R +/S /Span +>> +endobj +796 0 obj +<< +/C /A5 +/K 280 +/P 1423 0 R +/Pg 13 0 R +/S /Span +>> +endobj +797 0 obj +<< +/K [281 282 283] +/P 1328 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +798 0 obj +<< +/C /A5 +/K 284 +/P 1424 0 R +/Pg 13 0 R +/S /Span +>> +endobj +799 0 obj +<< +/C /A5 +/K 285 +/P 1424 0 R +/Pg 13 0 R +/S /Span +>> +endobj +800 0 obj +<< +/K [286 287 288] +/P 1329 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +801 0 obj +<< +/C /A5 +/K 289 +/P 1425 0 R +/Pg 13 0 R +/S /Span +>> +endobj +802 0 obj +<< +/C /A5 +/K 290 +/P 1425 0 R +/Pg 13 0 R +/S /Span +>> +endobj +803 0 obj +<< +/K [291 292 293 804 0 R 295 296 297] +/P 1330 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +804 0 obj +<< +/ActualText +/K 294 +/P 803 0 R +/Pg 13 0 R +/S /Span +>> +endobj +805 0 obj +<< +/ActualText +/K 303 +/P 490 0 R +/Pg 14 0 R +/S /Span +>> +endobj +806 0 obj +<< +/ActualText +/K 306 +/P 490 0 R +/Pg 14 0 R +/S /Span +>> +endobj +807 0 obj +<< +/C /A4 +/K 324 +/P 812 0 R +/Pg 14 0 R +/S /Span +>> +endobj +808 0 obj +<< +/ActualText +/K 334 +/P 495 0 R +/Pg 14 0 R +/S /Span +>> +endobj +809 0 obj +<< +/ActualText +/K 338 +/P 495 0 R +/Pg 14 0 R +/S /Span +>> +endobj +810 0 obj +<< +/ActualText +/K 351 +/P 497 0 R +/Pg 14 0 R +/S /Span +>> +endobj +811 0 obj +<< +/ActualText +/K 355 +/P 498 0 R +/Pg 14 0 R +/S /Span +>> +endobj +812 0 obj +<< +/K [253 0 R 807 0 R] +/P 493 0 R +/S /Reference +>> +endobj +813 0 obj +<< +/ActualText +/K 362 +/P 498 0 R +/Pg 15 0 R +/S /Span +>> +endobj +814 0 obj +<< +/C /A5 +/K 372 +/P 1426 0 R +/Pg 15 0 R +/S /Span +>> +endobj +815 0 obj +<< +/C /A5 +/K 373 +/P 1426 0 R +/Pg 15 0 R +/S /Span +>> +endobj +816 0 obj +<< +/K [374 817 0 R 376 377 378] +/P 1331 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +817 0 obj +<< +/ActualText +/K 375 +/P 816 0 R +/Pg 15 0 R +/S /Span +>> +endobj +818 0 obj +<< +/C /A5 +/K 379 +/P 1427 0 R +/Pg 15 0 R +/S /Span +>> +endobj +819 0 obj +<< +/C /A5 +/K 380 +/P 1427 0 R +/Pg 15 0 R +/S /Span +>> +endobj +820 0 obj +<< +/K [381 382 383 384] +/P 1332 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +821 0 obj +<< +/C /A5 +/K 386 +/P 1428 0 R +/Pg 15 0 R +/S /Span +>> +endobj +822 0 obj +<< +/C /A5 +/K 387 +/P 1428 0 R +/Pg 15 0 R +/S /Span +>> +endobj +823 0 obj +<< +/K [388 389 390 824 0 R 392] +/P 1333 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +824 0 obj +<< +/ActualText +/K 391 +/P 823 0 R +/Pg 15 0 R +/S /Span +>> +endobj +825 0 obj +<< +/ActualText +/K 396 +/P 505 0 R +/Pg 15 0 R +/S /Span +>> +endobj +826 0 obj +<< +/ActualText +/K 398 +/P 505 0 R +/Pg 15 0 R +/S /Span +>> +endobj +827 0 obj +<< +/ActualText +/K 401 +/P 506 0 R +/Pg 15 0 R +/S /Span +>> +endobj +828 0 obj +<< +/C /A5 +/K 404 +/P 1429 0 R +/Pg 15 0 R +/S /Span +>> +endobj +829 0 obj +<< +/C /A5 +/K 405 +/P 1429 0 R +/Pg 15 0 R +/S /Span +>> +endobj +830 0 obj +<< +/K [406 831 0 R 408 409 410 832 0 R 412] +/P 1334 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +831 0 obj +<< +/C /A6 +/K 407 +/P 830 0 R +/Pg 15 0 R +/S /Span +>> +endobj +832 0 obj +<< +/ActualText +/K 411 +/P 830 0 R +/Pg 15 0 R +/S /Span +>> +endobj +833 0 obj +<< +/C /A5 +/K 413 +/P 1430 0 R +/Pg 15 0 R +/S /Span +>> +endobj +834 0 obj +<< +/C /A5 +/K 414 +/P 1430 0 R +/Pg 15 0 R +/S /Span +>> +endobj +835 0 obj +<< +/K [415 836 0 R 417 837 0 R 419 420 421] +/P 1335 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +836 0 obj +<< +/C /A6 +/K 416 +/P 835 0 R +/Pg 15 0 R +/S /Span +>> +endobj +837 0 obj +<< +/ActualText +/K 418 +/P 835 0 R +/Pg 15 0 R +/S /Span +>> +endobj +838 0 obj +<< +/C /A5 +/K 422 +/P 1431 0 R +/Pg 16 0 R +/S /Span +>> +endobj +839 0 obj +<< +/C /A5 +/K 423 +/P 1431 0 R +/Pg 16 0 R +/S /Span +>> +endobj +840 0 obj +<< +/K [424 841 0 R 426 427 428 429] +/P 1336 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +841 0 obj +<< +/C /A6 +/K 425 +/P 840 0 R +/Pg 16 0 R +/S /Span +>> +endobj +842 0 obj +<< +/C /A5 +/K 430 +/P 1432 0 R +/Pg 16 0 R +/S /Span +>> +endobj +843 0 obj +<< +/C /A5 +/K 431 +/P 1432 0 R +/Pg 16 0 R +/S /Span +>> +endobj +844 0 obj +<< +/K [432 845 0 R 846 0 R 847 0 R 436 437 438] +/P 1337 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +845 0 obj +<< +/C /A6 +/K 433 +/P 844 0 R +/Pg 16 0 R +/S /Span +>> +endobj +846 0 obj +<< +/ActualText +/C /A6 +/K 434 +/P 844 0 R +/Pg 16 0 R +/S /Span +>> +endobj +847 0 obj +<< +/C /A6 +/K 435 +/P 844 0 R +/Pg 16 0 R +/S /Span +>> +endobj +848 0 obj +<< +/C /A5 +/K 439 +/P 1433 0 R +/Pg 16 0 R +/S /Span +>> +endobj +849 0 obj +<< +/C /A5 +/K 440 +/P 1433 0 R +/Pg 16 0 R +/S /Span +>> +endobj +850 0 obj +<< +/K [441 851 0 R 852 0 R 853 0 R 445 446 447 448 449] +/P 1338 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +851 0 obj +<< +/C /A6 +/K 442 +/P 850 0 R +/Pg 16 0 R +/S /Span +>> +endobj +852 0 obj +<< +/ActualText +/C /A6 +/K 443 +/P 850 0 R +/Pg 16 0 R +/S /Span +>> +endobj +853 0 obj +<< +/C /A6 +/K 444 +/P 850 0 R +/Pg 16 0 R +/S /Span +>> +endobj +854 0 obj +<< +/C /A5 +/K 450 +/P 1434 0 R +/Pg 16 0 R +/S /Span +>> +endobj +855 0 obj +<< +/C /A5 +/K 451 +/P 1434 0 R +/Pg 16 0 R +/S /Span +>> +endobj +856 0 obj +<< +/K [452 857 0 R 858 0 R 455 456 457 458 459 460 461 462 463 859 0 R 465 466 860 0 R +468 469 470 861 0 R 472 473] +/P 1339 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +857 0 obj +<< +/C /A6 +/K 453 +/P 856 0 R +/Pg 16 0 R +/S /Span +>> +endobj +858 0 obj +<< +/C /A6 +/K 454 +/P 856 0 R +/Pg 16 0 R +/S /Span +>> +endobj +859 0 obj +<< +/ActualText +/K 464 +/P 856 0 R +/Pg 16 0 R +/S /Span +>> +endobj +860 0 obj +<< +/ActualText +/K 467 +/P 856 0 R +/Pg 16 0 R +/S /Span +>> +endobj +861 0 obj +<< +/ActualText +/K 471 +/P 856 0 R +/Pg 16 0 R +/S /Span +>> +endobj +862 0 obj +<< +/C /A5 +/K 474 +/P 1435 0 R +/Pg 16 0 R +/S /Span +>> +endobj +863 0 obj +<< +/C /A5 +/K 475 +/P 1435 0 R +/Pg 16 0 R +/S /Span +>> +endobj +864 0 obj +<< +/K [476 865 0 R 478 479 480 481 482 866 0 R 484 485] +/P 1340 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +865 0 obj +<< +/C /A6 +/K 477 +/P 864 0 R +/Pg 16 0 R +/S /Span +>> +endobj +866 0 obj +<< +/ActualText +/K 483 +/P 864 0 R +/Pg 16 0 R +/S /Span +>> +endobj +867 0 obj +<< +/C /A5 +/K 486 +/P 1436 0 R +/Pg 16 0 R +/S /Span +>> +endobj +868 0 obj +<< +/C /A5 +/K 487 +/P 1436 0 R +/Pg 16 0 R +/S /Span +>> +endobj +869 0 obj +<< +/K [488 870 0 R 871 0 R 491 872 0 R 493 873 0 R 495] +/P 1341 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +870 0 obj +<< +/C /A6 +/K 489 +/P 869 0 R +/Pg 16 0 R +/S /Span +>> +endobj +871 0 obj +<< +/C /A6 +/K 490 +/P 869 0 R +/Pg 16 0 R +/S /Span +>> +endobj +872 0 obj +<< +/ActualText +/K 492 +/P 869 0 R +/Pg 16 0 R +/S /Span +>> +endobj +873 0 obj +<< +/ActualText +/K 494 +/P 869 0 R +/Pg 16 0 R +/S /Span +>> +endobj +874 0 obj +<< +/ActualText +/K 498 +/P 509 0 R +/Pg 16 0 R +/S /Span +>> +endobj +875 0 obj +<< +/C /A5 +/K 500 +/P 1437 0 R +/Pg 16 0 R +/S /Span +>> +endobj +876 0 obj +<< +/C /A5 +/K 501 +/P 1437 0 R +/Pg 16 0 R +/S /Span +>> +endobj +877 0 obj +<< +/K 502 +/P 1342 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +878 0 obj +<< +/C /A5 +/K 503 +/P 1438 0 R +/Pg 17 0 R +/S /Span +>> +endobj +879 0 obj +<< +/C /A5 +/K 504 +/P 1438 0 R +/Pg 17 0 R +/S /Span +>> +endobj +880 0 obj +<< +/K [505 506 507] +/P 1343 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +881 0 obj +<< +/C /A5 +/K 508 +/P 1439 0 R +/Pg 17 0 R +/S /Span +>> +endobj +882 0 obj +<< +/C /A5 +/K 509 +/P 1439 0 R +/Pg 17 0 R +/S /Span +>> +endobj +883 0 obj +<< +/K [510 511] +/P 1344 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +884 0 obj +<< +/C /A5 +/K 512 +/P 1440 0 R +/Pg 17 0 R +/S /Span +>> +endobj +885 0 obj +<< +/C /A5 +/K 513 +/P 1440 0 R +/Pg 17 0 R +/S /Span +>> +endobj +886 0 obj +<< +/K 514 +/P 1345 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +887 0 obj +<< +/C /A5 +/K 515 +/P 1441 0 R +/Pg 17 0 R +/S /Span +>> +endobj +888 0 obj +<< +/C /A5 +/K 516 +/P 1441 0 R +/Pg 17 0 R +/S /Span +>> +endobj +889 0 obj +<< +/K [517 518] +/P 1346 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +890 0 obj +<< +/C /A5 +/K 519 +/P 1442 0 R +/Pg 17 0 R +/S /Span +>> +endobj +891 0 obj +<< +/C /A5 +/K 520 +/P 1442 0 R +/Pg 17 0 R +/S /Span +>> +endobj +892 0 obj +<< +/K [521 522 523] +/P 1347 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +893 0 obj +<< +/ActualText +/K 527 +/P 511 0 R +/Pg 17 0 R +/S /Span +>> +endobj +894 0 obj +<< +/ActualText +/K 531 +/P 511 0 R +/Pg 17 0 R +/S /Span +>> +endobj +895 0 obj +<< +/ActualText +/K 534 +/P 511 0 R +/Pg 17 0 R +/S /Span +>> +endobj +896 0 obj +<< +/ActualText +/K 538 +/P 512 0 R +/Pg 17 0 R +/S /Span +>> +endobj +897 0 obj +<< +/ActualText +/K 541 +/P 512 0 R +/Pg 17 0 R +/S /Span +>> +endobj +898 0 obj +<< +/ActualText +/K 545 +/P 512 0 R +/Pg 17 0 R +/S /Span +>> +endobj +899 0 obj +<< +/ActualText +/K 548 +/P 512 0 R +/Pg 17 0 R +/S /Span +>> +endobj +900 0 obj +<< +/ActualText +/K 557 +/P 513 0 R +/Pg 17 0 R +/S /Span +>> +endobj +901 0 obj +<< +/ActualText +/K 560 +/P 513 0 R +/Pg 17 0 R +/S /Span +>> +endobj +902 0 obj +<< +/C /A5 +/K 567 +/P 1443 0 R +/Pg 17 0 R +/S /Span +>> +endobj +903 0 obj +<< +/C /A5 +/K 568 +/P 1443 0 R +/Pg 17 0 R +/S /Span +>> +endobj +904 0 obj +<< +/K [569 570] +/P 1348 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +905 0 obj +<< +/C /A5 +/K 571 +/P 1444 0 R +/Pg 17 0 R +/S /Span +>> +endobj +906 0 obj +<< +/C /A5 +/K 572 +/P 1444 0 R +/Pg 17 0 R +/S /Span +>> +endobj +907 0 obj +<< +/K [573 908 0 R 575 576] +/P 1349 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +908 0 obj +<< +/ActualText +/K 574 +/P 907 0 R +/Pg 17 0 R +/S /Span +>> +endobj +909 0 obj +<< +/C /A5 +/K 584 +/P 1445 0 R +/Pg 18 0 R +/S /Span +>> +endobj +910 0 obj +<< +/C /A5 +/K 585 +/P 1445 0 R +/Pg 18 0 R +/S /Span +>> +endobj +911 0 obj +<< +/K [586 587] +/P 1350 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +912 0 obj +<< +/C /A5 +/K 588 +/P 1446 0 R +/Pg 18 0 R +/S /Span +>> +endobj +913 0 obj +<< +/C /A5 +/K 589 +/P 1446 0 R +/Pg 18 0 R +/S /Span +>> +endobj +914 0 obj +<< +/K [590 591] +/P 1351 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +915 0 obj +<< +/C /A5 +/K 593 +/P 1447 0 R +/Pg 18 0 R +/S /Span +>> +endobj +916 0 obj +<< +/C /A5 +/K 594 +/P 1447 0 R +/Pg 18 0 R +/S /Span +>> +endobj +917 0 obj +<< +/K [595 596] +/P 1352 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +918 0 obj +<< +/ActualText +/K 604 +/P 521 0 R +/Pg 18 0 R +/S /Span +>> +endobj +919 0 obj +<< +/ActualText +/K 610 +/P 521 0 R +/Pg 18 0 R +/S /Span +>> +endobj +920 0 obj +<< +/C /A4 +/K 613 +/P 936 0 R +/Pg 18 0 R +/S /Span +>> +endobj +921 0 obj +<< +/C /A4 +/K 621 +/P 937 0 R +/Pg 18 0 R +/S /Span +>> +endobj +922 0 obj +<< +/ActualText +/K 625 +/P 523 0 R +/Pg 18 0 R +/S /Span +>> +endobj +923 0 obj +<< +/ActualText +/K 629 +/P 523 0 R +/Pg 18 0 R +/S /Span +>> +endobj +924 0 obj +<< +/C /A5 +/K 631 +/P 1448 0 R +/Pg 18 0 R +/S /Span +>> +endobj +925 0 obj +<< +/C /A5 +/K 632 +/P 1448 0 R +/Pg 18 0 R +/S /Span +>> +endobj +926 0 obj +<< +/K [633 634] +/P 1353 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +927 0 obj +<< +/C /A5 +/K 635 +/P 1449 0 R +/Pg 18 0 R +/S /Span +>> +endobj +928 0 obj +<< +/C /A5 +/K 636 +/P 1449 0 R +/Pg 18 0 R +/S /Span +>> +endobj +929 0 obj +<< +/K [637 638] +/P 1354 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +930 0 obj +<< +/C /A5 +/K 639 +/P 1450 0 R +/Pg 18 0 R +/S /Span +>> +endobj +931 0 obj +<< +/C /A5 +/K 640 +/P 1450 0 R +/Pg 18 0 R +/S /Span +>> +endobj +932 0 obj +<< +/K 641 +/P 1355 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +933 0 obj +<< +/ActualText +/K 643 +/P 525 0 R +/Pg 18 0 R +/S /Span +>> +endobj +934 0 obj +<< +/ActualText +/K 646 +/P 525 0 R +/Pg 18 0 R +/S /Span +>> +endobj +935 0 obj +<< +/ActualText +/K 648 +/P 525 0 R +/Pg 18 0 R +/S /Span +>> +endobj +936 0 obj +<< +/K [258 0 R 920 0 R] +/P 521 0 R +/S /Reference +>> +endobj +937 0 obj +<< +/K [259 0 R 921 0 R] +/P 522 0 R +/S /Reference +>> +endobj +938 0 obj +<< +/ActualText +/K 653 +/P 526 0 R +/Pg 19 0 R +/S /Span +>> +endobj +939 0 obj +<< +/ActualText +/K 656 +/P 526 0 R +/Pg 19 0 R +/S /Span +>> +endobj +940 0 obj +<< +/ActualText +/K 660 +/P 527 0 R +/Pg 19 0 R +/S /Span +>> +endobj +941 0 obj +<< +/ActualText +/K 662 +/P 527 0 R +/Pg 19 0 R +/S /Span +>> +endobj +942 0 obj +<< +/ActualText +/K 668 +/P 528 0 R +/Pg 19 0 R +/S /Span +>> +endobj +943 0 obj +<< +/ActualText +/K 684 +/P 531 0 R +/Pg 19 0 R +/S /Span +>> +endobj +944 0 obj +<< +/C /A4 +/K 690 +/P 950 0 R +/Pg 19 0 R +/S /Span +>> +endobj +945 0 obj +<< +/ActualText +/K 693 +/P 532 0 R +/Pg 19 0 R +/S /Span +>> +endobj +946 0 obj +<< +/ActualText +/K 699 +/P 533 0 R +/Pg 19 0 R +/S /Span +>> +endobj +947 0 obj +<< +/ActualText +/K 703 +/P 533 0 R +/Pg 19 0 R +/S /Span +>> +endobj +948 0 obj +<< +/ActualText +/K 707 +/P 534 0 R +/Pg 19 0 R +/S /Span +>> +endobj +949 0 obj +<< +/ActualText +/K 710 +/P 534 0 R +/Pg 19 0 R +/S /Span +>> +endobj +950 0 obj +<< +/K [261 0 R 944 0 R] +/P 531 0 R +/S /Reference +>> +endobj +951 0 obj +<< +/C /A4 +/K 712 +/P 969 0 R +/Pg 20 0 R +/S /Span +>> +endobj +952 0 obj +<< +/ActualText +/K 721 +/P 535 0 R +/Pg 20 0 R +/S /Span +>> +endobj +953 0 obj +<< +/ActualText +/K 726 +/P 537 0 R +/Pg 20 0 R +/S /Span +>> +endobj +954 0 obj +<< +/C /A5 +/K 735 +/P 1451 0 R +/Pg 20 0 R +/S /Span +>> +endobj +955 0 obj +<< +/C /A5 +/K 736 +/P 1451 0 R +/Pg 20 0 R +/S /Span +>> +endobj +956 0 obj +<< +/K [737 738] +/P 1356 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +957 0 obj +<< +/C /A5 +/K 739 +/P 1452 0 R +/Pg 20 0 R +/S /Span +>> +endobj +958 0 obj +<< +/C /A5 +/K 740 +/P 1452 0 R +/Pg 20 0 R +/S /Span +>> +endobj +959 0 obj +<< +/K [741 742 743] +/P 1357 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +960 0 obj +<< +/C /A5 +/K 744 +/P 1453 0 R +/Pg 20 0 R +/S /Span +>> +endobj +961 0 obj +<< +/C /A5 +/K 745 +/P 1453 0 R +/Pg 20 0 R +/S /Span +>> +endobj +962 0 obj +<< +/K [746 963 0 R 748 749] +/P 1358 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +963 0 obj +<< +/ActualText +/K 747 +/P 962 0 R +/Pg 20 0 R +/S /Span +>> +endobj +964 0 obj +<< +/C /A5 +/K 751 +/P 1454 0 R +/Pg 20 0 R +/S /Span +>> +endobj +965 0 obj +<< +/C /A5 +/K 752 +/P 1454 0 R +/Pg 20 0 R +/S /Span +>> +endobj +966 0 obj +<< +/K [753 754 755 756] +/P 1359 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +967 0 obj +<< +/C /A4 +/K 760 +/P 970 0 R +/Pg 20 0 R +/S /Span +>> +endobj +968 0 obj +<< +/ActualText +/K 764 +/P 544 0 R +/Pg 20 0 R +/S /Span +>> +endobj +969 0 obj +<< +/K [263 0 R 951 0 R] +/P 534 0 R +/S /Reference +>> +endobj +970 0 obj +<< +/K [264 0 R 967 0 R] +/P 543 0 R +/S /Reference +>> +endobj +971 0 obj +<< +/C /A4 +/K 774 +/P 988 0 R +/Pg 21 0 R +/S /Span +>> +endobj +972 0 obj +<< +/C /A4 +/K 783 +/P 989 0 R +/Pg 21 0 R +/S /Span +>> +endobj +973 0 obj +<< +/ActualText +/K 786 +/P 546 0 R +/Pg 21 0 R +/S /Span +>> +endobj +974 0 obj +<< +/C /A4 +/K 788 +/P 990 0 R +/Pg 21 0 R +/S /Span +>> +endobj +975 0 obj +<< +/C /A4 +/K 790 +/P 991 0 R +/Pg 21 0 R +/S /Span +>> +endobj +976 0 obj +<< +/C /A4 +/K 795 +/P 992 0 R +/Pg 21 0 R +/S /Span +>> +endobj +977 0 obj +<< +/ActualText +/K 797 +/P 546 0 R +/Pg 21 0 R +/S /Span +>> +endobj +978 0 obj +<< +/C /A4 +/K 799 +/P 993 0 R +/Pg 21 0 R +/S /Span +>> +endobj +979 0 obj +<< +/C /A4 +/K 802 +/P 994 0 R +/Pg 21 0 R +/S /Span +>> +endobj +980 0 obj +<< +/ActualText +/K 804 +/P 547 0 R +/Pg 21 0 R +/S /Span +>> +endobj +981 0 obj +<< +/C /A4 +/K 806 +/P 995 0 R +/Pg 21 0 R +/S /Span +>> +endobj +982 0 obj +<< +/ActualText +/K 809 +/P 547 0 R +/Pg 21 0 R +/S /Span +>> +endobj +983 0 obj +<< +/ActualText +/K 812 +/P 548 0 R +/Pg 21 0 R +/S /Span +>> +endobj +984 0 obj +<< +/C /A4 +/K 815 +/P 996 0 R +/Pg 21 0 R +/S /Span +>> +endobj +985 0 obj +<< +/ActualText +/K 832 +/P 550 0 R +/Pg 21 0 R +/S /Span +>> +endobj +986 0 obj +<< +/ActualText +/K 838 +/P 657 0 R +/Pg 21 0 R +/S /Span +>> +endobj +987 0 obj +<< +/ActualText +/K 840 +/P 657 0 R +/Pg 21 0 R +/S /Span +>> +endobj +988 0 obj +<< +/K [266 0 R 971 0 R] +/P 546 0 R +/S /Reference +>> +endobj +989 0 obj +<< +/K [267 0 R 972 0 R] +/P 546 0 R +/S /Reference +>> +endobj +990 0 obj +<< +/K [268 0 R 974 0 R] +/P 546 0 R +/S /Reference +>> +endobj +991 0 obj +<< +/K [269 0 R 975 0 R] +/P 546 0 R +/S /Reference +>> +endobj +992 0 obj +<< +/K [270 0 R 976 0 R] +/P 546 0 R +/S /Reference +>> +endobj +993 0 obj +<< +/K [271 0 R 978 0 R] +/P 546 0 R +/S /Reference +>> +endobj +994 0 obj +<< +/K [272 0 R 979 0 R] +/P 547 0 R +/S /Reference +>> +endobj +995 0 obj +<< +/K [273 0 R 981 0 R] +/P 547 0 R +/S /Reference +>> +endobj +996 0 obj +<< +/K [274 0 R 984 0 R] +/P 548 0 R +/S /Reference +>> +endobj +997 0 obj +<< +/ActualText +/K 846 +/P 551 0 R +/Pg 22 0 R +/S /Span +>> +endobj +998 0 obj +<< +/ActualText +/K 849 +/P 551 0 R +/Pg 22 0 R +/S /Span +>> +endobj +999 0 obj +<< +/C /A5 +/K 856 +/P 1455 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1000 0 obj +<< +/C /A5 +/K 857 +/P 1455 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1001 0 obj +<< +/K [858 859] +/P 1360 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +1002 0 obj +<< +/C /A5 +/K 860 +/P 1456 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1003 0 obj +<< +/C /A5 +/K 861 +/P 1456 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1004 0 obj +<< +/K [862 863] +/P 1361 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +1005 0 obj +<< +/C /A5 +/K 864 +/P 1457 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1006 0 obj +<< +/C /A5 +/K 865 +/P 1457 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1007 0 obj +<< +/K [866 1008 0 R 868] +/P 1362 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +1008 0 obj +<< +/ActualText +/K 867 +/P 1007 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1009 0 obj +<< +/C /A5 +/K 869 +/P 1458 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1010 0 obj +<< +/C /A5 +/K 870 +/P 1458 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1011 0 obj +<< +/K [871 872 873] +/P 1363 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +1012 0 obj +<< +/C /A5 +/K 874 +/P 1459 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1013 0 obj +<< +/C /A5 +/K 875 +/P 1459 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1014 0 obj +<< +/K [876 877 878 879 880] +/P 1364 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +1015 0 obj +<< +/C /A5 +/K 881 +/P 1460 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1016 0 obj +<< +/C /A5 +/K 882 +/P 1460 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1017 0 obj +<< +/K [883 884 885] +/P 1365 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +1018 0 obj +<< +/A << +/O /Layout +/LineHeight 11.0 +/TextDecorationType /Underline +>> +/K 896 +/P 276 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1019 0 obj +<< +/C /A5 +/K 898 +/P 1461 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1020 0 obj +<< +/C /A5 +/K 899 +/P 1461 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1021 0 obj +<< +/K [900 1022 0 R 902 903 904 1023 0 R 906 907 908] +/P 1366 0 R +/Pg 22 0 R +/S /LBody +>> +endobj +1022 0 obj +<< +/ActualText +/K 901 +/P 1021 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1023 0 obj +<< +/ActualText +/K 905 +/P 1021 0 R +/Pg 22 0 R +/S /Span +>> +endobj +1024 0 obj +<< +/C /A5 +/K 909 +/P 1462 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1025 0 obj +<< +/C /A5 +/K 910 +/P 1462 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1026 0 obj +<< +/K [911 912 913 914 1062 0 R 916] +/P 1367 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1027 0 obj +<< +/C /A4 +/K 915 +/P 1062 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1028 0 obj +<< +/C /A4 +/K 922 +/P 1063 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1029 0 obj +<< +/ActualText +/K 926 +/P 562 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1030 0 obj +<< +/C /A5 +/K 930 +/P 1463 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1031 0 obj +<< +/C /A5 +/K 931 +/P 1463 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1032 0 obj +<< +/K [932 1033 0 R 934] +/P 1368 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1033 0 obj +<< +/ActualText +/K 933 +/P 1032 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1034 0 obj +<< +/C /A5 +/K 935 +/P 1464 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1035 0 obj +<< +/C /A5 +/K 936 +/P 1464 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1036 0 obj +<< +/K [937 1037 0 R 939 1038 0 R 941 1064 0 R 943] +/P 1369 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1037 0 obj +<< +/ActualText +/K 938 +/P 1036 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1038 0 obj +<< +/ActualText +/K 940 +/P 1036 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1039 0 obj +<< +/C /A4 +/K 942 +/P 1064 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1040 0 obj +<< +/C /A5 +/K 944 +/P 1465 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1041 0 obj +<< +/C /A5 +/K 945 +/P 1465 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1042 0 obj +<< +/K [946 947] +/P 1466 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1043 0 obj +<< +/C /A5 +/K 948 +/P 1467 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1044 0 obj +<< +/C /A5 +/K 949 +/P 1467 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1045 0 obj +<< +/K [950 1065 0 R 952] +/P 1468 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1046 0 obj +<< +/C /A4 +/K 951 +/P 1065 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1047 0 obj +<< +/C /A5 +/K 955 +/P 1469 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1048 0 obj +<< +/C /A5 +/K 956 +/P 1469 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1049 0 obj +<< +/K [957 1066 0 R 959] +/P 1370 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1050 0 obj +<< +/C /A4 +/K 958 +/P 1066 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1051 0 obj +<< +/C /A5 +/K 960 +/P 1470 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1052 0 obj +<< +/C /A5 +/K 961 +/P 1470 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1053 0 obj +<< +/K [962 1067 0 R 964] +/P 1371 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1054 0 obj +<< +/C /A4 +/K 963 +/P 1067 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1055 0 obj +<< +/ActualText +/K 966 +/P 567 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1056 0 obj +<< +/C /A4 +/K 971 +/P 1068 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1057 0 obj +<< +/C /A5 +/K 976 +/P 1471 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1058 0 obj +<< +/K 977 +/P 1372 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1059 0 obj +<< +/C /A5 +/K 978 +/P 1472 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1060 0 obj +<< +/K [979 980] +/P 1373 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +1061 0 obj +<< +/ActualText +/K 982 +/P 570 0 R +/Pg 23 0 R +/S /Span +>> +endobj +1062 0 obj +<< +/K [278 0 R 1027 0 R] +/P 1026 0 R +/S /Reference +>> +endobj +1063 0 obj +<< +/K [279 0 R 1028 0 R] +/P 562 0 R +/S /Reference +>> +endobj +1064 0 obj +<< +/K [280 0 R 1039 0 R] +/P 1036 0 R +/S /Reference +>> +endobj +1065 0 obj +<< +/K [281 0 R 1046 0 R] +/P 1045 0 R +/S /Reference +>> +endobj +1066 0 obj +<< +/K [282 0 R 1050 0 R] +/P 1049 0 R +/S /Reference +>> +endobj +1067 0 obj +<< +/K [283 0 R 1054 0 R] +/P 1053 0 R +/S /Reference +>> +endobj +1068 0 obj +<< +/K [284 0 R 1056 0 R] +/P 567 0 R +/S /Reference +>> +endobj +1069 0 obj +<< +/C /A5 +/K 989 +/P 1473 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1070 0 obj +<< +/C /A5 +/K 990 +/P 1473 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1071 0 obj +<< +/K [991 992 1072 0 R 994 1073 0 R 996 997 1086 0 R 999] +/P 1374 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +1072 0 obj +<< +/ActualText +/K 993 +/P 1071 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1073 0 obj +<< +/ActualText +/K 995 +/P 1071 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1074 0 obj +<< +/C /A4 +/K 998 +/P 1086 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1075 0 obj +<< +/C /A5 +/K 1002 +/P 1474 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1076 0 obj +<< +/K [1003 1077 0 R 1005 1006 1007 1008 1009 1078 0 R 1011 1012 1013 1014] +/P 1375 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +1077 0 obj +<< +/ActualText +/K 1004 +/P 1076 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1078 0 obj +<< +/ActualText +/K 1010 +/P 1076 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1079 0 obj +<< +/C /A5 +/K 1015 +/P 1475 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1080 0 obj +<< +/K [1016 1017 1018 1019] +/P 1376 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +1081 0 obj +<< +/ActualText +/K 1025 +/P 575 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1082 0 obj +<< +/C /A4 +/K 1027 +/P 1087 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1083 0 obj +<< +/ActualText +/K 1037 +/P 575 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1084 0 obj +<< +/ActualText +/K 1045 +/P 577 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1085 0 obj +<< +/ActualText +/K 1052 +/P 577 0 R +/Pg 24 0 R +/S /Span +>> +endobj +1086 0 obj +<< +/K [286 0 R 1074 0 R] +/P 1071 0 R +/S /Reference +>> +endobj +1087 0 obj +<< +/K [287 0 R 1082 0 R] +/P 575 0 R +/S /Reference +>> +endobj +1088 0 obj +<< +/C /A5 +/K 1055 +/P 1476 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1089 0 obj +<< +/C /A5 +/K 1056 +/P 1476 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1090 0 obj +<< +/K [1057 1058 1059] +/P 1377 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1091 0 obj +<< +/C /A5 +/K 1060 +/P 1477 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1092 0 obj +<< +/C /A5 +/K 1061 +/P 1477 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1093 0 obj +<< +/K [1062 1063] +/P 1378 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1094 0 obj +<< +/C /A5 +/K 1064 +/P 1478 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1095 0 obj +<< +/C /A5 +/K 1065 +/P 1478 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1096 0 obj +<< +/K [1066 1067 1068 1069 1070 1071] +/P 1379 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1097 0 obj +<< +/C /A4 +/K 1079 +/P 1108 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1098 0 obj +<< +/C /A4 +/K 1083 +/P 1109 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1099 0 obj +<< +/ActualText +/K 1086 +/P 582 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1100 0 obj +<< +/C /A5 +/K 1104 +/P 1479 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1101 0 obj +<< +/C /A5 +/K 1105 +/P 1479 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1102 0 obj +<< +/K [1106 1107 1108 1103 0 R 1110] +/P 1380 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1103 0 obj +<< +/ActualText +/K 1109 +/P 1102 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1104 0 obj +<< +/C /A5 +/K 1111 +/P 1480 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1105 0 obj +<< +/C /A5 +/K 1112 +/P 1480 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1106 0 obj +<< +/K [1113 1114 1107 0 R 1116 1117 1118] +/P 1381 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1107 0 obj +<< +/ActualText +/K 1115 +/P 1106 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1108 0 obj +<< +/K [289 0 R 1097 0 R] +/P 581 0 R +/S /Reference +>> +endobj +1109 0 obj +<< +/K [290 0 R 1098 0 R] +/P 581 0 R +/S /Reference +>> +endobj +1110 0 obj +<< +/C /A5 +/K 1119 +/P 1481 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1111 0 obj +<< +/C /A5 +/K 1120 +/P 1481 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1112 0 obj +<< +/K [1121 1122 1123] +/P 1382 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +1113 0 obj +<< +/C /A5 +/K 1125 +/P 1482 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1114 0 obj +<< +/C /A5 +/K 1126 +/P 1482 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1115 0 obj +<< +/K [1127 1116 0 R 1129 1130 1131 1132] +/P 1383 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +1116 0 obj +<< +/ActualText +/K 1128 +/P 1115 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1117 0 obj +<< +/ActualText +/K 1136 +/P 591 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1118 0 obj +<< +/ActualText +/K 1138 +/P 591 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1119 0 obj +<< +/C /A5 +/K 1140 +/P 1483 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1120 0 obj +<< +/C /A5 +/K 1141 +/P 1483 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1121 0 obj +<< +/K [1142 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1148 1149 1150 1151 1152 1153 1154] +/P 1384 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +1122 0 obj +<< +/C /A6 +/K 1143 +/P 1121 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1123 0 obj +<< +/ActualText +/C /A6 +/K 1144 +/P 1121 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1124 0 obj +<< +/C /A6 +/K 1145 +/P 1121 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1125 0 obj +<< +/ActualText +/C /A6 +/K 1146 +/P 1121 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1126 0 obj +<< +/C /A6 +/K 1147 +/P 1121 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1127 0 obj +<< +/C /A5 +/K 1155 +/P 1484 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1128 0 obj +<< +/C /A5 +/K 1156 +/P 1484 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1129 0 obj +<< +/K [1157 1130 0 R 1159 1160] +/P 1385 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +1130 0 obj +<< +/C /A6 +/K 1158 +/P 1129 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1131 0 obj +<< +/C /A5 +/K 1161 +/P 1485 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1132 0 obj +<< +/C /A5 +/K 1162 +/P 1485 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1133 0 obj +<< +/K [1163 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1168 1169 1170] +/P 1386 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +1134 0 obj +<< +/C /A6 +/K 1164 +/P 1133 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1135 0 obj +<< +/C /A6 +/K 1165 +/P 1133 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1136 0 obj +<< +/ActualText +/C /A6 +/K 1166 +/P 1133 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1137 0 obj +<< +/C /A6 +/K 1167 +/P 1133 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1138 0 obj +<< +/C /A5 +/K 1171 +/P 1486 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1139 0 obj +<< +/C /A5 +/K 1172 +/P 1486 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1140 0 obj +<< +/K [1173 1174 1141 0 R 1142 0 R 1143 0 R 1178 1144 0 R 1180] +/P 1387 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +1141 0 obj +<< +/C /A6 +/K 1175 +/P 1140 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1142 0 obj +<< +/ActualText +/C /A6 +/K 1176 +/P 1140 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1143 0 obj +<< +/C /A6 +/K 1177 +/P 1140 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1144 0 obj +<< +/ActualText +/K 1179 +/P 1140 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1145 0 obj +<< +/C /A5 +/K 1181 +/P 1487 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1146 0 obj +<< +/C /A5 +/K 1182 +/P 1487 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1147 0 obj +<< +/K [1183 1148 0 R 1185 1186 1187 1149 0 R 1189] +/P 1388 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +1148 0 obj +<< +/C /A6 +/K 1184 +/P 1147 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1149 0 obj +<< +/ActualText +/K 1188 +/P 1147 0 R +/Pg 26 0 R +/S /Span +>> +endobj +1150 0 obj +<< +/C /A5 +/K 1191 +/P 1488 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1151 0 obj +<< +/C /A5 +/K 1192 +/P 1488 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1152 0 obj +<< +/K [1193 1194 1195 1196 1197 1198] +/P 1389 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +1153 0 obj +<< +/ActualText +/K 1205 +/P 598 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1154 0 obj +<< +/C /A5 +/K 1215 +/P 1489 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1155 0 obj +<< +/C /A5 +/K 1216 +/P 1489 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1156 0 obj +<< +/K 1217 +/P 1390 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +1157 0 obj +<< +/C /A5 +/K 1218 +/P 1490 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1158 0 obj +<< +/C /A5 +/K 1219 +/P 1490 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1159 0 obj +<< +/K 1220 +/P 1391 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +1160 0 obj +<< +/C /A5 +/K 1221 +/P 1491 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1161 0 obj +<< +/C /A5 +/K 1222 +/P 1491 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1162 0 obj +<< +/K [1223 1163 0 R 1225] +/P 1392 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +1163 0 obj +<< +/ActualText +/K 1224 +/P 1162 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1164 0 obj +<< +/C /A5 +/K 1226 +/P 1492 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1165 0 obj +<< +/C /A5 +/K 1227 +/P 1492 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1166 0 obj +<< +/K 1228 +/P 1393 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +1167 0 obj +<< +/ActualText +/K 1231 +/P 601 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1168 0 obj +<< +/ActualText +/K 1233 +/P 601 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1169 0 obj +<< +/ActualText +/K 1238 +/P 602 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1170 0 obj +<< +/C /A5 +/K 1244 +/P 1493 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1171 0 obj +<< +/C /A5 +/K 1245 +/P 1493 0 R +/Pg 27 0 R +/S /Span +>> +endobj +1172 0 obj +<< +/K [1246 1247] +/P 1394 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +1173 0 obj +<< +/C /A5 +/K 1248 +/P 1494 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1174 0 obj +<< +/C /A5 +/K 1249 +/P 1494 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1175 0 obj +<< +/K [1250 1251 1252 1253] +/P 1395 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +1176 0 obj +<< +/C /A5 +/K 1254 +/P 1495 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1177 0 obj +<< +/C /A5 +/K 1255 +/P 1495 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1178 0 obj +<< +/K [1256 1257 1258] +/P 1396 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +1179 0 obj +<< +/C /A5 +/K 1260 +/P 1496 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1180 0 obj +<< +/C /A5 +/K 1261 +/P 1496 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1181 0 obj +<< +/K [1262 1182 0 R 1264 1265] +/P 1397 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +1182 0 obj +<< +/ActualText +/K 1263 +/P 1181 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1183 0 obj +<< +/ActualText +/K 1271 +/P 609 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1184 0 obj +<< +/ActualText +/K 1274 +/P 610 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1185 0 obj +<< +/C /A5 +/K 1276 +/P 1497 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1186 0 obj +<< +/C /A5 +/K 1277 +/P 1497 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1187 0 obj +<< +/K [1278 1188 0 R 1280 1281 1282 1283 1189 0 R 1285 1286 1287 1288 1289 1190 0 R 1291 1292 1293 +1294 1295 1296 1196 0 R 1298] +/P 1398 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +1188 0 obj +<< +/C /A6 +/K 1279 +/P 1187 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1189 0 obj +<< +/ActualText +/K 1284 +/P 1187 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1190 0 obj +<< +/ActualText +/K 1290 +/P 1187 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1191 0 obj +<< +/C /A4 +/K 1297 +/P 1196 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1192 0 obj +<< +/C /A5 +/K 1299 +/P 1498 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1193 0 obj +<< +/C /A5 +/K 1300 +/P 1498 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1194 0 obj +<< +/K [1301 1302 1303 1304 1305 1195 0 R 1307 1308 1309 1310 1311 1312 1313] +/P 1399 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +1195 0 obj +<< +/ActualText +/K 1306 +/P 1194 0 R +/Pg 28 0 R +/S /Span +>> +endobj +1196 0 obj +<< +/K [294 0 R 1191 0 R] +/P 1187 0 R +/S /Reference +>> +endobj +1197 0 obj +<< +/C /A5 +/K 1315 +/P 1499 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1198 0 obj +<< +/C /A5 +/K 1316 +/P 1499 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1199 0 obj +<< +/K [1317 1318] +/P 1400 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +1200 0 obj +<< +/C /A5 +/K 1319 +/P 1500 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1201 0 obj +<< +/C /A5 +/K 1320 +/P 1500 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1202 0 obj +<< +/K [1321 1322 1323 1203 0 R 1325] +/P 1401 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +1203 0 obj +<< +/ActualText +/K 1324 +/P 1202 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1204 0 obj +<< +/C /A5 +/K 1327 +/P 1501 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1205 0 obj +<< +/C /A5 +/K 1328 +/P 1501 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1206 0 obj +<< +/K [1329 1330] +/P 1402 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +1207 0 obj +<< +/C /A4 +/K 1336 +/P 1213 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1208 0 obj +<< +/ActualText +/K 1339 +/P 617 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1209 0 obj +<< +/ActualText +/K 1343 +/P 617 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1210 0 obj +<< +/ActualText +/K 1346 +/P 618 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1211 0 obj +<< +/ActualText +/K 1357 +/P 619 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1212 0 obj +<< +/ActualText +/K 1362 +/P 619 0 R +/Pg 29 0 R +/S /Span +>> +endobj +1213 0 obj +<< +/K [296 0 R 1207 0 R] +/P 617 0 R +/S /Reference +>> +endobj +1214 0 obj +<< +/ActualText +/K 1377 +/P 622 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1215 0 obj +<< +/ActualText +/K 1379 +/P 622 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1216 0 obj +<< +/ActualText +/K 1386 +/P 623 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1217 0 obj +<< +/C /A4 +/K 1389 +/P 1251 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1218 0 obj +<< +/C /A4 +/K 1393 +/P 1252 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1219 0 obj +<< +/ActualText +/K 1399 +/P 624 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1220 0 obj +<< +/ActualText +/K 1403 +/P 624 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1221 0 obj +<< +/C /A5 +/K 1411 +/P 1502 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1222 0 obj +<< +/C /A5 +/K 1412 +/P 1502 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1223 0 obj +<< +/K 1413 +/P 1403 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1224 0 obj +<< +/C /A5 +/K 1414 +/P 1503 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1225 0 obj +<< +/C /A5 +/K 1415 +/P 1503 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1226 0 obj +<< +/K [1416 1227 0 R 1418] +/P 1404 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1227 0 obj +<< +/ActualText +/K 1417 +/P 1226 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1228 0 obj +<< +/C /A5 +/K 1419 +/P 1504 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1229 0 obj +<< +/C /A5 +/K 1420 +/P 1504 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1230 0 obj +<< +/K [1421 1422] +/P 1405 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1231 0 obj +<< +/C /A5 +/K 1423 +/P 1505 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1232 0 obj +<< +/C /A5 +/K 1424 +/P 1505 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1233 0 obj +<< +/K 1425 +/P 1406 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1234 0 obj +<< +/C /A5 +/K 1426 +/P 1506 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1235 0 obj +<< +/C /A5 +/K 1427 +/P 1506 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1236 0 obj +<< +/K [1428 1429] +/P 1407 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1237 0 obj +<< +/C /A5 +/K 1430 +/P 1507 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1238 0 obj +<< +/C /A5 +/K 1431 +/P 1507 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1239 0 obj +<< +/K 1432 +/P 1408 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1240 0 obj +<< +/C /A5 +/K 1433 +/P 1508 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1241 0 obj +<< +/C /A5 +/K 1434 +/P 1508 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1242 0 obj +<< +/K [1435 1243 0 R 1437] +/P 1409 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1243 0 obj +<< +/ActualText +/K 1436 +/P 1242 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1244 0 obj +<< +/C /A5 +/K 1438 +/P 1509 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1245 0 obj +<< +/C /A5 +/K 1439 +/P 1509 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1246 0 obj +<< +/K [1440 1247 0 R 1442] +/P 1410 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1247 0 obj +<< +/ActualText +/K 1441 +/P 1246 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1248 0 obj +<< +/C /A5 +/K 1443 +/P 1510 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1249 0 obj +<< +/C /A5 +/K 1444 +/P 1510 0 R +/Pg 30 0 R +/S /Span +>> +endobj +1250 0 obj +<< +/K [1445 1446] +/P 1411 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +1251 0 obj +<< +/K [298 0 R 1217 0 R] +/P 623 0 R +/S /Reference +>> +endobj +1252 0 obj +<< +/K [299 0 R 1218 0 R] +/P 623 0 R +/S /Reference +>> +endobj +1253 0 obj +<< +/ActualText +/K 1450 +/P 628 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1254 0 obj +<< +/C /A4 +/K 1454 +/P 1271 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1255 0 obj +<< +/ActualText +/K 1457 +/P 629 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1256 0 obj +<< +/C /A5 +/K 1462 +/P 1511 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1257 0 obj +<< +/C /A5 +/K 1463 +/P 1511 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1258 0 obj +<< +/K [1464 1465 1466] +/P 1412 0 R +/Pg 31 0 R +/S /LBody +>> +endobj +1259 0 obj +<< +/C /A5 +/K 1467 +/P 1512 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1260 0 obj +<< +/C /A5 +/K 1468 +/P 1512 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1261 0 obj +<< +/K [1469 1262 0 R 1471] +/P 1413 0 R +/Pg 31 0 R +/S /LBody +>> +endobj +1262 0 obj +<< +/ActualText +/K 1470 +/P 1261 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1263 0 obj +<< +/C /A5 +/K 1473 +/P 1513 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1264 0 obj +<< +/C /A5 +/K 1474 +/P 1513 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1265 0 obj +<< +/K [1475 1476 1266 0 R 1478] +/P 1414 0 R +/Pg 31 0 R +/S /LBody +>> +endobj +1266 0 obj +<< +/ActualText +/K 1477 +/P 1265 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1267 0 obj +<< +/C /A5 +/K 1479 +/P 1514 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1268 0 obj +<< +/C /A5 +/K 1480 +/P 1514 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1269 0 obj +<< +/K [1481 1482 1270 0 R 1484] +/P 1415 0 R +/Pg 31 0 R +/S /LBody +>> +endobj +1270 0 obj +<< +/ActualText +/K 1483 +/P 1269 0 R +/Pg 31 0 R +/S /Span +>> +endobj +1271 0 obj +<< +/K [301 0 R 1254 0 R] +/P 628 0 R +/S /Reference +>> +endobj +1272 0 obj +<< +/C /Pa20 +/K 1508 +/P 660 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1273 0 obj +<< +/C /Pa20 +/K 1511 +/P 662 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1274 0 obj +<< +/C /Pa20 +/K 1522 +/P 664 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1275 0 obj +<< +/C /Pa20 +/K 1524 +/P 666 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1276 0 obj +<< +/C /Pa20 +/K 1526 +/P 668 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1277 0 obj +<< +/C /Pa20 +/K 1529 +/P 670 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1278 0 obj +<< +/ActualText +/K 1534 +/P 671 0 R +/Pg 33 0 R +/S /Span +>> +endobj +1279 0 obj +<< +/C /Pa20 +/K 1538 +/P 672 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1280 0 obj +<< +/C /Pa20 +/K 1540 +/P 674 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1281 0 obj +<< +/C /Pa20 +/K 1542 +/P 676 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1282 0 obj +<< +/C /Pa20 +/K [1544 1545] +/P 678 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1283 0 obj +<< +/C /Pa20 +/K [1547 1548] +/P 680 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1284 0 obj +<< +/C /Pa20 +/K [1550 1551] +/P 682 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1285 0 obj +<< +/ActualText +/K 1553 +/P 683 0 R +/Pg 33 0 R +/S /Span +>> +endobj +1286 0 obj +<< +/C /Pa20 +/K [1557 1558] +/P 684 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1287 0 obj +<< +/C /Pa20 +/K [1560 1561] +/P 686 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1288 0 obj +<< +/C /Pa20 +/K [1565 1566] +/P 688 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1289 0 obj +<< +/ActualText +/K 1568 +/P 689 0 R +/Pg 33 0 R +/S /Span +>> +endobj +1290 0 obj +<< +/C /Pa20 +/K [1570 1571] +/P 690 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1291 0 obj +<< +/C /Pa20 +/K [1573 1574] +/P 692 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1292 0 obj +<< +/ActualText +/K 1577 +/P 693 0 R +/Pg 33 0 R +/S /Span +>> +endobj +1293 0 obj +<< +/C /Pa20 +/K [1579 1580] +/P 694 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1294 0 obj +<< +/C /Pa20 +/K [1583 1584] +/P 696 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1295 0 obj +<< +/C /Pa20 +/K [1587 1588] +/P 698 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1296 0 obj +<< +/C /Pa20 +/K [1591 1592] +/P 700 0 R +/Pg 33 0 R +/S /Endnote_1._Abs +>> +endobj +1297 0 obj +<< +/C /Pa20 +/K [1594 1595] +/P 702 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1298 0 obj +<< +/C /Pa20 +/K [1597 1598] +/P 704 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1299 0 obj +<< +/C /Pa20 +/K [1600 1601] +/P 706 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1300 0 obj +<< +/C /Pa20 +/K [1604 1605] +/P 708 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1301 0 obj +<< +/C /Pa20 +/K [1608 1609] +/P 710 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1302 0 obj +<< +/C /Pa20 +/K [1611 1612] +/P 712 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1303 0 obj +<< +/ActualText +/K 1614 +/P 713 0 R +/Pg 34 0 R +/S /Span +>> +endobj +1304 0 obj +<< +/C /Pa20 +/K [1617 1618] +/P 714 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1305 0 obj +<< +/C /Pa20 +/K [1620 1621] +/P 716 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1306 0 obj +<< +/C /Pa20 +/K [1623 1624] +/P 718 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1307 0 obj +<< +/C /Pa20 +/K [1626 1627] +/P 720 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1308 0 obj +<< +/C /Pa20 +/K [1629 1630 1309 0 R 1632] +/P 722 0 R +/Pg 34 0 R +/S /Endnote_1._Abs +>> +endobj +1309 0 obj +<< +/ActualText +/K 1631 +/P 1308 0 R +/Pg 34 0 R +/S /Span +>> +endobj +1310 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1311 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1515 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1516 0 R +/FontName /RFJHAL+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1312 0 obj +<< +/Filter /FlateDecode +/Length 2210 +/Subtype /Type1C +>> +stream +H|TkTWf|5JgNcwURtAǢ!"!# A3L4 +YQ5AX#0*Aj5{9{Osꫪ$$+—OY1#ENMY$٬đ^r@b/(hsc]y8v$g6{'g{M>C̩#%iWňYLqqZ6#]R'M4q(DTgl?0):%k:CTacr +P'Y$u*cYG\R)i"%Fؤ,UiI8v(K˴utЈ,1I Hc%AL$I1 <› |I"$BeDNMJ`b)=O>">ݵ뗹؏WPT>Jݧ#JW>Q^>EzBӵEVf/`EW(SK#]PMF>H!aZIxR~IѰep`M"/srw<Ǡ B4F/4y/Lx^ff>j'#d`p+VO( ͔~#璲ߢ}f +=Z~/?$M7P]~驞ݨ?ŠOI@hl2Y+`,/3"tPtf)ڹx{%!π0ݗP-q+ ErȌȥQ6] +ysuf7oM(2k c$s6 +f%:ϯ`ީ#6v3qf9Y7`ٯ4qN*:qH:XWTXv4pON.fQ_k;LJffA/8=0ցL{N!G,[;xu^}#furnnJ-[~=otD7dm( ΒG< V}mJ~ǯ7 [qdA-L:R +zAc w4Yڤ`_/tSVBc $uZ'|wONm8Ց:s^8[%oZ,<."טS'&T7 +n6WsAhq9㩐xE:{\u9sܭ5,MZQn&!W96Ѵ'6 7況LclT3^)BpA,&h8g +oȘ!CblQN`cHX 2NU;r.P֟WYwYw NqWkcg h?_)Nrt#}QB:S('UeP2Ɇ L +&X&Mpó|?x+.i[4Q(xv'-&tUw^>nx֍)SK`Anqm4VeT*_vU[ rRŜE/_)졒^J Jƣ zT!mf+0u`& +FѰLD!g:Q챼0ѡ.l*8{/P62 :Xt;Psʯ9XU>bM4[Qt$GA aa8k8Pw u6Eա  G|/૟zwӧ/;m@B@9$pvp?|*Ϗ5"?ވQZ[T +endstream +endobj +1313 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1314 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1517 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1518 0 R +/FontName /PVEBDP+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1315 0 obj +<< +/BaseFont /CUCKKZ+Wingdings-Regular +/CIDSystemInfo 1519 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1520 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +1316 0 obj +<< +/Filter /FlateDecode +/Length 603 +/Subtype /Type1C +>> +stream +H|POHaug3׉YcnnaC,`KA[QtGfƵC!-I#%xI%!=$ "Vҩ~#ϵ_]5%!ujjc\QzaMMJv}Aqz{>osE\!_Q4艖<@BPôUR{eO<ӎdZmj.k)GUt*+Ơk(̯5$$Tu:J,z58,n0Qd)jaJ:44ELOQI;̹gpCjdK%W؞uxw"F,)!YO.EyT0!c&,uME C .Fa¼x.- +ܚ?=pz><4be3uGn}"傉\TĪ3Xسu͟0 qbm݀ Q1,k?P+\^&c{*8ӾmBi3&7OIL0i܃Yd{=.`O& +endstream +endobj +1317 0 obj +<< +/Filter /FlateDecode +/Length 3278 +/Subtype /Type1C +>> +stream +H|T{Tgd&ʸڌ;E_V + +"jH"ޯV hQi !QZuժ|TZwq_س={NسgιwqL*pˆI:m:B<%Le~`FႷTPMAe%=(/qiWOƄ)ij'ؙ6hjz@@ +Q'o֨iIɺd]^W$&!T:MF10kN*mJoTqx^Q8f{Uo܄JMRX$'TqI"J`$NI*;ERk0 ?ÆI06J6f9.ŢH,Ò1$X8`&և:)!%$;%G$=Dq i!"Ϩ߲By\BY=bSޣģ3-u +h:RPpSP.3h$T}@6 a}J8 ЀGNy?2:dNUs/hi3B'4Vm8[ʧTg44Z + A43KKPZ0Xg쀛N&0xTPүG |Hzd.5hբM ª[wtDM׊ !,򶡻&Y; A vMWl85$' -We"h tD:u"A: [._$G3`WJ3TB"MFh'@P׍&nkŻ‡k/Qr^Դ| +^+l}&hε} ~qcbh +y8}Aڭpx|wTbEO} POѨh+0s`W+e2]U:+x7)AZrwCδ9ιA{yR{%n=T%!7Rt5 v=&VFgʝT/\t${pJ{\zU v}yWݴ,G*Udb*;̤6ʺ;?D~y۲ +j+Y_W"jB74W\]{LѳEh+v4.RxHl A2mX{HxN=If[0&hug[eq"ObB$]J66>딅24a " +Dz3v+yBI3 +cQq!&x DZ 9ӫOy0[(4QK̗}?0.yFh?Xwgr砉.(;P H+hx4$Cx xx/> nkeƐEĜ.t4"k]ucOv:ſ?a+A2[Y,E3ȧn+^=FǺ2Eo˗ILO?DVmLSgުjԕ^wK6 ME74NɰFG(NH[ +(s"Yk X?tɖt{o YrsM9996RKE*R>Wa8:(iE-&ĀIGC)+3vM]aTq^uzw9,:7؎B:StEr<9ZFo]H &sz /=<5.Ge8p-C2dlLR'1@ Lp4g5ZO/E`O bVϠhs<^#t ZquLGt78rD!zOy\ih!aX{[Y9]qU;\KɌƘW~Jhgoݕ)zu Or8Đ&a]hHh1X͔.)-,̯(g-m^=@,SHr5|"Fo˥t ]!^w. _t +>_w^ +b?xX &O2ChZp,CV4bYP IߞLmFIJ@ßnt%, dߝ*XA>܍3\':ʋQ;'u:+Fɩ:\jr8ѨwNBM1CvxjWtgb ]oJ-gX-$ʵ"ܷQ_a +endstream +endobj +1318 0 obj +<< +/Filter /FlateDecode +/Length 1950 +/Subtype /Type1C +>> +stream +H|TkPWfnP&inDc(F"jdEEf`FDqx0p(>x"%:*T0X-נkmj-6fS[䚪ڪuO|w/a8K߱ePMIoܟr "ŠT+_K΁ޛp6rGk׮ pIrŊ32XK|MAIsu|MZ0 52$h F )3C+k҄|}J&;E%\QO)A#H9Z/ BJNZE7S%UWj A[b +s5!Maw0l1}aFT2, K0F*b0=ܖ2;=}B5<"h,_%wSfuOǼ9N@5ˠP0.M-HC(tB͸vȥQhB& pR|7ˀE\%*A 8x SwKvnO|%m-nH@ .h6"\Vbd{FP9hJqW\eӫ_WCjax_C d>D'1r`H+߾egD5 &yԐm|h;~ZQC8#Ai]dW ipnA*C  t3,$|x7޹Ư8uQ~ŝ\?ۓ7(?D*M^ׁ}JmQR9{9 +"c +m(HD!BH +_(ANmv#ѺJ4kR(v6] :an3)Zʸ2]amlxS?a"G@I=>F9pܧ` l<٨DC"Cі(KQUI;u>A/2t˹z"Q ]uvTk! wcaZ[ţ1zH/gժLXz-cJI;%sK B&<89ZZV:K@1ԟ` Bdb5D2s]J`}"?"ъ lڎ{\>x}t +ov8Ɲ: g05f }Я+v-@3a?\^k-],!326%"_aq#7F{[^T_< VwqHN3fk.PMW<嫃gu\UyUԪ(M_gKe`҈_fd$&iFF/bY)|:4;D"(Ua.^lO%)El"Gڭ;ɵ6u-qHo}9z.d{X13dO?F19ZFؒm۷*) /4.|= =dcթzl߷U]ª!rBNx7sh2#Z"\bs,#Kf<47>)0d}O )Xg6]0GW6 +H{Utzm;e9˭ElJ~C׳SrHvWR1%.*late#|C{<54+[gNMY;YĬ_r `Z' +J5ɑ-:Bt ,AEޓΝhC ͉]\޹kZO_p=A )A*,;HY),yD?oV8?_ru.nw ngLi9z,P/{\+2`r +endstream +endobj +1319 0 obj +<< +/Filter /FlateDecode +/Length 360 +/Subtype /Type1C +>> +stream +H|OKQgLGJ + #]&BcZbt:j+mHmm]Ԣ|.zoڴjs{+K$Үk=bF2jt[:f&d6p2셼_;|t`#&|LB6U EIAF +V kNй0bb^3vKK{*ᕻYtv΍#}8` +endstream +endobj +1320 0 obj +<< +/Filter /FlateDecode +/Length 1318 +/Subtype /Type1C +>> +stream +H|RkPW% Yu"؊"c֊O` Ć&1h jE-:0訵>(JUp8=K/W=s9;^ pWeKMI^ܬVM33b}ɠG9UD .IWˆLSL%bvaKLDmiju<(Xb Ęo2Z+ n3l5qz EӊBouլZ',VȉFeXEiXiKijشU%<7xpl(Lb)X[e`k .e"hx%~'`i@INH^py.;PpuE( 0D"U~!%s|HB"&3JH>.?ʞGa"| +!88D ( (> +Hb a"P똩]Z渺\Ͷ;$`N"]"%-P*7x +P}p٠?t <:((?]Zr1SZhڜUS(sy``So]0nvTlc et:溋y +#Y twp H*>RuASa1Ff#Upo8In)g6)dMxw(*U\q-n(ս۾\!$ŒHF/Zc.fp$-띫U{2;{输 ,,i͆cݟ1ν:\]5G 86BD3|k-" R'" +(b(47/4?Ŕ?$m[IO;}سw辦+6a `H}'QIӸ?E~΢66zy}L[Ñç-YXwHAx~^n--\$ַ/ssx ?o^mmvJ~}"Dv$!TwEx~ EM3"_#N4~ADfZo={?H-coA5C`I]n4x/:j )uS^(֐ԡ!#KTni*J^P’ +&\ P(u\;_ ;Nl=+}B|>>n"U惘1*H~crǹe!D6X,NP+`X +endstream +endobj +1321 0 obj +<< +/C /Pa7 +/K [1416 0 R 749 0 R] +/P 477 0 R +/S /LI +>> +endobj +1322 0 obj +<< +/C /Pa8 +/K [1417 0 R 754 0 R] +/P 477 0 R +/S /LI +>> +endobj +1323 0 obj +<< +/C /Pa8 +/K [1418 0 R 759 0 R] +/P 477 0 R +/S /LI +>> +endobj +1324 0 obj +<< +/C /Pa8 +/K [1419 0 R 768 0 R] +/P 477 0 R +/S /LI +>> +endobj +1325 0 obj +<< +/C /Pa8 +/K [1420 0 R 774 0 R] +/P 477 0 R +/S /LI +>> +endobj +1326 0 obj +<< +/C /Pa8 +/K [1421 0 R 780 0 R] +/P 477 0 R +/S /LI +>> +endobj +1327 0 obj +<< +/C /Pa7 +/K [1422 0 R 794 0 R] +/P 488 0 R +/S /LI +>> +endobj +1328 0 obj +<< +/C /Pa8 +/K [1423 0 R 797 0 R] +/P 488 0 R +/S /LI +>> +endobj +1329 0 obj +<< +/C /Pa8 +/K [1424 0 R 800 0 R] +/P 488 0 R +/S /LI +>> +endobj +1330 0 obj +<< +/C /Pa11 +/K [1425 0 R 803 0 R] +/P 488 0 R +/S /LI +>> +endobj +1331 0 obj +<< +/C /Pa7 +/K [1426 0 R 816 0 R] +/P 501 0 R +/S /LI +>> +endobj +1332 0 obj +<< +/C /Pa11 +/K [1427 0 R 820 0 R] +/P 501 0 R +/S /LI +>> +endobj +1333 0 obj +<< +/C /Pa7 +/K [1428 0 R 823 0 R] +/P 503 0 R +/S /LI +>> +endobj +1334 0 obj +<< +/C /Pa7 +/K [1429 0 R 830 0 R] +/P 508 0 R +/S /LI +>> +endobj +1335 0 obj +<< +/C /Pa8 +/K [1430 0 R 835 0 R] +/P 508 0 R +/S /LI +>> +endobj +1336 0 obj +<< +/C /Pa8 +/K [1431 0 R 840 0 R] +/P 508 0 R +/S /LI +>> +endobj +1337 0 obj +<< +/C /Pa8 +/K [1432 0 R 844 0 R] +/P 508 0 R +/S /LI +>> +endobj +1338 0 obj +<< +/C /Pa8 +/K [1433 0 R 850 0 R] +/P 508 0 R +/S /LI +>> +endobj +1339 0 obj +<< +/C /Pa8 +/K [1434 0 R 856 0 R] +/P 508 0 R +/S /LI +>> +endobj +1340 0 obj +<< +/C /Pa8 +/K [1435 0 R 864 0 R] +/P 508 0 R +/S /LI +>> +endobj +1341 0 obj +<< +/C /Pa11 +/K [1436 0 R 869 0 R] +/P 508 0 R +/S /LI +>> +endobj +1342 0 obj +<< +/C /Pa7 +/K [1437 0 R 877 0 R] +/P 510 0 R +/S /LI +>> +endobj +1343 0 obj +<< +/C /Pa8 +/K [1438 0 R 880 0 R] +/P 510 0 R +/S /LI +>> +endobj +1344 0 obj +<< +/C /Pa8 +/K [1439 0 R 883 0 R] +/P 510 0 R +/S /LI +>> +endobj +1345 0 obj +<< +/C /Pa8 +/K [1440 0 R 886 0 R] +/P 510 0 R +/S /LI +>> +endobj +1346 0 obj +<< +/C /Pa8 +/K [1441 0 R 889 0 R] +/P 510 0 R +/S /LI +>> +endobj +1347 0 obj +<< +/C /Pa11 +/K [1442 0 R 892 0 R] +/P 510 0 R +/S /LI +>> +endobj +1348 0 obj +<< +/C /Pa7 +/K [1443 0 R 904 0 R] +/P 515 0 R +/S /LI +>> +endobj +1349 0 obj +<< +/C /Pa8 +/K [1444 0 R 907 0 R] +/P 515 0 R +/S /LI +>> +endobj +1350 0 obj +<< +/C /Pa8 +/K [1445 0 R 911 0 R] +/P 515 0 R +/S /LI +>> +endobj +1351 0 obj +<< +/C /Pa11 +/K [1446 0 R 914 0 R] +/P 515 0 R +/S /LI +>> +endobj +1352 0 obj +<< +/C /Pa11 +/K [1447 0 R 917 0 R] +/P 517 0 R +/S /LI +>> +endobj +1353 0 obj +<< +/C /Pa7 +/K [1448 0 R 926 0 R] +/P 524 0 R +/S /LI +>> +endobj +1354 0 obj +<< +/C /Pa8 +/K [1449 0 R 929 0 R] +/P 524 0 R +/S /LI +>> +endobj +1355 0 obj +<< +/C /Pa11 +/K [1450 0 R 932 0 R] +/P 524 0 R +/S /LI +>> +endobj +1356 0 obj +<< +/C /Pa7 +/K [1451 0 R 956 0 R] +/P 539 0 R +/S /LI +>> +endobj +1357 0 obj +<< +/C /Pa8 +/K [1452 0 R 959 0 R] +/P 539 0 R +/S /LI +>> +endobj +1358 0 obj +<< +/C /Pa11 +/K [1453 0 R 962 0 R] +/P 539 0 R +/S /LI +>> +endobj +1359 0 obj +<< +/C /Pa13 +/K [1454 0 R 966 0 R] +/P 541 0 R +/S /LI +>> +endobj +1360 0 obj +<< +/C /Pa7 +/K [1455 0 R 1001 0 R] +/P 554 0 R +/S /LI +>> +endobj +1361 0 obj +<< +/C /Pa8 +/K [1456 0 R 1004 0 R] +/P 554 0 R +/S /LI +>> +endobj +1362 0 obj +<< +/C /Pa8 +/K [1457 0 R 1007 0 R] +/P 554 0 R +/S /LI +>> +endobj +1363 0 obj +<< +/C /Pa8 +/K [1458 0 R 1011 0 R] +/P 554 0 R +/S /LI +>> +endobj +1364 0 obj +<< +/C /Pa8 +/K [1459 0 R 1014 0 R] +/P 554 0 R +/S /LI +>> +endobj +1365 0 obj +<< +/C /Pa11 +/K [1460 0 R 1017 0 R] +/P 554 0 R +/S /LI +>> +endobj +1366 0 obj +<< +/C /Pa7 +/K [1461 0 R 1021 0 R] +/P 559 0 R +/S /LI +>> +endobj +1367 0 obj +<< +/C /Pa11 +/K [1462 0 R 1026 0 R] +/P 559 0 R +/S /LI +>> +endobj +1368 0 obj +<< +/C /Pa7 +/K [1463 0 R 1032 0 R] +/P 564 0 R +/S /LI +>> +endobj +1369 0 obj +<< +/C /Pa8 +/K [1464 0 R 1036 0 R 1521 0 R] +/P 564 0 R +/S /LI +>> +endobj +1370 0 obj +<< +/C /Pa7 +/K [1469 0 R 1049 0 R] +/P 566 0 R +/S /LI +>> +endobj +1371 0 obj +<< +/C /Pa11 +/K [1470 0 R 1053 0 R] +/P 566 0 R +/S /LI +>> +endobj +1372 0 obj +<< +/C /Pa16 +/K [1471 0 R 1058 0 R] +/P 569 0 R +/S /LI +>> +endobj +1373 0 obj +<< +/C /Pa17 +/K [1472 0 R 1060 0 R] +/P 569 0 R +/S /LI +>> +endobj +1374 0 obj +<< +/C /Pa13 +/K [1473 0 R 1071 0 R] +/P 572 0 R +/S /LI +>> +endobj +1375 0 obj +<< +/C /Pa16 +/K [1474 0 R 1076 0 R] +/P 574 0 R +/S /LI +>> +endobj +1376 0 obj +<< +/C /Pa17 +/K [1475 0 R 1080 0 R] +/P 574 0 R +/S /LI +>> +endobj +1377 0 obj +<< +/C /Pa7 +/K [1476 0 R 1090 0 R] +/P 579 0 R +/S /LI +>> +endobj +1378 0 obj +<< +/C /Pa8 +/K [1477 0 R 1093 0 R] +/P 579 0 R +/S /LI +>> +endobj +1379 0 obj +<< +/C /Pa11 +/K [1478 0 R 1096 0 R] +/P 579 0 R +/S /LI +>> +endobj +1380 0 obj +<< +/C /Pa7 +/K [1479 0 R 1102 0 R] +/P 587 0 R +/S /LI +>> +endobj +1381 0 obj +<< +/C /Pa8 +/K [1480 0 R 1106 0 R] +/P 587 0 R +/S /LI +>> +endobj +1382 0 obj +<< +/C /Pa11 +/K [1481 0 R 1112 0 R] +/P 587 0 R +/S /LI +>> +endobj +1383 0 obj +<< +/C /Pa13 +/K [1482 0 R 1115 0 R] +/P 589 0 R +/S /LI +>> +endobj +1384 0 obj +<< +/C /Pa7 +/K [1483 0 R 1121 0 R] +/P 592 0 R +/S /LI +>> +endobj +1385 0 obj +<< +/C /Pa8 +/K [1484 0 R 1129 0 R] +/P 592 0 R +/S /LI +>> +endobj +1386 0 obj +<< +/C /Pa8 +/K [1485 0 R 1133 0 R] +/P 592 0 R +/S /LI +>> +endobj +1387 0 obj +<< +/C /Pa8 +/K [1486 0 R 1140 0 R] +/P 592 0 R +/S /LI +>> +endobj +1388 0 obj +<< +/C /Pa11 +/K [1487 0 R 1147 0 R] +/P 592 0 R +/S /LI +>> +endobj +1389 0 obj +<< +/C /Pa13 +/K [1488 0 R 1152 0 R] +/P 595 0 R +/S /LI +>> +endobj +1390 0 obj +<< +/C /Pa7 +/K [1489 0 R 1156 0 R] +/P 600 0 R +/S /LI +>> +endobj +1391 0 obj +<< +/C /Pa8 +/K [1490 0 R 1159 0 R] +/P 600 0 R +/S /LI +>> +endobj +1392 0 obj +<< +/C /Pa8 +/K [1491 0 R 1162 0 R] +/P 600 0 R +/S /LI +>> +endobj +1393 0 obj +<< +/C /Pa11 +/K [1492 0 R 1166 0 R] +/P 600 0 R +/S /LI +>> +endobj +1394 0 obj +<< +/C /Pa7 +/K [1493 0 R 1172 0 R] +/P 604 0 R +/S /LI +>> +endobj +1395 0 obj +<< +/C /Pa8 +/K [1494 0 R 1175 0 R] +/P 604 0 R +/S /LI +>> +endobj +1396 0 obj +<< +/C /Pa11 +/K [1495 0 R 1178 0 R] +/P 604 0 R +/S /LI +>> +endobj +1397 0 obj +<< +/C /Pa13 +/K [1496 0 R 1181 0 R] +/P 606 0 R +/S /LI +>> +endobj +1398 0 obj +<< +/C /Pa7 +/K [1497 0 R 1187 0 R] +/P 611 0 R +/S /LI +>> +endobj +1399 0 obj +<< +/C /Pa11 +/K [1498 0 R 1194 0 R] +/P 611 0 R +/S /LI +>> +endobj +1400 0 obj +<< +/C /Pa7 +/K [1499 0 R 1199 0 R] +/P 613 0 R +/S /LI +>> +endobj +1401 0 obj +<< +/C /Pa11 +/K [1500 0 R 1202 0 R] +/P 613 0 R +/S /LI +>> +endobj +1402 0 obj +<< +/C /Pa13 +/K [1501 0 R 1206 0 R] +/P 615 0 R +/S /LI +>> +endobj +1403 0 obj +<< +/C /Pa7 +/K [1502 0 R 1223 0 R] +/P 626 0 R +/S /LI +>> +endobj +1404 0 obj +<< +/C /Pa8 +/K [1503 0 R 1226 0 R] +/P 626 0 R +/S /LI +>> +endobj +1405 0 obj +<< +/C /Pa8 +/K [1504 0 R 1230 0 R] +/P 626 0 R +/S /LI +>> +endobj +1406 0 obj +<< +/C /Pa8 +/K [1505 0 R 1233 0 R] +/P 626 0 R +/S /LI +>> +endobj +1407 0 obj +<< +/C /Pa8 +/K [1506 0 R 1236 0 R] +/P 626 0 R +/S /LI +>> +endobj +1408 0 obj +<< +/C /Pa8 +/K [1507 0 R 1239 0 R] +/P 626 0 R +/S /LI +>> +endobj +1409 0 obj +<< +/C /Pa8 +/K [1508 0 R 1242 0 R] +/P 626 0 R +/S /LI +>> +endobj +1410 0 obj +<< +/C /Pa8 +/K [1509 0 R 1246 0 R] +/P 626 0 R +/S /LI +>> +endobj +1411 0 obj +<< +/C /Pa11 +/K [1510 0 R 1250 0 R] +/P 626 0 R +/S /LI +>> +endobj +1412 0 obj +<< +/C /Pa7 +/K [1511 0 R 1258 0 R] +/P 631 0 R +/S /LI +>> +endobj +1413 0 obj +<< +/C /Pa11 +/K [1512 0 R 1261 0 R] +/P 631 0 R +/S /LI +>> +endobj +1414 0 obj +<< +/C /Pa7 +/K [1513 0 R 1265 0 R] +/P 633 0 R +/S /LI +>> +endobj +1415 0 obj +<< +/C /Pa11 +/K [1514 0 R 1269 0 R] +/P 633 0 R +/S /LI +>> +endobj +1416 0 obj +<< +/K [747 0 R 746 0 R] +/P 1321 0 R +/S /Lbl +>> +endobj +1417 0 obj +<< +/K [752 0 R 751 0 R] +/P 1322 0 R +/S /Lbl +>> +endobj +1418 0 obj +<< +/K [757 0 R 756 0 R] +/P 1323 0 R +/S /Lbl +>> +endobj +1419 0 obj +<< +/K [764 0 R 763 0 R] +/P 1324 0 R +/S /Lbl +>> +endobj +1420 0 obj +<< +/K [772 0 R 771 0 R] +/P 1325 0 R +/S /Lbl +>> +endobj +1421 0 obj +<< +/K [776 0 R 775 0 R] +/P 1326 0 R +/S /Lbl +>> +endobj +1422 0 obj +<< +/K [793 0 R 792 0 R] +/P 1327 0 R +/S /Lbl +>> +endobj +1423 0 obj +<< +/K [796 0 R 795 0 R] +/P 1328 0 R +/S /Lbl +>> +endobj +1424 0 obj +<< +/K [799 0 R 798 0 R] +/P 1329 0 R +/S /Lbl +>> +endobj +1425 0 obj +<< +/K [802 0 R 801 0 R] +/P 1330 0 R +/S /Lbl +>> +endobj +1426 0 obj +<< +/K [815 0 R 814 0 R] +/P 1331 0 R +/S /Lbl +>> +endobj +1427 0 obj +<< +/K [819 0 R 818 0 R] +/P 1332 0 R +/S /Lbl +>> +endobj +1428 0 obj +<< +/K [822 0 R 821 0 R] +/P 1333 0 R +/S /Lbl +>> +endobj +1429 0 obj +<< +/K [829 0 R 828 0 R] +/P 1334 0 R +/S /Lbl +>> +endobj +1430 0 obj +<< +/K [834 0 R 833 0 R] +/P 1335 0 R +/S /Lbl +>> +endobj +1431 0 obj +<< +/K [839 0 R 838 0 R] +/P 1336 0 R +/S /Lbl +>> +endobj +1432 0 obj +<< +/K [843 0 R 842 0 R] +/P 1337 0 R +/S /Lbl +>> +endobj +1433 0 obj +<< +/K [849 0 R 848 0 R] +/P 1338 0 R +/S /Lbl +>> +endobj +1434 0 obj +<< +/K [855 0 R 854 0 R] +/P 1339 0 R +/S /Lbl +>> +endobj +1435 0 obj +<< +/K [863 0 R 862 0 R] +/P 1340 0 R +/S /Lbl +>> +endobj +1436 0 obj +<< +/K [868 0 R 867 0 R] +/P 1341 0 R +/S /Lbl +>> +endobj +1437 0 obj +<< +/K [876 0 R 875 0 R] +/P 1342 0 R +/S /Lbl +>> +endobj +1438 0 obj +<< +/K [879 0 R 878 0 R] +/P 1343 0 R +/S /Lbl +>> +endobj +1439 0 obj +<< +/K [882 0 R 881 0 R] +/P 1344 0 R +/S /Lbl +>> +endobj +1440 0 obj +<< +/K [885 0 R 884 0 R] +/P 1345 0 R +/S /Lbl +>> +endobj +1441 0 obj +<< +/K [888 0 R 887 0 R] +/P 1346 0 R +/S /Lbl +>> +endobj +1442 0 obj +<< +/K [891 0 R 890 0 R] +/P 1347 0 R +/S /Lbl +>> +endobj +1443 0 obj +<< +/K [903 0 R 902 0 R] +/P 1348 0 R +/S /Lbl +>> +endobj +1444 0 obj +<< +/K [906 0 R 905 0 R] +/P 1349 0 R +/S /Lbl +>> +endobj +1445 0 obj +<< +/K [910 0 R 909 0 R] +/P 1350 0 R +/S /Lbl +>> +endobj +1446 0 obj +<< +/K [913 0 R 912 0 R] +/P 1351 0 R +/S /Lbl +>> +endobj +1447 0 obj +<< +/K [916 0 R 915 0 R] +/P 1352 0 R +/S /Lbl +>> +endobj +1448 0 obj +<< +/K [925 0 R 924 0 R] +/P 1353 0 R +/S /Lbl +>> +endobj +1449 0 obj +<< +/K [928 0 R 927 0 R] +/P 1354 0 R +/S /Lbl +>> +endobj +1450 0 obj +<< +/K [931 0 R 930 0 R] +/P 1355 0 R +/S /Lbl +>> +endobj +1451 0 obj +<< +/K [955 0 R 954 0 R] +/P 1356 0 R +/S /Lbl +>> +endobj +1452 0 obj +<< +/K [958 0 R 957 0 R] +/P 1357 0 R +/S /Lbl +>> +endobj +1453 0 obj +<< +/K [961 0 R 960 0 R] +/P 1358 0 R +/S /Lbl +>> +endobj +1454 0 obj +<< +/K [965 0 R 964 0 R] +/P 1359 0 R +/S /Lbl +>> +endobj +1455 0 obj +<< +/K [1000 0 R 999 0 R] +/P 1360 0 R +/S /Lbl +>> +endobj +1456 0 obj +<< +/K [1003 0 R 1002 0 R] +/P 1361 0 R +/S /Lbl +>> +endobj +1457 0 obj +<< +/K [1006 0 R 1005 0 R] +/P 1362 0 R +/S /Lbl +>> +endobj +1458 0 obj +<< +/K [1010 0 R 1009 0 R] +/P 1363 0 R +/S /Lbl +>> +endobj +1459 0 obj +<< +/K [1013 0 R 1012 0 R] +/P 1364 0 R +/S /Lbl +>> +endobj +1460 0 obj +<< +/K [1016 0 R 1015 0 R] +/P 1365 0 R +/S /Lbl +>> +endobj +1461 0 obj +<< +/K [1020 0 R 1019 0 R] +/P 1366 0 R +/S /Lbl +>> +endobj +1462 0 obj +<< +/K [1025 0 R 1024 0 R] +/P 1367 0 R +/S /Lbl +>> +endobj +1463 0 obj +<< +/K [1031 0 R 1030 0 R] +/P 1368 0 R +/S /Lbl +>> +endobj +1464 0 obj +<< +/K [1035 0 R 1034 0 R] +/P 1369 0 R +/S /Lbl +>> +endobj +1465 0 obj +<< +/K [1041 0 R 1040 0 R] +/P 1466 0 R +/S /Lbl +>> +endobj +1466 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -19.0 +/StartIndent 42.0 +>> +/K [1465 0 R 1042 0 R] +/P 1521 0 R +/S /LI +>> +endobj +1467 0 obj +<< +/K [1044 0 R 1043 0 R] +/P 1468 0 R +/S /Lbl +>> +endobj +1468 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -19.0 +/StartIndent 42.0 +>> +/K [1467 0 R 1045 0 R] +/P 1521 0 R +/S /LI +>> +endobj +1469 0 obj +<< +/K [1048 0 R 1047 0 R] +/P 1370 0 R +/S /Lbl +>> +endobj +1470 0 obj +<< +/K [1052 0 R 1051 0 R] +/P 1371 0 R +/S /Lbl +>> +endobj +1471 0 obj +<< +/K 1057 0 R +/P 1372 0 R +/S /Lbl +>> +endobj +1472 0 obj +<< +/K 1059 0 R +/P 1373 0 R +/S /Lbl +>> +endobj +1473 0 obj +<< +/K [1070 0 R 1069 0 R] +/P 1374 0 R +/S /Lbl +>> +endobj +1474 0 obj +<< +/K 1075 0 R +/P 1375 0 R +/S /Lbl +>> +endobj +1475 0 obj +<< +/K 1079 0 R +/P 1376 0 R +/S /Lbl +>> +endobj +1476 0 obj +<< +/K [1089 0 R 1088 0 R] +/P 1377 0 R +/S /Lbl +>> +endobj +1477 0 obj +<< +/K [1092 0 R 1091 0 R] +/P 1378 0 R +/S /Lbl +>> +endobj +1478 0 obj +<< +/K [1095 0 R 1094 0 R] +/P 1379 0 R +/S /Lbl +>> +endobj +1479 0 obj +<< +/K [1101 0 R 1100 0 R] +/P 1380 0 R +/S /Lbl +>> +endobj +1480 0 obj +<< +/K [1105 0 R 1104 0 R] +/P 1381 0 R +/S /Lbl +>> +endobj +1481 0 obj +<< +/K [1111 0 R 1110 0 R] +/P 1382 0 R +/S /Lbl +>> +endobj +1482 0 obj +<< +/K [1114 0 R 1113 0 R] +/P 1383 0 R +/S /Lbl +>> +endobj +1483 0 obj +<< +/K [1120 0 R 1119 0 R] +/P 1384 0 R +/S /Lbl +>> +endobj +1484 0 obj +<< +/K [1128 0 R 1127 0 R] +/P 1385 0 R +/S /Lbl +>> +endobj +1485 0 obj +<< +/K [1132 0 R 1131 0 R] +/P 1386 0 R +/S /Lbl +>> +endobj +1486 0 obj +<< +/K [1139 0 R 1138 0 R] +/P 1387 0 R +/S /Lbl +>> +endobj +1487 0 obj +<< +/K [1146 0 R 1145 0 R] +/P 1388 0 R +/S /Lbl +>> +endobj +1488 0 obj +<< +/K [1151 0 R 1150 0 R] +/P 1389 0 R +/S /Lbl +>> +endobj +1489 0 obj +<< +/K [1155 0 R 1154 0 R] +/P 1390 0 R +/S /Lbl +>> +endobj +1490 0 obj +<< +/K [1158 0 R 1157 0 R] +/P 1391 0 R +/S /Lbl +>> +endobj +1491 0 obj +<< +/K [1161 0 R 1160 0 R] +/P 1392 0 R +/S /Lbl +>> +endobj +1492 0 obj +<< +/K [1165 0 R 1164 0 R] +/P 1393 0 R +/S /Lbl +>> +endobj +1493 0 obj +<< +/K [1171 0 R 1170 0 R] +/P 1394 0 R +/S /Lbl +>> +endobj +1494 0 obj +<< +/K [1174 0 R 1173 0 R] +/P 1395 0 R +/S /Lbl +>> +endobj +1495 0 obj +<< +/K [1177 0 R 1176 0 R] +/P 1396 0 R +/S /Lbl +>> +endobj +1496 0 obj +<< +/K [1180 0 R 1179 0 R] +/P 1397 0 R +/S /Lbl +>> +endobj +1497 0 obj +<< +/K [1186 0 R 1185 0 R] +/P 1398 0 R +/S /Lbl +>> +endobj +1498 0 obj +<< +/K [1193 0 R 1192 0 R] +/P 1399 0 R +/S /Lbl +>> +endobj +1499 0 obj +<< +/K [1198 0 R 1197 0 R] +/P 1400 0 R +/S /Lbl +>> +endobj +1500 0 obj +<< +/K [1201 0 R 1200 0 R] +/P 1401 0 R +/S /Lbl +>> +endobj +1501 0 obj +<< +/K [1205 0 R 1204 0 R] +/P 1402 0 R +/S /Lbl +>> +endobj +1502 0 obj +<< +/K [1222 0 R 1221 0 R] +/P 1403 0 R +/S /Lbl +>> +endobj +1503 0 obj +<< +/K [1225 0 R 1224 0 R] +/P 1404 0 R +/S /Lbl +>> +endobj +1504 0 obj +<< +/K [1229 0 R 1228 0 R] +/P 1405 0 R +/S /Lbl +>> +endobj +1505 0 obj +<< +/K [1232 0 R 1231 0 R] +/P 1406 0 R +/S /Lbl +>> +endobj +1506 0 obj +<< +/K [1235 0 R 1234 0 R] +/P 1407 0 R +/S /Lbl +>> +endobj +1507 0 obj +<< +/K [1238 0 R 1237 0 R] +/P 1408 0 R +/S /Lbl +>> +endobj +1508 0 obj +<< +/K [1241 0 R 1240 0 R] +/P 1409 0 R +/S /Lbl +>> +endobj +1509 0 obj +<< +/K [1245 0 R 1244 0 R] +/P 1410 0 R +/S /Lbl +>> +endobj +1510 0 obj +<< +/K [1249 0 R 1248 0 R] +/P 1411 0 R +/S /Lbl +>> +endobj +1511 0 obj +<< +/K [1257 0 R 1256 0 R] +/P 1412 0 R +/S /Lbl +>> +endobj +1512 0 obj +<< +/K [1260 0 R 1259 0 R] +/P 1413 0 R +/S /Lbl +>> +endobj +1513 0 obj +<< +/K [1264 0 R 1263 0 R] +/P 1414 0 R +/S /Lbl +>> +endobj +1514 0 obj +<< +/K [1268 0 R 1267 0 R] +/P 1415 0 R +/S /Lbl +>> +endobj +1515 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +Hj`@ +endstream +endobj +1516 0 obj +<< +/Filter /FlateDecode +/Length 3262 +/Length1 6160 +>> +stream +HVklT>3s~1YnL^x !I .L$j)' D1i!UJ*VrD∨Pb ?QUz93眙;kbDNm$Ѫ©{D[>V9Bd#Ե7umM#7nrpO +4($ 0dO{U547.YMC$v5Fj99Dl6sM-1c +Q~es)t*δDC-c>8&Ѧ`U2|iﱟ!~)1Q}}3ASuMmenNE'}mC`e_YW7sbt=iځ؟n~q \1w=xU)zStAB`!cǗ+r|`ۜ\fk,E2",v#f/|F.m~FTk#ۘe6" +\YPEvc {Y[^։β>5J~,Z^ c4|}KQsT o [ I/7jNH3 d Ր(v3l?fo |FT?vowx/.HFAqT+kڋGG:mSFh1SGi4 +uQW9ΡZڄJ.J89ACzSU?YjYjy>s7H7Xr^W|/`Gv~ 51]db2 +(⌸(nC|mzO\z>CiЛzS>pm 7;nC+s9Ҝ)0*l5c Sé47//z_ _cvI1 ,uޝfcjw*6+G!RivVǩQ:b6(ctle_z1w|8jn2edzM<7lή9Χ9MX+PG16Y>/״Nշc}A#_dS:pKf͞5}‚|wޔ&?)>kKNqc|k#rgge:$#=-54tMpFnU$M/W!po_v-M,fd2<^KڿX$[]~cUKMr!P\. i3e ߃x]iVi(-M]i@v32.N)C]nyˣRE7W.WufVM"{XCRg(MgVPrs2jyA+j5GV;:}ZSKO2Z;Em]K9tV3[Ė,VlJ W5CG?9G-iuFn $-FnuRPm-MlSbbi|GnZ-^rU)D].'KV//6"㿽ۻh{UrƴU)3Ur^[J 1“`*5>I!ʶE< MJ!Qb$A}{~gw'Wট~;ݙ4GiؘMɨb1~Fe331<ܥMؑP}m׮~(tEtTq(;n4f&nM7^l;fCX4%ٽ]brqÉO4 ƣnI{ %5y`_!'_Gr*xSZWxhYNUL ,e-'#RV/`YM ,?KgyYZI{p|+<63`#`m,7mΰ>`d:zjg aQ< W3>o}`Gok].i/uBXG5)=z^X;5*&,SXiq\'>y[Fd52$d J)Rgة&=ɁtG(9u~S_,95IJ>8M;i9M{}P iI`Ӥodj%Z'߶SZnRQˍF&3kV͖ڭJIJ[<A'c4s":i3Toz%&wjlT)|TJ ȁ Em +!Co +endstream +endobj +1517 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +H + +endstream +endobj +1518 0 obj +<< +/Filter /FlateDecode +/Length 3316 +/Length1 6244 +>> +stream +HVklT>3s~117&y1xG4~6)a޵w:"'k +@kLZHiB-%%AJDJ%i{Ιocf%FDA +.Vt?Fdfº=*(8xz>WD)ML+'K{/%JK>+CȤ硻?h_(zHlo5xǟD;]&S2/[-C3&FA;=WJulyIV}^ErI-NO +Hq/*!V/I1CCx:B]R}|eGJ$M8p6ѺD>BdG9 >e1U|ip2yY+] k7ONk7n4&PW +"F4,(ڠA.lbOoDh>'2wqdsi`C8 5Fei( +{Pk\,MhDV#pߗ_ܽU"CU5{k2`Dр?,2o +F'a !s`57HoBNкh8K:H^̂@a +QB +SsJYH̀*ؚQRO?E䂔C+nF(D͋qwk;?w~<UWFިcU!!Akq<-44{kug#i_ h'f+ BwTmzUFAVo9GzvV;WwWO {\K+m#"dׯs)X-PE͇"uQt4R9]qfR٧&]v~XS=w׀'s|t?z~⧜[zz.y^@ :Fs}xLŇ`w!_7Y'?29NjRB,vg?|&vm~Jizn6.4T}xj gU`X7r8[w|0k$"GT:C;h;kJ8̆];'NqTn}3{+8Nߧ4 +$u2ԁ[2{ӧL}hʃ&eɉ=~oe=*cdzZRLCg<Ҟ챵yJ0x0xl0,d 1YOrے]Uk&k="ǡP6Jm #=ovOzONy[k oc?jG7ggډԞ=K:\:-vCD̝JŶI,uӼǪj)UUNp2 2 [nev +xXcc6Um::?Q[jj,{8ߓA KJ䒻{r{Rgg2N?H]If*#k -$2l=Gs(04\u 3ybsB٩]#lkobd^#%2/6*9VƪTm"m:z?P25->Af6ʌdEr!B(F11}J'N?x_>Ϲsf8l64'EtڬMO2Ј7`2qPbF y0D6B)c" ӖTBY+d'Cx/YKZS*u՝Za ;c>LtULBt2=͍Bo(=dK҄ߌL&kTGìl~{WiN;sG*"Wz6srE-ꓧ+(9o݈"e\q?̈W^Fw] +Q/pAbO"2\KӮ^.[zu4#h -О0x-W9whp.g*ZK8:GW yu0Vϡto͛Dm[hU\!S@۴Os뾗M|+O~ߵfK)_eVmҐ Ywr3i/J[ +PH9uuJ: dmO-4C,isXYswYgX3^VeEXm-,N{p|nOe2`̂s`Ip ͋tu>,=)ӬvV+K,"[5>e14x{{k5FV;aƔ0 +aư0c0ˆGȇ'd^Y!˥GJixjnn. +gnjfN3Q6m'MVkk~5BHP]dOF$۲(*TQÊ*jXQf}p"0ݧ6mlIhc{VA`"Zi:-_u6KecPvM*1n ju?hݗ +endstream +endobj +1519 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1520 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1522 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1523 0 R +/FontName /CUCKKZ+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1521 0 obj +<< +/K [1466 0 R 1468 0 R] +/P 1369 0 R +/S /L +>> +endobj +1522 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +Hj`@ +endstream +endobj +1523 0 obj +<< +/Filter /FlateDecode +/Length 3260 +/Length1 6160 +>> +stream +HVkl>yƀ21!x1u !I ŏuv  'k +D㘴*ZJJHHi+9"JqDT(Ufv ?QU:wsν3kbDN]$ڢY%D[>9BO&R4v4umI%R7nn콼m%|OcliW^Z@yf(Ǧ=*{b/!![ a"VqͿC<$9o d= Q;}azbqMKNF=~IDE_ep/)sd9}kR(R<u:r~Ed_"JcqGG50+5(BJp25$qXSI/Q1{,9f$91v w\g댸U\ƢlHE/av|.lG[k +Nd???P E'VG&CgE1}PTʔ:~NT>NrUy\uЬng8Cꐖaw%[-vikڇW8}> (KZUԏcKRC4'//[N+"Nb Yx^f`H7D*U)hxZz_,<^t!qH&fݧ_Fijj^Ȗ0_7:ª:=c|&=uR +cSYxMu;;8Iߧ4E͠i8*X̞UR\TX̟ykLsȩS3y{r'36;+sQi)*3rz +4LelY%~((|&0+n1v{ó O)Ѣې'j/nNC6_ase-p`6|cVt6=>7 W0I}i`f*ʘMxgAQʬ4sR0E0WV{=IG]d$c9&v!L^Fr[9ߌ=Ik +FV62[<^^5S]'ᮾ]nwZ˻v [''7$-1%jVuCgUׁ ^iQ+@P[$-Uf4 L5 >lĸI5M,?5g*0O2}9ܿ\.RJto$u+ lf[ Yl522㈘A"aR,xC)p1t4 P2 N8Е5F˼Nȑ&7͙3Ȭ̖8;*#SUhbR݂"vd9C0 __lEsw3w*WcӘ*E=xhzHkK $*$&!ڀVWI +Q`W-AHhU b# &ݝ\ꃛ~3vg"4hQIB>Sg +xϻKjGC5{sD*ai3ɾ̘YΌpk:*f2HG&.FBl"ߞw)0f:Auy4ʭ}^ӓx#7L+=e[?ꉖ/ƒeRdhB&2~K="ݪj4 Gd2޳fȖgJq"+dft]cf>-Q'+(rE;<>?WcSyԏׅ8MPÈ WӤ&*5F:wbh -ўE縯jow|;M\Ϟqum{L1V~rP.c.bpE?o`Mm\ϧ{ߋP#a +ߋ)_En VӐ YD)ւTtx6=VJRFź"Yϣs]MЈ+1u5:zu5fu:YqV %bO߃;p|.9`0 N)pniu>=q6V K|,b1[5 +>E18xU VVIiքIiְvJkR:Q{*jTP!UJUP)W( ] +/Info 1 0 R +/Root 2 0 R +/Size 1524 +>> +startxref +556839 +%%EOF diff --git a/static/IDDRSStandards/2/IDDRS-2.20-The-Politics-of-DDR.pdf b/static/IDDRSStandards/2/IDDRS-2.20-The-Politics-of-DDR.pdf new file mode 100644 index 0000000..6d66a8b --- /dev/null +++ b/static/IDDRSStandards/2/IDDRS-2.20-The-Politics-of-DDR.pdf @@ -0,0 +1,15277 @@ +%PDF-1.4 +% +1 0 obj +<< +/CreationDate (D:20210108142226+01'00') +/Creator (Adobe InDesign 15.0 \(Windows\)) +/ModDate (D:20210108142458+01'00') +/Producer (Adobe PDF Library 15.0) +/Trapped /False +>> +endobj +2 0 obj +<< +/Lang (de-DE) +/MarkInfo << +/Marked true +>> +/Metadata 3 0 R +/Pages 4 0 R +/StructTreeRoot 5 0 R +/Type /Catalog +/ViewerPreferences << +/Direction /L2R +>> +>> +endobj +3 0 obj +<< +/Length 4200 +/Subtype /XML +/Type /Metadata +>> +stream + + + + + 2021-01-08T14:22:26+01:00 + 2021-01-08T14:22:29+01:00 + Adobe InDesign 15.0 (Windows) + 2021-01-08T14:24:58+01:00 + uuid:fe74e608-a475-4e78-9e31-2947f56a0cd0 + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + xmp.id:b2a3fcc8-325b-7f4e-8371-a687dee1f9a2 + proof:pdf + + xmp.iid:4c42bb02-1851-0342-b28d-89c4874acb60 + xmp.did:9148e695-92d1-1d4d-8cd2-972f26bdf1cf + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + default + + + + + converted + from application/x-indesign to application/pdf + Adobe InDesign 15.0 (Windows) + / + 2021-01-08T14:22:26+01:00 + + + + application/pdf + Adobe PDF Library 15.0 + False + + + + + + + + + + + + + + + + + + + + + + + + + +endstream +endobj +4 0 obj +<< +/Count 25 +/Kids [6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R +22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R] +/Type /Pages +>> +endobj +5 0 obj +<< +/ClassMap 31 0 R +/K 32 0 R +/ParentTree 33 0 R +/ParentTreeNextKey 22 +/RoleMap 34 0 R +/Type /StructTreeRoot +>> +endobj +6 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 35 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 670 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ColorSpace << +/CS0 36 0 R +>> +/ExtGState << +/GS0 37 0 R +/GS1 38 0 R +>> +/Font << +/TT0 39 0 R +/TT1 40 0 R +/C2_0 41 0 R +/T1_0 42 0 R +/T1_1 43 0 R +/T1_2 44 0 R +/T1_3 45 0 R +/T1_4 46 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 47 0 R +/Fm1 48 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +7 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 49 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1730 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 37 0 R +/GS1 38 0 R +>> +/Font << +/TT0 40 0 R +/TT1 39 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 50 0 R +/Fm1 51 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +8 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents [52 0 R 53 0 R 54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R] +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 5713 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 64 0 R +/T1_2 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 1 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +9 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 67 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 205 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 2 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +10 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 69 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 555 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 70 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 3 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +11 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 71 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 556 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 72 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 4 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +12 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 73 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1366 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +/GS2 74 0 R +/GS3 75 0 R +>> +/Font << +/TT0 62 0 R +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 65 0 R +/T1_2 72 0 R +/T1_3 70 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 5 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +13 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 77 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1376 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 75 0 R +/GS2 61 0 R +>> +/Font << +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 72 0 R +/T1_2 70 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +14 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 78 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1470 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/TT1 79 0 R +/C2_0 76 0 R +/T1_0 63 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 6 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +15 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 80 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1480 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 79 0 R +/TT1 62 0 R +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 7 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +16 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 81 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1505 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 79 0 R +/TT1 62 0 R +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 65 0 R +/T1_2 70 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 8 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +17 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 82 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1515 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 65 0 R +/T1_2 72 0 R +/T1_3 70 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 9 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +18 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 83 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1607 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 72 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 10 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +19 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 84 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1617 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 72 0 R +/T1_2 70 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 11 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +20 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 85 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1651 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 72 0 R +/T1_2 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 12 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +21 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 86 0 R +/CropBox [0.0 0.0 615.118 793.701] +/Group 87 0 R +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1661 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +/GS2 74 0 R +/GS3 75 0 R +/GS4 88 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 72 0 R +/T1_2 70 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +/Fm1 89 0 R +>> +>> +/Rotate 0 +/StructParents 13 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +22 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 90 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 749 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 72 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 14 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +23 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 91 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 750 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 65 0 R +/T1_2 72 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 15 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +24 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 92 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1899 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 72 0 R +/T1_2 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 16 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +25 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 93 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1870 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/T1_0 63 0 R +/T1_1 65 0 R +/T1_2 72 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 17 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +26 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 94 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1813 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 72 0 R +/T1_2 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 18 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +27 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 95 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1814 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 65 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 19 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +28 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 96 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3119 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/TT0 62 0 R +/C2_0 76 0 R +/T1_0 63 0 R +/T1_1 72 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 66 0 R +>> +>> +/Rotate 0 +/StructParents 20 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +29 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 97 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3120 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 98 0 R +/GS1 99 0 R +/GS2 100 0 R +>> +/Font << +/F0 63 0 R +/F1 72 0 R +/F2 70 0 R +/F3 76 0 R +>> +/XObject << +/Fm0 68 0 R +>> +>> +/Rotate 0 +/StructParents 21 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +30 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 101 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1846 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 102 0 R +>> +/XObject << +/Fm0 103 0 R +/Fm1 104 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +31 0 obj +<< +/A4 << +/O /Layout +/LineHeight 0.0 +>> +/A7 << +/O /Layout +/LineHeight 12.5 +>> +/A8 << +/O /Layout +/LineHeight 9.5 +>> +/A9 << +/O /Layout +/LineHeight 9.3 +>> +/A10 << +/O /Layout +/LineHeight 10.75 +>> +/Pa1 << +/O /Layout +/LineHeight 16.0 +/SpaceAfter 4.0 +/SpaceBefore 28.0 +>> +/Pa2 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent 22.0 +>> +/Pa3 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +>> +/Pa4 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/SpaceBefore 8.0 +/StartIndent 39.0 +>> +/Pa5 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/StartIndent 39.0 +>> +/Pa7 << +/O /Layout +/LineHeight 16.0 +>> +/Pa8 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 28.0 +>> +/Pa9 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 8.0 +>> +/Pa10 << +/O /Layout +/LineHeight 12.0 +>> +/Pa11 << +/O /Layout +/LineHeight 11.0 +>> +/Pa12 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -14.0 +/StartIndent 17.0 +>> +/Pa13 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/SpaceBefore 8.0 +/StartIndent 22.0 +>> +/Pa14 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa15 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa17 << +/O /Layout +/TextAlign /Center +/LineHeight 12.0 +>> +/Pa18 << +/O /Layout +/LineHeight 10.75 +>> +>> +endobj +32 0 obj +<< +/K 105 0 R +/Lang (de-DE) +/P 5 0 R +/S /Document +>> +endobj +33 0 obj +<< +/Nums [0 106 0 R 1 107 0 R 2 108 0 R 3 109 0 R 4 110 0 R 5 111 0 R 6 112 0 R 7 113 0 R +8 114 0 R 9 115 0 R 10 116 0 R 11 117 0 R 12 118 0 R 13 119 0 R 14 120 0 R 15 121 0 R +16 122 0 R 17 123 0 R 18 124 0 R 19 125 0 R 20 126 0 R 21 127 0 R] +>> +endobj +34 0 obj +<< +/Story /Sect +/Article /Art +/Lauftext /P +/Kapitel-Head /P +/Absatzformat_2 /P +/Endnote_1._Abs /P +/Zwischenhead_1 /P +/Zwischenhead_2 /P +/Zwischenhead_3 /P +/Einklinker-Text /P +/Lauftext_1._Abs /P +/Einklinker-Text__rec /P +/NormalParagraphStyle /P +/Tab._Lauftext_light_ /P +/Tab._Versal_bold_sch /P +/Tab._Versal_bold_wei /P +/_No_paragraph_style_ /P +>> +endobj +35 0 obj +<< +/Filter /FlateDecode +/Length 4039 +>> +stream +HWn}W# j_C@p`3<A@S5H=|}RMvS-[3H.rV9apL@[%_kpv7g^MfWbx1x.^<^>?>|<] +-r:[:+9T ~^(&*OTX|e sP'kHtC#]Ey` +fUJv欜aX3*17VtX'9\E1nijwf\Qc{,&× F^mұ + +"\8z i昒kP~uchY)rkR=Ç C'3,b-.3>iU8PU9gśs&x LNoA1VN.h05SR{Trݒur dYavmI9?nKjUvVW.-ʌ @3A& Fȉ)A , ߾:2h+QyXK5 %'B(xɆrTv\ꜘi$7ٔT!6]}܌/>*ᡠ9GX u1r220'X|tfT˄T2ry%v?tZ:+Q\mqCL$v@"4 N__iRGe o-Vܮ 6ctjr2n}:m'D}&Q#o魤Kd!6$LiTF9i+c+abl/\ZuXe)ոJ^wF{.6KݰcЦp5cwPaqBVV=SvXmR fkg.s 'l:.Hءߡa'ztH(4X;d7T_M *CQ `/EgȦ>5ނςhhBDMG~eiB6sxMHk6iȿzӭ$SDiߥtcf k `R5CP/lۙAp+O~'fS0NZvvg"<4MWJ:eT눶@Ry 1Igycc~'EPlmwlN:rq^&KrAhd +MȘD [8^]d Yg=5?:@Fwh$޳΀[fJ.;M9gPYnztd .גF-9: h̽tQ: hr<567%2;iק^~:,:٘L;0&1Za+&!)Bf(Eyrh|EHe Cy'נd{˷ß=܄e??&Fj]FPRO Bd&` l> ]gU qة١t>uÈ5$ rcl`uemš)ʺ6S\LU4HVZ\v*mj15U~" + ?GocgEoGj%"jĜ͈ڞZ kl4}Kzs͂2s l; {,,V CE#O2 +iKȈYv-GqKR؈k}8zq2xRFvb*+mvSA0f⚡LPPv8fR<߰BĿ.)?ÝvnDx'uتYHS$+ì%Ň/^#bSOtigxޱ bFz3"92]\+ d>^}yIک#Vns|iW371s YTׇ!#Kb&q jU=O{S`I/ϛ_ N@m'erSrv m.`[Yc <)T^ +$:IUl +7ȩ\$P>.xlrX#;\+TPv#uǢ+Ao"nȲv/d$ͭ~kBh'>kֵ 9m#ٞnfD3@WvKʧsI/1_Z ]Ih.Jr`Zxi9~vetj + l1dsm)&Jh(wfz Ϣz:zGC.ttH6d5W>Ocm0}G)1-*6 i( e NIIe1g4]KabVj !IBMf#{P|o USSV6W͞uYI|:Xqv*D2Jsn#RFQ=9_t.uNQ-ec(rF&DJ\JC!-zI]#u&A[anlWeoʚ=# uk'fÉ:'h>Oɛ*ٵ3j$ўIL>P -0`DE{B{,% +}6#- FzE. X 4WYYޣ)ųvاЂ>CUoP5XO)t98x h]!{9te}pjm'ȳTӂ!F`J7.id kV,BHN4bND$ )ҟ2$|D d9hU}sP%] єdct(Kb2̦[6&a *RuExPƏ2Ny88gK~, QU$ ]v(P:vo"ǒb  $%0"a92+.Ll,N&wz1%& k6pMKWNx êI<^R]D(zZff{~,K[ez|.?HaaL[K P +K iY+T{ +N("葒H +d}$E^Ct}&2e*j |jcg Vv 4v>] +endobj +37 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +38 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +39 0 obj +<< +/BaseFont /NXFNUO+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 128 0 R +/LastChar 122 +/Subtype /TrueType +/ToUnicode 129 0 R +/Type /Font +/Widths [250 0 0 0 0 0 0 0 0 0 0 0 250 333 250 0 +500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 +0 0 611 709 774 611 556 763 0 337 0 0 611 0 0 0 +604 0 668 0 613 0 0 0 0 0 0 0 0 0 0 0 +0 500 553 444 611 479 333 556 582 291 0 0 291 883 582 546 +601 560 395 424 326 603 565 0 516 556 500] +>> +endobj +40 0 obj +<< +/BaseFont /WVTKQW+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 130 0 R +/LastChar 122 +/Subtype /TrueType +/ToUnicode 131 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 0 0 0 0 246 0 218 0 +452 348 462 434 452 434 462 462 452 0 236 0 0 0 0 0 +0 696 574 0 726 0 500 726 0 348 0 0 0 884 0 0 +556 0 660 528 602 688 0 0 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 378 508 546 302 264 0 312 800 556 490 +528 0 378 396 340 546 508 0 462 518 442] +>> +endobj +41 0 obj +<< +/BaseFont /TYEXAC+Wingdings-Regular +/DescendantFonts 132 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 133 0 R +/Type /Font +>> +endobj +42 0 obj +<< +/BaseFont /FNKWME+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 134 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 135 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 452 610 539 363 596 599 292 0 0 292 871 599 589 +610 0 403 451 383 0 551 0 0 545 486] +>> +endobj +43 0 obj +<< +/BaseFont /GMUCAC+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 136 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 137 0 R +/Type /Font +/Widths [202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 555 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 285] +>> +endobj +44 0 obj +<< +/BaseFont /UCTDOA+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 138 0 R +/LastChar 116 +/Subtype /Type1 +/ToUnicode 139 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 666 0 0 0 0 0 0 0 0 0 0 0 +532 0 538 0 497 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 448 0 501 292 0 555 234 0 0 236 0 0 549 +0 0 0 396 331] +>> +endobj +45 0 obj +<< +/BaseFont /RVFLYG+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 140 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 141 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 683 0 0 0 0 0 0 0 0 0 676 0 +559 0 569 0 525 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 449 0 516 319 0 572 256 0 0 257 848 0 564 +0 0 356 417 351 0 508] +>> +endobj +46 0 obj +<< +/BaseFont /VOGJCY+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 46 +/FontDescriptor 142 0 R +/LastChar 50 +/Subtype /Type1 +/ToUnicode 143 0 R +/Type /Font +/Widths [233 0 426 0 426] +>> +endobj +47 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 12084 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 36 0 R +>> +/ExtGState << +/GS0 37 0 R +>> +>> +/Subtype /Form +>> +stream +H\Ir%D]J>=Jfms(*??Ŋ[{UkyQu컖6>Gqo~p0l׺csy'G~}F`{D3];[={ܭ fjZ\cq>F׶8˸#+&rkcw=ֽ]::U=ƝQ6WJX5ֽC&rq͍gs&7Fh K(c}@œ5gz3~y"ֹwyiD&j8qsg']suVOnWnXT]ΨVKWU%`,ZȊ}a%-'}z<V\(!aq ;&rԒ%=7ȰoL;ϖ铬`( + NϜt2+!'jT ʎ<P"x\ܽw%no)\t6U%@:-7P n졠LqPd8̸3`h3q8ST[xkf +<]3}5gLןORlD7%al&VG1f5(jٚ2iQRɒ.zͯ&ǭ>5V{ܼE}BxJ1_+]L}JϡH6: ~1٬)$0V9obMoTWtfq] +,;܇ER@WaAu8 RN {ѶFQWuNl͞΂Naa8<{r\]݃p7w.Izd 5IS q갶D3wDE^vH*;dY(]P$&Jar&אYZlP+I6ջV"'݇RW>}+x&Q2p[~j RRb<G 4:սPZuuy^!˛<:/h',) -ުI6wf}~Z0:av(ڟ;l!8ݪ4w74 ѵq jYh\<8aqJ$S0c=٩*ѡ;hGro[iG\Vi_w41 (>U3Pi)m\G[O/eg8JHw^oRXW_̋tŭ??)21VѲ`›'u+8Mmd=ˡ@N9B;#ra\Zq; v'|Y#Q,T$VCD.AA@KќAc[7gQ%U8vee[\* ]qdZSy뫏֭#p!Uaj GqC"k0cz +uЦ֝m\*j$MH%05TWS5,&DRq`ÅVl JJ+J4!-rO%)WV+D2uE[z\2M2[w! Z e-GFVI;;\|^jFd|DAo T!6.KD3mWBכPj}қz,Z=Q(T6c$H@u1UUJ~1QI&/ pF+$d++7׻X޶?Xv'%b{\-ٸ~isec9Ϗ/ ϶SU-WM(D!jb!8_r$;)3f$4M= +7O2 O򄛮ދ#X+{7F@z0h&6 +mUה"eUM=9V[g qQ &+v&s>:qJy~+/1ވ&c^KjKhYoC$Pq2PuK]u? ])qD;aḨqP+WT5Ɛ6H9R|<ժӈgl&Z{[VIH2 #b}! >jz@2/vQ4> -9ZN/OTf&'ܦ|Ƙ} +OKޗܱBth=߹a|J038@Mj+Oz?BtS2;1rJ{.z kö0Rjfz59n3a7Ay6ha@ZCMtSY9hr;Zt AjsǣG-L/2kJoNAKޒjF ް<UV0C" CR#Ծ`j(fqQJ(AHSk~aS Qwl% +>HuUL\HEz\\F&QN$ex i,÷l${rT l_2w,{T . +%ReRẑPL`hd0pklr eD`XЀT__|٠pڏUOpbܜR*(lQROd&$qaA$rDUPm:[TǢ.^L8B!}dbŵ%,D^Xxz͢Х5n/}Ze'c-.ƶYhHx}Q׆^Ǧg)~振YWm*!Mb\\*(2ذIb E;8 a1+iEocˁ2jEQ#w"JbM)dIVaG@ @%r~ר8avg^PU!]\ IHr=ePE 7Sy3 9:3| aS~(7הaBc7$R&lHHm< TRHi}9B/"7xT& aܖXm(e[sk4nᡉՊzhтMh<ʀEV QAZJJG}z +jyJv:>&Ob9 .VGX#BiD[O[y=;qkxܰeVE:E@ rez1jA-Z-M3זLu?#ĭrgH_5fZUǨqh]IS]p&juƸ0j:lG(i|MCqwX=Sly[Az Jv[2lkw$@޸PMtq)Ћ o{z!ӴSAۅ3L :cȮ8[,h\d)aEU%פ i(&=MN)N X +yXx\ |DYmBjR p7{8s Tq yȚC3Y AmޤvRRa#!jFhS& +Y{ m +LÛ2qx}SڕW hߐհx!q&hyi0#dF +Ks B4nT#!DY,3;3 77rNvl,1F6 0LVP`<6j@pA/K;ljsK*V_$% #Ĉd?g% CG L}'(JFPԗ"`sfȀ} У?u#CKx)Rݣ+ 7@k `*KB86򃋄o 5^PA-*rQAK֒nXKIE$™ʛ*J$SX~6}DA媻] g;BqqMA4pV3])BE$1 #ż6N0D}Ni#lpU΅FD_v~KAMFVު-87՜[Z0om3‰U+=CwJƘ(c h[H&b ،w+ 98 _D+*?8?y؄%B">v;UDgbjg0c '*[=_s9=bK ^suϭA_SkVVj^242G6#cAbDůw,=юI)DiW5ŵXa_a7@:nF1WK#)c̓,˄)7k{J`cv-Z\lwyRuAQ+BE jDd!sǤW"${(0S.x?L;IV`bpƥ If|1VJ zL'pc՟R-G!L\#7 Ս|}aN`N #%l޲$"2H'P⹀!X?4'丨ra(l{D$v*a5@ùDwǤ5}x'!}k.NwӠ +-]oQV^oYV nkY_U$ʫkM`sDN#,ɐgtek1dXAF8u1IQ7Ӵәb]#9h>$g!v\T e?}.'`rEIcn(+Yk +bس̰@Ik8lVkYvdc(;o ʑJ6 `Qu磈pJ!܂ E#D292U+d~}h-Ŋ_aG*j18Ke1`x3#noXɓ]5 %y$<󊴌D22lY,<>%mEI?\ To/,j鶡|Q9Mmy(tHZj<""Y;/_|2݀ e0259(4eU\$R)rtXY/QL}7=8t[23xAE77.8{̌T8S;"ACdNO9Jt"K<b@JIL(gHlR\3y* KۈUkR.>shUFp)*ܹq<\/!te}=>P>(th gmF1w٫@P!/ 5w{؄} [8e:4dNG5Q?Z7.O̖'xC.cF]#\=#hnuUן +9wM@i*9op + >-uK[t^^JPT<+\?f~W˥X&1bi߮ի7 6^uJZO )Bzq̻QUɺC;!z<zXK18fI48xW{G2Ѵ] +磒H%{`B2|WP!s8DtӁ_q\J?E_ꙬEuo]Uv$U|(< ^$݀}Vs^P%D!Ghփ UwyTqo7d>F.ߕXW+L#Fc~N7h+ +?+L8j*F&v1ŸTCR*ӅtiTΆ! gZ&(A([vAPӰ8gԯH +{"tLa'w>̼%>1/SS/W5%[]2Wd #ZTj}:TC]>$24IT6`.Q'wQ_kI#|7Qԑ3WM~DS߰Pñ4]!lpV9瀰Е3`(͚Ol&[󞪤 +XqзֽɁ~Q}qSri$U2udp08kFS"2B!8N@WWTwyW%)2K9AyЏH<< NJ 3y& +H"In x d[5LZ,9IU +eYӟH$)mXzlj/'du5.ˢ9xiA[+X0o}3rodEwC[.=j>)1IǮÓc$:LWW=NR8ŠրYUFu9DzZW2i G4DJ#qn="6cjngj97vEm"JnHCi ěQ8+C9jիTF9HbaäkёLm:u1ʪET^+,"1npa ˞utUy !iNp):0<͐m%^"j륰G +.5@Effd+3m L"TUm2o"%E#}L QE=P'oP-U=FJW5 [0AƂ!J.i qDEQZ +*Yt/2Po,@%åq +<ȃ(95@Y %ށE:Q[eܹ(b:$D :UtDˢTgB|Ezq!hfΈ"MN(b6r!Q5ݚw a% Ntª#Sx.Qz t@ͬDQ$MK-I's9*u"[-Sir1Lo:ݤ?8| U*FBT=)s)r㐭Luy5P8%|vQ +/[%]ֿvez̶$9&SKj_q}˸݂ ٫I?] 0^% l=7#UEA"(#c#٬c>mS{W&$(I k+X,Dkb'ô=gVOEԝ,((8 nac2FQP> +/ExtGState << +/GS0 37 0 R +>> +/Font << +/C2_0 144 0 R +/T1_0 145 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HMK@+ޣ^vg7@m!{X$weyg0nB]{4iVZeҩet# 0vҾybd%}*b`>;]\=m2mbMwĢzVxxd> +stream +HܗMo7<.8Z0ؑHuڲaˊq}fhw-ɫ +i@H-|`իɵO,`l>t>|y$G_:ъhB *E >8@㌪>TVڊ\Q>QJ +GAe!ϊ>_NON6XZ98Vu1(u:~_ NgK +i/VPV+eǷ :iGN3cԩ!ZeJi޷+>Qܑ +K,NkA/y.2$S3 $*oMvDɤVB-j1k؃,vQ잦 +G\%ū2X]c C# {\85wGmؘ0ccG׏4(g_šGPB5R6̥#|WeuB,3\56eNS][Ƣ1TvCC1g OB{+]= %[+GS 8AC_aQ$J&>^XQ Khl ,0KK"J-%w3 ER?Kdf/mП}r 'hD-naf/ +Zw$+դR7Ә< 04U +endstream +endobj +50 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 66 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 36 0 R +>> +/ExtGState << +/GS0 37 0 R +>> +>> +/Subtype /Form +>> +stream +Hw6PH.V0342UP(Nw +sZ(@)3#c=3CK C=sKT4. +endstream +endobj +51 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 618 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 36 0 R +>> +/ExtGState << +/GS0 37 0 R +/GS1 38 0 R +>> +/Font << +/C2_0 146 0 R +/T1_0 147 0 R +/T1_1 148 0 R +/T1_2 149 0 R +/T1_3 150 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTn0+(UC@E&j݂PibR򦦋Og0Ŭ7!P\=7PW}.( e:JKYb9 +1$m%fP\CƝH\{AY.ƌ(fC4( 'nA[Ąq\=Mo8yQr;Jόs'J !҈ˍP;nW6jj,\Adk&!3!Dqq> +stream +HVmOH_1R7m E* Twݵ) !ငB~:!Y{=;33;|Lpp0'F6F;_o3\ .QJ]@K](" + 2G@soN7ƫv$ '2x~ JV`@ +hjh!8FVD +m| `ʚ9[dZ2gԷ _ r0"BPar~1h4VPcvlUGk|4aGF[Vke#w#;*C=h/`'Q"- e465 KɌǘ2srou >0V|5`"=@2O"V[bJۚc LK#Dl!*^".C1G\d|*Pz}O7 +LK,yV~ʖH+wjYPZy7_BȒh&" +;KEn\9ȠjHn<@hs>ǾqS_3G(hb~V {_HKa?WyeLGp +L`3N)4dptDŽsB`_zD)DIޢL:)jrDJGI #ܼ⓱p\yS iQ#OD*>ىV/0MIS\S'm$]@NUsOeEeTwHlAjx[ֈAd^$}wl)G̚HauZSBԹUA:e1(9Irq3ſN˥umt8iT/vCD_ץTKvY^}UD71{Rk{zBJZ]RQ17h-VBnb rG2uO6PWu{ǪcbCGl3~liCi=^m…q> +stream +HVn0+"YH-@YPh77Y~}gH;NYޛ>F  K8=~/gMs^_|/hP~0][uֺ`d9~ e=_)BC\ d[ɐlw1WPG+ + %*W&H.1EJQfD[eYX3nel)Z#Ȧh!;Sޫ[k{ /h V> ٢+'pO+{TAm#Bbf0GҊ}ig9в9]st! _gn3oDI8BQ9NjR'XUE8c#/ TҸu'XzM՞Ţv +2 js#yBv͆ȊMA^X,3ߑ^[WhޛЩN"-SąPQ6 +6Q% lK [gDMѨ:I}G(<Bs0.*)-|):$8BDdPMs#Gߧ._M$ʻ5AKwQi_Wuhsu5KK89oO4 )Os~ -n 7pfZMKhC}x^Gd,]G$J^+)BK@q^;woҡ)͸"TE(AO1DVKHm Qax'u{ExRthL8=A!6XV\ : \_< uw$%e> kmƒ^*3*gDҡ%(|͙{d[;OsikGhiEn_ڷFrZWE~x^pH*" j!-|l\j+7S})ǁ +3v"B3GK| +endstream +endobj +54 0 obj +<< +/Filter /FlateDecode +/Length 920 +>> +stream +HVMo0 WZ,@Q`mav|vHckZߏH"Àٍ)~<>>8'/`ru3_ɧU\|0e|F(eY*_A)(>ZUg4Tqm( zZjEZYt/0 +e)(Zz{O,5/e*#f?;wKsMWJ[jAD~ LjD!7MbGO{¯f:2 1D/J(I'- M0!瀍d4vF/d? |ZSհ|#& ZkyMk,9zwi1PU"t`Ӟ47fM6\!=aAФQ^\l~-4D +ȣ[U:=ܮ&4u.v=~9؛x Z +n(mloO˷ 0xU +endstream +endobj +55 0 obj +<< +/Filter /FlateDecode +/Length 958 +>> +stream +HVn0+h"EAfAѢ=8v;oHI@b.7o8-K2//ht>yQV4y!?*/lSRY\kޜ7*>w4WYT[oIX)*4Q%g M^h:q-w2cpwtk,Ol4FކGZuAf|o&/̚oO|.x7VP3, +[a[nM \B*.\Z3!tnQzokVb#h3 +%E'@^62 5JL$`U*0hꈐ5 TK=27#\XxMK]J2Dl|^ƤPsL~e %J7hTy Q$a$ 5h{m=j/f EE5tyU$|󿕍y=D2ȣ>uЇb+^31 $U'dUZzKxW3qMZ$Х&޵+Ģɘfҍ,t^ffhJ.D03@`| u[a +՚!qp~^%%nvɂ|k6I|y{R?PL,OƯv NUcF,|@F+O6M6;$. KΑGm'')x:A` +(HSIicχdҴHšHA% /9u#GYv;W;d3a&SoW0/c3{RHigt4 +endstream +endobj +56 0 obj +<< +/Filter /FlateDecode +/Length 972 +>> +stream +HVn1}WcFn^J^@ !a%Tm*{o*u7㹜3br&xq^-iz^7'Tщ-&E^CGcύ񴸛|ltsL^8xؚgarE8@k6Tdh]M˭|kάn+XyJR|,໡+noCox޲u'.8b}. +͖MYm8, D`fN؆\68RC +(+ڰ/Ӕ\VFO?fIν<[Im^1> +stream +HW[O0~8DB8N"MibbҴm㡃R*R\Ŀ߹؎ 9|;Fk(Gkh([ \ +&_'Əkϔ *sV5xVf7@; ӆ/K:nUYY*`|,A|xlSUͯEp^\0Jbf[LgԒaKO/6Ғ7#|Q%Ts8b $+zHYr>Z.q +p`E(#Pד+jUT;<ϧxt2*aJ2ȶy 2eh RSr-cALA_#Im7#\9'6&p-"<9O Jc0+ 籠c wݒ13ŏ;l7`c P .%h Sβ52~ 1:hgfG)Q)Qw(Q@p_JQi^"|y(ΰ+e4U2%d6o+aI>> +stream +HVKS0Wњ’,ٞa8N;pjn!$ц +Y^z!FowVoF_& 8::,!kqxy J'gxd<*`<[(Ym@5F*eFg/5@ ؿ6Xz$|egk05Qy2gT'tgliI/#+% +endstream +endobj +59 0 obj +<< +/Filter /FlateDecode +/Length 724 +>> +stream +HUn@ +xF+iE +4= _#{].g8ˏrps{M/.//>Ws +f+~Ftu5IаTNH~^Ʌ65$()r‘"wT.YE6t@KA^D3[8S(q/OQ0eSؔG6+`E)H> +6lmii+1AN~#Ǘ +&ԱqcBvʭWB; X ,o%G9e(N>=ӋykjUrQnSCA[RI2~.G<˼>BSjz+Wyh:ioAٚv':UʭMɊۖjJt ǵŔ&wtfLjlvѩyYa}c7;Smz.U2&SZ{zF?1ڸ#*]TMQ̴~Fl=&Nuo^0q~A/^MCթ7[ശT3iO ;FG.NڙTm?H6Qٖ0ܪ +endstream +endobj +60 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +61 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +62 0 obj +<< +/BaseFont /MPMXPP+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 151 0 R +/LastChar 150 +/Subtype /TrueType +/ToUnicode 152 0 R +/Type /Font +/Widths [250 0 0 0 0 0 0 0 333 333 0 0 250 333 250 606 +500 500 500 500 500 500 500 500 500 0 250 250 0 0 0 444 +0 778 611 709 774 611 556 763 832 337 333 0 611 946 831 786 +604 0 668 525 613 778 722 1000 0 0 0 333 0 333 0 0 +0 500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 +601 560 395 424 326 603 565 834 516 556 500 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 278 278 500 500 0 500] +>> +endobj +63 0 obj +<< +/BaseFont /PTYAPJ+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 48 +/FontDescriptor 153 0 R +/LastChar 57 +/Subtype /Type1 +/ToUnicode 154 0 R +/Type /Font +/Widths [573 573 573 573 573 573 573 573 573 573] +>> +endobj +64 0 obj +<< +/BaseFont /XIWLNT+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 46 +/FontDescriptor 155 0 R +/LastChar 50 +/Subtype /Type1 +/ToUnicode 156 0 R +/Type /Font +/Widths [233 0 426 0 426] +>> +endobj +65 0 obj +<< +/BaseFont /AHJJNN+MyriadPro-Regular +/Encoding 157 0 R +/FirstChar 30 +/FontDescriptor 158 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 159 0 R +/Type /Font +/Widths [523 523 212 0 0 0 0 0 0 0 0 0 0 0 207 0 +207 0 0 513 513 513 513 513 0 513 513 0 0 0 0 0 +0 0 0 612 0 580 666 492 487 0 0 0 0 0 472 0 +0 0 532 0 538 0 497 0 558 0 0 0 0 0 0 0 +0 0 0 482 569 448 564 501 292 559 555 234 0 469 236 834 +555 549 569 0 327 396 331 551 481 736 463 471 428] +>> +endobj +66 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 543 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/C2_0 160 0 R +/T1_0 161 0 R +/T1_1 162 0 R +/T1_2 163 0 R +/T1_3 164 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HSj@}WG ^uchZZlPcNӸjCَU X93{&{ߴlb0>!l~/#DuuV&WVn4eWS6FABg^0~AI.Mkʽa@貎.oC@Bȕ*E^(g2ڢYD(;WSVKa rUaYPUPJFx6I F䈭Ngyg]B `EzJ2ц6LOdDXFL1Dzo5zs61#Wk\IԺjq2r(&/a{My[9'yݿZh肵}u2LUҖа XfŨDCk5=iVD$Zc]tBcғFC +endstream +endobj +67 0 obj +<< +/Filter /FlateDecode +/Length 5342 +>> +stream +HWێ}6&;0 H^K) +^2,}X2ۊ ^LwXuSG/O7gOފ_ξz?'z]բMc~:z}ZhS %+WB)SvBZ]y_tm-WX>An | KW!B K=g}9s"K\r`œ_pN^A[l#|{ۿE,MaFp.Ŧ@r]VokK)K )Pt&LJ]/7O]?83h9T0apţVZa%l zbaLr'Wm*ڞʖ$P%h#c1}X +Yc%/ !JC=[lxx0l|:nc96>D#H32Dd*<'dwkiiNPq՗ uG8߯X7" G/.^H=HPcS^!^q.dX80$$Ee]v)*pq#bס@09tTUyhm:te Ȫ> Dg?BƱ5OT(Q"%\Qde.,NئϯȾ#א`N(Tn"pRIAҝF%qK=ZcZm3k/s䊔 +ayg"x xtա$-- j)l7T},5GgX--RQQ]VT_EE|{(ݽTH jTϖ| rҒA 3]S9%`x7iyQcx3-?V%^Zup3\BMl='AĚD:xIe6 )G$}Nû)F ~І=N@bC*H';@^tiS5mCS54靰 /( ,`ҥENV]xk/c, MMM;HoyVx S;X\ bCZzr`.Q\cp7xl"Zhy?+UhʋbPsylD"D8׉4%tů^!?0A)Α%QgfmSv{)^%7 &ܕbeH!3Iqa-f3ĕq?P1"֕gqe<׳5\#!`~0w!.:P2=j%A~zl/1Cv0x_. D5"01"r@:j&g7ejFm ÑϾ'fT,2mF@tRG5OơobqY܅4];9LY ƈݥ-Jj܇:FEM@cXrD9q pGP!fx! +-O/*9o Q&*oE##<\"c(+H&s}ԾoW +4*VWXƳ~:z}Z/xKll_i8JleoDtGOwtvF$5Da-cZSH{;<'H.^sItu t6;ݟO.  +* L{xuK~AEC7# ]`8%qsݢj?BQ +$I +ngۣFe ќse]4r +z* s;4 r +n#$cY0Z*K";1  ` +IgY6be7.Ɯ)M#EMq0DW {x]Dxˉ%E׋q&.0$ %UC'XGGExlәۇtMaC4ˑ̻듮ۮ-P^,0v"i4zng@#}lv 4Xa&78;Zn:(_X[Wlskga9 +'xy8Jc{d,@xscnKohOz[>PC#pF-E^ 8֋_[x w<bd~Qhi~u&`ȥM(JP=,U[om6J5^rj:؋dëgV+Wϱ̇G nh؟2f-F&.zb>-QvxK;+чå+2g3;8^H %YG4>{4\ljCᢱƁa+dL;s`N]NܷrǞN:bxGv)pZ q 5haĩ$?v҆lb),EY@5e]fw j­ɜջ:xӷ"d%?]2}zq9jAU! A^emQ_1&$r@PEQEc)OfN{YEɔӾDLsۆdp };]נ;4YsSΧ?z>[~|w,K{tt߆NahcBsMq꜖Z 갴Ix_89|+#z"fkm"u(\k/%〩__^`Lba3>qqWmpB]Qʅ%_tŞ[^4N|iD-rB"-G^ogݣ.1;\ sRt?nly%RXJA7yPަþ?Tb +26C4%6(i:Cl-GRE۽*ڜ*ZDBm^z=ҢaCېVyX)K ɖ%cVUǶ/⡈_0X1"xaeL~ڂXRK܉nޓ:~~ ^wfZ{lpәWrǑldIXꞡ6~ +mg|0ot?`8]lo4~dJnFL6)AѯJ) o +veEc;ljjw_&o]Uy.S}]}*}h"tYBWh_>#0/?=072Ud/lu,&0\p8bɱDŽcH58>ua4Wd}Eپ +>z4|2rE"zS1Fad<}4j͆ +Is˽hjDMԐf9t(LZa& +:9MXXV?rZe8dN3zSݷKk kP&piWsE6$;|X9rۛ٥RV1ʥUaVY+ˬaR2;c&BCC1"ƨZI /1:v\h.0=XYx ֦ -0]{& ΧdhD{=eqƪ@ :FA䢠s5:'q|Z^wId 9}-SIdf@_bUK 2Ll4ZhDXwt֣jbQ=w*)3TډUQoMyϵ'2W߿a 4#Ѝfx XR*cF?b& >UXSpQim pK:~8_FśëKv;+Y{xmxYj[%7sY~EQuD/!MQLzY+٤ F A_Tz:Qyu_6Q_뜻h +1,zKb,9$2VBځ( :źCZDl,C$ ׉RY[6 Fpt=҄Ue4%,m|.fn?Z;ndOzn:s{/|]q[8ps= @S6wv3A\\V >U,c)!^q&cR#b7͏3.}gP ;pDV '5[@JYgx֤v(:DlPoKmlƫ<|96vOWK 'h“|#$jmd*݅_/@6 =F,1_s] Ӄ?wcJ18WjE0{t }7o0V|<~|}I ):R') Ыc;[fu/, ֛3wW;F lT#!¿O% h#Op%\J!8Co0"jҽW<[;+wO m@;HS(/&}ioNAeVOYp.Z^'A*j 9E%# F:Fnp_xhJ H^ Be_:%$ +xY^dMy9ygʹ4ZuO?Dv+ ,+4kRYŠ:0|5=aqCZ +xke%LTR@ N-LU9!z:'GUard&0C˩ $X#tv9WU9Mrhn(\eÅ2C!j +endstream +endobj +68 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 575 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 60 0 R +/GS1 61 0 R +>> +/Font << +/C2_0 165 0 R +/T1_0 166 0 R +/T1_1 167 0 R +/T1_2 168 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +Hn0 Y&ud P h}WC4A5l#ϋbYol?|nF3'V?60BvdtE8EBV^\#Yyj 43lxK$5YZ YH&"/=f#CvdlagE '1 TA[ckB}6c 5RE7Jf[tcb*0FVlTa|oA~ +| +#䭊|[-A¦9q| +¤(?w^I +^WL;|R'߻BrW?cϘ3,VKdr\ lϠ/H_Zo2+I&֬S<rR[kuۼ8eL#&lRbNl:mіܠ98]7a jqW׏մ[חŇheɝu:ccٽH +MB&cOBcß+N0ȕP 8ëp)PSJj<Jk5Udp0 +endstream +endobj +69 0 obj +<< +/Filter /FlateDecode +/Length 5709 +>> +stream +HWn}W#v7$q`'8HX^S2@b=#ԩSN_m>_]?Ux~uRkG|\RZ_U /Qu߮:W;eU8x>`kϷ:zwûku+y]L(< 9sZaŪ= VF[}0-JVZߩ֫Vo  +ݮ,P^_ծBNj|+QjrA]gEU׼bS4qU=K])7j)n{òԸ?\+>c8k>o^Q$@}RkKᵞCj7 h01N|1g< i亽s>^B=/i#+'ފ޿S?hBuJI5@V-$ IQL̸f12r5B({sXh;I H1д! +rѸpQhZbM;o[ca㯨l%@la $FX? +Cŕzvx|IuC \N&S2MqYc3Tn풭KT.JLrryCEmn[ )MhӺA <®Sa~ + pt6u>%JFOP WݘsT&GN2]IjF*'%ECi߃ +=qX`LRZ&!R,dЭCo@.\B0.wpQMt$4s&7@oxߴ4bB1fDy҂ +) CћE/X:6]Gci1U_ jD6L=r U 9 یg%Ģ3OV<0kO\] +ʭ +̹XW`. dgpA|#iy# +v9c0odTc *hB + +Z_fNtx=alȷ)_aEBnZYq߉v Z;zys6'w̪T0[# +a<=jQ! +=;Z2Γ ^R?tɖc]k&Exvڴ5@ңq'嚈Bb'N؞y4jUIFJÏnmwdgz0=}'>%v +N"Y%y +yySx8#|S|mF8,踙͂'o^z.M.sIa'VMb7${gĔ+JiYN&e<=Qn*\4޲>q/A4ρ-h)6Z̸H? 2,,!(ؓnGN'y'aK zY=Rn81B`'e-d WdmtY8#ݲŀ0#CEyf,,x-5sFt笰o*pJYǼQY3F;IeLb +h&iwY0O7d_l}\KM^.W52\ܧrF2҆~;"ZH,SX̍E!xq ;氷Lq8=d'-4XDBdWO%&-6HEOBm_ε~`@$J̱f84ù,L'N2HuрKRZ!A ~Z"lPWծQMӡB;deJX϶b/Te'Ka`30Tfki.J)5h`BX[AL_b52&;4t_T,]%2.qJvR%|.rޕXLgFA~r[Zjk#-'aX)0[cI&RFtzoiqrrN3b> NBw,O%{Τ81!#ج(l+ݰjG7A#v 4㔪g;2 +b:7 aW(`F6`̗8X\| M +G}6&5͐>e:&‘ueϵXvꪚZa6 ws5҈JA˶t~'&2,Ffrbݜ8C7'=5OT}c7gO22'CBbГ@e՞yXaOE +k2{,Uf"3L;W Q6<ԉCIge kI(B&v{Չ"|y#1rNӋh悵N葪PmsC+Otۑ1ࡒV!Շ! Mu9Y .#o͌DԈ{yɰ$:Dd>a9oCϸ0 SK\ie݆zo${"~ koZkHƭ$$yPMm{;)ǂ7r\-Rqž2[^7q1&-X19nkJD/y +)QTFۗPBTxlXϕgD)&$1tgiIHSr2P +]&.%݁Xdkhf ii::Ikw#ߔ@rEDuV` Oȍd('hS8'>u>G]4( H8b99숌>68v+kqMׇ<Ŗf#.(xnpZN7 kfaJIr;j^wZw0sbleS⟪tm<?Ԙ2 2`g ;ŋ9ub\rCe.w߭Zw +! C{si~OC;XDp667? !{ 3֬ +7 +Q!' #a_hW`Tp<%w:W>/0la*O=cbo1AcD?Җs +4&TG} :G:\" +@7ta3ÉHi(H$}5kǕɉAю!`kZaDw  S1=~ۑKGO:lse)hOG|\M<І1πRp]082AӅ81Ϋyx5#V杅4X[ +$QnNȠH${Ӝ=91!:4x^wV9+cLN# s|![\SPj}aw+C*RuNĞE(8=Gb8k,4-GQ|[HpX3tyw9|_~̗c&@#Pz?r2`ҝ`~##VZ= dd(e#j2lȴ6^%~ZA^nQ Hi T\Ч_  &j x.&8 o.4akr3=.8 ]ty MQN,a3SSM0;y/K.]:zs!qI`ckqGBt_{S#g]i +9 "=&T(ؖ>SĒ)&~yK4Dk ELlGP2 uP>ۖj:RDF^kJ$bHRND +Aa +b|^)מkGo8nW?D\ 32/\K( X܃,Ƌçk`#=D +4dY&|h{o"-ot\<ŞD1q9,4Yָ/r?ߓp:V0L~jXm> +endobj +71 0 obj +<< +/Filter /FlateDecode +/Length 4386 +>> +stream +HWnH}Wԣ +h" 4H nLy Wul-q{~V XY]=l~ӧ^󛓷Tea]wj{utcvG+R< +E _]TWj +hꏣ_VG ^oǿޖdsϣwhowWjqq|F2U۷G_ 1lȲ,)LY4vնu(t]N-^PY\K8aeQŽ^Z%|p V-tOzpq:Y-E9CyZIK4ɜ4pm,dC6`_@ yA?u[gڋ[q-,yHTC$<- ~ ]|!{O</NSSxc"\_ uUxiCţvF|diтB`CCWV-±˭>f6b:ܡv 4-?8sքJbɾnP醯f{CI-|8L&13 mS; 0rŦ;9Iex2aЃC]Nm$&*E2]hc ʯq9llI}iO ]i VkUP{SrSE΂Q:A#ϒO3RM3M>S6”~R ݖCjb4d_s$u,,te-,"@sz'>~Hɕ ݽ($'?!DZ +! I뉦j^5!Ev=@ም`NP* 3X;ZϪNc@\uRL*8[L*7J'l;;`\}MzJ_qP!XiCLTzz 6oT7G3Ѐvϸ +S'Y m)yGބԔ·/"y$׳F;GLdwC:xQk: +hwDŽ9@߇9Hh NT".&=£v$ɯ!9J'knd%6AI/A+]n9flĻP,ЕTs,¸iː|=bHt(8u9)IdyI-vkSCc][zvn|*> dҒ7WhH7qȩX`6?igAK~rNR[\H k]Gm,(Oh,@G2r5; +\Q4VFy7MϑM_K W ¯&$}4{;VDNxtHHaJARMB#kk!eآ <۲kpuY*}u'JMB~&D0,9D,?2@v҉gfKbJh*M +U)X6ysiBn̸XIybY9W\i<s8tyv +@&)3Z J=uB +F +^c7&Fq݋"d@fcx"N2[@%lbRtbdENQ'YAgB z/ CM7bR~1,[M)&@:`/ W^x%DmkQԨf$8YRSyge})3!2lNhpU%:FJ+wQ(TuP4Ql6ciVYS;SLE>MMTx݋k#.B&YG\om51B#/sCɟqz^˩P7TxU;ty`:юA(9"߮؉2g'3P!x2L)نeD^#hḒ$Td6Ґ!~;)h48#a{:'mG}8kR9\WM+j XIYP_,:uI]t QpOAI,;j *Wq7&*Ԝo݊]LY|c"2ә NfmGn.ٺk& +x(`J>=̊^ +ՆLi=ً:pN̏*Ќ<ИcATDh4eW"-S[QSjZUrE"BoLUYg1=^ C,Nm},N1B3@*h,ԿuњիŏF4Qt\qGTǪ!kQ#P4?&JlYsKx; Qv`GY;],C4$1^rDe46wGP$ΰpS_0㋭!s1ЁMa.${'AH,9:v#g}~!lߛ~(r< Yb"6gmwp8V-yh<^.QP+Y ;Ħ`f*ZxUs_d&3ejfbW;YmF;5 qm 'תNaڱ_KV3RW'oB^sU@$0T^,%k~6zu4R:" +ORmTU@ u +ƿ~GT,Fpz8t[Gl.L1\BVa_W19'u4f&vդwjea:Go7_=@g{KGl8ZY,i`/ sc<|o iCۡpgVrY3{'{cz8@Cvda*DߕN$R\d ˫m 񪴘eS&o~v1'':j3OF:-s=kh17gBnc-C1.Ed>O;hN29FD P_<#g+h9,y%9SM!|^ZsO"p/I @(xNyBn'ur[e{c yg<Ֆۡ8K|r%|2Ѩc~IX׋`Tl: XQb״qtյc\}oAƨ?=[b>]{Ϳ"7S8jGlT"-~bL'B-pM>9\&*:itMlCA97;R}̇tk'd'󩟛pG]n#6z'=cmFI/q.hxV\팔IF|fKr%(r)RL=O )1gW Ux70z3{;MV+زY%n }t~2js漓bYBN \^J:բ丕o7L=j?USIY ջq(9؜~+:%XQ n*%ȢnDD:#0;&nfާ~ҦȑX`]qX8i'UK𡦚aQ'z5^(*-:uQml'lP|pɍ`T#LyV/ X~xWx`_p^6wImvP< +endstream +endobj +72 0 obj +<< +/BaseFont /CKNVPJ+MyriadPro-Bold +/Encoding 172 0 R +/FirstChar 30 +/FontDescriptor 173 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 174 0 R +/Type /Font +/Widths [322 588 202 0 0 0 0 0 0 0 0 0 0 0 260 322 +260 331 0 555 555 555 555 555 555 555 555 0 260 0 0 0 +0 0 0 656 604 595 696 534 527 682 689 285 0 0 511 846 +690 717 581 0 593 540 548 682 636 0 613 603 0 0 0 0 +0 0 0 528 598 451 596 528 341 585 586 274 0 0 275 860 +586 577 598 595 380 434 367 583 530 0 519 523 469] +>> +endobj +73 0 obj +<< +/Filter /FlateDecode +/Length 4616 +>> +stream +HWio_Հ9 /dIu]'HMRGˤ}npHjř:^ի:=[=>GOjxz޽8^.L5bu;&w@ %"+a+3'l]fUa ]\f']zo N?rqwzQNL_?^UM}^QAŊ<rS[Q*F= +vL8֙9N>=<ґR EY Ee[] +*nRf*Ƹ>^swa=3ՒG24N${‰)}U[X))R[}B !9^biQ\xxL#-՛'^Z%u"o+EV_AY܃u![%hDgՍn֐E:%hh@h\"j'F;g_{VvOQU kNMx4؉ن]~UHqW5č`s |W |#fU3UU]d6+Vd:%j"{,62#nebY}>."|h1:oW:WSsIcJVŗ ا&ĉME)5.'p TL(_|`b!jB#,ԍ*2BeyUQf+JVGLZpt9.jó2BPF3@mHVxm`1c>Hʢ<ڧ㝷7(E#evdZCQJVB\EV\]$%!+@FhRA^$BáD:9nop[\pBai$̥!4|0m.K*aPUEY6B}>용d&c=;HMƞ{fݱa)6 8F6$Qpb@Z|Waՠܜ1 tP9msT*nfN +eC4UCDD V5cPچ%nFO}oMZpܴw Y'[B ds$f=ЍƼuƛjv҅q ^q;֡ݗjxPh[vę`qƴbӫXS{9L0ƧqƴbVu^ơ1G ȴƴY,QFX =ҁu5{_gk,4e! + 8J%ϺB9}jE +=0ť~'?ћ qp9͇ IC'"@snۢ6g@|$zӿnÕ3]R#_j"ϽK6qij7*qe}Ȭxn?8an|R8( +]AqUe 6GR$k'[=` hz;C6\6mͶաEDl +0!v5Lyy0A%D(ւݦb+Yl}0>4'@,V\ jţЏ~{I1͆A[rڷt-:M^ԽŽ[IafMx%߶Vs+7@#}zzjP*#\iTrPSrw)@`-uM +дh%M‘Io(A\5I\27̳cU >5%"tЯav*cH.$ɐ᫇825, jN%CJX61zK h i$j#JnmēO)/S[%aL\&p)`ž*f-liK9;}g> {:g&1T!b]Lm~99%"F +U>6Z^#-r uߋkJzᕠՈ1`i8|;ua+,t훾b˃ W_--w7h7g-rZ0ؑ3L`، +Y*\vW?%4? `l^/MNCr*Zc8MaݜII3u<iK_B1R@d +21"akW蘃t>MwڬWktҬ@7'-ڝ3VXXt)N| ?LmKQ\&5@`c$Yte!u|r?ABgqA,ulp9}m ~?1HrƁWQ)T,HMG{Ary 5b Ƨ~2mhBnArHf9\4caZ]\ݤt,KWrzˈވ+`*P:*ktO (iNsu莧tlb!"ί2%9 Ul:nv -w Vq/1S0gڅ/"(˴@r[Uia5D퀷oW">ER+e'Tv~HK͗QЏ*F +$@Ĝu,t*L/HW6 hqMӢ-O!:D0%Ckiԝ_宰4pYޚD,G%P3蒠't'>E\WsAM]!&_ ͦF,O c-n̈:R؛^} D3X|匤IIC乢mQ^u~[4~ ʰtNu-8 OP3/ӶUHpEVZU?ll+~Dzd> zThIܔ!2p6\֌vTv"A%T |G9Җc+̪6xź]QWfԳv-(kdZBG챡ΎC_CbVnhG ^ F) +޹N'*gD~_ʶӍDDdDy/>ܛ B7qWZƙQg[ ,Qx?8Ix~Ċ"<\9 [ +5\i4!L=By! +ZǟF[0wux Jd J?w4Oܝ+O]kY)]~SI{C!kvj%~̲aUB#_>36NTvB񧠦}O߆\SV63s8'n|n G9i *7hԢA ~*/cP=\jFC\] D8 )kO~o`9{E?*#X‘["ԯOK|o 9Tp)bî(NLa4#rbcʰ4]{wvz6/vERX~ G~#w@l=@Zjts.-SQ#Ű9&\6'Α]0ڻ}޸ UnJ2^D_^\8=d7oE+f9)QI\#gF]8E6͗f"/AC&jt 02 +ʤq,Tu ZXkDqZ#4 jWRkgjJoz`CXƭ!`~gb66SibM8 6Ai4HҨqD'V CXl`p6 8_'86znޙ':Jg;>j]m+->DfMdm:=y +M*F2?)97;!+<?WZ$/ +endstream +endobj +74 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA false +/SMask /None +/Type /ExtGState +>> +endobj +75 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA false +/SMask /None +/Type /ExtGState +>> +endobj +76 0 obj +<< +/BaseFont /PHSFFJ+Wingdings-Regular +/DescendantFonts 175 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 176 0 R +/Type /Font +>> +endobj +77 0 obj +<< +/Filter /FlateDecode +/Length 4623 +>> +stream +HWn8}cd^DIN2;Lf6bŢǗwݞv;.D/lc0iK"Ū:N7Wx7qiۈ7o}x/&N&JXJo'G'Jhqr9) +U6qs%,XL<䧓O??tVOk_'RT̝v./6>X_LLsUf),6y0͋$h\w5UԻRyu"nG rO-hWL%~͂KL fFcfa1)q= + h7uc) rMq!7rOshgm7=r%}eoiU7.ۛJ(4J`̈=-NGGn5z5t05#4Ѻʫޔl\i2{,~}0./DL*W'g"  (<ށ{TEe + PbUf6bG̪/238FLO>+ɬƕO_'k|F?knu&vRt 0_]Vi߹k}Nĉl6Ul] 6k͖%^I!5;{4 +35獘ZL\1Yߥ +||/3x8RLJ4Ϥ1dJrEc{K㋊qo0u^߀?u j*8JJ,g? +ER /= JC6ңk 2+| Mnx;^4AYJV5~;&n$dRz)@)gvP@ّoӿJ*ܽ8xpDi-59}bD'>K8mIHλ4!:-1̀l_4V[ +:\9gZYT5ֺfך6l*(j5qYBD[%6NX):QtJHT'"/z$V݄ȱg 3ߑMJp|+1U|4 + +C)-8PͶ-a!N1zFɽK*Ax`Ik)!#ԩ-6`q>"A+J+co;h9QSTz9`8)ӊl B3kxDW"WK]tɛV{8%G䀺,0>1p\+>Z?[*|q +&G m BҀC9 TJY6b"w)X>-<4*P? ֆqMVrCp*q')&X1u͎bRLɩߦ.R +i=]߄ &4Ġ3Ce5?6qJ FEޮt_0N>FJE+Sp#O9_mci½N>bX>Y-loz1k:T=|.{Q77[ITLSe=%I54frnO7cϖbVžTPM*nADq_<ÛS״8@KqWuŌˮ=,])3ԇB߫2(mR>|d̾ X"5;nļLB;RU3`i ].̴~ٟX&YS+DIU'3B7;VwgJ7NT[\hecƦv" ĪM'/.X<>vU@.K%4ކ%J`Ë{x )Ng=|]bt=F=c07Η3@vxx|V筳y_D/Xm$wvŽbI38WB4k'/l.R#?n<|QF~ Y,3JI*y8vlƪT6RV6]RP6 N쒟h) %TNH5sIE8ԅvF\}Έ["$zhrjpp>]Z~'# or͖q8&[DKv=q,'yAYQT0< )eE iG#8 d4c^8i23Qb˶@ȚCck#?6}m$  5:}UQ]Kt*AwkӇZ_V<֊]i朻H\EnЭd,+ނCj}"19g6Ob}N1yQXp©q;Tn ZfGERINMQjO+OTkq Qb ܨ@Xvxi=cp CUSwD^f7e*Qh +As]ٝã h ۡyF $ -< a?'`9ci"8pZjxu|'΀Q$407 M}g:2{/ [At+0h +*jKYP'quh_/5*v~+] Wiks} O ^A?I^ fG@189~Cًܩrzëy[q; 3+U""`E&t߶lD%h/r+B >+0,y+|ڪHjOZ_1wENR"hGEYeCmPV `]^A9?MXu)=ÑbpK^r;U;z䕤Mbz\Ibł=VڞdB㬶Ɨ0^R'4`*3I%>nࢴ1!l _;1aBv1;g7KMm$5;`Cz`\ "ZHx?@YX K+o1鞛ﵓ^&m#A~Mt + $ s\dKcK/o?uIrI 뫼IyO77ܺ`fQ +DK ίiqe:@'IDBAi@qQ }3'j_ҡin>WV&96R rTBcR-2BOv:VC]7;h=!),1[!՚ +$LkKPƹeH?Q~hP? Fo#Tgęa$ڛI!G ˉK"GB=_[yGTDA iGG6*8x$Lt; 0[q]iV͵!ށ25:ѱϑ̢TFp 7ٲ +2kK-Š.blЍǪL_͟?~>CZɉKj)(9*njպ =Ɍ&!Y8F;~^!C~CaJ_x$Z^Ydcy8.㊣מvDƕc2R] q[?1R(lB|k +I*zEL-G>7O!ؗ+JUC)\pSPn1`f`+>v5T::@S^׼;E鹈R`x|w>.p' +Iw1Nvkێf7Mwy1Z\ky4BUQUej0OH>۪Ll&%cѡb6C>RJ` ,33!}MI`S +.}d;I?w2h שtzezIemѕI Ӽ)5SK +endstream +endobj +78 0 obj +<< +/Filter /FlateDecode +/Length 6567 +>> +stream +HWnH}WX4Jr\1 vw7b +Ɖmy$;nlRHvĺ59ul~^8:0{\>ܫ/_yFJU:gj1:}RtVQ(kX+e\PƗXp3t7/tNTrǻ-avPWo}lxTʪiҚWiSiʶmFs6 j|Be?ua*5/ԗ\W’ǯ1S[u5 +J' xͷj|Q4? "Я'vYanpʆ£k|.5n+MwS!*mf\ﺄcC|0_ShJ-ט?!ϰ6647 P{r(|k*&K3 &y\bfr+vvL~b1Y +{H9j,w ›p3xHHUrͲ!gtL+#$~/wǬs9< o@ gP3F)=9wnc09AP ƶ M KI|:Q<',o>]2QgH,;:-D`Im. NyubyӬCYV.]z#x D.V-Ju}§CO xFniC$4Lҭh01fRq3Iʱea{0Q*L祝{ y'{ Crp; YuwŤ&/${TǕJRk7)ʒv wإPRg00Z,aMU %g1$9C2%'9y=Mpe-DStd|bQznӤ$!2;D`D5~CHU]tw/C f|9L"/ +*% 9~u{1,0|;S3),^4d2")wAr̞!Lמ+1⇢%odB2,C6Of !F;IhfTM7<͆j,~g3s^{0sS9d#!E>Qt@:b{M&²7LLQ6l)ܼٝNMea"T!C9v>,j-LE/qC,Md5 $M +.TR \\cІ8~~g('o0xDvD_"S+ɟ3jrOnu:o +v8`43Ε +,qn'SbSuLMK,k꽆RnpMzOx]N[tU^Jg$!U\oІ%]ErڐV6nj(Nh3Uw8u`,r*zU8~&z~4# nS[K^p҈{?H2RRTKa2߇6z;.<!M8h˥\dComGha-5:!lL LDu.t>]'ޘbž9h́>ןXzcIX "0 慸yJ/I侢S1ՒۖEѴ<8u&.}Q[FB>[l8Lo9$o搳q;B׵ 6$ d2X#Mf fߢ vҎ[R+ɃCNl;#;L @UҰ'HRi6A@ b(b;,Xh(4X|t'gIp2-3An Zt㈻99nL*e6, =BSQTx >'gG)=a;!^H('GTLk`,N\p#SHae'16ؒDҘ; i", +:͊)T&.1Zસ‰Jڦ4/xR +ႛpHlʘ|#+WhMKv{n-_~Z1W{E:B|O3p.䏏z w=B#d57e(lᑀ^8(|<-RN[L9iv8n7lvpgI_RHQkn:`D0 Y Uzmn\I #dVoraeى:*4'EJp[N`U{=@׃co/l;'~BP(t#ge%4,CYևe{J'W,:!{̟ +C'Gm7Bӱ]toMp>܍9ܦy V(ZRFA_qqGrrNO\ޫ7n>9`wh 6k$0 @ 6,YR,ۂ>uuwuQhfGW1䆘SlUwӰc:f}Yޝڇb;m BuP[3S`pRvEeihz&3x{u8 R|cN=wv|v ~÷:˻ qp+yq0QC)<<&J7&{F6tO?nn1g`菝-nH.L Q__CN9_ hIQ?OZ>@ +?N4e&-hp|VJ4ȟ0WD>h=Wgxr,n hzI˩Ck%?cuK(Z'I]%5&DY皢_\ pp~wͪgyw7(y' ]pi-T,o#`;`޺⬯8}1 / +Z"Aĕ$e#Nn0<ѷ̬\23BEfNB)zmHÐ$V?{Cl3^ұ2{a!1d-gh#"';`',S|Rg!G*׬i +6/f,u;<o$h8h4)A wct7r$c?FVLضb@go#(PFai/(y" f5 )DF;Ca[S 6afyƖ33aB]<C(~DvgD6PQ̇G$:1njf|02yZzDs !mHy.213xqJ\H(~pd(/V"&rHF7sͫF"zaҮɋ7dcH)&Ÿi)ViKYhL(1uUɽ <0S[2U )Ŋ%lJMHCf*QyYƊ@#رΜJ1/Nވ=AHRG:Jh,Kf/?VTHmbIA A1vUE_U/g^b8/bCJ?SQSTkcA^p~\1q!(GB 'yhVm/qՃuA$K-_o'jT*MԶvaU߃rUm^u`>E ]=ЪY% =oYޝZw=y3‡. DP &v=?")D7r +y^j9nyGXۉEjs* Br @8XA(FƳ*/kK/!@ %!)Jm84\>|z:5Ɏl6a)&O@ ەt+stڳEO}su&hpƺ#'Mq4\[XUAu藨s6db`TP^-g;A>n%_"ﴝ 4mk 6p+P +(3AıCfϼET[uT2.H^~~/ealId!d)tYӂ#%z& l3ZxWA5>#Cct*$TC lꩻ) GśT[Hu޸n \^tȚkNZSs 36 e&گ$d Qă\15 + ϴ(Dsӌ>BTtKzd!<߄DQ^8r+4U#X(K&0g ]b<7l;~-+/~rPStm +&=@`mO@S6`1 sȾ_tHQϿ?W +UA +G+q}]ë !/+M1/r*}ZJ&*)*bk*@8|5wls2`6癁Rl[;w^C#m|J] HwK 4CPo׹jKAWhi&@A .zڶu?oQmVҺ+WU}~)~oc6/S8qˉ!=oҴ%הxD>c`7 p=[I pXgm3' @z|N2{tn8ix#󃸁'Q "|6%pa:CB5j[7%]UxҍQF *i!0uO8]]|GP[lwD-gܡvݤ2Еt4w⣆dq%AFTQF KbP6a>X! +QTպM&$|C5kx)Z|A^XI*bB,ȿ0t`PFq ˚a oP&wnZNH"ŋMZb$)> 9[;(-J_~$;exV +h`%jr" u_]8%-a6Dk PDe yZ47Ut95{jERktJ4uKrif YJг&X ~) #) +EzSazQ[H> ^aCDp%ԂUoERNsl.(Y18YU*08%G)JG{2@j r1r 1)) +o "PXVG˜7jձ +endstream +endobj +79 0 obj +<< +/BaseFont /MAENPP+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 177 0 R +/LastChar 121 +/Subtype /TrueType +/ToUnicode 178 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 0 0 0 0 246 0 0 348 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 696 0 650 0 536 0 0 0 348 0 0 546 884 0 726 +556 0 660 528 0 0 0 0 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 0 508 546 302 0 574 312 800 556 490 +528 0 378 396 340 546 508 762 462 518] +>> +endobj +80 0 obj +<< +/Filter /FlateDecode +/Length 6546 +>> +stream +HWn}W#0m8|&;%ֵ,1lpH FtWW:ujuq/=[],ޯ~}ϟ|JL^.'8idC%6b˫I=o̝PMZܹ^6rrwX߰//&,>lWFL׷/W^ k,+m`nTUUkYUUyMlbeʭr[S`_1Utby!6zCjܚz^զVLrf'az'gbz!g+1'J{i K9k睘wwo "^oZ~}XFB-AWRY|p)+?-6.}]^Rq*'XT͍<)kDziz*^`pZbX7ap\r7eQi:,xL^K߯\JM x{/}ډmHq&ƍ,~+gou3Z: +a+Z|c+u:Au)hoiK.%!n-FUYV.ƺT8|FST5|N% %S-DJx7O:CgY&DZ *ߧh)7S@Vb8lVjEM(0bS:Lk݉s|4C.@v"i,eJo%gEBsWc`L's>bpR5(9ޔx 6'9K{m0hag57<2l {IM\n kL4:< ,U Ry +W`VeR2HS"r<.(dLj<^58{jðsTC{OjԬ:|5Cƃ A'm&Q(\bNx􌮵2=5M@4?pNa]ZpuF[B&(*0aZ?"#`3ASt1Wb;@솁8qHE +@a;ݠȆh.i2 =҅ Esu38ɰHYc*s b?- 9X|Em$IOIyXUH,O y^\hN:n[fFOs: ڛ" =YfJC#asnS8Ō&KSPp!u2pEwDtd5 ;)켨;J[1q VԯLQNdNDG7ږdXtIyn򉜟0 xÒ푎tTwU fLuC%򢖳k|ƨ*/zA=:6W#TTgǦ>eǦ9?ޔ2 3(XԌК9{Cz(=ノ;r=r7j \k]ն8yە4^ o8>teԵ,H O:Q::U>́22{VU{zt|2b6 Z#"p<frFP8Dzi(\2;$,FN-Y좓U*>ݢm.NzhDɇg7\TIV|JT UEQ̣Xό Pd! BRoɱEY$+yq&,w M;EӹMS%'sWGL\ԲuVi!l[{X=ڠ[l 0Qa\OxvM^ `gbm]H()L$%.U: FYrw zߌ"|x`vvY:<$5,BriѧmB*Pvp"PO~ޜJ^ӄ6Ž&Ӊ|_ +We#ȹ=n \a(dxVr$vxa?B}@ޣxDi΀x$#UDhh2]jN 5eJ{3wY,@RIX'<ٕBы+yK+A؞\ sgfULv+\1#>nڪԩIO}¾c__ʢn +QQNL3 =^(Fs>mţ'/^5ѓSj'Lh|gwMS~i5YjwrjCn]y, | YMfH/lzBY"QYޜS{=j7lo#Z`|i0nD Ŧn1ni@B I]mIlx+&ɉК.It hY!+?nَWc@:Sk%~c2]1mGt ۡCIGq%PNpMXY̼8..s; +5rMrt"%9[0C6tݎ}C +uKh~\KOxģ_WwX8BJ nDo?,`l. RU%ϋNJ?6w$ Ј8|5UfbnbW8jHg1Uyw&2#iaTs2NdXBNClkǃF9fEʩ9)UT>C#zmexMGO\>fI}9%wēg̿yzMſWbE :l'Z-oY;„ u>6= s,+q1m_[Xmxū\>zrf돏>pFk]K4׭Q1- #0Nv ^U^ s pr(D %!灙eO}Bau_udZ@"-5<0.k=P@W|nM7x]:;#Ʈd3ާD9nRR G^0C3oMe\JW[Eb#W9`sO3}$%K`>&W`M\db[Lr XgTTqV;H(.:Q&3;H,c!HH/Tﬨ]ty3ra@{k2s}"S:lJsbNVoi Փkndž/ʵSaF6ZȚMoy7{=3f OA`J*7F\zlMlM/?U<}(Q"IFW45r _pEqkj߫â]80>M? &Nf ff1P9egoOOՈ=Bk)H +5IiEAd%#Ys AwC"9a]Bb$xBs\wUtp:KVm'Fl_w|}h|<6aMm:Ş`&J +~Qjn-~?"eW##1U +yÚ¬ڄ᛽<B"> +stream +HWێF}Gqf\b;fdwae^ϟԫWgTgo޽U'oV'4FmOξPJR)VW'laז}[v:U7e8Xpկ'߮Nv6WϾԻ}x\oכk,Sw:ә59}YU_UUe^C`a׮)+ᮝkQiDZVd I^}V.9EWmjdwy5V-~y*Qۢ]Q;PEm`ea4~ kqya?Ed!V+ի5{7R;Fk |(z}5~^+kݖU:_ =/S񭝂oÍo +W}QwUObL K +^=xĕnx <xRkXq͖_RՅ[s*Y}=JEx]=-N;HJBp"u gx_VZ=_=˂ZϹP7rT@(MH H$ }A_ `I]QuV`*$IㅞE +]QI H[, ,6TSV )uŠ zLDŏ|,tYe8h*8Xb.P0X+7.MF6Uj:sOb;5 +:DP8( +d6*q?R.QL1cWY'liPÉNSHI\a\2g͗Nǖi<ԍ:! +/|fCTs$j=JFPm:WHZct+ f.r/|A1_nψ-*[9svJ'-P +bÏp+ޱf +h Tߋj&x+fxwnح)IqԒ1@3TUpgM\ )t-W-aFpSXMhGܿ,LN,Q@%=&Qlިv.S'/Uw|,ǯ Ÿ"!4kAgNɱF3p}eH.' U@wknΙrz`ԁ ?L%_]z;5NU"r$}> 4 L}ΕHPf q"obp $R^8ϓYˢDh +> ǁ_Lmj1BqGzاGTZjg+ X ˹O6C ZuMY*w Z!p4TW P 0PgNͺܿRzTMZ-P 5zC5x\UXL _( +Fբ7k=pBίMfKSqYt3p *M骞rGi{C<5,mx T|{GTt564P]%[" +9;_:yb&JׂJ:x?1|w}F*[ʡB)efRꊗO˞Ih;5뽏r:jQs,vةԠK^!JN @gT{Et crg?r +K?SK0" +eŢ +mNAq=]_UKnpU=1/tfe]MˁYJY ,?]ǛKO +@6,,hn ,*'p[YKUMܔ ąP)BPO#Rw}&7dN><ݥ^h!֙'J'#γ9 5`"DlL=A.6G v4`[X'~]a ^Au[B$0ިĝ0_$' x@jcueW0h 9gl(RC036`vK1YcȪ3\~@ܚ"=@\䴚2NRLAd͏\B?=R5jF O74Ē /VAe,6(qdUP+>mGUn1@ XKw2xnc +dfʜ&*h ˚ r_Ng"t+pJKn%=JF ] +Dk4B r +u,qlԍ4ȊC65ѺY3YM U-LZ4PFJj#pHB^$pBGeQj+51 [ї.eoL r<3R޿ lRļH H%9`z8wd䎛ܺ9jAHG`徬poV@w3K@|3Jɢ}wx +(n] TF|Jqkd9e~ہhDaSb!8I!-jZ) #tm&CrnϤ1Lws¨ڏM'lCA+n@+KɤU&h9٢kD͚ ȃot鲬e\{s&`^S#NKWmd}fzFH +{":19QDbʸVӈDRs槶6SPXqG2(:Kn>jlh]ىD+kGz_Ţe n3%(wnbڷ o [؎xXѦJgiȔ)W‹ϰ0sؒ.P3{8ʦit+?Q;ʣ6#zƍ# +GI{X``?Y?x̯_փ"v\bU_}[t>t +޻*eU|ii70?Je Q +z4yi޼<VX[o/C.c*~R.aX"x_?`H:&hw92":"njhҤ; ~rDžY &ksIOB@cY0({o\y,I)zuT0XaiRoIq&N2oJ!^TN`h?{ u+` h-- 0Rā2IeAϮ:ngiKgDHU=TsoUd /owѩ;22uE ;:zB_*$tu{Vu3&S%.('_x0[@;)~üVEghl2E >ÿu==~_4R4]U=SGU_*v^\ E]c5$+VYJ wN-*B_H)ԎJ3rC4([ +|8-O@M{96+4!ᣭQp4I ^#{Waj~q_Nt@Plo*׍YfhPq)|ϸTbLUD"g7OAMe7_QE+g&G&$B=Rګtz=D2/־S@W^{!^_CDW #Ol;zdAnjIWB +IRAWV ڊy tq#8;~o i  ȭsqZbhQH{!HFDNy,6wXx;ޒv[ PtDCC z咵ތ7`1i7)bEPw|ռ-S$9͔gY7 Q3&>A` %k/]{7zX:;K_8yܵxG3v?/ ]|aoR4"a?dMjQݰiӎɶԼ#ӎW'P8$VE3Y&`ӎ7_m?&йIpѥ7}Ha*H#v=юdO.JUwG36R]*FaP5 NI&fmxp:C5kˏ5=&nb;i@kَst+WΟV63)ҕI3UA95A7K&)V 'B/FDZw㛸TLrٯxP=XPMD!]^H={s?OCDK2 +;iY:k0G5lz[zFRv+IpVMژV w!j2eoǠ~e}L袐<iO +Ey9V$hwˣYaV+yOyo#ߺ\IWnzl\,^}Lk:"t@K 7IvaD;4P.t$73u;),U,QJMy_]_19sAA44DPƤ{_5 asL ZcgO&#B* KD DP}̜F\0T*yK%_ҽF;o_ -[^:Vf9(RrQ&I brӥR\mZ3|{Ŋ|&Âs9.;DOti@H%\`NhYNЊymrGi Xp +7QYb2݅v- T(9>znˢ+0(+fDk!2 IhLD5 p9Ddr~ +3 *.qР̒M(iuBX' &</[ +VCܦ)ZH}{ͰKoXŋBG#nidW.r3c5ϊ +ßE89*Pq)vw̖Nj'@"U60xz!l)3-)B6c&T2e =UV%":G< df uG&a0x?>w"ٚO7(jGXw0d)F6o5<~Ju|tz :T?xa(,N0)yqtl1۟ `ش$n$r͘2zw9Lj}= o@AqA{tE wVf p=>0Z'n{hS#&}/|){ȝ^A%=& _|,Oxj!yv %>}/Ѧ.H {#DZ[.tN\\0h NE3 | U )f@&zuQy"_G F`{Z_~˙#M= +hI:Fe + X +endstream +endobj +82 0 obj +<< +/Filter /FlateDecode +/Length 5617 +>> +stream +HWio_ـIMO3,va[kÁ7Ale![WHɶ}stWWzr ~/AQ%E-5FۏUByZ]EfaRz[ۊ.uLUѯG']M%Nzt~y_^v<aV`P_1LTf:AUW)nUt?fVբl4\a;.Yq"͢3A\IpXNZ|Vv .d VWa~s^_l+ͮ軴=. Q>JȗkF9x/o?bFng w={p+?O:+iGcB;. +*Dž~)T?Lhjpxy]/ f!0J5Y_;|!&jON}*<㣨!Qhr*BVbxrOsgRT{YZ}MN9pN/. >Q3 + #*8u#5-)?~uߤV܂]m:5-''auÿ+L2 E~pmq?\.h* +k@յ^[ F?YG$kz$LYH½08'2y+ΠOH||ǔ MR^t]eR  +̫^A׭6Z Jt͎F) ME\ކLۑL#\ !E2 *㮁8gK*2%bdLa lk&.~%OTs%.2s8"TZ_2)q% V +WP `p +pͼoHsf(W-O[9g)?6>{C[ &m +΄<#&x4#[_c -7*J2Ҩ9JopL] +BR,l5m-D~l6fB4$Rc"tKlFfu&DzG4t*r 'Jq3WϷdTM5(Ob.eCQ]؝=PfO]ĕja7AL +?홇Xf &K}fH) l DzAH1IeR tXҝҏBIR.*7A{訖OfƢ!bXQǘoyd|{y[eeH¦2^¬OX]l ']Μat4%9㾈֠=(ݳԼbGEޠi"eIf;k =? ?\8\4~2:9 +>+, q,>n3~ +~Yw*~A·|Np4VZ^ȎIo.@F3BCwǤoZ0.5i{36w*ufeE^; |a]qUXh8:~[ JDXo8Pz[[s](S|zҺ^ꨃ4κVŶdpX"ƔPBxS xMp?A}/?]HLTAĔ@it `w9J3س귴מ^HSN_RsWp{2(/O@d8d3;u"J]&)ivNͨt2y>97̙Y-Y$5A]e4boH`CF/%0OR0BhhԢk +7D:8PSjIb8z&>lToKT7Vx \ _(C,~d&d,t ̝7*KsO7K5 6Rrqwѿ^`o @lmXK)l[`z,tΐ[#A.3rx6"ϖǧ3'IG_pm-I -KMC/i3<QtǾf9 ƾqF|Íms#0J@X$` O:DPPWek''m6s.sZ_{Z)ct %z1sb:sER-kU1*h1!j:vjmH%<{+` dɊ 2$;ݝ4$1@V3\"ԚSF rkqh{[21>zPZ<5Gj +* V%9ΗbA\ ^(N(^-o*|5% +8U.*f$;C{.vE:IkR,H%ipYK#zpE=! ^*0;Ynȉ\d^sNt~BUJb!3&`y|W(2Sguegv6qZzbf&`ғWk̆TA :CL|s V6v@$ٹ=?foU7"W8!ͷS`x-m9· Gwj&t9:G摰VdMdm1.>rܔ3 ֺh6l1$ *~y8>cM*5f +ԥȉȅ43VvhMphgyUɃOOc +`Fz#^ QsWANǬ3WG`Fm^~uqE4%|эXpGNlޭ\M9j24```Iĺ='TDW*1QQ3Iv2R5"85.Hx;3 J+F;DcR3(==..gmM9Ֆ_$}B=;Ē4ƜpAX^[MnHqۂ?]^ )H'akG#,>mLXTI>n"a3倴m]MgHP-״\뻼4|ArjGs6E+VP)Pvf: +J46n%q' Q{N ix^ nrz{)2o8)tj1ε/: m{ş E +(yh;=lj4bHbBC0f478 .,R#..Ɇ)X)(ɎL<-JUNS7HS,jevPN!PWQQ5><`瑬4HʬBw<>} Ly'@L. GWw(gXxhŊJp)kϥyDpԻ->grQjf^|,cFYK0=Ԗ+J"q>|W.>ߚA{61e lB@Ej#l[Q O 0/?un,6[a[ S@wx?.xdz6$Tl6(f¬) e\ݩ]ײ]a䭟r.s~^ZGPQSQk`a`2Ғo[Y#@ޡgdN42f|s+pw77_eK`]/5w [og-MemAhmKAN^I^0ӳ]nbɛDWjor+@{MsK+gÜ@g6g-1Ree(^ b'=I-sSp#8С0VmZ0e3RV=z-S}[܉vrޠEG b޺u]_[(=9" 49::t-\lGk*A0.mΔO  +endstream +endobj +83 0 obj +<< +/Filter /FlateDecode +/Length 5863 +>> +stream +HWn}W4Mv ؖl^˒V;קn}#9'+<#9_:ߞܫ~8:|~p~kujsP۶Q?}V+6뺪}6'J|S` *ڡZkZe]圇5_Vo6o~p=woonWՅZ]zyPF007%PcULUNua?V6Z}ԾHuʨյ^ʪ՝6?5$g]D^n +\mWvZ}^{\tNpxжvFRZ?g +@9_Ds`Gx*dH75^m\cm[BwU L[u97kqm%Tn#gi+kx>iU*޸A)g= +RPlaeZ6ܡûP +:wM!,}m(K *, p\=*,7홺Q9G r:I']"=_n.T"f83߁0 q:8Le:rWt$˚6v*X~L@"W$Azr:!HfjRpjyh~we(5E)=SCㄊ-/8XW߼V_A@C5-T+^&k=e x^X qho3,8J[ۑx)<:PGHVb'K!X^OQ] B}@ձ?|Q0s\d䟊)%l ߮Hg[PS˜[H%Z\a`~YїK6bIɂ͌#=g><jM$NiM'ߧ2 +&w /zAadh XwN6Lh{`.Pmh,ldB|@lr>vyo,w$mr^f{',Ԑ +b{3r0B1T11MN[M68ڄ2^Bf/rpjTY^sGH[]֗l Tpqo|LS)R`;@[[b^̃v̢DUiFu7G5I=ۍ'$hl5ZdnrJ`MHt^L87f+uMV83H'ւsL& ,1醄֎Զ 2ף)݈"D; [df;/iGrJ +y$"ocljvtNl|4*r|ݍE1>2 0a][δ\̙v~Z{@/T%jw!B:Mu27qC~9ħzH,Mc + Ro}@46F7gxhv_Z-XD'~=Pʖ1OJǁZ~t9xh.|RKLAȡߨ8h҇b="*iФH̘0Djpsy#Z3'$}JsHS.o4=;$8d&1݇I"!C\4_R}yĨڮMZ +ΎjgSOsF,W"q=K鐣̴HFBw:y<MMq} +д`B({ `0qɆ\xp4_I`}Q]>noF9? X48q,ZJJp*)oVw1R׵.Q@IHܭGGU^_)6! !x-sk˴ĦB[V3nuo`#fmx$<A~fj̍@S‹nĪfsJ"{XjaĔᴜ=|b0Oq>C[7scGi[n&%~6gf1xiJs7;P6UQRф ; :FFYAk'B˗,PX^ܧ~əZRe_̜}{Xp S(fHC&5[LX p8h2.6mi!rȠ` ,hDZv0Zc|o M5 +rܗ&$H%IԘ,3 +C0^FD8a0bvi8}z'nѯtGDJ=8RQ `N]Qaysu~ 3n<킠/# D /Vtlay$B<jg*^Q.1El2 ~_u#á`FH.( w#(?-;7Uy/\D6;6:?MZڽlvAȵ{iqA@Ul1rdS|dl= jcɹŽR5#V~Tx^ ѝ>hqPVfp]R`23|@h;Ar.Y_/Y M2 dMﳑanzƑQvi`6y1Hn+de9ίBV͖Z>4xꜯzs`\'BkKto'Ke4Lqc3%M2aZp?޼'226Rz]XnCߞߘ~tjГCa:YDnhnRe`_p'7A#7~Tsxg<=?'7xm Ó/mO1[EhkaКY#C6br"٠bx[N}90szaPep$lZd.Z5>-p=G;t`W_@XXMAAQ*U_ f^3jtºIii: [Hry9q-DPTAlb I}w5pCХG( YC%9A+L;3bż:8H/ZuR*j߱b^Oݿ`N]98QI$B0{O% ҆/l"P#+t R`RգŌɷ݂cpyO?%B18 +7P]"9JEOT}q-@tA|R>NG(lWɾ}q4]ag!b;%,ah=0RlK#̟4&fI &,DAYOH{UܯU< iq +JDVͱIQgI+:UgUX_cਔӰLhV^"zp(0 '&2IaofV#>bw+Ph>5? +ō^soO,!sC0jq;DѤYvr(DI~ER~NEI<[013\=Ŧ(gF|r|&b|y,*IFYwxPG<}|nghp&ƨHMWMNkPU佬 gV~vhMԁ?VʟY,,;ZSj +o cb?,{[߆ߎEH]R<񧉻AeޛeGΧylMYp V"hD9o\Z + 72\pXGו R/ +E@|.zP7`96&'2gp&Dtֹ"~F7r^C/4fe2X*y2;-w;{'jƋ<Y+T@$Q%a^bϘ'l4U*Ve~x͏T2F%"̘H,f/e4o +eJYgܶtqOЙX}iԁ7QkkN:EH1d,vTBׅ6uKkBvhɫ@a-HFGYLep=+.YW  +endstream +endobj +84 0 obj +<< +/Filter /FlateDecode +/Length 5870 +>> +stream +HWio$_Nnl`Þ|JcaI+(>u,m%hf U{u㿘߿};LU_*sqtVƚѶ*6S#_L[vu7e8_z;Gآ{Wkww?aC\׀mׇ?^Wߎ`7fsv޿5]  õN$PqkQklݖU[0 -Gڶfs_r^Xgo6ums_غlFoL/)Wr>d 7_:@==Xilt +XSvt䝅RF7<).%S"0*&/xJ%4wrP ra)h)6kXz3 +q5&/ҍtKHI3R;`lf'DQPN}kXXZBu&4bFω,՝ ǵ5 ^ɲ"Br.WQ=Foș;&G+s8Q7{^Ld+j w['%oBmmZ x=8_Pa[9*jTfNc}s-v[zr o{8w AS#T^mFlaT*ȷ({aA݁,Ir$P3gicxOcGIýWڙccQ'j 8+N(CC|*:IS0,+Ε6BԆI ?^!׮tU/O\w@s>8K$m Dէʰ,4y673X\-%ULea ^ޥ@4(ct77ʷH+G'=y_7JcY Ki\G$_i*<eɰZb~8\Iс]hJ")\gqӇW~3`$3 4<@V☙})j"_ @p P/XA.\*̸XB]־c $\G&kxW8!qikuZC{hqE1(AׂAwU)?SnSB^qd +4<6ʾ "^#3 )))7Q]74kض;dnb#빹LJQ(@ّҹf2 h-4."|ӎJ@Q_"1r̡;`+~72H`7f:TƈrIFΌvCQQcbu$!qZ6ڰS-rT2O gK6vn>-pi1EFldWY2 L_7M,MSmsݠi&`v̡[r8hdLn"?'|~&˃@.bhhQw\E/k0lK:9u +gēM~C 6۸(a+f0v9EACSz]UIy>AHb51x$\@lFȧKD$Cd^.qJWpiVEc ArSIFIUJ#G$zFr|/F GTҘh>4.GZXԪRbVQ#7%t5?7|HiYn)1k}>cԻYs h2۾t@ ]|VO}hd${;}n{~ ֋/qW_uY?\@8Y]_A X;yX3oh֫4S@P?iC.Qu<8TŎ; GJPYtaQ87a]a;[WTNu+9pC#m_GJY>aue D GTul^!yjqihŜ}s&VWC\wQB +R+p<$%C+8LA1]ƵjaSN0G,F!_xRl9 \cyF)t<$_- v{M}syrO Wh<[+Ru d21]u$ȓiջ­]fv&;+c2~.gYa~̑ *.֝Z-Izj)h~S+-Ui27`b<iQ5g*a:uHaW|øҞJqQs:6.EB w>"j95.(QT':4|>1.Fw s y_ߴàox;Bˀ zY5fJKlg'.i|SWjb~D5#93 0ո= qMvS4,)h>Q*^ qz6)P|^P۞\,NF!/ZDqT3%BaDq-oTxFZ{~Lo5payKAe$~T&va+aӴ5.㲑,SE*eG*aa:6%~ Og[ `z'O9ơu +74w1-DF%ь +gU@pZe(c ?p!,;-lAlآtX$)j*<`'/[¼GDp \x2ax2?7e|wXyMq]p?̶y\ǐ2<)ɰ20ƞphI1zT>~5"旖0)zVkrO5>3?L8lQwnx +1r#36Եy' 3Fir`>lӼajlCPy\e0) |z- +6qL.i wvQA/hK&@`"WV=(RP4QX!Dzߥ`aut,RgG3h‹PA>wvUASD&٘XE%R9Kk7. n[I Ϣ`#bQFraj0q\Uq'EB8XR:UӢe+NJĵ\AcnSs~yט! 奘GLكm~fنeE)^*ȝ*Di +G2*ӹOM6zăJnT}c5El@_>{h sz xA1b\ʹZ:btۻ:=I]^;k0Ku@CEp80Xo>3?7'O?1h½4o>1ʧ;&.,zs.^ME Zh.lQ\;nXA8zqCEgzigk5?qB4x "Dɉ|57\}oIJn,;Ű匞!u. J]bit081SכfIN9J~CYk+n9;.v-]rf\5EΧ:Q$ vo| k!'R{CY4Ŕ}#xsy:к4j`=p4iXTrkF)ݳKpAS#6ؓSfH-Qf\閹Ҭse6lHY+DE1yujU 3Xp{]bq*rn\v$#Z2@K=x%^|X!Aj/7kg {^mem %RYqhDpWcUhxyr87?~D~;y_0:pr_m& +endstream +endobj +85 0 obj +<< +/Filter /FlateDecode +/Length 4587 +>> +stream +HWko_1M 93, dmw7U)ٖg-ٕ}͋m:- X58sO^/WN~U'/xFJBb(,%}!IƆ{jt|byMz:ೝ' \-zzVB FC]SGM¶C4 vu j|U/s>n-'Чs/7򡰚o } _BG__GߢQ2Ll-6iѩi]GwKm=77C,}*߲ E6_p +C1z<J7 4cW1. tV'K zBsO! |OnD[̺Ml 1kȋ4P8p"r//]OIJ$%p"XLm pCd7istf09[30J ]}уAV!# %AҰHvpOurI-nz6}*N4xU(c|l}ں2llae#+|tO6,tMX5i('#Nq"S>,͊諨v@eOI| XDI͗pFN;-YΨEC*}œYp)L1\Tkܡ hɒ+ A k)th-uJ5^38_2lr[[8<޷ՓETjzTd&wx|{BuFQ3YPVtRӣWzOҊ;(㢞ܦoU<&9RO af5A eDwHK"&Rmoh{ =du4h?zDQu f>0c +eމL襫$pW3mdM94E,nT۾upΟ8xra)a1`0:EF-n%{xӑ\V:~u)2 !Ki@=XND(jlB}P‰1ҡhWV ;LV:ܦ|Kœiؙs`M:L4v= +*͂ȋFݎURW$#w6Qh]`>IbbɈi@K('(o>=Ao#|VbǿwۇBIQZa=f_ +kklhS)'0Y3OtW>c)L}FQJ`FS#t-68ޔH?F{!DzE" TkiS=?M M@!541bRbQݢrE| u!D1[2BuuK=i1?@uRJ%;dC2!Lpɶ=j4kb.[,zB4i9Lu D Qw?"ڷ^dnpei-" &Ӹ":Vٲ&m xJ߁mLDUQVNQhYq*I@uP;uʭgc7,]_2a>bu~W Hn6Ml,yшZ&2wuƨ3Q%u,Xۃ~w,n5mY3 +{.<ktI7̀*5 -C%mӖiՎMmy<1{ mS7g%K M9=ӉWǥ|t.q} =D*5O#sKdI;`TbE6T˔R#T=lp,)#l`Z:K _iqI:_C=dl-H n^'?D& Tpzp$(I/E)K۰ʪi6d'Qypiʤ¼Yf詧02U]+4;Ce^.q@.# IAfa4d"ԖփdU{.knhpܜ7RkYBARoi|fzU#y}GɉM)– s_CwJː"& EJe3 ?D&8:Yăl)Ib9]A'|XZ 0q| Mg?W:mJ;-cCBb=]Jd*8玪r2{ g|qP8mw䍸.8Lأe{Dy_$ؑak~E,Gܡݦ`#FpDK:lb4FU/>aU_vS!K,g jr-3o4Iһj,a*W .lFPMZ|}%e mRW p7i#:7)X\L>eE+jqutd(j~z(Z")E7 co@_{'Ȕ'_s\sz4|`Gl5KEll[5M^NʖwCjcOR>f?['҅tkoSg|+DA Wyho+6AA,y4bR“$iӫmN6aߠ=/opwc%(λ9mxrۣ*ŝ ,,!Ma68WNiByj`%$t!m2,ܤmnLj$]8)S^;1{uKaZɧ8Ǹ OOW"_eQyp#5 _.f]yl-JEgmfJT tuz>>yȉ jOJ6}x}7>J`k*F/W?Gxrhdd\c1.X> d- ?cJjE3cUYεM_7-_B.H_{ +R8L%)EUԧ /96=??Qlc[pS7 o!*@b%yd aTj^S{Ht[~B@xکgDžcYW8;ʞy)Nd'gm`\eLbD[6⹿j>lt܏ > +stream +HWko_Z Z/> 8j/Pg#ljl4]Imxw)39sp}}Xޫ~:x^/~>ܫ~~|&JUֵUJ]MJi5̪)/USSZvSƕ5f2u1d>9y!\ka{z}RǷӯ/ŗK5=2{8xsXuͽUgtSse45њjmSVUeE9=*);UҨ题Rba5!=j,QA!UA @:'$v j>_6Y2Kޒ'j:N%Y,k|J_'Ǫe1_俷W|"HB,qrL AFFaL[3!܏x]suQRo_,.-Kf虪}:1UְҘPue}H01wĞ bס6Aq$½ +AWpKtrBw+] YYVuuhzA}GfsRJb &[RP>O@͑Z[jje1 =^#EBfCDe9@yIMRtseY;Ʉ͹zG )a ]wX})6}D Eɐ•q)Fi3k1ٓpwp&Jd *Ht< +$9=x R/c\Wߘ{ ,Z-Hd9fuV wdB{.ܨ  +ө3sŹ8RW+ jڃ+e.Jw~u(;fY2S*xP'PmC5a9),~bq"K2yjJ<豨YnC9&,B4R2z;ًFDHLjC+ +ոcǐMhrX8srHY )MWD7mʪJZŬ ˆrwɷ@Zj#o'^Ejeob%lbgM3%ZݼqX(E! +G9'+п+e\HOyBCDYP}U81O9ԆdGk7{*Łb}l|=Æ65-џ>WX55{auf ofwq ,X? n;I;gv :𒤼H V5ֱ +z"HàwgYm q%:;y]q{X0-A|W]Ý.5(@ow =p ћg(b|BǼ,4) W+(d+W Ъ A0dǏ9D(PҵiOċ$#_cA=inc˓; Vڋ4&W/YxEhe_G2x#vP,YMPxt#6fD&A N9i٤bz&"_h!SH%ϸPያT܂əhc94Rp+k#hL$r,QA0<СUPPЬ,706 +46p7m^ɖj(@`VmJNY04ߺj}99xyZ˻ cQm坪{fxA2hGW\My۠toTm7­VIś|@mՖMП6e[Z4a n9__|T1A>Z6-: M +$92ԏ+aopD/u2a6DFN5"Lak2u= s,-dHSGo1:T}vwaM3d>1;dO>zS[[u O]{RcboW^9 J!&ņ:a0E7AmF/N K鸞 xSEt//]ǽM!6hlC)Z$-h v@aC_J;D4oI-SJ[Fݗ]y_[ u}FH qG1Fq?WiV*X` B#5Z\ +t} 'H#0Y7iU0`VWMo6W~E`ٶh^\5mGR([JICӊ\grv)aJ!eg`s,:c9;YNpע9^t+ki\>x^}-/.y`aDQ#T}i+OTxҴ4 !\dz=x+6PZDYPYsX<$TyNw`DlteQT(W9{q6i^W' 68 +Pj-DyV8sHG x8U|}` +wh;;YdYXGs$alQN֜CCrY֫~<`O"BAIFíx˲R M}A?,~.rǁ/E_A^)}n^IȗƧ,D rQc91pT1Ŀ{lHR@أAx .459) OF}og\LQ NSaw1%|dZLɆbr35&UPԩ1EOL yi!{F)z9{CU03Hb * nY-voTe4سt:QjYE^r3b]vn~j~~Qkq/| Xi9We}_ RQ\ -HiphجA`ӌ${x2ܠVZZXp 1~ Yfp t'x)>3s V +[-?U<(FN1%j%$:ǚjWmn?)XG `GCyT($DRY/<-NvC"X_]"_GlcJ,7'ȅ P PSbC3Kx7n7Ӛ$zW^Zg0RI#*Wsbpź]n"VgʛX9[XtG 0jGΘh1J4SK_iL0`@i덆u0V,#I8,د x@Hh"./?=a=~R__cd H`x; 忾~b +RVa᫣dLZ\2SᰑpX' +4#Pa f3W z}@=bXMi ngkXPTϬ +Qw//G83uΕS :b4#(|l :MR֠p,fnAVρ]5ק 9N> +endobj +88 0 obj +<< +/AIS false +/BM /Normal +/ca 0.330002 +/CA 0.330002 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +89 0 obj +<< +/BBox [296.638 519.086 513.987 334.319] +/Filter /FlateDecode +/Group 179 0 R +/Length 11689 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 60 0 R +>> +>> +/Subtype /Form +>> +stream +H\Ir%9D:E\GqN#ˬEY߬;_4-@2H ~?^W5Oiwy2WwYs^:ZTWwׯ\/Wwmzv\b=,}GrnwJ=|Q㟹3|/dK_|Ιns+(ҟ̻/w o;s{/R,W=.jKڌqzu5%bg#M;3c"/l[¸'䔳/UT8㩍v? #8鈻}XV<NGunquZ9y}γכ̏({^pO#jx %ݫg~iקݛj$Qp +MlV\U9 bWhL̈́bէqY/W^(4 GAgkƅBq$C"z*͚~g,!wr7h\l ˚lY$k>RȦB*o8Xy4%tXuHLq|fqw_lL;ɣCU2mp#Vy mW>ҭ#$Qx=)7`[OF"ݥzA<GnMv8N"ecUO + +??/GT'7ڪLÃ;5gB)'vj1E8(HQ&h\3vs8W'zBṂAD d}PK%ku{OxDP;A A`JzvHYޟI@ Dˀ= bAgҬXcFbDR|1{Be*ǐf TpIj4Kg+p&TƁ3P`$@l X+b푎W K/VMpO[z%*ma-Hn[R*mҾ*b7 E Js65pUXJF&l=NQ7}EmYK 컓=n=1x/#RҮS~yaN)q1WC>=TNw/(@ +h2&%'.)R[׎Qf^O ԲS˴*B.0#2AcbTR8+{c3Ϗwxf]1 ;*o ְo`zQkLjs?Q؜5&ق:(kǍUw\S-w?|QMiXZ5T{n#^eDQ}vQbpJWk&hLSONnC$"@/rDf&9;҄z۝cDM҄D} +QtUT: ' 4VE욌LԶh뻫julT0/ DqFp q&\/iĵKZhT<ͧI8h)SPUg$>aihA\6G~IS!ܜ<xEu=R뇃bHgs2wa0!N!ɏHmTڲg |۱9MϘ=U5 0C5$p`zF ++s|hshEjҭ09qT!=lјlCt+_:\u6i^}١U}L#o^:53ג5ge86ޔ''j|e Msc{1GS=յfoO+n |"5JS)`,tiБk0)52Pa#H,XE$`s|ԛiTwucّðܧ'jyLо:Xߎ/(. 0N#kLHJmeD&{_IE4+`h,H0Eٰ#däޮ 0 Q0~6y՜>2J`q#idX>y5PPl tm[#p,̜^c(;V3l>xX5u S.jzEIhqyDIUkqBSu7D(\Mpc$0*.-g4L6fwlSc;QOOq&<4CV5o:m|T`C8;M}GƳ: į ^`ňNhzPݘT + ++>0i5-vSȡխe"T ncԇY,I"k|Ў5>IY4saw}@O=ngʩFvuO=o){V2" mTwcm38v +8dK^2>d@0$zb2b9 y'mMbz7sg˙,n|Gy0jA4!%>l +1cG[5KgPchqn([-ַOHFR@8>vl/3'}b,LkD1Ky/ſD[qc^I"WOٺѺjziK@Ex!REּΪAZVTȮSJWc+N*Cd"0v-ӡb@Ô:{|Bnj䎎[psnjV,a00$.vqI2 O+I;H`? +8b\vN)+3zd ">P8\j" P\Hк WB4d35oJg\evDXK)%әӇ Y@6i፸l.`k9Dw3CV;oZQU`R9Qhל]\ZdL7C8zgjEـY}J} .Np0G[#朾˹UNfH"2}g)<= +K{%|dvwf/-,8C#%ئ/>| EX~+2^yvt%v,9o֦J}GFjz!/; fd_| 5 0 1w_ $DWwsxy?{?w7qnK~^h_.OCu\C2 .3,W'iX\a`71 +GbO&$n&Mɫ:|%÷ pVks/~c7[H2]DV +#lNP0-Lʺ#==k&0X(4Jl&Oj$& +wicH1dv!)5/ +9~6ЯL88p ѿZ?8) Ƀ$Oin +)FD'uUX(2#퓼X)4}D.w+xt?eڃd%ˢ K}뮅[ nbmpyYvͺgN8V ;"EQ=g*# ;Y. JKsl\_߷ WXV]7 :Fb]{d=-ApFe RúKx["$ aHzv- (-䀸X1ܗ&j(hbmqAnܳ9r2ЈJ$guCPt=m-궔sgЬHr]e.iL2ABٮoILZ!EJSs@ҳY:*d$] ܚqbz!@BV LcvyÏjbj+o@)NhE1_ΑD%XWJJeM-J:P؛ƌ-bo4Z˱A\;98D=ey*ɋN)jݽ2taKpkȉ WTZ҉\n7֌APX8vX3*d4[p9l=ړb*6rz*ˣe (YzGZ܍bD;e$ҝXymHFAZ"vf\ C&CGZDu40&zfg-36 +=;0Et#iJYuY(wLۯȗݾ hɨNсN]e3TDjf\K  +YYT"ʔݎ: 0#(PϴKo2Z*𢡄> 44'ۇ)US#:-sHwVR-fOl82v'L^T2d _.tBܬcT#PQ_h x$}Q=H`je'2 + 0|/*XxŪRįA`Cc0,8X +rVgaݴa+xH0XO.!ݽ+JFY-g !_oy]Jan0=' h'^žDg1:GjZ$ f5Tn@yW=*WeYݯD%"#_F$GG32́;P-YČD0tW/1˧b "N/3-\Vx]}#+(-'~{?ĺ,H?ސ3,08y9 U33!!x=\z,>xEP_R z(>XxB45tr"Wz$-Yڌji 1=}B~JҴ.>Xxx̩.k}ok2hLc(,Q8e`9vjEQRQfҭ"_Z] :%Q-a'ȶ/љDD\5x }63j{%rػmYef6Xj\|dK^$sƬ4iS0@Q±NG*8(?2Yۦx:++\J(7^i_ag!Ê}aHi>QyN_+%)Lw{srhT{=Y`ό։*L16&^FIGfSX}#5}*tOmkUeI6J $Ǒ$ +}@ _3 )- IUPae,NhQHGhiJ€p0_'1 Dvn|fl +m*K@گZ)c'K d6?]H 5 FuB~"&YA&bM} ;+rLO Fd젆-@1kqkF:wMfnEKޖV'd13?C/Isaph,^ʦ)\Tm4/o<Œ^6˱CMBhC_h' zD6Pb( ſ~4 K7]rgY =To94l(]_SGK +)z\t[v`G*Y=nU;gAOw!ǘ;d X@'34=4*/OV42lE@6 K;A:F9z1\/%В; rN!싘VUyWuZᅏʳJ?w^ޢG39UqѪ`j!!p`b7"G$뒡Lv9ݷ% +1tME_ u!}1)M Zjfv7V(;UqdD3nx[+ # ޭВCS$8Kb"5D+@wCvb,U<79ubMl( K&0q*#MQUJ7 +;(%m˂:VJ6 }5wW:xalh;=-hA + W;!ŌF/~x-hjqBKDEێ6$zetOסN uXK%rSշQBʙ)`VAKBl7.B*S2(tyO{:>9ep9΁qD_+̿'@tԋ)@31%z-^uY,. <jܛMpqbQZoPkr-w2UWd3;2"ݶjV.iuwYh)ɗ`gŁvb_wQPx8(-+z/7OJEUezЂh|Kb-D 1גݝõ>˝lBBe[A[&¬ݥ +t`K^65XafiZ-6` +a'? fYv53t9% IL-^sK:gf솱[My*o8a&F\v .e^Tzfu0Ah.ve4a*ײ8]2&ƂpE_vsFnPuɅfu,Ҷ8F"PM-]:!; + E"$tZق )f3`΀٦MZ9i +w:yr6:폧gzuо+LOĖa&f1&y,ŨE6[- \g|:0d ݫJ_U]QQ |`fzMMjB殗 O1K6Uja,M R]v4H:ecZ*~eNH^EֺH5O̟;;tȉ3)$G zX aoT'?&uGvF\pfʳ=aE/`KѾn>ql6*.iɕtF2N,vNk&(qiA~e(3dArH{xQ12oJ'CU'UkA5FzwØ } [>BZEgr.t[2۪\03$<6*'ݾ2*+)n9&JesH7͙@ /tN$4!(ִnoy Q*O>N 9͌D!̴ GلVqQ:h1ݯDsLM~$>/P$zz\MyY<tz5A1}$ʏT{_>mNC~ŧASR 6x蘹$;Ҭ137iIC9}K$G5cW tTf~5!V.SgH"rd&ƠFWv<Dc lxq,#6y2,i*6gp!9w1%j3 h7iE0HuX:?S}١`4ު^}U4Uvс}:6{RcA ,rMX]S`` b6`yb| [υ%!`* l0Xۇ5@`an~) yO +endstream +endobj +90 0 obj +<< +/Filter /FlateDecode +/Length 6055 +>> +stream +HWio_"i5&X,`[ÁwC,tv5ʯǨϨ]իWGo/O?M}:y>>|w^[Ԣ1Z\կPb}y4b}&˓pUʊo*V:PYO?/]otM-?8;?^ËՇwE[Nn*rs^R.Q*Yt߈VwUlN>KWTjR'8re\<.N$+]WΟ3ʂ+V&w\/mrCjx'Nę[Ӻ 7o4\9xAj]^:0Z)+hN +@積Px\ilވ q2ւWR9oKRk'~9L?Ź45Mci`ThJ)@Ii:tPQ~\X:(Cr0Rhki;cYRN&(7 w(Jf +Ej[3o݆m{-d\Ɋax/V[U+uTZVOt*ryf踬p`\x-[@FK1z[f]" +{DC <@@ۀe!pw\yh;4@r}y,!,bHz:o2K}qjHe3SuS>JL@ dİ?|! 馆CaHFȔY g#xPFTe#d^ak7=7|5Avcfֈ׉ 8NR!M[&Kvfx_WH:Pl^<˭Jܛ]+q+f]JwH*vY,;c4Sw1!ţ%/$HTGXu0!]er%mB"q,Y>\l"F'|0T4wJ<2R9X0S n l$) bT;#>OYIe)}μ/HV%@0ϼFEiv?ez&)5S6 v?GYD3jL&o:_NU}Gbye:c7"<&wՆ&u*f(䖴M֤҄6xN V\ձ/>׊)ds4 I@oDzL4$d'v[V%N>J [7Ѻw권Xm*gb| "cqY,mo ΂ITmh+B(r}0|,H3sV4^qęIl|kkyلgy3J=&$IISj0< +bbm)-7TʤCi{RMiaNɰ#>Hl-4S& Ɏ㭼¸` :*XR>&:YaAe)8aZfb-.j0c1qo2SQ "_}+H&]ė#HL74۹Lb&LN +4L6j mXz6u +3Ey fsKR +llWDztFK8Ḥ:%J],+Rp!h"yF\3Pal tY`n^5L x3ҊrO ȭ3k-of_ST +TR:#LHAfTȡB2`WmI|AFyF~z?-h[4~aʕ ԦG׃?_,J- +KJaKX4 |$ QMbI"c<\]I>{`@O`Ե3~ʞڭ _ +!=HE>+6ziZtoƞ|LgQjz3h+D|A? +0TƱ0YސEY(ıb5jl,ƌMyeVpna͌h\I-O3`+43(jpY Njp *"bE^YN8x&,xl.| 9܋⠟=i'[ Ԯci8~>C" )W`z_Ejtb,(pbi6 F-ҤL -X_,21eoAO]Q2\"79x /KT\?ܧT_QlJW^IB'Y;J!n-`4OT+'3!lZ6H-"PB:T 6? b/"(gG@Y;HK OØܳ.S_͠ vӌK=͞f64g[: 6t{thL3|\(-~Z3A'fw63^.qJ+\Uj LYHUqU6v$9ߑGA?n<8ɽ+=fHsӦ +>ZHW+sRdC9O/ +(|ztSFt-E<^ MDI$.R!O# 㛖6q^WtgjE|Ե_h)DpoDž-!{E mFlU +2x&̆M*hUYmvs`;vcY>~iϹ +ih+GOݙE"L/M/A*J Z 6SN<,ưp#蔗ِ_|=pE;L=f_҂w$t!K@ YD׿o(%)uՈPS@B5D4 NNHszuN2Mgi\Q0@iS#2(Y{(p$ͺ=G\w]0 D٫N[/Oɛ|=ˣ"ny6dAXڶM@ꔢrJaWzʈG0N,nz&XdQ3E $ "£ ~D8Th|y@뒹]%E +7\;sd[^f!H9L<1-<^{YuN٤igAtSS (r!iN;,N-*vCYHRf[ +&<#q(L'Q1,u qdJ;Bߣ!}Q)xW09I he "v\(/W:>rdw%^rt-QT/̸ ˬUF-@؟b1Xq )heH,=$;~Yol2vBnPcWm[rXU28DxF \z:{n}|=*LƐ92%fK3t"J$gxam8, Nר۩PbY"\z0AaJ(FN +t-$ 3 ApK;:XZ| +qEygQ:SE"ږU`[_\ybAz;؋U!rG{u;*}GNRƭ#cLiJQ~{ :^B;yzy(zCa`=~1Z m)hZK_ y|nkhv٠Y-4sh5?vNMGSQYzE%PQ!gW{V))ڃ[ 1S-Xud7Me£IgHx+ A.iBd+q^ ā`gav>nj)DF7 7C/qubl7p!n-RF5p=zO> j~gF ӓ!cBf!?;%O7`P׃}$<ՙ x40k?E|ǁ2qu؄~hɤsN;I_+ ij7HY^:f:e9z0@ T$ըHC#Ռ3-Ul15o>ȅ1)&2Nh~C[A?* }m-KQ2~Zv´瀷+0 ۳c>m}$g[n+8=9g61Ŝx|!ʯOKǏ=o=X<` +endstream +endobj +91 0 obj +<< +/Filter /FlateDecode +/Length 5812 +>> +stream +HWio9_"G_`YLى|X/>dʼnL/ Ynr0%6Yzޫ×wǧ꧟;~~՛Vue]ީj?8\?je`YWmT7V]x'F*7M4mx`aZ|w}x7lvZ9kZ҇^}ӕ* i(GYsC&Gپ襭X/Z٪|ч[-5ՠßklTZ+]b_Y& Kx=jxy_ rZ\hV^|/kS 9<Qq5wG`k%#CfoA@xK$MokEyޯ.P@xnᠵ4ЛxyLܩ\\4Yx)%i*)rw(?twjoa/ܫK;ZŊL\%5z7u8/ܭ ngt`QN+)ڗ!=R%~{+>kmJ5ml|/}zx]멟OƧޅ"Gl.AHq[;DiUtfX7<ˁ1CAgZ( GJ,Gwmc8j @so=Wft]{h>U/5lw5#n ,iI*uJ1BE.i<^VS;>ܥ˼E@/=a^[DhL}Jt_3FD殉CO_g0kF鶀é>p:KP;SX$o-ф*,ehFR5Ox$9t%%ja1xiSB_Q+ +w2x:2جG OƆ݃$.UNl=V&-߀mɺLjy_QHtojrM$42d @H6 9xV +$"K3[63޶zF{l0R][խSm Q{ _Hm=.a|N߇n՗ڢs{1C􆨊cC;`q)@Ao0h‘w@,xR^Dh4]xidMЬэnExn֬q?`(_'Փz:d6sz?BM m[ƙmpޓii: [A4'|A*p}}"ZU1x'8Qa*B)TvlL Ϟ* +fQY`G@ B'kn䃶|x*jtLi9(r#=!pY=!3x5U a 4FwdzUj&|/ڑ#z+dfFJ?QdVgDjo$I/ಋ0GD V.D1܎O:|ҝk#ٌ_P;.jgj]PT˭KRE| rTzQoy=5g1ʷuǦ$L'>|ǐ8:ю*۲sa$'3-P{3$xBoLFa~ɍP5ҋmtxq9n`mX3dL8:Z ej)x6ê*нh?Y}^-4,I;ڎHˈ[fifL24&fԽ6Ұɬ.d*8%Zd)FyĀ먩Rg:%y][ $YHҳ8+ӧ}D>瞗hz\inf3'Nz".cj8YEQ&vH:tDl< j$;:v'z怦D;y.1ra\ mlX6;#LK'<ޭGёMc*Jvөk™`00tW@Wh9b|4eIM|'a.a%pc/= ؟d>t4IӴ6¨־[!sq׹̧ㇻ3c̬jJLM9a*OSN>`M1Nm"McټRE>xFШApj;[pfnc~SeB)m[ҹ8z*T\gqqM(레DegN0OF$RiI*Op mh£g6.BG*<<ӏzmn\8rÃO´X-KY3޹qPL<׺ NB̺QoҟlX#JgC9TX1+31P…p~hBnapS&T1pMqDS'~CX9۪cojVwUtq*=ᖛP;*^?B|l̓#ZYz܁=CVЫ V9JYzlS]/B-.+t*Qid]tdr)[ +<;R7C= ZU{VDN*&k@]Niމ=on ^leHt"8SPE.&⽩aBVKl,PV]2ZDyq ޑ~槪e 2(fS6ϘB*z\sA^p/ +9[ (5_' Ee>E;){zpA`1QOUՅj\G8 QMߤ]yqd@o{>T8 ~;& $MRPD|d ipk + +A8C뵘'. +I眫XG p} 82}(qˋ9C`6.ˎ}ND52"c>@57V+p ֪%?ƻĆGvJRxJKTgƔUcotY4٢ Bg ȉO'  +rl4mc!@A<D% cweuTVggFl`DGݜNGw7>ˍv8FeI*aM`K?HC{d3yCe$cQkucJǕ8dJ$K*k$z9{XmVU Ys4m{Dp}mS+} x3!XE'MB`KrsqSjcAsb[R&{A7UBnG_śʤ{u2ܙ4E퀺!5؀IËm 5aX#?AW`c7_㽜A5h}c6 $ 6W;hYEpO82jd`aAVO7>v:lN^jخ&/HuzP> +stream +HWn}W6NL0 H(G% +%(%0_z.PNOwuթsN=<ߞީ;:z}S:x9(UYu]ۋޖbp1ʨ,*A5E p¶Q5`eZppҿ |߅WG?^oGo?m1W ]z^xỵUo07>J:CO1չZ+o0t_juNtVzmj¨GmK:S?ot]Tju a9|thkWƔ)?v\g',ݩ;{{|Ž!B!=F6 +j-cn-\m 6Ns3 A/7||k:NK)Nk}vԱXWÿ$p/8o>ug'f?7,&u(_p6PE 4rCUY{`Z3eLbѾ$S|iFF6M/g{t̡uSeo'dY(ґQ^&FK^ujNF~[vY鵽S4I7I<dHvXY2i ?as3# '|jH "a鿠 +q7!E^d[b<`\*ds1܁sՎ5=P}ԽMֽ#?4c,]ݐjѫlƛHiP_0a3Q23X@Mw.Ll)Q7wolz*֯:9&ŃYi1:BR33Օ"SGQFmΉK6b(D '}-:S1^?3i+BCF/<.o߁}ض}Nֆqy7D?b;W4_o쾚Ps,ζɲ)9%2nMt8ͯ4r8{r7!k]KKDzƐ'' EA C3U_E|P@FαW|?Xt;k NuF~>T֦QMoK~&OA nѹ< 7,ۺMŒUt8DlOHTiN*FbK2SBt/Mvݩp|R/XFΕ(=bgW-ʉfʰD4o;vAZgH2CH{%oBjJWJ^DsK.3DڅA.'9 0ƽ-zCU ;p܇*NL=:]Ir5 rsc3U‡.N;.4DY? pJ ~^% t oXm;/jד0xUc 2IȲYQ(4j[j0g|ANqRȑ ]kFv|hIHF`pԝhR!4ة$܅~v5055%, ^L 0"iQmld?٢)D3]/O|I<|u9.j/|Ў |hY sA!4'*`+]hHSMOnLSRҘ|<]YLn3V  [g˖f`k3&VbtnLju8r0ha'p`їJUZ][*ʲ^] ? '@T+yU{sV1äa-Gc^u؝ 0짙i!>ו4C ~f^> P]ߵBoYyx0&uD+M4P9JTv( -elDb+D^F#~7$V)axhM)w %A h.ަz\E*]c;ɓ?^z +;t%LYVv\S/lL{dt%lM`rف`3b Gq'p;o&\eЉo9 cmgbfsTerӻ9|s~t76ڊuScun3%J@SF}HJ;G4iDt jMܚ c_@kx4COO=1Ժӛ ܓA +,l#91<];}N!c˒rVL3#GX!2Q&b5q`N=QkL=1!+Vб9JIRD.ntB9=jZ='@ $<7v&JƺƁ Qb\.y`p^ n +Ҳ8Tƃfힵ{=ož-M:vd}# x7YՊdF^>AI7,Ft7{|S ]Ek!?}_߽"[5P qr18{X Ӳ a"ⱱͱ=:nQc_R.$w] ^k|H`ks|i&^w x(4 rdD/Y^;3~4s_ rKeuVr!;2ծi 07x 뎁>v xEQUa\ݫ#(uH!Q#`LȾG(%##])SyyE s&l8=*ZEtm, + +KP@r$3B BߩZ6mkڤa[vk4+v~;F<)HADE1l +Ktlb"H%2MB[ġş +Y cH*SU}3Ipƿ{́Xgv=9oiK7`Ld6Lǂ`>԰xlF46CL㼍?yIHc9 ձ\;F[o(~FYxE1ݠQl(F߽4 {j'22yz0)774=GGZ' ˓L\,JJFiͷsVnqKW}o()< +`l! pcN#F!fT8Ie+I`PV|('ꞍHEtkZD^[yu4|YdASKFD-7oXu(}udy*rum. =2K?H@B7in*\%Mp8qyeE.eK4ߩloT,'GiN"6a?^y~6wKM>q0YPɻw]lwϋA#ݼv.}ќ+*H\k9 H*|Swz[S+Usе(DH'oUAXרztE Hΐ.j\}2@Z5P=O"Y"b2<"'g2jԀFr,BX+!5[P5_{_*_ Y +gQ)Sp;h%Zf-ڲ<)A.ePkRxv;;P <,@ׯbpTY?NBX6([𭛔f̏|FB 5'xxz*r >z >CM&tf3r;g]ԩs/q+Phr!d%dai{$S)4gbv =63ơ?љ /0yq);6asR4S"%eMLE[57^d|0YMD[vPJQA*p; R_e +jʢHg;:=x^O,ɬx>%Y0nITeJ41,[}B{OST^m]jt[]o{eGY2t8nc8Zc% \l])Ј~e %'dMNV)+B&ĺ{׭zbe +ﲬ6UFXtfPbflqK3 H:jVj5jrOXGP?.(g$_ j/u +endstream +endobj +93 0 obj +<< +/Filter /FlateDecode +/Length 4935 +>> +stream +HWioG_99VbddwmnNHYc(~kZ4&5zޫ.?S>{}yP?ZX/*U:,N^f8Y?*zXPjtJk[uʸҹ.+?? +'}p='?Vt#|}ݨvEq_NU'Ssk E5cxʾJwjXSj-Vl R#vU?}/5\|y_,nb>`F-U؄^/;\-t6ru_Z:F=mڗF-*][OLwd9Wsƚ-X;CvEϷ +vvzE_q Ei} (jB{⟥zY@65~~ M_#db&T*@+FIЈIAdh;ÙoHcp&%TPe]a(PÊ1\K7 0mRC5DܩP TkƷr5;dj0KXv:e{OW_ C@L!=X]ÆK:IEgxؔ-:t],rPL5 !wgibŸ9uhR +0 9n8 +MY-՚)u2c;SRrAX[Np/-2 +*vPW]"4懌f; u̠ H;rM 1G8DwE Ҋgkҧ!> +oz `=- ziE1{0\n0wXhCS:ݓ{n|`qqxGe^g,)o!$"锐Y)ck h/& +2Mq$IJ2IGB Z riFRrk?Y ߖBVQٖ֝8)D,d#J6Ōo0(pDks]9Ll#ݸ@M۱$m'CvK}aElT&̨/tSPSQF-Bȁ!:яW ,HrxsJXSte*hyrns. lj#0!ޢxr U۵*5#"d4ͱs3: +-$2ǻ'S?0*%LvoZ*6?zià NMl SCئֈ6[$C$o耧;΁8gF ;w=iz]~HSA<#son-=\ᭌt!~!ShEޒ:d5:mlly +̍n)vNZ%M-4=V0FL];1YY趐>Hp.|S;*M{KKՊe/3ugѕňiض@pXA"mx @D˖KCr#.d"7am7*׀](] +8A$Bj`=( l&f;][,N{ x!=3GbЁIj4@Hwop +jRWlӓ._I֦EmXJ5Wŧ 'ۆN +A\#"{ +Qp1s?Yж UQXU0U.,xgz9AFE5JV;{q*U b) GjٺePם\M pQ݌{֟:B +;gJD ÃIOWس]i&)iB8%HgP3nt4}ݲpS8X ow&5ߥ:h 3mX\a8ըcR⼁+Wë 5T̂0bKн +`C+?$&IRK1Gyr~pڎ #zbh'rH{xAe:_xjiIfJLͨٝ iqLp”vL68㑃 '% R ykz%T.&J&%]™M#_pz$)jXMd%.CQ9սKF1~d{vj<x|~l\ sMtPJO0{ҬфDtV3l&.寑oq~lI$v!qYP7>XJmhΓv?m jWʧ87=vo} d33-|: g(kA|}L“⪼(u 'k'ƭwT]dS-E7n9V.@)*Z.&/*e,yL|KzׅQZH8/ы.d-VoIZOsGF#:JvS9V=3@Gfe6˴LT^]GsMιfh(πn{P[PGܲ@JhK`34c>m8tm `'mv2s~ ػS56n aRz젃HXa&h ]4J'~SM* x`wC|ﹻY5xanU(DRx:j|~5\[,?.z))){T4\Db괉Czq732'!u=ZN*yP4zlZ@rCN8ozH  $jPM# Dx<Hnnp{He"l2 { d:!{t^.qP+ZR%@iVٌ;AWF]H^Ҍvnj=<;-:㝈&ͫ*u/3ʅUwkYl/2.f,`Ѭ!~fq/WP.ӵ0I>JNMFƅ`J[UiʝNVتʜtlJb*[=2e:Jxfl\2mh]o^E BӶ3- 5{:2׆_ yS~eu~XctK>ʆRaWm]Žo :<ьrOY9]؂Qabe̎>lP ^wl kIP]y Gg$4NQcK Xds2CAI{.,;[<0:ۧe +eXv3M?s駄,+XA6'7@><+VfɭRZ2p8Ršz:s\*H^"S;zAbOL P;̴rɿQ:hi*\'aK)n JpyO)tJ/鐠<)aJ;yq/ƒwOG +Cm|W_P#9^ʏC]tQ`A|+Ivw8 zJaD,M_Შ&_P[}i>IaڢBy]D]5N]2 o +la߯-hKCYB㉅~m+/H[CqйG+O#N~k>j] +4)'̗NxBeώxP0}rä•iU:9; +9[R+vD)5ExƚW\hܸ)> +stream +HWn}W# ptbkb8A&cŁAIH)lCKMY4 Zr.^]>ׯ_WO_ś7o߉3%X׵G%6RVBY8s'꾞1n\{g3g,~ n\q/~]cٿV;n#f]\ùЪv`f;Z;^iDhM;{mѺ:Yհf6bfA*phZeeV6wj%܈z g gty̩r#ufu2_1 mW̷d7 7bv+C6CvAxp򊽬ŽT54z^9~W*ŁS[Wr*B> VAm{X%5_?4RVKwbUMS1xx>94[[Aa#Y>>҆dK;at:>2?V|A걙IӃ!&+)X~!-uCT=q }> '!-7CN^"cXy@Fq LDUB<}5Fݑ\t 1Xq'wMU*vxGw<wl-ʖ'TH- 'w㛷Ӣљ=> T_pJI1E2E[7boXj Y9oMAP,O)z 6f2ѐNsSil8>R9rYYp F}5* "`_e@(Iih"K.2W] >vBfۢ&5y<1EFUtF-͂7V4*fwkE B ,|? ypὰWr>vm׻e54g:vzlvá_߶F| 77iuZ/Niwt+bQS*x_˽884Ɣ#-=7ҒsYSI 6Y.lt^^Ʉ?+^#\d Aƙ^24ACqŭGC;AWiz^ȇШn;JC`{{&JV_Gpݓֆ/;N#5 k~Ds *=D Axi]Y Mc43TM{ BĹMN'Q~3!g^^`!Y+:H~T +C,]'&:`HQ,( 40~ಣ(l$8_RB"UcQsBGP;䔔ʍagQB ۫b49`NW>m,񭯲{@6화k688tI TTr֘t-2%Ea[c"E @o&Y+~sQ" `6y 5\TUIŷpCl,GFQ$uxfB[UPp +|` y`X9b%ӫt5TQKF.RGn9,7ϩ.>e+t)VNX2Vt|1NEuKuO1lVD + +n$x$N0 A/gJcD纹u``L͑6 +LM1҄?l|L2f$;] y]>6$MYmZo/ w^Xĩ'R碘ڢ@N .u2˺d˳6Juy,4\*lڊAz-p M/fLւ֠I_{z- D}H/ikk݉OtԟbyڥKdcQMJ7XʧUKxBೲ5zdU1K.=s'"1"u,[x˭I@/1i+-cLb$hEwa~ʟl=_x Hsx;b8dV7x tE|c]Yfl'6!nH6EB5a6S`今w9hQ}qq]PF N:ip7;SbQ9XPC!y%үⰕ+Go&,~}uJm=$ۃcINWYo6+z+:(P@ڱ4j'1__viwH|G$PjfC iSr!K/Ͱ !A}`P9-;ʘSLAY%O2ղA@(:^hMa\_-8CfgF +1.*:ӁCw pƕL!!nO>IQI0NK49Б:Ĉ E.W:(0sx#8"z߁y \%ja xec޿Mؐi|L/]d +FqPGkv-kaUov=M=X`h 㞙HlS&ZB@Z^6 atxVHe$~܁~ED s)::?+Q{kX%15@Gyp ό>OК{qIAD~2&KlRLJ|;Uͮ͒š$' ØhOioiM:ϩ21U%|X FxIs~H!@L"aʻ= 8AQcGTXs!FD%BM5W8Mer%%& ׳)A׋,.LHC)9:%cy/cBv >!FovqQ +an@qq57Ѝx y0oaoϟ+n-k_Ke帧㳣޳?#?F , 3UQ1d깣@DU&%2Q{v@Ҽ,dud³ڟP\nO$jVvKKܛi $"),R1q;A!{yN aJS>T-xK#M(Ye< +8Nf{O+ k~Eգu1>`ai/DFvVv;TNDGQ䡔3t)B&nة+ rpjU8P|8R$"_YxzH§mih" +q<8[I7u/ɬX,U\Ů2{NHJ oIhep8;+AŁ-3Bd;OO;YM&}RLC `"a7qs˦jS12=ډlCRHϟ4T3lkFh#2nsk-D +U(n"qpcй`VY]O2܏Q=#X AԜ~[?5*:Tŷ?Tl:(SlC#CBDdkª': 51ij[ٛh,h#:Rгm*אh( ;h˘dqSc =W5ƪ5eϻĞ+J,I'ޭg sdbjsJqHp}sP8 )ksuy+H6QZ,&1s:O򴛖xCt!xxxģ+ T?L.bq!/H@9w'>Od%Z<6=f (nx F?o >^nX֥#`zɜܔ.9y qz=p7na$yD!fd 0BsRe +endstream +endobj +95 0 obj +<< +/Filter /FlateDecode +/Length 5914 +>> +stream +HWkoܺ_+ E @{q'H%ze(r8s3]ޙ/bߞ<\ߙW^1JS*u9=8<*5g媴,W-Ucu+5UxXpyO?~`߅ß/Kst}7'WۓsX_-y]{]*7U*nS$UecM[u=,KJF 7Ld\;0VYc_eXT7ʚib٬Z*lsaە߫UiEXnUwE_a#.gᲰwL;w-_,.{ݚ[?[[{?.tg>u盂vgGWT s‚ sb6#_2%>?naZZN;~h}L,kiOT*7mcuJ-FDƩ9ë߰J8t4)Nn2}5&pL!hRNS]yŵH؆2 ,UQ 5~~7HUJ7ɛ#gjèv8sh:ÔZ8>,J\Id "% +rtą ARB]`˖{3/(2.SffywXpߴO,tB3 +mxp}<֗8,H/\8˅ Wxvt +l/Oco<0V5ag$Ӟ1h+>0 ]w3.詇~Qi +"qD@ Լ"6mZ;RU(Q? ^\J16I sFRLnJA4^F䰀g9|A")H#gdsgBdT{c5=wƃ9+ZNaai9j3-<51?<]`cOyB1+Vrjz >L?Aث 9]Y\_=ZhI +cUUE'Y5) ?hqSy~lAG xd/s‘䔔HFJ% ۏ3IFR? )m-!<F* +>l!VFY&ld$+& rJ?p Vy 4̘ ϼ(L)uۆTs8򉑞(~"wB*b Wt`_N :MJ+hb8MƁdLyl3G³?u|HM"'Xc +#\9=MmqK`vta f%#ء~cJ\8_*RqnDiyD1b b3ComI^6kH(`;<+]5vʨY8> 2سπnk3,LquϽx H#L2w(e|$K'bOF%~ieU^opst:;ܽ\|\AfQ$搹4 +K72j۞ F"+`/ ê|芓!mB}]t9r1UW:Nd}3Qr(1ٟV9G'2(i;(n@B&G=He=v ґ7+yn0 c=?ƒGhH`L017]ēHd@K?`,XսS&B\/ ǒEү%ԉblc/"ʤ6#bb")~AqU'yZޚC\dڨCTdv2G +?P!Yö˱aF%7qXAؔW~FC29edQ4`̝ɜ%z d6=c7iNO{z<u<:,N=FBi8L$D0czućS[Dԑ\!1 cM cV@*9=ve9b22nZvrrʂ.&%0Ĥ&P&/Ż6)3Hr`J?5e92Ӱ1S՞VnJX٦gI?]Wv1uԘj23&BQ(|uڡC Q^&/ڟZ.7M|bI_O<9rgK&' l;޸f‡ʊSQ+WfڬI=$ywڞ5( ?ҝ&R:Ph$DBJL I/u@w&CM7bý 4c^%c/#'a/ZCu<̡6GR9$?˥n +-+ rEJcEvUn~%˰/"IIՃ9uP,z:8q, + +F`*"X!jG6+ϖ$Y-H{]R5Sbc3kB+9 +9Grrbʜm`qwF0$ bGdTҼ*MgXa ` >jQ ]h*CO: 8zjjRVz>nojT ޝFD5b99s{R{𗾶ֶtR2$GI7}be9s)Bzy5jtcx=h .UY&<c2̙kf̬9 a +Z4"cvahPIՑDz<|}^BvؤPZ9Rf.@F e% T+~`G<",ՁlMY~E7af,R sm~V "AjtX$K\'}NN +Iw=#emU-x\1eנnI }ՉPCE}!|0RFR4 #r2jjEqrd|,j:YtMQ7A]@\u {*D k>h> +Ma`JZt~oBU1xtf̫½r6]x$MVWEYv>\6V-Ч`q:Vy(Nk쬆VDbߥV +Wn_:X~]I >T5d@ỿ/^ͫ 9*Y̾aY,PMoc-el~ϰAGF;MO?@So𵇣'|?@蒙ؑ;? xG} 0] +B3?(ĔUOuZ:w@ +ٷi*4Ȥ{f3ͫ:8`SF +=ZU2-1++XYz-(4v8!?ڵ#qS5=f緧<_bD=W0ÉOe0cĸv~Wic19h[%K ]KB1^b[Ep_or-EAŮ>kh>]/1ы~ pU„pG]w߈>kS8}ؒf_#Mk3'@sp^S F$2ՙ7` LD,84«t8h7'.w;K0g1xx^Sui;:-@i_3_xd6@_:<֎4k<̯"0 ۚ !0!hIؿӇ[S)?<419?QvF}*c2ʘN@jB TN00:OXƻP`aX Bz6VE//w#D7=2o2[BĦ[}S`OVܧUf9@d OqQsZfX=_2NE8öx;{CM:EaEzgX +&2 Էn%Ko̤:kFeQ1-w~75Pغbdhyg[q\.`x_P B66$ZO˜ Pam gまĀ03r9j +9!E)ctThv ϙ\eh BM;F/|Qmhn,25?Pn\E6 9̀nNF_5ZJFL7޸4 +ؐa}Ucnz;ТT70)LHAid=lT05h s||8a]lnچD9 ~ `_H_ʔ4iJj*@ + NxMvQ[%(;D4^ fݿmb?gBWN#JxMP:f8CPg +7GL`v.;f<ɣB?yRԹ?噦y-ֿ) *<'ILZ$1p!X҄\67GHHf7MNނ= ⽥,?dd޸Vأ?D*<kQO_چFr.PCqмt@32w_ 耲tbcMXCIC|vpd"Z񄋃'ӹO(7ge";7-ՅvK񰹋~2H_Q99cSQٺ*t(|ZH`7-@tL[)ӹ/G  ˋ86H>aLbn5\W(Pe#SfE)Q!o^'Kg֖&~eB86* Fep%.?.PfƞacW xG6˳d 0x^ +endstream +endobj +96 0 obj +<< +/Filter /FlateDecode +/Length 4582 +>> +stream +HWio_bwM20 M/ +;XHudSGc0)Nկ{uA~}uz;uRUi]׵Sß^)Sg*<)_0e.MSei<̹9XYsNF8ßn*utwσOn1'j-~~y#eLUgp!Lcu=ncx?ڲ5Qʾ=au/kOWF~U7D;WZNtas]ǧCֺ z^ˆFKmNֶRO ҅Åa N<7SjQbXamGX6tQӂYGXvS N%t8K;ǛZ5nw0q ؊-lpZ[c{x^`صzrv4ՖTWU[O'44WmK7-buUU@\kxٮYoURi?~͆.P5|R.Ӆj1(r"dJ<>GC\l,˞`;''Ru8= +Pt=eDXB2Tŭ.|{ӡ[)6yp\ jIU /XuD QUS-[d& !t7c`罶41ŭ}h;fw+V-k??&wL @iyCF1zIǬb߬_Z8xBUϮTLNBξ\4>wHcִЪGWч]?"m.m9jn$".CaZ$5£ƈ1ͼ4Ԣ mVqO0v44@vR4B2j Srr_ 如ξxWoxbK-ct[8OڦQ h#Oyy8<gL02unRه-G=4 +s@++.s 魰"UsBN +5/T~XJ\cОMIv[.4%3dSoJA8riOޗpi ݫy1XkdhKȋhq'|:ej +44F!(yj^ɋ^Ivh3D5e"mqVӴ܎IS9E-0Ebf|ft"4](nRXEKPDžmvfPM8ku58Da&I,KmU Dͮ\pr@;9Zfdם Z4, u%u&YajG_*J5gldtY7U3kGsMU'S~***aǞb%wkFj[ŷOC̢6 }M0; :`_eG~d1 +gB<A`PZ~ +2aU)_ T=vB _4#V"yd85~Ȏes.P m;* +l.-9fm%6lG";5lO2B| ^$=X=m\62؟S3XV"uQ PC@l87"IlUD8noqQ$=SRBzCJKڍ@m<%vYgX|H +a3a{KjKK-WS@nj%%Nw6alvKAr?v- <4o,Wݬ9%spD?~6;R[aѥs*=(hK) +Y +us(pwP4\FĦbӪ퐆$7C!$2Ihr4 @, +XS&#Ex]|&nAJn`h3my/g;ʚL8 l8qiE0eIX(Q{wyu$OI['|b45#I( `Rٙ9jǩr6N7v(202bQvRp? %i?d +B>٤' ŒL'I 易@jˤiO +A uxLDrOhA}>H0q:.%.O0&rLcVӑ|]/ۜ5ԧRZR^{ +Y”*mۈ2R­( v姤EN+6lgqwK"DH9Z%0DBMގk 3qk>&W-p"x=CncE}.*zQ2 F"_d'_odBaT07 u]u<;/ja<<ya<>{®Û>O=!N8ɪޓJ~iX0IM!u;{ 'ϰSǸVSҩ6v20mnhN@u6r9(B`LG[h6'07{ EnNyxL곦I sl(?Ip>oİFNး`2'^Vz\UD7Y8;fG3|VRy.0Q%SuB3,8+EH^k!T:%dG97e“8ڼ|~u5= +q +5yAyshyf\q%LkV+8ܦ ܭ2>wMAQ}_Y>o +nzpdB}L禛rGl"?b'ČzV|\ +Ch&y?((/YYP+ZE~zV!U`jwU*?I{jUC62v]Kii{2 C:/k~D7z>MZJ">q &gǁ~V#pDTRd]z%C9-4l֙fU5{:^W-z UXj"?1(*+@4Q7߀ ﶶyf[z%5:YZؐD?,[6݅6zɩ(Nd 2F `(VG7 |#ZF[xJ _S_2d +.a5Y1}xP#ux-1JRUh5> +stream +x\[sr~ׯ#Pua3My'ڱN@єXQ}2HpHUp0n|q/o_WwZ|]vrTVyQ7+NŬo/B'g)զBߨB+htuW)<?xq^˫x:7kyQ.gVyE!j v(Rw/OO4_dvNz\w0J>efnu(8l*o}@UyXrϊy%kYV _ >zقCOp'M .}TA ~Gu:_F`՛Vn~զv .IYQ.3k [\um-D F̡P0*Pؠj8iO VlR te.L>a }ֺ|b6pDSG9v>"0P@!ʷp (G<셨BZ +m]>%D +c?`..,O;D4\𵑛D B| ߐxΝbN`.P4RDDzP?W8+";^6*דsՒE/eKD≿1L!M3 UqQ $n* N+mŪRH7Ӕw(A +ǔ \["{=[앪]>y;MQ^VIJ"*3pe q&5#\n&|EKT?a3iNԂ4T[qKZn( 4У_m_;twgGZc7uunz_!X}{|b9yZ[ u"!X\Vd.psU6 ,`0pw^y`{]:(ym馬IxDCbqT%T.W~.8l9 x$@Y^.P@ 6kv1GA[hT~a"@oiK,pE łĿY0 kt d0.(ۊb% 3$p0J"jw.-/hP䶮՚f|:C`_+gՄ#FivMi tO!9 ⡸Jg|\"q{q^|{i&|mttd@7ْ}OLsEblV1G|ZIR\}{wWn]b"[;Ya Ə}f7@aW1z6}% /p_Tla:f/h S4z9s1kDчQsqʞiI68ɡ $ UxȸF/lRF>%.f+O'ZQCx*c(ےB EzKqmoc&ރ畯cIBar~ULX\݇y¢5J*߇y]= 2|v<'5vӾ&~g}+h/ aHr3ŎM>WٜuwPYAwfXȑDk[m~'"Vh Bwk 64oȖ*cf&hCqÔݎ{479h(yIdd$3)t| +u)?ʁ7 +]=?w3ZvyUr _[/ĺ0PȂ7 +\1$?&w 9ntS!ڌ x]z^$ƻ4 JlHV>V +Aqғg }!BʇIʈ'_2$tTȹ2sqGqs~ %%z|lak@xbjݤ?yy>/ 5҄/;Ă`CJ0}h T›AWG(S1;l n5h=G\1H}3I+؟eѐѹ*?UD\d/O@v灊U!6&ZzU!|FnvЩt#&sRYZ:m(Yϙo"/=p +}9`:aΗ) M{*s:-Z BҋuFrZ2ۦB>F̣ dї+T( +iN&d"6=*=X2,pELj1)Aj 鲿h:j8SYb#I +C7sr8>; r8>,\S uLbmȴEEBC@^97&7)<$Z_/f9~=X:?R`ʂ\sJ\$q`.搥9f`gXkIG,l\X+ؕ}h,7{*H+dޖEd} ID_Q‰)ƐY[Wg܂P +o ⰃәX1l +>œÜPt@fH-b=27c-7}8n?}j.fI&^52;rXe{rW#*MN^sAhνxX$ʿѯx?L#F #j#1b7[SԓSq4JXC# YuP}a^Y;RY5ùrSAC\H>$r~[h^F VY&mFbW]%)״}k;>4eogwiaI~3IX3qX,z܄ 𡪟Ua|$#X$D n ,5u(ʹ&C)3"uvL5#堺d҈`70?3&0pl``T7%;G?f2>"O 'Q h8Z|.KP_[SPčUypz%A*HkpEE\B^շNP(%pNG\3 ?^8CLj|!j|^S+ #u-зR3a0LNA=<2Y%{cv +eN`8~NNdڜד'A}[=!>ēvpHr$$sjR=%ez*CMqEs&o)n+nP +KWc$A*{Uᗴ/6ù*ηp;+zGbogai |ޡ(cruWޑ̀-33yC|dO6₳'Ϯ0PR B1kPZv+G~cw9}:P8sff*TI .I ]] Sx.ҬD&BIkK|ʚJNdzj@Rҫ;wŽ b>( +dlR}CMHNxy&o 2&# UuotkcO[^V~;ɜn;CNJwk`*Drl+gDXrn\eMl   +endstream +endobj +98 0 obj +<< +/AIS false +/BM /Normal +/ca 1 +/CA 1 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +99 0 obj +<< +/AIS false +/BM /Normal +/ca 1 +/CA 1 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +100 0 obj +<< +/AIS false +/BM /Normal +/ca 1 +/CA 1 +/OP false +/op false +/OPM 1 +/SA false +/SMask /None +/Type /ExtGState +>> +endobj +101 0 obj +<< +/Filter /FlateDecode +/Length 40 +>> +stream +H*w6PH/2Pw5Pp +*D7 f +endstream +endobj +102 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +103 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 1266 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 102 0 R +/GS1 180 0 R +>> +/Font << +/C2_0 181 0 R +/T1_0 182 0 R +/T1_1 183 0 R +/T1_2 184 0 R +/T1_3 185 0 R +/T1_4 186 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HWn7}WR.aq #ElɗԖ!n 7-˙3CJ<)*oK`x|r1PR)Ku7ce[ZɠZꦃbc\RNFH+`F6l42:uV"FK^[Z$V*6tb|g>~/iCx54.9eiŏXw4>VArj,h.v$ 5UGRu$~G*]PdN+ZEҍ"> ##U UWWTVT`t+^E?-~7k9Pt.":=63lZŵp[W4[l`GЫ=FAI:xe-; ޔ&5R7B[hy{0όنAHS!މ:ɖD^f)9I/nٜeV}6Tp Պ +nsH% RMRl%#8#j5eyԵ0R4x&2<Қ.W42Ry %Xg'o^h8X(NZ7`3ضY^I~aUW+9%#;p(YK"VBBx4?no })/X;C=\ug^`mGdsk3GmlKwpފZѡi 3X: eiNh̘H#E aCr@n p!`8'ƶk\QiSjQ@V(#L^+V͢=@x[:+gW$zHz [gJ(w{sD:\JK@}YJ ~Si@Dh{ųE^alMjB,`/J֓K.f}E %VЬRFn܅ƗLux"uRcKd71<Y$@mRb(Oֵv1x0lGzǵN+CMy^7''@ u Ϳi<ʼnHvR`b:>cT N"M ~₣3p=>ոyvUh!V+zىM9Nӗo&EY&H[)K<x3r͵x7˞[.-5 /b>|kmTaOl0Q. FM^-|L +endstream +endobj +104 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 172 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 102 0 R +>> +/Font << +/C2_0 187 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HT +@S'"$EXJBjH=}w\8?o>,w(` 4FX 5 $Hʈ0meń|hD,&heJ8dOJJOe>{ ٬#)XhaE +: 0. +endstream +endobj +105 0 obj +<< +/K [188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R] +/P 32 0 R +/S /Article +>> +endobj +106 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null 198 0 R 199 0 R 200 0 R 201 0 R 201 0 R 202 0 R 203 0 R 204 0 R +205 0 R 206 0 R 207 0 R 207 0 R 207 0 R 208 0 R 207 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R 215 0 R 215 0 R 216 0 R +217 0 R 218 0 R 218 0 R 218 0 R 219 0 R 220 0 R 221 0 R 222 0 R 222 0 R 223 0 R 224 0 R 225 0 R 225 0 R 226 0 R 227 0 R 228 0 R +229 0 R 230 0 R 231 0 R 232 0 R 231 0 R 233 0 R 234 0 R 235 0 R 235 0 R 236 0 R 237 0 R 238 0 R 238 0 R 239 0 R 240 0 R 241 0 R +241 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 251 0 R 251 0 R 252 0 R 251 0 R +253 0 R 254 0 R 255 0 R 255 0 R 256 0 R 255 0 R 257 0 R 258 0 R 259 0 R 260 0 R 259 0 R 261 0 R 259 0 R] +endobj +107 0 obj +[262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 265 0 R 265 0 R 267 0 R 265 0 R 268 0 R 265 0 R 269 0 R 265 0 R 270 0 R 270 0 R 270 0 R +270 0 R 271 0 R 270 0 R 272 0 R 272 0 R 273 0 R 272 0 R 272 0 R 272 0 R 274 0 R 272 0 R 272 0 R 275 0 R 276 0 R 275 0 R 275 0 R +275 0 R 275 0 R 275 0 R 275 0 R 275 0 R 275 0 R 275 0 R 275 0 R 277 0 R 278 0 R 277 0 R 277 0 R 277 0 R 277 0 R 279 0 R 277 0 R +280 0 R 277 0 R 277 0 R 281 0 R 277 0 R] +endobj +108 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null 282 0 R 282 0 R 282 0 R 282 0 R 283 0 R 282 0 R 282 0 R 284 0 R 285 0 R 285 0 R 285 0 R +286 0 R 285 0 R 285 0 R 285 0 R 285 0 R 287 0 R 285 0 R 288 0 R 289 0 R 289 0 R 290 0 R 289 0 R 291 0 R 291 0 R 291 0 R 292 0 R +291 0 R 293 0 R 294 0 R 294 0 R 295 0 R 296 0 R 297 0 R 296 0 R 298 0 R 299 0 R 300 0 R 301 0 R 302 0 R 303 0 R 304 0 R 305 0 R +305 0 R 305 0 R 305 0 R 305 0 R 305 0 R 306 0 R 306 0 R] +endobj +109 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 307 0 R 307 0 R 308 0 R 307 0 R 307 0 R 309 0 R 307 0 R 307 0 R 310 0 R +307 0 R 307 0 R 307 0 R 307 0 R 311 0 R 307 0 R 307 0 R 307 0 R 312 0 R 312 0 R 313 0 R 312 0 R 312 0 R 312 0 R 312 0 R 312 0 R +312 0 R 312 0 R 314 0 R 312 0 R 312 0 R 312 0 R 315 0 R 312 0 R 312 0 R 312 0 R 312 0 R 316 0 R 317 0 R 316 0 R 316 0 R 316 0 R +316 0 R 316 0 R 316 0 R 316 0 R 316 0 R 316 0 R 316 0 R 318 0 R 319 0 R 319 0 R 320 0 R 319 0 R 321 0 R 321 0 R 321 0 R] +endobj +110 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null 322 0 R +323 0 R 323 0 R 323 0 R 323 0 R 324 0 R 325 0 R 325 0 R 326 0 R 325 0 R 325 0 R 325 0 R 327 0 R 328 0 R 328 0 R 328 0 R 328 0 R +329 0 R 330 0 R 330 0 R 331 0 R 330 0 R 330 0 R 332 0 R 333 0 R 334 0 R 334 0 R 334 0 R 334 0 R 334 0 R 334 0 R 335 0 R 335 0 R +335 0 R 335 0 R 336 0 R 335 0 R 335 0 R] +endobj +111 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null 337 0 R 338 0 R 339 0 R 338 0 R 338 0 R 340 0 R 341 0 R 342 0 R 343 0 R 344 0 R 345 0 R +346 0 R 347 0 R 348 0 R 349 0 R 350 0 R 350 0 R 350 0 R 351 0 R 352 0 R 353 0 R 353 0 R 354 0 R 355 0 R 356 0 R 356 0 R 356 0 R +357 0 R 358 0 R 359 0 R 359 0 R 359 0 R 360 0 R 361 0 R 362 0 R 363 0 R 362 0 R 364 0 R 365 0 R 366 0 R 367 0 R 368 0 R 367 0 R +369 0 R 370 0 R 371 0 R 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 374 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 381 0 R +382 0 R 383 0 R 384 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 394 0 R 395 0 R +396 0 R 397 0 R 397 0 R 397 0 R 397 0 R 398 0 R 399 0 R 400 0 R] +endobj +112 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null 341 0 R 341 0 R 341 0 R +341 0 R 341 0 R 341 0 R 341 0 R 341 0 R 341 0 R 401 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R +409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 413 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 417 0 R 419 0 R 420 0 R 421 0 R 422 0 R +423 0 R 424 0 R 425 0 R 426 0 R 427 0 R 428 0 R 429 0 R 430 0 R 431 0 R 432 0 R 433 0 R 434 0 R 435 0 R 435 0 R 435 0 R 436 0 R +437 0 R 438 0 R 439 0 R 439 0 R 439 0 R 439 0 R 439 0 R 439 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 443 0 R 443 0 R +445 0 R 443 0 R 443 0 R 443 0 R 446 0 R 447 0 R 448 0 R 449 0 R 449 0 R 449 0 R 449 0 R 449 0 R 449 0 R 449 0 R] +endobj +113 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null 450 0 R 451 0 R +452 0 R 453 0 R 453 0 R 453 0 R 454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 457 0 R 459 0 R 457 0 R 457 0 R 457 0 R 457 0 R 457 0 R +460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 463 0 R 463 0 R 465 0 R 463 0 R 463 0 R 463 0 R 466 0 R 467 0 R 468 0 R 469 0 R 469 0 R +470 0 R 469 0 R 469 0 R 469 0 R 469 0 R 471 0 R 472 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 476 0 R 476 0 R 478 0 R +476 0 R 476 0 R 476 0 R 476 0 R 476 0 R 476 0 R 479 0 R 476 0 R 480 0 R 481 0 R 482 0 R 483 0 R 483 0 R 484 0 R 483 0 R 483 0 R +483 0 R 483 0 R 485 0 R 483 0 R 483 0 R 483 0 R 483 0 R 483 0 R 483 0 R 486 0 R 483 0 R] +endobj +114 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null 487 0 R 488 0 R 489 0 R 490 0 R 490 0 R +491 0 R 490 0 R 492 0 R 490 0 R 490 0 R 490 0 R 493 0 R 490 0 R 490 0 R 494 0 R 495 0 R 495 0 R 495 0 R 495 0 R 496 0 R 495 0 R +495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 497 0 R 497 0 R 497 0 R 497 0 R +497 0 R 497 0 R 497 0 R 498 0 R 497 0 R 499 0 R 497 0 R 497 0 R 497 0 R 500 0 R 500 0 R 501 0 R 500 0 R 502 0 R 500 0 R 500 0 R +503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 504 0 R 503 0 R 505 0 R 503 0 R 503 0 R 503 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R] +endobj +115 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +507 0 R 508 0 R 508 0 R 508 0 R 508 0 R 508 0 R 508 0 R 508 0 R 508 0 R 509 0 R 509 0 R 509 0 R 509 0 R 509 0 R 509 0 R 509 0 R +510 0 R 511 0 R 511 0 R 512 0 R 511 0 R 511 0 R 511 0 R 511 0 R 511 0 R 513 0 R 514 0 R 515 0 R 514 0 R 514 0 R 514 0 R 514 0 R +514 0 R 516 0 R 516 0 R 517 0 R 516 0 R 516 0 R 516 0 R 518 0 R 516 0 R 516 0 R 516 0 R 516 0 R 516 0 R 516 0 R 519 0 R 519 0 R +520 0 R 519 0 R 519 0 R 521 0 R 522 0 R 521 0 R 521 0 R 523 0 R 521 0 R] +endobj +116 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null 524 0 R 524 0 R 524 0 R 524 0 R 524 0 R 525 0 R 525 0 R +525 0 R 525 0 R 526 0 R 526 0 R 526 0 R 526 0 R 527 0 R 526 0 R 526 0 R 526 0 R 526 0 R 528 0 R 526 0 R 526 0 R 526 0 R 529 0 R +530 0 R 530 0 R 531 0 R 530 0 R 532 0 R 530 0 R 533 0 R 530 0 R 534 0 R 530 0 R 535 0 R 530 0 R 530 0 R 530 0 R 536 0 R 536 0 R +536 0 R 536 0 R 536 0 R 536 0 R 536 0 R 537 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 539 0 R 538 0 R +538 0 R] +endobj +117 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null 540 0 R 540 0 R 540 0 R 541 0 R 540 0 R 540 0 R 540 0 R 540 0 R 542 0 R 540 0 R 543 0 R 544 0 R 543 0 R 545 0 R 546 0 R +546 0 R 546 0 R 547 0 R 547 0 R 547 0 R 548 0 R 547 0 R 547 0 R 547 0 R 547 0 R 549 0 R 547 0 R 547 0 R 550 0 R 547 0 R 547 0 R +547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 551 0 R 551 0 R 552 0 R 551 0 R 551 0 R 553 0 R 554 0 R 555 0 R 554 0 R 554 0 R +554 0 R 556 0 R 557 0 R 556 0 R 556 0 R 558 0 R 556 0 R 556 0 R 556 0 R 559 0 R 559 0 R] +endobj +118 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null 556 0 R 560 0 R 556 0 R 556 0 R 556 0 R +556 0 R 561 0 R 562 0 R 562 0 R 563 0 R 564 0 R 565 0 R 564 0 R 564 0 R 564 0 R 564 0 R 564 0 R 564 0 R 564 0 R 566 0 R 564 0 R +567 0 R 568 0 R 568 0 R 569 0 R 570 0 R 570 0 R 571 0 R 570 0 R 572 0 R 573 0 R 573 0 R 573 0 R 574 0 R 575 0 R 574 0 R 576 0 R +576 0 R 576 0 R 576 0 R] +endobj +119 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null 577 0 R 578 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 579 0 R 577 0 R +577 0 R 580 0 R 581 0 R 580 0 R 580 0 R 582 0 R 582 0 R 582 0 R 583 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R +590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R +606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R +622 0 R 623 0 R 624 0 R 625 0 R] +endobj +120 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 626 0 R 626 0 R 626 0 R 626 0 R +626 0 R 626 0 R 626 0 R 627 0 R 628 0 R 628 0 R 629 0 R 628 0 R 628 0 R 628 0 R 628 0 R 628 0 R 628 0 R 628 0 R 628 0 R 630 0 R +630 0 R 630 0 R 630 0 R 630 0 R 630 0 R 630 0 R 631 0 R 632 0 R 631 0 R 633 0 R 631 0 R 631 0 R 631 0 R 631 0 R 631 0 R 631 0 R +631 0 R 631 0 R 634 0 R 631 0 R 631 0 R] +endobj +121 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null 631 0 R 631 0 R 635 0 R 631 0 R 631 0 R 636 0 R 631 0 R 637 0 R 637 0 R 637 0 R 637 0 R +637 0 R 638 0 R 638 0 R 638 0 R 638 0 R 638 0 R 639 0 R 639 0 R 639 0 R 639 0 R 639 0 R 640 0 R 639 0 R 641 0 R 642 0 R 642 0 R +643 0 R 644 0 R 644 0 R 645 0 R 646 0 R 647 0 R 646 0 R 648 0 R 646 0 R 649 0 R 650 0 R 650 0 R 650 0 R 651 0 R 652 0 R 652 0 R +652 0 R 652 0 R 652 0 R 652 0 R 652 0 R 653 0 R 653 0 R 653 0 R 653 0 R 653 0 R] +endobj +122 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null 653 0 R 653 0 R 653 0 R 654 0 R 654 0 R 654 0 R +654 0 R 654 0 R 654 0 R 654 0 R 655 0 R 656 0 R 657 0 R 656 0 R 656 0 R 656 0 R 656 0 R 658 0 R 656 0 R 656 0 R 659 0 R 656 0 R +660 0 R 656 0 R 661 0 R 656 0 R 656 0 R 656 0 R 662 0 R 663 0 R 663 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R +669 0 R 670 0 R 669 0 R 671 0 R 672 0 R 673 0 R 674 0 R 673 0 R 673 0 R 675 0 R 676 0 R 677 0 R 677 0 R 677 0 R 677 0 R 678 0 R +679 0 R 678 0 R 678 0 R 678 0 R 680 0 R 678 0 R 678 0 R] +endobj +123 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 678 0 R 678 0 R 678 0 R 678 0 R 678 0 R 681 0 R 682 0 R 682 0 R 682 0 R +682 0 R 683 0 R 684 0 R 685 0 R 684 0 R 684 0 R 684 0 R 684 0 R 684 0 R 686 0 R 687 0 R 688 0 R 689 0 R 688 0 R 688 0 R 688 0 R +688 0 R 690 0 R 688 0 R 691 0 R 692 0 R 692 0 R 692 0 R 692 0 R 693 0 R 693 0 R 693 0 R 694 0 R 693 0 R 693 0 R 693 0 R 693 0 R +693 0 R] +endobj +124 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null 695 0 R 696 0 R 696 0 R 696 0 R 697 0 R 698 0 R 698 0 R 698 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R +704 0 R 704 0 R 705 0 R 705 0 R 705 0 R 706 0 R 705 0 R 705 0 R 705 0 R 707 0 R 708 0 R 708 0 R 708 0 R 709 0 R 708 0 R 708 0 R +708 0 R 708 0 R 710 0 R 710 0 R 711 0 R 710 0 R 710 0 R 710 0 R 710 0 R 710 0 R 710 0 R 710 0 R 710 0 R 712 0 R 713 0 R 713 0 R +713 0 R 713 0 R 713 0 R 713 0 R] +endobj +125 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null 714 0 R 715 0 R 716 0 R 716 0 R 717 0 R 718 0 R 719 0 R 719 0 R 720 0 R 721 0 R 722 0 R 723 0 R +724 0 R 725 0 R 725 0 R 726 0 R 726 0 R 726 0 R 727 0 R 727 0 R 727 0 R 727 0 R 728 0 R 727 0 R 727 0 R 727 0 R 727 0 R 727 0 R +727 0 R 727 0 R 729 0 R 730 0 R 729 0 R 729 0 R 729 0 R 729 0 R 729 0 R 729 0 R 729 0 R 729 0 R 729 0 R 731 0 R 732 0 R 732 0 R +732 0 R 732 0 R 732 0 R 732 0 R 732 0 R 732 0 R 732 0 R 732 0 R 732 0 R 732 0 R 732 0 R] +endobj +126 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null 733 0 R 734 0 R 735 0 R 736 0 R 736 0 R +736 0 R 737 0 R 738 0 R 739 0 R 739 0 R 740 0 R 741 0 R 742 0 R 742 0 R 742 0 R 743 0 R 742 0 R 744 0 R 745 0 R 746 0 R 746 0 R +747 0 R 747 0 R 747 0 R 747 0 R 747 0 R 748 0 R 747 0 R 749 0 R 747 0 R 747 0 R 747 0 R 747 0 R 750 0 R 747 0 R 751 0 R 752 0 R +753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 0 R 763 0 R 764 0 R 765 0 R 766 0 R] +endobj +127 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null 767 0 R 768 0 R +769 0 R 769 0 R 770 0 R 771 0 R 772 0 R 772 0 R 773 0 R 774 0 R 775 0 R 776 0 R 777 0 R 778 0 R 779 0 R 780 0 R 781 0 R 781 0 R +782 0 R 783 0 R 784 0 R 783 0 R 785 0 R 786 0 R 787 0 R 787 0 R 787 0 R 788 0 R 789 0 R 790 0 R 790 0 R 790 0 R 791 0 R 792 0 R +793 0 R 793 0 R 794 0 R 795 0 R 796 0 R 796 0 R 796 0 R 796 0 R 797 0 R 798 0 R 798 0 R 799 0 R 798 0 R 798 0 R 800 0 R 801 0 R +802 0 R 802 0 R 802 0 R 803 0 R 803 0 R 804 0 R 804 0 R 804 0 R 805 0 R 806 0 R 807 0 R 807 0 R 808 0 R 809 0 R 810 0 R 810 0 R +811 0 R 811 0 R 812 0 R 812 0 R 813 0 R 814 0 R 815 0 R 815 0 R 816 0 R 815 0 R 815 0 R 817 0 R 818 0 R 819 0 R 818 0 R 820 0 R +821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 825 0 R 826 0 R 827 0 R 826 0 R 828 0 R 828 0 R 829 0 R 830 0 R 831 0 R 832 0 R 833 0 R +834 0 R] +endobj +128 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 835 0 R +/FontName /NXFNUO+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +129 0 obj +<< +/Filter /FlateDecode +/Length 445 +>> +stream +H\j@E^& [*U9 Ny0N>@ڎ`my῟!:BW|C?wڃܩ][܇lYoϧ4cŇu}8 Y]Ozy=lW|=o.?0[]O)G3l.})_v+%eڡױi}lg"]kWk}{/+.;ڏ&fu"o[_/Q_.KpA.% Y+YF6? |A0_/ |A0SL+b_ +ߪ_!_ٯ_eFQ\OGQ(UtS)nʽPr/{ѵo4x= FOi4x= F7ffI¨渽ŘFx>6bjN8./'IjS +endstream +endobj +130 0 obj +<< +/Ascent 784 +/CapHeight 602 +/Descent -230 +/Flags 34 +/FontBBox [0 -230 936 784] +/FontFamily (Palatino) +/FontFile2 836 0 R +/FontName /WVTKQW+PalatinoBold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 112 +/Type /FontDescriptor +/XHeight 418 +>> +endobj +131 0 obj +<< +/Filter /FlateDecode +/Length 452 +>> +stream +H\0< 3Y E])m}NC޾G[H3~?N]ߦxn]- vxK=f)^iȪ?m:{ڴ1>gg{{xv6-zxDDa/ƻb1f2X719f®Zgo+O͟:eUɋ=-o^r^y咼\K'{p d+1\c-ϵ<3GNϜ9+#k %0g@@>a V+ +b2S)x +k.t8 ;F7ZIGN5*jTz*< +OSTz*> +stream +H\j0 ~ +CC0nf{V2b9 l_ >h[8EpA+p*Mv2M裨kgnN> +endobj +135 0 obj +<< +/Filter /FlateDecode +/Length 368 +>> +stream +H\ϊ0yCZ B-x?`(|ɔ.l@2G&QQJ2z`mpnD6}=2ЗD/rul+EWQeTzpeZ,Ru2 +My7/e|.#$l Lcm"q2.fٵߵYBq`.wI` "Kw1 )@ڔk*:(1 s9:p/MbVĚYfCg7M4{MOg3/-3ߐ y3͐7 y3ǐ} 5Gci$rs=:<0cnaO +0x +endstream +endobj +136 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/I/space/three) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 839 0 R +/FontName /GMUCAC+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +137 0 obj +<< +/Filter /FlateDecode +/Length 241 +>> +stream +H\Pj0 +tliFG!nc>԰qn`YO,q^;guO GLůQ4Y>W*`r-΍D↻ڃxuOEC3-Y› E:øMہ9_[ |D +噣rXè*nUq4\};aU1rb/ > r¯_s +endstream +endobj +138 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/D/P/R/T/c/e/f/h/i/l/o/s/space/t) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 840 0 R +/FontName /UCTDOA+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +139 0 obj +<< +/Filter /FlateDecode +/Length 295 +>> +stream +H\n <CY$drɇ.p`"arwT*0Ȧ}n ä;0Xg5h3^K{/$%wql0 @~sa'3q%[0Wӭ@vWpDzk?"Ȕn m\֔x27=}1B4jP'@g7ۜvw*9(&&#T+>%s8f qbe12MV\s5.2[$Rzk$UcO(`( +endstream +endobj +140 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/D/N/P/R/T/b/c/e/f/h/i/l/m/nine/o/one/r/s/space/t/two/v/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 841 0 R +/FontName /RVFLYG+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +141 0 obj +<< +/Filter /FlateDecode +/Length 335 +>> +stream +H\n0 y +CW&J=%C! +U'-زձ gzkb}cVVК8٥kÐdH8bcx[ IDhjjyi"0ka͜ +{=Ԑr i)\2gajBIse+\ԓq="MwGSlڛ4)IōHş`> +endstream +endobj +142 0 obj +<< +/Ascent 958 +/CapHeight 674 +/CharSet (/period/zero/two) +/Descent -250 +/Flags 32 +/FontBBox [-150 -250 970 958] +/FontFamily (Myriad Pro Cond) +/FontFile3 842 0 R +/FontName /VOGJCY+MyriadPro-BoldCond +/FontStretch /Condensed +/FontWeight 700 +/ItalicAngle 0 +/StemV 132 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +143 0 obj +<< +/Filter /FlateDecode +/Length 244 +>> +stream +H\PMk +{Xtm"m 9F'Шsȿh-t@ o1=v9 >K\Ep%8oujMb0F"78<800kJ?8c( @kp8ыIfFMvl'm|n Aᒌl„L * J3 ~̔|]!'^Q Auj7n3enwjakLv>+%v +endstream +endobj +144 0 obj +<< +/BaseFont /FZTLME+Wingdings-Regular +/DescendantFonts 843 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 844 0 R +/Type /Font +>> +endobj +145 0 obj +<< +/BaseFont /FNKWME+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 73 +/FontDescriptor 134 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 845 0 R +/Type /Font +/Widths [305] +>> +endobj +146 0 obj +<< +/BaseFont /HVNNOA+Wingdings-Regular +/DescendantFonts 846 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 847 0 R +/Type /Font +>> +endobj +147 0 obj +<< +/BaseFont /FNKWME+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 134 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 848 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +148 0 obj +<< +/BaseFont /GMUCAC+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 136 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 849 0 R +/Type /Font +/Widths [202] +>> +endobj +149 0 obj +<< +/BaseFont /UCTDOA+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 138 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 850 0 R +/Type /Font +/Widths [212] +>> +endobj +150 0 obj +<< +/BaseFont /RVFLYG+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 140 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 851 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +151 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 852 0 R +/FontName /MPMXPP+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +152 0 obj +<< +/Filter /FlateDecode +/Length 548 +>> +stream +H\͊@OQEcbݺ nb~ 1oDwօkf8Z~k=fyZ|x=!*H'otwv8,6q{;>>5[ƵneӡM}X4Cocĩ/1Vq[lط7es󻞲ūUKd.w;=9 > +endobj +154 0 obj +<< +/Filter /FlateDecode +/Length 276 +>> +stream +H\j }ܽXaeK!=д$+4Fw&.[~2+seMGUcXqgZiڨp_'$e +8TEQ'=k[h$P^ r*Muiv|-![i4Fk(Z R]vxQ9Ih"N#Y93#GS9R,LۼaÔ+> +endobj +156 0 obj +<< +/Filter /FlateDecode +/Length 244 +>> +stream +H\PMk +{Xtm"m 9F'Шsȿh-t@ o1=v9 >K\Ep%8oujMb0F"78<800kJ?8c( @kp8ыIfFMvl'm|n Aᒌl„L * J3 ~̔|]!'^Q Auj7n3enwjakLv>+%v +endstream +endobj +157 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [30 /f_i /f_l] +/Type /Encoding +>> +endobj +158 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/A/C/D/E/F/L/P/R/T/V/a/b/c/comma/d/e/eight/f/f_i/f_l/five/four/g/h/i/k/l/m/n/o/one/p/period/r/s/seven/space/t/three/two/u/v/w/x/y/z) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 855 0 R +/FontName /AHJJNN+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +159 0 obj +<< +/Filter /FlateDecode +/Length 448 +>> +stream +H\n0Fy +_d+b>'EjrVZ$3tnvihavopnS1>YyRIju}t=lԆm?%\U6,яzY_KcӾn?Y׌\+4Cc݄!)3{*WS%o°y\}Y&b_,1ޒ&)׫&+YgcϜ9=x3G/dón +)`lXw:XAd;0%Xp]u&G^ L#`e9;R.ź +OSTz*< +OSTz*|ޤqEM 0-چ +endstream +endobj +160 0 obj +<< +/BaseFont /SAMSFD+Wingdings-Regular +/DescendantFonts 856 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 857 0 R +/Type /Font +>> +endobj +161 0 obj +<< +/BaseFont /PTYAPJ+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 153 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 858 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +573 0 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +162 0 obj +<< +/BaseFont /CKNVPJ+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 173 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 859 0 R +/Type /Font +/Widths [202] +>> +endobj +163 0 obj +<< +/BaseFont /AHJJNN+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 158 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 860 0 R +/Type /Font +/Widths [212] +>> +endobj +164 0 obj +<< +/BaseFont /ZDZDZP+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 861 0 R +/LastChar 116 +/Subtype /Type1 +/ToUnicode 862 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 683 0 0 0 0 0 0 0 0 0 0 0 +559 0 569 0 525 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 449 0 516 319 0 572 256 0 0 257 0 0 564 +0 0 0 417 351] +>> +endobj +165 0 obj +<< +/BaseFont /SWBYFD+Wingdings-Regular +/DescendantFonts 863 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 864 0 R +/Type /Font +>> +endobj +166 0 obj +<< +/BaseFont /PTYAPJ+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 153 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 865 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +573 0 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +167 0 obj +<< +/BaseFont /AHJJNN+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 158 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 866 0 R +/Type /Font +/Widths [212] +>> +endobj +168 0 obj +<< +/BaseFont /ZDZDZP+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 861 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 867 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +169 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [29 /f_i /f_f /f_l] +/Type /Encoding +>> +endobj +170 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/f_i/f_f/f_l/space/parenleft/parenright/comma/hyphen/period/slash/question/A/C/D/F/G/H/I/J/L/M/O/P/R/S/T/U/W/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/quoteright/endash) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 868 0 R +/FontName /BJVERL+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +171 0 obj +<< +/Filter /FlateDecode +/Length 480 +>> +stream +H\ˎ@E|E/g#nd$/P|xOݾh, )C_NtۿnvihavopnS1> vͼTc:˾? IU]=mԆmKgƵdA_[} .^]y>W:L3:M*c;6IӎO=%Un7g_x;,6_k229|m1smHyydWؓ=XJV0}<|<}<|ád%z, rO >%|ʒ\SG؋a G#r9彃)1= +zMo`KE-޿,~*Uz*< +OSTz*< +OSTb-xV-Uh274ٶ[1섮uFgp& + +endstream +endobj +172 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [30 /hyphen.cap /f_i] +/Type /Encoding +>> +endobj +173 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/X/Y/a/b/c/colon/comma/d/e/eight/f/f_i/five/four/g/h/hyphen/hyphen.cap/i/l/m/n/o/one/p/period/q/r/s/seven/six/slash/space/t/three/two/u/v/x/y/z) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 869 0 R +/FontName /CKNVPJ+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +174 0 obj +<< +/Filter /FlateDecode +/Length 506 +>> +stream +H\n@D|C=݉,;|j c/}(HFCwnOnߵK}};]3kv*wM[On/Ր1pNN}R.xw?$96al{]z ÿp 2W ~T9iv?Ř/܇y"L7:Tu"O銷I5cTƤXƏ,ߕQZ5/qg<ˠ[wLĿB3>.I^:.Q9z -=R+Q33zK%x ^B/K%x ^B/P'> 샠> 샠='''''''vE +^J>(kWԮ]QvE!nPi4p9 FNi4p lF6>~ݸqJlշqc5QxOP +endstream +endobj +175 0 obj +[870 0 R] +endobj +176 0 obj +<< +/Filter /FlateDecode +/Length 236 +>> +stream +H\Pj0 +tlmPZ +96sOvKOx@~R0-&蝷S t88/vXgߌ: +vk_LNXmp-,~d;x}-({Y6eޥeÞ?w0&X6H(-ĥz7WMEjn*ׂeChf"NW.Rb@h1D`W~W(rO +endstream +endobj +177 0 obj +<< +/Ascent 784 +/CapHeight 602 +/Descent -230 +/Flags 34 +/FontBBox [0 -230 936 784] +/FontFamily (Palatino) +/FontFile2 871 0 R +/FontName /MAENPP+PalatinoBold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 112 +/Type /FontDescriptor +/XHeight 418 +>> +endobj +178 0 obj +<< +/Filter /FlateDecode +/Length 385 +>> +stream +H\j0E +-Ep3 @E48$54QE +lyФzw6C`js{;>ei4S'iL]σ%eҷxy7n%4Zt7ݭKwMr;BOU\̥cdvNb_7eꮱs_*Ƶtc\|~^0m?ӸE^WGr,R泑yN r^`Q'_`Q`}Y@}a_A_a F#cLN|GS)0Bgl0JMtS)nJ7 +YTx*=Jϸ^ J} !8|`2ZowYo& +endstream +endobj +179 0 obj +<< +/CS /DeviceCMYK +/I false +/K false +/S /Transparency +/Type /Group +>> +endobj +180 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +181 0 obj +<< +/BaseFont /ELSCMV+Wingdings-Regular +/DescendantFonts 872 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 873 0 R +/Type /Font +>> +endobj +182 0 obj +<< +/BaseFont /EFZRMV+MyriadPro-SemiboldCond +/Encoding /WinAnsiEncoding +/FirstChar 69 +/FontDescriptor 874 0 R +/LastChar 84 +/Subtype /Type1 +/ToUnicode 875 0 R +/Type /Font +/Widths [376 0 0 0 0 0 0 0 0 493 465 0 0 0 0 376] +>> +endobj +183 0 obj +<< +/BaseFont /UQZJCP+MyriadPro-Light +/Encoding 876 0 R +/FirstChar 31 +/FontDescriptor 877 0 R +/LastChar 169 +/Subtype /Type1 +/ToUnicode 878 0 R +/Type /Font +/Widths [542 219 0 0 0 0 0 0 0 0 0 0 0 174 0 174 +351 488 0 488 0 0 0 0 0 0 0 174 0 0 0 0 +0 0 585 0 570 647 466 0 0 0 211 0 0 0 0 638 +0 0 0 505 464 465 626 0 0 0 0 0 0 0 0 0 +0 0 454 552 446 544 485 262 544 536 209 0 0 212 819 536 +532 552 0 295 373 309 531 452 722 0 440 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 677] +>> +endobj +184 0 obj +<< +/BaseFont /ZXSXUF+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 879 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 880 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +185 0 obj +<< +/BaseFont /GAAIOR+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 881 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 882 0 R +/Type /Font +/Widths [212] +>> +endobj +186 0 obj +<< +/BaseFont /SXECAT+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 883 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 884 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +187 0 obj +<< +/BaseFont /KCSMSJ+Wingdings-Regular +/DescendantFonts 885 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 886 0 R +/Type /Font +>> +endobj +188 0 obj +<< +/K 887 0 R +/P 105 0 R +/S /Story +>> +endobj +189 0 obj +<< +/K [263 0 R 264 0 R 265 0 R 270 0 R 272 0 R 275 0 R 277 0 R 282 0 R 284 0 R 285 0 R 288 0 R 289 0 R 291 0 R 888 0 R 304 0 R 305 0 R +307 0 R 312 0 R 316 0 R 318 0 R 319 0 R 322 0 R 323 0 R 324 0 R 325 0 R 327 0 R 328 0 R 329 0 R 330 0 R 332 0 R 333 0 R 334 0 R +335 0 R 337 0 R 338 0 R 340 0 R 341 0 R 401 0 R 889 0 R 435 0 R 890 0 R 471 0 R 472 0 R 891 0 R 494 0 R 495 0 R 497 0 R 500 0 R +503 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 513 0 R 514 0 R 516 0 R 519 0 R 524 0 R 525 0 R 526 0 R 529 0 R 530 0 R 536 0 R +537 0 R 538 0 R 540 0 R 543 0 R 545 0 R 546 0 R 547 0 R 551 0 R 553 0 R 554 0 R 556 0 R 561 0 R 562 0 R 563 0 R 564 0 R 567 0 R +568 0 R 569 0 R 570 0 R 572 0 R 573 0 R 574 0 R 576 0 R 577 0 R 580 0 R 582 0 R 626 0 R 627 0 R 628 0 R 630 0 R 631 0 R 637 0 R +638 0 R 639 0 R 641 0 R 642 0 R 892 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 662 0 R 663 0 R 893 0 R 678 0 R 681 0 R +682 0 R 683 0 R 684 0 R 686 0 R 687 0 R 688 0 R 691 0 R 692 0 R 693 0 R 695 0 R 696 0 R 697 0 R 698 0 R 894 0 R 705 0 R 707 0 R +708 0 R 710 0 R 712 0 R 713 0 R 895 0 R 726 0 R 727 0 R 729 0 R 731 0 R 732 0 R 733 0 R 896 0 R 747 0 R 751 0 R 897 0 R 752 0 R +753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 0 R 763 0 R 764 0 R 765 0 R 766 0 R 767 0 R] +/P 105 0 R +/S /Story +>> +endobj +190 0 obj +<< +/K 321 0 R +/P 105 0 R +/S /Story +>> +endobj +191 0 obj +<< +/K 898 0 R +/P 105 0 R +/S /Story +>> +endobj +192 0 obj +<< +/K 506 0 R +/P 105 0 R +/S /Story +>> +endobj +193 0 obj +<< +/K 521 0 R +/P 105 0 R +/S /Story +>> +endobj +194 0 obj +<< +/K 559 0 R +/P 105 0 R +/S /Story +>> +endobj +195 0 obj +<< +/K 899 0 R +/P 105 0 R +/S /Story +>> +endobj +196 0 obj +<< +/K [584 0 R 900 0 R 594 0 R 602 0 R 591 0 R 592 0 R 593 0 R 595 0 R 901 0 R 902 0 R 903 0 R 904 0 R 625 0 R 905 0 R 590 0 R 906 0 R +596 0 R 907 0 R 597 0 R 908 0 R 598 0 R 909 0 R 599 0 R 603 0 R 910 0 R 600 0 R 911 0 R 601 0 R] +/P 105 0 R +/S /Figure +>> +endobj +197 0 obj +<< +/K 912 0 R +/P 105 0 R +/S /Story +>> +endobj +198 0 obj +<< +/C /Pa11 +/K 280 +/P 913 0 R +/Pg 13 0 R +/S /Tab._Versal_bold_sch +>> +endobj +199 0 obj +<< +/C /A4 +/K 281 +/P 914 0 R +/Pg 13 0 R +/S /Span +>> +endobj +200 0 obj +<< +/C /A4 +/K 282 +/P 914 0 R +/Pg 13 0 R +/S /Span +>> +endobj +201 0 obj +<< +/K [283 284] +/P 915 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +202 0 obj +<< +/C /A4 +/K 285 +/P 916 0 R +/Pg 13 0 R +/S /Span +>> +endobj +203 0 obj +<< +/C /A4 +/K 286 +/P 916 0 R +/Pg 13 0 R +/S /Span +>> +endobj +204 0 obj +<< +/K 287 +/P 917 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +205 0 obj +<< +/C /A4 +/K 288 +/P 918 0 R +/Pg 13 0 R +/S /Span +>> +endobj +206 0 obj +<< +/C /A4 +/K 289 +/P 918 0 R +/Pg 13 0 R +/S /Span +>> +endobj +207 0 obj +<< +/K [290 291 292 208 0 R 294] +/P 919 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +208 0 obj +<< +/ActualText +/K 293 +/P 207 0 R +/Pg 13 0 R +/S /Span +>> +endobj +209 0 obj +<< +/C /A4 +/K 295 +/P 920 0 R +/Pg 13 0 R +/S /Span +>> +endobj +210 0 obj +<< +/C /A4 +/K 296 +/P 920 0 R +/Pg 13 0 R +/S /Span +>> +endobj +211 0 obj +<< +/K 297 +/P 921 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +212 0 obj +<< +/C /Pa11 +/K 298 +/P 922 0 R +/Pg 13 0 R +/S /Tab._Versal_bold_sch +>> +endobj +213 0 obj +<< +/C /A4 +/K 299 +/P 923 0 R +/Pg 13 0 R +/S /Span +>> +endobj +214 0 obj +<< +/C /A4 +/K 300 +/P 923 0 R +/Pg 13 0 R +/S /Span +>> +endobj +215 0 obj +<< +/K [301 302] +/P 924 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +216 0 obj +<< +/C /A4 +/K 303 +/P 925 0 R +/Pg 13 0 R +/S /Span +>> +endobj +217 0 obj +<< +/C /A4 +/K 304 +/P 925 0 R +/Pg 13 0 R +/S /Span +>> +endobj +218 0 obj +<< +/K [305 306 307] +/P 926 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +219 0 obj +<< +/C /Pa11 +/K 308 +/P 927 0 R +/Pg 13 0 R +/S /Tab._Versal_bold_sch +>> +endobj +220 0 obj +<< +/C /A4 +/K 309 +/P 928 0 R +/Pg 13 0 R +/S /Span +>> +endobj +221 0 obj +<< +/C /A4 +/K 310 +/P 928 0 R +/Pg 13 0 R +/S /Span +>> +endobj +222 0 obj +<< +/K [311 312] +/P 929 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +223 0 obj +<< +/C /A4 +/K 313 +/P 930 0 R +/Pg 13 0 R +/S /Span +>> +endobj +224 0 obj +<< +/C /A4 +/K 314 +/P 930 0 R +/Pg 13 0 R +/S /Span +>> +endobj +225 0 obj +<< +/K [315 316] +/P 931 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +226 0 obj +<< +/C /A4 +/K 317 +/P 932 0 R +/Pg 13 0 R +/S /Span +>> +endobj +227 0 obj +<< +/C /A4 +/K 318 +/P 932 0 R +/Pg 13 0 R +/S /Span +>> +endobj +228 0 obj +<< +/K 319 +/P 933 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +229 0 obj +<< +/C /A4 +/K 320 +/P 934 0 R +/Pg 13 0 R +/S /Span +>> +endobj +230 0 obj +<< +/C /A4 +/K 321 +/P 934 0 R +/Pg 13 0 R +/S /Span +>> +endobj +231 0 obj +<< +/K [322 232 0 R 324] +/P 935 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +232 0 obj +<< +/ActualText +/K 323 +/P 231 0 R +/Pg 13 0 R +/S /Span +>> +endobj +233 0 obj +<< +/C /A4 +/K 325 +/P 936 0 R +/Pg 13 0 R +/S /Span +>> +endobj +234 0 obj +<< +/C /A4 +/K 326 +/P 936 0 R +/Pg 13 0 R +/S /Span +>> +endobj +235 0 obj +<< +/K [327 328] +/P 937 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +236 0 obj +<< +/C /A4 +/K 329 +/P 938 0 R +/Pg 13 0 R +/S /Span +>> +endobj +237 0 obj +<< +/C /A4 +/K 330 +/P 938 0 R +/Pg 13 0 R +/S /Span +>> +endobj +238 0 obj +<< +/K [331 332] +/P 939 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +239 0 obj +<< +/C /A4 +/K 333 +/P 940 0 R +/Pg 13 0 R +/S /Span +>> +endobj +240 0 obj +<< +/C /A4 +/K 334 +/P 940 0 R +/Pg 13 0 R +/S /Span +>> +endobj +241 0 obj +<< +/K [335 336 337] +/P 941 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +242 0 obj +<< +/C /A4 +/K 338 +/P 942 0 R +/Pg 13 0 R +/S /Span +>> +endobj +243 0 obj +<< +/C /A4 +/K 339 +/P 942 0 R +/Pg 13 0 R +/S /Span +>> +endobj +244 0 obj +<< +/K 340 +/P 943 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +245 0 obj +<< +/C /A4 +/K 341 +/P 944 0 R +/Pg 13 0 R +/S /Span +>> +endobj +246 0 obj +<< +/C /A4 +/K 342 +/P 944 0 R +/Pg 13 0 R +/S /Span +>> +endobj +247 0 obj +<< +/K 343 +/P 945 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +248 0 obj +<< +/C /Pa11 +/K 344 +/P 946 0 R +/Pg 13 0 R +/S /Tab._Versal_bold_sch +>> +endobj +249 0 obj +<< +/C /A4 +/K 345 +/P 947 0 R +/Pg 13 0 R +/S /Span +>> +endobj +250 0 obj +<< +/C /A4 +/K 346 +/P 947 0 R +/Pg 13 0 R +/S /Span +>> +endobj +251 0 obj +<< +/K [347 348 349 252 0 R 351] +/P 948 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +252 0 obj +<< +/ActualText +/K 350 +/P 251 0 R +/Pg 13 0 R +/S /Span +>> +endobj +253 0 obj +<< +/C /A4 +/K 352 +/P 949 0 R +/Pg 13 0 R +/S /Span +>> +endobj +254 0 obj +<< +/C /A4 +/K 353 +/P 949 0 R +/Pg 13 0 R +/S /Span +>> +endobj +255 0 obj +<< +/K [354 355 256 0 R 357] +/P 950 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +256 0 obj +<< +/ActualText +/K 356 +/P 255 0 R +/Pg 13 0 R +/S /Span +>> +endobj +257 0 obj +<< +/C /A4 +/K 358 +/P 951 0 R +/Pg 13 0 R +/S /Span +>> +endobj +258 0 obj +<< +/C /A4 +/K 359 +/P 951 0 R +/Pg 13 0 R +/S /Span +>> +endobj +259 0 obj +<< +/K [360 260 0 R 362 261 0 R 364] +/P 952 0 R +/Pg 13 0 R +/S /LBody +>> +endobj +260 0 obj +<< +/ActualText +/K 361 +/P 259 0 R +/Pg 13 0 R +/S /Span +>> +endobj +261 0 obj +<< +/ActualText +/K 363 +/P 259 0 R +/Pg 13 0 R +/S /Span +>> +endobj +262 0 obj +<< +/A << +/O /Layout +/LineHeight 56.0 +>> +/K 0 +/P 263 0 R +/Pg 8 0 R +/S /Span +>> +endobj +263 0 obj +<< +/A << +/O /Layout +/LineHeight 24.0 +/SpaceAfter 24.0 +>> +/K [262 0 R 1] +/P 189 0 R +/Pg 8 0 R +/S /Kapitel-Head +>> +endobj +264 0 obj +<< +/C /Pa1 +/K 2 +/P 189 0 R +/Pg 8 0 R +/S /Zwischenhead_1 +>> +endobj +265 0 obj +<< +/C /Pa2 +/K [3 266 0 R 5 6 267 0 R 8 268 0 R 10 269 0 R 12] +/P 189 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +266 0 obj +<< +/ActualText +/K 4 +/P 265 0 R +/Pg 8 0 R +/S /Span +>> +endobj +267 0 obj +<< +/ActualText +/K 7 +/P 265 0 R +/Pg 8 0 R +/S /Span +>> +endobj +268 0 obj +<< +/ActualText +/K 9 +/P 265 0 R +/Pg 8 0 R +/S /Span +>> +endobj +269 0 obj +<< +/ActualText +/K 11 +/P 265 0 R +/Pg 8 0 R +/S /Span +>> +endobj +270 0 obj +<< +/C /Pa2 +/K [13 14 15 16 271 0 R 18] +/P 189 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +271 0 obj +<< +/ActualText +/K 17 +/P 270 0 R +/Pg 8 0 R +/S /Span +>> +endobj +272 0 obj +<< +/C /Pa2 +/K [19 20 273 0 R 22 23 24 274 0 R 26 27] +/P 189 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +273 0 obj +<< +/ActualText +/K 21 +/P 272 0 R +/Pg 8 0 R +/S /Span +>> +endobj +274 0 obj +<< +/ActualText +/K 25 +/P 272 0 R +/Pg 8 0 R +/S /Span +>> +endobj +275 0 obj +<< +/C /Pa2 +/K [28 276 0 R 30 31 32 33 34 35 36 37 38 39] +/P 189 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +276 0 obj +<< +/ActualText +/K 29 +/P 275 0 R +/Pg 8 0 R +/S /Span +>> +endobj +277 0 obj +<< +/C /Pa2 +/K [40 278 0 R 42 43 44 45 279 0 R 47 280 0 R 49 50 281 0 R 52] +/P 189 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +278 0 obj +<< +/ActualText +/K 41 +/P 277 0 R +/Pg 8 0 R +/S /Span +>> +endobj +279 0 obj +<< +/ActualText +/K 46 +/P 277 0 R +/Pg 8 0 R +/S /Span +>> +endobj +280 0 obj +<< +/ActualText +/K 48 +/P 277 0 R +/Pg 8 0 R +/S /Span +>> +endobj +281 0 obj +<< +/ActualText +/K 51 +/P 277 0 R +/Pg 8 0 R +/S /Span +>> +endobj +282 0 obj +<< +/C /Pa2 +/K [53 54 55 56 283 0 R 58 59] +/P 189 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +283 0 obj +<< +/ActualText +/K 57 +/P 282 0 R +/Pg 9 0 R +/S /Span +>> +endobj +284 0 obj +<< +/C /Pa1 +/K 60 +/P 189 0 R +/Pg 9 0 R +/S /Zwischenhead_1 +>> +endobj +285 0 obj +<< +/C /Pa3 +/K [61 62 63 286 0 R 65 66 67 68 287 0 R 953 0 R 70] +/P 189 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +286 0 obj +<< +/ActualText +/K 64 +/P 285 0 R +/Pg 9 0 R +/S /Span +>> +endobj +287 0 obj +<< +/K 69 +/P 285 0 R +/Pg 9 0 R +/S /Reference +>> +endobj +288 0 obj +<< +/C /Pa1 +/K 71 +/P 189 0 R +/Pg 9 0 R +/S /Zwischenhead_1 +>> +endobj +289 0 obj +<< +/C /Pa3 +/K [72 73 290 0 R 75] +/P 189 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +290 0 obj +<< +/ActualText +/K 74 +/P 289 0 R +/Pg 9 0 R +/S /Span +>> +endobj +291 0 obj +<< +/C /Pa2 +/K [76 77 78 292 0 R 80] +/P 189 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +292 0 obj +<< +/ActualText +/K 79 +/P 291 0 R +/Pg 9 0 R +/S /Span +>> +endobj +293 0 obj +<< +/C /A4 +/K 81 +/P 954 0 R +/Pg 9 0 R +/S /Span +>> +endobj +294 0 obj +<< +/K [82 83] +/P 955 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +295 0 obj +<< +/C /A4 +/K 84 +/P 956 0 R +/Pg 9 0 R +/S /Span +>> +endobj +296 0 obj +<< +/K [85 297 0 R 87] +/P 957 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +297 0 obj +<< +/ActualText +/K 86 +/P 296 0 R +/Pg 9 0 R +/S /Span +>> +endobj +298 0 obj +<< +/C /A4 +/K 88 +/P 958 0 R +/Pg 9 0 R +/S /Span +>> +endobj +299 0 obj +<< +/K 89 +/P 959 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +300 0 obj +<< +/C /A4 +/K 90 +/P 960 0 R +/Pg 9 0 R +/S /Span +>> +endobj +301 0 obj +<< +/K 91 +/P 961 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +302 0 obj +<< +/C /A4 +/K 92 +/P 962 0 R +/Pg 9 0 R +/S /Span +>> +endobj +303 0 obj +<< +/K 93 +/P 963 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +304 0 obj +<< +/C /Pa1 +/K 94 +/P 189 0 R +/Pg 9 0 R +/S /Zwischenhead_1 +>> +endobj +305 0 obj +<< +/C /Pa3 +/K [95 96 97 98 99 100] +/P 189 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +306 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 8.75 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/K [101 102] +/P 953 0 R +/Pg 9 0 R +/S /Endnote_1._Abs +>> +endobj +307 0 obj +<< +/C /Pa2 +/K [103 104 308 0 R 106 107 309 0 R 109 110 310 0 R 112 113 114 115 311 0 R 117 118 +119] +/P 189 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +308 0 obj +<< +/ActualText +/K 105 +/P 307 0 R +/Pg 10 0 R +/S /Span +>> +endobj +309 0 obj +<< +/ActualText +/K 108 +/P 307 0 R +/Pg 10 0 R +/S /Span +>> +endobj +310 0 obj +<< +/ActualText +/K 111 +/P 307 0 R +/Pg 10 0 R +/S /Span +>> +endobj +311 0 obj +<< +/ActualText +/K 116 +/P 307 0 R +/Pg 10 0 R +/S /Span +>> +endobj +312 0 obj +<< +/C /Pa2 +/K [120 121 313 0 R 123 124 125 126 127 128 129 314 0 R 131 132 133 315 0 R 135 +136 137 138] +/P 189 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +313 0 obj +<< +/ActualText +/K 122 +/P 312 0 R +/Pg 10 0 R +/S /Span +>> +endobj +314 0 obj +<< +/ActualText +/K 130 +/P 312 0 R +/Pg 10 0 R +/S /Span +>> +endobj +315 0 obj +<< +/ActualText +/K 134 +/P 312 0 R +/Pg 10 0 R +/S /Span +>> +endobj +316 0 obj +<< +/C /Pa2 +/K [139 317 0 R 141 142 143 144 145 146 147 148 149 150] +/P 189 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +317 0 obj +<< +/ActualText +/K 140 +/P 316 0 R +/Pg 10 0 R +/S /Span +>> +endobj +318 0 obj +<< +/C /Pa1 +/K 151 +/P 189 0 R +/Pg 10 0 R +/S /Zwischenhead_1 +>> +endobj +319 0 obj +<< +/C /Pa3 +/K [152 153 320 0 R 155] +/P 189 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +320 0 obj +<< +/ActualText +/K 154 +/P 319 0 R +/Pg 10 0 R +/S /Span +>> +endobj +321 0 obj +<< +/C /Pa7 +/K [156 157 158] +/P 190 0 R +/Pg 10 0 R +/S /Absatzformat_2 +>> +endobj +322 0 obj +<< +/C /Pa8 +/K 159 +/P 189 0 R +/Pg 11 0 R +/S /Zwischenhead_2 +>> +endobj +323 0 obj +<< +/C /Pa3 +/K [160 161 162 163] +/P 189 0 R +/Pg 11 0 R +/S /Lauftext_1._Abs +>> +endobj +324 0 obj +<< +/C /Pa8 +/K 164 +/P 189 0 R +/Pg 11 0 R +/S /Zwischenhead_2 +>> +endobj +325 0 obj +<< +/C /Pa3 +/K [165 166 326 0 R 168 169 170] +/P 189 0 R +/Pg 11 0 R +/S /Lauftext_1._Abs +>> +endobj +326 0 obj +<< +/ActualText +/K 167 +/P 325 0 R +/Pg 11 0 R +/S /Span +>> +endobj +327 0 obj +<< +/C /Pa8 +/K 171 +/P 189 0 R +/Pg 11 0 R +/S /Zwischenhead_2 +>> +endobj +328 0 obj +<< +/C /Pa3 +/K [172 173 174 175] +/P 189 0 R +/Pg 11 0 R +/S /Lauftext_1._Abs +>> +endobj +329 0 obj +<< +/C /Pa8 +/K 176 +/P 189 0 R +/Pg 11 0 R +/S /Zwischenhead_2 +>> +endobj +330 0 obj +<< +/C /Pa3 +/K [177 178 331 0 R 180 181] +/P 189 0 R +/Pg 11 0 R +/S /Lauftext_1._Abs +>> +endobj +331 0 obj +<< +/ActualText +/K 179 +/P 330 0 R +/Pg 11 0 R +/S /Span +>> +endobj +332 0 obj +<< +/C /Pa1 +/K 182 +/P 189 0 R +/Pg 11 0 R +/S /Zwischenhead_1 +>> +endobj +333 0 obj +<< +/C /Pa8 +/K 183 +/P 189 0 R +/Pg 11 0 R +/S /Zwischenhead_2 +>> +endobj +334 0 obj +<< +/C /Pa3 +/K [184 185 186 187 188 189] +/P 189 0 R +/Pg 11 0 R +/S /Lauftext_1._Abs +>> +endobj +335 0 obj +<< +/C /Pa2 +/K [190 191 192 193 336 0 R 195 196] +/P 189 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +336 0 obj +<< +/ActualText +/K 194 +/P 335 0 R +/Pg 11 0 R +/S /Span +>> +endobj +337 0 obj +<< +/C /Pa9 +/K 197 +/P 189 0 R +/Pg 12 0 R +/S /Zwischenhead_3 +>> +endobj +338 0 obj +<< +/C /Pa3 +/K [198 339 0 R 200 201] +/P 189 0 R +/Pg 12 0 R +/S /Lauftext_1._Abs +>> +endobj +339 0 obj +<< +/ActualText +/K 199 +/P 338 0 R +/Pg 12 0 R +/S /Span +>> +endobj +340 0 obj +<< +/C /Pa9 +/K 202 +/P 189 0 R +/Pg 12 0 R +/S /Zwischenhead_3 +>> +endobj +341 0 obj +<< +/C /Pa3 +/K [203 342 0 R << +/MCID 365 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 366 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 367 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 368 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 369 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 370 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 371 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 372 +/Pg 14 0 R +/Type /MCR +>> << +/MCID 373 +/Pg 14 0 R +/Type /MCR +>>] +/P 189 0 R +/Pg 12 0 R +/S /Lauftext_1._Abs +>> +endobj +342 0 obj +<< +/ActualText +/K 204 +/P 341 0 R +/Pg 12 0 R +/S /Span +>> +endobj +343 0 obj +<< +/C /Pa11 +/K 205 +/P 964 0 R +/Pg 12 0 R +/S /Tab._Versal_bold_wei +>> +endobj +344 0 obj +<< +/C /Pa11 +/K 206 +/P 965 0 R +/Pg 12 0 R +/S /Tab._Versal_bold_sch +>> +endobj +345 0 obj +<< +/C /A4 +/K 207 +/P 966 0 R +/Pg 12 0 R +/S /Span +>> +endobj +346 0 obj +<< +/C /A4 +/K 208 +/P 966 0 R +/Pg 12 0 R +/S /Span +>> +endobj +347 0 obj +<< +/K 209 +/P 967 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +348 0 obj +<< +/C /A4 +/K 210 +/P 968 0 R +/Pg 12 0 R +/S /Span +>> +endobj +349 0 obj +<< +/C /A4 +/K 211 +/P 968 0 R +/Pg 12 0 R +/S /Span +>> +endobj +350 0 obj +<< +/K [212 213 214] +/P 969 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +351 0 obj +<< +/C /A4 +/K 215 +/P 970 0 R +/Pg 12 0 R +/S /Span +>> +endobj +352 0 obj +<< +/C /A4 +/K 216 +/P 970 0 R +/Pg 12 0 R +/S /Span +>> +endobj +353 0 obj +<< +/K [217 218] +/P 971 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +354 0 obj +<< +/C /A4 +/K 219 +/P 972 0 R +/Pg 12 0 R +/S /Span +>> +endobj +355 0 obj +<< +/C /A4 +/K 220 +/P 972 0 R +/Pg 12 0 R +/S /Span +>> +endobj +356 0 obj +<< +/K [221 222 223] +/P 973 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +357 0 obj +<< +/C /A4 +/K 224 +/P 974 0 R +/Pg 12 0 R +/S /Span +>> +endobj +358 0 obj +<< +/C /A4 +/K 225 +/P 974 0 R +/Pg 12 0 R +/S /Span +>> +endobj +359 0 obj +<< +/K [226 227 228] +/P 975 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +360 0 obj +<< +/C /A4 +/K 229 +/P 976 0 R +/Pg 12 0 R +/S /Span +>> +endobj +361 0 obj +<< +/C /A4 +/K 230 +/P 976 0 R +/Pg 12 0 R +/S /Span +>> +endobj +362 0 obj +<< +/K [231 363 0 R 233] +/P 977 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +363 0 obj +<< +/ActualText +/K 232 +/P 362 0 R +/Pg 12 0 R +/S /Span +>> +endobj +364 0 obj +<< +/C /Pa11 +/K 234 +/P 978 0 R +/Pg 12 0 R +/S /Tab._Versal_bold_sch +>> +endobj +365 0 obj +<< +/C /A4 +/K 235 +/P 979 0 R +/Pg 12 0 R +/S /Span +>> +endobj +366 0 obj +<< +/C /A4 +/K 236 +/P 979 0 R +/Pg 12 0 R +/S /Span +>> +endobj +367 0 obj +<< +/K [237 368 0 R 239] +/P 980 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +368 0 obj +<< +/ActualText +/K 238 +/P 367 0 R +/Pg 12 0 R +/S /Span +>> +endobj +369 0 obj +<< +/C /A4 +/K 240 +/P 981 0 R +/Pg 12 0 R +/S /Span +>> +endobj +370 0 obj +<< +/C /A4 +/K 241 +/P 981 0 R +/Pg 12 0 R +/S /Span +>> +endobj +371 0 obj +<< +/K [242 243] +/P 982 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +372 0 obj +<< +/C /A4 +/K 244 +/P 983 0 R +/Pg 12 0 R +/S /Span +>> +endobj +373 0 obj +<< +/C /A4 +/K 245 +/P 983 0 R +/Pg 12 0 R +/S /Span +>> +endobj +374 0 obj +<< +/K [246 375 0 R 248] +/P 984 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +375 0 obj +<< +/ActualText +/K 247 +/P 374 0 R +/Pg 12 0 R +/S /Span +>> +endobj +376 0 obj +<< +/C /A4 +/K 249 +/P 985 0 R +/Pg 12 0 R +/S /Span +>> +endobj +377 0 obj +<< +/C /A4 +/K 250 +/P 985 0 R +/Pg 12 0 R +/S /Span +>> +endobj +378 0 obj +<< +/K 251 +/P 986 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +379 0 obj +<< +/C /A4 +/K 252 +/P 987 0 R +/Pg 12 0 R +/S /Span +>> +endobj +380 0 obj +<< +/C /A4 +/K 253 +/P 987 0 R +/Pg 12 0 R +/S /Span +>> +endobj +381 0 obj +<< +/K [254 255] +/P 988 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +382 0 obj +<< +/C /A4 +/K 256 +/P 989 0 R +/Pg 12 0 R +/S /Span +>> +endobj +383 0 obj +<< +/C /A4 +/K 257 +/P 989 0 R +/Pg 12 0 R +/S /Span +>> +endobj +384 0 obj +<< +/K [258 259] +/P 990 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +385 0 obj +<< +/C /Pa11 +/K 260 +/P 991 0 R +/Pg 12 0 R +/S /Tab._Versal_bold_sch +>> +endobj +386 0 obj +<< +/C /A4 +/K 261 +/P 992 0 R +/Pg 12 0 R +/S /Span +>> +endobj +387 0 obj +<< +/C /A4 +/K 262 +/P 992 0 R +/Pg 12 0 R +/S /Span +>> +endobj +388 0 obj +<< +/K 263 +/P 993 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +389 0 obj +<< +/C /A4 +/K 264 +/P 994 0 R +/Pg 12 0 R +/S /Span +>> +endobj +390 0 obj +<< +/C /A4 +/K 265 +/P 994 0 R +/Pg 12 0 R +/S /Span +>> +endobj +391 0 obj +<< +/K 266 +/P 995 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +392 0 obj +<< +/C /A4 +/K 267 +/P 996 0 R +/Pg 12 0 R +/S /Span +>> +endobj +393 0 obj +<< +/C /A4 +/K 268 +/P 996 0 R +/Pg 12 0 R +/S /Span +>> +endobj +394 0 obj +<< +/K [269 270] +/P 997 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +395 0 obj +<< +/C /A4 +/K 271 +/P 998 0 R +/Pg 12 0 R +/S /Span +>> +endobj +396 0 obj +<< +/C /A4 +/K 272 +/P 998 0 R +/Pg 12 0 R +/S /Span +>> +endobj +397 0 obj +<< +/K [273 274 275 276] +/P 999 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +398 0 obj +<< +/C /A4 +/K 277 +/P 1000 0 R +/Pg 12 0 R +/S /Span +>> +endobj +399 0 obj +<< +/C /A4 +/K 278 +/P 1000 0 R +/Pg 12 0 R +/S /Span +>> +endobj +400 0 obj +<< +/K 279 +/P 1001 0 R +/Pg 12 0 R +/S /LBody +>> +endobj +401 0 obj +<< +/C /Pa2 +/K [374 375] +/P 189 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +402 0 obj +<< +/C /A4 +/K 376 +/P 1002 0 R +/Pg 14 0 R +/S /Span +>> +endobj +403 0 obj +<< +/C /A4 +/K 377 +/P 1002 0 R +/Pg 14 0 R +/S /Span +>> +endobj +404 0 obj +<< +/C /A7 +/K 378 +/P 405 0 R +/Pg 14 0 R +/S /Span +>> +endobj +405 0 obj +<< +/K [404 0 R 379] +/P 1003 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +406 0 obj +<< +/C /A4 +/K 380 +/P 1004 0 R +/Pg 14 0 R +/S /Span +>> +endobj +407 0 obj +<< +/C /A4 +/K 381 +/P 1004 0 R +/Pg 14 0 R +/S /Span +>> +endobj +408 0 obj +<< +/C /A7 +/K 382 +/P 409 0 R +/Pg 14 0 R +/S /Span +>> +endobj +409 0 obj +<< +/K [408 0 R 383 384] +/P 1005 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +410 0 obj +<< +/C /A4 +/K 385 +/P 1006 0 R +/Pg 14 0 R +/S /Span +>> +endobj +411 0 obj +<< +/C /A4 +/K 386 +/P 1006 0 R +/Pg 14 0 R +/S /Span +>> +endobj +412 0 obj +<< +/C /A7 +/K 387 +/P 413 0 R +/Pg 14 0 R +/S /Span +>> +endobj +413 0 obj +<< +/K [412 0 R 388 389] +/P 1007 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +414 0 obj +<< +/C /A4 +/K 390 +/P 1008 0 R +/Pg 14 0 R +/S /Span +>> +endobj +415 0 obj +<< +/C /A4 +/K 391 +/P 1008 0 R +/Pg 14 0 R +/S /Span +>> +endobj +416 0 obj +<< +/C /A7 +/K 392 +/P 417 0 R +/Pg 14 0 R +/S /Span +>> +endobj +417 0 obj +<< +/K [416 0 R 393 418 0 R 395] +/P 1009 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +418 0 obj +<< +/ActualText +/K 394 +/P 417 0 R +/Pg 14 0 R +/S /Span +>> +endobj +419 0 obj +<< +/C /A4 +/K 396 +/P 1010 0 R +/Pg 14 0 R +/S /Span +>> +endobj +420 0 obj +<< +/C /A4 +/K 397 +/P 1010 0 R +/Pg 14 0 R +/S /Span +>> +endobj +421 0 obj +<< +/C /A7 +/K 398 +/P 422 0 R +/Pg 14 0 R +/S /Span +>> +endobj +422 0 obj +<< +/K [421 0 R 399] +/P 1011 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +423 0 obj +<< +/C /A4 +/K 400 +/P 1012 0 R +/Pg 14 0 R +/S /Span +>> +endobj +424 0 obj +<< +/C /A4 +/K 401 +/P 1012 0 R +/Pg 14 0 R +/S /Span +>> +endobj +425 0 obj +<< +/C /A7 +/K 402 +/P 426 0 R +/Pg 14 0 R +/S /Span +>> +endobj +426 0 obj +<< +/K [425 0 R 403] +/P 1013 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +427 0 obj +<< +/C /A4 +/K 404 +/P 1014 0 R +/Pg 14 0 R +/S /Span +>> +endobj +428 0 obj +<< +/C /A4 +/K 405 +/P 1014 0 R +/Pg 14 0 R +/S /Span +>> +endobj +429 0 obj +<< +/C /A7 +/K 406 +/P 430 0 R +/Pg 14 0 R +/S /Span +>> +endobj +430 0 obj +<< +/K [429 0 R 407] +/P 1015 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +431 0 obj +<< +/C /A4 +/K 408 +/P 1016 0 R +/Pg 14 0 R +/S /Span +>> +endobj +432 0 obj +<< +/C /A4 +/K 409 +/P 1016 0 R +/Pg 14 0 R +/S /Span +>> +endobj +433 0 obj +<< +/C /A7 +/K 410 +/P 434 0 R +/Pg 14 0 R +/S /Span +>> +endobj +434 0 obj +<< +/K [433 0 R 411] +/P 1017 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +435 0 obj +<< +/C /Pa2 +/K [412 413 414] +/P 189 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +436 0 obj +<< +/C /A4 +/K 415 +/P 1018 0 R +/Pg 14 0 R +/S /Span +>> +endobj +437 0 obj +<< +/C /A4 +/K 416 +/P 1018 0 R +/Pg 14 0 R +/S /Span +>> +endobj +438 0 obj +<< +/C /A7 +/K 417 +/P 439 0 R +/Pg 14 0 R +/S /Span +>> +endobj +439 0 obj +<< +/K [438 0 R 418 419 420 421 422 423 424] +/P 1019 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +440 0 obj +<< +/C /A4 +/K 425 +/P 1020 0 R +/Pg 14 0 R +/S /Span +>> +endobj +441 0 obj +<< +/C /A4 +/K 426 +/P 1020 0 R +/Pg 14 0 R +/S /Span +>> +endobj +442 0 obj +<< +/C /A7 +/K 427 +/P 443 0 R +/Pg 14 0 R +/S /Span +>> +endobj +443 0 obj +<< +/K [442 0 R 428 444 0 R 430 431 445 0 R 433 434 435] +/P 1021 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +444 0 obj +<< +/ActualText +/K 429 +/P 443 0 R +/Pg 14 0 R +/S /Span +>> +endobj +445 0 obj +<< +/ActualText +/K 432 +/P 443 0 R +/Pg 14 0 R +/S /Span +>> +endobj +446 0 obj +<< +/C /A4 +/K 436 +/P 1022 0 R +/Pg 14 0 R +/S /Span +>> +endobj +447 0 obj +<< +/C /A4 +/K 437 +/P 1022 0 R +/Pg 14 0 R +/S /Span +>> +endobj +448 0 obj +<< +/C /A7 +/K 438 +/P 449 0 R +/Pg 14 0 R +/S /Span +>> +endobj +449 0 obj +<< +/K [448 0 R 439 440 441 442 443 444 445] +/P 1023 0 R +/Pg 14 0 R +/S /LBody +>> +endobj +450 0 obj +<< +/C /A4 +/K 446 +/P 1024 0 R +/Pg 15 0 R +/S /Span +>> +endobj +451 0 obj +<< +/C /A4 +/K 447 +/P 1024 0 R +/Pg 15 0 R +/S /Span +>> +endobj +452 0 obj +<< +/C /A7 +/K 448 +/P 453 0 R +/Pg 15 0 R +/S /Span +>> +endobj +453 0 obj +<< +/K [452 0 R 449 450 451] +/P 1025 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +454 0 obj +<< +/C /A4 +/K 452 +/P 1026 0 R +/Pg 15 0 R +/S /Span +>> +endobj +455 0 obj +<< +/C /A4 +/K 453 +/P 1026 0 R +/Pg 15 0 R +/S /Span +>> +endobj +456 0 obj +<< +/C /A7 +/K 454 +/P 457 0 R +/Pg 15 0 R +/S /Span +>> +endobj +457 0 obj +<< +/K [456 0 R 455 458 0 R 457 459 0 R 459 460 461 462 463] +/P 1027 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +458 0 obj +<< +/ActualText +/K 456 +/P 457 0 R +/Pg 15 0 R +/S /Span +>> +endobj +459 0 obj +<< +/ActualText +/K 458 +/P 457 0 R +/Pg 15 0 R +/S /Span +>> +endobj +460 0 obj +<< +/C /A4 +/K 464 +/P 1028 0 R +/Pg 15 0 R +/S /Span +>> +endobj +461 0 obj +<< +/C /A4 +/K 465 +/P 1028 0 R +/Pg 15 0 R +/S /Span +>> +endobj +462 0 obj +<< +/C /A7 +/K 466 +/P 463 0 R +/Pg 15 0 R +/S /Span +>> +endobj +463 0 obj +<< +/K [462 0 R 467 464 0 R 469 470 465 0 R 472 473 474] +/P 1029 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +464 0 obj +<< +/ActualText +/K 468 +/P 463 0 R +/Pg 15 0 R +/S /Span +>> +endobj +465 0 obj +<< +/ActualText +/K 471 +/P 463 0 R +/Pg 15 0 R +/S /Span +>> +endobj +466 0 obj +<< +/C /A4 +/K 475 +/P 1030 0 R +/Pg 15 0 R +/S /Span +>> +endobj +467 0 obj +<< +/C /A4 +/K 476 +/P 1030 0 R +/Pg 15 0 R +/S /Span +>> +endobj +468 0 obj +<< +/C /A7 +/K 477 +/P 469 0 R +/Pg 15 0 R +/S /Span +>> +endobj +469 0 obj +<< +/K [468 0 R 478 479 470 0 R 481 482 483 484] +/P 1031 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +470 0 obj +<< +/ActualText +/K 480 +/P 469 0 R +/Pg 15 0 R +/S /Span +>> +endobj +471 0 obj +<< +/C /Pa9 +/K 485 +/P 189 0 R +/Pg 15 0 R +/S /Zwischenhead_3 +>> +endobj +472 0 obj +<< +/C /Pa3 +/K [486 487] +/P 189 0 R +/Pg 15 0 R +/S /Lauftext_1._Abs +>> +endobj +473 0 obj +<< +/C /A4 +/K 488 +/P 1032 0 R +/Pg 15 0 R +/S /Span +>> +endobj +474 0 obj +<< +/C /A4 +/K 489 +/P 1032 0 R +/Pg 15 0 R +/S /Span +>> +endobj +475 0 obj +<< +/C /A7 +/K 490 +/P 476 0 R +/Pg 15 0 R +/S /Span +>> +endobj +476 0 obj +<< +/K [475 0 R 491 477 0 R 493 494 478 0 R 496 497 498 499 500 501 479 0 R 503] +/P 1033 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +477 0 obj +<< +/ActualText +/K 492 +/P 476 0 R +/Pg 15 0 R +/S /Span +>> +endobj +478 0 obj +<< +/ActualText +/K 495 +/P 476 0 R +/Pg 15 0 R +/S /Span +>> +endobj +479 0 obj +<< +/ActualText +/K 502 +/P 476 0 R +/Pg 15 0 R +/S /Span +>> +endobj +480 0 obj +<< +/C /A4 +/K 504 +/P 1034 0 R +/Pg 15 0 R +/S /Span +>> +endobj +481 0 obj +<< +/C /A4 +/K 505 +/P 1034 0 R +/Pg 15 0 R +/S /Span +>> +endobj +482 0 obj +<< +/C /A7 +/K 506 +/P 483 0 R +/Pg 15 0 R +/S /Span +>> +endobj +483 0 obj +<< +/K [482 0 R 507 508 484 0 R 510 511 512 513 485 0 R 515 516 517 518 519 520 486 0 R +522] +/P 1035 0 R +/Pg 15 0 R +/S /LBody +>> +endobj +484 0 obj +<< +/ActualText +/K 509 +/P 483 0 R +/Pg 15 0 R +/S /Span +>> +endobj +485 0 obj +<< +/ActualText +/K 514 +/P 483 0 R +/Pg 15 0 R +/S /Span +>> +endobj +486 0 obj +<< +/ActualText +/K 521 +/P 483 0 R +/Pg 15 0 R +/S /Span +>> +endobj +487 0 obj +<< +/C /A4 +/K 523 +/P 1036 0 R +/Pg 16 0 R +/S /Span +>> +endobj +488 0 obj +<< +/C /A4 +/K 524 +/P 1036 0 R +/Pg 16 0 R +/S /Span +>> +endobj +489 0 obj +<< +/C /A7 +/K 525 +/P 490 0 R +/Pg 16 0 R +/S /Span +>> +endobj +490 0 obj +<< +/K [489 0 R 526 527 491 0 R 529 492 0 R 531 532 533 493 0 R 535 536] +/P 1037 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +491 0 obj +<< +/ActualText +/K 528 +/P 490 0 R +/Pg 16 0 R +/S /Span +>> +endobj +492 0 obj +<< +/ActualText +/K 530 +/P 490 0 R +/Pg 16 0 R +/S /Span +>> +endobj +493 0 obj +<< +/ActualText +/K 534 +/P 490 0 R +/Pg 16 0 R +/S /Span +>> +endobj +494 0 obj +<< +/C /Pa9 +/K 537 +/P 189 0 R +/Pg 16 0 R +/S /Zwischenhead_3 +>> +endobj +495 0 obj +<< +/C /Pa3 +/K [538 539 540 541 496 0 R 543 544 545 546 547 548 549 550 551 552 553 +554 555] +/P 189 0 R +/Pg 16 0 R +/S /Lauftext_1._Abs +>> +endobj +496 0 obj +<< +/ActualText +/K 542 +/P 495 0 R +/Pg 16 0 R +/S /Span +>> +endobj +497 0 obj +<< +/C /Pa2 +/K [556 557 558 559 560 561 562 498 0 R 564 499 0 R 566 567 568] +/P 189 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +498 0 obj +<< +/ActualText +/K 563 +/P 497 0 R +/Pg 16 0 R +/S /Span +>> +endobj +499 0 obj +<< +/ActualText +/K 565 +/P 497 0 R +/Pg 16 0 R +/S /Span +>> +endobj +500 0 obj +<< +/C /Pa2 +/K [569 570 501 0 R 572 502 0 R 574 575] +/P 189 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +501 0 obj +<< +/ActualText +/K 571 +/P 500 0 R +/Pg 16 0 R +/S /Span +>> +endobj +502 0 obj +<< +/ActualText +/K 573 +/P 500 0 R +/Pg 16 0 R +/S /Span +>> +endobj +503 0 obj +<< +/C /Pa2 +/K [576 577 578 579 580 504 0 R 582 505 0 R 584 585 586] +/P 189 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +504 0 obj +<< +/ActualText +/K 581 +/P 503 0 R +/Pg 16 0 R +/S /Span +>> +endobj +505 0 obj +<< +/ActualText +/K 583 +/P 503 0 R +/Pg 16 0 R +/S /Span +>> +endobj +506 0 obj +<< +/C /Pa7 +/K [587 588 589 590 591] +/P 192 0 R +/Pg 16 0 R +/S /Einklinker-Text__rec +>> +endobj +507 0 obj +<< +/C /Pa9 +/K 592 +/P 189 0 R +/Pg 17 0 R +/S /Zwischenhead_3 +>> +endobj +508 0 obj +<< +/C /Pa3 +/K [593 594 595 596 597 598 599 600] +/P 189 0 R +/Pg 17 0 R +/S /Lauftext_1._Abs +>> +endobj +509 0 obj +<< +/C /Pa2 +/K [601 602 603 604 605 606 607] +/P 189 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +510 0 obj +<< +/C /Pa1 +/K 608 +/P 189 0 R +/Pg 17 0 R +/S /Zwischenhead_1 +>> +endobj +511 0 obj +<< +/C /Pa3 +/K [609 610 512 0 R 612 613 614 615 616] +/P 189 0 R +/Pg 17 0 R +/S /Lauftext_1._Abs +>> +endobj +512 0 obj +<< +/ActualText +/K 611 +/P 511 0 R +/Pg 17 0 R +/S /Span +>> +endobj +513 0 obj +<< +/C /Pa8 +/K 617 +/P 189 0 R +/Pg 17 0 R +/S /Zwischenhead_2 +>> +endobj +514 0 obj +<< +/C /Pa3 +/K [618 515 0 R 620 621 622 623 624] +/P 189 0 R +/Pg 17 0 R +/S /Lauftext_1._Abs +>> +endobj +515 0 obj +<< +/ActualText +/K 619 +/P 514 0 R +/Pg 17 0 R +/S /Span +>> +endobj +516 0 obj +<< +/C /Pa3 +/K [625 626 517 0 R 628 629 630 518 0 R 632 633 634 635 636 637] +/P 189 0 R +/Pg 17 0 R +/S /Lauftext_1._Abs +>> +endobj +517 0 obj +<< +/ActualText +/K 627 +/P 516 0 R +/Pg 17 0 R +/S /Span +>> +endobj +518 0 obj +<< +/ActualText +/K 631 +/P 516 0 R +/Pg 17 0 R +/S /Span +>> +endobj +519 0 obj +<< +/C /Pa2 +/K [638 639 520 0 R 641 642] +/P 189 0 R +/Pg 17 0 R +/S /Lauftext +>> +endobj +520 0 obj +<< +/ActualText +/K 640 +/P 519 0 R +/Pg 17 0 R +/S /Span +>> +endobj +521 0 obj +<< +/C /Pa7 +/K [643 522 0 R 645 646 523 0 R 648] +/P 193 0 R +/Pg 17 0 R +/S /Einklinker-Text__rec +>> +endobj +522 0 obj +<< +/ActualText +/K 644 +/P 521 0 R +/Pg 17 0 R +/S /Span +>> +endobj +523 0 obj +<< +/ActualText +/K 647 +/P 521 0 R +/Pg 17 0 R +/S /Span +>> +endobj +524 0 obj +<< +/C /Pa2 +/K [649 650 651 652 653] +/P 189 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +525 0 obj +<< +/C /Pa2 +/K [654 655 656 657] +/P 189 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +526 0 obj +<< +/C /Pa2 +/K [658 659 660 661 527 0 R 663 664 665 666 528 0 R 668 669 670] +/P 189 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +527 0 obj +<< +/ActualText +/K 662 +/P 526 0 R +/Pg 18 0 R +/S /Span +>> +endobj +528 0 obj +<< +/ActualText +/K 667 +/P 526 0 R +/Pg 18 0 R +/S /Span +>> +endobj +529 0 obj +<< +/C /Pa8 +/K 671 +/P 189 0 R +/Pg 18 0 R +/S /Zwischenhead_2 +>> +endobj +530 0 obj +<< +/C /Pa3 +/K [672 673 531 0 R 675 532 0 R 677 533 0 R 679 534 0 R 681 535 0 R 683 684 685] +/P 189 0 R +/Pg 18 0 R +/S /Lauftext_1._Abs +>> +endobj +531 0 obj +<< +/ActualText +/K 674 +/P 530 0 R +/Pg 18 0 R +/S /Span +>> +endobj +532 0 obj +<< +/ActualText +/K 676 +/P 530 0 R +/Pg 18 0 R +/S /Span +>> +endobj +533 0 obj +<< +/ActualText +/K 678 +/P 530 0 R +/Pg 18 0 R +/S /Span +>> +endobj +534 0 obj +<< +/ActualText +/K 680 +/P 530 0 R +/Pg 18 0 R +/S /Span +>> +endobj +535 0 obj +<< +/ActualText +/K 682 +/P 530 0 R +/Pg 18 0 R +/S /Span +>> +endobj +536 0 obj +<< +/C /Pa2 +/K [686 687 688 689 690 691 692] +/P 189 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +537 0 obj +<< +/A << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 19.0 +>> +/K 693 +/P 189 0 R +/Pg 18 0 R +/S /Zwischenhead_2 +>> +endobj +538 0 obj +<< +/C /Pa3 +/K [694 695 696 697 698 699 700 701 539 0 R 703 704] +/P 189 0 R +/Pg 18 0 R +/S /Lauftext_1._Abs +>> +endobj +539 0 obj +<< +/ActualText +/K 702 +/P 538 0 R +/Pg 18 0 R +/S /Span +>> +endobj +540 0 obj +<< +/C /Pa2 +/K [705 706 707 541 0 R 709 710 711 712 542 0 R 714] +/P 189 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +541 0 obj +<< +/ActualText +/K 708 +/P 540 0 R +/Pg 19 0 R +/S /Span +>> +endobj +542 0 obj +<< +/ActualText +/K 713 +/P 540 0 R +/Pg 19 0 R +/S /Span +>> +endobj +543 0 obj +<< +/C /Pa2 +/K [715 544 0 R 717] +/P 189 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +544 0 obj +<< +/ActualText +/K 716 +/P 543 0 R +/Pg 19 0 R +/S /Span +>> +endobj +545 0 obj +<< +/C /Pa8 +/K 718 +/P 189 0 R +/Pg 19 0 R +/S /Zwischenhead_2 +>> +endobj +546 0 obj +<< +/C /Pa3 +/K [719 720 721] +/P 189 0 R +/Pg 19 0 R +/S /Lauftext_1._Abs +>> +endobj +547 0 obj +<< +/C /Pa2 +/K [722 723 724 548 0 R 726 727 728 729 549 0 R 731 732 550 0 R 734 735 736 737 +738 739 740 741] +/P 189 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +548 0 obj +<< +/ActualText +/K 725 +/P 547 0 R +/Pg 19 0 R +/S /Span +>> +endobj +549 0 obj +<< +/ActualText +/K 730 +/P 547 0 R +/Pg 19 0 R +/S /Span +>> +endobj +550 0 obj +<< +/ActualText +/K 733 +/P 547 0 R +/Pg 19 0 R +/S /Span +>> +endobj +551 0 obj +<< +/C /Pa2 +/K [742 743 552 0 R 745 746] +/P 189 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +552 0 obj +<< +/ActualText +/K 744 +/P 551 0 R +/Pg 19 0 R +/S /Span +>> +endobj +553 0 obj +<< +/C /Pa8 +/K 747 +/P 189 0 R +/Pg 19 0 R +/S /Zwischenhead_2 +>> +endobj +554 0 obj +<< +/C /Pa3 +/K [748 555 0 R 750 751 752] +/P 189 0 R +/Pg 19 0 R +/S /Lauftext_1._Abs +>> +endobj +555 0 obj +<< +/ActualText +/K 749 +/P 554 0 R +/Pg 19 0 R +/S /Span +>> +endobj +556 0 obj +<< +/C /Pa2 +/K [753 557 0 R 755 756 558 0 R 758 759 760 << +/MCID 763 +/Pg 20 0 R +/Type /MCR +>> 560 0 R << +/MCID 765 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 766 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 767 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 768 +/Pg 20 0 R +/Type /MCR +>>] +/P 189 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +557 0 obj +<< +/ActualText +/K 754 +/P 556 0 R +/Pg 19 0 R +/S /Span +>> +endobj +558 0 obj +<< +/ActualText +/K 757 +/P 556 0 R +/Pg 19 0 R +/S /Span +>> +endobj +559 0 obj +<< +/C /Pa7 +/K [761 762] +/P 194 0 R +/Pg 19 0 R +/S /Einklinker-Text +>> +endobj +560 0 obj +<< +/ActualText +/K 764 +/P 556 0 R +/Pg 20 0 R +/S /Span +>> +endobj +561 0 obj +<< +/C /Pa1 +/K 769 +/P 189 0 R +/Pg 20 0 R +/S /Zwischenhead_1 +>> +endobj +562 0 obj +<< +/C /Pa3 +/K [770 771] +/P 189 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +563 0 obj +<< +/C /Pa8 +/K 772 +/P 189 0 R +/Pg 20 0 R +/S /Zwischenhead_2 +>> +endobj +564 0 obj +<< +/C /Pa3 +/K [773 565 0 R 775 776 777 778 779 780 781 566 0 R 783] +/P 189 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +565 0 obj +<< +/ActualText +/K 774 +/P 564 0 R +/Pg 20 0 R +/S /Span +>> +endobj +566 0 obj +<< +/ActualText +/K 782 +/P 564 0 R +/Pg 20 0 R +/S /Span +>> +endobj +567 0 obj +<< +/C /Pa8 +/K 784 +/P 189 0 R +/Pg 20 0 R +/S /Zwischenhead_2 +>> +endobj +568 0 obj +<< +/C /Pa3 +/K [785 786] +/P 189 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +569 0 obj +<< +/C /Pa9 +/K 787 +/P 189 0 R +/Pg 20 0 R +/S /Zwischenhead_3 +>> +endobj +570 0 obj +<< +/C /Pa3 +/K [788 789 571 0 R 791] +/P 189 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +571 0 obj +<< +/ActualText +/K 790 +/P 570 0 R +/Pg 20 0 R +/S /Span +>> +endobj +572 0 obj +<< +/C /Pa9 +/K 792 +/P 189 0 R +/Pg 20 0 R +/S /Zwischenhead_3 +>> +endobj +573 0 obj +<< +/C /Pa3 +/K [793 794 795] +/P 189 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +574 0 obj +<< +/C /Pa2 +/K [796 575 0 R 798] +/P 189 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +575 0 obj +<< +/ActualText +/K 797 +/P 574 0 R +/Pg 20 0 R +/S /Span +>> +endobj +576 0 obj +<< +/C /Pa3 +/K [799 800 801 802] +/P 189 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +577 0 obj +<< +/C /Pa2 +/K [803 578 0 R 805 806 807 808 809 810 811 812 813 579 0 R 815 816] +/P 189 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +578 0 obj +<< +/ActualText +/K 804 +/P 577 0 R +/Pg 21 0 R +/S /Span +>> +endobj +579 0 obj +<< +/ActualText +/K 814 +/P 577 0 R +/Pg 21 0 R +/S /Span +>> +endobj +580 0 obj +<< +/C /Pa2 +/K [817 581 0 R 819 820] +/P 189 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +581 0 obj +<< +/ActualText +/K 818 +/P 580 0 R +/Pg 21 0 R +/S /Span +>> +endobj +582 0 obj +<< +/C /Pa2 +/K [821 822 823 << +/MCID 868 +/Pg 22 0 R +/Type /MCR +>> << +/MCID 869 +/Pg 22 0 R +/Type /MCR +>> << +/MCID 870 +/Pg 22 0 R +/Type /MCR +>> << +/MCID 871 +/Pg 22 0 R +/Type /MCR +>> << +/MCID 872 +/Pg 22 0 R +/Type /MCR +>> << +/MCID 873 +/Pg 22 0 R +/Type /MCR +>> << +/MCID 874 +/Pg 22 0 R +/Type /MCR +>> << +/MCID 875 +/Pg 22 0 R +/Type /MCR +>>] +/P 189 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +583 0 obj +<< +/C /Pa11 +/K [824 825] +/P 1038 0 R +/Pg 21 0 R +/S /Tab._Versal_bold_wei +>> +endobj +584 0 obj +<< +/A << +/BBox [113.136 310.907 530.329 691.25] +/O /Layout +/Placement /Block +>> +/K 826 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +585 0 obj +<< +/C /A8 +/K 827 +/P 1039 0 R +/Pg 21 0 R +/S /Span +>> +endobj +586 0 obj +<< +/C /A8 +/K 828 +/P 1040 0 R +/Pg 21 0 R +/S /Span +>> +endobj +587 0 obj +<< +/ActualText +/C /A8 +/K 829 +/P 1040 0 R +/Pg 21 0 R +/S /Span +>> +endobj +588 0 obj +<< +/C /A8 +/K 830 +/P 1040 0 R +/Pg 21 0 R +/S /Span +>> +endobj +589 0 obj +<< +/C /A8 +/K 831 +/P 1041 0 R +/Pg 21 0 R +/S /Span +>> +endobj +590 0 obj +<< +/A << +/BBox [133.078 563.291 146.134 563.591] +/O /Layout +/Placement /Block +>> +/K 832 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +591 0 obj +<< +/A << +/BBox [168.512 622.818 168.811 635.874] +/O /Layout +/Placement /Block +>> +/K 833 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +592 0 obj +<< +/A << +/BBox [270.559 622.818 270.859 635.874] +/O /Layout +/Placement /Block +>> +/K 834 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +593 0 obj +<< +/A << +/BBox [372.606 622.818 372.906 635.874] +/O /Layout +/Placement /Block +>> +/K 835 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +594 0 obj +<< +/A << +/BBox [321.732 635.574 322.032 648.63] +/O /Layout +/Placement /Block +>> +/K 836 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +595 0 obj +<< +/A << +/BBox [474.653 622.818 474.953 635.874] +/O /Layout +/Placement /Block +>> +/K 837 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +596 0 obj +<< +/A << +/BBox [133.078 520.771 146.134 521.071] +/O /Layout +/Placement /Block +>> +/K 838 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +597 0 obj +<< +/A << +/BBox [133.078 478.251 146.134 478.551] +/O /Layout +/Placement /Block +>> +/K 839 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +598 0 obj +<< +/A << +/BBox [133.078 435.732 146.134 436.032] +/O /Layout +/Placement /Block +>> +/K 840 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +599 0 obj +<< +/A << +/BBox [133.078 393.212 146.134 393.512] +/O /Layout +/Placement /Block +>> +/K 841 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +600 0 obj +<< +/A << +/BBox [155.756 357.912 168.811 358.212] +/O /Layout +/Placement /Block +>> +/K 842 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +601 0 obj +<< +/A << +/BBox [155.756 329.566 168.811 329.866] +/O /Layout +/Placement /Block +>> +/K 843 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +602 0 obj +<< +/A << +/BBox [168.37 635.724 475.095 636.024] +/O /Layout +/Placement /Block +>> +/K 844 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +603 0 obj +<< +/A << +/BBox [155.906 329.546 156.206 376.504] +/O /Layout +/Placement /Block +>> +/K 845 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +604 0 obj +<< +/C /A9 +/K 846 +/P 1042 0 R +/Pg 21 0 R +/S /Span +>> +endobj +605 0 obj +<< +/ActualText +/C /A9 +/K 847 +/P 1042 0 R +/Pg 21 0 R +/S /Span +>> +endobj +606 0 obj +<< +/C /A9 +/K 848 +/P 1042 0 R +/Pg 21 0 R +/S /Span +>> +endobj +607 0 obj +<< +/C /A8 +/K 849 +/P 1043 0 R +/Pg 21 0 R +/S /Span +>> +endobj +608 0 obj +<< +/ActualText +/C /A8 +/K 850 +/P 1043 0 R +/Pg 21 0 R +/S /Span +>> +endobj +609 0 obj +<< +/C /A8 +/K 851 +/P 1043 0 R +/Pg 21 0 R +/S /Span +>> +endobj +610 0 obj +<< +/C /A8 +/K 852 +/P 1044 0 R +/Pg 21 0 R +/S /Span +>> +endobj +611 0 obj +<< +/C /A8 +/K 853 +/P 1045 0 R +/Pg 21 0 R +/S /Span +>> +endobj +612 0 obj +<< +/ActualText +/C /A8 +/K 854 +/P 1045 0 R +/Pg 21 0 R +/S /Span +>> +endobj +613 0 obj +<< +/C /A8 +/K 855 +/P 1045 0 R +/Pg 21 0 R +/S /Span +>> +endobj +614 0 obj +<< +/C /A8 +/K 856 +/P 1046 0 R +/Pg 21 0 R +/S /Span +>> +endobj +615 0 obj +<< +/ActualText +/C /A8 +/K 857 +/P 1046 0 R +/Pg 21 0 R +/S /Span +>> +endobj +616 0 obj +<< +/C /A8 +/K 858 +/P 1046 0 R +/Pg 21 0 R +/S /Span +>> +endobj +617 0 obj +<< +/C /A8 +/K 859 +/P 1047 0 R +/Pg 21 0 R +/S /Span +>> +endobj +618 0 obj +<< +/C /A8 +/K 860 +/P 1048 0 R +/Pg 21 0 R +/S /Span +>> +endobj +619 0 obj +<< +/C /A8 +/K 861 +/P 1049 0 R +/Pg 21 0 R +/S /Span +>> +endobj +620 0 obj +<< +/ActualText +/C /A8 +/K 862 +/P 1049 0 R +/Pg 21 0 R +/S /Span +>> +endobj +621 0 obj +<< +/C /A8 +/K 863 +/P 1049 0 R +/Pg 21 0 R +/S /Span +>> +endobj +622 0 obj +<< +/C /A10 +/K 864 +/P 1050 0 R +/Pg 21 0 R +/S /Span +>> +endobj +623 0 obj +<< +/ActualText +/C /A10 +/K 865 +/P 1050 0 R +/Pg 21 0 R +/S /Span +>> +endobj +624 0 obj +<< +/C /A10 +/K 866 +/P 1050 0 R +/Pg 21 0 R +/S /Span +>> +endobj +625 0 obj +<< +/A << +/BBox [133.228 393.07 133.528 589.103] +/O /Layout +/Placement /Block +>> +/K 867 +/P 196 0 R +/Pg 21 0 R +/S /Figure +>> +endobj +626 0 obj +<< +/C /Pa2 +/K [876 877 878 879 880 881 882] +/P 189 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +627 0 obj +<< +/C /Pa8 +/K 883 +/P 189 0 R +/Pg 22 0 R +/S /Zwischenhead_2 +>> +endobj +628 0 obj +<< +/C /Pa3 +/K [884 885 629 0 R 887 888 889 890 891 892 893 894] +/P 189 0 R +/Pg 22 0 R +/S /Lauftext_1._Abs +>> +endobj +629 0 obj +<< +/ActualText +/K 886 +/P 628 0 R +/Pg 22 0 R +/S /Span +>> +endobj +630 0 obj +<< +/C /Pa2 +/K [895 896 897 898 899 900 901] +/P 189 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +631 0 obj +<< +/C /Pa2 +/K [902 632 0 R 904 633 0 R 906 907 908 909 910 911 912 913 634 0 R 915 916 << +/MCID 917 +/Pg 23 0 R +/Type /MCR +>> +<< +/MCID 918 +/Pg 23 0 R +/Type /MCR +>> 635 0 R << +/MCID 920 +/Pg 23 0 R +/Type /MCR +>> << +/MCID 921 +/Pg 23 0 R +/Type /MCR +>> 636 0 R << +/MCID 923 +/Pg 23 0 R +/Type /MCR +>>] +/P 189 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +632 0 obj +<< +/ActualText +/K 903 +/P 631 0 R +/Pg 22 0 R +/S /Span +>> +endobj +633 0 obj +<< +/ActualText +/K 905 +/P 631 0 R +/Pg 22 0 R +/S /Span +>> +endobj +634 0 obj +<< +/ActualText +/K 914 +/P 631 0 R +/Pg 22 0 R +/S /Span +>> +endobj +635 0 obj +<< +/ActualText +/K 919 +/P 631 0 R +/Pg 23 0 R +/S /Span +>> +endobj +636 0 obj +<< +/ActualText +/K 922 +/P 631 0 R +/Pg 23 0 R +/S /Span +>> +endobj +637 0 obj +<< +/C /Pa2 +/K [924 925 926 927 928] +/P 189 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +638 0 obj +<< +/C /Pa2 +/K [929 930 931 932 933] +/P 189 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +639 0 obj +<< +/C /Pa2 +/K [934 935 936 937 938 640 0 R 940] +/P 189 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +640 0 obj +<< +/ActualText +/K 939 +/P 639 0 R +/Pg 23 0 R +/S /Span +>> +endobj +641 0 obj +<< +/C /Pa9 +/K 941 +/P 189 0 R +/Pg 23 0 R +/S /Zwischenhead_3 +>> +endobj +642 0 obj +<< +/C /Pa3 +/K [942 943] +/P 189 0 R +/Pg 23 0 R +/S /Lauftext_1._Abs +>> +endobj +643 0 obj +<< +/C /A4 +/K 944 +/P 1051 0 R +/Pg 23 0 R +/S /Span +>> +endobj +644 0 obj +<< +/K [945 946] +/P 1052 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +645 0 obj +<< +/C /A4 +/K 947 +/P 1053 0 R +/Pg 23 0 R +/S /Span +>> +endobj +646 0 obj +<< +/K [948 647 0 R 950 648 0 R 952] +/P 1054 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +647 0 obj +<< +/ActualText +/K 949 +/P 646 0 R +/Pg 23 0 R +/S /Span +>> +endobj +648 0 obj +<< +/ActualText +/K 951 +/P 646 0 R +/Pg 23 0 R +/S /Span +>> +endobj +649 0 obj +<< +/C /A4 +/K 953 +/P 1055 0 R +/Pg 23 0 R +/S /Span +>> +endobj +650 0 obj +<< +/K [954 955 956] +/P 1056 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +651 0 obj +<< +/C /Pa8 +/K 957 +/P 189 0 R +/Pg 23 0 R +/S /Zwischenhead_2 +>> +endobj +652 0 obj +<< +/C /Pa3 +/K [958 959 960 961 962 963 964] +/P 189 0 R +/Pg 23 0 R +/S /Lauftext_1._Abs +>> +endobj +653 0 obj +<< +/C /Pa2 +/K [965 966 967 968 969 << +/MCID 970 +/Pg 24 0 R +/Type /MCR +>> << +/MCID 971 +/Pg 24 0 R +/Type /MCR +>> << +/MCID 972 +/Pg 24 0 R +/Type /MCR +>>] +/P 189 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +654 0 obj +<< +/C /Pa2 +/K [973 974 975 976 977 978 979] +/P 189 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +655 0 obj +<< +/C /Pa8 +/K 980 +/P 189 0 R +/Pg 24 0 R +/S /Zwischenhead_2 +>> +endobj +656 0 obj +<< +/C /Pa3 +/K [981 657 0 R 983 984 985 986 658 0 R 988 989 659 0 R 991 660 0 R 993 661 0 R 995 996 +997] +/P 189 0 R +/Pg 24 0 R +/S /Lauftext_1._Abs +>> +endobj +657 0 obj +<< +/ActualText +/K 982 +/P 656 0 R +/Pg 24 0 R +/S /Span +>> +endobj +658 0 obj +<< +/ActualText +/K 987 +/P 656 0 R +/Pg 24 0 R +/S /Span +>> +endobj +659 0 obj +<< +/ActualText +/K 990 +/P 656 0 R +/Pg 24 0 R +/S /Span +>> +endobj +660 0 obj +<< +/ActualText +/K 992 +/P 656 0 R +/Pg 24 0 R +/S /Span +>> +endobj +661 0 obj +<< +/ActualText +/K 994 +/P 656 0 R +/Pg 24 0 R +/S /Span +>> +endobj +662 0 obj +<< +/C /Pa9 +/K 998 +/P 189 0 R +/Pg 24 0 R +/S /Zwischenhead_3 +>> +endobj +663 0 obj +<< +/C /Pa3 +/K [999 1000 1001] +/P 189 0 R +/Pg 24 0 R +/S /Lauftext_1._Abs +>> +endobj +664 0 obj +<< +/C /A4 +/K 1002 +/P 1057 0 R +/Pg 24 0 R +/S /Span +>> +endobj +665 0 obj +<< +/C /A4 +/K 1003 +/P 1057 0 R +/Pg 24 0 R +/S /Span +>> +endobj +666 0 obj +<< +/K 1004 +/P 1058 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +667 0 obj +<< +/C /A4 +/K 1005 +/P 1059 0 R +/Pg 24 0 R +/S /Span +>> +endobj +668 0 obj +<< +/C /A4 +/K 1006 +/P 1059 0 R +/Pg 24 0 R +/S /Span +>> +endobj +669 0 obj +<< +/K [1007 1008 670 0 R 1010] +/P 1060 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +670 0 obj +<< +/ActualText +/K 1009 +/P 669 0 R +/Pg 24 0 R +/S /Span +>> +endobj +671 0 obj +<< +/C /A4 +/K 1011 +/P 1061 0 R +/Pg 24 0 R +/S /Span +>> +endobj +672 0 obj +<< +/C /A4 +/K 1012 +/P 1061 0 R +/Pg 24 0 R +/S /Span +>> +endobj +673 0 obj +<< +/K [1013 674 0 R 1015 1016] +/P 1062 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +674 0 obj +<< +/ActualText +/K 1014 +/P 673 0 R +/Pg 24 0 R +/S /Span +>> +endobj +675 0 obj +<< +/C /A4 +/K 1017 +/P 1063 0 R +/Pg 24 0 R +/S /Span +>> +endobj +676 0 obj +<< +/C /A4 +/K 1018 +/P 1063 0 R +/Pg 24 0 R +/S /Span +>> +endobj +677 0 obj +<< +/K [1019 1020 1021 1022] +/P 1064 0 R +/Pg 24 0 R +/S /LBody +>> +endobj +678 0 obj +<< +/C /Pa2 +/K [1023 679 0 R 1025 1026 1027 680 0 R 1029 1030 << +/MCID 1031 +/Pg 25 0 R +/Type /MCR +>> << +/MCID 1032 +/Pg 25 0 R +/Type /MCR +>> << +/MCID 1033 +/Pg 25 0 R +/Type /MCR +>> << +/MCID 1034 +/Pg 25 0 R +/Type /MCR +>> << +/MCID 1035 +/Pg 25 0 R +/Type /MCR +>>] +/P 189 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +679 0 obj +<< +/ActualText +/K 1024 +/P 678 0 R +/Pg 24 0 R +/S /Span +>> +endobj +680 0 obj +<< +/ActualText +/K 1028 +/P 678 0 R +/Pg 24 0 R +/S /Span +>> +endobj +681 0 obj +<< +/C /Pa9 +/K 1036 +/P 189 0 R +/Pg 25 0 R +/S /Zwischenhead_3 +>> +endobj +682 0 obj +<< +/C /Pa3 +/K [1037 1038 1039 1040] +/P 189 0 R +/Pg 25 0 R +/S /Lauftext_1._Abs +>> +endobj +683 0 obj +<< +/C /Pa9 +/K 1041 +/P 189 0 R +/Pg 25 0 R +/S /Zwischenhead_3 +>> +endobj +684 0 obj +<< +/C /Pa3 +/K [1042 685 0 R 1044 1045 1046 1047 1048] +/P 189 0 R +/Pg 25 0 R +/S /Lauftext_1._Abs +>> +endobj +685 0 obj +<< +/ActualText +/K 1043 +/P 684 0 R +/Pg 25 0 R +/S /Span +>> +endobj +686 0 obj +<< +/C /Pa1 +/K 1049 +/P 189 0 R +/Pg 25 0 R +/S /Zwischenhead_1 +>> +endobj +687 0 obj +<< +/C /Pa8 +/K 1050 +/P 189 0 R +/Pg 25 0 R +/S /Zwischenhead_2 +>> +endobj +688 0 obj +<< +/C /Pa3 +/K [1051 689 0 R 1053 1054 1055 1056 690 0 R 1058] +/P 189 0 R +/Pg 25 0 R +/S /Lauftext_1._Abs +>> +endobj +689 0 obj +<< +/ActualText +/K 1052 +/P 688 0 R +/Pg 25 0 R +/S /Span +>> +endobj +690 0 obj +<< +/ActualText +/K 1057 +/P 688 0 R +/Pg 25 0 R +/S /Span +>> +endobj +691 0 obj +<< +/C /Pa8 +/K 1059 +/P 189 0 R +/Pg 25 0 R +/S /Zwischenhead_2 +>> +endobj +692 0 obj +<< +/C /Pa3 +/K [1060 1061 1062 1063] +/P 189 0 R +/Pg 25 0 R +/S /Lauftext_1._Abs +>> +endobj +693 0 obj +<< +/C /Pa2 +/K [1064 1065 1066 694 0 R 1068 1069 1070 1071 1072] +/P 189 0 R +/Pg 25 0 R +/S /Lauftext +>> +endobj +694 0 obj +<< +/ActualText +/K 1067 +/P 693 0 R +/Pg 25 0 R +/S /Span +>> +endobj +695 0 obj +<< +/C /Pa8 +/K 1073 +/P 189 0 R +/Pg 26 0 R +/S /Zwischenhead_2 +>> +endobj +696 0 obj +<< +/C /Pa3 +/K [1074 1075 1076] +/P 189 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +697 0 obj +<< +/C /Pa9 +/K 1077 +/P 189 0 R +/Pg 26 0 R +/S /Zwischenhead_3 +>> +endobj +698 0 obj +<< +/C /Pa3 +/K [1078 1079 1080 1081] +/P 189 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +699 0 obj +<< +/C /A4 +/K 1082 +/P 1065 0 R +/Pg 26 0 R +/S /Span +>> +endobj +700 0 obj +<< +/C /A4 +/K 1083 +/P 1065 0 R +/Pg 26 0 R +/S /Span +>> +endobj +701 0 obj +<< +/K 1084 +/P 1066 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +702 0 obj +<< +/C /A4 +/K 1085 +/P 1067 0 R +/Pg 26 0 R +/S /Span +>> +endobj +703 0 obj +<< +/C /A4 +/K 1086 +/P 1067 0 R +/Pg 26 0 R +/S /Span +>> +endobj +704 0 obj +<< +/K [1087 1088 1089] +/P 1068 0 R +/Pg 26 0 R +/S /LBody +>> +endobj +705 0 obj +<< +/C /Pa2 +/K [1090 1091 1092 706 0 R 1094 1095 1096] +/P 189 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +706 0 obj +<< +/ActualText +/K 1093 +/P 705 0 R +/Pg 26 0 R +/S /Span +>> +endobj +707 0 obj +<< +/C /Pa9 +/K 1097 +/P 189 0 R +/Pg 26 0 R +/S /Zwischenhead_3 +>> +endobj +708 0 obj +<< +/C /Pa3 +/K [1098 1099 1100 709 0 R 1102 1103 1104 1105] +/P 189 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +709 0 obj +<< +/ActualText +/K 1101 +/P 708 0 R +/Pg 26 0 R +/S /Span +>> +endobj +710 0 obj +<< +/C /Pa2 +/K [1106 1107 711 0 R 1109 1110 1111 1112 1113 1114 1115 1116] +/P 189 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +711 0 obj +<< +/ActualText +/K 1108 +/P 710 0 R +/Pg 26 0 R +/S /Span +>> +endobj +712 0 obj +<< +/C /Pa9 +/K 1117 +/P 189 0 R +/Pg 26 0 R +/S /Zwischenhead_3 +>> +endobj +713 0 obj +<< +/C /Pa3 +/K [1118 1119 1120 1121 1122 1123] +/P 189 0 R +/Pg 26 0 R +/S /Lauftext_1._Abs +>> +endobj +714 0 obj +<< +/C /A4 +/K 1124 +/P 1069 0 R +/Pg 27 0 R +/S /Span +>> +endobj +715 0 obj +<< +/C /A4 +/K 1125 +/P 1069 0 R +/Pg 27 0 R +/S /Span +>> +endobj +716 0 obj +<< +/K [1126 1127] +/P 1070 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +717 0 obj +<< +/C /A4 +/K 1128 +/P 1071 0 R +/Pg 27 0 R +/S /Span +>> +endobj +718 0 obj +<< +/C /A4 +/K 1129 +/P 1071 0 R +/Pg 27 0 R +/S /Span +>> +endobj +719 0 obj +<< +/K [1130 1131] +/P 1072 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +720 0 obj +<< +/C /A4 +/K 1132 +/P 1073 0 R +/Pg 27 0 R +/S /Span +>> +endobj +721 0 obj +<< +/C /A4 +/K 1133 +/P 1073 0 R +/Pg 27 0 R +/S /Span +>> +endobj +722 0 obj +<< +/K 1134 +/P 1074 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +723 0 obj +<< +/C /A4 +/K 1135 +/P 1075 0 R +/Pg 27 0 R +/S /Span +>> +endobj +724 0 obj +<< +/C /A4 +/K 1136 +/P 1075 0 R +/Pg 27 0 R +/S /Span +>> +endobj +725 0 obj +<< +/K [1137 1138] +/P 1076 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +726 0 obj +<< +/C /Pa2 +/K [1139 1140 1141] +/P 189 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +727 0 obj +<< +/C /Pa2 +/K [1142 1143 1144 1145 728 0 R 1147 1148 1149 1150 1151 1152 1153] +/P 189 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +728 0 obj +<< +/ActualText +/K 1146 +/P 727 0 R +/Pg 27 0 R +/S /Span +>> +endobj +729 0 obj +<< +/C /Pa2 +/K [1154 730 0 R 1156 1157 1158 1159 1160 1161 1162 1163 1164] +/P 189 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +730 0 obj +<< +/ActualText +/K 1155 +/P 729 0 R +/Pg 27 0 R +/S /Span +>> +endobj +731 0 obj +<< +/C /Pa9 +/K 1165 +/P 189 0 R +/Pg 27 0 R +/S /Zwischenhead_3 +>> +endobj +732 0 obj +<< +/C /Pa3 +/K [1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178] +/P 189 0 R +/Pg 27 0 R +/S /Lauftext_1._Abs +>> +endobj +733 0 obj +<< +/C /Pa2 +/K 1179 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +734 0 obj +<< +/C /A4 +/K 1180 +/P 1077 0 R +/Pg 28 0 R +/S /Span +>> +endobj +735 0 obj +<< +/C /A4 +/K 1181 +/P 1077 0 R +/Pg 28 0 R +/S /Span +>> +endobj +736 0 obj +<< +/K [1182 1183 1184] +/P 1078 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +737 0 obj +<< +/C /A4 +/K 1185 +/P 1079 0 R +/Pg 28 0 R +/S /Span +>> +endobj +738 0 obj +<< +/C /A4 +/K 1186 +/P 1079 0 R +/Pg 28 0 R +/S /Span +>> +endobj +739 0 obj +<< +/K [1187 1188] +/P 1080 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +740 0 obj +<< +/C /A4 +/K 1189 +/P 1081 0 R +/Pg 28 0 R +/S /Span +>> +endobj +741 0 obj +<< +/C /A4 +/K 1190 +/P 1081 0 R +/Pg 28 0 R +/S /Span +>> +endobj +742 0 obj +<< +/K [1191 1192 1193 743 0 R 1195] +/P 1082 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +743 0 obj +<< +/ActualText +/K 1194 +/P 742 0 R +/Pg 28 0 R +/S /Span +>> +endobj +744 0 obj +<< +/C /A4 +/K 1196 +/P 1083 0 R +/Pg 28 0 R +/S /Span +>> +endobj +745 0 obj +<< +/C /A4 +/K 1197 +/P 1083 0 R +/Pg 28 0 R +/S /Span +>> +endobj +746 0 obj +<< +/K [1198 1199] +/P 1084 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +747 0 obj +<< +/C /Pa2 +/K [1200 1201 1202 1203 1204 748 0 R 1206 749 0 R 1208 1209 1210 1211 750 0 R 1213] +/P 189 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +748 0 obj +<< +/ActualText +/K 1205 +/P 747 0 R +/Pg 28 0 R +/S /Span +>> +endobj +749 0 obj +<< +/ActualText +/K 1207 +/P 747 0 R +/Pg 28 0 R +/S /Span +>> +endobj +750 0 obj +<< +/ActualText +/K 1212 +/P 747 0 R +/Pg 28 0 R +/S /Span +>> +endobj +751 0 obj +<< +/C /Pa8 +/K 1214 +/P 189 0 R +/Pg 28 0 R +/S /Zwischenhead_2 +>> +endobj +752 0 obj +<< +/C /Pa3 +/K 1215 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +753 0 obj +<< +/C /Pa3 +/K 1216 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +754 0 obj +<< +/C /Pa3 +/K 1217 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +755 0 obj +<< +/C /Pa3 +/K 1218 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +756 0 obj +<< +/C /Pa3 +/K 1219 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +757 0 obj +<< +/C /Pa3 +/K 1220 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +758 0 obj +<< +/C /Pa3 +/K 1221 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +759 0 obj +<< +/C /Pa3 +/K 1222 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +760 0 obj +<< +/C /Pa3 +/K 1223 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +761 0 obj +<< +/C /Pa3 +/K 1224 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +762 0 obj +<< +/C /Pa3 +/K 1225 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +763 0 obj +<< +/C /Pa3 +/K 1226 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +764 0 obj +<< +/C /Pa3 +/K 1227 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +765 0 obj +<< +/C /Pa3 +/K 1228 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +766 0 obj +<< +/C /Pa3 +/K 1229 +/P 189 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +767 0 obj +<< +/C /Pa8 +/K 1230 +/P 189 0 R +/Pg 29 0 R +/S /Zwischenhead_2 +>> +endobj +768 0 obj +<< +/C /Pa11 +/K 1231 +/P 1085 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_wei +>> +endobj +769 0 obj +<< +/C /Pa11 +/K [1232 1233] +/P 1086 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_wei +>> +endobj +770 0 obj +<< +/C /Pa11 +/K 1234 +/P 1087 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_wei +>> +endobj +771 0 obj +<< +/C /Pa11 +/K 1235 +/P 1088 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_sch +>> +endobj +772 0 obj +<< +/C /Pa18 +/K [1236 1237] +/P 1089 0 R +/Pg 29 0 R +/S /Tab._Lauftext_light_ +>> +endobj +773 0 obj +<< +/C /A4 +/K 1238 +/P 1090 0 R +/Pg 29 0 R +/S /Span +>> +endobj +774 0 obj +<< +/C /A4 +/K 1239 +/P 1090 0 R +/Pg 29 0 R +/S /Span +>> +endobj +775 0 obj +<< +/K 1240 +/P 1091 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +776 0 obj +<< +/C /A4 +/K 1241 +/P 1092 0 R +/Pg 29 0 R +/S /Span +>> +endobj +777 0 obj +<< +/C /A4 +/K 1242 +/P 1092 0 R +/Pg 29 0 R +/S /Span +>> +endobj +778 0 obj +<< +/K 1243 +/P 1093 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +779 0 obj +<< +/C /A4 +/K 1244 +/P 1094 0 R +/Pg 29 0 R +/S /Span +>> +endobj +780 0 obj +<< +/C /A4 +/K 1245 +/P 1094 0 R +/Pg 29 0 R +/S /Span +>> +endobj +781 0 obj +<< +/K [1246 1247] +/P 1095 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +782 0 obj +<< +/C /Pa11 +/K 1248 +/P 1096 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_sch +>> +endobj +783 0 obj +<< +/C /Pa18 +/K [1249 784 0 R 1251] +/P 1097 0 R +/Pg 29 0 R +/S /Tab._Lauftext_light_ +>> +endobj +784 0 obj +<< +/ActualText +/K 1250 +/P 783 0 R +/Pg 29 0 R +/S /Span +>> +endobj +785 0 obj +<< +/C /A4 +/K 1252 +/P 1098 0 R +/Pg 29 0 R +/S /Span +>> +endobj +786 0 obj +<< +/C /A4 +/K 1253 +/P 1098 0 R +/Pg 29 0 R +/S /Span +>> +endobj +787 0 obj +<< +/K [1254 1255 1256] +/P 1099 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +788 0 obj +<< +/C /A4 +/K 1257 +/P 1100 0 R +/Pg 29 0 R +/S /Span +>> +endobj +789 0 obj +<< +/C /A4 +/K 1258 +/P 1100 0 R +/Pg 29 0 R +/S /Span +>> +endobj +790 0 obj +<< +/K [1259 1260 1261] +/P 1101 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +791 0 obj +<< +/C /A4 +/K 1262 +/P 1102 0 R +/Pg 29 0 R +/S /Span +>> +endobj +792 0 obj +<< +/C /A4 +/K 1263 +/P 1102 0 R +/Pg 29 0 R +/S /Span +>> +endobj +793 0 obj +<< +/K [1264 1265] +/P 1103 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +794 0 obj +<< +/C /A4 +/K 1266 +/P 1104 0 R +/Pg 29 0 R +/S /Span +>> +endobj +795 0 obj +<< +/C /A4 +/K 1267 +/P 1104 0 R +/Pg 29 0 R +/S /Span +>> +endobj +796 0 obj +<< +/K [1268 1269 1270 1271] +/P 1105 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +797 0 obj +<< +/C /Pa11 +/K 1272 +/P 1106 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_sch +>> +endobj +798 0 obj +<< +/C /Pa18 +/K [1273 1274 799 0 R 1276 1277] +/P 1107 0 R +/Pg 29 0 R +/S /Tab._Lauftext_light_ +>> +endobj +799 0 obj +<< +/ActualText +/K 1275 +/P 798 0 R +/Pg 29 0 R +/S /Span +>> +endobj +800 0 obj +<< +/C /A4 +/K 1278 +/P 1108 0 R +/Pg 29 0 R +/S /Span +>> +endobj +801 0 obj +<< +/C /A4 +/K 1279 +/P 1108 0 R +/Pg 29 0 R +/S /Span +>> +endobj +802 0 obj +<< +/K [1280 1281 1282] +/P 1109 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +803 0 obj +<< +/C /Pa11 +/K [1283 1284] +/P 1110 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_sch +>> +endobj +804 0 obj +<< +/C /Pa18 +/K [1285 1286 1287] +/P 1111 0 R +/Pg 29 0 R +/S /Tab._Lauftext_light_ +>> +endobj +805 0 obj +<< +/C /A4 +/K 1288 +/P 1112 0 R +/Pg 29 0 R +/S /Span +>> +endobj +806 0 obj +<< +/C /A4 +/K 1289 +/P 1112 0 R +/Pg 29 0 R +/S /Span +>> +endobj +807 0 obj +<< +/K [1290 1291] +/P 1113 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +808 0 obj +<< +/C /A4 +/K 1292 +/P 1114 0 R +/Pg 29 0 R +/S /Span +>> +endobj +809 0 obj +<< +/C /A4 +/K 1293 +/P 1114 0 R +/Pg 29 0 R +/S /Span +>> +endobj +810 0 obj +<< +/K [1294 1295] +/P 1115 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +811 0 obj +<< +/C /Pa11 +/K [1296 1297] +/P 1116 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_sch +>> +endobj +812 0 obj +<< +/C /Pa18 +/K [1298 1299] +/P 1117 0 R +/Pg 29 0 R +/S /Tab._Lauftext_light_ +>> +endobj +813 0 obj +<< +/C /A4 +/K 1300 +/P 1118 0 R +/Pg 29 0 R +/S /Span +>> +endobj +814 0 obj +<< +/C /A4 +/K 1301 +/P 1118 0 R +/Pg 29 0 R +/S /Span +>> +endobj +815 0 obj +<< +/K [1302 1303 816 0 R 1305 1306] +/P 1119 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +816 0 obj +<< +/ActualText +/K 1304 +/P 815 0 R +/Pg 29 0 R +/S /Span +>> +endobj +817 0 obj +<< +/C /Pa11 +/K 1307 +/P 1120 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_sch +>> +endobj +818 0 obj +<< +/C /Pa18 +/K [1308 819 0 R 1310] +/P 1121 0 R +/Pg 29 0 R +/S /Tab._Lauftext_light_ +>> +endobj +819 0 obj +<< +/ActualText +/K 1309 +/P 818 0 R +/Pg 29 0 R +/S /Span +>> +endobj +820 0 obj +<< +/C /A4 +/K 1311 +/P 1122 0 R +/Pg 29 0 R +/S /Span +>> +endobj +821 0 obj +<< +/C /A4 +/K 1312 +/P 1122 0 R +/Pg 29 0 R +/S /Span +>> +endobj +822 0 obj +<< +/K 1313 +/P 1123 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +823 0 obj +<< +/C /A4 +/K 1314 +/P 1124 0 R +/Pg 29 0 R +/S /Span +>> +endobj +824 0 obj +<< +/C /A4 +/K 1315 +/P 1124 0 R +/Pg 29 0 R +/S /Span +>> +endobj +825 0 obj +<< +/K [1316 1317] +/P 1125 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +826 0 obj +<< +/C /Pa11 +/K [1318 827 0 R 1320] +/P 1126 0 R +/Pg 29 0 R +/S /Tab._Versal_bold_sch +>> +endobj +827 0 obj +<< +/ActualText +/K 1319 +/P 826 0 R +/Pg 29 0 R +/S /Span +>> +endobj +828 0 obj +<< +/C /Pa18 +/K [1321 1322] +/P 1127 0 R +/Pg 29 0 R +/S /Tab._Lauftext_light_ +>> +endobj +829 0 obj +<< +/C /A4 +/K 1323 +/P 1128 0 R +/Pg 29 0 R +/S /Span +>> +endobj +830 0 obj +<< +/C /A4 +/K 1324 +/P 1128 0 R +/Pg 29 0 R +/S /Span +>> +endobj +831 0 obj +<< +/K 1325 +/P 1129 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +832 0 obj +<< +/C /A4 +/K 1326 +/P 1130 0 R +/Pg 29 0 R +/S /Span +>> +endobj +833 0 obj +<< +/C /A4 +/K 1327 +/P 1130 0 R +/Pg 29 0 R +/S /Span +>> +endobj +834 0 obj +<< +/K 1328 +/P 1131 0 R +/Pg 29 0 R +/S /LBody +>> +endobj +835 0 obj +<< +/Filter /FlateDecode +/Length 10073 +/Length1 16081 +>> +stream +HVkTT} +8H0 +3 oE;0%2W|W411(1jj661FRM1mvY_GLƾ9}u>Aez]zg|Sv 2t3{a@YSAFE3e8F 1!G`4☯ HD!v iHG2lC9gN +' +PoB1S1 Q(EQJDfn`6j1s1u hDa1M Vb<Oa'Ʒw|{ a?,98p?qG"^p # +^ISqs p o2~+w+~C~c}wS|9nP,bDX&+%0fM|/+i f{&ZOh#qfS,C44j13KfL*`20 &fj33}>3cdhP EQ8EP(uRuZD:RCKOh٘IOI"rR1* S6Q&Pbezm eX\ =Z[;/*^Z? +ZBh=LRNpV2zWg#>ۈ=M}oւUL-GmxH7G* Pg{޿yO2K^b`Fe`mcnaNn`~jdk7w53s5*}9k0b)ǩ9c3l>7BMtzZ +TPDzٹiqZx@,j" [5GM2q[\&d!ȢjE#mVf=G3#+=ɬkw)E"{r]AMwI$ g.}?xʤk+& L"IbFEűe* z4e|!qZ3c^`^\7xCVGٴsr}#sK:  }cOswW?'"مO~:EVуIx V<)ɑhJ,̄ƻ!NgЧ ލmV5 mt)N2TmZU7ymGEJ^|Dm]x\`0 ehU Ll$x>rqMW!y", JOV$YȡJK#4_ [ie0$ك 3C[P{/)lےl +)m_{uUvn*q`#28E=ܜnu^{"s◫[.*vl.4"%0 wx, +]):C H97442(DedG ^'t e:]N`F3-)ԓ/ +yfd|s:̘L(Y8Ҭgiؓ(R9Tr 窢8DsMIfbrF ;j<ÌA"*7?g >Y*S=[v'^[4\1bxłH:R[55 +R_Sw%M/]xؒDCx҄{Vֶ"r)`bRP!eK1 d/y#iZΧP$.,ʰJt01Z4d :KBX8IY@R>&6'vkkQ;o /dΝW[;gyCIڞ5赶{pA־yY T5_-^T}XKv{J +b%uXLO@QɛeNi͆*}&os2vc4qM1zQˌYb~٬nQP ƻ({I\N4m<4ԵV ,1[믄Nj,):wۧ5:⓻y }(]h(iES: Fx[J %*A8ЈLAuv bpZ( 3,`ꋈE!tǽӵԐyU5]w|p\=K偃;۴ٻ)Vοm?}|[<*/ٿ7_F>r{E-gj.|}-=fs8pj5EX8v`GnE@TSIe=C4q6!C4 9PlH#0חݒ1hT2vB rA!XBO-5^?ws'L>qEܹ {rh?77]C g'aySW(ރSKN1xs +#`h3!;ȳEkߖM[Mct^Ii2$~0#I[%QPa'oT䏡?l|{[ݭ}Nk8\/\ +щjfá;~%(K"uqXk}o{LQ#r,2jԓp6 ʰ146H)DY(1h~%B%QVYNRFcu +)A9Rh\@i$Bjm|a_glDZ3vIc'Nȃ,;@F(.)ڲ< +,iXi1J5iTTZ@([7mi:m?M;vx-,D Ds38=9:o%ۢ(sҨZtv5O5R+[llZBy1]d.v{.ݴ6e +ռ7m8y%6^ Ȱ"BEb\۩#a_9GN/6v\:KM5eIs;-Ø*ׁ5StzS ($NF-Aj s[h쳕ufί .kZTYGZS sN<-.7ODdRe_ބ=Ihsc"$;4 b\dẀЩw#^gjFI 㩞ES҄R;3Ow~>?}{ěZtㅫ +O/VyH2LTB7aPr@ũ'3M6d/odX~2mSjJRԲ̯$'I7Q{B7s禢t@X9j"u.)A<(-ns H<`9*ͦFcdUtwߙVzOA5GG_ןP +C zRa-! +7,~KWbH`?u8c%vG͢eVNٻo th_0mgkgOlbwek)3C`С޷dl/NB&0═D+El^)S5^]Ȱ +Z w q@e(6"ƥ%Yz Pj?jDF GG˫m~j˧oݳ;lZg\A>Ki[n9LFmS*V w:lCN"ZN; )V&P:4h%a^ Fx$%<ر 'ra!0pF%} bН-PW[AEevv&ZW=6~[ɭ2 , PZK}._Ud7|<ڶ8/m~³8L ?2*HO'}@VP WBUgc؁\L$4o(Cr > O|€wbnLQծ-*Hf\pG6z"٩\?9jϝ׿[:SkQăC>zbXznqL̤ ]Cnd9aEaL"%@4ND-ŎR"ʜ?D0Z]~gI8rɘH ȳ꾪utźAv]:z^>V\9tN?s@V.1K$# dX4sEj/6 SۡLDFIcHI։eYBIXw X xU߮dc@&82䈢\a!dj]2]dљ["]\)o}ſC\ ."W1= $犡=\6Xgu÷w|0P1ߖ]AQg|9{9g7e/gw{a/,Q."lI $xI h)CIXhhi錙it:Nڙɘce{βE y5+\V!Noo[շ ֎Kb6ȦCJ26X љRGM$B" "ȌJT85id~TbrDu,Kk3%T^~$4mԌcMu0HclU#kZ? 4ru>y`ߡﵩT~K"@D\8l?lîV>Ahs{(u(i^*I ?}S!c\ʮp{h X9 :PBe4 E;)ts{:O >@VpREbB" QI5g4B[x%gχ7L ]A=nR}t7U\} + +2c}gٱݿ_јq ~鲰BNVDžeT yQqcKrȖ),hPpbx\jWZc 6fTM;[c >Os2nk:!4kTHfR$q|#.DR|8~\;2 ? +t&m,YV Y;w?JNUt_^:}gi\Vjm{ۧCͳ䅺&wζ*X>OQ 3BzD4 +&1"rb&4)Y8FjXIi𰈏&%S.\LvA?=rިGԃ@M޼ٸ&6Yk/5|rzt_ cT.hHJ"9XqQQTL0Ƈ@9E Gh 2̧9lV:t$,jUѤs&=[# &yR-O{n|fg'4wD yzI7+ '؍) lCP?s_N[ɘCT SQd7w-Ʌ0>`!QXF\Ƀ$q;9b2zP#eț[VQ͓ +)a` +"=8 +? V+,./h6o3NU^_k*-^?³ ^{ +gEPM uԊgx_gc$uDJ +2Y t4& +xBs)G!#l/j.vH-Qj U'Wǃ]aafZ*SBs^냜uZN^]\ra}Xagvڸ}ݡ_ac1<Βt$P@&L{,uْAfc -F9" +e )A`U9\3}A(;rP4((y~{uVJLMF,;"qlijyűFŇ̳_lB6w73HGr_X_FmVQn$5mc-8c)Zk)RKW6YY;P&a̩T "CFR! +2"}1*0|aشi&{%_9szg.{þ{qmZY ւ+:2`T^me0hu"J㔑A2Lyw)"MD$F|ϊ/}N<9oDVZA{+"b,to&1BV +V%tǩ#~G+kppGԐ&=uSu 4ztc[b.CLoEu37O;,'}]b }6@qq,UߚנMe򀬯c:h "I0v!+{3R8^ڿ>GA߃j]~kOy0c%bF?ErO*$NJC3Ϩ2J{9&u1µF`о w[{vߒbrrLnK=Z(@B`a\i+X}/&xvn +[AjMg|-#`H="p +YK³`F>c?kS+s[CEuRq}D΋1O1%Z*v6<;'lɏbtފpM*׽_y֢@/)/RԯQ\֓vzKߏ?(G)3SeOS#%l_\0Ȍ-Wr>盩}_?-'õy#YPlSyY;<NHnW'XWO'-_{l|hiܭU2eʔ)s\rIx듟7/~\OS.+?\nzCWԫݢ2g#]ʧ∼n +:]Qttg.s~3ط'<8|tcw718zw A (9#1 M{}^^T?J&*Θ/ 0LN +endstream +endobj +836 0 obj +<< +/Filter /FlateDecode +/Length 10415 +/Length1 14440 +>> +stream +HV{TG0H (7 +RKx <XmZKZjU?ZjEkZ궻{vݳgOn؛Ӻkwܙw0 +~B&>DZ4njtm_{󕊛Wh^2+1]J㒀~{4DZ-?B2Z8-q +bɺ@O%-p`=Ez, r5YhD\  +Wk:}D!*:?dN$&YSRm,3;Ǖ7flEblILV>}FE̪YTέ{l;v O~psŏ?|ӫW~}˟|돯]ս;y`At_k{֠ xfc˭׷ZtήpsV,xh}m[ܽ}{;Cm~ꆀ*5ŅG/FtS9!!zd$VM=nav!v7! r(DBFU!,jvE D!10"qhjF,ą$X" d" 8iY|sy\Gk|KOqWs\ |෸Xɯˈ>h]hv>ZZ ,K{.#!#s_'\ h.Y.%N.dOH: t}tĄea'E183xTN*#[B14Xkke.1Y4$aI B/!~_W^Ň熹>n us\*fEvcX203W~BO|>D>D^N]0##:FTes !o̶ۆ(xz$WF +IW_"-f$XO]U-k6j-nhI4;@;ea t9a3Os 2NΧ;e֘5T<"%qp'ab"G{uP9kSpYhpcFFN\r @cl}^7.4-C@Cwl=q7 Qn S +&tP&>l'QfIZ*rB*WZ(O׎oQlNR뙆۸RѿUf{.zfUH*T`rL)" -Jv3$[d].O`)f1NΊΰ(yvaW,,rܻNƕWS(C)zRKWF(q,=6W0H'ɖ" v fIxg +\`br'b-H$GtFVfe*YV) # +ǧRբ#oo y\=*YՎ)zGwwԂۥЏrDi"4D9` Qp[3]Mw~w;g؉8fI@b @ [Hx ,Ќ-hA7PkWmBSQ>TCZѭ4|4Ic藚$Y=앫 [ݨm,' +1ABy{T2 \trlp/s@ ihlGIьln # ݥh(K.1u237?9"˙/]pޝ\Ѧ})9ҁ>Ht̎-9R!V6a1+$q/k\#!teT +% 0jbeWbN*MMȭ;A 4PSY`Ig̜k x/*R1QuҸw7 +܅[c\}6u5=i~h)ZsxЮ$sO٪Ah>o]H0|; +ϾF^obch"B} 3$qfYb9 +XIg3/'eԘa+mħS]3.ByFѯ}h{J)_MK1Hn蘉Ynp!~λXBw#S7o|{zQt5f; 2$Ch&tkskXEn*>JJ{'`v 2X6_ A\ &u B3ZBVU5](TAb(e/_+QCiGGlh+n9-$6Y#q@\:Eu=y4eo%PD0m­u{"aqeZ_Bh$NOةhy ֥ŭ8p;7nKxiJ_\$[EtI-ک|K44Pl'}.'otqt W 1J&H%Pn#n:c{룹nPMBKlquhjka_Vy^.ؑ5ںRGqp`k/fk{_=sU*vIC=ag,7ry`loX(<2}Jc651o 5WX}wfy<%Kxrlzd<42t*=yc[c-8_3~ +S[!SHz%F㱨aYe'տ eCh+J?iRfpk8{9!57C_ZKXo<)'Nzd:z7W&L| య)vߓk;P`$S \UFjsӦ{2ƪ$iTT]%b*D磂 2@mp }(9fSE:X0kJUcR7uWӷhjBd!=ׄ&Di?V[j: MKv>~tO)6.KJ?ʙ"Oxh;: +'#f˥7' y~س\s;ɪ]f -JZ:FD(3DnAP! Q}0n}D(BP Nh>u59nSUGU]G+o1\ Jxo01Ii[}SGVC@uΥ lB(ŨNWC5YU dHHG0S^t `83W)ZhDXS/ +zx JjTJ:/ado`HI$ԺU,{+>TǴ ƒ3⣥I3i aLh̙z$Fh_yG2+?ChY'0Py3)N:W5hЪ5v| &Ͼfo'Tw6C5 tkR%%džSVca&jNfd= Mќ/a"㽼y+/=̍r ?Ą:ޓ::j16UE=Z-E\YMTMt!U˚\`M4A9ڵ%rSfY.؜u:o&?<\H4u3󢥟Wt^> 46Wgqqs`ΞO׮>" +,,/#C4mRlRxDznT{~f7J^ ˬ<;łU=AQ0Ј9>]NPɈ`L1. S&DH#u:愦2)2)>8pHl~q;hJQ8Ҿjw2WB'sKd$q"ڦ7v8]90{|蛓xO^:CuqM;xv2XYx~:]H.̄qq=zEq?Xd.Xx>V`ȿ7 7PѾZBͽlo>B?DSwJ0  +sV!h,6Ty| h3o> j)-Fp<#׍$o%:D&bY(G׃qk˾H(}l)Gt]W'tjR4}Lrw'Ѷ>,Cr;_qr +AZ.]AG[gxFY^pVph k նUCµk2Naão~FDD%pXukl9d fDo#ǖ h w9"<U:]BH6h+oC'@2ϗPָ!hrr6B7$NgQ]Di'_Bn~F#4`a4Vlǀhï3Y""4-ƒWp>(|(wH,3) ,n7S3Y#JD:o3_lvFq߹o+^˳97NccUx+P@bfqRY=7ov u%oQ:Gpek7Bݸ*o؁]BkLa[//LD'彳/B lq⾩;ٝ%?l␂;?_KAQ#~M[Jm(籑@Ҏ,o5(˥-DN8uD?:=u"ToQɧ._ +ϪSeֱ +T1_ zGrm"7h铃O= |eș'bę0k_U&+c^;ҿ<4,o\Oiy`MgЅuR _&8:aбi1"p(`2Q@`It T '@4!A'(]WZv]Uo3ĻA_^?;y\Z=wwUWw3ǮJbB)1^ˎiàgv#-p)QB w:ۏC!hXT޿a1cX<SBuŶq]axp2;Sn"ő*emъlKjqڨKI\@YdAQI: +$n."}( +CPZ0jE +4p;d|ܧs I:hmw>Iut^_t\.v5WU٤ ƨ;0D8B<-/tdu\ +lSP}Jzz1r-]yT+Nj~Wh˗+hmg>e>P?|Ŭ 3GDDshwpJW=N?Rtha~G {,|D8(Ox2Cs"YGIOX) ]oW8\1<KPkݵ)jMC50=`nrֈd"9WZWԂ{82'5n+q&&*ԙsMׯsB/a}&% J"bDR"_D;x@X;'A2fʕ$PWU@;Bc9Wmeۑj0T t&q"6,VwR,:`=qn}u +Du,BV O3Y:IWBtgԨ]HqmL.^^O54`zh62nL?LnOQ]{SR5,ؕ)3zR]ks Z'5\$I c^i9w*'' ;r:lepO=GT&dFڰPNV-!7X4lш0.fJ=|q Ym; 9rKѓ܏qKPA1Z3⾜{_..>ch=_/~M7% +U|`r)-~v4X\ߐ|@4y\ ;=ܤ dG|ܥ ڍЀidTQ?pǛ|zY`^k+Kx21=xN{{*\o.BEG,Ihl! +^dͬ #IG!D=j1mY +IR2bi駑܎CvJ5cl$Hzi'&7o`&2rVym :6646Q0ڽ>s EzH_Wax=QuQvZ:`N+W؇KbD%u=tI?62 +{]n]v]7ns"]ae(bnX0>b4s14qF!B4Cb3>eg0O9} pYeU)u՚X(VI/p5 %V`ikMܚVQlՕO}3[a/GuA$q UszFbcʌ vnLOx*pVf(m2*(qob,Ȓ-suK܆ÏՆZ2uyIgC_*~8xuԯ 5rωC欐^@sɲpYkqU`3SԄDs^cR5,`ˑ'8r{XӡGv,EzQ^Ԑ U^U%ͳLW+vϖZN3C.sܑ̼p$i\dxy\ ćsYʒ;[v(FwU5kQ;d+e6'N]sUzZ6fx=g~Τu+]̋.mfA9]kL]Q9c}C gm}I/z˜moD>Gmv8Xj‚S7G>i:1ȾVR7DsgЩ͗/N~*]R$ДLDIF],q]PfsRp"i:'iik8!RB0$?ȁ]ak;EލD;&S&"Maw^GK4v(i\.owj0`#t'(*vS\6ٜ<.&{Bӆs\J ^ +_1@Se=ԭ&sO4 }s A@6*ď݇gx0 $:CMЉB/QEtQ9 {wwx6,O$R|;I8UӨ8FG嵜UHQyY3pE#Of NrT9f9g(rT8lS*Q㒍KvWD0oaqLSq{>p8Jl,qC:BܛmK>:`WpLBYQ4 +vSk?AƊ@`9J<1{Oglʵ-CP|puQ Dda< ීbVZHnC[0~Ѝ{vس7G i~zY+hj}lؘ4d;RzPH&CFXYLS +endstream +endobj +837 0 obj +<< +/BaseFont /GNHWAC+Wingdings-Regular +/CIDSystemInfo 1132 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1133 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +838 0 obj +<< +/Filter /FlateDecode +/Length 2680 +/Subtype /Type1C +>> +stream +H|TkPWfn1fqZ[+(D()|(*(8 "30#j`x:  +>7>oDtD[k|fWתXڽںշ|s.I$IN\>bOD^F<5!qHYRS1h **sO7:vD…$ZKW5ə`|_0:/ϛ7ottBt!S %:}B:i*Bڠ Zf&B>h}:I'$w&w:o'M0.M봢3AHHK((LVm IAA'9A(Ib6A!X@݈W"څXOq$c]b '$E&{ɣ[.$V[RAA-zt}v_KlחH<+/Il5#((ARt1RFPkBئˌs ʐ ]r%0/{~H;]M6`oQ +JJ"y72;Ƿ~N LrHOu:w[R6E* +y"'"i٫<8vg`coa྿ss!ԅW.cfG($ T;`S!/pm Hn2 .)ς{Ւzİ_CWۛX DOm2Po^hrbKn/d~Ya iY |ĺ{u(7 84AlhUQ5i?u=ԛ۹M!ճYJKAh"&TcodkcnѬܕ[\~0ex.N(&%5|GLnAzc;֭R;p6kCq%d) 6a4X;{MA 6QE l2s?mr dFl|Bb4 =D3N~x3mP_;;Y>gusB/Iio n='NZ1[\uY6l&Gة>R\Uz;Q^SĞIQaj)i9z.#'dһY)1)]u!Oȇۣ>._E9^JW/=d]匮rFa# :pƌl#/"">5c +?@hcRL45-ůwh.oArjCD   -V3^]ͿC(;go7kzT4N`5)7K +(%:{r$`jz##\bB n5u0,|n(_^lp$,|og3w)7c=}u-҉>E][oRo_@w3n#ŢNԞsKKi{VsΫ:[jɫ6nX$;~ҿE-\4廂6|g8P5R)5{|9~ `.̵.7~<U-q쨕rKW޹y˲w6vVH'.>&]w +|[[V%i?V LX{}w;-w*Ƥ֌dM-7}O[8z mBX'6J7546Tvn#{}/Ha]ZؚZ$ֺy}˲|ߕ'Wb\Ûyo`˶j5+3ķ?Fvf+W?GjӧO_> +stream +H|Oh`ui\.lY?Ћvւ+Ԃ+n0%Rf쇘("trk۪7Z֏pZN[` 4(8{&2"8u&m, 8|?lC h7_ +zNһ;zb/٫[e>pjDפ}x5BFϏ (z7 WJd>tCsi6!ڳI +$}[uӄ#i>19Z6LMh>KW^|0C +endstream +endobj +840 0 obj +<< +/Filter /FlateDecode +/Length 1269 +/Subtype /Type1C +>> +stream +H|kPgw$b۬]K2*j Z2ZXd@ Q&P{X`al+rڡ*L9?;{Μ=spM81["C8רQz]lIһ4Gnb/A^R +|p.X pͺL~69ȬYV¥As^zN.el H3uzU0!Z-300zͮ1j)Qd ?gՌQR*}su^Ih2и\/UzOͥ$LF5s(e>dl?[1ۊbavl`5y5cU@)JpSLRAun:{׉b7`&j@'m0)B #ef+ij^r9Foģdނ,ziimRE;dٖ=^ r -i]P1kTbJm;O['DG 82S^*qi嚦U֡"_ю +I7F E:37x'>Nn +̞H;a#x8ѧfF-|ܦG辐sZ 졐|)?Z2@K +sa|x38=Fp `&KNFrD㾪6Y]x4QRg!]b'oU\j .%(_X16p +B6睑Y3+TB\vZ**5nU%v'q ]3VYwU_[6Ш bTmnYftT^7ETS,6΅,3dѠM77mT֙gb]ЙXs-g7ȟ ;N"rz9,x ²ӈ ȗk\]/^&wE{1Ry֓Gx^1bKkoWcd? 2+c)_eZzdTIT7ݔ{`HiCT-u*Pw!}S^QM.0Rm4TZ,9f,VZVJ>eu q^^C27 -Wn +endstream +endobj +841 0 obj +<< +/Filter /FlateDecode +/Length 2045 +/Subtype /Type1C +>> +stream +H|TiTWVB4jSUheWqTDQhfMYh n . 4L4蠨ј3zy9c~ͩS{_{.IX[$I*W.]%8]\NXN%Eh@>hR豃9ʷV$BMacjޣv>jMZIץtBPbFFc (NЪujޒXq)Z!n!ENn4 c(`,aUb% +IIQ4,њ-)8n[`$0KQb$FE>$I"$Ib9AX b"q AZ9dꝄKXO^c]gkN,=CYS*ӕ^__$rQRj-/)(;kXUg<>툞?'$MZ#0zuVVʁ2rzmwwKMlϙ ^3PM@q_VPtY/px;xB5VRtO%zW1&nI.gOLx: V 釅<|Q6 aƇ'%pٍܥ5%J6q@T^YT|}rfϴ; ]}+WPQ罆ۯKD<]Bzv撮 wkC*ͺ}ry =Uy o쟁MF @.uV`y"w_ 9 :+UrOٱQ+ع-ϋgw?( /dE*ȿˮ9twjMldָ |dtҥJ}^F+A(逝TuYՎ +T߲CxTnY:.9;5-+EntE#3L} 컁C`3+L4n$Szm8PITIsdHZYg3y cY +c-`_)f1IbF2 +R@CRVU:?Z^L>7J'9&1.&DX L0}4%ǩ19Je;f`, Tڊf +endstream +endobj +842 0 obj +<< +/Filter /FlateDecode +/Length 574 +/Subtype /Type1C +>> +stream +H|PMhaݯkmH[u4|ҦI46`SVغnd7%9ÊP(Ezz(%"zS"KE/w׋'f[PdXb|I9~BF%t}ċa;9fi]ڟ޿%riAs#!ٹy ǣA-q4X8Gx9#tIՄIRNbEPe^E 6/(39јWk + yNef +6%I4YZ3Ds6Rdkˬ|CQPCdb ! Yƨ9dg$lZudf'սf KKvmLҼj:kvd(W`m :+';:7NM>72\;;ZnhnH{'YMM3[42!A} N4PNdf ;+7F\ \$ -`mE׳MLJogw;^(}'֗7;Ch dž]:)uː: iMoY[̸j8Xv0; +endstream +endobj +843 0 obj +[837 0 R] +endobj +844 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +845 0 obj +<< +/Filter /FlateDecode +/Length 236 +>> +stream +H\j0 ~ +Cvhv,8(!o?-L` $Oݹ >|h{0EpAp{U;$$d0F5L^\p/Nd3 +<ͤdc_Zoflt$cLPhт~hOon0oCB?=sR +٨Zq*佧UaЮDޣ*v|RLTyW\yq +endstream +endobj +846 0 obj +[837 0 R] +endobj +847 0 obj +<< +/Filter /FlateDecode +/Length 238 +>> +stream +H\j0 ~ +CC0nf{V2b9 l_ >h[8EpA+p*Mv2M裨kgnN> +stream +H\͊0y9mBAb[=;ɔ.l@3$)sew?gzk> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +850 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +851 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +852 0 obj +<< +/Filter /FlateDecode +/Length 13034 +/Length1 20317 +>> +stream +HVkTT} +;03oQ;Ƞ"AP!+ԤZ$16VFk5 yĨ15ic$ZZ&j3jVkWn<||90@DiI=%$);{qjhww>zJ䴆=ʦ]3k\._qO漂V Qir7:|NbnO}]s_[GE]n{; ܾߛ3z@湔y;:S'y$q )K+w"*2?~w+~_w9- e{>v .51Y Azf? "F#2pDD" + 10c2b$+l +;" @&!99e΂ +'ބB\|%(EQJ,@.`c jup hD'V |lflVlã؎o<;=.vIW;> Iюdx̼/c-mlFFim%@"FhUbZHKjEKh>\LTB @ȏȟeTόm`7LAFAIi%QS74fRR69h:͢1-GIBrʣONBD><,ZVj2-hE1Ak؀XOgA=L1ڂ봖V:[iVm_}=t fj9چǧ!qP"+4D,9yy9뱖1aVFӋcА`cP`c ~z,zTjsz"pVjTe|.4CK#g]64!f5$ƪJq7jb,{Efx诬6s(Wi"*MPVmd4WUQmoEۖon7X5uòlA7SN?_:fW4Ѭ Avvf$bl-í͊亷Dj.&UNAfE̪661fU=y6їU Wد5r`jQ~f!M:f}fBm7d6V12ATW^Ή@i)3LgA'nƦvt[6ɵS|B&MtұᣜYvlf_883c3N牣9;:LZqlBB1JEWojmþq_;'~ v? ylІ4 + Wx(J!ҴY PB["J];VuUSNLU*C_ҽsWoὝٷ*s8]r*Jkѓ"K8Wk^d?gl_dbWDS.v!XC8 d&$Mz7)I^6pE\A!jm ;5!-j8˘:W0d>w9B#qpIa6͕ɩne;m/:Fmi?-e#,^^(ArF˺"H\En}{`<4x[{wڰ[- ]=ػS|WȞ:>ktnHR;S\DLZ`%p9ʴ'a1,rvAK1V޵zL}}M]ncwJͽ"R$J ռi+EщU\ED̬tm)A@D'NWd`xELϰdGK8!Z 4X% 'dPz睳qp[-kw}ẁك@;!vgUÚ'2Ow^wnQ BрK(ʑ׋E ӒN~lbKp:`i Jfb97>H#ZËpTU 6PU8&g4 p6T=飿Tɝ7~ɉףѣʫ[G^:)yᮑdobB?C0[t~`ߒ+\qbmM4؄)RI ADy&-%3.K V" ه(9N&ĬxIM~f!-/Y^LFO.|3?LmvPM=0&ki48_ejj2d !3?CfbL{%YYT*IDQ_P;Qjxut9r^x)Z[R* -'f,湡Y [SU'ٹ헫^wSM}e]c˾6`EN3FOύ4?sgxM_TjO(3Y;8dv.թaU*V/5T[2)$RM-yq*K77$A(W4.ĢzVN/`U5C惮{c#{zkv7wng]#Q&6x:W}nn'Z\?~;s@]Äb"cJ%U SA좬 +2 Bw?p'k$d la5քMj}aVe䔱 +u'92<^VBaFŦ&#wE:(Y/d3ef5f|tT{rx;ʈk+^ fqjN;iʏnsO~=䰧c-i3=s ΍[~w<}cÕ亹wgm:~`wL z+\x'%s@bDyڇ=i E'IFJɈ7KCm +zgF?;CCɵEh +4g:\tL R1j8*^A桴 M4/xu獻gd:ф ƹR]( nVǫܢ{f@i468B% E;E4 ݪhLu,L]-yIu҃xǃMsB?&wHDQ +j}7y:xf!%(s*XzÉ'6>)Zy{#xҔzMPFXiqZCxf.k7h(Cu廊4xQ^J`qcWz:~tj;EeX&J'T9UDAQ I,9=g + +Mی>T>|[̶ =S /Mz5fmfbp)uңYvOScb6N(#;F[Ӂ`Q"b +d|^@)|Kw@~ʶ`;̷/{8.|_o%mٻo<2qZIANĸeIy>w[ec(X0ϼGL'ٟjuiCd0msw9P Ww.$72< 8 hRm;[B'Q˟<=mՆ{UUY}U?E,&4jS1[V~F:$Qá}7OQցƐ1%&g_0MPH^YeTy G{@?h +4@Thch Nh3N07ƂCۤ)6cRi%Ɖ[ ļ# 1ɓl%>@Ӌ%4R)nl]~ C"Gmez³2h:YG]vwxcK[w/[r ]1Qg~{˼0̝3 [37 }3Nv-G:+/oW.1y=p~D0,ĵ;!\ +߹GT37j!%Xxy=<w!W T!DsjmC,*fiܺι+} K :7R;:!9 #B_[MFeg\C*G‰;DFY't(nD!EP7aSKCVu}=80szNi4Ѽod~.ǜ)r{nx ST]m!rl +'+{.ҺڃW2㤝RU(!OAETV!'zVCA b':'G$ 3,Z6D{elT8XD? #U(tgR'E=<O6 +v:o.d1tv_~.2!2LeyǶ|}<  sxYX/6|_+DϪ*/j/R>1 |x5;ήn=W%zd>w ž~}Wx7$}pڻ)e~f%ӵ~X;,DՔ5ꀳBBh& +Z4T +`z2A{p@36`ވX,A.ț-{̯=o/|1XLf>Bح"mMߪٷNTZd IUUϰ'5%n 3bL$p:BT)4`TAa&_* ɊZ +[,@8vm:eQQ{"{J=q +R46(aZ\,# "I\4j=?DTf]@]E/啕ih2KG;p2Wf܂[H!o5v6{FX3նxYէgFvk꣡WǶwTߠH'!cGJf:f{\HkSw!Ѿv5;o9R7:wLlӕկyslK8vq;qn> $',%ҎMEaD]Qд]֢m*bih~GUT +!lc;]~E>WI4O盈Q27 Uxet1P .=F(*\w*pb`,eC+"[j Y=kP/y֙%jX۸o=h80 +nPeYfJ̙әo/Gnjl,t?+zcGrmvy  +"JVsh0C{fSݲrag`1)wì$Z{]a}W6_sB67mB]i5׫h_Ohj + Pҗ& +y& mFNCXU*UG3 )^ CWK 朘#CfQ5#6Np$L 3µwOҶ[nh"`6@PVΖ{13*M ˈ(Mek2GI-\cR7XKZmP-]K>Xݿ ?0rb}ĖP#3> CuIDkȖȁa,γhN+=PqbX1X a|F^txs_s}TU5[[poUYZ\ݤC +̠9hJnWTr! \b8Fs ]+= Sݩ yI@-Y6-),}n[&#-{] 3R[3.|rnu['59V*PӠ.CLbzZ\ȡ ײ|G,CcN(Ϭs^?+پ 68[FabjV$Y #==a, lnRcbj'Ӊg?k׾|Ggn|qN>|ة/K[_p9$&Zئ qc:)Q#k8PA0@ҤfZlQ3qtȂiU;qhN-њI*(ƕ]V9 uΫCg8pdχO?v)::(;U ڙ=I:3O)WIλk3 WNUd_M^[j7Ǵ 刱 dM "T4X=K1#؀yj3W$NVo@^$`B˂-1b5P%n +]{8xmBUDzB<к9n͉oU?>3sԦI_8I-a}#*T^}Ʌ=PA6Vq1"+$id +˰1Y5kD<cs! C (yɭ͜RCWKe՝;$zC/GfF2o.לZ7Acp!UjDs4$ ' "Z -իI[7mV\WHRPI +Ťje4—lF}MojMȹf8;|TkWwq߉YwTӨFڵkN϶vg~tOUaij]N4fDtHCb2% +2zmr=UA9XE9ᔖ&wQ!A-ruMDՌ{UH}uR +tXZd_I7i2Hg弿F3 HW3բ !(QM($6|˨BG#X jK^h( Ui +R^6 rz8=P~}hsg'b߬B9x"A + nn4VX)4SF$JB1ܩbh]| SvGGbk25?VSxg$Tc.׸(z"qxD1E8E/#aWvr~M .4Vl-c8Hu`1C V33V#u֓~KJŽCTu۳5_qKF2q c7}}S>!q2?}*Yکg4s}f|9oƏ/L-}is{vȻ|4c*c]l$0J6+IhhI@~eaPzRړC"q7 +8zyPyOuw;PᒅOF (eQXE]W/kbzm7{H* v-0-}ʼnzN/fQjYU1ϗ؋mJ$ +~6uqwyMښ6656MVk "Rm UKW\u_;7u"NFlcs2W !nȚ{ok1;uϽ!ln|fxgO +eX+\=ս2\橞kTo[:;söҠkVnv?7fwAakM⏅:WZi4 [D/P:--_W09X4KXw-^{y#sBÈ9t `NK,twNdqFŁafn?*.?O{!Ƃ!4Bg PH<3}hGcw_ *c5O[kdG"w^q3z,PGUuiGyg_nΑ않)3e(5 K͞K͆6}V3Œ~UFVq'7Sī{B _A]<`ʬI$)iR,Fe3tJfɚaQmmy'us5;p45g>완]2aKIV,f)`Ϭ{TQS\%r/Lwh9WqOר^~OoF73b%B$Rf+2x 0s% _NUL+&J v]4yiPe0&2 vΘjo܏Nu OhDdrE2g=W6),ݤw y^ L'A_bA>svu*~'rIw)}T X X=5c;.ʕHC=z×dE:i;odj*T[7RHRς aayh{n#{a:Y6)$ʅSy0M琴J7d_iA;9(}r!_3P&tAcT~;,Fr)|-dZ6̗?G{/pp;!yrLHkܵ}Cj]^kI@4 SڟB `.˼P'0~A8Z=R QG#ZCR9^ v<~’' H-$c!^1RX6|q:)ZH~@.?\Kp}c&-עnh[{vԺ1OutD&ukqC~$3.>_qK@0}W"ϼ3ᅧ3ѐ( Fp U}wbZOB"J+luv;Q:hI15Qq<wMeW&H#s,.0-3'(vFTOxπ ^=ITO4͚ +D>G1m{EQ2E:+<;KȨ>)@_>ǿЧPǘo.M)uT -G$Fb]K[u]5?TG"H6m&US?B^LZGh3 +TrUԢ7|{񫜒 i in5yftT<z[Mѱ>qށl1 +endstream +endobj +853 0 obj +<< +/Filter /FlateDecode +/Length 3456 +/Subtype /Type1C +>> +stream +H|UkPY&I'in>P1U L "W (!D` hQe>jw֩qeuNsνysDŽvs#|T{ZuZ^4(KiSs2!Ht]{FYܥeΘ?{A_Mߝ\b%+VLl`.E1k lxNNӫ5i,v5h!Vk`5=Z^il>4?Xmcs6..XuNrE7m%UWj ˖հ4. 0' eyb [a +ǂ$Ja[0l-ShL^B\_e`7n`wahFzxI<%QJ&}S Ռcbm}@Z?Tv A$ !-X4D:""@؟Dpfp~4 +! +"nrz5nj+6$A;-zh?Q1)uWDa>[},AS^䦼Jġtˉnj䛄y;my,_ +P7\1QT D0 G6D~|U\3Wi"a2z V#C?*ߠu}~"b۶|IŲWa[rNj > +R21Kz3_!i +.kЦg35[`,P /2|7mF%O\\ी(yDn?9u>h6MO6e%,ٖ}UV r^h}V Sh1U{M/wS]cn[:.\oJ`7OV' +4鶕'A?6 juJDAh&*E @')8,C9 ]#/)p'W0WlI}(a &ꬭ`?dM2{+a &AXz +|]8%\ +'o(u6V@!,'N[ޞYtŔgpy6B3k 5ީMٙ\T\]]H?u6 [[M{0 /\Õz!P }w鞭5l͘ӴNjr^U wҁ~*y|žg$;HC32~5򶶆E[5$PHp9rXg%ymErmQؘBK{o0BԹA d +RdCߡ^u_dH,>3Hݫ-(dO-hF r˒ǂ^2d*\FQWz3&@ +:gj} .#w~h⧨0c]WdO)v34BeYiΤ9OumIcd뵩m?@[XKcJYgOE)|aYZWE)z~zto\:D'w'NxY1M]Q|=@R7%OSAЉ6Ԉ*AtR_iߠlVʇ8:B*sQLْ-e˒B6x˹s~`yֽIqMa{NM()ೠ )Hl`Ȣ619>ǘ0d\OgZ&$)J0|2K~^ \Re-x(h>䃯舨!s'TIl \ϋ }TժY8L@,;Ig{PsPQ3UhuJ|^++@һhR`K kNBOİ2V|+7 vb_\zxttKS֊n|O66N}4\m$54R͠]J*4LWIe}u^>6Qna:cnodPj(w&@NPs0BZ6 ӄ8Fy$:-Mߟ21c]hzaAZp`d87?,?7nh`g >z)-EmxUX]tX[psz$}2ԹR]Rz WA<WĖK7-B[ S)p]&fzIru{?=Қ.wG>A䮄xeԨwSc +i$@' '@@lõgcn'j?zhO'ygZgЇp K K{!&B&"y`~% ɍOe<%LLGdxQX 7`fBlZNgV1Su:"Re.&Lp}nT-%)cZg(? S)ɔW&>7Vz\0'KTCӥi~Wԯ:RR(km (:E gcm4p [5p/Ɋ.$6e3bDi U( =H +H$FadX;Q^^4NdncXG5R~Mi(]ԫ,B/cjpHD@)"j@ħ^? } )Rq?5n7bFm2]1܅B]~KG4On=zH+4>wM9۵N]qPJyda=~B8gMDq%@j]b+Ȭs*M*h8+ZV@+M筰}MVo-鴯wH}@| ƒՂY4 +endstream +endobj +854 0 obj +<< +/Filter /FlateDecode +/Length 575 +/Subtype /Type1C +>> +stream +H|PMhaݯkmH[u4|ڦI46hLغnv7%9ÊP(Ezx(%EEE<ы_Ƌ'fX[PsEE"ʳ|Lx7"䘓tqj ^wA;19o4|* Ljb؇C`CxNUMS񘔑p,nFXTA7ſaQłs9#cMxaSn`t¢,|QM QŜ%#ߔ4ET (!J n'QTQ,Onmk\&rXH V+Znhn H{'Y}t٠a ޡVҾR,=]x/ ]~_sqUp8 #Wm} kio25_󬜰=Z][g'P{N;\tRҡO{^C*7UfOzg9=l:w%T +endstream +endobj +855 0 obj +<< +/Filter /FlateDecode +/Length 3579 +/Subtype /Type1C +>> +stream +H|UiTWj&CLUGˆn#ATQinEfؘAih dPpeUp""AQ ш$['r9ݺꞯ^ ,ܐQE_(嚩$fc"p2JUp$ohē=B&Fzjݔ $EȂ|&lkdBZ x#X@/UU_T4{#J*9ɹ$c0+CT5hm&$Յ|~v=mD6)28#">ƈne lJ25Ung/o .1W|Lh9r^6D,NPXðgzYWN']}`dcWpb-A}/>-#.772ʷmY|c C +'=WEt@32Cx E<rƤ M[ԐIg\.8ԩ3j)3-1x}P步\IDh^(PK. +ԤQ"UNc$T&Uhk}/|M kipЖW1ҽ&3dHWyW{լ>L+aAˤa6^ڙ=m;ώh+뷆d~=_G\ []V!m^od% #T=~6_ *'܉9$J͝%AE>;a A<]W{y6yRq2"G'l+O3{c~Uv3:/oΡU}N%l.`V s|1*'nF7[#730ן+۹0C +ئ@R?ܰuqE-G#LΟԻDe6 +"ޓQ>8G! C+E!JwR-|#o'yK#߸Rl7NɆ䑢̋з 6DCU*¿ȍޔ/97O0ÝΉz'ou±G`5HdT|Os2CH"IvJ6tXW|J٤j#z`wb~[F\?d! t5V\bsH*X%xД.-0`D?]yg_8I[{vdk0TP e}J~Uq wOȊ VDs:hqZt1>>*lϼjX72 ѦՋֵgu'uyyRɦnkkc Ze(pm?rs\cT[=wT1'i(U]SkLP:Ba4Ӊ%Vz1h;ЂQ;W{-(C噆R~P2KB?ӱm>U+vێ׼!h3R8>uCb47ك}7g]J?,un;vmXIPG *53N&ݍt\cc[:h,FPP7D $  XI$RFIUBh:bȴRe>鷎δws{ Kn|]p=mT:i!eI*L32W"=6_^n|)c52jp a&]7v @4)|;= e +gILYr5"}}=Vb8%K1fj=Qn_1K ]7o\gerK zϳQ~q?xH[I~9e.W,dQZ%<͵rGj^Ť볲rv2ù R0&o ̝kF4⹇R23Rwe4?R6w0/k3c%w0rVFzfxb +Vh|5aв.;}NY-+w}:ckcګ[Nt71,jABfE$f1zZ:εNܐΚHta,M.I{@+Gs ejOEJQ?I`4WxpLbBc&)O=bkn\pW1422}f>oCa̧e+dZ}D!~q#ϓg25D]7 a)e`w]|%AП( $z,n~"$XV)d\ieiC uηwуgk>mcfR!EKԳ˽ئ+U'\y*H˖}%yؤYl!I5 %(yׄ⡸,ypIw[e#.#c܃LUšJIOXek@*{-ÑQ3%b}ݦb(4W4C24*4I78TLFVٰ-&LF)Vj],T8/Dz؛$q7S~7 ALIu A-mϾ3gZ vB"wBU U'R"G4D? Ѽ$G.G +[guw.*޶60 !B]a]r49b(!XV(|a1䗻([(bb v8BҬwD"_$8dػ:n. C= ˟ɥ)^9/.F2e_p/s{FnO> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +858 0 obj +<< +/Filter /FlateDecode +/Length 364 +>> +stream +H\n0 <IZ !M84i職NZ$/',u3~v8 7o.x\|ocRqL3k i l | ]aUT[8`nlI_!\veCݼ/su3vhpkvW FٙFkG)AsrQ . 8sX8&N))Q,)k*QDG:z2bY_+aŬ56G~QY-3ӰO#> 4ǰ#~ 1#?enx޼Wj+wsu0U +0v +endstream +endobj +859 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +860 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +861 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/D/N/P/R/T/b/c/e/f/h/i/l/m/nine/o/one/r/s/space/t/two/v/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 1134 0 R +/FontName /ZDZDZP+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +862 0 obj +<< +/Filter /FlateDecode +/Length 295 +>> +stream +H\n <CY$drɇ.p`"arwT*0Ȧ}n ä;0Xg5h3^K{/$%wql0 @~sa'3q%[0Wӭ@vWpDzk?"Ȕn m\֔x27=}1B4jP'@g7ۜvw*9(&&#T+>%s8f qbe12MV\s5.2[$Rzk$UcO(`( +endstream +endobj +863 0 obj +[870 0 R] +endobj +864 0 obj +<< +/Filter /FlateDecode +/Length 238 +>> +stream +H\j0 ~ +CC0nf{V2b9 l_ >h[8EpA+p*Mv2M裨kgnN> +stream +H\ϊ0yC՚P<=;)]؀L>ծeF,xnT̏S"ffj׍(d: +k w7L?0Vaֿ$mjl0Oxi<،-L5ZwQlq*8>8ڙ6"%vr\k2d)sG |@Y&Ϙ3d2kiQG9fĜ_Q~>T'1{VY] Zjiɏ溚#16jNY>gc!XSIŏ^b}W( +endstream +endobj +866 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +867 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +868 0 obj +<< +/Filter /FlateDecode +/Length 3924 +/Subtype /Type1C +>> +stream +H|T}TWa20 ١!ٓoEQԲUˇhP" X PDу+_rTT\$TQ*Qu[ڽ_ܳ_{;{=y`8xդ:[<>c$^φ22ddɜPh.l֬n9mX榆i\FV%MڍFnQVސ7MZM C9֨57錜VgZ5pjN'dPkՆ myG?8]'`qIY:h6:K3E@gIe2Ɛ) ekFaȧ8 °86NMƱP '-T$(!5a&֏7>ƏxDzTx#H""hud!iSubZ'JHK{xyV{6{M2zF9⼷ww+>|^t^Ϳ9(%8W 娗Aa )ġ WE^l$q[gs +3l竛ʤi;+G5~3Y>Ur[4ou)B/E@e݆R'K-Kh! xkȇ=@W 5@ED#85vi ?Ґ_g4nޔwQcQfDs:uU[˝P9i?A4SzsqE~;o:鳜O:Qkevڥ+*vj_!4T ɷM`˞2#(; +Dr2=xBa xB!h/lDG(ENEc44-&A0=|tpMV#> UشmYiʪS+;@"8YMVԱl9,[*a҂eի"+SO1(_Om7?3t xHOTL~+3cDic7p;B_W.))ʿS~y`4R<*KۅqF;n'Q%'#?A?jνY51`UIhMDjEA ˣ`,}@lHe_B$}л(`U#IR(1`Bc\zLϮ253י9~(m@pѩv0V7fR[Sp  Pksß}>/Œ>.r!MGD_yk\)F`{{cU۰"Bh4鋪ˌE</8+Ӡ5("U}b},z$(`\w=kF\fiip >o:( &Up. fySĬn{u6&MIS!JDST7Ogaxʥg8G.~Z +_= ;:d oak9xQFw, Urlow2/}ta?@A*<]a)E%ucG::="F]HC/ 20 &/_4XOQ5j/rㄵт$^yPw`ϰ,SMi!T*4R&TtFE'}u_aY!P􂏨,9g F#5}؍^0#:!+F@?-6Q[GmNW ` `7X3~{a,| pWHCU.Lۀ'~<^8 0twfLܐiHOYSDs7n,C +\3A`20O<"'m`1Г&v:ĉ5'Tɜ9 t?vOeyπ:r wG̞{3*1|SāEDqOC9gKRn@[]^<ޑ7Lj#] ~OƉuGT{3. `*DʒhNpW*jt<5mrbC {aݑm)~ z/_*@ČpE֏N!/E&֣ShURG‡̱C:; +Ŗ1jdKJ[}*D7 5T&ӫ2hϩ}[@0 }4UϺj4 +e n64;%|=Ӷ3 xk]VtpQ@eBG;+B6^1v1k2ԊjutY2YqaUٻ\ב{ `#0GUD_U=ui{7̧B~Z{lBx\^5VDsh,S+eC+#n/9%~dǶ.[r2E> +stream +H|U{PgawfA``Ya쌢<"#QTP"oP$0*%wADs"*EADʷ,MDIG]Ou-zUW5_Д܆im>1d}lnodV޺#JВ\:8corx.R S ~$lh]jahhd S'#2Hg5K + yL]VnvVnrA'F#!\C!wh TCL6\^M2s׋Y֝QSU1S$ĸLU[OybrޟDE!3?hZ0 NɢeP8[WNMS4iKŌl=4FJLPTPOiz/MM=rYlPnb0F\g~cYo>V(v*^f6Mh|TSo;r80qϕro89 :tԹ[LR)v4er;\‚8 ``E`UfW|,$:+u/j$E{H@ +mK~2iśRQXU:xX9ѫ' F'C}՛kK=7æl1|8JuD8hB۴YeUH.mR͚.*vO P+]f$+FGҨ@DR:F/\pX0+T4ڥ]Wn#fB5q0?a_ +ⱓWiUJ$=uH[>uFpA}hsvAi wħY=sgYjլ1smPH +#ƢJ׾ a LdT_{y[WWP;\.``)ao0\I"? P/n*~u_6\så꧋ͪK= -]77߬<=K?M;ux}_4Ng/OX6CH`wٟ|0'*ܴEi-$Z@oXcxݳm'Tg/58 ]S\ +8_ p^;|BdV]ń@5\/ܽzqx5'8C=jfED )Ӽy_Y"P,0pVh7m,7oH2- I+d:ɗ +׀r8mIqSr3Hgna(g,&*r"'Rp{{W8CNr_Xv=Tx=ٶS6@s˄Snvѭtp \><`.du[B!DiJlɖB**2oR{?K)W{ +X+G_5@_lYn0MRp;7|)̣һy5Vjeͯ+abk탚ކ?yIIZ2XI +)i慠3=`r," *du]]cX׊&orkjf}`d -]X +Hna,՘[J)<߾hN-۸)l,8O*ֽ3cR;\OCәYE!){"It٢$$b3X ?-~AF I?HYWVl ) +F k@W_(WF@-]0RcG6NA);zYtVz|@~Ib8}FfZ7ƺVgRlN6Ű*aδxɞjciQ>B[5܃1c4Huw+WD2Y1/Q:W%*Sc㓕<7`cɂ=6<*͟'5fBvGpJD2V|.8M_ V Zz-jw^%:4rQ sWpEGNı[W=y*&('1d +.y50T[vZ5њpKGo&J1 d>`Oxu "|%s |gOynnmn1އo<4hphE™y4BDwLJgq2 xK=q*\;ENמ]M_F2 ^S 2˘ +$3{Ek sg(8a#:v0kIXmTg*(pvw1~o->ŒFRo4!qєhܰ5yVJΆ%y$y9>!Pj7lV³][H9&ūG;ZUgԊ:d95\[,)|,7y݁-2rRũV]8_$x,s`o2od~ R^M\j]qsU(BRey Q>U }F`l0*x)9o{S}bH;=\oi2X_?GӧO_> +endobj +871 0 obj +<< +/Filter /FlateDecode +/Length 8156 +/Length1 11650 +>> +stream +HVkTSWιAHHÄ H!*FD-DEڊV[lKZkZV텶VvjکNg5YVI;{r眽o}`°*̉$:^)X: a +m&@J YFSV=TSh4-NxvN\$yH_A3 4X?OO'LȤ _EDSu4nlv{%hiCۖK{}قvu\<~G~͖[т&N8W E(_s$`=yzl$U~RkФ J upH&lDxV7DcF'2KjZf/(]4fRG5=bSN^9jf<͝xw{z8yGCg?>wO?W­k֮sGlX' "N]؄FM_}p[|knJ-k7;xk`PͿ"?A~Љael84Ɯ3<f/ +H#L=av NNQ BC1;dQ "iQ0"1X! EVHLX4 +@&"(@!Fc0P28xÍ DLdLTLtTb0՘<j1sPQ/::kOI'mFo).3|/p_ ++_c#ߒ_aVS,Ų$XjЎ.DMCCCEX7sE[E|i6 +udF4&,wg7 +;O6N U?!%4鄷ҩwR$&m&y35G(d0"4S I{%d.~#*bC׉b GAaE(x0B8!o|9xγ,LT|[As>̎(>R V$Q Awk~l6qUw(zEf\QBk/fGvۏl9dmj6*B2&Et^SU1S9&w\U0cU$XocL))"Gk6>r,"Xd m \&?ȮrEpy[;r"A%*iBegJڢ[RUܱJEm"NRdgeIL3N1oM.t9eynrڣ8k6ri]7v[vn+Uvp '/Rre* 2A\h'AŃk6YfYk(s:%H7Z lȊ ‚B#m+oݬ}/B}wxTAhHG=ݹr5ܻ'}wGO7$oP\H͎9rl +a2D wX +X^@_5ݚE +1CSA*D(,a:`x:>:ɤM4FdT_lXk*7{<;/69iYyƽ'Փ,I #$(#cnhRqX=r5`M)DM9"ˑf.8R4Lb.36XKjafQbr`!*?|1*7oR,)y‚I%~9Sjؼv֕:kSG{b8a[X񾚪ݾNt"-{n+'̳SA/^WH|^45<By|nƠNg,_.ҫ)0alx""vd n 0fRi$VDgKLZ"CJxQe,)Vg~Qa /(-ʴ*J6'vh]/4 =q<cN88dȅ )ʂpr4 [ ]Tˊb[C+uERmٲ*ORSUծVZj;j?}fy©-m~.cޛtQ! +"WB˜P_i܏s?fmBb6(7$ƓhgGIf t,{ *x 3⑱ :Bn5{.X.shѦ(BM2%qϨEɄD$GJf婅ǣeԶ⮂,rHYk S VÕ(RHUS trp,|DDR @:Vl缠xtkE5>JE6 R.~ qYL9sOU͗_483}kó{d +v+ONr%HADFv7NddVRDk) :J\'D=v(~E1t R@; MeJ3 1d dhZ u%pVA5_VnDaa޼8ɥX%驼q) :04w>N_/phI3~"яfK>H<[7@8>YTXW%+yyK__p:H /![~"@g4W^:ލp5*ִ%yQ0!/0y:e`;PC=v~|_7| ԏ]hTy7>CHz˵?}?kͿV;7p-UyRt>N zL98)*?RIE H9.eՅRZ$GDIaj-S׃Uhz/DH8R/ArYݢ{-8/EQuf sJ*l 8t]?UwlD5$oZ906#|\_*W*nI =c1U6m1X]X ٥aH5sNTi_]@6;;= WO(rFpN5j֢GS q!.h!HzB`n utNӟ- D/ҨRǖŸKBpz/wHy3NCmCC?pc;Mر34dC~C2/r-LbԀKڕ'dTW3AʩNRAd_G9 LFxa^r5 Av3UѸK5Є5Q]Mg?{cėc8;Ǘ!&qe&4BHP)Tt%U5e*R MhU? u>lM[ŇMM9NoOgPP2+6>P𝺰{ڜ{+ 9-tu1g/|i.k9{"{䂗ȯQ::@<',ai8E0& K9* +%H:@F,=ls)9SӀmfHfyVTQGVNa0!@S9W:.$x0=wÇy &-@5"nqzlW,'=k#̺*3 )oCok1ʱH[[&zr|J>lV[G +(u:pٚ6]}q\ Ǘ{ _RcĴW"M[l uLphlr|'3X%#s%b0f`gB`!$C$H?u8etPZ=:]ٛGICu+#icm+r Au%Xul>R(Vf6ӳ@)p\ґ"yjjXgXo}λ&tnԁL;;iPxSp)S$(FS@, ( Ø6YF+r=~]zl>Z$!E3q{z8^7l -s=<5" +>od%Oo%mGuOϠef{=l3 p~m˩ݴS ݵ=U"#tgSMT M2OɈuf21 RGk3:-J 8i +q2qp 9b/>i&v۞Zk4.&ՠT(%WV +a.ݶ2Ņ2T,x̹u{yμl{,aÞ_,dž+X@j,.=ӧȠǠ<27 鶊ە{s5?|?\\5&2x +_?pXT4fNQJaGku:FQ!Bb7R1ter.`P A^``V+#C#ubF ++X{"@)ya:HʜJW:ScMͤ(tfe\G;Ŵ4OgZ.j њ䡸rو|bĘ FX+wzwDDŽ XR̢V+T }ax$Bz nURU$flGfBB.o鋥0S齺ͦvh:sUnR|I%ేw + S!P@+h)|9 -SCAa9f!Nu?㔍f'a ɽ?ؓr:3/ +aLL|!Bod[p0(vys9qVQZfeZ9îZԾlxCj1./0OX +"\W{XCGs-*5YyIkh0 +THws}5f1vq(F 5N1cwnKW0jBJC5Lx3p"{͜osB[Ǩl Z94\[<ր9؝\)Q՘4.nmjn ^C69ov;\7jLu{/F9=wI؉Ȃ4㯵 yOos͢K|lyI!A4{ = bHa%/YYYzz;|>Ӿj# 縕%g|ծBO+1.Vܣoٍ[YJ[*Ee}kMQw(ED}d5ụ54z\UY V)Q4˚o9[Y@H ~gݛ_Fy!©_T6{c*]'O`ͯ3}0am +gZFGUif֎|2H$/clցl;vcIq#uy槗1O9._x=|er dT)Ljn+sLO.Ӻ'T~|?W8DqiN:(Q>YVq2ƺQ +qgh?O.=$|[)v. Ia7%+4Imؘ`ݱiq.P7[%,B 1J]Rx6>OiP "ߩW oQX< +tJx?uISܘUG|M`#3QmG| GQ+\^cx|F$("z(fW|?w" 6,O T}ۍwc8Ӱ8BR)%xQxW: \'89#a1C?o3ŃfTq<,YJh\v2>UTvCcUަqNU>1708Tu&KلixԫN'Rźy(r`>z\[Om00rգr8KJ , 4 rvֲpۗAx\q|{q"Dy/D3Lw9GL s(:"6"HTH`ga";"+pȁDHTOFlܢcOtAW@ZCY" +M!7hc$'!ߓ9Mi&d,BZe569sȦ}e֤epؿ9uttoLERi EZ2ZOC_ja_1QS~>wFtSh^lu(!GНm_\M|1h7,Ϙf3rj΀DfJ|?;&~ +endstream +endobj +872 0 obj +[1137 0 R] +endobj +873 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +874 0 obj +<< +/Ascent 948 +/CapHeight 674 +/CharSet (/E/N/O/T) +/Descent -250 +/Flags 32 +/FontBBox [-145 -250 970 948] +/FontFamily (Myriad Pro Light Cond) +/FontFile3 1138 0 R +/FontName /EFZRMV+MyriadPro-SemiboldCond +/FontStretch /Condensed +/FontWeight 600 +/ItalicAngle 0 +/StemV 108 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +875 0 obj +<< +/Filter /FlateDecode +/Length 251 +>> +stream +H\Pn > +57iZ)Ӳ}'CZrϐf ,=u6^w`D5BuX:=rIƉܭs©ugR +{3~u#x $MMM8k@J}hopJcTnD&EJ0t_XUdTӬ_6|aҐ`JY:Z> +endobj +877 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/A/C/D/E/I/N/R/S/T/U/a/b/c/colon/comma/copyright/d/e/endash/f/f_f/g/h/i/l/m/n/o/p/period/r/s/slash/space/t/two/u/v/w/y/zero) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 1139 0 R +/FontName /UQZJCP+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +878 0 obj +<< +/Filter /FlateDecode +/Length 423 +>> +stream +H\n0| +C_.c@` Cڢn@hW@, |wG#@h u;C?Gcn=¥Lۮou|f2[s 6Yd/NSp6fSԶzק6a;/Wiw-NSt뢼#o705`}"'-y\f \ pI.{K#WpP+ +P+ +he ؓ= +fNANa=yf~A~Y{yͣo> +endobj +880 0 obj +<< +/Filter /FlateDecode +/Length 323 +>> +stream +H\͊0y9mBAb[=;ɔ.l@3$)sew?gzk> +endobj +882 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +883 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/N/b/e/m/nine/o/one/r/space/two/v/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 1142 0 R +/FontName /SXECAT+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +884 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +885 0 obj +[1137 0 R] +endobj +886 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +887 0 obj +<< +/K 1143 0 R +/P 188 0 R +/S /P +>> +endobj +888 0 obj +<< +/K [955 0 R 957 0 R 959 0 R 961 0 R 963 0 R] +/P 189 0 R +/S /L +>> +endobj +889 0 obj +<< +/K [1003 0 R 1005 0 R 1007 0 R 1009 0 R 1011 0 R 1013 0 R 1015 0 R 1017 0 R] +/P 189 0 R +/S /L +>> +endobj +890 0 obj +<< +/K [1019 0 R 1021 0 R 1023 0 R 1025 0 R 1027 0 R 1029 0 R 1031 0 R] +/P 189 0 R +/S /L +>> +endobj +891 0 obj +<< +/K [1033 0 R 1035 0 R 1037 0 R] +/P 189 0 R +/S /L +>> +endobj +892 0 obj +<< +/K [1052 0 R 1054 0 R 1056 0 R] +/P 189 0 R +/S /L +>> +endobj +893 0 obj +<< +/K [1058 0 R 1060 0 R 1062 0 R 1064 0 R] +/P 189 0 R +/S /L +>> +endobj +894 0 obj +<< +/K [1066 0 R 1068 0 R] +/P 189 0 R +/S /L +>> +endobj +895 0 obj +<< +/K [1070 0 R 1072 0 R 1074 0 R 1076 0 R] +/P 189 0 R +/S /L +>> +endobj +896 0 obj +<< +/K [1078 0 R 1080 0 R 1082 0 R 1084 0 R] +/P 189 0 R +/S /L +>> +endobj +897 0 obj +<< +/C /Pa2 +/P 189 0 R +/S /Lauftext +>> +endobj +898 0 obj +<< +/C /Pa10 +/K 1144 0 R +/P 191 0 R +/S /NormalParagraphStyle +>> +endobj +899 0 obj +<< +/C /Pa10 +/K 1145 0 R +/P 195 0 R +/S /NormalParagraphStyle +>> +endobj +900 0 obj +<< +/K 1050 0 R +/P 196 0 R +/S /Story +>> +endobj +901 0 obj +<< +/K 1039 0 R +/P 196 0 R +/S /Story +>> +endobj +902 0 obj +<< +/K 1040 0 R +/P 196 0 R +/S /Story +>> +endobj +903 0 obj +<< +/K 1041 0 R +/P 196 0 R +/S /Story +>> +endobj +904 0 obj +<< +/K 1042 0 R +/P 196 0 R +/S /Story +>> +endobj +905 0 obj +<< +/K 1043 0 R +/P 196 0 R +/S /Story +>> +endobj +906 0 obj +<< +/K 1044 0 R +/P 196 0 R +/S /Story +>> +endobj +907 0 obj +<< +/K 1045 0 R +/P 196 0 R +/S /Story +>> +endobj +908 0 obj +<< +/K 1049 0 R +/P 196 0 R +/S /Story +>> +endobj +909 0 obj +<< +/K 1046 0 R +/P 196 0 R +/S /Story +>> +endobj +910 0 obj +<< +/K 1047 0 R +/P 196 0 R +/S /Story +>> +endobj +911 0 obj +<< +/K 1048 0 R +/P 196 0 R +/S /Story +>> +endobj +912 0 obj +<< +/C /Pa10 +/K 1146 0 R +/P 197 0 R +/S /NormalParagraphStyle +>> +endobj +913 0 obj +<< +/K 198 0 R +/P 1147 0 R +/S /TD +>> +endobj +914 0 obj +<< +/K [200 0 R 199 0 R] +/P 915 0 R +/S /Lbl +>> +endobj +915 0 obj +<< +/C /Pa12 +/K [914 0 R 201 0 R] +/P 1148 0 R +/S /LI +>> +endobj +916 0 obj +<< +/K [203 0 R 202 0 R] +/P 917 0 R +/S /Lbl +>> +endobj +917 0 obj +<< +/C /Pa12 +/K [916 0 R 204 0 R] +/P 1148 0 R +/S /LI +>> +endobj +918 0 obj +<< +/K [206 0 R 205 0 R] +/P 919 0 R +/S /Lbl +>> +endobj +919 0 obj +<< +/C /Pa12 +/K [918 0 R 207 0 R] +/P 1148 0 R +/S /LI +>> +endobj +920 0 obj +<< +/K [210 0 R 209 0 R] +/P 921 0 R +/S /Lbl +>> +endobj +921 0 obj +<< +/C /Pa12 +/K [920 0 R 211 0 R] +/P 1148 0 R +/S /LI +>> +endobj +922 0 obj +<< +/K 212 0 R +/P 1149 0 R +/S /TD +>> +endobj +923 0 obj +<< +/K [214 0 R 213 0 R] +/P 924 0 R +/S /Lbl +>> +endobj +924 0 obj +<< +/C /Pa12 +/K [923 0 R 215 0 R] +/P 1150 0 R +/S /LI +>> +endobj +925 0 obj +<< +/K [217 0 R 216 0 R] +/P 926 0 R +/S /Lbl +>> +endobj +926 0 obj +<< +/C /Pa12 +/K [925 0 R 218 0 R] +/P 1150 0 R +/S /LI +>> +endobj +927 0 obj +<< +/K 219 0 R +/P 1151 0 R +/S /TD +>> +endobj +928 0 obj +<< +/K [221 0 R 220 0 R] +/P 929 0 R +/S /Lbl +>> +endobj +929 0 obj +<< +/C /Pa12 +/K [928 0 R 222 0 R] +/P 1152 0 R +/S /LI +>> +endobj +930 0 obj +<< +/K [224 0 R 223 0 R] +/P 931 0 R +/S /Lbl +>> +endobj +931 0 obj +<< +/C /Pa12 +/K [930 0 R 225 0 R] +/P 1152 0 R +/S /LI +>> +endobj +932 0 obj +<< +/K [227 0 R 226 0 R] +/P 933 0 R +/S /Lbl +>> +endobj +933 0 obj +<< +/C /Pa12 +/K [932 0 R 228 0 R] +/P 1152 0 R +/S /LI +>> +endobj +934 0 obj +<< +/K [230 0 R 229 0 R] +/P 935 0 R +/S /Lbl +>> +endobj +935 0 obj +<< +/C /Pa12 +/K [934 0 R 231 0 R] +/P 1152 0 R +/S /LI +>> +endobj +936 0 obj +<< +/K [234 0 R 233 0 R] +/P 937 0 R +/S /Lbl +>> +endobj +937 0 obj +<< +/C /Pa12 +/K [936 0 R 235 0 R] +/P 1152 0 R +/S /LI +>> +endobj +938 0 obj +<< +/K [237 0 R 236 0 R] +/P 939 0 R +/S /Lbl +>> +endobj +939 0 obj +<< +/C /Pa12 +/K [938 0 R 238 0 R] +/P 1152 0 R +/S /LI +>> +endobj +940 0 obj +<< +/K [240 0 R 239 0 R] +/P 941 0 R +/S /Lbl +>> +endobj +941 0 obj +<< +/C /Pa12 +/K [940 0 R 241 0 R] +/P 1152 0 R +/S /LI +>> +endobj +942 0 obj +<< +/K [243 0 R 242 0 R] +/P 943 0 R +/S /Lbl +>> +endobj +943 0 obj +<< +/C /Pa12 +/K [942 0 R 244 0 R] +/P 1152 0 R +/S /LI +>> +endobj +944 0 obj +<< +/K [246 0 R 245 0 R] +/P 945 0 R +/S /Lbl +>> +endobj +945 0 obj +<< +/C /Pa12 +/K [944 0 R 247 0 R] +/P 1152 0 R +/S /LI +>> +endobj +946 0 obj +<< +/K 248 0 R +/P 1153 0 R +/S /TD +>> +endobj +947 0 obj +<< +/K [250 0 R 249 0 R] +/P 948 0 R +/S /Lbl +>> +endobj +948 0 obj +<< +/C /Pa12 +/K [947 0 R 251 0 R] +/P 1154 0 R +/S /LI +>> +endobj +949 0 obj +<< +/K [254 0 R 253 0 R] +/P 950 0 R +/S /Lbl +>> +endobj +950 0 obj +<< +/C /Pa12 +/K [949 0 R 255 0 R] +/P 1154 0 R +/S /LI +>> +endobj +951 0 obj +<< +/K [258 0 R 257 0 R] +/P 952 0 R +/S /Lbl +>> +endobj +952 0 obj +<< +/C /Pa12 +/K [951 0 R 259 0 R] +/P 1154 0 R +/S /LI +>> +endobj +953 0 obj +<< +/K 306 0 R +/P 285 0 R +/S /Note +>> +endobj +954 0 obj +<< +/K 293 0 R +/P 955 0 R +/S /Lbl +>> +endobj +955 0 obj +<< +/C /Pa4 +/K [954 0 R 294 0 R] +/P 888 0 R +/S /LI +>> +endobj +956 0 obj +<< +/K 295 0 R +/P 957 0 R +/S /Lbl +>> +endobj +957 0 obj +<< +/C /Pa5 +/K [956 0 R 296 0 R] +/P 888 0 R +/S /LI +>> +endobj +958 0 obj +<< +/K 298 0 R +/P 959 0 R +/S /Lbl +>> +endobj +959 0 obj +<< +/C /Pa5 +/K [958 0 R 299 0 R] +/P 888 0 R +/S /LI +>> +endobj +960 0 obj +<< +/K 300 0 R +/P 961 0 R +/S /Lbl +>> +endobj +961 0 obj +<< +/C /Pa5 +/K [960 0 R 301 0 R] +/P 888 0 R +/S /LI +>> +endobj +962 0 obj +<< +/K 302 0 R +/P 963 0 R +/S /Lbl +>> +endobj +963 0 obj +<< +/C /Pa5 +/K [962 0 R 303 0 R] +/P 888 0 R +/S /LI +>> +endobj +964 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 343 0 R +/P 1155 0 R +/S /TD +>> +endobj +965 0 obj +<< +/K 344 0 R +/P 1156 0 R +/S /TD +>> +endobj +966 0 obj +<< +/K [346 0 R 345 0 R] +/P 967 0 R +/S /Lbl +>> +endobj +967 0 obj +<< +/C /Pa12 +/K [966 0 R 347 0 R] +/P 1157 0 R +/S /LI +>> +endobj +968 0 obj +<< +/K [349 0 R 348 0 R] +/P 969 0 R +/S /Lbl +>> +endobj +969 0 obj +<< +/C /Pa12 +/K [968 0 R 350 0 R] +/P 1157 0 R +/S /LI +>> +endobj +970 0 obj +<< +/K [352 0 R 351 0 R] +/P 971 0 R +/S /Lbl +>> +endobj +971 0 obj +<< +/C /Pa12 +/K [970 0 R 353 0 R] +/P 1157 0 R +/S /LI +>> +endobj +972 0 obj +<< +/K [355 0 R 354 0 R] +/P 973 0 R +/S /Lbl +>> +endobj +973 0 obj +<< +/C /Pa12 +/K [972 0 R 356 0 R] +/P 1157 0 R +/S /LI +>> +endobj +974 0 obj +<< +/K [358 0 R 357 0 R] +/P 975 0 R +/S /Lbl +>> +endobj +975 0 obj +<< +/C /Pa12 +/K [974 0 R 359 0 R] +/P 1157 0 R +/S /LI +>> +endobj +976 0 obj +<< +/K [361 0 R 360 0 R] +/P 977 0 R +/S /Lbl +>> +endobj +977 0 obj +<< +/C /Pa12 +/K [976 0 R 362 0 R] +/P 1157 0 R +/S /LI +>> +endobj +978 0 obj +<< +/K 364 0 R +/P 1158 0 R +/S /TD +>> +endobj +979 0 obj +<< +/K [366 0 R 365 0 R] +/P 980 0 R +/S /Lbl +>> +endobj +980 0 obj +<< +/C /Pa12 +/K [979 0 R 367 0 R] +/P 1159 0 R +/S /LI +>> +endobj +981 0 obj +<< +/K [370 0 R 369 0 R] +/P 982 0 R +/S /Lbl +>> +endobj +982 0 obj +<< +/C /Pa12 +/K [981 0 R 371 0 R] +/P 1159 0 R +/S /LI +>> +endobj +983 0 obj +<< +/K [373 0 R 372 0 R] +/P 984 0 R +/S /Lbl +>> +endobj +984 0 obj +<< +/C /Pa12 +/K [983 0 R 374 0 R] +/P 1159 0 R +/S /LI +>> +endobj +985 0 obj +<< +/K [377 0 R 376 0 R] +/P 986 0 R +/S /Lbl +>> +endobj +986 0 obj +<< +/C /Pa12 +/K [985 0 R 378 0 R] +/P 1159 0 R +/S /LI +>> +endobj +987 0 obj +<< +/K [380 0 R 379 0 R] +/P 988 0 R +/S /Lbl +>> +endobj +988 0 obj +<< +/C /Pa12 +/K [987 0 R 381 0 R] +/P 1159 0 R +/S /LI +>> +endobj +989 0 obj +<< +/K [383 0 R 382 0 R] +/P 990 0 R +/S /Lbl +>> +endobj +990 0 obj +<< +/C /Pa12 +/K [989 0 R 384 0 R] +/P 1159 0 R +/S /LI +>> +endobj +991 0 obj +<< +/K 385 0 R +/P 1160 0 R +/S /TD +>> +endobj +992 0 obj +<< +/K [387 0 R 386 0 R] +/P 993 0 R +/S /Lbl +>> +endobj +993 0 obj +<< +/C /Pa12 +/K [992 0 R 388 0 R] +/P 1161 0 R +/S /LI +>> +endobj +994 0 obj +<< +/K [390 0 R 389 0 R] +/P 995 0 R +/S /Lbl +>> +endobj +995 0 obj +<< +/C /Pa12 +/K [994 0 R 391 0 R] +/P 1161 0 R +/S /LI +>> +endobj +996 0 obj +<< +/K [393 0 R 392 0 R] +/P 997 0 R +/S /Lbl +>> +endobj +997 0 obj +<< +/C /Pa12 +/K [996 0 R 394 0 R] +/P 1161 0 R +/S /LI +>> +endobj +998 0 obj +<< +/K [396 0 R 395 0 R] +/P 999 0 R +/S /Lbl +>> +endobj +999 0 obj +<< +/C /Pa12 +/K [998 0 R 397 0 R] +/P 1161 0 R +/S /LI +>> +endobj +1000 0 obj +<< +/K [399 0 R 398 0 R] +/P 1001 0 R +/S /Lbl +>> +endobj +1001 0 obj +<< +/C /Pa12 +/K [1000 0 R 400 0 R] +/P 1161 0 R +/S /LI +>> +endobj +1002 0 obj +<< +/K [403 0 R 402 0 R] +/P 1003 0 R +/S /Lbl +>> +endobj +1003 0 obj +<< +/C /Pa13 +/K [1002 0 R 405 0 R] +/P 889 0 R +/S /LI +>> +endobj +1004 0 obj +<< +/K [407 0 R 406 0 R] +/P 1005 0 R +/S /Lbl +>> +endobj +1005 0 obj +<< +/C /Pa14 +/K [1004 0 R 409 0 R] +/P 889 0 R +/S /LI +>> +endobj +1006 0 obj +<< +/K [411 0 R 410 0 R] +/P 1007 0 R +/S /Lbl +>> +endobj +1007 0 obj +<< +/C /Pa14 +/K [1006 0 R 413 0 R] +/P 889 0 R +/S /LI +>> +endobj +1008 0 obj +<< +/K [415 0 R 414 0 R] +/P 1009 0 R +/S /Lbl +>> +endobj +1009 0 obj +<< +/C /Pa14 +/K [1008 0 R 417 0 R] +/P 889 0 R +/S /LI +>> +endobj +1010 0 obj +<< +/K [420 0 R 419 0 R] +/P 1011 0 R +/S /Lbl +>> +endobj +1011 0 obj +<< +/C /Pa14 +/K [1010 0 R 422 0 R] +/P 889 0 R +/S /LI +>> +endobj +1012 0 obj +<< +/K [424 0 R 423 0 R] +/P 1013 0 R +/S /Lbl +>> +endobj +1013 0 obj +<< +/C /Pa14 +/K [1012 0 R 426 0 R] +/P 889 0 R +/S /LI +>> +endobj +1014 0 obj +<< +/K [428 0 R 427 0 R] +/P 1015 0 R +/S /Lbl +>> +endobj +1015 0 obj +<< +/C /Pa14 +/K [1014 0 R 430 0 R] +/P 889 0 R +/S /LI +>> +endobj +1016 0 obj +<< +/K [432 0 R 431 0 R] +/P 1017 0 R +/S /Lbl +>> +endobj +1017 0 obj +<< +/C /Pa15 +/K [1016 0 R 434 0 R] +/P 889 0 R +/S /LI +>> +endobj +1018 0 obj +<< +/K [437 0 R 436 0 R] +/P 1019 0 R +/S /Lbl +>> +endobj +1019 0 obj +<< +/C /Pa13 +/K [1018 0 R 439 0 R] +/P 890 0 R +/S /LI +>> +endobj +1020 0 obj +<< +/K [441 0 R 440 0 R] +/P 1021 0 R +/S /Lbl +>> +endobj +1021 0 obj +<< +/C /Pa14 +/K [1020 0 R 443 0 R] +/P 890 0 R +/S /LI +>> +endobj +1022 0 obj +<< +/K [447 0 R 446 0 R] +/P 1023 0 R +/S /Lbl +>> +endobj +1023 0 obj +<< +/C /Pa14 +/K [1022 0 R 449 0 R] +/P 890 0 R +/S /LI +>> +endobj +1024 0 obj +<< +/K [451 0 R 450 0 R] +/P 1025 0 R +/S /Lbl +>> +endobj +1025 0 obj +<< +/C /Pa14 +/K [1024 0 R 453 0 R] +/P 890 0 R +/S /LI +>> +endobj +1026 0 obj +<< +/K [455 0 R 454 0 R] +/P 1027 0 R +/S /Lbl +>> +endobj +1027 0 obj +<< +/C /Pa14 +/K [1026 0 R 457 0 R] +/P 890 0 R +/S /LI +>> +endobj +1028 0 obj +<< +/K [461 0 R 460 0 R] +/P 1029 0 R +/S /Lbl +>> +endobj +1029 0 obj +<< +/C /Pa14 +/K [1028 0 R 463 0 R] +/P 890 0 R +/S /LI +>> +endobj +1030 0 obj +<< +/K [467 0 R 466 0 R] +/P 1031 0 R +/S /Lbl +>> +endobj +1031 0 obj +<< +/C /Pa15 +/K [1030 0 R 469 0 R] +/P 890 0 R +/S /LI +>> +endobj +1032 0 obj +<< +/K [474 0 R 473 0 R] +/P 1033 0 R +/S /Lbl +>> +endobj +1033 0 obj +<< +/C /Pa13 +/K [1032 0 R 476 0 R] +/P 891 0 R +/S /LI +>> +endobj +1034 0 obj +<< +/K [481 0 R 480 0 R] +/P 1035 0 R +/S /Lbl +>> +endobj +1035 0 obj +<< +/C /Pa14 +/K [1034 0 R 483 0 R] +/P 891 0 R +/S /LI +>> +endobj +1036 0 obj +<< +/K [488 0 R 487 0 R] +/P 1037 0 R +/S /Lbl +>> +endobj +1037 0 obj +<< +/C /Pa15 +/K [1036 0 R 490 0 R] +/P 891 0 R +/S /LI +>> +endobj +1038 0 obj +<< +/K 583 0 R +/P 1162 0 R +/S /TD +>> +endobj +1039 0 obj +<< +/C /Pa17 +/K 585 0 R +/P 901 0 R +/S /_No_paragraph_style_ +>> +endobj +1040 0 obj +<< +/C /Pa17 +/K [586 0 R 587 0 R 588 0 R] +/P 902 0 R +/S /_No_paragraph_style_ +>> +endobj +1041 0 obj +<< +/C /Pa17 +/K 589 0 R +/P 903 0 R +/S /_No_paragraph_style_ +>> +endobj +1042 0 obj +<< +/C /Pa17 +/K [604 0 R 605 0 R 606 0 R] +/P 904 0 R +/S /_No_paragraph_style_ +>> +endobj +1043 0 obj +<< +/C /Pa17 +/K [607 0 R 608 0 R 609 0 R] +/P 905 0 R +/S /_No_paragraph_style_ +>> +endobj +1044 0 obj +<< +/C /Pa17 +/K 610 0 R +/P 906 0 R +/S /_No_paragraph_style_ +>> +endobj +1045 0 obj +<< +/C /Pa17 +/K [611 0 R 612 0 R 613 0 R] +/P 907 0 R +/S /_No_paragraph_style_ +>> +endobj +1046 0 obj +<< +/C /Pa17 +/K [614 0 R 615 0 R 616 0 R] +/P 909 0 R +/S /_No_paragraph_style_ +>> +endobj +1047 0 obj +<< +/C /Pa17 +/K 617 0 R +/P 910 0 R +/S /_No_paragraph_style_ +>> +endobj +1048 0 obj +<< +/C /Pa17 +/K 618 0 R +/P 911 0 R +/S /_No_paragraph_style_ +>> +endobj +1049 0 obj +<< +/C /Pa17 +/K [619 0 R 620 0 R 621 0 R] +/P 908 0 R +/S /_No_paragraph_style_ +>> +endobj +1050 0 obj +<< +/C /Pa17 +/K [622 0 R 623 0 R 624 0 R] +/P 900 0 R +/S /_No_paragraph_style_ +>> +endobj +1051 0 obj +<< +/K 643 0 R +/P 1052 0 R +/S /Lbl +>> +endobj +1052 0 obj +<< +/C /Pa4 +/K [1051 0 R 644 0 R] +/P 892 0 R +/S /LI +>> +endobj +1053 0 obj +<< +/K 645 0 R +/P 1054 0 R +/S /Lbl +>> +endobj +1054 0 obj +<< +/C /Pa5 +/K [1053 0 R 646 0 R] +/P 892 0 R +/S /LI +>> +endobj +1055 0 obj +<< +/K 649 0 R +/P 1056 0 R +/S /Lbl +>> +endobj +1056 0 obj +<< +/C /Pa5 +/K [1055 0 R 650 0 R] +/P 892 0 R +/S /LI +>> +endobj +1057 0 obj +<< +/K [665 0 R 664 0 R] +/P 1058 0 R +/S /Lbl +>> +endobj +1058 0 obj +<< +/C /Pa13 +/K [1057 0 R 666 0 R] +/P 893 0 R +/S /LI +>> +endobj +1059 0 obj +<< +/K [668 0 R 667 0 R] +/P 1060 0 R +/S /Lbl +>> +endobj +1060 0 obj +<< +/C /Pa14 +/K [1059 0 R 669 0 R] +/P 893 0 R +/S /LI +>> +endobj +1061 0 obj +<< +/K [672 0 R 671 0 R] +/P 1062 0 R +/S /Lbl +>> +endobj +1062 0 obj +<< +/C /Pa14 +/K [1061 0 R 673 0 R] +/P 893 0 R +/S /LI +>> +endobj +1063 0 obj +<< +/K [676 0 R 675 0 R] +/P 1064 0 R +/S /Lbl +>> +endobj +1064 0 obj +<< +/C /Pa15 +/K [1063 0 R 677 0 R] +/P 893 0 R +/S /LI +>> +endobj +1065 0 obj +<< +/K [700 0 R 699 0 R] +/P 1066 0 R +/S /Lbl +>> +endobj +1066 0 obj +<< +/C /Pa13 +/K [1065 0 R 701 0 R] +/P 894 0 R +/S /LI +>> +endobj +1067 0 obj +<< +/K [703 0 R 702 0 R] +/P 1068 0 R +/S /Lbl +>> +endobj +1068 0 obj +<< +/C /Pa15 +/K [1067 0 R 704 0 R] +/P 894 0 R +/S /LI +>> +endobj +1069 0 obj +<< +/K [715 0 R 714 0 R] +/P 1070 0 R +/S /Lbl +>> +endobj +1070 0 obj +<< +/C /Pa13 +/K [1069 0 R 716 0 R] +/P 895 0 R +/S /LI +>> +endobj +1071 0 obj +<< +/K [718 0 R 717 0 R] +/P 1072 0 R +/S /Lbl +>> +endobj +1072 0 obj +<< +/C /Pa14 +/K [1071 0 R 719 0 R] +/P 895 0 R +/S /LI +>> +endobj +1073 0 obj +<< +/K [721 0 R 720 0 R] +/P 1074 0 R +/S /Lbl +>> +endobj +1074 0 obj +<< +/C /Pa14 +/K [1073 0 R 722 0 R] +/P 895 0 R +/S /LI +>> +endobj +1075 0 obj +<< +/K [724 0 R 723 0 R] +/P 1076 0 R +/S /Lbl +>> +endobj +1076 0 obj +<< +/C /Pa15 +/K [1075 0 R 725 0 R] +/P 895 0 R +/S /LI +>> +endobj +1077 0 obj +<< +/K [735 0 R 734 0 R] +/P 1078 0 R +/S /Lbl +>> +endobj +1078 0 obj +<< +/C /Pa13 +/K [1077 0 R 736 0 R] +/P 896 0 R +/S /LI +>> +endobj +1079 0 obj +<< +/K [738 0 R 737 0 R] +/P 1080 0 R +/S /Lbl +>> +endobj +1080 0 obj +<< +/C /Pa14 +/K [1079 0 R 739 0 R] +/P 896 0 R +/S /LI +>> +endobj +1081 0 obj +<< +/K [741 0 R 740 0 R] +/P 1082 0 R +/S /Lbl +>> +endobj +1082 0 obj +<< +/C /Pa14 +/K [1081 0 R 742 0 R] +/P 896 0 R +/S /LI +>> +endobj +1083 0 obj +<< +/K [745 0 R 744 0 R] +/P 1084 0 R +/S /Lbl +>> +endobj +1084 0 obj +<< +/C /Pa15 +/K [1083 0 R 746 0 R] +/P 896 0 R +/S /LI +>> +endobj +1085 0 obj +<< +/K 768 0 R +/P 1163 0 R +/S /TD +>> +endobj +1086 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 769 0 R +/P 1163 0 R +/S /TD +>> +endobj +1087 0 obj +<< +/K 770 0 R +/P 1163 0 R +/S /TD +>> +endobj +1088 0 obj +<< +/K 771 0 R +/P 1164 0 R +/S /TD +>> +endobj +1089 0 obj +<< +/K 772 0 R +/P 1164 0 R +/S /TD +>> +endobj +1090 0 obj +<< +/K [774 0 R 773 0 R] +/P 1091 0 R +/S /Lbl +>> +endobj +1091 0 obj +<< +/C /Pa12 +/K [1090 0 R 775 0 R] +/P 1165 0 R +/S /LI +>> +endobj +1092 0 obj +<< +/K [777 0 R 776 0 R] +/P 1093 0 R +/S /Lbl +>> +endobj +1093 0 obj +<< +/C /Pa12 +/K [1092 0 R 778 0 R] +/P 1165 0 R +/S /LI +>> +endobj +1094 0 obj +<< +/K [780 0 R 779 0 R] +/P 1095 0 R +/S /Lbl +>> +endobj +1095 0 obj +<< +/C /Pa12 +/K [1094 0 R 781 0 R] +/P 1165 0 R +/S /LI +>> +endobj +1096 0 obj +<< +/K 782 0 R +/P 1166 0 R +/S /TD +>> +endobj +1097 0 obj +<< +/K 783 0 R +/P 1166 0 R +/S /TD +>> +endobj +1098 0 obj +<< +/K [786 0 R 785 0 R] +/P 1099 0 R +/S /Lbl +>> +endobj +1099 0 obj +<< +/C /Pa12 +/K [1098 0 R 787 0 R] +/P 1167 0 R +/S /LI +>> +endobj +1100 0 obj +<< +/K [789 0 R 788 0 R] +/P 1101 0 R +/S /Lbl +>> +endobj +1101 0 obj +<< +/C /Pa12 +/K [1100 0 R 790 0 R] +/P 1167 0 R +/S /LI +>> +endobj +1102 0 obj +<< +/K [792 0 R 791 0 R] +/P 1103 0 R +/S /Lbl +>> +endobj +1103 0 obj +<< +/C /Pa12 +/K [1102 0 R 793 0 R] +/P 1167 0 R +/S /LI +>> +endobj +1104 0 obj +<< +/K [795 0 R 794 0 R] +/P 1105 0 R +/S /Lbl +>> +endobj +1105 0 obj +<< +/C /Pa12 +/K [1104 0 R 796 0 R] +/P 1167 0 R +/S /LI +>> +endobj +1106 0 obj +<< +/K 797 0 R +/P 1168 0 R +/S /TD +>> +endobj +1107 0 obj +<< +/K 798 0 R +/P 1168 0 R +/S /TD +>> +endobj +1108 0 obj +<< +/K [801 0 R 800 0 R] +/P 1109 0 R +/S /Lbl +>> +endobj +1109 0 obj +<< +/C /Pa12 +/K [1108 0 R 802 0 R] +/P 1169 0 R +/S /LI +>> +endobj +1110 0 obj +<< +/K 803 0 R +/P 1170 0 R +/S /TD +>> +endobj +1111 0 obj +<< +/K 804 0 R +/P 1170 0 R +/S /TD +>> +endobj +1112 0 obj +<< +/K [806 0 R 805 0 R] +/P 1113 0 R +/S /Lbl +>> +endobj +1113 0 obj +<< +/C /Pa12 +/K [1112 0 R 807 0 R] +/P 1171 0 R +/S /LI +>> +endobj +1114 0 obj +<< +/K [809 0 R 808 0 R] +/P 1115 0 R +/S /Lbl +>> +endobj +1115 0 obj +<< +/C /Pa12 +/K [1114 0 R 810 0 R] +/P 1171 0 R +/S /LI +>> +endobj +1116 0 obj +<< +/K 811 0 R +/P 1172 0 R +/S /TD +>> +endobj +1117 0 obj +<< +/K 812 0 R +/P 1172 0 R +/S /TD +>> +endobj +1118 0 obj +<< +/K [814 0 R 813 0 R] +/P 1119 0 R +/S /Lbl +>> +endobj +1119 0 obj +<< +/C /Pa12 +/K [1118 0 R 815 0 R] +/P 1173 0 R +/S /LI +>> +endobj +1120 0 obj +<< +/K 817 0 R +/P 1174 0 R +/S /TD +>> +endobj +1121 0 obj +<< +/K 818 0 R +/P 1174 0 R +/S /TD +>> +endobj +1122 0 obj +<< +/K [821 0 R 820 0 R] +/P 1123 0 R +/S /Lbl +>> +endobj +1123 0 obj +<< +/C /Pa12 +/K [1122 0 R 822 0 R] +/P 1175 0 R +/S /LI +>> +endobj +1124 0 obj +<< +/K [824 0 R 823 0 R] +/P 1125 0 R +/S /Lbl +>> +endobj +1125 0 obj +<< +/C /Pa12 +/K [1124 0 R 825 0 R] +/P 1175 0 R +/S /LI +>> +endobj +1126 0 obj +<< +/K 826 0 R +/P 1176 0 R +/S /TD +>> +endobj +1127 0 obj +<< +/K 828 0 R +/P 1176 0 R +/S /TD +>> +endobj +1128 0 obj +<< +/K [830 0 R 829 0 R] +/P 1129 0 R +/S /Lbl +>> +endobj +1129 0 obj +<< +/C /Pa12 +/K [1128 0 R 831 0 R] +/P 1177 0 R +/S /LI +>> +endobj +1130 0 obj +<< +/K [833 0 R 832 0 R] +/P 1131 0 R +/S /Lbl +>> +endobj +1131 0 obj +<< +/C /Pa12 +/K [1130 0 R 834 0 R] +/P 1177 0 R +/S /LI +>> +endobj +1132 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1133 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1178 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1179 0 R +/FontName /GNHWAC+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1134 0 obj +<< +/Filter /FlateDecode +/Length 2043 +/Subtype /Type1C +>> +stream +H|TiTWVB4jSUheWqTDFQ]6ei]"4 . 4L4蠨ј3zy9c~ywy$amE$ kKp.V\E[v%Eh@>hR豃9ʷV$Bm"acjޣv>jhmFI'kBPBVթ58aB/4z`I~I ƛb}&ZH֩5jfAk0P V%Zd h7enIHjCV%jYB& HV AxAB$ &bE&X`"DiMfVVFwZ'b=zuu;i eMZO_rQ|}vEIX4|@k) RH@ +#e#TĨ)Ca%]:gHL"O8H; vR W"xVڋ'04rȃ/{'rAUO otaK!!l$6 +yέ6We]NT% Sޡ2YWz2߀M8-=~}׿Fs44y^2: %l`/S0-9jxW֍ oWlu.@m/H_9ȕ%c'mHX0(՘Z&?Ѡm2E\\5bM-#ck ^~s^~ɽ2EA,LsqKU,wI']yxTtf '#\w)K*14 b=L-IR +K`EA?g*mku ,3<Q(bO1ySqE-Tc+e瀝TѾc-oi5:Z=_0U֙NO; pӥ6z%hG?F->=up澕)r`G%|$^ݯ2|DsfL3&a,PoGU]ZcoFBe<N +)'+ؘb$3'}9ȇgڝƒ煮?վ+c,/Ws_Wx%{E>>o=;sI[;Ccyiv]y> qמ*<;M z(0Zqd#p*iNV44_`]̣&oU\Selѵyt-e^%g'ʋK5_/O)4sxHZQd`3y cQc-`_!f2bF2 +R@C%RVU&/J^D:7J&f1 .fL R0}4%ǩ1\MvLX(?k` +endstream +endobj +1135 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1136 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1180 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1181 0 R +/FontName /SAMSFD+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1137 0 obj +<< +/BaseFont /CUCKKZ+Wingdings-Regular +/CIDSystemInfo 1182 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1183 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +1138 0 obj +<< +/Filter /FlateDecode +/Length 603 +/Subtype /Type1C +>> +stream +H|POHaug3׉YcnnaC,`KA[QtGfƵC!-I#%xI%!=$ "Vҩ~#ϵ_]5%!ujjc\QzaMMJv}Aqz{>osE\!_Q4艖<@BPôUR{eO<ӎdZmj.k)GUt*+Ơk(̯5$$Tu:J,z58,n0Qd)jaJ:44ELOQI;̹gpCjdK%W؞uxw"F,)!YO.EyT0!c&,uME C .Fa¼x.- +ܚ?=pz><4be3uGn}"傉\TĪ3Xسu͟0 qbm݀ Q1,k?P+\^&c{*8ӾmBi3&7OIL0i܃Yd{=.`O& +endstream +endobj +1139 0 obj +<< +/Filter /FlateDecode +/Length 3278 +/Subtype /Type1C +>> +stream +H|T{Tgd&ʸڌ;E_V + +"jH"ޯV hQi !QZuժ|TZwq_س={NسgιwqL*pˆI:m:B<%Le~`FႷTPMAe%=(/qiWOƄ)ij'ؙ6hjz@@ +Q'o֨iIɺd]^W$&!T:MF10kN*mJoTqx^Q8f{Uo܄JMRX$'TqI"J`$NI*;ERk0 ?ÆI06J6f9.ŢH,Ò1$X8`&և:)!%$;%G$=Dq i!"Ϩ߲By\BY=bSޣģ3-u +h:RPpSP.3h$T}@6 a}J8 ЀGNy?2:dNUs/hi3B'4Vm8[ʧTg44Z + A43KKPZ0Xg쀛N&0xTPүG |Hzd.5hբM ª[wtDM׊ !,򶡻&Y; A vMWl85$' -We"h tD:u"A: [._$G3`WJ3TB"MFh'@P׍&nkŻ‡k/Qr^Դ| +^+l}&hε} ~qcbh +y8}Aڭpx|wTbEO} POѨh+0s`W+e2]U:+x7)AZrwCδ9ιA{yR{%n=T%!7Rt5 v=&VFgʝT/\t${pJ{\zU v}yWݴ,G*Udb*;̤6ʺ;?D~y۲ +j+Y_W"jB74W\]{LѳEh+v4.RxHl A2mX{HxN=If[0&hug[eq"ObB$]J66>딅24a " +Dz3v+yBI3 +cQq!&x DZ 9ӫOy0[(4QK̗}?0.yFh?Xwgr砉.(;P H+hx4$Cx xx/> nkeƐEĜ.t4"k]ucOv:ſ?a+A2[Y,E3ȧn+^=FǺ2Eo˗ILO?DVmLSgުjԕ^wK6 ME74NɰFG(NH[ +(s"Yk X?tɖt{o YrsM9996RKE*R>Wa8:(iE-&ĀIGC)+3vM]aTq^uzw9,:7؎B:StEr<9ZFo]H &sz /=<5.Ge8p-C2dlLR'1@ Lp4g5ZO/E`O bVϠhs<^#t ZquLGt78rD!zOy\ih!aX{[Y9]qU;\KɌƘW~Jhgoݕ)zu Or8Đ&a]hHh1X͔.)-,̯(g-m^=@,SHr5|"Fo˥t ]!^w. _t +>_w^ +b?xX &O2ChZp,CV4bYP IߞLmFIJ@ßnt%, dߝ*XA>܍3\':ʋQ;'u:+Fɩ:\jr8ѨwNBM1CvxjWtgb ]oJ-gX-$ʵ"ܷQ_a +endstream +endobj +1140 0 obj +<< +/Filter /FlateDecode +/Length 1950 +/Subtype /Type1C +>> +stream +H|TkPWfnP&inDc(F"jdEEf`FDqx0p(>x"%:*T0X-נkmj-6fS[䚪ڪuO|w/a8K߱ePMIoܟr "ŠT+_K΁ޛp6rGk׮ pIrŊ32XK|MAIsu|MZ0 52$h F )3C+k҄|}J&;E%\QO)A#H9Z/ BJNZE7S%UWj A[b +s5!Maw0l1}aFT2, K0F*b0=ܖ2;=}B5<"h,_%wSfuOǼ9N@5ˠP0.M-HC(tB͸vȥQhB& pR|7ˀE\%*A 8x SwKvnO|%m-nH@ .h6"\Vbd{FP9hJqW\eӫ_WCjax_C d>D'1r`H+߾egD5 &yԐm|h;~ZQC8#Ai]dW ipnA*C  t3,$|x7޹Ư8uQ~ŝ\?ۓ7(?D*M^ׁ}JmQR9{9 +"c +m(HD!BH +_(ANmv#ѺJ4kR(v6] :an3)Zʸ2]amlxS?a"G@I=>F9pܧ` l<٨DC"Cі(KQUI;u>A/2t˹z"Q ]uvTk! wcaZ[ţ1zH/gժLXz-cJI;%sK B&<89ZZV:K@1ԟ` Bdb5D2s]J`}"?"ъ lڎ{\>x}t +ov8Ɲ: g05f }Я+v-@3a?\^k-],!326%"_aq#7F{[^T_< VwqHN3fk.PMW<嫃gu\UyUԪ(M_gKe`҈_fd$&iFF/bY)|:4;D"(Ua.^lO%)El"Gڭ;ɵ6u-qHo}9z.d{X13dO?F19ZFؒm۷*) /4.|= =dcթzl߷U]ª!rBNx7sh2#Z"\bs,#Kf<47>)0d}O )Xg6]0GW6 +H{Utzm;e9˭ElJ~C׳SrHvWR1%.*late#|C{<54+[gNMY;YĬ_r `Z' +J5ɑ-:Bt ,AEޓΝhC ͉]\޹kZO_p=A )A*,;HY),yD?oV8?_ru.nw ngLi9z,P/{\+2`r +endstream +endobj +1141 0 obj +<< +/Filter /FlateDecode +/Length 360 +/Subtype /Type1C +>> +stream +H|OKQgLGJ + #]&BcZbt:j+mHmm]Ԣ|.zoڴjs{+K$Үk=bF2jt[:f&d6p2셼_;|t`#&|LB6U EIAF +V kNй0bb^3vKK{*ᕻYtv΍#}8` +endstream +endobj +1142 0 obj +<< +/Filter /FlateDecode +/Length 1318 +/Subtype /Type1C +>> +stream +H|RkPW% Yu"؊"c֊O` Ć&1h jE-:0訵>(JUp8=K/W=s9;^ pWeKMI^ܬVM33b}ɠG9UD .IWˆLSL%bvaKLDmiju<(Xb Ęo2Z+ n3l5qz EӊBouլZ',VȉFeXEiXiKijشU%<7xpl(Lb)X[e`k .e"hx%~'`i@INH^py.;PpuE( 0D"U~!%s|HB"&3JH>.?ʞGa"| +!88D ( (> +Hb a"P똩]Z渺\Ͷ;$`N"]"%-P*7x +P}p٠?t <:((?]Zr1SZhڜUS(sy``So]0nvTlc et:溋y +#Y twp H*>RuASa1Ff#Upo8In)g6)dMxw(*U\q-n(ս۾\!$ŒHF/Zc.fp$-띫U{2;{输 ,,i͆cݟ1ν:\]5G 86BD3|k-" R'" +(b(47/4?Ŕ?$m[IO;}سw辦+6a `H}'QIӸ?E~΢66zy}L[Ñç-YXwHAx~^n--\$ַ/ssx ?o^mmvJ~}"Dv$!TwEx~ EM3"_#N4~ADfZo={?H-coA5C`I]n4x/:j )uS^(֐ԡ!#KTni*J^P’ +&\ P(u\;_ ;Nl=+}B|>>n"U惘1*H~crǹe!D6X,NP+`X +endstream +endobj +1143 0 obj +<< +/K [1149 0 R 1151 0 R 1153 0 R] +/P 887 0 R +/S /Table +>> +endobj +1144 0 obj +<< +/A << +/BBox [85.0394 112.093 501.232 633.543] +/O /Layout +>> +/K [1155 0 R 1184 0 R 1156 0 R 1158 0 R 1160 0 R] +/P 898 0 R +/S /Table +>> +endobj +1145 0 obj +<< +/A << +/BBox [113.386 691.308 529.579 737.008] +/O /Layout +>> +/K [1162 0 R 1185 0 R] +/P 899 0 R +/S /Table +>> +endobj +1146 0 obj +<< +/A << +/BBox [113.386 105.704 529.579 705.354] +/O /Layout +>> +/K [1163 0 R 1186 0 R 1164 0 R 1166 0 R 1168 0 R 1170 0 R 1172 0 R 1174 0 R 1176 0 R] +/P 912 0 R +/S /Table +>> +endobj +1147 0 obj +<< +/K [913 0 R 1187 0 R] +/S /TR +>> +endobj +1148 0 obj +<< +/K [915 0 R 917 0 R 919 0 R 921 0 R] +/P 1187 0 R +/S /L +>> +endobj +1149 0 obj +<< +/K [922 0 R 1188 0 R] +/P 1143 0 R +/S /TR +>> +endobj +1150 0 obj +<< +/K [924 0 R 926 0 R] +/P 1188 0 R +/S /L +>> +endobj +1151 0 obj +<< +/K [927 0 R 1189 0 R] +/P 1143 0 R +/S /TR +>> +endobj +1152 0 obj +<< +/K [929 0 R 931 0 R 933 0 R 935 0 R 937 0 R 939 0 R 941 0 R 943 0 R 945 0 R] +/P 1189 0 R +/S /L +>> +endobj +1153 0 obj +<< +/K [946 0 R 1190 0 R] +/P 1143 0 R +/S /TR +>> +endobj +1154 0 obj +<< +/K [948 0 R 950 0 R 952 0 R] +/P 1190 0 R +/S /L +>> +endobj +1155 0 obj +<< +/K 964 0 R +/P 1144 0 R +/S /TR +>> +endobj +1156 0 obj +<< +/K [965 0 R 1191 0 R] +/P 1144 0 R +/S /TR +>> +endobj +1157 0 obj +<< +/K [967 0 R 969 0 R 971 0 R 973 0 R 975 0 R 977 0 R] +/P 1191 0 R +/S /L +>> +endobj +1158 0 obj +<< +/K [978 0 R 1192 0 R] +/P 1144 0 R +/S /TR +>> +endobj +1159 0 obj +<< +/K [980 0 R 982 0 R 984 0 R 986 0 R 988 0 R 990 0 R] +/P 1192 0 R +/S /L +>> +endobj +1160 0 obj +<< +/K [991 0 R 1193 0 R] +/P 1144 0 R +/S /TR +>> +endobj +1161 0 obj +<< +/K [993 0 R 995 0 R 997 0 R 999 0 R 1001 0 R] +/P 1193 0 R +/S /L +>> +endobj +1162 0 obj +<< +/K 1038 0 R +/P 1145 0 R +/S /TR +>> +endobj +1163 0 obj +<< +/K [1085 0 R 1086 0 R 1087 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1164 0 obj +<< +/K [1088 0 R 1089 0 R 1194 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1165 0 obj +<< +/K [1091 0 R 1093 0 R 1095 0 R] +/P 1194 0 R +/S /L +>> +endobj +1166 0 obj +<< +/K [1096 0 R 1097 0 R 1195 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1167 0 obj +<< +/K [1099 0 R 1101 0 R 1103 0 R 1105 0 R] +/P 1195 0 R +/S /L +>> +endobj +1168 0 obj +<< +/K [1106 0 R 1107 0 R 1196 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1169 0 obj +<< +/K 1109 0 R +/P 1196 0 R +/S /L +>> +endobj +1170 0 obj +<< +/K [1110 0 R 1111 0 R 1197 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1171 0 obj +<< +/K [1113 0 R 1115 0 R] +/P 1197 0 R +/S /L +>> +endobj +1172 0 obj +<< +/K [1116 0 R 1117 0 R 1198 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1173 0 obj +<< +/K 1119 0 R +/P 1198 0 R +/S /L +>> +endobj +1174 0 obj +<< +/K [1120 0 R 1121 0 R 1199 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1175 0 obj +<< +/K [1123 0 R 1125 0 R] +/P 1199 0 R +/S /L +>> +endobj +1176 0 obj +<< +/K [1126 0 R 1127 0 R 1200 0 R] +/P 1146 0 R +/S /TR +>> +endobj +1177 0 obj +<< +/K [1129 0 R 1131 0 R] +/P 1200 0 R +/S /L +>> +endobj +1178 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +H +8 +endstream +endobj +1179 0 obj +<< +/Filter /FlateDecode +/Length 3263 +/Length1 6160 +>> +stream +HV{pT9)P=5d4HhڱThfZgtFKۙ888:j;wLt:;se *lYI"Uho +'eWϮr|DۇO߽ Gq Bg=UE;ye'd=Wt$_|(HSSD>qeo'|ߙ%?/Dq/wW;-đ7}&Y5s̷69"}Ja}9;Ik>Ƴ|y+ȕ/Ir@ W^&&WQ +SӆGR24T)547ۡ )D9rv[sJsc@k௧47q!| Ƣh{BFc}X ʵݲ)љ˦p<Jݰ~-ގxISckw m +p$ɀ;"D8D, +b]2,3WFz%ͽ7'p\zCeuF&bpT!{9l#E(H1Rw;%Q @RXR7 -Haax:R1wT頭o;?L=胪]WbT35hU?$dR ݑNn2͐"Njf#ŝ5{-KgQAVXUF[:XRC)C{C{ #́ᛮRR')=If~ + |~3O񅪠C!)Zk\N*rډ͵{c-91^gEO(?Ə95۠m~Ljo2\|{PvNcpt8kd-c8]Wk9ڇz0nl60[}i]X9v(D/O0=/LQkI:Eѝ9kmZE?gAvk~Nէku'>? +v&)qX)k:mSFq153.^G/Ji>r|=tvmx^#U0Daul3nf~ltEOA"jyxdae;8 >O׷7-Q~O ~5f|1W\*hmbxN'$-GN6kڄ!vB/WU@ޫDOFӕ|cq1jg|a5癗flvas3Ȥ "nnMdg kgD=KOI^dN=V'bG -H׮LzΪjY%n묾VWU#2f!+xzˣRE775.WkfA&z{NB2Qk22ʡA9~%w,9!+VF^vL->;vQ5L x{*T I**3Up*igZ[;جI^XPsd,ZE#l>Z_#/GrR='Mrf$iwŐV3U#bˠD&>EdnZ:A*zQ%Lj*C].˃c5E]k{_.ʕ4Bh{;$鵥#ሺ#1|eِɎqk*f]HW6-FBL"ә)t)4?f:NAuZy4)IsczMJysdd@__G#b2xK6^Vxl^L-}UOzG[Ux&< \!{4r ف<L!0NZ ;xlیkבGE}|zλr7#۟#|13*=[@z=}s\De=+p-M{ip.oy\9k_K pK0'_o`~Fq&x鰁΅[F[ Pg߲>YqOw|:ʕwmE - 5 ?+=w{i7L1{)˴-wwIZVݘ!7(Zp*0ƀʩ UVXO$Y;t%YβXgXX'YYV7+ΊYYY~D){p|nOE8l0 pqp ܴ:zuIVk%Y>E-\\sCp =-5:+'^J뤴JkBZvHkDZۤUZiij}^VuFUP*+Cyaڛ$"Sb(͉/NUON[9hrbiFGM=DB,NyT-\HB:m?:ڏF-hX&%18_X1[Rsn25(޼=) ?> iw;>߼l2|1ITSGSNዦSzOo7/|**  s0o +endstream +endobj +1180 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +H +8 +endstream +endobj +1181 0 obj +<< +/Filter /FlateDecode +/Length 3263 +/Length1 6160 +>> +stream +HV}pT?/$ Rpgn>@HD`v J MvdXh :::b v,-v&5Nt%NgN{s{ι 1"ʥTqcKS)"XojO"2k::{^j(Om>{Fp>|1諻`(s?_ՓY]^""/kMMj'{;Mr`Ox칪*}7c>8&1`U3|io_ )ҧQQ#<++V +J\A_ pϪqLOҐި_XE/՜s_eE> ißH]K/\?,ʣQZAܐp[Բ fTn`N3;kl3MF}HX-#X"֑x_,LFber}4*#]Ʉl'pe}cKtK3;iw>m G] x3HLƃpO0-c3C|eW"Ib|K2 'd7T1g؎d<NI:D}jSbAIjv߫-U%Y#UOl]xR׵a1]]өBf Bf˜2ܨP;B%w>J969B/@Ud*Sձ͐VXK=bmv}ynytoA?Ǝ jPc(sbuMfSϊⴘĺijk6~RJr]%*} KcGOFӕBcqq1jc|a5癗BJŌasJBV(}-jRzk_{cOmٵc6RH۪f+>BGRS{=ugk+z.dmKUFߩAYq9T6UfSζRX R65r=ԟ'S^j zQyh}q;=r ț5}r +! f*#[Ė-TGRՠjeh רK-:G[QTezۥjXZdWy/_2Ǡ5h˥VypڠMbb8mi;?MU(.e1T5S"ɺH!6ʌO2"wn,%:%(F1OWMq{t}9;{νw4GhؘCەURi9XʔF8s6 l*Cuݻ*QstPnh&25 \"I䲹|p4lKa&24 ΣamM WK.ÝiUz{ `_!'_~G3rSZVxh]N& +_o3NZVe')nH|r%9KXG 8 &ȒKdyQu=r_GyUA dy8~2F^gJPq  È 7ДJV*5{Exbh -ОE繯r ow҂;E\tTu-isL3VOW~,殡\sǶ\!W5u5^<^}lrzJd);.67h@#3dfҪj̤(m+>*J$PvFG{۠CYӬ)ֻiVÊbNfF,-8 ̂p +Lc00yXgXNcc=bmaur(_3)Xs`|7>W`b}'̝vanfFi^yG-2$e jY%RJԥKIWr %JG_y6kvmOvG:hZaN^3d"iZal(:P߷p^226oXPDM'jD|ڒC{ if+jvVM$3[\?53PpoӹM% +^I]@ZZT +_4Vb*|`SqI)P)o +endstream +endobj +1182 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1183 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1201 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1202 0 R +/FontName /CUCKKZ+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1184 0 obj +<< +/K 1203 0 R +/P 1144 0 R +/S /TR +>> +endobj +1185 0 obj +<< +/K 1204 0 R +/P 1145 0 R +/S /TR +>> +endobj +1186 0 obj +<< +/K 1205 0 R +/P 1146 0 R +/S /TR +>> +endobj +1187 0 obj +<< +/K 1148 0 R +/P 1147 0 R +/S /TD +>> +endobj +1188 0 obj +<< +/K 1150 0 R +/P 1149 0 R +/S /TD +>> +endobj +1189 0 obj +<< +/K 1152 0 R +/P 1151 0 R +/S /TD +>> +endobj +1190 0 obj +<< +/K 1154 0 R +/P 1153 0 R +/S /TD +>> +endobj +1191 0 obj +<< +/K 1157 0 R +/P 1156 0 R +/S /TD +>> +endobj +1192 0 obj +<< +/K 1159 0 R +/P 1158 0 R +/S /TD +>> +endobj +1193 0 obj +<< +/K 1161 0 R +/P 1160 0 R +/S /TD +>> +endobj +1194 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 1165 0 R +/P 1164 0 R +/S /TD +>> +endobj +1195 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 1167 0 R +/P 1166 0 R +/S /TD +>> +endobj +1196 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 1169 0 R +/P 1168 0 R +/S /TD +>> +endobj +1197 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 1171 0 R +/P 1170 0 R +/S /TD +>> +endobj +1198 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 1173 0 R +/P 1172 0 R +/S /TD +>> +endobj +1199 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 1175 0 R +/P 1174 0 R +/S /TD +>> +endobj +1200 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/K 1177 0 R +/P 1176 0 R +/S /TD +>> +endobj +1201 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +Hj`@ +endstream +endobj +1202 0 obj +<< +/Filter /FlateDecode +/Length 3260 +/Length1 6160 +>> +stream +HVkl>yƀ21!x1u !I ŏuv  'k +D㘴*ZJJHHi+9"JqDT(Ufv ?QU:wsν3kbDN]$ڢY%D[>9BO&R4v4umI%R7nn콼m%|OcliW^Z@yf(Ǧ=*{b/!![ a"VqͿC<$9o d= Q;}azbqMKNF=~IDE_ep/)sd9}kR(R<u:r~Ed_"JcqGG50+5(BJp25$qXSI/Q1{,9f$91v w\g댸U\ƢlHE/av|.lG[k +Nd???P E'VG&CgE1}PTʔ:~NT>NrUy\uЬng8Cꐖaw%[-vikڇW8}> (KZUԏcKRC4'//[N+"Nb Yx^f`H7D*U)hxZz_,<^t!qH&fݧ_Fijj^Ȗ0_7:ª:=c|&=uR +cSYxMu;;8Iߧ4E͠i8*X̞UR\TX̟ykLsȩS3y{r'36;+sQi)*3rz +4LelY%~((|&0+n1v{ó O)Ѣې'j/nNC6_ase-p`6|cVt6=>7 W0I}i`f*ʘMxgAQʬ4sR0E0WV{=IG]d$c9&v!L^Fr[9ߌ=Ik +FV62[<^^5S]'ᮾ]nwZ˻v [''7$-1%jVuCgUׁ ^iQ+@P[$-Uf4 L5 >lĸI5M,?5g*0O2}9ܿ\.RJto$u+ lf[ Yl522㈘A"aR,xC)p1t4 P2 N8Е5F˼Nȑ&7͙3Ȭ̖8;*#SUhbR݂"vd9C0 __lEsw3w*WcӘ*E=xhzHkK $*$&!ڀVWI +Q`W-AHhU b# &ݝ\ꃛ~3vg"4hQIB>Sg +xϻKjGC5{sD*ai3ɾ̘YΌpk:*f2HG&.FBl"ߞw)0f:Auy4ʭ}^ӓx#7L+=e[?ꉖ/ƒeRdhB&2~K="ݪj4 Gd2޳fȖgJq"+dft]cf>-Q'+(rE;<>?WcSyԏׅ8MPÈ WӤ&*5F:wbh -ўE縯jow|;M\Ϟqum{L1V~rP.c.bpE?o`Mm\ϧ{ߋP#a +ߋ)_En VӐ YD)ւTtx6=VJRFź"Yϣs]MЈ+1u5:zu5fu:YqV %bO߃;p|.9`0 N)pniu>=q6V K|,b1[5 +>E18xU VVIiքIiְvJkR:Q{*jTP!UJUP)W(> +/P 1184 0 R +/S /TD +>> +endobj +1204 0 obj +<< +/P 1185 0 R +/S /TD +>> +endobj +1205 0 obj +<< +/A << +/O /Table +/ColSpan 4 +>> +/P 1186 0 R +/S /TD +>> +endobj +xref +0 1206 +0000000000 65535 f +0000000015 00000 n +0000000205 00000 n +0000000376 00000 n +0000004658 00000 n +0000004881 00000 n +0000005008 00000 n +0000006116 00000 n +0000007117 00000 n +0000008201 00000 n +0000009207 00000 n +0000010227 00000 n +0000011247 00000 n +0000012331 00000 n +0000013378 00000 n +0000014411 00000 n +0000015457 00000 n +0000016516 00000 n +0000017563 00000 n +0000018585 00000 n +0000019620 00000 n +0000020655 00000 n +0000021752 00000 n +0000022773 00000 n +0000023807 00000 n +0000024855 00000 n +0000025890 00000 n +0000026938 00000 n +0000027973 00000 n +0000029008 00000 n +0000030027 00000 n +0000030963 00000 n +0000032370 00000 n +0000032439 00000 n +0000032701 00000 n +0000033065 00000 n +0000037178 00000 n +0000037357 00000 n +0000037484 00000 n +0000037609 00000 n +0000038075 00000 n +0000038545 00000 n +0000038697 00000 n +0000039131 00000 n +0000039411 00000 n +0000039803 00000 n +0000040218 00000 n +0000040428 00000 n +0000052744 00000 n +0000053252 00000 n +0000054432 00000 n +0000054727 00000 n +0000055691 00000 n +0000056953 00000 n +0000058029 00000 n +0000059022 00000 n +0000060053 00000 n +0000061098 00000 n +0000062218 00000 n +0000063290 00000 n +0000064087 00000 n +0000064214 00000 n +0000064339 00000 n +0000064912 00000 n +0000065143 00000 n +0000065353 00000 n +0000065816 00000 n +0000066675 00000 n +0000072091 00000 n +0000072968 00000 n +0000078751 00000 n +0000079286 00000 n +0000083746 00000 n +0000084234 00000 n +0000088924 00000 n +0000089050 00000 n +0000089178 00000 n +0000089330 00000 n +0000094027 00000 n +0000100668 00000 n +0000101110 00000 n +0000107730 00000 n +0000114330 00000 n +0000120021 00000 n +0000125958 00000 n +0000131902 00000 n +0000136563 00000 n +0000141189 00000 n +0000141257 00000 n +0000141394 00000 n +0000153308 00000 n +0000159437 00000 n +0000165323 00000 n +0000171230 00000 n +0000176239 00000 n +0000181823 00000 n +0000187811 00000 n +0000192467 00000 n +0000197743 00000 n +0000197866 00000 n +0000197987 00000 n +0000198112 00000 n +0000198225 00000 n +0000198353 00000 n +0000199953 00000 n +0000200375 00000 n +0000200505 00000 n +0000202604 00000 n +0000203047 00000 n +0000203731 00000 n +0000204713 00000 n +0000205831 00000 n +0000207499 00000 n +0000209991 00000 n +0000212856 00000 n +0000216042 00000 n +0000219477 00000 n +0000223189 00000 n +0000227197 00000 n +0000231351 00000 n +0000235905 00000 n +0000240656 00000 n +0000245684 00000 n +0000251041 00000 n +0000256551 00000 n +0000262343 00000 n +0000268422 00000 n +0000274744 00000 n +0000281705 00000 n +0000281978 00000 n +0000282497 00000 n +0000282769 00000 n +0000283295 00000 n +0000283322 00000 n +0000283634 00000 n +0000284005 00000 n +0000284447 00000 n +0000284753 00000 n +0000285068 00000 n +0000285394 00000 n +0000285763 00000 n +0000286125 00000 n +0000286534 00000 n +0000286853 00000 n +0000287171 00000 n +0000287324 00000 n +0000287520 00000 n +0000287673 00000 n +0000288088 00000 n +0000288283 00000 n +0000288481 00000 n +0000288875 00000 n +0000289148 00000 n +0000289770 00000 n +0000290194 00000 n +0000290544 00000 n +0000290863 00000 n +0000291181 00000 n +0000291279 00000 n +0000291704 00000 n +0000292226 00000 n +0000292379 00000 n +0000292810 00000 n +0000293005 00000 n +0000293203 00000 n +0000293597 00000 n +0000293750 00000 n +0000294171 00000 n +0000294369 00000 n +0000294763 00000 n +0000294866 00000 n +0000295338 00000 n +0000295892 00000 n +0000295997 00000 n +0000296470 00000 n +0000297050 00000 n +0000297077 00000 n +0000297387 00000 n +0000297659 00000 n +0000298118 00000 n +0000298205 00000 n +0000298331 00000 n +0000298484 00000 n +0000298723 00000 n +0000299267 00000 n +0000299682 00000 n +0000299880 00000 n +0000300274 00000 n +0000300427 00000 n +0000300482 00000 n +0000301803 00000 n +0000301858 00000 n +0000301913 00000 n +0000301968 00000 n +0000302023 00000 n +0000302078 00000 n +0000302133 00000 n +0000302407 00000 n +0000302462 00000 n +0000302548 00000 n +0000302616 00000 n +0000302684 00000 n +0000302752 00000 n +0000302820 00000 n +0000302888 00000 n +0000302950 00000 n +0000303018 00000 n +0000303086 00000 n +0000303170 00000 n +0000303254 00000 n +0000303322 00000 n +0000303390 00000 n +0000303452 00000 n +0000303538 00000 n +0000303606 00000 n +0000303674 00000 n +0000303742 00000 n +0000303810 00000 n +0000303878 00000 n +0000303950 00000 n +0000304036 00000 n +0000304104 00000 n +0000304172 00000 n +0000304240 00000 n +0000304308 00000 n +0000304376 00000 n +0000304444 00000 n +0000304512 00000 n +0000304580 00000 n +0000304642 00000 n +0000304710 00000 n +0000304778 00000 n +0000304854 00000 n +0000304938 00000 n +0000305006 00000 n +0000305074 00000 n +0000305142 00000 n +0000305210 00000 n +0000305278 00000 n +0000305346 00000 n +0000305414 00000 n +0000305482 00000 n +0000305554 00000 n +0000305622 00000 n +0000305690 00000 n +0000305752 00000 n +0000305820 00000 n +0000305888 00000 n +0000305950 00000 n +0000306036 00000 n +0000306104 00000 n +0000306172 00000 n +0000306256 00000 n +0000306340 00000 n +0000306408 00000 n +0000306476 00000 n +0000306556 00000 n +0000306640 00000 n +0000306708 00000 n +0000306776 00000 n +0000306864 00000 n +0000306948 00000 n +0000307032 00000 n +0000307127 00000 n +0000307257 00000 n +0000307333 00000 n +0000307449 00000 n +0000307530 00000 n +0000307611 00000 n +0000307692 00000 n +0000307774 00000 n +0000307867 00000 n +0000307949 00000 n +0000308056 00000 n +0000308138 00000 n +0000308220 00000 n +0000308331 00000 n +0000308413 00000 n +0000308542 00000 n +0000308624 00000 n +0000308706 00000 n +0000308788 00000 n +0000308870 00000 n +0000308966 00000 n +0000309048 00000 n +0000309125 00000 n +0000309250 00000 n +0000309332 00000 n +0000309396 00000 n +0000309473 00000 n +0000309567 00000 n +0000309649 00000 n +0000309739 00000 n +0000309821 00000 n +0000309887 00000 n +0000309952 00000 n +0000310018 00000 n +0000310091 00000 n +0000310173 00000 n +0000310239 00000 n +0000310299 00000 n +0000310365 00000 n +0000310425 00000 n +0000310491 00000 n +0000310551 00000 n +0000310628 00000 n +0000310724 00000 n +0000310893 00000 n +0000311048 00000 n +0000311132 00000 n +0000311216 00000 n +0000311300 00000 n +0000311384 00000 n +0000311543 00000 n +0000311627 00000 n +0000311711 00000 n +0000311795 00000 n +0000311918 00000 n +0000312002 00000 n +0000312081 00000 n +0000312179 00000 n +0000312263 00000 n +0000312352 00000 n +0000312431 00000 n +0000312525 00000 n +0000312604 00000 n +0000312710 00000 n +0000312794 00000 n +0000312873 00000 n +0000312967 00000 n +0000313046 00000 n +0000313148 00000 n +0000313232 00000 n +0000313311 00000 n +0000313390 00000 n +0000313492 00000 n +0000313595 00000 n +0000313679 00000 n +0000313758 00000 n +0000313856 00000 n +0000313940 00000 n +0000314019 00000 n +0000314451 00000 n +0000314535 00000 n +0000314621 00000 n +0000314707 00000 n +0000314775 00000 n +0000314843 00000 n +0000314905 00000 n +0000314973 00000 n +0000315041 00000 n +0000315113 00000 n +0000315181 00000 n +0000315249 00000 n +0000315317 00000 n +0000315385 00000 n +0000315453 00000 n +0000315525 00000 n +0000315593 00000 n +0000315661 00000 n +0000315733 00000 n +0000315801 00000 n +0000315869 00000 n +0000315945 00000 n +0000316029 00000 n +0000316115 00000 n +0000316183 00000 n +0000316251 00000 n +0000316327 00000 n +0000316411 00000 n +0000316479 00000 n +0000316547 00000 n +0000316615 00000 n +0000316683 00000 n +0000316751 00000 n +0000316827 00000 n +0000316911 00000 n +0000316979 00000 n +0000317047 00000 n +0000317109 00000 n +0000317177 00000 n +0000317245 00000 n +0000317313 00000 n +0000317381 00000 n +0000317449 00000 n +0000317517 00000 n +0000317603 00000 n +0000317671 00000 n +0000317739 00000 n +0000317801 00000 n +0000317869 00000 n +0000317937 00000 n +0000317999 00000 n +0000318067 00000 n +0000318135 00000 n +0000318203 00000 n +0000318271 00000 n +0000318339 00000 n +0000318415 00000 n +0000318484 00000 n +0000318553 00000 n +0000318616 00000 n +0000318695 00000 n +0000318764 00000 n +0000318833 00000 n +0000318901 00000 n +0000318974 00000 n +0000319043 00000 n +0000319112 00000 n +0000319180 00000 n +0000319257 00000 n +0000319326 00000 n +0000319395 00000 n +0000319463 00000 n +0000319540 00000 n +0000319609 00000 n +0000319678 00000 n +0000319746 00000 n +0000319831 00000 n +0000319915 00000 n +0000319984 00000 n +0000320053 00000 n +0000320121 00000 n +0000320194 00000 n +0000320263 00000 n +0000320332 00000 n +0000320400 00000 n +0000320473 00000 n +0000320542 00000 n +0000320611 00000 n +0000320679 00000 n +0000320752 00000 n +0000320821 00000 n +0000320890 00000 n +0000320958 00000 n +0000321031 00000 n +0000321114 00000 n +0000321183 00000 n +0000321252 00000 n +0000321320 00000 n +0000321417 00000 n +0000321486 00000 n +0000321555 00000 n +0000321623 00000 n +0000321732 00000 n +0000321816 00000 n +0000321900 00000 n +0000321969 00000 n +0000322038 00000 n +0000322106 00000 n +0000322203 00000 n +0000322272 00000 n +0000322341 00000 n +0000322409 00000 n +0000322490 00000 n +0000322559 00000 n +0000322628 00000 n +0000322696 00000 n +0000322809 00000 n +0000322893 00000 n +0000322977 00000 n +0000323046 00000 n +0000323115 00000 n +0000323183 00000 n +0000323292 00000 n +0000323376 00000 n +0000323460 00000 n +0000323529 00000 n +0000323598 00000 n +0000323666 00000 n +0000323767 00000 n +0000323851 00000 n +0000323930 00000 n +0000324016 00000 n +0000324085 00000 n +0000324154 00000 n +0000324222 00000 n +0000324355 00000 n +0000324439 00000 n +0000324523 00000 n +0000324607 00000 n +0000324676 00000 n +0000324745 00000 n +0000324813 00000 n +0000324958 00000 n +0000325042 00000 n +0000325126 00000 n +0000325210 00000 n +0000325279 00000 n +0000325348 00000 n +0000325416 00000 n +0000325541 00000 n +0000325625 00000 n +0000325709 00000 n +0000325793 00000 n +0000325872 00000 n +0000326026 00000 n +0000326110 00000 n +0000326241 00000 n +0000326325 00000 n +0000326409 00000 n +0000326516 00000 n +0000326600 00000 n +0000326684 00000 n +0000326807 00000 n +0000326891 00000 n +0000326975 00000 n +0000327078 00000 n +0000327157 00000 n +0000327267 00000 n +0000327366 00000 n +0000327445 00000 n +0000327559 00000 n +0000327643 00000 n +0000327722 00000 n +0000327832 00000 n +0000327916 00000 n +0000328054 00000 n +0000328138 00000 n +0000328222 00000 n +0000328317 00000 n +0000328401 00000 n +0000328516 00000 n +0000328600 00000 n +0000328684 00000 n +0000328775 00000 n +0000328862 00000 n +0000328993 00000 n +0000329077 00000 n +0000329161 00000 n +0000329240 00000 n +0000329394 00000 n +0000329478 00000 n +0000329562 00000 n +0000329646 00000 n +0000329730 00000 n +0000329814 00000 n +0000329913 00000 n +0000330055 00000 n +0000330181 00000 n +0000330265 00000 n +0000330384 00000 n +0000330468 00000 n +0000330552 00000 n +0000330639 00000 n +0000330723 00000 n +0000330802 00000 n +0000330892 00000 n +0000331055 00000 n +0000331139 00000 n +0000331223 00000 n +0000331307 00000 n +0000331402 00000 n +0000331486 00000 n +0000331565 00000 n +0000331667 00000 n +0000331751 00000 n +0000332060 00000 n +0000332144 00000 n +0000332228 00000 n +0000332314 00000 n +0000332398 00000 n +0000332477 00000 n +0000332563 00000 n +0000332642 00000 n +0000332772 00000 n +0000332856 00000 n +0000332940 00000 n +0000333019 00000 n +0000333105 00000 n +0000333184 00000 n +0000333282 00000 n +0000333366 00000 n +0000333445 00000 n +0000333535 00000 n +0000333622 00000 n +0000333706 00000 n +0000333800 00000 n +0000333935 00000 n +0000334019 00000 n +0000334103 00000 n +0000334194 00000 n +0000334278 00000 n +0000334665 00000 n +0000334758 00000 n +0000334898 00000 n +0000334967 00000 n +0000335036 00000 n +0000335128 00000 n +0000335197 00000 n +0000335266 00000 n +0000335407 00000 n +0000335548 00000 n +0000335689 00000 n +0000335830 00000 n +0000335970 00000 n +0000336111 00000 n +0000336252 00000 n +0000336393 00000 n +0000336534 00000 n +0000336675 00000 n +0000336816 00000 n +0000336957 00000 n +0000337097 00000 n +0000337238 00000 n +0000337307 00000 n +0000337399 00000 n +0000337468 00000 n +0000337537 00000 n +0000337629 00000 n +0000337698 00000 n +0000337767 00000 n +0000337836 00000 n +0000337928 00000 n +0000337997 00000 n +0000338066 00000 n +0000338158 00000 n +0000338227 00000 n +0000338296 00000 n +0000338365 00000 n +0000338434 00000 n +0000338526 00000 n +0000338595 00000 n +0000338665 00000 n +0000338758 00000 n +0000338828 00000 n +0000338968 00000 n +0000339067 00000 n +0000339146 00000 n +0000339272 00000 n +0000339356 00000 n +0000339455 00000 n +0000339804 00000 n +0000339888 00000 n +0000339972 00000 n +0000340056 00000 n +0000340140 00000 n +0000340224 00000 n +0000340315 00000 n +0000340406 00000 n +0000340509 00000 n +0000340593 00000 n +0000340672 00000 n +0000340758 00000 n +0000340827 00000 n +0000340896 00000 n +0000340965 00000 n +0000341054 00000 n +0000341138 00000 n +0000341222 00000 n +0000341291 00000 n +0000341364 00000 n +0000341443 00000 n +0000341549 00000 n +0000341754 00000 n +0000341853 00000 n +0000341932 00000 n +0000342098 00000 n +0000342182 00000 n +0000342266 00000 n +0000342350 00000 n +0000342434 00000 n +0000342518 00000 n +0000342597 00000 n +0000342689 00000 n +0000342759 00000 n +0000342829 00000 n +0000342893 00000 n +0000342963 00000 n +0000343033 00000 n +0000343117 00000 n +0000343202 00000 n +0000343272 00000 n +0000343342 00000 n +0000343426 00000 n +0000343511 00000 n +0000343581 00000 n +0000343651 00000 n +0000343732 00000 n +0000344044 00000 n +0000344129 00000 n +0000344214 00000 n +0000344294 00000 n +0000344392 00000 n +0000344472 00000 n +0000344588 00000 n +0000344673 00000 n +0000344753 00000 n +0000344833 00000 n +0000344957 00000 n +0000345042 00000 n +0000345127 00000 n +0000345207 00000 n +0000345305 00000 n +0000345424 00000 n +0000345509 00000 n +0000345589 00000 n +0000345682 00000 n +0000345762 00000 n +0000345860 00000 n +0000345930 00000 n +0000346000 00000 n +0000346064 00000 n +0000346134 00000 n +0000346204 00000 n +0000346280 00000 n +0000346389 00000 n +0000346474 00000 n +0000346554 00000 n +0000346675 00000 n +0000346760 00000 n +0000346889 00000 n +0000346974 00000 n +0000347054 00000 n +0000347162 00000 n +0000347232 00000 n +0000347302 00000 n +0000347373 00000 n +0000347443 00000 n +0000347513 00000 n +0000347584 00000 n +0000347654 00000 n +0000347724 00000 n +0000347788 00000 n +0000347858 00000 n +0000347928 00000 n +0000347999 00000 n +0000348085 00000 n +0000348219 00000 n +0000348304 00000 n +0000348433 00000 n +0000348518 00000 n +0000348598 00000 n +0000348741 00000 n +0000348815 00000 n +0000348885 00000 n +0000348955 00000 n +0000349031 00000 n +0000349101 00000 n +0000349171 00000 n +0000349242 00000 n +0000349312 00000 n +0000349382 00000 n +0000349471 00000 n +0000349556 00000 n +0000349626 00000 n +0000349696 00000 n +0000349767 00000 n +0000349917 00000 n +0000350002 00000 n +0000350087 00000 n +0000350172 00000 n +0000350252 00000 n +0000350333 00000 n +0000350414 00000 n +0000350495 00000 n +0000350576 00000 n +0000350657 00000 n +0000350738 00000 n +0000350819 00000 n +0000350900 00000 n +0000350981 00000 n +0000351062 00000 n +0000351143 00000 n +0000351224 00000 n +0000351305 00000 n +0000351386 00000 n +0000351467 00000 n +0000351547 00000 n +0000351635 00000 n +0000351730 00000 n +0000351818 00000 n +0000351906 00000 n +0000352001 00000 n +0000352071 00000 n +0000352141 00000 n +0000352205 00000 n +0000352275 00000 n +0000352345 00000 n +0000352409 00000 n +0000352479 00000 n +0000352549 00000 n +0000352620 00000 n +0000352708 00000 n +0000352811 00000 n +0000352896 00000 n +0000352966 00000 n +0000353036 00000 n +0000353112 00000 n +0000353182 00000 n +0000353252 00000 n +0000353328 00000 n +0000353398 00000 n +0000353468 00000 n +0000353539 00000 n +0000353609 00000 n +0000353679 00000 n +0000353760 00000 n +0000353848 00000 n +0000353961 00000 n +0000354046 00000 n +0000354116 00000 n +0000354186 00000 n +0000354262 00000 n +0000354357 00000 n +0000354457 00000 n +0000354527 00000 n +0000354597 00000 n +0000354668 00000 n +0000354738 00000 n +0000354808 00000 n +0000354879 00000 n +0000354974 00000 n +0000355069 00000 n +0000355139 00000 n +0000355209 00000 n +0000355298 00000 n +0000355383 00000 n +0000355471 00000 n +0000355574 00000 n +0000355659 00000 n +0000355729 00000 n +0000355799 00000 n +0000355863 00000 n +0000355933 00000 n +0000356003 00000 n +0000356074 00000 n +0000356177 00000 n +0000356262 00000 n +0000356357 00000 n +0000356427 00000 n +0000356497 00000 n +0000356561 00000 n +0000356631 00000 n +0000356701 00000 n +0000356765 00000 n +0000366929 00000 n +0000377435 00000 n +0000377625 00000 n +0000380397 00000 n +0000381015 00000 n +0000382376 00000 n +0000384513 00000 n +0000385178 00000 n +0000385205 00000 n +0000385510 00000 n +0000385820 00000 n +0000385847 00000 n +0000386159 00000 n +0000386556 00000 n +0000386856 00000 n +0000387156 00000 n +0000387515 00000 n +0000400640 00000 n +0000404188 00000 n +0000404854 00000 n +0000408525 00000 n +0000408552 00000 n +0000408857 00000 n +0000409295 00000 n +0000409595 00000 n +0000409895 00000 n +0000410258 00000 n +0000410627 00000 n +0000410654 00000 n +0000410966 00000 n +0000411379 00000 n +0000411679 00000 n +0000412038 00000 n +0000416054 00000 n +0000420746 00000 n +0000420936 00000 n +0000429182 00000 n +0000429210 00000 n +0000429515 00000 n +0000429837 00000 n +0000430162 00000 n +0000430255 00000 n +0000430677 00000 n +0000431174 00000 n +0000431524 00000 n +0000431921 00000 n +0000432222 00000 n +0000432522 00000 n +0000432863 00000 n +0000433222 00000 n +0000433250 00000 n +0000433555 00000 n +0000433607 00000 n +0000433692 00000 n +0000433809 00000 n +0000433917 00000 n +0000433989 00000 n +0000434061 00000 n +0000434142 00000 n +0000434205 00000 n +0000434286 00000 n +0000434367 00000 n +0000434422 00000 n +0000434502 00000 n +0000434582 00000 n +0000434638 00000 n +0000434694 00000 n +0000434750 00000 n +0000434806 00000 n +0000434862 00000 n +0000434918 00000 n +0000434974 00000 n +0000435030 00000 n +0000435086 00000 n +0000435142 00000 n +0000435198 00000 n +0000435254 00000 n +0000435334 00000 n +0000435387 00000 n +0000435450 00000 n +0000435522 00000 n +0000435585 00000 n +0000435657 00000 n +0000435720 00000 n +0000435792 00000 n +0000435855 00000 n +0000435927 00000 n +0000435980 00000 n +0000436043 00000 n +0000436115 00000 n +0000436178 00000 n +0000436250 00000 n +0000436303 00000 n +0000436366 00000 n +0000436438 00000 n +0000436501 00000 n +0000436573 00000 n +0000436636 00000 n +0000436708 00000 n +0000436771 00000 n +0000436843 00000 n +0000436906 00000 n +0000436978 00000 n +0000437041 00000 n +0000437113 00000 n +0000437176 00000 n +0000437248 00000 n +0000437311 00000 n +0000437383 00000 n +0000437446 00000 n +0000437518 00000 n +0000437571 00000 n +0000437634 00000 n +0000437706 00000 n +0000437769 00000 n +0000437841 00000 n +0000437904 00000 n +0000437976 00000 n +0000438030 00000 n +0000438083 00000 n +0000438153 00000 n +0000438206 00000 n +0000438276 00000 n +0000438329 00000 n +0000438399 00000 n +0000438452 00000 n +0000438522 00000 n +0000438575 00000 n +0000438645 00000 n +0000438728 00000 n +0000438781 00000 n +0000438844 00000 n +0000438916 00000 n +0000438979 00000 n +0000439051 00000 n +0000439114 00000 n +0000439186 00000 n +0000439249 00000 n +0000439321 00000 n +0000439384 00000 n +0000439456 00000 n +0000439519 00000 n +0000439591 00000 n +0000439644 00000 n +0000439707 00000 n +0000439779 00000 n +0000439842 00000 n +0000439914 00000 n +0000439977 00000 n +0000440049 00000 n +0000440112 00000 n +0000440184 00000 n +0000440247 00000 n +0000440319 00000 n +0000440382 00000 n +0000440454 00000 n +0000440507 00000 n +0000440570 00000 n +0000440642 00000 n +0000440705 00000 n +0000440777 00000 n +0000440840 00000 n +0000440912 00000 n +0000440975 00000 n +0000441047 00000 n +0000441112 00000 n +0000441186 00000 n +0000441251 00000 n +0000441324 00000 n +0000441389 00000 n +0000441462 00000 n +0000441527 00000 n +0000441600 00000 n +0000441665 00000 n +0000441738 00000 n +0000441803 00000 n +0000441876 00000 n +0000441941 00000 n +0000442014 00000 n +0000442079 00000 n +0000442152 00000 n +0000442217 00000 n +0000442290 00000 n +0000442355 00000 n +0000442428 00000 n +0000442493 00000 n +0000442566 00000 n +0000442631 00000 n +0000442704 00000 n +0000442769 00000 n +0000442842 00000 n +0000442907 00000 n +0000442980 00000 n +0000443045 00000 n +0000443118 00000 n +0000443183 00000 n +0000443256 00000 n +0000443321 00000 n +0000443394 00000 n +0000443459 00000 n +0000443532 00000 n +0000443597 00000 n +0000443670 00000 n +0000443724 00000 n +0000443804 00000 n +0000443902 00000 n +0000443982 00000 n +0000444080 00000 n +0000444178 00000 n +0000444258 00000 n +0000444356 00000 n +0000444454 00000 n +0000444534 00000 n +0000444614 00000 n +0000444712 00000 n +0000444810 00000 n +0000444865 00000 n +0000444937 00000 n +0000444992 00000 n +0000445064 00000 n +0000445119 00000 n +0000445191 00000 n +0000445256 00000 n +0000445329 00000 n +0000445394 00000 n +0000445467 00000 n +0000445532 00000 n +0000445605 00000 n +0000445670 00000 n +0000445743 00000 n +0000445808 00000 n +0000445881 00000 n +0000445946 00000 n +0000446019 00000 n +0000446084 00000 n +0000446157 00000 n +0000446222 00000 n +0000446295 00000 n +0000446360 00000 n +0000446433 00000 n +0000446498 00000 n +0000446571 00000 n +0000446636 00000 n +0000446709 00000 n +0000446774 00000 n +0000446847 00000 n +0000446912 00000 n +0000446985 00000 n +0000447050 00000 n +0000447123 00000 n +0000447177 00000 n +0000447261 00000 n +0000447315 00000 n +0000447369 00000 n +0000447423 00000 n +0000447488 00000 n +0000447562 00000 n +0000447627 00000 n +0000447701 00000 n +0000447766 00000 n +0000447840 00000 n +0000447894 00000 n +0000447948 00000 n +0000448013 00000 n +0000448087 00000 n +0000448152 00000 n +0000448226 00000 n +0000448291 00000 n +0000448365 00000 n +0000448430 00000 n +0000448504 00000 n +0000448558 00000 n +0000448612 00000 n +0000448677 00000 n +0000448751 00000 n +0000448805 00000 n +0000448859 00000 n +0000448924 00000 n +0000448998 00000 n +0000449063 00000 n +0000449137 00000 n +0000449191 00000 n +0000449245 00000 n +0000449310 00000 n +0000449384 00000 n +0000449438 00000 n +0000449492 00000 n +0000449557 00000 n +0000449631 00000 n +0000449696 00000 n +0000449770 00000 n +0000449824 00000 n +0000449878 00000 n +0000449943 00000 n +0000450017 00000 n +0000450082 00000 n +0000450156 00000 n +0000450233 00000 n +0000450530 00000 n +0000452666 00000 n +0000452743 00000 n +0000453040 00000 n +0000453231 00000 n +0000453926 00000 n +0000457297 00000 n +0000459340 00000 n +0000459792 00000 n +0000461203 00000 n +0000461280 00000 n +0000461435 00000 n +0000461563 00000 n +0000461754 00000 n +0000461807 00000 n +0000461886 00000 n +0000461951 00000 n +0000462014 00000 n +0000462079 00000 n +0000462198 00000 n +0000462263 00000 n +0000462334 00000 n +0000462388 00000 n +0000462453 00000 n +0000462548 00000 n +0000462613 00000 n +0000462708 00000 n +0000462773 00000 n +0000462861 00000 n +0000462916 00000 n +0000462991 00000 n +0000463066 00000 n +0000463140 00000 n +0000463215 00000 n +0000463298 00000 n +0000463373 00000 n +0000463427 00000 n +0000463502 00000 n +0000463567 00000 n +0000463642 00000 n +0000463696 00000 n +0000463771 00000 n +0000463836 00000 n +0000463911 00000 n +0000463976 00000 n +0000464065 00000 n +0000467418 00000 n +0000467507 00000 n +0000470860 00000 n +0000470937 00000 n +0000471234 00000 n +0000471289 00000 n +0000471344 00000 n +0000471399 00000 n +0000471454 00000 n +0000471509 00000 n +0000471564 00000 n +0000471619 00000 n +0000471674 00000 n +0000471729 00000 n +0000471784 00000 n +0000471869 00000 n +0000471954 00000 n +0000472039 00000 n +0000472124 00000 n +0000472209 00000 n +0000472294 00000 n +0000472379 00000 n +0000472468 00000 n +0000475818 00000 n +0000475891 00000 n +0000475934 00000 n +trailer +<< +/ID [<2BBFCDE236B68545AAA4F9DDC7F70DAC> <42D97A5668C9284DB9E4536AFE0BD4C8>] +/Info 1 0 R +/Root 2 0 R +/Size 1206 +>> +startxref +476007 +%%EOF diff --git a/static/IDDRSStandards/2/IDDRS-2.30-Community-Violence-Reduction.pdf b/static/IDDRSStandards/2/IDDRS-2.30-Community-Violence-Reduction.pdf new file mode 100644 index 0000000..fc2a350 --- /dev/null +++ b/static/IDDRSStandards/2/IDDRS-2.30-Community-Violence-Reduction.pdf @@ -0,0 +1,20697 @@ +%PDF-1.4 +% +1 0 obj +<< +/CreationDate (D:20210108143304+01'00') +/Creator (Adobe InDesign 15.0 \(Windows\)) +/ModDate (D:20210108143915+01'00') +/Producer (Adobe PDF Library 15.0) +/Trapped /False +>> +endobj +2 0 obj +<< +/Lang (de-DE) +/MarkInfo << +/Marked true +>> +/Metadata 3 0 R +/Pages 4 0 R +/StructTreeRoot 5 0 R +/Type /Catalog +/ViewerPreferences << +/Direction /L2R +>> +>> +endobj +3 0 obj +<< +/Length 4200 +/Subtype /XML +/Type /Metadata +>> +stream + + + + + 2021-01-08T14:33:04+01:00 + 2021-01-08T14:33:08+01:00 + Adobe InDesign 15.0 (Windows) + 2021-01-08T14:39:15+01:00 + uuid:64ff6eae-4f90-487e-ba89-0e3e3622dfd4 + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + xmp.id:edb91a4b-78a8-8e41-bd6a-ea8108d11925 + proof:pdf + + xmp.iid:f8726ae7-daab-a24f-a35b-59430d2fcb70 + xmp.did:bf461207-8cda-d14d-b0a1-db1c420b39b2 + xmp.did:03f8751d-358c-4894-8797-0071f5bc7979 + default + + + + + converted + from application/x-indesign to application/pdf + Adobe InDesign 15.0 (Windows) + / + 2021-01-08T14:33:05+01:00 + + + + application/pdf + Adobe PDF Library 15.0 + False + + + + + + + + + + + + + + + + + + + + + + + + + +endstream +endobj +4 0 obj +<< +/Count 29 +/Kids [6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R +22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R] +/Type /Pages +>> +endobj +5 0 obj +<< +/ClassMap 35 0 R +/K 36 0 R +/ParentTree 37 0 R +/ParentTreeNextKey 26 +/RoleMap 38 0 R +/Type /StructTreeRoot +>> +endobj +6 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 39 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 670 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ColorSpace << +/CS0 40 0 R +>> +/ExtGState << +/GS0 41 0 R +/GS1 42 0 R +>> +/Font << +/TT0 43 0 R +/TT1 44 0 R +/C2_0 45 0 R +/T1_0 46 0 R +/T1_1 47 0 R +/T1_2 48 0 R +/T1_3 49 0 R +/T1_4 50 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 51 0 R +/Fm1 52 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +7 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 53 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1730 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 41 0 R +/GS1 42 0 R +>> +/Font << +/TT0 43 0 R +/TT1 44 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 54 0 R +/Fm1 55 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +8 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents [56 0 R 57 0 R 58 0 R 59 0 R 60 0 R 61 0 R 62 0 R 63 0 R] +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 205 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 68 0 R +/T1_2 69 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +9 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 71 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 555 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/TT1 72 0 R +/C2_0 73 0 R +/T1_0 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 1 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +10 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 75 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 556 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 72 0 R +/TT1 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 2 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +11 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 76 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1366 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 3 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +12 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 78 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1376 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 4 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +13 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 80 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1470 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 5 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +14 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 81 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1480 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 6 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +15 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 82 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1505 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 7 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +16 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 83 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1515 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/TT1 72 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 8 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +17 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 84 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1607 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +/GS2 85 0 R +/GS3 86 0 R +>> +/Font << +/TT0 66 0 R +/TT1 72 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 9 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +18 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 87 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1617 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +/GS2 85 0 R +/GS3 86 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 10 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +19 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 88 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1651 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 11 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +20 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 89 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1661 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +/GS2 85 0 R +/GS3 86 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 12 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +21 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 90 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 749 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +/GS2 85 0 R +/GS3 86 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 13 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +22 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 91 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 750 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 14 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +23 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 92 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1899 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 15 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +24 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 93 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1870 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 69 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 16 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +25 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 94 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1813 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +/GS2 85 0 R +/GS3 86 0 R +>> +/Font << +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 25 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +26 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 95 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1814 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 17 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +27 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 96 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3119 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 69 0 R +/T1_2 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 18 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +28 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 97 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3120 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 19 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +29 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 98 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3206 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 20 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +30 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 99 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3207 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +/GS2 85 0 R +/GS3 86 0 R +>> +/Font << +/TT0 66 0 R +/C2_0 73 0 R +/T1_0 67 0 R +/T1_1 79 0 R +/T1_2 77 0 R +/T1_3 69 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 21 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +31 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 100 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3284 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 22 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +32 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 101 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3285 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 70 0 R +>> +>> +/Rotate 0 +/StructParents 23 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +33 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 102 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 3295 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/TT0 66 0 R +/T1_0 67 0 R +/T1_1 79 0 R +>> +/ProcSet [/PDF /Text] +/XObject << +/Fm0 74 0 R +>> +>> +/Rotate 0 +/StructParents 24 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +34 0 obj +<< +/ArtBox [0.0 0.0 615.118 793.701] +/BleedBox [0.0 0.0 615.118 793.701] +/Contents 103 0 R +/CropBox [0.0 0.0 615.118 793.701] +/MediaBox [0.0 0.0 615.118 793.701] +/Parent 4 0 R +/PieceInfo << +/InDesign << +/LastModified +/DocumentID +/PageUIDList << +/0 1846 +>> +/NumberofPages 1 +/PageWidthList << +/0 615.118 +>> +/OriginalDocumentID +>> +>> +/Resources << +/ExtGState << +/GS0 104 0 R +>> +/XObject << +/Fm0 105 0 R +/Fm1 106 0 R +>> +>> +/Rotate 0 +/TrimBox [0.0 0.0 615.118 793.701] +/Type /Page +>> +endobj +35 0 obj +<< +/A4 << +/O /Layout +/LineHeight 0.0 +>> +/A5 << +/O /Layout +/LineHeight 12.5 +>> +/A6 << +/O /Layout +/LineHeight 9.0 +>> +/A10 << +/O /Layout +/LineHeight 10.5 +>> +/A11 << +/O /Layout +/LineHeight 10.75 +>> +/Pa1 << +/O /Layout +/LineHeight 16.0 +/SpaceAfter 4.0 +/SpaceBefore 28.0 +>> +/Pa2 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +>> +/Pa3 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent 22.0 +>> +/Pa5 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/StartIndent 34.0 +>> +/Pa6 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/SpaceBefore 8.0 +/StartIndent 22.0 +>> +/Pa7 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa8 << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/SpaceAfter 8.0 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/Pa9 << +/O /Layout +/LineHeight 16.0 +>> +/Pa10 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 28.0 +>> +/Pa12 << +/O /Layout +/LineHeight 12.0 +>> +/Pa13 << +/O /Layout +/LineHeight 11.0 +>> +/Pa14 << +/O /Layout +/LineHeight 11.0 +/TextIndent -14.0 +/StartIndent 17.0 +>> +/Pa15 << +/O /Layout +/LineHeight 12.0 +/SpaceAfter 1.0 +/SpaceBefore 8.0 +>> +/Pa16 << +/O /Layout +/LineHeight 10.75 +>> +>> +endobj +36 0 obj +<< +/K 107 0 R +/Lang (de-DE) +/P 5 0 R +/S /Document +>> +endobj +37 0 obj +<< +/Nums [0 108 0 R 1 109 0 R 2 110 0 R 3 111 0 R 4 112 0 R 5 113 0 R 6 114 0 R 7 115 0 R +8 116 0 R 9 117 0 R 10 118 0 R 11 119 0 R 12 120 0 R 13 121 0 R 14 122 0 R 15 123 0 R +16 124 0 R 17 125 0 R 18 126 0 R 19 127 0 R 20 128 0 R 21 129 0 R 22 130 0 R 23 131 0 R +24 132 0 R 25 133 0 R] +>> +endobj +38 0 obj +<< +/Story /Sect +/Article /Art +/Lauftext /P +/Fu#C3#9Fzeile /P +/Kapitel-Head /P +/Endnote_1._Abs /P +/Zwischenhead_1 /P +/Zwischenhead_2 /P +/Zwischenhead_3 /P +/Einklinker-Text /P +/Lauftext_1._Abs /P +/Einzug_mit_Klotz /P +/Einklinker-Text__rec /P +/Einzug_mit_Klotz__le /P +/NormalParagraphStyle /P +/Tab._Lauftext_light_ /P +/Tab._Versal_bold_sch /P +/Tab._Versal_bold_wei /P +>> +endobj +39 0 obj +<< +/Filter /FlateDecode +/Length 4034 +>> +stream +H[OHSԣKZ_iC.* 3j4 aBw9lw;eX`SOd`ˉ`ӷ{.{q9yqs\ë{lUE9{wl6y>dz%lڛ Ljw3|a e:ᘂk.&﫷Q01mYn 9Gbs;pe*sWmʜp;:3ta%Lu7 y|_]ƊF% ; DwN<2{ܰndAz!}g5i2|YvOF7첛M2go`L4/ȹ2KZ $y gʷbO(t3|A'a?d`>²|[<8Da40X?P65 Z!Y3!/sv? Vm+QAۀQ>*i6`IUJJ^%K]4c5\|C.u V% #̳:8oE6&`ph&ܫf*uT]T'A,"*9*.E*BF V2 ;F?z@gVJ#%*{>'KV,Y3Fj%$joKkP+$J%J_zP}E<ѝ<^grIK')5hz0pCI\?}P'ܤXIe8@&A1ȩW(Vb c-T zjrַTAF=M1~ ǝRbpDH;ط'< +?[WOG;(8(O.HGu"8-QT$t55d&xLIC44X _w,[䫢|Mvcv] - օVjCЩP*m MkU.Fኚ hKPіgPx|W-U2+,4,b%JcRsZ#+97!3Hz:,ҫ}oM`&m&EtR6F6Jdƃ&BI-*NW-t}+tdS;C.PIAH5&Z +5[Sn.8Y&Z!4>b9.'u1a(TF nB;puE9ݝ[A %J@% ΜSMж*\W7R,b?)Ri$qsH HR1( &nnR8q PYf$>cW( ;0U@/)֜Œ!%}6$*֎ɍl:<?y8k {hdZw@=^-қyjY. +Q +IoQ)[a3}Ǣ]$*0l]BUASߋ@WJ) yHdLP!y$8с,,Gcv YHYM +|?g_>gb|>%ZJǮΡ[[i:G\]v]tebrcK~춍C_ѲZK|,lff<,q?+٤"9 hfKERy~mD"s;RĹP"[vdϖ3MJ2y]s'3EYm_|OShH5ܵZ$-Ul\ +/$~Oq!=mBZVDt^ {Ub\ G".C[h^V:K!\վeA}@z?͚ ^gtHx~o+b=zayD? Ҡ?bTj[jBXܼL*fJ~of,QTɎ;$ּ8w뢛Hfhd@ZG m3V;]0i˜6D:3-* rbW=H@b dKɼKZˎ T & _Mڋv3dcjb9.霒ćv¦GcCb4w|1jta6x9ntbيzvlG>LN[|y$öV-) s{(Kt{ۙsi0W;]/&GvOb0"Ck1ͫ/Qajk$58HjZPb9*dWgW^"^N睬١ ؜CѲP:QM +2b{r7pFa>QNC@xCex}-9uTĠhGbݓ |jGp +[Dj o;ۻj>.3Eo@%wͿ9^'nNMusۣDvf~ܒ9_h +6Rf+EaQ-=qG> đ>:I^yg=q0 It_Ͻ=~S!CQR[E4^zc +.eeTZ\6yn&)n ܄jnbv}U4~  #Ǻx$8E5ڣ`NQ?ږ4Cau >ıj1 FOCnd +endstream +endobj +40 0 obj +[/Separation /Pantone#20541C /DeviceRGB << +/C0 [1.0 1.0 1.0] +/C1 [0.0 0.235294 0.443137] +/Domain [0 1] +/FunctionType 2 +/N 1.0 +/Range [0.0 1.0 0.0 1.0 0.0 1.0] +>>] +endobj +41 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +42 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +43 0 obj +<< +/BaseFont /XTMLAT+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 134 0 R +/LastChar 121 +/Subtype /TrueType +/ToUnicode 135 0 R +/Type /Font +/Widths [250 0 0 0 0 0 0 0 0 0 0 0 0 333 250 606 +500 500 500 500 500 500 500 500 500 500 0 0 0 0 0 0 +0 778 0 709 774 0 0 763 0 337 0 0 0 0 831 0 +604 0 668 0 613 778 722 1000 0 0 0 0 0 0 0 0 +0 500 553 444 611 479 333 556 582 291 234 0 291 883 582 546 +601 0 395 424 326 603 565 834 516 556] +>> +endobj +44 0 obj +<< +/BaseFont /DKMVGH+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 136 0 R +/LastChar 121 +/Subtype /TrueType +/ToUnicode 137 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 0 0 0 0 246 0 218 0 +0 348 462 434 452 434 462 0 0 442 236 0 0 0 0 0 +0 696 0 650 726 0 0 726 0 348 0 0 0 884 0 0 +0 0 660 528 602 0 706 0 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 378 508 546 302 264 0 312 800 556 490 +528 0 378 396 340 546 508 762 462 518] +>> +endobj +45 0 obj +<< +/BaseFont /HAOYKZ+Wingdings-Regular +/DescendantFonts 138 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 139 0 R +/Type /Font +>> +endobj +46 0 obj +<< +/BaseFont /RHQGUF+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 140 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 141 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 573 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +47 0 obj +<< +/BaseFont /SLAMID+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 142 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 143 0 R +/Type /Font +/Widths [202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 555 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 285] +>> +endobj +48 0 obj +<< +/BaseFont /FXPMID+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 144 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 145 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 580 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 538 0 0 0 558 0 0 0 0 0 0 0 0 0 +0 0 0 448 564 501 0 0 0 234 0 0 236 834 555 549 +0 0 0 0 331 551 0 0 0 471] +>> +endobj +49 0 obj +<< +/BaseFont /EYAGUF+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 146 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 147 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 588 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 569 0 0 0 601 0 0 0 0 0 0 0 0 0 +0 0 0 449 581 516 0 0 0 256 0 0 257 848 572 564 +0 0 0 0 351 569 0 0 0 500] +>> +endobj +50 0 obj +<< +/BaseFont /IMBZYX+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 46 +/FontDescriptor 148 0 R +/LastChar 51 +/Subtype /Type1 +/ToUnicode 149 0 R +/Type /Font +/Widths [233 0 426 0 426 426] +>> +endobj +51 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 12084 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 40 0 R +>> +/ExtGState << +/GS0 41 0 R +>> +>> +/Subtype /Form +>> +stream +H\Ir%D]J>=Jfms(*??Ŋ[{UkyQu컖6>Gqo~p0l׺csy'G~}F`{D3];[={ܭ fjZ\cq>F׶8˸#+&rkcw=ֽ]::U=ƝQ6WJX5ֽC&rq͍gs&7Fh K(c}@œ5gz3~y"ֹwyiD&j8qsg']suVOnWnXT]ΨVKWU%`,ZȊ}a%-'}z<V\(!aq ;&rԒ%=7ȰoL;ϖ铬`( + NϜt2+!'jT ʎ<P"x\ܽw%no)\t6U%@:-7P n졠LqPd8̸3`h3q8ST[xkf +<]3}5gLןORlD7%al&VG1f5(jٚ2iQRɒ.zͯ&ǭ>5V{ܼE}BxJ1_+]L}JϡH6: ~1٬)$0V9obMoTWtfq] +,;܇ER@WaAu8 RN {ѶFQWuNl͞΂Naa8<{r\]݃p7w.Izd 5IS q갶D3wDE^vH*;dY(]P$&Jar&אYZlP+I6ջV"'݇RW>}+x&Q2p[~j RRb<G 4:սPZuuy^!˛<:/h',) -ުI6wf}~Z0:av(ڟ;l!8ݪ4w74 ѵq jYh\<8aqJ$S0c=٩*ѡ;hGro[iG\Vi_w41 (>U3Pi)m\G[O/eg8JHw^oRXW_̋tŭ??)21VѲ`›'u+8Mmd=ˡ@N9B;#ra\Zq; v'|Y#Q,T$VCD.AA@KќAc[7gQ%U8vee[\* ]qdZSy뫏֭#p!Uaj GqC"k0cz +uЦ֝m\*j$MH%05TWS5,&DRq`ÅVl JJ+J4!-rO%)WV+D2uE[z\2M2[w! Z e-GFVI;;\|^jFd|DAo T!6.KD3mWBכPj}қz,Z=Q(T6c$H@u1UUJ~1QI&/ pF+$d++7׻X޶?Xv'%b{\-ٸ~isec9Ϗ/ ϶SU-WM(D!jb!8_r$;)3f$4M= +7O2 O򄛮ދ#X+{7F@z0h&6 +mUה"eUM=9V[g qQ &+v&s>:qJy~+/1ވ&c^KjKhYoC$Pq2PuK]u? ])qD;aḨqP+WT5Ɛ6H9R|<ժӈgl&Z{[VIH2 #b}! >jz@2/vQ4> -9ZN/OTf&'ܦ|Ƙ} +OKޗܱBth=߹a|J038@Mj+Oz?BtS2;1rJ{.z kö0Rjfz59n3a7Ay6ha@ZCMtSY9hr;Zt AjsǣG-L/2kJoNAKޒjF ް<UV0C" CR#Ծ`j(fqQJ(AHSk~aS Qwl% +>HuUL\HEz\\F&QN$ex i,÷l${rT l_2w,{T . +%ReRẑPL`hd0pklr eD`XЀT__|٠pڏUOpbܜR*(lQROd&$qaA$rDUPm:[TǢ.^L8B!}dbŵ%,D^Xxz͢Х5n/}Ze'c-.ƶYhHx}Q׆^Ǧg)~振YWm*!Mb\\*(2ذIb E;8 a1+iEocˁ2jEQ#w"JbM)dIVaG@ @%r~ר8avg^PU!]\ IHr=ePE 7Sy3 9:3| aS~(7הaBc7$R&lHHm< TRHi}9B/"7xT& aܖXm(e[sk4nᡉՊzhтMh<ʀEV QAZJJG}z +jyJv:>&Ob9 .VGX#BiD[O[y=;qkxܰeVE:E@ rez1jA-Z-M3זLu?#ĭrgH_5fZUǨqh]IS]p&juƸ0j:lG(i|MCqwX=Sly[Az Jv[2lkw$@޸PMtq)Ћ o{z!ӴSAۅ3L :cȮ8[,h\d)aEU%פ i(&=MN)N X +yXx\ |DYmBjR p7{8s Tq yȚC3Y AmޤvRRa#!jFhS& +Y{ m +LÛ2qx}SڕW hߐհx!q&hyi0#dF +Ks B4nT#!DY,3;3 77rNvl,1F6 0LVP`<6j@pA/K;ljsK*V_$% #Ĉd?g% CG L}'(JFPԗ"`sfȀ} У?u#CKx)Rݣ+ 7@k `*KB86򃋄o 5^PA-*rQAK֒nXKIE$™ʛ*J$SX~6}DA媻] g;BqqMA4pV3])BE$1 #ż6N0D}Ni#lpU΅FD_v~KAMFVު-87՜[Z0om3‰U+=CwJƘ(c h[H&b ،w+ 98 _D+*?8?y؄%B">v;UDgbjg0c '*[=_s9=bK ^suϭA_SkVVj^242G6#cAbDůw,=юI)DiW5ŵXa_a7@:nF1WK#)c̓,˄)7k{J`cv-Z\lwyRuAQ+BE jDd!sǤW"${(0S.x?L;IV`bpƥ If|1VJ zL'pc՟R-G!L\#7 Ս|}aN`N #%l޲$"2H'P⹀!X?4'丨ra(l{D$v*a5@ùDwǤ5}x'!}k.NwӠ +-]oQV^oYV nkY_U$ʫkM`sDN#,ɐgtek1dXAF8u1IQ7Ӵәb]#9h>$g!v\T e?}.'`rEIcn(+Yk +bس̰@Ik8lVkYvdc(;o ʑJ6 `Qu磈pJ!܂ E#D292U+d~}h-Ŋ_aG*j18Ke1`x3#noXɓ]5 %y$<󊴌D22lY,<>%mEI?\ To/,j鶡|Q9Mmy(tHZj<""Y;/_|2݀ e0259(4eU\$R)rtXY/QL}7=8t[23xAE77.8{̌T8S;"ACdNO9Jt"K<b@JIL(gHlR\3y* KۈUkR.>shUFp)*ܹq<\/!te}=>P>(th gmF1w٫@P!/ 5w{؄} [8e:4dNG5Q?Z7.O̖'xC.cF]#\=#hnuUן +9wM@i*9op + >-uK[t^^JPT<+\?f~W˥X&1bi߮ի7 6^uJZO )Bzq̻QUɺC;!z<zXK18fI48xW{G2Ѵ] +磒H%{`B2|WP!s8DtӁ_q\J?E_ꙬEuo]Uv$U|(< ^$݀}Vs^P%D!Ghփ UwyTqo7d>F.ߕXW+L#Fc~N7h+ +?+L8j*F&v1ŸTCR*ӅtiTΆ! gZ&(A([vAPӰ8gԯH +{"tLa'w>̼%>1/SS/W5%[]2Wd #ZTj}:TC]>$24IT6`.Q'wQ_kI#|7Qԑ3WM~DS߰Pñ4]!lpV9瀰Е3`(͚Ol&[󞪤 +XqзֽɁ~Q}qSri$U2udp08kFS"2B!8N@WWTwyW%)2K9AyЏH<< NJ 3y& +H"In x d[5LZ,9IU +eYӟH$)mXzlj/'du5.ˢ9xiA[+X0o}3rodEwC[.=j>)1IǮÓc$:LWW=NR8ŠրYUFu9DzZW2i G4DJ#qn="6cjngj97vEm"JnHCi ěQ8+C9jիTF9HbaäkёLm:u1ʪET^+,"1npa ˞utUy !iNp):0<͐m%^"j륰G +.5@Effd+3m L"TUm2o"%E#}L QE=P'oP-U=FJW5 [0AƂ!J.i qDEQZ +*Yt/2Po,@%åq +<ȃ(95@Y %ށE:Q[eܹ(b:$D :UtDˢTgB|Ezq!hfΈ"MN(b6r!Q5ݚw a% Ntª#Sx.Qz t@ͬDQ$MK-I's9*u"[-Sir1Lo:ݤ?8| U*FBT=)s)r㐭Luy5P8%|vQ +/[%]ֿvez̶$9&SKj_q}˸݂ ٫I?] 0^% l=7#UEA"(#c#٬c>mS{W&$(I k+X,Dkb'ô=gVOEԝ,((8 nac2FQP> +/ExtGState << +/GS0 41 0 R +>> +/Font << +/C2_0 150 0 R +/T1_0 151 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HOK0)Q/$MJ"T+.VN +޼?f0,h[}}s|Xudҩg 3 0o}Ig2#1 d%}zBPQ+4*ra>+]#m3mwbӧ[bQ=a'G") qVUȫ}]ﷂlӬ"Ԫ2l1=H BI +endstream +endobj +53 0 obj +<< +/Filter /FlateDecode +/Length 1060 +>> +stream +H]o;+|XU8 ԽC\6 &-poҔ ERx'ޱ=ϼϣc-#-㣅7qWӥ.碘-{rjŁLh_ѿhC󌛆VDs"IFFkNP騌N4"HV +'5$ЃݓE3vstxtD+삪48c#+o*KcYѼs_#F(n-dhR8vW2Ps-lE?OŅL/eT%YjUWr#KdpN /q"O׼&n|D2upuZa~!s҆O"+!@z0 3t+ uDWMBPk4q!>XO] hgznMh@! Gڀ'vEuy,}p(osr;* Mki=)miXIDgF|Ld@:*սr{dN9ق::K,%s}Q(L&xZLƤy >ېM_^}&L8Hyu1EdV=,&8-BLA;Ǎfr[*ѥWh$`u 8ʯ0ri%j!&j{B8?IxR$ӚDf@Yc>J{?Fۿ_Ac<*V,w8ka#ʹ7EEwt|UM$#[#ٶ R6( [K[%\Hǒ{\.Q 6;leж2[`x?Nf͢p'FB8MRRlMQ ]Ú)5KKǒ:MJT=k{sqRݖo_Ivצd3_݈m֊іLm\EOrhVWYfZlaF^gM1kNI;x,`)eq_QKW +endstream +endobj +54 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 66 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 40 0 R +>> +/ExtGState << +/GS0 41 0 R +>> +>> +/Subtype /Form +>> +stream +Hw6PH.V0342UP(Nw +sZ(@)3#c=3CK C=sKT4. +endstream +endobj +55 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 583 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ColorSpace << +/CS0 40 0 R +>> +/ExtGState << +/GS0 41 0 R +>> +/Font << +/C2_0 152 0 R +/T1_0 153 0 R +/T1_1 154 0 R +/T1_2 155 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTn0+(Ň(! qEnAP~wMR=iؙҳY-YA ҏcEq~1輌Tl `;[G{\n_nHp0AE;Pb5Xn@J͵3BjxɄwѨFHUˎѦofcu_.~4h<B( )<Ϭ) TP iՠhwxkq q$ `&ķ,QA\3=^+ k`I$%rUY~}VGsZûi9_4ڇbqA ?(ңp=6d mPkc9،55vopTw0 +MCD4krF59atE_ +mr4.z-_ xHt +endstream +endobj +56 0 obj +<< +/Filter /FlateDecode +/Length 1078 +>> +stream +HUnF}W#(, e 4AHVG_ߙ٥D!3gGo꾙pq1iwha<\ArY'd_k v*aj}تKo=h;1`J'ur~ǤKF7 ]1M-akKHR_`h-c@D ̥zf\Cp+EEHȔ-ȴ=FH,"ktj%I#IM6N9Cڋ)e5jj ܘBJH%!cYWB9b6Wn[\,!] kH[ )|U byZ`>"t.V[ٛ98*ϴce>i=QvO#o3P[OgM/:}$nc ސ`_ZR13(K;Q@0805B:v1=LoŁmV$wmWga2ܩDD0B?`Bc}+ h5Up>5oJWe<zF*qb)0GA NY g0=5#D1q=*jC, zH +endstream +endobj +57 0 obj +<< +/Filter /FlateDecode +/Length 990 +>> +stream +HVYO@~ϯGx%TUTRx71pߙkTXgo曝~LGG{0<:u]w]C ;;gw:*0}?ں(ntaTEѯs]hȮД<K +C s +} M#ȞœSX -d7&iU[Tre,nCU||V*2UɎP7l M+Teǐ dwl/Y5ţ?Y60kuw8> R8]¨+"{B V_|NQ[O'YY!M'n8(:>px y,=s'@%б2Ο}A+OmߛOTtjoCOɾc?E!Wej/Hc,[3$~3*:XS [| D'b]-D0"rn]x;\r8K *I \n{6*PZa!AIQb{iTCYH! J"S* zLe*G[kg(z ƞ_^7`9n2GvI 2V*Ab@֒F!rdlItb*oS*TG,l[) 7C2NɈNrg|R@AΩ4.E&U/8ZX; #\ B/J@' $o*16JKdYpXRIny9䆉 > +stream +HVnFWqG$` @-|sXY@,+N>]| aoW鮪ϋwŻ8y^o͛_Zv s\o/xjQ9G%lHu6V˵)ibh)8i -XhDwմqm1ñl%>16Ў6_x‹%!z27Nt88+9=DmX;9+N4M‡ +cuU-z+k[(ֵuלKB[,kSuLD[T27xOe +43ЏBPج%DҔ=b! +Ax ߦTOhxkR%o1Kng8=wF|0E!rX/vt2iFݑI޶\h@毜_.|Z4(LV=:k΄tA Pl}02 Lܣ1Ts e{I =iIbFY3ɐ%ʨ57^i_1\k(4z.YLjP%:zz;LzW^Su*1Ӣ>VP-鿓8nApe@Vw1ѐG'NMb(*p{[,L=L?zȐh{,pH?*i_mlZKXuR6 \@(ps-:ڭ3?.M0!7,khL;py y#{-{/HKڒVx=j#FbŒu-p:d+lhL>c+G:rǺw =69jMWzcN软߁|PÆ?.Zmexw&Δ*ʠՕ^KAo!N?.r!` !A5Ai!X'"p +endstream +endobj +59 0 obj +<< +/Filter /FlateDecode +/Length 988 +>> +stream +HVMo6WQ +)R,dQl襻'⁣7-_yCRd5P@#?>,g>]ew.~\mXo_ŧTYzZ6].g4uG?Z2aQuiJkkZnf߸+=;:.XyU>|YS'ґWuQdmC[2u/|:^q[6T4L%9 bgVSO,eÎ=ŋ+T|GZ+س6<z,e b%yc*,K$\KX:ЎK/iCr pn+غ<$)0;oZ xrX,YǢ*giΖ]bB'`sxC5C ךzO?؅,i 8)XAq=ka_9)դbӃp>׸qrYՊse\`lmӐk ;SsI2؄2H/AZ.֥:uVDIp- e r\#hGk/tBh#ѽi".bW,~32nѧaq LE +Ёǧʜt'Ee#U7vw:)GR%9-)rb!ToTScEpYy]G$>*,9KsP|\m:P (ӱ$/("W.k?V]|fN9t4eI.v!TϦISAɉe)eH `?"5ct}Ѽ*PDgϲP H;| tՐg¤]S_o~@?;\edtxS3eI)/[]S\Ϣ +XUW*d+SN_Y`%\ +endstream +endobj +60 0 obj +<< +/Filter /FlateDecode +/Length 942 +>> +stream +HVn@ +x4JH9dAѢF/MjސihYbdy|||6:8ZG~:z“ogdt||r&N'QIZL%%g Y2%ؘfM4~-g4~Ȥxy/[NcCex>ieֆzvԊLf:ʡnzAPQQ2U~aox +NUZM]'&e!0cS-ox#}6 $ުDg +/`}D)6P`6-R{$MwԶQcKT^%FwGV sXPR^>W۾sbŘ`Z҈eSj_-7GHZXS'3KFiώaMز&^xo}vOOok3i9} +7],p}6j-9-ۧlKiGסsIdl)oԶﴱjXMٖ3SMxiFH&CVLS&tpt~˘2_ݪF5ZoсHL2sHNM-~r}먧tw +V}gX`ԉvH2 YS|xrR9>n1Y@Y zIO Ah;s\nח%ֽìc7lyocV+ +IN|M`> +endstream +endobj +61 0 obj +<< +/Filter /FlateDecode +/Length 892 +>> +stream +HVn1 +xe$ +]^Z==dOS,ߗOf4>HHtr&_tpl~C<{??!g7M'M_*CU86v$#5ɰK nJ+֥6b{:]Rej(;S1PSEēf*/t bP%lΕ5%Ko7J5E;eK[(pE9/WlgmR=‡Ђ=-e׼$~ XG%4j=N3:X^6;)n$We@hh +mW;,j4טp~w^ +7ӪhC +01 +endstream +endobj +62 0 obj +<< +/Filter /FlateDecode +/Length 1023 +>> +stream +HVKo@W#w^{%D[@ z4<$$-f׎>TܩBykFW*[(*lT8`~)U_*FFe3_ gIqC^*|)Rܰ38Rd' +RgK vǏ+C䜬זE(ܲ£7:? h#ByתU5YpIZ*a"E /`Vd$AœOeoPIa~༏%9\j4oV5K4}5y6<;9Rv?>x.,_czBZ +GS…R1QӋɇL#u9⋔b~AD@CWKjfF^PNj֤uxTd%N)zngCWmӾR=Ɨg@I3N=caYD0=\j6R<ݨ( yќ&. Bh 24؝~˲Xu7L 9GR=ȇˎͶ 3%=MgH +wy7ҙֵ^_KJs4oD`KJŴJVwޑ~L-#[>`2 3u˴6bM^.R&pxzL|*j505˨\Fdž{O K,gJ7^q]cșA?oL77m"Wb2tQC?Ao*VTʀBveI_v:\?c<6q4^ƫ}ҭ(.7z4mw%/XV'vsM~աKQ3>{; 2â;U;Ae÷~ 5y%;vm:.|`_&2υ'qY$TB q4EDpdoU=`NWb^4OcJU/J%)x#<'oȿV#~ +endstream +endobj +63 0 obj +<< +/Filter /FlateDecode +/Length 516 +>> +stream +HSMo@W#aggi+"\ꞀCڸI8gޮaT$î͛M;_dz]lbqYQmw3ί_ty9֠Y;1ڟ$BF?=j_q$"^]O>go9S֜[Sh(hH>.6xCg!bIq%"(icis =mYlHbQcO,a4j+Q3C*Qžsg +ɳ}ĬX\ mD:~mZ?"dsݠV_HIDJh'1~89ո倭d #;@_E $An>W )_[=WH'A=i‡ +"vIWWN4=۸_{|ttǶP!4'8۾b[ HЁ)=%V?rr*r## +endstream +endobj +64 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +65 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +66 0 obj +<< +/BaseFont /JRGOYB+Palatino +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 156 0 R +/LastChar 180 +/Subtype /TrueType +/ToUnicode 157 0 R +/Type /Font +/Widths [250 0 0 0 0 840 0 0 333 333 0 0 250 333 250 606 +500 500 500 500 500 500 500 500 500 0 250 250 0 0 0 0 +0 778 611 709 774 611 556 763 832 337 333 0 611 946 831 786 +604 786 668 525 613 778 722 1000 667 667 0 0 0 0 0 0 +0 500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 +601 560 395 424 326 603 565 834 516 556 500 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 278 278 500 500 0 500 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 333] +>> +endobj +67 0 obj +<< +/BaseFont /KVQTWZ+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 48 +/FontDescriptor 158 0 R +/LastChar 57 +/Subtype /Type1 +/ToUnicode 159 0 R +/Type /Font +/Widths [573 573 573 573 573 573 573 573 573 573] +>> +endobj +68 0 obj +<< +/BaseFont /VJFNKD+MyriadPro-BoldCond +/Encoding /WinAnsiEncoding +/FirstChar 46 +/FontDescriptor 160 0 R +/LastChar 51 +/Subtype /Type1 +/ToUnicode 161 0 R +/Type /Font +/Widths [233 0 426 0 426 426] +>> +endobj +69 0 obj +<< +/BaseFont /XHAOWZ+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 162 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 163 0 R +/Type /Font +/Widths [212 0 0 0 0 0 0 0 0 0 415 0 207 307 207 0 +0 513 513 0 0 0 513 0 0 0 0 0 0 0 0 0 +0 0 0 580 0 0 0 0 0 239 0 0 0 804 658 0 +0 0 538 0 0 647 558 0 0 0 0 0 0 0 0 0 +0 482 0 448 564 501 292 559 555 234 0 469 236 834 555 549 +569 0 327 396 331 551 481 736 463 471 428] +>> +endobj +70 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 628 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/C2_0 164 0 R +/T1_0 165 0 R +/T1_1 166 0 R +/T1_2 167 0 R +/T1_3 168 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HTjA }߯tg5]0 %^B :MKf}[%5ˮIGcV tvE ZXg@x$!I_TCzXɥZg +fP 5@{MZmWU\&(qK]) >H 8Pl JXJĒf+ҝEuZK%yާZd*H Ԡx>#bXX5q5jp I2ϣPMs& o tNћIrP$;Nc) ^وkM䱈'1 ܉r8L^b 5> +stream +HWko;>imw +! +.ڛrY&a2L&o=lݏйZ!2I.W:|svO}G6?oٳ/zQϪ2b[9)vqV)+jX +Lam k,Z,\x^z~MwU)oX|\c 6;^޼G_=U#/8>(k#R]0nmFTuaF*-wrUъTeLZ+eR|\Jk[V\Sc]Q)wx&'BKzP\čkōX~7ڊwrU[YY;xXx-U8+|P4#E*Fo&қ.4..ҊW<.+;QşFk,$7>/++qk߷R͟#BOgDTU)D_!$@S]8.aHO@rXkr%R ®-ݶD/XG`(~Bjn+7IN{e`9IR 6>wyv3I{J~Ad`D0"R8 O;:4D~aIړ&@~P7% N3 z想ʩ)l:hs [lMf*eB@Qfޤl/II">d4(רC Ȥ>3$zB7 pt&]C-JCe5_dm N!23 +?.m"N~[Ǯ_J׉[%x qJ/=ЁO CINYO*i!}gj(v,0.u^eڍوq,աEǬ9oh_KBvL4A#Zs o]f'5u+pɖ^A!mӤÅ5 qY! cgU-ޜbw,S=\Wh`}JZ +^EPaTtG!Vܞ! G1e0'yhp6%2SZoGnp,'  +J)i̅\+g88F; ɰdn‹k{2!U}'91PV#:ٛLjKʙ$7JTU%TrF] ٷC>'M307L,K{e k]+lj"R|&qmAi&>dryN 4W̄+s=SA +S=T3G$]zP >~(&.Үٻ@/4!##BѲ)Ҧ'~< 5cj^CbOI>@=k4G GԅgpKRD5b8k^Ω*: A3`BRKqS5ђm=jU {J3ʝz=a$oY5m1CGur |99 ̔[~2O }#ƙH BsZΧ޶|H7b=Q0؎JZ(Qe\=~=pȊÌDZq:Ly32AvDke~8 *AWaq.*\BqKXx<\xl ϰ'-ـcv+6z)X?Jr,kѫ<NDcLI&]ȝ);RUݭ ^S3)6w#˺3iD\ψhGfGcLшIl(Dz"B!7cO-W4ϒpn 4^A1]+~![ix̽4o-RBԊZ+xwu8 +'@{[ecsNCES m ΢rĎ7o W8JQNJ`݊3~K35XV`Q*DTj1-U 5MF79=QU߳{ҍģ+Gu0оЯ'8LO ȤO[B9Stx>ΖMC׳pm;طyA M4s*ʐkdP)tc;<^zʹ$z90.`?4mKAhسIL ePi%9 $N$8GmhML?(Q)2-W3VcmdNR…Ji 2Oo}^oR˸ 5A4Uހe=[®ۆk)(?lp\o~uYgm]j4<F6'B3DJIOcPܨÈTcJ*.JfSL7R1t):|E$uDhgWY-"qTo4l:GzčD;.#a)tZlW2)0W\!$P&?oKSMNU}[ȳ 5 bkY$ .-@0b&k33F^SQ΢ˉ1'*|1|]|.uI`̽>Vg2Ͱ.ʊ@D/7f~fmB0m'gLL371 O&p[^[6\KlU 63jX /n!Po-@hClkűP *[xDVjl6P=L@t:ۙLye$mu? 8kjOվ~?Yfot5$ 0#+dZ\6-<%TLc`4w +DEW _|uvda) +o^F"9 +}8T.OJRj3_FXfa$Η1.b`_XG&X_(3?%qR89g@)&DegGS ֽ>>&ܤ)f FOr<5CQe* Ejp?΢EЄoD'UNPL-ChƭbӐ0CkM_74,f{S5'y?n`w[,U؟~i*?h/`L +! +.B*ɾ$%Q'" Ybz[x8m݇X0iI,MqҦ,!ry?g =BC8p]Ҟ 5+<-Pj %`^/_.4tmʖ~S^ >OܢMͬnW"9k& |e;693x~#gUt4~3KZ A%! +|<_|հ35z60RXu`M$( x.ʼ֨URgWfT3%m :%Q|G[pa+㜝u|t9FSC^voIC<"p ,üT'r;q" ?)D~A"{eePx>}7-g3[ϛZzD10o'Ǎ +<|#B5EySZ;J9%%U:Ϛ, JƇ}U>ӉFhjhQbSacP:cX"try;_nq>563<} m2'pe}fҘCN `m0K1 MA=@v@=#JN\CA"ãz%MTԣ$ d=֥T},K&TY.$@1D@pƐ8l? !4ǭa.$F)6hgf̮@yڊͨŇyjnF<i]ь[IOdh4:23X2pE B;sMN[y:Ᶎ:] CfO(=QLn(tLCDpo_6.DPW$ Y0C!!FI>Z;.쳆8Z7c mIndnEh18Z^\MOX J##p` S !OFNUI'sa.Y-FvD2a4$/>` T +endstream +endobj +72 0 obj +<< +/BaseFont /DQHESN+PalatinoBold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 169 0 R +/LastChar 121 +/Subtype /TrueType +/ToUnicode 170 0 R +/Type /Font +/Widths [388 0 0 0 0 0 0 0 302 282 0 0 246 320 218 348 +0 0 0 0 0 0 0 0 0 0 236 0 0 0 0 0 +0 696 0 650 726 0 500 0 0 0 0 0 0 884 744 0 +556 0 660 528 0 688 0 0 0 0 0 0 0 0 0 0 +0 452 508 414 546 452 378 508 546 302 264 574 312 800 556 490 +528 0 378 396 340 546 508 762 462 518] +>> +endobj +73 0 obj +<< +/BaseFont /GSQWIH+Wingdings-Regular +/DescendantFonts 171 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 172 0 R +/Type /Font +>> +endobj +74 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 557 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 64 0 R +/GS1 65 0 R +>> +/Font << +/C2_0 173 0 R +/T1_0 174 0 R +/T1_1 175 0 R +/T1_2 176 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HSn0 }WfŒ zAa]oE1xM[V_?Rv-E%Pmv IyӣcȎ W,\e=z&MNϙ[dE$'9 TA[ckB]6C 8j )0n #(v ?r𡄁] +v{Da^qMخf}pR' t|V(s%Auꟃ /Փ n;w-CLhudQa `FCF(hS6+잧wB'c7lzdS}{j6!k_Y/Yˆ(bɜH.$|xvh:2}VȚZ#Ob<|/guw (q&'T,` +endstream +endobj +75 0 obj +<< +/Filter /FlateDecode +/Length 5347 +>> +stream +HWn}W#03}K`Ʊ! +jْ%;קn}!mj CLwWթsN-^?\]N˗?OzCufyP2YuyVŲW8h]o]oၛO?,~VO?/-|?{!;Є]rPCL_ /뺶=~SaWxjSfQ?cNR׸ZbS˯1'.Y1{^׺5MSp=:}իz2jv|_4?sFͮ-4^ ~~JænԸW=:' +sk/W/,n?񌞀E랞|]ǂM,.,ާ8>hG8c )~39ˆ+Us52mݎ +tMO:}xoL Fb>JFЅ8"2 d EtsKP<n4ef,,؛ZPZ;=Lmy\&脧A;NZ;JM]3Kf(z1YM +$w?gƾbIN43ԢzZ ]j,8QPY/)6kqU["N/H1Ӆ]r))mS +J7;QOA`)u˥M.0+LbpE:@%XBs [+tY1S|3b~ `ņV%O"B09 Pu-QDyy +6?O8.Lz΀t(B +Աg`3y£`} @%? ~3qyĂ52TLeH' r|̨&΃R2ۍf?"_;aLjB3S(=#fl(0Ӈ"5Viâ.&P>jovB4fLs a+FԴ}z&ԺiYuEs:L32tX *% .-C|qa@hwQ8c,i;4Q\e#V0ܒs,U&>hȞzje +fX6lPgo+nCzD5x~Ϫe<@KPڝ̘=N&]WDp>2PCsygy'+6$*j3o[g}m^Ug#hF8b7x걧KU׵;*՛êQJC[jj4tρ3ve&}C#4L׷lcT|U ǧ%\2M**j'ʘTު#Jd<]$_^|1 !Wx 4W vJgq7K_pRl8vB[}7s 4\($PImg qԛeL.&SyK:GL1Fs`˼譿uՑ|>Ts}܇/"&(%]Y/㽲E*\vwbOo/޿zRS'#X(<91nmw ]ݎ[Л9AAtj$fziɮh;EM"$vq)gp! 2Q?7*<,e CnND8R +ÑybmΊ@CeQ8;aVqyHa,o˸I0.j~J圗Wy7|3YC}9R{99x_Dav7DtgwxyB) CYJ[WlfažG r {2aAW%++{;L_RV(j Wt +E(&>j !+YOq[$ـ;&[/CŹ$1m JKYd0Ιa83Ł<^ة,vkX]@NG~.bHc(< dy&:3襃b9m: Zg5br)#ʼ U+Q,[eMbNm'@@kd#|`h6TmQ)7ή4M&zIJ+;.H%snS:E( nvF{feK T`>ԗm;qRKJ^W}>>[jSI5!|:bk(peYEFb1^cGpGcKgh'@/gS{99.'cv'w AcMl1(ymkf!e3q[Z:rn8׿շeķ^ķ~ߖ5ZҞ_=6郹^,ٔV K-Jbeྲྀ6Cr@e&\ 2atFɦoQqc@rWt{_{t +endstream +endobj +76 0 obj +<< +/Filter /FlateDecode +/Length 6123 +>> +stream +HWn8}WbE$%JiΠ6fҋ8Kn'~օșg0XbթsNv:_ܪ/>n7ޫ^ +_Vݜ\LPZN\^+mS5TyU9Xp7)agB%a~y&W׿Qi< +hd(rC J+m]^8jm:h:j{6jI]gK5ܨUY6Mud,>Ȧ-l6spkQo&lZ Jo~*s Nuv >Z\zD ;ɦ-T;x xėx+.) 2;<(0>8Þ-NVymKJWq|_"*"@'H+V2c}>(a1SJ %b+ jH_pc2mUwDX8*p ++8zmͨF|mB#ViDV5yVEQCч[mHuoۦm9,<9# E0kȹRR<Ŋϩڤ k̯ۣ%-`G~- +[-q q GG#:h3n~>[ywϛCE[ K]y3(5ƶ /"8|g58DĤ LڤQCC#8 +E,r;W#dTCjŊ;D&`!"” z`Q`8H3y:0DG M&T5R1v$ X!e?`;xJej4n&e#TXX{IT{G!m HXH"ɯ䖴/ V6"]ƪu'`rd1,(YdGa|MkSjj5ᯙ˭S|%7T +ܓѝ:o/y@OU% m:kӮJ:~yf؟o(w_"['|c!i**"gDC"x֯á Xv(!:HG\jfCWn9D j=֠B͠C"G$r]N[x,m+hE"h5WWY&ڄ M 7AλC |Ix2$1+Ux M:8$:h@ 9# ZR3̭OCiO]J +k5#MG 8#":R!bKbX%}1d kB_R }'cpz-@Hp4 "! *?y2|U?.[r=OC_;3ָNxe9@gXZW̽{#B2v9$"Y̘R}x3=b~z,#|uԱds)Yy En:%X- l_#.AWvl=>^FѷP땤 +XYAa/v^%%UU]:K` VcqO 4 +}B6rlTT6sQPQZ]3,;JM/ +2X Tk&{ّšP^oF*`SzL6-[/o>Q)u:΀of׹b0D@u~ 3LV0x8#<4:*o/[9z`l-R;ڤ# S6M>^1Q+C +#~}MLEx"L\=R'-)LYq6XQut&J @l|f=^"Ѣ>rJ=~+-bäUV1zNn4qWw--O C0 y(M|ts׌Ę΢-O轪L>:\:`O< [WӚ[`7,iK/Kb[AX+v :xJB;bP&;ɔԙ=_QZ9_VQ%/BjD'eF7u@Q7#OPC82SĐ#E* 4vv6[TOp@ %d`%rS鍓 ]W(&eȜgq3nL֗rypX7 ÒXI#F/8FAl߰K<"s.3Td*G[gmMP4ǖ{%az}uXAh#2Z}1Jm=q 83K}VddT7?p8.P%K;.-~(sCg!҃ +ԪF_4z ߽@Y<9ZPa"-o _3qd\wCvJr̤o6f;s~SG{ 6<;DK+' eO{OV(H{ Td=G<5nvTi auJ89yA^" Y7;&8p.${_(9%C]<5[18/ @``rm \rr[>QNd-&.X+I`RpΑ1B s/P!ʈyF` 8zCAuMvؖȤIhZ"9nCx%{ +o]#o(Hf#PF#7WvZ..ńX @ f&3Ϻ!qTibL9!,Ad_M.SvQ_$.P?-RԙsMU)0"T0SWZ#&g$ّ$cfcƳ.Zx29ÅD,%gq~r)"#B~zX;k;-RzV_wL՚9l(+5Us9sڣ '1LIWa^瀖;p$# Hލ_:ϏjO+Ǻ=N;j,r1ZC21wLaCmts> ^yS}HGEnHۡGCݒϡ-i.V^mӠIbɝ7Ko>iț8 #]YCـca<-!ikbpIi^_#]'<;}v* wH[Ԁjk`P߾[/tU>/Bʅ{^#aȬrpjԪ !D.1q1̌S<^.g +)5J(I&xdڌ7̜^v} +Vgv;#S +I߮k͇6ӇTշkP'9H5jqnd&!ZF}o{$B x0"ʠcd/R4Xɦ,)cJ&$c8˃~M؀'4ū`.baX3YqC=r*&BO~yyyϾ5<#= {ohlVz-Yz$^t@x~qdKl{eeWb@(;: i> 9_fշvc^~A +WMoo4[S)HB!Z2 Pr/t<][,1 kxz ,Kp^gpQ3=WҝF17&]}tvxH726t6Ea֘ˬ]/i$+W[<n +3Rć+1EeNf::ʨ_;9= bv&[N—J_8*阮Y; +7{)D/ nKK8oå#D)܉4E?'C\6Mt뉦LD/ 4ʽ=Bd]:JEWC%G򒛖M^~vyٛI}+eMLĂ;~z.KVz8nNծ֪M5M5IN)&38%oD"y !s<~4jztR8K_,hŝ +endstream +endobj +77 0 obj +<< +/BaseFont /KGRPMZ+MyriadPro-Light +/Encoding 177 0 R +/FirstChar 29 +/FontDescriptor 178 0 R +/LastChar 150 +/Subtype /Type1 +/ToUnicode 179 0 R +/Type /Font +/Widths [763 484 542 219 0 0 0 0 0 0 0 265 265 391 0 174 +298 174 351 0 488 488 0 0 0 488 0 0 0 174 0 0 +0 0 0 0 585 505 570 647 466 462 624 630 211 0 0 448 +778 638 671 502 0 505 464 465 626 509 820 0 503 0 0 0 +0 0 0 0 454 552 446 544 485 262 544 536 209 214 423 212 +819 536 532 552 542 295 373 309 531 452 722 429 440 403 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 174 174 0 0 0 500] +>> +endobj +78 0 obj +<< +/Filter /FlateDecode +/Length 5526 +>> +stream +HWio_Հ8>.1؉c1 -Q-Q!i;kCb=LOOuի^-矗SW헃嗧ϟRuSy6^*VW'u)*廦hk_+[UUÂJ}װ` zMoO~<[b ַuzyxT/_?{\Yx~b8ı(ïoʔEJڪ(]Ucۢ#ѵ+FV´p[mj6Lm/qEN/U+Gn_=SxRWw&a,L?;E$:FM5/]Tw=w!73}`{ij\E ^T^%>TWQFWgeQ + ﴻ)(kminWV h|y>CJH.թJUu5`tI 3 + n/8F}4LTM)m `o;Be,2wk^,lz^Rmt,K 'nkٴ/:|Kwl +6-كc~Ә+YW /[[1_ߎcPPcN1XX^CS6EcJ5%*3 p턒Ww7##qx& +Y!<*('Yj` +Juq _ixP̎+R2d;No16gk +7-rzc| <i 1FZh! 6Öq]}Fu lt% +*PvhJej@#q +hku).ky~9=>2$qGWG-br +]-ug W9&@+)VQ&UbJa4R9xFHMSw(c+'.`7{If!ᵶ.ռQrİp3Z !RBC1+~J 8{Ma/3*aY$&?&rWe@/"%O*=ˬR͹!x9HN(T'Nl+|F&[Jɢ, rI LM/Szj&xm' Å Tl#vKZvǃKlw#&ҋې|(K^ ˶<RIrO Ð*:њs T:IE9\&_ŅT1MiLi<#Ku\4;bo?ˆ{3P3F<"EYF!V*!h)iP-,fBd ONmA=ؤC +JКR]b]N@+W6EǏT'C%Q,zpAd7@8S[V[b +JYAQ}/ ?y!lLtW"چŮ}!z`U0; j*VSABa[ 'bhY?ʚ%ثP@Gh2件(fYIWWx@m{>,%M[-,joh}꠨D# `h5mx*'(>ĬF!)T D6vC7=~`٤{uq@'Ϊ7ιkVuXH;jZn3i1)߻ n+, +Xo"&ЮvDoS~KƁs)_5)QP56偘Pjbl31!r8aQ%11 3Y:Uqs[•Bc/Oo~76IIŠM1)Kɱ]*F2X!cg)7SX\:<..9ahԣa)]N{m7ت@;*B\h*ʔL2I tq>d~0 6oїZF~p]&<ߦShs ؤw,4S$neq:U9js=aqLr2"G&%RΡZ>5駴ĉ<FSq"&H0AN{^ѫ[T2]jr6A @_{/uJMz|`2_WcV&ӒtR$m;:V+}e0pi4c:^0ir4W4YMX +f_UN6'nT(9QuHo!YNG; e/ĶVHZp`*aZq!p->i2Yю΄3S0SP7 _C Dxt96ǫ+%iUDFW`iĉ+n|hWľCq7Cε}dg#;w{+Ǚh{Ѡ&Z)&?'3a"ۣHoy\k#GQ%Q:u_23RKCpr83=z +(bEAwNHtԈ_FY&Օ*@0Ă-^ |*DN@$uɨ;C1,Ϸ1⁈H.Fk^@脒wXMG`,WwlB]:FlQ ^g..tC97Q'ƀqkcءG{%m(_gJ Xt5c~h2 }L-&=.ػ$+)[jh7? +qN!'[iH4+&;]M dt!AW?40$I  h8n +}Iic$ A@=H^fdׇUd75=rrҨKի^&AG~t>{2ن޺U7GB\qC6xATb[0X0װ:y$;?{[5nh8 +! 2"!!C{m,)'ݦ޽ᭈ"JhCg~R#X.Yg!xJ@X$g|0<cSg0$n]H0S}ʼnڱT:T kYr BjMeNWV-ziFryykT&i)΄R].aOTQI1e0t,R"Ҧ7Kn擪K\l"* 1 /6̍Fp WO./)L%CBdDڗ>_r(JX kd(3Q +WOa"LR䴟MO)b1au0bZ5\}9jN~MM,o;%\_y3]78tqgx!1! =HߺBUh +fz!Rh)yfI;Ec!Wt 1z"9ȺGySDj[^Ө$rɍ5;󍇅Q7oN>t@`.g!@|]*X}SFhπ8pfgmϦLԃcU@XMΖԓdfFf#F{5:1]a[^O)m=^<-Z7_nXC=PeOӻ@99T;_B-caXb)&_ 5Vf+%,CWJ4u B`PeG/ƴX-J;QU*Ϳ#"?M.O]㹢N-vT~=DXp.j`G+u ,;YHXS3)}:R'+rbU B"'^A7WFkN?\7岕섆jĨ>Tm/ѹR9]瞪)bγYDfTS= 3CzB.Y'V'x"/b VF}E\j)Xd oU`su]=AIb3"w!咐&IJ[xRKp-<MC/`QQb6x!aPt4v[6o9gИ{y5D/,#pKr \2ejM!AK Ml52tM)LBR,[A"񸭾@`ZCSqR"2E$lqC~TΧB9L:b_F6uqx{ͣƀbfWG8VsL湵%Դʃ_udr~ø n_oŰ:.@+Ѡֲd缀޷ C4&R~ϑG25 =RI΢"3cJx1G +!fr36bjtOB + TgBQT+7G,Ӡ(%FYNզu 3rFq Q){Bϕka+ JrgDI;M )`9|\*5/rubZ$Pqi;Z%fP),Cwªqz,?4WM ^#0 dMڀ)~1N)w-q׭vQCC~W_m!|.4XsaR ($U+ wN1fYp`U9avm/CcгjeQ 92{iQ [(uB;> +endobj +80 0 obj +<< +/Filter /FlateDecode +/Length 6312 +>> +stream +HWko_"3,h EҢڢhȶ[r%%{_p4#EXl<yy{ny;٩~|?Y۩~}F]],oU9|Twۋ˙TFn/BQ _]xe+\e}}/&A}`;R]/rqiWwjXM߾֗޼Rxn1L(lbLMmmۀslt]5\OM-Z5Yi_=Wl(w.5_-Ou%|Q) o§ZFMn/n +ZH0_3-IadwTslBW7Qp۪,IpQrpq[´ㇰuě[ue[HttUӴ_zL̕s΋b)-x+Jga +2['L]c]|<,5[I- qUb}V7*2Pt)9x^(HV^Y*Vl;(F<[ZEPҊ%=! MO)˜DK(CMN<ƞOD{xH0Y ¼r\iGHO>G[ TB +)(JqNT^Ad$!g>`PZ$=)4x&XQ;B۳-z2m$%-%ZrZɢ>]diʤQ/( :<-[X@Bt2$( WM]ءs!ADl_QɺFGgѳPsaqR"OSK۷90}xĪ!0]~.c%`ok`%z_ي;:Ym:u50]#v{3ebq)B[F`AL!23gXFKVՍ?b)!`ū4V\ &>||>0:jgT#59{5b}0e|3F4Tqj +p֠eOq m> eE-0@w˿)(-:䎫:[YO@C`iQ{)#A0Xy#=-ͼ<2EN:dPgP;5&}>2(j]wtCa )5tE6>hh,eUV0~:gd;j2M*v>/<}$K炳5(Q :`ih'sJLXl9@6}#8dYfHBS;&L@fd3 {~ܞ]ߏtYqm{)Ns$mV˙ *fLVWj٬ZsۀR*bhpLpCm~s)Yoq_aF30LtKPhO C'4b:؎>\ˇ^CrQ6RPqy~bX|ΐN{b\YJ6+b$ X6Zu3hr&Z]4XȄI:5*Q<sFG=*&리 KP+%!%9΋ϑڛLl!kF4!59fx?&ر8t1Qs;v?pyz*ۻO9hl@W=?/*;SN9?X'G zhΠIW}FQLS0uY`uohVyO}qIf&~n! h?W%3^v\Ƀ ({$PUxai\ mОfg˞2N@qL%!&#?F[ӂ:P;Z8EZk[b}8xԾPiIػ<࣯ٵCͽ QNldR-ʐ#3I-ιtGz{@%)TO\JsJ,CD* +[ONa1p`7j`X&4zXKF7S9.4VPYVnX"W,{eK/9X\S=@6{4/ f`H_%SrQqlתyYXpܛh bE Cr{Ξ з$*2 RS:atml'Iךj.5Y(NPL' A 99ua IkaZGٸC8w"Gsw@1klOQH7LiJ@EɳÁ~NnU#p[Nfcn]kvyx#g"OtaK:Tj;7Y3qҀ3 sBH"3&aCtɿVJ9L,H">#4;P]l̊#T8g:"QJJ3sf hVD \G|f'>Zo HعXZ_Fn2ï/aqP_vf|ayb L0&f+f+ݪ+zǗ#fmEqMVG/=%9Ѹ44]K1MG([O᭴ +MB5uٰ)p#kDUhφa,tJ +h2')80 9fʜ#ņS]dzrKOޣ9D=C|s$U1[w^$OMD)QQM],Pmf +E?;QDfQeHH+.>c7v}Tn8E}; )QLێl]j}r#3$)zpND'Gg#ME[V SƩT &W89|$vÁxJ +bMB3{~APiM͎`eOGڞb5W- jMBs_34嬂$D*&XO3̄7eEpE-łMm0b}kuױj~&Xq#'I,Է峳υcI'JUAlnW9;x$h],~-~7Yu w3JS1r-g>=*L >LcgI/̥2 +v3yPX (4\H <$:HLFp]so7l[7PMl,qn5.DұHTZ!64l=`kv+ؖ>4f'(sޏ(%g.uΕ}qC!S%Ϡ9M_F>XEjב{mr.Gbf@I+2*bk=.]*PuTd3Q>dρR:J]ې2)_.HlPnk"F:=ZŽ,o,iWr}V*Df4'>I^F%0|m 9:p\8B OAe"!.@no̎P] VDaCN~@6|Ff`Ͷ,)2u:ޑ-1fl$N(j ʏ,6T(PR6`'L4;WQAIm {0Y(W  +c¹ `1CU4GT,OTTN|IҳVs#g`F3=LYIoG~1E ʎIZÞ^S+okLf}1> 4McMy=ux/}lDZ +CbP`ʘp hNX4n6 eUb8+wTD'H0OI#SS~CIC&_q[ɣcAZA7lժM:R5uq&<+CN^?$Ѿ]5fSf6jiWe|z"F^C%sPQ:礈9 +dJ(n58&3RDή8,$86^3Fv3Gd{BoI"_6˸s!x=}09!ʋx(d+5$,:U N #G\rLSU9?RsNoɩ%=XF1-:t0vC5Д.d7KvxY>d$PS V4RuM'9BbyA'd;2y'3]pƺ r%D;&Pkw;Kϩ輓Hȡ*]+We, +K9k{B+ QBd3J>0oNgnB_ +wM}8\t3ivw';lvQyL ]9O'4\uyv1Rz͛!ƒ?AլWp+RsݒHX"g:8V3 w'w-1'7e8qQ4.j {/^8Zz87i!xpO͛iƗ/_\`D/BZOօ&t`9űg1M>'Ayw?n=uOPHO#Z-/z `p__9׾6=μXOC~+Ii/+i*4;woeE;"]qnb ĺu 28}p8$Pa's3m7$4c)hd%}Y]4+^nmB ,TÛ#R#^J yk~i!ywzJ؂SVڐ{JC7!%;(%O* +endstream +endobj +81 0 obj +<< +/Filter /FlateDecode +/Length 5537 +>> +stream +HWn7}WqЌd7 Hx^dźeFߺ,Em`X#MbթsNm|{}~l/?~[sf{Rz| ?ƛjss89_jc$l:XMk Ƶ dU_Oݞ|lz?}w_oOyrcƬvTg?}Wc؏@Ǻ֛gc-/ݦ570?5UkoV?C70պjm/-|mzl/uϋ\wXL me{|S-n3Հ_,CIzK0j;FX+WK(3w"N0WUCaWkB |-z͕-S* +_m*.G9Uu_3{Rv\~Eu_כvZiOs5P00r2L7`oTk>EXJܰ_LB*omզb%U1qh"W(i#M'וිqGm7&13>=FSB#D 3oX"HH4Iz4cebs٪)~d^\EM\p˫Qig + +_=UtS,?VH@$^gmԞI+v,CVP-1Y >Q WK M8J'6$GFV3@E+%Uŭ}Βṕ:+T%,^n\P5E(xcT+'HlK(>!+wBqd6|P}P<6Ȉ) }nUrvϹzǝ_]E)Xf/悈jF$!q5VYi~ζIs] +K`tVKzm6(+AygBidQB5R8"@ kif;ˉ'F4TfPhRxy{Z$ژwR_ld,r}´4 +w#R(Ƙc#U%&9HI9}} _H 7JI;L*sG@!s6/ FHs?h4Md0+Wy::|XHcYD;Wiv/pv$ܧIX d6FԜ8<ʹJ}*}j4WD Xso^g ^H}1T%c + RA<^aag'Q9"VktLw#{ڲ%2&Vυخw#.ybC`&U+0=?Ďf]_~^"LfX02^eA`PۃYE,%l_N57v4z| eM`jAgjXM0&)mn|gg 7ؕ .Q7, wNԶ5PW]~=U+FGo4:[ n'%2Ҧ&7DOм[5J_H<1[ 낤iœS WIo#E+Ht-qCm@H#!q&3qfB^2i#qZ޷&)LƤ`v<,{tgIKhG?r&qӘv}Пkbdy:^%=Q`I$MiQ%>h\ʰVY5G}nX \`O%![!2ѽT:;Grl%]e",7i݃n'SIr|;t2kҍ_T5@d$>(nWPBt$@.DnQk#škemp) )%ZFU2[a*ԎQn-p_DXG2:e!4]\mWo8ԮݭO碖Tp@*<#-+ щ}A<ځ|S 'X|*2Cj,A4V")%G9IJI&t_602xRȎ8$a ]\ݑcɈ  B|yGC> i +HVXjAz<ͦYvjAubMrŌ9X%u95lCFֺ`Xy,:A +Ѡ(udOAge1L@BՍZ +%Ĩ-f8!xM +ϔLnTȰ$M.ۈ#ˉ/OPa"Ç%};x"EODTiZ;5C7,`{5Nc;8#ZbueauF4XDIof27S'$/8Rgu?ATQ1%8{r +^8^uP^UZJiD6`)+ɒJ%,`,RhpqZe3<{f,H0aQ>sVU Y_stGWaxX06AGƊN4s./xb"i¹\Tt~&攵^2L$* +B.}ZKE-ȲOo#OZSeήջ#z ƺO7|/uqs"apoW[#8J~] OK& +R.}E=.A7,$9//i\Tl۱53 04!Y~. g<3: + gt R[G.AB}9%!/.U ҃˲VJmJP, *%s9ph8Ƥ3 OYty:" 0RI֍?#!UxxnW|ğrT)DњAOKOl5:B,0*=-E(×IґHTqڹ-)N[)A;$\9h?P#3KǑ(NEA-C2#hE`)Td5dGNCVl +iե7KXP+S5ؑx:IlIcJ.Вvn+Ρ +endstream +endobj +82 0 obj +<< +/Filter /FlateDecode +/Length 5931 +>> +stream +HWn}WvU +,1CCQ"1nv<3Zn{.NNo_nՏ?yV9=T׵S_>TjptrjY)N/Mn(cMliz}ӣY¤;w7zw{磓w=vS7䷷Sn0~.7bx#uLNa¸"xLiٸJ[ŸdVWn PVTLc0ҦXz*KqMѹXN  9\W 9."#?K u n2)G`"W"}gxn4{'j#wmO"vН"AKw:}bZLWfPa!dd@/hC(xԮcmk r<Hkv0/϶r{߆9 W;~kfT72Z\r",k7y 7Oh"փY / ox [ңB슮r7^&rD#Qd>{"oG4ɋH:.hd@IMvxx\йnX]DYv_U8%(* +(8VLP^Iv Ơx>>\`Lf2oQtv!2Dǵa27r#riƅY-Q=1(LDŽIQsލzO@$(p1f33o8(+OEc1|D@Mt-]ZZmR6.4 %}0<1!e @1j F˭o +m}n~P0B"GMJ4߿ I@PAnR0/ *uÚrPt)IfYbYX.wBªK.$&] (Kx?G^XN;VzߤƟh#H۸ t&#J?m+*V\(Epl +Gi94=IM,fh`+08>̥TVDx;OJLjӉħwT*~mg ٯ}]| fGufc]zYG8|FN-Q0;%OX.O -)Mӭ~N~~%`nm;gy++>Z$&Y 2%yH(kD'}{ I;QΥ֫{U[ n,&y,wåt0yiYäSEkH'ȫE4ĄfS]X4Qydީhr<;%35\׋BЄ$7C%4k+mșsB͗KAW :|i/c썧SqpC^x{O bVg";e6(J('$} /@NᵎJyUD]ƍIw1jLu` 1+`³usLbSG8AnoV,KbF.pEXRB/lK(ʲ$8Y~e4AopOſ97u_2CU)Fn|y?$<=HBEl™Fp5ضK:r>̱ \ywI0&'7|ZK猁m%Bw[L<3vs$Y+f8PC^I~4A\Y9uX15~D]O$t) k8ZZЀ +\t!Qu%tC ǫxY CcJs!Dջ"V[3$w>~cYp<*W3W< 2Ta_ɫ;s5Y5tJo5OuئJnF&]NWf3#! 7d(oP&g|H-`<\p9D ֎CQ{F\W1/,)Aoy<vCqTS5D3yE -:[eB6 B.?r&TfVmgQokqaj;{.. JBƤkLoD-6-?WMo6+:F_DtKh%vmfAr^Ş29y؏zMs :RO?bbNN@l. w2=!z4JKe@`|\óD#h(r%$uD(<ĉC?n7Q &30 CWPJCÛ0"4ވ1wn7UDC͎guk #gN+*]LeΊ=tUY`ltrbكxcj[/d"m'Pޏ`1~wm.hK_Ru>ҋH#&C٘mUpx3zeR6/aKHk6і;aIuV8$l,z?pʮu#\VȢ >%aZDsmo[_,:6e.JA>(-6'|fhf3(AVhQN{j 2 #35 wVÐ1@2]6>qH AqXx3ك0bfe䰵Sks>HKbNiR;}fuŨTY2C!q%#RV3ōd1`묘G HqZ+*y َ= C<@/F{ 'Q29r [<Y +œHTy󟰫Vn8<#9E^>+n38MڷM$.g#V,9Ԙ KL /v"|ȻL73L|a hdr ]2;> +stream +HWkoE3C 5R$-jouZ%Zَ{|C9aCǹ{^|O/>ދ&H;4&Pv݉ iLP[L!gZGId^:X10hp]]~v\=<5V@,GxNvTdȅqy _ƒTQ9dЁSƊ9&2&8je?$UcE#&Ka]RA)2w;5mr -n"F`2~`$rczH0 +quɅgQuDn MY<>&xチʊU~cnafbMb"UA] &Zܳܓ1Z?@".І "." +" &<0T %uߦ`!ɓ{a<,9ʨ2s*O +j N Yb=TnN*bY5m~Tw<5yls"=#eXh~Tz7A,71/9lp0uU:ȭ*Di#evzw/UEZ &BHZ/۬^Te#2LL"E-ta$ɜR"t"\v7P-{hʮ( WZ /GbfXE=VʫqXm9@-50'isC}"> gLgK +x?jp3c;_D5zN\zdt%ޛ'0鿌YH +]avmF=]I:̫؈eTD|蟎J*̴>,cU$Zr?Lzzt]>Ori¾;⬙l'M. +;Q?zYU*r Y؋ +WNJԡ NlycX߂v 辴eZowWؽml(3 v6l|jdje0*Vg9OBA`/$ͺGHm *IƩpjThD't~[ۙT&'Xw#g)ȱEd?ЗxXQaI쾪 DR^#cߕq_iT0ړ_s]Ju^L??zuS`fl5]s6d9V +Źo[-FFas9Z0'6pѠk%{R3Uid41rْ}0$97MJq  ?%Lz$ /btYZP"(olU)W-DO=aY>[VթB߇XyMHCEt!lC'ßʀ^b$XȀFWW^SGQnV-'E0|vϻ|"R\~ρ5?T^ek25??QeIcr1=hb7 H5GXgⓑin{'óiEt8(ȇیY5q6D|zU4ZPM|3;*djxv^,iI>HP +VeFta4PG#rb}w`Fyh&bZ * EwKBF俋ʩ o-0+"a`0.}wGkJ->A$5 +R9 R Zˠu A z >iŠ&7WOպ\x<.cxH̛ʼnqt>N[պ.91ΡYxn͍J]s28*«jIQTK=}DCܴl"i rrOj[&O;mnփW[OG~W#-e],$^g-m CF8ܪTwI3U|\PX/kwzzȌ])@Sf!n˦v ȷbN|OkF}O"Av+|n괪Z=D76@u!gs(5-_ c*AN!X+%5QwoRc*zs]5􆭚OPg:a@'>WHyqSGjb7uLc':3c _ Ntەaaeem +4cKv& R0m {v +9 䩥}b]^ض1G[ u! b< 3@tE~PF$~-LZO6u; ,«vO2]'3+ZKT&& k!z>F^3_G $NAe C|v9#̀ƮG8/ɔ%XuEvGX4u$/K6V/lޅh&0ZatxL#I c]^6y>=IsM< RÁu]KM-H@qbVt)1,Yk*v`Tr4P%_q +&HwwO{ ƏǺ]顤TY.atn`KV[U*pGhFZɠLI `Ԓ8#ظ`4΀+ +]imSSNld2_ +]e_܍9=vzX5 >i8OAxkGȋ5kl'=icⅥ[1?r506v`TlacPȒR ^ 67/r~Dq/×Rx*0XrbO[Zhd7uW[/Nv?`үob_b s57l˷|y7O˺z-< U+Hk!Cf{u\=<{IOXONlN/>Vi*= + %3s +`5urKo S) ֱ >αI-. P"*zY>*ɠkBҮqv$5WuKN"0$8ŚOD "ɩAm*&m6jXʋ(X1Ʋz3{\3z290uFRܩ~N5NdG't`!˗}*{rR1)d#-ءds:NRd)Ufr񑚺.e]:+JG!SXI'DC纁vKkS;vmG; +%l;FӖ]gX}ǂlP$R,{U8xvirei'1-lVz#1ɷgʉSIrFqBF=q\ +\jueKxЅJ\bYFi˽|=bS>oTȳ p)ኘ}CFUA&K\5\|'3t +&QNJVtobԵmrrG1(oiWoCDzxlFPs-Ґ=cY1UC3k3w~N3gmI&"\9raw8F,nLCuLkcil`f%/bOi꒧ê.nNX YC +endstream +endobj +84 0 obj +<< +/Filter /FlateDecode +/Length 5687 +>> +stream +HWio_ـg3= %pb'صAMɊu-ίO]}̐rcȀIQǫW/7WZY}}جɋS5yq11ʔ]Wjy=9zΨbUW”9u1WI5e {_[zemUV 칛L| 7 +~ 7GwF=L~{ݣofj/^GoO_)o꡵ +fZ6B -ZlՔT뺲yZL2j.,DM)+5-oFMn*\gՃŽŝ~ PotQޅnK`_\_/59RUa*Xp' if5/),ClpA@_?̀FvCØghPA,8 X~\??{JEc*WIs? +6|U{|M W>rR}&%fT5K.cLf]2a=P@@PZ7A#}ooߦRA8מцE_my; i<Ab Ji=3 MsU vїzA4 Y) Gڤ jJaX=JAbu~x`f +Џ@d2J$eO|Ul$"“2,Ci JWej4O^, .&ƨLdrxVļd7]3H=xДԭveQ2FWHighS e̡ 4iB=Oᔍd3!3YRԸ#ʭb2N}^a?;)`れsֽvv0yByªK6p"ĝaCn Dzb*X|cϜۏc#6' -_COז #թO'.ؒ{lO,A{A ɨX2 }D8r P}:3OvL% +4`tG1H1ܤĐO =^C~y?q R.kѫwF]&GQt|n/_/DQ=E4:)cZPt Njh2ɁssCci4VZr8<1:Hr~hzn4ɬ׍E8ØXsD8˔[^2-u 3hSuʆOd#I4й3=Jw2Ю`%ҥX5 I:Vs,ЁIbNwrxIY+I_X^ddK."HSɨ}b\1&IZEWlé'U8V2v|9?~UQ~[ 3-Yʴ{>&KB/wͯa@tq;k)7b>b@2 <#6psQyc -D1lR E0,USIH'@YmhȨA U{W')1~w`XaCe5*Ni2q&Z&Ah,H%cDHE1?Gݏhh)"EH8"LTlT,I6# +'Q( ^LDQjsL6:/$ + "LanivN2W1_mY{~|4ypHZ4Y.&U9i5b"ܹs:QmBd^Yk$fN mvnQja#B͋ZWplsAX[ +c<چ~iar p 'K%mIO@hl?[iΏE)KNEsS4x*n0"-1Yb!ODϞ-g+[yUhfJ;oLxa'o\65nKѰI ;F0+m:IRF|#皲N3-O¶Jx5&[P 3j0+iKnj +it.=CFP3R#ݑ8 0s8˽3-xƢVuQ '^wEƤIpKH#1)h m㲚:ДC1$7%3cB3,ݖpDt:;3"3zty5;^F2"&u +\ +Ƚ,iµGʔ&5"%<BvŌ"xS.Qک@[ZxdV̓{AiJcPq!zh$ +iQH^,&DH_60J[ooC}{#"hũ|>O0Վ<Դ-^0|DJs8>t-FAo/Jݜf%4?~D8љumXAQSȗTJusP? +b:~G+ +tPl>, Y[?ݬ+r~_ +$>2Mp]|`7ЎWnw\ѭ'~'_C滘m>:]Q\c溱(_4~o8z( $͹)9H.jjZ|yQQ".#81IG֩6A'Fm" ! 'ݡu.n?-\-@-0]J?!`TUIQA͎ʎ#a< +MAYC;o +QǶ{.Xc@Ab>Gn^q =Pb{vY;mVA:{޲Q=& t$xROa|J1* + *8 V➸Y0=4E|F<3Zf? S8 +ɯaNI,>GhNe̩,A^V?.7 W-IOa}A@NJ, Po >a@_|9+J9#._{omV{;T w@T& -WZ(ܔPEtLhRuǘ$EmQ uPz~D]}FV-ae }@BSD2 pwjVtGH\ؑ} WH07;o_V<\K Lu " K| [IBI|In<]_i8⩒CQƞ(ӵ 3<*1Ze"۽Tn>GjFGr4`Le]#K\&zy5;^tX E<:edKØι%|SgEEzW +P'g?9ZFK3ׄLe@:oWW>6 +|XݾSr}I[s}nv<֣<輼9O1<1qw4خ0v7KCn+~_U>ཬ\a0@/6k‚(+O}!zekX ^%o5 |o-ކ0} +`cqxp'!oP&2]E[2tͧ4PO CmMi=, r{Csׇ;qꃛXdoLz, +߲3$ x8{K[;K3&+Ax%~!Aֽ3ۖ?+`8Z}qZK:{^,_ 4K̍::.(?dp~ ANBՏh8V .VjYVLOV\&O%YN'y> +endstream +endobj +85 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA false +/SMask /None +/Type /ExtGState +>> +endobj +86 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA false +/SMask /None +/Type /ExtGState +>> +endobj +87 0 obj +<< +/Filter /FlateDecode +/Length 5144 +>> +stream +HWnH}WX}!$HbO$kwE ۲Ė<o~&)EYD/u9UɋzqϞ'o?߶󗧯|[bs39y}d?)zRrV/$ܬ=W*Q4U=rer6 +7~ ۓ_8]O~?,VhFLKy7ZF}E359V*oyZճZJԦmмWRda􃸗E9煴vfXo0z֊J?g~) .BpEB1_KYTY[` .XKX 6b+[}-ToNUh!)тl8l<džX|~t3^ʯuQ[KTkvAcC1R6cg|<_1?Km9`lxc)+!3{>h4*L;g m)jH_h94P[~*ѻBqwq F5Up!NGIcj8FI׋GfƣC& ꖮrls{go%y^?D-u^@x%v,<o*هNb4mFU Cڶbp\AK^CD S\u o]e Ams݄ +D@gviLpVX"g?U~ 9[RPJ]PZCj +{@Awp$3>C..dl`۽̗rg2Kr6䲇܁tD[䍎bppmuU9f-k0{}hM3":n)˼[Wbc/msn#r1NY/Sc>bXz6 +`(ḩ]B)]tZ$I;QU'j0 +z]FK+ng^3R.(. Y%{TC݊zA$Z^p+C]پq+DB r؂.P4$%x6#SQt`᫭h&U#M#2yQe)Iw$,]tG +?.Z:Q'@G׫"$/[:_sQNI ?]29 mqJQ1=n&~+ 7GjiۼV>h1~kĪ;\t; \-1W>-.~m7\R%؈YÂvD)LGYKbOT<9%at +#0dyd|nn#08Jx݀QߑĵRv!OXRg$YeIh(ʳ"B~ T8H/Pceq'/˧,@ +0:mn&'ϕy0Dڥ5 +Pݙ +ibu V\jj:κRC-KncJMNq 'nT4%44؀1a;bOgp j] f kCl +qy{~piFיq͞ '[L ղ8=\f_c=OE2_ +P<؇j'*Tga2y'ϡo^ޙDs v?H_漌-dĺ%>Y{_ރ[upP=gIkYyD/Rx|+x/ˊ_9l._?q(Y.Og_Og%! `yW6 7dpR>9:<BJk66jF5Sc ЌBKbܬі&P0^S i%/CQ]D5ν᧓R zCJ(&D *Ff#kخo^w=zSj/BO9 N1B>BQ( ܅ČS/Wҏ,{Ns $~y|TcEKh੄_K#.y&*-SNɾ%N`#ZJ~tr܇#R1p$~[ZeIQ!4 VMaJG,e^ZxƟē6Ux2F`/-g9e;budgW.ղܶ EKqveӍ2(ndO,*#Wn} Q4aeɢ.!sσZ?,+9=\:_lqJ&lSY Vv̪#EymvjGf{/D![KA33<]3PNn1V7,ʩ-z)=;Ēؠ"8a%VyA>|ùsJ}FOBI(cQ".z2۵^ 9'` +?A~uv02 EҎ'u[~fQ83 (IqFIfc#Qe_ %AY#$P5KZ $V"ŊQ -CMD{#ԣ H8@.UZF$@;Y*BmPuLƘ:D,I!3=d=OQ9p% L֋QH2; + %eF(ũD=ᇾ-iWahUvsUxtGX V⿃rY(bDj̉lF%؈"|7=u!xs=jCJrFx({49W_[DWT7;6L Y1%eנN){AJ%~[VU1OYQGb6cvOj? l?YnQL~GaC +L(&Ue&`l&qE@Naۂe~ ^/ECXñX.G&`1Y.F`U.9d  f l65^Ry8ږ%xQePb)KA33|~(w59,ʩ]G+os~;c%6yA.|és8JȈQ(r%lJ*.z2۵^9_U>p['KY胺e Ҏ'u[~fQ3(eZIfc#d_ %AY#$ PΖȫDZFGA0p1BNG'pvl߉G, %+|tMj[& Q҆6R5yZ8F/R> +stream +HWio$_"3j}ز 6rXȗ$FavʯO]$=ݫ;X`[Yzޫ?^7W//b~ؼ>}x1_~䫋Tk_ij99O.*ɪZWum.ɴ:u݇oNylNşO8GW5`ٷ9:OϛG9>ʞ\~p{!H]z~W몭M0 -G;sn®vٕڛ';xPk> M|bNo }^|o-ނ&~c6ȭ9mͣ䶸sd[G?0Ob[mhq}v1 S{ro"щC;aW'v7[{:~k=^vw!7n񋭋,j|ă`5 ^lZ/ ї˧\؞kȘVݸ?X &pcm9[8ì%r5(7񾂱^CInyar8{|+r8@;D4¢'5'8]O^nXCl +9U0vťmvg)͗oyqkR+FNp lH!&Q>@1\3*{Dgyel^1!DAtQ{>C$*^`2N('AcyEQP" CuLPdNt8*^J;⏘ZG !dҶ3Xh{8h" jal3֫L ld6`l%\Ҳ݊$cF1tm^Rv?aëk-yնS!85oqGhͰ3/d^~ ; C AĂc/opdq+-Wf56x8Om,_TL +gay"`_ٶN:f$3Ax8V +OT¯m`8T \ $$ඐ.#TNJ19$b[R!Z'z/Xj?z/#)4)k=)c=nHѠk^, n$ݛ|~␿1,oE%G!M6rJ넧2r0əL[D('Q@4SD/$Ԙ"Of|=. MjGD{y1__f?!DJ拆VbtkEQwS҄dX)Ў"Nb%;'4(FR4WSej62EK +!gA_EcF԰SktqCD"+:j,uπef7f PWiOZ7f6/쐇\[[7X@J*6 .Qk0EaB\%XKVq^A ⓭m'@Hp{K(@B"l[OihVf2!h ID FNa3l +XP9 !F5=`N[=dZQ%҂0DPYu_F8w=dN\ҒopWqpUb Kڦ %x.L!1ujcq%xd49cv$A@}M%Hm?E@6!>ohȚXdd"7q .+ThVN9g =5fu,āLpO6/$$[tJū3d +Y3v<Sà3o$m4 ދ1KKCNM:x TbJ0h whJYvW5~ٳ+3 {<4(^;+w8?XȺsEoG懽o(Ũ-: Q1)wkI@8'Jh%x;AW>GٖsCQ:%kG>h j0#:rc:Bc!Ka_qX*W/Qe+qF}u%# όaa,!LPK+%H4l@U4ږN֊c~ؘt F1>1,5;s:-U6#[4'jq+#A\/~FfU  O@"H_"߲ͺܚgoK2+ej8mZz6ݿGȌnv<"Hû,q^]]͇DEΐ'ufw'/8L f]q䳥sH׺1i\k(|A +qk84s Xq$yV [*c(4,p҆]㥦K0kײ{eճ4,*'OgD(Cu/=}{֬ X3l^x2d%/CK`=)K];YL5٣۷9Y>N㾉]0YP Zܭ'U$Jm O"dU:rV,gb$Q&:%/%hyӚ%,x fY&QaISIyڰtپtٜC]Ԣ&U^ !{j_(-r)i,}wF2.h[&ls_!t19/2I.#7 + *"ao `6_SrRl-YL3Ok33uQQ}fRىA\f?aԧ;0~5./jyAcfcvf|~ -PP?ߦK5fOنrRpI)vz͈կ +2cnPɎrn}/j-GYFN(s~TV_ ܶR@AJeb-R ϑ咩Ϸ%g[ל'J29?pok )B(Sy:`,8e ,!u S8-6wD8j-vxq፟Y+o3Yr3GV5]<$(yM&u)Fs6)4$x[А!XC9H S 㲚X"F? 4!R!;ޛӹ +s(7y++e6uOvfID[~ +)WE& _Bk0K!:[3s5& +K0N|e`lNʣqِBI}Q)>du#6*QT}}QDcriX?Muߞ(06MTp a!6&w-=AM=|y/"@mrH|LE.3 C)0BdԦNY=eDauD. +h"$7i2<gtxqD{&.@l[0T&. 162vn^$]#{ ;cr(J~\bL<%5}d sYHcOnuf˦ kMk#ԧtSPZM9VE Q5.IiGO: 2{ pkLᤁ#4:8B@1j3<\a٤/~Ox ȵQ}RGubIEKc4B_ZW/ФTc0jku;BYc텑jJ![L=w2({Ai۞k 3 &U= %]P\V2RO?*fBAX ZDo_]Sݞ^9ow(ݍBUXu"Q3C!+t@{_x]X98)\v8]"ybR aQKS*o}eHlˆ_/(t|~q؏Zl x{ LkK]Ì9: +Win#.Fk3]FE{2[C~2E6h'Xgu<˳#}1ܵE{V1O|oC?qЂJ>@ 8#3TY{>^uky +8nNߟpη#;/2A <:(1o¹;A(-(P'o) 9=Tla V_T +endstream +endobj +89 0 obj +<< +/Filter /FlateDecode +/Length 6158 +>> +stream +HWmo7_"\{( +$q]^m]r(dv- o^2]RZ]3ygO>Ow-T7?;xfVZՕm<|:רq.g˕VFgaTP+;8#xe}}=W̍ݼ]cb5{,~xfW:4[߮ 5?^|o:P^+t#kU TЈ1Ԩ΃Se/5_1Q󏺩VWz&׺1zxEkA@ߝ酯ZiMի:`v7'2 ׶S' +NrhT/ť}֦E \sxFNtGƽ:7탺d/:-+;|bFA;< C{t2V"8\w%ۥ%kZ:` \!lзc?ds|&opk^qQjIujoI'j%߾D+pP9(9 t%XzWEO&㮄h+$NSEyPJ]Kr" >V ?(7|>(C\ʟ!j~ +lp-:L2@p֍zE`i9n(WXYxSi_6z2W3/&gL]ؚic8QzAVlFOh{ *yE[oYa +LVԶU8C~~Xf1< ouL^"WQk#16Ӑ3-N@Ɨ*F _HScYCdH6h~H7rk[uk(!hF˅T$PES%[K ;xhP'?(%P5\1 L[GNސ2[!.c@'M0l5^q0U<|Cju;2EeEI_7z.SN(dܨiс~2+F;T-@_ǹ&STTGo@.98} ,WW|*!AfL׷!ciV4RH([:aLb?@aGz~-pB#=hXYk#~m-+r +:b<7swZK#UE{_{욦PҴ9K5&S6lt6A@M2?5T>v3Fo!(Ԁn%pn|]ܤ7]# '" Q\g ;ƒ#>^Bw"*gdE`2Y +פ'GX!:愻;P[8x5%aLcL=ܧ 8Dx%>,cS8xq[ػ{ .At/'歌cdb4d1񘰛[ +o˗x|Kш,@uKeJ@V&a\ 6x 7SDCr.CF +@#g](_˫{N{mLC]{ +̰ *\p:5X)҄a mRlTC›~ւ\gqB'N\Âs5vd 9fm2254P#/옐X1 mX=Qy(KwsN=iҙG*[\?Cbk{# PY %PYF O*r8+ڀxH͇4CQ0CtH7{l)%JzEesOxh8Ǎ7esngsy1x[ohli},)Ŏ L؍;h.ԭt.8*GahnDn=9pDr!pLzuD`d=jom\_%V0Ze[,;YޅL҆4{-9+e`:|t#mmII\;Al`0Gs0PB?'.}M8X% Z; 0PwYXBe78TNvڞnfA J\ Cz Fx_dv +#EAjaZ5z$jCyWr+US%JX]mi W6 g_ٔ}F1-6j?@_F[} +_g6 +eY\|K BAӦfm[%oGfK8߄^Q|ZA).]A_ߺ~⢼B[|KkͳsH`.p3 &'j9?[ +[^M/o r| 5&?1b9&NC-CH*]-վ08X.! 0CX砊ъfTʩHݸ ah$UO0ǫvXfTɩ@+P@%tE?_ wkdGAc;>˫Amz ⒇}¸<YHPHzd=cBcgNܢgNWy0f([ (8ݎ̒'r\!"y␰Z If ffR-`S*hqT(\٤ٝ@'[X􁗦׸֖ȀCMgBb|Oз-b5JN2zwv;XwAMN[ Y3)Ohc=&/]88/ft/$9_ТѣN?nn% -4atEjtWٸ|I.)GB"W]e "HwMn[1ξjI]|±RƑGWAXOOwl`tbT} Mv7 ( Ev 6s?ky6iːvƔoAC׃C+wA +q_EX{' 1Nw6LC[!4ĻfLC K}Ń@PQ_EN# +\P6wӽl-Gٺ_5l 4< +aQx``lYC|lЖ&Uقؼ ch"A_/n'M X`B7XLyKB5crI.cH\\c>JoR= 'AS|詗stk^׶|Xx_9?PW<׷D_P4U :>guwUh:4~%r*f ']"5^^mIP@ UDfs:˶M;ƍcUvլqޒW_ GE۬(WO(<]aO<Ծdq(i ۲Aռ=h uY#Ri;F(c8h#YȂ`ʲ1|36d/N@@_|(iDo.J8Ac3Z:x.f_=m?SX(C_~IFwlʶm,W[X36L%~d sgT;π e^b D9-5.v:KEth,E|[o4A£#GrIM+r|#n<:` %\j! aX|N{b|:|x4#ɬ'd~w6m/&P36US !5l8B{Lw5?&}SS&nqةbڸ/~$ȲFѼw#V~gR1 +Bn]G15"b~V }2ѰEu~q]Enވ֓ߙ#=g~Yi߬֬µ oN*+ U^U>5UjVpفłр&ZDơ l*T9a2&vxJ#nM^Wt&!G]p +C|J|Tyͨ=q ,Q H5JJ&*w ATO4<W)XBJ?,%*G5xA/sz@!*yWĽUn Fg*OnklLq-"*-x&.5? a:}}Rǃ0&`gmF|aL\?*s}&?Ͷ4\I [sxwǘó ;%> ΞMn%>Gܔ$RI/o$ u=7}@AYot8  J" +endstream +endobj +90 0 obj +<< +/Filter /FlateDecode +/Length 6746 +>> +stream +HWn}GX6`liʱ$`!K#YH${K_8͐]]uԩãŃ7O/_ŋբR;gzqRÕRZe`B/ߔ_6`ͲVZۥmVzYln5h Ϸ:mqx=<=VՋ_U[ +njvsԚj_V*ι?RK>n٩R/:Z/[pCpZ|.<.}P(;+r_?F-n#m`ۢqhރôõ+(;w'o{略6~t{=(%ډ nc@ZKEA^ NgsC00_0ExLޭڤJ:3 +mdĐCMFR}+ 9/ װŗ±Ͼ#טnH2ޭ;uNjk”^*Y 'yⲾ H%":]p$Fh +/b8=fEc$&EzF[;Z'rK9xʡ +S-qE1xbWT  R Q[5"aplNjc i%J)doX. +558龆)6А2:L 2T;dY=yNbD'9ׁ}~"b3,brj.V|5Go [0NUU +ow}.>ET04aaRGA+ l=p؍BM ۘ/HG /'%oV݀gTL͑"rx-J>}k 8l y/o-uyg,.Z׈!+.ƒkH."n1`fj/8 1,of׍>G}uKuM9#za*Q}7&lOEإMde"?;F:IZ~_Gj)7̬8}R:+,/IiGqg~0*LXqn]`[!gO$r+7ͺ~$$91B(R7Px +8!(=*SSBO0k7k&N7{iBz +1!ӣWD,>3 ފZZy~8EQC#9-TTtËȻP-n+$'7f% fv2 CFWPt>WAA K,3 C#cT9bFDBT&LBbMоk"{JgyjՆ5W*ggg>{(wsx .6!Ӥcq1bShD>msnz*-7Rn$~t8!7] 렺d]myR߰n&hztz"(/yI N}*lahK^,4`{_d zFwGw U.5Җҍ6B6#Qy*LW8ט-t`.Ց:>~wE+]%L'k<'=w\[^/_U~AX63j JJnBwNu^-p˪ +gaWq\50:b葶A1=L7[6JXKkbM0%WDg0zqZdi%R}8[6x$yB]6= 7|lN4wBnz&!'؆2S Q&$ml#B04ڥqsB=/4}dd2uQ3 +fsrF\}RyM< tt.OR[=7jQ?W = Niu ك5 vl6BQQ63hs߲<=)WQ'>G4 +ylPO4M@롻dhSAE簫5X%ʉ\P=)CX++zVVpg1< rZFKCܥHZd=Q]=\pw_P/&vMfh-, a`we!5! TCA jgnѠ^ ԰rm=w+rKq+?7@-+2V?@o*KS%ix;, c~7x5_6܊U{2v_#;-(}u~ox|7M_&?݇ilB&d0-4j":[Ϯ9s %"vPjN7A6t yzAןȆ@+n$w'G?ު^ْZQaP!=LYbxA+̍ &XrqUԤuMid܉7<R#'3 EUE{嬢]>Q7}砿K?tq GTbf!q{&A0ǒ>B<_p ^g_@X(b> ]C4N w6HS7SNGP`D#Pc} v7C+ą=Wt}Y/*8ķyYR6h  BCc9P`D,fD&\wg "S#D kh=NC?+5̪cCeaa|GB&Zbhq/63FS2 +3>?H$iAZǴ? W@Zs6C蚙`\ ɏ\m9/`OQ|5; }6k6O-B٢7G . ܽN#0rZpYK= +^c$e%)='h(]zv߾UΙW+G凔pU 80b0b8'b ?c~ f7,wqx7;W yLEƉj苍39=4Υء|Sa~i(ߦLG˽ܓ뫱$3ˊxkrGF;kֆ 3X̿tŮ~)0*Os Ƨℰ"(p!ES98"u)2 d:2.C8٥kzq 2'O(k7 %Kbc' fnq$!Q,_ DpcR""v+oCW>W'E-Tv 4'΅)&u ܑaJ+I diYɱod +N介b uK4/o/CΑ恿.挏C4I)\kؗ hPFK.Rɞ(f")Tw^e"'fpl"ɘ$C%I%mŰo]9^OKr}fP6jȺmQrD)( _nD<<6BHU.&'`llz>ehJk/붧>Ζ7(g-q'M?lVհV]f90Z9<5*h^~zoUXMZFqX/|>.8ؠ&پ${1APѴ}/ם WWp--$.N1*kb"E)v(P?5ZPNQt+"(0KJ < {![C5 + U!N?Ghuc>p/ig`ǶУ+7p#;v:?g9e̪ N-)aV5) c:9d+@E{Tv_ܦOjAUfW$U%ʯ5"Z[}()_sMyV" d:~ N9f Z +);8Wi BJƭh/ưGcَn7bިP^tL +P;VH$&ıl$r^+2 e*eN1|D"ƄcՑҧLw45=V0E돊 X7H+`dHmI/śINMƫD7!ZozlY+nUE t>rUU*aч#R:/:~Xpb86?ogPkI*2o"vpLh/0hͲ6TZrB&-^K~ɡc 1U[vHgky@gB[X?c~|1B,n#gd_۱oӢ|%܌M"S]GtȌF^$q`GoB~jһe17l`THJ`[oQw_CqfW&:x1I֨+*ۊpQУ12 t'wplAxq!53,rb&&ϓ TMH?uxh*yR@85hfx-bIn0 _@Ĺ%Lv8ĸdll"*",j7]e*TƖ+㟗UINg3g:+ݼ1=:ݩ<+л 3(I+@2c p?B>GS>`ALALe0=uR̶R /f9{9Y7º?Y,1)歱zvFW§:B4F4P\ll U֑fHʕd]&bef[|&êX<[M_)Uta )^}Omɇ\y\xU >F?!6h0dcvBn~>Rgd Û nd +mmim^=ȹ H}Љ;dywɘ,xtev3ew{r%yHlS +endstream +endobj +91 0 obj +<< +/Filter /FlateDecode +/Length 5774 +>> +stream +HWn7}WQ [M [Y# Cv#Yn;~}[_F3 x4=dXu9'?m.NNޭՏ?>}^jUW:i^PˇOZ]uUFΕMU{_W9 Mekqs-9:֮X}9yup ܏{njuzwϣ[Ron˷_rϣUW Ss+PMhkuWuu3}5 C~|Zj|ں/'BUkޫlǏEij +q]ۢ}T_WS(ߪ<{ky(BpeJt]E÷/>}OIB)ְ}R$:A,woH` ɝX3FuP.@IQpRļKKJLA -mF%H;T{)>U6ٵFw/o +X(-vZx@MXjo&O_`e+oC:KZxW xm9>\l1XT@(I{%\;ĹApX}!cy.g׵A0(oҶw'@:`n-PC6kN;$|DH1Įoxg‡Ab3%Tui#d kW8EI=])~nCgR<,5I8C&Pųi{Hw豈4dSSC2kL7W PvtuȎ!N{OV9ÌR=1$τW:764쇡p 6gɆdP8.S9 iB3PՅ d<'_ڝs1N -k XOP\FVg~8~Wk$M!Hb +:^G$m:]Gs(9(sn +bEj,E +ry vo0Zp"q gS{nTBeȀP&>9RéJa'?gCj+Fͳb#'D'6Kt@rY?Af2mE># +ZXACwg&C/%:@.6Glc | WrQKsPcI2_h͌Fƫ͌l0pGO%pQhA5)SA7f)V; _Nu(3_Z/ &8hӻ&;Ndg@N*(,6{iB[$ϫ3d9[`[ඈ +NyDJ]b26kv]ɝ!%s:DZ[5\.mga{Ɩna6I$Cm.S{)E[7E8&r2z~Ȫ+ƒ^#WI] ~ gZ|8s)iD~+T\9o[tASs{0ۚO$o k;O&wC D%5^xfg_ C n<087xH,b>(6)#^ Gm|^ M.%@$_JJrܥV*2y-f*g:\e'>ax݅|~F"(˕Ȳ7"OFU%:h\ wT!*tSM'O@ A@>awTk4) hp}r9l"tjP'HcfώQ()=Ǘ +hf 1;"/Qk[3kzU6V;:WeuWuuOx=uZ>GeT:3[Ѷ.6dƒG2IѸTw!X= L(Fe2bJ4x=G$,&NDڄ߿6T"3߇ a!gf<֮ϐ$LMm'vVZ}98_[ɻJv2nj6f,i:} `zfhZ'j>mGAY~/(ZDs;iSgJ%7aPeklȼY$A*v32)H ː6 6K[ ̹@.#*ʞE."eBKHY&qIlr酿N [< =v\v/^/*U.W'GnER)`ZiEV2*@E3+%˲[v~@>^^>+l,YRWq9 T(m* +a~i,8",V=$c~BzvT[*,*&(Ǥq;EcEp.'ȜQ$V|&bY*e!kt)owF9ڳZ jm;K,d^TӟnRm|l&nE=kF1\:7zWXVHY4Qq8z&K7<;g52SRSC.3KJd.f]KF!s0c;=̉r[n+[Jei[YaRBZaB͚'IL+1|4M #x}ޥYT=2Csɠ:RŵKS"/KE9_]Q 9A@~xX¡{t';VB֑?*Ol`'Cs3}aP#8O ȩđ1TtkP_}#д* nq%tGnklXKSZ:뼐whb]IZmB~kPtF3I9H[TnUvğ WTXݖ +F\{_E%CfPJ*O2Fe)Y :0v\|šUay6iN,Te(, xDžyb| qLgأ-u??9Sn.*wJ:I,:y>ё}/ K@ǥǸIv}{E &2Â</<R{c-% +/($6>ƔҪ rQ8 & 7E1[AɊhe6,.~ ^n^ '/hclpVRF*2FaRIkch‰ugrpf~=E8=K |S0 +M9yNO}4C‚((z嵧!w gs +`V"foǁ&Eɺ q>Ƌ! W] +ER]rT1;ІMδ_Ŀ pUiSXr/#ZȈmDT$ Vfa\wJ+>Ǐ0in;U,YKA=jL}w<&(OkeR'1qGoM_O,MJB^(h1Z9ੲkY^BUevy(椴թ~Oϲ 6vH^"{rTX'ameV?3nj,rz9xtSqU# +0 + +endstream +endobj +92 0 obj +<< +/Filter /FlateDecode +/Length 6296 +>> +stream +HW]o}ׯș-. +I^J$"q{wm?pfswOחgOotuV7m^hO]YY=j/;{[^uVginp^`t4$|Ui8p֕uouE q=Xh_Vwǯz?֩3 Z4_G:=3 +xidkCA܆v2=JaLdXr:_#vk +LYt?2V*|q{;zHqF Q*1UT6'}9s)0FF ~Rk,+Y%R-ީri݅.g<[J; +Qme-B2plG9h/Bq?HVq!3`OƬAz⒮ +hhY8mlWFiRiVSԶ#BCdDnzn@}lȫ{΍&p-MȾ< ٙ+mnY6y58vZƫѠvONcG(0E4f`9ilZS5^W9Zͪ+!t e[U ԱEl.#Ű$}Ro `@iQ;"LWv#H6պOPଣDC/H|+zB=0lv|Rw wdE8WN4p5e tm_aŎ,o+'>j;=MYiG}Mk1C*1 c`;1@{Ut+6)X5dK7Җ>A,.CDž}ć ST)S5i .7%"Aɶ#Ҍ2 6.~T<^a=o&s#h:3h0i8Uѕ"ƨK=Ua4{.eJeĥ\6Niw D)gX(K;O@&g"O]>nVC3[M_åEpAT7קp*LjDPCI6dA'-oN')2[I _M <P^vq"X}e[P9 +|b)CQOPpg`zb}fB0Wxv.|eSP߂'m>H4ZGWHZ55rUCk25zDrr>DM&,LoHDxC>N\1; 8%ɔSxJ9vB]|]0"6`W\)o&-<-ۉWbBŦ[Uz?_07+ $Bȯ05S\!o74a#3qQs8􌣩xi7ukHw+6=*w܂vOr~9;jj̑32;dJ'[>) yjRe^p6.υD-C_.hӛ.XVWY,TЕTA@arkL, 8Ce+4d IJ7sULbݢP#SgHh۰ $$~2},}~nwu\#CxI )y E66h"ƱV +ڌiVDrȷ_gg`0hH9+]p2(xD:!(Bg&oMFFzfjˮuy> +3\fQޢI)KHsnp41߳ + =) \J'ԍA|ŚTu,{wc%eJA+縹?!iZ2Llb+ Vˢp. 4;]4Nbt2iN밤bh&=Pag;L~+j(*a4N8L(,9)g(-gO`Ad%}<:kżx؍1\5U2B <5ƣjÔZyv lghʪ爪Y .}u, lLaڿNs%AYy L`Rۡ3>#hoVWp|J&=ל›(@~@tc!9=9aAj#nRFi暰Tr\T<̄#;|>L9L&a6oJ!l{I &g0S.nB~^|Ж5WIoHWedw6 t1h=АcYر8_?oWER&H:IEY3H <#GU6 5->V_UƙM­rryDPG!ܠ,;*\·EjSl&.MŁw Iyż[ +e)j(#X*Ge;.qrMEӃȒTfA@箎Ó%l"$/P^U W\\9ibٚw=ny=ͼ0q 2Xa09M֕NmM ד\glBke =}m!8S/PP\+R2Տ JeV֣Ip\MFyagI89f1g 4b{ȫ2CY[wBOxKull +O_fԖXi\P%rt.a\Dߧ ͷYDM~yqӂx@fUD2+d˲x-܁-| 5%LPPx~9ڮcm/d::C<ʧ)%fϮ|& +T+"=4{Q<8s+,NXhʲ 6A?mΞwM,cl.Z̻'9`QɕElfczz*cFRgwj2#G˖Pָ +;rQO.c@U@hFD'{{7hG(_(*J i$B6\TPt aD)~^Oëߡt8Ԭ~"vM"j^IDͧ2`0|?GC%B}ϙ]Ei]Xar7oZtEv"xE`bn,:3G QA}z}OS x>EoߡHpn3boA=,Q%YrJh-JH+oLdW $KQ 1 WKH3.,P$ΝX+80GA97%;<* 1`A{eXfWO7iB +r#r +7lF<9[ MTS/.#[3OԡIyiQddxXzm׮ Fa}n7E-40Ks6N>J"1_0r:\<nZ<B;TQYۦHNVܶ]rRiIIč0h8.~52IC$U0^ճ%3*/4GMdf#VJ542p1e>6OSD>qK_h|S=4 g+"FcH>R+3E=R|Q ),Y~?~ΡZ>֊Tш@4#"c 4jq'gL{lAcbUx%(1P&bjh +d 5-PdI'(Q:=ٌu 4B8ꓖp cfi2&GZzk==nW P̐ HCݤ-,XTQ 6NέI'O oW..7lͶogjeT5?|]Uyܝ~ U47'ƩBf aK`d*sS҅Kڊ,SX љ?د vӯ_cnӰ {V^d",2zv?$ɸuqo_2ٚYnIDάH_;qc[x4Y+ndW0--q +n "U?!OKT/aZ7.;惄̽|f%G^F`M" ҉'O/.zz^^u19kTnWS-YI"x'|܎ C?y +9_c9nF V(5*>`# He2h;DEoֺ(%F]lhǙ[KjJ5LaL +fGJLcѧYbm'N#c$VmxbG{d>OCQڌD-Z 2zlr'Ì& +endstream +endobj +93 0 obj +<< +/Filter /FlateDecode +/Length 5382 +>> +stream +HWn}W#NL%0 Hc'Eb(Ԓ%%)z.40@;;]U}SN}GAoZV߿RFUY5ש<` J)mZe]\ /lM?|w|ݏp8ZYy[?XY_aoWpsU|J~N>/j /yL?]'m]*\}MKC:=|ǝ=W_s`۵-xx)$3Pה:inul;,UhaXBq i N_a l?sp¥:X|4 >zWVШ4eq2;H$jbwJ< +l#|4-lUsa N66T&L~5.wFWc zAGk 0xlY; nё:\5eNt +0D>}> +XƹeTU1 +n03je75M!/zjsu6ꨍsIJFOJI:g]ΰk zm -/"6puTe_fq?DZ|/'ƃ}BPYw8,¡R#)uR~V6$1˹S΢ZbL;CA*hbW!ES`}8ԭ|.Gt=#%[Pۍ%Fohi vI[ͥ! 8୩]-3l0SY.̍$H`Sg @^mknR $$T/Qk 2FgZF_MlY`^aHy,& OĮ&8o5gI i78έ.kAa1YBİmz0Y*o}7E& m6_TاK ?HZ-z]/u +aF|>g^:ޱVFHnbPC睔3T>.!Bv6Pqo%Fq1Mr#?2C/9QqzZs6lfò+g;b_ڬfr`ę[>4D)Q|vA30!#7y|K@4t&>Hh1J妉`Hɧ}=j;H3{IHVhj|a3DwMBOYbi$ J|>'VIÑ%tDaL +;`esXU2{ǰK̔Q|9RdUx)f`{˛) !C.IϏ_~INܒ)PI4]lnCnTχGR.ã~Z_LƢ+<-V-"1tLn'' iFV2.s2@i0M4i-4<`3 +[%j2_)M ' gNzT`OjahuCY?K}S=/8x|S^Bx@x,O{Sh(Ў~20j%G7JYg>r9'(2C]w!7)yz4U!*? cHQlJ0&"ϑz5:!Ty4wEȫ^0D +Cmc'[Vv?hK 4gw|¢d}B'%s49lN0^,;WzPdu38I}b x:L iA S.H ?!HKc"4.R$AhqI5g KCa&! jrzk?WAntSwJ xj',eS#8]oh+){ʣun=ɡ{4UWvuqo{ߑ[A[3ɟSkHflHwhl"eL;bQ0a)Oz|/K'(AMuB`gֶ"Vg)]t⅜}/ xXB0f*g;*lH!M#seKgLTGƉ ҥ|3qzb"}&G2ahj:9Gy1;ZRMv&6pSӡs TrĨ0&9yVc总lgPmLv17`acҜLh࿼[s6 +˙P!3Lڇ&kĖ]ٞ${ H2%9ߊ|h +D[tfITv&fiYƒ:$e#TnT+`'T#h`kLʙ{=*MX `q NA? V, +v@i4zּc4Shd7vC6m +I6sٸ*SB>%% jZU7x^cS_3xKdKB*o؈9!0H{Q^g + Da e~OUt!R{3 +|PU͗k;הhK5 eQ FM xTò33 Ǘk1`,`]0L2Hg|~AOtR bfl)" iqNSD-"8ׄj@^#dE䗹=Ӓrt^Dzc%qC%cI kvQPuWf^h,idvZk14 OHGG0$ +Ɣ٥^dy8/nM=P *9Vl/SOiQ`+M1hpةwJ{XB8르͠!-# +E%\|u@hZ1鼇'S(,BIUB]I6Ec&,f!0y{Ʌ$/pGttѢO?O/@Vh?>}&֓YU]VyeJ+؝̴!Ʊk|mL4P:xyJb;gx̐+HBFx/~HSFt.x +lXǚe$h|.-NJ Pa iǷ~S)xA[e풟`$wehMXN hׇIxupl*M )~JkC-EK x(_N vn|P,FDTJ@/|lN +Lʕw:uN'>n::g5Mi0 _}= *F0XN%s*: +>z<G;A0n3nlz"(uWDTd9Yx߽(\y Ԕmޔ5ϵ YS=9Xdndt]o}- ~M?_܄xJȁ[ZW)ś\<9,6fo# " " zNg\Kc'W'7D[EjB_cI*ۄjGTb9#,kL:\2_]= :%FUKi)hċJUs~ٖ׋lȎa9ǻb+j&i,b*8TZ܍2y7'iFg`g;u;$vz|xa\X3hLтYC!\V .oN)WAr@(H=-k>` > +stream +HWnH}W#AT_A N⍅Y,E8dze'ߪ&٤,€EQ}9Uu{jN>>ׯ`>LJ[of/g]',do(l~V5쁿LJ]jgS=דB:>cr<p?kn'7dys>{wήl.CTE) +)JV*BgdYUN!E1fK-+Nd13ܔ5+~b|*+V%N4ī~|p1wVa9p[N>1=k07pQA"1H#'Õ\3.m3"o3 V~[Y-q2æʗƲD:W֮Y‡2Y/k/0J~! K/ 't ;TJqݵݒَ%["b : :#`n Uz\kVtwk|Dݒ[JM@u|/͊dMpך[&+dB ; LP[ +-4; x,Aq p:rCnK +o頎〷z[BHĖߔ`s ʙ<6ln2hN]m=v'd\nʸsmq\'㞖p{55c||6vV"at?`u{r.J|qsɹOΦ6@dd!Ӹ^YՊg')=cIysMRnI5eUq%5~箁w"pyD=O?UINd-._{C;P:Z|Cz +t(o;I9 +r|7JFLj}O6ŃZ؂WCʧu1h-@ H`<'ܡ6yw} 0~2Uo*zz +0AQ4N *֮8e=4X}BɰZ͗uc>>m1ߙSS^?`!3@ȝё d鶲*€ F>c̍~D4#06TtB +B#l䷧ \/uϖR#N )<b(ludXdPd LJjXT/ +5O>k ޴2"(U +g|ڜRHC8~֦a6~; (N8d"4z~`,Yt0Kn1L.o>yVP}!T?ZrYQTgKYzǀ*y%Яv"-͹j uf~giFM6Q%!9*ӷpo"bQt<:Xs -y} т7 SMnB'U5cPDk5Ph+^G> _ +b'vn3$?|2C>Ս;e2ꪩC%ؚ*N:mV[ssUpkI@8犋 I/y"`GGCFZ.о] G݉4+'!z%boil7hV+ȕhsY"J"/vnn1ϢI">/Ԣ'!"|[&P`m +6[frUfû ]CE&V_..pD#vHmď8@{#4et4;?7vtL, +NZgF +'0Vr^1AG*M[[j>O7mZ u>*5N +qĸ ۄ_orvVF`T`0H n$'a ~087{R$_\XkrCR/$OJ)\ Xx(A%D&: zl1S>҉JaNOvJ&ב 7ۼjD^BT%NOT@ߺ"Y敦1VC +>IGNqE.G)G%o@)S NQE${MX!pX/hcpY +Lq_?O^/(Kղb])fP2-QGgU*H|&mR0gnHVQ{g򹊯="Y1P荊߰YncsU'y +wM_kl:8Ab)K3!=c|qC ǍwC).h$|LkP%s$bM=(‹1/Eޙs3RTh62 T06ZW[sH+<*iߦV63}𼐘$1vR_9[jɀhL1Bjw~zZhjFDfc> ZPk*o?-&*1cZ SuSe'sNr@IO#sL^ASi 7}LVOyį)~dD3Z8N + ^`r e!U]l1Q5.S3 GE$KA܆!uZMg?ʄ?;@Y^B҉»N|(bJ5Ԩ]^_v!MXD՟̛ gD)".ջ_Ya/ChLAFfPxʫ4C5x1c˘8u + w4k@c150x|n4J#RĔ|k7{a!`o. &YtU@TwANӪڛ+\/EL֏oXkq° eJ#{".1bJK"Ā(Bkմ%m+ +W@Cw}! Oレ.c(gյV9-&Bv4R?5ִ_B-= ò`=@Ofu^,c5鱊d$<[2V5@ӆWwnL7MӔ&ym??(7[,=z: ]qLI||53M/ #X+Gr,HvT edB+ W-Zu `*4 +eu6 u=їfiXlX?*!u3c:s*B21;Bn m+b$CORH [u`Q +uxmJ"#jO <+$q*#-t!ٖcwZV =, {B%gLÞ-]<5*1ũ@  +v˂-*5U*c!n6ڡ6;2YvTﻖdcomH {jgݦ$9w62|m`%|P?ݳ|Q<\@H +bASX0وT#PƼ e$;@teih!6l&]:8PNN`u\l!LHHt~9z@ع(QͲyI79Mf7ψ9Ȕ%{Re-[4fz&</EB'& ukn?ֲNub8\4Y.”\:/"qGQfXw@lo/Ǵ}9N~|fl4vO&0--F^͕^}'bR]rۀYgּAc lYvUgNd~". +\^yl,=":#%A$.ci اݰU,y; ,0T /g{SӀ:TcsMi4fzM tͲ$^2: + \ELvW{ b,&.Ǽ:$c/88Z^wUhQjYs|X^8-PGO_@HÓfFr "l* +S2/53 a\M H!ks7Qu3 ~}M2yU%ʊ*|`V; j {' LSAΞ ]Z{d] Y|I8i0;1f W4[NH~czqeo~e @c!~+aZ4脭︝;Z4S\up%w1~:L(x#cX妁(+>*JU*T;$/x!ߛkA5OR$y~&zgM7)HM@ C1@̆ႯIc`]zy+X"bb] " .(+d7|钡k][pPSU G +E(ؾ)ȧ$O"&Z;I j0gjkl''t"',n'Lz=(1j~adK9bbO (ǑHu^ݻgDWEQ +z`8w<,K x.e}J=z 2Nx)ې!._^X)iӯ* p-:Ѣ7PnJOaݣh cwo&%ԙ2;Qy]B_wW[ux.{RG|( |H33DʸNY吅+2f!۴"17!лsbDLx,\6Ͻ(xa!k[$>Yİp[goSb1]\aVE**QLEDڰ٤*P̽+R2(ߜ>40Y笒3uN +LpZ lzD_ݏts#2]%@vHϝѾn尾̓'9-qF'ZTY#A}hHl%k`#)nOD~6qY@@JR |?Dm(p'Ӝqj=|Y Xqvvsob%Xo/(oonI"-H:ll3]]XW{BEi$\ %}ڼɭ&piOrC,Q̭:8]:eۻ'g7 *19y" Wn]ABRnq|hq-aD@8 +jڱiˮ ` ~(@, s!~5wd+7Nzp d]Ef!7~} 2:eR&SSCG!ӑ7u5m6rzڒt kHL32n j"+ٗ^м^v2Ew +c)yD)Z,h +endstream +endobj +95 0 obj +<< +/Filter /FlateDecode +/Length 6187 +>> +stream +HWnG}W#0Gӗ4`meaXJ+DoUum.4i4p9N.wNo/_֟v_'+moXmON/kɲj݈k` uU#jaTMšǓr/N~'Z=c-'89||ZkyOBxQ8orJ:6}z{q!R*m7Ie+#΄pK|?Kx:Rx]oę}){/0@7j0;K,. [>n;q+uaG06B(\⳻b+)cA?ůw>k>3ّZ3Q( +n]_խy 7Um pZmXA*#_gȈD [:|ks{.d+vkqu 1 ލ?Puop$Ţĕ`nAqgU{@~v_DFGn*vO8>*= +ݶpN^BeA[F`E/8|! Bj@y@G^c;lʖ)5(1AK==`q'̚g z75QɡOcAb}y"_طhFŕrsT_(wć3=ؙRNm;:k?<#8{)~P)Tg-6S9'aPBݽnjy@Z;^aq -yk[̏9ܭ.I'6~+|b'!6S `{ǀZBxu7vidȢ Iw3b`M:d}M,RwF>(}fi j) +s<_&>oɆyd&YmHYF5Er)F? qіWq-CϪ[dH b0u9EwE<2I^JC#Kv'VT(zϧ65al)W̨&1Օ9 Os`9fT䭤m1eD`Q[]ۗ +.(9LէI2@=^sHR(eOA+Gd{/^=6P# 4 .exkQLِ0)!egl;׀OI8+BӖ$bj01> +?8p1 \?u˖5!b?/0z0vjj7,r$4t>p:1 *@5FDH<^>Gvri/uU.C(&lg6a1ex,8{%@hi)l1hZR[f GNKQ,c1QO+G?hsw>vrT.kxY213(Ӈ#cʄm~n.lSܒ0 G]>9M^8ZTrfű^i e>@$= $wXsG lܹ  RDإ\A]^unڍ\C, xx l^nU#W+zDUGZㄪ$T ^0 `sagߺV>>Zi6iCzvsn +5#,Κ89+'Csͩ*hn57lT)AQڏV8ـV^q%eUWmjR|_ 0zOƖ&m)@>XOB~ME?U&'yIԛHkexYL=5b?!Ihg3Pon_5o8zT*vuDB߻QmKBҘ7AlOaBaC:T&IDǍrrA淖lG:q|o`$n ܈EqNb%ݎ\0#+ (xVZv}ÂK[GWE [\7.xV\Tg/pLzB lrCK_ہ%ej޴|'s\z덹gtʜN +!{q{;E^MboHΆ^ܡHjpT5)Q&*{#k.«P䕲u]C5g IZzg2v-9r6RPAsK +qA&8"Lؼ ߡee>T̎E+Q<ɄW83eL>H%mLos*|~TŊVE4Ɯ]^ [{d^Jfq}tRx'PAq"HYFސ#| +K&a+c9N?VE8g2wFM~P0*c-W&jC0T٧aͬC35s"Z^ŁBg5G[glb t`t{s74$v0^{)OR"_q)L݁a_©G"ȴO`mhJ2)D$n|`<>Ȇs0Y0? hycW Ajғ p_o,/w0)ѿNz| .wA,s[ݠ`dnqJ|n$aP BJ%.&Gŕ;~d@("kxg-]g:О\NĺG~qkj;^V=0,K*OaNRde5Eu j[1ˀ;=(ɥsw[rF%QLb,`xAFY0S =DXimKZ5n9Ռ@5يij#c/(h`IA<7AeGcTa2˅^R׺' ٳ1wԇqZ +*1y[eB6ȈW &Ccl:|R̍l³^3 zҵu%30[xZ-3말/q_3YI莗Jȥ6MK8_0&yއ٢gjOPg[<B{KT#uG>UWU5/ԼKW7?.|Jk&V"ت$lÚdzP$`~B`h){T2Za?\RݙQ/^|ܾϲV-(֞43|AϚ c5Ktg}1I㚯d iV-c3pK9 #7? X,e)OPxQ|2,3x⬠JO?kؐWZb)<::wd's#H,@f2]#/[%/ $p2b|*|^msLL#RTW@<\TyJnϲ)lq`g?+HU(9FІ +轮l,MBLTJj5ALO Р=a\.at+bѠcQ f- +sOO BşO,7չs&8 d/B#}>ˋ#oKÕb5!WѲ+C+E~y@'7y)./a{Bk`}~>Ž5)O%#4!ܴ6x=Y Zc? ##4 LQc /,U  MzΒ݁ǿ%#mVvҥ3QTjXM|xLٱú&k:M!b!<#\'2bSC2T|D-$ocR,$RIz}W :a2hE uuto/9J z~ӉMX2#I i ENxdV86:M ƻu*`xd ynNMK1! xU/BF 5&Cyr̐Mu ɱ}챡1!ԋ ?xeGu" cFP o:C'.*,s6A2[:qȦ9)kdY/~粇S㋐kbSA|wF ˢ*ñoT7|= +9v[b(8Ƌ>mgyVnu< +8O,_2`y1L˓CeC{S#=VԊPcj.^A$w$^/e/TL\o;♪ϋXh Byxs- +ZAT} +K[!}VR&H9gr ]aCΰvl~ZRќӓehR8IMA?cۉ,*APC4sy<bu1Zm]>3vw_̙Lu4IHIWM^6o-ȏ%pX"%#k|+6)K6i!u2ulB3gxe-+.h`ZU^;ub SGbw2fƉC?M_#o*`c[ +endstream +endobj +96 0 obj +<< +/Filter /FlateDecode +/Length 6458 +>> +stream +HWnF}W4`n@ ++y,[f$kԥRY€9"S9Q|?ϧ/wO߾;oOPKc߶V<\IZ\\4׳nvi{ yxau0J|9_KCµ=ypt|u[yчwBV ++Ʃc,}< =/19KfXjX;0e6i->U;tx] +4ċJ6pFҽ͆7KS-6/ +=eZ^,%e>{3EONb99C!E~YAy<&h-^qx㥑-:P=ڴwt_8R`1Exr*cL,e n=l$$ |#ǥ54qN3s6\ĵ=0uJ {\uhE!g@u]@ +H x;L)f-+L < 2F((qexW$ +(hG *]/Ĵ 63@ ? U@ MxlÐclu:/05ԥul䆖h鼇 GWcF9`>F$~ǘ*X`*Fu8 +O8"hJC LY}!9Jqߥl 'DUh_al2mnŭ1$FHo}}L4uWlma,[< +ʍpT|/j'lcCPBb8'3NԺ +E1f<;) X+ChZJ + ÷U'R<ތ\ݔި?Y5tv Г/;ݎfPlf]q}rBV+YgfEV2U %.&0-\ )zMGҹPF<,s7NCL#-i(_mž:iD[tcuc_rk< 2Y!˽˼d' +5bidQa{W+v9Kh My"-4d#YQS(B4Ds_P?oP y\qK[< IUG?%l$^ +Q==w&U4v^1=PbX?L.nuhmUwUbw0T8RjԴG"eʩџ| rr!WvGÂ\h uz%]V>J36vIۇH\Q 13-lPl|#l;:Pci)# _x欅ڇIxU> Ǻ",ϢCB"C9(E ZV7I D-ك/_x*/4 Rg|uz-=tCU}ǿ[SCNR>c#5?T~G +*Elb8[F2px&2O趚K\2r #\ceLsMܑ3Q.2S% mmWrߜi +ofҩTF@ [?դ"]bn$c$:[|`:UiB M)m#i<1tidPMؘRA+NPFsdm@ &{I}+Gt8m(RsTkix +nC M3cY;f'?t)xƗ:=q-<.¿ X+˝(9T1?ab {F\o̳]rd l9l}Jх`dv a4]n'^c9R}:@dr6 +IfKjdž%|T! L?{-gyfu ,+ROv50ZUq5z93/qw%ɖNq#['9#5evU'\uu5_PށoOp<QH8&^pvb`hq# ;\3&:LP-3;њYUc)S!aB~%zD&>)k30bk;%Wc$?܏rS2?ɼ13~7{l{&EQJ-i-sdcouSp۷yy*:S OC&dil$<-M' p ._f{7=x H:XN\-~^<|r wO(WP/{T.rbGeJ;?GO7 3Lyh=C zjIncuGJqGTy5-8 P\ns?eޝ xT@B"]-@'6XѪƻ>+fxæɅ,b_߯==kyuyyih`:5LNf9`9dK@&ǘT!Ll 1EOƐMtF<". p +d)$)T7L*罄ha´C^ ojj t´̀B$[H"(kP&~`V,3Q [5cB?~L}IC,MW +ITDKSo& \gN/L +SUkyPq+8иSd8 1AcaFLh,*ZyOo O,GYA +g`Y JBZ¦ +y}i#[O" ahO(miP@odf$=uɠ*$K+-4IJ sUgYdV4+xs#!4OyD[:U\Z SMr jv#։5p+C7X/Ϙd +Y||I8v2q&G`̈ꐩa\}\rLjlDj lsU:i)^\P3+AҜ6 p6B˼8V; ЩH[O͊ y5*o.~Sݳ=̬nx5Xi_]{zR=uضyYv% +nd"n6W+%%RȇIܩ]={4t̶` ji 2x J &ܱ&ak1-Oo ʙ,HX,$t'vT{y{e'^ T7´`~$#+<^Y.ڎ3:/EьHwBP%opx1=aKcK&돍 +_Ws1ETLlH(l饄)rDRQNXȧIU$`KkX-zh1g-AQ݁5B +@,g)☸nO =kAȻ`Q+oK^&KUQLd˽ H}SK|zW f_Չ 8B >2F5ڣNghY5A4 }t &N&E 2exP)ckmƌqG8طhf8IAGD~ޞ8HMN'[B + H\ ga(*RXlvlIY5{{ !PWX;R$;eOF‰ Y"h3l4f;QTLőV[-ܡQtfAC}?EA9 +ke/RJKapaÐ 5.JauK2/s?HivecRêa`$[*1$|VT;+(&ӯ`>hf9> +stream +HWn}WG6`5ݝ1 <$$˲eIקbFf7E[˩SVOn7'[obj~+>;E#Zi bM#|)M(-'*\0mPϋz7 \,ǿ^^|nij77+\,Ϯ^>VLH]^}B?%n6C#)U):[77U]C\:]|^,/X^VR!+j#WSl6\|n*j-[8c]EpMEs-^]LTW`~I4x ZF4H8<)xGYJW[Ңi;>YK|SWnпL7+*o}pcKX57r6$uP .uѳ ֞hO~Ur0HC /zNZ0KCSEiLwAL h4Lי9 ӳ +L ҳ_s J2~Wga\:g (;a;\ R+GPqIv[Z;af !L(!A PSxQDlS_/ƓDM +n~P:1'Q51=di#!Ud6 ܳHAnR,9NDRe3I0C]#mfdt&Nr\{‹8=Ze8D憛$m)r57"1t9eYlU@(k' +ꙓw~]3T\>ɵ$ˉkGK̅9CYŸ\?On/b0}IT&. oU%e]=e;|`="jjЌj(LS;%'>7-qROL3_hH8fġH]>+?&4(vm F|',٦O'|!OTDY-aIુ:Qè!hGd,u~{}e BNkzl*߽fpgAYX7Ǐ4_k85+H×ܜꘑQVb4]@ϏQ^D"u̹3A%,%P%q#"`!# +&Vԓ1;=F@3ih3v[PTщX 1q%u.9)1v{,bee5c-@oNreuA*K'&'߀M\ ڮ#|GљNВ%IبX/Ne[fNj +=\@ z~'Y"<񔾑Ud0^7Ԣ B'bTN +WqQ+݂^+ܺ!rQRwlKRlGzem6wp8+6뵀2]huOR ƬoTJejŲ a54!Z|gqQa0鑮sr __ \39N)8(KsM1,6P:7 7IB:V_&j5^R7J0[rzOIhV Nga1LN;AŸ!r5 l% -1Bamr#L[WI18>']v#M*8nAKYz괳tr+6a ?"+Ǻskft0pBj(b#|LMQd,rY,*|5E[j}L&9$G{AL@BN2z4͢T4hTAbhr/ +D'a,QS!2E1T0Z:F%-=:NY +Kgn{L AIaa(,bp|hRlg +S o^WUƛ~|QG'w@9~03ٶ3ZhrKD3RS[C4~HNQYe<B%fIe tH"E3R>'bʁ)!?i]aC҉k>zx[ /y{OQIF=<j2-j#sHqaاoϮgɓ'psM|KW7&֓r2+,k/9ˋeOp9ZuTT *A<4hKrXv nпgٵeQ=o:%w-Vr 7"uI]/Hq} Aix=0]pCXAnԭ S9Pns茹pA"ȌNlO6zʃP֐p 'ՑMF2 /1FK,<3O/_YxqȹA[ nЗ*LJ_n%pWj aUq | +9jy︼,/xMӉ~ș\qv/ҰsF$EhL/Ys t$~E̖ܲJK^5 "QYdAئU"}"} .2-tlNUe{ [2Q;ESaRzi(yRdڢ[h .K@kzI!!w}^Mh\l?KIJ7:f6%)Ή'S V@a +_ܠ&ܰzM^RER9XMFMrC@LDazn9Jʸ^5Éh1lBH4eV&d--.|ˠJ lD a4\MjT`9 +*o4,)ɮ ks!̺y(C%smYq{6j]-g&I$Ge샥;CirdmzωMZiylS$&ڠ8y*B%Qb\NFYT >"\ `="+bwUŠrΑHG8ZqR(Z8Xv A9 Q_E#T> +stream +HWn}WqxZM`mm6xWKu/Ҍhdԩs_n.?ߜ=>ܫ|uZ:=U]Yqj{ytﵺʨӋNMUk_Wye\{e}} kgӿtzӯpp lTp ~{sZͥZmn?ǿDߴe +4K'TocUl_ r78LQovjE[S5j>kSWZtSYoBZz:Fx??;vl5/pm+VιҦna=~ <~ߩwֶjq?k.1 q: ĉa}Ll4Ž0:V|@$Cn3$Cm~C@rej 1SaI[ix N{߲xf {Ӝ{-,O#WEk.8ӎj0. )xd3fpJL1;+xx,>Pja lHMKC"xNL3ӂ:=0kJ?l/T;0\e"J{T_)EMf(dh\S2aQOZeMGߪDk]빝t 4δSCb ' * f胼Z;Sg(穦j<;̱eP<]\vo6MXPJj1Dyqul>D$$4X-4(PLp0s +h"=hOi fCEELDfbNpT!<Oq.T67-жZO{mJ4;?*jƑ'sFF%/بCq憗I +36RH:oMj2jKbHen4 pj9M-<⎢? Cl2z`degHW s`y?A{ e '.)4 &@10a3&$6f{ה<2, +%OD*mWjGĖSx0w/ +ok2 In3xyKoR 6nV|AD#ǹ8j-<Ӂ$  !:.ZY` "6z'[r6;"<7 V9nSae'm2= NUwAhV?Vލ,y6݌B`K4vp-)ϸ4Jd̙yH^H6u-\,2 O1w+5MɝO`#:gD;51g@H@ í#$we*\FTrNȒZPc&iY|otDPZMd[h\[zM;#n 2uC1,x-r_Q[fqWe3?r-َH"pXDL#P؆ +K,(Y{02R/qRH, +> t?BwLٍZ92^wtQ)O^4g4iQXCWYq}11,Ef3cThQ4p. Zxv'i*&+s*̅Tl0IHx\\}#ם"Oy&BlF>t^ +QLEڴ \'۞Sf +"ip֏-vgEw/! F^.E]VBk W[Š2KGhSX5?Vi?#Ӹ `Lr&?[hD('Y>@,^/##[~V;/b{O41||kTYS,y95K$Osw蚤(RQdAl|$@Yn:6cCՅH0KEk0f|cZ㶑_qY%A$[JmUn+HEZE~hY/請z}<9&3cv܊=i~ǒFS)A&S>;R"I̧yB5ӂ_ؤ:1YhrÃH3PL9k{ +w5-ym+B.*o"B" ?ߐ$*<y$%jWQ,Љ`㿸Sb +WTU#LIs+L!$U?d踟k3` 3Nk~Qǩկ8/x? Yd)T8wӷpx57{^1pc8u=sui8aP%ȋs0zР|6 &Lg4Xڞ;…̈́[hhy}BsKf>7 {`]%BH:iY~ұm-mߺqO1W!bdvMqڀYD{&&c)V,M`p;XTTUſve1!w / F})r @ B +Nյh)zwhaK|]qD_ F Lyc o2, 3?Ԃ"VOs}8fgi:?oa)u&* E;?N+քQ y0^RY/zu^qz1>v~FiW. MEYEg7fzECf.ߘAajgZup +3@Eҫ He4&' ܝ&XeӶE̅7*S~&Du[x'P #:`7;"lqt+V=YHt3lײԜz!܃9t5AmD+r y}E}Ln+^FfL0X@ {sGGzIs^5m~a򜉃&C "A$&OA,""%WBÉY)lsߺ=&keb5PQ-gdٯ,d{8ñ'Xnƌa4*0usnICpDL=7M"U\s5Z +bؼwnB,i/z*D\8d)CwuEtx'}(8`& 1`;aPFLŠ|#!V}$ CcZkɝEhçpsFdE\-@`Ո zHFj~hbДZ",0K|9ʗn+p%P#U%)K7"Ȕ`$Xԗ3 UT&2-%yxpDM5q[#"o'33~\k} x@^c@_S:OgC܏uU qJ{V$Bs QDYG԰̐)BSBz|.hcӕ+3[(yPQss"@+ы$M299 ,fȔ"Vȗ[(rdDH3p~&UjŵD=>g-9$#Qń}8G|`D{_6S +pD>TF7d@y23.Wzw1Fל*$ _n2LRK67 =]"m-dS$`I0݁HG8YS14wk[ bY -CA&,@alٻGʼChϽH';K++g7- ʂ3jT]uϠZثz%=39G !us;9t@:SGD6dTVArϒ& ahmPq5 ͰپEu*y"}]#R\M72 h:>ppnL=2~3ZhChNm_fYi%/YM6nYPm<(fh 8MHv4Rh*~ڳ{6̖E(Ddܛv*Z9zq׎s[!`WU7lw<_ӳ̉GO꾡F *Gi{,!CgŋJk +endstream +endobj +99 0 obj +<< +/Filter /FlateDecode +/Length 6666 +>> +stream +HWio8_M y$Ǜg{xN#J"[mo@[X^Um_ܝwbsoN{a{Kl|n(JcVӍ%No76%lRFL碈O—5_]:Q[ +>W:Arcb3C@,Ƿ͟.ؾ +=ܛ]UAn~-W&wWWO~N[7BA+ZV-W**x ơ{;Ybr&}+k1IK+pQpɹZV+.\S}YcFLKQ4i +$j4>\J7+wt'M[i (v)%يTzNwt7+NlG\?`S j$$o%zX^: vk7ȓ#T:Sx=S &v1p;pD1m1㖘MojHݠoAﻒ&/?AR *)K}I_F)s8\.5QcƮUxx(F T»tOT*g5H6vO[!$jj.n[pԠ6*/p{ '-~KTb4M$no9_ ^_"Rp +ʨ5z/$`HbVX͕,lR*jesVY = 6=ni,ye B],Gb2ki(Ƒ0#jȈ9 rh}8mڍ9@f CP&P?z1B8R5N4ZHD3`>?z1B"QG +q$p>K>z2,2d"kh(|;&moHIZL碈OOd]r u[8 TT-\b nx6({/i㞄'%C;xHI=?׳UP |Z._؈@Qu!e=Xqٵ氆WU֮ln?T4eciHW<ēC~?'ٕq_y.QS;-\\} u,p"i5rK|WwRϠ" Z]Esr5l%Awp~}EU<oՓx{e%Bsk2.2u;Sż^JvCL*g7q#/!#5olڬ1 _1~f+n'GĴ_$4'B= ._a_kV6:u?gpsݼ +W0 m'Nj,YBA=6n :;TbLv./ƹY(IzGWē{$@׎#nᩏfH aY;EpkKa6UbLՊZPZg8ZtT;}Ӯc#@D-O@eh T $wၒ# VEOp=it  ~6WFœxIXH(/=j nǟ2N7R'KM>RSpJݢt'k5hm7p%߈8T<$ Ndڒ,"UsMz7u۱dxW0:= u6;u6`XM,#4+·g=TZQ JTɏ Éxu;hyH'K^ħN~qBX?^Lp/Pp(f8&oJL +dJfkvY8,x 5u~OQd\rgɣ;#PXW,_˦q EGq )SR[EdY$+=ޙ_R2M(ŖD~X7EhcFK~tRef:;;sFGڦd9j~+;puDfi^b!?q=[>M9>7pU{auJ +eoX+5Ul8j׆Fjo\GQ9UGJ,v?hEN)YC*aĉzolxz U|FDoɋǧ nRyh5)f?RA*^v8e S(cvUf@-<̥T%cf:}FkvSU77Bd2r[OuF`H!gN8s:#x EwRiFW]ć}w.\:@k["]ڳClc\ aA?qqҠ ͓*r,ujqr+WVĎ7]tN1SG+lsG)K4 iGRђ N `Q**Λ16G*( mXے]p,AS{y3XAxUvxJ|Ղ^EM ͽrG2 +-|QVId=wTyϿ#&hu3II埙dQFwiv%[$gjrSrDZ^hGZaci2zn-}C$zǺCVs txZyx1fT=ɳ|$Q2"0Vw(:ˋ^DIB7)4a7qܪk|-A1%UgJ\O$RVld` 8-'SPC9~i v6j}o$@V b|X?]>_L>^C'&NX) ^}t|M3̺+< +02*2e$*HK]&EJ}Vf>Ž\۠v9BΙ]u%7!{ Jv-J V~Ϩ=}IWUj6*3T{;:*rA`VYȏ}:\hb8.0nn $G7FmtsӐlOluUĘ%%'eVʎ +pX'ӿd)S/T48_dTf".bOgeH]'T=cDK,tqSji3P +Z݆aWa<dIxAQBi +=@x&>2Ռ畹R8`Ip=7AnpS?&hYct.SlS컖)S@i#GsA;k5!ȚȵM ݴs#9jˠ˶wBl9./˻H*ųTEAGNj y ҭ;aşkKŃʸe}1S(Ҟg;n3̤߳ 1|1x2K M+/k8$,$gť|W#'d+&vjr!{b5n +:PƐZ9x Li;WxNfm`[zXP^>F Sr[c+^'S/pv}4}`U9$=":dW\' v2Cze|O  6Q-Ƨ;Y4~@,YfbdWe+umݛ% +X34yVlM;Ld:,פxAX\f-|8I*l;nf:F;";42Ֆ0_T}~Iۈ ͦ lwc{{wy`O&zf6s L7^U_oC(e\::~!gqδ]MY|HR.nyuqXypɽMHNɑ52A|٦wAUM|'Gx&bwUtjwq׃&TtܑOET;̀҅Htr5@dtjXZ/m$okOU]6hsM㠇q؎Ah*$?|@O@%oC/GrA"iXFi. y$ϲ^ˊ7$-?e> +stream +HWnG}W#0Gs p޵}X/DʲI)~ַdÙS:axY]>;:}zzT:y}~R4j{}rJ]NN**+mZ7Ք-mֶqs s{0uqF@n+uvϓ;Z-w˟^L6UgSs>Lڡlh͏^kXSjq)ZPZ;|겁xշbPk+:\ nUV]r=wJjZw7p5Ʊ. p|_ +CV,v_-v?w~0iߎUWGJO\Z|.,%^ųо;\|EQ,F*dx|a9Lvel>`;HD:\HN3%K)R`2he9mюPT||SS{bR ^"H|;.9iֈyZc:uuYPCuKAPӞ7%X@XU>X&AtI͠a +FU4'?ցQu/ 5hzEQz \ȜSxV1Vo +JTA Qc5ӸLM )Q1޴,=o5?!5f7hL7o){wa>XгOXzo1B)H@ l/HK^|ރ7:#St8jL28g]fLu"+3Ȧ6HrW>@ +;Q혾sZ~B,DWPhU$>|Xo-H7Nm0㝰_ى5ԧ^Ag@|ki<Tv( jMLWS3]kS[6!5{ƧMA$pElP57UeA6,c!3LC7jTuPk*'LW̊^-á'!B;|C]IPchkg5A`'~W zo'hb2N<ݠG&,B7l%g Qb߱jڰN+e><_ziÌg).: ' +$窔&YR-H%r~c!iG҈)?8]L?^U)}!~LѶEE ^1,630P6,̥ӆ6KЍjUи'ˇ8P/dΘ17ҎP;Qc6 CmY(Xħ>NIà&9b,U"'XIV7 +R?ӐcerD:: Vr#ʍcdxxW8?4LڛE2S3kD)ch!aY3cFG)OD,t{h|PˎwDM;e:.40:brYI9Ut-tT<17j=G。h_pJe4o%3$F@=F}0I̵s8pmY3x+=9_qnSjPI~SzPZ4qeD0K2K9r-fqSJԭ(ramʀS ^r=҂59{3XM/iXRdVc7坎 -I19d6s7T|,5av3- 84q׹BmxΜE0)V0=f&("~+qf,(&H%b1:pHfc$;;H:,2)wb`n G9q+0.4KNih6y-x=9O6!J)+,D̛#2nU;I e!ѫ x:gʉguNhc2+}$Ï}0;;0,,S_$z#Ϊ8MT ¯Fe2e]xIS'Kt=Z?L^jJ90#))X+zl#B,*BJ֊J<ɚ밫U<)&&*t*OZ(- 82F쫪VJ.XU8CKh4!<"29 ]mUuנA0O:~+\${2)_њirӕx Mc©rk$su=[bH\[84=!Q>d%ajR?`xqpo2gM&Z8X8:G8KRhjMh㌋u #e^|Qy, +hj0m5 wF!$tZ&0#x6ӚijX!¾| =5zEpceԢf~(Bpυ`4jD1Gd!u>qR872P˽%D{ůVZC ǝX/=N[T^ey}B+'5seq?Dt78^UbSq`2RRxHFaK^88XcZ|(Ԏ8F$M`v 7Mה1I<8Qdۛ'VT{OP?Bk\<2ҿ(-sp;i&ܥ`jb0ZINbq=}בSB*+H=K\Bn9[Ԓ # f#PqH@ +0N&c&J5xdV𿂉3Ό(ʆ@4D 8EUii}^kf(KJ'N>Q>v8UU2qC08>*N RҔULpc)Q"LPC/d4gGH6@գ'ɏ~F?U\7QUKmʑp8'_lK +8<'fzg rB‹4[>߲4RZ$8)vX#]ZE|o%$ +R;z94s;]a+?%^H^QQ7𻍎 ^PeA4^$.? Dj/wӔ4^]@E;uht3U'ܢ|dWՍ&'a{1*dxhV_)6URs}6?q}GXa(*xP8pxercrLMQ,G`ger7wڴ+_n,h'T|߳h2aOiwMX޺f?܃ZCUY aoJ&E< 7Jw 8g##{}ج&w((0J܍wm).ųX½EpspEVv/rYfL0@948*C7U5D,zSTx<-vM`RN[oI*T@qIe_Jv# | +tBԚӝ}c>Uɬʥ+%{[ETr}1)P$4K;';BW2O*XAM][g8N@ĉ'DYKg4}/f'ꫥHnHI|.1*x y{r +K䅅Odas*aK vͥ]M} <~j TA'Bl(9B1͇CKhy} #9C5\,v )!5ʠb+}P[W(C=.do*K6D}2|[=};ǴLݪ_)Ey1u{u{!5hڍ*-\FjfI +umKK+2e;hD(SnM<bl-Fh57qN6ZNmSQg 4(T/Yryl>`xS}dÇC +^JE 2Wɘuڏ7 B _BpҼ7=097 tO}ePͫcmYj`s- 2F-; XZ!4ʖm;;rhf$^]NJ+–:1Z +s~_g,Tuhb~uEG]4|"H"?ϰ J=i +V.WKSaFҩ]18`> U8m%!HjL+6+49#*zYb$1A`iA:7Nd%9 h&=c왬MI붬sm:7f`UObt`x>ѾYjX<`L0&5a[b::$&BU'oDbfoi(m:5akpv g,;q(p͝:msY.,, FS( rM3fQE.#s6nՔ2RHY*PB7U9h@YVn$_ f ;>c_ %.ۢ<}]͔/T*96zf,z*B̫f?T/'*1BB=iεa-³uڸ,zk73ʎ2}&@72°U*Kx1Z r9އ(n{i q1d(FD: #WH8P)cSCmâ#^17P \> +B%LwcJYU'b>Ӷ? qdֳ/:|=7Os/d #hRSkH $!y2-<X{cťcEtkr "σt|UȂ$8%[bZt=], n([(=ݴYWZCWV~/>JPp/Q=Y99FPsK'M(dzޒ4gg!KP9󆐢Q',iH5X?Կ?1ݤ*`` +u f L,ygu W={hfmշ{s[[U}س1k*<:bvDޏ ~j*BE|}ˎ<3|dw6ٙ}1kvٶ.;>I䉝w(.E7 Z1GXFteSPyK,BDK8{W袻OZ/l+))dKi^{wzFkZn*ywY[CZb[h~f\jXv&o۲ w@fF9-Z)7th-^@@ ʟ f??> +stream +HWio_Cj`"ă @#it%Yj}"YfYU|ޫק5O>|9z:*MY2G?(x[gVGeQY\=M77G oGVG~F@?ߔ磿[b׷f]/o:k0O q:_<W=Me5Ԧ=< ߋ.=(, mfe鯫tx˦h,a[v}{'Uv*?R=_ qZ]Yڥ/l9Dޛťmv1Wp<:9YS8ݺ)m|a.fW +j2ՠå-6]΍ .'!ݖ,R(o,O6R 3\pGqR~@KLwqBnx?GJA˧`y$[s.*$kE%S(N =+60B)_J@q@_ JmT= `0XHg{zbʿoy*+6!oZ>PJ'pB< U"+TGDoG[haJ5"k jR;:c M g]*Ch~~F I#& jEEx}}i9\ rx[Ga" ߫ %Q@i-|.EZm4K|y `|p(34]FNWO&e"EFQ.'Û(ReԄ52hmh@ |PY1EVHlPj!1讉`bA>3!#5w5k;[2Df'FGŪD FP2yR!wr")6|W k1'npJ FvT7" .̚z + ?>tRmd0Qv6G^e+?`&? p>:Qp$. <`GﱲTK\f_G揟2]ct +z]_u狲e(@{с'#FNm(<&3XO1jM|.nNM-ʔ`<EN>'Ws UDA1ELRDb>065&ܭVmp+nsk7(uUdV_vyɅEi fktk:Gf@&$M5oL[<ґ eR釚@F (fgk۬}r CԣtA*2qm๧_81v8 +ORd+ ^]{4 {բ%(˴}X(LflePav5r060%{V +n c{K0am  |RTo_~geI9?ک(|fD1ڿcPX!pLU"tZ[T(GX=BbCqJtnu.OU7~v2v<>D j0%w5QsV17^5Bs√>zj#-%2]6%z:e^ tz {&r#pNv맘#0f<P5\Cs2P;b|Elg#=9Lp dhUF 'ug(y]qdY9觉!zyϻ& +bsVn2;ϢV‹BtT݅5#%K0yX\v@eRҵXY6̝9VKܮJĨPߒc5C{fM+]i~S?ȸ%)Ŗ7ph}|`3uBbLs|k0LlLydq!{Kn5W=Eقi,vDe@94D=a[U;:/ǚB.ۑU<#OB9DM;@Hs1 f>E9͸jn"NtRWsG@/<17̘:Mz'n\8!PԒ+YCsdTCjP0>]˶&V9/_XA\n#-F͌|f,@4SؒO0T/q5激 ms&N!8ص[ˎ*Mbc3ubn)Hbϴm̰DѲDۗe~73Ǣb*D؊MxQw٢ؿYhӡO'+hS:@Aq!TZ yܪhKl#ۉy-U9sdU[3/K3ys2 <^P'mH4#<3M|i^KeoMk!m&5UE~A*31tL~EDxOFņ2p!mGkWru +*\ *xcH"M } Og~GZѾLΎVWݯ̫[,AQ_6Q$mچMǻa=;3f܌`@a/]l6[@xܝ>؂KeW?nYA4]Dn[CK&^W&)Eo?L>a]V 1f`Û?7_B$toБݭVQI1Xm%梇HqN + qb%O.r-+k +1/'#r~xk C56h",I$x3 +)sonl[o {8C!po 2!#QjMI1-0+ʐ-nu 7,z቙բD9 rz\$pLKBC9T)(B2!tFW/c]>z |ݺ&lk wC*yEjc1Uљ=wɤj<~ƠnpS 809eỶh,͏d{ul`k,ǨC9?dͫ*1z<įq]'m̢u+TT^ΑI9d[v| 6xj!cK(` ۥ,1+fw/rck \H  *4"+lAo$bh/J$ q:pG-+HeNJ88܁#{.]5Tkjn*7 7Uh]ωh,7G>$8d6uR0Thvr@} g_k` |:eUms0G&tt}"_CI}$Օ-*=Fn|i*F|][m ԇN.xy[(qLIoBOTaO+V +S”^ϸ.m+. %]QCή0]$—6[’"xIZTWhgz6qTpx?;ybox%"FhkkGҌkߐ{M{d +~֋ID!1#qE&S_[%a2dYʃTA->~SW{jY~eqUxhA*:>"1?7Hc*W 4!7XimVI|MQGi/5_N"aeZ&Udѿ]Znk]I=qR<.U6SIrԅ?2jlʹb*$&Eu-T53tSY2zh:_#BnhS7(W!-f@5JO CH&} OZvdYΥPy8aF>*ʱ%u}I2:vaг NJPM^ʕޞX3Ҡg2mVX)a с +endstream +endobj +102 0 obj +<< +/Filter /FlateDecode +/Length 3417 +>> +stream +HWio8_M`ZIAǹvI9;VmQ_\Ǐ ӫgzzs_<ћn2*OpfLjpSMMbmmۀ9>s[ANi$ ]N{znLaT[Zr 563EPXJ. 3h2]i.4o.!G<>rR*ȁjdyඎ~]iSa2ְ꽞â@EgtXo Jn St\[f;|G~vF(8ti:Z~ſAg"DMCLqw.JSwȆkGp%g$ͱ-j^ZjzZF;|+1mf*ڟ8JºO^LT#e׮>9 n=cQzbN}\! R~>jScrdwHZq zI +;}4?L5~N)( M;jC4v}!@im`7Ylmr~3 .m=C l/gppl9]5*ɥX#},Іx$%.PkÃvx028Ժ O& /a @s;L^tFgYZ" +jiԩNoz +kKJFM:6 RGU9,+F,iP[d]Fj 9Mx;ױԟU_2*^|,x4&*KhJ ^@[!!+f=p.CQ=퀛T$l:+`EfV)utF8OL}}UUN$4v% K|5'6b,}떺QwSqZҖP[z#r讗1X2oԄց7AwdV'ܳJbr: ;Bxj'ǡa v άNd&y.pV+48*T$];\~מȥ2cUqk}E[|K۔dDԌ0KTJ^#C.)y',`Ci2ݑ|G%ztu6 Mf3~i G~i4dZ'GiG{6eBZGe:c|, +SJƽ18N6c$Ǽ3p.RmiP:cD5AN׊.Bb^hwE'+PKJ]Aη|m3쾅3$iS.up}w8gϟe>~XQ3E<)$ + 2 _{8O.QtИ<cbRSeQO@x{uT*7]& +9$]U='YTC(k4Hi.%Q]Պz6r0{ꓷ?x d9e:$o:)EuΉ_+60ٮWx-vdc1o"y7_T8V֙%8|ce +f¦z =xp^jGBB7%cs4#QJ˶=;TnLu0Jo=J]`@^Zq!(uHa|P'~d5V+.H-]-.A@׌1wHpYfZqŖ |v-V&Vfbrn.qgϳ'[dx8GWLOUx0Q?aӖ{mj8kCJy ++'%b,8h7bqmœfj9(Urb,]8(9)Te#Ą,554,LcU0*];M4]E>IK7hw*+O- #D:m%G[0$ i'͐Q?3:< rrե+1jR/s1 +[8K耍 e .햃AI;T3vjim  E?_f#KܕYRlT|Ivmmps"/A + {X D4~{1'>}#A‚x8hXjeƊ +endstream +endobj +103 0 obj +<< +/Filter /FlateDecode +/Length 40 +>> +stream +H*w6PH/2Pw5Pp +*D7 f +endstream +endobj +104 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP false +/op false +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +105 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 1266 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 104 0 R +/GS1 183 0 R +>> +/Font << +/C2_0 184 0 R +/T1_0 185 0 R +/T1_1 186 0 R +/T1_2 187 0 R +/T1_3 188 0 R +/T1_4 189 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HWn7}WR.aq #ElɗԖ!n 7-˙3CJ<)*oK`x|r1PR)Ku7ce[ZɠZꦃbc\RNFH+`F6l42:uV"FK^[Z$V*6tb|g>~/iCx54.9eiŏXw4>VArj,h.v$ 5UGRu$~G*]PdN+ZEҍ"> ##U UWWTVT`t+^E?-~7k9Pt.":=63lZŵp[W4[l`GЫ=FAI:xe-; ޔ&5R7B[hy{0όنAHS!މ:ɖD^f)9I/nٜeV}6Tp Պ +nsH% RMRl%#8#j5eyԵ0R4x&2<Қ.W42Ry %Xg'o^h8X(NZ7`3ضY^I~aUW+9%#;p(YK"VBBx4?no })/X;C=\ug^`mGdsk3GmlKwpފZѡi 3X: eiNh̘H#E aCr@n p!`8'ƶk\QiSjQ@V(#L^+V͢=@x[:+gW$zHz [gJ(w{sD:\JK@}YJ ~Si@Dh{ųE^alMjB,`/J֓K.f}E %VЬRFn܅ƗLux"uRcKd71<Y$@mRb(Oֵv1x0lGzǵN+CMy^7''@ u Ϳi<ʼnHvR`b:>cT N"M ~₣3p=>ոyvUh!V+zىM9Nӗo&EY&H[)K<x3r͵x7˞[.-5 /b>|kmTaOl0Q. FM^-|L +endstream +endobj +106 0 obj +<< +/BBox [0.0 793.701 615.118 0.0] +/Filter /FlateDecode +/Length 172 +/Matrix [1.0 0.0 0.0 1.0 0.0 0.0] +/Resources << +/ExtGState << +/GS0 104 0 R +>> +/Font << +/C2_0 190 0 R +>> +/ProcSet [/PDF /Text] +>> +/Subtype /Form +>> +stream +HT +@S'"$EXJBjH=}w\8?o>,w(` 4FX 5 $Hʈ0meń|hD,&heJ8dOJJOe>{ ٬#)XhaE +: 0. +endstream +endobj +107 0 obj +<< +/K [191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R +207 0 R] +/P 36 0 R +/S /Article +>> +endobj +108 0 obj +[208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 211 0 R 213 0 R 211 0 R 211 0 R 211 0 R 211 0 R 214 0 R 211 0 R 211 0 R 211 0 R 215 0 R +215 0 R 215 0 R 216 0 R 215 0 R 215 0 R 215 0 R 215 0 R 217 0 R 217 0 R 218 0 R 217 0 R 217 0 R 217 0 R 217 0 R 217 0 R 219 0 R +219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 220 0 R 219 0 R 221 0 R 221 0 R 221 0 R 221 0 R 221 0 R] +endobj +109 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null 221 0 R +221 0 R 221 0 R 221 0 R 222 0 R 221 0 R 223 0 R 221 0 R 221 0 R 221 0 R 224 0 R 225 0 R 225 0 R 226 0 R 225 0 R 227 0 R 228 0 R +228 0 R 229 0 R 228 0 R 230 0 R 230 0 R 230 0 R 231 0 R 230 0 R 232 0 R 233 0 R 234 0 R 233 0 R 235 0 R 236 0 R 237 0 R 236 0 R +238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 244 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 248 0 R 248 0 R 249 0 R +248 0 R 248 0 R 248 0 R] +endobj +110 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null 250 0 R 251 0 R 252 0 R 253 0 R 253 0 R 253 0 R 253 0 R 253 0 R 253 0 R 253 0 R 254 0 R 255 0 R 256 0 R +255 0 R 255 0 R 255 0 R 255 0 R 257 0 R 258 0 R 258 0 R 258 0 R 258 0 R 258 0 R 258 0 R 259 0 R 260 0 R 259 0 R 259 0 R 261 0 R +259 0 R 262 0 R 263 0 R 264 0 R 264 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 268 0 R 270 0 R 271 0 R 272 0 R 271 0 R +271 0 R 273 0 R 274 0 R 274 0 R 275 0 R 276 0 R 277 0 R 276 0 R 278 0 R 279 0 R 279 0 R 279 0 R 280 0 R 281 0 R 282 0 R 281 0 R] +endobj +111 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +283 0 R 283 0 R 284 0 R 285 0 R 286 0 R 287 0 R 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R +298 0 R 299 0 R 300 0 R 301 0 R 302 0 R 303 0 R 302 0 R 304 0 R 302 0 R 305 0 R 305 0 R 305 0 R 305 0 R 305 0 R 306 0 R 306 0 R +306 0 R 306 0 R 307 0 R 308 0 R 307 0 R 309 0 R 307 0 R 310 0 R 307 0 R 307 0 R 307 0 R 307 0 R 307 0 R 307 0 R 311 0 R 307 0 R +307 0 R 307 0 R 312 0 R 307 0 R 307 0 R 307 0 R 313 0 R 307 0 R 307 0 R 307 0 R 314 0 R 314 0 R 314 0 R 314 0 R 314 0 R 314 0 R +314 0 R 314 0 R 315 0 R 315 0 R 316 0 R 315 0 R 315 0 R 315 0 R 315 0 R] +endobj +112 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null 314 0 R 314 0 R 314 0 R 317 0 R 318 0 R 317 0 R 317 0 R +317 0 R 317 0 R 319 0 R 319 0 R 320 0 R 319 0 R 319 0 R 319 0 R 321 0 R 319 0 R 319 0 R 319 0 R 322 0 R 323 0 R 323 0 R 324 0 R +325 0 R 326 0 R 327 0 R 328 0 R 327 0 R 327 0 R 329 0 R 327 0 R 330 0 R 327 0 R 331 0 R 327 0 R 327 0 R 327 0 R 332 0 R 327 0 R +333 0 R 327 0 R 334 0 R 327 0 R 327 0 R 327 0 R 335 0 R 327 0 R 327 0 R 327 0 R 336 0 R 327 0 R 327 0 R] +endobj +113 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null 327 0 R 327 0 R 327 0 R +337 0 R 338 0 R 338 0 R 338 0 R 339 0 R 338 0 R 340 0 R 338 0 R 338 0 R 338 0 R 338 0 R 341 0 R 342 0 R 343 0 R 342 0 R 342 0 R +342 0 R 342 0 R 344 0 R 345 0 R 345 0 R 345 0 R 345 0 R 345 0 R 345 0 R 345 0 R 345 0 R 346 0 R 345 0 R 345 0 R 347 0 R 347 0 R +347 0 R 348 0 R 347 0 R 349 0 R 347 0 R 347 0 R 347 0 R 350 0 R 347 0 R 347 0 R 347 0 R 347 0 R 347 0 R 347 0 R 351 0 R 351 0 R +351 0 R] +endobj +114 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null 352 0 R 352 0 R 352 0 R 352 0 R 353 0 R 352 0 R 352 0 R 354 0 R 354 0 R 355 0 R 354 0 R 354 0 R 354 0 R 356 0 R 354 0 R +357 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 359 0 R 358 0 R +358 0 R 360 0 R 358 0 R 358 0 R 358 0 R 358 0 R 358 0 R 361 0 R 362 0 R 362 0 R 362 0 R 362 0 R 362 0 R 363 0 R 364 0 R 364 0 R +365 0 R 364 0 R 366 0 R 366 0 R 366 0 R 366 0 R 366 0 R] +endobj +115 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R 364 0 R +367 0 R 367 0 R 367 0 R 368 0 R 367 0 R 367 0 R 367 0 R 369 0 R 367 0 R 367 0 R 370 0 R 367 0 R 371 0 R 367 0 R 367 0 R 367 0 R +372 0 R 372 0 R 372 0 R 372 0 R 373 0 R 372 0 R 372 0 R 372 0 R 374 0 R 372 0 R 375 0 R 372 0 R 372 0 R 372 0 R 376 0 R 376 0 R +376 0 R 377 0 R 376 0 R 376 0 R 376 0 R 378 0 R 379 0 R 379 0 R 379 0 R 379 0 R 379 0 R 379 0 R 380 0 R 379 0 R] +endobj +116 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null 381 0 R 382 0 R +381 0 R 381 0 R 381 0 R 381 0 R 383 0 R 381 0 R 381 0 R 381 0 R 384 0 R 385 0 R 385 0 R 386 0 R 385 0 R 385 0 R 387 0 R 385 0 R +385 0 R 385 0 R 385 0 R 385 0 R 388 0 R 385 0 R 385 0 R 389 0 R 390 0 R 391 0 R 390 0 R 392 0 R 390 0 R 390 0 R 390 0 R 390 0 R +393 0 R 394 0 R 393 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 400 0 R 400 0 R 400 0 R 400 0 R 400 0 R 402 0 R +403 0 R 404 0 R 405 0 R 406 0 R 406 0 R 406 0 R 406 0 R 406 0 R] +endobj +117 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null 406 0 R 406 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R +412 0 R 413 0 R 414 0 R 415 0 R 415 0 R 415 0 R 415 0 R 415 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 420 0 R 420 0 R +421 0 R 420 0 R 420 0 R 420 0 R 422 0 R 423 0 R 423 0 R 424 0 R 425 0 R 425 0 R 426 0 R 427 0 R 428 0 R 429 0 R 430 0 R 429 0 R +431 0 R 429 0 R 432 0 R 433 0 R 434 0 R 435 0 R 434 0 R 436 0 R 437 0 R 438 0 R 439 0 R 438 0 R 440 0 R 441 0 R 442 0 R 443 0 R +444 0 R 445 0 R 446 0 R 447 0 R 448 0 R 449 0 R 450 0 R 451 0 R 451 0 R 452 0 R 453 0 R 452 0 R 454 0 R 455 0 R 456 0 R 457 0 R +458 0 R 459 0 R 460 0 R] +endobj +118 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null 461 0 R 461 0 R 461 0 R 462 0 R 461 0 R 461 0 R 461 0 R 461 0 R 461 0 R 463 0 R 463 0 R 463 0 R 463 0 R +463 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 474 0 R 475 0 R +476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R +492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 504 0 R 505 0 R +506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R +522 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R +537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R +553 0 R 554 0 R 555 0 R] +endobj +119 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null 556 0 R 556 0 R 556 0 R 556 0 R 556 0 R 556 0 R 556 0 R 556 0 R 557 0 R 557 0 R 557 0 R 558 0 R 559 0 R +558 0 R 560 0 R 558 0 R 558 0 R 558 0 R 558 0 R 558 0 R 561 0 R 558 0 R 558 0 R 558 0 R 558 0 R 562 0 R 558 0 R 558 0 R 563 0 R +558 0 R 558 0 R 558 0 R 558 0 R 564 0 R 565 0 R 564 0 R 566 0 R 564 0 R 564 0 R 564 0 R 564 0 R 564 0 R 564 0 R 567 0 R 568 0 R +568 0 R 568 0 R 569 0 R 568 0 R 570 0 R 570 0 R 571 0 R 570 0 R 570 0 R 572 0 R 572 0 R 572 0 R] +endobj +120 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null 570 0 R 570 0 R 570 0 R 573 0 R +573 0 R 574 0 R 573 0 R 575 0 R 573 0 R 573 0 R 573 0 R 576 0 R 577 0 R 577 0 R 577 0 R 577 0 R 578 0 R 577 0 R 577 0 R 579 0 R +580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 585 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R +595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R +610 0 R 610 0 R 611 0 R 612 0 R 613 0 R 613 0 R 613 0 R 613 0 R 613 0 R 613 0 R 614 0 R 615 0 R 616 0 R 616 0 R 616 0 R 616 0 R +616 0 R 617 0 R 617 0 R 618 0 R 619 0 R 620 0 R 620 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 623 0 R 625 0 R 626 0 R 627 0 R +628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R +644 0 R 645 0 R 644 0 R 644 0 R] +endobj +121 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null 646 0 R 647 0 R 646 0 R 648 0 R 646 0 R 646 0 R 646 0 R 646 0 R 649 0 R 646 0 R 646 0 R 646 0 R +646 0 R 646 0 R 646 0 R 646 0 R 646 0 R 646 0 R 646 0 R 646 0 R 650 0 R 651 0 R 652 0 R 653 0 R 652 0 R 654 0 R 655 0 R 654 0 R +656 0 R 657 0 R 656 0 R 656 0 R 658 0 R 656 0 R 659 0 R 660 0 R 661 0 R 661 0 R 661 0 R 661 0 R 661 0 R 661 0 R 662 0 R 663 0 R +664 0 R 664 0 R 664 0 R 664 0 R 665 0 R 666 0 R 667 0 R 667 0 R 667 0 R 667 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 670 0 R +670 0 R 672 0 R 670 0 R 670 0 R 670 0 R 673 0 R 674 0 R 675 0 R 675 0 R 676 0 R 675 0 R 677 0 R 678 0 R 679 0 R 679 0 R 679 0 R +680 0 R 681 0 R 682 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R 691 0 R 693 0 R +694 0 R 695 0 R 696 0 R 695 0 R 697 0 R 698 0 R 699 0 R 700 0 R 699 0 R 699 0 R 699 0 R 701 0 R 699 0 R 699 0 R 699 0 R 699 0 R +702 0 R 703 0 R 704 0 R 705 0 R 706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R +716 0 R 717 0 R 716 0 R 718 0 R 719 0 R 720 0 R 721 0 R 720 0 R 722 0 R 723 0 R 724 0 R 725 0 R 724 0 R 726 0 R 727 0 R 728 0 R +728 0 R 729 0 R 730 0 R 731 0 R 732 0 R 731 0 R] +endobj +122 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null 733 0 R 733 0 R 733 0 R 733 0 R 733 0 R 734 0 R 733 0 R 733 0 R 733 0 R 733 0 R +733 0 R 735 0 R 736 0 R 737 0 R 736 0 R 736 0 R 736 0 R 738 0 R 736 0 R 736 0 R 736 0 R 736 0 R 736 0 R 736 0 R 739 0 R 740 0 R +739 0 R 739 0 R 739 0 R 739 0 R 739 0 R 739 0 R 739 0 R 739 0 R 741 0 R 739 0 R 742 0 R 743 0 R 743 0 R 743 0 R 744 0 R 743 0 R +743 0 R 745 0 R 745 0 R 745 0 R 745 0 R 745 0 R 746 0 R 745 0 R 745 0 R] +endobj +123 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null 747 0 R 748 0 R 747 0 R 747 0 R 749 0 R 747 0 R 747 0 R +747 0 R 747 0 R 750 0 R 747 0 R 747 0 R 751 0 R 747 0 R 747 0 R 747 0 R 752 0 R 753 0 R 752 0 R 754 0 R 752 0 R 752 0 R 755 0 R +752 0 R 756 0 R 752 0 R 752 0 R 752 0 R 757 0 R 752 0 R 752 0 R 752 0 R 758 0 R 752 0 R 752 0 R 759 0 R 759 0 R 760 0 R 759 0 R +759 0 R 759 0 R 759 0 R 761 0 R 762 0 R 763 0 R 764 0 R 764 0 R 765 0 R 764 0 R 764 0 R 766 0 R 764 0 R 764 0 R 767 0 R 768 0 R +769 0 R 768 0 R 768 0 R 768 0 R 768 0 R 768 0 R 768 0 R 768 0 R 768 0 R 770 0 R 770 0 R 770 0 R 771 0 R 770 0 R] +endobj +124 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null 772 0 R 772 0 R +772 0 R 772 0 R 772 0 R 772 0 R 773 0 R 772 0 R 774 0 R 774 0 R 774 0 R 774 0 R 774 0 R 774 0 R 774 0 R 774 0 R 774 0 R 774 0 R +774 0 R 774 0 R 775 0 R 776 0 R 775 0 R 775 0 R 775 0 R 777 0 R 775 0 R 778 0 R 775 0 R 779 0 R 780 0 R 779 0 R 779 0 R 779 0 R +779 0 R 781 0 R 779 0 R 779 0 R 782 0 R 783 0 R 784 0 R 783 0 R 783 0 R 785 0 R 786 0 R 786 0 R 786 0 R] +endobj +125 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null 787 0 R +788 0 R 787 0 R 787 0 R 789 0 R 787 0 R 787 0 R 787 0 R 787 0 R 787 0 R 787 0 R 787 0 R 787 0 R 787 0 R 787 0 R 790 0 R 790 0 R +790 0 R 791 0 R 790 0 R 790 0 R 792 0 R 790 0 R 790 0 R 790 0 R 793 0 R 794 0 R 793 0 R 795 0 R 793 0 R 793 0 R 793 0 R 793 0 R +793 0 R 796 0 R 793 0 R 793 0 R 793 0 R 793 0 R 793 0 R 797 0 R 797 0 R 797 0 R 798 0 R 797 0 R 797 0 R 797 0 R 797 0 R 797 0 R +799 0 R 799 0 R 799 0 R 799 0 R 799 0 R 799 0 R 799 0 R] +endobj +126 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null 800 0 R 801 0 R 802 0 R 801 0 R 801 0 R 801 0 R 801 0 R 801 0 R 801 0 R +801 0 R 801 0 R 801 0 R 803 0 R 801 0 R 801 0 R 801 0 R 804 0 R 805 0 R 804 0 R 804 0 R 804 0 R 804 0 R 804 0 R 806 0 R 806 0 R +806 0 R 806 0 R 806 0 R 807 0 R 808 0 R 809 0 R 808 0 R 810 0 R 811 0 R 812 0 R 812 0 R 813 0 R 814 0 R 814 0 R 815 0 R 814 0 R +816 0 R 814 0 R 814 0 R 817 0 R 814 0 R 814 0 R 818 0 R 819 0 R 820 0 R 821 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 825 0 R +825 0 R 826 0 R 826 0 R] +endobj +127 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null 826 0 R 826 0 R 826 0 R 826 0 R 826 0 R 827 0 R 826 0 R 826 0 R 826 0 R 828 0 R 829 0 R 829 0 R 829 0 R +829 0 R 830 0 R 831 0 R 832 0 R 832 0 R 833 0 R 834 0 R 835 0 R 835 0 R 835 0 R 835 0 R 835 0 R 835 0 R 835 0 R 836 0 R 836 0 R +836 0 R 836 0 R 836 0 R 836 0 R 837 0 R 836 0 R 838 0 R 839 0 R 840 0 R 840 0 R 841 0 R 842 0 R 842 0 R 843 0 R 844 0 R 845 0 R +846 0 R 846 0 R 847 0 R 848 0 R 848 0 R 849 0 R 850 0 R 851 0 R 851 0 R 851 0 R] +endobj +128 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null 851 0 R 851 0 R 851 0 R 851 0 R 852 0 R 851 0 R +851 0 R 853 0 R 854 0 R 854 0 R 854 0 R 854 0 R 854 0 R 854 0 R 854 0 R 855 0 R 854 0 R 854 0 R 854 0 R 856 0 R 856 0 R 857 0 R +856 0 R 856 0 R 858 0 R 856 0 R 856 0 R 859 0 R 856 0 R 856 0 R 856 0 R 860 0 R 856 0 R 861 0 R 862 0 R 861 0 R 861 0 R 863 0 R +861 0 R 864 0 R 861 0 R 861 0 R 861 0 R 865 0 R 861 0 R 861 0 R 861 0 R 861 0 R 866 0 R 861 0 R 861 0 R 861 0 R 867 0 R 868 0 R +867 0 R 867 0 R] +endobj +129 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null 867 0 R 869 0 R 867 0 R 867 0 R 867 0 R 870 0 R 871 0 R 872 0 R 871 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R +878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 890 0 R 891 0 R 892 0 R 893 0 R +894 0 R 895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R +910 0 R 911 0 R 912 0 R 913 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 919 0 R 919 0 R 920 0 R 919 0 R 921 0 R +922 0 R 923 0 R 923 0 R 923 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R +935 0 R 936 0 R 936 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R +949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R +965 0 R] +endobj +130 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null 867 0 R 867 0 R 867 0 R 966 0 R 867 0 R 867 0 R 967 0 R 968 0 R 968 0 R 968 0 R 969 0 R 968 0 R 968 0 R 968 0 R 970 0 R +968 0 R 968 0 R 968 0 R 971 0 R 971 0 R 972 0 R 971 0 R 971 0 R 973 0 R 971 0 R 971 0 R 971 0 R 971 0 R 974 0 R 971 0 R 971 0 R +975 0 R 976 0 R 975 0 R 975 0 R 977 0 R 975 0 R 975 0 R 975 0 R 978 0 R 975 0 R 979 0 R 975 0 R 975 0 R 975 0 R 980 0 R 981 0 R +980 0 R 982 0 R 980 0 R 980 0 R 980 0 R 980 0 R 983 0 R 980 0 R 980 0 R 980 0 R 980 0 R] +endobj +131 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null 984 0 R 985 0 R 985 0 R 986 0 R 985 0 R +985 0 R 985 0 R 985 0 R 985 0 R 985 0 R 985 0 R 985 0 R 985 0 R 985 0 R 985 0 R 987 0 R 985 0 R 988 0 R 988 0 R 989 0 R 988 0 R +988 0 R 988 0 R 988 0 R 990 0 R 988 0 R 988 0 R 988 0 R 988 0 R 988 0 R 991 0 R 988 0 R 988 0 R 988 0 R 992 0 R 993 0 R 993 0 R +993 0 R 993 0 R 993 0 R 993 0 R 993 0 R 994 0 R 993 0 R 995 0 R 993 0 R 993 0 R 993 0 R 993 0 R 996 0 R 993 0 R 993 0 R 993 0 R +993 0 R 993 0 R 997 0 R 993 0 R 998 0 R 998 0 R 998 0 R 998 0 R 998 0 R 999 0 R] +endobj +132 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null 998 0 R 998 0 R 998 0 R 1000 0 R 998 0 R 1001 0 R +1002 0 R 1001 0 R 1001 0 R 1001 0 R 1001 0 R 1001 0 R 1001 0 R 1001 0 R 1003 0 R 1001 0 R 1001 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R +1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R] +endobj +133 0 obj +[null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null null null null +null null null null null null null null null null null null null 1021 0 R 1022 0 R 1023 0 R +1024 0 R 1025 0 R 1024 0 R 1026 0 R 1026 0 R 1026 0 R 1026 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R +1033 0 R 1034 0 R 1035 0 R 1036 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R +1046 0 R 1045 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1052 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R +1060 0 R 1061 0 R 1062 0 R 1062 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1065 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1068 0 R 1068 0 R +1070 0 R 1071 0 R 1072 0 R 1072 0 R 1073 0 R 1074 0 R 1075 0 R 1076 0 R 1075 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1079 0 R 1081 0 R 1082 0 R +1083 0 R 1084 0 R 1083 0 R 1083 0 R 1085 0 R 1086 0 R 1087 0 R 1087 0 R 1087 0 R 1087 0 R 1087 0 R 1088 0 R 1087 0 R 1087 0 R 1089 0 R 1090 0 R +1089 0 R 1091 0 R 1089 0 R 1092 0 R 1089 0 R 1089 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R 1096 0 R 1096 0 R 1096 0 R 1098 0 R 1099 0 R +1100 0 R 1100 0 R 1100 0 R 1100 0 R 1101 0 R 1102 0 R 1103 0 R 1103 0 R 1104 0 R 1105 0 R 1106 0 R 1107 0 R 1106 0 R 1106 0 R 1108 0 R 1109 0 R +1110 0 R 1110 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1113 0 R 1113 0 R 1113 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1116 0 R 1117 0 R 1116 0 R +1118 0 R 1119 0 R 1120 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1127 0 R 1126 0 R 1128 0 R 1129 0 R 1130 0 R 1131 0 R +1130 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1137 0 R 1138 0 R 1139 0 R 1138 0 R 1140 0 R 1138 0 R 1138 0 R 1141 0 R 1138 0 R +1142 0 R 1143 0 R 1142 0 R 1142 0 R 1144 0 R 1145 0 R 1146 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1149 0 R 1149 0 R 1149 0 R 1149 0 R +1151 0 R 1152 0 R 1153 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1156 0 R 1158 0 R 1159 0 R 1160 0 R 1160 0 R 1160 0 R 1160 0 R] +endobj +134 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 1161 0 R +/FontName /XTMLAT+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +135 0 obj +<< +/Filter /FlateDecode +/Length 446 +>> +stream +H\j0E +-EqbK3 @HZȢ[I lgoiXs}v h7;?C%6 ټ0m׌?Os,OŻym8YU-AM&d +3LA0SL.]/y^``= +z`*Uz*< +OSTz*< +OSnإa~gĘy:BcO&U} 0N +endstream +endobj +136 0 obj +<< +/Ascent 784 +/CapHeight 602 +/Descent -230 +/Flags 34 +/FontBBox [0 -230 936 784] +/FontFamily (Palatino) +/FontFile2 1162 0 R +/FontName /DKMVGH+PalatinoBold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 112 +/Type /FontDescriptor +/XHeight 418 +>> +endobj +137 0 obj +<< +/Filter /FlateDecode +/Length 434 +>> +stream +H\ݎ0ܽX=+EHv%.>@H TȄ ޾srVj8sٙnɕN}rFw>u};=Fo{iƢ:>]&SM7sQ~]}:_ó+q/1Mnkœ}iƯ%r.{w6Ow]5i.^ǦIX ;֮c]7=ˎw͋]-6^-]+r^W`O@`! ސ7ƞ^ +fGߑwƁnn9999>> ++ +kZAp]u sdΡM^ɯ`z +<Wׂ .s ۋI񞔞 +OSTz*< +OSTzMu)NSZatV+= +endstream +endobj +138 0 obj +[1163 0 R] +endobj +139 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +140 0 obj +<< +/Ascent 1005 +/CapHeight 674 +/CharSet (/C/D/I/L/P/R/S/a/b/c/comma/d/e/f/g/h/i/l/m/n/o/p/r/s/space/t/two/v/y/z) +/Descent -251 +/Flags 32 +/FontBBox [-166 -251 1313 1005] +/FontFamily (Myriad Pro Black) +/FontFile3 1164 0 R +/FontName /RHQGUF+MyriadPro-Black +/FontStretch /Normal +/FontWeight 900 +/ItalicAngle 0 +/StemV 180 +/Type /FontDescriptor +/XHeight 492 +>> +endobj +141 0 obj +<< +/Filter /FlateDecode +/Length 355 +>> +stream +H\j0E +-EXRP胺ZwFR@\_fTsY&ae?8:B m&UvcEra]?^Փΰ[wYˤy#Y,^Zڎ -to;(R,N8J; rb@+](]d 9sN|`>snN5i*QXGFƀ:&}fĆG~4G#Siȧa|cȏa?`ȃa"߫IW!n!`Ӊ O^bM+EP +endstream +endobj +142 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/I/space/three) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 1165 0 R +/FontName /SLAMID+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +143 0 obj +<< +/Filter /FlateDecode +/Length 241 +>> +stream +H\Pj0 +tliFG!nc>԰qn`YO,q^;guO GLůQ4Y>W*`r-΍D↻ڃxuOEC3-Y› E:øMہ9_[ |D +噣rXè*nUq4\};aU1rb/ > r¯_s +endstream +endobj +144 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/space/C/R/V/c/d/e/i/l/m/n/o/t/u/y) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 1166 0 R +/FontName /FXPMID+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +145 0 obj +<< +/Filter /FlateDecode +/Length 300 +>> +stream +H\j0 ~ +Cq5 i 9t1{OK3$%޴hͲC62ߜD 破[˩[Skƙ w+l<7isWmw7kpB!#xZEyi*>W>5#g%\N BfhԿHa߽c"YFSd +Lyd +eⒸL5e)Ecc&qUg> +endobj +147 0 obj +<< +/Filter /FlateDecode +/Length 300 +>> +stream +H\j0 ~ +Cq5 i 9t1{OK3$%޴hͲC62ߜD 破[˩[Skƙ w+l<7isWmw7kpB!#xZEyi*>W>5#g%\N BfhԿHa߽c"YFSd +Lyd +eⒸL5e)Ecc&qUg> +endobj +149 0 obj +<< +/Filter /FlateDecode +/Length 250 +>> +stream +H\PMk +{Xz@m!~д?$cuBt0;GL0Yg"~a:v`NzQq"p䙔?EѺ_|B] N$«ZxzC}q&> J}f71*7# Ec̿CeVIDMCɶ)aQȸSM'C'#/;+Ƴe++1dx +endstream +endobj +150 0 obj +<< +/BaseFont /JEAERV+Wingdings-Regular +/DescendantFonts 1169 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1170 0 R +/Type /Font +>> +endobj +151 0 obj +<< +/BaseFont /SLAMID+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 73 +/FontDescriptor 142 0 R +/LastChar 73 +/Subtype /Type1 +/ToUnicode 1171 0 R +/Type /Font +/Widths [285] +>> +endobj +152 0 obj +<< +/BaseFont /BGUYEL+Wingdings-Regular +/DescendantFonts 1172 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1173 0 R +/Type /Font +>> +endobj +153 0 obj +<< +/BaseFont /RHQGUF+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 140 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 1174 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +154 0 obj +<< +/BaseFont /SLAMID+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 142 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1175 0 R +/Type /Font +/Widths [202] +>> +endobj +155 0 obj +<< +/BaseFont /EYAGUF+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 146 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 1176 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +156 0 obj +<< +/Ascent 1134 +/CapHeight 692 +/Descent -283 +/Flags 34 +/FontBBox [-546 -283 1021 1134] +/FontFamily (Palatino) +/FontFile2 1177 0 R +/FontName /JRGOYB+Palatino +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 84 +/Type /FontDescriptor +/XHeight 469 +>> +endobj +157 0 obj +<< +/Filter /FlateDecode +/Length 557 +>> +stream +H\͊@>E-Qoۂ Y0Zcyiz`#V}Jwf~fwv +>5¥,wmWs$<$Umiߦ6L]qOvg'\C?[]A_k} .]x/qο?cprQp&Lu IUX'ooNw=%UU<=++r\"w{=;s +>9CΙs䂹@fAOB٘ < y˼Yp\Wp\Wp\Wp\W؏Aؕ+aW] v%ʳ+<=================,KR,KR,KR,KR,]XGя)+EWʮ])RtJѕ+CWFo7 Fo7 F_2)sf) fK)xR᳥Owq]_W``1 +endstream +endobj +158 0 obj +<< +/Ascent 1005 +/CapHeight 674 +/CharSet (/C/D/I/L/P/R/S/a/b/c/comma/d/e/eight/f/five/four/g/h/i/l/m/n/nine/o/one/p/period/r/s/seven/six/space/t/three/two/v/y/z/zero) +/Descent -251 +/Flags 32 +/FontBBox [-166 -251 1313 1005] +/FontFamily (Myriad Pro Black) +/FontFile3 1178 0 R +/FontName /KVQTWZ+MyriadPro-Black +/FontStretch /Normal +/FontWeight 900 +/ItalicAngle 0 +/StemV 180 +/Type /FontDescriptor +/XHeight 492 +>> +endobj +159 0 obj +<< +/Filter /FlateDecode +/Length 276 +>> +stream +H\j }ܽXaeK!=д$+4Fw&.[~2+seMGUcXqgZiڨp_'$e +8TEQ'=k[h$P^ r*Muiv|-![i4Fk(Z R]vxQ9Ih"N#Y93#GS9R,LۼaÔ+> +endobj +161 0 obj +<< +/Filter /FlateDecode +/Length 250 +>> +stream +H\PMk +{Xz@m!~д?$cuBt0;GL0Yg"~a:v`NzQq"p䙔?EѺ_|B] N$«ZxzC}q&> J}f71*7# Ec̿CeVIDMCɶ)aQȸSM'C'#/;+Ƴe++1dx +endstream +endobj +162 0 obj +<< +/Ascent 952 +/CapHeight 674 +/CharSet (/C/I/M/N/R/U/V/a/asterisk/c/comma/d/e/f/g/h/hyphen/i/k/l/m/n/o/one/p/period/r/s/six/space/t/two/u/v/w/x/y/z) +/Descent -250 +/Flags 32 +/FontBBox [-157 -250 1126 952] +/FontFamily (Myriad Pro) +/FontFile3 1180 0 R +/FontName /XHAOWZ+MyriadPro-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 88 +/Type /FontDescriptor +/XHeight 484 +>> +endobj +163 0 obj +<< +/Filter /FlateDecode +/Length 403 +>> +stream +H\n@yl/aFbbMOj% Y·N&%2I6K_cWmh?wX{6$5m=܍ԊwOp蒲tmxu7$}m8֥K5`AOU\KDzmcp'ޯwx?L5WU8صt]ćlβbRfxx2xE^5xCހƳȶg ,d1g#b /̑33Gf9EA.,)||AZAVZ%+xN&p{=}A,p: l /TS-oQz*< +OSTz*< +OSy^NGn~穾h48C6 Y~ɷJư +endstream +endobj +164 0 obj +<< +/BaseFont /OBORAR+Wingdings-Regular +/DescendantFonts 1181 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1182 0 R +/Type /Font +>> +endobj +165 0 obj +<< +/BaseFont /KVQTWZ+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 158 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 1183 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +573 0 573 573 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 602 710 0 0 0 0 305 0 0 528 0 0 0 +602 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 0 452 610 539 363 596 599 292 0 0 292 0 599 589 +610 0 403 451 383 0 551 0 0 545] +>> +endobj +166 0 obj +<< +/BaseFont /XHAOWZ+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 162 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1184 0 R +/Type /Font +/Widths [212] +>> +endobj +167 0 obj +<< +/BaseFont /XHAOWZ+MyriadPro-Bold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 181 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1185 0 R +/Type /Font +/Widths [202] +>> +endobj +168 0 obj +<< +/BaseFont /VEBCUD+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1186 0 R +/LastChar 121 +/Subtype /Type1 +/ToUnicode 1187 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 588 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 569 0 0 0 601 0 0 0 0 0 0 0 0 0 +0 0 0 449 581 516 0 0 0 256 0 0 257 848 572 564 +0 0 0 0 351 569 0 0 0 500] +>> +endobj +169 0 obj +<< +/Ascent 784 +/CapHeight 602 +/Descent -230 +/Flags 34 +/FontBBox [0 -230 936 784] +/FontFamily (Palatino) +/FontFile2 1188 0 R +/FontName /DQHESN+PalatinoBold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 112 +/Type /FontDescriptor +/XHeight 418 +>> +endobj +170 0 obj +<< +/Filter /FlateDecode +/Length 423 +>> +stream +H\j0E +-Eq3 @EG8("߹jHt438[o7؍>fFb¹&}8vsv67zp1лٻmt7m.{KmH]<ݭva G?ok} +>wb{ϧ9e nB1jfW\"g|U9fߓK&D~?j0-*b / Y_ ,Y̜%r%4+Wx^p^x^p^ pK(Y쏠?#WP<웠oºu %웠o5*JgYtV8+JgYt=d3%%iܧôu1|C?x} 0 +endstream +endobj +171 0 obj +[1189 0 R] +endobj +172 0 obj +<< +/Filter /FlateDecode +/Length 236 +>> +stream +H\Pj0 +tlmPZ +96sOvKOx@~R0-&蝷S t88/vXgߌ: +vk_LNXmp-,~d;x}-({Y6eޥeÞ?w0&X6H(-ĥz7WMEjn*ׂeChf"NW.Rb@h1D`W~W(rO +endstream +endobj +173 0 obj +<< +/BaseFont /SIKAEJ+Wingdings-Regular +/DescendantFonts 1190 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1191 0 R +/Type /Font +>> +endobj +174 0 obj +<< +/BaseFont /KVQTWZ+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 158 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 1192 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 283 0 +573 0 573 573 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +175 0 obj +<< +/BaseFont /XHAOWZ+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 162 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1193 0 R +/Type /Font +/Widths [212] +>> +endobj +176 0 obj +<< +/BaseFont /VEBCUD+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1186 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 1194 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +177 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [29 /f_f_i /f_i /f_f] +/Type /Encoding +>> +endobj +178 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/f_f_i/f_i/f_f/space/parenleft/parenright/asterisk/comma/hyphen/period/slash/one/two/six/colon/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/V/W/Y/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/quoteleft/quoteright/endash) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 1195 0 R +/FontName /KGRPMZ+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +179 0 obj +<< +/Filter /FlateDecode +/Length 533 +>> +stream +H\n@<CXBg#?Zg؋o]JVzzjO\cCܩ1^XGwKVkzZfo}$Ňu}wꓲtO{yƻ{61>&c۝ïѥ0M.sk}o%t^o};ݟlg}.+}CUDZ1)36|kĮ.;՘W 2^oٗg<33k-zG~6>66$e sZP0.=9=rzVh×/^š j.//Ь&'DsrPeM5Q+ +~%_ɯW+ +~%_ɯW+ +5ͳb95bB]ͳt Ⱥ}h}Gk0%:Wcgp' 2 +endstream +endobj +180 0 obj +<< +/BaseEncoding /WinAnsiEncoding +/Differences [27 /parenright.cap /parenleft.cap /hyphen.cap /f_i /f_l] +/Type /Encoding +>> +endobj +181 0 obj +<< +/Ascent 989 +/CapHeight 674 +/CharSet (/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/b/c/colon/comma/d/e/eight/f/f_i/f_l/five/four/g/h/hyphen/hyphen.cap/i/j/l/m/n/nine/o/one/p/parenleft.cap/parenright.cap/period/r/s/seven/six/slash/space/t/three/two/u/v/w/x/y/zero) +/Descent -250 +/Flags 32 +/FontBBox [-163 -250 1256 989] +/FontFamily (Myriad Pro) +/FontFile3 1196 0 R +/FontName /XHAOWZ+MyriadPro-Bold +/FontStretch /Normal +/FontWeight 700 +/ItalicAngle 0 +/StemV 152 +/Type /FontDescriptor +/XHeight 489 +>> +endobj +182 0 obj +<< +/Filter /FlateDecode +/Length 531 +>> +stream +H\n@<,Eߝ;0 }AIU$0|G3n?Ic{9C7x[oI^o,fJ0p.NcRU&.^n6xI}g{{x46ML]Οƒ6ӷM=p_Oa7E<)ӎNMf8V-lu8xjߛ9ps/u[gK̪a}oy y}Fg|F8T%ǖ[9r\ %0 eʬȎ!?3fCaބ, +B+ +B+ +B+ +B+ +BD.t%JЕ+AW®]YveѕE'Jd)XJd)X@&KR,%+'e'NyDщs:Љc'8z:x:z:x:z:x:z:x:z:x:z:x:z:x:zӺj7ksX)Vh?4N&ž`b&  +endstream +endobj +183 0 obj +<< +/AIS false +/BM /Normal +/ca 1.0 +/CA 1.0 +/OP true +/op true +/OPM 1 +/SA true +/SMask /None +/Type /ExtGState +>> +endobj +184 0 obj +<< +/BaseFont /ELSCMV+Wingdings-Regular +/DescendantFonts 1197 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1198 0 R +/Type /Font +>> +endobj +185 0 obj +<< +/BaseFont /EFZRMV+MyriadPro-SemiboldCond +/Encoding /WinAnsiEncoding +/FirstChar 69 +/FontDescriptor 1199 0 R +/LastChar 84 +/Subtype /Type1 +/ToUnicode 1200 0 R +/Type /Font +/Widths [376 0 0 0 0 0 0 0 0 493 465 0 0 0 0 376] +>> +endobj +186 0 obj +<< +/BaseFont /UQZJCP+MyriadPro-Light +/Encoding 1201 0 R +/FirstChar 31 +/FontDescriptor 1202 0 R +/LastChar 169 +/Subtype /Type1 +/ToUnicode 1203 0 R +/Type /Font +/Widths [542 219 0 0 0 0 0 0 0 0 0 0 0 174 0 174 +351 488 0 488 0 0 0 0 0 0 0 174 0 0 0 0 +0 0 585 0 570 647 466 0 0 0 211 0 0 0 0 638 +0 0 0 505 464 465 626 0 0 0 0 0 0 0 0 0 +0 0 454 552 446 544 485 262 544 536 209 0 0 212 819 536 +532 552 0 295 373 309 531 452 722 0 440 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 677] +>> +endobj +187 0 obj +<< +/BaseFont /ZXSXUF+MyriadPro-Black +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1204 0 R +/LastChar 122 +/Subtype /Type1 +/ToUnicode 1205 0 R +/Type /Font +/Widths [198 0 0 0 0 0 0 0 0 0 0 0 283 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 710 0 0 0 0 305 0 0 0 0 0 0 +0 0 617 561 0 0 0 0 0 0 0 0 0 0 0 0 +0 548 610 0 610 539 0 596 0 292 0 0 292 871 599 589 +0 0 403 451 383 0 0 0 0 0 486] +>> +endobj +188 0 obj +<< +/BaseFont /GAAIOR+MyriadPro-Regular +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1206 0 R +/LastChar 32 +/Subtype /Type1 +/ToUnicode 1207 0 R +/Type /Font +/Widths [212] +>> +endobj +189 0 obj +<< +/BaseFont /SXECAT+MyriadPro-Semibold +/Encoding /WinAnsiEncoding +/FirstChar 32 +/FontDescriptor 1208 0 R +/LastChar 118 +/Subtype /Type1 +/ToUnicode 1209 0 R +/Type /Font +/Widths [207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +536 536 536 0 0 0 0 0 0 536 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 676 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 585 0 0 516 0 0 0 0 0 0 0 848 0 564 +0 0 356 0 0 0 508] +>> +endobj +190 0 obj +<< +/BaseFont /KCSMSJ+Wingdings-Regular +/DescendantFonts 1210 0 R +/Encoding /Identity-H +/Subtype /Type0 +/ToUnicode 1211 0 R +/Type /Font +>> +endobj +191 0 obj +<< +/K [209 0 R 210 0 R 211 0 R 215 0 R 217 0 R 219 0 R 221 0 R 224 0 R 225 0 R 227 0 R 228 0 R 230 0 R 1212 0 R 1213 0 R 244 0 R 1214 0 R +254 0 R 255 0 R 257 0 R 258 0 R 259 0 R 1215 0 R 266 0 R 268 0 R 271 0 R 274 0 R 276 0 R 279 0 R 281 0 R 1216 0 R 283 0 R 1217 0 R +288 0 R 290 0 R 292 0 R 294 0 R 296 0 R 298 0 R 300 0 R 302 0 R 305 0 R 306 0 R 307 0 R 314 0 R 317 0 R 319 0 R 322 0 R 323 0 R +324 0 R 325 0 R 326 0 R 327 0 R 337 0 R 338 0 R 341 0 R 342 0 R 344 0 R 345 0 R 347 0 R 352 0 R 354 0 R 357 0 R 358 0 R 361 0 R +362 0 R 363 0 R 364 0 R 367 0 R 372 0 R 376 0 R 378 0 R 379 0 R 381 0 R 384 0 R 385 0 R 389 0 R 390 0 R 393 0 R 1218 0 R 406 0 R +415 0 R 420 0 R 422 0 R 423 0 R 461 0 R 463 0 R 556 0 R 557 0 R 558 0 R 564 0 R 567 0 R 568 0 R 570 0 R 573 0 R 576 0 R 577 0 R +646 0 R 733 0 R 735 0 R 736 0 R 739 0 R 742 0 R 743 0 R 745 0 R 747 0 R 752 0 R 759 0 R 761 0 R 1219 0 R 768 0 R 772 0 R 774 0 R +775 0 R 779 0 R 782 0 R 783 0 R 785 0 R 786 0 R 787 0 R 790 0 R 793 0 R 797 0 R 799 0 R 800 0 R 801 0 R 804 0 R 806 0 R 807 0 R +808 0 R 1220 0 R 814 0 R 819 0 R 821 0 R 823 0 R 825 0 R 826 0 R 828 0 R 829 0 R 1221 0 R 834 0 R 835 0 R 836 0 R 1222 0 R 842 0 R +844 0 R 846 0 R 848 0 R 850 0 R 851 0 R 853 0 R 854 0 R 856 0 R 861 0 R 867 0 R 967 0 R 968 0 R 971 0 R 975 0 R 980 0 R 984 0 R +985 0 R 988 0 R 992 0 R 993 0 R 998 0 R 1001 0 R 1004 0 R 1223 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R +1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R] +/P 107 0 R +/S /Story +>> +endobj +192 0 obj +<< +/K 315 0 R +/P 107 0 R +/S /Story +>> +endobj +193 0 obj +<< +/K 366 0 R +/P 107 0 R +/S /Story +>> +endobj +194 0 obj +<< +/K 460 0 R +/P 107 0 R +/S /Story +>> +endobj +195 0 obj +<< +/K 1224 0 R +/P 107 0 R +/S /Story +>> +endobj +196 0 obj +<< +/K 1225 0 R +/P 107 0 R +/S /Story +>> +endobj +197 0 obj +<< +/K 572 0 R +/P 107 0 R +/S /Story +>> +endobj +198 0 obj +<< +/K 579 0 R +/P 107 0 R +/S /Story +>> +endobj +199 0 obj +<< +/K 1226 0 R +/P 107 0 R +/S /Story +>> +endobj +200 0 obj +<< +/K 650 0 R +/P 107 0 R +/S /Story +>> +endobj +201 0 obj +<< +/K 1227 0 R +/P 107 0 R +/S /Story +>> +endobj +202 0 obj +<< +/K 770 0 R +/P 107 0 R +/S /Story +>> +endobj +203 0 obj +<< +/K 1021 0 R +/P 107 0 R +/S /Story +>> +endobj +204 0 obj +<< +/K 1228 0 R +/P 107 0 R +/S /Story +>> +endobj +205 0 obj +<< +/K 870 0 R +/P 107 0 R +/S /Story +>> +endobj +206 0 obj +<< +/K 1229 0 R +/P 107 0 R +/S /Story +>> +endobj +207 0 obj +<< +/K 965 0 R +/P 107 0 R +/S /Story +>> +endobj +208 0 obj +<< +/A << +/O /Layout +/LineHeight 56.0 +>> +/K 0 +/P 209 0 R +/Pg 8 0 R +/S /Span +>> +endobj +209 0 obj +<< +/A << +/O /Layout +/LineHeight 24.0 +/SpaceAfter 24.0 +>> +/K [208 0 R 1] +/P 191 0 R +/Pg 8 0 R +/S /Kapitel-Head +>> +endobj +210 0 obj +<< +/C /Pa1 +/K 2 +/P 191 0 R +/Pg 8 0 R +/S /Zwischenhead_1 +>> +endobj +211 0 obj +<< +/C /Pa2 +/K [3 212 0 R 5 213 0 R 7 8 9 10 214 0 R 12 13 14] +/P 191 0 R +/Pg 8 0 R +/S /Lauftext_1._Abs +>> +endobj +212 0 obj +<< +/ActualText +/K 4 +/P 211 0 R +/Pg 8 0 R +/S /Span +>> +endobj +213 0 obj +<< +/ActualText +/K 6 +/P 211 0 R +/Pg 8 0 R +/S /Span +>> +endobj +214 0 obj +<< +/ActualText +/K 11 +/P 211 0 R +/Pg 8 0 R +/S /Span +>> +endobj +215 0 obj +<< +/C /Pa3 +/K [15 16 17 216 0 R 19 20 21 22] +/P 191 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +216 0 obj +<< +/ActualText +/K 18 +/P 215 0 R +/Pg 8 0 R +/S /Span +>> +endobj +217 0 obj +<< +/C /Pa3 +/K [23 24 218 0 R 26 27 28 29 30] +/P 191 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +218 0 obj +<< +/ActualText +/K 25 +/P 217 0 R +/Pg 8 0 R +/S /Span +>> +endobj +219 0 obj +<< +/C /Pa3 +/K [31 32 33 34 35 36 37 38 39 220 0 R 41] +/P 191 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +220 0 obj +<< +/ActualText +/K 40 +/P 219 0 R +/Pg 8 0 R +/S /Span +>> +endobj +221 0 obj +<< +/C /Pa3 +/K [42 43 44 45 46 << +/MCID 47 +/Pg 9 0 R +/Type /MCR +>> << +/MCID 48 +/Pg 9 0 R +/Type /MCR +>> << +/MCID 49 +/Pg 9 0 R +/Type /MCR +>> << +/MCID 50 +/Pg 9 0 R +/Type /MCR +>> 222 0 R << +/MCID 52 +/Pg 9 0 R +/Type /MCR +>> 223 0 R << +/MCID 54 +/Pg 9 0 R +/Type /MCR +>> << +/MCID 55 +/Pg 9 0 R +/Type /MCR +>> << +/MCID 56 +/Pg 9 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 8 0 R +/S /Lauftext +>> +endobj +222 0 obj +<< +/ActualText +/K 51 +/P 221 0 R +/Pg 9 0 R +/S /Span +>> +endobj +223 0 obj +<< +/ActualText +/K 53 +/P 221 0 R +/Pg 9 0 R +/S /Span +>> +endobj +224 0 obj +<< +/C /Pa1 +/K 57 +/P 191 0 R +/Pg 9 0 R +/S /Zwischenhead_1 +>> +endobj +225 0 obj +<< +/C /Pa2 +/K [58 59 226 0 R 61] +/P 191 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +226 0 obj +<< +/ActualText +/K 60 +/P 225 0 R +/Pg 9 0 R +/S /Span +>> +endobj +227 0 obj +<< +/C /Pa1 +/K 62 +/P 191 0 R +/Pg 9 0 R +/S /Zwischenhead_1 +>> +endobj +228 0 obj +<< +/C /Pa2 +/K [63 64 229 0 R 66] +/P 191 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +229 0 obj +<< +/ActualText +/K 65 +/P 228 0 R +/Pg 9 0 R +/S /Span +>> +endobj +230 0 obj +<< +/C /Pa3 +/K [67 68 69 231 0 R 71] +/P 191 0 R +/Pg 9 0 R +/S /Lauftext +>> +endobj +231 0 obj +<< +/ActualText +/K 70 +/P 230 0 R +/Pg 9 0 R +/S /Span +>> +endobj +232 0 obj +<< +/C /A4 +/K 72 +/P 1230 0 R +/Pg 9 0 R +/S /Span +>> +endobj +233 0 obj +<< +/K [73 234 0 R 75] +/P 1231 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +234 0 obj +<< +/ActualText +/K 74 +/P 233 0 R +/Pg 9 0 R +/S /Span +>> +endobj +235 0 obj +<< +/C /A4 +/K 76 +/P 1232 0 R +/Pg 9 0 R +/S /Span +>> +endobj +236 0 obj +<< +/K [77 237 0 R 79] +/P 1233 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +237 0 obj +<< +/ActualText +/K 78 +/P 236 0 R +/Pg 9 0 R +/S /Span +>> +endobj +238 0 obj +<< +/C /A4 +/K 80 +/P 1234 0 R +/Pg 9 0 R +/S /Span +>> +endobj +239 0 obj +<< +/K 81 +/P 1235 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +240 0 obj +<< +/C /A4 +/K 82 +/P 1236 0 R +/Pg 9 0 R +/S /Span +>> +endobj +241 0 obj +<< +/K 83 +/P 1237 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +242 0 obj +<< +/C /A4 +/K 84 +/P 1238 0 R +/Pg 9 0 R +/S /Span +>> +endobj +243 0 obj +<< +/K 85 +/P 1239 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +244 0 obj +<< +/C /Pa2 +/K [86 87 88] +/P 191 0 R +/Pg 9 0 R +/S /Lauftext_1._Abs +>> +endobj +245 0 obj +<< +/C /A4 +/K 89 +/P 1240 0 R +/Pg 9 0 R +/S /Span +>> +endobj +246 0 obj +<< +/C /A4 +/K 90 +/P 1240 0 R +/Pg 9 0 R +/S /Span +>> +endobj +247 0 obj +<< +/C /A5 +/K 91 +/P 248 0 R +/Pg 9 0 R +/S /Span +>> +endobj +248 0 obj +<< +/K [247 0 R 92 93 94 249 0 R 96 97 98] +/P 1241 0 R +/Pg 9 0 R +/S /LBody +>> +endobj +249 0 obj +<< +/ActualText +/K 95 +/P 248 0 R +/Pg 9 0 R +/S /Span +>> +endobj +250 0 obj +<< +/C /A4 +/K 99 +/P 1242 0 R +/Pg 10 0 R +/S /Span +>> +endobj +251 0 obj +<< +/C /A4 +/K 100 +/P 1242 0 R +/Pg 10 0 R +/S /Span +>> +endobj +252 0 obj +<< +/C /A5 +/K 101 +/P 253 0 R +/Pg 10 0 R +/S /Span +>> +endobj +253 0 obj +<< +/K [252 0 R 102 103 104 105 106 107 108] +/P 1243 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +254 0 obj +<< +/C /Pa1 +/K 109 +/P 191 0 R +/Pg 10 0 R +/S /Zwischenhead_1 +>> +endobj +255 0 obj +<< +/C /Pa2 +/K [110 256 0 R 112 113 114 115] +/P 191 0 R +/Pg 10 0 R +/S /Lauftext_1._Abs +>> +endobj +256 0 obj +<< +/ActualText +/K 111 +/P 255 0 R +/Pg 10 0 R +/S /Span +>> +endobj +257 0 obj +<< +/C /Pa3 +/K 116 +/P 191 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +258 0 obj +<< +/C /Pa3 +/K [117 118 119 120 121 122] +/P 191 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +259 0 obj +<< +/C /Pa3 +/K [123 260 0 R 125 126 261 0 R 128] +/P 191 0 R +/Pg 10 0 R +/S /Lauftext +>> +endobj +260 0 obj +<< +/ActualText +/K 124 +/P 259 0 R +/Pg 10 0 R +/S /Span +>> +endobj +261 0 obj +<< +/ActualText +/K 127 +/P 259 0 R +/Pg 10 0 R +/S /Span +>> +endobj +262 0 obj +<< +/C /A4 +/K 129 +/P 1244 0 R +/Pg 10 0 R +/S /Span +>> +endobj +263 0 obj +<< +/C /A4 +/K 130 +/P 1244 0 R +/Pg 10 0 R +/S /Span +>> +endobj +264 0 obj +<< +/K [131 132 133] +/P 1245 0 R +/Pg 10 0 R +/S /LBody +>> +endobj +265 0 obj +<< +/C /A6 +/K 134 +/P 266 0 R +/Pg 10 0 R +/S /Span +>> +endobj +266 0 obj +<< +/C /Pa7 +/K [265 0 R 135] +/P 191 0 R +/Pg 10 0 R +/S /Einzug_mit_Klotz +>> +endobj +267 0 obj +<< +/C /A6 +/K 136 +/P 268 0 R +/Pg 10 0 R +/S /Span +>> +endobj +268 0 obj +<< +/C /Pa7 +/K [267 0 R 137 269 0 R 139] +/P 191 0 R +/Pg 10 0 R +/S /Einzug_mit_Klotz +>> +endobj +269 0 obj +<< +/ActualText +/K 138 +/P 268 0 R +/Pg 10 0 R +/S /Span +>> +endobj +270 0 obj +<< +/C /A6 +/K 140 +/P 271 0 R +/Pg 10 0 R +/S /Span +>> +endobj +271 0 obj +<< +/C /Pa7 +/K [270 0 R 141 272 0 R 143 144] +/P 191 0 R +/Pg 10 0 R +/S /Einzug_mit_Klotz +>> +endobj +272 0 obj +<< +/ActualText +/K 142 +/P 271 0 R +/Pg 10 0 R +/S /Span +>> +endobj +273 0 obj +<< +/C /A6 +/K 145 +/P 274 0 R +/Pg 10 0 R +/S /Span +>> +endobj +274 0 obj +<< +/C /Pa7 +/K [273 0 R 146 147] +/P 191 0 R +/Pg 10 0 R +/S /Einzug_mit_Klotz +>> +endobj +275 0 obj +<< +/C /A6 +/K 148 +/P 276 0 R +/Pg 10 0 R +/S /Span +>> +endobj +276 0 obj +<< +/C /Pa7 +/K [275 0 R 149 277 0 R 151] +/P 191 0 R +/Pg 10 0 R +/S /Einzug_mit_Klotz +>> +endobj +277 0 obj +<< +/ActualText +/K 150 +/P 276 0 R +/Pg 10 0 R +/S /Span +>> +endobj +278 0 obj +<< +/C /A6 +/K 152 +/P 279 0 R +/Pg 10 0 R +/S /Span +>> +endobj +279 0 obj +<< +/C /Pa7 +/K [278 0 R 153 154 155] +/P 191 0 R +/Pg 10 0 R +/S /Einzug_mit_Klotz +>> +endobj +280 0 obj +<< +/C /A6 +/K 156 +/P 281 0 R +/Pg 10 0 R +/S /Span +>> +endobj +281 0 obj +<< +/C /Pa8 +/K [280 0 R 157 282 0 R 159] +/P 191 0 R +/Pg 10 0 R +/S /Einzug_mit_Klotz__le +>> +endobj +282 0 obj +<< +/ActualText +/K 158 +/P 281 0 R +/Pg 10 0 R +/S /Span +>> +endobj +283 0 obj +<< +/C /Pa3 +/K [160 161] +/P 191 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +284 0 obj +<< +/C /A4 +/K 162 +/P 1246 0 R +/Pg 11 0 R +/S /Span +>> +endobj +285 0 obj +<< +/C /A4 +/K 163 +/P 1246 0 R +/Pg 11 0 R +/S /Span +>> +endobj +286 0 obj +<< +/K 164 +/P 1247 0 R +/Pg 11 0 R +/S /LBody +>> +endobj +287 0 obj +<< +/C /A6 +/K 165 +/P 288 0 R +/Pg 11 0 R +/S /Span +>> +endobj +288 0 obj +<< +/C /Pa7 +/K [287 0 R 166] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz +>> +endobj +289 0 obj +<< +/C /A6 +/K 167 +/P 290 0 R +/Pg 11 0 R +/S /Span +>> +endobj +290 0 obj +<< +/C /Pa7 +/K [289 0 R 168] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz +>> +endobj +291 0 obj +<< +/C /A6 +/K 169 +/P 292 0 R +/Pg 11 0 R +/S /Span +>> +endobj +292 0 obj +<< +/C /Pa7 +/K [291 0 R 170] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz +>> +endobj +293 0 obj +<< +/C /A6 +/K 171 +/P 294 0 R +/Pg 11 0 R +/S /Span +>> +endobj +294 0 obj +<< +/C /Pa7 +/K [293 0 R 172] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz +>> +endobj +295 0 obj +<< +/C /A6 +/K 173 +/P 296 0 R +/Pg 11 0 R +/S /Span +>> +endobj +296 0 obj +<< +/C /Pa7 +/K [295 0 R 174] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz +>> +endobj +297 0 obj +<< +/C /A6 +/K 175 +/P 298 0 R +/Pg 11 0 R +/S /Span +>> +endobj +298 0 obj +<< +/C /Pa7 +/K [297 0 R 176] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz +>> +endobj +299 0 obj +<< +/C /A6 +/K 177 +/P 300 0 R +/Pg 11 0 R +/S /Span +>> +endobj +300 0 obj +<< +/C /Pa7 +/K [299 0 R 178] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz +>> +endobj +301 0 obj +<< +/C /A6 +/K 179 +/P 302 0 R +/Pg 11 0 R +/S /Span +>> +endobj +302 0 obj +<< +/C /Pa8 +/K [301 0 R 180 303 0 R 182 304 0 R 184] +/P 191 0 R +/Pg 11 0 R +/S /Einzug_mit_Klotz__le +>> +endobj +303 0 obj +<< +/ActualText +/K 181 +/P 302 0 R +/Pg 11 0 R +/S /Span +>> +endobj +304 0 obj +<< +/ActualText +/K 183 +/P 302 0 R +/Pg 11 0 R +/S /Span +>> +endobj +305 0 obj +<< +/C /Pa3 +/K [185 186 187 188 189] +/P 191 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +306 0 obj +<< +/C /Pa3 +/K [190 191 192 193] +/P 191 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +307 0 obj +<< +/C /Pa3 +/K [194 308 0 R 196 309 0 R 198 310 0 R 200 201 202 203 204 205 311 0 R 207 208 209 +312 0 R 211 212 213 313 0 R 215 216 217] +/P 191 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +308 0 obj +<< +/ActualText +/K 195 +/P 307 0 R +/Pg 11 0 R +/S /Span +>> +endobj +309 0 obj +<< +/ActualText +/K 197 +/P 307 0 R +/Pg 11 0 R +/S /Span +>> +endobj +310 0 obj +<< +/ActualText +/K 199 +/P 307 0 R +/Pg 11 0 R +/S /Span +>> +endobj +311 0 obj +<< +/ActualText +/K 206 +/P 307 0 R +/Pg 11 0 R +/S /Span +>> +endobj +312 0 obj +<< +/ActualText +/K 210 +/P 307 0 R +/Pg 11 0 R +/S /Span +>> +endobj +313 0 obj +<< +/ActualText +/K 214 +/P 307 0 R +/Pg 11 0 R +/S /Span +>> +endobj +314 0 obj +<< +/C /Pa3 +/K [218 219 220 221 222 223 224 225 << +/MCID 233 +/Pg 12 0 R +/Type /MCR +>> << +/MCID 234 +/Pg 12 0 R +/Type /MCR +>> << +/MCID 235 +/Pg 12 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 11 0 R +/S /Lauftext +>> +endobj +315 0 obj +<< +/C /Pa9 +/K [226 227 316 0 R 229 230 231 232] +/P 192 0 R +/Pg 11 0 R +/S /Einklinker-Text__rec +>> +endobj +316 0 obj +<< +/ActualText +/K 228 +/P 315 0 R +/Pg 11 0 R +/S /Span +>> +endobj +317 0 obj +<< +/C /Pa3 +/K [236 318 0 R 238 239 240 241] +/P 191 0 R +/Pg 12 0 R +/S /Lauftext +>> +endobj +318 0 obj +<< +/ActualText +/K 237 +/P 317 0 R +/Pg 12 0 R +/S /Span +>> +endobj +319 0 obj +<< +/C /Pa3 +/K [242 243 320 0 R 245 246 247 321 0 R 249 250 251] +/P 191 0 R +/Pg 12 0 R +/S /Lauftext +>> +endobj +320 0 obj +<< +/ActualText +/K 244 +/P 319 0 R +/Pg 12 0 R +/S /Span +>> +endobj +321 0 obj +<< +/ActualText +/K 248 +/P 319 0 R +/Pg 12 0 R +/S /Span +>> +endobj +322 0 obj +<< +/C /Pa1 +/K 252 +/P 191 0 R +/Pg 12 0 R +/S /Zwischenhead_1 +>> +endobj +323 0 obj +<< +/C /Pa2 +/K [253 254] +/P 191 0 R +/Pg 12 0 R +/S /Lauftext_1._Abs +>> +endobj +324 0 obj +<< +/C /Pa10 +/K 255 +/P 191 0 R +/Pg 12 0 R +/S /Zwischenhead_2 +>> +endobj +325 0 obj +<< +/C /Pa2 +/K 256 +/P 191 0 R +/Pg 12 0 R +/S /Lauftext_1._Abs +>> +endobj +326 0 obj +<< +/C /Pa10 +/K 257 +/P 191 0 R +/Pg 12 0 R +/S /Zwischenhead_2 +>> +endobj +327 0 obj +<< +/C /Pa2 +/K [258 328 0 R 260 261 329 0 R 263 330 0 R 265 331 0 R 267 268 269 332 0 R 271 333 0 R 273 +334 0 R 275 276 277 335 0 R 279 280 281 336 0 R 283 284 << +/MCID 285 +/Pg 13 0 R +/Type /MCR +>> << +/MCID 286 +/Pg 13 0 R +/Type /MCR +>> << +/MCID 287 +/Pg 13 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 12 0 R +/S /Lauftext_1._Abs +>> +endobj +328 0 obj +<< +/ActualText +/K 259 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +329 0 obj +<< +/ActualText +/K 262 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +330 0 obj +<< +/ActualText +/K 264 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +331 0 obj +<< +/ActualText +/K 266 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +332 0 obj +<< +/ActualText +/K 270 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +333 0 obj +<< +/ActualText +/K 272 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +334 0 obj +<< +/ActualText +/K 274 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +335 0 obj +<< +/ActualText +/K 278 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +336 0 obj +<< +/ActualText +/K 282 +/P 327 0 R +/Pg 12 0 R +/S /Span +>> +endobj +337 0 obj +<< +/C /Pa10 +/K 288 +/P 191 0 R +/Pg 13 0 R +/S /Zwischenhead_2 +>> +endobj +338 0 obj +<< +/C /Pa2 +/K [289 290 291 339 0 R 293 340 0 R 295 296 297 298] +/P 191 0 R +/Pg 13 0 R +/S /Lauftext_1._Abs +>> +endobj +339 0 obj +<< +/ActualText +/K 292 +/P 338 0 R +/Pg 13 0 R +/S /Span +>> +endobj +340 0 obj +<< +/ActualText +/K 294 +/P 338 0 R +/Pg 13 0 R +/S /Span +>> +endobj +341 0 obj +<< +/C /Pa10 +/K 299 +/P 191 0 R +/Pg 13 0 R +/S /Zwischenhead_2 +>> +endobj +342 0 obj +<< +/C /Pa2 +/K [300 343 0 R 302 303 304 305] +/P 191 0 R +/Pg 13 0 R +/S /Lauftext_1._Abs +>> +endobj +343 0 obj +<< +/ActualText +/K 301 +/P 342 0 R +/Pg 13 0 R +/S /Span +>> +endobj +344 0 obj +<< +/C /Pa10 +/K 306 +/P 191 0 R +/Pg 13 0 R +/S /Zwischenhead_2 +>> +endobj +345 0 obj +<< +/C /Pa2 +/K [307 308 309 310 311 312 313 314 346 0 R 316 317] +/P 191 0 R +/Pg 13 0 R +/S /Lauftext_1._Abs +>> +endobj +346 0 obj +<< +/ActualText +/K 315 +/P 345 0 R +/Pg 13 0 R +/S /Span +>> +endobj +347 0 obj +<< +/C /Pa3 +/K [318 319 320 1248 0 R 1249 0 R 322 349 0 R 324 325 326 350 0 R 328 329 330 331 332 +333] +/P 191 0 R +/Pg 13 0 R +/S /Lauftext +>> +endobj +348 0 obj +<< +/A << +/O /Layout +/LineHeight 11.0 +/BaselineShift 3.66299 +>> +/K 321 +/P 1248 0 R +/Pg 13 0 R +/S /Span +>> +endobj +349 0 obj +<< +/ActualText +/K 323 +/P 347 0 R +/Pg 13 0 R +/S /Span +>> +endobj +350 0 obj +<< +/ActualText +/K 327 +/P 347 0 R +/Pg 13 0 R +/S /Span +>> +endobj +351 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 8.75 +/TextIndent -22.0 +/StartIndent 22.0 +>> +/K [334 335 336] +/P 1249 0 R +/Pg 13 0 R +/S /Endnote_1._Abs +>> +endobj +352 0 obj +<< +/C /Pa3 +/K [337 338 339 340 353 0 R 342 343] +/P 191 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +353 0 obj +<< +/ActualText +/K 341 +/P 352 0 R +/Pg 14 0 R +/S /Span +>> +endobj +354 0 obj +<< +/C /Pa3 +/K [344 345 355 0 R 347 348 349 356 0 R 351] +/P 191 0 R +/Pg 14 0 R +/S /Lauftext +>> +endobj +355 0 obj +<< +/ActualText +/K 346 +/P 354 0 R +/Pg 14 0 R +/S /Span +>> +endobj +356 0 obj +<< +/ActualText +/K 350 +/P 354 0 R +/Pg 14 0 R +/S /Span +>> +endobj +357 0 obj +<< +/C /Pa10 +/K 352 +/P 191 0 R +/Pg 14 0 R +/S /Zwischenhead_2 +>> +endobj +358 0 obj +<< +/C /Pa2 +/K [353 354 355 356 357 358 359 360 361 362 363 364 365 359 0 R 367 368 +360 0 R 370 371 372 373 374] +/P 191 0 R +/Pg 14 0 R +/S /Lauftext_1._Abs +>> +endobj +359 0 obj +<< +/ActualText +/K 366 +/P 358 0 R +/Pg 14 0 R +/S /Span +>> +endobj +360 0 obj +<< +/ActualText +/K 369 +/P 358 0 R +/Pg 14 0 R +/S /Span +>> +endobj +361 0 obj +<< +/C /Pa10 +/K 375 +/P 191 0 R +/Pg 14 0 R +/S /Zwischenhead_2 +>> +endobj +362 0 obj +<< +/C /Pa2 +/K [376 377 378 379 380] +/P 191 0 R +/Pg 14 0 R +/S /Lauftext_1._Abs +>> +endobj +363 0 obj +<< +/C /Pa10 +/K 381 +/P 191 0 R +/Pg 14 0 R +/S /Zwischenhead_2 +>> +endobj +364 0 obj +<< +/C /Pa2 +/K [382 383 365 0 R 385 << +/MCID 391 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 392 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 393 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 394 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 395 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 396 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 397 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 398 +/Pg 15 0 R +/Type /MCR +>> << +/MCID 399 +/Pg 15 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 14 0 R +/S /Lauftext_1._Abs +>> +endobj +365 0 obj +<< +/ActualText +/K 384 +/P 364 0 R +/Pg 14 0 R +/S /Span +>> +endobj +366 0 obj +<< +/C /Pa9 +/K [386 387 388 389 390] +/P 193 0 R +/Pg 14 0 R +/S /Einklinker-Text +>> +endobj +367 0 obj +<< +/C /Pa3 +/K [400 401 402 368 0 R 404 405 406 369 0 R 408 409 370 0 R 411 371 0 R 413 414 415] +/P 191 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +368 0 obj +<< +/ActualText +/K 403 +/P 367 0 R +/Pg 15 0 R +/S /Span +>> +endobj +369 0 obj +<< +/ActualText +/K 407 +/P 367 0 R +/Pg 15 0 R +/S /Span +>> +endobj +370 0 obj +<< +/ActualText +/K 410 +/P 367 0 R +/Pg 15 0 R +/S /Span +>> +endobj +371 0 obj +<< +/ActualText +/K 412 +/P 367 0 R +/Pg 15 0 R +/S /Span +>> +endobj +372 0 obj +<< +/C /Pa3 +/K [416 417 418 419 373 0 R 421 422 423 374 0 R 425 375 0 R 427 428 429] +/P 191 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +373 0 obj +<< +/ActualText +/K 420 +/P 372 0 R +/Pg 15 0 R +/S /Span +>> +endobj +374 0 obj +<< +/ActualText +/K 424 +/P 372 0 R +/Pg 15 0 R +/S /Span +>> +endobj +375 0 obj +<< +/ActualText +/K 426 +/P 372 0 R +/Pg 15 0 R +/S /Span +>> +endobj +376 0 obj +<< +/C /Pa3 +/K [430 431 432 377 0 R 434 435 436] +/P 191 0 R +/Pg 15 0 R +/S /Lauftext +>> +endobj +377 0 obj +<< +/ActualText +/K 433 +/P 376 0 R +/Pg 15 0 R +/S /Span +>> +endobj +378 0 obj +<< +/C /Pa10 +/K 437 +/P 191 0 R +/Pg 15 0 R +/S /Zwischenhead_2 +>> +endobj +379 0 obj +<< +/C /Pa2 +/K [438 439 440 441 442 443 380 0 R 445] +/P 191 0 R +/Pg 15 0 R +/S /Lauftext_1._Abs +>> +endobj +380 0 obj +<< +/ActualText +/K 444 +/P 379 0 R +/Pg 15 0 R +/S /Span +>> +endobj +381 0 obj +<< +/C /Pa3 +/K [446 382 0 R 448 449 450 451 383 0 R 453 454 455] +/P 191 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +382 0 obj +<< +/ActualText +/K 447 +/P 381 0 R +/Pg 16 0 R +/S /Span +>> +endobj +383 0 obj +<< +/ActualText +/K 452 +/P 381 0 R +/Pg 16 0 R +/S /Span +>> +endobj +384 0 obj +<< +/C /Pa10 +/K 456 +/P 191 0 R +/Pg 16 0 R +/S /Zwischenhead_2 +>> +endobj +385 0 obj +<< +/C /Pa2 +/K [457 458 386 0 R 460 461 387 0 R 463 464 465 466 467 388 0 R 469 470] +/P 191 0 R +/Pg 16 0 R +/S /Lauftext_1._Abs +>> +endobj +386 0 obj +<< +/ActualText +/K 459 +/P 385 0 R +/Pg 16 0 R +/S /Span +>> +endobj +387 0 obj +<< +/ActualText +/K 462 +/P 385 0 R +/Pg 16 0 R +/S /Span +>> +endobj +388 0 obj +<< +/ActualText +/K 468 +/P 385 0 R +/Pg 16 0 R +/S /Span +>> +endobj +389 0 obj +<< +/C /Pa1 +/K 471 +/P 191 0 R +/Pg 16 0 R +/S /Zwischenhead_1 +>> +endobj +390 0 obj +<< +/C /Pa2 +/K [472 391 0 R 474 392 0 R 476 477 478 479] +/P 191 0 R +/Pg 16 0 R +/S /Lauftext_1._Abs +>> +endobj +391 0 obj +<< +/ActualText +/K 473 +/P 390 0 R +/Pg 16 0 R +/S /Span +>> +endobj +392 0 obj +<< +/ActualText +/K 475 +/P 390 0 R +/Pg 16 0 R +/S /Span +>> +endobj +393 0 obj +<< +/C /Pa3 +/K [480 394 0 R 482] +/P 191 0 R +/Pg 16 0 R +/S /Lauftext +>> +endobj +394 0 obj +<< +/ActualText +/K 481 +/P 393 0 R +/Pg 16 0 R +/S /Span +>> +endobj +395 0 obj +<< +/C /A4 +/K 483 +/P 1250 0 R +/Pg 16 0 R +/S /Span +>> +endobj +396 0 obj +<< +/C /A4 +/K 484 +/P 1250 0 R +/Pg 16 0 R +/S /Span +>> +endobj +397 0 obj +<< +/C /A5 +/K 485 +/P 400 0 R +/Pg 16 0 R +/S /Span +>> +endobj +398 0 obj +<< +/ActualText +/C /A5 +/K 486 +/P 400 0 R +/Pg 16 0 R +/S /Span +>> +endobj +399 0 obj +<< +/C /A5 +/K 487 +/P 400 0 R +/Pg 16 0 R +/S /Span +>> +endobj +400 0 obj +<< +/K [397 0 R 398 0 R 399 0 R 488 401 0 R 490 491 492 493 494] +/P 1251 0 R +/Pg 16 0 R +/S /LBody +>> +endobj +401 0 obj +<< +/ActualText +/K 489 +/P 400 0 R +/Pg 16 0 R +/S /Span +>> +endobj +402 0 obj +<< +/C /A6 +/K 495 +/P 406 0 R +/Pg 16 0 R +/S /Span +>> +endobj +403 0 obj +<< +/C /A6 +/K 496 +/P 406 0 R +/Pg 16 0 R +/S /Span +>> +endobj +404 0 obj +<< +/C /A5 +/K 497 +/P 406 0 R +/Pg 16 0 R +/S /Span +>> +endobj +405 0 obj +<< +/C /A5 +/K 498 +/P 406 0 R +/Pg 16 0 R +/S /Span +>> +endobj +406 0 obj +<< +/C /Pa7 +/K [402 0 R 403 0 R 404 0 R 405 0 R 499 500 501 502 503 << +/MCID 504 +/Pg 17 0 R +/Type /MCR +>> << +/MCID 505 +/Pg 17 0 R +/Type /MCR +>> << +/MCID 506 +/Pg 17 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 16 0 R +/S /Einzug_mit_Klotz +>> +endobj +407 0 obj +<< +/C /A6 +/K 507 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +408 0 obj +<< +/C /A10 +/K 508 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +409 0 obj +<< +/ActualText +/C /A10 +/K 509 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +410 0 obj +<< +/C /A10 +/K 510 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +411 0 obj +<< +/ActualText +/C /A10 +/K 511 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +412 0 obj +<< +/C /A10 +/K 512 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +413 0 obj +<< +/C /A10 +/K 513 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +414 0 obj +<< +/C /A5 +/K 514 +/P 415 0 R +/Pg 17 0 R +/S /Span +>> +endobj +415 0 obj +<< +/C /Pa7 +/K [407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R 515 516 517 518 519 520] +/P 191 0 R +/Pg 17 0 R +/S /Einzug_mit_Klotz +>> +endobj +416 0 obj +<< +/C /A6 +/K 521 +/P 420 0 R +/Pg 17 0 R +/S /Span +>> +endobj +417 0 obj +<< +/C /A5 +/K 522 +/P 420 0 R +/Pg 17 0 R +/S /Span +>> +endobj +418 0 obj +<< +/ActualText +/C /A5 +/K 523 +/P 420 0 R +/Pg 17 0 R +/S /Span +>> +endobj +419 0 obj +<< +/C /A5 +/K 524 +/P 420 0 R +/Pg 17 0 R +/S /Span +>> +endobj +420 0 obj +<< +/C /Pa7 +/K [416 0 R 417 0 R 418 0 R 419 0 R 525 526 527 421 0 R 529 530 531] +/P 191 0 R +/Pg 17 0 R +/S /Einzug_mit_Klotz +>> +endobj +421 0 obj +<< +/ActualText +/K 528 +/P 420 0 R +/Pg 17 0 R +/S /Span +>> +endobj +422 0 obj +<< +/C /Pa10 +/K 532 +/P 191 0 R +/Pg 17 0 R +/S /Zwischenhead_2 +>> +endobj +423 0 obj +<< +/C /Pa2 +/K [533 534] +/P 191 0 R +/Pg 17 0 R +/S /Lauftext_1._Abs +>> +endobj +424 0 obj +<< +/C /Pa13 +/K 535 +/P 1252 0 R +/Pg 17 0 R +/S /Tab._Versal_bold_wei +>> +endobj +425 0 obj +<< +/C /Pa13 +/K [536 537] +/P 1253 0 R +/Pg 17 0 R +/S /Tab._Versal_bold_sch +>> +endobj +426 0 obj +<< +/C /A4 +/K 538 +/P 1254 0 R +/Pg 17 0 R +/S /Span +>> +endobj +427 0 obj +<< +/C /A4 +/K 539 +/P 1254 0 R +/Pg 17 0 R +/S /Span +>> +endobj +428 0 obj +<< +/K 540 +/P 1255 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +429 0 obj +<< +/C /Pa13 +/K [541 430 0 R 543 431 0 R 545] +/P 1256 0 R +/Pg 17 0 R +/S /Tab._Versal_bold_sch +>> +endobj +430 0 obj +<< +/ActualText +/K 542 +/P 429 0 R +/Pg 17 0 R +/S /Span +>> +endobj +431 0 obj +<< +/ActualText +/K 544 +/P 429 0 R +/Pg 17 0 R +/S /Span +>> +endobj +432 0 obj +<< +/C /A4 +/K 546 +/P 1257 0 R +/Pg 17 0 R +/S /Span +>> +endobj +433 0 obj +<< +/C /A4 +/K 547 +/P 1257 0 R +/Pg 17 0 R +/S /Span +>> +endobj +434 0 obj +<< +/K [548 435 0 R 550] +/P 1258 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +435 0 obj +<< +/ActualText +/K 549 +/P 434 0 R +/Pg 17 0 R +/S /Span +>> +endobj +436 0 obj +<< +/C /A4 +/K 551 +/P 1259 0 R +/Pg 17 0 R +/S /Span +>> +endobj +437 0 obj +<< +/C /A4 +/K 552 +/P 1259 0 R +/Pg 17 0 R +/S /Span +>> +endobj +438 0 obj +<< +/K [553 439 0 R 555] +/P 1260 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +439 0 obj +<< +/ActualText +/K 554 +/P 438 0 R +/Pg 17 0 R +/S /Span +>> +endobj +440 0 obj +<< +/C /A4 +/K 556 +/P 1261 0 R +/Pg 17 0 R +/S /Span +>> +endobj +441 0 obj +<< +/C /A4 +/K 557 +/P 1261 0 R +/Pg 17 0 R +/S /Span +>> +endobj +442 0 obj +<< +/K 558 +/P 1262 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +443 0 obj +<< +/C /A4 +/K 559 +/P 1263 0 R +/Pg 17 0 R +/S /Span +>> +endobj +444 0 obj +<< +/C /A4 +/K 560 +/P 1263 0 R +/Pg 17 0 R +/S /Span +>> +endobj +445 0 obj +<< +/K 561 +/P 1264 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +446 0 obj +<< +/C /A4 +/K 562 +/P 1265 0 R +/Pg 17 0 R +/S /Span +>> +endobj +447 0 obj +<< +/C /A4 +/K 563 +/P 1265 0 R +/Pg 17 0 R +/S /Span +>> +endobj +448 0 obj +<< +/K 564 +/P 1266 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +449 0 obj +<< +/C /A4 +/K 565 +/P 1267 0 R +/Pg 17 0 R +/S /Span +>> +endobj +450 0 obj +<< +/C /A4 +/K 566 +/P 1267 0 R +/Pg 17 0 R +/S /Span +>> +endobj +451 0 obj +<< +/K [567 568] +/P 1268 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +452 0 obj +<< +/C /Pa13 +/K [569 453 0 R 571] +/P 1269 0 R +/Pg 17 0 R +/S /Tab._Versal_bold_sch +>> +endobj +453 0 obj +<< +/ActualText +/K 570 +/P 452 0 R +/Pg 17 0 R +/S /Span +>> +endobj +454 0 obj +<< +/C /A4 +/K 572 +/P 1270 0 R +/Pg 17 0 R +/S /Span +>> +endobj +455 0 obj +<< +/C /A4 +/K 573 +/P 1270 0 R +/Pg 17 0 R +/S /Span +>> +endobj +456 0 obj +<< +/K 574 +/P 1271 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +457 0 obj +<< +/C /A4 +/K 575 +/P 1272 0 R +/Pg 17 0 R +/S /Span +>> +endobj +458 0 obj +<< +/C /A4 +/K 576 +/P 1272 0 R +/Pg 17 0 R +/S /Span +>> +endobj +459 0 obj +<< +/K 577 +/P 1273 0 R +/Pg 17 0 R +/S /LBody +>> +endobj +460 0 obj +<< +/C /Pa10 +/K 578 +/P 194 0 R +/Pg 17 0 R +/S /Zwischenhead_2 +>> +endobj +461 0 obj +<< +/C /Pa3 +/K [579 580 581 462 0 R 583 584 585 586 587] +/P 191 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +462 0 obj +<< +/ActualText +/K 582 +/P 461 0 R +/Pg 18 0 R +/S /Span +>> +endobj +463 0 obj +<< +/C /Pa3 +/K [588 589 590 591 592 593] +/P 191 0 R +/Pg 18 0 R +/S /Lauftext +>> +endobj +464 0 obj +<< +/C /Pa13 +/K 594 +/P 1274 0 R +/Pg 18 0 R +/S /Tab._Versal_bold_wei +>> +endobj +465 0 obj +<< +/C /Pa13 +/K 595 +/P 1275 0 R +/Pg 18 0 R +/S /Tab._Versal_bold_wei +>> +endobj +466 0 obj +<< +/C /A4 +/K 596 +/P 1276 0 R +/Pg 18 0 R +/S /Span +>> +endobj +467 0 obj +<< +/C /A4 +/K 597 +/P 1276 0 R +/Pg 18 0 R +/S /Span +>> +endobj +468 0 obj +<< +/K [598 599] +/P 1277 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +469 0 obj +<< +/C /A4 +/K 600 +/P 1278 0 R +/Pg 18 0 R +/S /Span +>> +endobj +470 0 obj +<< +/C /A4 +/K 601 +/P 1278 0 R +/Pg 18 0 R +/S /Span +>> +endobj +471 0 obj +<< +/K 602 +/P 1279 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +472 0 obj +<< +/C /A4 +/K 603 +/P 1280 0 R +/Pg 18 0 R +/S /Span +>> +endobj +473 0 obj +<< +/C /A4 +/K 604 +/P 1280 0 R +/Pg 18 0 R +/S /Span +>> +endobj +474 0 obj +<< +/K [605 606] +/P 1281 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +475 0 obj +<< +/C /A4 +/K 607 +/P 1282 0 R +/Pg 18 0 R +/S /Span +>> +endobj +476 0 obj +<< +/C /A4 +/K 608 +/P 1282 0 R +/Pg 18 0 R +/S /Span +>> +endobj +477 0 obj +<< +/K 609 +/P 1283 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +478 0 obj +<< +/C /A4 +/K 610 +/P 1284 0 R +/Pg 18 0 R +/S /Span +>> +endobj +479 0 obj +<< +/C /A4 +/K 611 +/P 1284 0 R +/Pg 18 0 R +/S /Span +>> +endobj +480 0 obj +<< +/K 612 +/P 1285 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +481 0 obj +<< +/C /A4 +/K 613 +/P 1286 0 R +/Pg 18 0 R +/S /Span +>> +endobj +482 0 obj +<< +/C /A4 +/K 614 +/P 1286 0 R +/Pg 18 0 R +/S /Span +>> +endobj +483 0 obj +<< +/K 615 +/P 1287 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +484 0 obj +<< +/C /A4 +/K 616 +/P 1288 0 R +/Pg 18 0 R +/S /Span +>> +endobj +485 0 obj +<< +/C /A4 +/K 617 +/P 1288 0 R +/Pg 18 0 R +/S /Span +>> +endobj +486 0 obj +<< +/K 618 +/P 1289 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +487 0 obj +<< +/C /A4 +/K 619 +/P 1290 0 R +/Pg 18 0 R +/S /Span +>> +endobj +488 0 obj +<< +/C /A4 +/K 620 +/P 1290 0 R +/Pg 18 0 R +/S /Span +>> +endobj +489 0 obj +<< +/K 621 +/P 1291 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +490 0 obj +<< +/C /A4 +/K 622 +/P 1292 0 R +/Pg 18 0 R +/S /Span +>> +endobj +491 0 obj +<< +/C /A4 +/K 623 +/P 1292 0 R +/Pg 18 0 R +/S /Span +>> +endobj +492 0 obj +<< +/K 624 +/P 1293 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +493 0 obj +<< +/C /A4 +/K 625 +/P 1294 0 R +/Pg 18 0 R +/S /Span +>> +endobj +494 0 obj +<< +/C /A4 +/K 626 +/P 1294 0 R +/Pg 18 0 R +/S /Span +>> +endobj +495 0 obj +<< +/K 627 +/P 1295 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +496 0 obj +<< +/C /A4 +/K 628 +/P 1296 0 R +/Pg 18 0 R +/S /Span +>> +endobj +497 0 obj +<< +/C /A4 +/K 629 +/P 1296 0 R +/Pg 18 0 R +/S /Span +>> +endobj +498 0 obj +<< +/K [630 631] +/P 1297 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +499 0 obj +<< +/C /A4 +/K 632 +/P 1298 0 R +/Pg 18 0 R +/S /Span +>> +endobj +500 0 obj +<< +/C /A4 +/K 633 +/P 1298 0 R +/Pg 18 0 R +/S /Span +>> +endobj +501 0 obj +<< +/K 634 +/P 1299 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +502 0 obj +<< +/C /A4 +/K 635 +/P 1300 0 R +/Pg 18 0 R +/S /Span +>> +endobj +503 0 obj +<< +/C /A4 +/K 636 +/P 1300 0 R +/Pg 18 0 R +/S /Span +>> +endobj +504 0 obj +<< +/K [637 638] +/P 1301 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +505 0 obj +<< +/C /A4 +/K 639 +/P 1302 0 R +/Pg 18 0 R +/S /Span +>> +endobj +506 0 obj +<< +/C /A4 +/K 640 +/P 1302 0 R +/Pg 18 0 R +/S /Span +>> +endobj +507 0 obj +<< +/K 641 +/P 1303 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +508 0 obj +<< +/C /A4 +/K 642 +/P 1304 0 R +/Pg 18 0 R +/S /Span +>> +endobj +509 0 obj +<< +/C /A4 +/K 643 +/P 1304 0 R +/Pg 18 0 R +/S /Span +>> +endobj +510 0 obj +<< +/K 644 +/P 1305 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +511 0 obj +<< +/C /A4 +/K 645 +/P 1306 0 R +/Pg 18 0 R +/S /Span +>> +endobj +512 0 obj +<< +/C /A4 +/K 646 +/P 1306 0 R +/Pg 18 0 R +/S /Span +>> +endobj +513 0 obj +<< +/K 647 +/P 1307 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +514 0 obj +<< +/C /A4 +/K 648 +/P 1308 0 R +/Pg 18 0 R +/S /Span +>> +endobj +515 0 obj +<< +/C /A4 +/K 649 +/P 1308 0 R +/Pg 18 0 R +/S /Span +>> +endobj +516 0 obj +<< +/K 650 +/P 1309 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +517 0 obj +<< +/C /A4 +/K 651 +/P 1310 0 R +/Pg 18 0 R +/S /Span +>> +endobj +518 0 obj +<< +/C /A4 +/K 652 +/P 1310 0 R +/Pg 18 0 R +/S /Span +>> +endobj +519 0 obj +<< +/K 653 +/P 1311 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +520 0 obj +<< +/C /A4 +/K 654 +/P 1312 0 R +/Pg 18 0 R +/S /Span +>> +endobj +521 0 obj +<< +/C /A4 +/K 655 +/P 1312 0 R +/Pg 18 0 R +/S /Span +>> +endobj +522 0 obj +<< +/K [656 657] +/P 1313 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +523 0 obj +<< +/C /A4 +/K 658 +/P 1314 0 R +/Pg 18 0 R +/S /Span +>> +endobj +524 0 obj +<< +/C /A4 +/K 659 +/P 1314 0 R +/Pg 18 0 R +/S /Span +>> +endobj +525 0 obj +<< +/K 660 +/P 1315 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +526 0 obj +<< +/C /A4 +/K 661 +/P 1316 0 R +/Pg 18 0 R +/S /Span +>> +endobj +527 0 obj +<< +/C /A4 +/K 662 +/P 1316 0 R +/Pg 18 0 R +/S /Span +>> +endobj +528 0 obj +<< +/K 663 +/P 1317 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +529 0 obj +<< +/C /A4 +/K 664 +/P 1318 0 R +/Pg 18 0 R +/S /Span +>> +endobj +530 0 obj +<< +/C /A4 +/K 665 +/P 1318 0 R +/Pg 18 0 R +/S /Span +>> +endobj +531 0 obj +<< +/K 666 +/P 1319 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +532 0 obj +<< +/C /A4 +/K 667 +/P 1320 0 R +/Pg 18 0 R +/S /Span +>> +endobj +533 0 obj +<< +/C /A4 +/K 668 +/P 1320 0 R +/Pg 18 0 R +/S /Span +>> +endobj +534 0 obj +<< +/K 669 +/P 1321 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +535 0 obj +<< +/C /A4 +/K 670 +/P 1322 0 R +/Pg 18 0 R +/S /Span +>> +endobj +536 0 obj +<< +/C /A4 +/K 671 +/P 1322 0 R +/Pg 18 0 R +/S /Span +>> +endobj +537 0 obj +<< +/K 672 +/P 1323 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +538 0 obj +<< +/C /A4 +/K 673 +/P 1324 0 R +/Pg 18 0 R +/S /Span +>> +endobj +539 0 obj +<< +/C /A4 +/K 674 +/P 1324 0 R +/Pg 18 0 R +/S /Span +>> +endobj +540 0 obj +<< +/K 675 +/P 1325 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +541 0 obj +<< +/C /A4 +/K 676 +/P 1326 0 R +/Pg 18 0 R +/S /Span +>> +endobj +542 0 obj +<< +/C /A4 +/K 677 +/P 1326 0 R +/Pg 18 0 R +/S /Span +>> +endobj +543 0 obj +<< +/K 678 +/P 1327 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +544 0 obj +<< +/C /A4 +/K 679 +/P 1328 0 R +/Pg 18 0 R +/S /Span +>> +endobj +545 0 obj +<< +/C /A4 +/K 680 +/P 1328 0 R +/Pg 18 0 R +/S /Span +>> +endobj +546 0 obj +<< +/K 681 +/P 1329 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +547 0 obj +<< +/C /A4 +/K 682 +/P 1330 0 R +/Pg 18 0 R +/S /Span +>> +endobj +548 0 obj +<< +/C /A4 +/K 683 +/P 1330 0 R +/Pg 18 0 R +/S /Span +>> +endobj +549 0 obj +<< +/K 684 +/P 1331 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +550 0 obj +<< +/C /A4 +/K 685 +/P 1332 0 R +/Pg 18 0 R +/S /Span +>> +endobj +551 0 obj +<< +/C /A4 +/K 686 +/P 1332 0 R +/Pg 18 0 R +/S /Span +>> +endobj +552 0 obj +<< +/K 687 +/P 1333 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +553 0 obj +<< +/C /A4 +/K 688 +/P 1334 0 R +/Pg 18 0 R +/S /Span +>> +endobj +554 0 obj +<< +/C /A4 +/K 689 +/P 1334 0 R +/Pg 18 0 R +/S /Span +>> +endobj +555 0 obj +<< +/K 690 +/P 1335 0 R +/Pg 18 0 R +/S /LBody +>> +endobj +556 0 obj +<< +/C /Pa3 +/K [691 692 693 694 695 696 697 698] +/P 191 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +557 0 obj +<< +/C /Pa3 +/K [699 700 701] +/P 191 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +558 0 obj +<< +/C /Pa3 +/K [702 559 0 R 704 560 0 R 706 707 708 709 710 561 0 R 712 713 714 715 562 0 R 717 +718 563 0 R 720 721 722 723] +/P 191 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +559 0 obj +<< +/ActualText +/K 703 +/P 558 0 R +/Pg 19 0 R +/S /Span +>> +endobj +560 0 obj +<< +/ActualText +/K 705 +/P 558 0 R +/Pg 19 0 R +/S /Span +>> +endobj +561 0 obj +<< +/ActualText +/K 711 +/P 558 0 R +/Pg 19 0 R +/S /Span +>> +endobj +562 0 obj +<< +/ActualText +/K 716 +/P 558 0 R +/Pg 19 0 R +/S /Span +>> +endobj +563 0 obj +<< +/ActualText +/K 719 +/P 558 0 R +/Pg 19 0 R +/S /Span +>> +endobj +564 0 obj +<< +/C /Pa3 +/K [724 565 0 R 726 566 0 R 728 729 730 731 732 733] +/P 191 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +565 0 obj +<< +/ActualText +/K 725 +/P 564 0 R +/Pg 19 0 R +/S /Span +>> +endobj +566 0 obj +<< +/ActualText +/K 727 +/P 564 0 R +/Pg 19 0 R +/S /Span +>> +endobj +567 0 obj +<< +/C /Pa10 +/K 734 +/P 191 0 R +/Pg 19 0 R +/S /Zwischenhead_2 +>> +endobj +568 0 obj +<< +/C /Pa3 +/K [735 736 737 569 0 R 739] +/P 191 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +569 0 obj +<< +/ActualText +/K 738 +/P 568 0 R +/Pg 19 0 R +/S /Span +>> +endobj +570 0 obj +<< +/C /Pa3 +/K [740 741 571 0 R 743 744 << +/MCID 748 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 749 +/Pg 20 0 R +/Type /MCR +>> << +/MCID 750 +/Pg 20 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 19 0 R +/S /Lauftext +>> +endobj +571 0 obj +<< +/ActualText +/K 742 +/P 570 0 R +/Pg 19 0 R +/S /Span +>> +endobj +572 0 obj +<< +/C /Pa9 +/K [745 746 747] +/P 197 0 R +/Pg 19 0 R +/S /Einklinker-Text__rec +>> +endobj +573 0 obj +<< +/C /Pa3 +/K [751 752 574 0 R 754 575 0 R 756 757 758] +/P 191 0 R +/Pg 20 0 R +/S /Lauftext +>> +endobj +574 0 obj +<< +/ActualText +/K 753 +/P 573 0 R +/Pg 20 0 R +/S /Span +>> +endobj +575 0 obj +<< +/ActualText +/K 755 +/P 573 0 R +/Pg 20 0 R +/S /Span +>> +endobj +576 0 obj +<< +/C /Pa10 +/K 759 +/P 191 0 R +/Pg 20 0 R +/S /Zwischenhead_2 +>> +endobj +577 0 obj +<< +/C /Pa2 +/K [760 761 762 763 578 0 R 765 766] +/P 191 0 R +/Pg 20 0 R +/S /Lauftext_1._Abs +>> +endobj +578 0 obj +<< +/ActualText +/K 764 +/P 577 0 R +/Pg 20 0 R +/S /Span +>> +endobj +579 0 obj +<< +/C /Pa10 +/K 767 +/P 198 0 R +/Pg 20 0 R +/S /Zwischenhead_2 +>> +endobj +580 0 obj +<< +/C /Pa13 +/K 768 +/P 1336 0 R +/Pg 20 0 R +/S /Tab._Versal_bold_wei +>> +endobj +581 0 obj +<< +/C /Pa13 +/K 769 +/P 1337 0 R +/Pg 20 0 R +/S /Tab._Versal_bold_wei +>> +endobj +582 0 obj +<< +/C /Pa13 +/K 770 +/P 1338 0 R +/Pg 20 0 R +/S /Tab._Versal_bold_sch +>> +endobj +583 0 obj +<< +/C /A4 +/K 771 +/P 1339 0 R +/Pg 20 0 R +/S /Span +>> +endobj +584 0 obj +<< +/C /A4 +/K 772 +/P 1339 0 R +/Pg 20 0 R +/S /Span +>> +endobj +585 0 obj +<< +/K [773 586 0 R 775] +/P 1340 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +586 0 obj +<< +/ActualText +/K 774 +/P 585 0 R +/Pg 20 0 R +/S /Span +>> +endobj +587 0 obj +<< +/C /A4 +/K 776 +/P 1341 0 R +/Pg 20 0 R +/S /Span +>> +endobj +588 0 obj +<< +/C /A4 +/K 777 +/P 1341 0 R +/Pg 20 0 R +/S /Span +>> +endobj +589 0 obj +<< +/K 778 +/P 1342 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +590 0 obj +<< +/C /A4 +/K 779 +/P 1343 0 R +/Pg 20 0 R +/S /Span +>> +endobj +591 0 obj +<< +/C /A4 +/K 780 +/P 1343 0 R +/Pg 20 0 R +/S /Span +>> +endobj +592 0 obj +<< +/K 781 +/P 1344 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +593 0 obj +<< +/C /A4 +/K 782 +/P 1345 0 R +/Pg 20 0 R +/S /Span +>> +endobj +594 0 obj +<< +/C /A4 +/K 783 +/P 1345 0 R +/Pg 20 0 R +/S /Span +>> +endobj +595 0 obj +<< +/K 784 +/P 1346 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +596 0 obj +<< +/C /A4 +/K 785 +/P 1347 0 R +/Pg 20 0 R +/S /Span +>> +endobj +597 0 obj +<< +/C /A4 +/K 786 +/P 1347 0 R +/Pg 20 0 R +/S /Span +>> +endobj +598 0 obj +<< +/K 787 +/P 1348 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +599 0 obj +<< +/C /A4 +/K 788 +/P 1349 0 R +/Pg 20 0 R +/S /Span +>> +endobj +600 0 obj +<< +/C /A4 +/K 789 +/P 1349 0 R +/Pg 20 0 R +/S /Span +>> +endobj +601 0 obj +<< +/K 790 +/P 1350 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +602 0 obj +<< +/C /A4 +/K 791 +/P 1351 0 R +/Pg 20 0 R +/S /Span +>> +endobj +603 0 obj +<< +/C /A4 +/K 792 +/P 1351 0 R +/Pg 20 0 R +/S /Span +>> +endobj +604 0 obj +<< +/K [793 794] +/P 1352 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +605 0 obj +<< +/C /A4 +/K 795 +/P 1353 0 R +/Pg 20 0 R +/S /Span +>> +endobj +606 0 obj +<< +/C /A4 +/K 796 +/P 1353 0 R +/Pg 20 0 R +/S /Span +>> +endobj +607 0 obj +<< +/K 797 +/P 1354 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +608 0 obj +<< +/C /A4 +/K 798 +/P 1355 0 R +/Pg 20 0 R +/S /Span +>> +endobj +609 0 obj +<< +/C /A4 +/K 799 +/P 1355 0 R +/Pg 20 0 R +/S /Span +>> +endobj +610 0 obj +<< +/K [800 801] +/P 1356 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +611 0 obj +<< +/C /A4 +/K 802 +/P 1357 0 R +/Pg 20 0 R +/S /Span +>> +endobj +612 0 obj +<< +/C /A4 +/K 803 +/P 1357 0 R +/Pg 20 0 R +/S /Span +>> +endobj +613 0 obj +<< +/K [804 805 806 807 808 809] +/P 1358 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +614 0 obj +<< +/C /A4 +/K 810 +/P 1359 0 R +/Pg 20 0 R +/S /Span +>> +endobj +615 0 obj +<< +/C /A4 +/K 811 +/P 1359 0 R +/Pg 20 0 R +/S /Span +>> +endobj +616 0 obj +<< +/K [812 813 814 815 816] +/P 1360 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +617 0 obj +<< +/C /Pa13 +/K [817 818] +/P 1361 0 R +/Pg 20 0 R +/S /Tab._Versal_bold_sch +>> +endobj +618 0 obj +<< +/C /A4 +/K 819 +/P 1362 0 R +/Pg 20 0 R +/S /Span +>> +endobj +619 0 obj +<< +/C /A4 +/K 820 +/P 1362 0 R +/Pg 20 0 R +/S /Span +>> +endobj +620 0 obj +<< +/K [821 822 823] +/P 1363 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +621 0 obj +<< +/C /A4 +/K 824 +/P 1364 0 R +/Pg 20 0 R +/S /Span +>> +endobj +622 0 obj +<< +/C /A4 +/K 825 +/P 1364 0 R +/Pg 20 0 R +/S /Span +>> +endobj +623 0 obj +<< +/K [826 624 0 R 828] +/P 1365 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +624 0 obj +<< +/ActualText +/K 827 +/P 623 0 R +/Pg 20 0 R +/S /Span +>> +endobj +625 0 obj +<< +/C /A4 +/K 829 +/P 1366 0 R +/Pg 20 0 R +/S /Span +>> +endobj +626 0 obj +<< +/C /A4 +/K 830 +/P 1366 0 R +/Pg 20 0 R +/S /Span +>> +endobj +627 0 obj +<< +/C /A11 +/K 831 +/P 1367 0 R +/Pg 20 0 R +/S /Span +>> +endobj +628 0 obj +<< +/C /A4 +/K 832 +/P 1368 0 R +/Pg 20 0 R +/S /Span +>> +endobj +629 0 obj +<< +/C /A4 +/K 833 +/P 1368 0 R +/Pg 20 0 R +/S /Span +>> +endobj +630 0 obj +<< +/C /A11 +/K 834 +/P 1369 0 R +/Pg 20 0 R +/S /Span +>> +endobj +631 0 obj +<< +/C /Pa13 +/K 835 +/P 1370 0 R +/Pg 20 0 R +/S /Tab._Versal_bold_sch +>> +endobj +632 0 obj +<< +/C /A4 +/K 836 +/P 1371 0 R +/Pg 20 0 R +/S /Span +>> +endobj +633 0 obj +<< +/C /A4 +/K 837 +/P 1371 0 R +/Pg 20 0 R +/S /Span +>> +endobj +634 0 obj +<< +/K 838 +/P 1372 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +635 0 obj +<< +/C /A4 +/K 839 +/P 1373 0 R +/Pg 20 0 R +/S /Span +>> +endobj +636 0 obj +<< +/C /A4 +/K 840 +/P 1373 0 R +/Pg 20 0 R +/S /Span +>> +endobj +637 0 obj +<< +/K 841 +/P 1374 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +638 0 obj +<< +/C /Pa13 +/K 842 +/P 1375 0 R +/Pg 20 0 R +/S /Tab._Versal_bold_sch +>> +endobj +639 0 obj +<< +/C /A4 +/K 843 +/P 1376 0 R +/Pg 20 0 R +/S /Span +>> +endobj +640 0 obj +<< +/C /A4 +/K 844 +/P 1376 0 R +/Pg 20 0 R +/S /Span +>> +endobj +641 0 obj +<< +/K 845 +/P 1377 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +642 0 obj +<< +/C /A4 +/K 846 +/P 1378 0 R +/Pg 20 0 R +/S /Span +>> +endobj +643 0 obj +<< +/C /A4 +/K 847 +/P 1378 0 R +/Pg 20 0 R +/S /Span +>> +endobj +644 0 obj +<< +/K [848 645 0 R 850 851] +/P 1379 0 R +/Pg 20 0 R +/S /LBody +>> +endobj +645 0 obj +<< +/ActualText +/K 849 +/P 644 0 R +/Pg 20 0 R +/S /Span +>> +endobj +646 0 obj +<< +/C /Pa3 +/K [852 647 0 R 854 648 0 R 856 857 858 859 649 0 R 861 862 863 864 865 866 867 +868 869 870 871] +/P 191 0 R +/Pg 21 0 R +/S /Lauftext +>> +endobj +647 0 obj +<< +/ActualText +/K 853 +/P 646 0 R +/Pg 21 0 R +/S /Span +>> +endobj +648 0 obj +<< +/ActualText +/K 855 +/P 646 0 R +/Pg 21 0 R +/S /Span +>> +endobj +649 0 obj +<< +/ActualText +/K 860 +/P 646 0 R +/Pg 21 0 R +/S /Span +>> +endobj +650 0 obj +<< +/C /Pa10 +/K 872 +/P 200 0 R +/Pg 21 0 R +/S /Zwischenhead_2 +>> +endobj +651 0 obj +<< +/C /Pa13 +/K 873 +/P 1380 0 R +/Pg 21 0 R +/S /Tab._Versal_bold_wei +>> +endobj +652 0 obj +<< +/C /Pa13 +/K [874 653 0 R 876] +/P 1381 0 R +/Pg 21 0 R +/S /Tab._Versal_bold_wei +>> +endobj +653 0 obj +<< +/ActualText +/K 875 +/P 652 0 R +/Pg 21 0 R +/S /Span +>> +endobj +654 0 obj +<< +/C /Pa13 +/K [877 655 0 R 879] +/P 1382 0 R +/Pg 21 0 R +/S /Tab._Versal_bold_wei +>> +endobj +655 0 obj +<< +/ActualText +/K 878 +/P 654 0 R +/Pg 21 0 R +/S /Span +>> +endobj +656 0 obj +<< +/C /Pa13 +/K [880 657 0 R 882 883 658 0 R 885] +/P 1383 0 R +/Pg 21 0 R +/S /Tab._Versal_bold_sch +>> +endobj +657 0 obj +<< +/ActualText +/K 881 +/P 656 0 R +/Pg 21 0 R +/S /Span +>> +endobj +658 0 obj +<< +/ActualText +/K 884 +/P 656 0 R +/Pg 21 0 R +/S /Span +>> +endobj +659 0 obj +<< +/C /A4 +/K 886 +/P 1384 0 R +/Pg 21 0 R +/S /Span +>> +endobj +660 0 obj +<< +/C /A4 +/K 887 +/P 1384 0 R +/Pg 21 0 R +/S /Span +>> +endobj +661 0 obj +<< +/K [888 889 890 891 892 893] +/P 1385 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +662 0 obj +<< +/C /A4 +/K 894 +/P 1386 0 R +/Pg 21 0 R +/S /Span +>> +endobj +663 0 obj +<< +/C /A4 +/K 895 +/P 1386 0 R +/Pg 21 0 R +/S /Span +>> +endobj +664 0 obj +<< +/K [896 897 898 899] +/P 1387 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +665 0 obj +<< +/C /A4 +/K 900 +/P 1388 0 R +/Pg 21 0 R +/S /Span +>> +endobj +666 0 obj +<< +/C /A4 +/K 901 +/P 1388 0 R +/Pg 21 0 R +/S /Span +>> +endobj +667 0 obj +<< +/K [902 903 904 905 906] +/P 1389 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +668 0 obj +<< +/C /A4 +/K 907 +/P 1390 0 R +/Pg 21 0 R +/S /Span +>> +endobj +669 0 obj +<< +/C /A4 +/K 908 +/P 1390 0 R +/Pg 21 0 R +/S /Span +>> +endobj +670 0 obj +<< +/K [909 671 0 R 911 912 672 0 R 914 915 916] +/P 1391 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +671 0 obj +<< +/ActualText +/K 910 +/P 670 0 R +/Pg 21 0 R +/S /Span +>> +endobj +672 0 obj +<< +/ActualText +/K 913 +/P 670 0 R +/Pg 21 0 R +/S /Span +>> +endobj +673 0 obj +<< +/C /A4 +/K 917 +/P 1392 0 R +/Pg 21 0 R +/S /Span +>> +endobj +674 0 obj +<< +/C /A4 +/K 918 +/P 1392 0 R +/Pg 21 0 R +/S /Span +>> +endobj +675 0 obj +<< +/K [919 920 676 0 R 922] +/P 1393 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +676 0 obj +<< +/ActualText +/K 921 +/P 675 0 R +/Pg 21 0 R +/S /Span +>> +endobj +677 0 obj +<< +/C /A4 +/K 923 +/P 1394 0 R +/Pg 21 0 R +/S /Span +>> +endobj +678 0 obj +<< +/C /A4 +/K 924 +/P 1394 0 R +/Pg 21 0 R +/S /Span +>> +endobj +679 0 obj +<< +/K [925 926 927] +/P 1395 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +680 0 obj +<< +/C /A4 +/K 928 +/P 1396 0 R +/Pg 21 0 R +/S /Span +>> +endobj +681 0 obj +<< +/C /A4 +/K 929 +/P 1396 0 R +/Pg 21 0 R +/S /Span +>> +endobj +682 0 obj +<< +/K [930 931] +/P 1397 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +683 0 obj +<< +/C /A4 +/K 932 +/P 1398 0 R +/Pg 21 0 R +/S /Span +>> +endobj +684 0 obj +<< +/C /A4 +/K 933 +/P 1398 0 R +/Pg 21 0 R +/S /Span +>> +endobj +685 0 obj +<< +/K 934 +/P 1399 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +686 0 obj +<< +/C /A4 +/K 935 +/P 1400 0 R +/Pg 21 0 R +/S /Span +>> +endobj +687 0 obj +<< +/C /A4 +/K 936 +/P 1400 0 R +/Pg 21 0 R +/S /Span +>> +endobj +688 0 obj +<< +/K 937 +/P 1401 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +689 0 obj +<< +/C /A4 +/K 938 +/P 1402 0 R +/Pg 21 0 R +/S /Span +>> +endobj +690 0 obj +<< +/C /A4 +/K 939 +/P 1402 0 R +/Pg 21 0 R +/S /Span +>> +endobj +691 0 obj +<< +/K [940 692 0 R 942] +/P 1403 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +692 0 obj +<< +/ActualText +/K 941 +/P 691 0 R +/Pg 21 0 R +/S /Span +>> +endobj +693 0 obj +<< +/C /A4 +/K 943 +/P 1404 0 R +/Pg 21 0 R +/S /Span +>> +endobj +694 0 obj +<< +/C /A4 +/K 944 +/P 1404 0 R +/Pg 21 0 R +/S /Span +>> +endobj +695 0 obj +<< +/K [945 696 0 R 947] +/P 1405 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +696 0 obj +<< +/ActualText +/K 946 +/P 695 0 R +/Pg 21 0 R +/S /Span +>> +endobj +697 0 obj +<< +/C /A4 +/K 948 +/P 1406 0 R +/Pg 21 0 R +/S /Span +>> +endobj +698 0 obj +<< +/C /A4 +/K 949 +/P 1406 0 R +/Pg 21 0 R +/S /Span +>> +endobj +699 0 obj +<< +/K [950 700 0 R 952 953 954 701 0 R 956 957 958 959] +/P 1407 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +700 0 obj +<< +/ActualText +/K 951 +/P 699 0 R +/Pg 21 0 R +/S /Span +>> +endobj +701 0 obj +<< +/ActualText +/K 955 +/P 699 0 R +/Pg 21 0 R +/S /Span +>> +endobj +702 0 obj +<< +/C /A4 +/K 960 +/P 1408 0 R +/Pg 21 0 R +/S /Span +>> +endobj +703 0 obj +<< +/C /A4 +/K 961 +/P 1408 0 R +/Pg 21 0 R +/S /Span +>> +endobj +704 0 obj +<< +/K 962 +/P 1409 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +705 0 obj +<< +/C /A4 +/K 963 +/P 1410 0 R +/Pg 21 0 R +/S /Span +>> +endobj +706 0 obj +<< +/C /A4 +/K 964 +/P 1410 0 R +/Pg 21 0 R +/S /Span +>> +endobj +707 0 obj +<< +/K 965 +/P 1411 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +708 0 obj +<< +/C /A4 +/K 966 +/P 1412 0 R +/Pg 21 0 R +/S /Span +>> +endobj +709 0 obj +<< +/C /A4 +/K 967 +/P 1412 0 R +/Pg 21 0 R +/S /Span +>> +endobj +710 0 obj +<< +/K [968 969] +/P 1413 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +711 0 obj +<< +/C /A4 +/K 970 +/P 1414 0 R +/Pg 21 0 R +/S /Span +>> +endobj +712 0 obj +<< +/C /A4 +/K 971 +/P 1414 0 R +/Pg 21 0 R +/S /Span +>> +endobj +713 0 obj +<< +/K 972 +/P 1415 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +714 0 obj +<< +/C /A4 +/K 973 +/P 1416 0 R +/Pg 21 0 R +/S /Span +>> +endobj +715 0 obj +<< +/C /A4 +/K 974 +/P 1416 0 R +/Pg 21 0 R +/S /Span +>> +endobj +716 0 obj +<< +/K [975 976 717 0 R 978] +/P 1417 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +717 0 obj +<< +/ActualText +/K 977 +/P 716 0 R +/Pg 21 0 R +/S /Span +>> +endobj +718 0 obj +<< +/C /A4 +/K 979 +/P 1418 0 R +/Pg 21 0 R +/S /Span +>> +endobj +719 0 obj +<< +/C /A4 +/K 980 +/P 1418 0 R +/Pg 21 0 R +/S /Span +>> +endobj +720 0 obj +<< +/K [981 721 0 R 983] +/P 1419 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +721 0 obj +<< +/ActualText +/K 982 +/P 720 0 R +/Pg 21 0 R +/S /Span +>> +endobj +722 0 obj +<< +/C /A4 +/K 984 +/P 1420 0 R +/Pg 21 0 R +/S /Span +>> +endobj +723 0 obj +<< +/C /A4 +/K 985 +/P 1420 0 R +/Pg 21 0 R +/S /Span +>> +endobj +724 0 obj +<< +/K [986 725 0 R 988] +/P 1421 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +725 0 obj +<< +/ActualText +/K 987 +/P 724 0 R +/Pg 21 0 R +/S /Span +>> +endobj +726 0 obj +<< +/C /A4 +/K 989 +/P 1422 0 R +/Pg 21 0 R +/S /Span +>> +endobj +727 0 obj +<< +/C /A4 +/K 990 +/P 1422 0 R +/Pg 21 0 R +/S /Span +>> +endobj +728 0 obj +<< +/K [991 992] +/P 1423 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +729 0 obj +<< +/C /A4 +/K 993 +/P 1424 0 R +/Pg 21 0 R +/S /Span +>> +endobj +730 0 obj +<< +/C /A4 +/K 994 +/P 1424 0 R +/Pg 21 0 R +/S /Span +>> +endobj +731 0 obj +<< +/K [995 732 0 R 997] +/P 1425 0 R +/Pg 21 0 R +/S /LBody +>> +endobj +732 0 obj +<< +/ActualText +/K 996 +/P 731 0 R +/Pg 21 0 R +/S /Span +>> +endobj +733 0 obj +<< +/C /Pa3 +/K [998 999 1000 1001 1002 734 0 R 1004 1005 1006 1007 1008] +/P 191 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +734 0 obj +<< +/ActualText +/K 1003 +/P 733 0 R +/Pg 22 0 R +/S /Span +>> +endobj +735 0 obj +<< +/C /Pa1 +/K 1009 +/P 191 0 R +/Pg 22 0 R +/S /Zwischenhead_1 +>> +endobj +736 0 obj +<< +/C /Pa2 +/K [1010 737 0 R 1012 1013 1014 738 0 R 1016 1017 1018 1019 1020 1021] +/P 191 0 R +/Pg 22 0 R +/S /Lauftext_1._Abs +>> +endobj +737 0 obj +<< +/ActualText +/K 1011 +/P 736 0 R +/Pg 22 0 R +/S /Span +>> +endobj +738 0 obj +<< +/ActualText +/K 1015 +/P 736 0 R +/Pg 22 0 R +/S /Span +>> +endobj +739 0 obj +<< +/C /Pa3 +/K [1022 740 0 R 1024 1025 1026 1027 1028 1029 1030 1031 741 0 R 1033] +/P 191 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +740 0 obj +<< +/ActualText +/K 1023 +/P 739 0 R +/Pg 22 0 R +/S /Span +>> +endobj +741 0 obj +<< +/ActualText +/K 1032 +/P 739 0 R +/Pg 22 0 R +/S /Span +>> +endobj +742 0 obj +<< +/C /Pa10 +/K 1034 +/P 191 0 R +/Pg 22 0 R +/S /Zwischenhead_2 +>> +endobj +743 0 obj +<< +/C /Pa2 +/K [1035 1036 1037 744 0 R 1039 1040] +/P 191 0 R +/Pg 22 0 R +/S /Lauftext_1._Abs +>> +endobj +744 0 obj +<< +/ActualText +/K 1038 +/P 743 0 R +/Pg 22 0 R +/S /Span +>> +endobj +745 0 obj +<< +/C /Pa3 +/K [1041 1042 1043 1044 1045 746 0 R 1047 1048] +/P 191 0 R +/Pg 22 0 R +/S /Lauftext +>> +endobj +746 0 obj +<< +/ActualText +/K 1046 +/P 745 0 R +/Pg 22 0 R +/S /Span +>> +endobj +747 0 obj +<< +/C /Pa3 +/K [1049 748 0 R 1051 1052 749 0 R 1054 1055 1056 1057 750 0 R 1059 1060 751 0 R 1062 1063 1064] +/P 191 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +748 0 obj +<< +/ActualText +/K 1050 +/P 747 0 R +/Pg 23 0 R +/S /Span +>> +endobj +749 0 obj +<< +/ActualText +/K 1053 +/P 747 0 R +/Pg 23 0 R +/S /Span +>> +endobj +750 0 obj +<< +/ActualText +/K 1058 +/P 747 0 R +/Pg 23 0 R +/S /Span +>> +endobj +751 0 obj +<< +/ActualText +/K 1061 +/P 747 0 R +/Pg 23 0 R +/S /Span +>> +endobj +752 0 obj +<< +/C /Pa3 +/K [1065 753 0 R 1067 754 0 R 1069 1070 755 0 R 1072 756 0 R 1074 1075 1076 757 0 R 1078 1079 1080 +758 0 R 1082 1083] +/P 191 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +753 0 obj +<< +/ActualText +/K 1066 +/P 752 0 R +/Pg 23 0 R +/S /Span +>> +endobj +754 0 obj +<< +/ActualText +/K 1068 +/P 752 0 R +/Pg 23 0 R +/S /Span +>> +endobj +755 0 obj +<< +/ActualText +/K 1071 +/P 752 0 R +/Pg 23 0 R +/S /Span +>> +endobj +756 0 obj +<< +/ActualText +/K 1073 +/P 752 0 R +/Pg 23 0 R +/S /Span +>> +endobj +757 0 obj +<< +/ActualText +/K 1077 +/P 752 0 R +/Pg 23 0 R +/S /Span +>> +endobj +758 0 obj +<< +/ActualText +/K 1081 +/P 752 0 R +/Pg 23 0 R +/S /Span +>> +endobj +759 0 obj +<< +/C /Pa3 +/K [1084 1085 760 0 R 1087 1088 1089 1090] +/P 191 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +760 0 obj +<< +/ActualText +/K 1086 +/P 759 0 R +/Pg 23 0 R +/S /Span +>> +endobj +761 0 obj +<< +/C /Pa3 +/K 1091 +/P 191 0 R +/Pg 23 0 R +/S /Lauftext +>> +endobj +762 0 obj +<< +/C /A4 +/K 1092 +/P 1426 0 R +/Pg 23 0 R +/S /Span +>> +endobj +763 0 obj +<< +/C /A4 +/K 1093 +/P 1426 0 R +/Pg 23 0 R +/S /Span +>> +endobj +764 0 obj +<< +/K [1094 1095 765 0 R 1097 1098 766 0 R 1100 1101] +/P 1427 0 R +/Pg 23 0 R +/S /LBody +>> +endobj +765 0 obj +<< +/ActualText +/K 1096 +/P 764 0 R +/Pg 23 0 R +/S /Span +>> +endobj +766 0 obj +<< +/ActualText +/K 1099 +/P 764 0 R +/Pg 23 0 R +/S /Span +>> +endobj +767 0 obj +<< +/C /A6 +/K 1102 +/P 768 0 R +/Pg 23 0 R +/S /Span +>> +endobj +768 0 obj +<< +/C /Pa8 +/K [767 0 R 1103 769 0 R 1105 1106 1107 1108 1109 1110 1111 1112] +/P 191 0 R +/Pg 23 0 R +/S /Einzug_mit_Klotz__le +>> +endobj +769 0 obj +<< +/ActualText +/K 1104 +/P 768 0 R +/Pg 23 0 R +/S /Span +>> +endobj +770 0 obj +<< +/C /Pa9 +/K [1113 1114 1115 771 0 R 1117] +/P 202 0 R +/Pg 23 0 R +/S /Einklinker-Text__rec +>> +endobj +771 0 obj +<< +/ActualText +/K 1116 +/P 770 0 R +/Pg 23 0 R +/S /Span +>> +endobj +772 0 obj +<< +/C /Pa3 +/K [1118 1119 1120 1121 1122 1123 773 0 R 1125] +/P 191 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +773 0 obj +<< +/ActualText +/K 1124 +/P 772 0 R +/Pg 24 0 R +/S /Span +>> +endobj +774 0 obj +<< +/C /Pa3 +/K [1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137] +/P 191 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +775 0 obj +<< +/C /Pa3 +/K [1138 776 0 R 1140 1141 1142 777 0 R 1144 778 0 R 1146] +/P 191 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +776 0 obj +<< +/ActualText +/K 1139 +/P 775 0 R +/Pg 24 0 R +/S /Span +>> +endobj +777 0 obj +<< +/ActualText +/K 1143 +/P 775 0 R +/Pg 24 0 R +/S /Span +>> +endobj +778 0 obj +<< +/ActualText +/K 1145 +/P 775 0 R +/Pg 24 0 R +/S /Span +>> +endobj +779 0 obj +<< +/C /Pa3 +/K [1147 780 0 R 1149 1150 1151 1152 781 0 R 1154 1155] +/P 191 0 R +/Pg 24 0 R +/S /Lauftext +>> +endobj +780 0 obj +<< +/ActualText +/K 1148 +/P 779 0 R +/Pg 24 0 R +/S /Span +>> +endobj +781 0 obj +<< +/ActualText +/K 1153 +/P 779 0 R +/Pg 24 0 R +/S /Span +>> +endobj +782 0 obj +<< +/C /Pa10 +/K 1156 +/P 191 0 R +/Pg 24 0 R +/S /Zwischenhead_2 +>> +endobj +783 0 obj +<< +/C /Pa2 +/K [1157 784 0 R 1159 1160] +/P 191 0 R +/Pg 24 0 R +/S /Lauftext_1._Abs +>> +endobj +784 0 obj +<< +/ActualText +/K 1158 +/P 783 0 R +/Pg 24 0 R +/S /Span +>> +endobj +785 0 obj +<< +/C /Pa15 +/K 1161 +/P 191 0 R +/Pg 24 0 R +/S /Zwischenhead_3 +>> +endobj +786 0 obj +<< +/C /Pa2 +/K [1162 1163 1164] +/P 191 0 R +/Pg 24 0 R +/S /Lauftext_1._Abs +>> +endobj +787 0 obj +<< +/C /Pa3 +/K [1375 788 0 R 1377 1378 789 0 R 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389] +/P 191 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +788 0 obj +<< +/ActualText +/K 1376 +/P 787 0 R +/Pg 26 0 R +/S /Span +>> +endobj +789 0 obj +<< +/ActualText +/K 1379 +/P 787 0 R +/Pg 26 0 R +/S /Span +>> +endobj +790 0 obj +<< +/C /Pa3 +/K [1390 1391 1392 791 0 R 1394 1395 792 0 R 1397 1398 1399] +/P 191 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +791 0 obj +<< +/ActualText +/K 1393 +/P 790 0 R +/Pg 26 0 R +/S /Span +>> +endobj +792 0 obj +<< +/ActualText +/K 1396 +/P 790 0 R +/Pg 26 0 R +/S /Span +>> +endobj +793 0 obj +<< +/C /Pa3 +/K [1400 794 0 R 1402 795 0 R 1404 1405 1406 1407 1408 796 0 R 1410 1411 1412 1413 1414] +/P 191 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +794 0 obj +<< +/ActualText +/K 1401 +/P 793 0 R +/Pg 26 0 R +/S /Span +>> +endobj +795 0 obj +<< +/ActualText +/K 1403 +/P 793 0 R +/Pg 26 0 R +/S /Span +>> +endobj +796 0 obj +<< +/ActualText +/K 1409 +/P 793 0 R +/Pg 26 0 R +/S /Span +>> +endobj +797 0 obj +<< +/C /Pa3 +/K [1415 1416 1417 798 0 R 1419 1420 1421 1422 1423] +/P 191 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +798 0 obj +<< +/ActualText +/K 1418 +/P 797 0 R +/Pg 26 0 R +/S /Span +>> +endobj +799 0 obj +<< +/C /Pa3 +/K [1424 1425 1426 1427 1428 1429 1430] +/P 191 0 R +/Pg 26 0 R +/S /Lauftext +>> +endobj +800 0 obj +<< +/C /Pa15 +/K 1431 +/P 191 0 R +/Pg 27 0 R +/S /Zwischenhead_3 +>> +endobj +801 0 obj +<< +/C /Pa2 +/K [1432 802 0 R 1434 1435 1436 1437 1438 1439 1440 1441 1442 803 0 R 1444 1445 1446] +/P 191 0 R +/Pg 27 0 R +/S /Lauftext_1._Abs +>> +endobj +802 0 obj +<< +/ActualText +/K 1433 +/P 801 0 R +/Pg 27 0 R +/S /Span +>> +endobj +803 0 obj +<< +/ActualText +/K 1443 +/P 801 0 R +/Pg 27 0 R +/S /Span +>> +endobj +804 0 obj +<< +/C /Pa3 +/K [1447 805 0 R 1449 1450 1451 1452 1453] +/P 191 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +805 0 obj +<< +/ActualText +/K 1448 +/P 804 0 R +/Pg 27 0 R +/S /Span +>> +endobj +806 0 obj +<< +/C /Pa3 +/K [1454 1455 1456 1457 1458] +/P 191 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +807 0 obj +<< +/C /Pa10 +/K 1459 +/P 191 0 R +/Pg 27 0 R +/S /Zwischenhead_2 +>> +endobj +808 0 obj +<< +/C /Pa2 +/K [1460 809 0 R 1462] +/P 191 0 R +/Pg 27 0 R +/S /Lauftext_1._Abs +>> +endobj +809 0 obj +<< +/ActualText +/K 1461 +/P 808 0 R +/Pg 27 0 R +/S /Span +>> +endobj +810 0 obj +<< +/C /A4 +/K 1463 +/P 1428 0 R +/Pg 27 0 R +/S /Span +>> +endobj +811 0 obj +<< +/C /A4 +/K 1464 +/P 1428 0 R +/Pg 27 0 R +/S /Span +>> +endobj +812 0 obj +<< +/K [1465 1466] +/P 1429 0 R +/Pg 27 0 R +/S /LBody +>> +endobj +813 0 obj +<< +/C /A6 +/K 1467 +/P 814 0 R +/Pg 27 0 R +/S /Span +>> +endobj +814 0 obj +<< +/C /Pa7 +/K [813 0 R 1468 1469 815 0 R 1471 816 0 R 1473 1474 817 0 R 1476 1477] +/P 191 0 R +/Pg 27 0 R +/S /Einzug_mit_Klotz +>> +endobj +815 0 obj +<< +/ActualText +/K 1470 +/P 814 0 R +/Pg 27 0 R +/S /Span +>> +endobj +816 0 obj +<< +/ActualText +/K 1472 +/P 814 0 R +/Pg 27 0 R +/S /Span +>> +endobj +817 0 obj +<< +/ActualText +/K 1475 +/P 814 0 R +/Pg 27 0 R +/S /Span +>> +endobj +818 0 obj +<< +/C /A6 +/K 1478 +/P 819 0 R +/Pg 27 0 R +/S /Span +>> +endobj +819 0 obj +<< +/C /Pa7 +/K [818 0 R 1479] +/P 191 0 R +/Pg 27 0 R +/S /Einzug_mit_Klotz +>> +endobj +820 0 obj +<< +/C /A6 +/K 1480 +/P 821 0 R +/Pg 27 0 R +/S /Span +>> +endobj +821 0 obj +<< +/C /Pa7 +/K [820 0 R 1481 1482] +/P 191 0 R +/Pg 27 0 R +/S /Einzug_mit_Klotz +>> +endobj +822 0 obj +<< +/C /A6 +/K 1483 +/P 823 0 R +/Pg 27 0 R +/S /Span +>> +endobj +823 0 obj +<< +/C /Pa7 +/K [822 0 R 1484] +/P 191 0 R +/Pg 27 0 R +/S /Einzug_mit_Klotz +>> +endobj +824 0 obj +<< +/C /A6 +/K 1485 +/P 825 0 R +/Pg 27 0 R +/S /Span +>> +endobj +825 0 obj +<< +/C /Pa8 +/K [824 0 R 1486 1487 1488] +/P 191 0 R +/Pg 27 0 R +/S /Einzug_mit_Klotz__le +>> +endobj +826 0 obj +<< +/C /Pa3 +/K [1489 1490 << +/MCID 1491 +/Pg 28 0 R +/Type /MCR +>> << +/MCID 1492 +/Pg 28 0 R +/Type /MCR +>> << +/MCID 1493 +/Pg 28 0 R +/Type /MCR +>> << +/MCID 1494 +/Pg 28 0 R +/Type /MCR +>> << +/MCID 1495 +/Pg 28 0 R +/Type /MCR +>> 827 0 R << +/MCID 1497 +/Pg 28 0 R +/Type /MCR +>> << +/MCID 1498 +/Pg 28 0 R +/Type /MCR +>> << +/MCID 1499 +/Pg 28 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 27 0 R +/S /Lauftext +>> +endobj +827 0 obj +<< +/ActualText +/K 1496 +/P 826 0 R +/Pg 28 0 R +/S /Span +>> +endobj +828 0 obj +<< +/C /Pa10 +/K 1500 +/P 191 0 R +/Pg 28 0 R +/S /Zwischenhead_2 +>> +endobj +829 0 obj +<< +/C /Pa2 +/K [1501 1502 1503 1504] +/P 191 0 R +/Pg 28 0 R +/S /Lauftext_1._Abs +>> +endobj +830 0 obj +<< +/C /A4 +/K 1505 +/P 1430 0 R +/Pg 28 0 R +/S /Span +>> +endobj +831 0 obj +<< +/C /A4 +/K 1506 +/P 1430 0 R +/Pg 28 0 R +/S /Span +>> +endobj +832 0 obj +<< +/K [1507 1508] +/P 1431 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +833 0 obj +<< +/C /A6 +/K 1509 +/P 834 0 R +/Pg 28 0 R +/S /Span +>> +endobj +834 0 obj +<< +/C /Pa8 +/K [833 0 R 1510] +/P 191 0 R +/Pg 28 0 R +/S /Einzug_mit_Klotz__le +>> +endobj +835 0 obj +<< +/C /Pa3 +/K [1511 1512 1513 1514 1515 1516 1517] +/P 191 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +836 0 obj +<< +/C /Pa3 +/K [1518 1519 1520 1521 1522 1523 837 0 R 1525] +/P 191 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +837 0 obj +<< +/ActualText +/K 1524 +/P 836 0 R +/Pg 28 0 R +/S /Span +>> +endobj +838 0 obj +<< +/C /A4 +/K 1526 +/P 1432 0 R +/Pg 28 0 R +/S /Span +>> +endobj +839 0 obj +<< +/C /A4 +/K 1527 +/P 1432 0 R +/Pg 28 0 R +/S /Span +>> +endobj +840 0 obj +<< +/K [1528 1529] +/P 1433 0 R +/Pg 28 0 R +/S /LBody +>> +endobj +841 0 obj +<< +/C /A6 +/K 1530 +/P 842 0 R +/Pg 28 0 R +/S /Span +>> +endobj +842 0 obj +<< +/C /Pa7 +/K [841 0 R 1531 1532] +/P 191 0 R +/Pg 28 0 R +/S /Einzug_mit_Klotz +>> +endobj +843 0 obj +<< +/C /A6 +/K 1533 +/P 844 0 R +/Pg 28 0 R +/S /Span +>> +endobj +844 0 obj +<< +/C /Pa7 +/K [843 0 R 1534] +/P 191 0 R +/Pg 28 0 R +/S /Einzug_mit_Klotz +>> +endobj +845 0 obj +<< +/C /A6 +/K 1535 +/P 846 0 R +/Pg 28 0 R +/S /Span +>> +endobj +846 0 obj +<< +/C /Pa7 +/K [845 0 R 1536 1537] +/P 191 0 R +/Pg 28 0 R +/S /Einzug_mit_Klotz +>> +endobj +847 0 obj +<< +/C /A6 +/K 1538 +/P 848 0 R +/Pg 28 0 R +/S /Span +>> +endobj +848 0 obj +<< +/C /Pa7 +/K [847 0 R 1539 1540] +/P 191 0 R +/Pg 28 0 R +/S /Einzug_mit_Klotz +>> +endobj +849 0 obj +<< +/C /A6 +/K 1541 +/P 850 0 R +/Pg 28 0 R +/S /Span +>> +endobj +850 0 obj +<< +/C /Pa8 +/K [849 0 R 1542] +/P 191 0 R +/Pg 28 0 R +/S /Einzug_mit_Klotz__le +>> +endobj +851 0 obj +<< +/C /Pa3 +/K [1543 1544 1545 << +/MCID 1546 +/Pg 29 0 R +/Type /MCR +>> << +/MCID 1547 +/Pg 29 0 R +/Type /MCR +>> << +/MCID 1548 +/Pg 29 0 R +/Type /MCR +>> << +/MCID 1549 +/Pg 29 0 R +/Type /MCR +>> 852 0 R << +/MCID 1551 +/Pg 29 0 R +/Type /MCR +>> << +/MCID 1552 +/Pg 29 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 28 0 R +/S /Lauftext +>> +endobj +852 0 obj +<< +/ActualText +/K 1550 +/P 851 0 R +/Pg 29 0 R +/S /Span +>> +endobj +853 0 obj +<< +/C /Pa10 +/K 1553 +/P 191 0 R +/Pg 29 0 R +/S /Zwischenhead_2 +>> +endobj +854 0 obj +<< +/C /Pa2 +/K [1554 1555 1556 1557 1558 1559 1560 855 0 R 1562 1563 1564] +/P 191 0 R +/Pg 29 0 R +/S /Lauftext_1._Abs +>> +endobj +855 0 obj +<< +/ActualText +/K 1561 +/P 854 0 R +/Pg 29 0 R +/S /Span +>> +endobj +856 0 obj +<< +/C /Pa3 +/K [1565 1566 857 0 R 1568 1569 858 0 R 1571 1572 859 0 R 1574 1575 1576 860 0 R 1578] +/P 191 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +857 0 obj +<< +/ActualText +/K 1567 +/P 856 0 R +/Pg 29 0 R +/S /Span +>> +endobj +858 0 obj +<< +/ActualText +/K 1570 +/P 856 0 R +/Pg 29 0 R +/S /Span +>> +endobj +859 0 obj +<< +/ActualText +/K 1573 +/P 856 0 R +/Pg 29 0 R +/S /Span +>> +endobj +860 0 obj +<< +/ActualText +/K 1577 +/P 856 0 R +/Pg 29 0 R +/S /Span +>> +endobj +861 0 obj +<< +/C /Pa3 +/K [1579 862 0 R 1581 1582 863 0 R 1584 864 0 R 1586 1587 1588 865 0 R 1590 1591 1592 1593 866 0 R +1595 1596 1597] +/P 191 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +862 0 obj +<< +/ActualText +/K 1580 +/P 861 0 R +/Pg 29 0 R +/S /Span +>> +endobj +863 0 obj +<< +/ActualText +/K 1583 +/P 861 0 R +/Pg 29 0 R +/S /Span +>> +endobj +864 0 obj +<< +/ActualText +/K 1585 +/P 861 0 R +/Pg 29 0 R +/S /Span +>> +endobj +865 0 obj +<< +/ActualText +/K 1589 +/P 861 0 R +/Pg 29 0 R +/S /Span +>> +endobj +866 0 obj +<< +/ActualText +/K 1594 +/P 861 0 R +/Pg 29 0 R +/S /Span +>> +endobj +867 0 obj +<< +/C /Pa3 +/K [1598 868 0 R 1600 1601 << +/MCID 1602 +/Pg 30 0 R +/Type /MCR +>> 869 0 R << +/MCID 1604 +/Pg 30 0 R +/Type /MCR +>> << +/MCID 1605 +/Pg 30 0 R +/Type /MCR +>> << +/MCID 1606 +/Pg 30 0 R +/Type /MCR +>> << +/MCID 1713 +/Pg 31 0 R +/Type /MCR +>> << +/MCID 1714 +/Pg 31 0 R +/Type /MCR +>> << +/MCID 1715 +/Pg 31 0 R +/Type /MCR +>> 966 0 R << +/MCID 1717 +/Pg 31 0 R +/Type /MCR +>> << +/MCID 1718 +/Pg 31 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 29 0 R +/S /Lauftext +>> +endobj +868 0 obj +<< +/ActualText +/K 1599 +/P 867 0 R +/Pg 29 0 R +/S /Span +>> +endobj +869 0 obj +<< +/ActualText +/K 1603 +/P 867 0 R +/Pg 30 0 R +/S /Span +>> +endobj +870 0 obj +<< +/C /Pa10 +/K 1607 +/P 205 0 R +/Pg 30 0 R +/S /Zwischenhead_2 +>> +endobj +871 0 obj +<< +/C /Pa13 +/K [1608 872 0 R 1610] +/P 1434 0 R +/Pg 30 0 R +/S /Tab._Versal_bold_sch +>> +endobj +872 0 obj +<< +/ActualText +/K 1609 +/P 871 0 R +/Pg 30 0 R +/S /Span +>> +endobj +873 0 obj +<< +/C /A4 +/K 1611 +/P 1435 0 R +/Pg 30 0 R +/S /Span +>> +endobj +874 0 obj +<< +/C /A4 +/K 1612 +/P 1435 0 R +/Pg 30 0 R +/S /Span +>> +endobj +875 0 obj +<< +/K 1613 +/P 1436 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +876 0 obj +<< +/C /A4 +/K 1614 +/P 1437 0 R +/Pg 30 0 R +/S /Span +>> +endobj +877 0 obj +<< +/C /A4 +/K 1615 +/P 1437 0 R +/Pg 30 0 R +/S /Span +>> +endobj +878 0 obj +<< +/K 1616 +/P 1438 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +879 0 obj +<< +/C /A4 +/K 1617 +/P 1439 0 R +/Pg 30 0 R +/S /Span +>> +endobj +880 0 obj +<< +/C /A4 +/K 1618 +/P 1439 0 R +/Pg 30 0 R +/S /Span +>> +endobj +881 0 obj +<< +/K 1619 +/P 1440 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +882 0 obj +<< +/C /A4 +/K 1620 +/P 1441 0 R +/Pg 30 0 R +/S /Span +>> +endobj +883 0 obj +<< +/C /A4 +/K 1621 +/P 1441 0 R +/Pg 30 0 R +/S /Span +>> +endobj +884 0 obj +<< +/K 1622 +/P 1442 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +885 0 obj +<< +/C /A4 +/K 1623 +/P 1443 0 R +/Pg 30 0 R +/S /Span +>> +endobj +886 0 obj +<< +/C /A4 +/K 1624 +/P 1443 0 R +/Pg 30 0 R +/S /Span +>> +endobj +887 0 obj +<< +/K 1625 +/P 1444 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +888 0 obj +<< +/C /A4 +/K 1626 +/P 1445 0 R +/Pg 30 0 R +/S /Span +>> +endobj +889 0 obj +<< +/C /A4 +/K 1627 +/P 1445 0 R +/Pg 30 0 R +/S /Span +>> +endobj +890 0 obj +<< +/K 1628 +/P 1446 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +891 0 obj +<< +/C /A4 +/K 1629 +/P 1447 0 R +/Pg 30 0 R +/S /Span +>> +endobj +892 0 obj +<< +/C /A4 +/K 1630 +/P 1447 0 R +/Pg 30 0 R +/S /Span +>> +endobj +893 0 obj +<< +/K 1631 +/P 1448 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +894 0 obj +<< +/C /Pa13 +/K 1632 +/P 1449 0 R +/Pg 30 0 R +/S /Tab._Versal_bold_sch +>> +endobj +895 0 obj +<< +/C /A4 +/K 1633 +/P 1450 0 R +/Pg 30 0 R +/S /Span +>> +endobj +896 0 obj +<< +/C /A4 +/K 1634 +/P 1450 0 R +/Pg 30 0 R +/S /Span +>> +endobj +897 0 obj +<< +/K 1635 +/P 1451 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +898 0 obj +<< +/C /A4 +/K 1636 +/P 1452 0 R +/Pg 30 0 R +/S /Span +>> +endobj +899 0 obj +<< +/C /A4 +/K 1637 +/P 1452 0 R +/Pg 30 0 R +/S /Span +>> +endobj +900 0 obj +<< +/K 1638 +/P 1453 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +901 0 obj +<< +/C /A4 +/K 1639 +/P 1454 0 R +/Pg 30 0 R +/S /Span +>> +endobj +902 0 obj +<< +/C /A4 +/K 1640 +/P 1454 0 R +/Pg 30 0 R +/S /Span +>> +endobj +903 0 obj +<< +/K 1641 +/P 1455 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +904 0 obj +<< +/C /A4 +/K 1642 +/P 1456 0 R +/Pg 30 0 R +/S /Span +>> +endobj +905 0 obj +<< +/C /A4 +/K 1643 +/P 1456 0 R +/Pg 30 0 R +/S /Span +>> +endobj +906 0 obj +<< +/K 1644 +/P 1457 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +907 0 obj +<< +/C /Pa13 +/K 1645 +/P 1458 0 R +/Pg 30 0 R +/S /Tab._Versal_bold_sch +>> +endobj +908 0 obj +<< +/C /A4 +/K 1646 +/P 1459 0 R +/Pg 30 0 R +/S /Span +>> +endobj +909 0 obj +<< +/C /A4 +/K 1647 +/P 1459 0 R +/Pg 30 0 R +/S /Span +>> +endobj +910 0 obj +<< +/K 1648 +/P 1460 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +911 0 obj +<< +/C /A4 +/K 1649 +/P 1461 0 R +/Pg 30 0 R +/S /Span +>> +endobj +912 0 obj +<< +/C /A4 +/K 1650 +/P 1461 0 R +/Pg 30 0 R +/S /Span +>> +endobj +913 0 obj +<< +/K [1651 1652] +/P 1462 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +914 0 obj +<< +/C /A4 +/K 1653 +/P 1463 0 R +/Pg 30 0 R +/S /Span +>> +endobj +915 0 obj +<< +/C /A4 +/K 1654 +/P 1463 0 R +/Pg 30 0 R +/S /Span +>> +endobj +916 0 obj +<< +/K 1655 +/P 1464 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +917 0 obj +<< +/C /A4 +/K 1656 +/P 1465 0 R +/Pg 30 0 R +/S /Span +>> +endobj +918 0 obj +<< +/C /A4 +/K 1657 +/P 1465 0 R +/Pg 30 0 R +/S /Span +>> +endobj +919 0 obj +<< +/K [1658 1659 1660 920 0 R 1662] +/P 1466 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +920 0 obj +<< +/ActualText +/K 1661 +/P 919 0 R +/Pg 30 0 R +/S /Span +>> +endobj +921 0 obj +<< +/C /A4 +/K 1663 +/P 1467 0 R +/Pg 30 0 R +/S /Span +>> +endobj +922 0 obj +<< +/C /A4 +/K 1664 +/P 1467 0 R +/Pg 30 0 R +/S /Span +>> +endobj +923 0 obj +<< +/K [1665 1666 1667 1668] +/P 1468 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +924 0 obj +<< +/C /A4 +/K 1669 +/P 1469 0 R +/Pg 30 0 R +/S /Span +>> +endobj +925 0 obj +<< +/C /A4 +/K 1670 +/P 1469 0 R +/Pg 30 0 R +/S /Span +>> +endobj +926 0 obj +<< +/C /A11 +/K 1671 +/P 1470 0 R +/Pg 30 0 R +/S /Span +>> +endobj +927 0 obj +<< +/C /A4 +/K 1672 +/P 1471 0 R +/Pg 30 0 R +/S /Span +>> +endobj +928 0 obj +<< +/C /A4 +/K 1673 +/P 1471 0 R +/Pg 30 0 R +/S /Span +>> +endobj +929 0 obj +<< +/K 1674 +/P 1472 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +930 0 obj +<< +/C /Pa13 +/K 1675 +/P 1473 0 R +/Pg 30 0 R +/S /Tab._Versal_bold_sch +>> +endobj +931 0 obj +<< +/C /A4 +/K 1676 +/P 1474 0 R +/Pg 30 0 R +/S /Span +>> +endobj +932 0 obj +<< +/C /A4 +/K 1677 +/P 1474 0 R +/Pg 30 0 R +/S /Span +>> +endobj +933 0 obj +<< +/K 1678 +/P 1475 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +934 0 obj +<< +/C /A4 +/K 1679 +/P 1476 0 R +/Pg 30 0 R +/S /Span +>> +endobj +935 0 obj +<< +/C /A4 +/K 1680 +/P 1476 0 R +/Pg 30 0 R +/S /Span +>> +endobj +936 0 obj +<< +/K [1681 1682 1683] +/P 1477 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +937 0 obj +<< +/C /A4 +/K 1684 +/P 1478 0 R +/Pg 30 0 R +/S /Span +>> +endobj +938 0 obj +<< +/C /A4 +/K 1685 +/P 1478 0 R +/Pg 30 0 R +/S /Span +>> +endobj +939 0 obj +<< +/K 1686 +/P 1479 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +940 0 obj +<< +/C /A4 +/K 1687 +/P 1480 0 R +/Pg 30 0 R +/S /Span +>> +endobj +941 0 obj +<< +/C /A4 +/K 1688 +/P 1480 0 R +/Pg 30 0 R +/S /Span +>> +endobj +942 0 obj +<< +/K 1689 +/P 1481 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +943 0 obj +<< +/C /A4 +/K 1690 +/P 1482 0 R +/Pg 30 0 R +/S /Span +>> +endobj +944 0 obj +<< +/C /A4 +/K 1691 +/P 1482 0 R +/Pg 30 0 R +/S /Span +>> +endobj +945 0 obj +<< +/K 1692 +/P 1483 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +946 0 obj +<< +/C /A4 +/K 1693 +/P 1484 0 R +/Pg 30 0 R +/S /Span +>> +endobj +947 0 obj +<< +/C /A4 +/K 1694 +/P 1484 0 R +/Pg 30 0 R +/S /Span +>> +endobj +948 0 obj +<< +/K 1695 +/P 1485 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +949 0 obj +<< +/C /Pa13 +/K 1696 +/P 1486 0 R +/Pg 30 0 R +/S /Tab._Versal_bold_sch +>> +endobj +950 0 obj +<< +/C /A4 +/K 1697 +/P 1487 0 R +/Pg 30 0 R +/S /Span +>> +endobj +951 0 obj +<< +/C /A4 +/K 1698 +/P 1487 0 R +/Pg 30 0 R +/S /Span +>> +endobj +952 0 obj +<< +/K 1699 +/P 1488 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +953 0 obj +<< +/C /A4 +/K 1700 +/P 1489 0 R +/Pg 30 0 R +/S /Span +>> +endobj +954 0 obj +<< +/C /A4 +/K 1701 +/P 1489 0 R +/Pg 30 0 R +/S /Span +>> +endobj +955 0 obj +<< +/K 1702 +/P 1490 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +956 0 obj +<< +/C /A4 +/K 1703 +/P 1491 0 R +/Pg 30 0 R +/S /Span +>> +endobj +957 0 obj +<< +/C /A4 +/K 1704 +/P 1491 0 R +/Pg 30 0 R +/S /Span +>> +endobj +958 0 obj +<< +/K 1705 +/P 1492 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +959 0 obj +<< +/C /A4 +/K 1706 +/P 1493 0 R +/Pg 30 0 R +/S /Span +>> +endobj +960 0 obj +<< +/C /A4 +/K 1707 +/P 1493 0 R +/Pg 30 0 R +/S /Span +>> +endobj +961 0 obj +<< +/K 1708 +/P 1494 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +962 0 obj +<< +/C /A4 +/K 1709 +/P 1495 0 R +/Pg 30 0 R +/S /Span +>> +endobj +963 0 obj +<< +/C /A4 +/K 1710 +/P 1495 0 R +/Pg 30 0 R +/S /Span +>> +endobj +964 0 obj +<< +/K 1711 +/P 1496 0 R +/Pg 30 0 R +/S /LBody +>> +endobj +965 0 obj +<< +/A << +/O /Layout +/LineHeight 7.5 +>> +/K 1712 +/P 207 0 R +/Pg 30 0 R +/S /Fu#C3#9Fzeile +>> +endobj +966 0 obj +<< +/ActualText +/K 1716 +/P 867 0 R +/Pg 31 0 R +/S /Span +>> +endobj +967 0 obj +<< +/C /Pa10 +/K 1719 +/P 191 0 R +/Pg 31 0 R +/S /Zwischenhead_2 +>> +endobj +968 0 obj +<< +/C /Pa2 +/K [1720 1721 1722 969 0 R 1724 1725 1726 970 0 R 1728 1729 1730] +/P 191 0 R +/Pg 31 0 R +/S /Lauftext_1._Abs +>> +endobj +969 0 obj +<< +/ActualText +/K 1723 +/P 968 0 R +/Pg 31 0 R +/S /Span +>> +endobj +970 0 obj +<< +/ActualText +/K 1727 +/P 968 0 R +/Pg 31 0 R +/S /Span +>> +endobj +971 0 obj +<< +/C /Pa3 +/K [1731 1732 972 0 R 1734 1735 973 0 R 1737 1738 1739 1740 974 0 R 1742 1743] +/P 191 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +972 0 obj +<< +/ActualText +/K 1733 +/P 971 0 R +/Pg 31 0 R +/S /Span +>> +endobj +973 0 obj +<< +/ActualText +/K 1736 +/P 971 0 R +/Pg 31 0 R +/S /Span +>> +endobj +974 0 obj +<< +/ActualText +/K 1741 +/P 971 0 R +/Pg 31 0 R +/S /Span +>> +endobj +975 0 obj +<< +/C /Pa3 +/K [1744 976 0 R 1746 1747 977 0 R 1749 1750 1751 978 0 R 1753 979 0 R 1755 1756 1757] +/P 191 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +976 0 obj +<< +/ActualText +/K 1745 +/P 975 0 R +/Pg 31 0 R +/S /Span +>> +endobj +977 0 obj +<< +/ActualText +/K 1748 +/P 975 0 R +/Pg 31 0 R +/S /Span +>> +endobj +978 0 obj +<< +/ActualText +/K 1752 +/P 975 0 R +/Pg 31 0 R +/S /Span +>> +endobj +979 0 obj +<< +/ActualText +/K 1754 +/P 975 0 R +/Pg 31 0 R +/S /Span +>> +endobj +980 0 obj +<< +/C /Pa3 +/K [1758 981 0 R 1760 982 0 R 1762 1763 1764 1765 983 0 R 1767 1768 1769 1770] +/P 191 0 R +/Pg 31 0 R +/S /Lauftext +>> +endobj +981 0 obj +<< +/ActualText +/K 1759 +/P 980 0 R +/Pg 31 0 R +/S /Span +>> +endobj +982 0 obj +<< +/ActualText +/K 1761 +/P 980 0 R +/Pg 31 0 R +/S /Span +>> +endobj +983 0 obj +<< +/ActualText +/K 1766 +/P 980 0 R +/Pg 31 0 R +/S /Span +>> +endobj +984 0 obj +<< +/C /Pa10 +/K 1771 +/P 191 0 R +/Pg 32 0 R +/S /Zwischenhead_2 +>> +endobj +985 0 obj +<< +/C /Pa2 +/K [1772 1773 986 0 R 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 987 0 R 1787] +/P 191 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +986 0 obj +<< +/ActualText +/K 1774 +/P 985 0 R +/Pg 32 0 R +/S /Span +>> +endobj +987 0 obj +<< +/ActualText +/K 1786 +/P 985 0 R +/Pg 32 0 R +/S /Span +>> +endobj +988 0 obj +<< +/C /Pa3 +/K [1788 1789 989 0 R 1791 1792 1793 1794 990 0 R 1796 1797 1798 1799 1800 991 0 R 1802 1803 +1804] +/P 191 0 R +/Pg 32 0 R +/S /Lauftext +>> +endobj +989 0 obj +<< +/ActualText +/K 1790 +/P 988 0 R +/Pg 32 0 R +/S /Span +>> +endobj +990 0 obj +<< +/ActualText +/K 1795 +/P 988 0 R +/Pg 32 0 R +/S /Span +>> +endobj +991 0 obj +<< +/ActualText +/K 1801 +/P 988 0 R +/Pg 32 0 R +/S /Span +>> +endobj +992 0 obj +<< +/C /Pa10 +/K 1805 +/P 191 0 R +/Pg 32 0 R +/S /Zwischenhead_2 +>> +endobj +993 0 obj +<< +/C /Pa2 +/K [1806 1807 1808 1809 1810 1811 1812 994 0 R 1814 995 0 R 1816 1817 1818 1819 996 0 R 1821 +1822 1823 1824 1825 997 0 R 1827] +/P 191 0 R +/Pg 32 0 R +/S /Lauftext_1._Abs +>> +endobj +994 0 obj +<< +/ActualText +/K 1813 +/P 993 0 R +/Pg 32 0 R +/S /Span +>> +endobj +995 0 obj +<< +/ActualText +/K 1815 +/P 993 0 R +/Pg 32 0 R +/S /Span +>> +endobj +996 0 obj +<< +/ActualText +/K 1820 +/P 993 0 R +/Pg 32 0 R +/S /Span +>> +endobj +997 0 obj +<< +/ActualText +/K 1826 +/P 993 0 R +/Pg 32 0 R +/S /Span +>> +endobj +998 0 obj +<< +/C /Pa3 +/K [1828 1829 1830 1831 1832 999 0 R << +/MCID 1834 +/Pg 33 0 R +/Type /MCR +>> << +/MCID 1835 +/Pg 33 0 R +/Type /MCR +>> << +/MCID 1836 +/Pg 33 0 R +/Type /MCR +>> 1000 0 R << +/MCID 1838 +/Pg 33 0 R +/Type /MCR +>>] +/P 191 0 R +/Pg 32 0 R +/S /Lauftext +>> +endobj +999 0 obj +<< +/ActualText +/K 1833 +/P 998 0 R +/Pg 32 0 R +/S /Span +>> +endobj +1000 0 obj +<< +/ActualText +/K 1837 +/P 998 0 R +/Pg 33 0 R +/S /Span +>> +endobj +1001 0 obj +<< +/C /Pa3 +/K [1839 1002 0 R 1841 1842 1843 1844 1845 1846 1847 1003 0 R 1849 1850] +/P 191 0 R +/Pg 33 0 R +/S /Lauftext +>> +endobj +1002 0 obj +<< +/ActualText +/K 1840 +/P 1001 0 R +/Pg 33 0 R +/S /Span +>> +endobj +1003 0 obj +<< +/ActualText +/K 1848 +/P 1001 0 R +/Pg 33 0 R +/S /Span +>> +endobj +1004 0 obj +<< +/C /Pa10 +/K 1851 +/P 191 0 R +/Pg 33 0 R +/S /Zwischenhead_2 +>> +endobj +1005 0 obj +<< +/C /Pa2 +/K 1852 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1006 0 obj +<< +/C /Pa2 +/K 1853 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1007 0 obj +<< +/C /Pa2 +/K 1854 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1008 0 obj +<< +/C /Pa2 +/K 1855 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1009 0 obj +<< +/C /Pa2 +/K 1856 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1010 0 obj +<< +/C /Pa2 +/K 1857 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1011 0 obj +<< +/C /Pa2 +/K 1858 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1012 0 obj +<< +/C /Pa2 +/K 1859 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1013 0 obj +<< +/C /Pa2 +/K 1860 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1014 0 obj +<< +/C /Pa2 +/K 1861 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1015 0 obj +<< +/C /Pa2 +/K 1862 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1016 0 obj +<< +/C /Pa2 +/K 1863 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1017 0 obj +<< +/C /Pa2 +/K 1864 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1018 0 obj +<< +/C /Pa2 +/K 1865 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1019 0 obj +<< +/C /Pa2 +/K 1866 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1020 0 obj +<< +/C /Pa2 +/K 1867 +/P 191 0 R +/Pg 33 0 R +/S /Lauftext_1._Abs +>> +endobj +1021 0 obj +<< +/C /Pa10 +/K 1165 +/P 203 0 R +/Pg 25 0 R +/S /Zwischenhead_2 +>> +endobj +1022 0 obj +<< +/C /Pa13 +/K 1166 +/P 1497 0 R +/Pg 25 0 R +/S /Tab._Versal_bold_wei +>> +endobj +1023 0 obj +<< +/C /Pa13 +/K 1167 +/P 1498 0 R +/Pg 25 0 R +/S /Tab._Versal_bold_wei +>> +endobj +1024 0 obj +<< +/C /Pa13 +/K [1168 1025 0 R 1170] +/P 1499 0 R +/Pg 25 0 R +/S /Tab._Versal_bold_wei +>> +endobj +1025 0 obj +<< +/ActualText +/K 1169 +/P 1024 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1026 0 obj +<< +/C /Pa13 +/K [1171 1172 1173 1174 1175] +/P 1500 0 R +/Pg 25 0 R +/S /Tab._Versal_bold_sch +>> +endobj +1027 0 obj +<< +/C /Pa16 +/K 1176 +/P 1501 0 R +/Pg 25 0 R +/S /Tab._Lauftext_light_ +>> +endobj +1028 0 obj +<< +/C /A4 +/K 1177 +/P 1502 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1029 0 obj +<< +/C /A4 +/K 1178 +/P 1502 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1030 0 obj +<< +/K [1179 1180] +/P 1503 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1031 0 obj +<< +/C /A4 +/K 1181 +/P 1504 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1032 0 obj +<< +/C /A4 +/K 1182 +/P 1504 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1033 0 obj +<< +/K [1183 1184] +/P 1505 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1034 0 obj +<< +/C /A4 +/K 1185 +/P 1506 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1035 0 obj +<< +/C /A4 +/K 1186 +/P 1506 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1036 0 obj +<< +/K [1187 1188] +/P 1507 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1037 0 obj +<< +/C /A4 +/K 1189 +/P 1508 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1038 0 obj +<< +/C /A4 +/K 1190 +/P 1508 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1039 0 obj +<< +/K [1191 1192] +/P 1509 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1040 0 obj +<< +/C /A4 +/K 1193 +/P 1510 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1041 0 obj +<< +/C /A4 +/K 1194 +/P 1510 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1042 0 obj +<< +/K [1195 1196] +/P 1511 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1043 0 obj +<< +/C /A4 +/K 1197 +/P 1512 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1044 0 obj +<< +/C /A4 +/K 1198 +/P 1512 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1045 0 obj +<< +/K [1199 1046 0 R 1201] +/P 1513 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1046 0 obj +<< +/ActualText +/K 1200 +/P 1045 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1047 0 obj +<< +/C /A4 +/K 1202 +/P 1514 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1048 0 obj +<< +/C /A4 +/K 1203 +/P 1514 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1049 0 obj +<< +/K 1204 +/P 1515 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1050 0 obj +<< +/C /A4 +/K 1205 +/P 1516 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1051 0 obj +<< +/C /A4 +/K 1206 +/P 1516 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1052 0 obj +<< +/K [1207 1053 0 R 1209] +/P 1517 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1053 0 obj +<< +/ActualText +/K 1208 +/P 1052 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1054 0 obj +<< +/C /A4 +/K 1210 +/P 1518 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1055 0 obj +<< +/C /A4 +/K 1211 +/P 1518 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1056 0 obj +<< +/K 1212 +/P 1519 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1057 0 obj +<< +/C /A4 +/K 1213 +/P 1520 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1058 0 obj +<< +/C /A4 +/K 1214 +/P 1520 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1059 0 obj +<< +/K 1215 +/P 1521 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1060 0 obj +<< +/C /A4 +/K 1216 +/P 1522 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1061 0 obj +<< +/C /A4 +/K 1217 +/P 1522 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1062 0 obj +<< +/K [1218 1219 1220] +/P 1523 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1063 0 obj +<< +/C /A4 +/K 1221 +/P 1524 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1064 0 obj +<< +/C /A4 +/K 1222 +/P 1524 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1065 0 obj +<< +/K [1223 1224 1225] +/P 1525 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1066 0 obj +<< +/C /A4 +/K 1226 +/P 1526 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1067 0 obj +<< +/C /A4 +/K 1227 +/P 1526 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1068 0 obj +<< +/K [1228 1069 0 R 1230 1231] +/P 1527 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1069 0 obj +<< +/ActualText +/K 1229 +/P 1068 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1070 0 obj +<< +/C /A4 +/K 1232 +/P 1528 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1071 0 obj +<< +/C /A4 +/K 1233 +/P 1528 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1072 0 obj +<< +/K [1234 1235] +/P 1529 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1073 0 obj +<< +/C /A4 +/K 1236 +/P 1530 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1074 0 obj +<< +/C /A4 +/K 1237 +/P 1530 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1075 0 obj +<< +/K [1238 1076 0 R 1240] +/P 1531 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1076 0 obj +<< +/ActualText +/K 1239 +/P 1075 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1077 0 obj +<< +/C /A4 +/K 1241 +/P 1532 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1078 0 obj +<< +/C /A4 +/K 1242 +/P 1532 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1079 0 obj +<< +/K [1243 1080 0 R 1245] +/P 1533 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1080 0 obj +<< +/ActualText +/K 1244 +/P 1079 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1081 0 obj +<< +/C /A4 +/K 1246 +/P 1534 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1082 0 obj +<< +/C /A4 +/K 1247 +/P 1534 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1083 0 obj +<< +/K [1248 1084 0 R 1250 1251] +/P 1535 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1084 0 obj +<< +/ActualText +/K 1249 +/P 1083 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1085 0 obj +<< +/C /A4 +/K 1252 +/P 1536 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1086 0 obj +<< +/C /A4 +/K 1253 +/P 1536 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1087 0 obj +<< +/K [1254 1255 1256 1257 1258 1088 0 R 1260 1261] +/P 1537 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1088 0 obj +<< +/ActualText +/K 1259 +/P 1087 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1089 0 obj +<< +/C /Pa13 +/K [1262 1090 0 R 1264 1091 0 R 1266 1092 0 R 1268 1269] +/P 1538 0 R +/Pg 25 0 R +/S /Tab._Versal_bold_sch +>> +endobj +1090 0 obj +<< +/ActualText +/K 1263 +/P 1089 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1091 0 obj +<< +/ActualText +/K 1265 +/P 1089 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1092 0 obj +<< +/ActualText +/K 1267 +/P 1089 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1093 0 obj +<< +/C /Pa16 +/K 1270 +/P 1539 0 R +/Pg 25 0 R +/S /Tab._Lauftext_light_ +>> +endobj +1094 0 obj +<< +/C /A4 +/K 1271 +/P 1540 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1095 0 obj +<< +/C /A4 +/K 1272 +/P 1540 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1096 0 obj +<< +/K [1273 1097 0 R 1275 1276 1277] +/P 1541 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1097 0 obj +<< +/ActualText +/K 1274 +/P 1096 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1098 0 obj +<< +/C /A4 +/K 1278 +/P 1542 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1099 0 obj +<< +/C /A4 +/K 1279 +/P 1542 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1100 0 obj +<< +/K [1280 1281 1282 1283] +/P 1543 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1101 0 obj +<< +/C /A4 +/K 1284 +/P 1544 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1102 0 obj +<< +/C /A4 +/K 1285 +/P 1544 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1103 0 obj +<< +/K [1286 1287] +/P 1545 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1104 0 obj +<< +/C /A4 +/K 1288 +/P 1546 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1105 0 obj +<< +/C /A4 +/K 1289 +/P 1546 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1106 0 obj +<< +/K [1290 1107 0 R 1292 1293] +/P 1547 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1107 0 obj +<< +/ActualText +/K 1291 +/P 1106 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1108 0 obj +<< +/C /A4 +/K 1294 +/P 1548 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1109 0 obj +<< +/C /A4 +/K 1295 +/P 1548 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1110 0 obj +<< +/K [1296 1297 1298] +/P 1549 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1111 0 obj +<< +/C /A4 +/K 1299 +/P 1550 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1112 0 obj +<< +/C /A4 +/K 1300 +/P 1550 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1113 0 obj +<< +/K [1301 1302 1303 1304 1305] +/P 1551 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1114 0 obj +<< +/C /A4 +/K 1306 +/P 1552 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1115 0 obj +<< +/C /A4 +/K 1307 +/P 1552 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1116 0 obj +<< +/K [1308 1309 1117 0 R 1311] +/P 1553 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1117 0 obj +<< +/ActualText +/K 1310 +/P 1116 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1118 0 obj +<< +/C /A4 +/K 1312 +/P 1554 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1119 0 obj +<< +/C /A4 +/K 1313 +/P 1554 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1120 0 obj +<< +/K [1314 1315] +/P 1555 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1121 0 obj +<< +/C /A4 +/K 1316 +/P 1556 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1122 0 obj +<< +/C /A4 +/K 1317 +/P 1556 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1123 0 obj +<< +/K 1318 +/P 1557 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1124 0 obj +<< +/C /A4 +/K 1319 +/P 1558 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1125 0 obj +<< +/C /A4 +/K 1320 +/P 1558 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1126 0 obj +<< +/K [1321 1127 0 R 1323] +/P 1559 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1127 0 obj +<< +/ActualText +/K 1322 +/P 1126 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1128 0 obj +<< +/C /A4 +/K 1324 +/P 1560 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1129 0 obj +<< +/C /A4 +/K 1325 +/P 1560 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1130 0 obj +<< +/K [1326 1131 0 R 1328] +/P 1561 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1131 0 obj +<< +/ActualText +/K 1327 +/P 1130 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1132 0 obj +<< +/C /A4 +/K 1329 +/P 1562 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1133 0 obj +<< +/C /A4 +/K 1330 +/P 1562 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1134 0 obj +<< +/K 1331 +/P 1563 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1135 0 obj +<< +/C /A4 +/K 1332 +/P 1564 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1136 0 obj +<< +/C /A4 +/K 1333 +/P 1564 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1137 0 obj +<< +/K [1334 1335] +/P 1565 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1138 0 obj +<< +/C /Pa13 +/K [1336 1139 0 R 1338 1140 0 R 1340 1341 1141 0 R 1343] +/P 1566 0 R +/Pg 25 0 R +/S /Tab._Versal_bold_sch +>> +endobj +1139 0 obj +<< +/ActualText +/K 1337 +/P 1138 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1140 0 obj +<< +/ActualText +/K 1339 +/P 1138 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1141 0 obj +<< +/ActualText +/K 1342 +/P 1138 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1142 0 obj +<< +/C /Pa13 +/K [1344 1143 0 R 1346 1347] +/P 1566 0 R +/Pg 25 0 R +/S /Tab._Versal_bold_sch +>> +endobj +1143 0 obj +<< +/ActualText +/K 1345 +/P 1142 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1144 0 obj +<< +/C /A4 +/K 1348 +/P 1567 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1145 0 obj +<< +/C /A4 +/K 1349 +/P 1567 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1146 0 obj +<< +/K [1350 1351] +/P 1568 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1147 0 obj +<< +/C /A4 +/K 1352 +/P 1569 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1148 0 obj +<< +/C /A4 +/K 1353 +/P 1569 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1149 0 obj +<< +/K [1354 1150 0 R 1356 1357 1358 1359] +/P 1570 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1150 0 obj +<< +/ActualText +/K 1355 +/P 1149 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1151 0 obj +<< +/C /A4 +/K 1360 +/P 1571 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1152 0 obj +<< +/C /A4 +/K 1361 +/P 1571 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1153 0 obj +<< +/K [1362 1363] +/P 1572 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1154 0 obj +<< +/C /A4 +/K 1364 +/P 1573 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1155 0 obj +<< +/C /A4 +/K 1365 +/P 1573 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1156 0 obj +<< +/K [1366 1157 0 R 1368] +/P 1574 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1157 0 obj +<< +/ActualText +/K 1367 +/P 1156 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1158 0 obj +<< +/C /A4 +/K 1369 +/P 1575 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1159 0 obj +<< +/C /A4 +/K 1370 +/P 1575 0 R +/Pg 25 0 R +/S /Span +>> +endobj +1160 0 obj +<< +/K [1371 1372 1373 1374] +/P 1576 0 R +/Pg 25 0 R +/S /LBody +>> +endobj +1161 0 obj +<< +/Filter /FlateDecode +/Length 10226 +/Length1 16195 +>> +stream +HVyTT}oaQ@af6A@d|# 8&( FqTSkQ66yRPi&ƈiL,99fik7䟾o@Fa(]iO-W8U׷y;E9~ +ecC5u,nLuMS܇Pms6jh 5Vt^9z/:y\mvw7) +˼m[{Ns8W޵bk2X!t,PEAN`\zMG;oPʗN20P2#y8h '6r.Ý$c`ЈPSQ#"D}@1Y'$lS32'feO͛?N,,rM+.>ceUs=5/l^>>㮩%KZ]˝~*Ju-Xؔ4ungWa7յph~;$#udkԄH'EJ Q1+= `/$N  +x $&PUZvӓ g+(DPR4%Wyu=uxwxO@4}+~_Gl2}s[WQ #ja=Y)51 |XKzimML iU|K M Ci&qh6͡2 +!# +&52S鋩[όo 3% RSQ;-ZJJ˩h$B9T@Aa0_JUr`tDo|죽E~3}H0O2Y Y>GY/2Ìkkl]P0W3N>;̎ѣGBCG z,p*=u=fKU96ٟi$FldiBz4Xc$ƫKi6hb<&9-^S6s 汞2 +fM_P6Gks't[vU;ۣ{u\&SXD:fv*EiR[XڬE&Z>d*cMZ+G,j^ſnmj4}E{)V3Bi΁߫|;^9v0CX4%ݻ} +=/򳐶 4z%Sz sǑPmCNb)$XƠF$G:E4 {Ѥ7ە 1)&ޜZZfWմ[ZԒ9GՓLfI+PfU+StDĈL[A v<, gcd_QH^aj(b]DM>2EN&ȹml֔*Ooo-m]8HQ`V_x0b~}340qr%T^^OQI r7rkár-$MU[ E%cY@%,PnW+00TXhHu^o?J J!O9x-X3{_o? cis}o:=/o=hҴaĢMW +;h ^]&jX0( cCVX$XMShPcax;$%hb(*pJv$+ + )'?~ ׾a9dgnrwKݺXQ{<#|+evk+$6@^dW$+0sI2U.NOڍlЇC8bWcW:B"RE+8\%qcPޣ F;yxEV9ndPA|"DqouӼ>Z"ͅ;kO9?R򫍍W*RI_RI-Nw,$mp08l[ &WiB(Q +JZ +*9[$;x)鐟wP6.,*X5m)A YA\AҸ8瑊 +QcNl%9oUm豓t7E_{|ؾB]玍?߰BɈ['V*H1F˄Y;r/)'%}]AQR̾'y({I33M?:kt˸=>]܂Ý+/pl`֏^su±K7.gu4ĪlYqG`"cvY~ǷǤ{&ރ1K2Ư waYgQp(U]F;uw Z`_9 +RTZI86&}I?ZtEHe{e7c[M6"[_b >p}^I`؊XYSZH G`d(< +:bbRU x3v,T6Qz0tΊ(tq73e ?y~Yը- )d>%<ݽ˛۵ᩩu ͠$HdZaV$2wleyF">!hA4`ٳ@c pIZX祍k'*G_)W%]t)SX58e`G7{/;瞕+_nߊ{9-GiIr[b&0ojn'J-B x  +Ej o"=ybG{ @D,8\)9~|q 5I|iҠ2S4]>]sRy_h7_wtTzuV}PDjSP:f ۦYw6u_{~a_o'vGlױgy΋8!Ц +tRF!vI&+l+RUVm4j?i4\;]Yw|?@O|oli2_^\빯^~'2`J`@FAgQ%/: ydNӴ9>r5mo7-fm Ӈ睥S1>N"[RR(B[d4~c#F(jlim#yCdـl苊|BBjNM\osSVg>Xry*} OUՋc}i?nctlۧ'n9?ӽj= 2u=DH%(F(."IhПUX +*͑Ǒ9rK=It`hYwxf{b{mL_;w|뜾8ïZ,!mKV|oI4tX:V%ۇ(ۨT vL$XY"4Y&|%!!#)W'#=^>Nu_O¯}2( Ra(eO%G= h<L}j"(TW +_ٚl&X;X2k"),DA%1 +"`V8PFX7tlϮG'9"vA28R/3}NZg ;V%ßXն}7$cWkqXr7/f>]XD*dt# + *bvŐYJۨB*oeHYrYc "OmjW_.rϫ]WiGȝYy;FO^;˳.z >DdO"R/L%8`sFqrJTe0˻BK 3wD̉gVNpƥ\'ST}.G@ zAfa j%bh}C2ẺW!]D#VRWt>$7"2P*:.2[-oϒ.Q~`if5$*b= ^]M uN#_c0N. *g 9L\>3@vҍ]}]s6g榱NuSGSRPJȝ`2O58VR —NrDE &GCK&}7-OΟ2qۥ˖.Wܺ;-zRܶ{QQ錖d oFio3Nqܯ)7${t5ef5kv֔(M`mt'*ȃ??Ǩ(tDIn@!v-6d3CY/|qr(+"J 9 8kƑH[N@4Qcq&80_V=]7b;e޶BGbsOhuၫC-o ;&lBhQ9i/<d'UӅ )JԼNSrF^\znõg6\'y4F.o1bõ*E +Wg^4T*O];ٴl߀REfkמկulM?h'ruy8<;RGy +. TJ4ꉚ7ȕ#G<`Iz襹?['4V?ZU~SaHa?ݬS5unHnQgw6hѢU#5G':z+2 hu}:k^ӀoyWt,w?D?ȏS R^X hZj31@h2J^E_pV|88K"NBծ"ɯ1 pdKՉgOާ~Dr~Gk#>RV\3uf˳&_MoՓ:c [6NT=@P8Jr.)29aJ7(huC`a 6!gII)Z$H#Wd1ʌzeպTb]ʘ8xP+Z\/գ%ڂ8^]ɲdY7dy%-ɒlI||1`\c `nB;$.M)P&C!MxJ MLӖ>f!C3 DϮ$߀Ϯ4s.;%Mg.(d?*%kløSO vzItd/QÀP"Q77G((!Q1e|/,dʪ 4dpQ4oa2r;Jt͵҃E$DFH4FCy8rKZ`6F˄ hLBR?2u'۶J+l:Ov`ʾGS5O '&GHPfB['Zvvnu̙#|,Եox)K~jrdTKpM^ֽ /@I8v7 T%]2<'(p5Gs?9ć=I9w)zAה5fηwy⢻0kIm-^^B pބâ )͜BDe01:tP(gš`i `E|DfdP>rd‹qoB/"|c>&^?7i|OJ Fb"K$P_r;/X=E-}pܽ_'F *܍RƁ((y8.\`&ݑfc`[Z4Lԇ`q@nr]ܒw+)˺A |?{3[Z~xM(A[5ۋ&=UG}۪hF@"¡ǯ}Lo /.CYs0ڛN=@8EYaxX#J` R +sNoehӠȎ*fK~e2|@X[ m>tߞ=J9A:N.Κ. f565А|2۽A)m9CLW`15~w/_O$l82r7Sϟ{뛗3w/KRejD:Ő%B p-Ш@AU +s`MP Cs*;z 7E(E`m}%Wp" g +oAZ'\2yDUܹ#>=ړҫr')'? O|h#;0b]]|rpm?9G-K9d( +$MfLjv=;Q0oyy]I!HWe˨ɪ8_r6-86}3zh4r%=ҧ:XUB4O廌=Nxe8*R`kۢ~CO38T3A!KS$@сvl;Vu3#8C5}˕]w>ak`hhW]ZW컆~|";9c=|ij-J$FDYdP0w[SGi,e,RCdJ +iMjBf'E9HrlDPUl_ILH:|G@ ==4+Kv毩4yM 0\tXOf6eM V1jT(? SI/e ׆r?)YcNjn'EQB6ټF*r?2ëhK3;LtbcLUce*!mcfA|Z(>+B!4R)Bz!S +!Nf}f2#xcϾ֚gzF|]zy QUSO T%6:lܲswfL%>oqʂ,@VW Y}b^,K*vmYXIݡ=e-wl +憖Txf{K[?(n[a+ӓS随{Cѭ;7x75 v_WԬ}ҵT~;hw֦a̎>Oˡjfg8n=gGc]~՛h_ ]c EIuk  QF/Ǘ?mkV=s^ʺ5ۖXb%xpN|rc|?ﲰrc䉚YzԊm]HMqĜ#ۺ7m]Pu.:Ҽֽ较DhA3Rцn'Gq؋wqL~ykXދϖr-_Q'G3֍O3H{FÓƦ"?+b +endstream +endobj +1162 0 obj +<< +/Filter /FlateDecode +/Length 9623 +/Length1 13410 +>> +stream +HVkTSW}!$$$@ E>K +Z"CS|bjkUkՊNmkvN;5kLcfruZNt8ss>}a5xTέvb T4w{J+f{̀@EP!wl]9 oi{yb s2o'f/Gr7$&y oZG& -Oul>:POwK,k+$쓍sg l)0qEhfS_A,8chшMG{Jo4 BRj´:};)h$I)iL=+;s'O):SM/-1s9ṶWp}C#]X]{uw;}.|p҇}|+^W>46Xwv Sѭygn_`햶8oή +Z|skǫ~oʴlXQQ\x `Y?"5Xb'&fAlQ`3:{eG9a)PPB5B + qVp:QhW$b`B<HZT!"6ؑl'rdLAb +QbxP/|Rafbfs*0B5jPyèGQ,ch qX' +Ox"k S)#b6^lKx +UNn^ c^~8_a#x G6d`pNi38sx1 p 1>p ŗXNaB2!<Ǎsc zF.ӱ;=,E03W>L>OG^A]x".\ Q +Q9(gZ8$yQ&~Sݴ`'XdnˤY?l ;oͲgBmSCe}` eeJ_FU%N}- 5R}\ty])xo>J=n#C2w4Momf}}>7$ф,H94+Y)=~s\GP.g64Ȣ%LvȜ5\>n;M8qK F"F7HE" C1Ou8,41++ǠL+b|w47l*-7v>6_6ZXm"j5`BUbip: +))5u᪨p%ʮquj1YqQ%j^$yb P) PIn(2,X3ߥKs덤pGv+tV1^nMX)|m0+:\ܨ*(k:qjAbSc|bǘ:2^4"/AYA Gwe1)IR|M`n@23*&d)I(8'#:8;.٨UF(6SuQ0;h5ԝ:'uˍ5y))aVgiK]]FGooҜTKKe sNU g +2,O*:ףfl) k5|qslT(2R(ݹhRRɯ|]1-KYD9P&pF-MU"Bʪ9{1Ǫ;1x>JU>Cﵫܻ*O;LUC6Xhr+2FS~꿘ئ3lj98ۉo  nJZ@\ +0hceIkc iViTcŸMb3V~ g6?|-{>ga6`[RS._JGX257pH [C)(đjtr +&t LHQ ju7eKOڭlf֛I @Ì $5٪pbS}!?P\1/7,r:U0_99h7fq ihjn'AnTUR_ R$=Xze# +*/60Ѡu@<-",ޔNULԮ瘚ѡH|6S9(TY~NI)_Kqp8X# hc^DG[@OȼOћqͷW?n|e_CY}/O -VB>ߔ9QG[v| GPJV9M8 ضИRxVv;3jFp@RY/@ͱԗ/(>y&r~`ܤ x۫yӫ9%WC޹X+Ohn@sҡѡ(_M/-1$YܞJM>ю!56 'oсE%2N #f) @4JtlpHSu,] +A2cf;tD+~劜z:8w+ȲO?KC4ȏEÊ.I-$\^ܻz 9GrrGw3/O?b4XeQel:fŀGo]A!Sep}$ +'#ãҁpSΗa>I'ƒQ"n5>G3D>Ҝ:H_Z^5tĤq:l,CtQ>HA#cG)ِ n^ܓe2A}}[#D|sxucםv{OK'> ?6ZlZh)X[|vkN/_3@~>~=WacfW/xiKM9vd{א +!w|V52)͊A6 +,KCB",|ϕMl scgRZ7y$a 5eh8v$fX ((8p¯u%@m^li|uZyw?Qǔ8$`_ Mh#sm|/w;&.}|s0!A"T4̾GKLN7q>]kKĴaueDn=Ȯki6#C@3 ,M_Zotbϔ)fZuͽ~Vgs5 .F\ jESvI69ϋdZUJ/6ٗHJ[.K`緊 [E])k EQ(ʊnOT֭fPFcSiuY+|GlU*Jv4?F w!D5gR8f ,T$(&{غꏟnr?t":]_ 9O*,~-Fg@B!!ܸUߟf0öhU idȗfU8zE5m7wkV^fq(%HX/D- h`ddA3>ia8x z.Ch_H~Vu0TeDeAi".]C}V>g>hO pZ3h|t('z?1"#N;!a)X9F9&ccnpXapٌO@IFn4V*\(*%}`o6_=]i:PkASzziรd[ؠ[Ʀv x11965s1U߼L-1SRu`hIQ,al~O{&d0.&̀E3bD/.y3&/h?: kaӭr$Hr:Jh /?γjrt(~?'sFc\Òg(1L6ZIu)ֿ~|Dz<5ST!@<W<6,$O,@J( 18O];1{;,|*4VP O0$!l22  `}8如1 F[Z0 sLBoMѐ!+l@!6rt58^\-y& DqY1҈GYgnZ&QN?PHr)u% KGv:ҟ ^Թ/^{j*s؅ViCP3eL0 +19d^Gmf#?)=F MlhX>ý[Ac[,^9R;]۲pu5/vof{60UoޙpcÁL5oa=.5Tn7D4DQ>@;ʜ(Sd gÖ~ +du8|Bgp+(ۮ1(?Ě(Nbvؐ)2C{upk>"ڹOmżoGVZwnAl+\;\xuAil!`xIȀx$dIfJ90$s +澭`xM5 FX4S%ƗzM +EhZN̕ (nn AYoSr5' 0m^J?u/(aQFY<:r%RߜnOFG?ӆɟJ2^-2~%g㋝7Uf=1QfDIDprF4Z%5Ѹr?3wuc őtg\:F}i_B4oaUy5^6(I'Q۾mZf_\WB% hRܪ:y !#T ]B!V*ג4vg f:Vqd +W,hi|xۺaq\PJKp2yϽ|7Oطs9swvp-GoJ}t񓨌FĂb1ΠSM%Ay WF)"͋F$Z5`(Ă 6ؑaqkD0/%9曦S)̦wukc|fj$O\[n#/| ꇦ!C*}C@&H*c┒qVˬL,FŨB-8j$K~Iʽ ԝRtHCJęQN\n/)#C@hai q`Ԫ8J_f5r$B㘥 + \P]6P5 ^zn9U0foDW#Y#1ݧ[:A7"r)9_?44 wwA))xC]S/*foãPrN)Zϖ̙.#_r(-3I4qL;8p ʰz-CT~-)p@<.= B؈ +/m +" W%FfHFMܩDӽd~>r슝GZsyY`I`S_p g!*Rx8'eRl'ȇ#ɠHqc"5%-gt/+x]vŤvR'%_KVnWh/Xw?xk5hUf6 +}kWI801Y'F&O<^o4wQ uO}Q|r "(Ve܏wv_vh>F$>渢)`vߠm!M-1;;[^q?92N_E,Z›<_&p߂SXze$wi.-8 [v< X&j8lf &tf.ZϡQhjQp@l44!|f'{5~ՅDEogfgveIms b Z*r Es!Abi5Ց]e w( $Bzg^z Bz|?Ĩ9s9~|:)܊1-YCsQ=WahcT"HW\ث 9i~҅$ iUgqދ8(AT#Iqˌ3c 05c1{XF=w3e5-̹D@%)i0N^&ݵ0"W@]Iw?&e>Dž~j\ ;-jf|Zg"/y?yj-z-tzJ cԀzzC_ +[-U} tqC3ƺ 'SAyNSS)ZȯQ3GX}/"`RÂKQI[{{8Ir֎։?M/xU2Z>3_>(/c573|@UMj/ ҧ@OO9OUExTXs>cx`F"P[A?+ 5A<` Ƽt%`: +endstream +endobj +1163 0 obj +<< +/BaseFont /VOBDDX+Wingdings-Regular +/CIDSystemInfo 1577 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1578 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +1164 0 obj +<< +/Filter /FlateDecode +/Length 2681 +/Subtype /Type1C +>> +stream +H|TkPWfǘulinu DIDEa:t%#* +b_ac1յ*V4v&n{=;_KI3a- &$2ZaW@DdvFX!$jv1 " b)I!D IǺ!BOHL$?#ob.J|$%ow8If[j.'Ef]iSE~eeϪ˒RGq؆AAF!]enWT) +c_!%G#rdBNp G$@ qOW%/( OA->飡UŒ%AV&Eq6HO\cﴧ%j { "i|8Nga)cEle{k4྿.+׬fME($=!8r"%CLqg,;}Wl%ԿU6!ooAAhc=Tgmexf">ANV>/ZQ|qlɎ-[ ƖR,:*6 J& \i ,Tɑڒ:œ&[?ͻ{7trgbuŅ<P۩ +ۚnw^YY>/ V E8[9|㊺MM2rOe645* 7*.m7S~ŅMdot6+\,%ljV B$S( Q/ "Gԯeu*^ޝuJ^"?7/4A0P Ì)J.cZԴw5xY -hX-'-6%0mhu{vr-m8_2ha \Ck\՜)mREBK!^`wk{7o0FJ0M5zgYaZȎWX9aȉ 6hB>JY%ز``boDym6I/ڋʒC| v0)؟Gt狽wϜ(.O,mXK]@?z \mގSjM4͠J ݞWEheSTKtXn)>ZaÿØK,\J.#qH˵-iJH)o[ &a |%b9gʏVjSNh) +GnF_{ە'np0E֭{cX;9^d^ޤÝy\9VG#0xӊ'3_+*Fffk-|\nFeN0rFHL:cuFYQ*$P2ET {Sl_u,꣨ u8-rze>tqnhkOyBP3c.ݳ?K/6dQ.y1++*+=3/5])p5kmd/4$;u>A ]eecY8RS&h6 >"1΢'L?HJ \?}$`Xit,`VTf;IiuGK*kNt"yԄ:eU P\CII+sY&^fl`vC6R؊nIe?]̿r(4]]v]]lOcJ= y蕱1FP8,E^E|b0ՠ% +^*~ATbB\ߢE|1R0ךCWo0\?8rju@ ^Z)}}O8} _ :RoEu$M^R@I(ݓ{' U+KY^lu|甮ӤauCE`{ aq{;S6OY3䅧|ek鮖N)r('zzcl |qwW.-tw+_w]J۫#p^RN^ygu"Xge-j)!;C&ǁi͕R5Mqn[w `u.㉨ofG̕+\'-]B:v1K~W`(I MZ`20~wݓ߁lQSY74&f&stnjظ){:> ?3Oi:UEso'spW'~Fw["v[|/+=̋~x^U+YYT$1==7(7o] ?W>}lӦ],1SnAR<g7w yC$QtX +endstream +endobj +1165 0 obj +<< +/Filter /FlateDecode +/Length 527 +/Subtype /Type1C +>> +stream +H|AhAw%b`B35Ic(Xm$Cen z {Pd-^b!C+J zC=x~ x:PU*+yGO%Mv}%b !r/AzY6t:quN⬢O\&1ViYIΖJSa`J B\;X50QiBSOM*+dFװ&ª.<+4)N޹Rg5Ĉ -V +䜇>(#tRcۮrpV]`K,f};3d{Er':? 9@p^؆ A"Ьٝ wwub/٫[e>pjȠJs>Z^{x)/ z+7 Wd.tC}i6!ڵJJm%}[}ӂ#e=6imY>[=du/M\kb{!CQ# +endstream +endobj +1166 0 obj +<< +/Filter /FlateDecode +/Length 1455 +/Subtype /Type1C +>> +stream +H|T{LSg[sekz) +"F||0bTŶ +(Eʳ+E +(5k֨ChKS$hP6&Qr)ORhiB:ZZ*4-nW5 +9&V;*1#E+U4EGcZZdYԣ*I*FJg. _+QAϥ Yæb/`"'l9`8aab+UX)௜8i2>ps9w':ǯkf^7㬟sfLa#& +- +o0H ]GcF,&#B̰2 ɂ ̩~QJlqz@XܼZI :ݺ$R wֶ\`M?Lmp=G=Mt.~P!Ø>b{IR;⯮?:Y~vpYyVR#[}DJ^w ճJd.>k#r[~ R/[ODB?WJ ٸ_abW[tA@.`L!2jvHz-|CwsҘ^Fϵh'CvZ/2vLK>)Bu9ڤCH4nO}0%0"LMb;bM7KM0{ӳ7xv5*0UhO3a~+5/K zQ~QAQq (䃦A<4 MKIZw(+H/`|*`mw/[_x.G?C iW;b Dq:m|qR;$|L?[}8җCИ, 63 % #۫ƒ)To^ia"/n&;¥:m**.=I%IN3}x1 ڼ5*2¦'`p[~F1?guh>f- (Ta:s,(|sVCr˓ilcƵW8p'B)Oa,LxKcPK_1?`Ϊ}NRq"4e?#5E[Oh*\"N8xn㚌)&Rub#P<~Xiva#a "_LRHadeٮ]=)Á'&Y`i"f#kfc,qi^Iְ3I;i;-/[a7)ᅪc3b&Τ+@?, X,X[x-.c\Ʒ]>؉V +endstream +endobj +1167 0 obj +<< +/Filter /FlateDecode +/Length 2092 +/Subtype /Type1C +>> +stream +H|T{TfBd6vfj} +VXT@ݺuE<A`- *$B*/T(>_]mWv]sj=̙woD",2."z}|UFJr~<+#UfxZyOg)Z̞Mڄ=x?Cf'=\Voٚ- gA1d?4eWȳJf*[Jɑr$SrPs򌜭r"Ln֫i\*%M)m3R\ [#j.E'('lVT2j_urn&O0`S00? İ [&Vaj1ax Z`DZNDt׎+-Ϸ߇q| JN,!q=_3'HQa@![2qP2A$M! 9wJm#dH4Fja9p"^R4o!DI,|<>rX8ϗ9 y>d!xMjƙ\hI Zwpgf(`I/8MY1'`D繏&IW;?}|f.W dc{}w_ƅ˖hFrO%d|5 JpJ*`e+r~ +-X">%cEBABy>Ϙgrp^#}hd Lfޖ8:Z>ou!1Q3H|8John0G^ǷeO[U_]LTdHR`[ÇY+ 1̪u{8J߸^ b@Y?cl o[t9b:,GB`D::thc 2=K Z +<S0AZk5p (DO)~. 'z g_~rd]UPDg(%s0Kui70VGݽ2Xj4/:3"VlH^.%ȶ + gkƃsT6o8Fx{8Ւ@|t{ q^nlu{.YRE;~6V?#ȉ^2r!8z6(hZLզ/5mtȅ,:,vSK.𥱪JFrwøyR:tk0vR+=~=[h>Ghl3 j9Œ'#+4m`* {KQAҼ3ngyJy'n3&A0Cf{(R%z-[G/If핞[YD'#758Om +=vB (!%&^{-$kg+w<"ȒF/}ݺA|!r(PGIS +yi˧[)4:;>W\ŏu<$ l3Ftߏ<^gHԘj[s W ,j6I4Y\k [7g򲙜܂lB75q͟ѡIr5'?$)12˻Bp"ٴA+QSyx_5b=N?>ɢ:j$x+xqF>CJ 2)3 !^=fҗ½"?deDAmnݤ)ԽTܪp>\m0T$=nOe a(5[NPC8G+WH;~pRd׃%YO)ՉEmta\-k†n rVBZѶw{(Y'Hj|kD~Wܵ}k> +stream +H|P]HSa>i3/ȿi*?Zfiv25ACNHPVvD 2 GYDOsMW<: I2x籂!3-_T˻+e,H)C-S8OnwojY +L{u8H V'`UUiq(D%%%q,G5 `m`=~T/,cA5n7GYa@^8?b]68y^` 8PV!΋,f ȢٽLǷgc:[ېEa\)Da$29ߤCK)%UH-mia?p5\@L^@!;u;xXZ!tXaZrTn/p^@@M@6$B +[)ljyZObXq>}׫0FWP8ACxT$ RI]{QOk;=}JyRWZ#2! _l3!k  S"eYqC<"CmoC#"MDCٮqz`Zk>r[\LT?m8/J#"䉢xIS⪨A,4+&bNL2=>y}d%ORuĨ? u; +endstream +endobj +1169 0 obj +[1163 0 R] +endobj +1170 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1171 0 obj +<< +/Filter /FlateDecode +/Length 236 +>> +stream +H\j0 ~ +Cvhv,8(!o?-L` $Oݹ >|h{0EpAp{U;$$d0F5L^\p/Nd3 +<ͤdc_Zoflt$cLPhт~hOon0oCB?=sR +٨Zq*佧UaЮDޣ*v|RLTyW\yq +endstream +endobj +1172 0 obj +[1163 0 R] +endobj +1173 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1174 0 obj +<< +/Filter /FlateDecode +/Length 323 +>> +stream +H\͊0y9mBAb[=;ɔ.l@3$)sew?gzk> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1176 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +1177 0 obj +<< +/Filter /FlateDecode +/Length 13408 +/Length1 20751 +>> +stream +HVkTT}0DAr w83AAŨ &њ֪5JcjJh1ic$Z骱IZ5++z7ssQ]UgMž+\Z{}})@޺l@Y׾z?`ߪ=BЫn@ ߟ߽j^B `8dvZ4P0<TbrgVp2ϹՍJOs='ܤ`+=΅_9곞xߒ>cg )Cwk%t< ȸnePt$ )ވ!kܢ\tZEI} c ?!4,|bD䤨cirLl\|Bb2Ś?uZ-](*.^ZV>cfEeUuMm]gcӜi5e}|#B⫝F׿ܭn[{|)Vw~Y0;pͮ -EBn9xGgK2'ّOSj&_r"G'Mbb1%YIKIRSQ9 *tRR%S&`fzlK2,|baßi VZô J+i=λVrmħgmk zy{d2 #|QDi3#[|Ǚ%/0{aFemcmenaNn`~jdk?Ow`0ߍ}-kP(a,VTʊc}[ _w-HR%I' kE8,7ťb&Z0" k9BP)B#X$zF[gm̮~ryq~ }9pu}~jZ/Rg6a|ȸ~c| >z,|aWZLjG|4jHr8U|pYI Ԣ!1FUJNw&phVڎlC#?G`tV;< )F)1n 5c&۳6gd5݈I<ߔcԂ3c10l'ɡbM\E.b.V4Ѥ%A/C&hI xla]ͭx +#ij%Zө& ڥ &UK "_ i8$S+ARM0[C,fكn +,)sh!E:tJ)=A'Ĥ$%Aq\+-UMWnkPc\3^MbzBVQlul `SyO{WuӟЗ謲=-)9>C1b2h$|N* C3 j{"'s"X&9$P$ |vٳr֬Z//Z)fV0 Y %Oc[.:1ؑbjN,gA[·8-n7/e(Zt;L&~PNMKJ nj0ILK*i'=gkvV` ~ʾ͐c HWWW>rmSQZFѽ~-U:X ]*qUP(͗LtN&h=ѺxsLsxL>޾a]pXSp4YP?#Y18Ȩ8OKRv/bBf$xb֜|ОW*uAQO.zRjxY?pw8Wٙ0[=9۵5Ї|e#NtuE*pk.@5ʲ/1zݤ#Ȣɘb"Rr$UB "yKP)FU#ѩ-gִր٧7xֽXd&ѯG(wQHmF~1T]é"ȼȄXuhf^M|E$Deyj\Ou%>=Q!2C7?)t{AEƢb 6|R|\`S۷f͊wzKvK:죵N67޺X3ܛmm7_OE]t"g>!?zj]xjih6{XP%Y*N)ἵ3cY.^mÈMofU$E2КJ/=7 ~饛O%~~#v#z> +移;̲Z@Tu񊗿HUڐg1wy33w &Z`W..*+"͂gF eu'G|"`N|_;Yߤ5Tpl@@䔰\/RO~}u~AѩeX`FT.'f-p +U#!n6ja Yf83acGnBF#ɿ op$]my4Ow&V-8trg/n-_%^Jv;;;ZJxmoƟ?dDx{ ;Ѹ1ɭ*vO㎴L/ٕ߸/g_>髫qw℺Cɵ,'rB=ͩW4=Yb Gj8*.sĂ-emB%{\/lVzANB/Z&+XkHMPrz@fGVG +WU@?"ͫ9 ik\uL]c.),k?(b\ym(o7:rU$7)D[߇JY͚eTѣ' +1voA*F5ӪAkUpҌI(  F' @Gʁh ze &3{%W,K~ +IvdYƀ<6 %' U1JquJ2(-!u[ )4L$Mc#ػ Ӏ`RD4j]uKΪݰcj:u[sϗxHmmM{ cKל_(SD'}$?{t\LH%۹7rܱkd+eyK+F@R 'ho蘍F.'Y +<Nurv҅&p*J Փ%Vrg[6mC[F[\|[c -?9gW+}+!_l~z[+deC&rQgBě9M#(+mF9%8+4b0H")i܃$ԄERIyN(ƙixRՒ@Tp8G|ێ_7 M. HXw~VzPdUH/Lɍp, +BZɀ" O'![QU̇PثuQXEky:u;Y +c ȁ݉K>YQw/C{ZIuD$3#F>r{0%af? +ɳ(Hr6 Ci⼢ri[2"*"1ťqq>E:K` VŃI!ͮ`ǷǮnsGWy_W8lre |ZJ'j,0}f_[Ya: ~c)D%a-M6K2M"r1Qfc +|oJ!X]sIJm|& +6@ȺâG3`p +Q ؋w9y~Cr6 9SۢpH|ۗwчF +Np$#,&*m9FI && +HIqo =L[F؍rx;pMR#6-IgkEGAJh] +eљ (? up`aK*Y_\i{5mWeadb $9n#+: +@:,c CӀuAgD/)mucJ & "S>F֠Яjw>$hKBп(MemW2 |Zt,.K%?R~ѥ]x(Fz RǍ]A>UGk4nJ$3ILa.Pn+4NuIT.H`dA,AU[bMݜ:SSC؂Аi}7̨GZk^֥CP5ʌfR6*ֹi 43tħ$EȊ +N9qExwg/_vi͑ʝ?xs4p +L>|p煑v.}훾ˠո:"| h?bEA <:ϭ 8zHFzǭa{-PtV _~wy7eihCl#~BC'h:/(Y>a5jy I3Rg)B4F4h2VB4#1Bh h7cqPJMIic,d}Љ  +e:~73k>^6_ +u'0\VpplږZ[UIp?G$Gv/L e|(*bG—̄Cv.^Kݧ kTF%!BitЏ`Q0Mxӵ8:W_s_WGjyZ! MeHug(wD~Q]Ed(9(GJ1JxR lf!i&#0h?Yt}ѺGop8gDb,w'QLfEc'xkաOL`UaPmx!F@BO8b0z yVGCua6e5ZZˆSyql19C>[iLg4|yiRƞѽ{3f,Ivr gm +7vuoEjr0B΍ Y9c)-lCZQHwll?}#`e~xu@M4T})t2&,+=Xx7Jnb2j4KcU8$jWRi,x8nj ]V|J?TW)"V[63TA<&pŶ1lH椂oŶ!mOfNނu4ɳH.g✶Ɂ([i@M *NKN`2xb0 dHF3IV|5 +"Y'H,fFM5\ߵ5%%{3q[;~k莼|{Y +d'xN8߳Svm7_QQWj28&/Ij A/9M0SiĽYQMC WJ *i>*!@ϕ]q.Գ &a 3\PqRFތol7Jm̎u#ڼ$7h͚g43ug{U4ָi!37O(2MF^ZOu +6 I / `5`ʌbTQJ: +D2Q#[jJi@ =Ta>@67b!t eJ7F:㗣KG7,&K]- >~4޸90.K3gN)a$gkAEىt72b ¥jKY3 !d+D%^jT +8vNQiTVauDͩ;{}׼6/߯ђ]vgՏ5#Y]GLC(ٙ߫\ !6T (eJ+h5"N0 )‘Xy2*@ ;tQҼ'^c;E$՘ 4儞Ũs+g6Q{iFul޼U/XXmHxp}RG+u [j;?`֚c??z_jD%&nkزKMװh&}=#Vx`V1AaJrrҕE%껮׬+XZ@80RFVWeW֕Ju+sAC9_U5vn?8IV"MI;+oD(j,Grئ3|\s8ķ$%qb;v_ĉOnNBBH4!@Ph) P:RA-B8EFᇑۉ_c(CB`a t.AB X;_/a)AG3ԌdaL溤Bb>6wI_~q|䍃W>8Ɵ-30/^[K<<G $Sոe_aq[DCTMigY JZ:QJ\18D`tڭhTdvK]d "#ig[=T~g-u6w#(8 +0Afxu1Sz>Jޙxpy!\׽ /%xKM0Wa(lJklնstE\;Yc!XX4b&2np`LHdNm2#d˵f+3m:[6.~>\lї@rohԺ́8_< EuFEKȚȁA,ͳdNP bTӰX/:6"<5BIZ9Z-kQ*jdQ7Y…$] !B+u!&"Ya.6YB|&t(7y aÔol>UG|ebcTp,@m@' 8!=d2ϧSk|n=|T:QՁ| Z`4 .P +dGZ oL|l=9iqI--;쑢H}㯔 v%[Xla 94d8vovJ&i0Iy͍&;;/~ŵc,k?-$_4~W|gқ#|4v +5 sFGlaHCɃwi(\Y"J"¨yجbcT.Te>4ĔJ2I*(]>8A'u֫C棥3;g;4*2*).֜=䮤A>M1+|'KN;B郣EUDbl/\  1+H9b4y0 48Q¨ŖPЎBv26)vp\"R\mHkEgK,)tΑo*CۘSicV哿v$Lc)ή +4WaSrafo״YMæDL rȘ I-:e 3 xE$6<+BGX j^+U4Sg;CǷFYs3]YP=^wvShc NE;]=K)4 :,W98ӬYF^9`Rh_E U +˔NfDph ֗ƪ'?+${fd2MX89TN)+.K?*[Z[VKn{_Tuѝ+%3*4ݲ<' -K-rr^<3Ciww@Bvd%K%~+Z*N"G*&nɈ٢>S„hz0&cȖ-l)aFi@ +m,q @8 Vg}V?v|/5Fb?(j9}Op_ +lŒOG~CS%2QFb`iH:hɂ9E@kNwwCk̵Wb0r `U,!~ӭԒ>wNx=9{7ķ,TPORdL0N2UAL .kHQ{5;{ǐg> f.3 3Yb$+&gʞc9*jlzV{S]D}mTs(3yc1#DBDʪ3DF2.-ܕnIЗ0cTR]reK_Tqgz(V)-H +o+r3x~}"@5CU- D¹C@]uwU]. +G"2Zy*&h@~f h{ _E{k@?(h?ƿb } +b/t*R9HKc`JI08[Hi^AA3b=2#^f] 9@:p1{M>A[U[/žJ8M/ Qiaحh7#Q~S@<@I^ )%ql^iFl6hg!oA{B %v s8| SZ?I?Mͪm/MQS*G{2q;!y]f8l*W2NUI8ݔDN55WKQZ>QzkdY +M!1K:9(/9oy"ψ +0&NTr'fq8(K`C)ސC1W{7>|OTqhq{G| ~8fd~# +'Dz@ +ћ} + ?ϥ".Ը.Csuf)F2ɨtK@)d\L\u:_W͏?L4qx/<l3=NOc(:8N<{stB;/wE-z#uI5Vf؜aX_DnNҹ)qG o +endstream +endobj +1178 0 obj +<< +/Filter /FlateDecode +/Length 3456 +/Subtype /Type1C +>> +stream +H|UyPi&IHl4v7 + +3RED<@AD W JaH :ނ! ** ⪸8UQN;f>vk;m}]8&p%:nkrNJiʳTVQ8'rn$GD`~uMR%Vz]®\b4]iSl}:[φjuZ*_ b!NW Vb5zVֱ߭*^ilNV2YU?c<9GcbyU-QVR9:Zlyplܞ\5MS0_L sİYv-ưapLn)X plZLEa: +J/xq 7ODKE5"KM)[턝]]q^l` ptucIMo7qzT ɨJ1#H2SGSD i!+'A%N +`o~8 +)q+#}-~H#y]Yջڔy< oPP\\D"AA(H@,z 7XmdQpf0I` ~H, +8x0 Z={:?%^旕O#RrzО1"$byfN06I]"u^S`? 8X_~gg]~^ +4Ei/HٟD aݖDU~2&w + qwu'Fr![B htՖa_?x0aJLN!a,=(\$MN9*PyK`F2(.:t6dK{_Rn{3Tqqi?sO"8Fs`38o`XN;_גcB6Y򰝞AD4DOOٸ +~0Ȏ>S]gE!S䦼Jctɖnjy;y_ +P\5QTD0SD _*Z +k4 px5h-ҳ۲o:6_g&uhvEL }m='/fsrTY''4y9yLr.م֫w0 7C,K9}>d2MOֻf%U[DHN$PU2:L'6i|0; W(6?WCt$;Kr܅Àe_H2&hDSt_Iaʤ޹@ume5[ҵ߶GǏ$%3\p>0,-ȫ̢=?=7}` SNP7Y뿉(>B ϒڧ DqsjfDc |:UoP@+ CDC! ĹCGLlDzen!{9sn0}l^հ΍&KYPHYO$6kc0edQojcLY.PBߧ3-n _XU^kL>[Fǥ?` 3k:ء4 ~/0x +U.V_}{~H`?}lbWTz tDTKz\d6VVE e*j,f_줳kA_ncKʪ T:%ML>/G ]HB) %@sbv5'^'EzbXqF+P|]כYS/.=<:)@kEy7Sߧxldi{.6{jfQ. %&+Ȥ㲾R/ \(L0F S7o7l2@\j;]~ '9!-F"-֫hK:~H4M$O2 +E*/=t 9!FT`DŽi N#GpJOttg4䰠P-v^P02Ɵ7~j3M{=ܔâ6*Yglc:,-z9=E>B t\F.PrPሠw+b ʥ)unČ.3 xMi͌rGG rWBOgjT{WB;)4B n  vP e`317omgyDIn='ɇ33SXfB8%%˽sH!jN\WXJ3ПF)~ϋv”dJ++=A{v%4?|+[}ozh)k6[zopĢHI?8odxkdER[14*brfyIP$N02Qѝ(\/o _2#RyL} +&XO4n.Uʱ`EN 8$p"tP5Id + j>yN|1FT6iy\B^a~YAYH?w'\=`FbD|Z8(<C2l v?!޳&縊 }.dgYh&_ +VJT댕ĦVؾd¦Y7Ӗt> ___j,W%S +endstream +endobj +1179 0 obj +<< +/Filter /FlateDecode +/Length 682 +/Subtype /Type1C +>> +stream +H|P_HSqKW/TP ] 2KۼwҶ;=  +uCB%z(zpEDx$wy8qs8$N"H5=\8$pExc}%)e]z +ɭV < /ӟo H˳} :P]]V`E+PYiii+P-;Yd +YoAZ%"H`0/B\\ +!}DN[zӾK6gQbX!N"0FDxo Ei}qϢ*6[Ǵ0R.k /QKmmw,sR:0 +A*H Q[9Gq !PKM&g !G}65|܌.J'@k՘#Vg+(p> +stream +H|TiPYFjnXQtFApc9ZDSU@9aOtV'z@Na&]ڇ[Ƌ|%`8[ y*&,2HkeTZ|j +\2ː3*?>kg~3qÛuIblTt*8#f#lٲYD&+TeKHR%'RNO|ULSI31R|L"/CcfTR͇%F.$VHJKLU(NKoݟ}a0,paN8a8þ$1 b"f,kĺ1&pI(%UMM?D1ɑd9'P{s;Viw3w3YǜEs5Ϳ)LE$T5MPː7|G[ fj37mRhhƢQjoפ[40# @<#DC4m5jQwD^Os̉B +}rHA;h +p\GHFsk )v^%pW{)Z x̕D+\plt*e_T}r3GCqj-G$Z"D^( KZQ{!ujlo~FMI=ęn?.~'Z\ZP m ^McP7!܌viyߦp^9bCI7mڽIVFp ̊Z撧>觀;S\WP'EdKC t\EqlG}[[NN;Ws9z}Bť7Lp,3:DM;MݎC.r/MV@Jd#(6zTQqQe葎0z>y=(nFoI6[aFIHd s9C퓹AKf>M}$v+$A$1 + n(pxLp,,|"Xsi +ou}`Cw_ޢX$;D3&ydP0bd\Z@C{-!l,\]k55dDM_Or(X` əίn-" xʘúlxvDb;+q֜o_L=SᰮL EtQ]]\! #vuP;!.ݢeg:[c +i;}hr/+;03t_؊= {1\\eyrL߁ 7|7vqEڂ,=`Ӄ Y +˫a!4Qh1Z4&U;=AfggՏ:z-#J2K{rY7S7MS]Oد%3(8 2f۵&~T #"0u+ !9pg86͗H(a_y[Z94Q`wfv:/eb3BcBD 9fL ?->Tp0KNwЋ-ǡ,(;VިhzO{U:?.AXisucl|NV ++IZ1KFo[pq-[ +3fťjkX<Ȥ>F&DY@ 7|-@+3352ub +<*Ba1G!aGA˩SضmwO9t}?4VmL[eNܷcC^^ust9@%R`3l +J Jaц `T"0s+:ѡC]Bs]or's2O[{8wB 1C)ڼ +.)38c*!;W[8|̾@D z]cDZQ>]Qk;&!HNHB^,|m CRR`:}xraj*6T]|xo&Cp'^:+v=a=/&aGk7UțdiWUuMvRwؑS$Ǿ iUEI +d;C{o@|b+2~dSS7v]/:ԟKFĉ;3U:^Ɲ7҅m_ZUݝ>2ᰖ:TS @ FF~c׉3j6 ea(Aph<"XX.MmGq2_R W7T&g8T3-/hp uL,#f¦gsV;~r2>t-@މ 7ͅ8MKϘP_EGXޯ|ցc':ɞbOYʠ%Xm +Q%ǥfD$6,H|吏^rP"tl. g @eG6)2OsYR!e^Idl4M퇨ᾩa?P7vފ3U>k.D,ܟRYB+W:tS[ahE&cIQ>x3qupr2M1=#❊DN +endstream +endobj +1181 0 obj +[1189 0 R] +endobj +1182 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1183 0 obj +<< +/Filter /FlateDecode +/Length 367 +>> +stream +H\Mn0>" !U4XG=CT 2d;R?3gz\ݏm zg=ͷ /p'ro;40^us}Unx޼߻|VFm~`XСK36(*0/s@&ag3ha| [!3BӘ.]x'8 %rLJ1iœ)rƜΘ3#3WHS"M:t>0ȼ:k׊YkfMl @~4Gt^}f 4ӰOC> 1ǰC~ {0pBoJ/G>޼RjL<^4N_{D +endstream +endobj +1184 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1185 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1186 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/C/N/R/V/b/c/d/e/i/l/m/n/nine/o/one/r/space/t/two/u/v/y/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 1579 0 R +/FontName /VEBCUD+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +1187 0 obj +<< +/Filter /FlateDecode +/Length 300 +>> +stream +H\j0 ~ +Cq5 i 9t1{OK3$%޴hͲC62ߜD 破[˩[Skƙ w+l<7isWmw7kpB!#xZEyi*>W>5#g%\N BfhԿHa߽c"YFSd +Lyd +eⒸL5e)Ecc&qUg> +stream +HVkTSW}$  V!&&QCPT(CZZ[Rk^UVEkVL1әZfruQi{o{}ι`Bc+Mvw4޸T')S{7ki^:!r˲iD2>a;?RP x0&/GS?/F,AѢ$uPBԡaNe0hJ4'YSF[mY\G^1c79Nݎ,֤M67 '?s768YZ5\Ј,200#)9Gno##X9UyYdQ%wzb{SW_8}\F't ketm:CAdRbYd)+ʣ+kw/sЇw,/_޷N6iqdAD \eJ7p5iMuOxϛBFq485TQ0MJ +iFl S5Z^Lg<%lxJ~n^N6=919(*r,Hn,zIr|h+N&ĜC&0_s=D7L-v,[}ׅXd"&`Mg0Gj ye93;S +sJm9edj:t;Ss1rdbLm2D"u*oh2ϽiY@gH`lNT:̤T 4+ NǛxN2j 쒾5S +ӈܼxqpoemR{Y65eVRBthy!Jq]mMgT޴+d d꺶$붒m],XƋ-q P\mp +I!LRriR&-}I/ig`RNi'Sd:%鴙i'SI5zs#F lG0}$ )Q5$+KDxX;6u}~&ҋO 2]L +=J0Aj&:bLV}8*-|c_q{5q~xCkg*1 7ɖ_KfoAnp K) JN2]!xZHta 2 t& (C12`dPi60Z_R +I/( N [MDmxG#̼b_oKLYHR?AX6ܟ`.N*Zg)ږ?zx ӽm`7Z;mLDW M;7HV›xCPIdF`ƀl$QN$㒁B:`Na4$S  $`H0Qd$!ȣˠ'> {Ajmf$ړ _kF)ʴF >HlI}Ǻ 1(9j,9}z楄et@>؀ּTyYœ,3aVY?Ku-EN тtݼx/H~DFTA E ]G_5 EP&whY S;Pzwҁ ̛Y1t4u LH!Z‡TY4Aڥ7U3gjYtS;?:9}}O9}lr%{Utxk"#Zr~v-2;zsGc#t64_t0qr)ptnw&qaMe`dM:X/I.yw"onjN3%#%<"]E }zZaK Z@s4F9ꐘ DԖvyBUQ>~9K<"wj._To:Z3 Qe'^9a)$[G5p4,Bb$Tg0jh( LuT?7ϱEdʊjSVC2s}q˳618!c'$ +F"xgHm==VI枒%w_lH#*O5b3ѼsA)lvK]|FlɛX XafsM%eRm0V}8*"obZ7a#91Z Ws1C +fA"X`nQb +D!hdqy.w+jċPRe # 2I;jN!V_qԙxpF;SZoa>{SX2mݭB/b;\~)bj#;{[( \x,pB֖RffqCEqذ2\HGC`9b.q`Ԇ8@He +PP XyEQ<bu{ Q82x`F0?aLn%2z Z>U0gHy<Е4]Ox<90hOaۣvfY}2CiO NVMSmxW|~@WйiݫtqO*áO~sq3Q_GoF1T4)oeIxOt +\d7R@J e$붕IG; łZkZNyh[SY c,JKzuD]|krcg.NqjlމߎTZI@ҢN5wo/~$c0}|²QRQص1yB=S3V@`2Ў^Y"4,@|5!"=I`VCv j72ȃ;[wwsna|2R/'`c0[P'z~oܱOH{+/b2[d7Ց/h͇4"/#B?XINC9͉\NLGsfàBCNx} Q8 O-* güCm vB*F Wlbko_dn7 +b۸輙6f8."4ŝ*j!mSmSmӂ%9 + +Xƈ]'MB! дiM.)@|@P( +E?ZlR?sQ*9;,M[8[Q&h{ڲ|A^k9Uq1s+YV8Bx +#SC鉑`hm5?Gh9!$ +˘T{0':r9y++Qai51rxi 7Jfv91_³,fZsqU7slWLjvldiZ%El*LȠҺf*ULH AP,s5=IQ A< ؓ \|:+Oj-ӛ2 <'θ2j&|nLrNf}SqqL۾m'ɋђty>uh|Bӭ%&<2=ߠQ E^{H@m5C0D(T]5HLAc EXE>¬k.~:6Tiwpg޼4,f>q ؎RN؈x  ς g,HC4hzSҥ[[{ loWWj臑S N;5k&=`i$}Lʀ!mHe3xpEBAjAȠFNNX2 +vo>vwAiXSf.$HW Gu[=k3U +t9z67N+=7Y@ePća32&F y&2,D(gyC +=Kmbׅ fnR +[u Iؑ8'?#ʟ\`;lLw5:Q#Jxe`1HʨAS_M]g;k;M؎EI1qB0"LBD&PB hE +-J+ZcBCl֪`mj]ŦjNڪۄjӄ\;[թ{s9{T%+jA0j'2*PؿwYb/eX8l]= v 1ad &*-Yj|vUzkk4o~y~|Ѧz&3g{"=wnnZH+Z hӎ-ެ]mmL7&'gn<58/64<ڳ>_fK:K0YX L,aW*a tqwWbwniVl4Z_]tۺVUNO&k|$SC>őHVM.|ۦl.[xk}K$7DSζ*Ybb")5FY#uZwj3I㭝X\qGr =Y{{4<519Zڼ}/ϔ%3)=f<⫳:]H^_]Sar|+ɬZqb}Nu;(͓b*djԥ5ffA$4 6#Hh V/@rDel ruq̐?洜X[~m>m*B^ʻ{7,qH{S!O4^k&: L +Š6l2O%"!o!vלLwM@0[m0s:($$&Bxqtso,s +c 0VL{jF-8T(kd`+"]"LۧTg&4z!:,9ө=fTS-|8x +m_R6ruS[a}r ̶u?N෡ME^znt8WK+doA%R.YP=}!х%k Ͳ_Ҕx tE6H_29y0/,Qȏyܓasq<π<*Q.U˃(L؇QٞԽF4$)9N򛔗@ #2ړiV-4A`=!݀i: +ߦt {yb4.b'_Qp@)]Fhs'EYh| $,O+ĺa QEƚ&u4"("ea{= q;i(C&q|3;\Yr}g!ӂHe/=sRtF乩:;sfM"{Or~ߝ}x_sK(WeS |*DZs5ݢ<%{/]' 6>\qҰ}|gqR&S}u=B6ш5_q|m +|e(ˁ纾~t [qJjm,Pw!à>$L|< H?"}{ %2dtT$2;@/U6YY!< >:QeQDCDNS^!ra;M՞%>@Kao_pVMG0ߚ+JDK%^+!d\ +(LK@f:UE+WJ=́]ӾRXȎ;OɆ E䣽9(N-~L-4LQ}S%@y @@~ +CP_:\zAk8HX +X *0;2`i0jC +endstream +endobj +1189 0 obj +<< +/BaseFont /OBORAR+Wingdings-Regular +/CIDSystemInfo 1580 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1581 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +1190 0 obj +[1189 0 R] +endobj +1191 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1192 0 obj +<< +/Filter /FlateDecode +/Length 342 +>> +stream +H\ϊ0yC՚P<=;)]؀L>ծeF,xnT̏S"ffj׍(d: +k w7L?0Vaֿ$mjl0Oxi<،-L5ZwQlq*8>sص3mEJ7䊹">33dR8cΐȸ!9sIvqCf"<9'̚+ʯس"|"f 36\KS-~4\WS]}d>>:Eĉ=Q|q64KO +0ǥs +endstream +endobj +1193 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1194 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +1195 0 obj +<< +/Filter /FlateDecode +/Length 4703 +/Subtype /Type1C +>> +stream +H|T{Tg!IP@&=RTW &h|&E޲>x)+A몧Xj۪k/ڝ`g7w{߽# Acc>6uXSƈ9ƥ,n'hIO*p^,ׇ_O^}oPH}jҦfd8~~ a!n9_ BCC>RO6[ % bЏ#W!̼`6܋f`,3xh\j zb t|5鼈'ZE\4t(%?ʒ5`9jzL?!BI!@91BJSDTՃI&bXBdi sJg[Y)UJ'J҇R6PW JߑbdSr8SrR D h#zF{\jz^T 좒e0ʓWk@ѿ6P%2rp&XbJ0 \BoגlpJ׉͂Đ9zp:9&cl䩯%Ol쁊{ukWsʬ +Jq p$o1R̎,BlU.m*݆/2; +[[H)ZfA8 RNyvr` 8Cq&FsbU2fZ!8 E,:K~0˘$7'e8q@;!z}x*m>} (ګA>>=ŝ=t鼦JHDq"-x#ROfHkO._1ߧDfzm!l}QN"D=QvX)㲶];[N_=&9k-PfW8`T)bk[p8wc1֙G[,S WjԎ ;`0cpL8|!0LjAr4?V]m\}Ce[ڦ&inse춪m5n'bkyzv3!/@{o /z,u_pUDyNPr-bٝSݏԎt פ|9ʣ +8n(vpH5@o, %\p[Mׁn[J[e- +h0Q4pO -.0]AMYVk0n]VUDc+eE"P@+6B\RYV&⃊cbVGѭ\3igw||TϐJ&mؾy:t/_ ˅&0(}s %o;rH[6J =(6W?s_\FX9Y ܖ8`=L4 +uziǚhpMa);z'`%iLFsZsTLҿŵņP/{xm?0‹MJ#w /| `geiK^É[l𣕲s^BԫdѴŞ8<\ /2Z|Z +~iԴsO^I<.//:6K%&O@6X\[U'D/Lh%Nxs^ykRlYYmɅ'Bc,f ͮ0x`L +>79g f~INjI"/Vn:v(64s+,6 s>THjY&^FCSV!4|1nehE% "z?t6ka,jSk֞gBQPQu4=O#R@ݺNWHP%SU*d/hw Ẉ&+o 0iN1W*7gXd65QLBꦁAl? 'V1N*qH3 ,# 5k&)n [ƙ!1(^pq1cQ$&#}jƍzo / +VVf79l,p+H{7JFDl-lYF=:OÝvh-;F] =[}j h~Ay~ `r&%2YJEfN26~Yh>rIф6^=y#oR7Y!gN 3fl7iix: +ԍ-WqB6rYO߇Y`+\X; +\sG? ֠RO0 +Z^K?qNj }fYp/(B[bNP?Tݜ4;hf۷2+^/&1ۛ 弜.b11bXK/B7hCOv^ꈗSY9̖q۰=_?|y'8K&RLA& Z[S'4' G?J=,"0YYfHmX3kfVkTVDZ6|n;{S`鷝S_OM%xoP[I`JCnqcʍiٸ0xcs!.~ KbiE?t}٣Mܬt:TngkF+ ԭy΁pkvcnB/W2~eFhۋ3N͕>&UL]J2pTƁ)N# {}VbON,涪Y"KDB~Q7͎Mf|T ~ +&=냍!UA?J¸jTȋ3P?3(b)}\.>P'"C'{WL墏dMlŹZ2є\4H%mc*n%OJ'\Yٵ_x["2 ^/k ̡]cISR*6ĊN7_W:U8IOkܴncBIuoqb?86>6gќs}DjߟR6׋+K+K~ORo+0T4Fv!5Rd|Kv ETҘYҿM~Y.+W͟x:2cftljUA|rRMT1jR% ^مXv55 %b HO%_,~󆚚r 7ܓ$[8hx~背[XνtܖڵXʧԀj5K؅=_t3*lJm\鸌"rd?OQ2Og6tvPz`!Ѝr y8y7q$L  +endstream +endobj +1196 0 obj +<< +/Filter /FlateDecode +/Length 5164 +/Subtype /Type1C +>> +stream +H|VkTWf{x6 MtڝnEW^A +; *+JDa"AUl\C܀SQ1QAN|DIKR”b͆<mi +eӦ@F)CoҶҶec*]4.b_!(00pJ ]N^/g +)ǜ ,aE`ͻ_ ސ7 )x3݀ϛ:!Ϝgw9i*`/!h<R%gm·}$s$R7YNC5Eapq * v0l:01-#fr>^"DZ!_3r`/DǿP@@WV#! +G$0zÑW2|b>X%8}`zwbb.!񌮟g)&o%e!fi@1% ׁl?_ thy(x]u-,Ԑ EHh GsM\\]_K!ieSP$P ljBO ]4S r1 JO +zS Uoh$DR͝-CD"<2Fd8xWǗ xw},}dO2嫇-g¾Cf 9P']nulqI+ǿe\/i38)# `Dz(Gd2)P>pȐ74VStgF ]Rթ{.?AN &Es i(u165kGF)^~5 5hm4[jr{ T |E`аHCm!B7!їAC5͞/J9Ws҇k=k:S(؀$a/C`p5[9Tvգ|Og +kTc +#-]CU7 PJZ'.|ف?h1YgvpwΚ6mޞo)#7LVB lqd }w6pxonT)~9%FͅG_kᙱ"&9W'HwaL]1`U{,9<}!J@)Qd.$A5;[k\m]ȝ*mxg^/Uř8ݰʘqtc<</ AP +:H#3Fg FDrɥ "".A 5QZkwk͸w#KiqoK*FUāC6Efק̧RKy ·ͣ+'A(P#QPDۂSW? %2A=ǵ/*ͧ8Rz1p)(hyktrs., D5!AԢ|G3J_hD}bedV``%n+<WsF K$ĞC(Zbo ;5.%V+2nBIo}ËqcY FQJSR=tfhwa2vٶ!1I~QE~=;9(-%Ugi:-iD&>-J jVYUPtj#!t_@3`JgDײwi[hv0/ѣ=x_%ޚ{Q ]([FUc,DwWxƨvysk3j&%*]%nGO4 ++lv6@"X;MaG b[Qyn&M3o d;Mf(vY N㰘0Ft.2c +RPr%m"b:#nyTr,y|5 +bh:VJx +z,.b\JnȞ\WsjK/ij +<L:㓾&=s|~3(C绌tGV=z8@xRᑹ u$2#!5tJmIkT,<#{p&+:i.iEG + b8UH2`B I'"BVF#W/(6 +wH-vWA }]KSX̤ j4rXGYXNttKljaL~W} \>Ť/a$K3㓢q-/aoR`?ѪpHR0;{,A/\_KvK&@㯉%]bhoc7癮Aފm椶 L-oG殰 >d%q43?;^.㙋@$b)`$ɲwP\Ë()J,I4"a) +2 ݔRKjCN.[=S,iȅsRK :OͅfOP>70x16er{&&߾zm a 32!ZV~08u'c܆ g9QFxXc6{7U+cafj#p` U*Xv43YE_h>S{ +Dz` ebA,KFL_~x;~-N!Q`Khqy"屝" u))n+Kf.%Nd3;yQN>+/-J2q}0Rr|OW/r'#6}=G9I65Wd'FczGxO=Fql]f\4%8 w7dʀoک"ݩWSTU}TlI%>ovwK8P*5Uia%&Vjf8af+qd2:KBLJib M+`Qbf2DIF];.\p'(zK#Sê< 5M5J?W^^o`O)/SNS(FXmb^L~b@ ]+*<{V˓.֗quslp/6y 9$dST_&]W5+C(+gHD)}~ώ?j~p,9aBl5%\2SÓsa![xq#;}01>B;b8C'!N!aIiak,nFQoMN>gڈr<NssoaHF<8AjǍj2&tPm.>?>P +:tB/Ar\s{(23t-sӲ*x !s&tA{*US3,.[ܰuܳOr[!i6x:HγXv0b=1^^\ (7{ةՂ) +R%kޢtxs07wζ'(Em]B#@C2F @!$EZG&,K#b߇{+ڜY`{:p:]0 +endstream +endobj +1197 0 obj +[1582 0 R] +endobj +1198 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1199 0 obj +<< +/Ascent 948 +/CapHeight 674 +/CharSet (/E/N/O/T) +/Descent -250 +/Flags 32 +/FontBBox [-145 -250 970 948] +/FontFamily (Myriad Pro Light Cond) +/FontFile3 1583 0 R +/FontName /EFZRMV+MyriadPro-SemiboldCond +/FontStretch /Condensed +/FontWeight 600 +/ItalicAngle 0 +/StemV 108 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +1200 0 obj +<< +/Filter /FlateDecode +/Length 251 +>> +stream +H\Pn > +57iZ)Ӳ}'CZrϐf ,=u6^w`D5BuX:=rIƉܭs©ugR +{3~u#x $MMM8k@J}hopJcTnD&EJ0t_XUdTӬ_6|aҐ`JY:Z> +endobj +1202 0 obj +<< +/Ascent 935 +/CapHeight 674 +/CharSet (/A/C/D/E/I/N/R/S/T/U/a/b/c/colon/comma/copyright/d/e/endash/f/f_f/g/h/i/l/m/n/o/p/period/r/s/slash/space/t/two/u/v/w/y/zero) +/Descent -250 +/Flags 32 +/FontBBox [-153 -250 1046 935] +/FontFamily (Myriad Pro Light) +/FontFile3 1584 0 R +/FontName /UQZJCP+MyriadPro-Light +/FontStretch /Normal +/FontWeight 300 +/ItalicAngle 0 +/StemV 48 +/Type /FontDescriptor +/XHeight 480 +>> +endobj +1203 0 obj +<< +/Filter /FlateDecode +/Length 423 +>> +stream +H\n0| +C_.c@` Cڢn@hW@, |wG#@h u;C?Gcn=¥Lۮou|f2[s 6Yd/NSp6fSԶzק6a;/Wiw-NSt뢼#o705`}"'-y\f \ pI.{K#WpP+ +P+ +he ؓ= +fNANa=yf~A~Y{yͣo> +endobj +1205 0 obj +<< +/Filter /FlateDecode +/Length 323 +>> +stream +H\͊0y9mBAb[=;ɔ.l@3$)sew?gzk> +endobj +1207 0 obj +<< +/Filter /FlateDecode +/Length 226 +>> +stream +H\j >wٜ%PrNReby6l*s)do݀@q;@ڂ.]bqi"w8=8YWȁf8}ކ3aK txg^삠+v!a{Bhk 5YliFe̓T?}YV-ަxBm̒N(}H)&,#o0 +endstream +endobj +1208 0 obj +<< +/Ascent 972 +/CapHeight 674 +/CharSet (/N/b/e/m/nine/o/one/r/space/two/v/zero) +/Descent -250 +/Flags 32 +/FontBBox [-161 -250 1198 972] +/FontFamily (Myriad Pro Light) +/FontFile3 1587 0 R +/FontName /SXECAT+MyriadPro-Semibold +/FontStretch /Normal +/FontWeight 600 +/ItalicAngle 0 +/StemV 124 +/Type /FontDescriptor +/XHeight 487 +>> +endobj +1209 0 obj +<< +/Filter /FlateDecode +/Length 285 +>> +stream +H\_k0)cPvU +A( +>s\!n_񄟛Kc&٢Ap'zi~o9vq2ql01!pnIM=ns +67|-vG42kP8Ї^:ڍ>r8\$.#D4eДćėLTI_}U&.c{G/rq*-hr +0+, +endstream +endobj +1210 0 obj +[1582 0 R] +endobj +1211 0 obj +<< +/Filter /FlateDecode +/Length 231 +>> +stream +H\j0 ~ +CqZ!FBƲ=c+S6ҧ&@s &<91LlZ=imDŽCM]Pe C1 Z*SSL1q@JP@UN]MAglW;}w9>p7 h,UYHUP^*+v~>(ٽ/|,yr%'|)B-G0Fo +endstream +endobj +1212 0 obj +<< +/K [1231 0 R 1233 0 R 1235 0 R 1237 0 R 1239 0 R] +/P 191 0 R +/S /L +>> +endobj +1213 0 obj +<< +/C /Pa2 +/P 191 0 R +/S /Lauftext_1._Abs +>> +endobj +1214 0 obj +<< +/K [1241 0 R 1243 0 R] +/P 191 0 R +/S /L +>> +endobj +1215 0 obj +<< +/K 1245 0 R +/P 191 0 R +/S /L +>> +endobj +1216 0 obj +<< +/C /Pa3 +/P 191 0 R +/S /Lauftext +>> +endobj +1217 0 obj +<< +/K 1247 0 R +/P 191 0 R +/S /L +>> +endobj +1218 0 obj +<< +/K 1251 0 R +/P 191 0 R +/S /L +>> +endobj +1219 0 obj +<< +/K 1427 0 R +/P 191 0 R +/S /L +>> +endobj +1220 0 obj +<< +/K 1429 0 R +/P 191 0 R +/S /L +>> +endobj +1221 0 obj +<< +/K 1431 0 R +/P 191 0 R +/S /L +>> +endobj +1222 0 obj +<< +/K 1433 0 R +/P 191 0 R +/S /L +>> +endobj +1223 0 obj +<< +/C /Pa3 +/P 191 0 R +/S /Lauftext +>> +endobj +1224 0 obj +<< +/C /Pa12 +/K 1588 0 R +/P 195 0 R +/S /NormalParagraphStyle +>> +endobj +1225 0 obj +<< +/C /Pa12 +/K 1589 0 R +/P 196 0 R +/S /NormalParagraphStyle +>> +endobj +1226 0 obj +<< +/C /Pa12 +/K 1590 0 R +/P 199 0 R +/S /NormalParagraphStyle +>> +endobj +1227 0 obj +<< +/C /Pa12 +/K 1591 0 R +/P 201 0 R +/S /NormalParagraphStyle +>> +endobj +1228 0 obj +<< +/C /Pa12 +/K 1592 0 R +/P 204 0 R +/S /NormalParagraphStyle +>> +endobj +1229 0 obj +<< +/C /Pa12 +/K 1593 0 R +/P 206 0 R +/S /NormalParagraphStyle +>> +endobj +1230 0 obj +<< +/K 232 0 R +/P 1231 0 R +/S /Lbl +>> +endobj +1231 0 obj +<< +/A << +/O /Layout +/TextAlign /Justify +/LineHeight 11.0 +/TextIndent -11.0 +/SpaceBefore 8.0 +/StartIndent 34.0 +>> +/K [1230 0 R 233 0 R] +/P 1212 0 R +/S /LI +>> +endobj +1232 0 obj +<< +/K 235 0 R +/P 1233 0 R +/S /Lbl +>> +endobj +1233 0 obj +<< +/C /Pa5 +/K [1232 0 R 236 0 R] +/P 1212 0 R +/S /LI +>> +endobj +1234 0 obj +<< +/K 238 0 R +/P 1235 0 R +/S /Lbl +>> +endobj +1235 0 obj +<< +/C /Pa5 +/K [1234 0 R 239 0 R] +/P 1212 0 R +/S /LI +>> +endobj +1236 0 obj +<< +/K 240 0 R +/P 1237 0 R +/S /Lbl +>> +endobj +1237 0 obj +<< +/C /Pa5 +/K [1236 0 R 241 0 R] +/P 1212 0 R +/S /LI +>> +endobj +1238 0 obj +<< +/K 242 0 R +/P 1239 0 R +/S /Lbl +>> +endobj +1239 0 obj +<< +/C /Pa5 +/K [1238 0 R 243 0 R] +/P 1212 0 R +/S /LI +>> +endobj +1240 0 obj +<< +/K [246 0 R 245 0 R] +/P 1241 0 R +/S /Lbl +>> +endobj +1241 0 obj +<< +/C /Pa6 +/K [1240 0 R 248 0 R] +/P 1214 0 R +/S /LI +>> +endobj +1242 0 obj +<< +/K [251 0 R 250 0 R] +/P 1243 0 R +/S /Lbl +>> +endobj +1243 0 obj +<< +/C /Pa6 +/K [1242 0 R 253 0 R] +/P 1214 0 R +/S /LI +>> +endobj +1244 0 obj +<< +/K [263 0 R 262 0 R] +/P 1245 0 R +/S /Lbl +>> +endobj +1245 0 obj +<< +/C /Pa6 +/K [1244 0 R 264 0 R] +/P 1215 0 R +/S /LI +>> +endobj +1246 0 obj +<< +/K [285 0 R 284 0 R] +/P 1247 0 R +/S /Lbl +>> +endobj +1247 0 obj +<< +/C /Pa6 +/K [1246 0 R 286 0 R] +/P 1217 0 R +/S /LI +>> +endobj +1248 0 obj +<< +/K 348 0 R +/P 347 0 R +/S /Reference +>> +endobj +1249 0 obj +<< +/K 351 0 R +/P 347 0 R +/S /Note +>> +endobj +1250 0 obj +<< +/K [396 0 R 395 0 R] +/P 1251 0 R +/S /Lbl +>> +endobj +1251 0 obj +<< +/C /Pa6 +/K [1250 0 R 400 0 R] +/P 1218 0 R +/S /LI +>> +endobj +1252 0 obj +<< +/K 424 0 R +/P 1594 0 R +/S /TD +>> +endobj +1253 0 obj +<< +/K 425 0 R +/P 1595 0 R +/S /TD +>> +endobj +1254 0 obj +<< +/K [427 0 R 426 0 R] +/P 1255 0 R +/S /Lbl +>> +endobj +1255 0 obj +<< +/C /Pa14 +/K [1254 0 R 428 0 R] +/P 1596 0 R +/S /LI +>> +endobj +1256 0 obj +<< +/K 429 0 R +/P 1597 0 R +/S /TD +>> +endobj +1257 0 obj +<< +/K [433 0 R 432 0 R] +/P 1258 0 R +/S /Lbl +>> +endobj +1258 0 obj +<< +/C /Pa14 +/K [1257 0 R 434 0 R] +/P 1598 0 R +/S /LI +>> +endobj +1259 0 obj +<< +/K [437 0 R 436 0 R] +/P 1260 0 R +/S /Lbl +>> +endobj +1260 0 obj +<< +/C /Pa14 +/K [1259 0 R 438 0 R] +/P 1598 0 R +/S /LI +>> +endobj +1261 0 obj +<< +/K [441 0 R 440 0 R] +/P 1262 0 R +/S /Lbl +>> +endobj +1262 0 obj +<< +/C /Pa14 +/K [1261 0 R 442 0 R] +/P 1598 0 R +/S /LI +>> +endobj +1263 0 obj +<< +/K [444 0 R 443 0 R] +/P 1264 0 R +/S /Lbl +>> +endobj +1264 0 obj +<< +/C /Pa14 +/K [1263 0 R 445 0 R] +/P 1598 0 R +/S /LI +>> +endobj +1265 0 obj +<< +/K [447 0 R 446 0 R] +/P 1266 0 R +/S /Lbl +>> +endobj +1266 0 obj +<< +/C /Pa14 +/K [1265 0 R 448 0 R] +/P 1598 0 R +/S /LI +>> +endobj +1267 0 obj +<< +/K [450 0 R 449 0 R] +/P 1268 0 R +/S /Lbl +>> +endobj +1268 0 obj +<< +/C /Pa14 +/K [1267 0 R 451 0 R] +/P 1598 0 R +/S /LI +>> +endobj +1269 0 obj +<< +/K 452 0 R +/P 1599 0 R +/S /TD +>> +endobj +1270 0 obj +<< +/K [455 0 R 454 0 R] +/P 1271 0 R +/S /Lbl +>> +endobj +1271 0 obj +<< +/C /Pa14 +/K [1270 0 R 456 0 R] +/P 1600 0 R +/S /LI +>> +endobj +1272 0 obj +<< +/K [458 0 R 457 0 R] +/P 1273 0 R +/S /Lbl +>> +endobj +1273 0 obj +<< +/C /Pa14 +/K [1272 0 R 459 0 R] +/P 1600 0 R +/S /LI +>> +endobj +1274 0 obj +<< +/K 464 0 R +/P 1601 0 R +/S /TD +>> +endobj +1275 0 obj +<< +/K 465 0 R +/P 1601 0 R +/S /TD +>> +endobj +1276 0 obj +<< +/K [467 0 R 466 0 R] +/P 1277 0 R +/S /Lbl +>> +endobj +1277 0 obj +<< +/C /Pa14 +/K [1276 0 R 468 0 R] +/P 1602 0 R +/S /LI +>> +endobj +1278 0 obj +<< +/K [470 0 R 469 0 R] +/P 1279 0 R +/S /Lbl +>> +endobj +1279 0 obj +<< +/C /Pa14 +/K [1278 0 R 471 0 R] +/P 1602 0 R +/S /LI +>> +endobj +1280 0 obj +<< +/K [473 0 R 472 0 R] +/P 1281 0 R +/S /Lbl +>> +endobj +1281 0 obj +<< +/C /Pa14 +/K [1280 0 R 474 0 R] +/P 1602 0 R +/S /LI +>> +endobj +1282 0 obj +<< +/K [476 0 R 475 0 R] +/P 1283 0 R +/S /Lbl +>> +endobj +1283 0 obj +<< +/C /Pa14 +/K [1282 0 R 477 0 R] +/P 1603 0 R +/S /LI +>> +endobj +1284 0 obj +<< +/K [479 0 R 478 0 R] +/P 1285 0 R +/S /Lbl +>> +endobj +1285 0 obj +<< +/C /Pa14 +/K [1284 0 R 480 0 R] +/P 1603 0 R +/S /LI +>> +endobj +1286 0 obj +<< +/K [482 0 R 481 0 R] +/P 1287 0 R +/S /Lbl +>> +endobj +1287 0 obj +<< +/C /Pa14 +/K [1286 0 R 483 0 R] +/P 1603 0 R +/S /LI +>> +endobj +1288 0 obj +<< +/K [485 0 R 484 0 R] +/P 1289 0 R +/S /Lbl +>> +endobj +1289 0 obj +<< +/C /Pa14 +/K [1288 0 R 486 0 R] +/P 1603 0 R +/S /LI +>> +endobj +1290 0 obj +<< +/K [488 0 R 487 0 R] +/P 1291 0 R +/S /Lbl +>> +endobj +1291 0 obj +<< +/C /Pa14 +/K [1290 0 R 489 0 R] +/P 1603 0 R +/S /LI +>> +endobj +1292 0 obj +<< +/K [491 0 R 490 0 R] +/P 1293 0 R +/S /Lbl +>> +endobj +1293 0 obj +<< +/C /Pa14 +/K [1292 0 R 492 0 R] +/P 1603 0 R +/S /LI +>> +endobj +1294 0 obj +<< +/K [494 0 R 493 0 R] +/P 1295 0 R +/S /Lbl +>> +endobj +1295 0 obj +<< +/C /Pa14 +/K [1294 0 R 495 0 R] +/P 1603 0 R +/S /LI +>> +endobj +1296 0 obj +<< +/K [497 0 R 496 0 R] +/P 1297 0 R +/S /Lbl +>> +endobj +1297 0 obj +<< +/C /Pa14 +/K [1296 0 R 498 0 R] +/P 1604 0 R +/S /LI +>> +endobj +1298 0 obj +<< +/K [500 0 R 499 0 R] +/P 1299 0 R +/S /Lbl +>> +endobj +1299 0 obj +<< +/C /Pa14 +/K [1298 0 R 501 0 R] +/P 1604 0 R +/S /LI +>> +endobj +1300 0 obj +<< +/K [503 0 R 502 0 R] +/P 1301 0 R +/S /Lbl +>> +endobj +1301 0 obj +<< +/C /Pa14 +/K [1300 0 R 504 0 R] +/P 1604 0 R +/S /LI +>> +endobj +1302 0 obj +<< +/K [506 0 R 505 0 R] +/P 1303 0 R +/S /Lbl +>> +endobj +1303 0 obj +<< +/C /Pa14 +/K [1302 0 R 507 0 R] +/P 1605 0 R +/S /LI +>> +endobj +1304 0 obj +<< +/K [509 0 R 508 0 R] +/P 1305 0 R +/S /Lbl +>> +endobj +1305 0 obj +<< +/C /Pa14 +/K [1304 0 R 510 0 R] +/P 1605 0 R +/S /LI +>> +endobj +1306 0 obj +<< +/K [512 0 R 511 0 R] +/P 1307 0 R +/S /Lbl +>> +endobj +1307 0 obj +<< +/C /Pa14 +/K [1306 0 R 513 0 R] +/P 1605 0 R +/S /LI +>> +endobj +1308 0 obj +<< +/K [515 0 R 514 0 R] +/P 1309 0 R +/S /Lbl +>> +endobj +1309 0 obj +<< +/C /Pa14 +/K [1308 0 R 516 0 R] +/P 1605 0 R +/S /LI +>> +endobj +1310 0 obj +<< +/K [518 0 R 517 0 R] +/P 1311 0 R +/S /Lbl +>> +endobj +1311 0 obj +<< +/C /Pa14 +/K [1310 0 R 519 0 R] +/P 1605 0 R +/S /LI +>> +endobj +1312 0 obj +<< +/K [521 0 R 520 0 R] +/P 1313 0 R +/S /Lbl +>> +endobj +1313 0 obj +<< +/C /Pa14 +/K [1312 0 R 522 0 R] +/P 1605 0 R +/S /LI +>> +endobj +1314 0 obj +<< +/K [524 0 R 523 0 R] +/P 1315 0 R +/S /Lbl +>> +endobj +1315 0 obj +<< +/C /Pa14 +/K [1314 0 R 525 0 R] +/P 1606 0 R +/S /LI +>> +endobj +1316 0 obj +<< +/K [527 0 R 526 0 R] +/P 1317 0 R +/S /Lbl +>> +endobj +1317 0 obj +<< +/C /Pa14 +/K [1316 0 R 528 0 R] +/P 1606 0 R +/S /LI +>> +endobj +1318 0 obj +<< +/K [530 0 R 529 0 R] +/P 1319 0 R +/S /Lbl +>> +endobj +1319 0 obj +<< +/C /Pa14 +/K [1318 0 R 531 0 R] +/P 1606 0 R +/S /LI +>> +endobj +1320 0 obj +<< +/K [533 0 R 532 0 R] +/P 1321 0 R +/S /Lbl +>> +endobj +1321 0 obj +<< +/C /Pa14 +/K [1320 0 R 534 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1322 0 obj +<< +/K [536 0 R 535 0 R] +/P 1323 0 R +/S /Lbl +>> +endobj +1323 0 obj +<< +/C /Pa14 +/K [1322 0 R 537 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1324 0 obj +<< +/K [539 0 R 538 0 R] +/P 1325 0 R +/S /Lbl +>> +endobj +1325 0 obj +<< +/C /Pa14 +/K [1324 0 R 540 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1326 0 obj +<< +/K [542 0 R 541 0 R] +/P 1327 0 R +/S /Lbl +>> +endobj +1327 0 obj +<< +/C /Pa14 +/K [1326 0 R 543 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1328 0 obj +<< +/K [545 0 R 544 0 R] +/P 1329 0 R +/S /Lbl +>> +endobj +1329 0 obj +<< +/C /Pa14 +/K [1328 0 R 546 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1330 0 obj +<< +/K [548 0 R 547 0 R] +/P 1331 0 R +/S /Lbl +>> +endobj +1331 0 obj +<< +/C /Pa14 +/K [1330 0 R 549 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1332 0 obj +<< +/K [551 0 R 550 0 R] +/P 1333 0 R +/S /Lbl +>> +endobj +1333 0 obj +<< +/C /Pa14 +/K [1332 0 R 552 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1334 0 obj +<< +/K [554 0 R 553 0 R] +/P 1335 0 R +/S /Lbl +>> +endobj +1335 0 obj +<< +/C /Pa14 +/K [1334 0 R 555 0 R] +/P 1607 0 R +/S /LI +>> +endobj +1336 0 obj +<< +/K 580 0 R +/P 1608 0 R +/S /TD +>> +endobj +1337 0 obj +<< +/K 581 0 R +/P 1608 0 R +/S /TD +>> +endobj +1338 0 obj +<< +/K 582 0 R +/P 1609 0 R +/S /TD +>> +endobj +1339 0 obj +<< +/K [584 0 R 583 0 R] +/P 1340 0 R +/S /Lbl +>> +endobj +1340 0 obj +<< +/C /Pa14 +/K [1339 0 R 585 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1341 0 obj +<< +/K [588 0 R 587 0 R] +/P 1342 0 R +/S /Lbl +>> +endobj +1342 0 obj +<< +/C /Pa14 +/K [1341 0 R 589 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1343 0 obj +<< +/K [591 0 R 590 0 R] +/P 1344 0 R +/S /Lbl +>> +endobj +1344 0 obj +<< +/C /Pa14 +/K [1343 0 R 592 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1345 0 obj +<< +/K [594 0 R 593 0 R] +/P 1346 0 R +/S /Lbl +>> +endobj +1346 0 obj +<< +/C /Pa14 +/K [1345 0 R 595 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1347 0 obj +<< +/K [597 0 R 596 0 R] +/P 1348 0 R +/S /Lbl +>> +endobj +1348 0 obj +<< +/C /Pa14 +/K [1347 0 R 598 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1349 0 obj +<< +/K [600 0 R 599 0 R] +/P 1350 0 R +/S /Lbl +>> +endobj +1350 0 obj +<< +/C /Pa14 +/K [1349 0 R 601 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1351 0 obj +<< +/K [603 0 R 602 0 R] +/P 1352 0 R +/S /Lbl +>> +endobj +1352 0 obj +<< +/C /Pa14 +/K [1351 0 R 604 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1353 0 obj +<< +/K [606 0 R 605 0 R] +/P 1354 0 R +/S /Lbl +>> +endobj +1354 0 obj +<< +/C /Pa14 +/K [1353 0 R 607 0 R] +/P 1610 0 R +/S /LI +>> +endobj +1355 0 obj +<< +/K [609 0 R 608 0 R] +/P 1356 0 R +/S /Lbl +>> +endobj +1356 0 obj +<< +/C /Pa14 +/K [1355 0 R 610 0 R] +/P 1611 0 R +/S /LI +>> +endobj +1357 0 obj +<< +/K [612 0 R 611 0 R] +/P 1358 0 R +/S /Lbl +>> +endobj +1358 0 obj +<< +/C /Pa14 +/K [1357 0 R 613 0 R] +/P 1611 0 R +/S /LI +>> +endobj +1359 0 obj +<< +/K [615 0 R 614 0 R] +/P 1360 0 R +/S /Lbl +>> +endobj +1360 0 obj +<< +/C /Pa14 +/K [1359 0 R 616 0 R] +/P 1611 0 R +/S /LI +>> +endobj +1361 0 obj +<< +/K 617 0 R +/P 1612 0 R +/S /TD +>> +endobj +1362 0 obj +<< +/K [619 0 R 618 0 R] +/P 1363 0 R +/S /Lbl +>> +endobj +1363 0 obj +<< +/C /Pa14 +/K [1362 0 R 620 0 R] +/P 1613 0 R +/S /LI +>> +endobj +1364 0 obj +<< +/K [622 0 R 621 0 R] +/P 1365 0 R +/S /Lbl +>> +endobj +1365 0 obj +<< +/C /Pa14 +/K [1364 0 R 623 0 R] +/P 1614 0 R +/S /LI +>> +endobj +1366 0 obj +<< +/K [626 0 R 625 0 R] +/P 1615 0 R +/S /Lbl +>> +endobj +1367 0 obj +<< +/K 627 0 R +/P 1615 0 R +/S /LBody +>> +endobj +1368 0 obj +<< +/K [629 0 R 628 0 R] +/P 1616 0 R +/S /Lbl +>> +endobj +1369 0 obj +<< +/K 630 0 R +/P 1616 0 R +/S /LBody +>> +endobj +1370 0 obj +<< +/K 631 0 R +/P 1617 0 R +/S /TD +>> +endobj +1371 0 obj +<< +/K [633 0 R 632 0 R] +/P 1372 0 R +/S /Lbl +>> +endobj +1372 0 obj +<< +/C /Pa14 +/K [1371 0 R 634 0 R] +/P 1618 0 R +/S /LI +>> +endobj +1373 0 obj +<< +/K [636 0 R 635 0 R] +/P 1374 0 R +/S /Lbl +>> +endobj +1374 0 obj +<< +/C /Pa14 +/K [1373 0 R 637 0 R] +/P 1619 0 R +/S /LI +>> +endobj +1375 0 obj +<< +/K 638 0 R +/P 1620 0 R +/S /TD +>> +endobj +1376 0 obj +<< +/K [640 0 R 639 0 R] +/P 1377 0 R +/S /Lbl +>> +endobj +1377 0 obj +<< +/C /Pa14 +/K [1376 0 R 641 0 R] +/P 1621 0 R +/S /LI +>> +endobj +1378 0 obj +<< +/K [643 0 R 642 0 R] +/P 1379 0 R +/S /Lbl +>> +endobj +1379 0 obj +<< +/C /Pa14 +/K [1378 0 R 644 0 R] +/P 1622 0 R +/S /LI +>> +endobj +1380 0 obj +<< +/K 651 0 R +/P 1623 0 R +/S /TD +>> +endobj +1381 0 obj +<< +/K 652 0 R +/P 1623 0 R +/S /TD +>> +endobj +1382 0 obj +<< +/K 654 0 R +/P 1623 0 R +/S /TD +>> +endobj +1383 0 obj +<< +/K 656 0 R +/P 1624 0 R +/S /TD +>> +endobj +1384 0 obj +<< +/K [660 0 R 659 0 R] +/P 1385 0 R +/S /Lbl +>> +endobj +1385 0 obj +<< +/C /Pa14 +/K [1384 0 R 661 0 R] +/P 1625 0 R +/S /LI +>> +endobj +1386 0 obj +<< +/K [663 0 R 662 0 R] +/P 1387 0 R +/S /Lbl +>> +endobj +1387 0 obj +<< +/C /Pa14 +/K [1386 0 R 664 0 R] +/P 1625 0 R +/S /LI +>> +endobj +1388 0 obj +<< +/K [666 0 R 665 0 R] +/P 1389 0 R +/S /Lbl +>> +endobj +1389 0 obj +<< +/C /Pa14 +/K [1388 0 R 667 0 R] +/P 1625 0 R +/S /LI +>> +endobj +1390 0 obj +<< +/K [669 0 R 668 0 R] +/P 1391 0 R +/S /Lbl +>> +endobj +1391 0 obj +<< +/C /Pa14 +/K [1390 0 R 670 0 R] +/P 1625 0 R +/S /LI +>> +endobj +1392 0 obj +<< +/K [674 0 R 673 0 R] +/P 1393 0 R +/S /Lbl +>> +endobj +1393 0 obj +<< +/C /Pa14 +/K [1392 0 R 675 0 R] +/P 1625 0 R +/S /LI +>> +endobj +1394 0 obj +<< +/K [678 0 R 677 0 R] +/P 1395 0 R +/S /Lbl +>> +endobj +1395 0 obj +<< +/C /Pa14 +/K [1394 0 R 679 0 R] +/P 1626 0 R +/S /LI +>> +endobj +1396 0 obj +<< +/K [681 0 R 680 0 R] +/P 1397 0 R +/S /Lbl +>> +endobj +1397 0 obj +<< +/C /Pa14 +/K [1396 0 R 682 0 R] +/P 1626 0 R +/S /LI +>> +endobj +1398 0 obj +<< +/K [684 0 R 683 0 R] +/P 1399 0 R +/S /Lbl +>> +endobj +1399 0 obj +<< +/C /Pa14 +/K [1398 0 R 685 0 R] +/P 1626 0 R +/S /LI +>> +endobj +1400 0 obj +<< +/K [687 0 R 686 0 R] +/P 1401 0 R +/S /Lbl +>> +endobj +1401 0 obj +<< +/C /Pa14 +/K [1400 0 R 688 0 R] +/P 1626 0 R +/S /LI +>> +endobj +1402 0 obj +<< +/K [690 0 R 689 0 R] +/P 1403 0 R +/S /Lbl +>> +endobj +1403 0 obj +<< +/C /Pa14 +/K [1402 0 R 691 0 R] +/P 1626 0 R +/S /LI +>> +endobj +1404 0 obj +<< +/K [694 0 R 693 0 R] +/P 1405 0 R +/S /Lbl +>> +endobj +1405 0 obj +<< +/C /Pa14 +/K [1404 0 R 695 0 R] +/P 1626 0 R +/S /LI +>> +endobj +1406 0 obj +<< +/K [698 0 R 697 0 R] +/P 1407 0 R +/S /Lbl +>> +endobj +1407 0 obj +<< +/C /Pa14 +/K [1406 0 R 699 0 R] +/P 1626 0 R +/S /LI +>> +endobj +1408 0 obj +<< +/K [703 0 R 702 0 R] +/P 1409 0 R +/S /Lbl +>> +endobj +1409 0 obj +<< +/C /Pa14 +/K [1408 0 R 704 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1410 0 obj +<< +/K [706 0 R 705 0 R] +/P 1411 0 R +/S /Lbl +>> +endobj +1411 0 obj +<< +/C /Pa14 +/K [1410 0 R 707 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1412 0 obj +<< +/K [709 0 R 708 0 R] +/P 1413 0 R +/S /Lbl +>> +endobj +1413 0 obj +<< +/C /Pa14 +/K [1412 0 R 710 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1414 0 obj +<< +/K [712 0 R 711 0 R] +/P 1415 0 R +/S /Lbl +>> +endobj +1415 0 obj +<< +/C /Pa14 +/K [1414 0 R 713 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1416 0 obj +<< +/K [715 0 R 714 0 R] +/P 1417 0 R +/S /Lbl +>> +endobj +1417 0 obj +<< +/C /Pa14 +/K [1416 0 R 716 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1418 0 obj +<< +/K [719 0 R 718 0 R] +/P 1419 0 R +/S /Lbl +>> +endobj +1419 0 obj +<< +/C /Pa14 +/K [1418 0 R 720 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1420 0 obj +<< +/K [723 0 R 722 0 R] +/P 1421 0 R +/S /Lbl +>> +endobj +1421 0 obj +<< +/C /Pa14 +/K [1420 0 R 724 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1422 0 obj +<< +/K [727 0 R 726 0 R] +/P 1423 0 R +/S /Lbl +>> +endobj +1423 0 obj +<< +/C /Pa14 +/K [1422 0 R 728 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1424 0 obj +<< +/K [730 0 R 729 0 R] +/P 1425 0 R +/S /Lbl +>> +endobj +1425 0 obj +<< +/C /Pa14 +/K [1424 0 R 731 0 R] +/P 1627 0 R +/S /LI +>> +endobj +1426 0 obj +<< +/K [763 0 R 762 0 R] +/P 1427 0 R +/S /Lbl +>> +endobj +1427 0 obj +<< +/C /Pa6 +/K [1426 0 R 764 0 R] +/P 1219 0 R +/S /LI +>> +endobj +1428 0 obj +<< +/K [811 0 R 810 0 R] +/P 1429 0 R +/S /Lbl +>> +endobj +1429 0 obj +<< +/C /Pa6 +/K [1428 0 R 812 0 R] +/P 1220 0 R +/S /LI +>> +endobj +1430 0 obj +<< +/K [831 0 R 830 0 R] +/P 1431 0 R +/S /Lbl +>> +endobj +1431 0 obj +<< +/C /Pa6 +/K [1430 0 R 832 0 R] +/P 1221 0 R +/S /LI +>> +endobj +1432 0 obj +<< +/K [839 0 R 838 0 R] +/P 1433 0 R +/S /Lbl +>> +endobj +1433 0 obj +<< +/C /Pa6 +/K [1432 0 R 840 0 R] +/P 1222 0 R +/S /LI +>> +endobj +1434 0 obj +<< +/K 871 0 R +/P 1628 0 R +/S /TD +>> +endobj +1435 0 obj +<< +/K [874 0 R 873 0 R] +/P 1436 0 R +/S /Lbl +>> +endobj +1436 0 obj +<< +/C /Pa14 +/K [1435 0 R 875 0 R] +/P 1629 0 R +/S /LI +>> +endobj +1437 0 obj +<< +/K [877 0 R 876 0 R] +/P 1438 0 R +/S /Lbl +>> +endobj +1438 0 obj +<< +/C /Pa14 +/K [1437 0 R 878 0 R] +/P 1629 0 R +/S /LI +>> +endobj +1439 0 obj +<< +/K [880 0 R 879 0 R] +/P 1440 0 R +/S /Lbl +>> +endobj +1440 0 obj +<< +/C /Pa14 +/K [1439 0 R 881 0 R] +/P 1629 0 R +/S /LI +>> +endobj +1441 0 obj +<< +/K [883 0 R 882 0 R] +/P 1442 0 R +/S /Lbl +>> +endobj +1442 0 obj +<< +/C /Pa14 +/K [1441 0 R 884 0 R] +/P 1629 0 R +/S /LI +>> +endobj +1443 0 obj +<< +/K [886 0 R 885 0 R] +/P 1444 0 R +/S /Lbl +>> +endobj +1444 0 obj +<< +/C /Pa14 +/K [1443 0 R 887 0 R] +/P 1629 0 R +/S /LI +>> +endobj +1445 0 obj +<< +/K [889 0 R 888 0 R] +/P 1446 0 R +/S /Lbl +>> +endobj +1446 0 obj +<< +/C /Pa14 +/K [1445 0 R 890 0 R] +/P 1629 0 R +/S /LI +>> +endobj +1447 0 obj +<< +/K [892 0 R 891 0 R] +/P 1448 0 R +/S /Lbl +>> +endobj +1448 0 obj +<< +/C /Pa14 +/K [1447 0 R 893 0 R] +/P 1629 0 R +/S /LI +>> +endobj +1449 0 obj +<< +/K 894 0 R +/P 1630 0 R +/S /TD +>> +endobj +1450 0 obj +<< +/K [896 0 R 895 0 R] +/P 1451 0 R +/S /Lbl +>> +endobj +1451 0 obj +<< +/C /Pa14 +/K [1450 0 R 897 0 R] +/P 1631 0 R +/S /LI +>> +endobj +1452 0 obj +<< +/K [899 0 R 898 0 R] +/P 1453 0 R +/S /Lbl +>> +endobj +1453 0 obj +<< +/C /Pa14 +/K [1452 0 R 900 0 R] +/P 1631 0 R +/S /LI +>> +endobj +1454 0 obj +<< +/K [902 0 R 901 0 R] +/P 1455 0 R +/S /Lbl +>> +endobj +1455 0 obj +<< +/C /Pa14 +/K [1454 0 R 903 0 R] +/P 1631 0 R +/S /LI +>> +endobj +1456 0 obj +<< +/K [905 0 R 904 0 R] +/P 1457 0 R +/S /Lbl +>> +endobj +1457 0 obj +<< +/C /Pa14 +/K [1456 0 R 906 0 R] +/P 1631 0 R +/S /LI +>> +endobj +1458 0 obj +<< +/K 907 0 R +/P 1632 0 R +/S /TD +>> +endobj +1459 0 obj +<< +/K [909 0 R 908 0 R] +/P 1460 0 R +/S /Lbl +>> +endobj +1460 0 obj +<< +/C /Pa14 +/K [1459 0 R 910 0 R] +/P 1633 0 R +/S /LI +>> +endobj +1461 0 obj +<< +/K [912 0 R 911 0 R] +/P 1462 0 R +/S /Lbl +>> +endobj +1462 0 obj +<< +/C /Pa14 +/K [1461 0 R 913 0 R] +/P 1633 0 R +/S /LI +>> +endobj +1463 0 obj +<< +/K [915 0 R 914 0 R] +/P 1464 0 R +/S /Lbl +>> +endobj +1464 0 obj +<< +/C /Pa14 +/K [1463 0 R 916 0 R] +/P 1633 0 R +/S /LI +>> +endobj +1465 0 obj +<< +/K [918 0 R 917 0 R] +/P 1466 0 R +/S /Lbl +>> +endobj +1466 0 obj +<< +/C /Pa14 +/K [1465 0 R 919 0 R] +/P 1633 0 R +/S /LI +>> +endobj +1467 0 obj +<< +/K [922 0 R 921 0 R] +/P 1468 0 R +/S /Lbl +>> +endobj +1468 0 obj +<< +/C /Pa14 +/K [1467 0 R 923 0 R] +/P 1633 0 R +/S /LI +>> +endobj +1469 0 obj +<< +/K [925 0 R 924 0 R] +/P 1634 0 R +/S /Lbl +>> +endobj +1470 0 obj +<< +/K 926 0 R +/P 1634 0 R +/S /LBody +>> +endobj +1471 0 obj +<< +/K [928 0 R 927 0 R] +/P 1472 0 R +/S /Lbl +>> +endobj +1472 0 obj +<< +/C /Pa14 +/K [1471 0 R 929 0 R] +/P 1633 0 R +/S /LI +>> +endobj +1473 0 obj +<< +/K 930 0 R +/P 1635 0 R +/S /TD +>> +endobj +1474 0 obj +<< +/K [932 0 R 931 0 R] +/P 1475 0 R +/S /Lbl +>> +endobj +1475 0 obj +<< +/C /Pa14 +/K [1474 0 R 933 0 R] +/P 1636 0 R +/S /LI +>> +endobj +1476 0 obj +<< +/K [935 0 R 934 0 R] +/P 1477 0 R +/S /Lbl +>> +endobj +1477 0 obj +<< +/C /Pa14 +/K [1476 0 R 936 0 R] +/P 1636 0 R +/S /LI +>> +endobj +1478 0 obj +<< +/K [938 0 R 937 0 R] +/P 1479 0 R +/S /Lbl +>> +endobj +1479 0 obj +<< +/C /Pa14 +/K [1478 0 R 939 0 R] +/P 1636 0 R +/S /LI +>> +endobj +1480 0 obj +<< +/K [941 0 R 940 0 R] +/P 1481 0 R +/S /Lbl +>> +endobj +1481 0 obj +<< +/C /Pa14 +/K [1480 0 R 942 0 R] +/P 1636 0 R +/S /LI +>> +endobj +1482 0 obj +<< +/K [944 0 R 943 0 R] +/P 1483 0 R +/S /Lbl +>> +endobj +1483 0 obj +<< +/C /Pa14 +/K [1482 0 R 945 0 R] +/P 1636 0 R +/S /LI +>> +endobj +1484 0 obj +<< +/K [947 0 R 946 0 R] +/P 1485 0 R +/S /Lbl +>> +endobj +1485 0 obj +<< +/C /Pa14 +/K [1484 0 R 948 0 R] +/P 1636 0 R +/S /LI +>> +endobj +1486 0 obj +<< +/K 949 0 R +/P 1637 0 R +/S /TD +>> +endobj +1487 0 obj +<< +/K [951 0 R 950 0 R] +/P 1488 0 R +/S /Lbl +>> +endobj +1488 0 obj +<< +/C /Pa14 +/K [1487 0 R 952 0 R] +/P 1638 0 R +/S /LI +>> +endobj +1489 0 obj +<< +/K [954 0 R 953 0 R] +/P 1490 0 R +/S /Lbl +>> +endobj +1490 0 obj +<< +/C /Pa14 +/K [1489 0 R 955 0 R] +/P 1638 0 R +/S /LI +>> +endobj +1491 0 obj +<< +/K [957 0 R 956 0 R] +/P 1492 0 R +/S /Lbl +>> +endobj +1492 0 obj +<< +/C /Pa14 +/K [1491 0 R 958 0 R] +/P 1638 0 R +/S /LI +>> +endobj +1493 0 obj +<< +/K [960 0 R 959 0 R] +/P 1494 0 R +/S /Lbl +>> +endobj +1494 0 obj +<< +/C /Pa14 +/K [1493 0 R 961 0 R] +/P 1638 0 R +/S /LI +>> +endobj +1495 0 obj +<< +/K [963 0 R 962 0 R] +/P 1496 0 R +/S /Lbl +>> +endobj +1496 0 obj +<< +/C /Pa14 +/K [1495 0 R 964 0 R] +/P 1638 0 R +/S /LI +>> +endobj +1497 0 obj +<< +/K 1022 0 R +/P 1639 0 R +/S /TD +>> +endobj +1498 0 obj +<< +/K 1023 0 R +/P 1639 0 R +/S /TD +>> +endobj +1499 0 obj +<< +/K 1024 0 R +/P 1639 0 R +/S /TD +>> +endobj +1500 0 obj +<< +/K 1026 0 R +/P 1640 0 R +/S /TD +>> +endobj +1501 0 obj +<< +/K [1027 0 R 1641 0 R] +/P 1640 0 R +/S /TD +>> +endobj +1502 0 obj +<< +/K [1029 0 R 1028 0 R] +/P 1503 0 R +/S /Lbl +>> +endobj +1503 0 obj +<< +/C /Pa14 +/K [1502 0 R 1030 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1504 0 obj +<< +/K [1032 0 R 1031 0 R] +/P 1505 0 R +/S /Lbl +>> +endobj +1505 0 obj +<< +/C /Pa14 +/K [1504 0 R 1033 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1506 0 obj +<< +/K [1035 0 R 1034 0 R] +/P 1507 0 R +/S /Lbl +>> +endobj +1507 0 obj +<< +/C /Pa14 +/K [1506 0 R 1036 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1508 0 obj +<< +/K [1038 0 R 1037 0 R] +/P 1509 0 R +/S /Lbl +>> +endobj +1509 0 obj +<< +/C /Pa14 +/K [1508 0 R 1039 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1510 0 obj +<< +/K [1041 0 R 1040 0 R] +/P 1511 0 R +/S /Lbl +>> +endobj +1511 0 obj +<< +/C /Pa14 +/K [1510 0 R 1042 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1512 0 obj +<< +/K [1044 0 R 1043 0 R] +/P 1513 0 R +/S /Lbl +>> +endobj +1513 0 obj +<< +/C /Pa14 +/K [1512 0 R 1045 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1514 0 obj +<< +/K [1048 0 R 1047 0 R] +/P 1515 0 R +/S /Lbl +>> +endobj +1515 0 obj +<< +/C /Pa14 +/K [1514 0 R 1049 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1516 0 obj +<< +/K [1051 0 R 1050 0 R] +/P 1517 0 R +/S /Lbl +>> +endobj +1517 0 obj +<< +/C /Pa14 +/K [1516 0 R 1052 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1518 0 obj +<< +/K [1055 0 R 1054 0 R] +/P 1519 0 R +/S /Lbl +>> +endobj +1519 0 obj +<< +/C /Pa14 +/K [1518 0 R 1056 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1520 0 obj +<< +/K [1058 0 R 1057 0 R] +/P 1521 0 R +/S /Lbl +>> +endobj +1521 0 obj +<< +/C /Pa14 +/K [1520 0 R 1059 0 R] +/P 1641 0 R +/S /LI +>> +endobj +1522 0 obj +<< +/K [1061 0 R 1060 0 R] +/P 1523 0 R +/S /Lbl +>> +endobj +1523 0 obj +<< +/C /Pa14 +/K [1522 0 R 1062 0 R] +/P 1642 0 R +/S /LI +>> +endobj +1524 0 obj +<< +/K [1064 0 R 1063 0 R] +/P 1525 0 R +/S /Lbl +>> +endobj +1525 0 obj +<< +/C /Pa14 +/K [1524 0 R 1065 0 R] +/P 1642 0 R +/S /LI +>> +endobj +1526 0 obj +<< +/K [1067 0 R 1066 0 R] +/P 1527 0 R +/S /Lbl +>> +endobj +1527 0 obj +<< +/C /Pa14 +/K [1526 0 R 1068 0 R] +/P 1642 0 R +/S /LI +>> +endobj +1528 0 obj +<< +/K [1071 0 R 1070 0 R] +/P 1529 0 R +/S /Lbl +>> +endobj +1529 0 obj +<< +/C /Pa14 +/K [1528 0 R 1072 0 R] +/P 1642 0 R +/S /LI +>> +endobj +1530 0 obj +<< +/K [1074 0 R 1073 0 R] +/P 1531 0 R +/S /Lbl +>> +endobj +1531 0 obj +<< +/C /Pa14 +/K [1530 0 R 1075 0 R] +/P 1642 0 R +/S /LI +>> +endobj +1532 0 obj +<< +/K [1078 0 R 1077 0 R] +/P 1533 0 R +/S /Lbl +>> +endobj +1533 0 obj +<< +/C /Pa14 +/K [1532 0 R 1079 0 R] +/P 1642 0 R +/S /LI +>> +endobj +1534 0 obj +<< +/K [1082 0 R 1081 0 R] +/P 1535 0 R +/S /Lbl +>> +endobj +1535 0 obj +<< +/C /Pa14 +/K [1534 0 R 1083 0 R] +/P 1642 0 R +/S /LI +>> +endobj +1536 0 obj +<< +/K [1086 0 R 1085 0 R] +/P 1537 0 R +/S /Lbl +>> +endobj +1537 0 obj +<< +/C /Pa14 +/K [1536 0 R 1087 0 R] +/P 1643 0 R +/S /LI +>> +endobj +1538 0 obj +<< +/K 1089 0 R +/P 1644 0 R +/S /TD +>> +endobj +1539 0 obj +<< +/K [1093 0 R 1645 0 R] +/P 1644 0 R +/S /TD +>> +endobj +1540 0 obj +<< +/K [1095 0 R 1094 0 R] +/P 1541 0 R +/S /Lbl +>> +endobj +1541 0 obj +<< +/C /Pa14 +/K [1540 0 R 1096 0 R] +/P 1645 0 R +/S /LI +>> +endobj +1542 0 obj +<< +/K [1099 0 R 1098 0 R] +/P 1543 0 R +/S /Lbl +>> +endobj +1543 0 obj +<< +/C /Pa14 +/K [1542 0 R 1100 0 R] +/P 1645 0 R +/S /LI +>> +endobj +1544 0 obj +<< +/K [1102 0 R 1101 0 R] +/P 1545 0 R +/S /Lbl +>> +endobj +1545 0 obj +<< +/C /Pa14 +/K [1544 0 R 1103 0 R] +/P 1645 0 R +/S /LI +>> +endobj +1546 0 obj +<< +/K [1105 0 R 1104 0 R] +/P 1547 0 R +/S /Lbl +>> +endobj +1547 0 obj +<< +/C /Pa14 +/K [1546 0 R 1106 0 R] +/P 1645 0 R +/S /LI +>> +endobj +1548 0 obj +<< +/K [1109 0 R 1108 0 R] +/P 1549 0 R +/S /Lbl +>> +endobj +1549 0 obj +<< +/C /Pa14 +/K [1548 0 R 1110 0 R] +/P 1646 0 R +/S /LI +>> +endobj +1550 0 obj +<< +/K [1112 0 R 1111 0 R] +/P 1551 0 R +/S /Lbl +>> +endobj +1551 0 obj +<< +/C /Pa14 +/K [1550 0 R 1113 0 R] +/P 1646 0 R +/S /LI +>> +endobj +1552 0 obj +<< +/K [1115 0 R 1114 0 R] +/P 1553 0 R +/S /Lbl +>> +endobj +1553 0 obj +<< +/C /Pa14 +/K [1552 0 R 1116 0 R] +/P 1646 0 R +/S /LI +>> +endobj +1554 0 obj +<< +/K [1119 0 R 1118 0 R] +/P 1555 0 R +/S /Lbl +>> +endobj +1555 0 obj +<< +/C /Pa14 +/K [1554 0 R 1120 0 R] +/P 1646 0 R +/S /LI +>> +endobj +1556 0 obj +<< +/K [1122 0 R 1121 0 R] +/P 1557 0 R +/S /Lbl +>> +endobj +1557 0 obj +<< +/C /Pa14 +/K [1556 0 R 1123 0 R] +/P 1646 0 R +/S /LI +>> +endobj +1558 0 obj +<< +/K [1125 0 R 1124 0 R] +/P 1559 0 R +/S /Lbl +>> +endobj +1559 0 obj +<< +/C /Pa14 +/K [1558 0 R 1126 0 R] +/P 1647 0 R +/S /LI +>> +endobj +1560 0 obj +<< +/K [1129 0 R 1128 0 R] +/P 1561 0 R +/S /Lbl +>> +endobj +1561 0 obj +<< +/C /Pa14 +/K [1560 0 R 1130 0 R] +/P 1647 0 R +/S /LI +>> +endobj +1562 0 obj +<< +/K [1133 0 R 1132 0 R] +/P 1563 0 R +/S /Lbl +>> +endobj +1563 0 obj +<< +/C /Pa14 +/K [1562 0 R 1134 0 R] +/P 1647 0 R +/S /LI +>> +endobj +1564 0 obj +<< +/K [1136 0 R 1135 0 R] +/P 1565 0 R +/S /Lbl +>> +endobj +1565 0 obj +<< +/C /Pa14 +/K [1564 0 R 1137 0 R] +/P 1647 0 R +/S /LI +>> +endobj +1566 0 obj +<< +/K [1138 0 R 1142 0 R] +/P 1648 0 R +/S /TD +>> +endobj +1567 0 obj +<< +/K [1145 0 R 1144 0 R] +/P 1568 0 R +/S /Lbl +>> +endobj +1568 0 obj +<< +/C /Pa14 +/K [1567 0 R 1146 0 R] +/P 1649 0 R +/S /LI +>> +endobj +1569 0 obj +<< +/K [1148 0 R 1147 0 R] +/P 1570 0 R +/S /Lbl +>> +endobj +1570 0 obj +<< +/C /Pa14 +/K [1569 0 R 1149 0 R] +/P 1650 0 R +/S /LI +>> +endobj +1571 0 obj +<< +/K [1152 0 R 1151 0 R] +/P 1572 0 R +/S /Lbl +>> +endobj +1572 0 obj +<< +/C /Pa14 +/K [1571 0 R 1153 0 R] +/P 1650 0 R +/S /LI +>> +endobj +1573 0 obj +<< +/K [1155 0 R 1154 0 R] +/P 1574 0 R +/S /Lbl +>> +endobj +1574 0 obj +<< +/C /Pa14 +/K [1573 0 R 1156 0 R] +/P 1650 0 R +/S /LI +>> +endobj +1575 0 obj +<< +/K [1159 0 R 1158 0 R] +/P 1576 0 R +/S /Lbl +>> +endobj +1576 0 obj +<< +/C /Pa14 +/K [1575 0 R 1160 0 R] +/P 1651 0 R +/S /LI +>> +endobj +1577 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1578 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1652 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1653 0 R +/FontName /VOBDDX+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1579 0 obj +<< +/Filter /FlateDecode +/Length 2092 +/Subtype /Type1C +>> +stream +H|T{TfBd6vfj} +VXDubA`- "$B*/T(>_]mWv]sj=̙woD",6jie>TɩkT1eFmi/=h!2{7k3\ nH|0R%޺-[0&c<.2q9Ζg-JUR-O"22I +5* Y*.Yܚ.WSlUr<3YSf'M?t'pq,&[\"O`QNV٢ܥVվ~1".Ua"a2 a~a!)Vaj1a8 Z`DZNXt׎+-ϳ߇ q| JN,!q=_3'HQa@![2qP2A$N! 9wJm#dH4Fja9p"^R4o!D,|<>rX8ϗ9 y`>d!xMjƙhI Zwpgf(`I/8MY1'`D纏&IW;?}zf.S dc{}w_ƅK|4#lǧd>~ފ%Jnjuutpx2X NNa9 ږFd,\>}">?CՍcfpؠHA\y ߾R\t=#nU}qt1R/!Jw$gIp@hS0" p*~{%Te1m mƃ LsСx,/h)\@Oi7= +08s1U~UȑuU9@Ei^,yp_֥O\yě^w&`rJLX!i *q;PY;hTKV:4׷W~d(~ +zU~-fJ'TG~t[;C$ s+G46#!5e2CP Qj1Udnִ5w}TW-×ƪ* &}>Hu̒tȪQvxaJ8 nUnJQѳψ7̻KԎsnP.T;9'EI4rB*Y=8tYϘp# 2G"\J6LlqRFzI7o<ݚ_͚t:E7n | +l1TnCh5 =wG/1y𢴔=k%g_w?_FD7j5|A u Dz]ž7OI)q9G*~qȕ M`13,ȓ>qDf9W|:EM&16[&kÙKtw]b}-$zk ]n]%XfcgthR\ O/ sreB<+w6mJTWʹX5ӏOFN%  +^IaOqvF5@_&Esfx a0 as,V@\PW\tԧ 6 @ͩ47e~Wc[wӇ *gҕVnVU_>s92aDɺQ3(gq??,EvQ~=(O%锒Q8_FkN(hfa8"G`%U;vn!Im/"t(.2wlWeᘀJP`o@Z}sD wdd|L$ j VN > pN +؝lq%tE d#:FO+Kd{e%L,Ev*oVSV+}G_V +A#kɎ{DiEw&j> +endobj +1581 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1654 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1655 0 R +/FontName /OBORAR+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1582 0 obj +<< +/BaseFont /CUCKKZ+Wingdings-Regular +/CIDSystemInfo 1656 0 R +/CIDToGIDMap /Identity +/DW 1000 +/FontDescriptor 1657 0 R +/Subtype /CIDFontType2 +/Type /Font +/W [132 [747]] +>> +endobj +1583 0 obj +<< +/Filter /FlateDecode +/Length 603 +/Subtype /Type1C +>> +stream +H|POHaug3׉YcnnaC,`KA[QtGfƵC!-I#%xI%!=$ "Vҩ~#ϵ_]5%!ujjc\QzaMMJv}Aqz{>osE\!_Q4艖<@BPôUR{eO<ӎdZmj.k)GUt*+Ơk(̯5$$Tu:J,z58,n0Qd)jaJ:44ELOQI;̹gpCjdK%W؞uxw"F,)!YO.EyT0!c&,uME C .Fa¼x.- +ܚ?=pz><4be3uGn}"傉\TĪ3Xسu͟0 qbm݀ Q1,k?P+\^&c{*8ӾmBi3&7OIL0i܃Yd{=.`O& +endstream +endobj +1584 0 obj +<< +/Filter /FlateDecode +/Length 3278 +/Subtype /Type1C +>> +stream +H|T{Tgd&ʸڌ;E_V + +"jH"ޯV hQi !QZuժ|TZwq_س={NسgιwqL*pˆI:m:B<%Le~`FႷTPMAe%=(/qiWOƄ)ij'ؙ6hjz@@ +Q'o֨iIɺd]^W$&!T:MF10kN*mJoTqx^Q8f{Uo܄JMRX$'TqI"J`$NI*;ERk0 ?ÆI06J6f9.ŢH,Ò1$X8`&և:)!%$;%G$=Dq i!"Ϩ߲By\BY=bSޣģ3-u +h:RPpSP.3h$T}@6 a}J8 ЀGNy?2:dNUs/hi3B'4Vm8[ʧTg44Z + A43KKPZ0Xg쀛N&0xTPүG |Hzd.5hբM ª[wtDM׊ !,򶡻&Y; A vMWl85$' -We"h tD:u"A: [._$G3`WJ3TB"MFh'@P׍&nkŻ‡k/Qr^Դ| +^+l}&hε} ~qcbh +y8}Aڭpx|wTbEO} POѨh+0s`W+e2]U:+x7)AZrwCδ9ιA{yR{%n=T%!7Rt5 v=&VFgʝT/\t${pJ{\zU v}yWݴ,G*Udb*;̤6ʺ;?D~y۲ +j+Y_W"jB74W\]{LѳEh+v4.RxHl A2mX{HxN=If[0&hug[eq"ObB$]J66>딅24a " +Dz3v+yBI3 +cQq!&x DZ 9ӫOy0[(4QK̗}?0.yFh?Xwgr砉.(;P H+hx4$Cx xx/> nkeƐEĜ.t4"k]ucOv:ſ?a+A2[Y,E3ȧn+^=FǺ2Eo˗ILO?DVmLSgުjԕ^wK6 ME74NɰFG(NH[ +(s"Yk X?tɖt{o YrsM9996RKE*R>Wa8:(iE-&ĀIGC)+3vM]aTq^uzw9,:7؎B:StEr<9ZFo]H &sz /=<5.Ge8p-C2dlLR'1@ Lp4g5ZO/E`O bVϠhs<^#t ZquLGt78rD!zOy\ih!aX{[Y9]qU;\KɌƘW~Jhgoݕ)zu Or8Đ&a]hHh1X͔.)-,̯(g-m^=@,SHr5|"Fo˥t ]!^w. _t +>_w^ +b?xX &O2ChZp,CV4bYP IߞLmFIJ@ßnt%, dߝ*XA>܍3\':ʋQ;'u:+Fɩ:\jr8ѨwNBM1CvxjWtgb ]oJ-gX-$ʵ"ܷQ_a +endstream +endobj +1585 0 obj +<< +/Filter /FlateDecode +/Length 1950 +/Subtype /Type1C +>> +stream +H|TkPWfnP&inDc(F"jdEEf`FDqx0p(>x"%:*T0X-נkmj-6fS[䚪ڪuO|w/a8K߱ePMIoܟr "ŠT+_K΁ޛp6rGk׮ pIrŊ32XK|MAIsu|MZ0 52$h F )3C+k҄|}J&;E%\QO)A#H9Z/ BJNZE7S%UWj A[b +s5!Maw0l1}aFT2, K0F*b0=ܖ2;=}B5<"h,_%wSfuOǼ9N@5ˠP0.M-HC(tB͸vȥQhB& pR|7ˀE\%*A 8x SwKvnO|%m-nH@ .h6"\Vbd{FP9hJqW\eӫ_WCjax_C d>D'1r`H+߾egD5 &yԐm|h;~ZQC8#Ai]dW ipnA*C  t3,$|x7޹Ư8uQ~ŝ\?ۓ7(?D*M^ׁ}JmQR9{9 +"c +m(HD!BH +_(ANmv#ѺJ4kR(v6] :an3)Zʸ2]amlxS?a"G@I=>F9pܧ` l<٨DC"Cі(KQUI;u>A/2t˹z"Q ]uvTk! wcaZ[ţ1zH/gժLXz-cJI;%sK B&<89ZZV:K@1ԟ` Bdb5D2s]J`}"?"ъ lڎ{\>x}t +ov8Ɲ: g05f }Я+v-@3a?\^k-],!326%"_aq#7F{[^T_< VwqHN3fk.PMW<嫃gu\UyUԪ(M_gKe`҈_fd$&iFF/bY)|:4;D"(Ua.^lO%)El"Gڭ;ɵ6u-qHo}9z.d{X13dO?F19ZFؒm۷*) /4.|= =dcթzl߷U]ª!rBNx7sh2#Z"\bs,#Kf<47>)0d}O )Xg6]0GW6 +H{Utzm;e9˭ElJ~C׳SrHvWR1%.*late#|C{<54+[gNMY;YĬ_r `Z' +J5ɑ-:Bt ,AEޓΝhC ͉]\޹kZO_p=A )A*,;HY),yD?oV8?_ru.nw ngLi9z,P/{\+2`r +endstream +endobj +1586 0 obj +<< +/Filter /FlateDecode +/Length 360 +/Subtype /Type1C +>> +stream +H|OKQgLGJ + #]&BcZbt:j+mHmm]Ԣ|.zoڴjs{+K$Үk=bF2jt[:f&d6p2셼_;|t`#&|LB6U EIAF +V kNй0bb^3vKK{*ᕻYtv΍#}8` +endstream +endobj +1587 0 obj +<< +/Filter /FlateDecode +/Length 1318 +/Subtype /Type1C +>> +stream +H|RkPW% Yu"؊"c֊O` Ć&1h jE-:0訵>(JUp8=K/W=s9;^ pWeKMI^ܬVM33b}ɠG9UD .IWˆLSL%bvaKLDmiju<(Xb Ęo2Z+ n3l5qz EӊBouլZ',VȉFeXEiXiKijشU%<7xpl(Lb)X[e`k .e"hx%~'`i@INH^py.;PpuE( 0D"U~!%s|HB"&3JH>.?ʞGa"| +!88D ( (> +Hb a"P똩]Z渺\Ͷ;$`N"]"%-P*7x +P}p٠?t <:((?]Zr1SZhڜUS(sy``So]0nvTlc et:溋y +#Y twp H*>RuASa1Ff#Upo8In)g6)dMxw(*U\q-n(ս۾\!$ŒHF/Zc.fp$-띫U{2;{输 ,,i͆cݟ1ν:\]5G 86BD3|k-" R'" +(b(47/4?Ŕ?$m[IO;}سw辦+6a `H}'QIӸ?E~΢66zy}L[Ñç-YXwHAx~^n--\$ַ/ssx ?o^mmvJ~}"Dv$!TwEx~ EM3"_#N4~ADfZo={?H-coA5C`I]n4x/:j )uS^(֐ԡ!#KTni*J^P’ +&\ P(u\;_ ;Nl=+}B|>>n"U惘1*H~crǹe!D6X,NP+`X +endstream +endobj +1588 0 obj +<< +/A << +/BBox [113.386 113.744 529.579 374.882] +/O /Layout +>> +/K [1594 0 R 1658 0 R 1595 0 R 1597 0 R 1599 0 R] +/P 1224 0 R +/S /Table +>> +endobj +1589 0 obj +<< +/A << +/BBox [85.0394 122.292 501.232 533.491] +/O /Layout +>> +/K [1601 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R] +/P 1225 0 R +/S /Table +>> +endobj +1590 0 obj +<< +/A << +/BBox [85.622 342.358 501.815 709.871] +/O /Layout +>> +/K [1608 0 R 1663 0 R 1609 0 R 1612 0 R 1617 0 R 1620 0 R] +/P 1226 0 R +/S /Table +>> +endobj +1591 0 obj +<< +/A << +/BBox [113.567 314.295 529.76 710.429] +/O /Layout +>> +/K [1623 0 R 1664 0 R 1624 0 R] +/P 1227 0 R +/S /Table +>> +endobj +1592 0 obj +<< +/A << +/BBox [113.547 68.248 529.74 710.23] +/O /Layout +>> +/K [1639 0 R 1665 0 R 1640 0 R 1644 0 R 1648 0 R] +/P 1228 0 R +/S /Table +>> +endobj +1593 0 obj +<< +/A << +/BBox [85.0394 158.957 501.232 726.587] +/O /Layout +>> +/K [1666 0 R 1628 0 R 1630 0 R 1632 0 R 1635 0 R 1637 0 R] +/P 1229 0 R +/S /Table +>> +endobj +1594 0 obj +<< +/K [1667 0 R 1252 0 R] +/P 1588 0 R +/S /TR +>> +endobj +1595 0 obj +<< +/K [1253 0 R 1668 0 R] +/P 1588 0 R +/S /TR +>> +endobj +1596 0 obj +<< +/K 1255 0 R +/P 1668 0 R +/S /L +>> +endobj +1597 0 obj +<< +/K [1256 0 R 1669 0 R] +/P 1588 0 R +/S /TR +>> +endobj +1598 0 obj +<< +/K [1258 0 R 1260 0 R 1262 0 R 1264 0 R 1266 0 R 1268 0 R] +/P 1669 0 R +/S /L +>> +endobj +1599 0 obj +<< +/K [1269 0 R 1670 0 R] +/P 1588 0 R +/S /TR +>> +endobj +1600 0 obj +<< +/K [1271 0 R 1273 0 R] +/P 1670 0 R +/S /L +>> +endobj +1601 0 obj +<< +/K [1274 0 R 1275 0 R] +/P 1589 0 R +/S /TR +>> +endobj +1602 0 obj +<< +/K [1277 0 R 1279 0 R 1281 0 R] +/P 1671 0 R +/S /L +>> +endobj +1603 0 obj +<< +/K [1283 0 R 1285 0 R 1287 0 R 1289 0 R 1291 0 R 1293 0 R 1295 0 R] +/P 1672 0 R +/S /L +>> +endobj +1604 0 obj +<< +/K [1297 0 R 1299 0 R 1301 0 R] +/P 1673 0 R +/S /L +>> +endobj +1605 0 obj +<< +/K [1303 0 R 1305 0 R 1307 0 R 1309 0 R 1311 0 R 1313 0 R] +/P 1674 0 R +/S /L +>> +endobj +1606 0 obj +<< +/K [1315 0 R 1317 0 R 1319 0 R] +/P 1675 0 R +/S /L +>> +endobj +1607 0 obj +<< +/K [1321 0 R 1323 0 R 1325 0 R 1327 0 R 1329 0 R 1331 0 R 1333 0 R 1335 0 R] +/P 1676 0 R +/S /L +>> +endobj +1608 0 obj +<< +/K [1677 0 R 1336 0 R 1337 0 R] +/P 1590 0 R +/S /TR +>> +endobj +1609 0 obj +<< +/K [1338 0 R 1678 0 R 1679 0 R] +/P 1590 0 R +/S /TR +>> +endobj +1610 0 obj +<< +/K [1340 0 R 1342 0 R 1344 0 R 1346 0 R 1348 0 R 1350 0 R 1352 0 R 1354 0 R] +/P 1678 0 R +/S /L +>> +endobj +1611 0 obj +<< +/K [1356 0 R 1358 0 R 1360 0 R] +/P 1679 0 R +/S /L +>> +endobj +1612 0 obj +<< +/K [1361 0 R 1680 0 R 1681 0 R] +/P 1590 0 R +/S /TR +>> +endobj +1613 0 obj +<< +/K 1363 0 R +/P 1680 0 R +/S /L +>> +endobj +1614 0 obj +<< +/K [1365 0 R 1615 0 R 1616 0 R] +/P 1681 0 R +/S /L +>> +endobj +1615 0 obj +<< +/C /Pa14 +/K [1366 0 R 1367 0 R] +/P 1614 0 R +/S /LI +>> +endobj +1616 0 obj +<< +/C /Pa14 +/K [1368 0 R 1369 0 R] +/P 1614 0 R +/S /LI +>> +endobj +1617 0 obj +<< +/K [1370 0 R 1682 0 R 1683 0 R] +/P 1590 0 R +/S /TR +>> +endobj +1618 0 obj +<< +/K 1372 0 R +/P 1682 0 R +/S /L +>> +endobj +1619 0 obj +<< +/K 1374 0 R +/P 1683 0 R +/S /L +>> +endobj +1620 0 obj +<< +/K [1375 0 R 1684 0 R 1685 0 R] +/P 1590 0 R +/S /TR +>> +endobj +1621 0 obj +<< +/K 1377 0 R +/P 1684 0 R +/S /L +>> +endobj +1622 0 obj +<< +/K 1379 0 R +/P 1685 0 R +/S /L +>> +endobj +1623 0 obj +<< +/K [1686 0 R 1380 0 R 1381 0 R 1382 0 R] +/P 1591 0 R +/S /TR +>> +endobj +1624 0 obj +<< +/K [1383 0 R 1687 0 R 1688 0 R 1689 0 R] +/P 1591 0 R +/S /TR +>> +endobj +1625 0 obj +<< +/K [1385 0 R 1387 0 R 1389 0 R 1391 0 R 1393 0 R] +/P 1687 0 R +/S /L +>> +endobj +1626 0 obj +<< +/K [1395 0 R 1397 0 R 1399 0 R 1401 0 R 1403 0 R 1405 0 R 1407 0 R] +/P 1688 0 R +/S /L +>> +endobj +1627 0 obj +<< +/K [1409 0 R 1411 0 R 1413 0 R 1415 0 R 1417 0 R 1419 0 R 1421 0 R 1423 0 R 1425 0 R] +/P 1689 0 R +/S /L +>> +endobj +1628 0 obj +<< +/K [1434 0 R 1690 0 R] +/P 1593 0 R +/S /TR +>> +endobj +1629 0 obj +<< +/K [1436 0 R 1438 0 R 1440 0 R 1442 0 R 1444 0 R 1446 0 R 1448 0 R] +/P 1690 0 R +/S /L +>> +endobj +1630 0 obj +<< +/K [1449 0 R 1691 0 R] +/P 1593 0 R +/S /TR +>> +endobj +1631 0 obj +<< +/K [1451 0 R 1453 0 R 1455 0 R 1457 0 R] +/P 1691 0 R +/S /L +>> +endobj +1632 0 obj +<< +/K [1458 0 R 1692 0 R] +/P 1593 0 R +/S /TR +>> +endobj +1633 0 obj +<< +/K [1460 0 R 1462 0 R 1464 0 R 1466 0 R 1468 0 R 1634 0 R 1472 0 R] +/P 1692 0 R +/S /L +>> +endobj +1634 0 obj +<< +/C /Pa14 +/K [1469 0 R 1470 0 R] +/P 1633 0 R +/S /LI +>> +endobj +1635 0 obj +<< +/K [1473 0 R 1693 0 R] +/P 1593 0 R +/S /TR +>> +endobj +1636 0 obj +<< +/K [1475 0 R 1477 0 R 1479 0 R 1481 0 R 1483 0 R 1485 0 R] +/P 1693 0 R +/S /L +>> +endobj +1637 0 obj +<< +/K [1486 0 R 1694 0 R] +/P 1593 0 R +/S /TR +>> +endobj +1638 0 obj +<< +/K [1488 0 R 1490 0 R 1492 0 R 1494 0 R 1496 0 R] +/P 1694 0 R +/S /L +>> +endobj +1639 0 obj +<< +/K [1695 0 R 1497 0 R 1498 0 R 1499 0 R] +/P 1592 0 R +/S /TR +>> +endobj +1640 0 obj +<< +/K [1500 0 R 1501 0 R 1696 0 R 1697 0 R] +/P 1592 0 R +/S /TR +>> +endobj +1641 0 obj +<< +/K [1503 0 R 1505 0 R 1507 0 R 1509 0 R 1511 0 R 1513 0 R 1515 0 R 1517 0 R 1519 0 R 1521 0 R] +/P 1501 0 R +/S /L +>> +endobj +1642 0 obj +<< +/K [1523 0 R 1525 0 R 1527 0 R 1529 0 R 1531 0 R 1533 0 R 1535 0 R] +/P 1696 0 R +/S /L +>> +endobj +1643 0 obj +<< +/K 1537 0 R +/P 1697 0 R +/S /L +>> +endobj +1644 0 obj +<< +/K [1538 0 R 1539 0 R 1698 0 R 1699 0 R] +/P 1592 0 R +/S /TR +>> +endobj +1645 0 obj +<< +/K [1541 0 R 1543 0 R 1545 0 R 1547 0 R] +/P 1539 0 R +/S /L +>> +endobj +1646 0 obj +<< +/K [1549 0 R 1551 0 R 1553 0 R 1555 0 R 1557 0 R] +/P 1698 0 R +/S /L +>> +endobj +1647 0 obj +<< +/K [1559 0 R 1561 0 R 1563 0 R 1565 0 R] +/P 1699 0 R +/S /L +>> +endobj +1648 0 obj +<< +/K [1566 0 R 1700 0 R 1701 0 R 1702 0 R] +/P 1592 0 R +/S /TR +>> +endobj +1649 0 obj +<< +/K 1568 0 R +/P 1700 0 R +/S /L +>> +endobj +1650 0 obj +<< +/K [1570 0 R 1572 0 R 1574 0 R] +/P 1701 0 R +/S /L +>> +endobj +1651 0 obj +<< +/K 1576 0 R +/P 1702 0 R +/S /L +>> +endobj +1652 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +Hj`@ +endstream +endobj +1653 0 obj +<< +/Filter /FlateDecode +/Length 3259 +/Length1 6160 +>> +stream +HVklT>3s~1YnL^x0xFyI .B +I*.R(4N" ]ǤV) RRRDJDJ[Q#B&7׋iǜ9Y#tj'AE˫ _KoA-._-4 VIW9T;B?t4Zx{lux3'F'缟]9gYǺq+ x ^Mf|L͏8݉|MX[ |'sDQXƚXE^Bûϊmkds&D7 hn:?0VUg]|]Wk'&EXmJ1[>4f*/X +O?穋^ MooԜt.Mtgdk ʶ]Gmxd= 6{OBՃhBYI6OD jELĻ]m֥}}3v:m`jn2w?6H+1ˍ*qVTjIzOU@@ [ؖ^b/#$jy]bae9 > շW|ϟ+ؑ= _F}jLb(X%[NqBD?-C{H[֣Z VBg%@ޢo;aGFӕlc1ms#4usᆫaϟ,Q fZ2qwjIyUeh~yyijeXZdgVke‡A5%h˥VT)Bz6Uqw۞nnexU:Y6!t%SNu#IC0d*3> ܕ ftJ!Qb$A}WJ'N٧ssϽ{w۞e>Iٮ,3OX1S:<|Y۲Wh5<^мy H6 g'tv2[ӍW1p.? |<ו.v)_0djAx4mIJqeSͼJ^||tpz/ҐοSֱ~#B-x,ZVDD/7KvK'|I-T}ҴX~DӾdҲ#Kl W]`8 &ɒdyQur7_@yUAdy8~G}'{3E䏨׋8 P# ӴV*5{Eph -ОE:繯rowѢ?BGtx.g*8:V 掖 9jfz?^G rPcZfU?o*&ߋܹ~S*_/P>Z2/ѲBc ߆iD`[Z%ւSTtMxևԼ=ZIݨRNF{C9c !G},4I aXQVk kYn}߁p| ́Yp̀m0 0yXgYNeg=dmer(_sX`|N7~Wh}<)cœ^a>']a +3%̤_n!yG-AUR^K3l׺@LK#τ_9Ϳ}c]S]GMNkګ㆚\$MˏOR,ۋ'_Fm[?*:DM5hP[HPk|x"}/ݡ6mlYͮ=伤XjT!AN,U^I]@;;U +_4RB*xpsqI-P)o +endstream +endobj +1654 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +H +8 +endstream +endobj +1655 0 obj +<< +/Filter /FlateDecode +/Length 3260 +/Length1 6160 +>> +stream +HVklT>3s~1YnL^xQ aMJصwm/^gwd-&QH8i@t"Z4PKII))m%GD) +Jo UUx9ߜ9ܻ&FDFVTN-Л 2ކָ|Q"s>sm qK]畧V{ckC(zSg6=#C2j œ91:>B/x7?:ޅ[»U]fo$=if!r~yoɐv +aej}v5}Dc9lK3dN.srщd9kde{ >Q#|6?+zm2\|{P=Q +59c}qX5-߼L-otU z+:O{ikH9Ά];'v%)vvp#~@3hLquQܒYgM6 ߝ7N}w1=j䈜YÆHOKM1 ]k=ok%Kn`a.cKCw3KdY2drwK%{,y?㱪&9(.fH_zֆAR4瑩tt jbe xwN!.<^{Q)"++|^X:mZ&k=,ϡPmڦ r]vJ;I5 |g@Z#+~؏l>^YSKO1Z;Mm]K9tV3GĖ,VlJ W5CG?9Gmi Am $-Fn RP#mlSbbkGnY-^J&U)D].JV/-" +ggM ԩ!BDJ4EK~(R)NT@O**QBxҴd&)ŭ*5**AQ+HԡX7{nv&2(pcdtf}Zg23Q<ݥMэ[%=y>Y@6j̎ D b6te3h$&=Br H + ʣToMyMOKӛnUs*7L+=eY?ƒeRlhb2~K="ݪj4O6T2޳fȖT` "+dat]c7f>mS(sE<akWGA &(C^kiKSs~s"^Z1hO]?x W5;i>H p.g +J؇:V 掶 =J1V~sPc.bhE?o`Mm^ϧ{KX'eK)_En Ұ YD9ւTt x6=VN]]RFz"9cs=-AWb kuuuuaug,/KĞ7w:\s3`Q.0p[`/R rXNH눴&[ZKkF]ZۤVJޯ֩OݣVaUjT + +UJ)2Gv O?.0%"ίќ>E©JPxikt<MN, +'3II3tKɽiXOrRGܨ $$3kfKjvMf[=eA'c֧u=n6Շ Toz9&wjh)|tBM%1O^Sp +endstream +endobj +1656 0 obj +<< +/Ordering (Identity) +/Registry (Adobe) +/Supplement 0 +>> +endobj +1657 0 obj +<< +/Ascent 899 +/CapHeight 754 +/CIDSet 1703 0 R +/Descent -211 +/Flags 4 +/FontBBox [0 -211 1359 899] +/FontFamily (Wingdings) +/FontFile2 1704 0 R +/FontName /CUCKKZ+Wingdings-Regular +/FontStretch /Normal +/FontWeight 400 +/ItalicAngle 0 +/StemV 580 +/Type /FontDescriptor +/XHeight 723 +>> +endobj +1658 0 obj +<< +/K 1705 0 R +/P 1588 0 R +/S /TR +>> +endobj +1659 0 obj +<< +/K 1706 0 R +/P 1589 0 R +/S /TR +>> +endobj +1660 0 obj +<< +/K [1671 0 R 1672 0 R] +/P 1589 0 R +/S /TR +>> +endobj +1661 0 obj +<< +/K [1673 0 R 1674 0 R] +/P 1589 0 R +/S /TR +>> +endobj +1662 0 obj +<< +/K [1675 0 R 1676 0 R] +/P 1589 0 R +/S /TR +>> +endobj +1663 0 obj +<< +/K 1707 0 R +/P 1590 0 R +/S /TR +>> +endobj +1664 0 obj +<< +/K 1708 0 R +/P 1591 0 R +/S /TR +>> +endobj +1665 0 obj +<< +/K 1709 0 R +/P 1592 0 R +/S /TR +>> +endobj +1666 0 obj +<< +/K 1710 0 R +/P 1593 0 R +/S /TR +>> +endobj +1667 0 obj +<< +/P 1594 0 R +/S /TD +>> +endobj +1668 0 obj +<< +/K 1596 0 R +/P 1595 0 R +/S /TD +>> +endobj +1669 0 obj +<< +/K 1598 0 R +/P 1597 0 R +/S /TD +>> +endobj +1670 0 obj +<< +/K 1600 0 R +/P 1599 0 R +/S /TD +>> +endobj +1671 0 obj +<< +/K 1602 0 R +/P 1660 0 R +/S /TD +>> +endobj +1672 0 obj +<< +/K 1603 0 R +/P 1660 0 R +/S /TD +>> +endobj +1673 0 obj +<< +/K 1604 0 R +/P 1661 0 R +/S /TD +>> +endobj +1674 0 obj +<< +/K 1605 0 R +/P 1661 0 R +/S /TD +>> +endobj +1675 0 obj +<< +/K 1606 0 R +/P 1662 0 R +/S /TD +>> +endobj +1676 0 obj +<< +/K 1607 0 R +/P 1662 0 R +/S /TD +>> +endobj +1677 0 obj +<< +/P 1608 0 R +/S /TD +>> +endobj +1678 0 obj +<< +/K 1610 0 R +/P 1609 0 R +/S /TD +>> +endobj +1679 0 obj +<< +/K 1611 0 R +/P 1609 0 R +/S /TD +>> +endobj +1680 0 obj +<< +/K 1613 0 R +/P 1612 0 R +/S /TD +>> +endobj +1681 0 obj +<< +/K 1614 0 R +/P 1612 0 R +/S /TD +>> +endobj +1682 0 obj +<< +/K 1618 0 R +/P 1617 0 R +/S /TD +>> +endobj +1683 0 obj +<< +/K 1619 0 R +/P 1617 0 R +/S /TD +>> +endobj +1684 0 obj +<< +/K 1621 0 R +/P 1620 0 R +/S /TD +>> +endobj +1685 0 obj +<< +/K 1622 0 R +/P 1620 0 R +/S /TD +>> +endobj +1686 0 obj +<< +/P 1623 0 R +/S /TD +>> +endobj +1687 0 obj +<< +/K 1625 0 R +/P 1624 0 R +/S /TD +>> +endobj +1688 0 obj +<< +/K 1626 0 R +/P 1624 0 R +/S /TD +>> +endobj +1689 0 obj +<< +/K 1627 0 R +/P 1624 0 R +/S /TD +>> +endobj +1690 0 obj +<< +/K 1629 0 R +/P 1628 0 R +/S /TD +>> +endobj +1691 0 obj +<< +/K 1631 0 R +/P 1630 0 R +/S /TD +>> +endobj +1692 0 obj +<< +/K 1633 0 R +/P 1632 0 R +/S /TD +>> +endobj +1693 0 obj +<< +/K 1636 0 R +/P 1635 0 R +/S /TD +>> +endobj +1694 0 obj +<< +/K 1638 0 R +/P 1637 0 R +/S /TD +>> +endobj +1695 0 obj +<< +/P 1639 0 R +/S /TD +>> +endobj +1696 0 obj +<< +/K 1642 0 R +/P 1640 0 R +/S /TD +>> +endobj +1697 0 obj +<< +/K 1643 0 R +/P 1640 0 R +/S /TD +>> +endobj +1698 0 obj +<< +/K 1646 0 R +/P 1644 0 R +/S /TD +>> +endobj +1699 0 obj +<< +/K 1647 0 R +/P 1644 0 R +/S /TD +>> +endobj +1700 0 obj +<< +/K 1649 0 R +/P 1648 0 R +/S /TD +>> +endobj +1701 0 obj +<< +/K 1650 0 R +/P 1648 0 R +/S /TD +>> +endobj +1702 0 obj +<< +/K 1651 0 R +/P 1648 0 R +/S /TD +>> +endobj +1703 0 obj +<< +/Filter /FlateDecode +/Length 15 +>> +stream +Hj`@ +endstream +endobj +1704 0 obj +<< +/Filter /FlateDecode +/Length 3260 +/Length1 6160 +>> +stream +HVkl>yƀ21!x1u !I ŏuv  'k +D㘴*ZJJHHi+9"JqDT(Ufv ?QU:wsν3kbDN]$ڢY%D[>9BO&R4v4umI%R7nn콼m%|OcliW^Z@yf(Ǧ=*{b/!![ a"VqͿC<$9o d= Q;}azbqMKNF=~IDE_ep/)sd9}kR(R<u:r~Ed_"JcqGG50+5(BJp25$qXSI/Q1{,9f$91v w\g댸U\ƢlHE/av|.lG[k +Nd???P E'VG&CgE1}PTʔ:~NT>NrUy\uЬng8Cꐖaw%[-vikڇW8}> (KZUԏcKRC4'//[N+"Nb Yx^f`H7D*U)hxZz_,<^t!qH&fݧ_Fijj^Ȗ0_7:ª:=c|&=uR +cSYxMu;;8Iߧ4E͠i8*X̞UR\TX̟ykLsȩS3y{r'36;+sQi)*3rz +4LelY%~((|&0+n1v{ó O)Ѣې'j/nNC6_ase-p`6|cVt6=>7 W0I}i`f*ʘMxgAQʬ4sR0E0WV{=IG]d$c9&v!L^Fr[9ߌ=Ik +FV62[<^^5S]'ᮾ]nwZ˻v [''7$-1%jVuCgUׁ ^iQ+@P[$-Uf4 L5 >lĸI5M,?5g*0O2}9ܿ\.RJto$u+ lf[ Yl522㈘A"aR,xC)p1t4 P2 N8Е5F˼Nȑ&7͙3Ȭ̖8;*#SUhbR݂"vd9C0 __lEsw3w*WcӘ*E=xhzHkK $*$&!ڀVWI +Q`W-AHhU b# &ݝ\ꃛ~3vg"4hQIB>Sg +xϻKjGC5{sD*ai3ɾ̘YΌpk:*f2HG&.FBl"ߞw)0f:Auy4ʭ}^ӓx#7L+=e[?ꉖ/ƒeRdhB&2~K="ݪj4 Gd2޳fȖgJq"+dft]cf>-Q'+(rE;<>?WcSyԏׅ8MPÈ WӤ&*5F:wbh -ўE縯jow|;M\Ϟqum{L1V~rP.c.bpE?o`Mm\ϧ{ߋP#a +ߋ)_En VӐ YD)ւTtx6=VJRFź"Yϣs]MЈ+1u5:zu5fu:YqV %bO߃;p|.9`0 N)pniu>=q6V K|,b1[5 +>E18xU VVIiքIiְvJkR:Q{*jTP!UJUP)W(> +/P 1658 0 R +/S /TD +>> +endobj +1706 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/P 1659 0 R +/S /TD +>> +endobj +1707 0 obj +<< +/A << +/O /Table +/ColSpan 3 +>> +/P 1663 0 R +/S /TD +>> +endobj +1708 0 obj +<< +/A << +/O /Table +/ColSpan 4 +>> +/P 1664 0 R +/S /TD +>> +endobj +1709 0 obj +<< +/A << +/O /Table +/ColSpan 4 +>> +/P 1665 0 R +/S /TD +>> +endobj +1710 0 obj +<< +/A << +/O /Table +/ColSpan 2 +>> +/P 1666 0 R +/S /TD +>> +endobj +xref +0 1711 +0000000000 65535 f +0000000015 00000 n +0000000205 00000 n +0000000376 00000 n +0000004658 00000 n +0000004909 00000 n +0000005036 00000 n +0000006144 00000 n +0000007145 00000 n +0000008228 00000 n +0000009259 00000 n +0000010291 00000 n +0000011325 00000 n +0000012346 00000 n +0000013367 00000 n +0000014401 00000 n +0000015422 00000 n +0000016468 00000 n +0000017551 00000 n +0000018623 00000 n +0000019658 00000 n +0000020730 00000 n +0000021801 00000 n +0000022822 00000 n +0000023857 00000 n +0000024892 00000 n +0000025952 00000 n +0000026961 00000 n +0000028009 00000 n +0000029044 00000 n +0000030066 00000 n +0000031151 00000 n +0000032174 00000 n +0000033197 00000 n +0000034220 00000 n +0000035156 00000 n +0000036373 00000 n +0000036442 00000 n +0000036748 00000 n +0000037132 00000 n +0000041240 00000 n +0000041419 00000 n +0000041546 00000 n +0000041671 00000 n +0000042138 00000 n +0000042598 00000 n +0000042750 00000 n +0000043176 00000 n +0000043456 00000 n +0000043860 00000 n +0000044265 00000 n +0000044479 00000 n +0000056795 00000 n +0000057303 00000 n +0000058437 00000 n +0000058732 00000 n +0000059635 00000 n +0000060787 00000 n +0000061850 00000 n +0000062928 00000 n +0000063989 00000 n +0000065004 00000 n +0000065969 00000 n +0000067066 00000 n +0000067655 00000 n +0000067782 00000 n +0000067907 00000 n +0000068544 00000 n +0000068775 00000 n +0000068989 00000 n +0000069441 00000 n +0000070385 00000 n +0000075365 00000 n +0000075821 00000 n +0000075973 00000 n +0000076832 00000 n +0000082253 00000 n +0000088450 00000 n +0000089007 00000 n +0000094607 00000 n +0000095113 00000 n +0000101499 00000 n +0000107110 00000 n +0000113115 00000 n +0000119274 00000 n +0000125035 00000 n +0000125161 00000 n +0000125289 00000 n +0000130507 00000 n +0000136463 00000 n +0000142695 00000 n +0000149515 00000 n +0000155363 00000 n +0000161733 00000 n +0000167189 00000 n +0000174499 00000 n +0000180760 00000 n +0000187292 00000 n +0000193056 00000 n +0000199551 00000 n +0000206291 00000 n +0000212530 00000 n +0000218736 00000 n +0000222228 00000 n +0000222341 00000 n +0000222469 00000 n +0000224069 00000 n +0000224491 00000 n +0000224677 00000 n +0000225072 00000 n +0000225742 00000 n +0000226744 00000 n +0000228147 00000 n +0000229747 00000 n +0000231607 00000 n +0000233743 00000 n +0000236157 00000 n +0000238870 00000 n +0000242009 00000 n +0000245819 00000 n +0000249749 00000 n +0000254340 00000 n +0000259787 00000 n +0000265204 00000 n +0000271020 00000 n +0000277005 00000 n +0000284347 00000 n +0000292001 00000 n +0000299915 00000 n +0000308112 00000 n +0000317029 00000 n +0000326077 00000 n +0000335455 00000 n +0000344946 00000 n +0000352680 00000 n +0000352954 00000 n +0000353474 00000 n +0000353747 00000 n +0000354255 00000 n +0000354283 00000 n +0000354588 00000 n +0000354960 00000 n +0000355389 00000 n +0000355696 00000 n +0000356011 00000 n +0000356340 00000 n +0000356714 00000 n +0000357077 00000 n +0000357451 00000 n +0000357777 00000 n +0000358101 00000 n +0000358256 00000 n +0000358452 00000 n +0000358607 00000 n +0000359023 00000 n +0000359219 00000 n +0000359614 00000 n +0000359888 00000 n +0000360519 00000 n +0000360944 00000 n +0000361294 00000 n +0000361620 00000 n +0000361944 00000 n +0000362346 00000 n +0000362823 00000 n +0000362978 00000 n +0000363412 00000 n +0000363611 00000 n +0000363807 00000 n +0000364215 00000 n +0000364488 00000 n +0000364985 00000 n +0000365013 00000 n +0000365323 00000 n +0000365478 00000 n +0000365902 00000 n +0000366101 00000 n +0000366497 00000 n +0000366602 00000 n +0000367117 00000 n +0000367724 00000 n +0000367865 00000 n +0000368386 00000 n +0000368991 00000 n +0000369117 00000 n +0000369272 00000 n +0000369513 00000 n +0000370060 00000 n +0000370477 00000 n +0000370677 00000 n +0000371073 00000 n +0000371228 00000 n +0000372779 00000 n +0000372834 00000 n +0000372889 00000 n +0000372944 00000 n +0000373000 00000 n +0000373056 00000 n +0000373111 00000 n +0000373166 00000 n +0000373222 00000 n +0000373277 00000 n +0000373333 00000 n +0000373388 00000 n +0000373444 00000 n +0000373500 00000 n +0000373555 00000 n +0000373611 00000 n +0000373666 00000 n +0000373761 00000 n +0000373891 00000 n +0000373967 00000 n +0000374090 00000 n +0000374171 00000 n +0000374252 00000 n +0000374334 00000 n +0000374433 00000 n +0000374515 00000 n +0000374614 00000 n +0000374696 00000 n +0000374804 00000 n +0000374886 00000 n +0000375275 00000 n +0000375357 00000 n +0000375439 00000 n +0000375516 00000 n +0000375610 00000 n +0000375692 00000 n +0000375769 00000 n +0000375863 00000 n +0000375945 00000 n +0000376035 00000 n +0000376117 00000 n +0000376184 00000 n +0000376258 00000 n +0000376340 00000 n +0000376407 00000 n +0000376481 00000 n +0000376563 00000 n +0000376630 00000 n +0000376691 00000 n +0000376758 00000 n +0000376819 00000 n +0000376886 00000 n +0000376947 00000 n +0000377033 00000 n +0000377100 00000 n +0000377167 00000 n +0000377233 00000 n +0000377327 00000 n +0000377409 00000 n +0000377477 00000 n +0000377546 00000 n +0000377614 00000 n +0000377711 00000 n +0000377790 00000 n +0000377896 00000 n +0000377980 00000 n +0000378053 00000 n +0000378148 00000 n +0000378251 00000 n +0000378335 00000 n +0000378419 00000 n +0000378488 00000 n +0000378557 00000 n +0000378630 00000 n +0000378698 00000 n +0000378789 00000 n +0000378857 00000 n +0000378960 00000 n +0000379044 00000 n +0000379112 00000 n +0000379219 00000 n +0000379303 00000 n +0000379371 00000 n +0000379466 00000 n +0000379534 00000 n +0000379637 00000 n +0000379721 00000 n +0000379789 00000 n +0000379888 00000 n +0000379956 00000 n +0000380063 00000 n +0000380147 00000 n +0000380226 00000 n +0000380295 00000 n +0000380364 00000 n +0000380427 00000 n +0000380495 00000 n +0000380586 00000 n +0000380654 00000 n +0000380745 00000 n +0000380813 00000 n +0000380904 00000 n +0000380972 00000 n +0000381063 00000 n +0000381131 00000 n +0000381222 00000 n +0000381290 00000 n +0000381381 00000 n +0000381449 00000 n +0000381540 00000 n +0000381608 00000 n +0000381727 00000 n +0000381811 00000 n +0000381895 00000 n +0000381986 00000 n +0000382073 00000 n +0000382264 00000 n +0000382348 00000 n +0000382432 00000 n +0000382516 00000 n +0000382600 00000 n +0000382684 00000 n +0000382768 00000 n +0000382985 00000 n +0000383100 00000 n +0000383184 00000 n +0000383283 00000 n +0000383367 00000 n +0000383486 00000 n +0000383570 00000 n +0000383654 00000 n +0000383733 00000 n +0000383819 00000 n +0000383899 00000 n +0000383979 00000 n +0000384059 00000 n +0000384395 00000 n +0000384479 00000 n +0000384563 00000 n +0000384647 00000 n +0000384731 00000 n +0000384815 00000 n +0000384899 00000 n +0000384983 00000 n +0000385067 00000 n +0000385151 00000 n +0000385231 00000 n +0000385357 00000 n +0000385441 00000 n +0000385525 00000 n +0000385605 00000 n +0000385711 00000 n +0000385795 00000 n +0000385875 00000 n +0000386001 00000 n +0000386085 00000 n +0000386242 00000 n +0000386364 00000 n +0000386448 00000 n +0000386532 00000 n +0000386707 00000 n +0000386810 00000 n +0000386894 00000 n +0000387005 00000 n +0000387089 00000 n +0000387173 00000 n +0000387253 00000 n +0000387427 00000 n +0000387511 00000 n +0000387595 00000 n +0000387675 00000 n +0000387773 00000 n +0000387853 00000 n +0000388293 00000 n +0000388377 00000 n +0000388475 00000 n +0000388626 00000 n +0000388710 00000 n +0000388794 00000 n +0000388878 00000 n +0000388962 00000 n +0000389101 00000 n +0000389185 00000 n +0000389269 00000 n +0000389353 00000 n +0000389456 00000 n +0000389540 00000 n +0000389620 00000 n +0000389734 00000 n +0000389818 00000 n +0000389937 00000 n +0000390021 00000 n +0000390105 00000 n +0000390185 00000 n +0000390331 00000 n +0000390415 00000 n +0000390499 00000 n +0000390583 00000 n +0000390662 00000 n +0000390780 00000 n +0000390864 00000 n +0000390948 00000 n +0000391035 00000 n +0000391119 00000 n +0000391188 00000 n +0000391257 00000 n +0000391325 00000 n +0000391416 00000 n +0000391484 00000 n +0000391601 00000 n +0000391685 00000 n +0000391753 00000 n +0000391821 00000 n +0000391889 00000 n +0000391957 00000 n +0000392202 00000 n +0000392270 00000 n +0000392339 00000 n +0000392431 00000 n +0000392500 00000 n +0000392592 00000 n +0000392661 00000 n +0000392730 00000 n +0000392798 00000 n +0000392965 00000 n +0000393033 00000 n +0000393101 00000 n +0000393192 00000 n +0000393260 00000 n +0000393403 00000 n +0000393487 00000 n +0000393567 00000 n +0000393653 00000 n +0000393740 00000 n +0000393833 00000 n +0000393902 00000 n +0000393971 00000 n +0000394034 00000 n +0000394147 00000 n +0000394231 00000 n +0000394315 00000 n +0000394384 00000 n +0000394453 00000 n +0000394530 00000 n +0000394614 00000 n +0000394683 00000 n +0000394752 00000 n +0000394829 00000 n +0000394913 00000 n +0000394982 00000 n +0000395051 00000 n +0000395114 00000 n +0000395183 00000 n +0000395252 00000 n +0000395315 00000 n +0000395384 00000 n +0000395453 00000 n +0000395516 00000 n +0000395585 00000 n +0000395654 00000 n +0000395723 00000 n +0000395824 00000 n +0000395908 00000 n +0000395977 00000 n +0000396046 00000 n +0000396109 00000 n +0000396178 00000 n +0000396247 00000 n +0000396310 00000 n +0000396390 00000 n +0000396501 00000 n +0000396585 00000 n +0000396680 00000 n +0000396767 00000 n +0000396854 00000 n +0000396923 00000 n +0000396992 00000 n +0000397061 00000 n +0000397130 00000 n +0000397199 00000 n +0000397262 00000 n +0000397331 00000 n +0000397400 00000 n +0000397469 00000 n +0000397538 00000 n +0000397607 00000 n +0000397670 00000 n +0000397739 00000 n +0000397808 00000 n +0000397871 00000 n +0000397940 00000 n +0000398009 00000 n +0000398072 00000 n +0000398141 00000 n +0000398210 00000 n +0000398273 00000 n +0000398342 00000 n +0000398411 00000 n +0000398474 00000 n +0000398543 00000 n +0000398612 00000 n +0000398675 00000 n +0000398744 00000 n +0000398813 00000 n +0000398876 00000 n +0000398945 00000 n +0000399014 00000 n +0000399083 00000 n +0000399152 00000 n +0000399221 00000 n +0000399284 00000 n +0000399353 00000 n +0000399422 00000 n +0000399491 00000 n +0000399560 00000 n +0000399629 00000 n +0000399692 00000 n +0000399761 00000 n +0000399830 00000 n +0000399893 00000 n +0000399962 00000 n +0000400031 00000 n +0000400094 00000 n +0000400163 00000 n +0000400232 00000 n +0000400295 00000 n +0000400364 00000 n +0000400433 00000 n +0000400496 00000 n +0000400565 00000 n +0000400634 00000 n +0000400703 00000 n +0000400772 00000 n +0000400841 00000 n +0000400904 00000 n +0000400973 00000 n +0000401042 00000 n +0000401105 00000 n +0000401174 00000 n +0000401243 00000 n +0000401306 00000 n +0000401375 00000 n +0000401444 00000 n +0000401507 00000 n +0000401576 00000 n +0000401645 00000 n +0000401708 00000 n +0000401777 00000 n +0000401846 00000 n +0000401909 00000 n +0000401978 00000 n +0000402047 00000 n +0000402110 00000 n +0000402179 00000 n +0000402248 00000 n +0000402311 00000 n +0000402380 00000 n +0000402449 00000 n +0000402512 00000 n +0000402581 00000 n +0000402650 00000 n +0000402713 00000 n +0000402782 00000 n +0000402851 00000 n +0000402914 00000 n +0000403017 00000 n +0000403100 00000 n +0000403279 00000 n +0000403363 00000 n +0000403447 00000 n +0000403531 00000 n +0000403615 00000 n +0000403699 00000 n +0000403818 00000 n +0000403902 00000 n +0000403986 00000 n +0000404066 00000 n +0000404161 00000 n +0000404245 00000 n +0000404454 00000 n +0000404538 00000 n +0000404633 00000 n +0000404744 00000 n +0000404828 00000 n +0000404912 00000 n +0000404992 00000 n +0000405102 00000 n +0000405186 00000 n +0000405266 00000 n +0000405353 00000 n +0000405440 00000 n +0000405527 00000 n +0000405596 00000 n +0000405665 00000 n +0000405742 00000 n +0000405826 00000 n +0000405895 00000 n +0000405964 00000 n +0000406027 00000 n +0000406096 00000 n +0000406165 00000 n +0000406228 00000 n +0000406297 00000 n +0000406366 00000 n +0000406429 00000 n +0000406498 00000 n +0000406567 00000 n +0000406630 00000 n +0000406699 00000 n +0000406768 00000 n +0000406831 00000 n +0000406900 00000 n +0000406969 00000 n +0000407038 00000 n +0000407107 00000 n +0000407176 00000 n +0000407239 00000 n +0000407308 00000 n +0000407377 00000 n +0000407446 00000 n +0000407515 00000 n +0000407584 00000 n +0000407669 00000 n +0000407738 00000 n +0000407807 00000 n +0000407888 00000 n +0000407981 00000 n +0000408050 00000 n +0000408119 00000 n +0000408192 00000 n +0000408261 00000 n +0000408330 00000 n +0000408407 00000 n +0000408491 00000 n +0000408560 00000 n +0000408629 00000 n +0000408699 00000 n +0000408768 00000 n +0000408837 00000 n +0000408907 00000 n +0000408994 00000 n +0000409063 00000 n +0000409132 00000 n +0000409195 00000 n +0000409264 00000 n +0000409333 00000 n +0000409396 00000 n +0000409483 00000 n +0000409552 00000 n +0000409621 00000 n +0000409684 00000 n +0000409753 00000 n +0000409822 00000 n +0000409903 00000 n +0000409987 00000 n +0000410150 00000 n +0000410234 00000 n +0000410318 00000 n +0000410402 00000 n +0000410482 00000 n +0000410569 00000 n +0000410670 00000 n +0000410754 00000 n +0000410855 00000 n +0000410939 00000 n +0000411056 00000 n +0000411140 00000 n +0000411224 00000 n +0000411293 00000 n +0000411362 00000 n +0000411447 00000 n +0000411516 00000 n +0000411585 00000 n +0000411662 00000 n +0000411731 00000 n +0000411800 00000 n +0000411881 00000 n +0000411950 00000 n +0000412019 00000 n +0000412120 00000 n +0000412204 00000 n +0000412288 00000 n +0000412357 00000 n +0000412426 00000 n +0000412507 00000 n +0000412591 00000 n +0000412660 00000 n +0000412729 00000 n +0000412802 00000 n +0000412871 00000 n +0000412940 00000 n +0000413009 00000 n +0000413078 00000 n +0000413147 00000 n +0000413210 00000 n +0000413279 00000 n +0000413348 00000 n +0000413411 00000 n +0000413480 00000 n +0000413549 00000 n +0000413626 00000 n +0000413710 00000 n +0000413779 00000 n +0000413848 00000 n +0000413925 00000 n +0000414009 00000 n +0000414078 00000 n +0000414147 00000 n +0000414256 00000 n +0000414340 00000 n +0000414424 00000 n +0000414493 00000 n +0000414562 00000 n +0000414625 00000 n +0000414694 00000 n +0000414763 00000 n +0000414826 00000 n +0000414895 00000 n +0000414964 00000 n +0000415033 00000 n +0000415102 00000 n +0000415171 00000 n +0000415234 00000 n +0000415303 00000 n +0000415372 00000 n +0000415453 00000 n +0000415537 00000 n +0000415606 00000 n +0000415675 00000 n +0000415752 00000 n +0000415836 00000 n +0000415905 00000 n +0000415974 00000 n +0000416051 00000 n +0000416135 00000 n +0000416204 00000 n +0000416273 00000 n +0000416342 00000 n +0000416411 00000 n +0000416480 00000 n +0000416557 00000 n +0000416641 00000 n +0000416768 00000 n +0000416853 00000 n +0000416933 00000 n +0000417077 00000 n +0000417162 00000 n +0000417247 00000 n +0000417384 00000 n +0000417469 00000 n +0000417554 00000 n +0000417635 00000 n +0000417746 00000 n +0000417831 00000 n +0000417945 00000 n +0000418030 00000 n +0000418193 00000 n +0000418278 00000 n +0000418363 00000 n +0000418448 00000 n +0000418533 00000 n +0000418717 00000 n +0000418802 00000 n +0000418887 00000 n +0000418972 00000 n +0000419057 00000 n +0000419142 00000 n +0000419227 00000 n +0000419336 00000 n +0000419421 00000 n +0000419495 00000 n +0000419565 00000 n +0000419635 00000 n +0000419742 00000 n +0000419827 00000 n +0000419912 00000 n +0000419981 00000 n +0000420125 00000 n +0000420210 00000 n +0000420321 00000 n +0000420406 00000 n +0000420520 00000 n +0000420605 00000 n +0000420736 00000 n +0000420861 00000 n +0000420946 00000 n +0000421031 00000 n +0000421116 00000 n +0000421238 00000 n +0000421323 00000 n +0000421408 00000 n +0000421489 00000 n +0000421590 00000 n +0000421675 00000 n +0000421756 00000 n +0000421849 00000 n +0000422001 00000 n +0000422086 00000 n +0000422171 00000 n +0000422298 00000 n +0000422383 00000 n +0000422468 00000 n +0000422623 00000 n +0000422708 00000 n +0000422793 00000 n +0000422878 00000 n +0000422997 00000 n +0000423082 00000 n +0000423188 00000 n +0000423269 00000 n +0000423428 00000 n +0000423513 00000 n +0000423598 00000 n +0000423707 00000 n +0000423792 00000 n +0000423888 00000 n +0000423969 00000 n +0000424065 00000 n +0000424150 00000 n +0000424220 00000 n +0000424290 00000 n +0000424361 00000 n +0000424430 00000 n +0000424576 00000 n +0000424661 00000 n +0000424746 00000 n +0000424831 00000 n +0000424900 00000 n +0000424992 00000 n +0000425061 00000 n +0000425158 00000 n +0000425227 00000 n +0000425319 00000 n +0000425388 00000 n +0000425494 00000 n +0000425895 00000 n +0000425980 00000 n +0000426061 00000 n +0000426159 00000 n +0000426229 00000 n +0000426299 00000 n +0000426370 00000 n +0000426439 00000 n +0000426535 00000 n +0000426641 00000 n +0000426755 00000 n +0000426840 00000 n +0000426910 00000 n +0000426980 00000 n +0000427051 00000 n +0000427120 00000 n +0000427217 00000 n +0000427286 00000 n +0000427378 00000 n +0000427447 00000 n +0000427544 00000 n +0000427613 00000 n +0000427710 00000 n +0000427779 00000 n +0000427875 00000 n +0000428203 00000 n +0000428288 00000 n +0000428369 00000 n +0000428505 00000 n +0000428590 00000 n +0000428743 00000 n +0000428828 00000 n +0000428913 00000 n +0000428998 00000 n +0000429083 00000 n +0000429264 00000 n +0000429349 00000 n +0000429434 00000 n +0000429519 00000 n +0000429604 00000 n +0000429689 00000 n +0000430150 00000 n +0000430235 00000 n +0000430320 00000 n +0000430401 00000 n +0000430504 00000 n +0000430589 00000 n +0000430659 00000 n +0000430729 00000 n +0000430793 00000 n +0000430863 00000 n +0000430933 00000 n +0000430997 00000 n +0000431067 00000 n +0000431137 00000 n +0000431201 00000 n +0000431271 00000 n +0000431341 00000 n +0000431405 00000 n +0000431475 00000 n +0000431545 00000 n +0000431609 00000 n +0000431679 00000 n +0000431749 00000 n +0000431813 00000 n +0000431883 00000 n +0000431953 00000 n +0000432017 00000 n +0000432105 00000 n +0000432175 00000 n +0000432245 00000 n +0000432309 00000 n +0000432379 00000 n +0000432449 00000 n +0000432513 00000 n +0000432583 00000 n +0000432653 00000 n +0000432717 00000 n +0000432787 00000 n +0000432857 00000 n +0000432921 00000 n +0000433009 00000 n +0000433079 00000 n +0000433149 00000 n +0000433213 00000 n +0000433283 00000 n +0000433353 00000 n +0000433424 00000 n +0000433494 00000 n +0000433564 00000 n +0000433628 00000 n +0000433698 00000 n +0000433768 00000 n +0000433857 00000 n +0000433942 00000 n +0000434012 00000 n +0000434082 00000 n +0000434163 00000 n +0000434233 00000 n +0000434303 00000 n +0000434374 00000 n +0000434444 00000 n +0000434514 00000 n +0000434578 00000 n +0000434666 00000 n +0000434736 00000 n +0000434806 00000 n +0000434870 00000 n +0000434940 00000 n +0000435010 00000 n +0000435086 00000 n +0000435156 00000 n +0000435226 00000 n +0000435290 00000 n +0000435360 00000 n +0000435430 00000 n +0000435494 00000 n +0000435564 00000 n +0000435634 00000 n +0000435698 00000 n +0000435768 00000 n +0000435838 00000 n +0000435902 00000 n +0000435990 00000 n +0000436060 00000 n +0000436130 00000 n +0000436194 00000 n +0000436264 00000 n +0000436334 00000 n +0000436398 00000 n +0000436468 00000 n +0000436538 00000 n +0000436602 00000 n +0000436672 00000 n +0000436742 00000 n +0000436806 00000 n +0000436876 00000 n +0000436946 00000 n +0000437010 00000 n +0000437117 00000 n +0000437202 00000 n +0000437283 00000 n +0000437422 00000 n +0000437507 00000 n +0000437592 00000 n +0000437737 00000 n +0000437822 00000 n +0000437907 00000 n +0000437992 00000 n +0000438145 00000 n +0000438230 00000 n +0000438315 00000 n +0000438400 00000 n +0000438485 00000 n +0000438630 00000 n +0000438715 00000 n +0000438800 00000 n +0000438885 00000 n +0000438966 00000 n +0000439130 00000 n +0000439215 00000 n +0000439300 00000 n +0000439465 00000 n +0000439550 00000 n +0000439635 00000 n +0000439720 00000 n +0000439801 00000 n +0000440001 00000 n +0000440086 00000 n +0000440171 00000 n +0000440256 00000 n +0000440341 00000 n +0000440610 00000 n +0000440695 00000 n +0000440781 00000 n +0000440921 00000 n +0000441008 00000 n +0000441095 00000 n +0000441177 00000 n +0000441259 00000 n +0000441341 00000 n +0000441423 00000 n +0000441505 00000 n +0000441587 00000 n +0000441669 00000 n +0000441751 00000 n +0000441833 00000 n +0000441915 00000 n +0000441997 00000 n +0000442079 00000 n +0000442161 00000 n +0000442243 00000 n +0000442325 00000 n +0000442407 00000 n +0000442489 00000 n +0000442571 00000 n +0000442660 00000 n +0000442749 00000 n +0000442854 00000 n +0000442941 00000 n +0000443052 00000 n +0000443141 00000 n +0000443212 00000 n +0000443283 00000 n +0000443355 00000 n +0000443426 00000 n +0000443497 00000 n +0000443569 00000 n +0000443640 00000 n +0000443711 00000 n +0000443783 00000 n +0000443854 00000 n +0000443925 00000 n +0000443997 00000 n +0000444068 00000 n +0000444139 00000 n +0000444211 00000 n +0000444282 00000 n +0000444353 00000 n +0000444434 00000 n +0000444521 00000 n +0000444592 00000 n +0000444663 00000 n +0000444728 00000 n +0000444799 00000 n +0000444870 00000 n +0000444951 00000 n +0000445038 00000 n +0000445109 00000 n +0000445180 00000 n +0000445245 00000 n +0000445316 00000 n +0000445387 00000 n +0000445452 00000 n +0000445523 00000 n +0000445594 00000 n +0000445671 00000 n +0000445742 00000 n +0000445813 00000 n +0000445890 00000 n +0000445961 00000 n +0000446032 00000 n +0000446118 00000 n +0000446205 00000 n +0000446276 00000 n +0000446347 00000 n +0000446419 00000 n +0000446490 00000 n +0000446561 00000 n +0000446642 00000 n +0000446729 00000 n +0000446800 00000 n +0000446871 00000 n +0000446952 00000 n +0000447039 00000 n +0000447110 00000 n +0000447181 00000 n +0000447267 00000 n +0000447354 00000 n +0000447425 00000 n +0000447496 00000 n +0000447602 00000 n +0000447689 00000 n +0000447827 00000 n +0000447914 00000 n +0000448001 00000 n +0000448088 00000 n +0000448177 00000 n +0000448248 00000 n +0000448319 00000 n +0000448410 00000 n +0000448497 00000 n +0000448568 00000 n +0000448639 00000 n +0000448721 00000 n +0000448792 00000 n +0000448863 00000 n +0000448935 00000 n +0000449006 00000 n +0000449077 00000 n +0000449163 00000 n +0000449250 00000 n +0000449321 00000 n +0000449392 00000 n +0000449469 00000 n +0000449540 00000 n +0000449611 00000 n +0000449698 00000 n +0000449769 00000 n +0000449840 00000 n +0000449926 00000 n +0000450013 00000 n +0000450084 00000 n +0000450155 00000 n +0000450227 00000 n +0000450298 00000 n +0000450369 00000 n +0000450434 00000 n +0000450505 00000 n +0000450576 00000 n +0000450657 00000 n +0000450744 00000 n +0000450815 00000 n +0000450886 00000 n +0000450967 00000 n +0000451054 00000 n +0000451125 00000 n +0000451196 00000 n +0000451261 00000 n +0000451332 00000 n +0000451403 00000 n +0000451475 00000 n +0000451613 00000 n +0000451700 00000 n +0000451787 00000 n +0000451874 00000 n +0000451984 00000 n +0000452071 00000 n +0000452142 00000 n +0000452213 00000 n +0000452285 00000 n +0000452356 00000 n +0000452427 00000 n +0000452523 00000 n +0000452610 00000 n +0000452681 00000 n +0000452752 00000 n +0000452824 00000 n +0000452895 00000 n +0000452966 00000 n +0000453047 00000 n +0000453134 00000 n +0000453205 00000 n +0000453276 00000 n +0000453358 00000 n +0000463676 00000 n +0000473390 00000 n +0000473581 00000 n +0000476355 00000 n +0000476974 00000 n +0000478522 00000 n +0000480707 00000 n +0000481481 00000 n +0000481510 00000 n +0000481816 00000 n +0000482127 00000 n +0000482156 00000 n +0000482462 00000 n +0000482860 00000 n +0000483161 00000 n +0000483521 00000 n +0000497021 00000 n +0000500570 00000 n +0000501344 00000 n +0000504533 00000 n +0000504562 00000 n +0000504868 00000 n +0000505310 00000 n +0000505611 00000 n +0000505912 00000 n +0000506276 00000 n +0000506651 00000 n +0000515700 00000 n +0000515891 00000 n +0000515920 00000 n +0000516226 00000 n +0000516643 00000 n +0000516944 00000 n +0000517304 00000 n +0000522100 00000 n +0000527357 00000 n +0000527386 00000 n +0000527692 00000 n +0000528015 00000 n +0000528341 00000 n +0000528435 00000 n +0000528858 00000 n +0000529356 00000 n +0000529707 00000 n +0000530105 00000 n +0000530407 00000 n +0000530708 00000 n +0000531050 00000 n +0000531410 00000 n +0000531439 00000 n +0000531745 00000 n +0000531836 00000 n +0000531899 00000 n +0000531963 00000 n +0000532016 00000 n +0000532072 00000 n +0000532125 00000 n +0000532178 00000 n +0000532231 00000 n +0000532284 00000 n +0000532337 00000 n +0000532390 00000 n +0000532446 00000 n +0000532527 00000 n +0000532608 00000 n +0000532689 00000 n +0000532770 00000 n +0000532851 00000 n +0000532932 00000 n +0000532987 00000 n +0000533162 00000 n +0000533217 00000 n +0000533290 00000 n +0000533345 00000 n +0000533418 00000 n +0000533473 00000 n +0000533546 00000 n +0000533601 00000 n +0000533674 00000 n +0000533739 00000 n +0000533812 00000 n +0000533877 00000 n +0000533950 00000 n +0000534015 00000 n +0000534088 00000 n +0000534153 00000 n +0000534226 00000 n +0000534286 00000 n +0000534341 00000 n +0000534406 00000 n +0000534479 00000 n +0000534533 00000 n +0000534587 00000 n +0000534652 00000 n +0000534726 00000 n +0000534780 00000 n +0000534845 00000 n +0000534919 00000 n +0000534984 00000 n +0000535058 00000 n +0000535123 00000 n +0000535197 00000 n +0000535262 00000 n +0000535336 00000 n +0000535401 00000 n +0000535475 00000 n +0000535540 00000 n +0000535614 00000 n +0000535668 00000 n +0000535733 00000 n +0000535807 00000 n +0000535872 00000 n +0000535946 00000 n +0000536000 00000 n +0000536054 00000 n +0000536119 00000 n +0000536193 00000 n +0000536258 00000 n +0000536332 00000 n +0000536397 00000 n +0000536471 00000 n +0000536536 00000 n +0000536610 00000 n +0000536675 00000 n +0000536749 00000 n +0000536814 00000 n +0000536888 00000 n +0000536953 00000 n +0000537027 00000 n +0000537092 00000 n +0000537166 00000 n +0000537231 00000 n +0000537305 00000 n +0000537370 00000 n +0000537444 00000 n +0000537509 00000 n +0000537583 00000 n +0000537648 00000 n +0000537722 00000 n +0000537787 00000 n +0000537861 00000 n +0000537926 00000 n +0000538000 00000 n +0000538065 00000 n +0000538139 00000 n +0000538204 00000 n +0000538278 00000 n +0000538343 00000 n +0000538417 00000 n +0000538482 00000 n +0000538556 00000 n +0000538621 00000 n +0000538695 00000 n +0000538760 00000 n +0000538834 00000 n +0000538899 00000 n +0000538973 00000 n +0000539038 00000 n +0000539112 00000 n +0000539177 00000 n +0000539251 00000 n +0000539316 00000 n +0000539390 00000 n +0000539455 00000 n +0000539529 00000 n +0000539594 00000 n +0000539668 00000 n +0000539733 00000 n +0000539807 00000 n +0000539872 00000 n +0000539946 00000 n +0000540011 00000 n +0000540085 00000 n +0000540150 00000 n +0000540224 00000 n +0000540278 00000 n +0000540332 00000 n +0000540386 00000 n +0000540451 00000 n +0000540525 00000 n +0000540590 00000 n +0000540664 00000 n +0000540729 00000 n +0000540803 00000 n +0000540868 00000 n +0000540942 00000 n +0000541007 00000 n +0000541081 00000 n +0000541146 00000 n +0000541220 00000 n +0000541285 00000 n +0000541359 00000 n +0000541424 00000 n +0000541498 00000 n +0000541563 00000 n +0000541637 00000 n +0000541702 00000 n +0000541776 00000 n +0000541841 00000 n +0000541915 00000 n +0000541969 00000 n +0000542034 00000 n +0000542108 00000 n +0000542173 00000 n +0000542247 00000 n +0000542312 00000 n +0000542369 00000 n +0000542434 00000 n +0000542491 00000 n +0000542545 00000 n +0000542610 00000 n +0000542684 00000 n +0000542749 00000 n +0000542823 00000 n +0000542877 00000 n +0000542942 00000 n +0000543016 00000 n +0000543081 00000 n +0000543155 00000 n +0000543209 00000 n +0000543263 00000 n +0000543317 00000 n +0000543371 00000 n +0000543436 00000 n +0000543510 00000 n +0000543575 00000 n +0000543649 00000 n +0000543714 00000 n +0000543788 00000 n +0000543853 00000 n +0000543927 00000 n +0000543992 00000 n +0000544066 00000 n +0000544131 00000 n +0000544205 00000 n +0000544270 00000 n +0000544344 00000 n +0000544409 00000 n +0000544483 00000 n +0000544548 00000 n +0000544622 00000 n +0000544687 00000 n +0000544761 00000 n +0000544826 00000 n +0000544900 00000 n +0000544965 00000 n +0000545039 00000 n +0000545104 00000 n +0000545178 00000 n +0000545243 00000 n +0000545317 00000 n +0000545382 00000 n +0000545456 00000 n +0000545521 00000 n +0000545595 00000 n +0000545660 00000 n +0000545734 00000 n +0000545799 00000 n +0000545873 00000 n +0000545938 00000 n +0000546012 00000 n +0000546077 00000 n +0000546151 00000 n +0000546216 00000 n +0000546290 00000 n +0000546355 00000 n +0000546428 00000 n +0000546493 00000 n +0000546566 00000 n +0000546631 00000 n +0000546704 00000 n +0000546769 00000 n +0000546842 00000 n +0000546896 00000 n +0000546961 00000 n +0000547035 00000 n +0000547100 00000 n +0000547174 00000 n +0000547239 00000 n +0000547313 00000 n +0000547378 00000 n +0000547452 00000 n +0000547517 00000 n +0000547591 00000 n +0000547656 00000 n +0000547730 00000 n +0000547795 00000 n +0000547869 00000 n +0000547923 00000 n +0000547988 00000 n +0000548062 00000 n +0000548127 00000 n +0000548201 00000 n +0000548266 00000 n +0000548340 00000 n +0000548405 00000 n +0000548479 00000 n +0000548533 00000 n +0000548598 00000 n +0000548672 00000 n +0000548737 00000 n +0000548811 00000 n +0000548876 00000 n +0000548950 00000 n +0000549015 00000 n +0000549089 00000 n +0000549154 00000 n +0000549228 00000 n +0000549293 00000 n +0000549350 00000 n +0000549415 00000 n +0000549489 00000 n +0000549543 00000 n +0000549608 00000 n +0000549682 00000 n +0000549747 00000 n +0000549821 00000 n +0000549886 00000 n +0000549960 00000 n +0000550025 00000 n +0000550099 00000 n +0000550164 00000 n +0000550238 00000 n +0000550303 00000 n +0000550377 00000 n +0000550431 00000 n +0000550496 00000 n +0000550570 00000 n +0000550635 00000 n +0000550709 00000 n +0000550774 00000 n +0000550848 00000 n +0000550913 00000 n +0000550987 00000 n +0000551052 00000 n +0000551126 00000 n +0000551181 00000 n +0000551236 00000 n +0000551291 00000 n +0000551346 00000 n +0000551412 00000 n +0000551479 00000 n +0000551554 00000 n +0000551621 00000 n +0000551696 00000 n +0000551763 00000 n +0000551838 00000 n +0000551905 00000 n +0000551980 00000 n +0000552047 00000 n +0000552122 00000 n +0000552189 00000 n +0000552264 00000 n +0000552331 00000 n +0000552406 00000 n +0000552473 00000 n +0000552548 00000 n +0000552615 00000 n +0000552690 00000 n +0000552757 00000 n +0000552832 00000 n +0000552899 00000 n +0000552974 00000 n +0000553041 00000 n +0000553116 00000 n +0000553183 00000 n +0000553258 00000 n +0000553325 00000 n +0000553400 00000 n +0000553467 00000 n +0000553542 00000 n +0000553609 00000 n +0000553684 00000 n +0000553751 00000 n +0000553826 00000 n +0000553893 00000 n +0000553968 00000 n +0000554023 00000 n +0000554089 00000 n +0000554156 00000 n +0000554231 00000 n +0000554298 00000 n +0000554373 00000 n +0000554440 00000 n +0000554515 00000 n +0000554582 00000 n +0000554657 00000 n +0000554724 00000 n +0000554799 00000 n +0000554866 00000 n +0000554941 00000 n +0000555008 00000 n +0000555083 00000 n +0000555150 00000 n +0000555225 00000 n +0000555292 00000 n +0000555367 00000 n +0000555434 00000 n +0000555509 00000 n +0000555576 00000 n +0000555651 00000 n +0000555718 00000 n +0000555793 00000 n +0000555860 00000 n +0000555935 00000 n +0000556001 00000 n +0000556068 00000 n +0000556143 00000 n +0000556210 00000 n +0000556285 00000 n +0000556352 00000 n +0000556427 00000 n +0000556494 00000 n +0000556569 00000 n +0000556636 00000 n +0000556711 00000 n +0000556788 00000 n +0000557085 00000 n +0000559270 00000 n +0000559347 00000 n +0000559644 00000 n +0000559835 00000 n +0000560530 00000 n +0000563901 00000 n +0000565944 00000 n +0000566396 00000 n +0000567807 00000 n +0000567963 00000 n +0000568119 00000 n +0000568283 00000 n +0000568420 00000 n +0000568573 00000 n +0000568738 00000 n +0000568804 00000 n +0000568870 00000 n +0000568924 00000 n +0000568990 00000 n +0000569091 00000 n +0000569157 00000 n +0000569222 00000 n +0000569288 00000 n +0000569362 00000 n +0000569472 00000 n +0000569546 00000 n +0000569647 00000 n +0000569721 00000 n +0000569840 00000 n +0000569915 00000 n +0000569990 00000 n +0000570109 00000 n +0000570183 00000 n +0000570258 00000 n +0000570312 00000 n +0000570386 00000 n +0000570461 00000 n +0000570536 00000 n +0000570611 00000 n +0000570665 00000 n +0000570719 00000 n +0000570794 00000 n +0000570848 00000 n +0000570902 00000 n +0000570986 00000 n +0000571070 00000 n +0000571162 00000 n +0000571272 00000 n +0000571400 00000 n +0000571466 00000 n +0000571576 00000 n +0000571642 00000 n +0000571725 00000 n +0000571791 00000 n +0000571901 00000 n +0000571976 00000 n +0000572042 00000 n +0000572143 00000 n +0000572209 00000 n +0000572301 00000 n +0000572385 00000 n +0000572469 00000 n +0000572606 00000 n +0000572716 00000 n +0000572770 00000 n +0000572854 00000 n +0000572937 00000 n +0000573029 00000 n +0000573112 00000 n +0000573196 00000 n +0000573250 00000 n +0000573324 00000 n +0000573378 00000 n +0000573467 00000 n +0000576816 00000 n +0000576905 00000 n +0000580255 00000 n +0000580332 00000 n +0000580629 00000 n +0000580684 00000 n +0000580739 00000 n +0000580805 00000 n +0000580871 00000 n +0000580937 00000 n +0000580992 00000 n +0000581047 00000 n +0000581102 00000 n +0000581157 00000 n +0000581200 00000 n +0000581255 00000 n +0000581310 00000 n +0000581365 00000 n +0000581420 00000 n +0000581475 00000 n +0000581530 00000 n +0000581585 00000 n +0000581640 00000 n +0000581695 00000 n +0000581738 00000 n +0000581793 00000 n +0000581848 00000 n +0000581903 00000 n +0000581958 00000 n +0000582013 00000 n +0000582068 00000 n +0000582123 00000 n +0000582178 00000 n +0000582221 00000 n +0000582276 00000 n +0000582331 00000 n +0000582386 00000 n +0000582441 00000 n +0000582496 00000 n +0000582551 00000 n +0000582606 00000 n +0000582661 00000 n +0000582704 00000 n +0000582759 00000 n +0000582814 00000 n +0000582869 00000 n +0000582924 00000 n +0000582979 00000 n +0000583034 00000 n +0000583089 00000 n +0000583178 00000 n +0000586528 00000 n +0000586601 00000 n +0000586674 00000 n +0000586747 00000 n +0000586820 00000 n +0000586893 00000 n +trailer +<< +/ID [<439517FD6D4EDD40B985B8030E1AE646> <734D9F9FD686024B992DFC9CBA84379F>] +/Info 1 0 R +/Root 2 0 R +/Size 1711 +>> +startxref +586966 +%%EOF diff --git a/static/IDDRSStandards/2/IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace.pdf b/static/IDDRSStandards/2/IDDRS-2.40-Reintegration-as-Part-of-Sustaining-Peace.pdf new file mode 100644 index 0000000000000000000000000000000000000000..efb130f568f677850ea11ea663f3a42c3ef72101 GIT binary patch literal 766000 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

}v6(jh+Gqzqf}2p~N9_Wi*CHoh{Rrc8Q~?`dpu^ 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%0A`xAXEHD|m1Qb+~r*o8}FL{)#0; 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]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 I+XIXht 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

HnDiZg&!;&rpXR%Kn(y-W+B6f>pu85yoR=5X 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

(lnF&-ahLOyxh!e^^V|F9TXFZ%t35 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

  • 4R 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 QcRA%KBtI1Ozf=Cd07nYQW&i*H literal 0 HcmV?d00001 diff --git a/static/IDDRSStandards/3/IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures.pdf b/static/IDDRSStandards/3/IDDRS-3.10-Integrated-DDR-Planning-Processes-and-Structures.pdf new file mode 100644 index 0000000000000000000000000000000000000000..0a1f17d09dd91e798c37d053fdf545c2604076c1 GIT binary patch literal 297228 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�(0U#$MQKnb0YqV-;O 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 U%d15!Q@_gXLC=qfR6MuKc#60 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�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 dp?qgurQl~xvR06v8yqNg9pq5ys65j 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

    46f4nt|3N5l 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 HgY&&qLle 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 L`O-XZeg5<>PioBi literal 0 HcmV?d00001 diff --git a/static/IDDRSStandards/3/IDDRS-3.30-National-Institutions-for-DDR.pdf b/static/IDDRSStandards/3/IDDRS-3.30-National-Institutions-for-DDR.pdf new file mode 100644 index 0000000000000000000000000000000000000000..64969db449fcec3e2fb85143c666e4aa4112e8e5 GIT binary patch literal 421148 zcmdSB1z1(t_cx9-5(3f^msIIXcY`1)9fH&aF5N9kDIqC>NQWpX0)ljRcXxM(fbgCR zJpWkzz!`Wx=bM{_)ueCmF?d96iDoIE&ftfilY3Js<`!R2VL98Gf zLvsNE7Ii4Z1!Avc4>5t*L#&M;4nUm*)E;8w2(__hkz-R95@L~uI2srmI2wS!U~br# z$}CC-rVs}Z+f`ZB%@)EU4m4ZZmwfIMI>z?jzqu!!4OI|9!RAWq<2fO;`Y2*mg=KNhuj{L40Zh%waQFI!dZp;mv{ zs0?wiak9T&U~wBu8+#R710x8q+Ttp#AhxSz1(sS0AQh-n1wR2Qe_3Df6EKMFYN=rL zY#_F)WrCI2L2Nu%GXlySz!Lu`bAs4^{gw;F{_D5gAa>Xa!g#7=Z)2naanxY}B!fj2 z;_9f&BI)Y*K*iC(5k}MlfGF^Fe-Bi^Aa>sC&wvkq<>GH#xq9)M*@{Z?ATW!VJd1*j zy_JC_i?}EV%*@K7s01=Guyla1sK^^QSOAUI5Edgqo`5D%8I@n!Y;1oiTn+InH7qKk zAV+&A$Zz9atrjqz4vPxJ*1+E2N>r6Z6;u@!B&pe0IXS?b zZdQP1E@18)9J(xG1`ZIILb0ek6w?&fVvvSdIzt?xMg|HHCkT_6jioVw48|-{Q2SpN znw^bB)ke)4YGh*!0mPr@T8SjBfoG_-DZm43QELb2ug_O<3LD@j(S)(?7Zy80tkgkZ z4%RF7Di~M+(*O5#06nQV+CvJAl4iuxTq_RcSz=re==7 ze1YyQ4NM&XjRyqY!3c(XOl)i%S1*ad(1;1l#c@>y%!rE%#LESUuITlPK>50V11qSd z+r8hd59n7C?gQv>V16Dzs@l$9V3PSDk& z{3RE`T>pxTFm(7QT)Z+gKV#T$Yy`CW&wtnGcBT2;Jb#N_*U0wAUaoNghDFyX215tf zJ8UpixH6lt8W=|W(hgt{fF`i_e<0Bnj&Wa^-aqyZ`xb_Ku%52&z%v^s?{yidhm8We zuE&G*@#8Jn9jFD+jRP<)j>;VB1DV&~!gZ^HenM*fX}U;76CO2B_}s#LBZ zi|4-y_)m2FB;>!Z{S~sVG4vnEIot2#90plnHbBk+#_+PU{U+xC99-$q{}8hNov_20 z^G}5R%02o`*g1c-*I)o~uPqf!ngEOSH#}xivvjmK5Vx_iwTC!dLI1CYi31?}XTx;u z_5CX@!$|xY#(24|*6~ka>^~{_iO;`K`KR{jny&xOY|d+=_yg3q0cHbucFk-y!1wxL zpV&D6l-Zy^tkmzZjqNuJ#SIvAn41No=)YU2D+l@?u$%oFyMMJ%U|>2wOw@m18ykQF zu848x_X3x-jEA9aO60RCM0XFwg82f!ql>w1MsTs*(D03I34 z2fP0E$`1sv>KfzNK!1U5FjRvf9MId3QP?;D?+;c7T(FUTj0U^I#`^Id><-`?fY|_w z0kgaQ3g(M)^0EPY4q(=>i}QLF{&SXpRda0*ewoMLXwH>CcV*>ZAoSPh$P4RAndRT; z%@wbI)*G&${JFn2|JQW(75z+ZUKZ!j$n! z-GEIxZ2JOJRA3yKk%uV)>={<(;RMRC%@S-g1iXK(4lred(ea}P7?oE_#RE9$ziwZC z5i=zNOJJ*OZNu~*PAj0ZE}DG;{^kb{tp`f=K0wM{2=B(omwv5 z-+-TkllQmT{sZ8L(fm&&`43wYHg?`0z|Y0X1L9)k{DTa_WbGRAVXzOAB$$j|nE>F< z1-N~GCS9<1elN?gez?G3z;)#XcdtJ?_kS_&f6;H4u>2GK=J~yT!#1vfhyX!dKtS34(q#Qu zgr9BH?=+k1-)T0C+JBXr^dujTgQvl5AZ{$!#{3jvg0D?U~3n2`; z{-rAgTjQTyDFCoxp3l`5Hcp~@~d~Ql>KjlpmuY z84GvJs!K|$BQtPHZ86H8aB=wHA)A%ygtI-*hM-^cy+|s_pwq=qNT%_UdChYTMj@K# z!D_*Shh(O)hRjCv*&<>Ejce+7PzH(yC*6S%M#=G(SDf~rPx1YZ&3CN}HLWI|IrNNe zh?u_ip6#T@F212cT0I>;m_LF>Y#sc>rqVgG<~VklSBBKjQiXXd=JKoSroU{;YQ5QG zvo?;y&6DoV?cn1(WGL1bNP_lB9vo8xE>D}~Pg*lv#`LqHY0wW)t~r-9wfRVr(kOFn z=)16!OH$|{b(|5pdEIBxQS6CWY}{$ByN`IVZa9y7N^vICtnQjgw zv!8pJ9zU~>W^YSKl2E8Il73NN|Mm?+y^Fxd5JMc>;axG87Y3?9Dt8*^^1t%SH_DNk z-CfG#zw=UUe`&xI`#24Xe7RCMbNnqbjs24pF9~6vO_~~K+ZWI1;Tr3ru~#SD z)b9LA(}R=XTxJ#xo5Et*;ENW;XHHIyQ>QwVt@s&0xivr`@)CVX$&C(bn8!k(};{Tmh<$F4plA-8iYK8?T z+{yatp`CgC0QXCNR6-}g+~ecmR_P>Bn zzNT#N5WQ-!Mogh|h*>;)h*N}-%~3|LxA&})zBN{ZmSeUwB^M&7Db92zQ$wW!E>3WP z#BvdCxqmz8=cX!9ce8mDmb=%ZRWHbHV#7QEHwT{@o-R#7Lo0tM4ay8JlGdX%AT)r# zC0?DiXilTUrroo0XVfB4$(#y@6sl??`$NPH9=m((da_cEl=~Q`%w)RFe1UQ~j_a?|2 ziq+oIea!QgfXF@++OM7pw&&a4;qB z$3wHpU1TlFJ`>~pcsK+z98n5=bqYW5<1d=J-ttmCF(6isFZ^@p{8764ZCK>9jyf(T zS{jT3O*?&7=$TklE*$gJjof3#arCjPy`Ll0=)(M!K6RltyCl?X*WVzm!QrrNz$V?r z;ua8G%cywgr$U2->pc4n6~dE>7P{g`9rT$Bf7N`SHbgICOW!MhkE9h#Mm*z%nq*l$ zIqxoFX-3EvwCH_reirvLs>xTyr0R`PF_HPHN)~+ChHLH77%NbPe#MEfRu`}ui85P! zw}JVJbbl0#?#Tb-NIySP}*nVu?j4$z3Jf%5upRJ&W3;*nVMh}Ngsg~lg!4MtX zQK#RS{3YlU)%wA_;f)&tk}Mu~QF~8z^j~-enWgeFejFt!mUw*(n){HC#6wVAbB{^Y zN{XPS<{sgLM_M~RQVjc6XPsf3RaIIx7ZV?9Uw)X7zlf>i;EHk6By;c4cxPTJ6BqEg z$TBXxUnoaI@m;Bm9eG1OMJnv%Gl`u zouXJfdma4=%SmGaM0c^KzdRSX34jX<+Dy6N$lc&Y`wy2}*s7-fuGs#k{^vTn({|DK zZNoBiv~#@tSM`|Wk~?IRKcisKS-8?B+{4hKCMZYZ7R_h*IFnk((e=ar&GPP~6p1Bf;@;^*MghD0#8)2VpmyBI}Y{NR?gY!Oz~0zOq_BU&XwG(43Uc?uWH@ zk-OSJ_N~ydOo8YtsJ!)z@tac9;%98gB~R{Jn%Ron_ZnkqbOl_*ebxT%FAdGDBz-7* zy47jn`z729{Ew%n3eOX5ic3 zg-N>fJVNiBSvvS$sxo7fP&$h4%zSgNVV*-|<%Y*@pjrA5tHY3W*MmP(`cgPvqtkwj z6}#&AKF?h2fG;MpibAaYmK^&g0#6f9;z*0{2A$iPxkfodAR;_3D1ER*xZp^!CyXbQ z8<{}B0MT}!>K?vmy;Lwl3UYx6&VyNCK#XEJPd&if5MTk#)$`3pE57 zzui1C=o`oW7$!Na#_cQ=2sZm{%#ERCA6=+KxQvqPMM$z*5mE6J@#@Ov#q_r_hnTH>;5oXb+l441}>VGN>wV1jgQ}A{xtE%q7 z4aOZ^_}k|qJh#`G^c8Qv-tLT(sJhvgrLmv#LW+Go*$jTyxE&oGKg4~*!wK(HJ}lBW zqG<_7^uuY#sP0(8a+F)c_+Goho$-Y?^4n>P9dnl?eJm!YgnkC5ytRI-3{%Vu==vsw&`^3?ycSQuv}G4fom>~ ztt^;(S63YmVOY06_Cm!|4kkcnndz9bcO|KrqNbYNSGEu#)fz*vHxPv2)!&?6pm>6V zKca-|tyA7-qZFY9m9!>J(vN|F)?I-1Zd-sZ8>_NN;i^U79 z7dKxJ5=CtY)h8Q_)aZ9SPkckkgn@}ci_x^WO!QhPADhvai-V3wFi zgb_BGZ-7R@I^)acfbfJm<+nE<`JOO0;2Z90QFBr3VEOPTsvPvr>hMZ3S)RT_f09$k zBcopWY<{5k@$&s_t%|Num62iDgSy9t+P4$tealsuH}BM)LE?;pE-mW(Y7?K}th*(< z-0Ceqj(Wl5z%2PCZF+@xZjP<`KBI7-isaTNk|#@q2SfZ`^YA2uoJIc5(sXN7;r_PG zB@z+b)O&|I%$q=d-Y@&TUo!Q8!1Rx8x%mGisgCReivjX9=zulXs6OLPt^X*O6Tp&;|)u>CXtxbYN;y8jylXc@8 z8r{sW2nr;|&5dOSX`!cw{G`fwi?Uo&n6467%MYkZ- zdDq&!xL_!AxehmMk15cO7{&YqE}S;NzTr4VWRRxlX%cFjEjAoR4QtazBb8?OqV=BD znzloC+!(6C#!HpvQ;%=W3;p(Nrru<(-s!hw7RK_*K~?u$OHkV-K(j@WQ1j^b0p2B-~(B_fd0&OApT0?d}At12(X0vv@!h8k2s7wL#JFqLP zy0g-du5p&!{ z6ZgWq9*x`A-~aYFL$|9ov|x^gSy?%+YF~n=?*KWeVmzf(CV5OQU2Pl@m}Be%vyIlJ1gf{_8HyO?C0<5 zF&NGUC}aDwi@nnGXdTN9t#on2Wdu!mYPc1w7H}}*9>7_$ER;;rOY{$^b8LcqQ*0_? zWhxFhV!Wg({cm>1-6ZW)*TO13qFL1TLZ5iS6H}PJ5fnYF_P8X-T6f4EZk&z3ztGm8 zFkd)rD7DLx0ge!KJDK3Q=Bv5@Nqb5{5JB>w<9j%NxR7Wc^fyf@QG}JOX7&Dpivef! zQcn&zhWPrpN9_eC&14-a%Z99H>lAKRn+e+!8c@3R*J@NMty#?(^=pR| za_%PR5f#%6M@O5IKZD!!?MHE@{ZfBFO|p9|LUlZ)xPE`J%h@P$))RMLL|_^fE8hB0 zs@iO#mKVNDz^j`ZK6{|efto~MI{%>8PCVBMo0oKErfp^qo2QT))1oNM!<5^#ocy-S zyF8KyS{@BW$L`s9-iPay?p?3olE(5B`mAIe3wT?MG|385y&cC4^b#rQ0<(Eq$221M zOcP@ULkV+pWzW9$k$r;PZBv^Gz~WBrF zT=PetO5wU=8L6way3X(AKPAWMdMT z#%0XNGrS0%mO=Bhk2v>7hUr!xey23n9XQJwF>H(`e)uI)K^{?jjM_uRmP)ha1yaC< zd>}p~tLfuoxs85>?U^T9LS>C_NT<-JKKd&|EsFFh`sVIWI~-CFcXXq>2pjJl*gs91 z!sK=N(C<_BU5NjU(u;EUoD<4r(a&pk445y1_!h=W+UXyz9z=yT#x0^|pv0ovBIx8g z?R<7+e;VS4HU6a+{%CDLzdeMA@+$>{P4gSWd!%3Qtd2xCXA(_8wR~$(1a7Z)%pX&a z-&!O~6caA<<|=s}FSV8Ilz3HZ#sD|WLsQy2qxT%8 za?ET_`?;K=oxxGY0wI{5_S0R%52p2l51KwUflL`i@@`<~e~uIeQPg$kNs2R`iM94%T+J) zmD@Vg_@(oCEu3W^61IZ&><9!lXeMuWqiFJ2_D?wMW7=Y{#HD06`m4sBrAm&vJ7vBx zHFERFB(d|Lsh7fldVz?Q*Ta3frvqwp#gZOgsiLM3lxvXEze{aR6R0!L;U&+@JNXz!?hGk2aRI6IqRZ+GdP9BD**EjKpT z8{S=Z!|%@@Zg9JOS#~9Lm>3a#WGzy$<}k5cN?22i!HC;WOcct>sjfpBgMxe0SJ@D^ z{`pWiU8zJn^Rh6uGxBnNG5g6)@yH@;lNR>-Iz|W&>zVu8m7yf8_Fvc*XkN&VsFJxb zu;byQ1j!l6F_)5T^Lm=U*67PQ_V;>ntFqoqKSU`tq?>M?VN4_OZyW2pQ_{&lXsLi!t9DqAewNn7PSnRwJQ zOZ{W=OFISj1#ou;meb-a%b5nMkgPyP67LsxcuHKAfKQ3;&u(Hil;&8;3nOI~dP;p!!hqQfd=Z5hKmC z^4&#a32(9HVRy6gqqodkM@NzY)jZksZmjPal|HDvaf_~~oAl#jxp@<-AQf6ztg?uv zH0!9_%zvRgq{uEqRbSz)kK^md?Lig!HRyFt=P42vq5B)t&S(aByUK{=LiA zxWTCp&o>jzJxx6`ML&LuN@(ujT_R))ZaqzxGz$seuOHzEv2-s;(C(aeU=(t&V%Zs4 z(ahLCronldjB~(hFw=^_*{%yI!YgwGYrLr%y62*Z9HRBwA&t!;jYJmhlFj%XZPYe? z#}`Vwnl6m3w*2=(_r_bj6?X%z#UHYlC#Vd`2ynZ0e%BI{9*#$hFUD`zZ$ zCsu`R+S)LEp>G5NsgLEQ46s~M!WS!>EcR@<B^*}chaoqpiCW)%|p&`zO1j&-xOJ6sEP5zUb9o&&f6Z9`>^RsT}T__Of%{b z{W?RAZK_H;s&5q|38gLyH)=@2gQe%vs8ZYgPKo!9V71r-6ltP}NV)7gh|;f3%F!*K zQ=z$Q9wfKC%9Uc#+;iXG=D!sbS#UH&@1Eb1BGYASa?;sc@h}A?;M{yj4GXa&5<7o! zZmIUT4_R*aU6DZP3F=(ds+{Uj!$)>7N$g6u|4k~{Q+PX)6=ET$8r7Y7ds)v^m4$ue zDTcLh1TtY4U+o4eRrSXH?{0;;>*oE+YFf6MDe?uWDOhT;jT@s%Dsfp|oo?nWbm`Wn z99Wi?)>YIvhP*P~NN+UrUCA^!N332)$#>>N&EN8cu%Y3gpu9y6c=&+oReGcNO*)ed zc)e1FRhpZt<`(L4e&;u+h_N=i^cBQDbiKxHZ|lqR4oZ`5MceHEK2_OL5~Rh( zakAkT+ykDupP92%qx>ag77GK^l%%d^#dY2zc~r_qo6a6?wlt3aRvGVJwWaJ#zbi+X z)TgEatn3l5nu8b75+oiaekH zE6IWP{6-`9ca&~^t9it#`ZoRZ0*>!3YHkzXC1r}KH|?*;wQ2T(!^%)^22ls!Sw?J? zc4AO(MElfA&EwtA%4zbgy&>%c?sXYDD(QPsmWPwWckotD4L-E0)84&-x**${i69SE zSBu+CkQgPveFtVn;~09M?YQ);JzApmjLD%emFJ=C-iMUY8MFQwxu&B`S8sPWwu{2QaS&fk6*g6WVyWF*dyfLi)q7tnM%6gZL z+CoHRc1jNiUrSpQsw|!<#XD;i>vLew->0x#=KAsV-rn9EpH+#>g;`Zej7#<8Z)E2mSXc%pF2mHzz$AK3iX5h#3N%qgl`U~-Otr2uGd>?8am;1xTLdg>^Q!KP9pbBe(;xBm zb^k)g_uf|;MO{8m%MY;l&7Q6oRq|EmOfr}17)*SAC+IcGQ*u1}S)D8nQIzo8!=*$&;4A8DSqUi(KB3Xb{x=CIb)Db>KaV#|R4Gn)7;icUz({N_khDW` z;sbZya5L7lO1PW1;G-{LAM8A(Hk^0h4^>$vyl7V(+e<g5<$Nkdaa`)!I@s1G){(d?J%D5Cfh4pvl$>;sPCW=ou z^=g~qA5`^3Qh%V7CIOjYNoXR1EHPGqqZtD!6R4uuHwBsetMfB^Q4Xf}Qo6s23Xx$| zBA2B>C`iZxHJhFq*90itU$4!yXxe{9-r=PZ>NB4HnxEEJiM-N8;2Ej3Uuk0%&xPGy z7#so|mW*iipTuvtVNs0hV8Z_>egg)QwP2|n{~H51*O^fNaVqk+6OTUvIIz=_K|6;f zdiC?~x*k>oOJ}+|-3R36{rtwyWmq;hEW!219oFBEvox?W`0Dfukhl-rVJBH&byufj zfNx-TSOP38>-*{(pbb`rCBVY&!1Yt=k>*2L4K>9-9OhCrgIZrFQvZ4o;twbEc(2p8 zex$H#>+4sJc$c z=(pXFxn0ya7p%f`foO;;^Wdb)F|Qv)a@Sf&$W>vAx6ZDt0-kx1 z(RwSGZGAB1L^H-I`$%#+YXUkrw`5aOu}L7DN62llYjZ1oND)-nWzcxY4rhv)C2)R; zB9nW&JjM5DW?B)K`;F+#NmX1Eo8!<~qbTu{b~+pd!o=+(S~m|68jL`S9FRBo}8QIz%xDab~jWEC_G~|yx{!|H!|DO zMdivZMM*UOo-s*7{ndu=K_Tb3)@SwU#_zNVN5rlLCOW}h7PV*lyOnNc1#6S#akt!r zjTg&KvY#EVeo##E>_(reeztw?de$4uPkG~B`m-jNYWVf^X%DsP<-moC3l7IhmG9oU z&vNi=>%?>!yJCEamP5vR(7v~X_(()faqKzm#JdT_&FyC;)*uK%1%?rvMBCoWV(+l( zxu6v117sYC4iU;c-)h3F1C-)oL-TdI19${H~D&1cD z4oRu2vjr!6w93m`wDmcjrRIiRp1;YZAyU6NzRnXic1#D8yx3ABg0bFE(?F?UhIWh* zw?;<6eR=ZBreZlM1zd!3R~IeMG{m4qq9;luBHBps&ucbr^iZt;B!C7rJH;bc-qMQi z1SCr&yE=1gz=`6RIV9uvNYvlVpk*+DE@w$Q)E9KituJS*FQ>T?d05EvewwAy=(fUvvSC=#az#2W-x=y>hSYUyv1zYey!HD zSjC+zp2OnKqqEfh*-=QPGZY+6eIPf8saWkM8lRoI)}B`U^fl+x&%K6UB8JZ6jNWXj z<*6BNiai+M9TKbAD}&dKXgk{qLKS~+vAoWG{!*uE))()cqeC3ar*6krpD5h#&wS$` zci;IW@j!-=88?Bk_KOcGJs77W{KVNIn)EYw+H(%RjxlXXFYWx;)qZP(O@1{|tNN1?t8fL@o?UXX^P4iL+NDWViSmLQzrIW8JzL z{U99=ikeIN;B+I7>>l zwCsKh^`Z+W!*qnZ@ksD{K|wZW>e0KjVWX7_C+vc}x6sZ)y7taIf9tl{lH8Qbyr}|) z*cW-&c5LI(rPWg_VIwY2p@;Js3?IL$jmcNgr?P}HDglBNI(BWbxUh7I* z;yjv&RQ+_sVIe8Ro!91*i2_mF$eWyx9TPRHkUIC4{`>V8d?7j#7%wvR8xg{RC%T}&`mqUA2kbqfiK8iO4UrX z){qU~ny6jcLrm=OR?OCVh~12X(MGLBS5c!-Nu&N7(|3z7T$Oz}a3PmZ_4ZTVuA!tO zXaq+U@fN|j)`dCJm7{rc%3U0rJsp{{&c+>sxy%DcI6F2rZA*#lM`60KSmKgJ0lw`AOV7lFEJF4t1~ zg~_~{rh?7ccf^=^(%Q^j--PRZF zVmOG_Z{IG7)y}p%s#S!Fkzt;go(`J~7QgKladih`;z;RP*%so}4gOS4^Qz+!yMtW1 zin&kAQ9Jwg^XK>>Wp^y9w%DqUKWV1+K14|QhPB`RtW4wXD0Fg^jQ+r~)9@~?O0}JS z&O&F!=F=vHJ-NP#%G15Vq);}!DJrR%M5y_NTzt{Nd70;~yv$8LudSi|_o~|PxAf3`M9CO+pA4|`?>xxU9?l^ zDYfB7yS@BT?V_`f|v%q&OT^Ocb;#ETuAMlN(DY_4GTzcIS-w+2g>8G$yI~gj;u%**= z%Ei28N37l{ghr!_7u`>4mp8QxOS9;rdFlGBuIS~uyKZ`60kWmaJ5%ZP+@}Rk4v~g8 zTO-ZbXNKXl(^*3;5476nQBM|+9OV{a(DhZ+4IFuPg#Ol% zJ58rO!t?F%#|4oFwvdt_35?=|@kgLWyGpX6APh{o#i=j4PVw1p5&NHjdpW z^^@t>T~3Z1v@G%=g_O0}mHgdcHWq!vdwmXM2#*X)QNLyINco80euL;~7-SU5g8)a$ ziWQ1ucto)oE9moREwnJJ0In#(JRpNslcnnEy~GB&r5@dY=Q5*j;7T!ok0b8#8av?Z zwBA=(pf}ZOK~+G!H6^4L_hz-l$mt3Ni?L3pBnJ;B!@Ry{ zy5u-~;cu(hhnf0hpcSD)sskRO33oHaB;UlOhN-!qaf}g%uYj!wMyi}xOl(s(D;f@Af(F1%QkvqVydyX06{#}TIi#hz?|HU7E2rgjlex%PZ{6m zfuz=$ON?xr-tzb;89_`}fX|cpieNlLFU^ID+Y3&+RwHMJAQYrg> zq-1&pEK$8?9YliB)KDHG-Wp{QA(AvJaEDjFZGtOaP?l05x^QUa^;6dHc8Apd<6_+}UTdA%3N`FOtc14kTNo_MH=9H^b^}1z(6`H8p_=f! zD9#=d=wfRz4~`4ssOj>{+e`aW`OdZzIceM6QwKg8TXAzX`VJ2CceZ71-FGAS+*dBhXmCm$V7q{RYu9?pa`L9dxqndP@o_p*%isX|RH5Qw~pwT)(0l)NMk&)+<#a_fp zj~8dVWM1_lEfb{_*Pe3TFg-v;Al|wa|0YHkS^Jm5*3&4skzM*ELEk z@3S70VG-!x{ia68*sdZY?@PJ7NiD;eVc)<58S(vwU4wIrcrXg8NZ)!AuuaZ5-Cjc`Rbv#wTlLdR?vh;=ZIvx=la3+5QY*L4XgQHO;a01mpW>!>cS|dS$eA#c(oGssNngjhxQUE^xbXwuL?D_ zmg_woP3>+?JpI}*y|m$EX2y9hn-aWdVC~DVY>OrmL1;UP$E|ST5bl< z%AtjIsZTiHPQ}a~Ru;Q&9-K;~Z=%{rnssy`M2z0nJN-h-(UdsoJr&@Yize?V@&q>< zi&p7QPLUm)Vz~yv{q_ov7zs&vzmmJ8<#f%SSe>#7ew%2qI1%bqYadl^oEms_27}~O z?PV9vpM3HVld0~TQ8p!?$Sf7% z)H;{M(jFp9CEUVVqbJB0*3^_1 zo4b6Hot$a+{$_prlJlBcvW%7*w@bO?_lxhH&5-IRmQ~Tuj<$s_5575&%3jRYzg(e6 zvZl_bWnxu$qM^Z_Cwoa)8TZ_{a6LS-%_yHagl4&?vER(&eF4VOIH@ykQz6Y52EV?F zwsHPG;>(`gg(K#^<*M@UYWy>_4^vr^=br6ccCTDi+Z6>d4}h1%a$Pj+j4v+Wu%3s8 zJE~?G```PBQ8Is+yclB_TKY;bFXeQl8doO~oQUr9$Py`#$?@hLNm0Y>IZM)U33&Ps z%~41qbTYRVoqc-r8h8x(P-76^zD1M)sYC~h_>H60JK-$9U6=T(8u>XY?yWI2iZvd! zBkL3W%P8^yCBE(+pK#29`%13^sqaJs|7lgD=0X+{o{D~HjwZ;4$}hI;Ey=VMxdYvt z&jdfYY%~pTsf%ViyS1RT^&aHhD8p!2{UJW8{M#9yfc!hY1TGfcCZy~MZSZ#xNoggV zwXnlu>XCXJZp$`{wy;Mp1f8(Hl)x!ExDiDtv!>u7G#;=RH6JK3pDX%&+?M|1c(?wY z&lR%{kM0pMF?V=&=6q#-&#q7AK?V+5;BbOq5PW>aqXc&nx*sv!Z3qlwuBQ4C%HoSU z?Hx}rme~bV5nEh5JsgHZZ!7Bflej!^zz_(m{(lL~U*{hFuMEup9(q)gPDNyvEl z__ElwTrbCL?(U=1qYpGjLPorSPYD+Lo`)!3o=RmsbNGHnwPUm=LbXSZb&gRz-Ljc< zBeR97>pMp$YUepz=yaUTQvW^LL#n`YzrKE(FV%^=!$43HS&&J0NAi?b;IMtLGsR4= z;;XwFR&%P}e)UVj?WrmcLPP^8-{+N{-y$o#9OMaRUiXUAVAM7+cJ<701igP*5x_W{ zL})WzueTE@M5Fpr?k#lT0sE59_V8j*lb)}mNLz$;gtK(;VvxKBLptK>opgAp@D_K4 zhpEZ7w5_6NF~+I{kxOxj^me?sx#@X#pikYbIVmT)X_MMznnUW>9%97=r+H}}!C@!G z#jhc+>;#2qn#6>YDVx;d#U8&yLv2t(CNcV)MB7SzJLr94yV7Ug;FbqI{+}C6DJxoK z^6#yS|VSMJ(3ER$yV@TVt zC57Ur#x{_J0xsrw-BH7{9_K$yjwuAIo<=Jzk+b*dDzBN5B@I57Ya64=G z@2VTDDLIPQmtVx5s&>O6BM9B*RoRrJK251#NL!k*h;@7Lao}_Sy)#f*n9chYa{l8a zR0LOuFL_YP@?lfV{eBOBmIt}dX3LB7M63i0EyA4MH#MrSrqg0<%9Xh_&~vwD-o|t^ z?}2|W%gh!A7Vaxq3?WuA#ocRVSgWEHTsdY~2)vW(5Eo4Kstf@M4e`nS2?D$Z^BbI= z4X?Z@7E9k%A{k&mG)AMmB=A3$MoCBN<4@;Qp4}MbWykDeQpQ7;ktno%plZsEhxKG} zuhn3kw1!M!ixo3E(=L>VG*{cSTswE!?gF#h)SE&gZ8@nfQgODqE0!gGP~}{c2Q?-h zZbb!eHL)*g-#k|mO}~jJgyZ2`Lgcok#z${+YzWN@zon1W#51)OOE{|BFqNK)<7KFN zdvmjMDWnnEloq@mdJiQZTqaKWE?`s+eV#w>qWv9V0?FFm4TsIpY=H?3wx@UDLX0ZJ z+HGYNLT)s(JMb$YVHmxssz1rRiOL{lL6kPMBaGz0N?F9ChNQ0)7!vgr{Nm&4yXpP1 zB=V;v{-er{0LLa?;_>n%0S1olwMJIzk zW|RCJdB0L|h`;xBff?%8EFT%Rje)6o=VO-s*YY}1pV1y^)6%rD3x^R0eg_3hFWl|n zbMpNBjrqkhHanD3nF)sn#!B<>e2K)__C~m;$LB2~<*3@CG2e&Q!(NJ`4`z*0ImS`m zeLMS%!j=2r=E#?u^Yq-4!9m$jy)BYQ<}Xsq2;XamM=;nGc&cHQ=Y)Dv;TY}4yBNM| zshRgas`Vzc)vqtv1SuU}lw##WCYl}egpS@*u><=e^K%`>%h7axlZfPUsq^-{5qXF91Qy<^N zBy<}e?4Di4Dsy02pL_w9RRrH@JgUr0(ks*!DMtHn`*GQX9jUVw_Y{*H2oy8!^6t}I z<;a?h(=HF%NvYrlesZ*BT)TA~}+ z>5lW1;rtpM>`f5!@o-hJzYm})nO@i;e%&Z3zI=28j&qvtq1VHgj2fj?9UW&AH!E20 zNt}syE*@qQh%;xkcc!ey9#Yuj#-%?#4j(0QCxl!EE)qhX5iENd`#>tJGHq_GF6&9! zfU%)VDS&Ez!Fhhn-f=7BAY{VA{03s^+NI~flSGP@eQ_suGk$i0C9lMnnSA^&^uq)@ zk5#c*&3!;S{dkCZ+5QhYb$zWwb4+YR)ujb}424Cy(S+XAlVpnU@yz2wXEz?@-1$G; zy<>PL-MX%wj?uBxvD2|_+g3*%+qP}nwr!`Aj&0jczI6ATbG>t|xfhOa{n`7-kE$9q z^i)++PwsJD_nDVo+af#?&4p{8&Z!-B7XjQqi(8)d=u1#&Ww$}nme0RhE0u4*jg8`Z zA7S54Z-M3hR4W(ST+^I4K{Xd70%IopvuWdp?v&1o zG5l4#@3j43NOBM z8LTrCD=50!Hso^3SZmC+*s#+&1JDcNG1$`ik{;!?N{mbERz~R*)_yofa6wrla^(Q^ zD|gYml4q$K1W@cZ`}|l}rlU?7&l0=MNnMoN;NkiBfW>S4>7QsvuV^D|hY4-x?hrLa z_a4BV5BWOiw`U<*aVAa&UAoq2vRJnT{>X)9QH)4b;+qlo+=>r4cztI z0Kbu7hj-F@(?QKtwlJeF=MUp&P9Sfut?B#EwKXrD+NBlEXa9(U)XUxDkac=Jtb6WZ z)V|(bBPYqP5>DxOyk5X4hq|u0Lj+y!nUGUC=U_joOHJrz+h<9yg`IT2Jn>9Z7Pnny zg6nuz-Y^tp6gg-l_4ae%NBsek^QN??(VfA7V?t@jJFHnxsU3i zd@_xFbbrpOV(T?HF~?aW>00MA4IY=Mv&Yr!2-pUzzWwyJ-B){@kuQTa!%UQI7erGH zdSLeRn|4JiBTc1FqRX{8?s`t!@{-Sh=+7#1_Urnia_$XoIt5>%Ht5pBd|Go~)b?Zw ztpbq^ELtvOggUz>qESNVkRnD zLjWCi)$)we8tV9Q3@EL$neUhi1Ij*Zb-pG??&0@qlWVewb>^uBoP68Y%lhN3fh5wq zoM^dEFJ9*5f##H75XiWL>;TbB%G(JQCLPM>OUNx7n6bZ)O6xv^iGooemZxP$f4XfX|`mxmw!)fmg7Ezi?%8|YTFu1 z-oREOCk~>#d!m7ROWmCij4&n$UC|;&bCg~M@`I4OeE}!lQ=NDBH30*M7z}(z4+osP zoTq$ESC4px59sF3bfeun3*8-VaUWK1a3k6^@a$=>rQZC)$LR~uROGob_I7zNF~wyf z4nrnscQio?CJn>hc44k>{1e8HU&jUQKDFkUgzeq(gbOtSp;9$Z;nX@tQN18m27gn9 zdAt~t!$0MMo8kc1itq9pBR8{}ipTH$3QDwvVESDi$_|fpjFg?_>^$?t_z^ONb05dPakDRMl!P(z23qHVuZ}N z!2`b0O|wj@OfUQ-?PT&HN7RPmtpst0YXQ*pyQDr^f@+yb(lj~*nO71y1AdL(<9H)D zXb*z54eyBwRp`LJRS|NxML9>yI8-$udpYRKI2U%@GN+cRL9|786{=5)N@Jm~YIk8y z?pl?s*0L3wCj4BVnZzRqUdA6giHO*=e2l^-7y9GT{d&V4$~_#8gD!f&!QN9(7pos0 z4p+t7WUqco^qZGV_p`|1+eO~cSz#dTPM56z5jETsgokHIVr0hG8R{YKZ61H=iVlse zuu69pIXu+L0)-)K;8O5YtqJ>q?zxppPON8$>STrf;ye6cRhI#o(W$!2cAOU|^>C$lUp#Dy{1N5tz8p0~~XrczoBC z{nl8^X;&pb7!Te)=Qlb(C(ggzR-!nhr2BEkxIP% zBU=+`)nG&aU68rORODQlTyd?!NEPzJhuW%>qGBM%So}Z;$vlq9dps%X$s$H5+Z^zu z;SGOr();`@59oaDwc+C1Yc3*7C*V2igNFmx>ly2pK)3zE=r2yREWgxN#n9c3tiY1> z;2e8bQR8q(;*9aKly{-6#pK^lqHJ^{t5w+#+Kr4Ec6KYh8eO#?K`~jS4&9 zx>tQ?AD!O~UjH#%r}xctyaDBP&V+m7`F`&#Dwx^Q!ei)JPpLeV`U0l4#7yZ%W&dMS;b_>^~cCPN5a^sH2-|+2(0-dkQ|SnKP1K8CT_yDn%RLL zhYbNYgp37-^)82@TPEWJ2l?PVj}%7aE&vs9_s@QmC!Mw%&}1F7mX5;tK>#s0*AAdM z-1vn?&5xW-PdqWaX+l=;K>*e`Lq#zBXEqat;34@bBQmI)>+7H;5G-BN=}CiBk$DB! zX=)on-#Ct3QEpz8yDk>3F61D=_70u8q>h@yo-eat*}qu1Jkv5?<0lqId79lxTOkvj z_>ZoNX;C^S^W_lt};PemEF>s#IEO?&u@XHYdthQ9O1L&%1#B1eoo z$spU~eJm=4le#vc>IU{om|bXd=+Dv~gV}UaUwFDc%Zi#SQ>ZdIPuWu;%stoGYU$A) zV&%)kIU!~BSDfr{n)^+krs~yOi$yCBN^a_#Ywsyev3`?P#;jpFhDthla)_sj{FyYt zYk!g9+v9%S$QvsjTQ@fm41k1|sJbM>!5oCn1Fbg}-^C^@t1%m#wkUDh8AUt6=eI&F zic4#XT!6OOEILN?W+wIXrA->ZNFLyx)tTCwFGghS(#Y~V93q!C+w*s4?jZI%v@DAXv_>cff3a5 zxO-ty-fk;~l~mSJ;9L-Dt8l@+{`9nM1#T_TX|#aiSw#3kq*S?qPf=;rq-garSPl0W z+ulJ139**0R`BU{GN_`hGA{3A;XHfk0C{Fu+KDVE{lA*w`~sBqo}|fJ}YlB1j5FK-xm|UvkiCNoP-HB9T|%g&8ww zzHXRF%YB%9cgTU;qq{};%fD_7iSqD&w-`|WuJ?+O!eUBPQ93*lQdjaJbR|upG}J;F z#|yf!@6oy|Nhu3;%jA8lZ0$6aoz|uH!>0^B(WRD18co(*8ka>g^$95v=RQd1@gpoL z3|-OF9}8S#Zu&Zfmna$y#RbD*Kx)0b%`=_ zlP2(*r#&Rhnz~Je=7vo2UG9WNvu3mSO2)y;pN((|%D;Gj@DAen>w1j=Sxd)BpcmNq-rf zg1GG4P-f_CiP#@%vPJNB^wEiER6IrW(Wh`LvnqlL7)Lo5lXdN1Nxf%oPa&`1yvi!j zkRPj0?(=2bk=rI|bzGw1WpD=K5^mBL>s2*T4G|^bh^cUhQgClpt>TpSNJC25qOa2t z!j(4F5ywA2lVihV>_@WT(d6Z-80CiIe`|()&n0!8Wp_sbux2m&aJ)g2F+q?q`Ngel zeex<^Ic02LEZJzf)A#|EW@;sIP{v%-5my7`>FoLp|DMa!#D_3L_9dtjchY1}@KMHW zCQeOryQ>fHa}9@OM9z6!&~wcQfJ`83cGI!mY+}*8s^Pnp_=J{L=UOa(*!ASDUp?}t z05Urg|2&RzmF(UNBF(9tb30dit z8%xpUdAQNH+WjYOIJzez3Mg-J27iWQ^wd1_4f#Nw!Jnl7dY-ZBJR@a!o}C)Tv1i2U z+9Zfp$6hnRf)Xrph2o7eGK>vujaG9YCZM7_;i`#a_QWItD`~wHo|q4+hg5qkJoBkb z#q}-DAAw0vAK-I8%it5mrM%(n$9hcn!YxQy5Kr!{&T{| z7zmYxmIq4dFL2;{tq|$b;J{7ojy7q_!zYsMdN-;}SZlDxb^B2{IR&UIcn&6mw9t?$ z2-|uv&}>d!Be86zKO7a8x2WC8ZzB?+PZAA9;WPBpN-GV|u)`UFi5_Mj5EUa+ zEo(_77l*HcU;IVSRwh z5w~-3+={CTtV^f75Rw_^{MyWzdABy4YiZj5O~v8+>|IZ8bIKgnGFK|%ASn`>rt`8g zg?>_9R%x5cWNJ?n@_zJ%r~m`FeBh+elKLksCBXPV)S zQ)gEyyA@KdWl3V)eQEHa4lrY{e5}ePy|2nYc-c~iJzmI&Tw?D=NaLY)(Yd}qVE@oa zPMlAob@9(6UJebZgN5v}A#lYK%;@$3os<_@!=Jynhy7vV4;^b#t zsvALSS@u0XtrgVc8$U!Y@@GPolkCZBXbC9|4MEba8ZXomFId+#c9m=Lx%;&l9Gq8( zIA-rlB8h(Rq`r~FKFt6K0P4%IOHOc*C;$1%tHq&x+)N2B$E(F*L+6^7XzBb-k%N$0 z{J4C#irs5ju4cD60ay~Qlc2qr$>RQq1LX!aM|2{9Kng6UZ%wXva?7z;Sm5uqb9zqL zRKp%7_9?V!r`echjJ%R8m}c0zTIr?z1vVTbDZ z=|AUgpa-kZ7;2)@xjJIdZu11|V-=b9{v4WpT)@R4f-Zdr+*0R^#;TQ;JGf#_&hZ6~H=B6QbuQ+>f-b)pFk_*k2TyJ1clcp($NP&T#gaWl&N&LVy>QN?L zrS#Irmc&SRP-3v!xK(Z_@#5zH={qAMTqZp(lCX1B1O-J8dLsD^6m@t(%$mwo+c@q` z4`KS!%|045KXq!zTP>U`O7=L)`jUqV-%vJpVH*apF$ibc{EIdx?k7ZY@&*m=E4A>i z$s@uIP4v9&xXip-PR=2%P5z6)oQ4iB5Ve8 zYInlI2{z=ZM&LMGZ9>}&1WnE8rvY-dgpd}ci9Ax`2FE{=)+h6E`2rDqa2+TP(G!us$HrU{dU!iwZ#1Zmumt9i zgNv{6WOYVJBB{McFL6Yo0lD8HWjcCqRD$Y?{ZdltCa=V z9QSXwR;j~0+0fa%x2>Vk?2&c{^Wso)WlgM3tMYrr#8mJgGy=1F1Ta^uX)TC#5@TW! z)D}n^8Z?jxa-=Rqz={nFnXV>y?-|xP;oY*ATF5qQ#tgUs1m%fDcM51fyU$^d z`^N$#P^Lv_n%7HeFSe?*Cg#Vl74$u(J*^@Od0#le(D_JXC`w~E(K-tTRLq%Tz_ES5(U z`z+ZBFoJzY!e8_BGEZHSBnFXRI_*Rf6;CQAG@=I^z+5sSQ^&fwUMVV-AE(Z?Y%>WS z^G?0|(qy9TWgrW!n8;g$IA5A^s;Cra!Eg4|n7r;wtTL3eo?a;laOZnEqij{>TpZ z$K&~7DE=^Peh^DOOuhfx@xkA{{<-S^sim0qH_+yvJjMT@>@j|zVHrQ*fBy^;`Q`5Y z1q%81IFb+G$UpEme{}%=dl1P7KIa1+@_{b-crgCJP5#vWw?2PyJy<_@P=C(;B8U8` z{j2=X(LeY9_oLs~n_qOj51;TaZ}M-F)L&R1zqlVCj^&S@f9?J1{a25_j(^quQ~y_+ zUo-i2=2z*Tx&GSwsP`Y;#(!r`Q2rrSe#Bq@0RsIe;>HJHjJwuY+jzV$n;IIn*o0N-l3yLqSz!le#{J!{kpH_cV|G8J?Tb78FF;Gcl;!2G@i+w z+8R$&ZG;Q(W8h~HOu)NabZD6t5Rg8Oz_vc8JU`lmP4|sNs~EK?I6Mg{YKO>uzKDzJ zY;tF!C#h@X8x+(zm|b(LVqDWxZ!5Q8Q$YN#Sn5qw`lNwP87|k-ehfr3zJw{Z|id{c?WxP6LCvp&TbQrwry!8MdGz_DTHmh`~1V z>k_m2D*whba>SMsmX*nc^=ff=w`Urd*J$x;@ezpkF=Hy+KgnH88 zefT1K>|7%7cHmU-ZuY*w@8ZDfz^v5wV;wrs0fhXMbP&NDRVfj$VQqu7>Vr9VdJSRD zqFRv~Lxe<`OnRTdP`;JnM?i}kYty{+$%R2ZszmEk7<_`Z9YSR}qSfT;=nSpax4++F zv<%edX;Wj3X7=NE9Lm5o@tti`I9<>TnrLK^S5aHZN06_meTIFK97o9j*JytCv=|n*2sVKmrqh8m@Fp)MqgVNkd}F z-b{9NhwDIhs)om`xE?&s3&V{-gYtS?AIjb70tS-!S>6<1hwuTtGpbSO~B2nv?No{1&WHanIfS=6%FW zgjMgv-DGVpu{5GW)!T-dUWMCk=kz9klpk! zx1w(qKP2D_?t+xljRnDr#)6*Hg2rc8U3mWo+Un7(s(g$)n4oB{9ya$oY$9>u z80c#ZK}PD}au4qvza&{HSD~qB-if6!`T>z`yWYNmpAHm@QJBf$BA5yH$>k%Ni)EaN zW}#ExVIYa$n3#I4q9_-Wwbw$+mCE`Xt{^_?VEKIRj=moECF?x$z^u)_2ZLwQl=VuOos3nn2Q z0l?|G;&QAGbFK~986~FDTo@k3%ZP z_A>-pYHN5x8;Iw#VyT@9G56b>8!Ra6bm}7w5__MfOH<{CnGh`*8%(y|#FaQ}ChtHl zg$^PT2cE8!Yy0|gv7i_oGiz?4eG6-enV-c=hoLdP4Tj@eAF_JGKC3%@x=8>6ZY`d!+u3^j?0A1)@w|8Tx4*Kz6i=TfmAPMO8rbp~ zz=*Iw6#!9izWVcMcbrZ~JcakAir1Thk)FwI^mLd-Bnzp}HlE)LI%LCwm88QM*88Mc z*WHu1%kj(3em9OZ-ibH=@{9tkw0!p%g_<>?zK8>=6vw>bnF|{zP@BIC)5-qAy{AY! zrdHLb0P0x~=_`mQ9g0k7sV0Ns_s-4zQ~PLf|8$~_;s?u7R-gHVXNdLeDQQKW1Ffv(Xj4{iDO;B z@Td&528-O(-; z8w!Hly$PHUP^%LcKY&6~eGl-1F##K7{lX^-j87Q%-`oQ=#CWuNoEHa0u=V;Us4^c z_rCac4~efhk#e2LfWMabE4RWxe>xG4bO%yIS}NqeV0%xFKgFw@b>R2pFYkwdnlEYE z{8W#U9U+XxlHEaJ0y08vEUj4YI(!gVh|JMWW3k z!2qb=lx56r=KU)k!ZK+&==95Kg#C`5@6+K00Ab84jT!L|Ps0d4WqEZ=#)KMvGWI=@ zQA+E@Vq~ z<{ck@Yld8Xs$HFAj_=~|A*w3CUr%vt@q1{zDKaO}B|eo5vp4RX1-y`@iko4t1eFcf zrhnhae3w#J3$YU9#UP!dZ^kh?3r;#KQbsJF*}Vo-XM$ZgCZ*XS3)RbT!vP6kg7n*q z>^I1%&frryg$kQfSE2B%F1b)M99I_p*1H<2NaSv+^J5hXlPxU)6ma6_5EAS;N;DEo z`6oIP1!VPU#UKOqGf2iY5j(JS_vm^A!cBmU#jI~F#QZeW?5$-J4gD}1nHWF~BiJQ1 zo)pAC?Tar_AXxf|GYZC}6_D|~<>OD8^>z&&8>>%uG(AwpZOnMU|54TxeR ze_1}L(X#>PlFk6%BIA}Y-je7Z9H3Kj7&uxC7-b7LsRp79!<}iUxISc|jdb;leKa*I z8`*lX3EXeJQ3NL4w;T`*fPMc>%6V)%0$Js&54yny4nZ7=#F*%%s&FKk<4Qay=8*&z z0NSXp_0Rkeo&XQhFp_nquW;frq|lmIdYI?}c%d<@yR;FXbI@RNlVm}=Y5BI3h-~Go z2wALe&l&~sC*ChC3fUbt%R?|>zRtKD{Ak@OE=oahe{t@Pm=MLRafy3)d1e(|V1;PK zF<@6)%&W2q9HIMST2Mnb^cHk--M_W2u3A=SlSWxx`<*EPCVfJl1dFN3b95n+l-!%+ z))HkXx)-RLM^VOFBB)3p&MUwK3>q7?C?-SYkk`U#1HjS11|P5wz55tB{XK_y?rHgu z6ZyqJGZ1@9B3M>@iLAh;eoAA{QL+v693N*g+4QZj84Cv$4K-g%M|>%%+fr?_J$a}O z+m!wiqDo03V0I}-?pVu2-Q>ewa94`5s{X}R9U2jVwW)qVLkw2KCi9ZvlIk)Y5VfqE z%c&3XF^FFjFO%ru4Fd<=6U}7^6}~(cs@LvqetHd zvU}&~j92wWt4L|1ps~cUeQOFrpJng=hQ7!A|qzXR+I+tPpKRtCvBpa6_BwBSUj zuf01XIdyBp!Z1S2kKGV8eN|(RUgVZB+nhpa`nbrQ@R*BVSu(A4^lexbE@>KQu@=k? zfJuOs<~+~_jj_oG;?VM;Czfa`d}%HMV93T0sOSw?WvFVn)SB{|J`7H0(~+nQ8>szJV+3HO~r_ZEMit52qX}DM6ua9 zQu6%FHE-4%We08~t4nuD*V0ZfVPS{C&4F1QR4yEAYQ$Y#IWMkyV9y6_sM%5=0sd4X zYDHPE7B4q{Wo4HmS+UhNpPhtE?Pwgueo`34j^JQTL<&G#OPlN+B!&LuSOAxbwqaJ;q!DrNd~bIHAe*(J$j z`U3h%e8RE=in7>a57SQoKYsvz^0_fFKV&!8tJs_nuL-H*Pmy@zU9wEc<^=|&gv$gg z|M6YtQ~g%o#wYL)GFQoaL2bTUzGK^f`;cw+gX!L!%1b+0;rozbN?5zeulL`%5KFz$ zBzkji7be9H*A5Ov?(3XgfVAQXRqJOY#P-+Si3!UwEj%WpGMF0XcDWS4i>u$Ak>B$t zvTsmim#t9|-&kzR+Va-`dCjT&t@ISrs8AR5WYuL|_-Ph~UfXZZVW9>DH;1W%(f9f^ zp9l?(ZDm!!@>y^Bj!LUJ730ABP8B*5?97$VDv)k;wI0rgBNOD*4RE#fchD zWYtb%nZ|Thmz6JGn!zigio9HQ6+l(`tVGbq<_Q``u@Gimgf>XA;jLTVnnp4fi2!%v z8%G)q5RLN*&iMc+M?y}WoaPl=9~}}Ul=Lp4rv&D0`UHySB2-|AkGET=3`C+h%Zm#I z(u4*H{PG7*+~T4#1)kz(bAdJz}ng5(}*Y%X>mBRzosEv?nJe zO|Ye^&j~f&r3ZSp*bw~jHu&SVW8$mKWv%)5Y^`*VXhK?4cEj)Y5*>_2~YV;i0oPq91lwH$Q~rfoq$RQ!yj83a9|o& z2~3rO%J)X2olv=yskE}Pa&5OaNij2|Gw}F1^ZeYM`?H0GMO)^X1*es38kP5M;q9U` zF2NJ;M99#XnstPH6iN+)h$3bTLjZ(R+*W>wZ;DsAXcm?uTfDe6iwg?(?n7`IahMmG zTcJ!dk|nTA0Imi$coq{V;0d+f=u1*9+>Yd)Fob%5_`EU6M~zAr^R2>iA{%;MK#Ib2 zo?W@NU4{(;T#(m|Vz8sAz^j?wY)85UogN~@OFA2fMcy90v+z-lo;tQ|&eZ}>KAs`J zjZH_wm-CZ%AOJcaBi?_tg23`W#moG=6$CoEKk@eeSJRXJhPD4MFChH6X8#m_rDvi0 zuj8+pAI|49&d#1l2%1Zkw=nN+fK!Rqh5q`c)Saqd`eGKboVkSBgcZA|ed7_E5;&713%@^w3Gh;70V;h}3?YmEw|oXG|SjjKhD~+l1}`(9ylaei_7t=IUCazIcUqdm@Kq@?LJu8|!8G z`i;Jal-$RGkWlBd=(NPoAU|s%D!7}NJq;oHMd^fnb?a_eqQW5X=7T_06m7Kx0QS6- zVHl6P)~JP7U9GX^Mqv;9*Ryd*%gV)2_xEH8Zm@koDEoj^bSz zM)D`kwRX?@H+M|I;n!F9i@Qra7U&*8T+wZ)>Sutm+!rWeT*_J+Hf{BXM<5UY1d?gS zjVm(hnYQR85Y@Cm=Nb`N{p3LxX`g956O$3@T|)RFvQT+etCeXx418b?@`C92WCPVC zfq+ggH6XHhU>}GN64E{U4*}khlTBv@h0;tQ=H&jg#u$^MJ8fVYYJV#)<(1j|F@yDvNyJ)e z5cED;FsyliUhtn_E`8}sVaH{^9A;Lkrh4zy`P zZ!tJ0wd~qVZZeA+6u3;&&@bC!0~C+Fk;ktg1b?dilypijlm$LC;B?Qi{i3v=OX?Ik<-3GS2-*M9c?hlM?}NVpq1@JT#keooct(;S6^4(}9#9ylqo zkIgU*Rfr^Jm#}qw;3Ixu&)JoNfevdq9Fy8<#NC5ymZIeTu{Yxv1{@K-yD0V6eRMp1 z417@%REg8p>_uEiR_H-f&Tl9QY^>IlZ2gXKycR@9v9b}}z$<9}*=+;0fGvUkw`QE9 z1wZH&H@6U|-0eAwpm;SIjsS-W%CoH>91^B7^J+h%ZuL17P{A^ylS~pFsBThkb3ISg zlrRFhf%SUmu|{~Egv*fd8%GN@(QO}`fXIH)-d?hr74l<5Bk`9lN$PM4`$;FFO$%8_ z3~8deEeOGCa@{-8Q;?K$d`C*&yP_cK2;5g2RfoK}dk5$Ohr}<0XN?|1D1IYk=oIY_ zE)UyihmhKOb|`3h|CABqtl2+tjLlZrc;PD9UUJLueJZ7RdA~8{2-PNtm62|9FFPF^exEVs`BMg5 zK@-Q8vn76#Bz>$E59_j6=mCC5zcT>Ycx{>sG1_8vcn{!mJa5HT0B(F3=$=vT& z9K`?N4Jn}I5Li(V%u3x3yjo%jBgYgpEaRB#%dT#fW>n1LqE_^LN{#~*DD8}^KoT6# zEdEzcw_LfSg98V3(O0g{kx>TU1pE;Vz6$bL+tRNe?9Cr75rBIw0@uq`Sn9Q)wN@GX zZ22>vcVPXSjy33k3HVXB+b&XgDOz~Y<<(xpSznzC$eM2Fo8sY`{7?6~%Y6s!Bfy*^ zK)yxP+eHxBMIamQEV?2^SOvnF4a*VmUdu$TImM+H=3hE#EoEJHPgk&#OFs|f%12Uh zvga3yU)N!uT|cX_^)+G}T=Vhm_lL9xEx<;;=clj3Pr%P*)Xl{n4rV_E*E476dup5f z$mp)!)IYBn#jF7jE}aBp$%`7smw{+1R3y0PHD9MPHR9SZRu`e=>bAg1kd=X&gbPZM zw(#^_Pp?Xm&t#NUg?lqMRaSxjNJRhN&jW zy5Yx2{8P-Qas*~;@p2SAPZeW870Hxc$;n7mVl1|NjsEt;E*`3|3QBIsNqV#LYz}EJ z)lfuuPNl;#zQrAGRVJv}Bf@xU1@|Yq%|X^#)snGwKOW>BVHhf0w{X?U-38z}h{>CS zbJ4@<>gkuNP7|e@);8DovsYKrD+8o<=eEwyk6dtEz=%ayvVc0O=ES&y^(Q!97~TgO z^4y!xx-_sb-`6nCy1gnxIIN{n&p2H=T9qMbR1hx*I}($eM^8@u7`SIRAG{8*C1>XM zNaG9TI7|6P>#zLqx;vgRuI={}9iD7}2hvsh+xJuJkFjy3fh|{50{i?ZX$!qHQC8D*40`UC+x$2 zG9K$?N=ZL9oZUZB+0~ht*+e(klRp$A?P&qLD2&|Q7+dX8bDL-W$WxdQ*Y{9B^C1z| zEBq=9*Mh=HBnp1pwd3va&g-M}12Ebmisi@#c-Fv8ekmmB&?PCEtFSwT z^zI~!2s3$w;A%aRWg#NiM3S=3xj^i@RQuN9;Fe1`yDU;nPm8=`OT7=Esd}A0t+{b~ zB@1GC%MjA$4^Gn}q54d(GV*Sd@CatOx12^Amws;A_9ngwF>V=&U1h#Q#Rkq6b&$RbEn3W&@G*Z}qXtcW9x<<3ot*=59G;ml%LmihO3$suFIHjZ7%_h^XUT zg?=~z3WbJ*1qW0HLD87RKra_KCd?fmgwC~zPEj&oillEnF|=pHtB?}bkxlw4*|y9W zO6S@dP_hakb8-&O$`>4kzk+uHuSETw863#+?!8S}(sG*#uKij0zzC>VceuvjGy_F5 z>mZ+}@zmH>)@X@XEYyc9=4t&NIxsK4kJlXa*q7Af^KkOu=9nHQsdEB)7^M1HAB(~!Trt5*Z6;A*5apQR3thb4xt{B zkdF{6VCgq+t+oc(Ev9N&R@8n4v(+Iz!CW!^Sl}Qks+9g?n?VIK z!9sm~^G(syDIwhS!W23_-T6}~fJXW;3u%>Ch3rqjm@(98YNyK-k48s8ls;1mb#ICC zHiI5alj*NYNtm9aR5)-%^Vpxnlm{5@EF+;kiD8Q_a^d6Ug1Sr`PRas2^C;i!7dP4$ z)GNG*Q{5FUu$QbAEu<2&wDH7gW|}Yz7eHJnv76#d#M9M>^(-I@jSN(wQ_Q~TmQF3T z)ohkF9^jcdDTO>qDbqazTdL7o(J{%Dj3rV@6p@eNH>pSZGXCuil(8g?p6P-BKyPNB^? zc#$0%MTjA;*2!BOm7T2nMa}9gEYwCl+9Zz&9lJ*}IAd#nY<%aUde$Y8vA5boJg2r9 zNu>prc5;R~JsWlg-^2YZGDqlqq0Ar(;wBMJ1i_uHm`&P?JaOKUt5*ED@~y2q0M0ZI z7(8Jr?fkVCvnROvEX{T-cSb9s3EQ!DHZqFtZZx#KwI)IjGP_X0v{go>Wh~3c+1|tT z!sj;`CD~ku=Zf2kKH6j*xB>(*^1U)5@L-ulS4FwLes=^O?3n>1^k`vzI z=!_r(?JmMz8$oQ;P=jtBPrQK6p@Ivs@%o>)ZVx}5Tqcsez6DZPwykV&>m;_|yb&8CN4vI*Ni}>hM3@X0!$%DZ2 z`WNIB>hk-4wi!2zwyNFZbgPB7nRU`uuO00Kj%F$|WLyX+K!YmH3dJ(_ogiUFzhePy zj%`n^Zhx+(wf8!#+Z8orT~iKlm!4!ayr>f1&YK!bW z9FaPU3-W`2<+$7PMS4cCaPC638GYw^RQCD=aG;E~{x9MbbRTlL|Ctf`-^VFFNFD#T zVpRSQN=Lds9F_m=;Kc7<{~PK?I{H6k;eR8hFw%SwKJ@L3Y}Nmndcycy2T8}s`k{9G zC6)V7E&k%Bd{9PyZU3XPk>R&|?@z6N*V6|#p{M-& zSpU84uPgGq%_?Wfiw6V3GJxdzG9hl!i+0GcEte)=(pmHdlL?H`-k-0#^X z<_wtvrEumIfNuxZR{)Zu+0)Z!21~ zgj}$FwD+y8VF&$f;>W^mkz8<|iDD~)ZTCvw%wEOqtzSKAJzpNS4#y9BzpF)NN=IsI zv^#AcvvD|I^>MViS(L;l50@t1#De;}T5BKnGdDcuB+i#w{+MvrI8D5&i`$m#&>ZQN zvzVCRS9NWT`%XrkXww=eym{TqF5@r>c=vEH_Lx%*fAO6Eg3gw_aeodAxYDEU3T_Jo z8SoD2vhp_G{gB&Hk?kM&x^=PAQ-!X&P!r2%)o^E_s#2ZnpA4cFY@ub0C$QXjs_b_& za%1qt*xI9-u(L*m&&b@Wjx4l4rp6YNQgUf}cOMKb4>oENBA}1j0NQ~3@C}M-^qo_; zqbC0CCditq{?snf-p;}fi%eYV6d_F0=h636sC9h*RB5`^cDfOHm+(tuL;@S}En|Ir z;l`jr&W>k77KevZpr)1hUdn^ONUlx*M*axz0bYL z$I9E*E140Zi+P@dsgBzb3Gf$j{3+ zdac~yft@kZdG1Sf;nY{E>C~eK)DZ&g0%#DQi_Vl26DuF)E!vzL7cC=O37}FD-<>?U z%`M+t_tMlk5sa5k?m0r}Q?7Efmsg*SSEj(JR;yUTaRxn_Ib)F0a3zy%?P(IJd1Qdzv*Ao)TQY-tAvjttPRK9G^O|n2p_U zzk0aYe!qSkZpd#i)41|JI(}5h-INa0PyZ}{dB9ir4RV@C$AR`s;GFv^n;+gn0~E24 z<@3b2;f)OH2yj?!_8mwp(l?ANglygbWPO)oqoF8KNV@X>kGppavaIRagv+*V+qSE# zx@_CFyKJ+IT}GE}+qP}1%X9jECY~6)^UW7A@1L0;=VYv0%9DG?&V5#{yjF~;Hj}h4 z#oXcyrmRwY9y)GVAfS8dNi>0%c4TJcjl^BeAG-6>=r8HA^eBE+L4<01-u720rZN-2 zjlX?@H9?Lqz1)eM&;%YrJdgrqsUVu4tyD6Z0@yDC|7$-K!-T+TD)Tu z*8U;(*`|*Vdj05_*cFNGm6}_+Gg>htr)KV^3j23aR?eR@PcrtkZVhw%g46ViP13wG z&un=820rSjRPwcU7UpiSXPGaiYvZnk_7U6-6)yamKT~mKdDCeuP1%cy-536NI`P?x zBTLOdBBPLZyMPCkpbs2 zD5L{IwmoJ7be>qa8UrZiFItlCfhe}NzEKHvKwzi*e~mYsT16*=6XC4${%uAcApbTz z>%$~-WI)1U+UfuoTcH0*4zw#sT!j8XDOCj=2(F>#xeI3$RJ9{PB;f z5>b1qJ=s7M6Z`yrE`Sok_F><&7>d8effy%&})}C3G^unit%Vlz!hDZ+|@%HR1ylC(iUj~7?DNI{09+W z7`f2pq$tuO!6gBu^CuJ{U_?hD^MCnAjhsY(#a`V0ULa;%l(@gbwhbDCvH;r|RZZby zD9IxFop8) zf62g0T%9~Rpxse0gC>9uX3OxckuY?feXrqPQX+py(-;`)H5Q9W`|pq(9}3M&5nZ5+ zs{qU|p1q*JB14?6fbVWq>kZFl!^Vf$%O?6{XVTAubw!pqe<0Oo_fuM zX=aX=%1Z+`zD)Yz zP3C3j4TIpTGg;98&WXC4|IP73_kXd%DK6{&{L10;G|JHx;8bm}-BuJkU*Gt8oaB%2;@kLTF_$$pv{b5^G*~3$*Eg92Kb_fQ2>|UH}k8OCQYv zQ0Qaf;T?Gv6=D4!uJ7cVJv&x$;k5n zH3ZWEH!9LD0E=KO{2nk6g7ncX07WEOQ`9WmmccFs3Ije{ z2lc-Xk30zXa*x0Z5n@jzl^)jyv{jdPul&!f5AYX z=sF9ww2S@Hk#@||sxl}825F_j8?B8QsWqgQd%N~-Av{=>(MwFc01^l7U+8o;4`Z!o zHJ_p~)ZKMXtU)-j)c%u2RuP1f5;85_$3x|+`j?!qJ)S$JBF0~D)cZ$DYXwt)68hXC z@4WAr%n+ZngU&||WvLcu>>mIYvluyI}Z5M^pJ}mUP3tNi< zG|1A)h|8`czzD60Eo?SmWJo&YFmV9mHDo{g_5nkp!yPQo_h-LZMqiF6s{p05l3`Ws z0C0|x)uK$5cZ8aUZ}7H@ReT5F9i+Nyulv{Y zr&rhWiO#2tdL7U8LD!lKY}tTL9ZC$T@9^#K`)BXBlFh(2=W^G`rZtGNDDBHAzw%2A z&6L97`(n0Ck&q!#bDOcBRGlk7ylNCDKNUR)2;cAD+c!fm9qqB`G$~QvrdOHP_^<^K zDF{Q3Pdf}@a^U45zg##xyv2Imb?69qh?N;+7?B)~bsLd5GF{}R(sk~xJm%U*;TV3> z*m*KF?x#*KZ`dmaZOXO#!Vi}|_1Cwxb(Dde!uf)iR&+ zB`DTkq-5)1v3exDNiXVY$Yu!D08MeYEFce`nZ`cS4ZM=@?H^OBM1Da{AD`|)P8Myz zokGB?z@C1NeMkQgfSc|vIbO?D4d|I>TM@r|JGJU=Z=9We`}iZY?C{AD8;JOz7KK74 zi)g&|2o;-9qw77c5Mzk(O(rlvD!Qqvfk7#Ntl5}H?I1ldzt2TW>YMr9Dh=FRGUlO^ z9zw|&qTCee0Y;(Xc@~(yTp(jF-O>;NWa^CtCdFYapK*QTvuStjFj;Y{;k>Rgvnkj;39+3ldC~>N(aC1Tgj=Ie+Jb~@d z5+WCmvgD#_!v1?z55IiU>%MzekFEGmTff27kY$tOM6yLGKWPjBaP?{l`&B2W=*eu6 zi4WPtLK*2kv%&^Tqr|F{kM88I32)@=7{ksyvf47N6ZY&qq3s!3v#W!|=pV(?Hcz3^ z^`F*lMPCPC@co*m!8Q#{fAX_{uhb1{*H$3EA2(eL5=c~DI@$Lm*XnBeJGBItoJzdy zNm^rhORCi^e(g|Z%YOQC*XzhoP0@RB5# zHfG==2R&PVw-dTPTT;a}!K#|l=%OXY?%%zZlIr?qOE>Y$N&NJ9`ayuX`)u`8)qZ%= zCzEUPRj4Qf(Ip*4_S!fd1!*2?fT2Hi4o7y%e1)ZP#^SXaNc*>9UsFv)6la*8 zp%&(MV1{p;&LN>ZnU$;i)K{L>AoWQ;&d_&VOq-vex2eeT@+4c=t(`h(1#HXj3NN_O zYx(?>%{JHSdnOa<)e%rzD3noX@z5mBlj>q5)l#4PpmblR-=#C%TI3FjEL-~L$dLpj zQ9ez2k2uA@%XIZ#euwEAQZ2!t2Tntv%Ge{wV9yA1qi&WjW9&&#*|y>Ir6N+^6r6ba!5WuO z{<#+2Q_Ps0b#AaPW?&te5^RU`YN(7Z^#L0J ze2p|eAGDmb-Isuzgae(JiH?nFSt!A;OpRI7H0`C1^v~Nv;T#c}S?Yq2yQyG=Dh#DP z_@csfIrYK=E7R z8{|B8c5#lNyJk5EAfkb-&fOwCtHKltENv(m;^0x zXn4{n!)|8qR$yrbeDj99CpcoyI@3CE@!j(Rsk2TVJpHqoeX2V@u_Qb7p3xhmOa6I` zUGW+KI9-w*+l)cW4b%MP>$7b2DRE0Qeg{l%5Epqzt+hke;?x(LX^1`kHhRNXTn>dR zlcbJetFxl0VtX6dl;{c{8{VnPE@H*n-EbkXFdVe)yQ&$KXQSw>}@Y5y$6>`_*5uB zWuI9*)1OoF;?lq5I^4K>EK9~*Z|psm`)tvI*yFnmhZ7)`UVXYJ6XXq7=&;!;8AkTA zsb6>=uwp`Y^%^fr&z04ha6Mu~8&W)PZbR7QP5aW@)B`>358zCMx3OCqdI@8DNNO5M z@NGfaNq>p*q$D<8Uc_h9Vb{(3&zH6p=|q$Fm+7ur(p!|b%9}ooGB;vYrXjej!CGe| zXC;yJ5Fe~NNpF1H%tQ~tM18}iUL5>(dv2kbDR-wfas3P@Kz&~Nvo08hAsa^~RfdVs zR|@(`lVc8g)dRQQ=Uc*;RO?P-IgaT|$sK}AYi!lXrb4c7@vG7}3eB*K6`dxXLcxuA z(>nO?-p#gdTIZ6+Qv7%=Ps%J?(}_*P@Jo7eZ~otnaVjN*#Y>y`FK0PFuKbxYJVnA< zay{1%^Sj5$w{W|tA1cR}j;TY3znUOwu_&4_hEDmwyNX7?_z~?Y?;CvCcu8WS?ROl> z8qS6%jJvD%KmL9Z|t6VP9`=5O71ee>J?s^c5?=0w-otq4gIl#RS9E2Tiz!N7}%aU7ra ziRoGa2Tnt#an4pT#%7MwiyyW_QgO}&#n}1MVBYUy(D%g5o@@@04gV+8#maS9R$4&y zD_7F8K{oZJ0yusq*%yS`9$LILT-G}r6k3~0={pPs)SJ^AxIZSp&n|9Wa;~7BJ}zv3 zMM9Ovpv+~$Fp;yxqqr~s^LAWe(})(r&x0xHe7f97rVrSVn_x@jRwsl2jTjHzk5 zBwwESmX$Xys%~Sr%7h>b7T{f|?Iwp+qT#S<-GWg~6!ItA&z;CO5^#&E5*%EirE#N zb10{5Bq_H*qIKvX7fQIhY$hp>KB9f-pkzuoryM3JuRfx4R*HE6W0q^^paDuamS0R# zzI{Z`&_M^3aCHFUM<3A_bPxy;9F0E{6>wiJ1Pg?CJaH+ANG=>yAP*57OaN0USYIw0 zRFD=CTqJ;i=*z`}3i2BHNf#bH8c8IZ2qs)d(GnKC&~Dg4cw$a_804xlgP~n?M1Sx( z+L@9=sr@}Z0JowzVA%tn3_j`2%*J0O4St55RcKk<*=hR7Wv zm&DSIPyLQ?`m;&X9lbUd1yJiUYSTLfx%nr#{k@FKrc2A4OqX|BSgi%pm`$Kz`!dh> zE2f$Hkoyi^!PqA=C%n#4nO+^KoTQa=L#n{O+h29=H`%zm5UfFv^p9HZ=qegWs8F$< z(@{4adwfka^?M!R?LIxvogZ?bpBSOnB-$ ztn&FF%%0+;@KmrUu;jW6;kxDG7Ul7+yx@pu&kNHA^(hM*gX#Yqn`$d{w^ib<-_tV= zofp@sc?}sIPs=}_(khG7p!cJ<6v&rUz|OcrPP=s4@aK_584$Dy^ zp#47;2)HRExQ0a5Ye7&+@j$O=xKR5BpoUwtGW86Mf{lAFxk;Ir`V3Nr7;E$28BJYm(%7hQ9kW zj8_mxt&Lm3k#exfZEQ{?$LpMSowHF%0X{E0fIhP#p0L(TG@#vB^(zFO_49JRbnYJK z3p+~x^RoYBy*&h^x>R>CyJ`>r$kMr4+#b=szfXUqJm-)@+xZXYI@-1$``QkD`Hg&m z)eqjt4mvjUb*z(S(C@3hHsTbXsYG8NeRldQ1Omb1t>$l|i&v6=&)1saXn9n8cb-mkB()hfe*xKKCmDwsoq`&ueKRz^I95)zq z#D!q~+=bukG-U{BV!u?vn6fQUj>yaz>&5Vys#&z=Fd?`n)};Lqly*e=#(E;oNibHx zk`lyX>54M0noy|`RRG27NPxjrz$r3&4XAQm&4fsUUuVk5(m7NVyJ~7PFtEMfseYdt zDF514Um*RfJ?X_8{$W)#`&_q8sLcS1+W3e}SMCqOtg3DA+|b4ppti8lswz`HLR$FN zRq%DAB5&IBeP3htg;N20Vp1UPRG!lktgBtx*+Pm0S(vVS2%ZH>W`d33bNgY@c$#O5 zp7@&AaE|#YD>~axRK=;1@#7>L{Z_5s4l#4YoqdW{0}_zr2&NuswRO4ze~Uz~3ewp!^mv5JWpNnmzaheJZpJcqWFf5kHX) zfF8(vH~*t#3c!B%|5-8x_rJFO|DQYb@t>Vb@y|T{cYDCBT>o33oeoT0KziTZW_Ms5 zM~x!cS$n%i?)SDRjLSWS+k8Z6$9VEJGxgMt#0#C*b9*x>#pL}$H-wQOi35kOFg%2A zd7Y!Wk$pNjZtH;qM78f-pezv}M~(zFQ44XeA>-xRX@~UpSl0J2rDT~pTj4C{2YNb- zrkf)%CphW#5^@ZJptrxX0c)zxROeSq54%3dG#_NlJtU9~LcY%XS4?T>pxnp|!TUX# z<6O@(_OToeBypxah5P)r875yAOrW>54vGnwFaM|W=lQ`gH+T40cb@o`a+FO`*DsQI=uWJG-LCu6Z$4Uw(QR3Vp;_310tP4H|Vwg&Bxf)r;BEyRR`?0Zv z&IG?&HEr7EJL#=oNtV|EMU873f2?7*@TRX1FFDEud|KX_uiZ4cF~2Sad|qGXDX-c- z0a$XY^2_Qrc)?(~m^Y-gZ}?J>FOsoB@u9KaBbjS&kT5_tSqh8(`z3rsuJp_%#BqSN z0R$yoLgz3zCa$cCnsMw_H$G{|7;wxZ$lweq*bz&9Q_l=5H1^u+70U|VhWZyUgH&xH zJ*6QMuRyMYeKGQdeUSep-i{f(=#|4%91)s~Cza^s^$%^+W5V%+g!~7i^k7lpI{s9l zs&_U6W-+clG+l1&#IcpGk$=z%VdrCtFm3-26#tRcZ4m8>~576U?NdEX!182?hE zN2mjrYeh364iyr?<~K?=lFiZEyqe3yw(VjyjhJXb^v>_CsN%KoZ;FdnmDY8?Q?e_{ zD^v#B?cm9ay$jPV+HDla+~{G%yCA|6EjzU!t4*W6#C78vVvz8OoAMJ} ziSH}uEc42zok?A?iB#-zD@-?Suy9%{#_Rmz7b9(1G;0s5#+WxQ5ifSM9){fWQ6@+T zc(L$*_Tpo4A?ujByz#B4zcT8*Rh<_ftr4~-w#5#AXp~3Kn=^hE1l(+l>{54t+C1^{ z(QB;p(S0XS#ppnC0Nt~Q6C$BP3TMVoNDeJzEx;2tQ;Q(w#A}>Y#EKnrfK#%n7Xo2n zrPpH%LgU9t6oxEA3q8;jml+=+kQ_L7gwtz!>G`n6LvHb8SfMRQ^x%YuAAA0=`wIJj zip!$%T>p@w(eEatf8ym?!n3Q_Qm554%_c&_^LbqlK`E}Y;$6KwnV@L{9Mo4(_t##Q z)6tBeNy}dxf3S96x80;t)M(w2EIJRKGvb4qN8?%90xh_EeGM&pRjFO`r)Jmot zPXrLcrZQ;`yn?Upq1yrJ&F0P9!n;S_Eu#{glBsvS$S`7%->bHdIC^ySi(%eS`YFAK zpu|C`ov0qZ**f?gJrVoOG3aGJz7=$Ck*ZCL#A~qOlHf}^e%q$-Ix{m9f(w(JP4v5Y z`&o_jLCL&&NL1wa*iYsww1&=uw}l3*gT8$StQXTFT&@`4BmyACfwY ztUD&F@;sF_nAXW8s%4l8gT~!0Gf^QiJ~PQhpHQv83=zYhXaU#1PbtzA|A=c=&sW@@T(c47t*JpOc0rB#ucSKhW_Nyl6um!r<~GOi@s z!^(V^G$8{QSN@;fh9uPBy#4Oe-dP-dcN>VKcEvPrFJuzzyH>?2^s!E<|UDhQoVU))} zm-}po4K3i;`!pEguJ6KO@OiBbt#PUTPM%A7rUxs`->d zU+i8B6R9D)OVd>rT1{iXh!SOr+yH03?hOKkBA%~h52(%Vg|<(r}l&5?`WCa^{Aih41pmF|Pe&1j0hh&w~q z!9?Oj+qi0&00SKFQ>2Du1sM$t7xvdA!@HjQtu9EBL*OwF+(+VE)cF37vL;ZZC+ z%|RO2CD2Vm8mmRKao=I`9?+s$+g+XHNP4X zxkPO!ie7{)k@hIlt|lCdn6-H_^1V{UYq_kWnr76WAXj3nYtRH=E&g(N#ut3NDzz@5 zUJgUsn?dx+uqu!sk@OST{p9J#|4qq>QN19*7qN~mzMCZ(oLyS4hb(X`7ypD^b&EYe z@ebxqh^bACxlZ77F{2$p;3k#`vGUbwV4wKZ;@74;-Ja9J0-LUhr3Q&l<`*Os?HCkW zl*;$m=&P=Ag&-i_vbPRI3$jdHPCC6&fU?$fVNj}e8%pqXs zeg)1@3gNxw*IxX=_D^JHi zd6Onb>}=Ny6SR!kdQQkqOc`r+!x-sz*X4`DV;u1VkONm%g5=e1%PgEys6g4TKGb*E zW|l0XlVeB$;zX04xoA`m;iagk7Nsvb=)FkE80hQRK~=n;n&1riXZ=9dVkt3bv)lxm z*!W5WaDCH?=)zh{oU6I7y_0aF_|MEXCYZP@al%7+EY_gEi3CMQnve)U+9wPWQ1jcs zrKHBydz?bag9a~;w2ZJvQmNR+2`~sbKY>qzm$>Z0KST3B;Add-tS3od&RnIjoH)t6L}O{c4>`#(n~-2N;9OCK% zhtifW)|KW=HR7Z=gc; zem`#NU^%Civ$LUEkGjL?-(^WI3el(&iZMxyFi` z#jFOPop_PK4`bJFS2#sgbcNS8d;(Q{OSFvhzCSt*zE!O7i+kXVMDvAA~Z1_ux9);s@9ITlU0%(elW^eRV2*hjWL*AXLHaORUYQz zjEtBv{BC`pZ^^Qgl9L%5Q~Q_Iv-QWhwJv*=X4PYw-4P{lj_@_l7kO2rI)AISvOqQqCE4Ei-3awn{eW8wmG@ox3GsWG^Wf&v@NtC zortUA*XHJ6FPJhE`V^fiBq?$a!3RV!^VCdinNzenR05>Sn4;rUWGoud2{_W30eUkd zBTHV#M*RB?s3u+Yijcnd6G;pNW%H0&DvZo6e!n8M9dtV*{m*n-I;=1-z(rT{5OzvK!9x(j?!?2`l*{9*>VHmUN=ZVEz#Y68#`|3M|_ntmaS42S0!z zfIdqg#{Q!i#y@z-|N3h!>SXUAV(+2N!~n>k2Yfh~SpeUh+<Eszggm}%>ToI z5Y~U7kN+QpzWz^+Vf<^J{<|0k8$0v=t{Ps4x^~<;4}#xx^-Te&EMMxOc8z#I(>y^# z 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�ba^VM?EHfn*<>5<>)@3bcksSMhG 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

    dx{TNznjgxSKzg5FRtw$%4bgYK(L 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

    x7+qEt#&rNUzVb4lhjX2rO9 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